-- MySQL dump 10.13  Distrib 5.7.23-23, for Linux (x86_64)
--
-- Host: localhost    Database: aggrest5_WPWHA
-- ------------------------------------------------------
-- Server version	5.7.23-23

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
/*!50717 SELECT COUNT(*) INTO @rocksdb_has_p_s_session_variables FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = 'performance_schema' AND TABLE_NAME = 'session_variables' */;
/*!50717 SET @rocksdb_get_is_supported = IF (@rocksdb_has_p_s_session_variables, 'SELECT COUNT(*) INTO @rocksdb_is_supported FROM performance_schema.session_variables WHERE VARIABLE_NAME=\'rocksdb_bulk_load\'', 'SELECT 0') */;
/*!50717 PREPARE s FROM @rocksdb_get_is_supported */;
/*!50717 EXECUTE s */;
/*!50717 DEALLOCATE PREPARE s */;
/*!50717 SET @rocksdb_enable_bulk_load = IF (@rocksdb_is_supported, 'SET SESSION rocksdb_bulk_load = 1', 'SET @rocksdb_dummy_bulk_load = 0') */;
/*!50717 PREPARE s FROM @rocksdb_enable_bulk_load */;
/*!50717 EXECUTE s */;
/*!50717 DEALLOCATE PREPARE s */;

--
-- Table structure for table `nbn_actionscheduler_actions`
--

DROP TABLE IF EXISTS `nbn_actionscheduler_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_actionscheduler_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `hook` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  `priority` tinyint(3) unsigned NOT NULL DEFAULT '10',
  `args` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schedule` longtext COLLATE utf8mb4_unicode_520_ci,
  `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) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`action_id`),
  KEY `hook_status_scheduled_date_gmt` (`hook`(163),`status`,`scheduled_date_gmt`),
  KEY `status_scheduled_date_gmt` (`status`,`scheduled_date_gmt`),
  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_status_scheduled_date_gmt` (`claim_id`,`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=6497 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `nbn_actionscheduler_actions`
--

LOCK TABLES `nbn_actionscheduler_actions` WRITE;
/*!40000 ALTER TABLE `nbn_actionscheduler_actions` DISABLE KEYS */;
INSERT INTO `nbn_actionscheduler_actions` VALUES (6,'action_scheduler/migration_hook','failed','2024-10-27 18:51:33','2024-10-27 18:51:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1730055093;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1730055093;}',1,1,'2024-10-27 18:51:34','2024-10-27 18:51:34',0,NULL),(7,'wpforms_process_forms_locator_scan','failed','2024-10-27 18:50:34','2024-10-27 18:50:34',10,'{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1730055034;s:18:\"\0*\0first_timestamp\";i:1730055034;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1730055034;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2024-10-27 18:50:34','2024-10-27 18:50:34',0,NULL),(8,'wpforms_process_purge_spam','failed','2024-10-27 18:50:34','2024-10-27 18:50:34',10,'{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1730055034;s:18:\"\0*\0first_timestamp\";i:1730055034;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1730055034;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2024-10-27 18:50:34','2024-10-27 18:50:34',0,NULL),(9,'wpforms_email_summaries_fetch_info_blocks','failed','2024-10-21 20:28:46','2024-10-21 20:28:46',10,'{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1729542526;s:18:\"\0*\0first_timestamp\";i:1729542526;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1729542526;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2024-10-27 18:50:34','2024-10-27 18:50:34',0,NULL),(40,'woocommerce_admin/stored_state_setup_for_products/async/run_remote_notifications','failed','2024-10-28 00:21:40','2024-10-28 00:21:40',10,'[]','O:28:\"ActionScheduler_NullSchedule\":0:{}',3,1,'2024-10-28 00:22:50','2024-10-28 00:22:50',0,NULL),(265,'wpforms_process_webhooks_auto_configuration','failed','2024-11-07 21:50:49','2024-11-07 21:50:49',10,'{\"tasks_meta_id\":null}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2024-11-07 21:50:54','2024-11-07 21:50:54',0,NULL),(522,'action_scheduler/migration_hook','failed','2024-12-18 21:14:04','2024-12-18 21:14:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1734556444;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1734556444;}',1,1,'2024-12-18 21:14:08','2024-12-18 21:14:08',0,NULL),(598,'action_scheduler/migration_hook','failed','2025-01-02 17:59:11','2025-01-02 17:59:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1735840751;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1735840751;}',1,1,'2025-01-02 17:59:28','2025-01-02 17:59:28',0,NULL),(618,'action_scheduler/migration_hook','failed','2025-01-02 18:34:24','2025-01-02 18:34:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1735842864;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1735842864;}',1,1,'2025-01-02 18:34:26','2025-01-02 18:34:26',0,NULL),(1263,'wpforms-pro_license_api_plugin-update_cache','failed','2025-02-26 10:15:22','2025-02-26 10:15:22',10,'{\"tasks_meta_id\":79}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1740564922;s:18:\"\0*\0first_timestamp\";i:1735862318;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1740564922;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-02-26 11:57:49','2025-02-26 11:57:49',0,NULL),(1272,'wpforms-pro_license_api_plugin-update_cache','failed','2025-02-26 17:57:49','2025-02-26 17:57:49',10,'{\"tasks_meta_id\":79}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1740592669;s:18:\"\0*\0first_timestamp\";i:1735862318;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1740592669;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-02-26 17:57:52','2025-02-26 17:57:52',0,NULL),(1276,'wpforms-pro_license_api_plugin-update_cache','failed','2025-02-26 23:57:52','2025-02-26 23:57:52',10,'{\"tasks_meta_id\":79}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1740614272;s:18:\"\0*\0first_timestamp\";i:1735862318;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1740614272;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-02-27 03:45:40','2025-02-27 03:45:40',0,NULL),(1280,'wpforms-pro_license_api_plugin-update_cache','failed','2025-02-27 09:45:40','2025-02-27 09:45:40',10,'{\"tasks_meta_id\":79}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1740649540;s:18:\"\0*\0first_timestamp\";i:1735862318;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1740649540;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-02-27 11:24:58','2025-02-27 11:24:58',0,NULL),(1288,'wpforms-pro_license_api_plugin-update_cache','failed','2025-02-27 17:24:58','2025-02-27 17:24:58',10,'{\"tasks_meta_id\":79}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1740677098;s:18:\"\0*\0first_timestamp\";i:1735862318;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1740677098;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-02-27 17:34:11','2025-02-27 17:34:11',0,NULL),(1292,'wpforms-pro_license_api_plugin-update_cache','failed','2025-02-27 23:34:11','2025-02-27 23:34:11',10,'{\"tasks_meta_id\":79}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1740699251;s:18:\"\0*\0first_timestamp\";i:1735862318;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1740699251;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-02-28 03:34:12','2025-02-28 03:34:12',0,NULL),(1296,'wpforms-pro_license_api_plugin-update_cache','failed','2025-02-28 09:34:12','2025-02-28 09:34:12',10,'{\"tasks_meta_id\":79}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1740735252;s:18:\"\0*\0first_timestamp\";i:1735862318;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1740735252;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-02-28 11:28:48','2025-02-28 11:28:48',0,NULL),(1304,'wpforms-pro_license_api_plugin-update_cache','failed','2025-02-28 17:28:48','2025-02-28 17:28:48',10,'{\"tasks_meta_id\":79}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1740763728;s:18:\"\0*\0first_timestamp\";i:1735862318;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1740763728;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-02-28 20:33:41','2025-02-28 20:33:41',0,NULL),(1312,'wpforms-pro_license_api_plugin-update_cache','failed','2025-03-01 02:33:41','2025-03-01 02:33:41',10,'{\"tasks_meta_id\":79}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1740796421;s:18:\"\0*\0first_timestamp\";i:1735862318;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1740796421;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-03-01 05:11:29','2025-03-01 05:11:29',0,NULL),(1317,'wpforms-pro_license_api_plugin-update_cache','failed','2025-03-01 11:11:29','2025-03-01 11:11:29',10,'{\"tasks_meta_id\":79}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1740827489;s:18:\"\0*\0first_timestamp\";i:1735862318;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1740827489;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-03-01 11:54:44','2025-03-01 11:54:44',0,NULL),(1321,'wpforms-pro_license_api_plugin-update_cache','failed','2025-03-01 17:54:44','2025-03-01 17:54:44',10,'{\"tasks_meta_id\":79}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1740851684;s:18:\"\0*\0first_timestamp\";i:1735862318;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1740851684;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-03-01 23:29:51','2025-03-01 23:29:51',0,NULL),(1329,'wpforms-pro_license_api_plugin-update_cache','failed','2025-03-02 05:29:51','2025-03-02 05:29:51',10,'{\"tasks_meta_id\":79}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1740893391;s:18:\"\0*\0first_timestamp\";i:1735862318;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1740893391;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-03-02 06:26:52','2025-03-02 06:26:52',0,NULL),(1333,'wpforms-pro_license_api_plugin-update_cache','failed','2025-03-02 12:26:52','2025-03-02 12:26:52',10,'{\"tasks_meta_id\":79}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1740918412;s:18:\"\0*\0first_timestamp\";i:1735862318;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1740918412;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-03-03 04:16:51','2025-03-03 04:16:51',0,NULL),(1358,'action_scheduler/migration_hook','failed','2025-03-03 21:42:20','2025-03-03 21:42:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1741038140;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1741038140;}',1,1,'2025-03-03 21:42:21','2025-03-03 21:42:21',0,NULL),(1893,'wpforms-pro_license_api_plugin-info_cache','failed','2025-04-22 22:06:28','2025-04-22 22:06:28',10,'{\"tasks_meta_id\":80}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1745359588;s:18:\"\0*\0first_timestamp\";i:1735862318;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1745359588;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-04-22 22:07:35','2025-04-22 22:07:35',0,NULL),(1901,'wpforms-pro_license_api_plugin-info_cache','failed','2025-04-23 04:07:35','2025-04-23 04:07:35',10,'{\"tasks_meta_id\":80}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1745381255;s:18:\"\0*\0first_timestamp\";i:1735862318;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1745381255;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-04-23 10:13:38','2025-04-23 10:13:38',0,NULL),(1904,'wpforms-pro_license_api_plugin-info_cache','failed','2025-04-23 16:13:38','2025-04-23 16:13:38',10,'{\"tasks_meta_id\":80}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1745424818;s:18:\"\0*\0first_timestamp\";i:1735862318;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1745424818;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-04-24 03:06:03','2025-04-24 03:06:03',0,NULL),(1911,'wpforms-pro_license_api_plugin-info_cache','failed','2025-04-24 09:06:03','2025-04-24 09:06:03',10,'{\"tasks_meta_id\":80}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1745485563;s:18:\"\0*\0first_timestamp\";i:1735862318;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1745485563;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-04-24 10:18:59','2025-04-24 10:18:59',0,NULL),(1914,'wpforms-pro_license_api_plugin-info_cache','failed','2025-04-24 16:18:59','2025-04-24 16:18:59',10,'{\"tasks_meta_id\":80}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1745511539;s:18:\"\0*\0first_timestamp\";i:1735862318;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1745511539;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-04-25 09:55:28','2025-04-25 09:55:28',0,NULL),(1919,'wpforms-pro_license_api_plugin-info_cache','failed','2025-04-25 15:55:28','2025-04-25 15:55:28',10,'{\"tasks_meta_id\":80}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1745596528;s:18:\"\0*\0first_timestamp\";i:1735862318;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1745596528;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-04-25 17:16:34','2025-04-25 17:16:34',0,NULL),(1926,'wpforms-pro_license_api_plugin-info_cache','failed','2025-04-25 23:16:34','2025-04-25 23:16:34',10,'{\"tasks_meta_id\":80}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1745622994;s:18:\"\0*\0first_timestamp\";i:1735862318;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1745622994;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-04-26 03:12:57','2025-04-26 03:12:57',0,NULL),(1929,'wpforms-pro_license_api_plugin-info_cache','failed','2025-04-26 09:12:57','2025-04-26 09:12:57',10,'{\"tasks_meta_id\":80}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1745658777;s:18:\"\0*\0first_timestamp\";i:1735862318;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1745658777;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-04-26 09:52:32','2025-04-26 09:52:32',0,NULL),(1932,'wpforms-pro_license_api_plugin-info_cache','failed','2025-04-26 15:52:32','2025-04-26 15:52:32',10,'{\"tasks_meta_id\":80}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1745682752;s:18:\"\0*\0first_timestamp\";i:1735862318;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1745682752;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-04-26 20:44:24','2025-04-26 20:44:24',0,NULL),(1943,'wpforms-pro_license_api_plugin-info_cache','failed','2025-04-27 02:44:24','2025-04-27 02:44:24',10,'{\"tasks_meta_id\":80}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1745721864;s:18:\"\0*\0first_timestamp\";i:1735862318;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1745721864;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-04-27 09:44:07','2025-04-27 09:44:07',0,NULL),(1946,'wpforms-pro_license_api_plugin-info_cache','failed','2025-04-27 15:44:07','2025-04-27 15:44:07',10,'{\"tasks_meta_id\":80}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1745768647;s:18:\"\0*\0first_timestamp\";i:1735862318;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1745768647;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-04-27 23:04:37','2025-04-27 23:04:37',0,NULL),(4112,'action_scheduler/migration_hook','failed','2025-09-03 15:16:04','2025-09-03 15:16:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1756912564;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1756912564;}',1,1,'2025-09-03 15:16:05','2025-09-03 15:16:05',33510,NULL),(4388,'facebook_for_woocommerce_daily_heartbeat','failed','2025-09-04 15:15:12','2025-09-04 15:15:12',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1756998912;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1756998912;}',3,1,'2025-09-04 15:17:13','2025-09-04 15:17:13',34208,NULL),(4661,'facebook_for_woocommerce_daily_heartbeat','failed','2025-09-05 15:19:29','2025-09-05 15:19:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1757085569;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1757085569;}',3,1,'2025-09-05 15:25:51','2025-09-05 15:25:51',34953,NULL),(4908,'facebook_for_woocommerce_daily_heartbeat','failed','2025-09-06 15:21:48','2025-09-06 15:21:48',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1757172108;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1757172108;}',3,1,'2025-09-06 15:24:31','2025-09-06 15:24:31',35535,NULL),(5159,'facebook_for_woocommerce_daily_heartbeat','failed','2025-09-07 15:15:05','2025-09-07 15:15:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1757258105;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1757258105;}',3,1,'2025-09-07 15:15:22','2025-09-07 15:15:22',36088,NULL),(5426,'facebook_for_woocommerce_daily_heartbeat','failed','2025-09-08 15:15:21','2025-09-08 15:15:21',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1757344521;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1757344521;}',3,1,'2025-09-08 15:15:21','2025-09-08 15:15:21',36715,NULL),(5497,'action_scheduler/migration_hook','failed','2025-09-08 20:46:18','2025-09-08 20:46:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1757364378;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1757364378;}',1,1,'2025-09-08 20:46:22','2025-09-08 20:46:22',36879,NULL),(5741,'wc_facebook_regenerate_feed','failed','2025-09-10 16:32:11','2025-09-10 16:32:11',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757521931;s:18:\"\0*\0first_timestamp\";i:1756916190;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757521931;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2025-09-10 16:35:17','2025-09-10 16:35:17',38542,NULL),(5763,'action_scheduler/migration_hook','failed','2025-09-09 18:08:19','2025-09-09 18:08:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1757441299;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1757441299;}',1,1,'2025-09-09 18:08:34','2025-09-09 18:08:34',37680,NULL),(5791,'wc_facebook_regenerate_feed','failed','2025-09-11 16:35:17','2025-09-11 16:35:17',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757608517;s:18:\"\0*\0first_timestamp\";i:1756916190;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757608517;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2025-09-11 16:35:50','2025-09-11 16:35:50',39044,NULL),(5817,'wc_facebook_regenerate_feed','failed','2025-09-12 16:35:50','2025-09-12 16:35:50',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757694950;s:18:\"\0*\0first_timestamp\";i:1756916190;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757694950;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2025-09-12 16:39:27','2025-09-12 16:39:27',39685,NULL),(5845,'wc_facebook_regenerate_feed','failed','2025-09-13 16:39:27','2025-09-13 16:39:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757781567;s:18:\"\0*\0first_timestamp\";i:1756916190;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757781567;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2025-09-13 16:44:13','2025-09-13 16:44:13',40131,NULL),(5871,'wc_facebook_regenerate_feed','failed','2025-09-14 16:44:13','2025-09-14 16:44:13',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757868253;s:18:\"\0*\0first_timestamp\";i:1756916190;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757868253;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2025-09-14 16:46:37','2025-09-14 16:46:37',40560,NULL),(6038,'woocommerce_geoip_updater','pending','2025-10-04 23:04:39','2025-10-04 23:04:39',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759619079;s:18:\"\0*\0first_timestamp\";i:1755730733;s:13:\"\0*\0recurrence\";i:1296000;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759619079;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:1296000;}',9,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(6105,'wpforms_admin_addons_cache_update','complete','2025-09-29 12:00:31','2025-09-29 12:00:31',10,'{\"tasks_meta_id\":77}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759147231;s:18:\"\0*\0first_timestamp\";i:1736445518;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759147231;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2025-09-29 12:02:29','2025-09-29 12:02:29',5700,NULL),(6106,'wpforms_pro_core_info_cache_update','complete','2025-09-29 12:00:31','2025-09-29 12:00:31',10,'{\"tasks_meta_id\":78}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759147231;s:18:\"\0*\0first_timestamp\";i:1736445518;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759147231;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2025-09-29 12:02:29','2025-09-29 12:02:29',5700,NULL),(6107,'wpforms_builder_help_cache_update','complete','2025-09-29 12:00:31','2025-09-29 12:00:31',10,'{\"tasks_meta_id\":82}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759147231;s:18:\"\0*\0first_timestamp\";i:1736445518;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759147231;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2025-09-29 12:02:29','2025-09-29 12:02:29',5700,NULL),(6108,'wpforms_admin_builder_templates_cache_update','complete','2025-09-29 12:00:31','2025-09-29 12:00:31',10,'{\"tasks_meta_id\":83}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759147231;s:18:\"\0*\0first_timestamp\";i:1736445518;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759147231;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2025-09-29 12:02:29','2025-09-29 12:02:29',5700,NULL),(6165,'wpforms_email_summaries_fetch_info_blocks','complete','2025-10-01 11:39:00','2025-10-01 11:39:00',10,'{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759318740;s:18:\"\0*\0first_timestamp\";i:1736041611;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759318740;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2025-10-01 11:39:21','2025-10-01 11:39:21',541,NULL),(6192,'wpforms_corrupted_submission_email','failed','2025-09-26 00:00:00','2025-09-26 00:00:00',10,'{\"tasks_meta_id\":null}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1758844800;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1758844800;}',2,1,'2025-09-26 00:00:32','2025-09-26 00:00:32',3974,NULL),(6256,'wc_admin_daily_wrapper','complete','2025-09-29 01:08:48','2025-09-29 01:08:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759108128;s:18:\"\0*\0first_timestamp\";i:1755730673;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759108128;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-09-29 01:20:18','2025-09-29 01:20:18',5465,NULL),(6257,'woocommerce_cleanup_personal_data','complete','2025-09-29 01:08:49','2025-09-29 01:08:49',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759108129;s:18:\"\0*\0first_timestamp\";i:1755730683;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759108129;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-09-29 01:20:19','2025-09-29 01:20:19',5465,NULL),(6258,'woocommerce_tracker_send_event_wrapper','complete','2025-09-29 01:08:49','2025-09-29 01:08:49',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759108129;s:18:\"\0*\0first_timestamp\";i:1755730683;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759108129;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-09-29 01:20:19','2025-09-29 01:20:19',5465,NULL),(6261,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-09-29 01:08:49','2025-09-29 01:08:49',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759108129;s:18:\"\0*\0first_timestamp\";i:1753826971;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759108129;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2025-09-29 01:20:19','2025-09-29 01:20:19',5465,NULL),(6262,'woocommerce_scheduled_sales','complete','2025-09-29 01:57:19','2025-09-29 01:57:19',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759111039;s:18:\"\0*\0first_timestamp\";i:1755734400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759111039;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-09-29 01:57:44','2025-09-29 01:57:44',5493,NULL),(6265,'woocommerce_cleanup_logs','complete','2025-09-29 03:39:52','2025-09-29 03:39:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759117192;s:18:\"\0*\0first_timestamp\";i:1755741473;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759117192;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-09-29 03:40:06','2025-09-29 03:40:06',5538,NULL),(6266,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-09-29 03:39:52','2025-09-29 03:39:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759117192;s:18:\"\0*\0first_timestamp\";i:1755741473;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759117192;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-09-29 03:40:06','2025-09-29 03:40:06',5538,NULL),(6270,'woocommerce_cleanup_sessions','complete','2025-09-28 22:00:48','2025-09-28 22:00:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759096848;s:18:\"\0*\0first_timestamp\";i:1755752273;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759096848;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2025-09-28 22:08:11','2025-09-28 22:08:11',5433,NULL),(6271,'wpforms-pro_license_api_validate-key_cache','complete','2025-09-28 20:35:07','2025-09-28 20:35:07',10,'{\"tasks_meta_id\":81}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759091707;s:18:\"\0*\0first_timestamp\";i:1735862318;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759091707;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-09-28 20:37:57','2025-09-28 20:37:57',5418,NULL),(6272,'wpforms-pro_license_api_plugin-updates_cache','complete','2025-09-28 20:35:07','2025-09-28 20:35:07',10,'{\"tasks_meta_id\":152}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759091707;s:18:\"\0*\0first_timestamp\";i:1740564956;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759091707;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-09-28 20:37:57','2025-09-28 20:37:57',5418,NULL),(6273,'woocommerce_cleanup_draft_orders','complete','2025-09-29 16:38:30','2025-09-29 16:38:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759163910;s:18:\"\0*\0first_timestamp\";i:1730058563;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759163910;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-09-29 16:51:35','2025-09-29 16:51:35',5771,NULL),(6275,'wpforms_process_forms_locator_scan','complete','2025-09-29 16:38:30','2025-09-29 16:38:30',10,'{\"tasks_meta_id\":75}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759163910;s:18:\"\0*\0first_timestamp\";i:1735840717;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759163910;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-29 16:51:35','2025-09-29 16:51:35',5771,NULL),(6276,'wpforms_process_purge_spam','complete','2025-09-29 16:38:30','2025-09-29 16:38:30',10,'{\"tasks_meta_id\":76}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759163910;s:18:\"\0*\0first_timestamp\";i:1735840717;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759163910;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-29 16:51:35','2025-09-29 16:51:35',5771,NULL),(6277,'woocommerce_refresh_order_count_cache','complete','2025-09-29 04:49:28','2025-09-29 04:49:28',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759121368;s:18:\"\0*\0first_timestamp\";i:1749543178;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759121368;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',6,1,'2025-09-29 04:51:09','2025-09-29 04:51:09',5554,NULL),(6278,'wpforms-pro_license_api_validate-key_cache','complete','2025-09-29 02:37:57','2025-09-29 02:37:57',10,'{\"tasks_meta_id\":81}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759113477;s:18:\"\0*\0first_timestamp\";i:1735862318;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759113477;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-09-29 02:41:13','2025-09-29 02:41:13',5531,NULL),(6279,'wpforms-pro_license_api_plugin-updates_cache','complete','2025-09-29 02:37:57','2025-09-29 02:37:57',10,'{\"tasks_meta_id\":152}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759113477;s:18:\"\0*\0first_timestamp\";i:1740564956;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759113477;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-09-29 02:41:13','2025-09-29 02:41:13',5531,NULL),(6280,'woocommerce_cleanup_sessions','complete','2025-09-29 10:08:11','2025-09-29 10:08:11',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759140491;s:18:\"\0*\0first_timestamp\";i:1755752273;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759140491;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2025-09-29 10:11:21','2025-09-29 10:11:21',5662,NULL),(6281,'wc_admin_daily_wrapper','complete','2025-09-30 01:20:18','2025-09-30 01:20:18',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759195218;s:18:\"\0*\0first_timestamp\";i:1755730673;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759195218;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-09-30 01:23:22','2025-09-30 01:23:22',5885,NULL),(6282,'woocommerce_cleanup_personal_data','complete','2025-09-30 01:20:19','2025-09-30 01:20:19',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759195219;s:18:\"\0*\0first_timestamp\";i:1755730683;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759195219;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-09-30 01:23:23','2025-09-30 01:23:23',5885,NULL),(6283,'woocommerce_tracker_send_event_wrapper','complete','2025-09-30 01:20:19','2025-09-30 01:20:19',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759195219;s:18:\"\0*\0first_timestamp\";i:1755730683;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759195219;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-09-30 01:23:23','2025-09-30 01:23:23',5885,NULL),(6284,'woocommerce_cancel_unpaid_orders','complete','2025-09-29 02:20:19','2025-09-29 02:20:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759112419;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759112419;}',9,1,'2025-09-29 02:20:29','2025-09-29 02:20:29',5517,NULL),(6285,'generate_category_lookup_table_wrapper','complete','2025-09-29 01:20:29','2025-09-29 01:20:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759108829;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759108829;}',9,1,'2025-09-29 01:21:31','2025-09-29 01:21:31',5467,NULL),(6286,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-09-30 01:20:19','2025-09-30 01:20:19',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759195219;s:18:\"\0*\0first_timestamp\";i:1753826971;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759195219;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2025-09-30 01:23:23','2025-09-30 01:23:23',5885,NULL),(6287,'woocommerce_scheduled_sales','complete','2025-09-30 01:57:44','2025-09-30 01:57:44',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759197464;s:18:\"\0*\0first_timestamp\";i:1755734400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759197464;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-09-30 02:05:55','2025-09-30 02:05:55',5892,NULL),(6288,'wpforms-pro_license_api_validate-key_cache','complete','2025-09-29 08:41:13','2025-09-29 08:41:13',10,'{\"tasks_meta_id\":81}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759135273;s:18:\"\0*\0first_timestamp\";i:1735862318;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759135273;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-09-29 08:41:29','2025-09-29 08:41:29',5642,NULL),(6289,'wpforms-pro_license_api_plugin-updates_cache','complete','2025-09-29 08:41:13','2025-09-29 08:41:13',10,'{\"tasks_meta_id\":152}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759135273;s:18:\"\0*\0first_timestamp\";i:1740564956;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759135273;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-09-29 08:41:29','2025-09-29 08:41:29',5642,NULL),(6290,'woocommerce_cleanup_logs','complete','2025-09-30 03:40:06','2025-09-30 03:40:06',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759203606;s:18:\"\0*\0first_timestamp\";i:1755741473;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759203606;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-09-30 03:41:53','2025-09-30 03:41:53',5915,NULL),(6291,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-09-30 03:40:06','2025-09-30 03:40:06',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759203606;s:18:\"\0*\0first_timestamp\";i:1755741473;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759203606;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-09-30 03:41:53','2025-09-30 03:41:53',5915,NULL),(6292,'woocommerce_refresh_order_count_cache','complete','2025-09-29 16:51:09','2025-09-29 16:51:09',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759164669;s:18:\"\0*\0first_timestamp\";i:1749543178;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759164669;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',6,1,'2025-09-29 16:51:35','2025-09-29 16:51:35',5771,NULL),(6293,'wpforms-pro_license_api_validate-key_cache','complete','2025-09-29 14:41:29','2025-09-29 14:41:29',10,'{\"tasks_meta_id\":81}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759156889;s:18:\"\0*\0first_timestamp\";i:1735862318;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759156889;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-09-29 14:48:08','2025-09-29 14:48:08',5750,NULL),(6294,'wpforms-pro_license_api_plugin-updates_cache','complete','2025-09-29 14:41:29','2025-09-29 14:41:29',10,'{\"tasks_meta_id\":152}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759156889;s:18:\"\0*\0first_timestamp\";i:1740564956;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759156889;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-09-29 14:48:08','2025-09-29 14:48:08',5750,NULL),(6295,'woocommerce_cleanup_sessions','complete','2025-09-29 22:11:21','2025-09-29 22:11:21',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759183881;s:18:\"\0*\0first_timestamp\";i:1755752273;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759183881;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2025-09-29 22:22:33','2025-09-29 22:22:33',5848,NULL),(6296,'wc-admin_import_orders','complete','2025-09-29 11:02:28','2025-09-29 11:02:28',10,'[3687]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759143748;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759143748;}',5,1,'2025-09-29 11:02:36','2025-09-29 11:02:36',5673,NULL),(6297,'wc-admin_import_orders','complete','2025-09-29 11:05:13','2025-09-29 11:05:13',10,'[3687]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759143913;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759143913;}',5,1,'2025-09-29 11:07:48','2025-09-29 11:07:48',5677,NULL),(6302,'wpforms-pro_license_api_validate-key_cache','complete','2025-09-29 20:48:08','2025-09-29 20:48:08',10,'{\"tasks_meta_id\":81}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759178888;s:18:\"\0*\0first_timestamp\";i:1735862318;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759178888;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-09-29 20:52:43','2025-09-29 20:52:43',5831,NULL),(6303,'wpforms-pro_license_api_plugin-updates_cache','complete','2025-09-29 20:48:08','2025-09-29 20:48:08',10,'{\"tasks_meta_id\":152}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759178888;s:18:\"\0*\0first_timestamp\";i:1740564956;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759178888;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-09-29 20:52:43','2025-09-29 20:52:43',5831,NULL),(6304,'woocommerce_cleanup_draft_orders','complete','2025-09-30 16:51:35','2025-09-30 16:51:35',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759251095;s:18:\"\0*\0first_timestamp\";i:1730058563;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759251095;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-09-30 16:51:43','2025-09-30 16:51:43',154,NULL),(6305,'wpforms_process_forms_locator_save','complete','2025-09-29 16:51:35','2025-09-29 16:51:35',10,'{\"tasks_meta_id\":172}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-29 16:51:36','2025-09-29 16:51:36',5772,NULL),(6306,'wpforms_process_forms_locator_scan','complete','2025-09-30 16:51:35','2025-09-30 16:51:35',10,'{\"tasks_meta_id\":75}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759251095;s:18:\"\0*\0first_timestamp\";i:1735840717;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759251095;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-30 16:51:43','2025-09-30 16:51:43',154,NULL),(6307,'wpforms_process_purge_spam','complete','2025-09-30 16:51:35','2025-09-30 16:51:35',10,'{\"tasks_meta_id\":76}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759251095;s:18:\"\0*\0first_timestamp\";i:1735840717;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759251095;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-30 16:51:43','2025-09-30 16:51:43',154,NULL),(6308,'woocommerce_refresh_order_count_cache','complete','2025-09-30 04:51:35','2025-09-30 04:51:35',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759207895;s:18:\"\0*\0first_timestamp\";i:1749543178;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759207895;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',6,1,'2025-09-30 04:52:48','2025-09-30 04:52:48',5931,NULL),(6309,'woocommerce_run_product_attribute_lookup_regeneration_callback','complete','2025-09-29 19:55:05','2025-09-29 19:55:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759175705;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759175705;}',4,1,'2025-09-29 19:55:11','2025-09-29 19:55:11',5815,NULL),(6310,'wpforms-pro_license_api_validate-key_cache','complete','2025-09-30 02:52:43','2025-09-30 02:52:43',10,'{\"tasks_meta_id\":81}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759200763;s:18:\"\0*\0first_timestamp\";i:1735862318;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759200763;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-09-30 03:00:36','2025-09-30 03:00:36',5902,NULL),(6311,'wpforms-pro_license_api_plugin-updates_cache','complete','2025-09-30 02:52:43','2025-09-30 02:52:43',10,'{\"tasks_meta_id\":152}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759200763;s:18:\"\0*\0first_timestamp\";i:1740564956;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759200763;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-09-30 03:00:36','2025-09-30 03:00:36',5902,NULL),(6312,'woocommerce_cleanup_sessions','complete','2025-09-30 10:22:33','2025-09-30 10:22:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759227753;s:18:\"\0*\0first_timestamp\";i:1755752273;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759227753;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2025-09-30 10:23:29','2025-09-30 10:23:29',22,NULL),(6313,'wc_admin_daily_wrapper','complete','2025-10-01 01:23:22','2025-10-01 01:23:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759281802;s:18:\"\0*\0first_timestamp\";i:1755730673;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759281802;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-10-01 01:27:13','2025-10-01 01:27:13',415,NULL),(6314,'woocommerce_cleanup_personal_data','complete','2025-10-01 01:23:23','2025-10-01 01:23:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759281803;s:18:\"\0*\0first_timestamp\";i:1755730683;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759281803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-10-01 01:27:14','2025-10-01 01:27:14',415,NULL),(6315,'woocommerce_tracker_send_event_wrapper','complete','2025-10-01 01:23:23','2025-10-01 01:23:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759281803;s:18:\"\0*\0first_timestamp\";i:1755730683;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759281803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-10-01 01:27:14','2025-10-01 01:27:14',415,NULL),(6316,'woocommerce_cancel_unpaid_orders','complete','2025-09-30 02:23:23','2025-09-30 02:23:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759199003;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759199003;}',9,1,'2025-09-30 02:32:50','2025-09-30 02:32:50',5897,NULL),(6317,'generate_category_lookup_table_wrapper','complete','2025-09-30 01:23:33','2025-09-30 01:23:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759195413;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759195413;}',9,1,'2025-09-30 01:24:39','2025-09-30 01:24:39',5887,NULL),(6318,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-10-01 01:23:23','2025-10-01 01:23:23',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759281803;s:18:\"\0*\0first_timestamp\";i:1753826971;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759281803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2025-10-01 01:27:14','2025-10-01 01:27:14',415,NULL),(6319,'woocommerce_scheduled_sales','complete','2025-10-01 02:05:55','2025-10-01 02:05:55',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759284355;s:18:\"\0*\0first_timestamp\";i:1755734400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759284355;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-10-01 02:15:42','2025-10-01 02:15:42',427,NULL),(6320,'wpforms-pro_license_api_validate-key_cache','complete','2025-09-30 09:00:36','2025-09-30 09:00:36',10,'{\"tasks_meta_id\":81}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759222836;s:18:\"\0*\0first_timestamp\";i:1735862318;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759222836;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-09-30 09:05:42','2025-09-30 09:05:42',4,NULL),(6321,'wpforms-pro_license_api_plugin-updates_cache','complete','2025-09-30 09:00:36','2025-09-30 09:00:36',10,'{\"tasks_meta_id\":152}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759222836;s:18:\"\0*\0first_timestamp\";i:1740564956;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759222836;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-09-30 09:05:42','2025-09-30 09:05:42',4,NULL),(6322,'woocommerce_cleanup_logs','complete','2025-10-01 03:41:53','2025-10-01 03:41:53',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759290113;s:18:\"\0*\0first_timestamp\";i:1755741473;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759290113;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-10-01 03:44:22','2025-10-01 03:44:22',448,NULL),(6323,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-10-01 03:41:53','2025-10-01 03:41:53',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759290113;s:18:\"\0*\0first_timestamp\";i:1755741473;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759290113;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-10-01 03:44:22','2025-10-01 03:44:22',448,NULL),(6324,'woocommerce_refresh_order_count_cache','complete','2025-09-30 16:52:48','2025-09-30 16:52:48',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759251168;s:18:\"\0*\0first_timestamp\";i:1749543178;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759251168;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',6,1,'2025-09-30 16:59:08','2025-09-30 16:59:08',157,NULL),(6325,'wpforms-pro_license_api_validate-key_cache','complete','2025-09-30 15:05:42','2025-09-30 15:05:42',10,'{\"tasks_meta_id\":81}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759244742;s:18:\"\0*\0first_timestamp\";i:1735862318;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759244742;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-09-30 15:05:45','2025-09-30 15:05:45',129,NULL),(6326,'wpforms-pro_license_api_plugin-updates_cache','complete','2025-09-30 15:05:42','2025-09-30 15:05:42',10,'{\"tasks_meta_id\":152}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759244742;s:18:\"\0*\0first_timestamp\";i:1740564956;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759244742;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-09-30 15:05:45','2025-09-30 15:05:45',129,NULL),(6327,'woocommerce_cleanup_sessions','complete','2025-09-30 22:23:29','2025-09-30 22:23:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759271009;s:18:\"\0*\0first_timestamp\";i:1755752273;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759271009;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2025-09-30 22:23:32','2025-09-30 22:23:32',305,NULL),(6328,'wc-admin_import_orders','complete','2025-09-30 10:31:03','2025-09-30 10:31:03',10,'[3688]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759228263;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759228263;}',5,1,'2025-09-30 10:31:45','2025-09-30 10:31:45',26,NULL),(6329,'wpforms_admin_notifications_update','complete','2025-09-30 14:05:49','2025-09-30 14:05:49',10,'{\"tasks_meta_id\":153}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-30 14:06:38','2025-09-30 14:06:38',91,NULL),(6330,'fetch_patterns','complete','2025-09-30 14:06:48','2025-09-30 14:06:48',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759241208;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759241208;}',3,1,'2025-09-30 14:07:44','2025-09-30 14:07:44',94,NULL),(6331,'action_scheduler/migration_hook','complete','2025-09-30 14:07:49','2025-09-30 14:07:49',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759241269;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759241269;}',1,1,'2025-09-30 14:07:54','2025-09-30 14:07:54',96,NULL),(6332,'wpforms-pro_license_api_validate-key_cache','complete','2025-09-30 21:05:45','2025-09-30 21:05:45',10,'{\"tasks_meta_id\":81}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759266345;s:18:\"\0*\0first_timestamp\";i:1735862318;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759266345;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-09-30 21:07:30','2025-09-30 21:07:30',257,NULL),(6333,'wpforms-pro_license_api_plugin-updates_cache','complete','2025-09-30 21:05:45','2025-09-30 21:05:45',10,'{\"tasks_meta_id\":152}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759266345;s:18:\"\0*\0first_timestamp\";i:1740564956;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759266345;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-09-30 21:07:31','2025-09-30 21:07:31',257,NULL),(6334,'woocommerce_cleanup_draft_orders','complete','2025-10-01 16:51:43','2025-10-01 16:51:43',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759337503;s:18:\"\0*\0first_timestamp\";i:1730058563;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759337503;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-10-01 16:57:58','2025-10-01 16:57:58',687,NULL),(6335,'wpforms_process_forms_locator_save','complete','2025-09-30 16:51:43','2025-09-30 16:51:43',10,'{\"tasks_meta_id\":154}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-09-30 16:51:43','2025-09-30 16:51:43',155,NULL),(6338,'woocommerce_refresh_order_count_cache','complete','2025-10-01 04:59:08','2025-10-01 04:59:08',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759294748;s:18:\"\0*\0first_timestamp\";i:1749543178;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759294748;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',6,1,'2025-10-01 05:01:07','2025-10-01 05:01:07',459,NULL),(6339,'wpforms-pro_license_api_validate-key_cache','complete','2025-10-01 03:07:30','2025-10-01 03:07:30',10,'{\"tasks_meta_id\":81}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759288050;s:18:\"\0*\0first_timestamp\";i:1735862318;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759288050;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-10-01 03:09:37','2025-10-01 03:09:37',439,NULL),(6340,'wpforms-pro_license_api_plugin-updates_cache','complete','2025-10-01 03:07:31','2025-10-01 03:07:31',10,'{\"tasks_meta_id\":152}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759288051;s:18:\"\0*\0first_timestamp\";i:1740564956;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759288051;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-10-01 03:09:37','2025-10-01 03:09:37',439,NULL),(6341,'woocommerce_cleanup_sessions','complete','2025-10-01 10:23:32','2025-10-01 10:23:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759314212;s:18:\"\0*\0first_timestamp\";i:1755752273;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759314212;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2025-10-01 10:24:25','2025-10-01 10:24:25',520,NULL),(6342,'wc_admin_daily_wrapper','complete','2025-10-02 01:27:13','2025-10-02 01:27:13',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759368433;s:18:\"\0*\0first_timestamp\";i:1755730673;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759368433;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-10-02 01:28:47','2025-10-02 01:28:47',967,NULL),(6343,'woocommerce_cleanup_personal_data','complete','2025-10-02 01:27:14','2025-10-02 01:27:14',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759368434;s:18:\"\0*\0first_timestamp\";i:1755730683;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759368434;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-10-02 01:28:47','2025-10-02 01:28:47',967,NULL),(6344,'woocommerce_tracker_send_event_wrapper','complete','2025-10-02 01:27:14','2025-10-02 01:27:14',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759368434;s:18:\"\0*\0first_timestamp\";i:1755730683;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759368434;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-10-02 01:28:47','2025-10-02 01:28:47',967,NULL),(6345,'woocommerce_cancel_unpaid_orders','complete','2025-10-01 02:27:14','2025-10-01 02:27:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759285634;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759285634;}',9,1,'2025-10-01 02:31:50','2025-10-01 02:31:50',432,NULL),(6346,'generate_category_lookup_table_wrapper','complete','2025-10-01 01:27:24','2025-10-01 01:27:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759282044;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759282044;}',9,1,'2025-10-01 01:28:57','2025-10-01 01:28:57',417,NULL),(6347,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-10-02 01:27:14','2025-10-02 01:27:14',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759368434;s:18:\"\0*\0first_timestamp\";i:1753826971;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759368434;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2025-10-02 01:28:47','2025-10-02 01:28:47',967,NULL),(6348,'woocommerce_scheduled_sales','complete','2025-10-02 02:15:42','2025-10-02 02:15:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759371342;s:18:\"\0*\0first_timestamp\";i:1755734400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759371342;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-10-02 02:17:05','2025-10-02 02:17:05',1001,NULL),(6349,'wpforms-pro_license_api_validate-key_cache','complete','2025-10-01 09:09:37','2025-10-01 09:09:37',10,'{\"tasks_meta_id\":81}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759309777;s:18:\"\0*\0first_timestamp\";i:1735862318;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759309777;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-10-01 09:10:34','2025-10-01 09:10:34',504,NULL),(6350,'wpforms-pro_license_api_plugin-updates_cache','complete','2025-10-01 09:09:37','2025-10-01 09:09:37',10,'{\"tasks_meta_id\":152}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759309777;s:18:\"\0*\0first_timestamp\";i:1740564956;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759309777;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-10-01 09:10:34','2025-10-01 09:10:34',504,NULL),(6351,'woocommerce_cleanup_logs','complete','2025-10-02 03:44:22','2025-10-02 03:44:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759376662;s:18:\"\0*\0first_timestamp\";i:1755741473;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759376662;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-10-02 03:45:54','2025-10-02 03:45:54',1062,NULL),(6352,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-10-02 03:44:22','2025-10-02 03:44:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759376662;s:18:\"\0*\0first_timestamp\";i:1755741473;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759376662;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-10-02 03:45:54','2025-10-02 03:45:54',1062,NULL),(6353,'woocommerce_refresh_order_count_cache','complete','2025-10-01 17:01:07','2025-10-01 17:01:07',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759338067;s:18:\"\0*\0first_timestamp\";i:1749543178;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759338067;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',6,1,'2025-10-01 17:01:27','2025-10-01 17:01:27',690,NULL),(6354,'wc-admin_import_orders','complete','2025-10-01 06:00:07','2025-10-01 06:00:07',10,'[3688]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759298407;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759298407;}',5,1,'2025-10-01 06:00:44','2025-10-01 06:00:44',470,NULL),(6355,'wc-admin_import_orders','complete','2025-10-01 06:01:37','2025-10-01 06:01:37',10,'[3688]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759298497;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759298497;}',5,1,'2025-10-01 06:11:47','2025-10-01 06:11:47',473,NULL),(6358,'woocommerce_cleanup_sessions','complete','2025-10-01 22:24:25','2025-10-01 22:24:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759357465;s:18:\"\0*\0first_timestamp\";i:1755752273;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759357465;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2025-10-01 22:25:16','2025-10-01 22:25:16',848,NULL),(6360,'fetch_patterns','complete','2025-10-01 13:21:35','2025-10-01 13:21:35',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759324895;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759324895;}',3,1,'2025-10-01 13:21:37','2025-10-01 13:21:37',560,NULL),(6361,'action_scheduler/migration_hook','complete','2025-10-01 13:22:36','2025-10-01 13:22:36',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759324956;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759324956;}',1,1,'2025-10-01 13:23:12','2025-10-01 13:23:12',564,NULL),(6362,'fetch_patterns','complete','2025-10-01 13:21:38','2025-10-01 13:21:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759324898;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759324898;}',3,1,'2025-10-01 13:21:40','2025-10-01 13:21:40',562,NULL),(6363,'wpforms_process_forms_locator_scan','complete','2025-10-01 13:24:51','2025-10-01 13:24:51',10,'{\"tasks_meta_id\":155}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759325091;s:18:\"\0*\0first_timestamp\";i:1759325091;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759325091;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-10-01 13:26:02','2025-10-01 13:26:02',568,NULL),(6364,'wpforms_process_purge_spam','complete','2025-10-01 13:24:51','2025-10-01 13:24:51',10,'{\"tasks_meta_id\":156}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759325091;s:18:\"\0*\0first_timestamp\";i:1759325091;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759325091;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-10-01 13:26:02','2025-10-01 13:26:02',568,NULL),(6365,'wpforms_email_summaries_fetch_info_blocks','complete','2025-09-30 18:53:00','2025-09-30 18:53:00',10,'{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759258380;s:18:\"\0*\0first_timestamp\";i:1759258380;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759258380;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,1,'2025-10-01 13:26:02','2025-10-01 13:26:02',568,NULL),(6366,'wpforms_send_usage_data','pending','2025-10-10 14:12:26','2025-10-10 14:12:26',10,'{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1760105546;s:18:\"\0*\0first_timestamp\";i:1760105546;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1760105546;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(6367,'wpforms_pro_core_info_cache_update','pending','2025-10-08 13:24:53','2025-10-08 13:24:53',10,'{\"tasks_meta_id\":157}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759929893;s:18:\"\0*\0first_timestamp\";i:1759929893;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759929893;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(6368,'wpforms-pro_license_api_plugin-updates_cache','complete','2025-10-01 19:24:53','2025-10-01 19:24:53',10,'{\"tasks_meta_id\":158}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759346693;s:18:\"\0*\0first_timestamp\";i:1759346693;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759346693;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-10-01 19:25:19','2025-10-01 19:25:19',725,NULL),(6369,'wpforms-pro_license_api_validate-key_cache','complete','2025-10-01 19:24:53','2025-10-01 19:24:53',10,'{\"tasks_meta_id\":159}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759346693;s:18:\"\0*\0first_timestamp\";i:1759346693;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759346693;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-10-01 19:25:19','2025-10-01 19:25:19',725,NULL),(6370,'wpforms_admin_notifications_update','complete','2025-10-01 13:24:54','2025-10-01 13:24:54',10,'{\"tasks_meta_id\":160}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-10-01 13:26:02','2025-10-01 13:26:02',568,NULL),(6371,'wpforms_email_summaries_fetch_info_blocks','pending','2025-10-08 13:26:02','2025-10-08 13:26:02',10,'{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759929962;s:18:\"\0*\0first_timestamp\";i:1759258380;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759929962;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(6372,'wpforms_process_forms_locator_save','complete','2025-10-01 13:26:02','2025-10-01 13:26:02',10,'{\"tasks_meta_id\":161}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-10-01 13:26:02','2025-10-01 13:26:02',569,NULL),(6373,'wpforms_process_forms_locator_scan','complete','2025-10-02 13:26:02','2025-10-02 13:26:02',10,'{\"tasks_meta_id\":155}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759411562;s:18:\"\0*\0first_timestamp\";i:1759325091;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759411562;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-10-02 13:26:49','2025-10-02 13:26:49',1445,NULL),(6374,'wpforms_process_purge_spam','complete','2025-10-02 13:26:02','2025-10-02 13:26:02',10,'{\"tasks_meta_id\":156}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759411562;s:18:\"\0*\0first_timestamp\";i:1759325091;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759411562;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-10-02 13:26:49','2025-10-02 13:26:49',1445,NULL),(6375,'fetch_patterns','complete','2025-10-01 13:44:48','2025-10-01 13:44:48',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759326288;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759326288;}',3,1,'2025-10-01 13:46:54','2025-10-01 13:46:54',587,NULL),(6376,'action_scheduler/migration_hook','complete','2025-10-01 13:45:49','2025-10-01 13:45:49',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759326349;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759326349;}',1,1,'2025-10-01 13:46:54','2025-10-01 13:46:54',587,NULL),(6377,'action_scheduler/migration_hook','failed','2025-10-01 13:47:54','2025-10-01 13:47:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759326474;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759326474;}',1,1,'2025-10-01 13:48:55','2025-10-01 13:48:55',590,NULL),(6378,'wc-admin_import_orders','complete','2025-10-01 14:13:03','2025-10-01 14:13:03',10,'[3690]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759327983;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759327983;}',5,1,'2025-10-01 14:13:17','2025-10-01 14:13:17',608,NULL),(6379,'woocommerce_custom_orders_table_background_sync','complete','2025-10-01 15:20:04','2025-10-01 15:20:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759332004;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759332004;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-01 15:26:44','2025-10-01 15:26:44',647,NULL),(6380,'wc_schedule_pending_batch_processes','complete','2025-10-01 14:20:04','2025-10-01 14:20:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759328404;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759328404;}',11,1,'2025-10-01 14:20:36','2025-10-01 14:20:36',617,NULL),(6381,'wc_run_batch_process','complete','2025-10-01 14:20:36','2025-10-01 14:20:36',10,'[\"Automattic\\\\WooCommerce\\\\Internal\\\\DataStores\\\\Orders\\\\DataSynchronizer\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759328436;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759328436;}',3,1,'2025-10-01 14:20:41','2025-10-01 14:20:41',618,NULL),(6382,'woocommerce_custom_orders_table_background_sync','complete','2025-10-01 16:26:44','2025-10-01 16:26:44',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759336004;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759336004;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-01 16:28:05','2025-10-01 16:28:05',676,NULL),(6383,'woocommerce_custom_orders_table_background_sync','complete','2025-10-01 17:28:05','2025-10-01 17:28:05',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759339685;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759339685;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-01 17:32:53','2025-10-01 17:32:53',696,NULL),(6384,'woocommerce_cleanup_draft_orders','complete','2025-10-02 16:57:58','2025-10-02 16:57:58',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759424278;s:18:\"\0*\0first_timestamp\";i:1730058563;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759424278;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-10-02 17:04:37','2025-10-02 17:04:37',1526,NULL),(6385,'woocommerce_refresh_order_count_cache','complete','2025-10-02 05:01:27','2025-10-02 05:01:27',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759381287;s:18:\"\0*\0first_timestamp\";i:1749543178;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759381287;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',6,1,'2025-10-02 05:02:31','2025-10-02 05:02:31',1116,NULL),(6386,'woocommerce_custom_orders_table_background_sync','complete','2025-10-01 18:32:53','2025-10-01 18:32:53',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759343573;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759343573;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-01 18:51:28','2025-10-01 18:51:28',713,NULL),(6387,'woocommerce_custom_orders_table_background_sync','complete','2025-10-01 19:51:28','2025-10-01 19:51:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759348288;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759348288;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-01 19:54:57','2025-10-01 19:54:57',734,NULL),(6388,'wpforms-pro_license_api_plugin-updates_cache','complete','2025-10-02 01:25:19','2025-10-02 01:25:19',10,'{\"tasks_meta_id\":158}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759368319;s:18:\"\0*\0first_timestamp\";i:1759346693;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759368319;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-10-02 01:26:46','2025-10-02 01:26:46',964,NULL),(6389,'wpforms-pro_license_api_validate-key_cache','complete','2025-10-02 01:25:19','2025-10-02 01:25:19',10,'{\"tasks_meta_id\":159}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759368319;s:18:\"\0*\0first_timestamp\";i:1759346693;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759368319;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-10-02 01:26:46','2025-10-02 01:26:46',964,NULL),(6390,'woocommerce_custom_orders_table_background_sync','complete','2025-10-01 20:54:57','2025-10-01 20:54:57',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759352097;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759352097;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-01 20:55:15','2025-10-01 20:55:15',797,NULL),(6391,'fetch_patterns','complete','2025-10-01 20:04:02','2025-10-01 20:04:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759349042;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759349042;}',3,1,'2025-10-01 20:04:35','2025-10-01 20:04:35',739,NULL),(6392,'action_scheduler/migration_hook','complete','2025-10-01 20:05:04','2025-10-01 20:05:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759349104;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759349104;}',1,1,'2025-10-01 20:05:15','2025-10-01 20:05:15',741,NULL),(6393,'wc-admin_import_orders','complete','2025-10-01 20:07:00','2025-10-01 20:07:00',10,'[3691]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759349220;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759349220;}',5,1,'2025-10-01 20:07:33','2025-10-01 20:07:33',744,NULL),(6394,'wc-admin_import_orders','complete','2025-10-01 20:07:55','2025-10-01 20:07:55',10,'[3692]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759349275;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759349275;}',5,1,'2025-10-01 20:07:57','2025-10-01 20:07:57',746,NULL),(6395,'wc-admin_import_orders','complete','2025-10-01 20:11:40','2025-10-01 20:11:40',10,'[3692]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759349500;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759349500;}',5,1,'2025-10-01 20:12:15','2025-10-01 20:12:15',751,NULL),(6396,'wc-admin_import_orders','complete','2025-10-01 20:12:45','2025-10-01 20:12:45',10,'[3692]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759349565;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759349565;}',5,1,'2025-10-01 20:13:34','2025-10-01 20:13:34',754,NULL),(6397,'wc-admin_import_orders','complete','2025-10-01 20:14:06','2025-10-01 20:14:06',10,'[3692]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759349646;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759349646;}',5,1,'2025-10-01 20:14:33','2025-10-01 20:14:33',756,NULL),(6398,'wc-admin_import_orders','complete','2025-10-01 20:28:45','2025-10-01 20:28:45',10,'[3691]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759350525;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759350525;}',5,1,'2025-10-01 20:29:25','2025-10-01 20:29:25',772,NULL),(6399,'wc-admin_import_orders','complete','2025-10-01 20:29:33','2025-10-01 20:29:33',10,'[3691]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759350573;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759350573;}',5,1,'2025-10-01 20:29:39','2025-10-01 20:29:39',774,NULL),(6400,'wc-admin_import_orders','complete','2025-10-01 20:42:57','2025-10-01 20:42:57',10,'[3691]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759351377;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759351377;}',5,1,'2025-10-01 20:43:46','2025-10-01 20:43:46',787,NULL),(6401,'wc-admin_import_orders','complete','2025-10-01 20:44:11','2025-10-01 20:44:11',10,'[3691]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759351451;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759351451;}',5,1,'2025-10-01 20:44:46','2025-10-01 20:44:46',789,NULL),(6402,'woocommerce_custom_orders_table_background_sync','complete','2025-10-01 21:55:15','2025-10-01 21:55:15',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759355715;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759355715;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-01 21:57:04','2025-10-01 21:57:04',830,NULL),(6403,'woocommerce_custom_orders_table_background_sync','complete','2025-10-01 22:57:04','2025-10-01 22:57:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759359424;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759359424;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-01 22:57:34','2025-10-01 22:57:34',869,NULL),(6404,'woocommerce_cleanup_sessions','complete','2025-10-02 10:25:16','2025-10-02 10:25:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759400716;s:18:\"\0*\0first_timestamp\";i:1755752273;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759400716;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2025-10-02 10:25:56','2025-10-02 10:25:56',1327,NULL),(6405,'woocommerce_custom_orders_table_background_sync','complete','2025-10-01 23:57:34','2025-10-01 23:57:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759363054;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759363054;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-01 23:58:02','2025-10-01 23:58:02',904,NULL),(6406,'woocommerce_custom_orders_table_background_sync','complete','2025-10-02 00:58:02','2025-10-02 00:58:02',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759366682;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759366682;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-02 00:58:32','2025-10-02 00:58:32',944,NULL),(6407,'woocommerce_custom_orders_table_background_sync','complete','2025-10-02 01:58:32','2025-10-02 01:58:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759370312;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759370312;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-02 01:59:01','2025-10-02 01:59:01',988,NULL),(6408,'wpforms-pro_license_api_plugin-updates_cache','complete','2025-10-02 07:26:46','2025-10-02 07:26:46',10,'{\"tasks_meta_id\":158}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759390006;s:18:\"\0*\0first_timestamp\";i:1759346693;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759390006;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-10-02 07:27:42','2025-10-02 07:27:42',1205,NULL),(6409,'wpforms-pro_license_api_validate-key_cache','complete','2025-10-02 07:26:46','2025-10-02 07:26:46',10,'{\"tasks_meta_id\":159}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759390006;s:18:\"\0*\0first_timestamp\";i:1759346693;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759390006;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-10-02 07:27:42','2025-10-02 07:27:42',1205,NULL),(6410,'wc_admin_daily_wrapper','complete','2025-10-03 01:28:47','2025-10-03 01:28:47',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759454927;s:18:\"\0*\0first_timestamp\";i:1755730673;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759454927;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-10-03 01:29:36','2025-10-03 01:29:36',1749,NULL),(6411,'woocommerce_cleanup_personal_data','complete','2025-10-03 01:28:47','2025-10-03 01:28:47',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759454927;s:18:\"\0*\0first_timestamp\";i:1755730683;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759454927;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-10-03 01:29:37','2025-10-03 01:29:37',1749,NULL),(6412,'woocommerce_tracker_send_event_wrapper','complete','2025-10-03 01:28:47','2025-10-03 01:28:47',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759454927;s:18:\"\0*\0first_timestamp\";i:1755730683;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759454927;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-10-03 01:29:37','2025-10-03 01:29:37',1749,NULL),(6413,'woocommerce_cancel_unpaid_orders','complete','2025-10-02 02:28:47','2025-10-02 02:28:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759372127;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759372127;}',9,1,'2025-10-02 02:29:16','2025-10-02 02:29:16',1009,NULL),(6414,'generate_category_lookup_table_wrapper','complete','2025-10-02 01:28:57','2025-10-02 01:28:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759368537;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759368537;}',9,1,'2025-10-02 01:30:48','2025-10-02 01:30:48',969,NULL),(6415,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-10-03 01:28:47','2025-10-03 01:28:47',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759454927;s:18:\"\0*\0first_timestamp\";i:1753826971;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759454927;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2025-10-03 01:29:37','2025-10-03 01:29:37',1749,NULL),(6416,'woocommerce_custom_orders_table_background_sync','complete','2025-10-02 02:59:01','2025-10-02 02:59:01',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759373941;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759373941;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-02 02:59:32','2025-10-02 02:59:32',1033,NULL),(6417,'woocommerce_scheduled_sales','complete','2025-10-03 02:17:05','2025-10-03 02:17:05',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759457825;s:18:\"\0*\0first_timestamp\";i:1755734400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759457825;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-10-03 02:17:33','2025-10-03 02:17:33',1797,NULL),(6418,'woocommerce_custom_orders_table_background_sync','complete','2025-10-02 03:59:32','2025-10-02 03:59:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759377572;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759377572;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-02 04:00:01','2025-10-02 04:00:01',1073,NULL),(6419,'woocommerce_cleanup_logs','complete','2025-10-03 03:45:54','2025-10-03 03:45:54',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759463154;s:18:\"\0*\0first_timestamp\";i:1755741473;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759463154;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-10-03 03:53:51','2025-10-03 03:53:51',1841,NULL),(6420,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-10-03 03:45:54','2025-10-03 03:45:54',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759463154;s:18:\"\0*\0first_timestamp\";i:1755741473;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759463154;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-10-03 03:53:51','2025-10-03 03:53:51',1841,NULL),(6421,'woocommerce_custom_orders_table_background_sync','complete','2025-10-02 05:00:01','2025-10-02 05:00:01',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759381201;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759381201;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-02 05:00:31','2025-10-02 05:00:31',1113,NULL),(6422,'woocommerce_custom_orders_table_background_sync','complete','2025-10-02 06:00:31','2025-10-02 06:00:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759384831;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759384831;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-02 06:01:00','2025-10-02 06:01:00',1149,NULL),(6423,'woocommerce_refresh_order_count_cache','complete','2025-10-02 17:02:31','2025-10-02 17:02:31',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759424551;s:18:\"\0*\0first_timestamp\";i:1749543178;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759424551;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',6,1,'2025-10-02 17:04:37','2025-10-02 17:04:37',1526,NULL),(6424,'woocommerce_custom_orders_table_background_sync','complete','2025-10-02 07:01:00','2025-10-02 07:01:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759388460;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759388460;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-02 07:01:33','2025-10-02 07:01:33',1186,NULL),(6425,'woocommerce_custom_orders_table_background_sync','complete','2025-10-02 08:01:33','2025-10-02 08:01:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759392093;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759392093;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-02 08:02:00','2025-10-02 08:02:00',1228,NULL),(6426,'wpforms-pro_license_api_plugin-updates_cache','complete','2025-10-02 13:27:42','2025-10-02 13:27:42',10,'{\"tasks_meta_id\":158}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759411662;s:18:\"\0*\0first_timestamp\";i:1759346693;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759411662;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-10-02 13:27:45','2025-10-02 13:27:45',1448,NULL),(6427,'wpforms-pro_license_api_validate-key_cache','complete','2025-10-02 13:27:42','2025-10-02 13:27:42',10,'{\"tasks_meta_id\":159}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759411662;s:18:\"\0*\0first_timestamp\";i:1759346693;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759411662;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-10-02 13:27:46','2025-10-02 13:27:46',1448,NULL),(6428,'woocommerce_custom_orders_table_background_sync','complete','2025-10-02 09:02:00','2025-10-02 09:02:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759395720;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759395720;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-02 09:02:29','2025-10-02 09:02:29',1267,NULL),(6429,'woocommerce_custom_orders_table_background_sync','complete','2025-10-02 10:02:29','2025-10-02 10:02:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759399349;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759399349;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-02 10:02:59','2025-10-02 10:02:59',1310,NULL),(6430,'woocommerce_custom_orders_table_background_sync','complete','2025-10-02 11:02:59','2025-10-02 11:02:59',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759402979;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759402979;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-02 11:03:29','2025-10-02 11:03:29',1351,NULL),(6431,'woocommerce_cleanup_sessions','complete','2025-10-02 22:25:56','2025-10-02 22:25:56',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759443956;s:18:\"\0*\0first_timestamp\";i:1755752273;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759443956;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2025-10-02 22:39:59','2025-10-02 22:39:59',1613,NULL),(6432,'woocommerce_custom_orders_table_background_sync','complete','2025-10-02 12:03:29','2025-10-02 12:03:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759406609;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759406609;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-02 12:03:59','2025-10-02 12:03:59',1387,NULL),(6433,'woocommerce_custom_orders_table_background_sync','complete','2025-10-02 13:03:59','2025-10-02 13:03:59',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759410239;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759410239;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-02 13:05:47','2025-10-02 13:05:47',1425,NULL),(6434,'woocommerce_custom_orders_table_background_sync','complete','2025-10-02 14:05:47','2025-10-02 14:05:47',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759413947;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759413947;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-02 14:06:22','2025-10-02 14:06:22',1474,NULL),(6435,'wpforms_process_forms_locator_save','complete','2025-10-02 13:26:49','2025-10-02 13:26:49',10,'{\"tasks_meta_id\":162}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-10-02 13:26:49','2025-10-02 13:26:49',1446,NULL),(6436,'wpforms_process_forms_locator_scan','complete','2025-10-03 13:26:49','2025-10-03 13:26:49',10,'{\"tasks_meta_id\":155}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759498009;s:18:\"\0*\0first_timestamp\";i:1759325091;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759498009;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-10-03 13:34:37','2025-10-03 13:34:37',1952,NULL),(6437,'wpforms_process_purge_spam','complete','2025-10-03 13:26:49','2025-10-03 13:26:49',10,'{\"tasks_meta_id\":156}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759498009;s:18:\"\0*\0first_timestamp\";i:1759325091;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759498009;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-10-03 13:34:37','2025-10-03 13:34:37',1952,NULL),(6438,'wpforms-pro_license_api_plugin-updates_cache','complete','2025-10-02 19:27:45','2025-10-02 19:27:45',10,'{\"tasks_meta_id\":158}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759433265;s:18:\"\0*\0first_timestamp\";i:1759346693;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759433265;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-10-02 19:30:25','2025-10-02 19:30:25',1566,NULL),(6439,'wpforms-pro_license_api_validate-key_cache','complete','2025-10-02 19:27:46','2025-10-02 19:27:46',10,'{\"tasks_meta_id\":159}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759433266;s:18:\"\0*\0first_timestamp\";i:1759346693;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759433266;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-10-02 19:30:25','2025-10-02 19:30:25',1566,NULL),(6440,'wpforms_admin_notifications_update','complete','2025-10-02 13:44:30','2025-10-02 13:44:30',10,'{\"tasks_meta_id\":163}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-10-02 13:44:38','2025-10-02 13:44:38',1457,NULL),(6441,'woocommerce_custom_orders_table_background_sync','complete','2025-10-02 15:06:22','2025-10-02 15:06:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759417582;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759417582;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-02 15:08:02','2025-10-02 15:08:02',1499,NULL),(6442,'woocommerce_custom_orders_table_background_sync','complete','2025-10-02 16:08:02','2025-10-02 16:08:02',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759421282;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759421282;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-02 16:09:56','2025-10-02 16:09:56',1510,NULL),(6443,'woocommerce_custom_orders_table_background_sync','complete','2025-10-02 17:09:56','2025-10-02 17:09:56',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759424996;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759424996;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-02 17:10:33','2025-10-02 17:10:33',1529,NULL),(6444,'woocommerce_cleanup_draft_orders','complete','2025-10-03 17:04:37','2025-10-03 17:04:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759511077;s:18:\"\0*\0first_timestamp\";i:1730058563;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759511077;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-10-03 17:06:28','2025-10-03 17:06:28',2070,NULL),(6445,'woocommerce_refresh_order_count_cache','complete','2025-10-03 05:04:37','2025-10-03 05:04:37',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759467877;s:18:\"\0*\0first_timestamp\";i:1749543178;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759467877;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',6,1,'2025-10-03 05:25:39','2025-10-03 05:25:39',1857,NULL),(6446,'woocommerce_custom_orders_table_background_sync','complete','2025-10-02 18:10:33','2025-10-02 18:10:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759428633;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759428633;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-02 18:12:42','2025-10-02 18:12:42',1544,NULL),(6447,'woocommerce_custom_orders_table_background_sync','complete','2025-10-02 19:12:42','2025-10-02 19:12:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759432362;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759432362;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-02 19:16:14','2025-10-02 19:16:14',1561,NULL),(6448,'woocommerce_custom_orders_table_background_sync','complete','2025-10-02 20:16:14','2025-10-02 20:16:14',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759436174;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759436174;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-02 20:17:39','2025-10-02 20:17:39',1583,NULL),(6449,'wpforms-pro_license_api_plugin-updates_cache','complete','2025-10-03 01:30:25','2025-10-03 01:30:25',10,'{\"tasks_meta_id\":158}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759455025;s:18:\"\0*\0first_timestamp\";i:1759346693;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759455025;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-10-03 01:31:42','2025-10-03 01:31:42',1751,NULL),(6450,'wpforms-pro_license_api_validate-key_cache','complete','2025-10-03 01:30:25','2025-10-03 01:30:25',10,'{\"tasks_meta_id\":159}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759455025;s:18:\"\0*\0first_timestamp\";i:1759346693;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759455025;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-10-03 01:31:42','2025-10-03 01:31:42',1751,NULL),(6451,'woocommerce_custom_orders_table_background_sync','complete','2025-10-02 21:17:39','2025-10-02 21:17:39',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759439859;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759439859;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-02 21:17:59','2025-10-02 21:17:59',1592,NULL),(6452,'woocommerce_custom_orders_table_background_sync','complete','2025-10-02 22:17:59','2025-10-02 22:17:59',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759443479;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759443479;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-02 22:18:27','2025-10-02 22:18:27',1608,NULL),(6453,'woocommerce_custom_orders_table_background_sync','complete','2025-10-02 23:18:27','2025-10-02 23:18:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759447107;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759447107;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-02 23:21:44','2025-10-02 23:21:44',1618,NULL),(6454,'woocommerce_cleanup_sessions','complete','2025-10-03 10:39:59','2025-10-03 10:39:59',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759487999;s:18:\"\0*\0first_timestamp\";i:1755752273;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759487999;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2025-10-03 10:42:45','2025-10-03 10:42:45',1909,NULL),(6455,'woocommerce_custom_orders_table_background_sync','complete','2025-10-03 00:21:44','2025-10-03 00:21:44',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759450904;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759450904;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-03 00:22:32','2025-10-03 00:22:32',1680,NULL),(6456,'woocommerce_custom_orders_table_background_sync','complete','2025-10-03 01:22:32','2025-10-03 01:22:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759454552;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759454552;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-03 01:22:33','2025-10-03 01:22:33',1741,NULL),(6457,'woocommerce_custom_orders_table_background_sync','complete','2025-10-03 02:22:33','2025-10-03 02:22:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759458153;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759458153;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-03 02:22:33','2025-10-03 02:22:33',1803,NULL),(6458,'wc_admin_daily_wrapper','pending','2025-10-04 01:29:36','2025-10-04 01:29:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759541376;s:18:\"\0*\0first_timestamp\";i:1755730673;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759541376;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(6459,'woocommerce_cleanup_personal_data','pending','2025-10-04 01:29:37','2025-10-04 01:29:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759541377;s:18:\"\0*\0first_timestamp\";i:1755730683;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759541377;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(6460,'woocommerce_tracker_send_event_wrapper','pending','2025-10-04 01:29:37','2025-10-04 01:29:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759541377;s:18:\"\0*\0first_timestamp\";i:1755730683;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759541377;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(6461,'woocommerce_cancel_unpaid_orders','complete','2025-10-03 02:29:37','2025-10-03 02:29:37',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759458577;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759458577;}',9,1,'2025-10-03 02:31:03','2025-10-03 02:31:03',1812,NULL),(6462,'generate_category_lookup_table_wrapper','complete','2025-10-03 01:29:47','2025-10-03 01:29:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759454987;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759454987;}',9,1,'2025-10-03 01:31:42','2025-10-03 01:31:42',1751,NULL),(6463,'action_scheduler_run_recurring_actions_schedule_hook','pending','2025-10-04 01:29:37','2025-10-04 01:29:37',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759541377;s:18:\"\0*\0first_timestamp\";i:1753826971;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759541377;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(6464,'wpforms-pro_license_api_plugin-updates_cache','complete','2025-10-03 07:31:42','2025-10-03 07:31:42',10,'{\"tasks_meta_id\":158}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759476702;s:18:\"\0*\0first_timestamp\";i:1759346693;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759476702;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-10-03 07:33:20','2025-10-03 07:33:20',1876,NULL),(6465,'wpforms-pro_license_api_validate-key_cache','complete','2025-10-03 07:31:42','2025-10-03 07:31:42',10,'{\"tasks_meta_id\":159}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759476702;s:18:\"\0*\0first_timestamp\";i:1759346693;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759476702;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-10-03 07:33:20','2025-10-03 07:33:20',1876,NULL),(6466,'woocommerce_scheduled_sales','pending','2025-10-04 02:17:33','2025-10-04 02:17:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759544253;s:18:\"\0*\0first_timestamp\";i:1755734400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759544253;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(6467,'woocommerce_custom_orders_table_background_sync','complete','2025-10-03 03:22:33','2025-10-03 03:22:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759461753;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759461753;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-03 03:32:24','2025-10-03 03:32:24',1835,NULL),(6468,'woocommerce_custom_orders_table_background_sync','complete','2025-10-03 04:32:24','2025-10-03 04:32:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759465944;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759465944;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-03 04:32:50','2025-10-03 04:32:50',1851,NULL),(6469,'woocommerce_cleanup_logs','pending','2025-10-04 03:53:51','2025-10-04 03:53:51',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759550031;s:18:\"\0*\0first_timestamp\";i:1755741473;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759550031;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(6470,'woocommerce_cleanup_rate_limits_wrapper','pending','2025-10-04 03:53:51','2025-10-04 03:53:51',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759550031;s:18:\"\0*\0first_timestamp\";i:1755741473;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759550031;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(6471,'woocommerce_custom_orders_table_background_sync','complete','2025-10-03 05:32:50','2025-10-03 05:32:50',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759469570;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759469570;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-03 05:53:40','2025-10-03 05:53:40',1861,NULL),(6472,'woocommerce_refresh_order_count_cache','complete','2025-10-03 17:25:39','2025-10-03 17:25:39',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759512339;s:18:\"\0*\0first_timestamp\";i:1749543178;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759512339;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',6,1,'2025-10-03 17:26:22','2025-10-03 17:26:22',2092,NULL),(6473,'woocommerce_custom_orders_table_background_sync','complete','2025-10-03 06:53:40','2025-10-03 06:53:40',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759474420;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759474420;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-03 06:56:13','2025-10-03 06:56:13',1871,NULL),(6474,'woocommerce_custom_orders_table_background_sync','complete','2025-10-03 07:56:13','2025-10-03 07:56:13',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759478173;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759478173;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-03 07:58:05','2025-10-03 07:58:05',1881,NULL),(6475,'wpforms-pro_license_api_plugin-updates_cache','complete','2025-10-03 13:33:20','2025-10-03 13:33:20',10,'{\"tasks_meta_id\":158}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759498400;s:18:\"\0*\0first_timestamp\";i:1759346693;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759498400;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-10-03 13:34:37','2025-10-03 13:34:37',1952,NULL),(6476,'wpforms-pro_license_api_validate-key_cache','complete','2025-10-03 13:33:20','2025-10-03 13:33:20',10,'{\"tasks_meta_id\":159}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759498400;s:18:\"\0*\0first_timestamp\";i:1759346693;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759498400;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,1,'2025-10-03 13:34:37','2025-10-03 13:34:37',1952,NULL),(6477,'woocommerce_custom_orders_table_background_sync','complete','2025-10-03 08:58:05','2025-10-03 08:58:05',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759481885;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759481885;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-03 09:06:26','2025-10-03 09:06:26',1886,NULL),(6478,'woocommerce_custom_orders_table_background_sync','complete','2025-10-03 10:06:26','2025-10-03 10:06:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759485986;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759485986;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-03 10:06:26','2025-10-03 10:06:26',1902,NULL),(6479,'woocommerce_custom_orders_table_background_sync','complete','2025-10-03 11:06:26','2025-10-03 11:06:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759489586;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759489586;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-03 11:12:34','2025-10-03 11:12:34',1915,NULL),(6480,'woocommerce_cleanup_sessions','pending','2025-10-03 22:42:45','2025-10-03 22:42:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759531365;s:18:\"\0*\0first_timestamp\";i:1755752273;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759531365;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(6481,'woocommerce_custom_orders_table_background_sync','complete','2025-10-03 12:12:34','2025-10-03 12:12:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759493554;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759493554;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-03 12:16:14','2025-10-03 12:16:14',1931,NULL),(6482,'woocommerce_custom_orders_table_background_sync','complete','2025-10-03 13:16:14','2025-10-03 13:16:14',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759497374;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759497374;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-03 13:18:02','2025-10-03 13:18:02',1948,NULL),(6483,'woocommerce_custom_orders_table_background_sync','complete','2025-10-03 14:18:02','2025-10-03 14:18:02',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759501082;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759501082;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-03 14:19:15','2025-10-03 14:19:15',1963,NULL),(6484,'wpforms_process_forms_locator_save','complete','2025-10-03 13:34:37','2025-10-03 13:34:37',10,'{\"tasks_meta_id\":164}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-10-03 13:34:37','2025-10-03 13:34:37',1953,NULL),(6485,'wpforms_process_forms_locator_scan','pending','2025-10-04 13:34:37','2025-10-04 13:34:37',10,'{\"tasks_meta_id\":155}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759584877;s:18:\"\0*\0first_timestamp\";i:1759325091;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759584877;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(6486,'wpforms_process_purge_spam','pending','2025-10-04 13:34:37','2025-10-04 13:34:37',10,'{\"tasks_meta_id\":156}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759584877;s:18:\"\0*\0first_timestamp\";i:1759325091;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759584877;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(6487,'wpforms-pro_license_api_plugin-updates_cache','pending','2025-10-03 19:34:37','2025-10-03 19:34:37',10,'{\"tasks_meta_id\":158}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759520077;s:18:\"\0*\0first_timestamp\";i:1759346693;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759520077;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(6488,'wpforms-pro_license_api_validate-key_cache','pending','2025-10-03 19:34:37','2025-10-03 19:34:37',10,'{\"tasks_meta_id\":159}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759520077;s:18:\"\0*\0first_timestamp\";i:1759346693;s:13:\"\0*\0recurrence\";i:21600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759520077;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:21600;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(6489,'woocommerce_custom_orders_table_background_sync','complete','2025-10-03 15:19:15','2025-10-03 15:19:15',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759504755;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759504755;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-03 15:19:28','2025-10-03 15:19:28',1990,NULL),(6490,'wpforms_admin_notifications_update','complete','2025-10-03 14:50:28','2025-10-03 14:50:28',10,'{\"tasks_meta_id\":165}','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2025-10-03 14:50:36','2025-10-03 14:50:36',1970,NULL),(6491,'woocommerce_custom_orders_table_background_sync','complete','2025-10-03 16:19:28','2025-10-03 16:19:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759508368;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759508368;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-03 16:21:00','2025-10-03 16:21:00',2035,NULL),(6492,'wc-admin_import_orders','complete','2025-10-03 15:40:05','2025-10-03 15:40:05',10,'[3694]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1759506005;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1759506005;}',5,1,'2025-10-03 15:40:07','2025-10-03 15:40:07',2008,NULL),(6493,'woocommerce_custom_orders_table_background_sync','complete','2025-10-03 17:21:00','2025-10-03 17:21:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759512060;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759512060;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,1,'2025-10-03 17:22:42','2025-10-03 17:22:42',2087,NULL),(6494,'woocommerce_cleanup_draft_orders','pending','2025-10-04 17:06:28','2025-10-04 17:06:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759597588;s:18:\"\0*\0first_timestamp\";i:1730058563;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759597588;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(6495,'woocommerce_custom_orders_table_background_sync','pending','2025-10-03 18:22:42','2025-10-03 18:22:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759515762;s:18:\"\0*\0first_timestamp\";i:1759332004;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759515762;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(6496,'woocommerce_refresh_order_count_cache','pending','2025-10-04 05:26:22','2025-10-04 05:26:22',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1759555582;s:18:\"\0*\0first_timestamp\";i:1749543178;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1759555582;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',6,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL);
/*!40000 ALTER TABLE `nbn_actionscheduler_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_actionscheduler_claims`
--

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

--
-- Dumping data for table `nbn_actionscheduler_claims`
--

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

--
-- Table structure for table `nbn_actionscheduler_groups`
--

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

--
-- Dumping data for table `nbn_actionscheduler_groups`
--

LOCK TABLES `nbn_actionscheduler_groups` WRITE;
/*!40000 ALTER TABLE `nbn_actionscheduler_groups` DISABLE KEYS */;
INSERT INTO `nbn_actionscheduler_groups` VALUES (1,'action-scheduler-migration'),(2,'wpforms'),(3,''),(4,'woocommerce-db-updates'),(5,'wc-admin-data'),(6,'count'),(7,'wc_delete_related_product_transients_group'),(8,'ActionScheduler'),(9,'woocommerce'),(10,'facebook-for-woocommerce'),(11,'wc_batch_processes');
/*!40000 ALTER TABLE `nbn_actionscheduler_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_actionscheduler_logs`
--

DROP TABLE IF EXISTS `nbn_actionscheduler_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_actionscheduler_logs` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `action_id` bigint(20) unsigned NOT NULL,
  `message` text COLLATE utf8mb4_unicode_520_ci 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=19426 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `nbn_actionscheduler_logs`
--

LOCK TABLES `nbn_actionscheduler_logs` WRITE;
/*!40000 ALTER TABLE `nbn_actionscheduler_logs` DISABLE KEYS */;
INSERT INTO `nbn_actionscheduler_logs` VALUES (4,6,'action created','2024-10-27 18:50:33','2024-10-27 18:50:33'),(5,7,'action created','2024-10-27 18:50:34','2024-10-27 18:50:34'),(6,8,'action created','2024-10-27 18:50:34','2024-10-27 18:50:34'),(7,9,'action created','2024-10-27 18:50:34','2024-10-27 18:50:34'),(8,9,'action started via WP Cron','2024-10-27 18:50:34','2024-10-27 18:50:34'),(9,9,'action failed via WP Cron: Scheduled action for wpforms_email_summaries_fetch_info_blocks will not be executed as no callbacks are registered.','2024-10-27 18:50:34','2024-10-27 18:50:34'),(11,7,'action started via WP Cron','2024-10-27 18:50:34','2024-10-27 18:50:34'),(12,7,'action failed via WP Cron: Scheduled action for wpforms_process_forms_locator_scan will not be executed as no callbacks are registered.','2024-10-27 18:50:34','2024-10-27 18:50:34'),(14,8,'action started via WP Cron','2024-10-27 18:50:34','2024-10-27 18:50:34'),(15,8,'action failed via WP Cron: Scheduled action for wpforms_process_purge_spam will not be executed as no callbacks are registered.','2024-10-27 18:50:34','2024-10-27 18:50:34'),(17,6,'action started via WP Cron','2024-10-27 18:51:34','2024-10-27 18:51:34'),(18,6,'action failed via WP Cron: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2024-10-27 18:51:34','2024-10-27 18:51:34'),(94,40,'action created','2024-10-28 00:21:40','2024-10-28 00:21:40'),(147,40,'action started via WP Cron','2024-10-28 00:22:50','2024-10-28 00:22:50'),(148,40,'action failed via WP Cron: Scheduled action for woocommerce_admin/stored_state_setup_for_products/async/run_remote_notifications will not be executed as no callbacks are registered.','2024-10-28 00:22:50','2024-10-28 00:22:50'),(769,265,'action created','2024-11-07 21:50:49','2024-11-07 21:50:49'),(770,265,'action started via Async Request','2024-11-07 21:50:54','2024-11-07 21:50:54'),(771,265,'action failed via Async Request: Scheduled action for wpforms_process_webhooks_auto_configuration will not be executed as no callbacks are registered.','2024-11-07 21:50:54','2024-11-07 21:50:54'),(1540,522,'action created','2024-12-18 21:13:04','2024-12-18 21:13:04'),(1543,522,'action started via Async Request','2024-12-18 21:14:08','2024-12-18 21:14:08'),(1544,522,'action failed via Async Request: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2024-12-18 21:14:08','2024-12-18 21:14:08'),(1772,598,'action created','2025-01-02 17:58:11','2025-01-02 17:58:11'),(1796,598,'action started via WP Cron','2025-01-02 17:59:28','2025-01-02 17:59:28'),(1797,598,'action failed via WP Cron: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2025-01-02 17:59:28','2025-01-02 17:59:28'),(1810,618,'action created','2025-01-02 18:33:24','2025-01-02 18:33:24'),(1811,618,'action started via WP Cron','2025-01-02 18:34:26','2025-01-02 18:34:26'),(1812,618,'action failed via WP Cron: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2025-01-02 18:34:26','2025-01-02 18:34:26'),(3745,1263,'action created','2025-02-26 04:15:22','2025-02-26 04:15:22'),(3770,1263,'action started via WP Cron','2025-02-26 11:57:49','2025-02-26 11:57:49'),(3771,1263,'action failed via WP Cron: Scheduled action for wpforms-pro_license_api_plugin-update_cache will not be executed as no callbacks are registered.','2025-02-26 11:57:49','2025-02-26 11:57:49'),(3772,1272,'action created','2025-02-26 11:57:49','2025-02-26 11:57:49'),(3782,1272,'action started via WP Cron','2025-02-26 17:57:52','2025-02-26 17:57:52'),(3783,1272,'action failed via WP Cron: Scheduled action for wpforms-pro_license_api_plugin-update_cache will not be executed as no callbacks are registered.','2025-02-26 17:57:52','2025-02-26 17:57:52'),(3784,1276,'action created','2025-02-26 17:57:52','2025-02-26 17:57:52'),(3794,1276,'action started via WP Cron','2025-02-27 03:45:40','2025-02-27 03:45:40'),(3795,1276,'action failed via WP Cron: Scheduled action for wpforms-pro_license_api_plugin-update_cache will not be executed as no callbacks are registered.','2025-02-27 03:45:40','2025-02-27 03:45:40'),(3796,1280,'action created','2025-02-27 03:45:40','2025-02-27 03:45:40'),(3818,1280,'action started via WP Cron','2025-02-27 11:24:58','2025-02-27 11:24:58'),(3819,1280,'action failed via WP Cron: Scheduled action for wpforms-pro_license_api_plugin-update_cache will not be executed as no callbacks are registered.','2025-02-27 11:24:58','2025-02-27 11:24:58'),(3820,1288,'action created','2025-02-27 11:24:58','2025-02-27 11:24:58'),(3830,1288,'action started via WP Cron','2025-02-27 17:34:11','2025-02-27 17:34:11'),(3831,1288,'action failed via WP Cron: Scheduled action for wpforms-pro_license_api_plugin-update_cache will not be executed as no callbacks are registered.','2025-02-27 17:34:11','2025-02-27 17:34:11'),(3832,1292,'action created','2025-02-27 17:34:11','2025-02-27 17:34:11'),(3842,1292,'action started via WP Cron','2025-02-28 03:34:12','2025-02-28 03:34:12'),(3843,1292,'action failed via WP Cron: Scheduled action for wpforms-pro_license_api_plugin-update_cache will not be executed as no callbacks are registered.','2025-02-28 03:34:12','2025-02-28 03:34:12'),(3844,1296,'action created','2025-02-28 03:34:12','2025-02-28 03:34:12'),(3864,1296,'action started via WP Cron','2025-02-28 11:28:48','2025-02-28 11:28:48'),(3865,1296,'action failed via WP Cron: Scheduled action for wpforms-pro_license_api_plugin-update_cache will not be executed as no callbacks are registered.','2025-02-28 11:28:48','2025-02-28 11:28:48'),(3866,1304,'action created','2025-02-28 11:28:48','2025-02-28 11:28:48'),(3890,1304,'action started via WP Cron','2025-02-28 20:33:41','2025-02-28 20:33:41'),(3891,1304,'action failed via WP Cron: Scheduled action for wpforms-pro_license_api_plugin-update_cache will not be executed as no callbacks are registered.','2025-02-28 20:33:41','2025-02-28 20:33:41'),(3892,1312,'action created','2025-02-28 20:33:41','2025-02-28 20:33:41'),(3905,1312,'action started via WP Cron','2025-03-01 05:11:29','2025-03-01 05:11:29'),(3906,1312,'action failed via WP Cron: Scheduled action for wpforms-pro_license_api_plugin-update_cache will not be executed as no callbacks are registered.','2025-03-01 05:11:29','2025-03-01 05:11:29'),(3907,1317,'action created','2025-03-01 05:11:29','2025-03-01 05:11:29'),(3917,1317,'action started via WP Cron','2025-03-01 11:54:44','2025-03-01 11:54:44'),(3918,1317,'action failed via WP Cron: Scheduled action for wpforms-pro_license_api_plugin-update_cache will not be executed as no callbacks are registered.','2025-03-01 11:54:44','2025-03-01 11:54:44'),(3919,1321,'action created','2025-03-01 11:54:44','2025-03-01 11:54:44'),(3941,1321,'action started via WP Cron','2025-03-01 23:29:51','2025-03-01 23:29:51'),(3942,1321,'action failed via WP Cron: Scheduled action for wpforms-pro_license_api_plugin-update_cache will not be executed as no callbacks are registered.','2025-03-01 23:29:51','2025-03-01 23:29:51'),(3943,1329,'action created','2025-03-01 23:29:51','2025-03-01 23:29:51'),(3953,1329,'action started via WP Cron','2025-03-02 06:26:52','2025-03-02 06:26:52'),(3954,1329,'action failed via WP Cron: Scheduled action for wpforms-pro_license_api_plugin-update_cache will not be executed as no callbacks are registered.','2025-03-02 06:26:52','2025-03-02 06:26:52'),(3955,1333,'action created','2025-03-02 06:26:52','2025-03-02 06:26:52'),(3977,1333,'action started via WP Cron','2025-03-03 04:16:51','2025-03-03 04:16:51'),(3978,1333,'action failed via WP Cron: Scheduled action for wpforms-pro_license_api_plugin-update_cache will not be executed as no callbacks are registered.','2025-03-03 04:16:51','2025-03-03 04:16:51'),(3979,1333,'This action appears to be consistently failing. A new instance will not be scheduled.','2025-03-03 04:16:51','2025-03-03 04:16:51'),(4031,1358,'action created','2025-03-03 21:41:20','2025-03-03 21:41:20'),(4032,1358,'action started via WP Cron','2025-03-03 21:42:21','2025-03-03 21:42:21'),(4033,1358,'action failed via WP Cron: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2025-03-03 21:42:21','2025-03-03 21:42:21'),(5636,1893,'action created','2025-04-22 16:06:28','2025-04-22 16:06:28'),(5660,1893,'action started via WP Cron','2025-04-22 22:07:35','2025-04-22 22:07:35'),(5661,1893,'action failed via WP Cron: Scheduled action for wpforms-pro_license_api_plugin-info_cache will not be executed as no callbacks are registered.','2025-04-22 22:07:35','2025-04-22 22:07:35'),(5662,1901,'action created','2025-04-22 22:07:35','2025-04-22 22:07:35'),(5669,1901,'action started via WP Cron','2025-04-23 10:13:38','2025-04-23 10:13:38'),(5670,1901,'action failed via WP Cron: Scheduled action for wpforms-pro_license_api_plugin-info_cache will not be executed as no callbacks are registered.','2025-04-23 10:13:38','2025-04-23 10:13:38'),(5671,1904,'action created','2025-04-23 10:13:38','2025-04-23 10:13:38'),(5688,1904,'action started via WP Cron','2025-04-24 03:06:03','2025-04-24 03:06:03'),(5689,1904,'action failed via WP Cron: Scheduled action for wpforms-pro_license_api_plugin-info_cache will not be executed as no callbacks are registered.','2025-04-24 03:06:03','2025-04-24 03:06:03'),(5690,1911,'action created','2025-04-24 03:06:03','2025-04-24 03:06:03'),(5699,1911,'action started via WP Cron','2025-04-24 10:18:59','2025-04-24 10:18:59'),(5700,1911,'action failed via WP Cron: Scheduled action for wpforms-pro_license_api_plugin-info_cache will not be executed as no callbacks are registered.','2025-04-24 10:18:59','2025-04-24 10:18:59'),(5701,1914,'action created','2025-04-24 10:18:59','2025-04-24 10:18:59'),(5714,1914,'action started via WP Cron','2025-04-25 09:55:28','2025-04-25 09:55:28'),(5715,1914,'action failed via WP Cron: Scheduled action for wpforms-pro_license_api_plugin-info_cache will not be executed as no callbacks are registered.','2025-04-25 09:55:28','2025-04-25 09:55:28'),(5716,1919,'action created','2025-04-25 09:55:28','2025-04-25 09:55:28'),(5735,1919,'action started via WP Cron','2025-04-25 17:16:34','2025-04-25 17:16:34'),(5736,1919,'action failed via WP Cron: Scheduled action for wpforms-pro_license_api_plugin-info_cache will not be executed as no callbacks are registered.','2025-04-25 17:16:34','2025-04-25 17:16:34'),(5737,1926,'action created','2025-04-25 17:16:34','2025-04-25 17:16:34'),(5744,1926,'action started via WP Cron','2025-04-26 03:12:57','2025-04-26 03:12:57'),(5745,1926,'action failed via WP Cron: Scheduled action for wpforms-pro_license_api_plugin-info_cache will not be executed as no callbacks are registered.','2025-04-26 03:12:57','2025-04-26 03:12:57'),(5746,1929,'action created','2025-04-26 03:12:57','2025-04-26 03:12:57'),(5753,1929,'action started via WP Cron','2025-04-26 09:52:32','2025-04-26 09:52:32'),(5754,1929,'action failed via WP Cron: Scheduled action for wpforms-pro_license_api_plugin-info_cache will not be executed as no callbacks are registered.','2025-04-26 09:52:32','2025-04-26 09:52:32'),(5755,1932,'action created','2025-04-26 09:52:32','2025-04-26 09:52:32'),(5786,1932,'action started via WP Cron','2025-04-26 20:44:24','2025-04-26 20:44:24'),(5787,1932,'action failed via WP Cron: Scheduled action for wpforms-pro_license_api_plugin-info_cache will not be executed as no callbacks are registered.','2025-04-26 20:44:24','2025-04-26 20:44:24'),(5788,1943,'action created','2025-04-26 20:44:24','2025-04-26 20:44:24'),(5795,1943,'action started via WP Cron','2025-04-27 09:44:07','2025-04-27 09:44:07'),(5796,1943,'action failed via WP Cron: Scheduled action for wpforms-pro_license_api_plugin-info_cache will not be executed as no callbacks are registered.','2025-04-27 09:44:07','2025-04-27 09:44:07'),(5797,1946,'action created','2025-04-27 09:44:07','2025-04-27 09:44:07'),(5816,1946,'action started via WP Cron','2025-04-27 23:04:37','2025-04-27 23:04:37'),(5817,1946,'action failed via WP Cron: Scheduled action for wpforms-pro_license_api_plugin-info_cache will not be executed as no callbacks are registered.','2025-04-27 23:04:37','2025-04-27 23:04:37'),(5818,1946,'This action appears to be consistently failing. A new instance will not be scheduled.','2025-04-27 23:04:37','2025-04-27 23:04:37'),(12276,4112,'action created','2025-09-03 15:15:04','2025-09-03 15:15:04'),(12277,4112,'action started via WP Cron','2025-09-03 15:16:05','2025-09-03 15:16:05'),(12278,4112,'action failed via WP Cron: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2025-09-03 15:16:05','2025-09-03 15:16:05'),(13102,4388,'action created','2025-09-04 15:15:12','2025-09-04 15:15:12'),(13105,4388,'action started via WP Cron','2025-09-04 15:17:13','2025-09-04 15:17:13'),(13106,4388,'action failed via WP Cron: Call to a member function is_master_sync_on() on null','2025-09-04 15:18:02','2025-09-04 15:18:02'),(13921,4661,'action created','2025-09-05 15:19:29','2025-09-05 15:19:29'),(13925,4661,'action started via WP Cron','2025-09-05 15:25:51','2025-09-05 15:25:51'),(13926,4661,'action failed via WP Cron: Call to a member function is_master_sync_on() on null','2025-09-05 15:26:10','2025-09-05 15:26:10'),(14662,4908,'action created','2025-09-06 15:21:48','2025-09-06 15:21:48'),(14665,4908,'action started via WP Cron','2025-09-06 15:24:31','2025-09-06 15:24:31'),(14666,4908,'action failed via WP Cron: Call to a member function is_master_sync_on() on null','2025-09-06 15:24:31','2025-09-06 15:24:31'),(15415,5159,'action created','2025-09-07 15:15:05','2025-09-07 15:15:05'),(15418,5159,'action started via WP Cron','2025-09-07 15:15:22','2025-09-07 15:15:22'),(15419,5159,'action failed via WP Cron: Call to a member function is_master_sync_on() on null','2025-09-07 15:15:39','2025-09-07 15:15:39'),(16216,5426,'action created','2025-09-08 15:15:21','2025-09-08 15:15:21'),(16219,5426,'action started via WP Cron','2025-09-08 15:15:21','2025-09-08 15:15:21'),(16220,5426,'action failed via WP Cron: Call to a member function is_master_sync_on() on null','2025-09-08 15:15:21','2025-09-08 15:15:21'),(16429,5497,'action created','2025-09-08 20:45:18','2025-09-08 20:45:18'),(16433,5497,'action started via Async Request','2025-09-08 20:46:22','2025-09-08 20:46:22'),(16434,5497,'action failed via Async Request: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2025-09-08 20:46:22','2025-09-08 20:46:22'),(17163,5741,'action created','2025-09-09 16:32:11','2025-09-09 16:32:11'),(17227,5763,'action created','2025-09-09 18:07:19','2025-09-09 18:07:19'),(17228,5763,'action started via WP Cron','2025-09-09 18:08:34','2025-09-09 18:08:34'),(17229,5763,'action failed via WP Cron: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2025-09-09 18:08:34','2025-09-09 18:08:34'),(17311,5741,'action started via WP Cron','2025-09-10 16:35:17','2025-09-10 16:35:17'),(17312,5741,'action failed via WP Cron: Scheduled action for wc_facebook_regenerate_feed will not be executed as no callbacks are registered.','2025-09-10 16:35:17','2025-09-10 16:35:17'),(17313,5791,'action created','2025-09-10 16:35:17','2025-09-10 16:35:17'),(17389,5791,'action started via WP Cron','2025-09-11 16:35:50','2025-09-11 16:35:50'),(17390,5791,'action failed via WP Cron: Scheduled action for wc_facebook_regenerate_feed will not be executed as no callbacks are registered.','2025-09-11 16:35:50','2025-09-11 16:35:50'),(17391,5817,'action created','2025-09-11 16:35:50','2025-09-11 16:35:50'),(17473,5817,'action started via WP Cron','2025-09-12 16:39:27','2025-09-12 16:39:27'),(17474,5817,'action failed via WP Cron: Scheduled action for wc_facebook_regenerate_feed will not be executed as no callbacks are registered.','2025-09-12 16:39:27','2025-09-12 16:39:27'),(17475,5845,'action created','2025-09-12 16:39:27','2025-09-12 16:39:27'),(17551,5845,'action started via WP Cron','2025-09-13 16:44:13','2025-09-13 16:44:13'),(17552,5845,'action failed via WP Cron: Scheduled action for wc_facebook_regenerate_feed will not be executed as no callbacks are registered.','2025-09-13 16:44:13','2025-09-13 16:44:13'),(17553,5871,'action created','2025-09-13 16:44:13','2025-09-13 16:44:13'),(17629,5871,'action started via WP Cron','2025-09-14 16:46:37','2025-09-14 16:46:37'),(17630,5871,'action failed via WP Cron: Scheduled action for wc_facebook_regenerate_feed will not be executed as no callbacks are registered.','2025-09-14 16:46:37','2025-09-14 16:46:37'),(17631,5871,'This action appears to be consistently failing. A new instance will not be scheduled.','2025-09-14 16:46:37','2025-09-14 16:46:37'),(18057,6038,'action created','2025-09-19 23:04:39','2025-09-19 23:04:39'),(18258,6105,'action created','2025-09-22 12:00:31','2025-09-22 12:00:31'),(18261,6106,'action created','2025-09-22 12:00:31','2025-09-22 12:00:31'),(18264,6107,'action created','2025-09-22 12:00:31','2025-09-22 12:00:31'),(18267,6108,'action created','2025-09-22 12:00:31','2025-09-22 12:00:31'),(18436,6165,'action created','2025-09-24 11:39:00','2025-09-24 11:39:00'),(18517,6192,'action created','2025-09-25 10:19:10','2025-09-25 10:19:10'),(18551,6192,'action started via WP Cron','2025-09-26 00:00:32','2025-09-26 00:00:32'),(18552,6192,'action failed via WP Cron: Scheduled action for wpforms_corrupted_submission_email will not be executed as no callbacks are registered.','2025-09-26 00:00:32','2025-09-26 00:00:32'),(18711,6256,'action created','2025-09-28 01:08:48','2025-09-28 01:08:48'),(18714,6257,'action created','2025-09-28 01:08:49','2025-09-28 01:08:49'),(18717,6258,'action created','2025-09-28 01:08:49','2025-09-28 01:08:49'),(18722,6261,'action created','2025-09-28 01:08:49','2025-09-28 01:08:49'),(18727,6262,'action created','2025-09-28 01:57:19','2025-09-28 01:57:19'),(18738,6265,'action created','2025-09-28 03:39:52','2025-09-28 03:39:52'),(18741,6266,'action created','2025-09-28 03:39:52','2025-09-28 03:39:52'),(18753,6270,'action created','2025-09-28 10:00:48','2025-09-28 10:00:48'),(18756,6271,'action created','2025-09-28 14:35:07','2025-09-28 14:35:07'),(18759,6272,'action created','2025-09-28 14:35:07','2025-09-28 14:35:07'),(18762,6273,'action created','2025-09-28 16:38:30','2025-09-28 16:38:30'),(18766,6275,'action created','2025-09-28 16:38:30','2025-09-28 16:38:30'),(18769,6276,'action created','2025-09-28 16:38:30','2025-09-28 16:38:30'),(18774,6277,'action created','2025-09-28 16:49:28','2025-09-28 16:49:28'),(18775,6271,'action started via WP Cron','2025-09-28 20:37:57','2025-09-28 20:37:57'),(18776,6271,'action complete via WP Cron','2025-09-28 20:37:57','2025-09-28 20:37:57'),(18777,6278,'action created','2025-09-28 20:37:57','2025-09-28 20:37:57'),(18778,6272,'action started via WP Cron','2025-09-28 20:37:57','2025-09-28 20:37:57'),(18779,6272,'action complete via WP Cron','2025-09-28 20:37:57','2025-09-28 20:37:57'),(18780,6279,'action created','2025-09-28 20:37:57','2025-09-28 20:37:57'),(18781,6270,'action started via WP Cron','2025-09-28 22:08:11','2025-09-28 22:08:11'),(18782,6270,'action complete via WP Cron','2025-09-28 22:08:11','2025-09-28 22:08:11'),(18783,6280,'action created','2025-09-28 22:08:11','2025-09-28 22:08:11'),(18784,6256,'action started via WP Cron','2025-09-29 01:20:17','2025-09-29 01:20:17'),(18785,6256,'action complete via WP Cron','2025-09-29 01:20:18','2025-09-29 01:20:18'),(18786,6281,'action created','2025-09-29 01:20:18','2025-09-29 01:20:18'),(18787,6257,'action started via WP Cron','2025-09-29 01:20:18','2025-09-29 01:20:18'),(18788,6257,'action complete via WP Cron','2025-09-29 01:20:19','2025-09-29 01:20:19'),(18789,6282,'action created','2025-09-29 01:20:19','2025-09-29 01:20:19'),(18790,6258,'action started via WP Cron','2025-09-29 01:20:19','2025-09-29 01:20:19'),(18791,6258,'action complete via WP Cron','2025-09-29 01:20:19','2025-09-29 01:20:19'),(18792,6283,'action created','2025-09-29 01:20:19','2025-09-29 01:20:19'),(18793,6261,'action started via WP Cron','2025-09-29 01:20:19','2025-09-29 01:20:19'),(18794,6284,'action created','2025-09-29 01:20:19','2025-09-29 01:20:19'),(18795,6285,'action created','2025-09-29 01:20:19','2025-09-29 01:20:19'),(18796,6261,'action complete via WP Cron','2025-09-29 01:20:19','2025-09-29 01:20:19'),(18797,6286,'action created','2025-09-29 01:20:19','2025-09-29 01:20:19'),(18798,6285,'action started via WP Cron','2025-09-29 01:21:31','2025-09-29 01:21:31'),(18799,6285,'action complete via WP Cron','2025-09-29 01:21:31','2025-09-29 01:21:31'),(18800,6262,'action started via WP Cron','2025-09-29 01:57:44','2025-09-29 01:57:44'),(18801,6262,'action complete via WP Cron','2025-09-29 01:57:44','2025-09-29 01:57:44'),(18802,6287,'action created','2025-09-29 01:57:44','2025-09-29 01:57:44'),(18803,6284,'action started via WP Cron','2025-09-29 02:20:29','2025-09-29 02:20:29'),(18804,6284,'action complete via WP Cron','2025-09-29 02:20:29','2025-09-29 02:20:29'),(18805,6278,'action started via WP Cron','2025-09-29 02:41:13','2025-09-29 02:41:13'),(18806,6278,'action complete via WP Cron','2025-09-29 02:41:13','2025-09-29 02:41:13'),(18807,6288,'action created','2025-09-29 02:41:13','2025-09-29 02:41:13'),(18808,6279,'action started via WP Cron','2025-09-29 02:41:13','2025-09-29 02:41:13'),(18809,6279,'action complete via WP Cron','2025-09-29 02:41:13','2025-09-29 02:41:13'),(18810,6289,'action created','2025-09-29 02:41:13','2025-09-29 02:41:13'),(18811,6265,'action started via WP Cron','2025-09-29 03:40:06','2025-09-29 03:40:06'),(18812,6265,'action complete via WP Cron','2025-09-29 03:40:06','2025-09-29 03:40:06'),(18813,6290,'action created','2025-09-29 03:40:06','2025-09-29 03:40:06'),(18814,6266,'action started via WP Cron','2025-09-29 03:40:06','2025-09-29 03:40:06'),(18815,6266,'action complete via WP Cron','2025-09-29 03:40:06','2025-09-29 03:40:06'),(18816,6291,'action created','2025-09-29 03:40:06','2025-09-29 03:40:06'),(18817,6277,'action started via WP Cron','2025-09-29 04:51:09','2025-09-29 04:51:09'),(18818,6277,'action complete via WP Cron','2025-09-29 04:51:09','2025-09-29 04:51:09'),(18819,6292,'action created','2025-09-29 04:51:09','2025-09-29 04:51:09'),(18820,6288,'action started via WP Cron','2025-09-29 08:41:29','2025-09-29 08:41:29'),(18821,6288,'action complete via WP Cron','2025-09-29 08:41:29','2025-09-29 08:41:29'),(18822,6293,'action created','2025-09-29 08:41:29','2025-09-29 08:41:29'),(18823,6289,'action started via WP Cron','2025-09-29 08:41:29','2025-09-29 08:41:29'),(18824,6289,'action complete via WP Cron','2025-09-29 08:41:29','2025-09-29 08:41:29'),(18825,6294,'action created','2025-09-29 08:41:29','2025-09-29 08:41:29'),(18826,6280,'action started via WP Cron','2025-09-29 10:11:21','2025-09-29 10:11:21'),(18827,6280,'action complete via WP Cron','2025-09-29 10:11:21','2025-09-29 10:11:21'),(18828,6295,'action created','2025-09-29 10:11:21','2025-09-29 10:11:21'),(18829,6296,'action created','2025-09-29 11:02:23','2025-09-29 11:02:23'),(18830,6296,'action started via WP Cron','2025-09-29 11:02:36','2025-09-29 11:02:36'),(18831,6296,'action complete via WP Cron','2025-09-29 11:02:36','2025-09-29 11:02:36'),(18832,6297,'action created','2025-09-29 11:05:08','2025-09-29 11:05:08'),(18833,6297,'action started via WP Cron','2025-09-29 11:07:48','2025-09-29 11:07:48'),(18834,6297,'action complete via WP Cron','2025-09-29 11:07:48','2025-09-29 11:07:48'),(18835,6105,'action started via WP Cron','2025-09-29 12:02:28','2025-09-29 12:02:28'),(18836,6105,'action complete via WP Cron','2025-09-29 12:02:29','2025-09-29 12:02:29'),(18838,6106,'action started via WP Cron','2025-09-29 12:02:29','2025-09-29 12:02:29'),(18839,6106,'action complete via WP Cron','2025-09-29 12:02:29','2025-09-29 12:02:29'),(18841,6107,'action started via WP Cron','2025-09-29 12:02:29','2025-09-29 12:02:29'),(18842,6107,'action complete via WP Cron','2025-09-29 12:02:29','2025-09-29 12:02:29'),(18844,6108,'action started via WP Cron','2025-09-29 12:02:29','2025-09-29 12:02:29'),(18845,6108,'action complete via WP Cron','2025-09-29 12:02:29','2025-09-29 12:02:29'),(18847,6293,'action started via WP Cron','2025-09-29 14:48:08','2025-09-29 14:48:08'),(18848,6293,'action complete via WP Cron','2025-09-29 14:48:08','2025-09-29 14:48:08'),(18849,6302,'action created','2025-09-29 14:48:08','2025-09-29 14:48:08'),(18850,6294,'action started via WP Cron','2025-09-29 14:48:08','2025-09-29 14:48:08'),(18851,6294,'action complete via WP Cron','2025-09-29 14:48:08','2025-09-29 14:48:08'),(18852,6303,'action created','2025-09-29 14:48:08','2025-09-29 14:48:08'),(18853,6273,'action started via WP Cron','2025-09-29 16:51:35','2025-09-29 16:51:35'),(18854,6273,'action complete via WP Cron','2025-09-29 16:51:35','2025-09-29 16:51:35'),(18855,6304,'action created','2025-09-29 16:51:35','2025-09-29 16:51:35'),(18856,6275,'action started via WP Cron','2025-09-29 16:51:35','2025-09-29 16:51:35'),(18857,6305,'action created','2025-09-29 16:51:35','2025-09-29 16:51:35'),(18858,6275,'action complete via WP Cron','2025-09-29 16:51:35','2025-09-29 16:51:35'),(18859,6306,'action created','2025-09-29 16:51:35','2025-09-29 16:51:35'),(18860,6276,'action started via WP Cron','2025-09-29 16:51:35','2025-09-29 16:51:35'),(18861,6276,'action complete via WP Cron','2025-09-29 16:51:35','2025-09-29 16:51:35'),(18862,6307,'action created','2025-09-29 16:51:35','2025-09-29 16:51:35'),(18863,6292,'action started via WP Cron','2025-09-29 16:51:35','2025-09-29 16:51:35'),(18864,6292,'action complete via WP Cron','2025-09-29 16:51:35','2025-09-29 16:51:35'),(18865,6308,'action created','2025-09-29 16:51:35','2025-09-29 16:51:35'),(18866,6305,'action started via WP Cron','2025-09-29 16:51:36','2025-09-29 16:51:36'),(18867,6305,'action complete via WP Cron','2025-09-29 16:51:36','2025-09-29 16:51:36'),(18868,6309,'action created','2025-09-29 19:55:04','2025-09-29 19:55:04'),(18869,6309,'action started via Async Request','2025-09-29 19:55:09','2025-09-29 19:55:09'),(18870,6309,'action complete via Async Request','2025-09-29 19:55:11','2025-09-29 19:55:11'),(18871,6302,'action started via WP Cron','2025-09-29 20:52:43','2025-09-29 20:52:43'),(18872,6302,'action complete via WP Cron','2025-09-29 20:52:43','2025-09-29 20:52:43'),(18873,6310,'action created','2025-09-29 20:52:43','2025-09-29 20:52:43'),(18874,6303,'action started via WP Cron','2025-09-29 20:52:43','2025-09-29 20:52:43'),(18875,6303,'action complete via WP Cron','2025-09-29 20:52:43','2025-09-29 20:52:43'),(18876,6311,'action created','2025-09-29 20:52:43','2025-09-29 20:52:43'),(18877,6295,'action started via WP Cron','2025-09-29 22:22:33','2025-09-29 22:22:33'),(18878,6295,'action complete via WP Cron','2025-09-29 22:22:33','2025-09-29 22:22:33'),(18879,6312,'action created','2025-09-29 22:22:33','2025-09-29 22:22:33'),(18880,6281,'action started via WP Cron','2025-09-30 01:23:21','2025-09-30 01:23:21'),(18881,6281,'action complete via WP Cron','2025-09-30 01:23:22','2025-09-30 01:23:22'),(18882,6313,'action created','2025-09-30 01:23:22','2025-09-30 01:23:22'),(18883,6282,'action started via WP Cron','2025-09-30 01:23:22','2025-09-30 01:23:22'),(18884,6282,'action complete via WP Cron','2025-09-30 01:23:23','2025-09-30 01:23:23'),(18885,6314,'action created','2025-09-30 01:23:23','2025-09-30 01:23:23'),(18886,6283,'action started via WP Cron','2025-09-30 01:23:23','2025-09-30 01:23:23'),(18887,6283,'action complete via WP Cron','2025-09-30 01:23:23','2025-09-30 01:23:23'),(18888,6315,'action created','2025-09-30 01:23:23','2025-09-30 01:23:23'),(18889,6286,'action started via WP Cron','2025-09-30 01:23:23','2025-09-30 01:23:23'),(18890,6316,'action created','2025-09-30 01:23:23','2025-09-30 01:23:23'),(18891,6317,'action created','2025-09-30 01:23:23','2025-09-30 01:23:23'),(18892,6286,'action complete via WP Cron','2025-09-30 01:23:23','2025-09-30 01:23:23'),(18893,6318,'action created','2025-09-30 01:23:23','2025-09-30 01:23:23'),(18894,6317,'action started via WP Cron','2025-09-30 01:24:39','2025-09-30 01:24:39'),(18895,6317,'action complete via WP Cron','2025-09-30 01:24:39','2025-09-30 01:24:39'),(18896,6287,'action started via WP Cron','2025-09-30 02:05:55','2025-09-30 02:05:55'),(18897,6287,'action complete via WP Cron','2025-09-30 02:05:55','2025-09-30 02:05:55'),(18898,6319,'action created','2025-09-30 02:05:55','2025-09-30 02:05:55'),(18899,6316,'action started via WP Cron','2025-09-30 02:32:50','2025-09-30 02:32:50'),(18900,6316,'action complete via WP Cron','2025-09-30 02:32:50','2025-09-30 02:32:50'),(18901,6310,'action started via WP Cron','2025-09-30 03:00:36','2025-09-30 03:00:36'),(18902,6310,'action complete via WP Cron','2025-09-30 03:00:36','2025-09-30 03:00:36'),(18903,6320,'action created','2025-09-30 03:00:36','2025-09-30 03:00:36'),(18904,6311,'action started via WP Cron','2025-09-30 03:00:36','2025-09-30 03:00:36'),(18905,6311,'action complete via WP Cron','2025-09-30 03:00:36','2025-09-30 03:00:36'),(18906,6321,'action created','2025-09-30 03:00:36','2025-09-30 03:00:36'),(18907,6290,'action started via WP Cron','2025-09-30 03:41:53','2025-09-30 03:41:53'),(18908,6290,'action complete via WP Cron','2025-09-30 03:41:53','2025-09-30 03:41:53'),(18909,6322,'action created','2025-09-30 03:41:53','2025-09-30 03:41:53'),(18910,6291,'action started via WP Cron','2025-09-30 03:41:53','2025-09-30 03:41:53'),(18911,6291,'action complete via WP Cron','2025-09-30 03:41:53','2025-09-30 03:41:53'),(18912,6323,'action created','2025-09-30 03:41:53','2025-09-30 03:41:53'),(18913,6308,'action started via WP Cron','2025-09-30 04:52:48','2025-09-30 04:52:48'),(18914,6308,'action complete via WP Cron','2025-09-30 04:52:48','2025-09-30 04:52:48'),(18915,6324,'action created','2025-09-30 04:52:48','2025-09-30 04:52:48'),(18916,6320,'action started via WP Cron','2025-09-30 09:05:42','2025-09-30 09:05:42'),(18917,6320,'action complete via WP Cron','2025-09-30 09:05:42','2025-09-30 09:05:42'),(18918,6325,'action created','2025-09-30 09:05:42','2025-09-30 09:05:42'),(18919,6321,'action started via WP Cron','2025-09-30 09:05:42','2025-09-30 09:05:42'),(18920,6321,'action complete via WP Cron','2025-09-30 09:05:42','2025-09-30 09:05:42'),(18921,6326,'action created','2025-09-30 09:05:42','2025-09-30 09:05:42'),(18922,6312,'action started via WP Cron','2025-09-30 10:23:29','2025-09-30 10:23:29'),(18923,6312,'action complete via WP Cron','2025-09-30 10:23:29','2025-09-30 10:23:29'),(18924,6327,'action created','2025-09-30 10:23:29','2025-09-30 10:23:29'),(18925,6328,'action created','2025-09-30 10:30:58','2025-09-30 10:30:58'),(18926,6328,'action started via WP Cron','2025-09-30 10:31:44','2025-09-30 10:31:44'),(18927,6328,'action complete via WP Cron','2025-09-30 10:31:45','2025-09-30 10:31:45'),(18928,6329,'action created','2025-09-30 14:05:49','2025-09-30 14:05:49'),(18929,6329,'action started via Async Request','2025-09-30 14:06:38','2025-09-30 14:06:38'),(18930,6329,'action complete via Async Request','2025-09-30 14:06:38','2025-09-30 14:06:38'),(18931,6330,'action created','2025-09-30 14:06:48','2025-09-30 14:06:48'),(18932,6331,'action created','2025-09-30 14:06:49','2025-09-30 14:06:49'),(18933,6330,'action started via WP Cron','2025-09-30 14:07:43','2025-09-30 14:07:43'),(18934,6330,'action complete via WP Cron','2025-09-30 14:07:44','2025-09-30 14:07:44'),(18935,6331,'action started via Async Request','2025-09-30 14:07:54','2025-09-30 14:07:54'),(18936,6331,'action complete via Async Request','2025-09-30 14:07:54','2025-09-30 14:07:54'),(18937,6325,'action started via WP Cron','2025-09-30 15:05:45','2025-09-30 15:05:45'),(18938,6325,'action complete via WP Cron','2025-09-30 15:05:45','2025-09-30 15:05:45'),(18939,6332,'action created','2025-09-30 15:05:45','2025-09-30 15:05:45'),(18940,6326,'action started via WP Cron','2025-09-30 15:05:45','2025-09-30 15:05:45'),(18941,6326,'action complete via WP Cron','2025-09-30 15:05:45','2025-09-30 15:05:45'),(18942,6333,'action created','2025-09-30 15:05:45','2025-09-30 15:05:45'),(18943,6304,'action started via WP Cron','2025-09-30 16:51:43','2025-09-30 16:51:43'),(18944,6304,'action complete via WP Cron','2025-09-30 16:51:43','2025-09-30 16:51:43'),(18945,6334,'action created','2025-09-30 16:51:43','2025-09-30 16:51:43'),(18946,6306,'action started via WP Cron','2025-09-30 16:51:43','2025-09-30 16:51:43'),(18947,6335,'action created','2025-09-30 16:51:43','2025-09-30 16:51:43'),(18948,6306,'action complete via WP Cron','2025-09-30 16:51:43','2025-09-30 16:51:43'),(18950,6307,'action started via WP Cron','2025-09-30 16:51:43','2025-09-30 16:51:43'),(18951,6307,'action complete via WP Cron','2025-09-30 16:51:43','2025-09-30 16:51:43'),(18953,6335,'action started via WP Cron','2025-09-30 16:51:43','2025-09-30 16:51:43'),(18954,6335,'action complete via WP Cron','2025-09-30 16:51:43','2025-09-30 16:51:43'),(18955,6324,'action started via WP Cron','2025-09-30 16:59:08','2025-09-30 16:59:08'),(18956,6324,'action complete via WP Cron','2025-09-30 16:59:08','2025-09-30 16:59:08'),(18957,6338,'action created','2025-09-30 16:59:08','2025-09-30 16:59:08'),(18958,6332,'action started via Async Request','2025-09-30 21:07:30','2025-09-30 21:07:30'),(18959,6332,'action complete via Async Request','2025-09-30 21:07:30','2025-09-30 21:07:30'),(18960,6339,'action created','2025-09-30 21:07:30','2025-09-30 21:07:30'),(18961,6333,'action started via Async Request','2025-09-30 21:07:30','2025-09-30 21:07:30'),(18962,6333,'action complete via Async Request','2025-09-30 21:07:31','2025-09-30 21:07:31'),(18963,6340,'action created','2025-09-30 21:07:31','2025-09-30 21:07:31'),(18964,6327,'action started via WP Cron','2025-09-30 22:23:32','2025-09-30 22:23:32'),(18965,6327,'action complete via WP Cron','2025-09-30 22:23:32','2025-09-30 22:23:32'),(18966,6341,'action created','2025-09-30 22:23:32','2025-09-30 22:23:32'),(18967,6313,'action started via WP Cron','2025-10-01 01:27:13','2025-10-01 01:27:13'),(18968,6313,'action complete via WP Cron','2025-10-01 01:27:13','2025-10-01 01:27:13'),(18969,6342,'action created','2025-10-01 01:27:13','2025-10-01 01:27:13'),(18970,6314,'action started via WP Cron','2025-10-01 01:27:13','2025-10-01 01:27:13'),(18971,6314,'action complete via WP Cron','2025-10-01 01:27:14','2025-10-01 01:27:14'),(18972,6343,'action created','2025-10-01 01:27:14','2025-10-01 01:27:14'),(18973,6315,'action started via WP Cron','2025-10-01 01:27:14','2025-10-01 01:27:14'),(18974,6315,'action complete via WP Cron','2025-10-01 01:27:14','2025-10-01 01:27:14'),(18975,6344,'action created','2025-10-01 01:27:14','2025-10-01 01:27:14'),(18976,6318,'action started via WP Cron','2025-10-01 01:27:14','2025-10-01 01:27:14'),(18977,6345,'action created','2025-10-01 01:27:14','2025-10-01 01:27:14'),(18978,6346,'action created','2025-10-01 01:27:14','2025-10-01 01:27:14'),(18979,6318,'action complete via WP Cron','2025-10-01 01:27:14','2025-10-01 01:27:14'),(18980,6347,'action created','2025-10-01 01:27:14','2025-10-01 01:27:14'),(18981,6346,'action started via WP Cron','2025-10-01 01:28:57','2025-10-01 01:28:57'),(18982,6346,'action complete via WP Cron','2025-10-01 01:28:57','2025-10-01 01:28:57'),(18983,6319,'action started via WP Cron','2025-10-01 02:15:42','2025-10-01 02:15:42'),(18984,6319,'action complete via WP Cron','2025-10-01 02:15:42','2025-10-01 02:15:42'),(18985,6348,'action created','2025-10-01 02:15:42','2025-10-01 02:15:42'),(18986,6345,'action started via WP Cron','2025-10-01 02:31:50','2025-10-01 02:31:50'),(18987,6345,'action complete via WP Cron','2025-10-01 02:31:50','2025-10-01 02:31:50'),(18988,6339,'action started via WP Cron','2025-10-01 03:09:36','2025-10-01 03:09:36'),(18989,6339,'action complete via WP Cron','2025-10-01 03:09:37','2025-10-01 03:09:37'),(18990,6349,'action created','2025-10-01 03:09:37','2025-10-01 03:09:37'),(18991,6340,'action started via WP Cron','2025-10-01 03:09:37','2025-10-01 03:09:37'),(18992,6340,'action complete via WP Cron','2025-10-01 03:09:37','2025-10-01 03:09:37'),(18993,6350,'action created','2025-10-01 03:09:37','2025-10-01 03:09:37'),(18994,6322,'action started via WP Cron','2025-10-01 03:44:22','2025-10-01 03:44:22'),(18995,6322,'action complete via WP Cron','2025-10-01 03:44:22','2025-10-01 03:44:22'),(18996,6351,'action created','2025-10-01 03:44:22','2025-10-01 03:44:22'),(18997,6323,'action started via WP Cron','2025-10-01 03:44:22','2025-10-01 03:44:22'),(18998,6323,'action complete via WP Cron','2025-10-01 03:44:22','2025-10-01 03:44:22'),(18999,6352,'action created','2025-10-01 03:44:22','2025-10-01 03:44:22'),(19000,6338,'action started via WP Cron','2025-10-01 05:01:07','2025-10-01 05:01:07'),(19001,6338,'action complete via WP Cron','2025-10-01 05:01:07','2025-10-01 05:01:07'),(19002,6353,'action created','2025-10-01 05:01:07','2025-10-01 05:01:07'),(19003,6354,'action created','2025-10-01 06:00:02','2025-10-01 06:00:02'),(19004,6354,'action started via WP Cron','2025-10-01 06:00:44','2025-10-01 06:00:44'),(19005,6354,'action complete via WP Cron','2025-10-01 06:00:44','2025-10-01 06:00:44'),(19006,6355,'action created','2025-10-01 06:01:32','2025-10-01 06:01:32'),(19007,6355,'action started via WP Cron','2025-10-01 06:11:47','2025-10-01 06:11:47'),(19008,6355,'action complete via WP Cron','2025-10-01 06:11:47','2025-10-01 06:11:47'),(19009,6349,'action started via WP Cron','2025-10-01 09:10:34','2025-10-01 09:10:34'),(19010,6349,'action complete via WP Cron','2025-10-01 09:10:34','2025-10-01 09:10:34'),(19012,6350,'action started via WP Cron','2025-10-01 09:10:34','2025-10-01 09:10:34'),(19013,6350,'action complete via WP Cron','2025-10-01 09:10:34','2025-10-01 09:10:34'),(19015,6341,'action started via WP Cron','2025-10-01 10:24:25','2025-10-01 10:24:25'),(19016,6341,'action complete via WP Cron','2025-10-01 10:24:25','2025-10-01 10:24:25'),(19017,6358,'action created','2025-10-01 10:24:25','2025-10-01 10:24:25'),(19018,6165,'action started via WP Cron','2025-10-01 11:39:21','2025-10-01 11:39:21'),(19019,6165,'action complete via WP Cron','2025-10-01 11:39:21','2025-10-01 11:39:21'),(19021,6360,'action created','2025-10-01 13:21:35','2025-10-01 13:21:35'),(19022,6361,'action created','2025-10-01 13:21:36','2025-10-01 13:21:36'),(19023,6360,'action started via WP Cron','2025-10-01 13:21:37','2025-10-01 13:21:37'),(19024,6360,'action complete via WP Cron','2025-10-01 13:21:37','2025-10-01 13:21:37'),(19025,6362,'action created','2025-10-01 13:21:38','2025-10-01 13:21:38'),(19036,6362,'action started via WP Cron','2025-10-01 13:21:40','2025-10-01 13:21:40'),(19037,6362,'action complete via WP Cron','2025-10-01 13:21:40','2025-10-01 13:21:40'),(19038,6361,'action started via Async Request','2025-10-01 13:23:12','2025-10-01 13:23:12'),(19039,6361,'action complete via Async Request','2025-10-01 13:23:12','2025-10-01 13:23:12'),(19040,6363,'action created','2025-10-01 13:24:51','2025-10-01 13:24:51'),(19041,6364,'action created','2025-10-01 13:24:51','2025-10-01 13:24:51'),(19042,6365,'action created','2025-10-01 13:24:51','2025-10-01 13:24:51'),(19043,6366,'action created','2025-10-01 13:24:51','2025-10-01 13:24:51'),(19044,6367,'action created','2025-10-01 13:24:53','2025-10-01 13:24:53'),(19045,6368,'action created','2025-10-01 13:24:53','2025-10-01 13:24:53'),(19046,6369,'action created','2025-10-01 13:24:53','2025-10-01 13:24:53'),(19047,6370,'action created','2025-10-01 13:24:54','2025-10-01 13:24:54'),(19048,6365,'action started via WP Cron','2025-10-01 13:26:02','2025-10-01 13:26:02'),(19049,6365,'action complete via WP Cron','2025-10-01 13:26:02','2025-10-01 13:26:02'),(19050,6371,'action created','2025-10-01 13:26:02','2025-10-01 13:26:02'),(19051,6363,'action started via WP Cron','2025-10-01 13:26:02','2025-10-01 13:26:02'),(19052,6372,'action created','2025-10-01 13:26:02','2025-10-01 13:26:02'),(19053,6363,'action complete via WP Cron','2025-10-01 13:26:02','2025-10-01 13:26:02'),(19054,6373,'action created','2025-10-01 13:26:02','2025-10-01 13:26:02'),(19055,6364,'action started via WP Cron','2025-10-01 13:26:02','2025-10-01 13:26:02'),(19056,6364,'action complete via WP Cron','2025-10-01 13:26:02','2025-10-01 13:26:02'),(19057,6374,'action created','2025-10-01 13:26:02','2025-10-01 13:26:02'),(19058,6370,'action started via WP Cron','2025-10-01 13:26:02','2025-10-01 13:26:02'),(19059,6370,'action complete via WP Cron','2025-10-01 13:26:02','2025-10-01 13:26:02'),(19060,6372,'action started via WP Cron','2025-10-01 13:26:02','2025-10-01 13:26:02'),(19061,6372,'action complete via WP Cron','2025-10-01 13:26:02','2025-10-01 13:26:02'),(19062,6375,'action created','2025-10-01 13:44:48','2025-10-01 13:44:48'),(19063,6376,'action created','2025-10-01 13:44:49','2025-10-01 13:44:49'),(19064,6375,'action started via WP Cron','2025-10-01 13:46:53','2025-10-01 13:46:53'),(19065,6375,'action complete via WP Cron','2025-10-01 13:46:54','2025-10-01 13:46:54'),(19066,6376,'action started via WP Cron','2025-10-01 13:46:54','2025-10-01 13:46:54'),(19067,6376,'action complete via WP Cron','2025-10-01 13:46:54','2025-10-01 13:46:54'),(19068,6377,'action created','2025-10-01 13:46:54','2025-10-01 13:46:54'),(19069,6377,'action started via WP Cron','2025-10-01 13:48:55','2025-10-01 13:48:55'),(19070,6377,'action failed via WP Cron: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2025-10-01 13:48:55','2025-10-01 13:48:55'),(19071,6378,'action created','2025-10-01 14:12:58','2025-10-01 14:12:58'),(19072,6378,'action started via Async Request','2025-10-01 14:13:17','2025-10-01 14:13:17'),(19073,6378,'action complete via Async Request','2025-10-01 14:13:17','2025-10-01 14:13:17'),(19074,6379,'action created','2025-10-01 14:20:04','2025-10-01 14:20:04'),(19075,6380,'action created','2025-10-01 14:20:04','2025-10-01 14:20:04'),(19076,6380,'action started via WP Cron','2025-10-01 14:20:36','2025-10-01 14:20:36'),(19077,6381,'action created','2025-10-01 14:20:36','2025-10-01 14:20:36'),(19078,6380,'action complete via WP Cron','2025-10-01 14:20:36','2025-10-01 14:20:36'),(19079,6381,'action started via WP Cron','2025-10-01 14:20:36','2025-10-01 14:20:36'),(19080,6381,'action complete via WP Cron','2025-10-01 14:20:41','2025-10-01 14:20:41'),(19081,6379,'action started via WP Cron','2025-10-01 15:26:44','2025-10-01 15:26:44'),(19082,6379,'action complete via WP Cron','2025-10-01 15:26:44','2025-10-01 15:26:44'),(19083,6382,'action created','2025-10-01 15:26:44','2025-10-01 15:26:44'),(19084,6382,'action started via WP Cron','2025-10-01 16:28:05','2025-10-01 16:28:05'),(19085,6382,'action complete via WP Cron','2025-10-01 16:28:05','2025-10-01 16:28:05'),(19086,6383,'action created','2025-10-01 16:28:06','2025-10-01 16:28:06'),(19087,6334,'action started via WP Cron','2025-10-01 16:57:58','2025-10-01 16:57:58'),(19088,6334,'action complete via WP Cron','2025-10-01 16:57:58','2025-10-01 16:57:58'),(19089,6384,'action created','2025-10-01 16:57:58','2025-10-01 16:57:58'),(19090,6353,'action started via WP Cron','2025-10-01 17:01:27','2025-10-01 17:01:27'),(19091,6353,'action complete via WP Cron','2025-10-01 17:01:27','2025-10-01 17:01:27'),(19092,6385,'action created','2025-10-01 17:01:27','2025-10-01 17:01:27'),(19093,6383,'action started via Async Request','2025-10-01 17:32:53','2025-10-01 17:32:53'),(19094,6383,'action complete via Async Request','2025-10-01 17:32:53','2025-10-01 17:32:53'),(19095,6386,'action created','2025-10-01 17:32:53','2025-10-01 17:32:53'),(19096,6386,'action started via WP Cron','2025-10-01 18:51:28','2025-10-01 18:51:28'),(19097,6386,'action complete via WP Cron','2025-10-01 18:51:28','2025-10-01 18:51:28'),(19098,6387,'action created','2025-10-01 18:51:28','2025-10-01 18:51:28'),(19099,6368,'action started via WP Cron','2025-10-01 19:25:19','2025-10-01 19:25:19'),(19100,6368,'action complete via WP Cron','2025-10-01 19:25:19','2025-10-01 19:25:19'),(19101,6388,'action created','2025-10-01 19:25:19','2025-10-01 19:25:19'),(19102,6369,'action started via WP Cron','2025-10-01 19:25:19','2025-10-01 19:25:19'),(19103,6369,'action complete via WP Cron','2025-10-01 19:25:19','2025-10-01 19:25:19'),(19104,6389,'action created','2025-10-01 19:25:19','2025-10-01 19:25:19'),(19105,6387,'action started via WP Cron','2025-10-01 19:54:57','2025-10-01 19:54:57'),(19106,6387,'action complete via WP Cron','2025-10-01 19:54:57','2025-10-01 19:54:57'),(19107,6390,'action created','2025-10-01 19:54:57','2025-10-01 19:54:57'),(19108,6391,'action created','2025-10-01 20:04:02','2025-10-01 20:04:02'),(19109,6392,'action created','2025-10-01 20:04:04','2025-10-01 20:04:04'),(19110,6391,'action started via WP Cron','2025-10-01 20:04:35','2025-10-01 20:04:35'),(19111,6391,'action complete via WP Cron','2025-10-01 20:04:35','2025-10-01 20:04:35'),(19112,6392,'action started via Async Request','2025-10-01 20:05:15','2025-10-01 20:05:15'),(19113,6392,'action complete via Async Request','2025-10-01 20:05:15','2025-10-01 20:05:15'),(19114,6393,'action created','2025-10-01 20:06:55','2025-10-01 20:06:55'),(19115,6393,'action started via WP Cron','2025-10-01 20:07:32','2025-10-01 20:07:32'),(19116,6393,'action complete via WP Cron','2025-10-01 20:07:33','2025-10-01 20:07:33'),(19117,6394,'action created','2025-10-01 20:07:50','2025-10-01 20:07:50'),(19118,6394,'action started via Async Request','2025-10-01 20:07:57','2025-10-01 20:07:57'),(19119,6394,'action complete via Async Request','2025-10-01 20:07:57','2025-10-01 20:07:57'),(19120,6395,'action created','2025-10-01 20:11:35','2025-10-01 20:11:35'),(19121,6395,'action started via Async Request','2025-10-01 20:12:15','2025-10-01 20:12:15'),(19122,6395,'action complete via Async Request','2025-10-01 20:12:15','2025-10-01 20:12:15'),(19123,6396,'action created','2025-10-01 20:12:40','2025-10-01 20:12:40'),(19124,6396,'action started via WP Cron','2025-10-01 20:13:34','2025-10-01 20:13:34'),(19125,6396,'action complete via WP Cron','2025-10-01 20:13:34','2025-10-01 20:13:34'),(19126,6397,'action created','2025-10-01 20:14:01','2025-10-01 20:14:01'),(19127,6397,'action started via WP Cron','2025-10-01 20:14:33','2025-10-01 20:14:33'),(19128,6397,'action complete via WP Cron','2025-10-01 20:14:33','2025-10-01 20:14:33'),(19129,6398,'action created','2025-10-01 20:28:40','2025-10-01 20:28:40'),(19130,6398,'action started via Async Request','2025-10-01 20:29:25','2025-10-01 20:29:25'),(19131,6398,'action complete via Async Request','2025-10-01 20:29:25','2025-10-01 20:29:25'),(19132,6399,'action created','2025-10-01 20:29:28','2025-10-01 20:29:28'),(19133,6399,'action started via WP Cron','2025-10-01 20:29:39','2025-10-01 20:29:39'),(19134,6399,'action complete via WP Cron','2025-10-01 20:29:39','2025-10-01 20:29:39'),(19135,6400,'action created','2025-10-01 20:42:52','2025-10-01 20:42:52'),(19136,6400,'action started via WP Cron','2025-10-01 20:43:46','2025-10-01 20:43:46'),(19137,6400,'action complete via WP Cron','2025-10-01 20:43:46','2025-10-01 20:43:46'),(19138,6401,'action created','2025-10-01 20:44:06','2025-10-01 20:44:06'),(19139,6401,'action started via WP Cron','2025-10-01 20:44:46','2025-10-01 20:44:46'),(19140,6401,'action complete via WP Cron','2025-10-01 20:44:46','2025-10-01 20:44:46'),(19141,6390,'action started via WP Cron','2025-10-01 20:55:15','2025-10-01 20:55:15'),(19142,6390,'action complete via WP Cron','2025-10-01 20:55:15','2025-10-01 20:55:15'),(19143,6402,'action created','2025-10-01 20:55:15','2025-10-01 20:55:15'),(19144,6402,'action started via WP Cron','2025-10-01 21:57:04','2025-10-01 21:57:04'),(19145,6402,'action complete via WP Cron','2025-10-01 21:57:04','2025-10-01 21:57:04'),(19146,6403,'action created','2025-10-01 21:57:04','2025-10-01 21:57:04'),(19147,6358,'action started via WP Cron','2025-10-01 22:25:16','2025-10-01 22:25:16'),(19148,6358,'action complete via WP Cron','2025-10-01 22:25:16','2025-10-01 22:25:16'),(19149,6404,'action created','2025-10-01 22:25:16','2025-10-01 22:25:16'),(19150,6403,'action started via WP Cron','2025-10-01 22:57:34','2025-10-01 22:57:34'),(19151,6403,'action complete via WP Cron','2025-10-01 22:57:34','2025-10-01 22:57:34'),(19152,6405,'action created','2025-10-01 22:57:34','2025-10-01 22:57:34'),(19153,6405,'action started via WP Cron','2025-10-01 23:58:02','2025-10-01 23:58:02'),(19154,6405,'action complete via WP Cron','2025-10-01 23:58:02','2025-10-01 23:58:02'),(19155,6406,'action created','2025-10-01 23:58:02','2025-10-01 23:58:02'),(19156,6406,'action started via WP Cron','2025-10-02 00:58:32','2025-10-02 00:58:32'),(19157,6406,'action complete via WP Cron','2025-10-02 00:58:32','2025-10-02 00:58:32'),(19158,6407,'action created','2025-10-02 00:58:32','2025-10-02 00:58:32'),(19159,6388,'action started via WP Cron','2025-10-02 01:26:45','2025-10-02 01:26:45'),(19160,6388,'action complete via WP Cron','2025-10-02 01:26:45','2025-10-02 01:26:45'),(19161,6408,'action created','2025-10-02 01:26:46','2025-10-02 01:26:46'),(19162,6389,'action started via WP Cron','2025-10-02 01:26:46','2025-10-02 01:26:46'),(19163,6389,'action complete via WP Cron','2025-10-02 01:26:46','2025-10-02 01:26:46'),(19164,6409,'action created','2025-10-02 01:26:46','2025-10-02 01:26:46'),(19165,6342,'action started via WP Cron','2025-10-02 01:28:46','2025-10-02 01:28:46'),(19166,6342,'action complete via WP Cron','2025-10-02 01:28:47','2025-10-02 01:28:47'),(19167,6410,'action created','2025-10-02 01:28:47','2025-10-02 01:28:47'),(19168,6343,'action started via WP Cron','2025-10-02 01:28:47','2025-10-02 01:28:47'),(19169,6343,'action complete via WP Cron','2025-10-02 01:28:47','2025-10-02 01:28:47'),(19170,6411,'action created','2025-10-02 01:28:47','2025-10-02 01:28:47'),(19171,6344,'action started via WP Cron','2025-10-02 01:28:47','2025-10-02 01:28:47'),(19172,6344,'action complete via WP Cron','2025-10-02 01:28:47','2025-10-02 01:28:47'),(19173,6412,'action created','2025-10-02 01:28:47','2025-10-02 01:28:47'),(19174,6347,'action started via WP Cron','2025-10-02 01:28:47','2025-10-02 01:28:47'),(19175,6413,'action created','2025-10-02 01:28:47','2025-10-02 01:28:47'),(19176,6414,'action created','2025-10-02 01:28:47','2025-10-02 01:28:47'),(19177,6347,'action complete via WP Cron','2025-10-02 01:28:47','2025-10-02 01:28:47'),(19178,6415,'action created','2025-10-02 01:28:47','2025-10-02 01:28:47'),(19179,6414,'action started via WP Cron','2025-10-02 01:30:47','2025-10-02 01:30:47'),(19180,6414,'action complete via WP Cron','2025-10-02 01:30:48','2025-10-02 01:30:48'),(19181,6407,'action started via WP Cron','2025-10-02 01:59:01','2025-10-02 01:59:01'),(19182,6407,'action complete via WP Cron','2025-10-02 01:59:01','2025-10-02 01:59:01'),(19183,6416,'action created','2025-10-02 01:59:01','2025-10-02 01:59:01'),(19184,6348,'action started via WP Cron','2025-10-02 02:17:05','2025-10-02 02:17:05'),(19185,6348,'action complete via WP Cron','2025-10-02 02:17:05','2025-10-02 02:17:05'),(19186,6417,'action created','2025-10-02 02:17:05','2025-10-02 02:17:05'),(19187,6413,'action started via WP Cron','2025-10-02 02:29:16','2025-10-02 02:29:16'),(19188,6413,'action complete via WP Cron','2025-10-02 02:29:16','2025-10-02 02:29:16'),(19189,6416,'action started via WP Cron','2025-10-02 02:59:32','2025-10-02 02:59:32'),(19190,6416,'action complete via WP Cron','2025-10-02 02:59:32','2025-10-02 02:59:32'),(19191,6418,'action created','2025-10-02 02:59:32','2025-10-02 02:59:32'),(19192,6351,'action started via WP Cron','2025-10-02 03:45:54','2025-10-02 03:45:54'),(19193,6351,'action complete via WP Cron','2025-10-02 03:45:54','2025-10-02 03:45:54'),(19194,6419,'action created','2025-10-02 03:45:54','2025-10-02 03:45:54'),(19195,6352,'action started via WP Cron','2025-10-02 03:45:54','2025-10-02 03:45:54'),(19196,6352,'action complete via WP Cron','2025-10-02 03:45:54','2025-10-02 03:45:54'),(19197,6420,'action created','2025-10-02 03:45:54','2025-10-02 03:45:54'),(19198,6418,'action started via WP Cron','2025-10-02 04:00:01','2025-10-02 04:00:01'),(19199,6418,'action complete via WP Cron','2025-10-02 04:00:01','2025-10-02 04:00:01'),(19200,6421,'action created','2025-10-02 04:00:01','2025-10-02 04:00:01'),(19201,6421,'action started via WP Cron','2025-10-02 05:00:31','2025-10-02 05:00:31'),(19202,6421,'action complete via WP Cron','2025-10-02 05:00:31','2025-10-02 05:00:31'),(19203,6422,'action created','2025-10-02 05:00:31','2025-10-02 05:00:31'),(19204,6385,'action started via WP Cron','2025-10-02 05:02:31','2025-10-02 05:02:31'),(19205,6385,'action complete via WP Cron','2025-10-02 05:02:31','2025-10-02 05:02:31'),(19206,6423,'action created','2025-10-02 05:02:31','2025-10-02 05:02:31'),(19207,6422,'action started via WP Cron','2025-10-02 06:01:00','2025-10-02 06:01:00'),(19208,6422,'action complete via WP Cron','2025-10-02 06:01:00','2025-10-02 06:01:00'),(19209,6424,'action created','2025-10-02 06:01:00','2025-10-02 06:01:00'),(19210,6424,'action started via WP Cron','2025-10-02 07:01:33','2025-10-02 07:01:33'),(19211,6424,'action complete via WP Cron','2025-10-02 07:01:33','2025-10-02 07:01:33'),(19212,6425,'action created','2025-10-02 07:01:33','2025-10-02 07:01:33'),(19213,6408,'action started via WP Cron','2025-10-02 07:27:42','2025-10-02 07:27:42'),(19214,6408,'action complete via WP Cron','2025-10-02 07:27:42','2025-10-02 07:27:42'),(19215,6426,'action created','2025-10-02 07:27:42','2025-10-02 07:27:42'),(19216,6409,'action started via WP Cron','2025-10-02 07:27:42','2025-10-02 07:27:42'),(19217,6409,'action complete via WP Cron','2025-10-02 07:27:42','2025-10-02 07:27:42'),(19218,6427,'action created','2025-10-02 07:27:42','2025-10-02 07:27:42'),(19219,6425,'action started via WP Cron','2025-10-02 08:01:59','2025-10-02 08:01:59'),(19220,6425,'action complete via WP Cron','2025-10-02 08:02:00','2025-10-02 08:02:00'),(19221,6428,'action created','2025-10-02 08:02:00','2025-10-02 08:02:00'),(19222,6428,'action started via WP Cron','2025-10-02 09:02:29','2025-10-02 09:02:29'),(19223,6428,'action complete via WP Cron','2025-10-02 09:02:29','2025-10-02 09:02:29'),(19224,6429,'action created','2025-10-02 09:02:29','2025-10-02 09:02:29'),(19225,6429,'action started via WP Cron','2025-10-02 10:02:59','2025-10-02 10:02:59'),(19226,6429,'action complete via WP Cron','2025-10-02 10:02:59','2025-10-02 10:02:59'),(19227,6430,'action created','2025-10-02 10:02:59','2025-10-02 10:02:59'),(19228,6404,'action started via WP Cron','2025-10-02 10:25:56','2025-10-02 10:25:56'),(19229,6404,'action complete via WP Cron','2025-10-02 10:25:56','2025-10-02 10:25:56'),(19230,6431,'action created','2025-10-02 10:25:56','2025-10-02 10:25:56'),(19231,6430,'action started via WP Cron','2025-10-02 11:03:29','2025-10-02 11:03:29'),(19232,6430,'action complete via WP Cron','2025-10-02 11:03:29','2025-10-02 11:03:29'),(19233,6432,'action created','2025-10-02 11:03:29','2025-10-02 11:03:29'),(19234,6432,'action started via WP Cron','2025-10-02 12:03:59','2025-10-02 12:03:59'),(19235,6432,'action complete via WP Cron','2025-10-02 12:03:59','2025-10-02 12:03:59'),(19236,6433,'action created','2025-10-02 12:03:59','2025-10-02 12:03:59'),(19237,6433,'action started via WP Cron','2025-10-02 13:05:47','2025-10-02 13:05:47'),(19238,6433,'action complete via WP Cron','2025-10-02 13:05:47','2025-10-02 13:05:47'),(19239,6434,'action created','2025-10-02 13:05:47','2025-10-02 13:05:47'),(19240,6373,'action started via WP Cron','2025-10-02 13:26:49','2025-10-02 13:26:49'),(19241,6435,'action created','2025-10-02 13:26:49','2025-10-02 13:26:49'),(19242,6373,'action complete via WP Cron','2025-10-02 13:26:49','2025-10-02 13:26:49'),(19243,6436,'action created','2025-10-02 13:26:49','2025-10-02 13:26:49'),(19244,6374,'action started via WP Cron','2025-10-02 13:26:49','2025-10-02 13:26:49'),(19245,6374,'action complete via WP Cron','2025-10-02 13:26:49','2025-10-02 13:26:49'),(19246,6437,'action created','2025-10-02 13:26:49','2025-10-02 13:26:49'),(19247,6435,'action started via WP Cron','2025-10-02 13:26:49','2025-10-02 13:26:49'),(19248,6435,'action complete via WP Cron','2025-10-02 13:26:49','2025-10-02 13:26:49'),(19249,6426,'action started via WP Cron','2025-10-02 13:27:45','2025-10-02 13:27:45'),(19250,6426,'action complete via WP Cron','2025-10-02 13:27:45','2025-10-02 13:27:45'),(19251,6438,'action created','2025-10-02 13:27:45','2025-10-02 13:27:45'),(19252,6427,'action started via WP Cron','2025-10-02 13:27:45','2025-10-02 13:27:45'),(19253,6427,'action complete via WP Cron','2025-10-02 13:27:46','2025-10-02 13:27:46'),(19254,6439,'action created','2025-10-02 13:27:46','2025-10-02 13:27:46'),(19255,6440,'action created','2025-10-02 13:44:30','2025-10-02 13:44:30'),(19256,6440,'action started via WP Cron','2025-10-02 13:44:38','2025-10-02 13:44:38'),(19257,6440,'action complete via WP Cron','2025-10-02 13:44:38','2025-10-02 13:44:38'),(19258,6434,'action started via WP Cron','2025-10-02 14:06:22','2025-10-02 14:06:22'),(19259,6434,'action complete via WP Cron','2025-10-02 14:06:22','2025-10-02 14:06:22'),(19260,6441,'action created','2025-10-02 14:06:22','2025-10-02 14:06:22'),(19261,6441,'action started via WP Cron','2025-10-02 15:08:02','2025-10-02 15:08:02'),(19262,6441,'action complete via WP Cron','2025-10-02 15:08:02','2025-10-02 15:08:02'),(19263,6442,'action created','2025-10-02 15:08:02','2025-10-02 15:08:02'),(19264,6442,'action started via WP Cron','2025-10-02 16:09:56','2025-10-02 16:09:56'),(19265,6442,'action complete via WP Cron','2025-10-02 16:09:56','2025-10-02 16:09:56'),(19266,6443,'action created','2025-10-02 16:09:56','2025-10-02 16:09:56'),(19267,6384,'action started via WP Cron','2025-10-02 17:04:36','2025-10-02 17:04:36'),(19268,6384,'action complete via WP Cron','2025-10-02 17:04:37','2025-10-02 17:04:37'),(19269,6444,'action created','2025-10-02 17:04:37','2025-10-02 17:04:37'),(19270,6423,'action started via WP Cron','2025-10-02 17:04:37','2025-10-02 17:04:37'),(19271,6423,'action complete via WP Cron','2025-10-02 17:04:37','2025-10-02 17:04:37'),(19272,6445,'action created','2025-10-02 17:04:37','2025-10-02 17:04:37'),(19273,6443,'action started via WP Cron','2025-10-02 17:10:33','2025-10-02 17:10:33'),(19274,6443,'action complete via WP Cron','2025-10-02 17:10:33','2025-10-02 17:10:33'),(19275,6446,'action created','2025-10-02 17:10:33','2025-10-02 17:10:33'),(19276,6446,'action started via WP Cron','2025-10-02 18:12:42','2025-10-02 18:12:42'),(19277,6446,'action complete via WP Cron','2025-10-02 18:12:42','2025-10-02 18:12:42'),(19278,6447,'action created','2025-10-02 18:12:42','2025-10-02 18:12:42'),(19279,6447,'action started via WP Cron','2025-10-02 19:16:13','2025-10-02 19:16:13'),(19280,6447,'action complete via WP Cron','2025-10-02 19:16:14','2025-10-02 19:16:14'),(19281,6448,'action created','2025-10-02 19:16:14','2025-10-02 19:16:14'),(19282,6438,'action started via WP Cron','2025-10-02 19:30:25','2025-10-02 19:30:25'),(19283,6438,'action complete via WP Cron','2025-10-02 19:30:25','2025-10-02 19:30:25'),(19284,6449,'action created','2025-10-02 19:30:25','2025-10-02 19:30:25'),(19285,6439,'action started via WP Cron','2025-10-02 19:30:25','2025-10-02 19:30:25'),(19286,6439,'action complete via WP Cron','2025-10-02 19:30:25','2025-10-02 19:30:25'),(19287,6450,'action created','2025-10-02 19:30:25','2025-10-02 19:30:25'),(19288,6448,'action started via WP Cron','2025-10-02 20:17:39','2025-10-02 20:17:39'),(19289,6448,'action complete via WP Cron','2025-10-02 20:17:39','2025-10-02 20:17:39'),(19290,6451,'action created','2025-10-02 20:17:39','2025-10-02 20:17:39'),(19291,6451,'action started via WP Cron','2025-10-02 21:17:59','2025-10-02 21:17:59'),(19292,6451,'action complete via WP Cron','2025-10-02 21:17:59','2025-10-02 21:17:59'),(19293,6452,'action created','2025-10-02 21:17:59','2025-10-02 21:17:59'),(19294,6452,'action started via WP Cron','2025-10-02 22:18:27','2025-10-02 22:18:27'),(19295,6452,'action complete via WP Cron','2025-10-02 22:18:27','2025-10-02 22:18:27'),(19296,6453,'action created','2025-10-02 22:18:27','2025-10-02 22:18:27'),(19297,6431,'action started via WP Cron','2025-10-02 22:39:59','2025-10-02 22:39:59'),(19298,6431,'action complete via WP Cron','2025-10-02 22:39:59','2025-10-02 22:39:59'),(19299,6454,'action created','2025-10-02 22:39:59','2025-10-02 22:39:59'),(19300,6453,'action started via WP Cron','2025-10-02 23:21:44','2025-10-02 23:21:44'),(19301,6453,'action complete via WP Cron','2025-10-02 23:21:44','2025-10-02 23:21:44'),(19302,6455,'action created','2025-10-02 23:21:44','2025-10-02 23:21:44'),(19303,6455,'action started via WP Cron','2025-10-03 00:22:32','2025-10-03 00:22:32'),(19304,6455,'action complete via WP Cron','2025-10-03 00:22:32','2025-10-03 00:22:32'),(19305,6456,'action created','2025-10-03 00:22:32','2025-10-03 00:22:32'),(19306,6456,'action started via WP Cron','2025-10-03 01:22:33','2025-10-03 01:22:33'),(19307,6456,'action complete via WP Cron','2025-10-03 01:22:33','2025-10-03 01:22:33'),(19308,6457,'action created','2025-10-03 01:22:33','2025-10-03 01:22:33'),(19309,6410,'action started via WP Cron','2025-10-03 01:29:36','2025-10-03 01:29:36'),(19310,6410,'action complete via WP Cron','2025-10-03 01:29:36','2025-10-03 01:29:36'),(19311,6458,'action created','2025-10-03 01:29:36','2025-10-03 01:29:36'),(19312,6411,'action started via WP Cron','2025-10-03 01:29:36','2025-10-03 01:29:36'),(19313,6411,'action complete via WP Cron','2025-10-03 01:29:37','2025-10-03 01:29:37'),(19314,6459,'action created','2025-10-03 01:29:37','2025-10-03 01:29:37'),(19315,6412,'action started via WP Cron','2025-10-03 01:29:37','2025-10-03 01:29:37'),(19316,6412,'action complete via WP Cron','2025-10-03 01:29:37','2025-10-03 01:29:37'),(19317,6460,'action created','2025-10-03 01:29:37','2025-10-03 01:29:37'),(19318,6415,'action started via WP Cron','2025-10-03 01:29:37','2025-10-03 01:29:37'),(19319,6461,'action created','2025-10-03 01:29:37','2025-10-03 01:29:37'),(19320,6462,'action created','2025-10-03 01:29:37','2025-10-03 01:29:37'),(19321,6415,'action complete via WP Cron','2025-10-03 01:29:37','2025-10-03 01:29:37'),(19322,6463,'action created','2025-10-03 01:29:37','2025-10-03 01:29:37'),(19323,6462,'action started via WP Cron','2025-10-03 01:31:42','2025-10-03 01:31:42'),(19324,6462,'action complete via WP Cron','2025-10-03 01:31:42','2025-10-03 01:31:42'),(19325,6449,'action started via WP Cron','2025-10-03 01:31:42','2025-10-03 01:31:42'),(19326,6449,'action complete via WP Cron','2025-10-03 01:31:42','2025-10-03 01:31:42'),(19327,6464,'action created','2025-10-03 01:31:42','2025-10-03 01:31:42'),(19328,6450,'action started via WP Cron','2025-10-03 01:31:42','2025-10-03 01:31:42'),(19329,6450,'action complete via WP Cron','2025-10-03 01:31:42','2025-10-03 01:31:42'),(19330,6465,'action created','2025-10-03 01:31:42','2025-10-03 01:31:42'),(19331,6417,'action started via WP Cron','2025-10-03 02:17:33','2025-10-03 02:17:33'),(19332,6417,'action complete via WP Cron','2025-10-03 02:17:33','2025-10-03 02:17:33'),(19333,6466,'action created','2025-10-03 02:17:33','2025-10-03 02:17:33'),(19334,6457,'action started via WP Cron','2025-10-03 02:22:33','2025-10-03 02:22:33'),(19335,6457,'action complete via WP Cron','2025-10-03 02:22:33','2025-10-03 02:22:33'),(19336,6467,'action created','2025-10-03 02:22:33','2025-10-03 02:22:33'),(19337,6461,'action started via WP Cron','2025-10-03 02:31:03','2025-10-03 02:31:03'),(19338,6461,'action complete via WP Cron','2025-10-03 02:31:03','2025-10-03 02:31:03'),(19339,6467,'action started via WP Cron','2025-10-03 03:32:24','2025-10-03 03:32:24'),(19340,6467,'action complete via WP Cron','2025-10-03 03:32:24','2025-10-03 03:32:24'),(19341,6468,'action created','2025-10-03 03:32:24','2025-10-03 03:32:24'),(19342,6419,'action started via WP Cron','2025-10-03 03:53:51','2025-10-03 03:53:51'),(19343,6419,'action complete via WP Cron','2025-10-03 03:53:51','2025-10-03 03:53:51'),(19344,6469,'action created','2025-10-03 03:53:51','2025-10-03 03:53:51'),(19345,6420,'action started via WP Cron','2025-10-03 03:53:51','2025-10-03 03:53:51'),(19346,6420,'action complete via WP Cron','2025-10-03 03:53:51','2025-10-03 03:53:51'),(19347,6470,'action created','2025-10-03 03:53:51','2025-10-03 03:53:51'),(19348,6468,'action started via WP Cron','2025-10-03 04:32:50','2025-10-03 04:32:50'),(19349,6468,'action complete via WP Cron','2025-10-03 04:32:50','2025-10-03 04:32:50'),(19350,6471,'action created','2025-10-03 04:32:50','2025-10-03 04:32:50'),(19351,6445,'action started via WP Cron','2025-10-03 05:25:39','2025-10-03 05:25:39'),(19352,6445,'action complete via WP Cron','2025-10-03 05:25:39','2025-10-03 05:25:39'),(19353,6472,'action created','2025-10-03 05:25:39','2025-10-03 05:25:39'),(19354,6471,'action started via WP Cron','2025-10-03 05:53:40','2025-10-03 05:53:40'),(19355,6471,'action complete via WP Cron','2025-10-03 05:53:40','2025-10-03 05:53:40'),(19356,6473,'action created','2025-10-03 05:53:40','2025-10-03 05:53:40'),(19357,6473,'action started via WP Cron','2025-10-03 06:56:13','2025-10-03 06:56:13'),(19358,6473,'action complete via WP Cron','2025-10-03 06:56:13','2025-10-03 06:56:13'),(19359,6474,'action created','2025-10-03 06:56:13','2025-10-03 06:56:13'),(19360,6464,'action started via WP Cron','2025-10-03 07:33:20','2025-10-03 07:33:20'),(19361,6464,'action complete via WP Cron','2025-10-03 07:33:20','2025-10-03 07:33:20'),(19362,6475,'action created','2025-10-03 07:33:20','2025-10-03 07:33:20'),(19363,6465,'action started via WP Cron','2025-10-03 07:33:20','2025-10-03 07:33:20'),(19364,6465,'action complete via WP Cron','2025-10-03 07:33:20','2025-10-03 07:33:20'),(19365,6476,'action created','2025-10-03 07:33:20','2025-10-03 07:33:20'),(19366,6474,'action started via WP Cron','2025-10-03 07:58:05','2025-10-03 07:58:05'),(19367,6474,'action complete via WP Cron','2025-10-03 07:58:05','2025-10-03 07:58:05'),(19368,6477,'action created','2025-10-03 07:58:05','2025-10-03 07:58:05'),(19369,6477,'action started via WP Cron','2025-10-03 09:06:26','2025-10-03 09:06:26'),(19370,6477,'action complete via WP Cron','2025-10-03 09:06:26','2025-10-03 09:06:26'),(19371,6478,'action created','2025-10-03 09:06:26','2025-10-03 09:06:26'),(19372,6478,'action started via WP Cron','2025-10-03 10:06:26','2025-10-03 10:06:26'),(19373,6478,'action complete via WP Cron','2025-10-03 10:06:26','2025-10-03 10:06:26'),(19374,6479,'action created','2025-10-03 10:06:26','2025-10-03 10:06:26'),(19375,6454,'action started via WP Cron','2025-10-03 10:42:45','2025-10-03 10:42:45'),(19376,6454,'action complete via WP Cron','2025-10-03 10:42:45','2025-10-03 10:42:45'),(19377,6480,'action created','2025-10-03 10:42:45','2025-10-03 10:42:45'),(19378,6479,'action started via WP Cron','2025-10-03 11:12:34','2025-10-03 11:12:34'),(19379,6479,'action complete via WP Cron','2025-10-03 11:12:34','2025-10-03 11:12:34'),(19380,6481,'action created','2025-10-03 11:12:34','2025-10-03 11:12:34'),(19381,6481,'action started via WP Cron','2025-10-03 12:16:14','2025-10-03 12:16:14'),(19382,6481,'action complete via WP Cron','2025-10-03 12:16:14','2025-10-03 12:16:14'),(19383,6482,'action created','2025-10-03 12:16:14','2025-10-03 12:16:14'),(19384,6482,'action started via WP Cron','2025-10-03 13:18:02','2025-10-03 13:18:02'),(19385,6482,'action complete via WP Cron','2025-10-03 13:18:02','2025-10-03 13:18:02'),(19386,6483,'action created','2025-10-03 13:18:02','2025-10-03 13:18:02'),(19387,6436,'action started via WP Cron','2025-10-03 13:34:37','2025-10-03 13:34:37'),(19388,6484,'action created','2025-10-03 13:34:37','2025-10-03 13:34:37'),(19389,6436,'action complete via WP Cron','2025-10-03 13:34:37','2025-10-03 13:34:37'),(19390,6485,'action created','2025-10-03 13:34:37','2025-10-03 13:34:37'),(19391,6437,'action started via WP Cron','2025-10-03 13:34:37','2025-10-03 13:34:37'),(19392,6437,'action complete via WP Cron','2025-10-03 13:34:37','2025-10-03 13:34:37'),(19393,6486,'action created','2025-10-03 13:34:37','2025-10-03 13:34:37'),(19394,6475,'action started via WP Cron','2025-10-03 13:34:37','2025-10-03 13:34:37'),(19395,6475,'action complete via WP Cron','2025-10-03 13:34:37','2025-10-03 13:34:37'),(19396,6487,'action created','2025-10-03 13:34:37','2025-10-03 13:34:37'),(19397,6476,'action started via WP Cron','2025-10-03 13:34:37','2025-10-03 13:34:37'),(19398,6476,'action complete via WP Cron','2025-10-03 13:34:37','2025-10-03 13:34:37'),(19399,6488,'action created','2025-10-03 13:34:37','2025-10-03 13:34:37'),(19400,6484,'action started via WP Cron','2025-10-03 13:34:37','2025-10-03 13:34:37'),(19401,6484,'action complete via WP Cron','2025-10-03 13:34:37','2025-10-03 13:34:37'),(19402,6483,'action started via WP Cron','2025-10-03 14:19:15','2025-10-03 14:19:15'),(19403,6483,'action complete via WP Cron','2025-10-03 14:19:15','2025-10-03 14:19:15'),(19404,6489,'action created','2025-10-03 14:19:15','2025-10-03 14:19:15'),(19405,6490,'action created','2025-10-03 14:50:28','2025-10-03 14:50:28'),(19406,6490,'action started via WP Cron','2025-10-03 14:50:36','2025-10-03 14:50:36'),(19407,6490,'action complete via WP Cron','2025-10-03 14:50:36','2025-10-03 14:50:36'),(19408,6489,'action started via WP Cron','2025-10-03 15:19:28','2025-10-03 15:19:28'),(19409,6489,'action complete via WP Cron','2025-10-03 15:19:28','2025-10-03 15:19:28'),(19410,6491,'action created','2025-10-03 15:19:28','2025-10-03 15:19:28'),(19411,6492,'action created','2025-10-03 15:40:00','2025-10-03 15:40:00'),(19412,6492,'action started via Async Request','2025-10-03 15:40:07','2025-10-03 15:40:07'),(19413,6492,'action complete via Async Request','2025-10-03 15:40:07','2025-10-03 15:40:07'),(19414,6491,'action started via WP Cron','2025-10-03 16:21:00','2025-10-03 16:21:00'),(19415,6491,'action complete via WP Cron','2025-10-03 16:21:00','2025-10-03 16:21:00'),(19416,6493,'action created','2025-10-03 16:21:00','2025-10-03 16:21:00'),(19417,6444,'action started via WP Cron','2025-10-03 17:06:27','2025-10-03 17:06:27'),(19418,6444,'action complete via WP Cron','2025-10-03 17:06:28','2025-10-03 17:06:28'),(19419,6494,'action created','2025-10-03 17:06:28','2025-10-03 17:06:28'),(19420,6493,'action started via WP Cron','2025-10-03 17:22:42','2025-10-03 17:22:42'),(19421,6493,'action complete via WP Cron','2025-10-03 17:22:42','2025-10-03 17:22:42'),(19422,6495,'action created','2025-10-03 17:22:42','2025-10-03 17:22:42'),(19423,6472,'action started via WP Cron','2025-10-03 17:26:22','2025-10-03 17:26:22'),(19424,6472,'action complete via WP Cron','2025-10-03 17:26:22','2025-10-03 17:26:22'),(19425,6496,'action created','2025-10-03 17:26:22','2025-10-03 17:26:22');
/*!40000 ALTER TABLE `nbn_actionscheduler_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_ce4wp_abandoned_checkout`
--

DROP TABLE IF EXISTS `nbn_ce4wp_abandoned_checkout`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_ce4wp_abandoned_checkout` (
  `checkout_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `user_email` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `checkout_contents` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `checkout_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `checkout_updated_ts` int(11) unsigned NOT NULL DEFAULT '0',
  `checkout_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `checkout_created_ts` int(11) unsigned NOT NULL DEFAULT '0',
  `checkout_recovered` datetime DEFAULT '0000-00-00 00:00:00',
  `checkout_recovered_ts` int(11) unsigned DEFAULT '0',
  `checkout_consent` int(11) unsigned NOT NULL DEFAULT '1',
  `checkout_uuid` varchar(36) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`checkout_id`),
  UNIQUE KEY `checkout_uuid` (`checkout_uuid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `nbn_ce4wp_abandoned_checkout`
--

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

--
-- Table structure for table `nbn_ce4wp_contacts`
--

DROP TABLE IF EXISTS `nbn_ce4wp_contacts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_ce4wp_contacts` (
  `contact_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `email` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `first_name` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  `last_name` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  `telephone` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  `consent` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  PRIMARY KEY (`contact_id`),
  UNIQUE KEY `email` (`email`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `nbn_ce4wp_contacts`
--

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

--
-- Table structure for table `nbn_commentmeta`
--

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

--
-- Dumping data for table `nbn_commentmeta`
--

LOCK TABLES `nbn_commentmeta` WRITE;
/*!40000 ALTER TABLE `nbn_commentmeta` DISABLE KEYS */;
INSERT INTO `nbn_commentmeta` VALUES (1,14,'is_customer_note','1'),(2,15,'is_customer_note','1'),(5,68,'rating','5'),(6,68,'verified','1'),(11,83,'rating','5'),(12,83,'verified','1'),(15,86,'rating','5'),(16,86,'verified','0'),(17,93,'rating','5'),(18,93,'verified','0');
/*!40000 ALTER TABLE `nbn_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_comments`
--

DROP TABLE IF EXISTS `nbn_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
  `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci 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 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci 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`)
) ENGINE=InnoDB AUTO_INCREMENT=108 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `nbn_comments`
--

LOCK TABLES `nbn_comments` WRITE;
/*!40000 ALTER TABLE `nbn_comments` DISABLE KEYS */;
INSERT INTO `nbn_comments` VALUES (2,3290,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-06-17 22:24:21','2025-06-17 22:24:21','Order status changed from Draft to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3,3290,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-06-17 22:24:33','2025-06-17 22:24:33','PayPal transaction ID: 9FT18543F0746234E',0,'1','WooCommerce','order_note',0,0),(4,3290,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-06-17 22:24:33','2025-06-17 22:24:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5,3291,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-06-18 15:19:49','2025-06-18 15:19:49','Order status changed from Draft to Pending payment.',0,'1','WooCommerce','order_note',0,0),(6,3291,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-06-18 15:20:47','2025-06-18 15:20:47','PayPal transaction ID: 12L38741S9764531J',0,'1','WooCommerce','order_note',0,0),(7,3291,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-06-18 15:20:47','2025-06-18 15:20:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8,3237,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-06-18 15:53:01','2025-06-18 15:53:01','Order status changed from Draft to Pending payment.',0,'1','WooCommerce','order_note',0,0),(9,3297,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-06-24 17:33:07','2025-06-24 17:33:07','Order status changed from Draft to Pending payment.',0,'1','WooCommerce','order_note',0,0),(10,3297,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-06-24 17:33:20','2025-06-24 17:33:20','PayPal transaction ID: 2V220919XT203243R',0,'1','WooCommerce','order_note',0,0),(11,3297,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-06-24 17:33:20','2025-06-24 17:33:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(12,3298,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-06-27 06:17:13','2025-06-27 06:17:13','Order status changed from Draft to Pending payment.',0,'1','WooCommerce','order_note',0,0),(13,3392,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-06-30 16:14:19','2025-06-30 16:14:19','Order status changed from Draft to Pending payment.',0,'1','WooCommerce','order_note',0,0),(14,3298,'Admin','ben@aggressivegraphix.com','','','2025-07-01 13:49:16','2025-07-01 13:49:16','Hi Cam, thanks for sending your order. It looks like the payment did not come through. If you\'re still interested in completing your order; please check with your bank to make sure they\'re not flagging the payment as fraud. This tends to be an issue with some first time Paypal payment transactions. Once the payment is processed, we will get your order in our list and get going on the design!\nThanks!\n-Ben',0,'1','WooCommerce','order_note',0,0),(15,3392,'Admin','ben@aggressivegraphix.com','','','2025-07-01 13:50:44','2025-07-01 13:50:44','Hi Matt, thanks for sending your order. It looks like the payment did not come through. If you\'re still interested in completing your order; please check with your bank to make sure they\'re not flagging the payment as fraud. This tends to be an issue with some first time Paypal payment transactions. Once the payment is processed, we will get your order in our list and get going on the design!\nThanks!\n-Ben',0,'1','WooCommerce','order_note',0,0),(16,3392,'Admin','ben@aggressivegraphix.com','','','2025-07-01 14:01:06','2025-07-01 14:01:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(17,3291,'Admin','ben@aggressivegraphix.com','','','2025-07-01 14:07:31','2025-07-01 14:07:31','Order status changed by bulk edit. Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(18,3394,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-07-02 15:47:01','2025-07-02 15:47:01','Order status changed from Draft to Pending payment.',0,'1','WooCommerce','order_note',0,0),(19,3394,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-07-02 15:48:11','2025-07-02 15:48:11','PayPal transaction ID: 82N65999E5023533W',0,'1','WooCommerce','order_note',0,0),(20,3394,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-07-02 15:48:11','2025-07-02 15:48:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(21,3395,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-07-11 22:10:45','2025-07-11 22:10:45','Order status changed from Draft to Pending payment.',0,'1','WooCommerce','order_note',0,0),(22,3395,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-07-11 22:15:49','2025-07-11 22:15:49','PayPal transaction ID: 5YP81829BV115521T',0,'1','WooCommerce','order_note',0,0),(23,3395,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-07-11 22:15:49','2025-07-11 22:15:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(24,3290,'Admin','ben@aggressivegraphix.com','','','2025-07-14 13:17:58','2025-07-14 13:17:58','Order status changed by bulk edit. Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(25,3396,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-07-14 19:31:26','2025-07-14 19:31:26','Order status changed from Draft to Pending payment.',0,'1','WooCommerce','order_note',0,0),(26,3396,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-07-14 19:32:07','2025-07-14 19:32:07','PayPal transaction ID: 51N825267B703972U',0,'1','WooCommerce','order_note',0,0),(27,3396,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-07-14 19:32:07','2025-07-14 19:32:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(28,3397,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-07-17 01:28:52','2025-07-17 01:28:52','Order status changed from Draft to Pending payment.',0,'1','WooCommerce','order_note',0,0),(29,3397,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-07-17 01:31:03','2025-07-17 01:31:03','PayPal transaction ID: 5SW31721BP023460C',0,'1','WooCommerce','order_note',0,0),(30,3397,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-07-17 01:31:03','2025-07-17 01:31:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(31,3396,'Admin','ben@aggressivegraphix.com','','','2025-07-17 15:12:33','2025-07-17 15:12:33','Order status changed by bulk edit. Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(32,3398,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-07-17 16:26:07','2025-07-17 16:26:07','Instrument declined. The instrument presented  was either declined by the processor or bank, or it can\'t be used for this payment. Order status changed from Pending payment to Failed.',0,'1','WooCommerce','order_note',0,0),(33,3398,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-07-17 16:27:02','2025-07-17 16:27:02','PayPal transaction ID: 2NG64453DT5183428',0,'1','WooCommerce','order_note',0,0),(34,3398,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-07-17 16:27:02','2025-07-17 16:27:02','Order status changed from Failed to Processing.',0,'1','WooCommerce','order_note',0,0),(35,3392,'Admin','ben@aggressivegraphix.com','','','2025-07-18 17:14:31','2025-07-18 17:14:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(36,3400,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-07-21 21:33:30','2025-07-21 21:33:30','Order status changed from Draft to Pending payment.',0,'1','WooCommerce','order_note',0,0),(37,3400,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-07-21 21:33:32','2025-07-21 21:33:32','PayPal transaction ID: 7F9567791S987525E',0,'1','WooCommerce','order_note',0,0),(38,3400,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-07-21 21:33:32','2025-07-21 21:33:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(39,3401,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-07-22 20:17:01','2025-07-22 20:17:01','Order status changed from Draft to Pending payment.',0,'1','WooCommerce','order_note',0,0),(40,3401,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-07-22 20:17:13','2025-07-22 20:17:13','PayPal transaction ID: 80T49850CW108010E',0,'1','WooCommerce','order_note',0,0),(41,3401,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-07-22 20:17:13','2025-07-22 20:17:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(42,3402,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-07-22 20:42:31','2025-07-22 20:42:31','Order status changed from Draft to Pending payment.',0,'1','WooCommerce','order_note',0,0),(43,3402,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-07-22 20:42:42','2025-07-22 20:42:42','PayPal transaction ID: 9YG64717RC3535414',0,'1','WooCommerce','order_note',0,0),(44,3402,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-07-22 20:42:42','2025-07-22 20:42:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(45,3403,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-07-23 02:42:13','2025-07-23 02:42:13','Order status changed from Draft to Pending payment.',0,'1','WooCommerce','order_note',0,0),(46,3404,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-07-23 02:46:22','2025-07-23 02:46:22','Order status changed from Draft to Pending payment.',0,'1','WooCommerce','order_note',0,0),(47,3404,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-07-23 02:48:53','2025-07-23 02:48:53','PayPal transaction ID: 9FG677159P944501M',0,'1','WooCommerce','order_note',0,0),(48,3404,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-07-23 02:48:53','2025-07-23 02:48:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(49,3297,'Admin','ben@aggressivegraphix.com','','','2025-07-23 18:08:40','2025-07-23 18:08:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(50,3394,'Admin','ben@aggressivegraphix.com','','','2025-07-23 18:08:45','2025-07-23 18:08:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(51,3401,'Admin','ben@aggressivegraphix.com','','','2025-07-28 18:59:05','2025-07-28 18:59:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(52,3395,'Admin','ben@aggressivegraphix.com','','','2025-07-29 16:28:11','2025-07-29 16:28:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(53,3398,'Admin','ben@aggressivegraphix.com','','','2025-07-29 16:28:18','2025-07-29 16:28:18','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(54,3400,'Admin','ben@aggressivegraphix.com','','','2025-07-30 16:10:16','2025-07-30 16:10:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(55,3416,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-08-01 00:10:20','2025-08-01 00:10:20','Order status changed from Draft to Pending payment.',0,'1','WooCommerce','order_note',0,0),(56,3416,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-08-01 00:15:27','2025-08-01 00:15:27','PayPal transaction ID: 4HP08134L79150105',0,'1','WooCommerce','order_note',0,0),(57,3416,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-08-01 00:15:27','2025-08-01 00:15:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(58,3402,'Admin','ben@aggressivegraphix.com','','','2025-08-01 13:24:33','2025-08-01 13:24:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(59,3404,'Admin','ben@aggressivegraphix.com','','','2025-08-01 13:24:40','2025-08-01 13:24:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(60,3445,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-08-04 22:00:31','2025-08-04 22:00:31','Order status changed from Draft to Pending payment.',0,'1','WooCommerce','order_note',0,0),(61,3446,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-08-04 22:02:49','2025-08-04 22:02:49','Order status changed from Draft to Pending payment.',0,'1','WooCommerce','order_note',0,0),(62,3446,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-08-04 22:02:52','2025-08-04 22:02:52','PayPal transaction ID: 1H944020B0484134B',0,'1','WooCommerce','order_note',0,0),(63,3446,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-08-04 22:02:52','2025-08-04 22:02:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(64,3447,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-08-04 23:56:45','2025-08-04 23:56:45','Order status changed from Draft to Pending payment.',0,'1','WooCommerce','order_note',0,0),(65,3447,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-08-05 00:00:23','2025-08-05 00:00:23','PayPal transaction ID: 0TW92545WK197553C',0,'1','WooCommerce','order_note',0,0),(66,3447,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-08-05 00:00:23','2025-08-05 00:00:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(68,486,'Joe Oyola','josephoyola@gmail.com','','71.59.88.166','2025-08-05 15:55:15','2025-08-05 15:55:15','I was referred over to Ben to help design our graphics for our dirt bikes.  From day one, Ben was very easy to deal with.  From start to finish, the experience was very easy.  He took the time to answer all my questions before we placed an order.  Communication is top-notch, very responsive on his emails.  Placing the order was easy, we got our designs back in a timely manner, helped us make a few design edits with no problems.  The designs were printed and shipped very quickly.  Once we got them, you could tell the quality of the product.  The fitment was spot on.  We will be referring anyone we can to Ben, and will be getting our graphics here from now on.',0,'1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36','review',0,0),(69,3445,'Admin','ben@aggressivegraphix.com','','','2025-08-05 18:16:20','2025-08-05 18:16:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(70,3445,'Admin','ben@aggressivegraphix.com','','','2025-08-05 18:16:53','2025-08-05 18:16:53','Order status changed from Processing to Cancelled.',0,'1','WooCommerce','order_note',0,0),(71,3447,'Admin','ben@aggressivegraphix.com','','','2025-08-06 15:29:30','2025-08-06 15:29:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(72,3448,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-08-06 20:18:33','2025-08-06 20:18:33','Order status changed from Draft to Pending payment.',0,'1','WooCommerce','order_note',0,0),(73,3448,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-08-06 20:18:35','2025-08-06 20:18:35','PayPal transaction ID: 9WE303973F722860W',0,'1','WooCommerce','order_note',0,0),(74,3448,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-08-06 20:18:35','2025-08-06 20:18:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(75,3449,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-08-06 21:34:20','2025-08-06 21:34:20','Order status changed from Draft to Pending payment.',0,'1','WooCommerce','order_note',0,0),(76,3450,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-08-06 21:37:56','2025-08-06 21:37:56','Order status changed from Draft to Pending payment.',0,'1','WooCommerce','order_note',0,0),(77,3450,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-08-06 21:40:45','2025-08-06 21:40:45','PayPal transaction ID: 9TP84831N4119670A',0,'1','WooCommerce','order_note',0,0),(78,3450,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-08-06 21:40:46','2025-08-06 21:40:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(79,3416,'Admin','ben@aggressivegraphix.com','','','2025-08-07 15:57:37','2025-08-07 15:57:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(80,3397,'Admin','ben@aggressivegraphix.com','','','2025-08-07 15:57:43','2025-08-07 15:57:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(81,3446,'Admin','ben@aggressivegraphix.com','','','2025-08-07 15:57:48','2025-08-07 15:57:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(83,2208,'Brittany Kavanagh','brittanykavanagh95@gmail.com','','98.229.103.208','2025-08-07 16:35:42','2025-08-07 16:35:42','Professional, Fast response, communicative, &amp; quick turnaround time for my custom 10x20 canopy. Designed exactly how we imagined! Highly recommend aggressive graphixs',0,'1','Mozilla/5.0 (iPhone; CPU iPhone OS 18_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/380.0.788317806 Mobile/15E148 Safari/604.1','review',0,0),(84,3450,'Admin','ben@aggressivegraphix.com','','','2025-08-07 19:02:05','2025-08-07 19:02:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(85,3449,'Admin','ben@aggressivegraphix.com','','','2025-08-07 19:02:17','2025-08-07 19:02:17','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(86,486,'Bryton Carroll','brytoncarroll483@gmail.com','','166.196.103.46','2025-08-07 21:49:39','2025-08-07 21:49:39','I’ve been working with the aggressive graphix team for years now creating my custom graphics kits. Working hand and hand with me to help me achieve my perfect custom kit. Ben has always helped me bring my ideas to life from wild base design ideas to little nuance final touch designs he kills it everytime!! From start to finish the customer service experience is unmatched. Always taking the time to answer any questions or concerns and Making sure you are satisfied and stoked on the final product! Also best quality graphics by far!! Best graphics company hands down!',0,'1','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','review',0,0),(87,3463,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-08-11 16:31:12','2025-08-11 16:31:12','Order status changed from Draft to Pending payment.',0,'1','WooCommerce','order_note',0,0),(88,3463,'Admin','ben@aggressivegraphix.com','','','2025-08-11 21:55:16','2025-08-11 21:55:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(89,3448,'Admin','ben@aggressivegraphix.com','','','2025-08-11 21:55:36','2025-08-11 21:55:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(90,3469,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-08-12 02:37:29','2025-08-12 02:37:29','Order status changed from Draft to Pending payment.',0,'1','WooCommerce','order_note',0,0),(91,3469,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-08-12 02:43:14','2025-08-12 02:43:14','PayPal transaction ID: 25D59843JA8312108',0,'1','WooCommerce','order_note',0,0),(92,3469,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-08-12 02:43:14','2025-08-12 02:43:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(93,486,'Tom Getz','tgetz78@icloud.com','','174.220.66.104','2025-08-13 23:45:58','2025-08-13 23:45:58','Aggressive has been doing our custom kits and jersey lettering for few years now, from 50cc to 250cc bikes all have been great quality And service is top notch with quick turn arounds, i believe they have the best service in the industry, would recommend everyone to give them a shot on their next set of graphics',0,'1','Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1','review',0,0),(94,3500,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-08-16 14:23:59','2025-08-16 14:23:59','Order status changed from Draft to Pending payment.',0,'1','WooCommerce','order_note',0,0),(95,3500,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-08-16 14:24:00','2025-08-16 14:24:00','PayPal transaction ID: 8C036765003127303',0,'1','WooCommerce','order_note',0,0),(96,3500,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-08-16 14:24:00','2025-08-16 14:24:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(97,3469,'Admin','ben@aggressivegraphix.com','','','2025-08-19 13:20:49','2025-08-19 13:20:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(98,3513,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-08-26 21:08:29','2025-08-26 21:08:29','Order status changed from Draft to Pending payment.',0,'1','WooCommerce','order_note',0,0),(99,3513,'Admin','ben@aggressivegraphix.com','','','2025-08-27 13:44:42','2025-08-27 13:44:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(100,3517,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-08-28 22:47:24','2025-08-28 22:47:24','Order status changed from Draft to Pending payment.',0,'1','WooCommerce','order_note',0,0),(101,3517,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-08-28 22:48:10','2025-08-28 22:48:10','PayPal transaction ID: 95H975071F147803B',0,'1','WooCommerce','order_note',0,0),(102,3517,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-08-28 22:48:10','2025-08-28 22:48:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(103,3500,'Admin','ben@aggressivegraphix.com','','','2025-08-29 18:16:09','2025-08-29 18:16:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(104,3526,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-09-02 18:33:29','2025-09-02 18:33:29','Order status changed from Draft to Pending payment.',0,'1','WooCommerce','order_note',0,0),(105,3517,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-09-04 13:58:51','2025-09-04 13:58:51','PayPal refund ID: 0D275005CL825503C',0,'1','WooCommerce','order_note',0,0),(106,3517,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-09-04 13:58:51','2025-09-04 13:58:51','Order status changed from Processing to Refunded.',0,'1','WooCommerce','order_note',0,0),(107,3678,'WooCommerce','woocommerce@aggressivegraphix.com','','','2025-09-18 05:30:52','2025-09-18 05:30:52','Order status changed from Draft to Pending payment.',0,'1','WooCommerce','order_note',0,0);
/*!40000 ALTER TABLE `nbn_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_jetpack_sync_queue`
--

DROP TABLE IF EXISTS `nbn_jetpack_sync_queue`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_jetpack_sync_queue` (
  `ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `queue_id` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `event_id` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `event_payload` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`ID`),
  KEY `event_id` (`event_id`),
  KEY `queue_id` (`queue_id`),
  KEY `queue_id_event_id` (`queue_id`,`event_id`),
  KEY `timestamp` (`timestamp`)
) ENGINE=InnoDB AUTO_INCREMENT=1821 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `nbn_jetpack_sync_queue`
--

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

--
-- Table structure for table `nbn_links`
--

DROP TABLE IF EXISTS `nbn_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci 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) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci 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 `nbn_links`
--

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

--
-- Table structure for table `nbn_nfd_data_event_queue`
--

DROP TABLE IF EXISTS `nbn_nfd_data_event_queue`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_nfd_data_event_queue` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `event` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attempts` tinyint(3) NOT NULL DEFAULT '0',
  `reserved_at` datetime DEFAULT NULL,
  `available_at` datetime NOT NULL,
  `created_at` datetime NOT 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 `nbn_nfd_data_event_queue`
--

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

--
-- Table structure for table `nbn_options`
--

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

--
-- Dumping data for table `nbn_options`
--

LOCK TABLES `nbn_options` WRITE;
/*!40000 ALTER TABLE `nbn_options` DISABLE KEYS */;
INSERT INTO `nbn_options` VALUES (1,'cron','a:36:{i:1759512988;a:1:{s:22:\"jetpack_sync_full_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"jetpack_sync_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1759512992;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:1759513011;a:1:{s:18:\"nfd_data_sync_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:8:\"minutely\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1759513191;a:1:{s:17:\"jetpack_sync_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"jetpack_sync_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1759513738;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:1759513968;a:1:{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;}}}i:1759514444;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:1759514914;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:1759515294;a:1:{s:46:\"facebook_for_woocommerce_hourly_heartbeat_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1759517286;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:1759517318;a:1:{s:40:\"monsterinsights_feature_feedback_checkin\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1759517338;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:1759517413;a:1:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1759517417;a:4:{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;}}s:24:\"jp_purge_transients_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}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:1759520875;a:1:{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;}}}i:1759520957;a:1:{s:14:\"wc_admin_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1759521008;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:1759522675;a:1:{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:1759524475;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:1759528716;a:1:{s:36:\"mkl_pc_custom_clean_abandoned_images\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1759552724;a:1:{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:1759558057;a:1:{s:36:\"monsterinsights_email_summaries_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:39:\"monsterinsights_email_summaries_monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}i:1759563614;a:1:{s:59:\"puc_cron_check_updates-woocommerce-mkl-pc-conditional-logic\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1759566229;a:1:{s:54:\"puc_cron_check_updates-woocommerce-mkl-pc-form-builder\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1759568015;a:1:{s:23:\"nfd_htaccess_daily_scan\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1759571394;a:1:{s:53:\"puc_cron_check_updates-woocommerce-mkl-pc-extra-price\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1759584290;a:1:{s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1759590894;a:1:{s:45:\"facebook_for_woocommerce_daily_heartbeat_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:1759690097;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:1759690118;a:1:{s:46:\"monsterinsights_feature_feedback_clear_expired\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1759759200;a:1:{s:28:\"wpforms_email_summaries_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1759776486;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:1759776507;a:1:{s:13:\"nfd_data_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:1759788754;a:1:{s:35:\"monsterinsights_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:1760116840;a:1:{s:26:\"envira_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;}}}s:7:\"version\";i:2;}','on'),(2,'siteurl','https://aggressivegraphix.com','on'),(3,'home','https://aggressivegraphix.com','on'),(4,'blogname','Aggressive Graphix LLC','on'),(5,'blogdescription','Graphics designed with you, not for you','on'),(6,'users_can_register','1','on'),(7,'admin_email','ben@aggressivegraphix.com','on'),(8,'start_of_week','1','on'),(9,'use_balanceTags','0','on'),(10,'use_smilies','1','on'),(11,'require_name_email','1','on'),(12,'comments_notify','1','on'),(13,'posts_per_rss','10','on'),(14,'rss_use_excerpt','0','on'),(15,'mailserver_url','mail.example.com','on'),(16,'mailserver_login','login@example.com','on'),(17,'mailserver_pass','password','on'),(18,'mailserver_port','110','on'),(19,'default_category','1','on'),(20,'default_comment_status','open','on'),(21,'default_ping_status','open','on'),(22,'default_pingback_flag','1','on'),(23,'posts_per_page','10','on'),(24,'date_format','F j, Y','on'),(25,'time_format','g:i a','on'),(26,'links_updated_date_format','F j, Y g:i a','on'),(27,'comment_moderation','0','on'),(28,'moderation_notify','1','on'),(29,'permalink_structure','/%postname%/','yes'),(30,'rewrite_rules','a:308:{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: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:32:\"shop/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"shop/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"shop/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"shop/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"shop/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"shop/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"shop/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:25:\"shop/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:45:\"shop/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:40:\"shop/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:33:\"shop/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:40:\"shop/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:41:\"shop/([^/]+)/wc/file/transient(/(.*))?/?$\";s:59:\"index.php?product=$matches[1]&wc/file/transient=$matches[3]\";s:30:\"shop/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:47:\"shop/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:58:\"shop/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:36:\"shop/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:47:\"shop/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:29:\"shop/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:21:\"shop/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\"shop/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:51:\"shop/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"shop/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"shop/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"shop/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"af_addon/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"af_addon/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"af_addon/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"af_addon/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"af_addon/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"af_addon/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"af_addon/([^/]+)/embed/?$\";s:41:\"index.php?af_addon=$matches[1]&embed=true\";s:29:\"af_addon/([^/]+)/trackback/?$\";s:35:\"index.php?af_addon=$matches[1]&tb=1\";s:37:\"af_addon/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?af_addon=$matches[1]&paged=$matches[2]\";s:44:\"af_addon/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?af_addon=$matches[1]&cpage=$matches[2]\";s:45:\"af_addon/([^/]+)/wc/file/transient(/(.*))?/?$\";s:60:\"index.php?af_addon=$matches[1]&wc/file/transient=$matches[3]\";s:34:\"af_addon/([^/]+)/wc-api(/(.*))?/?$\";s:49:\"index.php?af_addon=$matches[1]&wc-api=$matches[3]\";s:51:\"af_addon/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:62:\"af_addon/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:40:\"af_addon/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:51:\"af_addon/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:33:\"af_addon/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?af_addon=$matches[1]&page=$matches[2]\";s:25:\"af_addon/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"af_addon/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"af_addon/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"af_addon/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"af_addon/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"af_addon/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"af_pao_options/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"af_pao_options/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"af_pao_options/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"af_pao_options/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"af_pao_options/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"af_pao_options/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"af_pao_options/([^/]+)/embed/?$\";s:47:\"index.php?af_pao_options=$matches[1]&embed=true\";s:35:\"af_pao_options/([^/]+)/trackback/?$\";s:41:\"index.php?af_pao_options=$matches[1]&tb=1\";s:43:\"af_pao_options/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?af_pao_options=$matches[1]&paged=$matches[2]\";s:50:\"af_pao_options/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?af_pao_options=$matches[1]&cpage=$matches[2]\";s:51:\"af_pao_options/([^/]+)/wc/file/transient(/(.*))?/?$\";s:66:\"index.php?af_pao_options=$matches[1]&wc/file/transient=$matches[3]\";s:40:\"af_pao_options/([^/]+)/wc-api(/(.*))?/?$\";s:55:\"index.php?af_pao_options=$matches[1]&wc-api=$matches[3]\";s:57:\"af_pao_options/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:68:\"af_pao_options/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:46:\"af_pao_options/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:57:\"af_pao_options/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:39:\"af_pao_options/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?af_pao_options=$matches[1]&page=$matches[2]\";s:31:\"af_pao_options/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"af_pao_options/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"af_pao_options/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"af_pao_options/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"af_pao_options/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"af_pao_options/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:41:\"af_pao_fields/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"af_pao_fields/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"af_pao_fields/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"af_pao_fields/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"af_pao_fields/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"af_pao_fields/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"af_pao_fields/([^/]+)/embed/?$\";s:46:\"index.php?af_pao_fields=$matches[1]&embed=true\";s:34:\"af_pao_fields/([^/]+)/trackback/?$\";s:40:\"index.php?af_pao_fields=$matches[1]&tb=1\";s:42:\"af_pao_fields/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?af_pao_fields=$matches[1]&paged=$matches[2]\";s:49:\"af_pao_fields/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?af_pao_fields=$matches[1]&cpage=$matches[2]\";s:50:\"af_pao_fields/([^/]+)/wc/file/transient(/(.*))?/?$\";s:65:\"index.php?af_pao_fields=$matches[1]&wc/file/transient=$matches[3]\";s:39:\"af_pao_fields/([^/]+)/wc-api(/(.*))?/?$\";s:54:\"index.php?af_pao_fields=$matches[1]&wc-api=$matches[3]\";s:56:\"af_pao_fields/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:67:\"af_pao_fields/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:45:\"af_pao_fields/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:56:\"af_pao_fields/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:38:\"af_pao_fields/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?af_pao_fields=$matches[1]&page=$matches[2]\";s:30:\"af_pao_fields/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"af_pao_fields/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"af_pao_fields/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"af_pao_fields/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"af_pao_fields/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"af_pao_fields/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\"monsterinsights_note/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:58:\"monsterinsights_note/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:78:\"monsterinsights_note/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"monsterinsights_note/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"monsterinsights_note/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:54:\"monsterinsights_note/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"monsterinsights_note/([^/]+)/embed/?$\";s:53:\"index.php?monsterinsights_note=$matches[1]&embed=true\";s:41:\"monsterinsights_note/([^/]+)/trackback/?$\";s:47:\"index.php?monsterinsights_note=$matches[1]&tb=1\";s:49:\"monsterinsights_note/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?monsterinsights_note=$matches[1]&paged=$matches[2]\";s:56:\"monsterinsights_note/([^/]+)/comment-page-([0-9]{1,})/?$\";s:60:\"index.php?monsterinsights_note=$matches[1]&cpage=$matches[2]\";s:57:\"monsterinsights_note/([^/]+)/wc/file/transient(/(.*))?/?$\";s:72:\"index.php?monsterinsights_note=$matches[1]&wc/file/transient=$matches[3]\";s:46:\"monsterinsights_note/([^/]+)/wc-api(/(.*))?/?$\";s:61:\"index.php?monsterinsights_note=$matches[1]&wc-api=$matches[3]\";s:63:\"monsterinsights_note/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:74:\"monsterinsights_note/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:52:\"monsterinsights_note/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:63:\"monsterinsights_note/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:45:\"monsterinsights_note/([^/]+)(?:/([0-9]+))?/?$\";s:59:\"index.php?monsterinsights_note=$matches[1]&page=$matches[2]\";s:37:\"monsterinsights_note/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"monsterinsights_note/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"monsterinsights_note/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"monsterinsights_note/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"monsterinsights_note/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"monsterinsights_note/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:70:\"monsterinsights_note_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:68:\"index.php?monsterinsights_note_category=$matches[1]&feed=$matches[2]\";s:65:\"monsterinsights_note_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:68:\"index.php?monsterinsights_note_category=$matches[1]&feed=$matches[2]\";s:46:\"monsterinsights_note_category/([^/]+)/embed/?$\";s:62:\"index.php?monsterinsights_note_category=$matches[1]&embed=true\";s:58:\"monsterinsights_note_category/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?monsterinsights_note_category=$matches[1]&paged=$matches[2]\";s:40:\"monsterinsights_note_category/([^/]+)/?$\";s:51:\"index.php?monsterinsights_note_category=$matches[1]\";s:34:\"envira/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"envira/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"envira/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"envira/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"envira/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"envira/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"envira/([^/]+)/embed/?$\";s:39:\"index.php?envira=$matches[1]&embed=true\";s:27:\"envira/([^/]+)/trackback/?$\";s:33:\"index.php?envira=$matches[1]&tb=1\";s:35:\"envira/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?envira=$matches[1]&paged=$matches[2]\";s:42:\"envira/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?envira=$matches[1]&cpage=$matches[2]\";s:43:\"envira/([^/]+)/wc/file/transient(/(.*))?/?$\";s:58:\"index.php?envira=$matches[1]&wc/file/transient=$matches[3]\";s:32:\"envira/([^/]+)/wc-api(/(.*))?/?$\";s:47:\"index.php?envira=$matches[1]&wc-api=$matches[3]\";s:49:\"envira/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:60:\"envira/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:38:\"envira/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:49:\"envira/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:31:\"envira/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?envira=$matches[1]&page=$matches[2]\";s:23:\"envira/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"envira/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"envira/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"envira/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"envira/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"envira/[^/]+/([^/]+)/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:24:\"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:38:\"index.php?&page_id=2&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\";}','on'),(31,'hack_file','0','on'),(32,'blog_charset','UTF-8','on'),(33,'moderation_keys','','off'),(34,'active_plugins','a:18:{i:0;s:71:\"addify-product-options-and-addons/class-addify-product-add-ons-main.php\";i:1;s:55:\"bluehost-wordpress-plugin/bluehost-wordpress-plugin.php\";i:2;s:33:\"envira-gallery/envira-gallery.php\";i:3;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:4;s:19:\"jetpack/jetpack.php\";i:5;s:45:\"olympus-google-fonts/olympus-google-fonts.php\";i:6;s:77:\"product-configurator-for-woocommerce/woocommerce-mkl-product-configurator.php\";i:7;s:41:\"woo-update-manager/woo-update-manager.php\";i:8;s:77:\"woocommerce-mkl-pc-conditional-logic/woocommerce-mkl-pc-conditional-logic.php\";i:9;s:65:\"woocommerce-mkl-pc-extra-price/woocommerce-mkl-pc-extra-price.php\";i:10;s:67:\"woocommerce-mkl-pc-form-builder/woocommerce-mkl-pc-form-builder.php\";i:11;s:59:\"woocommerce-paypal-payments/woocommerce-paypal-payments.php\";i:12;s:27:\"woocommerce/woocommerce.php\";i:13;s:24:\"wordpress-seo/wp-seo.php\";i:14;s:39:\"wp-file-manager/file_folder_manager.php\";i:15;s:51:\"wpforms-paypal-commerce/wpforms-paypal-commerce.php\";i:16;s:51:\"wpforms-paypal-standard/wpforms-paypal-standard.php\";i:17;s:19:\"wpforms/wpforms.php\";}','on'),(35,'category_base','','on'),(36,'ping_sites','','on'),(37,'comment_max_links','2','on'),(38,'gmt_offset','0','on'),(39,'default_email_category','1','on'),(40,'recently_edited','a:5:{i:0;s:61:\"/home3/aggrest5/public_html/wp-content/themes/eride/style.css\";i:2;s:81:\"/home3/aggrest5/public_html/wp-content/themes/eride/inc/ocdi/class-eride-ocdi.php\";i:3;s:92:\"/home3/aggrest5/public_html/wp-content/themes/eride/inc/admin/class-eride-plugin-install.php\";i:4;s:83:\"/home3/aggrest5/public_html/wp-content/themes/eride/inc/admin/class-eride-admin.php\";i:5;s:66:\"/home3/aggrest5/public_html/wp-content/themes/eride/theme_info.txt\";}','off'),(41,'template','eride','on'),(42,'stylesheet','eride','on'),(43,'comment_registration','0','on'),(44,'html_type','text/html','on'),(45,'use_trackback','0','on'),(46,'default_role','customer','on'),(47,'db_version','60421','on'),(48,'uploads_use_yearmonth_folders','1','on'),(49,'upload_path','','on'),(50,'blog_public','1','on'),(51,'default_link_category','0','on'),(52,'show_on_front','page','on'),(53,'tag_base','','on'),(54,'show_avatars','1','on'),(55,'avatar_rating','G','on'),(56,'upload_url_path','','on'),(57,'thumbnail_size_w','150','on'),(58,'thumbnail_size_h','150','on'),(59,'thumbnail_crop','1','on'),(60,'medium_size_w','300','on'),(61,'medium_size_h','300','on'),(62,'avatar_default','mystery','on'),(63,'large_size_w','1024','on'),(64,'large_size_h','1024','on'),(65,'image_default_link_type','none','on'),(66,'image_default_size','','on'),(67,'image_default_align','','on'),(68,'close_comments_for_old_posts','1','yes'),(69,'close_comments_days_old','28','yes'),(70,'thread_comments','1','on'),(71,'thread_comments_depth','5','on'),(72,'page_comments','0','on'),(73,'comments_per_page','20','yes'),(74,'default_comments_page','newest','on'),(75,'comment_order','asc','on'),(76,'sticky_posts','a:0:{}','on'),(77,'widget_categories','a:0:{}','on'),(78,'widget_text','a:0:{}','on'),(79,'widget_rss','a:0:{}','on'),(80,'uninstall_plugins','a:4:{s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:35:\"monsterinsights_lite_uninstall_hook\";s:24:\"wordpress-seo/wp-seo.php\";s:14:\"__return_false\";s:37:\"optinmonster/optin-monster-wp-api.php\";s:32:\"optin_monster_api_uninstall_hook\";s:33:\"envira-gallery/envira-gallery.php\";s:25:\"Envira_Gallery::uninstall\";}','off'),(81,'timezone_string','','on'),(82,'page_for_posts','0','on'),(83,'page_on_front','2','on'),(84,'default_post_format','0','on'),(85,'link_manager_enabled','0','on'),(86,'finished_splitting_shared_terms','1','on'),(87,'site_icon','3428','on'),(88,'medium_large_size_w','768','on'),(89,'medium_large_size_h','0','on'),(90,'wp_page_for_privacy_policy','3','on'),(91,'show_comments_cookies_opt_in','1','on'),(92,'admin_email_lifespan','1765288500','on'),(93,'disallowed_keys','','off'),(94,'comment_previously_approved','1','on'),(95,'auto_plugin_theme_update_emails','a:0:{}','off'),(96,'auto_update_core_dev','enabled','on'),(97,'auto_update_core_minor','enabled','on'),(98,'auto_update_core_major','enabled','yes'),(99,'wp_force_deactivated_plugins','a:0:{}','off'),(100,'wp_attachment_pages_enabled','0','on'),(101,'initial_db_version','57155','on'),(102,'nbn_user_roles','a:9:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:131:{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:19:\"edit_envira_gallery\";b:1;s:19:\"read_envira_gallery\";b:1;s:21:\"delete_envira_gallery\";b:1;s:21:\"edit_envira_galleries\";b:1;s:27:\"edit_other_envira_galleries\";b:1;s:28:\"edit_others_envira_galleries\";b:1;s:24:\"publish_envira_galleries\";b:1;s:29:\"read_private_envira_galleries\";b:1;s:23:\"delete_envira_galleries\";b:1;s:31:\"delete_private_envira_galleries\";b:1;s:33:\"delete_published_envira_galleries\";b:1;s:30:\"delete_others_envira_galleries\";b:1;s:29:\"edit_private_envira_galleries\";b:1;s:31:\"edit_published_envira_galleries\";b:1;s:23:\"create_envira_galleries\";b:1;s:16:\"create_customers\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:51:{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:19:\"edit_envira_gallery\";b:1;s:19:\"read_envira_gallery\";b:1;s:21:\"delete_envira_gallery\";b:1;s:21:\"edit_envira_galleries\";b:1;s:27:\"edit_other_envira_galleries\";b:1;s:28:\"edit_others_envira_galleries\";b:1;s:24:\"publish_envira_galleries\";b:1;s:29:\"read_private_envira_galleries\";b:1;s:23:\"delete_envira_galleries\";b:1;s:31:\"delete_private_envira_galleries\";b:1;s:33:\"delete_published_envira_galleries\";b:1;s:30:\"delete_others_envira_galleries\";b:1;s:29:\"edit_private_envira_galleries\";b:1;s:31:\"edit_published_envira_galleries\";b:1;s:23:\"create_envira_galleries\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:19:{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:19:\"edit_envira_gallery\";b:1;s:19:\"read_envira_gallery\";b:1;s:21:\"delete_envira_gallery\";b:1;s:21:\"edit_envira_galleries\";b:1;s:24:\"publish_envira_galleries\";b:1;s:23:\"delete_envira_galleries\";b:1;s:33:\"delete_published_envira_galleries\";b:1;s:31:\"edit_published_envira_galleries\";b:1;s:23:\"create_envira_galleries\";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:3:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;s:19:\"read_envira_gallery\";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:93:{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:16:\"create_customers\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:53:{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:19:\"edit_envira_gallery\";b:1;s:19:\"read_envira_gallery\";b:1;s:21:\"delete_envira_gallery\";b:1;s:21:\"edit_envira_galleries\";b:1;s:27:\"edit_other_envira_galleries\";b:1;s:28:\"edit_others_envira_galleries\";b:1;s:24:\"publish_envira_galleries\";b:1;s:29:\"read_private_envira_galleries\";b:1;s:23:\"delete_envira_galleries\";b:1;s:31:\"delete_private_envira_galleries\";b:1;s:33:\"delete_published_envira_galleries\";b:1;s:30:\"delete_others_envira_galleries\";b:1;s:29:\"edit_private_envira_galleries\";b:1;s:31:\"edit_published_envira_galleries\";b:1;s:23:\"create_envira_galleries\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:51:{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:19:\"edit_envira_gallery\";b:1;s:19:\"read_envira_gallery\";b:1;s:21:\"delete_envira_gallery\";b:1;s:21:\"edit_envira_galleries\";b:1;s:27:\"edit_other_envira_galleries\";b:1;s:28:\"edit_others_envira_galleries\";b:1;s:24:\"publish_envira_galleries\";b:1;s:29:\"read_private_envira_galleries\";b:1;s:23:\"delete_envira_galleries\";b:1;s:31:\"delete_private_envira_galleries\";b:1;s:33:\"delete_published_envira_galleries\";b:1;s:30:\"delete_others_envira_galleries\";b:1;s:29:\"edit_private_envira_galleries\";b:1;s:31:\"edit_published_envira_galleries\";b:1;s:23:\"create_envira_galleries\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','on'),(103,'fresh_site','0','off'),(104,'user_count','2','off'),(105,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}','auto'),(106,'sidebars_widgets','a:2:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:13:\"array_version\";i:3;}','auto'),(107,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(108,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(109,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(110,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(111,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(112,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(113,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(114,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(115,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(116,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(117,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(118,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(119,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(120,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(131,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.8.3\";s:5:\"files\";a:536:{i:0;s:23:\"archives/editor-rtl.css\";i:1;s:27:\"archives/editor-rtl.min.css\";i:2;s:19:\"archives/editor.css\";i:3;s:23:\"archives/editor.min.css\";i:4;s:22:\"archives/style-rtl.css\";i:5;s:26:\"archives/style-rtl.min.css\";i:6;s:18:\"archives/style.css\";i:7;s:22:\"archives/style.min.css\";i:8;s:20:\"audio/editor-rtl.css\";i:9;s:24:\"audio/editor-rtl.min.css\";i:10;s:16:\"audio/editor.css\";i:11;s:20:\"audio/editor.min.css\";i:12;s:19:\"audio/style-rtl.css\";i:13;s:23:\"audio/style-rtl.min.css\";i:14;s:15:\"audio/style.css\";i:15;s:19:\"audio/style.min.css\";i:16;s:19:\"audio/theme-rtl.css\";i:17;s:23:\"audio/theme-rtl.min.css\";i:18;s:15:\"audio/theme.css\";i:19;s:19:\"audio/theme.min.css\";i:20;s:21:\"avatar/editor-rtl.css\";i:21;s:25:\"avatar/editor-rtl.min.css\";i:22;s:17:\"avatar/editor.css\";i:23;s:21:\"avatar/editor.min.css\";i:24;s:20:\"avatar/style-rtl.css\";i:25;s:24:\"avatar/style-rtl.min.css\";i:26;s:16:\"avatar/style.css\";i:27;s:20:\"avatar/style.min.css\";i:28;s:21:\"button/editor-rtl.css\";i:29;s:25:\"button/editor-rtl.min.css\";i:30;s:17:\"button/editor.css\";i:31;s:21:\"button/editor.min.css\";i:32;s:20:\"button/style-rtl.css\";i:33;s:24:\"button/style-rtl.min.css\";i:34;s:16:\"button/style.css\";i:35;s:20:\"button/style.min.css\";i:36;s:22:\"buttons/editor-rtl.css\";i:37;s:26:\"buttons/editor-rtl.min.css\";i:38;s:18:\"buttons/editor.css\";i:39;s:22:\"buttons/editor.min.css\";i:40;s:21:\"buttons/style-rtl.css\";i:41;s:25:\"buttons/style-rtl.min.css\";i:42;s:17:\"buttons/style.css\";i:43;s:21:\"buttons/style.min.css\";i:44;s:22:\"calendar/style-rtl.css\";i:45;s:26:\"calendar/style-rtl.min.css\";i:46;s:18:\"calendar/style.css\";i:47;s:22:\"calendar/style.min.css\";i:48;s:25:\"categories/editor-rtl.css\";i:49;s:29:\"categories/editor-rtl.min.css\";i:50;s:21:\"categories/editor.css\";i:51;s:25:\"categories/editor.min.css\";i:52;s:24:\"categories/style-rtl.css\";i:53;s:28:\"categories/style-rtl.min.css\";i:54;s:20:\"categories/style.css\";i:55;s:24:\"categories/style.min.css\";i:56;s:19:\"code/editor-rtl.css\";i:57;s:23:\"code/editor-rtl.min.css\";i:58;s:15:\"code/editor.css\";i:59;s:19:\"code/editor.min.css\";i:60;s:18:\"code/style-rtl.css\";i:61;s:22:\"code/style-rtl.min.css\";i:62;s:14:\"code/style.css\";i:63;s:18:\"code/style.min.css\";i:64;s:18:\"code/theme-rtl.css\";i:65;s:22:\"code/theme-rtl.min.css\";i:66;s:14:\"code/theme.css\";i:67;s:18:\"code/theme.min.css\";i:68;s:22:\"columns/editor-rtl.css\";i:69;s:26:\"columns/editor-rtl.min.css\";i:70;s:18:\"columns/editor.css\";i:71;s:22:\"columns/editor.min.css\";i:72;s:21:\"columns/style-rtl.css\";i:73;s:25:\"columns/style-rtl.min.css\";i:74;s:17:\"columns/style.css\";i:75;s:21:\"columns/style.min.css\";i:76;s:33:\"comment-author-name/style-rtl.css\";i:77;s:37:\"comment-author-name/style-rtl.min.css\";i:78;s:29:\"comment-author-name/style.css\";i:79;s:33:\"comment-author-name/style.min.css\";i:80;s:29:\"comment-content/style-rtl.css\";i:81;s:33:\"comment-content/style-rtl.min.css\";i:82;s:25:\"comment-content/style.css\";i:83;s:29:\"comment-content/style.min.css\";i:84;s:26:\"comment-date/style-rtl.css\";i:85;s:30:\"comment-date/style-rtl.min.css\";i:86;s:22:\"comment-date/style.css\";i:87;s:26:\"comment-date/style.min.css\";i:88;s:31:\"comment-edit-link/style-rtl.css\";i:89;s:35:\"comment-edit-link/style-rtl.min.css\";i:90;s:27:\"comment-edit-link/style.css\";i:91;s:31:\"comment-edit-link/style.min.css\";i:92;s:32:\"comment-reply-link/style-rtl.css\";i:93;s:36:\"comment-reply-link/style-rtl.min.css\";i:94;s:28:\"comment-reply-link/style.css\";i:95;s:32:\"comment-reply-link/style.min.css\";i:96;s:30:\"comment-template/style-rtl.css\";i:97;s:34:\"comment-template/style-rtl.min.css\";i:98;s:26:\"comment-template/style.css\";i:99;s:30:\"comment-template/style.min.css\";i:100;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:101;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:102;s:38:\"comments-pagination-numbers/editor.css\";i:103;s:42:\"comments-pagination-numbers/editor.min.css\";i:104;s:34:\"comments-pagination/editor-rtl.css\";i:105;s:38:\"comments-pagination/editor-rtl.min.css\";i:106;s:30:\"comments-pagination/editor.css\";i:107;s:34:\"comments-pagination/editor.min.css\";i:108;s:33:\"comments-pagination/style-rtl.css\";i:109;s:37:\"comments-pagination/style-rtl.min.css\";i:110;s:29:\"comments-pagination/style.css\";i:111;s:33:\"comments-pagination/style.min.css\";i:112;s:29:\"comments-title/editor-rtl.css\";i:113;s:33:\"comments-title/editor-rtl.min.css\";i:114;s:25:\"comments-title/editor.css\";i:115;s:29:\"comments-title/editor.min.css\";i:116;s:23:\"comments/editor-rtl.css\";i:117;s:27:\"comments/editor-rtl.min.css\";i:118;s:19:\"comments/editor.css\";i:119;s:23:\"comments/editor.min.css\";i:120;s:22:\"comments/style-rtl.css\";i:121;s:26:\"comments/style-rtl.min.css\";i:122;s:18:\"comments/style.css\";i:123;s:22:\"comments/style.min.css\";i:124;s:20:\"cover/editor-rtl.css\";i:125;s:24:\"cover/editor-rtl.min.css\";i:126;s:16:\"cover/editor.css\";i:127;s:20:\"cover/editor.min.css\";i:128;s:19:\"cover/style-rtl.css\";i:129;s:23:\"cover/style-rtl.min.css\";i:130;s:15:\"cover/style.css\";i:131;s:19:\"cover/style.min.css\";i:132;s:22:\"details/editor-rtl.css\";i:133;s:26:\"details/editor-rtl.min.css\";i:134;s:18:\"details/editor.css\";i:135;s:22:\"details/editor.min.css\";i:136;s:21:\"details/style-rtl.css\";i:137;s:25:\"details/style-rtl.min.css\";i:138;s:17:\"details/style.css\";i:139;s:21:\"details/style.min.css\";i:140;s:20:\"embed/editor-rtl.css\";i:141;s:24:\"embed/editor-rtl.min.css\";i:142;s:16:\"embed/editor.css\";i:143;s:20:\"embed/editor.min.css\";i:144;s:19:\"embed/style-rtl.css\";i:145;s:23:\"embed/style-rtl.min.css\";i:146;s:15:\"embed/style.css\";i:147;s:19:\"embed/style.min.css\";i:148;s:19:\"embed/theme-rtl.css\";i:149;s:23:\"embed/theme-rtl.min.css\";i:150;s:15:\"embed/theme.css\";i:151;s:19:\"embed/theme.min.css\";i:152;s:19:\"file/editor-rtl.css\";i:153;s:23:\"file/editor-rtl.min.css\";i:154;s:15:\"file/editor.css\";i:155;s:19:\"file/editor.min.css\";i:156;s:18:\"file/style-rtl.css\";i:157;s:22:\"file/style-rtl.min.css\";i:158;s:14:\"file/style.css\";i:159;s:18:\"file/style.min.css\";i:160;s:23:\"footnotes/style-rtl.css\";i:161;s:27:\"footnotes/style-rtl.min.css\";i:162;s:19:\"footnotes/style.css\";i:163;s:23:\"footnotes/style.min.css\";i:164;s:23:\"freeform/editor-rtl.css\";i:165;s:27:\"freeform/editor-rtl.min.css\";i:166;s:19:\"freeform/editor.css\";i:167;s:23:\"freeform/editor.min.css\";i:168;s:22:\"gallery/editor-rtl.css\";i:169;s:26:\"gallery/editor-rtl.min.css\";i:170;s:18:\"gallery/editor.css\";i:171;s:22:\"gallery/editor.min.css\";i:172;s:21:\"gallery/style-rtl.css\";i:173;s:25:\"gallery/style-rtl.min.css\";i:174;s:17:\"gallery/style.css\";i:175;s:21:\"gallery/style.min.css\";i:176;s:21:\"gallery/theme-rtl.css\";i:177;s:25:\"gallery/theme-rtl.min.css\";i:178;s:17:\"gallery/theme.css\";i:179;s:21:\"gallery/theme.min.css\";i:180;s:20:\"group/editor-rtl.css\";i:181;s:24:\"group/editor-rtl.min.css\";i:182;s:16:\"group/editor.css\";i:183;s:20:\"group/editor.min.css\";i:184;s:19:\"group/style-rtl.css\";i:185;s:23:\"group/style-rtl.min.css\";i:186;s:15:\"group/style.css\";i:187;s:19:\"group/style.min.css\";i:188;s:19:\"group/theme-rtl.css\";i:189;s:23:\"group/theme-rtl.min.css\";i:190;s:15:\"group/theme.css\";i:191;s:19:\"group/theme.min.css\";i:192;s:21:\"heading/style-rtl.css\";i:193;s:25:\"heading/style-rtl.min.css\";i:194;s:17:\"heading/style.css\";i:195;s:21:\"heading/style.min.css\";i:196;s:19:\"html/editor-rtl.css\";i:197;s:23:\"html/editor-rtl.min.css\";i:198;s:15:\"html/editor.css\";i:199;s:19:\"html/editor.min.css\";i:200;s:20:\"image/editor-rtl.css\";i:201;s:24:\"image/editor-rtl.min.css\";i:202;s:16:\"image/editor.css\";i:203;s:20:\"image/editor.min.css\";i:204;s:19:\"image/style-rtl.css\";i:205;s:23:\"image/style-rtl.min.css\";i:206;s:15:\"image/style.css\";i:207;s:19:\"image/style.min.css\";i:208;s:19:\"image/theme-rtl.css\";i:209;s:23:\"image/theme-rtl.min.css\";i:210;s:15:\"image/theme.css\";i:211;s:19:\"image/theme.min.css\";i:212;s:29:\"latest-comments/style-rtl.css\";i:213;s:33:\"latest-comments/style-rtl.min.css\";i:214;s:25:\"latest-comments/style.css\";i:215;s:29:\"latest-comments/style.min.css\";i:216;s:27:\"latest-posts/editor-rtl.css\";i:217;s:31:\"latest-posts/editor-rtl.min.css\";i:218;s:23:\"latest-posts/editor.css\";i:219;s:27:\"latest-posts/editor.min.css\";i:220;s:26:\"latest-posts/style-rtl.css\";i:221;s:30:\"latest-posts/style-rtl.min.css\";i:222;s:22:\"latest-posts/style.css\";i:223;s:26:\"latest-posts/style.min.css\";i:224;s:18:\"list/style-rtl.css\";i:225;s:22:\"list/style-rtl.min.css\";i:226;s:14:\"list/style.css\";i:227;s:18:\"list/style.min.css\";i:228;s:22:\"loginout/style-rtl.css\";i:229;s:26:\"loginout/style-rtl.min.css\";i:230;s:18:\"loginout/style.css\";i:231;s:22:\"loginout/style.min.css\";i:232;s:25:\"media-text/editor-rtl.css\";i:233;s:29:\"media-text/editor-rtl.min.css\";i:234;s:21:\"media-text/editor.css\";i:235;s:25:\"media-text/editor.min.css\";i:236;s:24:\"media-text/style-rtl.css\";i:237;s:28:\"media-text/style-rtl.min.css\";i:238;s:20:\"media-text/style.css\";i:239;s:24:\"media-text/style.min.css\";i:240;s:19:\"more/editor-rtl.css\";i:241;s:23:\"more/editor-rtl.min.css\";i:242;s:15:\"more/editor.css\";i:243;s:19:\"more/editor.min.css\";i:244;s:30:\"navigation-link/editor-rtl.css\";i:245;s:34:\"navigation-link/editor-rtl.min.css\";i:246;s:26:\"navigation-link/editor.css\";i:247;s:30:\"navigation-link/editor.min.css\";i:248;s:29:\"navigation-link/style-rtl.css\";i:249;s:33:\"navigation-link/style-rtl.min.css\";i:250;s:25:\"navigation-link/style.css\";i:251;s:29:\"navigation-link/style.min.css\";i:252;s:33:\"navigation-submenu/editor-rtl.css\";i:253;s:37:\"navigation-submenu/editor-rtl.min.css\";i:254;s:29:\"navigation-submenu/editor.css\";i:255;s:33:\"navigation-submenu/editor.min.css\";i:256;s:25:\"navigation/editor-rtl.css\";i:257;s:29:\"navigation/editor-rtl.min.css\";i:258;s:21:\"navigation/editor.css\";i:259;s:25:\"navigation/editor.min.css\";i:260;s:24:\"navigation/style-rtl.css\";i:261;s:28:\"navigation/style-rtl.min.css\";i:262;s:20:\"navigation/style.css\";i:263;s:24:\"navigation/style.min.css\";i:264;s:23:\"nextpage/editor-rtl.css\";i:265;s:27:\"nextpage/editor-rtl.min.css\";i:266;s:19:\"nextpage/editor.css\";i:267;s:23:\"nextpage/editor.min.css\";i:268;s:24:\"page-list/editor-rtl.css\";i:269;s:28:\"page-list/editor-rtl.min.css\";i:270;s:20:\"page-list/editor.css\";i:271;s:24:\"page-list/editor.min.css\";i:272;s:23:\"page-list/style-rtl.css\";i:273;s:27:\"page-list/style-rtl.min.css\";i:274;s:19:\"page-list/style.css\";i:275;s:23:\"page-list/style.min.css\";i:276;s:24:\"paragraph/editor-rtl.css\";i:277;s:28:\"paragraph/editor-rtl.min.css\";i:278;s:20:\"paragraph/editor.css\";i:279;s:24:\"paragraph/editor.min.css\";i:280;s:23:\"paragraph/style-rtl.css\";i:281;s:27:\"paragraph/style-rtl.min.css\";i:282;s:19:\"paragraph/style.css\";i:283;s:23:\"paragraph/style.min.css\";i:284;s:35:\"post-author-biography/style-rtl.css\";i:285;s:39:\"post-author-biography/style-rtl.min.css\";i:286;s:31:\"post-author-biography/style.css\";i:287;s:35:\"post-author-biography/style.min.css\";i:288;s:30:\"post-author-name/style-rtl.css\";i:289;s:34:\"post-author-name/style-rtl.min.css\";i:290;s:26:\"post-author-name/style.css\";i:291;s:30:\"post-author-name/style.min.css\";i:292;s:26:\"post-author/editor-rtl.css\";i:293;s:30:\"post-author/editor-rtl.min.css\";i:294;s:22:\"post-author/editor.css\";i:295;s:26:\"post-author/editor.min.css\";i:296;s:25:\"post-author/style-rtl.css\";i:297;s:29:\"post-author/style-rtl.min.css\";i:298;s:21:\"post-author/style.css\";i:299;s:25:\"post-author/style.min.css\";i:300;s:33:\"post-comments-form/editor-rtl.css\";i:301;s:37:\"post-comments-form/editor-rtl.min.css\";i:302;s:29:\"post-comments-form/editor.css\";i:303;s:33:\"post-comments-form/editor.min.css\";i:304;s:32:\"post-comments-form/style-rtl.css\";i:305;s:36:\"post-comments-form/style-rtl.min.css\";i:306;s:28:\"post-comments-form/style.css\";i:307;s:32:\"post-comments-form/style.min.css\";i:308;s:26:\"post-content/style-rtl.css\";i:309;s:30:\"post-content/style-rtl.min.css\";i:310;s:22:\"post-content/style.css\";i:311;s:26:\"post-content/style.min.css\";i:312;s:23:\"post-date/style-rtl.css\";i:313;s:27:\"post-date/style-rtl.min.css\";i:314;s:19:\"post-date/style.css\";i:315;s:23:\"post-date/style.min.css\";i:316;s:27:\"post-excerpt/editor-rtl.css\";i:317;s:31:\"post-excerpt/editor-rtl.min.css\";i:318;s:23:\"post-excerpt/editor.css\";i:319;s:27:\"post-excerpt/editor.min.css\";i:320;s:26:\"post-excerpt/style-rtl.css\";i:321;s:30:\"post-excerpt/style-rtl.min.css\";i:322;s:22:\"post-excerpt/style.css\";i:323;s:26:\"post-excerpt/style.min.css\";i:324;s:34:\"post-featured-image/editor-rtl.css\";i:325;s:38:\"post-featured-image/editor-rtl.min.css\";i:326;s:30:\"post-featured-image/editor.css\";i:327;s:34:\"post-featured-image/editor.min.css\";i:328;s:33:\"post-featured-image/style-rtl.css\";i:329;s:37:\"post-featured-image/style-rtl.min.css\";i:330;s:29:\"post-featured-image/style.css\";i:331;s:33:\"post-featured-image/style.min.css\";i:332;s:34:\"post-navigation-link/style-rtl.css\";i:333;s:38:\"post-navigation-link/style-rtl.min.css\";i:334;s:30:\"post-navigation-link/style.css\";i:335;s:34:\"post-navigation-link/style.min.css\";i:336;s:27:\"post-template/style-rtl.css\";i:337;s:31:\"post-template/style-rtl.min.css\";i:338;s:23:\"post-template/style.css\";i:339;s:27:\"post-template/style.min.css\";i:340;s:24:\"post-terms/style-rtl.css\";i:341;s:28:\"post-terms/style-rtl.min.css\";i:342;s:20:\"post-terms/style.css\";i:343;s:24:\"post-terms/style.min.css\";i:344;s:24:\"post-title/style-rtl.css\";i:345;s:28:\"post-title/style-rtl.min.css\";i:346;s:20:\"post-title/style.css\";i:347;s:24:\"post-title/style.min.css\";i:348;s:26:\"preformatted/style-rtl.css\";i:349;s:30:\"preformatted/style-rtl.min.css\";i:350;s:22:\"preformatted/style.css\";i:351;s:26:\"preformatted/style.min.css\";i:352;s:24:\"pullquote/editor-rtl.css\";i:353;s:28:\"pullquote/editor-rtl.min.css\";i:354;s:20:\"pullquote/editor.css\";i:355;s:24:\"pullquote/editor.min.css\";i:356;s:23:\"pullquote/style-rtl.css\";i:357;s:27:\"pullquote/style-rtl.min.css\";i:358;s:19:\"pullquote/style.css\";i:359;s:23:\"pullquote/style.min.css\";i:360;s:23:\"pullquote/theme-rtl.css\";i:361;s:27:\"pullquote/theme-rtl.min.css\";i:362;s:19:\"pullquote/theme.css\";i:363;s:23:\"pullquote/theme.min.css\";i:364;s:39:\"query-pagination-numbers/editor-rtl.css\";i:365;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:366;s:35:\"query-pagination-numbers/editor.css\";i:367;s:39:\"query-pagination-numbers/editor.min.css\";i:368;s:31:\"query-pagination/editor-rtl.css\";i:369;s:35:\"query-pagination/editor-rtl.min.css\";i:370;s:27:\"query-pagination/editor.css\";i:371;s:31:\"query-pagination/editor.min.css\";i:372;s:30:\"query-pagination/style-rtl.css\";i:373;s:34:\"query-pagination/style-rtl.min.css\";i:374;s:26:\"query-pagination/style.css\";i:375;s:30:\"query-pagination/style.min.css\";i:376;s:25:\"query-title/style-rtl.css\";i:377;s:29:\"query-title/style-rtl.min.css\";i:378;s:21:\"query-title/style.css\";i:379;s:25:\"query-title/style.min.css\";i:380;s:25:\"query-total/style-rtl.css\";i:381;s:29:\"query-total/style-rtl.min.css\";i:382;s:21:\"query-total/style.css\";i:383;s:25:\"query-total/style.min.css\";i:384;s:20:\"query/editor-rtl.css\";i:385;s:24:\"query/editor-rtl.min.css\";i:386;s:16:\"query/editor.css\";i:387;s:20:\"query/editor.min.css\";i:388;s:19:\"quote/style-rtl.css\";i:389;s:23:\"quote/style-rtl.min.css\";i:390;s:15:\"quote/style.css\";i:391;s:19:\"quote/style.min.css\";i:392;s:19:\"quote/theme-rtl.css\";i:393;s:23:\"quote/theme-rtl.min.css\";i:394;s:15:\"quote/theme.css\";i:395;s:19:\"quote/theme.min.css\";i:396;s:23:\"read-more/style-rtl.css\";i:397;s:27:\"read-more/style-rtl.min.css\";i:398;s:19:\"read-more/style.css\";i:399;s:23:\"read-more/style.min.css\";i:400;s:18:\"rss/editor-rtl.css\";i:401;s:22:\"rss/editor-rtl.min.css\";i:402;s:14:\"rss/editor.css\";i:403;s:18:\"rss/editor.min.css\";i:404;s:17:\"rss/style-rtl.css\";i:405;s:21:\"rss/style-rtl.min.css\";i:406;s:13:\"rss/style.css\";i:407;s:17:\"rss/style.min.css\";i:408;s:21:\"search/editor-rtl.css\";i:409;s:25:\"search/editor-rtl.min.css\";i:410;s:17:\"search/editor.css\";i:411;s:21:\"search/editor.min.css\";i:412;s:20:\"search/style-rtl.css\";i:413;s:24:\"search/style-rtl.min.css\";i:414;s:16:\"search/style.css\";i:415;s:20:\"search/style.min.css\";i:416;s:20:\"search/theme-rtl.css\";i:417;s:24:\"search/theme-rtl.min.css\";i:418;s:16:\"search/theme.css\";i:419;s:20:\"search/theme.min.css\";i:420;s:24:\"separator/editor-rtl.css\";i:421;s:28:\"separator/editor-rtl.min.css\";i:422;s:20:\"separator/editor.css\";i:423;s:24:\"separator/editor.min.css\";i:424;s:23:\"separator/style-rtl.css\";i:425;s:27:\"separator/style-rtl.min.css\";i:426;s:19:\"separator/style.css\";i:427;s:23:\"separator/style.min.css\";i:428;s:23:\"separator/theme-rtl.css\";i:429;s:27:\"separator/theme-rtl.min.css\";i:430;s:19:\"separator/theme.css\";i:431;s:23:\"separator/theme.min.css\";i:432;s:24:\"shortcode/editor-rtl.css\";i:433;s:28:\"shortcode/editor-rtl.min.css\";i:434;s:20:\"shortcode/editor.css\";i:435;s:24:\"shortcode/editor.min.css\";i:436;s:24:\"site-logo/editor-rtl.css\";i:437;s:28:\"site-logo/editor-rtl.min.css\";i:438;s:20:\"site-logo/editor.css\";i:439;s:24:\"site-logo/editor.min.css\";i:440;s:23:\"site-logo/style-rtl.css\";i:441;s:27:\"site-logo/style-rtl.min.css\";i:442;s:19:\"site-logo/style.css\";i:443;s:23:\"site-logo/style.min.css\";i:444;s:27:\"site-tagline/editor-rtl.css\";i:445;s:31:\"site-tagline/editor-rtl.min.css\";i:446;s:23:\"site-tagline/editor.css\";i:447;s:27:\"site-tagline/editor.min.css\";i:448;s:26:\"site-tagline/style-rtl.css\";i:449;s:30:\"site-tagline/style-rtl.min.css\";i:450;s:22:\"site-tagline/style.css\";i:451;s:26:\"site-tagline/style.min.css\";i:452;s:25:\"site-title/editor-rtl.css\";i:453;s:29:\"site-title/editor-rtl.min.css\";i:454;s:21:\"site-title/editor.css\";i:455;s:25:\"site-title/editor.min.css\";i:456;s:24:\"site-title/style-rtl.css\";i:457;s:28:\"site-title/style-rtl.min.css\";i:458;s:20:\"site-title/style.css\";i:459;s:24:\"site-title/style.min.css\";i:460;s:26:\"social-link/editor-rtl.css\";i:461;s:30:\"social-link/editor-rtl.min.css\";i:462;s:22:\"social-link/editor.css\";i:463;s:26:\"social-link/editor.min.css\";i:464;s:27:\"social-links/editor-rtl.css\";i:465;s:31:\"social-links/editor-rtl.min.css\";i:466;s:23:\"social-links/editor.css\";i:467;s:27:\"social-links/editor.min.css\";i:468;s:26:\"social-links/style-rtl.css\";i:469;s:30:\"social-links/style-rtl.min.css\";i:470;s:22:\"social-links/style.css\";i:471;s:26:\"social-links/style.min.css\";i:472;s:21:\"spacer/editor-rtl.css\";i:473;s:25:\"spacer/editor-rtl.min.css\";i:474;s:17:\"spacer/editor.css\";i:475;s:21:\"spacer/editor.min.css\";i:476;s:20:\"spacer/style-rtl.css\";i:477;s:24:\"spacer/style-rtl.min.css\";i:478;s:16:\"spacer/style.css\";i:479;s:20:\"spacer/style.min.css\";i:480;s:20:\"table/editor-rtl.css\";i:481;s:24:\"table/editor-rtl.min.css\";i:482;s:16:\"table/editor.css\";i:483;s:20:\"table/editor.min.css\";i:484;s:19:\"table/style-rtl.css\";i:485;s:23:\"table/style-rtl.min.css\";i:486;s:15:\"table/style.css\";i:487;s:19:\"table/style.min.css\";i:488;s:19:\"table/theme-rtl.css\";i:489;s:23:\"table/theme-rtl.min.css\";i:490;s:15:\"table/theme.css\";i:491;s:19:\"table/theme.min.css\";i:492;s:24:\"tag-cloud/editor-rtl.css\";i:493;s:28:\"tag-cloud/editor-rtl.min.css\";i:494;s:20:\"tag-cloud/editor.css\";i:495;s:24:\"tag-cloud/editor.min.css\";i:496;s:23:\"tag-cloud/style-rtl.css\";i:497;s:27:\"tag-cloud/style-rtl.min.css\";i:498;s:19:\"tag-cloud/style.css\";i:499;s:23:\"tag-cloud/style.min.css\";i:500;s:28:\"template-part/editor-rtl.css\";i:501;s:32:\"template-part/editor-rtl.min.css\";i:502;s:24:\"template-part/editor.css\";i:503;s:28:\"template-part/editor.min.css\";i:504;s:27:\"template-part/theme-rtl.css\";i:505;s:31:\"template-part/theme-rtl.min.css\";i:506;s:23:\"template-part/theme.css\";i:507;s:27:\"template-part/theme.min.css\";i:508;s:30:\"term-description/style-rtl.css\";i:509;s:34:\"term-description/style-rtl.min.css\";i:510;s:26:\"term-description/style.css\";i:511;s:30:\"term-description/style.min.css\";i:512;s:27:\"text-columns/editor-rtl.css\";i:513;s:31:\"text-columns/editor-rtl.min.css\";i:514;s:23:\"text-columns/editor.css\";i:515;s:27:\"text-columns/editor.min.css\";i:516;s:26:\"text-columns/style-rtl.css\";i:517;s:30:\"text-columns/style-rtl.min.css\";i:518;s:22:\"text-columns/style.css\";i:519;s:26:\"text-columns/style.min.css\";i:520;s:19:\"verse/style-rtl.css\";i:521;s:23:\"verse/style-rtl.min.css\";i:522;s:15:\"verse/style.css\";i:523;s:19:\"verse/style.min.css\";i:524;s:20:\"video/editor-rtl.css\";i:525;s:24:\"video/editor-rtl.min.css\";i:526;s:16:\"video/editor.css\";i:527;s:20:\"video/editor.min.css\";i:528;s:19:\"video/style-rtl.css\";i:529;s:23:\"video/style-rtl.min.css\";i:530;s:15:\"video/style.css\";i:531;s:19:\"video/style.min.css\";i:532;s:19:\"video/theme-rtl.css\";i:533;s:23:\"video/theme-rtl.min.css\";i:534;s:15:\"video/theme.css\";i:535;s:19:\"video/theme.min.css\";}}','on'),(133,'recovery_keys','a:0:{}','off'),(134,'allow_major_auto_core_updates','true','yes'),(135,'allow_minor_auto_core_updates','1','yes'),(137,'auto_update_plugin','true','yes'),(138,'auto_update_theme','true','yes'),(139,'auto_update_translation','true','yes'),(143,'mm_coming_soon','','yes'),(144,'mm_install_date','2024-10-27','yes'),(147,'nfd_coming_soon_module_version','2.1.1','on'),(148,'nfd_coming_soon','','auto'),(149,'nfd_module_activation_fresh_install','','auto'),(150,'ce4wp_hide_banner:get_started','1','auto'),(151,'optin_monster_api_activation_redirect_disabled','1','auto'),(152,'wpforms_activation_redirect','1','auto'),(161,'nfd_data_connection_attempts','1','auto'),(163,'newfold_features','a:5:{s:8:\"patterns\";b:1;s:11:\"performance\";b:1;s:10:\"helpCenter\";b:1;s:11:\"my-products\";b:1;s:7:\"staging\";b:1;}','on'),(164,'newfold_active_modules','a:19:{s:4:\"data\";b:1;s:13:\"wp-module-pls\";b:1;s:9:\"installer\";b:1;s:2:\"ai\";b:1;s:18:\"wp-module-htaccess\";b:1;s:16:\"wp-module-survey\";b:1;s:8:\"facebook\";b:1;s:9:\"migration\";b:1;s:11:\"coming-soon\";b:1;s:9:\"ecommerce\";b:1;s:10:\"global-ctb\";b:1;s:17:\"wp-module-hosting\";b:1;s:11:\"marketplace\";b:1;s:10:\"next-steps\";b:1;s:13:\"notifications\";b:1;s:10:\"onboarding\";b:1;s:16:\"secure-passwords\";b:1;s:19:\"wp-module-solutions\";b:1;s:3:\"sso\";b:1;}','on'),(167,'nfd_data_token','KoCeFd/x/ZmFDFVxWa8a4lMwaVE3NVNYenAyZmRxOE80aG0zNy8zZE1VVHkvekgwKzFZV0NpcnF0czMvM2FoUENsWlpTVUtuUURUM3BqNzg0cklPcEcwRnZaTEdDUG5ob3VOWW82VWppNkRKSC9QMHM1blBMSFU2U05kQlhiWG5JMVBvZ2RsQTl2K0FHeURrSERGR1dwOWRTVGJITXA5TXVobTlsZXh1MllsMUdDMzdRQT09','on'),(168,'site_assigned','1730054905','yes'),(172,'auto_update_plugins','a:18:{i:0;s:33:\"envira-gallery/envira-gallery.php\";i:1;s:45:\"olympus-google-fonts/olympus-google-fonts.php\";i:2;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:3;s:19:\"jetpack/jetpack.php\";i:4;s:77:\"product-configurator-for-woocommerce/woocommerce-mkl-product-configurator.php\";i:5;s:77:\"woocommerce-mkl-pc-conditional-logic/woocommerce-mkl-pc-conditional-logic.php\";i:6;s:65:\"woocommerce-mkl-pc-extra-price/woocommerce-mkl-pc-extra-price.php\";i:7;s:67:\"woocommerce-mkl-pc-form-builder/woocommerce-mkl-pc-form-builder.php\";i:8;s:71:\"addify-product-options-and-addons/class-addify-product-add-ons-main.php\";i:9;s:55:\"bluehost-wordpress-plugin/bluehost-wordpress-plugin.php\";i:10;s:27:\"woocommerce/woocommerce.php\";i:11;s:41:\"woo-update-manager/woo-update-manager.php\";i:12;s:59:\"woocommerce-paypal-payments/woocommerce-paypal-payments.php\";i:13;s:39:\"wp-file-manager/file_folder_manager.php\";i:14;s:19:\"wpforms/wpforms.php\";i:15;s:51:\"wpforms-paypal-commerce/wpforms-paypal-commerce.php\";i:16;s:51:\"wpforms-paypal-standard/wpforms-paypal-standard.php\";i:17;s:24:\"wordpress-seo/wp-seo.php\";}','off'),(176,'ce4wp_activation_redirect','','auto'),(177,'CE4WP_REFERRED_BY','a:3:{s:8:\"campaign\";s:17:\"Bluehost_Standard\";s:6:\"plugin\";s:8:\"BlueHost\";s:6:\"source\";s:12:\"preinstalled\";}','yes'),(184,'widget_monsterinsights-popular-posts-widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(185,'monsterinsights_settings','a:45:{s:22:\"enable_affiliate_links\";b:1;s:15:\"affiliate_links\";a:2:{i:0;a:2:{s:4:\"path\";s:4:\"/go/\";s:5:\"label\";s:9:\"affiliate\";}i:1;a:2:{s:4:\"path\";s:11:\"/recommend/\";s:5:\"label\";s:9:\"affiliate\";}}s:12:\"demographics\";i:1;s:12:\"ignore_users\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:19:\"dashboards_disabled\";i:0;s:13:\"anonymize_ips\";i:0;s:19:\"extensions_of_files\";s:34:\"doc,pdf,ppt,zip,xls,docx,pptx,xlsx\";s:18:\"subdomain_tracking\";s:0:\"\";s:16:\"link_attribution\";b:1;s:16:\"tag_links_in_rss\";b:1;s:12:\"allow_anchor\";i:0;s:16:\"add_allow_linker\";i:0;s:13:\"save_settings\";a:1:{i:0;s:13:\"administrator\";}s:12:\"view_reports\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:11:\"events_mode\";s:2:\"js\";s:13:\"tracking_mode\";s:4:\"gtag\";s:15:\"email_summaries\";s:2:\"on\";s:23:\"summaries_html_template\";s:3:\"yes\";s:25:\"summaries_email_addresses\";a:1:{i:0;a:1:{s:5:\"email\";s:25:\"ben@aggressivegraphix.com\";}}s:31:\"exception_alert_email_addresses\";a:1:{i:0;a:1:{s:5:\"email\";s:25:\"ben@aggressivegraphix.com\";}}s:17:\"automatic_updates\";s:3:\"all\";s:14:\"anonymous_data\";i:0;s:18:\"verified_automatic\";i:0;s:26:\"popular_posts_inline_theme\";s:5:\"alpha\";s:26:\"popular_posts_widget_theme\";s:5:\"alpha\";s:28:\"popular_posts_products_theme\";s:5:\"alpha\";s:30:\"popular_posts_inline_placement\";s:6:\"manual\";s:34:\"popular_posts_widget_theme_columns\";s:1:\"2\";s:36:\"popular_posts_products_theme_columns\";s:1:\"2\";s:26:\"popular_posts_widget_count\";s:1:\"4\";s:28:\"popular_posts_products_count\";s:1:\"4\";s:38:\"popular_posts_widget_theme_meta_author\";s:2:\"on\";s:36:\"popular_posts_widget_theme_meta_date\";s:2:\"on\";s:40:\"popular_posts_widget_theme_meta_comments\";s:2:\"on\";s:39:\"popular_posts_products_theme_meta_price\";s:2:\"on\";s:40:\"popular_posts_products_theme_meta_rating\";s:2:\"on\";s:39:\"popular_posts_products_theme_meta_image\";s:2:\"on\";s:32:\"popular_posts_inline_after_count\";s:3:\"150\";s:36:\"popular_posts_inline_multiple_number\";s:1:\"3\";s:38:\"popular_posts_inline_multiple_distance\";s:3:\"250\";s:39:\"popular_posts_inline_multiple_min_words\";s:3:\"100\";s:31:\"popular_posts_inline_post_types\";a:1:{i:0;s:4:\"post\";}s:31:\"popular_posts_widget_post_types\";a:1:{i:0;s:4:\"post\";}s:19:\"verified_appearance\";s:5:\"light\";s:17:\"verified_position\";s:6:\"center\";}','auto'),(186,'monsterinsights_over_time','a:4:{s:17:\"installed_version\";s:5:\"9.2.0\";s:14:\"installed_date\";i:1730054918;s:13:\"installed_pro\";b:0;s:14:\"installed_lite\";i:1730054918;}','off'),(187,'monsterinsights_db_version','7.4.0','auto'),(188,'monsterinsights_current_version','9.2.0','auto'),(190,'monsterinsights_usage_tracking_config','a:6:{s:3:\"day\";i:1;s:4:\"hour\";i:22;s:6:\"minute\";i:12;s:6:\"second\";i:34;s:6:\"offset\";i:166354;s:8:\"initsend\";i:1759788754;}','auto'),(191,'monsterinsights_feedback_tracked_features','a:0:{}','auto'),(195,'omapi_review','a:2:{s:4:\"time\";i:1730054920;s:9:\"dismissed\";b:0;}','auto'),(198,'widget_optin-monster-api','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(201,'yoast_migrations_free','a:1:{s:7:\"version\";s:4:\"26.0\";}','auto'),(202,'wpseo','a:116:{s:8:\"tracking\";b:0;s:16:\"toggled_tracking\";b:0;s:22:\"license_server_version\";b:0;s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:1;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:13:\"first_install\";s:29:\"indexables_indexing_completed\";b:1;s:13:\"index_now_key\";s:0:\"\";s:7:\"version\";s:4:\"26.0\";s:16:\"previous_version\";s:4:\"25.9\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:0;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:34:\"inclusive_language_analysis_active\";b:0;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:16:\"enable_index_now\";b:1;s:19:\"enable_ai_generator\";b:1;s:22:\"ai_enabled_pre_default\";b:0;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1730054930;s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:6:{s:12:\"access_token\";s:40:\"NcMs6JQqaknTQQ8OWM3pJHiBTYRUWBNw0lzlti5e\";s:13:\"refresh_token\";s:40:\"li7brkuS6NtSAZvAU9yC2mYCjjvKK918M2MPiPvy\";s:7:\"expires\";i:1759601244;s:11:\"has_expired\";b:0;s:10:\"created_at\";i:1758996444;s:11:\"error_count\";i:0;}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:12:\"/%postname%/\";s:8:\"home_url\";s:29:\"https://aggressivegraphix.com\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:9:{s:13:\"product_brand\";s:5:\"brand\";s:12:\"product_type\";s:12:\"product_type\";s:18:\"product_visibility\";s:18:\"product_visibility\";s:11:\"product_cat\";s:16:\"product-category\";s:11:\"product_tag\";s:11:\"product-tag\";s:22:\"product_shipping_class\";s:22:\"product_shipping_class\";s:16:\"ogf_custom_fonts\";s:16:\"ogf_custom_fonts\";s:29:\"monsterinsights_note_category\";s:29:\"monsterinsights_note_category\";s:16:\"wpforms_form_tag\";s:16:\"wpforms_form_tag\";}s:29:\"enable_enhanced_slack_sharing\";b:1;s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;s:14:\"import_cursors\";a:0:{}s:13:\"workouts_data\";a:1:{s:13:\"configuration\";a:1:{s:13:\"finishedSteps\";a:0:{}}}s:28:\"configuration_finished_steps\";a:0:{}s:36:\"dismiss_configuration_workout_notice\";b:1;s:34:\"dismiss_premium_deactivated_notice\";b:0;s:19:\"importing_completed\";a:0:{}s:26:\"wincher_integration_active\";b:1;s:14:\"wincher_tokens\";a:0:{}s:36:\"wincher_automatically_add_keyphrases\";b:0;s:18:\"wincher_website_id\";s:0:\"\";s:18:\"first_time_install\";b:1;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";i:1730054930;s:18:\"remove_feed_global\";b:0;s:27:\"remove_feed_global_comments\";b:0;s:25:\"remove_feed_post_comments\";b:0;s:19:\"remove_feed_authors\";b:0;s:22:\"remove_feed_categories\";b:0;s:16:\"remove_feed_tags\";b:0;s:29:\"remove_feed_custom_taxonomies\";b:0;s:22:\"remove_feed_post_types\";b:0;s:18:\"remove_feed_search\";b:0;s:21:\"remove_atom_rdf_feeds\";b:0;s:17:\"remove_shortlinks\";b:0;s:21:\"remove_rest_api_links\";b:0;s:20:\"remove_rsd_wlw_links\";b:0;s:19:\"remove_oembed_links\";b:0;s:16:\"remove_generator\";b:0;s:20:\"remove_emoji_scripts\";b:0;s:24:\"remove_powered_by_header\";b:0;s:22:\"remove_pingback_header\";b:0;s:28:\"clean_campaign_tracking_urls\";b:0;s:16:\"clean_permalinks\";b:0;s:32:\"clean_permalinks_extra_variables\";s:0:\"\";s:14:\"search_cleanup\";b:0;s:20:\"search_cleanup_emoji\";b:0;s:23:\"search_cleanup_patterns\";b:0;s:22:\"search_character_limit\";i:50;s:20:\"deny_search_crawling\";b:0;s:21:\"deny_wp_json_crawling\";b:0;s:20:\"deny_adsbot_crawling\";b:0;s:19:\"deny_ccbot_crawling\";b:0;s:29:\"deny_google_extended_crawling\";b:0;s:20:\"deny_gptbot_crawling\";b:0;s:27:\"redirect_search_pretty_urls\";b:0;s:29:\"least_readability_ignore_list\";a:0:{}s:27:\"least_seo_score_ignore_list\";a:0:{}s:23:\"most_linked_ignore_list\";a:0:{}s:24:\"least_linked_ignore_list\";a:0:{}s:28:\"indexables_page_reading_list\";a:5:{i:0;b:0;i:1;b:0;i:2;b:0;i:3;b:0;i:4;b:0;}s:25:\"indexables_overview_state\";s:21:\"dashboard-not-visited\";s:28:\"last_known_public_post_types\";a:4:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:7:\"product\";i:3;s:6:\"envira\";}s:28:\"last_known_public_taxonomies\";a:7:{i:0;s:8:\"category\";i:1;s:8:\"post_tag\";i:2;s:11:\"post_format\";i:3;s:13:\"product_brand\";i:4;s:11:\"product_cat\";i:5;s:11:\"product_tag\";i:6;s:22:\"product_shipping_class\";}s:23:\"last_known_no_unindexed\";a:6:{s:40:\"wpseo_total_unindexed_post_type_archives\";i:1759503029;s:31:\"wpseo_unindexed_post_link_count\";i:1759503029;s:31:\"wpseo_unindexed_term_link_count\";i:1759503029;s:35:\"wpseo_total_unindexed_general_items\";i:1759503029;s:27:\"wpseo_total_unindexed_terms\";i:1758895745;s:27:\"wpseo_total_unindexed_posts\";i:1758895745;}s:14:\"new_post_types\";a:1:{i:3;s:6:\"envira\";}s:14:\"new_taxonomies\";a:1:{i:3;s:13:\"product_brand\";}s:34:\"show_new_content_type_notification\";b:1;s:44:\"site_kit_configuration_permanently_dismissed\";b:0;s:18:\"site_kit_connected\";b:0;s:37:\"site_kit_tracking_setup_widget_loaded\";s:2:\"no\";s:41:\"site_kit_tracking_first_interaction_stage\";s:0:\"\";s:40:\"site_kit_tracking_last_interaction_stage\";s:0:\"\";s:52:\"site_kit_tracking_setup_widget_temporarily_dismissed\";s:2:\"no\";s:52:\"site_kit_tracking_setup_widget_permanently_dismissed\";s:2:\"no\";s:31:\"google_site_kit_feature_enabled\";b:0;s:25:\"ai_free_sparks_started_on\";N;s:15:\"enable_llms_txt\";b:0;s:15:\"last_updated_on\";i:1758643414;}','auto'),(203,'wpseo_titles','a:129:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:1;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:2:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:22:\"company_alternate_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:24:\"publishing_principles_id\";i:0;s:25:\"ownership_funding_info_id\";i:0;s:29:\"actionable_feedback_policy_id\";i:0;s:21:\"corrections_policy_id\";i:0;s:16:\"ethics_policy_id\";i:0;s:19:\"diversity_policy_id\";i:0;s:28:\"diversity_staffing_report_id\";i:0;s:15:\"org-description\";s:0:\"\";s:9:\"org-email\";s:0:\"\";s:9:\"org-phone\";s:0:\"\";s:14:\"org-legal-name\";s:0:\"\";s:17:\"org-founding-date\";s:0:\"\";s:20:\"org-number-employees\";s:0:\"\";s:10:\"org-vat-id\";s:0:\"\";s:10:\"org-tax-id\";s:0:\"\";s:7:\"org-iso\";s:0:\"\";s:8:\"org-duns\";s:0:\"\";s:11:\"org-leicode\";s:0:\"\";s:9:\"org-naics\";s:0:\"\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:26:\"taxonomy-category-ptparent\";i:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:26:\"taxonomy-post_tag-ptparent\";i:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:29:\"taxonomy-post_format-ptparent\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:0;s:17:\"company_logo_meta\";b:0;s:16:\"person_logo_meta\";b:0;s:29:\"open_graph_frontpage_image_id\";i:0;}','auto'),(204,'wpseo_social','a:20:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";s:17:\"other_social_urls\";a:0:{}s:12:\"mastodon_url\";s:0:\"\";}','auto'),(211,'om_notifications','a:4:{s:7:\"updated\";i:1734539931;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','off'),(212,'optinmonster_upgrade_completed','2.16.13','auto'),(214,'jetpack_activated','1','auto'),(217,'jetpack_activation_source','a:2:{i:0;s:7:\"unknown\";i:1;N;}','auto'),(218,'jetpack_sync_settings_disable','0','on'),(219,'jetpack_options','a:10:{s:11:\"old_version\";s:17:\"15.0.2:1759324895\";s:2:\"id\";i:238438928;s:6:\"public\";i:1;s:27:\"recommendations_conditional\";a:3:{i:0;s:11:\"backup-plan\";i:1;s:7:\"protect\";i:2;s:5:\"boost\";}s:14:\"last_heartbeat\";i:1759431062;s:27:\"historically_active_modules\";a:3:{i:0;s:7:\"creator\";i:1;s:6:\"extras\";i:2;s:5:\"stats\";}s:26:\"identity_crisis_url_secret\";a:2:{s:6:\"secret\";s:12:\"r1l1LPUa1W41\";s:10:\"expires_at\";s:10:\"1742869976\";}s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;s:7:\"version\";s:17:\"15.0.2:1759324895\";}','auto'),(220,'jetpack_affiliate_code','86241','auto'),(225,'jetpack_available_modules','a:1:{s:6:\"15.0.2\";a:43:{s:18:\"account-protection\";s:4:\"14.5\";s:5:\"blaze\";s:4:\"12.3\";s:6:\"blocks\";s:8:\"13.9-a.8\";s:8:\"carousel\";s:3:\"1.5\";s:13:\"comment-likes\";s:3:\"5.1\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:9:\"copy-post\";s:3:\"7.0\";s:20:\"custom-content-types\";s:3:\"3.1\";s:12:\"google-fonts\";s:6:\"10.8.0\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:5:\"likes\";s:3:\"2.2\";s:8:\"markdown\";s:3:\"2.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"photon-cdn\";s:3:\"6.6\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:9:\"post-list\";s:4:\"11.3\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:6:\"search\";s:3:\"5.0\";s:9:\"seo-tools\";s:3:\"4.4\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:3:\"waf\";s:4:\"10.9\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";s:21:\"woocommerce-analytics\";s:3:\"8.4\";s:7:\"wordads\";s:5:\"4.5.0\";}}','auto'),(227,'jetpack_sync_https_history_home_url','a:5:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}','auto'),(228,'jetpack_sync_https_history_site_url','a:5:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}','auto'),(229,'_transient_jetpack_autoloader_plugin_paths','a:2:{i:0;s:25:\"{{WP_PLUGIN_DIR}}/jetpack\";i:1;s:29:\"{{WP_PLUGIN_DIR}}/woocommerce\";}','on'),(230,'jetpack_tos_agreed','1','auto'),(232,'_transient_jetpack_assumed_site_creation_date','2024-10-27 18:47:56','on'),(233,'jetpack_package_versions','a:6:{s:6:\"backup\";s:6:\"4.2.19\";s:10:\"connection\";s:6:\"6.18.5\";s:4:\"sync\";s:6:\"4.21.1\";s:6:\"search\";s:7:\"0.52.15\";s:10:\"videopress\";s:6:\"0.32.3\";s:5:\"stats\";s:6:\"0.17.2\";}','auto'),(234,'jetpack_private_options','a:1:{s:10:\"blog_token\";s:65:\"43!kw1@gp*ryvKyu&RvG@GAKtYpzY6Zf.@Z1D3Tu*&#B6Zt*3mt)elI*QKuZ!B%E*\";}','auto'),(235,'jetpack_active_modules','a:11:{i:0;s:5:\"blaze\";i:1;s:6:\"blocks\";i:2;s:12:\"contact-form\";i:3;s:8:\"json-api\";i:4;s:7:\"protect\";i:5;s:5:\"stats\";i:6;s:21:\"woocommerce-analytics\";i:7;s:6:\"photon\";i:8;s:3:\"sso\";i:9;s:5:\"notes\";i:10;s:18:\"account-protection\";}','auto'),(237,'jetpack_protect_key','489e0856d11cecc6a090ab776ab819847faf26af','off'),(240,'jetpack_unique_registrations','22','auto'),(241,'jetpack_sync_settings_custom_queue_table_enabled','1','on'),(242,'jetpack_sync_settings_max_queue_size','5000','on'),(243,'jetpack_sync_settings_max_queue_lag','7200','on'),(245,'jetpack_sync_settings_dequeue_max_bytes','500000','on'),(246,'jetpack_sync_settings_upload_max_bytes','600000','on'),(247,'jetpack_sync_settings_upload_max_rows','500','on'),(248,'jetpack_sync_settings_sync_wait_time','10','on'),(249,'jetpack_sync_settings_sync_wait_threshold','10','on'),(250,'jetpack_sync_settings_enqueue_wait_time','1','on'),(251,'jetpack_sync_settings_queue_max_writes_sec','100','on'),(252,'jetpack_sync_settings_post_types_blacklist','a:39:{i:0;s:10:\"_term_meta\";i:1;s:11:\"ai1ec_event\";i:2;s:6:\"ai_log\";i:3;s:17:\"amp_validated_url\";i:4;s:9:\"bwg_album\";i:5;s:11:\"bwg_gallery\";i:6;s:19:\"customize_changeset\";i:7;s:12:\"dn_wp_yt_log\";i:8;s:16:\"flamingo_contact\";i:9;s:16:\"flamingo_inbound\";i:10;s:17:\"flamingo_outbound\";i:11;s:4:\"http\";i:12;s:8:\"idx_page\";i:13;s:19:\"jetpack_inspect_log\";i:14;s:17:\"jetpack_migration\";i:15;s:14:\"jp_img_sitemap\";i:16;s:20:\"jp_img_sitemap_index\";i:17;s:10:\"jp_sitemap\";i:18;s:16:\"jp_sitemap_index\";i:19;s:17:\"jp_sitemap_master\";i:20;s:14:\"jp_vid_sitemap\";i:21;s:20:\"jp_vid_sitemap_index\";i:22;s:11:\"msm_sitemap\";i:23;s:17:\"postman_sent_mail\";i:24;s:10:\"rssap-feed\";i:25;s:15:\"rssmi_feed_item\";i:26;s:16:\"scheduled-action\";i:27;s:20:\"secupress_log_action\";i:28;s:17:\"sg_optimizer_jobs\";i:29;s:14:\"sl-insta-media\";i:30;s:6:\"snitch\";i:31;s:19:\"vip-legacy-redirect\";i:32;s:15:\"wp-rest-api-log\";i:33;s:12:\"wp_automatic\";i:34;s:6:\"wp_log\";i:35;s:17:\"wpephpcompat_jobs\";i:36;s:15:\"wprss_feed_item\";i:37;s:18:\"memberships_coupon\";i:38;s:16:\"memberships_gift\";}','on'),(256,'jetpack_sync_settings_dedicated_sync_enabled','1','on'),(258,'jetpack_sync_settings_taxonomies_blacklist','a:149:{i:0;s:9:\"ancestors\";i:1;s:13:\"archives_link\";i:2;s:13:\"attached_file\";i:3;s:14:\"attached_media\";i:4;s:19:\"attached_media_args\";i:5;s:10:\"attachment\";i:6;s:19:\"available_languages\";i:7;s:6:\"avatar\";i:8;s:20:\"avatar_comment_types\";i:9;s:11:\"avatar_data\";i:10;s:10:\"avatar_url\";i:11;s:12:\"bloginfo_rss\";i:12;s:13:\"blogs_of_user\";i:13;s:13:\"bookmark_link\";i:14;s:9:\"bookmarks\";i:15;s:8:\"calendar\";i:16;s:13:\"canonical_url\";i:17;s:19:\"categories_per_page\";i:18;s:19:\"categories_taxonomy\";i:19;s:13:\"category_form\";i:20;s:20:\"category_form_fields\";i:21;s:17:\"category_form_pre\";i:22;s:7:\"comment\";i:23;s:10:\"comment_ID\";i:24;s:14:\"comment_author\";i:25;s:17:\"comment_author_IP\";i:26;s:20:\"comment_author_email\";i:27;s:19:\"comment_author_link\";i:28;s:18:\"comment_author_url\";i:29;s:23:\"comment_author_url_link\";i:30;s:12:\"comment_date\";i:31;s:15:\"comment_excerpt\";i:32;s:12:\"comment_link\";i:33;s:20:\"comment_misc_actions\";i:34;s:12:\"comment_text\";i:35;s:12:\"comment_time\";i:36;s:12:\"comment_type\";i:37;s:13:\"comments_link\";i:38;s:15:\"comments_number\";i:39;s:21:\"comments_pagenum_link\";i:40;s:11:\"custom_logo\";i:41;s:8:\"date_sql\";i:42;s:22:\"default_comment_status\";i:43;s:16:\"delete_post_link\";i:44;s:18:\"edit_bookmark_link\";i:45;s:17:\"edit_comment_link\";i:46;s:14:\"edit_post_link\";i:47;s:13:\"edit_tag_link\";i:48;s:14:\"edit_term_link\";i:49;s:14:\"edit_user_link\";i:50;s:8:\"enclosed\";i:51;s:15:\"feed_build_date\";i:52;s:13:\"form_advanced\";i:53;s:17:\"form_after_editor\";i:54;s:16:\"form_after_title\";i:55;s:21:\"form_before_permalink\";i:56;s:8:\"form_top\";i:57;s:18:\"handle_product_cat\";i:58;s:16:\"header_image_tag\";i:59;s:16:\"header_video_url\";i:60;s:9:\"image_tag\";i:61;s:15:\"image_tag_class\";i:62;s:12:\"lastpostdate\";i:63;s:16:\"lastpostmodified\";i:64;s:4:\"link\";i:65;s:18:\"link_category_form\";i:66;s:25:\"link_category_form_fields\";i:67;s:22:\"link_category_form_pre\";i:68;s:15:\"main_network_id\";i:69;s:5:\"media\";i:70;s:15:\"media_item_args\";i:71;s:7:\"ms_user\";i:72;s:7:\"network\";i:73;s:12:\"object_terms\";i:74;s:6:\"option\";i:75;s:4:\"page\";i:76;s:9:\"page_form\";i:77;s:15:\"page_of_comment\";i:78;s:8:\"page_uri\";i:79;s:12:\"pagenum_link\";i:80;s:5:\"pages\";i:81;s:6:\"plugin\";i:82;s:4:\"post\";i:83;s:14:\"post_galleries\";i:84;s:12:\"post_gallery\";i:85;s:9:\"post_link\";i:86;s:18:\"post_modified_time\";i:87;s:11:\"post_status\";i:88;s:9:\"post_time\";i:89;s:8:\"postmeta\";i:90;s:14:\"posts_per_page\";i:91;s:19:\"product_search_form\";i:92;s:11:\"profile_url\";i:93;s:4:\"pung\";i:94;s:9:\"role_list\";i:95;s:16:\"sample_permalink\";i:96;s:21:\"sample_permalink_html\";i:97;s:8:\"schedule\";i:98;s:11:\"search_form\";i:99;s:12:\"search_query\";i:100;s:9:\"shortlink\";i:101;s:4:\"site\";i:102;s:18:\"site_email_content\";i:103;s:13:\"site_icon_url\";i:104;s:11:\"site_option\";i:105;s:13:\"space_allowed\";i:106;s:3:\"tag\";i:107;s:8:\"tag_form\";i:108;s:15:\"tag_form_fields\";i:109;s:12:\"tag_form_pre\";i:110;s:8:\"tag_link\";i:111;s:4:\"tags\";i:112;s:13:\"tags_per_page\";i:113;s:4:\"term\";i:114;s:9:\"term_link\";i:115;s:18:\"term_relationships\";i:116;s:15:\"term_taxonomies\";i:117;s:13:\"term_taxonomy\";i:118;s:5:\"terms\";i:119;s:10:\"terms_args\";i:120;s:14:\"terms_defaults\";i:121;s:12:\"terms_fields\";i:122;s:13:\"terms_orderby\";i:123;s:23:\"the_archive_description\";i:124;s:17:\"the_archive_title\";i:125;s:14:\"the_categories\";i:126;s:8:\"the_date\";i:127;s:11:\"the_excerpt\";i:128;s:8:\"the_guid\";i:129;s:17:\"the_modified_date\";i:130;s:17:\"the_modified_time\";i:131;s:25:\"the_post_type_description\";i:132;s:8:\"the_tags\";i:133;s:9:\"the_terms\";i:134;s:8:\"the_time\";i:135;s:21:\"theme_starter_content\";i:136;s:7:\"to_ping\";i:137;s:4:\"user\";i:138;s:17:\"user_created_user\";i:139;s:9:\"user_form\";i:140;s:12:\"user_profile\";i:141;s:19:\"user_profile_update\";i:142;s:8:\"usermeta\";i:143;s:12:\"usernumposts\";i:144;s:12:\"users_drafts\";i:145;s:7:\"webhook\";i:146;s:6:\"widget\";i:147;s:19:\"woocommerce_archive\";i:148;s:12:\"wp_title_rss\";}','on'),(260,'jetpack_sync_settings_render_filtered_content','0','on'),(261,'jetpack_sync_settings_post_meta_whitelist','a:131:{i:0;s:24:\"_feedback_akismet_values\";i:1;s:15:\"_feedback_email\";i:2;s:22:\"_feedback_extra_fields\";i:3;s:21:\"_g_feedback_shortcode\";i:4;s:23:\"_jetpack_post_thumbnail\";i:5;s:25:\"_last_editor_used_jetpack\";i:6;s:18:\"_menu_item_classes\";i:7;s:27:\"_menu_item_menu_item_parent\";i:8;s:17:\"_menu_item_object\";i:9;s:20:\"_menu_item_object_id\";i:10;s:19:\"_menu_item_orphaned\";i:11;s:15:\"_menu_item_type\";i:12;s:14:\"_menu_item_xfn\";i:13;s:24:\"_publicize_facebook_user\";i:14;s:23:\"_publicize_twitter_user\";i:15;s:13:\"_thumbnail_id\";i:16;s:17:\"_wp_attached_file\";i:17;s:27:\"_wp_attachment_backup_sizes\";i:18;s:22:\"_wp_attachment_context\";i:19;s:24:\"_wp_attachment_image_alt\";i:20;s:35:\"_wp_attachment_is_custom_background\";i:21;s:31:\"_wp_attachment_is_custom_header\";i:22;s:23:\"_wp_attachment_metadata\";i:23;s:17:\"_wp_page_template\";i:24;s:30:\"_wp_trash_meta_comments_status\";i:25;s:21:\"_wpas_feature_enabled\";i:26;s:10:\"_wpas_mess\";i:27;s:13:\"_wpas_options\";i:28;s:24:\"advanced_seo_description\";i:29;s:13:\"content_width\";i:30;s:14:\"custom_css_add\";i:31;s:23:\"custom_css_preprocessor\";i:32;s:9:\"enclosure\";i:33;s:9:\"imagedata\";i:34;s:10:\"nova_price\";i:35;s:17:\"publicize_results\";i:36;s:16:\"sharing_disabled\";i:37;s:18:\"switch_like_status\";i:38;s:15:\"videopress_guid\";i:39;s:18:\"vimeo_poster_image\";i:40;s:28:\"_jetpack_blogging_prompt_key\";i:41;s:9:\"footnotes\";i:42;s:42:\"_jetpack_memberships_contains_paid_content\";i:43;s:25:\"jetpack_memberships_price\";i:44;s:28:\"jetpack_memberships_currency\";i:45;s:35:\"jetpack_memberships_site_subscriber\";i:46;s:30:\"jetpack_memberships_product_id\";i:47;s:24:\"jetpack_memberships_tier\";i:48;s:30:\"jetpack_memberships_is_deleted\";i:49;s:32:\"jetpack_memberships_is_sandboxed\";i:50;s:14:\"spay_paypal_id\";i:51;s:11:\"spay_status\";i:52;s:15:\"spay_product_id\";i:53;s:13:\"spay_quantity\";i:54;s:10:\"spay_price\";i:55;s:19:\"spay_customer_email\";i:56;s:13:\"spay_currency\";i:57;s:8:\"spay_cta\";i:58;s:10:\"spay_email\";i:59;s:13:\"spay_multiple\";i:60;s:20:\"spay_formatted_price\";i:103;s:11:\"_visibility\";i:104;s:4:\"_sku\";i:105;s:6:\"_price\";i:106;s:14:\"_regular_price\";i:107;s:11:\"_sale_price\";i:108;s:22:\"_sale_price_dates_from\";i:109;s:20:\"_sale_price_dates_to\";i:110;s:11:\"total_sales\";i:111;s:11:\"_tax_status\";i:112;s:10:\"_tax_class\";i:113;s:13:\"_manage_stock\";i:114;s:11:\"_backorders\";i:115;s:18:\"_sold_individually\";i:116;s:7:\"_weight\";i:117;s:7:\"_length\";i:118;s:6:\"_width\";i:119;s:7:\"_height\";i:120;s:11:\"_upsell_ids\";i:121;s:14:\"_crosssell_ids\";i:122;s:14:\"_purchase_note\";i:123;s:19:\"_default_attributes\";i:124;s:19:\"_product_attributes\";i:125;s:8:\"_virtual\";i:126;s:13:\"_downloadable\";i:127;s:15:\"_download_limit\";i:128;s:16:\"_download_expiry\";i:129;s:9:\"_featured\";i:130;s:19:\"_downloadable_files\";i:131;s:16:\"_wc_rating_count\";i:132;s:18:\"_wc_average_rating\";i:133;s:16:\"_wc_review_count\";i:134;s:22:\"_variation_description\";i:136;s:11:\"_file_paths\";i:137;s:22:\"_product_image_gallery\";i:138;s:16:\"_product_version\";i:139;s:12:\"_wp_old_slug\";i:140;s:10:\"_order_key\";i:141;s:15:\"_order_currency\";i:142;s:13:\"_billing_city\";i:143;s:14:\"_billing_state\";i:144;s:17:\"_billing_postcode\";i:145;s:16:\"_billing_country\";i:146;s:14:\"_shipping_city\";i:147;s:15:\"_shipping_state\";i:148;s:18:\"_shipping_postcode\";i:149;s:17:\"_shipping_country\";i:150;s:15:\"_completed_date\";i:151;s:10:\"_paid_date\";i:152;s:14:\"_cart_discount\";i:153;s:18:\"_cart_discount_tax\";i:154;s:15:\"_order_shipping\";i:155;s:19:\"_order_shipping_tax\";i:156;s:10:\"_order_tax\";i:157;s:12:\"_order_total\";i:158;s:15:\"_payment_method\";i:159;s:21:\"_payment_method_title\";i:160;s:12:\"_created_via\";i:161;s:14:\"_order_version\";i:162;s:19:\"_prices_include_tax\";i:163;s:15:\"_date_completed\";i:164;s:10:\"_date_paid\";i:165;s:15:\"_payment_tokens\";i:166;s:15:\"_recorded_sales\";i:167;s:29:\"_recorded_coupon_usage_counts\";i:168;s:29:\"_download_permissions_granted\";i:169;s:20:\"_order_stock_reduced\";i:170;s:10:\"_cart_hash\";i:172;s:14:\"_refund_amount\";i:173;s:12:\"_refunded_by\";i:174;s:14:\"_refund_reason\";}','on'),(263,'jetpack_sync_settings_comment_meta_whitelist','a:5:{i:0;s:9:\"hc_avatar\";i:1;s:18:\"hc_foreign_user_id\";i:2;s:10:\"hc_post_as\";i:3;s:15:\"hc_wpcom_id_sig\";i:8;s:6:\"rating\";}','on'),(265,'jetpack_sync_settings_max_enqueue_full_sync','100','on'),(266,'jetpack_sync_settings_max_queue_size_full_sync','1000','on'),(267,'jetpack_sync_settings_sync_via_cron','1','on'),(268,'jetpack_sync_settings_cron_sync_time_limit','240','on'),(269,'jetpack_sync_settings_known_importers','a:6:{s:16:\"Blogger_Importer\";s:7:\"blogger\";s:13:\"LJ_API_Import\";s:11:\"livejournal\";s:9:\"MT_Import\";s:2:\"mt\";s:10:\"RSS_Import\";s:3:\"rss\";s:20:\"WC_Tax_Rate_Importer\";s:12:\"woo-tax-rate\";s:9:\"WP_Import\";s:9:\"wordpress\";}','on'),(270,'jetpack_sync_settings_term_relationships_full_sync_item_size','100','on'),(271,'jetpack_sync_settings_sync_sender_enabled','1','on'),(272,'jetpack_sync_settings_full_sync_sender_enabled','1','on'),(273,'jetpack_sync_settings_full_sync_send_duration','9','on'),(274,'jetpack_sync_settings_full_sync_limits','a:7:{s:8:\"comments\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:10;}s:5:\"posts\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:1;}s:18:\"term_relationships\";a:2:{s:10:\"chunk_size\";i:1000;s:10:\"max_chunks\";i:10;}s:5:\"terms\";a:2:{s:10:\"chunk_size\";i:1000;s:10:\"max_chunks\";i:10;}s:5:\"users\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:10;}s:11:\"woocommerce\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:10;}s:23:\"woocommerce_hpos_orders\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:10;}}','on'),(275,'jetpack_sync_settings_checksum_disable','0','on'),(276,'jetpack_sync_settings_wpcom_rest_api_enabled','1','on'),(280,'jetpack_plugin_api_action_links','a:11:{s:33:\"envira-gallery/envira-gallery.php\";a:3:{s:5:\"Tools\";s:90:\"https://aggressivegraphix.com/wp-admin/edit.php?post_type=envira&page=envira-gallery-tools\";s:6:\"Addons\";s:91:\"https://aggressivegraphix.com/wp-admin/edit.php?post_type=envira&page=envira-gallery-addons\";s:8:\"Settings\";s:93:\"https://aggressivegraphix.com/wp-admin/edit.php?post_type=envira&page=envira-gallery-settings\";}s:45:\"olympus-google-fonts/olympus-google-fonts.php\";a:3:{s:8:\"Settings\";s:90:\"https://aggressivegraphix.com/wp-admin/customize.php?autofocus%5Bpanel%5D=ogf_google_fonts\";s:13:\"Documentation\";s:28:\"https://docs.fontsplugin.com\";s:14:\"Upgrade to Pro\";s:93:\"https://fontsplugin.com/pro-upgrade/?utm_source=plugin&utm_medium=wpadmin&utm_campaign=upsell\";}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";a:4:{s:23:\"Get MonsterInsights Pro\";s:126:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=all-plugins&utm_campaign=upgrade-link&utm_content=9.8.0\";s:8:\"Settings\";s:78:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_settings\";s:7:\"Support\";s:139:\"https://www.monsterinsights.com/lite-support/?utm_source=liteplugin&utm_medium=all-plugins&utm_campaign=lite-support-link&utm_content=9.8.0\";s:13:\"Documentation\";s:121:\"https://www.monsterinsights.com/docs/?utm_source=liteplugin&utm_medium=all-plugins&utm_campaign=kb-link&utm_content=9.8.0\";}s:19:\"jetpack/jetpack.php\";a:2:{s:10:\"My Jetpack\";s:64:\"https://aggressivegraphix.com/wp-admin/admin.php?page=my-jetpack\";s:8:\"Settings\";s:71:\"https://aggressivegraphix.com/wp-admin/admin.php?page=jetpack#/settings\";}s:77:\"product-configurator-for-woocommerce/woocommerce-mkl-product-configurator.php\";a:1:{s:8:\"Settings\";s:79:\"https://aggressivegraphix.com/wp-admin/options-general.php?page=mkl_pc_settings\";}s:55:\"bluehost-wordpress-plugin/bluehost-wordpress-plugin.php\";a:2:{s:4:\"Home\";s:176:\"https://aggressivegraphix.com/wp-admin/admin.php?page=bluehost&channelid=P99C100S1N0B3003A151D115E0000V111&utm_medium=bluehost_plugin&utm_source=%2Fwp-admin%2Fplugins.php#/home\";s:8:\"Settings\";s:180:\"https://aggressivegraphix.com/wp-admin/admin.php?page=bluehost&channelid=P99C100S1N0B3003A151D115E0000V111&utm_medium=bluehost_plugin&utm_source=%2Fwp-admin%2Fplugins.php#/settings\";}s:27:\"woocommerce/woocommerce.php\";a:1:{s:8:\"Settings\";s:65:\"https://aggressivegraphix.com/wp-admin/admin.php?page=wc-settings\";}s:59:\"woocommerce-paypal-payments/woocommerce-paypal-payments.php\";a:1:{s:8:\"Settings\";s:124:\"https://aggressivegraphix.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=ppcp-gateway&ppcp-tab=ppcp-connection\";}s:39:\"wp-file-manager/file_folder_manager.php\";a:2:{s:7:\"Buy Pro\";s:47:\"https://filemanagerpro.io/product/file-manager/\";s:6:\"Donate\";s:54:\"http://www.webdesi9.com/donate/?plugin=wp-file-manager\";}s:19:\"wpforms/wpforms.php\";a:3:{s:8:\"Settings\";s:70:\"https://aggressivegraphix.com/wp-admin/admin.php?page=wpforms-settings\";s:7:\"Support\";s:120:\"https://wpforms.com/account/support/?utm_content=Support&utm_campaign=plugin&utm_medium=all-plugins&utm_source=WordPress\";s:4:\"Docs\";s:115:\"https://wpforms.com/docs/?utm_content=Documentation&utm_campaign=plugin&utm_medium=all-plugins&utm_source=WordPress\";}s:24:\"wordpress-seo/wp-seo.php\";a:4:{s:11:\"Get Premium\";s:148:\"https://yoa.st/1yb?php_version=8.3&platform=wordpress&platform_version=6.8.3&software=free&software_version=26.0&days_active=341&user_language=en_US\";s:36:\"Finish your first-time configuration\";s:95:\"https://aggressivegraphix.com/wp-admin/admin.php?page=wpseo_dashboard#/first-time-configuration\";s:3:\"FAQ\";s:148:\"https://yoa.st/1yc?php_version=8.3&platform=wordpress&platform_version=6.8.3&software=free&software_version=26.0&days_active=341&user_language=en_US\";s:8:\"Settings\";s:69:\"https://aggressivegraphix.com/wp-admin/admin.php?page=wpseo_dashboard\";}}','auto'),(281,'jetpack_search_plan_info','a:3:{s:23:\"supports_instant_search\";b:0;s:28:\"supports_only_classic_search\";b:0;s:15:\"supports_search\";b:0;}','auto'),(283,'jetpack_testimonial','0','auto'),(299,'jetpack_constants_sync_checksum','a:33:{s:7:\"ABSPATH\";i:3481683204;s:17:\"ALTERNATE_WP_CRON\";i:634125391;s:16:\"ATOMIC_CLIENT_ID\";i:634125391;s:26:\"AUTOMATIC_UPDATER_DISABLED\";i:634125391;s:15:\"DISABLE_WP_CRON\";i:634125391;s:18:\"DISALLOW_FILE_EDIT\";i:634125391;s:18:\"DISALLOW_FILE_MODS\";i:634125391;s:16:\"EMPTY_TRASH_DAYS\";i:1790921346;s:9:\"FS_METHOD\";i:634125391;s:12:\"IS_PRESSABLE\";i:634125391;s:16:\"JETPACK__VERSION\";i:13341953;s:11:\"PHP_VERSION\";i:3046930788;s:19:\"WP_ACCESSIBLE_HOSTS\";i:634125391;s:19:\"WP_AUTO_UPDATE_CORE\";i:4261170317;s:14:\"WP_CONTENT_DIR\";i:2429539085;s:20:\"WP_CRON_LOCK_TIMEOUT\";i:289485416;s:8:\"WP_DEBUG\";i:734881840;s:22:\"WP_HTTP_BLOCK_EXTERNAL\";i:634125391;s:19:\"WP_MAX_MEMORY_LIMIT\";i:1839787262;s:15:\"WP_MEMORY_LIMIT\";i:3065409971;s:17:\"WP_POST_REVISIONS\";i:2322626082;s:14:\"WC_PLUGIN_FILE\";i:3847740039;s:10:\"WC_ABSPATH\";i:3499488372;s:18:\"WC_PLUGIN_BASENAME\";i:1149093810;s:10:\"WC_VERSION\";i:4195339321;s:19:\"WOOCOMMERCE_VERSION\";i:4195339321;s:21:\"WC_ROUNDING_PRECISION\";i:498629140;s:25:\"WC_DISCOUNT_ROUNDING_MODE\";i:450215437;s:20:\"WC_TAX_ROUNDING_MODE\";i:2212294583;s:12:\"WC_DELIMITER\";i:2455911554;s:10:\"WC_LOG_DIR\";i:3250022426;s:22:\"WC_SESSION_CACHE_GROUP\";i:4278978988;s:22:\"WC_TEMPLATE_DEBUG_MODE\";i:734881840;}','auto'),(303,'jetpack_sync_https_history_main_network_site_url','a:5:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}','auto'),(344,'jetpack_callables_sync_checksum','a:42:{s:21:\"get_loaded_extensions\";i:2543157406;s:11:\"get_plugins\";i:2335827255;s:10:\"get_themes\";i:220793599;s:24:\"get_plugins_action_links\";i:3978093324;s:28:\"has_file_system_write_access\";i:4261170317;s:8:\"home_url\";i:2406512202;s:16:\"hosting_provider\";i:769900095;s:12:\"is_fse_theme\";i:4261170317;s:15:\"is_main_network\";i:734881840;s:13:\"is_multi_site\";i:734881840;s:21:\"is_version_controlled\";i:734881840;s:6:\"locale\";i:110763218;s:17:\"main_network_site\";i:2406512202;s:26:\"main_network_site_wpcom_id\";i:3560777218;s:14:\"paused_plugins\";i:223132457;s:13:\"paused_themes\";i:223132457;s:18:\"post_type_features\";i:15785299;s:10:\"post_types\";i:36794776;s:27:\"rest_api_allowed_post_types\";i:1589598350;s:32:\"rest_api_allowed_public_metadata\";i:3610467939;s:5:\"roles\";i:2924539767;s:10:\"shortcodes\";i:3132217345;s:13:\"site_icon_url\";i:3775054373;s:8:\"site_url\";i:2406512202;s:10:\"taxonomies\";i:83284004;s:13:\"theme_support\";i:1267730987;s:8:\"timezone\";i:3808505409;s:23:\"wp_get_environment_type\";i:1138987844;s:18:\"wp_max_upload_size\";i:1819132959;s:10:\"wp_version\";i:1339759982;s:14:\"active_modules\";i:783751561;s:27:\"jetpack_sync_active_modules\";i:2678548844;s:16:\"single_user_site\";i:734881840;s:7:\"updates\";i:2903718415;s:24:\"available_jetpack_blocks\";i:104576797;s:24:\"sso_is_two_step_required\";i:734881840;s:26:\"sso_should_hide_login_form\";i:734881840;s:18:\"sso_match_by_email\";i:4261170317;s:21:\"sso_new_user_override\";i:734881840;s:29:\"sso_bypass_default_login_form\";i:734881840;s:33:\"jetpack_connection_active_plugins\";i:3616279376;s:24:\"jetpack_package_versions\";i:1136022250;}','no'),(345,'jpsq_sync_checkout','0:0','no'),(351,'jp_sync_lock_full_sync','','off'),(352,'jpsq_sync-1730054948.582647-136235-5','a:6:{i:0;s:14:\"updated_option\";i:1;a:3:{i:0;s:48:\"jetpack_sync_settings_custom_queue_table_enabled\";i:1;s:1:\"0\";i:2;i:1;}i:2;i:0;i:3;d:1730054948.582294940948486328125;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:0;s:12:\"display_name\";N;s:10:\"user_email\";N;s:10:\"user_roles\";a:0:{}s:15:\"translated_role\";N;s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:1;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:0;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:267:\"https://aggressivegraphix.com/?rest_route=%2Fjetpack%2Fv4%2Fsync%2Fsettings&_for=jetpack&token=%26so5FhwrTpZHg%40BXpo8%2A1%25%5EsE6kh1EMB%3A1%3A0&timestamp=1730054947&nonce=SvqDt43yjR&body-hash=p03riSqJgAEbjpEe4NzGVpfkolQ%3D&signature=4O%2FA1DRxQveh1mNrcxvm4UlgeuU%3D\";}}','no'),(353,'jpsq_sync-1730054948.601153-136235-6','a:6:{i:0;s:14:\"updated_option\";i:1;a:3:{i:0;s:44:\"jetpack_sync_settings_wpcom_rest_api_enabled\";i:1;s:1:\"0\";i:2;i:0;}i:2;i:0;i:3;d:1730054948.6006801128387451171875;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:0;s:12:\"display_name\";N;s:10:\"user_email\";N;s:10:\"user_roles\";a:0:{}s:15:\"translated_role\";N;s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:1;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:0;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:267:\"https://aggressivegraphix.com/?rest_route=%2Fjetpack%2Fv4%2Fsync%2Fsettings&_for=jetpack&token=%26so5FhwrTpZHg%40BXpo8%2A1%25%5EsE6kh1EMB%3A1%3A0&timestamp=1730054947&nonce=SvqDt43yjR&body-hash=p03riSqJgAEbjpEe4NzGVpfkolQ%3D&signature=4O%2FA1DRxQveh1mNrcxvm4UlgeuU%3D\";}}','no'),(354,'jetpack_next_sync_time_full-sync-enqueue','1742869701','on'),(356,'jp_sync_retry_after_immediate-send','','off'),(357,'jp_sync_error_log_immediate-send','a:5:{s:15:\"1730054948.7655\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:27:\"concurrent_processing_error\";a:1:{i:0;s:61:\"There is another sync processing running for the same blog ID\";}}s:10:\"error_data\";a:1:{s:27:\"concurrent_processing_error\";a:5:{s:7:\"headers\";a:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sun, 27 Oct 2024 18:49:08 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"vary\";a:2:{i:0;s:15:\"Accept-Encoding\";i:1;s:20:\"accept, content-type\";}s:8:\"x-hacker\";s:62:\"Want root?  Visit join.a8c.com/hacker and mention this header.\";s:11:\"host-header\";s:13:\"WordPress.com\";s:22:\"jetpack-dedicated-sync\";s:2:\"on\";s:16:\"content-encoding\";s:2:\"br\";s:4:\"x-ac\";s:17:\"2.den _dfw BYPASS\";s:25:\"strict-transport-security\";s:16:\"max-age=31536000\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";}s:4:\"body\";s:472:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<methodResponse>\n  <fault>\n    <value>\n      <struct>\n        <member>\n          <name>faultCode</name>\n          <value><int>400</int></value>\n        </member>\n        <member>\n          <name>faultString</name>\n          <value><string>Jetpack: [concurrent_processing_error] There is another sync processing running for the same blog ID</string></value>\n        </member>\n      </struct>\n    </value>\n  </fault>\n</methodResponse>\n\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:0:{}s:8:\"filename\";N;}}s:18:\"\0*\0additional_data\";a:1:{s:27:\"concurrent_processing_error\";a:1:{i:0;i:400;}}}s:15:\"1739825668.7044\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:51:\"jetpack_sync_send_error_concurrent_processing_error\";a:1:{i:0;s:61:\"There is another sync processing running for the same blog ID\";}}s:10:\"error_data\";a:1:{s:51:\"jetpack_sync_send_error_concurrent_processing_error\";a:1:{s:6:\"status\";i:429;}}s:18:\"\0*\0additional_data\";a:0:{}}s:14:\"1739825669.225\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:51:\"jetpack_sync_send_error_concurrent_processing_error\";a:1:{i:0;s:61:\"There is another sync processing running for the same blog ID\";}}s:10:\"error_data\";a:1:{s:51:\"jetpack_sync_send_error_concurrent_processing_error\";a:1:{s:6:\"status\";i:429;}}s:18:\"\0*\0additional_data\";a:0:{}}s:14:\"1739825669.778\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:51:\"jetpack_sync_send_error_concurrent_processing_error\";a:1:{i:0;s:61:\"There is another sync processing running for the same blog ID\";}}s:10:\"error_data\";a:1:{s:51:\"jetpack_sync_send_error_concurrent_processing_error\";a:1:{s:6:\"status\";i:429;}}s:18:\"\0*\0additional_data\";a:0:{}}s:15:\"1739825670.0613\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:51:\"jetpack_sync_send_error_concurrent_processing_error\";a:1:{i:0;s:61:\"There is another sync processing running for the same blog ID\";}}s:10:\"error_data\";a:1:{s:51:\"jetpack_sync_send_error_concurrent_processing_error\";a:1:{s:6:\"status\";i:429;}}s:18:\"\0*\0additional_data\";a:0:{}}}','auto'),(359,'jp_sync_last_success_immediate-send','1742869700.4952','off'),(365,'jetpack_updates_sync_checksum','a:3:{s:14:\"update_plugins\";i:2505857053;s:13:\"update_themes\";i:2652708209;s:11:\"update_core\";i:690318152;}','auto'),(369,'jp_sync_last_success_sync','1759511199.6327','off'),(375,'jetpack_persistent_blog_id','238438928','off'),(385,'_transient_timeout_dirsize_cache','2065287672','off'),(386,'_transient_dirsize_cache','a:29:{s:71:\"/home3/aggrest5/public_html/website_675b3277/wp-content/uploads/2024/10\";i:0;s:68:\"/home3/aggrest5/public_html/website_675b3277/wp-content/uploads/2024\";i:0;s:63:\"/home3/aggrest5/public_html/website_675b3277/wp-content/uploads\";i:0;s:54:\"/home3/aggrest5/public_html/wp-content/uploads/wc-logs\";i:276804;s:52:\"/home3/aggrest5/public_html/wp-content/uploads/fonts\";i:1982368;s:83:\"/home3/aggrest5/public_html/wp-content/uploads/addify-product-addons/uploaded-files\";i:0;s:68:\"/home3/aggrest5/public_html/wp-content/uploads/addify-product-addons\";i:0;s:54:\"/home3/aggrest5/public_html/wp-content/uploads/2025/03\";i:307263223;s:54:\"/home3/aggrest5/public_html/wp-content/uploads/2025/02\";i:269997955;s:54:\"/home3/aggrest5/public_html/wp-content/uploads/2025/06\";i:497328997;s:54:\"/home3/aggrest5/public_html/wp-content/uploads/2025/05\";i:432578056;s:54:\"/home3/aggrest5/public_html/wp-content/uploads/2025/04\";i:0;s:54:\"/home3/aggrest5/public_html/wp-content/uploads/2025/01\";i:9605923;s:51:\"/home3/aggrest5/public_html/wp-content/uploads/2025\";i:1516774154;s:54:\"/home3/aggrest5/public_html/wp-content/uploads/2024/10\";i:6930405;s:54:\"/home3/aggrest5/public_html/wp-content/uploads/2024/11\";i:7748978;s:54:\"/home3/aggrest5/public_html/wp-content/uploads/2024/12\";i:4158111;s:51:\"/home3/aggrest5/public_html/wp-content/uploads/2024\";i:18837494;s:66:\"/home3/aggrest5/public_html/wp-content/uploads/woocommerce_uploads\";i:13;s:67:\"/home3/aggrest5/public_html/wp-content/uploads/mkl-pc-config-images\";i:0;s:73:\"/home3/aggrest5/public_html/wp-content/uploads/mkl_product_configurations\";i:82603;s:76:\"/home3/aggrest5/public_html/wp-content/uploads/wp-file-manager-pro/fm_backup\";i:66;s:66:\"/home3/aggrest5/public_html/wp-content/uploads/wp-file-manager-pro\";i:66;s:70:\"/home3/aggrest5/public_html/wp-content/uploads/wpforms/cache/templates\";i:4597;s:60:\"/home3/aggrest5/public_html/wp-content/uploads/wpforms/cache\";i:6716543;s:74:\"/home3/aggrest5/public_html/wp-content/uploads/wpforms/themes/stock-photos\";i:0;s:61:\"/home3/aggrest5/public_html/wp-content/uploads/wpforms/themes\";i:1034;s:54:\"/home3/aggrest5/public_html/wp-content/uploads/wpforms\";i:6718314;s:46:\"/home3/aggrest5/public_html/wp-content/uploads\";i:1544861459;}','off'),(395,'action_scheduler_hybrid_store_demarkation','4','auto'),(397,'schema-ActionScheduler_StoreSchema','8.0.1753818555','auto'),(398,'schema-ActionScheduler_LoggerSchema','3.0.1730054960','auto'),(406,'wpforms_version','1.9.8.1','auto'),(407,'wpforms_version_lite','1.9.8.1','auto'),(408,'wpforms_activated','a:2:{s:4:\"lite\";i:1730054960;s:3:\"pro\";i:1735840603;}','auto'),(417,'widget_wpforms-widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(418,'wpforms_settings','a:17:{s:13:\"modern-markup\";s:1:\"1\";s:20:\"modern-markup-is-set\";b:1;s:26:\"modern-markup-hide-setting\";b:1;s:29:\"stripe-webhooks-communication\";s:4:\"rest\";s:16:\"stripe-card-mode\";s:7:\"payment\";s:28:\"paypal-commerce-sandbox-mode\";b:0;s:8:\"currency\";s:3:\"USD\";s:16:\"stripe-test-mode\";b:0;s:4:\"gdpr\";b:0;s:17:\"gdpr-disable-uuid\";b:0;s:20:\"gdpr-disable-details\";b:0;s:19:\"delete-spam-entries\";s:2:\"15\";s:18:\"hide-announcements\";b:0;s:14:\"hide-admin-bar\";b:0;s:19:\"ai-feature-disabled\";b:0;s:23:\"email-summaries-disable\";b:0;s:14:\"uninstall-data\";b:0;}','auto'),(425,'action_scheduler_lock_async-request-runner','68e0097e97c7d9.74551783|1759513018','no'),(426,'wpforms_versions_lite','a:36:{s:5:\"1.5.9\";i:0;s:7:\"1.6.7.2\";i:0;s:5:\"1.6.8\";i:0;s:5:\"1.7.5\";i:0;s:7:\"1.7.5.1\";i:0;s:5:\"1.7.7\";i:0;s:5:\"1.8.2\";i:0;s:5:\"1.8.3\";i:0;s:5:\"1.8.4\";i:0;s:5:\"1.8.6\";i:0;s:5:\"1.8.7\";i:0;s:5:\"1.9.1\";i:0;s:7:\"1.9.1.5\";i:1730054964;s:7:\"1.9.1.6\";i:1730159140;s:5:\"1.9.2\";i:1731016254;s:7:\"1.9.2.1\";i:1731016245;s:7:\"1.9.2.2\";i:1731962229;s:7:\"1.9.2.3\";i:1733311570;s:5:\"1.9.3\";i:1736885242;s:7:\"1.9.3.1\";i:1737060452;s:7:\"1.9.3.2\";i:1738103279;s:5:\"1.9.4\";i:1740543353;s:7:\"1.9.4.1\";i:1740694877;s:7:\"1.9.4.2\";i:1741859653;s:5:\"1.9.5\";i:1745348214;s:7:\"1.9.5.1\";i:1745980863;s:7:\"1.9.5.2\";i:1746483054;s:5:\"1.9.6\";i:1749030983;s:7:\"1.9.6.1\";i:1750175904;s:7:\"1.9.6.2\";i:1752004517;s:5:\"1.9.7\";i:1754929554;s:7:\"1.9.7.1\";i:1753991315;s:7:\"1.9.7.2\";i:1754596168;s:7:\"1.9.7.3\";i:1754929554;s:5:\"1.9.8\";i:1758643417;s:7:\"1.9.8.1\";i:1758830081;}','auto'),(429,'jetpack_connection_active_plugins','a:2:{s:7:\"jetpack\";a:1:{s:4:\"name\";s:7:\"Jetpack\";}s:11:\"woocommerce\";a:1:{s:4:\"name\";s:11:\"WooCommerce\";}}','auto'),(434,'auto_update_themes','a:2:{i:0;s:5:\"eride\";i:1;s:16:\"twentytwentyfive\";}','off'),(448,'nfd_ecommerce_module_version','1.8.1','on'),(449,'bluehost_plugin_version','4.6.2','on'),(453,'bluehost_plugin_install_date','1730055013','on'),(454,'do_activate','0','auto'),(455,'jetpack_waf_needs_update','','auto'),(456,'ce4wp_contacts_db_version','1.0','auto'),(459,'monsterinsights_sitenotes_installed','1730055014','auto'),(471,'ce4wp_handshake_token','077B9C12-A0A8-437B-87D0-8E317FDFC07A','auto'),(472,'ce4wp_handshake_expiration','1734559234','auto'),(473,'ce4wp_instance_uuid','671e8b691581c','auto'),(475,'theme_mods_twentytwentyfour','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1730060690;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','off'),(478,'wpforms_admin_notices','a:1:{s:14:\"review_request\";a:2:{s:4:\"time\";i:1758996862;s:9:\"dismissed\";b:1;}}','on'),(483,'trusted_ip_header','O:8:\"stdClass\":3:{s:14:\"trusted_header\";s:11:\"REMOTE_ADDR\";s:8:\"segments\";i:1;s:7:\"reverse\";b:0;}','off'),(484,'nfd_module_survey_queue','a:0:{}','auto'),(501,'ce4wp_ignore_review_notice','1','auto'),(509,'monsterinsights_notifications','a:5:{s:6:\"update\";i:1759503035;s:4:\"feed\";a:2:{i:0;a:7:{s:5:\"title\";s:35:\"NEW: Advanced Forms Report is Here!\";s:7:\"content\";s:325:\"Traffic is great - but leads are better. With the new Advanced Forms Report in MonsterInsights 9.6, you can easily see how many visitors complete your forms and which traffic sources or campaigns bring the best leads. Upgrade to Pro to unlock this powerful report and make smarter marketing decisions that grow your business!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:2:\"id\";i:268;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:155:\"https://www.monsterinsights.com/pricing/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9-6 \";s:4:\"text\";s:14:\"Upgrade to Pro\";}s:3:\"alt\";a:2:{s:3:\"url\";s:185:\"https://www.monsterinsights.com/introducing-the-advanced-forms-report/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9-6 \";s:4:\"text\";s:10:\"Learn More\";}}s:5:\"start\";s:19:\"2025-06-25 00:00:00\";s:3:\"end\";s:19:\"2025-12-25 00:00:00\";}i:1;a:7:{s:5:\"title\";s:49:\"[MonsterInsights 9.5] - Pinterest Ads Integration\";s:7:\"content\";s:305:\"📊 Struggling to track your Pinterest Ads ROI? Our new Pinterest Ads integration helps you track ad performance directly in your WordPress dashboard. Upgrade to MonsterInsights Pro to unlock detailed Pinterest metrics and make smarter advertising decisions. See how your campaigns perform, automatically\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:2:\"id\";i:263;s:4:\"btns\";a:1:{s:4:\"main\";a:2:{s:3:\"url\";s:107:\"https://www.monsterinsights.com/lite?utm_campaign=liteplugin&utm_medium=notifications&utm_source=liteplugin\";s:4:\"text\";s:11:\"Upgrade Now\";}}s:5:\"start\";s:19:\"2025-05-07 00:00:00\";s:3:\"end\";s:19:\"2025-11-07 00:00:00\";}}s:6:\"events\";a:147:{i:0;a:10:{s:2:\"id\";s:59:\"monsterinsights_notification_install_user_feedback_20250910\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:36:\"What Are Your Users Really Thinking?\";s:7:\"content\";s:255:\"MonsterInsights tells you WHAT your website visitors are doing on your website, but our latest plugin, UserFeedback, tells you WHY. Use its short surveys to make more money, increase engagement, and grow your business faster with candid customer feedback.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:25:\"cta_install_user_feedback\";a:2:{s:3:\"url\";s:77:\"https://aggressivegraphix.com/wp-admin/admin.php?page=userfeedback_onboarding\";s:4:\"text\";s:18:\"Install & Activate\";}}s:5:\"start\";s:18:\"09/10/2025 3:22 pm\";s:3:\"end\";s:10:\"10/08/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:1;}i:1;a:10:{s:2:\"id\";s:59:\"monsterinsights_notification_install_user_feedback_20250811\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:36:\"What Are Your Users Really Thinking?\";s:7:\"content\";s:255:\"MonsterInsights tells you WHAT your website visitors are doing on your website, but our latest plugin, UserFeedback, tells you WHY. Use its short surveys to make more money, increase engagement, and grow your business faster with candid customer feedback.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:25:\"cta_install_user_feedback\";a:2:{s:3:\"url\";s:77:\"https://aggressivegraphix.com/wp-admin/admin.php?page=userfeedback_onboarding\";s:4:\"text\";s:18:\"Install & Activate\";}}s:5:\"start\";s:18:\"08/11/2025 2:42 pm\";s:3:\"end\";s:10:\"09/08/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:1;}i:2;a:10:{s:2:\"id\";s:59:\"monsterinsights_notification_install_user_feedback_20250710\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:36:\"What Are Your Users Really Thinking?\";s:7:\"content\";s:255:\"MonsterInsights tells you WHAT your website visitors are doing on your website, but our latest plugin, UserFeedback, tells you WHY. Use its short surveys to make more money, increase engagement, and grow your business faster with candid customer feedback.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:25:\"cta_install_user_feedback\";a:2:{s:3:\"url\";s:77:\"https://aggressivegraphix.com/wp-admin/admin.php?page=userfeedback_onboarding\";s:4:\"text\";s:18:\"Install & Activate\";}}s:5:\"start\";s:18:\"07/10/2025 9:03 pm\";s:3:\"end\";s:10:\"08/07/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:1;}i:3;a:10:{s:2:\"id\";s:59:\"monsterinsights_notification_install_user_feedback_20250609\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:36:\"What Are Your Users Really Thinking?\";s:7:\"content\";s:255:\"MonsterInsights tells you WHAT your website visitors are doing on your website, but our latest plugin, UserFeedback, tells you WHY. Use its short surveys to make more money, increase engagement, and grow your business faster with candid customer feedback.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:25:\"cta_install_user_feedback\";a:2:{s:3:\"url\";s:77:\"https://aggressivegraphix.com/wp-admin/admin.php?page=userfeedback_onboarding\";s:4:\"text\";s:18:\"Install & Activate\";}}s:5:\"start\";s:18:\"06/09/2025 8:12 pm\";s:3:\"end\";s:10:\"07/07/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:1;}i:4;a:10:{s:2:\"id\";s:59:\"monsterinsights_notification_install_user_feedback_20250501\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:36:\"What Are Your Users Really Thinking?\";s:7:\"content\";s:255:\"MonsterInsights tells you WHAT your website visitors are doing on your website, but our latest plugin, UserFeedback, tells you WHY. Use its short surveys to make more money, increase engagement, and grow your business faster with candid customer feedback.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:25:\"cta_install_user_feedback\";a:2:{s:3:\"url\";s:77:\"https://aggressivegraphix.com/wp-admin/admin.php?page=userfeedback_onboarding\";s:4:\"text\";s:18:\"Install & Activate\";}}s:5:\"start\";s:18:\"05/01/2025 5:18 pm\";s:3:\"end\";s:10:\"05/29/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:1;}i:5;a:10:{s:2:\"id\";s:59:\"monsterinsights_notification_install_user_feedback_20250331\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:36:\"What Are Your Users Really Thinking?\";s:7:\"content\";s:255:\"MonsterInsights tells you WHAT your website visitors are doing on your website, but our latest plugin, UserFeedback, tells you WHY. Use its short surveys to make more money, increase engagement, and grow your business faster with candid customer feedback.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:25:\"cta_install_user_feedback\";a:2:{s:3:\"url\";s:77:\"https://aggressivegraphix.com/wp-admin/admin.php?page=userfeedback_onboarding\";s:4:\"text\";s:18:\"Install & Activate\";}}s:5:\"start\";s:19:\"03/31/2025 10:01 pm\";s:3:\"end\";s:10:\"04/28/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:1;}i:6;a:10:{s:2:\"id\";s:59:\"monsterinsights_notification_install_user_feedback_20250210\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:36:\"What Are Your Users Really Thinking?\";s:7:\"content\";s:255:\"MonsterInsights tells you WHAT your website visitors are doing on your website, but our latest plugin, UserFeedback, tells you WHY. Use its short surveys to make more money, increase engagement, and grow your business faster with candid customer feedback.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:25:\"cta_install_user_feedback\";a:2:{s:3:\"url\";s:77:\"https://aggressivegraphix.com/wp-admin/admin.php?page=userfeedback_onboarding\";s:4:\"text\";s:18:\"Install & Activate\";}}s:5:\"start\";s:19:\"02/10/2025 12:04 pm\";s:3:\"end\";s:10:\"03/10/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:1;}i:7;a:10:{s:2:\"id\";s:59:\"monsterinsights_notification_install_user_feedback_20250109\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:36:\"What Are Your Users Really Thinking?\";s:7:\"content\";s:255:\"MonsterInsights tells you WHAT your website visitors are doing on your website, but our latest plugin, UserFeedback, tells you WHY. Use its short surveys to make more money, increase engagement, and grow your business faster with candid customer feedback.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:25:\"cta_install_user_feedback\";a:2:{s:3:\"url\";s:77:\"https://aggressivegraphix.com/wp-admin/admin.php?page=userfeedback_onboarding\";s:4:\"text\";s:18:\"Install & Activate\";}}s:5:\"start\";s:18:\"01/09/2025 9:22 pm\";s:3:\"end\";s:10:\"02/06/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:1;}i:8;a:10:{s:2:\"id\";s:59:\"monsterinsights_notification_install_user_feedback_20241210\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:36:\"What Are Your Users Really Thinking?\";s:7:\"content\";s:255:\"MonsterInsights tells you WHAT your website visitors are doing on your website, but our latest plugin, UserFeedback, tells you WHY. Use its short surveys to make more money, increase engagement, and grow your business faster with candid customer feedback.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:25:\"cta_install_user_feedback\";a:2:{s:3:\"url\";s:77:\"https://aggressivegraphix.com/wp-admin/admin.php?page=userfeedback_onboarding\";s:4:\"text\";s:18:\"Install & Activate\";}}s:5:\"start\";s:18:\"12/10/2024 9:08 pm\";s:3:\"end\";s:10:\"01/07/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:1;}i:9;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20250930\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.8.0\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:142:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.8.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/30/2025 2:05 pm\";s:3:\"end\";s:10:\"10/13/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:10;a:10:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20250924\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of Your Visitors Return to Your Site\";s:7:\"content\";s:329:\"Your site has received a low number of returning users over the past 30 days. Try a tool like <a href=\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.8.0\" target=\"_blank\">OptinMonster</a> to increase engagement.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:168:\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.8.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/24/2025 9:36 pm\";s:3:\"end\";s:10:\"10/22/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:11;a:10:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20250923\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:556:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.8.0\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:199:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.8.0\";s:4:\"text\";s:9:\"Read More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/23/2025 4:17 pm\";s:3:\"end\";s:10:\"10/16/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:12;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20250923\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:814:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:231:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"09/23/2025 4:03 pm\";s:3:\"end\";s:10:\"10/11/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:13;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20250915\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.8.0\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:142:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.8.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/15/2025 1:36 pm\";s:3:\"end\";s:10:\"09/28/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:14;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20250910\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:190:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:11:\"View Report\";}}s:5:\"start\";s:18:\"09/10/2025 3:22 pm\";s:3:\"end\";s:10:\"10/08/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:15;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20250902\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:814:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:231:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"09/02/2025 6:13 pm\";s:3:\"end\";s:10:\"09/20/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:16;a:10:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20250829\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:556:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.7.0\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:199:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.7.0\";s:4:\"text\";s:9:\"Read More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"08/29/2025 2:36 pm\";s:3:\"end\";s:10:\"09/21/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:17;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20250828\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.7.0\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:142:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.7.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"08/28/2025 5:16 pm\";s:3:\"end\";s:10:\"09/10/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:18;a:10:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20250825\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of Your Visitors Return to Your Site\";s:7:\"content\";s:329:\"Your site has received a low number of returning users over the past 30 days. Try a tool like <a href=\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.7.0\" target=\"_blank\">OptinMonster</a> to increase engagement.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:168:\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.7.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"08/25/2025 5:55 pm\";s:3:\"end\";s:10:\"09/22/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:19;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20250812\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.7.0\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:142:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.7.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"08/12/2025 4:27 pm\";s:3:\"end\";s:10:\"08/25/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:20;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20250811\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:814:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:231:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"08/11/2025 3:01 pm\";s:3:\"end\";s:10:\"08/29/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:21;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20250811\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:190:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:11:\"View Report\";}}s:5:\"start\";s:18:\"08/11/2025 2:45 pm\";s:3:\"end\";s:10:\"09/08/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:22;a:10:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20250804\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:556:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.6.1\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:199:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.6.1\";s:4:\"text\";s:9:\"Read More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"08/04/2025 2:00 pm\";s:3:\"end\";s:10:\"08/27/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:23;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20250728\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.6.1\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:142:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.6.1\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"07/28/2025 1:54 pm\";s:3:\"end\";s:10:\"08/10/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:24;a:10:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20250723\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of Your Visitors Return to Your Site\";s:7:\"content\";s:329:\"Your site has received a low number of returning users over the past 30 days. Try a tool like <a href=\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.6.1\" target=\"_blank\">OptinMonster</a> to increase engagement.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:168:\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.6.1\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"07/23/2025 5:59 pm\";s:3:\"end\";s:10:\"08/20/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:25;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20250722\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:814:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:231:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"07/22/2025 2:50 pm\";s:3:\"end\";s:10:\"08/09/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:26;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20250711\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.6.1\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:142:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.6.1\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"07/11/2025 1:32 pm\";s:3:\"end\";s:10:\"07/24/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:27;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20250710\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:190:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:11:\"View Report\";}}s:5:\"start\";s:18:\"07/10/2025 9:03 pm\";s:3:\"end\";s:10:\"08/07/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:28;a:10:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20250709\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:556:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.6.1\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:199:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.6.1\";s:4:\"text\";s:9:\"Read More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"07/09/2025 3:33 pm\";s:3:\"end\";s:10:\"08/01/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:29;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20250701\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:814:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:231:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"07/01/2025 7:20 pm\";s:3:\"end\";s:10:\"07/19/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:30;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20250625\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.6.0\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:142:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.6.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"06/25/2025 2:01 pm\";s:3:\"end\";s:10:\"07/08/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:31;a:10:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20250623\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of Your Visitors Return to Your Site\";s:7:\"content\";s:329:\"Your site has received a low number of returning users over the past 30 days. Try a tool like <a href=\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.6.0\" target=\"_blank\">OptinMonster</a> to increase engagement.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:168:\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.6.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"06/23/2025 2:23 pm\";s:3:\"end\";s:10:\"07/21/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:32;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20250611\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:814:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:231:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"06/11/2025 6:36 pm\";s:3:\"end\";s:10:\"06/29/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:33;a:10:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20250611\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:556:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.5.3\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:199:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.5.3\";s:4:\"text\";s:9:\"Read More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"06/11/2025 2:10 pm\";s:3:\"end\";s:10:\"07/04/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:34;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20250609\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.5.3\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:142:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.5.3\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"06/09/2025 8:13 pm\";s:3:\"end\";s:10:\"06/22/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:35;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20250609\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:190:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:11:\"View Report\";}}s:5:\"start\";s:18:\"06/09/2025 8:13 pm\";s:3:\"end\";s:10:\"07/07/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:36;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20250522\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:814:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:231:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"05/22/2025 6:32 pm\";s:3:\"end\";s:10:\"06/09/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:37;a:10:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20250522\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of Your Visitors Return to Your Site\";s:7:\"content\";s:329:\"Your site has received a low number of returning users over the past 30 days. Try a tool like <a href=\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.5.3\" target=\"_blank\">OptinMonster</a> to increase engagement.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:168:\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.5.3\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"05/22/2025 6:31 pm\";s:3:\"end\";s:10:\"06/19/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:38;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20250515\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.5.3\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:142:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.5.3\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"05/15/2025 5:12 pm\";s:3:\"end\";s:10:\"05/28/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:39;a:10:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20250501\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:556:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.4.1\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:199:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.4.1\";s:4:\"text\";s:9:\"Read More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"05/01/2025 5:20 pm\";s:3:\"end\";s:10:\"05/24/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:40;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20250501\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:814:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:231:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"05/01/2025 5:18 pm\";s:3:\"end\";s:10:\"05/19/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:41;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20250501\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:190:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:11:\"View Report\";}}s:5:\"start\";s:18:\"05/01/2025 5:18 pm\";s:3:\"end\";s:10:\"05/29/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:42;a:10:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20250421\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of Your Visitors Return to Your Site\";s:7:\"content\";s:329:\"Your site has received a low number of returning users over the past 30 days. Try a tool like <a href=\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.4.1\" target=\"_blank\">OptinMonster</a> to increase engagement.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:168:\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.4.1\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"04/21/2025 4:32 pm\";s:3:\"end\";s:10:\"05/19/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:43;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20250421\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.4.1\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:142:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.4.1\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"04/21/2025 4:31 pm\";s:3:\"end\";s:10:\"05/04/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:44;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20250331\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:190:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:11:\"View Report\";}}s:5:\"start\";s:19:\"03/31/2025 10:05 pm\";s:3:\"end\";s:10:\"04/28/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:45;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20250307\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.3.0\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:142:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.3.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"03/07/2025 3:54 pm\";s:3:\"end\";s:10:\"03/20/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:46;a:10:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20250303\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of Your Visitors Return to Your Site\";s:7:\"content\";s:329:\"Your site has received a low number of returning users over the past 30 days. Try a tool like <a href=\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.3.0\" target=\"_blank\">OptinMonster</a> to increase engagement.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:168:\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.3.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"03/03/2025 8:42 pm\";s:3:\"end\";s:10:\"03/31/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:47;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20250221\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:814:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:231:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"02/21/2025 9:29 pm\";s:3:\"end\";s:10:\"03/11/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:48;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20250219\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.3.0\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:142:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.3.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"02/19/2025 5:04 pm\";s:3:\"end\";s:10:\"03/04/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:49;a:10:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20250211\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:556:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:199:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:9:\"Read More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"02/11/2025 2:52 pm\";s:3:\"end\";s:10:\"03/06/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:50;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20250210\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:190:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:11:\"View Report\";}}s:5:\"start\";s:19:\"02/10/2025 12:07 pm\";s:3:\"end\";s:10:\"03/10/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:51;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20250204\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:142:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"02/04/2025 2:23 pm\";s:3:\"end\";s:10:\"02/17/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:52;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20250201\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:814:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:231:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"02/01/2025 7:53 am\";s:3:\"end\";s:10:\"02/19/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:53;a:10:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20250131\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of Your Visitors Return to Your Site\";s:7:\"content\";s:329:\"Your site has received a low number of returning users over the past 30 days. Try a tool like <a href=\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\" target=\"_blank\">OptinMonster</a> to increase engagement.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:168:\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"01/31/2025 9:53 am\";s:3:\"end\";s:10:\"02/28/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:54;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20250120\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:142:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"01/20/2025 8:17 am\";s:3:\"end\";s:10:\"02/02/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:55;a:10:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20250117\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:556:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:199:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:9:\"Read More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"01/17/2025 2:51 pm\";s:3:\"end\";s:10:\"02/09/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:56;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20250109\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:190:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:11:\"View Report\";}}s:5:\"start\";s:18:\"01/09/2025 9:55 pm\";s:3:\"end\";s:10:\"02/06/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:57;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20250109\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:814:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:231:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"01/09/2025 4:27 pm\";s:3:\"end\";s:10:\"01/27/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:58;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20250102\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:142:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"01/02/2025 5:21 pm\";s:3:\"end\";s:10:\"01/15/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:59;a:10:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20241218\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:556:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:199:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:9:\"Read More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"12/18/2024 4:48 pm\";s:3:\"end\";s:10:\"01/10/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:60;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20241218\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:814:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:231:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"12/18/2024 4:47 pm\";s:3:\"end\";s:10:\"01/05/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:61;a:10:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20241218\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of Your Visitors Return to Your Site\";s:7:\"content\";s:329:\"Your site has received a low number of returning users over the past 30 days. Try a tool like <a href=\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\" target=\"_blank\">OptinMonster</a> to increase engagement.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:168:\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"12/18/2024 4:38 pm\";s:3:\"end\";s:10:\"01/15/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:62;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20241210\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.2\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:142:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.2\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"12/10/2024 9:10 pm\";s:3:\"end\";s:10:\"12/23/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:63;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20241210\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:190:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:11:\"View Report\";}}s:5:\"start\";s:18:\"12/10/2024 9:09 pm\";s:3:\"end\";s:10:\"01/07/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:64;a:10:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20241121\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:556:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.2\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:199:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.2\";s:4:\"text\";s:9:\"Read More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"11/21/2024 9:44 pm\";s:3:\"end\";s:10:\"12/14/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:65;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20241121\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:814:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:231:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"11/21/2024 4:14 pm\";s:3:\"end\";s:10:\"12/09/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:66;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20241111\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.1\" target=\"_blank\">show your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:142:\"https://aggressivegraphix.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.1\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"11/11/2024 11:41 pm\";s:3:\"end\";s:10:\"11/24/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:67;a:10:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20250924\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:27:\"See Top Performing Keywords\";s:7:\"content\";s:308:\"<a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.8.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to see which keywords are driving traffic to your website so you can focus on what\'s working.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.8.0\";s:4:\"text\";s:11:\"Upgrade Now\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/24/2025 9:37 pm\";s:3:\"end\";s:10:\"10/22/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:68;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20250923\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.8.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/23/2025 4:03 pm\";s:3:\"end\";s:10:\"10/11/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:69;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20250922\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:263:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.8.0\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.8.0\";s:4:\"text\";s:11:\"Upgrade Now\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/22/2025 6:13 pm\";s:3:\"end\";s:10:\"10/10/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:70;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20250922\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.8.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/22/2025 1:36 pm\";s:3:\"end\";s:10:\"10/10/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:71;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20250922\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.8.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/22/2025 1:32 pm\";s:3:\"end\";s:10:\"10/10/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:72;a:10:{s:2:\"id\";s:55:\"monsterinsights_notification_headline_analyzer_20250915\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:56:\"Try the Headline Analyzer to Boost Your Clicks & Traffic\";s:7:\"content\";s:375:\"Try the <a href=\"https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.8.0\" target=\"_blank\">MonsterInsights Headline Analyzer</a> tool. We built it to help increase engagement and make your content get more traffic from search engines.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:166:\"https://www.monsterinsights.com/headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.8.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/15/2025 1:36 pm\";s:3:\"end\";s:10:\"11/12/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:73;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20250912\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:24:\"Get Weekly Email Reports\";s:7:\"content\";s:615:\"Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With Email Summaries, you can view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different analytics reports. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.8.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.8.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/12/2025 1:40 pm\";s:3:\"end\";s:10:\"10/10/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:74;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20250902\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.7.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/02/2025 6:13 pm\";s:3:\"end\";s:10:\"09/20/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:75;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20250902\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:263:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.7.0\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.7.0\";s:4:\"text\";s:11:\"Upgrade Now\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/02/2025 3:52 pm\";s:3:\"end\";s:10:\"09/20/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:76;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20250902\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.7.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/02/2025 1:25 pm\";s:3:\"end\";s:10:\"09/20/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:77;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20250902\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.7.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/02/2025 1:23 pm\";s:3:\"end\";s:10:\"09/20/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:78;a:10:{s:2:\"id\";s:52:\"monsterinsights_notification_upgrade_to_pro_20250901\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:45:\"Upgrade to Unlock Advanced Tracking & Reports\";s:7:\"content\";s:197:\"By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:14:\"upgrade_to_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.7.0\";s:4:\"text\";s:14:\"Upgrade to Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/01/2025 6:23 pm\";s:3:\"end\";s:10:\"10/09/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:79;a:10:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20250825\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:27:\"See Top Performing Keywords\";s:7:\"content\";s:308:\"<a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.7.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to see which keywords are driving traffic to your website so you can focus on what\'s working.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.7.0\";s:4:\"text\";s:11:\"Upgrade Now\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"08/25/2025 5:56 pm\";s:3:\"end\";s:10:\"09/22/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:80;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20250813\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:24:\"Get Weekly Email Reports\";s:7:\"content\";s:615:\"Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With Email Summaries, you can view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different analytics reports. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.7.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.7.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"08/13/2025 1:25 pm\";s:3:\"end\";s:10:\"09/10/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:81;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20250811\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.7.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"08/11/2025 3:00 pm\";s:3:\"end\";s:10:\"08/29/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:82;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20250811\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:263:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.7.0\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.7.0\";s:4:\"text\";s:11:\"Upgrade Now\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"08/11/2025 2:59 pm\";s:3:\"end\";s:10:\"08/29/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:83;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20250811\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.7.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"08/11/2025 2:45 pm\";s:3:\"end\";s:10:\"08/29/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:84;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20250811\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.7.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"08/11/2025 2:45 pm\";s:3:\"end\";s:10:\"08/29/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:85;a:10:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20250723\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:27:\"See Top Performing Keywords\";s:7:\"content\";s:308:\"<a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.6.1\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to see which keywords are driving traffic to your website so you can focus on what\'s working.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.6.1\";s:4:\"text\";s:11:\"Upgrade Now\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"07/23/2025 6:00 pm\";s:3:\"end\";s:10:\"08/20/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:86;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20250721\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.6.1\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"07/21/2025 5:39 pm\";s:3:\"end\";s:10:\"08/08/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:87;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20250721\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:263:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.6.1\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.6.1\";s:4:\"text\";s:11:\"Upgrade Now\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"07/21/2025 3:56 pm\";s:3:\"end\";s:10:\"08/08/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:88;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20250721\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.6.1\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"07/21/2025 3:56 pm\";s:3:\"end\";s:10:\"08/08/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:89;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20250721\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.6.1\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"07/21/2025 3:56 pm\";s:3:\"end\";s:10:\"08/08/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:90;a:10:{s:2:\"id\";s:52:\"monsterinsights_notification_upgrade_to_pro_20250721\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:45:\"Upgrade to Unlock Advanced Tracking & Reports\";s:7:\"content\";s:197:\"By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:14:\"upgrade_to_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.6.1\";s:4:\"text\";s:14:\"Upgrade to Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"07/21/2025 1:42 pm\";s:3:\"end\";s:10:\"08/28/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:91;a:10:{s:2:\"id\";s:55:\"monsterinsights_notification_headline_analyzer_20250714\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:56:\"Try the Headline Analyzer to Boost Your Clicks & Traffic\";s:7:\"content\";s:375:\"Try the <a href=\"https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.6.1\" target=\"_blank\">MonsterInsights Headline Analyzer</a> tool. We built it to help increase engagement and make your content get more traffic from search engines.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:166:\"https://www.monsterinsights.com/headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.6.1\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"07/14/2025 8:09 pm\";s:3:\"end\";s:10:\"09/10/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:92;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20250714\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:24:\"Get Weekly Email Reports\";s:7:\"content\";s:615:\"Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With Email Summaries, you can view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different analytics reports. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.6.1\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.6.1\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"07/14/2025 1:16 pm\";s:3:\"end\";s:10:\"08/11/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:93;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20250701\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.6.1\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"07/01/2025 2:07 pm\";s:3:\"end\";s:10:\"07/19/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:94;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20250701\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:263:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.6.1\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.6.1\";s:4:\"text\";s:11:\"Upgrade Now\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"07/01/2025 1:50 pm\";s:3:\"end\";s:10:\"07/19/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:95;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20250701\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.6.1\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"07/01/2025 1:46 pm\";s:3:\"end\";s:10:\"07/19/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:96;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20250701\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.6.1\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"07/01/2025 1:46 pm\";s:3:\"end\";s:10:\"07/19/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:97;a:10:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20250623\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:27:\"See Top Performing Keywords\";s:7:\"content\";s:308:\"<a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.6.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to see which keywords are driving traffic to your website so you can focus on what\'s working.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.6.0\";s:4:\"text\";s:11:\"Upgrade Now\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"06/23/2025 2:23 pm\";s:3:\"end\";s:10:\"07/21/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:98;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20250611\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.5.3\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"06/11/2025 2:07 pm\";s:3:\"end\";s:10:\"06/29/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:99;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20250611\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:24:\"Get Weekly Email Reports\";s:7:\"content\";s:615:\"Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With Email Summaries, you can view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different analytics reports. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.5.3\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.5.3\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"06/11/2025 2:06 pm\";s:3:\"end\";s:10:\"07/09/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:100;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20250611\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:263:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.5.3\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.5.3\";s:4:\"text\";s:11:\"Upgrade Now\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"06/11/2025 1:35 pm\";s:3:\"end\";s:10:\"06/29/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:101;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20250611\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.5.3\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"06/11/2025 1:35 pm\";s:3:\"end\";s:10:\"06/29/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:102;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20250611\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.5.3\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"06/11/2025 1:34 pm\";s:3:\"end\";s:10:\"06/29/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:103;a:10:{s:2:\"id\";s:52:\"monsterinsights_notification_upgrade_to_pro_20250611\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:45:\"Upgrade to Unlock Advanced Tracking & Reports\";s:7:\"content\";s:197:\"By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:14:\"upgrade_to_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.5.3\";s:4:\"text\";s:14:\"Upgrade to Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"06/11/2025 1:33 pm\";s:3:\"end\";s:10:\"07/19/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:104;a:10:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20250522\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:27:\"See Top Performing Keywords\";s:7:\"content\";s:308:\"<a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.5.3\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to see which keywords are driving traffic to your website so you can focus on what\'s working.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.5.3\";s:4:\"text\";s:11:\"Upgrade Now\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"05/22/2025 6:31 pm\";s:3:\"end\";s:10:\"06/19/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:105;a:10:{s:2:\"id\";s:55:\"monsterinsights_notification_headline_analyzer_20250515\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:56:\"Try the Headline Analyzer to Boost Your Clicks & Traffic\";s:7:\"content\";s:375:\"Try the <a href=\"https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.5.3\" target=\"_blank\">MonsterInsights Headline Analyzer</a> tool. We built it to help increase engagement and make your content get more traffic from search engines.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:166:\"https://www.monsterinsights.com/headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.5.3\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"05/15/2025 5:15 pm\";s:3:\"end\";s:10:\"07/12/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:106;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20250515\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.5.3\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"05/15/2025 5:15 pm\";s:3:\"end\";s:10:\"06/02/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:107;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20250515\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:263:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.5.3\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.5.3\";s:4:\"text\";s:11:\"Upgrade Now\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"05/15/2025 5:15 pm\";s:3:\"end\";s:10:\"06/02/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:108;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20250515\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.5.3\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"05/15/2025 5:14 pm\";s:3:\"end\";s:10:\"06/02/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:109;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20250515\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.5.3\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"05/15/2025 5:13 pm\";s:3:\"end\";s:10:\"06/02/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:110;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20250422\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.4.1\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"04/22/2025 6:56 pm\";s:3:\"end\";s:10:\"05/10/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:111;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20250422\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:24:\"Get Weekly Email Reports\";s:7:\"content\";s:615:\"Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With Email Summaries, you can view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different analytics reports. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.4.1\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.4.1\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"04/22/2025 6:56 pm\";s:3:\"end\";s:10:\"05/20/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:112;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20250421\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:263:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.4.1\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.4.1\";s:4:\"text\";s:11:\"Upgrade Now\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"04/21/2025 4:35 pm\";s:3:\"end\";s:10:\"05/09/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:113;a:10:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20250421\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:27:\"See Top Performing Keywords\";s:7:\"content\";s:308:\"<a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.4.1\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to see which keywords are driving traffic to your website so you can focus on what\'s working.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.4.1\";s:4:\"text\";s:11:\"Upgrade Now\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"04/21/2025 4:35 pm\";s:3:\"end\";s:10:\"05/19/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:114;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20250421\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.4.1\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"04/21/2025 4:35 pm\";s:3:\"end\";s:10:\"05/09/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:115;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20250421\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.4.1\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"04/21/2025 4:34 pm\";s:3:\"end\";s:10:\"05/09/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:116;a:10:{s:2:\"id\";s:52:\"monsterinsights_notification_upgrade_to_pro_20250421\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:45:\"Upgrade to Unlock Advanced Tracking & Reports\";s:7:\"content\";s:197:\"By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:14:\"upgrade_to_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.4.1\";s:4:\"text\";s:14:\"Upgrade to Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"04/21/2025 4:32 pm\";s:3:\"end\";s:10:\"05/29/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:117;a:10:{s:2:\"id\";s:55:\"monsterinsights_notification_headline_analyzer_20250303\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:56:\"Try the Headline Analyzer to Boost Your Clicks & Traffic\";s:7:\"content\";s:375:\"Try the <a href=\"https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.3.0\" target=\"_blank\">MonsterInsights Headline Analyzer</a> tool. We built it to help increase engagement and make your content get more traffic from search engines.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:166:\"https://www.monsterinsights.com/headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.3.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"03/03/2025 8:45 pm\";s:3:\"end\";s:10:\"04/30/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:118;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20250303\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:24:\"Get Weekly Email Reports\";s:7:\"content\";s:615:\"Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With Email Summaries, you can view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different analytics reports. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.3.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.3.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"03/03/2025 8:44 pm\";s:3:\"end\";s:10:\"03/31/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:119;a:10:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20250303\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:27:\"See Top Performing Keywords\";s:7:\"content\";s:308:\"<a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.3.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to see which keywords are driving traffic to your website so you can focus on what\'s working.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.3.0\";s:4:\"text\";s:11:\"Upgrade Now\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"03/03/2025 8:44 pm\";s:3:\"end\";s:10:\"03/31/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:120;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20250221\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.3.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"02/21/2025 1:54 pm\";s:3:\"end\";s:10:\"03/11/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:121;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20250220\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:263:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.3.0\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.3.0\";s:4:\"text\";s:11:\"Upgrade Now\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"02/20/2025 2:37 pm\";s:3:\"end\";s:10:\"03/10/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:122;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20250220\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.3.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"02/20/2025 2:37 pm\";s:3:\"end\";s:10:\"03/10/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:123;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20250220\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.3.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"02/20/2025 2:35 pm\";s:3:\"end\";s:10:\"03/10/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:124;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20250201\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"02/01/2025 7:53 am\";s:3:\"end\";s:10:\"02/19/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:125;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20250131\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:24:\"Get Weekly Email Reports\";s:7:\"content\";s:615:\"Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With Email Summaries, you can view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different analytics reports. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"01/31/2025 10:20 am\";s:3:\"end\";s:10:\"02/28/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:126;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20250131\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:263:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:11:\"Upgrade Now\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"01/31/2025 10:20 am\";s:3:\"end\";s:10:\"02/18/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:127;a:10:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20250131\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:27:\"See Top Performing Keywords\";s:7:\"content\";s:308:\"<a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to see which keywords are driving traffic to your website so you can focus on what\'s working.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:11:\"Upgrade Now\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"01/31/2025 10:19 am\";s:3:\"end\";s:10:\"02/28/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:128;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20250131\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"01/31/2025 10:06 am\";s:3:\"end\";s:10:\"02/18/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:129;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20250131\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"01/31/2025 10:06 am\";s:3:\"end\";s:10:\"02/18/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:130;a:10:{s:2:\"id\";s:52:\"monsterinsights_notification_upgrade_to_pro_20250131\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:45:\"Upgrade to Unlock Advanced Tracking & Reports\";s:7:\"content\";s:197:\"By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:14:\"upgrade_to_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:14:\"Upgrade to Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"01/31/2025 9:52 am\";s:3:\"end\";s:10:\"03/10/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:131;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20250109\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"01/09/2025 4:27 pm\";s:3:\"end\";s:10:\"01/27/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:132;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20250109\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:263:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:11:\"Upgrade Now\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"01/09/2025 4:25 pm\";s:3:\"end\";s:10:\"01/27/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:133;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20250109\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"01/09/2025 4:25 pm\";s:3:\"end\";s:10:\"01/27/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:134;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20250109\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"01/09/2025 4:24 pm\";s:3:\"end\";s:10:\"01/27/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:135;a:10:{s:2:\"id\";s:55:\"monsterinsights_notification_headline_analyzer_20250102\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:56:\"Try the Headline Analyzer to Boost Your Clicks & Traffic\";s:7:\"content\";s:375:\"Try the <a href=\"https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\" target=\"_blank\">MonsterInsights Headline Analyzer</a> tool. We built it to help increase engagement and make your content get more traffic from search engines.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:166:\"https://www.monsterinsights.com/headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"01/02/2025 5:21 pm\";s:3:\"end\";s:10:\"03/01/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:136;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20241218\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"12/18/2024 4:43 pm\";s:3:\"end\";s:10:\"01/05/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:137;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20241218\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:24:\"Get Weekly Email Reports\";s:7:\"content\";s:615:\"Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With Email Summaries, you can view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different analytics reports. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"12/18/2024 4:42 pm\";s:3:\"end\";s:10:\"01/15/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:138;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20241218\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:263:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:11:\"Upgrade Now\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"12/18/2024 4:42 pm\";s:3:\"end\";s:10:\"01/05/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:139;a:10:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20241218\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:27:\"See Top Performing Keywords\";s:7:\"content\";s:308:\"<a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to see which keywords are driving traffic to your website so you can focus on what\'s working.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:11:\"Upgrade Now\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"12/18/2024 4:40 pm\";s:3:\"end\";s:10:\"01/15/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:140;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20241218\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"12/18/2024 4:39 pm\";s:3:\"end\";s:10:\"01/05/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:141;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20241218\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.4\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"12/18/2024 4:39 pm\";s:3:\"end\";s:10:\"01/05/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:142;a:10:{s:2:\"id\";s:52:\"monsterinsights_notification_upgrade_to_pro_20241210\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:45:\"Upgrade to Unlock Advanced Tracking & Reports\";s:7:\"content\";s:197:\"By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:14:\"upgrade_to_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.2\";s:4:\"text\";s:14:\"Upgrade to Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"12/10/2024 9:26 pm\";s:3:\"end\";s:10:\"01/17/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:143;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20241121\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.2\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"11/21/2024 4:14 pm\";s:3:\"end\";s:10:\"12/09/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:144;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20241121\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:263:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.2\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.2\";s:4:\"text\";s:11:\"Upgrade Now\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"11/21/2024 4:13 pm\";s:3:\"end\";s:10:\"12/09/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:145;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20241121\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.2\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"11/21/2024 4:12 pm\";s:3:\"end\";s:10:\"12/09/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:146;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20241121\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=9.2.2\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"11/21/2024 3:33 pm\";s:3:\"end\";s:10:\"12/09/2024\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}}s:9:\"dismissed\";a:0:{}s:12:\"feed_fetched\";b:1;}','off'),(513,'monsterinsights_notifications_run','a:25:{s:50:\"monsterinsights_notification_install_user_feedback\";i:1757517725;s:37:\"monsterinsights_notification_visitors\";i:1757517731;s:37:\"monsterinsights_notification_audience\";i:1758749792;s:55:\"monsterinsights_notification_mobile_device_high_traffic\";i:1758749792;s:42:\"monsterinsights_notification_mobile_device\";i:1759241151;s:43:\"monsterinsights_notification_upgrade_to_pro\";i:1756751008;s:56:\"monsterinsights_notification_upgrade_to_pro_high_traffic\";i:1758749792;s:40:\"monsterinsights_notification_bounce_rate\";i:1758749792;s:47:\"monsterinsights_notification_returning_visitors\";i:1758749792;s:45:\"monsterinsights_notification_traffic_dropping\";i:1758749836;s:64:\"monsterinsights_notification_upgrade_for_popular_posts_templates\";i:1758547955;s:57:\"monsterinsights_notification_upgrade_for_events_reporting\";i:1758548185;s:62:\"monsterinsights_notification_upgrade_for_search_console_report\";i:1758749836;s:56:\"monsterinsights_notification_upgrade_for_form_conversion\";i:1758564823;s:56:\"monsterinsights_notification_upgrade_for_email_summaries\";i:1757684408;s:58:\"monsterinsights_notification_upgrade_for_custom_dimensions\";i:1758643395;s:39:\"monsterinsights_notification_eu_traffic\";i:1757684413;s:56:\"monsterinsights_notification_to_add_more_file_extensions\";i:1758643418;s:53:\"monsterinsights_notification_to_setup_affiliate_links\";i:1758644269;s:46:\"monsterinsights_notification_headline_analyzer\";i:1757943417;s:49:\"monsterinsights_notification_install_optinmonster\";i:1757684413;s:43:\"monsterinsights_notification_install_aioseo\";i:1757684413;s:44:\"monsterinsights_notification_install_wpforms\";i:1757684413;s:43:\"monsterinsights_notification_multiple_gtags\";i:1757684414;s:64:\"monsterinsights_notification_upgrade_to_pro_five_hundred_session\";i:1759503108;}','off'),(527,'finished_updating_comment_type','1','auto'),(543,'jetpack_sync_health_status','a:2:{s:6:\"status\";s:7:\"unknown\";s:9:\"timestamp\";d:1759325088.7649250030517578125;}','auto'),(589,'jetpack_next_sync_time_sync','1759350532','on'),(597,'monsterinsights_review','a:2:{s:4:\"time\";i:1730058509;s:9:\"dismissed\";b:0;}','auto'),(600,'_site_transient_wp_plugin_dependencies_plugin_data','a:1:{s:11:\"woocommerce\";a:35:{s:4:\"name\";s:11:\"WooCommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:7:\"version\";s:6:\"10.2.2\";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:15:\"Vedanshu - a11n\";}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/00ec8d736cf51890768bcfd3614fc7eea91eec753262bc37cea7c8e988d4d3a3?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:\"danieldudzic\";}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.7\";s:6:\"tested\";s:5:\"6.8.3\";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:3816;i:4;i:189;i:3;i:101;i:2;i:109;i:1;i:403;}s:11:\"num_ratings\";i:4618;s:11:\"support_url\";s:49:\"https://wordpress.org/support/plugin/woocommerce/\";s:15:\"support_threads\";i:554;s:24:\"support_threads_resolved\";i:475;s:15:\"active_installs\";i:7000000;s:12:\"last_updated\";s:21:\"2025-09-29 1:50pm 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.7 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:7803:\"\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://woocommerce.github.io/woocommerce-rest-api-docs/?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 on GitHub.</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:784:\"<h4>10.2.2 2025-09-29</h4>\n<p><strong>WooCommerce</strong></p>\n<ul>\n<li>Fix &#8211; Check if template part is from file system before building the result from file <a href=\"https://github.com/woocommerce/woocommerce/pull/61171\" rel=\"nofollow ugc\">#61171</a></li>\n<li>Fix &#8211; Fix low-resolution images displayed in the Classic Template block gallery <a href=\"https://github.com/woocommerce/woocommerce/pull/61182\" rel=\"nofollow ugc\">#61182</a></li>\n<li>Fix &#8211; Make legacy gallery filters available while rendering blocks <a href=\"https://github.com/woocommerce/woocommerce/pull/61173\" rel=\"nofollow ugc\">#61173</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:16500:\"<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Nice plugin, but :</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/reznikoffnicolas/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/f862ba4042284e4eae6f62f80fd8b7a4ec10c5e1d29456943b620cee37e470ea?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/f862ba4042284e4eae6f62f80fd8b7a4ec10c5e1d29456943b620cee37e470ea?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/reznikoffnicolas/\" class=\"reviewer-name\">Nicolas Reznikoff <small>(reznikoffnicolas)</small></a> on <span class=\"review-date\">October 2, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Plugin conflict issue between WooCommerce and<br />Locotranslate (blocking bug on product variation management functions in the product sheet, and sometime images updates ).<br />Latest versions of WP, WooCommerce, LocoTranslate, and PHP 8.3<br />I\'m waiting for a correction (from one or the other) to re-edit this comment. <br />Thank you!</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/raunhar/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/a3935e51f8a98d21be23790aa775d516305ec5c9e81082caff1676e7051a645c?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/a3935e51f8a98d21be23790aa775d516305ec5c9e81082caff1676e7051a645c?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/raunhar/\" class=\"reviewer-name\">raunhar</a> on <span class=\"review-date\">October 2, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>sorted out the issue with continuous support </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\">Don&#039;t Follow the Store Setup Guide</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"4 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"4\" 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-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/jbalyo/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/ff11023ef19beafbd2af37114b8a0fe174aba658930d847ad91c78c1e5da477c?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/ff11023ef19beafbd2af37114b8a0fe174aba658930d847ad91c78c1e5da477c?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/jbalyo/\" class=\"reviewer-name\">typeless <small>(jbalyo)</small></a> on <span class=\"review-date\">October 1, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Powerful for what it does for free, but not very intuitive and haphazardly designed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Caution: Don\'t follow the store set-up guides on an existing site or it will reset your theme to default and blow up whatever you had going before. My general strategy with WooCommerce is to ignore whenever it tries to help with some sort of tutorial - the assistance is sometimes TOO helpful.</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 and Efficient 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/onecall/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/9ba8425811c8618d4d492f0545323d2ac7dc0efb47fea8bc3831306ccfafe477?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/9ba8425811c8618d4d492f0545323d2ac7dc0efb47fea8bc3831306ccfafe477?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/onecall/\" class=\"reviewer-name\">SimonOC <small>(onecall)</small></a> on <span class=\"review-date\">October 1, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Support replied in a speedy manor and in great details, even including links for to further support pages. I have now been pointed in the right direction in order to resolve my 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\">Superb and fast help</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/keithrolly/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/d9430a14d90c7dbd267d560f39fdbfc5a245c6c4526176234279ac43dc607b22?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/d9430a14d90c7dbd267d560f39fdbfc5a245c6c4526176234279ac43dc607b22?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/keithrolly/\" class=\"reviewer-name\">Keith <small>(keithrolly)</small></a> on <span class=\"review-date\">October 1, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>We are developing a site using woocommerce. I had been struggling to create an SQL query for a long time so I asked for help on the forum. Got a really fast response within an hour and with the perfect answer. Can not ask for more than that!</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\">Excellent and thoughtful 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/luejo/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/31484dbc43abe0ab0795bec17952fadaedcf96447dadbd63a640530b062048f3?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/31484dbc43abe0ab0795bec17952fadaedcf96447dadbd63a640530b062048f3?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/luejo/\" class=\"reviewer-name\">luejo</a> on <span class=\"review-date\">September 29, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>I had an issue connecting Gelato to my WooCommerce site and the WordPress support team responded quickly. They patiently guided me through all possible solutions with professionalism and kindness. Absolutely top-notch support, thank you again!</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\">Getting 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/finidev/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/5130e73cbe3d3f31955760307bd605b49fac2a1bbf8b4b3aa2c737ad21b9f607?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/5130e73cbe3d3f31955760307bd605b49fac2a1bbf8b4b3aa2c737ad21b9f607?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/finidev/\" class=\"reviewer-name\">finidev</a> on <span class=\"review-date\">September 27, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>I do love the work that the devs have done for Woo and I look forward to what the future holds for a deeper integration to WP Core.</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\">Fantastic 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/bellet/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/7e98d7e8c653a94ed4f66de772cc4f5bb04db2a690f06576e8426ebaf2d4ad4c?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/7e98d7e8c653a94ed4f66de772cc4f5bb04db2a690f06576e8426ebaf2d4ad4c?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/bellet/\" class=\"reviewer-name\">BelleT</a> on <span class=\"review-date\">September 27, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>I couldn\'t be happier - the speed, quality, and detail of responses and assistance was fantastic. <br />A huge shout-out to all the individuals who assisted me. <br />To anyone who is on the fence about WooCommerce - the support here is fantastic. Just be sure to read the guidelines and try to follow some of the already mentioned suggestions. Be clear in what you\'ve tried and the assistance you\'ll receive will be amazing.</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\">The worse</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/pixer/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/63554d0fd75fad7529bf42c1dfb1db8998f6c69c1760ca8b293df0b73c3fcc42?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/63554d0fd75fad7529bf42c1dfb1db8998f6c69c1760ca8b293df0b73c3fcc42?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/pixer/\" class=\"reviewer-name\">pixer</a> on <span class=\"review-date\">September 26, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">It has the worst source code in the entire galaxy.  It\'s ugly and slow.</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\">It worked! beat the credit card testing bots!</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/jeenic/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/ae4b64487c6d50d847940e45ded83296850c7a830ad7a5ada2824c56f550f529?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/ae4b64487c6d50d847940e45ded83296850c7a830ad7a5ada2824c56f550f529?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/jeenic/\" class=\"reviewer-name\">jeenic</a> on <span class=\"review-date\">September 26, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>I followed the suggestion to install Turnstile to my checkout. It was fairly easy after I figured out how to get the Site Key and Secret Key. Wish I had written it down because now I forget how I did it. Anyway, after I did that, I added inventory back into the products I had marked out of stock and changed my store back to LIVE. So far, so good, no more bogus failed orders! Thanks everyone! I went from being ready to just take down my website store (byJeeni.com)  to feeling good about the great people in the world.</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.2.2.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:512:{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.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.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: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.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.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.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.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.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:\"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.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.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.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.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.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.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.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.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.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:\"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.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.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.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.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.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.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.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.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.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:\"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.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.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.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.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.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.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.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.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.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:\"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.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.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.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.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.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.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.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.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.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:\"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'),(619,'woocommerce_onboarding_profile','a:1:{s:7:\"skipped\";b:1;}','auto'),(620,'nfd_show_dash_after_woo_activation','','auto'),(623,'woocommerce_newly_installed','no','auto'),(624,'woocommerce_schema_version','920','auto'),(625,'woocommerce_store_address','31 Hill Street','on'),(626,'woocommerce_store_address_2','','on'),(627,'woocommerce_store_city','Webster','on'),(628,'woocommerce_default_country','US:CA','on'),(629,'woocommerce_store_postcode','01570','on'),(630,'woocommerce_allowed_countries','specific','on'),(631,'woocommerce_all_except_countries','a:0:{}','on'),(632,'woocommerce_specific_allowed_countries','a:1:{i:0;s:2:\"US\";}','on'),(633,'woocommerce_ship_to_countries','','on'),(634,'woocommerce_specific_ship_to_countries','a:0:{}','on'),(635,'woocommerce_default_customer_address','base','on'),(636,'woocommerce_calc_taxes','yes','on'),(637,'woocommerce_enable_coupons','yes','on'),(638,'woocommerce_calc_discounts_sequentially','no','off'),(639,'woocommerce_currency','USD','on'),(640,'woocommerce_currency_pos','left','on'),(641,'woocommerce_price_thousand_sep',',','on'),(642,'woocommerce_price_decimal_sep','.','on'),(643,'woocommerce_price_num_decimals','2','on'),(644,'woocommerce_shop_page_id','6','on'),(645,'woocommerce_cart_redirect_after_add','yes','on'),(646,'woocommerce_enable_ajax_add_to_cart','no','on'),(647,'woocommerce_placeholder_image','5','on'),(648,'woocommerce_weight_unit','lbs','on'),(649,'woocommerce_dimension_unit','in','on'),(650,'woocommerce_enable_reviews','yes','on'),(651,'woocommerce_review_rating_verification_label','yes','off'),(652,'woocommerce_review_rating_verification_required','no','off'),(653,'woocommerce_enable_review_rating','yes','on'),(654,'woocommerce_review_rating_required','no','off'),(655,'woocommerce_manage_stock','no','on'),(656,'woocommerce_hold_stock_minutes','60','off'),(657,'woocommerce_notify_low_stock','yes','off'),(658,'woocommerce_notify_no_stock','yes','off'),(659,'woocommerce_stock_email_recipient','ben@aggressivegraphix.com','off'),(660,'woocommerce_notify_low_stock_amount','2','off'),(661,'woocommerce_notify_no_stock_amount','0','on'),(662,'woocommerce_hide_out_of_stock_items','no','on'),(663,'woocommerce_stock_format','','on'),(664,'woocommerce_file_download_method','force','off'),(665,'woocommerce_downloads_redirect_fallback_allowed','no','off'),(666,'woocommerce_downloads_require_login','no','off'),(667,'woocommerce_downloads_grant_access_after_payment','yes','off'),(668,'woocommerce_downloads_deliver_inline','','off'),(669,'woocommerce_downloads_add_hash_to_filename','yes','on'),(670,'woocommerce_downloads_count_partial','yes','on'),(672,'woocommerce_attribute_lookup_direct_updates','yes','on'),(673,'woocommerce_attribute_lookup_optimized_updates','no','on'),(674,'woocommerce_product_match_featured_image_by_sku','no','on'),(675,'woocommerce_prices_include_tax','no','on'),(676,'woocommerce_tax_based_on','shipping','on'),(677,'woocommerce_shipping_tax_class','inherit','on'),(678,'woocommerce_tax_round_at_subtotal','no','on'),(679,'woocommerce_tax_classes','','on'),(680,'woocommerce_tax_display_shop','excl','on'),(681,'woocommerce_tax_display_cart','excl','on'),(682,'woocommerce_price_display_suffix','','on'),(683,'woocommerce_tax_total_display','itemized','off'),(684,'woocommerce_enable_shipping_calc','yes','off'),(685,'woocommerce_shipping_cost_requires_address','no','on'),(686,'woocommerce_ship_to_destination','billing','off'),(687,'woocommerce_shipping_debug_mode','yes','on'),(688,'woocommerce_enable_guest_checkout','yes','off'),(689,'woocommerce_enable_checkout_login_reminder','no','off'),(690,'woocommerce_enable_signup_and_login_from_checkout','no','off'),(691,'woocommerce_enable_myaccount_registration','no','off'),(692,'woocommerce_registration_generate_username','yes','off'),(693,'woocommerce_registration_generate_password','yes','off'),(694,'woocommerce_erasure_request_removes_order_data','no','off'),(695,'woocommerce_erasure_request_removes_download_data','no','off'),(696,'woocommerce_allow_bulk_remove_personal_data','no','off'),(697,'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].','on'),(698,'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].','on'),(699,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','off'),(700,'woocommerce_trash_pending_orders','','off'),(701,'woocommerce_trash_failed_orders','','off'),(702,'woocommerce_trash_cancelled_orders','','off'),(703,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','off'),(704,'woocommerce_email_from_name','Aggressive Graphix Order','off'),(705,'woocommerce_email_from_address','sales@aggressivegraphix.com','off'),(706,'woocommerce_email_header_image','https://aggressivegraphix.com/wp-content/uploads/2024/10/AG-logo.png','off'),(707,'woocommerce_email_base_color','#f52222','off'),(708,'woocommerce_email_background_color','#f7f7f7','off'),(709,'woocommerce_email_body_background_color','#ffffff','off'),(710,'woocommerce_email_text_color','#3c3c3c','off'),(711,'woocommerce_email_footer_text','{site_title} &mdash; Copyright 2025','off'),(712,'woocommerce_email_footer_text_color','#3c3c3c','off'),(713,'woocommerce_merchant_email_notifications','no','off'),(714,'woocommerce_cart_page_id','7','off'),(715,'woocommerce_checkout_page_id','8','off'),(716,'woocommerce_myaccount_page_id','9','off'),(717,'woocommerce_terms_page_id','10','off'),(718,'woocommerce_checkout_pay_endpoint','order-pay','on'),(719,'woocommerce_checkout_order_received_endpoint','order-received','on'),(720,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','on'),(721,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','on'),(722,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','on'),(723,'woocommerce_myaccount_orders_endpoint','orders','on'),(724,'woocommerce_myaccount_view_order_endpoint','view-order','on'),(725,'woocommerce_myaccount_downloads_endpoint','downloads','on'),(726,'woocommerce_myaccount_edit_account_endpoint','edit-account','on'),(727,'woocommerce_myaccount_edit_address_endpoint','edit-address','on'),(728,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','on'),(729,'woocommerce_myaccount_lost_password_endpoint','lost-password','on'),(730,'woocommerce_logout_endpoint','customer-logout','on'),(731,'woocommerce_api_enabled','no','on'),(732,'woocommerce_allow_tracking','yes','on'),(733,'woocommerce_show_marketplace_suggestions','no','off'),(734,'woocommerce_custom_orders_table_enabled','yes','on'),(735,'woocommerce_analytics_enabled','yes','on'),(736,'woocommerce_feature_order_attribution_enabled','yes','on'),(737,'woocommerce_feature_product_block_editor_enabled','no','on'),(738,'woocommerce_hpos_fts_index_enabled','no','on'),(739,'woocommerce_single_image_width','600','on'),(740,'woocommerce_thumbnail_image_width','300','on'),(741,'woocommerce_checkout_highlight_required_fields','yes','on'),(742,'woocommerce_demo_store','no','off'),(743,'wc_downloads_approved_directories_mode','enabled','auto'),(744,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:5:\"/shop\";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:1;}','auto'),(745,'current_theme_supports_woocommerce','yes','auto'),(746,'woocommerce_queue_flush_rewrite_rules','no','auto'),(749,'default_product_cat','19','auto'),(751,'woocommerce_refund_returns_page_id','10','auto'),(754,'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:25:\"ben@aggressivegraphix.com\";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:25:\"ben@aggressivegraphix.com\";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:2:\"no\";}','on'),(755,'woocommerce_version','10.2.2','auto'),(756,'woocommerce_db_version','10.2.2','auto'),(757,'woocommerce_store_id','42988cdd-223c-408d-9e58-974da80d7422','auto'),(758,'woocommerce_admin_install_timestamp','1730058558','auto'),(759,'woocommerce_inbox_variant_assignment','6','auto'),(760,'woocommerce_remote_variant_assignment','22','auto'),(769,'yit_recently_activated','a:2:{i:0;s:54:\"yith-stripe-payments-for-woocommerce-extended/init.php\";i:1;s:54:\"yith-stripe-payments-for-woocommerce-extended/init.php\";}','auto'),(773,'recently_activated','a:0:{}','off'),(776,'wc_blocks_version','11.8.0-dev','auto'),(777,'yith_stripe_payments_cache_version','1730058561','auto'),(782,'yith_stripe_payments_brand_c3bb1bb0547974b6398a5509ed6fb755','bluehost','auto'),(783,'woocommerce_task_list_hidden_lists','a:1:{i:0;s:5:\"setup\";}','auto'),(784,'woocommerce_gateway_order','a:3:{s:42:\"pre_install_woocommerce_payments_promotion\";i:2;s:20:\"yith_paypal_payments\";i:0;s:7:\"element\";i:1;}','auto'),(785,'wcpay_welcome_page_incentives_dismissed','a:1:{i:0;s:32:\"wcpay-promo-2023-action-discount\";}','auto'),(786,'woocommerce_maxmind_geolocation_settings','a:1:{s:15:\"database_prefix\";s:32:\"L3DwxHzv9rNwzIbdgCoMkXzP45Q3x3Tk\";}','on'),(787,'_transient_woocommerce_webhook_ids_status_active','a:0:{}','on'),(788,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(789,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(790,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(791,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(792,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(793,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(794,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(795,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(796,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(797,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(798,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(799,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(804,'wc_has_tracked_default_theme','1','auto'),(808,'woocommerce_hooked_blocks_version','9.3.3','auto'),(809,'wc_admin_show_legacy_coupon_menu','0','auto'),(810,'woocommerce_custom_orders_table_created','yes','auto'),(811,'woocommerce_coming_soon','no','auto'),(812,'woocommerce_initial_installed_version','9.3.3','off'),(817,'ce4wp_abandoned_checkout_db_version','1.0','auto'),(818,'wc_blocks_db_schema_version','260','auto'),(819,'wc_remote_inbox_notifications_stored_state','O:8:\"stdClass\":2:{s:22:\"there_were_no_products\";b:1;s:22:\"there_are_now_products\";b:1;}','off'),(833,'wcpay_was_in_use','no','auto'),(838,'yith_stripe_payments_enabled','yes','auto'),(839,'yith_stripe_payments_environment','live','auto'),(840,'yith_stripe_payments_element_settings[capture]','automatic','auto'),(841,'yith_stripe_payments_element_settings[title]','Stripe Payments','auto'),(842,'yith_stripe_payments_element_settings[description]','Use your Credit Card, or choose one of our selected partners to process your payment','auto'),(843,'yith_stripe_payments_element_settings[layout]','tabs','auto'),(844,'yith_stripe_payments_element_settings[accordion_collapsed]','yes','auto'),(845,'yith_stripe_payments_element_settings[accordion_radios]','no','auto'),(846,'yith_stripe_payments_element_settings[accordion_spaced]','no','auto'),(847,'yith_stripe_payments_element_settings[theme]','stripe','auto'),(848,'yit_plugin_fw_panel_wc_default_options_set','a:2:{s:26:\"yith_stripe_payments_panel\";b:1;s:20:\"yith_paypal_payments\";b:1;}','auto'),(849,'yith_ppwc_gp_gateway_options','a:1:{s:7:\"enabled\";s:2:\"no\";}','auto'),(850,'yith_ppwc_ap_gateway_options','a:1:{s:7:\"enabled\";s:2:\"no\";}','auto'),(851,'yith_ppwc_gateway_options[enabled]','yes','auto'),(852,'yith_ppwc_gateway_options[environment]','production','auto'),(853,'yith_ppwc_gateway_enabled_to_manage_custom_card','yes','auto'),(854,'yith_ppwc_gateway_options[intent]','capture','auto'),(855,'yith_ppwc_gateway_options[prefix]','YITH-','auto'),(856,'yith_ppwc_button_funding_sources','a:3:{i:0;s:4:\"card\";i:1;s:8:\"paylater\";i:2;s:5:\"venmo\";}','on'),(857,'yith_ppwc_cc_gateway_options[enabled]','yes','auto'),(858,'yith_ppwc_cc_gateway_options[title]','Pay with a Credit or Debit Card','auto'),(859,'yith_ppwc_cc_gateway_options[description]','Pay safe with a credit or debit card','auto'),(860,'yith_ppwc_cc_gateway_options[3d_secure_setting]','yes','auto'),(861,'yith_ppwc_cc_gateway_options[3d_secure_liability_shift]','a:2:{i:0;s:8:\"possible\";i:1;s:7:\"unknown\";}','auto'),(862,'yith_ppwc_gp_gateway_options[enabled]','no','auto'),(863,'yith_ppwc_ap_gateway_options[enabled]','no','auto'),(864,'yith_ppwc_button_size','a:2:{s:10:\"dimensions\";a:1:{s:5:\"width\";s:3:\"100\";}s:4:\"unit\";s:10:\"percentage\";}','on'),(865,'yith_ppwc_button_on','a:2:{i:0;s:4:\"cart\";i:1;s:8:\"checkout\";}','auto'),(866,'yith_ppwc_gateway_options[fast_checkout]','no','auto'),(867,'yith_ppwc_gateway_options[title]','Pay with PayPal','auto'),(868,'yith_ppwc_gateway_options[description]','Pay safe with PayPal','auto'),(869,'yith_ppwc_button_shape','pill','on'),(870,'yith_ppwc_button_color','silver-pill','on'),(879,'woocommerce_admin_notices','a:1:{i:0;s:23:\"regenerating_thumbnails\";}','auto'),(884,'_transient_timeout_woocommerce_admin_payment_gateway_suggestions_specs','1760059776','off'),(885,'_transient_woocommerce_admin_payment_gateway_suggestions_specs','a:1:{s:5:\"en_US\";a:24:{s:6:\"affirm\";O:8:\"stdClass\":11:{s:2:\"id\";s:6:\"affirm\";s:5:\"title\";s:6:\"Affirm\";s:7:\"content\";s:169:\"Affirm’s tailored Buy Now Pay Later programs remove price as a barrier, turning browsers into buyers, increasing average order value, and expanding your customer base.\";s:5:\"image\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/affirm.png\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/affirm.png\";s:7:\"plugins\";a:0:{}s:13:\"external_link\";s:59:\"https://woocommerce.com/products/woocommerce-gateway-affirm\";s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"6.5.0-dev\";s:8:\"operator\";s:2:\">=\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"9.2.0-dev\";s:8:\"operator\";s:1:\"<\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}i:2;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:4:\"data\";}}i:1;O:8:\"stdClass\":1:{s:3:\"use\";s:10:\"array_keys\";}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:10:\"account_id\";s:7:\"default\";a:0:{}}}}}s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:2:{i:0;s:2:\"US\";i:1;s:2:\"CA\";}s:23:\"recommendation_priority\";i:7;}s:8:\"afterpay\";O:8:\"stdClass\":10:{s:2:\"id\";s:8:\"afterpay\";s:5:\"title\";s:8:\"Afterpay\";s:7:\"content\";s:125:\"Afterpay allows customers to receive products immediately and pay for purchases over four installments, always interest-free.\";s:5:\"image\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/afterpay.png\";s:11:\"image_72x72\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/afterpay.png\";s:7:\"plugins\";a:1:{i:0;s:32:\"afterpay-gateway-for-woocommerce\";}s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"6.5.0-dev\";s:8:\"operator\";s:2:\">=\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"9.2.0-dev\";s:8:\"operator\";s:1:\"<\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}i:2;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:4:\"data\";}}i:1;O:8:\"stdClass\":1:{s:3:\"use\";s:10:\"array_keys\";}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:10:\"account_id\";s:7:\"default\";a:0:{}}}}}s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:3:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"AU\";}s:23:\"recommendation_priority\";i:8;}s:14:\"airwallex_main\";O:8:\"stdClass\":11:{s:2:\"id\";s:14:\"airwallex_main\";s:5:\"title\";s:18:\"Airwallex Payments\";s:7:\"content\";s:115:\"Boost international sales and save on FX fees. Accept 60+ local payment methods including Apple Pay and Google Pay.\";s:5:\"image\";s:105:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/airwallex.png\";s:11:\"image_72x72\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/airwallex.png\";s:12:\"square_image\";s:112:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/airwallex-square.png\";s:7:\"plugins\";a:1:{i:0;s:33:\"airwallex-online-payments-gateway\";}s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:17:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CN\";s:9:\"operation\";s:1:\"=\";}}}}s:14:\"category_other\";a:17:{i:0;s:2:\"GB\";i:1;s:2:\"AT\";i:2;s:2:\"BE\";i:3;s:2:\"EE\";i:4;s:2:\"FR\";i:5;s:2:\"DE\";i:6;s:2:\"GR\";i:7;s:2:\"IE\";i:8;s:2:\"IT\";i:9;s:2:\"NL\";i:10;s:2:\"PL\";i:11;s:2:\"PT\";i:12;s:2:\"AU\";i:13;s:2:\"NZ\";i:14;s:2:\"HK\";i:15;s:2:\"SG\";i:16;s:2:\"CN\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}s:24:\"amazon_payments_advanced\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"amazon_payments_advanced\";s:5:\"title\";s:10:\"Amazon Pay\";s:7:\"content\";s:94:\"Enable a familiar, fast checkout for hundreds of millions of active Amazon customers globally.\";s:5:\"image\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/amazonpay.png\";s:11:\"image_72x72\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/amazonpay.png\";s:7:\"plugins\";a:1:{i:0;s:44:\"woocommerce-gateway-amazon-payments-advanced\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:18:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SL\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"6.5.0-dev\";s:8:\"operator\";s:2:\">=\";}}s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:18:{i:0;s:2:\"US\";i:1;s:2:\"AT\";i:2;s:2:\"BE\";i:3;s:2:\"CY\";i:4;s:2:\"DK\";i:5;s:2:\"ES\";i:6;s:2:\"FR\";i:7;s:2:\"DE\";i:8;s:2:\"GB\";i:9;s:2:\"HU\";i:10;s:2:\"IE\";i:11;s:2:\"IT\";i:12;s:2:\"LU\";i:13;s:2:\"NL\";i:14;s:2:\"PT\";i:15;s:2:\"SL\";i:16;s:2:\"SE\";i:17;s:2:\"JP\";}s:23:\"recommendation_priority\";i:6;}s:4:\"bacs\";O:8:\"stdClass\":8:{s:2:\"id\";s:4:\"bacs\";s:5:\"title\";s:20:\"Direct bank transfer\";s:7:\"content\";s:32:\"Take payments via bank transfer.\";s:5:\"image\";s:100:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/bacs.svg\";s:11:\"image_72x72\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/bacs.png\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":1:{s:4:\"type\";s:4:\"pass\";}}s:10:\"is_offline\";b:1;s:23:\"recommendation_priority\";i:10;}s:3:\"cod\";O:8:\"stdClass\":8:{s:2:\"id\";s:3:\"cod\";s:5:\"title\";s:16:\"Cash on delivery\";s:7:\"content\";s:36:\"Take payments in cash upon delivery.\";s:5:\"image\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/cod.svg\";s:11:\"image_72x72\";s:105:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/cod.png\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":1:{s:4:\"type\";s:4:\"pass\";}}s:10:\"is_offline\";b:1;s:23:\"recommendation_priority\";i:10;}s:4:\"eway\";O:8:\"stdClass\":11:{s:2:\"id\";s:4:\"eway\";s:5:\"title\";s:4:\"Eway\";s:7:\"content\";s:171:\"The Eway extension for WooCommerce allows you to take credit card payments directly on your store without redirecting your customers to a third party site to make payment.\";s:5:\"image\";s:100:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/eway.png\";s:11:\"image_72x72\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/eway.png\";s:12:\"square_image\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/eway-square.png\";s:7:\"plugins\";a:1:{i:0;s:24:\"woocommerce-gateway-eway\";}s:10:\"is_visible\";b:0;s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}s:3:\"kco\";O:8:\"stdClass\":10:{s:2:\"id\";s:3:\"kco\";s:5:\"title\";s:15:\"Klarna Checkout\";s:7:\"content\";s:115:\"Choose the payment that you want, pay now, pay later or slice it. No credit card numbers, no passwords, no worries.\";s:5:\"image\";s:85:\"https://woocommerce.com/wp-content/plugins/woocommerce/assets/images/klarna-black.png\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/klarna.png\";s:7:\"plugins\";a:1:{i:0;s:31:\"klarna-checkout-for-woocommerce\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:3:{i:0;s:2:\"NO\";i:1;s:2:\"SE\";i:2;s:2:\"FI\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}s:15:\"klarna_payments\";O:8:\"stdClass\":10:{s:2:\"id\";s:15:\"klarna_payments\";s:5:\"title\";s:15:\"Klarna Payments\";s:7:\"content\";s:115:\"Choose the payment that you want, pay now, pay later or slice it. No credit card numbers, no passwords, no worries.\";s:5:\"image\";s:85:\"https://woocommerce.com/wp-content/plugins/woocommerce/assets/images/klarna-black.png\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/klarna.png\";s:7:\"plugins\";a:1:{i:0;s:31:\"klarna-payments-for-woocommerce\";}s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:19:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MX\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"9.2.0-dev\";s:8:\"operator\";s:1:\"<\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:39:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PR\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SI\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BG\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HR\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AE\";s:9:\"operation\";s:1:\"=\";}}}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}i:3;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:4:\"data\";}}i:1;O:8:\"stdClass\":1:{s:3:\"use\";s:10:\"array_keys\";}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:10:\"account_id\";s:7:\"default\";a:0:{}}}}}s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:19:{i:0;s:2:\"MX\";i:1;s:2:\"US\";i:2;s:2:\"CA\";i:3;s:2:\"AT\";i:4;s:2:\"BE\";i:5;s:2:\"CH\";i:6;s:2:\"DK\";i:7;s:2:\"ES\";i:8;s:2:\"FI\";i:9;s:2:\"FR\";i:10;s:2:\"DE\";i:11;s:2:\"GB\";i:12;s:2:\"IT\";i:13;s:2:\"NL\";i:14;s:2:\"NO\";i:15;s:2:\"PL\";i:16;s:2:\"SE\";i:17;s:2:\"NZ\";i:18;s:2:\"AU\";}s:23:\"recommendation_priority\";i:9;}s:30:\"mollie_wc_gateway_banktransfer\";O:8:\"stdClass\":11:{s:2:\"id\";s:30:\"mollie_wc_gateway_banktransfer\";s:5:\"title\";s:6:\"Mollie\";s:7:\"content\";s:128:\"Effortless payments by Mollie: Offer global and local payment methods, get onboarded in minutes, and supported in your language.\";s:5:\"image\";s:102:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/mollie.svg\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/mollie.png\";s:12:\"square_image\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/mollie-square.png\";s:7:\"plugins\";a:1:{i:0;s:31:\"mollie-payments-for-woocommerce\";}s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:11:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}}}}s:14:\"category_other\";a:11:{i:0;s:2:\"AT\";i:1;s:2:\"BE\";i:2;s:2:\"CH\";i:3;s:2:\"ES\";i:4;s:2:\"FI\";i:5;s:2:\"FR\";i:6;s:2:\"DE\";i:7;s:2:\"GB\";i:8;s:2:\"IT\";i:9;s:2:\"NL\";i:10;s:2:\"PL\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}s:7:\"payfast\";O:8:\"stdClass\":10:{s:2:\"id\";s:7:\"payfast\";s:5:\"title\";s:7:\"Payfast\";s:7:\"content\";s:299:\"The Payfast extension for WooCommerce enables you to accept payments by Credit Card and EFT via one of South Africa’s most popular payment gateways. No setup fees or monthly subscription costs. Selecting this extension will configure your store to use South African rands as the selected currency.\";s:5:\"image\";s:80:\"https://woocommerce.com/wp-content/plugins/woocommerce/assets/images/payfast.png\";s:11:\"image_72x72\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/payfast.png\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-payfast-gateway\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ZA\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:1:{i:0;s:2:\"ZA\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}s:17:\"payoneer-checkout\";O:8:\"stdClass\":10:{s:2:\"id\";s:17:\"payoneer-checkout\";s:5:\"title\";s:17:\"Payoneer Checkout\";s:7:\"content\";s:202:\"Payoneer Checkout is the next generation of payment processing platforms, giving merchants around the world the solutions and direction they need to succeed in today’s hyper-competitive global market.\";s:5:\"image\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/payoneer.png\";s:11:\"image_72x72\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/payoneer.png\";s:7:\"plugins\";a:1:{i:0;s:17:\"payoneer-checkout\";}s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CN\";s:9:\"operation\";s:1:\"=\";}}}}s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:2:{i:0;s:2:\"HK\";i:1;s:2:\"CN\";}s:23:\"recommendation_priority\";i:10;}s:8:\"paystack\";O:8:\"stdClass\":11:{s:2:\"id\";s:8:\"paystack\";s:5:\"title\";s:8:\"Paystack\";s:7:\"content\";s:127:\"Paystack helps African merchants accept one-time and recurring payments online with a modern, safe, and secure payment gateway.\";s:5:\"image\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/paystack.png\";s:12:\"square_image\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/paystack-square.png\";s:11:\"image_72x72\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/paystack.png\";s:7:\"plugins\";a:1:{i:0;s:12:\"woo-paystack\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ZA\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GH\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NG\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:3:{i:0;s:2:\"ZA\";i:1;s:2:\"GH\";i:2;s:2:\"NG\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}s:7:\"payubiz\";O:8:\"stdClass\":10:{s:2:\"id\";s:7:\"payubiz\";s:5:\"title\";s:20:\"PayU for WooCommerce\";s:7:\"content\";s:169:\"Enable PayU’s exclusive plugin for WooCommerce to start accepting payments in 100+ payment methods available in India including credit cards, debit cards, UPI, & more!\";s:5:\"image\";s:100:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/payu.svg\";s:11:\"image_72x72\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/payu.png\";s:7:\"plugins\";a:1:{i:0;s:10:\"payu-india\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IN\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:1:{i:0;s:2:\"IN\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}s:12:\"ppcp-gateway\";O:8:\"stdClass\":11:{s:2:\"id\";s:12:\"ppcp-gateway\";s:5:\"title\";s:15:\"PayPal Payments\";s:7:\"content\";s:78:\"Safe and secure payments using credit cards or your customer\'s PayPal account.\";s:5:\"image\";s:79:\"https://woocommerce.com/wp-content/plugins/woocommerce/assets/images/paypal.png\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/paypal.png\";s:12:\"square_image\";s:102:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/paypal.svg\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:49:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MX\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BR\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AR\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CL\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CO\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EC\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PE\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"UY\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"VE\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BG\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HR\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SL\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CN\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ID\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IN\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:48:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"MX\";i:3;s:2:\"BR\";i:4;s:2:\"AR\";i:5;s:2:\"CL\";i:6;s:2:\"CO\";i:7;s:2:\"EC\";i:8;s:2:\"PE\";i:9;s:2:\"UY\";i:10;s:2:\"VE\";i:11;s:2:\"AT\";i:12;s:2:\"BE\";i:13;s:2:\"BG\";i:14;s:2:\"HR\";i:15;s:2:\"CH\";i:16;s:2:\"CY\";i:17;s:2:\"CZ\";i:18;s:2:\"DK\";i:19;s:2:\"EE\";i:20;s:2:\"ES\";i:21;s:2:\"FI\";i:22;s:2:\"FR\";i:23;s:2:\"DE\";i:24;s:2:\"GB\";i:25;s:2:\"GR\";i:26;s:2:\"HU\";i:27;s:2:\"IE\";i:28;s:2:\"IT\";i:29;s:2:\"LV\";i:30;s:2:\"LT\";i:31;s:2:\"LU\";i:32;s:2:\"MT\";i:33;s:2:\"NL\";i:34;s:2:\"NO\";i:35;s:2:\"PL\";i:36;s:2:\"PT\";i:37;s:2:\"RO\";i:38;s:2:\"SK\";i:39;s:2:\"SL\";i:40;s:2:\"SE\";i:41;s:2:\"AU\";i:42;s:2:\"NZ\";i:43;s:2:\"HK\";i:44;s:2:\"JP\";i:45;s:2:\"SG\";i:46;s:2:\"CN\";i:47;s:2:\"ID\";}s:19:\"category_additional\";a:49:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"MX\";i:3;s:2:\"BR\";i:4;s:2:\"AR\";i:5;s:2:\"CL\";i:6;s:2:\"CO\";i:7;s:2:\"EC\";i:8;s:2:\"PE\";i:9;s:2:\"UY\";i:10;s:2:\"VE\";i:11;s:2:\"AT\";i:12;s:2:\"BE\";i:13;s:2:\"BG\";i:14;s:2:\"HR\";i:15;s:2:\"CH\";i:16;s:2:\"CY\";i:17;s:2:\"CZ\";i:18;s:2:\"DK\";i:19;s:2:\"EE\";i:20;s:2:\"ES\";i:21;s:2:\"FI\";i:22;s:2:\"FR\";i:23;s:2:\"DE\";i:24;s:2:\"GB\";i:25;s:2:\"GR\";i:26;s:2:\"HU\";i:27;s:2:\"IE\";i:28;s:2:\"IT\";i:29;s:2:\"LV\";i:30;s:2:\"LT\";i:31;s:2:\"LU\";i:32;s:2:\"MT\";i:33;s:2:\"NL\";i:34;s:2:\"NO\";i:35;s:2:\"PL\";i:36;s:2:\"PT\";i:37;s:2:\"RO\";i:38;s:2:\"SK\";i:39;s:2:\"SL\";i:40;s:2:\"SE\";i:41;s:2:\"AU\";i:42;s:2:\"NZ\";i:43;s:2:\"HK\";i:44;s:2:\"JP\";i:45;s:2:\"SG\";i:46;s:2:\"CN\";i:47;s:2:\"ID\";i:48;s:2:\"IN\";}s:23:\"recommendation_priority\";i:4;}s:8:\"razorpay\";O:8:\"stdClass\":10:{s:2:\"id\";s:8:\"razorpay\";s:5:\"title\";s:8:\"Razorpay\";s:7:\"content\";s:133:\"The official Razorpay extension for WooCommerce allows you to accept credit cards, debit cards, netbanking, wallet, and UPI payments.\";s:5:\"image\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/razorpay.svg\";s:11:\"image_72x72\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/razorpay.png\";s:7:\"plugins\";a:1:{i:0;s:12:\"woo-razorpay\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IN\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:1:{i:0;s:2:\"IN\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}s:18:\"square_credit_card\";O:8:\"stdClass\":10:{s:2:\"id\";s:18:\"square_credit_card\";s:5:\"title\";s:6:\"Square\";s:7:\"content\";s:169:\"Securely accept credit and debit cards with one low rate, no surprise fees (custom rates available). Sell online and in store and track sales and inventory in one place.\";s:5:\"image\";s:85:\"https://woocommerce.com/wp-content/plugins/woocommerce/assets/images/square-black.png\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/square.png\";s:7:\"plugins\";a:1:{i:0;s:18:\"woocommerce-square\";}s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}i:1;a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:8:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:14:\"selling_venues\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:12:\"brick-mortar\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:14:\"selling_venues\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:18:\"brick-mortar-other\";}}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:21:\"selling_online_answer\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:21:\"no_im_selling_offline\";s:7:\"default\";s:0:\"\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:21:\"selling_online_answer\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:34:\"im_selling_both_online_and_offline\";s:7:\"default\";s:0:\"\";}}}}}}}}}s:14:\"category_other\";a:8:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"IE\";i:3;s:2:\"ES\";i:4;s:2:\"FR\";i:5;s:2:\"GB\";i:6;s:2:\"AU\";i:7;s:2:\"JP\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:5;}s:6:\"stripe\";O:8:\"stdClass\":11:{s:2:\"id\";s:6:\"stripe\";s:5:\"title\";s:6:\"Stripe\";s:7:\"content\";s:112:\"Accept debit and credit cards in 135+ currencies, methods such as Alipay, and one-touch checkout with Apple Pay.\";s:5:\"image\";s:79:\"https://woocommerce.com/wp-content/plugins/woocommerce/assets/images/stripe.png\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/stripe.png\";s:12:\"square_image\";s:102:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/stripe.svg\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-stripe\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:40:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MX\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BR\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BG\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SL\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ID\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IN\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:40:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"MX\";i:3;s:2:\"BR\";i:4;s:2:\"AT\";i:5;s:2:\"BE\";i:6;s:2:\"BG\";i:7;s:2:\"CH\";i:8;s:2:\"CY\";i:9;s:2:\"CZ\";i:10;s:2:\"DK\";i:11;s:2:\"EE\";i:12;s:2:\"ES\";i:13;s:2:\"FI\";i:14;s:2:\"FR\";i:15;s:2:\"DE\";i:16;s:2:\"GB\";i:17;s:2:\"GR\";i:18;s:2:\"HU\";i:19;s:2:\"IE\";i:20;s:2:\"IT\";i:21;s:2:\"LV\";i:22;s:2:\"LT\";i:23;s:2:\"LU\";i:24;s:2:\"MT\";i:25;s:2:\"NL\";i:26;s:2:\"NO\";i:27;s:2:\"PL\";i:28;s:2:\"PT\";i:29;s:2:\"RO\";i:30;s:2:\"SK\";i:31;s:2:\"SL\";i:32;s:2:\"SE\";i:33;s:2:\"AU\";i:34;s:2:\"NZ\";i:35;s:2:\"HK\";i:36;s:2:\"JP\";i:37;s:2:\"SG\";i:38;s:2:\"ID\";i:39;s:2:\"IN\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:3;}s:23:\"woo-mercado-pago-custom\";O:8:\"stdClass\":11:{s:2:\"id\";s:23:\"woo-mercado-pago-custom\";s:5:\"title\";s:12:\"Mercado Pago\";s:7:\"content\";s:198:\"Set up your payment methods and accept credit and debit cards, cash, bank transfers and money from your Mercado Pago account. Offer safe and secure payments with Latin America’s leading processor.\";s:5:\"image\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/mercadopago.png\";s:11:\"image_72x72\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/mercadopago.png\";s:7:\"plugins\";a:1:{i:0;s:23:\"woocommerce-mercadopago\";}s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:8:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AR\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CL\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CO\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EC\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"UY\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MX\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BR\";s:9:\"operation\";s:1:\"=\";}}}}s:16:\"is_local_partner\";b:1;s:14:\"category_other\";a:8:{i:0;s:2:\"AR\";i:1;s:2:\"CL\";i:2;s:2:\"CO\";i:3;s:2:\"EC\";i:4;s:2:\"PE\";i:5;s:2:\"UY\";i:6;s:2:\"MX\";i:7;s:2:\"BR\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}s:20:\"woocommerce_payments\";O:8:\"stdClass\":10:{s:2:\"id\";s:20:\"woocommerce_payments\";s:5:\"title\";s:11:\"WooPayments\";s:7:\"content\";s:84:\"Manage transactions without leaving your WordPress Dashboard. Only with WooPayments.\";s:5:\"image\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:12:\"square_image\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/woocommerce.svg\";s:11:\"image_72x72\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:11:\"description\";s:225:\"With WooPayments, you can securely accept major cards, Apple Pay, and payments in over 100 currencies. Track cash flow and manage recurring revenue directly from your store’s dashboard - with no setup costs or monthly fees.\";s:10:\"is_visible\";a:4:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:39:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PR\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SI\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BG\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HR\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AE\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:10:\"5.10.0-dev\";s:8:\"operator\";s:1:\"<\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:17:\"woocommerce-admin\";}}}}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:17:\"woocommerce-admin\";s:7:\"version\";s:9:\"2.9.0-dev\";s:8:\"operator\";s:1:\"<\";}}}}s:23:\"recommendation_priority\";i:2;}s:47:\"woocommerce_payments:without-in-person-payments\";O:8:\"stdClass\":10:{s:2:\"id\";s:47:\"woocommerce_payments:without-in-person-payments\";s:5:\"title\";s:11:\"WooPayments\";s:7:\"content\";s:84:\"Manage transactions without leaving your WordPress Dashboard. Only with WooPayments.\";s:5:\"image\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:11:\"image_72x72\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:12:\"square_image\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/woocommerce.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:11:\"description\";s:225:\"With WooPayments, you can securely accept major cards, Apple Pay, and payments in over 100 currencies. Track cash flow and manage recurring revenue directly from your store’s dashboard - with no setup costs or monthly fees.\";s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:37:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PR\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SI\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BG\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HR\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AE\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:17:\"woocommerce-admin\";s:7:\"version\";s:9:\"2.9.0-dev\";s:8:\"operator\";s:2:\">=\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:10:\"5.10.0-dev\";s:8:\"operator\";s:2:\">=\";}}}}s:23:\"recommendation_priority\";i:1;}s:44:\"woocommerce_payments:with-in-person-payments\";O:8:\"stdClass\":10:{s:2:\"id\";s:44:\"woocommerce_payments:with-in-person-payments\";s:5:\"title\";s:11:\"WooPayments\";s:7:\"content\";s:84:\"Manage transactions without leaving your WordPress Dashboard. Only with WooPayments.\";s:5:\"image\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:11:\"image_72x72\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:12:\"square_image\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/woocommerce.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:11:\"description\";s:212:\"With WooPayments, you can securely accept major cards, Apple Pay, and payments in over 100 currencies – with no setup costs or monthly fees – and you can now accept in-person payments with the Woo mobile app.\";s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:17:\"woocommerce-admin\";s:7:\"version\";s:9:\"2.9.0-dev\";s:8:\"operator\";s:2:\">=\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:10:\"5.10.0-dev\";s:8:\"operator\";s:2:\">=\";}}}}s:23:\"recommendation_priority\";i:0;}s:25:\"woocommerce_payments:bnpl\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"woocommerce_payments:bnpl\";s:5:\"title\";s:38:\"Activate BNPL instantly on WooPayments\";s:7:\"content\";s:185:\"The world’s favorite buy now, pay later options and many more are right at your fingertips with WooPayments — all from one dashboard, without needing multiple extensions and logins.\";s:5:\"image\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay-bnpl.svg\";s:11:\"image_72x72\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay-bnpl.svg\";s:12:\"square_image\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/woocommerce.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:10:\"is_visible\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:18:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"9.2.0-dev\";s:8:\"operator\";s:2:\">=\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}i:4;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:4:\"data\";}}i:1;O:8:\"stdClass\":1:{s:3:\"use\";s:10:\"array_keys\";}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:10:\"account_id\";s:7:\"default\";a:0:{}}}s:23:\"recommendation_priority\";i:10;}s:8:\"zipmoney\";O:8:\"stdClass\":10:{s:2:\"id\";s:8:\"zipmoney\";s:5:\"title\";s:27:\"Zip Co - Buy Now, Pay Later\";s:7:\"content\";s:84:\"Give your customers the power to pay later, interest free and watch your sales grow.\";s:5:\"image\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/zipmoney.png\";s:11:\"image_72x72\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/zipmoney.png\";s:7:\"plugins\";a:1:{i:0;s:29:\"zipmoney-payments-woocommerce\";}s:10:\"is_visible\";b:0;s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}}}','off'),(900,'woocommerce_tracker_last_send','1759108819','auto'),(912,'wpforms_challenge','a:13:{s:6:\"status\";s:7:\"skipped\";s:4:\"step\";i:0;s:7:\"user_id\";i:1;s:7:\"form_id\";i:0;s:10:\"embed_page\";i:0;s:16:\"embed_page_title\";s:0:\"\";s:16:\"started_date_gmt\";s:19:\"2024-10-27 19:49:47\";s:17:\"finished_date_gmt\";s:19:\"2024-10-27 19:49:47\";s:13:\"seconds_spent\";i:0;s:12:\"seconds_left\";i:300;s:13:\"feedback_sent\";b:0;s:19:\"feedback_contact_me\";b:0;s:13:\"window_closed\";s:0:\"\";}','auto'),(915,'_wpforms_transient_timeout_templates.json','1759752149','off'),(916,'_wpforms_transient_templates.json','1759147349','off'),(917,'_wpforms_transient_wpforms_htaccess_file','a:3:{s:4:\"size\";i:737;s:5:\"mtime\";i:1730058587;s:5:\"ctime\";i:1730058587;}','on'),(918,'_wpforms_transient_wpforms_/home3/aggrest5/public_html/website_675b3277/wp-content/uploads/wpforms/cache/.htaccess_file','a:3:{s:4:\"size\";i:446;s:5:\"mtime\";i:1749828393;s:5:\"ctime\";i:1749828393;}','on'),(930,'_transient_woocommerce_reports-transient-version','1759511188','on'),(943,'woocommerce_marketplace_suggestions','a:2:{s:11:\"suggestions\";a:28:{i:0;a:4:{s:4:\"slug\";s:28:\"product-edit-meta-tab-header\";s:7:\"context\";s:28:\"product-edit-meta-tab-header\";s:5:\"title\";s:22:\"Recommended extensions\";s:13:\"allow-dismiss\";b:0;}i:1;a:6:{s:4:\"slug\";s:39:\"product-edit-meta-tab-footer-browse-all\";s:7:\"context\";s:28:\"product-edit-meta-tab-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:2;a:9:{s:4:\"slug\";s:46:\"product-edit-mailchimp-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-mailchimp\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:116:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/mailchimp-for-memberships.svg\";s:5:\"title\";s:25:\"Mailchimp for Memberships\";s:4:\"copy\";s:79:\"Completely automate your email lists by syncing membership changes to Mailchimp\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/mailchimp-woocommerce-memberships/\";}i:3;a:9:{s:4:\"slug\";s:19:\"product-edit-addons\";s:7:\"product\";s:26:\"woocommerce-product-addons\";s:14:\"show-if-active\";a:2:{i:0;s:25:\"woocommerce-subscriptions\";i:1;s:20:\"woocommerce-bookings\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-add-ons.svg\";s:5:\"title\";s:15:\"Product Add-Ons\";s:4:\"copy\";s:93:\"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/\";}i:4;a:9:{s:4:\"slug\";s:46:\"product-edit-woocommerce-subscriptions-gifting\";s:7:\"product\";s:33:\"woocommerce-subscriptions-gifting\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:116:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/gifting-for-subscriptions.svg\";s:5:\"title\";s:25:\"Gifting for Subscriptions\";s:4:\"copy\";s:70:\"Let customers buy subscriptions for others - they\'re the ultimate gift\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/woocommerce-subscriptions-gifting/\";}i:5;a:9:{s:4:\"slug\";s:42:\"product-edit-teams-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-for-teams\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:112:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/teams-for-memberships.svg\";s:5:\"title\";s:21:\"Teams for Memberships\";s:4:\"copy\";s:123:\"Adds B2B functionality to WooCommerce Memberships, allowing sites to sell team, group, corporate, or family member accounts\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/teams-woocommerce-memberships/\";}i:6;a:8:{s:4:\"slug\";s:29:\"product-edit-variation-images\";s:7:\"product\";s:39:\"woocommerce-additional-variation-images\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:118:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/additional-variation-images.svg\";s:5:\"title\";s:27:\"Additional Variation Images\";s:4:\"copy\";s:72:\"Showcase your products in the best light with a image for each variation\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:73:\"https://woocommerce.com/products/woocommerce-additional-variation-images/\";}i:7;a:9:{s:4:\"slug\";s:47:\"product-edit-woocommerce-subscription-downloads\";s:7:\"product\";s:34:\"woocommerce-subscription-downloads\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscription-downloads.svg\";s:5:\"title\";s:22:\"Subscription Downloads\";s:4:\"copy\";s:57:\"Give customers special downloads with their subscriptions\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:68:\"https://woocommerce.com/products/woocommerce-subscription-downloads/\";}i:8;a:8:{s:4:\"slug\";s:31:\"product-edit-min-max-quantities\";s:7:\"product\";s:30:\"woocommerce-min-max-quantities\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/min-max-quantities.svg\";s:5:\"title\";s:18:\"Min/Max Quantities\";s:4:\"copy\";s:81:\"Specify minimum and maximum allowed product quantities for orders to be completed\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/min-max-quantities/\";}i:9;a:8:{s:4:\"slug\";s:28:\"product-edit-name-your-price\";s:7:\"product\";s:27:\"woocommerce-name-your-price\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/name-your-price.svg\";s:5:\"title\";s:15:\"Name Your Price\";s:4:\"copy\";s:70:\"Let customers pay what they want - useful for donations, tips and more\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/name-your-price/\";}i:10;a:8:{s:4:\"slug\";s:42:\"product-edit-woocommerce-one-page-checkout\";s:7:\"product\";s:29:\"woocommerce-one-page-checkout\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/one-page-checkout.svg\";s:5:\"title\";s:17:\"One Page Checkout\";s:4:\"copy\";s:92:\"Don\'t make customers click around - let them choose products, checkout & pay all on one page\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/woocommerce-one-page-checkout/\";}i:11;a:9:{s:4:\"slug\";s:24:\"product-edit-automatewoo\";s:7:\"product\";s:11:\"automatewoo\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscriptions.svg\";s:5:\"title\";s:23:\"Automate your marketing\";s:4:\"copy\";s:89:\"Win customers and keep them coming back with a nearly endless range of powerful workflows\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:45:\"https://woocommerce.com/products/automatewoo/\";}i:12;a:4:{s:4:\"slug\";s:19:\"orders-empty-header\";s:7:\"context\";s:24:\"orders-list-empty-header\";s:5:\"title\";s:20:\"Tools for your store\";s:13:\"allow-dismiss\";b:0;}i:13;a:6:{s:4:\"slug\";s:30:\"orders-empty-footer-browse-all\";s:7:\"context\";s:24:\"orders-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:14;a:8:{s:4:\"slug\";s:19:\"orders-empty-wc-pay\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-payments\";s:4:\"icon\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/woocommerce-payments.svg\";s:5:\"title\";s:11:\"WooPayments\";s:4:\"copy\";s:125:\"Securely accept payments and manage transactions directly from your WooCommerce dashboard – no setup costs or monthly fees.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:45:\"https://woocommerce.com/products/woopayments/\";}i:15;a:8:{s:4:\"slug\";s:19:\"orders-empty-zapier\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:18:\"woocommerce-zapier\";s:4:\"icon\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/zapier.svg\";s:5:\"title\";s:6:\"Zapier\";s:4:\"copy\";s:88:\"Save time and increase productivity by connecting your store to more than 1000+ services\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/woocommerce-zapier/\";}i:16;a:8:{s:4:\"slug\";s:30:\"orders-empty-shipment-tracking\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:29:\"woocommerce-shipment-tracking\";s:4:\"icon\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/shipment-tracking.svg\";s:5:\"title\";s:17:\"Shipment Tracking\";s:4:\"copy\";s:86:\"Let customers know when their orders will arrive by adding shipment tracking to emails\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:51:\"https://woocommerce.com/products/shipment-tracking/\";}i:17;a:8:{s:4:\"slug\";s:32:\"orders-empty-table-rate-shipping\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:31:\"woocommerce-table-rate-shipping\";s:4:\"icon\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/table-rate-shipping.svg\";s:5:\"title\";s:19:\"Table Rate Shipping\";s:4:\"copy\";s:122:\"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/\";}i:18;a:8:{s:4:\"slug\";s:40:\"orders-empty-shipping-carrier-extensions\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:4:\"icon\";s:118:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/shipping-carrier-extensions.svg\";s:5:\"title\";s:27:\"Shipping Carrier Extensions\";s:4:\"copy\";s:116:\"Show live rates from FedEx, UPS, USPS and more directly on your store - never under or overcharge for shipping again\";s:11:\"button-text\";s:13:\"Find Carriers\";s:8:\"promoted\";s:26:\"category-shipping-carriers\";s:3:\"url\";s:99:\"https://woocommerce.com/product-category/woocommerce-extensions/shipping-methods/shipping-carriers/\";}i:19;a:8:{s:4:\"slug\";s:32:\"orders-empty-google-product-feed\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-product-feeds\";s:4:\"icon\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/google-product-feed.svg\";s:5:\"title\";s:19:\"Google Product Feed\";s:4:\"copy\";s:76:\"Increase sales by letting customers find you when they\'re shopping on Google\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/google-product-feed/\";}i:20;a:4:{s:4:\"slug\";s:35:\"products-empty-header-product-types\";s:7:\"context\";s:26:\"products-list-empty-header\";s:5:\"title\";s:23:\"Other types of products\";s:13:\"allow-dismiss\";b:0;}i:21;a:6:{s:4:\"slug\";s:32:\"products-empty-footer-browse-all\";s:7:\"context\";s:26:\"products-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:22;a:8:{s:4:\"slug\";s:30:\"products-empty-product-vendors\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-vendors\";s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-vendors.svg\";s:5:\"title\";s:15:\"Product Vendors\";s:4:\"copy\";s:47:\"Turn your store into a multi-vendor marketplace\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-vendors/\";}i:23;a:8:{s:4:\"slug\";s:26:\"products-empty-memberships\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:23:\"woocommerce-memberships\";s:4:\"icon\";s:102:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/memberships.svg\";s:5:\"title\";s:11:\"Memberships\";s:4:\"copy\";s:76:\"Give members access to restricted content or products, for a fee or for free\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:57:\"https://woocommerce.com/products/woocommerce-memberships/\";}i:24;a:9:{s:4:\"slug\";s:35:\"products-empty-woocommerce-deposits\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-deposits\";s:14:\"show-if-active\";a:1:{i:0;s:20:\"woocommerce-bookings\";}s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/deposits.svg\";s:5:\"title\";s:8:\"Deposits\";s:4:\"copy\";s:75:\"Make it easier for customers to pay by offering a deposit or a payment plan\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-deposits/\";}i:25;a:8:{s:4:\"slug\";s:40:\"products-empty-woocommerce-subscriptions\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-subscriptions\";s:4:\"icon\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscriptions.svg\";s:5:\"title\";s:13:\"Subscriptions\";s:4:\"copy\";s:97:\"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/\";}i:26;a:8:{s:4:\"slug\";s:35:\"products-empty-woocommerce-bookings\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-bookings\";s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/bookings.svg\";s:5:\"title\";s:8:\"Bookings\";s:4:\"copy\";s:99:\"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/\";}i:27;a:8:{s:4:\"slug\";s:30:\"products-empty-product-bundles\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-bundles\";s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-bundles.svg\";s:5:\"title\";s:15:\"Product Bundles\";s:4:\"copy\";s:49:\"Offer customizable bundles and assembled products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-bundles/\";}}s:7:\"updated\";i:1731282886;}','off'),(948,'_transient_product_query-transient-version','1759503155','on'),(953,'_transient_product-transient-version','1759503155','on'),(1111,'_transient_shipping-transient-version','1759325866','on'),(1114,'deleted_plugin','a:7:{s:4:\"slug\";s:53:\"facebook-for-woocommerce/facebook-for-woocommerce.php\";s:7:\"version\";s:5:\"3.5.7\";s:5:\"title\";s:24:\"Facebook for WooCommerce\";s:3:\"url\";s:56:\"https://github.com/woocommerce/facebook-for-woocommerce/\";s:6:\"active\";b:0;s:2:\"mu\";b:0;s:12:\"auto_updates\";b:1;}','auto'),(1206,'current_theme','eRide','auto'),(1207,'theme_mods_ag','a:5:{i:0;b:0;s:19:\"wp_classic_sidebars\";a:0:{}s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:100;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1738828157;s:4:\"data\";a:1:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}}}}','off'),(1208,'theme_switched','','auto'),(1229,'sharing-options','a:1:{s:6:\"global\";a:5:{s:12:\"button_style\";s:9:\"icon-text\";s:13:\"sharing_label\";s:11:\"Share this:\";s:10:\"open_links\";s:4:\"same\";s:4:\"show\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:6:\"custom\";a:0:{}}}','auto'),(1230,'post_by_email_address1','NULL','auto'),(1244,'woocommerce_admin_customize_store_completed','yes','auto'),(1275,'woocommerce_tracker_ua','a:16:{i:0;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36\";i:1;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:2;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:3;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";i:4;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:5;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:6;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:7;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:8;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:9;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:10;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36\";i:11;s:101:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";i:12;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:13;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:14;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:15;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\";}','off'),(1338,'jetpack_site_icon_url','https://aggressivegraphix.com/wp-content/uploads/2025/08/aggressivegraphix-profile.webp','auto'),(1339,'WPLANG','','auto'),(1340,'new_admin_email','ben@aggressivegraphix.com','auto'),(1341,'newfold_cache_level','2','auto'),(1458,'jetpack_mapbox_api_key','pk.eyJ1IjoiYWdncmVzc2l2ZWdyZngiLCJhIjoiY20yczJnMDY1MDk0dTJqcHluOWl6Njd3dyJ9.s-Jjw7pvwSoo2Vcx-hrpBA','auto'),(1615,'site_logo','67','auto'),(1665,'jetpack_last_connect_url_check','1758996316','no'),(2738,'wp_calendar_block_has_published_posts','','auto'),(2985,'woocommerce_ces_tracks_queue','a:1:{i:0;a:8:{s:6:\"action\";s:14:\"product_update\";s:5:\"title\";s:37:\"How easy was it to edit your product?\";s:13:\"firstQuestion\";s:47:\"The product update process is easy to complete.\";s:14:\"secondQuestion\";s:42:\"The product update process meets my needs.\";s:14:\"onsubmit_label\";s:28:\"Thank you for your feedback!\";s:7:\"pagenow\";s:7:\"product\";s:9:\"adminpage\";s:8:\"post-php\";s:5:\"props\";a:1:{s:13:\"product_count\";i:1;}}}','auto'),(3866,'wpforms_process_forms_locator_status','completed','auto'),(3871,'_transient_health-check-site-status-result','{\"good\":26,\"recommended\":10,\"critical\":1}','on'),(3877,'jetpack_active_plan','a:11:{s:10:\"product_id\";i:2002;s:12:\"product_slug\";s:12:\"jetpack_free\";s:12:\"product_name\";s:12:\"Jetpack Free\";s:18:\"product_name_short\";s:4:\"Free\";s:7:\"expired\";b:0;s:14:\"billing_period\";s:0:\"\";s:13:\"user_is_owner\";b:0;s:7:\"is_free\";b:1;s:11:\"license_key\";s:30:\"free_iDw5wxDGHq8t3P3ZtpYvuVqRd\";s:15:\"subscribed_date\";s:0:\"\";s:8:\"features\";a:2:{s:6:\"active\";a:20:{i:0;s:12:\"advanced-seo\";i:1;s:3:\"cdn\";i:2;s:9:\"donations\";i:3;s:14:\"multistep-form\";i:4;s:14:\"install-themes\";i:5;s:17:\"jetpack-dashboard\";i:6;s:18:\"recurring-payments\";i:7;s:11:\"republicize\";i:8;s:17:\"security-settings\";i:9;s:17:\"seo-preview-tools\";i:10;s:14:\"send-a-message\";i:11;s:18:\"social-shares-1000\";i:12;s:29:\"social-connections-management\";i:13;s:18:\"upload-audio-files\";i:14;s:18:\"upload-video-files\";i:15;s:15:\"whatsapp-button\";i:16;s:25:\"social-image-auto-convert\";i:17;s:17:\"social-admin-page\";i:18;s:19:\"social-share-status\";i:19;s:21:\"social-editor-preview\";}s:9:\"available\";a:49:{s:7:\"akismet\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:8:\"antispam\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:7:\"backups\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:13:\"backups-daily\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:8:\"calendly\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:20:\"cloudflare-analytics\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:14:\"cloudflare-cdn\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:10:\"core/audio\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:10:\"core/cover\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:10:\"core/video\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:17:\"full-activity-log\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:16:\"google-analytics\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:9:\"opentable\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:16:\"priority_support\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:4:\"scan\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:15:\"simple-payments\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:28:\"subscriber-unlimited-imports\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:7:\"support\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:29:\"vaultpress-automated-restores\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:25:\"vaultpress-backup-archive\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:18:\"vaultpress-backups\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:24:\"vaultpress-storage-space\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:13:\"video-hosting\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:10:\"videopress\";a:8:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:16:\"jetpack_complete\";i:7;s:24:\"jetpack_complete_monthly\";}s:22:\"videopress-1tb-storage\";a:6:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";}s:16:\"videopress/video\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:7:\"wordads\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:15:\"wordads-jetpack\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:6:\"search\";a:4:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:16:\"jetpack_complete\";i:3;s:24:\"jetpack_complete_monthly\";}s:18:\"google-my-business\";a:11:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:25:\"jetpack_security_realtime\";i:3;s:33:\"jetpack_security_realtime_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";i:6;s:29:\"jetpack_security_t1_bi_yearly\";i:7;s:26:\"jetpack_security_t1_yearly\";i:8;s:27:\"jetpack_security_t1_monthly\";i:9;s:26:\"jetpack_security_t2_yearly\";i:10;s:27:\"jetpack_security_t2_monthly\";}s:9:\"polldaddy\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:15:\"personal-themes\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:14:\"premium-themes\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:17:\"real-time-backups\";a:11:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:25:\"jetpack_security_realtime\";i:3;s:33:\"jetpack_security_realtime_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";i:6;s:29:\"jetpack_security_t1_bi_yearly\";i:7;s:26:\"jetpack_security_t1_yearly\";i:8;s:27:\"jetpack_security_t1_monthly\";i:9;s:26:\"jetpack_security_t2_yearly\";i:10;s:27:\"jetpack_security_t2_monthly\";}s:10:\"stats-paid\";a:4:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:16:\"jetpack_complete\";i:3;s:24:\"jetpack_complete_monthly\";}s:16:\"stats-commercial\";a:4:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:16:\"jetpack_complete\";i:3;s:24:\"jetpack_complete_monthly\";}s:28:\"vaultpress-security-scanning\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:12:\"ai-assistant\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:15:\"ai-seo-enhancer\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:18:\"cloud-critical-css\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:20:\"cornerstone-10-pages\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:10:\"field-file\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:14:\"image-cdn-liar\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:17:\"image-cdn-quality\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:19:\"image-size-analysis\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:14:\"instant-search\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:19:\"performance-history\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:26:\"social-enhanced-publishing\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:22:\"social-image-generator\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}}}}','on'),(3928,'wpforms_version_upgraded_from','1.9.7.2','auto'),(3929,'wpforms_version_previous','1.9.8','auto'),(3932,'wpforms_splash_data_version','1.9.6','auto'),(4196,'woocommerce-mkl-pc-for-variable-products_updater_options','a:3:{s:20:\"wp55_option_migrated\";b:1;s:14:\"site_host_path\";s:21:\"aggressivegraphix.com\";s:5:\"email\";s:25:\"ben@aggressivegraphix.com\";}','on'),(4255,'mkl_pc_version','1.5.3','auto'),(5207,'mkl_pc__settings','a:42:{s:22:\"mkl_pc__button_classes\";s:13:\"config-button\";s:20:\"mkl_pc__button_label\";s:8:\"Build it\";s:13:\"mkl_pc__theme\";s:5:\"float\";s:18:\"preview_image_size\";s:4:\"full\";s:14:\"thumbnail_size\";s:6:\"medium\";s:18:\"image_loading_mode\";s:5:\"eager\";s:22:\"show_layer_description\";s:2:\"on\";s:33:\"close_configurator_on_add_to_cart\";s:2:\"on\";s:35:\"close_choices_when_selecting_choice\";s:2:\"on\";s:25:\"configure_button_location\";s:37:\"woocommerce_after_add_to_cart_form:20\";s:17:\"show_reset_button\";s:2:\"on\";s:16:\"open_first_layer\";s:2:\"on\";s:18:\"show_image_in_cart\";s:2:\"on\";s:19:\"cart_thumbnail_size\";s:6:\"medium\";s:11:\"save_images\";s:10:\"on_the_fly\";s:23:\"force_image_in_checkout\";s:2:\"on\";s:20:\"force_image_in_email\";s:2:\"on\";s:8:\"sku_mode\";s:10:\"individual\";s:8:\"sku_glue\";s:0:\"\";s:9:\"sku_label\";s:0:\"\";s:36:\"enable_configurator_ajax_add_to_cart\";s:2:\"on\";s:18:\"admin_save_timeout\";s:0:\"\";s:25:\"reset_configuration_label\";s:12:\"Reset design\";s:24:\"edit_configuration_label\";s:0:\"\";s:17:\"edit_item_in_cart\";s:0:\"\";s:21:\"download_config_image\";s:22:\"Download configuration\";s:18:\"view_configuration\";s:0:\"\";s:29:\"configuration_cart_meta_label\";s:0:\"\";s:28:\"loading_configurator_message\";s:0:\"\";s:18:\"angle_switch_label\";s:0:\"\";s:19:\"previous_step_label\";s:0:\"\";s:15:\"next_step_label\";s:0:\"\";s:32:\"add_to_cart_success__redirection\";s:0:\"\";s:25:\"configuration_costs_label\";s:0:\"\";s:26:\"always_show_fields_in_cart\";s:2:\"on\";s:16:\"max_chars_prefix\";s:0:\"\";s:16:\"max_chars_suffix\";s:0:\"\";s:46:\"upload_field__keep_temp_files_for_so_maby_days\";s:0:\"\";s:15:\"min_value_error\";s:0:\"\";s:22:\"min_value_error_global\";s:0:\"\";s:15:\"max_value_error\";s:0:\"\";s:22:\"max_value_error_global\";s:0:\"\";}','auto'),(7277,'nfd_fb_hash_hiive_token','25a08f5b5a5162f0163a407ae951c03d','auto'),(7281,'nfd_empty_trash_days','7','auto'),(7396,'_transient_orders-transient-version','1759511188','on'),(7538,'woocommerce_clear_ces_tracks_queue_for_page','','auto'),(7539,'woocommerce_ces_shown_for_actions','a:5:{i:0;s:17:\"shop_order_update\";i:1;s:10:\"ces_search\";i:2;s:15:\"settings_change\";i:3;s:16:\"add_product_tags\";i:4;s:22:\"add_product_categories\";}','auto'),(7570,'wpseo_taxonomy_meta','a:1:{s:11:\"product_cat\";a:8:{i:26;a:2:{s:13:\"wpseo_linkdex\";s:5:\"-2803\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:24;a:5:{s:11:\"wpseo_title\";s:43:\"%%term_title%%%%page%% %%sep%% %%sitename%%\";s:10:\"wpseo_desc\";s:155:\"Graphics design with you, not just for you. Every dirt bike and quad graphic is designed from scratch and tailored to your needs. You get the kit YOU want.\";s:13:\"wpseo_focuskw\";s:28:\"motocross dirt bike graphics\";s:13:\"wpseo_linkdex\";s:2:\"65\";s:19:\"wpseo_content_score\";s:2:\"90\";}i:25;a:2:{s:13:\"wpseo_linkdex\";s:5:\"-2803\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:37;a:2:{s:13:\"wpseo_linkdex\";s:5:\"-2803\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:53;a:2:{s:13:\"wpseo_linkdex\";s:5:\"-2803\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:54;a:2:{s:13:\"wpseo_linkdex\";s:5:\"-2803\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:29;a:5:{s:11:\"wpseo_title\";s:44:\"%%term_title%% %%page%% %%sep%% %%sitename%%\";s:10:\"wpseo_desc\";s:146:\"Customize your jersey with your name, number, and logos using our stylish fonts and eye popping colors. Let those other riders know who is faster.\";s:13:\"wpseo_focuskw\";s:30:\"custom jersey lettering prints\";s:13:\"wpseo_linkdex\";s:2:\"65\";s:19:\"wpseo_content_score\";s:2:\"90\";}i:36;a:4:{s:10:\"wpseo_desc\";s:133:\"Transform your pit or event setup to look like a pro! Stand out with a custom printed canopy and accessories to bring more attention.\";s:13:\"wpseo_focuskw\";s:68:\"custom canopy 10x10 10x15 10x20 full wall half wall table cloth flag\";s:13:\"wpseo_linkdex\";s:2:\"62\";s:19:\"wpseo_content_score\";s:2:\"90\";}}}','auto'),(9053,'envira_over_time','a:4:{s:14:\"installed_lite\";s:10:\"1730422334\";s:17:\"installed_version\";s:6:\"1.11.1\";s:14:\"installed_date\";s:10:\"1759325088\";s:13:\"installed_pro\";s:10:\"1759325088\";}','auto'),(9056,'envira_lite_version','1.9.1','off'),(9063,'envira_gallery_116','1','auto'),(9064,'envira_gallery_121','1','auto'),(9065,'envira_lite_wizard','yes','auto'),(9073,'envira_gallery_review','a:2:{s:4:\"time\";i:1730422345;s:9:\"dismissed\";b:0;}','auto'),(9480,'wpforms_email_summaries_fetch_info_blocks_last_run','1759318761','auto'),(9855,'wpcom_publish_posts_with_markdown','1','auto'),(10284,'envira_admin_menu_tooltip','1741034533','auto'),(11143,'odyssey_stats_admin_asset_cache_buster','{\"cache_buster\":\"b71b20b7971\",\"cached_at\":1759410160452}','off'),(11767,'woocommerce_share_key','huMwc6PG424mevbrHFU383DtY8r1ohUl','auto'),(11778,'woocommerce_navigation_enabled','no','auto'),(11779,'woocommerce_settings_enabled','no','auto'),(11807,'woocommerce_helper_data','a:3:{s:4:\"auth\";a:5:{s:12:\"access_token\";s:40:\"408a659be395efdf38f8a6f216fcefc69f25514b\";s:19:\"access_token_secret\";s:40:\"93921bb9360d6ab38b0e6a9dc5a04e931482d0d0\";s:7:\"site_id\";i:2219903;s:7:\"user_id\";i:1;s:7:\"updated\";i:1731288282;}s:14:\"auth_user_data\";a:2:{s:4:\"name\";s:17:\"AggressiveGraphix\";s:5:\"email\";s:25:\"ben@aggressivegraphix.com\";}s:27:\"my_subscriptions_tab_loaded\";s:19:\"2025-10-03 17:33:31\";}','on'),(11819,'wccom-product-installation-state-18734003407318','a:13:{s:10:\"product_id\";i:18734003407318;s:15:\"idempotency_key\";s:12:\"Vj0ej4T2EsBf\";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:30:\"WooCommerce.com Update Manager\";s:12:\"download_url\";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=AKIA4DUDNEPICZDWDNUW%2F20241111%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20241111T012453Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=3020a471d0523b2abeddc2249d125de32f8391778ae37807410b876d4821a8a4\";s:13:\"download_path\";s:34:\"/tmp/woo-update-manager-fZRkEo.tmp\";s:13:\"unpacked_path\";s:89:\"/home3/aggrest5/public_html/website_675b3277/wp-content/upgrade/woo-update-manager-fZRkEo\";s:14:\"installed_path\";s:83:\"/home3/aggrest5/public_html/website_675b3277/wp-content/plugins/woo-update-manager/\";s:29:\"already_installed_plugin_info\";N;s:12:\"started_date\";i:1731288292;}','auto'),(11840,'woocommerce_admin-wc-helper-last-refresh','1759503104','auto'),(12142,'feedback_unread_count','0','auto'),(12674,'wccom-product-installation-state-18734001818589','a:13:{s:10:\"product_id\";i:18734001818589;s:15:\"idempotency_key\";s:12:\"X0Q2546YecI4\";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:26:\"Product Options and Addons\";s:12:\"download_url\";s:437:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/addify-product-options-and-addons/addify-product-options-and-addons.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPICZDWDNUW%2F20241111%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20241111T162310Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=3afe0dc3c024b9fe0b25adccaf53bf42c267c938510317a1a294871936d2e9dc\";s:13:\"download_path\";s:49:\"/tmp/addify-product-options-and-addons-oLhdWr.tmp\";s:13:\"unpacked_path\";s:104:\"/home3/aggrest5/public_html/website_675b3277/wp-content/upgrade/addify-product-options-and-addons-oLhdWr\";s:14:\"installed_path\";s:98:\"/home3/aggrest5/public_html/website_675b3277/wp-content/plugins/addify-product-options-and-addons/\";s:29:\"already_installed_plugin_info\";a:3:{s:4:\"name\";s:26:\"Product Options and Fields\";s:7:\"version\";s:5:\"1.3.1\";s:6:\"active\";b:1;}s:12:\"started_date\";i:1731342188;}','auto'),(14768,'woocommerce_feature_site_visibility_badge_enabled','yes','on'),(14903,'db_upgraded','','on'),(14906,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:25:\"ben@aggressivegraphix.com\";s:7:\"version\";s:5:\"6.8.3\";s:9:\"timestamp\";i:1759265405;}','off'),(15742,'nfd_utilities_css','.nfd-relative{position:relative!important}.-nfd-bottom-1{bottom:-.25rem!important}.-nfd-top-0\\\\.5{top:-.125rem!important}.-nfd-top-1{top:-.25rem!important}.nfd-top-10{top:2.5rem!important}.nfd-col-start-1{grid-column-start:1!important}.nfd-col-start-2{grid-column-start:2!important}.nfd-col-start-3{grid-column-start:3!important}.nfd-col-start-4{grid-column-start:4!important}.nfd-col-start-5{grid-column-start:5!important}.nfd-col-start-6{grid-column-start:6!important}.nfd-col-start-7{grid-column-start:7!important}.nfd-col-end-10{grid-column-end:10!important}.nfd-col-end-11{grid-column-end:11!important}.nfd-col-end-12{grid-column-end:12!important}.nfd-col-end-13{grid-column-end:13!important}.nfd-col-end-7{grid-column-end:7!important}.nfd-col-end-8{grid-column-end:8!important}.nfd-col-end-9{grid-column-end:9!important}.nfd-row-start-1{grid-row-start:1!important}.-nfd-mx-2:not([style*=margin]){margin-left:-.5rem!important;margin-right:-.5rem!important}.nfd-my-0:not([style*=margin]){margin-bottom:0!important;margin-top:0!important}.nfd-mb-8:not([style*=margin]){margin-bottom:2rem!important}.nfd-mt-2:not([style*=margin]){margin-top:.5rem!important}.nfd-mt-8:not([style*=margin]){margin-top:2rem!important}.nfd-mt-\\\\[-100px\\\\]:not([style*=margin]){margin-top:-100px!important}.nfd-grid{display:grid!important}.nfd-h-full{height:100%!important}.nfd-w-full{width:100%!important}.nfd-shrink-0{flex-shrink:0!important}.nfd-grow{flex-grow:1!important}.nfd-grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.nfd-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.nfd-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.nfd-grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))!important}.nfd-items-center{align-items:center!important}.nfd-gap-y-10{row-gap:2.5rem!important}.nfd-overflow-hidden{overflow:hidden!important}.nfd-border-b{border-bottom-width:1px!important}.nfd-border-dashed{border-style:dashed!important}.nfd-p-0:not([style*=padding]){padding:0!important}.nfd-p-10:not([style*=padding]){padding:2.5rem!important}.nfd-p-2:not([style*=padding]){padding:.5rem!important}.nfd-p-4:not([style*=padding]){padding:1rem!important}.nfd-p-8:not([style*=padding]){padding:2rem!important}.nfd-px-0:not([style*=padding]){padding-left:0!important;padding-right:0!important}.nfd-px-4:not([style*=padding]){padding-left:1rem!important;padding-right:1rem!important}.nfd-px-8:not([style*=padding]){padding-left:2rem!important;padding-right:2rem!important}.nfd-py-0:not([style*=padding]){padding-bottom:0!important;padding-top:0!important}.nfd-py-4:not([style*=padding]){padding-bottom:1rem!important;padding-top:1rem!important}.nfd-py-5:not([style*=padding]){padding-bottom:1.25rem!important;padding-top:1.25rem!important}.nfd-pt-0:not([style*=padding]){padding-top:0!important}.nfd-text-left{text-align:left!important}.nfd-wc-products{self-align:flex-start!important;flex-grow:0!important}.nfd-wc-products>ul{row-gap:calc(var(--wndb--gap--2xl)*var(--wndb--gap--scale-factor))!important}.nfd-wc-products .wc-block-grid__product-image{overflow:hidden!important}.nfd-wc-products .wc-block-grid__product-image img{transition:transform .6s ease-in-out!important}.nfd-wc-products .wc-block-grid__product-image img:hover{transform:scale(1.1)!important}.nfd-wc-products .wc-block-components-product-sale-badge{backdrop-filter:blur(4px)!important;background:hsla(0,0%,100%,.5)!important;border:1px solid hsla(0,0%,100%,.2)!important;border-radius:999px!important;font-size:.8125rem!important;font-weight:700!important;margin:6px!important;padding:4px 12px!important}.nfd-wc-products .wc-block-components-product-sale-badge>span{background:transparent!important}.nfd-wc-products .wc-block-components-product-price{color:inherit!important}.nfd-wc-search .wp-block-search__inside-wrapper{background-color:var(--wndb--color--borders)!important;border:2px solid var(--wndb--color--subtle)!important;border-radius:999px!important;max-width:100%!important;padding:0!important;width:25rem!important}.nfd-wc-search .wp-block-search__inside-wrapper input[type=search]{background:none!important;border:none!important;border-bottom-left-radius:999px!important;border-top-left-radius:999px!important;color:var(--wndb--color--text--contrast)!important;font-size:1.25rem!important;font-weight:500!important;min-height:3.75rem!important;padding-inline:24px!important}.nfd-wc-search .wp-block-search__inside-wrapper:has(button:focus),.nfd-wc-search .wp-block-search__inside-wrapper:has(input[type=search]:focus){outline:2px solid var(--wndb--color--text--contrast)!important;outline-offset:2px!important}.nfd-wc-search .wp-block-search__button{aspect-ratio:1/1!important;background:var(--wndb-gray-800)!important;border-radius:999px!important;height:100%!important;margin-left:0!important;margin-right:2px!important;margin-top:2px!important}.nfd-wc-search .wp-block-search__button:focus,.nfd-wc-search .wp-block-search__button:hover{background:var(--wndb-gray-900)!important;filter:none!important;outline:2px solid var(--wndb-gray-900)!important;outline-offset:2px!important}.nfd-wc-search .wp-block-search__inside-wrapper input[type=search]::-moz-placeholder{color:var(--wndb--color--text--faded)!important}.nfd-wc-search .wp-block-search__inside-wrapper input[type=search]::placeholder{color:var(--wndb--color--text--faded)!important}.nfd-commerce-icons{align-items:center!important;display:flex!important;flex-direction:row!important;gap:8px!important}.nfd-commerce-icons .wc-block-cart-link__text{display:none!important}.nfd-commerce-icons .wp-block-search__button svg,.nfd-commerce-icons svg.wc-block-customer-account__account-icon,.nfd-commerce-icons svg.wc-block-mini-cart__icon{height:28px!important;width:28px!important}.nfd-commerce-icons .wp-block-search__button-only .wp-block-search__button.has-icon{align-items:center!important;background:none!important;color:currentcolor!important;display:flex!important;padding:0!important}.nfd-commerce-icons .wp-block-search__button-only .wp-block-search__input{margin-right:.5em!important}.nfd-commerce-icons .wp-block-woocommerce-customer-account a{padding:0!important}:root{--wndb-mask-color:rgba(0,0,0,.15);--wndb-mask-position:50% 50% at 50% 20%;--wndb-mask-opacity:0.35}[class*=nfd-bg-effect]{isolation:isolate!important;position:relative!important}[class*=nfd-wb-header] [class*=nfd-bg-effect]{z-index:1!important}.has-modal-open [class*=nfd-bg-effect]{isolation:unset!important}.nfd-bg-effect-position-center{--wndb-mask-position:50% 50% at 50% 50%}[class*=nfd-bg-effect]:after{content:\\\"\\\"!important;inset:0!important;-webkit-mask-image:radial-gradient(ellipse var(--wndb-mask-position),#000 70%,rgba(0,0,0,.3) 100%)!important;mask-image:radial-gradient(ellipse var(--wndb-mask-position),#000 70%,rgba(0,0,0,.3) 100%)!important;opacity:var(--wndb-mask-opacity)!important;pointer-events:none!important;position:absolute!important;z-index:-1!important}.nfd-bg-effect-dots:after{--wndb-mask-opacity:1;background:radial-gradient(var(--wndb-mask-color) 1px,transparent 1px)!important;background-size:20px 20px!important}.nfd-bg-effect-grid:after{background-image:linear-gradient(to right,var(--wndb-mask-color) 1px,transparent 1px),linear-gradient(to bottom,var(--wndb-mask-color) 1px,transparent 1px)!important;background-size:50px 50px!important}.nfd-bg-effect-grid-perspective{perspective:1000px!important}.has-modal-open .nfd-bg-effect-grid-perspective{perspective:unset!important}.nfd-bg-effect-grid-perspective:after{--wndb-mask-opacity:0.6;background-size:100px 100px!important;transform:rotateX(-60deg) translateZ(0)!important;transform-origin:top!important;transform-style:preserve-3d!important}.nfd-bg-effect-grid-2:after,.nfd-bg-effect-grid-perspective:after{background-image:linear-gradient(to right,var(--wndb-mask-color) 1px,transparent 1px),linear-gradient(to bottom,var(--wndb-mask-color) 1px,transparent 1px)!important}.nfd-bg-effect-grid-2:after{background-size:14px 32px!important}.nfd-bg-effect-grid-3{overflow:hidden!important}.nfd-bg-effect-grid-3:after{background-image:linear-gradient(to right,var(--wndb-mask-color) 1px,transparent 1px),linear-gradient(to bottom,var(--wndb-mask-color) 1px,transparent 1px)!important;background-size:32px 80px!important;right:-40%!important;top:-20%!important;transform:scale(1.5) skew(-30deg,30deg)!important}.nfd-bg-effect-lines:after{--wndb-mask-opacity:0.4;background-image:linear-gradient(to right,var(--wndb-mask-color) 1px,transparent 1px)!important;background-size:48px!important}.nfd-bg-effect-lines-2{--wndb-mask-opacity:0.45;overflow:hidden!important;perspective:1000px!important}.has-modal-open .nfd-bg-effect-lines-2{perspective:unset!important}.nfd-bg-effect-lines-2:after{background-image:linear-gradient(to right,var(--wndb-mask-color) 1px,transparent 1px)!important;background-size:30px!important;right:-40%!important;top:-20%!important;transform:rotateX(-45deg) skew(-16deg) translateZ(0)!important;transform-origin:right!important;transform-style:preserve-3d!important}.nfd-mask-opacity-0:after{--wndb-mask-opacity:0.8}:where(:root){--wndb--max-w--prose:min(65ch,1100px)}.nfd-max-w-prose:not(.nfd-max-w-full),:where(.nfd-text-balance:not(.nfd-max-w-full)){max-width:var(--wndb--max-w--prose)!important}.nfd-max-w-prose:not(.nfd-max-w-full).has-text-align-center,:where(.nfd-text-balance:not(.nfd-max-w-full)).has-text-align-center{margin-inline:auto!important}.nfd-max-w-prose:not(.nfd-max-w-full).has-text-align-right,:where(.nfd-text-balance:not(.nfd-max-w-full)).has-text-align-right{margin-inline-start:auto!important}:where(.nfd-text-balance){text-wrap:balance!important}.nfd-text-balance>h1,.nfd-text-balance>h2,.nfd-text-balance>h3,.nfd-text-balance>h4,.nfd-text-balance>p{text-wrap:balance!important}.nfd-text-pretty,.nfd-text-pretty>h1,.nfd-text-pretty>h2,.nfd-text-pretty>h3,.nfd-text-pretty>h4,.nfd-text-pretty>p{text-wrap:pretty!important}.wp-block-image figcaption{font-weight:400!important;margin-inline:auto!important;max-width:64ch!important;padding-block-start:.5em!important;text-wrap:balance!important}.wp-block-quote>.nfd-text-pretty{font-weight:550;margin-block:.25em}:where(:root){--wndb--text-scale-factor:1;--wndb--text--xs:0.75rem;--wndb--text--sm:0.875rem;--wndb--text--base:1rem;--wndb--text--md:1.125rem;--wndb--text--lg:1.5rem;--wndb--text--xl:2.375rem;--wndb--text--huge:clamp(2.75rem,1.4688rem + 2.5vw,3.5rem);--wndb--text-giga:clamp(3.25rem,2.546875rem + 2.25vw,4.375rem)}.nfd-text-xs:not([class*=font-size]):not([style*=font-size]){font-size:calc(var(--wndb--text--xs)*var(--wndb--text-scale-factor))!important}.nfd-text-xs:not([style*=letter-spacing]){letter-spacing:.05em!important}.nfd-text-sm:not([class*=font-size]):not([style*=font-size]){font-size:calc(var(--wndb--text--sm)*var(--wndb--text-scale-factor))!important}.nfd-text-base:not([class*=font-size]):not([style*=font-size]){font-size:calc(var(--wndb--text--base)*var(--wndb--text-scale-factor))!important}.nfd-text-md:not([class*=font-size]):not([style*=font-size]){font-size:calc(var(--wndb--text--md)*var(--wndb--text-scale-factor))!important}.nfd-text-base:not([style*=line-height]),.nfd-text-md:not([style*=line-height]){line-height:1.6!important}.nfd-text-lg:not([class*=font-size]):not([style*=font-size]){font-size:calc(var(--wndb--text--lg)*var(--wndb--text-scale-factor))!important}.nfd-text-lg:not([style*=line-height]){line-height:1.4!important}.nfd-text-lg:not([style*=letter-spacing]){letter-spacing:0!important}.nfd-text-lg:not([style*=font-weight]){font-weight:500!important}.nfd-text-xl:not([class*=font-size]):not([style*=font-size]){font-size:var(--wndb--text--xl)!important}.nfd-text-xl:not([style*=line-height]){line-height:1.25!important}.nfd-text-xl:not([style*=letter-spacing]){letter-spacing:-.01em!important}.nfd-text-xl:not([style*=font-weight]){font-weight:500!important}:where(.nfd-text-huge:not([class*=font-size]):not([style*=font-size])){font-size:calc(var(--wndb--text--huge)*var(--wndb--text-scale-factor))!important;max-width:var(--wndb--max-w--prose)!important;text-wrap:balance!important}:where(.nfd-text-giga:not([class*=font-size]):not([style*=font-size])).has-text-align-center,:where(.nfd-text-huge:not([class*=font-size]):not([style*=font-size])).has-text-align-center{margin-inline:auto!important}:where(.nfd-text-giga:not([class*=font-size]):not([style*=font-size])).has-text-align-right,:where(.nfd-text-huge:not([class*=font-size]):not([style*=font-size])).has-text-align-right{margin-inline-start:auto!important}.nfd-text-huge:not([style*=line-height]){line-height:1.1!important}.nfd-text-huge:not([style*=letter-spacing]){letter-spacing:-.025em!important}.nfd-text-huge:not([style*=font-weight]){font-weight:500!important}:where(.nfd-text-giga:not([class*=font-size]):not([style*=font-size])){font-size:calc(var(--wndb--text-giga)*var(--wndb--text-scale-factor))!important;max-width:var(--wndb--max-w--prose)!important;text-wrap:balance!important}.nfd-text-giga:not([style*=line-height]){line-height:1.1!important}.nfd-text-giga:not([style*=letter-spacing]){letter-spacing:-.04em!important}.nfd-text-giga:not([style*=font-weight]){font-weight:500!important}:root{--nfd-wb-anim-transition-duration:1400ms;--nfd-wb-anim-transition-delay:50ms;--nfd-wb-anim-transition-easing-function:cubic-bezier(0.4,1,0.65,1);--nfd-wb-anim-transition:all var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay)}@media (prefers-reduced-motion:reduce){.nfd-wb-animate{transition:none!important}.nfd-wb-twist-in,[class*=nfd-wb-]{clip-path:none!important;opacity:1!important;transform:none!important}}@media (max-width:782px){.nfd-wb-animate{transition:none!important}.nfd-wb-twist-in,[class*=nfd-wb-]{clip-path:none!important;opacity:1!important;transform:none!important}}.nfd-wb-animate[data-replay-animation]{transition:none!important}.block-editor-block-preview__content-iframe [class*=nfd-wb-]{clip-path:none!important;opacity:1!important;transform:none!important}[class*=nfd-wb-fade-in]{--nfd-wb-anim-transition:opacity var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay),transform var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay);transition:var(--nfd-wb-anim-transition)}.nfd-wb-fade-in-bottom{--nfd-wb-anim-transition-duration:1200ms;opacity:0;transform:translate3d(0,90px,0);transition:var(--nfd-wb-anim-transition)}.nfd-wb-fade-in-bottom-short{transform:translate3d(0,32px,0) scale3d(.96,.96,.96);transform-origin:center bottom}.nfd-wb-fade-in-bottom-short,.nfd-wb-fade-in-top-short{--nfd-wb-anim-transition-duration:600ms;opacity:0;transition:var(--nfd-wb-anim-transition)}.nfd-wb-fade-in-top-short{transform:translate3d(0,-32px,0) scale3d(.96,.96,.96);transform-origin:center top}.nfd-wb-fade-in-left-short{transform:translate3d(-32px,0,0) scale3d(.96,.96,.96);transform-origin:center left}.nfd-wb-fade-in-left-short,.nfd-wb-fade-in-right-short{--nfd-wb-anim-transition-duration:600ms;opacity:0;transition:var(--nfd-wb-anim-transition)}.nfd-wb-fade-in-right-short{transform:translate3d(32px,0,0) scale3d(.96,.96,.96);transform-origin:right center}.nfd-wb-animated-in:not([data-replay-animation])[class*=nfd-wb-fade-in]{opacity:1;transform:translateZ(0) scaleX(1)}.nfd-wb-zoom-in{--nfd-wb-anim-transition-duration:1200ms;--nfd-wb-anim-transition:opacity var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay),transform var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay);transform:scale3d(.4,.4,.4)}.nfd-wb-zoom-in,.nfd-wb-zoom-in-short{opacity:0;transition:var(--nfd-wb-anim-transition)}.nfd-wb-zoom-in-short{--nfd-wb-anim-transition-duration:600ms;--nfd-wb-anim-transition:opacity var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay),transform var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay);transform:scale3d(.92,.92,.92)}.nfd-wb-animated-in:not([data-replay-animation])[class*=nfd-wb-zoom-]{opacity:1!important;transform:scaleX(1)!important}div:has(>.nfd-wb-twist-in){perspective:1200px}.nfd-wb-twist-in{--nfd-wb-anim-transition-duration:1000ms;--nfd-wb-anim-transition:opacity var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay),transform var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay);opacity:0;transform:translateY(40px) scale(.8) rotateY(30deg) rotate(-12deg) translateZ(0);transition:var(--nfd-wb-anim-transition)}.nfd-wb-animated-in:not([data-replay-animation]).nfd-wb-twist-in{opacity:1!important;transform:translateY(0) scale(1) rotateY(0deg) rotate(0deg) translateZ(0)!important}.nfd-wb-reveal-right{--nfd-wb-anim-transition-duration:1500ms;--nfd-wb-anim-transition-easing-function:cubic-bezier(0.4,0,0,1);--nfd-wb-anim-transition:clip-path var(--nfd-wb-anim-transition-duration) var(--nfd-wb-anim-transition-easing-function) var(--nfd-wb-anim-transition-delay);clip-path:inset(0 100% 0 0);transition:var(--nfd-wb-anim-transition)}.nfd-wb-animated-in>.nfd-wb-reveal-right:not([data-replay-animation]){clip-path:inset(0 0 0 0)!important}.nfd-delay-50{--nfd-wb-anim-transition-delay:50ms}.nfd-delay-150{--nfd-wb-anim-transition-delay:150ms}.nfd-delay-300{--nfd-wb-anim-transition-delay:300ms}.nfd-delay-450{--nfd-wb-anim-transition-delay:450ms}.nfd-delay-600{--nfd-wb-anim-transition-delay:600ms}.nfd-delay-750{--nfd-wb-anim-transition-delay:750ms}.nfd-delay-900{--nfd-wb-anim-transition-delay:900ms}.nfd-delay-1050{--nfd-wb-anim-transition-delay:1050ms}.nfd-delay-1200{--nfd-wb-anim-transition-delay:1200ms}.nfd-delay-1350{--nfd-wb-anim-transition-delay:1350ms}.nfd-delay-1500{--nfd-wb-anim-transition-delay:1500ms}:where(:root){--wndb--container:1200px;--wndb--container--wide:1340px}body .is-layout-constrained:has(.nfd-container.is-layout-constrained)>.nfd-container.is-layout-constrained{max-width:unset!important;width:100%!important}.is-layout-constrained.has-global-padding:has(.nfd-container.is-layout-constrained)>.nfd-container.is-layout-constrained{margin-left:calc(var(--wp--style--root--padding-left)*-1)!important;margin-right:calc(var(--wp--style--root--padding-right)*-1)!important;max-width:unset!important;width:unset!important}.editor-styles-wrapper .nfd-container:is(.is-layout-constrained)>:where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)),.editor-styles-wrapper .nfd-container>:where(.wp-block-cover-is-layout-constrained:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)):not([style*=margin]),.nfd-container:is(.is-layout-constrained)>:where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)),.nfd-container:is(.nfd-my-0)>div,.nfd-container>:where(.wp-block-cover-is-layout-constrained:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)){max-width:var(--wndb--container);width:100%}.editor-styles-wrapper .nfd-container:is(.is-layout-constrained)>.alignwide,.nfd-container:is(.is-layout-constrained).alignwide>:where(:not(.alignleft):not(.alignright):not(.alignfull)):not([style*=margin]),.nfd-container:is(.is-layout-constrained)>.alignwide,.nfd-container:is(.nfd-my-0)>.alignwide{max-width:var(--wndb--container--wide);width:100%}.nfd-container:not(.alignfull){padding-inline:var(--wndb--p)!important}.nfd-container:is(.nfd-my-0)>div:not([style*=margin]){margin-inline:auto!important}[class*=nfd-divider-]{position:relative;z-index:13}[class*=nfd-divider-]~[class*=nfd-divider-]{z-index:12!important}[class*=nfd-divider-]~[class*=nfd-divider-]~[class*=nfd-divider-]{z-index:11!important}[class*=nfd-divider-]:before{background:inherit!important;bottom:calc(var(--wndb--divider-size)*-1)!important;content:\\\"\\\"!important;height:var(--wndb--divider-size)!important;left:0!important;pointer-events:none!important;position:absolute!important;width:100%!important;z-index:10!important}.nfd-divider-arrow{--wndb--divider-size:16px}.nfd-divider-arrow:before{bottom:calc(var(--wndb--divider-size)*-1)!important;height:calc(var(--wndb--divider-size)*2)!important;left:50%!important;transform:translateX(-50%) rotate(45deg)!important;width:calc(var(--wndb--divider-size)*2)!important}.nfd-divider-clouds{--wndb--divider-size:150px}.nfd-divider-clouds:after,.nfd-divider-clouds:before{background:inherit!important;background-image:url(\\\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\\\'http://www.w3.org/2000/svg\\\' preserveAspectRatio=\\\'xMidYMax slice\\\' viewBox=\\\'0 0 283.5 27.8\\\'%3E%3Cpath fill=\\\'%23fff\\\' d=\\\'M0 0v6.7c1.9-.8 4.7-1.4 8.5-1 9.5 1.1 11.1 6 11.1 6s2.1-.7 4.3-.2c2.1.5 2.8 2.6 2.8 2.6s.2-.5 1.4-.7 1.7.2 1.7.2 0-2.1 1.9-2.8 3.6.7 3.6.7.7-2.9 3.1-4.1 4.7 0 4.7 0 1.2-.5 2.4 0 1.7 1.4 1.7 1.4h1.4c.7 0 1.2.7 1.2.7s.8-1.8 4-2.2c3.5-.4 5.3 2.4 6.2 4.4q.6-.6 1.8-.9c2.8-.7 4 .7 4 .7s1.7-5 11.1-6c9.5-1.1 12.3 3.9 12.3 3.9s1.2-4.8 5.7-5.7 6.8 1.8 6.8 1.8.6-.6 1.5-.9c.9-.2 1.9-.2 1.9-.2s5.2-6.4 12.6-3.3c7.3 3.1 4.7 9 4.7 9s1.9-.9 4 0 2.8 2.4 2.8 2.4 1.9-1.2 4.5-1.2 4.3 1.2 4.3 1.2.2-1 1.4-1.7 2.1-.7 2.1-.7-.5-3.1 2.1-5.5 5.7-1.4 5.7-1.4 1.5-2.3 4.2-1.1 1.7 5.2 1.7 5.2.3-.1 1.3.5c.5.4.8.8.9 1.1.5-1.4 2.4-5.8 8.4-4 7.1 2.1 3.5 8.9 3.5 8.9s.8-.4 2 0 1.1 1.1 1.1 1.1 1.1-1.1 2.3-1.1 2.1.5 2.1.5 1.9-3.6 6.2-1.2 1.9 6.4 1.9 6.4 2.6-2.4 7.4 0c3.4 1.7 3.9 4.9 3.9 4.9s3.3-6.9 10.4-7.9 11.5 2.6 11.5 2.6.8 0 1.2.2.9.9.9.9 4.4-3.1 8.3.2c1.9 1.7 1.5 5 1.5 5s.3-1.1 1.6-1.4 2.3.2 2.3.2-.1-1.2.5-1.9 1.9-.9 1.9-.9-4.7-9.3 4.4-13.4c5.6-2.5 9.2.9 9.2.9s5-6.2 15.9-6.2 16.1 8.1 16.1 8.1.7-.2 1.6-.4V0z\\\'/%3E%3C/svg%3E\\\")!important;background-repeat:repeat-x!important;background-size:cover!important;content:\\\"\\\"!important;height:var(--wndb--divider-size)!important;left:0!important;pointer-events:none!important;position:absolute!important;top:0!important;width:100%!important;z-index:10!important}.nfd-divider-clouds:after{bottom:0!important;top:auto!important;transform:rotate(180deg)!important}.nfd-divider-ellipse{--wndb--divider-size:50px}.nfd-divider-ellipse:before{clip-path:ellipse(50% var(--wndb--divider-size) at 50% 0)!important}.nfd-divider-rounded:not([style*=-radius]){--wndb--divider-size:50px}.nfd-divider-rounded:before:not([style*=-radius]){border-bottom-left-radius:var(--wndb--divider-size)!important;border-bottom-right-radius:var(--wndb--divider-size)!important}.nfd-divider-slant,.nfd-divider-slant-invert{--wndb--divider-size:80px}.nfd-divider-slant:before{bottom:calc(var(--wndb--divider-size)*-1 + 1px)!important;clip-path:polygon(0 0,100% 0,0 100%)!important}.nfd-divider-slant-invert:before{bottom:calc(var(--wndb--divider-size)*-1 + 1px)!important;clip-path:polygon(0 0,100% 0,100% 100%)!important}.nfd-divider-triangle{--wndb--divider-size:80px}.nfd-divider-triangle:before{bottom:calc(var(--wndb--divider-size)*-1 + 1px)!important;clip-path:polygon(0 0,100% 0,50% 100%)!important}.nfd-divider-zigzag{--wndb--divider-size:8px}.nfd-divider-zigzag:before{-webkit-mask:conic-gradient(from -45deg at bottom,#0000,#000 1deg 89deg,#0000 90deg) 50% /calc(var(--wndb--divider-size)*2) 100%!important;mask:conic-gradient(from -45deg at bottom,#0000,#000 1deg 89deg,#0000 90deg) 50% /calc(var(--wndb--divider-size)*2) 100%!important}:where(:root){--wndb--divider-size:0px}.nfd-grid-cols-1-2-1{grid-template-columns:1fr 2fr 1fr!important}:where(:root){--wndb--padding-factor:1;--wndb--p:2.375rem;--wndb--p--xs:0.75rem;--wndb--p--sm:1.5rem;--wndb--p--md:2rem;--wndb--p--lg:clamp(3.5rem,7vw,6.25rem);--wndb--p--square:2.5rem;--wndb--p--square-lg:4rem}.nfd-p-card-sm:not([style*=padding]){padding:calc(var(--wndb--p--xs)*var(--wndb--padding-factor)) calc(var(--wndb--p--sm)*var(--wndb--padding-factor))!important}.nfd-p-card-md:not([style*=padding]){padding:calc(var(--wndb--p--sm)*var(--wndb--padding-factor)) calc(var(--wndb--p--md)*var(--wndb--padding-factor))!important}.nfd-p-card-lg:not([style*=padding]){padding:calc(var(--wndb--p--md)*var(--wndb--padding-factor)) calc(var(--wndb--p--md)*var(--wndb--padding-factor))!important}@media screen and (min-width:782px){.nfd-p-card-lg:not([style*=padding]){padding:calc(var(--wndb--p--md)*var(--wndb--padding-factor)) calc(var(--wndb--p--md)*1.5*var(--wndb--padding-factor))!important}}.nfd-p-card-square-lg:not([style*=padding]),.nfd-p-card-square:not([style*=padding]){padding:calc(var(--wndb--p--square)*var(--wndb--padding-factor))!important}@media screen and (min-width:782px){.nfd-p-card-square-lg:not([style*=padding]){padding:calc(var(--wndb--p--square-lg)*var(--wndb--padding-factor))!important}}.nfd-p-xs:not([style*=padding]){padding:calc(var(--wndb--p--xs)*var(--wndb--padding-factor))!important}.nfd-py-xs:not([style*=padding]){padding-block:calc(var(--wndb--p--xs)*var(--wndb--padding-factor))!important}.nfd-pt-xs:not([style*=padding]){padding-block-start:calc(var(--wndb--p--xs)*var(--wndb--padding-factor))!important}.nfd-px-xs:not([style*=padding]){padding-inline:calc(var(--wndb--p--xs)*var(--wndb--padding-factor))!important}.nfd-p-sm:not([style*=padding]){padding:calc(var(--wndb--p--sm)*var(--wndb--padding-factor))!important}.nfd-px-sm:not([style*=padding]){padding-inline:calc(var(--wndb--p--sm)*var(--wndb--padding-factor))!important}.nfd-py-sm:not([style*=padding]){padding-block:calc(var(--wndb--p--sm)*var(--wndb--padding-factor))!important}.nfd-pt-sm:not([style*=padding]){padding-block-start:calc(var(--wndb--p--sm)*var(--wndb--padding-factor))!important}.nfd-pb-sm:not([style*=padding]){padding-block-end:calc(var(--wndb--p--sm)*var(--wndb--padding-factor))!important}.nfd-pl-sm:not([style*=padding]){padding-left:calc(var(--wndb--p--sm)*var(--wndb--padding-factor))!important}.nfd-p-md:not([style*=padding]){padding:calc(var(--wndb--p--md)*var(--wndb--padding-factor))!important}.nfd-px-md:not([style*=padding]){padding-inline:calc(var(--wndb--p--md)*var(--wndb--padding-factor))!important}.nfd-py-md:not([style*=padding]){padding-block:calc(var(--wndb--p--md)*var(--wndb--padding-factor))!important}.nfd-pt-md:not([style*=padding]){padding-block-start:calc(var(--wndb--p--md)*var(--wndb--padding-factor))!important}.nfd-pb-md:not([style*=padding]){padding-block-end:calc(var(--wndb--p--md)*var(--wndb--padding-factor))!important}.nfd-p-lg:not([style*=padding]){padding:calc(var(--wndb--p--lg)*var(--wndb--padding-factor)) calc(var(--wndb--p--md)*var(--wndb--padding-factor))!important}.nfd-py-lg:not([style*=padding]){padding-block:calc(var(--wndb--p--lg)*var(--wndb--padding-factor))!important}.nfd-pt-lg:not([style*=padding]){padding-block-start:calc(var(--wndb--p--lg)*var(--wndb--padding-factor))!important}.nfd-pb-lg:not([style*=padding]){padding-block-end:calc(var(--wndb--p--lg)*var(--wndb--padding-factor))!important}.nfd-pl-offset-md:not([style*=padding]){margin-left:calc(var(--wndb--p--md)*var(--wndb--padding-factor)*-1)!important;padding-left:calc(var(--wndb--p--md)*var(--wndb--padding-factor) - 3px)!important}.editor-styles-wrapper .nfd-overlap-x,.nfd-overlap-x{gap:0}.nfd-overlap-x>:not(:first-child){margin-inline-start:-1.275rem!important}@media (min-width:768px){.-nfd-translate-y-1\\\\/2{transform:translateY(-50%)!important}.nfd-overlap-x-lg{transform:translateX(-150px)!important}}.nfd-pseudo-play-icon{align-items:center!important;display:flex!important;justify-content:center!important;position:relative!important}.nfd-pseudo-play-icon>a{inset:0!important;position:absolute!important}:not(.is-root-container) .nfd-pseudo-play-icon>a{text-indent:-9999px!important}.nfd-pseudo-play-icon:before{backdrop-filter:blur(3px)!important;background:hsla(0,0%,100%,.1)!important;border-radius:100%!important;content:\\\"\\\"!important;height:3rem!important;left:50%!important;opacity:1!important;pointer-events:none!important;position:absolute!important;top:50%!important;transform:translate(-50%,-50%)!important;transition:all .2s ease!important;width:3rem!important}.nfd-pseudo-play-icon:has(a:hover):before{background:hsla(0,0%,100%,.3)!important;height:4rem!important;width:4rem!important}.nfd-pseudo-play-icon:after{border-style:solid!important;border-bottom:10px solid transparent!important;border-left:16px solid!important;border-right:0!important;border-top:10px solid transparent!important;content:\\\"\\\"!important;height:16px!important;height:0!important;left:50%!important;margin-left:2px!important;pointer-events:none!important;position:absolute!important;top:50%!important;transform:translate(-50%,-50%)!important;width:16px!important;width:0!important}.entry-content>.wp-block-group.has-background+.wp-block-group.has-background:not([style*=margin-top]),.entry-content>.wp-block-group.has-background+[class*=nfd-theme-]:not([style*=margin-top]),.entry-content>[class*=nfd-theme-]+.wp-block-group.has-background:not([style*=margin-top]),.entry-content>[class*=nfd-theme-]+[class*=nfd-theme-]:not([style*=margin-top]){margin-block-start:0!important}:where(:root){--wndb--gap--scale-factor:1;--wndb--gap--xs:0.25rem;--wndb--gap--sm:0.5rem;--wndb--gap--md:1rem;--wndb--gap--lg:1.5rem;--wndb--gap--xl:2rem;--wndb--gap--2xl:2.5rem;--wndb--gap--3xl:3.5rem;--wndb--gap--4xl:6rem}.editor-styles-wrapper .nfd-gap-0,.nfd-gap-0{gap:0}.editor-styles-wrapper .nfd-gap-xs,.nfd-gap-xs{gap:calc(var(--wndb--gap--xs)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-sm,.nfd-gap-sm{gap:calc(var(--wndb--gap--sm)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-md,.nfd-gap-md{gap:calc(var(--wndb--gap--md)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-lg,.nfd-gap-lg{gap:calc(var(--wndb--gap--lg)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-xl,.nfd-gap-xl{gap:calc(var(--wndb--gap--xl)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-2xl,.nfd-gap-2xl{gap:calc(var(--wndb--gap--2xl)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-3xl,.nfd-gap-3xl{gap:calc(var(--wndb--gap--3xl)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-4xl,.nfd-gap-4xl{gap:calc(var(--wndb--gap--4xl)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-x-4xl,.nfd-gap-x-4xl{-moz-column-gap:calc(var(--wndb--gap--4xl)*var(--wndb--gap--scale-factor));column-gap:calc(var(--wndb--gap--4xl)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-x-lg,.nfd-gap-x-lg{-moz-column-gap:calc(var(--wndb--gap--lg)*var(--wndb--gap--scale-factor));column-gap:calc(var(--wndb--gap--lg)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-y-lg,.nfd-gap-y-lg{row-gap:calc(var(--wndb--gap--lg)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-y-xl,.nfd-gap-y-xl{row-gap:calc(var(--wndb--gap--xl)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-y-2xl,.nfd-gap-y-2xl{row-gap:calc(var(--wndb--gap--2xl)*var(--wndb--gap--scale-factor))}.editor-styles-wrapper .nfd-gap-y-3xl,.nfd-gap-y-3xl{row-gap:calc(var(--wndb--gap--3xl)*var(--wndb--gap--scale-factor))}.nfd-border-2{border-bottom-width:2px!important}.nfd-border-strong{border-color:var(--wndb-color--borders-strong)!important}:where(:root){--wndb--button--outline-width:0px;--wndb--button-sm--font-size:1rem;--wndb--button-lg-x:2rem;--wndb--button-lg-y:0.75rem;--wndb--button-lg--font-size:1.125rem;--wndb--button-xl-x:3rem;--wndb--button-xl-y:1rem;--wndb--button-xl--font-size:1.125rem}[class*=nfd-btn].is-style-outline{--wndb--button--outline-width:2px}[class*=nfd-btn]>.wp-block-button__link:not([style*=padding]){padding:calc(.625rem - var(--wndb--button--outline-width)) calc(1.125rem - var(--wndb--button--outline-width))!important}.nfd-btn-sm>.wp-block-button__link:not([style*=padding]){padding:calc(.375rem - var(--wndb--button--outline-width)) calc(1rem - var(--wndb--button--outline-width))!important}.nfd-btn-sm:not(.has-custom-font-size)>.wp-block-button__link:not([style*=font-size]){font-size:var(--wndb--button-sm--font-size)!important}.nfd-btn-lg>.wp-block-button__link:not([style*=padding]){padding:calc(var(--wndb--button-lg-y) - var(--wndb--button--outline-width)) var(--wndb--button-lg-x)!important}.nfd-btn-lg:not(.has-custom-font-size)>.wp-block-button__link:not([style*=font-size]){font-size:var(--wndb--button-lg--font-size)!important}.nfd-btn-lg:not([style*=font-weight])>.wp-block-button__link{font-weight:600!important}.nfd-btn-xl>.wp-block-button__link:not([style*=padding]){padding:calc(var(--wndb--button-xl-y) - var(--wndb--button--outline-width)) var(--wndb--button-xl-x)!important}.nfd-btn-xl:not(.has-custom-font-size)>.wp-block-button__link:not([style*=font-size]){font-size:var(--wndb--button-xl--font-size)!important}.nfd-btn-xl:not([style*=font-weight])>.wp-block-button__link{font-weight:600!important}.nfd-btn-wide>.wp-block-button__link:not([style*=padding]){padding:calc(.625rem - var(--wndb--button--outline-width)) calc(2rem - var(--wndb--button--outline-width))!important}[class*=nfd-btn]:is(.is-style-outline)>.wp-block-button__link:not(.has-text-color){color:var(--wndb--color--text--contrast)!important}.nfd-btn:is(.is-style-outline)>.wp-block-button__link:not(.has-text-color):hover{--wndb--color--text--contrast:var(--wndb-gray-900);border-color:var(--wndb-white)!important}[class*=nfd-button]>.wp-block-button__link:not(.has-background):hover{filter:brightness(.8)!important}.nfd-theme-primary [class*=nfd-btn]:not(.is-style-outline):not(.nfd-btn-secondary):not(.nfd-btn-tertiary)>.wp-block-button__link:not(.has-background){background-color:var(--wndb-gray-800)!important}.nfd-theme-primary\n	[class*=nfd-btn]:not(.is-style-outline):not(.nfd-btn-secondary):not(.nfd-btn-tertiary)>.wp-block-button__link:not(.has-background):hover{background-color:var(--wndb-gray-900)!important}.nfd-theme-primary\n	[class*=nfd-btn]:is(.is-style-outline):not(.nfd-btn-secondary):not(.nfd-btn-tertiary)>.wp-block-button__link:not(.has-background):not(.has-text-color):hover{background-color:var(--wndb-white)!important;border-color:var(--wndb-white)!important;color:var(--wndb-gray-900)!important}.nfd-btn-secondary:is(.is-style-outline)>.wp-block-button__link:not(.has-text-color):hover{--wndb--color--text--contrast:var(--wndb-gray-900);border-color:var(--wndb-white)!important}.nfd-btn-secondary:not(.is-style-outline)>.wp-block-button__link:not(.has-text-color){color:var(--wndb-white)!important}.nfd-btn-secondary:not(.is-style-outline)>.wp-block-button__link:not(.has-background){background-color:var(--wndb-gray-800)!important}.nfd-btn-secondary:not(.is-style-outline)>.wp-block-button__link:not(.has-background):hover{background-color:var(--wndb-gray-900)!important}.nfd-theme-dark .nfd-btn-secondary:not(.is-style-outline)>.wp-block-button__link:not(.has-background),.nfd-theme-darker .nfd-btn-secondary:not(.is-style-outline)>.wp-block-button__link:not(.has-background){background-color:var(--wndb-white)!important}.nfd-theme-dark .nfd-btn-secondary:not(.is-style-outline)>.wp-block-button__link:not(.has-text-color),.nfd-theme-darker .nfd-btn-secondary:not(.is-style-outline)>.wp-block-button__link:not(.has-text-color){color:var(--wndb-gray-900)!important}.nfd-theme-dark .nfd-btn-secondary:not(.is-style-outline)>.wp-block-button__link:not(.has-background):hover,.nfd-theme-darker .nfd-btn-secondary:not(.is-style-outline)>.wp-block-button__link:not(.has-background):hover{background-color:var(--wndb-white)!important;color:var(--wndb-gray-900)!important;filter:brightness(.8)!important}.nfd-btn-tertiary:is(.is-style-outline)>.wp-block-button__link:not(.has-text-color):hover{--wndb--color--text--contrast:var(--wndb-gray-900)}.nfd-btn-tertiary:is(.is-style-outline)>.wp-block-button__link:not([class*=-border-color]){border-color:var(--wndb--color--subtle)!important}.nfd-btn-tertiary:not(.is-style-outline)>.wp-block-button__link:not(.has-text-color){color:var(--wndb--color--text--contrast)!important}.nfd-btn-tertiary:not(.is-style-outline)>.wp-block-button__link:not(.has-background){background-color:var(--wndb--color--borders)!important}.nfd-btn-tertiary:not(.is-style-outline)>.wp-block-button__link:not(.has-background):hover{--wndb--color--borders:var(--wndb--color--subtle)}:where(:root){--wndb--shadow--xs:0 1px 2px 0 rgba(18,18,23,.065);--wndb--shadow--sm:0 1px 3px 0 rgba(18,18,23,.1),0 1px 2px 0 rgba(18,18,23,.06)}.nfd-shadow-xs:not([style*=box-shadow]){box-shadow:var(--wndb--shadow--xs)!important}.nfd-shadow-sm:not([style*=box-shadow]){box-shadow:var(--wndb--shadow--sm)!important}.nfd-bg-subtle.nfd-shadow-xs:not([style*=box-shadow]),.nfd-theme-light .nfd-shadow-xs:not([style*=box-shadow]){--wndb--shadow--xs:none}:where(:root){--wndb--rounded--scale-factor:1;--wndb--border--radius--sm:0.25rem;--wndb--border--radius--md:0.5rem;--wndb--border--radius--lg:0.75rem;--wndb--border--radius--xl:1rem}[class*=nfd-rounded]:not([style*=-radius]),[class*=nfd-rounded]:not([style*=-radius])>.components-resizable-box__container>img:not([style*=-radius]),[class*=nfd-rounded]:not([style*=-radius])>.wp-element-button:not([style*=-radius]),[class*=nfd-rounded]:not([style*=-radius])>a>img,[class*=nfd-rounded]:not([style*=-radius])>img{border-radius:calc(var(--wndb--border--radius)*var(--wndb--rounded--scale-factor))!important}[class*=nfd-rounded-t-]:not([style*=-radius]),[class*=nfd-rounded-t-]:not([style*=-radius])>.components-resizable-box__container>img:not([style*=-radius]),[class*=nfd-rounded-t-]:not([style*=-radius])>.wp-element-button:not([style*=-radius]),[class*=nfd-rounded-t-]:not([style*=-radius])>a>img,[class*=nfd-rounded-t-]:not([style*=-radius])>img{border-radius:calc(var(--wndb--border--radius)*var(--wndb--rounded--scale-factor)) calc(var(--wndb--border--radius)*var(--wndb--rounded--scale-factor)) 0 0!important}.nfd-overflow-hidden.nfd-rounded-xl iframe:not([style*=-radius]){border-radius:calc(var(--wndb--border--radius--md)*var(--wndb--rounded--scale-factor))!important}.nfd-rounded-none:not([style*=-radius]){--wndb--border--radius:0}.nfd-rounded-sm:not([style*=-radius]){--wndb--border--radius:var(--wndb--border--radius--sm)}.nfd-rounded,.nfd-rounded-md,.nfd-rounded-t-md:not([style*=-radius]){--wndb--border--radius:var(--wndb--border--radius--md)}.nfd-rounded-lg,.nfd-rounded-t-lg:not([style*=-radius]){--wndb--border--radius:var(--wndb--border--radius--lg)}.nfd-rounded-t-xl:not([style*=-radius]),.nfd-rounded-xl{--wndb--border--radius:var(--wndb--border--radius--xl)}.nfd-rounded-full:not([style*=-radius]){--wndb--border--radius:9999px}:where(:root){--wndb-gray:#6c6c89;--wndb-gray-50:#f7f7f8;--wndb-gray-100:#ebebef;--wndb-gray-150:#e5e5e9;--wndb-gray-200:#d1d1db;--wndb-gray-300:#a9a9bc;--wndb-gray-400:#8a8aa3;--wndb-gray-500:#6c6c89;--wndb-gray-600:#55556d;--wndb-gray-700:#3f3f50;--wndb-gray-800:#1d1d22;--wndb-gray-900:#121217;--wndb-white:#fff;--wndb-white-50:hsla(0,0%,100%,.05);--wndb-white-100:hsla(0,0%,100%,.1);--wndb-white-150:hsla(0,0%,100%,.15);--wndb-white-200:hsla(0,0%,100%,.2);--wndb-white-300:hsla(0,0%,100%,.3);--wndb-white-400:hsla(0,0%,100%,.4);--wndb-white-500:hsla(0,0%,100%,.5);--wndb-white-600:hsla(0,0%,100%,.6);--wndb-white-700:hsla(0,0%,100%,.7);--wndb-white-800:hsla(0,0%,100%,.8);--wndb-white-900:hsla(0,0%,100%,.9);--wndb--color--primary:#00f;--wndb--color--secondary:#00f;--wndb--color--surface:var(--wndb-gray-50);--wndb--color--text:var(--wndb-gray-800);--wndb--color--text--contrast:var(--wndb-gray-900);--wndb--color--text--faded:var(--wndb-gray-600);--wndb--color--borders:var(--wndb-gray-150);--wndb--color--borders-light:var(--wndb-gray-100);--wndb--color--borders-strong:var(--wndb--color--text--faded);--wndb--color--subtle:var(--wndb-gray-200);--wndb--color--links:var(--wndb--color--primary);--wndb--color--body:var(--wndb--color--surface)}.is-style-nfd-theme-white,.nfd-theme-white:not([class*=is-style-nfd-theme]){--wndb--color--borders:var(--wndb-gray-150);--wndb--color--borders-light:var(--wndb-gray-100);--wndb--color--links:var(--wndb--color--primary);--wndb--color--subtle:var(--wndb-gray-200);--wndb--color--surface:var(--wndb-white);--wndb--color--text--contrast:var(--wndb-gray-900);--wndb--color--text--faded:var(--wndb-gray-700);--wndb--color--text:var(--wndb-gray-800)}.is-style-nfd-theme-light,.nfd-theme-light:not([class*=is-style-nfd-theme]){--wndb--color--borders:var(--wndb-gray-150);--wndb--color--borders-light:var(--wndb-gray-150);--wndb--color--links:var(--wndb--color--primary);--wndb--color--subtle:var(--wndb-gray-200);--wndb--color--surface:var(--wndb-gray-50);--wndb--color--text--contrast:var(--wndb-gray-900);--wndb--color--text--faded:var(--wndb-gray-700);--wndb--color--text:var(--wndb-gray-800)}.is-style-nfd-theme-dark,.nfd-theme-dark:not([class*=is-style-nfd-theme]){--wndb--color--borders:var(--wndb-white-100);--wndb--color--borders-light:var(--wndb--color--borders);--wndb--color--subtle:var(--wndb-white-200);--wndb--color--surface:var(--wndb-gray-800);--wndb--color--text--contrast:var(--wndb-white);--wndb--color--text--faded:var(--wndb-white-800);--wndb--color--text:var(--wndb-white);--wndb--shadow--sm:none;--wndb--shadow--xs:none;--wndb-mask-color:hsla(0,0%,100%,.12)}.is-style-nfd-theme-darker,.nfd-theme-darker:not([class*=is-style-nfd-theme]){--wndb--color--borders:var(--wndb-white-100);--wndb--color--borders-light:var(--wndb--color--borders);--wndb--color--subtle:var(--wndb-white-200);--wndb--color--surface:var(--wndb-gray-900);--wndb--color--text--contrast:var(--wndb-white);--wndb--color--text--faded:var(--wndb-white-800);--wndb--color--text:var(--wndb-white);--wndb--shadow--sm:none;--wndb--shadow--xs:none;--wndb-mask-color:hsla(0,0%,100%,.12)}.is-style-nfd-theme-primary,.nfd-theme-primary:not([class*=is-style-nfd-theme]){--wndb--color--borders:var(--wndb-white-100);--wndb--color--borders-light:var(--wndb--color--borders);--wndb--color--subtle:var(--wndb-white-200);--wndb--color--surface:var(--wndb--color--primary);--wndb--color--text--contrast:var(--wndb-white);--wndb--color--text--faded:var(--wndb-white-900);--wndb--color--text:var(--wndb-white);--wndb--color--links:var(--wndb-white);--wndb--shadow--sm:none;--wndb--shadow--xs:none;--wndb-mask-color:hsla(0,0%,100%,.12)}.is-style-nfd-theme-primary-15,.nfd-theme-primary-15:not([class*=is-style-nfd-theme]){--wndb--color--borders:color-mix(in srgb,var(--wndb--color--primary) 25%,#fff);--wndb--color--borders-light:color-mix(in srgb,var(--wndb--color--primary) 15%,#fff);--wndb--color--subtle:color-mix(in srgb,var(--wndb--color--primary) 30%,#fff);--wndb--color--surface:color-mix(in srgb,var(--wndb--color--primary) 15%,#fff)}.nfd-bg-surface:not(.has-background),[class*=is-style-nfd-theme]:not(.has-background){background-color:var(--wndb--color--surface)!important}.nfd-bg-surface:not(.has-text-color),[class*=is-style-nfd-theme]:not(.has-text-color){color:var(--wndb--color--text)!important}.nfd-text-faded p:not(.has-text-color):not(.has-link-color):not(.has-background):not(.nfd-text-primary),.nfd-text-faded time:not(.has-text-color):not(.has-background),.nfd-text-faded>a:not(.has-text-color):not(.has-link-color):not(.has-background),ol.nfd-text-faded:not(.has-text-color):not(.has-link-color):not(.has-background):not(.nfd-text-primary),p.nfd-text-faded:not(.has-text-color):not(.has-link-color):not(.has-background),ul.nfd-text-faded:not(.has-text-color):not(.has-link-color):not(.has-background):not(.nfd-text-primary){color:var(--wndb--color--text--faded)!important}.editor-styles-wrapper div .nfd-text-contrast:where(:not(.has-text-color)),.editor-styles-wrapper div :where(.nfd-text-contrast:not(.has-text-color):not(.wp-element-button)) a:where(:not(:hover)),.wp-site-blocks .nfd-text-contrast:where(:not(.has-text-color)),.wp-site-blocks .nfd-text-contrast:where(:not(.has-text-color)) a:where(:not(:hover)){color:var(--wndb--color--text--contrast)}.nfd-bg-surface .wp-block-separator:not(.has-background):not(.has-text-color):not(.nfd-border-strong),.nfd-bg-surface [style*=border]:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color]):not(.nfd-border-strong),.nfd-bg-surface [style*=border]:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color])>img:not(.has-border-color):not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color]),.nfd-bg-surface [style*=border]:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color])>img:not(.has-border-color):not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color])>.components-resizable-box__container>img:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color]),.nfd-bg-surface:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color]):not(.has-border-color):not(.nfd-border-strong),[class*=is-style-nfd-theme] .wp-block-separator:not(.has-background):not(.has-text-color):not(.nfd-border-strong),[class*=is-style-nfd-theme] [style*=border]:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color]):not(.nfd-border-strong),[class*=is-style-nfd-theme] [style*=border]:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color])>img:not(.has-border-color):not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color]),[class*=is-style-nfd-theme] [style*=border]:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color])>img:not(.has-border-color):not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color])>.components-resizable-box__container>img:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color]),[class*=is-style-nfd-theme]:not([class*=border-color]):not([style*=border-top-color]):not([style*=border-right-color]):not([style*=border-bottom-color]):not([style*=border-left-color]):not(.has-border-color):not(.nfd-border-strong){border-color:var(--wndb--color--borders)!important}.nfd-bg-surface .wp-block-separator:not(.has-background):not(.has-text-color):not(.nfd-border-2),[class*=is-style-nfd-theme] .wp-block-separator:not(.has-background):not(.has-text-color):not(.nfd-border-2){border-width:2px 0 0!important}.nfd-border-bg{--wndb--color--borders:var(--wndb--color--surface)}.nfd-border-primary{--wndb--color--borders:var(--wndb--color--primary)}.nfd-border-inherit{--wndb--color--borders:inherit}.nfd-bg-accent:not(.has-background),.nfd-bg-primary:not(.has-background),.wp-block-cover.nfd-bg-accent>.wp-block-cover__background:not([class*=background-color]),.wp-block-cover.nfd-bg-primary>.wp-block-cover__background:not([class*=background-color]){background-color:var(--wndb--color--primary)!important}.nfd-bg-secondary:not(.has-background),.wp-block-cover.nfd-bg-secondary>.wp-block-cover__background:not([class*=background-color]){background-color:var(--wndb--color--secondary)!important}.nfd-bg-accent:not(.has-text-color),.nfd-bg-primary:not(.has-text-color),.nfd-bg-secondary:not(.has-text-color){color:var(--wndb--color--white)!important}.nfd-bg-subtle:not(.has-background):not(.wp-block-button),.nfd-bg-subtle:not(.has-background)>.wp-block-button__link:not(.has-background){background-color:var(--wndb--color--borders-light)!important;color:var(--wndb--color--text--contrast)!important}.nfd-text-primary:not(.has-text-color),.wp-block-button.wndb-text-primary>a:not(.has-text-color){color:var(--wndb--color--primary)!important}.nfd-text-secondary:not(.has-text-color),.wp-block-button.wndb-text-secondary>a:not(.has-text-color){color:var(--wndb--color--secondary)!important}[class*=nfd-theme-primary] .nfd-text-primary:not(.has-text-color),[class*=nfd-theme-primary] .nfd-text-secondary:not(.has-text-color),[class*=nfd-theme-primary] .wp-block-button.wndb-text-primary>a:not(.has-text-color),[class*=nfd-theme-secondary] .wp-block-button.wndb-text-secondary>a:not(.has-text-color){color:var(--wndb--color--contrast)!important}[class*=nfd-theme-dark] .nfd-text-primary:not(.has-text-color),[class*=nfd-theme-darker] .nfd-text-primary:not(.has-text-color){color:var(--wndb--color--secondary)!important}.nfd-text-subtle:not(.has-text-color){color:var(--wndb--color--subtle)!important}.editor-styles-wrapper div .nfd-text-current:where(:not(.has-text-color)),.editor-styles-wrapper div :where(.nfd-text-current:not(.has-text-color):not(.wp-element-button)) a:where(:not(:hover)),.wp-site-blocks .nfd-text-current:where(:not(.has-text-color)),.wp-site-blocks .nfd-text-current:where(:not(.has-text-color)) a:where(:not(:hover)){color:currentColor}[class*=nfd-theme-] .wp-block-social-links.is-style-logos-only:not(.has-icon-color) .wp-block-social-link{color:var(--wndb--color--text--faded)!important;fill:var(--wndb--color--text--faded)!important}[class*=nfd-theme-] .wp-block-social-links.is-style-logos-only:not(.has-icon-color) .wp-block-social-link:hover{color:var(--wndb--color--text)!important;fill:var(--wndb--color--text)!important}.nfd-container.is-position-sticky:not([class*=nfd-bg-surface]):not([class*=is-style-nfd-]):not(.has-background){background-color:var(--wndb--color--body)!important}.nfd-container .has-secondary-color{color:var(--wndb--color--secondary)!important}.nfd-bg-gray-100:not(.has-background),.nfd-bg-gray-800:not(.has-background){background-color:var(--wndb--color--surface)!important}.nfd-bg-gray-100:not(.has-text-color),.nfd-bg-gray-800:not(.has-text-color){color:var(--wndb--color--text)!important}.nfd-bg-gray-800{--wndb--color--surface:var(--wndb-gray-800);--wndb--color--text:var(--wndb-white);--wndb--color--borders:var(--wndb-white-100);--wndb--color--text--faded:var(--wndb-white-700)}.nfd-bg-gray-100{--wndb--color--surface:var(--wndb-gray-50);--wndb--color--text:var(--wndb-gray-700);--wndb--color--borders:var(--wndb-gray-100)}.nfd-text-opacity-80 p:not(.has-text-color):not(.has-link-color):not(.has-background),.nfd-text-opacity-80 time:not(.has-text-color):not(.has-background),p.nfd-text-opacity-80:not(.has-text-color):not(.has-link-color):not(.has-background){opacity:.8!important}:where(:root){--wndb--slider-height:100lvh}.nfd-scroll-slider-horizontal,.nfd-scroll-slider-vertical{flex-wrap:nowrap!important;height:var(--wndb--slider-height)!important;overflow-y:auto!important;scroll-snap-type:y mandatory!important;-ms-overflow-style:none!important;scrollbar-width:none!important}.nfd-scroll-slider-horizontal::-webkit-scrollbar,.nfd-scroll-slider-vertical::-webkit-scrollbar{display:none!important}.nfd-scroll-slider-vertical{height:100vh!important;overflow-y:auto!important;scroll-snap-type:y mandatory!important}.nfd-scroll-slider-vertical>*{scroll-snap-align:start!important;width:100%!important}.nfd-scroll-slider-horizontal{flex-direction:row!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important}.nfd-scroll-slider-horizontal>*{flex-shrink:0!important;scroll-snap-align:start!important}.nfd-scroll-slider-horizontal>.wp-block-cover{width:100vw!important}.nfd-container.alignfull .nfd-scroll-slider-horizontal{--half-container:calc(50vw - var(--wndb--container)/2);padding-left:var(--half-container)!important;padding-right:var(--half-container)!important;scroll-padding:var(--half-container)!important}.nfd-scroll-slider-horizontal.nfd-scroll-slider-animate>.wp-block-cover:first-child{animation:scroll-slider-slide 1s ease 1s forwards}@keyframes scroll-slider-slide{0%{margin-left:0}to{margin-left:-100vw}}.block-editor-block-preview__content-iframe .is-root-container{min-height:8rem!important}.block-editor-block-preview__content-iframe figure:has([style*=\\\"aspect-ratio: 16 / 9\\\"]){width:100%!important}.block-editor-block-preview__content-iframe [style*=\\\"min-height: 100vh\\\"],.block-editor-block-preview__content-iframe [style*=\\\"min-height:100vh\\\"]{min-height:800px!important}.block-editor-block-preview__content-iframe [style*=\\\"min-height: 70vh\\\"],.block-editor-block-preview__content-iframe [style*=\\\"min-height:70vh\\\"]{min-height:560px!important}.block-editor-block-preview__content-iframe [style*=\\\"min-height: 60vh\\\"],.block-editor-block-preview__content-iframe [style*=\\\"min-height:60vh\\\"]{min-height:480px!important}.block-editor-block-preview__content-iframe [style*=\\\"min-height: 50vh\\\"],.block-editor-block-preview__content-iframe [style*=\\\"min-height:50vh\\\"]{min-height:400px!important}.block-editor-block-preview__content-iframe [style*=\\\"min-height: 40vh\\\"],.block-editor-block-preview__content-iframe [style*=\\\"min-height:40vh\\\"]{min-height:320px!important}.block-editor-block-preview__content-iframe [style*=\\\"min-height: 35vh\\\"],.block-editor-block-preview__content-iframe [style*=\\\"min-height:35vh\\\"]{min-height:280px!important}.block-editor-block-preview__content-iframe [style*=\\\"min-height: 30vh\\\"],.block-editor-block-preview__content-iframe [style*=\\\"min-height:30vh\\\"]{min-height:240px!important}.block-editor-block-preview__content-iframe [style*=\\\"min-height: 10vh\\\"],.block-editor-block-preview__content-iframe [style*=\\\"min-height:10vh\\\"]{min-height:80px!important}.block-editor-block-preview__content-iframe [style*=\\\"min-height: 5vh\\\"],.block-editor-block-preview__content-iframe [style*=\\\"min-height:5vh\\\"]{min-height:40px!important}.nfd-wba-modal *{box-sizing:border-box!important}.block-editor-block-preview__content-iframe .nfd-wb-animate{opacity:1!important;transform:none!important;transition:none!important}.block-editor-block-preview__content-iframe .block-editor-warning:not(.wp-block-missing .block-editor-warning){display:none!important}.block-editor-block-preview__content-iframe .is-root-container>.nfd-container:not([class*=nfd-p-]):not([class*=nfd-py-]):not([class*=nfd-pt-]):not([class*=nfd-pb-]):not([style*=padding]){padding-block:var(--wndb--p)!important}.block-editor-block-preview__content-iframe [class*=nfd-rounded]:not([style*=-radius])>div>img:not([style*=-radius]){border-radius:calc(var(--wndb--border--radius)*var(--wndb--rounded--scale-factor))!important}ol.nfd-gap-sm:not(.is-layout-flex) li:not(:last-child),ul.nfd-gap-sm:not(.is-layout-flex) li:not(:last-child){margin-bottom:.5em!important}ol.nfd-gap-md:not(.is-layout-flex) li:not(:last-child),ul.nfd-gap-md:not(.is-layout-flex) li:not(:last-child){margin-bottom:1em!important}ul.nfd-list-check{list-style-type:none!important;padding-inline-start:1em!important}ul.nfd-list-check li:before{content:\\\"✓\\\";display:inline-block;margin-inline-end:8px}[class*=nfd-query-loop-] :where(.wp-block-post-author__avatar img){border-radius:999px;display:block}[class*=nfd-query-loop-] :where(.avatar-48){height:36px!important;width:36px!important}[class*=nfd-query-loop-] :where(.wp-block-post-author__content){display:flex;flex-direction:column;gap:4px;justify-content:center}[class*=nfd-query-loop-] .wp-block-post-author__avatar{margin-right:12px!important}.nfd-query-loop-1 :where(.wp-block-cover){aspect-ratio:2/1.1}.nfd-query-loop-1 :where(.wp-block-post-author__content){align-items:center!important;flex-direction:row!important}.nfd-query-loop-1 :where(.wp-block-post-author__byline){font-size:1em!important;opacity:.8!important}[class*=nfd-query-loop-] :where(.wp-block-categories){display:flex;gap:8px;list-style:none;padding:0}[class*=nfd-query-loop-] :where(.wp-block-categories a){color:inherit!important}.nfd-query-loop-2 .wp-block-cover__background{-webkit-mask-image:linear-gradient(180deg,transparent 25%,#000 75%)!important;mask-image:linear-gradient(180deg,transparent 25%,#000 75%)!important}.nfd-query-loop-3 :where(.wp-block-post-author__name){display:none!important}.nfd-form-items-grow>div:not(.wp-block-jetpack-button){flex-grow:1!important}.nfd-jp-form.nfd-text-center .consent{text-align:center!important}.nfd-jp-form .contact-form-submission .go-back-message .link{color:currentColor!important;text-decoration:underline!important}.nfd-jp-form .contact-form-submission .go-back-message{margin-top:0!important}.nfd-jp-form .contact-form-submission{border-color:currentColor!important;padding:calc(var(--wndb--p--md)*.5) 0!important}.nfd-jp-form textarea{resize:vertical!important}.nfd-jp-form .wp-block-button__link{padding-block-end:10px!important;padding-block-start:10px!important}.nfd-jp-form .consent,.nfd-jp-form .jetpack-field-checkbox .jetpack-field-label .jetpack-field-label__input,.nfd-jp-form .jetpack-field-consent .jetpack-field-label .jetpack-field-label__input{font-size:.875rem!important;line-height:1.5em!important;text-transform:none!important;text-wrap:balance!important}.nfd-jp-form input[type=checkbox]{padding:0!important}.nfd-mask-fade-to-b>.wp-block-cover__background{-webkit-mask-image:linear-gradient(180deg,transparent 50%,#000 120%)!important;mask-image:linear-gradient(180deg,transparent 50%,#000 120%)!important}.nfd-mask-radial-center>.wp-block-cover__background{-webkit-mask-image:radial-gradient(circle,transparent -40%,rgba(0,0,0,.9) 58%)!important;mask-image:radial-gradient(circle,transparent -40%,rgba(0,0,0,.9) 58%)!important}p[style*=text-decoration]>a{color:inherit!important;text-decoration:inherit!important}.is-style-dots.nfd-text-left:before{padding-left:0!important}.nfd-h-full,.nfd-h-full>.components-resizable-box__container>img,.nfd-h-full>img{height:100%!important}.nfd-w-full,.nfd-w-full>.components-resizable-box__container>img,.nfd-w-full>img{width:100%!important}.nfd-backdrop-blur-sm{backdrop-filter:blur(4px)!important}.nfd-backdrop-blur-md{backdrop-filter:blur(8px)!important}:not(.editor-styles-wrapper) header:has(.nfd-absolute-header){position:sticky!important;top:0!important;z-index:1!important}.nfd-absolute-header:not([style*=margin]){margin:0!important}:not(.editor-styles-wrapper) .nfd-absolute-header:not([style*=padding]):not([class*=nfd-px-]):not([style*=padding]){padding-inline:var(--wndb--p)!important}.wp-site-blocks .nfd-transparent-header,.wp-site-blocks header:has(>:first-child.nfd-transparent-header){min-width:100%!important;position:absolute!important;z-index:1!important}.nfd-transparent-header{background-color:transparent!important}.wp-site-blocks .nfd-transparent-header+:not([style*=margin]),.wp-site-blocks>header:has(>:first-child.nfd-transparent-header)+:not([style*=margin]){margin-top:0!important}:is([style*=\\\"min-height:100vh\\\"]){min-height:calc(100vh - var(--wp-admin--admin-bar--height))!important}@supports (height:100dvh){:is([style*=\\\"height:100vh\\\"]){min-height:calc(100dvh - var(--wp-admin--admin-bar--height, 0px))!important}}.nfd-wk-search .wp-block-search__input{font-size:inherit!important;min-height:50px!important;padding:8px 16px!important}:where(.wp-block-search__input){border-radius:var(--wndb--border--radius--sm)!important}.nfd-stretch-cover-child,.nfd-stretch-cover-child .wp-block-cover__inner-container{display:flex!important;flex-direction:column!important}.nfd-stretch-cover-child .wp-block-cover__inner-container,.nfd-stretch-cover-child .wp-block-cover__inner-container>.nfd-pseudo-play-icon,.nfd-stretch-cover-child .wp-block-cover__inner-container>.wp-block-group{align-items:inherit!important;flex-grow:1!important;justify-content:inherit!important}.nfd-stretch-cover-child .wp-block-cover__inner-container>.wp-block-group,.nfd-stretch-cover-child .wp-block-cover__inner-container>p{width:100%!important}.nfd-container summary{line-height:1.5!important;padding-right:32px!important;position:relative!important}.nfd-container summary::marker{content:none!important}.nfd-container summary:before{align-items:center!important;background-color:var(--wndb--color--borders)!important;background-image:url(\\\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1wbHVzIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGQ9Ik01IDEyaDE0TTEyIDV2MTQiLz48L3N2Zz4=\\\")!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:13px!important;border-radius:999px!important;content:\\\"\\\"!important;display:flex!important;height:1em!important;justify-content:center!important;opacity:.6!important;position:absolute!important;right:0!important;top:50%!important;transform:translateY(-50%)!important;width:1em!important}.nfd-container [open] summary{font-weight:700!important}.nfd-container [open] summary:before{opacity:1!important;transform:translateY(-50%) rotate(45deg)!important}.nfd-container summary:hover:before{opacity:1!important}.is-style-wide.wp-block-separator{width:100%!important}.nfd-aspect-video{aspect-ratio:16/9!important}.nfd-img-object-left img{-o-object-position:left!important;object-position:left!important}.nfd-img-object-right img{-o-object-position:right!important;object-position:right!important}.editor-styles-wrapper .wp-block-image.nfd-h-full>div{aspect-ratio:unset!important;height:100%!important;max-height:unset!important}.nfd-img-floating-photo{border:10px solid #fff!important;border-radius:8px!important;box-shadow:6px 6px 20px rgba(0,0,0,.2)!important;transform:rotate(5deg)!important}.nfd-yoast-toc ul li{list-style-type:disc!important}.nfd-yoast-toc{line-height:1.5!important}[class*=is-style-nfd-dots],[class*=is-style-nfd-waves]{padding-block:var(--wndb--p--sm)!important;position:relative!important}[class*=is-style-nfd-waves]{padding-block:var(--wndb--p--md)!important}.is-style-nfd-dots-bottom-right,.is-style-nfd-dots-top-right{padding-inline-end:var(--wndb--p--sm)!important}.is-style-nfd-dots-bottom-left,.is-style-nfd-dots-top-left{padding-inline-start:var(--wndb--p--sm)!important}.is-style-nfd-waves-bottom-right,.is-style-nfd-waves-top-right{padding-inline-end:var(--wndb--p--md)!important;padding-inline-start:var(--wndb--p--xs)!important}.is-style-nfd-waves-bottom-left,.is-style-nfd-waves-top-left{padding-inline-end:var(--wndb--p--xs)!important;padding-inline-start:var(--wndb--p--md)!important}[class*=is-style-nfd-dots]>img[class^=wp-image-],[class*=is-style-nfd-waves]>img[class^=wp-image-]{position:relative!important}[class*=is-style-nfd-dots]:before{background-image:radial-gradient(var(--wndb--color--primary) 2px,transparent 2px)!important;background-size:16px 16px!important;height:106px!important;opacity:1!important;width:106px!important}[class*=is-style-nfd-dots]:before,[class*=is-style-nfd-waves]:before{content:\\\"\\\"!important;display:block!important;position:absolute!important}[class*=is-style-nfd-waves]:before{--wndb--wave-width:380px;--wndb--wave-spacing:16px;--wndb--wave-thickness:8px;--wndb--wave-curve:0.85;background:color-mix(in srgb,var(--wndb--color--tertiary) 60%,#fff)!important;width:var(--wndb--wave-width)!important;z-index:1!important;--wndb--wave-radius:calc(var(--wndb--wave-spacing)*sqrt(var(--wndb--wave-curve) * var(--wndb--wave-curve) + 1) + var(--wndb--wave-thickness)/2);--wndb--wave-height:calc(var(--wndb--wave-spacing) + var(--wndb--wave-thickness));--wndb--wave-gap:14px;height:calc(var(--wndb--wave-height)*3 + var(--wndb--wave-gap)*2)!important;--wndb--y1:0px;--wndb--y2:calc(var(--wndb--wave-height) + var(--wndb--wave-gap));--wndb--y3:calc((var(--wndb--wave-height) + var(--wndb--wave-gap))*2);--wndb--wave-gradient:#0000 calc(99% - var(--wndb--wave-thickness)),#000 calc(101% - var(--wndb--wave-thickness)) 99%,#0000 101%;--wndb--mask-stripe-1-top:radial-gradient(var(--wndb--wave-radius) at left 50% top calc(var(--wndb--wave-curve)*-1*var(--wndb--wave-spacing)),var(--wndb--wave-gradient)) 50% calc(var(--wndb--y1) + var(--wndb--wave-spacing)/2 + var(--wndb--wave-thickness)/2) /calc(var(--wndb--wave-spacing)*4) calc(var(--wndb--wave-spacing) + var(--wndb--wave-thickness)) repeat-x;--wndb--mask-stripe-1-bottom:radial-gradient(var(--wndb--wave-radius) at left 50% bottom calc(var(--wndb--wave-curve)*-1*var(--wndb--wave-spacing)),var(--wndb--wave-gradient)) calc(50% - var(--wndb--wave-spacing)*2) calc(var(--wndb--y1) - var(--wndb--wave-spacing)/2 - var(--wndb--wave-thickness)/2) /calc(var(--wndb--wave-spacing)*4) calc(var(--wndb--wave-spacing) + var(--wndb--wave-thickness)) repeat-x;--wndb--mask-stripe-2-top:radial-gradient(var(--wndb--wave-radius) at left 50% top calc(var(--wndb--wave-curve)*-1*var(--wndb--wave-spacing)),var(--wndb--wave-gradient)) 50% calc(var(--wndb--y2) + var(--wndb--wave-spacing)/2 + var(--wndb--wave-thickness)/2) /calc(var(--wndb--wave-spacing)*4) calc(var(--wndb--wave-spacing) + var(--wndb--wave-thickness)) repeat-x;--wndb--mask-stripe-2-bottom:radial-gradient(var(--wndb--wave-radius) at left 50% bottom calc(var(--wndb--wave-curve)*-1*var(--wndb--wave-spacing)),var(--wndb--wave-gradient)) calc(50% - var(--wndb--wave-spacing)*2) calc(var(--wndb--y2) - var(--wndb--wave-spacing)/2 - var(--wndb--wave-thickness)/2) /calc(var(--wndb--wave-spacing)*4) calc(var(--wndb--wave-spacing) + var(--wndb--wave-thickness)) repeat-x;--wndb--mask-stripe-3-top:radial-gradient(var(--wndb--wave-radius) at left 50% top calc(var(--wndb--wave-curve)*-1*var(--wndb--wave-spacing)),var(--wndb--wave-gradient)) 50% calc(var(--wndb--y3) + var(--wndb--wave-spacing)/2 + var(--wndb--wave-thickness)/2) /calc(var(--wndb--wave-spacing)*4) calc(var(--wndb--wave-spacing) + var(--wndb--wave-thickness)) repeat-x;--wndb--mask-stripe-3-bottom:radial-gradient(var(--wndb--wave-radius) at left 50% bottom calc(var(--wndb--wave-curve)*-1*var(--wndb--wave-spacing)),var(--wndb--wave-gradient)) calc(50% - var(--wndb--wave-spacing)*2) calc(var(--wndb--y3) - var(--wndb--wave-spacing)/2 - var(--wndb--wave-thickness)/2) /calc(var(--wndb--wave-spacing)*4) calc(var(--wndb--wave-spacing) + var(--wndb--wave-thickness)) repeat-x;mask:var(--wndb--mask-stripe-1-bottom),var(--wndb--mask-stripe-1-top),var(--wndb--mask-stripe-2-bottom),var(--wndb--mask-stripe-2-top),var(--wndb--mask-stripe-3-bottom),var(--wndb--mask-stripe-3-top)!important;-webkit-mask:var(--wndb--mask-stripe-1-bottom),var(--wndb--mask-stripe-1-top),var(--wndb--mask-stripe-2-bottom),var(--wndb--mask-stripe-2-top),var(--wndb--mask-stripe-3-bottom),var(--wndb--mask-stripe-3-top)!important;mask-repeat:repeat-x!important;-webkit-mask-repeat:repeat-x!important}.is-style-nfd-dots-bottom-right:before,.is-style-nfd-waves-bottom-right:before{bottom:0!important;right:0!important}.is-style-nfd-dots-bottom-left:before,.is-style-nfd-waves-bottom-left:before{bottom:0!important;left:0!important}.is-style-nfd-dots-top-left:before,.is-style-nfd-waves-top-left:before{left:0!important;top:0!important}.is-style-nfd-dots-top-right:before,.is-style-nfd-waves-top-right:before{right:0!important;top:0!important}@media (max-width:782px){.md\\\\:nfd-order-2{order:2!important}.md\\\\:nfd-my-0:not([style*=margin]){margin-bottom:0!important;margin-top:0!important}.md\\\\:nfd-flex{display:flex!important}.md\\\\:nfd-hidden{display:none!important}.md\\\\:nfd-basis-full{flex-basis:100%!important}.md\\\\:nfd-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.md\\\\:nfd-flex-col{flex-direction:column!important}.md\\\\:nfd-flex-wrap{flex-wrap:wrap!important}.md\\\\:nfd-items-start{align-items:flex-start!important}.md\\\\:nfd-justify-start{justify-content:flex-start!important}.md\\\\:nfd-justify-end{justify-content:flex-end!important}.md\\\\:nfd-justify-center{justify-content:center!important}.md\\\\:nfd-gap-0{gap:0!important}.md\\\\:nfd-gap-4{gap:1rem!important}.md\\\\:nfd-gap-5{gap:1.25rem!important}.md\\\\:nfd-gap-8{gap:2rem!important}.md\\\\:nfd-self-start{align-self:flex-start!important}.md\\\\:nfd-rounded-lg:not([style*=-radius]){border-radius:.5rem!important}.md\\\\:nfd-border-none{border-style:none!important}.md\\\\:nfd-p-0:not([style*=padding]){padding:0!important}.md\\\\:nfd-p-4:not([style*=padding]){padding:1rem!important}.md\\\\:nfd-px-0:not([style*=padding]){padding-left:0!important;padding-right:0!important}.md\\\\:nfd-py-0:not([style*=padding]){padding-bottom:0!important;padding-top:0!important}.md\\\\:nfd-text-left{text-align:left!important}.md\\\\:nfd-text-center{text-align:center!important}}','auto'),(15743,'nfd_utilities_js','(()=>{var l=class{constructor({clientId:t,...n}={}){this.options={activeClass:\\\"nfd-wb-animated-in\\\",root:null,rootMargin:\\\"0px\\\",threshold:0,...n}}observeElements(t,n=null,e=!1){if(!(\\\"IntersectionObserver\\\"in window)||!t?.length||document.documentElement.classList.contains(\\\"block-editor-block-preview__content-iframe\\\"))return;function a(r,i){this._mutationCallback(r,i,n)}let o=new IntersectionObserver(this._handleIntersection.bind(this),this.options),d=new MutationObserver(a.bind(this)),u=new MutationObserver(this._handleClassMutation.bind(this));t.forEach(r=>{let i=r;r.classList.contains(\\\"nfd-wb-reveal-right\\\")&&(i=r.parentElement),o.observe(i),e&&(u.observe(i,{attributes:!0,attributeFilter:[\\\"class\\\"]}),d.observe(i,{attributes:!0,attributeFilter:[\\\"class\\\"]}))})}_handleIntersection(t,n){t.forEach(e=>{e.isIntersecting&&(e.target.classList.add(this.options.activeClass),e.target.querySelectorAll(\\\".nfd-wb-animate\\\").forEach(a=>{a.classList.add(this.options.activeClass)}),n.unobserve(e.target))})}_handleClassMutation(t){t.forEach(n=>{if(n?.type===\\\"attributes\\\"){let e=n.target;e.classList.contains(\\\"nfd-wb-animated-in\\\")||e.classList.add(\\\"nfd-wb-animated-in\\\")}})}_mutationCallback(t,n,e=null){t.forEach(a=>{if(a?.type===\\\"attributes\\\"){let o=a.target;e&&e===o.getAttribute(\\\"data-block\\\")&&(o.getAttribute(\\\"data-replay-animation\\\")===null&&(o.setAttribute(\\\"data-replay-animation\\\",!0),requestAnimationFrame(()=>{o.removeAttribute(\\\"data-replay-animation\\\")})),n.disconnect())}})}};document.addEventListener(\\\"DOMContentLoaded\\\",()=>{c()});document.addEventListener(\\\"wonder-blocks/toolbar-button-added\\\",()=>{c()});document.addEventListener(\\\"wonder-blocks/animation-changed\\\",s=>{let t=s?.detail?.clientId;c(t)});document.addEventListener(\\\"wonder-blocks/block-order-changed\\\",()=>{c()});window.onload=function(){c()};function c(s=null){let t=document.body?.classList.contains(\\\"block-editor-page\\\")||!!s||document.body?.classList.contains(\\\"block-editor-iframe__body\\\"),n=t?document.querySelector(\\\".interface-interface-skeleton__content\\\"):null,e=new l({root:n,threshold:0});requestAnimationFrame(()=>{let a=Array.from(document.getElementsByClassName(\\\"nfd-wb-animate\\\"));e.observeElements(a,s,t)})}})();\n','auto'),(15744,'nfd_utilities_last_refresh_time','1759431649','auto'),(15745,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"4670f505740e7044b71b0d59d764a724\";s:6:\"blocks\";a:62:{s:11:\"core/button\";s:82:\":root :where(.wp-block-button .wp-block-button__link){transition: .3s ease-in-out}\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:0:\"\";s:12:\"core/columns\";s:0:\"\";s:14:\"core/pullquote\";s:338:\":root :where(.wp-block-pullquote){border-width: 1px 0;border-style: solid;font-family: var(--wp--preset--font-family--body);font-size: var(--wp--preset--font-size--x-large);font-style: italic;font-weight: 400;letter-spacing: 0em;line-height: 1.5;padding-top: var(--wp--preset--spacing--40);padding-bottom: var(--wp--preset--spacing--40);}\";s:32:\"c48738dcb285a3f6ab83acff204fc486\";s:157:\":root :where(.wp-block-pullquote cite){font-family: var(--wp--preset--font-family--body);font-size: var(--wp--preset--font-size--medium);font-style: normal;}\";s:27:\"woocommerce/catalog-sorting\";s:75:\":root :where(.wp-block-woocommerce-catalog-sorting select){font-size: 15px}\";s:11:\"core/avatar\";s:56:\":root :where(.wp-block-avatar img){border-radius: 70px;}\";s:12:\"core/buttons\";s:673:\":root :where(.wp-block-buttons-is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.wp-block-buttons-is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.wp-block-buttons-is-layout-flow) > *{margin-block-start: 0.7rem;margin-block-end: 0;}:root :where(.wp-block-buttons-is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.wp-block-buttons-is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.wp-block-buttons-is-layout-constrained) > *{margin-block-start: 0.7rem;margin-block-end: 0;}:root :where(.wp-block-buttons-is-layout-flex){gap: 0.7rem;}:root :where(.wp-block-buttons-is-layout-grid){gap: 0.7rem;}\";s:13:\"core/calendar\";s:450:\":root :where(.wp-block-calendar table, .wp-block-calendar th){color: var(--wp--preset--color--contrast);}:root :where(.wp-block-calendar.wp-block-calendar table:where(:not(.has-text-color)) th){background-color:var(--wp--preset--color--contrast);color:var(--wp--preset--color--base);border-color:var(--wp--preset--color--contrast)}:root :where(.wp-block-calendar table:where(:not(.has-text-color)) td){border-color:var(--wp--preset--color--gray-100)}\";s:15:\"core/categories\";s:191:\":root :where(.wp-block-categories){padding-right: 0px;padding-left: 0px;}:root :where(.wp-block-categories){list-style-type:none;}:root :where(.wp-block-categories li){margin-bottom: 0.5rem;}\";s:9:\"core/code\";s:563:\":root :where(.wp-block-code){background-color: var(--wp--preset--color--base);border-radius: var(--wp--preset--spacing--20);border-color: var(--wp--preset--color--contrast);color: var(--wp--preset--color--contrast);font-size: var(--wp--preset--font-size--medium);font-style: normal;font-weight: 400;line-height: 1.6;padding-top: calc(var(--wp--preset--spacing--30) + 0.75rem);padding-right: calc(var(--wp--preset--spacing--30) + 0.75rem);padding-bottom: calc(var(--wp--preset--spacing--30) + 0.75rem);padding-left: calc(var(--wp--preset--spacing--30) + 0.75rem);}\";s:24:\"core/comment-author-name\";s:170:\":root :where(.wp-block-comment-author-name){color: var(--wp--preset--color--contrast);font-size: var(--wp--preset--font-size--small);font-style: normal;font-weight: 600;}\";s:32:\"c0002c260f8238c4212f3e4c369fc4f7\";s:143:\":root :where(.wp-block-comment-author-name a:where(:not(.wp-element-button))){color: var(--wp--preset--color--contrast);text-decoration: none;}\";s:32:\"1e7c38b45537b325dbbbaec17a301676\";s:112:\":root :where(.wp-block-comment-author-name a:where(:not(.wp-element-button)):hover){text-decoration: underline;}\";s:20:\"core/comment-content\";s:177:\":root :where(.wp-block-comment-content){font-size: var(--wp--preset--font-size--small);margin-top: var(--wp--preset--spacing--20);margin-bottom: var(--wp--preset--spacing--20);}\";s:17:\"core/comment-date\";s:162:\":root :where(.wp-block-comment-date){color: var(--wp--preset--color--contrast);font-size: var(--wp--preset--font-size--small);margin-top: 0px;margin-bottom: 0px;}\";s:32:\"c83ca7b3e52884c70f7830c54f99b318\";s:136:\":root :where(.wp-block-comment-date a:where(:not(.wp-element-button))){color: var(--wp--preset--color--contrast);text-decoration: none;}\";s:32:\"7a05169cd0e6c7a5390492b955f8fd3d\";s:105:\":root :where(.wp-block-comment-date a:where(:not(.wp-element-button)):hover){text-decoration: underline;}\";s:22:\"core/comment-edit-link\";s:90:\":root :where(.wp-block-comment-edit-link){font-size: var(--wp--preset--font-size--small);}\";s:32:\"41d70710612536a90e368c12bcb0efea\";s:141:\":root :where(.wp-block-comment-edit-link a:where(:not(.wp-element-button))){color: var(--wp--preset--color--contrast);text-decoration: none;}\";s:32:\"9c12982bf0f274860d94c3aa18230c84\";s:110:\":root :where(.wp-block-comment-edit-link a:where(:not(.wp-element-button)):hover){text-decoration: underline;}\";s:23:\"core/comment-reply-link\";s:91:\":root :where(.wp-block-comment-reply-link){font-size: var(--wp--preset--font-size--small);}\";s:32:\"13c96340dbf37700add1f4c5cae19f3e\";s:142:\":root :where(.wp-block-comment-reply-link a:where(:not(.wp-element-button))){color: var(--wp--preset--color--contrast);text-decoration: none;}\";s:32:\"f8339fa97df92f99a6b4eac7a6597226\";s:111:\":root :where(.wp-block-comment-reply-link a:where(:not(.wp-element-button)):hover){text-decoration: underline;}\";s:23:\"core/post-comments-form\";s:108:\":root :where(.wp-block-post-comments-form .comment-form-cookies-consent label){margin-bottom: 0 !important;}\";s:24:\"core/comments-pagination\";s:92:\":root :where(.wp-block-comments-pagination){font-size: var(--wp--preset--font-size--small);}\";s:29:\"core/comments-pagination-next\";s:97:\":root :where(.wp-block-comments-pagination-next){font-size: var(--wp--preset--font-size--small);}\";s:32:\"core/comments-pagination-numbers\";s:100:\":root :where(.wp-block-comments-pagination-numbers){font-size: var(--wp--preset--font-size--small);}\";s:33:\"core/comments-pagination-previous\";s:101:\":root :where(.wp-block-comments-pagination-previous){font-size: var(--wp--preset--font-size--small);}\";s:14:\"core/footnotes\";s:82:\":root :where(.wp-block-footnotes){font-size: var(--wp--preset--font-size--small);}\";s:12:\"core/gallery\";s:79:\":root :where(.wp-block-gallery){margin-bottom: var(--wp--preset--spacing--50);}\";s:10:\"core/image\";s:0:\"\";s:9:\"core/list\";s:75:\":root :where(.wp-block-list){padding-left: var(--wp--preset--spacing--10);}\";s:15:\"core/navigation\";s:133:\":root :where(.wp-block-navigation){font-weight: 500;}:root :where(.wp-block-navigation .wp-block-navigation-submenu){border-width: 0}\";s:32:\"25289a01850f5a0264ddb79a9a3baf3d\";s:92:\":root :where(.wp-block-navigation a:where(:not(.wp-element-button))){text-decoration: none;}\";s:16:\"core/post-author\";s:84:\":root :where(.wp-block-post-author){font-size: var(--wp--preset--font-size--small);}\";s:21:\"core/post-author-name\";s:89:\":root :where(.wp-block-post-author-name){font-size: var(--wp--preset--font-size--small);}\";s:32:\"5e6daa05ce887f9195642ee978692d48\";s:98:\":root :where(.wp-block-post-author-name a:where(:not(.wp-element-button))){text-decoration: none;}\";s:32:\"9a762eac1c7e11f5da88ab6368f7855f\";s:109:\":root :where(.wp-block-post-author-name a:where(:not(.wp-element-button)):hover){text-decoration: underline;}\";s:14:\"core/post-date\";s:124:\":root :where(.wp-block-post-date){color: var(--wp--preset--color--contrast);font-size: var(--wp--preset--font-size--small);}\";s:32:\"ac0d4e00f5ec22d14451759983e5bd43\";s:133:\":root :where(.wp-block-post-date a:where(:not(.wp-element-button))){color: var(--wp--preset--color--contrast);text-decoration: none;}\";s:32:\"0ae6ffd1b886044c2da62d75d05ab13d\";s:102:\":root :where(.wp-block-post-date a:where(:not(.wp-element-button)):hover){text-decoration: underline;}\";s:17:\"core/post-excerpt\";s:55:\":root :where(.wp-block-post-excerpt){line-height: 1.6;}\";s:24:\"core/post-featured-image\";s:228:\":root :where(.wp-block-post-featured-image img, .wp-block-post-featured-image .block-editor-media-placeholder, .wp-block-post-featured-image .wp-block-post-featured-image__overlay){border-radius: var(--wp--preset--spacing--20);}\";s:15:\"core/post-terms\";s:190:\":root :where(.wp-block-post-terms){font-size: var(--wp--preset--font-size--small);}:root :where(.wp-block-post-terms .wp-block-post-terms__prefix){color: var(--wp--preset--color--contrast);}\";s:32:\"b7c958776cf894ff147e343b0c9ddf57\";s:92:\":root :where(.wp-block-post-terms a:where(:not(.wp-element-button))){text-decoration: none;}\";s:32:\"eb904b88c81440705e2673cf9a778b66\";s:103:\":root :where(.wp-block-post-terms a:where(:not(.wp-element-button)):hover){text-decoration: underline;}\";s:15:\"core/post-title\";s:120:\":root :where(.wp-block-post-title){font-size: var(--wp--preset--font-size--large);margin-top: 0;margin-bottom: 0.75rem;}\";s:32:\"bb496d3fcd9be3502ce57ff8281e5687\";s:92:\":root :where(.wp-block-post-title a:where(:not(.wp-element-button))){text-decoration: none;}\";s:32:\"12380ab98fdc81351bb32a39bbfc9249\";s:103:\":root :where(.wp-block-post-title a:where(:not(.wp-element-button)):hover){text-decoration: underline;}\";s:16:\"core/query-title\";s:61:\":root :where(.wp-block-query-title span){font-style: italic;}\";s:21:\"core/query-no-results\";s:86:\":root :where(.wp-block-query-no-results){padding-top: var(--wp--preset--spacing--30);}\";s:10:\"core/quote\";s:140:\":root :where(.wp-block-quote){border-width: 1px;padding-right: var(--wp--preset--spacing--30);padding-left: var(--wp--preset--spacing--30);}\";s:32:\"1de7a22e22013106efc5be82788cb6c0\";s:102:\":root :where(.wp-block-quote cite){font-size: var(--wp--preset--font-size--small);font-style: normal;}\";s:11:\"core/search\";s:264:\":root :where(.wp-block-search .wp-block-search__label, .wp-block-search .wp-block-search__input, .wp-block-search .wp-block-search__button){font-size: var(--wp--preset--font-size--small);}:root :where(.wp-block-search .wp-block-search__input){border-radius:.33rem}\";s:32:\"14fa6a3d0cfbde171cbc0fb04aa8a6cf\";s:112:\":root :where(.wp-block-search .wp-element-button,.wp-block-search  .wp-block-button__link){border-radius: 50px;}\";s:14:\"core/separator\";s:327:\":root :where(.wp-block-separator){border-color: currentColor;border-width: 0 0 1px 0;border-style: solid;color: var(--wp--preset--color--contrast);}:root :where(.wp-block-separator){}:root :where(.wp-block-separator:not(.is-style-wide):not(.is-style-dots):not(.alignwide):not(.alignfull)){width: var(--wp--preset--spacing--60)}\";s:17:\"core/site-tagline\";s:127:\":root :where(.wp-block-site-tagline){color: var(--wp--preset--color--contrast);font-size: var(--wp--preset--font-size--small);}\";s:15:\"core/site-title\";s:144:\":root :where(.wp-block-site-title){font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.481), 1.2rem);font-style: normal;font-weight: 600;}\";s:32:\"f513d889cf971b13995cc3fffed2f39b\";s:92:\":root :where(.wp-block-site-title a:where(:not(.wp-element-button))){text-decoration: none;}\";s:32:\"22c37a317cc0ebd50155b5ad78564f37\";s:98:\":root :where(.wp-block-site-title a:where(:not(.wp-element-button)):hover){text-decoration: none;}\";}}','on'),(17490,'woocommerce_task_list_reminder_bar_hidden','yes','auto'),(18895,'nfd_wb_cta_enabled_posts','1','auto'),(18896,'nfd_wb_cta_enabled_pages','1','auto'),(19025,'category_children','a:0:{}','auto'),(19372,'nfd_site_capabilities','a:2:{s:5:\"value\";a:13:{s:11:\"canAccessAI\";b:1;s:12:\"hasAISiteGen\";b:1;s:18:\"canAccessGlobalCTB\";b:1;s:19:\"canAccessHelpCenter\";b:1;s:11:\"hasEcomdash\";b:0;s:11:\"hasSolution\";b:0;s:15:\"hasYithExtended\";b:0;s:11:\"isEcommerce\";b:1;s:8:\"isJarvis\";b:1;s:14:\"canMigrateSite\";b:1;s:23:\"abTestSolutionsLaunched\";b:1;s:24:\"abTestCustomerCardExpiry\";b:1;s:20:\"abTestShowMyProducts\";b:1;}s:10:\"expires_at\";i:1733882325;}','off'),(19983,'woocommerce_enable_delayed_account_creation','no','off'),(19984,'woocommerce_feature_cost_of_goods_sold_enabled','no','on'),(20151,'_transient_timeout_woocommerce_marketplace_promotions_v2','1759595950','off'),(20152,'_transient_woocommerce_marketplace_promotions_v2','a:2:{s:6:\"notice\";a:8:{s:13:\"date_from_gmt\";s:16:\"2024-11-17 00:00\";s:11:\"date_to_gmt\";s:16:\"2024-11-20 23:59\";s:6:\"format\";s:6:\"notice\";s:5:\"style\";s:4:\"info\";s:5:\"pages\";a:5:{i:0;a:4:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:11:\"/extensions\";s:3:\"tab\";s:0:\"\";s:4:\"name\";s:8:\"Discover\";}i:1;a:4:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:11:\"/extensions\";s:3:\"tab\";s:10:\"extensions\";s:4:\"name\";s:6:\"Browse\";}i:2;a:4:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:11:\"/extensions\";s:3:\"tab\";s:6:\"themes\";s:4:\"name\";s:6:\"Themes\";}i:3;a:4:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:11:\"/extensions\";s:3:\"tab\";s:17:\"business-services\";s:4:\"name\";s:17:\"Business Services\";}i:4;a:4:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:11:\"/extensions\";s:3:\"tab\";s:16:\"my-subscriptions\";s:4:\"name\";s:16:\"My Subscriptions\";}}s:7:\"content\";a:1:{s:5:\"en_US\";s:192:\"<strong>Save 40%</strong> in the WooCommerce Marketplace sale. Offer ends December 3 at 3 pm UTC. <a href=\"https://woocommerce.com/products/#sale-ts-and-cs\" target=\"_blank\">T&amp;Cs</a> apply.\";}s:4:\"icon\";s:7:\"percent\";s:14:\"is_dismissible\";b:1;}s:6:\"promos\";a:1:{i:0;a:10:{s:13:\"date_from_gmt\";s:16:\"2025-07-15 06:20\";s:11:\"date_to_gmt\";s:16:\"2025-08-15 23:59\";s:6:\"format\";s:10:\"promo-card\";s:5:\"pages\";a:1:{i:0;a:2:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:11:\"/extensions\";}}s:9:\"cta_label\";a:1:{s:5:\"en_US\";s:19:\"View all extensions\";}s:8:\"cta_link\";s:67:\"/wp-admin/admin.php?page=wc-admin&tab=extensions&path=%2Fextensions\";s:7:\"content\";a:1:{s:5:\"en_US\";s:114:\"Use the WOOHOO10 coupon at checkout to get a 10% discount on extensions and themes. Valid until August 15th, 2025.\";}s:5:\"title\";a:1:{s:5:\"en_US\";s:24:\"WooCommerce 10.0 is here\";}s:5:\"style\";s:14:\"has-background\";s:4:\"icon\";s:7:\"percent\";}}}','off'),(22063,'woocommerce_free_shipping_3_settings','a:4:{s:5:\"title\";s:13:\"Free shipping\";s:8:\"requires\";s:6:\"either\";s:10:\"min_amount\";s:6:\"500.00\";s:16:\"ignore_discounts\";s:2:\"no\";}','on'),(24493,'woocommerce_sales_record_date','2025-09-19','auto'),(24494,'woocommerce_sales_record_amount','6408','auto'),(24957,'woocommerce_pickup_location_settings','a:4:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:12:\"Local pickup\";s:10:\"tax_status\";s:7:\"taxable\";s:4:\"cost\";s:0:\"\";}','auto'),(25749,'nfd_coming_soon_last_changed','1734705414','auto'),(26204,'theme_mods_eride','a:24:{i:0;b:0;s:19:\"wp_classic_sidebars\";a:0:{}s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:1953;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1759324910;s:4:\"data\";a:1:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}}}s:19:\"ogf_body_font_style\";s:7:\"default\";s:17:\"ogf_headings_font\";s:16:\"permanent-marker\";s:24:\"ogf_headings_font_weight\";s:3:\"400\";s:23:\"ogf_headings_font_style\";s:6:\"italic\";s:24:\"ogf_site_navigation_font\";s:16:\"permanent-marker\";s:31:\"ogf_site_navigation_font_weight\";s:3:\"400\";s:30:\"ogf_site_navigation_font_style\";s:6:\"normal\";s:26:\"ogf_post_page_content_font\";s:8:\"zen-dots\";s:33:\"ogf_post_page_content_font_weight\";s:3:\"400\";s:32:\"ogf_post_page_content_font_style\";s:6:\"italic\";s:21:\"ogf_post_page_h1_font\";s:16:\"permanent-marker\";s:28:\"ogf_post_page_h1_font_weight\";s:3:\"400\";s:27:\"ogf_post_page_h1_font_style\";s:6:\"italic\";s:13:\"ogf_body_font\";s:8:\"zen-dots\";s:20:\"ogf_body_font_weight\";s:3:\"400\";s:15:\"ogf_inputs_font\";s:16:\"permanent-marker\";s:22:\"ogf_inputs_font_weight\";s:3:\"400\";s:21:\"ogf_inputs_font_style\";s:6:\"italic\";s:24:\"ogc_wc_single_price_font\";s:7:\"default\";}','on'),(26209,'woocommerce_maybe_regenerate_images_hash','7769330881cf28e1cfacdc5c08213d78','auto'),(26242,'jetpack_active_modules_initialized','1','auto'),(26254,'jetpack_protect_status','s:48:\"O:8:\"stdClass\":1:{s:6:\"status\";s:9:\"scheduled\";}\";','auto'),(26255,'jetpack_protect_status_time','1734952797','auto'),(26270,'jb_transient_jetpack_boost_speed_scores_4a5aae3561e3ad05e7ea4cf0daf9207f','a:2:{s:6:\"expire\";i:1734954541;s:4:\"data\";a:8:{s:2:\"id\";s:32:\"4a5aae3561e3ad05e7ea4cf0daf9207f\";s:3:\"url\";s:29:\"https://aggressivegraphix.com\";s:14:\"active_modules\";a:0:{}s:7:\"created\";d:1734952741.4810330867767333984375;s:6:\"status\";s:7:\"pending\";s:5:\"error\";N;s:6:\"client\";s:18:\"jetpack-my-jetpack\";s:11:\"retry_count\";i:0;}}','off'),(27624,'_wpforms_transient_timeout_docs.json','1759752149','off'),(27625,'_wpforms_transient_docs.json','1759147349','off'),(27626,'wpforms_builder_opened_date','1735839309','off'),(27629,'wpforms_templates_hash','231884679ad6a63b57b5fe75034bf2ec','auto'),(27636,'wpforms_forms_first_created','1735839435','off'),(27729,'wpforms_versions','a:35:{s:5:\"1.1.6\";i:0;s:5:\"1.3.3\";i:0;s:5:\"1.4.3\";i:0;s:5:\"1.5.0\";i:0;s:5:\"1.5.9\";i:0;s:5:\"1.6.5\";i:0;s:5:\"1.6.8\";i:0;s:5:\"1.7.3\";i:0;s:5:\"1.7.5\";i:0;s:5:\"1.7.6\";i:0;s:5:\"1.8.2\";i:0;s:5:\"1.8.3\";i:0;s:5:\"1.8.9\";i:0;s:5:\"1.9.0\";i:0;s:5:\"1.9.1\";i:0;s:7:\"1.9.1.5\";i:0;s:7:\"1.9.2.3\";i:1735840601;s:5:\"1.9.3\";i:1736885242;s:7:\"1.9.3.1\";i:1737060452;s:7:\"1.9.3.2\";i:1738103279;s:5:\"1.9.4\";i:1740543353;s:7:\"1.9.4.1\";i:1740694877;s:7:\"1.9.4.2\";i:1741859653;s:5:\"1.9.5\";i:1745348214;s:7:\"1.9.5.1\";i:1745980863;s:7:\"1.9.5.2\";i:1746483054;s:5:\"1.9.6\";i:1749030983;s:7:\"1.9.6.1\";i:1750175904;s:7:\"1.9.6.2\";i:1752004517;s:5:\"1.9.7\";i:1753818649;s:7:\"1.9.7.1\";i:1753991315;s:7:\"1.9.7.2\";i:1754596168;s:7:\"1.9.7.3\";i:1754929555;s:5:\"1.9.8\";i:1758643417;s:7:\"1.9.8.1\";i:1758830081;}','auto'),(27739,'wpforms_license','a:9:{s:3:\"key\";s:32:\"b00ada16cda0e3917ebd7a0aa0a77dbd\";s:4:\"type\";s:3:\"pro\";s:10:\"is_expired\";b:0;s:11:\"is_disabled\";b:0;s:10:\"is_invalid\";b:0;s:7:\"expires\";s:10:\"1767398399\";s:10:\"sub_status\";s:6:\"active\";s:16:\"is_limit_reached\";b:0;s:10:\"is_flagged\";b:0;}','auto'),(27740,'wpforms_license_updates','1759541377','auto'),(27907,'wpforms_crypto_secret_key','Lp6y6UST/WEkqjdC6P4citcKC9yoXb53Et/bV211ypY=','auto'),(27959,'wpforms_paypal_commerce_versions','a:5:{s:5:\"1.3.0\";i:1735842378;s:5:\"1.9.8\";i:1758643417;s:7:\"1.9.8.1\";i:1758830081;s:6:\"1.12.0\";i:1735842378;s:6:\"1.13.0\";i:1741235260;}','auto'),(27983,'wpforms_paypal_standard_versions','a:4:{s:5:\"1.5.0\";i:1735842454;s:5:\"1.9.8\";i:1758643417;s:7:\"1.9.8.1\";i:1758830081;s:6:\"1.10.0\";i:1735842392;}','auto'),(27999,'wpforms_coupons_version','1.5.0','auto'),(28027,'wpforms_paypal_commerce_uniq_id_sandbox','6776da7586f8b4.85715524','auto'),(28030,'wpforms_paypal_commerce_uniq_id_live','6776da76d95ca3.96784613','auto'),(28049,'wpforms_paypal_commerce_connections','a:1:{s:4:\"live\";a:9:{s:12:\"access_token\";s:97:\"A21AAOy8NGgj6qDJ4Db7_kKTM0eBjNj6wMQkkp-iGiVN3yCAQdGLnqvzRBy1G9F6GrMn5qMdojR-pHX5Ed2LVGIaVM5YbFV2A\";s:23:\"access_token_expires_in\";i:1758248007;s:12:\"client_token\";s:492:\"eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZDAwYjViY2JiYTI3MGQyMmM2ODVkYmMzZDU1NzIzZGIzNjdkMDhiZGM3YTgwYTExODYwMDNiZGYxNjkxYTQ3MnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDktMThUMTc6MTM6MjguMTUxMTAyOTI0WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVBJU1YzU2lUUDZmQ2E1cVYtVUJ0aHd1RkZqMlBlSUt4SU5XRmx2Q0hKdGEwa2Z3VmlSSE1ZWUcxcGxUR2hhUXJBTGtmeWFNWTYxaDdzcTYzUjF3WnpaMGtwbzVBIn19\";s:23:\"client_token_expires_in\";i:1758219208;s:9:\"client_id\";s:82:\"BAArNZA7oBZG14fGM3LYC3ISYhiBBnDWjnRHi-cP56Q6imLLScrzl1-rtmTKXGyq1eb1MIkBhZsJPk4bxc\";s:13:\"client_secret\";s:80:\"EJmZTw9crKVr7PcE3yRo-IQggnKS7a176gpgV64fHJil5tR1XwEbBVLHlM1lVYnU99jujNyNT1VIfUHa\";s:19:\"partner_merchant_id\";s:13:\"6ZS8T7L5TY8S8\";s:11:\"merchant_id\";s:13:\"NXT9GN3SZJACA\";s:6:\"status\";s:5:\"valid\";}}','auto'),(28876,'woocommerce_shop_page_display','','on'),(28877,'woocommerce_category_archive_display','','on'),(28878,'woocommerce_default_catalog_orderby','popularity','on'),(28879,'woocommerce_catalog_columns','6','on'),(28880,'woocommerce_catalog_rows','5','on'),(28889,'woocommerce_thumbnail_cropping','uncropped','on'),(30314,'wpforms_send_usage_last_run','1758885682','auto'),(30502,'nfd_image_optimization','a:8:{s:7:\"enabled\";b:1;s:34:\"prefer_optimized_image_when_exists\";b:1;s:30:\"auto_optimized_uploaded_images\";a:2:{s:7:\"enabled\";b:0;s:26:\"auto_delete_original_image\";b:0;}s:12:\"lazy_loading\";a:1:{s:7:\"enabled\";b:1;}s:17:\"bulk_optimization\";b:1;s:13:\"banned_status\";b:0;s:13:\"monthly_usage\";a:2:{s:19:\"monthlyRequestCount\";i:982;s:19:\"maxRequestsPerMonth\";i:100000;}s:10:\"cloudflare\";a:2:{s:6:\"polish\";a:2:{s:5:\"value\";b:1;s:8:\"user_set\";b:0;}s:6:\"mirage\";a:2:{s:5:\"value\";b:1;s:8:\"user_set\";b:0;}}}','auto'),(31604,'_wpforms_transient_timeout_core.json','1759752149','off'),(31605,'_wpforms_transient_core.json','1759147349','off'),(32534,'stats_options','a:10:{s:9:\"admin_bar\";b:1;s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:11:\"count_roles\";a:0:{}s:12:\"do_not_track\";b:1;s:7:\"blog_id\";i:238438928;s:7:\"version\";s:1:\"9\";s:20:\"enable_odyssey_stats\";b:1;s:24:\"odyssey_stats_changed_at\";i:0;s:7:\"notices\";a:0:{}s:5:\"views\";i:3;}','auto'),(33129,'woocommerce-mkl-pc-conditional-logic_updater_options','a:3:{s:20:\"wp55_option_migrated\";b:1;s:14:\"site_host_path\";s:21:\"aggressivegraphix.com\";s:5:\"email\";s:25:\"ben@aggressivegraphix.com\";}','on'),(33154,'woocommerce-mkl-pc-extra-price_updater_options','a:3:{s:20:\"wp55_option_migrated\";b:1;s:14:\"site_host_path\";s:21:\"aggressivegraphix.com\";s:5:\"email\";s:25:\"ben@aggressivegraphix.com\";}','on'),(33203,'woocommerce-mkl-pc-form-builder_updater_options','a:3:{s:20:\"wp55_option_migrated\";b:1;s:14:\"site_host_path\";s:21:\"aggressivegraphix.com\";s:5:\"email\";s:25:\"ben@aggressivegraphix.com\";}','on'),(35495,'wpforms_constant_contact_version','3','auto'),(35500,'wpforms_splash_version','1.9.7','auto'),(36259,'widget_wc_brands_brand_description','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(36260,'widget_woocommerce_brand_nav','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(36261,'widget_wc_brands_brand_thumbnails','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(36264,'woocommerce_feature_rate_limit_checkout_enabled','no','on'),(36265,'woocommerce_feature_remote_logging_enabled','yes','on'),(36266,'woocommerce_feature_email_improvements_enabled','yes','on'),(36324,'woocommerce_checkout_phone_field','optional','auto'),(36325,'woocommerce_checkout_company_field','hidden','auto'),(36326,'woocommerce_checkout_address_2_field','optional','auto'),(37650,'fm_key','bC8BoZwmp6YGWUt5un9lLQNIe','auto'),(38070,'filemanager_email_verified_1','yes','auto'),(38799,'woocommerce_admin_created_default_shipping_zones','yes','auto'),(38800,'woocommerce_admin_reviewed_default_shipping_zones','yes','auto'),(38803,'woocommerce_task_list_tracked_completed_tasks','a:3:{i:0;s:15:\"review-shipping\";i:1;s:8:\"products\";i:2;s:14:\"setup-facebook\";}','auto'),(38844,'wccom-product-installation-state-18734003445543','a:13:{s:10:\"product_id\";i:18734003445543;s:15:\"idempotency_key\";s:12:\"OO46QIDzbqny\";s:14:\"last_step_name\";s:12:\"move_product\";s:16:\"last_step_status\";s:9:\"completed\";s:15:\"last_step_error\";N;s:12:\"product_type\";s:5:\"theme\";s:12:\"product_name\";s:5:\"eRide\";s:12:\"download_url\";s:380:\"https://woothemes-products.s3.amazonaws.com/theme-packages/eride/eride.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPICZDWDNUW%2F20250204%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250204T144717Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=ce9d051945dd38d373d13f1e42849b020f89c26c336b186a5474b72841a8189d\";s:13:\"download_path\";s:21:\"/tmp/eride-Zb4ZL4.tmp\";s:13:\"unpacked_path\";s:76:\"/home3/aggrest5/public_html/website_675b3277/wp-content/upgrade/eride-Zb4ZL4\";s:14:\"installed_path\";s:69:\"/home3/aggrest5/public_html/website_675b3277/wp-content/themes/eride/\";s:29:\"already_installed_plugin_info\";b:0;s:12:\"started_date\";i:1738680435;}','auto'),(41002,'wc_blocks_use_blockified_product_grid_block_as_template','1','auto'),(42516,'jetpack_protect_activating','activating','off'),(42520,'woocommerce_setup_jetpack_opted_in','1','auto'),(44993,'product_brand_children','a:0:{}','auto'),(51282,'woocommerce_flat_rate_4_settings','a:10:{s:5:\"title\";s:9:\"Flat rate\";s:10:\"tax_status\";s:4:\"none\";s:4:\"cost\";s:2:\"20\";s:11:\"class_costs\";s:0:\"\";s:13:\"class_cost_66\";s:1:\"0\";s:13:\"class_cost_57\";s:2:\"20\";s:13:\"class_cost_56\";s:2:\"20\";s:13:\"class_cost_58\";s:2:\"35\";s:13:\"no_class_cost\";s:1:\"0\";s:4:\"type\";s:5:\"class\";}','on'),(51310,'woocommerce_brand_permalink','brand','auto'),(54370,'_transient_woocommerce_product_task_product_count_transient','71','on'),(56243,'envira_notifications','a:5:{s:6:\"update\";i:1758216070;s:4:\"feed\";a:0:{}s:7:\"timeout\";i:1758223270;s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','off'),(56532,'envira_permissions_create','s:65:\"a:3:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";}\";','auto'),(56533,'envira_permissions_edit','s:65:\"a:3:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";}\";','auto'),(56534,'envira_permissions_delete','s:65:\"a:3:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";}\";','auto'),(56535,'envira_permissions_edit_others','s:48:\"a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}\";','auto'),(56536,'envira_permissions_default','yes','auto'),(56555,'envira_gallery','a:5:{s:3:\"key\";s:32:\"470fae7b8accff4e006c5a9089026002\";s:4:\"type\";s:4:\"plus\";s:10:\"is_expired\";b:0;s:11:\"is_disabled\";b:0;s:10:\"is_invalid\";b:0;}','auto'),(56565,'envira_version','1.11.1','off'),(56566,'envira_display_welcome','true','auto'),(56567,'widget_envira-gallery','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(56568,'widget_envira-gallery-random-images','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(56583,'envira_gallery_license_updates','1759576770','auto'),(56584,'envira_can_beta','','auto'),(56587,'eg_7551e5139f1a83676a5d09186610ab2f','a:2:{s:7:\"timeout\";i:1759513774;s:5:\"value\";s:1412:\"{\"new_version\":\"1.11.1\",\"package\":\"https:\\/\\/enviragallery.s3.us-east-2.amazonaws.com\\/plugins\\/envira-gallery\\/envira-gallery.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIVBSMFW42TBGGRPA%2F20251003%2Fus-east-2%2Fs3%2Faws4_request&X-Amz-Date=20251003T154934Z&X-Amz-SignedHeaders=host&X-Amz-Expires=86400&X-Amz-Signature=b91e76c34ef0cfbccb44eafc601f4b69cfb392ff00d1b2c1aa9cd623ef5a7432\",\"slug\":\"envira-gallery\",\"last_update\":1759506574,\"name\":\"Envira Gallery\",\"version\":\"1.11.1\",\"author\":\"<a href=\\\"https:\\/\\/enviragallery.com\\\">Envira Gallery Team<\\/a>\",\"author_profile\":\"<a href=\\\"https:\\/\\/profiles.wordpress.org\\/enviragallery\\\">https:\\/\\/profiles.wordpress.org\\/enviragallery<\\/a>\",\"requires\":\"5.5.0\",\"requires_php\":\"7.0\",\"tested\":\"6.6.2\",\"last_updated\":\"2025-06-24\",\"homepage\":\"https:\\/\\/enviragallery.com\\/\",\"changelog\":\"<p>Check the latest changelog <a href=\\\"https:\\/\\/enviragallery.com\\/changelog\\\">here<\\/a><\\/p>\",\"download_link\":\"https:\\/\\/enviragallery.s3.us-east-2.amazonaws.com\\/plugins\\/envira-gallery\\/envira-gallery.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIVBSMFW42TBGGRPA%2F20251003%2Fus-east-2%2Fs3%2Faws4_request&X-Amz-Date=20251003T154934Z&X-Amz-SignedHeaders=host&X-Amz-Expires=86400&X-Amz-Signature=b91e76c34ef0cfbccb44eafc601f4b69cfb392ff00d1b2c1aa9cd623ef5a7432\",\"is_beta\":false}\";}','off'),(56589,'envira_usage_tracking_config','{\"day\":5,\"hour\":17,\"minute\":20,\"second\":40,\"offset\":494440,\"initsend\":1741972840}','auto'),(56610,'as_has_wp_comment_logs','no','on'),(56614,'envira_gallery_media_position','before','auto'),(56615,'envira_gallery_image_delete','','auto'),(56616,'envira_gallery_media_delete','','auto'),(56617,'envira_gallery_loader_color','#C90000','auto'),(56618,'envira_gallery_beta_enabled','0','auto'),(56636,'envira_rest_token','0a1e9bae5e6a54570e1a479fe2e1d4d2a132ea6ef6323dadd4c91273566f7197','auto'),(61101,'jetpack_protect_blocked_attempts','4315','off'),(61122,'envira_usage_tracking_last_checkin','1759512042','auto'),(61641,'nfd_file_cache_fixed_bh_hg','1','auto'),(62087,'jetpack_secrets','a:2:{s:19:\"jetpack_authorize_1\";a:3:{s:8:\"secret_1\";s:32:\"SEW1le2XkkOpeXfVCyXy609FuzeECSIb\";s:8:\"secret_2\";s:32:\"GGXdPsg8tIfstujnjTskB7jAkCvRpJk1\";s:3:\"exp\";i:1759003516;}s:19:\"jetpack_authorize_2\";a:3:{s:8:\"secret_1\";s:32:\"5fNkN2yY2KD9Bp8iYnhwcs65eT494KD5\";s:8:\"secret_2\";s:32:\"9lDmq5fjhtcHLYiq6Xnw6OnH6glM2kq7\";s:3:\"exp\";i:1751309930;}}','no'),(62093,'jetpack_sync_full_status','a:4:{s:7:\"started\";i:1742869682;s:8:\"finished\";i:1742869700;s:8:\"progress\";a:5:{s:7:\"options\";a:1:{s:8:\"finished\";b:1;}s:9:\"functions\";a:1:{s:8:\"finished\";b:1;}s:9:\"constants\";a:1:{s:8:\"finished\";b:1;}s:5:\"users\";a:4:{s:5:\"total\";i:1;s:4:\"sent\";i:1;s:8:\"finished\";b:1;s:9:\"last_sent\";s:1:\"1\";}s:15:\"network_options\";a:1:{s:8:\"finished\";b:1;}}s:6:\"config\";a:5:{s:7:\"options\";b:1;s:9:\"functions\";b:1;s:9:\"constants\";b:1;s:5:\"users\";a:1:{i:0;i:1;}s:15:\"network_options\";b:1;}}','no'),(63153,'_site_transient_timeout_woocommerce_blocks_patterns','1761767704','off'),(63154,'_site_transient_woocommerce_blocks_patterns','a:2:{s:7:\"version\";s:6:\"10.2.2\";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:17:\"Footer with 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/form-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:47:\"Heading with three columns of content with 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:19:\"Testimonials 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'),(63164,'_transient_timeout_woocommerce_blocks_asset_api_script_data','1761819054','off'),(63165,'_transient_woocommerce_blocks_asset_api_script_data','{\"script_data\":{\"assets\\/client\\/blocks\\/wc-settings.js\":{\"src\":\"http:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-settings.js\",\"version\":\"508473c3c2ece9af8f8f\",\"dependencies\":[\"wc-types\",\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-types.js\":{\"src\":\"http:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-types.js\",\"version\":\"35dee88875b85ff65531\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-middleware.js\":{\"src\":\"http:\\/\\/aggressivegraphix.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\":\"http:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-data.js\",\"version\":\"330a6892721994aa0779\",\"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\":\"http:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-vendors.js\",\"version\":\"4c07b2711966da9d83b1\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-registry.js\":{\"src\":\"http:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-registry.js\",\"version\":\"a16aa912ffa0a15063f1\",\"dependencies\":[\"react-jsx-runtime\",\"wc-settings\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks.js\":{\"src\":\"http:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks.js\",\"version\":\"18f8bdb0b0aeee4adc32\",\"dependencies\":[\"react-jsx-runtime\",\"wp-blocks\",\"wp-compose\",\"wp-core-data\",\"wp-data\",\"wp-element\",\"wp-hooks\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-shared-context.js\":{\"src\":\"http:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-shared-context.js\",\"version\":\"5afd527de106cd5139ef\",\"dependencies\":[\"react-jsx-runtime\",\"wp-element\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-shared-hocs.js\":{\"src\":\"http:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-shared-hocs.js\",\"version\":\"a1c1ed405307cfa86966\",\"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\":\"http:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/price-format.js\",\"version\":\"57e176e7cc02bdd27978\",\"dependencies\":[\"wc-settings\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-frontend-vendors-frontend.js\":{\"src\":\"http:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-frontend-vendors-frontend.js\",\"version\":\"2a67f05c7f92833d4e15\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-cart-checkout-vendors-frontend.js\":{\"src\":\"http:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-cart-checkout-vendors-frontend.js\",\"version\":\"c939a893efb4febadc26\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-cart-checkout-base-frontend.js\":{\"src\":\"http:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-cart-checkout-base-frontend.js\",\"version\":\"e4e433ec1187f2d5da6e\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/blocks-checkout.js\":{\"src\":\"http:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-checkout.js\",\"version\":\"a1c2e7c31247ee1ae717\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"react-dom\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"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\":\"http:\\/\\/aggressivegraphix.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\":\"http:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-components.js\",\"version\":\"14f739e1c451e591f9da\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"react-dom\",\"react-jsx-runtime\",\"wc-blocks-data-store\",\"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\":\"http:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-schema-parser.js\",\"version\":\"f762078aeb4207fe9c3d\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/admin\\/customer-effort-score\\/index.js\":{\"src\":\"http:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/admin\\/customer-effort-score\\/index.js\",\"version\":\"ebdc0b2d7487174621e6\",\"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\"]}},\"version\":\"wc-10.2.2\",\"hash\":\"73fd8bc9289eebf213a338d9297794c0\"}','off'),(63435,'_transient_timeout_woocommerce_blocks_asset_api_script_data_ssl','1761943749','off'),(63436,'_transient_woocommerce_blocks_asset_api_script_data_ssl','{\"script_data\":{\"assets\\/client\\/blocks\\/wc-settings.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-settings.js\",\"version\":\"508473c3c2ece9af8f8f\",\"dependencies\":[\"wc-types\",\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-types.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-types.js\",\"version\":\"35dee88875b85ff65531\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-middleware.js\":{\"src\":\"https:\\/\\/aggressivegraphix.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:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-data.js\",\"version\":\"330a6892721994aa0779\",\"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:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-vendors.js\",\"version\":\"4c07b2711966da9d83b1\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-registry.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-registry.js\",\"version\":\"a16aa912ffa0a15063f1\",\"dependencies\":[\"react-jsx-runtime\",\"wc-settings\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks.js\",\"version\":\"18f8bdb0b0aeee4adc32\",\"dependencies\":[\"react-jsx-runtime\",\"wp-blocks\",\"wp-compose\",\"wp-core-data\",\"wp-data\",\"wp-element\",\"wp-hooks\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-shared-context.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-shared-context.js\",\"version\":\"5afd527de106cd5139ef\",\"dependencies\":[\"react-jsx-runtime\",\"wp-element\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-shared-hocs.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-shared-hocs.js\",\"version\":\"a1c1ed405307cfa86966\",\"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:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/price-format.js\",\"version\":\"57e176e7cc02bdd27978\",\"dependencies\":[\"wc-settings\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-frontend-vendors-frontend.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-frontend-vendors-frontend.js\",\"version\":\"2a67f05c7f92833d4e15\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-cart-checkout-vendors-frontend.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-cart-checkout-vendors-frontend.js\",\"version\":\"c939a893efb4febadc26\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-cart-checkout-base-frontend.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-cart-checkout-base-frontend.js\",\"version\":\"e4e433ec1187f2d5da6e\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/blocks-checkout.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-checkout.js\",\"version\":\"a1c2e7c31247ee1ae717\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"react-dom\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"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:\\/\\/aggressivegraphix.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:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-components.js\",\"version\":\"14f739e1c451e591f9da\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"react-dom\",\"react-jsx-runtime\",\"wc-blocks-data-store\",\"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:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-schema-parser.js\",\"version\":\"f762078aeb4207fe9c3d\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/admin\\/customer-effort-score\\/index.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/admin\\/customer-effort-score\\/index.js\",\"version\":\"ebdc0b2d7487174621e6\",\"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\\/customer-account.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/customer-account.js\",\"version\":\"eb8aec89095d4f916023\",\"dependencies\":[\"react-jsx-runtime\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/cart-link.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-link.js\",\"version\":\"90816cbdab22d1620d03\",\"dependencies\":[\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/mini-cart.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart.js\",\"version\":\"07fce2c00032a8936654\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-dom\",\"wp-editor\",\"wp-element\",\"wp-hooks\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/mini-cart-frontend.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-frontend.js\",\"version\":\"960399d58af8890eb41e\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"wc-blocks-data-store\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-data\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/mini-cart-title-label-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-title-label-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-title-items-counter-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-title-items-counter-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-title-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-title-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-products-table-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-products-table-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-items-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-items-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-cart-button-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-cart-button-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-checkout-button-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-checkout-button-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-footer-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-footer-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/filled-mini-cart-contents-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/filled-mini-cart-contents-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-shopping-button-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-shopping-button-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/empty-mini-cart-contents-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/empty-mini-cart-contents-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents.js\",\"version\":\"e95b3f9e1f8300ec50a3\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-autop\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/mini-cart-component-frontend.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-component-frontend.js\",\"version\":\"5ce325604a08b049ca56\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"react-jsx-runtime\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-autop\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-style.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-style.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-frontend.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-frontend.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-frontend.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-frontend.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-frontend.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-frontend.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-style.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-style.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/products-table-frontend.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/products-table-frontend.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-style.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-style.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-style.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-style.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-frontend.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-frontend.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-style.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-style.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-frontend.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-frontend.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-style.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-style.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-style.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-style.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-style.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-style.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-frontend.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-frontend.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-frontend.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-frontend.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-style.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-style.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-frontend.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-frontend.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-style.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-style.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-frontend.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-frontend.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-frontend.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-frontend.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items--mini-cart-contents-block\\/products-table-frontend.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items--mini-cart-contents-block\\/products-table-frontend.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/breadcrumbs.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/breadcrumbs.js\",\"version\":\"707d9a3ce1ce34bfa957\",\"dependencies\":[\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/store-notices.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/store-notices.js\",\"version\":\"55ef31f3cab5ed0fde09\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wp-a11y\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-results-count.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-results-count.js\",\"version\":\"abbeb48c5765e1441556\",\"dependencies\":[\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/catalog-sorting.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/catalog-sorting.js\",\"version\":\"ed06ff482496d2720cf1\",\"dependencies\":[\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-button.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-button.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/add-to-cart-form.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/add-to-cart-form.js\",\"version\":\"baaebcdb62ed8eefafe3\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-settings\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-editor\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-details.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-details.js\",\"version\":\"fef884a9f890d93a2815\",\"dependencies\":[\"react-jsx-runtime\",\"wc-store-data\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-editor\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-categories.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-categories.js\",\"version\":\"2038264c63744f783bf2\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-editor\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\"]},\"assets\\/client\\/blocks\\/price-filter.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/price-filter.js\",\"version\":\"11edb3e00bda729168ec\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/price-filter-frontend.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/price-filter-frontend.js\",\"version\":\"a390ba717af294c42935\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"react\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/filter-wrapper.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/filter-wrapper.js\",\"version\":\"403c4541c8220ae06a2c\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/filter-wrapper-frontend.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/filter-wrapper-frontend.js\",\"version\":\"4b97827bd62f46bb411d\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"lodash\",\"react\",\"react-jsx-runtime\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/product-template.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-template.js\",\"version\":\"a406c995c6cdc68ec95a\",\"dependencies\":[\"react-jsx-runtime\",\"wc-blocks-shared-context\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-core-data\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-collection.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-collection.js\",\"version\":\"fa289d2f956f5882263c\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-registry\",\"wc-customer-effort-score\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-core-data\",\"wp-data\",\"wp-editor\",\"wp-element\",\"wp-escape-html\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/classic-shortcode.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/classic-shortcode.js\",\"version\":\"1f211b0908c43740e8b0\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-notices\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/page-content-wrapper.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/page-content-wrapper.js\",\"version\":\"8b42f9fde24fe77c4f9d\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/checkout-frontend.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-frontend.js\",\"version\":\"b23bf6cce0c518cb3c72\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"react-jsx-runtime\",\"wc-blocks-checkout\",\"wc-blocks-checkout-events\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-blocks-shared-hocs\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-api-fetch\",\"wp-autop\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-notices\",\"wp-plugins\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/checkout-order-summary-cart-items-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-cart-items-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-coupon-form-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-coupon-form-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-subtotal-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-subtotal-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-fee-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-fee-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-discount-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-discount-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-shipping-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-shipping-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-taxes-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-taxes-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-totals-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-totals-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-totals-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-totals-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-express-payment-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-express-payment-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-contact-information-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-contact-information-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-shipping-method-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-shipping-method-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-pickup-options-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-pickup-options-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-shipping-address-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-shipping-address-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-billing-address-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-billing-address-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-shipping-methods-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-shipping-methods-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-payment-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-payment-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-additional-information-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-additional-information-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-note-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-note-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-terms-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-terms-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-actions-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-actions-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-fields-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-fields-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout.js\",\"version\":\"86d780de3b912063e1b7\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-checkout\",\"wc-blocks-checkout-events\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-api-fetch\",\"wp-autop\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-core-data\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-editor\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-notices\",\"wp-plugins\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-express-payment--checkout-blocks\\/express-payment-frontend.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-express-payment--checkout-blocks\\/express-payment-frontend.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-frontend.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-frontend.js\",\"version\":\"5cdb1d1a64b214b59985\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"react-jsx-runtime\",\"wc-blocks-checkout\",\"wc-blocks-checkout-events\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-blocks-shared-context\",\"wc-blocks-shared-hocs\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-api-fetch\",\"wp-autop\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-notices\",\"wp-plugins\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/wc-shipping-method-pickup-location.js\":{\"src\":\"https:\\/\\/aggressivegraphix.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\"]},\"assets\\/client\\/blocks\\/product-collection-no-results.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-collection-no-results.js\",\"version\":\"5605fcd916d6586c6ea1\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/wc-blocks-classic-template-revert-button.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-classic-template-revert-button.js\",\"version\":\"b3963f97cd22399f8415\",\"dependencies\":[\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-core-data\",\"wp-data\",\"wp-editor\",\"wp-element\",\"wp-i18n\",\"wp-plugins\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/active-filters.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/active-filters.js\",\"version\":\"6845a16c77c390404f04\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/active-filters-frontend.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/active-filters-frontend.js\",\"version\":\"1c9e0590fb17c8e908a1\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"react\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-data\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/all-products.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/all-products.js\",\"version\":\"807d86da23d594e99f4e\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-blocks-shared-context\",\"wc-blocks-shared-hocs\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-autop\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-core-data\",\"wp-data\",\"wp-editor\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/all-products-frontend.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/all-products-frontend.js\",\"version\":\"a0f415217f9800d10029\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"react\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-blocks-shared-context\",\"wc-blocks-shared-hocs\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-autop\",\"wp-block-editor\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/all-reviews.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/all-reviews.js\",\"version\":\"7b3d4ba248c0ef3da496\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/reviews-frontend.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/reviews-frontend.js\",\"version\":\"21dba3559a9c4dc9c81a\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-settings\",\"wp-a11y\",\"wp-api-fetch\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/attribute-filter.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/attribute-filter.js\",\"version\":\"8fa1cbbea7f5c2174aa3\",\"dependencies\":[\"lodash\",\"react\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/attribute-filter-frontend.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/attribute-filter-frontend.js\",\"version\":\"82b1bb246f81cdc4fbe7\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"lodash\",\"react\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/coming-soon.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/coming-soon.js\",\"version\":\"ae2b4f7b2f202be4a142\",\"dependencies\":[\"react-jsx-runtime\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-editor\",\"wp-i18n\",\"wp-plugins\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/email-content.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/email-content.js\",\"version\":\"dc12da059f28b5a4fba3\",\"dependencies\":[\"react-jsx-runtime\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-editor\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/featured-category.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/featured-category.js\",\"version\":\"828951749f0a312f86fe\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-autop\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-core-data\",\"wp-data\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\"]},\"assets\\/client\\/blocks\\/featured-product.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/featured-product.js\",\"version\":\"8810360cbb16c06e1b2a\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-autop\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-core-data\",\"wp-data\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\"]},\"assets\\/client\\/blocks\\/handpicked-products.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/handpicked-products.js\",\"version\":\"ec3d5e4fa2f44827da4d\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-gallery-large-image-next-previous.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-gallery-large-image-next-previous.js\",\"version\":\"1dd58f8256b2daa38e1e\",\"dependencies\":[\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/payment-method-icons.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/payment-method-icons.js\",\"version\":\"f06aac6ea533a03d6d64\",\"dependencies\":[\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/product-best-sellers.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-best-sellers.js\",\"version\":\"ff30c7ee1ad859f22682\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-category.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-category.js\",\"version\":\"fbf15c4f1ff0e1841e9b\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-filters.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-filters.js\",\"version\":\"35eb32cc7397178302fb\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-filter-status.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-filter-status.js\",\"version\":\"61e6178faab35a0fed85\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-filter-price.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-filter-price.js\",\"version\":\"1ce2f08141b08d29a6e4\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-data-store\",\"wc-price-format\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-filter-price-slider.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-filter-price-slider.js\",\"version\":\"4ee8aab7dd50bdd698e7\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-price-format\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-filter-attribute.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-filter-attribute.js\",\"version\":\"a0e4e6ae4ecc9ec93d20\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-filter-rating.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-filter-rating.js\",\"version\":\"411d88c86294706cc788\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-filter-active.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-filter-active.js\",\"version\":\"d25dff8dc16ad6327b29\",\"dependencies\":[\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-filter-removable-chips.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-filter-removable-chips.js\",\"version\":\"9aec0f8d9a682ad6bc63\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-filter-clear-button.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-filter-clear-button.js\",\"version\":\"780618f6f958d84f19b6\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-filter-checkbox-list.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-filter-checkbox-list.js\",\"version\":\"3f821a206427c7e209bf\",\"dependencies\":[\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-filter-chips.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-filter-chips.js\",\"version\":\"ad5f4a121edf0cbfada9\",\"dependencies\":[\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-filter-taxonomy.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-filter-taxonomy.js\",\"version\":\"a7b30b6c729ed0e9450a\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-core-data\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-gallery.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-gallery.js\",\"version\":\"7b237f03ad3ecdb3a40a\",\"dependencies\":[\"react-jsx-runtime\",\"wc-blocks-shared-hocs\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-editor\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/product-gallery-large-image.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-gallery-large-image.js\",\"version\":\"579e9a9e4bc700379bcf\",\"dependencies\":[\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/product-gallery-thumbnails.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-gallery-thumbnails.js\",\"version\":\"d01c68423d232e607ab0\",\"dependencies\":[\"react-jsx-runtime\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-core-data\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/product-new.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-new.js\",\"version\":\"f69954121cca4230a528\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-on-sale.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-on-sale.js\",\"version\":\"b46ebbeffb20aea1109f\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-query.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-query.js\",\"version\":\"0792c7151655f3eecd6c\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-editor\",\"wp-element\",\"wp-escape-html\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-query-frontend.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-query-frontend.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/product-search.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-search.js\",\"version\":\"00baba031a5297b03ca4\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-element\",\"wp-hooks\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-tag.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-tag.js\",\"version\":\"c448b9b3ef058aa9e971\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-title.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-title.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/product-title-frontend.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-title-frontend.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/product-top-rated.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-top-rated.js\",\"version\":\"0359238f4371249d37eb\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/products-by-attribute.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/products-by-attribute.js\",\"version\":\"3db4c6e415bbfc941309\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/rating-filter.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/rating-filter.js\",\"version\":\"43fc27167290029f0e9d\",\"dependencies\":[\"lodash\",\"react\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/reviews-by-category.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/reviews-by-category.js\",\"version\":\"c923ec2a8c95195dd937\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/reviews-by-product.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/reviews-by-product.js\",\"version\":\"7126c2314766304b0903\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/single-product.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/single-product.js\",\"version\":\"2e7cc41eca57c0830d30\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-blocks-shared-context\",\"wc-blocks-shared-hocs\",\"wc-price-format\",\"wc-settings\",\"wc-store-data\",\"wc-types\",\"wp-api-fetch\",\"wp-autop\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-escape-html\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/stock-filter.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/stock-filter.js\",\"version\":\"073bc55cc1db50d0dfb0\",\"dependencies\":[\"lodash\",\"react\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/stock-filter-frontend.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/stock-filter-frontend.js\",\"version\":\"0947d16539ebd2e3354d\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"lodash\",\"react\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/order-confirmation-create-account.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-create-account.js\",\"version\":\"de5a6821a11788e52cd9\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-create-account-frontend.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-create-account-frontend.js\",\"version\":\"f516e875395c1803ec8f\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"react\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/product-description.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-description.js\",\"version\":\"9ab90af909f3cca2b7da\",\"dependencies\":[\"react-jsx-runtime\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-core-data\",\"wp-data\",\"wp-editor\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-specifications.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-specifications.js\",\"version\":\"e5445d4e2d19ed7c5e13\",\"dependencies\":[\"react-jsx-runtime\",\"wc-store-data\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-editor\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/accordion-group.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/accordion-group.js\",\"version\":\"aa124ca1e723ec7397de\",\"dependencies\":[\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/accordion-item.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/accordion-item.js\",\"version\":\"d36bf2998865d0b7efda\",\"dependencies\":[\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/accordion-panel.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/accordion-panel.js\",\"version\":\"7b6c895143f956ef43be\",\"dependencies\":[\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/accordion-header.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/accordion-header.js\",\"version\":\"f8c36bc6eed18d6637b6\",\"dependencies\":[\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/product-reviews.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-reviews.js\",\"version\":\"8a4d9f1b069b6b176640\",\"dependencies\":[\"react-jsx-runtime\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-editor\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/product-review-rating.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-review-rating.js\",\"version\":\"c7356b182347ab81c44c\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-store-data\",\"wp-block-editor\",\"wp-blocks\",\"wp-data\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-reviews-title.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-reviews-title.js\",\"version\":\"0382916bde4044632c8d\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-store-data\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-core-data\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-review-form.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-review-form.js\",\"version\":\"660a5c6322ca9cb435fe\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-store-data\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-core-data\",\"wp-data\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-review-date.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-review-date.js\",\"version\":\"716fdc6eebc84d5b4df9\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-core-data\",\"wp-date\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-review-content.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-review-content.js\",\"version\":\"761993e3b42d1fbb4db4\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-core-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-review-author-name.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-review-author-name.js\",\"version\":\"7889909dea8ac111cfcf\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-core-data\",\"wp-data\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-reviews-pagination.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-reviews-pagination.js\",\"version\":\"748a894dba54d954ecd9\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-reviews-pagination-next.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-reviews-pagination-next.js\",\"version\":\"8104662b6e94eb7de269\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-reviews-pagination-previous.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-reviews-pagination-previous.js\",\"version\":\"a4ce5e1180f51ac9d7ec\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-reviews-pagination-numbers.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-reviews-pagination-numbers.js\",\"version\":\"6320b999a6faa27a26ab\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-review-template.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-review-template.js\",\"version\":\"9d729c09ffc8df3147ee\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-core-data\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/cart.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart.js\",\"version\":\"e29670ae73e00b688d29\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-checkout\",\"wc-blocks-checkout-events\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-blocks-shared-context\",\"wc-blocks-shared-hocs\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-api-fetch\",\"wp-autop\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-core-data\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-editor\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-notices\",\"wp-plugins\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/cart-order-summary-taxes-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-taxes-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-subtotal-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-subtotal-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-totals-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-totals-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/filled-cart-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/filled-cart-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/empty-cart-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/empty-cart-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-totals-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-totals-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-items-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-items-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-line-items-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-line-items-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-express-payment-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-express-payment-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/proceed-to-checkout-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/proceed-to-checkout-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-accepted-payment-methods-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-accepted-payment-methods-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-coupon-form-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-coupon-form-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-discount-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-discount-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-fee-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-fee-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-heading-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-heading-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-shipping-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-shipping-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-cross-sells-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-cross-sells-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-cross-sells-products-block.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-cross-sells-products-block.js\",\"version\":\"wc-10.2.2\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/add-to-cart-with-options.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/add-to-cart-with-options.js\",\"version\":\"711324f26201b49b0ab9\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-shared-context\",\"wc-settings\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-core-data\",\"wp-data\",\"wp-editor\",\"wp-element\",\"wp-hooks\",\"wp-i18n\",\"wp-plugins\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/add-to-cart-with-options-quantity-selector.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/add-to-cart-with-options-quantity-selector.js\",\"version\":\"d95cf75a9739fd0bf6fc\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/add-to-cart-with-options-variation-selector.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/add-to-cart-with-options-variation-selector.js\",\"version\":\"2185c467e0137a1a58eb\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-shared-context\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/add-to-cart-with-options-variation-selector-attribute.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/add-to-cart-with-options-variation-selector-attribute.js\",\"version\":\"b1953111d453d7775545\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-shared-context\",\"wp-block-editor\",\"wp-blocks\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/add-to-cart-with-options-variation-selector-attribute-name.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/add-to-cart-with-options-variation-selector-attribute-name.js\",\"version\":\"1fa9ba5e066d22c47bda\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-shared-context\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/add-to-cart-with-options-variation-selector-attribute-options.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/add-to-cart-with-options-variation-selector-attribute-options.js\",\"version\":\"bf84c1b8f5d02477c30a\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-shared-context\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/add-to-cart-with-options-grouped-product-selector.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/add-to-cart-with-options-grouped-product-selector.js\",\"version\":\"1bb32e6df61ede4ea4cb\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/add-to-cart-with-options-grouped-product-item.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/add-to-cart-with-options-grouped-product-item.js\",\"version\":\"59dc3ae7138a9fbb96eb\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-shared-context\",\"wc-settings\",\"wc-store-data\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/add-to-cart-with-options-grouped-product-item-selector.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/add-to-cart-with-options-grouped-product-item-selector.js\",\"version\":\"578ed4b7560de87d3490\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-shared-context\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/add-to-cart-with-options-grouped-product-item-label.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/add-to-cart-with-options-grouped-product-item-label.js\",\"version\":\"608aa1734c7e09d7089a\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-shared-context\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/legacy-template.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/legacy-template.js\",\"version\":\"795d225cfa729c8a3da8\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-core-data\",\"wp-data\",\"wp-editor\",\"wp-element\",\"wp-i18n\",\"wp-notices\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-status.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-status.js\",\"version\":\"8300d2f7ab17e274b6cd\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-summary.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-summary.js\",\"version\":\"73a1958ae0d873d74ed4\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-price-format\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-date\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-totals.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-totals.js\",\"version\":\"151364bcfd0070f544aa\",\"dependencies\":[\"react-jsx-runtime\",\"wc-price-format\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-totals-wrapper.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-totals-wrapper.js\",\"version\":\"72772ecd72ef6a40d76b\",\"dependencies\":[\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-downloads.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-downloads.js\",\"version\":\"7a08a5ce6b5669a00680\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-downloads-wrapper.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-downloads-wrapper.js\",\"version\":\"408b308ce13099848800\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-billing-address.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-billing-address.js\",\"version\":\"ce937e71edaf406c5c96\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-shipping-address.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-shipping-address.js\",\"version\":\"c92c6d50f3939511a869\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-billing-wrapper.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-billing-wrapper.js\",\"version\":\"eeb82aeab9b0f5f351bb\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-shipping-wrapper.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-shipping-wrapper.js\",\"version\":\"5c35e0d8a291588bec1c\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-additional-information.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-additional-information.js\",\"version\":\"4633104b7b4a017358d3\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-additional-fields-wrapper.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-additional-fields-wrapper.js\",\"version\":\"b895566b39971950e6e7\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-additional-fields.js\":{\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-additional-fields.js\",\"version\":\"10755ecb8cf9807553e7\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]}},\"version\":\"wc-10.2.2\",\"hash\":\"73fd8bc9289eebf213a338d9297794c0\"}','off'),(63717,'woocommerce_feature_reactify-classic-payments-settings_enabled','yes','auto'),(63720,'woocommerce_anonymize_refunded_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','off'),(63721,'woocommerce_email_auto_sync_with_theme','no','off'),(65221,'_wpforms_transient_upload_htaccess_file','a:3:{s:4:\"size\";i:737;s:5:\"mtime\";i:1745348217;s:5:\"ctime\";i:1745348217;}','on'),(71456,'_transient_timeout_wc_blocks_query_7dbfa7f447ce295325dd5e55ce0a6ef5','1762040106','off'),(71457,'_transient_wc_blocks_query_7dbfa7f447ce295325dd5e55ce0a6ef5','a:2:{s:7:\"version\";s:10:\"1759413376\";s:5:\"value\";a:4:{i:0;i:3467;i:1;i:3465;i:2;i:3274;i:3;i:3251;}}','off'),(73395,'_wpforms_transient_timeout_addons.json','1759933449','off'),(73396,'_wpforms_transient_addons.json','1759328649','off'),(73481,'woocommerce_shipping_hide_rates_when_free','no','off'),(73482,'woocommerce_email_header_image_width','350','on'),(73483,'woocommerce_email_header_alignment','center','on'),(73484,'woocommerce_email_font_family','Arial','on'),(73485,'woocommerce_feature_blueprint_enabled','yes','on'),(73486,'woocommerce_hpos_datastore_caching_enabled','no','on'),(73487,'woocommerce_feature_block_email_editor_enabled','no','on'),(73493,'woocommerce_email_improvements_existing_store_enabled','yes','auto'),(73494,'woocommerce_email_improvements_first_enabled_at','2025-06-09 20:12:52','auto'),(73495,'woocommerce_email_improvements_last_enabled_at','2025-06-09 20:12:52','auto'),(73496,'woocommerce_email_improvements_enabled_count','1','auto'),(73506,'woocommerce_admin_pes_incentive_woopayments_store_had_woopayments','no','auto'),(73551,'_transient_woocommerce_product_task_has_product_transient','yes','on'),(73840,'_transient_timeout_woocommerce_analytics_orders_statuses_all','1788530346','off'),(73841,'_transient_woocommerce_analytics_orders_statuses_all','a:8:{i:0;s:17:\"wc-checkout-draft\";i:1;s:10:\"wc-pending\";i:2;s:13:\"wc-processing\";i:3;s:12:\"wc-completed\";i:4;s:9:\"wc-failed\";i:5;s:12:\"wc-cancelled\";i:6;s:8:\"wc-trash\";i:7;s:11:\"wc-refunded\";}','off'),(75120,'jp_sync_retry_after_sync','','off'),(75121,'jp_sync_error_log_sync','a:5:{s:14:\"1749658387.507\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:19:\"http_request_failed\";a:1:{i:0;s:81:\"cURL error 28: Operation timed out after 20002 milliseconds with 0 bytes received\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:15:\"1754924243.9669\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:38:\"sync_rest_api_response_decoding_failed\";a:1:{i:0;s:38:\"Sync REST API response decoding failed\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:15:\"1756995527.1212\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:19:\"http_request_failed\";a:1:{i:0;s:105:\"cURL error 28: Failed to connect to public-api.wordpress.com port 443 after 10002 ms: Timeout was reached\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:14:\"1756996797.771\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:19:\"http_request_failed\";a:1:{i:0;s:59:\"cURL error 28: Resolving timed out after 10000 milliseconds\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:15:\"1757434213.9133\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:51:\"jetpack_sync_send_error_concurrent_processing_error\";a:1:{i:0;s:61:\"There is another sync processing running for the same blog ID\";}}s:10:\"error_data\";a:1:{s:51:\"jetpack_sync_send_error_concurrent_processing_error\";a:1:{s:6:\"status\";i:429;}}s:18:\"\0*\0additional_data\";a:0:{}}}','auto'),(76111,'woocommerce-ppcp-is-new-merchant','1','auto'),(76112,'woocommerce-ppcp-settings','a:40:{s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:15:\"Pay via PayPal.\";s:22:\"smart_button_locations\";a:5:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";i:3;s:22:\"checkout-block-express\";i:4;s:10:\"cart-block\";}s:40:\"smart_button_enable_styling_per_location\";b:0;s:27:\"pay_later_messaging_enabled\";b:1;s:24:\"pay_later_button_enabled\";b:1;s:26:\"pay_later_button_locations\";a:5:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";i:3;s:22:\"checkout-block-express\";i:4;s:10:\"cart-block\";}s:29:\"pay_later_messaging_locations\";a:3:{i:0;s:4:\"cart\";i:1;s:8:\"checkout\";i:2;s:7:\"product\";}s:10:\"brand_name\";s:22:\"Aggressive Graphix LLC\";s:17:\"dcc_gateway_title\";s:20:\"Debit & Credit Cards\";s:23:\"dcc_gateway_description\";s:26:\"Pay with your credit card.\";s:24:\"allow_local_apm_gateways\";b:1;s:47:\"pay_later_enable_styling_per_messaging_location\";b:1;s:29:\"pay_later_cart_message_layout\";s:4:\"text\";s:31:\"pay_later_cart_message_position\";s:4:\"left\";s:27:\"pay_later_cart_message_logo\";s:6:\"inline\";s:32:\"pay_later_cart_message_text_size\";s:2:\"12\";s:28:\"pay_later_cart_message_color\";s:5:\"black\";s:33:\"pay_later_checkout_message_layout\";s:4:\"text\";s:35:\"pay_later_checkout_message_position\";s:4:\"left\";s:31:\"pay_later_checkout_message_logo\";s:6:\"inline\";s:36:\"pay_later_checkout_message_text_size\";s:2:\"12\";s:32:\"pay_later_checkout_message_color\";s:5:\"black\";s:32:\"pay_later_product_message_layout\";s:4:\"text\";s:34:\"pay_later_product_message_position\";s:4:\"left\";s:30:\"pay_later_product_message_logo\";s:6:\"inline\";s:35:\"pay_later_product_message_text_size\";s:2:\"12\";s:31:\"pay_later_product_message_color\";s:5:\"black\";s:29:\"pay_later_shop_message_layout\";s:4:\"flex\";s:33:\"pay_later_shop_message_flex_color\";s:5:\"black\";s:33:\"pay_later_shop_message_flex_ratio\";s:3:\"8x1\";s:29:\"pay_later_home_message_layout\";s:4:\"flex\";s:33:\"pay_later_home_message_flex_color\";s:5:\"black\";s:33:\"pay_later_home_message_flex_ratio\";s:3:\"8x1\";s:20:\"products_dcc_enabled\";s:0:\"\";s:27:\"products_local_apms_enabled\";s:3:\"yes\";s:22:\"products_apple_enabled\";s:3:\"yes\";s:26:\"products_googlepay_enabled\";s:3:\"yes\";s:20:\"products_pui_enabled\";s:0:\"\";s:29:\"products_installments_enabled\";s:3:\"yes\";}','auto'),(76113,'woocommerce-ppcp-version','3.1.2','auto'),(76116,'woocommerce_ppcp-axo-gateway_settings','a:1:{s:7:\"enabled\";s:2:\"no\";}','on'),(76123,'woocommerce_payments_nox_profile','a:1:{s:11:\"suggestions\";a:1:{s:17:\"paypal_full_stack\";a:1:{s:8:\"attached\";a:1:{s:9:\"timestamp\";i:1749666474;}}}}','off'),(76124,'woocommerce_paypal_branded','payments_settings','off'),(76165,'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:1;s:16:\"sandbox_merchant\";b:0;s:11:\"merchant_id\";s:13:\"NXT9GN3SZJACA\";s:14:\"merchant_email\";s:27:\"sales@aggressivegraphix.com\";s:16:\"merchant_country\";s:2:\"US\";s:9:\"client_id\";s:82:\"BAA70EEQrmo485DwDk4TQx7F0UPClLtqon3PlQn_A_f_0h55MWZ35iWi6NpGs_x3TUG3xa3adK8dYSwinU\";s:13:\"client_secret\";s:80:\"EBTGoHw3nm9rprZYJyncJQPdebRpaUMWCr7FyyDfBRJyt7eevUf6-0KIj8HOa_ifCEyJ4QZ8bThw-sPn\";s:11:\"seller_type\";s:8:\"business\";s:20:\"wc_installation_path\";s:13:\"core-profiler\";}','auto'),(76166,'ppcp_bn_code','WooPPCP_Ecom_PS_CoreProfiler','auto'),(76169,'woocommerce-ppcp-data-onboarding','a:8:{s:9:\"completed\";b:1;s:4:\"step\";i:4;s:16:\"is_casual_seller\";b:0;s:20:\"accept_card_payments\";b:0;s:8:\"products\";a:1:{i:0;s:8:\"physical\";}s:10:\"setup_done\";b:1;s:15:\"gateways_synced\";b:1;s:18:\"gateways_refreshed\";b:1;}','auto'),(76202,'woocommerce-ppcp-data-settings','a:16:{s:14:\"invoice_prefix\";s:24:\"Aggressive Graphix Order\";s:10:\"brand_name\";s:22:\"Aggressive Graphix LLC\";s:15:\"soft_descriptor\";s:17:\"AggressiveGraphix\";s:19:\"subtotal_adjustment\";s:10:\"correction\";s:12:\"landing_page\";s:14:\"guest_checkout\";s:15:\"button_language\";s:0:\"\";s:14:\"three_d_secure\";s:12:\"no-3d-secure\";s:14:\"authorize_only\";b:0;s:22:\"capture_virtual_orders\";b:0;s:21:\"save_paypal_and_venmo\";b:0;s:21:\"enable_contact_module\";b:1;s:17:\"save_card_details\";b:0;s:14:\"enable_pay_now\";b:0;s:14:\"enable_logging\";b:0;s:12:\"stay_updated\";b:1;s:14:\"disabled_cards\";a:0:{}}','auto'),(76203,'woocommerce-ppcp-data-styling','a:5:{s:4:\"cart\";O:58:\"WooCommerce\\PayPalCommerce\\Settings\\DTO\\LocationStylingDTO\":8:{s:8:\"location\";s:4:\"cart\";s:7:\"enabled\";b:0;s:7:\"methods\";a:5:{i:0;s:12:\"ppcp-gateway\";i:1;s:5:\"venmo\";i:2;s:9:\"pay-later\";i:3;s:13:\"ppcp-applepay\";i:4;s:14:\"ppcp-googlepay\";}s:5:\"shape\";s:4:\"pill\";s:5:\"label\";s:8:\"checkout\";s:5:\"color\";s:5:\"black\";s:6:\"layout\";s:8:\"vertical\";s:7:\"tagline\";b:0;}s:16:\"classic_checkout\";O:58:\"WooCommerce\\PayPalCommerce\\Settings\\DTO\\LocationStylingDTO\":8:{s:8:\"location\";s:16:\"classic_checkout\";s:7:\"enabled\";b:1;s:7:\"methods\";a:5:{i:0;s:12:\"ppcp-gateway\";i:1;s:5:\"venmo\";i:2;s:9:\"pay-later\";i:3;s:13:\"ppcp-applepay\";i:4;s:14:\"ppcp-googlepay\";}s:5:\"shape\";s:4:\"pill\";s:5:\"label\";s:8:\"checkout\";s:5:\"color\";s:5:\"black\";s:6:\"layout\";s:10:\"horizontal\";s:7:\"tagline\";b:0;}s:16:\"express_checkout\";O:58:\"WooCommerce\\PayPalCommerce\\Settings\\DTO\\LocationStylingDTO\":8:{s:8:\"location\";s:16:\"express_checkout\";s:7:\"enabled\";b:0;s:7:\"methods\";a:5:{i:0;s:12:\"ppcp-gateway\";i:1;s:5:\"venmo\";i:2;s:9:\"pay-later\";i:3;s:13:\"ppcp-applepay\";i:4;s:14:\"ppcp-googlepay\";}s:5:\"shape\";s:4:\"rect\";s:5:\"label\";s:3:\"pay\";s:5:\"color\";s:4:\"gold\";s:6:\"layout\";s:8:\"vertical\";s:7:\"tagline\";b:0;}s:9:\"mini_cart\";O:58:\"WooCommerce\\PayPalCommerce\\Settings\\DTO\\LocationStylingDTO\":8:{s:8:\"location\";s:9:\"mini_cart\";s:7:\"enabled\";b:0;s:7:\"methods\";a:5:{i:0;s:12:\"ppcp-gateway\";i:1;s:5:\"venmo\";i:2;s:9:\"pay-later\";i:3;s:13:\"ppcp-applepay\";i:4;s:14:\"ppcp-googlepay\";}s:5:\"shape\";s:4:\"rect\";s:5:\"label\";s:3:\"pay\";s:5:\"color\";s:4:\"gold\";s:6:\"layout\";s:8:\"vertical\";s:7:\"tagline\";b:0;}s:7:\"product\";O:58:\"WooCommerce\\PayPalCommerce\\Settings\\DTO\\LocationStylingDTO\":8:{s:8:\"location\";s:7:\"product\";s:7:\"enabled\";b:0;s:7:\"methods\";a:3:{i:0;s:12:\"ppcp-gateway\";i:1;s:5:\"venmo\";i:2;s:9:\"pay-later\";}s:5:\"shape\";s:4:\"rect\";s:5:\"label\";s:3:\"pay\";s:5:\"color\";s:4:\"gold\";s:6:\"layout\";s:8:\"vertical\";s:7:\"tagline\";b:0;}}','auto'),(76211,'_transient_ppcp-paypal-bearerppcp-bearer','{\"scope\":\"https:\\/\\/uri.paypal.com\\/services\\/checkout\\/one-click-with-merchant-issued-token https:\\/\\/uri.paypal.com\\/services\\/payments\\/futurepayments https:\\/\\/uri.paypal.com\\/services\\/invoicing https:\\/\\/uri.paypal.com\\/services\\/vault\\/payment-tokens\\/read https:\\/\\/uri.paypal.com\\/services\\/disputes\\/read-buyer https:\\/\\/uri.paypal.com\\/services\\/payments\\/realtimepayment https:\\/\\/uri.paypal.com\\/services\\/disputes\\/update-seller https:\\/\\/uri.paypal.com\\/services\\/payments\\/payment\\/authcapture openid https:\\/\\/uri.paypal.com\\/services\\/disputes\\/read-seller Braintree:Vault https:\\/\\/uri.paypal.com\\/services\\/payments\\/refund https:\\/\\/api.paypal.com\\/v1\\/vault\\/credit-card https:\\/\\/uri.paypal.com\\/services\\/billing-agreements https:\\/\\/api.paypal.com\\/v1\\/payments\\/.* https:\\/\\/uri.paypal.com\\/services\\/reporting\\/search\\/read https:\\/\\/uri.paypal.com\\/services\\/payments\\/initiatepayment https:\\/\\/uri.paypal.com\\/payments\\/payouts https:\\/\\/uri.paypal.com\\/services\\/vault\\/payment-tokens\\/readwrite https:\\/\\/api.paypal.com\\/v1\\/vault\\/credit-card\\/.* https:\\/\\/uri.paypal.com\\/services\\/shipping\\/trackers\\/readwrite https:\\/\\/uri.paypal.com\\/services\\/subscriptions https:\\/\\/uri.paypal.com\\/services\\/applications\\/webhooks\",\"access_token\":\"A21AAMSqbpsp702KBSsVmVEa7rVPFOosRScLGQX4p-CsZ_bRkWN88OFzy8it0bVaOwWl8yECEZeAz2fT3H2ViHAMxGh3BX7UQ\",\"token_type\":\"Bearer\",\"app_id\":\"APP-2Y400154DR965535L\",\"expires_in\":32400,\"nonce\":\"2025-10-03T17:06:37ZBENgTPwKlotVMM-blgdZ5MSETcB9SJB4CdHOsz-J-48\",\"token\":\"A21AAMSqbpsp702KBSsVmVEa7rVPFOosRScLGQX4p-CsZ_bRkWN88OFzy8it0bVaOwWl8yECEZeAz2fT3H2ViHAMxGh3BX7UQ\",\"created\":1759511197}','on'),(76222,'woocommerce-ppcp-data-payment','a:5:{s:16:\"paypal_show_logo\";b:1;s:24:\"fastlane_cardholder_name\";b:0;s:26:\"fastlane_display_watermark\";b:1;s:13:\"venmo_enabled\";b:1;s:16:\"paylater_enabled\";b:1;}','auto'),(76223,'woocommerce_ppcp-gateway_settings','a:4:{s:4:\"ppcp\";s:0:\"\";s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:15:\"Pay via PayPal.\";}','auto'),(76224,'woocommerce_ppcp-bancontact_settings','a:3:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:10:\"Bancontact\";s:11:\"description\";s:0:\"\";}','on'),(76225,'woocommerce_ppcp-blik_settings','a:3:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:4:\"Blik\";s:11:\"description\";s:0:\"\";}','on'),(76226,'woocommerce_ppcp-eps_settings','a:3:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:3:\"EPS\";s:11:\"description\";s:0:\"\";}','on'),(76227,'woocommerce_ppcp-ideal_settings','a:3:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:5:\"iDeal\";s:11:\"description\";s:0:\"\";}','on'),(76228,'woocommerce_ppcp-mybank_settings','a:3:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:6:\"MyBank\";s:11:\"description\";s:0:\"\";}','on'),(76229,'woocommerce_ppcp-p24_settings','a:3:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:10:\"Przelewy24\";s:11:\"description\";s:0:\"\";}','on'),(76230,'woocommerce_ppcp-trustly_settings','a:3:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:7:\"Trustly\";s:11:\"description\";s:0:\"\";}','on'),(76231,'woocommerce_ppcp-multibanco_settings','a:3:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:10:\"Multibanco\";s:11:\"description\";s:0:\"\";}','on'),(76234,'woocommerce_ppcp-admin-notices','a:0:{}','on'),(76328,'yith_ppwc_gateway_options','a:7:{s:7:\"enabled\";s:3:\"yes\";s:11:\"environment\";s:10:\"production\";s:6:\"intent\";s:7:\"capture\";s:6:\"prefix\";s:4:\"AG -\";s:13:\"fast_checkout\";s:2:\"no\";s:5:\"title\";s:15:\"Pay with PayPal\";s:11:\"description\";s:20:\"Pay safe with PayPal\";}','on'),(76341,'yith_ppwc_merchant_data_production','a:12:{s:9:\"client_id\";s:82:\"BAACxuhmmwPbUWWwYzFaZzhDzQiEVM24g9FqW2dtsG6ySPLh7g6D_hSSVHaNNk0lji5AXQOB7AfI8WwmQI\";s:13:\"client_secret\";s:80:\"EBrBMK1EBD_IS_vHcM4N84a4zL1QuK79VbF2amZGiaD51CeM6LF5psPI8JT-MFzzvrE_-1_Wh8ZdI3HZ\";s:7:\"webhook\";a:4:{s:2:\"id\";s:17:\"6BM03395KC447240M\";s:3:\"url\";s:47:\"https://aggressivegraphix.com/?wc-api=yith_ppwc\";s:11:\"event_types\";a:11:{i:0;a:2:{s:4:\"name\";s:29:\"PAYMENT.AUTHORIZATION.CREATED\";s:11:\"description\";s:101:\"A payment authorization is created, approved, executed, or a future payment authorization is created.\";}i:1;a:2:{s:4:\"name\";s:28:\"PAYMENT.AUTHORIZATION.VOIDED\";s:11:\"description\";s:34:\"A payment authorization is voided.\";}i:2;a:2:{s:4:\"name\";s:25:\"PAYMENT.CAPTURE.COMPLETED\";s:11:\"description\";s:28:\"A payment capture completes.\";}i:3;a:2:{s:4:\"name\";s:22:\"PAYMENT.CAPTURE.DENIED\";s:11:\"description\";s:28:\"A payment capture is denied.\";}i:4;a:2:{s:4:\"name\";s:23:\"PAYMENT.CAPTURE.PENDING\";s:11:\"description\";s:50:\"The state of a payment capture changes to pending.\";}i:5;a:2:{s:4:\"name\";s:24:\"PAYMENT.CAPTURE.REFUNDED\";s:11:\"description\";s:37:\"A merchant refunds a payment capture.\";}i:6;a:2:{s:4:\"name\";s:24:\"PAYMENT.CAPTURE.REVERSED\";s:11:\"description\";s:34:\"PayPal reverses a payment capture.\";}i:7;a:2:{s:4:\"name\";s:24:\"CHECKOUT.ORDER.COMPLETED\";s:11:\"description\";s:70:\"Webhook event emitted after all the purchase_units have been processed\";}i:8;a:2:{s:4:\"name\";s:23:\"CHECKOUT.ORDER.APPROVED\";s:11:\"description\";s:36:\"An order has been approved by buyer.\";}i:9;a:2:{s:4:\"name\";s:24:\"CUSTOMER.DISPUTE.CREATED\";s:11:\"description\";s:30:\"A customer dispute is created.\";}i:10;a:2:{s:4:\"name\";s:25:\"CUSTOMER.DISPUTE.RESOLVED\";s:11:\"description\";s:31:\"A customer dispute is resolved.\";}}s:5:\"links\";a:3:{i:0;a:3:{s:4:\"href\";s:66:\"https://api.paypal.com/v1/notifications/webhooks/6BM03395KC447240M\";s:3:\"rel\";s:4:\"self\";s:6:\"method\";s:3:\"GET\";}i:1;a:3:{s:4:\"href\";s:66:\"https://api.paypal.com/v1/notifications/webhooks/6BM03395KC447240M\";s:3:\"rel\";s:6:\"update\";s:6:\"method\";s:5:\"PATCH\";}i:2;a:3:{s:4:\"href\";s:66:\"https://api.paypal.com/v1/notifications/webhooks/6BM03395KC447240M\";s:3:\"rel\";s:6:\"delete\";s:6:\"method\";s:6:\"DELETE\";}}}s:11:\"merchant_id\";s:13:\"NXT9GN3SZJACA\";s:14:\"merchant_email\";s:27:\"sales@aggressivegraphix.com\";s:19:\"permissions_granted\";s:4:\"true\";s:14:\"account_status\";s:16:\"BUSINESS_ACCOUNT\";s:14:\"consent_status\";s:4:\"true\";s:19:\"payments_receivable\";b:1;s:23:\"primary_email_confirmed\";b:1;s:8:\"products\";a:3:{i:0;a:2:{s:4:\"name\";s:25:\"MOBILE_PAYMENT_ACCEPTANCE\";s:6:\"status\";s:6:\"ACTIVE\";}i:1;a:3:{s:4:\"name\";s:13:\"PPCP_STANDARD\";s:14:\"vetting_status\";s:10:\"SUBSCRIBED\";s:12:\"capabilities\";a:13:{i:0;s:13:\"SUBSCRIPTIONS\";i:1;s:15:\"PAYPAL_CHECKOUT\";i:2;s:18:\"SPEND_FROM_BALANCE\";i:3;s:14:\"GUEST_CHECKOUT\";i:4;s:23:\"BANK_MANAGED_WITHDRAWAL\";i:5;s:43:\"PAYPAL_CHECKOUT_ALTERNATIVE_PAYMENT_METHODS\";i:6;s:15:\"PAY_WITH_PAYPAL\";i:7;s:12:\"SEND_INVOICE\";i:8;s:7:\"QR_CODE\";i:9;s:31:\"WITHDRAW_FUNDS_TO_DOMESTIC_BANK\";i:10;s:12:\"INSTALLMENTS\";i:11;s:16:\"ACCEPT_DONATIONS\";i:12;s:38:\"PAYPAL_CHECKOUT_PAY_WITH_PAYPAL_CREDIT\";}}i:2;a:3:{s:4:\"name\";s:11:\"PPCP_CUSTOM\";s:14:\"vetting_status\";s:10:\"SUBSCRIBED\";s:12:\"capabilities\";a:12:{i:0;s:32:\"CARD_PROCESSING_VIRTUAL_TERMINAL\";i:1;s:17:\"COMMERCIAL_ENTITY\";i:2;s:17:\"DEBIT_CARD_SWITCH\";i:3;s:20:\"VENMO_PAY_PROCESSING\";i:4;s:17:\"FRAUD_TOOL_ACCESS\";i:5;s:12:\"AMEX_OPTBLUE\";i:6;s:9:\"APPLE_PAY\";i:7;s:22:\"CUSTOM_BANK_PROCESSING\";i:8;s:17:\"FASTLANE_CHECKOUT\";i:9;s:31:\"PAYPAL_WALLET_VAULTING_ADVANCED\";i:10;s:22:\"CUSTOM_CARD_PROCESSING\";i:11;s:10:\"GOOGLE_PAY\";}}}s:12:\"capabilities\";a:25:{i:0;a:2:{s:4:\"name\";s:32:\"CARD_PROCESSING_VIRTUAL_TERMINAL\";s:6:\"status\";s:6:\"ACTIVE\";}i:1;a:2:{s:4:\"name\";s:18:\"SPEND_FROM_BALANCE\";s:6:\"status\";s:6:\"ACTIVE\";}i:2;a:2:{s:4:\"name\";s:20:\"VENMO_PAY_PROCESSING\";s:6:\"status\";s:6:\"ACTIVE\";}i:3;a:2:{s:4:\"name\";s:23:\"BANK_MANAGED_WITHDRAWAL\";s:6:\"status\";s:6:\"ACTIVE\";}i:4;a:2:{s:4:\"name\";s:31:\"WITHDRAW_FUNDS_TO_DOMESTIC_BANK\";s:6:\"status\";s:6:\"ACTIVE\";}i:5;a:2:{s:4:\"name\";s:16:\"ACCEPT_DONATIONS\";s:6:\"status\";s:6:\"ACTIVE\";}i:6;a:2:{s:4:\"name\";s:12:\"AMEX_OPTBLUE\";s:6:\"status\";s:6:\"ACTIVE\";}i:7;a:2:{s:4:\"name\";s:9:\"APPLE_PAY\";s:6:\"status\";s:6:\"ACTIVE\";}i:8;a:2:{s:4:\"name\";s:22:\"CUSTOM_BANK_PROCESSING\";s:6:\"status\";s:6:\"ACTIVE\";}i:9;a:2:{s:4:\"name\";s:17:\"FASTLANE_CHECKOUT\";s:6:\"status\";s:6:\"ACTIVE\";}i:10;a:2:{s:4:\"name\";s:31:\"PAYPAL_WALLET_VAULTING_ADVANCED\";s:6:\"status\";s:6:\"ACTIVE\";}i:11;a:2:{s:4:\"name\";s:13:\"SUBSCRIPTIONS\";s:6:\"status\";s:6:\"ACTIVE\";}i:12;a:2:{s:4:\"name\";s:15:\"PAYPAL_CHECKOUT\";s:6:\"status\";s:6:\"ACTIVE\";}i:13;a:2:{s:4:\"name\";s:14:\"GUEST_CHECKOUT\";s:6:\"status\";s:6:\"ACTIVE\";}i:14;a:2:{s:4:\"name\";s:17:\"FRAUD_TOOL_ACCESS\";s:6:\"status\";s:6:\"ACTIVE\";}i:15;a:2:{s:4:\"name\";s:43:\"PAYPAL_CHECKOUT_ALTERNATIVE_PAYMENT_METHODS\";s:6:\"status\";s:6:\"ACTIVE\";}i:16;a:2:{s:4:\"name\";s:12:\"SEND_INVOICE\";s:6:\"status\";s:6:\"ACTIVE\";}i:17;a:2:{s:4:\"name\";s:15:\"PAY_WITH_PAYPAL\";s:6:\"status\";s:6:\"ACTIVE\";}i:18;a:2:{s:4:\"name\";s:7:\"QR_CODE\";s:6:\"status\";s:6:\"ACTIVE\";}i:19;a:2:{s:4:\"name\";s:22:\"CUSTOM_CARD_PROCESSING\";s:6:\"status\";s:6:\"ACTIVE\";}i:20;a:2:{s:4:\"name\";s:17:\"COMMERCIAL_ENTITY\";s:6:\"status\";s:6:\"ACTIVE\";}i:21;a:2:{s:4:\"name\";s:12:\"INSTALLMENTS\";s:6:\"status\";s:6:\"ACTIVE\";}i:22;a:2:{s:4:\"name\";s:17:\"DEBIT_CARD_SWITCH\";s:6:\"status\";s:6:\"ACTIVE\";}i:23;a:2:{s:4:\"name\";s:10:\"GOOGLE_PAY\";s:6:\"status\";s:6:\"ACTIVE\";}i:24;a:2:{s:4:\"name\";s:38:\"PAYPAL_CHECKOUT_PAY_WITH_PAYPAL_CREDIT\";s:6:\"status\";s:6:\"ACTIVE\";}}}','auto'),(76342,'yith_ppwc_merchant_email','sales@aggressivegraphix.com','auto'),(76343,'nfd-ecommerce-captive-flow-paypal','true','auto'),(76351,'yith_ppwc_cc_gateway_options','a:6:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:31:\"Pay with a Credit or Debit Card\";s:11:\"description\";s:36:\"Pay safe with a credit or debit card\";s:17:\"3d_secure_setting\";s:3:\"yes\";s:25:\"3d_secure_liability_shift\";a:2:{i:0;s:8:\"possible\";i:1;s:7:\"unknown\";}s:11:\"environment\";s:10:\"production\";}','on'),(76458,'_transient_filter_data-transient-version','1759503155','on'),(78340,'_wpforms_transient_wpforms_/home3/aggrest5/public_html/wp-content/uploads/wpforms/cache/.htaccess_file','a:3:{s:4:\"size\";i:446;s:5:\"mtime\";i:1759498477;s:5:\"ctime\";i:1759498477;}','on'),(78496,'external_updates-woocommerce-mkl-pc-for-variable-products','O:8:\"stdClass\":5:{s:9:\"lastCheck\";i:1752599306;s:14:\"checkedVersion\";s:6:\"1.0.17\";s:6:\"update\";O:8:\"stdClass\":12:{s:4:\"slug\";s:40:\"woocommerce-mkl-pc-for-variable-products\";s:7:\"version\";s:6:\"1.0.17\";s:12:\"download_url\";s:360:\"https://wc-product-configurator.com/?udm_action=download&slug=woocommerce-mkl-pc-for-variable-products&muid=1&etoken=nUUrm6zmnXpMn2a9fyEU%2Frc1XnIc3ihUp%2B6K%2FYScw%2FCQC4IN0Wi1bHQyIk0IsArSmuettBtPY0WzMV0vHm3JTliY9wDLCWTDiZcCWi22PNxhwOHOtTsd86JQviY2RXEK8p7lhhSfXxxLoXh%2Fk2gDDjGeUznGEUlrXk6GcZcIs8eocIYdD7QUUlFPvjNtU4nfC55D4I9i5ttqzxxU8PM7yQ%3D%3D&ig=/c334f47e\";s:12:\"translations\";a:0:{}s:2:\"id\";i:0;s:8:\"homepage\";s:62:\"https://wc-product-configurator.com/product/variable-products/\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";N;s:14:\"upgrade_notice\";N;s:5:\"icons\";a:0:{}s:8:\"filename\";s:85:\"woocommerce-mkl-pc-for-variable-products/woocommerce-mkl-pc-for-variable-products.php\";s:15:\"extraProperties\";a:2:{s:24:\"x-spm-yourversion-tested\";s:3:\"6.8\";s:11:\"details_url\";s:36:\"https://wc-product-configurator.com/\";}}s:11:\"updateClass\";s:50:\"YahnisElsts\\PluginUpdateChecker\\v5p5\\Plugin\\Update\";s:15:\"updateBaseClass\";s:13:\"Plugin\\Update\";}','off'),(78497,'external_updates-woocommerce-mkl-pc-conditional-logic','O:8:\"stdClass\":5:{s:9:\"lastCheck\";i:1759506575;s:14:\"checkedVersion\";s:5:\"1.4.2\";s:6:\"update\";O:8:\"stdClass\":12:{s:4:\"slug\";s:36:\"woocommerce-mkl-pc-conditional-logic\";s:7:\"version\";s:5:\"1.4.2\";s:12:\"download_url\";s:366:\"https://wc-product-configurator.com/?udm_action=download&slug=woocommerce-mkl-pc-conditional-logic&muid=1&etoken=IkMC7Q%2BtEDK6LhkpjmgkMQrY4dfWUfAooyK0EP6iLBM5wvBBZwPLZwiB8brJ2Ndyc2YSH0%2FD5Uhgzv4%2BF5c%2FMVEa%2Bg6mPUMUReGQtC4%2B6RAToId3bh1dEX%2BTzwFh6ziyxK5wEy%2FL8wpPu9fNNj2arL6JSRiVDitre%2BioTf1HNaJbuQ1FnDIsFzEAHGI%2BTPr3WXTv7TphOv488X5LsuKWTg%3D%3D&ig=/ff3e047c\";s:12:\"translations\";a:0:{}s:2:\"id\";i:0;s:8:\"homepage\";s:62:\"https://wc-product-configurator.com/product/conditional-logic/\";s:6:\"tested\";s:5:\"6.8.3\";s:12:\"requires_php\";N;s:14:\"upgrade_notice\";N;s:5:\"icons\";a:0:{}s:8:\"filename\";s:77:\"woocommerce-mkl-pc-conditional-logic/woocommerce-mkl-pc-conditional-logic.php\";s:15:\"extraProperties\";a:2:{s:24:\"x-spm-yourversion-tested\";s:3:\"6.8\";s:11:\"details_url\";s:36:\"https://wc-product-configurator.com/\";}}s:11:\"updateClass\";s:50:\"YahnisElsts\\PluginUpdateChecker\\v5p5\\Plugin\\Update\";s:15:\"updateBaseClass\";s:13:\"Plugin\\Update\";}','off'),(78501,'external_updates-woocommerce-mkl-pc-extra-price','O:8:\"stdClass\":5:{s:9:\"lastCheck\";i:1759506577;s:14:\"checkedVersion\";s:6:\"1.1.27\";s:6:\"update\";O:8:\"stdClass\":12:{s:4:\"slug\";s:30:\"woocommerce-mkl-pc-extra-price\";s:7:\"version\";s:6:\"1.1.27\";s:12:\"download_url\";s:358:\"https://wc-product-configurator.com/?udm_action=download&slug=woocommerce-mkl-pc-extra-price&muid=1&etoken=0dRNsQcSF%2BUl549cc1n5x%2F60rCYowuFWocqc0nxDmx9YPvstwWv%2FuaTVluOZZA%2BfqNxbiN7LS3gDdbqFUE%2BW8T674hBTe%2BBA8QrW0T0GW13e5hV3Vbn5wjUJ1ysJnE0cDDUo6GBPYFeib3zCfIhjGq%2B0V9g4SyBMAmqkBObG8SpMCucF9Jd%2Bktfttl5e9t%2FVXVZqrDeRhtOitf1hF2mjFQ%3D%3D&ig=/9ef7ec3f\";s:12:\"translations\";a:0:{}s:2:\"id\";i:0;s:8:\"homepage\";s:56:\"https://wc-product-configurator.com/product/extra-price/\";s:6:\"tested\";s:5:\"6.8.3\";s:12:\"requires_php\";N;s:14:\"upgrade_notice\";N;s:5:\"icons\";a:0:{}s:8:\"filename\";s:65:\"woocommerce-mkl-pc-extra-price/woocommerce-mkl-pc-extra-price.php\";s:15:\"extraProperties\";a:2:{s:24:\"x-spm-yourversion-tested\";s:3:\"6.8\";s:11:\"details_url\";s:36:\"https://wc-product-configurator.com/\";}}s:11:\"updateClass\";s:50:\"YahnisElsts\\PluginUpdateChecker\\v5p5\\Plugin\\Update\";s:15:\"updateBaseClass\";s:13:\"Plugin\\Update\";}','off'),(78504,'external_updates-woocommerce-mkl-pc-form-builder','O:8:\"stdClass\":5:{s:9:\"lastCheck\";i:1759506578;s:14:\"checkedVersion\";s:6:\"1.1.47\";s:6:\"update\";O:8:\"stdClass\":12:{s:4:\"slug\";s:31:\"woocommerce-mkl-pc-form-builder\";s:7:\"version\";s:6:\"1.1.47\";s:12:\"download_url\";s:351:\"https://wc-product-configurator.com/?udm_action=download&slug=woocommerce-mkl-pc-form-builder&muid=1&etoken=K2iwAdHe3izwlPWieA73VyyYizuSZ7I4LZpnWBKxLro4MXEDephexRqVyjC%2BqX80k35sBYS5lhw6BFNlxT4SO1UQKCnr5GAJxZyKp8T43zj3yDP3ZZZZCgRhitKXpWt%2BmI8bdXtVjUJri%2FLM%2BwaGzUUwOeVSV0Sf7Xc%2BC1H2gEoeISISct6WkYVDgpS5jthPZJ0nZeuLG2nBTAgf9t4cIQ%3D%3D&ig=/4c5a3949\";s:12:\"translations\";a:0:{}s:2:\"id\";i:0;s:8:\"homepage\";s:56:\"https://wc-product-configurator.com/product/form-fields/\";s:6:\"tested\";s:5:\"6.8.3\";s:12:\"requires_php\";N;s:14:\"upgrade_notice\";N;s:5:\"icons\";a:0:{}s:8:\"filename\";s:67:\"woocommerce-mkl-pc-form-builder/woocommerce-mkl-pc-form-builder.php\";s:15:\"extraProperties\";a:2:{s:24:\"x-spm-yourversion-tested\";s:3:\"6.8\";s:11:\"details_url\";s:36:\"https://wc-product-configurator.com/\";}}s:11:\"updateClass\";s:50:\"YahnisElsts\\PluginUpdateChecker\\v5p5\\Plugin\\Update\";s:15:\"updateBaseClass\";s:13:\"Plugin\\Update\";}','off'),(78518,'udmanager_updater_sid','2dfd8cb769fd4e9895f0c8f5612c0503','off'),(79180,'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:\"ef6425fb8eb466ce987c838e01a5f6fa3830e17a\";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:200:\"aggressivegraphix.com/?rest_route=%2Fwccom-site%2Fv3%2Fconnection%2Fdisconnect&token=ef6425fb8eb466ce987c838e01a5f6fa3830e17a&signature=4e1abc142b2c3ee0cfeb27ea492975f24abab4d30b77b37aaf790b6fb4b13118\";s:9:\"signature\";s:64:\"4e1abc142b2c3ee0cfeb27ea492975f24abab4d30b77b37aaf790b6fb4b13118\";}s:9:\"timestamp\";i:1759512775;s:5:\"nonce\";s:10:\"sp1zifoyYB\";s:10:\"error_type\";s:6:\"xmlrpc\";}}}','auto'),(86190,'nfd_link_prefetch_settings','a:7:{s:15:\"activeOnDesktop\";b:0;s:8:\"behavior\";s:10:\"mouseHover\";s:10:\"hoverDelay\";i:60;s:12:\"instantClick\";b:0;s:14:\"activeOnMobile\";b:1;s:14:\"mobileBehavior\";s:10:\"touchstart\";s:14:\"ignoreKeywords\";s:3:\"#,?\";}','auto'),(90928,'woocommerce_admin_last_orders_milestone','10','auto'),(93355,'ppcp-settings','a:2:{s:14:\"dismissedTodos\";a:1:{i:0;s:35:\"pay_later_messaging_is_auto_enabled\";}s:21:\"completedOnClickTodos\";a:0:{}}','auto'),(93686,'woocommerce_new_order_settings','a:8:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:54:\"ben@aggressivegraphix.com, sales@aggressivegraphix.com\";s:7:\"subject\";s:40:\"Aggressive Graphix Order #{order_number}\";s:7:\"heading\";s:40:\"Aggressive Graphix Order #{order_number}\";s:18:\"additional_content\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";}','on'),(93851,'pickup_location_pickup_locations','a:1:{i:0;a:4:{s:4:\"name\";s:18:\"Aggressive Graphix\";s:7:\"address\";a:5:{s:9:\"address_1\";s:10:\"31 Hill St\";s:4:\"city\";s:7:\"Webster\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"01570\";s:7:\"country\";s:2:\"US\";}s:7:\"details\";s:40:\"Please call or text ahead before arrival\";s:7:\"enabled\";b:1;}}','auto'),(99504,'theme_mods_twentytwentyfive','a:5:{i:0;b:0;s:19:\"wp_classic_sidebars\";a:0:{}s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1759325074;s:4:\"data\";a:1:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}}}}','off'),(116992,'post_by_email_address2','NULL','auto'),(126952,'woocommerce_ppcp-is_pay_later_settings_migrated','1','auto'),(126953,'woocommerce_ppcp-is_smart_button_settings_migrated','1','auto'),(126962,'woocommerce_ppcp-settings-should-use-old-ui','yes','auto'),(144238,'onboarding_experience_level','3','auto'),(153946,'woocommerce_pos_store_name','Aggressive Graphix LLC','on'),(153947,'woocommerce_pos_store_address','31 Hill Street\r\nWebster, MA 01570','on'),(153948,'woocommerce_pos_store_phone','774.314.1673','on'),(153949,'woocommerce_pos_store_email','ben@aggressivegraphix.com','on'),(153950,'woocommerce_pos_refund_returns_policy','All sales final, no returns allowed.','on'),(153951,'woocommerce_feature_point_of_sale_enabled','yes','on'),(157714,'can_compress_scripts','0','on'),(157849,'woocommerce_admin_dismissed_email_improvements_modal','yes','auto'),(160484,'nfd_fonts_optimization','a:1:{s:10:\"cloudflare\";a:2:{s:5:\"fonts\";a:2:{s:5:\"value\";b:1;s:8:\"user_set\";b:0;}s:12:\"last_updated\";i:1759499690;}}','auto'),(188492,'woocommerce_payments_provider_state_snapshots','a:1:{s:27:\"woocommerce-paypal-payments\";a:5:{s:17:\"account_connected\";b:1;s:17:\"account_test_mode\";b:0;s:16:\"extension_active\";b:1;s:11:\"needs_setup\";b:0;s:9:\"test_mode\";b:0;}}','off'),(188725,'wpseo_llmstxt','a:7:{s:23:\"llms_txt_selection_mode\";s:4:\"auto\";s:13:\"about_us_page\";i:0;s:12:\"contact_page\";i:0;s:10:\"terms_page\";i:0;s:19:\"privacy_policy_page\";i:0;s:9:\"shop_page\";i:0;s:20:\"other_included_pages\";a:0:{}}','auto'),(191269,'recovery_mode_email_last_sent','1753869533','auto'),(194825,'_transient_timeout_wc_product_children_2097','1762096280','off'),(194826,'_transient_wc_product_children_2097','a:3:{s:3:\"all\";a:2:{i:0;i:2098;i:1;i:2099;}s:7:\"visible\";a:2:{i:0;i:2098;i:1;i:2099;}s:7:\"version\";s:10:\"1759503155\";}','off'),(194827,'_transient_timeout_wc_var_prices_2097','1762096280','off'),(194828,'_transient_wc_var_prices_2097','{\"version\":\"1759503155\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"2098\":\"42.00\",\"2099\":\"42.00\"},\"regular_price\":{\"2098\":\"42.00\",\"2099\":\"42.00\"},\"sale_price\":{\"2098\":\"42.00\",\"2099\":\"42.00\"}},\"4173c8e28f114c545d779c47fd7e2df1\":{\"price\":{\"2098\":\"42.00\",\"2099\":\"42.00\"},\"regular_price\":{\"2098\":\"42.00\",\"2099\":\"42.00\"},\"sale_price\":{\"2098\":\"42.00\",\"2099\":\"42.00\"}}}','off'),(194829,'_transient_timeout_wc_product_children_2076','1762096280','off'),(194830,'_transient_wc_product_children_2076','a:3:{s:3:\"all\";a:8:{i:0;i:2077;i:1;i:2078;i:2;i:2079;i:3;i:2080;i:4;i:2081;i:5;i:2082;i:6;i:2083;i:7;i:2084;}s:7:\"visible\";a:8:{i:0;i:2077;i:1;i:2078;i:2;i:2079;i:3;i:2080;i:4;i:2081;i:5;i:2082;i:6;i:2083;i:7;i:2084;}s:7:\"version\";s:10:\"1759503155\";}','off'),(194831,'_transient_timeout_wc_var_prices_2076','1762096280','off'),(194832,'_transient_wc_var_prices_2076','{\"version\":\"1759503155\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"2077\":\"18.00\",\"2078\":\"18.00\",\"2079\":\"18.00\",\"2080\":\"18.00\",\"2081\":\"18.00\",\"2082\":\"18.00\",\"2083\":\"18.00\",\"2084\":\"24.00\"},\"regular_price\":{\"2077\":\"18.00\",\"2078\":\"18.00\",\"2079\":\"18.00\",\"2080\":\"18.00\",\"2081\":\"18.00\",\"2082\":\"18.00\",\"2083\":\"18.00\",\"2084\":\"24.00\"},\"sale_price\":{\"2077\":\"18.00\",\"2078\":\"18.00\",\"2079\":\"18.00\",\"2080\":\"18.00\",\"2081\":\"18.00\",\"2082\":\"18.00\",\"2083\":\"18.00\",\"2084\":\"24.00\"}},\"4173c8e28f114c545d779c47fd7e2df1\":{\"price\":{\"2077\":\"18.00\",\"2078\":\"18.00\",\"2079\":\"18.00\",\"2080\":\"18.00\",\"2081\":\"18.00\",\"2082\":\"18.00\",\"2083\":\"18.00\",\"2084\":\"24.00\"},\"regular_price\":{\"2077\":\"18.00\",\"2078\":\"18.00\",\"2079\":\"18.00\",\"2080\":\"18.00\",\"2081\":\"18.00\",\"2082\":\"18.00\",\"2083\":\"18.00\",\"2084\":\"24.00\"},\"sale_price\":{\"2077\":\"18.00\",\"2078\":\"18.00\",\"2079\":\"18.00\",\"2080\":\"18.00\",\"2081\":\"18.00\",\"2082\":\"18.00\",\"2083\":\"18.00\",\"2084\":\"24.00\"}}}','off'),(194833,'_transient_timeout_wc_product_children_2055','1762096280','off'),(194834,'_transient_wc_product_children_2055','a:3:{s:3:\"all\";a:10:{i:0;i:2056;i:1;i:2057;i:2;i:2058;i:3;i:2059;i:4;i:2060;i:5;i:2061;i:6;i:2062;i:7;i:2063;i:8;i:2064;i:9;i:2065;}s:7:\"visible\";a:10:{i:0;i:2056;i:1;i:2057;i:2;i:2058;i:3;i:2059;i:4;i:2060;i:5;i:2061;i:6;i:2062;i:7;i:2063;i:8;i:2064;i:9;i:2065;}s:7:\"version\";s:10:\"1759503155\";}','off'),(194835,'_transient_timeout_wc_var_prices_2055','1762096280','off'),(194836,'_transient_wc_var_prices_2055','{\"version\":\"1759503155\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"2056\":\"18.00\",\"2057\":\"18.00\",\"2058\":\"18.00\",\"2059\":\"18.00\",\"2060\":\"18.00\",\"2061\":\"18.00\",\"2062\":\"18.00\",\"2063\":\"24.00\",\"2064\":\"24.00\",\"2065\":\"24.00\"},\"regular_price\":{\"2056\":\"18.00\",\"2057\":\"18.00\",\"2058\":\"18.00\",\"2059\":\"18.00\",\"2060\":\"18.00\",\"2061\":\"18.00\",\"2062\":\"18.00\",\"2063\":\"24.00\",\"2064\":\"24.00\",\"2065\":\"24.00\"},\"sale_price\":{\"2056\":\"18.00\",\"2057\":\"18.00\",\"2058\":\"18.00\",\"2059\":\"18.00\",\"2060\":\"18.00\",\"2061\":\"18.00\",\"2062\":\"18.00\",\"2063\":\"24.00\",\"2064\":\"24.00\",\"2065\":\"24.00\"}},\"4173c8e28f114c545d779c47fd7e2df1\":{\"price\":{\"2056\":\"18.00\",\"2057\":\"18.00\",\"2058\":\"18.00\",\"2059\":\"18.00\",\"2060\":\"18.00\",\"2061\":\"18.00\",\"2062\":\"18.00\",\"2063\":\"24.00\",\"2064\":\"24.00\",\"2065\":\"24.00\"},\"regular_price\":{\"2056\":\"18.00\",\"2057\":\"18.00\",\"2058\":\"18.00\",\"2059\":\"18.00\",\"2060\":\"18.00\",\"2061\":\"18.00\",\"2062\":\"18.00\",\"2063\":\"24.00\",\"2064\":\"24.00\",\"2065\":\"24.00\"},\"sale_price\":{\"2056\":\"18.00\",\"2057\":\"18.00\",\"2058\":\"18.00\",\"2059\":\"18.00\",\"2060\":\"18.00\",\"2061\":\"18.00\",\"2062\":\"18.00\",\"2063\":\"24.00\",\"2064\":\"24.00\",\"2065\":\"24.00\"}}}','off'),(194837,'_transient_timeout_wc_product_children_2051','1762096280','off'),(194838,'_transient_wc_product_children_2051','a:3:{s:3:\"all\";a:2:{i:0;i:2052;i:1;i:2053;}s:7:\"visible\";a:2:{i:0;i:2052;i:1;i:2053;}s:7:\"version\";s:10:\"1759503155\";}','off'),(194839,'_transient_timeout_wc_var_prices_2051','1762096280','off'),(194840,'_transient_wc_var_prices_2051','{\"version\":\"1759503155\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"2052\":\"16.00\",\"2053\":\"16.00\"},\"regular_price\":{\"2052\":\"16.00\",\"2053\":\"16.00\"},\"sale_price\":{\"2052\":\"16.00\",\"2053\":\"16.00\"}},\"4173c8e28f114c545d779c47fd7e2df1\":{\"price\":{\"2052\":\"16.00\",\"2053\":\"16.00\"},\"regular_price\":{\"2052\":\"16.00\",\"2053\":\"16.00\"},\"sale_price\":{\"2052\":\"16.00\",\"2053\":\"16.00\"}}}','off'),(194841,'_transient_timeout_wc_product_children_2045','1762096280','off'),(194842,'_transient_wc_product_children_2045','a:3:{s:3:\"all\";a:3:{i:0;i:2046;i:1;i:2047;i:2;i:2048;}s:7:\"visible\";a:3:{i:0;i:2046;i:1;i:2047;i:2;i:2048;}s:7:\"version\";s:10:\"1759503155\";}','off'),(194843,'_transient_timeout_wc_var_prices_2045','1762096280','off'),(194844,'_transient_wc_var_prices_2045','{\"version\":\"1759503155\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"2046\":\"8.00\",\"2047\":\"16.00\",\"2048\":\"24.00\"},\"regular_price\":{\"2046\":\"8.00\",\"2047\":\"16.00\",\"2048\":\"24.00\"},\"sale_price\":{\"2046\":\"8.00\",\"2047\":\"16.00\",\"2048\":\"24.00\"}},\"4173c8e28f114c545d779c47fd7e2df1\":{\"price\":{\"2046\":\"8.00\",\"2047\":\"16.00\",\"2048\":\"24.00\"},\"regular_price\":{\"2046\":\"8.00\",\"2047\":\"16.00\",\"2048\":\"24.00\"},\"sale_price\":{\"2046\":\"8.00\",\"2047\":\"16.00\",\"2048\":\"24.00\"}}}','off'),(212816,'ogf_activation_date','1754329483','off'),(212845,'ogf_dismiss_guide','1','auto'),(224198,'nfd_next_steps','a:5:{s:2:\"id\";s:11:\"store_setup\";s:5:\"label\";s:11:\"Store Setup\";s:11:\"description\";s:63:\"Complete your ecommerce store setup with these essential steps:\";s:6:\"tracks\";a:3:{i:0;a:4:{s:2:\"id\";s:17:\"store_build_track\";s:5:\"label\";s:5:\"Build\";s:4:\"open\";b:1;s:8:\"sections\";a:5:{i:0;a:5:{s:2:\"id\";s:17:\"basic_store_setup\";s:5:\"label\";s:17:\"Basic Store Setup\";s:11:\"description\";s:0:\"\";s:4:\"open\";b:1;s:5:\"tasks\";a:1:{i:0;a:8:{s:2:\"id\";s:17:\"store_quick_setup\";s:5:\"title\";s:11:\"Quick Setup\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:57:\"{siteUrl}/wp-admin/admin.php?page=wc-settings&tab=general\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:1;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:2:{s:12:\"data-test-id\";s:17:\"store_quick_setup\";s:11:\"data-nfd-id\";s:17:\"store_quick_start\";}}}}i:1;a:5:{s:2:\"id\";s:15:\"customize_store\";s:5:\"label\";s:20:\"Customize Your Store\";s:11:\"description\";s:0:\"\";s:4:\"open\";b:1;s:5:\"tasks\";a:5:{i:0;a:8:{s:2:\"id\";s:17:\"store_upload_logo\";s:5:\"title\";s:11:\"Upload Logo\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:94:\"{siteUrl}/wp-admin/site-editor.php?p=%2Fpattern&postType=wp_template_part&categoryId=all-parts\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:1;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:1;a:8:{s:2:\"id\";s:25:\"store_choose_colors_fonts\";s:5:\"title\";s:23:\"Choose Colors and Fonts\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:46:\"{siteUrl}/wp-admin/site-editor.php?p=%2Fstyles\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:2;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:2;a:8:{s:2:\"id\";s:22:\"store_customize_header\";s:5:\"title\";s:16:\"Customize Header\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:91:\"{siteUrl}/wp-admin/site-editor.php?p=%2Fpattern&postType=wp_template_part&categoryId=header\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:3;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:3;a:8:{s:2:\"id\";s:22:\"store_customize_footer\";s:5:\"title\";s:16:\"Customize Footer\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:91:\"{siteUrl}/wp-admin/site-editor.php?p=%2Fpattern&postType=wp_template_part&categoryId=footer\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:4;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:4;a:8:{s:2:\"id\";s:24:\"store_customize_homepage\";s:5:\"title\";s:18:\"Customize Homepage\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:48:\"{siteUrl}/wp-admin/site-editor.php?p=%2Ftemplate\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:5;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}}}i:2;a:5:{s:2:\"id\";s:14:\"setup_products\";s:5:\"label\";s:26:\"Set Up Shopping Experience\";s:11:\"description\";s:0:\"\";s:4:\"open\";b:0;s:5:\"tasks\";a:4:{i:0;a:8:{s:2:\"id\";s:17:\"store_add_product\";s:5:\"title\";s:13:\"Add a Product\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:49:\"{siteUrl}/wp-admin/post-new.php?post_type=product\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:1;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:1;a:8:{s:2:\"id\";s:25:\"store_customize_shop_page\";s:5:\"title\";s:23:\"Customize the Shop Page\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:33:\"{siteUrl}/wp-admin/post.php?post=\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:3;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:2;a:8:{s:2:\"id\";s:25:\"store_customize_cart_page\";s:5:\"title\";s:23:\"Customize the Cart Page\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:33:\"{siteUrl}/wp-admin/post.php?post=\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:4;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:3;a:8:{s:2:\"id\";s:29:\"store_customize_checkout_flow\";s:5:\"title\";s:27:\"Customize the Checkout Flow\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:33:\"{siteUrl}/wp-admin/post.php?post=\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:5;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}}}i:3;a:5:{s:2:\"id\";s:23:\"setup_payments_shipping\";s:5:\"label\";s:28:\"Set Up Payments and Shipping\";s:11:\"description\";s:0:\"\";s:4:\"open\";b:0;s:5:\"tasks\";a:3:{i:0;a:8:{s:2:\"id\";s:20:\"store_setup_payments\";s:5:\"title\";s:15:\"Set Up Payments\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:58:\"{siteUrl}/wp-admin/admin.php?page=wc-settings&tab=checkout\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:1;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:1;a:8:{s:2:\"id\";s:20:\"store_setup_shipping\";s:5:\"title\";s:15:\"Set Up Shipping\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:58:\"{siteUrl}/wp-admin/admin.php?page=wc-settings&tab=shipping\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:2;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:2;a:8:{s:2:\"id\";s:17:\"store_setup_taxes\";s:5:\"title\";s:12:\"Set Up Taxes\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:53:\"{siteUrl}/wp-admin/admin.php?page=wc-settings&tab=tax\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:3;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}}}i:4;a:5:{s:2:\"id\";s:17:\"setup_legal_pages\";s:5:\"label\";s:18:\"Set Up Legal Pages\";s:11:\"description\";s:0:\"\";s:4:\"open\";b:0;s:5:\"tasks\";a:3:{i:0;a:8:{s:2:\"id\";s:20:\"store_privacy_policy\";s:5:\"title\";s:14:\"Privacy Policy\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:38:\"{siteUrl}/wp-admin/options-privacy.php\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:1;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:1;a:8:{s:2:\"id\";s:22:\"store_terms_conditions\";s:5:\"title\";s:18:\"Terms & Conditions\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:68:\"{siteUrl}/wp-admin/post-new.php?wb-library=patterns&wb-category=text\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:2;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:2;a:8:{s:2:\"id\";s:26:\"store_return_refund_policy\";s:5:\"title\";s:24:\"Return and Refund Policy\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:68:\"{siteUrl}/wp-admin/post-new.php?wb-library=patterns&wb-category=text\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:3;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}}}}}i:1;a:4:{s:2:\"id\";s:17:\"store_brand_track\";s:5:\"label\";s:5:\"Brand\";s:4:\"open\";b:0;s:8:\"sections\";a:3:{i:0;a:5:{s:2:\"id\";s:21:\"first_marketing_steps\";s:5:\"label\";s:21:\"First Marketing Steps\";s:11:\"description\";s:0:\"\";s:4:\"open\";b:0;s:5:\"tasks\";a:2:{i:0;a:8:{s:2:\"id\";s:29:\"store_configure_welcome_popup\";s:5:\"title\";s:32:\"Configure Welcome Discount Popup\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:70:\"https://www.bluehost.com/blog/improve-conversion-rate-website-pop-ups/\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:2;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:1;a:8:{s:2:\"id\";s:22:\"store_create_gift_card\";s:5:\"title\";s:39:\"Create a Gift Card to Sell in Your Shop\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:56:\"{siteUrl}/wp-admin/admin.php?page=solutions&category=all\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:3;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}}}i:1;a:5:{s:2:\"id\";s:23:\"social_media_engagement\";s:5:\"label\";s:52:\"Launch and Promote - Social Media Setup & Engagement\";s:11:\"description\";s:0:\"\";s:4:\"open\";b:0;s:5:\"tasks\";a:4:{i:0;a:8:{s:2:\"id\";s:22:\"store_connect_facebook\";s:5:\"title\";s:22:\"Connect Facebook Store\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:90:\"{siteUrl}/wp-admin/admin.php?page=wc-admin&tab=extensions&path=%2Fextensions&term=facebook\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:1;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:1;a:8:{s:2:\"id\";s:23:\"store_connect_instagram\";s:5:\"title\";s:26:\"Connect Instagram Shopping\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:90:\"{siteUrl}/wp-admin/admin.php?page=wc-admin&tab=extensions&path=%2Fextensions&term=facebook\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:2;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:2;a:8:{s:2:\"id\";s:20:\"store_connect_tiktok\";s:5:\"title\";s:19:\"Connect TikTok Shop\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:88:\"{siteUrl}/wp-admin/admin.php?page=wc-admin&tab=extensions&path=%2Fextensions&term=tiktok\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:3;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:3;a:8:{s:2:\"id\";s:21:\"store_add_social_feed\";s:5:\"title\";s:33:\"Add Social Media Feed to Homepage\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:112:\"https://www.bluehost.com/blog/how-to-incorporate-a-social-media-marketing-strategy-with-your-wordpress-website/ \";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:5;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}}}i:2;a:5:{s:2:\"id\";s:14:\"seo_visibility\";s:5:\"label\";s:43:\"Launch and Promote - SEO & Store Visibility\";s:11:\"description\";s:0:\"\";s:4:\"open\";b:0;s:5:\"tasks\";a:3:{i:0;a:8:{s:2:\"id\";s:18:\"store_optimize_seo\";s:5:\"title\";s:23:\"Optimize Your Store SEO\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:49:\"{siteUrl}/wp-admin/admin.php?page=wpseo_dashboard\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:1;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:1;a:8:{s:2:\"id\";s:27:\"store_submit_search_console\";s:5:\"title\";s:36:\"Submit Site to Google Search Console\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:75:\"https://www.bluehost.com/blog/how-to-submit-your-website-to-search-engines/\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:2;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:2;a:8:{s:2:\"id\";s:20:\"store_create_sitemap\";s:5:\"title\";s:23:\"Create a Custom Sitemap\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:80:\"https://www.bluehost.com/blog/what-is-a-sitemap-how-it-helps-seo-and-navigation/\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:3;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}}}}}i:2;a:4:{s:2:\"id\";s:16:\"store_grow_track\";s:5:\"label\";s:4:\"Grow\";s:4:\"open\";b:0;s:8:\"sections\";a:5:{i:0;a:5:{s:2:\"id\";s:27:\"improve_customer_experience\";s:5:\"label\";s:45:\"Improve Your Customer Experience to Sell More\";s:11:\"description\";s:0:\"\";s:4:\"open\";b:0;s:5:\"tasks\";a:2:{i:0;a:8:{s:2:\"id\";s:24:\"store_customize_thankyou\";s:5:\"title\";s:28:\"Customize the Thank You Page\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:52:\"{siteUrl}/wp-admin/site-editor.php?p=%2F&canvas=edit\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:1;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:1;a:8:{s:2:\"id\";s:23:\"store_customize_account\";s:5:\"title\";s:38:\"Customize Your Customer\'s Account Page\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:52:\"{siteUrl}/wp-admin/site-editor.php?p=%2F&canvas=edit\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:2;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}}}i:1;a:5:{s:2:\"id\";s:25:\"advanced_social_marketing\";s:5:\"label\";s:38:\"Advanced Social & Influencer Marketing\";s:11:\"description\";s:0:\"\";s:4:\"open\";b:0;s:5:\"tasks\";a:3:{i:0;a:8:{s:2:\"id\";s:21:\"store_launch_giveaway\";s:5:\"title\";s:32:\"Launch Product Giveaway Campaign\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:96:\"https://www.bluehost.com/blog/how-to-create-a-giveaway-contest-that-drives-traffic-to-your-site/\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:4;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:1;a:8:{s:2:\"id\";s:28:\"store_create_influencer_list\";s:5:\"title\";s:31:\"Create Influencer Outreach List\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:51:\"https://www.bluehost.com/blog/influencer-marketing/\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:5;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:2;a:8:{s:2:\"id\";s:25:\"store_track_utm_campaigns\";s:5:\"title\";s:24:\"Track UTM Campaign Links\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:56:\"https://www.bluehost.com/blog/affiliate-marketing-tools/\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:6;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}}}i:2;a:5:{s:2:\"id\";s:20:\"next_marketing_steps\";s:5:\"label\";s:20:\"Next Marketing Steps\";s:11:\"description\";s:0:\"\";s:4:\"open\";b:0;s:5:\"tasks\";a:4:{i:0;a:8:{s:2:\"id\";s:21:\"store_write_blog_post\";s:5:\"title\";s:17:\"Write a Blog Post\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:68:\"{siteUrl}/wp-admin/post-new.php?wb-library=patterns&wb-category=text\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:1;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:1;a:8:{s:2:\"id\";s:26:\"store_create_sale_campaign\";s:5:\"title\";s:48:\"Create a Sale & Promo Campaign for Your Products\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:84:\"https://www.bluehost.in/blog/how-to-create-promotions-on-wordpress-with-woocommerce/\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:2;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:2;a:8:{s:2:\"id\";s:19:\"store_create_upsell\";s:5:\"title\";s:25:\"Create an Upsell Campaign\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:48:\"https://www.bluehost.com/blog/what-is-upselling/\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:3;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:3;a:8:{s:2:\"id\";s:25:\"store_setup_yoast_premium\";s:5:\"title\";s:50:\"Setup Yoast Premium to Drive Traffic to Your Store\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:45:\"{siteUrl}/wp-admin/admin.php?page=wpseo_tools\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:4;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}}}i:3;a:5:{s:2:\"id\";s:26:\"store_performance_security\";s:5:\"label\";s:22:\"Performance & Security\";s:11:\"description\";s:0:\"\";s:4:\"open\";b:0;s:5:\"tasks\";a:1:{i:0;a:8:{s:2:\"id\";s:20:\"store_create_staging\";s:5:\"title\";s:24:\"Create a Staging Website\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:45:\"{siteUrl}/wp-admin/admin.php?page=nfd-staging\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:3;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}}}i:4;a:5:{s:2:\"id\";s:14:\"store_analysis\";s:5:\"label\";s:14:\"Store Analysis\";s:11:\"description\";s:0:\"\";s:4:\"open\";b:0;s:5:\"tasks\";a:2:{i:0;a:8:{s:2:\"id\";s:21:\"store_monitor_traffic\";s:5:\"title\";s:36:\"Monitor Traffic and Conversion Rates\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:71:\"{siteUrl}/wp-admin/admin.php?page=wc-admin&path=%2Fanalytics%2Foverview\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:1;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}i:1;a:8:{s:2:\"id\";s:17:\"store_run_ab_test\";s:5:\"title\";s:31:\"Run A/B Test on Homepage Banner\";s:11:\"description\";s:0:\"\";s:4:\"href\";s:44:\"https://www.bluehost.com/blog/split-testing/\";s:6:\"status\";s:3:\"new\";s:8:\"priority\";i:2;s:6:\"source\";s:20:\"wp-module-next-steps\";s:15:\"data_attributes\";a:0:{}}}}}}}s:7:\"version\";s:5:\"1.1.1\";}','auto'),(225342,'_site_transient_timeout_woocommerce_block_asset_resource_hints','1760117654','off'),(225343,'_site_transient_woocommerce_block_asset_resource_hints','a:2:{s:5:\"files\";a:2:{s:13:\"cart-frontend\";a:44:{i:0;a:2:{s:4:\"href\";s:123:\"https://aggressivegraphix.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-frontend.js?ver=5cdb1d1a64b214b59985\";s:2:\"as\";s:6:\"script\";}i:1;a:2:{s:4:\"href\";s:140:\"https://aggressivegraphix.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-cart-checkout-base-frontend.js?ver=e4e433ec1187f2d5da6e\";s:2:\"as\";s:6:\"script\";}i:2;a:2:{s:4:\"href\";s:86:\"https://aggressivegraphix.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0\";s:2:\"as\";s:6:\"script\";}i:3;a:2:{s:4:\"href\";s:86:\"https://aggressivegraphix.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6\";s:2:\"as\";s:6:\"script\";}i:4;a:2:{s:4:\"href\";s:87:\"https://aggressivegraphix.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6\";s:2:\"as\";s:6:\"script\";}i:5;a:2:{s:4:\"href\";s:143:\"https://aggressivegraphix.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-cart-checkout-vendors-frontend.js?ver=c939a893efb4febadc26\";s:2:\"as\";s:6:\"script\";}i:9;a:2:{s:4:\"href\";s:82:\"https://aggressivegraphix.com/wp-includes/js/dist/vendor/react.min.js?ver=18.3.1.1\";s:2:\"as\";s:6:\"script\";}i:10;a:2:{s:4:\"href\";s:92:\"https://aggressivegraphix.com/wp-includes/js/dist/vendor/react-jsx-runtime.min.js?ver=18.3.1\";s:2:\"as\";s:6:\"script\";}i:12;a:2:{s:4:\"href\";s:125:\"https://aggressivegraphix.com/wp-content/plugins/woocommerce/assets/client/blocks/blocks-checkout.js?ver=a1c2e7c31247ee1ae717\";s:2:\"as\";s:6:\"script\";}i:22;a:2:{s:4:\"href\";s:86:\"https://aggressivegraphix.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.3.1.1\";s:2:\"as\";s:6:\"script\";}i:26;a:2:{s:4:\"href\";s:127:\"https://aggressivegraphix.com/wp-content/plugins/woocommerce/assets/client/blocks/blocks-components.js?ver=14f739e1c451e591f9da\";s:2:\"as\";s:6:\"script\";}i:40;a:2:{s:4:\"href\";s:124:\"https://aggressivegraphix.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-data.js?ver=330a6892721994aa0779\";s:2:\"as\";s:6:\"script\";}i:41;a:2:{s:4:\"href\";s:132:\"https://aggressivegraphix.com/wp-content/plugins/woocommerce/assets/client/blocks/blocks-checkout-events.js?ver=2d0fd4590f6cc663947c\";s:2:\"as\";s:6:\"script\";}i:42;a:2:{s:4:\"href\";s:118:\"https://aggressivegraphix.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-types.js?ver=35dee88875b85ff65531\";s:2:\"as\";s:6:\"script\";}i:47;a:2:{s:4:\"href\";s:128:\"https://aggressivegraphix.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-registry.js?ver=a16aa912ffa0a15063f1\";s:2:\"as\";s:6:\"script\";}i:50;a:2:{s:4:\"href\";s:121:\"https://aggressivegraphix.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-settings.js?ver=508473c3c2ece9af8f8f\";s:2:\"as\";s:6:\"script\";}i:55;a:2:{s:4:\"href\";s:91:\"https://aggressivegraphix.com/wp-includes/js/dist/api-fetch.min.js?ver=3623a576c78df404ff20\";s:2:\"as\";s:6:\"script\";}i:58;a:2:{s:4:\"href\";s:85:\"https://aggressivegraphix.com/wp-includes/js/dist/url.min.js?ver=c2964167dfe2477c14ea\";s:2:\"as\";s:6:\"script\";}i:63;a:2:{s:4:\"href\";s:86:\"https://aggressivegraphix.com/wp-includes/js/dist/data.min.js?ver=fe6c4835cd00e12493c3\";s:2:\"as\";s:6:\"script\";}i:66;a:2:{s:4:\"href\";s:89:\"https://aggressivegraphix.com/wp-includes/js/dist/compose.min.js?ver=84bcf832a5c99203f3db\";s:2:\"as\";s:6:\"script\";}i:70;a:2:{s:4:\"href\";s:92:\"https://aggressivegraphix.com/wp-includes/js/dist/deprecated.min.js?ver=e1f84915c5e8ae38964c\";s:2:\"as\";s:6:\"script\";}i:72;a:2:{s:4:\"href\";s:85:\"https://aggressivegraphix.com/wp-includes/js/dist/dom.min.js?ver=80bd57c84b45cf04f4ce\";s:2:\"as\";s:6:\"script\";}i:75;a:2:{s:4:\"href\";s:89:\"https://aggressivegraphix.com/wp-includes/js/dist/element.min.js?ver=a4eeeadd23c0d7ab1d2d\";s:2:\"as\";s:6:\"script\";}i:79;a:2:{s:4:\"href\";s:93:\"https://aggressivegraphix.com/wp-includes/js/dist/escape-html.min.js?ver=6561a406d2d232a6fbd2\";s:2:\"as\";s:6:\"script\";}i:80;a:2:{s:4:\"href\";s:98:\"https://aggressivegraphix.com/wp-includes/js/dist/is-shallow-equal.min.js?ver=e0f9f1d78d83f5196979\";s:2:\"as\";s:6:\"script\";}i:81;a:2:{s:4:\"href\";s:90:\"https://aggressivegraphix.com/wp-includes/js/dist/keycodes.min.js?ver=034ff647a54b018581d3\";s:2:\"as\";s:6:\"script\";}i:84;a:2:{s:4:\"href\";s:96:\"https://aggressivegraphix.com/wp-includes/js/dist/priority-queue.min.js?ver=9c21c957c7e50ffdbf48\";s:2:\"as\";s:6:\"script\";}i:94;a:2:{s:4:\"href\";s:94:\"https://aggressivegraphix.com/wp-includes/js/dist/private-apis.min.js?ver=0f8478f1ba7e0eea562b\";s:2:\"as\";s:6:\"script\";}i:95;a:2:{s:4:\"href\";s:95:\"https://aggressivegraphix.com/wp-includes/js/dist/redux-routine.min.js?ver=8bb92d45458b29590f53\";s:2:\"as\";s:6:\"script\";}i:159;a:2:{s:4:\"href\";s:95:\"https://aggressivegraphix.com/wp-includes/js/dist/data-controls.min.js?ver=49f5587e8b90f9e7cc7e\";s:2:\"as\";s:6:\"script\";}i:212;a:2:{s:4:\"href\";s:95:\"https://aggressivegraphix.com/wp-includes/js/dist/html-entities.min.js?ver=2cd3358363e0675638fb\";s:2:\"as\";s:6:\"script\";}i:216;a:2:{s:4:\"href\";s:89:\"https://aggressivegraphix.com/wp-includes/js/dist/notices.min.js?ver=673a68a7ac2f556ed50b\";s:2:\"as\";s:6:\"script\";}i:253;a:2:{s:4:\"href\";s:130:\"https://aggressivegraphix.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-middleware.js?ver=d79dedade2f2e4dc9df4\";s:2:\"as\";s:6:\"script\";}i:278;a:2:{s:4:\"href\";s:86:\"https://aggressivegraphix.com/wp-includes/js/dist/a11y.min.js?ver=3156534cc54473497e14\";s:2:\"as\";s:6:\"script\";}i:279;a:2:{s:4:\"href\";s:91:\"https://aggressivegraphix.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381\";s:2:\"as\";s:6:\"script\";}i:379;a:2:{s:4:\"href\";s:92:\"https://aggressivegraphix.com/wp-includes/js/dist/primitives.min.js?ver=aef2543ab60c8c9bb609\";s:2:\"as\";s:6:\"script\";}i:793;a:2:{s:4:\"href\";s:89:\"https://aggressivegraphix.com/wp-includes/js/dist/warning.min.js?ver=ed7c8b0940914f4fe44b\";s:2:\"as\";s:6:\"script\";}i:1442;a:2:{s:4:\"href\";s:134:\"https://aggressivegraphix.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-shared-context.js?ver=5afd527de106cd5139ef\";s:2:\"as\";s:6:\"script\";}i:1453;a:2:{s:4:\"href\";s:131:\"https://aggressivegraphix.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-shared-hocs.js?ver=a1c1ed405307cfa86966\";s:2:\"as\";s:6:\"script\";}i:1732;a:2:{s:4:\"href\";s:122:\"https://aggressivegraphix.com/wp-content/plugins/woocommerce/assets/client/blocks/price-format.js?ver=57e176e7cc02bdd27978\";s:2:\"as\";s:6:\"script\";}i:1772;a:2:{s:4:\"href\";s:87:\"https://aggressivegraphix.com/wp-includes/js/dist/autop.min.js?ver=9fb50649848277dd318d\";s:2:\"as\";s:6:\"script\";}i:1874;a:2:{s:4:\"href\";s:89:\"https://aggressivegraphix.com/wp-includes/js/dist/plugins.min.js?ver=20303a2de19246c83e5a\";s:2:\"as\";s:6:\"script\";}i:1922;a:2:{s:4:\"href\";s:94:\"https://aggressivegraphix.com/wp-includes/js/dist/style-engine.min.js?ver=08cc10e9532531e22456\";s:2:\"as\";s:6:\"script\";}i:1923;a:2:{s:4:\"href\";s:91:\"https://aggressivegraphix.com/wp-includes/js/dist/wordcount.min.js?ver=55d8c2bf3dc99e7ea5ec\";s:2:\"as\";s:6:\"script\";}}s:17:\"checkout-frontend\";a:47:{i:0;a:2:{s:4:\"href\";s:127:\"https://aggressivegraphix.com/wp-content/plugins/woocommerce/assets/client/blocks/checkout-frontend.js?ver=b23bf6cce0c518cb3c72\";s:2:\"as\";s:6:\"script\";}i:1;a:2:{s:4:\"href\";s:140:\"https://aggressivegraphix.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-cart-checkout-base-frontend.js?ver=e4e433ec1187f2d5da6e\";s:2:\"as\";s:6:\"script\";}i:2;a:2:{s:4:\"href\";s:86:\"https://aggressivegraphix.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0\";s:2:\"as\";s:6:\"script\";}i:3;a:2:{s:4:\"href\";s:86:\"https://aggressivegraphix.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6\";s:2:\"as\";s:6:\"script\";}i:4;a:2:{s:4:\"href\";s:87:\"https://aggressivegraphix.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6\";s:2:\"as\";s:6:\"script\";}i:5;a:2:{s:4:\"href\";s:143:\"https://aggressivegraphix.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-cart-checkout-vendors-frontend.js?ver=c939a893efb4febadc26\";s:2:\"as\";s:6:\"script\";}i:9;a:2:{s:4:\"href\";s:82:\"https://aggressivegraphix.com/wp-includes/js/dist/vendor/react.min.js?ver=18.3.1.1\";s:2:\"as\";s:6:\"script\";}i:10;a:2:{s:4:\"href\";s:92:\"https://aggressivegraphix.com/wp-includes/js/dist/vendor/react-jsx-runtime.min.js?ver=18.3.1\";s:2:\"as\";s:6:\"script\";}i:12;a:2:{s:4:\"href\";s:125:\"https://aggressivegraphix.com/wp-content/plugins/woocommerce/assets/client/blocks/blocks-checkout.js?ver=a1c2e7c31247ee1ae717\";s:2:\"as\";s:6:\"script\";}i:22;a:2:{s:4:\"href\";s:86:\"https://aggressivegraphix.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.3.1.1\";s:2:\"as\";s:6:\"script\";}i:26;a:2:{s:4:\"href\";s:127:\"https://aggressivegraphix.com/wp-content/plugins/woocommerce/assets/client/blocks/blocks-components.js?ver=14f739e1c451e591f9da\";s:2:\"as\";s:6:\"script\";}i:40;a:2:{s:4:\"href\";s:124:\"https://aggressivegraphix.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-data.js?ver=330a6892721994aa0779\";s:2:\"as\";s:6:\"script\";}i:41;a:2:{s:4:\"href\";s:132:\"https://aggressivegraphix.com/wp-content/plugins/woocommerce/assets/client/blocks/blocks-checkout-events.js?ver=2d0fd4590f6cc663947c\";s:2:\"as\";s:6:\"script\";}i:42;a:2:{s:4:\"href\";s:118:\"https://aggressivegraphix.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-types.js?ver=35dee88875b85ff65531\";s:2:\"as\";s:6:\"script\";}i:47;a:2:{s:4:\"href\";s:128:\"https://aggressivegraphix.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-registry.js?ver=a16aa912ffa0a15063f1\";s:2:\"as\";s:6:\"script\";}i:50;a:2:{s:4:\"href\";s:121:\"https://aggressivegraphix.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-settings.js?ver=508473c3c2ece9af8f8f\";s:2:\"as\";s:6:\"script\";}i:55;a:2:{s:4:\"href\";s:91:\"https://aggressivegraphix.com/wp-includes/js/dist/api-fetch.min.js?ver=3623a576c78df404ff20\";s:2:\"as\";s:6:\"script\";}i:58;a:2:{s:4:\"href\";s:85:\"https://aggressivegraphix.com/wp-includes/js/dist/url.min.js?ver=c2964167dfe2477c14ea\";s:2:\"as\";s:6:\"script\";}i:63;a:2:{s:4:\"href\";s:86:\"https://aggressivegraphix.com/wp-includes/js/dist/data.min.js?ver=fe6c4835cd00e12493c3\";s:2:\"as\";s:6:\"script\";}i:66;a:2:{s:4:\"href\";s:89:\"https://aggressivegraphix.com/wp-includes/js/dist/compose.min.js?ver=84bcf832a5c99203f3db\";s:2:\"as\";s:6:\"script\";}i:70;a:2:{s:4:\"href\";s:92:\"https://aggressivegraphix.com/wp-includes/js/dist/deprecated.min.js?ver=e1f84915c5e8ae38964c\";s:2:\"as\";s:6:\"script\";}i:72;a:2:{s:4:\"href\";s:85:\"https://aggressivegraphix.com/wp-includes/js/dist/dom.min.js?ver=80bd57c84b45cf04f4ce\";s:2:\"as\";s:6:\"script\";}i:75;a:2:{s:4:\"href\";s:89:\"https://aggressivegraphix.com/wp-includes/js/dist/element.min.js?ver=a4eeeadd23c0d7ab1d2d\";s:2:\"as\";s:6:\"script\";}i:79;a:2:{s:4:\"href\";s:93:\"https://aggressivegraphix.com/wp-includes/js/dist/escape-html.min.js?ver=6561a406d2d232a6fbd2\";s:2:\"as\";s:6:\"script\";}i:80;a:2:{s:4:\"href\";s:98:\"https://aggressivegraphix.com/wp-includes/js/dist/is-shallow-equal.min.js?ver=e0f9f1d78d83f5196979\";s:2:\"as\";s:6:\"script\";}i:81;a:2:{s:4:\"href\";s:90:\"https://aggressivegraphix.com/wp-includes/js/dist/keycodes.min.js?ver=034ff647a54b018581d3\";s:2:\"as\";s:6:\"script\";}i:84;a:2:{s:4:\"href\";s:96:\"https://aggressivegraphix.com/wp-includes/js/dist/priority-queue.min.js?ver=9c21c957c7e50ffdbf48\";s:2:\"as\";s:6:\"script\";}i:94;a:2:{s:4:\"href\";s:94:\"https://aggressivegraphix.com/wp-includes/js/dist/private-apis.min.js?ver=0f8478f1ba7e0eea562b\";s:2:\"as\";s:6:\"script\";}i:95;a:2:{s:4:\"href\";s:95:\"https://aggressivegraphix.com/wp-includes/js/dist/redux-routine.min.js?ver=8bb92d45458b29590f53\";s:2:\"as\";s:6:\"script\";}i:159;a:2:{s:4:\"href\";s:95:\"https://aggressivegraphix.com/wp-includes/js/dist/data-controls.min.js?ver=49f5587e8b90f9e7cc7e\";s:2:\"as\";s:6:\"script\";}i:212;a:2:{s:4:\"href\";s:95:\"https://aggressivegraphix.com/wp-includes/js/dist/html-entities.min.js?ver=2cd3358363e0675638fb\";s:2:\"as\";s:6:\"script\";}i:216;a:2:{s:4:\"href\";s:89:\"https://aggressivegraphix.com/wp-includes/js/dist/notices.min.js?ver=673a68a7ac2f556ed50b\";s:2:\"as\";s:6:\"script\";}i:253;a:2:{s:4:\"href\";s:130:\"https://aggressivegraphix.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-middleware.js?ver=d79dedade2f2e4dc9df4\";s:2:\"as\";s:6:\"script\";}i:278;a:2:{s:4:\"href\";s:86:\"https://aggressivegraphix.com/wp-includes/js/dist/a11y.min.js?ver=3156534cc54473497e14\";s:2:\"as\";s:6:\"script\";}i:279;a:2:{s:4:\"href\";s:91:\"https://aggressivegraphix.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381\";s:2:\"as\";s:6:\"script\";}i:379;a:2:{s:4:\"href\";s:92:\"https://aggressivegraphix.com/wp-includes/js/dist/primitives.min.js?ver=aef2543ab60c8c9bb609\";s:2:\"as\";s:6:\"script\";}i:793;a:2:{s:4:\"href\";s:89:\"https://aggressivegraphix.com/wp-includes/js/dist/warning.min.js?ver=ed7c8b0940914f4fe44b\";s:2:\"as\";s:6:\"script\";}i:1442;a:2:{s:4:\"href\";s:131:\"https://aggressivegraphix.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-shared-hocs.js?ver=a1c1ed405307cfa86966\";s:2:\"as\";s:6:\"script\";}i:1668;a:2:{s:4:\"href\";s:134:\"https://aggressivegraphix.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-shared-context.js?ver=5afd527de106cd5139ef\";s:2:\"as\";s:6:\"script\";}i:1721;a:2:{s:4:\"href\";s:122:\"https://aggressivegraphix.com/wp-content/plugins/woocommerce/assets/client/blocks/price-format.js?ver=57e176e7cc02bdd27978\";s:2:\"as\";s:6:\"script\";}i:1761;a:2:{s:4:\"href\";s:87:\"https://aggressivegraphix.com/wp-includes/js/dist/autop.min.js?ver=9fb50649848277dd318d\";s:2:\"as\";s:6:\"script\";}i:1762;a:2:{s:4:\"href\";s:92:\"https://aggressivegraphix.com/wp-includes/js/dist/components.min.js?ver=865f2ec3b5f5195705e0\";s:2:\"as\";s:6:\"script\";}i:1791;a:2:{s:4:\"href\";s:86:\"https://aggressivegraphix.com/wp-includes/js/dist/date.min.js?ver=85ff222add187a4e358f\";s:2:\"as\";s:6:\"script\";}i:1792;a:2:{s:4:\"href\";s:81:\"https://aggressivegraphix.com/wp-includes/js/dist/vendor/moment.min.js?ver=2.30.1\";s:2:\"as\";s:6:\"script\";}i:1823;a:2:{s:4:\"href\";s:91:\"https://aggressivegraphix.com/wp-includes/js/dist/rich-text.min.js?ver=74178fc8c4d67d66f1a8\";s:2:\"as\";s:6:\"script\";}i:1995;a:2:{s:4:\"href\";s:89:\"https://aggressivegraphix.com/wp-includes/js/dist/plugins.min.js?ver=20303a2de19246c83e5a\";s:2:\"as\";s:6:\"script\";}i:2045;a:2:{s:4:\"href\";s:91:\"https://aggressivegraphix.com/wp-includes/js/dist/wordcount.min.js?ver=55d8c2bf3dc99e7ea5ec\";s:2:\"as\";s:6:\"script\";}}}s:7:\"version\";a:3:{s:11:\"woocommerce\";s:6:\"10.2.2\";s:9:\"wordpress\";s:5:\"6.8.3\";s:8:\"site_url\";s:46:\"https://aggressivegraphix.com/website_675b3277\";}}','off'),(227044,'woocommerce_revenue_report_date_tour_shown','yes','auto'),(251948,'product_cat_children','a:4:{i:27;a:5:{i:0;i:24;i:1;i:25;i:2;i:26;i:3;i:53;i:4;i:54;}i:28;a:4:{i:0;i:29;i:1;i:30;i:2;i:31;i:3;i:32;}i:32;a:3:{i:0;i:33;i:1;i:34;i:2;i:35;}i:36;a:6:{i:0;i:37;i:1;i:38;i:2;i:39;i:3;i:40;i:4;i:41;i:5;i:42;}}','auto'),(253152,'ogf_no_bug','1','off'),(255479,'woocommerce_feature_experimental-iapi-mini-cart_enabled','no','on'),(257989,'dismissed-ogf-welcome','1','auto'),(267166,'_transient_timeout_wc_shipping_method_count','1761917873','off'),(267167,'_transient_wc_shipping_method_count','a:4:{s:7:\"version\";s:10:\"1759325866\";s:6:\"legacy\";i:1;s:7:\"enabled\";i:2;s:8:\"disabled\";i:0;}','off'),(302704,'is_wordpress_com_hosted','1','auto'),(302713,'facebook_capi_integration_status','1','auto'),(302714,'facebook_capi_integration_events_filter','Microdata,SubscribedButtonClick','auto'),(305147,'_transient_timeout_wc_grow_compat_checker_facebook-for-woocommerce/facebook-for-woocommerce.php3.5.6','1759504493','off'),(305148,'_transient_wc_grow_compat_checker_facebook-for-woocommerce/facebook-for-woocommerce.php3.5.6','a:12:{s:20:\"WC requires at least\";s:3:\"6.4\";s:15:\"WC tested up to\";s:5:\"9.9.4\";s:3:\"Woo\";s:0:\"\";s:18:\"Requires Yoast SEO\";s:0:\"\";s:4:\"Name\";s:24:\"Facebook for WooCommerce\";s:7:\"Version\";s:5:\"3.5.6\";s:10:\"RequiresWP\";s:3:\"5.6\";s:11:\"RequiresPHP\";s:3:\"7.4\";s:10:\"RequiresWC\";s:3:\"6.4\";s:8:\"TestedWP\";s:5:\"6.8.1\";s:8:\"TestedWC\";s:5:\"9.9.4\";s:4:\"File\";s:100:\"/home3/aggrest5/public_html/wp-content/plugins/facebook-for-woocommerce/facebook-for-woocommerce.php\";}','off'),(305151,'wc_facebook_svr_flags','7','auto'),(305152,'wc_facebook_enable_meta_diagnosis','yes','auto'),(305159,'facebook_config','a:4:{s:8:\"pixel_id\";s:16:\"1076132891338606\";s:7:\"use_pii\";b:1;s:7:\"use_s2s\";b:0;s:12:\"access_token\";s:0:\"\";}','auto'),(305162,'wc_facebook_for_woocommerce_version','3.5.7','auto'),(305171,'wc_facebook_feed_url_secret','3f1875122fc68d51392a4f31d38d9d1e','auto'),(305178,'wc_facebook_external_business_id','aggressivegraphixllc-68b85b76482b5','auto'),(305215,'wc_facebook_page_id','172741899419816','auto'),(305216,'wc_facebook_pixel_id','1076132891338606','auto'),(305217,'wc_facebook_access_token','EAAGvQJc4NAQBPW8EnaBECPIO9rJw4b9ZCuMbi4qt2muLqGqjqy0NmhjcGCcrJx3OjcZCTdSA9WzTSayG9NEVIun02CQPWPZC2L1TanMTS3WZC0clNg9XXFmpq6L1ts25O8ALVNnPY2BjFZBa0PeZBjo0TbZAtqLfJQtBcDLf5j7HppRImYQZCrztOf52GzyewtmOd7UvUftUWBGu','auto'),(305218,'wc_facebook_commerce_partner_integration_id','1290263342473884','auto'),(305219,'wc_facebook_installed_features','a:4:{i:0;a:4:{s:19:\"feature_instance_id\";s:17:\"24909013545446362\";s:12:\"feature_type\";s:5:\"pixel\";s:16:\"connected_assets\";a:4:{s:13:\"ad_account_id\";s:16:\"1049569210613373\";s:19:\"business_manager_id\";s:16:\"1542326319237754\";s:7:\"page_id\";s:15:\"172741899419816\";s:8:\"pixel_id\";s:16:\"1076132891338606\";}s:15:\"additional_info\";a:2:{s:15:\"onsite_eligible\";b:0;s:31:\"pixel_is_consolidated_container\";b:0;}}i:1;a:4:{s:19:\"feature_instance_id\";s:16:\"9296421853815981\";s:12:\"feature_type\";s:15:\"external_client\";s:16:\"connected_assets\";a:5:{s:13:\"ad_account_id\";s:16:\"1049569210613373\";s:19:\"business_manager_id\";s:16:\"1542326319237754\";s:13:\"ig_profile_id\";s:17:\"17841402078527337\";s:7:\"page_id\";s:15:\"172741899419816\";s:8:\"pixel_id\";s:15:\"729831519884571\";}s:15:\"additional_info\";a:2:{s:15:\"onsite_eligible\";b:0;s:31:\"pixel_is_consolidated_container\";b:0;}}i:2;a:4:{s:19:\"feature_instance_id\";s:16:\"1280916566492355\";s:12:\"feature_type\";s:3:\"ads\";s:16:\"connected_assets\";a:5:{s:13:\"ad_account_id\";s:16:\"1049569210613373\";s:19:\"business_manager_id\";s:16:\"1542326319237754\";s:10:\"catalog_id\";s:15:\"439824120980866\";s:7:\"page_id\";s:15:\"172741899419816\";s:8:\"pixel_id\";s:16:\"1076132891338606\";}s:15:\"additional_info\";a:2:{s:15:\"onsite_eligible\";b:0;s:31:\"pixel_is_consolidated_container\";b:0;}}i:3;a:4:{s:19:\"feature_instance_id\";s:15:\"778689594537564\";s:12:\"feature_type\";s:7:\"catalog\";s:16:\"connected_assets\";a:5:{s:13:\"ad_account_id\";s:16:\"1049569210613373\";s:19:\"business_manager_id\";s:16:\"1542326319237754\";s:10:\"catalog_id\";s:15:\"439824120980866\";s:7:\"page_id\";s:15:\"172741899419816\";s:8:\"pixel_id\";s:16:\"1076132891338606\";}s:15:\"additional_info\";a:2:{s:15:\"onsite_eligible\";b:0;s:31:\"pixel_is_consolidated_container\";b:0;}}}','auto'),(305220,'wc_facebook_merchant_access_token','EAAGvQJc4NAQBPW8EnaBECPIO9rJw4b9ZCuMbi4qt2muLqGqjqy0NmhjcGCcrJx3OjcZCTdSA9WzTSayG9NEVIun02CQPWPZC2L1TanMTS3WZC0clNg9XXFmpq6L1ts25O8ALVNnPY2BjFZBa0PeZBjo0TbZAtqLfJQtBcDLf5j7HppRImYQZCrztOf52GzyewtmOd7UvUftUWBGu','auto'),(305221,'wc_facebook_product_catalog_id','439824120980866','auto'),(305222,'wc_facebook_profiles','a:2:{i:0;s:15:\"172741899419816\";i:1;s:17:\"17841402078527337\";}','auto'),(305223,'wc_facebook_business_manager_id','1542326319237754','auto'),(305224,'wc_facebook_has_connected_fbe_2','yes','auto'),(305225,'wc_facebook_has_authorized_pages_read_engagement','yes','auto'),(305226,'wc_facebook_background_product_sync_job_e33d704d8ce52c52450014dcfddd4e89','{\"requests\":{\"p-3467\":\"UPDATE\",\"p-3465\":\"UPDATE\",\"p-3274\":\"UPDATE\",\"p-3251\":\"UPDATE\",\"p-2465\":\"UPDATE\",\"p-2424\":\"UPDATE\",\"p-2391\":\"UPDATE\",\"p-2368\":\"UPDATE\",\"p-2334\":\"UPDATE\",\"p-2320\":\"UPDATE\",\"p-2307\":\"UPDATE\",\"p-2291\":\"UPDATE\",\"p-2208\":\"UPDATE\",\"p-2186\":\"UPDATE\",\"p-2183\":\"UPDATE\",\"p-2180\":\"UPDATE\",\"p-2174\":\"UPDATE\",\"p-2171\":\"UPDATE\",\"p-2168\":\"UPDATE\",\"p-2165\":\"UPDATE\",\"p-2162\":\"UPDATE\",\"p-2159\":\"UPDATE\",\"p-2150\":\"UPDATE\",\"p-2147\":\"UPDATE\",\"p-2144\":\"UPDATE\",\"p-2141\":\"UPDATE\",\"p-2138\":\"UPDATE\",\"p-2135\":\"UPDATE\",\"p-2132\":\"UPDATE\",\"p-2129\":\"UPDATE\",\"p-2126\":\"UPDATE\",\"p-2123\":\"UPDATE\",\"p-2120\":\"UPDATE\",\"p-2117\":\"UPDATE\",\"p-2114\":\"UPDATE\",\"p-2111\":\"UPDATE\",\"p-2105\":\"UPDATE\",\"p-2102\":\"UPDATE\",\"p-2025\":\"UPDATE\",\"p-2008\":\"UPDATE\",\"p-1838\":\"UPDATE\",\"p-1490\":\"UPDATE\",\"p-1427\":\"UPDATE\",\"p-1426\":\"UPDATE\",\"p-1425\":\"UPDATE\",\"p-1424\":\"UPDATE\",\"p-1423\":\"UPDATE\",\"p-1422\":\"UPDATE\",\"p-1421\":\"UPDATE\",\"p-1420\":\"UPDATE\",\"p-1419\":\"UPDATE\",\"p-1418\":\"UPDATE\",\"p-1417\":\"UPDATE\",\"p-1416\":\"UPDATE\",\"p-1415\":\"UPDATE\",\"p-1414\":\"UPDATE\",\"p-1413\":\"UPDATE\",\"p-1392\":\"UPDATE\",\"p-1271\":\"UPDATE\",\"p-1103\":\"UPDATE\",\"p-1027\":\"UPDATE\",\"p-910\":\"UPDATE\",\"p-858\":\"UPDATE\",\"p-700\":\"UPDATE\",\"p-486\":\"UPDATE\",\"p-122\":\"UPDATE\",\"p-2464\":\"UPDATE\",\"p-2463\":\"UPDATE\",\"p-2459\":\"UPDATE\",\"p-2458\":\"UPDATE\",\"p-2457\":\"UPDATE\",\"p-2456\":\"UPDATE\",\"p-2455\":\"UPDATE\",\"p-2454\":\"UPDATE\",\"p-2453\":\"UPDATE\",\"p-2452\":\"UPDATE\",\"p-2451\":\"UPDATE\",\"p-2197\":\"UPDATE\",\"p-2196\":\"UPDATE\",\"p-2195\":\"UPDATE\",\"p-2194\":\"UPDATE\",\"p-2193\":\"UPDATE\",\"p-2192\":\"UPDATE\",\"p-2191\":\"UPDATE\",\"p-2099\":\"UPDATE\",\"p-2098\":\"UPDATE\",\"p-2084\":\"UPDATE\",\"p-2083\":\"UPDATE\",\"p-2082\":\"UPDATE\",\"p-2081\":\"UPDATE\",\"p-2080\":\"UPDATE\",\"p-2079\":\"UPDATE\",\"p-2078\":\"UPDATE\",\"p-2077\":\"UPDATE\",\"p-2065\":\"UPDATE\",\"p-2064\":\"UPDATE\",\"p-2063\":\"UPDATE\",\"p-2062\":\"UPDATE\",\"p-2061\":\"UPDATE\",\"p-2060\":\"UPDATE\",\"p-2059\":\"UPDATE\",\"p-2058\":\"UPDATE\",\"p-2057\":\"UPDATE\",\"p-2056\":\"UPDATE\",\"p-2053\":\"UPDATE\",\"p-2052\":\"UPDATE\",\"p-2048\":\"UPDATE\",\"p-2047\":\"UPDATE\",\"p-2046\":\"UPDATE\"},\"id\":\"e33d704d8ce52c52450014dcfddd4e89\",\"created_at\":\"2025-09-03 15:22:05\",\"created_by\":1,\"status\":\"completed\",\"started_processing_at\":\"2025-09-03 15:22:07\",\"updated_at\":\"2025-09-03 15:22:14\",\"total\":109,\"progress\":109,\"handles\":[\"Acy-pAFH30GiXyC4UrHzwMyAseEa8Xz90XeSVa4F473udhbIhdJF0k9L9GFy_xWwbb6wP6630QX6mLr2HVBILS4V\"],\"completed_at\":\"2025-09-03 15:22:14\"}','no'),(305229,'wc_facebook_pixel_install_time','1756912926','auto'),(305232,'wc_facebook_for_woocommerce_rollout_switches','a:6:{s:15:\"rollout_enabled\";s:2:\"no\";s:33:\"whatsapp_utility_messages_enabled\";s:2:\"no\";s:54:\"woocommerce_utility_beta_iframe_integration_dogfooding\";s:2:\"no\";s:29:\"woo_all_products_sync_enabled\";s:2:\"no\";s:24:\"offer_management_enabled\";s:3:\"yes\";s:35:\"woo_variant_multiple_images_enabled\";s:2:\"no\";}','auto'),(305423,'wc_facebook_feed_id','1329545258595431','auto'),(307553,'_transient_timeout_wc_product_children_2450','1762096638','off'),(307554,'_transient_wc_product_children_2450','a:3:{s:3:\"all\";a:9:{i:0;i:2451;i:1;i:2452;i:2;i:2453;i:3;i:2454;i:4;i:2455;i:5;i:2456;i:6;i:2457;i:7;i:2458;i:8;i:2459;}s:7:\"visible\";a:9:{i:0;i:2451;i:1;i:2452;i:2;i:2453;i:3;i:2454;i:4;i:2455;i:5;i:2456;i:6;i:2457;i:7;i:2458;i:8;i:2459;}s:7:\"version\";s:10:\"1759503155\";}','off'),(307555,'_transient_timeout_wc_product_children_2448','1762096638','off'),(307556,'_transient_wc_product_children_2448','a:3:{s:3:\"all\";a:2:{i:0;i:2463;i:1;i:2464;}s:7:\"visible\";a:2:{i:0;i:2463;i:1;i:2464;}s:7:\"version\";s:10:\"1759503155\";}','off'),(307615,'_transient_timeout_wc_var_prices_2450','1762096638','off'),(307616,'_transient_wc_var_prices_2450','{\"version\":\"1759503155\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"2451\":\"380.00\",\"2452\":\"415.00\",\"2453\":\"720.00\",\"2454\":\"515.00\",\"2455\":\"535.00\",\"2456\":\"1840.00\",\"2457\":\"715.00\",\"2458\":\"685.00\",\"2459\":\"1210.00\"},\"regular_price\":{\"2451\":\"380.00\",\"2452\":\"415.00\",\"2453\":\"720.00\",\"2454\":\"515.00\",\"2455\":\"535.00\",\"2456\":\"1840.00\",\"2457\":\"715.00\",\"2458\":\"685.00\",\"2459\":\"1210.00\"},\"sale_price\":{\"2451\":\"380.00\",\"2452\":\"415.00\",\"2453\":\"720.00\",\"2454\":\"515.00\",\"2455\":\"535.00\",\"2456\":\"1840.00\",\"2457\":\"715.00\",\"2458\":\"685.00\",\"2459\":\"1210.00\"}},\"4173c8e28f114c545d779c47fd7e2df1\":{\"price\":{\"2451\":\"380.00\",\"2452\":\"415.00\",\"2453\":\"720.00\",\"2454\":\"515.00\",\"2455\":\"535.00\",\"2456\":\"1840.00\",\"2457\":\"715.00\",\"2458\":\"685.00\",\"2459\":\"1210.00\"},\"regular_price\":{\"2451\":\"380.00\",\"2452\":\"415.00\",\"2453\":\"720.00\",\"2454\":\"515.00\",\"2455\":\"535.00\",\"2456\":\"1840.00\",\"2457\":\"715.00\",\"2458\":\"685.00\",\"2459\":\"1210.00\"},\"sale_price\":{\"2451\":\"380.00\",\"2452\":\"415.00\",\"2453\":\"720.00\",\"2454\":\"515.00\",\"2455\":\"535.00\",\"2456\":\"1840.00\",\"2457\":\"715.00\",\"2458\":\"685.00\",\"2459\":\"1210.00\"}}}','off'),(307618,'_transient_timeout_wc_var_prices_2448','1762096638','off'),(307619,'_transient_wc_var_prices_2448','{\"version\":\"1759503155\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"2463\":\"40.00\",\"2464\":\"60.00\"},\"regular_price\":{\"2463\":\"40.00\",\"2464\":\"60.00\"},\"sale_price\":{\"2463\":\"40.00\",\"2464\":\"60.00\"}},\"4173c8e28f114c545d779c47fd7e2df1\":{\"price\":{\"2463\":\"40.00\",\"2464\":\"60.00\"},\"regular_price\":{\"2463\":\"40.00\",\"2464\":\"60.00\"},\"sale_price\":{\"2463\":\"40.00\",\"2464\":\"60.00\"}}}','off'),(307737,'_transient_timeout_wc_grow_compat_checker_facebook-for-woocommerce/facebook-for-woocommerce.php3.5.7','1759585569','off'),(307738,'_transient_wc_grow_compat_checker_facebook-for-woocommerce/facebook-for-woocommerce.php3.5.7','a:12:{s:20:\"WC requires at least\";s:3:\"6.4\";s:15:\"WC tested up to\";s:6:\"10.1.2\";s:3:\"Woo\";s:0:\"\";s:18:\"Requires Yoast SEO\";s:0:\"\";s:4:\"Name\";s:24:\"Facebook for WooCommerce\";s:7:\"Version\";s:5:\"3.5.7\";s:10:\"RequiresWP\";s:3:\"5.6\";s:11:\"RequiresPHP\";s:3:\"7.4\";s:10:\"RequiresWC\";s:3:\"6.4\";s:8:\"TestedWP\";s:5:\"6.8.1\";s:8:\"TestedWC\";s:6:\"10.1.2\";s:4:\"File\";s:100:\"/home3/aggrest5/public_html/wp-content/plugins/facebook-for-woocommerce/facebook-for-woocommerce.php\";}','off'),(307757,'wc_facebook_for_woocommerce_lifecycle_events','[{\"name\":\"upgrade\",\"time\":1756993784,\"version\":\"3.5.7\",\"data\":{\"from_version\":\"3.5.6\"}},{\"name\":\"install\",\"time\":1756912495,\"version\":\"3.5.6\"}]','no'),(307758,'wc_facebook_for_woocommerce_milestone_version','3.5.7','auto'),(308684,'_transient_timeout_jetpack_file_data_15.0','1759521279','off'),(308685,'_transient_jetpack_file_data_15.0','a:1:{s:32:\"3fd340ad52927afb3bbb9e98575eccfd\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}}','off'),(308922,'_transient_timeout_wc_child_has_weight_2448','1759620284','off'),(308923,'_transient_wc_child_has_weight_2448','0','off'),(308924,'_transient_timeout_wc_child_has_dimensions_2448','1759620284','off'),(308925,'_transient_wc_child_has_dimensions_2448','0','off'),(308942,'_transient_timeout_wc_child_has_weight_2450','1759620468','off'),(308943,'_transient_wc_child_has_weight_2450','0','off'),(308944,'_transient_timeout_wc_child_has_dimensions_2450','1759620468','off'),(308945,'_transient_wc_child_has_dimensions_2450','0','off'),(318593,'wpseo_llms_txt_content_hash','','auto'),(321166,'facebook_for_woocommerce_latest_version_sent_to_server','3.5.7','auto'),(321169,'wc_facebook_page_access_token','EAAGvQJc4NAQBPX8ZBWQTbRCRN24no4r8HNOeQRZCG7s05eC9GVTZAG3be8DLlB08uea6Yq3GJFSdXVIl2nbcnIpZCsx3e6ZCTBfdMggoqktgOOSbiL0dLZBtBgR30rZAYJIZCUZB7TB4Mfy7ArjEmjETVH2k7Hvt4EEsbzXOqJLhJLX1nA71ZCeD0sBOQZCyWZCVsONRg674OPGnyn4ZCI1qptUZAxxqgZD','auto'),(321170,'wc_facebook_ad_account_id','1049569210613373','auto'),(321171,'wc_facebook_instagram_business_id','17841402078527337','auto'),(323345,'wc_facebook_background_product_sync_job_7fb9f9afc85ad37b6aa6ac4b7202f164','{\"requests\":{\"p-2191\":\"UPDATE\",\"p-2192\":\"UPDATE\",\"p-2193\":\"UPDATE\",\"p-2194\":\"UPDATE\",\"p-2195\":\"UPDATE\",\"p-2196\":\"UPDATE\",\"p-2197\":\"UPDATE\"},\"id\":\"7fb9f9afc85ad37b6aa6ac4b7202f164\",\"created_at\":\"2025-09-09 17:05:05\",\"created_by\":1,\"status\":\"completed\",\"started_processing_at\":\"2025-09-09 17:05:06\",\"updated_at\":\"2025-09-09 17:05:09\",\"total\":7,\"progress\":7,\"handles\":[\"Acz06juvBLnuoXGuZMBQy1rfdeJVa2_fLpiHeiBYvGFvuSb7vIUFkE4bibGeHssBDbq2hRwv_7ppiCHmwMq6gIEb\"],\"completed_at\":\"2025-09-09 17:05:09\"}','no'),(323477,'wc_facebook_background_product_sync_job_fe90944aa00a3abde31d9daec68f89c1','{\"requests\":{\"p-2191\":\"UPDATE\",\"p-2192\":\"UPDATE\",\"p-2193\":\"UPDATE\",\"p-2194\":\"UPDATE\",\"p-2195\":\"UPDATE\",\"p-2196\":\"UPDATE\",\"p-2197\":\"UPDATE\"},\"id\":\"fe90944aa00a3abde31d9daec68f89c1\",\"created_at\":\"2025-09-09 17:35:29\",\"created_by\":1,\"status\":\"completed\",\"started_processing_at\":\"2025-09-09 17:35:30\",\"updated_at\":\"2025-09-09 17:35:32\",\"total\":7,\"progress\":7,\"handles\":[\"AcwCkDLogGtmtMpuCDUGtqHpgdtsBKvyAljZnqI63VT6NUgHn2cQGHDwGfO825xU6MWZjLTMeUfRGUv2Y8FTwQAO\"],\"completed_at\":\"2025-09-09 17:35:32\"}','no'),(323514,'wc_facebook_background_product_sync_job_ef14bfabef77f58c5ce91dd7156a5c69','{\"requests\":{\"p-2191\":\"UPDATE\",\"p-2192\":\"UPDATE\",\"p-2193\":\"UPDATE\",\"p-2194\":\"UPDATE\",\"p-2195\":\"UPDATE\",\"p-2196\":\"UPDATE\",\"p-2197\":\"UPDATE\"},\"id\":\"ef14bfabef77f58c5ce91dd7156a5c69\",\"created_at\":\"2025-09-09 17:36:35\",\"created_by\":1,\"status\":\"completed\",\"started_processing_at\":\"2025-09-09 17:36:36\",\"updated_at\":\"2025-09-09 17:36:38\",\"total\":7,\"progress\":7,\"handles\":[\"Acw0o0egRcMMvluP5qRJK1IofmW28sENrI6Cd_kvMPFKBpHbAqDvW0RKR9TeW0884-DeMUC0vsnv7ZNd5shOLB3i\"],\"completed_at\":\"2025-09-09 17:36:38\"}','no'),(323616,'wc_facebook_background_product_sync_job_42d68ea3a83a07fe2ec2c418a9d47558','{\"requests\":{\"p-wc_post_id_2193\":\"DELETE\",\"p-wc_post_id_2194\":\"DELETE\",\"p-wc_post_id_2195\":\"DELETE\",\"p-wc_post_id_2196\":\"DELETE\",\"p-wc_post_id_2197\":\"DELETE\",\"p-wc_post_id_2191\":\"DELETE\",\"p-wc_post_id_2192\":\"DELETE\"},\"id\":\"42d68ea3a83a07fe2ec2c418a9d47558\",\"created_at\":\"2025-09-09 17:41:47\",\"created_by\":1,\"status\":\"completed\",\"started_processing_at\":\"2025-09-09 17:41:47\",\"updated_at\":\"2025-09-09 17:41:50\",\"total\":7,\"progress\":7,\"handles\":[\"AczZWNJu5LlCuX-S2oTDTsfhrkiL97SB7NyCEKZXtyAuAeWkvHfrukn7obv7FNhUll_OHu71wTTx5nEI74ZIGQSs\"],\"completed_at\":\"2025-09-09 17:41:50\"}','no'),(336336,'_transient_timeout_wc_child_has_weight_2055','1760543782','off'),(336337,'_transient_wc_child_has_weight_2055','0','off'),(336338,'_transient_timeout_wc_child_has_dimensions_2055','1760543782','off'),(336339,'_transient_wc_child_has_dimensions_2055','0','off'),(338095,'_transient_timeout_woocommerce_admin_pes_incentive_woopayments_store_has_orders','1764770329','off'),(338096,'_transient_woocommerce_admin_pes_incentive_woopayments_store_has_orders','yes','off'),(339892,'_transient_timeout_wc_child_has_weight_2051','1760712113','off'),(339893,'_transient_wc_child_has_weight_2051','0','off'),(339894,'_transient_timeout_wc_child_has_dimensions_2051','1760712113','off'),(339895,'_transient_wc_child_has_dimensions_2051','0','off'),(344841,'nfd_module_htaccess_saved_state','a:6:{s:6:\"blocks\";a:4:{s:18:\"nfd.skip404.static\";a:2:{s:4:\"body\";s:786:\"# BEGIN Newfold Skip 404 Handling for Static Files\n<IfModule mod_rewrite.c>\n	RewriteEngine On\n	RewriteCond %{REQUEST_FILENAME} !-f\n	RewriteCond %{REQUEST_FILENAME} !-d\n	RewriteCond %{REQUEST_URI} !(robots\\.txt|ads\\.txt|[a-z0-9_\\-]*sitemap[a-z0-9_\\.\\-]*\\.(xml|xsl|html)(\\.gz)?)\n	RewriteCond %{REQUEST_URI} \\.(css|htc|less|js|js2|js3|js4|html|htm|rtf|rtx|txt|xsd|xsl|xml|asf|asx|wax|wmv|wmx|avi|avif|avifs|bmp|class|divx|doc|docx|eot|exe|gif|gz|gzip|ico|jpg|jpeg|jpe|webp|json|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|webm|mpp|otf|_otf|odb|odc|odf|odg|odp|ods|odt|ogg|ogv|pdf|png|pot|pps|ppt|pptx|ra|ram|svg|svgz|swf|tar|tif|tiff|ttf|ttc|_ttf|wav|wma|wri|woff|woff2|xla|xls|xlsx|xlt|xlw|zip)$ [NC]\n	RewriteRule .* - [L]\n</IfModule>\n# END Newfold Skip 404 Handling for Static Files\";s:8:\"priority\";i:300;}s:17:\"nfd.cache.browser\";a:2:{s:4:\"body\";s:642:\"# BEGIN Newfold Browser Cache\n<IfModule mod_expires.c>\n	ExpiresActive On\n	ExpiresDefault \"access plus 24 hours\"\n	ExpiresByType text/html \"access plus 2 hours\"\n	ExpiresByType image/jpg \"access plus 24 hours\"\n	ExpiresByType image/jpeg \"access plus 24 hours\"\n	ExpiresByType image/gif \"access plus 24 hours\"\n	ExpiresByType image/png \"access plus 24 hours\"\n	ExpiresByType image/webp \"access plus 24 hours\"\n	ExpiresByType text/css \"access plus 24 hours\"\n	ExpiresByType text/javascript \"access plus 24 hours\"\n	ExpiresByType application/pdf \"access plus 1 week\"\n	ExpiresByType image/x-icon \"access plus 1 year\"\n</IfModule>\n# END Newfold Browser Cache\";s:8:\"priority\";i:300;}s:24:\"nfd.images.webp.existing\";a:2:{s:4:\"body\";s:396:\"# BEGIN Newfold WebP Existing Image Redirect\n<IfModule mod_rewrite.c>\n	RewriteEngine On\n	RewriteCond %{REQUEST_FILENAME} -f\n	RewriteCond %{REQUEST_URI} (.+)\\.(gif|bmp|jpg|jpeg|png|tiff|svg|webp)$ [NC]\n	RewriteCond %{DOCUMENT_ROOT}%1.webp -f\n	RewriteRule ^(.+)\\.(gif|bmp|jpg|jpeg|png|tiff|svg|webp)$ $1.webp [T=image/webp,E=WEBP_REDIRECT:1,L]\n</IfModule>\n# END Newfold WebP Existing Image Redirect\";s:8:\"priority\";i:300;}s:34:\"nfd.cloudflare.optimization.header\";a:2:{s:4:\"body\";s:864:\"# BEGIN Newfold CF Optimization Header\n<IfModule mod_rewrite.c>\n	RewriteEngine On\n	# Skip setting for admin/API routes\n	RewriteCond %{REQUEST_URI} !/wp-admin/       [NC]\n	RewriteCond %{REQUEST_URI} !/wp-login\\.php   [NC]\n	RewriteCond %{REQUEST_URI} !/wp-json/        [NC]\n	RewriteCond %{REQUEST_URI} !/xmlrpc\\.php     [NC]\n	RewriteCond %{REQUEST_URI} !/admin-ajax\\.php [NC]\n	# Skip if the exact cookie and value are already present\n	RewriteCond %{HTTP_COOKIE} !(^|;\\s*)nfd\\-enable\\-cf\\-opt\\=63a6825d27cab0f204d3b602 [NC]\n	# Set env var if we passed all conditions\n	RewriteRule .* - [E=CF_OPT:1]\n</IfModule>\n<IfModule mod_headers.c>\n	# Set cookie only if env var is present (i.e., exact cookie not found)\n	Header set Set-Cookie \"nfd-enable-cf-opt=63a6825d27cab0f204d3b602; path=/; Max-Age=86400; HttpOnly\" env=CF_OPT\n</IfModule>\n# END Newfold CF Optimization Header\";s:8:\"priority\";i:300;}}s:4:\"body\";s:2694:\"# BEGIN Newfold Browser Cache\n<IfModule mod_expires.c>\n	ExpiresActive On\n	ExpiresDefault \"access plus 24 hours\"\n	ExpiresByType text/html \"access plus 2 hours\"\n	ExpiresByType image/jpg \"access plus 24 hours\"\n	ExpiresByType image/jpeg \"access plus 24 hours\"\n	ExpiresByType image/gif \"access plus 24 hours\"\n	ExpiresByType image/png \"access plus 24 hours\"\n	ExpiresByType image/webp \"access plus 24 hours\"\n	ExpiresByType text/css \"access plus 24 hours\"\n	ExpiresByType text/javascript \"access plus 24 hours\"\n	ExpiresByType application/pdf \"access plus 1 week\"\n	ExpiresByType image/x-icon \"access plus 1 year\"\n</IfModule>\n# END Newfold Browser Cache\n\n# BEGIN Newfold CF Optimization Header\n<IfModule mod_rewrite.c>\n	RewriteEngine On\n	# Skip setting for admin/API routes\n	RewriteCond %{REQUEST_URI} !/wp-admin/       [NC]\n	RewriteCond %{REQUEST_URI} !/wp-login\\.php   [NC]\n	RewriteCond %{REQUEST_URI} !/wp-json/        [NC]\n	RewriteCond %{REQUEST_URI} !/xmlrpc\\.php     [NC]\n	RewriteCond %{REQUEST_URI} !/admin-ajax\\.php [NC]\n	# Skip if the exact cookie and value are already present\n	RewriteCond %{HTTP_COOKIE} !(^|;\\s*)nfd\\-enable\\-cf\\-opt\\=63a6825d27cab0f204d3b602 [NC]\n	# Set env var if we passed all conditions\n	RewriteRule .* - [E=CF_OPT:1]\n</IfModule>\n<IfModule mod_headers.c>\n	# Set cookie only if env var is present (i.e., exact cookie not found)\n	Header set Set-Cookie \"nfd-enable-cf-opt=63a6825d27cab0f204d3b602; path=/; Max-Age=86400; HttpOnly\" env=CF_OPT\n</IfModule>\n# END Newfold CF Optimization Header\n\n# BEGIN Newfold WebP Existing Image Redirect\n<IfModule mod_rewrite.c>\n	RewriteEngine On\n	RewriteCond %{REQUEST_FILENAME} -f\n	RewriteCond %{REQUEST_URI} (.+)\\.(gif|bmp|jpg|jpeg|png|tiff|svg|webp)$ [NC]\n	RewriteCond %{DOCUMENT_ROOT}%1.webp -f\n	RewriteRule ^(.+)\\.(gif|bmp|jpg|jpeg|png|tiff|svg|webp)$ $1.webp [T=image/webp,E=WEBP_REDIRECT:1,L]\n</IfModule>\n# END Newfold WebP Existing Image Redirect\n\n# BEGIN Newfold Skip 404 Handling for Static Files\n<IfModule mod_rewrite.c>\n	RewriteEngine On\n	RewriteCond %{REQUEST_FILENAME} !-f\n	RewriteCond %{REQUEST_FILENAME} !-d\n	RewriteCond %{REQUEST_URI} !(robots\\.txt|ads\\.txt|[a-z0-9_\\-]*sitemap[a-z0-9_\\.\\-]*\\.(xml|xsl|html)(\\.gz)?)\n	RewriteCond %{REQUEST_URI} \\.(css|htc|less|js|js2|js3|js4|html|htm|rtf|rtx|txt|xsd|xsl|xml|asf|asx|wax|wmv|wmx|avi|avif|avifs|bmp|class|divx|doc|docx|eot|exe|gif|gz|gzip|ico|jpg|jpeg|jpe|webp|json|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|webm|mpp|otf|_otf|odb|odc|odf|odg|odp|ods|odt|ogg|ogv|pdf|png|pot|pps|ppt|pptx|ra|ram|svg|svgz|swf|tar|tif|tiff|ttf|ttc|_ttf|wav|wma|wri|woff|woff2|xla|xls|xlsx|xlt|xlw|zip)$ [NC]\n	RewriteRule .* - [L]\n</IfModule>\n# END Newfold Skip 404 Handling for Static Files\";s:8:\"checksum\";s:64:\"2037d30eec1ce2978ab69f1a8336927d9c93dd7a510a698b698ed5ef604efcfd\";s:4:\"host\";s:21:\"aggressivegraphix.com\";s:7:\"version\";s:5:\"1.0.0\";s:9:\"updatedAt\";i:1759325094;}','auto'),(347839,'_transient_timeout_wc_child_has_weight_2076','1761072018','off'),(347840,'_transient_wc_child_has_weight_2076','0','off'),(347841,'_transient_timeout_wc_child_has_dimensions_2076','1761072018','off'),(347842,'_transient_wc_child_has_dimensions_2076','0','off'),(350769,'_wpforms_transient_timeout_splash.json','1759434881','off'),(350770,'_wpforms_transient_splash.json','1758830081','off'),(353242,'_transient_timeout_wc_child_has_weight_2097','1761380687','off'),(353243,'_transient_wc_child_has_weight_2097','0','off'),(353244,'_transient_timeout_wc_child_has_dimensions_2097','1761380687','off'),(353245,'_transient_wc_child_has_dimensions_2097','0','off'),(353345,'wpforms_corrupted_submissions','a:1:{i:1943;a:4:{i:0;a:2:{s:8:\"datetime\";s:19:\"2025-09-25 10:19:10\";s:8:\"page_url\";s:41:\"https://aggressivegraphix.com/contact-us/\";}i:1;a:2:{s:8:\"datetime\";s:19:\"2025-09-25 10:29:19\";s:8:\"page_url\";s:41:\"https://aggressivegraphix.com/contact-us/\";}i:2;a:2:{s:8:\"datetime\";s:19:\"2025-09-25 12:30:17\";s:8:\"page_url\";s:41:\"https://aggressivegraphix.com/contact-us/\";}i:3;a:2:{s:8:\"datetime\";s:19:\"2025-09-25 18:32:24\";s:8:\"page_url\";s:41:\"https://aggressivegraphix.com/contact-us/\";}}}','auto'),(353993,'_site_transient_timeout_browser_a3f57bbe21c4e30379228ad7788f224d','1759441291','off'),(353994,'_site_transient_browser_a3f57bbe21c4e30379228ad7788f224d','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"140.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'),(354013,'_transient_timeout_wc_report_orders_stats_2506eb5504082cd0661cf44a4fa77d8d','1759441297','off'),(354014,'_transient_wc_report_orders_stats_2506eb5504082cd0661cf44a4fa77d8d','a:2:{s:7:\"version\";s:10:\"1758471440\";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:-70;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:-70;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:1;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:4:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-39\";s:10:\"date_start\";s:19:\"2025-09-22 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-22 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-25 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-25 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:\"2025-38\";s:10:\"date_start\";s:19:\"2025-09-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-15 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-21 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-21 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:\"2025-37\";s:10:\"date_start\";s:19:\"2025-09-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-08 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:3;a:6:{s:8:\"interval\";s:7:\"2025-36\";s:10:\"date_start\";s:19:\"2025-09-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:-70;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:-70;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:1;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:4;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(354015,'_transient_timeout_wc_report_orders_stats_57408d88766ddead1452762bf7457274','1759441297','off'),(354016,'_transient_wc_report_orders_stats_57408d88766ddead1452762bf7457274','a:2:{s:7:\"version\";s:10:\"1758471440\";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:-70;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:-70;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:1;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:4:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-39\";s:10:\"date_start\";s:19:\"2025-09-22 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-22 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-25 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-25 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:\"2025-38\";s:10:\"date_start\";s:19:\"2025-09-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-15 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-21 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-21 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:\"2025-37\";s:10:\"date_start\";s:19:\"2025-09-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-08 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:3;a:6:{s:8:\"interval\";s:7:\"2025-36\";s:10:\"date_start\";s:19:\"2025-09-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:-70;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:-70;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:1;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:4;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(354017,'_transient_timeout_wc_report_products_stats_2d69ce0edf74cebe4bbf64e4f8eab980','1759441297','off'),(354018,'_transient_wc_report_products_stats_2d69ce0edf74cebe4bbf64e4f8eab980','a:2:{s:7:\"version\";s:10:\"1758471440\";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:\"2025-39\";s:10:\"date_start\";s:19:\"2025-09-22 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-22 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-25 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-25 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:\"2025-38\";s:10:\"date_start\";s:19:\"2025-09-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-15 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-21 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-21 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:\"2025-37\";s:10:\"date_start\";s:19:\"2025-09-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-08 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:3;a:6:{s:8:\"interval\";s:7:\"2025-36\";s:10:\"date_start\";s:19:\"2025-09-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:4;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(354019,'_transient_timeout_wc_report_variations_stats_b481a50b6bb0951415ea878e295471bf','1759441297','off'),(354020,'_transient_wc_report_variations_stats_b481a50b6bb0951415ea878e295471bf','a:2:{s:7:\"version\";s:10:\"1758471440\";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:\"2025-39\";s:10:\"date_start\";s:19:\"2025-09-22 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-22 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-25 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-25 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:\"2025-38\";s:10:\"date_start\";s:19:\"2025-09-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-15 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-21 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-21 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:\"2025-37\";s:10:\"date_start\";s:19:\"2025-09-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-08 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:3;a:6:{s:8:\"interval\";s:7:\"2025-36\";s:10:\"date_start\";s:19:\"2025-09-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:4;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(354021,'_transient_timeout_wc_report_orders_stats_8d23cabd24c178ba55836700e65d7d46','1759441297','off'),(354022,'_transient_wc_report_orders_stats_8d23cabd24c178ba55836700e65d7d46','a:2:{s:7:\"version\";s:10:\"1758471440\";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:25:{i:0;a:6:{s:8:\"interval\";s:10:\"2025-09-01\";s:10:\"date_start\";s:19:\"2025-09-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-02\";s:10:\"date_start\";s:19:\"2025-09-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-02 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-03\";s:10:\"date_start\";s:19:\"2025-09-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-03 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-04\";s:10:\"date_start\";s:19:\"2025-09-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-04 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-05\";s:10:\"date_start\";s:19:\"2025-09-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-06\";s:10:\"date_start\";s:19:\"2025-09-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-06 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-07\";s:10:\"date_start\";s:19:\"2025-09-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-07 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-08\";s:10:\"date_start\";s:19:\"2025-09-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-08 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-09\";s:10:\"date_start\";s:19:\"2025-09-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-09 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-10\";s:10:\"date_start\";s:19:\"2025-09-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-10 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-11\";s:10:\"date_start\";s:19:\"2025-09-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-11 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-12\";s:10:\"date_start\";s:19:\"2025-09-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-13\";s:10:\"date_start\";s:19:\"2025-09-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-13 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-14\";s:10:\"date_start\";s:19:\"2025-09-14 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-14 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-15\";s:10:\"date_start\";s:19:\"2025-09-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-15 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-15 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-16\";s:10:\"date_start\";s:19:\"2025-09-16 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-16 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-16 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-17\";s:10:\"date_start\";s:19:\"2025-09-17 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-17 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-17 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-18\";s:10:\"date_start\";s:19:\"2025-09-18 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-18 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-18 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-19\";s:10:\"date_start\";s:19:\"2025-09-19 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-19 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-20\";s:10:\"date_start\";s:19:\"2025-09-20 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-20 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-20 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-21\";s:10:\"date_start\";s:19:\"2025-09-21 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-21 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-21 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-22\";s:10:\"date_start\";s:19:\"2025-09-22 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-22 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-22 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-23\";s:10:\"date_start\";s:19:\"2025-09-23 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-23 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-23 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-24\";s:10:\"date_start\";s:19:\"2025-09-24 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-24 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-24 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-25\";s:10:\"date_start\";s:19:\"2025-09-25 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-25 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-25 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:{}}}}s:5:\"total\";i:25;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(354216,'_transient_timeout_wc_child_has_weight_2045','1761434837','off'),(354217,'_transient_wc_child_has_weight_2045','0','off'),(354218,'_transient_timeout_wc_child_has_dimensions_2045','1761434837','off'),(354219,'_transient_wc_child_has_dimensions_2045','0','off'),(355522,'_transient_timeout_jetpack_file_data_15.0.2','1761378623','off'),(355523,'_transient_jetpack_file_data_15.0.2','a:1:{s:32:\"3fd340ad52927afb3bbb9e98575eccfd\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}}','off'),(361061,'_transient_wc_attribute_taxonomies','a:0:{}','on'),(361062,'woocommerce_attribute_lookup_enabled','yes','auto'),(361294,'_transient_timeout_woocommerce_admin_remote_free_extensions_specs','1760059776','off'),(361295,'_transient_woocommerce_admin_remote_free_extensions_specs','a:1:{s:5:\"en_US\";a:5:{s:10:\"obw/basics\";O:8:\"stdClass\":3:{s:3:\"key\";s:10:\"obw/basics\";s:5:\"title\";s:14:\"Get the basics\";s:7:\"plugins\";a:4:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"WooPayments\";s:11:\"description\";s:154:\"Accept credit cards and other popular payment methods with <a href=\"https://woocommerce.com/products/woocommerce-payments\" target=\"_blank\">WooPayments</a>\";s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:39:{i:0;s:2:\"US\";i:1;s:2:\"PR\";i:2;s:2:\"AU\";i:3;s:2:\"CA\";i:4;s:2:\"DE\";i:5;s:2:\"ES\";i:6;s:2:\"FR\";i:7;s:2:\"GB\";i:8;s:2:\"IE\";i:9;s:2:\"IT\";i:10;s:2:\"NZ\";i:11;s:2:\"AT\";i:12;s:2:\"BE\";i:13;s:2:\"NL\";i:14;s:2:\"PL\";i:15;s:2:\"PT\";i:16;s:2:\"CH\";i:17;s:2:\"HK\";i:18;s:2:\"SG\";i:19;s:2:\"CY\";i:20;s:2:\"DK\";i:21;s:2:\"EE\";i:22;s:2:\"FI\";i:23;s:2:\"GR\";i:24;s:2:\"LU\";i:25;s:2:\"LT\";i:26;s:2:\"LV\";i:27;s:2:\"NO\";i:28;s:2:\"MT\";i:29;s:2:\"SI\";i:30;s:2:\"SK\";i:31;s:2:\"BG\";i:32;s:2:\"CZ\";i:33;s:2:\"HR\";i:34;s:2:\"HU\";i:35;s:2:\"RO\";i:36;s:2:\"SE\";i:37;s:2:\"JP\";i:38;s:2:\"AE\";}s:9:\"operation\";s:2:\"in\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"is_built_by_wc\";b:1;s:14:\"min_wp_version\";s:3:\"5.9\";s:3:\"key\";s:20:\"woocommerce-payments\";}i:1;O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"WooCommerce Shipping\";s:11:\"description\";s:119:\"Print shipping labels with <a href=\"https://woocommerce.com/products/shipping\" target=\"_blank\">WooCommerce Shipping</a>\";s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:1:{i:0;s:2:\"US\";}s:9:\"operation\";s:2:\"in\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-shipping\";}}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:13:\"product_types\";}}i:1;O:8:\"stdClass\":1:{s:3:\"use\";s:5:\"count\";}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:5:\"value\";i:1;s:7:\"default\";a:0:{}s:9:\"operation\";s:2:\"!=\";}}i:1;a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:15:\"product_types.0\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:5:\"value\";s:9:\"downloads\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:2:\"!=\";}}}}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:20:\"woocommerce-shipping\";}i:2;O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"WooCommerce Tax\";s:11:\"description\";s:111:\"Get automated sales tax with <a href=\"https://woocommerce.com/products/tax\" target=\"_blank\">WooCommerce Tax</a>\";s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:11:{i:0;s:2:\"US\";i:1;s:2:\"FR\";i:2;s:2:\"GB\";i:3;s:2:\"DE\";i:4;s:2:\"CA\";i:5;s:2:\"AU\";i:6;s:2:\"GR\";i:7;s:2:\"BE\";i:8;s:2:\"PT\";i:9;s:2:\"DK\";i:10;s:2:\"SE\";}s:9:\"operation\";s:2:\"in\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}}}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:24:\"woocommerce-services:tax\";}i:3;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"Jetpack\";s:11:\"description\";s:110:\"Enhance speed and security with <a href=\"https://woocommerce.com/products/jetpack\" target=\"_blank\">Jetpack</a>\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:7:\"jetpack\";}}}}}s:14:\"is_built_by_wc\";b:0;s:14:\"min_wp_version\";s:3:\"6.0\";s:3:\"key\";s:7:\"jetpack\";}}}s:8:\"obw/grow\";O:8:\"stdClass\":3:{s:3:\"key\";s:8:\"obw/grow\";s:5:\"title\";s:15:\"Grow your store\";s:7:\"plugins\";a:4:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"MailPoet\";s:11:\"description\";s:115:\"Level up your email marketing with <a href=\"https://woocommerce.com/products/mailpoet\" target=\"_blank\">MailPoet</a>\";s:10:\"manage_url\";s:35:\"admin.php?page=mailpoet-newsletters\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:37:\"woocommerce_remote_variant_assignment\";s:5:\"value\";a:2:{i:0;i:1;i:1;i:84;}s:7:\"default\";b:0;s:9:\"operation\";s:5:\"range\";}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:8:\"mailpoet\";}i:1;O:8:\"stdClass\":8:{s:4:\"name\";s:22:\"Google for WooCommerce\";s:11:\"description\";s:126:\"Drive sales with <a href=\"https://woocommerce.com/products/google-listings-and-ads\" target=\"_blank\">Google for WooCommerce</a>\";s:9:\"image_url\";s:94:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/google.svg\";s:10:\"manage_url\";s:46:\"admin.php?page=wc-admin&path=%2Fgoogle%2Fstart\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"google-listings-and-ads\";}}}}}s:14:\"is_built_by_wc\";b:1;s:15:\"min_php_version\";s:3:\"7.4\";s:3:\"key\";s:23:\"google-listings-and-ads\";}i:2;O:8:\"stdClass\":8:{s:4:\"name\";s:25:\"Pinterest for WooCommerce\";s:11:\"description\";s:76:\"Get your products in front of Pinners searching for ideas and things to buy.\";s:9:\"image_url\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/pinterest.png\";s:10:\"manage_url\";s:51:\"admin.php?page=wc-admin&path=%2Fpinterest%2Flanding\";s:10:\"is_visible\";b:1;s:14:\"is_built_by_wc\";b:1;s:15:\"min_php_version\";s:3:\"7.3\";s:3:\"key\";s:25:\"pinterest-for-woocommerce\";}i:3;O:8:\"stdClass\":7:{s:4:\"name\";s:24:\"Facebook for WooCommerce\";s:11:\"description\";s:141:\"List products and create ads on Facebook and Instagram with <a href=\"https://woocommerce.com/products/facebook/\">Facebook for WooCommerce</a>\";s:9:\"image_url\";s:96:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/facebook.png\";s:10:\"manage_url\";s:26:\"admin.php?page=wc-facebook\";s:10:\"is_visible\";b:0;s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:24:\"facebook-for-woocommerce\";}}}s:15:\"task-list/reach\";O:8:\"stdClass\":3:{s:3:\"key\";s:15:\"task-list/reach\";s:5:\"title\";s:22:\"Reach out to customers\";s:7:\"plugins\";a:3:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"MailPoet\";s:11:\"description\";s:111:\"Create and send purchase follow-up emails, newsletters, and promotional campaigns straight from your dashboard.\";s:9:\"image_url\";s:96:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/mailpoet.svg\";s:10:\"manage_url\";s:35:\"admin.php?page=mailpoet-newsletters\";s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:12:\"mailpoet:alt\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"Klaviyo\";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:9:\"image_url\";s:95:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/klaviyo.png\";s:10:\"manage_url\";s:31:\"admin.php?page=klaviyo_settings\";s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:11:\"klaviyo:alt\";}i:2;O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Mailchimp\";s:11:\"description\";s:78:\"Send targeted campaigns, recover abandoned carts and much more with Mailchimp.\";s:9:\"image_url\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/mailchimp.svg\";s:10:\"manage_url\";s:36:\"admin.php?page=mailchimp-woocommerce\";s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:29:\"mailchimp-for-woocommerce:alt\";}}}s:14:\"task-list/grow\";O:8:\"stdClass\":3:{s:3:\"key\";s:14:\"task-list/grow\";s:5:\"title\";s:15:\"Grow your store\";s:7:\"plugins\";a:6:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Google for WooCommerce\";s:11:\"description\";s:134:\"Reach more shoppers and drive sales for your store. Integrate with Google to list your products for free and launch paid ad campaigns.\";s:9:\"image_url\";s:94:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/google.svg\";s:10:\"manage_url\";s:46:\"admin.php?page=wc-admin&path=%2Fgoogle%2Fstart\";s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:27:\"google-listings-and-ads:alt\";}i:1;O:8:\"stdClass\":7:{s:4:\"name\";s:22:\"TikTok for WooCommerce\";s:9:\"image_url\";s:94:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/tiktok.svg\";s:11:\"description\";s:118:\"Grow your online sales by promoting your products on TikTok to over one billion monthly active users around the world.\";s:10:\"manage_url\";s:21:\"admin.php?page=tiktok\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:40:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"MX\";i:3;s:2:\"AT\";i:4;s:2:\"BE\";i:5;s:2:\"CZ\";i:6;s:2:\"DK\";i:7;s:2:\"FI\";i:8;s:2:\"FR\";i:9;s:2:\"DE\";i:10;s:2:\"GR\";i:11;s:2:\"HU\";i:12;s:2:\"IE\";i:13;s:2:\"IT\";i:14;s:2:\"NL\";i:15;s:2:\"PL\";i:16;s:2:\"PT\";i:17;s:2:\"RO\";i:18;s:2:\"ES\";i:19;s:2:\"SE\";i:20;s:2:\"GB\";i:21;s:2:\"CH\";i:22;s:2:\"NO\";i:23;s:2:\"AU\";i:24;s:2:\"NZ\";i:25;s:2:\"SG\";i:26;s:2:\"MY\";i:27;s:2:\"PH\";i:28;s:2:\"ID\";i:29;s:2:\"VN\";i:30;s:2:\"TH\";i:31;s:2:\"KR\";i:32;s:2:\"IL\";i:33;s:2:\"AE\";i:34;s:2:\"RU\";i:35;s:2:\"UA\";i:36;s:2:\"TR\";i:37;s:2:\"SA\";i:38;s:2:\"BR\";i:39;s:2:\"JP\";}s:9:\"operation\";s:2:\"in\";}}s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:19:\"tiktok-for-business\";}i:2;O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Pinterest for WooCommerce\";s:11:\"description\";s:159:\"Get your products in front of Pinterest users searching for ideas and things to buy. Get started with Pinterest and make your entire product catalog browsable.\";s:9:\"image_url\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/pinterest.png\";s:10:\"manage_url\";s:51:\"admin.php?page=wc-admin&path=%2Fpinterest%2Flanding\";s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:29:\"pinterest-for-woocommerce:alt\";}i:3;O:8:\"stdClass\":8:{s:4:\"name\";s:26:\"Meta Ads & Pixel by Kliken\";s:11:\"description\";s:150:\"Automate Facebook & Instagram marketing with Kliken. Launch ads and schedule a month of posts in 5 minutes—first 5 free! Plans start at just $20/mo.\";s:9:\"image_url\";s:94:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/kliken.svg\";s:10:\"manage_url\";s:40:\"admin.php?page=kliken-ads-pixel-for-meta\";s:14:\"is_built_by_wc\";b:0;s:16:\"install_external\";b:0;s:10:\"is_visible\";b:1;s:3:\"key\";s:29:\"kliken-ads-pixel-for-meta:alt\";}i:4;O:8:\"stdClass\":7:{s:4:\"name\";s:24:\"Facebook for WooCommerce\";s:11:\"description\";s:55:\"List products and create ads on Facebook and Instagram.\";s:9:\"image_url\";s:96:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/facebook.png\";s:10:\"manage_url\";s:26:\"admin.php?page=wc-facebook\";s:10:\"is_visible\";b:1;s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:28:\"facebook-for-woocommerce:alt\";}i:5;O:8:\"stdClass\":10:{s:4:\"name\";s:28:\"Multichannel for WooCommerce\";s:11:\"description\";s:85:\"Sync your sales data across platforms and manage everything from a unified dashboard.\";s:9:\"image_url\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/multichannel.webp\";s:10:\"manage_url\";s:28:\"admin.php?page=sales_channel\";s:14:\"is_built_by_wc\";b:0;s:16:\"install_external\";b:1;s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"9.8.0-dev\";s:8:\"operator\";s:2:\">=\";}}s:15:\"learn_more_link\";s:143:\"https://woocommerce.com/products/multichannel-by-cedcommerce-ebay-amazon-walmart-etsy-integration/?utm_source=marketing_task&utm_medium=product\";s:4:\"tags\";a:1:{i:0;s:11:\"marketplace\";}s:3:\"key\";s:27:\"multichannel-by-cedcommerce\";}}}s:17:\"obw/core-profiler\";O:8:\"stdClass\":3:{s:3:\"key\";s:17:\"obw/core-profiler\";s:5:\"title\";s:15:\"Grow your store\";s:7:\"plugins\";a:12:{i:0;O:8:\"stdClass\":11:{s:4:\"name\";s:11:\"WooPayments\";s:11:\"description\";s:54:\"Offer safe and convenient ways to pay with WooPayments\";s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:39:{i:0;s:2:\"US\";i:1;s:2:\"PR\";i:2;s:2:\"AU\";i:3;s:2:\"CA\";i:4;s:2:\"DE\";i:5;s:2:\"ES\";i:6;s:2:\"FR\";i:7;s:2:\"GB\";i:8;s:2:\"IE\";i:9;s:2:\"IT\";i:10;s:2:\"NZ\";i:11;s:2:\"AT\";i:12;s:2:\"BE\";i:13;s:2:\"NL\";i:14;s:2:\"PL\";i:15;s:2:\"PT\";i:16;s:2:\"CH\";i:17;s:2:\"HK\";i:18;s:2:\"SG\";i:19;s:2:\"CY\";i:20;s:2:\"DK\";i:21;s:2:\"EE\";i:22;s:2:\"FI\";i:23;s:2:\"GR\";i:24;s:2:\"LU\";i:25;s:2:\"LT\";i:26;s:2:\"LV\";i:27;s:2:\"NO\";i:28;s:2:\"MT\";i:29;s:2:\"SI\";i:30;s:2:\"SK\";i:31;s:2:\"BG\";i:32;s:2:\"CZ\";i:33;s:2:\"HR\";i:34;s:2:\"HU\";i:35;s:2:\"RO\";i:36;s:2:\"SE\";i:37;s:2:\"JP\";i:38;s:2:\"AE\";}s:9:\"operation\";s:2:\"in\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"is_built_by_wc\";b:1;s:14:\"min_wp_version\";s:3:\"5.9\";s:3:\"key\";s:20:\"woocommerce-payments\";s:5:\"label\";s:25:\"Get paid with WooPayments\";s:9:\"image_url\";s:120:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-woo-rebrand-2.svg\";s:15:\"learn_more_link\";s:123:\"https://woocommerce.com/products/woocommerce-payments?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:5;s:12:\"requires_jpc\";b:1;}i:1;O:8:\"stdClass\":9:{s:4:\"name\";s:20:\"WooCommerce Shipping\";s:11:\"description\";s:41:\"Print discounted USPS, UPS and DHL labels\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:20:\"woocommerce-shipping\";s:5:\"label\";s:42:\"Save on shipping with WooCommerce Shipping\";s:9:\"image_url\";s:120:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-woo-rebrand-2.svg\";s:15:\"learn_more_link\";s:114:\"https://woocommerce.com/woocommerce-shipping?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:3;}i:2;O:8:\"stdClass\":10:{s:4:\"name\";s:31:\"PayPal Payments for WooCommerce\";s:11:\"description\";s:61:\"Offer more ways to pay with this all-in-one checkout solution\";s:14:\"is_built_by_wc\";b:0;s:15:\"install_options\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"name\";s:26:\"woocommerce_paypal_branded\";s:5:\"value\";s:8:\"profiler\";}}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:39:{i:0;s:2:\"US\";i:1;s:2:\"PR\";i:2;s:2:\"AU\";i:3;s:2:\"CA\";i:4;s:2:\"DE\";i:5;s:2:\"ES\";i:6;s:2:\"FR\";i:7;s:2:\"GB\";i:8;s:2:\"IE\";i:9;s:2:\"IT\";i:10;s:2:\"NZ\";i:11;s:2:\"AT\";i:12;s:2:\"BE\";i:13;s:2:\"NL\";i:14;s:2:\"PL\";i:15;s:2:\"PT\";i:16;s:2:\"CH\";i:17;s:2:\"HK\";i:18;s:2:\"SG\";i:19;s:2:\"CY\";i:20;s:2:\"DK\";i:21;s:2:\"EE\";i:22;s:2:\"FI\";i:23;s:2:\"GR\";i:24;s:2:\"LU\";i:25;s:2:\"LT\";i:26;s:2:\"LV\";i:27;s:2:\"NO\";i:28;s:2:\"MT\";i:29;s:2:\"SI\";i:30;s:2:\"SK\";i:31;s:2:\"BG\";i:32;s:2:\"CZ\";i:33;s:2:\"HR\";i:34;s:2:\"HU\";i:35;s:2:\"RO\";i:36;s:2:\"SE\";i:37;s:2:\"JP\";i:38;s:2:\"AE\";}s:9:\"operation\";s:3:\"!in\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:10:\"9.8.0-rc.1\";s:8:\"operator\";s:2:\">=\";}}s:3:\"key\";s:27:\"woocommerce-paypal-payments\";s:5:\"label\";s:41:\"Maximize conversions with PayPal Payments\";s:9:\"image_url\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-paypal.svg\";s:15:\"learn_more_link\";s:130:\"https://woocommerce.com/products/woocommerce-paypal-payments?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:5;}i:3;O:8:\"stdClass\":9:{s:4:\"name\";s:31:\"PayPal Payments for WooCommerce\";s:11:\"description\";s:60:\"Offer additional flexible payment options with PayPal Wallet\";s:14:\"is_built_by_wc\";b:0;s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:39:{i:0;s:2:\"US\";i:1;s:2:\"PR\";i:2;s:2:\"AU\";i:3;s:2:\"CA\";i:4;s:2:\"DE\";i:5;s:2:\"ES\";i:6;s:2:\"FR\";i:7;s:2:\"GB\";i:8;s:2:\"IE\";i:9;s:2:\"IT\";i:10;s:2:\"NZ\";i:11;s:2:\"AT\";i:12;s:2:\"BE\";i:13;s:2:\"NL\";i:14;s:2:\"PL\";i:15;s:2:\"PT\";i:16;s:2:\"CH\";i:17;s:2:\"HK\";i:18;s:2:\"SG\";i:19;s:2:\"CY\";i:20;s:2:\"DK\";i:21;s:2:\"EE\";i:22;s:2:\"FI\";i:23;s:2:\"GR\";i:24;s:2:\"LU\";i:25;s:2:\"LT\";i:26;s:2:\"LV\";i:27;s:2:\"NO\";i:28;s:2:\"MT\";i:29;s:2:\"SI\";i:30;s:2:\"SK\";i:31;s:2:\"BG\";i:32;s:2:\"CZ\";i:33;s:2:\"HR\";i:34;s:2:\"HU\";i:35;s:2:\"RO\";i:36;s:2:\"SE\";i:37;s:2:\"JP\";i:38;s:2:\"AE\";}s:9:\"operation\";s:2:\"in\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:10:\"9.8.0-rc.1\";s:8:\"operator\";s:2:\">=\";}}s:3:\"key\";s:39:\"woocommerce-paypal-payments:wallet-only\";s:5:\"label\";s:38:\"Give shoppers a variety of ways to pay\";s:9:\"image_url\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-paypal.svg\";s:15:\"learn_more_link\";s:130:\"https://woocommerce.com/products/woocommerce-paypal-payments?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:5;}i:4;O:8:\"stdClass\":11:{s:4:\"name\";s:7:\"Jetpack\";s:11:\"description\";s:53:\"Keep your store online with full security and backups\";s:10:\"is_visible\";b:1;s:14:\"is_built_by_wc\";b:0;s:14:\"min_wp_version\";s:3:\"6.0\";s:3:\"key\";s:7:\"jetpack\";s:5:\"label\";s:49:\"Protect your store and your shoppers with Jetpack\";s:9:\"image_url\";s:114:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-jetpack.svg\";s:15:\"learn_more_link\";s:110:\"https://woocommerce.com/products/jetpack?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:8;s:12:\"requires_jpc\";b:1;}i:5;O:8:\"stdClass\":11:{s:4:\"name\";s:25:\"Pinterest for WooCommerce\";s:11:\"description\";s:55:\"Get your products in front of a highly engaged audience\";s:9:\"image_url\";s:116:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-pinterest.svg\";s:10:\"manage_url\";s:51:\"admin.php?page=wc-admin&path=%2Fpinterest%2Flanding\";s:10:\"is_visible\";b:1;s:14:\"is_built_by_wc\";b:1;s:15:\"min_php_version\";s:3:\"7.3\";s:3:\"key\";s:25:\"pinterest-for-woocommerce\";s:5:\"label\";s:37:\"Showcase your products with Pinterest\";s:15:\"learn_more_link\";s:128:\"https://woocommerce.com/products/pinterest-for-woocommerce?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:2;}i:6;O:8:\"stdClass\":10:{s:4:\"name\";s:8:\"MailPoet\";s:11:\"description\";s:58:\"Attract and retain shoppers with email marketing campaigns\";s:10:\"manage_url\";s:35:\"admin.php?page=mailpoet-newsletters\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:37:\"woocommerce_remote_variant_assignment\";s:5:\"value\";a:2:{i:0;i:1;i:1;i:84;}s:7:\"default\";b:0;s:9:\"operation\";s:5:\"range\";}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:8:\"mailpoet\";s:5:\"label\";s:34:\"Reach your customers with MailPoet\";s:9:\"image_url\";s:115:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-mailpoet.svg\";s:15:\"learn_more_link\";s:111:\"https://woocommerce.com/products/mailpoet?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:7;}i:7;O:8:\"stdClass\":10:{s:4:\"name\";s:7:\"Klaviyo\";s:11:\"description\";s:56:\"Build personalized email and SMS campaigns using Klaviyo\";s:9:\"image_url\";s:95:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/klaviyo.png\";s:10:\"manage_url\";s:31:\"admin.php?page=klaviyo_settings\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:37:\"woocommerce_remote_variant_assignment\";s:5:\"value\";a:2:{i:0;i:85;i:1;i:120;}s:7:\"default\";b:0;s:9:\"operation\";s:5:\"range\";}}s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:7:\"klaviyo\";s:5:\"label\";s:7:\"Klaviyo\";s:15:\"learn_more_link\";s:126:\"https://woocommerce.com/products/klaviyo-for-woocommerce?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:7;}i:8;O:8:\"stdClass\":11:{s:4:\"name\";s:22:\"Google for WooCommerce\";s:11:\"description\";s:57:\"Create ads for your products straight from your dashboard\";s:9:\"image_url\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-google.svg\";s:10:\"manage_url\";s:46:\"admin.php?page=wc-admin&path=%2Fgoogle%2Fstart\";s:10:\"is_visible\";b:1;s:14:\"is_built_by_wc\";b:1;s:15:\"min_php_version\";s:3:\"7.4\";s:3:\"key\";s:23:\"google-listings-and-ads\";s:5:\"label\";s:39:\"Drive sales with Google for WooCommerce\";s:15:\"learn_more_link\";s:126:\"https://woocommerce.com/products/google-listings-and-ads?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:6;}i:9;O:8:\"stdClass\":9:{s:4:\"name\";s:15:\"WooCommerce Tax\";s:11:\"description\";s:62:\"Automatically calculate how much sales tax should be collected\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:11:{i:0;s:2:\"US\";i:1;s:2:\"FR\";i:2;s:2:\"GB\";i:3;s:2:\"DE\";i:4;s:2:\"CA\";i:5;s:2:\"AU\";i:6;s:2:\"GR\";i:7;s:2:\"BE\";i:8;s:2:\"PT\";i:9;s:2:\"DK\";i:10;s:2:\"SE\";}s:9:\"operation\";s:2:\"in\";}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:24:\"woocommerce-services:tax\";s:5:\"label\";s:44:\"Get automated tax rates with WooCommerce Tax\";s:9:\"image_url\";s:120:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-woo-rebrand-2.svg\";s:15:\"learn_more_link\";s:106:\"https://woocommerce.com/products/tax?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:4;}i:10;O:8:\"stdClass\":10:{s:4:\"name\";s:22:\"TikTok for WooCommerce\";s:9:\"image_url\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-tiktok.svg\";s:11:\"description\";s:59:\"Sync your store with TikTok to create engaging ad campaigns\";s:10:\"manage_url\";s:21:\"admin.php?page=tiktok\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:40:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"MX\";i:3;s:2:\"AT\";i:4;s:2:\"BE\";i:5;s:2:\"CZ\";i:6;s:2:\"DK\";i:7;s:2:\"FI\";i:8;s:2:\"FR\";i:9;s:2:\"DE\";i:10;s:2:\"GR\";i:11;s:2:\"HU\";i:12;s:2:\"IE\";i:13;s:2:\"IT\";i:14;s:2:\"NL\";i:15;s:2:\"PL\";i:16;s:2:\"PT\";i:17;s:2:\"RO\";i:18;s:2:\"ES\";i:19;s:2:\"SE\";i:20;s:2:\"GB\";i:21;s:2:\"CH\";i:22;s:2:\"NO\";i:23;s:2:\"AU\";i:24;s:2:\"NZ\";i:25;s:2:\"SG\";i:26;s:2:\"MY\";i:27;s:2:\"PH\";i:28;s:2:\"ID\";i:29;s:2:\"VN\";i:30;s:2:\"TH\";i:31;s:2:\"KR\";i:32;s:2:\"IL\";i:33;s:2:\"AE\";i:34;s:2:\"RU\";i:35;s:2:\"UA\";i:36;s:2:\"TR\";i:37;s:2:\"SA\";i:38;s:2:\"BR\";i:39;s:2:\"JP\";}s:9:\"operation\";s:2:\"in\";}}s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:19:\"tiktok-for-business\";s:5:\"label\";s:31:\"Create ad campaigns with TikTok\";s:15:\"learn_more_link\";s:125:\"https://woocommerce.com/products/tiktok-for-woocommerce?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:1;}i:11;O:8:\"stdClass\":10:{s:4:\"name\";s:29:\"Print on Demand with Printful\";s:9:\"image_url\";s:115:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-printful.png\";s:11:\"description\";s:65:\"Design and easily sell custom print products online with Printful\";s:10:\"manage_url\";s:0:\"\";s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:9:{i:0;s:2:\"AU\";i:1;s:2:\"GB\";i:2;s:2:\"CA\";i:3;s:2:\"ES\";i:4;s:2:\"DE\";i:5;s:2:\"FR\";i:6;s:2:\"NL\";i:7;s:2:\"BE\";i:8;s:2:\"LU\";}s:9:\"operation\";s:2:\"in\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:10:\"industry.0\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:5:\"value\";s:24:\"clothing_and_accessories\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:33:\"printful-shipping-for-woocommerce\";s:5:\"label\";s:29:\"Print on Demand with Printful\";s:15:\"learn_more_link\";s:111:\"https://woocommerce.com/products/printful?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:9;}}}}}','off'),(361903,'_transient_timeout_jetpack_https_test_message','1759589406','off'),(361904,'_transient_jetpack_https_test_message','','off'),(362134,'_site_transient_timeout_php_check_76d2cd2a5eb29facccd351abf19ed9c8','1759848357','off'),(362135,'_site_transient_php_check_76d2cd2a5eb29facccd351abf19ed9c8','a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','off'),(362154,'_transient_timeout_wc_report_orders_stats_8f36f1d6eb5a47b033c1c37755f9bbc1','1759848361','off'),(362155,'_transient_wc_report_orders_stats_8f36f1d6eb5a47b033c1c37755f9bbc1','a:2:{s:7:\"version\";s:10:\"1759228305\";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:-70;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:-70;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:1;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:5:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-40\";s:10:\"date_start\";s:19:\"2025-09-29 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-29 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-30 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-39\";s:10:\"date_start\";s:19:\"2025-09-22 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-22 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-28 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-28 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:\"2025-38\";s:10:\"date_start\";s:19:\"2025-09-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-15 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-21 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-21 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:\"2025-37\";s:10:\"date_start\";s:19:\"2025-09-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-08 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:4;a:6:{s:8:\"interval\";s:7:\"2025-36\";s:10:\"date_start\";s:19:\"2025-09-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:-70;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:-70;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:1;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:5;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(362156,'_transient_timeout_wc_report_orders_stats_9d82a4ec9e9e0158c1921dd8ce59b600','1759848361','off'),(362157,'_transient_wc_report_orders_stats_9d82a4ec9e9e0158c1921dd8ce59b600','a:2:{s:7:\"version\";s:10:\"1759228305\";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:-70;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:-70;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:1;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:5:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-40\";s:10:\"date_start\";s:19:\"2025-09-29 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-29 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-30 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-39\";s:10:\"date_start\";s:19:\"2025-09-22 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-22 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-28 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-28 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:\"2025-38\";s:10:\"date_start\";s:19:\"2025-09-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-15 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-21 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-21 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:\"2025-37\";s:10:\"date_start\";s:19:\"2025-09-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-08 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:4;a:6:{s:8:\"interval\";s:7:\"2025-36\";s:10:\"date_start\";s:19:\"2025-09-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:-70;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:-70;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:1;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:5;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(362158,'_transient_timeout_wc_report_products_stats_a243c88cdde1c00674ba245d79f290c4','1759848361','off'),(362159,'_transient_wc_report_products_stats_a243c88cdde1c00674ba245d79f290c4','a:2:{s:7:\"version\";s:10:\"1759228305\";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:\"2025-40\";s:10:\"date_start\";s:19:\"2025-09-29 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-29 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-30 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-39\";s:10:\"date_start\";s:19:\"2025-09-22 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-22 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-28 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-28 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:\"2025-38\";s:10:\"date_start\";s:19:\"2025-09-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-15 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-21 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-21 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:\"2025-37\";s:10:\"date_start\";s:19:\"2025-09-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-08 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:4;a:6:{s:8:\"interval\";s:7:\"2025-36\";s:10:\"date_start\";s:19:\"2025-09-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:5;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(362162,'_transient_timeout_wc_report_variations_stats_778a0dd4de964e6332fb8b16929e9df5','1759848361','off'),(362163,'_transient_wc_report_variations_stats_778a0dd4de964e6332fb8b16929e9df5','a:2:{s:7:\"version\";s:10:\"1759228305\";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:\"2025-40\";s:10:\"date_start\";s:19:\"2025-09-29 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-29 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-30 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-39\";s:10:\"date_start\";s:19:\"2025-09-22 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-22 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-28 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-28 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:\"2025-38\";s:10:\"date_start\";s:19:\"2025-09-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-15 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-21 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-21 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:\"2025-37\";s:10:\"date_start\";s:19:\"2025-09-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-08 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:4;a:6:{s:8:\"interval\";s:7:\"2025-36\";s:10:\"date_start\";s:19:\"2025-09-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:5;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(362164,'_transient_timeout_wc_report_orders_stats_49a2d5ecec55f2b926e599905123ac53','1759848361','off'),(362165,'_transient_wc_report_orders_stats_49a2d5ecec55f2b926e599905123ac53','a:2:{s:7:\"version\";s:10:\"1759228305\";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:\"2025-09-01\";s:10:\"date_start\";s:19:\"2025-09-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-02\";s:10:\"date_start\";s:19:\"2025-09-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-02 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-03\";s:10:\"date_start\";s:19:\"2025-09-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-03 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-04\";s:10:\"date_start\";s:19:\"2025-09-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-04 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-05\";s:10:\"date_start\";s:19:\"2025-09-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-06\";s:10:\"date_start\";s:19:\"2025-09-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-06 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-07\";s:10:\"date_start\";s:19:\"2025-09-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-07 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-08\";s:10:\"date_start\";s:19:\"2025-09-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-08 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-09\";s:10:\"date_start\";s:19:\"2025-09-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-09 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-10\";s:10:\"date_start\";s:19:\"2025-09-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-10 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-11\";s:10:\"date_start\";s:19:\"2025-09-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-11 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-12\";s:10:\"date_start\";s:19:\"2025-09-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-13\";s:10:\"date_start\";s:19:\"2025-09-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-13 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-14\";s:10:\"date_start\";s:19:\"2025-09-14 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-14 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-15\";s:10:\"date_start\";s:19:\"2025-09-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-15 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-15 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-16\";s:10:\"date_start\";s:19:\"2025-09-16 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-16 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-16 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-17\";s:10:\"date_start\";s:19:\"2025-09-17 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-17 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-17 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-18\";s:10:\"date_start\";s:19:\"2025-09-18 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-18 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-18 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-19\";s:10:\"date_start\";s:19:\"2025-09-19 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-19 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-20\";s:10:\"date_start\";s:19:\"2025-09-20 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-20 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-20 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-21\";s:10:\"date_start\";s:19:\"2025-09-21 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-21 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-21 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-22\";s:10:\"date_start\";s:19:\"2025-09-22 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-22 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-22 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-23\";s:10:\"date_start\";s:19:\"2025-09-23 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-23 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-23 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-24\";s:10:\"date_start\";s:19:\"2025-09-24 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-24 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-24 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-25\";s:10:\"date_start\";s:19:\"2025-09-25 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-25 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-25 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-26\";s:10:\"date_start\";s:19:\"2025-09-26 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-26 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-26 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-27\";s:10:\"date_start\";s:19:\"2025-09-27 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-27 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-27 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-28\";s:10:\"date_start\";s:19:\"2025-09-28 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-28 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-28 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-29\";s:10:\"date_start\";s:19:\"2025-09-29 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-29 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-29 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:\"2025-09-30\";s:10:\"date_start\";s:19:\"2025-09-30 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-30 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-30 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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'),(362323,'_transient_timeout_jetpack_a8c_data','1759856919','off'),(362324,'_transient_jetpack_a8c_data','a:4:{s:4:\"a12s\";i:1468;s:9:\"countries\";i:82;s:9:\"languages\";s:3:\"109\";s:16:\"featured_plugins\";a:4:{i:0;s:11:\"woocommerce\";i:1;s:14:\"wp-super-cache\";i:2;s:14:\"wp-job-manager\";i:3;s:15:\"co-authors-plus\";}}','off'),(362331,'_transient_timeout_wc_report_customers_e813018814fa32c55884693191619364','1759856925','off'),(362332,'_transient_wc_report_customers_e813018814fa32c55884693191619364','a:2:{s:7:\"version\";s:10:\"1759251103\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:15:{s:2:\"id\";i:39;s:7:\"user_id\";i:0;s:8:\"username\";s:0:\"\";s:4:\"name\";s:10:\"John Smith\";s:5:\"email\";s:36:\"johnsmith009@storebotmail.joonix.net\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:12:\"coral gables\";s:5:\"state\";s:2:\"FL\";s:8:\"postcode\";s:5:\"33134\";s:15:\"date_registered\";N;s:16:\"date_last_active\";s:19:\"2025-09-18 05:28: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'),(362589,'woocommerce_paypal_payments_bcdc_migration_override','1','auto'),(362590,'_transient_timeout_ppcp-paypal-pui-status-cachepui_status_cache','1761853773','off'),(362591,'_transient_ppcp-paypal-pui-status-cachepui_status_cache','no','off'),(362592,'_transient_timeout_ppcp_has_ppec_subscriptions','1761853773','off'),(362593,'_transient_ppcp_has_ppec_subscriptions','false','off'),(362623,'_transient_timeout_ppcp-reference-transaction-status-cacheppcp_reference_transaction_enabled','1761854211','off'),(362624,'_transient_ppcp-reference-transaction-status-cacheppcp_reference_transaction_enabled','1','off'),(362677,'_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-6.8.3.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-6.8.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.8.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.8.3-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.8.3\";s:7:\"version\";s:5:\"6.8.3\";s:11:\"php_version\";s:6:\"7.2.24\";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:1759477940;s:15:\"version_checked\";s:5:\"6.8.3\";s:12:\"translations\";a:0:{}}','off'),(362683,'nfd_module_onboarding_compatibility_results','a:2:{s:6:\"status\";s:10:\"compatible\";s:9:\"timestamp\";s:19:\"2025-09-30 20:50:06\";}','auto'),(363762,'_transient_timeout_wc_report_orders_stats_5ffff623715642d817036fd2af5798f7','1759957964','off'),(363763,'_transient_wc_report_orders_stats_5ffff623715642d817036fd2af5798f7','a:2:{s:7:\"version\";s:10:\"1759351486\";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:1:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-40\";s:10:\"date_start\";s:19:\"2025-10-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-10-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-10-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-10-01 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:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(363764,'_transient_timeout_wc_report_orders_stats_dab540249a5fec96ea7b334ca08e4b91','1759957964','off'),(363765,'_transient_wc_report_orders_stats_dab540249a5fec96ea7b334ca08e4b91','a:2:{s:7:\"version\";s:10:\"1759351486\";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:1:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-40\";s:10:\"date_start\";s:19:\"2025-10-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-10-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-10-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-10-01 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:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(363766,'_transient_timeout_wc_report_products_stats_0de973daccb4c626e243b1cb34959413','1759957964','off'),(363767,'_transient_wc_report_products_stats_0de973daccb4c626e243b1cb34959413','a:2:{s:7:\"version\";s:10:\"1759351486\";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:1:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-40\";s:10:\"date_start\";s:19:\"2025-10-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-10-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-10-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-10-01 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:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(363768,'_transient_timeout_wc_report_variations_stats_ec9c2c0983b53b5acac5a31306ed62e4','1759957964','off'),(363769,'_transient_wc_report_variations_stats_ec9c2c0983b53b5acac5a31306ed62e4','a:2:{s:7:\"version\";s:10:\"1759351486\";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:1:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-40\";s:10:\"date_start\";s:19:\"2025-10-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-10-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-10-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-10-01 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:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(363770,'_transient_timeout_wc_report_orders_stats_e8fd0fbfe40b1e0861b0fb6e4f0cc34a','1759957964','off'),(363771,'_transient_wc_report_orders_stats_e8fd0fbfe40b1e0861b0fb6e4f0cc34a','a:2:{s:7:\"version\";s:10:\"1759351486\";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:7:{i:0;a:6:{s:8:\"interval\";s:10:\"2025-09-25\";s:10:\"date_start\";s:19:\"2025-09-25 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-25 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-25 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:1;a:6:{s:8:\"interval\";s:10:\"2025-09-26\";s:10:\"date_start\";s:19:\"2025-09-26 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-26 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-26 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:2;a:6:{s:8:\"interval\";s:10:\"2025-09-27\";s:10:\"date_start\";s:19:\"2025-09-27 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-27 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-27 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:3;a:6:{s:8:\"interval\";s:10:\"2025-09-28\";s:10:\"date_start\";s:19:\"2025-09-28 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-28 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-28 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:4;a:6:{s:8:\"interval\";s:10:\"2025-09-29\";s:10:\"date_start\";s:19:\"2025-09-29 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-29 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-29 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:5;a:6:{s:8:\"interval\";s:10:\"2025-09-30\";s:10:\"date_start\";s:19:\"2025-09-30 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-30 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-30 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2025-10-01\";s:10:\"date_start\";s:19:\"2025-10-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-10-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-10-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-10-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:{}}}}s:5:\"total\";i:7;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(363820,'wp_1_wc_regenerate_images_batch_0d806c0454e73475de40a89b82364281','a:737:{i:9;a:1:{s:13:\"attachment_id\";s:4:\"3653\";}i:10;a:1:{s:13:\"attachment_id\";s:4:\"3652\";}i:11;a:1:{s:13:\"attachment_id\";s:4:\"3651\";}i:12;a:1:{s:13:\"attachment_id\";s:4:\"3650\";}i:13;a:1:{s:13:\"attachment_id\";s:4:\"3649\";}i:14;a:1:{s:13:\"attachment_id\";s:4:\"3648\";}i:15;a:1:{s:13:\"attachment_id\";s:4:\"3647\";}i:16;a:1:{s:13:\"attachment_id\";s:4:\"3646\";}i:17;a:1:{s:13:\"attachment_id\";s:4:\"3645\";}i:18;a:1:{s:13:\"attachment_id\";s:4:\"3644\";}i:19;a:1:{s:13:\"attachment_id\";s:4:\"3643\";}i:20;a:1:{s:13:\"attachment_id\";s:4:\"3642\";}i:21;a:1:{s:13:\"attachment_id\";s:4:\"3641\";}i:22;a:1:{s:13:\"attachment_id\";s:4:\"3640\";}i:23;a:1:{s:13:\"attachment_id\";s:4:\"3639\";}i:24;a:1:{s:13:\"attachment_id\";s:4:\"3638\";}i:25;a:1:{s:13:\"attachment_id\";s:4:\"3637\";}i:26;a:1:{s:13:\"attachment_id\";s:4:\"3635\";}i:27;a:1:{s:13:\"attachment_id\";s:4:\"3634\";}i:28;a:1:{s:13:\"attachment_id\";s:4:\"3633\";}i:29;a:1:{s:13:\"attachment_id\";s:4:\"3632\";}i:30;a:1:{s:13:\"attachment_id\";s:4:\"3631\";}i:31;a:1:{s:13:\"attachment_id\";s:4:\"3630\";}i:32;a:1:{s:13:\"attachment_id\";s:4:\"3629\";}i:33;a:1:{s:13:\"attachment_id\";s:4:\"3628\";}i:34;a:1:{s:13:\"attachment_id\";s:4:\"3627\";}i:35;a:1:{s:13:\"attachment_id\";s:4:\"3626\";}i:36;a:1:{s:13:\"attachment_id\";s:4:\"3625\";}i:37;a:1:{s:13:\"attachment_id\";s:4:\"3624\";}i:38;a:1:{s:13:\"attachment_id\";s:4:\"3623\";}i:39;a:1:{s:13:\"attachment_id\";s:4:\"3622\";}i:40;a:1:{s:13:\"attachment_id\";s:4:\"3621\";}i:41;a:1:{s:13:\"attachment_id\";s:4:\"3620\";}i:42;a:1:{s:13:\"attachment_id\";s:4:\"3619\";}i:43;a:1:{s:13:\"attachment_id\";s:4:\"3618\";}i:44;a:1:{s:13:\"attachment_id\";s:4:\"3617\";}i:45;a:1:{s:13:\"attachment_id\";s:4:\"3616\";}i:46;a:1:{s:13:\"attachment_id\";s:4:\"3615\";}i:47;a:1:{s:13:\"attachment_id\";s:4:\"3614\";}i:48;a:1:{s:13:\"attachment_id\";s:4:\"3613\";}i:49;a:1:{s:13:\"attachment_id\";s:4:\"3612\";}i:50;a:1:{s:13:\"attachment_id\";s:4:\"3611\";}i:51;a:1:{s:13:\"attachment_id\";s:4:\"3610\";}i:52;a:1:{s:13:\"attachment_id\";s:4:\"3609\";}i:53;a:1:{s:13:\"attachment_id\";s:4:\"3608\";}i:54;a:1:{s:13:\"attachment_id\";s:4:\"3607\";}i:55;a:1:{s:13:\"attachment_id\";s:4:\"3606\";}i:56;a:1:{s:13:\"attachment_id\";s:4:\"3605\";}i:57;a:1:{s:13:\"attachment_id\";s:4:\"3604\";}i:58;a:1:{s:13:\"attachment_id\";s:4:\"3603\";}i:59;a:1:{s:13:\"attachment_id\";s:4:\"3602\";}i:60;a:1:{s:13:\"attachment_id\";s:4:\"3601\";}i:61;a:1:{s:13:\"attachment_id\";s:4:\"3600\";}i:62;a:1:{s:13:\"attachment_id\";s:4:\"3599\";}i:63;a:1:{s:13:\"attachment_id\";s:4:\"3598\";}i:64;a:1:{s:13:\"attachment_id\";s:4:\"3597\";}i:65;a:1:{s:13:\"attachment_id\";s:4:\"3596\";}i:66;a:1:{s:13:\"attachment_id\";s:4:\"3595\";}i:67;a:1:{s:13:\"attachment_id\";s:4:\"3594\";}i:68;a:1:{s:13:\"attachment_id\";s:4:\"3593\";}i:69;a:1:{s:13:\"attachment_id\";s:4:\"3592\";}i:70;a:1:{s:13:\"attachment_id\";s:4:\"3591\";}i:71;a:1:{s:13:\"attachment_id\";s:4:\"3590\";}i:72;a:1:{s:13:\"attachment_id\";s:4:\"3589\";}i:73;a:1:{s:13:\"attachment_id\";s:4:\"3588\";}i:74;a:1:{s:13:\"attachment_id\";s:4:\"3587\";}i:75;a:1:{s:13:\"attachment_id\";s:4:\"3586\";}i:76;a:1:{s:13:\"attachment_id\";s:4:\"3585\";}i:77;a:1:{s:13:\"attachment_id\";s:4:\"3584\";}i:78;a:1:{s:13:\"attachment_id\";s:4:\"3583\";}i:79;a:1:{s:13:\"attachment_id\";s:4:\"3581\";}i:80;a:1:{s:13:\"attachment_id\";s:4:\"3580\";}i:81;a:1:{s:13:\"attachment_id\";s:4:\"3579\";}i:82;a:1:{s:13:\"attachment_id\";s:4:\"3578\";}i:83;a:1:{s:13:\"attachment_id\";s:4:\"3577\";}i:84;a:1:{s:13:\"attachment_id\";s:4:\"3575\";}i:85;a:1:{s:13:\"attachment_id\";s:4:\"3574\";}i:86;a:1:{s:13:\"attachment_id\";s:4:\"3573\";}i:87;a:1:{s:13:\"attachment_id\";s:4:\"3572\";}i:88;a:1:{s:13:\"attachment_id\";s:4:\"3553\";}i:89;a:1:{s:13:\"attachment_id\";s:4:\"3496\";}i:90;a:1:{s:13:\"attachment_id\";s:4:\"3495\";}i:91;a:1:{s:13:\"attachment_id\";s:4:\"3494\";}i:92;a:1:{s:13:\"attachment_id\";s:4:\"3493\";}i:93;a:1:{s:13:\"attachment_id\";s:4:\"3492\";}i:94;a:1:{s:13:\"attachment_id\";s:4:\"3491\";}i:95;a:1:{s:13:\"attachment_id\";s:4:\"3490\";}i:96;a:1:{s:13:\"attachment_id\";s:4:\"3489\";}i:97;a:1:{s:13:\"attachment_id\";s:4:\"3488\";}i:98;a:1:{s:13:\"attachment_id\";s:4:\"3487\";}i:99;a:1:{s:13:\"attachment_id\";s:4:\"3486\";}i:100;a:1:{s:13:\"attachment_id\";s:4:\"3485\";}i:101;a:1:{s:13:\"attachment_id\";s:4:\"3484\";}i:102;a:1:{s:13:\"attachment_id\";s:4:\"3468\";}i:103;a:1:{s:13:\"attachment_id\";s:4:\"3466\";}i:104;a:1:{s:13:\"attachment_id\";s:4:\"3428\";}i:105;a:1:{s:13:\"attachment_id\";s:4:\"3414\";}i:106;a:1:{s:13:\"attachment_id\";s:4:\"3412\";}i:107;a:1:{s:13:\"attachment_id\";s:4:\"3411\";}i:108;a:1:{s:13:\"attachment_id\";s:4:\"3410\";}i:109;a:1:{s:13:\"attachment_id\";s:4:\"3277\";}i:110;a:1:{s:13:\"attachment_id\";s:4:\"3276\";}i:111;a:1:{s:13:\"attachment_id\";s:4:\"3275\";}i:112;a:1:{s:13:\"attachment_id\";s:4:\"3272\";}i:113;a:1:{s:13:\"attachment_id\";s:4:\"3271\";}i:114;a:1:{s:13:\"attachment_id\";s:4:\"3270\";}i:115;a:1:{s:13:\"attachment_id\";s:4:\"3269\";}i:116;a:1:{s:13:\"attachment_id\";s:4:\"3268\";}i:117;a:1:{s:13:\"attachment_id\";s:4:\"3267\";}i:118;a:1:{s:13:\"attachment_id\";s:4:\"3266\";}i:119;a:1:{s:13:\"attachment_id\";s:4:\"3265\";}i:120;a:1:{s:13:\"attachment_id\";s:4:\"3252\";}i:121;a:1:{s:13:\"attachment_id\";s:4:\"3180\";}i:122;a:1:{s:13:\"attachment_id\";s:4:\"3179\";}i:123;a:1:{s:13:\"attachment_id\";s:4:\"3178\";}i:124;a:1:{s:13:\"attachment_id\";s:4:\"3177\";}i:125;a:1:{s:13:\"attachment_id\";s:4:\"3176\";}i:126;a:1:{s:13:\"attachment_id\";s:4:\"3175\";}i:127;a:1:{s:13:\"attachment_id\";s:4:\"3174\";}i:128;a:1:{s:13:\"attachment_id\";s:4:\"3173\";}i:129;a:1:{s:13:\"attachment_id\";s:4:\"3172\";}i:130;a:1:{s:13:\"attachment_id\";s:4:\"3171\";}i:131;a:1:{s:13:\"attachment_id\";s:4:\"3170\";}i:132;a:1:{s:13:\"attachment_id\";s:4:\"3169\";}i:133;a:1:{s:13:\"attachment_id\";s:4:\"3167\";}i:134;a:1:{s:13:\"attachment_id\";s:4:\"3166\";}i:135;a:1:{s:13:\"attachment_id\";s:4:\"3165\";}i:136;a:1:{s:13:\"attachment_id\";s:4:\"3163\";}i:137;a:1:{s:13:\"attachment_id\";s:4:\"3162\";}i:138;a:1:{s:13:\"attachment_id\";s:4:\"3161\";}i:139;a:1:{s:13:\"attachment_id\";s:4:\"3160\";}i:140;a:1:{s:13:\"attachment_id\";s:4:\"3159\";}i:141;a:1:{s:13:\"attachment_id\";s:4:\"3158\";}i:142;a:1:{s:13:\"attachment_id\";s:4:\"3157\";}i:143;a:1:{s:13:\"attachment_id\";s:4:\"3156\";}i:144;a:1:{s:13:\"attachment_id\";s:4:\"3155\";}i:145;a:1:{s:13:\"attachment_id\";s:4:\"3154\";}i:146;a:1:{s:13:\"attachment_id\";s:4:\"3153\";}i:147;a:1:{s:13:\"attachment_id\";s:4:\"3148\";}i:148;a:1:{s:13:\"attachment_id\";s:4:\"3147\";}i:149;a:1:{s:13:\"attachment_id\";s:4:\"3146\";}i:150;a:1:{s:13:\"attachment_id\";s:4:\"3145\";}i:151;a:1:{s:13:\"attachment_id\";s:4:\"3143\";}i:152;a:1:{s:13:\"attachment_id\";s:4:\"3142\";}i:153;a:1:{s:13:\"attachment_id\";s:4:\"3141\";}i:154;a:1:{s:13:\"attachment_id\";s:4:\"3140\";}i:155;a:1:{s:13:\"attachment_id\";s:4:\"3139\";}i:156;a:1:{s:13:\"attachment_id\";s:4:\"3138\";}i:157;a:1:{s:13:\"attachment_id\";s:4:\"3137\";}i:158;a:1:{s:13:\"attachment_id\";s:4:\"3136\";}i:159;a:1:{s:13:\"attachment_id\";s:4:\"3135\";}i:160;a:1:{s:13:\"attachment_id\";s:4:\"3134\";}i:161;a:1:{s:13:\"attachment_id\";s:4:\"3133\";}i:162;a:1:{s:13:\"attachment_id\";s:4:\"3132\";}i:163;a:1:{s:13:\"attachment_id\";s:4:\"3131\";}i:164;a:1:{s:13:\"attachment_id\";s:4:\"3130\";}i:165;a:1:{s:13:\"attachment_id\";s:4:\"3129\";}i:166;a:1:{s:13:\"attachment_id\";s:4:\"3128\";}i:167;a:1:{s:13:\"attachment_id\";s:4:\"3127\";}i:168;a:1:{s:13:\"attachment_id\";s:4:\"3126\";}i:169;a:1:{s:13:\"attachment_id\";s:4:\"3125\";}i:170;a:1:{s:13:\"attachment_id\";s:4:\"3124\";}i:171;a:1:{s:13:\"attachment_id\";s:4:\"3123\";}i:172;a:1:{s:13:\"attachment_id\";s:4:\"3122\";}i:173;a:1:{s:13:\"attachment_id\";s:4:\"3121\";}i:174;a:1:{s:13:\"attachment_id\";s:4:\"3120\";}i:175;a:1:{s:13:\"attachment_id\";s:4:\"3119\";}i:176;a:1:{s:13:\"attachment_id\";s:4:\"3118\";}i:177;a:1:{s:13:\"attachment_id\";s:4:\"3117\";}i:178;a:1:{s:13:\"attachment_id\";s:4:\"3116\";}i:179;a:1:{s:13:\"attachment_id\";s:4:\"3115\";}i:180;a:1:{s:13:\"attachment_id\";s:4:\"3114\";}i:181;a:1:{s:13:\"attachment_id\";s:4:\"3113\";}i:182;a:1:{s:13:\"attachment_id\";s:4:\"3112\";}i:183;a:1:{s:13:\"attachment_id\";s:4:\"3111\";}i:184;a:1:{s:13:\"attachment_id\";s:4:\"3110\";}i:185;a:1:{s:13:\"attachment_id\";s:4:\"3109\";}i:186;a:1:{s:13:\"attachment_id\";s:4:\"3108\";}i:187;a:1:{s:13:\"attachment_id\";s:4:\"3107\";}i:188;a:1:{s:13:\"attachment_id\";s:4:\"3106\";}i:189;a:1:{s:13:\"attachment_id\";s:4:\"3105\";}i:190;a:1:{s:13:\"attachment_id\";s:4:\"3104\";}i:191;a:1:{s:13:\"attachment_id\";s:4:\"3103\";}i:192;a:1:{s:13:\"attachment_id\";s:4:\"3102\";}i:193;a:1:{s:13:\"attachment_id\";s:4:\"3101\";}i:194;a:1:{s:13:\"attachment_id\";s:4:\"3100\";}i:195;a:1:{s:13:\"attachment_id\";s:4:\"3099\";}i:196;a:1:{s:13:\"attachment_id\";s:4:\"3098\";}i:197;a:1:{s:13:\"attachment_id\";s:4:\"3097\";}i:198;a:1:{s:13:\"attachment_id\";s:4:\"3096\";}i:199;a:1:{s:13:\"attachment_id\";s:4:\"3095\";}i:200;a:1:{s:13:\"attachment_id\";s:4:\"3094\";}i:201;a:1:{s:13:\"attachment_id\";s:4:\"3093\";}i:202;a:1:{s:13:\"attachment_id\";s:4:\"3092\";}i:203;a:1:{s:13:\"attachment_id\";s:4:\"3091\";}i:204;a:1:{s:13:\"attachment_id\";s:4:\"3090\";}i:205;a:1:{s:13:\"attachment_id\";s:4:\"3089\";}i:206;a:1:{s:13:\"attachment_id\";s:4:\"3088\";}i:207;a:1:{s:13:\"attachment_id\";s:4:\"3087\";}i:208;a:1:{s:13:\"attachment_id\";s:4:\"3086\";}i:209;a:1:{s:13:\"attachment_id\";s:4:\"3085\";}i:210;a:1:{s:13:\"attachment_id\";s:4:\"3084\";}i:211;a:1:{s:13:\"attachment_id\";s:4:\"3083\";}i:212;a:1:{s:13:\"attachment_id\";s:4:\"3082\";}i:213;a:1:{s:13:\"attachment_id\";s:4:\"3081\";}i:214;a:1:{s:13:\"attachment_id\";s:4:\"3080\";}i:215;a:1:{s:13:\"attachment_id\";s:4:\"3079\";}i:216;a:1:{s:13:\"attachment_id\";s:4:\"3078\";}i:217;a:1:{s:13:\"attachment_id\";s:4:\"3077\";}i:218;a:1:{s:13:\"attachment_id\";s:4:\"3076\";}i:219;a:1:{s:13:\"attachment_id\";s:4:\"3075\";}i:220;a:1:{s:13:\"attachment_id\";s:4:\"3073\";}i:221;a:1:{s:13:\"attachment_id\";s:4:\"3071\";}i:222;a:1:{s:13:\"attachment_id\";s:4:\"3070\";}i:223;a:1:{s:13:\"attachment_id\";s:4:\"3069\";}i:224;a:1:{s:13:\"attachment_id\";s:4:\"3068\";}i:225;a:1:{s:13:\"attachment_id\";s:4:\"3067\";}i:226;a:1:{s:13:\"attachment_id\";s:4:\"3066\";}i:227;a:1:{s:13:\"attachment_id\";s:4:\"3061\";}i:228;a:1:{s:13:\"attachment_id\";s:4:\"3060\";}i:229;a:1:{s:13:\"attachment_id\";s:4:\"3059\";}i:230;a:1:{s:13:\"attachment_id\";s:4:\"3057\";}i:231;a:1:{s:13:\"attachment_id\";s:4:\"3056\";}i:232;a:1:{s:13:\"attachment_id\";s:4:\"3055\";}i:233;a:1:{s:13:\"attachment_id\";s:4:\"3052\";}i:234;a:1:{s:13:\"attachment_id\";s:4:\"3051\";}i:235;a:1:{s:13:\"attachment_id\";s:4:\"3050\";}i:236;a:1:{s:13:\"attachment_id\";s:4:\"3049\";}i:237;a:1:{s:13:\"attachment_id\";s:4:\"3048\";}i:238;a:1:{s:13:\"attachment_id\";s:4:\"3047\";}i:239;a:1:{s:13:\"attachment_id\";s:4:\"3046\";}i:240;a:1:{s:13:\"attachment_id\";s:4:\"3045\";}i:241;a:1:{s:13:\"attachment_id\";s:4:\"3044\";}i:242;a:1:{s:13:\"attachment_id\";s:4:\"3043\";}i:243;a:1:{s:13:\"attachment_id\";s:4:\"3042\";}i:244;a:1:{s:13:\"attachment_id\";s:4:\"3041\";}i:245;a:1:{s:13:\"attachment_id\";s:4:\"3040\";}i:246;a:1:{s:13:\"attachment_id\";s:4:\"3039\";}i:247;a:1:{s:13:\"attachment_id\";s:4:\"3038\";}i:248;a:1:{s:13:\"attachment_id\";s:4:\"3037\";}i:249;a:1:{s:13:\"attachment_id\";s:4:\"3036\";}i:250;a:1:{s:13:\"attachment_id\";s:4:\"3035\";}i:251;a:1:{s:13:\"attachment_id\";s:4:\"3034\";}i:252;a:1:{s:13:\"attachment_id\";s:4:\"3033\";}i:253;a:1:{s:13:\"attachment_id\";s:4:\"3032\";}i:254;a:1:{s:13:\"attachment_id\";s:4:\"3031\";}i:255;a:1:{s:13:\"attachment_id\";s:4:\"3030\";}i:256;a:1:{s:13:\"attachment_id\";s:4:\"3029\";}i:257;a:1:{s:13:\"attachment_id\";s:4:\"3028\";}i:258;a:1:{s:13:\"attachment_id\";s:4:\"3027\";}i:259;a:1:{s:13:\"attachment_id\";s:4:\"3025\";}i:260;a:1:{s:13:\"attachment_id\";s:4:\"3024\";}i:261;a:1:{s:13:\"attachment_id\";s:4:\"3023\";}i:262;a:1:{s:13:\"attachment_id\";s:4:\"3020\";}i:263;a:1:{s:13:\"attachment_id\";s:4:\"3019\";}i:264;a:1:{s:13:\"attachment_id\";s:4:\"3017\";}i:265;a:1:{s:13:\"attachment_id\";s:4:\"3016\";}i:266;a:1:{s:13:\"attachment_id\";s:4:\"3015\";}i:267;a:1:{s:13:\"attachment_id\";s:4:\"3014\";}i:268;a:1:{s:13:\"attachment_id\";s:4:\"3013\";}i:269;a:1:{s:13:\"attachment_id\";s:4:\"3012\";}i:270;a:1:{s:13:\"attachment_id\";s:4:\"3011\";}i:271;a:1:{s:13:\"attachment_id\";s:4:\"3008\";}i:272;a:1:{s:13:\"attachment_id\";s:4:\"3007\";}i:273;a:1:{s:13:\"attachment_id\";s:4:\"3006\";}i:274;a:1:{s:13:\"attachment_id\";s:4:\"3005\";}i:275;a:1:{s:13:\"attachment_id\";s:4:\"3004\";}i:276;a:1:{s:13:\"attachment_id\";s:4:\"3003\";}i:277;a:1:{s:13:\"attachment_id\";s:4:\"3002\";}i:278;a:1:{s:13:\"attachment_id\";s:4:\"3001\";}i:279;a:1:{s:13:\"attachment_id\";s:4:\"3000\";}i:280;a:1:{s:13:\"attachment_id\";s:4:\"2999\";}i:281;a:1:{s:13:\"attachment_id\";s:4:\"2998\";}i:282;a:1:{s:13:\"attachment_id\";s:4:\"2997\";}i:283;a:1:{s:13:\"attachment_id\";s:4:\"2996\";}i:284;a:1:{s:13:\"attachment_id\";s:4:\"2995\";}i:285;a:1:{s:13:\"attachment_id\";s:4:\"2994\";}i:286;a:1:{s:13:\"attachment_id\";s:4:\"2993\";}i:287;a:1:{s:13:\"attachment_id\";s:4:\"2992\";}i:288;a:1:{s:13:\"attachment_id\";s:4:\"2991\";}i:289;a:1:{s:13:\"attachment_id\";s:4:\"2990\";}i:290;a:1:{s:13:\"attachment_id\";s:4:\"2989\";}i:291;a:1:{s:13:\"attachment_id\";s:4:\"2988\";}i:292;a:1:{s:13:\"attachment_id\";s:4:\"2987\";}i:293;a:1:{s:13:\"attachment_id\";s:4:\"2986\";}i:294;a:1:{s:13:\"attachment_id\";s:4:\"2985\";}i:295;a:1:{s:13:\"attachment_id\";s:4:\"2984\";}i:296;a:1:{s:13:\"attachment_id\";s:4:\"2983\";}i:297;a:1:{s:13:\"attachment_id\";s:4:\"2982\";}i:298;a:1:{s:13:\"attachment_id\";s:4:\"2981\";}i:299;a:1:{s:13:\"attachment_id\";s:4:\"2980\";}i:300;a:1:{s:13:\"attachment_id\";s:4:\"2979\";}i:301;a:1:{s:13:\"attachment_id\";s:4:\"2978\";}i:302;a:1:{s:13:\"attachment_id\";s:4:\"2977\";}i:303;a:1:{s:13:\"attachment_id\";s:4:\"2976\";}i:304;a:1:{s:13:\"attachment_id\";s:4:\"2975\";}i:305;a:1:{s:13:\"attachment_id\";s:4:\"2974\";}i:306;a:1:{s:13:\"attachment_id\";s:4:\"2973\";}i:307;a:1:{s:13:\"attachment_id\";s:4:\"2972\";}i:308;a:1:{s:13:\"attachment_id\";s:4:\"2971\";}i:309;a:1:{s:13:\"attachment_id\";s:4:\"2970\";}i:310;a:1:{s:13:\"attachment_id\";s:4:\"2969\";}i:311;a:1:{s:13:\"attachment_id\";s:4:\"2968\";}i:312;a:1:{s:13:\"attachment_id\";s:4:\"2967\";}i:313;a:1:{s:13:\"attachment_id\";s:4:\"2966\";}i:314;a:1:{s:13:\"attachment_id\";s:4:\"2965\";}i:315;a:1:{s:13:\"attachment_id\";s:4:\"2964\";}i:316;a:1:{s:13:\"attachment_id\";s:4:\"2963\";}i:317;a:1:{s:13:\"attachment_id\";s:4:\"2962\";}i:318;a:1:{s:13:\"attachment_id\";s:4:\"2961\";}i:319;a:1:{s:13:\"attachment_id\";s:4:\"2960\";}i:320;a:1:{s:13:\"attachment_id\";s:4:\"2959\";}i:321;a:1:{s:13:\"attachment_id\";s:4:\"2958\";}i:322;a:1:{s:13:\"attachment_id\";s:4:\"2957\";}i:323;a:1:{s:13:\"attachment_id\";s:4:\"2956\";}i:324;a:1:{s:13:\"attachment_id\";s:4:\"2955\";}i:325;a:1:{s:13:\"attachment_id\";s:4:\"2954\";}i:326;a:1:{s:13:\"attachment_id\";s:4:\"2953\";}i:327;a:1:{s:13:\"attachment_id\";s:4:\"2952\";}i:328;a:1:{s:13:\"attachment_id\";s:4:\"2951\";}i:329;a:1:{s:13:\"attachment_id\";s:4:\"2950\";}i:330;a:1:{s:13:\"attachment_id\";s:4:\"2949\";}i:331;a:1:{s:13:\"attachment_id\";s:4:\"2948\";}i:332;a:1:{s:13:\"attachment_id\";s:4:\"2926\";}i:333;a:1:{s:13:\"attachment_id\";s:4:\"2917\";}i:334;a:1:{s:13:\"attachment_id\";s:4:\"2916\";}i:335;a:1:{s:13:\"attachment_id\";s:4:\"2904\";}i:336;a:1:{s:13:\"attachment_id\";s:4:\"2903\";}i:337;a:1:{s:13:\"attachment_id\";s:4:\"2901\";}i:338;a:1:{s:13:\"attachment_id\";s:4:\"2899\";}i:339;a:1:{s:13:\"attachment_id\";s:4:\"2898\";}i:340;a:1:{s:13:\"attachment_id\";s:4:\"2897\";}i:341;a:1:{s:13:\"attachment_id\";s:4:\"2896\";}i:342;a:1:{s:13:\"attachment_id\";s:4:\"2895\";}i:343;a:1:{s:13:\"attachment_id\";s:4:\"2894\";}i:344;a:1:{s:13:\"attachment_id\";s:4:\"2893\";}i:345;a:1:{s:13:\"attachment_id\";s:4:\"2892\";}i:346;a:1:{s:13:\"attachment_id\";s:4:\"2891\";}i:347;a:1:{s:13:\"attachment_id\";s:4:\"2890\";}i:348;a:1:{s:13:\"attachment_id\";s:4:\"2889\";}i:349;a:1:{s:13:\"attachment_id\";s:4:\"2888\";}i:350;a:1:{s:13:\"attachment_id\";s:4:\"2887\";}i:351;a:1:{s:13:\"attachment_id\";s:4:\"2886\";}i:352;a:1:{s:13:\"attachment_id\";s:4:\"2885\";}i:353;a:1:{s:13:\"attachment_id\";s:4:\"2884\";}i:354;a:1:{s:13:\"attachment_id\";s:4:\"2883\";}i:355;a:1:{s:13:\"attachment_id\";s:4:\"2882\";}i:356;a:1:{s:13:\"attachment_id\";s:4:\"2881\";}i:357;a:1:{s:13:\"attachment_id\";s:4:\"2880\";}i:358;a:1:{s:13:\"attachment_id\";s:4:\"2879\";}i:359;a:1:{s:13:\"attachment_id\";s:4:\"2878\";}i:360;a:1:{s:13:\"attachment_id\";s:4:\"2877\";}i:361;a:1:{s:13:\"attachment_id\";s:4:\"2876\";}i:362;a:1:{s:13:\"attachment_id\";s:4:\"2875\";}i:363;a:1:{s:13:\"attachment_id\";s:4:\"2874\";}i:364;a:1:{s:13:\"attachment_id\";s:4:\"2873\";}i:365;a:1:{s:13:\"attachment_id\";s:4:\"2872\";}i:366;a:1:{s:13:\"attachment_id\";s:4:\"2870\";}i:367;a:1:{s:13:\"attachment_id\";s:4:\"2869\";}i:368;a:1:{s:13:\"attachment_id\";s:4:\"2867\";}i:369;a:1:{s:13:\"attachment_id\";s:4:\"2866\";}i:370;a:1:{s:13:\"attachment_id\";s:4:\"2860\";}i:371;a:1:{s:13:\"attachment_id\";s:4:\"2857\";}i:372;a:1:{s:13:\"attachment_id\";s:4:\"2853\";}i:373;a:1:{s:13:\"attachment_id\";s:4:\"2850\";}i:374;a:1:{s:13:\"attachment_id\";s:4:\"2849\";}i:375;a:1:{s:13:\"attachment_id\";s:4:\"2822\";}i:376;a:1:{s:13:\"attachment_id\";s:4:\"2819\";}i:377;a:1:{s:13:\"attachment_id\";s:4:\"2719\";}i:378;a:1:{s:13:\"attachment_id\";s:4:\"2718\";}i:379;a:1:{s:13:\"attachment_id\";s:4:\"2717\";}i:380;a:1:{s:13:\"attachment_id\";s:4:\"2716\";}i:381;a:1:{s:13:\"attachment_id\";s:4:\"2715\";}i:382;a:1:{s:13:\"attachment_id\";s:4:\"2714\";}i:383;a:1:{s:13:\"attachment_id\";s:4:\"2713\";}i:384;a:1:{s:13:\"attachment_id\";s:4:\"2712\";}i:385;a:1:{s:13:\"attachment_id\";s:4:\"2711\";}i:386;a:1:{s:13:\"attachment_id\";s:4:\"2710\";}i:387;a:1:{s:13:\"attachment_id\";s:4:\"2709\";}i:388;a:1:{s:13:\"attachment_id\";s:4:\"2708\";}i:389;a:1:{s:13:\"attachment_id\";s:4:\"2707\";}i:390;a:1:{s:13:\"attachment_id\";s:4:\"2706\";}i:391;a:1:{s:13:\"attachment_id\";s:4:\"2705\";}i:392;a:1:{s:13:\"attachment_id\";s:4:\"2704\";}i:393;a:1:{s:13:\"attachment_id\";s:4:\"2690\";}i:394;a:1:{s:13:\"attachment_id\";s:4:\"2689\";}i:395;a:1:{s:13:\"attachment_id\";s:4:\"2688\";}i:396;a:1:{s:13:\"attachment_id\";s:4:\"2687\";}i:397;a:1:{s:13:\"attachment_id\";s:4:\"2686\";}i:398;a:1:{s:13:\"attachment_id\";s:4:\"2685\";}i:399;a:1:{s:13:\"attachment_id\";s:4:\"2673\";}i:400;a:1:{s:13:\"attachment_id\";s:4:\"2672\";}i:401;a:1:{s:13:\"attachment_id\";s:4:\"2671\";}i:402;a:1:{s:13:\"attachment_id\";s:4:\"2670\";}i:403;a:1:{s:13:\"attachment_id\";s:4:\"2669\";}i:404;a:1:{s:13:\"attachment_id\";s:4:\"2668\";}i:405;a:1:{s:13:\"attachment_id\";s:4:\"2667\";}i:406;a:1:{s:13:\"attachment_id\";s:4:\"2649\";}i:407;a:1:{s:13:\"attachment_id\";s:4:\"2638\";}i:408;a:1:{s:13:\"attachment_id\";s:4:\"2637\";}i:409;a:1:{s:13:\"attachment_id\";s:4:\"2623\";}i:410;a:1:{s:13:\"attachment_id\";s:4:\"2622\";}i:411;a:1:{s:13:\"attachment_id\";s:4:\"2617\";}i:412;a:1:{s:13:\"attachment_id\";s:4:\"2616\";}i:413;a:1:{s:13:\"attachment_id\";s:4:\"2615\";}i:414;a:1:{s:13:\"attachment_id\";s:4:\"2614\";}i:415;a:1:{s:13:\"attachment_id\";s:4:\"2613\";}i:416;a:1:{s:13:\"attachment_id\";s:4:\"2612\";}i:417;a:1:{s:13:\"attachment_id\";s:4:\"2611\";}i:418;a:1:{s:13:\"attachment_id\";s:4:\"2610\";}i:419;a:1:{s:13:\"attachment_id\";s:4:\"2609\";}i:420;a:1:{s:13:\"attachment_id\";s:4:\"2608\";}i:421;a:1:{s:13:\"attachment_id\";s:4:\"2607\";}i:422;a:1:{s:13:\"attachment_id\";s:4:\"2606\";}i:423;a:1:{s:13:\"attachment_id\";s:4:\"2605\";}i:424;a:1:{s:13:\"attachment_id\";s:4:\"2604\";}i:425;a:1:{s:13:\"attachment_id\";s:4:\"2603\";}i:426;a:1:{s:13:\"attachment_id\";s:4:\"2602\";}i:427;a:1:{s:13:\"attachment_id\";s:4:\"2601\";}i:428;a:1:{s:13:\"attachment_id\";s:4:\"2600\";}i:429;a:1:{s:13:\"attachment_id\";s:4:\"2599\";}i:430;a:1:{s:13:\"attachment_id\";s:4:\"2598\";}i:431;a:1:{s:13:\"attachment_id\";s:4:\"2597\";}i:432;a:1:{s:13:\"attachment_id\";s:4:\"2596\";}i:433;a:1:{s:13:\"attachment_id\";s:4:\"2594\";}i:434;a:1:{s:13:\"attachment_id\";s:4:\"2593\";}i:435;a:1:{s:13:\"attachment_id\";s:4:\"2592\";}i:436;a:1:{s:13:\"attachment_id\";s:4:\"2591\";}i:437;a:1:{s:13:\"attachment_id\";s:4:\"2587\";}i:438;a:1:{s:13:\"attachment_id\";s:4:\"2586\";}i:439;a:1:{s:13:\"attachment_id\";s:4:\"2585\";}i:440;a:1:{s:13:\"attachment_id\";s:4:\"2584\";}i:441;a:1:{s:13:\"attachment_id\";s:4:\"2583\";}i:442;a:1:{s:13:\"attachment_id\";s:4:\"2582\";}i:443;a:1:{s:13:\"attachment_id\";s:4:\"2581\";}i:444;a:1:{s:13:\"attachment_id\";s:4:\"2580\";}i:445;a:1:{s:13:\"attachment_id\";s:4:\"2579\";}i:446;a:1:{s:13:\"attachment_id\";s:4:\"2511\";}i:447;a:1:{s:13:\"attachment_id\";s:4:\"2510\";}i:448;a:1:{s:13:\"attachment_id\";s:4:\"2509\";}i:449;a:1:{s:13:\"attachment_id\";s:4:\"2508\";}i:450;a:1:{s:13:\"attachment_id\";s:4:\"2507\";}i:451;a:1:{s:13:\"attachment_id\";s:4:\"2506\";}i:452;a:1:{s:13:\"attachment_id\";s:4:\"2505\";}i:453;a:1:{s:13:\"attachment_id\";s:4:\"2504\";}i:454;a:1:{s:13:\"attachment_id\";s:4:\"2497\";}i:455;a:1:{s:13:\"attachment_id\";s:4:\"2493\";}i:456;a:1:{s:13:\"attachment_id\";s:4:\"2491\";}i:457;a:1:{s:13:\"attachment_id\";s:4:\"2490\";}i:458;a:1:{s:13:\"attachment_id\";s:4:\"2489\";}i:459;a:1:{s:13:\"attachment_id\";s:4:\"2486\";}i:460;a:1:{s:13:\"attachment_id\";s:4:\"2468\";}i:461;a:1:{s:13:\"attachment_id\";s:4:\"2467\";}i:462;a:1:{s:13:\"attachment_id\";s:4:\"2466\";}i:463;a:1:{s:13:\"attachment_id\";s:4:\"2462\";}i:464;a:1:{s:13:\"attachment_id\";s:4:\"2461\";}i:465;a:1:{s:13:\"attachment_id\";s:4:\"2460\";}i:466;a:1:{s:13:\"attachment_id\";s:4:\"2432\";}i:467;a:1:{s:13:\"attachment_id\";s:4:\"2431\";}i:468;a:1:{s:13:\"attachment_id\";s:4:\"2430\";}i:469;a:1:{s:13:\"attachment_id\";s:4:\"2429\";}i:470;a:1:{s:13:\"attachment_id\";s:4:\"2428\";}i:471;a:1:{s:13:\"attachment_id\";s:4:\"2427\";}i:472;a:1:{s:13:\"attachment_id\";s:4:\"2426\";}i:473;a:1:{s:13:\"attachment_id\";s:4:\"2425\";}i:474;a:1:{s:13:\"attachment_id\";s:4:\"2423\";}i:475;a:1:{s:13:\"attachment_id\";s:4:\"2422\";}i:476;a:1:{s:13:\"attachment_id\";s:4:\"2414\";}i:477;a:1:{s:13:\"attachment_id\";s:4:\"2413\";}i:478;a:1:{s:13:\"attachment_id\";s:4:\"2412\";}i:479;a:1:{s:13:\"attachment_id\";s:4:\"2411\";}i:480;a:1:{s:13:\"attachment_id\";s:4:\"2409\";}i:481;a:1:{s:13:\"attachment_id\";s:4:\"2390\";}i:482;a:1:{s:13:\"attachment_id\";s:4:\"2389\";}i:483;a:1:{s:13:\"attachment_id\";s:4:\"2387\";}i:484;a:1:{s:13:\"attachment_id\";s:4:\"2351\";}i:485;a:1:{s:13:\"attachment_id\";s:4:\"2303\";}i:486;a:1:{s:13:\"attachment_id\";s:4:\"2302\";}i:487;a:1:{s:13:\"attachment_id\";s:4:\"2301\";}i:488;a:1:{s:13:\"attachment_id\";s:4:\"2249\";}i:489;a:1:{s:13:\"attachment_id\";s:4:\"2247\";}i:490;a:1:{s:13:\"attachment_id\";s:4:\"2246\";}i:491;a:1:{s:13:\"attachment_id\";s:4:\"2245\";}i:492;a:1:{s:13:\"attachment_id\";s:4:\"2244\";}i:493;a:1:{s:13:\"attachment_id\";s:4:\"2243\";}i:494;a:1:{s:13:\"attachment_id\";s:4:\"2242\";}i:495;a:1:{s:13:\"attachment_id\";s:4:\"2241\";}i:496;a:1:{s:13:\"attachment_id\";s:4:\"2240\";}i:497;a:1:{s:13:\"attachment_id\";s:4:\"2239\";}i:498;a:1:{s:13:\"attachment_id\";s:4:\"2238\";}i:499;a:1:{s:13:\"attachment_id\";s:4:\"2237\";}i:500;a:1:{s:13:\"attachment_id\";s:4:\"2236\";}i:501;a:1:{s:13:\"attachment_id\";s:4:\"2235\";}i:502;a:1:{s:13:\"attachment_id\";s:4:\"2234\";}i:503;a:1:{s:13:\"attachment_id\";s:4:\"2233\";}i:504;a:1:{s:13:\"attachment_id\";s:4:\"2232\";}i:505;a:1:{s:13:\"attachment_id\";s:4:\"2231\";}i:506;a:1:{s:13:\"attachment_id\";s:4:\"2205\";}i:507;a:1:{s:13:\"attachment_id\";s:4:\"2188\";}i:508;a:1:{s:13:\"attachment_id\";s:4:\"2187\";}i:509;a:1:{s:13:\"attachment_id\";s:4:\"2185\";}i:510;a:1:{s:13:\"attachment_id\";s:4:\"2184\";}i:511;a:1:{s:13:\"attachment_id\";s:4:\"2182\";}i:512;a:1:{s:13:\"attachment_id\";s:4:\"2181\";}i:513;a:1:{s:13:\"attachment_id\";s:4:\"2176\";}i:514;a:1:{s:13:\"attachment_id\";s:4:\"2175\";}i:515;a:1:{s:13:\"attachment_id\";s:4:\"2173\";}i:516;a:1:{s:13:\"attachment_id\";s:4:\"2172\";}i:517;a:1:{s:13:\"attachment_id\";s:4:\"2170\";}i:518;a:1:{s:13:\"attachment_id\";s:4:\"2169\";}i:519;a:1:{s:13:\"attachment_id\";s:4:\"2167\";}i:520;a:1:{s:13:\"attachment_id\";s:4:\"2166\";}i:521;a:1:{s:13:\"attachment_id\";s:4:\"2164\";}i:522;a:1:{s:13:\"attachment_id\";s:4:\"2163\";}i:523;a:1:{s:13:\"attachment_id\";s:4:\"2161\";}i:524;a:1:{s:13:\"attachment_id\";s:4:\"2160\";}i:525;a:1:{s:13:\"attachment_id\";s:4:\"2152\";}i:526;a:1:{s:13:\"attachment_id\";s:4:\"2151\";}i:527;a:1:{s:13:\"attachment_id\";s:4:\"2149\";}i:528;a:1:{s:13:\"attachment_id\";s:4:\"2148\";}i:529;a:1:{s:13:\"attachment_id\";s:4:\"2146\";}i:530;a:1:{s:13:\"attachment_id\";s:4:\"2145\";}i:531;a:1:{s:13:\"attachment_id\";s:4:\"2143\";}i:532;a:1:{s:13:\"attachment_id\";s:4:\"2142\";}i:533;a:1:{s:13:\"attachment_id\";s:4:\"2140\";}i:534;a:1:{s:13:\"attachment_id\";s:4:\"2139\";}i:535;a:1:{s:13:\"attachment_id\";s:4:\"2137\";}i:536;a:1:{s:13:\"attachment_id\";s:4:\"2136\";}i:537;a:1:{s:13:\"attachment_id\";s:4:\"2134\";}i:538;a:1:{s:13:\"attachment_id\";s:4:\"2133\";}i:539;a:1:{s:13:\"attachment_id\";s:4:\"2131\";}i:540;a:1:{s:13:\"attachment_id\";s:4:\"2130\";}i:541;a:1:{s:13:\"attachment_id\";s:4:\"2128\";}i:542;a:1:{s:13:\"attachment_id\";s:4:\"2127\";}i:543;a:1:{s:13:\"attachment_id\";s:4:\"2125\";}i:544;a:1:{s:13:\"attachment_id\";s:4:\"2124\";}i:545;a:1:{s:13:\"attachment_id\";s:4:\"2122\";}i:546;a:1:{s:13:\"attachment_id\";s:4:\"2121\";}i:547;a:1:{s:13:\"attachment_id\";s:4:\"2119\";}i:548;a:1:{s:13:\"attachment_id\";s:4:\"2118\";}i:549;a:1:{s:13:\"attachment_id\";s:4:\"2116\";}i:550;a:1:{s:13:\"attachment_id\";s:4:\"2115\";}i:551;a:1:{s:13:\"attachment_id\";s:4:\"2113\";}i:552;a:1:{s:13:\"attachment_id\";s:4:\"2112\";}i:553;a:1:{s:13:\"attachment_id\";s:4:\"2107\";}i:554;a:1:{s:13:\"attachment_id\";s:4:\"2106\";}i:555;a:1:{s:13:\"attachment_id\";s:4:\"2104\";}i:556;a:1:{s:13:\"attachment_id\";s:4:\"2103\";}i:557;a:1:{s:13:\"attachment_id\";s:4:\"2101\";}i:558;a:1:{s:13:\"attachment_id\";s:4:\"2100\";}i:559;a:1:{s:13:\"attachment_id\";s:4:\"2092\";}i:560;a:1:{s:13:\"attachment_id\";s:4:\"2091\";}i:561;a:1:{s:13:\"attachment_id\";s:4:\"2090\";}i:562;a:1:{s:13:\"attachment_id\";s:4:\"2089\";}i:563;a:1:{s:13:\"attachment_id\";s:4:\"2088\";}i:564;a:1:{s:13:\"attachment_id\";s:4:\"2087\";}i:565;a:1:{s:13:\"attachment_id\";s:4:\"2086\";}i:566;a:1:{s:13:\"attachment_id\";s:4:\"2085\";}i:567;a:1:{s:13:\"attachment_id\";s:4:\"2075\";}i:568;a:1:{s:13:\"attachment_id\";s:4:\"2074\";}i:569;a:1:{s:13:\"attachment_id\";s:4:\"2073\";}i:570;a:1:{s:13:\"attachment_id\";s:4:\"2072\";}i:571;a:1:{s:13:\"attachment_id\";s:4:\"2071\";}i:572;a:1:{s:13:\"attachment_id\";s:4:\"2070\";}i:573;a:1:{s:13:\"attachment_id\";s:4:\"2069\";}i:574;a:1:{s:13:\"attachment_id\";s:4:\"2068\";}i:575;a:1:{s:13:\"attachment_id\";s:4:\"2067\";}i:576;a:1:{s:13:\"attachment_id\";s:4:\"2066\";}i:577;a:1:{s:13:\"attachment_id\";s:4:\"2054\";}i:578;a:1:{s:13:\"attachment_id\";s:4:\"2050\";}i:579;a:1:{s:13:\"attachment_id\";s:4:\"2049\";}i:580;a:1:{s:13:\"attachment_id\";s:4:\"2041\";}i:581;a:1:{s:13:\"attachment_id\";s:4:\"2034\";}i:582;a:1:{s:13:\"attachment_id\";s:4:\"2023\";}i:583;a:1:{s:13:\"attachment_id\";s:4:\"2006\";}i:584;a:1:{s:13:\"attachment_id\";s:4:\"2005\";}i:585;a:1:{s:13:\"attachment_id\";s:4:\"2004\";}i:586;a:1:{s:13:\"attachment_id\";s:4:\"1902\";}i:587;a:1:{s:13:\"attachment_id\";s:4:\"1878\";}i:588;a:1:{s:13:\"attachment_id\";s:4:\"1877\";}i:589;a:1:{s:13:\"attachment_id\";s:4:\"1876\";}i:590;a:1:{s:13:\"attachment_id\";s:4:\"1875\";}i:591;a:1:{s:13:\"attachment_id\";s:4:\"1874\";}i:592;a:1:{s:13:\"attachment_id\";s:4:\"1873\";}i:593;a:1:{s:13:\"attachment_id\";s:4:\"1872\";}i:594;a:1:{s:13:\"attachment_id\";s:4:\"1871\";}i:595;a:1:{s:13:\"attachment_id\";s:4:\"1870\";}i:596;a:1:{s:13:\"attachment_id\";s:4:\"1869\";}i:597;a:1:{s:13:\"attachment_id\";s:4:\"1868\";}i:598;a:1:{s:13:\"attachment_id\";s:4:\"1867\";}i:599;a:1:{s:13:\"attachment_id\";s:4:\"1866\";}i:600;a:1:{s:13:\"attachment_id\";s:4:\"1865\";}i:601;a:1:{s:13:\"attachment_id\";s:4:\"1864\";}i:602;a:1:{s:13:\"attachment_id\";s:4:\"1863\";}i:603;a:1:{s:13:\"attachment_id\";s:4:\"1862\";}i:604;a:1:{s:13:\"attachment_id\";s:4:\"1861\";}i:605;a:1:{s:13:\"attachment_id\";s:4:\"1860\";}i:606;a:1:{s:13:\"attachment_id\";s:4:\"1859\";}i:607;a:1:{s:13:\"attachment_id\";s:4:\"1858\";}i:608;a:1:{s:13:\"attachment_id\";s:4:\"1857\";}i:609;a:1:{s:13:\"attachment_id\";s:4:\"1855\";}i:610;a:1:{s:13:\"attachment_id\";s:4:\"1852\";}i:611;a:1:{s:13:\"attachment_id\";s:4:\"1851\";}i:612;a:1:{s:13:\"attachment_id\";s:4:\"1850\";}i:613;a:1:{s:13:\"attachment_id\";s:4:\"1849\";}i:614;a:1:{s:13:\"attachment_id\";s:4:\"1848\";}i:615;a:1:{s:13:\"attachment_id\";s:4:\"1847\";}i:616;a:1:{s:13:\"attachment_id\";s:4:\"1846\";}i:617;a:1:{s:13:\"attachment_id\";s:4:\"1845\";}i:618;a:1:{s:13:\"attachment_id\";s:4:\"1844\";}i:619;a:1:{s:13:\"attachment_id\";s:4:\"1843\";}i:620;a:1:{s:13:\"attachment_id\";s:4:\"1842\";}i:621;a:1:{s:13:\"attachment_id\";s:4:\"1841\";}i:622;a:1:{s:13:\"attachment_id\";s:4:\"1840\";}i:623;a:1:{s:13:\"attachment_id\";s:4:\"1839\";}i:624;a:1:{s:13:\"attachment_id\";s:4:\"1833\";}i:625;a:1:{s:13:\"attachment_id\";s:4:\"1832\";}i:626;a:1:{s:13:\"attachment_id\";s:4:\"1831\";}i:627;a:1:{s:13:\"attachment_id\";s:4:\"1830\";}i:628;a:1:{s:13:\"attachment_id\";s:4:\"1829\";}i:629;a:1:{s:13:\"attachment_id\";s:4:\"1828\";}i:630;a:1:{s:13:\"attachment_id\";s:4:\"1827\";}i:631;a:1:{s:13:\"attachment_id\";s:4:\"1826\";}i:632;a:1:{s:13:\"attachment_id\";s:4:\"1825\";}i:633;a:1:{s:13:\"attachment_id\";s:4:\"1824\";}i:634;a:1:{s:13:\"attachment_id\";s:4:\"1823\";}i:635;a:1:{s:13:\"attachment_id\";s:4:\"1822\";}i:636;a:1:{s:13:\"attachment_id\";s:4:\"1821\";}i:637;a:1:{s:13:\"attachment_id\";s:4:\"1820\";}i:638;a:1:{s:13:\"attachment_id\";s:4:\"1819\";}i:639;a:1:{s:13:\"attachment_id\";s:4:\"1818\";}i:640;a:1:{s:13:\"attachment_id\";s:4:\"1817\";}i:641;a:1:{s:13:\"attachment_id\";s:4:\"1816\";}i:642;a:1:{s:13:\"attachment_id\";s:4:\"1815\";}i:643;a:1:{s:13:\"attachment_id\";s:4:\"1814\";}i:644;a:1:{s:13:\"attachment_id\";s:4:\"1813\";}i:645;a:1:{s:13:\"attachment_id\";s:4:\"1812\";}i:646;a:1:{s:13:\"attachment_id\";s:4:\"1811\";}i:647;a:1:{s:13:\"attachment_id\";s:4:\"1810\";}i:648;a:1:{s:13:\"attachment_id\";s:4:\"1809\";}i:649;a:1:{s:13:\"attachment_id\";s:4:\"1808\";}i:650;a:1:{s:13:\"attachment_id\";s:4:\"1807\";}i:651;a:1:{s:13:\"attachment_id\";s:4:\"1806\";}i:652;a:1:{s:13:\"attachment_id\";s:4:\"1805\";}i:653;a:1:{s:13:\"attachment_id\";s:4:\"1804\";}i:654;a:1:{s:13:\"attachment_id\";s:4:\"1803\";}i:655;a:1:{s:13:\"attachment_id\";s:4:\"1802\";}i:656;a:1:{s:13:\"attachment_id\";s:4:\"1801\";}i:657;a:1:{s:13:\"attachment_id\";s:4:\"1800\";}i:658;a:1:{s:13:\"attachment_id\";s:4:\"1799\";}i:659;a:1:{s:13:\"attachment_id\";s:4:\"1798\";}i:660;a:1:{s:13:\"attachment_id\";s:4:\"1797\";}i:661;a:1:{s:13:\"attachment_id\";s:4:\"1796\";}i:662;a:1:{s:13:\"attachment_id\";s:4:\"1795\";}i:663;a:1:{s:13:\"attachment_id\";s:4:\"1794\";}i:664;a:1:{s:13:\"attachment_id\";s:4:\"1793\";}i:665;a:1:{s:13:\"attachment_id\";s:4:\"1792\";}i:666;a:1:{s:13:\"attachment_id\";s:4:\"1791\";}i:667;a:1:{s:13:\"attachment_id\";s:4:\"1790\";}i:668;a:1:{s:13:\"attachment_id\";s:4:\"1789\";}i:669;a:1:{s:13:\"attachment_id\";s:4:\"1788\";}i:670;a:1:{s:13:\"attachment_id\";s:4:\"1787\";}i:671;a:1:{s:13:\"attachment_id\";s:4:\"1786\";}i:672;a:1:{s:13:\"attachment_id\";s:4:\"1785\";}i:673;a:1:{s:13:\"attachment_id\";s:4:\"1784\";}i:674;a:1:{s:13:\"attachment_id\";s:4:\"1783\";}i:675;a:1:{s:13:\"attachment_id\";s:4:\"1782\";}i:676;a:1:{s:13:\"attachment_id\";s:4:\"1781\";}i:677;a:1:{s:13:\"attachment_id\";s:4:\"1780\";}i:678;a:1:{s:13:\"attachment_id\";s:4:\"1761\";}i:679;a:1:{s:13:\"attachment_id\";s:4:\"1760\";}i:680;a:1:{s:13:\"attachment_id\";s:4:\"1759\";}i:681;a:1:{s:13:\"attachment_id\";s:4:\"1758\";}i:682;a:1:{s:13:\"attachment_id\";s:4:\"1757\";}i:683;a:1:{s:13:\"attachment_id\";s:4:\"1756\";}i:684;a:1:{s:13:\"attachment_id\";s:4:\"1755\";}i:685;a:1:{s:13:\"attachment_id\";s:4:\"1754\";}i:686;a:1:{s:13:\"attachment_id\";s:4:\"1753\";}i:687;a:1:{s:13:\"attachment_id\";s:4:\"1752\";}i:688;a:1:{s:13:\"attachment_id\";s:4:\"1751\";}i:689;a:1:{s:13:\"attachment_id\";s:4:\"1750\";}i:690;a:1:{s:13:\"attachment_id\";s:4:\"1749\";}i:691;a:1:{s:13:\"attachment_id\";s:4:\"1748\";}i:692;a:1:{s:13:\"attachment_id\";s:4:\"1747\";}i:693;a:1:{s:13:\"attachment_id\";s:4:\"1746\";}i:694;a:1:{s:13:\"attachment_id\";s:4:\"1745\";}i:695;a:1:{s:13:\"attachment_id\";s:4:\"1744\";}i:696;a:1:{s:13:\"attachment_id\";s:4:\"1743\";}i:697;a:1:{s:13:\"attachment_id\";s:4:\"1742\";}i:698;a:1:{s:13:\"attachment_id\";s:4:\"1741\";}i:699;a:1:{s:13:\"attachment_id\";s:4:\"1740\";}i:700;a:1:{s:13:\"attachment_id\";s:4:\"1739\";}i:701;a:1:{s:13:\"attachment_id\";s:4:\"1738\";}i:702;a:1:{s:13:\"attachment_id\";s:4:\"1737\";}i:703;a:1:{s:13:\"attachment_id\";s:4:\"1736\";}i:704;a:1:{s:13:\"attachment_id\";s:4:\"1735\";}i:705;a:1:{s:13:\"attachment_id\";s:4:\"1734\";}i:706;a:1:{s:13:\"attachment_id\";s:4:\"1733\";}i:707;a:1:{s:13:\"attachment_id\";s:4:\"1732\";}i:708;a:1:{s:13:\"attachment_id\";s:4:\"1731\";}i:709;a:1:{s:13:\"attachment_id\";s:4:\"1730\";}i:710;a:1:{s:13:\"attachment_id\";s:4:\"1729\";}i:711;a:1:{s:13:\"attachment_id\";s:4:\"1728\";}i:712;a:1:{s:13:\"attachment_id\";s:4:\"1727\";}i:713;a:1:{s:13:\"attachment_id\";s:4:\"1726\";}i:714;a:1:{s:13:\"attachment_id\";s:4:\"1725\";}i:715;a:1:{s:13:\"attachment_id\";s:4:\"1724\";}i:716;a:1:{s:13:\"attachment_id\";s:4:\"1703\";}i:717;a:1:{s:13:\"attachment_id\";s:4:\"1683\";}i:718;a:1:{s:13:\"attachment_id\";s:4:\"1493\";}i:719;a:1:{s:13:\"attachment_id\";s:4:\"1408\";}i:720;a:1:{s:13:\"attachment_id\";s:4:\"1407\";}i:721;a:1:{s:13:\"attachment_id\";s:4:\"1406\";}i:722;a:1:{s:13:\"attachment_id\";s:4:\"1405\";}i:723;a:1:{s:13:\"attachment_id\";s:4:\"1404\";}i:724;a:1:{s:13:\"attachment_id\";s:4:\"1403\";}i:725;a:1:{s:13:\"attachment_id\";s:4:\"1402\";}i:726;a:1:{s:13:\"attachment_id\";s:4:\"1401\";}i:727;a:1:{s:13:\"attachment_id\";s:4:\"1400\";}i:728;a:1:{s:13:\"attachment_id\";s:4:\"1399\";}i:729;a:1:{s:13:\"attachment_id\";s:4:\"1398\";}i:730;a:1:{s:13:\"attachment_id\";s:4:\"1397\";}i:731;a:1:{s:13:\"attachment_id\";s:4:\"1396\";}i:732;a:1:{s:13:\"attachment_id\";s:4:\"1395\";}i:733;a:1:{s:13:\"attachment_id\";s:4:\"1394\";}i:734;a:1:{s:13:\"attachment_id\";s:4:\"1393\";}i:735;a:1:{s:13:\"attachment_id\";s:4:\"1272\";}i:736;a:1:{s:13:\"attachment_id\";s:4:\"1104\";}i:737;a:1:{s:13:\"attachment_id\";s:4:\"1048\";}i:738;a:1:{s:13:\"attachment_id\";s:3:\"939\";}i:739;a:1:{s:13:\"attachment_id\";s:3:\"859\";}i:740;a:1:{s:13:\"attachment_id\";s:3:\"750\";}i:741;a:1:{s:13:\"attachment_id\";s:3:\"516\";}i:742;a:1:{s:13:\"attachment_id\";s:3:\"453\";}i:743;a:1:{s:13:\"attachment_id\";s:3:\"108\";}i:744;a:1:{s:13:\"attachment_id\";s:2:\"67\";}i:745;a:1:{s:13:\"attachment_id\";s:1:\"5\";}}','off'),(363856,'nfd_data_module_version','2.8.6','on'),(363865,'_wpforms_transient_timeout_existing_tables','1759929890','off'),(363866,'_wpforms_transient_existing_tables','a:1:{s:13:\"nbn_wpforms_%\";a:12:{i:0;s:19:\"nbn_wpforms_coupons\";i:1;s:25:\"nbn_wpforms_coupons_forms\";i:2;s:31:\"nbn_wpforms_coupons_forms_usage\";i:3;s:19:\"nbn_wpforms_entries\";i:4;s:24:\"nbn_wpforms_entry_fields\";i:5;s:22:\"nbn_wpforms_entry_meta\";i:6;s:29:\"nbn_wpforms_file_restrictions\";i:7;s:16:\"nbn_wpforms_logs\";i:8;s:24:\"nbn_wpforms_payment_meta\";i:9;s:20:\"nbn_wpforms_payments\";i:10;s:27:\"nbn_wpforms_protected_files\";i:11;s:22:\"nbn_wpforms_tasks_meta\";}}','off'),(363912,'wpforms_notifications','a:4:{s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}s:6:\"update\";i:1759503036;}','auto'),(363925,'_transient_timeout__eg_fragment_json_2620','1759930270','off'),(363926,'_transient__eg_fragment_json_2620','a:2:{s:14:\"gallery_images\";s:35720:\"{\"3410\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440.webp\",\"title\":\"IMG_9440\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440.webp?fit=300%2C228&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440.webp?fit=768%2C583&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440.webp?fit=1024%2C777&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440.webp?fit=1200%2C911&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440.webp?fit=1200%2C911&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440-300x228.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440.webp?fit=1200%2C911&ssl=1\",\"index\":0,\"id\":3410,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440-75x50_c.webp\",\"title\":\"IMG_9440\"},\"gallery_id\":\"2620\"},\"3412\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785.webp\",\"title\":\"IMG_0785\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785.webp?fit=300%2C222&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785.webp?fit=768%2C569&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785.webp?fit=1024%2C758&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785.webp?fit=1290%2C955&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785.webp?fit=1290%2C955&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785-300x222.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785.webp?fit=1290%2C955&ssl=1\",\"index\":1,\"id\":3412,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785-75x50_c.webp\",\"title\":\"IMG_0785\"},\"gallery_id\":\"2620\"},\"3143\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp\",\"title\":\"IMG_3948\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?fit=298%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?fit=768%2C774&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?fit=1016%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?fit=1429%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?fit=1429%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948-300x302.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?fit=1429%2C1440&ssl=1\",\"index\":2,\"id\":3143,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948-75x50_c.webp\",\"title\":\"IMG_3948\"},\"gallery_id\":\"2620\"},\"3142\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled.webp\",\"title\":\"IMG_3959\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled.webp?fit=289%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled.webp?fit=768%2C798&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled.webp?fit=985%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled.webp?fit=1477%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled.webp?fit=1970%2C2048&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled.webp?fit=2462%2C2560&ssl=1\",\"index\":3,\"id\":3142,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled-75x50_c.webp\",\"title\":\"IMG_3959\"},\"gallery_id\":\"2620\"},\"3130\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp\",\"title\":\"IMG_8009\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?fit=1080%2C1440&ssl=1\",\"index\":4,\"id\":3130,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009-75x50_c.webp\",\"title\":\"IMG_8009\"},\"gallery_id\":\"2620\"},\"3128\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp\",\"title\":\"IMG_7455\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?fit=1080%2C1440&ssl=1\",\"index\":5,\"id\":3128,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455-75x50_c.webp\",\"title\":\"IMG_7455\"},\"gallery_id\":\"2620\"},\"3126\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp\",\"title\":\"IMG_7307\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?fit=272%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?fit=768%2C846&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?fit=930%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?fit=1080%2C1189&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?fit=1080%2C1189&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307-300x330.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?fit=1080%2C1189&ssl=1\",\"index\":6,\"id\":3126,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307-75x50_c.webp\",\"title\":\"IMG_7307\"},\"gallery_id\":\"2620\"},\"3124\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp\",\"title\":\"IMG_7207\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?fit=1080%2C1440&ssl=1\",\"index\":7,\"id\":3124,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207-75x50_c.webp\",\"title\":\"IMG_7207\"},\"gallery_id\":\"2620\"},\"3115\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp\",\"title\":\"IMG_3222\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?fit=1080%2C1440&ssl=1\",\"index\":8,\"id\":3115,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222-75x50_c.webp\",\"title\":\"IMG_3222\"},\"gallery_id\":\"2620\"},\"3114\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp\",\"title\":\"IMG_3120\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?fit=1080%2C1440&ssl=1\",\"index\":9,\"id\":3114,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120-75x50_c.webp\",\"title\":\"IMG_3120\"},\"gallery_id\":\"2620\"},\"3110\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp\",\"title\":\"IMG_1961\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?fit=1080%2C1440&ssl=1\",\"index\":10,\"id\":3110,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961-75x50_c.webp\",\"title\":\"IMG_1961\"},\"gallery_id\":\"2620\"},\"3108\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp\",\"title\":\"IMG_1796\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?fit=1080%2C1440&ssl=1\",\"index\":11,\"id\":3108,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796-75x50_c.webp\",\"title\":\"IMG_1796\"},\"gallery_id\":\"2620\"},\"3105\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp\",\"title\":\"IMG_1009\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?fit=1080%2C1440&ssl=1\",\"index\":12,\"id\":3105,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009-75x50_c.webp\",\"title\":\"IMG_1009\"},\"gallery_id\":\"2620\"},\"3104\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp\",\"title\":\"IMG_0698\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?fit=1080%2C1440&ssl=1\",\"index\":13,\"id\":3104,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698-75x50_c.webp\",\"title\":\"IMG_0698\"},\"gallery_id\":\"2620\"},\"3099\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp\",\"title\":\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=240%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=768%2C960&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=819%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=1229%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=1440%2C1800&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68-300x375.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=1440%2C1800&ssl=1\",\"index\":14,\"id\":3099,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68-75x50_c.webp\",\"title\":\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\"},\"gallery_id\":\"2620\"},\"3023\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp\",\"title\":\"IMG_2556\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?fit=1440%2C1920&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?fit=1440%2C1920&ssl=1\",\"index\":15,\"id\":3023,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556-75x50_c.webp\",\"title\":\"IMG_2556\"},\"gallery_id\":\"2620\"},\"2638\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777.webp\",\"title\":\"IMG_9777\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777.webp?fit=1080%2C1440&ssl=1\",\"index\":16,\"id\":2638,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777-75x50_c.webp\",\"title\":\"IMG_9777\"},\"gallery_id\":\"2620\"},\"108\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031.webp\",\"title\":\"IMG_4031\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031.webp?fit=300%2C200&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031.webp?fit=768%2C512&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031.webp?fit=1024%2C683&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031.webp?fit=1440%2C960&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031.webp?fit=1440%2C960&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031-300x200.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031.webp?fit=1440%2C960&ssl=1\",\"index\":17,\"id\":108,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031-75x50_c.webp\",\"title\":\"IMG_4031\"},\"gallery_id\":\"2620\"}}\";s:10:\"sorted_ids\";s:90:\"[3410,3412,3143,3142,3130,3128,3126,3124,3115,3114,3110,3108,3105,3104,3099,3023,2638,108]\";}','off'),(363931,'_transient_timeout__eg_fragment_json_2590','1759930271','off'),(363932,'_transient__eg_fragment_json_2590','a:2:{s:14:\"gallery_images\";s:27360:\"{\"2622\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247.webp\",\"title\":\"IMG_3247\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247.webp?fit=1080%2C1440&ssl=1\",\"index\":0,\"id\":2622,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247-75x50_c.webp\",\"title\":\"IMG_3247\"},\"gallery_id\":\"2590\"},\"2616\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272.webp\",\"title\":\"IMG_3272\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272.webp?fit=1080%2C1440&ssl=1\",\"index\":1,\"id\":2616,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272-75x50_c.webp\",\"title\":\"IMG_3272\"},\"gallery_id\":\"2590\"},\"2615\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014.webp\",\"title\":\"IMG_3014\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014.webp?fit=1080%2C1440&ssl=1\",\"index\":2,\"id\":2615,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014-75x50_c.webp\",\"title\":\"IMG_3014\"},\"gallery_id\":\"2590\"},\"2614\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962.webp\",\"title\":\"IMG_2962\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962.webp?fit=1080%2C1440&ssl=1\",\"index\":3,\"id\":2614,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962-75x50_c.webp\",\"title\":\"IMG_2962\"},\"gallery_id\":\"2590\"},\"2612\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733.webp\",\"title\":\"IMG_2733\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733.webp?fit=1080%2C1440&ssl=1\",\"index\":4,\"id\":2612,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733-75x50_c.webp\",\"title\":\"IMG_2733\"},\"gallery_id\":\"2590\"},\"2611\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122.webp\",\"title\":\"IMG_2122\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122.webp?fit=1080%2C1440&ssl=1\",\"index\":5,\"id\":2611,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122-75x50_c.webp\",\"title\":\"IMG_2122\"},\"gallery_id\":\"2590\"},\"2610\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753.webp\",\"title\":\"IMG_1753\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753.webp?fit=220%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753.webp?fit=768%2C1050&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753.webp?fit=749%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753.webp?fit=1080%2C1476&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753.webp?fit=1080%2C1476&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753-300x410.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753.webp?fit=1080%2C1476&ssl=1\",\"index\":6,\"id\":2610,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753-75x50_c.webp\",\"title\":\"IMG_1753\"},\"gallery_id\":\"2590\"},\"2607\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159.webp\",\"title\":\"IMG_0159\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159.webp?fit=1080%2C1440&ssl=1\",\"index\":7,\"id\":2607,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159-75x50_c.webp\",\"title\":\"IMG_0159\"},\"gallery_id\":\"2590\"},\"2606\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395.webp\",\"title\":\"IMG_9395\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395.webp?fit=1080%2C1440&ssl=1\",\"index\":8,\"id\":2606,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395-75x50_c.webp\",\"title\":\"IMG_9395\"},\"gallery_id\":\"2590\"},\"2605\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984.webp\",\"title\":\"IMG_8984\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984.webp?fit=273%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984.webp?fit=768%2C845&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984.webp?fit=931%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984.webp?fit=1080%2C1188&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984.webp?fit=1080%2C1188&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984-300x330.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984.webp?fit=1080%2C1188&ssl=1\",\"index\":9,\"id\":2605,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984-75x50_c.webp\",\"title\":\"IMG_8984\"},\"gallery_id\":\"2590\"},\"2603\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222.webp\",\"title\":\"IMG_8222\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222.webp?fit=1080%2C1440&ssl=1\",\"index\":10,\"id\":2603,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222-75x50_c.webp\",\"title\":\"IMG_8222\"},\"gallery_id\":\"2590\"},\"2601\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495.webp\",\"title\":\"IMG_7495\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495.webp?fit=1080%2C1440&ssl=1\",\"index\":11,\"id\":2601,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495-75x50_c.webp\",\"title\":\"IMG_7495\"},\"gallery_id\":\"2590\"},\"2598\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985.webp\",\"title\":\"IMG_6985\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985.webp?fit=1080%2C1440&ssl=1\",\"index\":12,\"id\":2598,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985-75x50_c.webp\",\"title\":\"IMG_6985\"},\"gallery_id\":\"2590\"},\"2596\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969.webp\",\"title\":\"IMG_5969\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969.webp?fit=1080%2C1440&ssl=1\",\"index\":13,\"id\":2596,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969-75x50_c.webp\",\"title\":\"IMG_5969\"},\"gallery_id\":\"2590\"}}\";s:10:\"sorted_ids\";s:71:\"[2622,2616,2615,2614,2612,2611,2610,2607,2606,2605,2603,2601,2598,2596]\";}','off'),(363937,'_transient_timeout__eg_fragment_json_2530','1759930271','off');
INSERT INTO `nbn_options` VALUES (363938,'_transient__eg_fragment_json_2530','a:2:{s:14:\"gallery_images\";s:25737:\"{\"2819\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled.webp\",\"title\":\"IMG_7731\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled.webp?fit=1536%2C2048&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled.webp?fit=1920%2C2560&ssl=1\",\"index\":0,\"id\":2819,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled-75x50_c.webp\",\"title\":\"IMG_7731\"},\"gallery_id\":\"2530\"},\"2592\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275.webp\",\"title\":\"IMG_3275\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275.webp?fit=1080%2C1440&ssl=1\",\"index\":1,\"id\":2592,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275-75x50_c.webp\",\"title\":\"IMG_3275\"},\"gallery_id\":\"2530\"},\"2594\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477.webp\",\"title\":\"IMG_3477\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477.webp?fit=1440%2C1080&ssl=1\",\"index\":2,\"id\":2594,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477-75x50_c.webp\",\"title\":\"IMG_3477\"},\"gallery_id\":\"2530\"},\"2591\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1.webp\",\"title\":\"IMG_3274\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1.webp?fit=1080%2C1440&ssl=1\",\"index\":3,\"id\":2591,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1-75x50_c.webp\",\"title\":\"IMG_3274\"},\"gallery_id\":\"2530\"},\"2587\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1.webp\",\"title\":\"IMG_6894\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1.webp?fit=1080%2C1440&ssl=1\",\"index\":4,\"id\":2587,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1-75x50_c.webp\",\"title\":\"IMG_6894\"},\"gallery_id\":\"2530\"},\"2586\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1.webp\",\"title\":\"IMG_6892\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1.webp?fit=1080%2C1440&ssl=1\",\"index\":5,\"id\":2586,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1-75x50_c.webp\",\"title\":\"IMG_6892\"},\"gallery_id\":\"2530\"},\"2585\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1.webp\",\"title\":\"IMG_6873\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1.webp?fit=1080%2C1440&ssl=1\",\"index\":6,\"id\":2585,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1-75x50_c.webp\",\"title\":\"IMG_6873\"},\"gallery_id\":\"2530\"},\"2584\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1.webp\",\"title\":\"IMG_6872\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1.webp?fit=1440%2C1080&ssl=1\",\"index\":7,\"id\":2584,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1-75x50_c.webp\",\"title\":\"IMG_6872\"},\"gallery_id\":\"2530\"},\"2583\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435.webp\",\"title\":\"IMG_6435\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435.webp?fit=1080%2C1440&ssl=1\",\"index\":8,\"id\":2583,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435-75x50_c.webp\",\"title\":\"IMG_6435\"},\"gallery_id\":\"2530\"},\"2582\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097.webp\",\"title\":\"IMG_6097\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097.webp?fit=1440%2C1080&ssl=1\",\"index\":9,\"id\":2582,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097-75x50_c.webp\",\"title\":\"IMG_6097\"},\"gallery_id\":\"2530\"},\"2581\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1.webp\",\"title\":\"IMG_6095\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1.webp?fit=1080%2C1440&ssl=1\",\"index\":10,\"id\":2581,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1-75x50_c.webp\",\"title\":\"IMG_6095\"},\"gallery_id\":\"2530\"},\"2580\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1.webp\",\"title\":\"IMG_4576\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1.webp?fit=1440%2C1080&ssl=1\",\"index\":11,\"id\":2580,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1-75x50_c.webp\",\"title\":\"IMG_4576\"},\"gallery_id\":\"2530\"},\"2579\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1.webp\",\"title\":\"IMG_4573\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1.webp?fit=1080%2C1440&ssl=1\",\"index\":12,\"id\":2579,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1-75x50_c.webp\",\"title\":\"IMG_4573\"},\"gallery_id\":\"2530\"}}\";s:10:\"sorted_ids\";s:66:\"[2819,2592,2594,2591,2587,2586,2585,2584,2583,2582,2581,2580,2579]\";}','off'),(363950,'_transient_timeout__eg_fragment_json_2832','1759930465','off'),(363951,'_transient__eg_fragment_json_2832','a:2:{s:14:\"gallery_images\";s:56706:\"{\"3087\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp\",\"title\":\"IMG_2698\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?fit=1440%2C1080&ssl=1\",\"index\":0,\"id\":3087,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1-75x50_c.webp\",\"title\":\"IMG_2698\"},\"gallery_id\":\"2832\"},\"3134\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp\",\"title\":\"IMG_4055\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?fit=1080%2C1440&ssl=1\",\"index\":1,\"id\":3134,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055-75x50_c.webp\",\"title\":\"IMG_4055\"},\"gallery_id\":\"2832\"},\"3133\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp\",\"title\":\"IMG_4071\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?fit=1080%2C1440&ssl=1\",\"index\":2,\"id\":3133,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071-75x50_c.webp\",\"title\":\"IMG_4071\"},\"gallery_id\":\"2832\"},\"3138\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp\",\"title\":\"IMG_4021\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?fit=1080%2C1440&ssl=1\",\"index\":3,\"id\":3138,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021-75x50_c.webp\",\"title\":\"IMG_4021\"},\"gallery_id\":\"2832\"},\"3579\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled.webp\",\"title\":\"IMG_3142-scaled.webp\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled.webp?fit=1536%2C2048&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled.webp?fit=1920%2C2560&ssl=1\",\"index\":4,\"id\":3579,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled-75x50_c.webp\",\"title\":\"IMG_3142-scaled.webp\"},\"gallery_id\":\"2832\"},\"3575\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled.webp\",\"title\":\"IMG_3764-scaled.webp\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled.webp?fit=1536%2C2048&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled.webp?fit=1920%2C2560&ssl=1\",\"index\":5,\"id\":3575,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled-75x50_c.webp\",\"title\":\"IMG_3764-scaled.webp\"},\"gallery_id\":\"2832\"},\"3574\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled.webp\",\"title\":\"IMG_3785-scaled.webp\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled.webp?fit=1536%2C2048&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled.webp?fit=1920%2C2560&ssl=1\",\"index\":6,\"id\":3574,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled-75x50_c.webp\",\"title\":\"IMG_3785-scaled.webp\"},\"gallery_id\":\"2832\"},\"3581\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled.webp\",\"title\":\"IMG_3098-scaled.webp\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled.webp?fit=1536%2C2048&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled.webp?fit=1920%2C2560&ssl=1\",\"index\":7,\"id\":3581,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled-75x50_c.webp\",\"title\":\"IMG_3098-scaled.webp\"},\"gallery_id\":\"2832\"},\"3587\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled.webp\",\"title\":\"IMG_2868-scaled.webp\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled.webp?fit=1536%2C2048&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled.webp?fit=1920%2C2560&ssl=1\",\"index\":8,\"id\":3587,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled-75x50_c.webp\",\"title\":\"IMG_2868-scaled.webp\"},\"gallery_id\":\"2832\"},\"3616\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled.webp\",\"title\":\"IMG_0711-scaled.webp\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled.webp?fit=1536%2C2048&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled.webp?fit=1920%2C2560&ssl=1\",\"index\":9,\"id\":3616,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled-75x50_c.webp\",\"title\":\"IMG_0711-scaled.webp\"},\"gallery_id\":\"2832\"},\"3615\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled.webp\",\"title\":\"IMG_0799-scaled.webp\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled.webp?fit=1536%2C2048&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled.webp?fit=1920%2C2560&ssl=1\",\"index\":10,\"id\":3615,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled-75x50_c.webp\",\"title\":\"IMG_0799-scaled.webp\"},\"gallery_id\":\"2832\"},\"3607\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled.webp\",\"title\":\"IMG_1437-scaled.webp\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled.webp?fit=1536%2C2048&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled.webp?fit=1920%2C2560&ssl=1\",\"index\":11,\"id\":3607,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled-75x50_c.webp\",\"title\":\"IMG_1437-scaled.webp\"},\"gallery_id\":\"2832\"},\"3606\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled.webp\",\"title\":\"IMG_1471-scaled.webp\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled.webp?fit=1536%2C2048&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled.webp?fit=1920%2C2560&ssl=1\",\"index\":12,\"id\":3606,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled-75x50_c.webp\",\"title\":\"IMG_1471-scaled.webp\"},\"gallery_id\":\"2832\"},\"3609\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled.webp\",\"title\":\"IMG_1197-scaled.webp\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled.webp?fit=2048%2C1536&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled.webp?fit=2560%2C1920&ssl=1\",\"index\":13,\"id\":3609,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled-75x50_c.webp\",\"title\":\"IMG_1197-scaled.webp\"},\"gallery_id\":\"2832\"},\"2860\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649.webp\",\"title\":\"IMG_3649\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649.webp?fit=1024%2C1365&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649.webp?fit=1024%2C1365&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649.webp?fit=1024%2C1365&ssl=1\",\"index\":14,\"id\":2860,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649-75x50_c.webp\",\"title\":\"IMG_3649\"},\"gallery_id\":\"2832\"},\"2917\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1.webp\",\"title\":\"IMG_2396\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1.webp?fit=1024%2C768&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1.webp?fit=1024%2C768&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1.webp?fit=1024%2C768&ssl=1\",\"index\":15,\"id\":2917,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1-75x50_c.webp\",\"title\":\"IMG_2396\"},\"gallery_id\":\"2832\"},\"2916\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1.webp\",\"title\":\"IMG_2404\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1.webp?fit=1024%2C768&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1.webp?fit=1024%2C768&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1.webp?fit=1024%2C768&ssl=1\",\"index\":16,\"id\":2916,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1-75x50_c.webp\",\"title\":\"IMG_2404\"},\"gallery_id\":\"2832\"},\"2893\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711.webp\",\"title\":\"IMG_7711\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711.webp?fit=300%2C200&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711.webp?fit=768%2C512&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711.webp?fit=1024%2C683&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711.webp?fit=1024%2C683&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711.webp?fit=1024%2C683&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711-300x200.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711.webp?fit=1024%2C683&ssl=1\",\"index\":17,\"id\":2893,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711-75x50_c.webp\",\"title\":\"IMG_7711\"},\"gallery_id\":\"2832\"},\"2878\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1.webp\",\"title\":\"IMG_5605\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1.webp?fit=1024%2C768&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1.webp?fit=1024%2C768&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1.webp?fit=1024%2C768&ssl=1\",\"index\":18,\"id\":2878,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1-75x50_c.webp\",\"title\":\"IMG_5605\"},\"gallery_id\":\"2832\"},\"2853\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128.webp\",\"title\":\"IMG_3128\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128.webp?fit=1024%2C1365&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128.webp?fit=1024%2C1365&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128.webp?fit=1024%2C1365&ssl=1\",\"index\":19,\"id\":2853,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128-75x50_c.webp\",\"title\":\"IMG_3128\"},\"gallery_id\":\"2832\"},\"2877\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1.webp\",\"title\":\"IMG_5505\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1.webp?fit=1024%2C768&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1.webp?fit=1024%2C768&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1.webp?fit=1024%2C768&ssl=1\",\"index\":20,\"id\":2877,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1-75x50_c.webp\",\"title\":\"IMG_5505\"},\"gallery_id\":\"2832\"},\"2881\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1.webp\",\"title\":\"IMG_6150\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1.webp?fit=1024%2C768&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1.webp?fit=1024%2C768&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1.webp?fit=1024%2C768&ssl=1\",\"index\":21,\"id\":2881,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1-75x50_c.webp\",\"title\":\"IMG_6150\"},\"gallery_id\":\"2832\"},\"2879\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1.webp\",\"title\":\"IMG_5644\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1.webp?fit=1024%2C768&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1.webp?fit=1024%2C768&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1.webp?fit=1024%2C768&ssl=1\",\"index\":22,\"id\":2879,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1-75x50_c.webp\",\"title\":\"IMG_5644\"},\"gallery_id\":\"2832\"},\"2873\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1.webp\",\"title\":\"IMG_4976\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1.webp?fit=1024%2C768&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1.webp?fit=1024%2C768&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1.webp?fit=1024%2C768&ssl=1\",\"index\":23,\"id\":2873,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1-75x50_c.webp\",\"title\":\"IMG_4976\"},\"gallery_id\":\"2832\"},\"2870\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1.webp\",\"title\":\"IMG_4344\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1.webp?fit=1024%2C768&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1.webp?fit=1024%2C768&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1.webp?fit=1024%2C768&ssl=1\",\"index\":24,\"id\":2870,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1-75x50_c.webp\",\"title\":\"IMG_4344\"},\"gallery_id\":\"2832\"},\"2869\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1.webp\",\"title\":\"IMG_3922\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1.webp?fit=1024%2C1365&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1.webp?fit=1024%2C1365&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1.webp?fit=1024%2C1365&ssl=1\",\"index\":25,\"id\":2869,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1-75x50_c.webp\",\"title\":\"IMG_3922\"},\"gallery_id\":\"2832\"},\"2849\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.webp\",\"title\":\"564ED9D4-C180-4CCB-BD26-B5A05E95055A\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.webp?fit=240%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.webp?fit=768%2C960&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.webp?fit=819%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.webp?fit=1024%2C1280&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.webp?fit=1024%2C1280&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2-300x375.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.webp?fit=1024%2C1280&ssl=1\",\"index\":26,\"id\":2849,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2-75x50_c.webp\",\"title\":\"564ED9D4-C180-4CCB-BD26-B5A05E95055A\"},\"gallery_id\":\"2832\"},\"2857\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1.webp\",\"title\":\"IMG_3325\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1.webp?fit=1024%2C768&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1.webp?fit=1024%2C768&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1.webp?fit=1024%2C768&ssl=1\",\"index\":27,\"id\":2857,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1-75x50_c.webp\",\"title\":\"IMG_3325\"},\"gallery_id\":\"2832\"}}\";s:10:\"sorted_ids\";s:141:\"[3087,3134,3133,3138,3579,3575,3574,3581,3587,3616,3615,3607,3606,3609,2860,2917,2916,2893,2878,2853,2877,2881,2879,2873,2870,2869,2849,2857]\";}','off'),(363977,'_transient_timeout__eg_fragment_json_2947','1759930520','off'),(363978,'_transient__eg_fragment_json_2947','a:2:{s:14:\"gallery_images\";s:101773:\"{\"3008\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n.webp\",\"title\":\"437148274_742504491362521_7065599385733258382_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n.webp?fit=1440%2C1080&ssl=1\",\"index\":0,\"id\":3008,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n-75x50_c.webp\",\"title\":\"437148274_742504491362521_7065599385733258382_n\"},\"gallery_id\":\"2947\"},\"3007\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n.webp\",\"title\":\"504489709_17885899926279969_177754631791483776_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n.webp?fit=298%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n.webp?fit=768%2C774&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n.webp?fit=1016%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n.webp?fit=1440%2C1452&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n.webp?fit=1440%2C1452&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n-300x303.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n.webp?fit=1440%2C1452&ssl=1\",\"index\":1,\"id\":3007,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n-75x50_c.webp\",\"title\":\"504489709_17885899926279969_177754631791483776_n\"},\"gallery_id\":\"2947\"},\"3006\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n.webp\",\"title\":\"503284456_18509958433044190_7517990739271165788_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n.webp?fit=480%2C640&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n.webp?fit=480%2C640&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n.webp?fit=480%2C640&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n.webp?fit=480%2C640&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n.webp?fit=480%2C640&ssl=1\",\"index\":2,\"id\":3006,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n-75x50_c.webp\",\"title\":\"503284456_18509958433044190_7517990739271165788_n\"},\"gallery_id\":\"2947\"},\"3005\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n.webp\",\"title\":\"498942563_18387584923142936_596123371765232778_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n.webp?fit=240%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n.webp?fit=768%2C960&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n.webp?fit=819%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n.webp?fit=1080%2C1350&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n.webp?fit=1080%2C1350&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n-300x375.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n.webp?fit=1080%2C1350&ssl=1\",\"index\":3,\"id\":3005,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n-75x50_c.webp\",\"title\":\"498942563_18387584923142936_596123371765232778_n\"},\"gallery_id\":\"2947\"},\"3004\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n.webp\",\"title\":\"497541595_18501294259001614_2598109448780506479_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n.webp?fit=300%2C200&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n.webp?fit=768%2C512&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n.webp?fit=1024%2C683&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n.webp?fit=1440%2C960&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n.webp?fit=1440%2C960&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n-300x200.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n.webp?fit=1440%2C960&ssl=1\",\"index\":4,\"id\":3004,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n-75x50_c.webp\",\"title\":\"497541595_18501294259001614_2598109448780506479_n\"},\"gallery_id\":\"2947\"},\"3003\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n.webp\",\"title\":\"491442005_18510909595020751_7234922605167022337_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n.webp?fit=640%2C480&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n.webp?fit=640%2C480&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n.webp?fit=640%2C480&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n.webp?fit=640%2C480&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n.webp?fit=640%2C480&ssl=1\",\"index\":5,\"id\":3003,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n-75x50_c.webp\",\"title\":\"491442005_18510909595020751_7234922605167022337_n\"},\"gallery_id\":\"2947\"},\"3002\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n.webp\",\"title\":\"488181926_644288625165545_5872832267448076159_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n.webp?fit=300%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n.webp?fit=768%2C768&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n.webp?fit=1024%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n.webp?fit=1440%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n.webp?fit=1440%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n-300x300.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n.webp?fit=1440%2C1440&ssl=1\",\"index\":6,\"id\":3002,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n-75x50_c.webp\",\"title\":\"488181926_644288625165545_5872832267448076159_n\"},\"gallery_id\":\"2947\"},\"3001\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n.webp\",\"title\":\"486213528_18495203686033581_4058816147006171820_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n.webp?fit=640%2C480&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n.webp?fit=640%2C480&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n.webp?fit=640%2C480&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n.webp?fit=640%2C480&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n.webp?fit=640%2C480&ssl=1\",\"index\":7,\"id\":3001,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n-75x50_c.webp\",\"title\":\"486213528_18495203686033581_4058816147006171820_n\"},\"gallery_id\":\"2947\"},\"3000\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n.webp\",\"title\":\"470902406_1231561204578289_151210119275735549_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n.webp?fit=300%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n.webp?fit=768%2C768&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n.webp?fit=1024%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n.webp?fit=1440%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n.webp?fit=1440%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n-300x300.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n.webp?fit=1440%2C1440&ssl=1\",\"index\":8,\"id\":3000,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n-75x50_c.webp\",\"title\":\"470902406_1231561204578289_151210119275735549_n\"},\"gallery_id\":\"2947\"},\"2999\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n.webp\",\"title\":\"470602685_18479309014047289_2606857417410813301_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n.webp?fit=300%2C200&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n.webp?fit=768%2C513&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n.webp?fit=1024%2C683&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n.webp?fit=1440%2C961&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n.webp?fit=1440%2C961&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n-300x200.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n.webp?fit=1440%2C961&ssl=1\",\"index\":9,\"id\":2999,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n-75x50_c.webp\",\"title\":\"470602685_18479309014047289_2606857417410813301_n\"},\"gallery_id\":\"2947\"},\"2998\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n.webp\",\"title\":\"455036619_857294589254265_4022265624524897411_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n.webp?fit=300%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n.webp?fit=768%2C768&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n.webp?fit=1024%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n.webp?fit=1409%2C1409&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n.webp?fit=1409%2C1409&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n-300x300.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n.webp?fit=1409%2C1409&ssl=1\",\"index\":10,\"id\":2998,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n-75x50_c.webp\",\"title\":\"455036619_857294589254265_4022265624524897411_n\"},\"gallery_id\":\"2947\"},\"2997\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n.webp\",\"title\":\"449859150_1194962441742133_6344605474599175091_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n.webp?fit=240%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n.webp?fit=480%2C600&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n.webp?fit=480%2C600&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n.webp?fit=480%2C600&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n.webp?fit=480%2C600&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n-300x375.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n.webp?fit=480%2C600&ssl=1\",\"index\":11,\"id\":2997,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n-75x50_c.webp\",\"title\":\"449859150_1194962441742133_6344605474599175091_n\"},\"gallery_id\":\"2947\"},\"2996\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n.webp\",\"title\":\"447671102_18435710512058900_2002726956368915108_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n.webp?fit=240%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n.webp?fit=480%2C600&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n.webp?fit=480%2C600&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n.webp?fit=480%2C600&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n.webp?fit=480%2C600&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n-300x375.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n.webp?fit=480%2C600&ssl=1\",\"index\":12,\"id\":2996,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n-75x50_c.webp\",\"title\":\"447671102_18435710512058900_2002726956368915108_n\"},\"gallery_id\":\"2947\"},\"2995\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n.webp\",\"title\":\"445587699_786824676755447_6957098027536781905_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n.webp?fit=300%2C248&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n.webp?fit=640%2C529&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n.webp?fit=640%2C529&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n.webp?fit=640%2C529&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n.webp?fit=640%2C529&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n-300x248.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n.webp?fit=640%2C529&ssl=1\",\"index\":13,\"id\":2995,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n-75x50_c.webp\",\"title\":\"445587699_786824676755447_6957098027536781905_n\"},\"gallery_id\":\"2947\"},\"2994\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n.webp\",\"title\":\"445175176_463852779535417_6180761558755325466_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n.webp?fit=1440%2C1080&ssl=1\",\"index\":14,\"id\":2994,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n-75x50_c.webp\",\"title\":\"445175176_463852779535417_6180761558755325466_n\"},\"gallery_id\":\"2947\"},\"2993\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1.webp\",\"title\":\"IMG_5372\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1.webp?fit=300%2C207&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1.webp?fit=768%2C530&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1.webp?fit=1024%2C706&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1.webp?fit=1440%2C993&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1.webp?fit=1440%2C993&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1-300x207.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1.webp?fit=1440%2C993&ssl=1\",\"index\":15,\"id\":2993,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1-75x50_c.webp\",\"title\":\"IMG_5372\"},\"gallery_id\":\"2947\"},\"2992\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981.webp\",\"title\":\"VCYT6981\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981.webp?fit=640%2C852&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981.webp?fit=640%2C852&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981.webp?fit=640%2C852&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981.webp?fit=640%2C852&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981-300x399.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981.webp?fit=640%2C852&ssl=1\",\"index\":16,\"id\":2992,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981-75x50_c.webp\",\"title\":\"VCYT6981\"},\"gallery_id\":\"2947\"},\"2991\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092.webp\",\"title\":\"PLSX7092\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092.webp?fit=169%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092.webp?fit=750%2C1334&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092.webp?fit=576%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092.webp?fit=750%2C1334&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092.webp?fit=750%2C1334&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092-300x534.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092.webp?fit=750%2C1334&ssl=1\",\"index\":17,\"id\":2991,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092-75x50_c.webp\",\"title\":\"PLSX7092\"},\"gallery_id\":\"2947\"},\"2990\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755.webp\",\"title\":\"MTJR4755\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755.webp?fit=1200%2C900&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755.webp?fit=1200%2C900&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755.webp?fit=1200%2C900&ssl=1\",\"index\":18,\"id\":2990,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755-75x50_c.webp\",\"title\":\"MTJR4755\"},\"gallery_id\":\"2947\"},\"2989\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487.webp\",\"title\":\"MGLF7487\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487.webp?fit=750%2C562&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487.webp?fit=750%2C562&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487.webp?fit=750%2C562&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487.webp?fit=750%2C562&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487.webp?fit=750%2C562&ssl=1\",\"index\":19,\"id\":2989,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487-75x50_c.webp\",\"title\":\"MGLF7487\"},\"gallery_id\":\"2947\"},\"2988\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317.webp\",\"title\":\"IMG-4317\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317.webp?fit=300%2C200&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317.webp?fit=768%2C512&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317.webp?fit=1024%2C683&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317.webp?fit=1200%2C800&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317.webp?fit=1200%2C800&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317-300x200.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317.webp?fit=1200%2C800&ssl=1\",\"index\":20,\"id\":2988,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317-75x50_c.webp\",\"title\":\"IMG-4317\"},\"gallery_id\":\"2947\"},\"2987\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012.webp\",\"title\":\"IMG_9012\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012.webp?fit=300%2C237&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012.webp?fit=768%2C607&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012.webp?fit=1024%2C809&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012.webp?fit=1200%2C948&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012.webp?fit=1200%2C948&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012-300x237.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012.webp?fit=1200%2C948&ssl=1\",\"index\":21,\"id\":2987,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012-75x50_c.webp\",\"title\":\"IMG_9012\"},\"gallery_id\":\"2947\"},\"2986\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907.webp\",\"title\":\"IMG_8907\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907.webp?fit=640%2C480&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907.webp?fit=640%2C480&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907.webp?fit=640%2C480&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907.webp?fit=640%2C480&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907.webp?fit=640%2C480&ssl=1\",\"index\":22,\"id\":2986,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907-75x50_c.webp\",\"title\":\"IMG_8907\"},\"gallery_id\":\"2947\"},\"2984\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927.webp\",\"title\":\"IMG_4927\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927.webp?fit=960%2C720&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927.webp?fit=960%2C720&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927.webp?fit=960%2C720&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927.webp?fit=960%2C720&ssl=1\",\"index\":23,\"id\":2984,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927-75x50_c.webp\",\"title\":\"IMG_4927\"},\"gallery_id\":\"2947\"},\"2983\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900.webp\",\"title\":\"IMG_4900\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900.webp?fit=151%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900.webp?fit=768%2C1526&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900.webp?fit=515%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900.webp?fit=773%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900.webp?fit=902%2C1792&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900-300x596.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900.webp?fit=902%2C1792&ssl=1\",\"index\":24,\"id\":2983,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900-75x50_c.webp\",\"title\":\"IMG_4900\"},\"gallery_id\":\"2947\"},\"2982\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541.webp\",\"title\":\"IMG_4541\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541.webp?fit=300%2C200&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541.webp?fit=768%2C513&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541.webp?fit=1024%2C684&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541.webp?fit=1536%2C1026&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541.webp?fit=1599%2C1068&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541-300x200.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541.webp?fit=1599%2C1068&ssl=1\",\"index\":25,\"id\":2982,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541-75x50_c.webp\",\"title\":\"IMG_4541\"},\"gallery_id\":\"2947\"},\"2978\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833.webp\",\"title\":\"IMG_2833\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833.webp?fit=1600%2C1200&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833.webp?fit=1600%2C1200&ssl=1\",\"index\":26,\"id\":2978,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833-75x50_c.webp\",\"title\":\"IMG_2833\"},\"gallery_id\":\"2947\"},\"2977\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832.webp\",\"title\":\"IMG_2832\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832.webp?fit=1600%2C1200&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832.webp?fit=1600%2C1200&ssl=1\",\"index\":27,\"id\":2977,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832-75x50_c.webp\",\"title\":\"IMG_2832\"},\"gallery_id\":\"2947\"},\"2976\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831.webp\",\"title\":\"IMG_2831\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831.webp?fit=1600%2C1200&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831.webp?fit=1600%2C1200&ssl=1\",\"index\":28,\"id\":2976,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831-75x50_c.webp\",\"title\":\"IMG_2831\"},\"gallery_id\":\"2947\"},\"2973\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659.webp\",\"title\":\"IMG_2659\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659.webp?fit=169%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659.webp?fit=750%2C1334&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659.webp?fit=576%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659.webp?fit=750%2C1334&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659.webp?fit=750%2C1334&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659-300x534.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659.webp?fit=750%2C1334&ssl=1\",\"index\":29,\"id\":2973,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659-75x50_c.webp\",\"title\":\"IMG_2659\"},\"gallery_id\":\"2947\"},\"2970\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989.webp\",\"title\":\"IMG_1989\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989.webp?fit=960%2C1280&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989.webp?fit=960%2C1280&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989.webp?fit=960%2C1280&ssl=1\",\"index\":30,\"id\":2970,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989-75x50_c.webp\",\"title\":\"IMG_1989\"},\"gallery_id\":\"2947\"},\"2968\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734.webp\",\"title\":\"IMG_1734\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734.webp?fit=2016%2C1512&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734.webp?fit=2016%2C1512&ssl=1\",\"index\":31,\"id\":2968,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734-75x50_c.webp\",\"title\":\"IMG_1734\"},\"gallery_id\":\"2947\"},\"2966\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104.webp\",\"title\":\"IMG_1104\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104.webp?fit=300%2C169&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104.webp?fit=768%2C432&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104.webp?fit=1024%2C576&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104.webp?fit=1536%2C864&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104.webp?fit=1920%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104-300x169.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104.webp?fit=1920%2C1080&ssl=1\",\"index\":32,\"id\":2966,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104-75x50_c.webp\",\"title\":\"IMG_1104\"},\"gallery_id\":\"2947\"},\"2965\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097.webp\",\"title\":\"IMG_1097\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097.webp?fit=640%2C480&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097.webp?fit=640%2C480&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097.webp?fit=640%2C480&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097.webp?fit=640%2C480&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097.webp?fit=640%2C480&ssl=1\",\"index\":33,\"id\":2965,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097-75x50_c.webp\",\"title\":\"IMG_1097\"},\"gallery_id\":\"2947\"},\"2964\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095.webp\",\"title\":\"IMG_1095\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095.webp?fit=300%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095.webp?fit=768%2C767&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095.webp?fit=1024%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095.webp?fit=1080%2C1079&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095.webp?fit=1080%2C1079&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095-300x300.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095.webp?fit=1080%2C1079&ssl=1\",\"index\":34,\"id\":2964,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095-75x50_c.webp\",\"title\":\"IMG_1095\"},\"gallery_id\":\"2947\"},\"2963\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089.webp\",\"title\":\"IMG_1089\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089.webp?fit=300%2C198&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089.webp?fit=640%2C423&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089.webp?fit=640%2C423&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089.webp?fit=640%2C423&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089.webp?fit=640%2C423&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089-300x198.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089.webp?fit=640%2C423&ssl=1\",\"index\":35,\"id\":2963,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089-75x50_c.webp\",\"title\":\"IMG_1089\"},\"gallery_id\":\"2947\"},\"2960\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084.webp\",\"title\":\"IMG_1084\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084.webp?fit=169%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084.webp?fit=750%2C1334&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084.webp?fit=576%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084.webp?fit=750%2C1334&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084.webp?fit=750%2C1334&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084-300x534.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084.webp?fit=750%2C1334&ssl=1\",\"index\":36,\"id\":2960,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084-75x50_c.webp\",\"title\":\"IMG_1084\"},\"gallery_id\":\"2947\"},\"2959\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079.webp\",\"title\":\"IMG_1079\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079.webp?fit=300%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079.webp?fit=768%2C764&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079.webp?fit=1024%2C1019&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079.webp?fit=1280%2C1274&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079.webp?fit=1280%2C1274&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079-300x299.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079.webp?fit=1280%2C1274&ssl=1\",\"index\":37,\"id\":2959,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079-75x50_c.webp\",\"title\":\"IMG_1079\"},\"gallery_id\":\"2947\"},\"2958\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944.webp\",\"title\":\"IMG_0944\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944.webp?fit=300%2C200&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944.webp?fit=768%2C512&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944.webp?fit=960%2C640&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944.webp?fit=960%2C640&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944.webp?fit=960%2C640&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944-300x200.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944.webp?fit=960%2C640&ssl=1\",\"index\":38,\"id\":2958,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944-75x50_c.webp\",\"title\":\"IMG_0944\"},\"gallery_id\":\"2947\"},\"2957\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501.webp\",\"title\":\"Screenshot\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501.jpg\",\"alt\":\"\",\"caption\":\"Screenshot\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501.webp?fit=300%2C198&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501.webp?fit=768%2C506&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501.webp?fit=828%2C546&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501.webp?fit=828%2C546&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501.webp?fit=828%2C546&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501-300x198.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501.webp?fit=828%2C546&ssl=1\",\"index\":39,\"id\":2957,\"video\":false,\"opts\":{\"caption\":\"Screenshot\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501-75x50_c.webp\",\"title\":\"Screenshot\"},\"gallery_id\":\"2947\"},\"2954\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498.webp\",\"title\":\"Screenshot\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498.jpg\",\"alt\":\"\",\"caption\":\"Screenshot\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498.webp?fit=300%2C198&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498.webp?fit=768%2C507&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498.webp?fit=828%2C547&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498.webp?fit=828%2C547&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498.webp?fit=828%2C547&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498-300x198.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498.webp?fit=828%2C547&ssl=1\",\"index\":40,\"id\":2954,\"video\":false,\"opts\":{\"caption\":\"Screenshot\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498-75x50_c.webp\",\"title\":\"Screenshot\"},\"gallery_id\":\"2947\"},\"2953\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n.webp\",\"title\":\"87953997_230236561487320_861082269299769344_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n.webp?fit=480%2C360&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n.webp?fit=480%2C360&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n.webp?fit=480%2C360&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n.webp?fit=480%2C360&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n.webp?fit=480%2C360&ssl=1\",\"index\":41,\"id\":2953,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n-75x50_c.webp\",\"title\":\"87953997_230236561487320_861082269299769344_n\"},\"gallery_id\":\"2947\"},\"2951\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472.webp\",\"title\":\"811871D3-C280-46D5-9DBC-589C4E700472\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472.webp?fit=300%2C199&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472.webp?fit=768%2C509&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472.webp?fit=853%2C565&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472.webp?fit=853%2C565&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472.webp?fit=853%2C565&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472-300x199.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472.webp?fit=853%2C565&ssl=1\",\"index\":42,\"id\":2951,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472-75x50_c.webp\",\"title\":\"811871D3-C280-46D5-9DBC-589C4E700472\"},\"gallery_id\":\"2947\"},\"2950\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F.webp\",\"title\":\"09002F42-61AF-4003-9CC1-C09F374AC11F\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F.webp?fit=300%2C215&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F.webp?fit=768%2C551&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F.webp?fit=791%2C567&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F.webp?fit=791%2C567&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F.webp?fit=791%2C567&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F-300x215.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F.webp?fit=791%2C567&ssl=1\",\"index\":43,\"id\":2950,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F-75x50_c.webp\",\"title\":\"09002F42-61AF-4003-9CC1-C09F374AC11F\"},\"gallery_id\":\"2947\"},\"2949\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2.webp\",\"title\":\"9BEACE47-192C-4771-87CB-55F3CD28C0E2\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2.webp?fit=300%2C235&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2.webp?fit=768%2C602&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2.webp?fit=1024%2C803&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2.webp?fit=1280%2C1004&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2.webp?fit=1280%2C1004&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2-300x235.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2.webp?fit=1280%2C1004&ssl=1\",\"index\":44,\"id\":2949,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2-75x50_c.webp\",\"title\":\"9BEACE47-192C-4771-87CB-55F3CD28C0E2\"},\"gallery_id\":\"2947\"},\"2948\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A.webp\",\"title\":\"0A06FF3E-3164-4558-90E1-6547222E7B0A\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A.webp?fit=300%2C194&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A.webp?fit=756%2C490&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A.webp?fit=756%2C490&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A.webp?fit=756%2C490&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A.webp?fit=756%2C490&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A-300x194.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A.webp?fit=756%2C490&ssl=1\",\"index\":45,\"id\":2948,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A-75x50_c.webp\",\"title\":\"0A06FF3E-3164-4558-90E1-6547222E7B0A\"},\"gallery_id\":\"2947\"}}\";s:10:\"sorted_ids\";s:231:\"[3008,3007,3006,3005,3004,3003,3002,3001,3000,2999,2998,2997,2996,2995,2994,2993,2992,2991,2990,2989,2988,2987,2986,2984,2983,2982,2978,2977,2976,2973,2970,2968,2966,2965,2964,2963,2960,2959,2958,2957,2954,2953,2951,2950,2949,2948]\";}','off'),(363983,'_transient_timeout__eg_fragment_json_3010','1759930521','off'),(363984,'_transient__eg_fragment_json_3010','a:2:{s:14:\"gallery_images\";s:202737:\"{\"3148\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812.webp\",\"title\":\"IMG_3812\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812.webp?fit=279%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812.webp?fit=768%2C827&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812.webp?fit=951%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812.webp?fit=1337%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812.webp?fit=1337%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812-300x323.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812.webp?fit=1337%2C1440&ssl=1\",\"index\":0,\"id\":3148,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812-75x50_c.webp\",\"title\":\"IMG_3812\"},\"gallery_id\":\"3010\"},\"3147\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845.webp\",\"title\":\"IMG_3845\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845.webp?fit=1080%2C1440&ssl=1\",\"index\":1,\"id\":3147,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845-75x50_c.webp\",\"title\":\"IMG_3845\"},\"gallery_id\":\"3010\"},\"3146\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846.webp\",\"title\":\"IMG_3846\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846.webp?fit=1080%2C1440&ssl=1\",\"index\":2,\"id\":3146,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846-75x50_c.webp\",\"title\":\"IMG_3846\"},\"gallery_id\":\"3010\"},\"3145\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897.webp\",\"title\":\"IMG_3897\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897.webp?fit=263%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897.webp?fit=768%2C878&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897.webp?fit=896%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897.webp?fit=1260%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897.webp?fit=1260%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897-300x343.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897.webp?fit=1260%2C1440&ssl=1\",\"index\":3,\"id\":3145,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897-75x50_c.webp\",\"title\":\"IMG_3897\"},\"gallery_id\":\"3010\"},\"3143\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp\",\"title\":\"IMG_3948\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?fit=298%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?fit=768%2C774&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?fit=1016%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?fit=1429%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?fit=1429%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948-300x302.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?fit=1429%2C1440&ssl=1\",\"index\":4,\"id\":3143,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948-75x50_c.webp\",\"title\":\"IMG_3948\"},\"gallery_id\":\"3010\"},\"3141\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960.webp\",\"title\":\"IMG_3960\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960.webp?fit=293%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960.webp?fit=768%2C785&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960.webp?fit=1002%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960.webp?fit=1080%2C1104&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960.webp?fit=1080%2C1104&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960-300x307.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960.webp?fit=1080%2C1104&ssl=1\",\"index\":5,\"id\":3141,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960-75x50_c.webp\",\"title\":\"IMG_3960\"},\"gallery_id\":\"3010\"},\"3140\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966.webp\",\"title\":\"IMG_3966\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966.webp?fit=1080%2C1440&ssl=1\",\"index\":6,\"id\":3140,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966-75x50_c.webp\",\"title\":\"IMG_3966\"},\"gallery_id\":\"3010\"},\"3139\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020.webp\",\"title\":\"IMG_4020\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020.webp?fit=1080%2C1440&ssl=1\",\"index\":7,\"id\":3139,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020-75x50_c.webp\",\"title\":\"IMG_4020\"},\"gallery_id\":\"3010\"},\"3138\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp\",\"title\":\"IMG_4021\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?fit=1080%2C1440&ssl=1\",\"index\":8,\"id\":3138,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021-75x50_c.webp\",\"title\":\"IMG_4021\"},\"gallery_id\":\"3010\"},\"3137\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035.webp\",\"title\":\"IMG_4035\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035.webp?fit=1080%2C1440&ssl=1\",\"index\":9,\"id\":3137,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035-75x50_c.webp\",\"title\":\"IMG_4035\"},\"gallery_id\":\"3010\"},\"3136\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036.webp\",\"title\":\"IMG_4036\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036.webp?fit=1080%2C1440&ssl=1\",\"index\":10,\"id\":3136,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036-75x50_c.webp\",\"title\":\"IMG_4036\"},\"gallery_id\":\"3010\"},\"3135\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054.webp\",\"title\":\"IMG_4054\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054.webp?fit=1080%2C1440&ssl=1\",\"index\":11,\"id\":3135,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054-75x50_c.webp\",\"title\":\"IMG_4054\"},\"gallery_id\":\"3010\"},\"3134\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp\",\"title\":\"IMG_4055\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?fit=1080%2C1440&ssl=1\",\"index\":12,\"id\":3134,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055-75x50_c.webp\",\"title\":\"IMG_4055\"},\"gallery_id\":\"3010\"},\"3133\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp\",\"title\":\"IMG_4071\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?fit=1080%2C1440&ssl=1\",\"index\":13,\"id\":3133,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071-75x50_c.webp\",\"title\":\"IMG_4071\"},\"gallery_id\":\"3010\"},\"3132\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560.webp\",\"title\":\"IMG_2560\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560.webp?fit=1080%2C1440&ssl=1\",\"index\":14,\"id\":3132,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560-75x50_c.webp\",\"title\":\"IMG_2560\"},\"gallery_id\":\"3010\"},\"3131\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439.webp\",\"title\":\"IMG_9439\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439.webp?fit=300%2C198&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439.webp?fit=768%2C506&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439.webp?fit=1024%2C674&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439.webp?fit=1200%2C790&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439.webp?fit=1200%2C790&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439-300x198.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439.webp?fit=1200%2C790&ssl=1\",\"index\":15,\"id\":3131,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439-75x50_c.webp\",\"title\":\"IMG_9439\"},\"gallery_id\":\"3010\"},\"3130\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp\",\"title\":\"IMG_8009\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?fit=1080%2C1440&ssl=1\",\"index\":16,\"id\":3130,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009-75x50_c.webp\",\"title\":\"IMG_8009\"},\"gallery_id\":\"3010\"},\"3129\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456.webp\",\"title\":\"IMG_7456\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456.webp?fit=1080%2C1440&ssl=1\",\"index\":17,\"id\":3129,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456-75x50_c.webp\",\"title\":\"IMG_7456\"},\"gallery_id\":\"3010\"},\"3128\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp\",\"title\":\"IMG_7455\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?fit=1080%2C1440&ssl=1\",\"index\":18,\"id\":3128,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455-75x50_c.webp\",\"title\":\"IMG_7455\"},\"gallery_id\":\"3010\"},\"3127\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447.webp\",\"title\":\"IMG_7447\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447.webp?fit=1080%2C1440&ssl=1\",\"index\":19,\"id\":3127,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447-75x50_c.webp\",\"title\":\"IMG_7447\"},\"gallery_id\":\"3010\"},\"3126\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp\",\"title\":\"IMG_7307\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?fit=272%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?fit=768%2C846&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?fit=930%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?fit=1080%2C1189&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?fit=1080%2C1189&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307-300x330.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?fit=1080%2C1189&ssl=1\",\"index\":20,\"id\":3126,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307-75x50_c.webp\",\"title\":\"IMG_7307\"},\"gallery_id\":\"3010\"},\"3125\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301.webp\",\"title\":\"IMG_7301\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301.webp?fit=1080%2C1440&ssl=1\",\"index\":21,\"id\":3125,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301-75x50_c.webp\",\"title\":\"IMG_7301\"},\"gallery_id\":\"3010\"},\"3124\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp\",\"title\":\"IMG_7207\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?fit=1080%2C1440&ssl=1\",\"index\":22,\"id\":3124,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207-75x50_c.webp\",\"title\":\"IMG_7207\"},\"gallery_id\":\"3010\"},\"3123\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204.webp\",\"title\":\"IMG_7204\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204.webp?fit=1080%2C1440&ssl=1\",\"index\":23,\"id\":3123,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204-75x50_c.webp\",\"title\":\"IMG_7204\"},\"gallery_id\":\"3010\"},\"3122\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042.webp\",\"title\":\"IMG_7042\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042.webp?fit=1080%2C1440&ssl=1\",\"index\":24,\"id\":3122,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042-75x50_c.webp\",\"title\":\"IMG_7042\"},\"gallery_id\":\"3010\"},\"3121\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976.webp\",\"title\":\"IMG_6976\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976.webp?fit=1440%2C1080&ssl=1\",\"index\":25,\"id\":3121,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976-75x50_c.webp\",\"title\":\"IMG_6976\"},\"gallery_id\":\"3010\"},\"3120\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031.webp\",\"title\":\"IMG_4031\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031.webp?fit=300%2C200&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031.webp?fit=768%2C512&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031.webp?fit=1024%2C683&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031.webp?fit=1440%2C960&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031.webp?fit=1440%2C960&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031-300x200.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031.webp?fit=1440%2C960&ssl=1\",\"index\":26,\"id\":3120,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031-75x50_c.webp\",\"title\":\"IMG_4031\"},\"gallery_id\":\"3010\"},\"3119\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619.webp\",\"title\":\"IMG_3619\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619.webp?fit=1080%2C1440&ssl=1\",\"index\":27,\"id\":3119,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619-75x50_c.webp\",\"title\":\"IMG_3619\"},\"gallery_id\":\"3010\"},\"3118\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617.webp\",\"title\":\"IMG_3617\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617.webp?fit=1080%2C1440&ssl=1\",\"index\":28,\"id\":3118,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617-75x50_c.webp\",\"title\":\"IMG_3617\"},\"gallery_id\":\"3010\"},\"3117\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305.webp\",\"title\":\"IMG_3305\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305.webp?fit=1080%2C1440&ssl=1\",\"index\":29,\"id\":3117,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305-75x50_c.webp\",\"title\":\"IMG_3305\"},\"gallery_id\":\"3010\"},\"3116\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223.webp\",\"title\":\"IMG_3223\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223.webp?fit=1080%2C1440&ssl=1\",\"index\":30,\"id\":3116,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223-75x50_c.webp\",\"title\":\"IMG_3223\"},\"gallery_id\":\"3010\"},\"3115\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp\",\"title\":\"IMG_3222\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?fit=1080%2C1440&ssl=1\",\"index\":31,\"id\":3115,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222-75x50_c.webp\",\"title\":\"IMG_3222\"},\"gallery_id\":\"3010\"},\"3114\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp\",\"title\":\"IMG_3120\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?fit=1080%2C1440&ssl=1\",\"index\":32,\"id\":3114,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120-75x50_c.webp\",\"title\":\"IMG_3120\"},\"gallery_id\":\"3010\"},\"3113\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064.webp\",\"title\":\"IMG_3064\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064.webp?fit=1080%2C1440&ssl=1\",\"index\":33,\"id\":3113,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064-75x50_c.webp\",\"title\":\"IMG_3064\"},\"gallery_id\":\"3010\"},\"3112\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062.webp\",\"title\":\"IMG_3062\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062.webp?fit=1080%2C1440&ssl=1\",\"index\":34,\"id\":3112,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062-75x50_c.webp\",\"title\":\"IMG_3062\"},\"gallery_id\":\"3010\"},\"3111\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559.webp\",\"title\":\"IMG_2559\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559.webp?fit=1080%2C1440&ssl=1\",\"index\":35,\"id\":3111,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559-75x50_c.webp\",\"title\":\"IMG_2559\"},\"gallery_id\":\"3010\"},\"3110\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp\",\"title\":\"IMG_1961\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?fit=1080%2C1440&ssl=1\",\"index\":36,\"id\":3110,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961-75x50_c.webp\",\"title\":\"IMG_1961\"},\"gallery_id\":\"3010\"},\"3109\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797.webp\",\"title\":\"IMG_1797\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797.webp?fit=1080%2C1440&ssl=1\",\"index\":37,\"id\":3109,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797-75x50_c.webp\",\"title\":\"IMG_1797\"},\"gallery_id\":\"3010\"},\"3108\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp\",\"title\":\"IMG_1796\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?fit=1080%2C1440&ssl=1\",\"index\":38,\"id\":3108,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796-75x50_c.webp\",\"title\":\"IMG_1796\"},\"gallery_id\":\"3010\"},\"3107\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011.webp\",\"title\":\"IMG_1011\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011.webp?fit=1080%2C1440&ssl=1\",\"index\":39,\"id\":3107,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011-75x50_c.webp\",\"title\":\"IMG_1011\"},\"gallery_id\":\"3010\"},\"3106\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010.webp\",\"title\":\"IMG_1010\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010.webp?fit=1080%2C1440&ssl=1\",\"index\":40,\"id\":3106,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010-75x50_c.webp\",\"title\":\"IMG_1010\"},\"gallery_id\":\"3010\"},\"3105\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp\",\"title\":\"IMG_1009\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?fit=1080%2C1440&ssl=1\",\"index\":41,\"id\":3105,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009-75x50_c.webp\",\"title\":\"IMG_1009\"},\"gallery_id\":\"3010\"},\"3104\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp\",\"title\":\"IMG_0698\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?fit=1080%2C1440&ssl=1\",\"index\":42,\"id\":3104,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698-75x50_c.webp\",\"title\":\"IMG_0698\"},\"gallery_id\":\"3010\"},\"3103\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696.webp\",\"title\":\"IMG_0696\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696.webp?fit=1080%2C1440&ssl=1\",\"index\":43,\"id\":3103,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696-75x50_c.webp\",\"title\":\"IMG_0696\"},\"gallery_id\":\"3010\"},\"3102\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n.webp\",\"title\":\"68470976_1346433938856221_3994837700069818368_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n.webp?fit=300%2C200&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n.webp?fit=768%2C512&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n.webp?fit=1024%2C683&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n.webp?fit=1440%2C960&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n.webp?fit=1440%2C960&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n-300x200.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n.webp?fit=1440%2C960&ssl=1\",\"index\":44,\"id\":3102,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n-75x50_c.webp\",\"title\":\"68470976_1346433938856221_3994837700069818368_n\"},\"gallery_id\":\"3010\"},\"3101\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n.webp\",\"title\":\"67738814_2380243855588700_6910048023540137984_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n.webp?fit=300%2C200&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n.webp?fit=768%2C512&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n.webp?fit=1024%2C683&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n.webp?fit=1440%2C960&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n.webp?fit=1440%2C960&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n-300x200.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n.webp?fit=1440%2C960&ssl=1\",\"index\":45,\"id\":3101,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n-75x50_c.webp\",\"title\":\"67738814_2380243855588700_6910048023540137984_n\"},\"gallery_id\":\"3010\"},\"3100\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490.webp\",\"title\":\"29964D3A-B203-4E30-95AE-9483EC6B8490\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490.webp?fit=240%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490.webp?fit=768%2C960&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490.webp?fit=819%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490.webp?fit=1229%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490.webp?fit=1440%2C1800&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490-300x375.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490.webp?fit=1440%2C1800&ssl=1\",\"index\":46,\"id\":3100,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490-75x50_c.webp\",\"title\":\"29964D3A-B203-4E30-95AE-9483EC6B8490\"},\"gallery_id\":\"3010\"},\"3099\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp\",\"title\":\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=240%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=768%2C960&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=819%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=1229%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=1440%2C1800&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68-300x375.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=1440%2C1800&ssl=1\",\"index\":47,\"id\":3099,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68-75x50_c.webp\",\"title\":\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\"},\"gallery_id\":\"3010\"},\"3098\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1.webp\",\"title\":\"IMG_2121\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1.webp?fit=1080%2C1440&ssl=1\",\"index\":48,\"id\":3098,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1-75x50_c.webp\",\"title\":\"IMG_2121\"},\"gallery_id\":\"3010\"},\"3071\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123.webp\",\"title\":\"IMG_2123\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123.webp?fit=1200%2C900&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123.webp?fit=1200%2C900&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123.webp?fit=1200%2C900&ssl=1\",\"index\":49,\"id\":3071,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123-75x50_c.webp\",\"title\":\"IMG_2123\"},\"gallery_id\":\"3010\"},\"3097\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1.webp\",\"title\":\"IMG_7488\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1.webp?fit=300%2C200&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1.webp?fit=768%2C512&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1.webp?fit=1024%2C683&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1.webp?fit=1440%2C960&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1.webp?fit=1440%2C960&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1-300x200.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1.webp?fit=1440%2C960&ssl=1\",\"index\":50,\"id\":3097,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1-75x50_c.webp\",\"title\":\"IMG_7488\"},\"gallery_id\":\"3010\"},\"3096\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1.webp\",\"title\":\"IMG_7489\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1.webp?fit=200%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1.webp?fit=768%2C1152&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1.webp?fit=683%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1.webp?fit=960%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1.webp?fit=960%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1-300x450.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1.webp?fit=960%2C1440&ssl=1\",\"index\":51,\"id\":3096,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1-75x50_c.webp\",\"title\":\"IMG_7489\"},\"gallery_id\":\"3010\"},\"3095\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1.webp\",\"title\":\"IMG_7491\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1.webp?fit=300%2C200&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1.webp?fit=768%2C512&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1.webp?fit=1024%2C682&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1.webp?fit=1400%2C933&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1.webp?fit=1400%2C933&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1-300x200.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1.webp?fit=1400%2C933&ssl=1\",\"index\":52,\"id\":3095,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1-75x50_c.webp\",\"title\":\"IMG_7491\"},\"gallery_id\":\"3010\"},\"3094\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1.webp\",\"title\":\"IMG_7492\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1.webp?fit=200%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1.webp?fit=768%2C1152&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1.webp?fit=683%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1.webp?fit=960%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1.webp?fit=960%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1-300x450.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1.webp?fit=960%2C1440&ssl=1\",\"index\":53,\"id\":3094,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1-75x50_c.webp\",\"title\":\"IMG_7492\"},\"gallery_id\":\"3010\"},\"3093\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1.webp\",\"title\":\"IMG_4544\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1.webp?fit=1080%2C1440&ssl=1\",\"index\":54,\"id\":3093,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1-75x50_c.webp\",\"title\":\"IMG_4544\"},\"gallery_id\":\"3010\"},\"3059\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542.webp\",\"title\":\"IMG_4542\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542.webp?fit=1200%2C900&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542.webp?fit=1200%2C900&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542.webp?fit=1200%2C900&ssl=1\",\"index\":55,\"id\":3059,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542-75x50_c.webp\",\"title\":\"IMG_4542\"},\"gallery_id\":\"3010\"},\"3055\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e.webp\",\"title\":\"IMG_4972e\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e.webp?fit=300%2C262&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e.webp?fit=768%2C671&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e.webp?fit=1024%2C895&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e.webp?fit=1200%2C1049&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e.webp?fit=1200%2C1049&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e-300x262.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e.webp?fit=1200%2C1049&ssl=1\",\"index\":56,\"id\":3055,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e-75x50_c.webp\",\"title\":\"IMG_4972e\"},\"gallery_id\":\"3010\"},\"3092\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1.webp\",\"title\":\"IMG_4973\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1.webp?fit=1080%2C1440&ssl=1\",\"index\":57,\"id\":3092,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1-75x50_c.webp\",\"title\":\"IMG_4973\"},\"gallery_id\":\"3010\"},\"3091\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1.webp\",\"title\":\"IMG_4974\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1.webp?fit=1440%2C1080&ssl=1\",\"index\":58,\"id\":3091,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1-75x50_c.webp\",\"title\":\"IMG_4974\"},\"gallery_id\":\"3010\"},\"3090\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1.webp\",\"title\":\"IMG_4995\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1.webp?fit=300%2C275&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1.webp?fit=768%2C703&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1.webp?fit=1024%2C938&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1.webp?fit=1440%2C1319&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1.webp?fit=1440%2C1319&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1-300x275.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1.webp?fit=1440%2C1319&ssl=1\",\"index\":59,\"id\":3090,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1-75x50_c.webp\",\"title\":\"IMG_4995\"},\"gallery_id\":\"3010\"},\"3089\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1.webp\",\"title\":\"IMG_3246\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1.webp?fit=1440%2C1080&ssl=1\",\"index\":60,\"id\":3089,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1-75x50_c.webp\",\"title\":\"IMG_3246\"},\"gallery_id\":\"3010\"},\"3088\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1.webp\",\"title\":\"IMG_5601\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1.webp?fit=300%2C178&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1.webp?fit=768%2C457&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1.webp?fit=1024%2C609&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1.webp?fit=1440%2C856&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1.webp?fit=1440%2C856&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1-300x178.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1.webp?fit=1440%2C856&ssl=1\",\"index\":61,\"id\":3088,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1-75x50_c.webp\",\"title\":\"IMG_5601\"},\"gallery_id\":\"3010\"},\"3087\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp\",\"title\":\"IMG_2698\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?fit=1440%2C1080&ssl=1\",\"index\":62,\"id\":3087,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1-75x50_c.webp\",\"title\":\"IMG_2698\"},\"gallery_id\":\"3010\"},\"3086\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1.webp\",\"title\":\"IMG_3053\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1.webp?fit=1080%2C1440&ssl=1\",\"index\":63,\"id\":3086,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1-75x50_c.webp\",\"title\":\"IMG_3053\"},\"gallery_id\":\"3010\"},\"3085\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1.webp\",\"title\":\"IMG_3616\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1.webp?fit=1080%2C1440&ssl=1\",\"index\":64,\"id\":3085,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1-75x50_c.webp\",\"title\":\"IMG_3616\"},\"gallery_id\":\"3010\"},\"3083\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482.webp\",\"title\":\"IMG_1482\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482.webp?fit=1200%2C900&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482.webp?fit=1200%2C900&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482.webp?fit=1200%2C900&ssl=1\",\"index\":65,\"id\":3083,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482-75x50_c.webp\",\"title\":\"IMG_1482\"},\"gallery_id\":\"3010\"},\"3081\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490.webp\",\"title\":\"IMG_1490\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490.webp?fit=1200%2C900&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490.webp?fit=1200%2C900&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490.webp?fit=1200%2C900&ssl=1\",\"index\":66,\"id\":3081,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490-75x50_c.webp\",\"title\":\"IMG_1490\"},\"gallery_id\":\"3010\"},\"3077\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e.webp\",\"title\":\"IMG_1680e\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e.webp?fit=219%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e.webp?fit=768%2C1053&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e.webp?fit=747%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e.webp?fit=1120%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e.webp?fit=1200%2C1646&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e-300x412.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e.webp?fit=1200%2C1646&ssl=1\",\"index\":67,\"id\":3077,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e-75x50_c.webp\",\"title\":\"IMG_1680e\"},\"gallery_id\":\"3010\"},\"3061\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854.webp\",\"title\":\"IMG_3854\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854.webp?fit=1200%2C900&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854.webp?fit=1200%2C900&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854.webp?fit=1200%2C900&ssl=1\",\"index\":68,\"id\":3061,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854-75x50_c.webp\",\"title\":\"IMG_3854\"},\"gallery_id\":\"3010\"},\"3046\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated.webp\",\"title\":\"IMG_3855\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated.webp?fit=300%2C169&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated.webp?fit=768%2C432&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated.webp?fit=1024%2C576&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated.webp?fit=1334%2C750&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated.webp?fit=1334%2C750&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated-300x169.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated.webp?fit=1334%2C750&ssl=1\",\"index\":69,\"id\":3046,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated-75x50_c.webp\",\"title\":\"IMG_3855\"},\"gallery_id\":\"3010\"},\"3060\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e.webp\",\"title\":\"IMG_3920e\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e.webp?fit=214%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e.webp?fit=768%2C1076&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e.webp?fit=731%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e.webp?fit=1096%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e.webp?fit=1200%2C1682&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e-300x421.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e.webp?fit=1200%2C1682&ssl=1\",\"index\":70,\"id\":3060,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e-75x50_c.webp\",\"title\":\"IMG_3920e\"},\"gallery_id\":\"3010\"},\"3056\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e.webp\",\"title\":\"IMG_4572e\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e.webp?fit=300%2C201&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e.webp?fit=768%2C515&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e.webp?fit=1024%2C686&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e.webp?fit=1200%2C804&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e.webp?fit=1200%2C804&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e-300x201.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e.webp?fit=1200%2C804&ssl=1\",\"index\":71,\"id\":3056,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e-75x50_c.webp\",\"title\":\"IMG_4572e\"},\"gallery_id\":\"3010\"},\"3049\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e.webp\",\"title\":\"IMG_4993e\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e.webp?fit=186%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e.webp?fit=768%2C1240&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e.webp?fit=634%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e.webp?fit=951%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e.webp?fit=1200%2C1938&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e-300x485.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e.webp?fit=1200%2C1938&ssl=1\",\"index\":72,\"id\":3049,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e-75x50_c.webp\",\"title\":\"IMG_4993e\"},\"gallery_id\":\"3010\"},\"3047\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155.webp\",\"title\":\"IMG_5155\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155.webp?fit=1200%2C900&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155.webp?fit=1200%2C900&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155.webp?fit=1200%2C900&ssl=1\",\"index\":73,\"id\":3047,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155-75x50_c.webp\",\"title\":\"IMG_5155\"},\"gallery_id\":\"3010\"},\"3044\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e.webp\",\"title\":\"IMG_5504e\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e.webp?fit=300%2C182&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e.webp?fit=768%2C467&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e.webp?fit=1024%2C622&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e.webp?fit=1200%2C729&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e.webp?fit=1200%2C729&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e-300x182.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e.webp?fit=1200%2C729&ssl=1\",\"index\":74,\"id\":3044,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e-75x50_c.webp\",\"title\":\"IMG_5504e\"},\"gallery_id\":\"3010\"},\"3067\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355.webp\",\"title\":\"NHJZ5355\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355.webp?fit=1200%2C900&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355.webp?fit=1200%2C900&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355.webp?fit=1200%2C900&ssl=1\",\"index\":75,\"id\":3067,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355-75x50_c.webp\",\"title\":\"NHJZ5355\"},\"gallery_id\":\"3010\"},\"3042\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644.webp\",\"title\":\"IMG_5644\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644.webp?fit=1200%2C900&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644.webp?fit=1200%2C900&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644.webp?fit=1200%2C900&ssl=1\",\"index\":76,\"id\":3042,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644-75x50_c.webp\",\"title\":\"IMG_5644\"},\"gallery_id\":\"3010\"},\"3041\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645.webp\",\"title\":\"IMG_5645\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645.webp?fit=300%2C247&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645.webp?fit=768%2C632&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645.webp?fit=1024%2C843&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645.webp?fit=1200%2C988&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645.webp?fit=1200%2C988&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645-300x247.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645.webp?fit=1200%2C988&ssl=1\",\"index\":77,\"id\":3041,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645-75x50_c.webp\",\"title\":\"IMG_5645\"},\"gallery_id\":\"3010\"},\"3040\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244.webp\",\"title\":\"IMG_3244\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244.webp?fit=300%2C135&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244.webp?fit=768%2C346&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244.webp?fit=1024%2C461&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244.webp?fit=1200%2C540&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244.webp?fit=1200%2C540&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244-300x135.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244.webp?fit=1200%2C540&ssl=1\",\"index\":78,\"id\":3040,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244-75x50_c.webp\",\"title\":\"IMG_3244\"},\"gallery_id\":\"3010\"},\"3038\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489.webp\",\"title\":\"IMG_8489\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489.webp?fit=300%2C150&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489.webp?fit=768%2C383&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489.webp?fit=1024%2C510&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489.webp?fit=1200%2C598&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489.webp?fit=1200%2C598&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489-300x150.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489.webp?fit=1200%2C598&ssl=1\",\"index\":79,\"id\":3038,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489-75x50_c.webp\",\"title\":\"IMG_8489\"},\"gallery_id\":\"3010\"},\"3037\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611.webp\",\"title\":\"IMG_8611\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611.webp?fit=281%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611.webp?fit=768%2C821&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611.webp?fit=958%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611.webp?fit=1200%2C1283&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611.webp?fit=1200%2C1283&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611-300x321.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611.webp?fit=1200%2C1283&ssl=1\",\"index\":80,\"id\":3037,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611-75x50_c.webp\",\"title\":\"IMG_8611\"},\"gallery_id\":\"3010\"},\"3036\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395.webp\",\"title\":\"IMG_9395\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395.webp?fit=300%2C208&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395.webp?fit=768%2C532&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395.webp?fit=1024%2C710&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395.webp?fit=1200%2C832&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395.webp?fit=1200%2C832&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395-300x208.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395.webp?fit=1200%2C832&ssl=1\",\"index\":81,\"id\":3036,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395-75x50_c.webp\",\"title\":\"IMG_9395\"},\"gallery_id\":\"3010\"},\"3035\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445.webp\",\"title\":\"IMG_9445\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445.webp?fit=900%2C1200&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445.webp?fit=900%2C1200&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445.webp?fit=900%2C1200&ssl=1\",\"index\":82,\"id\":3035,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445-75x50_c.webp\",\"title\":\"IMG_9445\"},\"gallery_id\":\"3010\"},\"3034\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446.webp\",\"title\":\"IMG_9446\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446.webp?fit=900%2C1200&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446.webp?fit=900%2C1200&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446.webp?fit=900%2C1200&ssl=1\",\"index\":83,\"id\":3034,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446-75x50_c.webp\",\"title\":\"IMG_9446\"},\"gallery_id\":\"3010\"},\"3033\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576.webp\",\"title\":\"IMG_9576\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576.webp?fit=900%2C1200&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576.webp?fit=900%2C1200&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576.webp?fit=900%2C1200&ssl=1\",\"index\":84,\"id\":3033,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576-75x50_c.webp\",\"title\":\"IMG_9576\"},\"gallery_id\":\"3010\"},\"3032\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777.webp\",\"title\":\"IMG_9777\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777.webp?fit=300%2C153&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777.webp?fit=768%2C390&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777.webp?fit=1024%2C521&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777.webp?fit=1200%2C610&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777.webp?fit=1200%2C610&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777-300x153.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777.webp?fit=1200%2C610&ssl=1\",\"index\":85,\"id\":3032,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777-75x50_c.webp\",\"title\":\"IMG_9777\"},\"gallery_id\":\"3010\"},\"3031\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781.webp\",\"title\":\"IMG_9781\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781.webp?fit=300%2C138&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781.webp?fit=768%2C353&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781.webp?fit=1024%2C470&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781.webp?fit=1200%2C551&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781.webp?fit=1200%2C551&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781-300x138.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781.webp?fit=1200%2C551&ssl=1\",\"index\":86,\"id\":3031,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781-75x50_c.webp\",\"title\":\"IMG_9781\"},\"gallery_id\":\"3010\"},\"3030\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.webp\",\"title\":\"75D4E00F-F35A-4C86-A1D1-D5BAC411BECF\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.webp?fit=300%2C151&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.webp?fit=768%2C386&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.webp?fit=1024%2C515&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.webp?fit=1200%2C603&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.webp?fit=1200%2C603&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF-300x151.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.webp?fit=1200%2C603&ssl=1\",\"index\":87,\"id\":3030,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF-75x50_c.webp\",\"title\":\"75D4E00F-F35A-4C86-A1D1-D5BAC411BECF\"},\"gallery_id\":\"3010\"},\"3029\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.webp\",\"title\":\"72D9BE60-918C-4B4B-9C3A-4898D7D2E51D\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.webp?fit=269%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.webp?fit=768%2C857&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.webp?fit=917%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.webp?fit=1075%2C1200&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.webp?fit=1075%2C1200&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D-300x335.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.webp?fit=1075%2C1200&ssl=1\",\"index\":88,\"id\":3029,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D-75x50_c.webp\",\"title\":\"72D9BE60-918C-4B4B-9C3A-4898D7D2E51D\"},\"gallery_id\":\"3010\"},\"3028\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A.webp\",\"title\":\"F2351C4C-F4D9-480F-9934-083F6DFCE40A\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A.webp?fit=1200%2C900&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A.webp?fit=1200%2C900&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A.webp?fit=1200%2C900&ssl=1\",\"index\":89,\"id\":3028,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A-75x50_c.webp\",\"title\":\"F2351C4C-F4D9-480F-9934-083F6DFCE40A\"},\"gallery_id\":\"3010\"},\"3027\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.webp\",\"title\":\"E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.webp?fit=768%2C575&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.webp?fit=1024%2C767&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.webp?fit=1080%2C809&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.webp?fit=1080%2C809&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.webp?fit=1080%2C809&ssl=1\",\"index\":90,\"id\":3027,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1-75x50_c.webp\",\"title\":\"E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1\"},\"gallery_id\":\"3010\"},\"3025\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505.webp\",\"title\":\"07AA5C2A-CBF0-4E74-9708-3305125E5505\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505.webp?fit=768%2C575&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505.webp?fit=1024%2C767&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505.webp?fit=1080%2C809&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505.webp?fit=1080%2C809&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505.webp?fit=1080%2C809&ssl=1\",\"index\":91,\"id\":3025,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505-75x50_c.webp\",\"title\":\"07AA5C2A-CBF0-4E74-9708-3305125E5505\"},\"gallery_id\":\"3010\"},\"3024\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540.webp\",\"title\":\"4C97A568-D52D-416B-A98C-57FE57513540\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540.webp?fit=1284%2C1712&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540.webp?fit=1284%2C1712&ssl=1\",\"index\":92,\"id\":3024,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540-75x50_c.webp\",\"title\":\"4C97A568-D52D-416B-A98C-57FE57513540\"},\"gallery_id\":\"3010\"},\"3023\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp\",\"title\":\"IMG_2556\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?fit=1440%2C1920&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?fit=1440%2C1920&ssl=1\",\"index\":93,\"id\":3023,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556-75x50_c.webp\",\"title\":\"IMG_2556\"},\"gallery_id\":\"3010\"},\"3020\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741.webp\",\"title\":\"IMG_2741\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741.webp?fit=1440%2C1920&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741.webp?fit=1440%2C1920&ssl=1\",\"index\":94,\"id\":3020,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741-75x50_c.webp\",\"title\":\"IMG_2741\"},\"gallery_id\":\"3010\"},\"3016\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128.webp\",\"title\":\"IMG_3128\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128.webp?fit=1440%2C1920&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128.webp?fit=1440%2C1920&ssl=1\",\"index\":95,\"id\":3016,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128-75x50_c.webp\",\"title\":\"IMG_3128\"},\"gallery_id\":\"3010\"},\"3014\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457.webp\",\"title\":\"IMG_9457\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457.webp?fit=1080%2C1440&ssl=1\",\"index\":96,\"id\":3014,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457-75x50_c.webp\",\"title\":\"IMG_9457\"},\"gallery_id\":\"3010\"},\"3013\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456.webp\",\"title\":\"IMG_9456\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456.webp?fit=1080%2C1440&ssl=1\",\"index\":97,\"id\":3013,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456-75x50_c.webp\",\"title\":\"IMG_9456\"},\"gallery_id\":\"3010\"},\"3012\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453.webp\",\"title\":\"IMG_9453\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453.webp?fit=1080%2C1440&ssl=1\",\"index\":98,\"id\":3012,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453-75x50_c.webp\",\"title\":\"IMG_9453\"},\"gallery_id\":\"3010\"},\"3011\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452.webp\",\"title\":\"IMG_9452\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452.webp?fit=1080%2C1440&ssl=1\",\"index\":99,\"id\":3011,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452-75x50_c.webp\",\"title\":\"IMG_9452\"},\"gallery_id\":\"3010\"},\"3084\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451.webp\",\"title\":\"IMG_9451\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451.webp?fit=1440%2C1080&ssl=1\",\"index\":100,\"id\":3084,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451-75x50_c.webp\",\"title\":\"IMG_9451\"},\"gallery_id\":\"3010\"}}\";s:10:\"sorted_ids\";s:506:\"[3148,3147,3146,3145,3143,3141,3140,3139,3138,3137,3136,3135,3134,3133,3132,3131,3130,3129,3128,3127,3126,3125,3124,3123,3122,3121,3120,3119,3118,3117,3116,3115,3114,3113,3112,3111,3110,3109,3108,3107,3106,3105,3104,3103,3102,3101,3100,3099,3098,3071,3097,3096,3095,3094,3093,3059,3055,3092,3091,3090,3089,3088,3087,3086,3085,3083,3081,3077,3061,3046,3060,3056,3049,3047,3044,3067,3042,3041,3040,3038,3037,3036,3035,3034,3033,3032,3031,3030,3029,3028,3027,3025,3024,3023,3020,3016,3014,3013,3012,3011,3084]\";}','off'),(363989,'_transient_timeout__eg_fragment_json_3152','1759930521','off'),(363990,'_transient__eg_fragment_json_3152','a:2:{s:14:\"gallery_images\";s:80242:\"{\"3153\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG.webp\",\"title\":\"Aggressive Graphix 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG.webp?fit=1440%2C1080&ssl=1\",\"index\":0,\"id\":3153,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG-75x50_c.webp\",\"title\":\"Aggressive Graphix 10x10\"},\"gallery_id\":\"3152\"},\"3489\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10.webp\",\"title\":\"DCH Masonry 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10.webp?fit=1706%2C1279&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10.webp?fit=1706%2C1279&ssl=1\",\"index\":1,\"id\":3489,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10-75x50_c.webp\",\"title\":\"DCH Masonry 10x10\"},\"gallery_id\":\"3152\"},\"3488\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10.webp\",\"title\":\"Gary Rice Shop Equipment 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10.webp?fit=1706%2C1279&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10.webp?fit=1706%2C1279&ssl=1\",\"index\":2,\"id\":3488,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10-75x50_c.webp\",\"title\":\"Gary Rice Shop Equipment 10x10\"},\"gallery_id\":\"3152\"},\"3179\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies.webp\",\"title\":\"Sweet Subies 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies.webp?fit=1440%2C1080&ssl=1\",\"index\":3,\"id\":3179,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies-75x50_c.webp\",\"title\":\"Sweet Subies 10x10\"},\"gallery_id\":\"3152\"},\"3177\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes.webp\",\"title\":\"Scars and Stripes 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes.webp?fit=1440%2C1080&ssl=1\",\"index\":4,\"id\":3177,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes-75x50_c.webp\",\"title\":\"Scars and Stripes 10x10\"},\"gallery_id\":\"3152\"},\"3176\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord.webp\",\"title\":\"Place Ford 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord.webp?fit=1440%2C1080&ssl=1\",\"index\":5,\"id\":3176,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord-75x50_c.webp\",\"title\":\"Place Ford 10x10\"},\"gallery_id\":\"3152\"},\"3175\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23.webp\",\"title\":\"MX23 Brookfield 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23.webp?fit=1440%2C1080&ssl=1\",\"index\":6,\"id\":3175,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23-75x50_c.webp\",\"title\":\"MX23 Brookfield 10x10\"},\"gallery_id\":\"3152\"},\"3160\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing.webp\",\"title\":\"Flawless Detailing MA 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing.webp?fit=1440%2C1080&ssl=1\",\"index\":7,\"id\":3160,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing-75x50_c.webp\",\"title\":\"Flawless Detailing MA 10x10\"},\"gallery_id\":\"3152\"},\"3485\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10.webp\",\"title\":\"Wicked Big Car Show 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10.webp?fit=1706%2C1279&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10.webp?fit=1706%2C1279&ssl=1\",\"index\":8,\"id\":3485,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10-75x50_c.webp\",\"title\":\"Wicked Big Car Show 10x10\"},\"gallery_id\":\"3152\"},\"3159\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing.webp\",\"title\":\"Daigle Racing 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing.webp?fit=1440%2C1080&ssl=1\",\"index\":9,\"id\":3159,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing-75x50_c.webp\",\"title\":\"Daigle Racing 10x10\"},\"gallery_id\":\"3152\"},\"3158\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices.webp\",\"title\":\"CSC Services 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices.webp?fit=1440%2C1080&ssl=1\",\"index\":10,\"id\":3158,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices-75x50_c.webp\",\"title\":\"CSC Services 10x10\"},\"gallery_id\":\"3152\"},\"3157\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell.webp\",\"title\":\"Colosseum Barbell Club 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell.webp?fit=1440%2C1080&ssl=1\",\"index\":11,\"id\":3157,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell-75x50_c.webp\",\"title\":\"Colosseum Barbell Club 10x10\"},\"gallery_id\":\"3152\"},\"3156\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension.webp\",\"title\":\"Boss Suspension 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension.webp?fit=1440%2C1080&ssl=1\",\"index\":12,\"id\":3156,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension-75x50_c.webp\",\"title\":\"Boss Suspension 10x10\"},\"gallery_id\":\"3152\"},\"3154\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing.webp\",\"title\":\"ATM Racing 10x15\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing.webp?fit=1440%2C1080&ssl=1\",\"index\":13,\"id\":3154,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing-75x50_c.webp\",\"title\":\"ATM Racing 10x15\"},\"gallery_id\":\"3152\"},\"3172\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer.webp\",\"title\":\"Dawson Harriger 10x15\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer.webp?fit=1440%2C1080&ssl=1\",\"index\":14,\"id\":3172,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer-75x50_c.webp\",\"title\":\"Dawson Harriger 10x15\"},\"gallery_id\":\"3152\"},\"3486\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20.webp\",\"title\":\"Wick Big Car Show 10x20\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20.webp?fit=1706%2C1279&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20.webp?fit=1706%2C1279&ssl=1\",\"index\":15,\"id\":3486,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20-75x50_c.webp\",\"title\":\"Wick Big Car Show 10x20\"},\"gallery_id\":\"3152\"},\"3487\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20.webp\",\"title\":\"SuppLife 10x20\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20.webp?fit=1706%2C1279&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20.webp?fit=1706%2C1279&ssl=1\",\"index\":16,\"id\":3487,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20-75x50_c.webp\",\"title\":\"SuppLife 10x20\"},\"gallery_id\":\"3152\"},\"3484\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20.webp\",\"title\":\"Kavanagh 10x20\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20.webp?fit=1400%2C1050&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20.webp?fit=1400%2C1050&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20.webp?fit=1400%2C1050&ssl=1\",\"index\":17,\"id\":3484,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20-75x50_c.webp\",\"title\":\"Kavanagh 10x20\"},\"gallery_id\":\"3152\"},\"3180\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing.webp\",\"title\":\"Triple Threat Racing 10x20\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing.webp?fit=1440%2C1080&ssl=1\",\"index\":18,\"id\":3180,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing-75x50_c.webp\",\"title\":\"Triple Threat Racing 10x20\"},\"gallery_id\":\"3152\"},\"3490\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall.webp\",\"title\":\"Mya Hopkins\\/Plaistow Powersports half wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall.webp?fit=1706%2C1279&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall.webp?fit=1706%2C1279&ssl=1\",\"index\":19,\"id\":3490,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall-75x50_c.webp\",\"title\":\"Mya Hopkins\\/Plaistow Powersports half wall\"},\"gallery_id\":\"3152\"},\"3494\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall.webp\",\"title\":\"KSR Wheels half wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall.webp?fit=1706%2C1279&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall.webp?fit=1706%2C1279&ssl=1\",\"index\":20,\"id\":3494,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall-75x50_c.webp\",\"title\":\"KSR Wheels half wall\"},\"gallery_id\":\"3152\"},\"3178\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall.webp\",\"title\":\"scarsstripeshalfwall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall.webp?fit=300%2C112&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall.webp?fit=768%2C288&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall.webp?fit=1024%2C384&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall.webp?fit=1388%2C520&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall.webp?fit=1388%2C520&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall-300x112.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall.webp?fit=1388%2C520&ssl=1\",\"index\":21,\"id\":3178,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall-75x50_c.webp\",\"title\":\"scarsstripeshalfwall\"},\"gallery_id\":\"3152\"},\"3174\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2.webp\",\"title\":\"Kaplan Cycles half wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2.webp?fit=300%2C83&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2.webp?fit=768%2C211&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2.webp?fit=1024%2C282&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2.webp?fit=1440%2C396&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2.webp?fit=1440%2C396&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2-300x83.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2.webp?fit=1440%2C396&ssl=1\",\"index\":22,\"id\":3174,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2-75x50_c.webp\",\"title\":\"Kaplan Cycles half wall\"},\"gallery_id\":\"3152\"},\"3173\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall.webp\",\"title\":\"Kaplan Cycles half wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall.webp?fit=300%2C88&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall.webp?fit=768%2C224&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall.webp?fit=1024%2C299&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall.webp?fit=1440%2C420&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall.webp?fit=1440%2C420&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall-300x88.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall.webp?fit=1440%2C420&ssl=1\",\"index\":23,\"id\":3173,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall-75x50_c.webp\",\"title\":\"Kaplan Cycles half wall\"},\"gallery_id\":\"3152\"},\"3155\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall.webp\",\"title\":\"Boss Suspension half wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall.webp?fit=300%2C84&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall.webp?fit=768%2C214&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall.webp?fit=1024%2C286&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall.webp?fit=1440%2C402&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall.webp?fit=1440%2C402&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall-300x84.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall.webp?fit=1440%2C402&ssl=1\",\"index\":24,\"id\":3155,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall-75x50_c.webp\",\"title\":\"Boss Suspension half wall\"},\"gallery_id\":\"3152\"},\"3165\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG.webp\",\"title\":\"Aggressive Graphix full wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG.webp?fit=300%2C188&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG.webp?fit=768%2C482&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG.webp?fit=1024%2C643&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG.webp?fit=1404%2C882&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG.webp?fit=1404%2C882&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG-300x188.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG.webp?fit=1404%2C882&ssl=1\",\"index\":25,\"id\":3165,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG-75x50_c.webp\",\"title\":\"Aggressive Graphix full wall\"},\"gallery_id\":\"3152\"},\"3166\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC.webp\",\"title\":\"Colosseum Barbell Club full wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC.webp?fit=300%2C185&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC.webp?fit=768%2C474&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC.webp?fit=1024%2C632&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC.webp?fit=1224%2C756&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC.webp?fit=1224%2C756&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC-300x185.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC.webp?fit=1224%2C756&ssl=1\",\"index\":26,\"id\":3166,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC-75x50_c.webp\",\"title\":\"Colosseum Barbell Club full wall\"},\"gallery_id\":\"3152\"},\"3170\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister.webp\",\"title\":\"Sinfully Slick Auto Spa full wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister.webp?fit=300%2C194&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister.webp?fit=768%2C497&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister.webp?fit=1024%2C662&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister.webp?fit=1146%2C741&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister.webp?fit=1146%2C741&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister-300x194.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister.webp?fit=1146%2C741&ssl=1\",\"index\":27,\"id\":3170,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister-75x50_c.webp\",\"title\":\"Sinfully Slick Auto Spa full wall\"},\"gallery_id\":\"3152\"},\"3169\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow.webp\",\"title\":\"Plaistow Powersports full wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow.webp?fit=300%2C195&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow.webp?fit=768%2C500&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow.webp?fit=1024%2C667&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow.webp?fit=1368%2C891&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow.webp?fit=1368%2C891&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow-300x195.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow.webp?fit=1368%2C891&ssl=1\",\"index\":28,\"id\":3169,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow-75x50_c.webp\",\"title\":\"Plaistow Powersports full wall\"},\"gallery_id\":\"3152\"},\"3171\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow.webp\",\"title\":\"Weeping Willow full wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow.webp?fit=300%2C179&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow.webp?fit=768%2C459&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow.webp?fit=1024%2C612&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow.webp?fit=1284%2C768&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow.webp?fit=1284%2C768&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow-300x179.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow.webp?fit=1284%2C768&ssl=1\",\"index\":29,\"id\":3171,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow-75x50_c.webp\",\"title\":\"Weeping Willow full wall\"},\"gallery_id\":\"3152\"},\"3167\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless.webp\",\"title\":\"Flawless Detailing MA full wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless.webp?fit=300%2C202&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless.webp?fit=768%2C517&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless.webp?fit=1024%2C689&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless.webp?fit=1230%2C828&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless.webp?fit=1230%2C828&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless-300x202.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless.webp?fit=1230%2C828&ssl=1\",\"index\":30,\"id\":3167,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless-75x50_c.webp\",\"title\":\"Flawless Detailing MA full wall\"},\"gallery_id\":\"3152\"},\"3162\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR.webp\",\"title\":\"Triple Threat Racing full wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR.webp?fit=300%2C193&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR.webp?fit=768%2C495&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR.webp?fit=1024%2C660&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR.webp?fit=1215%2C783&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR.webp?fit=1215%2C783&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR-300x193.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR.webp?fit=1215%2C783&ssl=1\",\"index\":31,\"id\":3162,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR-75x50_c.webp\",\"title\":\"Triple Threat Racing full wall\"},\"gallery_id\":\"3152\"},\"3163\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR.webp\",\"title\":\"Triple Threat Racing 20ft full wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR.webp?fit=300%2C123&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR.webp?fit=768%2C315&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR.webp?fit=1024%2C420&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR.webp?fit=1338%2C549&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR.webp?fit=1338%2C549&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR-300x123.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR.webp?fit=1338%2C549&ssl=1\",\"index\":32,\"id\":3163,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR-75x50_c.webp\",\"title\":\"Triple Threat Racing 20ft full wall\"},\"gallery_id\":\"3152\"},\"3496\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable.webp\",\"title\":\"KSR Wheels table cloth\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable.webp?fit=1702%2C1276&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable.webp?fit=1702%2C1276&ssl=1\",\"index\":33,\"id\":3496,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable-75x50_c.webp\",\"title\":\"KSR Wheels table cloth\"},\"gallery_id\":\"3152\"},\"3161\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire.webp\",\"title\":\"Fuel to Inspire table cloth\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire.webp?fit=1440%2C1080&ssl=1\",\"index\":34,\"id\":3161,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire-75x50_c.webp\",\"title\":\"Fuel to Inspire table cloth\"},\"gallery_id\":\"3152\"},\"3495\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag.webp\",\"title\":\"KSR Wheels 9ft flag\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag.webp?fit=1280%2C1707&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag.webp?fit=1280%2C1707&ssl=1\",\"index\":35,\"id\":3495,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag-75x50_c.webp\",\"title\":\"KSR Wheels 9ft flag\"},\"gallery_id\":\"3152\"},\"3493\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals.webp\",\"title\":\"Care Equipment rentals 7ft flag\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals.webp?fit=1280%2C1707&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals.webp?fit=1280%2C1707&ssl=1\",\"index\":36,\"id\":3493,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals-75x50_c.webp\",\"title\":\"Care Equipment rentals 7ft flag\"},\"gallery_id\":\"3152\"},\"3492\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply.webp\",\"title\":\"Care Equipment landscape supply 7ft flag\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply.webp?fit=1280%2C1707&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply.webp?fit=1280%2C1707&ssl=1\",\"index\":37,\"id\":3492,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply-75x50_c.webp\",\"title\":\"Care Equipment landscape supply 7ft flag\"},\"gallery_id\":\"3152\"},\"3491\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation.webp\",\"title\":\"Care Excavation 7ft flag\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation.webp?fit=1280%2C1707&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation.webp?fit=1280%2C1707&ssl=1\",\"index\":38,\"id\":3491,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation-75x50_c.webp\",\"title\":\"Care Excavation 7ft flag\"},\"gallery_id\":\"3152\"}}\";s:10:\"sorted_ids\";s:196:\"[3153,3489,3488,3179,3177,3176,3175,3160,3485,3159,3158,3157,3156,3154,3172,3486,3487,3484,3180,3490,3494,3178,3174,3173,3155,3165,3166,3170,3169,3171,3167,3162,3163,3496,3161,3495,3493,3492,3491]\";}','off'),(364133,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1759506575;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:14:{s:45:\"olympus-google-fonts/olympus-google-fonts.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:34:\"w.org/plugins/olympus-google-fonts\";s:4:\"slug\";s:20:\"olympus-google-fonts\";s:6:\"plugin\";s:45:\"olympus-google-fonts/olympus-google-fonts.php\";s:11:\"new_version\";s:5:\"3.9.8\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/olympus-google-fonts/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/olympus-google-fonts.3.9.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/olympus-google-fonts/assets/icon-256x256.jpg?rev=2812012\";s:2:\"1x\";s:73:\"https://ps.w.org/olympus-google-fonts/assets/icon-128x128.jpg?rev=2812012\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/olympus-google-fonts/assets/banner-1544x500.jpg?rev=2812012\";s:2:\"1x\";s:75:\"https://ps.w.org/olympus-google-fonts/assets/banner-772x250.jpg?rev=2812012\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:44:\"w.org/plugins/google-analytics-for-wordpress\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:6:\"plugin\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:11:\"new_version\";s:5:\"9.8.0\";s:3:\"url\";s:61:\"https://wordpress.org/plugins/google-analytics-for-wordpress/\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/plugin/google-analytics-for-wordpress.9.8.0.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=2976619\";s:3:\"svg\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=2976619\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:86:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-1544x500.png?rev=2159532\";s:2:\"1x\";s:85:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-772x250.png?rev=2159532\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"5.6.0\";}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/jetpack\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:6:\"15.0.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/jetpack.15.0.2.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2819237\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2819237\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=2653649\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=2653649\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.7\";}s:77:\"product-configurator-for-woocommerce/woocommerce-mkl-product-configurator.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:50:\"w.org/plugins/product-configurator-for-woocommerce\";s:4:\"slug\";s:36:\"product-configurator-for-woocommerce\";s:6:\"plugin\";s:77:\"product-configurator-for-woocommerce/woocommerce-mkl-product-configurator.php\";s:11:\"new_version\";s:5:\"1.5.3\";s:3:\"url\";s:67:\"https://wordpress.org/plugins/product-configurator-for-woocommerce/\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/plugin/product-configurator-for-woocommerce.1.5.3.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:81:\"https://ps.w.org/product-configurator-for-woocommerce/assets/icon.svg?rev=2263690\";s:3:\"svg\";s:81:\"https://ps.w.org/product-configurator-for-woocommerce/assets/icon.svg?rev=2263690\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:92:\"https://ps.w.org/product-configurator-for-woocommerce/assets/banner-1544x500.png?rev=3082132\";s:2:\"1x\";s:91:\"https://ps.w.org/product-configurator-for-woocommerce/assets/banner-772x250.png?rev=3082132\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.9\";}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":10:{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.2.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.2.2.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.7\";}s:59:\"woocommerce-paypal-payments/woocommerce-paypal-payments.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:41:\"w.org/plugins/woocommerce-paypal-payments\";s:4:\"slug\";s:27:\"woocommerce-paypal-payments\";s:6:\"plugin\";s:59:\"woocommerce-paypal-payments/woocommerce-paypal-payments.php\";s:11:\"new_version\";s:5:\"3.1.2\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/woocommerce-paypal-payments/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/woocommerce-paypal-payments.3.1.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/woocommerce-paypal-payments/assets/icon-256x256.png?rev=3234615\";s:2:\"1x\";s:80:\"https://ps.w.org/woocommerce-paypal-payments/assets/icon-128x128.png?rev=3234615\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:83:\"https://ps.w.org/woocommerce-paypal-payments/assets/banner-1544x500.png?rev=3234615\";s:2:\"1x\";s:82:\"https://ps.w.org/woocommerce-paypal-payments/assets/banner-772x250.png?rev=3234615\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.5\";}s:39:\"wp-file-manager/file_folder_manager.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/wp-file-manager\";s:4:\"slug\";s:15:\"wp-file-manager\";s:6:\"plugin\";s:39:\"wp-file-manager/file_folder_manager.php\";s:11:\"new_version\";s:5:\"8.0.2\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/wp-file-manager/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wp-file-manager.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/wp-file-manager/assets/icon-128x128.png?rev=2491299\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/wp-file-manager/assets/banner-772x250.jpg?rev=2491299\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"26.0\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.26.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.gif?rev=3112542\";s:2:\"1x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-128x128.gif?rev=3112542\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=3257862\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=3257862\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=3257862\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=3257862\";}s:8:\"requires\";s:3:\"6.7\";}s:24:\"wpforms-lite/wpforms.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/wpforms-lite\";s:4:\"slug\";s:12:\"wpforms-lite\";s:6:\"plugin\";s:24:\"wpforms-lite/wpforms.php\";s:11:\"new_version\";s:7:\"1.9.8.1\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wpforms-lite/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wpforms-lite.1.9.8.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:57:\"https://ps.w.org/wpforms-lite/assets/icon.svg?rev=3254748\";s:3:\"svg\";s:57:\"https://ps.w.org/wpforms-lite/assets/icon.svg?rev=3254748\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500.png?rev=3091364\";s:2:\"1x\";s:67:\"https://ps.w.org/wpforms-lite/assets/banner-772x250.png?rev=3091364\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500-rtl.png?rev=3254748\";s:2:\"1x\";s:71:\"https://ps.w.org/wpforms-lite/assets/banner-772x250-rtl.png?rev=3254748\";}s:8:\"requires\";s:3:\"5.5\";}s:19:\"wpforms/wpforms.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:19:\"wpforms/wpforms.php\";s:4:\"slug\";s:7:\"wpforms\";s:6:\"plugin\";s:19:\"wpforms/wpforms.php\";s:11:\"new_version\";s:7:\"1.9.8.1\";s:3:\"url\";s:0:\"\";s:7:\"package\";s:0:\"\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:0:\"\";s:12:\"requires_php\";s:0:\"\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:51:\"wpforms-paypal-commerce/wpforms-paypal-commerce.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:51:\"wpforms-paypal-commerce/wpforms-paypal-commerce.php\";s:4:\"slug\";s:23:\"wpforms-paypal-commerce\";s:6:\"plugin\";s:51:\"wpforms-paypal-commerce/wpforms-paypal-commerce.php\";s:11:\"new_version\";s:6:\"1.13.0\";s:3:\"url\";s:0:\"\";s:7:\"package\";s:0:\"\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:0:\"\";s:12:\"requires_php\";s:0:\"\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:51:\"wpforms-paypal-standard/wpforms-paypal-standard.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:51:\"wpforms-paypal-standard/wpforms-paypal-standard.php\";s:4:\"slug\";s:23:\"wpforms-paypal-standard\";s:6:\"plugin\";s:51:\"wpforms-paypal-standard/wpforms-paypal-standard.php\";s:11:\"new_version\";s:6:\"1.10.0\";s:3:\"url\";s:0:\"\";s:7:\"package\";s:0:\"\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:0:\"\";s:12:\"requires_php\";s:0:\"\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:71:\"addify-product-options-and-addons/class-addify-product-add-ons-main.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:30:\"woocommerce-com-18734001818589\";s:4:\"slug\";s:42:\"woocommerce-com-product-options-and-fields\";s:6:\"plugin\";s:71:\"addify-product-options-and-addons/class-addify-product-add-ons-main.php\";s:11:\"new_version\";s:5:\"1.4.0\";s:3:\"url\";s:60:\"https://woocommerce.com/products/product-options-and-fields/\";s:7:\"package\";s:437:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/addify-product-options-and-addons/addify-product-options-and-addons.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20251003%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251003T075221Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=2d419f5e4268f8968de715c2b1cfcc6dd1e4e3e8a4aeada8314da75c9cdb05cf\";s:14:\"upgrade_notice\";s:62:\"Update - Comaptible with WooCommerce cart and checkout blocks.\";s:12:\"requires_php\";s:3:\"7.4\";}s:41:\"woo-update-manager/woo-update-manager.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:30:\"woocommerce-com-18734003407318\";s:4:\"slug\";s:34:\"woocommerce-com-woo-update-manager\";s:6:\"plugin\";s:41:\"woo-update-manager/woo-update-manager.php\";s:11:\"new_version\";s:5:\"1.0.3\";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%2F20251003%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251003T075221Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=c81adb212eba6db656a1162e981ed6994202f14872edb68289366ce5aca7f41f\";s:14:\"upgrade_notice\";s:77:\"Update - Declare compatibility with WooCommerce cart_checkout_blocks feature.\";s:12:\"requires_php\";s:3:\"7.3\";}}s:7:\"checked\";a:18:{s:33:\"envira-gallery/envira-gallery.php\";s:6:\"1.11.1\";s:45:\"olympus-google-fonts/olympus-google-fonts.php\";s:5:\"3.9.8\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:5:\"9.8.0\";s:19:\"jetpack/jetpack.php\";s:6:\"15.0.2\";s:77:\"product-configurator-for-woocommerce/woocommerce-mkl-product-configurator.php\";s:5:\"1.5.3\";s:77:\"woocommerce-mkl-pc-conditional-logic/woocommerce-mkl-pc-conditional-logic.php\";s:5:\"1.4.2\";s:65:\"woocommerce-mkl-pc-extra-price/woocommerce-mkl-pc-extra-price.php\";s:6:\"1.1.27\";s:67:\"woocommerce-mkl-pc-form-builder/woocommerce-mkl-pc-form-builder.php\";s:6:\"1.1.47\";s:71:\"addify-product-options-and-addons/class-addify-product-add-ons-main.php\";s:5:\"1.4.0\";s:55:\"bluehost-wordpress-plugin/bluehost-wordpress-plugin.php\";s:5:\"4.6.2\";s:27:\"woocommerce/woocommerce.php\";s:6:\"10.2.2\";s:41:\"woo-update-manager/woo-update-manager.php\";s:5:\"1.0.3\";s:59:\"woocommerce-paypal-payments/woocommerce-paypal-payments.php\";s:5:\"3.1.2\";s:39:\"wp-file-manager/file_folder_manager.php\";s:5:\"8.0.2\";s:19:\"wpforms/wpforms.php\";s:7:\"1.9.8.1\";s:51:\"wpforms-paypal-commerce/wpforms-paypal-commerce.php\";s:6:\"1.13.0\";s:51:\"wpforms-paypal-standard/wpforms-paypal-standard.php\";s:6:\"1.10.0\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"26.0\";}}','off'),(364134,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1759477942;s:7:\"checked\";a:2:{s:5:\"eride\";s:5:\"1.1.5\";s:16:\"twentytwentyfive\";s:3:\"1.3\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:1:{s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.3.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}}s:12:\"translations\";a:0:{}}','off'),(364285,'_transient_woocommerce_blueprint_installed_wp_org_plugins','a:8:{s:45:\"olympus-google-fonts/olympus-google-fonts.php\";a:20:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:18:\"Requires Yoast SEO\";s:0:\"\";s:4:\"Name\";s:60:\"Fonts Plugin | Use Google Fonts, Adobe Fonts or Upload Fonts\";s:9:\"PluginURI\";s:51:\"https://wordpress.org/plugins/olympus-google-fonts/\";s:7:\"Version\";s:5:\"3.9.8\";s:11:\"Description\";s:138:\"The easiest to customize fonts in WordPress. Optimized for Speed. 1000+ font choices. Supports Google Fonts, Adobe Fonts and Upload Fonts.\";s:6:\"Author\";s:12:\"Fonts Plugin\";s:9:\"AuthorURI\";s:84:\"https://fontsplugin.com/?utm_source=wporg&utm_medium=readme&utm_campaign=description\";s:10:\"TextDomain\";s:20:\"olympus-google-fonts\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:60:\"Fonts Plugin | Use Google Fonts, Adobe Fonts or Upload Fonts\";s:10:\"AuthorName\";s:12:\"Fonts Plugin\";s:4:\"slug\";s:20:\"olympus-google-fonts\";}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";a:20:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:18:\"Requires Yoast SEO\";s:0:\"\";s:4:\"Name\";s:49:\"Google Analytics for WordPress by MonsterInsights\";s:9:\"PluginURI\";s:123:\"https://www.monsterinsights.com/?utm_source=liteplugin&utm_medium=pluginheader&utm_campaign=pluginurl&utm_content=7%2E0%2E0\";s:7:\"Version\";s:5:\"9.8.0\";s:11:\"Description\";s:125:\"The best Google Analytics plugin for WordPress. See how visitors find and use your website, so you can keep them coming back.\";s:6:\"Author\";s:15:\"MonsterInsights\";s:9:\"AuthorURI\";s:128:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=pluginheader&utm_campaign=authoruri&utm_content=7%2E0%2E0\";s:10:\"TextDomain\";s:30:\"google-analytics-for-wordpress\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:5:\"5.6.0\";s:11:\"RequiresPHP\";s:3:\"7.2\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:49:\"Google Analytics for WordPress by MonsterInsights\";s:10:\"AuthorName\";s:15:\"MonsterInsights\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";}s:19:\"jetpack/jetpack.php\";a:20:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:18:\"Requires Yoast SEO\";s:0:\"\";s:4:\"Name\";s:7:\"Jetpack\";s:9:\"PluginURI\";s:19:\"https://jetpack.com\";s:7:\"Version\";s:6:\"15.0.2\";s:11:\"Description\";s:146:\"Security, performance, and marketing tools made by WordPress experts. Jetpack keeps your site protected so you can focus on more important things.\";s:6:\"Author\";s:10:\"Automattic\";s:9:\"AuthorURI\";s:19:\"https://jetpack.com\";s:10:\"TextDomain\";s:7:\"jetpack\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:3:\"6.7\";s:11:\"RequiresPHP\";s:3:\"7.2\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:7:\"Jetpack\";s:10:\"AuthorName\";s:10:\"Automattic\";s:4:\"slug\";s:7:\"jetpack\";}s:77:\"product-configurator-for-woocommerce/woocommerce-mkl-product-configurator.php\";a:20:{s:20:\"WC requires at least\";s:1:\"8\";s:15:\"WC tested up to\";s:2:\"10\";s:3:\"Woo\";s:0:\"\";s:18:\"Requires Yoast SEO\";s:0:\"\";s:4:\"Name\";s:36:\"Product Configurator for WooCommerce\";s:9:\"PluginURI\";s:34:\"http://wc-product-configurator.com\";s:7:\"Version\";s:5:\"1.5.3\";s:11:\"Description\";s:108:\"Allow customers to configure and customize their products using a live preview powered by a system of layers\";s:6:\"Author\";s:12:\"Marc Lacroix\";s:9:\"AuthorURI\";s:20:\"http://mklacroix.com\";s:10:\"TextDomain\";s:36:\"product-configurator-for-woocommerce\";s:10:\"DomainPath\";s:11:\"/languages/\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:3:\"7.4\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:36:\"Product Configurator for WooCommerce\";s:10:\"AuthorName\";s:12:\"Marc Lacroix\";s:4:\"slug\";s:36:\"product-configurator-for-woocommerce\";}s:27:\"woocommerce/woocommerce.php\";a:20:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:18:\"Requires Yoast SEO\";s:0:\"\";s:4:\"Name\";s:11:\"WooCommerce\";s:9:\"PluginURI\";s:24:\"https://woocommerce.com/\";s:7:\"Version\";s:6:\"10.2.2\";s:11:\"Description\";s:63:\"An ecommerce toolkit that helps you sell anything. Beautifully.\";s:6:\"Author\";s:10:\"Automattic\";s:9:\"AuthorURI\";s:23:\"https://woocommerce.com\";s:10:\"TextDomain\";s:11:\"woocommerce\";s:10:\"DomainPath\";s:16:\"/i18n/languages/\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:3:\"6.7\";s:11:\"RequiresPHP\";s:3:\"7.4\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:11:\"WooCommerce\";s:10:\"AuthorName\";s:10:\"Automattic\";s:4:\"slug\";s:11:\"woocommerce\";}s:59:\"woocommerce-paypal-payments/woocommerce-paypal-payments.php\";a:20:{s:20:\"WC requires at least\";s:3:\"9.6\";s:15:\"WC tested up to\";s:4:\"10.1\";s:3:\"Woo\";s:0:\"\";s:18:\"Requires Yoast SEO\";s:0:\"\";s:4:\"Name\";s:27:\"WooCommerce PayPal Payments\";s:9:\"PluginURI\";s:61:\"https://woocommerce.com/products/woocommerce-paypal-payments/\";s:7:\"Version\";s:5:\"3.1.2\";s:11:\"Description\";s:311:\"PayPal\'s latest complete payments processing solution. Accept PayPal, Pay Later, credit/debit cards, alternative digital wallets local payment types and bank accounts. Turn on only PayPal options or process a full suite of payment methods. Enable global transaction with extensive currency and country coverage.\";s:6:\"Author\";s:6:\"PayPal\";s:9:\"AuthorURI\";s:19:\"https://paypal.com/\";s:10:\"TextDomain\";s:27:\"woocommerce-paypal-payments\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:3:\"6.5\";s:11:\"RequiresPHP\";s:3:\"7.4\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:11:\"woocommerce\";s:5:\"Title\";s:27:\"WooCommerce PayPal Payments\";s:10:\"AuthorName\";s:6:\"PayPal\";s:4:\"slug\";s:27:\"woocommerce-paypal-payments\";}s:39:\"wp-file-manager/file_folder_manager.php\";a:20:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:18:\"Requires Yoast SEO\";s:0:\"\";s:4:\"Name\";s:15:\"WP File Manager\";s:9:\"PluginURI\";s:45:\"https://wordpress.org/plugins/wp-file-manager\";s:7:\"Version\";s:5:\"8.0.2\";s:11:\"Description\";s:21:\"Manage your WP files.\";s:6:\"Author\";s:12:\"mndpsingh287\";s:9:\"AuthorURI\";s:43:\"https://profiles.wordpress.org/mndpsingh287\";s:10:\"TextDomain\";s:15:\"wp-file-manager\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:15:\"WP File Manager\";s:10:\"AuthorName\";s:12:\"mndpsingh287\";s:4:\"slug\";s:15:\"wp-file-manager\";}s:24:\"wordpress-seo/wp-seo.php\";a:20:{s:20:\"WC requires at least\";s:3:\"7.1\";s:15:\"WC tested up to\";s:4:\"10.2\";s:3:\"Woo\";s:0:\"\";s:18:\"Requires Yoast SEO\";s:0:\"\";s:4:\"Name\";s:9:\"Yoast SEO\";s:9:\"PluginURI\";s:18:\"https://yoa.st/1uj\";s:7:\"Version\";s:4:\"26.0\";s:11:\"Description\";s:117:\"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.\";s:6:\"Author\";s:10:\"Team Yoast\";s:9:\"AuthorURI\";s:18:\"https://yoa.st/1uk\";s:10:\"TextDomain\";s:13:\"wordpress-seo\";s:10:\"DomainPath\";s:11:\"/languages/\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:3:\"6.7\";s:11:\"RequiresPHP\";s:3:\"7.4\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:9:\"Yoast SEO\";s:10:\"AuthorName\";s:10:\"Team Yoast\";s:4:\"slug\";s:13:\"wordpress-seo\";}}','on'),(364286,'_transient_woocommerce_blueprint_installed_wp_org_themes','a:1:{s:16:\"twentytwentyfive\";O:8:\"WP_Theme\":15:{s:6:\"update\";b:0;s:20:\"\0WP_Theme\0theme_root\";s:45:\"/home3/aggrest5/public_html/wp-content/themes\";s:17:\"\0WP_Theme\0headers\";a:17:{s:20:\"WC requires at least\";s:0:\"\";s:15:\"WC tested up to\";s:0:\"\";s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:18:\"Twenty Twenty-Five\";s:8:\"ThemeURI\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:11:\"Description\";s:527:\"Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.\";s:6:\"Author\";s:18:\"the WordPress team\";s:9:\"AuthorURI\";s:21:\"https://wordpress.org\";s:7:\"Version\";s:3:\"1.3\";s:8:\"Template\";s:0:\"\";s:6:\"Status\";s:0:\"\";s:4:\"Tags\";s:279:\"one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news\";s:10:\"TextDomain\";s:16:\"twentytwentyfive\";s:10:\"DomainPath\";s:0:\"\";s:10:\"RequiresWP\";s:3:\"6.7\";s:11:\"RequiresPHP\";s:3:\"7.2\";s:9:\"UpdateURI\";s:0:\"\";}s:27:\"\0WP_Theme\0headers_sanitized\";N;s:21:\"\0WP_Theme\0block_theme\";b:1;s:25:\"\0WP_Theme\0name_translated\";N;s:16:\"\0WP_Theme\0errors\";N;s:20:\"\0WP_Theme\0stylesheet\";s:16:\"twentytwentyfive\";s:18:\"\0WP_Theme\0template\";s:16:\"twentytwentyfive\";s:16:\"\0WP_Theme\0parent\";N;s:24:\"\0WP_Theme\0theme_root_uri\";N;s:27:\"\0WP_Theme\0textdomain_loaded\";N;s:20:\"\0WP_Theme\0cache_hash\";s:32:\"3fc955855a0764125d263dec0e9f7be3\";s:32:\"\0WP_Theme\0block_template_folders\";a:2:{s:11:\"wp_template\";s:9:\"templates\";s:16:\"wp_template_part\";s:5:\"parts\";}s:34:\"\0WP_Theme\0default_template_folders\";a:2:{s:11:\"wp_template\";s:9:\"templates\";s:16:\"wp_template_part\";s:5:\"parts\";}}}','on'),(364296,'woocommerce_custom_orders_table_data_sync_enabled','yes','on'),(364297,'wc_pending_batch_processes','a:0:{}','off'),(364405,'_site_transient_wpforms_t15s_wpforms-paypal-commerce','a:1:{s:12:\"translations\";a:10:{i:0;a:9:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-09-29T20:46:06+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:90:\"https://translations.wpforms.com/wpforms-paypal-commerce/wpforms-paypal-commerce-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:23:\"wpforms-paypal-commerce\";}i:1;a:9:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-09-29T20:46:06+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:90:\"https://translations.wpforms.com/wpforms-paypal-commerce/wpforms-paypal-commerce-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:23:\"wpforms-paypal-commerce\";}i:2;a:9:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-09-29T20:46:06+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:90:\"https://translations.wpforms.com/wpforms-paypal-commerce/wpforms-paypal-commerce-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:23:\"wpforms-paypal-commerce\";}i:3;a:9:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-09-29T20:46:06+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:90:\"https://translations.wpforms.com/wpforms-paypal-commerce/wpforms-paypal-commerce-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:23:\"wpforms-paypal-commerce\";}i:4;a:9:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-09-29T20:46:06+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:87:\"https://translations.wpforms.com/wpforms-paypal-commerce/wpforms-paypal-commerce-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:23:\"wpforms-paypal-commerce\";}i:5;a:9:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-09-29T20:46:06+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:90:\"https://translations.wpforms.com/wpforms-paypal-commerce/wpforms-paypal-commerce-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:23:\"wpforms-paypal-commerce\";}i:6;a:9:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-09-29T20:46:06+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:90:\"https://translations.wpforms.com/wpforms-paypal-commerce/wpforms-paypal-commerce-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:23:\"wpforms-paypal-commerce\";}i:7;a:9:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-09-29T20:46:06+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:90:\"https://translations.wpforms.com/wpforms-paypal-commerce/wpforms-paypal-commerce-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:23:\"wpforms-paypal-commerce\";}i:8;a:9:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-09-29T20:46:06+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:90:\"https://translations.wpforms.com/wpforms-paypal-commerce/wpforms-paypal-commerce-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:23:\"wpforms-paypal-commerce\";}i:9;a:9:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-09-29T20:46:06+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:90:\"https://translations.wpforms.com/wpforms-paypal-commerce/wpforms-paypal-commerce-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:23:\"wpforms-paypal-commerce\";}}}','off'),(364406,'_site_transient_wpforms_t15s_wpforms-paypal-standard','a:1:{s:12:\"translations\";a:10:{i:0;a:9:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-09-29T20:46:07+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:90:\"https://translations.wpforms.com/wpforms-paypal-standard/wpforms-paypal-standard-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:23:\"wpforms-paypal-standard\";}i:1;a:9:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-09-29T20:46:07+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:90:\"https://translations.wpforms.com/wpforms-paypal-standard/wpforms-paypal-standard-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:23:\"wpforms-paypal-standard\";}i:2;a:9:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-09-29T20:46:07+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:90:\"https://translations.wpforms.com/wpforms-paypal-standard/wpforms-paypal-standard-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:23:\"wpforms-paypal-standard\";}i:3;a:9:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-09-29T20:46:07+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:90:\"https://translations.wpforms.com/wpforms-paypal-standard/wpforms-paypal-standard-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:23:\"wpforms-paypal-standard\";}i:4;a:9:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-09-29T20:46:07+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:87:\"https://translations.wpforms.com/wpforms-paypal-standard/wpforms-paypal-standard-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:23:\"wpforms-paypal-standard\";}i:5;a:9:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-09-29T20:46:07+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:90:\"https://translations.wpforms.com/wpforms-paypal-standard/wpforms-paypal-standard-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:23:\"wpforms-paypal-standard\";}i:6;a:9:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-09-29T20:46:07+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:90:\"https://translations.wpforms.com/wpforms-paypal-standard/wpforms-paypal-standard-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:23:\"wpforms-paypal-standard\";}i:7;a:9:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-09-29T20:46:07+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:90:\"https://translations.wpforms.com/wpforms-paypal-standard/wpforms-paypal-standard-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:23:\"wpforms-paypal-standard\";}i:8;a:9:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-09-29T20:46:07+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:90:\"https://translations.wpforms.com/wpforms-paypal-standard/wpforms-paypal-standard-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:23:\"wpforms-paypal-standard\";}i:9;a:9:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-09-29T20:46:07+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:90:\"https://translations.wpforms.com/wpforms-paypal-standard/wpforms-paypal-standard-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:23:\"wpforms-paypal-standard\";}}}','off'),(364407,'_site_transient_wpforms_t15s_wpforms','a:1:{s:12:\"translations\";a:10:{i:0;a:9:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-09-29T20:45:31+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:58:\"https://translations.wpforms.com/wpforms/wpforms-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"wpforms\";}i:1;a:9:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-09-29T20:45:31+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:58:\"https://translations.wpforms.com/wpforms/wpforms-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"wpforms\";}i:2;a:9:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-09-29T20:45:31+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:58:\"https://translations.wpforms.com/wpforms/wpforms-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"wpforms\";}i:3;a:9:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-09-29T20:45:31+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:58:\"https://translations.wpforms.com/wpforms/wpforms-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"wpforms\";}i:4;a:9:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-09-29T20:45:31+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:55:\"https://translations.wpforms.com/wpforms/wpforms-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"wpforms\";}i:5;a:9:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-09-29T20:45:31+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:58:\"https://translations.wpforms.com/wpforms/wpforms-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"wpforms\";}i:6;a:9:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-09-29T20:45:31+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:58:\"https://translations.wpforms.com/wpforms/wpforms-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"wpforms\";}i:7;a:9:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-09-29T20:45:31+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:58:\"https://translations.wpforms.com/wpforms/wpforms-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"wpforms\";}i:8;a:9:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-09-29T20:45:31+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:58:\"https://translations.wpforms.com/wpforms/wpforms-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"wpforms\";}i:9;a:9:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-09-29T20:45:31+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:58:\"https://translations.wpforms.com/wpforms/wpforms-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:7:\"wpforms\";}}}','off'),(364408,'_site_transient_monsterinsights_t15s_remote_data','a:1:{s:12:\"translations\";a:10:{i:0;a:9:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-08-31T06:00:32+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:107:\"https://cdn.get.mi-translations.com/google-analytics-for-wordpress/google-analytics-for-wordpress-nl_NL.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:10:\"autoupdate\";b:1;}i:1;a:9:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-08-31T06:00:32+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:107:\"https://cdn.get.mi-translations.com/google-analytics-for-wordpress/google-analytics-for-wordpress-fr_FR.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:10:\"autoupdate\";b:1;}i:2;a:9:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-08-31T06:00:32+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:107:\"https://cdn.get.mi-translations.com/google-analytics-for-wordpress/google-analytics-for-wordpress-de_DE.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:10:\"autoupdate\";b:1;}i:3;a:9:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-08-31T06:00:32+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:107:\"https://cdn.get.mi-translations.com/google-analytics-for-wordpress/google-analytics-for-wordpress-it_IT.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:10:\"autoupdate\";b:1;}i:4;a:9:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-08-31T06:00:32+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:104:\"https://cdn.get.mi-translations.com/google-analytics-for-wordpress/google-analytics-for-wordpress-ja.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:10:\"autoupdate\";b:1;}i:5;a:9:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-08-31T06:00:32+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:107:\"https://cdn.get.mi-translations.com/google-analytics-for-wordpress/google-analytics-for-wordpress-pl_PL.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:10:\"autoupdate\";b:1;}i:6;a:9:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-08-31T06:00:32+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:107:\"https://cdn.get.mi-translations.com/google-analytics-for-wordpress/google-analytics-for-wordpress-pt_BR.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:10:\"autoupdate\";b:1;}i:7;a:9:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-08-31T06:00:32+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:107:\"https://cdn.get.mi-translations.com/google-analytics-for-wordpress/google-analytics-for-wordpress-ru_RU.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:10:\"autoupdate\";b:1;}i:8;a:9:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-08-31T06:00:32+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:107:\"https://cdn.get.mi-translations.com/google-analytics-for-wordpress/google-analytics-for-wordpress-es_ES.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:10:\"autoupdate\";b:1;}i:9;a:9:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-08-31T06:00:32+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:107:\"https://cdn.get.mi-translations.com/google-analytics-for-wordpress/google-analytics-for-wordpress-tr_TR.zip\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:10:\"autoupdate\";b:1;}}}','off'),(364613,'endurance_cache_level','1','yes'),(364805,'_wpforms_transient_timeout_wpforms-pro-plugin-updates-37f01a87f5154c5fe47e45a2c06317c7.json','1759520077','off'),(364806,'_wpforms_transient_wpforms-pro-plugin-updates-37f01a87f5154c5fe47e45a2c06317c7.json','1759498477','off'),(364807,'_wpforms_transient_timeout_wpforms-pro-validate-key-3273c552a54bd29568a8add0cf6db6de.json','1759520077','off'),(364808,'_wpforms_transient_wpforms-pro-validate-key-3273c552a54bd29568a8add0cf6db6de.json','1759498477','off'),(364885,'_transient_timeout_as-post-store-dependencies-met','1759435443','off'),(364886,'_transient_as-post-store-dependencies-met','yes','off');
INSERT INTO `nbn_options` VALUES (364899,'ptk_patterns','a:99:{i:0;a:20:{s:2:\"ID\";i:450;s:7:\"site_id\";i:231214916;s:5:\"title\";s:47:\"Intro: Heading with image and two columns above\";s:4:\"name\";s:51:\"intro-heading-with-image-and-two-columns-above-copy\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4005:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"480px\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Stay dry in style</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:40%\"><!-- wp:paragraph -->\n<p>Designed for both fashion and function, our rain jackets offers sleek styles and waterproof protection to keep you dry in any downpour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Discover collection</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":75,\"aspectRatio\":\"16/9\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/man-person-winter-photography-statue-coat.png\" alt=\"\" class=\"wp-image-75\" style=\"aspect-ratio:16/9;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:105:\"https://wooblockpatterns.wpcomstaging.com/2024/07/10/intro-heading-with-image-and-two-columns-above-copy/\";s:13:\"modified_date\";s:19:\"2025-05-06 14:29:32\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:1;a:20:{s:2:\"ID\";i:448;s:7:\"site_id\";i:231214916;s:5:\"title\";s:40:\"Intro: Two column with content and image\";s:4:\"name\";s:39:\"intro-two-column-with-content-and-image\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3489:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"className\":\"alignfull\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading has-xx-large-font-size\">Sounds like<br>no other</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Experience your music like never before with our latest generation of hi-fidelity headphones.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Shop now</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"id\":79,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/man-person-music-black-and-white-white-photography.jpg\" alt=\"\" class=\"wp-image-79\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:93:\"https://wooblockpatterns.wpcomstaging.com/2024/07/10/intro-two-column-with-content-and-image/\";s:13:\"modified_date\";s:19:\"2024-07-18 12:14:17\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:2;a:20:{s:2:\"ID\";i:410;s:7:\"site_id\";i:231214916;s:5:\"title\";s:28:\"Review: Centered testimonial\";s:4:\"name\";s:27:\"review-centered-testimonial\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4632:\"<!-- wp:group {\"metadata\":{\"name\":\"Review\",\"categories\":[\"featured\",\"reviews\"],\"patternName\":\"review-centered-testimonial\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"20%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:20%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\",\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center has-large-font-size\">What people are saying</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">\"I recently attended a pottery workshop at this shop, and it was such a wonderful experience. The instructor was patient and encouraging, and I had a blast getting creative with clay.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":107,\"width\":\"64px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"100px\"}}} -->\n<figure class=\"wp-block-image size-full is-resized has-custom-border\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/06/portrait.png\" alt=\"\" class=\"wp-image-107\" style=\"border-radius:100px;aspect-ratio:1;object-fit:cover;width:64px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-text-align-center has-medium-font-size\">Liz S.</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\">Painter</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"20%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:20%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:24:\"_dotcom_imported_reviews\";a:3:{s:4:\"slug\";s:24:\"_dotcom_imported_reviews\";s:5:\"title\";s:24:\"_dotcom_imported_reviews\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:81:\"https://wooblockpatterns.wpcomstaging.com/2024/07/04/review-centered-testimonial/\";s:13:\"modified_date\";s:19:\"2024-07-04 12:03:45\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:3;a:20:{s:2:\"ID\";i:404;s:7:\"site_id\";i:231214916;s:5:\"title\";s:37:\"Review: A quote with scattered images\";s:4:\"name\";s:36:\"review-a-quote-with-scattered-images\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4579:\"<!-- wp:group {\"metadata\":{\"categories\":[\"reviews\"],\"patternName\":\"review-a-quote-with-scattered-images\",\"name\":\"Review: A quote with scattered images\"},\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"padding-right:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":405,\"width\":\"200px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"left\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"}},\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image alignleft size-full is-resized has-custom-border is-style-default\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/07/table-food-dessert-cake-circle-painting-23295-pxhere-2.png\" alt=\"\" class=\"wp-image-405\" style=\"border-style:none;border-width:0px;aspect-ratio:1;object-fit:cover;width:200px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":408,\"width\":\"95px\",\"height\":\"auto\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"right\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"}},\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image alignright size-full is-resized has-custom-border is-style-default\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/07/formation-cave-food-autumn-darkness-still-life-790116-pxhere-2.png\" alt=\"\" class=\"wp-image-408\" style=\"border-style:none;border-width:0px;aspect-ratio:1;object-fit:cover;width:95px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"var:preset|spacing|20\",\"padding\":{\"right\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"top\":\"var:preset|spacing|60\",\"bottom\":\"var:preset|spacing|60\"}},\"dimensions\":{\"minHeight\":\"\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--20)\"><!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":107,\"width\":\"62px\",\"height\":\"62px\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"className\":\"is-style-rounded\"} -->\n<figure class=\"wp-block-image aligncenter size-full is-resized is-style-rounded\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/06/portrait.png\" alt=\"\" class=\"wp-image-107\" style=\"object-fit:cover;width:62px;height:62px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">\"The only limit is the extent of your imagination.\"</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Jayla H.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:image {\"id\":406,\"width\":\"200px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"right\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"}},\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image alignright size-full is-resized has-custom-border is-style-default\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/plant-fruit-dish-meal-food-cooking-88153-pxhere-2.png\" alt=\"\" class=\"wp-image-406\" style=\"border-style:none;border-width:0px;aspect-ratio:1;object-fit:cover;width:200px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":407,\"width\":\"112px\",\"height\":\"auto\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"left\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"}},\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image alignleft size-full is-resized has-custom-border is-style-default\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/07/tree-nature-branch-plant-fruit-flower-104610-pxhere.png\" alt=\"\" class=\"wp-image-407\" style=\"border-style:none;border-width:0px;aspect-ratio:1;object-fit:cover;width:112px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:24:\"_dotcom_imported_reviews\";a:3:{s:4:\"slug\";s:24:\"_dotcom_imported_reviews\";s:5:\"title\";s:24:\"_dotcom_imported_reviews\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:90:\"https://wooblockpatterns.wpcomstaging.com/2024/07/04/review-a-quote-with-scattered-images/\";s:13:\"modified_date\";s:19:\"2024-07-04 12:00:48\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:4;a:20:{s:2:\"ID\";i:401;s:7:\"site_id\";i:231214916;s:5:\"title\";s:35:\"Review: Two column centered reviews\";s:4:\"name\";s:2:\"ff\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:7029:\"<!-- wp:group {\"metadata\":{\"name\":\"Reviews\",\"categories\":[\"featured\",\"reviews\"],\"patternName\":\"review-two-column-centered-reviews\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\",\"wideSize\":\"900px\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center\">Reviews</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\",\"right\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-column\" 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)\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"380px\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"12px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":107,\"width\":\"48px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"100px\"}}} -->\n<figure class=\"wp-block-image size-full is-resized has-custom-border\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/06/portrait.png\" alt=\"\" class=\"wp-image-107\" style=\"border-radius:100px;aspect-ratio:1;object-fit:cover;width:48px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"6px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"typography\":{\"lineHeight\":\"1\"}},\"className\":\"is-testimonial-name\",\"fontSize\":\"small\"} -->\n<h3 class=\"wp-block-heading has-text-align-center is-testimonial-name has-small-font-size\" style=\"line-height:1\">Jayla H.</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"0\"} -->\n<div style=\"height:0\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"is-testimonial-review\"} -->\n<p class=\"has-text-align-center is-testimonial-review\">\"I\'ve been a loyal customer for years, and for good reason. The customer service is top-notch, and the products are always reliable.\"</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\",\"right\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-column\" 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)\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"380px\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"12px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":325,\"width\":\"48px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"100px\"}}} -->\n<figure class=\"wp-block-image size-full is-resized has-custom-border\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/cf19a5d21c3eeb7afa7c346b32af3ece-1.jpeg\" alt=\"\" class=\"wp-image-325\" style=\"border-radius:100px;aspect-ratio:1;object-fit:cover;width:48px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"6px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":4,\"style\":{\"typography\":{\"lineHeight\":\"1\"}},\"className\":\"is-testimonial-name\",\"fontSize\":\"small\"} -->\n<h4 class=\"wp-block-heading has-text-align-center is-testimonial-name has-small-font-size\" style=\"line-height:1\">Scott F.</h4>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"0\"} -->\n<div style=\"height:0\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"is-testimonial-review\"} -->\n<p class=\"has-text-align-center is-testimonial-review\">“I recently purchased a smart TV, and I couldn\'t be happier with my purchase. The staff was friendly and helpful, answering all of my questions.\"</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:24:\"_dotcom_imported_reviews\";a:3:{s:4:\"slug\";s:24:\"_dotcom_imported_reviews\";s:5:\"title\";s:24:\"_dotcom_imported_reviews\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:56:\"https://wooblockpatterns.wpcomstaging.com/2024/07/04/ff/\";s:13:\"modified_date\";s:19:\"2024-07-04 12:00:56\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:5;a:20:{s:2:\"ID\";i:397;s:7:\"site_id\";i:231214916;s:5:\"title\";s:26:\"Three column pricing table\";s:4:\"name\";s:28:\"three-column-pricing-table-2\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:15916:\"<!-- wp:group {\"metadata\":{\"name\":\"Pricing table\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Elevate your learning</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|30\",\"width\":\"0px\"} -->\n<div style=\"height:var(--wp--preset--spacing--30);width:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"metadata\":{\"name\":\"Tiers\"},\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"metadata\":{\"name\":\"Tier Item\"},\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\"},\"blockGap\":\"var:preset|spacing|40\"},\"border\":{\"width\":\"1px\"}},\"borderColor\":\"primary\",\"backgroundColor\":\"base-2\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-column has-border-color has-primary-border-color has-base-2-background-color has-background\" style=\"border-width:1px;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Free</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"className\":\"is-style-default\"} -->\n<h2 class=\"wp-block-heading is-style-default\">$0</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Video lectures</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Interactive quizzes</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Downloadable resources</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Certificates of completion</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"16px\"} -->\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-outline\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-outline\"><a class=\"wp-block-button__link wp-element-button\">Subscribe</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"metadata\":{\"name\":\"Tier Item (highlighted)\"},\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\"},\"blockGap\":\"var:preset|spacing|40\"},\"border\":{\"width\":\"2px\"}},\"borderColor\":\"primary\",\"backgroundColor\":\"base-2\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-column has-border-color has-primary-border-color has-base-2-background-color has-background\" style=\"border-width:2px;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Basic</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"className\":\"is-style-default\"} -->\n<h2 class=\"wp-block-heading is-style-default\">$39</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Everything included in Free</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Personalized feedback</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Live Q&amp;A sessions</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Community forums</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"16px\"} -->\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-fill\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Subscribe</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"metadata\":{\"name\":\"Tier Item\"},\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\"},\"blockGap\":\"var:preset|spacing|40\"},\"border\":{\"width\":\"1px\"}},\"borderColor\":\"primary\",\"backgroundColor\":\"base-2\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-column has-border-color has-primary-border-color has-base-2-background-color has-background\" style=\"border-width:1px;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Premium</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"className\":\"is-style-default\"} -->\n<h2 class=\"wp-block-heading is-style-default\">$99</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\"><s><span></span></s>Everything included in Basic</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Premium support</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Coaching sessions</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Priority access to new content</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"16px\"} -->\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-outline\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-outline\"><a class=\"wp-block-button__link wp-element-button\">Subscribe</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:82:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/three-column-pricing-table-2/\";s:13:\"modified_date\";s:19:\"2024-07-05 10:59:28\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:6;a:20:{s:2:\"ID\";i:395;s:7:\"site_id\";i:231214916;s:5:\"title\";s:30:\"Two column boxed pricing table\";s:4:\"name\";s:30:\"two-column-boxed-pricing-table\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:7641:\"<!-- wp:group {\"metadata\":{\"name\":\"Pricing Table\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"textColor\":\"ast-global-color-2\",\"className\":\"is-pricing-title\"} -->\n<h2 class=\"wp-block-heading has-text-align-center is-pricing-title has-ast-global-color-2-color has-text-color\">Pricing</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"is-pricing-description\"} -->\n<p class=\"has-text-align-center is-pricing-description\">Whether you\'re a self-paced learner looking for flexibility or someone who thrives with additional support and guidance, we have a plan for you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"800px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"color\":{\"background\":\"#00000012\"},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-column has-background\" style=\"background-color:#00000012;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"is-pricing-tier-name\",\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading is-pricing-tier-name has-large-font-size\">Free</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-price\",\"fontSize\":\"small\"} -->\n<p class=\"is-pricing-tier-price has-small-font-size\">$0.00/month</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-fill\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Video lectures</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Interactive quizzes</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Downloadable resources</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Downloadable resources</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#00000012\"},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-column has-background\" style=\"background-color:#00000012;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"metadata\":{\"name\":\"Pricing Title\"},\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"is-pricing-tier-name\",\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading is-pricing-tier-name has-large-font-size\">Basic</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-price\",\"fontSize\":\"small\"} -->\n<p class=\"is-pricing-tier-price has-small-font-size\">$69.00</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-fill\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Everything included in Free</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Personalized feedback</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Live Q&amp;A sessions</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Online community forums</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:84:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/two-column-boxed-pricing-table/\";s:13:\"modified_date\";s:19:\"2024-07-02 11:49:48\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:7;a:20:{s:2:\"ID\";i:392;s:7:\"site_id\";i:231214916;s:5:\"title\";s:24:\"Two column pricing table\";s:4:\"name\";s:24:\"two-column-pricing-table\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:7002:\"<!-- wp:group {\"metadata\":{\"name\":\"Pricing\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\",\"contentSize\":\"960px\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\",\"className\":\"is-pricing-title\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center is-pricing-title\">Pricing</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|40\",\"left\":\"0\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\",\"right\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-column\" 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)\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"380px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"className\":\"is-pricing-tier-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-text-align-center is-pricing-tier-name has-medium-font-size\">Basic</h3>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":4,\"className\":\"is-pricing-tier-price\",\"fontSize\":\"xx-large\"} -->\n<h4 class=\"wp-block-heading has-text-align-center is-pricing-tier-price has-xx-large-font-size\">$99</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"is-pricing-tier-service\"} -->\n<p class=\"has-text-align-center is-pricing-tier-service\">It offers comprehensive access to all course materials, including video lectures, interactive quizzes, and downloadable resources.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":50} --><div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\",\"right\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-column\" 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)\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"380px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"className\":\"is-pricing-tier-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-text-align-center is-pricing-tier-name has-medium-font-size\">Premium</h3>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":4,\"className\":\"is-pricing-tier-price\",\"fontSize\":\"xx-large\"} -->\n<h4 class=\"wp-block-heading has-text-align-center is-pricing-tier-price has-xx-large-font-size\">$199</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"is-pricing-tier-service\"} -->\n<p class=\"has-text-align-center is-pricing-tier-service\">Everything in the Basic plan plus exclusive perks and additional support. Enjoy live Q&amp;A, coaching sessions, and priority access to new content.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":50} --><div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":\"0px\"} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:78:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/two-column-pricing-table/\";s:13:\"modified_date\";s:19:\"2024-07-02 11:48:37\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:8;a:20:{s:2:\"ID\";i:384;s:7:\"site_id\";i:231214916;s:5:\"title\";s:28:\"Two column service offerings\";s:4:\"name\";s:28:\"two-column-service-offerings\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4331:\"<!-- wp:group {\"metadata\":{\"name\":\"Services\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading has-text-align-center has-large-font-size\">Basic</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">$99/month</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":250,\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/07/0ad9cb5f991125c89fc952521795a1e6-1.jpeg\" alt=\"\" class=\"wp-image-250\" style=\"aspect-ratio:4/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading has-text-align-center has-large-font-size\">Premium</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">$199/month</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":237,\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/8d8416beec2ca80653d3b811bf6b1f77.jpeg\" alt=\"\" class=\"wp-image-237\" style=\"aspect-ratio:4/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:82:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/two-column-service-offerings/\";s:13:\"modified_date\";s:19:\"2024-07-02 11:21:24\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:9;a:20:{s:2:\"ID\";i:382;s:7:\"site_id\";i:231214916;s:5:\"title\";s:43:\"Three columns of headings, images and links\";s:4:\"name\";s:42:\"three-columns-of-headings-images-and-links\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:5801:\"<!-- wp:group {\"metadata\":{\"name\":\"Services\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Furniture customization</h3>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"4px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"padding-bottom:4px\"><!-- wp:image {\"id\":63,\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/table-wood-house-chair-floor-window-1-1024x683.jpg\" alt=\"\" class=\"wp-image-63\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Create bespoke pieces that perfectly fit your space and style with our customization services. From fabric selection to dimensions, we\'ll bring your vision to life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Get started</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Interior design</h3>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"4px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"padding-bottom:4px\"><!-- wp:image {\"id\":304,\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/54f708281f82831c082a1cf9d7b7faa9-1-683x1024.jpeg\" alt=\"\" class=\"wp-image-304\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Our expert designers will work with you to transform your space into a stylish and functional haven that reflects your personal taste and lifestyle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Get started</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Delivery and assembly</h3>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"4px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"padding-bottom:4px\"><!-- wp:image {\"id\":354,\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/07/ade23ce2024ccbbb42f7f7d6dfe5f2e0-1-684x1024.jpeg\" alt=\"\" class=\"wp-image-354\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Enjoy hassle-free shopping with our delivery and assembly services. Let our team handle the heavy lifting and installation, so you can relax in your newly furnished home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Get started</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:96:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/three-columns-of-headings-images-and-links/\";s:13:\"modified_date\";s:19:\"2024-07-04 13:40:28\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:10;a:20:{s:2:\"ID\";i:380;s:7:\"site_id\";i:231214916;s:5:\"title\";s:21:\"Grid of text features\";s:4:\"name\";s:21:\"grid-of-text-features\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:5163:\"<!-- wp:group {\"metadata\":{\"name\":\"Services\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Personal styling</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">Work one-on-one with our expert stylists to curate outfits that align with your unique taste, body type, and lifestyle.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Alterations and tailoring</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">Ensure the perfect fit. From hemming to resizing, our skilled tailors will tailor your garments<br>to perfection.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Wardrobe refresh</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">Revamp your wardrobe. Our stylists will help you declutter, organize, and update your closet with fresh new pieces.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Virtual Shopping</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">Can\'t make it to our store? Our virtual shopping assistance service allows you to shop from the comfort of your home.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:75:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/grid-of-text-features/\";s:13:\"modified_date\";s:19:\"2024-07-04 13:41:09\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:11;a:20:{s:2:\"ID\";i:378;s:7:\"site_id\";i:231214916;s:5:\"title\";s:28:\"Headings left, content right\";s:4:\"name\";s:27:\"headings-left-content-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:6543:\"<!-- wp:group {\"metadata\":{\"name\":\"Services\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Content\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:heading {\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Installation</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>Enjoy peace of mind with our professional installation and setup services. From home theater systems to smart home devices, we\'ll ensure everything is installed and configured correctly for optimal performance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Discover more</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"align\":\"wide\",\"style\":{\"color\":{\"background\":\"#4747471a\"}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator alignwide has-text-color has-alpha-channel-opacity has-background is-style-wide\" style=\"background-color:#4747471a;color:#4747471a\"/>\n<!-- /wp:separator -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:heading {\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Maintenance</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>Extend the lifespan of your electronics with our repair and maintenance services. Our skilled technicians will diagnose and fix any issues to keep your devices running smoothly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Discover more</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"align\":\"wide\",\"style\":{\"color\":{\"background\":\"#4747471a\"}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator alignwide has-text-color has-alpha-channel-opacity has-background is-style-wide\" style=\"background-color:#4747471a;color:#4747471a\"/>\n<!-- /wp:separator -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:heading {\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Trade-in</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>Upgrade to the latest technology while being environmentally conscious with our trade-in and recycling programs. Trade in your old devices for credit towards new purchases or recycle them responsibly with us.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Discover more</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"align\":\"wide\",\"style\":{\"color\":{\"background\":\"#4747471a\"}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator alignwide has-text-color has-alpha-channel-opacity has-background is-style-wide\" style=\"background-color:#4747471a;color:#4747471a\"/>\n<!-- /wp:separator -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:heading {\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Support</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>Get the most out of your electronics with our tech support and training services. Our experts will help troubleshoot any issues and provide guidance on using your devices effectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Discover more</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"align\":\"wide\",\"style\":{\"color\":{\"background\":\"#4747471a\"}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator alignwide has-text-color has-alpha-channel-opacity has-background is-style-wide\" style=\"background-color:#4747471a;color:#4747471a\"/>\n<!-- /wp:separator --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:81:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/headings-left-content-right/\";s:13:\"modified_date\";s:19:\"2024-07-02 11:17:53\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:12;a:20:{s:2:\"ID\";i:376;s:7:\"site_id\";i:231214916;s:5:\"title\";s:30:\"Heading with six text sections\";s:4:\"name\";s:30:\"heading-with-six-text-sections\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:6956:\"<!-- wp:group {\"metadata\":{\"name\":\"Services\"},\"align\":\"full\",\"className\":\"alignfull\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"100%\"}},\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Our services</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|10\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:0;height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Furniture customization</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Create bespoke pieces that perfectly fit your space and style with our customization services. We\'ll bring your vision to life.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"56px\"} -->\n<div style=\"height:56px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Home staging</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Planning to sell your home? Our home staging service will help maximize its appeal to potential buyers, showcasing its full potential.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"56px\"} -->\n<div style=\"height:56px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Interior design consultation</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Our expert designers will work with you to transform your space into a stylish and functional haven that reflects your personal taste and lifestyle.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Furniture restoration</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Restore the beauty of your beloved furniture pieces. From refinishing to repairs, we\'ll breathe new life into your cherished items.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"56px\"} -->\n<div style=\"height:56px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Delivery and assembly</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy hassle-free shopping with our delivery and assembly services. Let our team handle the heavy lifting and installation, so you can relax.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"56px\"} -->\n<div style=\"height:56px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Virtual design consultation</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Can\'t make it to our showroom? No problem! Our virtual design consultation service allows you to get expert advice from the comfort of your home.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:84:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/heading-with-six-text-sections/\";s:13:\"modified_date\";s:19:\"2024-07-24 14:34:50\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:13;a:20:{s:2:\"ID\";i:371;s:7:\"site_id\";i:231214916;s:5:\"title\";s:32:\"Three column boxed pricing table\";s:4:\"name\";s:26:\"three-column-pricing-table\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:9435:\"<!-- wp:group {\"metadata\":{\"name\":\"Pricing Table\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"is-pricing-title\"} -->\n<h2 class=\"wp-block-heading has-text-align-center is-pricing-title\">Pricing</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|30\"} -->\n<div style=\"height:var(--wp--preset--spacing--30)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"color\":{\"background\":\"#00000012\"},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-column has-background\" style=\"background-color:#00000012;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"is-pricing-tier-name\",\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading is-pricing-tier-name has-large-font-size\">Free</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-price\",\"fontSize\":\"small\"} -->\n<p class=\"is-pricing-tier-price has-small-font-size\">$0.00/month</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-outline\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-outline\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Video lectures</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Interactive quizzes</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Downloadable resources</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Certificate of completion</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#00000012\"},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-column has-background\" style=\"background-color:#00000012;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"metadata\":{\"name\":\"Pricing Title\"},\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"is-pricing-tier-name\",\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading is-pricing-tier-name has-large-font-size\">Basic</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-price\",\"fontSize\":\"small\"} -->\n<p class=\"is-pricing-tier-price has-small-font-size\">$39.00/month</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-fill\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Everything included in Free</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Personalized feedback</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Live Q&amp;A sessions</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Online community forums</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#00000012\"},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-column has-background\" style=\"background-color:#00000012;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"is-pricing-tier-name\",\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading is-pricing-tier-name has-large-font-size\">Premium</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-price\",\"fontSize\":\"small\"} -->\n<p class=\"is-pricing-tier-price has-small-font-size\">$99.00/month</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-outline\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-outline\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Everything included in Basic</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Premium support</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Coaching sessions</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Priority access to new content</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:80:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/three-column-pricing-table/\";s:13:\"modified_date\";s:19:\"2024-07-02 11:47:39\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:14;a:20:{s:2:\"ID\";i:359;s:7:\"site_id\";i:231214916;s:5:\"title\";s:23:\"Two columns with images\";s:4:\"name\";s:23:\"two-columns-with-images\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:5251:\"<!-- wp:group {\"metadata\":{\"name\":\"Services\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":368,\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/07/56b4ef6554bcb138de65c66f1ec092b9-2.jpeg\" alt=\"\" class=\"wp-image-368\" style=\"aspect-ratio:4/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Trade-in and recycling</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Upgrade to the latest technology while being environmentally conscious with our trade-in and recycling programs. Trade in your old devices for credit towards new purchases or recycle them responsibly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":222,\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/772d1d20f57861f0aa71dccda165b03e.jpeg\" alt=\"\" class=\"wp-image-222\" style=\"aspect-ratio:4/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Extended warranty</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Protect your investment with our extended warranty and protection plans. Get peace of mind knowing your electronics are covered against unexpected damage and defects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:77:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/two-columns-with-images/\";s:13:\"modified_date\";s:19:\"2024-07-04 13:21:17\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:15;a:20:{s:2:\"ID\";i:357;s:7:\"site_id\";i:231214916;s:5:\"title\";s:31:\"Heading with four text sections\";s:4:\"name\";s:31:\"heading-with-four-text-sections\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:5530:\"<!-- wp:group {\"metadata\":{\"name\":\"Services\"},\"align\":\"full\",\"className\":\"alignfull\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"100%\"}},\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Services</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|10\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:0;height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Personal styling</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Work one-on-one with our expert stylists to curate outfits that align with your unique taste, body type, and lifestyle.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"56px\"} -->\n<div style=\"height:56px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Wardrobe refresh</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Revamp your wardrobe. Our stylists will help you declutter, organize, and update your closet with fresh new pieces.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Alterations and tailoring</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Ensure the perfect fit. From hemming to resizing, our skilled tailors will tailor your garments to perfection.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"56px\"} -->\n<div style=\"height:56px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Virtual Shopping</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Can\'t make it to our store? Our virtual shopping assistance service allows you to shop from the comfort of your home.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:85:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/heading-with-four-text-sections/\";s:13:\"modified_date\";s:19:\"2024-07-24 14:35:12\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:16;a:20:{s:2:\"ID\";i:348;s:7:\"site_id\";i:231214916;s:5:\"title\";s:34:\"Personal bio with a contact button\";s:4:\"name\";s:34:\"personal-bio-with-a-contact-button\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3746:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":107,\"width\":\"175px\",\"height\":\"auto\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":\"100em\"}}} -->\n<figure class=\"wp-block-image aligncenter size-full is-resized has-custom-border\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/06/portrait.png\" alt=\"\" class=\"wp-image-107\" style=\"border-radius:100em;aspect-ratio:1;object-fit:cover;width:175px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\",\"wideSize\":\"460px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"center\",\"textColor\":\"ast-global-color-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-ast-global-color-2-color has-text-color\">Marianne R.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">“My journey into fashion began with a passion for sustainability and a love for artisanal crafts. Since childhood, I’ve been captivated by the intricate handiwork of global artisans and the stories behind their creations.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">About me</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:88:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/personal-bio-with-a-contact-button/\";s:13:\"modified_date\";s:19:\"2024-07-01 18:33:10\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:17;a:20:{s:2:\"ID\";i:345;s:7:\"site_id\";i:231214916;s:5:\"title\";s:66:\"Circular avatar on left header on right with sub-header and button\";s:4:\"name\";s:66:\"circular-avatar-on-left-header-on-right-with-sub-header-and-button\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3620:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"id\":346,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"100em\"}}} -->\n<figure class=\"wp-block-image size-full has-custom-border\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/8d605dc291be9f49e7e9afe9b8d0f5c7-1.png\" alt=\"\" class=\"wp-image-346\" style=\"border-radius:100em;aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"align\":\"wide\"} -->\n<h2 class=\"wp-block-heading alignwide\">Sustainable fashion</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We believe that fashion should be as kind to the planet as it is to your wardrobe. With a commitment to sustainability and environmental responsibility, we curate a collection of chic and eco-friendly clothing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get in touch</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:120:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/circular-avatar-on-left-header-on-right-with-sub-header-and-button/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:53:07\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:18;a:20:{s:2:\"ID\";i:343;s:7:\"site_id\";i:231214916;s:5:\"title\";s:57:\"Circular image on right with large border header on right\";s:4:\"name\";s:57:\"circular-image-on-right-with-large-border-header-on-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3565:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"fontSize\":\"small\"} -->\n<h2 class=\"wp-block-heading has-small-font-size\">About us</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"align\":\"wide\"} -->\n<h2 class=\"wp-block-heading alignwide\">Sustainable fashion</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We believe that fashion should be as kind to the planet as it is to your wardrobe. With a commitment to sustainability and environmental responsibility, we curate a collection of chic and eco-friendly clothing.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"id\":262,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"100em\",\"width\":\"0px\",\"style\":\"none\"}}} -->\n<figure class=\"wp-block-image size-full has-custom-border\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/07/96bbcf9839d875a42e9aaaada8132a33.jpeg\" alt=\"\" class=\"wp-image-262\" style=\"border-style:none;border-width:0px;border-radius:100em;aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:111:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/circular-image-on-right-with-large-border-header-on-right/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:46:29\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:19;a:20:{s:2:\"ID\";i:341;s:7:\"site_id\";i:231214916;s:5:\"title\";s:33:\"Header with a paragraph and stats\";s:4:\"name\";s:33:\"header-with-a-paragraph-and-stats\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4298:\"<!-- wp:group {\"metadata\":{\"name\":\"Numbers\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"left\",\"align\":\"wide\",\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-xx-large-font-size\">Create anything</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-right:0;padding-left:0\"><!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"75%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:75%\"><!-- wp:paragraph {\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\">Welcome to a world of limitless possibilities, where the journey is as exhilarating as the destination, and where every moment is an opportunity to make your mark on the canvas of existence.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|30\"} -->\n<div style=\"height:var(--wp--preset--spacing--30)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"fontSize\":\"x-large\"} -->\n<h3 class=\"wp-block-heading has-x-large-font-size\">14M</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Satisfied clients</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"fontSize\":\"x-large\"} -->\n<h3 class=\"wp-block-heading has-x-large-font-size\">Eco</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We are thinking about the planet</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"fontSize\":\"x-large\"} -->\n<h3 class=\"wp-block-heading has-x-large-font-size\">120</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Options</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:87:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/header-with-a-paragraph-and-stats/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:49:56\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:20;a:20:{s:2:\"ID\";i:338;s:7:\"site_id\";i:231214916;s:5:\"title\";s:12:\"Team members\";s:4:\"name\";s:12:\"team-members\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:11352:\"<!-- wp:group {\"metadata\":{\"name\":\"Team\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Our Team</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"metadata\":{\"name\":\"Team members\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":336,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/07/fab46ce87d847342cbe7410cdaa90732.jpeg\" alt=\"\" class=\"wp-image-336\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Emily Hayes</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interior designer</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Emily brings over a decade of experience in interior design, specializing in creating unique and personalized spaces that reflect each client\'s personality and lifestyle.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":335,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/f53d7341f90e86c42ed293bb386b5db4.jpeg\" alt=\"\" class=\"wp-image-335\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Mark Johnson</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Furniture designer</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>With a keen eye for detail and craftsmanship, Mark designs furniture pieces that blend style with functionality, ensuring every piece enhances the beauty of any space.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":331,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/885b26a44a4ca21844c169eca79dcf8c.jpeg\" alt=\"\" class=\"wp-image-331\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Alex Parker</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Customer support specialist</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Alex is committed to ensuring our customers have a seamless experience, providing attentive support and assistance with any inquiries or concerns they may have.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"metadata\":{\"name\":\"Team members\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":330,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/07/44df767ec48f3788eb836df942c12ca5.jpeg\" alt=\"\" class=\"wp-image-330\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">David Carter</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Project manager</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>David oversees every project with precision and efficiency, ensuring that timelines are met and that every detail is executed flawlessly from concept to completion.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":332,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/b804be09af895837548af933fdea519f.jpeg\" alt=\"\" class=\"wp-image-332\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Sophia Lee</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sales manager</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Sophia is dedicated to providing exceptional service to our customers, offering guidance to help them find the perfect furniture and décor pieces for their homes.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":339,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/07/05414bb38f179cc7c6969cbaf1b152e1-1.jpeg\" alt=\"\" class=\"wp-image-339\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Emma Reynolds</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Marketing coordinator</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Emma\'s creative flair and passion for design shine through in her work, as she curates captivating content and engaging campaigns to showcase our products and services.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:66:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/team-members/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:42:27\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:21;a:20:{s:2:\"ID\";i:334;s:7:\"site_id\";i:231214916;s:5:\"title\";s:8:\"Our team\";s:4:\"name\";s:8:\"our-team\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:10105:\"<!-- wp:group {\"metadata\":{\"name\":\"Team\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:heading {\"textAlign\":\"left\"} -->\n<h2 class=\"wp-block-heading has-text-align-left\">Our Team</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":336,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/07/fab46ce87d847342cbe7410cdaa90732.jpeg\" alt=\"\" class=\"wp-image-336\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Emily Hayes</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interior designer</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Emily brings over a decade of experience in interior design, specializing in creating unique and personalized spaces that reflect each client\'s personality and lifestyle. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"iconColor\":\"theme-4\",\"iconColorValue\":\"#242b2d\",\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"x\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":335,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/f53d7341f90e86c42ed293bb386b5db4.jpeg\" alt=\"\" class=\"wp-image-335\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Mark Johnson</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Furniture designer</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>With a keen eye for detail and craftsmanship, Mark designs furniture pieces that blend style with functionality, ensuring every piece enhances the beauty of any space.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"iconColor\":\"theme-4\",\"iconColorValue\":\"#242b2d\",\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"x\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":331,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/885b26a44a4ca21844c169eca79dcf8c.jpeg\" alt=\"\" class=\"wp-image-331\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Alex Parker</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Customer support specialist</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Alex is committed to ensuring our customers have a seamless experience, providing attentive support and assistance with any inquiries or concerns they may have.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"iconColor\":\"theme-4\",\"iconColorValue\":\"#242b2d\",\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"x\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":332,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/b804be09af895837548af933fdea519f.jpeg\" alt=\"\" class=\"wp-image-332\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Sophia Lee</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sales manager</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Sophia is dedicated to providing exceptional service to our customers, offering guidance to help them find the perfect furniture and décor pieces for their homes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"iconColor\":\"theme-4\",\"iconColorValue\":\"#242b2d\",\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"x\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:62:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/our-team/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:43:04\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:22;a:20:{s:2:\"ID\";i:329;s:7:\"site_id\";i:231214916;s:5:\"title\";s:4:\"Team\";s:4:\"name\";s:4:\"team\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4779:\"<!-- wp:group {\"metadata\":{\"name\":\"Team\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|20\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:heading {\"textAlign\":\"left\"} -->\n<h2 class=\"wp-block-heading has-text-align-left\">Meet the passionate team behind our brand</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":332,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]},\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/b804be09af895837548af933fdea519f.jpeg\" alt=\"\" class=\"wp-image-332\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":331,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/885b26a44a4ca21844c169eca79dcf8c.jpeg\" alt=\"\" class=\"wp-image-331\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|20\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":330,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/07/44df767ec48f3788eb836df942c12ca5.jpeg\" alt=\"\" class=\"wp-image-330\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":325,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/cf19a5d21c3eeb7afa7c346b32af3ece-1.jpeg\" alt=\"\" class=\"wp-image-325\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:58:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/team/\";s:13:\"modified_date\";s:19:\"2024-07-01 16:45:42\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:23;a:20:{s:2:\"ID\";i:327;s:7:\"site_id\";i:231214916;s:5:\"title\";s:5:\"About\";s:4:\"name\";s:5:\"about\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:6587:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:image {\"id\":462,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/07/girls-in-the-hills-3.jpg\" alt=\"\" class=\"wp-image-462\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"80%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:80%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Embrace<br>sustainable fashion</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We believe that fashion should be as kind to the planet as it is to your wardrobe. With a commitment to sustainability and environmental responsibility, we curate a collection of chic and eco-friendly clothing.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"stretch\"} -->\n<div class=\"wp-block-column is-vertically-aligned-stretch\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"fontSize\":\"medium\"} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile has-medium-font-size\"><!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"},\"blockGap\":\"4px\"},\"border\":{\"left\":{\"color\":\"#1e1e1e40\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"bottom\":[]}}} -->\n<div class=\"wp-block-column\" style=\"border-left-color:#1e1e1e40;border-left-width:1px;padding-top:0;padding-right:var(--wp--preset--spacing--20);padding-bottom:0;padding-left:var(--wp--preset--spacing--20)\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">100%</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Eco-friendly packaging</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"},\"blockGap\":\"4px\"},\"border\":{\"left\":{\"color\":\"#1e1e1e40\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"bottom\":[]}}} -->\n<div class=\"wp-block-column\" style=\"border-left-color:#1e1e1e40;border-left-width:1px;padding-top:0;padding-right:var(--wp--preset--spacing--20);padding-bottom:0;padding-left:var(--wp--preset--spacing--20)\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">75%</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Recycled materials</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"fontSize\":\"medium\"} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile has-medium-font-size\"><!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"},\"blockGap\":\"4px\"},\"border\":{\"left\":{\"color\":\"#1e1e1e40\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"bottom\":[]}}} -->\n<div class=\"wp-block-column\" style=\"border-left-color:#1e1e1e40;border-left-width:1px;padding-top:0;padding-right:var(--wp--preset--spacing--20);padding-bottom:0;padding-left:var(--wp--preset--spacing--20)\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">80%</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Less water usage</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"},\"blockGap\":\"4px\"},\"border\":{\"left\":{\"color\":\"#1e1e1e40\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"bottom\":[]}}} -->\n<div class=\"wp-block-column\" style=\"border-left-color:#1e1e1e40;border-left-width:1px;padding-top:0;padding-right:var(--wp--preset--spacing--20);padding-bottom:0;padding-left:var(--wp--preset--spacing--20)\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">100%</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Organic cotton</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"9px\"} -->\n<div style=\"height:9px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:59:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/about/\";s:13:\"modified_date\";s:19:\"2024-07-18 12:31:42\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:24;a:20:{s:2:\"ID\";i:322;s:7:\"site_id\";i:231214916;s:5:\"title\";s:29:\"About with heading and images\";s:4:\"name\";s:29:\"about-with-heading-and-images\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4808:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"align\":\"wide\"} -->\n<h2 class=\"wp-block-heading alignwide\">Chic and eco-friendly fashion, thoughtfully crafted with organic fabrics and recycled materials.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|30\"} -->\n<div style=\"height:var(--wp--preset--spacing--30)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:image {\"id\":323,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/f3b0161d47e4ada886ef5f69d0637ddd.jpeg\" alt=\"\" class=\"wp-image-323\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"5vw\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":75,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/man-person-winter-photography-statue-coat.png\" alt=\"\" class=\"wp-image-75\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:image {\"id\":325,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/cf19a5d21c3eeb7afa7c346b32af3ece-1.jpeg\" alt=\"\" class=\"wp-image-325\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"5vw\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":324,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/07/f554dfb297c4824916eb82ee70a3d942.jpeg\" alt=\"\" class=\"wp-image-324\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:83:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/about-with-heading-and-images/\";s:13:\"modified_date\";s:19:\"2024-07-01 16:38:19\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:25;a:20:{s:2:\"ID\";i:319;s:7:\"site_id\";i:231214916;s:5:\"title\";s:22:\"List with descriptions\";s:4:\"name\";s:4:\"data\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:10266:\"<!-- wp:group {\"metadata\":{\"name\":\"Data list\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Data entry\"},\"align\":\"wide\",\"style\":{\"border\":{\"top\":{\"color\":\"var:preset|color|theme-4\",\"width\":\"1px\"},\"right\":[],\"bottom\":[],\"left\":[]},\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"border-top-color:var(--wp--preset--color--theme-4);border-top-width:1px;padding-right:0;padding-left:0\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|theme-4\"}}}},\"textColor\":\"theme-4\"} -->\n<h2 class=\"wp-block-heading has-theme-4-color has-text-color has-link-color\">18 years</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">We have been in the market for 18 years and proved our customers our experience matters.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Data entry\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\"}},\"border\":{\"top\":{\"width\":\"1px\"}}}} -->\n<div class=\"wp-block-group alignwide\" style=\"border-top-width:1px\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|theme-4\"}}}},\"textColor\":\"theme-4\"} -->\n<h2 class=\"wp-block-heading has-theme-4-color has-text-color has-link-color\">54 countries</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">We are worldwide with market participation in more than 54 countries in 5 continents.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Data entry\"},\"align\":\"wide\",\"style\":{\"border\":{\"top\":{\"width\":\"1px\"}},\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"border-top-width:1px;padding-right:0;padding-left:0\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|theme-4\"}}}},\"textColor\":\"theme-4\"} -->\n<h2 class=\"wp-block-heading has-theme-4-color has-text-color has-link-color\">98K users</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">We have almost 100k active users with a high level of engagement and adoption.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Data entry\"},\"align\":\"wide\",\"style\":{\"border\":{\"top\":{\"width\":\"1px\"}}}} -->\n<div class=\"wp-block-group alignwide\" style=\"border-top-width:1px\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"color\":[],\"border\":{\"radius\":\"0px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"border-radius:0px\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|theme-4\"}}}},\"textColor\":\"theme-4\"} -->\n<h2 class=\"wp-block-heading has-theme-4-color has-text-color has-link-color\">$12M revenue</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">We closed 2023 over $12M dollars in revenue which position us as leader in our industry</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:58:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/data/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:33:26\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:26;a:20:{s:2:\"ID\";i:317;s:7:\"site_id\";i:231214916;s:5:\"title\";s:28:\"Tall content with image left\";s:4:\"name\";s:28:\"tall-content-with-image-left\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4051:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":273,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/07/44024b9b9c88dd50f5cf11f5c31311c5-1.jpeg\" alt=\"\" class=\"wp-image-273\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"},\"blockGap\":\"var:preset|spacing|30\"},\"dimensions\":{\"minHeight\":\"100%\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"min-height:100%;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-x-large-font-size\">Committed to a greener lifestyle</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"400px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p>Our passion is crafting mindful moments with locally sourced, organic, and sustainable products. We\'re more than a store; we\'re your path to a community-driven, eco-friendly lifestyle that embraces premium quality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Meet us</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:82:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/tall-content-with-image-left/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:06:24\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:27;a:20:{s:2:\"ID\";i:315;s:7:\"site_id\";i:231214916;s:5:\"title\";s:24:\"Two column text sections\";s:4:\"name\";s:24:\"two-column-text-sections\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3953:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Commitment to sustainability</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">Ethical sourcing is at the forefront of everything we do. We\'re proud to champion sustainable fashion by prioritizing the use of organic and recycled materials in our clothing and accessories. By supporting fair trade initiatives and maintaining transparent supply chains, we ensure that every piece upholds our commitment to ethical practices.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Quality and Craftsmanship</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">We are dedicated to crafting timeless pieces that stand the test of time. Each garment and accessory in our collection is a testament to our unwavering commitment to quality and craftsmanship. We take pride in using only the finest materials and employing meticulous attention to detail in every step of the creation process.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:78:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/two-column-text-sections/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:16:22\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:28;a:20:{s:2:\"ID\";i:313;s:7:\"site_id\";i:231214916;s:5:\"title\";s:36:\"Content with grid of images on right\";s:4:\"name\";s:36:\"content-with-grid-of-images-on-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:5365:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"25%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:spacer {\"height\":\"var:preset|spacing|10\"} -->\n<div style=\"height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Crafting beauty</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We are dedicated to the art of craftsmanship, where each vase is meticulously crafted to perfection. Our passion for detail and commitment to quality shines through in every piece, resulting in vases that are not just functional, but true works of art.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">More about us</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"16px\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"18px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"lightbox\":{\"enabled\":true},\"id\":266,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/07/a0c4b80dc701de6a1143de003da3ef95-1-768x1024.jpeg\" alt=\"\" class=\"wp-image-266\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"lightbox\":{\"enabled\":true},\"id\":88,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/06/white-vase-decoration-pattern-ceramic-lamp.jpg\" alt=\"\" class=\"wp-image-88\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"18px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"lightbox\":{\"enabled\":true},\"id\":62,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/06/plant-white-leaf-flower-vase-green.jpg\" alt=\"\" class=\"wp-image-62\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"lightbox\":{\"enabled\":true},\"id\":69,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/tree-branch-plant-wood-leaf-flower.jpg\" alt=\"\" class=\"wp-image-69\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:90:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/content-with-grid-of-images-on-right/\";s:13:\"modified_date\";s:19:\"2024-07-18 12:15:00\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:29;a:20:{s:2:\"ID\";i:311;s:7:\"site_id\";i:231214916;s:5:\"title\";s:26:\"Pull left, fullwidth image\";s:4:\"name\";s:25:\"pull-left-fullwidth-image\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3473:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:paragraph -->\n<p>We believe that your home should be a reflection of your unique style and personality. Our curated collection of home essentials and decor pieces is designed to help you create a space that feels truly like you. From cozy furnishings to stylish accents, we offer everything you need to turn your house into a home.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":63,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"full\"} -->\n<figure class=\"wp-block-image alignfull size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/table-wood-house-chair-floor-window-1.jpg\" alt=\"\" class=\"wp-image-63\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:79:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/pull-left-fullwidth-image/\";s:13:\"modified_date\";s:19:\"2024-07-01 16:24:14\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:30;a:20:{s:2:\"ID\";i:309;s:7:\"site_id\";i:231214916;s:5:\"title\";s:21:\"Right-aligned content\";s:4:\"name\";s:21:\"right-aligned-content\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3470:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>We are dedicated to crafting timeless pieces that stand the test of time. Each garment and accessory in our collection is a testament to our unwavering commitment to quality and craftsmanship. We take pride in using only the finest materials and employing meticulous attention to detail in every step of the creation process. From the stitching to the finishing touches, our products are thoughtfully designed to exude durability, longevity, and timeless elegance. When you shop with us, you can trust that you\'re investing in items that are not only stylish but also built to last, ensuring years of enjoyment and wear. We believe in fashion that not only looks good but also does good for the planet and its people. That\'s why we\'re dedicated to reducing the environmental and social impact of the clothing and accessories industry. When you shop with us, you can feel confident knowing that your purchase supports a more sustainable and ethical approach to fashion, making a positive difference in the world.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:75:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/right-aligned-content/\";s:13:\"modified_date\";s:19:\"2024-07-01 16:23:24\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:31;a:20:{s:2:\"ID\";i:306;s:7:\"site_id\";i:231214916;s:5:\"title\";s:35:\"Large heading with content on right\";s:4:\"name\";s:39:\"large-heading-with-content-on-the-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3440:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"50%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:50%\"><!-- wp:heading {\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading has-xx-large-font-size\">Create anything</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"50%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:50%\"><!-- wp:paragraph -->\n<p>Welcome to a world of limitless possibilities, where the journey is as exhilarating as the destination, and where every moment is an opportunity to make your mark on the canvas of existence. The only limit is the extent of your imagination.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|10\"} -->\n<div style=\"height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:93:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/large-heading-with-content-on-the-right/\";s:13:\"modified_date\";s:19:\"2024-07-01 16:22:38\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:32;a:20:{s:2:\"ID\";i:303;s:7:\"site_id\";i:231214916;s:5:\"title\";s:29:\"Tall content with image right\";s:4:\"name\";s:29:\"tall-content-with-image-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3981:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"},\"blockGap\":\"var:preset|spacing|30\"},\"dimensions\":{\"minHeight\":\"100%\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"min-height:100%;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:heading {\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-x-large-font-size\">Discover a world of possibilities</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"400px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p>We believe that your home should be a reflection of your unique style and personality. Our curated collection of home essentials and decor pieces is designed to help you create a space that feels truly like you. From cozy furnishings to stylish accents, we offer everything you need to turn your house into a home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Meet us</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":304,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/54f708281f82831c082a1cf9d7b7faa9-1.jpeg\" alt=\"\" class=\"wp-image-304\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:83:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/tall-content-with-image-right/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:58:41\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:33;a:20:{s:2:\"ID\";i:301;s:7:\"site_id\";i:231214916;s:5:\"title\";s:24:\"Spread right, heavy text\";s:4:\"name\";s:23:\"spread-right-heavy-text\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3950:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:image {\"id\":69,\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/tree-branch-plant-wood-leaf-flower.jpg\" alt=\"\" class=\"wp-image-69\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">About us</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Step into a world of botanical beauty</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p>With a passion for all things leafy, we offer a diverse collection of plants, from lush foliage to exotic blooms, to bring the beauty of nature into your home. Whether you\'re a seasoned plant parent or just beginning your green journey, our friendly team is here to help you find the perfect plant companion.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">More about us</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:77:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/spread-right-heavy-text/\";s:13:\"modified_date\";s:19:\"2024-07-18 12:07:51\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:34;a:20:{s:2:\"ID\";i:299;s:7:\"site_id\";i:231214916;s:5:\"title\";s:28:\"Heading with button and text\";s:4:\"name\";s:28:\"heading-with-button-and-text\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3802:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:heading {\"textAlign\":\"left\",\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-x-large-font-size\">Discover a world of possibilities</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"70%\"}}} -->\n<p>We believe that your home should be a reflection of your unique style and personality. Our curated collection of home essentials and decor pieces is designed to help you create a space that feels truly like you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"70%\"}}} -->\n<p>Our expert designers will work closely with you to bring your vision to life. From furniture selection to color schemes, we\'ll provide professional advice and guidance every step of the way to help you achieve the perfect balance of comfort, functionality, and aesthetic appeal.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:82:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/heading-with-button-and-text/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:56:19\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:35;a:20:{s:2:\"ID\";i:297;s:7:\"site_id\";i:231214916;s:5:\"title\";s:20:\"Left-aligned content\";s:4:\"name\";s:22:\"left-aligned-content-2\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2881:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>As we navigate the intricate tapestry of existence, we are constantly presented with choices, each a potential pathway to something extraordinary. This is a world where creativity knows no bounds, where the curious mind finds solace, and where the fearless heart discovers uncharted territories. It is a place where the pursuit of knowledge, the embrace of change, and the willingness to take risks are not mere options but essential ingredients for a life well-lived.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Welcome to a world of limitless possibilities, where the journey is as exhilarating as the destination, and where every moment is an opportunity to make your mark on the canvas of existence. The only limit is the extent of your imagination.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:76:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/left-aligned-content-2/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:54:34\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:36;a:20:{s:2:\"ID\";i:294;s:7:\"site_id\";i:231214916;s:5:\"title\";s:35:\"Fullwidth image, content pull right\";s:4:\"name\";s:34:\"fullwidth-image-content-pull-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3046:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:image {\"id\":295,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"full\"} -->\n<figure class=\"wp-block-image alignfull size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/90731e071ce29177b55e394f139c6400.jpeg\" alt=\"\" class=\"wp-image-295\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|10\"} -->\n<div style=\"height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:paragraph -->\n<p>Welcome to your premier destination for premium headphones and audio accessories. Dive into our curated collection, where cutting-edge technology meets sleek design to deliver an unparalleled listening experience. From wireless wonders to noise-canceling marvels, we have the perfect pair to suit every lifestyle and preference.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|10\"} -->\n<div style=\"height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:88:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/fullwidth-image-content-pull-right/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:53:49\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:37;a:20:{s:2:\"ID\";i:291;s:7:\"site_id\";i:231214916;s:5:\"title\";s:25:\"Content left, image right\";s:4:\"name\";s:24:\"content-left-image-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3389:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:heading {\"level\":4,\"fontSize\":\"small\"} -->\n<h4 class=\"wp-block-heading has-small-font-size\">About us</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Elevate your space</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We specialize in curating exquisite home decor pieces that add an element of elegance to every space. With a keen eye for detail and a commitment to quality, we strive to bring sophistication and charm into your home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">More about us</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:image {\"id\":292,\"width\":\"521px\",\"height\":\"auto\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/07/b7754a09d649f4fe4ae390a60df7b556.jpeg\" alt=\"\" class=\"wp-image-292\" style=\"object-fit:cover;width:521px;height:auto\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:78:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/content-left-image-right/\";s:13:\"modified_date\";s:19:\"2024-07-18 12:15:40\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:38;a:20:{s:2:\"ID\";i:289;s:7:\"site_id\";i:231214916;s:5:\"title\";s:27:\"Centered heading and button\";s:4:\"name\";s:27:\"centered-heading-and-button\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2670:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-x-large-font-size\">Discover a world of possibilities</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:81:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/centered-heading-and-button/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:49:09\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:39;a:20:{s:2:\"ID\";i:287;s:7:\"site_id\";i:231214916;s:5:\"title\";s:42:\"Heading with content and large image below\";s:4:\"name\";s:42:\"heading-with-content-and-large-image-below\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4054:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|60\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:heading {\"textAlign\":\"left\",\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-x-large-font-size\">Embrace<br>sustainable fashion</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Discover more</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"70%\"}}} -->\n<p>We believe that fashion should be as kind to the planet as it is to your wardrobe. With a commitment to sustainability and environmental responsibility, we curate a collection of chic and eco-friendly clothing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"70%\"}}} -->\n<p>From organic fabrics to recycled materials, every piece in our collection is thoughtfully crafted with the planet in mind.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|30\"} -->\n<div style=\"height:var(--wp--preset--spacing--30)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":75,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-image alignwide size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/man-person-winter-photography-statue-coat.png\" alt=\"\" class=\"wp-image-75\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:96:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/heading-with-content-and-large-image-below/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:48:30\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:40;a:20:{s:2:\"ID\";i:284;s:7:\"site_id\";i:231214916;s:5:\"title\";s:30:\"Heading with two media columns\";s:4:\"name\";s:30:\"heading-with-two-media-columns\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4356:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"10px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:10px\"><!-- wp:image {\"id\":285,\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/07/e7e21c3e64f977311b55a59d66aec660.jpeg\" alt=\"\" class=\"wp-image-285\" style=\"aspect-ratio:4/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:heading {\"level\":3,\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading has-large-font-size\">Commitment to sustainability</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>At the heart of our mission is a commitment to sustainability. We prioritize environmentally friendly practices by sourcing locally grown produce, minimizing packaging waste, and championing sustainable farming methods.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"10px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:10px\"><!-- wp:image {\"id\":273,\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/07/44024b9b9c88dd50f5cf11f5c31311c5-1.jpeg\" alt=\"\" class=\"wp-image-273\" style=\"aspect-ratio:4/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:heading {\"level\":3,\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading has-large-font-size\">Quality and freshness</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Every step of our process, from meticulous ingredient selection to adhering to stringent standards, reflects our dedication to quality. From the initial harvest to the finished product, we uphold uncompromising standards of freshness and flavor.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:84:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/heading-with-two-media-columns/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:47:28\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:41;a:20:{s:2:\"ID\";i:282;s:7:\"site_id\";i:231214916;s:5:\"title\";s:27:\"Three columns with features\";s:4:\"name\";s:27:\"three-columns-with-features\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4409:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Commitment to sustainability</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">At the heart of our mission is a commitment to sustainability. We prioritize environmentally friendly practices by sourcing locally grown produce, minimizing packaging waste, and championing sustainable farming methods.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Quality and freshness</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">At our core, we\'re dedicated to delivering excellence. We take great care in selecting only the finest organic fruits and vegetables, adhering to stringent standards to guarantee optimal freshness and flavor.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Community engagement</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">From fostering partnerships with local farmers to active participation in community events, we\'re deeply committed to supporting initiatives focused on food security, nutrition, and overall well-being.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:81:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/three-columns-with-features/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:17:24\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:42;a:20:{s:2:\"ID\";i:279;s:7:\"site_id\";i:231214916;s:5:\"title\";s:36:\"Four image grid, content on the left\";s:4:\"name\";s:35:\"four-image-grid-content-on-the-left\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:5194:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"className\":\"alignfull\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":266,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/07/a0c4b80dc701de6a1143de003da3ef95-1.jpeg\" alt=\"\" class=\"wp-image-266\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":88,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/06/white-vase-decoration-pattern-ceramic-lamp.jpg\" alt=\"\" class=\"wp-image-88\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":62,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/06/plant-white-leaf-flower-vase-green.jpg\" alt=\"\" class=\"wp-image-62\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":69,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/tree-branch-plant-wood-leaf-flower.jpg\" alt=\"\" class=\"wp-image-69\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"400px\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Crafting beauty</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We are dedicated to the art of craftsmanship, where each vase is meticulously crafted to perfection. Our passion for detail and commitment to quality shines through in every piece, resulting in vases that are not just functional, but true works of art.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">More about us</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:89:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/four-image-grid-content-on-the-left/\";s:13:\"modified_date\";s:19:\"2024-07-18 12:07:14\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:43;a:20:{s:2:\"ID\";i:277;s:7:\"site_id\";i:231214916;s:5:\"title\";s:30:\"Heading left and content right\";s:4:\"name\";s:30:\"heading-left-and-content-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3526:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"45%\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:45%\"><!-- wp:heading {\"fontSize\":\"small\"} -->\n<h2 class=\"wp-block-heading has-small-font-size\">Create anything</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Discover a world of possibilities</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>We believe that your home should be a reflection of your unique style and personality. Our curated collection of home essentials and decor pieces is designed to help you create a space that feels truly like you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our expert designers will work closely with you to bring your vision to life. From furniture selection to color schemes, we\'ll provide professional advice and guidance every step of the way to help you achieve the perfect balance of comfort, functionality, and aesthetic appeal.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:84:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/heading-left-and-content-right/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:41:54\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:44;a:20:{s:2:\"ID\";i:275;s:7:\"site_id\";i:231214916;s:5:\"title\";s:29:\"Content left with image right\";s:4:\"name\";s:29:\"content-left-with-image-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3420:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Where cycling dreams take flight</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Founded by avid cyclists with a passion for pedal-powered adventures, we\'re dedicated to providing top-quality bikes, accessories, and expert advice to riders of all levels.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Discover more</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\"><!-- wp:image {\"lightbox\":{\"enabled\":false},\"id\":70,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/road-sport-vintage-wheel-retro-old.jpg\" alt=\"\" class=\"wp-image-70\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:83:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/content-left-with-image-right/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:40:59\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:45;a:20:{s:2:\"ID\";i:269;s:7:\"site_id\";i:231214916;s:5:\"title\";s:40:\"Heading with image and two columns below\";s:4:\"name\";s:40:\"heading-with-image-and-two-columns-below\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4851:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:column {\"width\":\"45%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:45%\"><!-- wp:heading {\"align\":\"wide\"} -->\n<h2 class=\"wp-block-heading alignwide\">Create anything</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":270,\"aspectRatio\":\"16/9\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/bc60cf21a37262b760535f0448a60acf-1.jpeg\" alt=\"\" class=\"wp-image-270\" style=\"aspect-ratio:16/9;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"420px\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Unleash your creativity at our pottery workshop</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:40%\"><!-- wp:paragraph -->\n<p>Join us for an immersive pottery workshop where you can explore the art of shaping clay. Learn techniques from experienced artisans, unleash your creativity, and create your own unique pieces to take home. Perfect for all skill levels!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Book now</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:94:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/heading-with-image-and-two-columns-below/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:35:10\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:46;a:20:{s:2:\"ID\";i:264;s:7:\"site_id\";i:231214916;s:5:\"title\";s:31:\"Heading with three images below\";s:4:\"name\";s:31:\"heading-with-three-images-below\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4705:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|60\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"align\":\"wide\"} -->\n<h2 class=\"wp-block-heading alignwide\">Beyond function: vases as works of art</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"70%\"}}} -->\n<p class=\"has-text-align-left\">We are dedicated to the art of craftsmanship, where each vase is meticulously crafted to perfection. Our passion for detail and commitment to quality shines through in every piece, resulting in vases that are not just functional, but true works of art.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:image {\"id\":266,\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/07/a0c4b80dc701de6a1143de003da3ef95-1.jpeg\" alt=\"\" class=\"wp-image-266\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":62,\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/06/plant-white-leaf-flower-vase-green.jpg\" alt=\"\" class=\"wp-image-62\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":69,\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/tree-branch-plant-wood-leaf-flower.jpg\" alt=\"\" class=\"wp-image-69\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:85:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/heading-with-three-images-below/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:26:33\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:47;a:20:{s:2:\"ID\";i:261;s:7:\"site_id\";i:231214916;s:5:\"title\";s:52:\"Full-width cover with heading, paragraph, and button\";s:4:\"name\";s:50:\"full-width-cover-with-heading-paragraph-and-button\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4040:\"<!-- wp:cover {\"url\":\"https://s0.wp.com/i/woo-block-patterns/2024/07/96bbcf9839d875a42e9aaaada8132a33.jpeg\",\"id\":262,\"dimRatio\":50,\"overlayColor\":\"theme-5\",\"isUserOverlayColor\":true,\"minHeight\":558,\"minHeightUnit\":\"px\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|40\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover alignfull\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40);min-height:558px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-theme-5-background-color has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-262\" alt=\"\" src=\"https://s0.wp.com/i/woo-block-patterns/2024/07/96bbcf9839d875a42e9aaaada8132a33.jpeg\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"metadata\":{\"name\":\"Content\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"66.67%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-stretch\" style=\"flex-basis:66.67%\"><!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"text-balance\",\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center text-balance has-xx-large-font-size\" style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0\">Find your shade</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"300px\"} -->\n<div style=\"height:300px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Explore our exclusive collection of sunglasses, crafted to elevate your look and safeguard your eyes. Find your perfect pair and see the world through a new lens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"theme-1\",\"textColor\":\"theme-5\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|theme-5\"}}}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-theme-5-color has-theme-1-background-color has-text-color has-background has-link-color wp-element-button\">Shop now</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-columns are-vertically-aligned-bottom\"><!-- wp:column {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:104:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/full-width-cover-with-heading-paragraph-and-button/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:23:05\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:48;a:20:{s:2:\"ID\";i:259;s:7:\"site_id\";i:231214916;s:5:\"title\";s:30:\"Left-aligned header and button\";s:4:\"name\";s:30:\"left-aligned-header-and-button\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2621:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Welcome to a world of limitless possibilities, where the journey is as exhilarating as the destination.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Learn More</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:84:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/left-aligned-header-and-button/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:20:39\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:49;a:20:{s:2:\"ID\";i:254;s:7:\"site_id\";i:231214916;s:5:\"title\";s:20:\"Left-aligned content\";s:4:\"name\";s:20:\"left-aligned-content\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3792:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"className\":\"alignfull\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"textAlign\":\"left\",\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-xx-large-font-size\">A world of possibilities</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"80%\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\"}}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:80%\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"70%\"}}} -->\n<p class=\"has-text-align-left\">Welcome to a world of limitless possibilities, where the journey is as exhilarating as the destination, and where every moment is an opportunity to make your mark on the canvas of existence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button -->\n\n<!-- wp:button {\"className\":\"is-style-outline\"} --><div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link wp-element-button\">Learn more</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:74:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/left-aligned-content/\";s:13:\"modified_date\";s:19:\"2024-07-23 14:32:19\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:50;a:20:{s:2:\"ID\";i:252;s:7:\"site_id\";i:231214916;s:5:\"title\";s:32:\"Pull right with wide image below\";s:4:\"name\";s:32:\"pull-right-with-wide-image-below\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3885:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:heading {\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-x-large-font-size\">Ride into adventure</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Zoom through the streets on this premium 3-speed bike. Manufactured and assembled in Germany in the 80s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Shop now</a></div><!-- /wp:button -->\n\n<!-- wp:button {\"className\":\"is-style-outline\"} --><div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link wp-element-button\">Discover collection</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":70,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"wide\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image alignwide size-full is-style-default\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/road-sport-vintage-wheel-retro-old.jpg\" alt=\"\" class=\"wp-image-70\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:86:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/pull-right-with-wide-image-below/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:17:04\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:51;a:20:{s:2:\"ID\";i:249;s:7:\"site_id\";i:231214916;s:5:\"title\";s:39:\"Fullwidth image with content and button\";s:4:\"name\";s:39:\"fullwidth-image-with-content-and-button\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3735:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\",\"categories\":[\"intro\"],\"patternName\":\"a8c/intro-fullwidth-image-with-content-and-button-2\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:cover {\"url\":\"https://s1.wp.com/i/woo-block-patterns/2024/07/0ad9cb5f991125c89fc952521795a1e6-1.jpeg\",\"id\":250,\"dimRatio\":0,\"customOverlayColor\":\"#FFF\",\"isUserOverlayColor\":true,\"minHeight\":550,\"minHeightUnit\":\"px\",\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:550px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#FFF\"></span><img class=\"wp-block-cover__image-background wp-image-250\" alt=\"\" src=\"https://s1.wp.com/i/woo-block-patterns/2024/07/0ad9cb5f991125c89fc952521795a1e6-1.jpeg\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"center\",\"textColor\":\"ast-global-color-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-ast-global-color-2-color has-text-color\">Vintage vinyl treasures</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Step back in time and groove to the melodies of vinyl records. Dive into our eclectic collection, where each record spins tales of nostalgia and magic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Shop vinyl records</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:93:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/fullwidth-image-with-content-and-button/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:15:23\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:52;a:20:{s:2:\"ID\";i:247;s:7:\"site_id\";i:231214916;s:5:\"title\";s:26:\"Large left-aligned heading\";s:4:\"name\";s:26:\"large-left-aligned-heading\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2447:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\",\"categories\":[\"intro\"],\"patternName\":\"a8c/intro-left-aligned-header-and-button\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">A world filled with boundless opportunities and endless potential</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:80:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/large-left-aligned-heading/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:11:33\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:53;a:20:{s:2:\"ID\";i:244;s:7:\"site_id\";i:231214916;s:5:\"title\";s:37:\"Centered heading with two column text\";s:4:\"name\";s:37:\"centered-heading-with-two-column-text\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4449:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\",\"categories\":[\"intro\"],\"patternName\":\"a8c/centered-heading-with-two-column-text\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"15%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:15%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"70%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:70%\"><!-- wp:heading {\"textAlign\":\"center\",\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-xx-large-font-size\">Welcome home</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textAlign\":\"center\"} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"15%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:15%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>We believe that your home should be a reflection of your unique style and personality. Our curated collection of home essentials and decor pieces is designed to help you create a space that feels truly like you. From cozy furnishings to stylish accents, we offer everything you need to turn your house into a home.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>Our expert designers will work closely with you to bring your vision to life. From furniture selection to color schemes, we\'ll provide professional advice and guidance every step of the way to help you achieve the perfect balance of comfort, functionality, and aesthetic appeal.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:91:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/centered-heading-with-two-column-text/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:08:38\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:54;a:20:{s:2:\"ID\";i:243;s:7:\"site_id\";i:231214916;s:5:\"title\";s:33:\"Two column with image and content\";s:4:\"name\";s:35:\"two-column-with-image-and-content-2\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3498:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"id\":69,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/tree-branch-plant-wood-leaf-flower.jpg\" alt=\"\" class=\"wp-image-69\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading has-xx-large-font-size\">Elevate your greenery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Spruce up your plants with our delightful ceramic pots, lovingly crafted to bring joy to your indoor and outdoor spaces.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Shop now</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:89:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/two-column-with-image-and-content-2/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:02:00\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:55;a:20:{s:2:\"ID\";i:242;s:7:\"site_id\";i:231214916;s:5:\"title\";s:16:\"Centered content\";s:4:\"name\";s:18:\"centered-content-2\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3583:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"20%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:20%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"60%\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"><!-- wp:heading {\"textAlign\":\"center\",\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-xx-large-font-size\">Ride into adventure</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"70%\"}}} -->\n<p class=\"has-text-align-center\">Welcome to your ultimate destination for high-quality bikes that fuel your passion for adventure. Whether you\'re a casual rider, a mountain biking enthusiast, or a road cycling pro, our diverse range of bikes promises to elevate your riding experience. Each bike is crafted with precision, combining cutting-edge technology and superior craftsmanship.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Explore our collection</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"20%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:20%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:72:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/centered-content-2/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:06:53\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:56;a:20:{s:2:\"ID\";i:241;s:7:\"site_id\";i:231214916;s:5:\"title\";s:39:\"Content with button and fullwidth image\";s:4:\"name\";s:41:\"content-with-button-and-fullwidth-image-3\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3540:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"0\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:0;padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"center\",\"textColor\":\"ast-global-color-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-ast-global-color-2-color has-text-color\">Sit back and relax</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">With a wide range of designer chairs to elevate your living space.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Shop now</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:cover {\"url\":\"https://s1.wp.com/i/woo-block-patterns/2024/06/fa0e410e907dc5ba65806d0a9e45c89c.jpeg\",\"id\":231,\"dimRatio\":0,\"customOverlayColor\":\"#FFF\",\"isUserOverlayColor\":true,\"minHeight\":550,\"minHeightUnit\":\"px\",\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:550px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#FFF\"></span><img class=\"wp-block-cover__image-background wp-image-231\" alt=\"\" src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/fa0e410e907dc5ba65806d0a9e45c89c.jpeg\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:95:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/content-with-button-and-fullwidth-image-3/\";s:13:\"modified_date\";s:19:\"2024-07-05 09:58:45\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:57;a:20:{s:2:\"ID\";i:239;s:7:\"site_id\";i:231214916;s:5:\"title\";s:41:\"Left-aligned content overlaid on an image\";s:4:\"name\";s:43:\"left-aligned-content-overlaid-on-an-image-2\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3486:\"<!-- wp:cover {\"url\":\"https://s1.wp.com/i/woo-block-patterns/2024/06/man-person-music-black-and-white-white-photography.jpg\",\"id\":79,\"dimRatio\":30,\"customOverlayColor\":\"#010101\",\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.45,\"y\":0.19},\"contentPosition\":\"bottom left\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-left alignfull\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\" style=\"background-color:#010101\"></span><img class=\"wp-block-cover__image-background wp-image-79\" alt=\"\" src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/man-person-music-black-and-white-white-photography.jpg\" style=\"object-position:45% 19%\" data-object-fit=\"cover\" data-object-position=\"45% 19%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"metadata\":{\"name\":\"Content\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:spacer {\"height\":\"var:preset|spacing|80\"} -->\n<div style=\"height:var(--wp--preset--spacing--80)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"700px\",\"wideSize\":\"960px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"#fefefe\"}}},\"color\":{\"text\":\"#fefefe\"}},\"className\":\"text-balance\",\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-left text-balance has-text-color has-link-color has-xx-large-font-size\" style=\"color:#fefefe;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0\">Sounds like no other</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#fefefe\"}}},\"color\":{\"text\":\"#fefefe\"},\"spacing\":{\"margin\":{\"bottom\":\"var:preset|spacing|30\"}}}} -->\n<p class=\"has-text-align-left has-text-color has-link-color\" style=\"color:#fefefe;margin-bottom:var(--wp--preset--spacing--30)\">Experience your music like never before with our latest generation of hi-fidelity headphones.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-buttons alignwide\"><!-- wp:button {\"backgroundColor\":\"theme-1\",\"textColor\":\"theme-5\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|theme-5\"}}}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-theme-5-color has-theme-1-background-color has-text-color has-background has-link-color wp-element-button\">Shop now</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:97:\"https://wooblockpatterns.wpcomstaging.com/2024/06/28/left-aligned-content-overlaid-on-an-image-2/\";s:13:\"modified_date\";s:19:\"2024-07-05 10:42:03\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:58;a:20:{s:2:\"ID\";i:235;s:7:\"site_id\";i:231214916;s:5:\"title\";s:43:\"Center-aligned content overlaid on an image\";s:4:\"name\";s:44:\"fullwidth-image-with-call-to-action-overlaid\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3467:\"<!-- wp:cover {\"url\":\"https://s0.wp.com/i/woo-block-patterns/2024/06/8d8416beec2ca80653d3b811bf6b1f77.jpeg\",\"id\":237,\"dimRatio\":20,\"customOverlayColor\":\"#010101\",\"isUserOverlayColor\":true,\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#ffffff\"}}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover alignfull has-text-color has-link-color\" style=\"color:#ffffff;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-20 has-background-dim\" style=\"background-color:#010101\"></span><img class=\"wp-block-cover__image-background wp-image-237\" alt=\"\" src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/8d8416beec2ca80653d3b811bf6b1f77.jpeg\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"metadata\":{\"name\":\"Content\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:spacer {\"height\":\"var:preset|spacing|70\"} -->\n<div style=\"height:var(--wp--preset--spacing--70)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\",\"wideSize\":\"580px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"#fefefe\"}}},\"color\":{\"text\":\"#fefefe\"}},\"className\":\"text-balance\",\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center text-balance has-text-color has-link-color has-xx-large-font-size\" style=\"color:#fefefe;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0\">Find your groove</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#fefefe\"}}},\"color\":{\"text\":\"#fefefe\"}}} -->\n<p class=\"has-text-align-center has-text-color has-link-color\" style=\"color:#fefefe\">Embark on a musical adventure, where every chord is a step towards harmony. Discover guitars of all shapes, sizes, and melodies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"theme-1\",\"textColor\":\"theme-5\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|theme-5\"}}}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-theme-5-color has-theme-1-background-color has-text-color has-background has-link-color wp-element-button\">Discover collection</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|70\"} -->\n<div style=\"height:var(--wp--preset--spacing--70)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:98:\"https://wooblockpatterns.wpcomstaging.com/2024/06/28/fullwidth-image-with-call-to-action-overlaid/\";s:13:\"modified_date\";s:19:\"2024-07-05 09:24:31\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:59;a:20:{s:2:\"ID\";i:224;s:7:\"site_id\";i:231214916;s:5:\"title\";s:39:\"Fullwidth content with background image\";s:4:\"name\";s:39:\"fullwidth-content-with-background-image\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2606:\"<!-- wp:cover {\"url\":\"https://s0.wp.com/i/woo-block-patterns/2024/06/772d1d20f57861f0aa71dccda165b03e.jpeg\",\"id\":222,\"dimRatio\":0,\"overlayColor\":\"theme-5\",\"isUserOverlayColor\":true,\"minHeightUnit\":\"vh\",\"isDark\":false,\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"className\":\"alignfull\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--40)\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-theme-5-background-color has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-222\" alt=\"\" src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/772d1d20f57861f0aa71dccda165b03e.jpeg\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"var:preset|spacing|50\"} -->\n<div style=\"height:var(--wp--preset--spacing--50)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Content\"},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"xx-large\"} -->\n<p class=\"has-text-align-center has-xx-large-font-size\">Craft your Story</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Welcome to the place where the journey of a thousand stories begins. Embrace the transformative power of writing, and let your voice echo through the pages of time. Join us, and turn your imagination into reality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|10\",\"style\":{\"layout\":[]}} -->\n<div style=\"height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Discover more</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|50\"} -->\n<div style=\"height:var(--wp--preset--spacing--50)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:93:\"https://wooblockpatterns.wpcomstaging.com/2024/06/28/fullwidth-content-with-background-image/\";s:13:\"modified_date\";s:19:\"2024-07-24 11:18:13\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:60;a:20:{s:2:\"ID\";i:208;s:7:\"site_id\";i:231214916;s:5:\"title\";s:32:\"Small Discount Banner with Image\";s:4:\"name\";s:32:\"small-discount-banner-with-image\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2269:\"<!-- wp:columns {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/small-discount-banner-with-image\",\"name\":\"Small Discount Banner with Image\"},\"style\":{\"color\":{\"background\":\"#fcf8e1\"},\"spacing\":{\"padding\":{\"top\":\"20px\",\"right\":\"20px\",\"bottom\":\"20px\",\"left\":\"20px\"}}}} -->\n<div class=\"wp-block-columns has-background\" style=\"background-color:#fcf8e1;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px\"><!-- wp:column {\"width\":\"45%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:45%\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\"},\"padding\":{\"left\":\"25px\",\"top\":\"25px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;padding-top:25px;padding-left:25px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"1\",\"fontSize\":\"30px\"}}} -->\n<p style=\"font-size:30px;font-style:normal;font-weight:300;line-height:1\"><em>Chairs</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0\",\"fontSize\":\"30px\"},\"color\":{\"text\":\"#74227b\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#74227b\"}}}}} -->\n<p class=\"has-text-color has-link-color\" style=\"color:#74227b;font-size:30px;font-style:normal;font-weight:300;line-height:0\"><em>from</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#74227b\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"900\",\"fontSize\":\"52px\",\"lineHeight\":\"1.2\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#74227b\"}}}}} -->\n<p class=\"has-text-color has-link-color\" style=\"color:#74227b;font-size:52px;font-style:normal;font-weight:900;line-height:1.2\"><a href=\"https://wooblockpatterns.wpcomstaging.com/shop/\">$149</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":117,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/table-floor-interior-atmosphere-living-room-furniture-square-lg.png\" alt=\"\" class=\"wp-image-117\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:86:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/small-discount-banner-with-image/\";s:13:\"modified_date\";s:19:\"2024-11-06 17:35:31\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:61;a:20:{s:2:\"ID\";i:206;s:7:\"site_id\";i:231214916;s:5:\"title\";s:13:\"Shop by Price\";s:4:\"name\";s:13:\"shop-by-price\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:11069:\"<!-- wp:columns {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/shop-by-price\",\"name\":\"Shop by Price\"},\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"25%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:25%\"><!-- wp:cover {\"customOverlayColor\":\"#e09300\",\"isUserOverlayColor\":true,\"minHeight\":130,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"blockGap\":\"0em\",\"padding\":{\"top\":\"0.8em\"}}},\"className\":\"is-light has-background-color has-text-color\"} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left has-background-color has-text-color\" style=\"padding-top:0.8em;min-height:130px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#e09300\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"left\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}}} -->\n<p class=\"has-text-align-left has-text-color has-link-color\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><a style=\"text-decoration:none\" href=\"/shop/?rating_filter=5\">Highest</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"fontSize\":\"large\"} -->\n<p class=\"has-text-color has-link-color has-large-font-size\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><strong><a style=\"text-decoration:none\" href=\"/shop/?rating_filter=5\">rated</a></strong></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"contrast\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"left\":\"0\",\"right\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"is-style-outline\",\"fontSize\":\"small\"} --><div class=\"wp-block-button has-custom-font-size is-style-outline has-small-font-size\"><a class=\"wp-block-button__link has-contrast-color has-text-color wp-element-button\" href=\"/shop/?rating_filter=5\" style=\"border-style:none;border-width:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><strong>Outdoor Furniture &amp; Accessories</strong></a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"25%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:25%\"><!-- wp:cover {\"customOverlayColor\":\"#6f64f1\",\"isUserOverlayColor\":true,\"minHeight\":130,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"style\":{\"spacing\":{\"blockGap\":\"0.8em\",\"padding\":{\"top\":\"0.8em\"}}},\"className\":\"has-background-color has-text-color\"} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-top-left has-background-color has-text-color\" style=\"padding-top:0.8em;min-height:130px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#6f64f1\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"left\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}}} -->\n<p class=\"has-text-align-left has-text-color has-link-color\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><a style=\"text-decoration:none\" href=\"/shop/?max_price=15\">Under</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"fontSize\":\"large\"} -->\n<p class=\"has-text-color has-link-color has-large-font-size\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><strong><a style=\"text-decoration:none\" href=\"/shop/?max_price=15\">$15</a></strong></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"contrast\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"left\":\"0\",\"right\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"is-style-outline\",\"fontSize\":\"small\"} --><div class=\"wp-block-button has-custom-font-size is-style-outline has-small-font-size\"><a class=\"wp-block-button__link has-contrast-color has-text-color wp-element-button\" href=\"/shop/?max_price=15\" style=\"border-style:none;border-width:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n					<strong>Summer Dinning</strong>\n				</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"25%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:25%\"><!-- wp:cover {\"customOverlayColor\":\"#c1d21c\",\"isUserOverlayColor\":true,\"minHeight\":130,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"style\":{\"spacing\":{\"blockGap\":\"0.8em\",\"padding\":{\"top\":\"0.8em\"}}},\"className\":\"has-background-color has-text-color\"} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-top-left has-background-color has-text-color\" style=\"padding-top:0.8em;min-height:130px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#c1d21c\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"left\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}}} -->\n<p class=\"has-text-align-left has-text-color has-link-color\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><a style=\"text-decoration:none\" href=\"/shop/?max_price=25\">Under</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"fontSize\":\"large\"} -->\n<p class=\"has-text-color has-link-color has-large-font-size\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><strong><a style=\"text-decoration:none\" href=\"/shop/?max_price=25\">$25</a></strong></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"contrast\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"left\":\"0\",\"right\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"is-style-outline\",\"fontSize\":\"small\"} --><div class=\"wp-block-button has-custom-font-size is-style-outline has-small-font-size\"><a class=\"wp-block-button__link has-contrast-color has-text-color wp-element-button\" href=\"/shop/?max_price=25\" style=\"border-style:none;border-width:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n					<strong>Women\'s Styles</strong>\n				</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"25%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:25%\"><!-- wp:cover {\"customOverlayColor\":\"#10ca99\",\"isUserOverlayColor\":true,\"minHeight\":130,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"style\":{\"spacing\":{\"blockGap\":\"0.8em\",\"padding\":{\"top\":\"0.8em\"}}},\"className\":\"has-background-color has-text-color\"} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-top-left has-background-color has-text-color\" style=\"padding-top:0.8em;min-height:130px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#10ca99\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"left\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}}} -->\n<p class=\"has-text-align-left has-text-color has-link-color\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><a style=\"text-decoration:none\" href=\"/shop/?max_price=20\">Under</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"fontSize\":\"large\"} -->\n<p class=\"has-text-color has-link-color has-large-font-size\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><strong><a style=\"text-decoration:none\" href=\"/shop/?max_price=20\">$20</a></strong></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"contrast\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"left\":\"0\",\"right\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"is-style-outline\",\"fontSize\":\"small\"} --><div class=\"wp-block-button has-custom-font-size is-style-outline has-small-font-size\"><a class=\"wp-block-button__link has-contrast-color has-text-color wp-element-button\" href=\"/shop/?max_price=20\" style=\"border-style:none;border-width:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n					<strong>Kids\' Styles</strong>\n				</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:67:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/shop-by-price/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:41:33\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:62;a:20:{s:2:\"ID\";i:204;s:7:\"site_id\";i:231214916;s:5:\"title\";s:42:\"Product List with Full Product Description\";s:4:\"name\";s:42:\"product-list-with-full-product-description\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3309:\"<!-- wp:query {\"queryId\":18,\"query\":{\"perPage\":\"5\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-query-product-list-with-full-product-description\",\"name\":\"Product List with Full Product Description\"}} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"layout\":{\"type\":\"default\",\"columnCount\":2},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:columns {\"isStackedOnMobile\":false} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:woocommerce/product-image {\"saleBadgeAlign\":\"left\",\"isDescendentOfQueryLoop\":true} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:woocommerce/product-rating {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}}} /-->\n\n<!-- wp:post-title {\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"large\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"small\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-sku {\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:woocommerce/product-button {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n<!-- /wp:post-template -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:96:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-list-with-full-product-description/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:35:59\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:63;a:20:{s:2:\"ID\";i:202;s:7:\"site_id\";i:231214916;s:5:\"title\";s:28:\"Product List with 1:1 Images\";s:4:\"name\";s:27:\"product-list-with-11-images\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2434:\"<!-- wp:query {\"queryId\":16,\"query\":{\"perPage\":\"5\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-query-product-list-with-1-1-images\",\"name\":\"Product List with 1:1 Images\"}} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"layout\":{\"type\":\"default\",\"columnCount\":2},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:columns {\"isStackedOnMobile\":false} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:woocommerce/product-image {\"saleBadgeAlign\":\"left\",\"isDescendentOfQueryLoop\":true} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:woocommerce/product-rating {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /-->\n\n<!-- wp:post-title {\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"large\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"small\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}}} /-->\n\n<!-- wp:woocommerce/product-button {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:81:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-list-with-11-images/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:35:29\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:64;a:20:{s:2:\"ID\";i:200;s:7:\"site_id\";i:231214916;s:5:\"title\";s:20:\"Minimal Product List\";s:4:\"name\";s:20:\"minimal-product-list\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2060:\"<!-- wp:query {\"queryId\":14,\"query\":{\"perPage\":\"5\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-query-minimal-product-list\",\"name\":\"Minimal Product List\"}} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"layout\":{\"type\":\"default\",\"columnCount\":2},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:columns {\"isStackedOnMobile\":false} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:woocommerce/product-image {\"isDescendentOfQueryLoop\":true} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:woocommerce/product-rating {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /-->\n\n<!-- wp:post-title {\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"large\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:74:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/minimal-product-list/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:34:48\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:65;a:20:{s:2:\"ID\";i:198;s:7:\"site_id\";i:231214916;s:5:\"title\";s:20:\"4-Column Product Row\";s:4:\"name\";s:20:\"4-column-product-row\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2017:\"<!-- wp:query {\"queryId\":10,\"query\":{\"perPage\":\"4\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-query-4-column-product-row\",\"name\":\"4-Column Product Row\"},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"layout\":{\"type\":\"grid\",\"columnCount\":4},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-title {\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"top\",\"justifyContent\":\"space-between\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /-->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-button {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:74:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/4-column-product-row/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:34:06\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:66;a:20:{s:2:\"ID\";i:192;s:7:\"site_id\";i:231214916;s:5:\"title\";s:44:\"Product Listing with Gallery and Description\";s:4:\"name\";s:44:\"product-listing-with-gallery-and-description\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:7230:\"<!-- wp:columns {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-listing-with-gallery-and-description\",\"name\":\"Product Listing with Gallery and Description\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":{\"top\":\"60px\",\"left\":\"60px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":{\"top\":\"1.5rem\",\"left\":\"1.5rem\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column {\"width\":\"15%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"var:preset|spacing|20\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\",\"wideSize\":\"80px\"}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-right:var(--wp--preset--spacing--20);padding-bottom:0;padding-left:0;flex-basis:15%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"1rem\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":193,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"color\":\"#dddddd\",\"width\":\"1px\",\"radius\":\"5px\"}},\"className\":\"is-resized\"} -->\n<figure class=\"wp-block-image size-full has-custom-border is-resized\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/desk-table-wood-chair-floor-home-square.png\" alt=\"\" class=\"has-border-color wp-image-193\" style=\"border-color:#dddddd;border-width:1px;border-radius:5px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":194,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"color\":\"#dddddd\",\"width\":\"1px\",\"radius\":\"5px\"}},\"className\":\"is-resized\"} -->\n<figure class=\"wp-block-image size-full has-custom-border is-resized\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/table-floor-interior-atmosphere-living-room-furniture-square-1.png\" alt=\"\" class=\"has-border-color wp-image-194\" style=\"border-color:#dddddd;border-width:1px;border-radius:5px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":195,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"color\":\"#dddddd\",\"width\":\"1px\",\"radius\":\"5px\"}},\"className\":\"is-resized\"} -->\n<figure class=\"wp-block-image size-full has-custom-border is-resized\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/table-floor-home-living-room-furniture-room-square.png\" alt=\"\" class=\"has-border-color wp-image-195\" style=\"border-color:#dddddd;border-width:1px;border-radius:5px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:image {\"id\":196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/06/table-wood-chair-floor-living-room-furniture-vertical.png\" alt=\"\" class=\"wp-image-196\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"48px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"textColor\":\"foreground\"} -->\n<h2 class=\"wp-block-heading has-foreground-color has-text-color\" style=\"font-size:48px;font-style:normal;font-weight:700\">Patterned Upright, Orange and White, Wood Legs</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"0px\",\"margin\":{\"top\":\"10px\",\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:10px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:paragraph {\"textColor\":\"luminous-vivid-amber\"} -->\n<p class=\"has-luminous-vivid-amber-color has-text-color\">★★★★</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe8a4\"},\"spacing\":{\"margin\":{\"right\":\"5px\"}}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe8a4;margin-right:5px\">★</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\"}},\"textColor\":\"foreground\"} -->\n<p class=\"has-foreground-color has-text-color\" style=\"font-size:0.7em\">\n				<strong>4.2</strong>(1,079 reviews)\n			</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\",\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"margin\":{\"top\":\"2px\",\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:2px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"1.2em\"}},\"textColor\":\"foreground\"} -->\n<p class=\"has-foreground-color has-text-color\" style=\"font-size:1.2em\">\n				<strong><sup><sub>$</sub></sup>37.49</strong>\n			</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"color\":{\"text\":\"#7c0a99\"}}} -->\n<p class=\"has-text-color\" style=\"color:#7c0a99;font-size:0.7em\">Save $10 <s>was $47.49</s></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"18px\"}},\"textColor\":\"foreground\"} -->\n<p class=\"has-foreground-color has-text-color\" style=\"font-size:18px\">Designed with your well-being in mind, this chair features a contoured backrest that provides exceptional lumbar support, helping to reduce strain on your back during long hours of sitting. The adjustable height and tilt mechanisms allow you to customize the chair to your preferred sitting position, ensuring a comfortable and productive workday. Upholstered in premium fabric and available in a variety of colors, the Harmony Ergonomic Chair adds a touch of elegance to any room.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"spacing\":{\"padding\":{\"left\":\"80px\",\"right\":\"80px\"}},\"color\":{\"text\":\"#ffffff\",\"background\":\"#000000\"}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#ffffff;background-color:#000000;padding-right:80px;padding-left:80px\">Add to cart</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\"}}} -->\n<p style=\"font-size:16px\">SKU 6355793</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:98:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-listing-with-gallery-and-description/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:33:29\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:67;a:20:{s:2:\"ID\";i:188;s:7:\"site_id\";i:231214916;s:5:\"title\";s:12:\"Product Hero\";s:4:\"name\";s:12:\"product-hero\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1616:\"\n<!-- wp:woocommerce/single-product {\"isPreview\":true,\"align\":\"wide\"} -->\n<div class=\"wp-block-woocommerce-single-product alignwide\">\n	<!-- wp:columns -->\n	<div class=\"wp-block-columns\">\n		<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n		<div class=\"wp-block-column is-vertically-aligned-center\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:40%\">\n			<!-- wp:woocommerce/product-image {\"showSaleBadge\":false,\"isDescendentOfSingleProductBlock\":true,\"height\":\"300px\"} /-->\n		</div>\n		<!-- /wp:column -->\n\n		<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"60%\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"650px\"}} -->\n		<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:60%\">\n			<!-- wp:post-title {\"textAlign\":\"\",\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n			<!-- wp:woocommerce/product-price {\"isDescendentOfSingleProductBlock\":true} /-->\n\n			<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n			<div class=\"wp-block-group\">\n				<!-- wp:woocommerce/product-button {\"isDescendentOfSingleProductBlock\":true} /-->\n			</div>\n			<!-- /wp:group -->\n\n			<!-- wp:post-excerpt {\"__woocommerceNamespace\":\"woocommerce/product-query/product-summary\"} /-->\n		</div>\n		<!-- /wp:column -->\n	</div>\n	<!-- /wp:columns -->\n</div>\n<!-- /wp:woocommerce/single-product -->\n\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:66:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-hero/\";s:13:\"modified_date\";s:19:\"2025-02-14 15:20:35\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:68;a:20:{s:2:\"ID\";i:186;s:7:\"site_id\";i:231214916;s:5:\"title\";s:27:\"Featured Products 2 Columns\";s:4:\"name\";s:27:\"featured-products-2-columns\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2625:\"<!-- wp:columns {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/featured-products-2-cols\",\"name\":\"Featured Products 2 Columns\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:query {\"queryId\":8,\"query\":{\"perPage\":\"4\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\"} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"layout\":{\"type\":\"grid\",\"columnCount\":2},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"isDescendentOfQueryLoop\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"24px\",\"top\":\"0\"}}}} /-->\n\n<!-- wp:columns {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-columns are-vertically-aligned-bottom\"><!-- wp:column {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\"><!-- wp:post-title {\"textAlign\":\"left\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\"><!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"right\",\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0rem\",\"top\":\"0\"}}}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n<!-- /wp:post-template --></div>\n<!-- /wp:query --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Fan favorites</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get ready to start the season right. All the fan favorites in one place at the best price.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":50} --><div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\">Shop All</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:81:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/featured-products-2-columns/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:30:24\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:69;a:20:{s:2:\"ID\";i:182;s:7:\"site_id\";i:231214916;s:5:\"title\";s:23:\"Product Details Pattern\";s:4:\"name\";s:23:\"product-details-pattern\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:8559:\"<!-- wp:columns {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-details-pattern\",\"name\":\"Product Details Pattern\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"40px\",\"bottom\":\"0\",\"left\":\"0px\"},\"blockGap\":\"0px\"}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-right:40px;padding-bottom:0;padding-left:0px\"><!-- wp:image {\"id\":183,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/table-floor-home-living-room-furniture-room.png\" alt=\"\" class=\"wp-image-183\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"margin\":{\"top\":\"0.2em\",\"bottom\":\"0.2em\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-top:0.2em;margin-bottom:0.2em;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"5px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0px;padding-right:5px;padding-bottom:0px;padding-left:0px\"><!-- wp:image {\"id\":184,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/table-white-chair-floor-shelf-lamp-square-lg.png\" alt=\"\" class=\"wp-image-184\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:image {\"id\":117,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/table-floor-interior-atmosphere-living-room-furniture-square-lg.png\" alt=\"\" class=\"wp-image-117\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-text-color has-x-large-font-size\" style=\"color:#000000\">Luxurious Charcoal Grey Upholstered Sofa</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"0px\",\"margin\":{\"top\":\"10px\",\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:10px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fcb900\"}}} -->\n<p class=\"has-text-color\" style=\"color:#fcb900\">★★★★</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe8a4\"},\"spacing\":{\"margin\":{\"right\":\"5px\"}}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe8a4;margin-right:5px\">★</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:0.7em\">  <strong>4.2</strong>(1,079 reviews)</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\",\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"margin\":{\"top\":\"2px\",\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:2px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"1.2em\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:1.2em\"><strong><sup><sub>$</sub></sup>158.99</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:0.7em\"><s>was $173.99</s></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\"},\"color\":{\"text\":\"#C51313\"}}} -->\n<p class=\"has-text-color\" style=\"color:#C51313;font-size:0.7em\"><strong>9% off</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"margin\":{\"top\":\"5px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:5px\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#00A510\"},\"typography\":{\"fontSize\":\"0.7em\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"}}}} -->\n<p class=\"has-text-color\" style=\"color:#00A510;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:0.7em\"><strong>Free 2-Day Shipping</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.8em\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:0.8em\">The \"Modern Elegance: Luxurious Charcoal Grey Upholstered Sofa\" harmonizes style and comfort to redefine your living space. This stunning piece is crafted with plush, high-density foam cushions, enveloped in a rich, charcoal grey fabric that is invitingly soft to the touch. Its clean lines and contemporary silhouette are complemented by the sturdy wooden frame, making it a durable yet stylish addition to any home decor. Whether you\'re lounging or entertaining, this sofa promises unrivaled comfort and a look that\'s seamlessly chic.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"text\":\"#ffffff\",\"background\":\"#000000\"}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#ffffff;background-color:#000000\">Add to cart</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.8em\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:0.8em\"><strong>Features</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"style\":{\"spacing\":{\"margin\":{\"top\":\"10px\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"color\":{\"text\":\"#000000\"}},\"className\":\"has-foreground-color\"} -->\n<ul style=\"color:#000000;margin-top:10px;margin-right:0;margin-bottom:0;margin-left:0\" class=\"wp-block-list has-foreground-color has-text-color\"><!-- wp:list-item {\"style\":{\"typography\":{\"fontSize\":\"0.8em\"}}} -->\n<li style=\"font-size:0.8em\">Top shelf weight capacity of 100 lbs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"style\":{\"typography\":{\"fontSize\":\"0.8em\"}}} -->\n<li style=\"font-size:0.8em\">Drawer weight capacity of 50 lbs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.8em\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:0.8em\"><strong>Weight and Dimensions</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"style\":{\"typography\":{\"fontSize\":\"0.7em\"},\"color\":{\"text\":\"#000000\"}},\"backgroundColor\":\"background\",\"className\":\"is-style-stripes\"} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:0.7em\"><table class=\"has-background-background-color has-text-color has-background\" style=\"color:#000000\"><tbody><tr><td>Overall</td><td>36.5\'\' H X 40\'\' W X 20\'\' D</td></tr><tr><td>Drawer Interior</td><td>2\'\' H X 29.25\'\' W X 12.5\'\' D</td></tr><tr><td>Countertop</td><td>40\'\' W X 20\'\' D</td></tr><tr><td>Countertop Thickness</td><td>0.7\'\' H</td></tr><tr><td>Overall Product Weight</td><td>39.6 lb.</td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:77:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-details-pattern/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:29:31\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:70;a:20:{s:2:\"ID\";i:180;s:7:\"site_id\";i:231214916;s:5:\"title\";s:31:\"Product Details Product Listing\";s:4:\"name\";s:31:\"product-details-product-listing\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1582:\"\n<!-- wp:woocommerce/single-product {\"isPreview\":true} -->\n<div class=\"wp-block-woocommerce-single-product\">\n	<!-- wp:columns -->\n	<div class=\"wp-block-columns\">\n		<!-- wp:column -->\n		<div class=\"wp-block-column\">\n			<!-- wp:post-featured-image {\"height\":\"490px\"} /-->\n\n			<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n			<div class=\"wp-block-group\">\n				<!-- wp:woocommerce/product-rating-stars {\"isDescendentOfSingleProductBlock\":true,\"textColor\":\"luminous-vivid-amber\",\"style\":{\"spacing\":{\"margin\":{\"right\":\"5px\"}}}} /-->\n				<!-- wp:woocommerce/product-average-rating {\"style\":{\"typography\":{\"fontWeight\":\"600\",\"fontSize\":\"14px\"}}} /-->\n				<!-- wp:woocommerce/product-rating-counter {\"isDescendentOfSingleProductBlock\":true,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"fontSize\":\"14px\"}}} /-->\n			</div>\n			<!-- /wp:group -->\n\n			<!-- wp:post-title {\"textAlign\":\"center\",\"isLink\":true,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"x-large\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n			<!-- wp:woocommerce/product-price {\"textAlign\":\"center\",\"isDescendentOfSingleProductBlock\":true,\"style\":{\"typography\":{\"fontSize\":\"28px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n			<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfSingleProductBlock\":true} /-->\n		</div>\n		<!-- /wp:column -->\n	</div>\n	<!-- /wp:columns -->\n</div>\n<!-- /wp:woocommerce/single-product -->\n\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:85:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-details-product-listing/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:28:16\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:71;a:20:{s:2:\"ID\";i:178;s:7:\"site_id\";i:231214916;s:5:\"title\";s:35:\"Product Collections Newest Arrivals\";s:4:\"name\";s:35:\"product-collections-newest-arrivals\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1993:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collections-newest-arrivals\",\"name\":\"Product Collections Newest Arrivals\"},\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Our newest arrivals</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\">More new products</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:query {\"queryId\":6,\"query\":{\"perPage\":\"4\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\"} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":4},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n<!-- /wp:post-template --></div>\n<!-- /wp:query --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:89:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collections-newest-arrivals/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:26:37\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:72;a:20:{s:2:\"ID\";i:172;s:7:\"site_id\";i:231214916;s:5:\"title\";s:40:\"Product Collections Featured Collections\";s:4:\"name\";s:40:\"product-collections-featured-collections\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4771:\"<!-- wp:columns {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collections-featured-collections\",\"name\":\"Product Collections Featured Collections\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":{\"top\":\"0\",\"left\":\"0\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column {\"width\":\"50%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"30px\",\"right\":\"30px\",\"bottom\":\"30px\",\"left\":\"30px\"}},\"color\":{\"background\":\"#f3edd8\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-column has-background\" style=\"background-color:#f3edd8;padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px;flex-basis:50%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"},\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-text-color has-x-large-font-size\" style=\"color:#000000;font-style:normal;font-weight:700\">Tech gifts under $100</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"spacing\":{\"padding\":{\"left\":\"18px\",\"right\":\"18px\",\"top\":\"9px\",\"bottom\":\"9px\"}},\"typography\":{\"fontSize\":\"16px\"},\"color\":{\"background\":\"#000000\",\"text\":\"#ffffff\"}}} --><div class=\"wp-block-button has-custom-font-size\" style=\"font-size:16px\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\" style=\"color:#ffffff;background-color:#000000;padding-top:9px;padding-right:18px;padding-bottom:9px;padding-left:18px\">Shop tech</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":173,\"width\":\"140px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/technology-white-camera-photography-vintage-photographer.png\" alt=\"\" class=\"wp-image-173\" style=\"width:140px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":174,\"width\":\"140px\",\"height\":\"100px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/leather-guitar-typewriter-red-gadget-sofa.png\" alt=\"\" class=\"wp-image-174\" style=\"width:140px;height:100px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"30px\",\"right\":\"30px\",\"bottom\":\"30px\",\"left\":\"30px\"}},\"color\":{\"background\":\"#d8f2f3\"}}} -->\n<div class=\"wp-block-column has-background\" style=\"background-color:#d8f2f3;padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px;flex-basis:50%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"},\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-text-color has-x-large-font-size\" style=\"color:#000000;font-style:normal;font-weight:700\">For the gamers</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"spacing\":{\"padding\":{\"left\":\"18px\",\"right\":\"18px\",\"top\":\"9px\",\"bottom\":\"9px\"}},\"typography\":{\"fontSize\":\"16px\"},\"color\":{\"background\":\"#000000\",\"text\":\"#ffffff\"}}} --><div class=\"wp-block-button has-custom-font-size\" style=\"font-size:16px\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\" style=\"color:#ffffff;background-color:#000000;padding-top:9px;padding-right:18px;padding-bottom:9px;padding-left:18px\">Shop games</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":175,\"width\":\"140px\",\"height\":\"100px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/music-technology-play-equipment-studio-gadget.png\" alt=\"\" class=\"wp-image-175\" style=\"width:140px;height:100px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":176,\"width\":\"140px\",\"height\":\"100px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/technology-joystick-gadget-console-games-playstation.png\" alt=\"\" class=\"wp-image-176\" style=\"width:140px;height:100px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:94:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collections-featured-collections/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:25:38\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:73;a:20:{s:2:\"ID\";i:169;s:7:\"site_id\";i:231214916;s:5:\"title\";s:39:\"Product Collections Featured Collection\";s:4:\"name\";s:39:\"product-collections-featured-collection\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4254:\"<!-- wp:columns {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collections-featured-collection\",\"name\":\"Product Collections Featured Collection\"},\"align\":\"wide\",\"style\":{\"color\":{\"background\":\"#333333\"},\"spacing\":{\"padding\":{\"top\":\"1.3rem\",\"right\":\"1.3rem\",\"bottom\":\"1.3rem\",\"left\":\"1.3rem\"}}},\"textColor\":\"white\"} -->\n<div class=\"wp-block-columns alignwide has-white-color has-text-color has-background\" style=\"background-color:#333333;padding-top:1.3rem;padding-right:1.3rem;padding-bottom:1.3rem;padding-left:1.3rem\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"padding-right:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40);flex-basis:33.33%\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"},\"color\":{\"text\":\"#ffffff\"}},\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-text-color has-x-large-font-size\" style=\"color:#ffffff;font-style:normal;font-weight:700\">\n			This week\'s popular products		</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:query {\"queryId\":3,\"query\":{\"perPage\":\"3\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\"} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"layout\":{\"type\":\"grid\",\"columnCount\":3},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"0\"},\"color\":{\"background\":\"#484848\"},\"border\":{\"radius\":{\"topLeft\":\"0px\",\"topRight\":\"0px\",\"bottomLeft\":\"4px\",\"bottomRight\":\"4px\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} -->\n<div class=\"wp-block-group has-background\" style=\"border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#484848;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:group {\"style\":{\"border\":{\"radius\":{\"topLeft\":\"4px\",\"topRight\":\"4px\"},\"color\":\"#ffffff\",\"style\":\"solid\",\"width\":\"3px\"},\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group has-border-color\" style=\"border-color:#ffffff;border-style:solid;border-width:3px;border-top-left-radius:4px;border-top-right-radius:4px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:woocommerce/product-image {\"isDescendentOfQueryLoop\":true,\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"20px\",\"right\":\"20px\",\"left\":\"20px\",\"bottom\":\"10px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group has-link-color\" style=\"padding-top:20px;padding-right:20px;padding-bottom:10px;padding-left:20px\"><!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"fontFamily\":\"system-font\",\"style\":{\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"},\"color\":{\"text\":\"#ffffff\"}}} /-->\n\n<!-- wp:post-title {\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"16px\",\"textDecoration\":\"none\"},\"color\":{\"text\":\"#ffffff\"}},\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n<!-- /wp:post-template --></div>\n<!-- /wp:query --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:93:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collections-featured-collection/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:23:59\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:74;a:20:{s:2:\"ID\";i:167;s:7:\"site_id\";i:231214916;s:5:\"title\";s:30:\"Product Collection Simple Grid\";s:4:\"name\";s:30:\"product-collection-simple-grid\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1707:\"<!-- wp:woocommerce/product-collection {\"queryId\":22,\"query\":{\"perPage\":5,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"search\":\"\",\"exclude\":[],\"inherit\":false,\"taxQuery\":[],\"isProductCollectionBlock\":true,\"woocommerceOnSale\":false,\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"woocommerceAttributes\":[],\"woocommerceHandPickedProducts\":[]},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":5,\"shrinkColumns\":true},\"queryContextIncludes\":[\"collection\"],\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collection-simple-grid\",\"name\":\"Product Collection Simple Grid\"}} -->\n<div class=\"wp-block-woocommerce-product-collection\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"saleBadgeAlign\":\"left\",\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true,\"style\":{\"typography\":{\"fontSize\":\"0.8rem\"}}} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}},\"typography\":{\"fontSize\":\"1rem\"}},\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:woocommerce/product-collection -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:84:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collection-simple-grid/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:23:15\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:75;a:20:{s:2:\"ID\";i:165;s:7:\"site_id\";i:231214916;s:5:\"title\";s:23:\"Product Collection Rows\";s:4:\"name\";s:23:\"product-collection-rows\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2506:\"<!-- wp:woocommerce/product-collection {\"queryId\":21,\"query\":{\"perPage\":9,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"search\":\"\",\"exclude\":[],\"inherit\":false,\"taxQuery\":[],\"isProductCollectionBlock\":true,\"woocommerceOnSale\":false,\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"woocommerceAttributes\":[],\"woocommerceHandPickedProducts\":[]},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"list\",\"columns\":3,\"shrinkColumns\":true},\"queryContextIncludes\":[\"collection\"],\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collection-rows\",\"name\":\"Product Collection Rows\"}} -->\n<div class=\"wp-block-woocommerce-product-collection\"><!-- wp:woocommerce/product-template -->\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:woocommerce/product-image {\"isDescendentOfQueryLoop\":true} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:post-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"},\"padding\":{\"right\":\"0\",\"left\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}}},\"fontSize\":\"large\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"medium\",\"style\":{\"typography\":{\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfQueryLoop\":true,\"textColor\":\"luminous-vivid-amber\",\"fontSize\":\"medium\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\"}}}} /-->\n\n<!-- wp:post-excerpt {\"showMoreOnNewLine\":false,\"excerptLength\":23,\"fontSize\":\"small\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:woocommerce/product-collection -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:77:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collection-rows/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:22:29\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:76;a:20:{s:2:\"ID\";i:163;s:7:\"site_id\";i:231214916;s:5:\"title\";s:23:\"Product Collection Grid\";s:4:\"name\";s:23:\"product-collection-grid\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1807:\"<!-- wp:woocommerce/product-collection {\"queryId\":20,\"query\":{\"perPage\":4,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"search\":\"\",\"exclude\":[],\"inherit\":false,\"taxQuery\":[],\"isProductCollectionBlock\":true,\"woocommerceOnSale\":false,\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"woocommerceAttributes\":[],\"woocommerceHandPickedProducts\":[]},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":4,\"shrinkColumns\":true},\"queryContextIncludes\":[\"collection\"],\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collection-grid\",\"name\":\"Product Collection Grid\"}} -->\n<div class=\"wp-block-woocommerce-product-collection\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-title {\"textAlign\":\"left\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}},\"typography\":{\"lineHeight\":\"1\"}},\"fontSize\":\"small\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"0.8rem\",\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:woocommerce/product-collection -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:77:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collection-grid/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:21:55\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:77;a:20:{s:2:\"ID\";i:161;s:7:\"site_id\";i:231214916;s:5:\"title\";s:28:\"Product Collection Full Grid\";s:4:\"name\";s:28:\"product-collection-full-grid\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1966:\"<!-- wp:woocommerce/product-collection {\"queryId\":19,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"search\":\"\",\"exclude\":[],\"inherit\":false,\"taxQuery\":[],\"isProductCollectionBlock\":true,\"woocommerceOnSale\":false,\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"woocommerceAttributes\":[],\"woocommerceHandPickedProducts\":[]},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":3,\"shrinkColumns\":true},\"queryContextIncludes\":[\"collection\"],\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collection-full-grid\",\"name\":\"Product Collection Full Grid\"}} -->\n<div class=\"wp-block-woocommerce-product-collection\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"left\",\"fontSize\":\"medium\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1\"}}} /-->\n\n<!-- wp:post-title {\"textAlign\":\"left\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}},\"typography\":{\"lineHeight\":\"1\"}},\"fontSize\":\"small\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"left\",\"width\":50,\"isDescendentOfQueryLoop\":true,\"style\":{\"typography\":{\"fontSize\":\"0.8rem\"}}} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:woocommerce/product-collection -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:82:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collection-full-grid/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:21:05\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:78;a:20:{s:2:\"ID\";i:158;s:7:\"site_id\";i:231214916;s:5:\"title\";s:25:\"Product Collection Banner\";s:4:\"name\";s:25:\"product-collection-banner\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3025:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collection-banner\",\"name\":\"Product Collection Banner\"},\"align\":\"wide\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"1000px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"color\":{\"background\":\"#ffedf5\"}}} -->\n<div class=\"wp-block-columns alignwide has-background\" style=\"background-color:#ffedf5\"><!-- wp:column {\"width\":\"58%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:58%\"><!-- wp:cover {\"url\":\"https://s0.wp.com/i/woo-block-patterns/2024/06/beach-landscape-sea-coast-nature-person.jpg\",\"id\":159,\"dimRatio\":20,\"customOverlayColor\":\"#9aacbd\",\"minHeight\":430,\"minHeightUnit\":\"px\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"80px\",\"right\":\"80px\",\"bottom\":\"80px\",\"left\":\"80px\"}}}} -->\n<div class=\"wp-block-cover is-light\" style=\"padding-top:80px;padding-right:80px;padding-bottom:80px;padding-left:80px;min-height:430px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-20 has-background-dim\" style=\"background-color:#9aacbd\"></span><img class=\"wp-block-cover__image-background wp-image-159\" alt=\"\" src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/beach-landscape-sea-coast-nature-person.jpg\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"40px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.3\"},\"color\":{\"text\":\"#ffffff\"}},\"fontFamily\":\"inter\"} -->\n<p class=\"has-text-align-center has-text-color has-inter-font-family\" style=\"color:#ffffff;font-size:40px;font-style:normal;font-weight:700;line-height:1.3;text-transform:uppercase\">Brand New for the Holidays</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"22px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"1.3\"},\"color\":{\"text\":\"#000000\"}},\"fontFamily\":\"inter\"} -->\n<p class=\"has-text-color has-inter-font-family\" style=\"color:#000000;font-size:22px;font-style:normal;font-weight:300;line-height:1.3\">Check out our brand new collection of holiday products and find the right gift for anyone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"background\":\"#ff7179\",\"text\":\"#000000\"},\"border\":{\"radius\":\"100px\",\"width\":\"0px\",\"style\":\"none\"}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\" style=\"border-style:none;border-width:0px;border-radius:100px;color:#000000;background-color:#ff7179\">Shop now</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:79:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collection-banner/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:19:42\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:79;a:20:{s:2:\"ID\";i:153;s:7:\"site_id\";i:231214916;s:5:\"title\";s:14:\"Minimal Header\";s:4:\"name\";s:14:\"minimal-header\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1538:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/header-minimal\",\"name\":\"Minimal Header\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"40px\",\"bottom\":\"24px\",\"left\":\"40px\",\"top\":\"24px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"}}},\"className\":\"wc-blocks-pattern-header-minimal wc-blocks-header-pattern sticky-header\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull wc-blocks-pattern-header-minimal wc-blocks-header-pattern sticky-header\" style=\"margin-top:0px;margin-bottom:0px;padding-top:24px;padding-right:40px;padding-bottom:24px;padding-left:40px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"20px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"shouldSyncIcon\":false,\"className\":\"is-style-default\"} /-->\n\n<!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/mini-cart /-->\n\n<!-- wp:navigation {\"ref\":24,\"overlayMenu\":\"always\",\"metadata\":{\"ignoredHookedBlocks\":[\"woocommerce/customer-account\"]},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} /-->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"style\":{\"spacing\":{\"margin\":{\"left\":\"0.5em\"}}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:68:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/minimal-header/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:14:02\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:80;a:20:{s:2:\"ID\";i:151;s:7:\"site_id\";i:231214916;s:5:\"title\";s:17:\"Large Header Dark\";s:4:\"name\";s:17:\"large-header-dark\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2045:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/header-large-dark\",\"name\":\"Large Header Dark\"},\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"1rem\",\"right\":\"1rem\",\"bottom\":\"1rem\",\"left\":\"1rem\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"wc-blocks-header-pattern has-background-color\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull wc-blocks-header-pattern has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"padding-top:1rem;padding-right:1rem;padding-bottom:1rem;padding-left:1rem\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"1rem\"}},\"className\":\"has-small-font-size\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"placeholder\":\"Search\",\"width\":100,\"widthUnit\":\"%\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"query\":{\"post_type\":\"product\"},\"style\":{\"border\":{\"radius\":\"0px\"}}} /-->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"fontSize\":\"small\"} /-->\n\n<!-- wp:woocommerce/mini-cart {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"16px\",\"padding\":{\"top\":\"1rem\",\"left\":\"0px\",\"bottom\":\"2rem\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:1rem;padding-bottom:2rem;padding-left:0px\"><!-- wp:site-logo {\"shouldSyncIcon\":false} /-->\n\n<!-- wp:site-title /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"ref\":24,\"textColor\":\"background\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} /--></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:71:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/large-header-dark/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:13:31\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:81;a:20:{s:2:\"ID\";i:149;s:7:\"site_id\";i:231214916;s:5:\"title\";s:12:\"Large Header\";s:4:\"name\";s:12:\"large-header\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2444:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/header-large\",\"name\":\"Large Header\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"40px\",\"left\":\"40px\",\"top\":\"24px\",\"bottom\":\"24px\"}}},\"className\":\"wc-blocks-pattern-header-large wc-blocks-header-pattern\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull wc-blocks-pattern-header-large wc-blocks-header-pattern\" style=\"padding-top:24px;padding-right:40px;padding-bottom:24px;padding-left:40px\"><!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"isStackedOnMobile\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-columns alignfull are-vertically-aligned-center is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"70%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:70%\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"shouldSyncIcon\":false} /-->\n\n<!-- wp:site-title {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"200px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\"} /-->\n\n<!-- wp:woocommerce/mini-cart /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:navigation {\"ref\":24} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"padding-right:0;padding-left:0\"><!-- wp:search {\"label\":\"\",\"showLabel\":false,\"placeholder\":\"Search\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"query\":{\"post_type\":\"product\"},\"style\":{\"border\":{\"radius\":\"0px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:66:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/large-header/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:13:05\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:82;a:20:{s:2:\"ID\";i:147;s:7:\"site_id\";i:231214916;s:5:\"title\";s:21:\"Essential Header Dark\";s:4:\"name\";s:21:\"essential-header-dark\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1885:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/header-essential-dark\",\"name\":\"Essential Header Dark\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"2%\",\"bottom\":\"32px\",\"left\":\"2%\",\"top\":\"32px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"wc-blocks-header-pattern sticky-header has-background-color\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull wc-blocks-header-pattern sticky-header has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"margin-top:0px;margin-bottom:0px;padding-top:32px;padding-right:2%;padding-bottom:32px;padding-left:2%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"40px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"shouldSyncIcon\":false} /-->\n\n<!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"placeholder\":\"Search\",\"width\":100,\"widthUnit\":\"%\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"query\":{\"post_type\":\"product\"},\"style\":{\"border\":{\"radius\":\"0px\"}},\"backgroundColor\":\"contrast-2\"} /-->\n\n<!-- wp:navigation {\"ref\":24,\"textColor\":\"background\",\"overlayTextColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconStyle\":\"alt\",\"iconClass\":\"wc-block-customer-account__account-icon\"} /-->\n\n<!-- wp:woocommerce/mini-cart /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:75:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/essential-header-dark/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:12:34\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:83;a:20:{s:2:\"ID\";i:145;s:7:\"site_id\";i:231214916;s:5:\"title\";s:16:\"Essential Header\";s:4:\"name\";s:16:\"essential-header\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1298:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/header-essential\",\"name\":\"Essential Header\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"40px\",\"bottom\":\"40px\",\"left\":\"40px\",\"right\":\"40px\"}}},\"className\":\"wc-blocks-pattern-header-essential wc-blocks-header-pattern\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull wc-blocks-pattern-header-essential wc-blocks-header-pattern\" style=\"padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/mini-cart /-->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"ref\":24,\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:70:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/essential-header/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:12:09\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:84;a:20:{s:2:\"ID\";i:143;s:7:\"site_id\";i:231214916;s:5:\"title\";s:20:\"Centered Header Menu\";s:4:\"name\";s:20:\"centered-header-menu\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2534:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/header-centered-menu\",\"name\":\"Centered Header Menu\"},\"align\":\"full\",\"className\":\"wc-blocks-pattern-header-centered-menu wc-blocks-header-pattern\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull wc-blocks-pattern-header-centered-menu wc-blocks-header-pattern\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"isStackedOnMobile\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"bottom\":\"24px\",\"left\":\"40px\",\"right\":\"40px\"}}}} -->\n<div class=\"wp-block-columns alignfull are-vertically-aligned-center is-not-stacked-on-mobile\" style=\"padding-top:24px;padding-right:40px;padding-bottom:24px;padding-left:40px\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"70%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:70%\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"shouldSyncIcon\":false} /-->\n\n<!-- wp:site-title {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"200px\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\"} /-->\n\n<!-- wp:woocommerce/mini-cart /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"}}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator alignfull has-alpha-channel-opacity is-style-wide\" style=\"margin-top:0px;margin-bottom:0px\"/>\n<!-- /wp:separator -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"ref\":24,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"blockGap\":\"30px\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:separator {\"align\":\"full\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator alignfull has-alpha-channel-opacity is-style-wide\"/>\n<!-- /wp:separator --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:74:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/centered-header-menu/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:11:37\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:85;a:20:{s:2:\"ID\";i:141;s:7:\"site_id\";i:231214916;s:5:\"title\";s:17:\"Footer with menus\";s:4:\"name\";s:17:\"footer-with-menus\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2902:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-with-3-menus\",\"name\":\"Footer with menus\"},\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"40px\",\"padding\":{\"top\":\"40px\",\"right\":\"40px\",\"bottom\":\"40px\",\"left\":\"40px\"}}},\"className\":\"wc-blocks-pattern-footer-with-3-menus wc-blocks-footer-pattern\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-pattern-footer-with-3-menus wc-blocks-footer-pattern\" style=\"padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px\"><!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"className\":\"are-vertically-aligned-top\"} -->\n<div class=\"wp-block-columns are-vertically-aligned-top\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"60%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:60%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|50\"}},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:navigation {\"ref\":24,\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"10px\"}}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"30%\",\"style\":{\"spacing\":{\"blockGap\":\"60px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-stretch\" style=\"flex-basis:30%\"><!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"placeholder\":\"Search\",\"width\":100,\"widthUnit\":\"%\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"query\":{\"post_type\":\"product\"},\"style\":{\"border\":{\"radius\":\"0px\"}}} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"margin\":{\"top\":\"56px\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:56px;margin-bottom:0;padding-right:0;padding-left:0\"><!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n\n<!-- wp:paragraph {\"align\":\"right\"} -->\n<p class=\"has-text-align-right\">\n					Powered by <a href=\"https://wordpress.org\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WordPress</a> with <a href=\"https://woocommerce.com\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a>				</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:71:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/footer-with-menus/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:11:08\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:86;a:20:{s:2:\"ID\";i:139;s:7:\"site_id\";i:231214916;s:5:\"title\";s:24:\"Footer with 2 Menus Dark\";s:4:\"name\";s:24:\"footer-with-2-menus-dark\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3670:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-with-2-menus-dark\",\"name\":\"Footer with 2 Menus Dark\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"32px\",\"right\":\"4%\",\"bottom\":\"32px\",\"left\":\"4%\"},\"blockGap\":\"40px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"wc-blocks-footer-pattern has-background-color\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-footer-pattern has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"padding-top:32px;padding-right:4%;padding-bottom:32px;padding-left:4%\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"70%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:70%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"shouldSyncIcon\":false} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"ref\":24} /-->\n\n<!-- wp:navigation {\"ref\":24} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"textColor\":\"background\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group has-background-color has-text-color\"><!-- wp:paragraph {\"textColor\":\"background\",\"fontSize\":\"medium\"} -->\n<p class=\"has-background-color has-text-color has-medium-font-size\"><strong>Join our community</strong>\n				</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\">Learn about new products and discounts!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:social-links {\"iconColor\":\"background\",\"iconColorValue\":\"#ffffff\",\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links has-icon-color is-style-logos-only\"><!-- wp:social-link {\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"service\":\"twitter\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"16px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"textColor\":\"background\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-background-color has-text-color has-link-color\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\"}}} -->\n<p style=\"font-size:12px\">@ 2022</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"fontSize\":\"12px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><em>\n			Built with <a href=\"https://woocommerce.com/\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a>		</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:78:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/footer-with-2-menus-dark/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:10:37\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:87;a:20:{s:2:\"ID\";i:137;s:7:\"site_id\";i:231214916;s:5:\"title\";s:19:\"Footer with 2 Menus\";s:4:\"name\";s:19:\"footer-with-2-menus\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3013:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-with-2-menus\",\"name\":\"Footer with 2 Menus\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"32px\",\"right\":\"4%\",\"bottom\":\"32px\",\"left\":\"4%\"},\"blockGap\":\"40px\"}},\"className\":\"wc-blocks-footer-pattern\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-footer-pattern\" style=\"padding-top:32px;padding-right:4%;padding-bottom:32px;padding-left:4%\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"70%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:70%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"shouldSyncIcon\":false} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"ref\":24} /-->\n\n<!-- wp:navigation {\"ref\":24} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\"><strong>Join our community</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\">Learn about new products and discounts!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:social-links {\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links is-style-logos-only\"><!-- wp:social-link {\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"service\":\"twitter\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"16px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\"}}} -->\n<p style=\"font-size:12px\">@ 2022</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"fontSize\":\"12px\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><em>\n			Built with <a href=\"https://woocommerce.com/\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a>		</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:73:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/footer-with-2-menus/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:10:01\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:88;a:20:{s:2:\"ID\";i:135;s:7:\"site_id\";i:231214916;s:5:\"title\";s:23:\"Footer with Simple Menu\";s:4:\"name\";s:23:\"footer-with-simple-menu\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2412:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-simple-menu\",\"name\":\"Footer with Simple Menu\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"40px\",\"bottom\":\"40px\",\"left\":\"40px\",\"right\":\"40px\"}}},\"className\":\"wc-blocks-pattern-footer-simple-menu wc-blocks-footer-pattern\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-pattern-footer-simple-menu wc-blocks-footer-pattern\" style=\"padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-right:0;padding-left:0\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"placeholder\":\"Search\",\"width\":100,\"widthUnit\":\"%\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"query\":{\"post_type\":\"product\"},\"style\":{\"border\":{\"radius\":\"0px\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"ref\":24,\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"horizontal\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\"},\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:separator {\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"}}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator alignfull has-alpha-channel-opacity is-style-wide\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40)\"/>\n<!-- /wp:separator -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"5px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title /-->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">\n			Powered by <a href=\"https://wordpress.org\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WordPress</a> with <a href=\"https://woocommerce.com\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a>		</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:77:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/footer-with-simple-menu/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:09:23\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:89;a:20:{s:2:\"ID\";i:133;s:7:\"site_id\";i:231214916;s:5:\"title\";s:18:\"Simple Footer Dark\";s:4:\"name\";s:18:\"simple-footer-dark\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2951:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-simple-dark\",\"name\":\"Simple Footer Dark\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"32px\",\"right\":\"48px\",\"bottom\":\"32px\",\"left\":\"48px\"},\"blockGap\":\"40px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"wc-blocks-footer-pattern has-background-color\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-footer-pattern has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"padding-top:32px;padding-right:48px;padding-bottom:32px;padding-left:48px\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:woocommerce/customer-account {\"fontSize\":\"small\"} /-->\n\n<!-- wp:navigation {\"ref\":24} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:social-links {\"iconColor\":\"background\",\"iconColorValue\":\"#ffffff\",\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<ul class=\"wp-block-social-links has-icon-color is-style-logos-only\"><!-- wp:social-link {\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"service\":\"twitter\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"12px\"}},\"textColor\":\"background\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-background-color has-text-color\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\"}}} -->\n<p style=\"font-size:12px\">@ 2022</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"fontSize\":\"12px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><em>\n			Built with <a href=\"https://woocommerce.com/\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a>		</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:72:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/simple-footer-dark/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:08:48\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:90;a:20:{s:2:\"ID\";i:131;s:7:\"site_id\";i:231214916;s:5:\"title\";s:13:\"Simple Footer\";s:4:\"name\";s:13:\"simple-footer\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2499:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-simple\",\"name\":\"Simple Footer\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"32px\",\"right\":\"48px\",\"bottom\":\"32px\",\"left\":\"48px\"},\"blockGap\":\"40px\"}},\"className\":\"wc-blocks-footer-pattern\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-footer-pattern\" style=\"padding-top:32px;padding-right:48px;padding-bottom:32px;padding-left:48px\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:woocommerce/customer-account {\"fontSize\":\"small\"} /-->\n\n<!-- wp:navigation {\"ref\":24} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:social-links {\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<ul class=\"wp-block-social-links is-style-logos-only\"><!-- wp:social-link {\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"service\":\"twitter\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"12px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\"}}} -->\n<p style=\"font-size:12px\">@ 2022</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"fontSize\":\"12px\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><em>\n			Built with <a href=\"https://woocommerce.com/\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a>		</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:67:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/simple-footer/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:07:40\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:91;a:20:{s:2:\"ID\";i:129;s:7:\"site_id\";i:231214916;s:5:\"title\";s:17:\"Large Footer Dark\";s:4:\"name\";s:17:\"large-footer-dark\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4192:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-large-dark\",\"name\":\"Large Footer Dark\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"32px\",\"right\":\"4%\",\"bottom\":\"32px\",\"left\":\"4%\"},\"blockGap\":\"40px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"wc-blocks-footer-pattern has-background-color\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-footer-pattern has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"padding-top:32px;padding-right:4%;padding-bottom:32px;padding-left:4%\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"45%\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"50px\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-right:50px;flex-basis:45%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"textColor\":\"background\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group has-background-color has-text-color\"><!-- wp:site-logo /-->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"30px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5 class=\"wp-block-heading\">Join the community</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Learn about new products and discounts!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"20px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:social-links {\"iconColor\":\"background\",\"iconColorValue\":\"#ffffff\",\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only\"><!-- wp:social-link {\"url\":\"https://www.facebook.com\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://www.x.com\",\"service\":\"x\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://www.instagram.com\",\"service\":\"instagram\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"20%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0px;flex-basis:20%\"><!-- wp:navigation {\"ref\":24,\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"20%\",\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:20%\"><!-- wp:navigation {\"ref\":24,\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"20%\",\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:20%\"><!-- wp:woocommerce/customer-account {\"displayStyle\":\"text_only\",\"fontSize\":\"small\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"10px\"}},\"textColor\":\"background\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-background-color has-text-color\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"textColor\":\"background\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group has-background-color has-text-color has-link-color\"><!-- wp:paragraph -->\n<p>@ 2024</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:site-title /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p><em>\n			Built with <a href=\"https://woocommerce.com/\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a>		</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:71:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/large-footer-dark/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:06:19\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:92;a:20:{s:2:\"ID\";i:125;s:7:\"site_id\";i:231214916;s:5:\"title\";s:12:\"Large Footer\";s:4:\"name\";s:12:\"large-footer\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3605:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-large\",\"name\":\"Large Footer\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"40px\",\"right\":\"40px\",\"bottom\":\"40px\",\"left\":\"40px\"},\"blockGap\":\"40px\"}},\"className\":\"wc-blocks-pattern-footer-large wc-blocks-footer-pattern\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-pattern-footer-large wc-blocks-footer-pattern\" style=\"padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"32px\",\"padding\":{\"right\":\"0px\",\"left\":\"0px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-right:0px;padding-left:0px\"><!-- wp:column {\"width\":\"60%\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"50px\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-right:50px;flex-basis:60%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:heading {\"level\":5,\"style\":{\"typography\":{\"textTransform\":\"none\"},\"spacing\":{\"margin\":{\"top\":\"40px\"}}}} -->\n<h5 class=\"wp-block-heading\" style=\"margin-top:40px;text-transform:none\">Join the community</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"40px\"}}}} -->\n<p style=\"margin-bottom:40px\">Learn about new products and discounts</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"size\":\"has-small-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"16px\"}}},\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"https://www.facebook.com\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://www.x.com\",\"service\":\"x\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://www.instagram.com\",\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://www.twitch.com\",\"service\":\"twitch\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"20%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0px;flex-basis:20%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"20%\",\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:20%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"20%\",\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:20%\"><!-- wp:navigation {\"ref\":24,\"overlayMenu\":\"never\",\"layout\":{\"overlayMenu\":\"never\",\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"10px\"}}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">\n			Powered by <a href=\"https://wordpress.org\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WordPress</a> with <a href=\"https://woocommerce.com\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a>		</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:66:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/large-footer/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:05:20\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:93;a:20:{s:2:\"ID\";i:119;s:7:\"site_id\";i:231214916;s:5:\"title\";s:36:\"Featured Products: Fresh &amp; Tasty\";s:4:\"name\";s:29:\"featured-products-fresh-tasty\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:5006:\"<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":120,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"full\"} -->\n<figure class=\"wp-block-image alignfull size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/sweet-organic-lemons.png\" alt=\"\" class=\"wp-image-120\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\"},\"margin\":{\"top\":\"5px\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-top:5px;margin-bottom:0\"><!-- wp:column {\"width\":\"67%\",\"style\":{\"typography\":{\"fontWeight\":\"600\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-column\" style=\"font-weight:600;flex-basis:67%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Sweet Organic Lemons</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-left has-small-font-size\">from $1.99</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":121,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"full\"} -->\n<figure class=\"wp-block-image alignfull size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/fresh-organic-tomatoes.png\" alt=\"\" class=\"wp-image-121\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\"},\"margin\":{\"top\":\"5px\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-top:5px;margin-bottom:0\"><!-- wp:column {\"width\":\"67%\",\"style\":{\"typography\":{\"fontWeight\":\"600\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-column\" style=\"font-weight:600;flex-basis:67%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Fresh Organic Tomatoes</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-left has-small-font-size\">from $2.99</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":122,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"full\"} -->\n<figure class=\"wp-block-image alignfull size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/06/fresh-lettuce-washed.png\" alt=\"\" class=\"wp-image-122\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\"},\"margin\":{\"top\":\"5px\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-top:5px;margin-bottom:0\"><!-- wp:column {\"width\":\"67%\",\"style\":{\"typography\":{\"fontWeight\":\"600\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-column\" style=\"font-weight:600;flex-basis:67%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Fresh Lettuce (Washed)</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-left has-small-font-size\">from $0.99</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":123,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"full\"} -->\n<figure class=\"wp-block-image alignfull size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/russet-organic-potatoes.png\" alt=\"\" class=\"wp-image-123\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\"},\"margin\":{\"top\":\"5px\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-top:5px;margin-bottom:0\"><!-- wp:column {\"width\":\"67%\",\"style\":{\"typography\":{\"fontWeight\":\"600\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-column\" style=\"font-weight:600;flex-basis:67%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Russet Organic Potatoes</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-left has-small-font-size\">from $1.49</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:83:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/featured-products-fresh-tasty/\";s:13:\"modified_date\";s:19:\"2024-06-17 13:47:45\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:94;a:20:{s:2:\"ID\";i:115;s:7:\"site_id\";i:231214916;s:5:\"title\";s:26:\"Discount Banner with Image\";s:4:\"name\";s:26:\"discount-banner-with-image\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3248:\"<!-- wp:columns {\"verticalAlignment\":\"center\",\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/discount-banner-with-image\",\"name\":\"Discount Banner with Image\"},\"align\":\"wide\",\"style\":{\"color\":{\"background\":\"#254094\"},\"spacing\":{\"padding\":{\"top\":\"30px\",\"right\":\"30px\",\"bottom\":\"30px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center has-background\" style=\"background-color:#254094;padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"15px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"350px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:15px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"fontSize\":\"45px\",\"lineHeight\":\"0\"},\"color\":{\"text\":\"#ffffff\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffffff;font-size:45px;font-style:normal;font-weight:500;line-height:0\">UP TO</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fdf251\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"fontSize\":\"90px\",\"lineHeight\":\"0.8\"}}} -->\n<p class=\"has-text-color\" style=\"color:#fdf251;font-size:90px;font-style:normal;font-weight:800;line-height:0.8\">40% off</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"35px\",\"lineHeight\":\"0\"},\"color\":{\"text\":\"#ffffff\"},\"spacing\":{\"margin\":{\"bottom\":\"40px\"}}}} -->\n<p class=\"has-text-color\" style=\"color:#ffffff;margin-bottom:40px;font-size:35px;font-style:normal;font-weight:300;line-height:0\">Select products</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"background\":\"#ff7179\",\"text\":\"#ffffff\"},\"border\":{\"radius\":\"40px\",\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\",\"left\":\"30px\",\"right\":\"30px\"}}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\" style=\"border-style:none;border-width:0px;border-radius:40px;color:#ffffff;background-color:#ff7179;padding-top:10px;padding-right:30px;padding-bottom:10px;padding-left:30px\">Shop now</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"id\":117,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":{\"topLeft\":\"100px\",\"topRight\":\"10px\",\"bottomLeft\":\"10px\",\"bottomRight\":\"100px\"}}}} -->\n<figure class=\"wp-block-image aligncenter size-full has-custom-border\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/table-floor-interior-atmosphere-living-room-furniture-square-lg.png\" alt=\"\" class=\"wp-image-117\" style=\"border-top-left-radius:100px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:100px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:80:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/discount-banner-with-image/\";s:13:\"modified_date\";s:19:\"2024-06-17 13:45:36\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:95;a:20:{s:2:\"ID\";i:113;s:7:\"site_id\";i:231214916;s:5:\"title\";s:15:\"Discount banner\";s:4:\"name\";s:15:\"discount-banner\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2312:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/discount-banner\",\"name\":\"Discount Banner\"},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"470px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\"}},\"color\":{\"background\":\"#254094\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\"}} -->\n<div class=\"wp-block-group has-background\" style=\"background-color:#254094;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"fontSize\":\"45px\"},\"color\":{\"text\":\"#ffffff\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffffff;font-size:45px;font-style:normal;font-weight:500\">UP TO</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fdf251\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"fontSize\":\"90px\",\"lineHeight\":\"0.1\"}}} -->\n<p class=\"has-text-color\" style=\"color:#fdf251;font-size:90px;font-style:normal;font-weight:800;line-height:0.1\">40% off</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"35px\"},\"color\":{\"text\":\"#ffffff\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffffff;font-size:35px;font-style:normal;font-weight:300\">Select products</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"background\":\"#ff7179\",\"text\":\"#ffffff\"},\"border\":{\"radius\":\"40px\",\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\",\"left\":\"30px\",\"right\":\"30px\"}}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\" style=\"border-style:none;border-width:0px;border-radius:40px;color:#ffffff;background-color:#ff7179;padding-top:10px;padding-right:30px;padding-bottom:10px;padding-left:30px\">\n					Shop now\n				</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:69:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/discount-banner/\";s:13:\"modified_date\";s:19:\"2024-06-17 13:39:37\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:96;a:20:{s:2:\"ID\";i:99;s:7:\"site_id\";i:231214916;s:5:\"title\";s:23:\"Featured Category Focus\";s:4:\"name\";s:22:\"feature-category-focus\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1621:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/featured-category-focus\",\"name\":\"Featured Category Focus\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|70\",\"right\":\"var:preset|spacing|70\",\"bottom\":\"var:preset|spacing|70\",\"left\":\"var:preset|spacing|70\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--70)\"><!-- wp:image {\"id\":100,\"width\":\"469px\",\"height\":\"348px\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/white-black-black-and-white-photograph-monochrome-photography.jpg\" alt=\"\" class=\"wp-image-100\" style=\"object-fit:cover;width:469px;height:348px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"large\"} -->\n<p class=\"has-text-align-center has-large-font-size\">Black and white high-quality prints</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\" style=\"border-style:none;border-width:0px\">Shop prints</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:21:\"_woo_featured_selling\";a:3:{s:4:\"slug\";s:21:\"_woo_featured_selling\";s:5:\"title\";s:21:\"_woo_featured_selling\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:76:\"https://wooblockpatterns.wpcomstaging.com/2024/06/14/feature-category-focus/\";s:13:\"modified_date\";s:19:\"2024-07-18 16:17:19\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:97;a:20:{s:2:\"ID\";i:90;s:7:\"site_id\";i:231214916;s:5:\"title\";s:27:\"Large Image Product Gallery\";s:4:\"name\";s:27:\"large-image-product-gallery\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3144:\"<!-- wp:group {\"metadata\":{\"name\":\"Large Image Product Gallery\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:query {\"queryId\":3,\"query\":{\"perPage\":\"4\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\"} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"layout\":{\"type\":\"grid\",\"columnCount\":2},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"saleBadgeAlign\":\"left\",\"isDescendentOfQueryLoop\":true,\"aspectRatio\":\"2/3\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\",\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /-->\n<!-- /wp:post-template --></div>\n<!-- /wp:query -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:21:\"_woo_featured_selling\";a:3:{s:4:\"slug\";s:21:\"_woo_featured_selling\";s:5:\"title\";s:21:\"_woo_featured_selling\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:81:\"https://wooblockpatterns.wpcomstaging.com/2024/06/14/large-image-product-gallery/\";s:13:\"modified_date\";s:19:\"2024-07-02 10:55:34\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:98;a:20:{s:2:\"ID\";i:83;s:7:\"site_id\";i:231214916;s:5:\"title\";s:28:\"Product Collection 3 Columns\";s:4:\"name\";s:28:\"product-collection-3-columns\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3351:\"<!-- wp:group {\"metadata\":{\"name\":\"Product Collection 3 Columns\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":26,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"search\":\"\",\"exclude\":[],\"inherit\":false,\"taxQuery\":[],\"isProductCollectionBlock\":true,\"woocommerceOnSale\":false,\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"woocommerceAttributes\":[],\"woocommerceHandPickedProducts\":[]},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":3},\"queryContextIncludes\":[\"collection\"],\"align\":\"wide\"} -->\n<div class=\"wp-block-woocommerce-product-collection alignwide\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"isDescendentOfQueryLoop\":true,\"aspectRatio\":\"3/5\"} /-->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\",\"fontSize\":\"small\"} /-->\n<!-- /wp:woocommerce/product-template --></div>\n<!-- /wp:woocommerce/product-collection -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:21:\"_woo_featured_selling\";a:3:{s:4:\"slug\";s:21:\"_woo_featured_selling\";s:5:\"title\";s:21:\"_woo_featured_selling\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:82:\"https://wooblockpatterns.wpcomstaging.com/2024/06/14/product-collection-3-columns/\";s:13:\"modified_date\";s:19:\"2024-07-02 10:35:33\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}}','off'),(364903,'action_scheduler_migration_status','complete','auto'),(365212,'woocommerce_ppcp-card-button-gateway_settings','a:4:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:20:\"Debit & Credit Cards\";s:11:\"description\";s:0:\"\";s:4:\"ppcp\";s:0:\"\";}','auto'),(365263,'_transient_timeout__eg_fragment_json_2703','1759956566','off'),(365264,'_transient__eg_fragment_json_2703','a:2:{s:14:\"gallery_images\";s:28647:\"{\"2491\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited.webp\",\"title\":\"IMG_2741\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited-300x169.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited-768x432.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited-1024x576.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited-300x169.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited.webp\",\"index\":0,\"id\":2491,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited-75x50_c.webp\",\"title\":\"IMG_2741\"},\"gallery_id\":\"2703\"},\"2718\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624.webp\",\"title\":\"IMG_3624\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624.webp\",\"index\":1,\"id\":2718,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624-75x50_c.webp\",\"title\":\"IMG_3624\"},\"gallery_id\":\"2703\"},\"2717\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576.webp\",\"title\":\"IMG_3576\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576.webp\",\"index\":2,\"id\":2717,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576-75x50_c.webp\",\"title\":\"IMG_3576\"},\"gallery_id\":\"2703\"},\"2716\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3575.webp\",\"title\":\"IMG_3575\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3575.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3575-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3575-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3575-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3575-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3575.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3575.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3575-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3575.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3575-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3575.webp\",\"index\":3,\"id\":2716,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"title\":\"IMG_3575\"},\"gallery_id\":\"2703\"},\"2715\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3481.webp\",\"title\":\"IMG_3481\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3481.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3481-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3481-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3481-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3481-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3481.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3481.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3481-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3481.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3481-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3481.webp\",\"index\":4,\"id\":2715,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"title\":\"IMG_3481\"},\"gallery_id\":\"2703\"},\"2714\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3480.webp\",\"title\":\"IMG_3480\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3480.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3480-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3480-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3480-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3480-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3480.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3480.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3480-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3480.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3480-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3480.webp\",\"index\":5,\"id\":2714,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"title\":\"IMG_3480\"},\"gallery_id\":\"2703\"},\"2713\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3327.webp\",\"title\":\"IMG_3327\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3327.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3327-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3327-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3327-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3327-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3327.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3327.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3327-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3327.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3327-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3327.webp\",\"index\":6,\"id\":2713,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"title\":\"IMG_3327\"},\"gallery_id\":\"2703\"},\"2712\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849.webp\",\"title\":\"IMG_2849\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849.webp\",\"index\":7,\"id\":2712,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849-75x50_c.webp\",\"title\":\"IMG_2849\"},\"gallery_id\":\"2703\"},\"2710\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2470.webp\",\"title\":\"IMG_2470\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2470.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2470-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2470-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2470-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2470-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2470.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2470.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2470-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2470.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2470-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2470.webp\",\"index\":8,\"id\":2710,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"title\":\"IMG_2470\"},\"gallery_id\":\"2703\"},\"2709\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2469.webp\",\"title\":\"IMG_2469\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2469.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2469-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2469-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2469-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2469-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2469.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2469.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2469-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2469.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2469-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2469.webp\",\"index\":9,\"id\":2709,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"title\":\"IMG_2469\"},\"gallery_id\":\"2703\"},\"2708\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2390.webp\",\"title\":\"IMG_2390\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2390.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2390-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2390-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2390-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2390-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2390.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2390.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2390-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2390.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2390-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2390.webp\",\"index\":10,\"id\":2708,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"title\":\"IMG_2390\"},\"gallery_id\":\"2703\"},\"2707\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1916.webp\",\"title\":\"IMG_1916\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1916.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1916-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1916-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1916-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1916-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1916.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1916.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1916-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1916.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1916-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1916.webp\",\"index\":11,\"id\":2707,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"title\":\"IMG_1916\"},\"gallery_id\":\"2703\"},\"2706\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0470.webp\",\"title\":\"IMG_0470\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0470.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0470-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0470-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0470-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0470-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0470.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0470.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0470-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0470.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0470-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0470.webp\",\"index\":12,\"id\":2706,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"title\":\"IMG_0470\"},\"gallery_id\":\"2703\"},\"2705\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0456.webp\",\"title\":\"IMG_0456\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0456.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0456-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0456-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0456-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0456-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0456.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0456.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0456-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0456.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0456-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0456.webp\",\"index\":13,\"id\":2705,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"title\":\"IMG_0456\"},\"gallery_id\":\"2703\"},\"2704\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195.webp\",\"title\":\"A7401195\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195-300x240.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195-768x614.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195-1024x819.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195-300x240.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195.webp\",\"index\":14,\"id\":2704,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195-75x50_c.webp\",\"title\":\"A7401195\"},\"gallery_id\":\"2703\"},\"2719\":{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450.webp\",\"title\":\"IMG_0450\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450.webp\",\"index\":15,\"id\":2719,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450-75x50_c.webp\",\"title\":\"IMG_0450\"},\"gallery_id\":\"2703\"}}\";s:10:\"sorted_ids\";s:81:\"[2491,2718,2717,2716,2715,2714,2713,2712,2710,2709,2708,2707,2706,2705,2704,2719]\";}','off'),(365311,'_transient_timeout_wc_related_3274','1759439554','off'),(365312,'_transient_wc_related_3274','a:1:{s:52:\"limit=5&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=3274\";a:13:{i:0;s:4:\"2190\";i:1;s:4:\"2208\";i:2;s:4:\"2291\";i:3;s:4:\"2307\";i:4;s:4:\"2320\";i:5;s:4:\"2334\";i:6;s:4:\"2368\";i:7;s:4:\"2391\";i:8;s:4:\"2424\";i:9;s:4:\"2448\";i:10;s:4:\"2450\";i:11;s:4:\"2465\";i:12;s:4:\"3251\";}}','off'),(365313,'_transient_timeout_wc_related_3467','1759439555','off'),(365314,'_transient_wc_related_3467','a:1:{s:52:\"limit=5&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=3467\";a:25:{i:0;s:4:\"1271\";i:1;s:4:\"1392\";i:2;s:4:\"1413\";i:3;s:4:\"1414\";i:4;s:4:\"1415\";i:5;s:4:\"1416\";i:6;s:4:\"1417\";i:7;s:4:\"1418\";i:8;s:4:\"1419\";i:9;s:4:\"1420\";i:10;s:4:\"1421\";i:11;s:4:\"1422\";i:12;s:4:\"1423\";i:13;s:4:\"1424\";i:14;s:4:\"1425\";i:15;s:4:\"1426\";i:16;s:4:\"1427\";i:17;s:4:\"2045\";i:18;s:4:\"2051\";i:19;s:4:\"2055\";i:20;s:4:\"2076\";i:21;s:4:\"2097\";i:22;s:4:\"2102\";i:23;s:4:\"2105\";i:24;s:4:\"2111\";}}','off'),(365315,'_transient_timeout_wc_related_3465','1759439555','off'),(365316,'_transient_wc_related_3465','a:1:{s:52:\"limit=5&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=3465\";a:25:{i:0;s:4:\"1271\";i:1;s:4:\"1392\";i:2;s:4:\"1413\";i:3;s:4:\"1414\";i:4;s:4:\"1415\";i:5;s:4:\"1416\";i:6;s:4:\"1417\";i:7;s:4:\"1418\";i:8;s:4:\"1419\";i:9;s:4:\"1420\";i:10;s:4:\"1421\";i:11;s:4:\"1422\";i:12;s:4:\"1423\";i:13;s:4:\"1424\";i:14;s:4:\"1425\";i:15;s:4:\"1426\";i:16;s:4:\"1427\";i:17;s:4:\"2045\";i:18;s:4:\"2051\";i:19;s:4:\"2055\";i:20;s:4:\"2076\";i:21;s:4:\"2097\";i:22;s:4:\"2102\";i:23;s:4:\"2105\";i:24;s:4:\"2111\";}}','off'),(367109,'_transient_timeout_wc_report_orders_stats_331a724ae1484be439e35dc9540a8c3a','1760014964','off'),(367110,'_transient_wc_report_orders_stats_331a724ae1484be439e35dc9540a8c3a','a:2:{s:7:\"version\";s:10:\"1759351486\";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:1:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-40\";s:10:\"date_start\";s:19:\"2025-10-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-10-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-10-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-10-02 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:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(367111,'_transient_timeout_wc_report_orders_stats_f9a466e075c5cc14a798e43e3ac6f02e','1760014964','off'),(367112,'_transient_wc_report_orders_stats_f9a466e075c5cc14a798e43e3ac6f02e','a:2:{s:7:\"version\";s:10:\"1759351486\";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:1:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-40\";s:10:\"date_start\";s:19:\"2025-10-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-10-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-10-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-10-02 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:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(367113,'_transient_timeout_wc_report_products_stats_490efcfe6cef7cef8aac66c3d573a890','1760014964','off'),(367114,'_transient_wc_report_products_stats_490efcfe6cef7cef8aac66c3d573a890','a:2:{s:7:\"version\";s:10:\"1759351486\";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:1:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-40\";s:10:\"date_start\";s:19:\"2025-10-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-10-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-10-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-10-02 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:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(367115,'_transient_timeout_wc_report_variations_stats_aa0cd9ae485e46de11143fce2e2394f0','1760014964','off'),(367116,'_transient_wc_report_variations_stats_aa0cd9ae485e46de11143fce2e2394f0','a:2:{s:7:\"version\";s:10:\"1759351486\";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:1:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-40\";s:10:\"date_start\";s:19:\"2025-10-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-10-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-10-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-10-02 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:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(367117,'_transient_timeout_wc_report_orders_stats_de97c6affbecaa1ff71dd85c7d795fe8','1760014964','off'),(367118,'_transient_wc_report_orders_stats_de97c6affbecaa1ff71dd85c7d795fe8','a:2:{s:7:\"version\";s:10:\"1759351486\";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:7:{i:0;a:6:{s:8:\"interval\";s:10:\"2025-09-26\";s:10:\"date_start\";s:19:\"2025-09-26 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-26 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-26 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:1;a:6:{s:8:\"interval\";s:10:\"2025-09-27\";s:10:\"date_start\";s:19:\"2025-09-27 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-27 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-27 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:2;a:6:{s:8:\"interval\";s:10:\"2025-09-28\";s:10:\"date_start\";s:19:\"2025-09-28 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-28 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-28 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:3;a:6:{s:8:\"interval\";s:10:\"2025-09-29\";s:10:\"date_start\";s:19:\"2025-09-29 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-29 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-29 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:4;a:6:{s:8:\"interval\";s:10:\"2025-09-30\";s:10:\"date_start\";s:19:\"2025-09-30 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-09-30 00:00:00\";s:8:\"date_end\";s:19:\"2025-09-30 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-09-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:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2025-10-01\";s:10:\"date_start\";s:19:\"2025-10-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-10-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-10-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-10-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:6;a:6:{s:8:\"interval\";s:10:\"2025-10-02\";s:10:\"date_start\";s:19:\"2025-10-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-10-02 00:00:00\";s:8:\"date_end\";s:19:\"2025-10-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-10-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:{}}}}s:5:\"total\";i:7;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(367602,'_transient_timeout_jpp_li_e8f98bfdaab3073cfabcddfea525d728','1759431439','off'),(367603,'_transient_jpp_li_e8f98bfdaab3073cfabcddfea525d728','a:5:{s:6:\"status\";s:2:\"ok\";s:3:\"msg\";s:52:\"No current blocks on this IP address (185.117.225.2)\";s:17:\"seconds_remaining\";i:3600;s:16:\"blocked_attempts\";s:4:\"4314\";s:6:\"expire\";i:1759431439;}','off'),(367666,'_transient_timeout__eg_cache_2947','1759517505','off'),(367667,'_transient__eg_cache_2947','a:3:{s:2:\"id\";i:2947;s:7:\"gallery\";a:46:{i:3008;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/437148274_742504491362521_7065599385733258382_n.jpg\";s:5:\"title\";s:47:\"437148274_742504491362521_7065599385733258382_n\";s:4:\"link\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/437148274_742504491362521_7065599385733258382_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3007;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:109:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/504489709_17885899926279969_177754631791483776_n.jpg\";s:5:\"title\";s:48:\"504489709_17885899926279969_177754631791483776_n\";s:4:\"link\";s:109:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/504489709_17885899926279969_177754631791483776_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3006;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:110:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/503284456_18509958433044190_7517990739271165788_n.jpg\";s:5:\"title\";s:49:\"503284456_18509958433044190_7517990739271165788_n\";s:4:\"link\";s:110:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/503284456_18509958433044190_7517990739271165788_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3005;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:109:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/498942563_18387584923142936_596123371765232778_n.jpg\";s:5:\"title\";s:48:\"498942563_18387584923142936_596123371765232778_n\";s:4:\"link\";s:109:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/498942563_18387584923142936_596123371765232778_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3004;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:110:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/497541595_18501294259001614_2598109448780506479_n.jpg\";s:5:\"title\";s:49:\"497541595_18501294259001614_2598109448780506479_n\";s:4:\"link\";s:110:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/497541595_18501294259001614_2598109448780506479_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3003;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:110:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/491442005_18510909595020751_7234922605167022337_n.jpg\";s:5:\"title\";s:49:\"491442005_18510909595020751_7234922605167022337_n\";s:4:\"link\";s:110:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/491442005_18510909595020751_7234922605167022337_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3002;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/488181926_644288625165545_5872832267448076159_n.jpg\";s:5:\"title\";s:47:\"488181926_644288625165545_5872832267448076159_n\";s:4:\"link\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/488181926_644288625165545_5872832267448076159_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3001;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:110:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/486213528_18495203686033581_4058816147006171820_n.jpg\";s:5:\"title\";s:49:\"486213528_18495203686033581_4058816147006171820_n\";s:4:\"link\";s:110:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/486213528_18495203686033581_4058816147006171820_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3000;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470902406_1231561204578289_151210119275735549_n.jpg\";s:5:\"title\";s:47:\"470902406_1231561204578289_151210119275735549_n\";s:4:\"link\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470902406_1231561204578289_151210119275735549_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2999;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:110:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470602685_18479309014047289_2606857417410813301_n.jpg\";s:5:\"title\";s:49:\"470602685_18479309014047289_2606857417410813301_n\";s:4:\"link\";s:110:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470602685_18479309014047289_2606857417410813301_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2998;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/455036619_857294589254265_4022265624524897411_n.jpg\";s:5:\"title\";s:47:\"455036619_857294589254265_4022265624524897411_n\";s:4:\"link\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/455036619_857294589254265_4022265624524897411_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2997;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:109:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/449859150_1194962441742133_6344605474599175091_n.jpg\";s:5:\"title\";s:48:\"449859150_1194962441742133_6344605474599175091_n\";s:4:\"link\";s:109:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/449859150_1194962441742133_6344605474599175091_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2996;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:110:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/447671102_18435710512058900_2002726956368915108_n.jpg\";s:5:\"title\";s:49:\"447671102_18435710512058900_2002726956368915108_n\";s:4:\"link\";s:110:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/447671102_18435710512058900_2002726956368915108_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2995;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445587699_786824676755447_6957098027536781905_n.jpg\";s:5:\"title\";s:47:\"445587699_786824676755447_6957098027536781905_n\";s:4:\"link\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445587699_786824676755447_6957098027536781905_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2994;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445175176_463852779535417_6180761558755325466_n.jpg\";s:5:\"title\";s:47:\"445175176_463852779535417_6180761558755325466_n\";s:4:\"link\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445175176_463852779535417_6180761558755325466_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2993;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5372-1.jpg\";s:5:\"title\";s:8:\"IMG_5372\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5372-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2992;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/VCYT6981.jpg\";s:5:\"title\";s:8:\"VCYT6981\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/VCYT6981.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2991;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PLSX7092.jpg\";s:5:\"title\";s:8:\"PLSX7092\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PLSX7092.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2990;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MTJR4755.jpg\";s:5:\"title\";s:8:\"MTJR4755\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MTJR4755.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2989;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MGLF7487.jpg\";s:5:\"title\";s:8:\"MGLF7487\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MGLF7487.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2988;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG-4317.jpg\";s:5:\"title\";s:8:\"IMG-4317\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG-4317.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2987;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9012.jpg\";s:5:\"title\";s:8:\"IMG_9012\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9012.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2986;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8907.jpg\";s:5:\"title\";s:8:\"IMG_8907\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8907.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2984;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4927.jpg\";s:5:\"title\";s:8:\"IMG_4927\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4927.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2983;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4900.jpg\";s:5:\"title\";s:8:\"IMG_4900\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4900.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2982;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4541.jpg\";s:5:\"title\";s:8:\"IMG_4541\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4541.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2978;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2833.jpg\";s:5:\"title\";s:8:\"IMG_2833\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2833.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2977;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2832.jpg\";s:5:\"title\";s:8:\"IMG_2832\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2832.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2976;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2831.jpg\";s:5:\"title\";s:8:\"IMG_2831\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2831.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2973;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2659.png\";s:5:\"title\";s:8:\"IMG_2659\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2659.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2970;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1989.jpg\";s:5:\"title\";s:8:\"IMG_1989\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1989.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2968;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1734.jpg\";s:5:\"title\";s:8:\"IMG_1734\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1734.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2966;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1104.jpg\";s:5:\"title\";s:8:\"IMG_1104\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1104.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2965;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1097.jpg\";s:5:\"title\";s:8:\"IMG_1097\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1097.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2964;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1095.jpg\";s:5:\"title\";s:8:\"IMG_1095\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1095.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2963;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1089.jpg\";s:5:\"title\";s:8:\"IMG_1089\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1089.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2960;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1084.png\";s:5:\"title\";s:8:\"IMG_1084\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1084.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2959;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1079.jpg\";s:5:\"title\";s:8:\"IMG_1079\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1079.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2958;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0944.jpg\";s:5:\"title\";s:8:\"IMG_0944\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0944.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2957;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0501.jpg\";s:5:\"title\";s:10:\"Screenshot\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0501.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:10:\"Screenshot\";s:5:\"thumb\";s:0:\"\";}i:2954;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0498.jpg\";s:5:\"title\";s:10:\"Screenshot\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0498.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:10:\"Screenshot\";s:5:\"thumb\";s:0:\"\";}i:2953;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:106:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/87953997_230236561487320_861082269299769344_n.jpg\";s:5:\"title\";s:45:\"87953997_230236561487320_861082269299769344_n\";s:4:\"link\";s:106:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/87953997_230236561487320_861082269299769344_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2951;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/811871D3-C280-46D5-9DBC-589C4E700472.jpg\";s:5:\"title\";s:36:\"811871D3-C280-46D5-9DBC-589C4E700472\";s:4:\"link\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/811871D3-C280-46D5-9DBC-589C4E700472.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2950;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F.jpg\";s:5:\"title\";s:36:\"09002F42-61AF-4003-9CC1-C09F374AC11F\";s:4:\"link\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2949;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2.jpg\";s:5:\"title\";s:36:\"9BEACE47-192C-4771-87CB-55F3CD28C0E2\";s:4:\"link\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2948;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A.jpg\";s:5:\"title\";s:36:\"0A06FF3E-3164-4558-90E1-6547222E7B0A\";s:4:\"link\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}s:6:\"config\";a:88:{s:4:\"type\";s:7:\"default\";s:6:\"layout\";s:9:\"automatic\";s:7:\"columns\";s:1:\"0\";s:13:\"gallery_theme\";s:4:\"base\";s:17:\"justified_margins\";i:1;s:18:\"justified_last_row\";s:9:\"nojustify\";s:12:\"lazy_loading\";i:1;s:18:\"lazy_loading_delay\";i:500;s:6:\"gutter\";i:1;s:13:\"gutter_mobile\";i:0;s:6:\"margin\";i:1;s:10:\"image_size\";s:7:\"default\";s:11:\"square_size\";i:300;s:10:\"crop_width\";i:640;s:11:\"crop_height\";i:480;s:4:\"crop\";i:0;s:13:\"crop_position\";s:1:\"c\";s:14:\"show_more_text\";s:14:\"Click for more\";s:17:\"additional_copy_0\";i:0;s:21:\"additional_copy_title\";i:0;s:23:\"additional_copy_caption\";i:0;s:29:\"additional_copy_title_caption\";i:0;s:24:\"additional_copy_0_mobile\";i:0;s:28:\"additional_copy_title_mobile\";i:0;s:30:\"additional_copy_caption_mobile\";i:0;s:36:\"additional_copy_title_caption_mobile\";i:0;s:28:\"gallery_column_title_caption\";s:1:\"0\";s:35:\"gallery_column_title_caption_mobile\";s:1:\"0\";s:27:\"additional_copy_automatic_0\";i:0;s:31:\"additional_copy_automatic_title\";i:0;s:33:\"additional_copy_automatic_caption\";i:0;s:39:\"additional_copy_automatic_title_caption\";i:0;s:34:\"additional_copy_automatic_0_mobile\";i:0;s:38:\"additional_copy_automatic_title_mobile\";i:0;s:40:\"additional_copy_automatic_caption_mobile\";i:0;s:46:\"additional_copy_automatic_title_caption_mobile\";i:0;s:31:\"gallery_automatic_title_caption\";s:1:\"0\";s:38:\"gallery_automatic_title_caption_mobile\";s:1:\"0\";s:20:\"justified_row_height\";i:120;s:20:\"description_position\";s:1:\"0\";s:11:\"description\";s:0:\"\";s:6:\"random\";s:1:\"0\";s:10:\"sort_order\";s:1:\"0\";s:17:\"sorting_direction\";s:3:\"ASC\";s:18:\"image_sizes_random\";a:0:{}s:7:\"isotope\";i:0;s:16:\"lightbox_enabled\";i:1;s:20:\"gallery_link_enabled\";i:1;s:14:\"lightbox_theme\";s:9:\"base_dark\";s:19:\"lightbox_image_size\";s:7:\"default\";s:13:\"title_display\";s:5:\"float\";s:22:\"lightbox_title_caption\";s:5:\"title\";s:6:\"arrows\";i:1;s:15:\"arrows_position\";s:6:\"inside\";s:7:\"toolbar\";i:1;s:13:\"toolbar_title\";i:0;s:16:\"toolbar_position\";s:3:\"top\";s:4:\"loop\";i:1;s:26:\"lightbox_open_close_effect\";s:4:\"fade\";s:6:\"effect\";s:4:\"fade\";s:9:\"supersize\";i:0;s:17:\"thumbnails_toggle\";i:0;s:15:\"thumbnails_hide\";i:0;s:13:\"image_counter\";i:0;s:21:\"lightbox_html_caption\";i:0;s:10:\"thumbnails\";i:1;s:16:\"thumbnails_width\";i:75;s:17:\"thumbnails_height\";i:50;s:19:\"thumbnails_position\";s:6:\"bottom\";s:22:\"thumbnails_custom_size\";i:0;s:6:\"mobile\";i:1;s:12:\"mobile_width\";i:320;s:13:\"mobile_height\";i:240;s:15:\"mobile_lightbox\";i:1;s:27:\"mobile_gallery_link_enabled\";i:0;s:13:\"mobile_arrows\";i:1;s:14:\"mobile_toolbar\";i:1;s:17:\"mobile_thumbnails\";i:1;s:22:\"mobile_touchwipe_close\";i:0;s:23:\"mobile_thumbnails_width\";i:75;s:24:\"mobile_thumbnails_height\";i:50;s:27:\"mobile_justified_row_height\";i:80;s:8:\"keyboard\";b:1;s:19:\"standalone_template\";s:0:\"\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"rtl\";i:0;s:4:\"slug\";s:14:\"our-work-bikes\";s:5:\"title\";s:0:\"\";}}','off'),(367668,'_transient_timeout__eg_fragment_2947','1759517506','off'),(367669,'_transient__eg_fragment_2947','<div id=\"envira-gallery-wrap-2947\" class=\"envira-gallery-wrap envira-lazy-loading-enabled envira-layout-automatic\" itemscope itemtype=\"https://schema.org/ImageGallery\"><div class=\"envira-loader\"><div></div><div></div><div></div><div></div></div><div id=\"envira-gallery-2947\" class=\"envira-gallery-public envira-gallery-0-columns envira-clear envira-gallery-justified-public\" data-envira-id=\"2947\" data-gallery-config=\'{\"type\":\"default\",\"layout\":\"automatic\",\"columns\":\"0\",\"gallery_theme\":\"base\",\"justified_margins\":1,\"justified_last_row\":\"nojustify\",\"lazy_loading\":1,\"lazy_loading_delay\":500,\"gutter\":1,\"gutter_mobile\":0,\"margin\":1,\"image_size\":\"default\",\"square_size\":300,\"crop_width\":640,\"crop_height\":480,\"crop\":0,\"crop_position\":\"c\",\"show_more_text\":\"Click for more\",\"additional_copy_0\":0,\"additional_copy_title\":0,\"additional_copy_caption\":0,\"additional_copy_title_caption\":0,\"additional_copy_0_mobile\":0,\"additional_copy_title_mobile\":0,\"additional_copy_caption_mobile\":0,\"additional_copy_title_caption_mobile\":0,\"gallery_column_title_caption\":\"0\",\"gallery_column_title_caption_mobile\":\"0\",\"additional_copy_automatic_0\":0,\"additional_copy_automatic_title\":0,\"additional_copy_automatic_caption\":0,\"additional_copy_automatic_title_caption\":0,\"additional_copy_automatic_0_mobile\":0,\"additional_copy_automatic_title_mobile\":0,\"additional_copy_automatic_caption_mobile\":0,\"additional_copy_automatic_title_caption_mobile\":0,\"gallery_automatic_title_caption\":\"0\",\"gallery_automatic_title_caption_mobile\":\"0\",\"justified_row_height\":120,\"description_position\":\"0\",\"description\":\"\",\"random\":\"0\",\"sort_order\":\"0\",\"sorting_direction\":\"ASC\",\"image_sizes_random\":[],\"isotope\":0,\"lightbox_enabled\":1,\"gallery_link_enabled\":1,\"lightbox_theme\":\"base_dark\",\"lightbox_image_size\":\"default\",\"title_display\":\"float\",\"lightbox_title_caption\":\"title\",\"arrows\":1,\"arrows_position\":\"inside\",\"toolbar\":1,\"toolbar_title\":0,\"toolbar_position\":\"top\",\"loop\":1,\"lightbox_open_close_effect\":\"fade\",\"effect\":\"fade\",\"supersize\":0,\"thumbnails_toggle\":0,\"thumbnails_hide\":0,\"image_counter\":0,\"lightbox_html_caption\":0,\"thumbnails\":1,\"thumbnails_width\":\"auto\",\"thumbnails_height\":\"auto\",\"thumbnails_position\":\"bottom\",\"thumbnails_custom_size\":0,\"mobile\":1,\"mobile_width\":320,\"mobile_height\":240,\"mobile_lightbox\":1,\"mobile_gallery_link_enabled\":0,\"mobile_arrows\":1,\"mobile_toolbar\":1,\"mobile_thumbnails\":1,\"mobile_touchwipe_close\":0,\"mobile_thumbnails_width\":75,\"mobile_thumbnails_height\":50,\"mobile_justified_row_height\":80,\"keyboard\":true,\"standalone_template\":\"\",\"classes\":[\"\"],\"rtl\":0,\"slug\":\"our-work-bikes\",\"title\":\"\",\"gallery_id\":\"2947\"}\' data-gallery-images=\'[{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n.webp\",\"title\":\"437148274_742504491362521_7065599385733258382_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n.webp?fit=1440%2C1080&ssl=1\",\"index\":0,\"id\":3008,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n-75x50_c.webp\",\"title\":\"437148274_742504491362521_7065599385733258382_n\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n.webp\",\"title\":\"504489709_17885899926279969_177754631791483776_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n.webp?fit=298%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n.webp?fit=768%2C774&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n.webp?fit=1016%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n.webp?fit=1440%2C1452&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n.webp?fit=1440%2C1452&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n-300x303.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n.webp?fit=1440%2C1452&ssl=1\",\"index\":1,\"id\":3007,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n-75x50_c.webp\",\"title\":\"504489709_17885899926279969_177754631791483776_n\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n.webp\",\"title\":\"503284456_18509958433044190_7517990739271165788_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n.webp?fit=480%2C640&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n.webp?fit=480%2C640&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n.webp?fit=480%2C640&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n.webp?fit=480%2C640&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n.webp?fit=480%2C640&ssl=1\",\"index\":2,\"id\":3006,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n-75x50_c.webp\",\"title\":\"503284456_18509958433044190_7517990739271165788_n\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n.webp\",\"title\":\"498942563_18387584923142936_596123371765232778_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n.webp?fit=240%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n.webp?fit=768%2C960&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n.webp?fit=819%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n.webp?fit=1080%2C1350&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n.webp?fit=1080%2C1350&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n-300x375.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n.webp?fit=1080%2C1350&ssl=1\",\"index\":3,\"id\":3005,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n-75x50_c.webp\",\"title\":\"498942563_18387584923142936_596123371765232778_n\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n.webp\",\"title\":\"497541595_18501294259001614_2598109448780506479_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n.webp?fit=300%2C200&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n.webp?fit=768%2C512&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n.webp?fit=1024%2C683&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n.webp?fit=1440%2C960&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n.webp?fit=1440%2C960&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n-300x200.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n.webp?fit=1440%2C960&ssl=1\",\"index\":4,\"id\":3004,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n-75x50_c.webp\",\"title\":\"497541595_18501294259001614_2598109448780506479_n\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n.webp\",\"title\":\"491442005_18510909595020751_7234922605167022337_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n.webp?fit=640%2C480&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n.webp?fit=640%2C480&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n.webp?fit=640%2C480&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n.webp?fit=640%2C480&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n.webp?fit=640%2C480&ssl=1\",\"index\":5,\"id\":3003,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n-75x50_c.webp\",\"title\":\"491442005_18510909595020751_7234922605167022337_n\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n.webp\",\"title\":\"488181926_644288625165545_5872832267448076159_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n.webp?fit=300%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n.webp?fit=768%2C768&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n.webp?fit=1024%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n.webp?fit=1440%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n.webp?fit=1440%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n-300x300.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n.webp?fit=1440%2C1440&ssl=1\",\"index\":6,\"id\":3002,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n-75x50_c.webp\",\"title\":\"488181926_644288625165545_5872832267448076159_n\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n.webp\",\"title\":\"486213528_18495203686033581_4058816147006171820_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n.webp?fit=640%2C480&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n.webp?fit=640%2C480&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n.webp?fit=640%2C480&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n.webp?fit=640%2C480&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n.webp?fit=640%2C480&ssl=1\",\"index\":7,\"id\":3001,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n-75x50_c.webp\",\"title\":\"486213528_18495203686033581_4058816147006171820_n\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n.webp\",\"title\":\"470902406_1231561204578289_151210119275735549_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n.webp?fit=300%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n.webp?fit=768%2C768&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n.webp?fit=1024%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n.webp?fit=1440%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n.webp?fit=1440%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n-300x300.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n.webp?fit=1440%2C1440&ssl=1\",\"index\":8,\"id\":3000,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n-75x50_c.webp\",\"title\":\"470902406_1231561204578289_151210119275735549_n\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n.webp\",\"title\":\"470602685_18479309014047289_2606857417410813301_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n.webp?fit=300%2C200&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n.webp?fit=768%2C513&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n.webp?fit=1024%2C683&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n.webp?fit=1440%2C961&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n.webp?fit=1440%2C961&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n-300x200.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n.webp?fit=1440%2C961&ssl=1\",\"index\":9,\"id\":2999,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n-75x50_c.webp\",\"title\":\"470602685_18479309014047289_2606857417410813301_n\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n.webp\",\"title\":\"455036619_857294589254265_4022265624524897411_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n.webp?fit=300%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n.webp?fit=768%2C768&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n.webp?fit=1024%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n.webp?fit=1409%2C1409&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n.webp?fit=1409%2C1409&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n-300x300.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n.webp?fit=1409%2C1409&ssl=1\",\"index\":10,\"id\":2998,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n-75x50_c.webp\",\"title\":\"455036619_857294589254265_4022265624524897411_n\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n.webp\",\"title\":\"449859150_1194962441742133_6344605474599175091_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n.webp?fit=240%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n.webp?fit=480%2C600&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n.webp?fit=480%2C600&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n.webp?fit=480%2C600&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n.webp?fit=480%2C600&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n-300x375.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n.webp?fit=480%2C600&ssl=1\",\"index\":11,\"id\":2997,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n-75x50_c.webp\",\"title\":\"449859150_1194962441742133_6344605474599175091_n\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n.webp\",\"title\":\"447671102_18435710512058900_2002726956368915108_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n.webp?fit=240%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n.webp?fit=480%2C600&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n.webp?fit=480%2C600&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n.webp?fit=480%2C600&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n.webp?fit=480%2C600&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n-300x375.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n.webp?fit=480%2C600&ssl=1\",\"index\":12,\"id\":2996,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n-75x50_c.webp\",\"title\":\"447671102_18435710512058900_2002726956368915108_n\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n.webp\",\"title\":\"445587699_786824676755447_6957098027536781905_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n.webp?fit=300%2C248&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n.webp?fit=640%2C529&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n.webp?fit=640%2C529&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n.webp?fit=640%2C529&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n.webp?fit=640%2C529&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n-300x248.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n.webp?fit=640%2C529&ssl=1\",\"index\":13,\"id\":2995,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n-75x50_c.webp\",\"title\":\"445587699_786824676755447_6957098027536781905_n\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n.webp\",\"title\":\"445175176_463852779535417_6180761558755325466_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n.webp?fit=1440%2C1080&ssl=1\",\"index\":14,\"id\":2994,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n-75x50_c.webp\",\"title\":\"445175176_463852779535417_6180761558755325466_n\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1.webp\",\"title\":\"IMG_5372\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1.webp?fit=300%2C207&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1.webp?fit=768%2C530&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1.webp?fit=1024%2C706&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1.webp?fit=1440%2C993&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1.webp?fit=1440%2C993&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1-300x207.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1.webp?fit=1440%2C993&ssl=1\",\"index\":15,\"id\":2993,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1-75x50_c.webp\",\"title\":\"IMG_5372\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981.webp\",\"title\":\"VCYT6981\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981.webp?fit=640%2C852&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981.webp?fit=640%2C852&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981.webp?fit=640%2C852&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981.webp?fit=640%2C852&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981-300x399.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981.webp?fit=640%2C852&ssl=1\",\"index\":16,\"id\":2992,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981-75x50_c.webp\",\"title\":\"VCYT6981\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092.webp\",\"title\":\"PLSX7092\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092.webp?fit=169%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092.webp?fit=750%2C1334&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092.webp?fit=576%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092.webp?fit=750%2C1334&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092.webp?fit=750%2C1334&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092-300x534.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092.webp?fit=750%2C1334&ssl=1\",\"index\":17,\"id\":2991,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092-75x50_c.webp\",\"title\":\"PLSX7092\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755.webp\",\"title\":\"MTJR4755\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755.webp?fit=1200%2C900&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755.webp?fit=1200%2C900&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755.webp?fit=1200%2C900&ssl=1\",\"index\":18,\"id\":2990,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755-75x50_c.webp\",\"title\":\"MTJR4755\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487.webp\",\"title\":\"MGLF7487\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487.webp?fit=750%2C562&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487.webp?fit=750%2C562&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487.webp?fit=750%2C562&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487.webp?fit=750%2C562&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487.webp?fit=750%2C562&ssl=1\",\"index\":19,\"id\":2989,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487-75x50_c.webp\",\"title\":\"MGLF7487\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317.webp\",\"title\":\"IMG-4317\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317.webp?fit=300%2C200&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317.webp?fit=768%2C512&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317.webp?fit=1024%2C683&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317.webp?fit=1200%2C800&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317.webp?fit=1200%2C800&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317-300x200.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317.webp?fit=1200%2C800&ssl=1\",\"index\":20,\"id\":2988,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317-75x50_c.webp\",\"title\":\"IMG-4317\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012.webp\",\"title\":\"IMG_9012\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012.webp?fit=300%2C237&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012.webp?fit=768%2C607&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012.webp?fit=1024%2C809&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012.webp?fit=1200%2C948&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012.webp?fit=1200%2C948&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012-300x237.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012.webp?fit=1200%2C948&ssl=1\",\"index\":21,\"id\":2987,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012-75x50_c.webp\",\"title\":\"IMG_9012\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907.webp\",\"title\":\"IMG_8907\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907.webp?fit=640%2C480&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907.webp?fit=640%2C480&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907.webp?fit=640%2C480&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907.webp?fit=640%2C480&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907.webp?fit=640%2C480&ssl=1\",\"index\":22,\"id\":2986,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907-75x50_c.webp\",\"title\":\"IMG_8907\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927.webp\",\"title\":\"IMG_4927\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927.webp?fit=960%2C720&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927.webp?fit=960%2C720&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927.webp?fit=960%2C720&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927.webp?fit=960%2C720&ssl=1\",\"index\":23,\"id\":2984,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927-75x50_c.webp\",\"title\":\"IMG_4927\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900.webp\",\"title\":\"IMG_4900\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900.webp?fit=151%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900.webp?fit=768%2C1526&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900.webp?fit=515%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900.webp?fit=773%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900.webp?fit=902%2C1792&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900-300x596.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900.webp?fit=902%2C1792&ssl=1\",\"index\":24,\"id\":2983,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900-75x50_c.webp\",\"title\":\"IMG_4900\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541.webp\",\"title\":\"IMG_4541\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541.webp?fit=300%2C200&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541.webp?fit=768%2C513&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541.webp?fit=1024%2C684&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541.webp?fit=1536%2C1026&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541.webp?fit=1599%2C1068&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541-300x200.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541.webp?fit=1599%2C1068&ssl=1\",\"index\":25,\"id\":2982,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541-75x50_c.webp\",\"title\":\"IMG_4541\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833.webp\",\"title\":\"IMG_2833\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833.webp?fit=1600%2C1200&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833.webp?fit=1600%2C1200&ssl=1\",\"index\":26,\"id\":2978,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833-75x50_c.webp\",\"title\":\"IMG_2833\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832.webp\",\"title\":\"IMG_2832\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832.webp?fit=1600%2C1200&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832.webp?fit=1600%2C1200&ssl=1\",\"index\":27,\"id\":2977,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832-75x50_c.webp\",\"title\":\"IMG_2832\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831.webp\",\"title\":\"IMG_2831\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831.webp?fit=1600%2C1200&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831.webp?fit=1600%2C1200&ssl=1\",\"index\":28,\"id\":2976,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831-75x50_c.webp\",\"title\":\"IMG_2831\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659.webp\",\"title\":\"IMG_2659\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659.webp?fit=169%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659.webp?fit=750%2C1334&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659.webp?fit=576%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659.webp?fit=750%2C1334&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659.webp?fit=750%2C1334&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659-300x534.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659.webp?fit=750%2C1334&ssl=1\",\"index\":29,\"id\":2973,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659-75x50_c.webp\",\"title\":\"IMG_2659\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989.webp\",\"title\":\"IMG_1989\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989.webp?fit=960%2C1280&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989.webp?fit=960%2C1280&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989.webp?fit=960%2C1280&ssl=1\",\"index\":30,\"id\":2970,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989-75x50_c.webp\",\"title\":\"IMG_1989\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734.webp\",\"title\":\"IMG_1734\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734.webp?fit=2016%2C1512&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734.webp?fit=2016%2C1512&ssl=1\",\"index\":31,\"id\":2968,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734-75x50_c.webp\",\"title\":\"IMG_1734\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104.webp\",\"title\":\"IMG_1104\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104.webp?fit=300%2C169&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104.webp?fit=768%2C432&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104.webp?fit=1024%2C576&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104.webp?fit=1536%2C864&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104.webp?fit=1920%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104-300x169.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104.webp?fit=1920%2C1080&ssl=1\",\"index\":32,\"id\":2966,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104-75x50_c.webp\",\"title\":\"IMG_1104\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097.webp\",\"title\":\"IMG_1097\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097.webp?fit=640%2C480&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097.webp?fit=640%2C480&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097.webp?fit=640%2C480&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097.webp?fit=640%2C480&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097.webp?fit=640%2C480&ssl=1\",\"index\":33,\"id\":2965,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097-75x50_c.webp\",\"title\":\"IMG_1097\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095.webp\",\"title\":\"IMG_1095\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095.webp?fit=300%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095.webp?fit=768%2C767&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095.webp?fit=1024%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095.webp?fit=1080%2C1079&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095.webp?fit=1080%2C1079&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095-300x300.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095.webp?fit=1080%2C1079&ssl=1\",\"index\":34,\"id\":2964,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095-75x50_c.webp\",\"title\":\"IMG_1095\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089.webp\",\"title\":\"IMG_1089\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089.webp?fit=300%2C198&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089.webp?fit=640%2C423&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089.webp?fit=640%2C423&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089.webp?fit=640%2C423&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089.webp?fit=640%2C423&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089-300x198.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089.webp?fit=640%2C423&ssl=1\",\"index\":35,\"id\":2963,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089-75x50_c.webp\",\"title\":\"IMG_1089\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084.webp\",\"title\":\"IMG_1084\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084.webp?fit=169%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084.webp?fit=750%2C1334&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084.webp?fit=576%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084.webp?fit=750%2C1334&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084.webp?fit=750%2C1334&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084-300x534.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084.webp?fit=750%2C1334&ssl=1\",\"index\":36,\"id\":2960,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084-75x50_c.webp\",\"title\":\"IMG_1084\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079.webp\",\"title\":\"IMG_1079\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079.webp?fit=300%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079.webp?fit=768%2C764&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079.webp?fit=1024%2C1019&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079.webp?fit=1280%2C1274&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079.webp?fit=1280%2C1274&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079-300x299.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079.webp?fit=1280%2C1274&ssl=1\",\"index\":37,\"id\":2959,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079-75x50_c.webp\",\"title\":\"IMG_1079\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944.webp\",\"title\":\"IMG_0944\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944.webp?fit=300%2C200&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944.webp?fit=768%2C512&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944.webp?fit=960%2C640&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944.webp?fit=960%2C640&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944.webp?fit=960%2C640&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944-300x200.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944.webp?fit=960%2C640&ssl=1\",\"index\":38,\"id\":2958,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944-75x50_c.webp\",\"title\":\"IMG_0944\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501.webp\",\"title\":\"Screenshot\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501.jpg\",\"alt\":\"\",\"caption\":\"Screenshot\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501.webp?fit=300%2C198&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501.webp?fit=768%2C506&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501.webp?fit=828%2C546&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501.webp?fit=828%2C546&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501.webp?fit=828%2C546&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501-300x198.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501.webp?fit=828%2C546&ssl=1\",\"index\":39,\"id\":2957,\"video\":false,\"opts\":{\"caption\":\"Screenshot\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501-75x50_c.webp\",\"title\":\"Screenshot\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498.webp\",\"title\":\"Screenshot\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498.jpg\",\"alt\":\"\",\"caption\":\"Screenshot\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498.webp?fit=300%2C198&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498.webp?fit=768%2C507&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498.webp?fit=828%2C547&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498.webp?fit=828%2C547&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498.webp?fit=828%2C547&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498-300x198.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498.webp?fit=828%2C547&ssl=1\",\"index\":40,\"id\":2954,\"video\":false,\"opts\":{\"caption\":\"Screenshot\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498-75x50_c.webp\",\"title\":\"Screenshot\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n.webp\",\"title\":\"87953997_230236561487320_861082269299769344_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n.webp?fit=480%2C360&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n.webp?fit=480%2C360&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n.webp?fit=480%2C360&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n.webp?fit=480%2C360&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n.webp?fit=480%2C360&ssl=1\",\"index\":41,\"id\":2953,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n-75x50_c.webp\",\"title\":\"87953997_230236561487320_861082269299769344_n\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472.webp\",\"title\":\"811871D3-C280-46D5-9DBC-589C4E700472\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472.webp?fit=300%2C199&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472.webp?fit=768%2C509&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472.webp?fit=853%2C565&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472.webp?fit=853%2C565&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472.webp?fit=853%2C565&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472-300x199.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472.webp?fit=853%2C565&ssl=1\",\"index\":42,\"id\":2951,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472-75x50_c.webp\",\"title\":\"811871D3-C280-46D5-9DBC-589C4E700472\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F.webp\",\"title\":\"09002F42-61AF-4003-9CC1-C09F374AC11F\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F.webp?fit=300%2C215&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F.webp?fit=768%2C551&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F.webp?fit=791%2C567&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F.webp?fit=791%2C567&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F.webp?fit=791%2C567&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F-300x215.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F.webp?fit=791%2C567&ssl=1\",\"index\":43,\"id\":2950,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F-75x50_c.webp\",\"title\":\"09002F42-61AF-4003-9CC1-C09F374AC11F\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2.webp\",\"title\":\"9BEACE47-192C-4771-87CB-55F3CD28C0E2\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2.webp?fit=300%2C235&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2.webp?fit=768%2C602&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2.webp?fit=1024%2C803&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2.webp?fit=1280%2C1004&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2.webp?fit=1280%2C1004&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2-300x235.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2.webp?fit=1280%2C1004&ssl=1\",\"index\":44,\"id\":2949,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2-75x50_c.webp\",\"title\":\"9BEACE47-192C-4771-87CB-55F3CD28C0E2\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A.webp\",\"title\":\"0A06FF3E-3164-4558-90E1-6547222E7B0A\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A.webp?fit=300%2C194&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A.webp?fit=756%2C490&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A.webp?fit=756%2C490&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A.webp?fit=756%2C490&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A.webp?fit=756%2C490&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A-300x194.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A.webp?fit=756%2C490&ssl=1\",\"index\":45,\"id\":2948,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A-75x50_c.webp\",\"title\":\"0A06FF3E-3164-4558-90E1-6547222E7B0A\"},\"gallery_id\":\"2947\"}]\' data-lightbox-theme=\'{&quot;arrows&quot;:true,&quot;margins&quot;:[120,0],&quot;gutter&quot;:&quot;100&quot;,&quot;thumbs_position&quot;:&quot;bottom&quot;,&quot;base_template&quot;:&quot;&lt;div id=\\&quot;envirabox-2947\\&quot; data-envirabox-id=\\&quot;2947\\&quot; class=\\&quot;envirabox-container envirabox-theme-base_dark envirabox-wrap\\&quot; role=\\&quot;dialog\\&quot;&gt;&lt;div class=\\&quot;envirabox-bg\\&quot;&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-outer\\&quot;&gt;&lt;div class=\\&quot;envirabox-inner\\&quot;&gt;&lt;div class=\\&quot;envirabox-caption-wrap\\&quot;&gt;&lt;div class=\\&quot;envirabox-title\\&quot;&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-toolbar\\&quot;&gt;&lt;div class=\\&quot;envira-close-button\\&quot;&gt;&lt;a data-envirabox-close class=\\&quot;envirabox-item envirabox-close envirabox-button--close\\&quot; title=\\&quot;Close\\&quot; href=\\&quot;#\\&quot;&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-navigation\\&quot;&gt;&lt;a data-envirabox-prev title=\\&quot;Prev\\&quot; class=\\&quot;envirabox-arrow envirabox-arrow--left envirabox-nav envirabox-prev\\&quot; href=\\&quot;#\\&quot;&gt;&lt;span&gt;&lt;\\/span&gt;&lt;\\/a&gt;&lt;a data-envirabox-next title=\\&quot;Next\\&quot; class=\\&quot;envirabox-arrow envirabox-arrow--right envirabox-nav envirabox-next\\&quot; href=\\&quot;#\\&quot;&gt;&lt;span&gt;&lt;\\/span&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-stage\\&quot;&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;load_all&quot;:false,&quot;error_template&quot;:&quot;&lt;div class=\\&quot;envirabox-error\\&quot;&gt;&lt;p&gt;{{ERROR}}&lt;p&gt;&lt;\\/div&gt;&quot;,&quot;inner_caption&quot;:false,&quot;caption_position&quot;:false,&quot;arrow_position&quot;:false,&quot;toolbar&quot;:true,&quot;infobar&quot;:false,&quot;show_smallbtn&quot;:false,&quot;idle_time&quot;:false,&quot;click_content&quot;:false,&quot;click_slide&quot;:false,&quot;click_outside&quot;:false,&quot;animation_duration&quot;:false,&quot;transition_duration&quot;:false,&quot;small_btn_template&quot;:&quot;&lt;a data-envirabox-close class=\\&quot;envirabox-item envirabox-close envirabox-button--close\\&quot; title=\\&quot;Close\\&quot; href=\\&quot;#\\&quot;&gt;&lt;\\/a&gt;&quot;}\' data-parsed-attrs=\'{\"id\":\"2947\",\"cache\":true}\'><div id=\"envira-gallery-item-3008\" class=\"envira-gallery-item envira-gallery-item-1 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/437148274_742504491362521_7065599385733258382_n.webp\" title=\"437148274_742504491362521_7065599385733258382_n\" data-caption=\"\" data-envira-item-id=\"3008\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/437148274_742504491362521_7065599385733258382_n.webp\" data-thumb=\"\" data-title=\"437148274_742504491362521_7065599385733258382_n\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/437148274_742504491362521_7065599385733258382_n.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-1    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3008\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"437148274_742504491362521_7065599385733258382_n\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"0\" data-envira-item-id=\"3008\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/437148274_742504491362521_7065599385733258382_n.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/437148274_742504491362521_7065599385733258382_n.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/437148274_742504491362521_7065599385733258382_n.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"437148274_742504491362521_7065599385733258382_n\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3007\" class=\"envira-gallery-item envira-gallery-item-2 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/504489709_17885899926279969_177754631791483776_n.webp\" title=\"504489709_17885899926279969_177754631791483776_n\" data-caption=\"\" data-envira-item-id=\"3007\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/504489709_17885899926279969_177754631791483776_n.webp\" data-thumb=\"\" data-title=\"504489709_17885899926279969_177754631791483776_n\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/504489709_17885899926279969_177754631791483776_n.webp?fit=1016%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-2    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3007\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"504489709_17885899926279969_177754631791483776_n\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"1\" data-envira-item-id=\"3007\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/504489709_17885899926279969_177754631791483776_n.webp?fit=1016%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/504489709_17885899926279969_177754631791483776_n.webp?fit=1016%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/504489709_17885899926279969_177754631791483776_n.webp?fit=1016%2C1024&amp;ssl=1 2x\" data-title=\"504489709_17885899926279969_177754631791483776_n\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"298\" /></a></div></div><div id=\"envira-gallery-item-3006\" class=\"envira-gallery-item envira-gallery-item-3 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/503284456_18509958433044190_7517990739271165788_n.webp\" title=\"503284456_18509958433044190_7517990739271165788_n\" data-caption=\"\" data-envira-item-id=\"3006\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/503284456_18509958433044190_7517990739271165788_n.webp\" data-thumb=\"\" data-title=\"503284456_18509958433044190_7517990739271165788_n\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/503284456_18509958433044190_7517990739271165788_n.webp?fit=480%2C640&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-3    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3006\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"503284456_18509958433044190_7517990739271165788_n\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"2\" data-envira-item-id=\"3006\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/503284456_18509958433044190_7517990739271165788_n.webp?fit=480%2C640&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/503284456_18509958433044190_7517990739271165788_n.webp?fit=480%2C640&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/503284456_18509958433044190_7517990739271165788_n.webp?fit=480%2C640&amp;ssl=1 2x\" data-title=\"503284456_18509958433044190_7517990739271165788_n\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3005\" class=\"envira-gallery-item envira-gallery-item-4 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/498942563_18387584923142936_596123371765232778_n.webp\" title=\"498942563_18387584923142936_596123371765232778_n\" data-caption=\"\" data-envira-item-id=\"3005\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/498942563_18387584923142936_596123371765232778_n.webp\" data-thumb=\"\" data-title=\"498942563_18387584923142936_596123371765232778_n\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/498942563_18387584923142936_596123371765232778_n.webp?fit=819%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-4    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3005\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"498942563_18387584923142936_596123371765232778_n\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"3\" data-envira-item-id=\"3005\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/498942563_18387584923142936_596123371765232778_n.webp?fit=819%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/498942563_18387584923142936_596123371765232778_n.webp?fit=819%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/498942563_18387584923142936_596123371765232778_n.webp?fit=819%2C1024&amp;ssl=1 2x\" data-title=\"498942563_18387584923142936_596123371765232778_n\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"240\" /></a></div></div><div id=\"envira-gallery-item-3004\" class=\"envira-gallery-item envira-gallery-item-5 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/497541595_18501294259001614_2598109448780506479_n.webp\" title=\"497541595_18501294259001614_2598109448780506479_n\" data-caption=\"\" data-envira-item-id=\"3004\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/497541595_18501294259001614_2598109448780506479_n.webp\" data-thumb=\"\" data-title=\"497541595_18501294259001614_2598109448780506479_n\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/497541595_18501294259001614_2598109448780506479_n.webp?fit=1024%2C683&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-5    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3004\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"497541595_18501294259001614_2598109448780506479_n\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"4\" data-envira-item-id=\"3004\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/497541595_18501294259001614_2598109448780506479_n.webp?fit=1024%2C683&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/497541595_18501294259001614_2598109448780506479_n.webp?fit=1024%2C683&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/497541595_18501294259001614_2598109448780506479_n.webp?fit=1024%2C683&amp;ssl=1 2x\" data-title=\"497541595_18501294259001614_2598109448780506479_n\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"200\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3003\" class=\"envira-gallery-item envira-gallery-item-6 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/491442005_18510909595020751_7234922605167022337_n.webp\" title=\"491442005_18510909595020751_7234922605167022337_n\" data-caption=\"\" data-envira-item-id=\"3003\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/491442005_18510909595020751_7234922605167022337_n.webp\" data-thumb=\"\" data-title=\"491442005_18510909595020751_7234922605167022337_n\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/491442005_18510909595020751_7234922605167022337_n.webp?fit=640%2C480&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-6    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3003\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"491442005_18510909595020751_7234922605167022337_n\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"5\" data-envira-item-id=\"3003\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/491442005_18510909595020751_7234922605167022337_n.webp?fit=640%2C480&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/491442005_18510909595020751_7234922605167022337_n.webp?fit=640%2C480&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/491442005_18510909595020751_7234922605167022337_n.webp?fit=640%2C480&amp;ssl=1 2x\" data-title=\"491442005_18510909595020751_7234922605167022337_n\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3002\" class=\"envira-gallery-item envira-gallery-item-7 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/488181926_644288625165545_5872832267448076159_n.webp\" title=\"488181926_644288625165545_5872832267448076159_n\" data-caption=\"\" data-envira-item-id=\"3002\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/488181926_644288625165545_5872832267448076159_n.webp\" data-thumb=\"\" data-title=\"488181926_644288625165545_5872832267448076159_n\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/488181926_644288625165545_5872832267448076159_n.webp?fit=1024%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-7    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3002\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"488181926_644288625165545_5872832267448076159_n\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"6\" data-envira-item-id=\"3002\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/488181926_644288625165545_5872832267448076159_n.webp?fit=1024%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/488181926_644288625165545_5872832267448076159_n.webp?fit=1024%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/488181926_644288625165545_5872832267448076159_n.webp?fit=1024%2C1024&amp;ssl=1 2x\" data-title=\"488181926_644288625165545_5872832267448076159_n\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3001\" class=\"envira-gallery-item envira-gallery-item-8 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/486213528_18495203686033581_4058816147006171820_n.webp\" title=\"486213528_18495203686033581_4058816147006171820_n\" data-caption=\"\" data-envira-item-id=\"3001\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/486213528_18495203686033581_4058816147006171820_n.webp\" data-thumb=\"\" data-title=\"486213528_18495203686033581_4058816147006171820_n\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/486213528_18495203686033581_4058816147006171820_n.webp?fit=640%2C480&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-8    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3001\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"486213528_18495203686033581_4058816147006171820_n\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"7\" data-envira-item-id=\"3001\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/486213528_18495203686033581_4058816147006171820_n.webp?fit=640%2C480&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/486213528_18495203686033581_4058816147006171820_n.webp?fit=640%2C480&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/486213528_18495203686033581_4058816147006171820_n.webp?fit=640%2C480&amp;ssl=1 2x\" data-title=\"486213528_18495203686033581_4058816147006171820_n\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3000\" class=\"envira-gallery-item envira-gallery-item-9 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470902406_1231561204578289_151210119275735549_n.webp\" title=\"470902406_1231561204578289_151210119275735549_n\" data-caption=\"\" data-envira-item-id=\"3000\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470902406_1231561204578289_151210119275735549_n.webp\" data-thumb=\"\" data-title=\"470902406_1231561204578289_151210119275735549_n\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/470902406_1231561204578289_151210119275735549_n.webp?fit=1024%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-9    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3000\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"470902406_1231561204578289_151210119275735549_n\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"8\" data-envira-item-id=\"3000\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/470902406_1231561204578289_151210119275735549_n.webp?fit=1024%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/470902406_1231561204578289_151210119275735549_n.webp?fit=1024%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/470902406_1231561204578289_151210119275735549_n.webp?fit=1024%2C1024&amp;ssl=1 2x\" data-title=\"470902406_1231561204578289_151210119275735549_n\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2999\" class=\"envira-gallery-item envira-gallery-item-10 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470602685_18479309014047289_2606857417410813301_n.webp\" title=\"470602685_18479309014047289_2606857417410813301_n\" data-caption=\"\" data-envira-item-id=\"2999\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470602685_18479309014047289_2606857417410813301_n.webp\" data-thumb=\"\" data-title=\"470602685_18479309014047289_2606857417410813301_n\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/470602685_18479309014047289_2606857417410813301_n.webp?fit=1024%2C683&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-10    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2999\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"470602685_18479309014047289_2606857417410813301_n\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"9\" data-envira-item-id=\"2999\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/470602685_18479309014047289_2606857417410813301_n.webp?fit=1024%2C683&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/470602685_18479309014047289_2606857417410813301_n.webp?fit=1024%2C683&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/470602685_18479309014047289_2606857417410813301_n.webp?fit=1024%2C683&amp;ssl=1 2x\" data-title=\"470602685_18479309014047289_2606857417410813301_n\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"200\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2998\" class=\"envira-gallery-item envira-gallery-item-11 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/455036619_857294589254265_4022265624524897411_n.webp\" title=\"455036619_857294589254265_4022265624524897411_n\" data-caption=\"\" data-envira-item-id=\"2998\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/455036619_857294589254265_4022265624524897411_n.webp\" data-thumb=\"\" data-title=\"455036619_857294589254265_4022265624524897411_n\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/455036619_857294589254265_4022265624524897411_n.webp?fit=1024%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-11    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2998\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"455036619_857294589254265_4022265624524897411_n\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"10\" data-envira-item-id=\"2998\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/455036619_857294589254265_4022265624524897411_n.webp?fit=1024%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/455036619_857294589254265_4022265624524897411_n.webp?fit=1024%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/455036619_857294589254265_4022265624524897411_n.webp?fit=1024%2C1024&amp;ssl=1 2x\" data-title=\"455036619_857294589254265_4022265624524897411_n\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2997\" class=\"envira-gallery-item envira-gallery-item-12 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/449859150_1194962441742133_6344605474599175091_n.webp\" title=\"449859150_1194962441742133_6344605474599175091_n\" data-caption=\"\" data-envira-item-id=\"2997\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/449859150_1194962441742133_6344605474599175091_n.webp\" data-thumb=\"\" data-title=\"449859150_1194962441742133_6344605474599175091_n\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/449859150_1194962441742133_6344605474599175091_n.webp?fit=480%2C600&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-12    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2997\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"449859150_1194962441742133_6344605474599175091_n\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"11\" data-envira-item-id=\"2997\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/449859150_1194962441742133_6344605474599175091_n.webp?fit=480%2C600&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/449859150_1194962441742133_6344605474599175091_n.webp?fit=480%2C600&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/449859150_1194962441742133_6344605474599175091_n.webp?fit=480%2C600&amp;ssl=1 2x\" data-title=\"449859150_1194962441742133_6344605474599175091_n\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"240\" /></a></div></div><div id=\"envira-gallery-item-2996\" class=\"envira-gallery-item envira-gallery-item-13 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/447671102_18435710512058900_2002726956368915108_n.webp\" title=\"447671102_18435710512058900_2002726956368915108_n\" data-caption=\"\" data-envira-item-id=\"2996\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/447671102_18435710512058900_2002726956368915108_n.webp\" data-thumb=\"\" data-title=\"447671102_18435710512058900_2002726956368915108_n\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/447671102_18435710512058900_2002726956368915108_n.webp?fit=480%2C600&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-13    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2996\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"447671102_18435710512058900_2002726956368915108_n\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"12\" data-envira-item-id=\"2996\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/447671102_18435710512058900_2002726956368915108_n.webp?fit=480%2C600&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/447671102_18435710512058900_2002726956368915108_n.webp?fit=480%2C600&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/447671102_18435710512058900_2002726956368915108_n.webp?fit=480%2C600&amp;ssl=1 2x\" data-title=\"447671102_18435710512058900_2002726956368915108_n\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"240\" /></a></div></div><div id=\"envira-gallery-item-2995\" class=\"envira-gallery-item envira-gallery-item-14 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445587699_786824676755447_6957098027536781905_n.webp\" title=\"445587699_786824676755447_6957098027536781905_n\" data-caption=\"\" data-envira-item-id=\"2995\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445587699_786824676755447_6957098027536781905_n.webp\" data-thumb=\"\" data-title=\"445587699_786824676755447_6957098027536781905_n\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/445587699_786824676755447_6957098027536781905_n.webp?fit=640%2C529&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-14    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2995\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"445587699_786824676755447_6957098027536781905_n\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"13\" data-envira-item-id=\"2995\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/445587699_786824676755447_6957098027536781905_n.webp?fit=640%2C529&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/445587699_786824676755447_6957098027536781905_n.webp?fit=640%2C529&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/445587699_786824676755447_6957098027536781905_n.webp?fit=640%2C529&amp;ssl=1 2x\" data-title=\"445587699_786824676755447_6957098027536781905_n\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"248\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2994\" class=\"envira-gallery-item envira-gallery-item-15 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445175176_463852779535417_6180761558755325466_n.webp\" title=\"445175176_463852779535417_6180761558755325466_n\" data-caption=\"\" data-envira-item-id=\"2994\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445175176_463852779535417_6180761558755325466_n.webp\" data-thumb=\"\" data-title=\"445175176_463852779535417_6180761558755325466_n\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/445175176_463852779535417_6180761558755325466_n.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-15    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2994\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"445175176_463852779535417_6180761558755325466_n\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"14\" data-envira-item-id=\"2994\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/445175176_463852779535417_6180761558755325466_n.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/445175176_463852779535417_6180761558755325466_n.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/445175176_463852779535417_6180761558755325466_n.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"445175176_463852779535417_6180761558755325466_n\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2993\" class=\"envira-gallery-item envira-gallery-item-16 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5372-1.webp\" title=\"IMG_5372\" data-caption=\"\" data-envira-item-id=\"2993\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5372-1.webp\" data-thumb=\"\" data-title=\"IMG_5372\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5372-1.webp?fit=1024%2C706&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-16    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2993\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_5372\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"15\" data-envira-item-id=\"2993\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5372-1.webp?fit=1024%2C706&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5372-1.webp?fit=1024%2C706&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5372-1.webp?fit=1024%2C706&amp;ssl=1 2x\" data-title=\"IMG_5372\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"207\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2992\" class=\"envira-gallery-item envira-gallery-item-17 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/VCYT6981.jpg\" title=\"VCYT6981\" data-caption=\"\" data-envira-item-id=\"2992\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/VCYT6981.webp?fit=640%2C852&ssl=1\" data-thumb=\"\" data-title=\"VCYT6981\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/VCYT6981.webp?fit=640%2C852&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-17    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2992\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"VCYT6981\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"16\" data-envira-item-id=\"2992\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/VCYT6981.webp?fit=640%2C852&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/VCYT6981.webp?fit=640%2C852&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/VCYT6981.webp?fit=640%2C852&amp;ssl=1 2x\" data-title=\"VCYT6981\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-2991\" class=\"envira-gallery-item envira-gallery-item-18 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PLSX7092.jpg\" title=\"PLSX7092\" data-caption=\"\" data-envira-item-id=\"2991\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/PLSX7092.webp?fit=750%2C1334&ssl=1\" data-thumb=\"\" data-title=\"PLSX7092\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/PLSX7092.webp?fit=576%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-18    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2991\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"PLSX7092\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"17\" data-envira-item-id=\"2991\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/PLSX7092.webp?fit=576%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/PLSX7092.webp?fit=576%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/PLSX7092.webp?fit=576%2C1024&amp;ssl=1 2x\" data-title=\"PLSX7092\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"169\" /></a></div></div><div id=\"envira-gallery-item-2990\" class=\"envira-gallery-item envira-gallery-item-19 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MTJR4755.jpg\" title=\"MTJR4755\" data-caption=\"\" data-envira-item-id=\"2990\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/MTJR4755.webp?fit=1200%2C900&ssl=1\" data-thumb=\"\" data-title=\"MTJR4755\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/MTJR4755.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-19    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2990\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"MTJR4755\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"18\" data-envira-item-id=\"2990\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/MTJR4755.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/MTJR4755.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/MTJR4755.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"MTJR4755\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2989\" class=\"envira-gallery-item envira-gallery-item-20 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MGLF7487.jpg\" title=\"MGLF7487\" data-caption=\"\" data-envira-item-id=\"2989\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/MGLF7487.webp?fit=750%2C562&ssl=1\" data-thumb=\"\" data-title=\"MGLF7487\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/MGLF7487.webp?fit=750%2C562&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-20    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2989\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"MGLF7487\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"19\" data-envira-item-id=\"2989\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/MGLF7487.webp?fit=750%2C562&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/MGLF7487.webp?fit=750%2C562&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/MGLF7487.webp?fit=750%2C562&amp;ssl=1 2x\" data-title=\"MGLF7487\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2988\" class=\"envira-gallery-item envira-gallery-item-21 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG-4317.jpg\" title=\"IMG-4317\" data-caption=\"\" data-envira-item-id=\"2988\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG-4317.webp?fit=1200%2C800&ssl=1\" data-thumb=\"\" data-title=\"IMG-4317\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG-4317.webp?fit=1024%2C683&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-21    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2988\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG-4317\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"20\" data-envira-item-id=\"2988\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG-4317.webp?fit=1024%2C683&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG-4317.webp?fit=1024%2C683&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG-4317.webp?fit=1024%2C683&amp;ssl=1 2x\" data-title=\"IMG-4317\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"200\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2987\" class=\"envira-gallery-item envira-gallery-item-22 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9012.jpg\" title=\"IMG_9012\" data-caption=\"\" data-envira-item-id=\"2987\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9012.webp?fit=1200%2C948&ssl=1\" data-thumb=\"\" data-title=\"IMG_9012\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9012.webp?fit=1024%2C809&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-22    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2987\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_9012\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"21\" data-envira-item-id=\"2987\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9012.webp?fit=1024%2C809&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9012.webp?fit=1024%2C809&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9012.webp?fit=1024%2C809&amp;ssl=1 2x\" data-title=\"IMG_9012\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"237\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2986\" class=\"envira-gallery-item envira-gallery-item-23 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8907.jpg\" title=\"IMG_8907\" data-caption=\"\" data-envira-item-id=\"2986\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8907.webp?fit=640%2C480&ssl=1\" data-thumb=\"\" data-title=\"IMG_8907\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8907.webp?fit=640%2C480&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-23    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2986\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_8907\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"22\" data-envira-item-id=\"2986\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8907.webp?fit=640%2C480&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8907.webp?fit=640%2C480&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8907.webp?fit=640%2C480&amp;ssl=1 2x\" data-title=\"IMG_8907\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2984\" class=\"envira-gallery-item envira-gallery-item-24 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4927.jpg\" title=\"IMG_4927\" data-caption=\"\" data-envira-item-id=\"2984\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4927.webp?fit=960%2C720&ssl=1\" data-thumb=\"\" data-title=\"IMG_4927\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4927.webp?fit=960%2C720&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-24    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2984\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4927\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"23\" data-envira-item-id=\"2984\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4927.webp?fit=960%2C720&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4927.webp?fit=960%2C720&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4927.webp?fit=960%2C720&amp;ssl=1 2x\" data-title=\"IMG_4927\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2983\" class=\"envira-gallery-item envira-gallery-item-25 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4900.jpg\" title=\"IMG_4900\" data-caption=\"\" data-envira-item-id=\"2983\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4900.webp?fit=902%2C1792&ssl=1\" data-thumb=\"\" data-title=\"IMG_4900\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4900.webp?fit=515%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-25    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2983\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4900\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"24\" data-envira-item-id=\"2983\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4900.webp?fit=515%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4900.webp?fit=515%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4900.webp?fit=515%2C1024&amp;ssl=1 2x\" data-title=\"IMG_4900\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"151\" /></a></div></div><div id=\"envira-gallery-item-2982\" class=\"envira-gallery-item envira-gallery-item-26 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4541.jpg\" title=\"IMG_4541\" data-caption=\"\" data-envira-item-id=\"2982\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4541.webp?fit=1599%2C1068&ssl=1\" data-thumb=\"\" data-title=\"IMG_4541\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4541.webp?fit=1024%2C684&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-26    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2982\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4541\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"25\" data-envira-item-id=\"2982\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4541.webp?fit=1024%2C684&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4541.webp?fit=1024%2C684&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4541.webp?fit=1024%2C684&amp;ssl=1 2x\" data-title=\"IMG_4541\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"200\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2978\" class=\"envira-gallery-item envira-gallery-item-27 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2833.jpg\" title=\"IMG_2833\" data-caption=\"\" data-envira-item-id=\"2978\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2833.webp?fit=1600%2C1200&ssl=1\" data-thumb=\"\" data-title=\"IMG_2833\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2833.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-27    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2978\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2833\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"26\" data-envira-item-id=\"2978\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2833.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2833.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2833.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"IMG_2833\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2977\" class=\"envira-gallery-item envira-gallery-item-28 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2832.jpg\" title=\"IMG_2832\" data-caption=\"\" data-envira-item-id=\"2977\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2832.webp?fit=1600%2C1200&ssl=1\" data-thumb=\"\" data-title=\"IMG_2832\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2832.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-28    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2977\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2832\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"27\" data-envira-item-id=\"2977\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2832.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2832.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2832.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"IMG_2832\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2976\" class=\"envira-gallery-item envira-gallery-item-29 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2831.jpg\" title=\"IMG_2831\" data-caption=\"\" data-envira-item-id=\"2976\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2831.webp?fit=1600%2C1200&ssl=1\" data-thumb=\"\" data-title=\"IMG_2831\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2831.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-29    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2976\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2831\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"28\" data-envira-item-id=\"2976\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2831.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2831.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2831.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"IMG_2831\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2973\" class=\"envira-gallery-item envira-gallery-item-30 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2659.png\" title=\"IMG_2659\" data-caption=\"\" data-envira-item-id=\"2973\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2659.webp?fit=750%2C1334&ssl=1\" data-thumb=\"\" data-title=\"IMG_2659\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2659.webp?fit=576%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-30    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2973\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2659\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"29\" data-envira-item-id=\"2973\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2659.webp?fit=576%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2659.webp?fit=576%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2659.webp?fit=576%2C1024&amp;ssl=1 2x\" data-title=\"IMG_2659\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"169\" /></a></div></div><div id=\"envira-gallery-item-2970\" class=\"envira-gallery-item envira-gallery-item-31 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1989.jpg\" title=\"IMG_1989\" data-caption=\"\" data-envira-item-id=\"2970\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1989.webp?fit=960%2C1280&ssl=1\" data-thumb=\"\" data-title=\"IMG_1989\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1989.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-31    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2970\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1989\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"30\" data-envira-item-id=\"2970\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1989.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1989.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1989.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_1989\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-2968\" class=\"envira-gallery-item envira-gallery-item-32 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1734.jpg\" title=\"IMG_1734\" data-caption=\"\" data-envira-item-id=\"2968\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1734.webp?fit=2016%2C1512&ssl=1\" data-thumb=\"\" data-title=\"IMG_1734\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1734.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-32    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2968\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1734\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"31\" data-envira-item-id=\"2968\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1734.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1734.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1734.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"IMG_1734\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2966\" class=\"envira-gallery-item envira-gallery-item-33 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1104.jpg\" title=\"IMG_1104\" data-caption=\"\" data-envira-item-id=\"2966\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1104.webp?fit=1920%2C1080&ssl=1\" data-thumb=\"\" data-title=\"IMG_1104\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1104.webp?fit=1024%2C576&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-33    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2966\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1104\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"32\" data-envira-item-id=\"2966\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1104.webp?fit=1024%2C576&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1104.webp?fit=1024%2C576&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1104.webp?fit=1024%2C576&amp;ssl=1 2x\" data-title=\"IMG_1104\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"169\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2965\" class=\"envira-gallery-item envira-gallery-item-34 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1097.jpg\" title=\"IMG_1097\" data-caption=\"\" data-envira-item-id=\"2965\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1097.webp?fit=640%2C480&ssl=1\" data-thumb=\"\" data-title=\"IMG_1097\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1097.webp?fit=640%2C480&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-34    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2965\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1097\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"33\" data-envira-item-id=\"2965\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1097.webp?fit=640%2C480&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1097.webp?fit=640%2C480&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1097.webp?fit=640%2C480&amp;ssl=1 2x\" data-title=\"IMG_1097\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2964\" class=\"envira-gallery-item envira-gallery-item-35 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1095.jpg\" title=\"IMG_1095\" data-caption=\"\" data-envira-item-id=\"2964\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1095.webp?fit=1080%2C1079&ssl=1\" data-thumb=\"\" data-title=\"IMG_1095\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1095.webp?fit=1024%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-35    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2964\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1095\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"34\" data-envira-item-id=\"2964\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1095.webp?fit=1024%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1095.webp?fit=1024%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1095.webp?fit=1024%2C1024&amp;ssl=1 2x\" data-title=\"IMG_1095\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2963\" class=\"envira-gallery-item envira-gallery-item-36 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1089.jpg\" title=\"IMG_1089\" data-caption=\"\" data-envira-item-id=\"2963\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1089.webp?fit=640%2C423&ssl=1\" data-thumb=\"\" data-title=\"IMG_1089\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1089.webp?fit=640%2C423&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-36    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2963\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1089\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"35\" data-envira-item-id=\"2963\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1089.webp?fit=640%2C423&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1089.webp?fit=640%2C423&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1089.webp?fit=640%2C423&amp;ssl=1 2x\" data-title=\"IMG_1089\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"198\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2960\" class=\"envira-gallery-item envira-gallery-item-37 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1084.png\" title=\"IMG_1084\" data-caption=\"\" data-envira-item-id=\"2960\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1084.webp?fit=750%2C1334&ssl=1\" data-thumb=\"\" data-title=\"IMG_1084\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1084.webp?fit=576%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-37    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2960\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1084\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"36\" data-envira-item-id=\"2960\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1084.webp?fit=576%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1084.webp?fit=576%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1084.webp?fit=576%2C1024&amp;ssl=1 2x\" data-title=\"IMG_1084\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"169\" /></a></div></div><div id=\"envira-gallery-item-2959\" class=\"envira-gallery-item envira-gallery-item-38 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1079.jpg\" title=\"IMG_1079\" data-caption=\"\" data-envira-item-id=\"2959\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1079.webp?fit=1280%2C1274&ssl=1\" data-thumb=\"\" data-title=\"IMG_1079\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1079.webp?fit=1024%2C1019&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-38    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2959\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1079\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"37\" data-envira-item-id=\"2959\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1079.webp?fit=1024%2C1019&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1079.webp?fit=1024%2C1019&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1079.webp?fit=1024%2C1019&amp;ssl=1 2x\" data-title=\"IMG_1079\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2958\" class=\"envira-gallery-item envira-gallery-item-39 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0944.jpg\" title=\"IMG_0944\" data-caption=\"\" data-envira-item-id=\"2958\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0944.webp?fit=960%2C640&ssl=1\" data-thumb=\"\" data-title=\"IMG_0944\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0944.webp?fit=960%2C640&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-39    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2958\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_0944\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"38\" data-envira-item-id=\"2958\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0944.webp?fit=960%2C640&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0944.webp?fit=960%2C640&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0944.webp?fit=960%2C640&amp;ssl=1 2x\" data-title=\"IMG_0944\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"200\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2957\" class=\"envira-gallery-item envira-gallery-item-40 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0501.jpg\" title=\"Screenshot\" data-caption=\"Screenshot\" data-envira-item-id=\"2957\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0501.webp?fit=828%2C546&ssl=1\" data-thumb=\"\" data-title=\"Screenshot\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0501.webp?fit=828%2C546&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-40    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2957\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Screenshot\" width=\"640\" data-caption=\"Screenshot\" data-envira-gallery-id=\"2947\" data-envira-index=\"39\" data-envira-item-id=\"2957\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0501.webp?fit=828%2C546&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0501.webp?fit=828%2C546&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0501.webp?fit=828%2C546&amp;ssl=1 2x\" data-title=\"Screenshot\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"198\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2954\" class=\"envira-gallery-item envira-gallery-item-41 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0498.jpg\" title=\"Screenshot\" data-caption=\"Screenshot\" data-envira-item-id=\"2954\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0498.webp?fit=828%2C547&ssl=1\" data-thumb=\"\" data-title=\"Screenshot\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0498.webp?fit=828%2C547&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-41    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2954\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Screenshot\" width=\"640\" data-caption=\"Screenshot\" data-envira-gallery-id=\"2947\" data-envira-index=\"40\" data-envira-item-id=\"2954\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0498.webp?fit=828%2C547&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0498.webp?fit=828%2C547&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0498.webp?fit=828%2C547&amp;ssl=1 2x\" data-title=\"Screenshot\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"198\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2953\" class=\"envira-gallery-item envira-gallery-item-42 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/87953997_230236561487320_861082269299769344_n.webp\" title=\"87953997_230236561487320_861082269299769344_n\" data-caption=\"\" data-envira-item-id=\"2953\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/87953997_230236561487320_861082269299769344_n.webp\" data-thumb=\"\" data-title=\"87953997_230236561487320_861082269299769344_n\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/87953997_230236561487320_861082269299769344_n.webp?fit=480%2C360&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-42    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2953\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"87953997_230236561487320_861082269299769344_n\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"41\" data-envira-item-id=\"2953\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/87953997_230236561487320_861082269299769344_n.webp?fit=480%2C360&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/87953997_230236561487320_861082269299769344_n.webp?fit=480%2C360&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/87953997_230236561487320_861082269299769344_n.webp?fit=480%2C360&amp;ssl=1 2x\" data-title=\"87953997_230236561487320_861082269299769344_n\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2951\" class=\"envira-gallery-item envira-gallery-item-43 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/811871D3-C280-46D5-9DBC-589C4E700472.webp\" title=\"811871D3-C280-46D5-9DBC-589C4E700472\" data-caption=\"\" data-envira-item-id=\"2951\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/811871D3-C280-46D5-9DBC-589C4E700472.webp\" data-thumb=\"\" data-title=\"811871D3-C280-46D5-9DBC-589C4E700472\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/811871D3-C280-46D5-9DBC-589C4E700472.webp?fit=853%2C565&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-43    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2951\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"811871D3-C280-46D5-9DBC-589C4E700472\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"42\" data-envira-item-id=\"2951\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/811871D3-C280-46D5-9DBC-589C4E700472.webp?fit=853%2C565&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/811871D3-C280-46D5-9DBC-589C4E700472.webp?fit=853%2C565&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/811871D3-C280-46D5-9DBC-589C4E700472.webp?fit=853%2C565&amp;ssl=1 2x\" data-title=\"811871D3-C280-46D5-9DBC-589C4E700472\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"199\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2950\" class=\"envira-gallery-item envira-gallery-item-44 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F.webp\" title=\"09002F42-61AF-4003-9CC1-C09F374AC11F\" data-caption=\"\" data-envira-item-id=\"2950\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F.webp\" data-thumb=\"\" data-title=\"09002F42-61AF-4003-9CC1-C09F374AC11F\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F.webp?fit=791%2C567&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-44    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2950\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"09002F42-61AF-4003-9CC1-C09F374AC11F\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"43\" data-envira-item-id=\"2950\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F.webp?fit=791%2C567&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F.webp?fit=791%2C567&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F.webp?fit=791%2C567&amp;ssl=1 2x\" data-title=\"09002F42-61AF-4003-9CC1-C09F374AC11F\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"215\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2949\" class=\"envira-gallery-item envira-gallery-item-45 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2.webp\" title=\"9BEACE47-192C-4771-87CB-55F3CD28C0E2\" data-caption=\"\" data-envira-item-id=\"2949\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2.webp\" data-thumb=\"\" data-title=\"9BEACE47-192C-4771-87CB-55F3CD28C0E2\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2.webp?fit=1024%2C803&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-45    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2949\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"9BEACE47-192C-4771-87CB-55F3CD28C0E2\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"44\" data-envira-item-id=\"2949\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2.webp?fit=1024%2C803&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2.webp?fit=1024%2C803&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2.webp?fit=1024%2C803&amp;ssl=1 2x\" data-title=\"9BEACE47-192C-4771-87CB-55F3CD28C0E2\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"235\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2948\" class=\"envira-gallery-item envira-gallery-item-46 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A.webp\" title=\"0A06FF3E-3164-4558-90E1-6547222E7B0A\" data-caption=\"\" data-envira-item-id=\"2948\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A.webp\" data-thumb=\"\" data-title=\"0A06FF3E-3164-4558-90E1-6547222E7B0A\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A.webp?fit=756%2C490&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-46    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2948\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"0A06FF3E-3164-4558-90E1-6547222E7B0A\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"45\" data-envira-item-id=\"2948\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A.webp?fit=756%2C490&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A.webp?fit=756%2C490&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A.webp?fit=756%2C490&amp;ssl=1 2x\" data-title=\"0A06FF3E-3164-4558-90E1-6547222E7B0A\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"194\" data-envira-width=\"300\" /></a></div></div></div></div><noscript><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/437148274_742504491362521_7065599385733258382_n.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/504489709_17885899926279969_177754631791483776_n.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/503284456_18509958433044190_7517990739271165788_n.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/498942563_18387584923142936_596123371765232778_n.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/497541595_18501294259001614_2598109448780506479_n.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/491442005_18510909595020751_7234922605167022337_n.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/488181926_644288625165545_5872832267448076159_n.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/486213528_18495203686033581_4058816147006171820_n.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/470902406_1231561204578289_151210119275735549_n.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/470602685_18479309014047289_2606857417410813301_n.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/455036619_857294589254265_4022265624524897411_n.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/449859150_1194962441742133_6344605474599175091_n.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/447671102_18435710512058900_2002726956368915108_n.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/445587699_786824676755447_6957098027536781905_n.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/445175176_463852779535417_6180761558755325466_n.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5372-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/VCYT6981.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/PLSX7092.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/MTJR4755.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/MGLF7487.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG-4317.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9012.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8907.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4927.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4900.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4541.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2833.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2832.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2831.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2659.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1989.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1734.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1104.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1097.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1095.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1089.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1084.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1079.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0944.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0501.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0498.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/87953997_230236561487320_861082269299769344_n.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/811871D3-C280-46D5-9DBC-589C4E700472.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A.jpg\' alt=\'\' class=\'envira_noscript_images \' /></noscript>','off'),(367670,'_transient_timeout__eg_cache_3010','1759517506','off'),(367671,'_transient__eg_cache_3010','a:3:{s:2:\"id\";i:3010;s:6:\"config\";a:88:{s:4:\"type\";s:7:\"default\";s:6:\"layout\";s:9:\"automatic\";s:7:\"columns\";s:1:\"0\";s:13:\"gallery_theme\";s:4:\"base\";s:17:\"justified_margins\";i:1;s:18:\"justified_last_row\";s:9:\"nojustify\";s:12:\"lazy_loading\";i:1;s:18:\"lazy_loading_delay\";i:500;s:6:\"gutter\";i:1;s:13:\"gutter_mobile\";i:0;s:6:\"margin\";i:1;s:10:\"image_size\";s:7:\"default\";s:11:\"square_size\";i:300;s:10:\"crop_width\";i:640;s:11:\"crop_height\";i:480;s:4:\"crop\";i:0;s:13:\"crop_position\";s:1:\"c\";s:14:\"show_more_text\";s:14:\"Click for more\";s:17:\"additional_copy_0\";i:0;s:21:\"additional_copy_title\";i:0;s:23:\"additional_copy_caption\";i:0;s:29:\"additional_copy_title_caption\";i:0;s:24:\"additional_copy_0_mobile\";i:0;s:28:\"additional_copy_title_mobile\";i:0;s:30:\"additional_copy_caption_mobile\";i:0;s:36:\"additional_copy_title_caption_mobile\";i:0;s:28:\"gallery_column_title_caption\";s:1:\"0\";s:35:\"gallery_column_title_caption_mobile\";s:1:\"0\";s:27:\"additional_copy_automatic_0\";i:0;s:31:\"additional_copy_automatic_title\";i:0;s:33:\"additional_copy_automatic_caption\";i:0;s:39:\"additional_copy_automatic_title_caption\";i:0;s:34:\"additional_copy_automatic_0_mobile\";i:0;s:38:\"additional_copy_automatic_title_mobile\";i:0;s:40:\"additional_copy_automatic_caption_mobile\";i:0;s:46:\"additional_copy_automatic_title_caption_mobile\";i:0;s:31:\"gallery_automatic_title_caption\";s:1:\"0\";s:38:\"gallery_automatic_title_caption_mobile\";s:1:\"0\";s:20:\"justified_row_height\";i:100;s:20:\"description_position\";s:1:\"0\";s:11:\"description\";s:0:\"\";s:6:\"random\";s:1:\"0\";s:10:\"sort_order\";s:1:\"0\";s:17:\"sorting_direction\";s:3:\"ASC\";s:18:\"image_sizes_random\";a:0:{}s:7:\"isotope\";i:0;s:16:\"lightbox_enabled\";i:1;s:20:\"gallery_link_enabled\";i:1;s:14:\"lightbox_theme\";s:9:\"base_dark\";s:19:\"lightbox_image_size\";s:7:\"default\";s:13:\"title_display\";s:5:\"float\";s:22:\"lightbox_title_caption\";s:5:\"title\";s:6:\"arrows\";i:1;s:15:\"arrows_position\";s:6:\"inside\";s:7:\"toolbar\";i:0;s:13:\"toolbar_title\";i:0;s:16:\"toolbar_position\";s:3:\"top\";s:4:\"loop\";i:1;s:26:\"lightbox_open_close_effect\";s:4:\"fade\";s:6:\"effect\";s:4:\"fade\";s:9:\"supersize\";i:0;s:17:\"thumbnails_toggle\";i:0;s:15:\"thumbnails_hide\";i:0;s:13:\"image_counter\";i:0;s:21:\"lightbox_html_caption\";i:0;s:10:\"thumbnails\";i:1;s:16:\"thumbnails_width\";i:75;s:17:\"thumbnails_height\";i:50;s:19:\"thumbnails_position\";s:6:\"bottom\";s:22:\"thumbnails_custom_size\";i:0;s:6:\"mobile\";i:1;s:12:\"mobile_width\";i:320;s:13:\"mobile_height\";i:240;s:15:\"mobile_lightbox\";i:1;s:27:\"mobile_gallery_link_enabled\";i:0;s:13:\"mobile_arrows\";i:1;s:14:\"mobile_toolbar\";i:1;s:17:\"mobile_thumbnails\";i:1;s:22:\"mobile_touchwipe_close\";i:0;s:23:\"mobile_thumbnails_width\";i:75;s:24:\"mobile_thumbnails_height\";i:50;s:27:\"mobile_justified_row_height\";i:80;s:8:\"keyboard\";b:1;s:19:\"standalone_template\";s:0:\"\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"rtl\";i:0;s:4:\"slug\";s:14:\"our-work-wraps\";s:5:\"title\";s:0:\"\";}s:7:\"gallery\";a:101:{i:3148;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3812.jpg\";s:5:\"title\";s:8:\"IMG_3812\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3812.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3147;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3845.jpg\";s:5:\"title\";s:8:\"IMG_3845\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3845.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3146;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3846.jpg\";s:5:\"title\";s:8:\"IMG_3846\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3846.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3145;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3897.jpg\";s:5:\"title\";s:8:\"IMG_3897\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3897.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3143;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.jpg\";s:5:\"title\";s:8:\"IMG_3948\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3141;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3960.jpg\";s:5:\"title\";s:8:\"IMG_3960\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3960.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3140;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3966.jpg\";s:5:\"title\";s:8:\"IMG_3966\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3966.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3139;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4020.jpg\";s:5:\"title\";s:8:\"IMG_4020\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4020.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3138;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.jpg\";s:5:\"title\";s:8:\"IMG_4021\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3137;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4035.jpg\";s:5:\"title\";s:8:\"IMG_4035\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4035.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3136;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4036.jpg\";s:5:\"title\";s:8:\"IMG_4036\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4036.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3135;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4054.jpg\";s:5:\"title\";s:8:\"IMG_4054\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4054.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3134;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.jpg\";s:5:\"title\";s:8:\"IMG_4055\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3133;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.jpg\";s:5:\"title\";s:8:\"IMG_4071\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3132;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2560.jpg\";s:5:\"title\";s:8:\"IMG_2560\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2560.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3131;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9439.jpg\";s:5:\"title\";s:8:\"IMG_9439\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9439.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3130;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.jpg\";s:5:\"title\";s:8:\"IMG_8009\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3129;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7456.jpg\";s:5:\"title\";s:8:\"IMG_7456\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7456.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3128;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.jpg\";s:5:\"title\";s:8:\"IMG_7455\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3127;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7447.jpg\";s:5:\"title\";s:8:\"IMG_7447\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7447.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3126;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.jpg\";s:5:\"title\";s:8:\"IMG_7307\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3125;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7301.jpg\";s:5:\"title\";s:8:\"IMG_7301\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7301.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3124;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.jpg\";s:5:\"title\";s:8:\"IMG_7207\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3123;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7204.jpg\";s:5:\"title\";s:8:\"IMG_7204\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7204.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3122;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7042.jpg\";s:5:\"title\";s:8:\"IMG_7042\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7042.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3121;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_6976.jpg\";s:5:\"title\";s:8:\"IMG_6976\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_6976.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3120;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4031.jpg\";s:5:\"title\";s:8:\"IMG_4031\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4031.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3119;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3619.jpg\";s:5:\"title\";s:8:\"IMG_3619\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3619.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3118;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3617.jpg\";s:5:\"title\";s:8:\"IMG_3617\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3617.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3117;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3305.jpg\";s:5:\"title\";s:8:\"IMG_3305\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3305.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3116;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3223.jpg\";s:5:\"title\";s:8:\"IMG_3223\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3223.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3115;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.jpg\";s:5:\"title\";s:8:\"IMG_3222\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3114;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.jpg\";s:5:\"title\";s:8:\"IMG_3120\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3113;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3064.jpg\";s:5:\"title\";s:8:\"IMG_3064\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3064.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3112;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3062.jpg\";s:5:\"title\";s:8:\"IMG_3062\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3062.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3111;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2559.jpg\";s:5:\"title\";s:8:\"IMG_2559\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2559.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3110;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.jpg\";s:5:\"title\";s:8:\"IMG_1961\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3109;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1797.jpg\";s:5:\"title\";s:8:\"IMG_1797\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1797.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3108;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.jpg\";s:5:\"title\";s:8:\"IMG_1796\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3107;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1011.jpg\";s:5:\"title\";s:8:\"IMG_1011\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1011.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3106;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1010.jpg\";s:5:\"title\";s:8:\"IMG_1010\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1010.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3105;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.jpg\";s:5:\"title\";s:8:\"IMG_1009\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3104;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.jpg\";s:5:\"title\";s:8:\"IMG_0698\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3103;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0696.jpg\";s:5:\"title\";s:8:\"IMG_0696\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0696.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3102;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/68470976_1346433938856221_3994837700069818368_n.jpg\";s:5:\"title\";s:47:\"68470976_1346433938856221_3994837700069818368_n\";s:4:\"link\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/68470976_1346433938856221_3994837700069818368_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3101;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/67738814_2380243855588700_6910048023540137984_n.jpg\";s:5:\"title\";s:47:\"67738814_2380243855588700_6910048023540137984_n\";s:4:\"link\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/67738814_2380243855588700_6910048023540137984_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3100;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/29964D3A-B203-4E30-95AE-9483EC6B8490.jpg\";s:5:\"title\";s:36:\"29964D3A-B203-4E30-95AE-9483EC6B8490\";s:4:\"link\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/29964D3A-B203-4E30-95AE-9483EC6B8490.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3099;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.jpg\";s:5:\"title\";s:36:\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\";s:4:\"link\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3098;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2121-1.jpg\";s:5:\"title\";s:8:\"IMG_2121\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2121-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3071;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2123.jpg\";s:5:\"title\";s:8:\"IMG_2123\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2123.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3097;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7488-1.jpg\";s:5:\"title\";s:8:\"IMG_7488\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7488-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3096;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7489-1.jpg\";s:5:\"title\";s:8:\"IMG_7489\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7489-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3095;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7491-1.jpg\";s:5:\"title\";s:8:\"IMG_7491\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7491-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3094;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7492-1.jpg\";s:5:\"title\";s:8:\"IMG_7492\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7492-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3093;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4544-1.jpg\";s:5:\"title\";s:8:\"IMG_4544\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4544-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3059;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4542.jpg\";s:5:\"title\";s:8:\"IMG_4542\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4542.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3055;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4972e.jpg\";s:5:\"title\";s:9:\"IMG_4972e\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4972e.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3092;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4973-1.jpg\";s:5:\"title\";s:8:\"IMG_4973\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4973-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3091;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4974-1.jpg\";s:5:\"title\";s:8:\"IMG_4974\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4974-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3090;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4995-1.jpg\";s:5:\"title\";s:8:\"IMG_4995\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4995-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3089;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3246-1.jpg\";s:5:\"title\";s:8:\"IMG_3246\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3246-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3088;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5601-1.jpg\";s:5:\"title\";s:8:\"IMG_5601\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5601-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3087;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.jpg\";s:5:\"title\";s:8:\"IMG_2698\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3086;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3053-1.jpg\";s:5:\"title\";s:8:\"IMG_3053\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3053-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3085;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3616-1.jpg\";s:5:\"title\";s:8:\"IMG_3616\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3616-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3083;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1482.jpg\";s:5:\"title\";s:8:\"IMG_1482\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1482.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3081;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1490.jpg\";s:5:\"title\";s:8:\"IMG_1490\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1490.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3077;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1680e.jpg\";s:5:\"title\";s:9:\"IMG_1680e\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1680e.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3061;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3854.jpg\";s:5:\"title\";s:8:\"IMG_3854\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3854.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3046;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3855-rotated.jpg\";s:5:\"title\";s:8:\"IMG_3855\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3855-rotated.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3060;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3920e.jpg\";s:5:\"title\";s:9:\"IMG_3920e\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3920e.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3056;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4572e.jpg\";s:5:\"title\";s:9:\"IMG_4572e\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4572e.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3049;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4993e.jpg\";s:5:\"title\";s:9:\"IMG_4993e\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4993e.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3047;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5155.jpg\";s:5:\"title\";s:8:\"IMG_5155\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5155.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3044;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5504e.jpg\";s:5:\"title\";s:9:\"IMG_5504e\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5504e.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3067;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/NHJZ5355.jpg\";s:5:\"title\";s:8:\"NHJZ5355\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/NHJZ5355.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3042;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5644.jpg\";s:5:\"title\";s:8:\"IMG_5644\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5644.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3041;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5645.jpg\";s:5:\"title\";s:8:\"IMG_5645\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5645.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3040;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3244.jpg\";s:5:\"title\";s:8:\"IMG_3244\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3244.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3038;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8489.jpg\";s:5:\"title\";s:8:\"IMG_8489\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8489.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3037;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8611.jpg\";s:5:\"title\";s:8:\"IMG_8611\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8611.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3036;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9395.jpg\";s:5:\"title\";s:8:\"IMG_9395\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9395.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3035;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9445.jpg\";s:5:\"title\";s:8:\"IMG_9445\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9445.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3034;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9446.jpg\";s:5:\"title\";s:8:\"IMG_9446\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9446.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3033;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9576.jpg\";s:5:\"title\";s:8:\"IMG_9576\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9576.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3032;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9777.jpg\";s:5:\"title\";s:8:\"IMG_9777\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9777.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3031;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9781.jpg\";s:5:\"title\";s:8:\"IMG_9781\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9781.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3030;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.jpg\";s:5:\"title\";s:36:\"75D4E00F-F35A-4C86-A1D1-D5BAC411BECF\";s:4:\"link\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3029;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.jpg\";s:5:\"title\";s:36:\"72D9BE60-918C-4B4B-9C3A-4898D7D2E51D\";s:4:\"link\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3028;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/F2351C4C-F4D9-480F-9934-083F6DFCE40A.jpg\";s:5:\"title\";s:36:\"F2351C4C-F4D9-480F-9934-083F6DFCE40A\";s:4:\"link\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/F2351C4C-F4D9-480F-9934-083F6DFCE40A.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3027;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.jpg\";s:5:\"title\";s:36:\"E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1\";s:4:\"link\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3025;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/07AA5C2A-CBF0-4E74-9708-3305125E5505.jpg\";s:5:\"title\";s:36:\"07AA5C2A-CBF0-4E74-9708-3305125E5505\";s:4:\"link\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/07AA5C2A-CBF0-4E74-9708-3305125E5505.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3024;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/4C97A568-D52D-416B-A98C-57FE57513540.jpg\";s:5:\"title\";s:36:\"4C97A568-D52D-416B-A98C-57FE57513540\";s:4:\"link\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/4C97A568-D52D-416B-A98C-57FE57513540.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3023;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.jpg\";s:5:\"title\";s:8:\"IMG_2556\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3020;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2741.jpg\";s:5:\"title\";s:8:\"IMG_2741\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2741.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3016;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3128.jpg\";s:5:\"title\";s:8:\"IMG_3128\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3128.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3014;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9457.jpg\";s:5:\"title\";s:8:\"IMG_9457\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9457.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3013;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9456.jpg\";s:5:\"title\";s:8:\"IMG_9456\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9456.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3012;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9453.jpg\";s:5:\"title\";s:8:\"IMG_9453\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9453.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3011;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9452.jpg\";s:5:\"title\";s:8:\"IMG_9452\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9452.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3084;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9451.jpg\";s:5:\"title\";s:8:\"IMG_9451\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9451.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}}','off'),(367672,'_transient_timeout__eg_fragment_3010','1759517507','off');
INSERT INTO `nbn_options` VALUES (367673,'_transient__eg_fragment_3010','<div id=\"envira-gallery-wrap-3010\" class=\"envira-gallery-wrap envira-lazy-loading-enabled envira-layout-automatic\" itemscope itemtype=\"https://schema.org/ImageGallery\"><div class=\"envira-loader\"><div></div><div></div><div></div><div></div></div><div id=\"envira-gallery-3010\" class=\"envira-gallery-public envira-gallery-0-columns envira-clear envira-gallery-justified-public\" data-envira-id=\"3010\" data-gallery-config=\'{\"type\":\"default\",\"layout\":\"automatic\",\"columns\":\"0\",\"gallery_theme\":\"base\",\"justified_margins\":1,\"justified_last_row\":\"nojustify\",\"lazy_loading\":1,\"lazy_loading_delay\":500,\"gutter\":1,\"gutter_mobile\":0,\"margin\":1,\"image_size\":\"default\",\"square_size\":300,\"crop_width\":640,\"crop_height\":480,\"crop\":0,\"crop_position\":\"c\",\"show_more_text\":\"Click for more\",\"additional_copy_0\":0,\"additional_copy_title\":0,\"additional_copy_caption\":0,\"additional_copy_title_caption\":0,\"additional_copy_0_mobile\":0,\"additional_copy_title_mobile\":0,\"additional_copy_caption_mobile\":0,\"additional_copy_title_caption_mobile\":0,\"gallery_column_title_caption\":\"0\",\"gallery_column_title_caption_mobile\":\"0\",\"additional_copy_automatic_0\":0,\"additional_copy_automatic_title\":0,\"additional_copy_automatic_caption\":0,\"additional_copy_automatic_title_caption\":0,\"additional_copy_automatic_0_mobile\":0,\"additional_copy_automatic_title_mobile\":0,\"additional_copy_automatic_caption_mobile\":0,\"additional_copy_automatic_title_caption_mobile\":0,\"gallery_automatic_title_caption\":\"0\",\"gallery_automatic_title_caption_mobile\":\"0\",\"justified_row_height\":100,\"description_position\":\"0\",\"description\":\"\",\"random\":\"0\",\"sort_order\":\"0\",\"sorting_direction\":\"ASC\",\"image_sizes_random\":[],\"isotope\":0,\"lightbox_enabled\":1,\"gallery_link_enabled\":1,\"lightbox_theme\":\"base_dark\",\"lightbox_image_size\":\"default\",\"title_display\":\"float\",\"lightbox_title_caption\":\"title\",\"arrows\":1,\"arrows_position\":\"inside\",\"toolbar\":0,\"toolbar_title\":0,\"toolbar_position\":\"top\",\"loop\":1,\"lightbox_open_close_effect\":\"fade\",\"effect\":\"fade\",\"supersize\":0,\"thumbnails_toggle\":0,\"thumbnails_hide\":0,\"image_counter\":0,\"lightbox_html_caption\":0,\"thumbnails\":1,\"thumbnails_width\":\"auto\",\"thumbnails_height\":\"auto\",\"thumbnails_position\":\"bottom\",\"thumbnails_custom_size\":0,\"mobile\":1,\"mobile_width\":320,\"mobile_height\":240,\"mobile_lightbox\":1,\"mobile_gallery_link_enabled\":0,\"mobile_arrows\":1,\"mobile_toolbar\":1,\"mobile_thumbnails\":1,\"mobile_touchwipe_close\":0,\"mobile_thumbnails_width\":75,\"mobile_thumbnails_height\":50,\"mobile_justified_row_height\":80,\"keyboard\":true,\"standalone_template\":\"\",\"classes\":[\"\"],\"rtl\":0,\"slug\":\"our-work-wraps\",\"title\":\"\",\"gallery_id\":\"3010\"}\' data-gallery-images=\'[{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812.webp\",\"title\":\"IMG_3812\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812.webp?fit=279%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812.webp?fit=768%2C827&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812.webp?fit=951%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812.webp?fit=1337%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812.webp?fit=1337%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812-300x323.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812.webp?fit=1337%2C1440&ssl=1\",\"index\":0,\"id\":3148,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812-75x50_c.webp\",\"title\":\"IMG_3812\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845.webp\",\"title\":\"IMG_3845\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845.webp?fit=1080%2C1440&ssl=1\",\"index\":1,\"id\":3147,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845-75x50_c.webp\",\"title\":\"IMG_3845\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846.webp\",\"title\":\"IMG_3846\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846.webp?fit=1080%2C1440&ssl=1\",\"index\":2,\"id\":3146,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846-75x50_c.webp\",\"title\":\"IMG_3846\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897.webp\",\"title\":\"IMG_3897\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897.webp?fit=263%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897.webp?fit=768%2C878&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897.webp?fit=896%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897.webp?fit=1260%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897.webp?fit=1260%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897-300x343.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897.webp?fit=1260%2C1440&ssl=1\",\"index\":3,\"id\":3145,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897-75x50_c.webp\",\"title\":\"IMG_3897\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp\",\"title\":\"IMG_3948\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?fit=298%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?fit=768%2C774&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?fit=1016%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?fit=1429%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?fit=1429%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948-300x302.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?fit=1429%2C1440&ssl=1\",\"index\":4,\"id\":3143,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948-75x50_c.webp\",\"title\":\"IMG_3948\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960.webp\",\"title\":\"IMG_3960\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960.webp?fit=293%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960.webp?fit=768%2C785&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960.webp?fit=1002%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960.webp?fit=1080%2C1104&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960.webp?fit=1080%2C1104&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960-300x307.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960.webp?fit=1080%2C1104&ssl=1\",\"index\":5,\"id\":3141,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960-75x50_c.webp\",\"title\":\"IMG_3960\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966.webp\",\"title\":\"IMG_3966\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966.webp?fit=1080%2C1440&ssl=1\",\"index\":6,\"id\":3140,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966-75x50_c.webp\",\"title\":\"IMG_3966\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020.webp\",\"title\":\"IMG_4020\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020.webp?fit=1080%2C1440&ssl=1\",\"index\":7,\"id\":3139,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020-75x50_c.webp\",\"title\":\"IMG_4020\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp\",\"title\":\"IMG_4021\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?fit=1080%2C1440&ssl=1\",\"index\":8,\"id\":3138,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021-75x50_c.webp\",\"title\":\"IMG_4021\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035.webp\",\"title\":\"IMG_4035\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035.webp?fit=1080%2C1440&ssl=1\",\"index\":9,\"id\":3137,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035-75x50_c.webp\",\"title\":\"IMG_4035\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036.webp\",\"title\":\"IMG_4036\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036.webp?fit=1080%2C1440&ssl=1\",\"index\":10,\"id\":3136,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036-75x50_c.webp\",\"title\":\"IMG_4036\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054.webp\",\"title\":\"IMG_4054\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054.webp?fit=1080%2C1440&ssl=1\",\"index\":11,\"id\":3135,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054-75x50_c.webp\",\"title\":\"IMG_4054\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp\",\"title\":\"IMG_4055\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?fit=1080%2C1440&ssl=1\",\"index\":12,\"id\":3134,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055-75x50_c.webp\",\"title\":\"IMG_4055\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp\",\"title\":\"IMG_4071\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?fit=1080%2C1440&ssl=1\",\"index\":13,\"id\":3133,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071-75x50_c.webp\",\"title\":\"IMG_4071\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560.webp\",\"title\":\"IMG_2560\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560.webp?fit=1080%2C1440&ssl=1\",\"index\":14,\"id\":3132,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560-75x50_c.webp\",\"title\":\"IMG_2560\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439.webp\",\"title\":\"IMG_9439\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439.webp?fit=300%2C198&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439.webp?fit=768%2C506&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439.webp?fit=1024%2C674&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439.webp?fit=1200%2C790&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439.webp?fit=1200%2C790&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439-300x198.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439.webp?fit=1200%2C790&ssl=1\",\"index\":15,\"id\":3131,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439-75x50_c.webp\",\"title\":\"IMG_9439\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp\",\"title\":\"IMG_8009\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?fit=1080%2C1440&ssl=1\",\"index\":16,\"id\":3130,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009-75x50_c.webp\",\"title\":\"IMG_8009\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456.webp\",\"title\":\"IMG_7456\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456.webp?fit=1080%2C1440&ssl=1\",\"index\":17,\"id\":3129,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456-75x50_c.webp\",\"title\":\"IMG_7456\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp\",\"title\":\"IMG_7455\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?fit=1080%2C1440&ssl=1\",\"index\":18,\"id\":3128,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455-75x50_c.webp\",\"title\":\"IMG_7455\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447.webp\",\"title\":\"IMG_7447\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447.webp?fit=1080%2C1440&ssl=1\",\"index\":19,\"id\":3127,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447-75x50_c.webp\",\"title\":\"IMG_7447\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp\",\"title\":\"IMG_7307\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?fit=272%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?fit=768%2C846&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?fit=930%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?fit=1080%2C1189&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?fit=1080%2C1189&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307-300x330.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?fit=1080%2C1189&ssl=1\",\"index\":20,\"id\":3126,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307-75x50_c.webp\",\"title\":\"IMG_7307\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301.webp\",\"title\":\"IMG_7301\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301.webp?fit=1080%2C1440&ssl=1\",\"index\":21,\"id\":3125,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301-75x50_c.webp\",\"title\":\"IMG_7301\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp\",\"title\":\"IMG_7207\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?fit=1080%2C1440&ssl=1\",\"index\":22,\"id\":3124,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207-75x50_c.webp\",\"title\":\"IMG_7207\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204.webp\",\"title\":\"IMG_7204\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204.webp?fit=1080%2C1440&ssl=1\",\"index\":23,\"id\":3123,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204-75x50_c.webp\",\"title\":\"IMG_7204\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042.webp\",\"title\":\"IMG_7042\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042.webp?fit=1080%2C1440&ssl=1\",\"index\":24,\"id\":3122,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042-75x50_c.webp\",\"title\":\"IMG_7042\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976.webp\",\"title\":\"IMG_6976\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976.webp?fit=1440%2C1080&ssl=1\",\"index\":25,\"id\":3121,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976-75x50_c.webp\",\"title\":\"IMG_6976\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031.webp\",\"title\":\"IMG_4031\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031.webp?fit=300%2C200&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031.webp?fit=768%2C512&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031.webp?fit=1024%2C683&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031.webp?fit=1440%2C960&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031.webp?fit=1440%2C960&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031-300x200.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031.webp?fit=1440%2C960&ssl=1\",\"index\":26,\"id\":3120,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031-75x50_c.webp\",\"title\":\"IMG_4031\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619.webp\",\"title\":\"IMG_3619\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619.webp?fit=1080%2C1440&ssl=1\",\"index\":27,\"id\":3119,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619-75x50_c.webp\",\"title\":\"IMG_3619\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617.webp\",\"title\":\"IMG_3617\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617.webp?fit=1080%2C1440&ssl=1\",\"index\":28,\"id\":3118,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617-75x50_c.webp\",\"title\":\"IMG_3617\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305.webp\",\"title\":\"IMG_3305\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305.webp?fit=1080%2C1440&ssl=1\",\"index\":29,\"id\":3117,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305-75x50_c.webp\",\"title\":\"IMG_3305\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223.webp\",\"title\":\"IMG_3223\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223.webp?fit=1080%2C1440&ssl=1\",\"index\":30,\"id\":3116,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223-75x50_c.webp\",\"title\":\"IMG_3223\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp\",\"title\":\"IMG_3222\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?fit=1080%2C1440&ssl=1\",\"index\":31,\"id\":3115,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222-75x50_c.webp\",\"title\":\"IMG_3222\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp\",\"title\":\"IMG_3120\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?fit=1080%2C1440&ssl=1\",\"index\":32,\"id\":3114,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120-75x50_c.webp\",\"title\":\"IMG_3120\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064.webp\",\"title\":\"IMG_3064\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064.webp?fit=1080%2C1440&ssl=1\",\"index\":33,\"id\":3113,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064-75x50_c.webp\",\"title\":\"IMG_3064\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062.webp\",\"title\":\"IMG_3062\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062.webp?fit=1080%2C1440&ssl=1\",\"index\":34,\"id\":3112,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062-75x50_c.webp\",\"title\":\"IMG_3062\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559.webp\",\"title\":\"IMG_2559\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559.webp?fit=1080%2C1440&ssl=1\",\"index\":35,\"id\":3111,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559-75x50_c.webp\",\"title\":\"IMG_2559\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp\",\"title\":\"IMG_1961\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?fit=1080%2C1440&ssl=1\",\"index\":36,\"id\":3110,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961-75x50_c.webp\",\"title\":\"IMG_1961\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797.webp\",\"title\":\"IMG_1797\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797.webp?fit=1080%2C1440&ssl=1\",\"index\":37,\"id\":3109,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797-75x50_c.webp\",\"title\":\"IMG_1797\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp\",\"title\":\"IMG_1796\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?fit=1080%2C1440&ssl=1\",\"index\":38,\"id\":3108,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796-75x50_c.webp\",\"title\":\"IMG_1796\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011.webp\",\"title\":\"IMG_1011\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011.webp?fit=1080%2C1440&ssl=1\",\"index\":39,\"id\":3107,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011-75x50_c.webp\",\"title\":\"IMG_1011\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010.webp\",\"title\":\"IMG_1010\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010.webp?fit=1080%2C1440&ssl=1\",\"index\":40,\"id\":3106,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010-75x50_c.webp\",\"title\":\"IMG_1010\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp\",\"title\":\"IMG_1009\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?fit=1080%2C1440&ssl=1\",\"index\":41,\"id\":3105,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009-75x50_c.webp\",\"title\":\"IMG_1009\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp\",\"title\":\"IMG_0698\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?fit=1080%2C1440&ssl=1\",\"index\":42,\"id\":3104,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698-75x50_c.webp\",\"title\":\"IMG_0698\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696.webp\",\"title\":\"IMG_0696\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696.webp?fit=1080%2C1440&ssl=1\",\"index\":43,\"id\":3103,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696-75x50_c.webp\",\"title\":\"IMG_0696\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n.webp\",\"title\":\"68470976_1346433938856221_3994837700069818368_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n.webp?fit=300%2C200&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n.webp?fit=768%2C512&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n.webp?fit=1024%2C683&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n.webp?fit=1440%2C960&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n.webp?fit=1440%2C960&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n-300x200.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n.webp?fit=1440%2C960&ssl=1\",\"index\":44,\"id\":3102,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n-75x50_c.webp\",\"title\":\"68470976_1346433938856221_3994837700069818368_n\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n.webp\",\"title\":\"67738814_2380243855588700_6910048023540137984_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n.webp?fit=300%2C200&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n.webp?fit=768%2C512&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n.webp?fit=1024%2C683&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n.webp?fit=1440%2C960&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n.webp?fit=1440%2C960&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n-300x200.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n.webp?fit=1440%2C960&ssl=1\",\"index\":45,\"id\":3101,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n-75x50_c.webp\",\"title\":\"67738814_2380243855588700_6910048023540137984_n\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490.webp\",\"title\":\"29964D3A-B203-4E30-95AE-9483EC6B8490\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490.webp?fit=240%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490.webp?fit=768%2C960&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490.webp?fit=819%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490.webp?fit=1229%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490.webp?fit=1440%2C1800&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490-300x375.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490.webp?fit=1440%2C1800&ssl=1\",\"index\":46,\"id\":3100,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490-75x50_c.webp\",\"title\":\"29964D3A-B203-4E30-95AE-9483EC6B8490\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp\",\"title\":\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=240%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=768%2C960&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=819%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=1229%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=1440%2C1800&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68-300x375.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=1440%2C1800&ssl=1\",\"index\":47,\"id\":3099,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68-75x50_c.webp\",\"title\":\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1.webp\",\"title\":\"IMG_2121\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1.webp?fit=1080%2C1440&ssl=1\",\"index\":48,\"id\":3098,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1-75x50_c.webp\",\"title\":\"IMG_2121\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123.webp\",\"title\":\"IMG_2123\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123.webp?fit=1200%2C900&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123.webp?fit=1200%2C900&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123.webp?fit=1200%2C900&ssl=1\",\"index\":49,\"id\":3071,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123-75x50_c.webp\",\"title\":\"IMG_2123\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1.webp\",\"title\":\"IMG_7488\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1.webp?fit=300%2C200&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1.webp?fit=768%2C512&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1.webp?fit=1024%2C683&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1.webp?fit=1440%2C960&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1.webp?fit=1440%2C960&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1-300x200.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1.webp?fit=1440%2C960&ssl=1\",\"index\":50,\"id\":3097,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1-75x50_c.webp\",\"title\":\"IMG_7488\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1.webp\",\"title\":\"IMG_7489\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1.webp?fit=200%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1.webp?fit=768%2C1152&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1.webp?fit=683%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1.webp?fit=960%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1.webp?fit=960%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1-300x450.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1.webp?fit=960%2C1440&ssl=1\",\"index\":51,\"id\":3096,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1-75x50_c.webp\",\"title\":\"IMG_7489\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1.webp\",\"title\":\"IMG_7491\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1.webp?fit=300%2C200&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1.webp?fit=768%2C512&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1.webp?fit=1024%2C682&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1.webp?fit=1400%2C933&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1.webp?fit=1400%2C933&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1-300x200.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1.webp?fit=1400%2C933&ssl=1\",\"index\":52,\"id\":3095,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1-75x50_c.webp\",\"title\":\"IMG_7491\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1.webp\",\"title\":\"IMG_7492\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1.webp?fit=200%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1.webp?fit=768%2C1152&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1.webp?fit=683%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1.webp?fit=960%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1.webp?fit=960%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1-300x450.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1.webp?fit=960%2C1440&ssl=1\",\"index\":53,\"id\":3094,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1-75x50_c.webp\",\"title\":\"IMG_7492\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1.webp\",\"title\":\"IMG_4544\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1.webp?fit=1080%2C1440&ssl=1\",\"index\":54,\"id\":3093,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1-75x50_c.webp\",\"title\":\"IMG_4544\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542.webp\",\"title\":\"IMG_4542\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542.webp?fit=1200%2C900&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542.webp?fit=1200%2C900&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542.webp?fit=1200%2C900&ssl=1\",\"index\":55,\"id\":3059,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542-75x50_c.webp\",\"title\":\"IMG_4542\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e.webp\",\"title\":\"IMG_4972e\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e.webp?fit=300%2C262&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e.webp?fit=768%2C671&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e.webp?fit=1024%2C895&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e.webp?fit=1200%2C1049&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e.webp?fit=1200%2C1049&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e-300x262.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e.webp?fit=1200%2C1049&ssl=1\",\"index\":56,\"id\":3055,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e-75x50_c.webp\",\"title\":\"IMG_4972e\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1.webp\",\"title\":\"IMG_4973\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1.webp?fit=1080%2C1440&ssl=1\",\"index\":57,\"id\":3092,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1-75x50_c.webp\",\"title\":\"IMG_4973\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1.webp\",\"title\":\"IMG_4974\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1.webp?fit=1440%2C1080&ssl=1\",\"index\":58,\"id\":3091,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1-75x50_c.webp\",\"title\":\"IMG_4974\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1.webp\",\"title\":\"IMG_4995\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1.webp?fit=300%2C275&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1.webp?fit=768%2C703&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1.webp?fit=1024%2C938&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1.webp?fit=1440%2C1319&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1.webp?fit=1440%2C1319&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1-300x275.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1.webp?fit=1440%2C1319&ssl=1\",\"index\":59,\"id\":3090,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1-75x50_c.webp\",\"title\":\"IMG_4995\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1.webp\",\"title\":\"IMG_3246\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1.webp?fit=1440%2C1080&ssl=1\",\"index\":60,\"id\":3089,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1-75x50_c.webp\",\"title\":\"IMG_3246\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1.webp\",\"title\":\"IMG_5601\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1.webp?fit=300%2C178&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1.webp?fit=768%2C457&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1.webp?fit=1024%2C609&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1.webp?fit=1440%2C856&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1.webp?fit=1440%2C856&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1-300x178.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1.webp?fit=1440%2C856&ssl=1\",\"index\":61,\"id\":3088,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1-75x50_c.webp\",\"title\":\"IMG_5601\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp\",\"title\":\"IMG_2698\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?fit=1440%2C1080&ssl=1\",\"index\":62,\"id\":3087,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1-75x50_c.webp\",\"title\":\"IMG_2698\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1.webp\",\"title\":\"IMG_3053\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1.webp?fit=1080%2C1440&ssl=1\",\"index\":63,\"id\":3086,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1-75x50_c.webp\",\"title\":\"IMG_3053\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1.webp\",\"title\":\"IMG_3616\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1.webp?fit=1080%2C1440&ssl=1\",\"index\":64,\"id\":3085,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1-75x50_c.webp\",\"title\":\"IMG_3616\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482.webp\",\"title\":\"IMG_1482\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482.webp?fit=1200%2C900&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482.webp?fit=1200%2C900&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482.webp?fit=1200%2C900&ssl=1\",\"index\":65,\"id\":3083,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482-75x50_c.webp\",\"title\":\"IMG_1482\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490.webp\",\"title\":\"IMG_1490\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490.webp?fit=1200%2C900&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490.webp?fit=1200%2C900&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490.webp?fit=1200%2C900&ssl=1\",\"index\":66,\"id\":3081,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490-75x50_c.webp\",\"title\":\"IMG_1490\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e.webp\",\"title\":\"IMG_1680e\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e.webp?fit=219%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e.webp?fit=768%2C1053&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e.webp?fit=747%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e.webp?fit=1120%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e.webp?fit=1200%2C1646&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e-300x412.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e.webp?fit=1200%2C1646&ssl=1\",\"index\":67,\"id\":3077,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e-75x50_c.webp\",\"title\":\"IMG_1680e\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854.webp\",\"title\":\"IMG_3854\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854.webp?fit=1200%2C900&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854.webp?fit=1200%2C900&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854.webp?fit=1200%2C900&ssl=1\",\"index\":68,\"id\":3061,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854-75x50_c.webp\",\"title\":\"IMG_3854\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated.webp\",\"title\":\"IMG_3855\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated.webp?fit=300%2C169&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated.webp?fit=768%2C432&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated.webp?fit=1024%2C576&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated.webp?fit=1334%2C750&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated.webp?fit=1334%2C750&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated-300x169.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated.webp?fit=1334%2C750&ssl=1\",\"index\":69,\"id\":3046,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated-75x50_c.webp\",\"title\":\"IMG_3855\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e.webp\",\"title\":\"IMG_3920e\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e.webp?fit=214%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e.webp?fit=768%2C1076&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e.webp?fit=731%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e.webp?fit=1096%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e.webp?fit=1200%2C1682&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e-300x421.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e.webp?fit=1200%2C1682&ssl=1\",\"index\":70,\"id\":3060,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e-75x50_c.webp\",\"title\":\"IMG_3920e\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e.webp\",\"title\":\"IMG_4572e\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e.webp?fit=300%2C201&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e.webp?fit=768%2C515&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e.webp?fit=1024%2C686&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e.webp?fit=1200%2C804&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e.webp?fit=1200%2C804&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e-300x201.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e.webp?fit=1200%2C804&ssl=1\",\"index\":71,\"id\":3056,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e-75x50_c.webp\",\"title\":\"IMG_4572e\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e.webp\",\"title\":\"IMG_4993e\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e.webp?fit=186%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e.webp?fit=768%2C1240&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e.webp?fit=634%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e.webp?fit=951%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e.webp?fit=1200%2C1938&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e-300x485.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e.webp?fit=1200%2C1938&ssl=1\",\"index\":72,\"id\":3049,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e-75x50_c.webp\",\"title\":\"IMG_4993e\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155.webp\",\"title\":\"IMG_5155\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155.webp?fit=1200%2C900&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155.webp?fit=1200%2C900&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155.webp?fit=1200%2C900&ssl=1\",\"index\":73,\"id\":3047,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155-75x50_c.webp\",\"title\":\"IMG_5155\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e.webp\",\"title\":\"IMG_5504e\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e.webp?fit=300%2C182&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e.webp?fit=768%2C467&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e.webp?fit=1024%2C622&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e.webp?fit=1200%2C729&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e.webp?fit=1200%2C729&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e-300x182.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e.webp?fit=1200%2C729&ssl=1\",\"index\":74,\"id\":3044,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e-75x50_c.webp\",\"title\":\"IMG_5504e\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355.webp\",\"title\":\"NHJZ5355\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355.webp?fit=1200%2C900&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355.webp?fit=1200%2C900&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355.webp?fit=1200%2C900&ssl=1\",\"index\":75,\"id\":3067,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355-75x50_c.webp\",\"title\":\"NHJZ5355\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644.webp\",\"title\":\"IMG_5644\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644.webp?fit=1200%2C900&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644.webp?fit=1200%2C900&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644.webp?fit=1200%2C900&ssl=1\",\"index\":76,\"id\":3042,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644-75x50_c.webp\",\"title\":\"IMG_5644\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645.webp\",\"title\":\"IMG_5645\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645.webp?fit=300%2C247&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645.webp?fit=768%2C632&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645.webp?fit=1024%2C843&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645.webp?fit=1200%2C988&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645.webp?fit=1200%2C988&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645-300x247.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645.webp?fit=1200%2C988&ssl=1\",\"index\":77,\"id\":3041,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645-75x50_c.webp\",\"title\":\"IMG_5645\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244.webp\",\"title\":\"IMG_3244\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244.webp?fit=300%2C135&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244.webp?fit=768%2C346&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244.webp?fit=1024%2C461&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244.webp?fit=1200%2C540&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244.webp?fit=1200%2C540&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244-300x135.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244.webp?fit=1200%2C540&ssl=1\",\"index\":78,\"id\":3040,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244-75x50_c.webp\",\"title\":\"IMG_3244\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489.webp\",\"title\":\"IMG_8489\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489.webp?fit=300%2C150&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489.webp?fit=768%2C383&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489.webp?fit=1024%2C510&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489.webp?fit=1200%2C598&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489.webp?fit=1200%2C598&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489-300x150.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489.webp?fit=1200%2C598&ssl=1\",\"index\":79,\"id\":3038,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489-75x50_c.webp\",\"title\":\"IMG_8489\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611.webp\",\"title\":\"IMG_8611\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611.webp?fit=281%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611.webp?fit=768%2C821&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611.webp?fit=958%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611.webp?fit=1200%2C1283&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611.webp?fit=1200%2C1283&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611-300x321.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611.webp?fit=1200%2C1283&ssl=1\",\"index\":80,\"id\":3037,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611-75x50_c.webp\",\"title\":\"IMG_8611\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395.webp\",\"title\":\"IMG_9395\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395.webp?fit=300%2C208&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395.webp?fit=768%2C532&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395.webp?fit=1024%2C710&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395.webp?fit=1200%2C832&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395.webp?fit=1200%2C832&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395-300x208.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395.webp?fit=1200%2C832&ssl=1\",\"index\":81,\"id\":3036,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395-75x50_c.webp\",\"title\":\"IMG_9395\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445.webp\",\"title\":\"IMG_9445\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445.webp?fit=900%2C1200&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445.webp?fit=900%2C1200&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445.webp?fit=900%2C1200&ssl=1\",\"index\":82,\"id\":3035,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445-75x50_c.webp\",\"title\":\"IMG_9445\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446.webp\",\"title\":\"IMG_9446\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446.webp?fit=900%2C1200&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446.webp?fit=900%2C1200&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446.webp?fit=900%2C1200&ssl=1\",\"index\":83,\"id\":3034,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446-75x50_c.webp\",\"title\":\"IMG_9446\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576.webp\",\"title\":\"IMG_9576\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576.webp?fit=900%2C1200&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576.webp?fit=900%2C1200&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576.webp?fit=900%2C1200&ssl=1\",\"index\":84,\"id\":3033,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576-75x50_c.webp\",\"title\":\"IMG_9576\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777.webp\",\"title\":\"IMG_9777\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777.webp?fit=300%2C153&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777.webp?fit=768%2C390&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777.webp?fit=1024%2C521&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777.webp?fit=1200%2C610&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777.webp?fit=1200%2C610&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777-300x153.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777.webp?fit=1200%2C610&ssl=1\",\"index\":85,\"id\":3032,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777-75x50_c.webp\",\"title\":\"IMG_9777\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781.webp\",\"title\":\"IMG_9781\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781.webp?fit=300%2C138&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781.webp?fit=768%2C353&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781.webp?fit=1024%2C470&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781.webp?fit=1200%2C551&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781.webp?fit=1200%2C551&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781-300x138.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781.webp?fit=1200%2C551&ssl=1\",\"index\":86,\"id\":3031,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781-75x50_c.webp\",\"title\":\"IMG_9781\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.webp\",\"title\":\"75D4E00F-F35A-4C86-A1D1-D5BAC411BECF\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.webp?fit=300%2C151&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.webp?fit=768%2C386&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.webp?fit=1024%2C515&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.webp?fit=1200%2C603&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.webp?fit=1200%2C603&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF-300x151.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.webp?fit=1200%2C603&ssl=1\",\"index\":87,\"id\":3030,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF-75x50_c.webp\",\"title\":\"75D4E00F-F35A-4C86-A1D1-D5BAC411BECF\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.webp\",\"title\":\"72D9BE60-918C-4B4B-9C3A-4898D7D2E51D\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.webp?fit=269%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.webp?fit=768%2C857&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.webp?fit=917%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.webp?fit=1075%2C1200&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.webp?fit=1075%2C1200&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D-300x335.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.webp?fit=1075%2C1200&ssl=1\",\"index\":88,\"id\":3029,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D-75x50_c.webp\",\"title\":\"72D9BE60-918C-4B4B-9C3A-4898D7D2E51D\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A.webp\",\"title\":\"F2351C4C-F4D9-480F-9934-083F6DFCE40A\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A.webp?fit=1200%2C900&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A.webp?fit=1200%2C900&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A.webp?fit=1200%2C900&ssl=1\",\"index\":89,\"id\":3028,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A-75x50_c.webp\",\"title\":\"F2351C4C-F4D9-480F-9934-083F6DFCE40A\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.webp\",\"title\":\"E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.webp?fit=768%2C575&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.webp?fit=1024%2C767&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.webp?fit=1080%2C809&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.webp?fit=1080%2C809&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.webp?fit=1080%2C809&ssl=1\",\"index\":90,\"id\":3027,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1-75x50_c.webp\",\"title\":\"E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505.webp\",\"title\":\"07AA5C2A-CBF0-4E74-9708-3305125E5505\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505.webp?fit=768%2C575&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505.webp?fit=1024%2C767&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505.webp?fit=1080%2C809&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505.webp?fit=1080%2C809&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505.webp?fit=1080%2C809&ssl=1\",\"index\":91,\"id\":3025,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505-75x50_c.webp\",\"title\":\"07AA5C2A-CBF0-4E74-9708-3305125E5505\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540.webp\",\"title\":\"4C97A568-D52D-416B-A98C-57FE57513540\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540.webp?fit=1284%2C1712&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540.webp?fit=1284%2C1712&ssl=1\",\"index\":92,\"id\":3024,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540-75x50_c.webp\",\"title\":\"4C97A568-D52D-416B-A98C-57FE57513540\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp\",\"title\":\"IMG_2556\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?fit=1440%2C1920&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?fit=1440%2C1920&ssl=1\",\"index\":93,\"id\":3023,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556-75x50_c.webp\",\"title\":\"IMG_2556\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741.webp\",\"title\":\"IMG_2741\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741.webp?fit=1440%2C1920&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741.webp?fit=1440%2C1920&ssl=1\",\"index\":94,\"id\":3020,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741-75x50_c.webp\",\"title\":\"IMG_2741\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128.webp\",\"title\":\"IMG_3128\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128.webp?fit=1440%2C1920&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128.webp?fit=1440%2C1920&ssl=1\",\"index\":95,\"id\":3016,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128-75x50_c.webp\",\"title\":\"IMG_3128\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457.webp\",\"title\":\"IMG_9457\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457.webp?fit=1080%2C1440&ssl=1\",\"index\":96,\"id\":3014,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457-75x50_c.webp\",\"title\":\"IMG_9457\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456.webp\",\"title\":\"IMG_9456\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456.webp?fit=1080%2C1440&ssl=1\",\"index\":97,\"id\":3013,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456-75x50_c.webp\",\"title\":\"IMG_9456\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453.webp\",\"title\":\"IMG_9453\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453.webp?fit=1080%2C1440&ssl=1\",\"index\":98,\"id\":3012,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453-75x50_c.webp\",\"title\":\"IMG_9453\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452.webp\",\"title\":\"IMG_9452\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452.webp?fit=1080%2C1440&ssl=1\",\"index\":99,\"id\":3011,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452-75x50_c.webp\",\"title\":\"IMG_9452\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451.webp\",\"title\":\"IMG_9451\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451.webp?fit=1440%2C1080&ssl=1\",\"index\":100,\"id\":3084,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451-75x50_c.webp\",\"title\":\"IMG_9451\"},\"gallery_id\":\"3010\"}]\' data-lightbox-theme=\'{&quot;arrows&quot;:true,&quot;margins&quot;:[120,0],&quot;gutter&quot;:&quot;100&quot;,&quot;thumbs_position&quot;:&quot;bottom&quot;,&quot;base_template&quot;:&quot;&lt;div id=\\&quot;envirabox-3010\\&quot; data-envirabox-id=\\&quot;3010\\&quot; class=\\&quot;envirabox-container envirabox-theme-base_dark envirabox-wrap\\&quot; role=\\&quot;dialog\\&quot;&gt;&lt;div class=\\&quot;envirabox-bg\\&quot;&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-outer\\&quot;&gt;&lt;div class=\\&quot;envirabox-inner\\&quot;&gt;&lt;div class=\\&quot;envirabox-caption-wrap\\&quot;&gt;&lt;div class=\\&quot;envirabox-title\\&quot;&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-toolbar\\&quot;&gt;&lt;div class=\\&quot;envira-close-button\\&quot;&gt;&lt;a data-envirabox-close class=\\&quot;envirabox-item envirabox-close envirabox-button--close\\&quot; title=\\&quot;Close\\&quot; href=\\&quot;#\\&quot;&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-navigation\\&quot;&gt;&lt;a data-envirabox-prev title=\\&quot;Prev\\&quot; class=\\&quot;envirabox-arrow envirabox-arrow--left envirabox-nav envirabox-prev\\&quot; href=\\&quot;#\\&quot;&gt;&lt;span&gt;&lt;\\/span&gt;&lt;\\/a&gt;&lt;a data-envirabox-next title=\\&quot;Next\\&quot; class=\\&quot;envirabox-arrow envirabox-arrow--right envirabox-nav envirabox-next\\&quot; href=\\&quot;#\\&quot;&gt;&lt;span&gt;&lt;\\/span&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-stage\\&quot;&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;load_all&quot;:false,&quot;error_template&quot;:&quot;&lt;div class=\\&quot;envirabox-error\\&quot;&gt;&lt;p&gt;{{ERROR}}&lt;p&gt;&lt;\\/div&gt;&quot;,&quot;inner_caption&quot;:false,&quot;caption_position&quot;:false,&quot;arrow_position&quot;:false,&quot;toolbar&quot;:true,&quot;infobar&quot;:false,&quot;show_smallbtn&quot;:false,&quot;idle_time&quot;:false,&quot;click_content&quot;:false,&quot;click_slide&quot;:false,&quot;click_outside&quot;:false,&quot;animation_duration&quot;:false,&quot;transition_duration&quot;:false,&quot;small_btn_template&quot;:&quot;&lt;a data-envirabox-close class=\\&quot;envirabox-item envirabox-close envirabox-button--close\\&quot; title=\\&quot;Close\\&quot; href=\\&quot;#\\&quot;&gt;&lt;\\/a&gt;&quot;}\' data-parsed-attrs=\'{\"id\":\"3010\",\"cache\":true}\'><div id=\"envira-gallery-item-3148\" class=\"envira-gallery-item envira-gallery-item-1 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3812.jpg\" title=\"IMG_3812\" data-caption=\"\" data-envira-item-id=\"3148\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3812.webp?fit=1337%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3812\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3812.webp?fit=951%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-1    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3148\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3812\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"0\" data-envira-item-id=\"3148\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3812.webp?fit=951%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3812.webp?fit=951%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3812.webp?fit=951%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3812\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"279\" /></a></div></div><div id=\"envira-gallery-item-3147\" class=\"envira-gallery-item envira-gallery-item-2 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3845.jpg\" title=\"IMG_3845\" data-caption=\"\" data-envira-item-id=\"3147\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3845.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3845\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3845.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-2    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3147\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3845\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"1\" data-envira-item-id=\"3147\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3845.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3845.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3845.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3845\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3146\" class=\"envira-gallery-item envira-gallery-item-3 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3846.jpg\" title=\"IMG_3846\" data-caption=\"\" data-envira-item-id=\"3146\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3846.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3846\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3846.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-3    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3146\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3846\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"2\" data-envira-item-id=\"3146\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3846.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3846.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3846.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3846\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3145\" class=\"envira-gallery-item envira-gallery-item-4 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3897.jpg\" title=\"IMG_3897\" data-caption=\"\" data-envira-item-id=\"3145\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3897.webp?fit=1260%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3897\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3897.webp?fit=896%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-4    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3145\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3897\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"3\" data-envira-item-id=\"3145\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3897.webp?fit=896%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3897.webp?fit=896%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3897.webp?fit=896%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3897\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"263\" /></a></div></div><div id=\"envira-gallery-item-3143\" class=\"envira-gallery-item envira-gallery-item-5 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.jpg\" title=\"IMG_3948\" data-caption=\"\" data-envira-item-id=\"3143\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.webp?fit=1429%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3948\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.webp?fit=1016%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-5    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3143\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3948\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"4\" data-envira-item-id=\"3143\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.webp?fit=1016%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.webp?fit=1016%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.webp?fit=1016%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3948\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"298\" /></a></div></div><div id=\"envira-gallery-item-3141\" class=\"envira-gallery-item envira-gallery-item-6 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3960.jpg\" title=\"IMG_3960\" data-caption=\"\" data-envira-item-id=\"3141\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3960.webp?fit=1080%2C1104&ssl=1\" data-thumb=\"\" data-title=\"IMG_3960\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3960.webp?fit=1002%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-6    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3141\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3960\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"5\" data-envira-item-id=\"3141\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3960.webp?fit=1002%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3960.webp?fit=1002%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3960.webp?fit=1002%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3960\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"293\" /></a></div></div><div id=\"envira-gallery-item-3140\" class=\"envira-gallery-item envira-gallery-item-7 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3966.jpg\" title=\"IMG_3966\" data-caption=\"\" data-envira-item-id=\"3140\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3966.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3966\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3966.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-7    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3140\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3966\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"6\" data-envira-item-id=\"3140\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3966.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3966.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3966.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3966\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3139\" class=\"envira-gallery-item envira-gallery-item-8 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4020.jpg\" title=\"IMG_4020\" data-caption=\"\" data-envira-item-id=\"3139\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4020.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_4020\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4020.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-8    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3139\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4020\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"7\" data-envira-item-id=\"3139\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4020.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4020.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4020.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_4020\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3138\" class=\"envira-gallery-item envira-gallery-item-9 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.jpg\" title=\"IMG_4021\" data-caption=\"\" data-envira-item-id=\"3138\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_4021\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-9    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3138\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4021\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"8\" data-envira-item-id=\"3138\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_4021\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3137\" class=\"envira-gallery-item envira-gallery-item-10 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4035.jpg\" title=\"IMG_4035\" data-caption=\"\" data-envira-item-id=\"3137\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4035.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_4035\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4035.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-10    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3137\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4035\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"9\" data-envira-item-id=\"3137\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4035.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4035.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4035.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_4035\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3136\" class=\"envira-gallery-item envira-gallery-item-11 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4036.jpg\" title=\"IMG_4036\" data-caption=\"\" data-envira-item-id=\"3136\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4036.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_4036\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4036.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-11    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3136\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4036\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"10\" data-envira-item-id=\"3136\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4036.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4036.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4036.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_4036\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3135\" class=\"envira-gallery-item envira-gallery-item-12 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4054.jpg\" title=\"IMG_4054\" data-caption=\"\" data-envira-item-id=\"3135\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4054.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_4054\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4054.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-12    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3135\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4054\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"11\" data-envira-item-id=\"3135\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4054.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4054.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4054.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_4054\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3134\" class=\"envira-gallery-item envira-gallery-item-13 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.jpg\" title=\"IMG_4055\" data-caption=\"\" data-envira-item-id=\"3134\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_4055\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-13    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3134\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4055\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"12\" data-envira-item-id=\"3134\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_4055\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3133\" class=\"envira-gallery-item envira-gallery-item-14 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.jpg\" title=\"IMG_4071\" data-caption=\"\" data-envira-item-id=\"3133\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_4071\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-14    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3133\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4071\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"13\" data-envira-item-id=\"3133\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_4071\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3132\" class=\"envira-gallery-item envira-gallery-item-15 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2560.jpg\" title=\"IMG_2560\" data-caption=\"\" data-envira-item-id=\"3132\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2560.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_2560\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2560.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-15    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3132\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2560\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"14\" data-envira-item-id=\"3132\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2560.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2560.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2560.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_2560\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3131\" class=\"envira-gallery-item envira-gallery-item-16 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9439.jpg\" title=\"IMG_9439\" data-caption=\"\" data-envira-item-id=\"3131\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9439.webp?fit=1200%2C790&ssl=1\" data-thumb=\"\" data-title=\"IMG_9439\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9439.webp?fit=1024%2C674&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-16    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3131\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_9439\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"15\" data-envira-item-id=\"3131\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9439.webp?fit=1024%2C674&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9439.webp?fit=1024%2C674&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9439.webp?fit=1024%2C674&amp;ssl=1 2x\" data-title=\"IMG_9439\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"198\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3130\" class=\"envira-gallery-item envira-gallery-item-17 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.jpg\" title=\"IMG_8009\" data-caption=\"\" data-envira-item-id=\"3130\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_8009\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-17    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3130\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_8009\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"16\" data-envira-item-id=\"3130\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_8009\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3129\" class=\"envira-gallery-item envira-gallery-item-18 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7456.jpg\" title=\"IMG_7456\" data-caption=\"\" data-envira-item-id=\"3129\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7456.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_7456\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7456.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-18    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3129\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_7456\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"17\" data-envira-item-id=\"3129\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7456.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7456.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7456.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_7456\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3128\" class=\"envira-gallery-item envira-gallery-item-19 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.jpg\" title=\"IMG_7455\" data-caption=\"\" data-envira-item-id=\"3128\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_7455\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-19    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3128\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_7455\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"18\" data-envira-item-id=\"3128\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_7455\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3127\" class=\"envira-gallery-item envira-gallery-item-20 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7447.jpg\" title=\"IMG_7447\" data-caption=\"\" data-envira-item-id=\"3127\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7447.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_7447\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7447.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-20    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3127\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_7447\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"19\" data-envira-item-id=\"3127\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7447.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7447.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7447.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_7447\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3126\" class=\"envira-gallery-item envira-gallery-item-21 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.jpg\" title=\"IMG_7307\" data-caption=\"\" data-envira-item-id=\"3126\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.webp?fit=1080%2C1189&ssl=1\" data-thumb=\"\" data-title=\"IMG_7307\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.webp?fit=930%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-21    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3126\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_7307\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"20\" data-envira-item-id=\"3126\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.webp?fit=930%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.webp?fit=930%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.webp?fit=930%2C1024&amp;ssl=1 2x\" data-title=\"IMG_7307\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"272\" /></a></div></div><div id=\"envira-gallery-item-3125\" class=\"envira-gallery-item envira-gallery-item-22 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7301.jpg\" title=\"IMG_7301\" data-caption=\"\" data-envira-item-id=\"3125\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7301.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_7301\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7301.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-22    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3125\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_7301\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"21\" data-envira-item-id=\"3125\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7301.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7301.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7301.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_7301\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3124\" class=\"envira-gallery-item envira-gallery-item-23 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.jpg\" title=\"IMG_7207\" data-caption=\"\" data-envira-item-id=\"3124\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_7207\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-23    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3124\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_7207\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"22\" data-envira-item-id=\"3124\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_7207\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3123\" class=\"envira-gallery-item envira-gallery-item-24 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7204.jpg\" title=\"IMG_7204\" data-caption=\"\" data-envira-item-id=\"3123\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7204.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_7204\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7204.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-24    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3123\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_7204\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"23\" data-envira-item-id=\"3123\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7204.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7204.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7204.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_7204\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3122\" class=\"envira-gallery-item envira-gallery-item-25 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7042.jpg\" title=\"IMG_7042\" data-caption=\"\" data-envira-item-id=\"3122\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7042.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_7042\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7042.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-25    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3122\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_7042\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"24\" data-envira-item-id=\"3122\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7042.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7042.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7042.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_7042\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3121\" class=\"envira-gallery-item envira-gallery-item-26 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_6976.jpg\" title=\"IMG_6976\" data-caption=\"\" data-envira-item-id=\"3121\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_6976.webp?fit=1440%2C1080&ssl=1\" data-thumb=\"\" data-title=\"IMG_6976\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_6976.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-26    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3121\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_6976\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"25\" data-envira-item-id=\"3121\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_6976.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_6976.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_6976.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"IMG_6976\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3120\" class=\"envira-gallery-item envira-gallery-item-27 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4031.jpg\" title=\"IMG_4031\" data-caption=\"\" data-envira-item-id=\"3120\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4031.webp?fit=1440%2C960&ssl=1\" data-thumb=\"\" data-title=\"IMG_4031\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4031.webp?fit=1024%2C683&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-27    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3120\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4031\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"26\" data-envira-item-id=\"3120\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4031.webp?fit=1024%2C683&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4031.webp?fit=1024%2C683&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4031.webp?fit=1024%2C683&amp;ssl=1 2x\" data-title=\"IMG_4031\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"200\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3119\" class=\"envira-gallery-item envira-gallery-item-28 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3619.jpg\" title=\"IMG_3619\" data-caption=\"\" data-envira-item-id=\"3119\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3619.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3619\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3619.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-28    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3119\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3619\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"27\" data-envira-item-id=\"3119\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3619.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3619.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3619.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3619\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3118\" class=\"envira-gallery-item envira-gallery-item-29 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3617.jpg\" title=\"IMG_3617\" data-caption=\"\" data-envira-item-id=\"3118\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3617.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3617\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3617.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-29    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3118\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3617\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"28\" data-envira-item-id=\"3118\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3617.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3617.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3617.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3617\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3117\" class=\"envira-gallery-item envira-gallery-item-30 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3305.jpg\" title=\"IMG_3305\" data-caption=\"\" data-envira-item-id=\"3117\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3305.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3305\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3305.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-30    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3117\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3305\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"29\" data-envira-item-id=\"3117\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3305.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3305.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3305.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3305\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3116\" class=\"envira-gallery-item envira-gallery-item-31 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3223.jpg\" title=\"IMG_3223\" data-caption=\"\" data-envira-item-id=\"3116\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3223.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3223\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3223.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-31    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3116\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3223\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"30\" data-envira-item-id=\"3116\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3223.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3223.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3223.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3223\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3115\" class=\"envira-gallery-item envira-gallery-item-32 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.jpg\" title=\"IMG_3222\" data-caption=\"\" data-envira-item-id=\"3115\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3222\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-32    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3115\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3222\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"31\" data-envira-item-id=\"3115\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3222\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3114\" class=\"envira-gallery-item envira-gallery-item-33 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.jpg\" title=\"IMG_3120\" data-caption=\"\" data-envira-item-id=\"3114\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3120\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-33    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3114\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3120\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"32\" data-envira-item-id=\"3114\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3120\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3113\" class=\"envira-gallery-item envira-gallery-item-34 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3064.jpg\" title=\"IMG_3064\" data-caption=\"\" data-envira-item-id=\"3113\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3064.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3064\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3064.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-34    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3113\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3064\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"33\" data-envira-item-id=\"3113\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3064.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3064.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3064.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3064\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3112\" class=\"envira-gallery-item envira-gallery-item-35 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3062.jpg\" title=\"IMG_3062\" data-caption=\"\" data-envira-item-id=\"3112\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3062.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3062\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3062.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-35    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3112\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3062\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"34\" data-envira-item-id=\"3112\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3062.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3062.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3062.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3062\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3111\" class=\"envira-gallery-item envira-gallery-item-36 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2559.jpg\" title=\"IMG_2559\" data-caption=\"\" data-envira-item-id=\"3111\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2559.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_2559\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2559.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-36    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3111\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2559\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"35\" data-envira-item-id=\"3111\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2559.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2559.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2559.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_2559\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3110\" class=\"envira-gallery-item envira-gallery-item-37 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.jpg\" title=\"IMG_1961\" data-caption=\"\" data-envira-item-id=\"3110\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_1961\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-37    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3110\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1961\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"36\" data-envira-item-id=\"3110\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_1961\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3109\" class=\"envira-gallery-item envira-gallery-item-38 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1797.jpg\" title=\"IMG_1797\" data-caption=\"\" data-envira-item-id=\"3109\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1797.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_1797\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1797.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-38    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3109\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1797\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"37\" data-envira-item-id=\"3109\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1797.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1797.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1797.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_1797\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3108\" class=\"envira-gallery-item envira-gallery-item-39 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.jpg\" title=\"IMG_1796\" data-caption=\"\" data-envira-item-id=\"3108\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_1796\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-39    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3108\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1796\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"38\" data-envira-item-id=\"3108\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_1796\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3107\" class=\"envira-gallery-item envira-gallery-item-40 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1011.jpg\" title=\"IMG_1011\" data-caption=\"\" data-envira-item-id=\"3107\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1011.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_1011\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1011.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-40    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3107\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1011\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"39\" data-envira-item-id=\"3107\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1011.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1011.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1011.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_1011\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3106\" class=\"envira-gallery-item envira-gallery-item-41 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1010.jpg\" title=\"IMG_1010\" data-caption=\"\" data-envira-item-id=\"3106\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1010.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_1010\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1010.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-41    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3106\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1010\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"40\" data-envira-item-id=\"3106\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1010.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1010.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1010.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_1010\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3105\" class=\"envira-gallery-item envira-gallery-item-42 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.jpg\" title=\"IMG_1009\" data-caption=\"\" data-envira-item-id=\"3105\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_1009\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-42    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3105\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1009\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"41\" data-envira-item-id=\"3105\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_1009\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3104\" class=\"envira-gallery-item envira-gallery-item-43 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.jpg\" title=\"IMG_0698\" data-caption=\"\" data-envira-item-id=\"3104\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_0698\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-43    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3104\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_0698\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"42\" data-envira-item-id=\"3104\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_0698\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3103\" class=\"envira-gallery-item envira-gallery-item-44 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0696.jpg\" title=\"IMG_0696\" data-caption=\"\" data-envira-item-id=\"3103\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0696.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_0696\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0696.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-44    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3103\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_0696\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"43\" data-envira-item-id=\"3103\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0696.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0696.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0696.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_0696\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3102\" class=\"envira-gallery-item envira-gallery-item-45 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/68470976_1346433938856221_3994837700069818368_n.webp\" title=\"68470976_1346433938856221_3994837700069818368_n\" data-caption=\"\" data-envira-item-id=\"3102\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/68470976_1346433938856221_3994837700069818368_n.webp\" data-thumb=\"\" data-title=\"68470976_1346433938856221_3994837700069818368_n\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/68470976_1346433938856221_3994837700069818368_n.webp?fit=1024%2C683&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-45    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3102\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"68470976_1346433938856221_3994837700069818368_n\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"44\" data-envira-item-id=\"3102\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/68470976_1346433938856221_3994837700069818368_n.webp?fit=1024%2C683&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/68470976_1346433938856221_3994837700069818368_n.webp?fit=1024%2C683&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/68470976_1346433938856221_3994837700069818368_n.webp?fit=1024%2C683&amp;ssl=1 2x\" data-title=\"68470976_1346433938856221_3994837700069818368_n\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"200\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3101\" class=\"envira-gallery-item envira-gallery-item-46 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/67738814_2380243855588700_6910048023540137984_n.webp\" title=\"67738814_2380243855588700_6910048023540137984_n\" data-caption=\"\" data-envira-item-id=\"3101\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/67738814_2380243855588700_6910048023540137984_n.webp\" data-thumb=\"\" data-title=\"67738814_2380243855588700_6910048023540137984_n\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/67738814_2380243855588700_6910048023540137984_n.webp?fit=1024%2C683&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-46    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3101\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"67738814_2380243855588700_6910048023540137984_n\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"45\" data-envira-item-id=\"3101\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/67738814_2380243855588700_6910048023540137984_n.webp?fit=1024%2C683&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/67738814_2380243855588700_6910048023540137984_n.webp?fit=1024%2C683&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/67738814_2380243855588700_6910048023540137984_n.webp?fit=1024%2C683&amp;ssl=1 2x\" data-title=\"67738814_2380243855588700_6910048023540137984_n\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"200\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3100\" class=\"envira-gallery-item envira-gallery-item-47 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/29964D3A-B203-4E30-95AE-9483EC6B8490.webp\" title=\"29964D3A-B203-4E30-95AE-9483EC6B8490\" data-caption=\"\" data-envira-item-id=\"3100\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/29964D3A-B203-4E30-95AE-9483EC6B8490.webp\" data-thumb=\"\" data-title=\"29964D3A-B203-4E30-95AE-9483EC6B8490\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/29964D3A-B203-4E30-95AE-9483EC6B8490.webp?fit=819%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-47    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3100\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"29964D3A-B203-4E30-95AE-9483EC6B8490\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"46\" data-envira-item-id=\"3100\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/29964D3A-B203-4E30-95AE-9483EC6B8490.webp?fit=819%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/29964D3A-B203-4E30-95AE-9483EC6B8490.webp?fit=819%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/29964D3A-B203-4E30-95AE-9483EC6B8490.webp?fit=819%2C1024&amp;ssl=1 2x\" data-title=\"29964D3A-B203-4E30-95AE-9483EC6B8490\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"240\" /></a></div></div><div id=\"envira-gallery-item-3099\" class=\"envira-gallery-item envira-gallery-item-48 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp\" title=\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\" data-caption=\"\" data-envira-item-id=\"3099\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp\" data-thumb=\"\" data-title=\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=819%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-48    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3099\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"47\" data-envira-item-id=\"3099\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=819%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=819%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=819%2C1024&amp;ssl=1 2x\" data-title=\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"240\" /></a></div></div><div id=\"envira-gallery-item-3098\" class=\"envira-gallery-item envira-gallery-item-49 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2121-1.webp\" title=\"IMG_2121\" data-caption=\"\" data-envira-item-id=\"3098\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2121-1.webp\" data-thumb=\"\" data-title=\"IMG_2121\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2121-1.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-49    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3098\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2121\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"48\" data-envira-item-id=\"3098\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2121-1.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2121-1.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2121-1.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_2121\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3071\" class=\"envira-gallery-item envira-gallery-item-50 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2123.jpg\" title=\"IMG_2123\" data-caption=\"\" data-envira-item-id=\"3071\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2123.webp?fit=1200%2C900&ssl=1\" data-thumb=\"\" data-title=\"IMG_2123\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2123.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-50    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3071\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2123\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"49\" data-envira-item-id=\"3071\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2123.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2123.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2123.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"IMG_2123\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3097\" class=\"envira-gallery-item envira-gallery-item-51 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7488-1.webp\" title=\"IMG_7488\" data-caption=\"\" data-envira-item-id=\"3097\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7488-1.webp\" data-thumb=\"\" data-title=\"IMG_7488\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7488-1.webp?fit=1024%2C683&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-51    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3097\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_7488\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"50\" data-envira-item-id=\"3097\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7488-1.webp?fit=1024%2C683&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7488-1.webp?fit=1024%2C683&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7488-1.webp?fit=1024%2C683&amp;ssl=1 2x\" data-title=\"IMG_7488\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"200\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3096\" class=\"envira-gallery-item envira-gallery-item-52 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7489-1.webp\" title=\"IMG_7489\" data-caption=\"\" data-envira-item-id=\"3096\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7489-1.webp\" data-thumb=\"\" data-title=\"IMG_7489\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7489-1.webp?fit=683%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-52    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3096\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_7489\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"51\" data-envira-item-id=\"3096\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7489-1.webp?fit=683%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7489-1.webp?fit=683%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7489-1.webp?fit=683%2C1024&amp;ssl=1 2x\" data-title=\"IMG_7489\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"200\" /></a></div></div><div id=\"envira-gallery-item-3095\" class=\"envira-gallery-item envira-gallery-item-53 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7491-1.webp\" title=\"IMG_7491\" data-caption=\"\" data-envira-item-id=\"3095\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7491-1.webp\" data-thumb=\"\" data-title=\"IMG_7491\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7491-1.webp?fit=1024%2C682&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-53    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3095\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_7491\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"52\" data-envira-item-id=\"3095\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7491-1.webp?fit=1024%2C682&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7491-1.webp?fit=1024%2C682&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7491-1.webp?fit=1024%2C682&amp;ssl=1 2x\" data-title=\"IMG_7491\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"200\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3094\" class=\"envira-gallery-item envira-gallery-item-54 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7492-1.webp\" title=\"IMG_7492\" data-caption=\"\" data-envira-item-id=\"3094\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7492-1.webp\" data-thumb=\"\" data-title=\"IMG_7492\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7492-1.webp?fit=683%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-54    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3094\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_7492\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"53\" data-envira-item-id=\"3094\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7492-1.webp?fit=683%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7492-1.webp?fit=683%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7492-1.webp?fit=683%2C1024&amp;ssl=1 2x\" data-title=\"IMG_7492\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"200\" /></a></div></div><div id=\"envira-gallery-item-3093\" class=\"envira-gallery-item envira-gallery-item-55 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4544-1.webp\" title=\"IMG_4544\" data-caption=\"\" data-envira-item-id=\"3093\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4544-1.webp\" data-thumb=\"\" data-title=\"IMG_4544\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4544-1.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-55    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3093\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4544\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"54\" data-envira-item-id=\"3093\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4544-1.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4544-1.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4544-1.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_4544\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3059\" class=\"envira-gallery-item envira-gallery-item-56 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4542.jpg\" title=\"IMG_4542\" data-caption=\"\" data-envira-item-id=\"3059\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4542.webp?fit=1200%2C900&ssl=1\" data-thumb=\"\" data-title=\"IMG_4542\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4542.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-56    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3059\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4542\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"55\" data-envira-item-id=\"3059\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4542.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4542.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4542.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"IMG_4542\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3055\" class=\"envira-gallery-item envira-gallery-item-57 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4972e.jpg\" title=\"IMG_4972e\" data-caption=\"\" data-envira-item-id=\"3055\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4972e.webp?fit=1200%2C1049&ssl=1\" data-thumb=\"\" data-title=\"IMG_4972e\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4972e.webp?fit=1024%2C895&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-57    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3055\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4972e\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"56\" data-envira-item-id=\"3055\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4972e.webp?fit=1024%2C895&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4972e.webp?fit=1024%2C895&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4972e.webp?fit=1024%2C895&amp;ssl=1 2x\" data-title=\"IMG_4972e\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"262\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3092\" class=\"envira-gallery-item envira-gallery-item-58 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4973-1.webp\" title=\"IMG_4973\" data-caption=\"\" data-envira-item-id=\"3092\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4973-1.webp\" data-thumb=\"\" data-title=\"IMG_4973\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4973-1.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-58    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3092\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4973\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"57\" data-envira-item-id=\"3092\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4973-1.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4973-1.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4973-1.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_4973\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3091\" class=\"envira-gallery-item envira-gallery-item-59 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4974-1.webp\" title=\"IMG_4974\" data-caption=\"\" data-envira-item-id=\"3091\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4974-1.webp\" data-thumb=\"\" data-title=\"IMG_4974\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4974-1.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-59    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3091\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4974\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"58\" data-envira-item-id=\"3091\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4974-1.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4974-1.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4974-1.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"IMG_4974\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3090\" class=\"envira-gallery-item envira-gallery-item-60 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4995-1.webp\" title=\"IMG_4995\" data-caption=\"\" data-envira-item-id=\"3090\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4995-1.webp\" data-thumb=\"\" data-title=\"IMG_4995\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4995-1.webp?fit=1024%2C938&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-60    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3090\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4995\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"59\" data-envira-item-id=\"3090\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4995-1.webp?fit=1024%2C938&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4995-1.webp?fit=1024%2C938&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4995-1.webp?fit=1024%2C938&amp;ssl=1 2x\" data-title=\"IMG_4995\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"275\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3089\" class=\"envira-gallery-item envira-gallery-item-61 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3246-1.webp\" title=\"IMG_3246\" data-caption=\"\" data-envira-item-id=\"3089\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3246-1.webp\" data-thumb=\"\" data-title=\"IMG_3246\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3246-1.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-61    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3089\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3246\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"60\" data-envira-item-id=\"3089\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3246-1.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3246-1.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3246-1.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"IMG_3246\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3088\" class=\"envira-gallery-item envira-gallery-item-62 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5601-1.webp\" title=\"IMG_5601\" data-caption=\"\" data-envira-item-id=\"3088\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5601-1.webp\" data-thumb=\"\" data-title=\"IMG_5601\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5601-1.webp?fit=1024%2C609&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-62    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3088\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_5601\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"61\" data-envira-item-id=\"3088\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5601-1.webp?fit=1024%2C609&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5601-1.webp?fit=1024%2C609&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5601-1.webp?fit=1024%2C609&amp;ssl=1 2x\" data-title=\"IMG_5601\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"178\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3087\" class=\"envira-gallery-item envira-gallery-item-63 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.webp\" title=\"IMG_2698\" data-caption=\"\" data-envira-item-id=\"3087\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.webp\" data-thumb=\"\" data-title=\"IMG_2698\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-63    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3087\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2698\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"62\" data-envira-item-id=\"3087\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"IMG_2698\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3086\" class=\"envira-gallery-item envira-gallery-item-64 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3053-1.webp\" title=\"IMG_3053\" data-caption=\"\" data-envira-item-id=\"3086\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3053-1.webp\" data-thumb=\"\" data-title=\"IMG_3053\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3053-1.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-64    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3086\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3053\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"63\" data-envira-item-id=\"3086\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3053-1.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3053-1.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3053-1.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3053\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3085\" class=\"envira-gallery-item envira-gallery-item-65 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3616-1.webp\" title=\"IMG_3616\" data-caption=\"\" data-envira-item-id=\"3085\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3616-1.webp\" data-thumb=\"\" data-title=\"IMG_3616\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3616-1.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-65    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3085\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3616\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"64\" data-envira-item-id=\"3085\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3616-1.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3616-1.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3616-1.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3616\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3083\" class=\"envira-gallery-item envira-gallery-item-66 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1482.jpg\" title=\"IMG_1482\" data-caption=\"\" data-envira-item-id=\"3083\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1482.webp?fit=1200%2C900&ssl=1\" data-thumb=\"\" data-title=\"IMG_1482\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1482.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-66    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3083\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1482\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"65\" data-envira-item-id=\"3083\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1482.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1482.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1482.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"IMG_1482\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3081\" class=\"envira-gallery-item envira-gallery-item-67 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1490.jpg\" title=\"IMG_1490\" data-caption=\"\" data-envira-item-id=\"3081\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1490.webp?fit=1200%2C900&ssl=1\" data-thumb=\"\" data-title=\"IMG_1490\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1490.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-67    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3081\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1490\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"66\" data-envira-item-id=\"3081\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1490.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1490.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1490.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"IMG_1490\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3077\" class=\"envira-gallery-item envira-gallery-item-68 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1680e.jpg\" title=\"IMG_1680e\" data-caption=\"\" data-envira-item-id=\"3077\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1680e.webp?fit=1200%2C1646&ssl=1\" data-thumb=\"\" data-title=\"IMG_1680e\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1680e.webp?fit=747%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-68    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3077\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1680e\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"67\" data-envira-item-id=\"3077\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1680e.webp?fit=747%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1680e.webp?fit=747%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1680e.webp?fit=747%2C1024&amp;ssl=1 2x\" data-title=\"IMG_1680e\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"219\" /></a></div></div><div id=\"envira-gallery-item-3061\" class=\"envira-gallery-item envira-gallery-item-69 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3854.jpg\" title=\"IMG_3854\" data-caption=\"\" data-envira-item-id=\"3061\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3854.webp?fit=1200%2C900&ssl=1\" data-thumb=\"\" data-title=\"IMG_3854\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3854.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-69    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3061\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3854\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"68\" data-envira-item-id=\"3061\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3854.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3854.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3854.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"IMG_3854\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3046\" class=\"envira-gallery-item envira-gallery-item-70 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3855-rotated.webp\" title=\"IMG_3855\" data-caption=\"\" data-envira-item-id=\"3046\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3855-rotated.webp\" data-thumb=\"\" data-title=\"IMG_3855\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3855-rotated.webp?fit=1024%2C576&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-70    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3046\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3855\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"69\" data-envira-item-id=\"3046\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3855-rotated.webp?fit=1024%2C576&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3855-rotated.webp?fit=1024%2C576&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3855-rotated.webp?fit=1024%2C576&amp;ssl=1 2x\" data-title=\"IMG_3855\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"169\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3060\" class=\"envira-gallery-item envira-gallery-item-71 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3920e.jpg\" title=\"IMG_3920e\" data-caption=\"\" data-envira-item-id=\"3060\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3920e.webp?fit=1200%2C1682&ssl=1\" data-thumb=\"\" data-title=\"IMG_3920e\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3920e.webp?fit=731%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-71    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3060\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3920e\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"70\" data-envira-item-id=\"3060\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3920e.webp?fit=731%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3920e.webp?fit=731%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3920e.webp?fit=731%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3920e\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"214\" /></a></div></div><div id=\"envira-gallery-item-3056\" class=\"envira-gallery-item envira-gallery-item-72 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4572e.jpg\" title=\"IMG_4572e\" data-caption=\"\" data-envira-item-id=\"3056\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4572e.webp?fit=1200%2C804&ssl=1\" data-thumb=\"\" data-title=\"IMG_4572e\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4572e.webp?fit=1024%2C686&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-72    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3056\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4572e\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"71\" data-envira-item-id=\"3056\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4572e.webp?fit=1024%2C686&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4572e.webp?fit=1024%2C686&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4572e.webp?fit=1024%2C686&amp;ssl=1 2x\" data-title=\"IMG_4572e\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"201\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3049\" class=\"envira-gallery-item envira-gallery-item-73 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4993e.jpg\" title=\"IMG_4993e\" data-caption=\"\" data-envira-item-id=\"3049\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4993e.webp?fit=1200%2C1938&ssl=1\" data-thumb=\"\" data-title=\"IMG_4993e\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4993e.webp?fit=634%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-73    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3049\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4993e\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"72\" data-envira-item-id=\"3049\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4993e.webp?fit=634%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4993e.webp?fit=634%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4993e.webp?fit=634%2C1024&amp;ssl=1 2x\" data-title=\"IMG_4993e\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"186\" /></a></div></div><div id=\"envira-gallery-item-3047\" class=\"envira-gallery-item envira-gallery-item-74 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5155.jpg\" title=\"IMG_5155\" data-caption=\"\" data-envira-item-id=\"3047\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5155.webp?fit=1200%2C900&ssl=1\" data-thumb=\"\" data-title=\"IMG_5155\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5155.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-74    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3047\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_5155\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"73\" data-envira-item-id=\"3047\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5155.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5155.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5155.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"IMG_5155\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3044\" class=\"envira-gallery-item envira-gallery-item-75 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5504e.jpg\" title=\"IMG_5504e\" data-caption=\"\" data-envira-item-id=\"3044\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5504e.webp?fit=1200%2C729&ssl=1\" data-thumb=\"\" data-title=\"IMG_5504e\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5504e.webp?fit=1024%2C622&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-75    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3044\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_5504e\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"74\" data-envira-item-id=\"3044\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5504e.webp?fit=1024%2C622&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5504e.webp?fit=1024%2C622&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5504e.webp?fit=1024%2C622&amp;ssl=1 2x\" data-title=\"IMG_5504e\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"182\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3067\" class=\"envira-gallery-item envira-gallery-item-76 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/NHJZ5355.jpg\" title=\"NHJZ5355\" data-caption=\"\" data-envira-item-id=\"3067\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/NHJZ5355.webp?fit=1200%2C900&ssl=1\" data-thumb=\"\" data-title=\"NHJZ5355\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/NHJZ5355.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-76    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3067\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"NHJZ5355\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"75\" data-envira-item-id=\"3067\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/NHJZ5355.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/NHJZ5355.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/NHJZ5355.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"NHJZ5355\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3042\" class=\"envira-gallery-item envira-gallery-item-77 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5644.jpg\" title=\"IMG_5644\" data-caption=\"\" data-envira-item-id=\"3042\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5644.webp?fit=1200%2C900&ssl=1\" data-thumb=\"\" data-title=\"IMG_5644\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5644.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-77    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3042\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_5644\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"76\" data-envira-item-id=\"3042\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5644.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5644.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5644.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"IMG_5644\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3041\" class=\"envira-gallery-item envira-gallery-item-78 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5645.jpg\" title=\"IMG_5645\" data-caption=\"\" data-envira-item-id=\"3041\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5645.webp?fit=1200%2C988&ssl=1\" data-thumb=\"\" data-title=\"IMG_5645\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5645.webp?fit=1024%2C843&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-78    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3041\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_5645\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"77\" data-envira-item-id=\"3041\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5645.webp?fit=1024%2C843&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5645.webp?fit=1024%2C843&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5645.webp?fit=1024%2C843&amp;ssl=1 2x\" data-title=\"IMG_5645\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"247\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3040\" class=\"envira-gallery-item envira-gallery-item-79 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3244.jpg\" title=\"IMG_3244\" data-caption=\"\" data-envira-item-id=\"3040\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3244.webp?fit=1200%2C540&ssl=1\" data-thumb=\"\" data-title=\"IMG_3244\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3244.webp?fit=1024%2C461&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-79    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3040\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3244\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"78\" data-envira-item-id=\"3040\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3244.webp?fit=1024%2C461&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3244.webp?fit=1024%2C461&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3244.webp?fit=1024%2C461&amp;ssl=1 2x\" data-title=\"IMG_3244\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"135\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3038\" class=\"envira-gallery-item envira-gallery-item-80 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8489.jpg\" title=\"IMG_8489\" data-caption=\"\" data-envira-item-id=\"3038\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8489.webp?fit=1200%2C598&ssl=1\" data-thumb=\"\" data-title=\"IMG_8489\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8489.webp?fit=1024%2C510&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-80    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3038\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_8489\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"79\" data-envira-item-id=\"3038\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8489.webp?fit=1024%2C510&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8489.webp?fit=1024%2C510&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8489.webp?fit=1024%2C510&amp;ssl=1 2x\" data-title=\"IMG_8489\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"150\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3037\" class=\"envira-gallery-item envira-gallery-item-81 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8611.jpg\" title=\"IMG_8611\" data-caption=\"\" data-envira-item-id=\"3037\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8611.webp?fit=1200%2C1283&ssl=1\" data-thumb=\"\" data-title=\"IMG_8611\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8611.webp?fit=958%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-81    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3037\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_8611\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"80\" data-envira-item-id=\"3037\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8611.webp?fit=958%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8611.webp?fit=958%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8611.webp?fit=958%2C1024&amp;ssl=1 2x\" data-title=\"IMG_8611\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"281\" /></a></div></div><div id=\"envira-gallery-item-3036\" class=\"envira-gallery-item envira-gallery-item-82 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9395.jpg\" title=\"IMG_9395\" data-caption=\"\" data-envira-item-id=\"3036\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9395.webp?fit=1200%2C832&ssl=1\" data-thumb=\"\" data-title=\"IMG_9395\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9395.webp?fit=1024%2C710&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-82    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3036\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_9395\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"81\" data-envira-item-id=\"3036\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9395.webp?fit=1024%2C710&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9395.webp?fit=1024%2C710&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9395.webp?fit=1024%2C710&amp;ssl=1 2x\" data-title=\"IMG_9395\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"208\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3035\" class=\"envira-gallery-item envira-gallery-item-83 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9445.jpg\" title=\"IMG_9445\" data-caption=\"\" data-envira-item-id=\"3035\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9445.webp?fit=900%2C1200&ssl=1\" data-thumb=\"\" data-title=\"IMG_9445\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9445.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-83    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3035\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_9445\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"82\" data-envira-item-id=\"3035\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9445.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9445.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9445.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_9445\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3034\" class=\"envira-gallery-item envira-gallery-item-84 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9446.jpg\" title=\"IMG_9446\" data-caption=\"\" data-envira-item-id=\"3034\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9446.webp?fit=900%2C1200&ssl=1\" data-thumb=\"\" data-title=\"IMG_9446\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9446.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-84    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3034\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_9446\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"83\" data-envira-item-id=\"3034\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9446.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9446.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9446.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_9446\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3033\" class=\"envira-gallery-item envira-gallery-item-85 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9576.jpg\" title=\"IMG_9576\" data-caption=\"\" data-envira-item-id=\"3033\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9576.webp?fit=900%2C1200&ssl=1\" data-thumb=\"\" data-title=\"IMG_9576\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9576.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-85    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3033\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_9576\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"84\" data-envira-item-id=\"3033\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9576.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9576.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9576.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_9576\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3032\" class=\"envira-gallery-item envira-gallery-item-86 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9777.jpg\" title=\"IMG_9777\" data-caption=\"\" data-envira-item-id=\"3032\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9777.webp?fit=1200%2C610&ssl=1\" data-thumb=\"\" data-title=\"IMG_9777\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9777.webp?fit=1024%2C521&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-86    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3032\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_9777\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"85\" data-envira-item-id=\"3032\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9777.webp?fit=1024%2C521&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9777.webp?fit=1024%2C521&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9777.webp?fit=1024%2C521&amp;ssl=1 2x\" data-title=\"IMG_9777\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"153\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3031\" class=\"envira-gallery-item envira-gallery-item-87 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9781.jpg\" title=\"IMG_9781\" data-caption=\"\" data-envira-item-id=\"3031\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9781.webp?fit=1200%2C551&ssl=1\" data-thumb=\"\" data-title=\"IMG_9781\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9781.webp?fit=1024%2C470&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-87    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3031\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_9781\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"86\" data-envira-item-id=\"3031\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9781.webp?fit=1024%2C470&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9781.webp?fit=1024%2C470&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9781.webp?fit=1024%2C470&amp;ssl=1 2x\" data-title=\"IMG_9781\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"138\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3030\" class=\"envira-gallery-item envira-gallery-item-88 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.webp\" title=\"75D4E00F-F35A-4C86-A1D1-D5BAC411BECF\" data-caption=\"\" data-envira-item-id=\"3030\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.webp\" data-thumb=\"\" data-title=\"75D4E00F-F35A-4C86-A1D1-D5BAC411BECF\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.webp?fit=1024%2C515&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-88    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3030\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"75D4E00F-F35A-4C86-A1D1-D5BAC411BECF\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"87\" data-envira-item-id=\"3030\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.webp?fit=1024%2C515&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.webp?fit=1024%2C515&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.webp?fit=1024%2C515&amp;ssl=1 2x\" data-title=\"75D4E00F-F35A-4C86-A1D1-D5BAC411BECF\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"151\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3029\" class=\"envira-gallery-item envira-gallery-item-89 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.webp\" title=\"72D9BE60-918C-4B4B-9C3A-4898D7D2E51D\" data-caption=\"\" data-envira-item-id=\"3029\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.webp\" data-thumb=\"\" data-title=\"72D9BE60-918C-4B4B-9C3A-4898D7D2E51D\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.webp?fit=917%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-89    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3029\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"72D9BE60-918C-4B4B-9C3A-4898D7D2E51D\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"88\" data-envira-item-id=\"3029\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.webp?fit=917%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.webp?fit=917%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.webp?fit=917%2C1024&amp;ssl=1 2x\" data-title=\"72D9BE60-918C-4B4B-9C3A-4898D7D2E51D\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"269\" /></a></div></div><div id=\"envira-gallery-item-3028\" class=\"envira-gallery-item envira-gallery-item-90 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/F2351C4C-F4D9-480F-9934-083F6DFCE40A.webp\" title=\"F2351C4C-F4D9-480F-9934-083F6DFCE40A\" data-caption=\"\" data-envira-item-id=\"3028\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/F2351C4C-F4D9-480F-9934-083F6DFCE40A.webp\" data-thumb=\"\" data-title=\"F2351C4C-F4D9-480F-9934-083F6DFCE40A\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/F2351C4C-F4D9-480F-9934-083F6DFCE40A.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-90    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3028\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"F2351C4C-F4D9-480F-9934-083F6DFCE40A\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"89\" data-envira-item-id=\"3028\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/F2351C4C-F4D9-480F-9934-083F6DFCE40A.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/F2351C4C-F4D9-480F-9934-083F6DFCE40A.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/F2351C4C-F4D9-480F-9934-083F6DFCE40A.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"F2351C4C-F4D9-480F-9934-083F6DFCE40A\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3027\" class=\"envira-gallery-item envira-gallery-item-91 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.webp\" title=\"E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1\" data-caption=\"\" data-envira-item-id=\"3027\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.webp\" data-thumb=\"\" data-title=\"E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.webp?fit=1024%2C767&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-91    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3027\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"90\" data-envira-item-id=\"3027\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.webp?fit=1024%2C767&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.webp?fit=1024%2C767&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.webp?fit=1024%2C767&amp;ssl=1 2x\" data-title=\"E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3025\" class=\"envira-gallery-item envira-gallery-item-92 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/07AA5C2A-CBF0-4E74-9708-3305125E5505.webp\" title=\"07AA5C2A-CBF0-4E74-9708-3305125E5505\" data-caption=\"\" data-envira-item-id=\"3025\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/07AA5C2A-CBF0-4E74-9708-3305125E5505.webp\" data-thumb=\"\" data-title=\"07AA5C2A-CBF0-4E74-9708-3305125E5505\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/07AA5C2A-CBF0-4E74-9708-3305125E5505.webp?fit=1024%2C767&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-92    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3025\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"07AA5C2A-CBF0-4E74-9708-3305125E5505\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"91\" data-envira-item-id=\"3025\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/07AA5C2A-CBF0-4E74-9708-3305125E5505.webp?fit=1024%2C767&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/07AA5C2A-CBF0-4E74-9708-3305125E5505.webp?fit=1024%2C767&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/07AA5C2A-CBF0-4E74-9708-3305125E5505.webp?fit=1024%2C767&amp;ssl=1 2x\" data-title=\"07AA5C2A-CBF0-4E74-9708-3305125E5505\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3024\" class=\"envira-gallery-item envira-gallery-item-93 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/4C97A568-D52D-416B-A98C-57FE57513540.webp\" title=\"4C97A568-D52D-416B-A98C-57FE57513540\" data-caption=\"\" data-envira-item-id=\"3024\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/4C97A568-D52D-416B-A98C-57FE57513540.webp\" data-thumb=\"\" data-title=\"4C97A568-D52D-416B-A98C-57FE57513540\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/4C97A568-D52D-416B-A98C-57FE57513540.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-93    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3024\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"4C97A568-D52D-416B-A98C-57FE57513540\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"92\" data-envira-item-id=\"3024\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/4C97A568-D52D-416B-A98C-57FE57513540.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/4C97A568-D52D-416B-A98C-57FE57513540.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/4C97A568-D52D-416B-A98C-57FE57513540.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"4C97A568-D52D-416B-A98C-57FE57513540\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3023\" class=\"envira-gallery-item envira-gallery-item-94 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.jpg\" title=\"IMG_2556\" data-caption=\"\" data-envira-item-id=\"3023\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.webp?fit=1440%2C1920&ssl=1\" data-thumb=\"\" data-title=\"IMG_2556\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-94    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3023\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2556\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"93\" data-envira-item-id=\"3023\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_2556\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3020\" class=\"envira-gallery-item envira-gallery-item-95 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2741.jpg\" title=\"IMG_2741\" data-caption=\"\" data-envira-item-id=\"3020\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2741.webp?fit=1440%2C1920&ssl=1\" data-thumb=\"\" data-title=\"IMG_2741\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2741.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-95    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3020\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2741\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"94\" data-envira-item-id=\"3020\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2741.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2741.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2741.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_2741\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3016\" class=\"envira-gallery-item envira-gallery-item-96 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3128.jpg\" title=\"IMG_3128\" data-caption=\"\" data-envira-item-id=\"3016\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3128.webp?fit=1440%2C1920&ssl=1\" data-thumb=\"\" data-title=\"IMG_3128\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3128.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-96    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3016\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3128\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"95\" data-envira-item-id=\"3016\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3128.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3128.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3128.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3128\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3014\" class=\"envira-gallery-item envira-gallery-item-97 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9457.jpg\" title=\"IMG_9457\" data-caption=\"\" data-envira-item-id=\"3014\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9457.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_9457\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9457.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-97    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3014\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_9457\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"96\" data-envira-item-id=\"3014\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9457.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9457.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9457.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_9457\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3013\" class=\"envira-gallery-item envira-gallery-item-98 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9456.jpg\" title=\"IMG_9456\" data-caption=\"\" data-envira-item-id=\"3013\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9456.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_9456\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9456.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-98    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3013\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_9456\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"97\" data-envira-item-id=\"3013\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9456.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9456.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9456.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_9456\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3012\" class=\"envira-gallery-item envira-gallery-item-99 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9453.jpg\" title=\"IMG_9453\" data-caption=\"\" data-envira-item-id=\"3012\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9453.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_9453\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9453.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-99    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3012\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_9453\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"98\" data-envira-item-id=\"3012\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9453.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9453.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9453.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_9453\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3011\" class=\"envira-gallery-item envira-gallery-item-100 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9452.jpg\" title=\"IMG_9452\" data-caption=\"\" data-envira-item-id=\"3011\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9452.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_9452\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9452.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-100    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3011\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_9452\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"99\" data-envira-item-id=\"3011\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9452.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9452.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9452.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_9452\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3084\" class=\"envira-gallery-item envira-gallery-item-101 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9451.jpg\" title=\"IMG_9451\" data-caption=\"\" data-envira-item-id=\"3084\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9451.webp?fit=1440%2C1080&ssl=1\" data-thumb=\"\" data-title=\"IMG_9451\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9451.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-101    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3084\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_9451\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"100\" data-envira-item-id=\"3084\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9451.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9451.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9451.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"IMG_9451\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div></div></div><noscript><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3812.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3845.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3846.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3897.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3960.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3966.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4020.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4035.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4036.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4054.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2560.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9439.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7456.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7447.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7301.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7204.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7042.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_6976.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4031.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3619.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3617.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3305.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3223.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3064.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3062.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2559.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1797.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1011.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1010.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0696.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/68470976_1346433938856221_3994837700069818368_n.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/67738814_2380243855588700_6910048023540137984_n.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/29964D3A-B203-4E30-95AE-9483EC6B8490.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2121-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2123.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7488-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7489-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7491-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7492-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4544-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4542.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4972e.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4973-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4974-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4995-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3246-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5601-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3053-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3616-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1482.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1490.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1680e.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3854.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3855-rotated.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3920e.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4572e.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4993e.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5155.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5504e.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/NHJZ5355.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5644.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5645.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3244.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8489.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8611.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9395.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9445.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9446.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9576.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9777.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9781.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/F2351C4C-F4D9-480F-9934-083F6DFCE40A.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/07AA5C2A-CBF0-4E74-9708-3305125E5505.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/4C97A568-D52D-416B-A98C-57FE57513540.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2741.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3128.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9457.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9456.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9453.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9452.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9451.jpg\' alt=\'\' class=\'envira_noscript_images \' /></noscript>','off'),(367674,'_transient_timeout__eg_cache_3152','1759517507','off'),(367675,'_transient__eg_cache_3152','a:3:{s:2:\"id\";i:3152;s:6:\"config\";a:88:{s:4:\"type\";s:7:\"default\";s:6:\"layout\";s:9:\"automatic\";s:7:\"columns\";s:1:\"0\";s:13:\"gallery_theme\";s:4:\"base\";s:17:\"justified_margins\";i:1;s:18:\"justified_last_row\";s:9:\"nojustify\";s:12:\"lazy_loading\";i:1;s:18:\"lazy_loading_delay\";i:500;s:6:\"gutter\";i:1;s:13:\"gutter_mobile\";i:0;s:6:\"margin\";i:1;s:10:\"image_size\";s:7:\"default\";s:11:\"square_size\";i:300;s:10:\"crop_width\";i:640;s:11:\"crop_height\";i:480;s:4:\"crop\";i:0;s:13:\"crop_position\";s:1:\"c\";s:14:\"show_more_text\";s:14:\"Click for more\";s:17:\"additional_copy_0\";i:0;s:21:\"additional_copy_title\";i:0;s:23:\"additional_copy_caption\";i:0;s:29:\"additional_copy_title_caption\";i:0;s:24:\"additional_copy_0_mobile\";i:0;s:28:\"additional_copy_title_mobile\";i:0;s:30:\"additional_copy_caption_mobile\";i:0;s:36:\"additional_copy_title_caption_mobile\";i:0;s:28:\"gallery_column_title_caption\";s:1:\"0\";s:35:\"gallery_column_title_caption_mobile\";s:1:\"0\";s:27:\"additional_copy_automatic_0\";i:0;s:31:\"additional_copy_automatic_title\";i:0;s:33:\"additional_copy_automatic_caption\";i:0;s:39:\"additional_copy_automatic_title_caption\";i:0;s:34:\"additional_copy_automatic_0_mobile\";i:0;s:38:\"additional_copy_automatic_title_mobile\";i:0;s:40:\"additional_copy_automatic_caption_mobile\";i:0;s:46:\"additional_copy_automatic_title_caption_mobile\";i:0;s:31:\"gallery_automatic_title_caption\";s:1:\"0\";s:38:\"gallery_automatic_title_caption_mobile\";s:1:\"0\";s:20:\"justified_row_height\";i:100;s:20:\"description_position\";s:1:\"0\";s:11:\"description\";s:0:\"\";s:6:\"random\";s:1:\"0\";s:10:\"sort_order\";s:1:\"0\";s:17:\"sorting_direction\";s:3:\"ASC\";s:18:\"image_sizes_random\";a:0:{}s:7:\"isotope\";i:0;s:16:\"lightbox_enabled\";i:1;s:20:\"gallery_link_enabled\";i:1;s:14:\"lightbox_theme\";s:9:\"base_dark\";s:19:\"lightbox_image_size\";s:7:\"default\";s:13:\"title_display\";s:5:\"float\";s:22:\"lightbox_title_caption\";s:5:\"title\";s:6:\"arrows\";i:1;s:15:\"arrows_position\";s:6:\"inside\";s:7:\"toolbar\";i:0;s:13:\"toolbar_title\";i:0;s:16:\"toolbar_position\";s:3:\"top\";s:4:\"loop\";i:1;s:26:\"lightbox_open_close_effect\";s:4:\"fade\";s:6:\"effect\";s:4:\"fade\";s:9:\"supersize\";i:0;s:17:\"thumbnails_toggle\";i:0;s:15:\"thumbnails_hide\";i:0;s:13:\"image_counter\";i:0;s:21:\"lightbox_html_caption\";i:0;s:10:\"thumbnails\";i:1;s:16:\"thumbnails_width\";i:75;s:17:\"thumbnails_height\";i:50;s:19:\"thumbnails_position\";s:6:\"bottom\";s:22:\"thumbnails_custom_size\";i:0;s:6:\"mobile\";i:1;s:12:\"mobile_width\";i:320;s:13:\"mobile_height\";i:240;s:15:\"mobile_lightbox\";i:1;s:27:\"mobile_gallery_link_enabled\";i:0;s:13:\"mobile_arrows\";i:1;s:14:\"mobile_toolbar\";i:1;s:17:\"mobile_thumbnails\";i:1;s:22:\"mobile_touchwipe_close\";i:0;s:23:\"mobile_thumbnails_width\";i:75;s:24:\"mobile_thumbnails_height\";i:50;s:27:\"mobile_justified_row_height\";i:80;s:8:\"keyboard\";b:1;s:19:\"standalone_template\";s:0:\"\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"rtl\";i:0;s:4:\"slug\";s:17:\"our-work-canopies\";s:5:\"title\";s:0:\"\";}s:7:\"gallery\";a:39:{i:3153;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:63:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/AG.png\";s:5:\"title\";s:24:\"Aggressive Graphix 10x10\";s:4:\"link\";s:63:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/AG.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3489;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:75:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/dhopkins10x10.webp\";s:5:\"title\";s:17:\"DCH Masonry 10x10\";s:4:\"link\";s:75:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/dhopkins10x10.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3488;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/grice10x10.webp\";s:5:\"title\";s:30:\"Gary Rice Shop Equipment 10x10\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/grice10x10.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3179;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/sweetsubies.png\";s:5:\"title\";s:18:\"Sweet Subies 10x10\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/sweetsubies.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3177;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:76:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsandstripes.png\";s:5:\"title\";s:23:\"Scars and Stripes 10x10\";s:4:\"link\";s:76:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsandstripes.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3176;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PlaceFord.png\";s:5:\"title\";s:16:\"Place Ford 10x10\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PlaceFord.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3175;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:65:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/mx23.png\";s:5:\"title\";s:21:\"MX23 Brookfield 10x10\";s:4:\"link\";s:65:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/mx23.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3160;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:78:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/flawlessdetailing.png\";s:5:\"title\";s:27:\"Flawless Detailing MA 10x10\";s:4:\"link\";s:78:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/flawlessdetailing.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3485;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x10.webp\";s:5:\"title\";s:25:\"Wicked Big Car Show 10x10\";s:4:\"link\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x10.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3159;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:73:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/daigleracing.jpg\";s:5:\"title\";s:19:\"Daigle Racing 10x10\";s:4:\"link\";s:73:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/daigleracing.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3158;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/cscservices.jpg\";s:5:\"title\";s:18:\"CSC Services 10x10\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/cscservices.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3157;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/colosseumbarbell.png\";s:5:\"title\";s:28:\"Colosseum Barbell Club 10x10\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/colosseumbarbell.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3156;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:75:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/bosssuspension.png\";s:5:\"title\";s:21:\"Boss Suspension 10x10\";s:4:\"link\";s:75:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/bosssuspension.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3154;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ATMracing.png\";s:5:\"title\";s:16:\"ATM Racing 10x15\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ATMracing.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3172;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/harringer.png\";s:5:\"title\";s:21:\"Dawson Harriger 10x15\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/harringer.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3486;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x20.webp\";s:5:\"title\";s:23:\"Wick Big Car Show 10x20\";s:4:\"link\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x20.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3487;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:75:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/supplife10x20.webp\";s:5:\"title\";s:14:\"SuppLife 10x20\";s:4:\"link\";s:75:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/supplife10x20.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3484;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:75:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kavanagh10x20.webp\";s:5:\"title\";s:14:\"Kavanagh 10x20\";s:4:\"link\";s:75:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kavanagh10x20.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3180;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:79:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/triplethreatracing.png\";s:5:\"title\";s:26:\"Triple Threat Racing 10x20\";s:4:\"link\";s:79:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/triplethreatracing.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3490;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:74:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/dhopkinswall.webp\";s:5:\"title\";s:42:\"Mya Hopkins/Plaistow Powersports half wall\";s:4:\"link\";s:74:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/dhopkinswall.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3494;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:73:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrhalfwall.webp\";s:5:\"title\";s:20:\"KSR Wheels half wall\";s:4:\"link\";s:73:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrhalfwall.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3178;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsstripeshalfwall.png\";s:5:\"title\";s:20:\"scarsstripeshalfwall\";s:4:\"link\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsstripeshalfwall.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3174;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:76:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall2.png\";s:5:\"title\";s:23:\"Kaplan Cycles half wall\";s:4:\"link\";s:76:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall2.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3173;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:75:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall.png\";s:5:\"title\";s:23:\"Kaplan Cycles half wall\";s:4:\"link\";s:75:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3155;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:73:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/bosshalfwall.png\";s:5:\"title\";s:25:\"Boss Suspension half wall\";s:4:\"link\";s:73:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/bosshalfwall.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3165;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallAG.png\";s:5:\"title\";s:28:\"Aggressive Graphix full wall\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallAG.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3166;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallCBC.png\";s:5:\"title\";s:32:\"Colosseum Barbell Club full wall\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallCBC.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3170;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallsinister.png\";s:5:\"title\";s:33:\"Sinfully Slick Auto Spa full wall\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallsinister.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3169;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallPlaistow.png\";s:5:\"title\";s:30:\"Plaistow Powersports full wall\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallPlaistow.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3171;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallWeepingWillow.png\";s:5:\"title\";s:24:\"Weeping Willow full wall\";s:4:\"link\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallWeepingWillow.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3167;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallFlawless.png\";s:5:\"title\";s:31:\"Flawless Detailing MA full wall\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallFlawless.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3162;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:74:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall10TTR.png\";s:5:\"title\";s:30:\"Triple Threat Racing full wall\";s:4:\"link\";s:74:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall10TTR.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3163;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:74:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall20TTR.png\";s:5:\"title\";s:35:\"Triple Threat Racing 20ft full wall\";s:4:\"link\";s:74:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall20TTR.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3496;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrtable.webp\";s:5:\"title\";s:22:\"KSR Wheels table cloth\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrtable.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3161;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:74:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fueltoinspire.jpg\";s:5:\"title\";s:27:\"Fuel to Inspire table cloth\";s:4:\"link\";s:74:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fueltoinspire.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3495;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrflag.webp\";s:5:\"title\";s:19:\"KSR Wheels 9ft flag\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrflag.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3493;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:73:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/carerentals.webp\";s:5:\"title\";s:31:\"Care Equipment rentals 7ft flag\";s:4:\"link\";s:73:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/carerentals.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3492;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/carelandscapesupply.webp\";s:5:\"title\";s:40:\"Care Equipment landscape supply 7ft flag\";s:4:\"link\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/carelandscapesupply.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3491;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:76:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/careexcavation.webp\";s:5:\"title\";s:24:\"Care Excavation 7ft flag\";s:4:\"link\";s:76:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/careexcavation.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}}','off'),(367676,'_transient_timeout__eg_fragment_3152','1759517507','off'),(367677,'_transient__eg_fragment_3152','<div id=\"envira-gallery-wrap-3152\" class=\"envira-gallery-wrap envira-lazy-loading-enabled envira-layout-automatic\" itemscope itemtype=\"https://schema.org/ImageGallery\"><div class=\"envira-loader\"><div></div><div></div><div></div><div></div></div><div id=\"envira-gallery-3152\" class=\"envira-gallery-public envira-gallery-0-columns envira-clear envira-gallery-justified-public\" data-envira-id=\"3152\" data-gallery-config=\'{\"type\":\"default\",\"layout\":\"automatic\",\"columns\":\"0\",\"gallery_theme\":\"base\",\"justified_margins\":1,\"justified_last_row\":\"nojustify\",\"lazy_loading\":1,\"lazy_loading_delay\":500,\"gutter\":1,\"gutter_mobile\":0,\"margin\":1,\"image_size\":\"default\",\"square_size\":300,\"crop_width\":640,\"crop_height\":480,\"crop\":0,\"crop_position\":\"c\",\"show_more_text\":\"Click for more\",\"additional_copy_0\":0,\"additional_copy_title\":0,\"additional_copy_caption\":0,\"additional_copy_title_caption\":0,\"additional_copy_0_mobile\":0,\"additional_copy_title_mobile\":0,\"additional_copy_caption_mobile\":0,\"additional_copy_title_caption_mobile\":0,\"gallery_column_title_caption\":\"0\",\"gallery_column_title_caption_mobile\":\"0\",\"additional_copy_automatic_0\":0,\"additional_copy_automatic_title\":0,\"additional_copy_automatic_caption\":0,\"additional_copy_automatic_title_caption\":0,\"additional_copy_automatic_0_mobile\":0,\"additional_copy_automatic_title_mobile\":0,\"additional_copy_automatic_caption_mobile\":0,\"additional_copy_automatic_title_caption_mobile\":0,\"gallery_automatic_title_caption\":\"0\",\"gallery_automatic_title_caption_mobile\":\"0\",\"justified_row_height\":100,\"description_position\":\"0\",\"description\":\"\",\"random\":\"0\",\"sort_order\":\"0\",\"sorting_direction\":\"ASC\",\"image_sizes_random\":[],\"isotope\":0,\"lightbox_enabled\":1,\"gallery_link_enabled\":1,\"lightbox_theme\":\"base_dark\",\"lightbox_image_size\":\"default\",\"title_display\":\"float\",\"lightbox_title_caption\":\"title\",\"arrows\":1,\"arrows_position\":\"inside\",\"toolbar\":0,\"toolbar_title\":0,\"toolbar_position\":\"top\",\"loop\":1,\"lightbox_open_close_effect\":\"fade\",\"effect\":\"fade\",\"supersize\":0,\"thumbnails_toggle\":0,\"thumbnails_hide\":0,\"image_counter\":0,\"lightbox_html_caption\":0,\"thumbnails\":1,\"thumbnails_width\":\"auto\",\"thumbnails_height\":\"auto\",\"thumbnails_position\":\"bottom\",\"thumbnails_custom_size\":0,\"mobile\":1,\"mobile_width\":320,\"mobile_height\":240,\"mobile_lightbox\":1,\"mobile_gallery_link_enabled\":0,\"mobile_arrows\":1,\"mobile_toolbar\":1,\"mobile_thumbnails\":1,\"mobile_touchwipe_close\":0,\"mobile_thumbnails_width\":75,\"mobile_thumbnails_height\":50,\"mobile_justified_row_height\":80,\"keyboard\":true,\"standalone_template\":\"\",\"classes\":[\"\"],\"rtl\":0,\"slug\":\"our-work-canopies\",\"title\":\"\",\"gallery_id\":\"3152\"}\' data-gallery-images=\'[{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG.webp\",\"title\":\"Aggressive Graphix 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG.webp?fit=1440%2C1080&ssl=1\",\"index\":0,\"id\":3153,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG-75x50_c.webp\",\"title\":\"Aggressive Graphix 10x10\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10.webp\",\"title\":\"DCH Masonry 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10.webp?fit=1706%2C1279&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10.webp?fit=1706%2C1279&ssl=1\",\"index\":1,\"id\":3489,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10-75x50_c.webp\",\"title\":\"DCH Masonry 10x10\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10.webp\",\"title\":\"Gary Rice Shop Equipment 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10.webp?fit=1706%2C1279&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10.webp?fit=1706%2C1279&ssl=1\",\"index\":2,\"id\":3488,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10-75x50_c.webp\",\"title\":\"Gary Rice Shop Equipment 10x10\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies.webp\",\"title\":\"Sweet Subies 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies.webp?fit=1440%2C1080&ssl=1\",\"index\":3,\"id\":3179,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies-75x50_c.webp\",\"title\":\"Sweet Subies 10x10\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes.webp\",\"title\":\"Scars and Stripes 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes.webp?fit=1440%2C1080&ssl=1\",\"index\":4,\"id\":3177,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes-75x50_c.webp\",\"title\":\"Scars and Stripes 10x10\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord.webp\",\"title\":\"Place Ford 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord.webp?fit=1440%2C1080&ssl=1\",\"index\":5,\"id\":3176,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord-75x50_c.webp\",\"title\":\"Place Ford 10x10\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23.webp\",\"title\":\"MX23 Brookfield 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23.webp?fit=1440%2C1080&ssl=1\",\"index\":6,\"id\":3175,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23-75x50_c.webp\",\"title\":\"MX23 Brookfield 10x10\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing.webp\",\"title\":\"Flawless Detailing MA 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing.webp?fit=1440%2C1080&ssl=1\",\"index\":7,\"id\":3160,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing-75x50_c.webp\",\"title\":\"Flawless Detailing MA 10x10\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10.webp\",\"title\":\"Wicked Big Car Show 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10.webp?fit=1706%2C1279&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10.webp?fit=1706%2C1279&ssl=1\",\"index\":8,\"id\":3485,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10-75x50_c.webp\",\"title\":\"Wicked Big Car Show 10x10\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing.webp\",\"title\":\"Daigle Racing 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing.webp?fit=1440%2C1080&ssl=1\",\"index\":9,\"id\":3159,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing-75x50_c.webp\",\"title\":\"Daigle Racing 10x10\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices.webp\",\"title\":\"CSC Services 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices.webp?fit=1440%2C1080&ssl=1\",\"index\":10,\"id\":3158,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices-75x50_c.webp\",\"title\":\"CSC Services 10x10\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell.webp\",\"title\":\"Colosseum Barbell Club 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell.webp?fit=1440%2C1080&ssl=1\",\"index\":11,\"id\":3157,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell-75x50_c.webp\",\"title\":\"Colosseum Barbell Club 10x10\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension.webp\",\"title\":\"Boss Suspension 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension.webp?fit=1440%2C1080&ssl=1\",\"index\":12,\"id\":3156,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension-75x50_c.webp\",\"title\":\"Boss Suspension 10x10\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing.webp\",\"title\":\"ATM Racing 10x15\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing.webp?fit=1440%2C1080&ssl=1\",\"index\":13,\"id\":3154,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing-75x50_c.webp\",\"title\":\"ATM Racing 10x15\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer.webp\",\"title\":\"Dawson Harriger 10x15\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer.webp?fit=1440%2C1080&ssl=1\",\"index\":14,\"id\":3172,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer-75x50_c.webp\",\"title\":\"Dawson Harriger 10x15\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20.webp\",\"title\":\"Wick Big Car Show 10x20\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20.webp?fit=1706%2C1279&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20.webp?fit=1706%2C1279&ssl=1\",\"index\":15,\"id\":3486,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20-75x50_c.webp\",\"title\":\"Wick Big Car Show 10x20\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20.webp\",\"title\":\"SuppLife 10x20\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20.webp?fit=1706%2C1279&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20.webp?fit=1706%2C1279&ssl=1\",\"index\":16,\"id\":3487,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20-75x50_c.webp\",\"title\":\"SuppLife 10x20\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20.webp\",\"title\":\"Kavanagh 10x20\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20.webp?fit=1400%2C1050&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20.webp?fit=1400%2C1050&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20.webp?fit=1400%2C1050&ssl=1\",\"index\":17,\"id\":3484,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20-75x50_c.webp\",\"title\":\"Kavanagh 10x20\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing.webp\",\"title\":\"Triple Threat Racing 10x20\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing.webp?fit=1440%2C1080&ssl=1\",\"index\":18,\"id\":3180,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing-75x50_c.webp\",\"title\":\"Triple Threat Racing 10x20\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall.webp\",\"title\":\"Mya Hopkins\\/Plaistow Powersports half wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall.webp?fit=1706%2C1279&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall.webp?fit=1706%2C1279&ssl=1\",\"index\":19,\"id\":3490,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall-75x50_c.webp\",\"title\":\"Mya Hopkins\\/Plaistow Powersports half wall\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall.webp\",\"title\":\"KSR Wheels half wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall.webp?fit=1706%2C1279&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall.webp?fit=1706%2C1279&ssl=1\",\"index\":20,\"id\":3494,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall-75x50_c.webp\",\"title\":\"KSR Wheels half wall\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall.webp\",\"title\":\"scarsstripeshalfwall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall.webp?fit=300%2C112&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall.webp?fit=768%2C288&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall.webp?fit=1024%2C384&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall.webp?fit=1388%2C520&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall.webp?fit=1388%2C520&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall-300x112.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall.webp?fit=1388%2C520&ssl=1\",\"index\":21,\"id\":3178,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall-75x50_c.webp\",\"title\":\"scarsstripeshalfwall\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2.webp\",\"title\":\"Kaplan Cycles half wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2.webp?fit=300%2C83&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2.webp?fit=768%2C211&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2.webp?fit=1024%2C282&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2.webp?fit=1440%2C396&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2.webp?fit=1440%2C396&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2-300x83.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2.webp?fit=1440%2C396&ssl=1\",\"index\":22,\"id\":3174,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2-75x50_c.webp\",\"title\":\"Kaplan Cycles half wall\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall.webp\",\"title\":\"Kaplan Cycles half wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall.webp?fit=300%2C88&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall.webp?fit=768%2C224&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall.webp?fit=1024%2C299&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall.webp?fit=1440%2C420&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall.webp?fit=1440%2C420&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall-300x88.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall.webp?fit=1440%2C420&ssl=1\",\"index\":23,\"id\":3173,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall-75x50_c.webp\",\"title\":\"Kaplan Cycles half wall\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall.webp\",\"title\":\"Boss Suspension half wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall.webp?fit=300%2C84&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall.webp?fit=768%2C214&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall.webp?fit=1024%2C286&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall.webp?fit=1440%2C402&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall.webp?fit=1440%2C402&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall-300x84.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall.webp?fit=1440%2C402&ssl=1\",\"index\":24,\"id\":3155,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall-75x50_c.webp\",\"title\":\"Boss Suspension half wall\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG.webp\",\"title\":\"Aggressive Graphix full wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG.webp?fit=300%2C188&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG.webp?fit=768%2C482&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG.webp?fit=1024%2C643&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG.webp?fit=1404%2C882&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG.webp?fit=1404%2C882&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG-300x188.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG.webp?fit=1404%2C882&ssl=1\",\"index\":25,\"id\":3165,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG-75x50_c.webp\",\"title\":\"Aggressive Graphix full wall\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC.webp\",\"title\":\"Colosseum Barbell Club full wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC.webp?fit=300%2C185&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC.webp?fit=768%2C474&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC.webp?fit=1024%2C632&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC.webp?fit=1224%2C756&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC.webp?fit=1224%2C756&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC-300x185.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC.webp?fit=1224%2C756&ssl=1\",\"index\":26,\"id\":3166,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC-75x50_c.webp\",\"title\":\"Colosseum Barbell Club full wall\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister.webp\",\"title\":\"Sinfully Slick Auto Spa full wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister.webp?fit=300%2C194&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister.webp?fit=768%2C497&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister.webp?fit=1024%2C662&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister.webp?fit=1146%2C741&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister.webp?fit=1146%2C741&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister-300x194.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister.webp?fit=1146%2C741&ssl=1\",\"index\":27,\"id\":3170,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister-75x50_c.webp\",\"title\":\"Sinfully Slick Auto Spa full wall\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow.webp\",\"title\":\"Plaistow Powersports full wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow.webp?fit=300%2C195&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow.webp?fit=768%2C500&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow.webp?fit=1024%2C667&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow.webp?fit=1368%2C891&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow.webp?fit=1368%2C891&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow-300x195.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow.webp?fit=1368%2C891&ssl=1\",\"index\":28,\"id\":3169,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow-75x50_c.webp\",\"title\":\"Plaistow Powersports full wall\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow.webp\",\"title\":\"Weeping Willow full wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow.webp?fit=300%2C179&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow.webp?fit=768%2C459&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow.webp?fit=1024%2C612&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow.webp?fit=1284%2C768&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow.webp?fit=1284%2C768&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow-300x179.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow.webp?fit=1284%2C768&ssl=1\",\"index\":29,\"id\":3171,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow-75x50_c.webp\",\"title\":\"Weeping Willow full wall\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless.webp\",\"title\":\"Flawless Detailing MA full wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless.webp?fit=300%2C202&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless.webp?fit=768%2C517&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless.webp?fit=1024%2C689&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless.webp?fit=1230%2C828&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless.webp?fit=1230%2C828&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless-300x202.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless.webp?fit=1230%2C828&ssl=1\",\"index\":30,\"id\":3167,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless-75x50_c.webp\",\"title\":\"Flawless Detailing MA full wall\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR.webp\",\"title\":\"Triple Threat Racing full wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR.webp?fit=300%2C193&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR.webp?fit=768%2C495&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR.webp?fit=1024%2C660&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR.webp?fit=1215%2C783&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR.webp?fit=1215%2C783&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR-300x193.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR.webp?fit=1215%2C783&ssl=1\",\"index\":31,\"id\":3162,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR-75x50_c.webp\",\"title\":\"Triple Threat Racing full wall\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR.webp\",\"title\":\"Triple Threat Racing 20ft full wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR.webp?fit=300%2C123&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR.webp?fit=768%2C315&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR.webp?fit=1024%2C420&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR.webp?fit=1338%2C549&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR.webp?fit=1338%2C549&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR-300x123.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR.webp?fit=1338%2C549&ssl=1\",\"index\":32,\"id\":3163,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR-75x50_c.webp\",\"title\":\"Triple Threat Racing 20ft full wall\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable.webp\",\"title\":\"KSR Wheels table cloth\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable.webp?fit=1702%2C1276&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable.webp?fit=1702%2C1276&ssl=1\",\"index\":33,\"id\":3496,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable-75x50_c.webp\",\"title\":\"KSR Wheels table cloth\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire.webp\",\"title\":\"Fuel to Inspire table cloth\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire.webp?fit=1440%2C1080&ssl=1\",\"index\":34,\"id\":3161,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire-75x50_c.webp\",\"title\":\"Fuel to Inspire table cloth\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag.webp\",\"title\":\"KSR Wheels 9ft flag\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag.webp?fit=1280%2C1707&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag.webp?fit=1280%2C1707&ssl=1\",\"index\":35,\"id\":3495,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag-75x50_c.webp\",\"title\":\"KSR Wheels 9ft flag\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals.webp\",\"title\":\"Care Equipment rentals 7ft flag\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals.webp?fit=1280%2C1707&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals.webp?fit=1280%2C1707&ssl=1\",\"index\":36,\"id\":3493,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals-75x50_c.webp\",\"title\":\"Care Equipment rentals 7ft flag\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply.webp\",\"title\":\"Care Equipment landscape supply 7ft flag\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply.webp?fit=1280%2C1707&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply.webp?fit=1280%2C1707&ssl=1\",\"index\":37,\"id\":3492,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply-75x50_c.webp\",\"title\":\"Care Equipment landscape supply 7ft flag\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation.webp\",\"title\":\"Care Excavation 7ft flag\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation.webp?fit=1280%2C1707&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation.webp?fit=1280%2C1707&ssl=1\",\"index\":38,\"id\":3491,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation-75x50_c.webp\",\"title\":\"Care Excavation 7ft flag\"},\"gallery_id\":\"3152\"}]\' data-lightbox-theme=\'{&quot;arrows&quot;:true,&quot;margins&quot;:[120,0],&quot;gutter&quot;:&quot;100&quot;,&quot;thumbs_position&quot;:&quot;bottom&quot;,&quot;base_template&quot;:&quot;&lt;div id=\\&quot;envirabox-3152\\&quot; data-envirabox-id=\\&quot;3152\\&quot; class=\\&quot;envirabox-container envirabox-theme-base_dark envirabox-wrap\\&quot; role=\\&quot;dialog\\&quot;&gt;&lt;div class=\\&quot;envirabox-bg\\&quot;&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-outer\\&quot;&gt;&lt;div class=\\&quot;envirabox-inner\\&quot;&gt;&lt;div class=\\&quot;envirabox-caption-wrap\\&quot;&gt;&lt;div class=\\&quot;envirabox-title\\&quot;&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-toolbar\\&quot;&gt;&lt;div class=\\&quot;envira-close-button\\&quot;&gt;&lt;a data-envirabox-close class=\\&quot;envirabox-item envirabox-close envirabox-button--close\\&quot; title=\\&quot;Close\\&quot; href=\\&quot;#\\&quot;&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-navigation\\&quot;&gt;&lt;a data-envirabox-prev title=\\&quot;Prev\\&quot; class=\\&quot;envirabox-arrow envirabox-arrow--left envirabox-nav envirabox-prev\\&quot; href=\\&quot;#\\&quot;&gt;&lt;span&gt;&lt;\\/span&gt;&lt;\\/a&gt;&lt;a data-envirabox-next title=\\&quot;Next\\&quot; class=\\&quot;envirabox-arrow envirabox-arrow--right envirabox-nav envirabox-next\\&quot; href=\\&quot;#\\&quot;&gt;&lt;span&gt;&lt;\\/span&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-stage\\&quot;&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;load_all&quot;:false,&quot;error_template&quot;:&quot;&lt;div class=\\&quot;envirabox-error\\&quot;&gt;&lt;p&gt;{{ERROR}}&lt;p&gt;&lt;\\/div&gt;&quot;,&quot;inner_caption&quot;:false,&quot;caption_position&quot;:false,&quot;arrow_position&quot;:false,&quot;toolbar&quot;:true,&quot;infobar&quot;:false,&quot;show_smallbtn&quot;:false,&quot;idle_time&quot;:false,&quot;click_content&quot;:false,&quot;click_slide&quot;:false,&quot;click_outside&quot;:false,&quot;animation_duration&quot;:false,&quot;transition_duration&quot;:false,&quot;small_btn_template&quot;:&quot;&lt;a data-envirabox-close class=\\&quot;envirabox-item envirabox-close envirabox-button--close\\&quot; title=\\&quot;Close\\&quot; href=\\&quot;#\\&quot;&gt;&lt;\\/a&gt;&quot;}\' data-parsed-attrs=\'{\"id\":\"3152\",\"cache\":true}\'><div id=\"envira-gallery-item-3153\" class=\"envira-gallery-item envira-gallery-item-1 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/AG.png\" title=\"Aggressive Graphix 10x10\" data-caption=\"\" data-envira-item-id=\"3153\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/AG.webp?fit=1440%2C1080&ssl=1\" data-thumb=\"\" data-title=\"Aggressive Graphix 10x10\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/AG.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-1    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3153\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Aggressive Graphix 10x10\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"0\" data-envira-item-id=\"3153\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/AG.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/AG.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/AG.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"Aggressive Graphix 10x10\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3489\" class=\"envira-gallery-item envira-gallery-item-2 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/dhopkins10x10.webp\" title=\"DCH Masonry 10x10\" data-caption=\"\" data-envira-item-id=\"3489\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/dhopkins10x10.webp?fit=1706%2C1279&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/dhopkins10x10-75x50_c.webp\" data-title=\"DCH Masonry 10x10\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/dhopkins10x10.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-2    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3489\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"DCH Masonry 10x10\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"1\" data-envira-item-id=\"3489\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/dhopkins10x10.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/dhopkins10x10.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/dhopkins10x10.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"DCH Masonry 10x10\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3488\" class=\"envira-gallery-item envira-gallery-item-3 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/grice10x10.webp\" title=\"Gary Rice Shop Equipment 10x10\" data-caption=\"\" data-envira-item-id=\"3488\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/grice10x10.webp?fit=1706%2C1279&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/grice10x10-75x50_c.webp\" data-title=\"Gary Rice Shop Equipment 10x10\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/grice10x10.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-3    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3488\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Gary Rice Shop Equipment 10x10\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"2\" data-envira-item-id=\"3488\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/grice10x10.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/grice10x10.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/grice10x10.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"Gary Rice Shop Equipment 10x10\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3179\" class=\"envira-gallery-item envira-gallery-item-4 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/sweetsubies.webp\" title=\"Sweet Subies 10x10\" data-caption=\"\" data-envira-item-id=\"3179\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/sweetsubies.webp\" data-thumb=\"\" data-title=\"Sweet Subies 10x10\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/sweetsubies.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-4    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3179\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Sweet Subies 10x10\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"3\" data-envira-item-id=\"3179\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/sweetsubies.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/sweetsubies.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/sweetsubies.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"Sweet Subies 10x10\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3177\" class=\"envira-gallery-item envira-gallery-item-5 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsandstripes.webp\" title=\"Scars and Stripes 10x10\" data-caption=\"\" data-envira-item-id=\"3177\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsandstripes.webp\" data-thumb=\"\" data-title=\"Scars and Stripes 10x10\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/scarsandstripes.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-5    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3177\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Scars and Stripes 10x10\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"4\" data-envira-item-id=\"3177\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/scarsandstripes.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/scarsandstripes.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/scarsandstripes.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"Scars and Stripes 10x10\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3176\" class=\"envira-gallery-item envira-gallery-item-6 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PlaceFord.png\" title=\"Place Ford 10x10\" data-caption=\"\" data-envira-item-id=\"3176\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/PlaceFord.webp?fit=1440%2C1080&ssl=1\" data-thumb=\"\" data-title=\"Place Ford 10x10\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/PlaceFord.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-6    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3176\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Place Ford 10x10\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"5\" data-envira-item-id=\"3176\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/PlaceFord.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/PlaceFord.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/PlaceFord.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"Place Ford 10x10\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3175\" class=\"envira-gallery-item envira-gallery-item-7 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/mx23.png\" title=\"MX23 Brookfield 10x10\" data-caption=\"\" data-envira-item-id=\"3175\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/mx23.webp?fit=1440%2C1080&ssl=1\" data-thumb=\"\" data-title=\"MX23 Brookfield 10x10\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/mx23.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-7    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3175\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"MX23 Brookfield 10x10\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"6\" data-envira-item-id=\"3175\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/mx23.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/mx23.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/mx23.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"MX23 Brookfield 10x10\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3160\" class=\"envira-gallery-item envira-gallery-item-8 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/flawlessdetailing.webp\" title=\"Flawless Detailing MA 10x10\" data-caption=\"\" data-envira-item-id=\"3160\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/flawlessdetailing.webp\" data-thumb=\"\" data-title=\"Flawless Detailing MA 10x10\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/flawlessdetailing.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-8    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3160\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Flawless Detailing MA 10x10\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"7\" data-envira-item-id=\"3160\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/flawlessdetailing.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/flawlessdetailing.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/flawlessdetailing.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"Flawless Detailing MA 10x10\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3485\" class=\"envira-gallery-item envira-gallery-item-9 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x10.webp\" title=\"Wicked Big Car Show 10x10\" data-caption=\"\" data-envira-item-id=\"3485\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x10.webp?fit=1706%2C1279&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x10-75x50_c.webp\" data-title=\"Wicked Big Car Show 10x10\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x10.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-9    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3485\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Wicked Big Car Show 10x10\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"8\" data-envira-item-id=\"3485\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x10.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x10.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x10.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"Wicked Big Car Show 10x10\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3159\" class=\"envira-gallery-item envira-gallery-item-10 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/daigleracing.webp\" title=\"Daigle Racing 10x10\" data-caption=\"\" data-envira-item-id=\"3159\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/daigleracing.webp\" data-thumb=\"\" data-title=\"Daigle Racing 10x10\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/daigleracing.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-10    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3159\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Daigle Racing 10x10\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"9\" data-envira-item-id=\"3159\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/daigleracing.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/daigleracing.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/daigleracing.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"Daigle Racing 10x10\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3158\" class=\"envira-gallery-item envira-gallery-item-11 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/cscservices.webp\" title=\"CSC Services 10x10\" data-caption=\"\" data-envira-item-id=\"3158\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/cscservices.webp\" data-thumb=\"\" data-title=\"CSC Services 10x10\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/cscservices.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-11    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3158\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"CSC Services 10x10\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"10\" data-envira-item-id=\"3158\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/cscservices.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/cscservices.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/cscservices.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"CSC Services 10x10\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3157\" class=\"envira-gallery-item envira-gallery-item-12 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/colosseumbarbell.webp\" title=\"Colosseum Barbell Club 10x10\" data-caption=\"\" data-envira-item-id=\"3157\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/colosseumbarbell.webp\" data-thumb=\"\" data-title=\"Colosseum Barbell Club 10x10\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/colosseumbarbell.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-12    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3157\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Colosseum Barbell Club 10x10\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"11\" data-envira-item-id=\"3157\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/colosseumbarbell.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/colosseumbarbell.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/colosseumbarbell.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"Colosseum Barbell Club 10x10\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3156\" class=\"envira-gallery-item envira-gallery-item-13 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/bosssuspension.webp\" title=\"Boss Suspension 10x10\" data-caption=\"\" data-envira-item-id=\"3156\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/bosssuspension.webp\" data-thumb=\"\" data-title=\"Boss Suspension 10x10\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/bosssuspension.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-13    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3156\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Boss Suspension 10x10\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"12\" data-envira-item-id=\"3156\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/bosssuspension.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/bosssuspension.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/bosssuspension.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"Boss Suspension 10x10\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3154\" class=\"envira-gallery-item envira-gallery-item-14 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ATMracing.png\" title=\"ATM Racing 10x15\" data-caption=\"\" data-envira-item-id=\"3154\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ATMracing.webp?fit=1440%2C1080&ssl=1\" data-thumb=\"\" data-title=\"ATM Racing 10x15\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ATMracing.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-14    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3154\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"ATM Racing 10x15\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"13\" data-envira-item-id=\"3154\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ATMracing.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ATMracing.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ATMracing.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"ATM Racing 10x15\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3172\" class=\"envira-gallery-item envira-gallery-item-15 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/harringer.png\" title=\"Dawson Harriger 10x15\" data-caption=\"\" data-envira-item-id=\"3172\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/harringer.webp?fit=1440%2C1080&ssl=1\" data-thumb=\"\" data-title=\"Dawson Harriger 10x15\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/harringer.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-15    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3172\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Dawson Harriger 10x15\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"14\" data-envira-item-id=\"3172\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/harringer.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/harringer.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/harringer.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"Dawson Harriger 10x15\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3486\" class=\"envira-gallery-item envira-gallery-item-16 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x20.webp\" title=\"Wick Big Car Show 10x20\" data-caption=\"\" data-envira-item-id=\"3486\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x20.webp?fit=1706%2C1279&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x20-75x50_c.webp\" data-title=\"Wick Big Car Show 10x20\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x20.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-16    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3486\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Wick Big Car Show 10x20\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"15\" data-envira-item-id=\"3486\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x20.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x20.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x20.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"Wick Big Car Show 10x20\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3487\" class=\"envira-gallery-item envira-gallery-item-17 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/supplife10x20.webp\" title=\"SuppLife 10x20\" data-caption=\"\" data-envira-item-id=\"3487\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/supplife10x20.webp?fit=1706%2C1279&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/supplife10x20-75x50_c.webp\" data-title=\"SuppLife 10x20\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/supplife10x20.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-17    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3487\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"SuppLife 10x20\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"16\" data-envira-item-id=\"3487\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/supplife10x20.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/supplife10x20.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/supplife10x20.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"SuppLife 10x20\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3484\" class=\"envira-gallery-item envira-gallery-item-18 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kavanagh10x20.webp\" title=\"Kavanagh 10x20\" data-caption=\"\" data-envira-item-id=\"3484\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/kavanagh10x20.webp?fit=1400%2C1050&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kavanagh10x20-75x50_c.webp\" data-title=\"Kavanagh 10x20\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/kavanagh10x20.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-18    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3484\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Kavanagh 10x20\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"17\" data-envira-item-id=\"3484\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/kavanagh10x20.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/kavanagh10x20.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/kavanagh10x20.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"Kavanagh 10x20\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3180\" class=\"envira-gallery-item envira-gallery-item-19 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/triplethreatracing.webp\" title=\"Triple Threat Racing 10x20\" data-caption=\"\" data-envira-item-id=\"3180\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/triplethreatracing.webp\" data-thumb=\"\" data-title=\"Triple Threat Racing 10x20\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/triplethreatracing.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-19    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3180\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Triple Threat Racing 10x20\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"18\" data-envira-item-id=\"3180\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/triplethreatracing.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/triplethreatracing.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/triplethreatracing.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"Triple Threat Racing 10x20\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3490\" class=\"envira-gallery-item envira-gallery-item-20 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/dhopkinswall.webp\" title=\"Mya Hopkins/Plaistow Powersports half wall\" data-caption=\"\" data-envira-item-id=\"3490\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/dhopkinswall.webp?fit=1706%2C1279&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/dhopkinswall-75x50_c.webp\" data-title=\"Mya Hopkins/Plaistow Powersports half wall\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/dhopkinswall.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-20    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3490\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Mya Hopkins/Plaistow Powersports half wall\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"19\" data-envira-item-id=\"3490\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/dhopkinswall.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/dhopkinswall.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/dhopkinswall.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"Mya Hopkins/Plaistow Powersports half wall\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3494\" class=\"envira-gallery-item envira-gallery-item-21 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrhalfwall.webp\" title=\"KSR Wheels half wall\" data-caption=\"\" data-envira-item-id=\"3494\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ksrhalfwall.webp?fit=1706%2C1279&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrhalfwall-75x50_c.webp\" data-title=\"KSR Wheels half wall\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ksrhalfwall.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-21    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3494\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"KSR Wheels half wall\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"20\" data-envira-item-id=\"3494\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ksrhalfwall.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ksrhalfwall.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ksrhalfwall.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"KSR Wheels half wall\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3178\" class=\"envira-gallery-item envira-gallery-item-22 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsstripeshalfwall.webp\" title=\"scarsstripeshalfwall\" data-caption=\"\" data-envira-item-id=\"3178\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsstripeshalfwall.webp\" data-thumb=\"\" data-title=\"scarsstripeshalfwall\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/scarsstripeshalfwall.webp?fit=1024%2C384&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-22    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3178\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"scarsstripeshalfwall\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"21\" data-envira-item-id=\"3178\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/scarsstripeshalfwall.webp?fit=1024%2C384&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/scarsstripeshalfwall.webp?fit=1024%2C384&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/scarsstripeshalfwall.webp?fit=1024%2C384&amp;ssl=1 2x\" data-title=\"scarsstripeshalfwall\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"112\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3174\" class=\"envira-gallery-item envira-gallery-item-23 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall2.webp\" title=\"Kaplan Cycles half wall\" data-caption=\"\" data-envira-item-id=\"3174\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall2.webp\" data-thumb=\"\" data-title=\"Kaplan Cycles half wall\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall2.webp?fit=1024%2C282&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-23    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3174\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Kaplan Cycles half wall\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"22\" data-envira-item-id=\"3174\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall2.webp?fit=1024%2C282&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall2.webp?fit=1024%2C282&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall2.webp?fit=1024%2C282&amp;ssl=1 2x\" data-title=\"Kaplan Cycles half wall\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"83\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3173\" class=\"envira-gallery-item envira-gallery-item-24 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall.webp\" title=\"Kaplan Cycles half wall\" data-caption=\"\" data-envira-item-id=\"3173\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall.webp\" data-thumb=\"\" data-title=\"Kaplan Cycles half wall\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall.webp?fit=1024%2C299&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-24    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3173\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Kaplan Cycles half wall\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"23\" data-envira-item-id=\"3173\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall.webp?fit=1024%2C299&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall.webp?fit=1024%2C299&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall.webp?fit=1024%2C299&amp;ssl=1 2x\" data-title=\"Kaplan Cycles half wall\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"88\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3155\" class=\"envira-gallery-item envira-gallery-item-25 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/bosshalfwall.webp\" title=\"Boss Suspension half wall\" data-caption=\"\" data-envira-item-id=\"3155\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/bosshalfwall.webp\" data-thumb=\"\" data-title=\"Boss Suspension half wall\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/bosshalfwall.webp?fit=1024%2C286&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-25    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3155\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Boss Suspension half wall\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"24\" data-envira-item-id=\"3155\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/bosshalfwall.webp?fit=1024%2C286&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/bosshalfwall.webp?fit=1024%2C286&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/bosshalfwall.webp?fit=1024%2C286&amp;ssl=1 2x\" data-title=\"Boss Suspension half wall\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"84\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3165\" class=\"envira-gallery-item envira-gallery-item-26 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallAG.webp\" title=\"Aggressive Graphix full wall\" data-caption=\"\" data-envira-item-id=\"3165\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallAG.webp\" data-thumb=\"\" data-title=\"Aggressive Graphix full wall\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallAG.webp?fit=1024%2C643&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-26    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3165\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Aggressive Graphix full wall\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"25\" data-envira-item-id=\"3165\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallAG.webp?fit=1024%2C643&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallAG.webp?fit=1024%2C643&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallAG.webp?fit=1024%2C643&amp;ssl=1 2x\" data-title=\"Aggressive Graphix full wall\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"188\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3166\" class=\"envira-gallery-item envira-gallery-item-27 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallCBC.webp\" title=\"Colosseum Barbell Club full wall\" data-caption=\"\" data-envira-item-id=\"3166\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallCBC.webp\" data-thumb=\"\" data-title=\"Colosseum Barbell Club full wall\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallCBC.webp?fit=1024%2C632&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-27    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3166\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Colosseum Barbell Club full wall\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"26\" data-envira-item-id=\"3166\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallCBC.webp?fit=1024%2C632&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallCBC.webp?fit=1024%2C632&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallCBC.webp?fit=1024%2C632&amp;ssl=1 2x\" data-title=\"Colosseum Barbell Club full wall\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"185\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3170\" class=\"envira-gallery-item envira-gallery-item-28 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallsinister.webp\" title=\"Sinfully Slick Auto Spa full wall\" data-caption=\"\" data-envira-item-id=\"3170\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallsinister.webp\" data-thumb=\"\" data-title=\"Sinfully Slick Auto Spa full wall\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallsinister.webp?fit=1024%2C662&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-28    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3170\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Sinfully Slick Auto Spa full wall\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"27\" data-envira-item-id=\"3170\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallsinister.webp?fit=1024%2C662&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallsinister.webp?fit=1024%2C662&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallsinister.webp?fit=1024%2C662&amp;ssl=1 2x\" data-title=\"Sinfully Slick Auto Spa full wall\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"194\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3169\" class=\"envira-gallery-item envira-gallery-item-29 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallPlaistow.webp\" title=\"Plaistow Powersports full wall\" data-caption=\"\" data-envira-item-id=\"3169\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallPlaistow.webp\" data-thumb=\"\" data-title=\"Plaistow Powersports full wall\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallPlaistow.webp?fit=1024%2C667&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-29    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3169\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Plaistow Powersports full wall\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"28\" data-envira-item-id=\"3169\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallPlaistow.webp?fit=1024%2C667&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallPlaistow.webp?fit=1024%2C667&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallPlaistow.webp?fit=1024%2C667&amp;ssl=1 2x\" data-title=\"Plaistow Powersports full wall\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"195\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3171\" class=\"envira-gallery-item envira-gallery-item-30 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallWeepingWillow.webp\" title=\"Weeping Willow full wall\" data-caption=\"\" data-envira-item-id=\"3171\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallWeepingWillow.webp\" data-thumb=\"\" data-title=\"Weeping Willow full wall\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallWeepingWillow.webp?fit=1024%2C612&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-30    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3171\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Weeping Willow full wall\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"29\" data-envira-item-id=\"3171\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallWeepingWillow.webp?fit=1024%2C612&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallWeepingWillow.webp?fit=1024%2C612&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallWeepingWillow.webp?fit=1024%2C612&amp;ssl=1 2x\" data-title=\"Weeping Willow full wall\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"179\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3167\" class=\"envira-gallery-item envira-gallery-item-31 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallFlawless.webp\" title=\"Flawless Detailing MA full wall\" data-caption=\"\" data-envira-item-id=\"3167\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallFlawless.webp\" data-thumb=\"\" data-title=\"Flawless Detailing MA full wall\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallFlawless.webp?fit=1024%2C689&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-31    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3167\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Flawless Detailing MA full wall\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"30\" data-envira-item-id=\"3167\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallFlawless.webp?fit=1024%2C689&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallFlawless.webp?fit=1024%2C689&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallFlawless.webp?fit=1024%2C689&amp;ssl=1 2x\" data-title=\"Flawless Detailing MA full wall\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"202\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3162\" class=\"envira-gallery-item envira-gallery-item-32 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall10TTR.webp\" title=\"Triple Threat Racing full wall\" data-caption=\"\" data-envira-item-id=\"3162\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall10TTR.webp\" data-thumb=\"\" data-title=\"Triple Threat Racing full wall\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwall10TTR.webp?fit=1024%2C660&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-32    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3162\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Triple Threat Racing full wall\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"31\" data-envira-item-id=\"3162\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwall10TTR.webp?fit=1024%2C660&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwall10TTR.webp?fit=1024%2C660&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwall10TTR.webp?fit=1024%2C660&amp;ssl=1 2x\" data-title=\"Triple Threat Racing full wall\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"193\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3163\" class=\"envira-gallery-item envira-gallery-item-33 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall20TTR.webp\" title=\"Triple Threat Racing 20ft full wall\" data-caption=\"\" data-envira-item-id=\"3163\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall20TTR.webp\" data-thumb=\"\" data-title=\"Triple Threat Racing 20ft full wall\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwall20TTR.webp?fit=1024%2C420&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-33    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3163\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Triple Threat Racing 20ft full wall\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"32\" data-envira-item-id=\"3163\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwall20TTR.webp?fit=1024%2C420&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwall20TTR.webp?fit=1024%2C420&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwall20TTR.webp?fit=1024%2C420&amp;ssl=1 2x\" data-title=\"Triple Threat Racing 20ft full wall\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"123\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3496\" class=\"envira-gallery-item envira-gallery-item-34 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrtable.webp\" title=\"KSR Wheels table cloth\" data-caption=\"\" data-envira-item-id=\"3496\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ksrtable.webp?fit=1702%2C1276&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrtable-75x50_c.webp\" data-title=\"KSR Wheels table cloth\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ksrtable.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-34    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3496\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"KSR Wheels table cloth\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"33\" data-envira-item-id=\"3496\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ksrtable.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ksrtable.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ksrtable.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"KSR Wheels table cloth\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3161\" class=\"envira-gallery-item envira-gallery-item-35 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fueltoinspire.webp\" title=\"Fuel to Inspire table cloth\" data-caption=\"\" data-envira-item-id=\"3161\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fueltoinspire.webp\" data-thumb=\"\" data-title=\"Fuel to Inspire table cloth\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fueltoinspire.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-35    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3161\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Fuel to Inspire table cloth\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"34\" data-envira-item-id=\"3161\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fueltoinspire.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fueltoinspire.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fueltoinspire.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"Fuel to Inspire table cloth\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3495\" class=\"envira-gallery-item envira-gallery-item-36 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrflag.webp\" title=\"KSR Wheels 9ft flag\" data-caption=\"\" data-envira-item-id=\"3495\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ksrflag.webp?fit=1280%2C1707&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrflag-75x50_c.webp\" data-title=\"KSR Wheels 9ft flag\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ksrflag.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-36    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3495\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"KSR Wheels 9ft flag\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"35\" data-envira-item-id=\"3495\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ksrflag.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ksrflag.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ksrflag.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"KSR Wheels 9ft flag\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3493\" class=\"envira-gallery-item envira-gallery-item-37 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/carerentals.webp\" title=\"Care Equipment rentals 7ft flag\" data-caption=\"\" data-envira-item-id=\"3493\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/carerentals.webp?fit=1280%2C1707&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/carerentals-75x50_c.webp\" data-title=\"Care Equipment rentals 7ft flag\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/carerentals.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-37    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3493\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Care Equipment rentals 7ft flag\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"36\" data-envira-item-id=\"3493\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/carerentals.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/carerentals.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/carerentals.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"Care Equipment rentals 7ft flag\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3492\" class=\"envira-gallery-item envira-gallery-item-38 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/carelandscapesupply.webp\" title=\"Care Equipment landscape supply 7ft flag\" data-caption=\"\" data-envira-item-id=\"3492\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/carelandscapesupply.webp?fit=1280%2C1707&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/carelandscapesupply-75x50_c.webp\" data-title=\"Care Equipment landscape supply 7ft flag\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/carelandscapesupply.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-38    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3492\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Care Equipment landscape supply 7ft flag\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"37\" data-envira-item-id=\"3492\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/carelandscapesupply.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/carelandscapesupply.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/carelandscapesupply.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"Care Equipment landscape supply 7ft flag\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3491\" class=\"envira-gallery-item envira-gallery-item-39 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/careexcavation.webp\" title=\"Care Excavation 7ft flag\" data-caption=\"\" data-envira-item-id=\"3491\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/careexcavation.webp?fit=1280%2C1707&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/careexcavation-75x50_c.webp\" data-title=\"Care Excavation 7ft flag\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/careexcavation.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-39    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3491\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Care Excavation 7ft flag\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"38\" data-envira-item-id=\"3491\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/careexcavation.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/careexcavation.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/careexcavation.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"Care Excavation 7ft flag\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div></div></div><noscript><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/AG.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/dhopkins10x10.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/grice10x10.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/sweetsubies.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsandstripes.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/PlaceFord.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/mx23.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/flawlessdetailing.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x10.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/daigleracing.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/cscservices.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/colosseumbarbell.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/bosssuspension.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/ATMracing.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/harringer.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x20.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/supplife10x20.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/kavanagh10x20.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/triplethreatracing.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/dhopkinswall.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrhalfwall.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsstripeshalfwall.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall2.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/bosshalfwall.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallAG.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallCBC.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallsinister.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallPlaistow.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallWeepingWillow.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallFlawless.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall10TTR.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall20TTR.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrtable.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/fueltoinspire.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrflag.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/carerentals.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/carelandscapesupply.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/careexcavation.webp\' alt=\'\' class=\'envira_noscript_images \' /></noscript>','off'),(367766,'_transient_timeout_jpp_li_415fb873a464364f0d8da2f4477a8b3d','1759438965','off'),(367767,'_transient_jpp_li_415fb873a464364f0d8da2f4477a8b3d','a:5:{s:6:\"status\";s:12:\"blocked-hard\";s:3:\"msg\";s:46:\"This IP is currently blocked (192.185.176.237)\";s:17:\"seconds_remaining\";i:3054;s:16:\"blocked_attempts\";s:4:\"4314\";s:6:\"expire\";i:1759438965;}','off'),(367771,'_transient_timeout__eg_fragment_mobile_2832','1759522660','off'),(367772,'_transient__eg_fragment_mobile_2832','<div id=\"envira-gallery-wrap-2832\" class=\"envira-gallery-wrap envira-lazy-loading-enabled envira-layout-automatic\" itemscope itemtype=\"https://schema.org/ImageGallery\"><div class=\"envira-loader\"><div></div><div></div><div></div><div></div></div><div id=\"envira-gallery-2832\" class=\"envira-gallery-public envira-gallery-0-columns envira-clear envira-gallery-justified-public\" data-envira-id=\"2832\" data-gallery-config=\'{\"type\":\"default\",\"layout\":\"automatic\",\"columns\":\"0\",\"gallery_theme\":\"base\",\"justified_margins\":1,\"justified_last_row\":\"nojustify\",\"lazy_loading\":1,\"lazy_loading_delay\":500,\"gutter\":1,\"gutter_mobile\":0,\"margin\":1,\"image_size\":\"default\",\"square_size\":300,\"crop_width\":640,\"crop_height\":480,\"crop\":0,\"crop_position\":\"c\",\"show_more_text\":\"Click for more\",\"additional_copy_0\":0,\"additional_copy_title\":0,\"additional_copy_caption\":0,\"additional_copy_title_caption\":0,\"additional_copy_0_mobile\":0,\"additional_copy_title_mobile\":0,\"additional_copy_caption_mobile\":0,\"additional_copy_title_caption_mobile\":0,\"gallery_column_title_caption\":\"0\",\"gallery_column_title_caption_mobile\":\"0\",\"additional_copy_automatic_0\":0,\"additional_copy_automatic_title\":0,\"additional_copy_automatic_caption\":0,\"additional_copy_automatic_title_caption\":0,\"additional_copy_automatic_0_mobile\":0,\"additional_copy_automatic_title_mobile\":0,\"additional_copy_automatic_caption_mobile\":0,\"additional_copy_automatic_title_caption_mobile\":0,\"gallery_automatic_title_caption\":\"0\",\"gallery_automatic_title_caption_mobile\":\"0\",\"justified_row_height\":100,\"description_position\":\"0\",\"description\":\"\",\"random\":\"0\",\"sort_order\":\"0\",\"sorting_direction\":\"ASC\",\"image_sizes_random\":[],\"isotope\":0,\"lightbox_enabled\":1,\"gallery_link_enabled\":1,\"lightbox_theme\":\"base_dark\",\"lightbox_image_size\":\"default\",\"title_display\":\"float\",\"lightbox_title_caption\":\"caption\",\"arrows\":1,\"arrows_position\":\"inside\",\"toolbar\":0,\"toolbar_title\":0,\"toolbar_position\":\"top\",\"loop\":1,\"lightbox_open_close_effect\":\"zoom-in-out\",\"effect\":\"zoom-in-out\",\"supersize\":0,\"thumbnails_toggle\":0,\"thumbnails_hide\":0,\"image_counter\":0,\"lightbox_html_caption\":0,\"thumbnails\":1,\"thumbnails_width\":\"auto\",\"thumbnails_height\":\"auto\",\"thumbnails_position\":\"bottom\",\"thumbnails_custom_size\":0,\"mobile\":1,\"mobile_width\":320,\"mobile_height\":240,\"mobile_lightbox\":1,\"mobile_gallery_link_enabled\":0,\"mobile_arrows\":1,\"mobile_toolbar\":1,\"mobile_thumbnails\":1,\"mobile_touchwipe_close\":0,\"mobile_thumbnails_width\":75,\"mobile_thumbnails_height\":50,\"mobile_justified_row_height\":80,\"keyboard\":true,\"standalone_template\":\"\",\"classes\":[\"\"],\"rtl\":0,\"slug\":\"commercial-wraps\",\"title\":\"\",\"gallery_id\":\"2832\"}\' data-gallery-images=\'[{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp\",\"title\":\"IMG_2698\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?fit=1440%2C1080&ssl=1\",\"index\":0,\"id\":3087,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1-75x50_c.webp\",\"title\":\"IMG_2698\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp\",\"title\":\"IMG_4055\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?fit=1080%2C1440&ssl=1\",\"index\":1,\"id\":3134,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055-75x50_c.webp\",\"title\":\"IMG_4055\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp\",\"title\":\"IMG_4071\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?fit=1080%2C1440&ssl=1\",\"index\":2,\"id\":3133,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071-75x50_c.webp\",\"title\":\"IMG_4071\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp\",\"title\":\"IMG_4021\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?fit=1080%2C1440&ssl=1\",\"index\":3,\"id\":3138,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021-75x50_c.webp\",\"title\":\"IMG_4021\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled.webp\",\"title\":\"IMG_3142-scaled.webp\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled.webp?fit=1536%2C2048&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled.webp?fit=1920%2C2560&ssl=1\",\"index\":4,\"id\":3579,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled-75x50_c.webp\",\"title\":\"IMG_3142-scaled.webp\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled.webp\",\"title\":\"IMG_3764-scaled.webp\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled.webp?fit=1536%2C2048&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled.webp?fit=1920%2C2560&ssl=1\",\"index\":5,\"id\":3575,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled-75x50_c.webp\",\"title\":\"IMG_3764-scaled.webp\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled.webp\",\"title\":\"IMG_3785-scaled.webp\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled.webp?fit=1536%2C2048&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled.webp?fit=1920%2C2560&ssl=1\",\"index\":6,\"id\":3574,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled-75x50_c.webp\",\"title\":\"IMG_3785-scaled.webp\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled.webp\",\"title\":\"IMG_3098-scaled.webp\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled.webp?fit=1536%2C2048&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled.webp?fit=1920%2C2560&ssl=1\",\"index\":7,\"id\":3581,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled-75x50_c.webp\",\"title\":\"IMG_3098-scaled.webp\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled.webp\",\"title\":\"IMG_2868-scaled.webp\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled.webp?fit=1536%2C2048&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled.webp?fit=1920%2C2560&ssl=1\",\"index\":8,\"id\":3587,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled-75x50_c.webp\",\"title\":\"IMG_2868-scaled.webp\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled.webp\",\"title\":\"IMG_0711-scaled.webp\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled.webp?fit=1536%2C2048&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled.webp?fit=1920%2C2560&ssl=1\",\"index\":9,\"id\":3616,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled-75x50_c.webp\",\"title\":\"IMG_0711-scaled.webp\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled.webp\",\"title\":\"IMG_0799-scaled.webp\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled.webp?fit=1536%2C2048&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled.webp?fit=1920%2C2560&ssl=1\",\"index\":10,\"id\":3615,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled-75x50_c.webp\",\"title\":\"IMG_0799-scaled.webp\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled.webp\",\"title\":\"IMG_1437-scaled.webp\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled.webp?fit=1536%2C2048&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled.webp?fit=1920%2C2560&ssl=1\",\"index\":11,\"id\":3607,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled-75x50_c.webp\",\"title\":\"IMG_1437-scaled.webp\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled.webp\",\"title\":\"IMG_1471-scaled.webp\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled.webp?fit=1536%2C2048&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled.webp?fit=1920%2C2560&ssl=1\",\"index\":12,\"id\":3606,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled-75x50_c.webp\",\"title\":\"IMG_1471-scaled.webp\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled.webp\",\"title\":\"IMG_1197-scaled.webp\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled.webp?fit=2048%2C1536&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled.webp?fit=2560%2C1920&ssl=1\",\"index\":13,\"id\":3609,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled-75x50_c.webp\",\"title\":\"IMG_1197-scaled.webp\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649.webp\",\"title\":\"IMG_3649\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649.webp?fit=1024%2C1365&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649.webp?fit=1024%2C1365&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649.webp?fit=1024%2C1365&ssl=1\",\"index\":14,\"id\":2860,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649-75x50_c.webp\",\"title\":\"IMG_3649\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1.webp\",\"title\":\"IMG_2396\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1.webp?fit=1024%2C768&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1.webp?fit=1024%2C768&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1.webp?fit=1024%2C768&ssl=1\",\"index\":15,\"id\":2917,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1-75x50_c.webp\",\"title\":\"IMG_2396\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1.webp\",\"title\":\"IMG_2404\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1.webp?fit=1024%2C768&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1.webp?fit=1024%2C768&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1.webp?fit=1024%2C768&ssl=1\",\"index\":16,\"id\":2916,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1-75x50_c.webp\",\"title\":\"IMG_2404\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711.webp\",\"title\":\"IMG_7711\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711.webp?fit=300%2C200&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711.webp?fit=768%2C512&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711.webp?fit=1024%2C683&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711.webp?fit=1024%2C683&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711.webp?fit=1024%2C683&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711-300x200.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711.webp?fit=1024%2C683&ssl=1\",\"index\":17,\"id\":2893,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711-75x50_c.webp\",\"title\":\"IMG_7711\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1.webp\",\"title\":\"IMG_5605\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1.webp?fit=1024%2C768&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1.webp?fit=1024%2C768&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1.webp?fit=1024%2C768&ssl=1\",\"index\":18,\"id\":2878,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1-75x50_c.webp\",\"title\":\"IMG_5605\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128.webp\",\"title\":\"IMG_3128\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128.webp?fit=1024%2C1365&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128.webp?fit=1024%2C1365&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128.webp?fit=1024%2C1365&ssl=1\",\"index\":19,\"id\":2853,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128-75x50_c.webp\",\"title\":\"IMG_3128\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1.webp\",\"title\":\"IMG_5505\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1.webp?fit=1024%2C768&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1.webp?fit=1024%2C768&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1.webp?fit=1024%2C768&ssl=1\",\"index\":20,\"id\":2877,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1-75x50_c.webp\",\"title\":\"IMG_5505\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1.webp\",\"title\":\"IMG_6150\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1.webp?fit=1024%2C768&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1.webp?fit=1024%2C768&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1.webp?fit=1024%2C768&ssl=1\",\"index\":21,\"id\":2881,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1-75x50_c.webp\",\"title\":\"IMG_6150\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1.webp\",\"title\":\"IMG_5644\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1.webp?fit=1024%2C768&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1.webp?fit=1024%2C768&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1.webp?fit=1024%2C768&ssl=1\",\"index\":22,\"id\":2879,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1-75x50_c.webp\",\"title\":\"IMG_5644\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1.webp\",\"title\":\"IMG_4976\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1.webp?fit=1024%2C768&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1.webp?fit=1024%2C768&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1.webp?fit=1024%2C768&ssl=1\",\"index\":23,\"id\":2873,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1-75x50_c.webp\",\"title\":\"IMG_4976\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1.webp\",\"title\":\"IMG_4344\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1.webp?fit=1024%2C768&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1.webp?fit=1024%2C768&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1.webp?fit=1024%2C768&ssl=1\",\"index\":24,\"id\":2870,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1-75x50_c.webp\",\"title\":\"IMG_4344\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1.webp\",\"title\":\"IMG_3922\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1.webp?fit=1024%2C1365&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1.webp?fit=1024%2C1365&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1.webp?fit=1024%2C1365&ssl=1\",\"index\":25,\"id\":2869,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1-75x50_c.webp\",\"title\":\"IMG_3922\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.webp\",\"title\":\"564ED9D4-C180-4CCB-BD26-B5A05E95055A\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.webp?fit=240%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.webp?fit=768%2C960&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.webp?fit=819%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.webp?fit=1024%2C1280&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.webp?fit=1024%2C1280&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2-300x375.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.webp?fit=1024%2C1280&ssl=1\",\"index\":26,\"id\":2849,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2-75x50_c.webp\",\"title\":\"564ED9D4-C180-4CCB-BD26-B5A05E95055A\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1.webp\",\"title\":\"IMG_3325\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1.webp?fit=1024%2C768&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1.webp?fit=1024%2C768&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1.webp?fit=1024%2C768&ssl=1\",\"index\":27,\"id\":2857,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1-75x50_c.webp\",\"title\":\"IMG_3325\"},\"gallery_id\":\"2832\"}]\' data-lightbox-theme=\'{&quot;arrows&quot;:true,&quot;margins&quot;:[120,0],&quot;gutter&quot;:&quot;100&quot;,&quot;thumbs_position&quot;:&quot;bottom&quot;,&quot;base_template&quot;:&quot;&lt;div id=\\&quot;envirabox-2832\\&quot; data-envirabox-id=\\&quot;2832\\&quot; class=\\&quot;envirabox-container envirabox-theme-base_dark envirabox-wrap\\&quot; role=\\&quot;dialog\\&quot;&gt;&lt;div class=\\&quot;envirabox-bg\\&quot;&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-outer\\&quot;&gt;&lt;div class=\\&quot;envirabox-inner\\&quot;&gt;&lt;div class=\\&quot;envirabox-caption-wrap\\&quot;&gt;&lt;div class=\\&quot;envirabox-caption\\&quot;&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-toolbar\\&quot;&gt;&lt;div class=\\&quot;envira-close-button\\&quot;&gt;&lt;a data-envirabox-close class=\\&quot;envirabox-item envirabox-close envirabox-button--close\\&quot; title=\\&quot;Close\\&quot; href=\\&quot;#\\&quot;&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-navigation\\&quot;&gt;&lt;a data-envirabox-prev title=\\&quot;Prev\\&quot; class=\\&quot;envirabox-arrow envirabox-arrow--left envirabox-nav envirabox-prev\\&quot; href=\\&quot;#\\&quot;&gt;&lt;span&gt;&lt;\\/span&gt;&lt;\\/a&gt;&lt;a data-envirabox-next title=\\&quot;Next\\&quot; class=\\&quot;envirabox-arrow envirabox-arrow--right envirabox-nav envirabox-next\\&quot; href=\\&quot;#\\&quot;&gt;&lt;span&gt;&lt;\\/span&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-stage\\&quot;&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;load_all&quot;:false,&quot;error_template&quot;:&quot;&lt;div class=\\&quot;envirabox-error\\&quot;&gt;&lt;p&gt;{{ERROR}}&lt;p&gt;&lt;\\/div&gt;&quot;,&quot;inner_caption&quot;:false,&quot;caption_position&quot;:false,&quot;arrow_position&quot;:false,&quot;toolbar&quot;:true,&quot;infobar&quot;:false,&quot;show_smallbtn&quot;:false,&quot;idle_time&quot;:false,&quot;click_content&quot;:false,&quot;click_slide&quot;:false,&quot;click_outside&quot;:false,&quot;animation_duration&quot;:false,&quot;transition_duration&quot;:false,&quot;small_btn_template&quot;:&quot;&lt;a data-envirabox-close class=\\&quot;envirabox-item envirabox-close envirabox-button--close\\&quot; title=\\&quot;Close\\&quot; href=\\&quot;#\\&quot;&gt;&lt;\\/a&gt;&quot;}\' data-parsed-attrs=\'{\"id\":\"2832\",\"cache\":true}\'><div id=\"envira-gallery-item-3087\" class=\"envira-gallery-item envira-gallery-item-1 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.webp\" title=\"IMG_2698\" data-caption=\"\" data-envira-item-id=\"3087\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.webp?fit=1440%2C1080&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1-75x50_c.webp\" data-title=\"IMG_2698\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-1    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3087\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2698\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"0\" data-envira-item-id=\"3087\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1-320x240_c.webp 2x\" data-title=\"IMG_2698\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3134\" class=\"envira-gallery-item envira-gallery-item-2 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.webp\" title=\"IMG_4055\" data-caption=\"\" data-envira-item-id=\"3134\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055-75x50_c.webp\" data-title=\"IMG_4055\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-2    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3134\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4055\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"1\" data-envira-item-id=\"3134\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055-320x240_c.webp 2x\" data-title=\"IMG_4055\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3133\" class=\"envira-gallery-item envira-gallery-item-3 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.webp\" title=\"IMG_4071\" data-caption=\"\" data-envira-item-id=\"3133\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071-75x50_c.webp\" data-title=\"IMG_4071\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-3    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3133\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4071\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"2\" data-envira-item-id=\"3133\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071-320x240_c.webp 2x\" data-title=\"IMG_4071\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3138\" class=\"envira-gallery-item envira-gallery-item-4 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.webp\" title=\"IMG_4021\" data-caption=\"\" data-envira-item-id=\"3138\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021-75x50_c.webp\" data-title=\"IMG_4021\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-4    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3138\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4021\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"3\" data-envira-item-id=\"3138\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021-320x240_c.webp 2x\" data-title=\"IMG_4021\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3579\" class=\"envira-gallery-item envira-gallery-item-5 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3142-scaled.webp\" title=\"IMG_3142-scaled.webp\" data-caption=\"\" data-envira-item-id=\"3579\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3142-scaled.webp?fit=1920%2C2560&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3142-scaled-75x50_c.webp\" data-title=\"IMG_3142-scaled.webp\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3142-scaled-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-5    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3579\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3142-scaled.webp\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"4\" data-envira-item-id=\"3579\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3142-scaled-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3142-scaled-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3142-scaled-320x240_c.webp 2x\" data-title=\"IMG_3142-scaled.webp\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3575\" class=\"envira-gallery-item envira-gallery-item-6 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3764-scaled.webp\" title=\"IMG_3764-scaled.webp\" data-caption=\"\" data-envira-item-id=\"3575\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3764-scaled.webp?fit=1920%2C2560&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3764-scaled-75x50_c.webp\" data-title=\"IMG_3764-scaled.webp\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3764-scaled-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-6    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3575\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3764-scaled.webp\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"5\" data-envira-item-id=\"3575\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3764-scaled-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3764-scaled-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3764-scaled-320x240_c.webp 2x\" data-title=\"IMG_3764-scaled.webp\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3574\" class=\"envira-gallery-item envira-gallery-item-7 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3785-scaled.webp\" title=\"IMG_3785-scaled.webp\" data-caption=\"\" data-envira-item-id=\"3574\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3785-scaled.webp?fit=1920%2C2560&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3785-scaled-75x50_c.webp\" data-title=\"IMG_3785-scaled.webp\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3785-scaled-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-7    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3574\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3785-scaled.webp\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"6\" data-envira-item-id=\"3574\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3785-scaled-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3785-scaled-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3785-scaled-320x240_c.webp 2x\" data-title=\"IMG_3785-scaled.webp\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3581\" class=\"envira-gallery-item envira-gallery-item-8 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3098-scaled.webp\" title=\"IMG_3098-scaled.webp\" data-caption=\"\" data-envira-item-id=\"3581\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3098-scaled.webp?fit=1920%2C2560&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3098-scaled-75x50_c.webp\" data-title=\"IMG_3098-scaled.webp\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3098-scaled-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-8    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3581\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3098-scaled.webp\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"7\" data-envira-item-id=\"3581\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3098-scaled-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3098-scaled-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3098-scaled-320x240_c.webp 2x\" data-title=\"IMG_3098-scaled.webp\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3587\" class=\"envira-gallery-item envira-gallery-item-9 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2868-scaled.webp\" title=\"IMG_2868-scaled.webp\" data-caption=\"\" data-envira-item-id=\"3587\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2868-scaled.webp?fit=1920%2C2560&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2868-scaled-75x50_c.webp\" data-title=\"IMG_2868-scaled.webp\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2868-scaled-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-9    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3587\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2868-scaled.webp\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"8\" data-envira-item-id=\"3587\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2868-scaled-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2868-scaled-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2868-scaled-320x240_c.webp 2x\" data-title=\"IMG_2868-scaled.webp\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3616\" class=\"envira-gallery-item envira-gallery-item-10 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0711-scaled.webp\" title=\"IMG_0711-scaled.webp\" data-caption=\"\" data-envira-item-id=\"3616\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0711-scaled.webp?fit=1920%2C2560&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0711-scaled-75x50_c.webp\" data-title=\"IMG_0711-scaled.webp\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0711-scaled-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-10    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3616\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_0711-scaled.webp\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"9\" data-envira-item-id=\"3616\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0711-scaled-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0711-scaled-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0711-scaled-320x240_c.webp 2x\" data-title=\"IMG_0711-scaled.webp\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3615\" class=\"envira-gallery-item envira-gallery-item-11 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0799-scaled.webp\" title=\"IMG_0799-scaled.webp\" data-caption=\"\" data-envira-item-id=\"3615\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0799-scaled.webp?fit=1920%2C2560&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0799-scaled-75x50_c.webp\" data-title=\"IMG_0799-scaled.webp\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0799-scaled-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-11    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3615\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_0799-scaled.webp\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"10\" data-envira-item-id=\"3615\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0799-scaled-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0799-scaled-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0799-scaled-320x240_c.webp 2x\" data-title=\"IMG_0799-scaled.webp\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3607\" class=\"envira-gallery-item envira-gallery-item-12 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1437-scaled.webp\" title=\"IMG_1437-scaled.webp\" data-caption=\"\" data-envira-item-id=\"3607\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1437-scaled.webp?fit=1920%2C2560&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1437-scaled-75x50_c.webp\" data-title=\"IMG_1437-scaled.webp\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1437-scaled-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-12    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3607\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1437-scaled.webp\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"11\" data-envira-item-id=\"3607\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1437-scaled-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1437-scaled-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1437-scaled-320x240_c.webp 2x\" data-title=\"IMG_1437-scaled.webp\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3606\" class=\"envira-gallery-item envira-gallery-item-13 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1471-scaled.webp\" title=\"IMG_1471-scaled.webp\" data-caption=\"\" data-envira-item-id=\"3606\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1471-scaled.webp?fit=1920%2C2560&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1471-scaled-75x50_c.webp\" data-title=\"IMG_1471-scaled.webp\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1471-scaled-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-13    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3606\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1471-scaled.webp\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"12\" data-envira-item-id=\"3606\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1471-scaled-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1471-scaled-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1471-scaled-320x240_c.webp 2x\" data-title=\"IMG_1471-scaled.webp\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3609\" class=\"envira-gallery-item envira-gallery-item-14 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-scaled.webp\" title=\"IMG_1197-scaled.webp\" data-caption=\"\" data-envira-item-id=\"3609\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-scaled.webp?fit=2560%2C1920&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-scaled-75x50_c.webp\" data-title=\"IMG_1197-scaled.webp\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-scaled-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-14    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3609\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1197-scaled.webp\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"13\" data-envira-item-id=\"3609\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-scaled-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-scaled-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-scaled-320x240_c.webp 2x\" data-title=\"IMG_1197-scaled.webp\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2860\" class=\"envira-gallery-item envira-gallery-item-15 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3649.jpg\" title=\"IMG_3649\" data-caption=\"\" data-envira-item-id=\"2860\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3649.webp?fit=1024%2C1365&ssl=1\" data-thumb=\"\" data-title=\"IMG_3649\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3649-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-15    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2860\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3649\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"14\" data-envira-item-id=\"2860\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3649-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3649-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3649-320x240_c.webp 2x\" data-title=\"IMG_3649\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2917\" class=\"envira-gallery-item envira-gallery-item-16 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2396-1.webp\" title=\"IMG_2396\" data-caption=\"\" data-envira-item-id=\"2917\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2396-1.webp\" data-thumb=\"\" data-title=\"IMG_2396\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2396-1-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-16    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2917\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2396\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"15\" data-envira-item-id=\"2917\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2396-1-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2396-1-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2396-1-320x240_c.webp 2x\" data-title=\"IMG_2396\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2916\" class=\"envira-gallery-item envira-gallery-item-17 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2404-1.webp\" title=\"IMG_2404\" data-caption=\"\" data-envira-item-id=\"2916\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2404-1.webp\" data-thumb=\"\" data-title=\"IMG_2404\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2404-1-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-17    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2916\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2404\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"16\" data-envira-item-id=\"2916\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2404-1-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2404-1-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2404-1-320x240_c.webp 2x\" data-title=\"IMG_2404\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2893\" class=\"envira-gallery-item envira-gallery-item-18 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7711.jpg\" title=\"IMG_7711\" data-caption=\"\" data-envira-item-id=\"2893\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7711.webp?fit=1024%2C683&ssl=1\" data-thumb=\"\" data-title=\"IMG_7711\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7711-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-18    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2893\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_7711\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"17\" data-envira-item-id=\"2893\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7711-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7711-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7711-320x240_c.webp 2x\" data-title=\"IMG_7711\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2878\" class=\"envira-gallery-item envira-gallery-item-19 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5605-1.webp\" title=\"IMG_5605\" data-caption=\"\" data-envira-item-id=\"2878\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5605-1.webp\" data-thumb=\"\" data-title=\"IMG_5605\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5605-1-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-19    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2878\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_5605\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"18\" data-envira-item-id=\"2878\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5605-1-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5605-1-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5605-1-320x240_c.webp 2x\" data-title=\"IMG_5605\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2853\" class=\"envira-gallery-item envira-gallery-item-20 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3128.jpg\" title=\"IMG_3128\" data-caption=\"\" data-envira-item-id=\"2853\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3128.webp?fit=1024%2C1365&ssl=1\" data-thumb=\"\" data-title=\"IMG_3128\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3128-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-20    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2853\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3128\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"19\" data-envira-item-id=\"2853\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3128-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3128-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3128-320x240_c.webp 2x\" data-title=\"IMG_3128\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2877\" class=\"envira-gallery-item envira-gallery-item-21 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5505-1.webp\" title=\"IMG_5505\" data-caption=\"\" data-envira-item-id=\"2877\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5505-1.webp\" data-thumb=\"\" data-title=\"IMG_5505\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5505-1-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-21    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2877\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_5505\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"20\" data-envira-item-id=\"2877\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5505-1-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5505-1-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5505-1-320x240_c.webp 2x\" data-title=\"IMG_5505\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2881\" class=\"envira-gallery-item envira-gallery-item-22 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6150-1.webp\" title=\"IMG_6150\" data-caption=\"\" data-envira-item-id=\"2881\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6150-1.webp\" data-thumb=\"\" data-title=\"IMG_6150\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6150-1-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-22    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2881\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_6150\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"21\" data-envira-item-id=\"2881\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6150-1-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6150-1-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6150-1-320x240_c.webp 2x\" data-title=\"IMG_6150\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2879\" class=\"envira-gallery-item envira-gallery-item-23 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5644-1.webp\" title=\"IMG_5644\" data-caption=\"\" data-envira-item-id=\"2879\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5644-1.webp\" data-thumb=\"\" data-title=\"IMG_5644\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5644-1-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-23    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2879\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_5644\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"22\" data-envira-item-id=\"2879\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5644-1-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5644-1-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5644-1-320x240_c.webp 2x\" data-title=\"IMG_5644\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2873\" class=\"envira-gallery-item envira-gallery-item-24 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4976-1.webp\" title=\"IMG_4976\" data-caption=\"\" data-envira-item-id=\"2873\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4976-1.webp\" data-thumb=\"\" data-title=\"IMG_4976\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4976-1-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-24    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2873\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4976\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"23\" data-envira-item-id=\"2873\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4976-1-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4976-1-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4976-1-320x240_c.webp 2x\" data-title=\"IMG_4976\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2870\" class=\"envira-gallery-item envira-gallery-item-25 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4344-1.webp\" title=\"IMG_4344\" data-caption=\"\" data-envira-item-id=\"2870\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4344-1.webp\" data-thumb=\"\" data-title=\"IMG_4344\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4344-1-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-25    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2870\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4344\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"24\" data-envira-item-id=\"2870\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4344-1-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4344-1-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4344-1-320x240_c.webp 2x\" data-title=\"IMG_4344\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2869\" class=\"envira-gallery-item envira-gallery-item-26 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3922-1.webp\" title=\"IMG_3922\" data-caption=\"\" data-envira-item-id=\"2869\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3922-1.webp\" data-thumb=\"\" data-title=\"IMG_3922\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3922-1-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-26    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2869\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3922\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"25\" data-envira-item-id=\"2869\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3922-1-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3922-1-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3922-1-320x240_c.webp 2x\" data-title=\"IMG_3922\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2849\" class=\"envira-gallery-item envira-gallery-item-27 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.webp\" title=\"564ED9D4-C180-4CCB-BD26-B5A05E95055A\" data-caption=\"\" data-envira-item-id=\"2849\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.webp\" data-thumb=\"\" data-title=\"564ED9D4-C180-4CCB-BD26-B5A05E95055A\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-27    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2849\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"564ED9D4-C180-4CCB-BD26-B5A05E95055A\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"26\" data-envira-item-id=\"2849\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2-320x240_c.webp 2x\" data-title=\"564ED9D4-C180-4CCB-BD26-B5A05E95055A\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2857\" class=\"envira-gallery-item envira-gallery-item-28 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3325-1.webp\" title=\"IMG_3325\" data-caption=\"\" data-envira-item-id=\"2857\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3325-1.webp\" data-thumb=\"\" data-title=\"IMG_3325\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3325-1-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-28    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2857\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3325\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"27\" data-envira-item-id=\"2857\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3325-1-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3325-1-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3325-1-320x240_c.webp 2x\" data-title=\"IMG_3325\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div></div></div><noscript><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3142-scaled.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3764-scaled.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3785-scaled.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3098-scaled.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2868-scaled.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0711-scaled.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0799-scaled.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1437-scaled.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1471-scaled.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-scaled.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3649.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2396-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2404-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7711.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5605-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3128.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5505-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6150-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5644-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4976-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4344-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3922-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3325-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /></noscript>','off'),(367825,'_transient_timeout_ogf_external_font_css_5f9a336da4b7136406f386a8240905d8','1759528220','off'),(367826,'_transient_ogf_external_font_css_5f9a336da4b7136406f386a8240905d8','/* Cached: October 2, 2025 at 9:50pm */\n/* latin */\n@font-face {\n  font-family: \'Permanent Marker\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/permanentmarker/v16/Fh4uPib9Iyv2ucM6pGQMWimMp004La2Cfw.woff2) format(\'woff2\');\n  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n/* latin-ext */\n@font-face {\n  font-family: \'Zen Dots\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/zendots/v14/XRXX3ICfm00IGoesQdaNRs71cA.woff2) format(\'woff2\');\n  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n  font-family: \'Zen Dots\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://fonts.gstatic.com/s/zendots/v14/XRXX3ICfm00IGoesQdaDRs4.woff2) format(\'woff2\');\n  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n\n','off'),(367895,'_transient_timeout__eg_cache_2620','1759533929','off'),(367896,'_transient__eg_cache_2620','a:3:{s:2:\"id\";i:2620;s:6:\"config\";a:88:{s:4:\"type\";s:7:\"default\";s:6:\"layout\";s:9:\"automatic\";s:7:\"columns\";s:1:\"0\";s:13:\"gallery_theme\";s:4:\"base\";s:17:\"justified_margins\";i:1;s:18:\"justified_last_row\";s:9:\"nojustify\";s:12:\"lazy_loading\";i:1;s:18:\"lazy_loading_delay\";i:500;s:6:\"gutter\";i:1;s:13:\"gutter_mobile\";i:0;s:6:\"margin\";i:1;s:10:\"image_size\";s:7:\"default\";s:11:\"square_size\";i:300;s:10:\"crop_width\";i:640;s:11:\"crop_height\";i:480;s:4:\"crop\";i:0;s:13:\"crop_position\";s:1:\"c\";s:14:\"show_more_text\";s:14:\"Click for more\";s:17:\"additional_copy_0\";i:0;s:21:\"additional_copy_title\";i:0;s:23:\"additional_copy_caption\";i:0;s:29:\"additional_copy_title_caption\";i:0;s:24:\"additional_copy_0_mobile\";i:0;s:28:\"additional_copy_title_mobile\";i:0;s:30:\"additional_copy_caption_mobile\";i:0;s:36:\"additional_copy_title_caption_mobile\";i:0;s:28:\"gallery_column_title_caption\";s:1:\"0\";s:35:\"gallery_column_title_caption_mobile\";s:1:\"0\";s:27:\"additional_copy_automatic_0\";i:0;s:31:\"additional_copy_automatic_title\";i:0;s:33:\"additional_copy_automatic_caption\";i:0;s:39:\"additional_copy_automatic_title_caption\";i:0;s:34:\"additional_copy_automatic_0_mobile\";i:0;s:38:\"additional_copy_automatic_title_mobile\";i:0;s:40:\"additional_copy_automatic_caption_mobile\";i:0;s:46:\"additional_copy_automatic_title_caption_mobile\";i:0;s:31:\"gallery_automatic_title_caption\";s:1:\"0\";s:38:\"gallery_automatic_title_caption_mobile\";s:1:\"0\";s:20:\"justified_row_height\";i:110;s:20:\"description_position\";s:1:\"0\";s:11:\"description\";s:0:\"\";s:6:\"random\";s:1:\"0\";s:10:\"sort_order\";s:1:\"0\";s:17:\"sorting_direction\";s:3:\"ASC\";s:18:\"image_sizes_random\";a:0:{}s:7:\"isotope\";i:0;s:16:\"lightbox_enabled\";i:1;s:20:\"gallery_link_enabled\";i:1;s:14:\"lightbox_theme\";s:9:\"base_dark\";s:19:\"lightbox_image_size\";s:7:\"default\";s:13:\"title_display\";s:5:\"float\";s:22:\"lightbox_title_caption\";s:5:\"title\";s:6:\"arrows\";i:1;s:15:\"arrows_position\";s:6:\"inside\";s:7:\"toolbar\";i:0;s:13:\"toolbar_title\";i:0;s:16:\"toolbar_position\";s:3:\"top\";s:4:\"loop\";i:1;s:26:\"lightbox_open_close_effect\";s:4:\"fade\";s:6:\"effect\";s:4:\"fade\";s:9:\"supersize\";i:0;s:17:\"thumbnails_toggle\";i:0;s:15:\"thumbnails_hide\";i:0;s:13:\"image_counter\";i:0;s:21:\"lightbox_html_caption\";i:0;s:10:\"thumbnails\";i:1;s:16:\"thumbnails_width\";i:75;s:17:\"thumbnails_height\";i:50;s:19:\"thumbnails_position\";s:6:\"bottom\";s:22:\"thumbnails_custom_size\";i:0;s:6:\"mobile\";i:1;s:12:\"mobile_width\";i:320;s:13:\"mobile_height\";i:240;s:15:\"mobile_lightbox\";i:1;s:27:\"mobile_gallery_link_enabled\";i:0;s:13:\"mobile_arrows\";i:1;s:14:\"mobile_toolbar\";i:1;s:17:\"mobile_thumbnails\";i:1;s:22:\"mobile_touchwipe_close\";i:0;s:23:\"mobile_thumbnails_width\";i:75;s:24:\"mobile_thumbnails_height\";i:50;s:27:\"mobile_justified_row_height\";i:80;s:8:\"keyboard\";b:1;s:19:\"standalone_template\";s:0:\"\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"rtl\";i:0;s:4:\"slug\";s:10:\"full-wraps\";s:5:\"title\";s:0:\"\";}s:7:\"gallery\";a:18:{i:3410;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9440.webp\";s:5:\"title\";s:8:\"IMG_9440\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9440.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3412;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0785.webp\";s:5:\"title\";s:8:\"IMG_0785\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0785.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3143;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.webp\";s:5:\"title\";s:8:\"IMG_3948\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3142;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3959-scaled.webp\";s:5:\"title\";s:8:\"IMG_3959\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3959-scaled.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3130;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.webp\";s:5:\"title\";s:8:\"IMG_8009\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3128;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.webp\";s:5:\"title\";s:8:\"IMG_7455\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3126;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.webp\";s:5:\"title\";s:8:\"IMG_7307\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3124;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.webp\";s:5:\"title\";s:8:\"IMG_7207\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3115;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.webp\";s:5:\"title\";s:8:\"IMG_3222\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3114;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.webp\";s:5:\"title\";s:8:\"IMG_3120\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3110;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.webp\";s:5:\"title\";s:8:\"IMG_1961\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3108;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.webp\";s:5:\"title\";s:8:\"IMG_1796\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3105;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.webp\";s:5:\"title\";s:8:\"IMG_1009\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3104;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.webp\";s:5:\"title\";s:8:\"IMG_0698\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3099;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:98:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp\";s:5:\"title\";s:36:\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\";s:4:\"link\";s:98:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3023;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.webp\";s:5:\"title\";s:8:\"IMG_2556\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2638;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777.webp\";s:5:\"title\";s:8:\"IMG_9777\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:108;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/IMG_4031.webp\";s:5:\"title\";s:8:\"IMG_4031\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/IMG_4031.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}}','off'),(367897,'_transient_timeout__eg_fragment_2620','1759533929','off'),(367898,'_transient__eg_fragment_2620','<div id=\"envira-gallery-wrap-2620\" class=\"envira-gallery-wrap envira-lazy-loading-enabled envira-layout-automatic\" itemscope itemtype=\"https://schema.org/ImageGallery\"><div class=\"envira-loader\"><div></div><div></div><div></div><div></div></div><div id=\"envira-gallery-2620\" class=\"envira-gallery-public envira-gallery-0-columns envira-clear envira-gallery-justified-public\" data-envira-id=\"2620\" data-gallery-config=\'{\"type\":\"default\",\"layout\":\"automatic\",\"columns\":\"0\",\"gallery_theme\":\"base\",\"justified_margins\":1,\"justified_last_row\":\"nojustify\",\"lazy_loading\":1,\"lazy_loading_delay\":500,\"gutter\":1,\"gutter_mobile\":0,\"margin\":1,\"image_size\":\"default\",\"square_size\":300,\"crop_width\":640,\"crop_height\":480,\"crop\":0,\"crop_position\":\"c\",\"show_more_text\":\"Click for more\",\"additional_copy_0\":0,\"additional_copy_title\":0,\"additional_copy_caption\":0,\"additional_copy_title_caption\":0,\"additional_copy_0_mobile\":0,\"additional_copy_title_mobile\":0,\"additional_copy_caption_mobile\":0,\"additional_copy_title_caption_mobile\":0,\"gallery_column_title_caption\":\"0\",\"gallery_column_title_caption_mobile\":\"0\",\"additional_copy_automatic_0\":0,\"additional_copy_automatic_title\":0,\"additional_copy_automatic_caption\":0,\"additional_copy_automatic_title_caption\":0,\"additional_copy_automatic_0_mobile\":0,\"additional_copy_automatic_title_mobile\":0,\"additional_copy_automatic_caption_mobile\":0,\"additional_copy_automatic_title_caption_mobile\":0,\"gallery_automatic_title_caption\":\"0\",\"gallery_automatic_title_caption_mobile\":\"0\",\"justified_row_height\":110,\"description_position\":\"0\",\"description\":\"\",\"random\":\"0\",\"sort_order\":\"0\",\"sorting_direction\":\"ASC\",\"image_sizes_random\":[],\"isotope\":0,\"lightbox_enabled\":1,\"gallery_link_enabled\":1,\"lightbox_theme\":\"base_dark\",\"lightbox_image_size\":\"default\",\"title_display\":\"float\",\"lightbox_title_caption\":\"title\",\"arrows\":1,\"arrows_position\":\"inside\",\"toolbar\":0,\"toolbar_title\":0,\"toolbar_position\":\"top\",\"loop\":1,\"lightbox_open_close_effect\":\"fade\",\"effect\":\"fade\",\"supersize\":0,\"thumbnails_toggle\":0,\"thumbnails_hide\":0,\"image_counter\":0,\"lightbox_html_caption\":0,\"thumbnails\":1,\"thumbnails_width\":\"auto\",\"thumbnails_height\":\"auto\",\"thumbnails_position\":\"bottom\",\"thumbnails_custom_size\":0,\"mobile\":1,\"mobile_width\":320,\"mobile_height\":240,\"mobile_lightbox\":1,\"mobile_gallery_link_enabled\":0,\"mobile_arrows\":1,\"mobile_toolbar\":1,\"mobile_thumbnails\":1,\"mobile_touchwipe_close\":0,\"mobile_thumbnails_width\":75,\"mobile_thumbnails_height\":50,\"mobile_justified_row_height\":80,\"keyboard\":true,\"standalone_template\":\"\",\"classes\":[\"\"],\"rtl\":0,\"slug\":\"full-wraps\",\"title\":\"\",\"gallery_id\":\"2620\"}\' data-gallery-images=\'[{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440.webp\",\"title\":\"IMG_9440\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440.webp?fit=300%2C228&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440.webp?fit=768%2C583&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440.webp?fit=1024%2C777&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440.webp?fit=1200%2C911&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440.webp?fit=1200%2C911&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440-300x228.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440.webp?fit=1200%2C911&ssl=1\",\"index\":0,\"id\":3410,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440-75x50_c.webp\",\"title\":\"IMG_9440\"},\"gallery_id\":\"2620\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785.webp\",\"title\":\"IMG_0785\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785.webp?fit=300%2C222&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785.webp?fit=768%2C569&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785.webp?fit=1024%2C758&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785.webp?fit=1290%2C955&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785.webp?fit=1290%2C955&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785-300x222.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785.webp?fit=1290%2C955&ssl=1\",\"index\":1,\"id\":3412,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785-75x50_c.webp\",\"title\":\"IMG_0785\"},\"gallery_id\":\"2620\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp\",\"title\":\"IMG_3948\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?fit=298%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?fit=768%2C774&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?fit=1016%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?fit=1429%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?fit=1429%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948-300x302.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?fit=1429%2C1440&ssl=1\",\"index\":2,\"id\":3143,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948-75x50_c.webp\",\"title\":\"IMG_3948\"},\"gallery_id\":\"2620\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled.webp\",\"title\":\"IMG_3959\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled.webp?fit=289%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled.webp?fit=768%2C798&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled.webp?fit=985%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled.webp?fit=1477%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled.webp?fit=1970%2C2048&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled.webp?fit=2462%2C2560&ssl=1\",\"index\":3,\"id\":3142,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled-75x50_c.webp\",\"title\":\"IMG_3959\"},\"gallery_id\":\"2620\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp\",\"title\":\"IMG_8009\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?fit=1080%2C1440&ssl=1\",\"index\":4,\"id\":3130,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009-75x50_c.webp\",\"title\":\"IMG_8009\"},\"gallery_id\":\"2620\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp\",\"title\":\"IMG_7455\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?fit=1080%2C1440&ssl=1\",\"index\":5,\"id\":3128,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455-75x50_c.webp\",\"title\":\"IMG_7455\"},\"gallery_id\":\"2620\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp\",\"title\":\"IMG_7307\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?fit=272%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?fit=768%2C846&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?fit=930%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?fit=1080%2C1189&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?fit=1080%2C1189&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307-300x330.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?fit=1080%2C1189&ssl=1\",\"index\":6,\"id\":3126,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307-75x50_c.webp\",\"title\":\"IMG_7307\"},\"gallery_id\":\"2620\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp\",\"title\":\"IMG_7207\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?fit=1080%2C1440&ssl=1\",\"index\":7,\"id\":3124,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207-75x50_c.webp\",\"title\":\"IMG_7207\"},\"gallery_id\":\"2620\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp\",\"title\":\"IMG_3222\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?fit=1080%2C1440&ssl=1\",\"index\":8,\"id\":3115,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222-75x50_c.webp\",\"title\":\"IMG_3222\"},\"gallery_id\":\"2620\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp\",\"title\":\"IMG_3120\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?fit=1080%2C1440&ssl=1\",\"index\":9,\"id\":3114,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120-75x50_c.webp\",\"title\":\"IMG_3120\"},\"gallery_id\":\"2620\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp\",\"title\":\"IMG_1961\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?fit=1080%2C1440&ssl=1\",\"index\":10,\"id\":3110,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961-75x50_c.webp\",\"title\":\"IMG_1961\"},\"gallery_id\":\"2620\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp\",\"title\":\"IMG_1796\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?fit=1080%2C1440&ssl=1\",\"index\":11,\"id\":3108,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796-75x50_c.webp\",\"title\":\"IMG_1796\"},\"gallery_id\":\"2620\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp\",\"title\":\"IMG_1009\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?fit=1080%2C1440&ssl=1\",\"index\":12,\"id\":3105,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009-75x50_c.webp\",\"title\":\"IMG_1009\"},\"gallery_id\":\"2620\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp\",\"title\":\"IMG_0698\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?fit=1080%2C1440&ssl=1\",\"index\":13,\"id\":3104,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698-75x50_c.webp\",\"title\":\"IMG_0698\"},\"gallery_id\":\"2620\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp\",\"title\":\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=240%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=768%2C960&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=819%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=1229%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=1440%2C1800&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68-300x375.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=1440%2C1800&ssl=1\",\"index\":14,\"id\":3099,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68-75x50_c.webp\",\"title\":\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\"},\"gallery_id\":\"2620\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp\",\"title\":\"IMG_2556\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?fit=1440%2C1920&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?fit=1440%2C1920&ssl=1\",\"index\":15,\"id\":3023,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556-75x50_c.webp\",\"title\":\"IMG_2556\"},\"gallery_id\":\"2620\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777.webp\",\"title\":\"IMG_9777\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777.webp?fit=1080%2C1440&ssl=1\",\"index\":16,\"id\":2638,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777-75x50_c.webp\",\"title\":\"IMG_9777\"},\"gallery_id\":\"2620\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031.webp\",\"title\":\"IMG_4031\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031.webp?fit=300%2C200&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031.webp?fit=768%2C512&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031.webp?fit=1024%2C683&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031.webp?fit=1440%2C960&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031.webp?fit=1440%2C960&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031-300x200.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031.webp?fit=1440%2C960&ssl=1\",\"index\":17,\"id\":108,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031-75x50_c.webp\",\"title\":\"IMG_4031\"},\"gallery_id\":\"2620\"}]\' data-lightbox-theme=\'{&quot;arrows&quot;:true,&quot;margins&quot;:[120,0],&quot;gutter&quot;:&quot;100&quot;,&quot;thumbs_position&quot;:&quot;bottom&quot;,&quot;base_template&quot;:&quot;&lt;div id=\\&quot;envirabox-2620\\&quot; data-envirabox-id=\\&quot;2620\\&quot; class=\\&quot;envirabox-container envirabox-theme-base_dark envirabox-wrap\\&quot; role=\\&quot;dialog\\&quot;&gt;&lt;div class=\\&quot;envirabox-bg\\&quot;&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-outer\\&quot;&gt;&lt;div class=\\&quot;envirabox-inner\\&quot;&gt;&lt;div class=\\&quot;envirabox-caption-wrap\\&quot;&gt;&lt;div class=\\&quot;envirabox-title\\&quot;&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-toolbar\\&quot;&gt;&lt;div class=\\&quot;envira-close-button\\&quot;&gt;&lt;a data-envirabox-close class=\\&quot;envirabox-item envirabox-close envirabox-button--close\\&quot; title=\\&quot;Close\\&quot; href=\\&quot;#\\&quot;&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-navigation\\&quot;&gt;&lt;a data-envirabox-prev title=\\&quot;Prev\\&quot; class=\\&quot;envirabox-arrow envirabox-arrow--left envirabox-nav envirabox-prev\\&quot; href=\\&quot;#\\&quot;&gt;&lt;span&gt;&lt;\\/span&gt;&lt;\\/a&gt;&lt;a data-envirabox-next title=\\&quot;Next\\&quot; class=\\&quot;envirabox-arrow envirabox-arrow--right envirabox-nav envirabox-next\\&quot; href=\\&quot;#\\&quot;&gt;&lt;span&gt;&lt;\\/span&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-stage\\&quot;&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;load_all&quot;:false,&quot;error_template&quot;:&quot;&lt;div class=\\&quot;envirabox-error\\&quot;&gt;&lt;p&gt;{{ERROR}}&lt;p&gt;&lt;\\/div&gt;&quot;,&quot;inner_caption&quot;:false,&quot;caption_position&quot;:false,&quot;arrow_position&quot;:false,&quot;toolbar&quot;:true,&quot;infobar&quot;:false,&quot;show_smallbtn&quot;:false,&quot;idle_time&quot;:false,&quot;click_content&quot;:false,&quot;click_slide&quot;:false,&quot;click_outside&quot;:false,&quot;animation_duration&quot;:false,&quot;transition_duration&quot;:false,&quot;small_btn_template&quot;:&quot;&lt;a data-envirabox-close class=\\&quot;envirabox-item envirabox-close envirabox-button--close\\&quot; title=\\&quot;Close\\&quot; href=\\&quot;#\\&quot;&gt;&lt;\\/a&gt;&quot;}\' data-parsed-attrs=\'{\"id\":\"2620\",\"cache\":true}\'><div id=\"envira-gallery-item-3410\" class=\"envira-gallery-item envira-gallery-item-1 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2620 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9440.webp\" title=\"IMG_9440\" data-caption=\"\" data-envira-item-id=\"3410\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9440.webp?fit=1200%2C911&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9440-75x50_c.webp\" data-title=\"IMG_9440\" data-envirabox=\'2620\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9440.webp?fit=1024%2C777&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-1    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3410\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_9440\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2620\" data-envira-index=\"0\" data-envira-item-id=\"3410\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9440.webp?fit=1024%2C777&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9440.webp?fit=1024%2C777&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9440.webp?fit=1024%2C777&amp;ssl=1 2x\" data-title=\"IMG_9440\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2620\" data-automatic-caption=\"\" data-envira-height=\"228\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3412\" class=\"envira-gallery-item envira-gallery-item-2 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2620 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0785.webp\" title=\"IMG_0785\" data-caption=\"\" data-envira-item-id=\"3412\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0785.webp?fit=1290%2C955&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0785-75x50_c.webp\" data-title=\"IMG_0785\" data-envirabox=\'2620\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0785.webp?fit=1024%2C758&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-2    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3412\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_0785\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2620\" data-envira-index=\"1\" data-envira-item-id=\"3412\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0785.webp?fit=1024%2C758&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0785.webp?fit=1024%2C758&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0785.webp?fit=1024%2C758&amp;ssl=1 2x\" data-title=\"IMG_0785\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2620\" data-automatic-caption=\"\" data-envira-height=\"222\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3143\" class=\"envira-gallery-item envira-gallery-item-3 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2620 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.webp\" title=\"IMG_3948\" data-caption=\"\" data-envira-item-id=\"3143\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.webp?fit=1429%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948-75x50_c.webp\" data-title=\"IMG_3948\" data-envirabox=\'2620\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.webp?fit=1016%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-3    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3143\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3948\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2620\" data-envira-index=\"2\" data-envira-item-id=\"3143\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.webp?fit=1016%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.webp?fit=1016%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.webp?fit=1016%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3948\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2620\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"298\" /></a></div></div><div id=\"envira-gallery-item-3142\" class=\"envira-gallery-item envira-gallery-item-4 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2620 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3959-scaled.webp\" title=\"IMG_3959\" data-caption=\"\" data-envira-item-id=\"3142\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3959-scaled.webp?fit=2462%2C2560&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3959-scaled-75x50_c.webp\" data-title=\"IMG_3959\" data-envirabox=\'2620\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3959-scaled.webp?fit=985%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-4    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3142\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3959\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2620\" data-envira-index=\"3\" data-envira-item-id=\"3142\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3959-scaled.webp?fit=985%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3959-scaled.webp?fit=985%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3959-scaled.webp?fit=985%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3959\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2620\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"289\" /></a></div></div><div id=\"envira-gallery-item-3130\" class=\"envira-gallery-item envira-gallery-item-5 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2620 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.webp\" title=\"IMG_8009\" data-caption=\"\" data-envira-item-id=\"3130\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009-75x50_c.webp\" data-title=\"IMG_8009\" data-envirabox=\'2620\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-5    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3130\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_8009\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2620\" data-envira-index=\"4\" data-envira-item-id=\"3130\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_8009\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2620\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3128\" class=\"envira-gallery-item envira-gallery-item-6 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2620 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.webp\" title=\"IMG_7455\" data-caption=\"\" data-envira-item-id=\"3128\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455-75x50_c.webp\" data-title=\"IMG_7455\" data-envirabox=\'2620\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-6    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3128\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_7455\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2620\" data-envira-index=\"5\" data-envira-item-id=\"3128\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_7455\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2620\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3126\" class=\"envira-gallery-item envira-gallery-item-7 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2620 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.webp\" title=\"IMG_7307\" data-caption=\"\" data-envira-item-id=\"3126\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.webp?fit=1080%2C1189&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307-75x50_c.webp\" data-title=\"IMG_7307\" data-envirabox=\'2620\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.webp?fit=930%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-7    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3126\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_7307\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2620\" data-envira-index=\"6\" data-envira-item-id=\"3126\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.webp?fit=930%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.webp?fit=930%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.webp?fit=930%2C1024&amp;ssl=1 2x\" data-title=\"IMG_7307\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2620\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"272\" /></a></div></div><div id=\"envira-gallery-item-3124\" class=\"envira-gallery-item envira-gallery-item-8 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2620 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.webp\" title=\"IMG_7207\" data-caption=\"\" data-envira-item-id=\"3124\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207-75x50_c.webp\" data-title=\"IMG_7207\" data-envirabox=\'2620\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-8    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3124\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_7207\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2620\" data-envira-index=\"7\" data-envira-item-id=\"3124\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_7207\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2620\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3115\" class=\"envira-gallery-item envira-gallery-item-9 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2620 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.webp\" title=\"IMG_3222\" data-caption=\"\" data-envira-item-id=\"3115\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222-75x50_c.webp\" data-title=\"IMG_3222\" data-envirabox=\'2620\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-9    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3115\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3222\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2620\" data-envira-index=\"8\" data-envira-item-id=\"3115\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3222\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2620\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3114\" class=\"envira-gallery-item envira-gallery-item-10 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2620 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.webp\" title=\"IMG_3120\" data-caption=\"\" data-envira-item-id=\"3114\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120-75x50_c.webp\" data-title=\"IMG_3120\" data-envirabox=\'2620\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-10    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3114\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3120\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2620\" data-envira-index=\"9\" data-envira-item-id=\"3114\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3120\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2620\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3110\" class=\"envira-gallery-item envira-gallery-item-11 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2620 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.webp\" title=\"IMG_1961\" data-caption=\"\" data-envira-item-id=\"3110\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961-75x50_c.webp\" data-title=\"IMG_1961\" data-envirabox=\'2620\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-11    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3110\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1961\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2620\" data-envira-index=\"10\" data-envira-item-id=\"3110\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_1961\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2620\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3108\" class=\"envira-gallery-item envira-gallery-item-12 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2620 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.webp\" title=\"IMG_1796\" data-caption=\"\" data-envira-item-id=\"3108\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796-75x50_c.webp\" data-title=\"IMG_1796\" data-envirabox=\'2620\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-12    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3108\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1796\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2620\" data-envira-index=\"11\" data-envira-item-id=\"3108\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_1796\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2620\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3105\" class=\"envira-gallery-item envira-gallery-item-13 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2620 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.webp\" title=\"IMG_1009\" data-caption=\"\" data-envira-item-id=\"3105\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009-75x50_c.webp\" data-title=\"IMG_1009\" data-envirabox=\'2620\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-13    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3105\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1009\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2620\" data-envira-index=\"12\" data-envira-item-id=\"3105\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_1009\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2620\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3104\" class=\"envira-gallery-item envira-gallery-item-14 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2620 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.webp\" title=\"IMG_0698\" data-caption=\"\" data-envira-item-id=\"3104\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698-75x50_c.webp\" data-title=\"IMG_0698\" data-envirabox=\'2620\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-14    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3104\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_0698\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2620\" data-envira-index=\"13\" data-envira-item-id=\"3104\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_0698\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2620\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3099\" class=\"envira-gallery-item envira-gallery-item-15 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2620 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp\" title=\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\" data-caption=\"\" data-envira-item-id=\"3099\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=1440%2C1800&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68-75x50_c.webp\" data-title=\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\" data-envirabox=\'2620\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=819%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-15    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3099\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2620\" data-envira-index=\"14\" data-envira-item-id=\"3099\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=819%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=819%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=819%2C1024&amp;ssl=1 2x\" data-title=\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2620\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"240\" /></a></div></div><div id=\"envira-gallery-item-3023\" class=\"envira-gallery-item envira-gallery-item-16 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2620 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.webp\" title=\"IMG_2556\" data-caption=\"\" data-envira-item-id=\"3023\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.webp?fit=1440%2C1920&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556-75x50_c.webp\" data-title=\"IMG_2556\" data-envirabox=\'2620\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-16    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3023\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2556\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2620\" data-envira-index=\"15\" data-envira-item-id=\"3023\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_2556\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2620\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-2638\" class=\"envira-gallery-item envira-gallery-item-17 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2620 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777.webp\" title=\"IMG_9777\" data-caption=\"\" data-envira-item-id=\"2638\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777-75x50_c.webp\" data-title=\"IMG_9777\" data-envirabox=\'2620\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-17    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2638\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_9777\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2620\" data-envira-index=\"16\" data-envira-item-id=\"2638\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_9777\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2620\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-108\" class=\"envira-gallery-item envira-gallery-item-18 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2620 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/IMG_4031.webp\" title=\"IMG_4031\" data-caption=\"\" data-envira-item-id=\"108\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2024/10/IMG_4031.webp?fit=1440%2C960&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/IMG_4031-75x50_c.webp\" data-title=\"IMG_4031\" data-envirabox=\'2620\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2024/10/IMG_4031.webp?fit=1024%2C683&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-18    envira-lazy\" height=\"480\" id=\"envira-gallery-image-108\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4031\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2620\" data-envira-index=\"17\" data-envira-item-id=\"108\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2024/10/IMG_4031.webp?fit=1024%2C683&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2024/10/IMG_4031.webp?fit=1024%2C683&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2024/10/IMG_4031.webp?fit=1024%2C683&amp;ssl=1 2x\" data-title=\"IMG_4031\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2620\" data-automatic-caption=\"\" data-envira-height=\"200\" data-envira-width=\"300\" /></a></div></div></div></div><noscript><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9440.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0785.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3959-scaled.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2024/10/IMG_4031.webp\' alt=\'\' class=\'envira_noscript_images \' /></noscript>','off'),(367899,'_transient_timeout__eg_cache_2590','1759533929','off'),(367900,'_transient__eg_cache_2590','a:3:{s:2:\"id\";i:2590;s:7:\"gallery\";a:14:{i:2622;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247.jpg\";s:5:\"title\";s:8:\"IMG_3247\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2616;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272.jpg\";s:5:\"title\";s:8:\"IMG_3272\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2615;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014.jpg\";s:5:\"title\";s:8:\"IMG_3014\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2614;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962.jpg\";s:5:\"title\";s:8:\"IMG_2962\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2612;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733.jpg\";s:5:\"title\";s:8:\"IMG_2733\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2611;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122.jpg\";s:5:\"title\";s:8:\"IMG_2122\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2610;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753.jpg\";s:5:\"title\";s:8:\"IMG_1753\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2607;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159.jpg\";s:5:\"title\";s:8:\"IMG_0159\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2606;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395.jpg\";s:5:\"title\";s:8:\"IMG_9395\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2605;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984.jpg\";s:5:\"title\";s:8:\"IMG_8984\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2603;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222.jpg\";s:5:\"title\";s:8:\"IMG_8222\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2601;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495.jpg\";s:5:\"title\";s:8:\"IMG_7495\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2598;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985.jpg\";s:5:\"title\";s:8:\"IMG_6985\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2596;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969.jpg\";s:5:\"title\";s:8:\"IMG_5969\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}s:6:\"config\";a:88:{s:4:\"type\";s:7:\"default\";s:6:\"layout\";s:9:\"automatic\";s:7:\"columns\";s:1:\"0\";s:13:\"gallery_theme\";s:4:\"base\";s:17:\"justified_margins\";i:1;s:18:\"justified_last_row\";s:6:\"center\";s:12:\"lazy_loading\";i:1;s:18:\"lazy_loading_delay\";i:800;s:6:\"gutter\";i:1;s:13:\"gutter_mobile\";i:0;s:6:\"margin\";i:1;s:10:\"image_size\";s:7:\"default\";s:11:\"square_size\";i:300;s:10:\"crop_width\";i:640;s:11:\"crop_height\";i:480;s:4:\"crop\";i:0;s:13:\"crop_position\";s:1:\"c\";s:14:\"show_more_text\";s:14:\"Click for more\";s:17:\"additional_copy_0\";i:0;s:21:\"additional_copy_title\";i:0;s:23:\"additional_copy_caption\";i:0;s:29:\"additional_copy_title_caption\";i:0;s:24:\"additional_copy_0_mobile\";i:0;s:28:\"additional_copy_title_mobile\";i:0;s:30:\"additional_copy_caption_mobile\";i:0;s:36:\"additional_copy_title_caption_mobile\";i:0;s:28:\"gallery_column_title_caption\";s:1:\"0\";s:35:\"gallery_column_title_caption_mobile\";s:1:\"0\";s:27:\"additional_copy_automatic_0\";i:0;s:31:\"additional_copy_automatic_title\";i:0;s:33:\"additional_copy_automatic_caption\";i:0;s:39:\"additional_copy_automatic_title_caption\";i:0;s:34:\"additional_copy_automatic_0_mobile\";i:0;s:38:\"additional_copy_automatic_title_mobile\";i:0;s:40:\"additional_copy_automatic_caption_mobile\";i:0;s:46:\"additional_copy_automatic_title_caption_mobile\";i:0;s:31:\"gallery_automatic_title_caption\";s:1:\"0\";s:38:\"gallery_automatic_title_caption_mobile\";s:1:\"0\";s:20:\"justified_row_height\";i:110;s:20:\"description_position\";s:1:\"0\";s:11:\"description\";s:0:\"\";s:6:\"random\";s:1:\"0\";s:10:\"sort_order\";s:1:\"0\";s:17:\"sorting_direction\";s:3:\"ASC\";s:18:\"image_sizes_random\";a:0:{}s:7:\"isotope\";i:0;s:16:\"lightbox_enabled\";i:1;s:20:\"gallery_link_enabled\";i:1;s:14:\"lightbox_theme\";s:9:\"base_dark\";s:19:\"lightbox_image_size\";s:7:\"default\";s:13:\"title_display\";s:5:\"float\";s:22:\"lightbox_title_caption\";s:5:\"title\";s:6:\"arrows\";i:1;s:15:\"arrows_position\";s:6:\"inside\";s:7:\"toolbar\";i:0;s:13:\"toolbar_title\";i:0;s:16:\"toolbar_position\";s:3:\"top\";s:4:\"loop\";i:1;s:26:\"lightbox_open_close_effect\";s:4:\"fade\";s:6:\"effect\";s:4:\"fade\";s:9:\"supersize\";i:0;s:17:\"thumbnails_toggle\";i:0;s:15:\"thumbnails_hide\";i:0;s:13:\"image_counter\";i:0;s:21:\"lightbox_html_caption\";i:0;s:10:\"thumbnails\";i:1;s:16:\"thumbnails_width\";i:75;s:17:\"thumbnails_height\";i:50;s:19:\"thumbnails_position\";s:6:\"bottom\";s:22:\"thumbnails_custom_size\";i:0;s:6:\"mobile\";i:1;s:12:\"mobile_width\";i:320;s:13:\"mobile_height\";i:240;s:15:\"mobile_lightbox\";i:1;s:27:\"mobile_gallery_link_enabled\";i:0;s:13:\"mobile_arrows\";i:1;s:14:\"mobile_toolbar\";i:1;s:17:\"mobile_thumbnails\";i:1;s:22:\"mobile_touchwipe_close\";i:0;s:23:\"mobile_thumbnails_width\";i:75;s:24:\"mobile_thumbnails_height\";i:50;s:27:\"mobile_justified_row_height\";i:80;s:8:\"keyboard\";b:1;s:19:\"standalone_template\";s:0:\"\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"rtl\";i:0;s:4:\"slug\";s:13:\"partial-wraps\";s:5:\"title\";s:0:\"\";}}','off'),(367901,'_transient_timeout__eg_fragment_2590','1759533930','off'),(367902,'_transient__eg_fragment_2590','<div id=\"envira-gallery-wrap-2590\" class=\"envira-gallery-wrap envira-lazy-loading-enabled envira-layout-automatic\" itemscope itemtype=\"https://schema.org/ImageGallery\"><div class=\"envira-loader\"><div></div><div></div><div></div><div></div></div><div id=\"envira-gallery-2590\" class=\"envira-gallery-public envira-gallery-0-columns envira-clear envira-gallery-justified-public\" data-envira-id=\"2590\" data-gallery-config=\'{\"type\":\"default\",\"layout\":\"automatic\",\"columns\":\"0\",\"gallery_theme\":\"base\",\"justified_margins\":1,\"justified_last_row\":\"center\",\"lazy_loading\":1,\"lazy_loading_delay\":800,\"gutter\":1,\"gutter_mobile\":0,\"margin\":1,\"image_size\":\"default\",\"square_size\":300,\"crop_width\":640,\"crop_height\":480,\"crop\":0,\"crop_position\":\"c\",\"show_more_text\":\"Click for more\",\"additional_copy_0\":0,\"additional_copy_title\":0,\"additional_copy_caption\":0,\"additional_copy_title_caption\":0,\"additional_copy_0_mobile\":0,\"additional_copy_title_mobile\":0,\"additional_copy_caption_mobile\":0,\"additional_copy_title_caption_mobile\":0,\"gallery_column_title_caption\":\"0\",\"gallery_column_title_caption_mobile\":\"0\",\"additional_copy_automatic_0\":0,\"additional_copy_automatic_title\":0,\"additional_copy_automatic_caption\":0,\"additional_copy_automatic_title_caption\":0,\"additional_copy_automatic_0_mobile\":0,\"additional_copy_automatic_title_mobile\":0,\"additional_copy_automatic_caption_mobile\":0,\"additional_copy_automatic_title_caption_mobile\":0,\"gallery_automatic_title_caption\":\"0\",\"gallery_automatic_title_caption_mobile\":\"0\",\"justified_row_height\":110,\"description_position\":\"0\",\"description\":\"\",\"random\":\"0\",\"sort_order\":\"0\",\"sorting_direction\":\"ASC\",\"image_sizes_random\":[],\"isotope\":0,\"lightbox_enabled\":1,\"gallery_link_enabled\":1,\"lightbox_theme\":\"base_dark\",\"lightbox_image_size\":\"default\",\"title_display\":\"float\",\"lightbox_title_caption\":\"title\",\"arrows\":1,\"arrows_position\":\"inside\",\"toolbar\":0,\"toolbar_title\":0,\"toolbar_position\":\"top\",\"loop\":1,\"lightbox_open_close_effect\":\"fade\",\"effect\":\"fade\",\"supersize\":0,\"thumbnails_toggle\":0,\"thumbnails_hide\":0,\"image_counter\":0,\"lightbox_html_caption\":0,\"thumbnails\":1,\"thumbnails_width\":\"auto\",\"thumbnails_height\":\"auto\",\"thumbnails_position\":\"bottom\",\"thumbnails_custom_size\":0,\"mobile\":1,\"mobile_width\":320,\"mobile_height\":240,\"mobile_lightbox\":1,\"mobile_gallery_link_enabled\":0,\"mobile_arrows\":1,\"mobile_toolbar\":1,\"mobile_thumbnails\":1,\"mobile_touchwipe_close\":0,\"mobile_thumbnails_width\":75,\"mobile_thumbnails_height\":50,\"mobile_justified_row_height\":80,\"keyboard\":true,\"standalone_template\":\"\",\"classes\":[\"\"],\"rtl\":0,\"slug\":\"partial-wraps\",\"title\":\"\",\"gallery_id\":\"2590\"}\' data-gallery-images=\'[{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247.webp\",\"title\":\"IMG_3247\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247.webp?fit=1080%2C1440&ssl=1\",\"index\":0,\"id\":2622,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247-75x50_c.webp\",\"title\":\"IMG_3247\"},\"gallery_id\":\"2590\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272.webp\",\"title\":\"IMG_3272\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272.webp?fit=1080%2C1440&ssl=1\",\"index\":1,\"id\":2616,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272-75x50_c.webp\",\"title\":\"IMG_3272\"},\"gallery_id\":\"2590\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014.webp\",\"title\":\"IMG_3014\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014.webp?fit=1080%2C1440&ssl=1\",\"index\":2,\"id\":2615,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014-75x50_c.webp\",\"title\":\"IMG_3014\"},\"gallery_id\":\"2590\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962.webp\",\"title\":\"IMG_2962\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962.webp?fit=1080%2C1440&ssl=1\",\"index\":3,\"id\":2614,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962-75x50_c.webp\",\"title\":\"IMG_2962\"},\"gallery_id\":\"2590\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733.webp\",\"title\":\"IMG_2733\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733.webp?fit=1080%2C1440&ssl=1\",\"index\":4,\"id\":2612,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733-75x50_c.webp\",\"title\":\"IMG_2733\"},\"gallery_id\":\"2590\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122.webp\",\"title\":\"IMG_2122\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122.webp?fit=1080%2C1440&ssl=1\",\"index\":5,\"id\":2611,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122-75x50_c.webp\",\"title\":\"IMG_2122\"},\"gallery_id\":\"2590\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753.webp\",\"title\":\"IMG_1753\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753.webp?fit=220%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753.webp?fit=768%2C1050&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753.webp?fit=749%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753.webp?fit=1080%2C1476&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753.webp?fit=1080%2C1476&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753-300x410.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753.webp?fit=1080%2C1476&ssl=1\",\"index\":6,\"id\":2610,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753-75x50_c.webp\",\"title\":\"IMG_1753\"},\"gallery_id\":\"2590\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159.webp\",\"title\":\"IMG_0159\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159.webp?fit=1080%2C1440&ssl=1\",\"index\":7,\"id\":2607,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159-75x50_c.webp\",\"title\":\"IMG_0159\"},\"gallery_id\":\"2590\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395.webp\",\"title\":\"IMG_9395\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395.webp?fit=1080%2C1440&ssl=1\",\"index\":8,\"id\":2606,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395-75x50_c.webp\",\"title\":\"IMG_9395\"},\"gallery_id\":\"2590\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984.webp\",\"title\":\"IMG_8984\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984.webp?fit=273%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984.webp?fit=768%2C845&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984.webp?fit=931%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984.webp?fit=1080%2C1188&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984.webp?fit=1080%2C1188&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984-300x330.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984.webp?fit=1080%2C1188&ssl=1\",\"index\":9,\"id\":2605,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984-75x50_c.webp\",\"title\":\"IMG_8984\"},\"gallery_id\":\"2590\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222.webp\",\"title\":\"IMG_8222\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222.webp?fit=1080%2C1440&ssl=1\",\"index\":10,\"id\":2603,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222-75x50_c.webp\",\"title\":\"IMG_8222\"},\"gallery_id\":\"2590\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495.webp\",\"title\":\"IMG_7495\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495.webp?fit=1080%2C1440&ssl=1\",\"index\":11,\"id\":2601,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495-75x50_c.webp\",\"title\":\"IMG_7495\"},\"gallery_id\":\"2590\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985.webp\",\"title\":\"IMG_6985\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985.webp?fit=1080%2C1440&ssl=1\",\"index\":12,\"id\":2598,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985-75x50_c.webp\",\"title\":\"IMG_6985\"},\"gallery_id\":\"2590\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969.webp\",\"title\":\"IMG_5969\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969.webp?fit=1080%2C1440&ssl=1\",\"index\":13,\"id\":2596,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969-75x50_c.webp\",\"title\":\"IMG_5969\"},\"gallery_id\":\"2590\"}]\' data-lightbox-theme=\'{&quot;arrows&quot;:true,&quot;margins&quot;:[120,0],&quot;gutter&quot;:&quot;100&quot;,&quot;thumbs_position&quot;:&quot;bottom&quot;,&quot;base_template&quot;:&quot;&lt;div id=\\&quot;envirabox-2590\\&quot; data-envirabox-id=\\&quot;2590\\&quot; class=\\&quot;envirabox-container envirabox-theme-base_dark envirabox-wrap\\&quot; role=\\&quot;dialog\\&quot;&gt;&lt;div class=\\&quot;envirabox-bg\\&quot;&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-outer\\&quot;&gt;&lt;div class=\\&quot;envirabox-inner\\&quot;&gt;&lt;div class=\\&quot;envirabox-caption-wrap\\&quot;&gt;&lt;div class=\\&quot;envirabox-title\\&quot;&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-toolbar\\&quot;&gt;&lt;div class=\\&quot;envira-close-button\\&quot;&gt;&lt;a data-envirabox-close class=\\&quot;envirabox-item envirabox-close envirabox-button--close\\&quot; title=\\&quot;Close\\&quot; href=\\&quot;#\\&quot;&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-navigation\\&quot;&gt;&lt;a data-envirabox-prev title=\\&quot;Prev\\&quot; class=\\&quot;envirabox-arrow envirabox-arrow--left envirabox-nav envirabox-prev\\&quot; href=\\&quot;#\\&quot;&gt;&lt;span&gt;&lt;\\/span&gt;&lt;\\/a&gt;&lt;a data-envirabox-next title=\\&quot;Next\\&quot; class=\\&quot;envirabox-arrow envirabox-arrow--right envirabox-nav envirabox-next\\&quot; href=\\&quot;#\\&quot;&gt;&lt;span&gt;&lt;\\/span&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-stage\\&quot;&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;load_all&quot;:false,&quot;error_template&quot;:&quot;&lt;div class=\\&quot;envirabox-error\\&quot;&gt;&lt;p&gt;{{ERROR}}&lt;p&gt;&lt;\\/div&gt;&quot;,&quot;inner_caption&quot;:false,&quot;caption_position&quot;:false,&quot;arrow_position&quot;:false,&quot;toolbar&quot;:true,&quot;infobar&quot;:false,&quot;show_smallbtn&quot;:false,&quot;idle_time&quot;:false,&quot;click_content&quot;:false,&quot;click_slide&quot;:false,&quot;click_outside&quot;:false,&quot;animation_duration&quot;:false,&quot;transition_duration&quot;:false,&quot;small_btn_template&quot;:&quot;&lt;a data-envirabox-close class=\\&quot;envirabox-item envirabox-close envirabox-button--close\\&quot; title=\\&quot;Close\\&quot; href=\\&quot;#\\&quot;&gt;&lt;\\/a&gt;&quot;}\' data-parsed-attrs=\'{\"id\":\"2590\",\"cache\":true}\'><div id=\"envira-gallery-item-2622\" class=\"envira-gallery-item envira-gallery-item-1 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2590 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247.jpg\" title=\"IMG_3247\" data-caption=\"\" data-envira-item-id=\"2622\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3247\" data-envirabox=\'2590\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-1    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2622\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3247\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2590\" data-envira-index=\"0\" data-envira-item-id=\"2622\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3247\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2590\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-2616\" class=\"envira-gallery-item envira-gallery-item-2 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2590 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272.jpg\" title=\"IMG_3272\" data-caption=\"\" data-envira-item-id=\"2616\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3272\" data-envirabox=\'2590\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-2    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2616\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3272\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2590\" data-envira-index=\"1\" data-envira-item-id=\"2616\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3272\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2590\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-2615\" class=\"envira-gallery-item envira-gallery-item-3 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2590 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014.jpg\" title=\"IMG_3014\" data-caption=\"\" data-envira-item-id=\"2615\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3014\" data-envirabox=\'2590\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-3    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2615\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3014\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2590\" data-envira-index=\"2\" data-envira-item-id=\"2615\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3014\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2590\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-2614\" class=\"envira-gallery-item envira-gallery-item-4 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2590 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962.jpg\" title=\"IMG_2962\" data-caption=\"\" data-envira-item-id=\"2614\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_2962\" data-envirabox=\'2590\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-4    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2614\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2962\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2590\" data-envira-index=\"3\" data-envira-item-id=\"2614\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_2962\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2590\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-2612\" class=\"envira-gallery-item envira-gallery-item-5 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2590 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733.jpg\" title=\"IMG_2733\" data-caption=\"\" data-envira-item-id=\"2612\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_2733\" data-envirabox=\'2590\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-5    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2612\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2733\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2590\" data-envira-index=\"4\" data-envira-item-id=\"2612\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_2733\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2590\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-2611\" class=\"envira-gallery-item envira-gallery-item-6 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2590 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122.jpg\" title=\"IMG_2122\" data-caption=\"\" data-envira-item-id=\"2611\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_2122\" data-envirabox=\'2590\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-6    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2611\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2122\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2590\" data-envira-index=\"5\" data-envira-item-id=\"2611\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_2122\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2590\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-2610\" class=\"envira-gallery-item envira-gallery-item-7 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2590 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753.jpg\" title=\"IMG_1753\" data-caption=\"\" data-envira-item-id=\"2610\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753.webp?fit=1080%2C1476&ssl=1\" data-thumb=\"\" data-title=\"IMG_1753\" data-envirabox=\'2590\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753.webp?fit=749%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-7    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2610\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1753\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2590\" data-envira-index=\"6\" data-envira-item-id=\"2610\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753.webp?fit=749%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753.webp?fit=749%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753.webp?fit=749%2C1024&amp;ssl=1 2x\" data-title=\"IMG_1753\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2590\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"220\" /></a></div></div><div id=\"envira-gallery-item-2607\" class=\"envira-gallery-item envira-gallery-item-8 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2590 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159.jpg\" title=\"IMG_0159\" data-caption=\"\" data-envira-item-id=\"2607\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_0159\" data-envirabox=\'2590\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-8    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2607\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_0159\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2590\" data-envira-index=\"7\" data-envira-item-id=\"2607\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_0159\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2590\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-2606\" class=\"envira-gallery-item envira-gallery-item-9 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2590 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395.jpg\" title=\"IMG_9395\" data-caption=\"\" data-envira-item-id=\"2606\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_9395\" data-envirabox=\'2590\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-9    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2606\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_9395\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2590\" data-envira-index=\"8\" data-envira-item-id=\"2606\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_9395\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2590\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-2605\" class=\"envira-gallery-item envira-gallery-item-10 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2590 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984.jpg\" title=\"IMG_8984\" data-caption=\"\" data-envira-item-id=\"2605\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984.webp?fit=1080%2C1188&ssl=1\" data-thumb=\"\" data-title=\"IMG_8984\" data-envirabox=\'2590\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984.webp?fit=931%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-10    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2605\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_8984\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2590\" data-envira-index=\"9\" data-envira-item-id=\"2605\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984.webp?fit=931%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984.webp?fit=931%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984.webp?fit=931%2C1024&amp;ssl=1 2x\" data-title=\"IMG_8984\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2590\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"273\" /></a></div></div><div id=\"envira-gallery-item-2603\" class=\"envira-gallery-item envira-gallery-item-11 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2590 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222.jpg\" title=\"IMG_8222\" data-caption=\"\" data-envira-item-id=\"2603\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_8222\" data-envirabox=\'2590\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-11    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2603\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_8222\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2590\" data-envira-index=\"10\" data-envira-item-id=\"2603\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_8222\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2590\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-2601\" class=\"envira-gallery-item envira-gallery-item-12 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2590 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495.jpg\" title=\"IMG_7495\" data-caption=\"\" data-envira-item-id=\"2601\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_7495\" data-envirabox=\'2590\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-12    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2601\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_7495\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2590\" data-envira-index=\"11\" data-envira-item-id=\"2601\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_7495\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2590\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-2598\" class=\"envira-gallery-item envira-gallery-item-13 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2590 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985.jpg\" title=\"IMG_6985\" data-caption=\"\" data-envira-item-id=\"2598\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_6985\" data-envirabox=\'2590\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-13    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2598\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_6985\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2590\" data-envira-index=\"12\" data-envira-item-id=\"2598\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_6985\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2590\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-2596\" class=\"envira-gallery-item envira-gallery-item-14 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2590 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969.jpg\" title=\"IMG_5969\" data-caption=\"\" data-envira-item-id=\"2596\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_5969\" data-envirabox=\'2590\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-14    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2596\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_5969\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2590\" data-envira-index=\"13\" data-envira-item-id=\"2596\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_5969\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2590\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div></div></div><noscript><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969.jpg\' alt=\'\' class=\'envira_noscript_images \' /></noscript>','off'),(367903,'_transient_timeout__eg_cache_2530','1759533930','off'),(367904,'_transient__eg_cache_2530','a:3:{s:2:\"id\";i:2530;s:7:\"gallery\";a:13:{i:2819;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7731-scaled.webp\";s:5:\"title\";s:8:\"IMG_7731\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7731-scaled.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2592;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3275.webp\";s:5:\"title\";s:8:\"IMG_3275\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3275.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2594;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3477.webp\";s:5:\"title\";s:8:\"IMG_3477\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3477.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2591;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-1.webp\";s:5:\"title\";s:8:\"IMG_3274\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-1.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2587;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-1.webp\";s:5:\"title\";s:8:\"IMG_6894\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-1.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2586;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-1.webp\";s:5:\"title\";s:8:\"IMG_6892\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-1.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2585;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-1.webp\";s:5:\"title\";s:8:\"IMG_6873\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-1.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2584;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1.webp\";s:5:\"title\";s:8:\"IMG_6872\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2583;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435.webp\";s:5:\"title\";s:8:\"IMG_6435\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2582;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6097.webp\";s:5:\"title\";s:8:\"IMG_6097\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6097.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2581;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1.webp\";s:5:\"title\";s:8:\"IMG_6095\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2580;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1.webp\";s:5:\"title\";s:8:\"IMG_4576\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2579;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-1.webp\";s:5:\"title\";s:8:\"IMG_4573\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-1.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}s:6:\"config\";a:88:{s:4:\"type\";s:7:\"default\";s:7:\"columns\";s:1:\"0\";s:13:\"gallery_theme\";s:4:\"base\";s:10:\"crop_width\";i:640;s:11:\"crop_height\";i:480;s:4:\"crop\";i:0;s:17:\"justified_margins\";i:8;s:12:\"lazy_loading\";i:1;s:18:\"lazy_loading_delay\";i:800;s:6:\"gutter\";i:8;s:6:\"margin\";i:8;s:10:\"image_size\";s:7:\"default\";s:20:\"justified_row_height\";i:150;s:16:\"lightbox_enabled\";i:1;s:20:\"gallery_link_enabled\";i:0;s:14:\"lightbox_theme\";s:4:\"base\";s:19:\"lightbox_image_size\";s:7:\"default\";s:13:\"title_display\";s:5:\"float\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"rtl\";i:0;s:5:\"title\";s:0:\"\";s:4:\"slug\";s:14:\"chrome-deletes\";s:6:\"layout\";s:9:\"automatic\";s:18:\"justified_last_row\";s:6:\"center\";s:13:\"gutter_mobile\";i:8;s:11:\"square_size\";i:300;s:13:\"crop_position\";s:1:\"c\";s:14:\"show_more_text\";s:14:\"Click for more\";s:17:\"additional_copy_0\";i:0;s:21:\"additional_copy_title\";i:0;s:23:\"additional_copy_caption\";i:0;s:29:\"additional_copy_title_caption\";i:0;s:24:\"additional_copy_0_mobile\";i:0;s:28:\"additional_copy_title_mobile\";i:0;s:30:\"additional_copy_caption_mobile\";i:0;s:36:\"additional_copy_title_caption_mobile\";i:0;s:28:\"gallery_column_title_caption\";s:1:\"0\";s:35:\"gallery_column_title_caption_mobile\";s:1:\"0\";s:27:\"additional_copy_automatic_0\";i:0;s:31:\"additional_copy_automatic_title\";i:0;s:33:\"additional_copy_automatic_caption\";i:0;s:39:\"additional_copy_automatic_title_caption\";i:0;s:34:\"additional_copy_automatic_0_mobile\";i:0;s:38:\"additional_copy_automatic_title_mobile\";i:0;s:40:\"additional_copy_automatic_caption_mobile\";i:0;s:46:\"additional_copy_automatic_title_caption_mobile\";i:0;s:31:\"gallery_automatic_title_caption\";s:1:\"0\";s:38:\"gallery_automatic_title_caption_mobile\";s:1:\"0\";s:20:\"description_position\";s:1:\"0\";s:11:\"description\";s:0:\"\";s:6:\"random\";s:1:\"0\";s:10:\"sort_order\";s:1:\"0\";s:17:\"sorting_direction\";s:3:\"ASC\";s:18:\"image_sizes_random\";a:0:{}s:7:\"isotope\";i:0;s:22:\"lightbox_title_caption\";s:5:\"title\";s:6:\"arrows\";i:1;s:15:\"arrows_position\";s:6:\"inside\";s:7:\"toolbar\";i:1;s:13:\"toolbar_title\";i:0;s:16:\"toolbar_position\";s:3:\"top\";s:4:\"loop\";i:1;s:26:\"lightbox_open_close_effect\";s:4:\"fade\";s:6:\"effect\";s:4:\"fade\";s:9:\"supersize\";i:0;s:17:\"thumbnails_toggle\";i:0;s:15:\"thumbnails_hide\";i:0;s:13:\"image_counter\";i:0;s:21:\"lightbox_html_caption\";i:0;s:10:\"thumbnails\";i:1;s:16:\"thumbnails_width\";i:0;s:17:\"thumbnails_height\";i:0;s:19:\"thumbnails_position\";s:6:\"bottom\";s:22:\"thumbnails_custom_size\";i:0;s:6:\"mobile\";i:1;s:12:\"mobile_width\";i:320;s:13:\"mobile_height\";i:240;s:15:\"mobile_lightbox\";i:1;s:27:\"mobile_gallery_link_enabled\";i:0;s:13:\"mobile_arrows\";i:1;s:14:\"mobile_toolbar\";i:1;s:17:\"mobile_thumbnails\";i:1;s:22:\"mobile_touchwipe_close\";i:0;s:23:\"mobile_thumbnails_width\";i:75;s:24:\"mobile_thumbnails_height\";i:240;s:27:\"mobile_justified_row_height\";i:80;s:8:\"keyboard\";b:1;s:19:\"standalone_template\";s:0:\"\";}}','off'),(367905,'_transient_timeout__eg_fragment_2530','1759533930','off'),(367906,'_transient__eg_fragment_2530','<div id=\"envira-gallery-wrap-2530\" class=\"envira-gallery-wrap envira-lazy-loading-enabled envira-layout-automatic\" itemscope itemtype=\"https://schema.org/ImageGallery\"><div class=\"envira-loader\"><div></div><div></div><div></div><div></div></div><div id=\"envira-gallery-2530\" class=\"envira-gallery-public envira-gallery-0-columns envira-clear envira-gallery-justified-public\" data-envira-id=\"2530\" data-gallery-config=\'{\"type\":\"default\",\"columns\":\"0\",\"gallery_theme\":\"base\",\"crop_width\":640,\"crop_height\":480,\"crop\":0,\"justified_margins\":8,\"lazy_loading\":1,\"lazy_loading_delay\":800,\"gutter\":8,\"margin\":8,\"image_size\":\"default\",\"justified_row_height\":150,\"lightbox_enabled\":1,\"gallery_link_enabled\":0,\"lightbox_theme\":\"base\",\"lightbox_image_size\":\"default\",\"title_display\":\"float\",\"classes\":[\"\"],\"rtl\":0,\"title\":\"\",\"slug\":\"chrome-deletes\",\"layout\":\"automatic\",\"justified_last_row\":\"center\",\"gutter_mobile\":8,\"square_size\":300,\"crop_position\":\"c\",\"show_more_text\":\"Click for more\",\"additional_copy_0\":0,\"additional_copy_title\":0,\"additional_copy_caption\":0,\"additional_copy_title_caption\":0,\"additional_copy_0_mobile\":0,\"additional_copy_title_mobile\":0,\"additional_copy_caption_mobile\":0,\"additional_copy_title_caption_mobile\":0,\"gallery_column_title_caption\":\"0\",\"gallery_column_title_caption_mobile\":\"0\",\"additional_copy_automatic_0\":0,\"additional_copy_automatic_title\":0,\"additional_copy_automatic_caption\":0,\"additional_copy_automatic_title_caption\":0,\"additional_copy_automatic_0_mobile\":0,\"additional_copy_automatic_title_mobile\":0,\"additional_copy_automatic_caption_mobile\":0,\"additional_copy_automatic_title_caption_mobile\":0,\"gallery_automatic_title_caption\":\"0\",\"gallery_automatic_title_caption_mobile\":\"0\",\"description_position\":\"0\",\"description\":\"\",\"random\":\"0\",\"sort_order\":\"0\",\"sorting_direction\":\"ASC\",\"image_sizes_random\":[],\"isotope\":0,\"lightbox_title_caption\":\"title\",\"arrows\":1,\"arrows_position\":\"inside\",\"toolbar\":1,\"toolbar_title\":0,\"toolbar_position\":\"top\",\"loop\":1,\"lightbox_open_close_effect\":\"fade\",\"effect\":\"fade\",\"supersize\":0,\"thumbnails_toggle\":0,\"thumbnails_hide\":0,\"image_counter\":0,\"lightbox_html_caption\":0,\"thumbnails\":1,\"thumbnails_width\":\"auto\",\"thumbnails_height\":\"auto\",\"thumbnails_position\":\"bottom\",\"thumbnails_custom_size\":0,\"mobile\":1,\"mobile_width\":320,\"mobile_height\":240,\"mobile_lightbox\":1,\"mobile_gallery_link_enabled\":0,\"mobile_arrows\":1,\"mobile_toolbar\":1,\"mobile_thumbnails\":1,\"mobile_touchwipe_close\":0,\"mobile_thumbnails_width\":75,\"mobile_thumbnails_height\":240,\"mobile_justified_row_height\":80,\"keyboard\":true,\"standalone_template\":\"\",\"gallery_id\":\"2530\"}\' data-gallery-images=\'[{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled.webp\",\"title\":\"IMG_7731\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled.webp?fit=1536%2C2048&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled.webp?fit=1920%2C2560&ssl=1\",\"index\":0,\"id\":2819,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled-75x50_c.webp\",\"title\":\"IMG_7731\"},\"gallery_id\":\"2530\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275.webp\",\"title\":\"IMG_3275\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275.webp?fit=1080%2C1440&ssl=1\",\"index\":1,\"id\":2592,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275-75x50_c.webp\",\"title\":\"IMG_3275\"},\"gallery_id\":\"2530\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477.webp\",\"title\":\"IMG_3477\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477.webp?fit=1440%2C1080&ssl=1\",\"index\":2,\"id\":2594,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477-75x50_c.webp\",\"title\":\"IMG_3477\"},\"gallery_id\":\"2530\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1.webp\",\"title\":\"IMG_3274\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1.webp?fit=1080%2C1440&ssl=1\",\"index\":3,\"id\":2591,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1-75x50_c.webp\",\"title\":\"IMG_3274\"},\"gallery_id\":\"2530\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1.webp\",\"title\":\"IMG_6894\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1.webp?fit=1080%2C1440&ssl=1\",\"index\":4,\"id\":2587,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1-75x50_c.webp\",\"title\":\"IMG_6894\"},\"gallery_id\":\"2530\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1.webp\",\"title\":\"IMG_6892\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1.webp?fit=1080%2C1440&ssl=1\",\"index\":5,\"id\":2586,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1-75x50_c.webp\",\"title\":\"IMG_6892\"},\"gallery_id\":\"2530\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1.webp\",\"title\":\"IMG_6873\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1.webp?fit=1080%2C1440&ssl=1\",\"index\":6,\"id\":2585,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1-75x50_c.webp\",\"title\":\"IMG_6873\"},\"gallery_id\":\"2530\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1.webp\",\"title\":\"IMG_6872\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1.webp?fit=1440%2C1080&ssl=1\",\"index\":7,\"id\":2584,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1-75x50_c.webp\",\"title\":\"IMG_6872\"},\"gallery_id\":\"2530\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435.webp\",\"title\":\"IMG_6435\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435.webp?fit=1080%2C1440&ssl=1\",\"index\":8,\"id\":2583,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435-75x50_c.webp\",\"title\":\"IMG_6435\"},\"gallery_id\":\"2530\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097.webp\",\"title\":\"IMG_6097\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097.webp?fit=1440%2C1080&ssl=1\",\"index\":9,\"id\":2582,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097-75x50_c.webp\",\"title\":\"IMG_6097\"},\"gallery_id\":\"2530\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1.webp\",\"title\":\"IMG_6095\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1.webp?fit=1080%2C1440&ssl=1\",\"index\":10,\"id\":2581,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1-75x50_c.webp\",\"title\":\"IMG_6095\"},\"gallery_id\":\"2530\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1.webp\",\"title\":\"IMG_4576\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1.webp?fit=1440%2C1080&ssl=1\",\"index\":11,\"id\":2580,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1-75x50_c.webp\",\"title\":\"IMG_4576\"},\"gallery_id\":\"2530\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1.webp\",\"title\":\"IMG_4573\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1.webp?fit=1080%2C1440&ssl=1\",\"index\":12,\"id\":2579,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1-75x50_c.webp\",\"title\":\"IMG_4573\"},\"gallery_id\":\"2530\"}]\' data-lightbox-theme=\'{&quot;arrows&quot;:1,&quot;margins&quot;:[220,0],&quot;gutter&quot;:&quot;50&quot;,&quot;base_template&quot;:&quot;&lt;div id=\\&quot;envirabox-2530\\&quot; data-envirabox-id=\\&quot;2530\\&quot; class=\\&quot;envirabox-container envirabox-theme-base envirabox-wrap\\&quot; role=\\&quot;dialog\\&quot;&gt;&lt;div class=\\&quot;envirabox-bg\\&quot;&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-outer\\&quot;&gt;&lt;div class=\\&quot;envirabox-inner\\&quot;&gt;&lt;div id=\\&quot;envirabox-buttons\\&quot; class=\\&quot;envirabox-infobar top\\&quot;&gt;&lt;ul&gt;&lt;li&gt;&lt;a data-envirabox-prev class=\\&quot;btnPrev\\&quot; title=\\&quot;Previous\\&quot; href=\\&quot;#\\&quot;&gt;&lt;\\/a&gt;&lt;\\/li&gt;&lt;li&gt;&lt;a data-envirabox-next class=\\&quot;btnNext\\&quot; title=\\&quot;Next\\&quot; href=\\&quot;#\\&quot;&gt;&lt;\\/a&gt;&lt;\\/li&gt;&lt;li&gt;&lt;a data-envirabox-close class=\\&quot;btnClose\\&quot; title=\\&quot;Close\\&quot; href=\\&quot;javascript:;\\&quot;&gt;&lt;\\/a&gt;&lt;\\/li&gt;&lt;\\/ul&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-position-overlay envira-gallery-top-left\\&quot;&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-position-overlay envira-gallery-top-right\\&quot;&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-position-overlay envira-gallery-bottom-left\\&quot;&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-position-overlay envira-gallery-bottom-right\\&quot;&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-stage\\&quot;&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;load_all&quot;:false,&quot;error_template&quot;:&quot;&lt;div class=\\&quot;envirabox-error\\&quot;&gt;&lt;p&gt;{{ERROR}}&lt;p&gt;&lt;\\/div&gt;&quot;,&quot;inner_caption&quot;:true,&quot;caption_position&quot;:&quot;float&quot;,&quot;thumbs_position&quot;:&quot;bottom&quot;,&quot;arrow_position&quot;:&quot;inside&quot;,&quot;toolbar&quot;:false,&quot;infobar&quot;:true,&quot;show_smallbtn&quot;:true,&quot;idle_time&quot;:false,&quot;click_content&quot;:false,&quot;click_slide&quot;:false,&quot;click_outside&quot;:false,&quot;animation_duration&quot;:false,&quot;transition_duration&quot;:false,&quot;small_btn_template&quot;:&quot;&lt;a data-envirabox-close class=\\&quot;envirabox-item envirabox-close envirabox-button--close\\&quot; title=\\&quot;Close\\&quot; href=\\&quot;#\\&quot;&gt;&lt;\\/a&gt;&quot;}\' data-parsed-attrs=\'{\"id\":\"2530\",\"cache\":true}\'><div id=\"envira-gallery-item-2819\" class=\"envira-gallery-item envira-gallery-item-1 envira-lazy-load\" style=\"padding-left: 4px; padding-bottom: 8px; padding-right: 4px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2530 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7731-scaled.webp\" title=\"IMG_7731\" data-caption=\"\" data-envira-item-id=\"2819\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7731-scaled.webp?fit=1920%2C2560&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7731-scaled-75x50_c.webp\" data-title=\"IMG_7731\" data-envirabox=\'2530\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7731-scaled.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-1    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2819\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_7731\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2530\" data-envira-index=\"0\" data-envira-item-id=\"2819\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7731-scaled.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7731-scaled.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7731-scaled.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_7731\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2530\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-2592\" class=\"envira-gallery-item envira-gallery-item-2 envira-lazy-load\" style=\"padding-left: 4px; padding-bottom: 8px; padding-right: 4px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2530 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3275.webp\" title=\"IMG_3275\" data-caption=\"\" data-envira-item-id=\"2592\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3275.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3275-75x50_c.webp\" data-title=\"IMG_3275\" data-envirabox=\'2530\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3275.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-2    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2592\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3275\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2530\" data-envira-index=\"1\" data-envira-item-id=\"2592\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3275.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3275.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3275.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3275\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2530\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-2594\" class=\"envira-gallery-item envira-gallery-item-3 envira-lazy-load\" style=\"padding-left: 4px; padding-bottom: 8px; padding-right: 4px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2530 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3477.webp\" title=\"IMG_3477\" data-caption=\"\" data-envira-item-id=\"2594\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3477.webp?fit=1440%2C1080&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3477-75x50_c.webp\" data-title=\"IMG_3477\" data-envirabox=\'2530\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3477.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-3    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2594\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3477\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2530\" data-envira-index=\"2\" data-envira-item-id=\"2594\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3477.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3477.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3477.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"IMG_3477\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2530\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2591\" class=\"envira-gallery-item envira-gallery-item-4 envira-lazy-load\" style=\"padding-left: 4px; padding-bottom: 8px; padding-right: 4px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2530 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-1.webp\" title=\"IMG_3274\" data-caption=\"\" data-envira-item-id=\"2591\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-1.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-1-75x50_c.webp\" data-title=\"IMG_3274\" data-envirabox=\'2530\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-1.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-4    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2591\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3274\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2530\" data-envira-index=\"3\" data-envira-item-id=\"2591\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-1.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-1.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-1.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3274\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2530\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-2587\" class=\"envira-gallery-item envira-gallery-item-5 envira-lazy-load\" style=\"padding-left: 4px; padding-bottom: 8px; padding-right: 4px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2530 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-1.webp\" title=\"IMG_6894\" data-caption=\"\" data-envira-item-id=\"2587\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-1.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-1-75x50_c.webp\" data-title=\"IMG_6894\" data-envirabox=\'2530\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-1.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-5    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2587\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_6894\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2530\" data-envira-index=\"4\" data-envira-item-id=\"2587\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-1.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-1.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-1.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_6894\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2530\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-2586\" class=\"envira-gallery-item envira-gallery-item-6 envira-lazy-load\" style=\"padding-left: 4px; padding-bottom: 8px; padding-right: 4px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2530 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-1.webp\" title=\"IMG_6892\" data-caption=\"\" data-envira-item-id=\"2586\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-1.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-1-75x50_c.webp\" data-title=\"IMG_6892\" data-envirabox=\'2530\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-1.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-6    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2586\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_6892\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2530\" data-envira-index=\"5\" data-envira-item-id=\"2586\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-1.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-1.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-1.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_6892\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2530\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-2585\" class=\"envira-gallery-item envira-gallery-item-7 envira-lazy-load\" style=\"padding-left: 4px; padding-bottom: 8px; padding-right: 4px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2530 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-1.webp\" title=\"IMG_6873\" data-caption=\"\" data-envira-item-id=\"2585\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-1.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-1-75x50_c.webp\" data-title=\"IMG_6873\" data-envirabox=\'2530\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-1.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-7    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2585\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_6873\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2530\" data-envira-index=\"6\" data-envira-item-id=\"2585\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-1.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-1.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-1.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_6873\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2530\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-2584\" class=\"envira-gallery-item envira-gallery-item-8 envira-lazy-load\" style=\"padding-left: 4px; padding-bottom: 8px; padding-right: 4px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2530 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1.webp\" title=\"IMG_6872\" data-caption=\"\" data-envira-item-id=\"2584\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1.webp?fit=1440%2C1080&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1-75x50_c.webp\" data-title=\"IMG_6872\" data-envirabox=\'2530\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-8    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2584\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_6872\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2530\" data-envira-index=\"7\" data-envira-item-id=\"2584\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"IMG_6872\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2530\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2583\" class=\"envira-gallery-item envira-gallery-item-9 envira-lazy-load\" style=\"padding-left: 4px; padding-bottom: 8px; padding-right: 4px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2530 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435.webp\" title=\"IMG_6435\" data-caption=\"\" data-envira-item-id=\"2583\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435-75x50_c.webp\" data-title=\"IMG_6435\" data-envirabox=\'2530\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-9    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2583\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_6435\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2530\" data-envira-index=\"8\" data-envira-item-id=\"2583\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_6435\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2530\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-2582\" class=\"envira-gallery-item envira-gallery-item-10 envira-lazy-load\" style=\"padding-left: 4px; padding-bottom: 8px; padding-right: 4px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2530 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6097.webp\" title=\"IMG_6097\" data-caption=\"\" data-envira-item-id=\"2582\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6097.webp?fit=1440%2C1080&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6097-75x50_c.webp\" data-title=\"IMG_6097\" data-envirabox=\'2530\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6097.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-10    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2582\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_6097\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2530\" data-envira-index=\"9\" data-envira-item-id=\"2582\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6097.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6097.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6097.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"IMG_6097\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2530\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2581\" class=\"envira-gallery-item envira-gallery-item-11 envira-lazy-load\" style=\"padding-left: 4px; padding-bottom: 8px; padding-right: 4px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2530 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1.webp\" title=\"IMG_6095\" data-caption=\"\" data-envira-item-id=\"2581\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1-75x50_c.webp\" data-title=\"IMG_6095\" data-envirabox=\'2530\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-11    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2581\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_6095\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2530\" data-envira-index=\"10\" data-envira-item-id=\"2581\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_6095\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2530\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-2580\" class=\"envira-gallery-item envira-gallery-item-12 envira-lazy-load\" style=\"padding-left: 4px; padding-bottom: 8px; padding-right: 4px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2530 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1.webp\" title=\"IMG_4576\" data-caption=\"\" data-envira-item-id=\"2580\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1.webp?fit=1440%2C1080&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1-75x50_c.webp\" data-title=\"IMG_4576\" data-envirabox=\'2530\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-12    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2580\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4576\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2530\" data-envira-index=\"11\" data-envira-item-id=\"2580\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"IMG_4576\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2530\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2579\" class=\"envira-gallery-item envira-gallery-item-13 envira-lazy-load\" style=\"padding-left: 4px; padding-bottom: 8px; padding-right: 4px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2530 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-1.webp\" title=\"IMG_4573\" data-caption=\"\" data-envira-item-id=\"2579\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-1.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-1-75x50_c.webp\" data-title=\"IMG_4573\" data-envirabox=\'2530\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-1.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-13    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2579\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4573\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2530\" data-envira-index=\"12\" data-envira-item-id=\"2579\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-1.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-1.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-1.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_4573\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2530\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div></div></div><noscript><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7731-scaled.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3275.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3477.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-1.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-1.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-1.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-1.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6097.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-1.webp\' alt=\'\' class=\'envira_noscript_images \' /></noscript>','off'),(367911,'_transient_timeout__eg_cache_2703','1759533979','off'),(367912,'_transient__eg_cache_2703','a:3:{s:2:\"id\";i:2703;s:7:\"gallery\";a:16:{i:2491;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:79:\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2741-1-edited.webp\";s:5:\"title\";s:8:\"IMG_2741\";s:4:\"link\";s:79:\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2741-1-edited.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2718;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3624.webp\";s:5:\"title\";s:8:\"IMG_3624\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3624.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2717;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3576.webp\";s:5:\"title\";s:8:\"IMG_3576\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3576.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2716;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3575.webp\";s:5:\"title\";s:8:\"IMG_3575\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3575.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2715;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3481.webp\";s:5:\"title\";s:8:\"IMG_3481\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3481.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2714;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3480.webp\";s:5:\"title\";s:8:\"IMG_3480\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3480.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2713;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3327.webp\";s:5:\"title\";s:8:\"IMG_3327\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3327.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2712;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2849.webp\";s:5:\"title\";s:8:\"IMG_2849\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2849.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2710;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2470.webp\";s:5:\"title\";s:8:\"IMG_2470\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2470.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2709;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2469.webp\";s:5:\"title\";s:8:\"IMG_2469\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2469.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2708;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2390.webp\";s:5:\"title\";s:8:\"IMG_2390\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2390.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2707;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1916.webp\";s:5:\"title\";s:8:\"IMG_1916\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1916.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2706;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0470.webp\";s:5:\"title\";s:8:\"IMG_0470\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0470.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2705;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0456.webp\";s:5:\"title\";s:8:\"IMG_0456\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0456.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2704;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/A7401195.webp\";s:5:\"title\";s:8:\"A7401195\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/A7401195.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2719;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0450.webp\";s:5:\"title\";s:8:\"IMG_0450\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0450.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}s:6:\"config\";a:88:{s:4:\"type\";s:7:\"default\";s:6:\"layout\";s:9:\"automatic\";s:7:\"columns\";s:1:\"0\";s:13:\"gallery_theme\";s:4:\"base\";s:17:\"justified_margins\";i:1;s:18:\"justified_last_row\";s:9:\"nojustify\";s:12:\"lazy_loading\";i:1;s:18:\"lazy_loading_delay\";i:500;s:6:\"gutter\";i:1;s:13:\"gutter_mobile\";i:0;s:6:\"margin\";i:1;s:10:\"image_size\";s:7:\"default\";s:11:\"square_size\";i:300;s:10:\"crop_width\";i:640;s:11:\"crop_height\";i:480;s:4:\"crop\";i:0;s:13:\"crop_position\";s:1:\"c\";s:14:\"show_more_text\";s:14:\"Click for more\";s:17:\"additional_copy_0\";i:0;s:21:\"additional_copy_title\";i:0;s:23:\"additional_copy_caption\";i:0;s:29:\"additional_copy_title_caption\";i:0;s:24:\"additional_copy_0_mobile\";i:0;s:28:\"additional_copy_title_mobile\";i:0;s:30:\"additional_copy_caption_mobile\";i:0;s:36:\"additional_copy_title_caption_mobile\";i:0;s:28:\"gallery_column_title_caption\";s:1:\"0\";s:35:\"gallery_column_title_caption_mobile\";s:1:\"0\";s:27:\"additional_copy_automatic_0\";i:0;s:31:\"additional_copy_automatic_title\";i:0;s:33:\"additional_copy_automatic_caption\";i:0;s:39:\"additional_copy_automatic_title_caption\";i:0;s:34:\"additional_copy_automatic_0_mobile\";i:0;s:38:\"additional_copy_automatic_title_mobile\";i:0;s:40:\"additional_copy_automatic_caption_mobile\";i:0;s:46:\"additional_copy_automatic_title_caption_mobile\";i:0;s:31:\"gallery_automatic_title_caption\";s:1:\"0\";s:38:\"gallery_automatic_title_caption_mobile\";s:1:\"0\";s:20:\"justified_row_height\";i:150;s:20:\"description_position\";s:1:\"0\";s:11:\"description\";s:0:\"\";s:6:\"random\";s:1:\"0\";s:10:\"sort_order\";s:1:\"0\";s:17:\"sorting_direction\";s:3:\"ASC\";s:18:\"image_sizes_random\";a:0:{}s:7:\"isotope\";i:0;s:16:\"lightbox_enabled\";i:1;s:20:\"gallery_link_enabled\";i:1;s:14:\"lightbox_theme\";s:9:\"base_dark\";s:19:\"lightbox_image_size\";s:7:\"default\";s:13:\"title_display\";s:5:\"float\";s:22:\"lightbox_title_caption\";s:5:\"title\";s:6:\"arrows\";i:1;s:15:\"arrows_position\";s:6:\"inside\";s:7:\"toolbar\";i:0;s:13:\"toolbar_title\";i:0;s:16:\"toolbar_position\";s:3:\"top\";s:4:\"loop\";i:1;s:26:\"lightbox_open_close_effect\";s:4:\"fade\";s:6:\"effect\";s:4:\"fade\";s:9:\"supersize\";i:0;s:17:\"thumbnails_toggle\";i:0;s:15:\"thumbnails_hide\";i:0;s:13:\"image_counter\";i:0;s:21:\"lightbox_html_caption\";i:0;s:10:\"thumbnails\";i:1;s:16:\"thumbnails_width\";i:75;s:17:\"thumbnails_height\";i:50;s:19:\"thumbnails_position\";s:6:\"bottom\";s:22:\"thumbnails_custom_size\";i:0;s:6:\"mobile\";i:1;s:12:\"mobile_width\";i:320;s:13:\"mobile_height\";i:240;s:15:\"mobile_lightbox\";i:1;s:27:\"mobile_gallery_link_enabled\";i:0;s:13:\"mobile_arrows\";i:1;s:14:\"mobile_toolbar\";i:1;s:17:\"mobile_thumbnails\";i:1;s:22:\"mobile_touchwipe_close\";i:0;s:23:\"mobile_thumbnails_width\";i:75;s:24:\"mobile_thumbnails_height\";i:50;s:27:\"mobile_justified_row_height\";i:80;s:8:\"keyboard\";b:1;s:19:\"standalone_template\";s:0:\"\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"rtl\";i:0;s:4:\"slug\";s:14:\"window-tinting\";s:5:\"title\";s:0:\"\";}}','off'),(367913,'_transient_timeout__eg_fragment_2703','1759533980','off');
INSERT INTO `nbn_options` VALUES (367914,'_transient__eg_fragment_2703','<div id=\"envira-gallery-wrap-2703\" class=\"envira-gallery-wrap envira-lazy-loading-enabled envira-layout-automatic\" itemscope itemtype=\"https://schema.org/ImageGallery\"><div class=\"envira-loader\"><div></div><div></div><div></div><div></div></div><div id=\"envira-gallery-2703\" class=\"envira-gallery-public envira-gallery-0-columns envira-clear envira-gallery-justified-public\" data-envira-id=\"2703\" data-gallery-config=\'{\"type\":\"default\",\"layout\":\"automatic\",\"columns\":\"0\",\"gallery_theme\":\"base\",\"justified_margins\":1,\"justified_last_row\":\"nojustify\",\"lazy_loading\":1,\"lazy_loading_delay\":500,\"gutter\":1,\"gutter_mobile\":0,\"margin\":1,\"image_size\":\"default\",\"square_size\":300,\"crop_width\":640,\"crop_height\":480,\"crop\":0,\"crop_position\":\"c\",\"show_more_text\":\"Click for more\",\"additional_copy_0\":0,\"additional_copy_title\":0,\"additional_copy_caption\":0,\"additional_copy_title_caption\":0,\"additional_copy_0_mobile\":0,\"additional_copy_title_mobile\":0,\"additional_copy_caption_mobile\":0,\"additional_copy_title_caption_mobile\":0,\"gallery_column_title_caption\":\"0\",\"gallery_column_title_caption_mobile\":\"0\",\"additional_copy_automatic_0\":0,\"additional_copy_automatic_title\":0,\"additional_copy_automatic_caption\":0,\"additional_copy_automatic_title_caption\":0,\"additional_copy_automatic_0_mobile\":0,\"additional_copy_automatic_title_mobile\":0,\"additional_copy_automatic_caption_mobile\":0,\"additional_copy_automatic_title_caption_mobile\":0,\"gallery_automatic_title_caption\":\"0\",\"gallery_automatic_title_caption_mobile\":\"0\",\"justified_row_height\":150,\"description_position\":\"0\",\"description\":\"\",\"random\":\"0\",\"sort_order\":\"0\",\"sorting_direction\":\"ASC\",\"image_sizes_random\":[],\"isotope\":0,\"lightbox_enabled\":1,\"gallery_link_enabled\":1,\"lightbox_theme\":\"base_dark\",\"lightbox_image_size\":\"default\",\"title_display\":\"float\",\"lightbox_title_caption\":\"title\",\"arrows\":1,\"arrows_position\":\"inside\",\"toolbar\":0,\"toolbar_title\":0,\"toolbar_position\":\"top\",\"loop\":1,\"lightbox_open_close_effect\":\"fade\",\"effect\":\"fade\",\"supersize\":0,\"thumbnails_toggle\":0,\"thumbnails_hide\":0,\"image_counter\":0,\"lightbox_html_caption\":0,\"thumbnails\":1,\"thumbnails_width\":\"auto\",\"thumbnails_height\":\"auto\",\"thumbnails_position\":\"bottom\",\"thumbnails_custom_size\":0,\"mobile\":1,\"mobile_width\":320,\"mobile_height\":240,\"mobile_lightbox\":1,\"mobile_gallery_link_enabled\":0,\"mobile_arrows\":1,\"mobile_toolbar\":1,\"mobile_thumbnails\":1,\"mobile_touchwipe_close\":0,\"mobile_thumbnails_width\":75,\"mobile_thumbnails_height\":50,\"mobile_justified_row_height\":80,\"keyboard\":true,\"standalone_template\":\"\",\"classes\":[\"\"],\"rtl\":0,\"slug\":\"window-tinting\",\"title\":\"\",\"gallery_id\":\"2703\"}\' data-gallery-images=\'[{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited.webp\",\"title\":\"IMG_2741\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited-300x169.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited-768x432.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited-1024x576.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited-300x169.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited.webp\",\"index\":0,\"id\":2491,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited-75x50_c.webp\",\"title\":\"IMG_2741\"},\"gallery_id\":\"2703\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624.webp\",\"title\":\"IMG_3624\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624.webp\",\"index\":1,\"id\":2718,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624-75x50_c.webp\",\"title\":\"IMG_3624\"},\"gallery_id\":\"2703\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576.webp\",\"title\":\"IMG_3576\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576.webp\",\"index\":2,\"id\":2717,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576-75x50_c.webp\",\"title\":\"IMG_3576\"},\"gallery_id\":\"2703\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3575.webp\",\"title\":\"IMG_3575\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3575.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3575-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3575-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3575-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3575-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3575.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3575.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3575-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3575.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3575-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3575.webp\",\"index\":3,\"id\":2716,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"title\":\"IMG_3575\"},\"gallery_id\":\"2703\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3481.webp\",\"title\":\"IMG_3481\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3481.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3481-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3481-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3481-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3481-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3481.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3481.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3481-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3481.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3481-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3481.webp\",\"index\":4,\"id\":2715,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"title\":\"IMG_3481\"},\"gallery_id\":\"2703\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3480.webp\",\"title\":\"IMG_3480\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3480.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3480-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3480-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3480-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3480-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3480.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3480.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3480-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3480.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3480-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3480.webp\",\"index\":5,\"id\":2714,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"title\":\"IMG_3480\"},\"gallery_id\":\"2703\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3327.webp\",\"title\":\"IMG_3327\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3327.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3327-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3327-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3327-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3327-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3327.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3327.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3327-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3327.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3327-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3327.webp\",\"index\":6,\"id\":2713,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"title\":\"IMG_3327\"},\"gallery_id\":\"2703\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849.webp\",\"title\":\"IMG_2849\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849.webp\",\"index\":7,\"id\":2712,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849-75x50_c.webp\",\"title\":\"IMG_2849\"},\"gallery_id\":\"2703\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2470.webp\",\"title\":\"IMG_2470\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2470.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2470-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2470-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2470-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2470-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2470.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2470.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2470-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2470.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2470-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2470.webp\",\"index\":8,\"id\":2710,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"title\":\"IMG_2470\"},\"gallery_id\":\"2703\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2469.webp\",\"title\":\"IMG_2469\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2469.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2469-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2469-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2469-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2469-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2469.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2469.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2469-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2469.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2469-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2469.webp\",\"index\":9,\"id\":2709,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"title\":\"IMG_2469\"},\"gallery_id\":\"2703\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2390.webp\",\"title\":\"IMG_2390\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2390.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2390-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2390-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2390-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2390-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2390.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2390.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2390-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2390.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2390-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2390.webp\",\"index\":10,\"id\":2708,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"title\":\"IMG_2390\"},\"gallery_id\":\"2703\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1916.webp\",\"title\":\"IMG_1916\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1916.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1916-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1916-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1916-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1916-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1916.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1916.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1916-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1916.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1916-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1916.webp\",\"index\":11,\"id\":2707,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"title\":\"IMG_1916\"},\"gallery_id\":\"2703\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0470.webp\",\"title\":\"IMG_0470\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0470.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0470-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0470-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0470-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0470-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0470.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0470.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0470-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0470.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0470-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0470.webp\",\"index\":12,\"id\":2706,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"title\":\"IMG_0470\"},\"gallery_id\":\"2703\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0456.webp\",\"title\":\"IMG_0456\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0456.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0456-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0456-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0456-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0456-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0456.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0456.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0456-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0456.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0456-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0456.webp\",\"index\":13,\"id\":2705,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"title\":\"IMG_0456\"},\"gallery_id\":\"2703\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195.webp\",\"title\":\"A7401195\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195-300x240.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195-768x614.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195-1024x819.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195-300x240.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195.webp\",\"index\":14,\"id\":2704,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195-75x50_c.webp\",\"title\":\"A7401195\"},\"gallery_id\":\"2703\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450.webp\",\"title\":\"IMG_0450\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450.webp\",\"index\":15,\"id\":2719,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450-75x50_c.webp\",\"title\":\"IMG_0450\"},\"gallery_id\":\"2703\"}]\' data-lightbox-theme=\'{&quot;arrows&quot;:true,&quot;margins&quot;:[120,0],&quot;gutter&quot;:&quot;100&quot;,&quot;thumbs_position&quot;:&quot;bottom&quot;,&quot;base_template&quot;:&quot;&lt;div id=\\&quot;envirabox-2703\\&quot; data-envirabox-id=\\&quot;2703\\&quot; class=\\&quot;envirabox-container envirabox-theme-base_dark envirabox-wrap\\&quot; role=\\&quot;dialog\\&quot;&gt;&lt;div class=\\&quot;envirabox-bg\\&quot;&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-outer\\&quot;&gt;&lt;div class=\\&quot;envirabox-inner\\&quot;&gt;&lt;div class=\\&quot;envirabox-caption-wrap\\&quot;&gt;&lt;div class=\\&quot;envirabox-title\\&quot;&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-toolbar\\&quot;&gt;&lt;div class=\\&quot;envira-close-button\\&quot;&gt;&lt;a data-envirabox-close class=\\&quot;envirabox-item envirabox-close envirabox-button--close\\&quot; title=\\&quot;Close\\&quot; href=\\&quot;#\\&quot;&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-navigation\\&quot;&gt;&lt;a data-envirabox-prev title=\\&quot;Prev\\&quot; class=\\&quot;envirabox-arrow envirabox-arrow--left envirabox-nav envirabox-prev\\&quot; href=\\&quot;#\\&quot;&gt;&lt;span&gt;&lt;\\/span&gt;&lt;\\/a&gt;&lt;a data-envirabox-next title=\\&quot;Next\\&quot; class=\\&quot;envirabox-arrow envirabox-arrow--right envirabox-nav envirabox-next\\&quot; href=\\&quot;#\\&quot;&gt;&lt;span&gt;&lt;\\/span&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-stage\\&quot;&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;load_all&quot;:false,&quot;error_template&quot;:&quot;&lt;div class=\\&quot;envirabox-error\\&quot;&gt;&lt;p&gt;{{ERROR}}&lt;p&gt;&lt;\\/div&gt;&quot;,&quot;inner_caption&quot;:false,&quot;caption_position&quot;:false,&quot;arrow_position&quot;:false,&quot;toolbar&quot;:true,&quot;infobar&quot;:false,&quot;show_smallbtn&quot;:false,&quot;idle_time&quot;:false,&quot;click_content&quot;:false,&quot;click_slide&quot;:false,&quot;click_outside&quot;:false,&quot;animation_duration&quot;:false,&quot;transition_duration&quot;:false,&quot;small_btn_template&quot;:&quot;&lt;a data-envirabox-close class=\\&quot;envirabox-item envirabox-close envirabox-button--close\\&quot; title=\\&quot;Close\\&quot; href=\\&quot;#\\&quot;&gt;&lt;\\/a&gt;&quot;}\' data-parsed-attrs=\'{\"id\":\"2703\",\"cache\":true}\'><div id=\"envira-gallery-item-2491\" class=\"envira-gallery-item envira-gallery-item-1 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2703 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2741-1-edited.webp\" title=\"IMG_2741\" data-caption=\"\" data-envira-item-id=\"2491\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2741-1-edited.webp?fit=1440%2C810&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2741-1-edited-75x50_c.webp\" data-title=\"IMG_2741\" data-envirabox=\'2703\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2741-1-edited.webp?fit=1024%2C576&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-1    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2491\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2741\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2703\" data-envira-index=\"0\" data-envira-item-id=\"2491\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2741-1-edited.webp?fit=1024%2C576&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2741-1-edited.webp?fit=1024%2C576&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2741-1-edited.webp?fit=1024%2C576&amp;ssl=1 2x\" data-title=\"IMG_2741\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2703\" data-automatic-caption=\"\" data-envira-height=\"169\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2718\" class=\"envira-gallery-item envira-gallery-item-2 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2703 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3624.webp\" title=\"IMG_3624\" data-caption=\"\" data-envira-item-id=\"2718\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3624.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3624-75x50_c.webp\" data-title=\"IMG_3624\" data-envirabox=\'2703\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3624.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-2    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2718\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3624\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2703\" data-envira-index=\"1\" data-envira-item-id=\"2718\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3624.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3624.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3624.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3624\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2703\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-2717\" class=\"envira-gallery-item envira-gallery-item-3 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2703 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3576.webp\" title=\"IMG_3576\" data-caption=\"\" data-envira-item-id=\"2717\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3576.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3576-75x50_c.webp\" data-title=\"IMG_3576\" data-envirabox=\'2703\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3576.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-3    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2717\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3576\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2703\" data-envira-index=\"2\" data-envira-item-id=\"2717\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3576.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3576.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3576.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3576\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2703\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-2716\" class=\"envira-gallery-item envira-gallery-item-4 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2703 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3575.webp\" title=\"IMG_3575\" data-caption=\"\" data-envira-item-id=\"2716\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3575.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3575\" data-envirabox=\'2703\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3575.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-4    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2716\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3575\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2703\" data-envira-index=\"3\" data-envira-item-id=\"2716\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3575.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3575.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3575.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3575\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2703\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-2715\" class=\"envira-gallery-item envira-gallery-item-5 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2703 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3481.webp\" title=\"IMG_3481\" data-caption=\"\" data-envira-item-id=\"2715\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3481.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3481\" data-envirabox=\'2703\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3481.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-5    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2715\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3481\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2703\" data-envira-index=\"4\" data-envira-item-id=\"2715\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3481.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3481.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3481.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3481\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2703\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-2714\" class=\"envira-gallery-item envira-gallery-item-6 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2703 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3480.webp\" title=\"IMG_3480\" data-caption=\"\" data-envira-item-id=\"2714\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3480.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3480\" data-envirabox=\'2703\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3480.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-6    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2714\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3480\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2703\" data-envira-index=\"5\" data-envira-item-id=\"2714\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3480.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3480.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3480.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3480\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2703\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-2713\" class=\"envira-gallery-item envira-gallery-item-7 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2703 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3327.webp\" title=\"IMG_3327\" data-caption=\"\" data-envira-item-id=\"2713\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3327.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3327\" data-envirabox=\'2703\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3327.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-7    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2713\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3327\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2703\" data-envira-index=\"6\" data-envira-item-id=\"2713\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3327.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3327.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3327.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3327\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2703\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-2712\" class=\"envira-gallery-item envira-gallery-item-8 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2703 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2849.webp\" title=\"IMG_2849\" data-caption=\"\" data-envira-item-id=\"2712\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2849.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2849-75x50_c.webp\" data-title=\"IMG_2849\" data-envirabox=\'2703\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2849.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-8    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2712\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2849\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2703\" data-envira-index=\"7\" data-envira-item-id=\"2712\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2849.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2849.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2849.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_2849\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2703\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-2710\" class=\"envira-gallery-item envira-gallery-item-9 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2703 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2470.webp\" title=\"IMG_2470\" data-caption=\"\" data-envira-item-id=\"2710\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2470.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_2470\" data-envirabox=\'2703\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2470.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-9    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2710\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2470\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2703\" data-envira-index=\"8\" data-envira-item-id=\"2710\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2470.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2470.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2470.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_2470\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2703\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-2709\" class=\"envira-gallery-item envira-gallery-item-10 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2703 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2469.webp\" title=\"IMG_2469\" data-caption=\"\" data-envira-item-id=\"2709\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2469.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_2469\" data-envirabox=\'2703\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2469.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-10    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2709\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2469\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2703\" data-envira-index=\"9\" data-envira-item-id=\"2709\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2469.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2469.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2469.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_2469\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2703\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-2708\" class=\"envira-gallery-item envira-gallery-item-11 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2703 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2390.webp\" title=\"IMG_2390\" data-caption=\"\" data-envira-item-id=\"2708\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2390.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_2390\" data-envirabox=\'2703\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2390.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-11    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2708\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2390\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2703\" data-envira-index=\"10\" data-envira-item-id=\"2708\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2390.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2390.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2390.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_2390\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2703\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-2707\" class=\"envira-gallery-item envira-gallery-item-12 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2703 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1916.webp\" title=\"IMG_1916\" data-caption=\"\" data-envira-item-id=\"2707\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1916.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_1916\" data-envirabox=\'2703\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1916.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-12    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2707\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1916\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2703\" data-envira-index=\"11\" data-envira-item-id=\"2707\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1916.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1916.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1916.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_1916\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2703\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-2706\" class=\"envira-gallery-item envira-gallery-item-13 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2703 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0470.webp\" title=\"IMG_0470\" data-caption=\"\" data-envira-item-id=\"2706\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0470.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_0470\" data-envirabox=\'2703\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0470.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-13    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2706\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_0470\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2703\" data-envira-index=\"12\" data-envira-item-id=\"2706\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0470.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0470.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0470.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_0470\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2703\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-2705\" class=\"envira-gallery-item envira-gallery-item-14 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2703 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0456.webp\" title=\"IMG_0456\" data-caption=\"\" data-envira-item-id=\"2705\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0456.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_0456\" data-envirabox=\'2703\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0456.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-14    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2705\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_0456\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2703\" data-envira-index=\"13\" data-envira-item-id=\"2705\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0456.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0456.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0456.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_0456\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2703\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-2704\" class=\"envira-gallery-item envira-gallery-item-15 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2703 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/A7401195.webp\" title=\"A7401195\" data-caption=\"\" data-envira-item-id=\"2704\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/A7401195.webp?fit=1440%2C1152&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/A7401195-75x50_c.webp\" data-title=\"A7401195\" data-envirabox=\'2703\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/A7401195.webp?fit=1024%2C819&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-15    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2704\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"A7401195\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2703\" data-envira-index=\"14\" data-envira-item-id=\"2704\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/A7401195.webp?fit=1024%2C819&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/A7401195.webp?fit=1024%2C819&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/A7401195.webp?fit=1024%2C819&amp;ssl=1 2x\" data-title=\"A7401195\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2703\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2719\" class=\"envira-gallery-item envira-gallery-item-16 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2703 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0450.webp\" title=\"IMG_0450\" data-caption=\"\" data-envira-item-id=\"2719\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0450.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0450-75x50_c.webp\" data-title=\"IMG_0450\" data-envirabox=\'2703\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0450.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-16    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2719\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_0450\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2703\" data-envira-index=\"15\" data-envira-item-id=\"2719\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0450.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0450.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0450.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_0450\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2703\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div></div></div><noscript><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2741-1-edited.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3624.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3576.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3575.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3481.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3480.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3327.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2849.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2470.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2469.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2390.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1916.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0470.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0456.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/A7401195.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0450.webp\' alt=\'\' class=\'envira_noscript_images \' /></noscript>','off'),(368685,'_transient_timeout_jpp_li_975ebf66bdfcb10334ec556bdb8f68e7','1759465303','off'),(368686,'_transient_jpp_li_975ebf66bdfcb10334ec556bdb8f68e7','a:5:{s:6:\"status\";s:2:\"ok\";s:3:\"msg\";s:53:\"No current blocks on this IP address (162.216.149.52)\";s:17:\"seconds_remaining\";i:3600;s:16:\"blocked_attempts\";s:4:\"4315\";s:6:\"expire\";i:1759465303;}','off'),(368821,'_transient_timeout__woocommerce_helper_updates','1759521141','off'),(368822,'_transient__woocommerce_helper_updates','a:4:{s:4:\"hash\";s:32:\"ec0068ead1bec70a8865eefd156b9d77\";s:7:\"updated\";i:1759477941;s:8:\"products\";a:6:{i:18633;a:5:{s:7:\"version\";s:6:\"3.6.10\";s:4:\"slug\";s:21:\"gravity-forms-add-ons\";s:3:\"url\";s:55:\"https://woocommerce.com/products/gravity-forms-add-ons/\";s:7:\"package\";s:449:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-gravityforms-product-addons/woocommerce-gravityforms-product-addons.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20251003%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251003T075221Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=13f480c3b18f71e6ebb035d7d380be6f848424497fc7880988dbcb4f4312517d\";s:14:\"upgrade_notice\";s:41:\"Update - WC and WP Compatibility Updates.\";}i:5278104;a:6:{s:7:\"version\";s:6:\"10.0.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.0.0.zip\";s:14:\"upgrade_notice\";s:107:\"Add - Add new feature flag for the dynamic checkout place order button, and new option on payment settings.\";s:12:\"requires_php\";s:3:\"7.3\";}i:5571998;a:6:{s:7:\"version\";s:5:\"2.7.1\";s:4:\"slug\";s:10:\"gift-cards\";s:3:\"url\";s:44:\"https://woocommerce.com/products/gift-cards/\";s:7:\"package\";s:415:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-gift-cards/woocommerce-gift-cards.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20251003%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251003T075221Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=e2b23afad7ea069f88b9abcd090c8562c49239d3c2e1992d42406fc5a16d9f48\";s:14:\"upgrade_notice\";s:47:\"Tweak - Update plugin authors and contributors.\";s:12:\"requires_php\";s:3:\"7.4\";}i:18734001818589;a:6:{s:7:\"version\";s:5:\"1.4.0\";s:4:\"slug\";s:26:\"product-options-and-fields\";s:3:\"url\";s:60:\"https://woocommerce.com/products/product-options-and-fields/\";s:7:\"package\";s:437:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/addify-product-options-and-addons/addify-product-options-and-addons.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20251003%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251003T075221Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=2d419f5e4268f8968de715c2b1cfcc6dd1e4e3e8a4aeada8314da75c9cdb05cf\";s:14:\"upgrade_notice\";s:62:\"Update - Comaptible with WooCommerce cart and checkout blocks.\";s:12:\"requires_php\";s:3:\"7.4\";}i:18734003407318;a:6:{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%2F20251003%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251003T075221Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=c81adb212eba6db656a1162e981ed6994202f14872edb68289366ce5aca7f41f\";s:14:\"upgrade_notice\";s:77:\"Update - Declare compatibility with WooCommerce cart_checkout_blocks feature.\";s:12:\"requires_php\";s:3:\"7.3\";}i:18734003445543;a:6:{s:7:\"version\";s:5:\"1.1.5\";s:4:\"slug\";s:5:\"eride\";s:3:\"url\";s:39:\"https://woocommerce.com/products/eride/\";s:7:\"package\";s:380:\"https://woothemes-products.s3.amazonaws.com/theme-packages/eride/eride.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20251003%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251003T075221Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=d68ff24390f3b59f17d8699264480709d031561dc7751402ba3ac0fa7c34d38f\";s:14:\"upgrade_notice\";s:32:\"Update - Fixed responsive issues\";s:12:\"requires_php\";s:3:\"7.0\";}}s:6:\"errors\";a:0:{}}','off'),(368830,'_transient_timeout_jetpack_is_single_user','1759521142','off'),(368831,'_transient_jetpack_is_single_user','2','off'),(368834,'_transient_timeout_jetpack_plugin_api_action_links_refresh','1759596229','off'),(368835,'_transient_jetpack_plugin_api_action_links_refresh','1759509829','off'),(368957,'_transient_timeout_jpp_li_66dbdc0cbb9f546221741a1d3e1fe58c','1759493972','off'),(368958,'_transient_jpp_li_66dbdc0cbb9f546221741a1d3e1fe58c','a:5:{s:6:\"status\";s:2:\"ok\";s:3:\"msg\";s:51:\"No current blocks on this IP address (109.169.10.6)\";s:17:\"seconds_remaining\";i:3600;s:16:\"blocked_attempts\";s:4:\"4315\";s:6:\"expire\";i:1759493972;}','off'),(368982,'_transient_timeout__eg_fragment_mobile_2703','1759579378','off'),(368983,'_transient__eg_fragment_mobile_2703','<div id=\"envira-gallery-wrap-2703\" class=\"envira-gallery-wrap envira-lazy-loading-enabled envira-layout-automatic\" itemscope itemtype=\"https://schema.org/ImageGallery\"><div class=\"envira-loader\"><div></div><div></div><div></div><div></div></div><div id=\"envira-gallery-2703\" class=\"envira-gallery-public envira-gallery-0-columns envira-clear envira-gallery-justified-public\" data-envira-id=\"2703\" data-gallery-config=\'{\"type\":\"default\",\"layout\":\"automatic\",\"columns\":\"0\",\"gallery_theme\":\"base\",\"justified_margins\":1,\"justified_last_row\":\"nojustify\",\"lazy_loading\":1,\"lazy_loading_delay\":500,\"gutter\":1,\"gutter_mobile\":0,\"margin\":1,\"image_size\":\"default\",\"square_size\":300,\"crop_width\":640,\"crop_height\":480,\"crop\":0,\"crop_position\":\"c\",\"show_more_text\":\"Click for more\",\"additional_copy_0\":0,\"additional_copy_title\":0,\"additional_copy_caption\":0,\"additional_copy_title_caption\":0,\"additional_copy_0_mobile\":0,\"additional_copy_title_mobile\":0,\"additional_copy_caption_mobile\":0,\"additional_copy_title_caption_mobile\":0,\"gallery_column_title_caption\":\"0\",\"gallery_column_title_caption_mobile\":\"0\",\"additional_copy_automatic_0\":0,\"additional_copy_automatic_title\":0,\"additional_copy_automatic_caption\":0,\"additional_copy_automatic_title_caption\":0,\"additional_copy_automatic_0_mobile\":0,\"additional_copy_automatic_title_mobile\":0,\"additional_copy_automatic_caption_mobile\":0,\"additional_copy_automatic_title_caption_mobile\":0,\"gallery_automatic_title_caption\":\"0\",\"gallery_automatic_title_caption_mobile\":\"0\",\"justified_row_height\":150,\"description_position\":\"0\",\"description\":\"\",\"random\":\"0\",\"sort_order\":\"0\",\"sorting_direction\":\"ASC\",\"image_sizes_random\":[],\"isotope\":0,\"lightbox_enabled\":1,\"gallery_link_enabled\":1,\"lightbox_theme\":\"base_dark\",\"lightbox_image_size\":\"default\",\"title_display\":\"float\",\"lightbox_title_caption\":\"title\",\"arrows\":1,\"arrows_position\":\"inside\",\"toolbar\":0,\"toolbar_title\":0,\"toolbar_position\":\"top\",\"loop\":1,\"lightbox_open_close_effect\":\"fade\",\"effect\":\"fade\",\"supersize\":0,\"thumbnails_toggle\":0,\"thumbnails_hide\":0,\"image_counter\":0,\"lightbox_html_caption\":0,\"thumbnails\":1,\"thumbnails_width\":\"auto\",\"thumbnails_height\":\"auto\",\"thumbnails_position\":\"bottom\",\"thumbnails_custom_size\":0,\"mobile\":1,\"mobile_width\":320,\"mobile_height\":240,\"mobile_lightbox\":1,\"mobile_gallery_link_enabled\":0,\"mobile_arrows\":1,\"mobile_toolbar\":1,\"mobile_thumbnails\":1,\"mobile_touchwipe_close\":0,\"mobile_thumbnails_width\":75,\"mobile_thumbnails_height\":50,\"mobile_justified_row_height\":80,\"keyboard\":true,\"standalone_template\":\"\",\"classes\":[\"\"],\"rtl\":0,\"slug\":\"window-tinting\",\"title\":\"\",\"gallery_id\":\"2703\"}\' data-gallery-images=\'[{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited.webp\",\"title\":\"IMG_2741\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited-300x169.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited-768x432.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited-1024x576.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited-300x169.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited.webp\",\"index\":0,\"id\":2491,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/02\\/IMG_2741-1-edited-75x50_c.webp\",\"title\":\"IMG_2741\"},\"gallery_id\":\"2703\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624.webp\",\"title\":\"IMG_3624\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624.webp\",\"index\":1,\"id\":2718,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3624-75x50_c.webp\",\"title\":\"IMG_3624\"},\"gallery_id\":\"2703\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576.webp\",\"title\":\"IMG_3576\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576.webp\",\"index\":2,\"id\":2717,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3576-75x50_c.webp\",\"title\":\"IMG_3576\"},\"gallery_id\":\"2703\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3575.webp\",\"title\":\"IMG_3575\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3575.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3575-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3575-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3575-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3575-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3575.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3575.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3575-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3575.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3575-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3575.webp\",\"index\":3,\"id\":2716,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"title\":\"IMG_3575\"},\"gallery_id\":\"2703\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3481.webp\",\"title\":\"IMG_3481\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3481.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3481-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3481-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3481-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3481-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3481.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3481.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3481-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3481.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3481-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3481.webp\",\"index\":4,\"id\":2715,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"title\":\"IMG_3481\"},\"gallery_id\":\"2703\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3480.webp\",\"title\":\"IMG_3480\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3480.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3480-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3480-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3480-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3480-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3480.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3480.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3480-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3480.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3480-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3480.webp\",\"index\":5,\"id\":2714,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"title\":\"IMG_3480\"},\"gallery_id\":\"2703\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3327.webp\",\"title\":\"IMG_3327\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3327.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3327-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3327-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3327-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3327-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3327.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3327.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3327-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3327.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3327-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3327.webp\",\"index\":6,\"id\":2713,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"title\":\"IMG_3327\"},\"gallery_id\":\"2703\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849.webp\",\"title\":\"IMG_2849\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849.webp\",\"index\":7,\"id\":2712,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2849-75x50_c.webp\",\"title\":\"IMG_2849\"},\"gallery_id\":\"2703\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2470.webp\",\"title\":\"IMG_2470\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2470.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2470-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2470-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2470-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2470-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2470.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2470.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2470-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2470.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2470-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2470.webp\",\"index\":8,\"id\":2710,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"title\":\"IMG_2470\"},\"gallery_id\":\"2703\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2469.webp\",\"title\":\"IMG_2469\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2469.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2469-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2469-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2469-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2469-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2469.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2469.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2469-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2469.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2469-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2469.webp\",\"index\":9,\"id\":2709,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"title\":\"IMG_2469\"},\"gallery_id\":\"2703\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2390.webp\",\"title\":\"IMG_2390\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2390.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2390-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2390-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2390-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2390-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2390.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2390.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2390-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2390.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2390-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2390.webp\",\"index\":10,\"id\":2708,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"title\":\"IMG_2390\"},\"gallery_id\":\"2703\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1916.webp\",\"title\":\"IMG_1916\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1916.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1916-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1916-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1916-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1916-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1916.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1916.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1916-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1916.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1916-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1916.webp\",\"index\":11,\"id\":2707,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"title\":\"IMG_1916\"},\"gallery_id\":\"2703\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0470.webp\",\"title\":\"IMG_0470\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0470.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0470-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0470-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0470-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0470-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0470.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0470.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0470-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0470.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0470-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0470.webp\",\"index\":12,\"id\":2706,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"title\":\"IMG_0470\"},\"gallery_id\":\"2703\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0456.webp\",\"title\":\"IMG_0456\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0456.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0456-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0456-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0456-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0456-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0456.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0456.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0456-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0456.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0456-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0456.webp\",\"index\":13,\"id\":2705,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":{\"errors\":{\"envira-gallery-error-no-file\":[\"No file could be found for the image URL specified.\"]},\"error_data\":[]},\"title\":\"IMG_0456\"},\"gallery_id\":\"2703\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195.webp\",\"title\":\"A7401195\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195-300x240.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195-768x614.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195-1024x819.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195-300x240.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195.webp\",\"index\":14,\"id\":2704,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/A7401195-75x50_c.webp\",\"title\":\"A7401195\"},\"gallery_id\":\"2703\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450.webp\",\"title\":\"IMG_0450\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450-150x150.webp\",\"medium\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450-225x300.webp\",\"medium_large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450-768x1024.webp\",\"large\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450-768x1024.webp\",\"1536x1536\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450.webp\",\"2048x2048\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450.webp\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450-100x100.webp\",\"full\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450.webp\",\"index\":15,\"id\":2719,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0450-75x50_c.webp\",\"title\":\"IMG_0450\"},\"gallery_id\":\"2703\"}]\' data-lightbox-theme=\'{&quot;arrows&quot;:true,&quot;margins&quot;:[120,0],&quot;gutter&quot;:&quot;100&quot;,&quot;thumbs_position&quot;:&quot;bottom&quot;,&quot;base_template&quot;:&quot;&lt;div id=\\&quot;envirabox-2703\\&quot; data-envirabox-id=\\&quot;2703\\&quot; class=\\&quot;envirabox-container envirabox-theme-base_dark envirabox-wrap\\&quot; role=\\&quot;dialog\\&quot;&gt;&lt;div class=\\&quot;envirabox-bg\\&quot;&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-outer\\&quot;&gt;&lt;div class=\\&quot;envirabox-inner\\&quot;&gt;&lt;div class=\\&quot;envirabox-caption-wrap\\&quot;&gt;&lt;div class=\\&quot;envirabox-title\\&quot;&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-toolbar\\&quot;&gt;&lt;div class=\\&quot;envira-close-button\\&quot;&gt;&lt;a data-envirabox-close class=\\&quot;envirabox-item envirabox-close envirabox-button--close\\&quot; title=\\&quot;Close\\&quot; href=\\&quot;#\\&quot;&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-navigation\\&quot;&gt;&lt;a data-envirabox-prev title=\\&quot;Prev\\&quot; class=\\&quot;envirabox-arrow envirabox-arrow--left envirabox-nav envirabox-prev\\&quot; href=\\&quot;#\\&quot;&gt;&lt;span&gt;&lt;\\/span&gt;&lt;\\/a&gt;&lt;a data-envirabox-next title=\\&quot;Next\\&quot; class=\\&quot;envirabox-arrow envirabox-arrow--right envirabox-nav envirabox-next\\&quot; href=\\&quot;#\\&quot;&gt;&lt;span&gt;&lt;\\/span&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-stage\\&quot;&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;load_all&quot;:false,&quot;error_template&quot;:&quot;&lt;div class=\\&quot;envirabox-error\\&quot;&gt;&lt;p&gt;{{ERROR}}&lt;p&gt;&lt;\\/div&gt;&quot;,&quot;inner_caption&quot;:false,&quot;caption_position&quot;:false,&quot;arrow_position&quot;:false,&quot;toolbar&quot;:true,&quot;infobar&quot;:false,&quot;show_smallbtn&quot;:false,&quot;idle_time&quot;:false,&quot;click_content&quot;:false,&quot;click_slide&quot;:false,&quot;click_outside&quot;:false,&quot;animation_duration&quot;:false,&quot;transition_duration&quot;:false,&quot;small_btn_template&quot;:&quot;&lt;a data-envirabox-close class=\\&quot;envirabox-item envirabox-close envirabox-button--close\\&quot; title=\\&quot;Close\\&quot; href=\\&quot;#\\&quot;&gt;&lt;\\/a&gt;&quot;}\' data-parsed-attrs=\'{\"id\":\"2703\",\"cache\":true}\'><div id=\"envira-gallery-item-2491\" class=\"envira-gallery-item envira-gallery-item-1 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2703 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2741-1-edited.webp\" title=\"IMG_2741\" data-caption=\"\" data-envira-item-id=\"2491\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2741-1-edited.webp?fit=1440%2C810&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2741-1-edited-75x50_c.webp\" data-title=\"IMG_2741\" data-envirabox=\'2703\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2741-1-edited-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-1    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2491\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2741\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2703\" data-envira-index=\"0\" data-envira-item-id=\"2491\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2741-1-edited-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2741-1-edited-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2741-1-edited-320x240_c.webp 2x\" data-title=\"IMG_2741\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2703\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2718\" class=\"envira-gallery-item envira-gallery-item-2 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2703 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3624.webp\" title=\"IMG_3624\" data-caption=\"\" data-envira-item-id=\"2718\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3624.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3624-75x50_c.webp\" data-title=\"IMG_3624\" data-envirabox=\'2703\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3624-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-2    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2718\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3624\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2703\" data-envira-index=\"1\" data-envira-item-id=\"2718\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3624-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3624-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3624-320x240_c.webp 2x\" data-title=\"IMG_3624\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2703\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2717\" class=\"envira-gallery-item envira-gallery-item-3 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2703 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3576.webp\" title=\"IMG_3576\" data-caption=\"\" data-envira-item-id=\"2717\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3576.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3576-75x50_c.webp\" data-title=\"IMG_3576\" data-envirabox=\'2703\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3576-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-3    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2717\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3576\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2703\" data-envira-index=\"2\" data-envira-item-id=\"2717\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3576-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3576-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3576-320x240_c.webp 2x\" data-title=\"IMG_3576\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2703\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2716\" class=\"envira-gallery-item envira-gallery-item-4 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2703 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3575.webp\" title=\"IMG_3575\" data-caption=\"\" data-envira-item-id=\"2716\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3575.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3575\" data-envirabox=\'2703\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3575.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-4    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2716\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3575\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2703\" data-envira-index=\"3\" data-envira-item-id=\"2716\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3575.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3575.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3575.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3575\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2703\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2715\" class=\"envira-gallery-item envira-gallery-item-5 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2703 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3481.webp\" title=\"IMG_3481\" data-caption=\"\" data-envira-item-id=\"2715\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3481.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3481\" data-envirabox=\'2703\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3481.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-5    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2715\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3481\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2703\" data-envira-index=\"4\" data-envira-item-id=\"2715\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3481.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3481.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3481.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3481\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2703\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2714\" class=\"envira-gallery-item envira-gallery-item-6 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2703 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3480.webp\" title=\"IMG_3480\" data-caption=\"\" data-envira-item-id=\"2714\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3480.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3480\" data-envirabox=\'2703\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3480.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-6    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2714\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3480\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2703\" data-envira-index=\"5\" data-envira-item-id=\"2714\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3480.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3480.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3480.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3480\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2703\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2713\" class=\"envira-gallery-item envira-gallery-item-7 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2703 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3327.webp\" title=\"IMG_3327\" data-caption=\"\" data-envira-item-id=\"2713\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3327.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3327\" data-envirabox=\'2703\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3327.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-7    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2713\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3327\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2703\" data-envira-index=\"6\" data-envira-item-id=\"2713\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3327.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3327.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3327.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3327\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2703\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2712\" class=\"envira-gallery-item envira-gallery-item-8 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2703 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2849.webp\" title=\"IMG_2849\" data-caption=\"\" data-envira-item-id=\"2712\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2849.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2849-75x50_c.webp\" data-title=\"IMG_2849\" data-envirabox=\'2703\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2849-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-8    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2712\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2849\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2703\" data-envira-index=\"7\" data-envira-item-id=\"2712\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2849-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2849-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2849-320x240_c.webp 2x\" data-title=\"IMG_2849\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2703\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2710\" class=\"envira-gallery-item envira-gallery-item-9 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2703 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2470.webp\" title=\"IMG_2470\" data-caption=\"\" data-envira-item-id=\"2710\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2470.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_2470\" data-envirabox=\'2703\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2470.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-9    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2710\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2470\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2703\" data-envira-index=\"8\" data-envira-item-id=\"2710\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2470.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2470.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2470.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_2470\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2703\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2709\" class=\"envira-gallery-item envira-gallery-item-10 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2703 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2469.webp\" title=\"IMG_2469\" data-caption=\"\" data-envira-item-id=\"2709\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2469.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_2469\" data-envirabox=\'2703\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2469.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-10    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2709\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2469\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2703\" data-envira-index=\"9\" data-envira-item-id=\"2709\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2469.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2469.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2469.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_2469\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2703\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2708\" class=\"envira-gallery-item envira-gallery-item-11 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2703 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2390.webp\" title=\"IMG_2390\" data-caption=\"\" data-envira-item-id=\"2708\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2390.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_2390\" data-envirabox=\'2703\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2390.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-11    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2708\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2390\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2703\" data-envira-index=\"10\" data-envira-item-id=\"2708\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2390.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2390.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2390.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_2390\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2703\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2707\" class=\"envira-gallery-item envira-gallery-item-12 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2703 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1916.webp\" title=\"IMG_1916\" data-caption=\"\" data-envira-item-id=\"2707\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1916.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_1916\" data-envirabox=\'2703\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1916.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-12    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2707\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1916\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2703\" data-envira-index=\"11\" data-envira-item-id=\"2707\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1916.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1916.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1916.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_1916\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2703\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2706\" class=\"envira-gallery-item envira-gallery-item-13 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2703 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0470.webp\" title=\"IMG_0470\" data-caption=\"\" data-envira-item-id=\"2706\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0470.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_0470\" data-envirabox=\'2703\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0470.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-13    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2706\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_0470\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2703\" data-envira-index=\"12\" data-envira-item-id=\"2706\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0470.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0470.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0470.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_0470\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2703\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2705\" class=\"envira-gallery-item envira-gallery-item-14 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2703 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0456.webp\" title=\"IMG_0456\" data-caption=\"\" data-envira-item-id=\"2705\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0456.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_0456\" data-envirabox=\'2703\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0456.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-14    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2705\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_0456\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2703\" data-envira-index=\"13\" data-envira-item-id=\"2705\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0456.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0456.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0456.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_0456\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2703\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2704\" class=\"envira-gallery-item envira-gallery-item-15 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2703 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/A7401195.webp\" title=\"A7401195\" data-caption=\"\" data-envira-item-id=\"2704\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/A7401195.webp?fit=1440%2C1152&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/A7401195-75x50_c.webp\" data-title=\"A7401195\" data-envirabox=\'2703\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/A7401195-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-15    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2704\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"A7401195\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2703\" data-envira-index=\"14\" data-envira-item-id=\"2704\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/A7401195-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/A7401195-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/A7401195-320x240_c.webp 2x\" data-title=\"A7401195\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2703\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2719\" class=\"envira-gallery-item envira-gallery-item-16 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2703 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0450.webp\" title=\"IMG_0450\" data-caption=\"\" data-envira-item-id=\"2719\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0450.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0450-75x50_c.webp\" data-title=\"IMG_0450\" data-envirabox=\'2703\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0450-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-16    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2719\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_0450\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2703\" data-envira-index=\"15\" data-envira-item-id=\"2719\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0450-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0450-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0450-320x240_c.webp 2x\" data-title=\"IMG_0450\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2703\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div></div></div><noscript><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2741-1-edited.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3624.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3576.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3575.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3481.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3480.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3327.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2849.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2470.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2469.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2390.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1916.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0470.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0456.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/A7401195.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0450.webp\' alt=\'\' class=\'envira_noscript_images \' /></noscript>','off'),(368990,'_transient_timeout_jpp_li_1a90be775f880e3e803ab655d4c22fa7','1759496607','off'),(368991,'_transient_jpp_li_1a90be775f880e3e803ab655d4c22fa7','a:5:{s:6:\"status\";s:2:\"ok\";s:3:\"msg\";s:54:\"No current blocks on this IP address (103.113.188.175)\";s:17:\"seconds_remaining\";i:3600;s:16:\"blocked_attempts\";s:4:\"4315\";s:6:\"expire\";i:1759496607;}','off'),(369069,'_transient_timeout__eg_cache_all','1759584876','off'),(369070,'_transient__eg_cache_all','a:8:{i:3152;a:3:{s:2:\"id\";i:3152;s:6:\"config\";a:88:{s:4:\"type\";s:7:\"default\";s:6:\"layout\";s:9:\"automatic\";s:7:\"columns\";s:1:\"0\";s:13:\"gallery_theme\";s:4:\"base\";s:17:\"justified_margins\";i:1;s:18:\"justified_last_row\";s:9:\"nojustify\";s:12:\"lazy_loading\";i:1;s:18:\"lazy_loading_delay\";i:500;s:6:\"gutter\";i:1;s:13:\"gutter_mobile\";i:0;s:6:\"margin\";i:1;s:10:\"image_size\";s:7:\"default\";s:11:\"square_size\";i:300;s:10:\"crop_width\";i:640;s:11:\"crop_height\";i:480;s:4:\"crop\";i:0;s:13:\"crop_position\";s:1:\"c\";s:14:\"show_more_text\";s:14:\"Click for more\";s:17:\"additional_copy_0\";i:0;s:21:\"additional_copy_title\";i:0;s:23:\"additional_copy_caption\";i:0;s:29:\"additional_copy_title_caption\";i:0;s:24:\"additional_copy_0_mobile\";i:0;s:28:\"additional_copy_title_mobile\";i:0;s:30:\"additional_copy_caption_mobile\";i:0;s:36:\"additional_copy_title_caption_mobile\";i:0;s:28:\"gallery_column_title_caption\";s:1:\"0\";s:35:\"gallery_column_title_caption_mobile\";s:1:\"0\";s:27:\"additional_copy_automatic_0\";i:0;s:31:\"additional_copy_automatic_title\";i:0;s:33:\"additional_copy_automatic_caption\";i:0;s:39:\"additional_copy_automatic_title_caption\";i:0;s:34:\"additional_copy_automatic_0_mobile\";i:0;s:38:\"additional_copy_automatic_title_mobile\";i:0;s:40:\"additional_copy_automatic_caption_mobile\";i:0;s:46:\"additional_copy_automatic_title_caption_mobile\";i:0;s:31:\"gallery_automatic_title_caption\";s:1:\"0\";s:38:\"gallery_automatic_title_caption_mobile\";s:1:\"0\";s:20:\"justified_row_height\";i:100;s:20:\"description_position\";s:1:\"0\";s:11:\"description\";s:0:\"\";s:6:\"random\";s:1:\"0\";s:10:\"sort_order\";s:1:\"0\";s:17:\"sorting_direction\";s:3:\"ASC\";s:18:\"image_sizes_random\";a:0:{}s:7:\"isotope\";i:0;s:16:\"lightbox_enabled\";i:1;s:20:\"gallery_link_enabled\";i:1;s:14:\"lightbox_theme\";s:9:\"base_dark\";s:19:\"lightbox_image_size\";s:7:\"default\";s:13:\"title_display\";s:5:\"float\";s:22:\"lightbox_title_caption\";s:5:\"title\";s:6:\"arrows\";i:1;s:15:\"arrows_position\";s:6:\"inside\";s:7:\"toolbar\";i:0;s:13:\"toolbar_title\";i:0;s:16:\"toolbar_position\";s:3:\"top\";s:4:\"loop\";i:1;s:26:\"lightbox_open_close_effect\";s:4:\"fade\";s:6:\"effect\";s:4:\"fade\";s:9:\"supersize\";i:0;s:17:\"thumbnails_toggle\";i:0;s:15:\"thumbnails_hide\";i:0;s:13:\"image_counter\";i:0;s:21:\"lightbox_html_caption\";i:0;s:10:\"thumbnails\";i:1;s:16:\"thumbnails_width\";i:75;s:17:\"thumbnails_height\";i:50;s:19:\"thumbnails_position\";s:6:\"bottom\";s:22:\"thumbnails_custom_size\";i:0;s:6:\"mobile\";i:1;s:12:\"mobile_width\";i:320;s:13:\"mobile_height\";i:240;s:15:\"mobile_lightbox\";i:1;s:27:\"mobile_gallery_link_enabled\";i:0;s:13:\"mobile_arrows\";i:1;s:14:\"mobile_toolbar\";i:1;s:17:\"mobile_thumbnails\";i:1;s:22:\"mobile_touchwipe_close\";i:0;s:23:\"mobile_thumbnails_width\";i:75;s:24:\"mobile_thumbnails_height\";i:50;s:27:\"mobile_justified_row_height\";i:80;s:8:\"keyboard\";b:1;s:19:\"standalone_template\";s:0:\"\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"rtl\";i:0;s:4:\"slug\";s:17:\"our-work-canopies\";s:5:\"title\";s:25:\"Our Work &#8211; Canopies\";}s:7:\"gallery\";a:39:{i:3153;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:63:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/AG.png\";s:5:\"title\";s:24:\"Aggressive Graphix 10x10\";s:4:\"link\";s:63:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/AG.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3489;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:75:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/dhopkins10x10.webp\";s:5:\"title\";s:17:\"DCH Masonry 10x10\";s:4:\"link\";s:75:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/dhopkins10x10.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3488;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/grice10x10.webp\";s:5:\"title\";s:30:\"Gary Rice Shop Equipment 10x10\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/grice10x10.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3179;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/sweetsubies.png\";s:5:\"title\";s:18:\"Sweet Subies 10x10\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/sweetsubies.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3177;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:76:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsandstripes.png\";s:5:\"title\";s:23:\"Scars and Stripes 10x10\";s:4:\"link\";s:76:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsandstripes.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3176;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PlaceFord.png\";s:5:\"title\";s:16:\"Place Ford 10x10\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PlaceFord.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3175;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:65:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/mx23.png\";s:5:\"title\";s:21:\"MX23 Brookfield 10x10\";s:4:\"link\";s:65:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/mx23.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3160;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:78:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/flawlessdetailing.png\";s:5:\"title\";s:27:\"Flawless Detailing MA 10x10\";s:4:\"link\";s:78:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/flawlessdetailing.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3485;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x10.webp\";s:5:\"title\";s:25:\"Wicked Big Car Show 10x10\";s:4:\"link\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x10.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3159;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:73:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/daigleracing.jpg\";s:5:\"title\";s:19:\"Daigle Racing 10x10\";s:4:\"link\";s:73:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/daigleracing.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3158;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/cscservices.jpg\";s:5:\"title\";s:18:\"CSC Services 10x10\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/cscservices.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3157;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/colosseumbarbell.png\";s:5:\"title\";s:28:\"Colosseum Barbell Club 10x10\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/colosseumbarbell.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3156;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:75:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/bosssuspension.png\";s:5:\"title\";s:21:\"Boss Suspension 10x10\";s:4:\"link\";s:75:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/bosssuspension.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3154;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ATMracing.png\";s:5:\"title\";s:16:\"ATM Racing 10x15\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ATMracing.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3172;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/harringer.png\";s:5:\"title\";s:21:\"Dawson Harriger 10x15\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/harringer.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3486;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x20.webp\";s:5:\"title\";s:23:\"Wick Big Car Show 10x20\";s:4:\"link\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x20.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3487;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:75:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/supplife10x20.webp\";s:5:\"title\";s:14:\"SuppLife 10x20\";s:4:\"link\";s:75:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/supplife10x20.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3484;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:75:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kavanagh10x20.webp\";s:5:\"title\";s:14:\"Kavanagh 10x20\";s:4:\"link\";s:75:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kavanagh10x20.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3180;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:79:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/triplethreatracing.png\";s:5:\"title\";s:26:\"Triple Threat Racing 10x20\";s:4:\"link\";s:79:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/triplethreatracing.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3490;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:74:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/dhopkinswall.webp\";s:5:\"title\";s:42:\"Mya Hopkins/Plaistow Powersports half wall\";s:4:\"link\";s:74:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/dhopkinswall.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3494;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:73:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrhalfwall.webp\";s:5:\"title\";s:20:\"KSR Wheels half wall\";s:4:\"link\";s:73:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrhalfwall.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3178;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsstripeshalfwall.png\";s:5:\"title\";s:20:\"scarsstripeshalfwall\";s:4:\"link\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsstripeshalfwall.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3174;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:76:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall2.png\";s:5:\"title\";s:23:\"Kaplan Cycles half wall\";s:4:\"link\";s:76:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall2.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3173;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:75:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall.png\";s:5:\"title\";s:23:\"Kaplan Cycles half wall\";s:4:\"link\";s:75:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3155;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:73:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/bosshalfwall.png\";s:5:\"title\";s:25:\"Boss Suspension half wall\";s:4:\"link\";s:73:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/bosshalfwall.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3165;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallAG.png\";s:5:\"title\";s:28:\"Aggressive Graphix full wall\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallAG.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3166;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallCBC.png\";s:5:\"title\";s:32:\"Colosseum Barbell Club full wall\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallCBC.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3170;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallsinister.png\";s:5:\"title\";s:33:\"Sinfully Slick Auto Spa full wall\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallsinister.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3169;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallPlaistow.png\";s:5:\"title\";s:30:\"Plaistow Powersports full wall\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallPlaistow.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3171;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallWeepingWillow.png\";s:5:\"title\";s:24:\"Weeping Willow full wall\";s:4:\"link\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallWeepingWillow.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3167;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallFlawless.png\";s:5:\"title\";s:31:\"Flawless Detailing MA full wall\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallFlawless.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3162;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:74:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall10TTR.png\";s:5:\"title\";s:30:\"Triple Threat Racing full wall\";s:4:\"link\";s:74:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall10TTR.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3163;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:74:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall20TTR.png\";s:5:\"title\";s:35:\"Triple Threat Racing 20ft full wall\";s:4:\"link\";s:74:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall20TTR.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3496;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrtable.webp\";s:5:\"title\";s:22:\"KSR Wheels table cloth\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrtable.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3161;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:74:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fueltoinspire.jpg\";s:5:\"title\";s:27:\"Fuel to Inspire table cloth\";s:4:\"link\";s:74:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fueltoinspire.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3495;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrflag.webp\";s:5:\"title\";s:19:\"KSR Wheels 9ft flag\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrflag.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3493;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:73:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/carerentals.webp\";s:5:\"title\";s:31:\"Care Equipment rentals 7ft flag\";s:4:\"link\";s:73:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/carerentals.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3492;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/carelandscapesupply.webp\";s:5:\"title\";s:40:\"Care Equipment landscape supply 7ft flag\";s:4:\"link\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/carelandscapesupply.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3491;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:76:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/careexcavation.webp\";s:5:\"title\";s:24:\"Care Excavation 7ft flag\";s:4:\"link\";s:76:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/careexcavation.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}}i:3010;a:3:{s:2:\"id\";i:3010;s:6:\"config\";a:88:{s:4:\"type\";s:7:\"default\";s:6:\"layout\";s:9:\"automatic\";s:7:\"columns\";s:1:\"0\";s:13:\"gallery_theme\";s:4:\"base\";s:17:\"justified_margins\";i:1;s:18:\"justified_last_row\";s:9:\"nojustify\";s:12:\"lazy_loading\";i:1;s:18:\"lazy_loading_delay\";i:500;s:6:\"gutter\";i:1;s:13:\"gutter_mobile\";i:0;s:6:\"margin\";i:1;s:10:\"image_size\";s:7:\"default\";s:11:\"square_size\";i:300;s:10:\"crop_width\";i:640;s:11:\"crop_height\";i:480;s:4:\"crop\";i:0;s:13:\"crop_position\";s:1:\"c\";s:14:\"show_more_text\";s:14:\"Click for more\";s:17:\"additional_copy_0\";i:0;s:21:\"additional_copy_title\";i:0;s:23:\"additional_copy_caption\";i:0;s:29:\"additional_copy_title_caption\";i:0;s:24:\"additional_copy_0_mobile\";i:0;s:28:\"additional_copy_title_mobile\";i:0;s:30:\"additional_copy_caption_mobile\";i:0;s:36:\"additional_copy_title_caption_mobile\";i:0;s:28:\"gallery_column_title_caption\";s:1:\"0\";s:35:\"gallery_column_title_caption_mobile\";s:1:\"0\";s:27:\"additional_copy_automatic_0\";i:0;s:31:\"additional_copy_automatic_title\";i:0;s:33:\"additional_copy_automatic_caption\";i:0;s:39:\"additional_copy_automatic_title_caption\";i:0;s:34:\"additional_copy_automatic_0_mobile\";i:0;s:38:\"additional_copy_automatic_title_mobile\";i:0;s:40:\"additional_copy_automatic_caption_mobile\";i:0;s:46:\"additional_copy_automatic_title_caption_mobile\";i:0;s:31:\"gallery_automatic_title_caption\";s:1:\"0\";s:38:\"gallery_automatic_title_caption_mobile\";s:1:\"0\";s:20:\"justified_row_height\";i:100;s:20:\"description_position\";s:1:\"0\";s:11:\"description\";s:0:\"\";s:6:\"random\";s:1:\"0\";s:10:\"sort_order\";s:1:\"0\";s:17:\"sorting_direction\";s:3:\"ASC\";s:18:\"image_sizes_random\";a:0:{}s:7:\"isotope\";i:0;s:16:\"lightbox_enabled\";i:1;s:20:\"gallery_link_enabled\";i:1;s:14:\"lightbox_theme\";s:9:\"base_dark\";s:19:\"lightbox_image_size\";s:7:\"default\";s:13:\"title_display\";s:5:\"float\";s:22:\"lightbox_title_caption\";s:5:\"title\";s:6:\"arrows\";i:1;s:15:\"arrows_position\";s:6:\"inside\";s:7:\"toolbar\";i:0;s:13:\"toolbar_title\";i:0;s:16:\"toolbar_position\";s:3:\"top\";s:4:\"loop\";i:1;s:26:\"lightbox_open_close_effect\";s:4:\"fade\";s:6:\"effect\";s:4:\"fade\";s:9:\"supersize\";i:0;s:17:\"thumbnails_toggle\";i:0;s:15:\"thumbnails_hide\";i:0;s:13:\"image_counter\";i:0;s:21:\"lightbox_html_caption\";i:0;s:10:\"thumbnails\";i:1;s:16:\"thumbnails_width\";i:75;s:17:\"thumbnails_height\";i:50;s:19:\"thumbnails_position\";s:6:\"bottom\";s:22:\"thumbnails_custom_size\";i:0;s:6:\"mobile\";i:1;s:12:\"mobile_width\";i:320;s:13:\"mobile_height\";i:240;s:15:\"mobile_lightbox\";i:1;s:27:\"mobile_gallery_link_enabled\";i:0;s:13:\"mobile_arrows\";i:1;s:14:\"mobile_toolbar\";i:1;s:17:\"mobile_thumbnails\";i:1;s:22:\"mobile_touchwipe_close\";i:0;s:23:\"mobile_thumbnails_width\";i:75;s:24:\"mobile_thumbnails_height\";i:50;s:27:\"mobile_justified_row_height\";i:80;s:8:\"keyboard\";b:1;s:19:\"standalone_template\";s:0:\"\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"rtl\";i:0;s:4:\"slug\";s:14:\"our-work-wraps\";s:5:\"title\";s:22:\"Our Work &#8211; Wraps\";}s:7:\"gallery\";a:101:{i:3148;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3812.jpg\";s:5:\"title\";s:8:\"IMG_3812\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3812.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3147;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3845.jpg\";s:5:\"title\";s:8:\"IMG_3845\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3845.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3146;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3846.jpg\";s:5:\"title\";s:8:\"IMG_3846\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3846.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3145;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3897.jpg\";s:5:\"title\";s:8:\"IMG_3897\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3897.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3143;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.jpg\";s:5:\"title\";s:8:\"IMG_3948\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3141;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3960.jpg\";s:5:\"title\";s:8:\"IMG_3960\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3960.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3140;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3966.jpg\";s:5:\"title\";s:8:\"IMG_3966\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3966.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3139;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4020.jpg\";s:5:\"title\";s:8:\"IMG_4020\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4020.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3138;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.jpg\";s:5:\"title\";s:8:\"IMG_4021\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3137;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4035.jpg\";s:5:\"title\";s:8:\"IMG_4035\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4035.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3136;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4036.jpg\";s:5:\"title\";s:8:\"IMG_4036\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4036.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3135;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4054.jpg\";s:5:\"title\";s:8:\"IMG_4054\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4054.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3134;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.jpg\";s:5:\"title\";s:8:\"IMG_4055\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3133;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.jpg\";s:5:\"title\";s:8:\"IMG_4071\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3132;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2560.jpg\";s:5:\"title\";s:8:\"IMG_2560\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2560.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3131;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9439.jpg\";s:5:\"title\";s:8:\"IMG_9439\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9439.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3130;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.jpg\";s:5:\"title\";s:8:\"IMG_8009\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3129;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7456.jpg\";s:5:\"title\";s:8:\"IMG_7456\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7456.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3128;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.jpg\";s:5:\"title\";s:8:\"IMG_7455\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3127;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7447.jpg\";s:5:\"title\";s:8:\"IMG_7447\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7447.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3126;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.jpg\";s:5:\"title\";s:8:\"IMG_7307\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3125;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7301.jpg\";s:5:\"title\";s:8:\"IMG_7301\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7301.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3124;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.jpg\";s:5:\"title\";s:8:\"IMG_7207\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3123;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7204.jpg\";s:5:\"title\";s:8:\"IMG_7204\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7204.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3122;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7042.jpg\";s:5:\"title\";s:8:\"IMG_7042\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7042.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3121;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_6976.jpg\";s:5:\"title\";s:8:\"IMG_6976\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_6976.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3120;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4031.jpg\";s:5:\"title\";s:8:\"IMG_4031\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4031.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3119;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3619.jpg\";s:5:\"title\";s:8:\"IMG_3619\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3619.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3118;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3617.jpg\";s:5:\"title\";s:8:\"IMG_3617\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3617.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3117;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3305.jpg\";s:5:\"title\";s:8:\"IMG_3305\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3305.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3116;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3223.jpg\";s:5:\"title\";s:8:\"IMG_3223\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3223.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3115;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.jpg\";s:5:\"title\";s:8:\"IMG_3222\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3114;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.jpg\";s:5:\"title\";s:8:\"IMG_3120\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3113;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3064.jpg\";s:5:\"title\";s:8:\"IMG_3064\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3064.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3112;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3062.jpg\";s:5:\"title\";s:8:\"IMG_3062\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3062.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3111;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2559.jpg\";s:5:\"title\";s:8:\"IMG_2559\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2559.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3110;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.jpg\";s:5:\"title\";s:8:\"IMG_1961\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3109;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1797.jpg\";s:5:\"title\";s:8:\"IMG_1797\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1797.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3108;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.jpg\";s:5:\"title\";s:8:\"IMG_1796\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3107;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1011.jpg\";s:5:\"title\";s:8:\"IMG_1011\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1011.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3106;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1010.jpg\";s:5:\"title\";s:8:\"IMG_1010\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1010.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3105;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.jpg\";s:5:\"title\";s:8:\"IMG_1009\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3104;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.jpg\";s:5:\"title\";s:8:\"IMG_0698\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3103;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0696.jpg\";s:5:\"title\";s:8:\"IMG_0696\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0696.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3102;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/68470976_1346433938856221_3994837700069818368_n.jpg\";s:5:\"title\";s:47:\"68470976_1346433938856221_3994837700069818368_n\";s:4:\"link\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/68470976_1346433938856221_3994837700069818368_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3101;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/67738814_2380243855588700_6910048023540137984_n.jpg\";s:5:\"title\";s:47:\"67738814_2380243855588700_6910048023540137984_n\";s:4:\"link\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/67738814_2380243855588700_6910048023540137984_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3100;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/29964D3A-B203-4E30-95AE-9483EC6B8490.jpg\";s:5:\"title\";s:36:\"29964D3A-B203-4E30-95AE-9483EC6B8490\";s:4:\"link\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/29964D3A-B203-4E30-95AE-9483EC6B8490.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3099;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.jpg\";s:5:\"title\";s:36:\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\";s:4:\"link\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3098;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2121-1.jpg\";s:5:\"title\";s:8:\"IMG_2121\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2121-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3071;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2123.jpg\";s:5:\"title\";s:8:\"IMG_2123\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2123.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3097;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7488-1.jpg\";s:5:\"title\";s:8:\"IMG_7488\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7488-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3096;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7489-1.jpg\";s:5:\"title\";s:8:\"IMG_7489\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7489-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3095;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7491-1.jpg\";s:5:\"title\";s:8:\"IMG_7491\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7491-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3094;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7492-1.jpg\";s:5:\"title\";s:8:\"IMG_7492\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7492-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3093;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4544-1.jpg\";s:5:\"title\";s:8:\"IMG_4544\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4544-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3059;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4542.jpg\";s:5:\"title\";s:8:\"IMG_4542\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4542.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3055;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4972e.jpg\";s:5:\"title\";s:9:\"IMG_4972e\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4972e.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3092;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4973-1.jpg\";s:5:\"title\";s:8:\"IMG_4973\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4973-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3091;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4974-1.jpg\";s:5:\"title\";s:8:\"IMG_4974\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4974-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3090;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4995-1.jpg\";s:5:\"title\";s:8:\"IMG_4995\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4995-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3089;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3246-1.jpg\";s:5:\"title\";s:8:\"IMG_3246\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3246-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3088;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5601-1.jpg\";s:5:\"title\";s:8:\"IMG_5601\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5601-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3087;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.jpg\";s:5:\"title\";s:8:\"IMG_2698\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3086;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3053-1.jpg\";s:5:\"title\";s:8:\"IMG_3053\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3053-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3085;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3616-1.jpg\";s:5:\"title\";s:8:\"IMG_3616\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3616-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3083;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1482.jpg\";s:5:\"title\";s:8:\"IMG_1482\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1482.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3081;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1490.jpg\";s:5:\"title\";s:8:\"IMG_1490\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1490.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3077;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1680e.jpg\";s:5:\"title\";s:9:\"IMG_1680e\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1680e.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3061;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3854.jpg\";s:5:\"title\";s:8:\"IMG_3854\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3854.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3046;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3855-rotated.jpg\";s:5:\"title\";s:8:\"IMG_3855\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3855-rotated.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3060;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3920e.jpg\";s:5:\"title\";s:9:\"IMG_3920e\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3920e.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3056;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4572e.jpg\";s:5:\"title\";s:9:\"IMG_4572e\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4572e.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3049;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4993e.jpg\";s:5:\"title\";s:9:\"IMG_4993e\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4993e.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3047;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5155.jpg\";s:5:\"title\";s:8:\"IMG_5155\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5155.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3044;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5504e.jpg\";s:5:\"title\";s:9:\"IMG_5504e\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5504e.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3067;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/NHJZ5355.jpg\";s:5:\"title\";s:8:\"NHJZ5355\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/NHJZ5355.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3042;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5644.jpg\";s:5:\"title\";s:8:\"IMG_5644\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5644.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3041;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5645.jpg\";s:5:\"title\";s:8:\"IMG_5645\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5645.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3040;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3244.jpg\";s:5:\"title\";s:8:\"IMG_3244\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3244.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3038;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8489.jpg\";s:5:\"title\";s:8:\"IMG_8489\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8489.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3037;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8611.jpg\";s:5:\"title\";s:8:\"IMG_8611\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8611.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3036;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9395.jpg\";s:5:\"title\";s:8:\"IMG_9395\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9395.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3035;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9445.jpg\";s:5:\"title\";s:8:\"IMG_9445\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9445.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3034;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9446.jpg\";s:5:\"title\";s:8:\"IMG_9446\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9446.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3033;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9576.jpg\";s:5:\"title\";s:8:\"IMG_9576\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9576.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3032;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9777.jpg\";s:5:\"title\";s:8:\"IMG_9777\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9777.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3031;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9781.jpg\";s:5:\"title\";s:8:\"IMG_9781\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9781.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3030;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.jpg\";s:5:\"title\";s:36:\"75D4E00F-F35A-4C86-A1D1-D5BAC411BECF\";s:4:\"link\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3029;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.jpg\";s:5:\"title\";s:36:\"72D9BE60-918C-4B4B-9C3A-4898D7D2E51D\";s:4:\"link\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3028;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/F2351C4C-F4D9-480F-9934-083F6DFCE40A.jpg\";s:5:\"title\";s:36:\"F2351C4C-F4D9-480F-9934-083F6DFCE40A\";s:4:\"link\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/F2351C4C-F4D9-480F-9934-083F6DFCE40A.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3027;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.jpg\";s:5:\"title\";s:36:\"E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1\";s:4:\"link\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3025;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/07AA5C2A-CBF0-4E74-9708-3305125E5505.jpg\";s:5:\"title\";s:36:\"07AA5C2A-CBF0-4E74-9708-3305125E5505\";s:4:\"link\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/07AA5C2A-CBF0-4E74-9708-3305125E5505.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3024;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/4C97A568-D52D-416B-A98C-57FE57513540.jpg\";s:5:\"title\";s:36:\"4C97A568-D52D-416B-A98C-57FE57513540\";s:4:\"link\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/4C97A568-D52D-416B-A98C-57FE57513540.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3023;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.jpg\";s:5:\"title\";s:8:\"IMG_2556\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3020;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2741.jpg\";s:5:\"title\";s:8:\"IMG_2741\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2741.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3016;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3128.jpg\";s:5:\"title\";s:8:\"IMG_3128\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3128.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3014;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9457.jpg\";s:5:\"title\";s:8:\"IMG_9457\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9457.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3013;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9456.jpg\";s:5:\"title\";s:8:\"IMG_9456\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9456.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3012;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9453.jpg\";s:5:\"title\";s:8:\"IMG_9453\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9453.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3011;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9452.jpg\";s:5:\"title\";s:8:\"IMG_9452\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9452.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3084;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9451.jpg\";s:5:\"title\";s:8:\"IMG_9451\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9451.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}}i:2947;a:3:{s:2:\"id\";i:2947;s:7:\"gallery\";a:46:{i:3008;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/437148274_742504491362521_7065599385733258382_n.jpg\";s:5:\"title\";s:47:\"437148274_742504491362521_7065599385733258382_n\";s:4:\"link\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/437148274_742504491362521_7065599385733258382_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3007;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:109:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/504489709_17885899926279969_177754631791483776_n.jpg\";s:5:\"title\";s:48:\"504489709_17885899926279969_177754631791483776_n\";s:4:\"link\";s:109:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/504489709_17885899926279969_177754631791483776_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3006;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:110:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/503284456_18509958433044190_7517990739271165788_n.jpg\";s:5:\"title\";s:49:\"503284456_18509958433044190_7517990739271165788_n\";s:4:\"link\";s:110:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/503284456_18509958433044190_7517990739271165788_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3005;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:109:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/498942563_18387584923142936_596123371765232778_n.jpg\";s:5:\"title\";s:48:\"498942563_18387584923142936_596123371765232778_n\";s:4:\"link\";s:109:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/498942563_18387584923142936_596123371765232778_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3004;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:110:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/497541595_18501294259001614_2598109448780506479_n.jpg\";s:5:\"title\";s:49:\"497541595_18501294259001614_2598109448780506479_n\";s:4:\"link\";s:110:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/497541595_18501294259001614_2598109448780506479_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3003;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:110:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/491442005_18510909595020751_7234922605167022337_n.jpg\";s:5:\"title\";s:49:\"491442005_18510909595020751_7234922605167022337_n\";s:4:\"link\";s:110:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/491442005_18510909595020751_7234922605167022337_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3002;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/488181926_644288625165545_5872832267448076159_n.jpg\";s:5:\"title\";s:47:\"488181926_644288625165545_5872832267448076159_n\";s:4:\"link\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/488181926_644288625165545_5872832267448076159_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3001;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:110:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/486213528_18495203686033581_4058816147006171820_n.jpg\";s:5:\"title\";s:49:\"486213528_18495203686033581_4058816147006171820_n\";s:4:\"link\";s:110:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/486213528_18495203686033581_4058816147006171820_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3000;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470902406_1231561204578289_151210119275735549_n.jpg\";s:5:\"title\";s:47:\"470902406_1231561204578289_151210119275735549_n\";s:4:\"link\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470902406_1231561204578289_151210119275735549_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2999;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:110:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470602685_18479309014047289_2606857417410813301_n.jpg\";s:5:\"title\";s:49:\"470602685_18479309014047289_2606857417410813301_n\";s:4:\"link\";s:110:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470602685_18479309014047289_2606857417410813301_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2998;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/455036619_857294589254265_4022265624524897411_n.jpg\";s:5:\"title\";s:47:\"455036619_857294589254265_4022265624524897411_n\";s:4:\"link\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/455036619_857294589254265_4022265624524897411_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2997;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:109:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/449859150_1194962441742133_6344605474599175091_n.jpg\";s:5:\"title\";s:48:\"449859150_1194962441742133_6344605474599175091_n\";s:4:\"link\";s:109:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/449859150_1194962441742133_6344605474599175091_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2996;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:110:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/447671102_18435710512058900_2002726956368915108_n.jpg\";s:5:\"title\";s:49:\"447671102_18435710512058900_2002726956368915108_n\";s:4:\"link\";s:110:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/447671102_18435710512058900_2002726956368915108_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2995;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445587699_786824676755447_6957098027536781905_n.jpg\";s:5:\"title\";s:47:\"445587699_786824676755447_6957098027536781905_n\";s:4:\"link\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445587699_786824676755447_6957098027536781905_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2994;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445175176_463852779535417_6180761558755325466_n.jpg\";s:5:\"title\";s:47:\"445175176_463852779535417_6180761558755325466_n\";s:4:\"link\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445175176_463852779535417_6180761558755325466_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2993;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5372-1.jpg\";s:5:\"title\";s:8:\"IMG_5372\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5372-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2992;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/VCYT6981.jpg\";s:5:\"title\";s:8:\"VCYT6981\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/VCYT6981.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2991;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PLSX7092.jpg\";s:5:\"title\";s:8:\"PLSX7092\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PLSX7092.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2990;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MTJR4755.jpg\";s:5:\"title\";s:8:\"MTJR4755\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MTJR4755.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2989;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MGLF7487.jpg\";s:5:\"title\";s:8:\"MGLF7487\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MGLF7487.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2988;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG-4317.jpg\";s:5:\"title\";s:8:\"IMG-4317\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG-4317.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2987;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9012.jpg\";s:5:\"title\";s:8:\"IMG_9012\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9012.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2986;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8907.jpg\";s:5:\"title\";s:8:\"IMG_8907\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8907.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2984;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4927.jpg\";s:5:\"title\";s:8:\"IMG_4927\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4927.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2983;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4900.jpg\";s:5:\"title\";s:8:\"IMG_4900\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4900.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2982;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4541.jpg\";s:5:\"title\";s:8:\"IMG_4541\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4541.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2978;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2833.jpg\";s:5:\"title\";s:8:\"IMG_2833\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2833.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2977;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2832.jpg\";s:5:\"title\";s:8:\"IMG_2832\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2832.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2976;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2831.jpg\";s:5:\"title\";s:8:\"IMG_2831\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2831.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2973;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2659.png\";s:5:\"title\";s:8:\"IMG_2659\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2659.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2970;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1989.jpg\";s:5:\"title\";s:8:\"IMG_1989\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1989.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2968;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1734.jpg\";s:5:\"title\";s:8:\"IMG_1734\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1734.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2966;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1104.jpg\";s:5:\"title\";s:8:\"IMG_1104\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1104.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2965;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1097.jpg\";s:5:\"title\";s:8:\"IMG_1097\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1097.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2964;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1095.jpg\";s:5:\"title\";s:8:\"IMG_1095\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1095.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2963;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1089.jpg\";s:5:\"title\";s:8:\"IMG_1089\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1089.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2960;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1084.png\";s:5:\"title\";s:8:\"IMG_1084\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1084.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2959;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1079.jpg\";s:5:\"title\";s:8:\"IMG_1079\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1079.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2958;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0944.jpg\";s:5:\"title\";s:8:\"IMG_0944\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0944.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2957;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0501.jpg\";s:5:\"title\";s:10:\"Screenshot\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0501.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:10:\"Screenshot\";s:5:\"thumb\";s:0:\"\";}i:2954;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0498.jpg\";s:5:\"title\";s:10:\"Screenshot\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0498.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:10:\"Screenshot\";s:5:\"thumb\";s:0:\"\";}i:2953;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:106:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/87953997_230236561487320_861082269299769344_n.jpg\";s:5:\"title\";s:45:\"87953997_230236561487320_861082269299769344_n\";s:4:\"link\";s:106:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/87953997_230236561487320_861082269299769344_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2951;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/811871D3-C280-46D5-9DBC-589C4E700472.jpg\";s:5:\"title\";s:36:\"811871D3-C280-46D5-9DBC-589C4E700472\";s:4:\"link\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/811871D3-C280-46D5-9DBC-589C4E700472.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2950;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F.jpg\";s:5:\"title\";s:36:\"09002F42-61AF-4003-9CC1-C09F374AC11F\";s:4:\"link\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2949;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2.jpg\";s:5:\"title\";s:36:\"9BEACE47-192C-4771-87CB-55F3CD28C0E2\";s:4:\"link\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2948;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A.jpg\";s:5:\"title\";s:36:\"0A06FF3E-3164-4558-90E1-6547222E7B0A\";s:4:\"link\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}s:6:\"config\";a:88:{s:4:\"type\";s:7:\"default\";s:6:\"layout\";s:9:\"automatic\";s:7:\"columns\";s:1:\"0\";s:13:\"gallery_theme\";s:4:\"base\";s:17:\"justified_margins\";i:1;s:18:\"justified_last_row\";s:9:\"nojustify\";s:12:\"lazy_loading\";i:1;s:18:\"lazy_loading_delay\";i:500;s:6:\"gutter\";i:1;s:13:\"gutter_mobile\";i:0;s:6:\"margin\";i:1;s:10:\"image_size\";s:7:\"default\";s:11:\"square_size\";i:300;s:10:\"crop_width\";i:640;s:11:\"crop_height\";i:480;s:4:\"crop\";i:0;s:13:\"crop_position\";s:1:\"c\";s:14:\"show_more_text\";s:14:\"Click for more\";s:17:\"additional_copy_0\";i:0;s:21:\"additional_copy_title\";i:0;s:23:\"additional_copy_caption\";i:0;s:29:\"additional_copy_title_caption\";i:0;s:24:\"additional_copy_0_mobile\";i:0;s:28:\"additional_copy_title_mobile\";i:0;s:30:\"additional_copy_caption_mobile\";i:0;s:36:\"additional_copy_title_caption_mobile\";i:0;s:28:\"gallery_column_title_caption\";s:1:\"0\";s:35:\"gallery_column_title_caption_mobile\";s:1:\"0\";s:27:\"additional_copy_automatic_0\";i:0;s:31:\"additional_copy_automatic_title\";i:0;s:33:\"additional_copy_automatic_caption\";i:0;s:39:\"additional_copy_automatic_title_caption\";i:0;s:34:\"additional_copy_automatic_0_mobile\";i:0;s:38:\"additional_copy_automatic_title_mobile\";i:0;s:40:\"additional_copy_automatic_caption_mobile\";i:0;s:46:\"additional_copy_automatic_title_caption_mobile\";i:0;s:31:\"gallery_automatic_title_caption\";s:1:\"0\";s:38:\"gallery_automatic_title_caption_mobile\";s:1:\"0\";s:20:\"justified_row_height\";i:120;s:20:\"description_position\";s:1:\"0\";s:11:\"description\";s:0:\"\";s:6:\"random\";s:1:\"0\";s:10:\"sort_order\";s:1:\"0\";s:17:\"sorting_direction\";s:3:\"ASC\";s:18:\"image_sizes_random\";a:0:{}s:7:\"isotope\";i:0;s:16:\"lightbox_enabled\";i:1;s:20:\"gallery_link_enabled\";i:1;s:14:\"lightbox_theme\";s:9:\"base_dark\";s:19:\"lightbox_image_size\";s:7:\"default\";s:13:\"title_display\";s:5:\"float\";s:22:\"lightbox_title_caption\";s:5:\"title\";s:6:\"arrows\";i:1;s:15:\"arrows_position\";s:6:\"inside\";s:7:\"toolbar\";i:1;s:13:\"toolbar_title\";i:0;s:16:\"toolbar_position\";s:3:\"top\";s:4:\"loop\";i:1;s:26:\"lightbox_open_close_effect\";s:4:\"fade\";s:6:\"effect\";s:4:\"fade\";s:9:\"supersize\";i:0;s:17:\"thumbnails_toggle\";i:0;s:15:\"thumbnails_hide\";i:0;s:13:\"image_counter\";i:0;s:21:\"lightbox_html_caption\";i:0;s:10:\"thumbnails\";i:1;s:16:\"thumbnails_width\";i:75;s:17:\"thumbnails_height\";i:50;s:19:\"thumbnails_position\";s:6:\"bottom\";s:22:\"thumbnails_custom_size\";i:0;s:6:\"mobile\";i:1;s:12:\"mobile_width\";i:320;s:13:\"mobile_height\";i:240;s:15:\"mobile_lightbox\";i:1;s:27:\"mobile_gallery_link_enabled\";i:0;s:13:\"mobile_arrows\";i:1;s:14:\"mobile_toolbar\";i:1;s:17:\"mobile_thumbnails\";i:1;s:22:\"mobile_touchwipe_close\";i:0;s:23:\"mobile_thumbnails_width\";i:75;s:24:\"mobile_thumbnails_height\";i:50;s:27:\"mobile_justified_row_height\";i:80;s:8:\"keyboard\";b:1;s:19:\"standalone_template\";s:0:\"\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"rtl\";i:0;s:4:\"slug\";s:14:\"our-work-bikes\";s:5:\"title\";s:22:\"Our Work &#8211; Bikes\";}}i:2832;a:3:{s:2:\"id\";i:2832;s:6:\"config\";a:88:{s:4:\"type\";s:7:\"default\";s:6:\"layout\";s:9:\"automatic\";s:7:\"columns\";s:1:\"0\";s:13:\"gallery_theme\";s:4:\"base\";s:17:\"justified_margins\";i:1;s:18:\"justified_last_row\";s:9:\"nojustify\";s:12:\"lazy_loading\";i:1;s:18:\"lazy_loading_delay\";i:500;s:6:\"gutter\";i:1;s:13:\"gutter_mobile\";i:0;s:6:\"margin\";i:1;s:10:\"image_size\";s:7:\"default\";s:11:\"square_size\";i:300;s:10:\"crop_width\";i:640;s:11:\"crop_height\";i:480;s:4:\"crop\";i:0;s:13:\"crop_position\";s:1:\"c\";s:14:\"show_more_text\";s:14:\"Click for more\";s:17:\"additional_copy_0\";i:0;s:21:\"additional_copy_title\";i:0;s:23:\"additional_copy_caption\";i:0;s:29:\"additional_copy_title_caption\";i:0;s:24:\"additional_copy_0_mobile\";i:0;s:28:\"additional_copy_title_mobile\";i:0;s:30:\"additional_copy_caption_mobile\";i:0;s:36:\"additional_copy_title_caption_mobile\";i:0;s:28:\"gallery_column_title_caption\";s:1:\"0\";s:35:\"gallery_column_title_caption_mobile\";s:1:\"0\";s:27:\"additional_copy_automatic_0\";i:0;s:31:\"additional_copy_automatic_title\";i:0;s:33:\"additional_copy_automatic_caption\";i:0;s:39:\"additional_copy_automatic_title_caption\";i:0;s:34:\"additional_copy_automatic_0_mobile\";i:0;s:38:\"additional_copy_automatic_title_mobile\";i:0;s:40:\"additional_copy_automatic_caption_mobile\";i:0;s:46:\"additional_copy_automatic_title_caption_mobile\";i:0;s:31:\"gallery_automatic_title_caption\";s:1:\"0\";s:38:\"gallery_automatic_title_caption_mobile\";s:1:\"0\";s:20:\"justified_row_height\";i:100;s:20:\"description_position\";s:1:\"0\";s:11:\"description\";s:0:\"\";s:6:\"random\";s:1:\"0\";s:10:\"sort_order\";s:1:\"0\";s:17:\"sorting_direction\";s:3:\"ASC\";s:18:\"image_sizes_random\";a:0:{}s:7:\"isotope\";i:0;s:16:\"lightbox_enabled\";i:1;s:20:\"gallery_link_enabled\";i:1;s:14:\"lightbox_theme\";s:9:\"base_dark\";s:19:\"lightbox_image_size\";s:7:\"default\";s:13:\"title_display\";s:5:\"float\";s:22:\"lightbox_title_caption\";s:7:\"caption\";s:6:\"arrows\";i:1;s:15:\"arrows_position\";s:6:\"inside\";s:7:\"toolbar\";i:0;s:13:\"toolbar_title\";i:0;s:16:\"toolbar_position\";s:3:\"top\";s:4:\"loop\";i:1;s:26:\"lightbox_open_close_effect\";s:11:\"zoom-in-out\";s:6:\"effect\";s:11:\"zoom-in-out\";s:9:\"supersize\";i:0;s:17:\"thumbnails_toggle\";i:0;s:15:\"thumbnails_hide\";i:0;s:13:\"image_counter\";i:0;s:21:\"lightbox_html_caption\";i:0;s:10:\"thumbnails\";i:1;s:16:\"thumbnails_width\";i:75;s:17:\"thumbnails_height\";i:50;s:19:\"thumbnails_position\";s:6:\"bottom\";s:22:\"thumbnails_custom_size\";i:0;s:6:\"mobile\";i:1;s:12:\"mobile_width\";i:320;s:13:\"mobile_height\";i:240;s:15:\"mobile_lightbox\";i:1;s:27:\"mobile_gallery_link_enabled\";i:0;s:13:\"mobile_arrows\";i:1;s:14:\"mobile_toolbar\";i:1;s:17:\"mobile_thumbnails\";i:1;s:22:\"mobile_touchwipe_close\";i:0;s:23:\"mobile_thumbnails_width\";i:75;s:24:\"mobile_thumbnails_height\";i:50;s:27:\"mobile_justified_row_height\";i:80;s:8:\"keyboard\";b:1;s:19:\"standalone_template\";s:0:\"\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"rtl\";i:0;s:4:\"slug\";s:16:\"commercial-wraps\";s:5:\"title\";s:16:\"Commercial wraps\";}s:7:\"gallery\";a:28:{i:3087;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.webp\";s:5:\"title\";s:8:\"IMG_2698\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3134;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.webp\";s:5:\"title\";s:8:\"IMG_4055\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3133;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.webp\";s:5:\"title\";s:8:\"IMG_4071\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3138;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.webp\";s:5:\"title\";s:8:\"IMG_4021\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3579;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3142-scaled.webp\";s:5:\"title\";s:20:\"IMG_3142-scaled.webp\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3142-scaled.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3575;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3764-scaled.webp\";s:5:\"title\";s:20:\"IMG_3764-scaled.webp\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3764-scaled.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3574;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3785-scaled.webp\";s:5:\"title\";s:20:\"IMG_3785-scaled.webp\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3785-scaled.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3581;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3098-scaled.webp\";s:5:\"title\";s:20:\"IMG_3098-scaled.webp\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3098-scaled.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3587;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2868-scaled.webp\";s:5:\"title\";s:20:\"IMG_2868-scaled.webp\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2868-scaled.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3616;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0711-scaled.webp\";s:5:\"title\";s:20:\"IMG_0711-scaled.webp\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0711-scaled.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3615;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0799-scaled.webp\";s:5:\"title\";s:20:\"IMG_0799-scaled.webp\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0799-scaled.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3607;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1437-scaled.webp\";s:5:\"title\";s:20:\"IMG_1437-scaled.webp\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1437-scaled.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3606;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1471-scaled.webp\";s:5:\"title\";s:20:\"IMG_1471-scaled.webp\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1471-scaled.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3609;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-scaled.webp\";s:5:\"title\";s:20:\"IMG_1197-scaled.webp\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-scaled.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2860;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3649.jpg\";s:5:\"title\";s:8:\"IMG_3649\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3649.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2917;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2396-1.jpg\";s:5:\"title\";s:8:\"IMG_2396\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2396-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2916;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2404-1.jpg\";s:5:\"title\";s:8:\"IMG_2404\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2404-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2893;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7711.jpg\";s:5:\"title\";s:8:\"IMG_7711\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7711.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2878;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5605-1.jpg\";s:5:\"title\";s:8:\"IMG_5605\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5605-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2853;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3128.jpg\";s:5:\"title\";s:8:\"IMG_3128\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3128.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2877;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5505-1.jpg\";s:5:\"title\";s:8:\"IMG_5505\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5505-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2881;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6150-1.jpg\";s:5:\"title\";s:8:\"IMG_6150\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6150-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2879;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5644-1.jpg\";s:5:\"title\";s:8:\"IMG_5644\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5644-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2873;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4976-1.jpg\";s:5:\"title\";s:8:\"IMG_4976\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4976-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2870;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4344-1.jpg\";s:5:\"title\";s:8:\"IMG_4344\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4344-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2869;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3922-1.jpg\";s:5:\"title\";s:8:\"IMG_3922\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3922-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2849;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:99:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.jpg\";s:5:\"title\";s:36:\"564ED9D4-C180-4CCB-BD26-B5A05E95055A\";s:4:\"link\";s:99:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2857;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3325-1.jpg\";s:5:\"title\";s:8:\"IMG_3325\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3325-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}}i:2703;a:3:{s:2:\"id\";i:2703;s:7:\"gallery\";a:16:{i:2491;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:79:\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2741-1-edited.webp\";s:5:\"title\";s:8:\"IMG_2741\";s:4:\"link\";s:79:\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2741-1-edited.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2718;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3624.webp\";s:5:\"title\";s:8:\"IMG_3624\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3624.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2717;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3576.webp\";s:5:\"title\";s:8:\"IMG_3576\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3576.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2716;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3575.webp\";s:5:\"title\";s:8:\"IMG_3575\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3575.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2715;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3481.webp\";s:5:\"title\";s:8:\"IMG_3481\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3481.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2714;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3480.webp\";s:5:\"title\";s:8:\"IMG_3480\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3480.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2713;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3327.webp\";s:5:\"title\";s:8:\"IMG_3327\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3327.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2712;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2849.webp\";s:5:\"title\";s:8:\"IMG_2849\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2849.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2710;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2470.webp\";s:5:\"title\";s:8:\"IMG_2470\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2470.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2709;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2469.webp\";s:5:\"title\";s:8:\"IMG_2469\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2469.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2708;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2390.webp\";s:5:\"title\";s:8:\"IMG_2390\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2390.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2707;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1916.webp\";s:5:\"title\";s:8:\"IMG_1916\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1916.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2706;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0470.webp\";s:5:\"title\";s:8:\"IMG_0470\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0470.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2705;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0456.webp\";s:5:\"title\";s:8:\"IMG_0456\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0456.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2704;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/A7401195.webp\";s:5:\"title\";s:8:\"A7401195\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/A7401195.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2719;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0450.webp\";s:5:\"title\";s:8:\"IMG_0450\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0450.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}s:6:\"config\";a:88:{s:4:\"type\";s:7:\"default\";s:6:\"layout\";s:9:\"automatic\";s:7:\"columns\";s:1:\"0\";s:13:\"gallery_theme\";s:4:\"base\";s:17:\"justified_margins\";i:1;s:18:\"justified_last_row\";s:9:\"nojustify\";s:12:\"lazy_loading\";i:1;s:18:\"lazy_loading_delay\";i:500;s:6:\"gutter\";i:1;s:13:\"gutter_mobile\";i:0;s:6:\"margin\";i:1;s:10:\"image_size\";s:7:\"default\";s:11:\"square_size\";i:300;s:10:\"crop_width\";i:640;s:11:\"crop_height\";i:480;s:4:\"crop\";i:0;s:13:\"crop_position\";s:1:\"c\";s:14:\"show_more_text\";s:14:\"Click for more\";s:17:\"additional_copy_0\";i:0;s:21:\"additional_copy_title\";i:0;s:23:\"additional_copy_caption\";i:0;s:29:\"additional_copy_title_caption\";i:0;s:24:\"additional_copy_0_mobile\";i:0;s:28:\"additional_copy_title_mobile\";i:0;s:30:\"additional_copy_caption_mobile\";i:0;s:36:\"additional_copy_title_caption_mobile\";i:0;s:28:\"gallery_column_title_caption\";s:1:\"0\";s:35:\"gallery_column_title_caption_mobile\";s:1:\"0\";s:27:\"additional_copy_automatic_0\";i:0;s:31:\"additional_copy_automatic_title\";i:0;s:33:\"additional_copy_automatic_caption\";i:0;s:39:\"additional_copy_automatic_title_caption\";i:0;s:34:\"additional_copy_automatic_0_mobile\";i:0;s:38:\"additional_copy_automatic_title_mobile\";i:0;s:40:\"additional_copy_automatic_caption_mobile\";i:0;s:46:\"additional_copy_automatic_title_caption_mobile\";i:0;s:31:\"gallery_automatic_title_caption\";s:1:\"0\";s:38:\"gallery_automatic_title_caption_mobile\";s:1:\"0\";s:20:\"justified_row_height\";i:150;s:20:\"description_position\";s:1:\"0\";s:11:\"description\";s:0:\"\";s:6:\"random\";s:1:\"0\";s:10:\"sort_order\";s:1:\"0\";s:17:\"sorting_direction\";s:3:\"ASC\";s:18:\"image_sizes_random\";a:0:{}s:7:\"isotope\";i:0;s:16:\"lightbox_enabled\";i:1;s:20:\"gallery_link_enabled\";i:1;s:14:\"lightbox_theme\";s:9:\"base_dark\";s:19:\"lightbox_image_size\";s:7:\"default\";s:13:\"title_display\";s:5:\"float\";s:22:\"lightbox_title_caption\";s:5:\"title\";s:6:\"arrows\";i:1;s:15:\"arrows_position\";s:6:\"inside\";s:7:\"toolbar\";i:0;s:13:\"toolbar_title\";i:0;s:16:\"toolbar_position\";s:3:\"top\";s:4:\"loop\";i:1;s:26:\"lightbox_open_close_effect\";s:4:\"fade\";s:6:\"effect\";s:4:\"fade\";s:9:\"supersize\";i:0;s:17:\"thumbnails_toggle\";i:0;s:15:\"thumbnails_hide\";i:0;s:13:\"image_counter\";i:0;s:21:\"lightbox_html_caption\";i:0;s:10:\"thumbnails\";i:1;s:16:\"thumbnails_width\";i:75;s:17:\"thumbnails_height\";i:50;s:19:\"thumbnails_position\";s:6:\"bottom\";s:22:\"thumbnails_custom_size\";i:0;s:6:\"mobile\";i:1;s:12:\"mobile_width\";i:320;s:13:\"mobile_height\";i:240;s:15:\"mobile_lightbox\";i:1;s:27:\"mobile_gallery_link_enabled\";i:0;s:13:\"mobile_arrows\";i:1;s:14:\"mobile_toolbar\";i:1;s:17:\"mobile_thumbnails\";i:1;s:22:\"mobile_touchwipe_close\";i:0;s:23:\"mobile_thumbnails_width\";i:75;s:24:\"mobile_thumbnails_height\";i:50;s:27:\"mobile_justified_row_height\";i:80;s:8:\"keyboard\";b:1;s:19:\"standalone_template\";s:0:\"\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"rtl\";i:0;s:4:\"slug\";s:14:\"window-tinting\";s:5:\"title\";s:14:\"Window tinting\";}}i:2620;a:3:{s:2:\"id\";i:2620;s:6:\"config\";a:88:{s:4:\"type\";s:7:\"default\";s:6:\"layout\";s:9:\"automatic\";s:7:\"columns\";s:1:\"0\";s:13:\"gallery_theme\";s:4:\"base\";s:17:\"justified_margins\";i:1;s:18:\"justified_last_row\";s:9:\"nojustify\";s:12:\"lazy_loading\";i:1;s:18:\"lazy_loading_delay\";i:500;s:6:\"gutter\";i:1;s:13:\"gutter_mobile\";i:0;s:6:\"margin\";i:1;s:10:\"image_size\";s:7:\"default\";s:11:\"square_size\";i:300;s:10:\"crop_width\";i:640;s:11:\"crop_height\";i:480;s:4:\"crop\";i:0;s:13:\"crop_position\";s:1:\"c\";s:14:\"show_more_text\";s:14:\"Click for more\";s:17:\"additional_copy_0\";i:0;s:21:\"additional_copy_title\";i:0;s:23:\"additional_copy_caption\";i:0;s:29:\"additional_copy_title_caption\";i:0;s:24:\"additional_copy_0_mobile\";i:0;s:28:\"additional_copy_title_mobile\";i:0;s:30:\"additional_copy_caption_mobile\";i:0;s:36:\"additional_copy_title_caption_mobile\";i:0;s:28:\"gallery_column_title_caption\";s:1:\"0\";s:35:\"gallery_column_title_caption_mobile\";s:1:\"0\";s:27:\"additional_copy_automatic_0\";i:0;s:31:\"additional_copy_automatic_title\";i:0;s:33:\"additional_copy_automatic_caption\";i:0;s:39:\"additional_copy_automatic_title_caption\";i:0;s:34:\"additional_copy_automatic_0_mobile\";i:0;s:38:\"additional_copy_automatic_title_mobile\";i:0;s:40:\"additional_copy_automatic_caption_mobile\";i:0;s:46:\"additional_copy_automatic_title_caption_mobile\";i:0;s:31:\"gallery_automatic_title_caption\";s:1:\"0\";s:38:\"gallery_automatic_title_caption_mobile\";s:1:\"0\";s:20:\"justified_row_height\";i:110;s:20:\"description_position\";s:1:\"0\";s:11:\"description\";s:0:\"\";s:6:\"random\";s:1:\"0\";s:10:\"sort_order\";s:1:\"0\";s:17:\"sorting_direction\";s:3:\"ASC\";s:18:\"image_sizes_random\";a:0:{}s:7:\"isotope\";i:0;s:16:\"lightbox_enabled\";i:1;s:20:\"gallery_link_enabled\";i:1;s:14:\"lightbox_theme\";s:9:\"base_dark\";s:19:\"lightbox_image_size\";s:7:\"default\";s:13:\"title_display\";s:5:\"float\";s:22:\"lightbox_title_caption\";s:5:\"title\";s:6:\"arrows\";i:1;s:15:\"arrows_position\";s:6:\"inside\";s:7:\"toolbar\";i:0;s:13:\"toolbar_title\";i:0;s:16:\"toolbar_position\";s:3:\"top\";s:4:\"loop\";i:1;s:26:\"lightbox_open_close_effect\";s:4:\"fade\";s:6:\"effect\";s:4:\"fade\";s:9:\"supersize\";i:0;s:17:\"thumbnails_toggle\";i:0;s:15:\"thumbnails_hide\";i:0;s:13:\"image_counter\";i:0;s:21:\"lightbox_html_caption\";i:0;s:10:\"thumbnails\";i:1;s:16:\"thumbnails_width\";i:75;s:17:\"thumbnails_height\";i:50;s:19:\"thumbnails_position\";s:6:\"bottom\";s:22:\"thumbnails_custom_size\";i:0;s:6:\"mobile\";i:1;s:12:\"mobile_width\";i:320;s:13:\"mobile_height\";i:240;s:15:\"mobile_lightbox\";i:1;s:27:\"mobile_gallery_link_enabled\";i:0;s:13:\"mobile_arrows\";i:1;s:14:\"mobile_toolbar\";i:1;s:17:\"mobile_thumbnails\";i:1;s:22:\"mobile_touchwipe_close\";i:0;s:23:\"mobile_thumbnails_width\";i:75;s:24:\"mobile_thumbnails_height\";i:50;s:27:\"mobile_justified_row_height\";i:80;s:8:\"keyboard\";b:1;s:19:\"standalone_template\";s:0:\"\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"rtl\";i:0;s:4:\"slug\";s:10:\"full-wraps\";s:5:\"title\";s:10:\"Full wraps\";}s:7:\"gallery\";a:18:{i:3410;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9440.webp\";s:5:\"title\";s:8:\"IMG_9440\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9440.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3412;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0785.webp\";s:5:\"title\";s:8:\"IMG_0785\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0785.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3143;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.webp\";s:5:\"title\";s:8:\"IMG_3948\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3142;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3959-scaled.webp\";s:5:\"title\";s:8:\"IMG_3959\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3959-scaled.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3130;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.webp\";s:5:\"title\";s:8:\"IMG_8009\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3128;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.webp\";s:5:\"title\";s:8:\"IMG_7455\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3126;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.webp\";s:5:\"title\";s:8:\"IMG_7307\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3124;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.webp\";s:5:\"title\";s:8:\"IMG_7207\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3115;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.webp\";s:5:\"title\";s:8:\"IMG_3222\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3114;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.webp\";s:5:\"title\";s:8:\"IMG_3120\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3110;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.webp\";s:5:\"title\";s:8:\"IMG_1961\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3108;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.webp\";s:5:\"title\";s:8:\"IMG_1796\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3105;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.webp\";s:5:\"title\";s:8:\"IMG_1009\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3104;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.webp\";s:5:\"title\";s:8:\"IMG_0698\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3099;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:98:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp\";s:5:\"title\";s:36:\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\";s:4:\"link\";s:98:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3023;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.webp\";s:5:\"title\";s:8:\"IMG_2556\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2638;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777.webp\";s:5:\"title\";s:8:\"IMG_9777\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:108;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/IMG_4031.webp\";s:5:\"title\";s:8:\"IMG_4031\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/IMG_4031.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}}i:2590;a:3:{s:2:\"id\";i:2590;s:7:\"gallery\";a:14:{i:2622;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247.jpg\";s:5:\"title\";s:8:\"IMG_3247\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2616;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272.jpg\";s:5:\"title\";s:8:\"IMG_3272\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2615;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014.jpg\";s:5:\"title\";s:8:\"IMG_3014\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2614;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962.jpg\";s:5:\"title\";s:8:\"IMG_2962\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2612;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733.jpg\";s:5:\"title\";s:8:\"IMG_2733\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2611;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122.jpg\";s:5:\"title\";s:8:\"IMG_2122\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2610;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753.jpg\";s:5:\"title\";s:8:\"IMG_1753\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2607;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159.jpg\";s:5:\"title\";s:8:\"IMG_0159\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2606;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395.jpg\";s:5:\"title\";s:8:\"IMG_9395\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2605;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984.jpg\";s:5:\"title\";s:8:\"IMG_8984\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2603;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222.jpg\";s:5:\"title\";s:8:\"IMG_8222\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2601;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495.jpg\";s:5:\"title\";s:8:\"IMG_7495\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2598;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985.jpg\";s:5:\"title\";s:8:\"IMG_6985\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2596;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969.jpg\";s:5:\"title\";s:8:\"IMG_5969\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}s:6:\"config\";a:88:{s:4:\"type\";s:7:\"default\";s:6:\"layout\";s:9:\"automatic\";s:7:\"columns\";s:1:\"0\";s:13:\"gallery_theme\";s:4:\"base\";s:17:\"justified_margins\";i:1;s:18:\"justified_last_row\";s:6:\"center\";s:12:\"lazy_loading\";i:1;s:18:\"lazy_loading_delay\";i:800;s:6:\"gutter\";i:1;s:13:\"gutter_mobile\";i:0;s:6:\"margin\";i:1;s:10:\"image_size\";s:7:\"default\";s:11:\"square_size\";i:300;s:10:\"crop_width\";i:640;s:11:\"crop_height\";i:480;s:4:\"crop\";i:0;s:13:\"crop_position\";s:1:\"c\";s:14:\"show_more_text\";s:14:\"Click for more\";s:17:\"additional_copy_0\";i:0;s:21:\"additional_copy_title\";i:0;s:23:\"additional_copy_caption\";i:0;s:29:\"additional_copy_title_caption\";i:0;s:24:\"additional_copy_0_mobile\";i:0;s:28:\"additional_copy_title_mobile\";i:0;s:30:\"additional_copy_caption_mobile\";i:0;s:36:\"additional_copy_title_caption_mobile\";i:0;s:28:\"gallery_column_title_caption\";s:1:\"0\";s:35:\"gallery_column_title_caption_mobile\";s:1:\"0\";s:27:\"additional_copy_automatic_0\";i:0;s:31:\"additional_copy_automatic_title\";i:0;s:33:\"additional_copy_automatic_caption\";i:0;s:39:\"additional_copy_automatic_title_caption\";i:0;s:34:\"additional_copy_automatic_0_mobile\";i:0;s:38:\"additional_copy_automatic_title_mobile\";i:0;s:40:\"additional_copy_automatic_caption_mobile\";i:0;s:46:\"additional_copy_automatic_title_caption_mobile\";i:0;s:31:\"gallery_automatic_title_caption\";s:1:\"0\";s:38:\"gallery_automatic_title_caption_mobile\";s:1:\"0\";s:20:\"justified_row_height\";i:110;s:20:\"description_position\";s:1:\"0\";s:11:\"description\";s:0:\"\";s:6:\"random\";s:1:\"0\";s:10:\"sort_order\";s:1:\"0\";s:17:\"sorting_direction\";s:3:\"ASC\";s:18:\"image_sizes_random\";a:0:{}s:7:\"isotope\";i:0;s:16:\"lightbox_enabled\";i:1;s:20:\"gallery_link_enabled\";i:1;s:14:\"lightbox_theme\";s:9:\"base_dark\";s:19:\"lightbox_image_size\";s:7:\"default\";s:13:\"title_display\";s:5:\"float\";s:22:\"lightbox_title_caption\";s:5:\"title\";s:6:\"arrows\";i:1;s:15:\"arrows_position\";s:6:\"inside\";s:7:\"toolbar\";i:0;s:13:\"toolbar_title\";i:0;s:16:\"toolbar_position\";s:3:\"top\";s:4:\"loop\";i:1;s:26:\"lightbox_open_close_effect\";s:4:\"fade\";s:6:\"effect\";s:4:\"fade\";s:9:\"supersize\";i:0;s:17:\"thumbnails_toggle\";i:0;s:15:\"thumbnails_hide\";i:0;s:13:\"image_counter\";i:0;s:21:\"lightbox_html_caption\";i:0;s:10:\"thumbnails\";i:1;s:16:\"thumbnails_width\";i:75;s:17:\"thumbnails_height\";i:50;s:19:\"thumbnails_position\";s:6:\"bottom\";s:22:\"thumbnails_custom_size\";i:0;s:6:\"mobile\";i:1;s:12:\"mobile_width\";i:320;s:13:\"mobile_height\";i:240;s:15:\"mobile_lightbox\";i:1;s:27:\"mobile_gallery_link_enabled\";i:0;s:13:\"mobile_arrows\";i:1;s:14:\"mobile_toolbar\";i:1;s:17:\"mobile_thumbnails\";i:1;s:22:\"mobile_touchwipe_close\";i:0;s:23:\"mobile_thumbnails_width\";i:75;s:24:\"mobile_thumbnails_height\";i:50;s:27:\"mobile_justified_row_height\";i:80;s:8:\"keyboard\";b:1;s:19:\"standalone_template\";s:0:\"\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"rtl\";i:0;s:4:\"slug\";s:13:\"partial-wraps\";s:5:\"title\";s:13:\"Partial wraps\";}}i:2530;a:3:{s:2:\"id\";i:2530;s:7:\"gallery\";a:13:{i:2819;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7731-scaled.webp\";s:5:\"title\";s:8:\"IMG_7731\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7731-scaled.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2592;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3275.webp\";s:5:\"title\";s:8:\"IMG_3275\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3275.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2594;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3477.webp\";s:5:\"title\";s:8:\"IMG_3477\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3477.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2591;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-1.webp\";s:5:\"title\";s:8:\"IMG_3274\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-1.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2587;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-1.webp\";s:5:\"title\";s:8:\"IMG_6894\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-1.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2586;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-1.webp\";s:5:\"title\";s:8:\"IMG_6892\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-1.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2585;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-1.webp\";s:5:\"title\";s:8:\"IMG_6873\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-1.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2584;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1.webp\";s:5:\"title\";s:8:\"IMG_6872\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2583;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435.webp\";s:5:\"title\";s:8:\"IMG_6435\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2582;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6097.webp\";s:5:\"title\";s:8:\"IMG_6097\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6097.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2581;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1.webp\";s:5:\"title\";s:8:\"IMG_6095\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2580;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1.webp\";s:5:\"title\";s:8:\"IMG_4576\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2579;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-1.webp\";s:5:\"title\";s:8:\"IMG_4573\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-1.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}s:6:\"config\";a:88:{s:4:\"type\";s:7:\"default\";s:7:\"columns\";s:1:\"0\";s:13:\"gallery_theme\";s:4:\"base\";s:10:\"crop_width\";i:640;s:11:\"crop_height\";i:480;s:4:\"crop\";i:0;s:17:\"justified_margins\";i:8;s:12:\"lazy_loading\";i:1;s:18:\"lazy_loading_delay\";i:800;s:6:\"gutter\";i:8;s:6:\"margin\";i:8;s:10:\"image_size\";s:7:\"default\";s:20:\"justified_row_height\";i:150;s:16:\"lightbox_enabled\";i:1;s:20:\"gallery_link_enabled\";i:0;s:14:\"lightbox_theme\";s:4:\"base\";s:19:\"lightbox_image_size\";s:7:\"default\";s:13:\"title_display\";s:5:\"float\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"rtl\";i:0;s:5:\"title\";s:14:\"Chrome deletes\";s:4:\"slug\";s:14:\"chrome-deletes\";s:6:\"layout\";s:9:\"automatic\";s:18:\"justified_last_row\";s:6:\"center\";s:13:\"gutter_mobile\";i:8;s:11:\"square_size\";i:300;s:13:\"crop_position\";s:1:\"c\";s:14:\"show_more_text\";s:14:\"Click for more\";s:17:\"additional_copy_0\";i:0;s:21:\"additional_copy_title\";i:0;s:23:\"additional_copy_caption\";i:0;s:29:\"additional_copy_title_caption\";i:0;s:24:\"additional_copy_0_mobile\";i:0;s:28:\"additional_copy_title_mobile\";i:0;s:30:\"additional_copy_caption_mobile\";i:0;s:36:\"additional_copy_title_caption_mobile\";i:0;s:28:\"gallery_column_title_caption\";s:1:\"0\";s:35:\"gallery_column_title_caption_mobile\";s:1:\"0\";s:27:\"additional_copy_automatic_0\";i:0;s:31:\"additional_copy_automatic_title\";i:0;s:33:\"additional_copy_automatic_caption\";i:0;s:39:\"additional_copy_automatic_title_caption\";i:0;s:34:\"additional_copy_automatic_0_mobile\";i:0;s:38:\"additional_copy_automatic_title_mobile\";i:0;s:40:\"additional_copy_automatic_caption_mobile\";i:0;s:46:\"additional_copy_automatic_title_caption_mobile\";i:0;s:31:\"gallery_automatic_title_caption\";s:1:\"0\";s:38:\"gallery_automatic_title_caption_mobile\";s:1:\"0\";s:20:\"description_position\";s:1:\"0\";s:11:\"description\";s:0:\"\";s:6:\"random\";s:1:\"0\";s:10:\"sort_order\";s:1:\"0\";s:17:\"sorting_direction\";s:3:\"ASC\";s:18:\"image_sizes_random\";a:0:{}s:7:\"isotope\";i:0;s:22:\"lightbox_title_caption\";s:5:\"title\";s:6:\"arrows\";i:1;s:15:\"arrows_position\";s:6:\"inside\";s:7:\"toolbar\";i:1;s:13:\"toolbar_title\";i:0;s:16:\"toolbar_position\";s:3:\"top\";s:4:\"loop\";i:1;s:26:\"lightbox_open_close_effect\";s:4:\"fade\";s:6:\"effect\";s:4:\"fade\";s:9:\"supersize\";i:0;s:17:\"thumbnails_toggle\";i:0;s:15:\"thumbnails_hide\";i:0;s:13:\"image_counter\";i:0;s:21:\"lightbox_html_caption\";i:0;s:10:\"thumbnails\";i:1;s:16:\"thumbnails_width\";i:0;s:17:\"thumbnails_height\";i:0;s:19:\"thumbnails_position\";s:6:\"bottom\";s:22:\"thumbnails_custom_size\";i:0;s:6:\"mobile\";i:1;s:12:\"mobile_width\";i:320;s:13:\"mobile_height\";i:240;s:15:\"mobile_lightbox\";i:1;s:27:\"mobile_gallery_link_enabled\";i:0;s:13:\"mobile_arrows\";i:1;s:14:\"mobile_toolbar\";i:1;s:17:\"mobile_thumbnails\";i:1;s:22:\"mobile_touchwipe_close\";i:0;s:23:\"mobile_thumbnails_width\";i:75;s:24:\"mobile_thumbnails_height\";i:240;s:27:\"mobile_justified_row_height\";i:80;s:8:\"keyboard\";b:1;s:19:\"standalone_template\";s:0:\"\";}}}','off'),(369078,'_transient_timeout__eg_cache_2832','1759585864','off'),(369079,'_transient__eg_cache_2832','a:3:{s:2:\"id\";i:2832;s:6:\"config\";a:88:{s:4:\"type\";s:7:\"default\";s:6:\"layout\";s:9:\"automatic\";s:7:\"columns\";s:1:\"0\";s:13:\"gallery_theme\";s:4:\"base\";s:17:\"justified_margins\";i:1;s:18:\"justified_last_row\";s:9:\"nojustify\";s:12:\"lazy_loading\";i:1;s:18:\"lazy_loading_delay\";i:500;s:6:\"gutter\";i:1;s:13:\"gutter_mobile\";i:0;s:6:\"margin\";i:1;s:10:\"image_size\";s:7:\"default\";s:11:\"square_size\";i:300;s:10:\"crop_width\";i:640;s:11:\"crop_height\";i:480;s:4:\"crop\";i:0;s:13:\"crop_position\";s:1:\"c\";s:14:\"show_more_text\";s:14:\"Click for more\";s:17:\"additional_copy_0\";i:0;s:21:\"additional_copy_title\";i:0;s:23:\"additional_copy_caption\";i:0;s:29:\"additional_copy_title_caption\";i:0;s:24:\"additional_copy_0_mobile\";i:0;s:28:\"additional_copy_title_mobile\";i:0;s:30:\"additional_copy_caption_mobile\";i:0;s:36:\"additional_copy_title_caption_mobile\";i:0;s:28:\"gallery_column_title_caption\";s:1:\"0\";s:35:\"gallery_column_title_caption_mobile\";s:1:\"0\";s:27:\"additional_copy_automatic_0\";i:0;s:31:\"additional_copy_automatic_title\";i:0;s:33:\"additional_copy_automatic_caption\";i:0;s:39:\"additional_copy_automatic_title_caption\";i:0;s:34:\"additional_copy_automatic_0_mobile\";i:0;s:38:\"additional_copy_automatic_title_mobile\";i:0;s:40:\"additional_copy_automatic_caption_mobile\";i:0;s:46:\"additional_copy_automatic_title_caption_mobile\";i:0;s:31:\"gallery_automatic_title_caption\";s:1:\"0\";s:38:\"gallery_automatic_title_caption_mobile\";s:1:\"0\";s:20:\"justified_row_height\";i:100;s:20:\"description_position\";s:1:\"0\";s:11:\"description\";s:0:\"\";s:6:\"random\";s:1:\"0\";s:10:\"sort_order\";s:1:\"0\";s:17:\"sorting_direction\";s:3:\"ASC\";s:18:\"image_sizes_random\";a:0:{}s:7:\"isotope\";i:0;s:16:\"lightbox_enabled\";i:1;s:20:\"gallery_link_enabled\";i:1;s:14:\"lightbox_theme\";s:9:\"base_dark\";s:19:\"lightbox_image_size\";s:7:\"default\";s:13:\"title_display\";s:5:\"float\";s:22:\"lightbox_title_caption\";s:7:\"caption\";s:6:\"arrows\";i:1;s:15:\"arrows_position\";s:6:\"inside\";s:7:\"toolbar\";i:0;s:13:\"toolbar_title\";i:0;s:16:\"toolbar_position\";s:3:\"top\";s:4:\"loop\";i:1;s:26:\"lightbox_open_close_effect\";s:11:\"zoom-in-out\";s:6:\"effect\";s:11:\"zoom-in-out\";s:9:\"supersize\";i:0;s:17:\"thumbnails_toggle\";i:0;s:15:\"thumbnails_hide\";i:0;s:13:\"image_counter\";i:0;s:21:\"lightbox_html_caption\";i:0;s:10:\"thumbnails\";i:1;s:16:\"thumbnails_width\";i:75;s:17:\"thumbnails_height\";i:50;s:19:\"thumbnails_position\";s:6:\"bottom\";s:22:\"thumbnails_custom_size\";i:0;s:6:\"mobile\";i:1;s:12:\"mobile_width\";i:320;s:13:\"mobile_height\";i:240;s:15:\"mobile_lightbox\";i:1;s:27:\"mobile_gallery_link_enabled\";i:0;s:13:\"mobile_arrows\";i:1;s:14:\"mobile_toolbar\";i:1;s:17:\"mobile_thumbnails\";i:1;s:22:\"mobile_touchwipe_close\";i:0;s:23:\"mobile_thumbnails_width\";i:75;s:24:\"mobile_thumbnails_height\";i:50;s:27:\"mobile_justified_row_height\";i:80;s:8:\"keyboard\";b:1;s:19:\"standalone_template\";s:0:\"\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"rtl\";i:0;s:4:\"slug\";s:16:\"commercial-wraps\";s:5:\"title\";s:0:\"\";}s:7:\"gallery\";a:28:{i:3087;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.webp\";s:5:\"title\";s:8:\"IMG_2698\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3134;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.webp\";s:5:\"title\";s:8:\"IMG_4055\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3133;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.webp\";s:5:\"title\";s:8:\"IMG_4071\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3138;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.webp\";s:5:\"title\";s:8:\"IMG_4021\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3579;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3142-scaled.webp\";s:5:\"title\";s:20:\"IMG_3142-scaled.webp\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3142-scaled.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3575;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3764-scaled.webp\";s:5:\"title\";s:20:\"IMG_3764-scaled.webp\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3764-scaled.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3574;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3785-scaled.webp\";s:5:\"title\";s:20:\"IMG_3785-scaled.webp\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3785-scaled.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3581;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3098-scaled.webp\";s:5:\"title\";s:20:\"IMG_3098-scaled.webp\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3098-scaled.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3587;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2868-scaled.webp\";s:5:\"title\";s:20:\"IMG_2868-scaled.webp\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2868-scaled.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3616;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0711-scaled.webp\";s:5:\"title\";s:20:\"IMG_0711-scaled.webp\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0711-scaled.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3615;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0799-scaled.webp\";s:5:\"title\";s:20:\"IMG_0799-scaled.webp\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0799-scaled.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3607;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1437-scaled.webp\";s:5:\"title\";s:20:\"IMG_1437-scaled.webp\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1437-scaled.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3606;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1471-scaled.webp\";s:5:\"title\";s:20:\"IMG_1471-scaled.webp\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1471-scaled.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3609;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-scaled.webp\";s:5:\"title\";s:20:\"IMG_1197-scaled.webp\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-scaled.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2860;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3649.jpg\";s:5:\"title\";s:8:\"IMG_3649\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3649.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2917;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2396-1.jpg\";s:5:\"title\";s:8:\"IMG_2396\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2396-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2916;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2404-1.jpg\";s:5:\"title\";s:8:\"IMG_2404\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2404-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2893;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7711.jpg\";s:5:\"title\";s:8:\"IMG_7711\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7711.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2878;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5605-1.jpg\";s:5:\"title\";s:8:\"IMG_5605\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5605-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2853;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3128.jpg\";s:5:\"title\";s:8:\"IMG_3128\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3128.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2877;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5505-1.jpg\";s:5:\"title\";s:8:\"IMG_5505\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5505-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2881;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6150-1.jpg\";s:5:\"title\";s:8:\"IMG_6150\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6150-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2879;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5644-1.jpg\";s:5:\"title\";s:8:\"IMG_5644\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5644-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2873;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4976-1.jpg\";s:5:\"title\";s:8:\"IMG_4976\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4976-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2870;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4344-1.jpg\";s:5:\"title\";s:8:\"IMG_4344\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4344-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2869;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3922-1.jpg\";s:5:\"title\";s:8:\"IMG_3922\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3922-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2849;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:99:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.jpg\";s:5:\"title\";s:36:\"564ED9D4-C180-4CCB-BD26-B5A05E95055A\";s:4:\"link\";s:99:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2857;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3325-1.jpg\";s:5:\"title\";s:8:\"IMG_3325\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3325-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}}','off'),(369080,'_transient_timeout__eg_fragment_2832','1759585865','off'),(369081,'_transient__eg_fragment_2832','<div id=\"envira-gallery-wrap-2832\" class=\"envira-gallery-wrap envira-lazy-loading-enabled envira-layout-automatic\" itemscope itemtype=\"https://schema.org/ImageGallery\"><div class=\"envira-loader\"><div></div><div></div><div></div><div></div></div><div id=\"envira-gallery-2832\" class=\"envira-gallery-public envira-gallery-0-columns envira-clear envira-gallery-justified-public\" data-envira-id=\"2832\" data-gallery-config=\'{\"type\":\"default\",\"layout\":\"automatic\",\"columns\":\"0\",\"gallery_theme\":\"base\",\"justified_margins\":1,\"justified_last_row\":\"nojustify\",\"lazy_loading\":1,\"lazy_loading_delay\":500,\"gutter\":1,\"gutter_mobile\":0,\"margin\":1,\"image_size\":\"default\",\"square_size\":300,\"crop_width\":640,\"crop_height\":480,\"crop\":0,\"crop_position\":\"c\",\"show_more_text\":\"Click for more\",\"additional_copy_0\":0,\"additional_copy_title\":0,\"additional_copy_caption\":0,\"additional_copy_title_caption\":0,\"additional_copy_0_mobile\":0,\"additional_copy_title_mobile\":0,\"additional_copy_caption_mobile\":0,\"additional_copy_title_caption_mobile\":0,\"gallery_column_title_caption\":\"0\",\"gallery_column_title_caption_mobile\":\"0\",\"additional_copy_automatic_0\":0,\"additional_copy_automatic_title\":0,\"additional_copy_automatic_caption\":0,\"additional_copy_automatic_title_caption\":0,\"additional_copy_automatic_0_mobile\":0,\"additional_copy_automatic_title_mobile\":0,\"additional_copy_automatic_caption_mobile\":0,\"additional_copy_automatic_title_caption_mobile\":0,\"gallery_automatic_title_caption\":\"0\",\"gallery_automatic_title_caption_mobile\":\"0\",\"justified_row_height\":100,\"description_position\":\"0\",\"description\":\"\",\"random\":\"0\",\"sort_order\":\"0\",\"sorting_direction\":\"ASC\",\"image_sizes_random\":[],\"isotope\":0,\"lightbox_enabled\":1,\"gallery_link_enabled\":1,\"lightbox_theme\":\"base_dark\",\"lightbox_image_size\":\"default\",\"title_display\":\"float\",\"lightbox_title_caption\":\"caption\",\"arrows\":1,\"arrows_position\":\"inside\",\"toolbar\":0,\"toolbar_title\":0,\"toolbar_position\":\"top\",\"loop\":1,\"lightbox_open_close_effect\":\"zoom-in-out\",\"effect\":\"zoom-in-out\",\"supersize\":0,\"thumbnails_toggle\":0,\"thumbnails_hide\":0,\"image_counter\":0,\"lightbox_html_caption\":0,\"thumbnails\":1,\"thumbnails_width\":\"auto\",\"thumbnails_height\":\"auto\",\"thumbnails_position\":\"bottom\",\"thumbnails_custom_size\":0,\"mobile\":1,\"mobile_width\":320,\"mobile_height\":240,\"mobile_lightbox\":1,\"mobile_gallery_link_enabled\":0,\"mobile_arrows\":1,\"mobile_toolbar\":1,\"mobile_thumbnails\":1,\"mobile_touchwipe_close\":0,\"mobile_thumbnails_width\":75,\"mobile_thumbnails_height\":50,\"mobile_justified_row_height\":80,\"keyboard\":true,\"standalone_template\":\"\",\"classes\":[\"\"],\"rtl\":0,\"slug\":\"commercial-wraps\",\"title\":\"\",\"gallery_id\":\"2832\"}\' data-gallery-images=\'[{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp\",\"title\":\"IMG_2698\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?fit=1440%2C1080&ssl=1\",\"index\":0,\"id\":3087,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1-75x50_c.webp\",\"title\":\"IMG_2698\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp\",\"title\":\"IMG_4055\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?fit=1080%2C1440&ssl=1\",\"index\":1,\"id\":3134,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055-75x50_c.webp\",\"title\":\"IMG_4055\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp\",\"title\":\"IMG_4071\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?fit=1080%2C1440&ssl=1\",\"index\":2,\"id\":3133,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071-75x50_c.webp\",\"title\":\"IMG_4071\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp\",\"title\":\"IMG_4021\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?fit=1080%2C1440&ssl=1\",\"index\":3,\"id\":3138,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021-75x50_c.webp\",\"title\":\"IMG_4021\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled.webp\",\"title\":\"IMG_3142-scaled.webp\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled.webp?fit=1536%2C2048&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled.webp?fit=1920%2C2560&ssl=1\",\"index\":4,\"id\":3579,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3142-scaled-75x50_c.webp\",\"title\":\"IMG_3142-scaled.webp\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled.webp\",\"title\":\"IMG_3764-scaled.webp\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled.webp?fit=1536%2C2048&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled.webp?fit=1920%2C2560&ssl=1\",\"index\":5,\"id\":3575,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3764-scaled-75x50_c.webp\",\"title\":\"IMG_3764-scaled.webp\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled.webp\",\"title\":\"IMG_3785-scaled.webp\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled.webp?fit=1536%2C2048&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled.webp?fit=1920%2C2560&ssl=1\",\"index\":6,\"id\":3574,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3785-scaled-75x50_c.webp\",\"title\":\"IMG_3785-scaled.webp\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled.webp\",\"title\":\"IMG_3098-scaled.webp\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled.webp?fit=1536%2C2048&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled.webp?fit=1920%2C2560&ssl=1\",\"index\":7,\"id\":3581,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3098-scaled-75x50_c.webp\",\"title\":\"IMG_3098-scaled.webp\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled.webp\",\"title\":\"IMG_2868-scaled.webp\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled.webp?fit=1536%2C2048&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled.webp?fit=1920%2C2560&ssl=1\",\"index\":8,\"id\":3587,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2868-scaled-75x50_c.webp\",\"title\":\"IMG_2868-scaled.webp\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled.webp\",\"title\":\"IMG_0711-scaled.webp\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled.webp?fit=1536%2C2048&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled.webp?fit=1920%2C2560&ssl=1\",\"index\":9,\"id\":3616,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0711-scaled-75x50_c.webp\",\"title\":\"IMG_0711-scaled.webp\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled.webp\",\"title\":\"IMG_0799-scaled.webp\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled.webp?fit=1536%2C2048&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled.webp?fit=1920%2C2560&ssl=1\",\"index\":10,\"id\":3615,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_0799-scaled-75x50_c.webp\",\"title\":\"IMG_0799-scaled.webp\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled.webp\",\"title\":\"IMG_1437-scaled.webp\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled.webp?fit=1536%2C2048&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled.webp?fit=1920%2C2560&ssl=1\",\"index\":11,\"id\":3607,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1437-scaled-75x50_c.webp\",\"title\":\"IMG_1437-scaled.webp\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled.webp\",\"title\":\"IMG_1471-scaled.webp\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled.webp?fit=1536%2C2048&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled.webp?fit=1920%2C2560&ssl=1\",\"index\":12,\"id\":3606,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1471-scaled-75x50_c.webp\",\"title\":\"IMG_1471-scaled.webp\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled.webp\",\"title\":\"IMG_1197-scaled.webp\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled.webp?fit=2048%2C1536&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled.webp?fit=2560%2C1920&ssl=1\",\"index\":13,\"id\":3609,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_1197-scaled-75x50_c.webp\",\"title\":\"IMG_1197-scaled.webp\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649.webp\",\"title\":\"IMG_3649\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649.webp?fit=1024%2C1365&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649.webp?fit=1024%2C1365&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649.webp?fit=1024%2C1365&ssl=1\",\"index\":14,\"id\":2860,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3649-75x50_c.webp\",\"title\":\"IMG_3649\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1.webp\",\"title\":\"IMG_2396\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1.webp?fit=1024%2C768&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1.webp?fit=1024%2C768&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1.webp?fit=1024%2C768&ssl=1\",\"index\":15,\"id\":2917,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2396-1-75x50_c.webp\",\"title\":\"IMG_2396\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1.webp\",\"title\":\"IMG_2404\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1.webp?fit=1024%2C768&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1.webp?fit=1024%2C768&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1.webp?fit=1024%2C768&ssl=1\",\"index\":16,\"id\":2916,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_2404-1-75x50_c.webp\",\"title\":\"IMG_2404\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711.webp\",\"title\":\"IMG_7711\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711.webp?fit=300%2C200&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711.webp?fit=768%2C512&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711.webp?fit=1024%2C683&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711.webp?fit=1024%2C683&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711.webp?fit=1024%2C683&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711-300x200.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711.webp?fit=1024%2C683&ssl=1\",\"index\":17,\"id\":2893,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7711-75x50_c.webp\",\"title\":\"IMG_7711\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1.webp\",\"title\":\"IMG_5605\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1.webp?fit=1024%2C768&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1.webp?fit=1024%2C768&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1.webp?fit=1024%2C768&ssl=1\",\"index\":18,\"id\":2878,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5605-1-75x50_c.webp\",\"title\":\"IMG_5605\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128.webp\",\"title\":\"IMG_3128\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128.webp?fit=1024%2C1365&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128.webp?fit=1024%2C1365&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128.webp?fit=1024%2C1365&ssl=1\",\"index\":19,\"id\":2853,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3128-75x50_c.webp\",\"title\":\"IMG_3128\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1.webp\",\"title\":\"IMG_5505\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1.webp?fit=1024%2C768&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1.webp?fit=1024%2C768&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1.webp?fit=1024%2C768&ssl=1\",\"index\":20,\"id\":2877,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5505-1-75x50_c.webp\",\"title\":\"IMG_5505\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1.webp\",\"title\":\"IMG_6150\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1.webp?fit=1024%2C768&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1.webp?fit=1024%2C768&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1.webp?fit=1024%2C768&ssl=1\",\"index\":21,\"id\":2881,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_6150-1-75x50_c.webp\",\"title\":\"IMG_6150\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1.webp\",\"title\":\"IMG_5644\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1.webp?fit=1024%2C768&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1.webp?fit=1024%2C768&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1.webp?fit=1024%2C768&ssl=1\",\"index\":22,\"id\":2879,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_5644-1-75x50_c.webp\",\"title\":\"IMG_5644\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1.webp\",\"title\":\"IMG_4976\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1.webp?fit=1024%2C768&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1.webp?fit=1024%2C768&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1.webp?fit=1024%2C768&ssl=1\",\"index\":23,\"id\":2873,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4976-1-75x50_c.webp\",\"title\":\"IMG_4976\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1.webp\",\"title\":\"IMG_4344\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1.webp?fit=1024%2C768&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1.webp?fit=1024%2C768&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1.webp?fit=1024%2C768&ssl=1\",\"index\":24,\"id\":2870,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_4344-1-75x50_c.webp\",\"title\":\"IMG_4344\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1.webp\",\"title\":\"IMG_3922\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1.webp?fit=1024%2C1365&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1.webp?fit=1024%2C1365&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1.webp?fit=1024%2C1365&ssl=1\",\"index\":25,\"id\":2869,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3922-1-75x50_c.webp\",\"title\":\"IMG_3922\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.webp\",\"title\":\"564ED9D4-C180-4CCB-BD26-B5A05E95055A\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.webp?fit=240%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.webp?fit=768%2C960&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.webp?fit=819%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.webp?fit=1024%2C1280&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.webp?fit=1024%2C1280&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2-300x375.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.webp?fit=1024%2C1280&ssl=1\",\"index\":26,\"id\":2849,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2-75x50_c.webp\",\"title\":\"564ED9D4-C180-4CCB-BD26-B5A05E95055A\"},\"gallery_id\":\"2832\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1.webp\",\"title\":\"IMG_3325\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1.webp?fit=1024%2C768&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1.webp?fit=1024%2C768&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1.webp?fit=1024%2C768&ssl=1\",\"index\":27,\"id\":2857,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_3325-1-75x50_c.webp\",\"title\":\"IMG_3325\"},\"gallery_id\":\"2832\"}]\' data-lightbox-theme=\'{&quot;arrows&quot;:true,&quot;margins&quot;:[120,0],&quot;gutter&quot;:&quot;100&quot;,&quot;thumbs_position&quot;:&quot;bottom&quot;,&quot;base_template&quot;:&quot;&lt;div id=\\&quot;envirabox-2832\\&quot; data-envirabox-id=\\&quot;2832\\&quot; class=\\&quot;envirabox-container envirabox-theme-base_dark envirabox-wrap\\&quot; role=\\&quot;dialog\\&quot;&gt;&lt;div class=\\&quot;envirabox-bg\\&quot;&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-outer\\&quot;&gt;&lt;div class=\\&quot;envirabox-inner\\&quot;&gt;&lt;div class=\\&quot;envirabox-caption-wrap\\&quot;&gt;&lt;div class=\\&quot;envirabox-caption\\&quot;&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-toolbar\\&quot;&gt;&lt;div class=\\&quot;envira-close-button\\&quot;&gt;&lt;a data-envirabox-close class=\\&quot;envirabox-item envirabox-close envirabox-button--close\\&quot; title=\\&quot;Close\\&quot; href=\\&quot;#\\&quot;&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-navigation\\&quot;&gt;&lt;a data-envirabox-prev title=\\&quot;Prev\\&quot; class=\\&quot;envirabox-arrow envirabox-arrow--left envirabox-nav envirabox-prev\\&quot; href=\\&quot;#\\&quot;&gt;&lt;span&gt;&lt;\\/span&gt;&lt;\\/a&gt;&lt;a data-envirabox-next title=\\&quot;Next\\&quot; class=\\&quot;envirabox-arrow envirabox-arrow--right envirabox-nav envirabox-next\\&quot; href=\\&quot;#\\&quot;&gt;&lt;span&gt;&lt;\\/span&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-stage\\&quot;&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;load_all&quot;:false,&quot;error_template&quot;:&quot;&lt;div class=\\&quot;envirabox-error\\&quot;&gt;&lt;p&gt;{{ERROR}}&lt;p&gt;&lt;\\/div&gt;&quot;,&quot;inner_caption&quot;:false,&quot;caption_position&quot;:false,&quot;arrow_position&quot;:false,&quot;toolbar&quot;:true,&quot;infobar&quot;:false,&quot;show_smallbtn&quot;:false,&quot;idle_time&quot;:false,&quot;click_content&quot;:false,&quot;click_slide&quot;:false,&quot;click_outside&quot;:false,&quot;animation_duration&quot;:false,&quot;transition_duration&quot;:false,&quot;small_btn_template&quot;:&quot;&lt;a data-envirabox-close class=\\&quot;envirabox-item envirabox-close envirabox-button--close\\&quot; title=\\&quot;Close\\&quot; href=\\&quot;#\\&quot;&gt;&lt;\\/a&gt;&quot;}\' data-parsed-attrs=\'{\"id\":\"2832\",\"cache\":true}\'><div id=\"envira-gallery-item-3087\" class=\"envira-gallery-item envira-gallery-item-1 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.webp\" title=\"IMG_2698\" data-caption=\"\" data-envira-item-id=\"3087\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.webp?fit=1440%2C1080&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1-75x50_c.webp\" data-title=\"IMG_2698\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-1    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3087\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2698\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"0\" data-envira-item-id=\"3087\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"IMG_2698\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-3134\" class=\"envira-gallery-item envira-gallery-item-2 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.webp\" title=\"IMG_4055\" data-caption=\"\" data-envira-item-id=\"3134\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055-75x50_c.webp\" data-title=\"IMG_4055\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-2    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3134\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4055\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"1\" data-envira-item-id=\"3134\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_4055\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3133\" class=\"envira-gallery-item envira-gallery-item-3 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.webp\" title=\"IMG_4071\" data-caption=\"\" data-envira-item-id=\"3133\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071-75x50_c.webp\" data-title=\"IMG_4071\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-3    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3133\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4071\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"2\" data-envira-item-id=\"3133\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_4071\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3138\" class=\"envira-gallery-item envira-gallery-item-4 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.webp\" title=\"IMG_4021\" data-caption=\"\" data-envira-item-id=\"3138\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021-75x50_c.webp\" data-title=\"IMG_4021\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-4    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3138\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4021\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"3\" data-envira-item-id=\"3138\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_4021\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3579\" class=\"envira-gallery-item envira-gallery-item-5 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3142-scaled.webp\" title=\"IMG_3142-scaled.webp\" data-caption=\"\" data-envira-item-id=\"3579\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3142-scaled.webp?fit=1920%2C2560&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3142-scaled-75x50_c.webp\" data-title=\"IMG_3142-scaled.webp\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3142-scaled.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-5    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3579\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3142-scaled.webp\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"4\" data-envira-item-id=\"3579\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3142-scaled.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3142-scaled.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3142-scaled.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3142-scaled.webp\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3575\" class=\"envira-gallery-item envira-gallery-item-6 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3764-scaled.webp\" title=\"IMG_3764-scaled.webp\" data-caption=\"\" data-envira-item-id=\"3575\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3764-scaled.webp?fit=1920%2C2560&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3764-scaled-75x50_c.webp\" data-title=\"IMG_3764-scaled.webp\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3764-scaled.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-6    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3575\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3764-scaled.webp\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"5\" data-envira-item-id=\"3575\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3764-scaled.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3764-scaled.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3764-scaled.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3764-scaled.webp\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3574\" class=\"envira-gallery-item envira-gallery-item-7 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3785-scaled.webp\" title=\"IMG_3785-scaled.webp\" data-caption=\"\" data-envira-item-id=\"3574\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3785-scaled.webp?fit=1920%2C2560&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3785-scaled-75x50_c.webp\" data-title=\"IMG_3785-scaled.webp\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3785-scaled.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-7    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3574\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3785-scaled.webp\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"6\" data-envira-item-id=\"3574\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3785-scaled.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3785-scaled.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3785-scaled.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3785-scaled.webp\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3581\" class=\"envira-gallery-item envira-gallery-item-8 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3098-scaled.webp\" title=\"IMG_3098-scaled.webp\" data-caption=\"\" data-envira-item-id=\"3581\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3098-scaled.webp?fit=1920%2C2560&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3098-scaled-75x50_c.webp\" data-title=\"IMG_3098-scaled.webp\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3098-scaled.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-8    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3581\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3098-scaled.webp\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"7\" data-envira-item-id=\"3581\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3098-scaled.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3098-scaled.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3098-scaled.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3098-scaled.webp\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3587\" class=\"envira-gallery-item envira-gallery-item-9 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2868-scaled.webp\" title=\"IMG_2868-scaled.webp\" data-caption=\"\" data-envira-item-id=\"3587\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2868-scaled.webp?fit=1920%2C2560&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2868-scaled-75x50_c.webp\" data-title=\"IMG_2868-scaled.webp\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2868-scaled.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-9    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3587\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2868-scaled.webp\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"8\" data-envira-item-id=\"3587\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2868-scaled.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2868-scaled.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2868-scaled.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_2868-scaled.webp\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3616\" class=\"envira-gallery-item envira-gallery-item-10 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0711-scaled.webp\" title=\"IMG_0711-scaled.webp\" data-caption=\"\" data-envira-item-id=\"3616\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0711-scaled.webp?fit=1920%2C2560&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0711-scaled-75x50_c.webp\" data-title=\"IMG_0711-scaled.webp\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0711-scaled.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-10    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3616\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_0711-scaled.webp\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"9\" data-envira-item-id=\"3616\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0711-scaled.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0711-scaled.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0711-scaled.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_0711-scaled.webp\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3615\" class=\"envira-gallery-item envira-gallery-item-11 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0799-scaled.webp\" title=\"IMG_0799-scaled.webp\" data-caption=\"\" data-envira-item-id=\"3615\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0799-scaled.webp?fit=1920%2C2560&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0799-scaled-75x50_c.webp\" data-title=\"IMG_0799-scaled.webp\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0799-scaled.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-11    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3615\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_0799-scaled.webp\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"10\" data-envira-item-id=\"3615\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0799-scaled.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0799-scaled.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0799-scaled.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_0799-scaled.webp\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3607\" class=\"envira-gallery-item envira-gallery-item-12 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1437-scaled.webp\" title=\"IMG_1437-scaled.webp\" data-caption=\"\" data-envira-item-id=\"3607\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1437-scaled.webp?fit=1920%2C2560&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1437-scaled-75x50_c.webp\" data-title=\"IMG_1437-scaled.webp\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1437-scaled.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-12    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3607\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1437-scaled.webp\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"11\" data-envira-item-id=\"3607\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1437-scaled.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1437-scaled.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1437-scaled.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_1437-scaled.webp\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3606\" class=\"envira-gallery-item envira-gallery-item-13 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1471-scaled.webp\" title=\"IMG_1471-scaled.webp\" data-caption=\"\" data-envira-item-id=\"3606\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1471-scaled.webp?fit=1920%2C2560&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1471-scaled-75x50_c.webp\" data-title=\"IMG_1471-scaled.webp\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1471-scaled.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-13    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3606\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1471-scaled.webp\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"12\" data-envira-item-id=\"3606\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1471-scaled.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1471-scaled.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1471-scaled.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_1471-scaled.webp\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-3609\" class=\"envira-gallery-item envira-gallery-item-14 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-scaled.webp\" title=\"IMG_1197-scaled.webp\" data-caption=\"\" data-envira-item-id=\"3609\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-scaled.webp?fit=2560%2C1920&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-scaled-75x50_c.webp\" data-title=\"IMG_1197-scaled.webp\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-scaled.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-14    envira-lazy\" height=\"480\" id=\"envira-gallery-image-3609\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1197-scaled.webp\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"13\" data-envira-item-id=\"3609\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-scaled.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-scaled.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-scaled.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"IMG_1197-scaled.webp\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2860\" class=\"envira-gallery-item envira-gallery-item-15 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3649.jpg\" title=\"IMG_3649\" data-caption=\"\" data-envira-item-id=\"2860\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3649.webp?fit=1024%2C1365&ssl=1\" data-thumb=\"\" data-title=\"IMG_3649\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3649.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-15    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2860\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3649\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"14\" data-envira-item-id=\"2860\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3649.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3649.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3649.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3649\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-2917\" class=\"envira-gallery-item envira-gallery-item-16 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2396-1.webp\" title=\"IMG_2396\" data-caption=\"\" data-envira-item-id=\"2917\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2396-1.webp\" data-thumb=\"\" data-title=\"IMG_2396\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2396-1.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-16    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2917\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2396\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"15\" data-envira-item-id=\"2917\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2396-1.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2396-1.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2396-1.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"IMG_2396\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2916\" class=\"envira-gallery-item envira-gallery-item-17 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2404-1.webp\" title=\"IMG_2404\" data-caption=\"\" data-envira-item-id=\"2916\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2404-1.webp\" data-thumb=\"\" data-title=\"IMG_2404\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2404-1.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-17    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2916\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2404\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"16\" data-envira-item-id=\"2916\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2404-1.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2404-1.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2404-1.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"IMG_2404\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2893\" class=\"envira-gallery-item envira-gallery-item-18 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7711.jpg\" title=\"IMG_7711\" data-caption=\"\" data-envira-item-id=\"2893\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7711.webp?fit=1024%2C683&ssl=1\" data-thumb=\"\" data-title=\"IMG_7711\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7711.webp?fit=1024%2C683&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-18    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2893\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_7711\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"17\" data-envira-item-id=\"2893\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7711.webp?fit=1024%2C683&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7711.webp?fit=1024%2C683&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7711.webp?fit=1024%2C683&amp;ssl=1 2x\" data-title=\"IMG_7711\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"200\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2878\" class=\"envira-gallery-item envira-gallery-item-19 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5605-1.webp\" title=\"IMG_5605\" data-caption=\"\" data-envira-item-id=\"2878\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5605-1.webp\" data-thumb=\"\" data-title=\"IMG_5605\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5605-1.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-19    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2878\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_5605\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"18\" data-envira-item-id=\"2878\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5605-1.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5605-1.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5605-1.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"IMG_5605\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2853\" class=\"envira-gallery-item envira-gallery-item-20 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3128.jpg\" title=\"IMG_3128\" data-caption=\"\" data-envira-item-id=\"2853\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3128.webp?fit=1024%2C1365&ssl=1\" data-thumb=\"\" data-title=\"IMG_3128\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3128.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-20    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2853\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3128\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"19\" data-envira-item-id=\"2853\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3128.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3128.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3128.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3128\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-2877\" class=\"envira-gallery-item envira-gallery-item-21 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5505-1.webp\" title=\"IMG_5505\" data-caption=\"\" data-envira-item-id=\"2877\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5505-1.webp\" data-thumb=\"\" data-title=\"IMG_5505\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5505-1.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-21    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2877\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_5505\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"20\" data-envira-item-id=\"2877\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5505-1.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5505-1.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5505-1.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"IMG_5505\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2881\" class=\"envira-gallery-item envira-gallery-item-22 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6150-1.webp\" title=\"IMG_6150\" data-caption=\"\" data-envira-item-id=\"2881\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6150-1.webp\" data-thumb=\"\" data-title=\"IMG_6150\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6150-1.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-22    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2881\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_6150\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"21\" data-envira-item-id=\"2881\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6150-1.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6150-1.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6150-1.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"IMG_6150\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2879\" class=\"envira-gallery-item envira-gallery-item-23 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5644-1.webp\" title=\"IMG_5644\" data-caption=\"\" data-envira-item-id=\"2879\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5644-1.webp\" data-thumb=\"\" data-title=\"IMG_5644\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5644-1.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-23    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2879\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_5644\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"22\" data-envira-item-id=\"2879\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5644-1.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5644-1.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5644-1.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"IMG_5644\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2873\" class=\"envira-gallery-item envira-gallery-item-24 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4976-1.webp\" title=\"IMG_4976\" data-caption=\"\" data-envira-item-id=\"2873\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4976-1.webp\" data-thumb=\"\" data-title=\"IMG_4976\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4976-1.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-24    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2873\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4976\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"23\" data-envira-item-id=\"2873\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4976-1.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4976-1.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4976-1.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"IMG_4976\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2870\" class=\"envira-gallery-item envira-gallery-item-25 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4344-1.webp\" title=\"IMG_4344\" data-caption=\"\" data-envira-item-id=\"2870\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4344-1.webp\" data-thumb=\"\" data-title=\"IMG_4344\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4344-1.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-25    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2870\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4344\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"24\" data-envira-item-id=\"2870\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4344-1.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4344-1.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4344-1.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"IMG_4344\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div><div id=\"envira-gallery-item-2869\" class=\"envira-gallery-item envira-gallery-item-26 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3922-1.webp\" title=\"IMG_3922\" data-caption=\"\" data-envira-item-id=\"2869\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3922-1.webp\" data-thumb=\"\" data-title=\"IMG_3922\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3922-1.webp?fit=768%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-26    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2869\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3922\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"25\" data-envira-item-id=\"2869\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3922-1.webp?fit=768%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3922-1.webp?fit=768%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3922-1.webp?fit=768%2C1024&amp;ssl=1 2x\" data-title=\"IMG_3922\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"225\" /></a></div></div><div id=\"envira-gallery-item-2849\" class=\"envira-gallery-item envira-gallery-item-27 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.webp\" title=\"564ED9D4-C180-4CCB-BD26-B5A05E95055A\" data-caption=\"\" data-envira-item-id=\"2849\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.webp\" data-thumb=\"\" data-title=\"564ED9D4-C180-4CCB-BD26-B5A05E95055A\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.webp?fit=819%2C1024&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-27    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2849\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"564ED9D4-C180-4CCB-BD26-B5A05E95055A\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"26\" data-envira-item-id=\"2849\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.webp?fit=819%2C1024&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.webp?fit=819%2C1024&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.webp?fit=819%2C1024&amp;ssl=1 2x\" data-title=\"564ED9D4-C180-4CCB-BD26-B5A05E95055A\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"300\" data-envira-width=\"240\" /></a></div></div><div id=\"envira-gallery-item-2857\" class=\"envira-gallery-item envira-gallery-item-28 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2832 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3325-1.webp\" title=\"IMG_3325\" data-caption=\"\" data-envira-item-id=\"2857\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3325-1.webp\" data-thumb=\"\" data-title=\"IMG_3325\" data-envirabox=\'2832\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3325-1.webp?fit=1024%2C768&amp;ssl=1\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-28    envira-lazy\" height=\"480\" id=\"envira-gallery-image-2857\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3325\" width=\"640\" data-caption=\"\" data-envira-gallery-id=\"2832\" data-envira-index=\"27\" data-envira-item-id=\"2857\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3325-1.webp?fit=1024%2C768&amp;ssl=1\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3325-1.webp?fit=1024%2C768&amp;ssl=1 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3325-1.webp?fit=1024%2C768&amp;ssl=1 2x\" data-title=\"IMG_3325\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2832\" data-automatic-caption=\"\" data-envira-height=\"225\" data-envira-width=\"300\" /></a></div></div></div></div><noscript><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3142-scaled.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3764-scaled.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3785-scaled.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3098-scaled.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2868-scaled.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0711-scaled.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0799-scaled.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1437-scaled.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1471-scaled.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-scaled.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3649.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2396-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2404-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7711.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5605-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3128.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5505-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6150-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5644-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4976-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4344-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3922-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3325-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /></noscript>','off'),(369094,'_transient_timeout_nfd_site_capabilities','1759514090','off'),(369095,'_transient_nfd_site_capabilities','a:20:{s:11:\"canAccessAI\";b:1;s:12:\"hasAISiteGen\";b:1;s:18:\"canAccessGlobalCTB\";b:1;s:19:\"canAccessHelpCenter\";b:1;s:11:\"hasEcomdash\";b:0;s:11:\"hasSolution\";b:0;s:15:\"hasYithExtended\";b:0;s:11:\"isEcommerce\";b:1;s:8:\"isJarvis\";b:1;s:14:\"canMigrateSite\";b:1;s:17:\"canOptimizeImages\";b:1;s:19:\"hasCloudflareMirage\";b:1;s:19:\"hasCloudflarePolish\";b:1;s:18:\"hasCloudflareFonts\";b:1;s:20:\"hasLinkPrefetchClick\";b:1;s:20:\"hasLinkPrefetchHover\";b:1;s:31:\"google_site_kit_feature_enabled\";b:0;s:23:\"abTestSolutionsLaunched\";b:1;s:24:\"abTestCustomerCardExpiry\";b:1;s:20:\"abTestShowMyProducts\";b:1;}','off'),(369116,'_transient_timeout_wp_plugin_update_bluehost-wordpress-plugin','1759522993','off'),(369117,'_transient_wp_plugin_update_bluehost-wordpress-plugin','O:8:\"stdClass\":22:{s:6:\"author\";s:43:\"<a href=\"https://bluehost.com\">Bluehost</a>\";s:11:\"author_name\";s:8:\"Bluehost\";s:10:\"author_uri\";s:20:\"https://bluehost.com\";s:11:\"description\";s:136:\"WordPress plugin that integrates a WordPress site with the Bluehost control panel, including performance, security, and update features.\";s:13:\"download_link\";s:104:\"https://github.com/newfold-labs/wp-plugin-bluehost/releases/download/4.6.2/bluehost-wordpress-plugin.zip\";s:8:\"homepage\";s:20:\"https://bluehost.com\";s:2:\"id\";s:55:\"bluehost-wordpress-plugin/bluehost-wordpress-plugin.php\";s:12:\"last_updated\";s:20:\"2025-09-24T17:50:49Z\";s:4:\"name\";s:19:\"The Bluehost Plugin\";s:6:\"plugin\";s:55:\"bluehost-wordpress-plugin/bluehost-wordpress-plugin.php\";s:8:\"requires\";s:3:\"6.6\";s:12:\"requires_php\";s:3:\"7.3\";s:8:\"sections\";a:1:{s:11:\"description\";s:136:\"WordPress plugin that integrates a WordPress site with the Bluehost control panel, including performance, security, and update features.\";}s:17:\"short_description\";s:136:\"WordPress plugin that integrates a WordPress site with the Bluehost control panel, including performance, security, and update features.\";s:4:\"slug\";s:25:\"bluehost-wordpress-plugin\";s:6:\"tested\";s:5:\"6.8.2\";s:7:\"version\";s:5:\"4.6.2\";s:7:\"banners\";a:4:{s:2:\"2x\";s:70:\"https://cdn.hiive.space/marketplace/vendors-assets/bluehost-banner.svg\";s:2:\"1x\";s:70:\"https://cdn.hiive.space/marketplace/vendors-assets/bluehost-banner.svg\";s:4:\"high\";s:70:\"https://cdn.hiive.space/marketplace/vendors-assets/bluehost-banner.svg\";s:3:\"low\";s:70:\"https://cdn.hiive.space/marketplace/vendors-assets/bluehost-banner.svg\";}s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://cdn.hiive.space/marketplace/vendors-assets/bluehost-icon.svg\";s:2:\"1x\";s:68:\"https://cdn.hiive.space/marketplace/vendors-assets/bluehost-icon.svg\";}s:11:\"new_version\";s:5:\"4.6.2\";s:7:\"package\";s:104:\"https://github.com/newfold-labs/wp-plugin-bluehost/releases/download/4.6.2/bluehost-wordpress-plugin.zip\";s:3:\"url\";s:20:\"https://bluehost.com\";}','off'),(369118,'_site_transient_timeout_woocommerce_new_version','1760106193','off'),(369119,'_site_transient_woocommerce_new_version','','off'),(369144,'_transient_timeout_nfd_hosting_panel_needs_refresh','1759597593','off'),(369145,'_transient_nfd_hosting_panel_needs_refresh','1','off'),(369155,'_transient_timeout_jetpack_https_test','1759589406','off'),(369156,'_transient_jetpack_https_test','1','off'),(369157,'_transient_timeout_jpp_li_309769a017d1f73942425bb19d8811ab','1759503066','off'),(369158,'_transient_jpp_li_309769a017d1f73942425bb19d8811ab','a:5:{s:6:\"status\";s:2:\"ok\";s:3:\"msg\";s:61:\"{\"trusted_header\":\"REMOTE_ADDR\",\"segments\":1,\"reverse\":false}\";s:17:\"seconds_remaining\";i:60;s:16:\"blocked_attempts\";s:4:\"4315\";s:6:\"expire\";i:1759503066;}','off'),(369159,'_transient_timeout_jpp_headers_updated_recently','1759589406','off'),(369160,'_transient_jpp_headers_updated_recently','1','off'),(369163,'_transient_timeout_woocommerce_admin_pes_incentive_woopayments_cache','1759675829','off'),(369164,'_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:8:\"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:1759503029;}','off'),(369171,'_transient_timeout_wpseo_total_unindexed_post_type_archives','1759589429','off'),(369172,'_transient_wpseo_total_unindexed_post_type_archives','0','off'),(369173,'_transient_timeout_wpseo_total_unindexed_general_items','1759589429','off'),(369174,'_transient_wpseo_total_unindexed_general_items','0','off'),(369175,'_transient_timeout_wpseo_unindexed_post_link_count','1759589429','off'),(369176,'_transient_wpseo_unindexed_post_link_count','0','off'),(369177,'_transient_timeout_wpseo_unindexed_term_link_count','1759589429','off'),(369178,'_transient_wpseo_unindexed_term_link_count','0','off'),(369179,'_transient_timeout__woocommerce_helper_product_usage_notice_rules','1759589429','off'),(369180,'_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'),(369190,'_transient_timeout_wc_tracks_blog_details','1759589502','off'),(369191,'_transient_wc_tracks_blog_details','a:6:{s:3:\"url\";s:29:\"https://aggressivegraphix.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:7:\"blog_id\";i:238438928;s:8:\"store_id\";s:36:\"42988cdd-223c-408d-9e58-974da80d7422\";s:14:\"products_count\";s:2:\"74\";s:10:\"wc_version\";s:6:\"10.2.2\";}','off'),(369192,'_transient_timeout_newfold_solutions','1759524703','off'),(369193,'_transient_newfold_solutions','a:5:{s:9:\"solutions\";a:3:{i:0;a:11:{s:2:\"id\";s:36:\"15948a14-248a-4de9-9b01-c93a568ce760\";s:4:\"name\";s:8:\"Services\";s:3:\"sku\";s:19:\"WP_SOLUTION_SERVICE\";s:11:\"description\";s:85:\"Boost local visibility and streamline your business operations with specialized tools\";s:5:\"price\";s:5:\"$4.99\";s:9:\"fullPrice\";s:5:\"$0.00\";s:3:\"url\";N;s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:8:\"priority\";i:20;s:8:\"features\";a:4:{i:0;s:52:\"Includes the <strong>Content Creator bundle</strong>\";i:1;s:34:\"8 Exclusive Local Business Plugins\";i:2;s:20:\"Integrated Invoicing\";i:3;s:34:\"Local Social Media and SEO Plugins\";}s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:1;a:11:{s:2:\"id\";s:36:\"d66b1e8b-1d1f-4da3-914d-42f12f01f2e0\";s:4:\"name\";s:24:\"eCommerce Premium Add-On\";s:3:\"sku\";s:20:\"WP_SOLUTION_COMMERCE\";s:11:\"description\";s:72:\"Promote, sell, and grow your online store with powerful eCommerce tools.\";s:5:\"price\";s:5:\"$6.99\";s:9:\"fullPrice\";s:5:\"$0.00\";s:3:\"url\";N;s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:8:\"priority\";i:30;s:8:\"features\";a:4:{i:0;s:53:\"Includes the <strong>Service Business</strong> bundle\";i:1;s:24:\"Express 1-Click Checkout\";i:2;s:30:\"24 Exclusive eCommerce Plugins\";i:3;s:38:\"Customizable Customer Account Creation\";}s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:2;a:11:{s:2:\"id\";s:36:\"f090d687-6e78-46af-99b0-f4f371a721cc\";s:4:\"name\";s:27:\"eCommerce Essentials Add-On\";s:3:\"sku\";s:19:\"WP_SOLUTION_CREATOR\";s:11:\"description\";s:83:\"Manage your site, build your brand, and monetize your content with essential tools.\";s:5:\"price\";s:5:\"$3.99\";s:9:\"fullPrice\";s:5:\"$0.00\";s:3:\"url\";N;s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:8:\"priority\";i:10;s:8:\"features\";a:4:{i:0;s:26:\"Monetize Content with Ease\";i:1;s:32:\"4 Exclusive Social Media Plugins\";i:2;s:29:\"6 Exclusive Marketing Plugins\";i:3;s:31:\"Secure Payment Gateway Included\";}s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}}s:10:\"categories\";a:8:{i:0;a:5:{s:2:\"id\";s:36:\"0d0743fa-8f69-44ef-a64a-6f2bab8025d0\";s:4:\"name\";s:16:\"Store Operations\";s:8:\"priority\";i:70;s:5:\"count\";i:5;s:4:\"slug\";s:16:\"store-operations\";}i:1;a:5:{s:2:\"id\";s:36:\"1d464335-e588-4a5d-9f57-a7581a2273dc\";s:4:\"name\";s:26:\"Search Engine Optimization\";s:8:\"priority\";i:60;s:5:\"count\";i:6;s:4:\"slug\";s:26:\"search-engine-optimization\";}i:2;a:5:{s:2:\"id\";s:36:\"1df2e41d-7458-48c8-b2d7-a6dfd6ab9b01\";s:4:\"name\";s:16:\"Sales & Checkout\";s:8:\"priority\";i:50;s:5:\"count\";i:6;s:4:\"slug\";s:14:\"sales-checkout\";}i:3;a:5:{s:2:\"id\";s:36:\"2bb5e44d-4397-4816-bc21-ba8c94a21907\";s:4:\"name\";s:20:\"Content Monetization\";s:8:\"priority\";i:20;s:5:\"count\";i:4;s:4:\"slug\";s:20:\"content-monetization\";}i:4;a:5:{s:2:\"id\";s:36:\"4c1c3382-7a3e-410a-9ef5-1e532ce9640b\";s:4:\"name\";s:10:\"Core Tools\";s:8:\"priority\";i:10;s:5:\"count\";i:2;s:4:\"slug\";s:10:\"core-tools\";}i:5;a:5:{s:2:\"id\";s:36:\"a6d0db0e-a1db-442b-8bb3-80893c0a0072\";s:4:\"name\";s:20:\"Payments & Shippings\";s:8:\"priority\";i:45;s:5:\"count\";i:3;s:4:\"slug\";s:18:\"payments-shippings\";}i:6;a:5:{s:2:\"id\";s:36:\"a8519715-61b2-417a-8a4f-8ecbe27b1a4e\";s:4:\"name\";s:19:\"Customer Engagement\";s:8:\"priority\";i:30;s:5:\"count\";i:8;s:4:\"slug\";s:19:\"customer-engagement\";}i:7;a:5:{s:2:\"id\";s:36:\"f7959867-a50c-4ca3-ae7c-bd215d6fa681\";s:4:\"name\";s:18:\"Product Management\";s:8:\"priority\";i:40;s:5:\"count\";i:4;s:4:\"slug\";s:18:\"product-management\";}}s:7:\"premium\";a:38:{i:0;a:20:{s:2:\"id\";s:36:\"017f26ed-6a07-4489-806a-7c2b413d0b7d\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:13:\"Store Locator\";s:11:\"description\";s:73:\"Enable a store locator on your website to help customers find you easily.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:8:\"Bluehost\";s:3:\"url\";s:24:\"https://www.bluehost.com\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:56:\"{siteUrl}/wp-admin/admin.php?page=bh_store_locator_panel\";}s:15:\"plsProviderName\";s:8:\"bluehost\";s:7:\"plsSlug\";s:23:\"wp-plugin-store-locator\";s:8:\"download\";N;s:4:\"slug\";s:23:\"wp-plugin-store-locator\";s:8:\"basename\";s:51:\"wp-plugin-store-locator/wp-plugin-store-locator.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:64:\"https://cdn.hiive.space/solutions/entitlements/store-locator.svg\";s:12:\"featureImage\";s:78:\"https://cdn.hiive.space/solutions/feature/yith-store-locator-for-wordpress.svg\";}s:8:\"category\";s:16:\"Sales & Checkout\";s:12:\"categorySlug\";s:14:\"sales-checkout\";s:8:\"priority\";i:0;s:9:\"solutions\";a:2:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:1;a:20:{s:2:\"id\";s:36:\"08bba9a8-aa3d-4306-89e3-ae98d734c8a8\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:25:\"Customize My Account Page\";s:11:\"description\";s:76:\"Add videos, files, discount codes, and more to your customer\'s account page.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:8:\"Bluehost\";s:3:\"url\";s:24:\"https://www.bluehost.com\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:53:\"{siteUrl}/wp-admin/admin.php?page=bh_my_account_panel\";}s:15:\"plsProviderName\";s:8:\"bluehost\";s:7:\"plsSlug\";s:35:\"wp-plugin-customize-my-account-page\";s:8:\"download\";N;s:4:\"slug\";s:35:\"wp-plugin-customize-my-account-page\";s:8:\"basename\";s:75:\"wp-plugin-customize-my-account-page/wp-plugin-customize-my-account-page.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:76:\"https://cdn.hiive.space/solutions/entitlements/customize-my-account-page.svg\";s:12:\"featureImage\";s:87:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-customize-myaccount-page.svg\";}s:8:\"category\";s:16:\"Store Operations\";s:12:\"categorySlug\";s:16:\"store-operations\";s:8:\"priority\";i:0;s:9:\"solutions\";a:2:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:2;a:20:{s:2:\"id\";s:36:\"167a2053-98ab-4d13-bdf7-3913589ccaa1\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:15:\"Product Filters\";s:11:\"description\";s:103:\"Make it easier for customers to find what they need quickly, improving the overall shopping experience.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:8:\"Bluehost\";s:3:\"url\";s:24:\"https://www.bluehost.com\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:64:\"{siteUrl}/wp-admin/admin.php?page=bh_search_filter__filter_panel\";}s:15:\"plsProviderName\";s:8:\"bluehost\";s:7:\"plsSlug\";s:23:\"wp-plugin-search-filter\";s:8:\"download\";N;s:4:\"slug\";s:23:\"wp-plugin-search-filter\";s:8:\"basename\";s:51:\"wp-plugin-search-filter/wp-plugin-search-filter.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:66:\"https://cdn.hiive.space/solutions/entitlements/product-filters.svg\";s:12:\"featureImage\";s:78:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-ajax-navigation.svg\";}s:8:\"category\";s:19:\"Customer Engagement\";s:12:\"categorySlug\";s:19:\"customer-engagement\";s:8:\"priority\";i:0;s:9:\"solutions\";a:1:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:3;a:20:{s:2:\"id\";s:36:\"1b080683-ea8f-4300-ac81-afc7e6355d40\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:9:\"Yoast SEO\";s:11:\"description\";s:118:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the Yoast SEO plugin.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:5:\"Yoast\";s:3:\"url\";s:18:\"https://yoast.com/\";}s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:3:\"cta\";a:2:{s:4:\"text\";s:9:\"Configure\";s:3:\"url\";s:78:\"{siteUrl}/wp-admin/admin.php?page=wpseo_dashboard#top#first-time-configuration\";}s:15:\"plsProviderName\";N;s:7:\"plsSlug\";N;s:8:\"download\";s:70:\"https://downloads.wordpress.org/plugin/wordpress-seo.latest-stable.zip\";s:4:\"slug\";s:6:\"wp-seo\";s:8:\"basename\";s:24:\"wordpress-seo/wp-seo.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:64:\"https://cdn.hiive.space/solutions/entitlements/yoast-premium.svg\";s:12:\"featureImage\";s:51:\"https://cdn.hiive.space/solutions/feature/yoast.svg\";}s:8:\"category\";s:26:\"Search Engine Optimization\";s:12:\"categorySlug\";s:26:\"search-engine-optimization\";s:8:\"priority\";i:0;s:9:\"solutions\";a:3:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";i:2;s:19:\"WP_SOLUTION_CREATOR\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:4;a:20:{s:2:\"id\";s:36:\"252488a7-4a63-4a32-a9e2-edbed8f1aad1\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:17:\"Affiliate Program\";s:11:\"description\";s:75:\"Grant your affiliates earnings each time someone purchases from their link.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:8:\"Bluehost\";s:3:\"url\";s:25:\"https://www.bluehost.com/\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:53:\"{siteUrl}/wp-admin/admin.php?page=bh_affiliates_panel\";}s:15:\"plsProviderName\";s:8:\"bluehost\";s:7:\"plsSlug\";s:20:\"wp-plugin-affiliates\";s:8:\"download\";N;s:4:\"slug\";s:20:\"wp-plugin-affiliates\";s:8:\"basename\";s:45:\"wp-plugin-affiliates/wp-plugin-affiliates.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:69:\"https://cdn.hiive.space/solutions/entitlements/affiliate-programs.svg\";s:12:\"featureImage\";s:73:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-affiliates.svg\";}s:8:\"category\";s:20:\"Content Monetization\";s:12:\"categorySlug\";s:20:\"content-monetization\";s:8:\"priority\";i:0;s:9:\"solutions\";a:3:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";i:2;s:19:\"WP_SOLUTION_CREATOR\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:5;a:20:{s:2:\"id\";s:36:\"2630e0f2-67d8-4bb0-91fd-ac8fd995805c\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:9:\"Wishlists\";s:11:\"description\";s:75:\"Let customers add products to lists and share them with family and friends.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:8:\"Bluehost\";s:3:\"url\";s:24:\"https://www.bluehost.com\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:51:\"{siteUrl}/wp-admin/admin.php?page=bh_wishlist_panel\";}s:15:\"plsProviderName\";s:8:\"bluehost\";s:7:\"plsSlug\";s:18:\"wp-plugin-wishlist\";s:8:\"download\";N;s:4:\"slug\";s:18:\"wp-plugin-wishlist\";s:8:\"basename\";s:41:\"wp-plugin-wishlist/wp-plugin-wishlist.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:60:\"https://cdn.hiive.space/solutions/entitlements/wishlists.svg\";s:12:\"featureImage\";s:71:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-wishlist.svg\";}s:8:\"category\";s:19:\"Customer Engagement\";s:12:\"categorySlug\";s:19:\"customer-engagement\";s:8:\"priority\";i:0;s:9:\"solutions\";a:1:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:6;a:20:{s:2:\"id\";s:36:\"2f91fdad-a3a2-477d-a6b6-f5b1e7c5c753\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:15:\"Stripe Payments\";s:11:\"description\";s:83:\"Allow your users to pay with a credit card and use Stripe to process your payments.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:8:\"Bluehost\";s:3:\"url\";s:24:\"https://www.bluehost.com\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:67:\"{siteUrl}/wp-admin/admin.php?page=bh_payments_shipping_stripe_panel\";}s:15:\"plsProviderName\";s:8:\"bluehost\";s:7:\"plsSlug\";s:27:\"wp-plugin-payments-shipping\";s:8:\"download\";N;s:4:\"slug\";s:27:\"wp-plugin-payments-shipping\";s:8:\"basename\";s:59:\"wp-plugin-payments-shipping/wp-plugin-payments-shipping.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:57:\"https://cdn.hiive.space/solutions/entitlements/stripe.svg\";s:12:\"featureImage\";s:52:\"https://cdn.hiive.space/solutions/feature/stripe.svg\";}s:8:\"category\";s:20:\"Payments & Shippings\";s:12:\"categorySlug\";s:18:\"payments-shippings\";s:8:\"priority\";i:0;s:9:\"solutions\";a:2:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_CREATOR\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:7;a:20:{s:2:\"id\";s:36:\"4237c463-3032-43df-836c-cfd69673c786\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:12:\"PDF Invoices\";s:11:\"description\";s:76:\"Generate invoices and create packing slips to speed up the shipping process.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:8:\"Bluehost\";s:3:\"url\";s:24:\"https://www.bluehost.com\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:54:\"{siteUrl}/wp-admin/admin.php?page=bh_pdf_invoice_panel\";}s:15:\"plsProviderName\";s:8:\"bluehost\";s:7:\"plsSlug\";s:22:\"wp-plugin-pdf-invoices\";s:8:\"download\";N;s:4:\"slug\";s:22:\"wp-plugin-pdf-invoices\";s:8:\"basename\";s:49:\"wp-plugin-pdf-invoices/wp-plugin-pdf-invoices.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:63:\"https://cdn.hiive.space/solutions/entitlements/pdf-invoices.svg\";s:12:\"featureImage\";s:74:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-pdf-invoice.svg\";}s:8:\"category\";s:19:\"Customer Engagement\";s:12:\"categorySlug\";s:19:\"customer-engagement\";s:8:\"priority\";i:0;s:9:\"solutions\";a:2:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:8;a:20:{s:2:\"id\";s:36:\"49efa0f3-4e0d-43a7-a486-5e87420d995a\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:7:\"Jetpack\";s:11:\"description\";s:69:\"Security, performance, and marketing tools made by WordPress experts.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:10:\"Automattic\";s:3:\"url\";s:20:\"https://jetpack.com/\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:44:\"{siteUrl}/wp-admin/admin.php?page=my-jetpack\";}s:15:\"plsProviderName\";N;s:7:\"plsSlug\";N;s:8:\"download\";s:64:\"https://downloads.wordpress.org/plugin/jetpack.latest-stable.zip\";s:4:\"slug\";s:7:\"jetpack\";s:8:\"basename\";s:19:\"jetpack/jetpack.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:58:\"https://cdn.hiive.space/solutions/entitlements/jetpack.svg\";s:12:\"featureImage\";s:53:\"https://cdn.hiive.space/solutions/feature/jetpack.svg\";}s:8:\"category\";s:16:\"Store Operations\";s:12:\"categorySlug\";s:16:\"store-operations\";s:8:\"priority\";i:0;s:9:\"solutions\";a:1:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:9;a:20:{s:2:\"id\";s:36:\"4b2431a7-5b2e-48d1-8d83-5b317a68b6cb\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:10:\"Sensei LMS\";s:11:\"description\";s:67:\"Create beautiful and engaging online courses, lessons, and quizzes.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:10:\"Automattic\";s:3:\"url\";s:23:\"https://automattic.com/\";}s:3:\"url\";s:22:\"https://senseilms.com/\";s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:40:\"{siteUrl}/wp-admin/admin.php?page=sensei\";}s:15:\"plsProviderName\";N;s:7:\"plsSlug\";N;s:8:\"download\";s:67:\"https://downloads.wordpress.org/plugin/sensei-lms.latest-stable.zip\";s:4:\"slug\";s:10:\"sensei-lms\";s:8:\"basename\";s:25:\"sensei-lms/sensei-lms.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:61:\"https://cdn.hiive.space/solutions/entitlements/sensei-lms.svg\";s:12:\"featureImage\";s:56:\"https://cdn.hiive.space/solutions/feature/sensei-lms.svg\";}s:8:\"category\";s:20:\"Content Monetization\";s:12:\"categorySlug\";s:20:\"content-monetization\";s:8:\"priority\";i:0;s:9:\"solutions\";a:3:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";i:2;s:19:\"WP_SOLUTION_CREATOR\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:10;a:20:{s:2:\"id\";s:36:\"50a22e06-dd90-4b51-a9bb-1e096d17232a\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:10:\"Easy Login\";s:11:\"description\";s:101:\"Streamline the login and signup process by allowing visitors to use their Google or Facebook account.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:8:\"Bluehost\";s:3:\"url\";s:25:\"https://www.bluehost.com/\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:53:\"{siteUrl}/wp-admin/admin.php?page=bh_easy_login_panel\";}s:15:\"plsProviderName\";s:8:\"bluehost\";s:7:\"plsSlug\";s:20:\"wp-plugin-easy-login\";s:8:\"download\";N;s:4:\"slug\";s:20:\"wp-plugin-easy-login\";s:8:\"basename\";s:45:\"wp-plugin-easy-login/wp-plugin-easy-login.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:61:\"https://cdn.hiive.space/solutions/entitlements/easy-login.svg\";s:12:\"featureImage\";s:75:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-social-login.svg\";}s:8:\"category\";s:19:\"Customer Engagement\";s:12:\"categorySlug\";s:19:\"customer-engagement\";s:8:\"priority\";i:0;s:9:\"solutions\";a:3:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";i:2;s:19:\"WP_SOLUTION_CREATOR\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:11;a:20:{s:2:\"id\";s:36:\"559ab6ba-15fa-4800-a8ad-c39befcd6913\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:10:\"Gift Cards\";s:11:\"description\";s:75:\"Offer customizable gift cards with personalized messages for the recipient.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:8:\"Bluehost\";s:3:\"url\";s:24:\"https://www.bluehost.com\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:53:\"{siteUrl}/wp-admin/admin.php?page=bh_gift_cards_panel\";}s:15:\"plsProviderName\";s:8:\"bluehost\";s:7:\"plsSlug\";s:20:\"wp-plugin-gift-cards\";s:8:\"download\";N;s:4:\"slug\";s:20:\"wp-plugin-gift-cards\";s:8:\"basename\";s:45:\"wp-plugin-gift-cards/wp-plugin-gift-cards.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:61:\"https://cdn.hiive.space/solutions/entitlements/gift-cards.svg\";s:12:\"featureImage\";s:73:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-gift-cards.svg\";}s:8:\"category\";s:16:\"Sales & Checkout\";s:12:\"categorySlug\";s:14:\"sales-checkout\";s:8:\"priority\";i:0;s:9:\"solutions\";a:1:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:12;a:20:{s:2:\"id\";s:36:\"55d418f0-38aa-458d-a1b5-9d794dcaeabd\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:15:\"Yoast Local SEO\";s:11:\"description\";s:63:\"Increase your online presence and search rank on a local level.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:5:\"Yoast\";s:3:\"url\";s:17:\"https://yoast.com\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:45:\"{siteUrl}/wp-admin/admin.php?page=wpseo_local\";}s:15:\"plsProviderName\";s:5:\"yoast\";s:7:\"plsSlug\";s:15:\"yoast-seo-local\";s:8:\"download\";N;s:4:\"slug\";s:9:\"local-seo\";s:8:\"basename\";s:25:\"wpseo-local/local-seo.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:66:\"https://cdn.hiive.space/solutions/entitlements/yoast-local-seo.svg\";s:12:\"featureImage\";s:61:\"https://cdn.hiive.space/solutions/feature/yoast-seo-local.svg\";}s:8:\"category\";s:26:\"Search Engine Optimization\";s:12:\"categorySlug\";s:26:\"search-engine-optimization\";s:8:\"priority\";i:0;s:9:\"solutions\";a:2:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:13;a:20:{s:2:\"id\";s:36:\"55f77557-8a49-4db6-a028-bb100cb5c029\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:14:\"Yoast News SEO\";s:11:\"description\";s:117:\"Ensure faster indexing and better visibility of your news articles in Google News, driving more traffic to your site.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:5:\"Yoast\";s:3:\"url\";s:17:\"https://yoast.com\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:44:\"{siteUrl}/wp-admin/admin.php?page=wpseo_news\";}s:15:\"plsProviderName\";s:5:\"yoast\";s:7:\"plsSlug\";s:14:\"yoast-seo-news\";s:8:\"download\";N;s:4:\"slug\";s:10:\"wpseo-news\";s:8:\"basename\";s:25:\"wpseo-news/wpseo-news.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:65:\"https://cdn.hiive.space/solutions/entitlements/yoast-news-seo.svg\";s:12:\"featureImage\";s:60:\"https://cdn.hiive.space/solutions/feature/yoast-seo-news.svg\";}s:8:\"category\";s:26:\"Search Engine Optimization\";s:12:\"categorySlug\";s:26:\"search-engine-optimization\";s:8:\"priority\";i:0;s:9:\"solutions\";a:3:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";i:2;s:19:\"WP_SOLUTION_CREATOR\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:14;a:20:{s:2:\"id\";s:36:\"59ab96ef-ff8a-4f81-bb0c-f6422719ad58\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:18:\"Product Comparison\";s:11:\"description\";s:76:\"Compare products to highlight differences and focus on key product features.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:4:\"Yith\";s:3:\"url\";s:21:\"https://yithemes.com/\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:55:\"{siteUrl}/wp-admin/admin.php?page=yith_woocompare_panel\";}s:15:\"plsProviderName\";s:4:\"yith\";s:7:\"plsSlug\";s:24:\"yith-woocommerce-compare\";s:8:\"download\";N;s:4:\"slug\";s:4:\"init\";s:8:\"basename\";s:41:\"yith-woocommerce-compare-premium/init.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:69:\"https://cdn.hiive.space/solutions/entitlements/product-comparison.svg\";s:12:\"featureImage\";s:70:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-compare.svg\";}s:8:\"category\";s:18:\"Product Management\";s:12:\"categorySlug\";s:18:\"product-management\";s:8:\"priority\";i:0;s:9:\"solutions\";a:1:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:15;a:20:{s:2:\"id\";s:36:\"5ef26369-550f-4e9a-870d-0771197bdf91\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:21:\"Yoast WooCommerce SEO\";s:11:\"description\";s:65:\"Unlock extra tools, features, and SEO for your WooCommerce store.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:5:\"Yoast\";s:3:\"url\";s:17:\"https://yoast.com\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:43:\"{siteUrl}/wp-admin/admin.php?page=wpseo_woo\";}s:15:\"plsProviderName\";s:5:\"yoast\";s:7:\"plsSlug\";s:21:\"yoast-seo-woocommerce\";s:8:\"download\";N;s:4:\"slug\";s:17:\"wpseo-woocommerce\";s:8:\"basename\";s:39:\"wpseo-woocommerce/wpseo-woocommerce.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:72:\"https://cdn.hiive.space/solutions/entitlements/yoast-woocommerce-seo.svg\";s:12:\"featureImage\";s:67:\"https://cdn.hiive.space/solutions/feature/yoast-seo-woocommerce.svg\";}s:8:\"category\";s:26:\"Search Engine Optimization\";s:12:\"categorySlug\";s:26:\"search-engine-optimization\";s:8:\"priority\";i:0;s:9:\"solutions\";a:1:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:16;a:20:{s:2:\"id\";s:36:\"694770cc-dfee-481d-b3b4-6b456cc0c47c\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:16:\"Advanced Reviews\";s:11:\"description\";s:65:\"Get positive product reviews and use social proof to drive sales.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:8:\"Bluehost\";s:3:\"url\";s:24:\"https://www.bluehost.com\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:59:\"{siteUrl}/wp-admin/admin.php?page=bh_advanced_reviews_panel\";}s:15:\"plsProviderName\";s:8:\"bluehost\";s:7:\"plsSlug\";s:26:\"wp-plugin-advanced-reviews\";s:8:\"download\";N;s:4:\"slug\";s:26:\"wp-plugin-advanced-reviews\";s:8:\"basename\";s:57:\"wp-plugin-advanced-reviews/wp-plugin-advanced-reviews.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:67:\"https://cdn.hiive.space/solutions/entitlements/advanced-reviews.svg\";s:12:\"featureImage\";s:79:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-advanced-reviews.svg\";}s:8:\"category\";s:18:\"Product Management\";s:12:\"categorySlug\";s:18:\"product-management\";s:8:\"priority\";i:0;s:9:\"solutions\";a:2:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:17;a:20:{s:2:\"id\";s:36:\"6b6d87a4-025d-48d0-966c-da97e0d6c453\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:24:\"Creative Email Marketing\";s:11:\"description\";s:64:\"Send newsletters, promotions, updates, and transactional emails.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:15:\"Newfold Digital\";s:3:\"url\";s:19:\"https://newfold.com\";}s:3:\"url\";s:64:\"https://wordpress.org/plugins/creative-mail-by-constant-contact/\";s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:46:\"{siteUrl}/wp-admin/admin.php?page=creativemail\";}s:15:\"plsProviderName\";N;s:7:\"plsSlug\";N;s:8:\"download\";s:90:\"https://downloads.wordpress.org/plugin/creative-mail-by-constant-contact.latest-stable.zip\";s:4:\"slug\";s:20:\"creative-mail-plugin\";s:8:\"basename\";s:58:\"creative-mail-by-constant-contact/creative-mail-plugin.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:79:\"https://cdn.hiive.space/solutions/entitlements/creativemail-email-marketing.svg\";s:12:\"featureImage\";s:66:\"https://cdn.hiive.space/solutions/feature/creative-mail-plugin.svg\";}s:8:\"category\";s:20:\"Content Monetization\";s:12:\"categorySlug\";s:20:\"content-monetization\";s:8:\"priority\";i:0;s:9:\"solutions\";a:3:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";i:2;s:19:\"WP_SOLUTION_CREATOR\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:18;a:20:{s:2:\"id\";s:36:\"6d22b3db-5884-4a83-83eb-b7ed39c99bc8\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:15:\"Email Templates\";s:11:\"description\";s:58:\"Manage and customize email templates sent from your store.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:8:\"Bluehost\";s:3:\"url\";s:25:\"https://www.bluehost.com/\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:58:\"{siteUrl}/wp-admin/admin.php?page=bh_email_templates_panel\";}s:15:\"plsProviderName\";s:8:\"bluehost\";s:7:\"plsSlug\";s:25:\"wp-plugin-email-templates\";s:8:\"download\";N;s:4:\"slug\";s:25:\"wp-plugin-email-templates\";s:8:\"basename\";s:55:\"wp-plugin-email-templates/wp-plugin-email-templates.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:73:\"https://cdn.hiive.space/solutions/entitlements/custom-email-templates.svg\";s:12:\"featureImage\";s:78:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-email-templates.svg\";}s:8:\"category\";s:19:\"Customer Engagement\";s:12:\"categorySlug\";s:19:\"customer-engagement\";s:8:\"priority\";i:0;s:9:\"solutions\";a:3:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";i:2;s:19:\"WP_SOLUTION_CREATOR\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:19;a:20:{s:2:\"id\";s:36:\"6f6f6bd0-2747-46ff-b01d-c1bbc0892017\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:17:\"SMS Notifications\";s:11:\"description\";s:69:\"You and your customer can stay updated on all order activity via SMS.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:8:\"Bluehost\";s:3:\"url\";s:25:\"https://www.bluehost.com/\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:60:\"{siteUrl}/wp-admin/admin.php?page=bh_sms_notifications_panel\";}s:15:\"plsProviderName\";s:8:\"bluehost\";s:7:\"plsSlug\";s:27:\"wp-plugin-sms-notifications\";s:8:\"download\";N;s:4:\"slug\";s:27:\"wp-plugin-sms-notifications\";s:8:\"basename\";s:59:\"wp-plugin-sms-notifications/wp-plugin-sms-notifications.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:68:\"https://cdn.hiive.space/solutions/entitlements/sms-notifications.svg\";s:12:\"featureImage\";s:80:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-sms-notifications.svg\";}s:8:\"category\";s:16:\"Store Operations\";s:12:\"categorySlug\";s:16:\"store-operations\";s:8:\"priority\";i:0;s:9:\"solutions\";a:2:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:20;a:20:{s:2:\"id\";s:36:\"73d13b9b-7072-494c-9fb2-d043a44f71eb\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:31:\"Product Add-Ons & Extra Options\";s:11:\"description\";s:78:\"Add advanced options (free or paid) to your product pages using varied fields.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:8:\"Bluehost\";s:3:\"url\";s:24:\"https://www.bluehost.com\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:58:\"{siteUrl}/wp-admin/admin.php?page=bh_product_add_ons_panel\";}s:15:\"plsProviderName\";s:8:\"bluehost\";s:7:\"plsSlug\";s:25:\"wp-plugin-product-add-ons\";s:8:\"download\";N;s:4:\"slug\";s:25:\"wp-plugin-product-add-ons\";s:8:\"basename\";s:55:\"wp-plugin-product-add-ons/wp-plugin-product-add-ons.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:80:\"https://cdn.hiive.space/solutions/entitlements/product-add-ons-extra-options.svg\";s:12:\"featureImage\";s:87:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-advanced-product-options.svg\";}s:8:\"category\";s:18:\"Product Management\";s:12:\"categorySlug\";s:18:\"product-management\";s:8:\"priority\";i:0;s:9:\"solutions\";a:1:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:21;a:20:{s:2:\"id\";s:36:\"77c00c44-3880-4f19-9798-6aa44445c12e\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:11:\"Tab Manager\";s:11:\"description\";s:69:\"Setup customized tabs in product pages to show all the info you need.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:4:\"Yith\";s:3:\"url\";s:21:\"https://yithemes.com/\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:83:\"{siteUrl}/wp-admin/edit.php?post_type=ywtm_tab&yith-plugin-fw-panel-skip-redirect=1\";}s:15:\"plsProviderName\";s:4:\"yith\";s:7:\"plsSlug\";s:28:\"yith-woocommerce-tab-manager\";s:8:\"download\";N;s:4:\"slug\";s:4:\"init\";s:8:\"basename\";s:45:\"yith-woocommerce-tab-manager-premium/init.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:66:\"https://cdn.hiive.space/solutions/entitlements/pdp-tab-manager.svg\";s:12:\"featureImage\";s:74:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-tab-manager.svg\";}s:8:\"category\";s:18:\"Product Management\";s:12:\"categorySlug\";s:18:\"product-management\";s:8:\"priority\";i:0;s:9:\"solutions\";a:1:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:22;a:20:{s:2:\"id\";s:36:\"7b19a90e-d222-499d-8338-618ef42dd5ce\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:8:\"Ecomdash\";s:11:\"description\";s:146:\"Seamlessly connects your Ecomdash with WooCommerce, syncing inventory, orders, and more—so you can save time and focus on growing your business.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:15:\"Newfold Digital\";s:3:\"url\";s:20:\"https://newfold.com/\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:21:\"Manage Sales Channels\";s:3:\"url\";s:50:\"{siteUrl}/wp-admin/admin.php?page=newfold-ecomdash\";}s:15:\"plsProviderName\";N;s:7:\"plsSlug\";N;s:8:\"download\";s:70:\"https://hiive.cloud/workers/plugin-downloads/ecomdash-wordpress-plugin\";s:4:\"slug\";s:15:\"ecomdash-plugin\";s:8:\"basename\";s:45:\"ecomdash-wordpress-plugin/ecomdash-plugin.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:59:\"https://cdn.hiive.space/solutions/entitlements/ecomdash.svg\";s:12:\"featureImage\";s:61:\"https://cdn.hiive.space/solutions/feature/ecomdash-plugin.svg\";}s:8:\"category\";s:16:\"Store Operations\";s:12:\"categorySlug\";s:16:\"store-operations\";s:8:\"priority\";i:0;s:9:\"solutions\";a:1:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:23;a:20:{s:2:\"id\";s:36:\"7bdecca7-8e00-4cf2-b022-71e0dae1cd7c\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:11:\"Memberships\";s:11:\"description\";s:130:\"Create membership plans to allow access to products, pages, articles, and restricted areas of your website for registered members.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:8:\"Bluehost\";s:3:\"url\";s:25:\"https://www.bluehost.com/\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:55:\"{siteUrl}/wp-admin/edit.php?post_type=bh-mbs-membership\";}s:15:\"plsProviderName\";s:8:\"bluehost\";s:7:\"plsSlug\";s:21:\"wp-plugin-memberships\";s:8:\"download\";N;s:4:\"slug\";s:21:\"wp-plugin-memberships\";s:8:\"basename\";s:47:\"wp-plugin-memberships/wp-plugin-memberships.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:62:\"https://cdn.hiive.space/solutions/entitlements/memberships.svg\";s:12:\"featureImage\";s:73:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-membership.svg\";}s:8:\"category\";s:20:\"Content Monetization\";s:12:\"categorySlug\";s:20:\"content-monetization\";s:8:\"priority\";i:0;s:9:\"solutions\";a:3:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";i:2;s:19:\"WP_SOLUTION_CREATOR\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:24;a:20:{s:2:\"id\";s:36:\"86c50ce7-b6b7-492c-9f3b-0059429c7900\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:20:\"Product Catalog Mode\";s:11:\"description\";s:73:\"Encourage customers to contact you for pricing or additional information.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:8:\"Bluehost\";s:3:\"url\";s:24:\"https://www.bluehost.com\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:55:\"{siteUrl}/wp-admin/admin.php?page=bh_catalog_mode_panel\";}s:15:\"plsProviderName\";s:8:\"bluehost\";s:7:\"plsSlug\";s:22:\"wp-plugin-catalog-mode\";s:8:\"download\";N;s:4:\"slug\";s:22:\"wp-plugin-catalog-mode\";s:8:\"basename\";s:49:\"wp-plugin-catalog-mode/wp-plugin-catalog-mode.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:63:\"https://cdn.hiive.space/solutions/entitlements/catalog-mode.svg\";s:12:\"featureImage\";s:75:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-catalog-mode.svg\";}s:8:\"category\";s:19:\"Customer Engagement\";s:12:\"categorySlug\";s:19:\"customer-engagement\";s:8:\"priority\";i:0;s:9:\"solutions\";a:2:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:25;a:20:{s:2:\"id\";s:36:\"86d752d2-4e50-4086-9a19-3d3c41d21914\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:13:\"Jetpack Forms\";s:11:\"description\";s:98:\"Capture contacts, leads, and questions from your posts and pages, with the power of Jetpack Forms.\";s:15:\"longDescription\";s:110:\"Build a robust contact list and manage subscriber relationships effectively, enhancing your marketing efforts.\";s:6:\"author\";a:2:{s:4:\"name\";s:10:\"Automattic\";s:3:\"url\";s:20:\"https://jetpack.com/\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:58:\"{siteUrl}/wp-admin/admin.php?page=check-jetpack-connection\";}s:15:\"plsProviderName\";N;s:7:\"plsSlug\";N;s:8:\"download\";s:64:\"https://downloads.wordpress.org/plugin/jetpack.latest-stable.zip\";s:4:\"slug\";s:7:\"jetpack\";s:8:\"basename\";s:19:\"jetpack/jetpack.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:64:\"https://cdn.hiive.space/solutions/entitlements/jetpack-forms.svg\";s:12:\"featureImage\";s:59:\"https://cdn.hiive.space/solutions/feature/jetpack-forms.svg\";}s:8:\"category\";s:10:\"Core Tools\";s:12:\"categorySlug\";s:10:\"core-tools\";s:8:\"priority\";i:0;s:9:\"solutions\";a:3:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";i:2;s:19:\"WP_SOLUTION_CREATOR\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:26;a:20:{s:2:\"id\";s:36:\"88ee6385-b83b-4989-b00c-80a520886b32\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:18:\"One-Click Checkout\";s:11:\"description\";s:107:\"Enable an easy and one-quick checkout option (like on Amazon) for users already registered with your store.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:8:\"Bluehost\";s:3:\"url\";s:24:\"https://www.bluehost.com\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:61:\"{siteUrl}/wp-admin/admin.php?page=bh_one_click_checkout_panel\";}s:15:\"plsProviderName\";s:8:\"bluehost\";s:7:\"plsSlug\";s:28:\"wp-plugin-one-click-checkout\";s:8:\"download\";N;s:4:\"slug\";s:28:\"wp-plugin-one-click-checkout\";s:8:\"basename\";s:61:\"wp-plugin-one-click-checkout/wp-plugin-one-click-checkout.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:69:\"https://cdn.hiive.space/solutions/entitlements/one-click-checkout.svg\";s:12:\"featureImage\";s:81:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-one-click-checkout.svg\";}s:8:\"category\";s:16:\"Sales & Checkout\";s:12:\"categorySlug\";s:14:\"sales-checkout\";s:8:\"priority\";i:0;s:9:\"solutions\";a:1:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:27;a:20:{s:2:\"id\";s:36:\"8f2ee7f7-e230-4587-a8b6-b222cfd5d0e6\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:16:\"Points & Rewards\";s:11:\"description\";s:57:\"Reward customer loyalty with an effective points program.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:4:\"Yith\";s:3:\"url\";s:21:\"https://yithemes.com/\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:69:\"{siteUrl}/wp-admin/admin.php?page=yith_woocommerce_points_and_rewards\";}s:15:\"plsProviderName\";s:4:\"yith\";s:7:\"plsSlug\";s:35:\"yith-woocommerce-points-and-rewards\";s:8:\"download\";N;s:4:\"slug\";s:4:\"init\";s:8:\"basename\";s:52:\"yith-woocommerce-points-and-rewards-premium/init.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:65:\"https://cdn.hiive.space/solutions/entitlements/points-rewards.svg\";s:12:\"featureImage\";s:81:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-points-and-rewards.svg\";}s:8:\"category\";s:19:\"Customer Engagement\";s:12:\"categorySlug\";s:19:\"customer-engagement\";s:8:\"priority\";i:0;s:9:\"solutions\";a:2:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:28;a:20:{s:2:\"id\";s:36:\"96684bf2-1282-4401-8015-1b553f35ea64\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:16:\"Shippo Shippings\";s:11:\"description\";s:113:\"The Shippo Shippings for WooCommerce plugin allows you to connect your Shippo accounts to your WooCommerce store.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:8:\"Bluehost\";s:3:\"url\";s:24:\"https://www.bluehost.com\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:68:\"{siteUrl}/wp-admin/admin.php?page= bh_payments_shipping_shippo_panel\";}s:15:\"plsProviderName\";s:8:\"bluehost\";s:7:\"plsSlug\";s:27:\"wp-plugin-payments-shipping\";s:8:\"download\";N;s:4:\"slug\";s:27:\"wp-plugin-payments-shipping\";s:8:\"basename\";s:59:\"wp-plugin-payments-shipping/wp-plugin-payments-shipping.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:57:\"https://cdn.hiive.space/solutions/entitlements/shippo.svg\";s:12:\"featureImage\";s:52:\"https://cdn.hiive.space/solutions/feature/shippo.svg\";}s:8:\"category\";s:20:\"Payments & Shippings\";s:12:\"categorySlug\";s:18:\"payments-shippings\";s:8:\"priority\";i:0;s:9:\"solutions\";a:2:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_CREATOR\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:29;a:20:{s:2:\"id\";s:36:\"ad68e506-8c2b-4c0f-a9e3-16623d00041e\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:23:\"Bookings & Appointments\";s:11:\"description\";s:48:\"Manage renting or booking of services and items.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:4:\"Yith\";s:3:\"url\";s:21:\"https://yithemes.com/\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:87:\"{siteUrl}/wp-admin/edit.php?post_type=yith_booking&yith-plugin-fw-panel-skip-redirect=1\";}s:15:\"plsProviderName\";s:4:\"yith\";s:7:\"plsSlug\";s:24:\"yith-woocommerce-booking\";s:8:\"download\";N;s:4:\"slug\";s:4:\"init\";s:8:\"basename\";s:41:\"yith-woocommerce-booking-premium/init.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:72:\"https://cdn.hiive.space/solutions/entitlements/bookings-appointments.svg\";s:12:\"featureImage\";s:70:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-booking.svg\";}s:8:\"category\";s:16:\"Sales & Checkout\";s:12:\"categorySlug\";s:14:\"sales-checkout\";s:8:\"priority\";i:0;s:9:\"solutions\";a:2:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:30;a:20:{s:2:\"id\";s:36:\"bb65fce0-24b6-4714-8d5d-3a693f428df4\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:13:\"Yoast Premium\";s:11:\"description\";s:118:\"SEO made easy! Improve your ranking in search engines, boost performance and visibility, and get 24/7 premium support.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:5:\"Yoast\";s:3:\"url\";s:17:\"https://yoast.com\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:63:\"{siteUrl}/wp-admin/admin.php?page=wpseo_installation_successful\";}s:15:\"plsProviderName\";s:5:\"yoast\";s:7:\"plsSlug\";s:27:\"yoast-seo-wordpress-premium\";s:8:\"download\";N;s:4:\"slug\";s:21:\"wordpress-seo-premium\";s:8:\"basename\";s:47:\"wordpress-seo-premium/wordpress-seo-premium.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:64:\"https://cdn.hiive.space/solutions/entitlements/yoast-premium.svg\";s:12:\"featureImage\";s:59:\"https://cdn.hiive.space/solutions/feature/yoast-premium.svg\";}s:8:\"category\";s:26:\"Search Engine Optimization\";s:12:\"categorySlug\";s:26:\"search-engine-optimization\";s:8:\"priority\";i:0;s:9:\"solutions\";a:0:{}s:5:\"ctbId\";s:36:\"57d6a568-783c-45e2-a388-847cff155897\";s:7:\"ctbHref\";s:92:\"https://yoast.com/?yst-add-to-cart=2811749&utm_source=wp-marketplace&utm_medium=brand-plugin\";}i:31;a:20:{s:2:\"id\";s:36:\"c5b99851-ede4-43e7-aeeb-038db754c26a\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:14:\"Product Search\";s:11:\"description\";s:77:\"Speed up search for your customers with a predictive real-time search engine.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:8:\"Bluehost\";s:3:\"url\";s:24:\"https://www.bluehost.com\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:64:\"{siteUrl}/wp-admin/admin.php?page=bh_search_filter__search_panel\";}s:15:\"plsProviderName\";s:8:\"bluehost\";s:7:\"plsSlug\";s:23:\"wp-plugin-search-filter\";s:8:\"download\";N;s:4:\"slug\";s:23:\"wp-plugin-search-filter\";s:8:\"basename\";s:51:\"wp-plugin-search-filter/wp-plugin-search-filter.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:65:\"https://cdn.hiive.space/solutions/entitlements/product-search.svg\";s:12:\"featureImage\";s:74:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-ajax-search.svg\";}s:8:\"category\";s:19:\"Customer Engagement\";s:12:\"categorySlug\";s:19:\"customer-engagement\";s:8:\"priority\";i:0;s:9:\"solutions\";a:1:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:32;a:20:{s:2:\"id\";s:36:\"d7ab2dba-840e-4881-a732-819e017d2b0a\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:15:\"PayPal Payments\";s:11:\"description\";s:37:\"Integrations for payments via PayPal.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:8:\"Bluehost\";s:3:\"url\";s:24:\"https://www.bluehost.com\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:67:\"{siteUrl}/wp-admin/admin.php?page=bh_payments_shipping_paypal_panel\";}s:15:\"plsProviderName\";s:8:\"bluehost\";s:7:\"plsSlug\";s:27:\"wp-plugin-payments-shipping\";s:8:\"download\";N;s:4:\"slug\";s:27:\"wp-plugin-payments-shipping\";s:8:\"basename\";s:59:\"wp-plugin-payments-shipping/wp-plugin-payments-shipping.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:57:\"https://cdn.hiive.space/solutions/entitlements/paypal.svg\";s:12:\"featureImage\";s:52:\"https://cdn.hiive.space/solutions/feature/paypal.svg\";}s:8:\"category\";s:20:\"Payments & Shippings\";s:12:\"categorySlug\";s:18:\"payments-shippings\";s:8:\"priority\";i:0;s:9:\"solutions\";a:2:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_CREATOR\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:33;a:20:{s:2:\"id\";s:36:\"da640085-ab9f-4ee7-a3ef-b5e278e810e0\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:15:\"Yoast Video SEO\";s:11:\"description\";s:103:\"Improve video ranking on Google Search results as well as page load speeds with embedded video content.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:5:\"Yoast\";s:3:\"url\";s:17:\"https://yoast.com\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:45:\"{siteUrl}/wp-admin/admin.php?page=wpseo_video\";}s:15:\"plsProviderName\";s:5:\"yoast\";s:7:\"plsSlug\";s:15:\"yoast-seo-video\";s:8:\"download\";N;s:4:\"slug\";s:9:\"video-seo\";s:8:\"basename\";s:25:\"wpseo-video/video-seo.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:66:\"https://cdn.hiive.space/solutions/entitlements/yoast-video-seo.svg\";s:12:\"featureImage\";s:61:\"https://cdn.hiive.space/solutions/feature/yoast-seo-video.svg\";}s:8:\"category\";s:26:\"Search Engine Optimization\";s:12:\"categorySlug\";s:26:\"search-engine-optimization\";s:8:\"priority\";i:0;s:9:\"solutions\";a:3:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";i:2;s:19:\"WP_SOLUTION_CREATOR\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:34;a:20:{s:2:\"id\";s:36:\"e86bfab7-c47d-4be6-b538-5cb4d1d4b504\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:10:\"WonderCart\";s:11:\"description\";s:71:\"Generate more sales with custom upsell, cross-sell and other campaigns.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:4:\"Yith\";s:3:\"url\";s:21:\"https://yithemes.com/\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:65:\"{siteUrl}/wp-admin/admin.php?page=bluehost#/store/sales_discounts\";}s:15:\"plsProviderName\";s:4:\"yith\";s:7:\"plsSlug\";s:11:\"wonder-cart\";s:8:\"download\";N;s:4:\"slug\";s:4:\"init\";s:8:\"basename\";s:20:\"wonder-cart/init.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:61:\"https://cdn.hiive.space/solutions/entitlements/wondercart.svg\";s:12:\"featureImage\";s:57:\"https://cdn.hiive.space/solutions/feature/wonder-cart.svg\";}s:8:\"category\";s:16:\"Sales & Checkout\";s:12:\"categorySlug\";s:14:\"sales-checkout\";s:8:\"priority\";i:0;s:9:\"solutions\";a:1:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:35;a:20:{s:2:\"id\";s:36:\"eda61ec6-5902-4848-8205-7b2a2dc73050\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:15:\"Request a Quote\";s:11:\"description\";s:107:\"Hide prices, disable shopping carts, and encourage customers to request a quote for products in your store.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:8:\"Bluehost\";s:3:\"url\";s:25:\"https://www.bluehost.com/\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:56:\"{siteUrl}/wp-admin/admin.php?page=bh_request_quote_panel\";}s:15:\"plsProviderName\";s:8:\"bluehost\";s:7:\"plsSlug\";s:23:\"wp-plugin-request-quote\";s:8:\"download\";N;s:4:\"slug\";s:23:\"wp-plugin-request-quote\";s:8:\"basename\";s:51:\"wp-plugin-request-quote/wp-plugin-request-quote.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:66:\"https://cdn.hiive.space/solutions/entitlements/request-a-quote.svg\";s:12:\"featureImage\";s:78:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-request-a-quote.svg\";}s:8:\"category\";s:16:\"Store Operations\";s:12:\"categorySlug\";s:16:\"store-operations\";s:8:\"priority\";i:0;s:9:\"solutions\";a:2:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:36;a:20:{s:2:\"id\";s:36:\"effa1363-dcf3-4858-a658-bf67de515b75\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:74:\"Create passive revenue by selling subscription-based products or services.\";s:15:\"longDescription\";N;s:6:\"author\";a:2:{s:4:\"name\";s:8:\"Bluehost\";s:3:\"url\";s:25:\"https://www.bluehost.com/\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:6:\"Manage\";s:3:\"url\";s:56:\"{siteUrl}/wp-admin/admin.php?page=bh_subscriptions_panel\";}s:15:\"plsProviderName\";s:8:\"bluehost\";s:7:\"plsSlug\";s:23:\"wp-plugin-subscriptions\";s:8:\"download\";N;s:4:\"slug\";s:23:\"wp-plugin-subscriptions\";s:8:\"basename\";s:51:\"wp-plugin-subscriptions/wp-plugin-subscriptions.php\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:64:\"https://cdn.hiive.space/solutions/entitlements/subscriptions.svg\";s:12:\"featureImage\";s:75:\"https://cdn.hiive.space/solutions/feature/yith-woocommerce-subscription.svg\";}s:8:\"category\";s:16:\"Sales & Checkout\";s:12:\"categorySlug\";s:14:\"sales-checkout\";s:8:\"priority\";i:0;s:9:\"solutions\";a:3:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";i:2;s:19:\"WP_SOLUTION_CREATOR\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}i:37;a:20:{s:2:\"id\";s:36:\"f79d5320-9ea1-465a-88be-c0ace631d123\";s:4:\"type\";s:7:\"feature\";s:4:\"name\";s:12:\"WonderBlocks\";s:11:\"description\";s:68:\"Build webpages fast with tailored block patterns and page templates.\";s:15:\"longDescription\";s:82:\"Build webpages fast with tailored block patterns and page templates and then some.\";s:6:\"author\";a:2:{s:4:\"name\";s:8:\"Bluehost\";s:3:\"url\";s:20:\"https://bluehost.com\";}s:3:\"url\";N;s:3:\"cta\";a:2:{s:4:\"text\";s:15:\"Build a Webpage\";s:3:\"url\";s:66:\"{siteUrl}/wp-admin/post-new.php?post_type=page&wb-library=patterns\";}s:15:\"plsProviderName\";N;s:7:\"plsSlug\";N;s:8:\"download\";N;s:4:\"slug\";s:0:\"\";s:8:\"basename\";s:0:\"\";s:5:\"image\";a:2:{s:12:\"primaryImage\";s:63:\"https://cdn.hiive.space/solutions/entitlements/wonderblocks.png\";s:12:\"featureImage\";s:58:\"https://cdn.hiive.space/solutions/feature/wonderblocks.svg\";}s:8:\"category\";s:10:\"Core Tools\";s:12:\"categorySlug\";s:10:\"core-tools\";s:8:\"priority\";i:0;s:9:\"solutions\";a:3:{i:0;s:20:\"WP_SOLUTION_COMMERCE\";i:1;s:19:\"WP_SOLUTION_SERVICE\";i:2;s:19:\"WP_SOLUTION_CREATOR\";}s:5:\"ctbId\";s:36:\"5dc83bdd-9274-4557-a6d7-0b2adbc3919f\";s:7:\"ctbHref\";s:83:\"https://www.bluehost.com/my-account/hosting/details#click-to-buy-WP_SOLUTION_FAMILY\";}}s:8:\"solution\";N;s:12:\"entitlements\";a:0:{}}','off'),(369197,'_transient_timeout__woocommerce_helper_subscriptions','1759513904','off'),(369198,'_transient__woocommerce_helper_subscriptions','a:6:{s:22:\"18734004633394-5571998\";a:28:{s:11:\"product_key\";s:35:\"W00-0a16d308-4783-af92-efe9568aed77\";s:10:\"product_id\";i:5571998;s:12:\"product_name\";s:10:\"Gift Cards\";s:11:\"product_url\";s:44:\"https://woocommerce.com/products/gift-cards/\";s:12:\"product_icon\";s:92:\"https://woocommerce.com/wp-content/uploads/2020/03/Gift_Cards_icon-marketplace-160x160-1.png\";s:12:\"product_slug\";s:10:\"gift-cards\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:7:\"&#36;79\";s:17:\"documentation_url\";s:44:\"https://woocommerce.com/document/gift-cards/\";s:8:\"zip_slug\";s:22:\"woocommerce-gift-cards\";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:1765657224;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:18734004633394;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:0;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-0a16d308-4783-af92-efe9568aed77\";}s:14:\"product_status\";s:7:\"publish\";}s:20:\"18734004519189-18633\";a:28:{s:11:\"product_key\";s:35:\"W00-cdd2def1-426b-8090-1abc5c997911\";s:10:\"product_id\";i:18633;s:12:\"product_name\";s:29:\"Gravity Forms Product Add-ons\";s:11:\"product_url\";s:55:\"https://woocommerce.com/products/gravity-forms-add-ons/\";s:12:\"product_icon\";s:0:\"\";s:12:\"product_slug\";s:21:\"gravity-forms-add-ons\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:8:\"&#36;109\";s:17:\"documentation_url\";s:73:\"https://woocommerce.com/document/woocommerce-gravity-forms-product-addons\";s:8:\"zip_slug\";s:39:\"woocommerce-gravityforms-product-addons\";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:1764209560;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:18734004519189;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:0;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-cdd2def1-426b-8090-1abc5c997911\";}s:14:\"product_status\";s:7:\"publish\";}s:29:\"18734004380863-18734001818589\";a:28:{s:11:\"product_key\";s:35:\"W00-32c5f638-41f9-8366-e396d04887ab\";s:10:\"product_id\";i:18734001818589;s:12:\"product_name\";s:26:\"Product Options and Addons\";s:11:\"product_url\";s:60:\"https://woocommerce.com/products/product-options-and-fields/\";s:12:\"product_icon\";s:86:\"https://woocommerce.com/wp-content/uploads/2023/01/Product-Options-and-Addons.png?w=80\";s:12:\"product_slug\";s:26:\"product-options-and-fields\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:7:\"&#36;69\";s:17:\"documentation_url\";s:60:\"https://woocommerce.com/document/product-options-and-fields/\";s:8:\"zip_slug\";s:33:\"addify-product-options-and-addons\";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:2219903;}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1761596319;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:18734004380863;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:0;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-32c5f638-41f9-8366-e396d04887ab\";}s:14:\"product_status\";s:7:\"publish\";}s:29:\"18734004380863-18734003445543\";a:28:{s:11:\"product_key\";s:35:\"W00-be48c861-4599-8634-f54089da6929\";s:10:\"product_id\";i:18734003445543;s:12:\"product_name\";s:5:\"eRide\";s:11:\"product_url\";s:39:\"https://woocommerce.com/products/eride/\";s:12:\"product_icon\";s:67:\"https://woocommerce.com/wp-content/uploads/2024/03/product-icon.png\";s:12:\"product_slug\";s:5:\"eride\";s:12:\"product_type\";s:5:\"theme\";s:21:\"product_regular_price\";s:7:\"&#36;59\";s:17:\"documentation_url\";s:39:\"https://woocommerce.com/document/eride/\";s:8:\"zip_slug\";s:5:\"eride\";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:2219903;}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1761596319;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:18734004380863;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:0;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-be48c861-4599-8634-f54089da6929\";}s:14:\"product_status\";s:7:\"publish\";}s:13:\"wporg-5278104\";a:26:{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:2219903;}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:1;s:7:\"expires\";i:1791039104;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:14:\"is_installable\";b:1;}s:23:\"woo-free-18734003407318\";a:26:{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:2219903;}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:1;s:7:\"expires\";i:1791039104;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:14:\"is_installable\";b:0;}}','off'),(369199,'_transient_timeout_action_scheduler_last_pastdue_actions_check','1759524704','off'),(369200,'_transient_action_scheduler_last_pastdue_actions_check','1759503104','off'),(369201,'_transient_timeout_jetpack_restapi_stats_cache_02670cd39ca9ecae962fcc37abc87889','1759503405','off'),(369202,'_transient_jetpack_restapi_stats_cache_02670cd39ca9ecae962fcc37abc87889','a:1:{i:1759503105;s:474:\"{\"date\":\"2025-10-03\",\"posts\":[{\"ID\":3467,\"views\":2},{\"ID\":3465,\"views\":0},{\"ID\":3274,\"views\":3},{\"ID\":3251,\"views\":3},{\"ID\":2465,\"views\":31},{\"ID\":2450,\"views\":2},{\"ID\":2448,\"views\":1},{\"ID\":2424,\"views\":3},{\"ID\":2391,\"views\":22},{\"ID\":2368,\"views\":2},{\"ID\":2334,\"views\":1},{\"ID\":2320,\"views\":2},{\"ID\":2307,\"views\":2},{\"ID\":2291,\"views\":1},{\"ID\":2208,\"views\":7},{\"ID\":2190,\"views\":25},{\"ID\":2186,\"views\":1},{\"ID\":2183,\"views\":0},{\"ID\":2180,\"views\":0},{\"ID\":2174,\"views\":0}]}\";}','off'),(369203,'_transient_timeout__woocommerce_helper_updates_count','1759546306','off'),(369204,'_transient__woocommerce_helper_updates_count','0','off'),(369205,'_transient_timeout_jetpack_jitm_802d0a982433c31f1b766fe84ec1a3f','1759503408','off'),(369206,'_transient_jetpack_jitm_802d0a982433c31f1b766fe84ec1a3f','a:1:{s:18:\"last_response_time\";i:1759503108;}','off'),(369209,'_transient_timeout_jetpack_restapi_stats_cache_34b319ee68fe904a13d748565320628e','1759503414','off'),(369210,'_transient_jetpack_restapi_stats_cache_34b319ee68fe904a13d748565320628e','a:1:{i:1759503114;s:185:\"{\"date\":\"2025-10-03\",\"posts\":[{\"ID\":2025,\"views\":14},{\"ID\":2008,\"views\":11},{\"ID\":1103,\"views\":4},{\"ID\":910,\"views\":2},{\"ID\":858,\"views\":16},{\"ID\":700,\"views\":6},{\"ID\":486,\"views\":68}]}\";}','off'),(369211,'_transient_timeout_jetpack_jitm_dbe0e9803f4729304c933c52c39c609','1759503416','off'),(369212,'_transient_jetpack_jitm_dbe0e9803f4729304c933c52c39c609','a:1:{s:18:\"last_response_time\";i:1759503116;}','off'),(369213,'_transient_timeout_nfd_data_wb_patterns_b574f5d1af229b31825f020b69e0688c','1759589523','off');
INSERT INTO `nbn_options` VALUES (369214,'_transient_nfd_data_wb_patterns_b574f5d1af229b31825f020b69e0688c','a:333:{i:0;a:11:{s:2:\"id\";s:36:\"9ac51f03-112c-4a19-abfc-ea37384691a9\";s:4:\"slug\";s:5:\"cta-1\";s:5:\"title\";s:5:\"cta-1\";s:11:\"description\";s:5:\"cta-1\";s:7:\"content\";s:4061:\"<!-- wp:group {\"metadata\":{\"name\":\"Call to Action\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-wb-call-to-action__cta-1\" ><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"}}}} --><div class=\"wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"stretch\"} --><div class=\"wp-block-column is-vertically-aligned-stretch\"><!-- wp:group {\"style\":{\"dimensions\":{\"minHeight\":\"100%\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\",\"verticalAlignment\":\"center\"}} --><div class=\"wp-block-group\" style=\"min-height:100%\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1618220048045-10a6dbdf83e0?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=900&h=900&crop=\",\"dimRatio\":0,\"isDark\":false,\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-cover is-light\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1618220048045-10a6dbdf83e0?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=900&h=900&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"fontSize\":\"large\"} --><p class=\"has-text-align-center has-large-font-size\"></p><!-- /wp:paragraph --></div></div><!-- /wp:cover --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"stretch\"} --><div class=\"wp-block-column is-vertically-aligned-stretch\"><!-- wp:group {\"style\":{\"dimensions\":{\"minHeight\":\"100%\"}},\"className\":\"nfd-gap-md nfd-p-card-square-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid-3\"} --><div class=\"nfd-gap-md nfd-p-card-square-lg wp-block-group nfd-bg-surface nfd-theme-darker nfd-bg-effect-grid-3\" style=\"min-height:100%\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"right\":\"16px\",\"left\":\"16px\",\"top\":\"6px\",\"bottom\":\"6px\"}}},\"className\":\"nfd-shadow-xs nfd-rounded-full \",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"dark\"} --><div class=\"nfd-shadow-xs nfd-rounded-full wp-block-group nfd-bg-surface nfd-theme-dark \" style=\"padding-top:6px;padding-right:16px;padding-bottom:6px;padding-left:16px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-xs\"} --><p class=\"nfd-text-xs\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\">Award Winning Agency</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:heading {\"textAlign\":\"left\",\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-left\">Build websites with Cloud Patterns.</h2><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-base nfd-text-balance\">We\'re a full-service design and development agency who specialize in useful solutions.</p><!-- /wp:paragraph --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"8px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"verticalAlignment\":\"stretch\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-wide is-style-fill\"} --><div class=\"nfd-btn-wide is-style-fill wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get in touch</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:8:{i:0;s:14:\"call to action\";i:1;s:5:\"split\";i:2;s:15:\"image with text\";i:3;s:6:\"button\";i:4;s:5:\"cover\";i:5;s:4:\"dark\";i:6;s:9:\"marketing\";i:7;s:11:\"interactive\";}s:10:\"categories\";s:14:\"call-to-action\";s:14:\"all_categories\";a:1:{i:0;s:14:\"call-to-action\";}s:7:\"context\";N;s:5:\"order\";i:10;s:11:\"is_featured\";b:0;}i:1;a:11:{s:2:\"id\";s:36:\"9ac51f03-5fad-4b0d-97bc-9342ac6f6971\";s:4:\"slug\";s:5:\"cta-2\";s:5:\"title\";s:5:\"cta-2\";s:11:\"description\";s:5:\"cta-2\";s:7:\"content\";s:4061:\"<!-- wp:group {\"metadata\":{\"name\":\"Call to Action\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-wb-call-to-action__cta-2\" ><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"}}}} --><div class=\"wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"stretch\"} --><div class=\"wp-block-column is-vertically-aligned-stretch\"><!-- wp:group {\"style\":{\"dimensions\":{\"minHeight\":\"100%\"}},\"className\":\"nfd-gap-md nfd-p-card-square-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid-3\"} --><div class=\"nfd-gap-md nfd-p-card-square-lg wp-block-group nfd-bg-surface nfd-theme-darker nfd-bg-effect-grid-3\" style=\"min-height:100%\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"right\":\"16px\",\"left\":\"16px\",\"top\":\"6px\",\"bottom\":\"6px\"}}},\"className\":\"nfd-shadow-xs nfd-rounded-full \",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"dark\"} --><div class=\"nfd-shadow-xs nfd-rounded-full wp-block-group nfd-bg-surface nfd-theme-dark \" style=\"padding-top:6px;padding-right:16px;padding-bottom:6px;padding-left:16px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-xs\"} --><p class=\"nfd-text-xs\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\">Award Winning Agency</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:heading {\"textAlign\":\"left\",\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-left\">Build websites with Cloud Patterns.</h2><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-base nfd-text-balance\">We\'re a full-service design and development agency who specialize in useful solutions.</p><!-- /wp:paragraph --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"8px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"verticalAlignment\":\"stretch\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-wide is-style-fill\"} --><div class=\"nfd-btn-wide is-style-fill wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get in touch</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"stretch\"} --><div class=\"wp-block-column is-vertically-aligned-stretch\"><!-- wp:group {\"style\":{\"dimensions\":{\"minHeight\":\"100%\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\",\"verticalAlignment\":\"center\"}} --><div class=\"wp-block-group\" style=\"min-height:100%\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1618220048045-10a6dbdf83e0?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=900&h=900&crop=\",\"dimRatio\":0,\"isDark\":false,\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-cover is-light\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1618220048045-10a6dbdf83e0?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=900&h=900&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"fontSize\":\"large\"} --><p class=\"has-text-align-center has-large-font-size\"></p><!-- /wp:paragraph --></div></div><!-- /wp:cover --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:8:{i:0;s:14:\"call to action\";i:1;s:5:\"split\";i:2;s:15:\"image with text\";i:3;s:6:\"button\";i:4;s:5:\"cover\";i:5;s:4:\"dark\";i:6;s:9:\"marketing\";i:7;s:11:\"interactive\";}s:10:\"categories\";s:14:\"call-to-action\";s:14:\"all_categories\";a:1:{i:0;s:14:\"call-to-action\";}s:7:\"context\";N;s:5:\"order\";i:20;s:11:\"is_featured\";b:0;}i:2;a:11:{s:2:\"id\";s:36:\"9ac51f03-9e95-40b3-a82a-3aec8a4b759f\";s:4:\"slug\";s:5:\"cta-3\";s:5:\"title\";s:5:\"cta-3\";s:11:\"description\";s:5:\"cta-3\";s:7:\"content\";s:2253:\"<!-- wp:group {\"className\":\"nfd-p-0\",\"metadata\":{\"name\":\"Call to Action\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"dots\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-0 is-style-nfd-theme-dark nfd-bg-effect-dots nfd-wb-call-to-action__cta-3\" ><!-- wp:group {\"style\":{\"border\":{\"top\":{\"width\":\"8px\"}}},\"className\":\"nfd-border-primary nfd-relative -nfd-top-1 nfd-p-card-square-lg nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-border-primary nfd-relative -nfd-top-1 nfd-p-card-square-lg nfd-gap-lg wp-block-group\" style=\"border-top-width:8px\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Build successful websites <br>with Cloud Patterns.</h2><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-md nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-md nfd-text-balance\">We\'re a full-service design and development agency who specialize in simple, useful and beautiful solutions.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"md:nfd-items-start nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"md:nfd-items-start nfd-gap-md wp-block-group\"><!-- wp:buttons {\"className\":\"nfd-text-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-md wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-xl \"} --><div class=\"nfd-btn-xl wp-block-button \"><a class=\"wp-block-button__link wp-element-button\">Book a consultation</a></div><!-- /wp:button --></div><!-- /wp:buttons --><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-xs nfd-text-faded\"} --><p class=\"nfd-text-xs nfd-text-faded has-text-align-left\" style=\"text-transform:uppercase\">🔥 Included with every <span style=\"text-decoration: underline;\">PRO plan</span></p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:10:{i:0;s:14:\"call to action\";i:1;s:4:\"dark\";i:2;s:8:\"headline\";i:3;s:11:\"subheadline\";i:4;s:6:\"button\";i:5;s:5:\"clean\";i:6;s:7:\"minimal\";i:7;s:8:\"engaging\";i:8;s:9:\"marketing\";i:9;s:11:\"interactive\";}s:10:\"categories\";s:14:\"call-to-action\";s:14:\"all_categories\";a:1:{i:0;s:14:\"call-to-action\";}s:7:\"context\";N;s:5:\"order\";i:30;s:11:\"is_featured\";b:0;}i:3;a:11:{s:2:\"id\";s:36:\"9ac51f03-a790-45e2-8440-053b764ac325\";s:4:\"slug\";s:5:\"cta-4\";s:5:\"title\";s:5:\"cta-4\";s:11:\"description\";s:5:\"cta-4\";s:7:\"content\";s:2374:\"<!-- wp:group {\"className\":\"nfd-p-0\",\"metadata\":{\"name\":\"Call to Action\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid-2\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-0 is-style-nfd-theme-darker nfd-bg-effect-grid-2 nfd-wb-call-to-action__cta-4\" ><!-- wp:group {\"style\":{\"border\":{\"top\":{\"width\":\"0px\",\"style\":\"none\"},\"right\":{},\"bottom\":{\"width\":\"8px\"},\"left\":{}}},\"className\":\"nfd-border-primary nfd-relative -nfd-bottom-1 nfd-p-card-square-lg nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-border-primary nfd-relative -nfd-bottom-1 nfd-p-card-square-lg nfd-gap-xl wp-block-group\" style=\"border-top-style:none;border-top-width:0px;border-bottom-width:8px\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Build successful websites <br>with Cloud Patterns.</h2><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-md nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-md nfd-text-balance\">We\'re a full-service design and development agency who specialize in simple, useful and beautiful solutions.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"md:nfd-items-start nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"md:nfd-items-start nfd-gap-md wp-block-group\"><!-- wp:buttons {\"className\":\"nfd-text-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-md wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-xl \"} --><div class=\"nfd-btn-xl wp-block-button \"><a class=\"wp-block-button__link wp-element-button\">Book a consultation</a></div><!-- /wp:button --></div><!-- /wp:buttons --><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-xs nfd-text-faded\"} --><p class=\"nfd-text-xs nfd-text-faded has-text-align-left\" style=\"text-transform:uppercase\">🔥 Included with every <span style=\"text-decoration: underline;\">PRO plan</span></p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:11:{i:0;s:14:\"call to action\";i:1;s:4:\"dark\";i:2;s:8:\"2 column\";i:3;s:8:\"headline\";i:4;s:11:\"subheadline\";i:5;s:6:\"button\";i:6;s:5:\"clean\";i:7;s:7:\"minimal\";i:8;s:8:\"engaging\";i:9;s:9:\"marketing\";i:10;s:11:\"interactive\";}s:10:\"categories\";s:14:\"call-to-action\";s:14:\"all_categories\";a:1:{i:0;s:14:\"call-to-action\";}s:7:\"context\";N;s:5:\"order\";i:40;s:11:\"is_featured\";b:0;}i:4;a:11:{s:2:\"id\";s:36:\"9ac51f03-af7d-4915-bcd8-863f54ab07df\";s:4:\"slug\";s:5:\"cta-5\";s:5:\"title\";s:5:\"cta-5\";s:11:\"description\";s:5:\"cta-5\";s:7:\"content\";s:2395:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Call to Action\"},\"nfdGroupTheme\":\"primary\",\"nfdGroupEffect\":\"grid\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-primary nfd-bg-effect-grid nfd-wb-call-to-action__cta-5\" ><!-- wp:group {\"className\":\"nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-xl wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Build successful websites <br>with Cloud Patterns.</h2><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-md nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-md nfd-text-balance\">We\'re a full-service design and development agency who specialize in simple, useful and beautiful solutions.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"md:nfd-items-start nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"md:nfd-items-start nfd-gap-md wp-block-group\"><!-- wp:buttons {\"className\":\"nfd-text-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-md wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-xl \"} --><div class=\"nfd-btn-xl wp-block-button \"><a class=\"wp-block-button__link wp-element-button\">Book a consultation</a></div><!-- /wp:button --></div><!-- /wp:buttons --><!-- wp:group {\"className\":\"nfd-text-xs nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-text-xs nfd-text-faded wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}}} --><p class=\"has-text-align-left\" style=\"text-transform:uppercase\"><strong style=\"margin-right: 4px\">✓ </strong>Easy to use</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}}} --><p class=\"has-text-align-left\" style=\"text-transform:uppercase\"><strong style=\"margin-right: 4px\">✓ </strong>1,000+ designs</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:10:{i:0;s:14:\"call to action\";i:1;s:13:\"primary color\";i:2;s:8:\"headline\";i:3;s:11:\"subheadline\";i:4;s:6:\"button\";i:5;s:5:\"clean\";i:6;s:7:\"minimal\";i:7;s:8:\"engaging\";i:8;s:9:\"marketing\";i:9;s:11:\"interactive\";}s:10:\"categories\";s:14:\"call-to-action\";s:14:\"all_categories\";a:1:{i:0;s:14:\"call-to-action\";}s:7:\"context\";N;s:5:\"order\";i:50;s:11:\"is_featured\";b:0;}i:5;a:11:{s:2:\"id\";s:36:\"9ac51f03-bb83-4b4e-9136-61bee7e5e37f\";s:4:\"slug\";s:5:\"cta-6\";s:5:\"title\";s:5:\"cta-6\";s:11:\"description\";s:5:\"cta-6\";s:7:\"content\";s:2395:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Call to Action\"},\"nfdGroupTheme\":\"light\",\"nfdGroupEffect\":\"grid-3\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-light nfd-bg-effect-grid-3 nfd-wb-call-to-action__cta-6\" ><!-- wp:group {\"className\":\"nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-xl wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Build successful websites <br>with Cloud Patterns.</h2><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-md nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-md nfd-text-balance\">We\'re a full-service design and development agency who specialize in simple, useful and beautiful solutions.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"md:nfd-items-start nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"md:nfd-items-start nfd-gap-md wp-block-group\"><!-- wp:buttons {\"className\":\"nfd-text-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-md wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-xl \"} --><div class=\"nfd-btn-xl wp-block-button \"><a class=\"wp-block-button__link wp-element-button\">Book a consultation</a></div><!-- /wp:button --></div><!-- /wp:buttons --><!-- wp:group {\"className\":\"nfd-text-xs nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-text-xs nfd-text-faded wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}}} --><p class=\"has-text-align-left\" style=\"text-transform:uppercase\"><strong style=\"margin-right: 4px\">✓ </strong>Easy to use</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}}} --><p class=\"has-text-align-left\" style=\"text-transform:uppercase\"><strong style=\"margin-right: 4px\">✓ </strong>1,000+ designs</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:9:{i:0;s:14:\"call to action\";i:1;s:8:\"headline\";i:2;s:11:\"subheadline\";i:3;s:6:\"button\";i:4;s:5:\"clean\";i:5;s:7:\"minimal\";i:6;s:8:\"engaging\";i:7;s:9:\"marketing\";i:8;s:11:\"interactive\";}s:10:\"categories\";s:14:\"call-to-action\";s:14:\"all_categories\";a:1:{i:0;s:14:\"call-to-action\";}s:7:\"context\";N;s:5:\"order\";i:60;s:11:\"is_featured\";b:0;}i:6;a:11:{s:2:\"id\";s:36:\"9ac51f03-c25a-45ad-879a-e0dc1a43723a\";s:4:\"slug\";s:5:\"cta-7\";s:5:\"title\";s:5:\"cta-7\";s:11:\"description\";s:5:\"cta-7\";s:7:\"content\";s:3029:\"<!-- wp:group {\"metadata\":{\"name\":\"Call to Action\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-wb-call-to-action__cta-7\" ><!-- wp:group {\"className\":\"nfd-rounded-lg nfd-overflow-hidden\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"darker\"} --><div class=\"nfd-rounded-lg nfd-overflow-hidden wp-block-group nfd-bg-surface nfd-theme-darker\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1544006659-f0b21884ce1d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=1500&h=&crop=\",\"dimRatio\":50,\"minHeight\":100,\"className\":\"nfd-p-0\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-p-0 wp-block-cover\" style=\"min-height:100px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1544006659-f0b21884ce1d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=1500&h=&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-gap-xl nfd-p-card-square-lg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-xl nfd-p-card-square-lg wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:heading {\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Build successful websites <br>with Cloud Patterns.</h2><!-- /wp:heading --><!-- wp:group {\"className\":\"nfd-gap-md nfd-text-xs\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-gap-md nfd-text-xs wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}}} --><p class=\"has-text-align-left\" style=\"text-transform:uppercase\"><strong style=\"margin-right: 4px\">✓ </strong>Easy to use</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}}} --><p class=\"has-text-align-left\" style=\"text-transform:uppercase\"><strong style=\"margin-right: 4px\">✓ </strong>Beautifully designed patterns</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"className\":\"md:nfd-items-start nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"md:nfd-items-start nfd-gap-md wp-block-group\"><!-- wp:buttons {\"className\":\"nfd-text-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-md wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-xl \"} --><div class=\"nfd-btn-xl wp-block-button \"><a class=\"wp-block-button__link wp-element-button\">Schedule a demo</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:11:{i:0;s:14:\"call to action\";i:1;s:8:\"headline\";i:2;s:11:\"subheadline\";i:3;s:6:\"button\";i:4;s:5:\"clean\";i:5;s:7:\"minimal\";i:6;s:8:\"engaging\";i:7;s:5:\"cover\";i:8;s:16:\"background image\";i:9;s:9:\"marketing\";i:10;s:11:\"interactive\";}s:10:\"categories\";s:14:\"call-to-action\";s:14:\"all_categories\";a:1:{i:0;s:14:\"call-to-action\";}s:7:\"context\";N;s:5:\"order\";i:70;s:11:\"is_featured\";b:1;}i:7;a:11:{s:2:\"id\";s:36:\"9ac51f03-c9ef-4048-9b91-8ebd97bbf6de\";s:4:\"slug\";s:5:\"cta-8\";s:5:\"title\";s:5:\"cta-8\";s:11:\"description\";s:5:\"cta-8\";s:7:\"content\";s:2074:\"<!-- wp:group {\"metadata\":{\"name\":\"Call to Action\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-wb-call-to-action__cta-8\" ><!-- wp:group {\"className\":\"nfd-rounded-lg nfd-overflow-hidden\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"darker\"} --><div class=\"nfd-rounded-lg nfd-overflow-hidden wp-block-group nfd-bg-surface nfd-theme-darker\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1544006659-f0b21884ce1d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=1500&h=&crop=\",\"dimRatio\":50,\"minHeight\":100,\"className\":\"nfd-p-0\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-p-0 wp-block-cover\" style=\"min-height:100px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1544006659-f0b21884ce1d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=1500&h=&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-gap-2xl nfd-p-card-square-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"},\"nfdGroupEffect\":\"grid-2\"} --><div class=\"nfd-gap-2xl nfd-p-card-square-lg wp-block-group nfd-bg-effect-grid-2\"><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-center\">Build successful websites <br>with Cloud Patterns</h2><!-- /wp:heading --><!-- wp:buttons {\"className\":\"nfd-text-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-md wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-xl \"} --><div class=\"nfd-btn-xl wp-block-button \"><a class=\"wp-block-button__link wp-element-button\">Book a consultation</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:11:{i:0;s:14:\"call to action\";i:1;s:8:\"headline\";i:2;s:11:\"subheadline\";i:3;s:6:\"button\";i:4;s:5:\"clean\";i:5;s:8:\"engaging\";i:6;s:5:\"cover\";i:7;s:16:\"background image\";i:8;s:6:\"center\";i:9;s:9:\"marketing\";i:10;s:11:\"interactive\";}s:10:\"categories\";s:14:\"call-to-action\";s:14:\"all_categories\";a:1:{i:0;s:14:\"call-to-action\";}s:7:\"context\";N;s:5:\"order\";i:80;s:11:\"is_featured\";b:0;}i:8;a:11:{s:2:\"id\";s:36:\"9ac51f03-d248-4bdb-9a06-e7f381f9c056\";s:4:\"slug\";s:5:\"cta-9\";s:5:\"title\";s:5:\"cta-9\";s:11:\"description\";s:5:\"cta-9\";s:7:\"content\";s:3070:\"<!-- wp:group {\"align\":\"full\",\"metadata\":{\"name\":\"Call to Action\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull nfd-container nfd-wb-call-to-action__cta-9\" ><!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"default\"},\"nfdGroupTheme\":\"darker\"} --><div class=\"wp-block-group alignfull nfd-bg-surface nfd-theme-darker\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1544006659-f0b21884ce1d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=1200&h=&crop=\",\"dimRatio\":50,\"minHeight\":100,\"className\":\"nfd-p-0\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-p-0 wp-block-cover\" style=\"min-height:100px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1544006659-f0b21884ce1d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=1200&h=&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-gap-2xl nfd-p-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"},\"nfdGroupEffect\":\"lines\"} --><div class=\"nfd-gap-2xl nfd-p-lg wp-block-group nfd-bg-effect-lines\"><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-center\">Build successful websites <br>with Cloud Patterns.</h2><!-- /wp:heading --><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:group {\"className\":\"md:nfd-items-start nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"md:nfd-items-start nfd-gap-md wp-block-group\"><!-- wp:buttons {\"className\":\"nfd-text-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-md wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-xl \"} --><div class=\"nfd-btn-xl wp-block-button \"><a class=\"wp-block-button__link wp-element-button\">Easy to use</a></div><!-- /wp:button --></div><!-- /wp:buttons --><!-- wp:group {\"className\":\"nfd-text-xs \",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-text-xs wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}}} --><p class=\"has-text-align-left\" style=\"text-transform:uppercase\"><strong style=\"margin-right: 4px\">✓ </strong>Beautifully designed patterns</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}}} --><p class=\"has-text-align-left\" style=\"text-transform:uppercase\"><strong style=\"margin-right: 4px\">✓ </strong>Schedule a consultation</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:11:{i:0;s:14:\"call to action\";i:1;s:8:\"headline\";i:2;s:11:\"subheadline\";i:3;s:6:\"button\";i:4;s:5:\"clean\";i:5;s:8:\"engaging\";i:6;s:5:\"cover\";i:7;s:16:\"background image\";i:8;s:6:\"center\";i:9;s:9:\"marketing\";i:10;s:11:\"interactive\";}s:10:\"categories\";s:14:\"call-to-action\";s:14:\"all_categories\";a:1:{i:0;s:14:\"call-to-action\";}s:7:\"context\";N;s:5:\"order\";i:90;s:11:\"is_featured\";b:0;}i:9;a:11:{s:2:\"id\";s:36:\"9ac51f03-dde1-42ac-9e58-4b5ee3043e89\";s:4:\"slug\";s:5:\"faq-1\";s:5:\"title\";s:5:\"faq-1\";s:11:\"description\";s:5:\"faq-1\";s:7:\"content\";s:7745:\"<!-- wp:group {\"className\":\"nfd-p-lg nfd-gap-2xl\",\"metadata\":{\"name\":\"FAQ\"},\"nfdGroupTheme\":\"light\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg nfd-gap-2xl is-style-nfd-theme-light nfd-wb-faq__faq-1\" ><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:columns {\"className\":\"nfd-gap-xl nfd-gap-y-2xl\"} --><div class=\"nfd-gap-xl nfd-gap-y-2xl wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-contrast\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-contrast\" style=\"font-style:normal;font-weight:500\">Frequently Asked Questions</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-faded nfd-text-base\">Simply reach out to our team, providing us with your vision, and we will swiftly develop a plan that will transform your dreams into lasting memories.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-contrast\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-contrast\" style=\"font-style:normal;font-weight:500\">Is it possible to change my date?</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-faded nfd-text-base\">Absolutely, as long as you provide us with a minimum of 45 days\' notice, you can adjust your date up to two times without any additional charges.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-contrast\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-contrast\" style=\"font-style:normal;font-weight:500\">Tell me more about your cancellation policy.</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-faded nfd-text-base\">Any events rescheduled within 45 days of the original date will require full payment for perishable items. However, we always strive to collaborate with you.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:columns {\"className\":\"nfd-gap-xl nfd-gap-y-2xl\"} --><div class=\"nfd-gap-xl nfd-gap-y-2xl wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-contrast\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-contrast\" style=\"font-style:normal;font-weight:500\">How does the billing process work?</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-faded nfd-text-base\">To secure your booking, we request a 50% down payment with the remaining 50% to be paid 24 hours prior to your event.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-contrast\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-contrast\" style=\"font-style:normal;font-weight:500\">What is the process for managing guest invites?</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-faded nfd-text-base\">Within our online guest management system, you\'ll find a user-friendly <em>\"Invites\"</em> section. You can either manage it yourself or allow us to take care of it for you.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-contrast\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-contrast\" style=\"font-style:normal;font-weight:500\">Can I receive a receipt for my order?</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-faded nfd-text-base\">Absolutely! Feel free to reach out to our dedicated customer service team with your order number.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"40px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"metadata\":{\"name\":\"Call to Action\"},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"900px\"}} --><div class=\"wp-block-group nfd-container\" ><!-- wp:group {\"className\":\"nfd-p-card-md nfd-rounded nfd-gap-xl nfd-shadow-xs\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"},\"nfdGroupTheme\":\"white\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-p-card-md nfd-gap-xl nfd-shadow-xs wp-block-group nfd-bg-surface nfd-theme-white nfd-rounded\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:image {\"width\":\"60px\",\"height\":\"60px\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-large is-resized\"><img src=\"https://images.unsplash.com/photo-1580489944761-15a19d654956?q=80&auto=format&fit=crop&w=120&h=120&crop=faces\" alt=\"\" style=\"object-fit:cover;width:60px;height:60px\"/></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md\" style=\"font-style:normal;font-weight:600\">Need further assistance?</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">Need help finding the answers you need? Let\'s have a conversation.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:buttons {\"layout\":{\"type\":\"flex\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-wide \"} --><div class=\"nfd-btn-wide wp-block-button \"><a class=\"wp-block-button__link wp-element-button\">Engage in a chat</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:17:{i:0;s:16:\"frequently asked\";i:1;s:11:\"help center\";i:2;s:7:\"answers\";i:3;s:7:\"support\";i:4;s:14:\"knowledge base\";i:5;s:4:\"tips\";i:6;s:4:\"help\";i:7;s:14:\"call to action\";i:8;s:3:\"cta\";i:9;s:8:\"3 column\";i:10;s:15:\"troubleshooting\";i:11;s:10:\"user guide\";i:12;s:16:\"common questions\";i:13;s:11:\"information\";i:14;s:5:\"guide\";i:15;s:7:\"details\";i:16;s:4:\"info\";}s:10:\"categories\";s:3:\"faq\";s:14:\"all_categories\";a:1:{i:0;s:3:\"faq\";}s:7:\"context\";N;s:5:\"order\";i:10;s:11:\"is_featured\";b:0;}i:10;a:11:{s:2:\"id\";s:36:\"9ac51f03-e5d5-425d-b775-cab46ad34553\";s:4:\"slug\";s:5:\"faq-2\";s:5:\"title\";s:5:\"faq-2\";s:11:\"description\";s:5:\"faq-2\";s:7:\"content\";s:7218:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"FAQ\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-white nfd-wb-faq__faq-2\" ><!-- wp:columns {\"className\":\"nfd-gap-xl nfd-gap-y-2xl\"} --><div class=\"nfd-gap-xl nfd-gap-y-2xl wp-block-columns\"><!-- wp:column {\"width\":\"45%\"} --><div class=\"wp-block-column\" style=\"flex-basis:45%\"><!-- wp:heading {\"style\":{},\"className\":\"wp-block-heading nfd-text-huge nfd-text-balance\"} --><h2 class=\"wp-block-heading nfd-text-huge nfd-text-balance\">Frequently Asked Questions</h2><!-- /wp:heading --></div><!-- /wp:column --><!-- wp:column {\"width\":\"66.66%\"} --><div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"40px\"}},\"className\":\"nfd-grid nfd-grid-cols-2\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"}} --><div class=\"nfd-grid nfd-grid-cols-2 wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-y-xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-y-xl wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-primary\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-primary\" style=\"font-style:normal;font-weight:500\">Looking to get started?</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-faded nfd-text-base\">Simply reach out to our team, share your ideas and watch as we craft a plan that brings your vision to life!</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-primary\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-primary\" style=\"font-style:normal;font-weight:500\">Managing Guest Invites</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-faded nfd-text-base\">Our WordPress-powered website offers an intuitive <em>\"Invites\"</em> feature. Easily control and manage guest invitations, whether it\'s done by our team or yours.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-y-xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-y-xl wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-primary\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-primary\" style=\"font-style:normal;font-weight:500\">Need to Change Your Date?</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-faded nfd-text-base\">Contact us and we\'ll make every effort to accommodate your request!</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-primary\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-primary\" style=\"font-style:normal;font-weight:500\">Billing with Ease</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-faded nfd-text-base\">To secure your booking, we only ask for a 50% initial payment and the remaining 50% is due 24 hours prior to your event.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-primary\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-primary\" style=\"font-style:normal;font-weight:500\">Requesting an Invoice</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-faded nfd-text-base\">Absolutely, you have the ability to achieve stunning websites using the power of WordPress blocks, visually-customizable WordPress patterns, and our robust content editor. Get in touch with our dedicated customer support by sharing your purchase number – let us assist you in any way we can.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"40px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"metadata\":{\"name\":\"Call to Action\"},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"900px\"}} --><div class=\"wp-block-group nfd-container\" ><!-- wp:group {\"className\":\"nfd-p-card-md nfd-rounded nfd-gap-xl nfd-shadow-xs\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"},\"nfdGroupTheme\":\"light\",\"nfdGroupEffect\":\"dots\"} --><div class=\"nfd-p-card-md nfd-gap-xl nfd-shadow-xs wp-block-group nfd-bg-surface nfd-theme-light nfd-bg-effect-dots nfd-rounded\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:image {\"width\":\"60px\",\"height\":\"60px\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-large is-resized\"><img src=\"https://images.unsplash.com/photo-1580489944761-15a19d654956?q=80&auto=format&fit=crop&w=120&h=120&crop=faces\" alt=\"\" style=\"object-fit:cover;width:60px;height:60px\"/></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md\" style=\"font-style:normal;font-weight:600\">Have additional inquiries?</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">We are here to help. Let\'s engage in a conversation.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:buttons {\"layout\":{\"type\":\"flex\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-wide \"} --><div class=\"nfd-btn-wide wp-block-button \"><a class=\"wp-block-button__link wp-element-button\">Engage in a chat</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:18:{i:0;s:16:\"frequently asked\";i:1;s:11:\"help center\";i:2;s:4:\"grey\";i:3;s:7:\"answers\";i:4;s:7:\"support\";i:5;s:14:\"knowledge base\";i:6;s:4:\"tips\";i:7;s:4:\"help\";i:8;s:14:\"call to action\";i:9;s:3:\"cta\";i:10;s:8:\"3 column\";i:11;s:15:\"troubleshooting\";i:12;s:10:\"user guide\";i:13;s:16:\"common questions\";i:14;s:11:\"information\";i:15;s:5:\"guide\";i:16;s:7:\"details\";i:17;s:4:\"info\";}s:10:\"categories\";s:3:\"faq\";s:14:\"all_categories\";a:1:{i:0;s:3:\"faq\";}s:7:\"context\";N;s:5:\"order\";i:20;s:11:\"is_featured\";b:1;}i:11;a:11:{s:2:\"id\";s:36:\"9ac51f03-ee05-490c-aac8-8b3e6d0a441f\";s:4:\"slug\";s:5:\"faq-3\";s:5:\"title\";s:5:\"faq-3\";s:11:\"description\";s:5:\"faq-3\";s:7:\"content\";s:7326:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"FAQ\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid-3\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-darker nfd-bg-effect-grid-3 nfd-wb-faq__faq-3\" ><!-- wp:columns {\"className\":\"nfd-gap-xl nfd-gap-y-2xl\"} --><div class=\"nfd-gap-xl nfd-gap-y-2xl wp-block-columns\"><!-- wp:column {\"width\":\"45%\"} --><div class=\"wp-block-column\" style=\"flex-basis:45%\"><!-- wp:heading {\"style\":{},\"className\":\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance\"} --><h2 class=\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance\">Frequently Asked Questions</h2><!-- /wp:heading --></div><!-- /wp:column --><!-- wp:column {\"width\":\"66.66%\"} --><div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"40px\"}},\"className\":\"nfd-grid nfd-grid-cols-2\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"}} --><div class=\"nfd-grid nfd-grid-cols-2 wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-y-xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-y-xl wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-contrast\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-contrast\" style=\"font-style:normal;font-weight:500\">How can we bring your vision to life?</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-faded nfd-text-base\">Contact our team and share your vision, and let us craft a captivating plan that will transform your dreams into beautiful, unforgettable websites.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-contrast\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-contrast\" style=\"font-style:normal;font-weight:500\">Effortless Guest Invite Management</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-faded nfd-text-base\">Our WordPress patterns include an effortless <em>\"Invites\"</em> section within the content editor, allowing you to effortlessly handle guest invites.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-y-xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-y-xl wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-contrast\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-contrast\" style=\"font-style:normal;font-weight:500\">Flexibility to Adjust Your Date</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-faded nfd-text-base\">Have a scheduling conflict? Get in touch, and we\'ll make every effort to accommodate your needs!</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-contrast\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-contrast\" style=\"font-style:normal;font-weight:500\">Simple and Transparent Billing Process</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-faded nfd-text-base\">Secure your appointment by providing a 50% initial payment upfront. Final payment of the remaining 50% is required 24 hours prior to your event.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-contrast\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-contrast\" style=\"font-style:normal;font-weight:500\">Request an Invoice for Your Purchase</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-faded nfd-text-base\">Absolutely! You have the option to do so within the WordPress blocks, patterns, and content editor. Requires customer support engagement and provision of valid purchase number.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"40px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"metadata\":{\"name\":\"Call to Action\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group \" ><!-- wp:group {\"className\":\"nfd-p-card-md nfd-rounded nfd-gap-xl nfd-shadow-xs\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-p-card-md nfd-gap-xl nfd-shadow-xs wp-block-group nfd-bg-surface nfd-theme-dark nfd-rounded\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:image {\"width\":\"60px\",\"height\":\"60px\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-large is-resized\"><img src=\"https://images.unsplash.com/photo-1580489944761-15a19d654956?q=80&auto=format&fit=crop&w=120&h=120&crop=faces\" alt=\"\" style=\"object-fit:cover;width:60px;height:60px\"/></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md\" style=\"font-style:normal;font-weight:600\">Do you have any lingering inquiries?</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">Experiencing difficulty locating the desired information? Reach out for a discussion.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:buttons {\"layout\":{\"type\":\"flex\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-wide \"} --><div class=\"nfd-btn-wide wp-block-button \"><a class=\"wp-block-button__link wp-element-button\">Engage in a chat</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:18:{i:0;s:16:\"frequently asked\";i:1;s:11:\"help center\";i:2;s:4:\"dark\";i:3;s:7:\"answers\";i:4;s:7:\"support\";i:5;s:14:\"knowledge base\";i:6;s:4:\"tips\";i:7;s:4:\"help\";i:8;s:14:\"call to action\";i:9;s:3:\"cta\";i:10;s:8:\"3 column\";i:11;s:15:\"troubleshooting\";i:12;s:10:\"user guide\";i:13;s:16:\"common questions\";i:14;s:11:\"information\";i:15;s:5:\"guide\";i:16;s:7:\"details\";i:17;s:4:\"info\";}s:10:\"categories\";s:3:\"faq\";s:14:\"all_categories\";a:1:{i:0;s:3:\"faq\";}s:7:\"context\";N;s:5:\"order\";i:30;s:11:\"is_featured\";b:0;}i:12;a:11:{s:2:\"id\";s:36:\"9ac51f03-f5e7-4132-b2c3-e4be44f42ffa\";s:4:\"slug\";s:5:\"faq-4\";s:5:\"title\";s:5:\"faq-4\";s:11:\"description\";s:5:\"faq-4\";s:7:\"content\";s:5208:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"FAQ\"},\"nfdGroupTheme\":\"primary\",\"nfdGroupEffect\":\"lines\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-primary nfd-bg-effect-lines nfd-wb-faq__faq-4\" ><!-- wp:columns {\"className\":\"nfd-gap-xl nfd-gap-y-2xl\"} --><div class=\"nfd-gap-xl nfd-gap-y-2xl wp-block-columns\"><!-- wp:column {\"width\":\"45%\"} --><div class=\"wp-block-column\" style=\"flex-basis:45%\"><!-- wp:heading {\"style\":{},\"className\":\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance\"} --><h2 class=\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance\">Frequently Asked Questions</h2><!-- /wp:heading --></div><!-- /wp:column --><!-- wp:column {\"width\":\"66.66%\"} --><div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"40px\"}},\"className\":\"nfd-grid nfd-grid-cols-2\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"}} --><div class=\"nfd-grid nfd-grid-cols-2 wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-y-xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-y-xl wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-primary\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-primary\" style=\"font-style:normal;font-weight:500\">How can we bring your vision to life?</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-faded nfd-text-base\">Contact our team and share your vision, and let us craft a captivating plan that will transform your dreams into beautiful, unforgettable websites.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-primary\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-primary\" style=\"font-style:normal;font-weight:500\">Effortless Guest Invite Management</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-faded nfd-text-base\">Our WordPress patterns include an effortless <em>\"Invites\"</em> section within the content editor, allowing you to effortlessly handle guest invites.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-y-xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-y-xl wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-primary\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-primary\" style=\"font-style:normal;font-weight:500\">Flexibility to Adjust Your Date</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-faded nfd-text-base\">Have a scheduling conflict? Get in touch, and we\'ll make every effort to accommodate your needs!</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-primary\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-primary\" style=\"font-style:normal;font-weight:500\">Simple and Transparent Billing Process</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-faded nfd-text-base\">Secure your appointment by providing a 50% initial payment upfront. Final payment of the remaining 50% is required 24 hours prior to your event.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-primary\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-primary\" style=\"font-style:normal;font-weight:500\">Request an Invoice for Your Purchase</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-faded nfd-text-base\">Absolutely! You have the option to do so within the WordPress blocks, patterns, and content editor. Requires customer support engagement and provision of valid purchase number.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:18:{i:0;s:16:\"frequently asked\";i:1;s:11:\"help center\";i:2;s:18:\"primary background\";i:3;s:7:\"answers\";i:4;s:7:\"support\";i:5;s:14:\"knowledge base\";i:6;s:4:\"tips\";i:7;s:4:\"help\";i:8;s:14:\"call to action\";i:9;s:3:\"cta\";i:10;s:8:\"3 column\";i:11;s:15:\"troubleshooting\";i:12;s:10:\"user guide\";i:13;s:16:\"common questions\";i:14;s:11:\"information\";i:15;s:5:\"guide\";i:16;s:7:\"details\";i:17;s:4:\"info\";}s:10:\"categories\";s:3:\"faq\";s:14:\"all_categories\";a:1:{i:0;s:3:\"faq\";}s:7:\"context\";N;s:5:\"order\";i:40;s:11:\"is_featured\";b:0;}i:13;a:11:{s:2:\"id\";s:36:\"9ac51f03-fe20-4c97-b7e1-ce7755e43c0f\";s:4:\"slug\";s:5:\"faq-5\";s:5:\"title\";s:5:\"faq-5\";s:11:\"description\";s:5:\"faq-5\";s:7:\"content\";s:7132:\"<!-- wp:group {\"className\":\"nfd-p-lg nfd-gap-2xl\",\"metadata\":{\"name\":\"FAQ\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg nfd-gap-2xl nfd-wb-faq__faq-5\" ><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:columns {\"className\":\"nfd-gap-xl nfd-gap-y-2xl\"} --><div class=\"nfd-gap-xl nfd-gap-y-2xl wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-contrast\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-contrast\" style=\"font-style:normal;font-weight:500\">Frequently Asked Questions</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-faded nfd-text-base\">Simply reach out to our team, providing us with your vision, and we will swiftly develop a plan that will transform your dreams into lasting memories.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-contrast\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-contrast\" style=\"font-style:normal;font-weight:500\">Is it possible to change my date?</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-faded nfd-text-base\">Absolutely, as long as you provide us with a minimum of 45 days\' notice, you can adjust your date up to two times without any additional charges.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-contrast\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-contrast\" style=\"font-style:normal;font-weight:500\">Tell me more about your cancellation policy.</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-faded nfd-text-base\">Any events rescheduled within 45 days of the original date will require full payment for perishable items. However, we always strive to collaborate with you.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:columns {\"className\":\"nfd-gap-xl nfd-gap-y-2xl\"} --><div class=\"nfd-gap-xl nfd-gap-y-2xl wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-contrast\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-contrast\" style=\"font-style:normal;font-weight:500\">How does the billing process work?</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-faded nfd-text-base\">To secure your booking, we request a 50% down payment with the remaining 50% to be paid 24 hours prior to your event.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-contrast\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-contrast\" style=\"font-style:normal;font-weight:500\">What is the process for managing guest invites?</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-faded nfd-text-base\">Within our online guest management system, you\'ll find a user-friendly <em>\"Invites\"</em> section. You can either manage it yourself or allow us to take care of it for you.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-contrast\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-contrast\" style=\"font-style:normal;font-weight:500\">Can I receive a receipt for my order?</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-faded nfd-text-base\">Absolutely! Feel free to reach out to our dedicated customer service team with your order number.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"40px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"className\":\"nfd-p-card-md nfd-rounded nfd-gap-xl nfd-shadow-xs\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"},\"nfdGroupTheme\":\"light\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-p-card-md nfd-gap-xl nfd-shadow-xs wp-block-group nfd-bg-surface nfd-theme-light nfd-rounded\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md\" style=\"font-style:normal;font-weight:600\">Have additional questions?</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">We’re here to help. Let’s talk.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:buttons {\"layout\":{\"type\":\"flex\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-wide nfd-rounded-full\"} --><div class=\"nfd-btn-wide wp-block-button nfd-rounded-full\"><a class=\"wp-block-button__link wp-element-button\">Engage in a chat</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:17:{i:0;s:16:\"frequently asked\";i:1;s:11:\"help center\";i:2;s:7:\"answers\";i:3;s:7:\"support\";i:4;s:14:\"knowledge base\";i:5;s:4:\"tips\";i:6;s:4:\"help\";i:7;s:14:\"call to action\";i:8;s:3:\"cta\";i:9;s:8:\"3 column\";i:10;s:15:\"troubleshooting\";i:11;s:10:\"user guide\";i:12;s:16:\"common questions\";i:13;s:11:\"information\";i:14;s:5:\"guide\";i:15;s:7:\"details\";i:16;s:4:\"info\";}s:10:\"categories\";s:3:\"faq\";s:14:\"all_categories\";a:1:{i:0;s:3:\"faq\";}s:7:\"context\";N;s:5:\"order\";i:50;s:11:\"is_featured\";b:0;}i:14;a:11:{s:2:\"id\";s:36:\"9ac51f04-0637-4fc6-92e0-d4a7752b4d7e\";s:4:\"slug\";s:5:\"faq-6\";s:5:\"title\";s:5:\"faq-6\";s:11:\"description\";s:5:\"faq-6\";s:7:\"content\";s:5955:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"FAQ\"},\"nfdGroupTheme\":\"light\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-light nfd-wb-faq__faq-6\" ><!-- wp:columns --><div class=\"wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:details {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"width\":\"1px\"}},\"backgroundColor\":\"base\",\"className\":\"nfd-text-md nfd-p-card-sm nfd-rounded nfd-text-contrast nfd-shadow-xs\"} --><details class=\"nfd-text-md nfd-p-card-sm nfd-rounded nfd-text-contrast nfd-shadow-xs wp-block-details has-base-background-color has-background\" style=\"border-width:1px;font-style:normal;font-weight:500\"><summary>Do you accept reservations?</summary><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"}},\"className\":\"nfd-text-base nfd-text-faded nfd-mt-2\"} --><p class=\"nfd-text-base nfd-text-faded nfd-mt-2\" style=\"font-style:normal;font-weight:400\">Yes, we accept reservations. Please call us or book online through our website.</p><!-- /wp:paragraph --></details><!-- /wp:details --><!-- wp:details {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"width\":\"1px\"}},\"backgroundColor\":\"base\",\"className\":\"nfd-text-md nfd-p-card-sm nfd-rounded nfd-text-contrast nfd-shadow-xs\"} --><details class=\"nfd-text-md nfd-p-card-sm nfd-rounded nfd-text-contrast nfd-shadow-xs wp-block-details has-base-background-color has-background\" style=\"border-width:1px;font-style:normal;font-weight:500\"><summary>What are your operating hours?</summary><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"}},\"className\":\"nfd-text-base nfd-text-faded nfd-mt-2\"} --><p class=\"nfd-text-base nfd-text-faded nfd-mt-2\" style=\"font-style:normal;font-weight:400\">We are open from 8 AM to 6 PM, Monday to Saturday. We\'re closed on Sunday. Holiday hours may vary, so please call or check our website for specific information on those dates.</p><!-- /wp:paragraph --></details><!-- /wp:details --><!-- wp:details {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"width\":\"1px\"}},\"backgroundColor\":\"base\",\"className\":\"nfd-text-md nfd-p-card-sm nfd-rounded nfd-text-contrast nfd-shadow-xs\"} --><details class=\"nfd-text-md nfd-p-card-sm nfd-rounded nfd-text-contrast nfd-shadow-xs wp-block-details has-base-background-color has-background\" style=\"border-width:1px;font-style:normal;font-weight:500\"><summary>Do you have special dietary options?</summary><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"}},\"className\":\"nfd-text-base nfd-text-faded nfd-mt-2\"} --><p class=\"nfd-text-base nfd-text-faded nfd-mt-2\" style=\"font-style:normal;font-weight:400\">Yes, we offer an array of vegetarian, vegan, and gluten-free options. If you have other dietary requirements, please inform your server, and we\'ll do our best to accommodate you.</p><!-- /wp:paragraph --></details><!-- /wp:details --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:details {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"width\":\"1px\"}},\"backgroundColor\":\"base\",\"className\":\"nfd-text-md nfd-p-card-sm nfd-rounded nfd-text-contrast nfd-shadow-xs\"} --><details class=\"nfd-text-md nfd-p-card-sm nfd-rounded nfd-text-contrast nfd-shadow-xs wp-block-details has-base-background-color has-background\" style=\"border-width:1px;font-style:normal;font-weight:500\"><summary>Is parking available at the restaurant?</summary><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"}},\"className\":\"nfd-text-base nfd-text-faded nfd-mt-2\"} --><p class=\"nfd-text-base nfd-text-faded nfd-mt-2\" style=\"font-style:normal;font-weight:400\">Yes, we have a parking lot adjacent to the restaurant, and street parking is also available. Valet parking is offered on weekends.</p><!-- /wp:paragraph --></details><!-- /wp:details --><!-- wp:details {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"width\":\"1px\"}},\"backgroundColor\":\"base\",\"className\":\"nfd-text-md nfd-p-card-sm nfd-rounded nfd-text-contrast nfd-shadow-xs\"} --><details class=\"nfd-text-md nfd-p-card-sm nfd-rounded nfd-text-contrast nfd-shadow-xs wp-block-details has-base-background-color has-background\" style=\"border-width:1px;font-style:normal;font-weight:500\"><summary>Can I order food for takeout or delivery?</summary><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"}},\"className\":\"nfd-text-base nfd-text-faded nfd-mt-2\"} --><p class=\"nfd-text-base nfd-text-faded nfd-mt-2\" style=\"font-style:normal;font-weight:400\">Absolutely! You can order online through our website or by calling us. We offer both takeout and delivery within a specific radius.</p><!-- /wp:paragraph --></details><!-- /wp:details --><!-- wp:details {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"width\":\"1px\"}},\"backgroundColor\":\"base\",\"className\":\"nfd-text-md nfd-p-card-sm nfd-rounded nfd-text-contrast nfd-shadow-xs\"} --><details class=\"nfd-text-md nfd-p-card-sm nfd-rounded nfd-text-contrast nfd-shadow-xs wp-block-details has-base-background-color has-background\" style=\"border-width:1px;font-style:normal;font-weight:500\"><summary>Can I bring my own wine, and is there a corkage fee?</summary><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"}},\"className\":\"nfd-text-base nfd-text-faded nfd-mt-2\"} --><p class=\"nfd-text-base nfd-text-faded nfd-mt-2\" style=\"font-style:normal;font-weight:400\">We do not allow guests to bring their own wine, beer, or spirits to our restaurant. We have an extensive beverage menu, including a wide selection of wines, beers, and cocktails for you to enjoy.</p><!-- /wp:paragraph --></details><!-- /wp:details --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:19:{i:0;s:16:\"frequently asked\";i:1;s:11:\"help center\";i:2;s:7:\"answers\";i:3;s:7:\"support\";i:4;s:14:\"knowledge base\";i:5;s:4:\"tips\";i:6;s:4:\"help\";i:7;s:14:\"call to action\";i:8;s:3:\"cta\";i:9;s:8:\"2 column\";i:10;s:15:\"troubleshooting\";i:11;s:10:\"user guide\";i:12;s:16:\"common questions\";i:13;s:9:\"accordion\";i:14;s:4:\"tabs\";i:15;s:11:\"information\";i:16;s:5:\"guide\";i:17;s:7:\"details\";i:18;s:4:\"info\";}s:10:\"categories\";s:3:\"faq\";s:14:\"all_categories\";a:1:{i:0;s:3:\"faq\";}s:7:\"context\";N;s:5:\"order\";i:60;s:11:\"is_featured\";b:0;}i:15;a:11:{s:2:\"id\";s:36:\"9ac51f04-0dc2-4e89-bd36-a8a2e8c98d11\";s:4:\"slug\";s:5:\"faq-7\";s:5:\"title\";s:5:\"faq-7\";s:11:\"description\";s:5:\"faq-7\";s:7:\"content\";s:4995:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"FAQ\"},\"nfdGroupTheme\":\"light\",\"nfdGroupEffect\":\"dots\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-light nfd-bg-effect-dots nfd-wb-faq__faq-7\" ><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"640px\"},\"metadata\":{\"name\":\"Narrow Container\"}} --><div class=\"wp-block-group \"><!-- wp:details {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"width\":\"1px\"}},\"backgroundColor\":\"base\",\"className\":\"nfd-text-md nfd-p-card-sm nfd-rounded nfd-text-contrast nfd-shadow-xs\"} --><details class=\"nfd-text-md nfd-p-card-sm nfd-rounded nfd-text-contrast nfd-shadow-xs wp-block-details has-base-background-color has-background\" style=\"border-width:1px;font-style:normal;font-weight:500\"><summary>Do you accept reservations?</summary><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"}},\"className\":\"nfd-text-base nfd-text-faded nfd-mt-2\"} --><p class=\"nfd-text-base nfd-text-faded nfd-mt-2\" style=\"font-style:normal;font-weight:400\">Yes, we accept reservations. Please call us or book online through our website.</p><!-- /wp:paragraph --></details><!-- /wp:details --><!-- wp:details {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"width\":\"1px\"}},\"backgroundColor\":\"base\",\"className\":\"nfd-text-md nfd-p-card-sm nfd-rounded nfd-text-contrast nfd-shadow-xs\"} --><details class=\"nfd-text-md nfd-p-card-sm nfd-rounded nfd-text-contrast nfd-shadow-xs wp-block-details has-base-background-color has-background\" style=\"border-width:1px;font-style:normal;font-weight:500\"><summary>What are your operating hours?</summary><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"}},\"className\":\"nfd-text-base nfd-text-faded nfd-mt-2\"} --><p class=\"nfd-text-base nfd-text-faded nfd-mt-2\" style=\"font-style:normal;font-weight:400\">We are open from 8 AM to 6 PM, Monday to Saturday. We\'re closed on Sunday. Holiday hours may vary, so please call or check our website for specific information on those dates.</p><!-- /wp:paragraph --></details><!-- /wp:details --><!-- wp:details {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"width\":\"1px\"}},\"backgroundColor\":\"base\",\"className\":\"nfd-text-md nfd-p-card-sm nfd-rounded nfd-text-contrast nfd-shadow-xs\"} --><details class=\"nfd-text-md nfd-p-card-sm nfd-rounded nfd-text-contrast nfd-shadow-xs wp-block-details has-base-background-color has-background\" style=\"border-width:1px;font-style:normal;font-weight:500\"><summary>Do you have vegetarian, vegan, or other special dietary options?</summary><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"}},\"className\":\"nfd-text-base nfd-text-faded nfd-mt-2\"} --><p class=\"nfd-text-base nfd-text-faded nfd-mt-2\" style=\"font-style:normal;font-weight:400\">Yes, we offer an array of vegetarian, vegan, and gluten-free options. If you have other dietary requirements, please inform your server, and we\'ll do our best to accommodate you.</p><!-- /wp:paragraph --></details><!-- /wp:details --><!-- wp:details {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"width\":\"1px\"}},\"backgroundColor\":\"base\",\"className\":\"nfd-text-md nfd-p-card-sm nfd-rounded nfd-text-contrast nfd-shadow-xs\"} --><details class=\"nfd-text-md nfd-p-card-sm nfd-rounded nfd-text-contrast nfd-shadow-xs wp-block-details has-base-background-color has-background\" style=\"border-width:1px;font-style:normal;font-weight:500\"><summary>Is parking available at the restaurant?</summary><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"}},\"className\":\"nfd-text-base nfd-text-faded nfd-mt-2\"} --><p class=\"nfd-text-base nfd-text-faded nfd-mt-2\" style=\"font-style:normal;font-weight:400\">Yes, we have a parking lot adjacent to the restaurant, and street parking is also available. Valet parking is offered on weekends.</p><!-- /wp:paragraph --></details><!-- /wp:details --><!-- wp:details {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"width\":\"1px\"}},\"backgroundColor\":\"base\",\"className\":\"nfd-text-md nfd-p-card-sm nfd-rounded nfd-text-contrast nfd-shadow-xs\"} --><details class=\"nfd-text-md nfd-p-card-sm nfd-rounded nfd-text-contrast nfd-shadow-xs wp-block-details has-base-background-color has-background\" style=\"border-width:1px;font-style:normal;font-weight:500\"><summary>Can I order food for takeout or delivery?</summary><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"}},\"className\":\"nfd-text-base nfd-text-faded nfd-mt-2\"} --><p class=\"nfd-text-base nfd-text-faded nfd-mt-2\" style=\"font-style:normal;font-weight:400\">Absolutely! You can order online through our website or by calling us. We offer both takeout and delivery within a specific radius.</p><!-- /wp:paragraph --></details><!-- /wp:details --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:19:{i:0;s:16:\"frequently asked\";i:1;s:11:\"help center\";i:2;s:7:\"answers\";i:3;s:7:\"support\";i:4;s:14:\"knowledge base\";i:5;s:4:\"tips\";i:6;s:4:\"help\";i:7;s:14:\"call to action\";i:8;s:3:\"cta\";i:9;s:6:\"center\";i:10;s:15:\"troubleshooting\";i:11;s:10:\"user guide\";i:12;s:16:\"common questions\";i:13;s:9:\"accordion\";i:14;s:4:\"tabs\";i:15;s:11:\"information\";i:16;s:5:\"guide\";i:17;s:7:\"details\";i:18;s:4:\"info\";}s:10:\"categories\";s:3:\"faq\";s:14:\"all_categories\";a:1:{i:0;s:3:\"faq\";}s:7:\"context\";N;s:5:\"order\";i:70;s:11:\"is_featured\";b:0;}i:16;a:11:{s:2:\"id\";s:36:\"9f8e048d-178e-4d59-bf06-0590317fad0d\";s:4:\"slug\";s:5:\"faq-8\";s:5:\"title\";s:5:\"faq-8\";s:11:\"description\";s:5:\"faq-8\";s:7:\"content\";s:5889:\"<!-- wp:group {\"className\":\"nfd-py-lg\",\"metadata\":{\"name\":\"FAQ\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-py-lg is-style-nfd-theme-white nfd-wb-faq__faq-8\" ><!-- wp:columns {\"metadata\":{}} --><div class=\"wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:heading {\"level\":3} --><h3 class=\"wp-block-heading\">Billing Faqs</h3><!-- /wp:heading --><!-- wp:paragraph --><p class=\"\">Everything you need to know about purchases, invoices and billings. Can\'t find an answer? <a href=\"#\">Get in touch →</a></p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"width\":\"66.66%\"} --><div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:group {\"metadata\":{\"name\":\"Narrow Container\"},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"640px\"}} --><div class=\"wp-block-group\"><!-- wp:details {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"width\":\"1px\"}},\"backgroundColor\":\"base\",\"className\":\"nfd-text-md nfd-p-card-sm nfd-rounded nfd-text-contrast nfd-shadow-xs\"} --><details class=\"nfd-text-md nfd-p-card-sm nfd-rounded nfd-text-contrast nfd-shadow-xs wp-block-details has-base-background-color has-background\" style=\"border-width:1px;font-style:normal;font-weight:500\"><summary>What services do you offer?</summary><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"}},\"className\":\"nfd-text-base nfd-text-faded nfd-mt-2\"} --><p class=\"nfd-text-base nfd-text-faded nfd-mt-2\" style=\"font-style:normal;font-weight:400\">We offer a wide range of interior design services including space planning, furniture selection, color consultation, lighting design, home styling, and full home makeovers.</p><!-- /wp:paragraph --></details><!-- /wp:details --><!-- wp:details {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"width\":\"1px\"}},\"backgroundColor\":\"base\",\"className\":\"nfd-text-md nfd-p-card-sm nfd-rounded nfd-text-contrast nfd-shadow-xs\"} --><details class=\"nfd-text-md nfd-p-card-sm nfd-rounded nfd-text-contrast nfd-shadow-xs wp-block-details has-base-background-color has-background\" style=\"border-width:1px;font-style:normal;font-weight:500\"><summary>Do you offer virtual consultations?</summary><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"}},\"className\":\"nfd-text-base nfd-text-faded nfd-mt-2\"} --><p class=\"nfd-text-base nfd-text-faded nfd-mt-2\" style=\"font-style:normal;font-weight:400\">Yes! We provide online consultations for clients who prefer remote services or live outside our local area. All you need is a good internet connection and a few photos or videos of your space.</p><!-- /wp:paragraph --></details><!-- /wp:details --><!-- wp:details {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"width\":\"1px\"}},\"backgroundColor\":\"base\",\"className\":\"nfd-text-md nfd-p-card-sm nfd-rounded nfd-text-contrast nfd-shadow-xs\"} --><details class=\"nfd-text-md nfd-p-card-sm nfd-rounded nfd-text-contrast nfd-shadow-xs wp-block-details has-base-background-color has-background\" style=\"border-width:1px;font-style:normal;font-weight:500\"><summary>How much do your services cost?</summary><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"}},\"className\":\"nfd-text-base nfd-text-faded nfd-mt-2\"} --><p class=\"nfd-text-base nfd-text-faded nfd-mt-2\" style=\"font-style:normal;font-weight:400\">Pricing depends on the size and scope of the project. We offer both fixed packages and custom quotes based on your needs. Contact us for a free consultation and estimate.</p><!-- /wp:paragraph --></details><!-- /wp:details --><!-- wp:details {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"width\":\"1px\"}},\"backgroundColor\":\"base\",\"className\":\"nfd-text-md nfd-p-card-sm nfd-rounded nfd-text-contrast nfd-shadow-xs\"} --><details class=\"nfd-text-md nfd-p-card-sm nfd-rounded nfd-text-contrast nfd-shadow-xs wp-block-details has-base-background-color has-background\" style=\"border-width:1px;font-style:normal;font-weight:500\"><summary>How long does a typical project take?</summary><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"}},\"className\":\"nfd-text-base nfd-text-faded nfd-mt-2\"} --><p class=\"nfd-text-base nfd-text-faded nfd-mt-2\" style=\"font-style:normal;font-weight:400\">Project timelines vary, but a typical room makeover can take 2–6 weeks depending on the complexity and availability of materials and furniture.</p><!-- /wp:paragraph --></details><!-- /wp:details --><!-- wp:details {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"width\":\"1px\"}},\"backgroundColor\":\"base\",\"className\":\"nfd-text-md nfd-p-card-sm nfd-rounded nfd-text-contrast nfd-shadow-xs\"} --><details class=\"nfd-text-md nfd-p-card-sm nfd-rounded nfd-text-contrast nfd-shadow-xs wp-block-details has-base-background-color has-background\" style=\"border-width:1px;font-style:normal;font-weight:500\"><summary>Do you help with purchasing furniture and decor?</summary><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"}},\"className\":\"nfd-text-base nfd-text-faded nfd-mt-2\"} --><p class=\"nfd-text-base nfd-text-faded nfd-mt-2\" style=\"font-style:normal;font-weight:400\">Yes, we can source, purchase, and coordinate delivery of all items. We work with a variety of vendors and can even pass on trade discounts where available.</p><!-- /wp:paragraph --></details><!-- /wp:details --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:3:\"faq\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:80;s:11:\"is_featured\";b:0;}i:17;a:11:{s:2:\"id\";s:36:\"9ac51f02-b75b-47dc-bbab-eeec4d247200\";s:4:\"slug\";s:6:\"blog-1\";s:5:\"title\";s:6:\"blog-1\";s:11:\"description\";s:6:\"blog-1\";s:7:\"content\";s:1866:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Blog\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md nfd-wb-blog__blog-1\" ><!-- wp:query {\"queryId\":14,\"query\":{\"perPage\":\"3\",\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"exclude\",\"inherit\":false}} --><div class=\"wp-block-query\"><!-- wp:post-template {\"className\":\"nfd-gap-xl\",\"layout\":{\"type\":\"grid\",\"columnCount\":3}} --><!-- wp:post-featured-image {\"isLink\":true,\"aspectRatio\":\"3/2\",\"height\":\"\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"24px\"}}},\"className\":\"nfd-rounded\"} /--><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0.05em\"},\"spacing\":{\"padding\":{\"top\":\"4px\",\"bottom\":\"4px\",\"left\":\"10px\",\"right\":\"10px\"}}},\"className\":\"nfd-bg-subtle nfd-text-xs nfd-rounded-sm\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-bg-subtle nfd-text-xs nfd-rounded-sm wp-block-group\" style=\"padding-top:4px;padding-right:10px;padding-bottom:4px;padding-left:10px;font-style:normal;font-weight:600;letter-spacing:0.05em;text-transform:uppercase\"><!-- wp:post-terms {\"term\":\"category\",\"separator\":\" · \",\"className\":\"nfd-text-faded\"} /--></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:post-title {\"level\":3,\"isLink\":true,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\"}}},\"className\":\"nfd-text-lg nfd-text-contrast nfd-text-balance\"} /--><!-- wp:post-date {\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-faded nfd-text-xs\"} /--><!-- /wp:post-template --></div><!-- /wp:query --></div><!-- /wp:group -->\";s:4:\"tags\";a:12:{i:0;s:7:\"article\";i:1;s:4:\"post\";i:2;s:6:\"latest\";i:3;s:6:\"recent\";i:4;s:5:\"entry\";i:5;s:4:\"news\";i:6;s:7:\"content\";i:7;s:8:\"3 column\";i:8;s:14:\"featured image\";i:9;s:8:\"category\";i:10;s:7:\"archive\";i:11;s:7:\"content\";}s:10:\"categories\";s:4:\"blog\";s:14:\"all_categories\";a:1:{i:0;s:4:\"blog\";}s:7:\"context\";N;s:5:\"order\";i:10;s:11:\"is_featured\";b:0;}i:18;a:11:{s:2:\"id\";s:36:\"9ac51f02-d792-4859-bd89-daa691cc2ea4\";s:4:\"slug\";s:6:\"blog-2\";s:5:\"title\";s:6:\"blog-2\";s:11:\"description\";s:6:\"blog-2\";s:7:\"content\";s:2104:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Blog\"},\"nfdGroupTheme\":\"darker\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-darker nfd-wb-blog__blog-2\" ><!-- wp:query {\"queryId\":15,\"query\":{\"perPage\":\"2\",\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"exclude\",\"inherit\":false},\"layout\":{\"type\":\"default\"}} --><div class=\"wp-block-query\"><!-- wp:post-template {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"grid\",\"columnCount\":2}} --><!-- wp:post-featured-image {\"isLink\":true,\"aspectRatio\":\"3/2\",\"height\":\"\",\"className\":\"nfd-rounded\"} /--><!-- wp:group {\"className\":\"nfd-p-card-sm\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-p-card-sm wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0.05em\"},\"spacing\":{\"padding\":{\"top\":\"4px\",\"bottom\":\"4px\",\"left\":\"10px\",\"right\":\"10px\"}}},\"className\":\"nfd-text-xs nfd-rounded-sm\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"primary\"} --><div class=\"nfd-text-xs nfd-rounded-sm wp-block-group nfd-bg-surface nfd-theme-primary\" style=\"padding-top:4px;padding-right:10px;padding-bottom:4px;padding-left:10px;font-style:normal;font-weight:600;letter-spacing:0.05em;text-transform:uppercase\"><!-- wp:post-terms {\"term\":\"category\",\"separator\":\" · \",\"className\":\"nfd-text-faded\"} /--></div><!-- /wp:group --><!-- wp:post-date {\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-faded nfd-text-xs\"} /--></div><!-- /wp:group --><!-- wp:post-title {\"level\":3,\"isLink\":true,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\"}}},\"className\":\"nfd-text-lg nfd-text-contrast nfd-text-balance\"} /--></div><!-- /wp:group --><!-- /wp:post-template --></div><!-- /wp:query --></div><!-- /wp:group -->\";s:4:\"tags\";a:13:{i:0;s:7:\"article\";i:1;s:4:\"post\";i:2;s:6:\"latest\";i:3;s:6:\"recent\";i:4;s:5:\"entry\";i:5;s:4:\"news\";i:6;s:7:\"content\";i:7;s:8:\"2 column\";i:8;s:14:\"featured image\";i:9;s:4:\"dark\";i:10;s:8:\"category\";i:11;s:7:\"archive\";i:12;s:7:\"content\";}s:10:\"categories\";s:4:\"blog\";s:14:\"all_categories\";a:1:{i:0;s:4:\"blog\";}s:7:\"context\";N;s:5:\"order\";i:20;s:11:\"is_featured\";b:0;}i:19;a:11:{s:2:\"id\";s:36:\"9ac51f02-de40-4053-9ecc-2bc389f221e8\";s:4:\"slug\";s:6:\"blog-3\";s:5:\"title\";s:6:\"blog-3\";s:11:\"description\";s:6:\"blog-3\";s:7:\"content\";s:4585:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Blog\"},\"nfdGroupTheme\":\"light\",\"nfdGroupEffect\":\"grid\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-light nfd-bg-effect-grid nfd-wb-blog__blog-3\" ><!-- wp:columns {\"className\":\"nfd-gap-xl nfd-gap-y-2xl\"} --><div class=\"nfd-gap-xl nfd-gap-y-2xl wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} --><div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:query {\"queryId\":16,\"query\":{\"perPage\":\"1\",\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"exclude\",\"inherit\":false},\"className\":\"nfd-query-loop-1\"} --><div class=\"nfd-query-loop-1 wp-block-query\"><!-- wp:post-template --><!-- wp:cover {\"useFeaturedImage\":true,\"dimRatio\":0,\"minHeight\":435,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"className\":\"nfd-rounded\",\"layout\":{\"type\":\"default\"}} --><div class=\"nfd-rounded wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"min-height:435px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"border\":{\"radius\":\"999px\",\"color\":\"#ffffff73\",\"width\":\"1px\"},\"spacing\":{\"padding\":{\"top\":\"4px\",\"bottom\":\"4px\",\"left\":\"16px\",\"right\":\"16px\"}},\"color\":{\"background\":\"#ffffffc2\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\",\"className\":\"nfd-backdrop-blur-sm nfd-text-base\",\"layout\":{\"type\":\"default\"}} --><div class=\"nfd-backdrop-blur-sm nfd-text-base wp-block-group has-border-color has-black-color has-text-color has-background has-link-color\" style=\"border-color:#ffffff73;border-width:1px;border-radius:999px;background-color:#ffffffc2;padding-top:4px;padding-right:16px;padding-bottom:4px;padding-left:16px;font-style:normal;font-weight:600\"><!-- wp:post-terms {\"term\":\"category\",\"separator\":\" \"} /--></div><!-- /wp:group --></div></div><!-- /wp:cover --><!-- wp:post-title {\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"top\":\"24px\",\"bottom\":\"24px\"}}},\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} /--><!-- wp:group {\"className\":\"nfd-gap-md nfd-text-base\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md nfd-text-base wp-block-group\"><!-- wp:post-author {\"showBio\":false,\"textColor\":\"black\",\"className\":\"nfd-text-faded\"} /--><!-- wp:group {\"style\":{\"dimensions\":{\"minHeight\":\"0.85em\"},\"border\":{\"left\":{\"width\":\"2px\"}}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\" style=\"border-left-width:2px;min-height:0.85em\"></div><!-- /wp:group --><!-- wp:post-date {\"className\":\"nfd-text-faded\"} /--><!-- wp:group {\"style\":{\"dimensions\":{\"minHeight\":\"0.85em\"},\"border\":{\"left\":{\"width\":\"2px\"}}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\" style=\"border-left-width:2px;min-height:0.85em\"></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">4 min read</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- /wp:post-template --></div><!-- /wp:query --></div><!-- /wp:column --><!-- wp:column {\"width\":\"33.33%\"} --><div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:query {\"queryId\":17,\"query\":{\"perPage\":\"3\",\"pages\":\"0\",\"offset\":\"1\",\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"exclude\",\"inherit\":false},\"layout\":{\"type\":\"default\"}} --><div class=\"wp-block-query\"><!-- wp:post-template {\"style\":{\"spacing\":{\"blockGap\":\"40px\"}},\"layout\":{\"type\":\"default\",\"columnCount\":3}} --><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:post-featured-image {\"isLink\":true,\"aspectRatio\":\"1\",\"width\":\"\",\"height\":\"115px\",\"className\":\"nfd-rounded\"} /--><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\",\"verticalAlignment\":\"space-between\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:post-title {\"isLink\":true,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-balance nfd-text-contrast nfd-text-md\"} /--><!-- wp:post-date {\"className\":\"nfd-text-faded nfd-text-base\"} /--></div><!-- /wp:group --></div><!-- /wp:group --><!-- /wp:post-template --></div><!-- /wp:query --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:11:{i:0;s:7:\"article\";i:1;s:4:\"post\";i:2;s:6:\"latest\";i:3;s:6:\"recent\";i:4;s:5:\"entry\";i:5;s:4:\"news\";i:6;s:8:\"2 column\";i:7;s:14:\"featured image\";i:8;s:8:\"category\";i:9;s:7:\"archive\";i:10;s:7:\"content\";}s:10:\"categories\";s:4:\"blog\";s:14:\"all_categories\";a:1:{i:0;s:4:\"blog\";}s:7:\"context\";N;s:5:\"order\";i:30;s:11:\"is_featured\";b:0;}i:20;a:11:{s:2:\"id\";s:36:\"9ac51f02-e525-4e96-99c8-9de0672e8367\";s:4:\"slug\";s:6:\"blog-4\";s:5:\"title\";s:6:\"blog-4\";s:11:\"description\";s:6:\"blog-4\";s:7:\"content\";s:4722:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Blog\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md is-style-nfd-theme-white nfd-wb-blog__blog-4\" ><!-- wp:columns {\"className\":\"nfd-gap-xl nfd-gap-y-2xl\"} --><div class=\"nfd-gap-xl nfd-gap-y-2xl wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} --><div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:query {\"queryId\":18,\"query\":{\"perPage\":\"1\",\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"exclude\",\"inherit\":false},\"className\":\"nfd-query-loop-2\"} --><div class=\"nfd-query-loop-2 wp-block-query\"><!-- wp:post-template --><!-- wp:cover {\"useFeaturedImage\":true,\"dimRatio\":60,\"minHeight\":435,\"minHeightUnit\":\"px\",\"contentPosition\":\"bottom center\",\"className\":\"nfd-p-card-md nfd-rounded\",\"layout\":{\"type\":\"default\"}} --><div class=\"nfd-p-card-md nfd-rounded wp-block-cover has-custom-content-position is-position-bottom-center\" style=\"min-height:435px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:group {\"style\":{\"border\":{\"color\":\"#ffffff45\",\"width\":\"1px\"},\"spacing\":{\"padding\":{\"top\":\"4px\",\"bottom\":\"4px\",\"left\":\"16px\",\"right\":\"16px\"}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"color\":{\"background\":\"#00000021\"}},\"textColor\":\"white\",\"className\":\"nfd-backdrop-blur-sm nfd-text-base nfd-rounded-sm\",\"layout\":{\"type\":\"default\"}} --><div class=\"nfd-backdrop-blur-sm nfd-text-base nfd-rounded-sm wp-block-group has-border-color has-white-color has-text-color has-background\" style=\"border-color:#ffffff45;border-width:1px;background-color:#00000021;padding-top:4px;padding-right:16px;padding-bottom:4px;padding-left:16px;font-style:normal;font-weight:600\"><!-- wp:post-terms {\"term\":\"category\",\"separator\":\" \",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}}} /--></div><!-- /wp:group --><!-- wp:post-title {\"level\":3,\"isLink\":true,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|white\"}}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-xl nfd-text-balance\"} /--><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"12px\"}},\"textColor\":\"white\",\"className\":\"nfd-text-base\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-text-base wp-block-group has-white-color has-text-color\"><!-- wp:post-author {\"showAvatar\":false,\"showBio\":false,\"byline\":\"\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} /--><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80 nfd-text-xs\"} --><p class=\"nfd-text-opacity-80 nfd-text-xs\">•</p><!-- /wp:paragraph --><!-- wp:post-date {\"className\":\"nfd-text-opacity-80\"} /--></div><!-- /wp:group --></div><!-- /wp:group --></div></div><!-- /wp:cover --><!-- /wp:post-template --></div><!-- /wp:query --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"><!-- wp:group {\"className\":\"nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xl wp-block-group\"><!-- wp:heading {\"className\":\"nfd-text-lg\"} --><h2 class=\"nfd-text-lg wp-block-heading\">Recent Posts</h2><!-- /wp:heading --><!-- wp:query {\"queryId\":19,\"query\":{\"perPage\":\"3\",\"pages\":\"0\",\"offset\":\"1\",\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"exclude\",\"inherit\":false},\"layout\":{\"type\":\"default\"}} --><div class=\"wp-block-query\"><!-- wp:post-template {\"style\":{\"spacing\":{\"blockGap\":\"25px\"}},\"layout\":{\"type\":\"default\",\"columnCount\":3}} --><!-- wp:group {\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"},\"top\":{},\"right\":{},\"left\":{}},\"spacing\":{\"padding\":{\"bottom\":\"25px\"}}},\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\" style=\"border-bottom-width:1px;padding-bottom:25px\"><!-- wp:post-title {\"level\":3,\"isLink\":true,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-balance nfd-text-md nfd-text-contrast\"} /--><!-- wp:post-date {\"className\":\"nfd-text-faded nfd-text-base\"} /--></div><!-- /wp:group --><!-- /wp:post-template --></div><!-- /wp:query --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:11:{i:0;s:7:\"article\";i:1;s:4:\"post\";i:2;s:6:\"latest\";i:3;s:6:\"recent\";i:4;s:5:\"entry\";i:5;s:4:\"news\";i:6;s:8:\"2 column\";i:7;s:14:\"featured image\";i:8;s:8:\"category\";i:9;s:7:\"archive\";i:10;s:7:\"content\";}s:10:\"categories\";s:4:\"blog\";s:14:\"all_categories\";a:1:{i:0;s:4:\"blog\";}s:7:\"context\";N;s:5:\"order\";i:40;s:11:\"is_featured\";b:0;}i:21;a:11:{s:2:\"id\";s:36:\"9ac51f02-eba4-4567-a363-7412b5b57361\";s:4:\"slug\";s:6:\"blog-5\";s:5:\"title\";s:6:\"blog-5\";s:11:\"description\";s:6:\"blog-5\";s:7:\"content\";s:7574:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Blog\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md is-style-nfd-theme-white nfd-wb-blog__blog-5\" ><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"3px\",\"left\":\"3px\"},\"padding\":{\"right\":\"0\",\"left\":\"0\"}}}} --><div class=\"wp-block-columns\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"width\":\"50%\"} --><div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:query {\"queryId\":38,\"query\":{\"perPage\":\"1\",\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"exclude\",\"inherit\":false},\"className\":\"nfd-query-loop-2\"} --><div class=\"nfd-query-loop-2 wp-block-query\"><!-- wp:post-template --><!-- wp:cover {\"useFeaturedImage\":true,\"dimRatio\":80,\"minHeight\":600,\"minHeightUnit\":\"px\",\"contentPosition\":\"bottom center\",\"className\":\"nfd-p-card-square\",\"layout\":{\"type\":\"default\"}} --><div class=\"nfd-p-card-square wp-block-cover has-custom-content-position is-position-bottom-center\" style=\"min-height:600px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-80 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"16px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:group {\"style\":{\"border\":{\"radius\":\"4px\",\"color\":\"#ffffff45\",\"width\":\"1px\"},\"spacing\":{\"padding\":{\"top\":\"4px\",\"bottom\":\"4px\",\"left\":\"16px\",\"right\":\"16px\"}},\"color\":{\"background\":\"#ffffff26\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"textColor\":\"white\",\"className\":\"nfd-backdrop-blur-sm nfd-text-base\",\"layout\":{\"type\":\"default\"}} --><div class=\"nfd-backdrop-blur-sm nfd-text-base wp-block-group has-border-color has-white-color has-text-color has-background\" style=\"border-color:#ffffff45;border-width:1px;border-radius:4px;background-color:#ffffff26;padding-top:4px;padding-right:16px;padding-bottom:4px;padding-left:16px;font-style:normal;font-weight:600\"><!-- wp:post-terms {\"term\":\"category\",\"separator\":\" \",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}}} /--></div><!-- /wp:group --><!-- wp:post-title {\"isLink\":true,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|white\"}}}}},\"className\":\"nfd-text-xl nfd-text-balance\"} /--></div><!-- /wp:group --></div></div><!-- /wp:cover --><!-- /wp:post-template --></div><!-- /wp:query --></div><!-- /wp:column --><!-- wp:column {\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"3px\"}}} --><div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:query {\"queryId\":39,\"query\":{\"perPage\":\"2\",\"pages\":\"0\",\"offset\":\"1\",\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"exclude\",\"inherit\":false},\"className\":\"nfd-query-loop-2\",\"layout\":{\"type\":\"default\"}} --><div class=\"nfd-query-loop-2 wp-block-query\"><!-- wp:post-template {\"style\":{\"spacing\":{\"blockGap\":\"3px\"}},\"className\":\"nfd-text-balance\",\"layout\":{\"type\":\"grid\",\"columnCount\":2}} --><!-- wp:cover {\"useFeaturedImage\":true,\"dimRatio\":80,\"minHeight\":300,\"contentPosition\":\"bottom left\",\"className\":\"nfd-p-card-md\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-p-card-md wp-block-cover has-custom-content-position is-position-bottom-left\" style=\"min-height:300px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-80 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"16px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"bottom\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"border\":{\"radius\":\"4px\",\"color\":\"#ffffff45\",\"width\":\"1px\"},\"spacing\":{\"padding\":{\"top\":\"4px\",\"bottom\":\"4px\",\"left\":\"16px\",\"right\":\"16px\"}},\"color\":{\"background\":\"#ffffff26\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"textColor\":\"white\",\"className\":\"nfd-backdrop-blur-sm nfd-text-base\",\"layout\":{\"type\":\"default\"}} --><div class=\"nfd-backdrop-blur-sm nfd-text-base wp-block-group has-border-color has-white-color has-text-color has-background\" style=\"border-color:#ffffff45;border-width:1px;border-radius:4px;background-color:#ffffff26;padding-top:4px;padding-right:16px;padding-bottom:4px;padding-left:16px;font-style:normal;font-weight:600\"><!-- wp:post-terms {\"term\":\"category\",\"separator\":\" \",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}}} /--></div><!-- /wp:group --><!-- wp:post-title {\"isLink\":true,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|white\"}}}}},\"className\":\"nfd-text-md nfd-text-balance\"} /--></div><!-- /wp:group --></div></div><!-- /wp:cover --><!-- /wp:post-template --></div><!-- /wp:query --><!-- wp:query {\"queryId\":40,\"query\":{\"perPage\":1,\"pages\":\"0\",\"offset\":\"3\",\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"exclude\",\"inherit\":false},\"className\":\"nfd-query-loop-2\",\"layout\":{\"type\":\"default\"}} --><div class=\"nfd-query-loop-2 wp-block-query\"><!-- wp:post-template {\"style\":{\"spacing\":{\"blockGap\":\"2px\"}},\"layout\":{\"type\":\"default\",\"columnCount\":2}} --><!-- wp:cover {\"useFeaturedImage\":true,\"dimRatio\":80,\"minHeight\":297,\"contentPosition\":\"bottom left\",\"className\":\"nfd-p-card-square\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-p-card-square wp-block-cover has-custom-content-position is-position-bottom-left\" style=\"min-height:297px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-80 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"16px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"bottom\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"border\":{\"radius\":\"4px\",\"color\":\"#ffffff45\",\"width\":\"1px\"},\"spacing\":{\"padding\":{\"top\":\"4px\",\"bottom\":\"4px\",\"left\":\"16px\",\"right\":\"16px\"}},\"color\":{\"background\":\"#ffffff26\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"textColor\":\"white\",\"className\":\"nfd-backdrop-blur-sm nfd-text-base\",\"layout\":{\"type\":\"default\"}} --><div class=\"nfd-backdrop-blur-sm nfd-text-base wp-block-group has-border-color has-white-color has-text-color has-background\" style=\"border-color:#ffffff45;border-width:1px;border-radius:4px;background-color:#ffffff26;padding-top:4px;padding-right:16px;padding-bottom:4px;padding-left:16px;font-style:normal;font-weight:600\"><!-- wp:post-terms {\"term\":\"category\",\"separator\":\" \",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}}} /--></div><!-- /wp:group --><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"500px\"}} --><div class=\"wp-block-group\"><!-- wp:post-title {\"isLink\":true,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|white\"}}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-balance\"} /--></div><!-- /wp:group --></div><!-- /wp:group --></div></div><!-- /wp:cover --><!-- /wp:post-template --></div><!-- /wp:query --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:9:{i:0;s:7:\"article\";i:1;s:4:\"post\";i:2;s:5:\"entry\";i:3;s:4:\"news\";i:4;s:4:\"grid\";i:5;s:14:\"featured image\";i:6;s:8:\"category\";i:7;s:7:\"archive\";i:8;s:7:\"content\";}s:10:\"categories\";s:4:\"blog\";s:14:\"all_categories\";a:1:{i:0;s:4:\"blog\";}s:7:\"context\";N;s:5:\"order\";i:50;s:11:\"is_featured\";b:0;}i:22;a:11:{s:2:\"id\";s:36:\"9ac51f02-f1da-4c36-92d9-4f71f328893f\";s:4:\"slug\";s:6:\"blog-6\";s:5:\"title\";s:6:\"blog-6\";s:11:\"description\";s:6:\"blog-6\";s:7:\"content\";s:7922:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Blog\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md is-style-nfd-theme-white nfd-wb-blog__blog-6\" ><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"3px\",\"left\":\"3px\"},\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"nfdAnimation\":\"nfd-wb-zoom-in-short\"} --><div class=\"wp-block-columns nfd-wb-animate nfd-wb-zoom-in-short\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"3px\"}}} --><div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:query {\"queryId\":40,\"query\":{\"perPage\":1,\"pages\":\"0\",\"offset\":\"3\",\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"exclude\",\"inherit\":false},\"className\":\"nfd-query-loop-2\",\"layout\":{\"type\":\"default\"},\"nfdAnimation\":\"nfd-wb-fade-in-top-short\"} --><div class=\"nfd-query-loop-2 wp-block-query nfd-wb-animate nfd-wb-fade-in-top-short\"><!-- wp:post-template {\"style\":{\"spacing\":{\"blockGap\":\"2px\"}},\"layout\":{\"type\":\"default\",\"columnCount\":2}} --><!-- wp:cover {\"useFeaturedImage\":true,\"dimRatio\":80,\"minHeight\":297,\"contentPosition\":\"bottom left\",\"className\":\"nfd-p-card-square\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-p-card-square wp-block-cover has-custom-content-position is-position-bottom-left\" style=\"min-height:297px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-80 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"16px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"bottom\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"border\":{\"radius\":\"4px\",\"color\":\"#ffffff45\",\"width\":\"1px\"},\"spacing\":{\"padding\":{\"top\":\"4px\",\"bottom\":\"4px\",\"left\":\"16px\",\"right\":\"16px\"}},\"color\":{\"background\":\"#ffffff26\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"textColor\":\"white\",\"className\":\"nfd-backdrop-blur-sm nfd-text-base\",\"layout\":{\"type\":\"default\"}} --><div class=\"nfd-backdrop-blur-sm nfd-text-base wp-block-group has-border-color has-white-color has-text-color has-background\" style=\"border-color:#ffffff45;border-width:1px;border-radius:4px;background-color:#ffffff26;padding-top:4px;padding-right:16px;padding-bottom:4px;padding-left:16px;font-style:normal;font-weight:600\"><!-- wp:post-terms {\"term\":\"category\",\"separator\":\" \",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}}} /--></div><!-- /wp:group --><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"500px\"}} --><div class=\"wp-block-group\"><!-- wp:post-title {\"isLink\":true,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|white\"}}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-balance\"} /--></div><!-- /wp:group --></div><!-- /wp:group --></div></div><!-- /wp:cover --><!-- /wp:post-template --></div><!-- /wp:query --><!-- wp:query {\"queryId\":39,\"query\":{\"perPage\":\"2\",\"pages\":\"0\",\"offset\":\"1\",\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"exclude\",\"inherit\":false},\"className\":\"nfd-query-loop-2\",\"layout\":{\"type\":\"default\"},\"nfdAnimation\":\"nfd-wb-fade-in-bottom-short\"} --><div class=\"nfd-query-loop-2 wp-block-query nfd-wb-animate nfd-wb-fade-in-bottom-short\"><!-- wp:post-template {\"style\":{\"spacing\":{\"blockGap\":\"3px\"}},\"className\":\"nfd-text-balance\",\"layout\":{\"type\":\"grid\",\"columnCount\":2}} --><!-- wp:cover {\"useFeaturedImage\":true,\"dimRatio\":80,\"minHeight\":300,\"contentPosition\":\"bottom left\",\"className\":\"nfd-p-card-md\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-p-card-md wp-block-cover has-custom-content-position is-position-bottom-left\" style=\"min-height:300px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-80 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"16px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"bottom\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"border\":{\"radius\":\"4px\",\"color\":\"#ffffff45\",\"width\":\"1px\"},\"spacing\":{\"padding\":{\"top\":\"4px\",\"bottom\":\"4px\",\"left\":\"16px\",\"right\":\"16px\"}},\"color\":{\"background\":\"#ffffff26\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"textColor\":\"white\",\"className\":\"nfd-backdrop-blur-sm nfd-text-base\",\"layout\":{\"type\":\"default\"}} --><div class=\"nfd-backdrop-blur-sm nfd-text-base wp-block-group has-border-color has-white-color has-text-color has-background\" style=\"border-color:#ffffff45;border-width:1px;border-radius:4px;background-color:#ffffff26;padding-top:4px;padding-right:16px;padding-bottom:4px;padding-left:16px;font-style:normal;font-weight:600\"><!-- wp:post-terms {\"term\":\"category\",\"separator\":\" \",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}}} /--></div><!-- /wp:group --><!-- wp:post-title {\"isLink\":true,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|white\"}}}}},\"className\":\"nfd-text-md nfd-text-balance\"} /--></div><!-- /wp:group --></div></div><!-- /wp:cover --><!-- /wp:post-template --></div><!-- /wp:query --></div><!-- /wp:column --><!-- wp:column {\"width\":\"50%\",\"nfdAnimation\":\"nfd-wb-fade-in-right-short\"} --><div class=\"wp-block-column nfd-wb-animate nfd-wb-fade-in-right-short\" style=\"flex-basis:50%\"><!-- wp:query {\"queryId\":38,\"query\":{\"perPage\":\"1\",\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"exclude\",\"inherit\":false},\"className\":\"nfd-query-loop-2\",\"nfdAnimation\":\"\"} --><div class=\"nfd-query-loop-2 wp-block-query\"><!-- wp:post-template --><!-- wp:cover {\"useFeaturedImage\":true,\"dimRatio\":80,\"minHeight\":600,\"minHeightUnit\":\"px\",\"contentPosition\":\"bottom center\",\"className\":\"nfd-p-card-square\",\"layout\":{\"type\":\"default\"}} --><div class=\"nfd-p-card-square wp-block-cover has-custom-content-position is-position-bottom-center\" style=\"min-height:600px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-80 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"16px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:group {\"style\":{\"border\":{\"radius\":\"4px\",\"color\":\"#ffffff45\",\"width\":\"1px\"},\"spacing\":{\"padding\":{\"top\":\"4px\",\"bottom\":\"4px\",\"left\":\"16px\",\"right\":\"16px\"}},\"color\":{\"background\":\"#ffffff26\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"textColor\":\"white\",\"className\":\"nfd-backdrop-blur-sm nfd-text-base\",\"layout\":{\"type\":\"default\"}} --><div class=\"nfd-backdrop-blur-sm nfd-text-base wp-block-group has-border-color has-white-color has-text-color has-background\" style=\"border-color:#ffffff45;border-width:1px;border-radius:4px;background-color:#ffffff26;padding-top:4px;padding-right:16px;padding-bottom:4px;padding-left:16px;font-style:normal;font-weight:600\"><!-- wp:post-terms {\"term\":\"category\",\"separator\":\" \",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}}} /--></div><!-- /wp:group --><!-- wp:post-title {\"isLink\":true,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|white\"}}}}},\"className\":\"nfd-text-xl nfd-text-balance\"} /--></div><!-- /wp:group --></div></div><!-- /wp:cover --><!-- /wp:post-template --></div><!-- /wp:query --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:9:{i:0;s:7:\"article\";i:1;s:4:\"post\";i:2;s:5:\"entry\";i:3;s:4:\"news\";i:4;s:4:\"grid\";i:5;s:14:\"featured image\";i:6;s:8:\"category\";i:7;s:7:\"archive\";i:8;s:7:\"content\";}s:10:\"categories\";s:4:\"blog\";s:14:\"all_categories\";a:1:{i:0;s:4:\"blog\";}s:7:\"context\";N;s:5:\"order\";i:60;s:11:\"is_featured\";b:0;}i:23;a:11:{s:2:\"id\";s:36:\"9ac51f02-f861-4975-8dc7-7f7390b7d845\";s:4:\"slug\";s:6:\"blog-7\";s:5:\"title\";s:6:\"blog-7\";s:11:\"description\";s:6:\"blog-7\";s:7:\"content\";s:1385:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Blog\"},\"nfdGroupTheme\":\"primary\",\"nfdGroupEffect\":\"grid-2\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-primary nfd-bg-effect-grid-2 nfd-wb-blog__blog-7\" ><!-- wp:query {\"queryId\":14,\"query\":{\"perPage\":\"4\",\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"exclude\",\"inherit\":false}} --><div class=\"wp-block-query\"><!-- wp:post-template {\"className\":\"nfd-gap-xl\",\"layout\":{\"type\":\"grid\",\"columnCount\":4}} --><!-- wp:post-featured-image {\"isLink\":true,\"aspectRatio\":\"3/2\",\"height\":\"\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"24px\"}}}} /--><!-- wp:group {\"className\":\"nfd-text-sm nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-text-sm nfd-text-faded wp-block-group\"><!-- wp:post-terms {\"term\":\"category\",\"separator\":\" · \",\"className\":\"nfd-text-faded\"} /--><!-- wp:post-date /--></div><!-- /wp:group --><!-- wp:post-title {\"level\":3,\"isLink\":true,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\"}}},\"className\":\"nfd-text-md nfd-text-contrast nfd-text-balance\"} /--><!-- /wp:post-template --></div><!-- /wp:query --></div><!-- /wp:group -->\";s:4:\"tags\";a:12:{i:0;s:7:\"article\";i:1;s:4:\"post\";i:2;s:6:\"latest\";i:3;s:6:\"recent\";i:4;s:5:\"entry\";i:5;s:4:\"news\";i:6;s:8:\"4 column\";i:7;s:14:\"featured image\";i:8;s:7:\"primary\";i:9;s:8:\"category\";i:10;s:7:\"archive\";i:11;s:7:\"content\";}s:10:\"categories\";s:4:\"blog\";s:14:\"all_categories\";a:1:{i:0;s:4:\"blog\";}s:7:\"context\";N;s:5:\"order\";i:70;s:11:\"is_featured\";b:0;}i:24;a:11:{s:2:\"id\";s:36:\"9ac51f03-01d2-4142-904a-e8e14ceb2536\";s:4:\"slug\";s:6:\"blog-8\";s:5:\"title\";s:6:\"blog-8\";s:11:\"description\";s:6:\"blog-8\";s:7:\"content\";s:1860:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Blog\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"grid-2\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-dark nfd-bg-effect-grid-2 nfd-wb-blog__blog-8\" ><!-- wp:query {\"queryId\":14,\"query\":{\"perPage\":\"3\",\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"exclude\",\"inherit\":false},\"className\":\"nfd-query-loop-1\"} --><div class=\"nfd-query-loop-1 wp-block-query\"><!-- wp:post-template {\"className\":\"nfd-gap-xl\",\"layout\":{\"type\":\"grid\",\"columnCount\":3}} --><!-- wp:post-featured-image {\"isLink\":true,\"aspectRatio\":\"1\",\"height\":\"\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"24px\"}}},\"className\":\"nfd-rounded-md\"} /--><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"className\":\"nfd-text-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-sm wp-block-group\"><!-- wp:post-author {\"showAvatar\":false,\"byline\":\"By \"} /--><!-- wp:group {\"style\":{\"color\":{\"text\":\"#ffffff70\"}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group has-text-color\" style=\"color:#ffffff70\"><!-- wp:paragraph --><p class=\"\">/</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:post-terms {\"term\":\"category\",\"prefix\":\"In \",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|secondary\"}}}},\"color\":{\"text\":\"#ffffffcc\"}}} /--></div><!-- /wp:group --><!-- wp:post-title {\"level\":3,\"isLink\":true,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\"}}},\"className\":\"nfd-text-md nfd-text-contrast nfd-text-balance\"} /--><!-- /wp:post-template --></div><!-- /wp:query --></div><!-- /wp:group -->\";s:4:\"tags\";a:12:{i:0;s:7:\"article\";i:1;s:4:\"post\";i:2;s:6:\"latest\";i:3;s:6:\"recent\";i:4;s:5:\"entry\";i:5;s:4:\"news\";i:6;s:8:\"3 column\";i:7;s:14:\"featured image\";i:8;s:4:\"dark\";i:9;s:8:\"category\";i:10;s:7:\"archive\";i:11;s:7:\"content\";}s:10:\"categories\";s:4:\"blog\";s:14:\"all_categories\";a:1:{i:0;s:4:\"blog\";}s:7:\"context\";N;s:5:\"order\";i:80;s:11:\"is_featured\";b:0;}i:25;a:11:{s:2:\"id\";s:36:\"9ac51f03-07ec-4e89-9662-c83cdaaaa5a1\";s:4:\"slug\";s:6:\"blog-9\";s:5:\"title\";s:6:\"blog-9\";s:11:\"description\";s:6:\"blog-9\";s:7:\"content\";s:3965:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Blog\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-white nfd-wb-blog__blog-9\" ><!-- wp:query {\"queryId\":70,\"query\":{\"perPage\":\"4\",\"pages\":\"0\",\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"exclude\",\"inherit\":false},\"className\":\"nfd-query-loop-3\"} --><div class=\"nfd-query-loop-3 wp-block-query\"><!-- wp:post-template {\"style\":{\"spacing\":{\"blockGap\":\"20px\"}},\"layout\":{\"type\":\"grid\",\"columnCount\":4}} --><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}},\"border\":{\"width\":\"1px\"}},\"className\":\"nfd-h-full nfd-rounded-sm nfd-shadow-xs nfd-overflow-hidden\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"white\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-h-full nfd-rounded-sm nfd-shadow-xs nfd-overflow-hidden wp-block-group nfd-bg-surface nfd-theme-white\" style=\"border-width:1px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:cover {\"useFeaturedImage\":true,\"minHeight\":221,\"minHeightUnit\":\"px\",\"customGradient\":\"linear-gradient(180deg,rgba(0,0,0,0.06) 80%,rgb(255,255,255) 80%)\",\"contentPosition\":\"top left\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"20px\",\"bottom\":\"20px\",\"left\":\"20px\",\"right\":\"20px\"}}},\"className\":\"nfd-stretch-cover-child\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-stretch-cover-child wp-block-cover has-custom-content-position is-position-top-left\" style=\"padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;min-height:221px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(180deg,rgba(0,0,0,0.06) 80%,rgb(255,255,255) 80%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"dimensions\":{\"minHeight\":\"100%\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\",\"justifyContent\":\"left\"}} --><div class=\"wp-block-group\" style=\"min-height:100%\"><!-- wp:group {\"style\":{\"border\":{\"color\":\"#ffffff1f\",\"width\":\"1px\"},\"spacing\":{\"padding\":{\"top\":\"4px\",\"bottom\":\"4px\",\"left\":\"12px\",\"right\":\"12px\"}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-backdrop-blur-sm nfd-text-sm nfd-rounded-full nfd-bg-primary\",\"layout\":{\"type\":\"default\"}} --><div class=\"nfd-backdrop-blur-sm nfd-text-sm nfd-rounded-full nfd-bg-primary wp-block-group has-border-color\" style=\"border-color:#ffffff1f;border-width:1px;padding-top:4px;padding-right:12px;padding-bottom:4px;padding-left:12px;font-style:normal;font-weight:500\"><!-- wp:post-terms {\"term\":\"category\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|black\"}}}}}} /--></div><!-- /wp:group --><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\"></div><!-- /wp:group --><!-- wp:post-author {\"textAlign\":\"left\",\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"secondary-foreground\"} /--></div><!-- /wp:group --></div></div><!-- /wp:cover --><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"default\"}} --><div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:post-title {\"level\":3,\"isLink\":true,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} /--></div><!-- /wp:group --></div><!-- /wp:group --><!-- /wp:post-template --></div><!-- /wp:query --></div><!-- /wp:group -->\";s:4:\"tags\";a:14:{i:0;s:7:\"article\";i:1;s:4:\"post\";i:2;s:6:\"latest\";i:3;s:6:\"recent\";i:4;s:5:\"entry\";i:5;s:4:\"news\";i:6;s:8:\"4 column\";i:7;s:14:\"featured image\";i:8;s:7:\"primary\";i:9;s:6:\"avatar\";i:10;s:8:\"category\";i:11;s:7:\"archive\";i:12;s:6:\"author\";i:13;s:7:\"content\";}s:10:\"categories\";s:4:\"blog\";s:14:\"all_categories\";a:1:{i:0;s:4:\"blog\";}s:7:\"context\";N;s:5:\"order\";i:90;s:11:\"is_featured\";b:0;}i:26;a:11:{s:2:\"id\";s:36:\"9ac51f03-17c1-41df-aea1-366da33e256c\";s:4:\"slug\";s:6:\"cta-10\";s:5:\"title\";s:6:\"cta-10\";s:11:\"description\";s:6:\"cta-10\";s:7:\"content\";s:1951:\"<!-- wp:group {\"metadata\":{\"name\":\"Call to Action\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-wb-call-to-action__cta-10\" ><!-- wp:group {\"style\":{\"border\":{\"top\":{\"width\":\"8px\"}}},\"className\":\"nfd-gap-xl nfd-p-card-square-lg nfd-rounded-lg nfd-border-primary\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"dots\"} --><div class=\"nfd-gap-xl nfd-p-card-square-lg nfd-rounded-lg nfd-border-primary wp-block-group nfd-bg-surface nfd-theme-dark nfd-bg-effect-dots\" style=\"border-top-width:8px\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-left\">Build successful websites <br>with Cloud Patterns.</h2><!-- /wp:heading --><!-- wp:paragraph {\"textAlign\":\"left\",\"className\":\"nfd-text-faded nfd-text-md nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-md nfd-text-balance has-text-align-left\">We\'re a full-service design and development agency.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"md:nfd-items-start nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"md:nfd-items-start nfd-gap-md wp-block-group\"><!-- wp:buttons {\"className\":\"nfd-text-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-md wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-xl \"} --><div class=\"nfd-btn-xl wp-block-button \"><a class=\"wp-block-button__link wp-element-button\">Book a consultation</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:10:{i:0;s:14:\"call to action\";i:1;s:8:\"headline\";i:2;s:11:\"subheadline\";i:3;s:6:\"button\";i:4;s:5:\"clean\";i:5;s:7:\"minimal\";i:6;s:8:\"engaging\";i:7;s:4:\"dark\";i:8;s:9:\"marketing\";i:9;s:11:\"interactive\";}s:10:\"categories\";s:14:\"call-to-action\";s:14:\"all_categories\";a:1:{i:0;s:14:\"call-to-action\";}s:7:\"context\";N;s:5:\"order\";i:100;s:11:\"is_featured\";b:0;}i:27;a:11:{s:2:\"id\";s:36:\"9ac51f03-1df2-4efe-91c2-36b5742dfb85\";s:4:\"slug\";s:6:\"cta-11\";s:5:\"title\";s:6:\"cta-11\";s:11:\"description\";s:6:\"cta-11\";s:7:\"content\";s:1723:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Call to Action\"},\"nfdGroupTheme\":\"light\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-light nfd-wb-call-to-action__cta-11\" ><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-center\">Build successful websites<br>with Cloud Patterns\' </h2><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:group {\"className\":\"md:nfd-items-start nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"md:nfd-items-start nfd-gap-md wp-block-group\"><!-- wp:buttons {\"className\":\"nfd-text-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-md wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-wide is-style-outline\"} --><div class=\"nfd-btn-wide is-style-outline wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Schedule Demo</a></div><!-- /wp:button --><!-- wp:button {\"className\":\"nfd-btn-wide\"} --><div class=\"nfd-btn-wide wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Purchase Today</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:10:{i:0;s:14:\"call to action\";i:1;s:8:\"headline\";i:2;s:6:\"button\";i:3;s:5:\"clean\";i:4;s:7:\"minimal\";i:5;s:8:\"engaging\";i:6;s:9:\"2 buttons\";i:7;s:6:\"center\";i:8;s:9:\"marketing\";i:9;s:11:\"interactive\";}s:10:\"categories\";s:14:\"call-to-action\";s:14:\"all_categories\";a:1:{i:0;s:14:\"call-to-action\";}s:7:\"context\";N;s:5:\"order\";i:110;s:11:\"is_featured\";b:0;}i:28;a:11:{s:2:\"id\";s:36:\"9ac51f03-24f7-428b-9107-46c2e7a6389e\";s:4:\"slug\";s:6:\"cta-12\";s:5:\"title\";s:6:\"cta-12\";s:11:\"description\";s:6:\"cta-12\";s:7:\"content\";s:2048:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Call to Action\"},\"nfdGroupTheme\":\"light\",\"nfdGroupEffect\":\"dots\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-light nfd-bg-effect-dots nfd-wb-call-to-action__cta-12\" ><!-- wp:group {\"className\":\"nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-xl wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-center\">Build successful websites with Cloud Patterns</h2><!-- /wp:heading --><!-- wp:paragraph {\"textAlign\":\"center\",\"className\":\"nfd-text-faded nfd-text-md nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-md nfd-text-balance has-text-align-center\">We\'re a full-service design agency who specialize in simple and beautiful solutions.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"md:nfd-items-start nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"md:nfd-items-start nfd-gap-md wp-block-group\"><!-- wp:buttons {\"className\":\"nfd-text-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-md wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-wide is-style-outline\"} --><div class=\"nfd-btn-wide is-style-outline wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Schedule Demo</a></div><!-- /wp:button --><!-- wp:button {\"className\":\"nfd-btn-wide\"} --><div class=\"nfd-btn-wide wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Purchase Today</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:11:{i:0;s:14:\"call to action\";i:1;s:8:\"headline\";i:2;s:11:\"subheadline\";i:3;s:6:\"button\";i:4;s:5:\"clean\";i:5;s:7:\"minimal\";i:6;s:8:\"engaging\";i:7;s:9:\"2 buttons\";i:8;s:6:\"center\";i:9;s:9:\"marketing\";i:10;s:11:\"interactive\";}s:10:\"categories\";s:14:\"call-to-action\";s:14:\"all_categories\";a:1:{i:0;s:14:\"call-to-action\";}s:7:\"context\";N;s:5:\"order\";i:120;s:11:\"is_featured\";b:0;}i:29;a:11:{s:2:\"id\";s:36:\"9ac51f03-2c48-42cb-ad61-5d79fbde8b47\";s:4:\"slug\";s:6:\"cta-13\";s:5:\"title\";s:6:\"cta-13\";s:11:\"description\";s:6:\"cta-13\";s:7:\"content\";s:1930:\"<!-- wp:group {\"className\":\"nfd-p-card-square-lg\",\"metadata\":{\"name\":\"Call to Action\"},\"nfdGroupTheme\":\"dark\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-card-square-lg is-style-nfd-theme-dark nfd-wb-call-to-action__cta-13\" ><!-- wp:group {\"className\":\"nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-xl wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0.05em\"}},\"className\":\"nfd-text-sm nfd-text-faded\"} --><p class=\"nfd-text-sm nfd-text-faded has-text-align-center\" style=\"font-style:normal;font-weight:500;letter-spacing:0.05em;text-transform:uppercase\">Ready to start?</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"left\",\"className\":\"wp-block-heading nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h2 class=\"wp-block-heading nfd-text-xl nfd-text-contrast nfd-text-balance has-text-align-left\">Build successful websites <br>with Cloud Patterns</h2><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:group {\"className\":\"md:nfd-items-start nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"md:nfd-items-start nfd-gap-md wp-block-group\"><!-- wp:buttons {\"className\":\"nfd-text-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-md wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-xl \"} --><div class=\"nfd-btn-xl wp-block-button \"><a class=\"wp-block-button__link wp-element-button\">Explore Our Approach</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:9:{i:0;s:14:\"call to action\";i:1;s:8:\"headline\";i:2;s:6:\"button\";i:3;s:5:\"clean\";i:4;s:7:\"minimal\";i:5;s:8:\"engaging\";i:6;s:4:\"dark\";i:7;s:9:\"marketing\";i:8;s:11:\"interactive\";}s:10:\"categories\";s:14:\"call-to-action\";s:14:\"all_categories\";a:1:{i:0;s:14:\"call-to-action\";}s:7:\"context\";N;s:5:\"order\";i:130;s:11:\"is_featured\";b:0;}i:30;a:11:{s:2:\"id\";s:36:\"9ac51f03-3298-4f7e-bfe4-552b056889cd\";s:4:\"slug\";s:6:\"cta-14\";s:5:\"title\";s:6:\"cta-14\";s:11:\"description\";s:6:\"cta-14\";s:7:\"content\";s:3235:\"<!-- wp:group {\"align\":\"full\",\"metadata\":{\"name\":\"Call to Action\"},\"nfdGroupTheme\":\"dark\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull nfd-container is-style-nfd-theme-dark nfd-wb-call-to-action__cta-14\" ><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1544006659-f0b21884ce1d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=1500&h=&crop=\",\"dimRatio\":50,\"minHeight\":100,\"align\":\"full\",\"className\":\"nfd-container nfd-p-card-square-lg\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-container nfd-p-card-square-lg wp-block-cover alignfull\" style=\"min-height:100px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1544006659-f0b21884ce1d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=1500&h=&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-xl wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-left\">Build successful websites <br>with Cloud Patterns.</h2><!-- /wp:heading --><!-- wp:paragraph {\"textAlign\":\"left\",\"className\":\"nfd-text-faded nfd-text-md nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-md nfd-text-balance has-text-align-left\">We\'re a full-service design and development agency.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"md:nfd-items-start nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"md:nfd-items-start nfd-gap-md wp-block-group\"><!-- wp:buttons {\"className\":\"nfd-text-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-md wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-xl \"} --><div class=\"nfd-btn-xl wp-block-button \"><a class=\"wp-block-button__link wp-element-button\">Schedule a demo</a></div><!-- /wp:button --></div><!-- /wp:buttons --><!-- wp:group {\"className\":\"nfd-text-xs nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-text-xs nfd-text-faded wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}}} --><p class=\"has-text-align-left\" style=\"text-transform:uppercase\"><strong style=\"margin-right: 4px\">✓ </strong>Easy to use</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}}} --><p class=\"has-text-align-left\" style=\"text-transform:uppercase\"><strong style=\"margin-right: 4px\">✓ </strong>Free 30-day trial</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:group -->\";s:4:\"tags\";a:10:{i:0;s:14:\"call to action\";i:1;s:8:\"headline\";i:2;s:11:\"subheadline\";i:3;s:6:\"button\";i:4;s:5:\"clean\";i:5;s:8:\"engaging\";i:6;s:5:\"cover\";i:7;s:16:\"background image\";i:8;s:9:\"marketing\";i:9;s:11:\"interactive\";}s:10:\"categories\";s:14:\"call-to-action\";s:14:\"all_categories\";a:1:{i:0;s:14:\"call-to-action\";}s:7:\"context\";N;s:5:\"order\";i:140;s:11:\"is_featured\";b:0;}i:31;a:11:{s:2:\"id\";s:36:\"9ac51f03-3a30-48fd-8c8e-dd10c1afd44c\";s:4:\"slug\";s:6:\"cta-15\";s:5:\"title\";s:6:\"cta-15\";s:11:\"description\";s:6:\"cta-15\";s:7:\"content\";s:3970:\"<!-- wp:group {\"align\":\"full\",\"metadata\":{\"name\":\"Call to Action\"},\"nfdGroupTheme\":\"dark\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull nfd-container is-style-nfd-theme-dark nfd-wb-call-to-action__cta-15\" ><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1544006659-f0b21884ce1d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=1500&h=&crop=\",\"dimRatio\":90,\"minHeight\":100,\"customGradient\":\"linear-gradient(125deg,rgb(0,0,0) 59%,rgba(0,0,0,0.15) 59%)\",\"align\":\"full\",\"className\":\"nfd-container nfd-p-card-square-lg\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-container nfd-p-card-square-lg wp-block-cover alignfull\" style=\"min-height:100px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim wp-block-cover__gradient-background has-background-gradient\" style=\"background:linear-gradient(125deg,rgb(0,0,0) 59%,rgba(0,0,0,0.15) 59%)\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1544006659-f0b21884ce1d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=1500&h=&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"right\":\"16px\",\"left\":\"16px\",\"top\":\"6px\",\"bottom\":\"6px\"}}},\"className\":\"nfd-shadow-xs nfd-rounded-full \",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"dark\"} --><div class=\"nfd-shadow-xs nfd-rounded-full wp-block-group nfd-bg-surface nfd-theme-dark \" style=\"padding-top:6px;padding-right:16px;padding-bottom:6px;padding-left:16px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-xs\"} --><p class=\"nfd-text-xs\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\">Ready to start?</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-xl wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-left\">Build successful websites <br>with Cloud Patterns.</h2><!-- /wp:heading --><!-- wp:paragraph {\"textAlign\":\"left\",\"className\":\"nfd-text-faded nfd-text-md nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-md nfd-text-balance has-text-align-left\">We\'re a full-service design and development agency.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"md:nfd-items-start nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"md:nfd-items-start nfd-gap-md wp-block-group\"><!-- wp:buttons {\"className\":\"nfd-text-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-md wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-xl \"} --><div class=\"nfd-btn-xl wp-block-button \"><a class=\"wp-block-button__link wp-element-button\">Schedule a demo</a></div><!-- /wp:button --></div><!-- /wp:buttons --><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-xs nfd-text-faded\"} --><p class=\"nfd-text-xs nfd-text-faded has-text-align-left\" style=\"text-transform:uppercase\">🔥 Included with every <span style=\"text-decoration: underline;\">PRO plan</span></p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:group -->\";s:4:\"tags\";a:9:{i:0;s:14:\"call to action\";i:1;s:8:\"headline\";i:2;s:11:\"subheadline\";i:3;s:6:\"button\";i:4;s:8:\"engaging\";i:5;s:5:\"cover\";i:6;s:16:\"background image\";i:7;s:9:\"marketing\";i:8;s:11:\"interactive\";}s:10:\"categories\";s:14:\"call-to-action\";s:14:\"all_categories\";a:1:{i:0;s:14:\"call-to-action\";}s:7:\"context\";N;s:5:\"order\";i:150;s:11:\"is_featured\";b:0;}i:32;a:11:{s:2:\"id\";s:36:\"9ac51f03-4224-4baa-bef2-92316d405c98\";s:4:\"slug\";s:6:\"cta-16\";s:5:\"title\";s:6:\"cta-16\";s:11:\"description\";s:6:\"cta-16\";s:7:\"content\";s:2541:\"<!-- wp:group {\"metadata\":{\"name\":\"Call to Action\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-wb-call-to-action__cta-16\" ><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1604871000636-074fa5117945?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=1500&h=&crop=\",\"minHeight\":50,\"minHeightUnit\":\"vw\",\"customGradient\":\"linear-gradient(90deg,rgba(0,0,0,0.9) 50%,rgba(0,0,0,0.1) 50%)\",\"contentPosition\":\"center left\",\"className\":\"nfd-p-0 nfd-rounded-lg\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-p-0 nfd-rounded-lg wp-block-cover has-custom-content-position is-position-center-left\" style=\"min-height:50vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim wp-block-cover__gradient-background has-background-gradient\" style=\"background:linear-gradient(90deg,rgba(0,0,0,0.9) 50%,rgba(0,0,0,0.1) 50%)\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1604871000636-074fa5117945?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=1500&h=&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"color\":{\"background\":\"#00000000\"}},\"className\":\"nfd-gap-2xl nfd-p-card-square-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\",\"justifyContent\":\"left\"},\"nfdGroupTheme\":\"darker\"} --><div class=\"nfd-gap-2xl nfd-p-card-square-lg wp-block-group has-background nfd-bg-surface nfd-theme-darker\" style=\"background-color:#00000000\"><!-- wp:heading {\"textAlign\":\"left\",\"className\":\"nfd-text-giga nfd-text-contrast\"} --><h2 class=\"nfd-text-giga nfd-text-contrast wp-block-heading has-text-align-left\">— Award Winning Agency</h2><!-- /wp:heading --><!-- wp:group {\"className\":\"md:nfd-items-start nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"md:nfd-items-start nfd-gap-md wp-block-group\"><!-- wp:buttons {\"className\":\"nfd-text-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-md wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-xl \"} --><div class=\"nfd-btn-xl wp-block-button \"><a class=\"wp-block-button__link wp-element-button\">We design digital experiences that create more happy in the world</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:group -->\";s:4:\"tags\";a:10:{i:0;s:14:\"call to action\";i:1;s:8:\"headline\";i:2;s:4:\"hero\";i:3;s:6:\"button\";i:4;s:6:\"center\";i:5;s:10:\"full width\";i:6;s:8:\"engaging\";i:7;s:5:\"image\";i:8;s:9:\"marketing\";i:9;s:11:\"interactive\";}s:10:\"categories\";s:14:\"call-to-action\";s:14:\"all_categories\";a:1:{i:0;s:14:\"call-to-action\";}s:7:\"context\";N;s:5:\"order\";i:160;s:11:\"is_featured\";b:0;}i:33;a:11:{s:2:\"id\";s:36:\"9ac51f03-498e-4954-bea2-9af9ccd631fb\";s:4:\"slug\";s:6:\"cta-17\";s:5:\"title\";s:6:\"cta-17\";s:11:\"description\";s:6:\"cta-17\";s:7:\"content\";s:2354:\"<!-- wp:group {\"metadata\":{\"name\":\"Call to Action\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-wb-call-to-action__cta-17\" ><!-- wp:cover {\"url\":\"https://images.pexels.com/photos/2294361/pexels-photo-2294361.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=1500&h=&crop=\",\"minHeight\":50,\"minHeightUnit\":\"vw\",\"customGradient\":\"linear-gradient(300deg,rgba(0,0,0,0.9) 50%,rgba(0,0,0,0.1) 50%)\",\"contentPosition\":\"center center\",\"className\":\"nfd-p-0 nfd-rounded-lg\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-p-0 nfd-rounded-lg wp-block-cover\" style=\"min-height:50vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim wp-block-cover__gradient-background has-background-gradient\" style=\"background:linear-gradient(300deg,rgba(0,0,0,0.9) 50%,rgba(0,0,0,0.1) 50%)\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.pexels.com/photos/2294361/pexels-photo-2294361.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=1500&h=&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"color\":{\"background\":\"#00000000\"}},\"className\":\"nfd-gap-2xl nfd-p-card-square-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\",\"justifyContent\":\"center\"},\"nfdGroupTheme\":\"darker\"} --><div class=\"nfd-gap-2xl nfd-p-card-square-lg wp-block-group has-background nfd-bg-surface nfd-theme-darker\" style=\"background-color:#00000000\"><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"nfd-text-giga nfd-text-contrast\"} --><h2 class=\"nfd-text-giga nfd-text-contrast wp-block-heading has-text-align-center\">High-Intensity Personal Training Plans</h2><!-- /wp:heading --><!-- wp:group {\"className\":\"md:nfd-items-start nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"md:nfd-items-start nfd-gap-md wp-block-group\"><!-- wp:buttons {\"className\":\"nfd-text-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-md wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-xl \"} --><div class=\"nfd-btn-xl wp-block-button \"><a class=\"wp-block-button__link wp-element-button\">Register Now</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:group -->\";s:4:\"tags\";a:10:{i:0;s:14:\"call to action\";i:1;s:8:\"headline\";i:2;s:4:\"hero\";i:3;s:6:\"button\";i:4;s:6:\"center\";i:5;s:10:\"full width\";i:6;s:8:\"engaging\";i:7;s:5:\"image\";i:8;s:9:\"marketing\";i:9;s:11:\"interactive\";}s:10:\"categories\";s:14:\"call-to-action\";s:14:\"all_categories\";a:1:{i:0;s:14:\"call-to-action\";}s:7:\"context\";N;s:5:\"order\";i:170;s:11:\"is_featured\";b:0;}i:34;a:11:{s:2:\"id\";s:36:\"9ac51f03-5076-4f07-aabc-b3f00e9b5f21\";s:4:\"slug\";s:6:\"cta-18\";s:5:\"title\";s:6:\"cta-18\";s:11:\"description\";s:6:\"cta-18\";s:7:\"content\";s:1239:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Call to Action\"},\"nfdGroupTheme\":\"light\",\"nfdGroupEffect\":\"grid-3\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"700px\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-light nfd-bg-effect-grid-3 nfd-wb-call-to-action__cta-18\" ><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-left\">We design <span style=\"text-decoration: underline\">digital experiences</span><br>that create more happy in the world</h2><!-- /wp:heading --><!-- wp:buttons {\"className\":\"nfd-text-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-md wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-xl \"} --><div class=\"nfd-btn-xl wp-block-button \"><a class=\"wp-block-button__link wp-element-button\">Let\'s work together</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:8:{i:0;s:14:\"call to action\";i:1;s:8:\"headline\";i:2;s:6:\"button\";i:3;s:5:\"clean\";i:4;s:7:\"minimal\";i:5;s:8:\"engaging\";i:6;s:9:\"marketing\";i:7;s:11:\"interactive\";}s:10:\"categories\";s:14:\"call-to-action\";s:14:\"all_categories\";a:1:{i:0;s:14:\"call-to-action\";}s:7:\"context\";N;s:5:\"order\";i:180;s:11:\"is_featured\";b:0;}i:35;a:11:{s:2:\"id\";s:36:\"9ac51f03-58fa-4073-b0fd-c35eebc2fa14\";s:4:\"slug\";s:6:\"cta-19\";s:5:\"title\";s:6:\"cta-19\";s:11:\"description\";s:6:\"cta-19\";s:7:\"content\";s:2874:\"<!-- wp:group {\"align\":\"wide\",\"metadata\":{\"name\":\"Call to Action\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignwide nfd-wb-call-to-action__cta-19\" ><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1606744888344-493238951221?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=1500&h=&crop=\",\"dimRatio\":0,\"overlayColor\":\"base\",\"minHeight\":5,\"minHeightUnit\":\"vh\",\"isDark\":false,\"className\":\"nfd-p-2 md:nfd-p-0 nfd-stretch-cover-child\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-p-2 md:nfd-p-0 nfd-stretch-cover-child wp-block-cover is-light\" style=\"min-height:5vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-base-background-color has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1606744888344-493238951221?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=1500&h=&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"color\":{\"background\":\"#ffffffcc\"}},\"className\":\"nfd-container\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupEffect\":\"lines-2\"} --><div class=\"nfd-container wp-block-group has-background nfd-bg-effect-lines-2\" style=\"background-color:#ffffffcc\"><!-- wp:group {\"style\":{\"dimensions\":{\"minHeight\":\"35vh\"}},\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md wp-block-group\" style=\"min-height:35vh\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-xs nfd-text-balance\"} --><p class=\"nfd-text-xs nfd-text-balance has-text-align-left\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\">Ready to start?</p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-left\">Build successful websites <br>with Cloud Patterns</h2><!-- /wp:heading --><!-- wp:buttons {\"className\":\"nfd-text-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-md wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-xl \"} --><div class=\"nfd-btn-xl wp-block-button \"><a class=\"wp-block-button__link wp-element-button\">Let\'s work together</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:group -->\";s:4:\"tags\";a:10:{i:0;s:14:\"call to action\";i:1;s:8:\"headline\";i:2;s:6:\"button\";i:3;s:5:\"clean\";i:4;s:7:\"minimal\";i:5;s:8:\"engaging\";i:6;s:16:\"background image\";i:7;s:5:\"cover\";i:8;s:9:\"marketing\";i:9;s:11:\"interactive\";}s:10:\"categories\";s:14:\"call-to-action\";s:14:\"all_categories\";a:1:{i:0;s:14:\"call-to-action\";}s:7:\"context\";N;s:5:\"order\";i:190;s:11:\"is_featured\";b:0;}i:36;a:11:{s:2:\"id\";s:36:\"9ac51f03-67bd-4f7e-9058-935cfd41225b\";s:4:\"slug\";s:6:\"cta-20\";s:5:\"title\";s:6:\"cta-20\";s:11:\"description\";s:6:\"cta-20\";s:7:\"content\";s:3193:\"<!-- wp:group {\"align\":\"full\",\"metadata\":{\"name\":\"Call to Action\"},\"nfdGroupTheme\":\"dark\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull is-style-nfd-theme-dark nfd-wb-call-to-action__cta-20\" ><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1606744888344-493238951221?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=1500&h=&crop=\",\"dimRatio\":50,\"minHeight\":100,\"contentPosition\":\"center center\",\"align\":\"full\",\"className\":\"nfd-container nfd-p-card-square-lg nfd-bg-primary\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-container nfd-p-card-square-lg nfd-bg-primary wp-block-cover alignfull\" style=\"min-height:100px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1606744888344-493238951221?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=1500&h=&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"color\":{\"background\":\"#08a88800\"}},\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\",\"justifyContent\":\"center\"},\"nfdGroupTheme\":\"primary\"} --><div class=\"nfd-gap-lg wp-block-group has-background nfd-bg-surface nfd-theme-primary\" style=\"background-color:#08a88800\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"right\":\"16px\",\"left\":\"16px\",\"top\":\"6px\",\"bottom\":\"6px\"}}},\"className\":\"nfd-shadow-xs nfd-rounded-full nfd-bg-subtle\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} --><div class=\"nfd-shadow-xs nfd-rounded-full wp-block-group nfd-bg-subtle\" style=\"padding-top:6px;padding-right:16px;padding-bottom:6px;padding-left:16px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-xs\"} --><p class=\"nfd-text-xs\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\">Browse 3,500 Homes</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"wp-block-heading nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h2 class=\"wp-block-heading nfd-text-xl nfd-text-contrast nfd-text-balance has-text-align-center\">Build successful websites <br>with Cloud Patterns</h2><!-- /wp:heading --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:buttons {\"className\":\"nfd-text-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-md wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-xl nfd-rounded-full\"} --><div class=\"nfd-btn-xl wp-block-button nfd-rounded-full\"><a class=\"wp-block-button__link wp-element-button\">Book a consultation</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:group -->\";s:4:\"tags\";a:12:{i:0;s:14:\"call to action\";i:1;s:8:\"headline\";i:2;s:6:\"button\";i:3;s:5:\"clean\";i:4;s:7:\"minimal\";i:5;s:8:\"engaging\";i:6;s:16:\"background image\";i:7;s:5:\"cover\";i:8;s:6:\"center\";i:9;s:13:\"primary color\";i:10;s:9:\"marketing\";i:11;s:11:\"interactive\";}s:10:\"categories\";s:14:\"call-to-action\";s:14:\"all_categories\";a:1:{i:0;s:14:\"call-to-action\";}s:7:\"context\";N;s:5:\"order\";i:200;s:11:\"is_featured\";b:0;}i:37;a:11:{s:2:\"id\";s:36:\"9ac51f03-6ecb-4dfa-a9d4-ebdfef5b637f\";s:4:\"slug\";s:6:\"cta-21\";s:5:\"title\";s:6:\"cta-21\";s:11:\"description\";s:6:\"cta-21\";s:7:\"content\";s:1940:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Call to Action\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md nfd-wb-call-to-action__cta-21\" ><!-- wp:group {\"className\":\"nfd-p-card-md nfd-rounded nfd-gap-xl nfd-shadow-xs\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"},\"nfdGroupTheme\":\"white\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-p-card-md nfd-gap-xl nfd-shadow-xs wp-block-group nfd-bg-surface nfd-theme-white nfd-rounded\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:image {\"width\":\"60px\",\"height\":\"60px\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-large is-resized\"><img src=\"https://images.unsplash.com/photo-1612349317150-e413f6a5b16d?w=120&fit=crop&w=120&h=120&crop=faces\" alt=\"\" style=\"object-fit:cover;width:60px;height:60px\"/></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md\" style=\"font-style:normal;font-weight:600\">Still have questions?</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">Can\'t find the answers you\'re looking for? Let\'s talk.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:buttons {\"layout\":{\"type\":\"flex\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-wide \"} --><div class=\"nfd-btn-wide wp-block-button \"><a class=\"wp-block-button__link wp-element-button\">Engage in a chat</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:9:{i:0;s:14:\"call to action\";i:1;s:15:\"contact section\";i:2;s:6:\"button\";i:3;s:16:\"customer support\";i:4;s:13:\"profile image\";i:5;s:4:\"help\";i:6;s:9:\"follow up\";i:7;s:9:\"marketing\";i:8;s:11:\"interactive\";}s:10:\"categories\";s:14:\"call-to-action\";s:14:\"all_categories\";a:1:{i:0;s:14:\"call-to-action\";}s:7:\"context\";N;s:5:\"order\";i:210;s:11:\"is_featured\";b:0;}i:38;a:11:{s:2:\"id\";s:36:\"9ac51f03-7546-4907-a61a-a232a85e8d08\";s:4:\"slug\";s:6:\"cta-22\";s:5:\"title\";s:6:\"cta-22\";s:11:\"description\";s:6:\"cta-22\";s:7:\"content\";s:1601:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Call to Action\"},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"900px\"}} --><div class=\"wp-block-group nfd-container nfd-p-md nfd-wb-call-to-action__cta-22\" ><!-- wp:group {\"className\":\"nfd-p-card-md nfd-rounded nfd-gap-xl nfd-shadow-xs\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"},\"nfdGroupTheme\":\"light\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-p-card-md nfd-gap-xl nfd-shadow-xs wp-block-group nfd-bg-surface nfd-theme-light nfd-rounded\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md\" style=\"font-style:normal;font-weight:600\">Have additional questions?</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">We’re here to help. Let’s talk.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:buttons {\"layout\":{\"type\":\"flex\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-wide nfd-rounded-full\"} --><div class=\"nfd-btn-wide wp-block-button nfd-rounded-full\"><a class=\"wp-block-button__link wp-element-button\">Engage in a chat</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:8:{i:0;s:14:\"call to action\";i:1;s:15:\"contact section\";i:2;s:6:\"button\";i:3;s:16:\"customer support\";i:4;s:4:\"help\";i:5;s:9:\"follow up\";i:6;s:9:\"marketing\";i:7;s:11:\"interactive\";}s:10:\"categories\";s:14:\"call-to-action\";s:14:\"all_categories\";a:1:{i:0;s:14:\"call-to-action\";}s:7:\"context\";N;s:5:\"order\";i:220;s:11:\"is_featured\";b:1;}i:39;a:11:{s:2:\"id\";s:36:\"9ac51f03-7b8b-4c96-a4e5-6e88453bd5da\";s:4:\"slug\";s:6:\"cta-23\";s:5:\"title\";s:6:\"cta-23\";s:11:\"description\";s:6:\"cta-23\";s:7:\"content\";s:1984:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Call to Action\"},\"nfdGroupTheme\":\"darker\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md is-style-nfd-theme-darker nfd-wb-call-to-action__cta-23\" ><!-- wp:group {\"className\":\"nfd-p-card-md nfd-rounded nfd-gap-xl nfd-shadow-xs\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-p-card-md nfd-gap-xl nfd-shadow-xs wp-block-group nfd-bg-surface nfd-theme-dark nfd-rounded\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:image {\"width\":\"60px\",\"height\":\"60px\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-large is-resized\"><img src=\"https://images.unsplash.com/photo-1608127010513-2c9fc1638893?w=120&fit=crop&w=120&h=120&crop=faces\" alt=\"\" style=\"object-fit:cover;width:60px;height:60px\"/></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md\" style=\"font-style:normal;font-weight:600\">Need more clarification?</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">Looking for specific answers? Reach out to us.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:buttons {\"layout\":{\"type\":\"flex\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-wide \"} --><div class=\"nfd-btn-wide wp-block-button \"><a class=\"wp-block-button__link wp-element-button\">Engage in a chat</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:10:{i:0;s:14:\"call to action\";i:1;s:15:\"contact section\";i:2;s:6:\"button\";i:3;s:16:\"customer support\";i:4;s:13:\"profile image\";i:5;s:4:\"help\";i:6;s:9:\"follow up\";i:7;s:4:\"dark\";i:8;s:9:\"marketing\";i:9;s:11:\"interactive\";}s:10:\"categories\";s:14:\"call-to-action\";s:14:\"all_categories\";a:1:{i:0;s:14:\"call-to-action\";}s:7:\"context\";N;s:5:\"order\";i:230;s:11:\"is_featured\";b:0;}i:40;a:11:{s:2:\"id\";s:36:\"9ac51f03-829b-4acd-abf6-c25d319f5b9c\";s:4:\"slug\";s:6:\"cta-24\";s:5:\"title\";s:6:\"cta-24\";s:11:\"description\";s:6:\"cta-24\";s:7:\"content\";s:4649:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"style\":{\"spacing\":{\"blockGap\":\"80px\"}},\"nfdGroupTheme\":\"darker\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-darker nfd-wb-call-to-action__cta-24\" ><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"wp-block-heading nfd-text-huge nfd-text-current md:nfd-no-br\"} --><h2 class=\"wp-block-heading nfd-text-huge nfd-text-current md:nfd-no-br has-text-align-center\">Let\'s Talk</h2><!-- /wp:heading --><!-- wp:group {\"className\":\"nfd-text-md nfd-text-faded\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"640px\"}} --><div class=\"nfd-text-md nfd-text-faded wp-block-group\"><!-- wp:paragraph {\"align\":\"center\"} --><p class=\"has-text-align-center\">Trust in our expertise to achieve the best outcome for your case.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"64px\"}}}} --><div class=\"wp-block-columns\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} --><div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} --><div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-sm nfd-text-secondary md:nfd-text-center\"} --><p class=\"nfd-text-sm nfd-text-secondary md:nfd-text-center\" style=\"text-transform:uppercase\">1515 Thorne Court</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-current md:nfd-text-center\"} --><p class=\"nfd-text-base nfd-text-current md:nfd-text-center\"><strong>Brooklyn, NY 11218</strong></p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-base\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} --><div class=\"wp-block-group nfd-text-base\"><!-- wp:paragraph {\"className\":\" md:nfd-text-center\"} --><p class=\"md:nfd-text-center\">T: <strong>(202) 555-0195</strong><br>E: <strong>brooklyn@example.com</strong></p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} --><div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} --><div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-sm nfd-text-secondary\"} --><p class=\"has-text-align-center nfd-text-sm nfd-text-secondary\" style=\"text-transform:uppercase\">1 Windfall AVE</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-base nfd-text-current\"} --><p class=\"has-text-align-center nfd-text-base nfd-text-current\"><strong>Miami, FL 3314</strong></p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-base\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} --><div class=\"wp-block-group nfd-text-base\"><!-- wp:paragraph {\"align\":\"center\"} --><p class=\"has-text-align-center\">T: ( <strong>202) 555-0125</strong><br>E: <strong>miami@example.com</strong></p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} --><div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} --><div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-sm nfd-text-secondary md:nfd-text-center\"} --><p class=\"has-text-align-right nfd-text-sm nfd-text-secondary md:nfd-text-center\" style=\"text-transform:uppercase\">6800 Meadow St.</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"right\",\"className\":\"nfd-text-base nfd-text-current md:nfd-text-center\"} --><p class=\"has-text-align-right nfd-text-base nfd-text-current md:nfd-text-center\"><strong>Los Angeles, CA 90001</strong></p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-base\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} --><div class=\"wp-block-group nfd-text-base\"><!-- wp:paragraph {\"align\":\"right\",\"className\":\" md:nfd-text-center\"} --><p class=\"has-text-align-right md:nfd-text-center\">T: <strong>(202) 555-0179</strong><br>E: <strong>north@example.com</strong></p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:10:{i:0;s:14:\"call to action\";i:1;s:15:\"contact section\";i:2;s:12:\"get in touch\";i:3;s:15:\"contact details\";i:4;s:4:\"dark\";i:5;s:10:\"contact us\";i:6;s:8:\"3 column\";i:7;s:8:\"headline\";i:8;s:9:\"marketing\";i:9;s:11:\"interactive\";}s:10:\"categories\";s:14:\"call-to-action\";s:14:\"all_categories\";a:1:{i:0;s:14:\"call-to-action\";}s:7:\"context\";N;s:5:\"order\";i:240;s:11:\"is_featured\";b:0;}i:41;a:11:{s:2:\"id\";s:36:\"9ac51f03-89b7-45e0-8e91-cd796f056650\";s:4:\"slug\";s:6:\"cta-25\";s:5:\"title\";s:6:\"cta-25\";s:11:\"description\";s:6:\"cta-25\";s:7:\"content\";s:1986:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Call to Action\"},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"900px\"}} --><div class=\"wp-block-group nfd-container nfd-p-md nfd-wb-call-to-action__cta-25\" ><!-- wp:group {\"className\":\"nfd-p-card-md nfd-rounded-full nfd-gap-xl nfd-shadow-xs\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"},\"nfdGroupTheme\":\"light\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-p-card-md nfd-gap-xl nfd-shadow-xs wp-block-group nfd-bg-surface nfd-theme-light nfd-rounded-full\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:image {\"width\":\"60px\",\"height\":\"60px\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-large is-resized\"><img src=\"https://images.unsplash.com/photo-1534030347209-467a5b0ad3e6?w=120&fit=crop&w=120&h=120&crop=faces\" alt=\"\" style=\"object-fit:cover;width:60px;height:60px\"/></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md\" style=\"font-style:normal;font-weight:600\">Have additional questions?</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">We\'re here to help. Let\'s talk.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:buttons {\"layout\":{\"type\":\"flex\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-wide nfd-rounded-full\"} --><div class=\"nfd-btn-wide wp-block-button nfd-rounded-full\"><a class=\"wp-block-button__link wp-element-button\">Engage in a chat</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:9:{i:0;s:14:\"call to action\";i:1;s:15:\"contact section\";i:2;s:6:\"button\";i:3;s:16:\"customer support\";i:4;s:13:\"profile image\";i:5;s:4:\"help\";i:6;s:9:\"follow up\";i:7;s:9:\"marketing\";i:8;s:11:\"interactive\";}s:10:\"categories\";s:14:\"call-to-action\";s:14:\"all_categories\";a:1:{i:0;s:14:\"call-to-action\";}s:7:\"context\";N;s:5:\"order\";i:250;s:11:\"is_featured\";b:0;}i:42;a:11:{s:2:\"id\";s:36:\"9ac51f03-9024-43ca-b5ad-df7ceb6fa1c0\";s:4:\"slug\";s:6:\"cta-26\";s:5:\"title\";s:6:\"cta-26\";s:11:\"description\";s:6:\"cta-26\";s:7:\"content\";s:2863:\"<!-- wp:group {\"metadata\":{\"name\":\"Call to Action\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-wb-call-to-action__cta-26\" ><!-- wp:group {\"className\":\"nfd-rounded-md nfd-overflow-hidden\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"darker\"} --><div class=\"nfd-rounded-md nfd-overflow-hidden wp-block-group nfd-bg-surface nfd-theme-darker \"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1533777857889-4be7c70b33f7?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=1200&h=&crop=\",\"dimRatio\":40,\"minHeight\":100,\"customGradient\":\"linear-gradient(180deg,rgb(0,0,0) 31%,rgba(0,0,0,0) 100%)\",\"contentPosition\":\"center center\",\"className\":\"nfd-p-0 nfd-bg-\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-p-0 nfd-bg- wp-block-cover\" style=\"min-height:100px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-40 has-background-dim wp-block-cover__gradient-background has-background-gradient\" style=\"background:linear-gradient(180deg,rgb(0,0,0) 31%,rgba(0,0,0,0) 100%)\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1533777857889-4be7c70b33f7?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=1200&h=&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-gap-xl nfd-p-lg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"},\"nfdGroupEffect\":\"\"} --><div class=\"nfd-gap-xl nfd-p-lg wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-gap-xl wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-center\">Ready to Experience Italian Delight?</h2><!-- /wp:heading --><!-- wp:paragraph {\"textAlign\":\"center\",\"className\":\"nfd-text-faded nfd-text-md nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-md nfd-text-balance has-text-align-center\">Don\'t just take our word for it — come and discover the authentic flavors and cozy ambiance that our happy customers are raving about.</p><!-- /wp:paragraph --><!-- wp:buttons {\"className\":\"nfd-text-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-md wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-xl \"} --><div class=\"nfd-btn-xl wp-block-button \"><a class=\"wp-block-button__link wp-element-button\">Reserve Your Table</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:11:{i:0;s:14:\"call to action\";i:1;s:8:\"headline\";i:2;s:11:\"subheadline\";i:3;s:6:\"button\";i:4;s:5:\"clean\";i:5;s:8:\"engaging\";i:6;s:5:\"cover\";i:7;s:16:\"background image\";i:8;s:6:\"center\";i:9;s:9:\"marketing\";i:10;s:11:\"interactive\";}s:10:\"categories\";s:14:\"call-to-action\";s:14:\"all_categories\";a:1:{i:0;s:14:\"call-to-action\";}s:7:\"context\";N;s:5:\"order\";i:260;s:11:\"is_featured\";b:0;}i:43;a:11:{s:2:\"id\";s:36:\"9ac51f03-9695-4a96-a655-6db53beab85c\";s:4:\"slug\";s:6:\"cta-27\";s:5:\"title\";s:6:\"cta-27\";s:11:\"description\";s:6:\"cta-27\";s:7:\"content\";s:2169:\"<!-- wp:group {\"metadata\":{\"name\":\"Call to Action\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-wb-call-to-action__cta-27\" ><!-- wp:group {\"className\":\"nfd-rounded-md nfd-overflow-hidden\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"darker\"} --><div class=\"nfd-rounded-md nfd-overflow-hidden wp-block-group nfd-bg-surface nfd-theme-darker\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1487088678257-3a541e6e3922?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=1500&h=&crop=\",\"dimRatio\":50,\"minHeight\":100,\"className\":\"nfd-p-0\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-p-0 wp-block-cover\" style=\"min-height:100px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1487088678257-3a541e6e3922?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=1500&h=&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-gap-xl nfd-p-card-lg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-xl nfd-p-card-lg wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xl wp-block-group\"><!-- wp:heading {\"className\":\"nfd-text-lg nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-lg nfd-text-contrast nfd-text-balance wp-block-heading\">Get the latest stories, exclusive insights, and special offers delivered straight to your inbox.</h2><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:buttons {\"className\":\"nfd-text-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-md wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-xl \"} --><div class=\"nfd-btn-xl wp-block-button \"><a class=\"wp-block-button__link wp-element-button\">Subscribe</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:9:{i:0;s:14:\"call to action\";i:1;s:8:\"headline\";i:2;s:6:\"button\";i:3;s:5:\"clean\";i:4;s:8:\"engaging\";i:5;s:5:\"cover\";i:6;s:16:\"background image\";i:7;s:9:\"marketing\";i:8;s:11:\"interactive\";}s:10:\"categories\";s:14:\"call-to-action\";s:14:\"all_categories\";a:1:{i:0;s:14:\"call-to-action\";}s:7:\"context\";N;s:5:\"order\";i:270;s:11:\"is_featured\";b:0;}i:44;a:11:{s:2:\"id\";s:36:\"9f8e048d-05d7-4180-8502-2fa49f52eaf1\";s:4:\"slug\";s:6:\"cta-28\";s:5:\"title\";s:6:\"cta-28\";s:11:\"description\";s:6:\"cta-28\";s:7:\"content\";s:2986:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"}}},\"metadata\":{\"name\":\"Call to Action\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull nfd-container nfd-wb-call-to-action__cta-28\" style=\"margin-top:0px;margin-bottom:0px;\"><!-- wp:group {\"align\":\"full\",\"className\":\"nfd-overflow-hidden is-style-nfd-theme-darker\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"}},\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"darker\"} --><div class=\"nfd-overflow-hidden is-style-nfd-theme-darker wp-block-group alignfull\" style=\"border-style:none;border-width:0px\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1571934811356-5cc061b6821f?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=1200&h=&crop=\",\"dimRatio\":60,\"overlayColor\":\"contrast\",\"isUserOverlayColor\":true,\"minHeight\":100,\"contentPosition\":\"center center\",\"sizeSlug\":\"full\",\"align\":\"full\",\"className\":\"nfd-p-0 nfd-bg- is-style-default\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-p-0 nfd-bg- is-style-default wp-block-cover alignfull\" style=\"min-height:100px\"><img class=\"wp-block-cover__image-background size-full\" alt=\"\" src=\"https://images.unsplash.com/photo-1571934811356-5cc061b6821f?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=1200&h=&crop=\" data-object-fit=\"cover\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-contrast-background-color has-background-dim-60 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-gap-xl nfd-p-lg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"},\"nfdGroupEffect\":\"\"} --><div class=\"nfd-gap-xl nfd-p-lg wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-gap-xl wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\",\"fontFamily\":\"roboto-flex\"} --><h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-center has-roboto-flex-font-family\">Detox Matcha Tea</h2><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-md nfd-text-balance has-text-align-center\"} --><p class=\"nfd-text-faded nfd-text-md nfd-text-balance has-text-align-center\">Available in 3 flavours:<br>Mint & Lemon, Vanilla & Cinnamon, Vanilla & Strawberry</p><!-- /wp:paragraph --><!-- wp:buttons {\"className\":\"nfd-text-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-md wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Buy Now →</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:14:\"call-to-action\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:280;s:11:\"is_featured\";b:0;}i:45;a:11:{s:2:\"id\";s:36:\"9bf2d8a8-a596-4083-b233-94a09e962ecf\";s:4:\"slug\";s:6:\"form-1\";s:5:\"title\";s:6:\"form-1\";s:11:\"description\";s:6:\"form-1\";s:7:\"content\";s:2044:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Form\"},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"600px\"}} --><div class=\"wp-block-group nfd-p-lg nfd-wb-forms__form-1\" ><!-- wp:jetpack/contact-form {\"subject\":\"Contact Form\",\"to\":\"\",\"className\":\"is-style-default nfd-jp-form\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"}}}} --><div class=\"is-style-default nfd-jp-form wp-block-jetpack-contact-form\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:group {\"className\":\"nfd-form-items-grow\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-form-items-grow wp-block-group\"><!-- wp:jetpack/field-name {\"label\":\"First Name\",\"required\":true,\"requiredText\":\"*\",\"width\":50,\"borderRadius\":6,\"borderWidth\":1,\"labelFontSize\":\"1rem\",\"fieldFontSize\":\"1.125rem\",\"labelLineHeight\":2} /--><!-- wp:jetpack/field-text {\"label\":\"Last Name\",\"requiredText\":\"*\",\"width\":50,\"borderRadius\":6,\"borderWidth\":1,\"labelFontSize\":\"1rem\",\"fieldFontSize\":\"1.125rem\",\"labelLineHeight\":2} /--></div><!-- /wp:group --><!-- wp:jetpack/field-email {\"required\":true,\"requiredText\":\"*\",\"borderRadius\":6,\"borderWidth\":1,\"labelFontSize\":\"1rem\",\"fieldFontSize\":\"1.125rem\",\"labelLineHeight\":2} /--><!-- wp:jetpack/field-textarea {\"label\":\"Message\",\"required\":true,\"requiredText\":\"*\",\"borderRadius\":6,\"borderWidth\":1,\"labelFontSize\":\"1rem\",\"fieldFontSize\":\"1.125rem\",\"labelLineHeight\":2,\"className\":\"nfd-jp-form__textarea\"} /--><!-- wp:jetpack/field-consent {\"requiredText\":\"(required)\",\"borderRadius\":6,\"borderWidth\":1,\"labelFontSize\":\"1rem\",\"fieldFontSize\":\"1.125rem\",\"labelLineHeight\":2,\"implicitConsentMessage\":\"By submitting this form, you agree to our processing of your data in accordance with our Privacy Policy.\"} /--><!-- wp:jetpack/button {\"element\":\"button\",\"text\":\"Send Message\",\"borderRadius\":6,\"width\":\"100%\",\"lock\":{\"remove\":true},\"className\":\"nfd-jp-form__submit\"} /--></div><!-- /wp:jetpack/contact-form --></div><!-- /wp:group -->\";s:4:\"tags\";a:15:{i:0;s:7:\"contact\";i:1;s:4:\"form\";i:2;s:6:\"submit\";i:3;s:6:\"button\";i:4;s:5:\"email\";i:5;s:4:\"name\";i:6;s:7:\"message\";i:7;s:12:\"input fields\";i:8;s:11:\"text fields\";i:9;s:11:\"form layout\";i:10;s:15:\"form validation\";i:11;s:16:\"user information\";i:12;s:15:\"responsive form\";i:13;s:11:\"interactive\";i:14;s:7:\"content\";}s:10:\"categories\";s:5:\"forms\";s:14:\"all_categories\";a:1:{i:0;s:5:\"forms\";}s:7:\"context\";N;s:5:\"order\";i:10;s:11:\"is_featured\";b:0;}i:46;a:11:{s:2:\"id\";s:36:\"9bf2d8a8-b709-48b0-99d5-33c098ff04a6\";s:4:\"slug\";s:6:\"form-2\";s:5:\"title\";s:6:\"form-2\";s:11:\"description\";s:6:\"form-2\";s:7:\"content\";s:3957:\"<!-- wp:group {\"metadata\":{\"name\":\"Contact Form\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container is-style-nfd-theme-white nfd-wb-forms__form-2\" ><!-- wp:group {\"metadata\":{\"name\":\"Heading\"},\"className\":\"nfd-gap-lg nfd-py-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\",\"justifyContent\":\"center\"},\"nfdGroupEffect\":\"grid-2\"} --><div class=\"nfd-gap-lg nfd-py-lg wp-block-group nfd-bg-effect-grid-2\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"right\":\"16px\",\"left\":\"16px\",\"top\":\"6px\",\"bottom\":\"6px\"}}},\"className\":\"nfd-shadow-xs nfd-rounded-full\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"primary\"} --><div class=\"nfd-shadow-xs nfd-rounded-full wp-block-group nfd-bg-surface nfd-theme-primary\" style=\"padding-top:6px;padding-right:16px;padding-bottom:6px;padding-left:16px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-xs\"} --><p class=\"nfd-text-xs\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\">Let`s Talk</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance\"} --><h2 class=\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance has-text-align-center\">Contact Us</h2><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-md nfd-text-balance nfd-text-faded\"} --><p class=\"nfd-text-md nfd-text-balance nfd-text-faded has-text-align-center\">We`d love to hear from you. We`re here to answer your questions and listen to your suggestions.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Contact Form\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"600px\"}} --><div class=\"wp-block-group nfd-p-lg is-style-nfd-theme-white\" ><!-- wp:jetpack/contact-form {\"subject\":\"Contact Form\",\"to\":\"\",\"className\":\"is-style-default nfd-jp-form\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"}}}} --><div class=\"is-style-default nfd-jp-form wp-block-jetpack-contact-form\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:group {\"className\":\"nfd-form-items-grow\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-form-items-grow wp-block-group\"><!-- wp:jetpack/field-name {\"label\":\"First Name\",\"required\":true,\"requiredText\":\"*\",\"width\":50,\"borderRadius\":6,\"borderWidth\":1,\"labelFontSize\":\"1rem\",\"fieldFontSize\":\"1.125rem\",\"labelLineHeight\":2} /--><!-- wp:jetpack/field-text {\"label\":\"Last Name\",\"requiredText\":\"*\",\"width\":50,\"borderRadius\":6,\"borderWidth\":1,\"labelFontSize\":\"1rem\",\"fieldFontSize\":\"1.125rem\",\"labelLineHeight\":2} /--></div><!-- /wp:group --><!-- wp:jetpack/field-email {\"required\":true,\"requiredText\":\"*\",\"borderRadius\":6,\"borderWidth\":1,\"labelFontSize\":\"1rem\",\"fieldFontSize\":\"1.125rem\",\"labelLineHeight\":2} /--><!-- wp:jetpack/field-textarea {\"label\":\"Message\",\"required\":true,\"requiredText\":\"*\",\"borderRadius\":6,\"borderWidth\":1,\"labelFontSize\":\"1rem\",\"fieldFontSize\":\"1.125rem\",\"labelLineHeight\":2,\"className\":\"nfd-jp-form__textarea\"} /--><!-- wp:jetpack/field-consent {\"requiredText\":\"(required)\",\"borderRadius\":6,\"borderWidth\":1,\"labelFontSize\":\"1rem\",\"fieldFontSize\":\"1.125rem\",\"labelLineHeight\":2,\"implicitConsentMessage\":\"By submitting this form, you agree to our processing of your data in accordance with our Privacy Policy.\"} /--><!-- wp:jetpack/button {\"element\":\"button\",\"text\":\"Send Message\",\"borderRadius\":6,\"width\":\"100%\",\"lock\":{\"remove\":true},\"className\":\"nfd-jp-form__submit\"} /--></div><!-- /wp:jetpack/contact-form --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:19:{i:0;s:7:\"keyword\";i:1;s:7:\"contact\";i:2;s:4:\"form\";i:3;s:6:\"submit\";i:4;s:6:\"button\";i:5;s:5:\"email\";i:6;s:4:\"name\";i:7;s:7:\"message\";i:8;s:12:\"input fields\";i:9;s:11:\"text fields\";i:10;s:11:\"form layout\";i:11;s:15:\"form validation\";i:12;s:16:\"user information\";i:13;s:15:\"responsive form\";i:14;s:12:\"registration\";i:15;s:5:\"apply\";i:16;s:7:\"inquiry\";i:17;s:11:\"interactive\";i:18;s:7:\"content\";}s:10:\"categories\";s:5:\"forms\";s:14:\"all_categories\";a:1:{i:0;s:5:\"forms\";}s:7:\"context\";N;s:5:\"order\";i:20;s:11:\"is_featured\";b:0;}i:47;a:11:{s:2:\"id\";s:36:\"9bf2d8a8-bcc9-44f0-8f88-e7f4b2b356e8\";s:4:\"slug\";s:6:\"form-3\";s:5:\"title\";s:6:\"form-3\";s:11:\"description\";s:6:\"form-3\";s:7:\"content\";s:5316:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"align\":\"full\",\"metadata\":{\"name\":\"Form\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull nfd-container nfd-p-lg nfd-wb-forms__form-3\" ><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"className\":\"nfd-rounded-lg nfd-overflow-hidden\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\",\"verticalAlignment\":\"stretch\"},\"nfdGroupTheme\":\"white\",\"nfdAnimation\":\"nfd-wb-fade-in-bottom-short\",\"nfdAnimationDelay\":\"nfd-delay-300\"} --><div class=\"nfd-rounded-lg nfd-overflow-hidden wp-block-group nfd-wb-animate nfd-wb-fade-in-bottom-short nfd-delay-300 nfd-bg-surface nfd-theme-white\"><!-- wp:group {\"metadata\":{\"name\":\"Sidebar\"},\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"33.33%\"}},\"className\":\"nfd-p-card-square-lg nfd-text-base nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\",\"verticalAlignment\":\"top\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid-2\"} --><div class=\"nfd-p-card-square-lg nfd-text-base nfd-gap-xl wp-block-group nfd-bg-surface nfd-theme-darker nfd-bg-effect-grid-2\"><!-- wp:group {\"metadata\":{\"name\":\"Tite\"},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:heading {\"className\":\"wp-block-heading nfd-text-contrast nfd-text-lg\"} --><h2 class=\"wp-block-heading nfd-text-contrast nfd-text-lg\">Get in touch</h2><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">We’re here to answer your questions and listen to your suggestions.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Location\"},\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:paragraph --><p class=\"\"><strong>New York</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80 nfd-text-sm\"} --><p class=\"nfd-text-opacity-80 nfd-text-sm\">7 Blvd Ave, New York<br>56712 NY</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80 nfd-text-sm\"} --><p class=\"nfd-text-opacity-80 nfd-text-sm\">(212) 555-0001<br>hello@example.com</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Location\"},\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:paragraph --><p class=\"\"><strong>Arizona</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80 nfd-text-sm\"} --><p class=\"nfd-text-opacity-80 nfd-text-sm\">2525 15th Ave, Phoenix <br>98214 AZ</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80 nfd-text-sm\"} --><p class=\"nfd-text-opacity-80 nfd-text-sm\">(602) 555-0001<br>hello@example.com</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Main\"},\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"66.6%\"}},\"className\":\"nfd-p-card-square-lg md:nfd-basis-full\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"600px\"},\"nfdGroupTheme\":\"white\"} --><div class=\"nfd-p-card-square-lg md:nfd-basis-full wp-block-group nfd-bg-surface nfd-theme-white\"><!-- wp:jetpack/contact-form {\"subject\":\"Contact Form\",\"className\":\"is-style-default nfd-jp-form\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"}}}} --><div class=\"is-style-default nfd-jp-form wp-block-jetpack-contact-form\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:group {\"className\":\"nfd-form-items-grow\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-form-items-grow wp-block-group\"><!-- wp:jetpack/field-name {\"label\":\"First Name\",\"required\":true,\"requiredText\":\"*\",\"width\":50,\"borderRadius\":6,\"borderWidth\":1,\"labelFontSize\":\"1rem\",\"fieldFontSize\":\"1.125rem\",\"labelLineHeight\":2} /--><!-- wp:jetpack/field-text {\"label\":\"Last Name\",\"requiredText\":\"*\",\"width\":50,\"borderRadius\":6,\"borderWidth\":1,\"labelFontSize\":\"1rem\",\"fieldFontSize\":\"1.125rem\",\"labelLineHeight\":2} /--></div><!-- /wp:group --><!-- wp:jetpack/field-email {\"required\":true,\"requiredText\":\"*\",\"borderRadius\":6,\"borderWidth\":1,\"labelFontSize\":\"1rem\",\"fieldFontSize\":\"1.125rem\",\"labelLineHeight\":2} /--><!-- wp:jetpack/field-textarea {\"label\":\"Message\",\"required\":true,\"requiredText\":\"*\",\"borderRadius\":6,\"borderWidth\":1,\"labelFontSize\":\"1rem\",\"fieldFontSize\":\"1.125rem\",\"labelLineHeight\":2,\"className\":\"nfd-jp-form__textarea\"} /--><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"4px\"}}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\" style=\"padding-bottom:4px\"><!-- wp:jetpack/field-consent {\"requiredText\":\"(required)\",\"borderRadius\":6,\"borderWidth\":1,\"labelFontSize\":\"1rem\",\"fieldFontSize\":\"1.125rem\",\"labelLineHeight\":2,\"implicitConsentMessage\":\"By submitting this form, you agree to our processing of your data in accordance with our Privacy Policy.\"} /--></div><!-- /wp:group --><!-- wp:jetpack/button {\"element\":\"button\",\"text\":\"Send Message\",\"borderRadius\":6,\"width\":\"100%\",\"lock\":{\"remove\":true},\"className\":\"nfd-jp-form__submit\"} /--></div><!-- /wp:jetpack/contact-form --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:26:{i:0;s:7:\"keyword\";i:1;s:7:\"contact\";i:2;s:4:\"form\";i:3;s:6:\"submit\";i:4;s:6:\"button\";i:5;s:5:\"email\";i:6;s:4:\"name\";i:7;s:7:\"message\";i:8;s:12:\"input fields\";i:9;s:11:\"text fields\";i:10;s:11:\"form layout\";i:11;s:15:\"form validation\";i:12;s:16:\"user information\";i:13;s:15:\"responsive form\";i:14;s:19:\"contact information\";i:15;s:7:\"address\";i:16;s:8:\"location\";i:17;s:12:\"phone number\";i:18;s:12:\"social media\";i:19;s:12:\"contact form\";i:20;s:15:\"contact details\";i:21;s:12:\"registration\";i:22;s:5:\"apply\";i:23;s:7:\"inquiry\";i:24;s:11:\"interactive\";i:25;s:7:\"content\";}s:10:\"categories\";s:5:\"forms\";s:14:\"all_categories\";a:1:{i:0;s:5:\"forms\";}s:7:\"context\";N;s:5:\"order\";i:30;s:11:\"is_featured\";b:0;}i:48;a:11:{s:2:\"id\";s:36:\"9bf2d8a8-c158-4538-aa5c-be39986ac4c7\";s:4:\"slug\";s:6:\"form-4\";s:5:\"title\";s:6:\"form-4\";s:11:\"description\";s:6:\"form-4\";s:7:\"content\";s:7428:\"<!-- wp:group {\"className\":\"nfd-py-lg\",\"align\":\"full\",\"metadata\":{\"name\":\"Contact Form\"},\"nfdGroupTheme\":\"primary\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull nfd-container nfd-py-lg is-style-nfd-theme-primary nfd-wb-forms__form-4\" ><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Heading\"},\"className\":\"nfd-gap-lg nfd-pb-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\",\"justifyContent\":\"center\"},\"nfdGroupEffect\":\"\"} --><div class=\"nfd-gap-lg nfd-pb-lg wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"right\":\"16px\",\"left\":\"16px\",\"top\":\"6px\",\"bottom\":\"6px\"}}},\"className\":\"nfd-shadow-xs nfd-rounded-full\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"darker\"} --><div class=\"nfd-shadow-xs nfd-rounded-full wp-block-group nfd-bg-surface nfd-theme-darker\" style=\"padding-top:6px;padding-right:16px;padding-bottom:6px;padding-left:16px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-xs\"} --><p class=\"nfd-text-xs\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\">Let\'s Talk</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance\"} --><h2 class=\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance has-text-align-center\">Contact Us</h2><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-md nfd-text-balance nfd-text-faded\"} --><p class=\"nfd-text-md nfd-text-balance nfd-text-faded has-text-align-center\">We\'d love to hear from you. We\'re here to answer your questions and listen to your suggestions.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-py-0 nfd-px-lg\",\"align\":\"full\",\"metadata\":{\"name\":\"Form\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull nfd-container nfd-py-0 nfd-px-lg\" ><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"className\":\"nfd-rounded-lg nfd-overflow-hidden\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\",\"verticalAlignment\":\"stretch\"},\"nfdGroupTheme\":\"white\",\"nfdAnimation\":\"nfd-wb-fade-in-bottom-short\",\"nfdAnimationDelay\":\"nfd-delay-300\"} --><div class=\"nfd-rounded-lg nfd-overflow-hidden wp-block-group nfd-wb-animate nfd-wb-fade-in-bottom-short nfd-delay-300 nfd-bg-surface nfd-theme-white\"><!-- wp:group {\"metadata\":{\"name\":\"Sidebar\"},\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"33.33%\"}},\"className\":\"nfd-p-card-square-lg nfd-text-base nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\",\"verticalAlignment\":\"top\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid-2\"} --><div class=\"nfd-p-card-square-lg nfd-text-base nfd-gap-xl wp-block-group nfd-bg-surface nfd-theme-darker nfd-bg-effect-grid-2\"><!-- wp:group {\"metadata\":{\"name\":\"Tite\"},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:heading {\"className\":\"wp-block-heading nfd-text-contrast nfd-text-lg\"} --><h2 class=\"wp-block-heading nfd-text-contrast nfd-text-lg\">Get in touch</h2><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">We’re here to answer your questions and listen to your suggestions.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Location\"},\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:paragraph --><p class=\"\"><strong>New York</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80 nfd-text-sm\"} --><p class=\"nfd-text-opacity-80 nfd-text-sm\">7 Blvd Ave, New York<br>56712 NY</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80 nfd-text-sm\"} --><p class=\"nfd-text-opacity-80 nfd-text-sm\">(212) 555-0001<br>hello@example.com</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Location\"},\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:paragraph --><p class=\"\"><strong>Arizona</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80 nfd-text-sm\"} --><p class=\"nfd-text-opacity-80 nfd-text-sm\">2525 15th Ave, Phoenix <br>98214 AZ</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80 nfd-text-sm\"} --><p class=\"nfd-text-opacity-80 nfd-text-sm\">(602) 555-0001<br>hello@example.com</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Main\"},\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"66.6%\"}},\"className\":\"nfd-p-card-square-lg md:nfd-basis-full\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"600px\"},\"nfdGroupTheme\":\"white\"} --><div class=\"nfd-p-card-square-lg md:nfd-basis-full wp-block-group nfd-bg-surface nfd-theme-white\"><!-- wp:jetpack/contact-form {\"subject\":\"Contact Form\",\"className\":\"is-style-default nfd-jp-form\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"}}}} --><div class=\"is-style-default nfd-jp-form wp-block-jetpack-contact-form\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:group {\"className\":\"nfd-form-items-grow\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-form-items-grow wp-block-group\"><!-- wp:jetpack/field-name {\"label\":\"First Name\",\"required\":true,\"requiredText\":\"*\",\"width\":50,\"borderRadius\":6,\"borderWidth\":1,\"labelFontSize\":\"1rem\",\"fieldFontSize\":\"1.125rem\",\"labelLineHeight\":2} /--><!-- wp:jetpack/field-text {\"label\":\"Last Name\",\"requiredText\":\"*\",\"width\":50,\"borderRadius\":6,\"borderWidth\":1,\"labelFontSize\":\"1rem\",\"fieldFontSize\":\"1.125rem\",\"labelLineHeight\":2} /--></div><!-- /wp:group --><!-- wp:jetpack/field-email {\"required\":true,\"requiredText\":\"*\",\"borderRadius\":6,\"borderWidth\":1,\"labelFontSize\":\"1rem\",\"fieldFontSize\":\"1.125rem\",\"labelLineHeight\":2} /--><!-- wp:jetpack/field-textarea {\"label\":\"Message\",\"required\":true,\"requiredText\":\"*\",\"borderRadius\":6,\"borderWidth\":1,\"labelFontSize\":\"1rem\",\"fieldFontSize\":\"1.125rem\",\"labelLineHeight\":2,\"className\":\"nfd-jp-form__textarea\"} /--><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"4px\"}}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\" style=\"padding-bottom:4px\"><!-- wp:jetpack/field-consent {\"requiredText\":\"(required)\",\"borderRadius\":6,\"borderWidth\":1,\"labelFontSize\":\"1rem\",\"fieldFontSize\":\"1.125rem\",\"labelLineHeight\":2,\"implicitConsentMessage\":\"By submitting this form, you agree to our processing of your data in accordance with our Privacy Policy.\"} /--></div><!-- /wp:group --><!-- wp:jetpack/button {\"element\":\"button\",\"text\":\"Send Message\",\"borderRadius\":6,\"width\":\"100%\",\"lock\":{\"remove\":true},\"className\":\"nfd-jp-form__submit\"} /--></div><!-- /wp:jetpack/contact-form --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:26:{i:0;s:7:\"keyword\";i:1;s:7:\"contact\";i:2;s:4:\"form\";i:3;s:6:\"submit\";i:4;s:6:\"button\";i:5;s:5:\"email\";i:6;s:4:\"name\";i:7;s:7:\"message\";i:8;s:12:\"input fields\";i:9;s:11:\"text fields\";i:10;s:11:\"form layout\";i:11;s:15:\"form validation\";i:12;s:16:\"user information\";i:13;s:15:\"responsive form\";i:14;s:19:\"contact information\";i:15;s:7:\"address\";i:16;s:8:\"location\";i:17;s:12:\"phone number\";i:18;s:12:\"social media\";i:19;s:12:\"contact form\";i:20;s:15:\"contact details\";i:21;s:12:\"registration\";i:22;s:5:\"apply\";i:23;s:7:\"inquiry\";i:24;s:11:\"interactive\";i:25;s:7:\"content\";}s:10:\"categories\";s:5:\"forms\";s:14:\"all_categories\";a:1:{i:0;s:5:\"forms\";}s:7:\"context\";N;s:5:\"order\";i:40;s:11:\"is_featured\";b:0;}i:49;a:11:{s:2:\"id\";s:36:\"9bf2d8a8-c834-41da-8558-a79c7a0b6f16\";s:4:\"slug\";s:6:\"form-5\";s:5:\"title\";s:6:\"form-5\";s:11:\"description\";s:6:\"form-5\";s:7:\"content\";s:3746:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Subscription Form\"},\"nfdGroupTheme\":\"light\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-light nfd-wb-forms__form-5\" ><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"}}},\"className\":\"nfd-rounded-lg nfd-overflow-hidden\"} --><div class=\"nfd-rounded-lg nfd-overflow-hidden wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"\"} --><div class=\"wp-block-column is-vertically-aligned-stretch\"><!-- wp:group {\"style\":{\"dimensions\":{\"minHeight\":\"100%\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\",\"verticalAlignment\":\"center\"}} --><div class=\"wp-block-group\" style=\"min-height:100%\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1545239351-1141bd82e8a6?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=900&h=&crop=\",\"dimRatio\":0,\"customOverlayColor\":\"#b8a084\",\"isDark\":false,\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-cover is-light\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#b8a084\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1545239351-1141bd82e8a6?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=900&h=&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"fontSize\":\"large\"} --><p class=\"has-text-align-center has-large-font-size\"></p><!-- /wp:paragraph --></div></div><!-- /wp:cover --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"stretch\"} --><div class=\"wp-block-column is-vertically-aligned-stretch\"><!-- wp:group {\"style\":{\"dimensions\":{\"minHeight\":\"100%\"}},\"className\":\"nfd-gap-md nfd-p-card-square-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\",\"justifyContent\":\"stretch\"},\"nfdGroupTheme\":\"white\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-gap-md nfd-p-card-square-lg wp-block-group nfd-bg-surface nfd-theme-white\" style=\"min-height:100%\"><!-- wp:heading {\"textAlign\":\"left\",\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-left\">Join our Mailing List</h2><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-faded nfd-text-base nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-base nfd-text-balance has-text-align-left\">Sign up with us now and be the first one to know about our exclusive offers and product updates.</p><!-- /wp:paragraph --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"8px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:jetpack/contact-form --><div class=\"wp-block-jetpack-contact-form\"><!-- wp:jetpack/field-email {\"required\":true,\"labelFontSize\":\"1rem\"} /--><!-- wp:jetpack/button {\"element\":\"button\",\"text\":\"Subscribe\",\"width\":\"100%\",\"lock\":{\"remove\":true}} /--></div><!-- /wp:jetpack/contact-form --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-faded nfd-text-xs nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-xs nfd-text-balance has-text-align-left\">By submitting your information, you`re giving us permission to email you. You may unsubscribe at any time.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:19:{i:0;s:7:\"keyword\";i:1;s:7:\"contact\";i:2;s:4:\"form\";i:3;s:6:\"submit\";i:4;s:6:\"button\";i:5;s:5:\"email\";i:6;s:4:\"name\";i:7;s:7:\"message\";i:8;s:12:\"input fields\";i:9;s:11:\"text fields\";i:10;s:11:\"form layout\";i:11;s:15:\"form validation\";i:12;s:15:\"responsive form\";i:13;s:19:\"contact information\";i:14;s:9:\"subscribe\";i:15;s:10:\"newsletter\";i:16;s:11:\"interactive\";i:17;s:7:\"content\";i:18;s:4:\"info\";}s:10:\"categories\";s:5:\"forms\";s:14:\"all_categories\";a:1:{i:0;s:5:\"forms\";}s:7:\"context\";N;s:5:\"order\";i:50;s:11:\"is_featured\";b:0;}i:50;a:11:{s:2:\"id\";s:36:\"9ac51f07-3b11-4f89-b9f8-895942e706a4\";s:4:\"slug\";s:6:\"hero-1\";s:5:\"title\";s:6:\"hero-1\";s:11:\"description\";s:6:\"hero-1\";s:7:\"content\";s:6750:\"<!-- wp:group {\"align\":\"full\",\"metadata\":{\"name\":\"Hero\"},\"layout\":{\"type\":\"default\"}} --><div class=\"wp-block-group alignfull nfd-wb-hero__hero-1\" ><!-- wp:group {\"className\":\"nfd-container nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-container nfd-gap-0 wp-block-group\"><!-- wp:group {\"align\":\"full\",\"className\":\"nfd-container nfd-p-lg nfd-rounded-lg\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"light\",\"nfdGroupEffect\":\"grid-3\"} --><div class=\"nfd-container nfd-p-lg nfd-rounded-lg wp-block-group alignfull nfd-bg-surface nfd-theme-light nfd-bg-effect-grid-3\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-x-4xl nfd-gap-y-3xl\"} --><div class=\"nfd-gap-x-4xl nfd-gap-y-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"className\":\"nfd-gap-2xl nfd-text-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-gap-2xl nfd-text-md wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"level\":1,\"className\":\"nfd-text-huge nfd-text-primary nfd-text-balance\"} --><h1 class=\"nfd-text-huge nfd-text-primary nfd-text-balance wp-block-heading has-text-align-left\">Actors, Cameras <br>and Achievements</h1><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-align-left\">Let\'s make your next award ceremony magnificent</p><!-- /wp:paragraph --><!-- wp:columns --><div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|10\"}}} --><div class=\"wp-block-column\"><!-- wp:paragraph {\"className\":\"nfd-text-balance\"} --><p class=\"nfd-text-balance\"><strong>Detailed Arrangement</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-faded nfd-text-base\">We meticulously organize every aspect for stellar occasions</p><!-- /wp:paragraph --></div><!-- /wp:column --><!-- wp:column {\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|10\"}}} --><div class=\"wp-block-column\"><!-- wp:paragraph {\"className\":\"nfd-text-balance\"} --><p class=\"nfd-text-balance\"><strong>Flawless Performance</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-faded nfd-text-base\">All your participants will believe you are a consummate professional.</p><!-- /wp:paragraph --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:buttons {\"className\":\"nfd-text-base\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"},\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"spacing\":{\"blockGap\":\"16px\"}}} --><div class=\"nfd-text-base wp-block-buttons\" style=\"font-style:normal;font-weight:600\"><!-- wp:button {\"className\":\"nfd-btn-xl\"} --><div class=\"nfd-btn-xl wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Prepare Now</a></div><!-- /wp:button --><!-- wp:button {\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"}},\"className\":\"nfd-btn-xl is-style-outline\"} --><div class=\"nfd-btn-xl is-style-outline wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" style=\"border-style:none;border-width:0px\">Previous Participants<span style=\"margin-left: 8px;\">→</span></a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"radius\":{\"topLeft\":\"400px\",\"topRight\":\"400px\",\"bottomLeft\":\"400px\",\"bottomRight\":\"8px\"}}}} --><figure class=\"wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1467810563316-b5476525c0f9?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=800&h=800&crop=\" alt=\"\" style=\"border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:8px;aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"40px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div><!-- /wp:group --><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"50px\"}}},\"className\":\"nfd-container\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-container wp-block-group alignfull\" style=\"padding-top:0px;padding-bottom:50px\"><!-- wp:group {\"className\":\"-nfd-translate-y-1/2 nfd-rounded nfd-p-card-lg\",\"layout\":{\"type\":\"default\"},\"nfdGroupTheme\":\"white\"} --><div class=\"-nfd-translate-y-1/2 nfd-rounded nfd-p-card-lg wp-block-group nfd-bg-surface nfd-theme-white\"><!-- wp:columns {\"className\":\"nfd-gap-2xl\"} --><div class=\"nfd-gap-2xl wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"25%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:25%\"><!-- wp:image {\"align\":\"center\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/logoipsum-218.png\" alt=\"\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"25%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:25%\"><!-- wp:image {\"align\":\"center\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/logoipsum-216.png\" alt=\"\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"25%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:25%\"><!-- wp:image {\"align\":\"center\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/logoipsum-211.png\" alt=\"\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"25%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:25%\"><!-- wp:image {\"align\":\"center\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/logoipsum-217.png\" alt=\"\"/></figure><!-- /wp:image --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:16:{i:0;s:5:\"split\";i:1;s:7:\"rounded\";i:2;s:5:\"image\";i:3;s:5:\"photo\";i:4;s:14:\"call to action\";i:5;s:3:\"cta\";i:6;s:7:\"details\";i:7;s:10:\"highlights\";i:8;s:5:\"logos\";i:9;s:13:\"logo showcase\";i:10;s:8:\"sponsors\";i:11;s:9:\"customers\";i:12;s:6:\"banner\";i:13;s:5:\"intro\";i:14;s:7:\"content\";i:15;s:9:\"marketing\";}s:10:\"categories\";s:4:\"hero\";s:14:\"all_categories\";a:1:{i:0;s:4:\"hero\";}s:7:\"context\";N;s:5:\"order\";i:10;s:11:\"is_featured\";b:0;}i:51;a:11:{s:2:\"id\";s:36:\"9ac51f07-5d00-4081-bf35-358a7003833d\";s:4:\"slug\";s:6:\"hero-2\";s:5:\"title\";s:6:\"hero-2\";s:11:\"description\";s:6:\"hero-2\";s:7:\"content\";s:4325:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Hero\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-white nfd-wb-hero__hero-2\" ><!-- wp:columns {\"className\":\"nfd-gap-4xl nfd-gap-y-3xl\"} --><div class=\"nfd-gap-4xl nfd-gap-y-3xl wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"level\":1,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} --><h1 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-left\">Have a big day,<br>filled with joy</h1><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-md nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-md nfd-text-faded nfd-text-balance has-text-align-left\">Explore our WordPress block-powered wedding style guide for the perfect match</p><!-- /wp:paragraph --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"placeholder\":\"Start searching...\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"style\":{\"border\":{\"radius\":\"4px\",\"color\":\"#00000012\"},\"typography\":{\"fontSize\":\"14px\"}},\"className\":\"nfd-wk-search\"} /--><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"className\":\"nfd-text-base\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-text-base wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"margin\":{\"right\":\"8px\"}}},\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\" style=\"margin-right:8px;font-style:normal;font-weight:400\">Popular tags: </p><!-- /wp:paragraph --><!-- wp:group {\"style\":{\"border\":{\"radius\":\"100px\",\"width\":\"1px\"},\"spacing\":{\"padding\":{\"top\":\"4px\",\"bottom\":\"4px\",\"left\":\"16px\",\"right\":\"16px\"}}},\"layout\":{\"type\":\"constrained\"},\"metadata\":{\"name\":\"Tag\"},\"nfdGroupTheme\":\"\"} --><div class=\"wp-block-group\" style=\"border-width:1px;border-radius:100px;padding-top:4px;padding-right:16px;padding-bottom:4px;padding-left:16px\"><!-- wp:paragraph --><p class=\"\"><a href=\"#\">effortless</a></p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"style\":{\"border\":{\"radius\":\"100px\",\"width\":\"1px\"},\"spacing\":{\"padding\":{\"top\":\"4px\",\"bottom\":\"4px\",\"left\":\"16px\",\"right\":\"16px\"}}},\"layout\":{\"type\":\"constrained\"},\"metadata\":{\"name\":\"Tag\"},\"nfdGroupTheme\":\"\"} --><div class=\"wp-block-group\" style=\"border-width:1px;border-radius:100px;padding-top:4px;padding-right:16px;padding-bottom:4px;padding-left:16px\"><!-- wp:paragraph --><p class=\"\"><a href=\"#\">classic</a></p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"style\":{\"border\":{\"radius\":\"100px\",\"width\":\"1px\"},\"spacing\":{\"padding\":{\"top\":\"4px\",\"bottom\":\"4px\",\"left\":\"16px\",\"right\":\"16px\"}}},\"layout\":{\"type\":\"constrained\"},\"metadata\":{\"name\":\"Tag\"},\"nfdGroupTheme\":\"\"} --><div class=\"wp-block-group\" style=\"border-width:1px;border-radius:100px;padding-top:4px;padding-right:16px;padding-bottom:4px;padding-left:16px\"><!-- wp:paragraph --><p class=\"\"><a href=\"#\">Belt</a></p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded-lg\"} --><figure class=\"nfd-rounded-lg wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1487088678257-3a541e6e3922?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=800&h=800&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:11:{i:0;s:12:\"split layout\";i:1;s:5:\"image\";i:2;s:5:\"photo\";i:3;s:6:\"search\";i:4;s:3:\"tag\";i:5;s:6:\"bubble\";i:6;s:7:\"rounded\";i:7;s:6:\"banner\";i:8;s:5:\"intro\";i:9;s:7:\"content\";i:10;s:9:\"marketing\";}s:10:\"categories\";s:4:\"hero\";s:14:\"all_categories\";a:1:{i:0;s:4:\"hero\";}s:7:\"context\";N;s:5:\"order\";i:20;s:11:\"is_featured\";b:0;}i:52;a:11:{s:2:\"id\";s:36:\"9ac51f07-65a3-4bcc-b661-586effd42ae1\";s:4:\"slug\";s:6:\"hero-3\";s:5:\"title\";s:6:\"hero-3\";s:11:\"description\";s:6:\"hero-3\";s:7:\"content\";s:4533:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Hero\"},\"style\":{\"color\":{\"gradient\":\"linear-gradient(0deg,rgba(255,255,255,0) 18%,rgb(22,26,29) 18%)\"}},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"dots\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg has-background is-style-nfd-theme-darker nfd-bg-effect-dots nfd-wb-hero__hero-3\" style=\"background:linear-gradient(0deg,rgba(255,255,255,0) 18%,rgb(22,26,29) 18%);\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-xl wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"right\":\"16px\",\"left\":\"16px\",\"top\":\"6px\",\"bottom\":\"6px\"}}},\"className\":\" nfd-rounded-full nfd-bg-subtle\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} --><div class=\" nfd-rounded-full wp-block-group nfd-bg-subtle\" style=\"padding-top:6px;padding-right:16px;padding-bottom:6px;padding-left:16px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-xs\"} --><p class=\"nfd-text-xs\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\">Create Winning Experiences</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"className\":\"nfd-text-giga nfd-text-contrast nfd-text-balance\"} --><h1 class=\"nfd-text-giga nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-center\">Design events <br>to elevate your brand</h1><!-- /wp:heading --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:buttons {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-md wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-xl\"} --><div class=\"nfd-btn-xl wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Start Now to Success</a></div><!-- /wp:button --><!-- wp:button {\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"}},\"className\":\"is-style-outline\"} --><div class=\"is-style-outline wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" style=\"border-style:none;border-width:0px\"><span style=\"margin-right:4px;\">★</span> Browse Testimonials</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"80px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:columns {\"className\":\"nfd-gap-xl\"} --><div class=\"nfd-gap-xl wp-block-columns\"><!-- wp:column {\"width\":\"\"} --><div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded\"} --><figure class=\"nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1542643347-09f984598a91?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=600&h=900&crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded\"} --><figure class=\"nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1501139083538-0139583c060f?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=600&h=900&crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded\"} --><figure class=\"nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1544513431-d50cc0beb35c?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=600&h=900&crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:12:{i:0;s:7:\"gallery\";i:1;s:4:\"grid\";i:2;s:5:\"image\";i:3;s:8:\"centered\";i:4;s:6:\"simple\";i:5;s:5:\"story\";i:6;s:4:\"dark\";i:7;s:5:\"photo\";i:8;s:6:\"banner\";i:9;s:5:\"intro\";i:10;s:7:\"content\";i:11;s:9:\"marketing\";}s:10:\"categories\";s:4:\"hero\";s:14:\"all_categories\";a:1:{i:0;s:4:\"hero\";}s:7:\"context\";N;s:5:\"order\";i:30;s:11:\"is_featured\";b:0;}i:53;a:11:{s:2:\"id\";s:36:\"9ac51f07-6dca-400c-887a-0e4bd13eaddc\";s:4:\"slug\";s:6:\"hero-4\";s:5:\"title\";s:6:\"hero-4\";s:11:\"description\";s:6:\"hero-4\";s:7:\"content\";s:6569:\"<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"metadata\":{\"name\":\"Hero\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"default\"}} --><div class=\"wp-block-group alignwide nfd-container is-style-nfd-theme-white nfd-wb-hero__hero-4\" ><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1467810563316-b5476525c0f9?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=2000&h=&crop=\",\"dimRatio\":60,\"overlayColor\":\"header-foreground\",\"focalPoint\":{\"x\":0.5,\"y\":1},\"minHeight\":60,\"minHeightUnit\":\"vh\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"className\":\"is-style-default nfd-rounded-xl nfd-stretch-cover-child\"} --><div class=\"is-style-default nfd-rounded-xl nfd-stretch-cover-child wp-block-cover\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;min-height:60vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-header-foreground-background-color has-background-dim-60 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1467810563316-b5476525c0f9?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=2000&h=&crop=\" style=\"object-position:50% 100%\" data-object-fit=\"cover\" data-object-position=\"50% 100%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"color\":{\"background\":\"#40404000\"}},\"className\":\"nfd-container nfd-text-md nfd-gap-xl nfd-p-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"lines-2\"} --><div class=\"nfd-container nfd-text-md nfd-gap-xl nfd-p-lg wp-block-group has-background nfd-bg-surface nfd-theme-darker nfd-bg-effect-lines-2\" style=\"background-color:#40404000\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"right\":\"16px\",\"left\":\"16px\",\"top\":\"6px\",\"bottom\":\"6px\"}}},\"className\":\" nfd-rounded-full \",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"primary\"} --><div class=\" nfd-rounded-full wp-block-group nfd-bg-surface nfd-theme-primary \" style=\"padding-top:6px;padding-right:16px;padding-bottom:6px;padding-left:16px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-sm\"} --><p class=\"nfd-text-sm\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\">Outstanding Event services</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"className\":\"nfd-text-giga nfd-text-contrast nfd-text-balance\"} --><h1 class=\"nfd-text-giga nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-center\">Engage your audience with immersive<br>event experiences</h1><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-balance\"} --><p class=\"nfd-text-balance has-text-align-center\">Partner with us to create an extraordinary business<br>event tailored to your unique story</p><!-- /wp:paragraph --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:group {\"className\":\"nfd-overlap-x nfd-border-bg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"metadata\":{\"name\":\"Stacked Images\"}} --><div class=\"nfd-overlap-x nfd-border-bg wp-block-group\"><!-- wp:image {\"width\":\"50px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"width\":\"2px\"}},\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-large is-resized has-custom-border\"><img src=\"https://images.unsplash.com/photo-1467810563316-b5476525c0f9?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&h=&crop=&w=120&h=120&crop=faces\" alt=\"\" style=\"border-width:2px;aspect-ratio:1;object-fit:cover;width:50px\"/></figure><!-- /wp:image --><!-- wp:image {\"width\":\"50px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"width\":\"2px\"}},\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-large is-resized has-custom-border\"><img src=\"https://images.unsplash.com/photo-1455849318743-b2233052fcff?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MzZ8fHBlcnNvbnxlbnwwfDJ8MHx8&auto=format&fit=crop&q=60&w=120&h=120&crop=faces\" alt=\"\" style=\"border-width:2px;aspect-ratio:1;object-fit:cover;width:50px\"/></figure><!-- /wp:image --><!-- wp:image {\"width\":\"50px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"width\":\"2px\"}},\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-large is-resized has-custom-border\"><img src=\"https://images.unsplash.com/photo-1543296085-14a7e24dcd24?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8cGVyc29ufGVufDB8MnwwfHw%3D&auto=format&fit=crop&q=60&w=120&h=120&crop=faces\" alt=\"\" style=\"border-width:2px;aspect-ratio:1;object-fit:cover;width:50px\"/></figure><!-- /wp:image --><!-- wp:image {\"width\":\"50px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"width\":\"2px\"}},\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-large is-resized has-custom-border\"><img src=\"https://images.unsplash.com/photo-1508263073532-98ed924de82d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTA0fHxwZXJzb258ZW58MHwyfDB8fA%3D%3D&auto=format&fit=crop&q=60&w=120&h=120&crop=faces\" alt=\"\" style=\"border-width:2px;aspect-ratio:1;object-fit:cover;width:50px\"/></figure><!-- /wp:image --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fab906\"},\"typography\":{\"letterSpacing\":\"2px\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-color\" style=\"color:#fab906;letter-spacing:2px\">★★★★★</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-base\"} --><p class=\"nfd-text-base\">4.8 rating from 1,400+ customers</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:group -->\";s:4:\"tags\";a:20:{i:0;s:7:\"rounded\";i:1;s:4:\"chip\";i:2;s:6:\"bubble\";i:3;s:3:\"tag\";i:4;s:8:\"centered\";i:5;s:6:\"review\";i:6;s:4:\"star\";i:7;s:6:\"rating\";i:8;s:4:\"user\";i:9;s:8:\"customer\";i:10;s:5:\"cover\";i:11;s:4:\"dark\";i:12;s:5:\"photo\";i:13;s:5:\"image\";i:14;s:7:\"gallery\";i:15;s:7:\"overlap\";i:16;s:6:\"banner\";i:17;s:5:\"intro\";i:18;s:7:\"content\";i:19;s:9:\"marketing\";}s:10:\"categories\";s:4:\"hero\";s:14:\"all_categories\";a:1:{i:0;s:4:\"hero\";}s:7:\"context\";N;s:5:\"order\";i:40;s:11:\"is_featured\";b:1;}i:54;a:11:{s:2:\"id\";s:36:\"9ac51f07-7761-447c-9db9-3c74c57a4b58\";s:4:\"slug\";s:6:\"hero-5\";s:5:\"title\";s:6:\"hero-5\";s:11:\"description\";s:6:\"hero-5\";s:7:\"content\";s:5129:\"<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":0,\"right\":0,\"bottom\":0,\"left\":0}}},\"metadata\":{\"name\":\"Hero\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"default\"}} --><div class=\"wp-block-group is-style-nfd-theme-white nfd-wb-hero__hero-5\" ><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1583859317429-898db8d9571d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=1000&h=&crop=\",\"dimRatio\":70,\"overlayColor\":\"base\",\"focalPoint\":{\"x\":0.5,\"y\":1},\"minHeight\":60,\"minHeightUnit\":\"vh\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"className\":\"is-style-default nfd-rounded-xl nfd-stretch-cover-child\",\"layout\":{\"type\":\"default\"}} --><div class=\"is-style-default nfd-rounded-xl nfd-stretch-cover-child wp-block-cover is-light\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;min-height:60vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-base-background-color has-background-dim-70 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1583859317429-898db8d9571d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=1000&h=&crop=\" style=\"object-position:50% 100%\" data-object-fit=\"cover\" data-object-position=\"50% 100%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"color\":{\"background\":\"#ffffff00\"}},\"className\":\"nfd-container nfd-text-md nfd-gap-xl nfd-p-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"},\"nfdGroupTheme\":\"light\",\"nfdGroupEffect\":\"lines\"} --><div class=\"nfd-container nfd-text-md nfd-gap-xl nfd-p-lg wp-block-group has-background nfd-bg-surface nfd-theme-light nfd-bg-effect-lines\" style=\"background-color:#ffffff00\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"right\":\"16px\",\"left\":\"16px\",\"top\":\"6px\",\"bottom\":\"6px\"}}},\"className\":\" nfd-rounded-full \",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"primary\"} --><div class=\" nfd-rounded-full wp-block-group nfd-bg-surface nfd-theme-primary \" style=\"padding-top:6px;padding-right:16px;padding-bottom:6px;padding-left:16px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-sm\"} --><p class=\"nfd-text-sm\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\">Outstanding Gatherings</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"className\":\"nfd-text-giga nfd-text-contrast nfd-text-balance\"} --><h1 class=\"nfd-text-giga nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-center\">Elevate Event Creation <br>on your website</h1><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-balance\"} --><p class=\"nfd-text-balance has-text-align-center\">Infuse life into your extraordinary concepts by collaborating with our skilled event organizers and leveraging years of strategic partnerships.</p><!-- /wp:paragraph --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"20px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:columns {\"className\":\"nfd-gap-4xl\"} --><div class=\"nfd-gap-4xl wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"25%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:25%\"><!-- wp:image {\"align\":\"center\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/logoipsum-218.png\" alt=\"\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"25%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:25%\"><!-- wp:image {\"align\":\"center\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/logoipsum-217.png\" alt=\"\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"25%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:25%\"><!-- wp:image {\"align\":\"center\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://img.logoipsum.com/213.svg\" alt=\"\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"25%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:25%\"><!-- wp:image {\"align\":\"center\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/logoipsum-217.png\" alt=\"\"/></figure><!-- /wp:image --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:group -->\";s:4:\"tags\";a:13:{i:0;s:4:\"fade\";i:1;s:3:\"tag\";i:2;s:4:\"chip\";i:3;s:6:\"bubble\";i:4;s:4:\"logo\";i:5;s:8:\"centered\";i:6;s:6:\"client\";i:7;s:5:\"photo\";i:8;s:5:\"image\";i:9;s:6:\"banner\";i:10;s:5:\"intro\";i:11;s:7:\"content\";i:12;s:9:\"marketing\";}s:10:\"categories\";s:4:\"hero\";s:14:\"all_categories\";a:1:{i:0;s:4:\"hero\";}s:7:\"context\";N;s:5:\"order\";i:50;s:11:\"is_featured\";b:0;}i:55;a:11:{s:2:\"id\";s:36:\"9ac51f07-7f5c-48b7-840b-0daaefbfdc4b\";s:4:\"slug\";s:6:\"hero-6\";s:5:\"title\";s:6:\"hero-6\";s:11:\"description\";s:6:\"hero-6\";s:7:\"content\";s:4164:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Hero\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-white nfd-wb-hero__hero-6\" ><!-- wp:group {\"className\":\"nfd-text-md nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-text-md nfd-gap-2xl wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"right\":\"16px\",\"left\":\"16px\",\"top\":\"6px\",\"bottom\":\"6px\"}}},\"className\":\" nfd-rounded-full \",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"primary\"} --><div class=\" nfd-rounded-full wp-block-group nfd-bg-surface nfd-theme-primary \" style=\"padding-top:6px;padding-right:16px;padding-bottom:6px;padding-left:16px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-sm\"} --><p class=\"nfd-text-sm\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\">Cutting-Edge Gatherings</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"className\":\"nfd-text-giga nfd-text-contrast nfd-text-balance\"} --><h1 class=\"nfd-text-giga nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-center\">Elevate Events <br>with our crew</h1><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-balance nfd-text-faded\"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-center\">Elevate your online presence with our advanced technology and customizable design options, which help you build first-rate websites.</p><!-- /wp:paragraph --><!-- wp:group {\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-sm nfd-text-primary nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} --><div class=\"nfd-text-sm nfd-text-primary nfd-gap-xl wp-block-group\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\"><!-- wp:paragraph {\"align\":\"left\"} --><p class=\"has-text-align-left\"><strong style=\"margin-right: 4px\">✓ </strong>Effortlessly Spectacular</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\"} --><p class=\"has-text-align-left\"><strong style=\"margin-right: 4px\">✓ </strong>Extensive Range of Bashes</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\"} --><p class=\"has-text-align-left\"><strong style=\"margin-right: 4px\">✓ </strong>Boosts Efficiency</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:columns {\"className\":\"nfd-gap-lg\"} --><div class=\"nfd-gap-lg wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1543591359-5ad63adbbc24?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=600&h=400&crop=\" alt=\"\" style=\"aspect-ratio:4/3;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1501139083538-0139583c060f?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=600&h=400&crop=\" alt=\"\" style=\"aspect-ratio:4/3;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1513151233558-d860c5398176?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=600&h=400&crop=\" alt=\"\" style=\"aspect-ratio:4/3;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:16:{i:0;s:5:\"light\";i:1;s:8:\"centered\";i:2;s:3:\"tag\";i:3;s:4:\"chip\";i:4;s:6:\"bubble\";i:5;s:5:\"check\";i:6;s:4:\"list\";i:7;s:7:\"gallery\";i:8;s:5:\"photo\";i:9;s:6:\"column\";i:10;s:5:\"photo\";i:11;s:5:\"image\";i:12;s:6:\"banner\";i:13;s:5:\"intro\";i:14;s:7:\"content\";i:15;s:9:\"marketing\";}s:10:\"categories\";s:4:\"hero\";s:14:\"all_categories\";a:1:{i:0;s:4:\"hero\";}s:7:\"context\";N;s:5:\"order\";i:60;s:11:\"is_featured\";b:0;}i:56;a:11:{s:2:\"id\";s:36:\"9ac51f07-86ec-452f-bdd9-e4d15b0f5b6f\";s:4:\"slug\";s:6:\"hero-7\";s:5:\"title\";s:6:\"hero-7\";s:11:\"description\";s:6:\"hero-7\";s:7:\"content\";s:5955:\"<!-- wp:group {\"align\":\"full\",\"metadata\":{\"name\":\"Hero\"},\"nfdGroupTheme\":\"primary\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull is-style-nfd-theme-primary nfd-wb-hero__hero-7\" ><!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"gradient\":\"linear-gradient(120deg,rgba(7,146,227,0) 60%,rgba(0,0,0,0.24) 60%)\"}},\"className\":\"nfd-p-lg nfd-container\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupEffect\":\"grid-3\"} --><div class=\"nfd-p-lg nfd-container wp-block-group alignfull has-background nfd-bg-effect-grid-3\" style=\"background:linear-gradient(120deg,rgba(7,146,227,0) 60%,rgba(0,0,0,0.24) 60%)\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"50px\",\"left\":\"64px\"}}},\"className\":\"nfd-py-md\"} --><div class=\"nfd-py-md wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"45%\",\"style\":{\"spacing\":{\"blockGap\":\"50px\"}}} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:45%\"><!-- wp:group {\"className\":\"nfd-text-md nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-text-md nfd-gap-xl wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"right\":\"16px\",\"left\":\"16px\",\"top\":\"6px\",\"bottom\":\"6px\"}}},\"className\":\" nfd-rounded-full nfd-bg-subtle\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} --><div class=\" nfd-rounded-full wp-block-group nfd-bg-subtle\" style=\"padding-top:6px;padding-right:16px;padding-bottom:6px;padding-left:16px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-sm\"} --><p class=\"nfd-text-sm\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\">Award Winning Agency</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:heading {\"textAlign\":\"left\",\"level\":1,\"className\":\"nfd-text-giga nfd-text-contrast nfd-text-balance\"} --><h1 class=\"nfd-text-giga nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-left\">Efficiently plan your upcoming event within WordPress blocks.</h1><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-balance nfd-text-faded\"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-left\">Focus on growing your business while getting assistance from our dedicated events team for seamless event management. <br>We understand that your time is valuable and ensure that our support aligns with your goals.<br>Make the best use of the content editor in WordPress.</p><!-- /wp:paragraph --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"className\":\"nfd-gap-xl nfd-gap-y-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} --><div class=\"nfd-gap-xl nfd-gap-y-md wp-block-group\"><!-- wp:buttons --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-xl\"} --><div class=\"nfd-btn-xl wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Start Now</a></div><!-- /wp:button --></div><!-- /wp:buttons --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\"><strong style=\"margin-right: 4px\">✓ </strong>Secure credit card payment is essential</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"55%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:55%\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} --><div class=\"wp-block-group\"><!-- wp:image {\"width\":\"undefinedpx\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large is-resized\"><img src=\"https://images.unsplash.com/photo-1508263073532-98ed924de82d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=300&h=300&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover;width:undefinedpx\"/></figure><!-- /wp:image --><!-- wp:image {\"width\":\"undefinedpx\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"is-style-default\"} --><figure class=\"is-style-default wp-block-image size-large is-resized\"><img src=\"https://images.unsplash.com/photo-1472289065668-ce650ac443d2?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=200&h=300&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover;width:undefinedpx\"/></figure><!-- /wp:image --></div><!-- /wp:group --><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} --><div class=\"wp-block-group\"><!-- wp:image {\"width\":\"undefinedpx\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"is-style-default\"} --><figure class=\"is-style-default wp-block-image size-large is-resized\"><img src=\"https://images.unsplash.com/photo-1501139083538-0139583c060f?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=375&h=250&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover;width:undefinedpx\"/></figure><!-- /wp:image --><!-- wp:image {\"width\":\"undefinedpx\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large is-resized\"><img src=\"https://images.unsplash.com/photo-1455849318743-b2233052fcff?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=167&h=250&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover;width:undefinedpx\"/></figure><!-- /wp:image --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:19:{i:0;s:3:\"tag\";i:1;s:4:\"chip\";i:2;s:7:\"primary\";i:3;s:6:\"angled\";i:4;s:5:\"photo\";i:5;s:7:\"gallery\";i:6;s:5:\"check\";i:7;s:6:\"button\";i:8;s:6:\"stripe\";i:9;s:5:\"lines\";i:10;s:5:\"photo\";i:11;s:5:\"image\";i:12;s:4:\"bold\";i:13;s:5:\"layer\";i:14;s:11:\"transparent\";i:15;s:6:\"banner\";i:16;s:5:\"intro\";i:17;s:7:\"content\";i:18;s:9:\"marketing\";}s:10:\"categories\";s:4:\"hero\";s:14:\"all_categories\";a:1:{i:0;s:4:\"hero\";}s:7:\"context\";N;s:5:\"order\";i:70;s:11:\"is_featured\";b:0;}i:57;a:11:{s:2:\"id\";s:36:\"9ac51f07-8f26-41c2-a79a-c0307179a67c\";s:4:\"slug\";s:6:\"hero-8\";s:5:\"title\";s:6:\"hero-8\";s:11:\"description\";s:6:\"hero-8\";s:7:\"content\";s:5970:\"<!-- wp:group {\"align\":\"wide\",\"metadata\":{\"name\":\"Hero\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"default\"}} --><div class=\"wp-block-group alignwide is-style-nfd-theme-white nfd-wb-hero__hero-8\" ><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1487088678257-3a541e6e3922?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=1200&h=&crop=\",\"dimRatio\":70,\"overlayColor\":\"header-foreground\",\"focalPoint\":{\"x\":0.5,\"y\":1},\"className\":\"nfd-container nfd-p-lg nfd-rounded-xl\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-container nfd-p-lg nfd-rounded-xl wp-block-cover\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-header-foreground-background-color has-background-dim-70 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1487088678257-3a541e6e3922?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=1200&h=&crop=\" style=\"object-position:50% 100%\" data-object-fit=\"cover\" data-object-position=\"50% 100%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"color\":{\"background\":\"#00000000\"},\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"nfdGroupTheme\":\"darker\"} --><div class=\"wp-block-group has-background nfd-bg-surface nfd-theme-darker\" style=\"background-color:#00000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-4xl nfd-gap-y-3xl\"} --><div class=\"nfd-gap-4xl nfd-gap-y-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"className\":\"nfd-text-md nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-text-md nfd-gap-xl wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"right\":\"16px\",\"left\":\"16px\",\"top\":\"6px\",\"bottom\":\"6px\"}}},\"className\":\" nfd-rounded-full nfd-bg-subtle\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} --><div class=\" nfd-rounded-full wp-block-group nfd-bg-subtle\" style=\"padding-top:6px;padding-right:16px;padding-bottom:6px;padding-left:16px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-sm\"} --><p class=\"nfd-text-sm\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\">Unbeatable Excellence</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:heading {\"textAlign\":\"left\",\"level\":1,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} --><h1 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-left\">Treat your taste buds with culinary masterpieces</h1><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-balance nfd-text-faded\"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-left\">Optimize your business with seamless event planning.<br>Our dedicated events team keeps your productivity up.</p><!-- /wp:paragraph --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:buttons --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-xl nfd-rounded-full\"} --><div class=\"nfd-btn-xl nfd-rounded-full wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Reserve a Table</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"className\":\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center\",\"layout\":{\"type\":\"default\"}} --><div class=\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center wp-block-group\"><!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"radius\":{\"topLeft\":\"8px\",\"topRight\":\"8px\",\"bottomLeft\":\"400px\",\"bottomRight\":\"400px\"},\"width\":\"1px\"}},\"className\":\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1\"} --><figure class=\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1444703686981-a3abbc4d4fe3?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTF8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&auto=format&fit=crop&q=60&w=600&h=900&crop=\" alt=\"\" style=\"border-width:1px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;aspect-ratio:3/4;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"radius\":{\"bottomLeft\":\"8px\",\"bottomRight\":\"8px\",\"topLeft\":\"400px\",\"topRight\":\"400px\"},\"width\":\"1px\"}},\"className\":\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1\"} --><figure class=\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1544513431-d50cc0beb35c?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=400&h=600&crop=\" alt=\"\" style=\"border-width:1px;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;aspect-ratio:3/4;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:group -->\";s:4:\"tags\";a:18:{i:0;s:3:\"tag\";i:1;s:4:\"chip\";i:2;s:6:\"button\";i:3;s:5:\"photo\";i:4;s:10:\"background\";i:5;s:4:\"dark\";i:6;s:4:\"arch\";i:7;s:5:\"layer\";i:8;s:8:\"creative\";i:9;s:5:\"image\";i:10;s:7:\"gallery\";i:11;s:8:\"inverted\";i:12;s:11:\"upside-down\";i:13;s:4:\"crop\";i:14;s:6:\"banner\";i:15;s:5:\"intro\";i:16;s:7:\"content\";i:17;s:9:\"marketing\";}s:10:\"categories\";s:4:\"hero\";s:14:\"all_categories\";a:1:{i:0;s:4:\"hero\";}s:7:\"context\";N;s:5:\"order\";i:80;s:11:\"is_featured\";b:0;}i:58;a:11:{s:2:\"id\";s:36:\"9ac51f07-96eb-43fa-88a1-5c611e0d09f7\";s:4:\"slug\";s:6:\"hero-9\";s:5:\"title\";s:6:\"hero-9\";s:11:\"description\";s:6:\"hero-9\";s:7:\"content\";s:4695:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":0,\"right\":0,\"bottom\":0,\"left\":0}}},\"layout\":\"default\"} --><div class=\"wp-block-group alignfull nfd-wb-hero__hero-9\" ><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1494253109108-2e30c049369b?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwcm9maWxlLXBhZ2V8NTF8fHxlbnwwfHx8fA%3D%3D&auto=format&fit=crop&q=80&w=1600&h=&crop=\",\"dimRatio\":70,\"focalPoint\":{\"x\":0.5,\"y\":0.5},\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"className\":\"nfd-stretch-cover-child nfd-bg-gray-800\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} --><div class=\"wp-block-cover nfd-stretch-cover-child nfd-bg-gray-800\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-70 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1494253109108-2e30c049369b?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwcm9maWxlLXBhZ2V8NTF8fHxlbnwwfHx8fA%3D%3D&auto=format&fit=crop&q=80&w=1600&h=&crop=\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"border\":{\"top\":{\"width\":\"0px\",\"style\":\"none\"},\"right\":{\"color\":\"var:preset|color|white\",\"width\":\"32px\"},\"bottom\":{\"color\":\"var:preset|color|white\",\"width\":\"32px\"},\"left\":{\"color\":\"var:preset|color|white\",\"width\":\"32px\"}},\"spacing\":{\"blockGap\":\"32px\"}},\"className\":\"nfd-px-base nfd-grow nfd-w-full md:nfd-border-none alignfull\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\"}} --><div class=\"wp-block-group nfd-px-base nfd-grow nfd-w-full md:nfd-border-none alignfull\" style=\"border-top-style:none;border-top-width:0px;border-right-color:var(--wp--preset--color--white);border-right-width:32px;border-bottom-color:var(--wp--preset--color--white);border-bottom-width:32px;border-left-color:var(--wp--preset--color--white);border-left-width:32px\"><!-- wp:spacer {\"height\":\"70px\",\"className\":\"nfd-my-0\"} --><div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer nfd-my-0\"></div><!-- /wp:spacer --><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"className\":\"nfd-text-current nfd-text-giga md:nfd-text-left md:nfd-no-br\"} --><h1 class=\"has-text-align-center nfd-text-current nfd-text-giga md:nfd-text-left md:nfd-no-br\">Emphasize Why You Impress The Market With Attention-Grabbing Websites</h1><!-- /wp:heading --><!-- wp:group {\"className\":\"nfd-text-md md:nfd-justify-start md:nfd-self-start\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"500px\",\"justifyContent\":\"left\"}} --><div class=\"wp-block-group nfd-text-md md:nfd-justify-start md:nfd-self-start\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"21px\"}},\"className\":\"md:nfd-text-left\"} --><p class=\"has-text-align-center md:nfd-text-left\" style=\"font-size:21px\">Ensure Your First Impression Lingers in the Minds of Customers with Unforgettable Events</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:buttons {\"className\":\"nfd-text-base md:nfd-justify-start\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"},\"style\":{\"spacing\":{\"blockGap\":\"40px\",\"margin\":{\"top\":\"24px\"}}}} --><div class=\"wp-block-buttons nfd-text-base md:nfd-justify-start\" style=\"margin-top:24px\"><!-- wp:button {\"style\":{\"spacing\":{\"padding\":{\"top\":\"20px\",\"bottom\":\"20px\",\"left\":\"40px\",\"right\":\"40px\"}},\"typography\":{\"lineHeight\":\"1.5\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"radius\":\"100px\"}},\"className\":\"is-style-fill\"} --><div class=\"wp-block-button is-style-fill\" style=\"font-style:normal;font-weight:500;line-height:1.5\"><a class=\"wp-block-button__link wp-element-button\" style=\"border-radius:100px;padding-top:20px;padding-right:40px;padding-bottom:20px;padding-left:40px\">Get a Quote Now</a></div><!-- /wp:button --><!-- wp:button {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\",\"right\":\"0px\"}},\"typography\":{\"lineHeight\":\"1.5\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"color\":{\"background\":\"#ffffff00\"}},\"className\":\"nfd-text-secondary\"} --><div class=\"wp-block-button nfd-text-secondary\" style=\"font-style:normal;font-weight:500;line-height:1.5\"><a class=\"wp-block-button__link has-background wp-element-button\" style=\"background-color:#ffffff00;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\">Browse Past Events</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:group -->\";s:4:\"tags\";a:15:{i:0;s:7:\"landing\";i:1;s:6:\"button\";i:2;s:14:\"call to action\";i:3;s:8:\"centered\";i:4;s:10:\"background\";i:5;s:5:\"image\";i:6;s:5:\"cover\";i:7;s:3:\"dim\";i:8;s:5:\"photo\";i:9;s:7:\"gallery\";i:10;s:6:\"border\";i:11;s:6:\"banner\";i:12;s:5:\"intro\";i:13;s:7:\"content\";i:14;s:9:\"marketing\";}s:10:\"categories\";s:4:\"hero\";s:14:\"all_categories\";a:1:{i:0;s:4:\"hero\";}s:7:\"context\";N;s:5:\"order\";i:90;s:11:\"is_featured\";b:0;}i:59;a:11:{s:2:\"id\";s:36:\"9bf2d8a9-d671-44ba-ac93-10d7195a6ddb\";s:4:\"slug\";s:6:\"menu-1\";s:5:\"title\";s:6:\"menu-1\";s:11:\"description\";s:6:\"menu-1\";s:7:\"content\";s:11965:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Restaurant Menu\"},\"nfdGroupDivider\":\"nfd-divider-slant\",\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"dots\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg nfd-divider-slant is-style-nfd-theme-darker nfd-bg-effect-dots nfd-wb-menu__menu-1\" ><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-contrast nfd-text-huge nfd-text-balance\"} --><h2 class=\"nfd-text-contrast nfd-text-huge nfd-text-balance wp-block-heading has-text-align-center\" style=\"font-style:normal;font-weight:500\">Our Menu</h2><!-- /wp:heading --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"56px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"metadata\":{\"name\":\"Narrow container\"},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"700px\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Menu Section\"},\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Title\"},\"style\":{\"border\":{\"bottom\":{\"color\":\"var:preset|color|base\",\"width\":\"3px\"},\"top\":{},\"right\":{},\"left\":{}}},\"className\":\"nfd-pb-sm\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-pb-sm wp-block-group\" style=\"border-bottom-color:var(--wp--preset--color--base);border-bottom-width:3px\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-contrast nfd-text-lg\"} --><h3 class=\"nfd-text-contrast nfd-text-lg wp-block-heading\">Starters</h3><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}}},\"className\":\"nfd-py-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} --><div class=\"nfd-py-sm wp-block-group\" style=\"border-bottom-width:1px\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md\">Deviled Eggs (GF)</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-sm nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-sm nfd-text-faded nfd-text-balance\">2 poached eggs, pork chorizo, jack cheese, shaved red onions, avocado, sliced potatoes and creamy picante buttermilk dressing</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">$12</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}}},\"className\":\"nfd-py-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} --><div class=\"nfd-py-sm wp-block-group\" style=\"border-bottom-width:1px\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md\">Sliced Potatoes (V)</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-sm nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-sm nfd-text-faded nfd-text-balance\">Sliced potatoes, feta, parmesan, fresh basil, sliced cucumbers, tomatoes, shredded lettuce and Zookz lemon aioli sauce</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">$9</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}}},\"className\":\"nfd-py-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} --><div class=\"nfd-py-sm wp-block-group\" style=\"border-bottom-width:1px\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md\">Caesar Salad</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-sm nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-sm nfd-text-faded nfd-text-balance\">Fresh mixed greens, chicken, crisp crumbled bacon, diced apples, cranberries, shredded carrots, roasted almonds and creamy apple mustard dressing</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">$14</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"40px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"metadata\":{\"name\":\"Menu Section\"},\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Title\"},\"style\":{\"border\":{\"bottom\":{\"color\":\"var:preset|color|base\",\"width\":\"3px\"},\"top\":{},\"right\":{},\"left\":{}}},\"className\":\"nfd-pb-sm\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-pb-sm wp-block-group\" style=\"border-bottom-color:var(--wp--preset--color--base);border-bottom-width:3px\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-contrast nfd-text-lg\"} --><h3 class=\"nfd-text-contrast nfd-text-lg wp-block-heading\">Main Courses</h3><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}}},\"className\":\"nfd-py-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} --><div class=\"nfd-py-sm wp-block-group\" style=\"border-bottom-width:1px\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md\">Tuscan Chicken Pasta</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-sm nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-sm nfd-text-faded nfd-text-balance\">Grilled chicken, sun-dried tomatoes, spinach, parmesan cheese</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">$22</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}}},\"className\":\"nfd-py-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} --><div class=\"nfd-py-sm wp-block-group\" style=\"border-bottom-width:1px\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md\">Maple Glazed Salmon (GF)</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-sm nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-sm nfd-text-faded nfd-text-balance\">Salmon fillet, maple syrup, garlic, crushed black pepper</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">$27</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}}},\"className\":\"nfd-py-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} --><div class=\"nfd-py-sm wp-block-group\" style=\"border-bottom-width:1px\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md\">Turkey Sandwich</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-sm nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-sm nfd-text-faded nfd-text-balance\">Thinly sliced turkey, feta, parmesan, tomatoes, fresh basil, sliced cucumbers, shaved red onions, shredded lettuce, lemon Aioli sauce</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">$16</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}}},\"className\":\"nfd-py-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} --><div class=\"nfd-py-sm wp-block-group\" style=\"border-bottom-width:1px\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md\">Mushroom Risotto (VG)</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-sm nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-sm nfd-text-faded nfd-text-balance\">Arborio rice, cremini mushrooms, white wine, vegan cheese</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">$19</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}}},\"className\":\"nfd-py-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} --><div class=\"nfd-py-sm wp-block-group\" style=\"border-bottom-width:1px\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md\">Spicy Thai Green Curry (VG)</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-sm nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-sm nfd-text-faded nfd-text-balance\">Coconut milk, green curry paste, tofu, bell peppers</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">$21</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"40px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"metadata\":{\"name\":\"Menu footer\"},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Legend\"},\"className\":\"nfd-text-sm nfd-text-faded nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-sm nfd-text-faded nfd-gap-md wp-block-group\"><!-- wp:paragraph --><p class=\"\">V - (Vegan)</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} --><p class=\"nfd-text-opacity-80\">•</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">VG (Vegetarian)</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} --><p class=\"nfd-text-opacity-80\">•</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">GF (Gluten-Free)</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-sm\"} --><p class=\"nfd-text-sm has-text-align-left\">Please inform our staff about any food allergies or dietary restrictions before placing your order.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"16px\"} --><div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div><!-- /wp:group -->\";s:4:\"tags\";a:9:{i:0;s:4:\"food\";i:1;s:4:\"dark\";i:2;s:4:\"dots\";i:3;s:7:\"minimal\";i:4;s:10:\"restaurant\";i:5;s:4:\"dish\";i:6;s:6:\"bakery\";i:7;s:4:\"cafe\";i:8;s:8:\"commerce\";}s:10:\"categories\";s:4:\"menu\";s:14:\"all_categories\";a:1:{i:0;s:4:\"menu\";}s:7:\"context\";N;s:5:\"order\";i:10;s:11:\"is_featured\";b:0;}i:60;a:11:{s:2:\"id\";s:36:\"9bf2d8a9-dd22-4646-bdba-68bc2a7adb16\";s:4:\"slug\";s:6:\"menu-2\";s:5:\"title\";s:6:\"menu-2\";s:11:\"description\";s:6:\"menu-2\";s:7:\"content\";s:8634:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Restaurant Menu\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg nfd-wb-menu__menu-2\" ><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-contrast nfd-text-huge nfd-text-balance\"} --><h2 class=\"nfd-text-contrast nfd-text-huge nfd-text-balance wp-block-heading has-text-align-center\" style=\"font-style:normal;font-weight:500\">Our Menu</h2><!-- /wp:heading --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"56px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"wp-block-group\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"}}}} --><div class=\"wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"stretch\"} --><div class=\"wp-block-column is-vertically-aligned-stretch\"><!-- wp:group {\"style\":{\"dimensions\":{\"minHeight\":\"100%\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"dark\"} --><div class=\"wp-block-group nfd-bg-surface nfd-theme-dark\" style=\"min-height:100%\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1482049016688-2d3e1b311543?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=1200&h=&crop=\",\"dimRatio\":0,\"customOverlayColor\":\"#4e4838\",\"isUserOverlayColor\":true,\"contentPosition\":\"bottom center\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"dimensions\":{\"aspectRatio\":\"1\"}},\"className\":\"nfd-p-card-square\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-p-card-square wp-block-cover has-custom-content-position is-position-bottom-center\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#4e4838\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1482049016688-2d3e1b311543?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=1200&h=&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"metadata\":{\"name\":\"Title\"},\"className\":\"nfd-p-card-sm nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"},\"nfdGroupTheme\":\"darker\"} --><div class=\"nfd-p-card-sm nfd-gap-xs wp-block-group nfd-bg-surface nfd-theme-darker\"><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"className\":\"nfd-text-contrast nfd-text-lg\"} --><h3 class=\"nfd-text-contrast nfd-text-lg wp-block-heading has-text-align-left\">Lunch</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-sm nfd-text-faded\"} --><p class=\"nfd-text-sm nfd-text-faded\">Served after 12pm</p><!-- /wp:paragraph --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"stretch\"} --><div class=\"wp-block-column is-vertically-aligned-stretch\"><!-- wp:group {\"style\":{\"dimensions\":{\"minHeight\":\"100%\"}},\"className\":\"nfd-p-card-square-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid-3\"} --><div class=\"nfd-p-card-square-lg wp-block-group nfd-bg-surface nfd-theme-darker nfd-bg-effect-grid-3\" style=\"min-height:100%\"><!-- wp:group {\"metadata\":{\"name\":\"Menu Section\"},\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}}},\"className\":\"nfd-py-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} --><div class=\"nfd-py-sm wp-block-group\" style=\"border-bottom-width:1px\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md\">Tuscan Chicken Pasta</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-sm nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-sm nfd-text-faded nfd-text-balance\">Grilled chicken, sun-dried tomatoes, spinach, parmesan cheese</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">$22</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}}},\"className\":\"nfd-py-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} --><div class=\"nfd-py-sm wp-block-group\" style=\"border-bottom-width:1px\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md\">Maple Glazed Salmon (GF)</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-sm nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-sm nfd-text-faded nfd-text-balance\">Salmon fillet, maple syrup, garlic, crushed black pepper</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">$27</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}}},\"className\":\"nfd-py-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} --><div class=\"nfd-py-sm wp-block-group\" style=\"border-bottom-width:1px\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md\">Turkey Sandwich</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-sm nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-sm nfd-text-faded nfd-text-balance\">Thinly sliced turkey, feta, parmesan, tomatoes, fresh basil, sliced cucumbers, shaved red onions, shredded lettuce, lemon Aioli sauce</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">$16</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}}},\"className\":\"nfd-py-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} --><div class=\"nfd-py-sm wp-block-group\" style=\"border-bottom-width:1px\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md\">Mushroom Risotto (VG)</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-sm nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-sm nfd-text-faded nfd-text-balance\">Arborio rice, cremini mushrooms, white wine, vegan cheese</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">$19</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}}},\"className\":\"nfd-py-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} --><div class=\"nfd-py-sm wp-block-group\" style=\"border-bottom-width:1px\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md\">Spicy Thai Green Curry (VG)</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-sm nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-sm nfd-text-faded nfd-text-balance\">Coconut milk, green curry paste, tofu, bell peppers</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">$21</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:8:{i:0;s:4:\"food\";i:1;s:4:\"dark\";i:2;s:7:\"minimal\";i:3;s:10:\"restaurant\";i:4;s:4:\"dish\";i:5;s:6:\"bakery\";i:6;s:4:\"cafe\";i:7;s:8:\"commerce\";}s:10:\"categories\";s:4:\"menu\";s:14:\"all_categories\";a:1:{i:0;s:4:\"menu\";}s:7:\"context\";N;s:5:\"order\";i:20;s:11:\"is_featured\";b:0;}i:61;a:11:{s:2:\"id\";s:36:\"9bf2d8a9-e5fe-4f05-b856-4bbf0ca047f9\";s:4:\"slug\";s:6:\"menu-3\";s:5:\"title\";s:6:\"menu-3\";s:11:\"description\";s:6:\"menu-3\";s:7:\"content\";s:11119:\"<!-- wp:group {\"align\":\"full\",\"metadata\":{\"name\":\"Restaurant Menu\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull nfd-container nfd-wb-menu__menu-3\" ><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1482049016688-2d3e1b311543?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=1200&h=&crop=\",\"hasParallax\":true,\"dimRatio\":80,\"customOverlayColor\":\"#191515\",\"isUserOverlayColor\":true,\"align\":\"full\",\"className\":\"nfd-p-0\"} --><div class=\"nfd-p-0 wp-block-cover alignfull has-parallax\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-80 has-background-dim\" style=\"background-color:#191515\"></span><div class=\"wp-block-cover__image-background has-parallax\" style=\"background-position:50% 50%;background-image:url(https://images.unsplash.com/photo-1482049016688-2d3e1b311543?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=1200&h=&crop=)\"></div><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"metadata\":{\"name\":\"Restaurant Menu\"},\"style\":{\"color\":{\"background\":\"#00000000\"}},\"className\":\"nfd-container nfd-p-lg\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupDivider\":\"\",\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-container nfd-p-lg wp-block-group has-background nfd-bg-surface nfd-theme-darker\" style=\"background-color:#00000000\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-contrast nfd-text-huge nfd-text-balance\"} --><h2 class=\"nfd-text-contrast nfd-text-huge nfd-text-balance wp-block-heading has-text-align-center\" style=\"font-style:normal;font-weight:500\">Our Menu</h2><!-- /wp:heading --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"56px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"metadata\":{\"name\":\"Narrow container\"},\"className\":\"nfd-container\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\"}} --><div class=\"nfd-container wp-block-group\"><!-- wp:columns {\"className\":\"nfd-gap-4xl\"} --><div class=\"nfd-gap-4xl wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Title\"},\"style\":{\"border\":{\"bottom\":{\"color\":\"var:preset|color|base\",\"width\":\"3px\"},\"top\":{},\"right\":{},\"left\":{}}},\"className\":\"nfd-pb-sm\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-pb-sm wp-block-group\" style=\"border-bottom-color:var(--wp--preset--color--base);border-bottom-width:3px\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-contrast nfd-text-lg\"} --><h3 class=\"nfd-text-contrast nfd-text-lg wp-block-heading\">Starters</h3><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"}} --><div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">Deviled Eggs (GF)</p><!-- /wp:paragraph --><!-- wp:separator {\"className\":\"nfd-border-dashed is-style-default\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><hr class=\"nfd-border-dashed is-style-default wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">$12</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"}} --><div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">Grilled Chicken Wings</p><!-- /wp:paragraph --><!-- wp:separator {\"className\":\"nfd-border-dashed is-style-default\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><hr class=\"nfd-border-dashed is-style-default wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">$14</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"}} --><div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">Shrimp Cocktail</p><!-- /wp:paragraph --><!-- wp:separator {\"className\":\"nfd-border-dashed is-style-default\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><hr class=\"nfd-border-dashed is-style-default wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">$16</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"}} --><div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">Beef Sliders</p><!-- /wp:paragraph --><!-- wp:separator {\"className\":\"nfd-border-dashed is-style-default\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><hr class=\"nfd-border-dashed is-style-default wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">$18</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Title\"},\"style\":{\"border\":{\"bottom\":{\"color\":\"var:preset|color|base\",\"width\":\"3px\"},\"top\":{},\"right\":{},\"left\":{}}},\"className\":\"nfd-pb-sm\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-pb-sm wp-block-group\" style=\"border-bottom-color:var(--wp--preset--color--base);border-bottom-width:3px\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-contrast nfd-text-lg\"} --><h3 class=\"nfd-text-contrast nfd-text-lg wp-block-heading\">Main Course</h3><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"}} --><div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">Tuscan Chicken Pasta</p><!-- /wp:paragraph --><!-- wp:separator {\"className\":\"nfd-border-dashed is-style-default\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><hr class=\"nfd-border-dashed is-style-default wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">$22</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"}} --><div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">Maple Glazed Salmon (GF)</p><!-- /wp:paragraph --><!-- wp:separator {\"className\":\"nfd-border-dashed is-style-default\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><hr class=\"nfd-border-dashed is-style-default wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">$27</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"}} --><div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">Beef Brisket Tacos</p><!-- /wp:paragraph --><!-- wp:separator {\"className\":\"nfd-border-dashed is-style-default\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><hr class=\"nfd-border-dashed is-style-default wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">$20</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"}} --><div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">Mushroom Risotto (VG)</p><!-- /wp:paragraph --><!-- wp:separator {\"className\":\"nfd-border-dashed is-style-default\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><hr class=\"nfd-border-dashed is-style-default wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">$19</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:spacer {\"height\":\"64px\"} --><div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"metadata\":{\"name\":\"Menu footer\"},\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-sm nfd-text-balance\"} --><p class=\"nfd-text-sm nfd-text-balance has-text-align-center\">Please inform our staff about any food allergies or dietary restrictions before placing your order.</p><!-- /wp:paragraph --><!-- wp:group {\"metadata\":{\"name\":\"Legend\"},\"className\":\"nfd-text-sm nfd-text-faded nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-sm nfd-text-faded nfd-gap-md wp-block-group\"><!-- wp:paragraph --><p class=\"\">V - (Vegan)</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} --><p class=\"nfd-text-opacity-80\">•</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">VG (Vegetarian)</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} --><p class=\"nfd-text-opacity-80\">•</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">GF (Gluten-Free)</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:group -->\";s:4:\"tags\";a:9:{i:0;s:4:\"food\";i:1;s:4:\"dark\";i:2;s:5:\"cover\";i:3;s:8:\"2 column\";i:4;s:10:\"restaurant\";i:5;s:4:\"dish\";i:6;s:6:\"bakery\";i:7;s:4:\"cafe\";i:8;s:8:\"commerce\";}s:10:\"categories\";s:4:\"menu\";s:14:\"all_categories\";a:1:{i:0;s:4:\"menu\";}s:7:\"context\";N;s:5:\"order\";i:30;s:11:\"is_featured\";b:0;}i:62;a:11:{s:2:\"id\";s:36:\"9bf2d8a9-ed96-4840-97f4-3bb625363ba3\";s:4:\"slug\";s:6:\"menu-4\";s:5:\"title\";s:6:\"menu-4\";s:11:\"description\";s:6:\"menu-4\";s:7:\"content\";s:9296:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Restaurant Menu\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md is-style-nfd-theme-white nfd-wb-menu__menu-4\" ><!-- wp:columns {\"className\":\"nfd-gap-4xl\"} --><div class=\"nfd-gap-4xl wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-contrast nfd-text-lg nfd-shrink-0\"} --><h3 class=\"nfd-text-contrast nfd-text-lg nfd-shrink-0 wp-block-heading\">Coffee</h3><!-- /wp:heading --><!-- wp:group {\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"}} --><div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">Espresso</p><!-- /wp:paragraph --><!-- wp:separator {\"className\":\"nfd-border-dashed is-style-default\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><hr class=\"nfd-border-dashed is-style-default wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">$3.50</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"}} --><div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">Americano</p><!-- /wp:paragraph --><!-- wp:separator {\"className\":\"nfd-border-dashed is-style-default\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><hr class=\"nfd-border-dashed is-style-default wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">$4.00</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"}} --><div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">Latte</p><!-- /wp:paragraph --><!-- wp:separator {\"className\":\"nfd-border-dashed is-style-default\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><hr class=\"nfd-border-dashed is-style-default wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">$7.50</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"}} --><div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">Mocha</p><!-- /wp:paragraph --><!-- wp:separator {\"className\":\"nfd-border-dashed is-style-default\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><hr class=\"nfd-border-dashed is-style-default wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">$9.00</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"}} --><div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">Cappuccino</p><!-- /wp:paragraph --><!-- wp:separator {\"className\":\"nfd-border-dashed is-style-default\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><hr class=\"nfd-border-dashed is-style-default wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">$4.75</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-contrast nfd-text-lg nfd-shrink-0\"} --><h3 class=\"nfd-text-contrast nfd-text-lg nfd-shrink-0 wp-block-heading\">Bakery Items</h3><!-- /wp:heading --><!-- wp:group {\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"}} --><div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">Croissant</p><!-- /wp:paragraph --><!-- wp:separator {\"className\":\"nfd-border-dashed is-style-default\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><hr class=\"nfd-border-dashed is-style-default wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">$3.75</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"}} --><div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">Muffin</p><!-- /wp:paragraph --><!-- wp:separator {\"className\":\"nfd-border-dashed is-style-default\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><hr class=\"nfd-border-dashed is-style-default wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">$3.50</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"}} --><div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">Banana Bread</p><!-- /wp:paragraph --><!-- wp:separator {\"className\":\"nfd-border-dashed is-style-default\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><hr class=\"nfd-border-dashed is-style-default wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">$4.00</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"}} --><div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">Tiramisu</p><!-- /wp:paragraph --><!-- wp:separator {\"className\":\"nfd-border-dashed is-style-default\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><hr class=\"nfd-border-dashed is-style-default wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">$5.00</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"}} --><div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">Cream Cheese Bagel</p><!-- /wp:paragraph --><!-- wp:separator {\"className\":\"nfd-border-dashed is-style-default\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><hr class=\"nfd-border-dashed is-style-default wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-md nfd-shrink-0\">$4.50</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:9:{i:0;s:4:\"food\";i:1;s:8:\"2 column\";i:2;s:7:\"minimal\";i:3;s:10:\"restaurant\";i:4;s:11:\"coffee shop\";i:5;s:5:\"drink\";i:6;s:6:\"bakery\";i:7;s:4:\"cafe\";i:8;s:8:\"commerce\";}s:10:\"categories\";s:4:\"menu\";s:14:\"all_categories\";a:1:{i:0;s:4:\"menu\";}s:7:\"context\";N;s:5:\"order\";i:40;s:11:\"is_featured\";b:0;}i:63;a:11:{s:2:\"id\";s:36:\"9bf2d8a9-fd32-4e4c-958b-6332d1008e1a\";s:4:\"slug\";s:6:\"menu-5\";s:5:\"title\";s:6:\"menu-5\";s:11:\"description\";s:6:\"menu-5\";s:7:\"content\";s:5749:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Restaurant Menu\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-white nfd-wb-menu__menu-5\" ><!-- wp:columns {\"className\":\"nfd-gap-3xl\"} --><div class=\"nfd-gap-3xl wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"nfd-rounded\"} --><figure class=\"nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1482049016688-2d3e1b311543?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=900&h=&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"style\":{\"spacing\":{\"blockGap\":\"16px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-md nfd-text-contrast nfd-shrink-0\"} --><h3 class=\"nfd-text-md nfd-text-contrast nfd-shrink-0 wp-block-heading\" style=\"font-style:normal;font-weight:600\">Tuscan Chicken Pasta</h3><!-- /wp:heading --><!-- wp:separator {\"className\":\"nfd-border-dashed\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><hr class=\"nfd-border-dashed wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:paragraph {\"className\":\"nfd-shrink-0\"} --><p class=\"nfd-shrink-0\">$22</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\"} --><p class=\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\">Grilled chicken, sun-dried tomatoes, spinach, parmesan cheese</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"nfd-rounded\"} --><figure class=\"nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1623962470629-ead26532ef44?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=900&h=&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"style\":{\"spacing\":{\"blockGap\":\"16px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-md nfd-text-contrast nfd-shrink-0\"} --><h3 class=\"nfd-text-md nfd-text-contrast nfd-shrink-0 wp-block-heading\" style=\"font-style:normal;font-weight:600\">Maple Glazed Salmon</h3><!-- /wp:heading --><!-- wp:separator {\"className\":\"nfd-border-dashed\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><hr class=\"nfd-border-dashed wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:paragraph {\"className\":\"nfd-shrink-0\"} --><p class=\"nfd-shrink-0\">$22</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\"} --><p class=\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\">Salmon fillet, maple syrup, garlic, crushed black pepper</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"nfd-rounded\"} --><figure class=\"nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1567620905732-2d1ec7ab7445?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=900&h=&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"style\":{\"spacing\":{\"blockGap\":\"16px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-md nfd-text-contrast nfd-shrink-0\"} --><h3 class=\"nfd-text-md nfd-text-contrast nfd-shrink-0 wp-block-heading\" style=\"font-style:normal;font-weight:600\">Mushroom Risotto</h3><!-- /wp:heading --><!-- wp:separator {\"className\":\"nfd-border-dashed\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><hr class=\"nfd-border-dashed wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:paragraph {\"className\":\"nfd-shrink-0\"} --><p class=\"nfd-shrink-0\">$22</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\"} --><p class=\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\">Arborio rice, cremini mushrooms, white wine, parmesan or vegan cheese</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:7:{i:0;s:4:\"food\";i:1;s:8:\"3 column\";i:2;s:10:\"restaurant\";i:3;s:11:\"coffee shop\";i:4;s:6:\"bakery\";i:5;s:4:\"cafe\";i:6;s:8:\"commerce\";}s:10:\"categories\";s:4:\"menu\";s:14:\"all_categories\";a:1:{i:0;s:4:\"menu\";}s:7:\"context\";N;s:5:\"order\";i:50;s:11:\"is_featured\";b:0;}i:64;a:11:{s:2:\"id\";s:36:\"9bf2d8aa-0507-4800-9f2e-2e92f08fde04\";s:4:\"slug\";s:6:\"menu-6\";s:5:\"title\";s:6:\"menu-6\";s:11:\"description\";s:6:\"menu-6\";s:7:\"content\";s:7548:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Restaurant Menu\"},\"nfdGroupDivider\":\"nfd-divider-slant\",\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"grid\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg nfd-divider-slant is-style-nfd-theme-dark nfd-bg-effect-grid nfd-wb-menu__menu-6\" ><!-- wp:group {\"metadata\":{\"name\":\"Heading\"},\"className\":\"nfd-container\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} --><div class=\"nfd-container wp-block-group\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|70\"}}}} --><div class=\"wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-contrast nfd-text-huge nfd-text-balance\"} --><h2 class=\"nfd-text-contrast nfd-text-huge nfd-text-balance wp-block-heading\" style=\"font-style:normal;font-weight:500\">Chef’s Highlights</h2><!-- /wp:heading --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"470px\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:470px\"><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-faded nfd-text-balance nfd-text-md\"} --><p class=\"nfd-text-faded nfd-text-balance nfd-text-md has-text-align-left\">Dive into these standout meals, perfect for those looking to enjoy something truly special.</p><!-- /wp:paragraph --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"56px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:columns {\"className\":\"nfd-gap-3xl\"} --><div class=\"nfd-gap-3xl wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"nfd-rounded\"} --><figure class=\"nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1482049016688-2d3e1b311543?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=900&h=&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"style\":{\"spacing\":{\"blockGap\":\"16px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-md nfd-text-contrast nfd-shrink-0\"} --><h3 class=\"nfd-text-md nfd-text-contrast nfd-shrink-0 wp-block-heading\" style=\"font-style:normal;font-weight:600\">Tuscan Chicken Pasta</h3><!-- /wp:heading --><!-- wp:separator {\"className\":\"nfd-border-dashed\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><hr class=\"nfd-border-dashed wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:paragraph {\"className\":\"nfd-shrink-0\"} --><p class=\"nfd-shrink-0\">$22</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\"} --><p class=\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\">Grilled chicken, sun-dried tomatoes, spinach, parmesan cheese</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"nfd-rounded\"} --><figure class=\"nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1623962470629-ead26532ef44?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90oy1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=900&h=&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"style\":{\"spacing\":{\"blockGap\":\"16px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-md nfd-text-contrast nfd-shrink-0\"} --><h3 class=\"nfd-text-md nfd-text-contrast nfd-shrink-0 wp-block-heading\" style=\"font-style:normal;font-weight:600\">Maple Glazed Salmon</h3><!-- /wp:heading --><!-- wp:separator {\"className\":\"nfd-border-dashed\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><hr class=\"nfd-border-dashed wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:paragraph {\"className\":\"nfd-shrink-0\"} --><p class=\"nfd-shrink-0\">$22</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\"} --><p class=\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\">Salmon fillet, maple syrup, garlic, crushed black pepper</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"nfd-rounded\"} --><figure class=\"nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1567620905732-2d1ec7ab7445?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90oy1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=900&h=&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"style\":{\"spacing\":{\"blockGap\":\"16px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-md nfd-text-contrast nfd-shrink-0\"} --><h3 class=\"nfd-text-md nfd-text-contrast nfd-shrink-0 wp-block-heading\" style=\"font-style:normal;font-weight:600\">Mushroom Risotto</h3><!-- /wp:heading --><!-- wp:separator {\"className\":\"nfd-border-dashed\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><hr class=\"nfd-border-dashed wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:paragraph {\"className\":\"nfd-shrink-0\"} --><p class=\"nfd-shrink-0\">$22</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\"} --><p class=\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\">Arborio rice, cremini mushrooms, white wine, parmesan or vegan cheese</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:spacer {\"height\":\"16px\"} --><div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div><!-- /wp:group -->\";s:4:\"tags\";a:8:{i:0;s:4:\"food\";i:1;s:8:\"3 column\";i:2;s:10:\"restaurant\";i:3;s:11:\"coffee shop\";i:4;s:6:\"bakery\";i:5;s:4:\"dark\";i:6;s:4:\"cafe\";i:7;s:8:\"commerce\";}s:10:\"categories\";s:4:\"menu\";s:14:\"all_categories\";a:1:{i:0;s:4:\"menu\";}s:7:\"context\";N;s:5:\"order\";i:60;s:11:\"is_featured\";b:0;}i:65;a:11:{s:2:\"id\";s:36:\"9bf2d8aa-0bc7-4c70-92fa-7ca1eb064b7a\";s:4:\"slug\";s:6:\"menu-7\";s:5:\"title\";s:6:\"menu-7\";s:11:\"description\";s:6:\"menu-7\";s:7:\"content\";s:9479:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Restaurant Menu\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"700px\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-white nfd-wb-menu__menu-7\" ><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-contrast nfd-text-huge nfd-text-balance\"} --><h2 class=\"nfd-text-contrast nfd-text-huge nfd-text-balance wp-block-heading has-text-align-left\" style=\"font-style:normal;font-weight:500\"><strong>Signature Breakfast Dishes</strong></h2><!-- /wp:heading --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"56px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:columns {\"className\":\"nfd-gap-3xl\"} --><div class=\"nfd-gap-3xl wp-block-columns\"><!-- wp:column {\"metadata\":{\"name\":\"\"}} --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"style\":{\"spacing\":{\"blockGap\":\"16px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-md nfd-text-contrast nfd-shrink-0\"} --><h3 class=\"nfd-text-md nfd-text-contrast nfd-shrink-0 wp-block-heading\" style=\"font-style:normal;font-weight:600\">Classic French Toast</h3><!-- /wp:heading --><!-- wp:separator {\"className\":\"nfd-border-dashed\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><hr class=\"nfd-border-dashed wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:paragraph {\"className\":\"nfd-shrink-0\"} --><p class=\"nfd-shrink-0\">$12</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\"} --><p class=\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\">Thick slices of brioche dipped in a rich, cinnamon-infused egg batter, grilled to golden perfection, and dusted with powdered sugar. Served with a side of fresh seasonal berries</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"style\":{\"spacing\":{\"blockGap\":\"16px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-md nfd-text-contrast nfd-shrink-0\"} --><h3 class=\"nfd-text-md nfd-text-contrast nfd-shrink-0 wp-block-heading\" style=\"font-style:normal;font-weight:600\">Breakfast Platter</h3><!-- /wp:heading --><!-- wp:separator {\"className\":\"nfd-border-dashed\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><hr class=\"nfd-border-dashed wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:paragraph {\"className\":\"nfd-shrink-0\"} --><p class=\"nfd-shrink-0\">$14</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\"} --><p class=\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\">A robust platter featuring two farm-fresh eggs any style, crispy bacon strips, savory sausage links, and golden-brown hash browns. Accompanied by your choice of toasted artisan bread.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"style\":{\"spacing\":{\"blockGap\":\"16px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-md nfd-text-contrast nfd-shrink-0\"} --><h3 class=\"nfd-text-md nfd-text-contrast nfd-shrink-0 wp-block-heading\" style=\"font-style:normal;font-weight:600\">Cream Cheese Bagel</h3><!-- /wp:heading --><!-- wp:separator {\"className\":\"nfd-border-dashed\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><hr class=\"nfd-border-dashed wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:paragraph {\"className\":\"nfd-shrink-0\"} --><p class=\"nfd-shrink-0\">$13</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\"} --><p class=\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\">A toasted, New York-style bagel layered with rich cream cheese, slices of smoked salmon, capers, and thinly sliced red onions. A luxurious way to start the day.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"style\":{\"spacing\":{\"blockGap\":\"16px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-md nfd-text-contrast nfd-shrink-0\"} --><h3 class=\"nfd-text-md nfd-text-contrast nfd-shrink-0 wp-block-heading\" style=\"font-style:normal;font-weight:600\">Avocado Toast</h3><!-- /wp:heading --><!-- wp:separator {\"className\":\"nfd-border-dashed\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><hr class=\"nfd-border-dashed wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:paragraph {\"className\":\"nfd-shrink-0\"} --><p class=\"nfd-shrink-0\">$10</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\"} --><p class=\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\">Creamy, smashed avocado spread generously over toasted multigrain bread, topped with cherry tomatoes, radish slices, and a sprinkle of feta cheese. Drizzled with extra virgin olive oil and a pinch of sea salt.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"style\":{\"spacing\":{\"blockGap\":\"16px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-md nfd-text-contrast nfd-shrink-0\"} --><h3 class=\"nfd-text-md nfd-text-contrast nfd-shrink-0 wp-block-heading\" style=\"font-style:normal;font-weight:600\">Blueberry Pancakes</h3><!-- /wp:heading --><!-- wp:separator {\"className\":\"nfd-border-dashed\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><hr class=\"nfd-border-dashed wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:paragraph {\"className\":\"nfd-shrink-0\"} --><p class=\"nfd-shrink-0\">$11</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\"} --><p class=\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\">Light and fluffy buttermilk pancakes studded with wild blueberries, served piping hot with butter and real maple syrup. Each bite bursts with the sweet tang of wild berries.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu item\"},\"style\":{\"spacing\":{\"blockGap\":\"16px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-md nfd-text-contrast nfd-shrink-0\"} --><h3 class=\"nfd-text-md nfd-text-contrast nfd-shrink-0 wp-block-heading\" style=\"font-style:normal;font-weight:600\">Omelette Fiesta</h3><!-- /wp:heading --><!-- wp:separator {\"className\":\"nfd-border-dashed\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><hr class=\"nfd-border-dashed wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:paragraph {\"className\":\"nfd-shrink-0\"} --><p class=\"nfd-shrink-0\">$12</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\"} --><p class=\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\">A tender omelette filled with your choice of ingredients including sharp cheddar, mushrooms, onions and bell peppers, and diced tomatoes.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:8:{i:0;s:4:\"food\";i:1;s:8:\"2 column\";i:2;s:10:\"restaurant\";i:3;s:11:\"coffee shop\";i:4;s:6:\"bakery\";i:5;s:4:\"dish\";i:6;s:4:\"cafe\";i:7;s:8:\"commerce\";}s:10:\"categories\";s:4:\"menu\";s:14:\"all_categories\";a:1:{i:0;s:4:\"menu\";}s:7:\"context\";N;s:5:\"order\";i:70;s:11:\"is_featured\";b:0;}i:66;a:11:{s:2:\"id\";s:36:\"9bf2d8aa-107b-4e1b-b396-bc4c4fcb76a8\";s:4:\"slug\";s:6:\"menu-8\";s:5:\"title\";s:6:\"menu-8\";s:11:\"description\";s:6:\"menu-8\";s:7:\"content\";s:16635:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Restaurant Menu\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg nfd-wb-menu__menu-8\" ><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"nfd-text-contrast nfd-text-huge nfd-text-balance\"} --><h2 class=\"nfd-text-contrast nfd-text-huge nfd-text-balance wp-block-heading has-text-align-center\">Explore our Menu</h2><!-- /wp:heading --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"48px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:columns {\"className\":\"nfd-gap-3xl\"} --><div class=\"nfd-gap-3xl wp-block-columns\"><!-- wp:column {\"metadata\":{\"name\":\"\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Menu Group\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Heading\"},\"style\":{\"border\":{\"top\":{\"width\":\"3px\"},\"bottom\":{\"width\":\"3px\"},\"right\":{},\"left\":{}},\"spacing\":{\"padding\":{\"top\":\"8px\",\"bottom\":\"8px\"}}},\"className\":\"nfd-py-xs nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"nfdGroupEffect\":\"dots\"} --><div class=\"nfd-py-xs nfd-gap-md wp-block-group nfd-bg-effect-dots\" style=\"border-top-width:3px;border-bottom-width:3px;padding-top:8px;padding-bottom:8px\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading\" style=\"text-transform:uppercase\">Sharing</h3><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu Item\"},\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-base nfd-text-contrast nfd-shrink-0\"} --><h3 class=\"nfd-text-base nfd-text-contrast nfd-shrink-0 wp-block-heading\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\"><strong>Thai Salad</strong></h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-shrink-0 nfd-text-base\"} --><p class=\"nfd-shrink-0 nfd-text-base\">$13</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\"} --><p class=\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\">napa cabbage / bell pepper / celery / carrots / edamame / cilantro / crispy wonton / peanuts / bang bang dressing</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu Item\"},\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-base nfd-text-contrast nfd-shrink-0\"} --><h3 class=\"nfd-text-base nfd-text-contrast nfd-shrink-0 wp-block-heading\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\"><strong>Calamari Fries</strong></h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-shrink-0 nfd-text-base\"} --><p class=\"nfd-shrink-0 nfd-text-base\">$14</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\"} --><p class=\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\">tempura / mint / furikake yuzu kosho remoulade</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu Item\"},\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-base nfd-text-contrast nfd-shrink-0\"} --><h3 class=\"nfd-text-base nfd-text-contrast nfd-shrink-0 wp-block-heading\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\"><strong>Krazy Fries</strong></h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-shrink-0 nfd-text-base\"} --><p class=\"nfd-shrink-0 nfd-text-base\">$15</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\"} --><p class=\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\">pork belly / hoisin / tonkatsu / scallion / black pepper garlic aioli / sesame seeds</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu Group\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Heading\"},\"style\":{\"border\":{\"top\":{\"width\":\"3px\"},\"bottom\":{\"width\":\"3px\"},\"right\":{},\"left\":{}},\"spacing\":{\"padding\":{\"top\":\"8px\",\"bottom\":\"8px\"}}},\"className\":\"nfd-py-xs nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"nfdGroupEffect\":\"dots\"} --><div class=\"nfd-py-xs nfd-gap-md wp-block-group nfd-bg-effect-dots\" style=\"border-top-width:3px;border-bottom-width:3px;padding-top:8px;padding-bottom:8px\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading\" style=\"text-transform:uppercase\">Dumplings</h3><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu Item\"},\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-base nfd-text-contrast nfd-shrink-0\"} --><h3 class=\"nfd-text-base nfd-text-contrast nfd-shrink-0 wp-block-heading\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\"><strong>Avocado Crab Rangoons</strong></h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-shrink-0 nfd-text-base\"} --><p class=\"nfd-shrink-0 nfd-text-base\">$20</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\"} --><p class=\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\">blue crab / avocado cream cheese / scallion chili crisp / pineapple chili / chinese hot mustard</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu Item\"},\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-base nfd-text-contrast nfd-shrink-0\"} --><h3 class=\"nfd-text-base nfd-text-contrast nfd-shrink-0 wp-block-heading\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\"><strong>Short Rib</strong></h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-shrink-0 nfd-text-base\"} --><p class=\"nfd-shrink-0 nfd-text-base\">$24</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\"} --><p class=\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\">lemongrass broth / shiitake tare / gastrique onions / cilantro / garlic oil</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"metadata\":{\"name\":\"\"},\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}}} --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Menu Group\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Heading\"},\"style\":{\"border\":{\"top\":{\"width\":\"3px\"},\"bottom\":{\"width\":\"3px\"},\"right\":{},\"left\":{}},\"spacing\":{\"padding\":{\"top\":\"8px\",\"bottom\":\"8px\"}}},\"className\":\"nfd-py-xs nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"nfdGroupEffect\":\"dots\"} --><div class=\"nfd-py-xs nfd-gap-md wp-block-group nfd-bg-effect-dots\" style=\"border-top-width:3px;border-bottom-width:3px;padding-top:8px;padding-bottom:8px\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading\" style=\"text-transform:uppercase\">Steamed Buns</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md\">$7 each / 3 for $18</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu Item\"},\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-base nfd-text-contrast nfd-shrink-0\"} --><h3 class=\"nfd-text-base nfd-text-contrast nfd-shrink-0 wp-block-heading\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\"><strong>Pork Belly</strong></h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-shrink-0 nfd-text-base\"} --><p class=\"nfd-shrink-0 nfd-text-base\">$13</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\"} --><p class=\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\">hoisin / pickles / peanuts / cilantro</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu Item\"},\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-base nfd-text-contrast nfd-shrink-0\"} --><h3 class=\"nfd-text-base nfd-text-contrast nfd-shrink-0 wp-block-heading\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\"><strong>Soft Shell Crab</strong></h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-shrink-0 nfd-text-base\"} --><p class=\"nfd-shrink-0 nfd-text-base\">$13</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\"} --><p class=\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\">cucumber slaw / sesame seeds / yuzu kosho remoulade</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu Item\"},\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-base nfd-text-contrast nfd-shrink-0\"} --><h3 class=\"nfd-text-base nfd-text-contrast nfd-shrink-0 wp-block-heading\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\"><strong>Korean Hot Chicken</strong></h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-shrink-0 nfd-text-base\"} --><p class=\"nfd-shrink-0 nfd-text-base\">$13</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\"} --><p class=\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\">szechuan / pickles / crispy shallots</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu Group\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Heading\"},\"style\":{\"border\":{\"top\":{\"width\":\"3px\"},\"bottom\":{\"width\":\"3px\"},\"right\":{},\"left\":{}},\"spacing\":{\"padding\":{\"top\":\"8px\",\"bottom\":\"8px\"}}},\"className\":\"nfd-py-xs nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"nfdGroupEffect\":\"dots\"} --><div class=\"nfd-py-xs nfd-gap-md wp-block-group nfd-bg-effect-dots\" style=\"border-top-width:3px;border-bottom-width:3px;padding-top:8px;padding-bottom:8px\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading\" style=\"text-transform:uppercase\">From the Wok</h3><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu Item\"},\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-base nfd-text-contrast nfd-shrink-0\"} --><h3 class=\"nfd-text-base nfd-text-contrast nfd-shrink-0 wp-block-heading\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\"><strong>Fried Rice</strong></h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-shrink-0 nfd-text-base\"} --><p class=\"nfd-shrink-0 nfd-text-base\">$16</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\"} --><p class=\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\">blue crab / avocado cream cheese / scallion chili crisp / pineapple chili / chinese hot mustard</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Menu Item\"},\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-base nfd-text-contrast nfd-shrink-0\"} --><h3 class=\"nfd-text-base nfd-text-contrast nfd-shrink-0 wp-block-heading\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\"><strong>Shaking Beef</strong></h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-shrink-0 nfd-text-base\"} --><p class=\"nfd-shrink-0 nfd-text-base\">$20</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\"} --><p class=\"nfd-text-pretty nfd-text-faded nfd-text-base nfd-text-balance\">lemongrass broth / shiitake tare / gastrique onions / cilantro / garlic oil</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:8:{i:0;s:4:\"food\";i:1;s:8:\"2 column\";i:2;s:10:\"restaurant\";i:3;s:11:\"coffee shop\";i:4;s:6:\"bakery\";i:5;s:4:\"dish\";i:6;s:4:\"cafe\";i:7;s:8:\"commerce\";}s:10:\"categories\";s:4:\"menu\";s:14:\"all_categories\";a:1:{i:0;s:4:\"menu\";}s:7:\"context\";N;s:5:\"order\";i:80;s:11:\"is_featured\";b:0;}i:67;a:11:{s:2:\"id\";s:36:\"9ac51f07-e0ba-4dfc-a45b-3c5aa81119ca\";s:4:\"slug\";s:6:\"team-1\";s:5:\"title\";s:6:\"team-1\";s:11:\"description\";s:6:\"team-1\";s:7:\"content\";s:8765:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Team\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-white nfd-wb-team__team-1\" ><!-- wp:columns {\"verticalAlignment\":\"top\",\"className\":\"nfd-gap-y-2xl\"} --><div class=\"nfd-gap-y-2xl wp-block-columns are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:image {\"align\":\"center\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded-sm\"} --><figure class=\"nfd-rounded-sm wp-block-image aligncenter size-large\"><img src=\"https://images.unsplash.com/photo-1539571696357-5a69c17a67c6?w=512&fit=crop&w=800&h=800&crop=faces\" alt=\"\" style=\"aspect-ratio: 1; object-fit: cover\" /></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"88%\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:group {\"style\":{\"border\":{\"top\":{\"width\":\"4px\"}}},\"className\":\"nfd-relative nfd-gap-0 nfd-pt-xs -nfd-top-0.5 nfd-border-primary\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-relative nfd-gap-0 nfd-pt-xs -nfd-top-0.5 nfd-border-primary wp-block-group\" style=\"border-top-width: 4px\"><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-primary nfd-text-md\"} --><p class=\"nfd-text-primary nfd-text-md has-text-align-left\"><strong>Caleb White</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-base\"} --><p class=\"nfd-text-base has-text-align-left\">Head of Design</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-pretty nfd-text-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-text-pretty nfd-text-sm wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">Former co-founder of ACME company. Early staff at XYZ. Loves coffee & morning runs.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\"><!-- wp:social-links {\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><ul class=\"is-style-logos-only nfd-gap-md wp-block-social-links has-small-icon-size\"><!-- wp:social-link {\"url\":\"https://instagram.com\",\"service\":\"instagram\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"x\"} /--></ul><!-- /wp:social-links --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"top\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:image {\"align\":\"center\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded-sm\"} --><figure class=\"nfd-rounded-sm wp-block-image aligncenter size-large\"><img src=\"https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?w=512&fit=crop&w=800&h=800&crop=faces\" alt=\"\" style=\"aspect-ratio: 1; object-fit: cover\" /></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"88%\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:group {\"style\":{\"border\":{\"top\":{\"width\":\"4px\"}}},\"className\":\"nfd-relative nfd-gap-0 nfd-pt-xs -nfd-top-0.5 nfd-border-primary\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-relative nfd-gap-0 nfd-pt-xs -nfd-top-0.5 nfd-border-primary wp-block-group\" style=\"border-top-width: 4px\"><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-primary nfd-text-md\"} --><p class=\"nfd-text-primary nfd-text-md has-text-align-left\"><strong>Claire Hamilton</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-base\"} --><p class=\"nfd-text-base has-text-align-left\">Content Strategist</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-pretty nfd-text-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-text-pretty nfd-text-sm wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">Former co-founder of ACME company. Early staff at XYZ. Loves coffee & morning runs.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\"><!-- wp:social-links {\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><ul class=\"is-style-logos-only nfd-gap-md wp-block-social-links has-small-icon-size\"><!-- wp:social-link {\"url\":\"https://instagram.com\",\"service\":\"instagram\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"x\"} /--></ul><!-- /wp:social-links --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"top\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:image {\"align\":\"center\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded-sm\"} --><figure class=\"nfd-rounded-sm wp-block-image aligncenter size-large\"><img src=\"https://images.unsplash.com/photo-1544168190-79c17527004f?w=512&fit=crop&w=800&h=800&crop=faces\" alt=\"\" style=\"aspect-ratio: 1; object-fit: cover\" /></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"88%\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:group {\"style\":{\"border\":{\"top\":{\"width\":\"4px\"}}},\"className\":\"nfd-relative nfd-gap-0 nfd-pt-xs -nfd-top-0.5 nfd-border-primary\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-relative nfd-gap-0 nfd-pt-xs -nfd-top-0.5 nfd-border-primary wp-block-group\" style=\"border-top-width: 4px\"><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-primary nfd-text-md\"} --><p class=\"nfd-text-primary nfd-text-md has-text-align-left\"><strong>Daniel Park</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-base\"} --><p class=\"nfd-text-base has-text-align-left\">Customer Specialist</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-pretty nfd-text-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-text-pretty nfd-text-sm wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">Former co-founder of ACME company. Early staff at XYZ. Loves coffee & morning runs.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\"><!-- wp:social-links {\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><ul class=\"is-style-logos-only nfd-gap-md wp-block-social-links has-small-icon-size\"><!-- wp:social-link {\"url\":\"https://instagram.com\",\"service\":\"instagram\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"x\"} /--></ul><!-- /wp:social-links --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:11:{i:0;s:8:\"employee\";i:1;s:7:\"profile\";i:2;s:6:\"member\";i:3;s:5:\"staff\";i:4;s:3:\"bio\";i:5;s:8:\"3 column\";i:6;s:6:\"social\";i:7;s:7:\"company\";i:8;s:4:\"crew\";i:9;s:12:\"team members\";i:10;s:4:\"info\";}s:10:\"categories\";s:4:\"team\";s:14:\"all_categories\";a:1:{i:0;s:4:\"team\";}s:7:\"context\";N;s:5:\"order\";i:10;s:11:\"is_featured\";b:0;}i:68;a:11:{s:2:\"id\";s:36:\"9ac51f07-e947-4b7f-b243-74046047b04e\";s:4:\"slug\";s:6:\"team-2\";s:5:\"title\";s:6:\"team-2\";s:11:\"description\";s:6:\"team-2\";s:7:\"content\";s:6134:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Team\"},\"nfdGroupTheme\":\"dark\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-dark nfd-wb-team__team-2\" ><!-- wp:columns {\"verticalAlignment\":\"top\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"32px\",\"left\":\"20px\"}}},\"className\":\"nfd-gap-y-2xl\"} --><div class=\"nfd-gap-y-2xl wp-block-columns are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:image {\"align\":\"center\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded-sm\"} --><figure class=\"nfd-rounded-sm wp-block-image aligncenter size-large\"><img src=\"https://images.unsplash.com/photo-1649399046939-7b8112221151?w=512&fit=crop&w=400&h=600&crop=faces\" alt=\"\" style=\"aspect-ratio: 1; object-fit: cover\" /></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"88%\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:group {\"style\":{\"border\":{\"top\":{\"width\":\"4px\"}}},\"className\":\"nfd-relative nfd-gap-0 nfd-pt-xs -nfd-top-0.5 nfd-border-primary\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-relative nfd-gap-0 nfd-pt-xs -nfd-top-0.5 nfd-border-primary wp-block-group\" style=\"border-top-width: 4px\"><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-align-center\"><strong>Hana Fadi</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded has-text-align-center\">Head of Design</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"top\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:image {\"align\":\"center\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded-sm\"} --><figure class=\"nfd-rounded-sm wp-block-image aligncenter size-large\"><img src=\"https://images.unsplash.com/photo-1712085212000-10c7a40b7b16?w=512&fit=crop&w=400&h=600&crop=faces\" alt=\"\" style=\"aspect-ratio: 1; object-fit: cover\" /></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"88%\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:group {\"style\":{\"border\":{\"top\":{\"width\":\"4px\"}}},\"className\":\"nfd-relative nfd-gap-0 nfd-pt-xs -nfd-top-0.5 nfd-border-primary\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-relative nfd-gap-0 nfd-pt-xs -nfd-top-0.5 nfd-border-primary wp-block-group\" style=\"border-top-width: 4px\"><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-align-center\"><strong>Kevin Huang</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded has-text-align-center\">Content Strategist</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"top\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:image {\"align\":\"center\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded-sm\"} --><figure class=\"nfd-rounded-sm wp-block-image aligncenter size-large\"><img src=\"https://images.unsplash.com/photo-1573497619951-6c9477fb83b4?w=512&fit=crop&w=400&h=600&crop=faces\" alt=\"\" style=\"aspect-ratio: 1; object-fit: cover\" /></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"88%\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:group {\"style\":{\"border\":{\"top\":{\"width\":\"4px\"}}},\"className\":\"nfd-relative nfd-gap-0 nfd-pt-xs -nfd-top-0.5 nfd-border-primary\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-relative nfd-gap-0 nfd-pt-xs -nfd-top-0.5 nfd-border-primary wp-block-group\" style=\"border-top-width: 4px\"><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-align-center\"><strong>Destiny Parker</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded has-text-align-center\">Customer Specialist</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"top\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:image {\"align\":\"center\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded-sm\"} --><figure class=\"nfd-rounded-sm wp-block-image aligncenter size-large\"><img src=\"https://images.unsplash.com/photo-1557862921-37829c790f19?w=512&fit=crop&w=400&h=600&crop=faces\" alt=\"\" style=\"aspect-ratio: 1; object-fit: cover\" /></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"88%\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:group {\"style\":{\"border\":{\"top\":{\"width\":\"4px\"}}},\"className\":\"nfd-relative nfd-gap-0 nfd-pt-xs -nfd-top-0.5 nfd-border-primary\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-relative nfd-gap-0 nfd-pt-xs -nfd-top-0.5 nfd-border-primary wp-block-group\" style=\"border-top-width: 4px\"><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-align-center\"><strong>Rodrigo Lima</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded has-text-align-center\">Production Manager</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:11:{i:0;s:8:\"employee\";i:1;s:7:\"profile\";i:2;s:6:\"member\";i:3;s:5:\"staff\";i:4;s:3:\"bio\";i:5;s:8:\"4 column\";i:6;s:7:\"company\";i:7;s:4:\"dark\";i:8;s:4:\"crew\";i:9;s:12:\"team members\";i:10;s:4:\"info\";}s:10:\"categories\";s:4:\"team\";s:14:\"all_categories\";a:1:{i:0;s:4:\"team\";}s:7:\"context\";N;s:5:\"order\";i:20;s:11:\"is_featured\";b:0;}i:69;a:11:{s:2:\"id\";s:36:\"9ac51f07-f131-43e8-a122-334af2df2bb1\";s:4:\"slug\";s:6:\"team-3\";s:5:\"title\";s:6:\"team-3\";s:11:\"description\";s:6:\"team-3\";s:7:\"content\";s:5626:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Team\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-white nfd-wb-team__team-3\" ><!-- wp:columns {\"verticalAlignment\":\"top\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|70\"}}},\"className\":\"nfd-gap-y-2xl\"} --><div class=\"nfd-gap-y-2xl wp-block-columns are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}}} --><div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:image {\"align\":\"center\",\"width\":\"96px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"color\":\"#0000001a\",\"width\":\"1px\"}},\"className\":\"nfd-rounded-full\"} --><figure class=\"nfd-rounded-full wp-block-image aligncenter size-large is-resized has-custom-border\"><img src=\"https://images.unsplash.com/photo-1584043720379-b56cd9199c94?w=200&fit=crop&w=200&h=200&crop=faces\" alt=\"\" class=\"has-border-color\" style=\"border-color: #0000001a; border-width: 1px; aspect-ratio: 1; object-fit: cover; width: 96px\" /></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-align-center\"><strong>Matthew Anderson</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded has-text-align-center\">CTO & Co-founder</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"top\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}}} --><div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:image {\"align\":\"center\",\"width\":\"96px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"color\":\"#0000001a\",\"width\":\"1px\"}},\"className\":\"nfd-rounded-full\"} --><figure class=\"nfd-rounded-full wp-block-image aligncenter size-large is-resized has-custom-border\"><img src=\"https://images.unsplash.com/photo-1624484631620-9e53e4aed980?w=200&fit=crop&w=200&h=200&crop=faces\" alt=\"\" class=\"has-border-color\" style=\"border-color: #0000001a; border-width: 1px; aspect-ratio: 1; object-fit: cover; width: 96px\" /></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-align-center\"><strong>Summer Vaughn</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded has-text-align-center\">Program Achievements Lead</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"top\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}}} --><div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:image {\"align\":\"center\",\"width\":\"96px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"color\":\"#0000001a\",\"width\":\"1px\"}},\"className\":\"nfd-rounded-full\"} --><figure class=\"nfd-rounded-full wp-block-image aligncenter size-large is-resized has-custom-border\"><img src=\"https://images.unsplash.com/photo-1612349317150-e413f6a5b16d?w=200&fit=crop&w=200&h=200&crop=faces\" alt=\"\" class=\"has-border-color\" style=\"border-color: #0000001a; border-width: 1px; aspect-ratio: 1; object-fit: cover; width: 96px\" /></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-align-center\"><strong>Rahul Sharma</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded has-text-align-center\">Production Manager</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"top\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}}} --><div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:image {\"align\":\"center\",\"width\":\"96px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"color\":\"#0000001a\",\"width\":\"1px\"}},\"className\":\"nfd-rounded-full\"} --><figure class=\"nfd-rounded-full wp-block-image aligncenter size-large is-resized has-custom-border\"><img src=\"https://images.unsplash.com/photo-1670852077053-6f9a8b3b0d75?w=200&fit=crop&w=200&h=200&crop=faces\" alt=\"\" class=\"has-border-color\" style=\"border-color: #0000001a; border-width: 1px; aspect-ratio: 1; object-fit: cover; width: 96px\" /></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-align-center\"><strong>Jamie Erickson</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded has-text-align-center\">Entertainment Coordinator</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:11:{i:0;s:8:\"employee\";i:1;s:7:\"profile\";i:2;s:6:\"member\";i:3;s:5:\"staff\";i:4;s:8:\"4 column\";i:5;s:7:\"company\";i:6;s:6:\"avatar\";i:7;s:5:\"round\";i:8;s:4:\"crew\";i:9;s:12:\"team members\";i:10;s:4:\"info\";}s:10:\"categories\";s:4:\"team\";s:14:\"all_categories\";a:1:{i:0;s:4:\"team\";}s:7:\"context\";N;s:5:\"order\";i:30;s:11:\"is_featured\";b:0;}i:70;a:11:{s:2:\"id\";s:36:\"9ac51f07-f8b2-44c2-b493-264fc7d41b41\";s:4:\"slug\";s:6:\"team-4\";s:5:\"title\";s:6:\"team-4\";s:11:\"description\";s:6:\"team-4\";s:7:\"content\";s:7524:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Team\"},\"nfdGroupTheme\":\"light\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-light nfd-wb-team__team-4\" ><!-- wp:columns {\"verticalAlignment\":\"top\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":{\"top\":\"32px\",\"left\":\"24px\"}}},\"className\":\"nfd-gap-y-2xl\"} --><div class=\"nfd-gap-y-2xl wp-block-columns are-vertically-aligned-top\" style=\"padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"4px\",\"bottom\":\"4px\",\"left\":\"4px\",\"right\":\"4px\"}}},\"className\":\"nfd-theme-white nfd-bg-surface nfd-gap-0 nfd-shadow-xs nfd-rounded\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-theme-white nfd-bg-surface nfd-gap-0 nfd-shadow-xs nfd-rounded wp-block-group\" style=\"padding-top: 4px; padding-right: 4px; padding-bottom: 4px; padding-left: 4px\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded-sm\"} --><figure class=\"nfd-rounded-sm wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1729202305341-d146fdea0a03?w=300&fit=crop&w=600&h=450&crop=faces\" alt=\"\" style=\"aspect-ratio: 1; object-fit: cover\" /></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-md nfd-p-card-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-md nfd-p-card-sm wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-align-center\"><strong>Zoe Foster</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-sm nfd-text-faded\"} --><p class=\"nfd-text-sm nfd-text-faded has-text-align-center\">Lead WordPress Designer</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"top\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"4px\",\"bottom\":\"4px\",\"left\":\"4px\",\"right\":\"4px\"}}},\"className\":\"nfd-theme-white nfd-bg-surface nfd-gap-0 nfd-shadow-xs nfd-rounded\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-theme-white nfd-bg-surface nfd-gap-0 nfd-shadow-xs nfd-rounded wp-block-group\" style=\"padding-top: 4px; padding-right: 4px; padding-bottom: 4px; padding-left: 4px\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded-sm\"} --><figure class=\"nfd-rounded-sm wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1556474835-b0f3ac40d4d1?w=300&fit=crop&w=600&h=450&crop=faces\" alt=\"\" style=\"aspect-ratio: 1; object-fit: cover\" /></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-md nfd-p-card-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-md nfd-p-card-sm wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-align-center\"><strong>Kevin Grabowski</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-sm nfd-text-faded\"} --><p class=\"nfd-text-sm nfd-text-faded has-text-align-center\">Senior Developer</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"top\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"4px\",\"bottom\":\"4px\",\"left\":\"4px\",\"right\":\"4px\"}}},\"className\":\"nfd-theme-white nfd-bg-surface nfd-gap-0 nfd-shadow-xs nfd-rounded\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-theme-white nfd-bg-surface nfd-gap-0 nfd-shadow-xs nfd-rounded wp-block-group\" style=\"padding-top: 4px; padding-right: 4px; padding-bottom: 4px; padding-left: 4px\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded-sm\"} --><figure class=\"nfd-rounded-sm wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1684262855344-b9da453a7934?w=300&fit=crop&w=600&h=450&crop=faces\" alt=\"\" style=\"aspect-ratio: 1; object-fit: cover\" /></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-md nfd-p-card-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-md nfd-p-card-sm wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-align-center\"><strong>Carol Henderson</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-sm nfd-text-faded\"} --><p class=\"nfd-text-sm nfd-text-faded has-text-align-center\">User Interface Expert</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"top\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"4px\",\"bottom\":\"4px\",\"left\":\"4px\",\"right\":\"4px\"}}},\"className\":\"nfd-theme-white nfd-bg-surface nfd-gap-0 nfd-shadow-xs nfd-rounded\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-theme-white nfd-bg-surface nfd-gap-0 nfd-shadow-xs nfd-rounded wp-block-group\" style=\"padding-top: 4px; padding-right: 4px; padding-bottom: 4px; padding-left: 4px\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded-sm\"} --><figure class=\"nfd-rounded-sm wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1584043720379-b56cd9199c94?w=300&fit=crop&w=600&h=450&crop=faces\" alt=\"\" style=\"aspect-ratio: 1; object-fit: cover\" /></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-md nfd-p-card-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-md nfd-p-card-sm wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-align-center\"><strong>William Davis</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-sm nfd-text-faded\"} --><p class=\"nfd-text-sm nfd-text-faded has-text-align-center\">Client Happiness Specialist</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:9:{i:0;s:8:\"employee\";i:1;s:7:\"profile\";i:2;s:6:\"member\";i:3;s:5:\"staff\";i:4;s:8:\"4 column\";i:5;s:7:\"company\";i:6;s:4:\"crew\";i:7;s:12:\"team members\";i:8;s:4:\"info\";}s:10:\"categories\";s:4:\"team\";s:14:\"all_categories\";a:1:{i:0;s:4:\"team\";}s:7:\"context\";N;s:5:\"order\";i:40;s:11:\"is_featured\";b:0;}i:71;a:11:{s:2:\"id\";s:36:\"9ac51f08-0097-4fc0-925e-5bc900704ee7\";s:4:\"slug\";s:6:\"team-5\";s:5:\"title\";s:6:\"team-5\";s:11:\"description\";s:6:\"team-5\";s:7:\"content\";s:10837:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Team\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-white nfd-wb-team__team-5\" ><!-- wp:columns {\"verticalAlignment\":\"top\",\"className\":\"nfd-gap-y-2xl\"} --><div class=\"nfd-gap-y-2xl wp-block-columns are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded-sm\"} --><figure class=\"nfd-rounded-sm wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1556157382-97eda2d62296?w=200&fit=crop&w=600&h=600&crop=faces\" alt=\"\" style=\"aspect-ratio: 1; object-fit: cover\" /></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-align-left\"><strong>Nathaniel Donovan</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded has-text-align-left\">Founder & CEO</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-pretty nfd-text-sm nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-text-pretty nfd-text-sm nfd-text-faded wp-block-group\"><!-- wp:paragraph --><p class=\"\">Our dedicated team works together to deliver exceptional results while maintaining a high level of professionalism and integrity.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\"><!-- wp:social-links {\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><ul class=\"is-style-logos-only nfd-gap-md wp-block-social-links has-small-icon-size\"><!-- wp:social-link {\"url\":\"https://instagram.com\",\"service\":\"instagram\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"x\"} /--></ul><!-- /wp:social-links --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"top\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded-sm\"} --><figure class=\"nfd-rounded-sm wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1573878591960-37c788c55728?w=200&fit=crop&w=600&h=600&crop=faces\" alt=\"\" style=\"aspect-ratio: 1; object-fit: cover\" /></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-align-left\"><strong>Tiffany Williams</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded has-text-align-left\">Venue Manager</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-pretty nfd-text-sm nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-text-pretty nfd-text-sm nfd-text-faded wp-block-group\"><!-- wp:paragraph --><p class=\"\">Our team of experts ensures your event is planned and executed flawlessly, leaving you free to enjoy the experience without any worries.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\"><!-- wp:social-links {\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><ul class=\"is-style-logos-only nfd-gap-md wp-block-social-links has-small-icon-size\"><!-- wp:social-link {\"url\":\"https://instagram.com\",\"service\":\"instagram\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"x\"} /--></ul><!-- /wp:social-links --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"top\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded-sm\"} --><figure class=\"nfd-rounded-sm wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1619292812641-cdcce6cdf9b4?w=200&fit=crop&w=600&h=600&crop=faces\" alt=\"\" style=\"aspect-ratio: 1; object-fit: cover\" /></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-align-left\"><strong>Santiago Vargas</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded has-text-align-left\">Vendor Management</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-pretty nfd-text-sm nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-text-pretty nfd-text-sm nfd-text-faded wp-block-group\"><!-- wp:paragraph --><p class=\"\">We are committed to providing exclusive vendor partnerships, making your vision for your event come to life in the most extraordinary way.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\"><!-- wp:social-links {\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><ul class=\"is-style-logos-only nfd-gap-md wp-block-social-links has-small-icon-size\"><!-- wp:social-link {\"url\":\"https://instagram.com\",\"service\":\"instagram\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"x\"} /--></ul><!-- /wp:social-links --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"top\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded-sm\"} --><figure class=\"nfd-rounded-sm wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1624484631620-9e53e4aed980?w=200&fit=crop&w=600&h=600&crop=faces\" alt=\"\" style=\"aspect-ratio: 1; object-fit: cover\" /></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-align-left\"><strong>Hailey Benson</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded has-text-align-left\">Vendor Management</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-pretty nfd-text-sm nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-text-pretty nfd-text-sm nfd-text-faded wp-block-group\"><!-- wp:paragraph --><p class=\"\">We are committed to providing exclusive vendor partnerships, making your vision for your event come to life in the most extraordinary way.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\"><!-- wp:social-links {\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><ul class=\"is-style-logos-only nfd-gap-md wp-block-social-links has-small-icon-size\"><!-- wp:social-link {\"url\":\"https://instagram.com\",\"service\":\"instagram\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"x\"} /--></ul><!-- /wp:social-links --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:10:{i:0;s:8:\"employee\";i:1;s:7:\"profile\";i:2;s:6:\"member\";i:3;s:5:\"staff\";i:4;s:3:\"bio\";i:5;s:8:\"4 column\";i:6;s:7:\"company\";i:7;s:4:\"crew\";i:8;s:12:\"team members\";i:9;s:4:\"info\";}s:10:\"categories\";s:4:\"team\";s:14:\"all_categories\";a:1:{i:0;s:4:\"team\";}s:7:\"context\";N;s:5:\"order\";i:50;s:11:\"is_featured\";b:0;}i:72;a:11:{s:2:\"id\";s:36:\"9ac51f08-0922-45e6-be35-20e1e441582a\";s:4:\"slug\";s:6:\"team-6\";s:5:\"title\";s:6:\"team-6\";s:11:\"description\";s:6:\"team-6\";s:7:\"content\";s:10494:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"style\":{\"spacing\":{\"blockGap\":\"64px\"}},\"metadata\":{\"name\":\"Team\"},\"nfdGroupTheme\":\"darker\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-darker nfd-wb-team__team-6\" ><!-- wp:columns {\"verticalAlignment\":\"top\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|70\"}}},\"className\":\"nfd-gap-y-2xl\"} --><div class=\"nfd-gap-y-2xl wp-block-columns are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\",\"className\":\"nfd-gap-sm\"} --><div class=\"nfd-gap-sm wp-block-column is-vertically-aligned-top\"><!-- wp:image {\"width\":\"96px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"width\":\"1px\"}},\"className\":\"nfd-rounded-full\"} --><figure class=\"nfd-rounded-full wp-block-image size-large is-resized has-custom-border\"><img src=\"https://images.unsplash.com/photo-1573496799652-408c2ac9fe98?w=300&fit=crop&w=200&h=200&crop=faces\" alt=\"\" style=\"border-width: 1px; aspect-ratio: 1; object-fit: cover; width: 96px\" /></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-align-left\"><strong>Jessica Tan</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded has-text-align-left\">Head Designer & Developer</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-pretty nfd-text-sm nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-text-pretty nfd-text-sm nfd-text-faded wp-block-group\"><!-- wp:paragraph --><p class=\"\">Create stunning WordPress blocks and patterns for beautifully designed websites.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\"><!-- wp:social-links {\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><ul class=\"is-style-logos-only nfd-gap-md wp-block-social-links has-small-icon-size\"><!-- wp:social-link {\"url\":\"https://instagram.com\",\"service\":\"instagram\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"x\"} /--></ul><!-- /wp:social-links --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"top\",\"className\":\"nfd-gap-sm\"} --><div class=\"nfd-gap-sm wp-block-column is-vertically-aligned-top\"><!-- wp:image {\"width\":\"96px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"width\":\"1px\"}},\"className\":\"nfd-rounded-full\"} --><figure class=\"nfd-rounded-full wp-block-image size-large is-resized has-custom-border\"><img src=\"https://images.unsplash.com/photo-1722581600427-2faff1785a53?w=300&fit=crop&w=200&h=200&crop=faces\" alt=\"\" style=\"border-width: 1px; aspect-ratio: 1; object-fit: cover; width: 96px\" /></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-align-left\"><strong>Jordan White</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded has-text-align-left\">Content Creator</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-pretty nfd-text-sm nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-text-pretty nfd-text-sm nfd-text-faded wp-block-group\"><!-- wp:paragraph --><p class=\"\">Effortlessly create WordPress blocks and patterns to enhance your website\'s content editor.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\"><!-- wp:social-links {\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><ul class=\"is-style-logos-only nfd-gap-md wp-block-social-links has-small-icon-size\"><!-- wp:social-link {\"url\":\"https://instagram.com\",\"service\":\"instagram\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"x\"} /--></ul><!-- /wp:social-links --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"top\",\"className\":\"nfd-gap-sm\"} --><div class=\"nfd-gap-sm wp-block-column is-vertically-aligned-top\"><!-- wp:image {\"width\":\"96px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"width\":\"1px\"}},\"className\":\"nfd-rounded-full\"} --><figure class=\"nfd-rounded-full wp-block-image size-large is-resized has-custom-border\"><img src=\"https://images.unsplash.com/photo-1594864847339-d4bb38e91d62?w=300&fit=crop&w=200&h=200&crop=faces\" alt=\"\" style=\"border-width: 1px; aspect-ratio: 1; object-fit: cover; width: 96px\" /></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-align-left\"><strong>Hannah Sullivan</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded has-text-align-left\">Collaborative Workspace</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-pretty nfd-text-sm nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-text-pretty nfd-text-sm nfd-text-faded wp-block-group\"><!-- wp:paragraph --><p class=\"\">Easily manage vendors and their content with the powerful content editor provided by our WordPress theme.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\"><!-- wp:social-links {\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><ul class=\"is-style-logos-only nfd-gap-md wp-block-social-links has-small-icon-size\"><!-- wp:social-link {\"url\":\"https://instagram.com\",\"service\":\"instagram\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"x\"} /--></ul><!-- /wp:social-links --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"top\",\"className\":\"nfd-gap-sm\"} --><div class=\"nfd-gap-sm wp-block-column is-vertically-aligned-top\"><!-- wp:image {\"width\":\"96px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"width\":\"1px\"}},\"className\":\"nfd-rounded-full\"} --><figure class=\"nfd-rounded-full wp-block-image size-large is-resized has-custom-border\"><img src=\"https://images.unsplash.com/photo-1492562080023-ab3db95bfbce?w=300&fit=crop&w=200&h=200&crop=faces\" alt=\"\" style=\"border-width: 1px; aspect-ratio: 1; object-fit: cover; width: 96px\" /></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-align-left\"><strong>Daniel Hernandez</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded has-text-align-left\">Founder & CEO</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-pretty nfd-text-sm nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-text-pretty nfd-text-sm nfd-text-faded wp-block-group\"><!-- wp:paragraph --><p class=\"\">Former co-founder of ACME company. Early staff at XYZ. Loves coffee & morning runs.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\"><!-- wp:social-links {\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><ul class=\"is-style-logos-only nfd-gap-md wp-block-social-links has-small-icon-size\"><!-- wp:social-link {\"url\":\"https://instagram.com\",\"service\":\"instagram\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"x\"} /--></ul><!-- /wp:social-links --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:14:{i:0;s:8:\"employee\";i:1;s:7:\"profile\";i:2;s:6:\"member\";i:3;s:5:\"staff\";i:4;s:3:\"bio\";i:5;s:8:\"4 column\";i:6;s:7:\"company\";i:7;s:4:\"dark\";i:8;s:6:\"social\";i:9;s:5:\"round\";i:10;s:6:\"avatar\";i:11;s:4:\"crew\";i:12;s:12:\"team members\";i:13;s:4:\"info\";}s:10:\"categories\";s:4:\"team\";s:14:\"all_categories\";a:1:{i:0;s:4:\"team\";}s:7:\"context\";N;s:5:\"order\";i:60;s:11:\"is_featured\";b:0;}i:73;a:11:{s:2:\"id\";s:36:\"9ac51f08-10bd-42b2-99e6-0f7f24a3ec23\";s:4:\"slug\";s:6:\"team-7\";s:5:\"title\";s:6:\"team-7\";s:11:\"description\";s:6:\"team-7\";s:7:\"content\";s:11075:\"<!-- wp:group {\"className\":\"nfd-p-lg nfd-bg-effect-dots\",\"metadata\":{\"name\":\"Team\"},\"nfdGroupTheme\":\"light\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg nfd-bg-effect-dots is-style-nfd-theme-light nfd-wb-team__team-7\" ><!-- wp:group {\"className\":\"nfd-gap-sm nfd-text-balance\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"},\"nfdAnimation\":\"\",\"nfdAnimationDelay\":\"\"} --><div class=\"nfd-gap-sm nfd-text-balance wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"1px\"}},\"className\":\"nfd-text-primary\",\"fontSize\":\"x-small\",\"nfdAnimation\":\"\"} --><p class=\"nfd-text-primary has-text-align-center has-x-small-font-size\" style=\"font-style: normal; font-weight: 600; letter-spacing: 1px; text-transform: uppercase\">The People behind the scene</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"nfd-text-huge nfd-text-contrast\",\"nfdAnimation\":\"\",\"nfdAnimationDelay\":\"\"} --><h2 class=\"nfd-text-huge nfd-text-contrast wp-block-heading has-text-align-center\">Meet our team</h2><!-- /wp:heading --><!-- wp:spacer {\"height\":\"21px\",\"style\":{\"layout\":{\"flexSize\":\"16px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height: 21px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-lg\",\"nfdAnimation\":\"\",\"nfdAnimationDelay\":\"\"} --><p class=\"nfd-text-lg has-text-align-center\">A collective of innovative minds and spirited individuals, committed to bringing their best in a dynamic and supportive workspace.</p><!-- /wp:paragraph --><!-- wp:spacer {\"height\":\"12px\",\"style\":{\"layout\":{\"flexSize\":\"24px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height: 12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:buttons {\"nfdAnimation\":\"\",\"nfdAnimationDelay\":\"\"} --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-xl is-style-fill\"} --><div class=\"nfd-btn-xl is-style-fill wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">View open positions</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"48px\",\"style\":{\"layout\":{}}} --><div style=\"height: 48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:columns {\"verticalAlignment\":\"top\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"className\":\"nfd-gap-y-2xl\"} --><div class=\"nfd-gap-y-2xl wp-block-columns are-vertically-aligned-top\" style=\"padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:image {\"align\":\"center\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded-sm\"} --><figure class=\"nfd-rounded-sm wp-block-image aligncenter size-large\"><img src=\"https://images.unsplash.com/photo-1600273759837-a4d4abb62142?w=425&fit=crop&w=800&h=800&crop=faces\" alt=\"\" style=\"aspect-ratio: 1; object-fit: cover\" /></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"88%\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:group {\"style\":{\"border\":{\"top\":{\"width\":\"4px\"}}},\"className\":\"nfd-relative nfd-gap-0 nfd-pt-xs -nfd-top-0.5 nfd-border-primary\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-relative nfd-gap-0 nfd-pt-xs -nfd-top-0.5 nfd-border-primary wp-block-group\" style=\"border-top-width: 4px\"><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-primary nfd-text-md\"} --><p class=\"nfd-text-primary nfd-text-md has-text-align-left\"><strong>Emily Chhim</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-base\"} --><p class=\"nfd-text-base has-text-align-left\">Founder & CEO</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-pretty nfd-text-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-text-pretty nfd-text-sm wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">Former co-founder of ACME company. Early staff at XYZ. Loves coffee & morning runs.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\"><!-- wp:social-links {\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><ul class=\"is-style-logos-only nfd-gap-md wp-block-social-links has-small-icon-size\"><!-- wp:social-link {\"url\":\"https://instagram.com\",\"service\":\"instagram\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"x\"} /--></ul><!-- /wp:social-links --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"top\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:image {\"align\":\"center\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded-sm\"} --><figure class=\"nfd-rounded-sm wp-block-image aligncenter size-large\"><img src=\"https://images.unsplash.com/photo-1564564321837-a57b7070ac4f?w=425&fit=crop&w=800&h=800&crop=faces\" alt=\"\" style=\"aspect-ratio: 1; object-fit: cover\" /></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"88%\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:group {\"style\":{\"border\":{\"top\":{\"width\":\"4px\"}}},\"className\":\"nfd-relative nfd-gap-0 nfd-pt-xs -nfd-top-0.5 nfd-border-primary\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-relative nfd-gap-0 nfd-pt-xs -nfd-top-0.5 nfd-border-primary wp-block-group\" style=\"border-top-width: 4px\"><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-primary nfd-text-md\"} --><p class=\"nfd-text-primary nfd-text-md has-text-align-left\"><strong>Ricardo Ortiz</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-base\"} --><p class=\"nfd-text-base has-text-align-left\">Founder & CEO</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-pretty nfd-text-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-text-pretty nfd-text-sm wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">Former co-founder of ACME company. Early staff at XYZ. Loves coffee & morning runs.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\"><!-- wp:social-links {\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><ul class=\"is-style-logos-only nfd-gap-md wp-block-social-links has-small-icon-size\"><!-- wp:social-link {\"url\":\"https://instagram.com\",\"service\":\"instagram\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"x\"} /--></ul><!-- /wp:social-links --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"top\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:image {\"align\":\"center\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded-sm\"} --><figure class=\"nfd-rounded-sm wp-block-image aligncenter size-large\"><img src=\"https://images.unsplash.com/photo-1573497019940-1c28c88b4f3e?w=425&fit=crop&w=800&h=800&crop=faces\" alt=\"\" style=\"aspect-ratio: 1; object-fit: cover\" /></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"88%\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:group {\"style\":{\"border\":{\"top\":{\"width\":\"4px\"}}},\"className\":\"nfd-relative nfd-gap-0 nfd-pt-xs -nfd-top-0.5 nfd-border-primary\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-relative nfd-gap-0 nfd-pt-xs -nfd-top-0.5 nfd-border-primary wp-block-group\" style=\"border-top-width: 4px\"><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-primary nfd-text-md\"} --><p class=\"nfd-text-primary nfd-text-md has-text-align-left\"><strong>Harper Simmons</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-base\"} --><p class=\"nfd-text-base has-text-align-left\">Founder & CEO</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-pretty nfd-text-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-text-pretty nfd-text-sm wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">Former co-founder of ACME company. Early staff at XYZ. Loves coffee & morning runs.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\"><!-- wp:social-links {\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><ul class=\"is-style-logos-only nfd-gap-md wp-block-social-links has-small-icon-size\"><!-- wp:social-link {\"url\":\"https://instagram.com\",\"service\":\"instagram\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"x\"} /--></ul><!-- /wp:social-links --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:11:{i:0;s:8:\"employee\";i:1;s:7:\"profile\";i:2;s:6:\"member\";i:3;s:5:\"staff\";i:4;s:3:\"bio\";i:5;s:8:\"3 column\";i:6;s:6:\"social\";i:7;s:7:\"company\";i:8;s:4:\"crew\";i:9;s:12:\"team members\";i:10;s:4:\"info\";}s:10:\"categories\";s:4:\"team\";s:14:\"all_categories\";a:1:{i:0;s:4:\"team\";}s:7:\"context\";N;s:5:\"order\";i:70;s:11:\"is_featured\";b:0;}i:74;a:11:{s:2:\"id\";s:36:\"9ac51f08-1890-494c-b08f-6c0ced1526f9\";s:4:\"slug\";s:6:\"team-8\";s:5:\"title\";s:6:\"team-8\";s:11:\"description\";s:6:\"team-8\";s:7:\"content\";s:7006:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"style\":{\"spacing\":{\"blockGap\":\"64px\"}},\"metadata\":{\"name\":\"Open Positions\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-darker nfd-bg-effect-grid nfd-wb-team__team-8\" ><!-- wp:group {\"className\":\"nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-xl wp-block-group\"><!-- wp:image {\"aspectRatio\":\"16/9\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"color\":{}},\"className\":\"nfd-rounded\"} --><figure class=\"nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1543269865-cbf427effbad?auto=format&fit=crop&q=80&w=1600&h=&crop=\" alt=\"\" style=\"aspect-ratio: 16/9; object-fit: cover\" /></figure><!-- /wp:image --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height: 0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"700px\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-y-3xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-y-3xl wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-lg nfd-text-current\"} --><h3 class=\"nfd-text-lg nfd-text-current wp-block-heading\">Sales</h3><!-- /wp:heading --><!-- wp:group {\"style\":{\"border\":{\"width\":\"1px\"}},\"className\":\"nfd-theme-dark nfd-bg-surface nfd-text-sm nfd-p-card-md nfd-rounded nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"},\"metadata\":{\"name\":\"Job Posting\"}} --><div class=\"nfd-theme-dark nfd-bg-surface nfd-text-sm nfd-p-card-md nfd-rounded nfd-gap-sm wp-block-group\" style=\"border-width: 1px\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-current nfd-text-md\"} --><p class=\"nfd-text-current nfd-text-md\"><a href=\"#\">Sales Representative</a></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">Brooklyn, NY</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">Sales position responsible for selling products to customers.</p><!-- /wp:paragraph --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"className\":\"nfd-gap-sm nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-gap-sm nfd-text-faded wp-block-group\"><!-- wp:paragraph --><p class=\"\">Full time</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">·</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">$50k - $70k</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"style\":{\"border\":{\"width\":\"1px\"}},\"className\":\"nfd-theme-dark nfd-bg-surface nfd-text-sm nfd-p-card-md nfd-rounded nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"},\"metadata\":{\"name\":\"Job Posting\"}} --><div class=\"nfd-theme-dark nfd-bg-surface nfd-text-sm nfd-p-card-md nfd-rounded nfd-gap-sm wp-block-group\" style=\"border-width: 1px\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-current nfd-text-md\"} --><p class=\"nfd-text-current nfd-text-md\"><a href=\"#\">Sales Director</a></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">Miami, FL</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">A senior-level position that oversees the entire sales department.</p><!-- /wp:paragraph --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"className\":\"nfd-gap-sm nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-gap-sm nfd-text-faded wp-block-group\"><!-- wp:paragraph --><p class=\"\">Full time</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">·</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">$160k - $220k</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-lg nfd-text-current\"} --><h3 class=\"nfd-text-lg nfd-text-current wp-block-heading\">Marketing</h3><!-- /wp:heading --><!-- wp:group {\"style\":{\"border\":{\"width\":\"1px\"}},\"className\":\"nfd-theme-dark nfd-bg-surface nfd-text-sm nfd-p-card-md nfd-rounded nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"},\"metadata\":{\"name\":\"Job Posting\"}} --><div class=\"nfd-theme-dark nfd-bg-surface nfd-text-sm nfd-p-card-md nfd-rounded nfd-gap-sm wp-block-group\" style=\"border-width: 1px\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-current nfd-text-md\"} --><p class=\"nfd-text-current nfd-text-md\"><a href=\"#\">Customer Support Specialist</a></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">Brooklyn, NY</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">Technical assistance and support to customers.</p><!-- /wp:paragraph --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"className\":\"nfd-gap-sm nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-gap-sm nfd-text-faded wp-block-group\"><!-- wp:paragraph --><p class=\"\">Remote</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">·</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">$40k - $60k</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:13:{i:0;s:8:\"employee\";i:1;s:3:\"job\";i:2;s:6:\"career\";i:3;s:8:\"position\";i:4;s:7:\"opening\";i:5;s:10:\"employment\";i:6;s:4:\"role\";i:7;s:9:\"job board\";i:8;s:11:\"job listing\";i:9;s:4:\"dark\";i:10;s:4:\"crew\";i:11;s:12:\"team members\";i:12;s:4:\"info\";}s:10:\"categories\";s:4:\"team\";s:14:\"all_categories\";a:1:{i:0;s:4:\"team\";}s:7:\"context\";N;s:5:\"order\";i:80;s:11:\"is_featured\";b:0;}i:75;a:11:{s:2:\"id\";s:36:\"9f8e048e-f404-4a85-8f97-41072ed81375\";s:4:\"slug\";s:6:\"team-9\";s:5:\"title\";s:6:\"team-9\";s:11:\"description\";s:6:\"team-9\";s:7:\"content\";s:1711:\"<!-- wp:group {\"metadata\":{\"name\":\"About the author\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-wb-team__team-9\" ><!-- wp:group {\"className\":\"is-style-nfd-theme-light nfd-p-md nfd-rounded-xl\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"is-style-nfd-theme-light nfd-p-md nfd-rounded-xl wp-block-group\"><!-- wp:image {\"width\":\"270px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"className\":\"nfd-img-floating-photo\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|50\"}}}} --><figure class=\"nfd-img-floating-photo wp-block-image aligncenter size-full is-resized\" style=\"margin-top:var(--wp--preset--spacing--50);margin-bottom:var(--wp--preset--spacing--50)\"><img src=\"https://images.unsplash.com/photo-1620754441901-c14bbe034491?w=270&h=270&fit=crop&crop=faces\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover;width:270px\"/></figure><!-- /wp:image --><!-- wp:spacer {\"height\":\"30px\"} --><div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:heading {\"level\":3} --><h3 class=\"wp-block-heading\">Hi! I’m Marta Hansen :)</h3><!-- /wp:heading --><!-- wp:paragraph --><p class=\"\">Feta bocconcini cheese and wine. Mozzarella st. agur blue cheese queso stilton bavarian bergkase danish fontina danish fontina queso.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\"><strong>Feta bocconcini cheese and wine.</strong></p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">Mozzarella st. agur blue cheese queso stilton bavarian bergkase danish fontina danish fontina queso.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:4:\"team\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:90;s:11:\"is_featured\";b:0;}i:76;a:11:{s:2:\"id\";s:36:\"9bd0ae6a-86df-4f5d-b4a7-66b36cd23f55\";s:4:\"slug\";s:6:\"text-1\";s:5:\"title\";s:6:\"text-1\";s:11:\"description\";s:6:\"text-1\";s:7:\"content\";s:1593:\"<!-- wp:group {\"className\":\"nfd-text-md\",\"metadata\":{\"name\":\"Text\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-text-md nfd-wb-text__text-1\" ><!-- wp:group {\"className\":\"nfd-max-w-prose\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"nfd-max-w-prose wp-block-group\"><!-- wp:heading {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-xl nfd-text-balance\"} --><h2 class=\"nfd-text-xl nfd-text-balance wp-block-heading\" style=\"font-style:normal;font-weight:600\">Introducing Block Patterns</h2><!-- /wp:heading --><!-- wp:paragraph {\"dropCap\":true} --><p class=\"has-drop-cap\">WordPress block patterns offer a powerful way to create predefined block layouts, enabling users to quickly design pages and posts with a consistent look and feel. These patterns are essentially collections of blocks that are pre-arranged and configured, which you can insert into your posts and pages.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">Moreover, the WordPress community and theme developers are actively contributing to a growing library of block patterns, making it easier for users to find a pattern that suits their needs. Whether you\'re building a landing page, a photo gallery, or a complex layout, there\'s likely a block pattern ready to use. This democratizes design for non-technical users while offering developers a way to extend WordPress functionality and provide more options to their clients.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:12:{i:0;s:7:\"content\";i:1;s:12:\"text section\";i:2;s:7:\"article\";i:3;s:9:\"paragraph\";i:4;s:12:\"introduction\";i:5;s:11:\"information\";i:6;s:7:\"dropcap\";i:7;s:9:\"paragraph\";i:8;s:5:\"entry\";i:9;s:11:\"description\";i:10;s:7:\"summary\";i:11;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:10;s:11:\"is_featured\";b:0;}i:77;a:11:{s:2:\"id\";s:36:\"9bd0ae6a-9c5d-4f00-ac5e-b7169e7cd073\";s:4:\"slug\";s:6:\"text-2\";s:5:\"title\";s:6:\"text-2\";s:11:\"description\";s:6:\"text-2\";s:7:\"content\";s:3653:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}},\"metadata\":{\"name\":\"Text\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull nfd-container nfd-wb-text__text-2\" ><!-- wp:group {\"className\":\"nfd-text-md\",\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}},\"metadata\":{\"name\":\"Text\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull nfd-container nfd-text-md\" ><!-- wp:group {\"className\":\"nfd-max-w-prose\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"nfd-max-w-prose wp-block-group\"><!-- wp:heading {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-xl nfd-text-balance\"} --><h2 class=\"nfd-text-xl nfd-text-balance wp-block-heading\" style=\"font-style:normal;font-weight:600\">Introducing Block Patterns</h2><!-- /wp:heading --><!-- wp:paragraph --><p class=\"\">WordPress block patterns offer a powerful way to create predefined block layouts, enabling users to quickly design pages and posts with a consistent look and feel. These patterns are essentially collections of blocks that are pre-arranged and configured, which you can insert into your posts and pages.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-p-card-lg\",\"align\":\"full\",\"metadata\":{\"name\":\"Fullwidth section\"},\"nfdGroupTheme\":\"light\",\"nfdGroupEffect\":\"grid-2\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull nfd-p-card-lg is-style-nfd-theme-light nfd-bg-effect-grid-2\" ><!-- wp:group {\"className\":\"nfd-p-card-md nfd-rounded nfd-shadow-xs nfd-max-w-prose\",\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-p-card-md nfd-rounded nfd-shadow-xs nfd-max-w-prose is-style-nfd-theme-white\" ><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast nfd-text-balance\"} --><h3 class=\"nfd-text-md nfd-text-contrast nfd-text-balance wp-block-heading\" style=\"font-style:normal;font-weight:500\">Key notes</h3><!-- /wp:heading --><!-- wp:list --><ul class=\"\"><!-- wp:list-item --><li class=\"\">Simplify content creation and ensure design consistency.</li><!-- /wp:list-item --><!-- wp:list-item --><li class=\"\">Streamlines the design process and saves time.</li><!-- /wp:list-item --><!-- wp:list-item --><li class=\"\">Pre-arranged collections of blocks.</li><!-- /wp:list-item --></ul><!-- /wp:list --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-md\",\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}},\"metadata\":{\"name\":\"Text\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull nfd-container nfd-text-md\" ><!-- wp:group {\"className\":\"nfd-max-w-prose\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"nfd-max-w-prose wp-block-group\"><!-- wp:paragraph --><p class=\"\">Moreover, the WordPress community and theme developers are actively contributing to a growing library of block patterns, making it easier for users to find a pattern that suits their needs. Whether you\'re building a landing page, a photo gallery, or a complex layout, there\'s likely a block pattern ready to use.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">This democratizes design for non-technical users while offering developers a way to extend WordPress functionality and provide more options to their clients.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:13:{i:0;s:7:\"content\";i:1;s:12:\"text section\";i:2;s:7:\"article\";i:3;s:9:\"paragraph\";i:4;s:12:\"introduction\";i:5;s:11:\"information\";i:6;s:9:\"key notes\";i:7;s:16:\"table of content\";i:8;s:3:\"toc\";i:9;s:4:\"list\";i:10;s:9:\"paragraph\";i:11;s:5:\"entry\";i:12;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:20;s:11:\"is_featured\";b:0;}i:78;a:11:{s:2:\"id\";s:36:\"9bd0ae6a-a1d3-4571-bb36-5cd7a4df7f6e\";s:4:\"slug\";s:6:\"text-3\";s:5:\"title\";s:6:\"text-3\";s:11:\"description\";s:6:\"text-3\";s:7:\"content\";s:4821:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}},\"metadata\":{\"name\":\"Text\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull nfd-container nfd-wb-text__text-3\" ><!-- wp:group {\"className\":\"nfd-text-md\",\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}},\"metadata\":{\"name\":\"Text\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull nfd-container nfd-text-md\" ><!-- wp:group {\"className\":\"nfd-max-w-prose\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"nfd-max-w-prose wp-block-group\"><!-- wp:heading {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-xl nfd-text-balance\"} --><h2 class=\"nfd-text-xl nfd-text-balance wp-block-heading\" style=\"font-style:normal;font-weight:600\">Introducing Block Patterns</h2><!-- /wp:heading --><!-- wp:paragraph --><p class=\"\">WordPress block patterns offer a powerful way to create predefined block layouts, enabling users to <mark style=\"background-color:#fdeeb7\" class=\"has-inline-color\">quickly design pages and posts</mark> with a consistent look and feel. These patterns are essentially <a href=\"#\"><span style=\"text-decoration: underline;\">collections of blocks</span></a> that are pre-arranged and configured, which you can insert into your posts and pages.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-p-card-md nfd-rounded nfd-shadow-xs nfd-max-w-prose\",\"nfdGroupTheme\":\"light\",\"nfdGroupEffect\":\"dots\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-p-card-md nfd-rounded nfd-shadow-xs nfd-max-w-prose is-style-nfd-theme-light nfd-bg-effect-dots\" ><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast nfd-text-balance\"} --><h3 class=\"nfd-text-md nfd-text-contrast nfd-text-balance wp-block-heading\" style=\"font-style:normal;font-weight:500\">Key notes</h3><!-- /wp:heading --><!-- wp:list --><ul class=\"\"><!-- wp:list-item --><li class=\"\"><a href=\"#introducing-block-patterns\">Simplify content creation and ensure design consistency.</a></li><!-- /wp:list-item --><!-- wp:list-item --><li class=\"\"><a href=\"#streamlining-the-design-process\">Streamlines the design process and saves time.</a></li><!-- /wp:list-item --><!-- wp:list-item --><li class=\"\"><a href=\"#pre-built-collections-of-blocks\">Pre-arranged collections of blocks.</a></li><!-- /wp:list-item --></ul><!-- /wp:list --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-md\",\"metadata\":{\"name\":\"Text\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-text-md\" ><!-- wp:group {\"className\":\"nfd-max-w-prose\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"nfd-max-w-prose wp-block-group\"><!-- wp:heading {\"className\":\"nfd-text-lg\"} --><h2 class=\"nfd-text-lg wp-block-heading\" id=\"introducing-block-patterns\">Introducing Block Patterns</h2><!-- /wp:heading --><!-- wp:paragraph --><p class=\"\">Moreover, the <a href=\"#\"><span style=\"text-decoration: underline;\">WordPress community</span></a> and theme developers are actively contributing to a growing library of block patterns, making it easier for users to find a pattern that suits their needs. Whether you`re building a landing page, a photo gallery, or a complex layout, there`s likely a block pattern ready to use.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">This democratizes design for non-technical users while offering developers a way to extend WordPress functionality and provide more options to their clients.</p><!-- /wp:paragraph --><!-- wp:heading {\"className\":\"nfd-text-lg\"} --><h2 class=\"nfd-text-lg wp-block-heading\" id=\"streamlining-the-design-process\">Streamlining the design process.</h2><!-- /wp:heading --><!-- wp:paragraph --><p class=\"\">This democratizes design for non-technical users while offering developers a way to extend WordPress functionality and provide more options to their clients.</p><!-- /wp:paragraph --><!-- wp:heading {\"className\":\"nfd-text-lg\"} --><h2 class=\"nfd-text-lg wp-block-heading\" id=\"pre-built-collections-of-blocks\">Pre-built collections of blocks.</h2><!-- /wp:heading --><!-- wp:paragraph --><p class=\"\">The WordPress community and theme developers are actively contributing to a growing <a href=\"#\"><span style=\"text-decoration: underline;\">library of block patterns</span></a>, making it easier for users to find a pattern that suits their needs. Whether you`re building a landing page, a photo gallery, or a complex layout, there`s likely a block pattern ready to use.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:13:{i:0;s:7:\"content\";i:1;s:12:\"text section\";i:2;s:7:\"article\";i:3;s:9:\"paragraph\";i:4;s:9:\"key notes\";i:5;s:16:\"table of content\";i:6;s:3:\"toc\";i:7;s:4:\"list\";i:8;s:16:\"highlighted text\";i:9;s:15:\"text decoration\";i:10;s:9:\"rich text\";i:11;s:14:\"formatted text\";i:12;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:30;s:11:\"is_featured\";b:0;}i:79;a:11:{s:2:\"id\";s:36:\"9bd0ae6a-a9dc-4469-a9c6-f6630c3e0364\";s:4:\"slug\";s:6:\"text-4\";s:5:\"title\";s:6:\"text-4\";s:11:\"description\";s:6:\"text-4\";s:7:\"content\";s:3590:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}},\"metadata\":{\"name\":\"Text\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull nfd-container nfd-wb-text__text-4\" ><!-- wp:group {\"className\":\"nfd-text-md\",\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}},\"metadata\":{\"name\":\"Text\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull nfd-container nfd-text-md\" ><!-- wp:group {\"className\":\"nfd-max-w-prose\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"nfd-max-w-prose wp-block-group\"><!-- wp:heading {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-xl nfd-text-balance\"} --><h2 class=\"nfd-text-xl nfd-text-balance wp-block-heading\" style=\"font-style:normal;font-weight:600\">Introducing Block Patterns</h2><!-- /wp:heading --><!-- wp:paragraph --><p class=\"\">WordPress block patterns offer a powerful way to create predefined block layouts, enabling users to <mark style=\"background-color:#fdeeb7\" class=\"has-inline-color\">quickly design pages and posts</mark> with a consistent look and feel. These patterns are essentially <a href=\"#\"><span style=\"text-decoration: underline;\">collections of blocks</span></a> that are pre-arranged and configured, which you can insert into your posts and pages.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-p-card-md nfd-rounded nfd-shadow-xs nfd-max-w-prose\",\"nfdGroupTheme\":\"light\",\"nfdGroupEffect\":\"dots\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-p-card-md nfd-rounded nfd-shadow-xs nfd-max-w-prose is-style-nfd-theme-light nfd-bg-effect-dots\" ><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast nfd-text-balance\"} --><h3 class=\"nfd-text-md nfd-text-contrast nfd-text-balance wp-block-heading\" style=\"font-style:normal;font-weight:500\">Key notes</h3><!-- /wp:heading --><!-- wp:list --><ul class=\"\"><!-- wp:list-item --><li class=\"\">Simplify content creation and ensure design consistency.</li><!-- /wp:list-item --><!-- wp:list-item --><li class=\"\">Streamlines the design process and saves time.</li><!-- /wp:list-item --><!-- wp:list-item --><li class=\"\">Pre-arranged collections of blocks.</li><!-- /wp:list-item --></ul><!-- /wp:list --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-md\",\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}},\"metadata\":{\"name\":\"Text\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull nfd-container nfd-text-md\" ><!-- wp:group {\"className\":\"nfd-max-w-prose\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"nfd-max-w-prose wp-block-group\"><!-- wp:paragraph --><p class=\"\">Moreover, the WordPress community and theme developers are actively contributing to a <a href=\"#\"><span style=\"text-decoration: underline;\">growing library of block patterns</span></a>, making it easier for users to find a pattern that suits their needs. Whether you`re building a landing page, a photo gallery, or a complex layout, there`s likely a block pattern ready to use.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">This democratizes design for non-technical users while offering developers a way to extend WordPress functionality and provide more options to their clients.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:13:{i:0;s:7:\"content\";i:1;s:12:\"text section\";i:2;s:7:\"article\";i:3;s:9:\"paragraph\";i:4;s:9:\"key notes\";i:5;s:16:\"table of content\";i:6;s:3:\"toc\";i:7;s:4:\"list\";i:8;s:16:\"highlighted text\";i:9;s:15:\"text decoration\";i:10;s:9:\"rich text\";i:11;s:14:\"formatted text\";i:12;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:40;s:11:\"is_featured\";b:0;}i:80;a:11:{s:2:\"id\";s:36:\"9bd0ae6a-ae87-44a2-8a1e-2e0552877b3d\";s:4:\"slug\";s:6:\"text-5\";s:5:\"title\";s:6:\"text-5\";s:11:\"description\";s:6:\"text-5\";s:7:\"content\";s:2201:\"<!-- wp:group {\"className\":\"nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}},\"metadata\":{\"name\":\"Two columns text\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-text-md nfd-wb-text__text-5\" ><!-- wp:group {\"className\":\"nfd-max-w-prose\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-max-w-prose wp-block-group\"><!-- wp:heading {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-xl nfd-text-balance\"} --><h2 class=\"nfd-text-xl nfd-text-balance wp-block-heading\" style=\"font-style:normal;font-weight:600\">A journey commenced, starting cheerfully under a clear sky, and a tranquil sea.</h2><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:columns {\"className\":\"nfd-max-w-prose nfd-gap-lg\"} --><div class=\"nfd-max-w-prose nfd-gap-lg wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:paragraph --><p class=\"\">They walked out onto the deck. All the buildings and smoke had vanished, and the ship was in a vast expanse of sea, fresh and clear yet faint in the morning light. </p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">They had departed from the city lying in the mud. A very thin silhouette stretched on the horizon, barely strong enough to support the weight of a distant city, which still lay upon it. They were free from paths, free from people, and a shared sense of liberation filled them all.</p><!-- /wp:paragraph --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:paragraph --><p class=\"\">The ship moved steadily through small waves that splashed her and then fizzled like sparkling water, leaving a little trail of bubbles and foam on each side. The dull October sky above was lightly veiled as if by smoke from a fire, and the air was refreshingly salty and brisk. Indeed, it was too chilly to stay still.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">Mrs. Brown took her husband`s arm, and as they walked away, it was clear from the way her tilted cheek turned up to his that she had something private to share.</p><!-- /wp:paragraph --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:7:{i:0;s:7:\"content\";i:1;s:12:\"text section\";i:2;s:7:\"article\";i:3;s:9:\"paragraph\";i:4;s:8:\"2 column\";i:5;s:11:\"text column\";i:6;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:50;s:11:\"is_featured\";b:0;}i:81;a:11:{s:2:\"id\";s:36:\"9bd0ae6a-b2f2-457c-be6d-9642967075bf\";s:4:\"slug\";s:6:\"text-6\";s:5:\"title\";s:6:\"text-6\";s:11:\"description\";s:6:\"text-6\";s:7:\"content\";s:1695:\"<!-- wp:group {\"className\":\"nfd-text-md\",\"metadata\":{\"name\":\"Text\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-text-md nfd-wb-text__text-6\" ><!-- wp:columns {\"className\":\"nfd-gap-xl\"} --><div class=\"nfd-gap-xl wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:heading {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-xl nfd-text-balance\"} --><h2 class=\"nfd-text-xl nfd-text-balance wp-block-heading\" style=\"font-style:normal;font-weight:600\">Introducing Block Patterns</h2><!-- /wp:heading --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:paragraph --><p class=\"\">WordPress block patterns offer a powerful way to create predefined block layouts, enabling users to quickly design pages and posts with a consistent look and feel.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">These patterns are essentially collections of blocks that are pre-arranged and configured, which you can insert into your posts and pages.</p><!-- /wp:paragraph --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:paragraph --><p class=\"\">Moreover, the WordPress community and theme developers are actively contributing to a growing library of block patterns, making it easier for users to find a pattern that suits their needs.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">This democratizes design for non-technical users while offering developers a way to extend WordPress functionality and provide more options to their clients.</p><!-- /wp:paragraph --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:7:{i:0;s:7:\"content\";i:1;s:12:\"text section\";i:2;s:7:\"article\";i:3;s:9:\"paragraph\";i:4;s:8:\"3 column\";i:5;s:11:\"text column\";i:6;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:60;s:11:\"is_featured\";b:0;}i:82;a:11:{s:2:\"id\";s:36:\"9bd0ae6a-b89f-4685-9bb8-0814e22b4c1f\";s:4:\"slug\";s:6:\"text-7\";s:5:\"title\";s:6:\"text-7\";s:11:\"description\";s:6:\"text-7\";s:7:\"content\";s:2754:\"<!-- wp:group {\"className\":\"nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}},\"metadata\":{\"name\":\"Text\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-text-md nfd-wb-text__text-7\" ><!-- wp:group {\"className\":\"nfd-text-md\",\"metadata\":{\"name\":\"Paragraphs\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-text-md\" ><!-- wp:group {\"className\":\"nfd-max-w-prose\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"nfd-max-w-prose wp-block-group\"><!-- wp:paragraph --><p class=\"\">WordPress block patterns offer a powerful way to create predefined block layouts, enabling users to quickly design pages and posts with a consistent look and feel. These patterns are essentially collections of blocks that are pre-arranged and configured, which you can insert into your posts and pages.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">Moreover, the WordPress community and theme developers are actively contributing to a growing library of block patterns, making it easier for users to find a pattern that suits their needs. Whether you`re building a landing page, a photo gallery, or a complex layout, there`s likely a block pattern ready to use. This democratizes design for non-technical users while offering developers a way to extend WordPress functionality and provide more options to their clients.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:image {\"align\":\"center\",\"aspectRatio\":\"16/9\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://images.unsplash.com/photo-1640951613773-54706e06851d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTg5fHxwZXJzb258ZW58MHwyfDB8fA%3D%3D&auto=format&fit=crop&q=60&w=1024&h=576&crop=\" alt=\"\" style=\"aspect-ratio:16/9;object-fit:cover\"/><figcaption class=\"wp-element-caption\">Photo by XYZ</figcaption></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-text-md\",\"metadata\":{\"name\":\"Paragraphs\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-text-md\" ><!-- wp:group {\"className\":\"nfd-max-w-prose\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"nfd-max-w-prose wp-block-group\"><!-- wp:paragraph --><p class=\"\">WordPress block patterns offer a powerful way to create predefined block layouts, enabling users to quickly design pages and posts with a consistent look and feel. These patterns are essentially collections of blocks that are pre-arranged and configured, which you can insert into your posts and pages.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:8:{i:0;s:7:\"content\";i:1;s:12:\"text section\";i:2;s:7:\"article\";i:3;s:9:\"paragraph\";i:4;s:12:\"inline image\";i:5;s:16:\"text with images\";i:6;s:11:\"text column\";i:7;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:70;s:11:\"is_featured\";b:0;}i:83;a:11:{s:2:\"id\";s:36:\"9bd0ae6a-bf48-486d-a915-21aed037ee16\";s:4:\"slug\";s:6:\"text-8\";s:5:\"title\";s:6:\"text-8\";s:11:\"description\";s:6:\"text-8\";s:7:\"content\";s:3200:\"<!-- wp:group {\"className\":\"nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}},\"metadata\":{\"name\":\"Text\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-text-md nfd-wb-text__text-8\" ><!-- wp:image {\"align\":\"center\",\"aspectRatio\":\"16/9\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://images.unsplash.com/photo-1640951613773-54706e06851d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTg5fHxwZXJzb258ZW58MHwyfDB8fA%3D%3D&auto=format&fit=crop&q=60&w=1024&h=576&crop=\" alt=\"\" style=\"aspect-ratio:16/9;object-fit:cover\"/><figcaption class=\"wp-element-caption\">Photo by NEOM</figcaption></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-text-md\",\"metadata\":{\"name\":\"Paragraphs\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-text-md\" ><!-- wp:group {\"className\":\"nfd-max-w-prose\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"nfd-max-w-prose wp-block-group\"><!-- wp:paragraph --><p class=\"\"><a href=\"#\"><span style=\"text-decoration: underline;\">WordPress block patterns</span></a> offer a powerful way to create predefined block layouts, enabling users to quickly design pages and posts with a consistent look and feel. These patterns are essentially collections of blocks that are pre-arranged and configured, which you can insert into your posts and pages.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">Moreover, the <a href=\"#\"><span style=\"text-decoration: underline;\">WordPress community</span></a> and theme developers are actively contributing to a growing <a href=\"#\"><span style=\"text-decoration: underline;\">library of block patterns</span></a>, making it easier for users to find a pattern that suits their needs. Whether you`re building a landing page, a photo gallery, or a complex layout, there`s likely a block pattern ready to use. This democratizes design for non-technical users while offering developers a way to extend WordPress functionality and provide more options to their clients.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:separator {\"className\":\"is-style-dots\"} --><hr class=\"is-style-dots wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:group {\"className\":\"nfd-text-md\",\"metadata\":{\"name\":\"Paragraphs\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-text-md\" ><!-- wp:group {\"className\":\"nfd-max-w-prose\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"nfd-max-w-prose wp-block-group\"><!-- wp:paragraph --><p class=\"\">WordPress block patterns offer a <mark style=\"background-color:#fdeeb7\" class=\"has-inline-color\">powerful way to create predefined block layouts</mark>, enabling users to <strong>quickly design pages</strong> and posts with a <strong>consistent look and feel</strong>. These patterns are essentially collections of blocks that are pre-arranged and configured, which you can insert into your posts and pages.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:10:{i:0;s:7:\"content\";i:1;s:12:\"text section\";i:2;s:7:\"article\";i:3;s:9:\"paragraph\";i:4;s:12:\"inline image\";i:5;s:16:\"text with images\";i:6;s:11:\"text column\";i:7;s:16:\"highlighted text\";i:8;s:14:\"formatted text\";i:9;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:80;s:11:\"is_featured\";b:0;}i:84;a:11:{s:2:\"id\";s:36:\"9bd0ae6a-c441-463e-ac68-05ff5c12283a\";s:4:\"slug\";s:6:\"text-9\";s:5:\"title\";s:6:\"text-9\";s:11:\"description\";s:6:\"text-9\";s:7:\"content\";s:7813:\"<!-- wp:group {\"className\":\"nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}},\"metadata\":{\"name\":\"Text\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-text-md nfd-wb-text__text-9\" ><!-- wp:group {\"className\":\"nfd-container\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-container wp-block-group\"><!-- wp:columns {\"className\":\"nfd-gap-lg\"} --><div class=\"nfd-gap-lg wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"nfd-rounded-sm\"} --><figure class=\"nfd-rounded-sm wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1707343843437-caacff5cfa74?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDF8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=1024&h=576&crop=\" alt=\"\" style=\"aspect-ratio:3/2;object-fit:cover\"/><figcaption class=\"wp-element-caption\">These designs optimize space and resources by emphasizing vertical layouts and minimizing the need for excessive elements.</figcaption></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"nfd-rounded-sm\"} --><figure class=\"nfd-rounded-sm wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1707344088547-3cf7cea5ca49?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDF8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=1024&h=576&crop=\" alt=\"\" style=\"aspect-ratio:3/2;object-fit:cover\"/><figcaption class=\"wp-element-caption\">WordPress`s block patterns significantly reduce the time and effort needed to design web pages.</figcaption></figure><!-- /wp:image --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-max-w-prose\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-max-w-prose wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-lg\"} --><p class=\"nfd-text-lg\">In the world of web development, the landscape of WordPress design is evolving rapidly.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">As digital preferences shift towards more minimalist and efficient web experiences, WordPress has responded by introducing an innovative feature: <a href=\"#\"><span style=\"text-decoration: underline;\">block patterns</span></a>. This transformative tool allows developers and designers to create <a href=\"#\"><span style=\"text-decoration: underline;\">pre-designed block arrangements</span></a>, <mark style=\"background-color:#fdeeb7\" class=\"has-inline-color\">significantly streamlining the process of building</mark> visually appealing and functional websites.</p><!-- /wp:paragraph --><!-- wp:quote --><blockquote class=\"wp-block-quote\"><!-- wp:paragraph {\"className\":\"nfd-text-pretty\"} --><p class=\"nfd-text-pretty\">The surge in block pattern utilization has led to a decrease in the average time spent designing web pages, with developers now able to deploy complex layouts in a fraction of the time previously required.</p><!-- /wp:paragraph --><cite><em>e5trf 2024</em></cite></blockquote><!-- /wp:quote --><!-- wp:paragraph --><p class=\"\">Particularly noteworthy is the rise of modular designs akin to the townhouse model in real estate, representing 1 in 5 WordPress projects. These designs optimize space and resources by emphasizing vertical layouts and <strong>minimizing the need</strong> for excessive elements, thereby <mark style=\"background-color:#fdeeb7\" class=\"has-inline-color\">reducing overall project costs</mark> and enhancing website performance.</p><!-- /wp:paragraph --><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-group\"><!-- wp:image {\"aspectRatio\":\"16/9\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default nfd-rounded-sm\"} --><figure class=\"is-style-default nfd-rounded-sm wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1683009427513-28e163402d16?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDF8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=1024&h=576&crop=\" alt=\"\" style=\"aspect-ratio:16/9;object-fit:cover\"/><figcaption class=\"wp-element-caption\">Whether you`re building a landing page, a photo gallery, or a complex layout, there`s likely a block pattern ready to use. </figcaption></figure><!-- /wp:image --></div><!-- /wp:group --><!-- wp:paragraph --><p class=\"\">This shift towards using <a href=\"#\"><span style=\"text-decoration: underline;\">WordPress block patterns</span></a> marks a significant movement towards democratizing web design, providing a foundation for addressing the digital divide by making high-quality web design more accessible to first-time developers and small business owners.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">Here are three takeaways:</p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:separator {\"className\":\"is-style-wide\"} --><hr class=\"is-style-wide wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:list {\"className\":\"nfd-gap-md\"} --><ul class=\"nfd-gap-md\"><!-- wp:list-item --><li class=\"\"><strong>Efficiency Gains</strong>: WordPress`s <a href=\"#\"><span style=\"text-decoration: underline;\">block patterns</span></a> significantly reduce the time and effort needed to design web pages.</li><!-- /wp:list-item --><!-- wp:list-item --><li class=\"\"><strong>Modular Design Popularity</strong>: The adoption of modular designs, resembling the townhouse model in real estate, is becoming increasingly popular, making up 20% of WordPress projects. This approach maximizes the use of space and resources, <strong>leading to cost savings and improved website performance</strong> by emphasizing vertical layouts and reducing unnecessary elements.</li><!-- /wp:list-item --><!-- wp:list-item --><li class=\"\"><strong>Democratization of Web Design</strong>: The introduction of <a href=\"#\"><span style=\"text-decoration: underline;\">block patterns</span></a> is a step towards democratizing web design, making it more accessible to beginners and small business owners.</li><!-- /wp:list-item --></ul><!-- /wp:list --><!-- wp:separator {\"className\":\"is-style-wide\"} --><hr class=\"is-style-wide wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --></div><!-- /wp:group --><!-- wp:heading {\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h2 class=\"nfd-text-lg nfd-text-contrast wp-block-heading\">Building at scale</h2><!-- /wp:heading --><!-- wp:paragraph --><p class=\"\">This is a pivotal step in leveling the playing field in the digital realm, mirroring the residential push towards more affordable housing solutions.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">The WordPress community and theme developers are actively contributing to a <a href=\"#\"><span style=\"text-decoration: underline;\">growing library of block patterns</span></a>, making it easier for users to find a pattern that suits their needs. Whether you`re building a landing page, a photo gallery, or a complex layout, there`s likely a block pattern ready to use. This democratizes design for non-technical users while <mark style=\"background-color:#fdeeb7\" class=\"has-inline-color\">offering developers a way to extend WordPress</mark> functionality and provide more options to their clients.</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\"><em>John Doe contributed to this article</em>.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:13:{i:0;s:7:\"content\";i:1;s:12:\"text section\";i:2;s:7:\"article\";i:3;s:9:\"paragraph\";i:4;s:19:\"content description\";i:5;s:16:\"text with images\";i:6;s:16:\"highlighted text\";i:7;s:9:\"rich text\";i:8;s:13:\"bullet points\";i:9;s:10:\"key points\";i:10;s:13:\"image caption\";i:11;s:14:\"formatted text\";i:12;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:90;s:11:\"is_featured\";b:0;}i:85;a:11:{s:2:\"id\";s:36:\"9ac51f02-c867-48dd-9085-d281964fe735\";s:4:\"slug\";s:7:\"blog-10\";s:5:\"title\";s:7:\"blog-10\";s:11:\"description\";s:7:\"blog-10\";s:7:\"content\";s:2985:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Blog\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md is-style-nfd-theme-white nfd-wb-blog__blog-10\" ><!-- wp:query {\"queryId\":33,\"query\":{\"perPage\":\"6\",\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"className\":\"nfd-query-loop-1\"} --><div class=\"nfd-query-loop-1 wp-block-query\"><!-- wp:post-template {\"style\":{\"spacing\":{\"blockGap\":\"64px\"}},\"layout\":{\"type\":\"default\"}} --><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"32px\",\"left\":\"40px\"}}},\"nfdAnimation\":\"\"} --><div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"30%\"} --><div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:post-featured-image {\"isLink\":true,\"aspectRatio\":\"1\",\"width\":\"100%\",\"className\":\"nfd-rounded-md\"} /--></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"top\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"wp-block-group\"><!-- wp:post-title {\"isLink\":true,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-balance\"} /--><!-- wp:post-excerpt {\"moreText\":\"<strong>Continue Reading</strong>\",\"excerptLength\":28,\"className\":\"nfd-text-balance\"} /--></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-md nfd-text-base\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md nfd-text-base wp-block-group\"><!-- wp:post-author {\"showBio\":false,\"textColor\":\"black\",\"className\":\"nfd-text-faded\"} /--><!-- wp:group {\"style\":{\"dimensions\":{\"minHeight\":\"0.85em\"},\"border\":{\"left\":{\"width\":\"2px\"}}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\" style=\"border-left-width:2px;min-height:0.85em\"></div><!-- /wp:group --><!-- wp:post-date {\"className\":\"nfd-text-faded\"} /--><!-- wp:group {\"style\":{\"dimensions\":{\"minHeight\":\"0.85em\"},\"border\":{\"left\":{\"width\":\"2px\"}}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\" style=\"border-left-width:2px;min-height:0.85em\"></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">4 min read</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- /wp:post-template --><!-- wp:query-pagination {\"paginationArrow\":\"arrow\",\"showLabel\":false,\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"},\"fontSize\":\"normal\"} --><!-- wp:query-pagination-previous /--><!-- wp:query-pagination-numbers /--><!-- wp:query-pagination-next /--><!-- /wp:query-pagination --></div><!-- /wp:query --></div><!-- /wp:group -->\";s:4:\"tags\";a:11:{i:0;s:7:\"article\";i:1;s:4:\"post\";i:2;s:6:\"latest\";i:3;s:6:\"recent\";i:4;s:5:\"entry\";i:5;s:4:\"news\";i:6;s:14:\"featured image\";i:7;s:8:\"category\";i:8;s:4:\"list\";i:9;s:7:\"archive\";i:10;s:7:\"content\";}s:10:\"categories\";s:4:\"blog\";s:14:\"all_categories\";a:1:{i:0;s:4:\"blog\";}s:7:\"context\";N;s:5:\"order\";i:100;s:11:\"is_featured\";b:0;}i:86;a:11:{s:2:\"id\";s:36:\"9ac51f02-d01e-47f4-9f99-c93251c65068\";s:4:\"slug\";s:7:\"blog-11\";s:5:\"title\";s:7:\"blog-11\";s:11:\"description\";s:7:\"blog-11\";s:7:\"content\";s:4722:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Blog\"},\"nfdGroupTheme\":\"dark\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-dark nfd-wb-blog__blog-11\" ><!-- wp:columns {\"className\":\"nfd-gap-xl nfd-gap-y-2xl\"} --><div class=\"nfd-gap-xl nfd-gap-y-2xl wp-block-columns \"><!-- wp:column {\"width\":\"66.66%\"} --><div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:query {\"queryId\":18,\"query\":{\"perPage\":\"1\",\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"exclude\",\"inherit\":false},\"className\":\"nfd-query-loop-2\"} --><div class=\"nfd-query-loop-2 wp-block-query\"><!-- wp:post-template --><!-- wp:cover {\"useFeaturedImage\":true,\"dimRatio\":60,\"minHeight\":435,\"minHeightUnit\":\"px\",\"contentPosition\":\"bottom center\",\"className\":\"nfd-p-card-md nfd-rounded\",\"layout\":{\"type\":\"default\"}} --><div class=\"nfd-p-card-md nfd-rounded wp-block-cover has-custom-content-position is-position-bottom-center\" style=\"min-height:435px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:group {\"style\":{\"border\":{\"color\":\"#ffffff45\",\"width\":\"1px\"},\"spacing\":{\"padding\":{\"top\":\"4px\",\"bottom\":\"4px\",\"left\":\"16px\",\"right\":\"16px\"}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"color\":{\"background\":\"#00000021\"}},\"textColor\":\"white\",\"className\":\"nfd-backdrop-blur-sm nfd-text-base nfd-rounded-sm\",\"layout\":{\"type\":\"default\"}} --><div class=\"nfd-backdrop-blur-sm nfd-text-base nfd-rounded-sm wp-block-group has-border-color has-white-color has-text-color has-background\" style=\"border-color:#ffffff45;border-width:1px;background-color:#00000021;padding-top:4px;padding-right:16px;padding-bottom:4px;padding-left:16px;font-style:normal;font-weight:600\"><!-- wp:post-terms {\"term\":\"category\",\"separator\":\" \",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}}} /--></div><!-- /wp:group --><!-- wp:post-title {\"level\":3,\"isLink\":true,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|white\"}}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-xl nfd-text-balance\"} /--><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"12px\"}},\"textColor\":\"white\",\"className\":\"nfd-text-base\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-text-base wp-block-group has-white-color has-text-color\"><!-- wp:post-author {\"showAvatar\":false,\"showBio\":false,\"byline\":\"\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} /--><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80 nfd-text-xs\"} --><p class=\"nfd-text-opacity-80 nfd-text-xs\">•</p><!-- /wp:paragraph --><!-- wp:post-date {\"className\":\"nfd-text-opacity-80\"} /--></div><!-- /wp:group --></div><!-- /wp:group --></div></div><!-- /wp:cover --><!-- /wp:post-template --></div><!-- /wp:query --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"><!-- wp:group {\"className\":\"nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xl wp-block-group\"><!-- wp:heading {\"className\":\"nfd-text-lg\"} --><h2 class=\"nfd-text-lg wp-block-heading\">Recent Posts</h2><!-- /wp:heading --><!-- wp:query {\"queryId\":19,\"query\":{\"perPage\":\"3\",\"pages\":\"0\",\"offset\":\"1\",\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"exclude\",\"inherit\":false},\"layout\":{\"type\":\"default\"}} --><div class=\"wp-block-query\"><!-- wp:post-template {\"style\":{\"spacing\":{\"blockGap\":\"25px\"}},\"layout\":{\"type\":\"default\",\"columnCount\":3}} --><!-- wp:group {\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"},\"top\":{},\"right\":{},\"left\":{}},\"spacing\":{\"padding\":{\"bottom\":\"25px\"}}},\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\" style=\"border-bottom-width:1px;padding-bottom:25px\"><!-- wp:post-title {\"level\":3,\"isLink\":true,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-balance nfd-text-md nfd-text-contrast\"} /--><!-- wp:post-date {\"className\":\"nfd-text-faded nfd-text-base\"} /--></div><!-- /wp:group --><!-- /wp:post-template --></div><!-- /wp:query --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:12:{i:0;s:7:\"article\";i:1;s:4:\"post\";i:2;s:6:\"latest\";i:3;s:6:\"recent\";i:4;s:5:\"entry\";i:5;s:4:\"news\";i:6;s:8:\"2 column\";i:7;s:14:\"featured image\";i:8;s:8:\"category\";i:9;s:4:\"dark\";i:10;s:7:\"archive\";i:11;s:7:\"content\";}s:10:\"categories\";s:4:\"blog\";s:14:\"all_categories\";a:1:{i:0;s:4:\"blog\";}s:7:\"context\";N;s:5:\"order\";i:110;s:11:\"is_featured\";b:0;}i:87;a:11:{s:2:\"id\";s:36:\"9f8e048c-c94a-4306-b3a7-0ba96b131d97\";s:4:\"slug\";s:7:\"blog-12\";s:5:\"title\";s:7:\"blog-12\";s:11:\"description\";s:7:\"blog-12\";s:7:\"content\";s:1929:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Blog\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md is-style-nfd-theme-white nfd-wb-blog__blog-12\" ><!-- wp:query {\"queryId\":18,\"query\":{\"perPage\":9,\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"exclude\",\"inherit\":false},\"className\":\"nfd-query-loop-2\"} --><div class=\"nfd-query-loop-2 wp-block-query\"><!-- wp:post-template {\"layout\":{\"type\":\"grid\",\"columnCount\":3}} --><!-- wp:post-featured-image {\"className\":\"nfd-rounded-xl\"} /--><!-- wp:group {\"className\":\"-nfd-translate-y-1/2 nfd-px-md is-style-default\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"-nfd-translate-y-1/2 nfd-px-md is-style-default wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-md nfd-p-md nfd-rounded-xl is-style-default\",\"backgroundColor\":\"base\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-md nfd-p-md nfd-rounded-xl is-style-default wp-block-group has-base-background-color has-background\"><!-- wp:post-date {\"className\":\"nfd-text-opacity-80\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} /--><!-- wp:post-terms {\"term\":\"category\",\"separator\":\" \"} /--><!-- wp:post-title {\"level\":3,\"isLink\":true,\"className\":\"nfd-text-xl nfd-text-balance\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}}} /--><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"wp-block-group\" style=\"font-style:normal;font-weight:600\"><!-- wp:read-more /--><!-- wp:paragraph --><p class=\"\"><strong>→</strong></p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --><!-- /wp:post-template --></div><!-- /wp:query --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:4:\"blog\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:120;s:11:\"is_featured\";b:0;}i:88;a:11:{s:2:\"id\";s:36:\"9f8e048c-d1c3-43b9-b262-dcc173ccda88\";s:4:\"slug\";s:7:\"blog-13\";s:5:\"title\";s:7:\"blog-13\";s:11:\"description\";s:7:\"blog-13\";s:7:\"content\";s:2606:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Blog\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md is-style-nfd-theme-white nfd-wb-blog__blog-13\" ><!-- wp:query {\"queryId\":18,\"query\":{\"perPage\":1,\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"exclude\",\"inherit\":false},\"className\":\"nfd-query-loop-2\"} --><div class=\"nfd-query-loop-2 wp-block-query\"><!-- wp:post-template {\"layout\":{\"type\":\"grid\",\"columnCount\":1}} --><!-- wp:cover {\"useFeaturedImage\":true,\"dimRatio\":0,\"isUserOverlayColor\":true,\"contentPosition\":\"bottom center\",\"isDark\":false,\"className\":\"nfd-rounded-xl\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-rounded-xl wp-block-cover is-light has-custom-content-position is-position-bottom-center\" style=\"padding-bottom:0\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-px-md is-style-default\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"600px\"}} --><div class=\"nfd-px-md is-style-default wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-md nfd-p-md nfd-rounded-xl is-style-default\",\"style\":{\"border\":{\"radius\":{\"bottomLeft\":\"0px\",\"bottomRight\":\"0px\",\"topLeft\":\"20px\",\"topRight\":\"20px\"}}},\"backgroundColor\":\"base\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-md nfd-p-md nfd-rounded-xl is-style-default wp-block-group has-base-background-color has-background\" style=\"border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:0px;border-bottom-right-radius:0px\"><!-- wp:post-terms {\"term\":\"category\",\"separator\":\" \",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"fontSize\":\"small\"} /--><!-- wp:post-title {\"level\":3,\"isLink\":true,\"className\":\"nfd-text-xl nfd-text-balance\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}}} /--><!-- wp:post-excerpt {\"textAlign\":\"center\"} /--><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"fontSize\":\"small\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"wp-block-group has-small-font-size\"><!-- wp:paragraph --><p class=\"\">by </p><!-- /wp:paragraph --><!-- wp:post-author-name /--></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div></div><!-- /wp:cover --><!-- /wp:post-template --></div><!-- /wp:query --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:4:\"blog\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:130;s:11:\"is_featured\";b:0;}i:89;a:11:{s:2:\"id\";s:36:\"9f8e048c-da64-4385-890d-cc6458f8336a\";s:4:\"slug\";s:7:\"blog-14\";s:5:\"title\";s:7:\"blog-14\";s:11:\"description\";s:7:\"blog-14\";s:7:\"content\";s:2287:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Blog\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md is-style-nfd-theme-white nfd-wb-blog__blog-14\" ><!-- wp:query {\"queryId\":18,\"query\":{\"perPage\":9,\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"exclude\",\"inherit\":false},\"className\":\"nfd-query-loop-2\"} --><div class=\"nfd-query-loop-2 wp-block-query\"><!-- wp:post-template {\"layout\":{\"type\":\"default\",\"columnCount\":3}} --><!-- wp:columns {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:post-featured-image {\"aspectRatio\":\"1\",\"className\":\"nfd-rounded-xl\"} /--></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-md nfd-p-md nfd-rounded-xl nfd-overlap-x-lg is-style-nfd-theme-white\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-md nfd-p-md nfd-rounded-xl nfd-overlap-x-lg is-style-nfd-theme-white wp-block-group\"><!-- wp:post-date {\"className\":\"nfd-text-opacity-80\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} /--><!-- wp:post-terms {\"term\":\"category\",\"separator\":\" \",\"fontSize\":\"small\"} /--><!-- wp:post-title {\"level\":3,\"isLink\":true,\"className\":\"nfd-text-xl nfd-text-balance\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}}} /--><!-- wp:post-excerpt /--><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"fontSize\":\"small\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"wp-block-group has-small-font-size\"><!-- wp:paragraph --><p class=\"\">by </p><!-- /wp:paragraph --><!-- wp:post-author-name /--></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- /wp:post-template --></div><!-- /wp:query --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:4:\"blog\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:140;s:11:\"is_featured\";b:0;}i:90;a:11:{s:2:\"id\";s:36:\"9c9b94ce-bec8-4bf3-946e-b1def847100c\";s:4:\"slug\";s:7:\"embed-1\";s:5:\"title\";s:7:\"embed-1\";s:11:\"description\";s:7:\"embed-1\";s:7:\"content\";s:2666:\"<!-- wp:group {\"className\":\"nfd-pt-lg\",\"metadata\":{\"name\":\"Heading + Media\"},\"nfdGroupTheme\":\"light\",\"nfdGroupEffect\":\"grid-perspective\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-pt-lg is-style-nfd-theme-light nfd-bg-effect-grid-perspective nfd-wb-media-embeds__embed-1\" ><!-- wp:group {\"metadata\":{\"name\":\"Heading\"},\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"},\"nfdAnimation\":\"\"} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"className\":\"nfd-text-giga nfd-text-contrast nfd-text-balance\"} --><h1 class=\"nfd-text-giga nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-center\">Make your own podcast</h1><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"metadata\":{\"name\":\"Subtitle\"},\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"}},\"className\":\"nfd-text-balance nfd-text-lg nfd-text-faded\"} --><p class=\"nfd-text-balance nfd-text-lg nfd-text-faded has-text-align-center\" style=\"font-style:normal;font-weight:400\">Introducing WonderBlocks — a collection of beautifully designed, AI-powered patterns and templates for WordPress</p><!-- /wp:paragraph --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-xl\"} --><div class=\"nfd-btn-xl wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get started today</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-overflow-hidden nfd-rounded-t-xl\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|70\",\"bottom\":\"0px\"}}},\"metadata\":{\"name\":\"Media\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-overflow-hidden nfd-rounded-t-xl\" style=\"margin-top:var(--wp--preset--spacing--70);margin-bottom:0px;\"><!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=FcTLMTyD2DU\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} --><figure class=\"wp-embed-aspect-16-9 wp-has-aspect-ratio wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube\" style=\"margin-top:0;margin-bottom:0\"><div class=\"wp-block-embed__wrapper\">https://www.youtube.com/watch?v=FcTLMTyD2DU</div></figure><!-- /wp:embed --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:2:{i:0;s:7:\"content\";i:1;s:11:\"interactive\";}s:10:\"categories\";s:12:\"media-embeds\";s:14:\"all_categories\";a:1:{i:0;s:12:\"media-embeds\";}s:7:\"context\";N;s:5:\"order\";i:10;s:11:\"is_featured\";b:0;}i:91;a:11:{s:2:\"id\";s:36:\"9c9b94cf-144c-4646-af89-c1372d0dbe23\";s:4:\"slug\";s:7:\"embed-2\";s:5:\"title\";s:7:\"embed-2\";s:11:\"description\";s:7:\"embed-2\";s:7:\"content\";s:3394:\"<!-- wp:group {\"className\":\"nfd-pt-lg\",\"metadata\":{\"name\":\"Heading + Media\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-pt-lg is-style-nfd-theme-white nfd-wb-media-embeds__embed-2\" ><!-- wp:group {\"metadata\":{\"name\":\"Heading\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"right\":\"16px\",\"left\":\"16px\",\"top\":\"6px\",\"bottom\":\"6px\"}}},\"className\":\" nfd-rounded-full nfd-bg-subtle\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} --><div class=\" nfd-rounded-full wp-block-group nfd-bg-subtle\" style=\"padding-top:6px;padding-right:16px;padding-bottom:6px;padding-left:16px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-xs\"} --><p class=\"nfd-text-xs\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\">WonderBlocks Media</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|70\"}}}} --><div class=\"wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-contrast nfd-text-huge nfd-text-balance\"} --><h2 class=\"nfd-text-contrast nfd-text-huge nfd-text-balance wp-block-heading\" style=\"font-style:normal;font-weight:500\">Make your own podcast</h2><!-- /wp:heading --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"470px\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:470px\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"}},\"className\":\"nfd-text-faded nfd-text-balance nfd-text-lg\"} --><p class=\"nfd-text-faded nfd-text-balance nfd-text-lg has-text-align-left\" style=\"font-style:normal;font-weight:400\">A collection of beautifully designed patterns and templates for WordPress</p><!-- /wp:paragraph --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-overflow-hidden nfd-rounded-xl\",\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|70\",\"bottom\":\"0px\"}}},\"metadata\":{\"name\":\"Media\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignwide nfd-overflow-hidden nfd-rounded-xl\" style=\"margin-top:var(--wp--preset--spacing--70);margin-bottom:0px;\"><!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=bNCMI-igIns\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} --><figure class=\"wp-embed-aspect-16-9 wp-has-aspect-ratio wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube\" style=\"margin-top:0;margin-bottom:0\"><div class=\"wp-block-embed__wrapper\">https://www.youtube.com/watch?v=bNCMI-igIns</div></figure><!-- /wp:embed --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:2:{i:0;s:7:\"content\";i:1;s:11:\"interactive\";}s:10:\"categories\";s:12:\"media-embeds\";s:14:\"all_categories\";a:1:{i:0;s:12:\"media-embeds\";}s:7:\"context\";N;s:5:\"order\";i:20;s:11:\"is_featured\";b:0;}i:92;a:11:{s:2:\"id\";s:36:\"9c9b94cf-190e-41f8-acb2-1f24963ab3a8\";s:4:\"slug\";s:7:\"embed-3\";s:5:\"title\";s:7:\"embed-3\";s:11:\"description\";s:7:\"embed-3\";s:7:\"content\";s:3313:\"<!-- wp:group {\"className\":\"nfd-pt-lg\",\"metadata\":{\"name\":\"Heading + Media\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"grid-perspective\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-pt-lg is-style-nfd-theme-dark nfd-bg-effect-grid-perspective nfd-wb-media-embeds__embed-3\" ><!-- wp:group {\"metadata\":{\"name\":\"Heading\"},\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"},\"nfdAnimation\":\"\"} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"className\":\"nfd-text-giga nfd-text-contrast nfd-text-balance\"} --><h1 class=\"nfd-text-giga nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-center\">Meet WonderBlocks</h1><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"metadata\":{\"name\":\"Subtitle\"},\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"}},\"className\":\"nfd-text-balance nfd-text-lg nfd-text-faded\"} --><p class=\"nfd-text-balance nfd-text-lg nfd-text-faded has-text-align-center\" style=\"font-style:normal;font-weight:400\">Beautifully designed, AI-powered collection of WordPress patterns and templates for your next website.</p><!-- /wp:paragraph --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-wide\"} --><div class=\"nfd-btn-wide wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get started</a></div><!-- /wp:button --><!-- wp:button {\"className\":\"nfd-btn-wide is-style-outline\"} --><div class=\"nfd-btn-wide is-style-outline wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Contact us</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Media wrapper\"},\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|70\"}}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--70)\"><!-- wp:group {\"className\":\"nfd-overflow-hidden -nfd-mx-2 nfd-rounded-xl nfd-backdrop-blur-md\",\"style\":{\"color\":{\"background\":\"#9E9E9E1A\"},\"spacing\":{\"padding\":{\"left\":\"8px\",\"right\":\"8px\",\"top\":\"8px\",\"bottom\":\"0px\"}}},\"metadata\":{\"name\":\"Media\"},\"nfdGroupTheme\":\"dark\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-overflow-hidden -nfd-mx-2 nfd-rounded-xl nfd-backdrop-blur-md has-background is-style-nfd-theme-dark\" style=\"padding-top:8px;padding-right:8px;padding-bottom:0px;padding-left:8px;background-color:#9E9E9E1A;\"><!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=UBcwrgVJhLA\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} --><figure class=\"wp-embed-aspect-16-9 wp-has-aspect-ratio wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube\" style=\"margin-top:0;margin-bottom:0\"><div class=\"wp-block-embed__wrapper\">https://www.youtube.com/watch?v=UBcwrgVJhLA</div></figure><!-- /wp:embed --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:2:{i:0;s:7:\"content\";i:1;s:11:\"interactive\";}s:10:\"categories\";s:12:\"media-embeds\";s:14:\"all_categories\";a:1:{i:0;s:12:\"media-embeds\";}s:7:\"context\";N;s:5:\"order\";i:30;s:11:\"is_featured\";b:0;}i:93;a:11:{s:2:\"id\";s:36:\"9c9b94cf-2305-4a0e-9fc7-58c9f1919155\";s:4:\"slug\";s:7:\"embed-4\";s:5:\"title\";s:7:\"embed-4\";s:11:\"description\";s:7:\"embed-4\";s:7:\"content\";s:2550:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Heading + Media\"},\"nfdGroupTheme\":\"primary\",\"nfdGroupEffect\":\"grid-perspective\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-primary nfd-bg-effect-grid-perspective nfd-wb-media-embeds__embed-4\" ><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-4xl\"} --><div class=\"nfd-gap-4xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-left\">Meet WonderBlocks</h2><!-- /wp:heading --><!-- wp:paragraph {\"textAlign\":\"left\",\"className\":\"nfd-text-faded nfd-text-md nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-md nfd-text-balance has-text-align-left\">Beautifully designed, AI-powered collection of WordPress patterns and templates for your next website.</p><!-- /wp:paragraph --><!-- wp:buttons {\"layout\":{\"type\":\"flex\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-wide \"} --><div class=\"nfd-btn-wide wp-block-button \"><a class=\"wp-block-button__link wp-element-button\">Get started</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"className\":\"nfd-overflow-hidden nfd-rounded-md\",\"metadata\":{\"name\":\"Media\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-overflow-hidden nfd-rounded-md\" ><!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=qaN3JugpJYE\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} --><figure class=\"wp-embed-aspect-16-9 wp-has-aspect-ratio wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube\" style=\"margin-top:0;margin-bottom:0\"><div class=\"wp-block-embed__wrapper\">https://www.youtube.com/watch?v=qaN3JugpJYE</div></figure><!-- /wp:embed --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:2:{i:0;s:7:\"content\";i:1;s:11:\"interactive\";}s:10:\"categories\";s:12:\"media-embeds\";s:14:\"all_categories\";a:1:{i:0;s:12:\"media-embeds\";}s:7:\"context\";N;s:5:\"order\";i:40;s:11:\"is_featured\";b:0;}i:94;a:11:{s:2:\"id\";s:36:\"9c9b94cf-288b-433a-9e15-efc67edf6140\";s:4:\"slug\";s:7:\"embed-5\";s:5:\"title\";s:7:\"embed-5\";s:11:\"description\";s:7:\"embed-5\";s:7:\"content\";s:3251:\"<!-- wp:group {\"className\":\"nfd-pt-lg\",\"metadata\":{\"name\":\"Heading + Media\"},\"style\":{\"color\":{\"gradient\":\"linear-gradient(0deg,rgb(255,255,255) 21%,rgb(33,59,59) 21%,rgb(0,0,0) 100%)\"}},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"lines-2\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-pt-lg has-background is-style-nfd-theme-darker nfd-bg-effect-lines-2 nfd-wb-media-embeds__embed-5\" style=\"background:linear-gradient(0deg,rgb(255,255,255) 21%,rgb(33,59,59) 21%,rgb(0,0,0) 100%);\"><!-- wp:columns {\"metadata\":{\"name\":\"Heading\"},\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|70\"},\"margin\":{\"bottom\":\"var:preset|spacing|30\"}}}} --><div class=\"wp-block-columns\" style=\"margin-bottom:var(--wp--preset--spacing--30)\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:heading {\"level\":1,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"}},\"className\":\"nfd-text-contrast nfd-text-giga nfd-text-balance\"} --><h1 class=\"nfd-text-contrast nfd-text-giga nfd-text-balance wp-block-heading\" style=\"font-style:normal;font-weight:400\">Build. Grow. Earn.</h1><!-- /wp:heading --><!-- wp:paragraph {\"metadata\":{\"name\":\"Subtitle\"},\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-faded nfd-text-lg\"} --><p class=\"nfd-text-faded nfd-text-lg\" style=\"font-style:normal;font-weight:300\">Build and sell courses on your own site.</p><!-- /wp:paragraph --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:buttons --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-wide\"} --><div class=\"nfd-btn-wide wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get started today</a></div><!-- /wp:button --></div><!-- /wp:buttons --><!-- wp:group {\"metadata\":{\"name\":\"Media wrapper\"},\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|70\"}}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--70)\"><!-- wp:group {\"className\":\"nfd-overflow-hidden -nfd-mx-2 nfd-rounded-xl nfd-backdrop-blur-md\",\"style\":{\"color\":{\"background\":\"#9E9E9E1A\"},\"spacing\":{\"padding\":{\"left\":\"8px\",\"right\":\"8px\",\"top\":\"8px\",\"bottom\":\"0px\"}}},\"metadata\":{\"name\":\"Media\"},\"nfdGroupTheme\":\"dark\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-overflow-hidden -nfd-mx-2 nfd-rounded-xl nfd-backdrop-blur-md has-background is-style-nfd-theme-dark\" style=\"padding-top:8px;padding-right:8px;padding-bottom:0px;padding-left:8px;background-color:#9E9E9E1A;\"><!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=rT9Y-xD8tkY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} --><figure class=\"wp-embed-aspect-16-9 wp-has-aspect-ratio wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube\" style=\"margin-top:0;margin-bottom:0\"><div class=\"wp-block-embed__wrapper\">https://www.youtube.com/watch?v=rT9Y-xD8tkY</div></figure><!-- /wp:embed --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:2:{i:0;s:7:\"content\";i:1;s:11:\"interactive\";}s:10:\"categories\";s:12:\"media-embeds\";s:14:\"all_categories\";a:1:{i:0;s:12:\"media-embeds\";}s:7:\"context\";N;s:5:\"order\";i:50;s:11:\"is_featured\";b:0;}i:95;a:11:{s:2:\"id\";s:36:\"9c9b94cf-32ac-4466-ba73-2b5dbff58643\";s:4:\"slug\";s:7:\"embed-6\";s:5:\"title\";s:7:\"embed-6\";s:11:\"description\";s:7:\"embed-6\";s:7:\"content\";s:4058:\"<!-- wp:group {\"className\":\"nfd-pt-lg\",\"metadata\":{\"name\":\"Heading + Media\"},\"style\":{\"color\":{\"gradient\":\"linear-gradient(0deg,rgb(255,255,255) 21%,rgb(50,37,78) 21%,rgb(2,26,22) 66%,rgb(0,0,0) 100%)\"}},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"lines-2\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-pt-lg has-background is-style-nfd-theme-darker nfd-bg-effect-lines-2 nfd-wb-media-embeds__embed-6\" style=\"background:linear-gradient(0deg,rgb(255,255,255) 21%,rgb(50,37,78) 21%,rgb(2,26,22) 66%,rgb(0,0,0) 100%);\"><!-- wp:columns {\"metadata\":{\"name\":\"Heading\"},\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|70\"},\"margin\":{\"bottom\":\"var:preset|spacing|30\"}}}} --><div class=\"wp-block-columns\" style=\"margin-bottom:var(--wp--preset--spacing--30)\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:heading {\"level\":1,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"}},\"className\":\"nfd-text-contrast nfd-text-giga nfd-text-balance\"} --><h1 class=\"nfd-text-contrast nfd-text-giga nfd-text-balance wp-block-heading\" style=\"font-style:normal;font-weight:400\">Build. Grow. Earn.</h1><!-- /wp:heading --><!-- wp:paragraph {\"metadata\":{\"name\":\"Subtitle\"},\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-faded nfd-text-lg\"} --><p class=\"nfd-text-faded nfd-text-lg\" style=\"font-style:normal;font-weight:300\">Build and sell courses on your own site.</p><!-- /wp:paragraph --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:buttons --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-wide\"} --><div class=\"nfd-btn-wide wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get started today</a></div><!-- /wp:button --></div><!-- /wp:buttons --><!-- wp:group {\"metadata\":{\"name\":\"Media wrapper\"},\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|70\"}}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--70)\"><!-- wp:group {\"metadata\":{\"name\":\"Media\"},\"style\":{\"color\":{\"background\":\"#9e9e9e1a\"},\"spacing\":{\"padding\":{\"left\":\"8px\",\"right\":\"8px\",\"top\":\"8px\",\"bottom\":\"8px\"}}},\"className\":\"nfd-overflow-hidden -nfd-mx-2 nfd-rounded-xl nfd-backdrop-blur-md\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-overflow-hidden -nfd-mx-2 nfd-rounded-xl nfd-backdrop-blur-md wp-block-group has-background nfd-bg-surface nfd-theme-dark\" style=\"background-color:#9e9e9e1a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1717831499998-6f5bafe9e287?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=1200&h=800&crop=\",\"dimRatio\":30,\"overlayColor\":\"header-foreground\",\"isUserOverlayColor\":true,\"minHeight\":40,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"style\":{\"dimensions\":{\"aspectRatio\":\"16/9\"}},\"className\":\"nfd-stretch-cover-child nfd-rounded\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\"},\"nfdAnimation\":\"\"} --><div class=\"nfd-stretch-cover-child nfd-rounded wp-block-cover\" style=\"min-height:40vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-header-foreground-background-color has-background-dim-30 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1717831499998-6f5bafe9e287?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=1200&h=800&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Overlay link\"},\"className\":\"nfd-pseudo-play-icon\"} --><p class=\"nfd-pseudo-play-icon\"><a href=\"#\">View more details</a></p><!-- /wp:paragraph --></div></div><!-- /wp:cover --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:2:{i:0;s:7:\"content\";i:1;s:11:\"interactive\";}s:10:\"categories\";s:12:\"media-embeds\";s:14:\"all_categories\";a:1:{i:0;s:12:\"media-embeds\";}s:7:\"context\";N;s:5:\"order\";i:60;s:11:\"is_featured\";b:0;}i:96;a:11:{s:2:\"id\";s:36:\"9c9b94cf-3b04-4ec2-a8d0-ab9a08f0eb9a\";s:4:\"slug\";s:7:\"embed-7\";s:5:\"title\";s:7:\"embed-7\";s:11:\"description\";s:7:\"embed-7\";s:7:\"content\";s:10599:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"style\":{\"border\":{\"top\":{\"width\":\"1px\"},\"bottom\":{\"width\":\"1px\"}}},\"metadata\":{\"name\":\"Title + Bento Grid\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-white nfd-wb-media-embeds__embed-7\" style=\"border-top-width:1px;border-bottom-width:1px;\"><!-- wp:group {\"metadata\":{\"name\":\"Heading\"},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-contrast nfd-text-xl nfd-text-balance\"} --><h3 class=\"nfd-text-contrast nfd-text-xl nfd-text-balance wp-block-heading\" style=\"font-style:normal;font-weight:500\">Get Started</h3><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-faded nfd-text-opacity-80 nfd-text-balance nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-faded nfd-text-opacity-80 nfd-text-balance nfd-text-md nfd-shrink-0 has-text-align-right\" style=\"font-style:normal;font-weight:600\"><a href=\"#\">Learn more</a></p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:columns {\"metadata\":{\"name\":\"Bento Grid\"},\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|70\",\"bottom\":\"var:preset|spacing|70\"}}}} --><div class=\"wp-block-columns\" style=\"margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)\"><!-- wp:column {\"width\":\"50%\"} --><div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:cover {\"url\":\"https://hiive.cloud/workers/wonderblocks-assets/video-1.mp4\",\"isUserOverlayColor\":true,\"backgroundType\":\"video\",\"gradient\":\"luminous-dusk\",\"contentPosition\":\"bottom center\",\"style\":{\"dimensions\":{\"aspectRatio\":\"3/2\"}},\"className\":\"nfd-rounded-xl nfd-p-0 nfd-mask-fade-to-b\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-rounded-xl nfd-p-0 nfd-mask-fade-to-b wp-block-cover has-custom-content-position is-position-bottom-center\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim wp-block-cover__gradient-background has-background-gradient has-luminous-dusk-gradient-background\"></span><video class=\"wp-block-cover__video-background intrinsic-ignore\" autoplay muted loop playsinline src=\"https://hiive.cloud/workers/wonderblocks-assets/video-1.mp4\" data-object-fit=\"cover\"></video><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"metadata\":{\"name\":\"Title\"},\"className\":\"nfd-p-card-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-p-card-md wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\",\"className\":\"nfd-text-lg\"} --><p class=\"nfd-text-lg has-text-align-left has-base-color has-text-color has-link-color\" style=\"font-style:normal;font-weight:600\"><a href=\"#\">How to make a website</a></p><!-- /wp:paragraph --><!-- wp:group {\"metadata\":{\"name\":\"Time\"},\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"6px\",\"right\":\"6px\"}},\"color\":{\"background\":\"#ffffff33\"}},\"className\":\"nfd-backdrop-blur-sm nfd-text-base nfd-rounded nfd-shadow-xs nfd-shrink-0\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-backdrop-blur-sm nfd-text-base nfd-rounded nfd-shadow-xs nfd-shrink-0 wp-block-group has-background\" style=\"background-color:#ffffff33;padding-top:0px;padding-right:6px;padding-bottom:0px;padding-left:6px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-p-0\"} --><p class=\"nfd-p-0\" style=\"font-style:normal;font-weight:600\">16:38</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1717831499998-6f5bafe9e287?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=600&h=900&crop=\",\"overlayColor\":\"black\",\"isUserOverlayColor\":true,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"bottom center\",\"className\":\"nfd-p-0 nfd-rounded-xl nfd-mask-fade-to-b\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-p-0 nfd-rounded-xl nfd-mask-fade-to-b wp-block-cover has-custom-content-position is-position-bottom-center\" style=\"min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1717831499998-6f5bafe9e287?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=600&h=900&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"metadata\":{\"name\":\"Title\"},\"className\":\"nfd-p-card-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-p-card-md wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\",\"className\":\"nfd-text-lg\"} --><p class=\"nfd-text-lg has-text-align-left has-base-color has-text-color has-link-color\" style=\"font-style:normal;font-weight:600\"><a href=\"#\">All videos</a></p><!-- /wp:paragraph --><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-opacity-80\"} --><p class=\"nfd-text-opacity-80\" style=\"font-style:normal;font-weight:300\">40+ lessons</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"dimensions\":{\"minHeight\":\"100%\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"wp-block-group\" style=\"min-height:100%\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"stretch\"}} --><div class=\"wp-block-group\"><!-- wp:cover {\"isUserOverlayColor\":true,\"minHeight\":100,\"minHeightUnit\":\"%\",\"gradient\":\"vivid-cyan-blue-to-vivid-purple\",\"contentPosition\":\"bottom center\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"border\":{\"width\":\"1px\"}},\"className\":\"nfd-p-0 nfd-rounded-xl\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-p-0 nfd-rounded-xl wp-block-cover has-custom-content-position is-position-bottom-center\" style=\"border-width:1px;min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient has-vivid-cyan-blue-to-vivid-purple-gradient-background\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"metadata\":{\"name\":\"Title\"},\"className\":\"nfd-p-card-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-p-card-md wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\",\"className\":\"nfd-text-lg\"} --><p class=\"nfd-text-lg has-text-align-left has-base-color has-text-color has-link-color\" style=\"font-style:normal;font-weight:600\"><a href=\"#\">App tour</a></p><!-- /wp:paragraph --><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-opacity-80\"} --><p class=\"nfd-text-opacity-80\" style=\"font-style:normal;font-weight:300\">Interactive guide</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:group --><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"stretch\"}} --><div class=\"wp-block-group\"><!-- wp:cover {\"isUserOverlayColor\":true,\"minHeight\":100,\"minHeightUnit\":\"%\",\"gradient\":\"luminous-vivid-amber-to-luminous-vivid-orange\",\"contentPosition\":\"bottom center\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-p-0 nfd-rounded-xl\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-p-0 nfd-rounded-xl wp-block-cover has-custom-content-position is-position-bottom-center\" style=\"min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"metadata\":{\"name\":\"Title\"},\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\",\"className\":\"nfd-p-card-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"\"} --><div class=\"nfd-p-card-md wp-block-group has-base-color has-text-color has-link-color\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-lg\"} --><p class=\"nfd-text-lg has-text-align-left\" style=\"font-style:normal;font-weight:600\"><a href=\"#\">View demo</a></p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:2:{i:0;s:7:\"content\";i:1;s:11:\"interactive\";}s:10:\"categories\";s:12:\"media-embeds\";s:14:\"all_categories\";a:1:{i:0;s:12:\"media-embeds\";}s:7:\"context\";N;s:5:\"order\";i:70;s:11:\"is_featured\";b:0;}i:97;a:11:{s:2:\"id\";s:36:\"9c9b94cf-4260-4b35-9ff2-ff4638f6b88b\";s:4:\"slug\";s:7:\"embed-8\";s:5:\"title\";s:7:\"embed-8\";s:11:\"description\";s:7:\"embed-8\";s:7:\"content\";s:5812:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Video Grid\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg nfd-wb-media-embeds__embed-8\" ><!-- wp:columns --><div class=\"wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Media Image + Text\"},\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1584944668238-d7b4a7b2d375?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&crop=&w=800&h=600&crop=\",\"dimRatio\":30,\"overlayColor\":\"header-foreground\",\"isUserOverlayColor\":true,\"contentPosition\":\"center center\",\"style\":{\"dimensions\":{\"aspectRatio\":\"16/9\"}},\"className\":\"nfd-stretch-cover-child nfd-rounded\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-stretch-cover-child nfd-rounded wp-block-cover\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-header-foreground-background-color has-background-dim-30 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1584944668238-d7b4a7b2d375?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&crop=&w=800&h=600&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"className\":\"nfd-pseudo-play-icon\"} --><p class=\"nfd-pseudo-play-icon\"><a href=\"#\">View more details</a></p><!-- /wp:paragraph --></div></div><!-- /wp:cover --><!-- wp:spacer {\"height\":\"16px\"} --><div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">19:01</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading\">Getting Started</h3><!-- /wp:heading --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Media Image + Text\"},\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1717968368310-1110eae34644?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&crop=&w=800&h=600&crop=\",\"dimRatio\":30,\"overlayColor\":\"header-foreground\",\"isUserOverlayColor\":true,\"contentPosition\":\"center center\",\"style\":{\"dimensions\":{\"aspectRatio\":\"16/9\"}},\"className\":\"nfd-stretch-cover-child nfd-rounded\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-stretch-cover-child nfd-rounded wp-block-cover\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-header-foreground-background-color has-background-dim-30 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1717968368310-1110eae34644?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&crop=&w=800&h=600&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"className\":\"nfd-pseudo-play-icon\"} --><p class=\"nfd-pseudo-play-icon\"><a href=\"#\">View more details</a></p><!-- /wp:paragraph --></div></div><!-- /wp:cover --><!-- wp:spacer {\"height\":\"16px\"} --><div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">05:23</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading\">Next Steps</h3><!-- /wp:heading --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Media Image + Text\"},\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1718041705221-0a6a8735c278?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&crop=&w=800&h=600&crop=\",\"dimRatio\":30,\"overlayColor\":\"header-foreground\",\"isUserOverlayColor\":true,\"contentPosition\":\"center center\",\"style\":{\"dimensions\":{\"aspectRatio\":\"16/9\"}},\"className\":\"nfd-stretch-cover-child nfd-rounded\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-stretch-cover-child nfd-rounded wp-block-cover\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-header-foreground-background-color has-background-dim-30 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1718041705221-0a6a8735c278?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&crop=&w=800&h=600&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"className\":\"nfd-pseudo-play-icon\"} --><p class=\"nfd-pseudo-play-icon\"><a href=\"#\">View more details</a></p><!-- /wp:paragraph --></div></div><!-- /wp:cover --><!-- wp:spacer {\"height\":\"16px\"} --><div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">03:01</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading\">Adding Images</h3><!-- /wp:heading --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:2:{i:0;s:7:\"content\";i:1;s:11:\"interactive\";}s:10:\"categories\";s:12:\"media-embeds\";s:14:\"all_categories\";a:1:{i:0;s:12:\"media-embeds\";}s:7:\"context\";N;s:5:\"order\";i:80;s:11:\"is_featured\";b:0;}i:98;a:11:{s:2:\"id\";s:36:\"9c9b94cf-477f-480e-aec2-eed39a6602df\";s:4:\"slug\";s:7:\"embed-9\";s:5:\"title\";s:7:\"embed-9\";s:11:\"description\";s:7:\"embed-9\";s:7:\"content\";s:9281:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"style\":{\"border\":{\"top\":{\"width\":\"1px\"},\"bottom\":{\"width\":\"1px\"}}},\"metadata\":{\"name\":\"Text + Media Grid\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-white nfd-wb-media-embeds__embed-9\" style=\"border-top-width:1px;border-bottom-width:1px;\"><!-- wp:group {\"metadata\":{\"name\":\"Heading\"},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-contrast nfd-text-xl nfd-text-balance\"} --><h3 class=\"nfd-text-contrast nfd-text-xl nfd-text-balance wp-block-heading\" style=\"font-style:normal;font-weight:500\">Get Started</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-balance nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-md\">Beautifully designed, AI-powered collection of WordPress patterns and templates for your next website.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-faded nfd-text-opacity-80 nfd-text-balance nfd-text-md nfd-shrink-0\"} --><p class=\"nfd-text-faded nfd-text-opacity-80 nfd-text-balance nfd-text-md nfd-shrink-0 has-text-align-right\" style=\"font-style:normal;font-weight:600\"><a href=\"#\">Learn more ↗</a></p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"24px\"} --><div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:columns --><div class=\"wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Media Image + Text\"},\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1584944668238-d7b4a7b2d375?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&crop=&w=800&h=600&crop=\",\"dimRatio\":30,\"overlayColor\":\"header-foreground\",\"isUserOverlayColor\":true,\"contentPosition\":\"center center\",\"style\":{\"dimensions\":{\"aspectRatio\":\"16/9\"}},\"className\":\"nfd-stretch-cover-child nfd-rounded\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-stretch-cover-child nfd-rounded wp-block-cover\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-header-foreground-background-color has-background-dim-30 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1584944668238-d7b4a7b2d375?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&crop=&w=800&h=600&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"className\":\"nfd-pseudo-play-icon\"} --><p class=\"nfd-pseudo-play-icon\"><a href=\"#\">View more details</a></p><!-- /wp:paragraph --></div></div><!-- /wp:cover --><!-- wp:spacer {\"height\":\"16px\"} --><div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">19:01</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading\">Getting Started</h3><!-- /wp:heading --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Media Image + Text\"},\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1717968368310-1110eae34644?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&crop=&w=800&h=600&crop=\",\"dimRatio\":30,\"overlayColor\":\"header-foreground\",\"isUserOverlayColor\":true,\"contentPosition\":\"center center\",\"style\":{\"dimensions\":{\"aspectRatio\":\"16/9\"}},\"className\":\"nfd-stretch-cover-child nfd-rounded\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-stretch-cover-child nfd-rounded wp-block-cover\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-header-foreground-background-color has-background-dim-30 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1717968368310-1110eae34644?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&crop=&w=800&h=600&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"className\":\"nfd-pseudo-play-icon\"} --><p class=\"nfd-pseudo-play-icon\"><a href=\"#\">View more details</a></p><!-- /wp:paragraph --></div></div><!-- /wp:cover --><!-- wp:spacer {\"height\":\"16px\"} --><div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">05:23</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading\">Next Steps</h3><!-- /wp:heading --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Media Image + Text\"},\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1718041705221-0a6a8735c278?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&crop=&w=800&h=600&crop=\",\"dimRatio\":30,\"overlayColor\":\"header-foreground\",\"isUserOverlayColor\":true,\"contentPosition\":\"center center\",\"style\":{\"dimensions\":{\"aspectRatio\":\"16/9\"}},\"className\":\"nfd-stretch-cover-child nfd-rounded\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-stretch-cover-child nfd-rounded wp-block-cover\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-header-foreground-background-color has-background-dim-30 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1718041705221-0a6a8735c278?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&crop=&w=800&h=600&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"className\":\"nfd-pseudo-play-icon\"} --><p class=\"nfd-pseudo-play-icon\"><a href=\"#\">View more details</a></p><!-- /wp:paragraph --></div></div><!-- /wp:cover --><!-- wp:spacer {\"height\":\"16px\"} --><div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">07:52</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading\">Using List View</h3><!-- /wp:heading --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Media Image + Text\"},\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1617668912875-7e4184d32a77?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&crop=&w=800&h=600&crop=\",\"dimRatio\":30,\"overlayColor\":\"header-foreground\",\"isUserOverlayColor\":true,\"contentPosition\":\"center center\",\"style\":{\"dimensions\":{\"aspectRatio\":\"16/9\"}},\"className\":\"nfd-stretch-cover-child nfd-rounded\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-stretch-cover-child nfd-rounded wp-block-cover\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-header-foreground-background-color has-background-dim-30 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1617668912875-7e4184d32a77?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&crop=&w=800&h=600&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"className\":\"nfd-pseudo-play-icon\"} --><p class=\"nfd-pseudo-play-icon\"><a href=\"#\">View more details</a></p><!-- /wp:paragraph --></div></div><!-- /wp:cover --><!-- wp:spacer {\"height\":\"16px\"} --><div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">03:01</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading\">Adding Images</h3><!-- /wp:heading --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:2:{i:0;s:7:\"content\";i:1;s:11:\"interactive\";}s:10:\"categories\";s:12:\"media-embeds\";s:14:\"all_categories\";a:1:{i:0;s:12:\"media-embeds\";}s:7:\"context\";N;s:5:\"order\";i:90;s:11:\"is_featured\";b:0;}i:99;a:11:{s:2:\"id\";s:36:\"9ac51f07-4306-4018-975d-ac719d823f99\";s:4:\"slug\";s:7:\"hero-10\";s:5:\"title\";s:7:\"hero-10\";s:11:\"description\";s:7:\"hero-10\";s:7:\"content\";s:5772:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Hero\"},\"nfdGroupTheme\":\"white\",\"nfdGroupEffect\":\"grid\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-white nfd-bg-effect-grid nfd-wb-hero__hero-10\" ><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} --><div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} --><div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} --><h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Personalized craft advice and inspiration.</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-balance\"} --><p class=\"nfd-text-balance\">Let us help you take your creativity to the next level. We provide expert guidance to make your projects a success.</p><!-- /wp:paragraph --><!-- wp:columns --><div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|10\"}}} --><div class=\"wp-block-column\"><!-- wp:paragraph {\"className\":\"nfd-text-balance\"} --><p class=\"nfd-text-balance\"><strong>Crafting Tips and Techniques</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-faded nfd-text-base\">Pellentesque lectus cum neque cursus sapien adipiscing vitae. Nulla facilisi nullam vehicula ipsum a arcu.</p><!-- /wp:paragraph --></div><!-- /wp:column --><!-- wp:column {\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|10\"}}} --><div class=\"wp-block-column\"><!-- wp:paragraph {\"className\":\"nfd-text-balance\"} --><p class=\"nfd-text-balance\"><strong>Crafting Supplies</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-faded nfd-text-base\">Ultricies faucibus donec tellus cras ornare aenean euismod elementum nisi quis.</p><!-- /wp:paragraph --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:buttons --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-xl\"} --><div class=\"nfd-btn-xl wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Join our Community</a></div><!-- /wp:button --><!-- wp:button {\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}}},\"className\":\"nfd-btn-xl is-style-outline\"} --><div class=\"nfd-btn-xl is-style-outline wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" style=\"border-style:none;border-width:0px;padding-right:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\">Create your Free Account<span style=\"margin-left: 8px;\">→</span></a></div><!-- /wp:button --></div><!-- /wp:buttons --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1682262675293-e855ce97e44b?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=800&h=800&crop=\",\"focalPoint\":{\"x\":0.55,\"y\":1},\"minHeight\":500,\"minHeightUnit\":\"px\",\"customGradient\":\"linear-gradient(0deg,rgb(255,255,255) 7%,rgba(255,255,255,0) 7%)\",\"contentPosition\":\"bottom right\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}}} --><div class=\"wp-block-cover has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim wp-block-cover__gradient-background has-background-gradient\" style=\"background:linear-gradient(0deg,rgb(255,255,255) 7%,rgba(255,255,255,0) 7%)\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1682262675293-e855ce97e44b?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=800&h=800&crop=\" style=\"object-position:55% 100%\" data-object-fit=\"cover\" data-object-position=\"55% 100%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"radius\":\"0px\"}},\"className\":\"nfd-p-card-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid\"} --><div class=\"nfd-p-card-lg wp-block-group nfd-bg-surface nfd-theme-darker nfd-bg-effect-grid\" style=\"border-radius:0px;font-style:normal;font-weight:500\"><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} --><p class=\"nfd-text-opacity-80\">Art & Craft Supplies</p><!-- /wp:paragraph --><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} --><p class=\"\" style=\"line-height:2\"><span style=\"margin-right: 4px\">✓ </span>Multi Purpose Brushes<br><span style=\"margin-right:4px\">✓</span> Acrylic Paints<br><span style=\"margin-right:4px\">✓</span> Felt Cloth Sheets</p><!-- /wp:paragraph --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:16:{i:0;s:5:\"check\";i:1;s:4:\"grid\";i:2;s:5:\"lines\";i:3;s:6:\"button\";i:4;s:5:\"image\";i:5;s:5:\"light\";i:6;s:6:\"offset\";i:7;s:7:\"overlay\";i:8;s:8:\"subtitle\";i:9;s:5:\"emoji\";i:10;s:6:\"modern\";i:11;s:5:\"photo\";i:12;s:6:\"banner\";i:13;s:5:\"intro\";i:14;s:7:\"content\";i:15;s:9:\"marketing\";}s:10:\"categories\";s:4:\"hero\";s:14:\"all_categories\";a:1:{i:0;s:4:\"hero\";}s:7:\"context\";N;s:5:\"order\";i:100;s:11:\"is_featured\";b:0;}i:100;a:11:{s:2:\"id\";s:36:\"9ac51f07-4c57-4344-97fa-b72ef30a3913\";s:4:\"slug\";s:7:\"hero-11\";s:5:\"title\";s:7:\"hero-11\";s:11:\"description\";s:7:\"hero-11\";s:7:\"content\";s:3001:\"<!-- wp:group {\"className\":\"nfd-pt-lg\",\"align\":\"full\",\"metadata\":{\"name\":\"Hero\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"grid-3\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull nfd-pt-lg is-style-nfd-theme-dark nfd-bg-effect-grid-3 nfd-wb-hero__hero-11\" ><!-- wp:group {\"className\":\"nfd-container\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-container wp-block-group\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"40px\",\"left\":\"40px\"}}},\"className\":\"nfd-gap-2xl nfd-gap-y-lg\"} --><div class=\"nfd-gap-2xl nfd-gap-y-lg wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"level\":1,\"className\":\"nfd-text-giga nfd-text-contrast nfd-text-balance\"} --><h1 class=\"nfd-text-giga nfd-text-contrast nfd-text-balance wp-block-heading\">Elevate your journey today.</h1><!-- /wp:heading --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"300px\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:300px\"><!-- wp:group {\"className\":\"nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xl wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-text-balance nfd-text-faded\"} --><p class=\"nfd-text-md nfd-text-balance nfd-text-faded\">Rent a car for your next adventure conveniently with the best prices on the market.</p><!-- /wp:paragraph --><!-- wp:buttons {\"className\":\"nfd-weight-inherit nfd-text-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"},\"style\":{\"typography\":{\"lineHeight\":\"1.5\"}}} --><div class=\"nfd-weight-inherit nfd-text-md wp-block-buttons\" style=\"line-height:1.5\"><!-- wp:button {\"className\":\"nfd-btn-xl\"} --><div class=\"nfd-btn-xl wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Find a Car</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"48px\"} --><div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-group alignfull\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:image {\"align\":\"center\",\"aspectRatio\":\"16/9\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded-t-xl\"} --><figure class=\"nfd-rounded-t-xl wp-block-image aligncenter size-large\"><img src=\"https://images.unsplash.com/photo-1654641325054-1dfbfcb4d3f7?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MjU1fHxjYXIlMjB0cmF2ZWx8ZW58MHx8MHx8&auto=format&fit=crop&q=80&w=1400&h=788&crop=\" alt=\"\" style=\"aspect-ratio:16/9;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:12:{i:0;s:7:\"rounded\";i:1;s:5:\"image\";i:2;s:6:\"button\";i:3;s:8:\"diagonal\";i:4;s:4:\"dark\";i:5;s:14:\"call to action\";i:6;s:6:\"visual\";i:7;s:5:\"photo\";i:8;s:6:\"banner\";i:9;s:5:\"intro\";i:10;s:7:\"content\";i:11;s:9:\"marketing\";}s:10:\"categories\";s:4:\"hero\";s:14:\"all_categories\";a:1:{i:0;s:4:\"hero\";}s:7:\"context\";N;s:5:\"order\";i:110;s:11:\"is_featured\";b:0;}i:101;a:11:{s:2:\"id\";s:36:\"9ac51f07-5524-4c19-9add-b93ce0f1151f\";s:4:\"slug\";s:7:\"hero-12\";s:5:\"title\";s:7:\"hero-12\";s:11:\"description\";s:7:\"hero-12\";s:7:\"content\";s:2984:\"<!-- wp:group {\"className\":\"nfd-pt-lg\",\"align\":\"full\",\"metadata\":{\"name\":\"Hero\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"grid\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull nfd-pt-lg is-style-nfd-theme-dark nfd-bg-effect-grid nfd-wb-hero__hero-12\" ><!-- wp:group {\"className\":\"nfd-gap-4xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-4xl wp-block-group\"><!-- wp:group {\"className\":\"nfd-container\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-container wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"top\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-xl wp-block-group \"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"right\":\"16px\",\"left\":\"16px\",\"top\":\"6px\",\"bottom\":\"6px\"}}},\"className\":\" nfd-rounded-full nfd-bg-subtle\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} --><div class=\" nfd-rounded-full wp-block-group nfd-bg-subtle\" style=\"padding-top:6px;padding-right:16px;padding-bottom:6px;padding-left:16px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-xs\"} --><p class=\"nfd-text-xs\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\">About Us</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"className\":\"nfd-text-giga nfd-text-contrast nfd-text-balance\"} --><h1 class=\"nfd-text-giga nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-center\">Tailored Legal Solutions for <br>Businesses & Individuals</h1><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-md nfd-text-balance nfd-text-faded\"} --><p class=\"nfd-text-md nfd-text-balance nfd-text-faded has-text-align-center\">We provide customized legal services to address the specific needs of corporations and private persons, ensuring optimal outcomes for their legal issues.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-group alignfull \" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:image {\"align\":\"center\",\"aspectRatio\":\"16/9\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded-t-xl\"} --><figure class=\"nfd-rounded-t-xl wp-block-image aligncenter size-large\"><img src=\"https://images.unsplash.com/photo-1543269865-cbf427effbad?auto=format&fit=crop&q=80&w=1200&h=&crop=\" alt=\"\" style=\"aspect-ratio:16/9;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:15:{i:0;s:7:\"rounded\";i:1;s:4:\"grid\";i:2;s:5:\"about\";i:3;s:5:\"image\";i:4;s:5:\"graph\";i:5;s:5:\"lines\";i:6;s:8:\"centered\";i:7;s:6:\"simple\";i:8;s:5:\"story\";i:9;s:4:\"dark\";i:10;s:5:\"photo\";i:11;s:6:\"banner\";i:12;s:5:\"intro\";i:13;s:7:\"content\";i:14;s:9:\"marketing\";}s:10:\"categories\";s:4:\"hero\";s:14:\"all_categories\";a:1:{i:0;s:4:\"hero\";}s:7:\"context\";N;s:5:\"order\";i:120;s:11:\"is_featured\";b:0;}i:102;a:11:{s:2:\"id\";s:36:\"9b73e2e6-d27d-4b57-a910-022a0410250e\";s:4:\"slug\";s:7:\"hero-13\";s:5:\"title\";s:7:\"hero-13\";s:11:\"description\";s:7:\"hero-13\";s:7:\"content\";s:6933:\"<!-- wp:group {\"className\":\"nfd-pt-lg\",\"align\":\"full\",\"metadata\":{\"name\":\"Hero\"},\"style\":{\"color\":{\"gradient\":\"linear-gradient(5deg,rgb(255,255,255) 23%,rgb(22,26,29) 23%)\"}},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"dots\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull nfd-container nfd-pt-lg has-background is-style-nfd-theme-darker nfd-bg-effect-dots nfd-wb-hero__hero-13\" style=\"background:linear-gradient(5deg,rgb(255,255,255) 23%,rgb(22,26,29) 23%);\"><!-- wp:group {\"className\":\"nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-xl wp-block-group\"><!-- wp:group {\"className\":\"nfd-wb-animate\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"600px\"}} --><div class=\"wp-block-group \"><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"className\":\"nfd-text-giga nfd-text-current nfd-text-balance\"} --><h1 class=\"nfd-text-giga nfd-text-current nfd-text-balance wp-block-heading has-text-align-center\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-secondary-color\">Explore & Engage </mark>Our community</h1><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"12px\",\"bottom\":\"12px\"}}},\"className\":\"nfd-wb-animate\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"wp-block-group \" style=\"padding-top:12px;padding-bottom:12px\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|secondary\"}}}},\"typography\":{\"textDecoration\":\"underline\"}},\"fontSize\":\"normal\"} --><p class=\"has-text-align-center has-link-color has-normal-font-size\" style=\"text-decoration:underline\"><a href=\"#\">Learn More About Us</a></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-xs nfd-text-faded\"} --><p class=\"nfd-text-xs nfd-text-faded\">•</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|secondary\"}}}},\"typography\":{\"textDecoration\":\"underline\"}},\"fontSize\":\"normal\"} --><p class=\"has-text-align-center has-link-color has-normal-font-size\" style=\"text-decoration:underline\"><a href=\"#\">Join Our Events</a></p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"40px\"} --><div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"wp-block-group \"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"nfdAnimation\":\"\"} --><div class=\"wp-block-group\"><!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"4px\"}},\"nfdAnimation\":\"nfd-wb-zoom-in-short\"} --><figure class=\"wp-block-image size-full has-custom-border nfd-wb-animate nfd-wb-zoom-in-short\"><img src=\"https://images.unsplash.com/photo-1585487000160-6ebcfceb0d03?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTF8fGNsb3RoaW5nfGVufDB8fDB8fHwy&auto=format&fit=crop&q=60&w=600&h=800&crop=\" alt=\"img1\" style=\"border-radius:4px;aspect-ratio:3/4;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:group --><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"wp-block-group\"><!-- wp:image {\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"4px\"}},\"nfdAnimation\":\"nfd-wb-zoom-in-short\",\"nfdAnimationDelay\":\"nfd-delay-150\"} --><figure class=\"wp-block-image size-full has-custom-border nfd-wb-animate nfd-wb-zoom-in-short nfd-delay-150\"><img src=\"https://images.unsplash.com/photo-1568251478083-32c27296c2c2?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MzF8fGRyZXNzfGVufDB8MHwwfHx8MA%3D%3D&auto=format&fit=crop&q=60&&w=800&h=600&crop=\" alt=\"img2\" style=\"border-radius:4px;aspect-ratio:4/3;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"4px\"}},\"nfdAnimation\":\"nfd-wb-zoom-in-short\",\"nfdAnimationDelay\":\"nfd-delay-300\"} --><figure class=\"wp-block-image size-full has-custom-border nfd-wb-animate nfd-wb-zoom-in-short nfd-delay-300\"><img src=\"https://images.unsplash.com/photo-1585487000376-31e93cfda351?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1yZWxhdGVkfDJ8fHxlbnwwfHx8fHw%3D&auto=format&fit=crop&q=60&w=600&h=800&crop=\" alt=\"img3\" style=\"border-radius:4px;aspect-ratio:3/4;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:group --><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"20px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"wp-block-group\"><!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"4px\"}},\"nfdAnimation\":\"nfd-wb-zoom-in-short\",\"nfdAnimationDelay\":\"nfd-delay-450\"} --><figure class=\"wp-block-image size-full has-custom-border nfd-wb-animate nfd-wb-zoom-in-short nfd-delay-450\"><img src=\"https://images.unsplash.com/photo-1550639525-c97d455acf70?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1yZWxhdGVkfDV8fHxlbnwwfHx8fHw%3D&auto=format&fit=crop&q=60&w=600&h=800&crop=\" alt=\"img4\" style=\"border-radius:4px;aspect-ratio:3/4;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:group --><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"wp-block-group\"><!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"4px\"}},\"nfdAnimation\":\"nfd-wb-zoom-in-short\",\"nfdAnimationDelay\":\"nfd-delay-600\"} --><figure class=\"wp-block-image size-full has-custom-border nfd-wb-animate nfd-wb-zoom-in-short nfd-delay-600\"><img src=\"https://images.unsplash.com/photo-1585487000160-6ebcfceb0d03?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTF8fGNsb3RoaW5nfGVufDB8fDB8fHwy&auto=format&fit=crop&q=60&w=600&h=800&crop=\" alt=\"img5\" style=\"border-radius:4px;aspect-ratio:3/4;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:image {\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"4px\"}},\"nfdAnimation\":\"nfd-wb-zoom-in-short\",\"nfdAnimationDelay\":\"nfd-delay-750\"} --><figure class=\"wp-block-image size-full has-custom-border nfd-wb-animate nfd-wb-zoom-in-short nfd-delay-750\"><img src=\"https://images.unsplash.com/photo-1585487000465-cecc786737b1?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&q=80&auto=format&fit=crop&w=800&h=600&crop=\" alt=\"img6\" style=\"border-radius:4px;aspect-ratio:4/3;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:16:{i:0;s:7:\"texture\";i:1;s:7:\"gallery\";i:2;s:4:\"tile\";i:3;s:6:\"modern\";i:4;s:5:\"angle\";i:5;s:6:\"divide\";i:6;s:8:\"contrast\";i:7;s:9:\"highlight\";i:8;s:7:\"rounded\";i:9;s:3:\"row\";i:10;s:5:\"photo\";i:11;s:5:\"image\";i:12;s:6:\"banner\";i:13;s:5:\"intro\";i:14;s:7:\"content\";i:15;s:9:\"marketing\";}s:10:\"categories\";s:4:\"hero\";s:14:\"all_categories\";a:1:{i:0;s:4:\"hero\";}s:7:\"context\";N;s:5:\"order\";i:130;s:11:\"is_featured\";b:0;}i:103;a:11:{s:2:\"id\";s:36:\"9b73e2e6-dbff-435d-a040-e2491df9f0d5\";s:4:\"slug\";s:7:\"hero-14\";s:5:\"title\";s:7:\"hero-14\";s:11:\"description\";s:7:\"hero-14\";s:7:\"content\";s:2389:\"<!-- wp:group {\"align\":\"full\",\"metadata\":{\"name\":\"Hero\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull nfd-container nfd-wb-hero__hero-14\" ><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1707345512638-997d31a10eaa?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDF8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=1600&h=&crop=\",\"dimRatio\":30,\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"align\":\"full\",\"className\":\"nfd-container\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-container wp-block-cover alignfull\" style=\"min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1707345512638-997d31a10eaa?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDF8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=1600&h=&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}},\"className\":\"nfd-container nfd-p-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-container nfd-p-md wp-block-group\"><!-- wp:spacer {\"height\":\"51px\",\"style\":{\"layout\":{\"flexSize\":\"40px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:51px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:heading {\"textAlign\":\"center\",\"textColor\":\"white\",\"className\":\"nfd-text-giga\"} --><h2 class=\"nfd-text-giga wp-block-heading has-text-align-center has-white-color has-text-color\">Explore the World</h2><!-- /wp:heading --><!-- wp:buttons --><div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"spacing\":{\"padding\":{\"left\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\"}}},\"className\":\"nfd-btn-xl nfd-rounded-full\"} --><div class=\"nfd-btn-xl nfd-rounded-full wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--40)\">Book a Flight</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:group -->\";s:4:\"tags\";a:15:{i:0;s:10:\"fullscreen\";i:1;s:8:\"centered\";i:2;s:14:\"call to action\";i:3;s:6:\"button\";i:4;s:10:\"background\";i:5;s:5:\"image\";i:6;s:7:\"overlay\";i:7;s:6:\"simple\";i:8;s:5:\"clean\";i:9;s:6:\"visual\";i:10;s:5:\"photo\";i:11;s:6:\"banner\";i:12;s:5:\"intro\";i:13;s:7:\"content\";i:14;s:9:\"marketing\";}s:10:\"categories\";s:4:\"hero\";s:14:\"all_categories\";a:1:{i:0;s:4:\"hero\";}s:7:\"context\";N;s:5:\"order\";i:140;s:11:\"is_featured\";b:0;}i:104;a:11:{s:2:\"id\";s:36:\"9b73e2e6-e582-4607-9509-bf52610ea1eb\";s:4:\"slug\";s:7:\"hero-15\";s:5:\"title\";s:7:\"hero-15\";s:11:\"description\";s:7:\"hero-15\";s:7:\"content\";s:2437:\"<!-- wp:group {\"align\":\"full\",\"metadata\":{\"name\":\"Hero\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull nfd-container nfd-wb-hero__hero-15\" ><!-- wp:cover {\"url\":\"https://images.unsplash.com/flagged/photo-1570733117311-d990c3816c47?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=1600&h=&crop=\",\"dimRatio\":40,\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"bottom center\",\"align\":\"full\"} --><div class=\"wp-block-cover alignfull has-custom-content-position is-position-bottom-center\" style=\"min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-40 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/flagged/photo-1570733117311-d990c3816c47?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=1600&h=&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}},\"className\":\"nfd-container nfd-p-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-container nfd-p-md wp-block-group\"><!-- wp:spacer {\"height\":\"51px\",\"style\":{\"layout\":{\"flexSize\":\"40px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:51px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"textTransform\":\"uppercase\"}},\"textColor\":\"white\",\"className\":\"nfd-text-huge\"} --><h2 class=\"nfd-text-huge wp-block-heading has-text-align-center has-white-color has-text-color\" style=\"font-style:normal;font-weight:800;text-transform:uppercase\">2025 Summer Collection</h2><!-- /wp:heading --><!-- wp:buttons --><div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"white\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}},\"border\":{\"radius\":\"0px\"},\"color\":{\"background\":\"#404040\"}},\"className\":\"nfd-btn-xl\"} --><div class=\"nfd-btn-xl wp-block-button\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color wp-element-button\" style=\"border-radius:0px;background-color:#404040\">Shop Collection</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:group -->\";s:4:\"tags\";a:16:{i:0;s:10:\"fullscreen\";i:1;s:5:\"cover\";i:2;s:6:\"button\";i:3;s:5:\"cover\";i:4;s:5:\"large\";i:5;s:4:\"bold\";i:6;s:8:\"centered\";i:7;s:6:\"bottom\";i:8;s:5:\"chunk\";i:9;s:10:\"background\";i:10;s:5:\"image\";i:11;s:5:\"photo\";i:12;s:6:\"banner\";i:13;s:5:\"intro\";i:14;s:7:\"content\";i:15;s:9:\"marketing\";}s:10:\"categories\";s:4:\"hero\";s:14:\"all_categories\";a:1:{i:0;s:4:\"hero\";}s:7:\"context\";N;s:5:\"order\";i:150;s:11:\"is_featured\";b:0;}i:105;a:11:{s:2:\"id\";s:36:\"9f8e048e-83e7-4412-80fd-f1f094ac143e\";s:4:\"slug\";s:7:\"hero-16\";s:5:\"title\";s:7:\"hero-16\";s:11:\"description\";s:7:\"hero-16\";s:7:\"content\";s:5153:\"<!-- wp:group {\"className\":\"nfd-py-lg\",\"metadata\":{\"name\":\"Hero\"},\"nfdGroupTheme\":\"primary-15\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-py-lg is-style-nfd-theme-primary-15 nfd-wb-hero__hero-16\" ><!-- wp:columns {\"verticalAlignment\":null,\"className\":\"nfd-gap-3xl\"} --><div class=\"nfd-gap-3xl wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"55%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:55%\"><!-- wp:group {\"metadata\":{},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"wp-block-group\"><!-- wp:image {\"aspectRatio\":\"3/2\",\"scale\":\"contain\",\"sizeSlug\":\"full\",\"style\":{\"border\":{\"radius\":\"20px\"},\"spacing\":{\"margin\":{\"right\":\"-50%\"}}}} --><figure class=\"wp-block-image size-full has-custom-border\" style=\"margin-right:-50%\"><img src=\"https://images.unsplash.com/photo-1571934811356-5cc061b6821f?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=1200&h=800&crop=\" alt=\"\" style=\"border-radius:20px;aspect-ratio:3/2;object-fit:contain\"/></figure><!-- /wp:image --><!-- wp:group {\"metadata\":{\"name\":\"Testimonial\"},\"className\":\"nfd-rounded nfd-text-balance nfd-p-card-md nfd-gap-md is-style-nfd-theme-light\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"shadow\":\"var:preset|shadow|natural\",\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|70\"}},\"border\":{\"radius\":\"16px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"nfdGroupTheme\":\"\"} --><div class=\"nfd-rounded nfd-text-balance nfd-p-card-md nfd-gap-md is-style-nfd-theme-light wp-block-group\" style=\"border-radius:16px;margin-top:var(--wp--preset--spacing--70);box-shadow:var(--wp--preset--shadow--natural)\"><!-- wp:group {\"className\":\"nfd-pl-offset-md nfd-text-balance nfd-text-base\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-pl-offset-md nfd-text-balance nfd-text-base wp-block-group\"><!-- wp:paragraph --><p class=\"\">Love the taste, but most of all, love the effects on my body.<br>I’ve experienced a boost in energy levels, both mentally and physically.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:image {\"width\":\"70px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-full is-resized\"><img src=\"https://images.unsplash.com/photo-1681164316457-b39eee94bda3?w=400&h=400&fit=crop&crop=faces\" alt=\"\" style=\"width:70px\"/></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-md\",\"style\":{\"color\":{\"text\":\"#fab906\"},\"typography\":{\"letterSpacing\":\"2px\"}}} --><p class=\"nfd-text-md has-text-color\" style=\"color:#fab906;letter-spacing:2px\">★★★★★</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-base\"} --><p class=\"nfd-text-base has-text-align-left\">Rajesh Mehta</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"width\":\"45%\"} --><div class=\"wp-block-column\" style=\"flex-basis:45%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"40%\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"top\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"level\":1,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} --><h1 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-left\">Detox matcha tea</h1><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-lg\"} --><p class=\"nfd-text-lg\"><strong>$9.99</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-md nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-md nfd-text-faded nfd-text-balance has-text-align-left\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-base has-text-align-left\"} --><p class=\"nfd-text-base has-text-align-left\"><strong>Available in 3 flavours:</strong><br>Mint & Lemon, Vanilla & Cinnamon, Vanilla & Strawberry</p><!-- /wp:paragraph --><!-- wp:buttons --><div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"typography\":{\"fontSize\":\"1.25em\"}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-custom-font-size wp-element-button\" style=\"font-size:1.25em\">Buy Now →</a></div><!-- /wp:button --></div><!-- /wp:buttons --><!-- wp:paragraph {\"className\":\"nfd-text-sm\"} --><p class=\"nfd-text-sm\">30-days Money Back Guarantee<br>Free Shipping in UK</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:4:\"hero\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:160;s:11:\"is_featured\";b:0;}i:106;a:11:{s:2:\"id\";s:36:\"9f8e048e-8c4d-4d25-bb73-3e23e80ef50f\";s:4:\"slug\";s:7:\"hero-17\";s:5:\"title\";s:7:\"hero-17\";s:11:\"description\";s:7:\"hero-17\";s:7:\"content\";s:2711:\"<!-- wp:group {\"className\":\"nfd-p-lg nfd-bg-gray-100\",\"metadata\":{\"name\":\"Hero\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg nfd-bg-gray-100 nfd-wb-hero__hero-17\" ><!-- wp:columns {\"className\":\"nfd-gap-4xl nfd-gap-y-3xl\"} --><div class=\"nfd-gap-4xl nfd-gap-y-3xl wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"className\":\"nfd-p-0 nfd-gap-0\"} --><div class=\"wp-block-column is-vertically-aligned-center nfd-p-0 nfd-gap-0\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"top\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"level\":1,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} --><h1 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-left\">The best tablet for<br>drawing and art</h1><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-md nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-md nfd-text-faded nfd-text-balance has-text-align-left\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\"><strong>Available in 3 colors:</strong><br>Black, Blue & White</p><!-- /wp:paragraph --><!-- wp:buttons --><div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"black\",\"className\":\"nfd-text-md\",\"style\":{\"border\":{\"radius\":\"10px\"}}} --><div class=\"nfd-text-md wp-block-button\"><a class=\"wp-block-button__link has-black-background-color has-background wp-element-button\" style=\"border-radius:10px\"><strong>Buy Now →</strong></a></div><!-- /wp:button --></div><!-- /wp:buttons --><!-- wp:paragraph {\"className\":\"nfd-text-sm\"} --><p class=\"nfd-text-sm\">30-days Money Back Guarantee<br>Free Shipping in UK</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"nfd-rounded-lg\"} --><figure class=\"nfd-rounded-lg wp-block-image size-full\"><img src=\"https://images.unsplash.com/photo-1585770536735-27993a080586?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=800&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:4:\"hero\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:170;s:11:\"is_featured\";b:0;}i:107;a:11:{s:2:\"id\";s:36:\"9f8e048e-94b0-401a-9157-46ae1f4cd4d8\";s:4:\"slug\";s:7:\"hero-18\";s:5:\"title\";s:7:\"hero-18\";s:11:\"description\";s:7:\"hero-18\";s:7:\"content\";s:4402:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":0,\"right\":0,\"bottom\":0,\"left\":0}}},\"layout\":\"default\"} --><div class=\"wp-block-group alignfull nfd-container nfd-wb-hero__hero-18\" ><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1705028877368-43d73100c1fd?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=1600&h=&crop=\",\"dimRatio\":60,\"overlayColor\":\"black\",\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.5,\"y\":0.5},\"minHeight\":656,\"minHeightUnit\":\"px\",\"contentPosition\":\"center center\",\"sizeSlug\":\"full\",\"className\":\"nfd-container nfd-stretch-cover-child nfd-bg-gray-800 is-style-default nfd-p-0 nfd-m-0\"} --><div class=\"nfd-container nfd-stretch-cover-child nfd-bg-gray-800 is-style-default nfd-p-0 nfd-m-0 wp-block-cover\" style=\"min-height:656px\"><img class=\"wp-block-cover__image-background size-full\" alt=\"\" src=\"https://images.unsplash.com/photo-1705028877368-43d73100c1fd?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=1600&h=&crop=\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-60 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-px-base nfd-grow nfd-w-full md:nfd-border-none alignfull is-style-default nfd-gap-lg nfd-px-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\"},\"nfdGroupEffect\":\"\"} --><div class=\"nfd-px-base nfd-grow nfd-w-full md:nfd-border-none alignfull is-style-default nfd-gap-lg nfd-px-0 wp-block-group\"><!-- wp:spacer {\"height\":\"0px\",\"className\":\"nfd-my-0\",\"style\":{\"layout\":{\"flexSize\":\"70px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"nfd-my-0 wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"className\":\"nfd-text-current nfd-text-giga md:nfd-text-left md:nfd-no-br\"} --><h1 class=\"nfd-text-current nfd-text-giga md:nfd-text-left md:nfd-no-br wp-block-heading has-text-align-center\">A home you\'ll love</h1><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-balance md:nfd-text-left\",\"style\":{\"typography\":{\"fontSize\":\"22px\"}}} --><p class=\"nfd-text-balance md:nfd-text-left has-text-align-center\" style=\"font-size:22px\">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum <br>dolore eu fugiat nulla pariatur.</p><!-- /wp:paragraph --><!-- wp:buttons {\"className\":\"nfd-gap-lg nfd-text-base md:nfd-justify-start\",\"style\":{\"spacing\":{\"blockGap\":\"40px\",\"margin\":{\"top\":\"24px\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-lg nfd-text-base md:nfd-justify-start wp-block-buttons\" style=\"margin-top:24px\"><!-- wp:button {\"className\":\"is-style-fill nfd-py-xs nfd-px-lg\",\"style\":{\"typography\":{\"lineHeight\":\"1.5\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"capitalize\"},\"border\":{\"radius\":\"100px\"},\"spacing\":{\"padding\":{\"left\":\"48px\",\"right\":\"48px\"}}},\"fontSize\":\"medium\"} --><div class=\"is-style-fill nfd-py-xs nfd-px-lg wp-block-button\"><a class=\"wp-block-button__link has-medium-font-size has-custom-font-size wp-element-button\" href=\"#\" style=\"border-radius:100px;padding-right:48px;padding-left:48px;font-style:normal;font-weight:500;line-height:1.5;text-transform:capitalize\">Shop now → →</a></div><!-- /wp:button --><!-- wp:button {\"textColor\":\"white\",\"className\":\"is-style-outline nfd-py-xs nfd-px-lg\",\"style\":{\"typography\":{\"lineHeight\":\"1.5\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"capitalize\"},\"border\":{\"radius\":\"100px\",\"color\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"white\"}}},\"spacing\":{\"padding\":{\"left\":\"44px\",\"right\":\"44px\"}}},\"fontSize\":\"medium\"} --><div class=\"is-style-outline nfd-py-xs nfd-px-lg wp-block-button\"><a class=\"wp-block-button__link has-white-color has-text-color has-link-color has-border-color has-medium-font-size has-custom-font-size wp-element-button\" href=\"#\" style=\"border-color:#ffffff;border-radius:100px;padding-right:44px;padding-left:44px;font-style:normal;font-weight:500;line-height:1.5;text-transform:capitalize\">Our Projects</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:4:\"hero\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:180;s:11:\"is_featured\";b:0;}i:108;a:11:{s:2:\"id\";s:36:\"9f8e048e-9cdf-4c53-9f6c-5ab0f52fe0d2\";s:4:\"slug\";s:7:\"hero-19\";s:5:\"title\";s:7:\"hero-19\";s:11:\"description\";s:7:\"hero-19\";s:7:\"content\";s:3796:\"<!-- wp:group {\"align\":\"wide\",\"metadata\":{\"name\":\"Hero\"},\"layout\":{\"type\":\"default\"}} --><div class=\"wp-block-group alignwide nfd-wb-hero__hero-19\" ><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1616486338812-3dadae4b4ace?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=1200&h=&crop=\",\"dimRatio\":80,\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":1,\"y\":0.24},\"minHeight\":605,\"minHeightUnit\":\"px\",\"customGradient\":\"linear-gradient(135deg,rgb(255,255,255) 44%,rgba(255,184,184,0) 100%)\",\"sizeSlug\":\"full\",\"className\":\"nfd-p-lg nfd-rounded-xl\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-p-lg nfd-rounded-xl wp-block-cover\" style=\"min-height:605px\"><img class=\"wp-block-cover__image-background size-full\" alt=\"\" src=\"https://images.unsplash.com/photo-1616486338812-3dadae4b4ace?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=1200&h=&crop=\" style=\"object-position:100% 24%\" data-object-fit=\"cover\" data-object-position=\"100% 24%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-80 has-background-dim wp-block-cover__gradient-background has-background-gradient\" style=\"background:linear-gradient(135deg,rgb(255,255,255) 44%,rgba(255,184,184,0) 100%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\" is-style-nfd-theme-darker\",\"style\":{\"color\":{\"background\":\"#00000000\"},\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"nfdGroupTheme\":\"\"} --><div class=\" is-style-nfd-theme-darker wp-block-group has-background\" style=\"background-color:#00000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-4xl nfd-gap-y-3xl\"} --><div class=\"nfd-gap-4xl nfd-gap-y-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"500px\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:500px\"><!-- wp:group {\"className\":\"nfd-text-md nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-text-md nfd-gap-xl wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"level\":1,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"black\"}}}},\"textColor\":\"black\"} --><h1 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-left has-black-color has-text-color has-link-color\">Let\'s build an house <br>you\'ll love</h1><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-balance nfd-text-faded\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"black\"}}}},\"textColor\":\"black\"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-left has-black-color has-text-color has-link-color\">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p><!-- /wp:paragraph --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:buttons --><div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"black\",\"className\":\"nfd-btn-xl nfd-rounded-full\"} --><div class=\"nfd-btn-xl nfd-rounded-full wp-block-button\"><a class=\"wp-block-button__link has-black-background-color has-background wp-element-button\">Get in touch →</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:4:\"hero\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:190;s:11:\"is_featured\";b:0;}i:109;a:11:{s:2:\"id\";s:36:\"9bd0ae6a-97d6-40a2-b337-f63c97c4123a\";s:4:\"slug\";s:7:\"text-10\";s:5:\"title\";s:7:\"text-10\";s:11:\"description\";s:7:\"text-10\";s:7:\"content\";s:841:\"<!-- wp:group {\"metadata\":{\"name\":\"Text\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-wb-text__text-10\" ><!-- wp:group {\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} --><div class=\"wp-block-group\"><!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.1\"}},\"className\":\"nfd-text-balance nfd-text-primary nfd-text-lg nfd-max-w-full\"} --><h2 class=\"nfd-text-balance nfd-text-primary nfd-text-lg nfd-max-w-full wp-block-heading alignwide\" style=\"font-size:48px;line-height:1.1\">We\'re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2><!-- /wp:heading --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:5:{i:0;s:7:\"content\";i:1;s:12:\"text section\";i:2;s:16:\"highlighted text\";i:3;s:10:\"large text\";i:4;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:100;s:11:\"is_featured\";b:0;}i:110;a:11:{s:2:\"id\";s:36:\"9c1b1e08-6c38-43b8-a744-7fd17b07b091\";s:4:\"slug\";s:7:\"text-11\";s:5:\"title\";s:7:\"text-11\";s:11:\"description\";s:7:\"text-11\";s:7:\"content\";s:4443:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}},\"metadata\":{\"name\":\"Text\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull nfd-container nfd-wb-text__text-11\" ><!-- wp:group {\"metadata\":{\"name\":\"Text\"},\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}},\"className\":\"nfd-container nfd-text-md\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-container nfd-text-md wp-block-group alignfull\"><!-- wp:group {\"className\":\"nfd-text-md\",\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}},\"metadata\":{\"name\":\"Text\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull nfd-container nfd-text-md\" ><!-- wp:group {\"className\":\"nfd-max-w-prose\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"nfd-max-w-prose wp-block-group\"><!-- wp:heading {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-xl nfd-text-balance\"} --><h2 class=\"nfd-text-xl nfd-text-balance wp-block-heading\" style=\"font-style:normal;font-weight:600\">Introducing Block Patterns</h2><!-- /wp:heading --><!-- wp:paragraph --><p class=\"\">Streamline the process of building custom page layouts, empowering content creators to effortlessly craft visually stunning content without diving into complex coding. These patterns serve as <a href=\"#\"><span style=\"text-decoration: underline;\">pre-built templates</span></a> that encompass various block combinations.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-max-w-prose\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"nfd-max-w-prose wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-lg nfd-text-balance nfd-text-current\"} --><h3 class=\"nfd-text-lg nfd-text-balance nfd-text-current wp-block-heading\" style=\"font-style:normal;font-weight:600\"><strong>Efficiency Redefined</strong></h3><!-- /wp:heading --><!-- wp:paragraph --><p class=\"\"><strong>Remarkable blend of efficiency and flexibility</strong>. With just a few clicks, users can access a diverse array of pre-designed block layouts, eliminating the need to start from scratch and significantly reducing development time.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">John Doe (A customer of WonderBlocks) uses <a href=\"#\"><span style=\"text-decoration: underline;\">pre-built templates</span></a>.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-max-w-prose\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"nfd-max-w-prose wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-lg nfd-text-balance nfd-text-current\"} --><h3 class=\"nfd-text-lg nfd-text-balance nfd-text-current wp-block-heading\" style=\"font-style:normal;font-weight:600\"><strong>Simplified Storytelling</strong></h3><!-- /wp:heading --><!-- wp:paragraph --><p class=\"\">With WordPress block patterns, content creators are empowered to focus on what truly matters – <em>storytelling</em>.</p><!-- /wp:paragraph --><!-- wp:list {\"ordered\":true,\"className\":\"nfd-gap-md\"} --><ol class=\"nfd-gap-md\"><!-- wp:list-item --><li class=\"\"><strong>Empowering Content Creators</strong>: Gone are the days of wrestling with code to achieve your desired layout. By simplifying the design process, block patterns enable creators to unleash their creativity and captivate their audience with compelling narratives.</li><!-- /wp:list-item --><!-- wp:list-item --><li class=\"\"><strong>Community Collaboration</strong>: The beauty of WordPress lies in its vibrant community of developers and designers. With block patterns, this collaborative spirit is further amplified. Users can share and discover new patterns, fostering a culture of knowledge exchange and innovation within the WordPress ecosystem.</li><!-- /wp:list-item --><!-- wp:list-item --><li class=\"\"><strong>Adaptability for Every Project</strong>: Whether you`re building a personal blog, an e-commerce site, or a corporate portal, WordPress block patterns adapt seamlessly to your project requirements.</li><!-- /wp:list-item --></ol><!-- /wp:list --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:9:{i:0;s:7:\"content\";i:1;s:12:\"text section\";i:2;s:7:\"article\";i:3;s:9:\"paragraph\";i:4;s:19:\"content description\";i:5;s:9:\"rich text\";i:6;s:13:\"bullet points\";i:7;s:10:\"key points\";i:8;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:110;s:11:\"is_featured\";b:0;}i:111;a:11:{s:2:\"id\";s:36:\"9c1b1e08-76b9-4dd3-b71a-2c373317bf4b\";s:4:\"slug\";s:7:\"text-12\";s:5:\"title\";s:7:\"text-12\";s:11:\"description\";s:7:\"text-12\";s:7:\"content\";s:3133:\"<!-- wp:group {\"className\":\"nfd-text-md\",\"metadata\":{\"name\":\"Text\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-text-md nfd-wb-text__text-12\" ><!-- wp:group {\"className\":\"nfd-max-w-prose\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-max-w-prose wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-group\"><!-- wp:image {\"aspectRatio\":\"16/9\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default nfd-rounded-sm\"} --><figure class=\"is-style-default nfd-rounded-sm wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1707343843437-caacff5cfa74?ixlib=rb-4.0.3&auto=format&fit=crop&q=60&w=1024&h=576&crop=\" alt=\"\" style=\"aspect-ratio:16/9;object-fit:cover\"/><figcaption class=\"wp-element-caption\">Whether you`re building a landing page, a photo gallery, or a complex layout, there`s likely a block pattern ready to use.</figcaption></figure><!-- /wp:image --></div><!-- /wp:group --><!-- wp:paragraph --><p class=\"\"><strong>Don`t miss the shift <strong>—</strong> using <a href=\"#\"><span style=\"text-decoration: underline;\">WordPress block patterns</span></a> marks a significant movement towards democratizing web design, providing a foundation for addressing the digital divide by making high-quality web design more accessible</strong>.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">WordPress`s <a href=\"#\"><span style=\"text-decoration: underline;\">block patterns</span></a> significantly reduce the time and effort needed to design web pages.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">Modular Design Popularity: The adoption of <a href=\"#\"><span style=\"text-decoration: underline;\">modular designs</span>,</a> resembling the townhouse model in real estate, is becoming increasingly popular, making up 20% of <a href=\"#\"><span style=\"text-decoration: underline;\">WordPress projects</span></a>. This approach maximizes the use of space and resources, leading to <a href=\"#\"><span style=\"text-decoration: underline;\">cost savings and improved</span></a> website performance by emphasizing vertical layouts and reducing unnecessary elements.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">Democratization of Web Design: The introduction of <a href=\"#\"><span style=\"text-decoration: underline;\">block patterns</span></a> is a step towards democratizing web design, making it more accessible to beginners and small business owners.</p><!-- /wp:paragraph --><!-- wp:separator {\"className\":\"is-style-wide\"} --><hr class=\"is-style-wide wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:paragraph {\"className\":\"nfd-text-sm\"} --><p class=\"nfd-text-sm\"><strong>RELATED</strong>: <span style=\"text-decoration: underline;\"><a href=\"#\">The introduction of block patterns is a step towards modernizing web design, making it more accessible to beginners and small business owners?</a></span></p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:14:{i:0;s:7:\"content\";i:1;s:12:\"text section\";i:2;s:7:\"article\";i:3;s:9:\"paragraph\";i:4;s:19:\"content description\";i:5;s:16:\"text with images\";i:6;s:16:\"highlighted text\";i:7;s:9:\"rich text\";i:8;s:13:\"bullet points\";i:9;s:10:\"key points\";i:10;s:13:\"image caption\";i:11;s:14:\"formatted text\";i:12;s:7:\"related\";i:13;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:120;s:11:\"is_featured\";b:0;}i:112;a:11:{s:2:\"id\";s:36:\"9c1b1e08-7d43-4505-90b5-773c4a9e5789\";s:4:\"slug\";s:7:\"text-13\";s:5:\"title\";s:7:\"text-13\";s:11:\"description\";s:7:\"text-13\";s:7:\"content\";s:6023:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}},\"metadata\":{\"name\":\"Text\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull nfd-container nfd-wb-text__text-13\" ><!-- wp:group {\"metadata\":{\"name\":\"Text\"},\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}},\"className\":\"nfd-container nfd-text-md\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-container nfd-text-md wp-block-group alignfull\"><!-- wp:group {\"className\":\"nfd-max-w-prose\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"nfd-max-w-prose wp-block-group\"><!-- wp:heading {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-xl nfd-text-balance\"} --><h2 class=\"nfd-text-xl nfd-text-balance wp-block-heading\" style=\"font-style:normal;font-weight:600\">Top 3 Essential Gadgets for Tech Enthusiasts in 2025</h2><!-- /wp:heading --><!-- wp:paragraph --><p class=\"\">As technology rapidly evolves, staying updated with the latest gadgets can significantly enhance your daily productivity and entertainment. Whether you`re a tech enthusiast or looking for the <a href=\"#\"><span style=\"text-decoration: underline;\">perfect gift</span></a>, these top 5 gadgets of 2025 offer cutting-edge features and innovative designs. From smartwatches to portable chargers, explore our curated list of the must-have devices this year.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-max-w-prose\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"nfd-max-w-prose wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-lg nfd-text-balance nfd-text-current\"} --><h3 class=\"nfd-text-lg nfd-text-balance nfd-text-current wp-block-heading\" style=\"font-style:normal;font-weight:600\"><a href=\"#\">1. Quantum Smartwatch 3.0</a></h3><!-- /wp:heading --><!-- wp:paragraph --><p class=\"\">As technology rapidly evolves, staying updated with the latest gadgets can significantly enhance your daily productivity and entertainment. Whether you`re a tech enthusiast or looking for the <a href=\"#\"><span style=\"text-decoration: underline;\">perfect gift</span></a>, these top 5 gadgets of 2025 offer cutting-edge features and innovative designs. From smartwatches to portable chargers, explore our curated list of the must-have devices this year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\"><strong>Features</strong>: <span style=\"text-decoration: underline;\"><a href=\"#\">The Quantum Smartwatch 3.0</a></span> goes beyond traditional smartwatches with its quantum computing capabilities, allowing for real-time language translation and <span style=\"text-decoration: underline;\"><a href=\"#\">AI-powered fitness tracking</a></span>. It boasts a sleek, waterproof design and a battery life lasting up to 7 days on a single charge.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-max-w-prose\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"nfd-max-w-prose wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-lg nfd-text-balance nfd-text-current\"} --><h3 class=\"nfd-text-lg nfd-text-balance nfd-text-current wp-block-heading\" style=\"font-style:normal;font-weight:600\"><a href=\"#\">2. EchoBeats Wireless Earbuds Pro</a></h3><!-- /wp:heading --><!-- wp:paragraph --><p class=\"\"><strong>Features</strong>: With noise-canceling technology, <span style=\"text-decoration: underline;\"><a href=\"#\">EchoBeats Earbuds Pro</a></span> deliver an immersive audio experience. They feature touch controls, an 8-hour battery life, and a compact case that provides an additional 24 hours of charge.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\"><strong>Why Buy</strong>: Ideal for <em>commuting or working out</em>, these earbuds offer freedom from cables with exceptional sound quality.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-max-w-prose\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"nfd-max-w-prose wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-lg nfd-text-balance nfd-text-current\"} --><h3 class=\"nfd-text-lg nfd-text-balance nfd-text-current wp-block-heading\" style=\"font-style:normal;font-weight:600\"><a href=\"#\">3. Luminex 4K Mini Projector</a></h3><!-- /wp:heading --><!-- wp:paragraph --><p class=\"\"><strong>Features</strong>: <span style=\"text-decoration: underline;\"><a href=\"#\">The Luminex 4K Mini Projector</a></span> is a portable projector that brings cinema-quality visuals to any surface. It`s small enough to fit in your pocket but powerful enough to project a 120-inch display in full 4K resolution.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\"><strong>Why Buy</strong>: Turn any space into a home theater with this easy-to-use, highly portable projector.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-max-w-prose\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-max-w-prose wp-block-group\"><!-- wp:separator {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-dots\"} --><hr class=\"is-style-dots wp-block-separator has-alpha-channel-opacity\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)\"/><!-- /wp:separator --><!-- wp:paragraph --><p class=\"\">These top 5 gadgets of 2025 not only push the boundaries of what`s possible with technology but also cater to the needs of modern lifestyles, making them excellent additions to your tech arsenal.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:11:{i:0;s:7:\"content\";i:1;s:12:\"text section\";i:2;s:7:\"article\";i:3;s:9:\"paragraph\";i:4;s:19:\"content description\";i:5;s:16:\"highlighted text\";i:6;s:9:\"rich text\";i:7;s:13:\"bullet points\";i:8;s:10:\"key points\";i:9;s:14:\"formatted text\";i:10;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:130;s:11:\"is_featured\";b:0;}i:113;a:11:{s:2:\"id\";s:36:\"9c1b1e08-83b9-4445-8a3e-478613c7cd16\";s:4:\"slug\";s:7:\"text-14\";s:5:\"title\";s:7:\"text-14\";s:11:\"description\";s:7:\"text-14\";s:7:\"content\";s:9842:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Timeline\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg nfd-wb-text__text-14\" ><!-- wp:columns {\"className\":\"nfd-gap-md nfd-gap-y-3xl\"} --><div class=\"nfd-gap-md nfd-gap-y-3xl wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Timeline Entry\"},\"className\":\"nfd-gap-lg nfd-pr-2\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-lg nfd-pr-2 wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Timeline Header\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-gap-md nfd-text-sm nfd-text-primary\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-gap-md nfd-text-sm nfd-text-primary wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Time\"},\"className\":\"nfd-shrink-0 nfd-rounded-full\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"primary\"} --><div class=\"nfd-shrink-0 nfd-rounded-full wp-block-group nfd-bg-surface nfd-theme-primary\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Time\"},\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"top\":\"4px\",\"bottom\":\"4px\",\"left\":\"12px\",\"right\":\"12px\"}}},\"className\":\"nfd-shrink-0 nfd-text-contrast\"} --><p class=\"nfd-shrink-0 nfd-text-contrast\" style=\"padding-top:4px;padding-right:12px;padding-bottom:4px;padding-left:12px;font-style:normal;font-weight:400\">May 2003</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:separator {\"className\":\"is-style-wide nfd-text-subtle nfd-border-b\"} --><hr class=\"is-style-wide nfd-text-subtle nfd-border-b wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Timeline Content\"},\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|20\"}}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-sm wp-block-group\" style=\"padding-right:var(--wp--preset--spacing--20)\"><!-- wp:heading {\"level\":3,\"metadata\":{\"name\":\"Heading\"},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading\">WordPress Launch</h3><!-- /wp:heading --><!-- wp:paragraph {\"metadata\":{\"name\":\"Description\"},\"className\":\"nfd-text-base nfd-text-balance nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-balance nfd-text-faded\">WordPress was released as a fork of b2/cafelog, providing a simple and flexible blogging platform.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Timeline Entry\"},\"className\":\"nfd-gap-lg nfd-pr-2\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-lg nfd-pr-2 wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Timeline Header\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-gap-md nfd-text-sm nfd-text-primary\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-gap-md nfd-text-sm nfd-text-primary wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Time\"},\"className\":\"nfd-shrink-0 nfd-rounded-full\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"primary\"} --><div class=\"nfd-shrink-0 nfd-rounded-full wp-block-group nfd-bg-surface nfd-theme-primary\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Time\"},\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"top\":\"4px\",\"bottom\":\"4px\",\"left\":\"12px\",\"right\":\"12px\"}}},\"className\":\"nfd-shrink-0 nfd-text-contrast\"} --><p class=\"nfd-shrink-0 nfd-text-contrast\" style=\"padding-top:4px;padding-right:12px;padding-bottom:4px;padding-left:12px;font-style:normal;font-weight:400\">Dec 2005</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:separator {\"className\":\"is-style-wide nfd-text-subtle nfd-border-b\"} --><hr class=\"is-style-wide nfd-text-subtle nfd-border-b wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Timeline Content\"},\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|20\"}}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-sm wp-block-group\" style=\"padding-right:var(--wp--preset--spacing--20)\"><!-- wp:heading {\"level\":3,\"metadata\":{\"name\":\"Heading\"},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading\">Introduction of Pages</h3><!-- /wp:heading --><!-- wp:paragraph {\"metadata\":{\"name\":\"Description\"},\"className\":\"nfd-text-base nfd-text-balance nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-balance nfd-text-faded\">WordPress introduced static pages, enhancing the CMS capabilities beyond blogging.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Timeline Entry\"},\"className\":\"nfd-gap-lg nfd-pr-2\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-lg nfd-pr-2 wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Timeline Header\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-gap-md nfd-text-sm nfd-text-primary\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-gap-md nfd-text-sm nfd-text-primary wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Time\"},\"className\":\"nfd-shrink-0 nfd-rounded-full\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"primary\"} --><div class=\"nfd-shrink-0 nfd-rounded-full wp-block-group nfd-bg-surface nfd-theme-primary\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Time\"},\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"top\":\"4px\",\"bottom\":\"4px\",\"left\":\"12px\",\"right\":\"12px\"}}},\"className\":\"nfd-shrink-0 nfd-text-contrast\"} --><p class=\"nfd-shrink-0 nfd-text-contrast\" style=\"padding-top:4px;padding-right:12px;padding-bottom:4px;padding-left:12px;font-style:normal;font-weight:400\">Jun 2010</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:separator {\"className\":\"is-style-wide nfd-text-subtle nfd-border-b\"} --><hr class=\"is-style-wide nfd-text-subtle nfd-border-b wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Timeline Content\"},\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|20\"}}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-sm wp-block-group\" style=\"padding-right:var(--wp--preset--spacing--20)\"><!-- wp:heading {\"level\":3,\"metadata\":{\"name\":\"Heading\"},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading\">Custom Post Types</h3><!-- /wp:heading --><!-- wp:paragraph {\"metadata\":{\"name\":\"Description\"},\"className\":\"nfd-text-base nfd-text-balance nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-balance nfd-text-faded\">WordPress 3.0 brought custom post types, enabling diverse content management.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Timeline Entry\"},\"className\":\"nfd-gap-lg nfd-pr-2\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-lg nfd-pr-2 wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Timeline Header\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-gap-md nfd-text-sm nfd-text-primary\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-gap-md nfd-text-sm nfd-text-primary wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Time\"},\"className\":\"nfd-shrink-0 nfd-rounded-full\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"primary\"} --><div class=\"nfd-shrink-0 nfd-rounded-full wp-block-group nfd-bg-surface nfd-theme-primary\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Time\"},\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"top\":\"4px\",\"bottom\":\"4px\",\"left\":\"12px\",\"right\":\"12px\"}}},\"className\":\"nfd-shrink-0 nfd-text-contrast\"} --><p class=\"nfd-shrink-0 nfd-text-contrast\" style=\"padding-top:4px;padding-right:12px;padding-bottom:4px;padding-left:12px;font-style:normal;font-weight:400\">May 2025</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:separator {\"className\":\"is-style-wide nfd-text-subtle nfd-border-b\"} --><hr class=\"is-style-wide nfd-text-subtle nfd-border-b wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Timeline Content\"},\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|20\"}}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-sm wp-block-group\" style=\"padding-right:var(--wp--preset--spacing--20)\"><!-- wp:heading {\"level\":3,\"metadata\":{\"name\":\"Heading\"},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading\">Powering 43% of Websites</h3><!-- /wp:heading --><!-- wp:paragraph {\"metadata\":{\"name\":\"Description\"},\"className\":\"nfd-text-base nfd-text-balance nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-balance nfd-text-faded\">WordPress powers 810+ million websites, showcasing its growth and dominance.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:9:{i:0;s:7:\"content\";i:1;s:12:\"text section\";i:2;s:7:\"article\";i:3;s:9:\"paragraph\";i:4;s:19:\"content description\";i:5;s:8:\"timeline\";i:6;s:15:\"feature columns\";i:7;s:8:\"4 column\";i:8;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:140;s:11:\"is_featured\";b:0;}i:114;a:11:{s:2:\"id\";s:36:\"9c1b1e08-8afa-4537-9169-fb868d4de48e\";s:4:\"slug\";s:7:\"text-15\";s:5:\"title\";s:7:\"text-15\";s:11:\"description\";s:7:\"text-15\";s:7:\"content\";s:9907:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Timeline\"},\"nfdGroupTheme\":\"light\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-light nfd-wb-text__text-15\" ><!-- wp:columns {\"className\":\"nfd-gap-md nfd-gap-y-3xl\"} --><div class=\"nfd-gap-md nfd-gap-y-3xl wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Timeline Entry\"},\"className\":\"nfd-gap-lg nfd-pr-2\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-lg nfd-pr-2 wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Timeline Header\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-gap-md nfd-text-sm nfd-text-primary\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-gap-md nfd-text-sm nfd-text-primary wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Time\"},\"className\":\"nfd-shrink-0 nfd-rounded-full\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"primary\"} --><div class=\"nfd-shrink-0 nfd-rounded-full wp-block-group nfd-bg-surface nfd-theme-primary\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Time\"},\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"top\":\"4px\",\"bottom\":\"4px\",\"left\":\"12px\",\"right\":\"12px\"}}},\"className\":\"nfd-shrink-0 nfd-text-contrast\"} --><p class=\"nfd-shrink-0 nfd-text-contrast\" style=\"padding-top:4px;padding-right:12px;padding-bottom:4px;padding-left:12px;font-style:normal;font-weight:400\">May 2003</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:separator {\"className\":\"is-style-wide nfd-text-subtle nfd-border-b\"} --><hr class=\"is-style-wide nfd-text-subtle nfd-border-b wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Timeline Content\"},\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|20\"}}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-sm wp-block-group\" style=\"padding-right:var(--wp--preset--spacing--20)\"><!-- wp:heading {\"level\":3,\"metadata\":{\"name\":\"Heading\"},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading\">WordPress Launch</h3><!-- /wp:heading --><!-- wp:paragraph {\"metadata\":{\"name\":\"Description\"},\"className\":\"nfd-text-base nfd-text-balance nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-balance nfd-text-faded\">WordPress was released as a fork of b2/cafelog, providing a simple and flexible blogging platform.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Timeline Entry\"},\"className\":\"nfd-gap-lg nfd-pr-2\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-lg nfd-pr-2 wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Timeline Header\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-gap-md nfd-text-sm nfd-text-primary\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-gap-md nfd-text-sm nfd-text-primary wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Time\"},\"className\":\"nfd-shrink-0 nfd-rounded-full\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"primary\"} --><div class=\"nfd-shrink-0 nfd-rounded-full wp-block-group nfd-bg-surface nfd-theme-primary\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Time\"},\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"top\":\"4px\",\"bottom\":\"4px\",\"left\":\"12px\",\"right\":\"12px\"}}},\"className\":\"nfd-shrink-0 nfd-text-contrast\"} --><p class=\"nfd-shrink-0 nfd-text-contrast\" style=\"padding-top:4px;padding-right:12px;padding-bottom:4px;padding-left:12px;font-style:normal;font-weight:400\">Dec 2005</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:separator {\"className\":\"is-style-wide nfd-text-subtle nfd-border-b\"} --><hr class=\"is-style-wide nfd-text-subtle nfd-border-b wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Timeline Content\"},\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|20\"}}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-sm wp-block-group\" style=\"padding-right:var(--wp--preset--spacing--20)\"><!-- wp:heading {\"level\":3,\"metadata\":{\"name\":\"Heading\"},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading\">Introduction of Pages</h3><!-- /wp:heading --><!-- wp:paragraph {\"metadata\":{\"name\":\"Description\"},\"className\":\"nfd-text-base nfd-text-balance nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-balance nfd-text-faded\">WordPress was released as a fork of b2/cafelog, providing a simple and flexible blogging platform.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Timeline Entry\"},\"className\":\"nfd-gap-lg nfd-pr-2\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-lg nfd-pr-2 wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Timeline Header\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-gap-md nfd-text-sm nfd-text-primary\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-gap-md nfd-text-sm nfd-text-primary wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Time\"},\"className\":\"nfd-shrink-0 nfd-rounded-full\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"primary\"} --><div class=\"nfd-shrink-0 nfd-rounded-full wp-block-group nfd-bg-surface nfd-theme-primary\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Time\"},\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"top\":\"4px\",\"bottom\":\"4px\",\"left\":\"12px\",\"right\":\"12px\"}}},\"className\":\"nfd-shrink-0 nfd-text-contrast\"} --><p class=\"nfd-shrink-0 nfd-text-contrast\" style=\"padding-top:4px;padding-right:12px;padding-bottom:4px;padding-left:12px;font-style:normal;font-weight:400\">Jun 2010</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:separator {\"className\":\"is-style-wide nfd-text-subtle nfd-border-b\"} --><hr class=\"is-style-wide nfd-text-subtle nfd-border-b wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Timeline Content\"},\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|20\"}}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-sm wp-block-group\" style=\"padding-right:var(--wp--preset--spacing--20)\"><!-- wp:heading {\"level\":3,\"metadata\":{\"name\":\"Heading\"},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading\">Custom Post Types</h3><!-- /wp:heading --><!-- wp:paragraph {\"metadata\":{\"name\":\"Description\"},\"className\":\"nfd-text-base nfd-text-balance nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-balance nfd-text-faded\">WordPress 3.0 brought custom post types, enabling diverse content management.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Timeline Entry\"},\"className\":\"nfd-gap-lg nfd-pr-2\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-lg nfd-pr-2 wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Timeline Header\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-gap-md nfd-text-sm nfd-text-primary\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-gap-md nfd-text-sm nfd-text-primary wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Time\"},\"className\":\"nfd-shrink-0 nfd-rounded-full\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"primary\"} --><div class=\"nfd-shrink-0 nfd-rounded-full wp-block-group nfd-bg-surface nfd-theme-primary\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Time\"},\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"top\":\"4px\",\"bottom\":\"4px\",\"left\":\"12px\",\"right\":\"12px\"}}},\"className\":\"nfd-shrink-0 nfd-text-contrast\"} --><p class=\"nfd-shrink-0 nfd-text-contrast\" style=\"padding-top:4px;padding-right:12px;padding-bottom:4px;padding-left:12px;font-style:normal;font-weight:400\">May 2024</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:separator {\"className\":\"is-style-wide nfd-text-subtle nfd-border-b\"} --><hr class=\"is-style-wide nfd-text-subtle nfd-border-b wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Timeline Content\"},\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|20\"}}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-sm wp-block-group\" style=\"padding-right:var(--wp--preset--spacing--20)\"><!-- wp:heading {\"level\":3,\"metadata\":{\"name\":\"Heading\"},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading\">Powering 43% of Websites</h3><!-- /wp:heading --><!-- wp:paragraph {\"metadata\":{\"name\":\"Description\"},\"className\":\"nfd-text-base nfd-text-balance nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-balance nfd-text-faded\">WordPress powers 810+ million websites, showcasing its growth and dominance.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:9:{i:0;s:7:\"content\";i:1;s:12:\"text section\";i:2;s:7:\"article\";i:3;s:9:\"paragraph\";i:4;s:19:\"content description\";i:5;s:8:\"timeline\";i:6;s:15:\"feature columns\";i:7;s:8:\"4 column\";i:8;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:150;s:11:\"is_featured\";b:0;}i:115;a:11:{s:2:\"id\";s:36:\"9c1b1e08-9223-47c9-a58b-8b429277c53f\";s:4:\"slug\";s:7:\"text-16\";s:5:\"title\";s:7:\"text-16\";s:11:\"description\";s:7:\"text-16\";s:7:\"content\";s:9807:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Timeline\"},\"nfdGroupTheme\":\"primary\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-primary nfd-wb-text__text-16\" ><!-- wp:columns {\"className\":\"nfd-gap-md nfd-gap-y-3xl\"} --><div class=\"nfd-gap-md nfd-gap-y-3xl wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Timeline Entry\"},\"className\":\"nfd-gap-lg nfd-pr-2\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-lg nfd-pr-2 wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Timeline Header\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-gap-md nfd-text-sm nfd-text-primary\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-gap-md nfd-text-sm nfd-text-primary wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Time\"},\"className\":\"nfd-shrink-0 nfd-rounded-full\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} --><div class=\"nfd-shrink-0 nfd-rounded-full wp-block-group nfd-bg-subtle\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Time\"},\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"top\":\"4px\",\"bottom\":\"4px\",\"left\":\"12px\",\"right\":\"12px\"}}},\"className\":\"nfd-shrink-0 nfd-text-contrast\"} --><p class=\"nfd-shrink-0 nfd-text-contrast\" style=\"padding-top:4px;padding-right:12px;padding-bottom:4px;padding-left:12px;font-style:normal;font-weight:400\">May 2003</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:separator {\"className\":\"is-style-wide nfd-text-subtle nfd-border-b\"} --><hr class=\"is-style-wide nfd-text-subtle nfd-border-b wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Timeline Content\"},\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|20\"}}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-sm wp-block-group\" style=\"padding-right:var(--wp--preset--spacing--20)\"><!-- wp:heading {\"level\":3,\"metadata\":{\"name\":\"Heading\"},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading\">WordPress Launch</h3><!-- /wp:heading --><!-- wp:paragraph {\"metadata\":{\"name\":\"Description\"},\"className\":\"nfd-text-base nfd-text-balance nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-balance nfd-text-faded\">WordPress was released as a fork of b2/cafelog, providing a simple and flexible blogging platform.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Timeline Entry\"},\"className\":\"nfd-gap-lg nfd-pr-2\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-lg nfd-pr-2 wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Timeline Header\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-gap-md nfd-text-sm nfd-text-primary\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-gap-md nfd-text-sm nfd-text-primary wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Time\"},\"className\":\"nfd-shrink-0 nfd-rounded-full\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} --><div class=\"nfd-shrink-0 nfd-rounded-full wp-block-group nfd-bg-subtle\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Time\"},\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"top\":\"4px\",\"bottom\":\"4px\",\"left\":\"12px\",\"right\":\"12px\"}}},\"className\":\"nfd-shrink-0 nfd-text-contrast\"} --><p class=\"nfd-shrink-0 nfd-text-contrast\" style=\"padding-top:4px;padding-right:12px;padding-bottom:4px;padding-left:12px;font-style:normal;font-weight:400\">Dec 2005</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:separator {\"className\":\"is-style-wide nfd-text-subtle nfd-border-b\"} --><hr class=\"is-style-wide nfd-text-subtle nfd-border-b wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Timeline Content\"},\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|20\"}}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-sm wp-block-group\" style=\"padding-right:var(--wp--preset--spacing--20)\"><!-- wp:heading {\"level\":3,\"metadata\":{\"name\":\"Heading\"},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading\">Introduction of Pages</h3><!-- /wp:heading --><!-- wp:paragraph {\"metadata\":{\"name\":\"Description\"},\"className\":\"nfd-text-base nfd-text-balance nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-balance nfd-text-faded\">WordPress was released as a fork of b2/cafelog, providing a simple and flexible blogging platform.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Timeline Entry\"},\"className\":\"nfd-gap-lg nfd-pr-2\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-lg nfd-pr-2 wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Timeline Header\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-gap-md nfd-text-sm nfd-text-primary\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-gap-md nfd-text-sm nfd-text-primary wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Time\"},\"className\":\"nfd-shrink-0 nfd-rounded-full\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} --><div class=\"nfd-shrink-0 nfd-rounded-full wp-block-group nfd-bg-subtle\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Time\"},\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"top\":\"4px\",\"bottom\":\"4px\",\"left\":\"12px\",\"right\":\"12px\"}}},\"className\":\"nfd-shrink-0 nfd-text-contrast\"} --><p class=\"nfd-shrink-0 nfd-text-contrast\" style=\"padding-top:4px;padding-right:12px;padding-bottom:4px;padding-left:12px;font-style:normal;font-weight:400\">Jun 2010</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:separator {\"className\":\"is-style-wide nfd-text-subtle nfd-border-b\"} --><hr class=\"is-style-wide nfd-text-subtle nfd-border-b wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Timeline Content\"},\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|20\"}}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-sm wp-block-group\" style=\"padding-right:var(--wp--preset--spacing--20)\"><!-- wp:heading {\"level\":3,\"metadata\":{\"name\":\"Heading\"},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading\">Custom Post Types</h3><!-- /wp:heading --><!-- wp:paragraph {\"metadata\":{\"name\":\"Description\"},\"className\":\"nfd-text-base nfd-text-balance nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-balance nfd-text-faded\">WordPress 3.0 brought custom post types, enabling diverse content management.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Timeline Entry\"},\"className\":\"nfd-gap-lg nfd-pr-2\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-lg nfd-pr-2 wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Timeline Header\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-gap-md nfd-text-sm nfd-text-primary\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-gap-md nfd-text-sm nfd-text-primary wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Time\"},\"className\":\"nfd-shrink-0 nfd-rounded-full\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} --><div class=\"nfd-shrink-0 nfd-rounded-full wp-block-group nfd-bg-subtle\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Time\"},\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"top\":\"4px\",\"bottom\":\"4px\",\"left\":\"12px\",\"right\":\"12px\"}}},\"className\":\"nfd-shrink-0 nfd-text-contrast\"} --><p class=\"nfd-shrink-0 nfd-text-contrast\" style=\"padding-top:4px;padding-right:12px;padding-bottom:4px;padding-left:12px;font-style:normal;font-weight:400\">May 2024</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:separator {\"className\":\"is-style-wide nfd-text-subtle nfd-border-b\"} --><hr class=\"is-style-wide nfd-text-subtle nfd-border-b wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Timeline Content\"},\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|20\"}}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-sm wp-block-group\" style=\"padding-right:var(--wp--preset--spacing--20)\"><!-- wp:heading {\"level\":3,\"metadata\":{\"name\":\"Heading\"},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading\">Powering 43% of Websites</h3><!-- /wp:heading --><!-- wp:paragraph {\"metadata\":{\"name\":\"Description\"},\"className\":\"nfd-text-base nfd-text-balance nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-balance nfd-text-faded\">WordPress powers 810+ million websites, showcasing its growth and dominance.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:10:{i:0;s:7:\"content\";i:1;s:12:\"text section\";i:2;s:7:\"article\";i:3;s:9:\"paragraph\";i:4;s:19:\"content description\";i:5;s:8:\"timeline\";i:6;s:15:\"feature columns\";i:7;s:8:\"4 column\";i:8;s:18:\"primary background\";i:9;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:160;s:11:\"is_featured\";b:0;}i:116;a:11:{s:2:\"id\";s:36:\"9c1b1e08-9935-4840-8185-a21abe4d93d4\";s:4:\"slug\";s:7:\"text-17\";s:5:\"title\";s:7:\"text-17\";s:11:\"description\";s:7:\"text-17\";s:7:\"content\";s:5046:\"<!-- wp:group {\"className\":\"nfd-py-lg\",\"style\":{\"border\":{\"top\":{\"width\":\"1px\"},\"right\":{},\"bottom\":{\"width\":\"1px\"},\"left\":{}}},\"metadata\":{\"name\":\"Table\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-py-lg is-style-nfd-theme-white nfd-wb-text__text-17\" style=\"border-top-width:1px;border-bottom-width:1px;\"><!-- wp:columns {\"className\":\"nfd-gap-3xl\"} --><div class=\"nfd-gap-3xl wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:heading {\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Camera</h2><!-- /wp:heading --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Tables\"},\"className\":\"nfd-gap-3xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-3xl wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Table\"},\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:heading {\"level\":3,\"metadata\":{\"name\":\"Heading\"},\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading\" style=\"font-style:normal;font-weight:500\">Specifications</h3><!-- /wp:heading --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"16px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"metadata\":{\"name\":\"Item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"},\"top\":{},\"right\":{},\"left\":{}}},\"className\":\"nfd-py-xs nfd-text-base nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-py-xs nfd-text-base nfd-text-faded wp-block-group\" style=\"border-bottom-width:1px\"><!-- wp:paragraph --><p class=\"\">Sensor Type</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">CMOS</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"},\"top\":{},\"right\":{},\"left\":{}}},\"className\":\"nfd-py-xs nfd-text-base nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-py-xs nfd-text-base nfd-text-faded wp-block-group\" style=\"border-bottom-width:1px\"><!-- wp:paragraph --><p class=\"\">Resolution</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">24.2 MP</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"},\"top\":{},\"right\":{},\"left\":{}}},\"className\":\"nfd-py-xs nfd-text-base nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-py-xs nfd-text-base nfd-text-faded wp-block-group\" style=\"border-bottom-width:1px\"><!-- wp:paragraph --><p class=\"\">Lens Mount</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">Canon EF</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Table\"},\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:heading {\"level\":3,\"metadata\":{\"name\":\"Heading\"},\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading\" style=\"font-style:normal;font-weight:500\">Other Features</h3><!-- /wp:heading --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"16px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"metadata\":{\"name\":\"Item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"},\"top\":{},\"right\":{},\"left\":{}}},\"className\":\"nfd-py-xs nfd-text-base nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-py-xs nfd-text-base nfd-text-faded wp-block-group\" style=\"border-bottom-width:1px\"><!-- wp:paragraph --><p class=\"\">Video Resolution</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">4K at 30fps</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"},\"top\":{},\"right\":{},\"left\":{}}},\"className\":\"nfd-py-xs nfd-text-base nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-py-xs nfd-text-base nfd-text-faded wp-block-group\" style=\"border-bottom-width:1px\"><!-- wp:paragraph --><p class=\"\">Connectivity</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">Wi-Fi, Bluetooth</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:14:{i:0;s:7:\"content\";i:1;s:12:\"text section\";i:2;s:19:\"content description\";i:3;s:8:\"features\";i:4;s:14:\"specifications\";i:5;s:5:\"specs\";i:6;s:7:\"details\";i:7;s:15:\"technical specs\";i:8;s:15:\"product details\";i:9;s:17:\"technical details\";i:10;s:12:\"key features\";i:11;s:22:\"product specifications\";i:12;s:10:\"attributes\";i:13;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:170;s:11:\"is_featured\";b:0;}i:117;a:11:{s:2:\"id\";s:36:\"9c1b1e08-a220-49f1-bd94-3ecf604f3ccd\";s:4:\"slug\";s:7:\"text-18\";s:5:\"title\";s:7:\"text-18\";s:11:\"description\";s:7:\"text-18\";s:7:\"content\";s:9457:\"<!-- wp:group {\"className\":\"nfd-py-lg\",\"style\":{\"border\":{\"top\":{\"width\":\"1px\"},\"right\":{},\"bottom\":{\"width\":\"1px\"},\"left\":{}}},\"metadata\":{\"name\":\"Table\"},\"nfdGroupTheme\":\"dark\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-py-lg is-style-nfd-theme-dark nfd-wb-text__text-18\" style=\"border-top-width:1px;border-bottom-width:1px;\"><!-- wp:columns {\"className\":\"nfd-gap-3xl\"} --><div class=\"nfd-gap-3xl wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:heading {\"className\":\"nfd-text-lg nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-lg nfd-text-contrast nfd-text-balance wp-block-heading\">Smartphone Camera</h2><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-md nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-md nfd-text-balance\">Our tech blog features the latest reviews, attracting over 500k readers monthly.</p><!-- /wp:paragraph --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Tables\"},\"className\":\"nfd-gap-3xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-3xl wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Table\"},\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:heading {\"level\":3,\"metadata\":{\"name\":\"Heading\"},\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading\" style=\"font-style:normal;font-weight:500\">Specifications</h3><!-- /wp:heading --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"16px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"metadata\":{\"name\":\"Item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"},\"top\":{},\"right\":{},\"left\":{}}},\"className\":\"nfd-py-xs nfd-text-base nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-py-xs nfd-text-base nfd-text-faded wp-block-group\" style=\"border-bottom-width:1px\"><!-- wp:paragraph --><p class=\"\">Sensor Type</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">CMOS</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"},\"top\":{},\"right\":{},\"left\":{}}},\"className\":\"nfd-py-xs nfd-text-base nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-py-xs nfd-text-base nfd-text-faded wp-block-group\" style=\"border-bottom-width:1px\"><!-- wp:paragraph --><p class=\"\">Resolution</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">12 MP</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"},\"top\":{},\"right\":{},\"left\":{}}},\"className\":\"nfd-py-xs nfd-text-base nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-py-xs nfd-text-base nfd-text-faded wp-block-group\" style=\"border-bottom-width:1px\"><!-- wp:paragraph --><p class=\"\">Aperture</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">f/1.8</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Table\"},\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:heading {\"level\":3,\"metadata\":{\"name\":\"Heading\"},\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading\" style=\"font-style:normal;font-weight:500\">Additional Features</h3><!-- /wp:heading --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"16px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"metadata\":{\"name\":\"Item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"},\"top\":{},\"right\":{},\"left\":{}}},\"className\":\"nfd-py-xs nfd-text-base nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-py-xs nfd-text-base nfd-text-faded wp-block-group\" style=\"border-bottom-width:1px\"><!-- wp:paragraph --><p class=\"\">Battery Life</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">24 hours</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:separator {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|70\",\"bottom\":\"var:preset|spacing|70\"}}},\"className\":\"is-style-wide\"} --><hr class=\"is-style-wide wp-block-separator has-alpha-channel-opacity\" style=\"margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)\"/><!-- /wp:separator --><!-- wp:columns {\"className\":\"nfd-gap-3xl\"} --><div class=\"nfd-gap-3xl wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:heading {\"className\":\"nfd-text-lg nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-lg nfd-text-contrast nfd-text-balance wp-block-heading\">Camera + Accessories</h2><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-md nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-md nfd-text-balance\">Join our community of 300k subscribers for exclusive tech insights.</p><!-- /wp:paragraph --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Tables\"},\"className\":\"nfd-gap-3xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-3xl wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Table\"},\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:heading {\"level\":3,\"metadata\":{\"name\":\"Heading\"},\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading\" style=\"font-style:normal;font-weight:500\">Specs</h3><!-- /wp:heading --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"16px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"metadata\":{\"name\":\"Item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"},\"top\":{},\"right\":{},\"left\":{}}},\"className\":\"nfd-py-xs nfd-text-base nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-py-xs nfd-text-base nfd-text-faded wp-block-group\" style=\"border-bottom-width:1px\"><!-- wp:paragraph --><p class=\"\">Lens</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">24-70mm</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"},\"top\":{},\"right\":{},\"left\":{}}},\"className\":\"nfd-py-xs nfd-text-base nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-py-xs nfd-text-base nfd-text-faded wp-block-group\" style=\"border-bottom-width:1px\"><!-- wp:paragraph --><p class=\"\">Zoom</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">3x Optical</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"},\"top\":{},\"right\":{},\"left\":{}}},\"className\":\"nfd-py-xs nfd-text-base nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-py-xs nfd-text-base nfd-text-faded wp-block-group\" style=\"border-bottom-width:1px\"><!-- wp:paragraph --><p class=\"\">Focus</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">Auto/Manual</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Table\"},\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:heading {\"level\":3,\"metadata\":{\"name\":\"Heading\"},\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading\" style=\"font-style:normal;font-weight:500\">Additional Features</h3><!-- /wp:heading --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"16px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"metadata\":{\"name\":\"Item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"},\"top\":{},\"right\":{},\"left\":{}}},\"className\":\"nfd-py-xs nfd-text-base nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-py-xs nfd-text-base nfd-text-faded wp-block-group\" style=\"border-bottom-width:1px\"><!-- wp:paragraph --><p class=\"\">Weight</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">150g / 0.33 lb</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:15:{i:0;s:7:\"content\";i:1;s:12:\"text section\";i:2;s:19:\"content description\";i:3;s:8:\"features\";i:4;s:14:\"specifications\";i:5;s:5:\"specs\";i:6;s:7:\"details\";i:7;s:15:\"technical specs\";i:8;s:15:\"product details\";i:9;s:17:\"technical details\";i:10;s:12:\"key features\";i:11;s:22:\"product specifications\";i:12;s:10:\"attributes\";i:13;s:4:\"dark\";i:14;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:180;s:11:\"is_featured\";b:0;}i:118;a:11:{s:2:\"id\";s:36:\"9c1b1e08-aa3a-4069-ab2f-dcc5ad12eaa2\";s:4:\"slug\";s:7:\"text-19\";s:5:\"title\";s:7:\"text-19\";s:11:\"description\";s:7:\"text-19\";s:7:\"content\";s:5205:\"<!-- wp:group {\"className\":\"nfd-py-lg\",\"metadata\":{\"name\":\"Table\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-py-lg nfd-wb-text__text-19\" ><!-- wp:columns {\"metadata\":{\"name\":\"Title/Table Columns\"},\"className\":\"nfd-gap-3xl\"} --><div class=\"nfd-gap-3xl wp-block-columns\"><!-- wp:column {\"width\":\"20%\"} --><div class=\"wp-block-column\" style=\"flex-basis:20%\"><!-- wp:heading {\"className\":\"nfd-text-lg nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-lg nfd-text-contrast nfd-text-balance wp-block-heading\">Device Specifications</h2><!-- /wp:heading --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Tables\"},\"className\":\"nfd-gap-3xl \",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-3xl wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Table\"},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Item\"},\"className\":\"nfd-text-base nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-base nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:600\">Processor:</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">Quad-core 2.5 GHz</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Item\"},\"className\":\"nfd-text-base nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-base nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:600\">Memory:</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">8 GB RAM</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Item\"},\"className\":\"nfd-text-base nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-base nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:600\">Storage:</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">256 GB SSD</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Item\"},\"className\":\"nfd-text-base nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-base nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:600\">Display:</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">15.6\" Full HD</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Item\"},\"className\":\"nfd-text-base nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-base nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:600\">Graphics:</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">Integrated Intel UHD</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Item\"},\"className\":\"nfd-text-base nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-base nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:600\">Battery Life:</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">Up to 12 hours</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Item\"},\"className\":\"nfd-text-base nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-base nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:600\">Operating System:</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">Windows 10 Pro</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:14:{i:0;s:7:\"content\";i:1;s:12:\"text section\";i:2;s:19:\"content description\";i:3;s:8:\"features\";i:4;s:14:\"specifications\";i:5;s:5:\"specs\";i:6;s:7:\"details\";i:7;s:15:\"technical specs\";i:8;s:15:\"product details\";i:9;s:17:\"technical details\";i:10;s:12:\"key features\";i:11;s:22:\"product specifications\";i:12;s:10:\"attributes\";i:13;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:190;s:11:\"is_featured\";b:0;}i:119;a:11:{s:2:\"id\";s:36:\"9c1b1e08-b5b9-44d2-8243-a5f058b80456\";s:4:\"slug\";s:7:\"text-20\";s:5:\"title\";s:7:\"text-20\";s:11:\"description\";s:7:\"text-20\";s:7:\"content\";s:9518:\"<!-- wp:group {\"className\":\"nfd-py-lg\",\"style\":{\"border\":{\"top\":{\"width\":\"1px\"},\"right\":{},\"bottom\":{\"width\":\"1px\"},\"left\":{}}},\"metadata\":{\"name\":\"Table\"},\"nfdGroupTheme\":\"dark\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-py-lg is-style-nfd-theme-dark nfd-wb-text__text-20\" style=\"border-top-width:1px;border-bottom-width:1px;\"><!-- wp:columns {\"metadata\":{\"name\":\"Title/Table Columns\"},\"className\":\"nfd-gap-3xl\"} --><div class=\"nfd-gap-3xl wp-block-columns\"><!-- wp:column {\"width\":\"20%\"} --><div class=\"wp-block-column\" style=\"flex-basis:20%\"><!-- wp:heading {\"className\":\"nfd-text-lg nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-lg nfd-text-contrast nfd-text-balance wp-block-heading\">Device Specifications</h2><!-- /wp:heading --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Tables\"},\"className\":\"nfd-gap-3xl \",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-3xl wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Table\"},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Item\"},\"className\":\"nfd-text-base nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-base nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:600\">Processor:</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">Hexa-core 3.0 GHz</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Item\"},\"className\":\"nfd-text-base nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-base nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:600\">RAM:</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">16 GB DDR4</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Item\"},\"className\":\"nfd-text-base nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-base nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:600\">Storage:</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">1 TB NVMe SSD</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Item\"},\"className\":\"nfd-text-base nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-base nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:600\">Graphics:</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">NVIDIA GTX 1650 4GB</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Item\"},\"className\":\"nfd-text-base nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-base nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:600\">Battery:</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">6000 mAh</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Item\"},\"className\":\"nfd-text-base nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-base nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:600\">Display:</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">15.6\" 4K UHD</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Item\"},\"className\":\"nfd-text-base nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-base nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:600\">Operating System:</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">Linux Ubuntu 20.04 LTS</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:separator {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|70\",\"bottom\":\"var:preset|spacing|70\"}}},\"className\":\"is-style-wide\"} --><hr class=\"is-style-wide wp-block-separator has-alpha-channel-opacity\" style=\"margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)\"/><!-- /wp:separator --><!-- wp:columns {\"metadata\":{\"name\":\"Title/Table Columns\"},\"className\":\"nfd-gap-3xl\"} --><div class=\"nfd-gap-3xl wp-block-columns\"><!-- wp:column {\"width\":\"20%\"} --><div class=\"wp-block-column\" style=\"flex-basis:20%\"><!-- wp:heading {\"className\":\"nfd-text-lg nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-lg nfd-text-contrast nfd-text-balance wp-block-heading\">Warranty and Service</h2><!-- /wp:heading --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Tables\"},\"className\":\"nfd-gap-3xl nfd-text-base nfd-text-balance\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-3xl nfd-text-base nfd-text-balance wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Table\"},\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|20\"}}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-sm wp-block-group\" style=\"padding-right:var(--wp--preset--spacing--20)\"><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">This product comes with a limited one-year warranty covering defects in materials and workmanship under normal use. During the warranty period, if a defect arises, we will repair or replace the product at no charge. This warranty does not cover damage caused by misuse, accidents, or unauthorized modifications. For service, please contact our customer support team with proof of purchase.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:separator {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|70\",\"bottom\":\"var:preset|spacing|70\"}}},\"className\":\"is-style-wide\"} --><hr class=\"is-style-wide wp-block-separator has-alpha-channel-opacity\" style=\"margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)\"/><!-- /wp:separator --><!-- wp:columns {\"metadata\":{\"name\":\"Title/Table Columns\"},\"className\":\"nfd-gap-3xl\"} --><div class=\"nfd-gap-3xl wp-block-columns\"><!-- wp:column {\"width\":\"20%\"} --><div class=\"wp-block-column\" style=\"flex-basis:20%\"><!-- wp:heading {\"className\":\"nfd-text-lg nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-lg nfd-text-contrast nfd-text-balance wp-block-heading\">Shipping and Returns</h2><!-- /wp:heading --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Tables\"},\"className\":\"nfd-gap-3xl nfd-text-base nfd-text-balance\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-3xl nfd-text-base nfd-text-balance wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Table\"},\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|20\"}}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-sm wp-block-group\" style=\"padding-right:var(--wp--preset--spacing--20)\"><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">We offer free shipping on all orders within the United States. If you are not satisfied with your purchase, you may return it within 30 days for a full refund. Please note that the product must be in its original packaging and in new condition to be eligible for a return.</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">For international orders, shipping costs will be calculated at checkout. Returns are accepted within 30 days of delivery, but the customer is responsible for return shipping costs.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:15:{i:0;s:7:\"content\";i:1;s:12:\"text section\";i:2;s:19:\"content description\";i:3;s:8:\"features\";i:4;s:14:\"specifications\";i:5;s:5:\"specs\";i:6;s:7:\"details\";i:7;s:15:\"technical specs\";i:8;s:15:\"product details\";i:9;s:17:\"technical details\";i:10;s:12:\"key features\";i:11;s:22:\"product specifications\";i:12;s:10:\"attributes\";i:13;s:4:\"dark\";i:14;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:200;s:11:\"is_featured\";b:0;}i:120;a:11:{s:2:\"id\";s:36:\"9c1b1e08-bccb-4f6c-99d7-b74865c28daa\";s:4:\"slug\";s:7:\"text-21\";s:5:\"title\";s:7:\"text-21\";s:11:\"description\";s:7:\"text-21\";s:7:\"content\";s:10064:\"<!-- wp:group {\"className\":\"nfd-py-lg\",\"style\":{\"border\":{\"top\":{\"width\":\"1px\"},\"right\":{},\"bottom\":{\"width\":\"1px\"},\"left\":{}}},\"metadata\":{\"name\":\"Table\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-py-lg is-style-nfd-theme-white nfd-wb-text__text-21\" style=\"border-top-width:1px;border-bottom-width:1px;\"><!-- wp:group {\"metadata\":{\"name\":\"Table\"},\"className\":\"md:nfd-gap-4 nfd-gap-0 nfd-text-base\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"md:nfd-gap-4 nfd-gap-0 nfd-text-base wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Table Row\"},\"className\":\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none\",\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"dimensions\":{\"minHeight\":\"52px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"stretch\"}} --><div class=\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none wp-block-group\" style=\"border-bottom-width:1px;min-height:52px\"><!-- wp:group {\"metadata\":{\"name\":\"Left\"},\"className\":\"nfd-shrink-0 md:nfd-p-4\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"20%\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-shrink-0 md:nfd-p-4 wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} --><p class=\"nfd-text-balance\" style=\"font-style:normal;font-weight:700\">Processor</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Right\"},\"className\":\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-light\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-light wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance nfd-text-contrast\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><p class=\"nfd-text-balance nfd-text-contrast\">Intel Core i7-10750H</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Table Row\"},\"className\":\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none\",\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"dimensions\":{\"minHeight\":\"52px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"stretch\"}} --><div class=\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none wp-block-group\" style=\"border-bottom-width:1px;min-height:52px\"><!-- wp:group {\"metadata\":{\"name\":\"Left\"},\"className\":\"nfd-shrink-0 md:nfd-p-4\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"20%\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-shrink-0 md:nfd-p-4 wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} --><p class=\"nfd-text-balance\" style=\"font-style:normal;font-weight:700\">Memory</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Right\"},\"className\":\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-light\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-light wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance nfd-text-contrast\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><p class=\"nfd-text-balance nfd-text-contrast\">16 GB DDR4</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Table Row\"},\"className\":\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none\",\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"dimensions\":{\"minHeight\":\"52px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"stretch\"}} --><div class=\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none wp-block-group\" style=\"border-bottom-width:1px;min-height:52px\"><!-- wp:group {\"metadata\":{\"name\":\"Left\"},\"className\":\"nfd-shrink-0 md:nfd-p-4\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"20%\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-shrink-0 md:nfd-p-4 wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} --><p class=\"nfd-text-balance\" style=\"font-style:normal;font-weight:700\">Storage</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Right\"},\"className\":\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-light\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-light wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance nfd-text-contrast\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><p class=\"nfd-text-balance nfd-text-contrast\">512 GB NVMe SSD</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Table Row\"},\"className\":\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none\",\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"dimensions\":{\"minHeight\":\"52px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"stretch\"}} --><div class=\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none wp-block-group\" style=\"border-bottom-width:1px;min-height:52px\"><!-- wp:group {\"metadata\":{\"name\":\"Left\"},\"className\":\"nfd-shrink-0 md:nfd-p-4\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"20%\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-shrink-0 md:nfd-p-4 wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} --><p class=\"nfd-text-balance\" style=\"font-style:normal;font-weight:700\">Graphics</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Right\"},\"className\":\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-light\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-light wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance nfd-text-contrast\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><p class=\"nfd-text-balance nfd-text-contrast\">NVIDIA GTX 1650 4GB</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Table Row\"},\"className\":\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none\",\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"dimensions\":{\"minHeight\":\"52px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"stretch\"}} --><div class=\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none wp-block-group\" style=\"border-bottom-width:1px;min-height:52px\"><!-- wp:group {\"metadata\":{\"name\":\"Left\"},\"className\":\"nfd-shrink-0 md:nfd-p-4\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"20%\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-shrink-0 md:nfd-p-4 wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} --><p class=\"nfd-text-balance\" style=\"font-style:normal;font-weight:700\">Battery Life</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Right\"},\"className\":\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-light\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-light wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance nfd-text-contrast\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><p class=\"nfd-text-balance nfd-text-contrast\">Up to 10 hours</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Table Row\"},\"className\":\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none\",\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"dimensions\":{\"minHeight\":\"52px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"stretch\"}} --><div class=\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none wp-block-group\" style=\"border-bottom-width:1px;min-height:52px\"><!-- wp:group {\"metadata\":{\"name\":\"Left\"},\"className\":\"nfd-shrink-0 md:nfd-p-4\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"20%\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-shrink-0 md:nfd-p-4 wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} --><p class=\"nfd-text-balance\" style=\"font-style:normal;font-weight:700\">Operating System</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Right\"},\"className\":\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-light\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-light wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance nfd-text-contrast\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><p class=\"nfd-text-balance nfd-text-contrast\">Windows 10 Pro</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:14:{i:0;s:7:\"content\";i:1;s:12:\"text section\";i:2;s:19:\"content description\";i:3;s:8:\"features\";i:4;s:14:\"specifications\";i:5;s:5:\"specs\";i:6;s:7:\"details\";i:7;s:15:\"technical specs\";i:8;s:15:\"product details\";i:9;s:17:\"technical details\";i:10;s:12:\"key features\";i:11;s:22:\"product specifications\";i:12;s:10:\"attributes\";i:13;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:210;s:11:\"is_featured\";b:0;}i:121;a:11:{s:2:\"id\";s:36:\"9c1b1e08-c40e-45e6-9de4-73e722d00267\";s:4:\"slug\";s:7:\"text-22\";s:5:\"title\";s:7:\"text-22\";s:11:\"description\";s:7:\"text-22\";s:7:\"content\";s:10074:\"<!-- wp:group {\"className\":\"nfd-py-lg\",\"style\":{\"border\":{\"top\":{\"width\":\"1px\"},\"right\":{},\"bottom\":{\"width\":\"1px\"},\"left\":{}}},\"metadata\":{\"name\":\"Table\"},\"nfdGroupTheme\":\"dark\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-py-lg is-style-nfd-theme-dark nfd-wb-text__text-22\" style=\"border-top-width:1px;border-bottom-width:1px;\"><!-- wp:group {\"metadata\":{\"name\":\"Table\"},\"className\":\"md:nfd-gap-4 nfd-gap-0 nfd-text-base\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"md:nfd-gap-4 nfd-gap-0 nfd-text-base wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Table Row\"},\"className\":\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none\",\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"dimensions\":{\"minHeight\":\"52px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"stretch\"}} --><div class=\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none wp-block-group\" style=\"border-bottom-width:1px;min-height:52px\"><!-- wp:group {\"metadata\":{\"name\":\"Left\"},\"className\":\"nfd-shrink-0 md:nfd-p-4\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"20%\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-shrink-0 md:nfd-p-4 wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} --><p class=\"nfd-text-balance\" style=\"font-style:normal;font-weight:700\">Processor</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Right\"},\"className\":\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-darker\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-darker wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance nfd-text-contrast\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><p class=\"nfd-text-balance nfd-text-contrast\">Intel Core i7-10750H</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Table Row\"},\"className\":\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none\",\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"dimensions\":{\"minHeight\":\"52px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"stretch\"}} --><div class=\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none wp-block-group\" style=\"border-bottom-width:1px;min-height:52px\"><!-- wp:group {\"metadata\":{\"name\":\"Left\"},\"className\":\"nfd-shrink-0 md:nfd-p-4\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"20%\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-shrink-0 md:nfd-p-4 wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} --><p class=\"nfd-text-balance\" style=\"font-style:normal;font-weight:700\">Memory</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Right\"},\"className\":\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-darker\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-darker wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance nfd-text-contrast\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><p class=\"nfd-text-balance nfd-text-contrast\">16 GB DDR4</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Table Row\"},\"className\":\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none\",\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"dimensions\":{\"minHeight\":\"52px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"stretch\"}} --><div class=\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none wp-block-group\" style=\"border-bottom-width:1px;min-height:52px\"><!-- wp:group {\"metadata\":{\"name\":\"Left\"},\"className\":\"nfd-shrink-0 md:nfd-p-4\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"20%\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-shrink-0 md:nfd-p-4 wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} --><p class=\"nfd-text-balance\" style=\"font-style:normal;font-weight:700\">Storage</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Right\"},\"className\":\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-darker\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-darker wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance nfd-text-contrast\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><p class=\"nfd-text-balance nfd-text-contrast\">512 GB NVMe SSD</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Table Row\"},\"className\":\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none\",\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"dimensions\":{\"minHeight\":\"52px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"stretch\"}} --><div class=\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none wp-block-group\" style=\"border-bottom-width:1px;min-height:52px\"><!-- wp:group {\"metadata\":{\"name\":\"Left\"},\"className\":\"nfd-shrink-0 md:nfd-p-4\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"20%\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-shrink-0 md:nfd-p-4 wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} --><p class=\"nfd-text-balance\" style=\"font-style:normal;font-weight:700\">Graphics</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Right\"},\"className\":\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-darker\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-darker wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance nfd-text-contrast\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><p class=\"nfd-text-balance nfd-text-contrast\">NVIDIA GTX 1650 4GB</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Table Row\"},\"className\":\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none\",\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"dimensions\":{\"minHeight\":\"52px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"stretch\"}} --><div class=\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none wp-block-group\" style=\"border-bottom-width:1px;min-height:52px\"><!-- wp:group {\"metadata\":{\"name\":\"Left\"},\"className\":\"nfd-shrink-0 md:nfd-p-4\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"20%\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-shrink-0 md:nfd-p-4 wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} --><p class=\"nfd-text-balance\" style=\"font-style:normal;font-weight:700\">Battery Life</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Right\"},\"className\":\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-darker\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-darker wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance nfd-text-contrast\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><p class=\"nfd-text-balance nfd-text-contrast\">Up to 10 hours</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Table Row\"},\"className\":\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none\",\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"dimensions\":{\"minHeight\":\"52px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"stretch\"}} --><div class=\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none wp-block-group\" style=\"border-bottom-width:1px;min-height:52px\"><!-- wp:group {\"metadata\":{\"name\":\"Left\"},\"className\":\"nfd-shrink-0 md:nfd-p-4\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"20%\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-shrink-0 md:nfd-p-4 wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} --><p class=\"nfd-text-balance\" style=\"font-style:normal;font-weight:700\">Operating System</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Right\"},\"className\":\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-darker\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-darker wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance nfd-text-contrast\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><p class=\"nfd-text-balance nfd-text-contrast\">Windows 10 Pro</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:15:{i:0;s:7:\"content\";i:1;s:12:\"text section\";i:2;s:19:\"content description\";i:3;s:8:\"features\";i:4;s:14:\"specifications\";i:5;s:5:\"specs\";i:6;s:7:\"details\";i:7;s:15:\"technical specs\";i:8;s:15:\"product details\";i:9;s:17:\"technical details\";i:10;s:12:\"key features\";i:11;s:22:\"product specifications\";i:12;s:10:\"attributes\";i:13;s:4:\"dark\";i:14;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:220;s:11:\"is_featured\";b:0;}i:122;a:11:{s:2:\"id\";s:36:\"9c1b1e08-cac8-411a-8a24-e8cef5f6e475\";s:4:\"slug\";s:7:\"text-23\";s:5:\"title\";s:7:\"text-23\";s:11:\"description\";s:7:\"text-23\";s:7:\"content\";s:9859:\"<!-- wp:group {\"className\":\"nfd-py-lg\",\"style\":{\"border\":{\"top\":{\"width\":\"1px\"},\"right\":{},\"bottom\":{\"width\":\"1px\"},\"left\":{}}},\"metadata\":{\"name\":\"Table + Content\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"900px\"}} --><div class=\"wp-block-group nfd-container nfd-py-lg is-style-nfd-theme-white nfd-wb-text__text-23\" style=\"border-top-width:1px;border-bottom-width:1px;\"><!-- wp:group {\"metadata\":{\"name\":\"Narrow container\"},\"className\":\"nfd-text-md nfd-max-w-prose\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-text-md nfd-max-w-prose wp-block-group\"><!-- wp:heading {\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Smartphone Specifications</h2><!-- /wp:heading --><!-- wp:spacer {\"height\":\"24px\"} --><div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"metadata\":{\"name\":\"Table\"},\"className\":\"md:nfd-gap-4 nfd-gap-0 nfd-text-base\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"md:nfd-gap-4 nfd-gap-0 nfd-text-base wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Table Row\"},\"className\":\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none\",\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"dimensions\":{\"minHeight\":\"52px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"stretch\"}} --><div class=\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none wp-block-group\" style=\"border-bottom-width:1px;min-height:52px\"><!-- wp:group {\"metadata\":{\"name\":\"Left\"},\"className\":\"nfd-shrink-0 md:nfd-p-4\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"20%\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-shrink-0 md:nfd-p-4 wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} --><p class=\"nfd-text-balance\" style=\"font-style:normal;font-weight:700\">Processor</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Right\"},\"className\":\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-light\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-light wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance nfd-text-contrast\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><p class=\"nfd-text-balance nfd-text-contrast\">Octa-core 2.9 GHz</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Table Row\"},\"className\":\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none\",\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"dimensions\":{\"minHeight\":\"52px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"stretch\"}} --><div class=\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none wp-block-group\" style=\"border-bottom-width:1px;min-height:52px\"><!-- wp:group {\"metadata\":{\"name\":\"Left\"},\"className\":\"nfd-shrink-0 md:nfd-p-4\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"20%\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-shrink-0 md:nfd-p-4 wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} --><p class=\"nfd-text-balance\" style=\"font-style:normal;font-weight:700\">Display</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Right\"},\"className\":\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-light\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-light wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance nfd-text-contrast\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><p class=\"nfd-text-balance nfd-text-contrast\">6.5-inch AMOLED</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Table Row\"},\"className\":\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none\",\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"dimensions\":{\"minHeight\":\"52px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"stretch\"}} --><div class=\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none wp-block-group\" style=\"border-bottom-width:1px;min-height:52px\"><!-- wp:group {\"metadata\":{\"name\":\"Left\"},\"className\":\"nfd-shrink-0 md:nfd-p-4\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"20%\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-shrink-0 md:nfd-p-4 wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} --><p class=\"nfd-text-balance\" style=\"font-style:normal;font-weight:700\">Battery</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Right\"},\"className\":\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-light\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-light wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance nfd-text-contrast\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><p class=\"nfd-text-balance nfd-text-contrast\">4500 mAh</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Table Row\"},\"className\":\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none\",\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"dimensions\":{\"minHeight\":\"52px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"stretch\"}} --><div class=\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none wp-block-group\" style=\"border-bottom-width:1px;min-height:52px\"><!-- wp:group {\"metadata\":{\"name\":\"Left\"},\"className\":\"nfd-shrink-0 md:nfd-p-4\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"20%\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-shrink-0 md:nfd-p-4 wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} --><p class=\"nfd-text-balance\" style=\"font-style:normal;font-weight:700\">Camera</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Right\"},\"className\":\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-light\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-light wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance nfd-text-contrast\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><p class=\"nfd-text-balance nfd-text-contrast\">108 MP Quad Camera</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"24px\"} --><div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"wp-block-group\"><!-- wp:paragraph --><p class=\"\"><a href=\"#\"><span style=\"text-decoration: underline;\">The latest processors</span></a> offer unmatched performance, enabling users to multitask seamlessly and play the most demanding games without any lag. These processors are designed to handle complex computations efficiently, ensuring a smooth user experience.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">Additionally, <a href=\"#\"><span style=\"text-decoration: underline;\">AMOLED displays</span></a> provide vibrant colors and deep blacks, enhancing the visual experience for users. These displays consume less power compared to traditional LCDs, contributing to better battery life. With the rapid advancement in display technology, smartphones now offer resolutions up to 4K, making them ideal for media consumption and gaming.</p><!-- /wp:paragraph --><!-- wp:group {\"metadata\":{\"name\":\"Separator + Title\"},\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\"}}},\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-0 wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--10);margin-bottom:var(--wp--preset--spacing--10)\"><!-- wp:separator {\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"is-style-wide nfd-border-2 nfd-border-strong\"} --><hr class=\"is-style-wide nfd-border-2 nfd-border-strong wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:paragraph {\"metadata\":{\"name\":\"Title\"},\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"800\"}}} --><p style=\"font-style:normal;font-weight:800\" class=\"\">Considerations</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph --><p class=\"\"><strong>High-end smartphones can be quite expensive,</strong> often costing as much as a high-performance laptop.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\"><strong>Battery life can vary significantly</strong> based on usage patterns and the efficiency of the software.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:14:{i:0;s:7:\"content\";i:1;s:12:\"text section\";i:2;s:19:\"content description\";i:3;s:19:\"product description\";i:4;s:14:\"specifications\";i:5;s:5:\"specs\";i:6;s:7:\"details\";i:7;s:15:\"technical specs\";i:8;s:15:\"product details\";i:9;s:17:\"technical details\";i:10;s:12:\"key features\";i:11;s:22:\"product specifications\";i:12;s:10:\"attributes\";i:13;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:230;s:11:\"is_featured\";b:0;}i:123;a:11:{s:2:\"id\";s:36:\"9c1b1e08-d176-455d-8216-011cb1448cc9\";s:4:\"slug\";s:7:\"text-24\";s:5:\"title\";s:7:\"text-24\";s:11:\"description\";s:7:\"text-24\";s:7:\"content\";s:6250:\"<!-- wp:group {\"className\":\"nfd-py-lg\",\"metadata\":{\"name\":\"Text Content\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-py-lg nfd-wb-text__text-24\" ><!-- wp:group {\"metadata\":{\"name\":\"Title\"},\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">Specification</p><!-- /wp:paragraph --><!-- wp:heading {\"className\":\"nfd-text-xl nfd-text-balance nfd-text-contrast\"} --><h2 class=\"nfd-text-xl nfd-text-balance nfd-text-contrast wp-block-heading\">Product details and overview</h2><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"16px\"} --><div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:columns {\"className\":\"nfd-gap-xl\"} --><div class=\"nfd-gap-xl wp-block-columns\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}}} --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-balance nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-md\" style=\"font-style:normal;font-weight:700\">Material</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-balance\">100% Cotton</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-balance nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-md\" style=\"font-style:normal;font-weight:700\">Color</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-balance\">Blue</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-balance nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-md\" style=\"font-style:normal;font-weight:700\">Size</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-balance\">Medium</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-balance nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-md\" style=\"font-style:normal;font-weight:700\">Weight</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-balance\">1.2 lbs</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}}} --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-balance nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-md\" style=\"font-style:normal;font-weight:700\">Dimensions</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-balance\">12 x 8 x 4 inches</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-balance nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-md\" style=\"font-style:normal;font-weight:700\">Brand</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-balance\">ABC Apparel</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-balance nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-md\" style=\"font-style:normal;font-weight:700\">Care Instructions</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-balance\">Machine wash cold</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-balance nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-md\" style=\"font-style:normal;font-weight:700\">Origin</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-balance\">Made in USA</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:14:{i:0;s:7:\"content\";i:1;s:12:\"text section\";i:2;s:19:\"content description\";i:3;s:19:\"product description\";i:4;s:14:\"specifications\";i:5;s:5:\"specs\";i:6;s:7:\"details\";i:7;s:15:\"technical specs\";i:8;s:15:\"product details\";i:9;s:17:\"technical details\";i:10;s:12:\"key features\";i:11;s:22:\"product specifications\";i:12;s:10:\"attributes\";i:13;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:240;s:11:\"is_featured\";b:0;}i:124;a:11:{s:2:\"id\";s:36:\"9c1b1e08-d89a-48f9-bcc3-66a3e694d1f6\";s:4:\"slug\";s:7:\"text-25\";s:5:\"title\";s:7:\"text-25\";s:11:\"description\";s:7:\"text-25\";s:7:\"content\";s:7215:\"<!-- wp:group {\"className\":\"nfd-py-lg\",\"metadata\":{\"name\":\"Image + Text Content\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-py-lg is-style-nfd-theme-white nfd-wb-text__text-25\" ><!-- wp:columns {\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} --><div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1532453288672-3a27e9be9efd?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=768&h=1024&crop=\" alt=\"\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"metadata\":{\"name\":\"Text Content\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container\" ><!-- wp:group {\"metadata\":{\"name\":\"Title\"},\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">Specification</p><!-- /wp:paragraph --><!-- wp:heading {\"className\":\"nfd-text-xl nfd-text-balance nfd-text-contrast\"} --><h2 class=\"nfd-text-xl nfd-text-balance nfd-text-contrast wp-block-heading\">Product details and overview</h2><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"16px\"} --><div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:columns {\"className\":\"nfd-gap-xl\"} --><div class=\"nfd-gap-xl wp-block-columns\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}}} --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-balance nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-md\" style=\"font-style:normal;font-weight:700\">Material</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-balance\">100% Cotton</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-balance nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-md\" style=\"font-style:normal;font-weight:700\">Color</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-balance\">Blue</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-balance nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-md\" style=\"font-style:normal;font-weight:700\">Size</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-balance\">Medium</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-balance nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-md\" style=\"font-style:normal;font-weight:700\">Weight</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-balance\">1.2 lbs</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}}} --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-balance nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-md\" style=\"font-style:normal;font-weight:700\">Dimensions</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-balance\">12 x 8 x 4 inches</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-balance nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-md\" style=\"font-style:normal;font-weight:700\">Brand</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-balance\">ABC Apparel</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-balance nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-md\" style=\"font-style:normal;font-weight:700\">Care Instructions</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-balance\">Machine wash cold</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-balance nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-md\" style=\"font-style:normal;font-weight:700\">Origin</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-balance\">Made in USA</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:16:{i:0;s:7:\"content\";i:1;s:12:\"text section\";i:2;s:19:\"content description\";i:3;s:19:\"product description\";i:4;s:14:\"specifications\";i:5;s:5:\"specs\";i:6;s:7:\"details\";i:7;s:15:\"technical specs\";i:8;s:15:\"product details\";i:9;s:17:\"technical details\";i:10;s:12:\"key features\";i:11;s:22:\"product specifications\";i:12;s:10:\"attributes\";i:13;s:5:\"image\";i:14;s:13:\"product image\";i:15;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:250;s:11:\"is_featured\";b:0;}i:125;a:11:{s:2:\"id\";s:36:\"9c1b1e08-e26b-47c5-bb2f-e74ee7253e85\";s:4:\"slug\";s:7:\"text-26\";s:5:\"title\";s:7:\"text-26\";s:11:\"description\";s:7:\"text-26\";s:7:\"content\";s:7215:\"<!-- wp:group {\"className\":\"nfd-py-lg\",\"metadata\":{\"name\":\"Image + Text Content\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-py-lg is-style-nfd-theme-white nfd-wb-text__text-26\" ><!-- wp:columns {\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} --><div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"metadata\":{\"name\":\"Text Content\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container\" ><!-- wp:group {\"metadata\":{\"name\":\"Title\"},\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">Specification</p><!-- /wp:paragraph --><!-- wp:heading {\"className\":\"nfd-text-xl nfd-text-balance nfd-text-contrast\"} --><h2 class=\"nfd-text-xl nfd-text-balance nfd-text-contrast wp-block-heading\">Product details and overview</h2><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"16px\"} --><div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:columns {\"className\":\"nfd-gap-xl\"} --><div class=\"nfd-gap-xl wp-block-columns\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}}} --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-balance nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-md\" style=\"font-style:normal;font-weight:700\">Material</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-balance\">100% Cotton</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-balance nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-md\" style=\"font-style:normal;font-weight:700\">Color</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-balance\">Blue</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-balance nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-md\" style=\"font-style:normal;font-weight:700\">Size</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-balance\">Medium</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-balance nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-md\" style=\"font-style:normal;font-weight:700\">Weight</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-balance\">1.2 lbs</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}}} --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-balance nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-md\" style=\"font-style:normal;font-weight:700\">Dimensions</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-balance\">12 x 8 x 4 inches</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-balance nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-md\" style=\"font-style:normal;font-weight:700\">Brand</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-balance\">ABC Apparel</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-balance nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-md\" style=\"font-style:normal;font-weight:700\">Care Instructions</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-balance\">Machine wash cold</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-balance nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-md\" style=\"font-style:normal;font-weight:700\">Origin</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-balance\">Made in USA</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1532453288672-3a27e9be9efd?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=768&h=1024&crop=\" alt=\"\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:16:{i:0;s:7:\"content\";i:1;s:12:\"text section\";i:2;s:19:\"content description\";i:3;s:19:\"product description\";i:4;s:14:\"specifications\";i:5;s:5:\"specs\";i:6;s:7:\"details\";i:7;s:15:\"technical specs\";i:8;s:15:\"product details\";i:9;s:17:\"technical details\";i:10;s:12:\"key features\";i:11;s:22:\"product specifications\";i:12;s:10:\"attributes\";i:13;s:5:\"image\";i:14;s:13:\"product image\";i:15;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:260;s:11:\"is_featured\";b:0;}i:126;a:11:{s:2:\"id\";s:36:\"9c1b1e08-ed7a-47cb-870c-11d3794b871c\";s:4:\"slug\";s:7:\"text-27\";s:5:\"title\";s:7:\"text-27\";s:11:\"description\";s:7:\"text-27\";s:7:\"content\";s:7256:\"<!-- wp:group {\"className\":\"nfd-py-lg\",\"metadata\":{\"name\":\"Image + Text Content\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"grid\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-py-lg is-style-nfd-theme-dark nfd-bg-effect-grid nfd-wb-text__text-27\" ><!-- wp:columns {\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} --><div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"metadata\":{\"name\":\"Text Content\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container\" ><!-- wp:group {\"metadata\":{\"name\":\"Title\"},\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">Specification</p><!-- /wp:paragraph --><!-- wp:heading {\"className\":\"nfd-text-xl nfd-text-balance nfd-text-contrast\"} --><h2 class=\"nfd-text-xl nfd-text-balance nfd-text-contrast wp-block-heading\">Product details and overview</h2><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"16px\"} --><div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:columns {\"className\":\"nfd-gap-xl\"} --><div class=\"nfd-gap-xl wp-block-columns\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}}} --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-balance nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-md\" style=\"font-style:normal;font-weight:700\">Material</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-balance\">100% Cotton</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-balance nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-md\" style=\"font-style:normal;font-weight:700\">Color</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-balance\">Blue</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-balance nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-md\" style=\"font-style:normal;font-weight:700\">Size</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-balance\">Medium</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-balance nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-md\" style=\"font-style:normal;font-weight:700\">Weight</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-balance\">1.2 lbs</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}}} --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-balance nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-md\" style=\"font-style:normal;font-weight:700\">Dimensions</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-balance\">12 x 8 x 4 inches</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-balance nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-md\" style=\"font-style:normal;font-weight:700\">Brand</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-balance\">ABC Apparel</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-balance nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-md\" style=\"font-style:normal;font-weight:700\">Care Instructions</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-balance\">Machine wash cold</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-balance nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-md\" style=\"font-style:normal;font-weight:700\">Origin</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-faded nfd-text-balance\">Made in USA</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1532453288672-3a27e9be9efd?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=768&h=1024&crop=\" alt=\"\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:17:{i:0;s:7:\"content\";i:1;s:12:\"text section\";i:2;s:19:\"content description\";i:3;s:19:\"product description\";i:4;s:14:\"specifications\";i:5;s:5:\"specs\";i:6;s:7:\"details\";i:7;s:15:\"technical specs\";i:8;s:15:\"product details\";i:9;s:17:\"technical details\";i:10;s:12:\"key features\";i:11;s:22:\"product specifications\";i:12;s:10:\"attributes\";i:13;s:5:\"image\";i:14;s:13:\"product image\";i:15;s:4:\"dark\";i:16;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:270;s:11:\"is_featured\";b:0;}i:127;a:11:{s:2:\"id\";s:36:\"9c1b1e08-f471-4798-b9f5-6e3ce2961331\";s:4:\"slug\";s:7:\"text-28\";s:5:\"title\";s:7:\"text-28\";s:11:\"description\";s:7:\"text-28\";s:7:\"content\";s:9027:\"<!-- wp:group {\"metadata\":{\"name\":\"Steps\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-wb-text__text-28\" ><!-- wp:group {\"metadata\":{\"name\":\"Narrow container\"},\"className\":\"nfd-max-w-prose\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-max-w-prose wp-block-group\"><!-- wp:heading {\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h2 class=\"nfd-text-lg nfd-text-contrast wp-block-heading\">Steps</h2><!-- /wp:heading --><!-- wp:spacer {\"height\":\"8px\"} --><div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"metadata\":{\"name\":\"Steps\"},\"className\":\"nfd-gap-2xl nfd-text-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-2xl nfd-text-md wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Step\"},\"className\":\"nfd-gap-lg nfd-px-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"nfdGroupTheme\":\"white\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-gap-lg nfd-px-sm wp-block-group nfd-bg-surface nfd-theme-white\"><!-- wp:group {\"metadata\":{\"name\":\"Badge\"},\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"32px\"},\"dimensions\":{\"minHeight\":\"32px\"}},\"className\":\"nfd-rounded-full nfd-p-2 nfd-shrink-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-rounded-full nfd-p-2 nfd-shrink-0 wp-block-group nfd-bg-surface nfd-theme-dark\" style=\"min-height:32px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"lineHeight\":\"0\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:500;line-height:0;text-transform:uppercase\">1</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph --><p class=\"\">Gather all the documents and materials needed for the meeting. Ensure you have your notes, presentation slides, and any handouts prepared and ready to go.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Step\"},\"className\":\"nfd-gap-lg nfd-px-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"nfdGroupTheme\":\"white\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-gap-lg nfd-px-sm wp-block-group nfd-bg-surface nfd-theme-white\"><!-- wp:group {\"metadata\":{\"name\":\"Badge\"},\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"32px\"},\"dimensions\":{\"minHeight\":\"32px\"}},\"className\":\"nfd-rounded-full nfd-p-2 nfd-shrink-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-rounded-full nfd-p-2 nfd-shrink-0 wp-block-group nfd-bg-surface nfd-theme-dark\" style=\"min-height:32px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"lineHeight\":\"0\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:500;line-height:0;text-transform:uppercase\">2</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph --><p class=\"\">Set up the meeting room by arranging chairs, testing the projector, and ensuring all necessary equipment is functioning properly. This step helps to avoid any technical issues.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Step\"},\"className\":\"nfd-gap-lg nfd-px-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"nfdGroupTheme\":\"white\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-gap-lg nfd-px-sm wp-block-group nfd-bg-surface nfd-theme-white\"><!-- wp:group {\"metadata\":{\"name\":\"Badge\"},\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"32px\"},\"dimensions\":{\"minHeight\":\"32px\"}},\"className\":\"nfd-rounded-full nfd-p-2 nfd-shrink-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-rounded-full nfd-p-2 nfd-shrink-0 wp-block-group nfd-bg-surface nfd-theme-dark\" style=\"min-height:32px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"lineHeight\":\"0\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:500;line-height:0;text-transform:uppercase\">3</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph --><p class=\"\">Welcome attendees as they arrive, provide them with any necessary materials, and direct them to their seats. Begin the meeting promptly at the scheduled time.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Step\"},\"className\":\"nfd-gap-lg nfd-px-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"nfdGroupTheme\":\"white\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-gap-lg nfd-px-sm wp-block-group nfd-bg-surface nfd-theme-white\"><!-- wp:group {\"metadata\":{\"name\":\"Badge\"},\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"32px\"},\"dimensions\":{\"minHeight\":\"32px\"}},\"className\":\"nfd-rounded-full nfd-p-2 nfd-shrink-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-rounded-full nfd-p-2 nfd-shrink-0 wp-block-group nfd-bg-surface nfd-theme-dark\" style=\"min-height:32px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"lineHeight\":\"0\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:500;line-height:0;text-transform:uppercase\">4</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph --><p class=\"\">Present your main points clearly and concisely, using visual aids where appropriate. Encourage questions and discussions to keep everyone engaged and ensure understanding.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Step\"},\"className\":\"nfd-gap-lg nfd-px-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"nfdGroupTheme\":\"white\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-gap-lg nfd-px-sm wp-block-group nfd-bg-surface nfd-theme-white\"><!-- wp:group {\"metadata\":{\"name\":\"Badge\"},\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"32px\"},\"dimensions\":{\"minHeight\":\"32px\"}},\"className\":\"nfd-rounded-full nfd-p-2 nfd-shrink-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-rounded-full nfd-p-2 nfd-shrink-0 wp-block-group nfd-bg-surface nfd-theme-dark\" style=\"min-height:32px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"lineHeight\":\"0\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:500;line-height:0;text-transform:uppercase\">5</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph --><p class=\"\">Wrap up the meeting by summarizing key points, outlining any next steps, and thanking attendees for their participation. Ensure everyone knows their follow-up tasks and deadlines.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:14:{i:0;s:7:\"content\";i:1;s:12:\"text section\";i:2;s:7:\"article\";i:3;s:9:\"paragraph\";i:4;s:19:\"content description\";i:5;s:5:\"steps\";i:6;s:12:\"instructions\";i:7;s:6:\"how to\";i:8;s:12:\"step by step\";i:9;s:9:\"procedure\";i:10;s:5:\"guide\";i:11;s:8:\"tutorial\";i:12;s:9:\"task list\";i:13;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:280;s:11:\"is_featured\";b:0;}i:128;a:11:{s:2:\"id\";s:36:\"9c1b1e08-fb4f-4df5-a0ca-9a99557969a0\";s:4:\"slug\";s:7:\"text-29\";s:5:\"title\";s:7:\"text-29\";s:11:\"description\";s:7:\"text-29\";s:7:\"content\";s:2035:\"<!-- wp:group {\"className\":\"nfd-max-w-prose nfd-p-lg nfd-text-lg nfd-text-faded nfd-text-balance\",\"metadata\":{\"name\":\"Large Text\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-max-w-prose nfd-p-lg nfd-text-lg nfd-text-faded nfd-text-balance nfd-wb-text__text-29\" ><!-- wp:paragraph --><p class=\"\">Hi there, I`m <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-header-foreground-color\"><span style=\"text-decoration: underline;\"><strong>Andrea</strong></span></mark> 👋 Welcome to my digital studio 🧰 I like <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-header-foreground-color\"><span style=\"text-decoration: underline;\"><strong>designing brands</strong></span></mark>, and I`m currently helping to build <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-header-foreground-color\"><span style=\"text-decoration: underline;\"><strong>stealth-mode startups</strong></span></mark>.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">In my free time, I enjoy exploring <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-header-foreground-color\"><span style=\"text-decoration: underline;\"><strong>new recipes</strong></span></mark> practicing <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-header-foreground-color\"><span style=\"text-decoration: underline;\"><strong>yoga</strong></span></mark>, and karaoke.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">I also spend some time <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-header-foreground-color\"><span style=\"text-decoration: underline;\"><strong>making art</strong></span></mark> and <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-header-foreground-color\"><span style=\"text-decoration: underline;\"><strong>exploring national parks</strong></span></mark> as well with my partner, kids and our puppy Theo.</p><!-- /wp:paragraph --></div><!-- /wp:group -->\";s:4:\"tags\";a:9:{i:0;s:7:\"content\";i:1;s:12:\"text section\";i:2;s:7:\"article\";i:3;s:9:\"paragraph\";i:4;s:19:\"content description\";i:5;s:9:\"rich text\";i:6;s:14:\"formatted text\";i:7;s:16:\"highlighted text\";i:8;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:290;s:11:\"is_featured\";b:0;}i:129;a:11:{s:2:\"id\";s:36:\"9c1b1e09-053c-4ec9-bc31-a495096253b7\";s:4:\"slug\";s:7:\"text-30\";s:5:\"title\";s:7:\"text-30\";s:11:\"description\";s:7:\"text-30\";s:7:\"content\";s:4080:\"<!-- wp:group {\"className\":\"nfd-py-lg\",\"metadata\":{\"name\":\"Review\"},\"nfdGroupTheme\":\"light\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-py-lg is-style-nfd-theme-light nfd-wb-text__text-30\" ><!-- wp:group {\"metadata\":{\"name\":\"Review Card\"},\"style\":{\"border\":{\"width\":\"1px\"}},\"className\":\"nfd-shadow-xs nfd-rounded nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"},\"nfdGroupTheme\":\"white\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-shadow-xs nfd-rounded nfd-gap-0 wp-block-group nfd-bg-surface nfd-theme-white \" style=\"border-width:1px\"><!-- wp:group {\"metadata\":{\"name\":\"Card Header\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}}},\"className\":\"nfd-p-card-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-p-card-md wp-block-group\" style=\"border-bottom-width:1px\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-lg nfd-text-contrast nfd-text-balance\"} --><p class=\"nfd-text-lg nfd-text-contrast nfd-text-balance has-text-align-left\" style=\"font-style:normal;font-weight:700\">Verdict</p><!-- /wp:paragraph --><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fab906\"},\"typography\":{\"letterSpacing\":\"2px\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-color\" style=\"color:#fab906;letter-spacing:2px\">★★★★★</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-p-card-md nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-p-card-md nfd-gap-lg wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded has-text-align-left\">The XYZ Smartwatch is a well-rounded wearable offering excellent battery life, comprehensive health tracking, and a sleek design at an affordable price. While it lacks the extensive app ecosystem of some competitors and could improve in build quality, it remains a strong choice for those seeking a reliable and stylish smartwatch.</p><!-- /wp:paragraph --><!-- wp:separator {\"className\":\"is-style-wide\"} --><hr class=\"is-style-wide wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:columns --><div class=\"wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Title + List\"},\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Title\"},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md\"><strong>Pros</strong></p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-gap-sm nfd-text-base nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm nfd-text-base nfd-text-faded wp-block-group\"><!-- wp:paragraph --><p class=\"\">+ Excellent Battery Life</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">+ Health Tracking</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">+ Water-Resistant</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Title + List\"},\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Title\"},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md\"><strong>Cons</strong></p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-gap-sm nfd-text-base nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm nfd-text-base nfd-text-faded wp-block-group\"><!-- wp:paragraph --><p class=\"\">- Average Build Quality</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">- Occasional Connectivity Issues</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:10:{i:0;s:7:\"content\";i:1;s:7:\"verdict\";i:2;s:6:\"review\";i:3;s:7:\"summary\";i:4;s:13:\"pros and cons\";i:5;s:6:\"rating\";i:6;s:14:\"product review\";i:7;s:12:\"stars rating\";i:8;s:10:\"conclusion\";i:9;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:300;s:11:\"is_featured\";b:0;}i:130;a:11:{s:2:\"id\";s:36:\"9c1b1e09-0d0b-4fe6-9196-f1465010006d\";s:4:\"slug\";s:7:\"text-31\";s:5:\"title\";s:7:\"text-31\";s:11:\"description\";s:7:\"text-31\";s:7:\"content\";s:4084:\"<!-- wp:group {\"className\":\"nfd-py-lg\",\"metadata\":{\"name\":\"Review\"},\"nfdGroupTheme\":\"light\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-py-lg is-style-nfd-theme-light nfd-wb-text__text-31\" ><!-- wp:group {\"metadata\":{\"name\":\"Review Card\"},\"style\":{\"border\":{\"width\":\"1px\"}},\"className\":\"nfd-shadow-xs nfd-rounded nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"},\"nfdGroupTheme\":\"primary\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-shadow-xs nfd-rounded nfd-gap-0 wp-block-group nfd-bg-surface nfd-theme-primary \" style=\"border-width:1px\"><!-- wp:group {\"metadata\":{\"name\":\"Card Header\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}}},\"className\":\"nfd-p-card-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-p-card-md wp-block-group\" style=\"border-bottom-width:1px\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-lg nfd-text-contrast nfd-text-balance\"} --><p class=\"nfd-text-lg nfd-text-contrast nfd-text-balance has-text-align-left\" style=\"font-style:normal;font-weight:700\">Verdict</p><!-- /wp:paragraph --><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fab906\"},\"typography\":{\"letterSpacing\":\"2px\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-color\" style=\"color:#fab906;letter-spacing:2px\">★★★★★</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-p-card-md nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-p-card-md nfd-gap-lg wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded has-text-align-left\">The XYZ Smartwatch is a well-rounded wearable offering excellent battery life, comprehensive health tracking, and a sleek design at an affordable price. While it lacks the extensive app ecosystem of some competitors and could improve in build quality, it remains a strong choice for those seeking a reliable and stylish smartwatch.</p><!-- /wp:paragraph --><!-- wp:separator {\"className\":\"is-style-wide\"} --><hr class=\"is-style-wide wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:columns --><div class=\"wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Title + List\"},\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Title\"},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md\"><strong>Pros</strong></p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-gap-sm nfd-text-base nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm nfd-text-base nfd-text-faded wp-block-group\"><!-- wp:paragraph --><p class=\"\">+ Excellent Battery Life</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">+ Health Tracking</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">+ Water-Resistant</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Title + List\"},\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Title\"},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md\"><strong>Cons</strong></p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-gap-sm nfd-text-base nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm nfd-text-base nfd-text-faded wp-block-group\"><!-- wp:paragraph --><p class=\"\">- Average Build Quality</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">- Occasional Connectivity Issues</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:11:{i:0;s:7:\"content\";i:1;s:7:\"verdict\";i:2;s:6:\"review\";i:3;s:7:\"summary\";i:4;s:13:\"pros and cons\";i:5;s:6:\"rating\";i:6;s:14:\"product review\";i:7;s:12:\"stars rating\";i:8;s:10:\"conclusion\";i:9;s:7:\"primary\";i:10;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:310;s:11:\"is_featured\";b:0;}i:131;a:11:{s:2:\"id\";s:36:\"9c1b1e09-1537-4775-8066-e5784ed03c83\";s:4:\"slug\";s:7:\"text-32\";s:5:\"title\";s:7:\"text-32\";s:11:\"description\";s:7:\"text-32\";s:7:\"content\";s:7436:\"<!-- wp:group {\"className\":\"nfd-py-lg\",\"metadata\":{\"name\":\"Table + Content\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"900px\"}} --><div class=\"wp-block-group nfd-container nfd-py-lg is-style-nfd-theme-white nfd-wb-text__text-32\" ><!-- wp:group {\"metadata\":{\"name\":\"Narrow container\"},\"className\":\"nfd-text-md nfd-max-w-prose\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-text-md nfd-max-w-prose wp-block-group\"><!-- wp:heading {\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Introducing Block Patterns</h2><!-- /wp:heading --><!-- wp:spacer {\"height\":\"24px\"} --><div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"wp-block-group\"><!-- wp:paragraph --><p class=\"\"><a href=\"#\"><span style=\"text-decoration: underline;\">WordPress block patterns</span></a> offer a powerful way to create predefined block layouts, enabling users to quickly design pages and posts with a consistent look and feel. These patterns are essentially collections of blocks that are pre-arranged and configured, which you can insert into your posts and pages.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">Moreover, the <a href=\"#\"><span style=\"text-decoration: underline;\">WordPress community</span></a> and theme developers are actively contributing to a growing <a href=\"#\"><span style=\"text-decoration: underline;\">library of block patterns</span></a>, making it easier for users to find a pattern that suits their needs. Whether you`re building a landing page, a photo gallery, or a complex layout, there`s likely a block pattern ready to use. This democratizes design for non-technical users while offering developers a way to extend WordPress functionality and provide more options to their clients.</p><!-- /wp:paragraph --><!-- wp:group {\"metadata\":{\"name\":\"Separator + Title\"},\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\"}}},\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-0 wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--10);margin-bottom:var(--wp--preset--spacing--10)\"><!-- wp:separator {\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"is-style-wide nfd-border-2 nfd-border-strong\"} --><hr class=\"is-style-wide nfd-border-2 nfd-border-strong wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:paragraph {\"metadata\":{\"name\":\"Title\"},\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"800\"}}} --><p style=\"font-style:normal;font-weight:800\" class=\"\">Flaws but not dealbreakers</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph --><p class=\"\"><strong>Average build quality.</strong> Whether you`re building a landing page, a photo gallery, or a complex layout, there`s likely a block pattern ready to use.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\"><strong>Occasional connectivity issues.</strong> Whether you`re building a landing page, a photo gallery, or a complex layout, there`s likely a block pattern ready to use.</p><!-- /wp:paragraph --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"24px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"metadata\":{\"name\":\"Review Card\"},\"style\":{\"border\":{\"width\":\"1px\"}},\"className\":\"nfd-shadow-xs nfd-rounded nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"},\"nfdGroupTheme\":\"primary\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-shadow-xs nfd-rounded nfd-gap-0 wp-block-group nfd-bg-surface nfd-theme-primary \" style=\"border-width:1px\"><!-- wp:group {\"metadata\":{\"name\":\"Card Header\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}}},\"className\":\"nfd-p-card-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-p-card-md wp-block-group\" style=\"border-bottom-width:1px\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-lg nfd-text-contrast nfd-text-balance\"} --><p class=\"nfd-text-lg nfd-text-contrast nfd-text-balance has-text-align-left\" style=\"font-style:normal;font-weight:700\">Verdict</p><!-- /wp:paragraph --><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fab906\"},\"typography\":{\"letterSpacing\":\"2px\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-color\" style=\"color:#fab906;letter-spacing:2px\">★★★★★</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-p-card-md nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-p-card-md nfd-gap-lg wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded has-text-align-left\">The XYZ Smartwatch is a well-rounded wearable offering excellent battery life, comprehensive health tracking, and a sleek design at an affordable price. While it lacks the extensive app ecosystem of some competitors and could improve in build quality, it remains a strong choice for those seeking a reliable and stylish smartwatch.</p><!-- /wp:paragraph --><!-- wp:separator {\"className\":\"is-style-wide\"} --><hr class=\"is-style-wide wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:columns --><div class=\"wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Title + List\"},\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Title\"},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md\"><strong>Pros</strong></p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-gap-sm nfd-text-base nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm nfd-text-base nfd-text-faded wp-block-group\"><!-- wp:paragraph --><p class=\"\">+ Excellent Battery Life</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">+ Health Tracking</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">+ Water-Resistant</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Title + List\"},\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Title\"},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md\"><strong>Cons</strong></p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-gap-sm nfd-text-base nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm nfd-text-base nfd-text-faded wp-block-group\"><!-- wp:paragraph --><p class=\"\">- Average Build Quality</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">- Occasional Connectivity Issues</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:18:{i:0;s:7:\"content\";i:1;s:12:\"text section\";i:2;s:7:\"article\";i:3;s:9:\"paragraph\";i:4;s:19:\"content description\";i:5;s:16:\"highlighted text\";i:6;s:9:\"rich text\";i:7;s:14:\"formatted text\";i:8;s:7:\"verdict\";i:9;s:6:\"review\";i:10;s:7:\"summary\";i:11;s:13:\"pros and cons\";i:12;s:6:\"rating\";i:13;s:14:\"product review\";i:14;s:12:\"stars rating\";i:15;s:10:\"conclusion\";i:16;s:13:\"mixed content\";i:17;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:320;s:11:\"is_featured\";b:0;}i:132;a:11:{s:2:\"id\";s:36:\"9c1b1e09-1d2c-4983-8902-330eced7daea\";s:4:\"slug\";s:7:\"text-33\";s:5:\"title\";s:7:\"text-33\";s:11:\"description\";s:7:\"text-33\";s:7:\"content\";s:9043:\"<!-- wp:group {\"className\":\"nfd-py-lg\",\"metadata\":{\"name\":\"List\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"900px\"}} --><div class=\"wp-block-group nfd-container nfd-py-lg is-style-nfd-theme-white nfd-wb-text__text-33\" ><!-- wp:group {\"metadata\":{\"name\":\"Narrow container\"},\"className\":\"nfd-text-md nfd-max-w-prose\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-text-md nfd-max-w-prose wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"List\"},\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"List Item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"dimensions\":{\"minHeight\":\"80px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\" style=\"border-bottom-width:1px;min-height:80px\"><!-- wp:group {\"metadata\":{\"name\":\"Title Row\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-md nfd-gap-y-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md nfd-gap-y-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"metadata\":{\"name\":\"Title\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h3 class=\"nfd-text-lg nfd-text-contrast wp-block-heading\">Vortex Labs</h3><!-- /wp:heading --><!-- wp:group {\"metadata\":{\"name\":\"Badge\"},\"className\":\"nfd-shrink-0 nfd-rounded-full nfd-bg-subtle\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} --><div class=\"nfd-shrink-0 nfd-rounded-full nfd-bg-subtle wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Time\"},\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"top\":\"4px\",\"bottom\":\"4px\",\"left\":\"12px\",\"right\":\"12px\"}}},\"className\":\"nfd-shrink-0 nfd-text-contrast nfd-text-sm\"} --><p class=\"nfd-shrink-0 nfd-text-contrast nfd-text-sm\" style=\"padding-top:4px;padding-right:12px;padding-bottom:4px;padding-left:12px;font-style:normal;font-weight:400\">New</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0px\",\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-sm nfd-text-opacity-80\"} --><p class=\"nfd-text-sm nfd-text-opacity-80\" style=\"font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\">Design</p><!-- /wp:paragraph --><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0px\",\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-sm nfd-text-opacity-80\"} --><p class=\"nfd-text-sm nfd-text-opacity-80\" style=\"font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\">✵</p><!-- /wp:paragraph --><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0px\",\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-sm nfd-text-opacity-80\"} --><p class=\"nfd-text-sm nfd-text-opacity-80\" style=\"font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\">2024</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"List Item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"dimensions\":{\"minHeight\":\"80px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\" style=\"border-bottom-width:1px;min-height:80px\"><!-- wp:group {\"metadata\":{\"name\":\"Title Row\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-md nfd-gap-y-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md nfd-gap-y-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"metadata\":{\"name\":\"Title\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h3 class=\"nfd-text-lg nfd-text-contrast wp-block-heading\">Zenith Innovations</h3><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0px\",\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-sm nfd-text-opacity-80\"} --><p class=\"nfd-text-sm nfd-text-opacity-80\" style=\"font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\">Tech</p><!-- /wp:paragraph --><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0px\",\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-sm nfd-text-opacity-80\"} --><p class=\"nfd-text-sm nfd-text-opacity-80\" style=\"font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\">✵</p><!-- /wp:paragraph --><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0px\",\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-sm nfd-text-opacity-80\"} --><p class=\"nfd-text-sm nfd-text-opacity-80\" style=\"font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\">2023</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"List Item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"dimensions\":{\"minHeight\":\"80px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\" style=\"border-bottom-width:1px;min-height:80px\"><!-- wp:group {\"metadata\":{\"name\":\"Title Row\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-md nfd-gap-y-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md nfd-gap-y-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"metadata\":{\"name\":\"Title\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h3 class=\"nfd-text-lg nfd-text-contrast wp-block-heading\">Ionic Solutions</h3><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0px\",\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-sm nfd-text-opacity-80\"} --><p class=\"nfd-text-sm nfd-text-opacity-80\" style=\"font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\">Tech</p><!-- /wp:paragraph --><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0px\",\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-sm nfd-text-opacity-80\"} --><p class=\"nfd-text-sm nfd-text-opacity-80\" style=\"font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\">✵</p><!-- /wp:paragraph --><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0px\",\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-sm nfd-text-opacity-80\"} --><p class=\"nfd-text-sm nfd-text-opacity-80\" style=\"font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\">2023</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"List Item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"dimensions\":{\"minHeight\":\"80px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\" style=\"border-bottom-width:1px;min-height:80px\"><!-- wp:group {\"metadata\":{\"name\":\"Title Row\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-md nfd-gap-y-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md nfd-gap-y-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"metadata\":{\"name\":\"Title\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h3 class=\"nfd-text-lg nfd-text-contrast wp-block-heading\">Pulse Media</h3><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0px\",\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-sm nfd-text-opacity-80\"} --><p class=\"nfd-text-sm nfd-text-opacity-80\" style=\"font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\">Media</p><!-- /wp:paragraph --><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0px\",\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-sm nfd-text-opacity-80\"} --><p class=\"nfd-text-sm nfd-text-opacity-80\" style=\"font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\">✵</p><!-- /wp:paragraph --><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0px\",\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-sm nfd-text-opacity-80\"} --><p class=\"nfd-text-sm nfd-text-opacity-80\" style=\"font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\">2022</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:10:{i:0;s:7:\"content\";i:1;s:4:\"list\";i:2;s:8:\"overview\";i:3;s:7:\"summary\";i:4;s:12:\"project list\";i:5;s:5:\"items\";i:6;s:7:\"entries\";i:7;s:9:\"item list\";i:8;s:6:\"labels\";i:9;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:330;s:11:\"is_featured\";b:0;}i:133;a:11:{s:2:\"id\";s:36:\"9c1b1e09-243a-4444-98dd-fc1f211ebd20\";s:4:\"slug\";s:7:\"text-34\";s:5:\"title\";s:7:\"text-34\";s:11:\"description\";s:7:\"text-34\";s:7:\"content\";s:12392:\"<!-- wp:group {\"className\":\"nfd-py-lg\",\"metadata\":{\"name\":\"List\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"900px\"}} --><div class=\"wp-block-group nfd-container nfd-py-lg is-style-nfd-theme-white nfd-wb-text__text-34\" ><!-- wp:group {\"metadata\":{\"name\":\"Narrow container\"},\"className\":\"nfd-text-md nfd-max-w-prose\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-text-md nfd-max-w-prose wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"List\"},\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"List Item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"dimensions\":{\"minHeight\":\"80px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\" style=\"border-bottom-width:1px;min-height:80px\"><!-- wp:group {\"metadata\":{\"name\":\"Title Row\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-md nfd-gap-y-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md nfd-gap-y-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"metadata\":{\"name\":\"Title\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h3 class=\"nfd-text-lg nfd-text-contrast wp-block-heading\">Most populous cities</h3><!-- /wp:heading --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"List Item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"dimensions\":{\"minHeight\":\"80px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\" style=\"border-bottom-width:1px;min-height:80px\"><!-- wp:group {\"metadata\":{\"name\":\"Title Row\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-md nfd-gap-y-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md nfd-gap-y-sm wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Badge\"},\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"32px\"},\"dimensions\":{\"minHeight\":\"32px\"}},\"className\":\"nfd-rounded-full nfd-p-2 nfd-shrink-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-rounded-full nfd-p-2 nfd-shrink-0 wp-block-group nfd-bg-surface nfd-theme-dark\" style=\"min-height:32px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"lineHeight\":\"0\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:500;line-height:0;text-transform:uppercase\">1</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:heading {\"level\":4,\"metadata\":{\"name\":\"Title\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h4 class=\"nfd-text-md nfd-text-contrast wp-block-heading\" style=\"font-style:normal;font-weight:500\">New York</h4><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0px\",\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-opacity-80 nfd-text-base\"} --><p class=\"nfd-text-opacity-80 nfd-text-base\" style=\"font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\">8,258,035</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"List Item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"dimensions\":{\"minHeight\":\"80px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\" style=\"border-bottom-width:1px;min-height:80px\"><!-- wp:group {\"metadata\":{\"name\":\"Title Row\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-md nfd-gap-y-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md nfd-gap-y-sm wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Badge\"},\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"32px\"},\"dimensions\":{\"minHeight\":\"32px\"}},\"className\":\"nfd-rounded-full nfd-p-2 nfd-shrink-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-rounded-full nfd-p-2 nfd-shrink-0 wp-block-group nfd-bg-surface nfd-theme-dark\" style=\"min-height:32px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"lineHeight\":\"0\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:500;line-height:0;text-transform:uppercase\">2</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:heading {\"level\":4,\"metadata\":{\"name\":\"Title\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h4 class=\"nfd-text-md nfd-text-contrast wp-block-heading\" style=\"font-style:normal;font-weight:500\">Los Angeles</h4><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0px\",\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-opacity-80 nfd-text-base\"} --><p class=\"nfd-text-opacity-80 nfd-text-base\" style=\"font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\">3,820,914</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"List Item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"dimensions\":{\"minHeight\":\"80px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\" style=\"border-bottom-width:1px;min-height:80px\"><!-- wp:group {\"metadata\":{\"name\":\"Title Row\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-md nfd-gap-y-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md nfd-gap-y-sm wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Badge\"},\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"32px\"},\"dimensions\":{\"minHeight\":\"32px\"}},\"className\":\"nfd-rounded-full nfd-p-2 nfd-shrink-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-rounded-full nfd-p-2 nfd-shrink-0 wp-block-group nfd-bg-surface nfd-theme-dark\" style=\"min-height:32px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"lineHeight\":\"0\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:500;line-height:0;text-transform:uppercase\">3</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:heading {\"level\":4,\"metadata\":{\"name\":\"Title\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h4 class=\"nfd-text-md nfd-text-contrast wp-block-heading\" style=\"font-style:normal;font-weight:500\">Chicago</h4><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0px\",\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-opacity-80 nfd-text-base\"} --><p class=\"nfd-text-opacity-80 nfd-text-base\" style=\"font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\">2,664,452</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"List Item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"dimensions\":{\"minHeight\":\"80px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\" style=\"border-bottom-width:1px;min-height:80px\"><!-- wp:group {\"metadata\":{\"name\":\"Title Row\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-md nfd-gap-y-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md nfd-gap-y-sm wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Badge\"},\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"32px\"},\"dimensions\":{\"minHeight\":\"32px\"}},\"className\":\"nfd-rounded-full nfd-p-2 nfd-shrink-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-rounded-full nfd-p-2 nfd-shrink-0 wp-block-group nfd-bg-surface nfd-theme-dark\" style=\"min-height:32px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"lineHeight\":\"0\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:500;line-height:0;text-transform:uppercase\">4</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:heading {\"level\":4,\"metadata\":{\"name\":\"Title\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h4 class=\"nfd-text-md nfd-text-contrast wp-block-heading\" style=\"font-style:normal;font-weight:500\">Houston</h4><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0px\",\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-opacity-80 nfd-text-base\"} --><p class=\"nfd-text-opacity-80 nfd-text-base\" style=\"font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\">2,314,157</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"List Item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"dimensions\":{\"minHeight\":\"80px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\" style=\"border-bottom-width:1px;min-height:80px\"><!-- wp:group {\"metadata\":{\"name\":\"Title Row\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-md nfd-gap-y-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md nfd-gap-y-sm wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Badge\"},\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"32px\"},\"dimensions\":{\"minHeight\":\"32px\"}},\"className\":\"nfd-rounded-full nfd-p-2 nfd-shrink-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-rounded-full nfd-p-2 nfd-shrink-0 wp-block-group nfd-bg-surface nfd-theme-dark\" style=\"min-height:32px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"lineHeight\":\"0\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:500;line-height:0;text-transform:uppercase\">5</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:heading {\"level\":4,\"metadata\":{\"name\":\"Title\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h4 class=\"nfd-text-md nfd-text-contrast wp-block-heading\" style=\"font-style:normal;font-weight:500\">Phoenix</h4><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0px\",\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-opacity-80 nfd-text-base\"} --><p class=\"nfd-text-opacity-80 nfd-text-base\" style=\"font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\">1,650,070</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:9:{i:0;s:7:\"content\";i:1;s:7:\"ranking\";i:2;s:4:\"rank\";i:3;s:11:\"ranked list\";i:4;s:12:\"ordered list\";i:5;s:11:\"leaderboard\";i:6;s:3:\"top\";i:7;s:10:\"rank order\";i:8;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:340;s:11:\"is_featured\";b:0;}i:134;a:11:{s:2:\"id\";s:36:\"9c1b1e09-2cf0-4ec2-9c22-0d82d2109975\";s:4:\"slug\";s:7:\"text-35\";s:5:\"title\";s:7:\"text-35\";s:11:\"description\";s:7:\"text-35\";s:7:\"content\";s:12756:\"<!-- wp:group {\"className\":\"nfd-py-lg\",\"metadata\":{\"name\":\"List\"},\"nfdGroupTheme\":\"dark\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"900px\"}} --><div class=\"wp-block-group nfd-container nfd-py-lg is-style-nfd-theme-dark nfd-wb-text__text-35\" ><!-- wp:group {\"metadata\":{\"name\":\"Narrow container\"},\"className\":\"nfd-text-md nfd-max-w-prose\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-text-md nfd-max-w-prose wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"List\"},\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"List Item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"dimensions\":{\"minHeight\":\"80px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\" style=\"border-bottom-width:1px;min-height:80px\"><!-- wp:group {\"metadata\":{\"name\":\"Title Row\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-md nfd-gap-y-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md nfd-gap-y-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"metadata\":{\"name\":\"Title\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h3 class=\"nfd-text-lg nfd-text-contrast wp-block-heading\">Most populous cities</h3><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0px\",\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-base nfd-text-opacity-80\"} --><p class=\"nfd-text-base nfd-text-opacity-80\" style=\"font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\">2025 Estimate</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"List Item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"dimensions\":{\"minHeight\":\"80px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\" style=\"border-bottom-width:1px;min-height:80px\"><!-- wp:group {\"metadata\":{\"name\":\"Title Row\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-md nfd-gap-y-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md nfd-gap-y-sm wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Badge\"},\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"32px\"},\"dimensions\":{\"minHeight\":\"32px\"}},\"className\":\"nfd-rounded-full nfd-p-2 nfd-shrink-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"light\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-rounded-full nfd-p-2 nfd-shrink-0 wp-block-group nfd-bg-surface nfd-theme-light\" style=\"min-height:32px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"lineHeight\":\"0\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:500;line-height:0;text-transform:uppercase\">1</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:heading {\"level\":4,\"metadata\":{\"name\":\"Title\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h4 class=\"nfd-text-md nfd-text-contrast wp-block-heading\" style=\"font-style:normal;font-weight:500\">New York</h4><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0px\",\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-opacity-80 nfd-text-base\"} --><p class=\"nfd-text-opacity-80 nfd-text-base\" style=\"font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\">8,258,035</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"List Item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"dimensions\":{\"minHeight\":\"80px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\" style=\"border-bottom-width:1px;min-height:80px\"><!-- wp:group {\"metadata\":{\"name\":\"Title Row\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-md nfd-gap-y-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md nfd-gap-y-sm wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Badge\"},\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"32px\"},\"dimensions\":{\"minHeight\":\"32px\"}},\"className\":\"nfd-rounded-full nfd-p-2 nfd-shrink-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"light\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-rounded-full nfd-p-2 nfd-shrink-0 wp-block-group nfd-bg-surface nfd-theme-light\" style=\"min-height:32px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"lineHeight\":\"0\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:500;line-height:0;text-transform:uppercase\">2</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:heading {\"level\":4,\"metadata\":{\"name\":\"Title\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h4 class=\"nfd-text-md nfd-text-contrast wp-block-heading\" style=\"font-style:normal;font-weight:500\">Los Angeles</h4><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0px\",\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-opacity-80 nfd-text-base\"} --><p class=\"nfd-text-opacity-80 nfd-text-base\" style=\"font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\">3,820,914</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"List Item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"dimensions\":{\"minHeight\":\"80px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\" style=\"border-bottom-width:1px;min-height:80px\"><!-- wp:group {\"metadata\":{\"name\":\"Title Row\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-md nfd-gap-y-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md nfd-gap-y-sm wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Badge\"},\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"32px\"},\"dimensions\":{\"minHeight\":\"32px\"}},\"className\":\"nfd-rounded-full nfd-p-2 nfd-shrink-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"light\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-rounded-full nfd-p-2 nfd-shrink-0 wp-block-group nfd-bg-surface nfd-theme-light\" style=\"min-height:32px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"lineHeight\":\"0\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:500;line-height:0;text-transform:uppercase\">3</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:heading {\"level\":4,\"metadata\":{\"name\":\"Title\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h4 class=\"nfd-text-md nfd-text-contrast wp-block-heading\" style=\"font-style:normal;font-weight:500\">Chicago</h4><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0px\",\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-opacity-80 nfd-text-base\"} --><p class=\"nfd-text-opacity-80 nfd-text-base\" style=\"font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\">2,664,452</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"List Item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"dimensions\":{\"minHeight\":\"80px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\" style=\"border-bottom-width:1px;min-height:80px\"><!-- wp:group {\"metadata\":{\"name\":\"Title Row\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-md nfd-gap-y-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md nfd-gap-y-sm wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Badge\"},\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"32px\"},\"dimensions\":{\"minHeight\":\"32px\"}},\"className\":\"nfd-rounded-full nfd-p-2 nfd-shrink-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"light\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-rounded-full nfd-p-2 nfd-shrink-0 wp-block-group nfd-bg-surface nfd-theme-light\" style=\"min-height:32px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"lineHeight\":\"0\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:500;line-height:0;text-transform:uppercase\">4</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:heading {\"level\":4,\"metadata\":{\"name\":\"Title\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h4 class=\"nfd-text-md nfd-text-contrast wp-block-heading\" style=\"font-style:normal;font-weight:500\">Houston</h4><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0px\",\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-opacity-80 nfd-text-base\"} --><p class=\"nfd-text-opacity-80 nfd-text-base\" style=\"font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\">2,314,157</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"List Item\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"dimensions\":{\"minHeight\":\"80px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\" style=\"border-bottom-width:1px;min-height:80px\"><!-- wp:group {\"metadata\":{\"name\":\"Title Row\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-md nfd-gap-y-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md nfd-gap-y-sm wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Badge\"},\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"32px\"},\"dimensions\":{\"minHeight\":\"32px\"}},\"className\":\"nfd-rounded-full nfd-p-2 nfd-shrink-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"light\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-rounded-full nfd-p-2 nfd-shrink-0 wp-block-group nfd-bg-surface nfd-theme-light\" style=\"min-height:32px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"lineHeight\":\"0\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:500;line-height:0;text-transform:uppercase\">5</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:heading {\"level\":4,\"metadata\":{\"name\":\"Title\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h4 class=\"nfd-text-md nfd-text-contrast wp-block-heading\" style=\"font-style:normal;font-weight:500\">Phoenix</h4><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0px\",\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-opacity-80 nfd-text-base\"} --><p class=\"nfd-text-opacity-80 nfd-text-base\" style=\"font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\">1,650,070</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:10:{i:0;s:7:\"content\";i:1;s:7:\"ranking\";i:2;s:4:\"rank\";i:3;s:11:\"ranked list\";i:4;s:12:\"ordered list\";i:5;s:11:\"leaderboard\";i:6;s:3:\"top\";i:7;s:10:\"rank order\";i:8;s:4:\"dark\";i:9;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:350;s:11:\"is_featured\";b:0;}i:135;a:11:{s:2:\"id\";s:36:\"9c1b1e09-379f-4617-aa72-5c73fed97395\";s:4:\"slug\";s:7:\"text-36\";s:5:\"title\";s:7:\"text-36\";s:11:\"description\";s:7:\"text-36\";s:7:\"content\";s:3477:\"<!-- wp:group {\"className\":\"nfd-py-lg\",\"metadata\":{\"name\":\"Image + Text Content\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-py-lg is-style-nfd-theme-white nfd-wb-text__text-36\" ><!-- wp:columns {\"className\":\"nfd-gap-4xl nfd-gap-y-2xl\"} --><div class=\"nfd-gap-4xl nfd-gap-y-2xl wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"metadata\":{\"name\":\"Text Content\"},\"className\":\"nfd-container nfd-gap-3xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-container nfd-gap-3xl wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Top\"},\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\",\"verticalAlignment\":\"top\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Title\"},\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:heading {\"className\":\"nfd-text-xl nfd-text-balance nfd-text-contrast\"} --><h2 class=\"nfd-text-xl nfd-text-balance nfd-text-contrast wp-block-heading\">About WordPress</h2><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-md nfd-text-faded nfd-text-balance\">WordPress is a versatile content management system that powers millions of websites worldwide.</p><!-- /wp:paragraph --><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"800\"}},\"className\":\"nfd-text-base\"} --><p class=\"nfd-text-base\" style=\"font-style:normal;font-weight:800\"><a href=\"#\">Learn more →</a></p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-md nfd-p-card-md nfd-rounded-sm nfd-text-base\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"metadata\":{\"name\":\"Highlights\"},\"nfdGroupTheme\":\"light\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"wp-block-group nfd-gap-md nfd-p-card-md nfd-rounded-sm nfd-text-base is-style-nfd-theme-light\" ><!-- wp:paragraph {\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\"><strong>Highlights</strong></p><!-- /wp:paragraph --><!-- wp:list {\"style\":{\"spacing\":{\"padding\":{\"right\":\"1em\",\"left\":\"1em\"}}},\"className\":\"nfd-gap-sm nfd-text-faded nfd-text-opacity-80 \"} --><ul style=\"padding-right:1em;padding-left:1em\" class=\"nfd-gap-sm nfd-text-faded nfd-text-opacity-80 \"><!-- wp:list-item --><li class=\"\">Open-source software, meaning its source code is freely available for anyone to modify and distribute.</li><!-- /wp:list-item --><!-- wp:list-item --><li class=\"\">Supports multilingual websites, allowing you to create content in multiple languages.</li><!-- /wp:list-item --></ul><!-- /wp:list --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1532453288672-3a27e9be9efd?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=768&h=1024&crop=\" alt=\"\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:8:{i:0;s:7:\"content\";i:1;s:12:\"text section\";i:2;s:7:\"article\";i:3;s:9:\"paragraph\";i:4;s:16:\"text with images\";i:5;s:13:\"bullet points\";i:6;s:10:\"key points\";i:7;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:360;s:11:\"is_featured\";b:0;}i:136;a:11:{s:2:\"id\";s:36:\"9c1b1e09-3f78-4061-81b1-9f4e8ebb827a\";s:4:\"slug\";s:7:\"text-37\";s:5:\"title\";s:7:\"text-37\";s:11:\"description\";s:7:\"text-37\";s:7:\"content\";s:3481:\"<!-- wp:group {\"className\":\"nfd-py-lg\",\"metadata\":{\"name\":\"Image + Text Content\"},\"nfdGroupTheme\":\"light\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-py-lg is-style-nfd-theme-light nfd-wb-text__text-37\" ><!-- wp:columns {\"className\":\"nfd-gap-4xl nfd-gap-y-2xl\"} --><div class=\"nfd-gap-4xl nfd-gap-y-2xl wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1532453288672-3a27e9be9efd?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=768&h=1024&crop=\" alt=\"\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"metadata\":{\"name\":\"Text Content\"},\"className\":\"nfd-container nfd-gap-3xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-container nfd-gap-3xl wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Top\"},\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\",\"verticalAlignment\":\"top\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Title\"},\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:heading {\"className\":\"nfd-text-xl nfd-text-balance nfd-text-contrast\"} --><h2 class=\"nfd-text-xl nfd-text-balance nfd-text-contrast wp-block-heading\">About WordPress</h2><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-md nfd-text-faded nfd-text-balance\">WordPress is a versatile content management system that powers millions of websites worldwide.</p><!-- /wp:paragraph --><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"800\"}},\"className\":\"nfd-text-base\"} --><p class=\"nfd-text-base\" style=\"font-style:normal;font-weight:800\"><a href=\"#\">Learn more →</a></p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-md nfd-p-card-md nfd-rounded-sm nfd-text-base\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"metadata\":{\"name\":\"Highlights\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"wp-block-group nfd-gap-md nfd-p-card-md nfd-rounded-sm nfd-text-base is-style-nfd-theme-white\" ><!-- wp:paragraph {\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\"><strong>Key Highlights</strong></p><!-- /wp:paragraph --><!-- wp:list {\"style\":{\"spacing\":{\"padding\":{\"right\":\"1em\",\"left\":\"1em\"}}},\"className\":\"nfd-gap-sm nfd-text-faded nfd-text-opacity-80 \"} --><ul style=\"padding-right:1em;padding-left:1em\" class=\"nfd-gap-sm nfd-text-faded nfd-text-opacity-80 \"><!-- wp:list-item --><li class=\"\">Open-source software, meaning its source code is freely available for anyone to modify and distribute.</li><!-- /wp:list-item --><!-- wp:list-item --><li class=\"\">Supports multilingual websites, allowing you to create content in multiple languages.</li><!-- /wp:list-item --></ul><!-- /wp:list --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:8:{i:0;s:7:\"content\";i:1;s:12:\"text section\";i:2;s:7:\"article\";i:3;s:9:\"paragraph\";i:4;s:16:\"text with images\";i:5;s:13:\"bullet points\";i:6;s:10:\"key points\";i:7;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:370;s:11:\"is_featured\";b:0;}i:137;a:11:{s:2:\"id\";s:36:\"9c1b1e09-479a-40e2-95d0-31c098869f1b\";s:4:\"slug\";s:7:\"text-38\";s:5:\"title\";s:7:\"text-38\";s:11:\"description\";s:7:\"text-38\";s:7:\"content\";s:3166:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Content Toggle\"},\"nfdGroupTheme\":\"light\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-light nfd-wb-text__text-38\" ><!-- wp:group {\"className\":\"nfd-gap-md nfd-p-card-md nfd-rounded-sm nfd-text-base\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"metadata\":{\"name\":\"Content Details\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"stretch\"}} --><div class=\"wp-block-group nfd-gap-md nfd-p-card-md nfd-rounded-sm nfd-text-base is-style-nfd-theme-white\" ><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-xs nfd-text-faded\"} --><p class=\"nfd-text-xs nfd-text-faded has-text-align-left\" style=\"text-transform:uppercase\">Author</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\">John Doe</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Vertical Separator\"},\"style\":{\"dimensions\":{\"minHeight\":\"100%\"},\"border\":{\"left\":{\"width\":\"1px\"}}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\" style=\"border-left-width:1px;min-height:100%\"></div><!-- /wp:group --><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-xs nfd-text-faded\"} --><p class=\"nfd-text-xs nfd-text-faded has-text-align-left\" style=\"text-transform:uppercase\">Category</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\">Music</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Vertical Separator\"},\"style\":{\"dimensions\":{\"minHeight\":\"100%\"},\"border\":{\"left\":{\"width\":\"1px\"}}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\" style=\"border-left-width:1px;min-height:100%\"></div><!-- /wp:group --><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-xs nfd-text-faded\"} --><p class=\"nfd-text-xs nfd-text-faded has-text-align-left\" style=\"text-transform:uppercase\">Read Time</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\">6 min</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:8:{i:0;s:7:\"content\";i:1;s:7:\"details\";i:2;s:8:\"metadata\";i:3;s:11:\"information\";i:4;s:12:\"post details\";i:5;s:5:\"topic\";i:6;s:15:\"article summary\";i:7;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:380;s:11:\"is_featured\";b:0;}i:138;a:11:{s:2:\"id\";s:36:\"9c1b1e09-4f11-4e18-8b42-bb15ddc82123\";s:4:\"slug\";s:7:\"text-39\";s:5:\"title\";s:7:\"text-39\";s:11:\"description\";s:7:\"text-39\";s:7:\"content\";s:14952:\"<!-- wp:group {\"className\":\"nfd-py-lg\",\"metadata\":{\"name\":\"Recipe\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"900px\"}} --><div class=\"wp-block-group nfd-container nfd-py-lg is-style-nfd-theme-white nfd-wb-text__text-39\" ><!-- wp:group {\"metadata\":{\"name\":\"Narrow container\"},\"className\":\"nfd-text-md nfd-max-w-prose nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-text-md nfd-max-w-prose nfd-gap-lg wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-md nfd-p-card-md nfd-rounded-sm nfd-text-base\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"metadata\":{\"name\":\"Content Details\"},\"nfdGroupTheme\":\"light\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"stretch\"}} --><div class=\"wp-block-group nfd-gap-md nfd-p-card-md nfd-rounded-sm nfd-text-base is-style-nfd-theme-light\" ><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-xs nfd-text-faded\"} --><p class=\"nfd-text-xs nfd-text-faded has-text-align-left\" style=\"text-transform:uppercase\">Prep Time</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\">10 minutes</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Vertical Separator\"},\"style\":{\"dimensions\":{\"minHeight\":\"100%\"},\"border\":{\"left\":{\"width\":\"1px\"}}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\" style=\"border-left-width:1px;min-height:100%\"></div><!-- /wp:group --><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-xs nfd-text-faded\"} --><p class=\"nfd-text-xs nfd-text-faded has-text-align-left\" style=\"text-transform:uppercase\">Cook Time</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\">15 minutes</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Vertical Separator\"},\"style\":{\"dimensions\":{\"minHeight\":\"100%\"},\"border\":{\"left\":{\"width\":\"1px\"}}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\" style=\"border-left-width:1px;min-height:100%\"></div><!-- /wp:group --><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-xs nfd-text-faded\"} --><p class=\"nfd-text-xs nfd-text-faded has-text-align-left\" style=\"text-transform:uppercase\">Serves</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\">6</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"1px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"metadata\":{\"name\":\"Title\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":\"\"},\"dimensions\":{\"minHeight\":\"48px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\" style=\"border-bottom-width:1px;min-height:48px\"><!-- wp:group {\"metadata\":{\"name\":\"Title Row\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"dimensions\":{\"minHeight\":\"\"}},\"className\":\"nfd-gap-md nfd-gap-y-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md nfd-gap-y-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"metadata\":{\"name\":\"Title\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h3 class=\"nfd-text-lg nfd-text-contrast wp-block-heading\">Ingredients</h3><!-- /wp:heading --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:list {\"style\":{\"spacing\":{\"padding\":{\"right\":\"1em\",\"left\":\"1em\"}}},\"className\":\"nfd-gap-sm\"} --><ul style=\"padding-right:1em;padding-left:1em\" class=\"nfd-gap-sm\"><!-- wp:list-item --><li class=\"\">6 cups chicken stock</li><!-- /wp:list-item --><!-- wp:list-item --><li class=\"\">2 cups unsweetened soy milk</li><!-- /wp:list-item --><!-- wp:list-item --><li class=\"\">4x individual instant ramen noodle cakes</li><!-- /wp:list-item --><!-- wp:list-item --><li class=\"\">4 baby bok choy, halved lengthways</li><!-- /wp:list-item --><!-- wp:list-item --><li class=\"\">2 soft-boiled eggs, halved to serve</li><!-- /wp:list-item --><!-- wp:list-item --><li class=\"\">finely sliced green chilli, to serve</li><!-- /wp:list-item --></ul><!-- /wp:list --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"1px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"metadata\":{\"name\":\"Title\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":\"\"},\"dimensions\":{\"minHeight\":\"48px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\" style=\"border-bottom-width:1px;min-height:48px\"><!-- wp:group {\"metadata\":{\"name\":\"Title Row\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"dimensions\":{\"minHeight\":\"\"}},\"className\":\"nfd-gap-md nfd-gap-y-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md nfd-gap-y-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"metadata\":{\"name\":\"Title\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h3 class=\"nfd-text-lg nfd-text-contrast wp-block-heading\">Steps</h3><!-- /wp:heading --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Steps\"},\"className\":\"nfd-gap-2xl nfd-text-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-2xl nfd-text-md wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Step\"},\"className\":\"nfd-gap-lg nfd-px-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"nfdGroupTheme\":\"white\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-gap-lg nfd-px-sm wp-block-group nfd-bg-surface nfd-theme-white\"><!-- wp:group {\"metadata\":{\"name\":\"Badge\"},\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"32px\"},\"dimensions\":{\"minHeight\":\"32px\"}},\"className\":\"nfd-rounded-full nfd-p-2 nfd-shrink-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-rounded-full nfd-p-2 nfd-shrink-0 wp-block-group nfd-bg-surface nfd-theme-dark\" style=\"min-height:32px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"lineHeight\":\"0\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:500;line-height:0;text-transform:uppercase\">1</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph --><p class=\"\">Collect all necessary ingredients for your meal, such as vegetables, spices, proteins, and any special sauces or condiments. Ensure you have everything you need before starting.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Step\"},\"className\":\"nfd-gap-lg nfd-px-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"nfdGroupTheme\":\"white\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-gap-lg nfd-px-sm wp-block-group nfd-bg-surface nfd-theme-white\"><!-- wp:group {\"metadata\":{\"name\":\"Badge\"},\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"32px\"},\"dimensions\":{\"minHeight\":\"32px\"}},\"className\":\"nfd-rounded-full nfd-p-2 nfd-shrink-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-rounded-full nfd-p-2 nfd-shrink-0 wp-block-group nfd-bg-surface nfd-theme-dark\" style=\"min-height:32px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"lineHeight\":\"0\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:500;line-height:0;text-transform:uppercase\">2</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph --><p class=\"\">Wash and chop vegetables, measure out spices, and marinate any proteins if needed. This step ensures everything is ready for cooking, making the process smoother and more efficient.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Step\"},\"className\":\"nfd-gap-lg nfd-px-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"nfdGroupTheme\":\"white\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-gap-lg nfd-px-sm wp-block-group nfd-bg-surface nfd-theme-white\"><!-- wp:group {\"metadata\":{\"name\":\"Badge\"},\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"32px\"},\"dimensions\":{\"minHeight\":\"32px\"}},\"className\":\"nfd-rounded-full nfd-p-2 nfd-shrink-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-rounded-full nfd-p-2 nfd-shrink-0 wp-block-group nfd-bg-surface nfd-theme-dark\" style=\"min-height:32px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"lineHeight\":\"0\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:500;line-height:0;text-transform:uppercase\">3</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph --><p class=\"\">Bring a pot of water to a boil for items like pasta or potatoes. Cook ingredients according to your recipe, whether it\'s boiling, sautéing, grilling, or baking. Pay attention to cooking times to avoid overcooking or undercooking.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Step\"},\"className\":\"nfd-gap-lg nfd-px-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"nfdGroupTheme\":\"white\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-gap-lg nfd-px-sm wp-block-group nfd-bg-surface nfd-theme-white\"><!-- wp:group {\"metadata\":{\"name\":\"Badge\"},\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"32px\"},\"dimensions\":{\"minHeight\":\"32px\"}},\"className\":\"nfd-rounded-full nfd-p-2 nfd-shrink-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-rounded-full nfd-p-2 nfd-shrink-0 wp-block-group nfd-bg-surface nfd-theme-dark\" style=\"min-height:32px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"lineHeight\":\"0\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:500;line-height:0;text-transform:uppercase\">4</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph --><p class=\"\">Once all components are cooked, mix them together as directed by your recipe. This might involve adding sauces, mixing in spices, or layering ingredients in a specific order.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Step\"},\"className\":\"nfd-gap-lg nfd-px-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"nfdGroupTheme\":\"white\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-gap-lg nfd-px-sm wp-block-group nfd-bg-surface nfd-theme-white\"><!-- wp:group {\"metadata\":{\"name\":\"Badge\"},\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"32px\"},\"dimensions\":{\"minHeight\":\"32px\"}},\"className\":\"nfd-rounded-full nfd-p-2 nfd-shrink-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-rounded-full nfd-p-2 nfd-shrink-0 wp-block-group nfd-bg-surface nfd-theme-dark\" style=\"min-height:32px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"lineHeight\":\"0\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:500;line-height:0;text-transform:uppercase\">5</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph --><p class=\"\">Plate the meal attractively, garnish as desired, and serve it hot. Enjoy your delicious homemade meal, and share it with family or friends if desired.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:8:{i:0;s:7:\"content\";i:1;s:6:\"recipe\";i:2;s:11:\"ingredients\";i:3;s:5:\"steps\";i:4;s:20:\"cooking instructions\";i:5;s:9:\"direction\";i:6;s:16:\"meal preparation\";i:7;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:390;s:11:\"is_featured\";b:0;}i:139;a:11:{s:2:\"id\";s:36:\"9c1b1e09-59d8-4118-b811-53e0edd0fa6f\";s:4:\"slug\";s:7:\"text-40\";s:5:\"title\";s:7:\"text-40\";s:11:\"description\";s:7:\"text-40\";s:7:\"content\";s:13566:\"<!-- wp:group {\"className\":\"nfd-py-lg\",\"metadata\":{\"name\":\"Content Toggle\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"900px\"}} --><div class=\"wp-block-group nfd-container nfd-py-lg is-style-nfd-theme-white nfd-wb-text__text-40\" ><!-- wp:group {\"metadata\":{\"name\":\"Narrow container\"},\"className\":\"nfd-text-md nfd-max-w-prose nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-text-md nfd-max-w-prose nfd-gap-lg wp-block-group\"><!-- wp:details --><details class=\"wp-block-details\"><summary>Specifications</summary><!-- wp:group {\"metadata\":{\"name\":\"Table\"},\"className\":\"md:nfd-gap-4 nfd-gap-0 nfd-text-base\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"md:nfd-gap-4 nfd-gap-0 nfd-text-base wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Table Row\"},\"className\":\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none\",\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"dimensions\":{\"minHeight\":\"52px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"stretch\"}} --><div class=\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none wp-block-group\" style=\"border-bottom-width:1px;min-height:52px\"><!-- wp:group {\"metadata\":{\"name\":\"Left\"},\"className\":\"nfd-shrink-0 md:nfd-p-4\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"20%\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-shrink-0 md:nfd-p-4 wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} --><p class=\"nfd-text-balance\" style=\"font-style:normal;font-weight:700\">Processor</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Right\"},\"className\":\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-light\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-light wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance nfd-text-contrast\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><p class=\"nfd-text-balance nfd-text-contrast\">Intel Core i7-10750H</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Table Row\"},\"className\":\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none\",\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"dimensions\":{\"minHeight\":\"52px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"stretch\"}} --><div class=\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none wp-block-group\" style=\"border-bottom-width:1px;min-height:52px\"><!-- wp:group {\"metadata\":{\"name\":\"Left\"},\"className\":\"nfd-shrink-0 md:nfd-p-4\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"20%\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-shrink-0 md:nfd-p-4 wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} --><p class=\"nfd-text-balance\" style=\"font-style:normal;font-weight:700\">Memory</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Right\"},\"className\":\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-light\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-light wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance nfd-text-contrast\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><p class=\"nfd-text-balance nfd-text-contrast\">16 GB DDR4</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Table Row\"},\"className\":\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none\",\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"dimensions\":{\"minHeight\":\"52px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"stretch\"}} --><div class=\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none wp-block-group\" style=\"border-bottom-width:1px;min-height:52px\"><!-- wp:group {\"metadata\":{\"name\":\"Left\"},\"className\":\"nfd-shrink-0 md:nfd-p-4\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"20%\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-shrink-0 md:nfd-p-4 wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} --><p class=\"nfd-text-balance\" style=\"font-style:normal;font-weight:700\">Storage</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Right\"},\"className\":\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-light\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-light wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance nfd-text-contrast\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><p class=\"nfd-text-balance nfd-text-contrast\">512 GB NVMe SSD</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Table Row\"},\"className\":\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none\",\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"dimensions\":{\"minHeight\":\"52px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"stretch\"}} --><div class=\"md:nfd-flex-col md:nfd-gap-0 md:nfd-border-none wp-block-group\" style=\"border-bottom-width:1px;min-height:52px\"><!-- wp:group {\"metadata\":{\"name\":\"Left\"},\"className\":\"nfd-shrink-0 md:nfd-p-4\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"20%\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-shrink-0 md:nfd-p-4 wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} --><p class=\"nfd-text-balance\" style=\"font-style:normal;font-weight:700\">Graphics</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Right\"},\"className\":\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-light\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-px-sm md:nfd-p-4 is-style-nfd-theme-light wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Label\"},\"className\":\"nfd-text-balance nfd-text-contrast\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} --><p class=\"nfd-text-balance nfd-text-contrast\">NVIDIA GTX 1650 4GB</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></details><!-- /wp:details --><!-- wp:details --><details class=\"wp-block-details\"><summary>Tech Specifications</summary><!-- wp:group {\"metadata\":{\"name\":\"Tables\"},\"className\":\"nfd-gap-3xl nfd-gap-sm nfd-text-base nfd-text-balance\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-3xl nfd-gap-sm nfd-text-base nfd-text-balance wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Table\"},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Item\"},\"className\":\"nfd-text-base nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-base nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:600\">Processor:</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">Quad-core 2.5 GHz</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Item\"},\"className\":\"nfd-text-base nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-base nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:600\">Memory:</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">8 GB RAM</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Item\"},\"className\":\"nfd-text-base nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-base nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:600\">Storage:</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">256 GB SSD</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Item\"},\"className\":\"nfd-text-base nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-base nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:600\">Display:</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">15.6\" Full HD</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Item\"},\"className\":\"nfd-text-base nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-base nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:600\">Graphics:</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">Integrated Intel UHD</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></details><!-- /wp:details --><!-- wp:details --><details class=\"wp-block-details\"><summary>Our Review</summary><!-- wp:group {\"metadata\":{\"name\":\"Table\"},\"className\":\"nfd-gap-0 nfd-text-base\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-0 nfd-text-base wp-block-group\"><!-- wp:paragraph --><p class=\"\">The XYZ Smartwatch is a well-rounded wearable offering excellent battery life, comprehensive health tracking, and a sleek design at an affordable price. While it lacks the extensive app ecosystem of some competitors and could improve in build quality, it remains a strong choice for those seeking a reliable and stylish smartwatch.</p><!-- /wp:paragraph --><!-- wp:separator {\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\"}}},\"className\":\"is-style-wide\"} --><hr class=\"is-style-wide wp-block-separator has-alpha-channel-opacity\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)\"/><!-- /wp:separator --><!-- wp:columns --><div class=\"wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Title + List\"},\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Title\"},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md\"><strong>Pros</strong></p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-gap-sm nfd-text-base nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm nfd-text-base nfd-text-faded wp-block-group\"><!-- wp:paragraph --><p class=\"\">+ Excellent Battery Life</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">+ Health Tracking</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">+ Water-Resistant</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Title + List\"},\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Title\"},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md\"><strong>Cons</strong></p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-gap-sm nfd-text-base nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm nfd-text-base nfd-text-faded wp-block-group\"><!-- wp:paragraph --><p class=\"\">- Average Build Quality</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">- Occasional Connectivity Issues</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --></details><!-- /wp:details --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:11:{i:0;s:7:\"content\";i:1;s:11:\"collapsible\";i:2;s:9:\"accordion\";i:3;s:6:\"toggle\";i:4;s:10:\"expandable\";i:5;s:7:\"details\";i:6;s:12:\"text section\";i:7;s:4:\"list\";i:8;s:7:\"summary\";i:9;s:7:\"entries\";i:10;s:7:\"content\";}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:1:{i:0;s:4:\"text\";}s:7:\"context\";N;s:5:\"order\";i:400;s:11:\"is_featured\";b:0;}i:140;a:11:{s:2:\"id\";s:36:\"9c9b94ce-ce40-45a2-94fe-4c604b1b80c9\";s:4:\"slug\";s:8:\"embed-10\";s:5:\"title\";s:8:\"embed-10\";s:11:\"description\";s:8:\"embed-10\";s:7:\"content\";s:11448:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Video Cards Grid\"},\"nfdGroupTheme\":\"darker\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-darker nfd-wb-media-embeds__embed-10\" ><!-- wp:columns {\"className\":\"nfd-gap-2xl\"} --><div class=\"nfd-gap-2xl wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Media Image + Text\"},\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"className\":\"nfd-rounded-md nfd-overflow-hidden\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"dark\"} --><div class=\"nfd-rounded-md nfd-overflow-hidden wp-block-group nfd-bg-surface nfd-theme-dark\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1584944668238-d7b4a7b2d375?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&crop=&w=800&h=600&crop=\",\"dimRatio\":30,\"overlayColor\":\"header-foreground\",\"isUserOverlayColor\":true,\"contentPosition\":\"center center\",\"style\":{\"dimensions\":{\"aspectRatio\":\"16/9\"}},\"className\":\"nfd-stretch-cover-child nfd-rounded-t-md\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-stretch-cover-child nfd-rounded-t-md wp-block-cover\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-header-foreground-background-color has-background-dim-30 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1584944668238-d7b4a7b2d375?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&crop=&w=800&h=600&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"className\":\"nfd-pseudo-play-icon\"} --><p class=\"nfd-pseudo-play-icon\"><a href=\"#\">View more details</a></p><!-- /wp:paragraph --></div></div><!-- /wp:cover --><!-- wp:group {\"className\":\"nfd-gap-md nfd-p-card-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-md nfd-p-card-md wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-text-contrast\"} --><p class=\"nfd-text-md nfd-text-contrast\">Game-Changing Design Tool</p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-max-w-prose nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-max-w-prose nfd-gap-lg wp-block-group\"><!-- wp:group {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"wp-block-group\" style=\"font-style:normal;font-weight:500\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-pretty nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-pretty nfd-text-base nfd-text-faded\" style=\"font-style:normal;font-weight:300\">The AI-powered patterns made designing my website a breeze. Fantastic tool!</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"metadata\":{\"name\":\"Author\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:image {\"width\":\"40px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded-full is-style-default\"} --><figure class=\"nfd-rounded-full is-style-default wp-block-image size-large is-resized\"><img	src=\"https://images.unsplash.com/photo-1583341612074-ccea5cd64f6a?w=200&fit=crop&w=200&h=200&crop=faces\"	alt=\"\"	style=\"aspect-ratio: 1; object-fit: cover; width: 40px\"	/></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-text-base nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-text-base nfd-gap-0 wp-block-group\"><!-- wp:paragraph --><p class=\"\">Sarah Thompson</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-sm\"} --><p class=\"nfd-text-faded nfd-text-sm\">BrightWeb Solutions</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Media Image + Text\"},\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"className\":\"nfd-rounded-md nfd-overflow-hidden\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"dark\"} --><div class=\"nfd-rounded-md nfd-overflow-hidden wp-block-group nfd-bg-surface nfd-theme-dark\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1717968368310-1110eae34644?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&crop=&w=800&h=600&crop=\",\"dimRatio\":30,\"overlayColor\":\"header-foreground\",\"isUserOverlayColor\":true,\"contentPosition\":\"center center\",\"style\":{\"dimensions\":{\"aspectRatio\":\"16/9\"}},\"className\":\"nfd-stretch-cover-child nfd-rounded-t-md\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-stretch-cover-child nfd-rounded-t-md wp-block-cover\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-header-foreground-background-color has-background-dim-30 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1717968368310-1110eae34644?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&crop=&w=800&h=600&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"className\":\"nfd-pseudo-play-icon\"} --><p class=\"nfd-pseudo-play-icon\"><a href=\"#\">View more details</a></p><!-- /wp:paragraph --></div></div><!-- /wp:cover --><!-- wp:group {\"className\":\"nfd-gap-md nfd-p-card-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-md nfd-p-card-md wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-text-contrast\"} --><p class=\"nfd-text-md nfd-text-contrast\">Effortless Web Development</p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-max-w-prose nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-max-w-prose nfd-gap-lg wp-block-group\"><!-- wp:group {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"wp-block-group\" style=\"font-style:normal;font-weight:500\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-pretty nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-pretty nfd-text-base nfd-text-faded\" style=\"font-style:normal;font-weight:300\">WonderBlocks transformed my editing process. Super user-friendly and efficient!</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"metadata\":{\"name\":\"Author\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:image {\"width\":\"40px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded-full is-style-default\"} --><figure class=\"nfd-rounded-full is-style-default wp-block-image size-large is-resized\"><img	src=\"https://images.unsplash.com/photo-1509839862600-309617c3201e?w=200&fit=crop&w=200&h=200&crop=faces\"	alt=\"\"	style=\"aspect-ratio: 1; object-fit: cover; width: 40px\"	/></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-text-base nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-text-base nfd-gap-0 wp-block-group\"><!-- wp:paragraph --><p class=\"\">James Carter</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-sm\"} --><p class=\"nfd-text-faded nfd-text-sm\">Innovate Digital</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Media Image + Text\"},\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"className\":\"nfd-rounded-md nfd-overflow-hidden\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"dark\"} --><div class=\"nfd-rounded-md nfd-overflow-hidden wp-block-group nfd-bg-surface nfd-theme-dark\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1718041705221-0a6a8735c278?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&crop=&w=800&h=600&crop=\",\"dimRatio\":30,\"overlayColor\":\"header-foreground\",\"isUserOverlayColor\":true,\"contentPosition\":\"center center\",\"style\":{\"dimensions\":{\"aspectRatio\":\"16/9\"}},\"className\":\"nfd-stretch-cover-child nfd-rounded-t-md\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-stretch-cover-child nfd-rounded-t-md wp-block-cover\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-header-foreground-background-color has-background-dim-30 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1718041705221-0a6a8735c278?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&crop=&w=800&h=600&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"className\":\"nfd-pseudo-play-icon\"} --><p class=\"nfd-pseudo-play-icon\"><a href=\"#\">View more details</a></p><!-- /wp:paragraph --></div></div><!-- /wp:cover --><!-- wp:group {\"className\":\"nfd-gap-md nfd-p-card-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-md nfd-p-card-md wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-text-contrast\"} --><p class=\"nfd-text-md nfd-text-contrast\">Enhanced Content Creation</p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-max-w-prose nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-max-w-prose nfd-gap-lg wp-block-group\"><!-- wp:group {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"wp-block-group\" style=\"font-style:normal;font-weight:500\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-pretty nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-pretty nfd-text-base nfd-text-faded\" style=\"font-style:normal;font-weight:300\">Amazing customization options and seamless integration. Love it!</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"metadata\":{\"name\":\"Author\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:image {\"width\":\"40px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded-full is-style-default\"} --><figure class=\"nfd-rounded-full is-style-default wp-block-image size-large is-resized\"><img	src=\"https://images.unsplash.com/photo-1618077360395-f3068be8e001?w=200&fit=crop&w=200&h=200&crop=faces\"	alt=\"\"	style=\"aspect-ratio: 1; object-fit: cover; width: 40px\"	/></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-text-base nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-text-base nfd-gap-0 wp-block-group\"><!-- wp:paragraph --><p class=\"\">Emily Rodriguez</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-sm\"} --><p class=\"nfd-text-faded nfd-text-sm\">CreativePulse</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:2:{i:0;s:7:\"content\";i:1;s:11:\"interactive\";}s:10:\"categories\";s:12:\"media-embeds\";s:14:\"all_categories\";a:1:{i:0;s:12:\"media-embeds\";}s:7:\"context\";N;s:5:\"order\";i:100;s:11:\"is_featured\";b:0;}i:141;a:11:{s:2:\"id\";s:36:\"9c9b94ce-d2fe-4add-becb-1e347453870f\";s:4:\"slug\";s:8:\"embed-11\";s:5:\"title\";s:8:\"embed-11\";s:11:\"description\";s:8:\"embed-11\";s:7:\"content\";s:2454:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Heading + Media\"},\"nfdGroupTheme\":\"light\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-light nfd-wb-media-embeds__embed-11\" ><!-- wp:group {\"metadata\":{\"name\":\"Heading\"},\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"},\"nfdAnimation\":\"nfd-wb-fade-in-top-short\"} --><div class=\"nfd-gap-lg wp-block-group nfd-wb-animate nfd-wb-fade-in-top-short\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} --><h1 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-center\">Our vision for building web a better place, one site a time</h1><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Media\"},\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|70\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"940px\"}} --><div class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--70)\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1584944668238-d7b4a7b2d375?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=1200&h=800&crop=\",\"dimRatio\":30,\"overlayColor\":\"header-foreground\",\"isUserOverlayColor\":true,\"minHeight\":40,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"style\":{\"dimensions\":{\"aspectRatio\":\"16/9\"}},\"className\":\"nfd-stretch-cover-child nfd-rounded\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\"},\"nfdAnimation\":\"nfd-wb-zoom-in-short\"} --><div class=\"nfd-stretch-cover-child nfd-rounded wp-block-cover nfd-wb-animate nfd-wb-zoom-in-short\" style=\"min-height:40vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-header-foreground-background-color has-background-dim-30 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1584944668238-d7b4a7b2d375?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=1200&h=800&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Overlay link\"},\"className\":\"nfd-pseudo-play-icon\"} --><p class=\"nfd-pseudo-play-icon\"><a href=\"#\">View more details</a></p><!-- /wp:paragraph --></div></div><!-- /wp:cover --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:2:{i:0;s:7:\"content\";i:1;s:11:\"interactive\";}s:10:\"categories\";s:12:\"media-embeds\";s:14:\"all_categories\";a:1:{i:0;s:12:\"media-embeds\";}s:7:\"context\";N;s:5:\"order\";i:110;s:11:\"is_featured\";b:0;}i:142;a:11:{s:2:\"id\";s:36:\"9c9b94ce-dcc0-4939-b591-3150e7b36f56\";s:4:\"slug\";s:8:\"embed-12\";s:5:\"title\";s:8:\"embed-12\";s:11:\"description\";s:8:\"embed-12\";s:7:\"content\";s:4493:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Media + Content\"},\"nfdGroupTheme\":\"darker\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-darker nfd-wb-media-embeds__embed-12\" ><!-- wp:columns {\"className\":\"nfd-gap-3xl\"} --><div class=\"nfd-gap-3xl wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} --><div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=6Aw_opEvhYg\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} --><figure class=\"wp-embed-aspect-16-9 wp-has-aspect-ratio wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube\" style=\"margin-top:0;margin-bottom:0\"><div class=\"wp-block-embed__wrapper\">https://www.youtube.com/watch?v=6Aw_opEvhYg</div></figure><!-- /wp:embed --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"><!-- wp:heading {\"className\":\"nfd-text-contrast nfd-text-xl nfd-text-balance\"} --><h2 class=\"nfd-text-contrast nfd-text-xl nfd-text-balance wp-block-heading\">Fantastic Views of the the Earth in 4K</h2><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-text-faded nfd-text-pretty\"} --><p class=\"nfd-text-md nfd-text-faded nfd-text-pretty\">Breathtaking visuals of our planet captured in stunning high definition. Experience the beauty of diverse landscapes, from towering mountains to serene oceans, as seen from above.</p><!-- /wp:paragraph --><!-- wp:separator {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"}}},\"className\":\"is-style-wide\"} --><hr class=\"is-style-wide wp-block-separator has-alpha-channel-opacity\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40)\"/><!-- /wp:separator --><!-- wp:group {\"metadata\":{\"name\":\"Tags\"},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-text-faded nfd-text-pretty\"} --><p class=\"nfd-text-md nfd-text-faded nfd-text-pretty\">Tagged: </p><!-- /wp:paragraph --><!-- wp:group {\"metadata\":{\"name\":\"Tag\"},\"style\":{\"spacing\":{\"padding\":{\"right\":\"16px\",\"left\":\"16px\",\"top\":\"6px\",\"bottom\":\"6px\"}}},\"className\":\"nfd-shadow-xs nfd-rounded-full nfd-bg-subtle\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} --><div class=\"nfd-shadow-xs nfd-rounded-full nfd-bg-subtle wp-block-group\" style=\"padding-top:6px;padding-right:16px;padding-bottom:6px;padding-left:16px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-xs\"} --><p class=\"nfd-text-xs\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\">Nature</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Tag\"},\"style\":{\"spacing\":{\"padding\":{\"right\":\"16px\",\"left\":\"16px\",\"top\":\"6px\",\"bottom\":\"6px\"}}},\"className\":\"nfd-shadow-xs nfd-rounded-full nfd-bg-subtle\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} --><div class=\"nfd-shadow-xs nfd-rounded-full nfd-bg-subtle wp-block-group\" style=\"padding-top:6px;padding-right:16px;padding-bottom:6px;padding-left:16px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-xs\"} --><p class=\"nfd-text-xs\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\">Earth</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Tag\"},\"style\":{\"spacing\":{\"padding\":{\"right\":\"16px\",\"left\":\"16px\",\"top\":\"6px\",\"bottom\":\"6px\"}}},\"className\":\"nfd-shadow-xs nfd-rounded-full nfd-bg-subtle\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} --><div class=\"nfd-shadow-xs nfd-rounded-full nfd-bg-subtle wp-block-group\" style=\"padding-top:6px;padding-right:16px;padding-bottom:6px;padding-left:16px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-xs\"} --><p class=\"nfd-text-xs\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\">4k</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:2:{i:0;s:7:\"content\";i:1;s:11:\"interactive\";}s:10:\"categories\";s:12:\"media-embeds\";s:14:\"all_categories\";a:1:{i:0;s:12:\"media-embeds\";}s:7:\"context\";N;s:5:\"order\";i:120;s:11:\"is_featured\";b:0;}i:143;a:11:{s:2:\"id\";s:36:\"9c9b94ce-e4e5-4206-9ad4-c1c02effd1ec\";s:4:\"slug\";s:8:\"embed-13\";s:5:\"title\";s:8:\"embed-13\";s:11:\"description\";s:8:\"embed-13\";s:7:\"content\";s:3838:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Tall Media + Content\"},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"1000px\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg nfd-wb-media-embeds__embed-13\" ><!-- wp:group {\"metadata\":{\"name\":\"Container\"},\"className\":\"nfd-shadow-xs nfd-rounded-xl nfd-overflow-hidden\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\"},\"nfdGroupTheme\":\"white\"} --><div class=\"nfd-shadow-xs nfd-rounded-xl nfd-overflow-hidden wp-block-group nfd-bg-surface nfd-theme-white\"><!-- wp:columns {\"className\":\"nfd-gap-0\"} --><div class=\"nfd-gap-0 wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"33.33%\"} --><div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:33.33%\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1584944668238-d7b4a7b2d375?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=1200&h=800&crop=\",\"dimRatio\":20,\"overlayColor\":\"header-foreground\",\"isUserOverlayColor\":true,\"style\":{\"dimensions\":{\"aspectRatio\":\"9/16\"}},\"className\":\"nfd-stretch-cover-child\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-stretch-cover-child wp-block-cover\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-header-foreground-background-color has-background-dim-20 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1584944668238-d7b4a7b2d375?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=1200&h=800&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"metadata\":{\"name\":\"Overlay link\"},\"className\":\"nfd-pseudo-play-icon\"} --><p class=\"nfd-pseudo-play-icon\"><a href=\"#\">View more details</a></p><!-- /wp:paragraph --></div></div><!-- /wp:cover --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"66.66%\",\"className\":\"nfd-p-card-square-lg\"} --><div class=\"nfd-p-card-square-lg wp-block-column is-vertically-aligned-stretch\" style=\"flex-basis:66.66%\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"wp-block-group\"><!-- wp:heading {\"className\":\"nfd-text-contrast nfd-text-xl nfd-text-balance\"} --><h2 class=\"nfd-text-contrast nfd-text-xl nfd-text-balance wp-block-heading\">#WonderBlocks</h2><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-text-faded nfd-text-pretty\"} --><p class=\"nfd-text-md nfd-text-faded nfd-text-pretty\">A suite of beautifully designed, AI-powered WordPress patterns. Simplify the creation of stunning, dynamic layouts with ease. Enhance your Gutenberg editing experience with intuitive, customizable blocks that bring your content to life.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:separator {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"}}},\"className\":\"is-style-wide\"} --><hr class=\"is-style-wide wp-block-separator has-alpha-channel-opacity\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40)\"/><!-- /wp:separator --><!-- wp:group {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\" style=\"font-style:normal;font-weight:700\"><!-- wp:paragraph --><p class=\"\"><mark style=\"background-color:rgba(0, 0, 0, 0);color:#ff0000\" class=\"has-inline-color\">200+</mark> patterns</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\"><mark style=\"background-color:rgba(0, 0, 0, 0);color:#ff0000\" class=\"has-inline-color\">2.4M</mark> sites</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:2:{i:0;s:7:\"content\";i:1;s:11:\"interactive\";}s:10:\"categories\";s:12:\"media-embeds\";s:14:\"all_categories\";a:1:{i:0;s:12:\"media-embeds\";}s:7:\"context\";N;s:5:\"order\";i:130;s:11:\"is_featured\";b:0;}i:144;a:11:{s:2:\"id\";s:36:\"9c9b94ce-ea1e-4d4e-8317-5f2c03fabe65\";s:4:\"slug\";s:8:\"embed-14\";s:5:\"title\";s:8:\"embed-14\";s:11:\"description\";s:8:\"embed-14\";s:7:\"content\";s:10272:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Video + Video List\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-white nfd-wb-media-embeds__embed-14\" ><!-- wp:group {\"metadata\":{\"name\":\"Heading Separator\"},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-group\"><!-- wp:separator {\"backgroundColor\":\"luminous-vivid-amber\",\"className\":\"is-style-wide\"} --><hr class=\"is-style-wide wp-block-separator has-text-color has-luminous-vivid-amber-color has-alpha-channel-opacity has-luminous-vivid-amber-background-color has-background\"/><!-- /wp:separator --><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\"}},\"className\":\"nfd-shrink-0 nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-shrink-0 nfd-text-md nfd-text-contrast wp-block-heading\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\">Latest Videos</h3><!-- /wp:heading --><!-- wp:separator {\"backgroundColor\":\"vivid-purple\",\"className\":\"is-style-wide\"} --><hr class=\"is-style-wide wp-block-separator has-text-color has-vivid-purple-color has-alpha-channel-opacity has-vivid-purple-background-color has-background\"/><!-- /wp:separator --></div><!-- /wp:group --><!-- wp:columns {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|50\"}}},\"className\":\"nfd-gap-2xl\"} --><div class=\"nfd-gap-2xl wp-block-columns\" style=\"margin-top:var(--wp--preset--spacing--50)\"><!-- wp:column {\"width\":\"53.5%\"} --><div class=\"wp-block-column\" style=\"flex-basis:53.5%\"><!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=KOSQb5U9JyY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} --><figure class=\"wp-embed-aspect-16-9 wp-has-aspect-ratio wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube\" style=\"margin-top:0;margin-bottom:0\"><div class=\"wp-block-embed__wrapper\">https://www.youtube.com/watch?v=KOSQb5U9JyY</div></figure><!-- /wp:embed --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Media Image + Text\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"spacing\":{\"padding\":{\"bottom\":\"var:preset|spacing|30\"}}},\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-gap-lg wp-block-group\" style=\"border-bottom-width:1px;padding-bottom:var(--wp--preset--spacing--30)\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1584944668238-d7b4a7b2d375?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&crop=&w=800&h=600&crop=\",\"dimRatio\":30,\"overlayColor\":\"header-foreground\",\"isUserOverlayColor\":true,\"contentPosition\":\"center center\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"160px\"},\"dimensions\":{\"aspectRatio\":\"16/9\"}},\"className\":\"nfd-stretch-cover-child nfd-shrink-0\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-stretch-cover-child nfd-shrink-0 wp-block-cover\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-header-foreground-background-color has-background-dim-30 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1584944668238-d7b4a7b2d375?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&crop=&w=800&h=600&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"className\":\"nfd-pseudo-play-icon\"} --><p class=\"nfd-pseudo-play-icon\"><a href=\"#\">View more details</a></p><!-- /wp:paragraph --></div></div><!-- /wp:cover --><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><p class=\"nfd-text-md nfd-text-contrast\" style=\"font-style:normal;font-weight:700\">Getting Started</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-sm nfd-text-faded nfd-text-opacity-80\"} --><p class=\"nfd-text-sm nfd-text-faded nfd-text-opacity-80\">05:01</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">A suite of beautifully designed, AI-powered WordPress patterns.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Media Image + Text\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"spacing\":{\"padding\":{\"bottom\":\"var:preset|spacing|30\"}}},\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-gap-lg wp-block-group\" style=\"border-bottom-width:1px;padding-bottom:var(--wp--preset--spacing--30)\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1717968368310-1110eae34644?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&crop=&w=800&h=600&crop=\",\"dimRatio\":30,\"overlayColor\":\"header-foreground\",\"isUserOverlayColor\":true,\"contentPosition\":\"center center\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"160px\"},\"dimensions\":{\"aspectRatio\":\"16/9\"}},\"className\":\"nfd-stretch-cover-child nfd-shrink-0\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-stretch-cover-child nfd-shrink-0 wp-block-cover\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-header-foreground-background-color has-background-dim-30 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1717968368310-1110eae34644?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&crop=&w=800&h=600&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"className\":\"nfd-pseudo-play-icon\"} --><p class=\"nfd-pseudo-play-icon\"><a href=\"#\">View more details</a></p><!-- /wp:paragraph --></div></div><!-- /wp:cover --><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><p class=\"nfd-text-md nfd-text-contrast\" style=\"font-style:normal;font-weight:700\">Next Steps</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-sm nfd-text-faded nfd-text-opacity-80\"} --><p class=\"nfd-text-sm nfd-text-faded nfd-text-opacity-80\">05:01</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">A suite of beautifully designed, AI-powered WordPress patterns.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Media Image + Text\"},\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}},\"spacing\":{\"padding\":{\"bottom\":\"var:preset|spacing|30\"}}},\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-gap-lg wp-block-group\" style=\"border-bottom-width:1px;padding-bottom:var(--wp--preset--spacing--30)\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1718041705221-0a6a8735c278?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&crop=&w=800&h=600&crop=\",\"dimRatio\":30,\"overlayColor\":\"header-foreground\",\"isUserOverlayColor\":true,\"contentPosition\":\"center center\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"160px\"},\"dimensions\":{\"aspectRatio\":\"16/9\"}},\"className\":\"nfd-stretch-cover-child nfd-shrink-0\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-stretch-cover-child nfd-shrink-0 wp-block-cover\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-header-foreground-background-color has-background-dim-30 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1718041705221-0a6a8735c278?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&crop=&w=800&h=600&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"className\":\"nfd-pseudo-play-icon\"} --><p class=\"nfd-pseudo-play-icon\"><a href=\"#\">View more details</a></p><!-- /wp:paragraph --></div></div><!-- /wp:cover --><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><p class=\"nfd-text-md nfd-text-contrast\" style=\"font-style:normal;font-weight:700\">Final Steps</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-sm nfd-text-faded nfd-text-opacity-80\"} --><p class=\"nfd-text-sm nfd-text-faded nfd-text-opacity-80\">05:01</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">A suite of beautifully designed, AI-powered WordPress patterns.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:2:{i:0;s:7:\"content\";i:1;s:11:\"interactive\";}s:10:\"categories\";s:12:\"media-embeds\";s:14:\"all_categories\";a:1:{i:0;s:12:\"media-embeds\";}s:7:\"context\";N;s:5:\"order\";i:140;s:11:\"is_featured\";b:0;}i:145;a:11:{s:2:\"id\";s:36:\"9c9b94ce-f1e5-4952-88b5-47e0b0928bf6\";s:4:\"slug\";s:8:\"embed-15\";s:5:\"title\";s:8:\"embed-15\";s:11:\"description\";s:8:\"embed-15\";s:7:\"content\";s:5234:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Text + Embed\"},\"nfdGroupTheme\":\"light\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-light nfd-wb-media-embeds__embed-15\" ><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl\"} --><div class=\"nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"className\":\"md:nfd-order-2\"} --><div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"letterSpacing\":\"0.05em\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-primary nfd-text-sm\"} --><p class=\"nfd-text-primary nfd-text-sm\" style=\"font-style:normal;font-weight:600;letter-spacing:0.05em;text-transform:uppercase\">Success</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h3 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Proven track of successfully resolved cases for over 20 years</h3><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:group {\"style\":{\"border\":{\"radius\":{\"topLeft\":\"3px\",\"topRight\":\"0px\",\"bottomRight\":\"0px\",\"bottomLeft\":\"40px\"},\"top\":{\"radius\":{\"topLeft\":\"4px\",\"topRight\":\"0px\",\"bottomLeft\":\"4px\",\"bottomRight\":\"0px\"},\"width\":\"1px\"},\"right\":{\"radius\":{\"topLeft\":\"4px\",\"topRight\":\"0px\",\"bottomLeft\":\"4px\",\"bottomRight\":\"0px\"},\"width\":\"0px\",\"style\":\"none\"},\"bottom\":{\"radius\":{\"topLeft\":\"4px\",\"topRight\":\"0px\",\"bottomLeft\":\"4px\",\"bottomRight\":\"0px\"},\"width\":\"1px\"},\"left\":{\"radius\":{\"topLeft\":\"4px\",\"topRight\":\"0px\",\"bottomLeft\":\"4px\",\"bottomRight\":\"0px\"},\"width\":\"1px\"}},\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"40px\",\"bottom\":\"24px\",\"left\":\"40px\"}}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"bottom\"}} --><div class=\"nfd-gap-sm wp-block-group\" style=\"border-top-left-radius:3px;border-top-right-radius:0px;border-bottom-left-radius:40px;border-bottom-right-radius:0px;border-top-width:1px;border-right-style:none;border-right-width:0px;border-bottom-width:1px;border-left-width:1px;padding-top:24px;padding-right:40px;padding-bottom:24px;padding-left:40px\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"lineHeight\":\"1.3\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-lg nfd-text-primary\"} --><p class=\"nfd-text-lg nfd-text-primary has-text-align-center\" style=\"font-style:normal;font-weight:700;line-height:1.3\">12k</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded has-text-align-center\">Clients</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"style\":{\"border\":{\"radius\":{\"topLeft\":\"0px\",\"topRight\":\"40px\",\"bottomLeft\":\"0px\",\"bottomRight\":\"3px\"},\"width\":\"1px\"},\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"40px\",\"bottom\":\"24px\",\"left\":\"40px\"}}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"bottom\"}} --><div class=\"nfd-gap-sm wp-block-group\" style=\"border-width:1px;border-top-left-radius:0px;border-top-right-radius:40px;border-bottom-left-radius:0px;border-bottom-right-radius:3px;padding-top:24px;padding-right:40px;padding-bottom:24px;padding-left:40px\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.3\"}},\"className\":\"nfd-text-lg nfd-text-primary\"} --><p class=\"nfd-text-lg nfd-text-primary has-text-align-center\" style=\"font-style:normal;font-weight:700;line-height:1.3\">20</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded has-text-align-center\">Years</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-xl nfd-rounded-full\"} --><div class=\"nfd-btn-xl nfd-rounded-full wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Our Story</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:embed {\"url\":\"https://www.facebook.com/\",\"type\":\"rich\",\"providerNameSlug\":\"embed-handler\",\"responsive\":true,\"previewable\":false} --><figure class=\"wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler\"><div class=\"wp-block-embed__wrapper\">https://www.facebook.com/</div></figure><!-- /wp:embed --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:2:{i:0;s:7:\"content\";i:1;s:11:\"interactive\";}s:10:\"categories\";s:12:\"media-embeds\";s:14:\"all_categories\";a:1:{i:0;s:12:\"media-embeds\";}s:7:\"context\";N;s:5:\"order\";i:150;s:11:\"is_featured\";b:0;}i:146;a:11:{s:2:\"id\";s:36:\"9c9b94ce-fbdb-41ca-aa45-49e6d78d992e\";s:4:\"slug\";s:8:\"embed-16\";s:5:\"title\";s:8:\"embed-16\";s:11:\"description\";s:8:\"embed-16\";s:7:\"content\";s:984:\"<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\",\"right\":\"0px\"}}},\"metadata\":{\"name\":\"Video\"},\"backgroundColor\":\"black\",\"nfdGroupTheme\":\"darker\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container has-background has-black-background-color is-style-nfd-theme-darker nfd-wb-media-embeds__embed-16\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;\"><!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=8cb25mCHK18\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} --><figure class=\"wp-embed-aspect-16-9 wp-has-aspect-ratio wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube\" style=\"margin-top:0;margin-bottom:0\"><div class=\"wp-block-embed__wrapper\">https://www.youtube.com/watch?v=8cb25mCHK18</div></figure><!-- /wp:embed --></div><!-- /wp:group -->\";s:4:\"tags\";a:2:{i:0;s:7:\"content\";i:1;s:11:\"interactive\";}s:10:\"categories\";s:12:\"media-embeds\";s:14:\"all_categories\";a:1:{i:0;s:12:\"media-embeds\";}s:7:\"context\";N;s:5:\"order\";i:160;s:11:\"is_featured\";b:0;}i:147;a:11:{s:2:\"id\";s:36:\"9c9b94cf-011d-4812-af09-47b057da6f7c\";s:4:\"slug\";s:8:\"embed-17\";s:5:\"title\";s:8:\"embed-17\";s:11:\"description\";s:8:\"embed-17\";s:7:\"content\";s:2196:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Video\"},\"style\":{\"color\":{\"gradient\":\"linear-gradient(145deg,rgb(26,26,94) 0%,rgb(0,0,0) 22%)\"}},\"nfdGroupTheme\":\"darker\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg has-background is-style-nfd-theme-darker nfd-wb-media-embeds__embed-17\" style=\"background:linear-gradient(145deg,rgb(26,26,94) 0%,rgb(0,0,0) 22%);\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-sm nfd-text-faded\"} --><p class=\"nfd-text-sm nfd-text-faded\">Section 1: Introduction</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-contrast nfd-text-xl nfd-text-balance\"} --><h3 class=\"nfd-text-contrast nfd-text-xl nfd-text-balance wp-block-heading\" style=\"font-style:normal;font-weight:500\">01. Getting started with WonderBlocks</h3><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:buttons {\"className\":\"nfd-shrink-0\"} --><div class=\"nfd-shrink-0 wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"contrast\",\"className\":\"nfd-btn-sm nfd-rounded-sm\"} --><div class=\"nfd-btn-sm nfd-rounded-sm wp-block-button\"><a class=\"wp-block-button__link has-contrast-background-color has-background wp-element-button\">Next video</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --><!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=21W6J_-4Kx8\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|50\",\"bottom\":\"0\"}}}} --><figure class=\"wp-embed-aspect-16-9 wp-has-aspect-ratio wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube\" style=\"margin-top:var(--wp--preset--spacing--50);margin-bottom:0\"><div class=\"wp-block-embed__wrapper\">https://www.youtube.com/watch?v=21W6J_-4Kx8</div></figure><!-- /wp:embed --></div><!-- /wp:group -->\";s:4:\"tags\";a:2:{i:0;s:7:\"content\";i:1;s:11:\"interactive\";}s:10:\"categories\";s:12:\"media-embeds\";s:14:\"all_categories\";a:1:{i:0;s:12:\"media-embeds\";}s:7:\"context\";N;s:5:\"order\";i:170;s:11:\"is_featured\";b:0;}i:148;a:11:{s:2:\"id\";s:36:\"9c9b94cf-0dae-405a-b256-bce41902c8eb\";s:4:\"slug\";s:8:\"embed-18\";s:5:\"title\";s:8:\"embed-18\";s:11:\"description\";s:8:\"embed-18\";s:7:\"content\";s:3424:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Gallery\"},\"nfdGroupTheme\":\"darker\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-darker nfd-wb-media-embeds__embed-18\" ><!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"className\":\"nfd-grid nfd-grid-cols-12 nfd-grid-rows-1\"} --><div class=\"nfd-grid nfd-grid-cols-12 nfd-grid-rows-1 wp-block-columns\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"\",\"className\":\"nfd-col-start-1 nfd-col-end-11 nfd-row-start-1\"} --><div class=\"nfd-col-start-1 nfd-col-end-11 nfd-row-start-1 wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"className\":\"nfd-mask-opacity-0 nfd-aspect-video\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid\"} --><div class=\"nfd-mask-opacity-0 nfd-aspect-video wp-block-group nfd-bg-effect-grid\"><!-- wp:spacer {\"height\":\"0px\"} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"150px\"}}},\"className\":\"nfd-col-start-3 nfd-col-end-13 nfd-row-start-1\"} --><div class=\"nfd-col-start-3 nfd-col-end-13 nfd-row-start-1 wp-block-column is-vertically-aligned-top\" style=\"padding-top:150px\"><!-- wp:group {\"style\":{\"color\":{\"gradient\":\"linear-gradient(135deg,rgba(0,0,0,0.9) 0%,rgba(82,27,92,0.42) 49%,rgba(105,50,50,0.64) 100%)\"}},\"className\":\"nfd-aspect-video nfd-rounded-xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"bottom\",\"justifyContent\":\"center\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid\"} --><div class=\"nfd-aspect-video nfd-rounded-xl wp-block-group has-background nfd-bg-surface nfd-theme-darker nfd-bg-effect-grid\" style=\"background:linear-gradient(135deg,rgba(0,0,0,0.9) 0%,rgba(82,27,92,0.42) 49%,rgba(105,50,50,0.64) 100%)\"><!-- wp:paragraph {\"className\":\"nfd-text-lg\"} --><p class=\"nfd-text-lg\">Introducing WonderBlocks Patterns & Templates</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"\",\"metadata\":{\"name\":\"Video\"},\"style\":{\"spacing\":{\"padding\":{\"top\":\"75px\"}}},\"className\":\"nfd-col-start-2 nfd-col-end-12 nfd-row-start-1\"} --><div class=\"nfd-col-start-2 nfd-col-end-12 nfd-row-start-1 wp-block-column is-vertically-aligned-top\" style=\"padding-top:75px\"><!-- wp:group {\"className\":\"nfd-rounded-xl nfd-overflow-hidden is-style-default\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"darker\"} --><div class=\"nfd-rounded-xl nfd-overflow-hidden is-style-default wp-block-group nfd-bg-surface nfd-theme-darker\"><!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=6Aw_opEvhYg\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} --><figure class=\"wp-embed-aspect-16-9 wp-has-aspect-ratio wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube\" style=\"margin-top:0;margin-bottom:0\"><div class=\"wp-block-embed__wrapper\">https://www.youtube.com/watch?v=6Aw_opEvhYg</div></figure><!-- /wp:embed --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:2:{i:0;s:7:\"content\";i:1;s:11:\"interactive\";}s:10:\"categories\";s:12:\"media-embeds\";s:14:\"all_categories\";a:1:{i:0;s:12:\"media-embeds\";}s:7:\"context\";N;s:5:\"order\";i:180;s:11:\"is_featured\";b:0;}i:149;a:11:{s:2:\"id\";s:36:\"9ac51f05-12f6-4c5e-97e3-5d30196ff8b1\";s:4:\"slug\";s:8:\"footer-1\";s:5:\"title\";s:8:\"footer-1\";s:11:\"description\";s:8:\"footer-1\";s:7:\"content\";s:1309:\"<!-- wp:group {\"metadata\":{\"name\":\"Footer\"},\"align\":\"full\",\"className\":\"nfd-container nfd-text-faded\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"white\"} --><div class=\"nfd-container nfd-text-faded wp-block-group alignfull nfd-bg-surface nfd-theme-white nfd-wb-footer__footer-1\"><!-- wp:group {\"style\":{\"border\":{\"top\":{\"width\":\"1px\"}}},\"className\":\"nfd-gap-lg nfd-text-base md:nfd-justify-center nfd-py-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-lg nfd-text-base md:nfd-justify-center nfd-py-md wp-block-group\" style=\"border-top-width:1px\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:site-logo /--><!-- wp:site-title {\"level\":0,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000cc\"}}}},\"className\":\"nfd-text-base\"} /--></div><!-- /wp:group --><!-- wp:paragraph --><p class=\"\">© Copyright 2025. Powered by <a href=\"https://bluehost.com/wordpress-hosting?utm_source=wonderblocks&utm_medium=bluehost_plugin&channelid=P99C100S1N0B3003A151D115E0000V112&utm_content=WordPress+Hosting\" target=\"_blank\">WordPress Hosting</a>.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:1:{i:0;s:6:\"layout\";}s:10:\"categories\";s:6:\"footer\";s:14:\"all_categories\";a:1:{i:0;s:6:\"footer\";}s:7:\"context\";N;s:5:\"order\";i:10;s:11:\"is_featured\";b:0;}i:150;a:11:{s:2:\"id\";s:36:\"9ac51f05-6c39-4666-9f69-cdcec0ec56d2\";s:4:\"slug\";s:8:\"footer-2\";s:5:\"title\";s:8:\"footer-2\";s:11:\"description\";s:8:\"footer-2\";s:7:\"content\";s:2317:\"<!-- wp:group {\"metadata\":{\"name\":\"Footer\"},\"align\":\"full\",\"className\":\"nfd-container nfd-py-md nfd-text-faded nfd-text-base\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"light\"} --><div class=\"nfd-container nfd-py-md nfd-text-faded nfd-text-base wp-block-group alignfull nfd-bg-surface nfd-theme-light nfd-wb-footer__footer-2\"><!-- wp:columns --><div class=\"wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.34%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.34%\"><!-- wp:paragraph {\"className\":\"md:nfd-text-center\"} --><p class=\"md:nfd-text-center\">© 2025. Powered by <a href=\"https://bluehost.com/wordpress-hosting?utm_source=wonderblocks&utm_medium=bluehost_plugin&channelid=P99C100S1N0B3003A151D115E0000V112&utm_content=WordPress+Hosting\" target=\"_blank\">WordPress Hosting</a>.</p><!-- /wp:paragraph --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.34%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.34%\"><!-- wp:social-links {\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} --><ul class=\"is-style-logos-only wp-block-social-links has-small-icon-size\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"youtube\"} /--></ul><!-- /wp:social-links --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"><!-- wp:group {\"className\":\"md:nfd-justify-center nfd-text-contrast nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} --><div class=\"md:nfd-justify-center nfd-text-contrast nfd-gap-md wp-block-group\"><!-- wp:paragraph --><p><a href=\"#\">Privacy Policy</a></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} --><p class=\"nfd-text-opacity-80\">•</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\"><a href=\"#\">Terms and Conditions</a></p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:1:{i:0;s:6:\"layout\";}s:10:\"categories\";s:6:\"footer\";s:14:\"all_categories\";a:1:{i:0;s:6:\"footer\";}s:7:\"context\";N;s:5:\"order\";i:20;s:11:\"is_featured\";b:0;}i:151;a:11:{s:2:\"id\";s:36:\"9ac51f05-75ae-4106-9d51-d06f946b734b\";s:4:\"slug\";s:8:\"footer-3\";s:5:\"title\";s:8:\"footer-3\";s:11:\"description\";s:8:\"footer-3\";s:7:\"content\";s:2015:\"<!-- wp:group {\"metadata\":{\"name\":\"Footer\"},\"align\":\"full\",\"className\":\"nfd-container nfd-py-md nfd-text-faded nfd-text-base\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"primary\"} --><div class=\"nfd-container nfd-py-md nfd-text-faded nfd-text-base wp-block-group alignfull nfd-bg-surface nfd-theme-primary nfd-wb-footer__footer-3\"><!-- wp:columns --><div class=\"wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.34%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.34%\"><!-- wp:social-links {\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><ul class=\"is-style-logos-only wp-block-social-links has-small-icon-size\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"youtube\"} /--></ul><!-- /wp:social-links --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.34%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.34%\"><!-- wp:site-logo {\"align\":\"center\"} /--></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"><!-- wp:group {\"className\":\"md:nfd-justify-center nfd-text-contrast nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} --><div class=\"md:nfd-justify-center nfd-text-contrast nfd-gap-md wp-block-group\"><!-- wp:paragraph --><p class=\"\">© 2025. Powered by <a href=\"https://bluehost.com/wordpress-hosting?utm_source=wonderblocks&utm_medium=bluehost_plugin&channelid=P99C100S1N0B3003A151D115E0000V112&utm_content=WordPress+Hosting\" target=\"_blank\">WordPress Hosting</a>.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:1:{i:0;s:6:\"layout\";}s:10:\"categories\";s:6:\"footer\";s:14:\"all_categories\";a:1:{i:0;s:6:\"footer\";}s:7:\"context\";N;s:5:\"order\";i:30;s:11:\"is_featured\";b:0;}i:152;a:11:{s:2:\"id\";s:36:\"9ac51f05-83cd-4c93-80e9-242bf7edf586\";s:4:\"slug\";s:8:\"footer-4\";s:5:\"title\";s:8:\"footer-4\";s:11:\"description\";s:8:\"footer-4\";s:7:\"content\";s:2298:\"<!-- wp:group {\"metadata\":{\"name\":\"Footer\"},\"align\":\"full\",\"className\":\"nfd-container nfd-py-md nfd-text-base\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"darker\"} --><div class=\"nfd-container nfd-py-md nfd-text-base wp-block-group alignfull nfd-bg-surface nfd-theme-darker nfd-wb-footer__footer-4\"><!-- wp:columns --><div class=\"wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.34%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.34%\"><!-- wp:paragraph {\"className\":\"md:nfd-text-center\"} --><p class=\"md:nfd-text-center\">© 2025. Powered by <a href=\"https://bluehost.com/wordpress-hosting?utm_source=wonderblocks&utm_medium=bluehost_plugin&channelid=P99C100S1N0B3003A151D115E0000V112&utm_content=WordPress+Hosting\" target=\"_blank\">WordPress Hosting</a>.</p><!-- /wp:paragraph --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.34%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.34%\"><!-- wp:social-links {\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} --><ul class=\"is-style-logos-only wp-block-social-links has-small-icon-size\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"youtube\"} /--></ul><!-- /wp:social-links --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"><!-- wp:group {\"className\":\"md:nfd-justify-center nfd-text-contrast nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} --><div class=\"md:nfd-justify-center nfd-text-contrast nfd-gap-md wp-block-group\"><!-- wp:paragraph --><p class=\"\"><a href=\"#\">Privacy Policy</a></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} --><p class=\"nfd-text-opacity-80\">•</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\"><a href=\"#\">Terms and Conditions</a></p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:1:{i:0;s:6:\"layout\";}s:10:\"categories\";s:6:\"footer\";s:14:\"all_categories\";a:1:{i:0;s:6:\"footer\";}s:7:\"context\";N;s:5:\"order\";i:40;s:11:\"is_featured\";b:0;}i:153;a:11:{s:2:\"id\";s:36:\"9ac51f05-8fec-48c2-8453-c57c4a691764\";s:4:\"slug\";s:8:\"footer-5\";s:5:\"title\";s:8:\"footer-5\";s:11:\"description\";s:8:\"footer-5\";s:7:\"content\";s:2622:\"<!-- wp:group {\"metadata\":{\"name\":\"Footer\"},\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"className\":\"nfd-container\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"light\"} --><div class=\"nfd-container wp-block-group alignfull nfd-bg-surface nfd-theme-light nfd-wb-footer__footer-5\"><!-- wp:group {\"className\":\"nfd-py-lg nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"},\"nfdGroupEffect\":\"grid\"} --><div class=\"nfd-py-lg nfd-gap-2xl wp-block-group nfd-bg-effect-grid\"><!-- wp:site-logo {\"width\":160,\"className\":\"md:nfd-self-start\"} /--><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"nfd-text-huge md:nfd-text-left nfd-text-balance\"} --><h2 class=\"nfd-text-huge md:nfd-text-left nfd-text-balance wp-block-heading has-text-align-center\">Build Stunning Websites with Our Expert Events Team</h2><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"md:nfd-text-left nfd-text-balance nfd-text-md\"} --><p class=\"md:nfd-text-left nfd-text-balance nfd-text-md has-text-align-center\">Keep Abreast of our Current Updates and Discover More about our Array of Services by Connecting with us on Social Media or Directly Messaging us</p><!-- /wp:paragraph --><!-- wp:buttons {\"className\":\"md:nfd-self-start nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"},\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\"}}}} --><div class=\"md:nfd-self-start nfd-gap-md wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--20)\"><!-- wp:button {\"className\":\"nfd-btn-xl\"} --><div class=\"nfd-btn-xl wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">We\'re Excited to Collaborate</a></div><!-- /wp:button --><!-- wp:button {\"className\":\"is-style-outline nfd-btn-xl\"} --><div class=\"is-style-outline nfd-btn-xl wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Find Out More</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Copyright section\"},\"style\":{\"border\":{\"top\":{\"width\":\"1px\"}}},\"className\":\"nfd-text-base nfd-text-faded nfd-py-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} --><div class=\"nfd-text-base nfd-text-faded nfd-py-md wp-block-group\" style=\"border-top-width:1px\"><!-- wp:paragraph --><p class=\"\">© Copyright 2025. Powered by <a href=\"https://bluehost.com/wordpress-hosting?utm_source=wonderblocks&utm_medium=bluehost_plugin&channelid=P99C100S1N0B3003A151D115E0000V112&utm_content=WordPress+Hosting\" target=\"_blank\">WordPress Hosting</a>.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:1:{i:0;s:6:\"layout\";}s:10:\"categories\";s:6:\"footer\";s:14:\"all_categories\";a:1:{i:0;s:6:\"footer\";}s:7:\"context\";N;s:5:\"order\";i:50;s:11:\"is_featured\";b:0;}i:154;a:11:{s:2:\"id\";s:36:\"9ac51f05-9776-44e3-bdb5-b9ec118659b5\";s:4:\"slug\";s:8:\"footer-6\";s:5:\"title\";s:8:\"footer-6\";s:11:\"description\";s:8:\"footer-6\";s:7:\"content\";s:5225:\"<!-- wp:group {\"metadata\":{\"name\":\"Footer\"},\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"className\":\"nfd-container\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-container wp-block-group alignfull nfd-bg-surface nfd-theme-darker nfd-wb-footer__footer-6\"><!-- wp:group {\"metadata\":{\"name\":\"CTA\"},\"className\":\"nfd-py-lg nfd-px-0\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"},\"nfdGroupEffect\":\"dots\"} --><div class=\"nfd-py-lg nfd-px-0 wp-block-group nfd-bg-effect-dots\"><!-- wp:group {\"className\":\"nfd-gap-3xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-3xl wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-left\">Create amazing moments <br>with our assistance.</h2><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"right\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-xl\"} --><div class=\"nfd-btn-xl wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Explore Our Methodology</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --><!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|70\",\"bottom\":\"var:preset|spacing|70\"}},\"border\":{\"top\":{\"width\":\"1px\"},\"bottom\":{\"width\":\"1px\"}}},\"className\":\"nfd-gap-2xl nfd-gap-y-3xl nfd-text-base\"} --><div class=\"nfd-gap-2xl nfd-gap-y-3xl nfd-text-base wp-block-columns\" style=\"border-top-width:1px;border-bottom-width:1px;padding-top:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70)\"><!-- wp:column {\"width\":\"40%\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}}} --><div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:paragraph {\"className\":\"nfd-text-lg nfd-text-balance\"} --><p class=\"nfd-text-lg nfd-text-balance\">Intelligent strategies <br>for your enterprise.</p><!-- /wp:paragraph --><!-- wp:social-links {\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only nfd-text-contrast\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><ul class=\"is-style-logos-only nfd-text-contrast wp-block-social-links has-small-icon-size\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"youtube\"} /--></ul><!-- /wp:social-links --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-current\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">Organisation</h3><!-- /wp:heading --><!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} /--></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-current\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">Tools</h3><!-- /wp:heading --><!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} /--></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-current\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">Get in Touch</h3><!-- /wp:heading --><!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} /--></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:group {\"metadata\":{\"name\":\"Copyright section\"},\"className\":\"nfd-text-sm nfd-text-faded nfd-pt-md nfd-pb-lg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} --><div class=\"nfd-text-sm nfd-text-faded nfd-pt-md nfd-pb-lg wp-block-group\"><!-- wp:paragraph --><p class=\"\">© Copyright 2025. Powered by <a href=\"https://bluehost.com/wordpress-hosting?utm_source=wonderblocks&utm_medium=bluehost_plugin&channelid=P99C100S1N0B3003A151D115E0000V112&utm_content=WordPress+Hosting\" target=\"_blank\">WordPress Hosting</a>.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:1:{i:0;s:6:\"layout\";}s:10:\"categories\";s:6:\"footer\";s:14:\"all_categories\";a:1:{i:0;s:6:\"footer\";}s:7:\"context\";N;s:5:\"order\";i:60;s:11:\"is_featured\";b:0;}i:155;a:11:{s:2:\"id\";s:36:\"9ac51f05-9e7a-4cb1-9201-6e1981f14625\";s:4:\"slug\";s:8:\"footer-7\";s:5:\"title\";s:8:\"footer-7\";s:11:\"description\";s:8:\"footer-7\";s:7:\"content\";s:4337:\"<!-- wp:group {\"metadata\":{\"name\":\"Footer\"},\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"className\":\"nfd-container\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"primary\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-container wp-block-group alignfull nfd-bg-surface nfd-theme-primary nfd-wb-footer__footer-7\"><!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|70\",\"bottom\":\"var:preset|spacing|70\"}},\"border\":{\"bottom\":{\"width\":\"1px\"}}},\"className\":\"nfd-gap-2xl nfd-gap-y-3xl nfd-text-base\"} --><div class=\"nfd-gap-2xl nfd-gap-y-3xl nfd-text-base wp-block-columns\" style=\"border-bottom-width:1px;padding-top:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70)\"><!-- wp:column {\"width\":\"40%\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}}} --><div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:paragraph {\"className\":\"nfd-text-lg nfd-text-balance\"} --><p class=\"nfd-text-lg nfd-text-balance\">Create stunning <br>websites with ease.</p><!-- /wp:paragraph --><!-- wp:social-links {\"customIconBackgroundColor\":\"#40404000\",\"iconBackgroundColorValue\":\"#40404000\",\"size\":\"has-normal-icon-size\",\"className\":\"nfd-text-contrast is-style-default nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><ul class=\"nfd-text-contrast is-style-default nfd-gap-sm wp-block-social-links has-normal-icon-size has-icon-background-color\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"youtube\"} /--></ul><!-- /wp:social-links --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-current\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">Build your <br>online presence.</h3><!-- /wp:heading --><!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} /--></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-current\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">Discover helpful <br>resources and tutorials.</h3><!-- /wp:heading --><!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} /--></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-current\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">Get in touch <br>with us today!</h3><!-- /wp:heading --><!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} /--></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:group {\"metadata\":{\"name\":\"Copyright section\"},\"className\":\"nfd-text-sm nfd-text-faded nfd-py-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} --><div class=\"nfd-text-sm nfd-text-faded nfd-py-md wp-block-group\"><!-- wp:paragraph --><p>© Copyright 2025. Powered by <a href=\"https://bluehost.com/wordpress-hosting?utm_source=wonderblocks&utm_medium=bluehost_plugin&channelid=P99C100S1N0B3003A151D115E0000V112&utm_content=WordPress+Hosting\" target=\"_blank\">WordPress Hosting</a>.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:1:{i:0;s:6:\"layout\";}s:10:\"categories\";s:6:\"footer\";s:14:\"all_categories\";a:1:{i:0;s:6:\"footer\";}s:7:\"context\";N;s:5:\"order\";i:70;s:11:\"is_featured\";b:0;}i:156;a:11:{s:2:\"id\";s:36:\"9ac51f05-a59a-430c-bf2c-3ef881e4c522\";s:4:\"slug\";s:8:\"footer-8\";s:5:\"title\";s:8:\"footer-8\";s:11:\"description\";s:8:\"footer-8\";s:7:\"content\";s:4248:\"<!-- wp:group {\"metadata\":{\"name\":\"Footer\"},\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"className\":\"nfd-container\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid-3\"} --><div class=\"nfd-container wp-block-group alignfull nfd-bg-surface nfd-theme-darker nfd-bg-effect-grid-3 nfd-wb-footer__footer-8\"><!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|70\",\"bottom\":\"var:preset|spacing|70\"}},\"border\":{\"bottom\":{\"width\":\"1px\"}}},\"className\":\"nfd-gap-2xl nfd-gap-y-3xl nfd-text-base\"} --><div class=\"nfd-gap-2xl nfd-gap-y-3xl nfd-text-base wp-block-columns\" style=\"border-bottom-width:1px;padding-top:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70)\"><!-- wp:column {\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}}} --><div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:paragraph {\"className\":\"nfd-text-lg nfd-text-balance\"} --><p class=\"nfd-text-lg nfd-text-balance\">Create stunning and visually captivating websites powered by WordPress blocks</p><!-- /wp:paragraph --><!-- wp:social-links {\"customIconBackgroundColor\":\"#40404000\",\"iconBackgroundColorValue\":\"#40404000\",\"size\":\"has-normal-icon-size\",\"className\":\"nfd-text-contrast is-style-default nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><ul class=\"nfd-text-contrast is-style-default nfd-gap-sm wp-block-social-links has-normal-icon-size has-icon-background-color\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"youtube\"} /--></ul><!-- /wp:social-links --><!-- wp:paragraph {\"style\":{\"spacing\":{\"padding\":{\"top\":\"12px\"}}},\"className\":\"nfd-text-opacity-80\"} --><p class=\"nfd-text-opacity-80\" style=\"padding-top:12px\">Copyright © 2025. Powered by <a href=\"https://bluehost.com/wordpress-hosting?utm_source=wonderblocks&utm_medium=bluehost_plugin&channelid=P99C100S1N0B3003A151D115E0000V112&utm_content=WordPress+Hosting\" target=\"_blank\">WordPress Hosting</a>.<br/><br/>1412 Main Street<br>Suite 51 <br>New York, NY 10001</p><!-- /wp:paragraph --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-current\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">About</h3><!-- /wp:heading --><!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} /--></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-current\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">Helpful Tools</h3><!-- /wp:heading --><!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} /--></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-current\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">Learn More</h3><!-- /wp:heading --><!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} /--></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:1:{i:0;s:6:\"layout\";}s:10:\"categories\";s:6:\"footer\";s:14:\"all_categories\";a:1:{i:0;s:6:\"footer\";}s:7:\"context\";N;s:5:\"order\";i:80;s:11:\"is_featured\";b:0;}i:157;a:11:{s:2:\"id\";s:36:\"9ac51f05-acf8-41bb-80ac-198fd43623be\";s:4:\"slug\";s:8:\"footer-9\";s:5:\"title\";s:8:\"footer-9\";s:11:\"description\";s:8:\"footer-9\";s:7:\"content\";s:4971:\"<!-- wp:group {\"metadata\":{\"name\":\"Footer\"},\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"},\"nfdGroupTheme\":\"primary\",\"nfdGroupEffect\":\"\"} --><div class=\"wp-block-group alignfull nfd-bg-surface nfd-theme-primary nfd-wb-footer__footer-9\"><!-- wp:group {\"className\":\"nfd-container\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-container wp-block-group\"><!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|70\",\"bottom\":\"var:preset|spacing|70\"}}},\"className\":\"nfd-gap-2xl nfd-gap-y-3xl nfd-text-base\"} --><div class=\"nfd-gap-2xl nfd-gap-y-3xl nfd-text-base wp-block-columns\" style=\"padding-top:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70)\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-current\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">About Us</h3><!-- /wp:heading --><!-- wp:paragraph --><p class=\"\">Visit our beautiful office at:<br>1412 Main Street<br>Suite 51<br>New York, NY 10001</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">Get in touch with us:<br>Phone: 212-555-1212<br>Email: hello@company.com</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-current\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">Discover Our Journey</h3><!-- /wp:heading --><!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} /--></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-current\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">Explore Our Resources</h3><!-- /wp:heading --><!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} /--></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-current\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">Contact Us</h3><!-- /wp:heading --><!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} /--></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-container nfd-text-base nfd-text-faded nfd-py-sm nfd-bg-subtle\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-container nfd-text-base nfd-text-faded nfd-py-sm nfd-bg-subtle wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Copyright section\"},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"},\"nfdGroupTheme\":\"\"} --><div class=\"wp-block-group\"><!-- wp:paragraph --><p class=\"\">© Copyright 2025. Powered by <a href=\"https://bluehost.com/wordpress-hosting?utm_source=wonderblocks&utm_medium=bluehost_plugin&channelid=P99C100S1N0B3003A151D115E0000V112&utm_content=WordPress+Hosting\" target=\"_blank\">WordPress Hosting</a>.</p><!-- /wp:paragraph --><!-- wp:social-links {\"customIconBackgroundColor\":\"#40404000\",\"iconBackgroundColorValue\":\"#40404000\",\"size\":\"has-normal-icon-size\",\"className\":\"nfd-text-contrast is-style-default nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><ul class=\"nfd-text-contrast is-style-default nfd-gap-sm wp-block-social-links has-normal-icon-size has-icon-background-color\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"youtube\"} /--></ul><!-- /wp:social-links --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:1:{i:0;s:6:\"layout\";}s:10:\"categories\";s:6:\"footer\";s:14:\"all_categories\";a:1:{i:0;s:6:\"footer\";}s:7:\"context\";N;s:5:\"order\";i:90;s:11:\"is_featured\";b:0;}i:158;a:11:{s:2:\"id\";s:36:\"9ac51f05-ff4b-4942-8077-82d26cf475bc\";s:4:\"slug\";s:8:\"header-1\";s:5:\"title\";s:8:\"header-1\";s:11:\"description\";s:8:\"header-1\";s:7:\"content\";s:1299:\"<!-- wp:group {\"align\":\"full\",\"className\":\"nfd-container\",\"layout\":{\"type\":\"constrained\"},\"metadata\":{\"name\":\"Header\"},\"nfdGroupTheme\":\"white\"} --><div class=\"nfd-container wp-block-group alignfull nfd-bg-surface nfd-theme-white nfd-wb-header__header-1\"><!-- wp:group {\"className\":\"nfd-py-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-py-sm wp-block-group\"><!-- wp:site-logo /--><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:navigation {\"icon\":\"menu\",\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} /--><!-- wp:buttons {\"className\":\"md:nfd-hidden nfd-weight-inherit\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"},\"style\":{\"spacing\":{}}} --><div class=\"md:nfd-hidden nfd-weight-inherit wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-wide\"} --><div class=\"nfd-btn-wide wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Start Creating for Free Today!</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:1:{i:0;s:6:\"layout\";}s:10:\"categories\";s:6:\"header\";s:14:\"all_categories\";a:1:{i:0;s:6:\"header\";}s:7:\"context\";N;s:5:\"order\";i:10;s:11:\"is_featured\";b:0;}i:159;a:11:{s:2:\"id\";s:36:\"9ac51f06-41e5-4a63-abdb-7e8ba0885de6\";s:4:\"slug\";s:8:\"header-2\";s:5:\"title\";s:8:\"header-2\";s:11:\"description\";s:8:\"header-2\";s:7:\"content\";s:1041:\"<!-- wp:group {\"align\":\"full\",\"className\":\"nfd-container\",\"layout\":{\"type\":\"constrained\"},\"metadata\":{\"name\":\"Header\"},\"nfdGroupTheme\":\"white\"} --><div class=\"nfd-container wp-block-group alignfull nfd-bg-surface nfd-theme-white nfd-wb-header__header-2\"><!-- wp:group {\"className\":\"nfd-py-sm nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-py-sm nfd-gap-2xl wp-block-group\"><!-- wp:site-logo /--><!-- wp:navigation {\"icon\":\"menu\",\"className\":\"nfd-gap-lg md:nfd-justify-end\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} /--><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"},\"style\":{\"spacing\":{}}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-wide\"} --><div class=\"nfd-btn-wide wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Begin Crafting</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:1:{i:0;s:6:\"layout\";}s:10:\"categories\";s:6:\"header\";s:14:\"all_categories\";a:1:{i:0;s:6:\"header\";}s:7:\"context\";N;s:5:\"order\";i:20;s:11:\"is_featured\";b:0;}i:160;a:11:{s:2:\"id\";s:36:\"9ac51f06-49cf-446d-99d1-d2fab6334666\";s:4:\"slug\";s:8:\"header-3\";s:5:\"title\";s:8:\"header-3\";s:11:\"description\";s:8:\"header-3\";s:7:\"content\";s:1494:\"<!-- wp:group {\"align\":\"full\",\"className\":\"nfd-container\",\"layout\":{\"type\":\"constrained\"},\"metadata\":{\"name\":\"Header\"},\"nfdGroupTheme\":\"white\"} --><div class=\"nfd-container wp-block-group alignfull nfd-bg-surface nfd-theme-white nfd-wb-header__header-3\"><!-- wp:group {\"className\":\"nfd-py-sm nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-py-sm nfd-gap-2xl wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:site-logo /--><!-- wp:navigation {\"icon\":\"menu\",\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} /--></div><!-- /wp:group --><!-- wp:buttons {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"right\"},\"style\":{\"spacing\":{}}} --><div class=\"nfd-gap-md wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-wide is-style-outline\"} --><div class=\"nfd-btn-wide is-style-outline wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Create an Account</a></div><!-- /wp:button --><!-- wp:button {\"className\":\"nfd-btn-wide\"} --><div class=\"nfd-btn-wide wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Start your Journey</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:1:{i:0;s:6:\"layout\";}s:10:\"categories\";s:6:\"header\";s:14:\"all_categories\";a:1:{i:0;s:6:\"header\";}s:7:\"context\";N;s:5:\"order\";i:30;s:11:\"is_featured\";b:0;}i:161;a:11:{s:2:\"id\";s:36:\"9ac51f06-5269-4da7-9d48-75dc25c2b8b8\";s:4:\"slug\";s:8:\"header-4\";s:5:\"title\";s:8:\"header-4\";s:11:\"description\";s:8:\"header-4\";s:7:\"content\";s:1351:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"default\"},\"metadata\":{\"name\":\"Header\"},\"nfdGroupTheme\":\"darker\"} --><div class=\"wp-block-group alignfull nfd-bg-surface nfd-theme-darker nfd-wb-header__header-4\"><!-- wp:group {\"className\":\"nfd-container nfd-py-md\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-container nfd-py-md wp-block-group\"><!-- wp:group {\"className\":\"nfd-text-sm nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-text-sm nfd-gap-xl wp-block-group\"><!-- wp:site-logo /--><!-- wp:navigation {\"icon\":\"menu\",\"className\":\"md:nfd-justify-end nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"},\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"letterSpacing\":\"0.05em\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} /--><!-- wp:social-links {\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"right\"}} --><ul class=\"is-style-logos-only wp-block-social-links has-small-icon-size\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"youtube\"} /--></ul><!-- /wp:social-links --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:1:{i:0;s:6:\"layout\";}s:10:\"categories\";s:6:\"header\";s:14:\"all_categories\";a:1:{i:0;s:6:\"header\";}s:7:\"context\";N;s:5:\"order\";i:40;s:11:\"is_featured\";b:0;}i:162;a:11:{s:2:\"id\";s:36:\"9ac51f06-5aca-4f4b-b3f7-9eb83b1aae4a\";s:4:\"slug\";s:8:\"header-5\";s:5:\"title\";s:8:\"header-5\";s:11:\"description\";s:8:\"header-5\";s:7:\"content\";s:2218:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"default\"},\"metadata\":{\"name\":\"Header\"}} --><div class=\"wp-block-group alignfull nfd-wb-header__header-5\"><!-- wp:group {\"align\":\"full\",\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-0 wp-block-group alignfull\"><!-- wp:group {\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}}},\"className\":\"nfd-container nfd-py-sm nfd-text-base\",\"layout\":{\"type\":\"constrained\"},\"metadata\":{\"name\":\"Top Bar\"},\"nfdGroupTheme\":\"primary\",\"nfdGroupEffect\":\"grid-2\"} --><div class=\"nfd-container nfd-py-sm nfd-text-base wp-block-group nfd-bg-surface nfd-theme-primary nfd-bg-effect-grid-2\" style=\"border-bottom-width:1px\"><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast has-text-align-center\"><strong>Don\'t miss out!</strong> Save 10% on morning events using code <strong>MORNING10</strong> until Friday.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-container\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-container wp-block-group\"><!-- wp:group {\"className\":\"nfd-py-sm nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-py-sm nfd-gap-2xl wp-block-group\"><!-- wp:site-logo /--><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:navigation {\"icon\":\"menu\",\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} /--><!-- wp:buttons {\"className\":\"md:nfd-hidden\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"},\"style\":{\"spacing\":{}}} --><div class=\"md:nfd-hidden wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-wide is-style-outline\"} --><div class=\"nfd-btn-wide is-style-outline wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Let\'s Begin</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:1:{i:0;s:6:\"layout\";}s:10:\"categories\";s:6:\"header\";s:14:\"all_categories\";a:1:{i:0;s:6:\"header\";}s:7:\"context\";N;s:5:\"order\";i:50;s:11:\"is_featured\";b:0;}i:163;a:11:{s:2:\"id\";s:36:\"9ac51f06-6215-4862-b3ce-903a4dd859d5\";s:4:\"slug\";s:8:\"header-6\";s:5:\"title\";s:8:\"header-6\";s:11:\"description\";s:8:\"header-6\";s:7:\"content\";s:2554:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"default\"},\"metadata\":{\"name\":\"Header\"},\"nfdGroupTheme\":\"white\"} --><div class=\"wp-block-group alignfull nfd-bg-surface nfd-theme-white nfd-wb-header__header-6\"><!-- wp:group {\"align\":\"full\",\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-0 wp-block-group alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}}},\"className\":\"nfd-container nfd-py-sm nfd-text-base nfd-text-faded\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"dots\"} --><div class=\"nfd-container nfd-py-sm nfd-text-base nfd-text-faded wp-block-group alignfull nfd-bg-effect-dots\" style=\"border-bottom-width:1px\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:paragraph --><p class=\"\"><strong>Come See us:</strong> 123 Main St</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80 nfd-text-xs\"} --><p class=\"nfd-text-opacity-80 nfd-text-xs\">•</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">Find us on <a href=\'https://www.example.com\'>Social Media</a></p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:social-links {\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only md:nfd-justify-center\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"right\"}} --><ul class=\"is-style-logos-only md:nfd-justify-center wp-block-social-links has-small-icon-size\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"youtube\"} /--></ul><!-- /wp:social-links --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-container\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-container wp-block-group\"><!-- wp:group {\"className\":\"nfd-py-sm nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-py-sm nfd-gap-2xl wp-block-group\"><!-- wp:site-logo /--><!-- wp:navigation {\"icon\":\"menu\",\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"right\"}} /--></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:1:{i:0;s:6:\"layout\";}s:10:\"categories\";s:6:\"header\";s:14:\"all_categories\";a:1:{i:0;s:6:\"header\";}s:7:\"context\";N;s:5:\"order\";i:60;s:11:\"is_featured\";b:0;}i:164;a:11:{s:2:\"id\";s:36:\"9ac51f06-691a-4a6b-a092-69dbddfd3e3c\";s:4:\"slug\";s:8:\"header-7\";s:5:\"title\";s:8:\"header-7\";s:11:\"description\";s:8:\"header-7\";s:7:\"content\";s:2661:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"default\"},\"metadata\":{\"name\":\"Header\"},\"nfdGroupTheme\":\"white\"} --><div class=\"wp-block-group alignfull nfd-bg-surface nfd-theme-white nfd-wb-header__header-7\"><!-- wp:group {\"align\":\"full\",\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-0 wp-block-group alignfull\"><!-- wp:group {\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}}},\"className\":\"nfd-container nfd-py-sm nfd-text-base nfd-text-faded\",\"layout\":{\"type\":\"constrained\"},\"metadata\":{\"name\":\"Top Bar\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"grid-2\"} --><div class=\"nfd-container nfd-py-sm nfd-text-base nfd-text-faded wp-block-group nfd-bg-surface nfd-theme-dark nfd-bg-effect-grid-2\" style=\"border-bottom-width:1px\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:paragraph --><p class=\"\">Exclusive deal: <span class=\"offer\">Unlock<span>10% discount</span> on all<span>Tuesday events</span></span>. <a class=\"activate\" href=\"#\">Click now</a></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80 nfd-text-xs\"} --><p class=\"nfd-text-opacity-80 nfd-text-xs\">•</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">(555) 555-5555</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:social-links {\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only md:nfd-justify-center\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"right\"}} --><ul class=\"is-style-logos-only md:nfd-justify-center wp-block-social-links has-small-icon-size\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"youtube\"} /--></ul><!-- /wp:social-links --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-container\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-container wp-block-group\"><!-- wp:group {\"className\":\"nfd-py-sm nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-py-sm nfd-gap-2xl wp-block-group\"><!-- wp:site-logo /--><!-- wp:navigation {\"icon\":\"menu\",\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"right\"}} /--></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:1:{i:0;s:6:\"layout\";}s:10:\"categories\";s:6:\"header\";s:14:\"all_categories\";a:1:{i:0;s:6:\"header\";}s:7:\"context\";N;s:5:\"order\";i:70;s:11:\"is_featured\";b:0;}i:165;a:11:{s:2:\"id\";s:36:\"9ac51f06-7119-4a7d-ba52-72bca84d7da7\";s:4:\"slug\";s:8:\"header-8\";s:5:\"title\";s:8:\"header-8\";s:11:\"description\";s:8:\"header-8\";s:7:\"content\";s:815:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"className\":\"nfd-container\",\"layout\":{\"type\":\"default\"},\"metadata\":{\"name\":\"Header\"},\"nfdGroupTheme\":\"white\"} --><div class=\"nfd-container wp-block-group alignfull nfd-bg-surface nfd-theme-white nfd-wb-header__header-8\"><!-- wp:group {\"className\":\"nfd-text-base nfd-py-md nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-text-base nfd-py-md nfd-gap-xl wp-block-group\"><!-- wp:site-logo /--><!-- wp:navigation {\"icon\":\"menu\",\"className\":\"md:nfd-justify-end nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"},\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"letterSpacing\":\"0.05em\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} /--></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:1:{i:0;s:6:\"layout\";}s:10:\"categories\";s:6:\"header\";s:14:\"all_categories\";a:1:{i:0;s:6:\"header\";}s:7:\"context\";N;s:5:\"order\";i:80;s:11:\"is_featured\";b:0;}i:166;a:11:{s:2:\"id\";s:36:\"9ac51f06-7826-493d-a54f-ec08e57d28a4\";s:4:\"slug\";s:8:\"header-9\";s:5:\"title\";s:8:\"header-9\";s:11:\"description\";s:8:\"header-9\";s:7:\"content\";s:2937:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"},\"metadata\":{\"name\":\"Header\"},\"nfdGroupTheme\":\"white\"} --><div class=\"wp-block-group alignfull nfd-bg-surface nfd-theme-white nfd-wb-header__header-9\"><!-- wp:group {\"className\":\"nfd-text-base nfd-py-md nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-text-base nfd-py-md nfd-gap-lg wp-block-group\"><!-- wp:group {\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}}},\"className\":\"nfd-container nfd-py-sm nfd-text-base nfd-text-faded\",\"layout\":{\"type\":\"constrained\"},\"metadata\":{\"name\":\"Top Bar\"},\"nfdGroupTheme\":\"light\",\"nfdGroupEffect\":\"grid-2\"} --><div class=\"nfd-container nfd-py-sm nfd-text-base nfd-text-faded wp-block-group nfd-bg-surface nfd-theme-light nfd-bg-effect-grid-2\" style=\"border-bottom-width:1px\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:paragraph --><p class=\"\">Discover the <strong>limitless possibilities</strong> of our platform through a premium membership. <a href=\"#\">Explore here</a> for further information.</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80 nfd-text-xs\"} --><p class=\"nfd-text-opacity-80 nfd-text-xs\">•</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">(555) 555-5555</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:social-links {\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only md:nfd-justify-center\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"right\"}} --><ul class=\"is-style-logos-only md:nfd-justify-center wp-block-social-links has-small-icon-size\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"youtube\"} /--></ul><!-- /wp:social-links --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-container nfd-py-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} --><div class=\"nfd-container nfd-py-md wp-block-group\"><!-- wp:site-logo /--></div><!-- /wp:group --><!-- wp:group {\"style\":{\"border\":{\"top\":{\"width\":\"1px\"},\"right\":{},\"bottom\":{\"width\":\"1px\"},\"left\":{}}},\"className\":\"nfd-container nfd-py-sm\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-container nfd-py-sm wp-block-group\" style=\"border-top-width:1px;border-bottom-width:1px\"><!-- wp:navigation {\"icon\":\"menu\",\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"},\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"letterSpacing\":\"0.05em\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} /--></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:1:{i:0;s:6:\"layout\";}s:10:\"categories\";s:6:\"header\";s:14:\"all_categories\";a:1:{i:0;s:6:\"header\";}s:7:\"context\";N;s:5:\"order\";i:90;s:11:\"is_featured\";b:0;}i:167;a:11:{s:2:\"id\";s:36:\"9ac51f05-1a38-4199-9f9a-53c6043c3e2d\";s:4:\"slug\";s:9:\"footer-10\";s:5:\"title\";s:9:\"footer-10\";s:11:\"description\";s:9:\"footer-10\";s:7:\"content\";s:3991:\"<!-- wp:group {\"metadata\":{\"name\":\"Footer\"},\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0\"},\"border\":{\"top\":{\"width\":\"1px\"}}},\"className\":\"nfd-container\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"white\",\"nfdGroupEffect\":\"grid-3\"} --><div class=\"nfd-container wp-block-group alignfull nfd-bg-surface nfd-theme-white nfd-bg-effect-grid-3 nfd-wb-footer__footer-10\" style=\"border-top-width:1px\"><!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|70\",\"bottom\":\"var:preset|spacing|70\"}}},\"className\":\"nfd-gap-2xl nfd-gap-y-3xl nfd-text-base\"} --><div class=\"nfd-gap-2xl nfd-gap-y-3xl nfd-text-base wp-block-columns\" style=\"padding-top:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70)\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-current\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">Store</h3><!-- /wp:heading --><!-- wp:paragraph --><p class=\"\">2850 High Street<br>Suite 39<br>Chicago, 60607</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\"} --><p class=\"has-text-align-left\"><a href=\"#\">View Directions</a></p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-current\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">Get in Touch</h3><!-- /wp:heading --><!-- wp:paragraph --><p class=\"\">Phone: 312-555-1212<br>Email: hello@store.com</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-current\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">Connect</h3><!-- /wp:heading --><!-- wp:social-links {\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only nfd-text-contrast\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><ul class=\"is-style-logos-only nfd-text-contrast wp-block-social-links has-small-icon-size\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"youtube\"} /--></ul><!-- /wp:social-links --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"width\":\"40%\"} --><div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"md:nfd-items-start nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"right\"}} --><div class=\"md:nfd-items-start nfd-gap-xl wp-block-group\"><!-- wp:site-logo {\"width\":160} /--><!-- wp:paragraph {\"align\":\"right\",\"className\":\"nfd-text-base nfd-text-opacity-80\"} --><p class=\"nfd-text-base nfd-text-opacity-80 has-text-align-right\">© 2025. All rights reserved.<br/><br/>Powered by <a href=\"https://bluehost.com/wordpress-hosting?utm_source=wonderblocks&utm_medium=bluehost_plugin&channelid=P99C100S1N0B3003A151D115E0000V112&utm_content=WordPress+Hosting\" target=\"_blank\">WordPress Hosting</a>.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:1:{i:0;s:6:\"layout\";}s:10:\"categories\";s:6:\"footer\";s:14:\"all_categories\";a:1:{i:0;s:6:\"footer\";}s:7:\"context\";N;s:5:\"order\";i:100;s:11:\"is_featured\";b:0;}i:168;a:11:{s:2:\"id\";s:36:\"9ac51f05-2375-40d5-b3cc-db2429592863\";s:4:\"slug\";s:9:\"footer-11\";s:5:\"title\";s:9:\"footer-11\";s:11:\"description\";s:9:\"footer-11\";s:7:\"content\";s:3387:\"<!-- wp:group {\"metadata\":{\"name\":\"Footer\"},\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"className\":\"nfd-container\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-container wp-block-group alignfull nfd-bg-surface nfd-theme-darker nfd-wb-footer__footer-11\"><!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|70\",\"bottom\":\"var:preset|spacing|70\"}},\"border\":{\"bottom\":{\"width\":\"1px\"}}},\"className\":\"nfd-gap-2xl nfd-gap-y-3xl nfd-text-base nfd-text-faded\"} --><div class=\"nfd-gap-2xl nfd-gap-y-3xl nfd-text-base nfd-text-faded wp-block-columns\" style=\"border-bottom-width:1px;padding-top:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70)\"><!-- wp:column {\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|10\"}}} --><div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:social-links {\"customIconBackgroundColor\":\"#40404000\",\"iconBackgroundColorValue\":\"#40404000\",\"size\":\"has-normal-icon-size\",\"className\":\"nfd-text-contrast is-style-default nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><ul class=\"nfd-text-contrast is-style-default nfd-gap-sm wp-block-social-links has-normal-icon-size has-icon-background-color\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"youtube\"} /--></ul><!-- /wp:social-links --><!-- wp:paragraph {\"style\":{\"spacing\":{\"padding\":{\"top\":\"12px\"}}},\"className\":\"nfd-text-opacity-80\"} --><p class=\"nfd-text-opacity-80\" style=\"padding-top:12px\">© 2025. All rights reserved.<br/><br/>Powered by <a href=\"https://bluehost.com/wordpress-hosting?utm_source=wonderblocks&utm_medium=bluehost_plugin&channelid=P99C100S1N0B3003A151D115E0000V112&utm_content=WordPress+Hosting\" target=\"_blank\">WordPress Hosting</a>.</p><!-- /wp:paragraph --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-current\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">Sleek & Professional Showcase</h3><!-- /wp:heading --><!-- wp:paragraph --><p class=\"\">Have a prominent online presence with an elegant website that sets you apart.<br>Visit us at 1236 Powell Street, Ste 202, San Francisco, CA 94133</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-current\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">Explore in detail.</h3><!-- /wp:heading --><!-- wp:paragraph --><p class=\"\">Connect with us Today</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:1:{i:0;s:6:\"layout\";}s:10:\"categories\";s:6:\"footer\";s:14:\"all_categories\";a:1:{i:0;s:6:\"footer\";}s:7:\"context\";N;s:5:\"order\";i:110;s:11:\"is_featured\";b:0;}i:169;a:11:{s:2:\"id\";s:36:\"9ac51f05-2b70-4a83-a650-63c923f56da6\";s:4:\"slug\";s:9:\"footer-12\";s:5:\"title\";s:9:\"footer-12\";s:11:\"description\";s:9:\"footer-12\";s:7:\"content\";s:7416:\"<!-- wp:group {\"metadata\":{\"name\":\"Footer\"},\"align\":\"full\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull nfd-wb-footer__footer-12\"><!-- wp:spacer {\"height\":\"85px\",\"metadata\":{\"name\":\"Placeholder\"}} --><div style=\"height:85px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"metadata\":{\"name\":\"Footer\"},\"align\":\"full\",\"className\":\"nfd-container\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"light\",\"nfdGroupEffect\":\"dots\"} --><div class=\"nfd-container wp-block-group alignfull nfd-bg-surface nfd-theme-light nfd-bg-effect-dots\"><!-- wp:group {\"metadata\":{\"name\":\"CTA\"},\"className\":\"nfd-rounded-lg nfd-overflow-hidden -nfd-translate-y-1/2\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"darker\"} --><div class=\"nfd-rounded-lg nfd-overflow-hidden -nfd-translate-y-1/2 wp-block-group nfd-bg-surface nfd-theme-darker\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1487088678257-3a541e6e3922?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=3270&q=80\",\"dimRatio\":50,\"minHeight\":100,\"className\":\"nfd-p-0\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-p-0 wp-block-cover\" style=\"min-height:100px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1487088678257-3a541e6e3922?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=3270&q=80\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-gap-xl nfd-p-card-square-lg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-xl nfd-p-card-square-lg wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:heading {\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Create beautifully designed websites effortlessly<br>using our WordPress blocks, patterns, and content editor.</h2><!-- /wp:heading --><!-- wp:group {\"className\":\"nfd-gap-md nfd-text-xs\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-gap-md nfd-text-xs wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}}} --><p class=\"has-text-align-left\" style=\"text-transform:uppercase\"><strong style=\"margin-right: 4px\">✓ </strong>Achieve great results with minimal time and effort</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}}} --><p class=\"has-text-align-left\" style=\"text-transform:uppercase\"><strong style=\"margin-right: 4px\">✓ </strong>Organize inspiring and impactful events and conferences</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"className\":\"md:nfd-items-start nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"md:nfd-items-start nfd-gap-md wp-block-group\"><!-- wp:buttons {\"className\":\"nfd-text-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-md wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-xl\"} --><div class=\"nfd-btn-xl wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Book a consultation</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:group --><!-- wp:columns {\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}}},\"className\":\"nfd-gap-2xl nfd-gap-y-3xl nfd-text-base nfd-pb-lg\"} --><div class=\"nfd-gap-2xl nfd-gap-y-3xl nfd-text-base nfd-pb-lg wp-block-columns\" style=\"border-bottom-width:1px\"><!-- wp:column {\"width\":\"40%\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}}} --><div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:site-logo {\"width\":160} /--><!-- wp:paragraph {\"className\":\"nfd-text-lg nfd-text-balance\"} --><p class=\"nfd-text-lg nfd-text-balance\">Upgrade your business with intelligent solutions<br>through WordPress blocks and patterns</p><!-- /wp:paragraph --><!-- wp:social-links {\"size\":\"has-normal-icon-size\",\"className\":\"is-style-logos-only nfd-text-contrast\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><ul class=\"is-style-logos-only nfd-text-contrast wp-block-social-links has-normal-icon-size\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"youtube\"} /--></ul><!-- /wp:social-links --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-current\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">About Us</h3><!-- /wp:heading --><!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} /--></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-current\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">Helpful Resources</h3><!-- /wp:heading --><!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} /--></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-current\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">Get in touch</h3><!-- /wp:heading --><!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} /--></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:group {\"metadata\":{\"name\":\"Copyright section\"},\"className\":\"nfd-text-sm nfd-text-faded nfd-py-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} --><div class=\"nfd-text-sm nfd-text-faded nfd-py-md wp-block-group\"><!-- wp:paragraph --><p class=\"\">© Copyright 2025. Powered by <a href=\"https://bluehost.com/wordpress-hosting?utm_source=wonderblocks&utm_medium=bluehost_plugin&channelid=P99C100S1N0B3003A151D115E0000V112&utm_content=WordPress+Hosting\" target=\"_blank\">WordPress Hosting</a>.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:1:{i:0;s:6:\"layout\";}s:10:\"categories\";s:6:\"footer\";s:14:\"all_categories\";a:1:{i:0;s:6:\"footer\";}s:7:\"context\";N;s:5:\"order\";i:120;s:11:\"is_featured\";b:0;}i:170;a:11:{s:2:\"id\";s:36:\"9ac51f05-3306-4082-b5f4-ce4338ece9ae\";s:4:\"slug\";s:9:\"footer-13\";s:5:\"title\";s:9:\"footer-13\";s:11:\"description\";s:9:\"footer-13\";s:7:\"content\";s:5048:\"<!-- wp:group {\"metadata\":{\"name\":\"Footer\"},\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"className\":\"nfd-container\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-container wp-block-group alignfull nfd-bg-surface nfd-theme-dark nfd-wb-footer__footer-13\"><!-- wp:group {\"metadata\":{\"name\":\"CTA\"},\"className\":\"nfd-py-lg nfd-px-0\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"},\"nfdGroupEffect\":\"grid\"} --><div class=\"nfd-py-lg nfd-px-0 wp-block-group nfd-bg-effect-grid\"><!-- wp:group {\"className\":\"nfd-gap-3xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-3xl wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-left\">We solve legal problems <br>and protect your rights.</h2><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"right\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-xl\"} --><div class=\"nfd-btn-xl wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Schedule a Consultation</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --><!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|70\",\"bottom\":\"var:preset|spacing|70\"}},\"border\":{\"top\":{\"width\":\"1px\"},\"bottom\":{\"width\":\"1px\"}}},\"className\":\"nfd-gap-2xl nfd-gap-y-3xl nfd-text-base\"} --><div class=\"nfd-gap-2xl nfd-gap-y-3xl nfd-text-base wp-block-columns\" style=\"border-top-width:1px;border-bottom-width:1px;padding-top:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70)\"><!-- wp:column {\"width\":\"40%\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}}} --><div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:social-links {\"size\":\"has-normal-icon-size\",\"className\":\"is-style-logos-only nfd-text-contrast\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><ul class=\"is-style-logos-only nfd-text-contrast wp-block-social-links has-normal-icon-size\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"youtube\"} /--></ul><!-- /wp:social-links --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-current\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">Company</h3><!-- /wp:heading --><!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} /--></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-current\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">Resources</h3><!-- /wp:heading --><!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} /--></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-current\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">Contact</h3><!-- /wp:heading --><!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} /--></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:group {\"metadata\":{\"name\":\"Copyright section\"},\"className\":\"nfd-text-base nfd-text-faded nfd-pt-md nfd-pb-lg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} --><div class=\"nfd-text-base nfd-text-faded nfd-pt-md nfd-pb-lg wp-block-group\"><!-- wp:paragraph --><p class=\"\">© Copyright 2025. Powered by <a href=\"https://bluehost.com/wordpress-hosting?utm_source=wonderblocks&utm_medium=bluehost_plugin&channelid=P99C100S1N0B3003A151D115E0000V112&utm_content=WordPress+Hosting\" target=\"_blank\">WordPress Hosting</a>.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:1:{i:0;s:6:\"layout\";}s:10:\"categories\";s:6:\"footer\";s:14:\"all_categories\";a:1:{i:0;s:6:\"footer\";}s:7:\"context\";N;s:5:\"order\";i:130;s:11:\"is_featured\";b:0;}i:171;a:11:{s:2:\"id\";s:36:\"9ac51f05-3c10-40e5-929b-cf615996a0d9\";s:4:\"slug\";s:9:\"footer-14\";s:5:\"title\";s:9:\"footer-14\";s:11:\"description\";s:9:\"footer-14\";s:7:\"content\";s:7298:\"<!-- wp:group {\"metadata\":{\"name\":\"Footer\"},\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignwide nfd-wb-footer__footer-14\"><!-- wp:spacer {\"height\":\"85px\",\"metadata\":{\"name\":\"Placeholder\"}} --><div style=\"height:85px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"metadata\":{\"name\":\"Footer\"},\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"className\":\"nfd-container nfd-rounded-t-lg\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"light\",\"nfdGroupEffect\":\"dots\"} --><div class=\"nfd-container nfd-rounded-t-lg wp-block-group nfd-bg-surface nfd-theme-light nfd-bg-effect-dots\"><!-- wp:group {\"metadata\":{\"name\":\"CTA\"},\"className\":\"nfd-rounded-lg nfd-overflow-hidden -nfd-translate-y-1/2\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"darker\"} --><div class=\"nfd-rounded-lg nfd-overflow-hidden -nfd-translate-y-1/2 wp-block-group nfd-bg-surface nfd-theme-darker\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1544006659-f0b21884ce1d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=3270&q=80\",\"dimRatio\":50,\"minHeight\":100,\"className\":\"nfd-p-0\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-p-0 wp-block-cover\" style=\"min-height:100px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1544006659-f0b21884ce1d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=3270&q=80\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-gap-xl nfd-p-card-square-lg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-xl nfd-p-card-square-lg wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:heading {\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Build successful websites <br>with Cloud Patterns.</h2><!-- /wp:heading --><!-- wp:group {\"className\":\"nfd-gap-md nfd-text-xs\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-gap-md nfd-text-xs wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}}} --><p class=\"has-text-align-left\" style=\"text-transform:uppercase\"><strong style=\"margin-right: 4px\">✓ </strong>Easy to use</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}}} --><p class=\"has-text-align-left\" style=\"text-transform:uppercase\"><strong style=\"margin-right: 4px\">✓ </strong>Beautifully designed patterns</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"className\":\"md:nfd-items-start nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"md:nfd-items-start nfd-gap-md wp-block-group\"><!-- wp:buttons {\"className\":\"nfd-text-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-md wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-xl\"} --><div class=\"nfd-btn-xl wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Request Consultation</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:group --><!-- wp:columns {\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}}},\"className\":\"nfd-gap-2xl nfd-gap-y-3xl nfd-text-base nfd-pb-lg nfd-pt-md\"} --><div class=\"nfd-gap-2xl nfd-gap-y-3xl nfd-text-base nfd-pb-lg nfd-pt-md wp-block-columns\" style=\"border-bottom-width:1px\"><!-- wp:column {\"width\":\"40%\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}}} --><div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:site-logo {\"width\":160} /--><!-- wp:paragraph {\"className\":\"nfd-text-lg nfd-text-balance\"} --><p class=\"nfd-text-lg nfd-text-balance\">Intelligent strategies for your enterprise today.</p><!-- /wp:paragraph --><!-- wp:social-links {\"size\":\"has-normal-icon-size\",\"className\":\"is-style-logos-only nfd-text-contrast\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><ul class=\"is-style-logos-only nfd-text-contrast wp-block-social-links has-normal-icon-size\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"youtube\"} /--></ul><!-- /wp:social-links --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-current\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">Company</h3><!-- /wp:heading --><!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} /--></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-current\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">Resources</h3><!-- /wp:heading --><!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} /--></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-current\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">Contact</h3><!-- /wp:heading --><!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} /--></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:group {\"metadata\":{\"name\":\"Copyright section\"},\"className\":\"nfd-text-sm nfd-text-faded nfd-py-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} --><div class=\"nfd-text-sm nfd-text-faded nfd-py-md wp-block-group\"><!-- wp:paragraph --><p class=\"\">© Copyright 2025. Powered by <a href=\"https://bluehost.com/wordpress-hosting?utm_source=wonderblocks&utm_medium=bluehost_plugin&channelid=P99C100S1N0B3003A151D115E0000V112&utm_content=WordPress+Hosting\" target=\"_blank\">WordPress Hosting</a>.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:1:{i:0;s:6:\"layout\";}s:10:\"categories\";s:6:\"footer\";s:14:\"all_categories\";a:1:{i:0;s:6:\"footer\";}s:7:\"context\";N;s:5:\"order\";i:140;s:11:\"is_featured\";b:0;}i:172;a:11:{s:2:\"id\";s:36:\"9ac51f05-46e0-42f8-b403-e21ca0167ec1\";s:4:\"slug\";s:9:\"footer-15\";s:5:\"title\";s:9:\"footer-15\";s:11:\"description\";s:9:\"footer-15\";s:7:\"content\";s:4225:\"<!-- wp:group {\"metadata\":{\"name\":\"Footer\"},\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"className\":\"nfd-container\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"white\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-container wp-block-group alignfull nfd-bg-surface nfd-theme-white nfd-wb-footer__footer-15\"><!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|70\",\"bottom\":\"var:preset|spacing|70\"}},\"border\":{\"bottom\":{\"width\":\"1px\"},\"top\":{\"width\":\"1px\"},\"right\":{},\"left\":{}}},\"className\":\"nfd-gap-2xl nfd-gap-y-3xl nfd-text-base\"} --><div class=\"nfd-gap-2xl nfd-gap-y-3xl nfd-text-base wp-block-columns\" style=\"border-top-width:1px;border-bottom-width:1px;padding-top:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70)\"><!-- wp:column {\"width\":\"40%\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}}} --><div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:paragraph {\"className\":\"nfd-text-lg nfd-text-balance\"} --><p class=\"nfd-text-lg nfd-text-balance\">Smart solutions <br>for your business.</p><!-- /wp:paragraph --><!-- wp:social-links {\"size\":\"has-normal-icon-size\",\"className\":\"is-style-logos-only nfd-text-contrast\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><ul class=\"is-style-logos-only nfd-text-contrast wp-block-social-links has-normal-icon-size\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"youtube\"} /--></ul><!-- /wp:social-links --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-current\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">Company</h3><!-- /wp:heading --><!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} /--></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-current\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">Resources</h3><!-- /wp:heading --><!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} /--></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-current\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">Contact</h3><!-- /wp:heading --><!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} /--></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:group {\"metadata\":{\"name\":\"Copyright section\"},\"className\":\"nfd-text-base nfd-text-faded nfd-pt-md nfd-pb-lg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} --><div class=\"nfd-text-base nfd-text-faded nfd-pt-md nfd-pb-lg wp-block-group\"><!-- wp:paragraph --><p class=\"\">© Copyright 2025. Powered by <a href=\"https://bluehost.com/wordpress-hosting?utm_source=wonderblocks&utm_medium=bluehost_plugin&channelid=P99C100S1N0B3003A151D115E0000V112&utm_content=WordPress+Hosting\" target=\"_blank\">WordPress Hosting</a>.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:1:{i:0;s:6:\"layout\";}s:10:\"categories\";s:6:\"footer\";s:14:\"all_categories\";a:1:{i:0;s:6:\"footer\";}s:7:\"context\";N;s:5:\"order\";i:150;s:11:\"is_featured\";b:0;}i:173;a:11:{s:2:\"id\";s:36:\"9ac51f05-5690-4dae-9525-8c73feee5308\";s:4:\"slug\";s:9:\"footer-16\";s:5:\"title\";s:9:\"footer-16\";s:11:\"description\";s:9:\"footer-16\";s:7:\"content\";s:4842:\"<!-- wp:group {\"metadata\":{\"name\":\"Footer\"},\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"className\":\"nfd-container\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-container wp-block-group alignfull nfd-bg-surface nfd-theme-darker nfd-wb-footer__footer-16\"><!-- wp:group {\"metadata\":{\"name\":\"CTA\"},\"className\":\"nfd-py-lg nfd-px-0\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"},\"nfdGroupEffect\":\"grid\"} --><div class=\"nfd-py-lg nfd-px-0 wp-block-group nfd-bg-effect-grid\"><!-- wp:group {\"className\":\"nfd-gap-3xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-3xl wp-block-group\"><!-- wp:site-logo {\"width\":260} /--></div><!-- /wp:group --><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"right\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-xl\"} --><div class=\"nfd-btn-xl wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Schedule a Call</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --><!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|70\",\"bottom\":\"var:preset|spacing|70\"}},\"border\":{\"top\":{\"width\":\"1px\"},\"bottom\":{\"width\":\"1px\"}}},\"className\":\"nfd-gap-2xl nfd-gap-y-3xl nfd-text-base\"} --><div class=\"nfd-gap-2xl nfd-gap-y-3xl nfd-text-base wp-block-columns\" style=\"border-top-width:1px;border-bottom-width:1px;padding-top:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70)\"><!-- wp:column {\"width\":\"40%\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}}} --><div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:social-links {\"size\":\"has-normal-icon-size\",\"className\":\"is-style-logos-only nfd-text-contrast\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><ul class=\"is-style-logos-only nfd-text-contrast wp-block-social-links has-normal-icon-size\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"youtube\"} /--></ul><!-- /wp:social-links --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-current\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">Finance solutions <br>for modern businesses</h3><!-- /wp:heading --><!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} /--></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-current\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">Company</h3><!-- /wp:heading --><!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} /--></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-current\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">Resources</h3><!-- /wp:heading --><!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} /--></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:group {\"metadata\":{\"name\":\"Copyright section\"},\"className\":\"nfd-text-base nfd-text-faded nfd-pt-md nfd-pb-lg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} --><div class=\"nfd-text-base nfd-text-faded nfd-pt-md nfd-pb-lg wp-block-group\"><!-- wp:paragraph --><p class=\"\">© Copyright 2025. Powered by <a href=\"https://bluehost.com/wordpress-hosting?utm_source=wonderblocks&utm_medium=bluehost_plugin&channelid=P99C100S1N0B3003A151D115E0000V112&utm_content=WordPress+Hosting\" target=\"_blank\">WordPress Hosting</a>.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:1:{i:0;s:6:\"layout\";}s:10:\"categories\";s:6:\"footer\";s:14:\"all_categories\";a:1:{i:0;s:6:\"footer\";}s:7:\"context\";N;s:5:\"order\";i:160;s:11:\"is_featured\";b:0;}i:174;a:11:{s:2:\"id\";s:36:\"9ac51f05-609e-4569-99ad-31149c0058f7\";s:4:\"slug\";s:9:\"footer-17\";s:5:\"title\";s:9:\"footer-17\";s:11:\"description\";s:9:\"footer-17\";s:7:\"content\";s:4103:\"<!-- wp:group {\"metadata\":{\"name\":\"Footer\"},\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"className\":\"nfd-container\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-container wp-block-group alignfull nfd-bg-surface nfd-theme-dark nfd-wb-footer__footer-17\"><!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|70\",\"bottom\":\"var:preset|spacing|70\"}},\"border\":{\"bottom\":{\"width\":\"1px\"}}},\"className\":\"nfd-gap-2xl nfd-gap-y-3xl nfd-text-base\"} --><div class=\"nfd-gap-2xl nfd-gap-y-3xl nfd-text-base wp-block-columns\" style=\"border-bottom-width:1px;padding-top:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70)\"><!-- wp:column {\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}}} --><div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:paragraph {\"className\":\"nfd-text-lg nfd-text-balance\"} --><p class=\"nfd-text-lg nfd-text-balance\">Drive Happy, <br>Rent Easy.</p><!-- /wp:paragraph --><!-- wp:social-links {\"customIconBackgroundColor\":\"#40404000\",\"iconBackgroundColorValue\":\"#40404000\",\"size\":\"has-normal-icon-size\",\"className\":\"nfd-text-contrast is-style-default nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><ul class=\"nfd-text-contrast is-style-default nfd-gap-sm wp-block-social-links has-normal-icon-size has-icon-background-color\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"youtube\"} /--></ul><!-- /wp:social-links --><!-- wp:paragraph {\"style\":{\"spacing\":{\"padding\":{\"top\":\"12px\"}}},\"className\":\"nfd-text-opacity-80\"} --><p class=\"nfd-text-opacity-80\" style=\"padding-top:12px\">© Copyright 2025. Powered by <a href=\"https://bluehost.com/wordpress-hosting?utm_source=wonderblocks&utm_medium=bluehost_plugin&channelid=P99C100S1N0B3003A151D115E0000V112&utm_content=WordPress+Hosting\" target=\"_blank\">WordPress Hosting</a>.</p><!-- /wp:paragraph --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-current\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">Company</h3><!-- /wp:heading --><!-- wp:navigation {\"\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} /--></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-current\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">Resources</h3><!-- /wp:heading --><!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} /--></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"wp-block-heading nfd-text-md nfd-text-current\"} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">Product</h3><!-- /wp:heading --><!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} /--></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:1:{i:0;s:6:\"layout\";}s:10:\"categories\";s:6:\"footer\";s:14:\"all_categories\";a:1:{i:0;s:6:\"footer\";}s:7:\"context\";N;s:5:\"order\";i:170;s:11:\"is_featured\";b:0;}i:175;a:11:{s:2:\"id\";s:36:\"9f8e048d-e558-4994-8c77-3f49eb90a93a\";s:4:\"slug\";s:9:\"footer-18\";s:5:\"title\";s:9:\"footer-18\";s:11:\"description\";s:9:\"footer-18\";s:7:\"content\";s:8223:\"<!-- wp:group {\"align\":\"full\",\"metadata\":{\"name\":\"Footer\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull nfd-container is-style-nfd-theme-white nfd-wb-footer__footer-18\" ><!-- wp:group {\"className\":\"nfd-container is-style-default\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-container is-style-default wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:columns {\"className\":\"nfd-gap-2xl nfd-gap-y-3xl nfd-text-base\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|70\",\"bottom\":\"var:preset|spacing|70\"}},\"border\":{\"bottom\":{\"width\":\"2px\"}}}} --><div class=\"nfd-gap-2xl nfd-gap-y-3xl nfd-text-base wp-block-columns\" style=\"border-bottom-width:2px;padding-top:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70)\"><!-- wp:column {\"width\":\"35%\"} --><div class=\"wp-block-column\" style=\"flex-basis:35%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:site-logo {\"width\":150} /--><!-- wp:heading {\"level\":3,\"className\":\"wp-block-heading nfd-text-md nfd-text-current\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">A beautiful headline.</h3><!-- /wp:heading --><!-- wp:paragraph --><p class=\"\">Increase exposure and promote your eco-ethical image with Non-Woven, Recycled, Wholesale Reusable grocery Bags.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"wp-block-heading nfd-text-md nfd-text-current\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">Our Journey</h3><!-- /wp:heading --><!-- wp:navigation {\"overlayMenu\":\"never\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} /--></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"wp-block-heading nfd-text-md nfd-text-current\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">Helpful Links</h3><!-- /wp:heading --><!-- wp:navigation {\"overlayMenu\":\"never\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} /--></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"wp-block-heading nfd-text-md nfd-text-current\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">Get in Touch</h3><!-- /wp:heading --><!-- wp:navigation {\"overlayMenu\":\"never\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} /--></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"wp-block-heading nfd-text-md nfd-text-current\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} --><h3 class=\"wp-block-heading nfd-text-md nfd-text-current\" style=\"font-style:normal;font-weight:600\">Get in Touch</h3><!-- /wp:heading --><!-- wp:navigation {\"overlayMenu\":\"never\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} /--></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:group {\"className\":\"nfd-gap-md nfd-py-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"right\"}} --><div class=\"nfd-gap-md nfd-py-md wp-block-group\"><!-- wp:paragraph --><p class=\"\"><strong>Shop with confidence</strong> - 100% Secure shopping</p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:image {\"width\":\"auto\",\"height\":\"32px\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large is-resized\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/apple-pay.png\" alt=\"\" style=\"width:auto;height:32px\"/></figure><!-- /wp:image --><!-- wp:image {\"width\":\"auto\",\"height\":\"32px\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large is-resized\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/g-pay.png\" alt=\"\" style=\"width:auto;height:32px\"/></figure><!-- /wp:image --><!-- wp:image {\"width\":\"auto\",\"height\":\"32px\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large is-resized\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/maestro.png\" alt=\"\" style=\"width:auto;height:32px\"/></figure><!-- /wp:image --><!-- wp:image {\"width\":\"auto\",\"height\":\"32px\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large is-resized\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/mastercard.png\" alt=\"\" style=\"width:auto;height:32px\"/></figure><!-- /wp:image --><!-- wp:image {\"width\":\"auto\",\"height\":\"32px\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large is-resized\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/skrill.png\" alt=\"\" style=\"width:auto;height:32px\"/></figure><!-- /wp:image --><!-- wp:image {\"width\":\"auto\",\"height\":\"32px\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large is-resized\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/visa.png\" alt=\"\" style=\"width:auto;height:32px\"/></figure><!-- /wp:image --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Copyright\"},\"className\":\"nfd-container nfd-text-base nfd-text-faded nfd-py-xs is-style-nfd-theme-primary\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-container nfd-text-base nfd-text-faded nfd-py-xs is-style-nfd-theme-primary wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Copyright section\"},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"},\"nfdGroupTheme\":\"\"} --><div class=\"wp-block-group\"><!-- wp:social-links {\"customIconBackgroundColor\":\"#40404000\",\"iconBackgroundColorValue\":\"#40404000\",\"size\":\"has-normal-icon-size\",\"className\":\"nfd-text-contrast is-style-default nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><ul class=\"nfd-text-contrast is-style-default nfd-gap-sm wp-block-social-links has-normal-icon-size has-icon-background-color\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"x\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"youtube\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"whatsapp\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"tiktok\"} /--></ul><!-- /wp:social-links --><!-- wp:paragraph --><p class=\"\">© 2025. Powered by <a href=\"https://bluehost.com/wordpress-hosting?utm_source=wonderblocks&utm_medium=bluehost_plugin&channelid=P99C100S1N0B3003A151D115E0000V112&utm_content=WordPress+Hosting\" target=\"_blank\">WordPress Hosting</a>.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:6:\"footer\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:180;s:11:\"is_featured\";b:0;}i:176;a:11:{s:2:\"id\";s:36:\"9f8e048d-ed75-48b6-b0b7-5687f926ab47\";s:4:\"slug\";s:9:\"footer-19\";s:5:\"title\";s:9:\"footer-19\";s:11:\"description\";s:9:\"footer-19\";s:7:\"content\";s:4295:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"align\":\"full\",\"metadata\":{\"name\":\"Footer\"},\"nfdGroupTheme\":\"primary-15\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull nfd-container nfd-p-md is-style-nfd-theme-primary-15 nfd-wb-footer__footer-19\" ><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:group {\"className\":\"nfd-py-md\",\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"},\"top\":[],\"right\":[],\"left\":[]}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-py-md wp-block-group\" style=\"border-bottom-width:1px\"><!-- wp:site-logo {\"width\":150} /--><!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"right\"}} /--></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-faded nfd-py-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} --><div class=\"nfd-text-faded nfd-py-md wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:social-links {\"size\":\"has-normal-icon-size\",\"className\":\"nfd-gap-md is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><ul class=\"nfd-gap-md is-style-logos-only wp-block-social-links has-normal-icon-size\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"x\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"youtube\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"whatsapp\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"tiktok\"} /--></ul><!-- /wp:social-links --><!-- wp:paragraph --><p class=\"\">© 2025. Powered by <a href=\"https://bluehost.com/wordpress-hosting?utm_source=wonderblocks&utm_medium=bluehost_plugin&channelid=P99C100S1N0B3003A151D115E0000V112&utm_content=WordPress+Hosting\" target=\"_blank\">WordPress Hosting</a>.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"right\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:paragraph --><p class=\"\"><strong>Shop with confidence</strong> - 100% Secure shopping</p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:image {\"width\":\"auto\",\"height\":\"32px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-full is-resized\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/apple-pay.png\" alt=\"\" style=\"width:auto;height:32px\"/></figure><!-- /wp:image --><!-- wp:image {\"width\":\"auto\",\"height\":\"32px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-full is-resized\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/g-pay.png\" alt=\"\" style=\"width:auto;height:32px\"/></figure><!-- /wp:image --><!-- wp:image {\"width\":\"auto\",\"height\":\"32px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-full is-resized\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/maestro.png\" alt=\"\" style=\"width:auto;height:32px\"/></figure><!-- /wp:image --><!-- wp:image {\"width\":\"auto\",\"height\":\"32px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-full is-resized\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/mastercard.png\" alt=\"\" style=\"width:auto;height:32px\"/></figure><!-- /wp:image --><!-- wp:image {\"width\":\"auto\",\"height\":\"32px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-full is-resized\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/skrill.png\" alt=\"\" style=\"width:auto;height:32px\"/></figure><!-- /wp:image --><!-- wp:image {\"width\":\"auto\",\"height\":\"32px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-full is-resized\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/visa.png\" alt=\"\" style=\"width:auto;height:32px\"/></figure><!-- /wp:image --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:6:\"footer\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:190;s:11:\"is_featured\";b:0;}i:177;a:11:{s:2:\"id\";s:36:\"9f8e048d-f5c6-4814-bfc7-ca3500570d6c\";s:4:\"slug\";s:9:\"footer-20\";s:5:\"title\";s:9:\"footer-20\";s:11:\"description\";s:9:\"footer-20\";s:7:\"content\";s:5264:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"align\":\"full\",\"metadata\":{\"name\":\"Footer\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull nfd-container nfd-p-md is-style-nfd-theme-white nfd-wb-footer__footer-20\" ><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:group {\"className\":\"nfd-pt-md nfd-pb-lg\",\"style\":{\"border\":{\"bottom\":{\"color\":\"var:preset|color|base-midtone\",\"width\":\"1px\"},\"top\":{},\"right\":{},\"left\":{}}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-pt-md nfd-pb-md wp-block-group\" style=\"border-bottom-color:var(--wp--preset--color--base-midtone);border-bottom-width:1px\"><!-- wp:columns {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.34%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.34%\"></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.34%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.34%\"><!-- wp:site-logo {\"width\":150,\"align\":\"center\"} /--></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\",\"className\":\"nfd-text-sm\"} --><div class=\"nfd-text-sm wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"align\":\"right\"} --><p class=\"has-text-align-right\">Calle Santa Rosalia 72 - Santa Cruz de Tenerife<br>38002 - Tenerife - Spain</p><!-- /wp:paragraph --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --><!-- wp:group {\"className\":\" nfd-py-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} --><div class=\" nfd-py-md wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-md nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-md nfd-text-faded wp-block-group\"><!-- wp:social-links {\"customIconColor\":\"#3f3f50\",\"iconColorValue\":\"#3f3f50\",\"size\":\"has-normal-icon-size\",\"className\":\"nfd-gap-md is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><ul class=\"nfd-gap-md is-style-logos-only wp-block-social-links has-normal-icon-size has-icon-color\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"x\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"youtube\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"whatsapp\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"tiktok\"} /--></ul><!-- /wp:social-links --><!-- wp:paragraph --><p>© 2025. Powered by <a href=\"https://bluehost.com/wordpress-hosting?utm_source=wonderblocks&utm_medium=bluehost_plugin&channelid=P99C100S1N0B3003A151D115E0000V112&utm_content=WordPress+Hosting\" target=\"_blank\">WordPress Hosting</a>.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-md nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"right\"}} --><div class=\"nfd-gap-md nfd-text-faded wp-block-group\"><!-- wp:paragraph --><p class=\"\"><strong>Shop with confidence</strong> - 100% Secure shopping</p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:image {\"width\":\"auto\",\"height\":\"32px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-full is-resized\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/apple-pay.png\" alt=\"\" style=\"width:auto;height:32px\"/></figure><!-- /wp:image --><!-- wp:image {\"width\":\"auto\",\"height\":\"32px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-full is-resized\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/g-pay.png\" alt=\"\" style=\"width:auto;height:32px\"/></figure><!-- /wp:image --><!-- wp:image {\"width\":\"auto\",\"height\":\"32px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-full is-resized\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/maestro.png\" alt=\"\" style=\"width:auto;height:32px\"/></figure><!-- /wp:image --><!-- wp:image {\"width\":\"auto\",\"height\":\"32px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-full is-resized\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/mastercard.png\" alt=\"\" style=\"width:auto;height:32px\"/></figure><!-- /wp:image --><!-- wp:image {\"width\":\"auto\",\"height\":\"32px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-full is-resized\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/skrill.png\" alt=\"\" style=\"width:auto;height:32px\"/></figure><!-- /wp:image --><!-- wp:image {\"width\":\"auto\",\"height\":\"32px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-full is-resized\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/visa.png\" alt=\"\" style=\"width:auto;height:32px\"/></figure><!-- /wp:image --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:6:\"footer\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:200;s:11:\"is_featured\";b:0;}i:178;a:11:{s:2:\"id\";s:36:\"9ac51f05-ba12-402c-9fe3-78e273e200eb\";s:4:\"slug\";s:9:\"gallery-1\";s:5:\"title\";s:9:\"gallery-1\";s:11:\"description\";s:9:\"gallery-1\";s:7:\"content\";s:2161:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Gallery\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md nfd-wb-gallery__gallery-1\" ><!-- wp:columns {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}}} --><div class=\"wp-block-columns are-vertically-aligned-center\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded\"} --><figure class=\"nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1668355127376-91b48ed7ee7e?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=600&h=900&crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"36%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:36%\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded\"} --><figure class=\"nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1668438633830-dabe2fe6bab7?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=600&h=900&crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded\"} --><figure class=\"nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1668499755630-930be926f0f5?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=600&h=900&crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:11:{i:0;s:10:\"image grid\";i:1;s:5:\"image\";i:2;s:7:\"picture\";i:3;s:8:\"3 column\";i:4;s:7:\"rounded\";i:5;s:5:\"photo\";i:6;s:7:\"minimal\";i:7;s:6:\"simple\";i:8;s:8:\"portrait\";i:9;s:8:\"vertical\";i:10;s:7:\"content\";}s:10:\"categories\";s:7:\"gallery\";s:14:\"all_categories\";a:1:{i:0;s:7:\"gallery\";}s:7:\"context\";N;s:5:\"order\";i:10;s:11:\"is_featured\";b:0;}i:179;a:11:{s:2:\"id\";s:36:\"9ac51f05-c1c1-438d-888d-39215c0482b0\";s:4:\"slug\";s:9:\"gallery-2\";s:5:\"title\";s:9:\"gallery-2\";s:11:\"description\";s:9:\"gallery-2\";s:7:\"content\";s:2252:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Gallery\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md nfd-wb-gallery__gallery-2\" ><!-- wp:gallery {\"columns\":4,\"linkTo\":\"none\",\"style\":{\"spacing\":{}}} --><figure class=\"wp-block-gallery has-nested-images columns-4 is-cropped\"><!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"nfd-mt-8 md:nfd-my-0\"} --><figure class=\"nfd-mt-8 md:nfd-my-0 wp-block-image size-large \"><img src=\"https://images.unsplash.com/photo-1498666894561-96df51ffb9e5?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwcm9maWxlLXBhZ2V8MTh8fHxlbnwwfHx8fA%3D%3D&auto=format&fit=crop&q=60&w=600&h=900&crop=\" alt=\"\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"nfd-mb-8 md:nfd-my-0\"} --><figure class=\"nfd-mb-8 md:nfd-my-0 wp-block-image size-large \"><img src=\"https://images.unsplash.com/photo-1498265671166-89e688fff93a?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwcm9maWxlLXBhZ2V8MTl8fHxlbnwwfHx8fA%3D%3D&auto=format&fit=crop&q=60&w=600&h=900&crop=\" alt=\"\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"nfd-mt-8 md:nfd-my-0\"} --><figure class=\"nfd-mt-8 md:nfd-my-0 wp-block-image size-large \"><img src=\"https://images.unsplash.com/photo-1498262257252-c282316270bc?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwcm9maWxlLXBhZ2V8MjB8fHxlbnwwfHx8fA%3D%3D&auto=format&fit=crop&q=60&w=600&h=900&crop=\" alt=\"\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"nfd-mb-8 md:nfd-my-0\"} --><figure class=\"nfd-mb-8 md:nfd-my-0 wp-block-image size-large \"><img src=\"https://images.unsplash.com/photo-1562575228-c8e99d410017?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8NzR8fGFyY2hpdGVjdHVyZXxlbnwwfDF8MHx8&auto=format&fit=crop&q=60&w=600&h=900&crop=\" alt=\"\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure><!-- /wp:image --></figure><!-- /wp:gallery --></div><!-- /wp:group -->\";s:4:\"tags\";a:11:{i:0;s:10:\"image grid\";i:1;s:5:\"image\";i:2;s:7:\"picture\";i:3;s:8:\"4 column\";i:4;s:5:\"photo\";i:5;s:10:\"photo grid\";i:6;s:6:\"modern\";i:7;s:13:\"offset images\";i:8;s:5:\"clean\";i:9;s:7:\"minimal\";i:10;s:7:\"content\";}s:10:\"categories\";s:7:\"gallery\";s:14:\"all_categories\";a:1:{i:0;s:7:\"gallery\";}s:7:\"context\";N;s:5:\"order\";i:20;s:11:\"is_featured\";b:1;}i:180;a:11:{s:2:\"id\";s:36:\"9ac51f05-c9ac-46d9-8c31-7e947c17442c\";s:4:\"slug\";s:9:\"gallery-3\";s:5:\"title\";s:9:\"gallery-3\";s:11:\"description\";s:9:\"gallery-3\";s:7:\"content\";s:2406:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Gallery\"},\"style\":{\"color\":{\"gradient\":\"linear-gradient(180deg,rgb(0,0,0) 50%,rgba(0,0,0,0) 50%)\"}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg has-background nfd-wb-gallery__gallery-3\" style=\"background:linear-gradient(180deg,rgb(0,0,0) 50%,rgba(0,0,0,0) 50%);\"><!-- wp:gallery {\"columns\":4,\"linkTo\":\"none\"} --><figure class=\"wp-block-gallery has-nested-images columns-4 is-cropped\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"nfd-mt-8 md:nfd-my-0\"} --><figure class=\"nfd-mt-8 md:nfd-my-0 wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1498666894561-96df51ffb9e5?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwcm9maWxlLXBhZ2V8MTh8fHxlbnwwfHx8fA%3D%3D&auto=format&fit=crop&q=60&w=600&h=900&crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"nfd-mb-8 md:nfd-my-0\"} --><figure class=\"nfd-mb-8 md:nfd-my-0 wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1498265671166-89e688fff93a?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwcm9maWxlLXBhZ2V8MTl8fHxlbnwwfHx8fA%3D%3D&auto=format&fit=crop&q=60&w=600&h=900&crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"nfd-mt-8 md:nfd-my-0\"} --><figure class=\"nfd-mt-8 md:nfd-my-0 wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1498262257252-c282316270bc?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwcm9maWxlLXBhZ2V8MjB8fHxlbnwwfHx8fA%3D%3D&auto=format&fit=crop&q=60&w=600&h=900&crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"nfd-mb-8 md:nfd-my-0\"} --><figure class=\"nfd-mb-8 md:nfd-my-0 wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1562575228-c8e99d410017?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8NzR8fGFyY2hpdGVjdHVyZXxlbnwwfDF8MHx8&auto=format&fit=crop&q=60&w=600&h=900&crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure><!-- /wp:image --></figure><!-- /wp:gallery --></div><!-- /wp:group -->\";s:4:\"tags\";a:12:{i:0;s:10:\"image grid\";i:1;s:5:\"image\";i:2;s:7:\"picture\";i:3;s:8:\"4 column\";i:4;s:5:\"photo\";i:5;s:10:\"photo grid\";i:6;s:6:\"modern\";i:7;s:13:\"offset images\";i:8;s:5:\"clean\";i:9;s:7:\"minimal\";i:10;s:19:\"gradient background\";i:11;s:7:\"content\";}s:10:\"categories\";s:7:\"gallery\";s:14:\"all_categories\";a:1:{i:0;s:7:\"gallery\";}s:7:\"context\";N;s:5:\"order\";i:30;s:11:\"is_featured\";b:0;}i:181;a:11:{s:2:\"id\";s:36:\"9ac51f05-d2a6-4261-8a7c-1934c110add6\";s:4:\"slug\";s:9:\"gallery-4\";s:5:\"title\";s:9:\"gallery-4\";s:11:\"description\";s:9:\"gallery-4\";s:7:\"content\";s:4242:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"8px\",\"right\":\"8px\",\"bottom\":\"8px\",\"left\":\"8px\"}}},\"metadata\":{\"name\":\"Gallery\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull nfd-container is-style-nfd-theme-white nfd-wb-gallery__gallery-4\" style=\"padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}}} --><div class=\"wp-block-columns\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} --><div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"radius\":\"0px\"}}} --><figure class=\"wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1506748686214-e9df14d4d9d0?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2FmZXxlbnwwfHwwfHw%3D&auto=format&fit=crop&q=60&w=800&h=1200&crop=\" alt=\"\" style=\"border-radius:0px;aspect-ratio:2/3;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1470337458703-46ad1756a187?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2FmZXxlbnwwfHwwfHw%3D&auto=format&fit=crop&q=60&w=800&h=800&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1436018626274-89acd1d6ec9d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2FmZXxlbnwwfHwwfHw%3D&auto=format&fit=crop&q=60&w=800&h=800&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1543872084-c7bd3822856f?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2l0eXxlbnwwfDF8MHx8&auto=format&fit=crop&q=60&w=800&h=1200&crop=\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1495954380655-01609180eda3?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2l0eXxlbnwwfDF8MHx8&auto=format&fit=crop&q=60&w=800&h=1200&crop=\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1527622444-3832940998a7?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8Nzh8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&auto=format&fit=crop&q=60&w=800&h=800&crop=\" style=\"aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1535478372499-9d1e5130bd92?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mjd8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&auto=format&fit=crop&q=60&w=800&h=800&crop=\" style=\"aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1514924013411-cbf25faa35bb?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2l0eXxlbnwwfDF8MHx8&auto=format&fit=crop&q=60&w=800&h=1200&crop=\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:10:{i:0;s:10:\"image grid\";i:1;s:5:\"image\";i:2;s:7:\"picture\";i:3;s:8:\"4 column\";i:4;s:5:\"photo\";i:5;s:10:\"photo grid\";i:6;s:6:\"modern\";i:7;s:5:\"clean\";i:8;s:7:\"minimal\";i:9;s:7:\"content\";}s:10:\"categories\";s:7:\"gallery\";s:14:\"all_categories\";a:1:{i:0;s:7:\"gallery\";}s:7:\"context\";N;s:5:\"order\";i:40;s:11:\"is_featured\";b:0;}i:182;a:11:{s:2:\"id\";s:36:\"9ac51f05-dbfa-4872-8fa4-82075829a729\";s:4:\"slug\";s:9:\"gallery-5\";s:5:\"title\";s:9:\"gallery-5\";s:11:\"description\";s:9:\"gallery-5\";s:7:\"content\";s:2021:\"<!-- wp:group {\"metadata\":{\"name\":\"Gallery\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container is-style-nfd-theme-white nfd-wb-gallery__gallery-5\" ><!-- wp:gallery {\"linkTo\":\"none\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}}} --><figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"nfd-w-full is-style-default\"} --><figure class=\"nfd-w-full is-style-default wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1598443058561-c4cd0b69ab05?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Z3ltfGVufDB8MnwwfHw%3D&auto=format&fit=crop&q=60&w=1800&h=1200&crop=\" alt=\"\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:image {\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1601925260368-ae2f83cf8b7f?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8Nnx8Z3ltfGVufDB8MnwwfHw%3D&auto=format&fit=crop&q=60&w=600&h=400&crop=\"/></figure><!-- /wp:image --><!-- wp:image {\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1595909315417-2edd382a56dc?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Z3ltfGVufDB8MnwwfHw%3D&auto=format&fit=crop&q=60&w=600&h=400&crop=\"/></figure><!-- /wp:image --><!-- wp:image {\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1598443058561-c4cd0b69ab05?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Z3ltfGVufDB8MnwwfHw%3D&auto=format&fit=crop&q=60&w=600&h=400&crop=\" alt=\"\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure><!-- /wp:image --></figure><!-- /wp:gallery --></div><!-- /wp:group -->\";s:4:\"tags\";a:10:{i:0;s:10:\"image grid\";i:1;s:5:\"image\";i:2;s:7:\"picture\";i:3;s:8:\"3 column\";i:4;s:5:\"photo\";i:5;s:10:\"photo grid\";i:6;s:6:\"modern\";i:7;s:5:\"clean\";i:8;s:7:\"minimal\";i:9;s:7:\"content\";}s:10:\"categories\";s:7:\"gallery\";s:14:\"all_categories\";a:1:{i:0;s:7:\"gallery\";}s:7:\"context\";N;s:5:\"order\";i:50;s:11:\"is_featured\";b:0;}i:183;a:11:{s:2:\"id\";s:36:\"9ac51f05-e427-49d2-a144-f38c9c35585a\";s:4:\"slug\";s:9:\"gallery-6\";s:5:\"title\";s:9:\"gallery-6\";s:11:\"description\";s:9:\"gallery-6\";s:7:\"content\";s:2578:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Gallery\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md is-style-nfd-theme-white nfd-wb-gallery__gallery-6\" ><!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"className\":\"nfd-grid nfd-grid-cols-12 nfd-grid-rows-1\"} --><div class=\"nfd-grid nfd-grid-cols-12 nfd-grid-rows-1 wp-block-columns\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"100px\"}}},\"className\":\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1\"} --><div class=\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 wp-block-column is-vertically-aligned-bottom\" style=\"padding-top:100px\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1606902965483-3dcbb360cca5?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwcm9maWxlLXBhZ2V8OXx8fGVufDB8fHx8&auto=format&fit=crop&q=60&w=600&h=900&crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"33.33%\",\"className\":\"nfd-col-start-7 nfd-col-end-13 nfd-row-start-1\"} --><div class=\"nfd-col-start-7 nfd-col-end-13 nfd-row-start-1 wp-block-column is-vertically-aligned-top\" style=\"flex-basis:33.33%\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1606903037631-f09fd0bd74b4?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwcm9maWxlLXBhZ2V8MTF8fHxlbnwwfHx8fA%3D%3D&auto=format&fit=crop&q=60&w=600&h=900&crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"className\":\"nfd-col-start-4 nfd-col-end-10 nfd-row-start-1\"} --><div class=\"nfd-col-start-4 nfd-col-end-10 nfd-row-start-1 wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1606902965551-dce093cda6e7?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mjh8fGZpdG5lc3N8ZW58MHwxfDB8fA%3D%3D&auto=format&fit=crop&q=60&w=600&h=900&crop=\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:12:{i:0;s:10:\"image grid\";i:1;s:5:\"image\";i:2;s:7:\"picture\";i:3;s:8:\"3 column\";i:4;s:5:\"photo\";i:5;s:10:\"photo grid\";i:6;s:6:\"modern\";i:7;s:5:\"clean\";i:8;s:7:\"minimal\";i:9;s:16:\"cascading images\";i:10;s:18:\"overlapping images\";i:11;s:7:\"content\";}s:10:\"categories\";s:7:\"gallery\";s:14:\"all_categories\";a:1:{i:0;s:7:\"gallery\";}s:7:\"context\";N;s:5:\"order\";i:60;s:11:\"is_featured\";b:1;}i:184;a:11:{s:2:\"id\";s:36:\"9ac51f05-eb9d-4e8a-a40c-67ff30381fe7\";s:4:\"slug\";s:9:\"gallery-7\";s:5:\"title\";s:9:\"gallery-7\";s:11:\"description\";s:9:\"gallery-7\";s:7:\"content\";s:1920:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Gallery\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md is-style-nfd-theme-white nfd-wb-gallery__gallery-7\" ><!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"className\":\"nfd-grid nfd-grid-cols-12 nfd-grid-rows-1\"} --><div class=\"nfd-grid nfd-grid-cols-12 nfd-grid-rows-1 wp-block-columns\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"100px\"}}},\"className\":\"nfd-col-start-1 nfd-col-end-8 nfd-row-start-1\"} --><div class=\"nfd-col-start-1 nfd-col-end-8 nfd-row-start-1 wp-block-column is-vertically-aligned-bottom\" style=\"padding-top:100px\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1606902965483-3dcbb360cca5?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwcm9maWxlLXBhZ2V8OXx8fGVufDB8fHx8&auto=format&fit=crop&q=60&w=1000&h=1500&crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"\",\"className\":\"nfd-col-start-6 nfd-col-end-13 nfd-row-start-1\"} --><div class=\"nfd-col-start-6 nfd-col-end-13 nfd-row-start-1 wp-block-column is-vertically-aligned-top\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1606902965551-dce093cda6e7?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mjh8fGZpdG5lc3N8ZW58MHwxfDB8fA%3D%3D&auto=format&fit=crop&q=60&w=1000&h=1500&crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:12:{i:0;s:10:\"image grid\";i:1;s:5:\"image\";i:2;s:7:\"picture\";i:3;s:8:\"2 column\";i:4;s:5:\"photo\";i:5;s:10:\"photo grid\";i:6;s:6:\"modern\";i:7;s:5:\"clean\";i:8;s:7:\"minimal\";i:9;s:16:\"cascading images\";i:10;s:18:\"overlapping images\";i:11;s:7:\"content\";}s:10:\"categories\";s:7:\"gallery\";s:14:\"all_categories\";a:1:{i:0;s:7:\"gallery\";}s:7:\"context\";N;s:5:\"order\";i:70;s:11:\"is_featured\";b:0;}i:185;a:11:{s:2:\"id\";s:36:\"9ac51f05-f35e-4474-bfe8-c637bc83e294\";s:4:\"slug\";s:9:\"gallery-8\";s:5:\"title\";s:9:\"gallery-8\";s:11:\"description\";s:9:\"gallery-8\";s:7:\"content\";s:1914:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Gallery\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md is-style-nfd-theme-white nfd-wb-gallery__gallery-8\" ><!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"className\":\"nfd-grid nfd-grid-cols-12 nfd-grid-rows-1\"} --><div class=\"nfd-grid nfd-grid-cols-12 nfd-grid-rows-1 wp-block-columns\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"\",\"className\":\"nfd-col-start-1 nfd-col-end-8 nfd-row-start-1\"} --><div class=\"nfd-col-start-1 nfd-col-end-8 nfd-row-start-1 wp-block-column is-vertically-aligned-top\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1606902965551-dce093cda6e7?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mjh8fGZpdG5lc3N8ZW58MHwxfDB8fA%3D%3D&auto=format&fit=crop&q=60&w=1000&h=1500&crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"100px\"}}},\"className\":\"nfd-col-start-6 nfd-col-end-13 nfd-row-start-1\"} --><div class=\"nfd-col-start-6 nfd-col-end-13 nfd-row-start-1 wp-block-column is-vertically-aligned-top\" style=\"padding-top:100px\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1606902965483-3dcbb360cca5?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwcm9maWxlLXBhZ2V8OXx8fGVufDB8fHx8&auto=format&fit=crop&q=60&w=1000&h=1500&crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:12:{i:0;s:10:\"image grid\";i:1;s:5:\"image\";i:2;s:7:\"picture\";i:3;s:8:\"2 column\";i:4;s:5:\"photo\";i:5;s:10:\"photo grid\";i:6;s:6:\"modern\";i:7;s:5:\"clean\";i:8;s:7:\"minimal\";i:9;s:16:\"cascading images\";i:10;s:18:\"overlapping images\";i:11;s:7:\"content\";}s:10:\"categories\";s:7:\"gallery\";s:14:\"all_categories\";a:1:{i:0;s:7:\"gallery\";}s:7:\"context\";N;s:5:\"order\";i:80;s:11:\"is_featured\";b:0;}i:186;a:11:{s:2:\"id\";s:36:\"9e069676-0f8f-478b-8f19-0c4c0f4f4168\";s:4:\"slug\";s:9:\"gallery-9\";s:5:\"title\";s:9:\"gallery-9\";s:11:\"description\";s:9:\"gallery-9\";s:7:\"content\";s:4878:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"style\":{\"border\":{\"top\":{\"width\":\"1px\"},\"bottom\":{\"width\":\"1px\"}}},\"metadata\":{\"name\":\"Gallery Bento\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-white nfd-wb-gallery__gallery-9\" style=\"border-top-width:1px;border-bottom-width:1px;\"><!-- wp:columns {\"className\":\"nfd-gap-0\"} --><div class=\"nfd-gap-0 wp-block-columns\"><!-- wp:column {\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} --><div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-sm nfd-rounded-xl nfd-overflow-hidden\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-sm nfd-rounded-xl nfd-overflow-hidden wp-block-group\"><!-- wp:group {\"className\":\"nfd-p-md nfd-gap-xs is-style-nfd-theme-dark\",\"gradient\":\"luminous-vivid-orange-to-vivid-red\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-p-md nfd-gap-xs is-style-nfd-theme-dark wp-block-group has-luminous-vivid-orange-to-vivid-red-gradient-background has-background\"><!-- wp:paragraph {\"align\":\"left\",\"placeholder\":\"Write title…\",\"className\":\"nfd-text-lg\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\"} --><p class=\"nfd-text-lg has-text-align-left has-base-color has-text-color has-link-color\" style=\"font-style:normal;font-weight:600\">START A WEBSITE</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-base\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} --><p class=\"nfd-text-base\" style=\"font-style:normal;font-weight:300\">Explore what’s right for you</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:gallery {\"linkTo\":\"none\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} --><figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1450778869180-41d0601e046e?q=80&amp;auto=format&amp;fit=crop&amp;ixlib=rb-4.0.3&amp;ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=600&crop=\" alt=\"\"/></figure><!-- /wp:image --><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1422565096762-bdb997a56a84?q=80&amp;auto=format&amp;fit=crop&amp;ixlib=rb-4.0.3&amp;ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=600&crop=\" alt=\"\"/></figure><!-- /wp:image --><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1548199973-03cce0bbc87b?q=80&amp;auto=format&amp;fit=crop&amp;ixlib=rb-4.0.3&amp;ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=600&crop=\" alt=\"\"/></figure><!-- /wp:image --><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1477868433719-7c5f2731b310?q=80&amp;auto=format&amp;fit=crop&amp;ixlib=rb-4.0.3&amp;ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=600&crop=\" alt=\"\"/></figure><!-- /wp:image --><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1470390356535-d19bbf47bacb?q=80&amp;auto=format&amp;fit=crop&amp;ixlib=rb-4.0.3&amp;ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=600&crop=\" alt=\"\"/></figure><!-- /wp:image --></figure><!-- /wp:gallery --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"className\":\"md:nfd-order-2 nfd-p-card-square-lg\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} --><div class=\"md:nfd-order-2 nfd-p-card-square-lg wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h3 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Decades of Trust & Excellence</h3><!-- /wp:heading --><!-- wp:group {\"className\":\"nfd-text-faded\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-faded wp-block-group\"><!-- wp:paragraph --><p class=\"\">Masterfully guiding clients worldwide to discover ideal solutions tailored to their distinct goals.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">Our dedication to integrity, expansive resources, and advanced technology delivers an unmatched service experience.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:10:{i:0;s:4:\"grid\";i:1;s:10:\"photo grid\";i:2;s:10:\"image grid\";i:3;s:6:\"images\";i:4;s:6:\"photos\";i:5;s:7:\"rounded\";i:6;s:6:\"simple\";i:7;s:6:\"modern\";i:8;s:8:\"2 column\";i:9;s:12:\"split layout\";}s:10:\"categories\";s:7:\"gallery\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:90;s:11:\"is_featured\";b:0;}i:187;a:11:{s:2:\"id\";s:36:\"9ac51f06-0670-4062-865c-2e8d9608f86e\";s:4:\"slug\";s:9:\"header-10\";s:5:\"title\";s:9:\"header-10\";s:11:\"description\";s:9:\"header-10\";s:7:\"content\";s:1626:\"<!-- wp:group {\"align\":\"full\",\"className\":\"nfd-container\",\"layout\":{\"type\":\"constrained\"},\"metadata\":{\"name\":\"Header\"},\"nfdGroupTheme\":\"white\"} --><div class=\"nfd-container wp-block-group alignfull nfd-bg-surface nfd-theme-white nfd-wb-header__header-10\"><!-- wp:group {\"className\":\"nfd-py-md nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-py-md nfd-gap-2xl wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"metadata\":{\"name\":\"Title/Tagline\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:site-title {\"className\":\"nfd-text-lg nfd-text-contrast\"} /--><!-- wp:site-tagline {\"className\":\"nfd-text-base nfd-text-faded\"} /--></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:navigation {\"icon\":\"menu\",\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} /--><!-- wp:buttons {\"className\":\"md:nfd-hidden nfd-weight-inherit\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"},\"style\":{\"spacing\":{}}} --><div class=\"md:nfd-hidden nfd-weight-inherit wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-wide\"} --><div class=\"nfd-btn-wide wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Create Stunning Websites</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:1:{i:0;s:6:\"layout\";}s:10:\"categories\";s:6:\"header\";s:14:\"all_categories\";a:1:{i:0;s:6:\"header\";}s:7:\"context\";N;s:5:\"order\";i:100;s:11:\"is_featured\";b:0;}i:188;a:11:{s:2:\"id\";s:36:\"9ac51f06-0d8b-415e-b048-9c04b089f017\";s:4:\"slug\";s:9:\"header-11\";s:5:\"title\";s:9:\"header-11\";s:11:\"description\";s:9:\"header-11\";s:7:\"content\";s:2300:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"default\"},\"metadata\":{\"name\":\"Header\"}} --><div class=\"wp-block-group alignfull nfd-wb-header__header-11\"><!-- wp:group {\"align\":\"full\",\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-0 wp-block-group alignfull\"><!-- wp:group {\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}}},\"className\":\"nfd-container nfd-py-sm nfd-text-base\",\"layout\":{\"type\":\"constrained\"},\"metadata\":{\"name\":\"Top Bar\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"grid-2\"} --><div class=\"nfd-container nfd-py-sm nfd-text-base wp-block-group nfd-bg-surface nfd-theme-dark nfd-bg-effect-grid-2\" style=\"border-bottom-width:1px\"><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast has-text-align-center\"><strong>Hurry up!</strong> Enjoy a 10% discount on all morning events using the promo code <strong>CUPOJOE</strong>. Offer ends this Friday.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-container\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"primary\"} --><div class=\"nfd-container wp-block-group nfd-bg-surface nfd-theme-primary\"><!-- wp:group {\"className\":\"nfd-py-sm nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-py-sm nfd-gap-2xl wp-block-group\"><!-- wp:site-logo /--><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:navigation {\"icon\":\"menu\",\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} /--><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"},\"style\":{\"spacing\":{}}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-wide nfd-rounded-full is-style-outline\"} --><div class=\"nfd-btn-wide nfd-rounded-full is-style-outline wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Begin Your Journey</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:1:{i:0;s:6:\"layout\";}s:10:\"categories\";s:6:\"header\";s:14:\"all_categories\";a:1:{i:0;s:6:\"header\";}s:7:\"context\";N;s:5:\"order\";i:110;s:11:\"is_featured\";b:0;}i:189;a:11:{s:2:\"id\";s:36:\"9ac51f06-15ac-48a1-92fc-2ee97f086f6f\";s:4:\"slug\";s:9:\"header-12\";s:5:\"title\";s:9:\"header-12\";s:11:\"description\";s:9:\"header-12\";s:7:\"content\";s:1396:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"className\":\"nfd-absolute-header nfd-container nfd-py-md nfd-text-md\",\"layout\":{\"type\":\"constrained\"},\"metadata\":{\"name\":\"Header\"},\"nfdGroupTheme\":\"white\"} --><div class=\"nfd-absolute-header nfd-container nfd-py-md nfd-text-md wp-block-group alignfull nfd-bg-surface nfd-theme-white nfd-wb-header__header-12\"><!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group alignfull\"><!-- wp:site-logo /--><!-- wp:navigation {\"icon\":\"menu\",\"className\":\"md:nfd-order-2 nfd-gap-lg md:nfd-justify-end\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} /--><!-- wp:group {\"className\":\"nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} --><div class=\"nfd-gap-xl wp-block-group\"><!-- wp:paragraph --><p class=\"\"><tel>(555) 444-5678</tel></p><!-- /wp:paragraph --><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"right\"},\"style\":{\"spacing\":{}}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-wide nfd-rounded-full\"} --><div class=\"nfd-btn-wide nfd-rounded-full wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Submit Inquiry</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:1:{i:0;s:6:\"layout\";}s:10:\"categories\";s:6:\"header\";s:14:\"all_categories\";a:1:{i:0;s:6:\"header\";}s:7:\"context\";N;s:5:\"order\";i:120;s:11:\"is_featured\";b:0;}i:190;a:11:{s:2:\"id\";s:36:\"9ac51f06-1dec-4007-93a9-973dd51620dc\";s:4:\"slug\";s:9:\"header-13\";s:5:\"title\";s:9:\"header-13\";s:11:\"description\";s:9:\"header-13\";s:7:\"content\";s:2243:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"},\"metadata\":{\"name\":\"Header\"}} --><div class=\"wp-block-group alignfull nfd-wb-header__header-13\"><!-- wp:group {\"align\":\"full\",\"className\":\"nfd-container nfd-text-base\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"darker\"} --><div class=\"nfd-container nfd-text-base wp-block-group alignfull nfd-bg-surface nfd-theme-darker\"><!-- wp:group {\"className\":\"nfd-py-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-py-sm wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"20px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} --><div class=\"wp-block-group\"><!-- wp:paragraph --><p class=\"\">We are available for <strong>virtual consultations</strong>. Contact us to <a href=\"#\">schedule a consultation</a>.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:social-links {\"customIconColor\":\"#ffffffcc\",\"iconColorValue\":\"#ffffffcc\",\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only md:nfd-justify-center\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"right\"}} --><ul class=\"is-style-logos-only md:nfd-justify-center wp-block-social-links has-small-icon-size has-icon-color\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"youtube\"} /--></ul><!-- /wp:social-links --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"align\":\"full\",\"className\":\"nfd-container nfd-text-md\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"grid\"} --><div class=\"nfd-container nfd-text-md wp-block-group alignfull nfd-bg-surface nfd-theme-dark nfd-bg-effect-grid\"><!-- wp:group {\"className\":\"nfd-py-md nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-py-md nfd-gap-2xl wp-block-group\"><!-- wp:site-logo /--><!-- wp:navigation {\"icon\":\"menu\",\"className\":\"md:nfd-order-2 nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"right\"}} /--></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:1:{i:0;s:6:\"layout\";}s:10:\"categories\";s:6:\"header\";s:14:\"all_categories\";a:1:{i:0;s:6:\"header\";}s:7:\"context\";N;s:5:\"order\";i:130;s:11:\"is_featured\";b:0;}i:191;a:11:{s:2:\"id\";s:36:\"9ac51f06-2530-4e54-926e-45f673a3dca4\";s:4:\"slug\";s:9:\"header-14\";s:5:\"title\";s:9:\"header-14\";s:11:\"description\";s:9:\"header-14\";s:7:\"content\";s:1400:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"className\":\"nfd-absolute-header nfd-container nfd-py-md nfd-text-md\",\"layout\":{\"type\":\"constrained\"},\"metadata\":{\"name\":\"Header\"},\"nfdGroupTheme\":\"white\"} --><div class=\"nfd-absolute-header nfd-container nfd-py-md nfd-text-md wp-block-group alignfull nfd-bg-surface nfd-theme-white nfd-wb-header__header-14\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"wp-block-group\"><!-- wp:site-logo /--><!-- wp:navigation {\"icon\":\"menu\",\"className\":\"md:nfd-order-2 nfd-gap-lg md:nfd-justify-end\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} /--><!-- wp:group {\"className\":\"nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} --><div class=\"nfd-gap-xl wp-block-group\"><!-- wp:paragraph --><p class=\"\">(555) 444-1234</p><!-- /wp:paragraph --><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"right\"},\"style\":{\"spacing\":{}}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-wide nfd-rounded-full nfd-btn-tertiary\"} --><div class=\"nfd-btn-wide nfd-rounded-full nfd-btn-tertiary wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Request Consultation</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:1:{i:0;s:6:\"layout\";}s:10:\"categories\";s:6:\"header\";s:14:\"all_categories\";a:1:{i:0;s:6:\"header\";}s:7:\"context\";N;s:5:\"order\";i:140;s:11:\"is_featured\";b:0;}i:192;a:11:{s:2:\"id\";s:36:\"9ac51f06-2c48-482d-92af-c8143a9e48fb\";s:4:\"slug\";s:9:\"header-15\";s:5:\"title\";s:9:\"header-15\";s:11:\"description\";s:9:\"header-15\";s:7:\"content\";s:2299:\"<!-- wp:group {\"tagName\":\"header\",\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0\"},\"border\":{\"bottom\":{\"color\":\"#f3f4f6\",\"width\":\"1px\"}}},\"layout\":{\"type\":\"default\"},\"metadata\":{\"name\":\"Header\"}} --><header class=\"wp-block-group alignfull\" style=\"border-bottom-color:#f3f4f6;border-bottom-width:1px\"><!-- wp:group {\"align\":\"full\",\"className\":\"nfd-container nfd-text-base\",\"layout\":{\"type\":\"default\"},\"metadata\":{\"name\":\"Top Bar\"},\"nfdGroupTheme\":\"primary\",\"nfdGroupEffect\":\"dots\"} --><div class=\"nfd-container nfd-text-base wp-block-group alignfull nfd-bg-surface nfd-theme-primary nfd-bg-effect-dots nfd-wb-header__header-15\"><!-- wp:group {\"className\":\"nfd-py-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-py-sm wp-block-group\"><!-- wp:paragraph {\"align\":\"center\"} --><p class=\"has-text-align-center\"><strong>Last chance!</strong> Get 25% off sitewide with code <strong>FINAL25</strong> before it expires.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"align\":\"full\",\"className\":\"nfd-container\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-container wp-block-group alignfull\"><!-- wp:group {\"className\":\"nfd-py-sm nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-py-sm nfd-gap-xl wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"left\"},\"metadata\":{\"name\":\"\"}} --><div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:site-logo /--><!-- wp:navigation {\"icon\":\"menu\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"},\"style\":{\"spacing\":{\"blockGap\":\"32px\"}}} /--></div><!-- /wp:group --><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"},\"style\":{\"spacing\":{}}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"is-style-outline nfd-btn-wide nfd-btn-tertiary\"} --><div class=\"is-style-outline nfd-btn-wide nfd-btn-tertiary wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Purchase Now</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:group --></header><!-- /wp:group -->\";s:4:\"tags\";a:1:{i:0;s:6:\"layout\";}s:10:\"categories\";s:6:\"header\";s:14:\"all_categories\";a:1:{i:0;s:6:\"header\";}s:7:\"context\";N;s:5:\"order\";i:150;s:11:\"is_featured\";b:0;}i:193;a:11:{s:2:\"id\";s:36:\"9ac51f06-331c-4589-a3bc-162cb00ad4f9\";s:4:\"slug\";s:9:\"header-16\";s:5:\"title\";s:9:\"header-16\";s:11:\"description\";s:9:\"header-16\";s:7:\"content\";s:1761:\"<!-- wp:group {\"tagName\":\"header\",\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0\"},\"border\":{\"bottom\":{\"width\":\"0px\",\"style\":\"none\"}}},\"layout\":{\"type\":\"default\"},\"metadata\":{\"name\":\"Header\"}} --><header class=\"wp-block-group alignfull\" style=\"border-bottom-style:none;border-bottom-width:0px\"><!-- wp:group {\"align\":\"full\",\"className\":\"nfd-container\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-container wp-block-group alignfull nfd-wb-header__header-16\"><!-- wp:group {\"className\":\"nfd-py-sm nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-py-sm nfd-gap-xl wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"left\"},\"metadata\":{\"name\":\"\"}} --><div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:site-logo /--><!-- wp:navigation {\"icon\":\"menu\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"},\"style\":{\"spacing\":{\"blockGap\":\"32px\"}}} /--></div><!-- /wp:group --><!-- wp:buttons {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"},\"style\":{\"spacing\":{}}} --><div class=\"nfd-gap-md wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-wide is-style-outline\"} --><div class=\"nfd-btn-wide is-style-outline wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Demo</a></div><!-- /wp:button --><!-- wp:button {\"className\":\"nfd-btn-wide is-style-fill\"} --><div class=\"nfd-btn-wide is-style-fill wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:group --></header><!-- /wp:group -->\";s:4:\"tags\";a:1:{i:0;s:6:\"layout\";}s:10:\"categories\";s:6:\"header\";s:14:\"all_categories\";a:1:{i:0;s:6:\"header\";}s:7:\"context\";N;s:5:\"order\";i:160;s:11:\"is_featured\";b:0;}i:194;a:11:{s:2:\"id\";s:36:\"9ac51f06-3a2a-452c-97b5-eb1ba12716a0\";s:4:\"slug\";s:9:\"header-17\";s:5:\"title\";s:9:\"header-17\";s:11:\"description\";s:9:\"header-17\";s:7:\"content\";s:1617:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"},\"metadata\":{\"name\":\"Header\"}} --><div class=\"wp-block-group alignfull nfd-wb-header__header-17\"><!-- wp:group {\"align\":\"full\",\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}}},\"className\":\"nfd-container nfd-text-base\",\"layout\":{\"type\":\"constrained\"},\"metadata\":{\"name\":\"Top Bar\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid-2\"} --><div class=\"nfd-container nfd-text-base wp-block-group alignfull nfd-bg-surface nfd-theme-darker nfd-bg-effect-grid-2\" style=\"border-bottom-width:1px\"><!-- wp:group {\"className\":\"nfd-py-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} --><div class=\"nfd-py-sm wp-block-group\"><!-- wp:paragraph {\"align\":\"left\"} --><p class=\"has-text-align-left\"><strong>Limited 2025 Offer!</strong> Get unlimited miles on all cars.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"align\":\"full\",\"className\":\"nfd-container nfd-text-md\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-container nfd-text-md wp-block-group alignfull nfd-bg-surface nfd-theme-dark\"><!-- wp:group {\"className\":\"nfd-py-md nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-py-md nfd-gap-2xl wp-block-group\"><!-- wp:site-logo /--><!-- wp:navigation {\"icon\":\"menu\",\"className\":\"md:nfd-order-2 nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"right\"}} /--></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:1:{i:0;s:6:\"layout\";}s:10:\"categories\";s:6:\"header\";s:14:\"all_categories\";a:1:{i:0;s:6:\"header\";}s:7:\"context\";N;s:5:\"order\";i:170;s:11:\"is_featured\";b:0;}i:195;a:11:{s:2:\"id\";s:36:\"9b73e2e6-4b1f-4543-9449-f0ad5cb45a3e\";s:4:\"slug\";s:9:\"header-18\";s:5:\"title\";s:9:\"header-18\";s:11:\"description\";s:9:\"header-18\";s:7:\"content\";s:1803:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\"}}},\"className\":\"nfd-absolute-header\",\"layout\":{\"type\":\"default\"},\"metadata\":{\"name\":\"Header\"}} --><div class=\"nfd-absolute-header wp-block-group alignfull nfd-wb-header__header-18\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} --><div class=\"wp-block-group\"><!-- wp:navigation {\"className\":\"nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"},\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} /--></div><!-- /wp:group --><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-group\"><!-- wp:site-logo {\"shouldSyncIcon\":false,\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} /--></div><!-- /wp:group --><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} --><div class=\"wp-block-group\"><!-- wp:navigation {\"className\":\"nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"right\"},\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} /--></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:1:{i:0;s:6:\"layout\";}s:10:\"categories\";s:6:\"header\";s:14:\"all_categories\";a:1:{i:0;s:6:\"header\";}s:7:\"context\";N;s:5:\"order\";i:180;s:11:\"is_featured\";b:0;}i:196;a:11:{s:2:\"id\";s:36:\"9b73e2e6-51d0-47ee-bab7-f2728f2daddf\";s:4:\"slug\";s:9:\"header-19\";s:5:\"title\";s:9:\"header-19\";s:11:\"description\";s:9:\"header-19\";s:7:\"content\";s:1833:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"var:preset|spacing|10\",\"right\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\"}}},\"className\":\"nfd-absolute-header\",\"layout\":{\"type\":\"default\"},\"metadata\":{\"name\":\"Header\"}} --><div class=\"nfd-absolute-header wp-block-group alignfull nfd-wb-header__header-19\" 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)\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\"}},\"color\":{\"background\":\"#1f1f1fe6\"}},\"className\":\"nfd-backdrop-blur-sm is-style-default\",\"layout\":{\"type\":\"default\"},\"nfdGroupTheme\":\"darker\"} --><div class=\"nfd-backdrop-blur-sm is-style-default wp-block-group alignfull has-background nfd-bg-surface nfd-theme-darker\" style=\"background-color:#1f1f1fe6;padding-top:0;padding-right:var(--wp--preset--spacing--40);padding-bottom:0;padding-left:var(--wp--preset--spacing--40)\"><!-- wp:group {\"align\":\"wide\",\"className\":\"nfd-text-md nfd-gap-2xl nfd-py-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-text-md nfd-gap-2xl nfd-py-sm wp-block-group alignwide\"><!-- wp:site-logo /--><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"40px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"left\"}} --><div class=\"wp-block-group\"><!-- wp:navigation {\"icon\":\"menu\",\"className\":\"md:nfd-order-2 nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} /--></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:1:{i:0;s:6:\"layout\";}s:10:\"categories\";s:6:\"header\";s:14:\"all_categories\";a:1:{i:0;s:6:\"header\";}s:7:\"context\";N;s:5:\"order\";i:190;s:11:\"is_featured\";b:0;}i:197;a:11:{s:2:\"id\";s:36:\"9f8e048e-3ce9-4045-9dba-6bd6456b51ef\";s:4:\"slug\";s:9:\"header-20\";s:5:\"title\";s:9:\"header-20\";s:11:\"description\";s:9:\"header-20\";s:7:\"content\";s:2518:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0\",\"border\":{\"bottom\":{\"color\":\"#f3f4f6\",\"width\":\"1px\"}}}},\"metadata\":{\"name\":\"Header\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull nfd-container nfd-wb-header__header-20\" ><!-- wp:group {\"metadata\":{\"name\":\"Top Bar\"},\"align\":\"full\",\"className\":\"nfd-container nfd-text-base is-style-nfd-theme-primary\",\"layout\":{\"type\":\"default\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-container nfd-text-base is-style-nfd-theme-primary wp-block-group alignfull\"><!-- wp:group {\"className\":\"nfd-py-xs\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-py-xs wp-block-group\"><!-- wp:paragraph {\"align\":\"center\"} --><p class=\"has-text-align-center\"><strong>Last chance!</strong> Get 25% off sitewide with code <strong>FINAL25</strong> before it expires.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"align\":\"full\",\"className\":\"nfd-container is-style-nfd-theme-primary-15\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-container is-style-nfd-theme-primary-15 wp-block-group alignfull\"><!-- wp:group {\"className\":\"nfd-py-md nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-py-md nfd-gap-xl wp-block-group\"><!-- wp:site-logo /--><!-- wp:group {\"metadata\":{\"name\":\"\"},\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:navigation {\"icon\":\"menu\",\"className\":\"md:nfd-order-2\",\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} /--><!-- wp:group {\"className\":\"nfd-gap-xs nfd-commerce-icons\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-gap-xs nfd-commerce-icons wp-block-group\"><!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"placeholder\":\"Search products…\",\"buttonText\":\"Search\",\"buttonPosition\":\"button-only\",\"buttonUseIcon\":true,\"query\":{\"post_type\":\"product\"},\"isSearchFieldHidden\":true,\"namespace\":\"woocommerce/product-search\"} /--><!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconStyle\":\"line\",\"iconClass\":\"wc-block-customer-account__account-icon\"} /--><!-- wp:woocommerce/cart-link /--></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:6:\"header\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:200;s:11:\"is_featured\";b:0;}i:198;a:11:{s:2:\"id\";s:36:\"9f8e048e-4517-456e-b49c-27f642aaff71\";s:4:\"slug\";s:9:\"header-21\";s:5:\"title\";s:9:\"header-21\";s:11:\"description\";s:9:\"header-21\";s:7:\"content\";s:3170:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0\",\"border\":{\"bottom\":{\"color\":\"#f3f4f6\",\"width\":\"1px\"}}}},\"metadata\":{\"name\":\"Header\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull nfd-container nfd-wb-header__header-21\" ><!-- wp:group {\"metadata\":{\"name\":\"Top Bar\"},\"align\":\"full\",\"className\":\"nfd-container nfd-text-base nfd-wb-header__header-15 is-style-nfd-theme-primary\",\"layout\":{\"type\":\"default\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-container nfd-text-base nfd-wb-header__header-15 is-style-nfd-theme-primary wp-block-group alignfull\"><!-- wp:group {\"className\":\"nfd-py-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-py-sm wp-block-group\"><!-- wp:paragraph {\"align\":\"center\"} --><p class=\"has-text-align-center\"><strong>Last chance!</strong> Get 25% off sitewide with code <strong>FINAL25</strong> before it expires.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"align\":\"full\",\"className\":\"nfd-container\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-container wp-block-group alignfull\"><!-- wp:columns {\"className\":\"nfd-py-md nfd-gap-xl\"} --><div class=\"nfd-py-md nfd-gap-xl wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-group\"><!-- wp:site-logo {\"width\":200} /--></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"><!-- wp:group {\"className\":\"nfd-gap-xs nfd-commerce-icons\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} --><div class=\"nfd-gap-xs nfd-commerce-icons wp-block-group\"><!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"placeholder\":\"Search products…\",\"buttonText\":\"Search\",\"buttonPosition\":\"button-only\",\"buttonUseIcon\":true,\"query\":{\"post_type\":\"product\"},\"isSearchFieldHidden\":true,\"namespace\":\"woocommerce/product-search\"} /--><!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconStyle\":\"line\",\"iconClass\":\"wc-block-customer-account__account-icon\"} /--><!-- wp:woocommerce/cart-link /--></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:group {\"metadata\":{\"name\":\"\"},\"className\":\"nfd-gap-2xl nfd-p-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-2xl nfd-p-sm wp-block-group\"><!-- wp:navigation {\"icon\":\"menu\",\"className\":\"md:nfd-order-2\",\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} /--></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:6:\"header\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:210;s:11:\"is_featured\";b:0;}i:199;a:11:{s:2:\"id\";s:36:\"9f8e048e-4dcb-49f6-8160-2b61c463394c\";s:4:\"slug\";s:9:\"header-22\";s:5:\"title\";s:9:\"header-22\";s:11:\"description\";s:9:\"header-22\";s:7:\"content\";s:1984:\"<!-- wp:group {\"className\":\"nfd-transparent-header\",\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#ffffff\"}}}},\"metadata\":{\"name\":\"Header\"},\"textColor\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull nfd-container nfd-transparent-header has-text-color has-white-color has-link-color nfd-wb-header__header-22\" ><!-- wp:group {\"className\":\"nfd-py-md nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-py-md nfd-gap-xl wp-block-group\"><!-- wp:site-logo /--><!-- wp:group {\"metadata\":{\"name\":\"\"},\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:navigation {\"icon\":\"menu\",\"metadata\":{\"ignoredHookedBlocks\":[\"woocommerce/mini-cart\"]},\"className\":\"md:nfd-order-2\",\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} /--><!-- wp:group {\"className\":\"nfd-gap-xs nfd-commerce-icons\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-gap-xs nfd-commerce-icons wp-block-group\"><!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"placeholder\":\"Search products…\",\"buttonText\":\"Search\",\"buttonPosition\":\"button-only\",\"buttonUseIcon\":true,\"query\":{\"post_type\":\"product\"},\"isSearchFieldHidden\":true,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\",\"namespace\":\"woocommerce/product-search\"} /--><!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconStyle\":\"line\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#ffffff\"}}},\"color\":{\"text\":\"#ffffff\"}}} /--><!-- wp:woocommerce/cart-link {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#ffffff\"}}}}} /--></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:6:\"header\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:220;s:11:\"is_featured\";b:0;}i:200;a:11:{s:2:\"id\";s:36:\"9ac51f06-835b-48f0-bcd0-b6b71a087f33\";s:4:\"slug\";s:9:\"heading-1\";s:5:\"title\";s:9:\"heading-1\";s:11:\"description\";s:9:\"heading-1\";s:7:\"content\";s:2365:\"<!-- wp:group {\"metadata\":{\"name\":\"Heading\"},\"textColor\":\"white\",\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container has-text-color has-white-color is-style-nfd-theme-white nfd-wb-headings__heading-1\" ><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1477414348463-c0eb7f1359b6?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=1200&h=&crop=\",\"hasParallax\":true,\"dimRatio\":70,\"minHeight\":35,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"style\":{\"color\":{}},\"className\":\"nfd-p-lg nfd-bg-primary nfd-rounded-lg\"} --><div class=\"nfd-p-lg nfd-bg-primary nfd-rounded-lg wp-block-cover has-parallax\" style=\"min-height:35vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-70 has-background-dim\"></span><div role=\"img\" class=\"wp-block-cover__image-background has-parallax\" style=\"background-position:50% 50%;background-image:url(https://images.unsplash.com/photo-1477414348463-c0eb7f1359b6?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=1200&h=&crop=)\"></div><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"color\":{\"background\":\"#ffffff00\"}},\"className\":\"nfd-container nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\",\"justifyContent\":\"center\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-container nfd-gap-md wp-block-group alignwide has-background nfd-bg-surface nfd-theme-dark\" style=\"background-color:#ffffff00\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-xs nfd-text-balance\"} --><p class=\"nfd-text-xs nfd-text-balance has-text-align-center\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\">Explore a wide variety of vendors available</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance\"} --><h2 class=\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance has-text-align-center\">Create cherished and unforgettable moments <br>with our reliable assistance</h2><!-- /wp:heading --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:group -->\";s:4:\"tags\";a:11:{i:0;s:9:\"huge text\";i:1;s:6:\"center\";i:2;s:5:\"cover\";i:3;s:16:\"background image\";i:4;s:5:\"title\";i:5;s:15:\"primary overlay\";i:6;s:6:\"banner\";i:7;s:5:\"intro\";i:8;s:8:\"headline\";i:9;s:8:\"parallax\";i:10;s:7:\"content\";}s:10:\"categories\";s:8:\"headings\";s:14:\"all_categories\";a:1:{i:0;s:8:\"headings\";}s:7:\"context\";N;s:5:\"order\";i:10;s:11:\"is_featured\";b:0;}i:201;a:11:{s:2:\"id\";s:36:\"9ac51f06-dcf9-43ab-8275-6cd5c5a98a38\";s:4:\"slug\";s:9:\"heading-2\";s:5:\"title\";s:9:\"heading-2\";s:11:\"description\";s:9:\"heading-2\";s:7:\"content\";s:2291:\"<!-- wp:group {\"metadata\":{\"name\":\"Heading\"},\"textColor\":\"white\",\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container has-text-color has-white-color is-style-nfd-theme-white nfd-wb-headings__heading-2\" ><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1610928712141-a292b96f43e8?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=1200&h=&crop=\",\"hasParallax\":true,\"dimRatio\":70,\"minHeight\":35,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"style\":{\"color\":{}},\"className\":\"nfd-p-lg nfd-rounded-lg\"} --><div class=\"nfd-p-lg nfd-rounded-lg wp-block-cover has-parallax\" style=\"min-height:35vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-70 has-background-dim\"></span><div role=\"img\" class=\"wp-block-cover__image-background has-parallax\" style=\"background-position:50% 50%;background-image:url(https://images.unsplash.com/photo-1610928712141-a292b96f43e8?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=1200&h=&crop=)\"></div><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"color\":{\"background\":\"#ffffff00\"}},\"className\":\"nfd-container nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\",\"justifyContent\":\"center\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-container nfd-gap-md wp-block-group alignwide has-background nfd-bg-surface nfd-theme-dark\" style=\"background-color:#ffffff00\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-xs nfd-text-balance\"} --><p class=\"nfd-text-xs nfd-text-balance has-text-align-center\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\">Explore 100+ marketplaces</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance\"} --><h2 class=\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance has-text-align-center\">Create unforgettable moments <br>with our support</h2><!-- /wp:heading --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:group -->\";s:4:\"tags\";a:11:{i:0;s:9:\"huge text\";i:1;s:6:\"center\";i:2;s:5:\"cover\";i:3;s:16:\"background image\";i:4;s:5:\"title\";i:5;s:4:\"dark\";i:6;s:6:\"banner\";i:7;s:5:\"intro\";i:8;s:8:\"headline\";i:9;s:8:\"parallax\";i:10;s:7:\"content\";}s:10:\"categories\";s:8:\"headings\";s:14:\"all_categories\";a:1:{i:0;s:8:\"headings\";}s:7:\"context\";N;s:5:\"order\";i:20;s:11:\"is_featured\";b:0;}i:202;a:11:{s:2:\"id\";s:36:\"9ac51f06-feb1-4cc8-9b8c-445b550c1de7\";s:4:\"slug\";s:9:\"heading-3\";s:5:\"title\";s:9:\"heading-3\";s:11:\"description\";s:9:\"heading-3\";s:7:\"content\";s:2672:\"<!-- wp:group {\"align\":\"wide\",\"metadata\":{\"name\":\"Heading\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignwide nfd-container nfd-wb-headings__heading-3\" ><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1487088678257-3a541e6e3922?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=1200&h=&crop=\",\"dimRatio\":70,\"overlayColor\":\"base\",\"isDark\":false,\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-cover is-light\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-base-background-color has-background-dim-70 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1487088678257-3a541e6e3922?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=1200&h=&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-container\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-container wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"right\":\"16px\",\"left\":\"16px\",\"top\":\"6px\",\"bottom\":\"6px\"}}},\"className\":\"nfd-shadow-xs nfd-rounded-full\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"primary\"} --><div class=\"nfd-shadow-xs nfd-rounded-full wp-block-group nfd-bg-surface nfd-theme-primary\" style=\"padding-top:6px;padding-right:16px;padding-bottom:6px;padding-left:16px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-xs\"} --><p class=\"nfd-text-xs\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\">Blocks of all narrative</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:heading {\"textAlign\":\"left\",\"className\":\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance\"} --><h2 class=\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance has-text-align-left\">Create amazing moments <br>with our assistance</h2><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-md nfd-text-balance\"} --><p class=\"nfd-text-md nfd-text-balance has-text-align-left\">As a comprehensive design and development company, we focus on crafting uncomplicated, practical, and visually appealing resolutions.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:group -->\";s:4:\"tags\";a:7:{i:0;s:9:\"huge text\";i:1;s:5:\"cover\";i:2;s:16:\"background image\";i:3;s:5:\"title\";i:4;s:6:\"banner\";i:5;s:8:\"headline\";i:6;s:7:\"content\";}s:10:\"categories\";s:8:\"headings\";s:14:\"all_categories\";a:1:{i:0;s:8:\"headings\";}s:7:\"context\";N;s:5:\"order\";i:30;s:11:\"is_featured\";b:0;}i:203;a:11:{s:2:\"id\";s:36:\"9ac51f07-06c9-42fe-bd12-bf2f52f5139c\";s:4:\"slug\";s:9:\"heading-4\";s:5:\"title\";s:9:\"heading-4\";s:11:\"description\";s:9:\"heading-4\";s:7:\"content\";s:1536:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"metadata\":{\"name\":\"Heading\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md is-style-nfd-theme-white nfd-wb-headings__heading-4\" ><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0.05em\"}},\"className\":\"nfd-text-sm\"} --><p class=\"nfd-text-sm has-text-align-center \" style=\"font-style:normal;font-weight:500;letter-spacing:0.05em;text-transform:uppercase\">Stunning Website Templates</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"wp-block-heading nfd-text-huge nfd-text-primary nfd-text-balance\"} --><h2 class=\"wp-block-heading nfd-text-huge nfd-text-primary nfd-text-balance has-text-align-center \">Crafted with care to impress visitors <br>and achieve your objectives</h2><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-md nfd-text-balance nfd-text-faded\"} --><p class=\"nfd-text-md nfd-text-balance nfd-text-faded has-text-align-center \">Our expert team ensures elegant, functional and visually pleasing websites with WordPress blocks, patterns, and the powerful content editor.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:7:{i:0;s:9:\"huge text\";i:1;s:6:\"center\";i:2;s:5:\"title\";i:3;s:6:\"banner\";i:4;s:8:\"headline\";i:5;s:13:\"primary title\";i:6;s:7:\"content\";}s:10:\"categories\";s:8:\"headings\";s:14:\"all_categories\";a:1:{i:0;s:8:\"headings\";}s:7:\"context\";N;s:5:\"order\";i:40;s:11:\"is_featured\";b:0;}i:204;a:11:{s:2:\"id\";s:36:\"9ac51f07-0ec6-43dd-87da-87a58d1bd093\";s:4:\"slug\";s:9:\"heading-5\";s:5:\"title\";s:9:\"heading-5\";s:11:\"description\";s:9:\"heading-5\";s:7:\"content\";s:1508:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"metadata\":{\"name\":\"Heading\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md is-style-nfd-theme-white nfd-wb-headings__heading-5\" ><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0.05em\"}},\"className\":\"nfd-text-sm\"} --><p class=\"nfd-text-sm has-text-align-center\" style=\"font-style:normal;font-weight:500;letter-spacing:0.05em;text-transform:uppercase\">- Other Impressive Achievements</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"left\",\"className\":\"wp-block-heading nfd-text-huge nfd-text-primary nfd-text-balance\"} --><h2 class=\"wp-block-heading nfd-text-huge nfd-text-primary nfd-text-balance has-text-align-left\">We deliver hands-on interactions <br>that bolster your objectives</h2><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-md nfd-text-balance nfd-text-faded\"} --><p class=\"nfd-text-md nfd-text-balance nfd-text-faded has-text-align-left\">As a comprehensive design and development company, we excel at crafting straightforward, practical and captivating outcomes.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:6:{i:0;s:9:\"huge text\";i:1;s:5:\"title\";i:2;s:6:\"banner\";i:3;s:8:\"headline\";i:4;s:13:\"primary title\";i:5;s:7:\"content\";}s:10:\"categories\";s:8:\"headings\";s:14:\"all_categories\";a:1:{i:0;s:8:\"headings\";}s:7:\"context\";N;s:5:\"order\";i:50;s:11:\"is_featured\";b:0;}i:205;a:11:{s:2:\"id\";s:36:\"9ac51f07-176a-4e6b-a8a0-8e78b1d3d77e\";s:4:\"slug\";s:9:\"heading-6\";s:5:\"title\";s:9:\"heading-6\";s:11:\"description\";s:9:\"heading-6\";s:7:\"content\";s:1220:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"metadata\":{\"name\":\"Heading\"},\"nfdGroupTheme\":\"primary\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-primary nfd-wb-headings__heading-6\" ><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0.05em\"}},\"className\":\"nfd-text-sm nfd-text-faded\"} --><p class=\"nfd-text-sm nfd-text-faded has-text-align-center\" style=\"font-style:normal;font-weight:500;letter-spacing:0.05em;text-transform:uppercase\">— Unforgettable Gatherings</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"left\",\"className\":\"wp-block-heading nfd-text-huge nfd-text-primary nfd-text-balance\"} --><h2 class=\"wp-block-heading nfd-text-huge nfd-text-primary nfd-text-balance has-text-align-left\">We facilitate in-person gatherings <br>that amplify your objectives</h2><!-- /wp:heading --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:6:{i:0;s:9:\"huge text\";i:1;s:5:\"title\";i:2;s:6:\"banner\";i:3;s:8:\"headline\";i:4;s:18:\"primary background\";i:5;s:7:\"content\";}s:10:\"categories\";s:8:\"headings\";s:14:\"all_categories\";a:1:{i:0;s:8:\"headings\";}s:7:\"context\";N;s:5:\"order\";i:60;s:11:\"is_featured\";b:0;}i:206;a:11:{s:2:\"id\";s:36:\"9ac51f07-1f25-4018-822c-a810e98f1ed1\";s:4:\"slug\";s:9:\"heading-7\";s:5:\"title\";s:9:\"heading-7\";s:11:\"description\";s:9:\"heading-7\";s:7:\"content\";s:1262:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"metadata\":{\"name\":\"Heading\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"grid\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-dark nfd-bg-effect-grid nfd-wb-headings__heading-7\" ><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0.05em\"}},\"className\":\"nfd-text-sm nfd-text-faded\"} --><p class=\"nfd-text-sm nfd-text-faded has-text-align-center\" style=\"font-style:normal;font-weight:500;letter-spacing:0.05em;text-transform:uppercase\">Exciting Event Transformations</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"left\",\"className\":\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance\"} --><h2 class=\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance has-text-align-left\">We craft dynamic experiences <br>to help you achieve your objectives</h2><!-- /wp:heading --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:7:{i:0;s:5:\"title\";i:1;s:9:\"huge text\";i:2;s:6:\"banner\";i:3;s:8:\"headline\";i:4;s:4:\"dark\";i:5;s:10:\"white text\";i:6;s:7:\"content\";}s:10:\"categories\";s:8:\"headings\";s:14:\"all_categories\";a:1:{i:0;s:8:\"headings\";}s:7:\"context\";N;s:5:\"order\";i:70;s:11:\"is_featured\";b:0;}i:207;a:11:{s:2:\"id\";s:36:\"9ac51f07-269d-4b63-a800-2cf00cd2b16e\";s:4:\"slug\";s:9:\"heading-8\";s:5:\"title\";s:9:\"heading-8\";s:11:\"description\";s:9:\"heading-8\";s:7:\"content\";s:2319:\"<!-- wp:group {\"align\":\"wide\",\"metadata\":{\"name\":\"Heading\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignwide nfd-wb-headings__heading-8\" ><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1606744888344-493238951221?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=1200&h=&crop=\",\"dimRatio\":0,\"overlayColor\":\"base\",\"minHeight\":5,\"minHeightUnit\":\"vh\",\"isDark\":false,\"className\":\"nfd-p-2 md:nfd-p-0 nfd-stretch-cover-child\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-p-2 md:nfd-p-0 nfd-stretch-cover-child wp-block-cover is-light\" style=\"min-height:5vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-base-background-color has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1606744888344-493238951221?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=1200&h=&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"color\":{\"background\":\"#ffffffcc\"}},\"className\":\"nfd-container\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupEffect\":\"lines-2\"} --><div class=\"nfd-container wp-block-group has-background nfd-bg-effect-lines-2\" style=\"background-color:#ffffffcc\"><!-- wp:group {\"style\":{\"dimensions\":{\"minHeight\":\"35vh\"}},\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md wp-block-group\" style=\"min-height:35vh\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-xs nfd-text-balance\"} --><p class=\"nfd-text-xs nfd-text-balance has-text-align-left\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\">Ready to Start?</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"left\",\"className\":\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance\"} --><h2 class=\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance has-text-align-left\">Create remarkable moments <br>with our assistance</h2><!-- /wp:heading --></div><!-- /wp:group --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:group -->\";s:4:\"tags\";a:9:{i:0;s:9:\"huge text\";i:1;s:5:\"cover\";i:2;s:16:\"background image\";i:3;s:5:\"title\";i:4;s:6:\"banner\";i:5;s:5:\"intro\";i:6;s:8:\"headline\";i:7;s:7:\"overlay\";i:8;s:7:\"content\";}s:10:\"categories\";s:8:\"headings\";s:14:\"all_categories\";a:1:{i:0;s:8:\"headings\";}s:7:\"context\";N;s:5:\"order\";i:80;s:11:\"is_featured\";b:0;}i:208;a:11:{s:2:\"id\";s:36:\"9ac51f07-2f09-4883-b668-74aea67868d6\";s:4:\"slug\";s:9:\"heading-9\";s:5:\"title\";s:9:\"heading-9\";s:11:\"description\";s:9:\"heading-9\";s:7:\"content\";s:2382:\"<!-- wp:group {\"align\":\"wide\",\"metadata\":{\"name\":\"Heading\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignwide nfd-wb-headings__heading-9\" ><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1487088678257-3a541e6e3922?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=1200&h=&crop=\",\"dimRatio\":0,\"overlayColor\":\"base\",\"minHeight\":5,\"minHeightUnit\":\"vh\",\"isDark\":false,\"className\":\"nfd-p-2 md:nfd-p-0 nfd-stretch-cover-child\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-p-2 md:nfd-p-0 nfd-stretch-cover-child wp-block-cover is-light\" style=\"min-height:5vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-base-background-color has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1487088678257-3a541e6e3922?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=1200&h=&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"color\":{\"background\":\"#000000b3\"}},\"className\":\"nfd-container\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid-3\"} --><div class=\"nfd-container wp-block-group has-background nfd-bg-surface nfd-theme-darker nfd-bg-effect-grid-3\" style=\"background-color:#000000b3\"><!-- wp:group {\"style\":{\"dimensions\":{\"minHeight\":\"35vh\"}},\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-md wp-block-group\" style=\"min-height:35vh\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-xs nfd-text-balance\"} --><p class=\"nfd-text-xs nfd-text-balance has-text-align-center\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\">Ready to Start?</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance\"} --><h2 class=\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance has-text-align-center\">Create stunning websites<br>with our assistance</h2><!-- /wp:heading --></div><!-- /wp:group --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:group -->\";s:4:\"tags\";a:10:{i:0;s:9:\"huge text\";i:1;s:5:\"cover\";i:2;s:16:\"background image\";i:3;s:5:\"title\";i:4;s:6:\"banner\";i:5;s:5:\"intro\";i:6;s:8:\"headline\";i:7;s:7:\"overlay\";i:8;s:10:\"white text\";i:9;s:7:\"content\";}s:10:\"categories\";s:8:\"headings\";s:14:\"all_categories\";a:1:{i:0;s:8:\"headings\";}s:7:\"context\";N;s:5:\"order\";i:90;s:11:\"is_featured\";b:0;}i:209;a:11:{s:2:\"id\";s:36:\"9ac51f04-1b72-4a0a-a9d0-5d9901c3b4e7\";s:4:\"slug\";s:10:\"features-1\";s:5:\"title\";s:10:\"features-1\";s:11:\"description\";s:10:\"features-1\";s:7:\"content\";s:6941:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Features\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-white nfd-wb-features__features-1\" ><!-- wp:columns {\"className\":\"nfd-gap-xl\"} --><div class=\"nfd-gap-xl wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-md nfd-text-balance nfd-text-faded nfd-text-base\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"metadata\":{\"name\":\"Card\"}} --><div class=\"nfd-gap-md nfd-text-balance nfd-text-faded nfd-text-base wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"letterSpacing\":\"2px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-xl nfd-text-primary nfd-text-balance\"} --><p class=\"nfd-text-xl nfd-text-primary nfd-text-balance\" style=\"font-style:normal;font-weight:300;letter-spacing:2px\">01</p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0.05em\"}},\"className\":\"nfd-text-sm nfd-text-primary\"} --><p class=\"nfd-text-sm nfd-text-primary has-text-align-center\" style=\"font-style:normal;font-weight:500;letter-spacing:0.05em;text-transform:uppercase\">Personalize</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading\" style=\"font-style:normal;font-weight:500\">Portfolio Management</h3><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:paragraph --><p class=\"\">We will work with you to create a personalized plan to help you achieve your financial goals.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-md nfd-text-balance nfd-text-faded nfd-text-base\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"metadata\":{\"name\":\"Card\"}} --><div class=\"nfd-gap-md nfd-text-balance nfd-text-faded nfd-text-base wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"letterSpacing\":\"2px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-xl nfd-text-primary nfd-text-balance\"} --><p class=\"nfd-text-xl nfd-text-primary nfd-text-balance\" style=\"font-style:normal;font-weight:300;letter-spacing:2px\">02</p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0.05em\"}},\"className\":\"nfd-text-sm nfd-text-primary\"} --><p class=\"nfd-text-sm nfd-text-primary has-text-align-center\" style=\"font-style:normal;font-weight:500;letter-spacing:0.05em;text-transform:uppercase\">Review</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading\" style=\"font-style:normal;font-weight:500\">Performance Reviews</h3><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:paragraph --><p class=\"\">We will work with you to create a personalized plan to help you achieve your financial goals.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-md nfd-text-balance nfd-text-faded nfd-text-base\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"metadata\":{\"name\":\"Card\"}} --><div class=\"nfd-gap-md nfd-text-balance nfd-text-faded nfd-text-base wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"letterSpacing\":\"2px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-xl nfd-text-primary nfd-text-balance\"} --><p class=\"nfd-text-xl nfd-text-primary nfd-text-balance\" style=\"font-style:normal;font-weight:300;letter-spacing:2px\">03</p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0.05em\"}},\"className\":\"nfd-text-sm nfd-text-primary\"} --><p class=\"nfd-text-sm nfd-text-primary has-text-align-center\" style=\"font-style:normal;font-weight:500;letter-spacing:0.05em;text-transform:uppercase\">Plan</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading\" style=\"font-style:normal;font-weight:500\">Financial Planning</h3><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:paragraph --><p class=\"\">We will work with you to create a personalized plan to help you achieve your financial goals.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-md nfd-text-balance nfd-text-faded nfd-text-base\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"metadata\":{\"name\":\"Card\"}} --><div class=\"nfd-gap-md nfd-text-balance nfd-text-faded nfd-text-base wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"letterSpacing\":\"2px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-xl nfd-text-primary nfd-text-balance\"} --><p class=\"nfd-text-xl nfd-text-primary nfd-text-balance\" style=\"font-style:normal;font-weight:300;letter-spacing:2px\">04</p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0.05em\"}},\"className\":\"nfd-text-sm nfd-text-primary\"} --><p class=\"nfd-text-sm nfd-text-primary has-text-align-center\" style=\"font-style:normal;font-weight:500;letter-spacing:0.05em;text-transform:uppercase\">Customize</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading\" style=\"font-style:normal;font-weight:500\">Customisable Portfolios</h3><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:paragraph --><p class=\"\">We will work with you to create a personalized plan to help you achieve your financial goals.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:7:{i:0;s:12:\"step by step\";i:1;s:11:\"grid layout\";i:2;s:12:\"key features\";i:3;s:10:\"highlights\";i:4;s:7:\"service\";i:5;s:9:\"4 columns\";i:6;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:10;s:11:\"is_featured\";b:0;}i:210;a:11:{s:2:\"id\";s:36:\"9ac51f04-67f1-48ae-8b26-161d04e1779c\";s:4:\"slug\";s:10:\"features-2\";s:5:\"title\";s:10:\"features-2\";s:11:\"description\";s:10:\"features-2\";s:7:\"content\";s:6986:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Features\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"grid-3\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-dark nfd-bg-effect-grid-3 nfd-wb-features__features-2\" ><!-- wp:columns {\"className\":\"nfd-gap-xl\"} --><div class=\"nfd-gap-xl wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-md nfd-text-balance nfd-text-faded nfd-text-base\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"metadata\":{\"name\":\"Card\"}} --><div class=\"nfd-gap-md nfd-text-balance nfd-text-faded nfd-text-base wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"letterSpacing\":\"2px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-xl nfd-text-primary nfd-text-balance\"} --><p class=\"nfd-text-xl nfd-text-primary nfd-text-balance\" style=\"font-style:normal;font-weight:300;letter-spacing:2px\">01</p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0.05em\"}},\"className\":\"nfd-text-sm nfd-text-primary\"} --><p class=\"nfd-text-sm nfd-text-primary has-text-align-center\" style=\"font-style:normal;font-weight:500;letter-spacing:0.05em;text-transform:uppercase\">Personalize</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading\" style=\"font-style:normal;font-weight:500\">Portfolio Management</h3><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:paragraph --><p class=\"\">We will work with you to create a personalized plan to help you achieve your financial goals.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-md nfd-text-balance nfd-text-faded nfd-text-base\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"metadata\":{\"name\":\"Card\"}} --><div class=\"nfd-gap-md nfd-text-balance nfd-text-faded nfd-text-base wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"letterSpacing\":\"2px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-xl nfd-text-primary nfd-text-balance\"} --><p class=\"nfd-text-xl nfd-text-primary nfd-text-balance\" style=\"font-style:normal;font-weight:300;letter-spacing:2px\">02</p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0.05em\"}},\"className\":\"nfd-text-sm nfd-text-primary\"} --><p class=\"nfd-text-sm nfd-text-primary has-text-align-center\" style=\"font-style:normal;font-weight:500;letter-spacing:0.05em;text-transform:uppercase\">Review</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading\" style=\"font-style:normal;font-weight:500\">Performance Reviews</h3><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:paragraph --><p class=\"\">We will work with you to create a personalized plan to help you achieve your financial goals.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-md nfd-text-balance nfd-text-faded nfd-text-base\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"metadata\":{\"name\":\"Card\"}} --><div class=\"nfd-gap-md nfd-text-balance nfd-text-faded nfd-text-base wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"letterSpacing\":\"2px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-xl nfd-text-primary nfd-text-balance\"} --><p class=\"nfd-text-xl nfd-text-primary nfd-text-balance\" style=\"font-style:normal;font-weight:300;letter-spacing:2px\">03</p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0.05em\"}},\"className\":\"nfd-text-sm nfd-text-primary\"} --><p class=\"nfd-text-sm nfd-text-primary has-text-align-center\" style=\"font-style:normal;font-weight:500;letter-spacing:0.05em;text-transform:uppercase\">Plan</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading\" style=\"font-style:normal;font-weight:500\">Financial Planning</h3><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:paragraph --><p class=\"\">We will work with you to create a personalized plan to help you achieve your financial goals.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-md nfd-text-balance nfd-text-faded nfd-text-base\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"metadata\":{\"name\":\"Card\"}} --><div class=\"nfd-gap-md nfd-text-balance nfd-text-faded nfd-text-base wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"letterSpacing\":\"2px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-xl nfd-text-primary nfd-text-balance\"} --><p class=\"nfd-text-xl nfd-text-primary nfd-text-balance\" style=\"font-style:normal;font-weight:300;letter-spacing:2px\">04</p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0.05em\"}},\"className\":\"nfd-text-sm nfd-text-primary\"} --><p class=\"nfd-text-sm nfd-text-primary has-text-align-center\" style=\"font-style:normal;font-weight:500;letter-spacing:0.05em;text-transform:uppercase\">Customize</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading\" style=\"font-style:normal;font-weight:500\">Customisable Portfolios</h3><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:paragraph --><p class=\"\">We will work with you to create a personalized plan to help you achieve your financial goals.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:8:{i:0;s:12:\"step by step\";i:1;s:11:\"grid layout\";i:2;s:12:\"key features\";i:3;s:10:\"highlights\";i:4;s:7:\"service\";i:5;s:9:\"4 columns\";i:6;s:4:\"dark\";i:7;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:20;s:11:\"is_featured\";b:0;}i:211;a:11:{s:2:\"id\";s:36:\"9ac51f04-bfb3-4878-bbb1-5091ab225e78\";s:4:\"slug\";s:10:\"features-3\";s:5:\"title\";s:10:\"features-3\";s:11:\"description\";s:10:\"features-3\";s:7:\"content\";s:4802:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Features\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md is-style-nfd-theme-white nfd-wb-features__features-3\" ><!-- wp:columns {\"className\":\"nfd-text-base nfd-gap-xl\"} --><div class=\"nfd-text-base nfd-gap-xl wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-shadow-xs nfd-p-card-square nfd-rounded nfd-gap-md\",\"style\":{\"border\":{\"width\":\"1px\"}},\"metadata\":{\"name\":\"Card\"},\"nfdGroupTheme\":\"white\",\"nfdGroupEffect\":\"grid-3\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"wp-block-group nfd-shadow-xs nfd-p-card-square nfd-rounded nfd-gap-md is-style-nfd-theme-white nfd-bg-effect-grid-3\" style=\"border-width:1px;\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"letterSpacing\":\"2px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-xl nfd-text-primary nfd-text-balance\"} --><p class=\"nfd-text-xl nfd-text-primary nfd-text-balance has-text-align-left\" style=\"font-style:normal;font-weight:300;letter-spacing:2px\">01</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading has-text-align-left\" style=\"font-style:normal;font-weight:500\">Portfolio Management</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-balance nfd-text-faded \"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-left \">We will work with you to create a personalized plan to help you achieve your financial goals.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-shadow-xs nfd-p-card-square nfd-rounded nfd-gap-md\",\"style\":{\"border\":{\"width\":\"1px\"}},\"metadata\":{\"name\":\"Card\"},\"nfdGroupTheme\":\"white\",\"nfdGroupEffect\":\"grid-3\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"wp-block-group nfd-shadow-xs nfd-p-card-square nfd-rounded nfd-gap-md is-style-nfd-theme-white nfd-bg-effect-grid-3\" style=\"border-width:1px;\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"letterSpacing\":\"2px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-xl nfd-text-primary nfd-text-balance\"} --><p class=\"nfd-text-xl nfd-text-primary nfd-text-balance has-text-align-left\" style=\"font-style:normal;font-weight:300;letter-spacing:2px\">02</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading has-text-align-left\" style=\"font-style:normal;font-weight:500\">Financial Planning</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-balance nfd-text-faded \"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-left \">We will work with you to create a personalized plan to help you achieve your financial goals.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-shadow-xs nfd-p-card-square nfd-rounded nfd-gap-md\",\"style\":{\"border\":{\"width\":\"1px\"}},\"metadata\":{\"name\":\"Card\"},\"nfdGroupTheme\":\"white\",\"nfdGroupEffect\":\"grid-3\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"wp-block-group nfd-shadow-xs nfd-p-card-square nfd-rounded nfd-gap-md is-style-nfd-theme-white nfd-bg-effect-grid-3\" style=\"border-width:1px;\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"letterSpacing\":\"2px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-xl nfd-text-primary nfd-text-balance\"} --><p class=\"nfd-text-xl nfd-text-primary nfd-text-balance has-text-align-left\" style=\"font-style:normal;font-weight:300;letter-spacing:2px\">03</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading has-text-align-left\" style=\"font-style:normal;font-weight:500\">Performance Review</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-balance nfd-text-faded \"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-left \">We will work with you to create a personalized plan to help you achieve your financial goals.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:9:{i:0;s:12:\"step by step\";i:1;s:11:\"grid layout\";i:2;s:5:\"cards\";i:3;s:9:\"card grid\";i:4;s:12:\"key features\";i:5;s:10:\"highlights\";i:6;s:7:\"service\";i:7;s:9:\"3 columns\";i:8;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:30;s:11:\"is_featured\";b:0;}i:212;a:11:{s:2:\"id\";s:36:\"9ac51f04-e137-476f-8ac7-f172ab8388c8\";s:4:\"slug\";s:10:\"features-4\";s:5:\"title\";s:10:\"features-4\";s:11:\"description\";s:10:\"features-4\";s:7:\"content\";s:8951:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Features\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"dots\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-darker nfd-bg-effect-dots nfd-wb-features__features-4\" ><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"wp-block-group\"><!-- wp:columns {\"className\":\"nfd-text-base nfd-gap-md nfd-gap-y-xl\"} --><div class=\"nfd-text-base nfd-gap-md nfd-gap-y-xl wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-shadow-xs nfd-p-card-square nfd-rounded nfd-gap-md\",\"style\":{\"border\":{\"width\":\"1px\"}},\"metadata\":{\"name\":\"Card\"},\"nfdGroupTheme\":\"dark\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"wp-block-group nfd-shadow-xs nfd-p-card-square nfd-rounded nfd-gap-md is-style-nfd-theme-dark\" style=\"border-width:1px;\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"letterSpacing\":\"2px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-xl nfd-text-primary nfd-text-balance\"} --><p class=\"nfd-text-xl nfd-text-primary nfd-text-balance has-text-align-left\" style=\"font-style:normal;font-weight:300;letter-spacing:2px\">01</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading has-text-align-left\" style=\"font-style:normal;font-weight:500\">Portfolio Management</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-balance nfd-text-faded \"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-left \">We will work with you to create a personalised plan to help you achieve your financial goals.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-shadow-xs nfd-p-card-square nfd-rounded nfd-gap-md\",\"metadata\":{\"name\":\"Card\"},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"wp-block-group nfd-shadow-xs nfd-p-card-square nfd-rounded nfd-gap-md\" ><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"letterSpacing\":\"2px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-xl nfd-text-primary nfd-text-balance\"} --><p class=\"nfd-text-xl nfd-text-primary nfd-text-balance has-text-align-left\" style=\"font-style:normal;font-weight:300;letter-spacing:2px\">02</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading has-text-align-left\" style=\"font-style:normal;font-weight:500\">Performance Reviews</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-balance nfd-text-faded \"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-left \">We will work with you to create a personalised plan to help you achieve your financial goals.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-shadow-xs nfd-p-card-square nfd-rounded nfd-gap-md\",\"style\":{\"border\":{\"width\":\"1px\"}},\"metadata\":{\"name\":\"Card\"},\"nfdGroupTheme\":\"dark\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"wp-block-group nfd-shadow-xs nfd-p-card-square nfd-rounded nfd-gap-md is-style-nfd-theme-dark\" style=\"border-width:1px;\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"letterSpacing\":\"2px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-xl nfd-text-primary nfd-text-balance\"} --><p class=\"nfd-text-xl nfd-text-primary nfd-text-balance has-text-align-left\" style=\"font-style:normal;font-weight:300;letter-spacing:2px\">03</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading has-text-align-left\" style=\"font-style:normal;font-weight:500\">Financial Planning</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-balance nfd-text-faded \"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-left \">We will work with you to create a personalised plan to help you achieve your financial goals.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:columns {\"className\":\"nfd-text-base nfd-gap-md nfd-gap-y-xl\"} --><div class=\"nfd-text-base nfd-gap-md nfd-gap-y-xl wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-shadow-xs nfd-p-card-square nfd-rounded nfd-gap-md\",\"metadata\":{\"name\":\"Card\"},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"wp-block-group nfd-shadow-xs nfd-p-card-square nfd-rounded nfd-gap-md\" ><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"letterSpacing\":\"2px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-xl nfd-text-primary nfd-text-balance\"} --><p class=\"nfd-text-xl nfd-text-primary nfd-text-balance has-text-align-left\" style=\"font-style:normal;font-weight:300;letter-spacing:2px\">04</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading has-text-align-left\" style=\"font-style:normal;font-weight:500\">Portfolio Management</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-balance nfd-text-faded \"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-left \">We will work with you to create a personalised plan to help you achieve your financial goals.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-shadow-xs nfd-p-card-square nfd-rounded nfd-gap-md\",\"style\":{\"border\":{\"width\":\"1px\"}},\"metadata\":{\"name\":\"Card\"},\"nfdGroupTheme\":\"dark\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"wp-block-group nfd-shadow-xs nfd-p-card-square nfd-rounded nfd-gap-md is-style-nfd-theme-dark\" style=\"border-width:1px;\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"letterSpacing\":\"2px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-xl nfd-text-primary nfd-text-balance\"} --><p class=\"nfd-text-xl nfd-text-primary nfd-text-balance has-text-align-left\" style=\"font-style:normal;font-weight:300;letter-spacing:2px\">05</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading has-text-align-left\" style=\"font-style:normal;font-weight:500\">Performance Reviews</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-balance nfd-text-faded \"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-left \">We will work with you to create a personalised plan to help you achieve your financial goals.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-shadow-xs nfd-p-card-square nfd-rounded nfd-gap-md\",\"metadata\":{\"name\":\"Card\"},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"wp-block-group nfd-shadow-xs nfd-p-card-square nfd-rounded nfd-gap-md\" ><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"letterSpacing\":\"2px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-xl nfd-text-primary nfd-text-balance\"} --><p class=\"nfd-text-xl nfd-text-primary nfd-text-balance has-text-align-left\" style=\"font-style:normal;font-weight:300;letter-spacing:2px\">06</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading has-text-align-left\" style=\"font-style:normal;font-weight:500\">Financial Planning</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-balance nfd-text-faded \"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-left \">We will work with you to create a personalised plan to help you achieve your financial goals.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:10:{i:0;s:12:\"step by step\";i:1;s:11:\"grid layout\";i:2;s:5:\"cards\";i:3;s:9:\"card grid\";i:4;s:12:\"key features\";i:5;s:10:\"highlights\";i:6;s:7:\"service\";i:7;s:9:\"3 columns\";i:8;s:4:\"dark\";i:9;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:40;s:11:\"is_featured\";b:1;}i:213;a:11:{s:2:\"id\";s:36:\"9ac51f04-e8c4-4512-bea1-5fc4c7f47718\";s:4:\"slug\";s:10:\"features-5\";s:5:\"title\";s:10:\"features-5\";s:11:\"description\";s:10:\"features-5\";s:7:\"content\";s:3558:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Features\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-white nfd-wb-features__features-5\" ><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} --><div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"className\":\"md:nfd-order-2 nfd-text-md\"} --><div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Come and Experience Our Unforgettable Cuisine</h2><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-balance\"} --><p class=\"nfd-text-balance\">Experience exquisite fine dining at our newly opened restaurant. Enjoy a delicious menu of classic and modern dishes, prepared with the freshest ingredients.</p><!-- /wp:paragraph --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} --><div class=\"nfd-btn-lg wp-block-button \"><a class=\"wp-block-button__link wp-element-button\">Make a Reservation</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"className\":\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center\",\"layout\":{\"type\":\"default\"}} --><div class=\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center wp-block-group\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 nfd-rounded\"} --><figure class=\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1482049016688-2d3e1b311543?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTJ8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&auto=format&fit=crop&q=60&w=800&h=&crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"left\":{\"width\":\"3px\"}}},\"className\":\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 nfd-border-bg nfd-rounded\"} --><figure class=\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 nfd-border-bg nfd-rounded wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1467003909585-2f8a72700288?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTF8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&auto=format&fit=crop&q=60&w=800&h=&crop=\" alt=\"\" style=\"border-left-width:3px;aspect-ratio:2/3;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:11:{i:0;s:12:\"split layout\";i:1;s:8:\"2 column\";i:2;s:14:\"call to action\";i:3;s:3:\"cta\";i:4;s:6:\"images\";i:5;s:6:\"photos\";i:6;s:12:\"key features\";i:7;s:10:\"highlights\";i:8;s:4:\"info\";i:9;s:9:\"marketing\";i:10;s:11:\"interactive\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:50;s:11:\"is_featured\";b:1;}i:214;a:11:{s:2:\"id\";s:36:\"9ac51f04-efcd-486c-89bc-2e258ab2de18\";s:4:\"slug\";s:10:\"features-6\";s:5:\"title\";s:10:\"features-6\";s:11:\"description\";s:10:\"features-6\";s:7:\"content\";s:3631:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Features\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-white nfd-wb-features__features-6\" ><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} --><div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"className\":\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center\",\"layout\":{\"type\":\"default\"}} --><div class=\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center wp-block-group\"><!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-7 nfd-col-end-13 nfd-row-start-1 nfd-rounded\"} --><figure class=\"nfd-col-start-7 nfd-col-end-13 nfd-row-start-1 nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1504805572947-34fad45aed93?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTF8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&auto=format&fit=crop&q=60&w=800&h=&crop=\" alt=\"\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"right\":{\"width\":\"3px\"},\"top\":{},\"bottom\":{},\"left\":{}}},\"className\":\"nfd-col-start-1 nfd-col-end-9 nfd-row-start-1 nfd-border-bg nfd-rounded\"} --><figure class=\"nfd-col-start-1 nfd-col-end-9 nfd-row-start-1 nfd-border-bg nfd-rounded wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1472289065668-ce650ac443d2?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTJ8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&auto=format&fit=crop&q=60&w=800&h=&crop=\" alt=\"\" style=\"border-right-width:3px;aspect-ratio:3/4;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"className\":\"md:nfd-order-2 nfd-text-md\"} --><div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Discover our Remarkable Selection of Entrees</h2><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-balance\"} --><p class=\"nfd-text-balance\">Indulge in tantalizing culinary creations at our recently launched gastropub. Sample a delectable array of traditional and contemporary dishes, expertly crafted with the finest locally sourced produce.</p><!-- /wp:paragraph --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} --><div class=\"nfd-btn-lg wp-block-button \"><a class=\"wp-block-button__link wp-element-button\">Book your Table</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:11:{i:0;s:12:\"split layout\";i:1;s:8:\"2 column\";i:2;s:14:\"call to action\";i:3;s:3:\"cta\";i:4;s:6:\"images\";i:5;s:6:\"photos\";i:6;s:12:\"key features\";i:7;s:10:\"highlights\";i:8;s:4:\"info\";i:9;s:9:\"marketing\";i:10;s:11:\"interactive\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:60;s:11:\"is_featured\";b:0;}i:215;a:11:{s:2:\"id\";s:36:\"9ac51f04-f7bb-46c4-8153-5317a2d1622e\";s:4:\"slug\";s:10:\"features-7\";s:5:\"title\";s:10:\"features-7\";s:11:\"description\";s:10:\"features-7\";s:7:\"content\";s:3404:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Features\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg nfd-wb-features__features-7\" ><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} --><div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded\"} --><figure class=\"nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1494253109108-2e30c049369b?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8b2ZmaWNlfGVufDB8MnwwfHw%3D&auto=format&fit=crop&q=60&w=800&h=&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"className\":\"md:nfd-order-2 nfd-text-md\"} --><div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"right\":\"16px\",\"left\":\"16px\",\"top\":\"6px\",\"bottom\":\"6px\"}}},\"className\":\"nfd-shadow-xs nfd-rounded-full nfd-bg-subtle\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} --><div class=\"nfd-shadow-xs nfd-rounded-full wp-block-group nfd-bg-subtle\" style=\"padding-top:6px;padding-right:16px;padding-bottom:6px;padding-left:16px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-xs\"} --><p class=\"nfd-text-xs\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\">Customized just for You</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:heading {\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Skilled Organizers for any Occasion</h2><!-- /wp:heading --><!-- wp:group {\"className\":\"nfd-text-pretty\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-text-pretty wp-block-group\"><!-- wp:paragraph --><p>From elevated corporate meetings to unforgettable staff retreats, industry-leading conferences to high-profile media announcements, our expertise knows no bounds.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Get in touch with us now to explore your specific requirements and discover our valuable services.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} --><div class=\"nfd-btn-lg wp-block-button \"><a class=\"wp-block-button__link wp-element-button\">Schedule an Appointment</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:10:{i:0;s:12:\"split layout\";i:1;s:14:\"call to action\";i:2;s:3:\"cta\";i:3;s:6:\"images\";i:4;s:6:\"photos\";i:5;s:12:\"key features\";i:6;s:10:\"highlights\";i:7;s:4:\"info\";i:8;s:9:\"marketing\";i:9;s:11:\"interactive\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:70;s:11:\"is_featured\";b:0;}i:216;a:11:{s:2:\"id\";s:36:\"9ac51f04-ffb7-4b7b-9aee-36f90e964cad\";s:4:\"slug\";s:10:\"features-8\";s:5:\"title\";s:10:\"features-8\";s:11:\"description\";s:10:\"features-8\";s:7:\"content\";s:3584:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Features\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg nfd-wb-features__features-8\" ><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} --><div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"className\":\"md:nfd-order-2 nfd-text-md\"} --><div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0.05em\"}},\"className\":\"nfd-text-sm nfd-text-primary\"} --><p class=\"nfd-text-sm nfd-text-primary has-text-align-left\" style=\"font-style:normal;font-weight:500;letter-spacing:0.05em;text-transform:uppercase\">Believe in our demonstrated outcomes</p><!-- /wp:paragraph --><!-- wp:heading {\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Decades of Skill & Proficiency</h2><!-- /wp:heading --><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"wp-block-group\"><!-- wp:paragraph --><p>Drawing on two decades worth of knowledge in the lawful domain, our squad adopts an individualized method to each instance.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Rely on our proficiency and commitment to delivering high-caliber legal services.</p><!-- /wp:paragraph --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"4px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:columns --><div class=\"wp-block-columns\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}}} --><div class=\"wp-block-column\"><!-- wp:paragraph {\"className\":\"nfd-text-xl nfd-text-contrast\"} --><p class=\"nfd-text-xl nfd-text-contrast\">20+</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">Decades of Experience</p><!-- /wp:paragraph --></div><!-- /wp:column --><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}}} --><div class=\"wp-block-column\"><!-- wp:paragraph {\"className\":\"nfd-text-xl\"} --><p class=\"nfd-text-xl\">12</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">Event Organizers</p><!-- /wp:paragraph --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded\"} --><figure class=\"nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1458682625221-3a45f8a844c7?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=800&h=&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:8:{i:0;s:12:\"split layout\";i:1;s:14:\"call to action\";i:2;s:3:\"cta\";i:3;s:6:\"images\";i:4;s:6:\"photos\";i:5;s:12:\"key features\";i:6;s:10:\"highlights\";i:7;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:80;s:11:\"is_featured\";b:0;}i:217;a:11:{s:2:\"id\";s:36:\"9ac51f05-07a4-4cf1-beb1-0c9a8a79a8b4\";s:4:\"slug\";s:10:\"features-9\";s:5:\"title\";s:10:\"features-9\";s:11:\"description\";s:10:\"features-9\";s:7:\"content\";s:3158:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Features\"},\"nfdGroupTheme\":\"light\",\"nfdGroupEffect\":\"grid\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-light nfd-bg-effect-grid nfd-wb-features__features-9\" ><!-- wp:columns {\"className\":\"nfd-gap-3xl\"} --><div class=\"nfd-gap-3xl wp-block-columns\"><!-- wp:column {\"style\":{\"spacing\":{}}} --><div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"12px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"className\":\"nfd-text-giga nfd-text-primary\"} --><h3 class=\"nfd-text-giga nfd-text-primary wp-block-heading has-text-align-center\">75+</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-md nfd-text-balance\"} --><p class=\"nfd-text-md nfd-text-balance has-text-align-center\">Stunning websites created</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"style\":{\"spacing\":{}}} --><div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"12px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"className\":\"nfd-text-giga nfd-text-primary\"} --><h3 class=\"nfd-text-giga nfd-text-primary wp-block-heading has-text-align-center\">6</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-md nfd-text-balance\"} --><p class=\"nfd-text-md nfd-text-balance has-text-align-center\">Successful events supported</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"style\":{\"spacing\":{}}} --><div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"12px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"className\":\"nfd-text-giga nfd-text-primary\"} --><h3 class=\"nfd-text-giga nfd-text-primary wp-block-heading has-text-align-center\">13+</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-md nfd-text-balance\"} --><p class=\"nfd-text-md nfd-text-balance has-text-align-center\">Multiply product launches</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"style\":{\"spacing\":{}}} --><div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"12px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"className\":\"nfd-text-giga nfd-text-primary\"} --><h3 class=\"nfd-text-giga nfd-text-primary wp-block-heading has-text-align-center\">200+</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-md nfd-text-balance\"} --><p class=\"nfd-text-md nfd-text-balance has-text-align-center\">Event contribution</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:12:{i:0;s:10:\"statistics\";i:1;s:9:\"4 columns\";i:2;s:7:\"metrics\";i:3;s:12:\"key features\";i:4;s:10:\"highlights\";i:5;s:11:\"performance\";i:6;s:10:\"milestones\";i:7;s:7:\"results\";i:8;s:9:\"analytics\";i:9;s:19:\"progress indicators\";i:10;s:18:\"summary statistics\";i:11;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:90;s:11:\"is_featured\";b:1;}i:218;a:11:{s:2:\"id\";s:36:\"9e069676-1e5a-4ff0-9829-c40506ac8f15\";s:4:\"slug\";s:10:\"gallery-10\";s:5:\"title\";s:10:\"gallery-10\";s:11:\"description\";s:10:\"gallery-10\";s:7:\"content\";s:4877:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"style\":{\"border\":{\"top\":{\"width\":\"1px\"},\"bottom\":{\"width\":\"1px\"}}},\"metadata\":{\"name\":\"Gallery Bento\"},\"nfdGroupTheme\":\"dark\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-dark nfd-wb-gallery__gallery-10\" style=\"border-top-width:1px;border-bottom-width:1px;\"><!-- wp:columns {\"className\":\"nfd-gap-0\"} --><div class=\"nfd-gap-0 wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"className\":\"md:nfd-order-2 nfd-p-card-square-lg\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} --><div class=\"md:nfd-order-2 nfd-p-card-square-lg wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h3 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Decades of Trust & Excellence</h3><!-- /wp:heading --><!-- wp:group {\"className\":\"nfd-text-faded\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-faded wp-block-group\"><!-- wp:paragraph --><p class=\"\">Masterfully guiding clients worldwide to discover ideal solutions tailored to their distinct goals.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">Our dedication to integrity, expansive resources, and advanced technology delivers an unmatched service experience.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} --><div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-sm nfd-rounded-xl nfd-overflow-hidden\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-sm nfd-rounded-xl nfd-overflow-hidden wp-block-group\"><!-- wp:group {\"className\":\"nfd-p-md nfd-gap-xs is-style-nfd-theme-dark\",\"gradient\":\"luminous-vivid-orange-to-vivid-red\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-p-md nfd-gap-xs is-style-nfd-theme-dark wp-block-group has-luminous-vivid-orange-to-vivid-red-gradient-background has-background\"><!-- wp:paragraph {\"align\":\"left\",\"placeholder\":\"Write title…\",\"className\":\"nfd-text-lg\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\"} --><p class=\"nfd-text-lg has-text-align-left has-base-color has-text-color has-link-color\" style=\"font-style:normal;font-weight:600\">START A WEBSITE</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-base\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} --><p class=\"nfd-text-base\" style=\"font-style:normal;font-weight:300\">Explore what’s right for you</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:gallery {\"linkTo\":\"none\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} --><figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1450778869180-41d0601e046e?q=80&amp;auto=format&amp;fit=crop&amp;ixlib=rb-4.0.3&amp;ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=600&crop=\" alt=\"\"/></figure><!-- /wp:image --><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1422565096762-bdb997a56a84?q=80&amp;auto=format&amp;fit=crop&amp;ixlib=rb-4.0.3&amp;ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=600&crop=\" alt=\"\"/></figure><!-- /wp:image --><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1548199973-03cce0bbc87b?q=80&amp;auto=format&amp;fit=crop&amp;ixlib=rb-4.0.3&amp;ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=600&crop=\" alt=\"\"/></figure><!-- /wp:image --><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1477868433719-7c5f2731b310?q=80&amp;auto=format&amp;fit=crop&amp;ixlib=rb-4.0.3&amp;ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=600&crop=\" alt=\"\"/></figure><!-- /wp:image --><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1470390356535-d19bbf47bacb?q=80&amp;auto=format&amp;fit=crop&amp;ixlib=rb-4.0.3&amp;ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=600&crop=\" alt=\"\"/></figure><!-- /wp:image --></figure><!-- /wp:gallery --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:9:{i:0;s:4:\"grid\";i:1;s:5:\"image\";i:2;s:10:\"image grid\";i:3;s:7:\"rounded\";i:4;s:10:\"photo grid\";i:5;s:6:\"modern\";i:6;s:6:\"photos\";i:7;s:12:\"split layout\";i:8;s:8:\"2 column\";}s:10:\"categories\";s:7:\"gallery\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:100;s:11:\"is_featured\";b:0;}i:219;a:11:{s:2:\"id\";s:36:\"9e069676-2348-4da1-b87c-4586a3ca2450\";s:4:\"slug\";s:10:\"gallery-11\";s:5:\"title\";s:10:\"gallery-11\";s:11:\"description\";s:10:\"gallery-11\";s:7:\"content\";s:2382:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Gallery - Storybook\"},\"nfdGroupTheme\":\"light\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md is-style-nfd-theme-light nfd-wb-gallery__gallery-11\" ><!-- wp:group {\"className\":\"nfd-rounded-lg nfd-overflow-hidden is-style-nfd-theme-white\",\"style\":{\"border\":{\"width\":\"1px\"}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-rounded-lg nfd-overflow-hidden is-style-nfd-theme-white wp-block-group\" style=\"border-width:1px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"}}}} --><div class=\"wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"className\":\"md:nfd-order-2 nfd-p-card-square-lg nfd-text-balance\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} --><div class=\"md:nfd-order-2 nfd-p-card-square-lg nfd-text-balance wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h3 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Years of Expertise & Professionalism</h3><!-- /wp:heading --><!-- wp:group {\"className\":\"nfd-text-faded\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"400px\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-faded wp-block-group\"><!-- wp:paragraph --><p class=\"\">Expertly connecting customers around the world with the perfect vehicle to suit their unique needs.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">Our commitment to excellence, robust network, and innovative digital platform ensures an unparalleled leasing experience.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1512486130939-2c4f79935e4f?auto=format&fit=crop&q=80&&crop=&w=800&h=800&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:7:\"gallery\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:110;s:11:\"is_featured\";b:0;}i:220;a:11:{s:2:\"id\";s:36:\"9e069676-2846-4ebf-b086-622942fa60c1\";s:4:\"slug\";s:10:\"gallery-12\";s:5:\"title\";s:10:\"gallery-12\";s:11:\"description\";s:10:\"gallery-12\";s:7:\"content\";s:11071:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Gallery Bento\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg nfd-wb-gallery__gallery-12\" ><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-md\"} --><div class=\"nfd-gap-md wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"width\":\"50%\"} --><div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"wp-block-group\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1603571705437-e9ea2ad67885?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=&crop=\",\"overlayColor\":\"black\",\"isUserOverlayColor\":true,\"minHeight\":160,\"minHeightUnit\":\"px\",\"contentPosition\":\"bottom center\",\"className\":\"nfd-p-0 nfd-rounded-xl nfd-mask-fade-to-b\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-p-0 nfd-rounded-xl nfd-mask-fade-to-b wp-block-cover has-custom-content-position is-position-bottom-center\" style=\"min-height:160px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1603571705437-e9ea2ad67885?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"metadata\":{\"name\":\"Title\"},\"className\":\"nfd-p-card-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-p-card-md wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"placeholder\":\"Write title…\",\"className\":\"nfd-text-lg\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\"} --><p class=\"nfd-text-lg has-text-align-left has-base-color has-text-color has-link-color\" style=\"font-style:normal;font-weight:600\"><strong>Embrace the Journey</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} --><p class=\"nfd-text-opacity-80\" style=\"font-style:normal;font-weight:300\">40+ lessons</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div></div><!-- /wp:cover --><!-- wp:columns --><div class=\"wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1732287919745-e9243f6e4125?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=&crop=\",\"overlayColor\":\"black\",\"isUserOverlayColor\":true,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"bottom center\",\"className\":\"nfd-p-0 nfd-rounded-xl nfd-mask-fade-to-b\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-p-0 nfd-rounded-xl nfd-mask-fade-to-b wp-block-cover has-custom-content-position is-position-bottom-center\" style=\"min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1732287919745-e9243f6e4125?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"metadata\":{\"name\":\"Title\"},\"className\":\"nfd-p-card-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-p-card-md wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"placeholder\":\"Write title…\",\"className\":\"nfd-text-xl\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\"} --><p class=\"nfd-text-xl has-text-align-left has-base-color has-text-color has-link-color\" style=\"font-style:normal;font-weight:600\"><strong>01</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} --><p class=\"nfd-text-opacity-80\" style=\"font-style:normal;font-weight:300\">Find Your Path</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"dimensions\":{\"minHeight\":\"100%\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"wp-block-group\" style=\"min-height:100%\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"stretch\"}} --><div class=\"wp-block-group\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1731796603747-409787efd360?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=&crop=\",\"overlayColor\":\"black\",\"isUserOverlayColor\":true,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"bottom center\",\"className\":\"nfd-p-0 nfd-rounded-xl nfd-mask-fade-to-b\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-p-0 nfd-rounded-xl nfd-mask-fade-to-b wp-block-cover has-custom-content-position is-position-bottom-center\" style=\"min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1731796603747-409787efd360?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"metadata\":{\"name\":\"Title\"},\"className\":\"nfd-p-card-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-p-card-md wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"placeholder\":\"Write title…\",\"className\":\"nfd-text-xl\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\"} --><p class=\"nfd-text-xl has-text-align-left has-base-color has-text-color has-link-color\" style=\"font-style:normal;font-weight:600\"><strong>02</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} --><p class=\"nfd-text-opacity-80\" style=\"font-style:normal;font-weight:300\">Adventure Awaits</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:group --><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"stretch\"}} --><div class=\"wp-block-group\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1732534617533-da317f738145?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=&crop=\",\"overlayColor\":\"black\",\"isUserOverlayColor\":true,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"bottom center\",\"className\":\"nfd-p-0 nfd-rounded-xl nfd-mask-fade-to-b\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-p-0 nfd-rounded-xl nfd-mask-fade-to-b wp-block-cover has-custom-content-position is-position-bottom-center\" style=\"min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1732534617533-da317f738145?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"metadata\":{\"name\":\"Title\"},\"className\":\"nfd-p-card-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-p-card-md wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"placeholder\":\"Write title…\",\"className\":\"nfd-text-xl\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\"} --><p class=\"nfd-text-xl has-text-align-left has-base-color has-text-color has-link-color\" style=\"font-style:normal;font-weight:600\"><strong>03</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} --><p class=\"nfd-text-opacity-80\" style=\"font-style:normal;font-weight:300\">Rules for the Road</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"className\":\"md:nfd-order-2 nfd-p-card-square-lg\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} --><div class=\"md:nfd-order-2 nfd-p-card-square-lg wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h3 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Committed to Craft & Precision</h3><!-- /wp:heading --><!-- wp:group {\"className\":\"nfd-text-faded\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-faded wp-block-group\"><!-- wp:paragraph --><p class=\"\">Proudly delivering tailored solutions worldwide, matching every individual with their ideal companion.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">Our focus on quality, expansive reach, and cutting-edge tools guarantees an unmatched service journey.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:7:\"gallery\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:120;s:11:\"is_featured\";b:0;}i:221;a:11:{s:2:\"id\";s:36:\"9e069676-2ca9-4322-8051-14c4bf0bca63\";s:4:\"slug\";s:10:\"gallery-13\";s:5:\"title\";s:10:\"gallery-13\";s:11:\"description\";s:10:\"gallery-13\";s:7:\"content\";s:7840:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Gallery\"},\"nfdGroupTheme\":\"light\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-light nfd-wb-gallery__gallery-13\" ><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-md\"} --><div class=\"nfd-gap-md wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"className\":\"nfd-shadow-xs nfd-p-xs nfd-gap-sm is-style-nfd-theme-white\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-shadow-xs nfd-p-xs nfd-gap-sm is-style-nfd-theme-white wp-block-group\"><!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1521089815383-cf2b2cf7f0f0?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=&crop=\" alt=\"\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-0 nfd-p-xs\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-0 nfd-p-xs wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-text-contrast\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} --><p class=\"nfd-text-md nfd-text-contrast\" style=\"font-style:normal;font-weight:600\">South Beach, Miami</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-shadow-xs nfd-p-xs nfd-gap-sm is-style-nfd-theme-white\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-shadow-xs nfd-p-xs nfd-gap-sm is-style-nfd-theme-white wp-block-group\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1713970293710-b23f84694df4?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-0 nfd-p-xs\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-0 nfd-p-xs wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-text-contrast\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} --><p class=\"nfd-text-md nfd-text-contrast\" style=\"font-style:normal;font-weight:600\">Palm trees</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"className\":\"nfd-shadow-xs nfd-p-xs nfd-gap-sm is-style-nfd-theme-white\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-shadow-xs nfd-p-xs nfd-gap-sm is-style-nfd-theme-white wp-block-group\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1530440516251-9ced1fd5e76e?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-0 nfd-p-xs\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-0 nfd-p-xs wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-text-contrast\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} --><p class=\"nfd-text-md nfd-text-contrast\" style=\"font-style:normal;font-weight:600\">Summer girl</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-shadow-xs nfd-p-xs nfd-gap-sm is-style-nfd-theme-white\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-shadow-xs nfd-p-xs nfd-gap-sm is-style-nfd-theme-white wp-block-group\"><!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1570299437522-f66ff98d52e7?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=&crop=\" alt=\"\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-0 nfd-p-xs\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-0 nfd-p-xs wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-text-contrast\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} --><p class=\"nfd-text-md nfd-text-contrast\" style=\"font-style:normal;font-weight:600\">Old red car in Havana</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"className\":\"nfd-shadow-xs nfd-p-xs nfd-gap-sm is-style-nfd-theme-white\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-shadow-xs nfd-p-xs nfd-gap-sm is-style-nfd-theme-white wp-block-group\"><!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1497034825429-c343d7c6a68f?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=&crop=\" alt=\"\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-0 nfd-p-xs\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-0 nfd-p-xs wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-text-contrast\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} --><p class=\"nfd-text-md nfd-text-contrast\" style=\"font-style:normal;font-weight:600\">Strawberry ice cream</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-shadow-xs nfd-p-xs nfd-gap-sm is-style-nfd-theme-white\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-shadow-xs nfd-p-xs nfd-gap-sm is-style-nfd-theme-white wp-block-group\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1471500466955-85aecf33f71f?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-0 nfd-p-xs\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-0 nfd-p-xs wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-text-contrast\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} --><p class=\"nfd-text-md nfd-text-contrast\" style=\"font-style:normal;font-weight:600\">Beach picnic</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:7:\"gallery\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:130;s:11:\"is_featured\";b:0;}i:222;a:11:{s:2:\"id\";s:36:\"9e069676-3323-401e-9544-9d06ea586a12\";s:4:\"slug\";s:10:\"gallery-14\";s:5:\"title\";s:10:\"gallery-14\";s:11:\"description\";s:10:\"gallery-14\";s:7:\"content\";s:5646:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Gallery Bento\"},\"nfdGroupTheme\":\"light\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-light nfd-wb-gallery__gallery-14\" ><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-md\"} --><div class=\"nfd-gap-md wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"className\":\"nfd-shadow-xs nfd-p-xs nfd-gap-sm is-style-nfd-theme-white\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-shadow-xs nfd-p-xs nfd-gap-sm is-style-nfd-theme-white wp-block-group\"><!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1521089815383-cf2b2cf7f0f0?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=&crop=\" alt=\"\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-0 nfd-p-xs\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-0 nfd-p-xs wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-text-contrast\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} --><p class=\"nfd-text-md nfd-text-contrast\" style=\"font-style:normal;font-weight:600\">South Beach, Miami</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"className\":\"nfd-shadow-xs nfd-p-xs nfd-gap-sm is-style-nfd-theme-white\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-shadow-xs nfd-p-xs nfd-gap-sm is-style-nfd-theme-white wp-block-group\"><!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1713970293710-b23f84694df4?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=&crop=\" alt=\"\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-0 nfd-p-xs\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-0 nfd-p-xs wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-text-contrast\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} --><p class=\"nfd-text-md nfd-text-contrast\" style=\"font-style:normal;font-weight:600\">Palm trees</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"className\":\"nfd-shadow-xs nfd-p-xs nfd-gap-sm is-style-nfd-theme-white\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-shadow-xs nfd-p-xs nfd-gap-sm is-style-nfd-theme-white wp-block-group\"><!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1530440516251-9ced1fd5e76e?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=&crop=\" alt=\"\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-0 nfd-p-xs\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-0 nfd-p-xs wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-text-contrast\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} --><p class=\"nfd-text-md nfd-text-contrast\" style=\"font-style:normal;font-weight:600\">Summer girl</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"className\":\"nfd-shadow-xs nfd-p-xs nfd-gap-sm is-style-nfd-theme-white\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-shadow-xs nfd-p-xs nfd-gap-sm is-style-nfd-theme-white wp-block-group\"><!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1570299437522-f66ff98d52e7?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=&crop=\" alt=\"\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-0 nfd-p-xs\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-0 nfd-p-xs wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-text-contrast\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} --><p class=\"nfd-text-md nfd-text-contrast\" style=\"font-style:normal;font-weight:600\">Old red car in Havana</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:7:\"gallery\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:140;s:11:\"is_featured\";b:0;}i:223;a:11:{s:2:\"id\";s:36:\"9e069676-378a-401d-aa84-94b91f725f58\";s:4:\"slug\";s:10:\"gallery-15\";s:5:\"title\";s:10:\"gallery-15\";s:11:\"description\";s:10:\"gallery-15\";s:7:\"content\";s:4458:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Gallery\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-white nfd-wb-gallery__gallery-15\" ><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}}} --><div class=\"wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"top\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} --><div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:image {\"aspectRatio\":\"9/16\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"is-style-default\"} --><figure class=\"is-style-default wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1506079478915-3f458c5077a7?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=&crop=\" alt=\"\" style=\"aspect-ratio:9/16;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:image {\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1471500466955-85aecf33f71f?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=&crop=\" alt=\"\" style=\"aspect-ratio:4/3;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"45%\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} --><div class=\"wp-block-column is-vertically-aligned-stretch\" style=\"flex-basis:45%\"><!-- wp:group {\"className\":\"nfd-h-full\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\",\"verticalAlignment\":\"space-between\"}} --><div class=\"nfd-h-full wp-block-group\"><!-- wp:image {\"aspectRatio\":\"16/9\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1521089815383-cf2b2cf7f0f0?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=&crop=\" alt=\"\" style=\"aspect-ratio:16/9;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-p-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"nfdAnimation\":\"\"} --><div class=\"nfd-p-md wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} --><h1 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-center\">Beach Vibes</h1><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"bottom\"}} --><div class=\"wp-block-group\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1570299437522-f66ff98d52e7?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1713970293710-b23f84694df4?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"top\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} --><div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:image {\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1604348825621-22800b6ed16d?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=&crop=\" alt=\"\" style=\"aspect-ratio:4/3;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:image {\"aspectRatio\":\"9/16\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1497034825429-c343d7c6a68f?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=&crop=\" alt=\"\" style=\"aspect-ratio:9/16;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:7:\"gallery\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:150;s:11:\"is_featured\";b:0;}i:224;a:11:{s:2:\"id\";s:36:\"9e069676-3bdf-4044-9689-2c9468e93141\";s:4:\"slug\";s:10:\"gallery-16\";s:5:\"title\";s:10:\"gallery-16\";s:11:\"description\";s:10:\"gallery-16\";s:7:\"content\";s:4158:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Gallery\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg nfd-wb-gallery__gallery-16\" ><!-- wp:group {\"metadata\":{\"name\":\"Heading\"},\"className\":\"nfd-container nfd-pb-md nfd-wb-headings__heading-20\",\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"layout\":{\"type\":\"constrained\"},\"nfdGroupEffect\":\"dots\"} --><div class=\"nfd-container nfd-pb-md nfd-wb-headings__heading-20 wp-block-group nfd-bg-effect-dots\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"className\":\"nfd-shadow-xs nfd-rounded-full is-style-nfd-theme-primary\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"16px\",\"left\":\"16px\",\"top\":\"6px\",\"bottom\":\"6px\"}}},\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"primary\"} --><div class=\"nfd-shadow-xs nfd-rounded-full is-style-nfd-theme-primary wp-block-group\" style=\"padding-top:6px;padding-right:16px;padding-bottom:6px;padding-left:16px\"><!-- wp:paragraph {\"className\":\"nfd-text-xs\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} --><p class=\"nfd-text-xs\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\">Our Purpose</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance\"} --><h2 class=\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance has-text-align-center\">Guiding Beliefs</h2><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-md nfd-text-balance nfd-text-faded\"} --><p class=\"nfd-text-md nfd-text-balance nfd-text-faded has-text-align-center\">Empower your future with exciting challenges and a supportive environment. Join us!</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:columns {\"align\":\"wide\",\"className\":\"nfd-overflow-hidden\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}}} --><div class=\"nfd-overflow-hidden wp-block-columns alignwide\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"\"} --><div class=\"wp-block-column is-vertically-aligned-stretch\"><!-- wp:image {\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-h-full nfd-img-object-right\"} --><figure class=\"nfd-h-full nfd-img-object-right wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1732465286852-a0b95393a90d?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=&crop=\" alt=\"\" style=\"aspect-ratio:4/3;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:image {\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1732466285965-87c9caa258a0?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=&crop=\" alt=\"\" style=\"aspect-ratio:4/3;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"stretch\"} --><div class=\"wp-block-column is-vertically-aligned-stretch\"><!-- wp:image {\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-h-full nfd-img-object-left\"} --><figure class=\"nfd-h-full nfd-img-object-left wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1731902062588-4dce45ccc0cb?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=&crop=\" alt=\"\" style=\"aspect-ratio:4/3;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:7:\"gallery\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:160;s:11:\"is_featured\";b:0;}i:225;a:11:{s:2:\"id\";s:36:\"9e069676-40a5-4f53-8418-3f52f83dafe0\";s:4:\"slug\";s:10:\"gallery-17\";s:5:\"title\";s:10:\"gallery-17\";s:11:\"description\";s:10:\"gallery-17\";s:7:\"content\";s:6159:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Title + Bento Grid\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md nfd-wb-gallery__gallery-17\" ><!-- wp:group {\"metadata\":{\"name\":\"Heading\"},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-contrast nfd-text-xl nfd-text-balance\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}}} --><h3 class=\"nfd-text-contrast nfd-text-xl nfd-text-balance wp-block-heading\" style=\"font-style:normal;font-weight:500\">Popular Books</h3><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:paragraph {\"align\":\"right\",\"className\":\"nfd-text-faded nfd-text-opacity-80 nfd-text-balance nfd-text-md nfd-shrink-0\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} --><p class=\"nfd-text-faded nfd-text-opacity-80 nfd-text-balance nfd-text-md nfd-shrink-0 has-text-align-right\" style=\"font-style:normal;font-weight:600\"><a href=\"#\">Explore Further</a></p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:columns {\"metadata\":{\"name\":\"Bento Grid\"},\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|70\",\"bottom\":\"var:preset|spacing|70\"},\"blockGap\":{\"top\":\"24px\",\"left\":\"8px\"}}}} --><div class=\"wp-block-columns\" style=\"margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)\"><!-- wp:column {\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} --><div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-p-0 nfd-rounded-xl nfd-mask-fade-to-b\"} --><figure class=\"nfd-p-0 nfd-rounded-xl nfd-mask-fade-to-b wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1459369510627-9efbee1e6051?q=80&w=800&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.25\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} --><p style=\"font-style:normal;font-weight:600;line-height:1.25\" class=\"\">The Starlit Accord</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80 nfd-text-sm\"} --><p class=\"nfd-text-opacity-80 nfd-text-sm\">Amelia Hartwell</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} --><div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-p-0 nfd-rounded-xl nfd-mask-fade-to-b\"} --><figure class=\"nfd-p-0 nfd-rounded-xl nfd-mask-fade-to-b wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1511108690759-009324a90311?q=80&w=800&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.25\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} --><p style=\"font-style:normal;font-weight:600;line-height:1.25\" class=\"\">Beneath Crimson Skies</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80 nfd-text-sm\"} --><p class=\"nfd-text-opacity-80 nfd-text-sm\">Nathaniel Cross</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} --><div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-p-0 nfd-rounded-xl nfd-mask-fade-to-b\"} --><figure class=\"nfd-p-0 nfd-rounded-xl nfd-mask-fade-to-b wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1521123845560-14093637aa7d?q=80&w=800&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.25\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} --><p style=\"font-style:normal;font-weight:600;line-height:1.25\" class=\"\">The Alabaster Cipher</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80 nfd-text-sm\"} --><p class=\"nfd-text-opacity-80 nfd-text-sm\">Eliza Ravenscroft</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} --><div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-p-0 nfd-rounded-xl nfd-mask-fade-to-b\"} --><figure class=\"nfd-p-0 nfd-rounded-xl nfd-mask-fade-to-b wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1551300316-df48a0cd4320?q=80&w=800&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.25\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} --><p style=\"font-style:normal;font-weight:600;line-height:1.25\" class=\"\">Echoes of the Verdant Isles</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80 nfd-text-sm\"} --><p class=\"nfd-text-opacity-80 nfd-text-sm\">Callum Vane</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:7:\"gallery\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:170;s:11:\"is_featured\";b:0;}i:226;a:11:{s:2:\"id\";s:36:\"9e85032f-5e68-48c1-a26e-e64777a9e548\";s:4:\"slug\";s:10:\"gallery-18\";s:5:\"title\";s:10:\"gallery-18\";s:11:\"description\";s:10:\"gallery-18\";s:7:\"content\";s:3288:\"<!-- wp:group {\"metadata\":{\"name\":\"Gallery\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-wb-gallery__gallery-18\" ><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"4px\",\"left\":\"4px\"}}}} --><div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}}} --><div class=\"wp-block-column\"><!-- wp:image {\"lightbox\":{\"enabled\":true},\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1677946104102-2bca19a5d892?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=800&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:image {\"lightbox\":{\"enabled\":true},\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1677946061345-80328185774c?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=800&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}}} --><div class=\"wp-block-column\"><!-- wp:image {\"lightbox\":{\"enabled\":true},\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1677946012044-8503a35fc088?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=800&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:image {\"lightbox\":{\"enabled\":true},\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1677946024671-267a2efa700c?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=800&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}}} --><div class=\"wp-block-column\"><!-- wp:image {\"lightbox\":{\"enabled\":true},\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1677946104002-53995e91c8f4?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=800&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:image {\"lightbox\":{\"enabled\":true},\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1677946000250-291b478d60a3?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=800&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:7:{i:0;s:10:\"image grid\";i:1;s:5:\"image\";i:2;s:7:\"picture\";i:3;s:8:\"3 column\";i:4;s:5:\"photo\";i:5;s:7:\"minimal\";i:6;s:6:\"simple\";}s:10:\"categories\";s:7:\"gallery\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:180;s:11:\"is_featured\";b:0;}i:227;a:11:{s:2:\"id\";s:36:\"9e85032f-6bee-473d-a181-aeec0ca55aba\";s:4:\"slug\";s:10:\"gallery-19\";s:5:\"title\";s:10:\"gallery-19\";s:11:\"description\";s:10:\"gallery-19\";s:7:\"content\";s:5299:\"<!-- wp:group {\"metadata\":{\"name\":\"Gallery\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-wb-gallery__gallery-19\" ><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"4px\",\"left\":\"4px\"}}}} --><div class=\"wp-block-columns\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}}} --><div class=\"wp-block-column\"><!-- wp:image {\"lightbox\":{\"enabled\":true},\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1740382282199-7d70397381c2?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=900&h=600&crop=\" alt=\"\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:image {\"lightbox\":{\"enabled\":true},\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1547235001-d703406d3f17?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NHx8ZGVzZXJ0fGVufDB8fDB8fHww&w=900&h=600&crop=\" alt=\"\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}}} --><div class=\"wp-block-column\"><!-- wp:image {\"lightbox\":{\"enabled\":true},\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1740382281828-82b881288421?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwcm9maWxlLXBhZ2V8Mnx8fGVufDB8fHx8fA%3D%3D&w=900&h=600&crop=\" alt=\"\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:image {\"lightbox\":{\"enabled\":true},\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1516653980844-c68df1de5249?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTV8fGRlc2VydHxlbnwwfHwwfHx8MA%3D%3D&w=900&h=600&crop=\" alt=\"\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}}} --><div class=\"wp-block-column\"><!-- wp:image {\"lightbox\":{\"enabled\":true},\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1509316785289-025f5b846b35?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8ZGVzZXJ0fGVufDB8fDB8fHww&w=900&h=600&crop=\" alt=\"\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:image {\"lightbox\":{\"enabled\":true},\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1559767180-47d8f4919e5d?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8OHx8ZGVzZXJ0fGVufDB8fDB8fHww&w=900&h=600&crop=\" alt=\"\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}}} --><div class=\"wp-block-column\"><!-- wp:image {\"lightbox\":{\"enabled\":true},\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1740382282229-2b5bcc125baa?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=900&h=600&crop=\" alt=\"\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:image {\"lightbox\":{\"enabled\":true},\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1547234935-80c7145ec969?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTl8fGRlc2VydHxlbnwwfHwwfHx8MA%3D%3D&w=900&h=600&crop=\" alt=\"\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}}} --><div class=\"wp-block-column\"><!-- wp:image {\"lightbox\":{\"enabled\":true},\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1448831338187-78296e6fdc4d?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTJ8fGRlc2VydHxlbnwwfHwwfHx8MA%3D%3D&w=900&h=600&crop=\" alt=\"\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:image {\"lightbox\":{\"enabled\":true},\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1544034287-c9c09e0341a1?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MjZ8fGRlc2VydHxlbnwwfHwwfHx8MA%3D%3D&w=900&h=600&crop=\" alt=\"\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:8:{i:0;s:5:\"image\";i:1;s:10:\"image grid\";i:2;s:7:\"picture\";i:3;s:5:\"photo\";i:4;s:10:\"photo grid\";i:5;s:6:\"modern\";i:6;s:5:\"clean\";i:7;s:7:\"minimal\";}s:10:\"categories\";s:7:\"gallery\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:190;s:11:\"is_featured\";b:0;}i:228;a:11:{s:2:\"id\";s:36:\"9e85032f-73ba-4c12-becb-e6be24650557\";s:4:\"slug\";s:10:\"gallery-20\";s:5:\"title\";s:10:\"gallery-20\";s:11:\"description\";s:10:\"gallery-20\";s:7:\"content\";s:7988:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"12px\",\"left\":\"12px\",\"top\":\"12px\",\"bottom\":\"12px\"}}},\"metadata\":{\"name\":\"Gallery\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull nfd-container nfd-wb-gallery__gallery-20\" style=\"padding-top:12px;padding-right:12px;padding-bottom:12px;padding-left:12px;\"><!-- wp:gallery {\"columns\":6,\"linkTo\":\"lightbox\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"12px\",\"left\":\"12px\"}}}} --><figure class=\"wp-block-gallery has-nested-images columns-6 is-cropped\"><!-- wp:image {\"lightbox\":{\"enabled\":true},\"linkDestination\":\"none\",\"className\":\"nfd-rounded-md nfd-overflow-hidden\"} --><figure class=\"nfd-rounded-md nfd-overflow-hidden wp-block-image\"><img src=\"https://images.unsplash.com/photo-1677946000250-291b478d60a3?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=600&h=600&crop=\" alt=\"\"/></figure><!-- /wp:image --><!-- wp:image {\"lightbox\":{\"enabled\":true},\"linkDestination\":\"none\",\"className\":\"nfd-rounded-md nfd-overflow-hidden\"} --><figure class=\"nfd-rounded-md nfd-overflow-hidden wp-block-image\"><img src=\"https://images.unsplash.com/photo-1677946024671-267a2efa700c?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=600&h=600&crop=\" alt=\"\"/></figure><!-- /wp:image --><!-- wp:image {\"lightbox\":{\"enabled\":true},\"linkDestination\":\"none\",\"className\":\"nfd-rounded-md nfd-overflow-hidden\"} --><figure class=\"nfd-rounded-md nfd-overflow-hidden wp-block-image\"><img src=\"https://images.unsplash.com/photo-1677946073969-ac599eee3508?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=600&h=600&crop=\" alt=\"\"/></figure><!-- /wp:image --><!-- wp:image {\"lightbox\":{\"enabled\":true},\"linkDestination\":\"none\",\"className\":\"nfd-rounded-md nfd-overflow-hidden\"} --><figure class=\"nfd-rounded-md nfd-overflow-hidden wp-block-image\"><img src=\"https://images.unsplash.com/photo-1677946104002-53995e91c8f4?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=600&h=600&crop=\" alt=\"\"/></figure><!-- /wp:image --><!-- wp:image {\"lightbox\":{\"enabled\":true},\"linkDestination\":\"none\",\"className\":\"nfd-rounded-md nfd-overflow-hidden\"} --><figure class=\"nfd-rounded-md nfd-overflow-hidden wp-block-image\"><img src=\"https://images.unsplash.com/photo-1677946104102-2bca19a5d892?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=600&h=600&crop=\" alt=\"\"/></figure><!-- /wp:image --><!-- wp:image {\"lightbox\":{\"enabled\":true},\"linkDestination\":\"none\",\"className\":\"nfd-rounded-md nfd-overflow-hidden\"} --><figure class=\"nfd-rounded-md nfd-overflow-hidden wp-block-image\"><img src=\"https://images.unsplash.com/photo-1677946000250-291b478d60a3?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=600&h=600&crop=\" alt=\"\"/></figure><!-- /wp:image --><!-- wp:image {\"lightbox\":{\"enabled\":true},\"linkDestination\":\"none\",\"className\":\"nfd-rounded-md nfd-overflow-hidden\"} --><figure class=\"nfd-rounded-md nfd-overflow-hidden wp-block-image\"><img src=\"https://images.unsplash.com/photo-1677946024671-267a2efa700c?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=600&h=600&crop=\" alt=\"\"/></figure><!-- /wp:image --><!-- wp:image {\"lightbox\":{\"enabled\":true},\"linkDestination\":\"none\",\"className\":\"nfd-rounded-md nfd-overflow-hidden\"} --><figure class=\"nfd-rounded-md nfd-overflow-hidden wp-block-image\"><img src=\"https://images.unsplash.com/photo-1677946024671-267a2efa700c?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=600&h=600&crop=\" alt=\"\"/></figure><!-- /wp:image --><!-- wp:image {\"lightbox\":{\"enabled\":true},\"linkDestination\":\"none\",\"className\":\"nfd-rounded-md nfd-overflow-hidden\"} --><figure class=\"nfd-rounded-md nfd-overflow-hidden wp-block-image\"><img src=\"https://images.unsplash.com/photo-1677946073969-ac599eee3508?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=600&h=600&crop=\" alt=\"\"/></figure><!-- /wp:image --><!-- wp:image {\"lightbox\":{\"enabled\":true},\"linkDestination\":\"none\",\"className\":\"nfd-rounded-md nfd-overflow-hidden\"} --><figure class=\"nfd-rounded-md nfd-overflow-hidden wp-block-image\"><img src=\"https://images.unsplash.com/photo-1677946104002-53995e91c8f4?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=600&h=600&crop=\" alt=\"\"/></figure><!-- /wp:image --><!-- wp:image {\"lightbox\":{\"enabled\":true},\"linkDestination\":\"none\",\"className\":\"nfd-rounded-md nfd-overflow-hidden\"} --><figure class=\"nfd-rounded-md nfd-overflow-hidden wp-block-image\"><img src=\"https://images.unsplash.com/photo-1677946104102-2bca19a5d892?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=600&h=600&crop=\" alt=\"\"/></figure><!-- /wp:image --><!-- wp:image {\"lightbox\":{\"enabled\":true},\"linkDestination\":\"none\",\"className\":\"nfd-rounded-md nfd-overflow-hidden\"} --><figure class=\"nfd-rounded-md nfd-overflow-hidden wp-block-image\"><img src=\"https://images.unsplash.com/photo-1677946000250-291b478d60a3?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=600&h=600&crop=\" alt=\"\"/></figure><!-- /wp:image --><!-- wp:image {\"lightbox\":{\"enabled\":true},\"linkDestination\":\"none\",\"className\":\"nfd-rounded-md nfd-overflow-hidden\"} --><figure class=\"nfd-rounded-md nfd-overflow-hidden wp-block-image\"><img src=\"https://images.unsplash.com/photo-1677946061345-80328185774c?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=600&h=600&crop=\" alt=\"\"/></figure><!-- /wp:image --><!-- wp:image {\"lightbox\":{\"enabled\":true},\"linkDestination\":\"none\",\"className\":\"nfd-rounded-md nfd-overflow-hidden\"} --><figure class=\"nfd-rounded-md nfd-overflow-hidden wp-block-image\"><img src=\"https://images.unsplash.com/photo-1677946104002-53995e91c8f4?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=600&h=600&crop=\" alt=\"\"/></figure><!-- /wp:image --><!-- wp:image {\"lightbox\":{\"enabled\":true},\"linkDestination\":\"none\",\"className\":\"nfd-rounded-md nfd-overflow-hidden\"} --><figure class=\"nfd-rounded-md nfd-overflow-hidden wp-block-image\"><img src=\"https://images.unsplash.com/photo-1677946012044-8503a35fc088?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=600&h=600&crop=\" alt=\"\"/></figure><!-- /wp:image --><!-- wp:image {\"lightbox\":{\"enabled\":true},\"linkDestination\":\"none\",\"className\":\"nfd-rounded-md nfd-overflow-hidden\"} --><figure class=\"nfd-rounded-md nfd-overflow-hidden wp-block-image\"><img src=\"https://images.unsplash.com/photo-1677946000250-291b478d60a3?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=600&h=600&crop=\" alt=\"\"/></figure><!-- /wp:image --><!-- wp:image {\"lightbox\":{\"enabled\":true},\"linkDestination\":\"none\",\"className\":\"nfd-rounded-md nfd-overflow-hidden\"} --><figure class=\"nfd-rounded-md nfd-overflow-hidden wp-block-image\"><img src=\"https://images.unsplash.com/photo-1677946024671-267a2efa700c?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=600&h=600&crop=\" alt=\"\"/></figure><!-- /wp:image --><!-- wp:image {\"lightbox\":{\"enabled\":true},\"linkDestination\":\"none\",\"className\":\"nfd-rounded-md nfd-overflow-hidden\"} --><figure class=\"nfd-rounded-md nfd-overflow-hidden wp-block-image\"><img src=\"https://images.unsplash.com/photo-1677946061345-80328185774c?q=80&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=600&h=600&crop=\" alt=\"\"/></figure><!-- /wp:image --></figure><!-- /wp:gallery --></div><!-- /wp:group -->\";s:4:\"tags\";a:8:{i:0;s:7:\"minimal\";i:1;s:5:\"image\";i:2;s:10:\"image grid\";i:3;s:7:\"rounded\";i:4;s:5:\"photo\";i:5;s:6:\"simple\";i:6;s:10:\"photo grid\";i:7;s:5:\"clean\";}s:10:\"categories\";s:7:\"gallery\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:200;s:11:\"is_featured\";b:0;}i:229;a:11:{s:2:\"id\";s:36:\"9e85032f-7b74-40ad-b89e-504e7e24cc79\";s:4:\"slug\";s:10:\"gallery-21\";s:5:\"title\";s:10:\"gallery-21\";s:11:\"description\";s:10:\"gallery-21\";s:7:\"content\";s:3182:\"<!-- wp:group {\"align\":\"full\",\"metadata\":{\"name\":\"Gallery\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull nfd-container nfd-wb-gallery__gallery-21\" ><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0px\",\"left\":\"0px\"}}}} --><div class=\"wp-block-columns\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} --><div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1542291026-7eec264c27ff?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8c2hvZXN8ZW58MHx8MHx8fDA%3D&w=600&h=600&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"wp-block-group\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1658492572022-ecf972b354a0?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1yZWxhdGVkfDE5fHx8ZW58MHx8fHx8&w=600&h=600&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1600185365483-26d7a4cc7519?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1yZWxhdGVkfDV8fHxlbnwwfHx8fHw%3D&w=600&h=600&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} --><div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"wp-block-group\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1491553895911-0055eca6402d?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1yZWxhdGVkfDd8fHxlbnwwfHx8fHw%3D&w=600&h=600&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1515955656352-a1fa3ffcd111?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1yZWxhdGVkfDZ8fHxlbnwwfHx8fHw%3D&w=600&h=600&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:group --><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1511556532299-8f662fc26c06?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1yZWxhdGVkfDE1fHx8ZW58MHx8fHx8&w=600&h=600&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:8:{i:0;s:5:\"clean\";i:1;s:4:\"hero\";i:2;s:5:\"image\";i:3;s:10:\"image grid\";i:4;s:5:\"photo\";i:5;s:10:\"photo grid\";i:6;s:6:\"modern\";i:7;s:7:\"picture\";}s:10:\"categories\";s:7:\"gallery\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:210;s:11:\"is_featured\";b:0;}i:230;a:11:{s:2:\"id\";s:36:\"9e85032f-82ac-4562-a1ad-5f7cfc38a1fd\";s:4:\"slug\";s:10:\"gallery-22\";s:5:\"title\";s:10:\"gallery-22\";s:11:\"description\";s:10:\"gallery-22\";s:7:\"content\";s:6217:\"<!-- wp:group {\"metadata\":{\"name\":\"Gallery\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-wb-gallery__gallery-22\" ><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"12px\",\"left\":\"12px\"}}}} --><div class=\"wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"stretch\",\"style\":{\"spacing\":{\"blockGap\":\"12px\"}}} --><div class=\"wp-block-column is-vertically-aligned-stretch\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\"><!-- wp:cover {\"isUserOverlayColor\":true,\"gradient\":\"luminous-vivid-orange-to-vivid-red\",\"contentPosition\":\"bottom left\",\"className\":\"nfd-text-balance nfd-p-card-sm\",\"style\":{\"dimensions\":{\"aspectRatio\":\"1\"},\"border\":{\"radius\":\"8px\"}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-text-balance nfd-p-card-sm wp-block-cover has-custom-content-position is-position-bottom-left\" style=\"border-radius:8px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient has-luminous-vivid-orange-to-vivid-red-gradient-background\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-gap-sm nfd-p-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-gap-sm nfd-p-xs wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-lg\",\"style\":{\"typography\":{\"lineHeight\":\"1.2\"}}} --><p class=\"nfd-text-lg\" style=\"line-height:1.2\">Indulge in Sweet Bliss</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-sm nfd-text-opacity-80\"} --><p class=\"nfd-text-sm nfd-text-opacity-80\">Treat yourself to delightful handcrafted confections.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:group --><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"radius\":\"8px\"}}} --><figure class=\"wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1652555287976-44e0ac29c08b?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwcm9maWxlLXBhZ2V8MXx8fGVufDB8fHx8fA%3D%3D&w=600&h=&crop=\" alt=\"\" style=\"border-radius:8px;aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"12px\"}}} --><div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"radius\":\"8px\"}}} --><figure class=\"wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1652555286866-1bef20014bc0?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwcm9maWxlLXBhZ2V8M3x8fGVufDB8fHx8fA%3D%3D&w=600&h=&crop=\" alt=\"\" style=\"border-radius:8px;aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"radius\":\"8px\"}}} --><figure class=\"wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1591066538126-8f14b8d1ff41?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8OHx8bWFjYXJvb25zfGVufDB8fDB8fHww&w=600&h=&crop=\" alt=\"\" style=\"border-radius:8px;aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"12px\"}}} --><div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"radius\":\"8px\"}}} --><figure class=\"wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1652555286878-d010d3c875d3?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwcm9maWxlLXBhZ2V8Mnx8fGVufDB8fHx8fA%3D%3D&w=600&h=&crop=\" alt=\"\" style=\"border-radius:8px;aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"radius\":\"8px\"}}} --><figure class=\"wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1462745294598-b3f9a2d7b858?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTZ8fG1hY2Fyb29uc3xlbnwwfHwwfHx8MA%3D%3D&w=600&h=&crop=\" alt=\"\" style=\"border-radius:8px;aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"12px\"}}} --><div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"radius\":\"8px\"}}} --><figure class=\"wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1612198790700-0ff08cb726e5?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8bWFjYXJvb25zfGVufDB8fDB8fHww&w=600&h=&crop=\" alt=\"\" style=\"border-radius:8px;aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:cover {\"isUserOverlayColor\":true,\"gradient\":\"vivid-cyan-blue-to-vivid-purple\",\"contentPosition\":\"center center\",\"className\":\"nfd-gap-sm nfd-p-card-sm nfd-text-balance is-style-default\",\"style\":{\"dimensions\":{\"aspectRatio\":\"1\"},\"border\":{\"radius\":\"8px\"}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-gap-sm nfd-p-card-sm nfd-text-balance is-style-default wp-block-cover\" style=\"border-radius:8px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient has-vivid-cyan-blue-to-vivid-purple-gradient-background\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-gap-sm nfd-p-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-gap-sm nfd-p-xs wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-huge\",\"style\":{\"typography\":{\"lineHeight\":\"1.2\"}}} --><p class=\"nfd-text-huge\" style=\"line-height:1.2\">200+</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-sm nfd-text-opacity-80\"} --><p class=\"nfd-text-sm nfd-text-opacity-80 has-text-align-center\">Satisfied customers each day in-store.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:7:{i:0;s:10:\"image grid\";i:1;s:6:\"images\";i:2;s:6:\"photos\";i:3;s:10:\"photo grid\";i:4;s:8:\"4 column\";i:5;s:11:\"image cards\";i:6;s:6:\"modern\";}s:10:\"categories\";s:7:\"gallery\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:220;s:11:\"is_featured\";b:0;}i:231;a:11:{s:2:\"id\";s:36:\"9f8e048e-1d9e-4e7f-ac6f-41c3589769c0\";s:4:\"slug\";s:10:\"gallery-23\";s:5:\"title\";s:10:\"gallery-23\";s:11:\"description\";s:10:\"gallery-23\";s:7:\"content\";s:4485:\"<!-- wp:group {\"className\":\"nfd-py-lg nfd-gap-lg\",\"align\":\"full\",\"metadata\":{\"name\":\"Gallery\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull nfd-container nfd-py-lg nfd-gap-lg nfd-wb-gallery__gallery-23\" ><!-- wp:group {\"className\":\"nfd-gap-3xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-3xl wp-block-group\"><!-- wp:group {\"className\":\"nfd-text-balance nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-text-balance nfd-gap-md wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\"} --><h2 class=\"wp-block-heading has-text-align-center\">Our projects</h2><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\"} --><p class=\"has-text-align-center\">Urnas amet ubitant tortors mattis interdum urnays. <br>Sagittis attitor cursus rutrum scelerisques glatea tempore placerat aliquam erat.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:columns --><div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} --><div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:image {\"lightbox\":{\"enabled\":true},\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"15px\"}}} --><figure class=\"wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1498429152472-9a433d9ddf3b?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=600&crop=square\" alt=\"\" style=\"border-radius:15px;aspect-ratio:3/2;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:image {\"lightbox\":{\"enabled\":true},\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"15px\"}}} --><figure class=\"wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1506377247377-2a5b3b417ebb?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=600&crop=square\" alt=\"\" style=\"border-radius:15px;aspect-ratio:3/2;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"width\":\"100%\"} --><div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:image {\"lightbox\":{\"enabled\":true},\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"15px\"}}} --><figure class=\"wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1504279577054-acfeccf8fc52?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=600&crop=square\" alt=\"\" style=\"border-radius:15px;aspect-ratio:3/2;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:image {\"lightbox\":{\"enabled\":true},\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"15px\"}}} --><figure class=\"wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1504868173-db962b7c3757?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=600&crop=square\" alt=\"\" style=\"border-radius:15px;aspect-ratio:3/2;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"width\":\"100%\"} --><div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:image {\"lightbox\":{\"enabled\":true},\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"15px\"}}} --><figure class=\"wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1526137630052-dc2c4693f0d5?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=600&crop=square\" alt=\"\" style=\"border-radius:15px;aspect-ratio:3/2;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:image {\"lightbox\":{\"enabled\":true},\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"15px\"}}} --><figure class=\"wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1562601579-599dec564e06?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=600&crop=square\" alt=\"\" style=\"border-radius:15px;aspect-ratio:3/2;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:7:\"gallery\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:230;s:11:\"is_featured\";b:0;}i:232;a:11:{s:2:\"id\";s:36:\"9ac51f06-8b5c-4f18-9e5d-364bf8e88574\";s:4:\"slug\";s:10:\"heading-10\";s:5:\"title\";s:10:\"heading-10\";s:11:\"description\";s:10:\"heading-10\";s:7:\"content\";s:1633:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"metadata\":{\"name\":\"Heading\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"grid-3\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-dark nfd-bg-effect-grid-3 nfd-wb-headings__heading-10\" ><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0.05em\"}},\"className\":\"nfd-text-sm nfd-text-secondary\"} --><p class=\"nfd-text-sm nfd-text-secondary has-text-align-center\" style=\"font-style:normal;font-weight:500;letter-spacing:0.05em;text-transform:uppercase\">Looking to get started?</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"left\",\"className\":\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance\"} --><h2 class=\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance has-text-align-left\">Create beautiful websites with <br>the power of WordPress blocks</h2><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"}},\"className\":\"nfd-text-md nfd-text-balance nfd-text-faded\"} --><p class=\"nfd-text-md nfd-text-balance nfd-text-faded has-text-align-left\" style=\"font-style:normal;font-weight:400\">We ensure smooth gathering experiences while you work your magic.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:7:{i:0;s:9:\"huge text\";i:1;s:5:\"title\";i:2;s:6:\"banner\";i:3;s:8:\"headline\";i:4;s:4:\"dark\";i:5;s:10:\"white text\";i:6;s:7:\"content\";}s:10:\"categories\";s:8:\"headings\";s:14:\"all_categories\";a:1:{i:0;s:8:\"headings\";}s:7:\"context\";N;s:5:\"order\";i:100;s:11:\"is_featured\";b:0;}i:233;a:11:{s:2:\"id\";s:36:\"9ac51f06-9435-42a6-b904-ba95e770fcc3\";s:4:\"slug\";s:10:\"heading-11\";s:5:\"title\";s:10:\"heading-11\";s:11:\"description\";s:10:\"heading-11\";s:7:\"content\";s:1971:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Heading\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md is-style-nfd-theme-white nfd-wb-headings__heading-11\" ><!-- wp:columns {\"verticalAlignment\":\"bottom\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}}} --><div class=\"wp-block-columns are-vertically-aligned-bottom\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"bottom\"} --><div class=\"wp-block-column is-vertically-aligned-bottom\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"letterSpacing\":\"0.05em\"}},\"className\":\"nfd-text-sm nfd-text-secondary\"} --><p class=\"nfd-text-sm nfd-text-secondary\" style=\"font-style:normal;font-weight:600;letter-spacing:0.05em;text-transform:uppercase\">Website Design Services</p><!-- /wp:paragraph --><!-- wp:heading {\"className\":\"wp-block-heading nfd-text-huge nfd-text-primary\"} --><h2 class=\"wp-block-heading nfd-text-huge nfd-text-primary\">Our expert team<br>Specializing in beautiful websites worldwide</h2><!-- /wp:heading --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"bottom\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-bottom\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":1.4,\"fontStyle\":\"normal\",\"fontWeight\":\"400\"}},\"className\":\"nfd-text-lg nfd-text-balance nfd-text-contrast\"} --><p class=\"nfd-text-lg nfd-text-balance nfd-text-contrast\" style=\"font-style:normal;font-weight:400;line-height:1.4\">Whether you need legal advice<br>Or assistance with content creation,<br>We\'ve got you covered.</p><!-- /wp:paragraph --><!-- wp:spacer {\"height\":\"4px\"} --><div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:7:{i:0;s:9:\"huge text\";i:1;s:5:\"title\";i:2;s:6:\"banner\";i:3;s:8:\"headline\";i:4;s:13:\"primary title\";i:5;s:8:\"2 column\";i:6;s:7:\"content\";}s:10:\"categories\";s:8:\"headings\";s:14:\"all_categories\";a:1:{i:0;s:8:\"headings\";}s:7:\"context\";N;s:5:\"order\";i:110;s:11:\"is_featured\";b:0;}i:234;a:11:{s:2:\"id\";s:36:\"9ac51f06-9cba-4521-b7e4-1517ed32283b\";s:4:\"slug\";s:10:\"heading-12\";s:5:\"title\";s:10:\"heading-12\";s:11:\"description\";s:10:\"heading-12\";s:7:\"content\";s:1903:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"metadata\":{\"name\":\"Heading\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md is-style-nfd-theme-white nfd-wb-headings__heading-12\" ><!-- wp:columns {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"32px\",\"left\":\"32px\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}}} --><div class=\"wp-block-columns are-vertically-aligned-center\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"textAlign\":\"right\",\"level\":3,\"className\":\"nfd-text-xl md:nfd-text-left nfd-text-primary nfd-text-balance\"} --><h3 class=\"nfd-text-xl md:nfd-text-left nfd-text-primary nfd-text-balance wp-block-heading has-text-align-right\">Custom themes <br>for global reach</h3><!-- /wp:heading --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"left\":\"32px\"}},\"border\":{\"left\":{\"width\":\"2px\"},\"top\":{},\"right\":{},\"bottom\":{}}},\"className\":\"nfd-normalize-gap\"} --><div class=\"nfd-normalize-gap wp-block-column is-vertically-aligned-center\" style=\"border-left-width:2px;padding-left:32px\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"6px\",\"bottom\":\"6px\"}}},\"className\":\"nfd-text-balance nfd-text-md\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-balance nfd-text-md wp-block-group\" style=\"padding-top:6px;padding-bottom:6px\"><!-- wp:paragraph --><p class=\"\">From responsive designs to robust customization options，we provide unwavering support for all your legal needs.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:7:{i:0;s:6:\"center\";i:1;s:7:\"xl text\";i:2;s:5:\"title\";i:3;s:6:\"banner\";i:4;s:8:\"headline\";i:5;s:8:\"2 column\";i:6;s:7:\"content\";}s:10:\"categories\";s:8:\"headings\";s:14:\"all_categories\";a:1:{i:0;s:8:\"headings\";}s:7:\"context\";N;s:5:\"order\";i:120;s:11:\"is_featured\";b:0;}i:235;a:11:{s:2:\"id\";s:36:\"9ac51f06-a624-42f9-a32b-36ee99c850ec\";s:4:\"slug\";s:10:\"heading-13\";s:5:\"title\";s:10:\"heading-13\";s:11:\"description\";s:10:\"heading-13\";s:7:\"content\";s:1989:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"metadata\":{\"name\":\"Heading\"},\"nfdGroupTheme\":\"light\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-light nfd-wb-headings__heading-13\" ><!-- wp:columns {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"32px\",\"left\":\"32px\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}}} --><div class=\"wp-block-columns are-vertically-aligned-center\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"textAlign\":\"right\",\"level\":3,\"className\":\"nfd-text-xl md:nfd-text-left nfd-text-contrast nfd-text-balance\"} --><h3 class=\"nfd-text-xl md:nfd-text-left nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-right\">Discover gorgeous websites <br>inspired by cities worldwide</h3><!-- /wp:heading --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"left\":\"32px\"}},\"border\":{\"left\":{\"width\":\"2px\"},\"top\":{},\"right\":{},\"bottom\":{}}},\"className\":\"nfd-normalize-gap\"} --><div class=\"nfd-normalize-gap wp-block-column is-vertically-aligned-center\" style=\"border-left-width:2px;padding-left:32px\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"6px\",\"bottom\":\"6px\"}}},\"className\":\"nfd-text-balance nfd-text-md\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-balance nfd-text-md wp-block-group\" style=\"padding-top:6px;padding-bottom:6px\"><!-- wp:paragraph --><p class=\"\">When it comes to creating stunning websites with powerful WordPress blocks and effortless content editing capabilities, we are your go-to choice for all your website needs.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:7:{i:0;s:6:\"center\";i:1;s:7:\"xl text\";i:2;s:5:\"title\";i:3;s:6:\"banner\";i:4;s:8:\"headline\";i:5;s:8:\"2 column\";i:6;s:7:\"content\";}s:10:\"categories\";s:8:\"headings\";s:14:\"all_categories\";a:1:{i:0;s:8:\"headings\";}s:7:\"context\";N;s:5:\"order\";i:130;s:11:\"is_featured\";b:0;}i:236;a:11:{s:2:\"id\";s:36:\"9ac51f06-ad98-452a-9a7b-4e9d9f0eb67a\";s:4:\"slug\";s:10:\"heading-14\";s:5:\"title\";s:10:\"heading-14\";s:11:\"description\";s:10:\"heading-14\";s:7:\"content\";s:1432:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"metadata\":{\"name\":\"Heading\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md is-style-nfd-theme-white nfd-wb-headings__heading-14\" ><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"letterSpacing\":\"0.05em\"}},\"className\":\"nfd-text-sm\"} --><p class=\"nfd-text-sm has-text-align-center\" style=\"font-style:normal;font-weight:500;letter-spacing:0.05em;text-transform:uppercase\">Ready for a stunning website?</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"left\",\"className\":\"nfd-text-xl nfd-text-primary nfd-text-balance\"} --><h2 class=\"nfd-text-xl nfd-text-primary nfd-text-balance wp-block-heading has-text-align-left\">Craft captivating memories<br>with the power of WordPress blocks</h2><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-md nfd-text-balance nfd-text-faded\"} --><p class=\"nfd-text-md nfd-text-balance nfd-text-faded has-text-align-left\">Transform your gatherings effortlessly as you create enchanting content</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:6:{i:0;s:5:\"title\";i:1;s:7:\"xl text\";i:2;s:6:\"banner\";i:3;s:8:\"headline\";i:4;s:13:\"primary title\";i:5;s:7:\"content\";}s:10:\"categories\";s:8:\"headings\";s:14:\"all_categories\";a:1:{i:0;s:8:\"headings\";}s:7:\"context\";N;s:5:\"order\";i:140;s:11:\"is_featured\";b:0;}i:237;a:11:{s:2:\"id\";s:36:\"9ac51f06-b5e4-4660-8a85-e0fa83d262b1\";s:4:\"slug\";s:10:\"heading-15\";s:5:\"title\";s:10:\"heading-15\";s:11:\"description\";s:10:\"heading-15\";s:7:\"content\";s:1577:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Heading\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md is-style-nfd-theme-white nfd-wb-headings__heading-15\" ><!-- wp:group {\"className\":\"nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-xl wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"right\":\"16px\",\"left\":\"16px\",\"top\":\"6px\",\"bottom\":\"6px\"}}},\"className\":\"nfd-bg-subtle nfd-rounded-full\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-bg-subtle nfd-rounded-full wp-block-group \" style=\"padding-top:6px;padding-right:16px;padding-bottom:6px;padding-left:16px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-contrast nfd-text-xs\"} --><p class=\"nfd-text-contrast nfd-text-xs\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\">Discover the specialists</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-contrast nfd-text-giga nfd-text-balance\"} --><h2 class=\"nfd-text-contrast nfd-text-giga nfd-text-balance wp-block-heading has-text-align-center \" style=\"font-style:normal;font-weight:500\">Our Masterminds</h2><!-- /wp:heading --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:7:{i:0;s:9:\"giga text\";i:1;s:6:\"center\";i:2;s:5:\"title\";i:3;s:6:\"banner\";i:4;s:8:\"headline\";i:5;s:13:\"primary title\";i:6;s:7:\"content\";}s:10:\"categories\";s:8:\"headings\";s:14:\"all_categories\";a:1:{i:0;s:8:\"headings\";}s:7:\"context\";N;s:5:\"order\";i:150;s:11:\"is_featured\";b:0;}i:238;a:11:{s:2:\"id\";s:36:\"9ac51f06-bd4c-4951-80ac-4fb8e9ab654f\";s:4:\"slug\";s:10:\"heading-16\";s:5:\"title\";s:10:\"heading-16\";s:11:\"description\";s:10:\"heading-16\";s:7:\"content\";s:2239:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Heading\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md is-style-nfd-theme-white nfd-wb-headings__heading-16\" ><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"right\":\"16px\",\"left\":\"16px\",\"top\":\"6px\",\"bottom\":\"6px\"}}},\"className\":\"nfd-bg-subtle nfd-rounded-full\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-bg-subtle nfd-rounded-full wp-block-group\" style=\"padding-top:6px;padding-right:16px;padding-bottom:6px;padding-left:16px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-contrast nfd-text-xs\"} --><p class=\"nfd-text-contrast nfd-text-xs\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\">Legal Disciplines</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|70\"}}}} --><div class=\"wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-contrast nfd-text-huge nfd-text-balance\"} --><h2 class=\"nfd-text-contrast nfd-text-huge nfd-text-balance wp-block-heading\" style=\"font-style:normal;font-weight:500\">Practice Areas</h2><!-- /wp:heading --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"470px\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:470px\"><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-faded nfd-text-balance nfd-text-md\"} --><p class=\"nfd-text-faded nfd-text-balance nfd-text-md has-text-align-left\">Being a first-choice employer within our sectors. Our process applies techniques from a variety of disciplines.</p><!-- /wp:paragraph --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:6:{i:0;s:9:\"huge text\";i:1;s:5:\"title\";i:2;s:6:\"banner\";i:3;s:8:\"headline\";i:4;s:8:\"2 column\";i:5;s:7:\"content\";}s:10:\"categories\";s:8:\"headings\";s:14:\"all_categories\";a:1:{i:0;s:8:\"headings\";}s:7:\"context\";N;s:5:\"order\";i:160;s:11:\"is_featured\";b:0;}i:239;a:11:{s:2:\"id\";s:36:\"9ac51f06-c4c3-4b14-9b77-5cb1d81188f8\";s:4:\"slug\";s:10:\"heading-17\";s:5:\"title\";s:10:\"heading-17\";s:11:\"description\";s:10:\"heading-17\";s:7:\"content\";s:1976:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"metadata\":{\"name\":\"Heading\"},\"nfdGroupTheme\":\"light\",\"nfdGroupEffect\":\"dots\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-light nfd-bg-effect-dots nfd-wb-headings__heading-17\" ><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"right\":\"16px\",\"left\":\"16px\",\"top\":\"6px\",\"bottom\":\"6px\"}}},\"className\":\"nfd-shadow-xs nfd-rounded-full\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"white\"} --><div class=\"nfd-shadow-xs nfd-rounded-full wp-block-group nfd-bg-surface nfd-theme-white\" style=\"padding-top:6px;padding-right:16px;padding-bottom:6px;padding-left:16px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-xs\"} --><p class=\"nfd-text-xs\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\">Trusted Professionals</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance\"} --><h2 class=\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance has-text-align-center\">Streamline your finances with our automation solutions </h2><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-md nfd-text-balance nfd-text-faded\"} --><p class=\"nfd-text-md nfd-text-balance nfd-text-faded has-text-align-center\">With a comprehensive suite of features, you can manage your budget, track your investments, plan for retirement, and more.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:6:{i:0;s:9:\"huge text\";i:1;s:6:\"center\";i:2;s:5:\"title\";i:3;s:6:\"banner\";i:4;s:8:\"headline\";i:5;s:7:\"content\";}s:10:\"categories\";s:8:\"headings\";s:14:\"all_categories\";a:1:{i:0;s:8:\"headings\";}s:7:\"context\";N;s:5:\"order\";i:170;s:11:\"is_featured\";b:0;}i:240;a:11:{s:2:\"id\";s:36:\"9ac51f06-ccb1-4fa5-ac25-427cd4ef77d4\";s:4:\"slug\";s:10:\"heading-18\";s:5:\"title\";s:10:\"heading-18\";s:11:\"description\";s:10:\"heading-18\";s:7:\"content\";s:2308:\"<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-wb-headings__heading-18\" ><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1594652137150-b5ecd7321974?w=1600&q=80&w=1200&h=&crop=\",\"dimRatio\":70,\"focalPoint\":{\"x\":0.5,\"y\":0.5},\"contentPosition\":\"center center\",\"className\":\"nfd-stretch-cover-child nfd-bg-gray-800 alignfull\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} --><div class=\"wp-block-cover nfd-stretch-cover-child nfd-bg-gray-800 alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-70 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1594652137150-b5ecd7321974?w=1600&q=80&w=1200&h=&crop=\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"border\":{\"top\":{\"width\":\"0px\",\"style\":\"none\"},\"right\":{\"color\":\"var:preset|color|white\",\"width\":\"32px\"},\"bottom\":{\"color\":\"var:preset|color|white\",\"width\":\"32px\"},\"left\":{\"color\":\"var:preset|color|white\",\"width\":\"32px\"}},\"spacing\":{\"blockGap\":\"32px\"}},\"className\":\"nfd-px-base nfd-grow nfd-w-full md:nfd-border-none alignfull\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\"}} --><div class=\"wp-block-group nfd-px-base nfd-grow nfd-w-full md:nfd-border-none alignfull\" style=\"border-top-style:none;border-top-width:0px;border-right-color:var(--wp--preset--color--white);border-right-width:32px;border-bottom-color:var(--wp--preset--color--white);border-bottom-width:32px;border-left-color:var(--wp--preset--color--white);border-left-width:32px\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"className\":\"nfd-text-giga md:nfd-text-left nfd-text-current md:nfd-no-br\"} --><h1 class=\"wp-block-heading has-text-align-center nfd-text-giga nfd-text-current md:nfd-text-left md:nfd-no-br\">About Us</h1><!-- /wp:heading --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:group -->\";s:4:\"tags\";a:10:{i:0;s:9:\"giga text\";i:1;s:6:\"center\";i:2;s:5:\"cover\";i:3;s:16:\"background image\";i:4;s:4:\"dark\";i:5;s:10:\"white text\";i:6;s:8:\"headline\";i:7;s:5:\"title\";i:8;s:6:\"banner\";i:9;s:7:\"content\";}s:10:\"categories\";s:8:\"headings\";s:14:\"all_categories\";a:1:{i:0;s:8:\"headings\";}s:7:\"context\";N;s:5:\"order\";i:180;s:11:\"is_featured\";b:0;}i:241;a:11:{s:2:\"id\";s:36:\"9ac51f06-d4e8-4244-bbae-b3e7f4f1dc36\";s:4:\"slug\";s:10:\"heading-19\";s:5:\"title\";s:10:\"heading-19\";s:11:\"description\";s:10:\"heading-19\";s:7:\"content\";s:1175:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Heading\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"grid-2\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-dark nfd-bg-effect-grid-2 nfd-wb-headings__heading-19\" ><!-- wp:group {\"className\":\"nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-xl wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-contrast nfd-text-giga nfd-text-balance\"} --><h2 class=\"nfd-text-contrast nfd-text-giga nfd-text-balance wp-block-heading has-text-align-center \" style=\"font-style:normal;font-weight:500\">About Us</h2><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-md nfd-text-balance nfd-text-faded\"} --><p class=\"nfd-text-md nfd-text-balance nfd-text-faded has-text-align-center \">We specialize in a wide range of legal areas. Our attorneys have extensive experience in everything from criminal defense to civil litigation.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:9:{i:0;s:9:\"giga text\";i:1;s:6:\"center\";i:2;s:5:\"cover\";i:3;s:4:\"dark\";i:4;s:10:\"white text\";i:5;s:8:\"headline\";i:6;s:5:\"title\";i:7;s:6:\"banner\";i:8;s:7:\"content\";}s:10:\"categories\";s:8:\"headings\";s:14:\"all_categories\";a:1:{i:0;s:8:\"headings\";}s:7:\"context\";N;s:5:\"order\";i:190;s:11:\"is_featured\";b:0;}i:242;a:11:{s:2:\"id\";s:36:\"9ac51f06-e4e2-4fb2-bcfe-ad2878c21583\";s:4:\"slug\";s:10:\"heading-20\";s:5:\"title\";s:10:\"heading-20\";s:11:\"description\";s:10:\"heading-20\";s:7:\"content\";s:1825:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"metadata\":{\"name\":\"Heading\"},\"nfdGroupEffect\":\"dots\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg nfd-bg-effect-dots nfd-wb-headings__heading-20\" ><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"right\":\"16px\",\"left\":\"16px\",\"top\":\"6px\",\"bottom\":\"6px\"}}},\"className\":\"nfd-shadow-xs nfd-rounded-full\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"primary\"} --><div class=\"nfd-shadow-xs nfd-rounded-full wp-block-group nfd-bg-surface nfd-theme-primary\" style=\"padding-top:6px;padding-right:16px;padding-bottom:6px;padding-left:16px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-xs\"} --><p class=\"nfd-text-xs\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\">Core Values</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance\"} --><h2 class=\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance has-text-align-center\">Our Mission</h2><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-md nfd-text-balance nfd-text-faded\"} --><p class=\"nfd-text-md nfd-text-balance nfd-text-faded has-text-align-center\">Your next career leap awaits in our dynamic work environment. Join us!</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:6:{i:0;s:9:\"huge text\";i:1;s:6:\"center\";i:2;s:8:\"headline\";i:3;s:5:\"title\";i:4;s:6:\"banner\";i:5;s:7:\"content\";}s:10:\"categories\";s:8:\"headings\";s:14:\"all_categories\";a:1:{i:0;s:8:\"headings\";}s:7:\"context\";N;s:5:\"order\";i:200;s:11:\"is_featured\";b:0;}i:243;a:11:{s:2:\"id\";s:36:\"9ac51f06-ed9c-4654-adab-41a06a42631f\";s:4:\"slug\";s:10:\"heading-21\";s:5:\"title\";s:10:\"heading-21\";s:11:\"description\";s:10:\"heading-21\";s:7:\"content\";s:1402:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Heading\"},\"nfdGroupTheme\":\"darker\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-darker nfd-wb-headings__heading-21\" ><!-- wp:group {\"className\":\"nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-xl wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-contrast nfd-text-huge nfd-text-balance\"} --><h2 class=\"nfd-text-contrast nfd-text-huge nfd-text-balance wp-block-heading has-text-align-center\" style=\"font-style:normal;font-weight:500\">Our Amazing Team</h2><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-md nfd-text-balance nfd-text-faded\"} --><p class=\"nfd-text-md nfd-text-balance nfd-text-faded has-text-align-center\">Our attorneys are highly experienced and well-versed in a variety of legal areas. Trust in our expertise to achieve the best outcome for your case.</p><!-- /wp:paragraph --><!-- wp:buttons --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-xl\"} --><div class=\"nfd-btn-xl wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">View Open Positions</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:7:{i:0;s:9:\"huge text\";i:1;s:6:\"center\";i:2;s:4:\"dark\";i:3;s:5:\"title\";i:4;s:6:\"banner\";i:5;s:8:\"headline\";i:6;s:7:\"content\";}s:10:\"categories\";s:8:\"headings\";s:14:\"all_categories\";a:1:{i:0;s:8:\"headings\";}s:7:\"context\";N;s:5:\"order\";i:210;s:11:\"is_featured\";b:0;}i:244;a:11:{s:2:\"id\";s:36:\"9ac51f06-f56e-45c4-8c08-6a580d883df9\";s:4:\"slug\";s:10:\"heading-22\";s:5:\"title\";s:10:\"heading-22\";s:11:\"description\";s:10:\"heading-22\";s:7:\"content\";s:1089:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"style\":{\"spacing\":{\"blockGap\":\"64px\"}},\"metadata\":{\"name\":\"Heading\"},\"nfdGroupTheme\":\"white\",\"nfdGroupEffect\":\"dots\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-white nfd-bg-effect-dots nfd-wb-headings__heading-22\" ><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"nfdAnimation\":\"\"} --><div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"className\":\"nfd-text-giga nfd-text-contrast nfd-text-balance\"} --><h1 class=\"nfd-text-giga nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-center \">Latest News</h1><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"}},\"className\":\"nfd-text-balance nfd-text-md nfd-text-faded\"} --><p class=\"nfd-text-balance nfd-text-md nfd-text-faded has-text-align-center \" style=\"font-style:normal;font-weight:400\">Stay up to date with the latest posts and updates</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:6:{i:0;s:9:\"giga text\";i:1;s:6:\"center\";i:2;s:8:\"headline\";i:3;s:5:\"title\";i:4;s:6:\"banner\";i:5;s:7:\"content\";}s:10:\"categories\";s:8:\"headings\";s:14:\"all_categories\";a:1:{i:0;s:8:\"headings\";}s:7:\"context\";N;s:5:\"order\";i:220;s:11:\"is_featured\";b:0;}i:245;a:11:{s:2:\"id\";s:36:\"9bee709b-9c64-44cc-83d7-ff6ea74947f5\";s:4:\"slug\";s:10:\"heading-23\";s:5:\"title\";s:10:\"heading-23\";s:11:\"description\";s:10:\"heading-23\";s:7:\"content\";s:784:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Heading\"},\"nfdGroupDivider\":\"nfd-divider-slant\",\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"dots\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg nfd-divider-slant is-style-nfd-theme-dark nfd-bg-effect-dots nfd-wb-headings__heading-23\" ><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"nfd-text-contrast nfd-text-giga nfd-text-balance\",\"nfdAnimation\":\"nfd-wb-twist-in\"} --><h2 class=\"nfd-text-contrast nfd-text-giga nfd-text-balance wp-block-heading has-text-align-center nfd-wb-animate nfd-wb-twist-in\">Heading</h2><!-- /wp:heading --><!-- wp:spacer {\"height\":\"16px\"} --><div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div><!-- /wp:group -->\";s:4:\"tags\";a:7:{i:0;s:9:\"giga text\";i:1;s:6:\"center\";i:2;s:8:\"headline\";i:3;s:5:\"title\";i:4;s:6:\"banner\";i:5;s:4:\"dark\";i:6;s:7:\"content\";}s:10:\"categories\";s:8:\"headings\";s:14:\"all_categories\";a:1:{i:0;s:8:\"headings\";}s:7:\"context\";N;s:5:\"order\";i:230;s:11:\"is_featured\";b:0;}i:246;a:11:{s:2:\"id\";s:36:\"9b73e2e7-2001-436c-8718-2faeb672d98b\";s:4:\"slug\";s:10:\"products-1\";s:5:\"title\";s:10:\"products-1\";s:11:\"description\";s:10:\"products-1\";s:7:\"content\";s:2997:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"style\":{\"spacing\":{\"blockGap\":\"64px\"}},\"metadata\":{\"name\":\"Latest Products\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg nfd-wb-products__products-1\" ><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"},\"metadata\":{\"name\":\"Title\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"className\":\"nfd-text-xl nfd-text-contrast\"} --><h2 class=\"nfd-text-xl nfd-text-contrast wp-block-heading has-text-align-left\">Latest Products</h2><!-- /wp:heading --><!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|secondary\"}}}},\"typography\":{\"textDecoration\":\"underline\"}},\"textColor\":\"primary\"} --><p class=\"has-primary-color has-text-color has-link-color\" style=\"text-decoration:underline\"><a href=\"#\">View All → →</a></p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"24px\"} --><div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:woocommerce/product-collection {\"id\":\"1b9fd4e2-3c71-4af2-873d-ebbc24911645\",\"queryId\":1,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"taxQuery\":{},\"isProductCollectionBlock\":true,\"perPage\":\"8\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"popularity\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":4,\"shrinkColumns\":true},\"className\":\"nfd-wc-products\",\"layout\":{\"type\":\"default\"}} --><div class=\"nfd-wc-products wp-block-woocommerce-product-collection\"><!-- wp:woocommerce/product-template {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}}} --><!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true,\"height\":\"\",\"className\":\"nfd-rounded-md\"} /--><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\",\"verticalAlignment\":\"top\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:post-title {\"textAlign\":\"left\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0\"}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-contrast\",\"fontSize\":\"normal\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /--><!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"10px\"}}},\"className\":\"nfd-text-sm nfd-text-faded\"} /--><!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"left\",\"className\":\"nfd-text-contrast\"} /--></div><!-- /wp:group --><!-- /wp:woocommerce/product-template --></div><!-- /wp:woocommerce/product-collection --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:12:{i:0;s:4:\"shop\";i:1;s:12:\"product grid\";i:2;s:9:\"3 columns\";i:3;s:13:\"product cards\";i:4;s:6:\"prices\";i:5;s:14:\"product titles\";i:6;s:10:\"sale badge\";i:7;s:18:\"product categories\";i:8;s:15:\"latest products\";i:9;s:16:\"product listings\";i:10;s:11:\"woocommerce\";i:11;s:8:\"commerce\";}s:10:\"categories\";s:8:\"products\";s:14:\"all_categories\";a:1:{i:0;s:8:\"products\";}s:7:\"context\";N;s:5:\"order\";i:10;s:11:\"is_featured\";b:0;}i:247;a:11:{s:2:\"id\";s:36:\"9b73e2e7-258b-467f-9177-a8352c8ea2dc\";s:4:\"slug\";s:10:\"products-2\";s:5:\"title\";s:10:\"products-2\";s:11:\"description\";s:10:\"products-2\";s:7:\"content\";s:1915:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Products\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg nfd-wb-products__products-2\" ><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"className\":\"nfd-text-balance\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"metadata\":{\"name\":\"Title\"}} --><div class=\"nfd-text-balance wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"className\":\"nfd-text-xl nfd-text-contrast\"} --><h2 class=\"nfd-text-xl nfd-text-contrast wp-block-heading has-text-align-left\">Browse Collection</h2><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">Find the best and trending outfits.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:woocommerce/product-collection {\"id\":\"155d154a-d477-45d1-a9fd-98a088c87a87\",\"queryId\":1,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"taxQuery\":{},\"isProductCollectionBlock\":true,\"perPage\":\"3\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":3,\"shrinkColumns\":false},\"className\":\"nfd-wc-products\"} --><div class=\"nfd-wc-products wp-block-woocommerce-product-collection\"><!-- wp:woocommerce/product-template {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}}} --><!-- wp:woocommerce/product-image {\"showSaleBadge\":false,\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true,\"height\":\"\",\"className\":\"nfd-rounded-md\"} /--><!-- /wp:woocommerce/product-template --></div><!-- /wp:woocommerce/product-collection --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:12:{i:0;s:4:\"shop\";i:1;s:12:\"product grid\";i:2;s:9:\"3 columns\";i:3;s:13:\"product cards\";i:4;s:6:\"prices\";i:5;s:14:\"product titles\";i:6;s:10:\"sale badge\";i:7;s:18:\"product categories\";i:8;s:15:\"latest products\";i:9;s:16:\"product listings\";i:10;s:11:\"woocommerce\";i:11;s:8:\"commerce\";}s:10:\"categories\";s:8:\"products\";s:14:\"all_categories\";a:1:{i:0;s:8:\"products\";}s:7:\"context\";N;s:5:\"order\";i:20;s:11:\"is_featured\";b:0;}i:248;a:11:{s:2:\"id\";s:36:\"9b73e2e7-2ba2-47a3-9a88-6dee52a1ddc7\";s:4:\"slug\";s:10:\"products-3\";s:5:\"title\";s:10:\"products-3\";s:11:\"description\";s:10:\"products-3\";s:7:\"content\";s:1470:\"<!-- wp:group {\"className\":\"nfd-p-lg nfd-gap-xl\",\"align\":\"full\",\"metadata\":{\"name\":\"Product Search\"},\"nfdGroupTheme\":\"primary\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull nfd-container nfd-p-lg nfd-gap-xl is-style-nfd-theme-primary nfd-wb-products__products-3\" ><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"},\"nfdGroupTheme\":\"\"} --><div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-text-balance nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"metadata\":{\"name\":\"Title\"}} --><div class=\"nfd-text-balance nfd-gap-sm wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"className\":\"nfd-text-xl nfd-text-contrast\"} --><h2 class=\"nfd-text-xl nfd-text-contrast wp-block-heading has-text-align-left\">Search</h2><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">Find the best and trending products.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"placeholder\":\"Search products...\",\"widthUnit\":\"%\",\"buttonText\":\"Search\",\"buttonPosition\":\"button-inside\",\"buttonUseIcon\":true,\"query\":{\"post_type\":\"product\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-wc-search\",\"fontSize\":\"medium\"} /--></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:5:{i:0;s:4:\"shop\";i:1;s:10:\"search bar\";i:2;s:14:\"product search\";i:3;s:11:\"woocommerce\";i:4;s:8:\"commerce\";}s:10:\"categories\";s:8:\"products\";s:14:\"all_categories\";a:1:{i:0;s:8:\"products\";}s:7:\"context\";N;s:5:\"order\";i:30;s:11:\"is_featured\";b:0;}i:249;a:11:{s:2:\"id\";s:36:\"9f8e048e-cff1-44bb-a5ce-ee2dfee5aa9b\";s:4:\"slug\";s:10:\"products-4\";s:5:\"title\";s:10:\"products-4\";s:11:\"description\";s:10:\"products-4\";s:7:\"content\";s:2923:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"style\":{\"spacing\":{\"blockGap\":\"64px\"}},\"metadata\":{\"name\":\"Featured Products\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md nfd-wb-products__products-4\" ><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Title\"},\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h2 class=\"nfd-text-lg nfd-text-contrast wp-block-heading has-text-align-left\">Featured products</h2><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"is-style-default nfd-text-sm\",\"textColor\":\"primary\"} --><p class=\"is-style-default nfd-text-sm has-primary-color has-text-color\"><a href=\"#\">View All → →</a></p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:woocommerce/product-collection {\"queryId\":5,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"taxQuery\":[],\"isProductCollectionBlock\":true,\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"popularity\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":3,\"shrinkColumns\":true},\"dimensions\":{\"widthType\":\"fill\"},\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":false,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"},\"className\":\"nfd-wc-products\",\"layout\":{\"type\":\"default\"}} --><div class=\"nfd-wc-products wp-block-woocommerce-product-collection\"><!-- wp:woocommerce/product-template {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}}} --><!-- wp:woocommerce/product-image {\"showSaleBadge\":false,\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true,\"height\":\"\",\"className\":\"nfd-rounded-md\",\"style\":{\"dimensions\":{\"aspectRatio\":\"1\"}}} --><!-- wp:woocommerce/product-sale-badge {\"align\":\"right\"} /--><!-- /wp:woocommerce/product-image --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\",\"verticalAlignment\":\"top\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:post-title {\"textAlign\":\"left\",\"level\":3,\"isLink\":true,\"className\":\"nfd-text-contrast\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0\"}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"}},\"fontSize\":\"normal\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /--><!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"left\",\"className\":\"nfd-text-contrast\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} /--></div><!-- /wp:group --><!-- /wp:woocommerce/product-template --></div><!-- /wp:woocommerce/product-collection --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:8:\"products\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:40;s:11:\"is_featured\";b:0;}i:250;a:11:{s:2:\"id\";s:36:\"9f8e048e-d959-4ca8-a1b3-d177a0018503\";s:4:\"slug\";s:10:\"products-5\";s:5:\"title\";s:10:\"products-5\";s:11:\"description\";s:10:\"products-5\";s:7:\"content\";s:3115:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"style\":{\"spacing\":{\"blockGap\":\"64px\"}},\"metadata\":{\"name\":\"Best Seller Products\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md nfd-wb-products__products-5\" ><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Title\"},\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h2 class=\"nfd-text-lg nfd-text-contrast wp-block-heading has-text-align-left\">Best seller products</h2><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"is-style-default nfd-text-sm\",\"textColor\":\"primary\"} --><p class=\"is-style-default nfd-text-sm has-primary-color has-text-color\"><a href=\"#\">View All → →</a></p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:woocommerce/product-collection {\"queryId\":1,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"taxQuery\":[],\"isProductCollectionBlock\":true,\"perPage\":6,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"popularity\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":3,\"shrinkColumns\":true},\"dimensions\":{\"widthType\":\"fill\"},\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":false,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"},\"className\":\"nfd-wc-products\",\"layout\":{\"type\":\"default\"}} --><div class=\"nfd-wc-products wp-block-woocommerce-product-collection\"><!-- wp:woocommerce/product-template {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}}} --><!-- wp:woocommerce/product-image {\"showSaleBadge\":false,\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true,\"height\":\"\",\"className\":\"nfd-rounded-md\",\"style\":{\"dimensions\":{\"aspectRatio\":\"1\"}}} --><!-- wp:woocommerce/product-sale-badge {\"align\":\"right\"} /--><!-- /wp:woocommerce/product-image --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\",\"verticalAlignment\":\"top\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:post-title {\"textAlign\":\"left\",\"level\":3,\"isLink\":true,\"className\":\"nfd-text-contrast\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0\"}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"}},\"fontSize\":\"normal\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /--><!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"left\",\"className\":\"nfd-text-contrast\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} /--></div><!-- /wp:group --><!-- /wp:woocommerce/product-template --><!-- wp:spacer {\"height\":\"63px\"} --><div style=\"height:63px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div><!-- /wp:woocommerce/product-collection --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:8:\"products\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:50;s:11:\"is_featured\";b:0;}i:251;a:11:{s:2:\"id\";s:36:\"9f8e048e-e1db-45e5-b237-dfa2f8fe7e38\";s:4:\"slug\";s:10:\"products-6\";s:5:\"title\";s:10:\"products-6\";s:11:\"description\";s:10:\"products-6\";s:7:\"content\";s:2534:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"style\":{\"spacing\":{\"blockGap\":\"64px\"}},\"metadata\":{\"name\":\"Latest Products\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg nfd-wb-products__products-6\" ><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"},\"metadata\":{\"name\":\"Title\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h2 class=\"nfd-text-lg nfd-text-contrast wp-block-heading has-text-align-left\">Latest Products</h2><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"is-style-default nfd-text-sm\",\"textColor\":\"primary\"} --><p class=\"is-style-default nfd-text-sm has-primary-color has-text-color\"><a href=\"#\">View All →</a></p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:woocommerce/product-collection {\"id\":\"1b9fd4e2-3c71-4af2-873d-ebbc24911645\",\"queryId\":1,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"taxQuery\":{},\"isProductCollectionBlock\":true,\"perPage\":\"4\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"popularity\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":4,\"shrinkColumns\":true},\"className\":\"nfd-wc-products\",\"layout\":{\"type\":\"default\"}} --><div class=\"nfd-wc-products wp-block-woocommerce-product-collection\"><!-- wp:woocommerce/product-template {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}}} --><!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true,\"height\":\"\",\"className\":\"nfd-rounded-md\"} /--><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\",\"verticalAlignment\":\"top\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:post-title {\"textAlign\":\"left\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0\"}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-contrast\",\"fontSize\":\"normal\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /--><!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"left\",\"className\":\"nfd-text-contrast\"} /--></div><!-- /wp:group --><!-- /wp:woocommerce/product-template --></div><!-- /wp:woocommerce/product-collection --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:8:\"products\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:60;s:11:\"is_featured\";b:0;}i:252;a:11:{s:2:\"id\";s:36:\"9ac51f04-23a2-41d1-85c6-2edbcbd637b3\";s:4:\"slug\";s:11:\"features-10\";s:5:\"title\";s:11:\"features-10\";s:11:\"description\";s:11:\"features-10\";s:7:\"content\";s:2473:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Features\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"grid\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-dark nfd-bg-effect-grid nfd-wb-features__features-10\" ><!-- wp:columns {\"className\":\"nfd-gap-3xl\"} --><div class=\"nfd-gap-3xl wp-block-columns\"><!-- wp:column {\"style\":{\"spacing\":{}}} --><div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"12px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"className\":\"nfd-text-giga nfd-text-primary\"} --><h3 class=\"nfd-text-giga nfd-text-primary wp-block-heading has-text-align-center\">34</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-md nfd-text-balance\"} --><p class=\"nfd-text-md nfd-text-balance has-text-align-center\">User satisfaction rate</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"style\":{\"spacing\":{}}} --><div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"12px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"className\":\"nfd-text-giga nfd-text-primary\"} --><h3 class=\"nfd-text-giga nfd-text-primary wp-block-heading has-text-align-center\">15</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-md nfd-text-balance\"} --><p class=\"nfd-text-md nfd-text-balance has-text-align-center\">Exclusive locations we utilize</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"style\":{\"spacing\":{}}} --><div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"12px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"className\":\"nfd-text-giga nfd-text-primary\"} --><h3 class=\"nfd-text-giga nfd-text-primary wp-block-heading has-text-align-center\">6</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-md nfd-text-balance\"} --><p class=\"nfd-text-md nfd-text-balance has-text-align-center\">Typical email reply time</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:13:{i:0;s:10:\"statistics\";i:1;s:9:\"3 columns\";i:2;s:7:\"metrics\";i:3;s:12:\"key features\";i:4;s:10:\"highlights\";i:5;s:11:\"performance\";i:6;s:10:\"milestones\";i:7;s:7:\"results\";i:8;s:9:\"analytics\";i:9;s:19:\"progress indicators\";i:10;s:18:\"summary statistics\";i:11;s:4:\"dark\";i:12;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:100;s:11:\"is_featured\";b:0;}i:253;a:11:{s:2:\"id\";s:36:\"9ac51f04-2c12-4872-afe7-2beec683f295\";s:4:\"slug\";s:11:\"features-11\";s:5:\"title\";s:11:\"features-11\";s:11:\"description\";s:11:\"features-11\";s:7:\"content\";s:4050:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Features\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg nfd-wb-features__features-11\" ><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} --><div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"className\":\"md:nfd-order-2 nfd-text-md\"} --><div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"right\":\"16px\",\"left\":\"16px\",\"top\":\"6px\",\"bottom\":\"6px\"}}},\"className\":\"nfd-shadow-xs nfd-rounded-full nfd-bg-subtle\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} --><div class=\"nfd-shadow-xs nfd-rounded-full wp-block-group nfd-bg-subtle\" style=\"padding-top:6px;padding-right:16px;padding-bottom:6px;padding-left:16px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-xs\"} --><p class=\"nfd-text-xs\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\">Designed Just for You</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-center\">Strategic Coordination</h2><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-balance\"} --><p class=\"nfd-text-balance has-text-align-center\">We handle budgeting, vendor coordination, and AV management to ensure your event goes smoothly</p><!-- /wp:paragraph --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"className\":\"md:nfd-items-start nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"md:nfd-items-start nfd-gap-md wp-block-group\"><!-- wp:buttons {\"className\":\"nfd-text-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-md wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-xl \"} --><div class=\"nfd-btn-xl wp-block-button \"><a class=\"wp-block-button__link wp-element-button\">Arrange a Discussion</a></div><!-- /wp:button --></div><!-- /wp:buttons --><!-- wp:group {\"className\":\"nfd-text-xs nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-text-xs nfd-text-faded wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}}} --><p class=\"has-text-align-left\" style=\"text-transform:uppercase\"><strong style=\"margin-right: 4px\">✓ </strong>Complimentary Advice • Round-the-Clock Support</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded\"} --><figure class=\"nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1497005367839-6e852de72767?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=800&h=&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:10:{i:0;s:12:\"split layout\";i:1;s:14:\"call to action\";i:2;s:3:\"cta\";i:3;s:6:\"images\";i:4;s:6:\"photos\";i:5;s:12:\"key features\";i:6;s:10:\"highlights\";i:7;s:4:\"info\";i:8;s:9:\"marketing\";i:9;s:11:\"interactive\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:110;s:11:\"is_featured\";b:0;}i:254;a:11:{s:2:\"id\";s:36:\"9ac51f04-3360-47f2-89f4-f78d63486a67\";s:4:\"slug\";s:11:\"features-12\";s:5:\"title\";s:11:\"features-12\";s:11:\"description\";s:11:\"features-12\";s:7:\"content\";s:1954:\"<!-- wp:group {\"className\":\"nfd-p-card-square-lg\",\"metadata\":{\"name\":\"Features\"},\"nfdGroupTheme\":\"light\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-card-square-lg is-style-nfd-theme-light nfd-wb-features__features-12\" ><!-- wp:columns {\"className\":\"nfd-gap-3xl\"} --><div class=\"nfd-gap-3xl wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"25%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:25%\"><!-- wp:image {\"align\":\"center\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/logoipsum-218.png\" alt=\"\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"25%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:25%\"><!-- wp:image {\"align\":\"center\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/logoipsum-216.png\" alt=\"\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"25%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:25%\"><!-- wp:image {\"align\":\"center\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/logoipsum-211.png\" alt=\"\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"25%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:25%\"><!-- wp:image {\"align\":\"center\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image aligncenter size-large\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/logoipsum-217.png\" alt=\"\"/></figure><!-- /wp:image --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:9:{i:0;s:13:\"logo showcase\";i:1;s:11:\"brand logos\";i:2;s:8:\"partners\";i:3;s:7:\"clients\";i:4;s:9:\"logo grid\";i:5;s:14:\"partner brands\";i:6;s:13:\"sponsor logos\";i:7;s:14:\"customer logos\";i:8;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:120;s:11:\"is_featured\";b:0;}i:255;a:11:{s:2:\"id\";s:36:\"9ac51f04-3ac9-4b1f-a4a3-70f078d7fbef\";s:4:\"slug\";s:11:\"features-13\";s:5:\"title\";s:11:\"features-13\";s:11:\"description\";s:11:\"features-13\";s:7:\"content\";s:9106:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Features\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-white nfd-wb-features__features-13\" ><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-contrast nfd-text-huge nfd-text-balance\"} --><h2 class=\"nfd-text-contrast nfd-text-huge nfd-text-balance wp-block-heading has-text-align-center\" style=\"font-style:normal;font-weight:500\">Area of Practice</h2><!-- /wp:heading --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"48px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"wp-block-group\"><!-- wp:columns {\"className\":\"nfd-text-base nfd-gap-md nfd-gap-y-xl\"} --><div class=\"nfd-text-base nfd-gap-md nfd-gap-y-xl wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-p-card-square nfd-rounded nfd-gap-md\",\"metadata\":{\"name\":\"Card\"},\"nfdGroupTheme\":\"light\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"wp-block-group nfd-p-card-square nfd-rounded nfd-gap-md is-style-nfd-theme-light\" ><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"letterSpacing\":\"2px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-xl nfd-text-primary nfd-text-balance\"} --><p class=\"nfd-text-xl nfd-text-primary nfd-text-balance has-text-align-left\" style=\"font-style:normal;font-weight:300;letter-spacing:2px\">01</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading has-text-align-left\" style=\"font-style:normal;font-weight:500\">Portfolio Management</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-balance nfd-text-faded \"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-left \">We will work with you to create a personalized plan to help you achieve your financial goals.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-p-card-square nfd-rounded nfd-gap-md\",\"metadata\":{\"name\":\"Card\"},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"wp-block-group nfd-p-card-square nfd-rounded nfd-gap-md\" ><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"letterSpacing\":\"2px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-xl nfd-text-primary nfd-text-balance\"} --><p class=\"nfd-text-xl nfd-text-primary nfd-text-balance has-text-align-left\" style=\"font-style:normal;font-weight:300;letter-spacing:2px\">02</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading has-text-align-left\" style=\"font-style:normal;font-weight:500\">Performance Reviews</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-balance nfd-text-faded \"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-left \">We will work with you to create a personalized plan to help you achieve your financial goals.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-p-card-square nfd-rounded nfd-gap-md\",\"metadata\":{\"name\":\"Card\"},\"nfdGroupTheme\":\"light\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"wp-block-group nfd-p-card-square nfd-rounded nfd-gap-md is-style-nfd-theme-light\" ><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"letterSpacing\":\"2px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-xl nfd-text-primary nfd-text-balance\"} --><p class=\"nfd-text-xl nfd-text-primary nfd-text-balance has-text-align-left\" style=\"font-style:normal;font-weight:300;letter-spacing:2px\">03</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading has-text-align-left\" style=\"font-style:normal;font-weight:500\">Financial Planning</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-balance nfd-text-faded \"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-left \">We will work with you to create a personalized plan to help you achieve your financial goals.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:columns {\"className\":\"nfd-text-base nfd-gap-md nfd-gap-y-xl\"} --><div class=\"nfd-text-base nfd-gap-md nfd-gap-y-xl wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-p-card-square nfd-rounded nfd-gap-md\",\"metadata\":{\"name\":\"Card\"},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"wp-block-group nfd-p-card-square nfd-rounded nfd-gap-md\" ><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"letterSpacing\":\"2px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-xl nfd-text-primary nfd-text-balance\"} --><p class=\"nfd-text-xl nfd-text-primary nfd-text-balance has-text-align-left\" style=\"font-style:normal;font-weight:300;letter-spacing:2px\">04</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading has-text-align-left\" style=\"font-style:normal;font-weight:500\">Portfolio Management</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-balance nfd-text-faded \"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-left \">We will work with you to create a personalized plan to help you achieve your financial goals.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-p-card-square nfd-rounded nfd-gap-md\",\"metadata\":{\"name\":\"Card\"},\"nfdGroupTheme\":\"light\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"wp-block-group nfd-p-card-square nfd-rounded nfd-gap-md is-style-nfd-theme-light\" ><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"letterSpacing\":\"2px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-xl nfd-text-primary nfd-text-balance\"} --><p class=\"nfd-text-xl nfd-text-primary nfd-text-balance has-text-align-left\" style=\"font-style:normal;font-weight:300;letter-spacing:2px\">05</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading has-text-align-left\" style=\"font-style:normal;font-weight:500\">Performance Reviews</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-balance nfd-text-faded \"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-left \">We will work with you to create a personalized plan to help you achieve your financial goals.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-p-card-square nfd-rounded nfd-gap-md\",\"metadata\":{\"name\":\"Card\"},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"wp-block-group nfd-p-card-square nfd-rounded nfd-gap-md\" ><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"letterSpacing\":\"2px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-xl nfd-text-primary nfd-text-balance\"} --><p class=\"nfd-text-xl nfd-text-primary nfd-text-balance has-text-align-left\" style=\"font-style:normal;font-weight:300;letter-spacing:2px\">06</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading has-text-align-left\" style=\"font-style:normal;font-weight:500\">Financial Planning</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-balance nfd-text-faded \"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-left \">We will work with you to create a personalized plan to help you achieve your financial goals.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:9:{i:0;s:12:\"step by step\";i:1;s:11:\"grid layout\";i:2;s:12:\"key features\";i:3;s:10:\"highlights\";i:4;s:7:\"service\";i:5;s:9:\"3 columns\";i:6;s:5:\"cards\";i:7;s:9:\"card grid\";i:8;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:130;s:11:\"is_featured\";b:0;}i:256;a:11:{s:2:\"id\";s:36:\"9ac51f04-42cd-48ff-a573-b38125f30efd\";s:4:\"slug\";s:11:\"features-14\";s:5:\"title\";s:11:\"features-14\";s:11:\"description\";s:11:\"features-14\";s:7:\"content\";s:3287:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Features\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md is-style-nfd-theme-white nfd-wb-features__features-14\" ><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl\"} --><div class=\"nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"20px\"}},\"className\":\"md:nfd-order-2\"} --><div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:heading {\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Come and Experience Our Unforgettable Cuisine</h2><!-- /wp:heading --><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"8px\"}}},\"className\":\"nfd-text-md nfd-text-balance\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-text-md nfd-text-balance wp-block-group\" style=\"padding-bottom:8px\"><!-- wp:paragraph --><p class=\"\">Experience exquisite fine dining at our newly opened restaurant. Enjoy a delicious menu of classic and modern dishes, prepared with the freshest ingredients.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} --><div class=\"nfd-btn-lg wp-block-button \"><a class=\"wp-block-button__link wp-element-button\">Make a Reservation</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"className\":\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center\",\"layout\":{\"type\":\"default\"}} --><div class=\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center wp-block-group\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 nfd-rounded\"} --><figure class=\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1467003909585-2f8a72700288?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTF8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&auto=format&fit=crop&q=60&w=600&h=900&crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 nfd-border-bg nfd-rounded\"} --><figure class=\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 nfd-border-bg nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1482049016688-2d3e1b311543?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTJ8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&auto=format&fit=crop&q=60&w=600&h=900&crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:11:{i:0;s:12:\"split layout\";i:1;s:8:\"2 column\";i:2;s:14:\"call to action\";i:3;s:3:\"cta\";i:4;s:6:\"images\";i:5;s:6:\"photos\";i:6;s:12:\"key features\";i:7;s:10:\"highlights\";i:8;s:4:\"info\";i:9;s:9:\"marketing\";i:10;s:11:\"interactive\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:140;s:11:\"is_featured\";b:0;}i:257;a:11:{s:2:\"id\";s:36:\"9ac51f04-4a60-4b66-b21e-0eb3d21561ad\";s:4:\"slug\";s:11:\"features-15\";s:5:\"title\";s:11:\"features-15\";s:11:\"description\";s:11:\"features-15\";s:7:\"content\";s:3748:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Features\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md is-style-nfd-theme-white nfd-wb-features__features-15\" ><!-- wp:columns {\"className\":\"nfd-gap-xl nfd-gap-y-2xl\"} --><div class=\"nfd-gap-xl nfd-gap-y-2xl wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"16/9\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded-sm\"} --><figure class=\"nfd-rounded-sm wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1505664194779-8beaceb93744?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8bGF3fGVufDB8fDB8fA%3D%3D&auto=format&fit=crop&q=80&w=600&h=338&crop=\" alt=\"\" style=\"aspect-ratio:16/9;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"16px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h3 class=\"nfd-text-lg nfd-text-contrast wp-block-heading\">Criminal Defense</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-balance\"} --><p class=\"nfd-text-base nfd-text-balance\">Our process applies techniques from a variety of disciplines distinction in detail and gives careful attention.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"16/9\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded-sm\"} --><figure class=\"nfd-rounded-sm wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxjb2xsZWN0aW9uLXBhZ2V8NXwxNzgzMTgyfHxlbnwwfHx8fA%3D%3D&auto=format&fit=crop&q=80&w=600&h=338&crop=\" alt=\"\" style=\"aspect-ratio:16/9;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"16px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h3 class=\"nfd-text-lg nfd-text-contrast wp-block-heading\">Family Law</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-balance\"} --><p class=\"nfd-text-base nfd-text-balance\">Our process applies techniques from a variety of disciplines distinction in detail and gives careful attention.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"16/9\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded-sm\"} --><figure class=\"nfd-rounded-sm wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1517921150947-b52dd0a87619?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxjb2xsZWN0aW9uLXBhZ2V8MTE2fDE3ODMxODJ8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=600&h=338&crop=\" alt=\"\" style=\"aspect-ratio:16/9;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"16px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h3 class=\"nfd-text-lg nfd-text-contrast wp-block-heading\">Business Law</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-balance\"} --><p class=\"nfd-text-base nfd-text-balance\">Our process applies techniques from a variety of disciplines distinction in detail and gives careful attention.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:8:{i:0;s:8:\"services\";i:1;s:9:\"3 columns\";i:2;s:12:\"service grid\";i:3;s:18:\"service highlights\";i:4;s:15:\"expertise areas\";i:5;s:6:\"images\";i:6;s:6:\"photos\";i:7;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:150;s:11:\"is_featured\";b:0;}i:258;a:11:{s:2:\"id\";s:36:\"9ac51f04-5202-49be-8af7-e9b702016ae6\";s:4:\"slug\";s:11:\"features-16\";s:5:\"title\";s:11:\"features-16\";s:11:\"description\";s:11:\"features-16\";s:7:\"content\";s:5422:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Features\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-white nfd-wb-features__features-16\" ><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl\"} --><div class=\"nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"className\":\"md:nfd-order-2\"} --><div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"letterSpacing\":\"0.05em\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-primary nfd-text-sm\"} --><p class=\"nfd-text-primary nfd-text-sm\" style=\"font-style:normal;font-weight:600;letter-spacing:0.05em;text-transform:uppercase\">Success</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h3 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Proven track of successfully resolved cases for over 20 years</h3><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:group {\"style\":{\"border\":{\"radius\":{\"topLeft\":\"3px\",\"topRight\":\"0px\",\"bottomRight\":\"0px\",\"bottomLeft\":\"40px\"},\"top\":{\"radius\":{\"topLeft\":\"4px\",\"topRight\":\"0px\",\"bottomLeft\":\"4px\",\"bottomRight\":\"0px\"},\"width\":\"1px\"},\"right\":{\"radius\":{\"topLeft\":\"4px\",\"topRight\":\"0px\",\"bottomLeft\":\"4px\",\"bottomRight\":\"0px\"},\"width\":\"0px\",\"style\":\"none\"},\"bottom\":{\"radius\":{\"topLeft\":\"4px\",\"topRight\":\"0px\",\"bottomLeft\":\"4px\",\"bottomRight\":\"0px\"},\"width\":\"1px\"},\"left\":{\"radius\":{\"topLeft\":\"4px\",\"topRight\":\"0px\",\"bottomLeft\":\"4px\",\"bottomRight\":\"0px\"},\"width\":\"1px\"}},\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"40px\",\"bottom\":\"24px\",\"left\":\"40px\"}}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"bottom\"}} --><div class=\"nfd-gap-sm wp-block-group\" style=\"border-top-left-radius:3px;border-top-right-radius:0px;border-bottom-left-radius:40px;border-bottom-right-radius:0px;border-top-width:1px;border-right-style:none;border-right-width:0px;border-bottom-width:1px;border-left-width:1px;padding-top:24px;padding-right:40px;padding-bottom:24px;padding-left:40px\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"lineHeight\":\"1.3\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-lg nfd-text-primary\"} --><p class=\"nfd-text-lg nfd-text-primary has-text-align-center\" style=\"font-style:normal;font-weight:700;line-height:1.3\">12k</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded has-text-align-center\">Clients</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"style\":{\"border\":{\"radius\":{\"topLeft\":\"0px\",\"topRight\":\"40px\",\"bottomLeft\":\"0px\",\"bottomRight\":\"3px\"},\"width\":\"1px\"},\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"40px\",\"bottom\":\"24px\",\"left\":\"40px\"}}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"bottom\"}} --><div class=\"nfd-gap-sm wp-block-group\" style=\"border-width:1px;border-top-left-radius:0px;border-top-right-radius:40px;border-bottom-left-radius:0px;border-bottom-right-radius:3px;padding-top:24px;padding-right:40px;padding-bottom:24px;padding-left:40px\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.3\"}},\"className\":\"nfd-text-lg nfd-text-primary\"} --><p class=\"nfd-text-lg nfd-text-primary has-text-align-center\" style=\"font-style:normal;font-weight:700;line-height:1.3\">20</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded has-text-align-center\">Years</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-xl nfd-rounded-full\"} --><div class=\"nfd-btn-xl nfd-rounded-full wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Our Story</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded\"} --><figure class=\"nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1587614313085-5da51cebd8ac?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTJ8fGNvbGxhYm9yYXRpb258ZW58MHx8MHx8&auto=format&fit=crop&q=80&w=800&h=800&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:9:{i:0;s:12:\"split layout\";i:1;s:8:\"2 column\";i:2;s:14:\"call to action\";i:3;s:3:\"cta\";i:4;s:6:\"images\";i:5;s:6:\"photos\";i:6;s:12:\"key features\";i:7;s:10:\"highlights\";i:8;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:160;s:11:\"is_featured\";b:0;}i:259;a:11:{s:2:\"id\";s:36:\"9ac51f04-5913-42f2-8c96-ec88a153391b\";s:4:\"slug\";s:11:\"features-17\";s:5:\"title\";s:11:\"features-17\";s:11:\"description\";s:11:\"features-17\";s:7:\"content\";s:2991:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Features\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-white nfd-wb-features__features-17\" ><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl\"} --><div class=\"nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded\"} --><figure class=\"nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1600880292203-757bb62b4baf?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8NTB8fHRlYW18ZW58MHx8MHx8&auto=format&fit=crop&&q=80&w=800&h=800&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"className\":\"md:nfd-order-2\"} --><div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"letterSpacing\":\"0.05em\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-primary nfd-text-sm\"} --><p class=\"nfd-text-primary nfd-text-sm\" style=\"font-style:normal;font-weight:600;letter-spacing:0.05em;text-transform:uppercase\">Who are we</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h3 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Award winning lawyers ready to help with any legal issues</h3><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-text-md wp-block-group\"><!-- wp:paragraph {\"align\":\"left\"} --><p class=\"has-text-align-left\"><strong style=\"margin-right: 4px\">✓ </strong>Easy to use</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\"} --><p class=\"has-text-align-left\"><strong style=\"margin-right: 4px\">✓ </strong>Beautifully designed patterns</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:buttons {\"className\":\"nfd-text-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-md wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-xl nfd-rounded-full\"} --><div class=\"nfd-btn-xl wp-block-button nfd-rounded-full\"><a class=\"wp-block-button__link wp-element-button\">Schedule a consultation</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:11:{i:0;s:12:\"split layout\";i:1;s:8:\"2 column\";i:2;s:14:\"call to action\";i:3;s:3:\"cta\";i:4;s:6:\"images\";i:5;s:6:\"photos\";i:6;s:12:\"key features\";i:7;s:10:\"highlights\";i:8;s:4:\"info\";i:9;s:9:\"marketing\";i:10;s:11:\"interactive\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:170;s:11:\"is_featured\";b:0;}i:260;a:11:{s:2:\"id\";s:36:\"9ac51f04-6059-40d0-b2d6-370ce7d76653\";s:4:\"slug\";s:11:\"features-18\";s:5:\"title\";s:11:\"features-18\";s:11:\"description\";s:11:\"features-18\";s:7:\"content\";s:6814:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"style\":{\"spacing\":{\"border\":{\"right\":{\"color\":\"#ffffff\",\"width\":\"32px\"},\"left\":{\"color\":\"#ffffff\",\"width\":\"32px\"}}},\"color\":{\"gradient\":\"linear-gradient(0deg,rgb(255,255,255) 0%,rgb(243,244,246) 84%)\"}},\"metadata\":{\"name\":\"Features\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg has-background is-style-nfd-theme-white nfd-wb-features__features-18\" style=\"background:linear-gradient(0deg,rgb(255,255,255) 0%,rgb(243,244,246) 84%);\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\",\"justifyContent\":\"center\"},\"nfdGroupTheme\":\"\"} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"right\":\"16px\",\"left\":\"16px\",\"top\":\"6px\",\"bottom\":\"6px\"}}},\"className\":\"nfd-shadow-xs nfd-rounded-full \",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"white\"} --><div class=\"nfd-shadow-xs nfd-rounded-full wp-block-group nfd-bg-surface nfd-theme-white \" style=\"padding-top:6px;padding-right:16px;padding-bottom:6px;padding-left:16px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-xs\"} --><p class=\"nfd-text-xs\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\">How We Work</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance\"} --><h2 class=\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance has-text-align-center\">Work Process</h2><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"32px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"4px\",\"left\":\"4px\"}}},\"className\":\"nfd-text-base \"} --><div class=\"nfd-text-base wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"stretch\"} --><div class=\"wp-block-column is-vertically-aligned-stretch\"><!-- wp:group {\"className\":\"nfd-p-card-square nfd-gap-sm\",\"style\":{\"border\":{\"radius\":{\"topLeft\":\"20px\",\"topRight\":\"0px\",\"bottomLeft\":\"0px\",\"bottomRight\":\"0px\"}}},\"metadata\":{\"name\":\"Card\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"wp-block-group nfd-p-card-square nfd-gap-sm is-style-nfd-theme-white\" style=\"border-top-left-radius:20px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"letterSpacing\":\"2px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-xl nfd-text-primary nfd-text-balance\"} --><p class=\"nfd-text-xl nfd-text-primary nfd-text-balance has-text-align-left\" style=\"font-style:normal;font-weight:300;letter-spacing:2px\">01</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading has-text-align-left\" style=\"font-style:normal;font-weight:500\">Portfolio Management</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-balance nfd-text-faded \"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-left \">We will work with you to create a personalized plan to help you achieve your financial goals.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"stretch\"} --><div class=\"wp-block-column is-vertically-aligned-stretch\"><!-- wp:group {\"className\":\"nfd-p-card-square nfd-gap-sm\",\"metadata\":{\"name\":\"Card\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"wp-block-group nfd-p-card-square nfd-gap-sm is-style-nfd-theme-white\" ><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"letterSpacing\":\"2px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-xl nfd-text-primary nfd-text-balance\"} --><p class=\"nfd-text-xl nfd-text-primary nfd-text-balance has-text-align-left\" style=\"font-style:normal;font-weight:300;letter-spacing:2px\">02</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading has-text-align-left\" style=\"font-style:normal;font-weight:500\">Financial Planning</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-balance nfd-text-faded \"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-left \">We will work with you to create a personalized plan to help you achieve your financial goals.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"stretch\"} --><div class=\"wp-block-column is-vertically-aligned-stretch\"><!-- wp:group {\"className\":\"nfd-p-card-square nfd-gap-sm\",\"style\":{\"border\":{\"radius\":{\"topLeft\":\"0px\",\"topRight\":\"20px\",\"bottomLeft\":\"0px\",\"bottomRight\":\"0px\"}}},\"metadata\":{\"name\":\"Card\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"wp-block-group nfd-p-card-square nfd-gap-sm is-style-nfd-theme-white\" style=\"border-top-left-radius:0px;border-top-right-radius:20px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"letterSpacing\":\"2px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-xl nfd-text-primary nfd-text-balance\"} --><p class=\"nfd-text-xl nfd-text-primary nfd-text-balance has-text-align-left\" style=\"font-style:normal;font-weight:300;letter-spacing:2px\">03</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast\"} --><h3 class=\"nfd-text-md nfd-text-contrast wp-block-heading has-text-align-left\" style=\"font-style:normal;font-weight:500\">Business Law</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-balance nfd-text-faded \"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-left \">We will work with you to create a personalized plan to help you achieve your financial goals.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:7:{i:0;s:12:\"step by step\";i:1;s:11:\"grid layout\";i:2;s:12:\"key features\";i:3;s:10:\"highlights\";i:4;s:7:\"service\";i:5;s:9:\"3 columns\";i:6;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:180;s:11:\"is_featured\";b:0;}i:261;a:11:{s:2:\"id\";s:36:\"9ac51f04-6fd9-4a86-9ea1-3617c35d3ce5\";s:4:\"slug\";s:11:\"features-20\";s:5:\"title\";s:11:\"features-20\";s:11:\"description\";s:11:\"features-20\";s:7:\"content\";s:5987:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Features\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-white nfd-wb-features__features-20\" ><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} --><div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1499951360447-b19be8fe80f5?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MjN8fGNyZWF0aXZlJTIwYWdlbmN5fGVufDB8fDB8fA%3D%3D&auto=format&fit=crop&q=60&w=800&h=800&crop=\",\"focalPoint\":{\"x\":0.55,\"y\":1},\"minHeight\":500,\"minHeightUnit\":\"px\",\"customGradient\":\"linear-gradient(0deg,rgb(255,255,255) 7%,rgba(255,255,255,0) 7%)\",\"contentPosition\":\"bottom left\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}}} --><div class=\"wp-block-cover has-custom-content-position is-position-bottom-left\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim wp-block-cover__gradient-background has-background-gradient\" style=\"background:linear-gradient(0deg,rgb(255,255,255) 7%,rgba(255,255,255,0) 7%)\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1499951360447-b19be8fe80f5?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MjN8fGNyZWF0aXZlJTIwYWdlbmN5fGVufDB8fDB8fA%3D%3D&auto=format&fit=crop&q=60&w=800&h=800&crop=\" style=\"object-position:55% 100%\" data-object-fit=\"cover\" data-object-position=\"55% 100%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"radius\":\"0px\"}},\"className\":\"nfd-p-card-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"nfdGroupTheme\":\"primary\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-p-card-lg wp-block-group nfd-bg-surface nfd-theme-primary\" style=\"border-radius:0px;font-style:normal;font-weight:500\"><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} --><p class=\"nfd-text-opacity-80\">Top Features</p><!-- /wp:paragraph --><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} --><p class=\"\" style=\"line-height:2\"><span style=\"margin-right: 4px\">✓ </span>E-commerce Integration<br>✓ Analytics and Reporting<br><span style=\"margin-right: 4px\">✓ </span>24/7 Support</p><!-- /wp:paragraph --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} --><div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h3 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Sell your products online <br>with E-commerce</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-balance\"} --><p class=\"nfd-text-balance\">Effortlessly add an online store to your website and start selling your products. Our platform integrates with popular payment gateways and shipping providers.</p><!-- /wp:paragraph --><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"32px\",\"left\":\"32px\"}}}} --><div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"50%\"} --><div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-balance\"} --><p class=\"nfd-text-balance\"><strong>24/7 Support</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-balance\"} --><p class=\"nfd-text-base nfd-text-balance\">Our dedicated support team is available around the clock to assist you.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"width\":\"50%\"} --><div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-balance\"} --><p class=\"nfd-text-balance\"><strong>Analytics and Reporting</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-balance\"} --><p class=\"nfd-text-base nfd-text-balance\">Stay on top of your website\'s performance with real-time analytics.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:separator {\"className\":\"is-style-wide\"} --><hr class=\"is-style-wide wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:group {\"className\":\"nfd-gap-3xl\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\",\"verticalAlignment\":\"top\"}} --><div class=\"nfd-gap-3xl wp-block-group\"><!-- wp:image {\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/logoipsum-217.png\" alt=\"\"/></figure><!-- /wp:image --><!-- wp:image {\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/logoipsum-216.png\" alt=\"\"/></figure><!-- /wp:image --><!-- wp:image {\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/logoipsum-218.png\" alt=\"\"/></figure><!-- /wp:image --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:9:{i:0;s:12:\"key features\";i:1;s:10:\"highlights\";i:2;s:8:\"showcase\";i:3;s:12:\"top features\";i:4;s:12:\"split layout\";i:5;s:15:\"image with text\";i:6;s:14:\"call to action\";i:7;s:3:\"cta\";i:8;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:200;s:11:\"is_featured\";b:0;}i:262;a:11:{s:2:\"id\";s:36:\"9ac51f04-7757-471c-84a6-2b6d57b962c9\";s:4:\"slug\";s:11:\"features-21\";s:5:\"title\";s:11:\"features-21\";s:11:\"description\";s:11:\"features-21\";s:7:\"content\";s:6219:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Features\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-white nfd-wb-features__features-21\" ><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} --><div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} --><div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h3 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Boost your website\'s <br>visibility with SEO</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-balance\"} --><p class=\"nfd-text-balance\">Make sure your website is easily discoverable by search engines and your target audience with our built-in SEO optimization tools.</p><!-- /wp:paragraph --><!-- wp:buttons --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg\"} --><div class=\"nfd-btn-lg wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Start Now</a></div><!-- /wp:button --></div><!-- /wp:buttons --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:separator {\"className\":\"is-style-wide\"} --><hr class=\"is-style-wide wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:group {\"className\":\"nfd-max-w-prose nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-max-w-prose nfd-gap-lg wp-block-group\"><!-- wp:group {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"wp-block-group\" style=\"font-style: normal; font-weight: 500\"><!-- wp:paragraph {\"className\":\"nfd-text-pretty\"} --><p class=\"nfd-text-pretty\">I appreciated the 24/7 support and the SEO optimization features. Highly recommend!</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"metadata\":{\"name\":\"Author\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:image {\"width\":\"40px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded-sm is-style-default\"} --><figure class=\"nfd-rounded-sm is-style-default wp-block-image size-large is-resized\"><img	src=\"https://images.unsplash.com/photo-1568992687947-868a62a9f521?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&crop=&w=200&h=200&crop=faces\"	alt=\"\"	style=\"aspect-ratio: 1; object-fit: cover; width: 40px\"	/></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-text-base nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-text-base nfd-gap-0 wp-block-group\"><!-- wp:paragraph --><p class=\"\">Make sure your website is easily discoverable by search engines and your target audience with our built-in SEO optimization tools.</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-sm\"} --><p class=\"nfd-text-faded nfd-text-sm\">CEO, ABC Company</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1568992687947-868a62a9f521?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=700&h=700&crop=\",\"focalPoint\":{\"x\":0.55,\"y\":1},\"minHeight\":500,\"minHeightUnit\":\"px\",\"customGradient\":\"linear-gradient(0deg,rgb(255,255,255) 7%,rgba(255,255,255,0) 7%)\",\"contentPosition\":\"bottom right\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}}} --><div class=\"wp-block-cover has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim wp-block-cover__gradient-background has-background-gradient\" style=\"background:linear-gradient(0deg,rgb(255,255,255) 7%,rgba(255,255,255,0) 7%)\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1568992687947-868a62a9f521?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=700&h=700&crop=\" style=\"object-position:55% 100%\" data-object-fit=\"cover\" data-object-position=\"55% 100%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"radius\":\"0px\"}},\"className\":\"nfd-p-card-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid\"} --><div class=\"nfd-p-card-lg wp-block-group nfd-bg-surface nfd-theme-darker nfd-bg-effect-grid\" style=\"border-radius:0px;font-style:normal;font-weight:500\"><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} --><p class=\"nfd-text-opacity-80\">Top Features</p><!-- /wp:paragraph --><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} --><p class=\"\" style=\"line-height:2\"><span style=\"margin-right: 4px\">✓ </span>SEO Optimization<br><span style=\"margin-right: 4px\">✓ </span>Drag and Drop Interface<br><span style=\"margin-right: 4px\">✓ </span>Customizable Templates</p><!-- /wp:paragraph --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:14:{i:0;s:12:\"key features\";i:1;s:10:\"highlights\";i:2;s:8:\"showcase\";i:3;s:12:\"top features\";i:4;s:12:\"split layout\";i:5;s:15:\"image with text\";i:6;s:14:\"call to action\";i:7;s:3:\"cta\";i:8;s:11:\"testimonial\";i:9;s:6:\"review\";i:10;s:8:\"feedback\";i:11;s:4:\"info\";i:12;s:9:\"marketing\";i:13;s:11:\"interactive\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:210;s:11:\"is_featured\";b:0;}i:263;a:11:{s:2:\"id\";s:36:\"9ac51f04-8028-4535-afee-255d34162461\";s:4:\"slug\";s:11:\"features-22\";s:5:\"title\";s:11:\"features-22\";s:11:\"description\";s:11:\"features-22\";s:7:\"content\";s:5044:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"style\":{\"spacing\":{\"blockGap\":\"64px\"}},\"metadata\":{\"name\":\"Features\"},\"nfdGroupTheme\":\"light\",\"nfdGroupEffect\":\"grid\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-light nfd-bg-effect-grid nfd-wb-features__features-22\" ><!-- wp:group {\"className\":\"nfd-gap-3xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-3xl wp-block-group\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"32px\",\"left\":\"32px\"}}}} --><div class=\"wp-block-columns\"><!-- wp:column {\"style\":{\"spacing\":{}}} --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"metadata\":{\"name\":\"Card\"},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-group nfd-gap-md\" ><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"letterSpacing\":\"2px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-huge nfd-text-primary nfd-text-balance\"} --><p class=\"nfd-text-huge nfd-text-primary nfd-text-balance has-text-align-center\" style=\"font-style:normal;font-weight:300;letter-spacing:2px\">200+</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-base nfd-text-contrast\"} --><h3 class=\"nfd-text-base nfd-text-contrast wp-block-heading has-text-align-center\" style=\"font-style:normal;font-weight:500\">Portfolio Management</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-balance nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-center nfd-text-base\">We will work with you to create a personalized plan to help you achieve your financial goals.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"style\":{\"spacing\":{}}} --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"metadata\":{\"name\":\"Card\"},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-group nfd-gap-md\" ><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"letterSpacing\":\"2px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-huge nfd-text-primary nfd-text-balance\"} --><p class=\"nfd-text-huge nfd-text-primary nfd-text-balance has-text-align-center\" style=\"font-style:normal;font-weight:300;letter-spacing:2px\">34</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-base nfd-text-contrast\"} --><h3 class=\"nfd-text-base nfd-text-contrast wp-block-heading has-text-align-center\" style=\"font-style:normal;font-weight:500\">Performance Reviews</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-balance nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-center nfd-text-base\">We will work with you to create a personalized plan to help you achieve your financial goals.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"style\":{\"spacing\":{}}} --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"metadata\":{\"name\":\"Card\"},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-group nfd-gap-md\" ><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"letterSpacing\":\"2px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-huge nfd-text-primary nfd-text-balance\"} --><p class=\"nfd-text-huge nfd-text-primary nfd-text-balance has-text-align-center\" style=\"font-style:normal;font-weight:300;letter-spacing:2px\">75+</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-base nfd-text-contrast\"} --><h3 class=\"nfd-text-base nfd-text-contrast wp-block-heading has-text-align-center\" style=\"font-style:normal;font-weight:500\">Financial Planning</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-balance nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-center nfd-text-base\">We will work with you to create a personalized plan to help you achieve your financial goals.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:buttons {\"className\":\"nfd-text-base\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"},\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"spacing\":{\"blockGap\":\"16px\"}}} --><div class=\"nfd-text-base wp-block-buttons\" style=\"font-style:normal;font-weight:600\"><!-- wp:button {\"className\":\"nfd-btn-lg\"} --><div class=\"nfd-btn-lg wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:12:{i:0;s:10:\"statistics\";i:1;s:9:\"3 columns\";i:2;s:7:\"metrics\";i:3;s:12:\"key features\";i:4;s:10:\"highlights\";i:5;s:11:\"performance\";i:6;s:10:\"milestones\";i:7;s:7:\"results\";i:8;s:9:\"analytics\";i:9;s:19:\"progress indicators\";i:10;s:18:\"summary statistics\";i:11;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:220;s:11:\"is_featured\";b:0;}i:264;a:11:{s:2:\"id\";s:36:\"9ac51f04-876a-455a-8ee6-fda149419d3a\";s:4:\"slug\";s:11:\"features-23\";s:5:\"title\";s:11:\"features-23\";s:11:\"description\";s:11:\"features-23\";s:7:\"content\";s:3674:\"<!-- wp:group {\"metadata\":{\"name\":\"Features\"},\"style\":{\"color\":{\"gradient\":\"linear-gradient(90deg,rgb(247,247,248) 33%,rgb(255,255,255) 33%)\"}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container has-background nfd-wb-features__features-23\" style=\"background:linear-gradient(90deg,rgb(247,247,248) 33%,rgb(255,255,255) 33%);\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} --><div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1560250056-07ba64664864?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=800&h=800&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"450px\",\"justifyContent\":\"left\"}} --><div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"right\":\"16px\",\"left\":\"16px\",\"top\":\"6px\",\"bottom\":\"6px\"}}},\"className\":\"nfd-shadow-xs nfd-rounded-full nfd-bg-subtle\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} --><div class=\"nfd-shadow-xs nfd-rounded-full wp-block-group nfd-bg-subtle\" style=\"padding-top:6px;padding-right:16px;padding-bottom:6px;padding-left:16px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-xs\"} --><p class=\"nfd-text-xs\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\">ACCESS ADVISORS</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h3 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Get personalized expert support and feedback</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-balance\"} --><p class=\"nfd-text-balance\">With our dedicated team of financial experts, you can get personalized advice and support that is tailored to your unique financial situation and needs.</p><!-- /wp:paragraph --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:buttons {\"className\":\"md:nfd-hidden nfd-weight-inherit\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"},\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} --><div class=\"md:nfd-hidden nfd-weight-inherit wp-block-buttons\" style=\"font-style:normal;font-weight:600\"><!-- wp:button {\"className\":\"nfd-btn-wide is-style-outline\"} --><div class=\"nfd-btn-wide is-style-outline wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get in Touch</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:10:{i:0;s:12:\"split layout\";i:1;s:14:\"call to action\";i:2;s:3:\"cta\";i:3;s:6:\"images\";i:4;s:6:\"photos\";i:5;s:12:\"key features\";i:6;s:10:\"highlights\";i:7;s:4:\"info\";i:8;s:9:\"marketing\";i:9;s:11:\"interactive\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:230;s:11:\"is_featured\";b:0;}i:265;a:11:{s:2:\"id\";s:36:\"9ac51f04-8f7f-4801-89ce-69a3cf685f54\";s:4:\"slug\";s:11:\"features-24\";s:5:\"title\";s:11:\"features-24\";s:11:\"description\";s:11:\"features-24\";s:7:\"content\";s:5504:\"<!-- wp:group {\"metadata\":{\"name\":\"Features\"},\"style\":{\"color\":{\"gradient\":\"linear-gradient(90deg,rgb(255,255,255) 66%,rgb(247,247,248) 66%)\"}},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container has-background is-style-nfd-theme-white nfd-wb-features__features-24\" style=\"background:linear-gradient(90deg,rgb(255,255,255) 66%,rgb(247,247,248) 66%);\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} --><div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"450px\",\"justifyContent\":\"left\"}} --><div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"right\":\"16px\",\"left\":\"16px\",\"top\":\"6px\",\"bottom\":\"6px\"}}},\"className\":\"nfd-shadow-xs nfd-rounded-full nfd-bg-subtle\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} --><div class=\"nfd-shadow-xs nfd-rounded-full wp-block-group nfd-bg-subtle\" style=\"padding-top:6px;padding-right:16px;padding-bottom:6px;padding-left:16px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-xs\"} --><p class=\"nfd-text-xs\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\">Real-Time Updates</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h3 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Credit score monitoring and improvement</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-balance\"} --><p class=\"nfd-text-balance\">Whether you\'re looking to buy a home, take out a loan, or simply improve your credit standing, our credit score improvement features make it easy to reach your goals.</p><!-- /wp:paragraph --><!-- wp:separator {\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\"}}},\"className\":\"is-style-wide\"} --><hr class=\"is-style-wide wp-block-separator has-alpha-channel-opacity\" style=\"margin-top:var(--wp--preset--spacing--10);margin-bottom:var(--wp--preset--spacing--10)\"/><!-- /wp:separator --><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:group {\"className\":\"nfd-max-w-prose nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-max-w-prose nfd-gap-lg wp-block-group\"><!-- wp:group {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"wp-block-group\" style=\"font-style: normal; font-weight: 500\"><!-- wp:paragraph {\"className\":\"nfd-text-pretty\"} --><p class=\"nfd-text-pretty\">Real-Time Updates</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"metadata\":{\"name\":\"Author\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:image {\"width\":\"40px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded-sm is-style-default\"} --><figure class=\"nfd-rounded-sm is-style-default wp-block-image size-large is-resized\"><img	src=\"https://images.unsplash.com/photo-1563013544-824ae1b704d3?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&crop=&w=200&h=200&crop=faces\"	alt=\"\"	style=\"aspect-ratio: 1; object-fit: cover; width: 40px\"	/></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-text-base nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-text-base nfd-gap-0 wp-block-group\"><!-- wp:paragraph --><p class=\"\">Credit score monitoring and improvement</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-sm\"} --><p class=\"nfd-text-faded nfd-text-sm\">Whether you\'re looking to buy a home, take out a loan, or simply improve your credit standing, our credit score improvement features make it easy to reach your goals.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1563013544-824ae1b704d3?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=800&h=800&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:12:{i:0;s:12:\"key features\";i:1;s:10:\"highlights\";i:2;s:8:\"showcase\";i:3;s:12:\"top features\";i:4;s:12:\"split layout\";i:5;s:15:\"image with text\";i:6;s:14:\"call to action\";i:7;s:3:\"cta\";i:8;s:11:\"testimonial\";i:9;s:6:\"review\";i:10;s:8:\"feedback\";i:11;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:240;s:11:\"is_featured\";b:0;}i:266;a:11:{s:2:\"id\";s:36:\"9ac51f04-9853-4fc7-af63-f0346e4881c6\";s:4:\"slug\";s:11:\"features-25\";s:5:\"title\";s:11:\"features-25\";s:11:\"description\";s:11:\"features-25\";s:7:\"content\";s:3859:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Features\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"dots\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-darker nfd-bg-effect-dots nfd-wb-features__features-25\" ><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"24px\"}}},\"className\":\"nfd-gap-xl\"} --><div class=\"nfd-gap-xl wp-block-columns alignwide\"><!-- wp:column {} --><div class=\"wp-block-column \"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}},\"border\":{\"right\":{\"color\":\"#ffffff33\",\"width\":\"1px\"}}},\"className\":\"md:nfd-border-none nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"md:nfd-border-none nfd-gap-xs wp-block-group\" style=\"border-right-color:#ffffff33;border-right-width:1px;padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px\"><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-lg\"} --><p class=\"nfd-text-lg has-text-align-center\">2.5x</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-base\"} --><p class=\"nfd-text-base has-text-align-center\">Faster Booking</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {} --><div class=\"wp-block-column \"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}},\"border\":{\"right\":{\"color\":\"#ffffff33\",\"width\":\"1px\"}}},\"className\":\"md:nfd-border-none nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"md:nfd-border-none nfd-gap-xs wp-block-group\" style=\"border-right-color:#ffffff33;border-right-width:1px;padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px\"><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-lg\"} --><p class=\"nfd-text-lg has-text-align-center\">38</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-base\"} --><p class=\"nfd-text-base has-text-align-center\">Locations</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {} --><div class=\"wp-block-column \"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}},\"border\":{\"right\":{\"color\":\"#ffffff33\",\"width\":\"1px\"}}},\"className\":\"md:nfd-border-none nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"md:nfd-border-none nfd-gap-xs wp-block-group\" style=\"border-right-color:#ffffff33;border-right-width:1px;padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px\"><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-lg\"} --><p class=\"nfd-text-lg has-text-align-center\">85%</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-base\"} --><p class=\"nfd-text-base has-text-align-center\">Insurance Coverage</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {} --><div class=\"wp-block-column \"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}},\"className\":\"md:nfd-border-none nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"md:nfd-border-none nfd-gap-xs wp-block-group\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px\"><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-lg\"} --><p class=\"nfd-text-lg has-text-align-center\">24/7</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-base\"} --><p class=\"nfd-text-base has-text-align-center\">Customer Care</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:12:{i:0;s:10:\"statistics\";i:1;s:9:\"3 columns\";i:2;s:7:\"metrics\";i:3;s:12:\"key features\";i:4;s:10:\"highlights\";i:5;s:11:\"performance\";i:6;s:10:\"milestones\";i:7;s:7:\"results\";i:8;s:9:\"analytics\";i:9;s:19:\"progress indicators\";i:10;s:18:\"summary statistics\";i:11;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:250;s:11:\"is_featured\";b:0;}i:267;a:11:{s:2:\"id\";s:36:\"9ac51f04-a0bc-4559-822f-5f89e20ba4bd\";s:4:\"slug\";s:11:\"features-26\";s:5:\"title\";s:11:\"features-26\";s:11:\"description\";s:11:\"features-26\";s:7:\"content\";s:7315:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"32px\",\"right\":\"32px\",\"bottom\":\"32px\",\"left\":\"32px\"}}},\"metadata\":{\"name\":\"Features\"},\"layout\":{\"type\":\"default\"}} --><div class=\"wp-block-group alignfull nfd-container nfd-wb-features__features-26\" style=\"padding-top:32px;padding-right:32px;padding-bottom:32px;padding-left:32px;\"><!-- wp:group {\"className\":\"nfd-container nfd-p-lg\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"light\"} --><div class=\"nfd-container nfd-p-lg wp-block-group nfd-bg-surface nfd-theme-light\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl\"} --><div class=\"nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Rent a car today at the best price</h2><!-- /wp:heading --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"400px\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:400px\"><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-text-balance\"} --><p class=\"nfd-text-md nfd-text-balance\">Enjoy budget-friendly travels with our top-rated car rental services at the best prices.</p><!-- /wp:paragraph --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"40px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:columns {\"align\":\"wide\",\"className\":\"nfd-gap-lg\"} --><div class=\"nfd-gap-lg wp-block-columns alignwide\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1596564210961-cad6025a2d32?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=600&h=900&crop=\",\"dimRatio\":60,\"minHeight\":500,\"customGradient\":\"linear-gradient(0deg,rgb(0,0,0) 24%,rgba(255,255,255,0) 54%)\",\"contentPosition\":\"bottom left\",\"className\":\"nfd-p-card-square nfd-rounded\"} --><div class=\"nfd-p-card-square nfd-rounded wp-block-cover has-custom-content-position is-position-bottom-left\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim wp-block-cover__gradient-background has-background-gradient\" style=\"background:linear-gradient(0deg,rgb(0,0,0) 24%,rgba(255,255,255,0) 54%)\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1596564210961-cad6025a2d32?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=600&h=900&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}},\"spacing\":{\"blockGap\":\"12px\"}},\"textColor\":\"white\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"250px\"}} --><div class=\"wp-block-group has-white-color has-text-color has-link-color\"><!-- wp:paragraph {\"className\":\"nfd-text-lg nfd-text-balance\"} --><p class=\"nfd-text-lg nfd-text-balance\"><strong>Daily Cars</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-balance\"} --><p class=\"nfd-text-base nfd-text-balance\">Hassle-free car rental options and competitive rates.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1640682667803-3443da7bfd36?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=600&h=900&crop=\",\"dimRatio\":60,\"minHeight\":500,\"customGradient\":\"linear-gradient(0deg,rgb(0,0,0) 24%,rgba(255,255,255,0) 54%)\",\"contentPosition\":\"bottom left\",\"className\":\"nfd-p-card-square nfd-rounded\"} --><div class=\"nfd-p-card-square nfd-rounded wp-block-cover has-custom-content-position is-position-bottom-left\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim wp-block-cover__gradient-background has-background-gradient\" style=\"background:linear-gradient(0deg,rgb(0,0,0) 24%,rgba(255,255,255,0) 54%)\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1640682667803-3443da7bfd36?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=600&h=900&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}},\"spacing\":{\"blockGap\":\"12px\"}},\"textColor\":\"white\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"250px\"}} --><div class=\"wp-block-group has-white-color has-text-color has-link-color\"><!-- wp:paragraph {\"className\":\"nfd-text-lg nfd-text-balance\"} --><p class=\"nfd-text-lg nfd-text-balance\"><strong>Daily Cars</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-balance\"} --><p class=\"nfd-text-base nfd-text-balance\">Hassle-free car rental options and competitive rates.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1648413653819-7c0fd93e8e6a?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=600&h=900&crop=\",\"dimRatio\":60,\"minHeight\":500,\"customGradient\":\"linear-gradient(0deg,rgb(0,0,0) 24%,rgba(255,255,255,0) 54%)\",\"contentPosition\":\"bottom left\",\"className\":\"nfd-p-card-square nfd-rounded\"} --><div class=\"nfd-p-card-square nfd-rounded wp-block-cover has-custom-content-position is-position-bottom-left\" style=\"min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim wp-block-cover__gradient-background has-background-gradient\" style=\"background:linear-gradient(0deg,rgb(0,0,0) 24%,rgba(255,255,255,0) 54%)\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1648413653819-7c0fd93e8e6a?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&q=80&w=600&h=900&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}},\"spacing\":{\"blockGap\":\"12px\"}},\"textColor\":\"white\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"250px\"}} --><div class=\"wp-block-group has-white-color has-text-color has-link-color\"><!-- wp:paragraph {\"className\":\"nfd-text-lg nfd-text-balance\"} --><p class=\"nfd-text-lg nfd-text-balance\"><strong>Daily Cars</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-balance\"} --><p class=\"nfd-text-base nfd-text-balance\">Hassle-free car rental options and competitive rates.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:10:{i:0;s:9:\"3 columns\";i:1;s:11:\"image cards\";i:2;s:15:\"rounded corners\";i:3;s:8:\"captions\";i:4;s:5:\"cover\";i:5;s:12:\"dark overlay\";i:6;s:10:\"highlights\";i:7;s:8:\"category\";i:8;s:7:\"service\";i:9;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:260;s:11:\"is_featured\";b:0;}i:268;a:11:{s:2:\"id\";s:36:\"9ac51f04-a8ea-469b-bc3a-9d15aafec3b0\";s:4:\"slug\";s:11:\"features-27\";s:5:\"title\";s:11:\"features-27\";s:11:\"description\";s:11:\"features-27\";s:7:\"content\";s:3218:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"style\":{\"spacing\":{\"blockGap\":\"64px\"}},\"metadata\":{\"name\":\"Features\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md is-style-nfd-theme-white nfd-wb-features__features-27\" ><!-- wp:columns {\"verticalAlignment\":\"top\",\"className\":\"nfd-gap-3xl nfd-text-md nfd-text-faded\"} --><div class=\"nfd-gap-3xl nfd-text-md nfd-text-faded wp-block-columns are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"40px\"}},\"className\":\"md:nfd-order-2\"} --><div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-top \" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xl wp-block-group\"><!-- wp:heading {\"className\":\"wp-block-heading nfd-text-huge nfd-text-contrast\"} --><h2 class=\"wp-block-heading nfd-text-huge nfd-text-contrast\">What We Do</h2><!-- /wp:heading --><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\"><!-- wp:paragraph --><p>We are proud to have a track record of successful outcomes for our clients. Our legal team is committed to achieving the best possible results in every case.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>With extensive expertise and unwavering dedication, we consistently deliver favorable resolutions, ensuring our clients\' satisfaction with our legal services.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Our legal team is committed to achieving the best possible results in every case.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"40px\"}},\"className\":\"md:nfd-order-2\"} --><div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-top \" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xl wp-block-group\"><!-- wp:spacer {\"height\":\"0px\",\"className\":\"md:nfd-hidden\",\"style\":{\"layout\":{\"flexSize\":\"24px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"md:nfd-hidden wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:heading {\"className\":\"wp-block-heading nfd-text-huge nfd-text-contrast\"} --><h2 class=\"wp-block-heading nfd-text-huge nfd-text-current\">Our Values</h2><!-- /wp:heading --><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\"><!-- wp:paragraph --><p>We are proud to have a track record of successful outcomes for our clients. Our legal team is committed to achieving the best possible results in every case.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>With extensive expertise and unwavering dedication, we consistently deliver favorable resolutions, ensuring our clients\' satisfaction with our legal services.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Our legal team is committed to achieving the best possible results in every case.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:7:{i:0;s:7:\"content\";i:1;s:12:\"text section\";i:2;s:7:\"article\";i:3;s:9:\"paragraph\";i:4;s:8:\"2 column\";i:5;s:11:\"text column\";i:6;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:270;s:11:\"is_featured\";b:0;}i:269;a:11:{s:2:\"id\";s:36:\"9ac51f04-b09e-4801-8762-778fbec3d86e\";s:4:\"slug\";s:11:\"features-28\";s:5:\"title\";s:11:\"features-28\";s:11:\"description\";s:11:\"features-28\";s:7:\"content\";s:5805:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"style\":{\"spacing\":{\"blockGap\":\"64px\"}},\"metadata\":{\"name\":\"Features\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-white nfd-wb-features__features-28\" ><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} --><div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded\"} --><figure class=\"nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1589578527966-fdac0f44566c?auto=format&fit=crop&q=80&w=1200&h=1600&crop=\" alt=\"\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-lg\"} --><div class=\"nfd-gap-lg wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"className\":\"nfd-text-md nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\",\"verticalAlignment\":\"top\"}} --><div class=\"nfd-text-md nfd-gap-lg wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"right\":\"16px\",\"left\":\"16px\",\"top\":\"6px\",\"bottom\":\"6px\"}}},\"className\":\"nfd-shadow-xs nfd-rounded-full nfd-bg-subtle\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} --><div class=\"nfd-shadow-xs nfd-rounded-full wp-block-group nfd-bg-subtle\" style=\"padding-top:6px;padding-right:16px;padding-bottom:6px;padding-left:16px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"nfd-text-xs\"} --><p class=\"nfd-text-xs\" style=\"font-style:normal;font-weight:600;text-transform:uppercase\">Law Experts</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:heading {\"className\":\"nfd-text-huge nfd-text-balance nfd-text-primary\"} --><h2 class=\"nfd-text-huge nfd-text-balance nfd-text-primary wp-block-heading\">Your trusted law firm since 1992.</h2><!-- /wp:heading --><!-- wp:paragraph --><p class=\"\">We provide expert guidance and delivering successful outcomes for our clients since 1992. Our professionalism is reflected in our transparent communication and respect for confidentiality.</p><!-- /wp:paragraph --><!-- wp:buttons {\"className\":\"nfd-text-md\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-md wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-xl nfd-rounded-full\"} --><div class=\"nfd-btn-xl wp-block-button nfd-rounded-full\"><a class=\"wp-block-button__link wp-element-button\">Request Consultation</a></div><!-- /wp:button --></div><!-- /wp:buttons --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"8px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"className\":\"nfd-gap-3xl nfd-gap-y-xl\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-gap-3xl nfd-gap-y-xl wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"className\":\"nfd-text-xl nfd-text-contrast\"} --><h3 class=\"nfd-text-xl nfd-text-contrast wp-block-heading has-text-align-center\">1,864</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\"} --><p class=\"has-text-align-center\">Cases Won</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"className\":\"nfd-text-xl nfd-text-contrast\"} --><h3 class=\"nfd-text-xl nfd-text-contrast wp-block-heading has-text-align-center\">23</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\"} --><p class=\"has-text-align-center\">Attorneys</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:group {\"className\":\"nfd-overlap-x nfd-border-bg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"metadata\":{\"name\":\"Stacked Images\"}} --><div class=\"nfd-overlap-x nfd-border-bg wp-block-group\"><!-- wp:image {\"width\":\"50px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"width\":\"2px\"}},\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-large is-resized has-custom-border\"><img src=\"https://images.unsplash.com/photo-1589578527966-fdac0f44566c?auto=format&fit=crop&q=80&crop=&w=120&h=120&crop=faces\" alt=\"\" style=\"border-width:2px;aspect-ratio:1;object-fit:cover;width:50px\"/></figure><!-- /wp:image --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fab906\"},\"typography\":{\"letterSpacing\":\"2px\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-color\" style=\"color:#fab906;letter-spacing:2px\">Law Experts</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-base\"} --><p class=\"nfd-text-base\">Your trusted law firm since 1992.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:10:{i:0;s:12:\"split layout\";i:1;s:14:\"call to action\";i:2;s:3:\"cta\";i:3;s:6:\"images\";i:4;s:6:\"photos\";i:5;s:12:\"key features\";i:6;s:10:\"highlights\";i:7;s:4:\"info\";i:8;s:9:\"marketing\";i:9;s:11:\"interactive\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:280;s:11:\"is_featured\";b:0;}i:270;a:11:{s:2:\"id\";s:36:\"9ac51f04-b870-4a30-83e5-b101f19a2141\";s:4:\"slug\";s:11:\"features-29\";s:5:\"title\";s:11:\"features-29\";s:11:\"description\";s:11:\"features-29\";s:7:\"content\";s:6124:\"<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"metadata\":{\"name\":\"Features\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container is-style-nfd-theme-white nfd-wb-features__features-29\" ><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"}}}} --><div class=\"wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"className\":\"md:nfd-order-2 nfd-p-card-square-lg\"} --><div class=\"md:nfd-order-2 nfd-p-card-square-lg wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h3 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Years of Expertise & Professionalism</h3><!-- /wp:heading --><!-- wp:group {\"className\":\"nfd-text-faded\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"400px\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-faded wp-block-group\"><!-- wp:paragraph --><p class=\"\">Expertly connecting customers around the world with the perfect vehicle to suit their unique needs.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">Our commitment to excellence, robust network, and innovative digital platform ensures an unparalleled leasing experience.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"radius\":{\"topLeft\":\"0px\",\"bottomLeft\":\"0px\",\"bottomRight\":\"0px\",\"topRight\":\"240px\"}}}} --><figure class=\"wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1512486130939-2c4f79935e4f?auto=format&fit=crop&q=80&w=800&h=800&crop=\" alt=\"\" style=\"border-top-left-radius:0px;border-top-right-radius:240px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"}}}} --><div class=\"wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"50%\"} --><div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:50%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-group\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"radius\":{\"topLeft\":\"240px\"}}}} --><figure class=\"wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1535953472862-9cc610a70f8a?auto=format&fit=crop&q=60&w=800&h=800&crop=\" alt=\"\" style=\"border-top-left-radius:240px;aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"className\":\"md:nfd-order-2 nfd-p-card-square-lg\"} --><div class=\"md:nfd-order-2 nfd-p-card-square-lg wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h3 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Areas of Practice</h3><!-- /wp:heading --><!-- wp:group {\"className\":\"nfd-text-faded\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"400px\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-faded wp-block-group\"><!-- wp:paragraph --><p class=\"\">We specialize in a wide range of legal areas. Our attorneys have extensive experience in everything from criminal defense to civil litigation.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">Contact us today to discuss your legal needs and learn how we can help.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"}}}} --><div class=\"wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"className\":\"md:nfd-order-2 nfd-p-card-square-lg\"} --><div class=\"md:nfd-order-2 nfd-p-card-square-lg wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h3 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Years of Expertise & Professionalism</h3><!-- /wp:heading --><!-- wp:group {\"className\":\"nfd-text-faded\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"400px\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-faded wp-block-group\"><!-- wp:paragraph --><p class=\"\">Expertly connecting customers around the world with the perfect vehicle to suit their unique needs.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">Our commitment to excellence, robust network, and innovative digital platform ensures an unparalleled leasing experience.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:50%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"radius\":{\"topLeft\":\"0px\",\"topRight\":\"0px\",\"bottomLeft\":\"0px\",\"bottomRight\":\"240px\"}}}} --><figure class=\"wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1512486130939-2c4f79935e4f?auto=format&fit=crop&q=80&w=800&h=800&crop=\" alt=\"\" style=\"border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:240px;aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:5:{i:0;s:9:\"2 columns\";i:1;s:6:\"images\";i:2;s:6:\"photos\";i:3;s:18:\"alternating layout\";i:4;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:290;s:11:\"is_featured\";b:0;}i:271;a:11:{s:2:\"id\";s:36:\"9ac51f04-c807-4381-941a-d5c91d261e80\";s:4:\"slug\";s:11:\"features-30\";s:5:\"title\";s:11:\"features-30\";s:11:\"description\";s:11:\"features-30\";s:7:\"content\";s:5363:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Features\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-white nfd-wb-features__features-30\" ><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl\"} --><div class=\"nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"44%\",\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"className\":\"md:nfd-order-2\"} --><div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:44%\"><!-- wp:group {\"className\":\"nfd-gap-lg nfd-text-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg nfd-text-md wp-block-group\"><!-- wp:heading {\"level\":1,\"className\":\"wp-block-heading nfd-text-giga nfd-text-current\"} --><h1 class=\"wp-block-heading nfd-text-giga nfd-text-current\">About us.</h1><!-- /wp:heading --><!-- wp:paragraph --><p class=\"\">Our attorneys are highly experienced and well-versed in a variety of legal areas. Trust in our expertise to achieve the best outcome for your case.</p><!-- /wp:paragraph --><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} --><div class=\"nfd-btn-lg wp-block-button \"><a class=\"wp-block-button__link wp-element-button\">Meet Our Team</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:group {\"className\":\"nfd-overlap-x nfd-border-bg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"metadata\":{\"name\":\"Stacked Images\"}} --><div class=\"nfd-overlap-x nfd-border-bg wp-block-group\"><!-- wp:image {\"width\":\"50px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"width\":\"2px\"}},\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-large is-resized has-custom-border\"><img src=\"https://images.unsplash.com/photo-1542744095-fcf48d80b0fd?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxjb2xsZWN0aW9uLXBhZ2V8MTh8MTk2NjgzN3x8ZW58MHx8fHw%3D&auto=format&fit=crop&q=80&crop=&w=120&h=120&crop=faces\" alt=\"\" style=\"border-width:2px;aspect-ratio:1;object-fit:cover;width:50px\"/></figure><!-- /wp:image --><!-- wp:image {\"width\":\"50px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"width\":\"2px\"}},\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-large is-resized has-custom-border\"><img src=\"https://images.unsplash.com/photo-1614786269829-d24616faf56d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MjR8fHN1aXR8ZW58MHx8MHx8&auto=format&fit=crop&q=80&crop=&w=120&h=120&crop=faces\" alt=\"\" style=\"border-width:2px;aspect-ratio:1;object-fit:cover;width:50px\"/></figure><!-- /wp:image --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fab906\"},\"typography\":{\"letterSpacing\":\"2px\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-color\" style=\"color:#fab906;letter-spacing:2px\">About us.</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-base\"} --><p class=\"nfd-text-base\">Our attorneys are highly experienced and well-versed in a variety of legal areas. Trust in our expertise to achieve the best outcome for your case.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"className\":\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center\",\"layout\":{\"type\":\"default\"}} --><div class=\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center wp-block-group\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 nfd-rounded\"} --><figure class=\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1542744095-fcf48d80b0fd?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxjb2xsZWN0aW9uLXBhZ2V8MTh8MTk2NjgzN3x8ZW58MHx8fHw%3D&auto=format&fit=crop&q=80&w=800&h=1200&crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"left\":{\"width\":\"3px\"}}},\"className\":\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 nfd-border-bg nfd-rounded\"} --><figure class=\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 nfd-border-bg nfd-rounded wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1614786269829-d24616faf56d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MjR8fHN1aXR8ZW58MHx8MHx8&auto=format&fit=crop&q=80&w=800&h=1200&crop=\" alt=\"\" style=\"border-left-width:3px;aspect-ratio:2/3;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:15:{i:0;s:10:\"highlights\";i:1;s:8:\"showcase\";i:2;s:12:\"split layout\";i:3;s:6:\"images\";i:4;s:6:\"photos\";i:5;s:14:\"call to action\";i:6;s:3:\"cta\";i:7;s:11:\"testimonial\";i:8;s:6:\"review\";i:9;s:8:\"feedback\";i:10;s:5:\"stars\";i:11;s:7:\"ratings\";i:12;s:4:\"info\";i:13;s:9:\"marketing\";i:14;s:11:\"interactive\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:300;s:11:\"is_featured\";b:0;}i:272;a:11:{s:2:\"id\";s:36:\"9ac51f04-d0ed-463e-893f-52cfab2453f0\";s:4:\"slug\";s:11:\"features-31\";s:5:\"title\";s:11:\"features-31\";s:11:\"description\";s:11:\"features-31\";s:7:\"content\";s:4634:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"style\":{\"spacing\":{\"blockGap\":\"64px\"}},\"metadata\":{\"name\":\"Features\"},\"nfdGroupTheme\":\"light\",\"nfdGroupEffect\":\"grid\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-light nfd-bg-effect-grid nfd-wb-features__features-31\" ><!-- wp:group {\"className\":\"nfd-gap-3xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-3xl wp-block-group\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"32px\",\"left\":\"32px\"}}}} --><div class=\"wp-block-columns\"><!-- wp:column {\"style\":{\"spacing\":{}}} --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"metadata\":{\"name\":\"Card\"},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-group nfd-gap-md\" ><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"letterSpacing\":\"2px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-huge nfd-text-primary nfd-text-balance\"} --><p class=\"nfd-text-huge nfd-text-primary nfd-text-balance has-text-align-center\" style=\"font-style:normal;font-weight:300;letter-spacing:2px\">15</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-base nfd-text-contrast\"} --><h3 class=\"nfd-text-base nfd-text-contrast wp-block-heading has-text-align-center\" style=\"font-style:normal;font-weight:500\">Projects Completed</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-balance nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-center nfd-text-base\">Odio feugiat erat ut convallis eget ac lectus amet. Diam, volutpat eu in dui etiam nibh. Sed et feugiat pretium nec sed.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"style\":{\"spacing\":{}}} --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"metadata\":{\"name\":\"Card\"},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-group nfd-gap-md\" ><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"letterSpacing\":\"2px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-huge nfd-text-primary nfd-text-balance\"} --><p class=\"nfd-text-huge nfd-text-primary nfd-text-balance has-text-align-center\" style=\"font-style:normal;font-weight:300;letter-spacing:2px\">34</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-base nfd-text-contrast\"} --><h3 class=\"nfd-text-base nfd-text-contrast wp-block-heading has-text-align-center\" style=\"font-style:normal;font-weight:500\">Company Growth</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-balance nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-center nfd-text-base\">Odio feugiat erat ut convallis eget ac lectus amet. Diam, volutpat eu in dui etiam nibh. Sed et feugiat pretium nec sed.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"style\":{\"spacing\":{}}} --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"metadata\":{\"name\":\"Card\"},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-group nfd-gap-md\" ><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"letterSpacing\":\"2px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-huge nfd-text-primary nfd-text-balance\"} --><p class=\"nfd-text-huge nfd-text-primary nfd-text-balance has-text-align-center\" style=\"font-style:normal;font-weight:300;letter-spacing:2px\">13+</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-base nfd-text-contrast\"} --><h3 class=\"nfd-text-base nfd-text-contrast wp-block-heading has-text-align-center\" style=\"font-style:normal;font-weight:500\">Years of Experience</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-balance nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-center nfd-text-base\">Odio feugiat erat ut convallis eget ac lectus amet. Diam, volutpat eu in dui etiam nibh. Sed et feugiat pretium nec sed.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:12:{i:0;s:10:\"statistics\";i:1;s:9:\"3 columns\";i:2;s:7:\"metrics\";i:3;s:12:\"key features\";i:4;s:10:\"highlights\";i:5;s:11:\"performance\";i:6;s:10:\"milestones\";i:7;s:7:\"results\";i:8;s:9:\"analytics\";i:9;s:19:\"progress indicators\";i:10;s:18:\"summary statistics\";i:11;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:310;s:11:\"is_featured\";b:0;}i:273;a:11:{s:2:\"id\";s:36:\"9ac51f04-d9fb-4e9d-ae29-a91f186814b4\";s:4:\"slug\";s:11:\"features-32\";s:5:\"title\";s:11:\"features-32\";s:11:\"description\";s:11:\"features-32\";s:7:\"content\";s:3037:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md is-style-nfd-theme-white nfd-wb-features__features-32\" ><!-- wp:columns {\"className\":\"nfd-text-md nfd-gap-2xl\"} --><div class=\"nfd-text-md nfd-gap-2xl wp-block-columns \"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"32px\"}}} --><div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:heading {\"className\":\"wp-block-heading nfd-text-lg nfd-text-current\"} --><h2 class=\"wp-block-heading nfd-text-lg nfd-text-current\">Hours</h2><!-- /wp:heading --><!-- wp:group {\"className\":\"nfd-text-opacity-80\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"400px\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-opacity-80 wp-block-group\"><!-- wp:paragraph --><p class=\"\"><strong>Mon - Fri<br></strong>8:00 am — 6:00 pm</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\"><strong>Sat</strong><br>8:00 am — 5:00 pm</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\"><strong>Sun</strong><br>Closed</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"32px\"}}} --><div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:heading {\"className\":\"wp-block-heading nfd-text-lg nfd-text-current\"} --><h2 class=\"wp-block-heading nfd-text-lg nfd-text-current\">Contact</h2><!-- /wp:heading --><!-- wp:group {\"className\":\"nfd-text-opacity-80\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"400px\",\"justifyContent\":\"left\"}} --><div class=\"nfd-text-opacity-80 wp-block-group\"><!-- wp:paragraph --><p class=\"\"><strong>Email<br></strong><a href=\"mailto:hi@example.com\">hi@example.com</a></p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\"><strong>Phone</strong><br>(202) 555-0101<br>(202) 555-0102</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"32px\"}}} --><div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:heading {\"textAlign\":\"left\",\"className\":\"wp-block-heading nfd-text-lg nfd-text-current\"} --><h2 class=\"wp-block-heading nfd-text-lg nfd-text-current has-text-align-left\">Let\'s Connect</h2><!-- /wp:heading --><!-- wp:social-links {\"iconColor\":\"secondary-foreground\",\"iconColorValue\":\"#000000\",\"customIconBackgroundColor\":\"#0000000d\",\"iconBackgroundColorValue\":\"#0000000d\",\"size\":\"has-normal-icon-size\",\"align\":\"left\",\"className\":\"is-style-default\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} --><ul class=\"is-style-default wp-block-social-links alignleft has-normal-icon-size has-icon-color has-icon-background-color\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"instagram\"} /--><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /--></ul><!-- /wp:social-links --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:10:{i:0;s:15:\"contact section\";i:1;s:9:\"3 columns\";i:2;s:5:\"hours\";i:3;s:5:\"email\";i:4;s:7:\"address\";i:5;s:5:\"phone\";i:6;s:15:\"social accounts\";i:7;s:4:\"info\";i:8;s:5:\"about\";i:9;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:320;s:11:\"is_featured\";b:0;}i:274;a:11:{s:2:\"id\";s:36:\"9b73e2e5-90b0-47ee-b30d-3316945f4e02\";s:4:\"slug\";s:11:\"features-33\";s:5:\"title\";s:11:\"features-33\";s:11:\"description\";s:11:\"features-33\";s:7:\"content\";s:4346:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"style\":{\"spacing\":{\"blockGap\":\"64px\"}},\"metadata\":{\"name\":\"Features\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-white nfd-wb-features__features-33\" ><!-- wp:group {\"className\":\"nfd-gap-3xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-3xl wp-block-group\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"32px\",\"left\":\"32px\"}}}} --><div class=\"wp-block-columns\"><!-- wp:column {\"style\":{\"spacing\":{}}} --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"metadata\":{\"name\":\"Card\"},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-group nfd-gap-md\" ><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"letterSpacing\":\"2px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-huge nfd-text-primary nfd-text-balance\"} --><p class=\"nfd-text-huge nfd-text-primary nfd-text-balance has-text-align-center\" style=\"font-style:normal;font-weight:300;letter-spacing:2px\">✵</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h3 class=\"nfd-text-lg nfd-text-primary wp-block-heading has-text-align-center\" style=\"font-style:normal;font-weight:500\">Feature 1 short description text</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-balance nfd-text-faded nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-center nfd-text-md\">Feature 2</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"style\":{\"spacing\":{}}} --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"metadata\":{\"name\":\"Card\"},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-group nfd-gap-md\" ><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"letterSpacing\":\"2px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-huge nfd-text-primary nfd-text-balance\"} --><p class=\"nfd-text-huge nfd-text-primary nfd-text-balance has-text-align-center\" style=\"font-style:normal;font-weight:300;letter-spacing:2px\">✵</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h3 class=\"nfd-text-lg nfd-text-primary wp-block-heading has-text-align-center\" style=\"font-style:normal;font-weight:500\">Feature 3</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-balance nfd-text-faded nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-center nfd-text-md\">Feature 3 short description text</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"style\":{\"spacing\":{}}} --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"metadata\":{\"name\":\"Card\"},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-group nfd-gap-md\" ><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"letterSpacing\":\"2px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"className\":\"nfd-text-huge nfd-text-primary nfd-text-balance\"} --><p class=\"nfd-text-huge nfd-text-primary nfd-text-balance has-text-align-center\" style=\"font-style:normal;font-weight:300;letter-spacing:2px\">✵</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h3 class=\"nfd-text-lg nfd-text-primary wp-block-heading has-text-align-center\" style=\"font-style:normal;font-weight:500\">Feature 4 short description text</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-balance nfd-text-faded nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-center nfd-text-md\">Odio feugiat erat ut convallis eget ac lectus amet. Diam, volutpat eu in dui.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:7:{i:0;s:9:\"3 columns\";i:1;s:12:\"key features\";i:2;s:10:\"highlights\";i:3;s:11:\"performance\";i:4;s:10:\"milestones\";i:5;s:7:\"results\";i:6;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:330;s:11:\"is_featured\";b:0;}i:275;a:11:{s:2:\"id\";s:36:\"9c1b1e05-8948-46d1-9322-b83ad4080623\";s:4:\"slug\";s:11:\"features-34\";s:5:\"title\";s:11:\"features-34\";s:11:\"description\";s:11:\"features-34\";s:7:\"content\";s:2987:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Listings\"},\"nfdGroupTheme\":\"light\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"700px\"}} --><div class=\"wp-block-group nfd-container nfd-p-md is-style-nfd-theme-light nfd-wb-features__features-34\" ><!-- wp:group {\"metadata\":{\"name\":\"Listings\"},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Listing\"},\"className\":\"nfd-text-base nfd-gap-md nfd-p-card-md nfd-rounded nfd-shadow-xs\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"white\"} --><div class=\"nfd-text-base nfd-gap-md nfd-p-card-md nfd-rounded nfd-shadow-xs wp-block-group nfd-bg-surface nfd-theme-white\"><!-- wp:group {\"style\":{\"border\":{\"right\":{\"width\":\"1px\"}},\"spacing\":{\"padding\":{\"right\":\"16px\"}}},\"className\":\"nfd-gap-0 nfd-shrink-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-0 nfd-shrink-0 wp-block-group\" style=\"border-right-width:1px;padding-right:16px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-faded nfd-text-sm\"} --><p class=\"nfd-text-faded nfd-text-sm\" style=\"text-transform:uppercase\">Sep</p><!-- /wp:paragraph --><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"lineHeight\":\"1\"}},\"className\":\"nfd-text-xl nfd-text-primary\"} --><p class=\"nfd-text-xl nfd-text-primary\" style=\"font-style:normal;font-weight:500;line-height:1;text-transform:uppercase\"><strong>15</strong></p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph --><p class=\"\"><strong>The New York Academy of Sciences (NYAS)</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">115 Broadway 8th Floor, New York, NY 10006</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-gap-xs nfd-text-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-xs nfd-text-sm wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">9am-11am</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\"><a href=\"#\"><span style=\"text-decoration: underline;\">Get Tickets</span></a></p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:11:{i:0;s:5:\"event\";i:1;s:13:\"event details\";i:2;s:10:\"event date\";i:3;s:10:\"event card\";i:4;s:10:\"event list\";i:5;s:8:\"location\";i:6;s:4:\"date\";i:7;s:4:\"time\";i:8;s:10:\"event type\";i:9;s:14:\"event category\";i:10;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:340;s:11:\"is_featured\";b:0;}i:276;a:11:{s:2:\"id\";s:36:\"9c1b1e05-a8dc-4a77-a17c-aea09e1477f3\";s:4:\"slug\";s:11:\"features-35\";s:5:\"title\";s:11:\"features-35\";s:11:\"description\";s:11:\"features-35\";s:7:\"content\";s:8911:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Listings\"},\"nfdGroupDivider\":\"nfd-divider-slant\",\"nfdGroupTheme\":\"light\",\"nfdGroupEffect\":\"grid\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg nfd-divider-slant is-style-nfd-theme-light nfd-bg-effect-grid nfd-wb-features__features-35\" ><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-contrast nfd-text-huge nfd-text-balance\"} --><h2 class=\"nfd-text-contrast nfd-text-huge nfd-text-balance wp-block-heading has-text-align-center\" style=\"font-style:normal;font-weight:500\">Events</h2><!-- /wp:heading --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"56px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"metadata\":{\"name\":\"Narrow container\"},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"700px\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Listings\"},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Listing\"},\"className\":\"nfd-text-base nfd-gap-md nfd-p-card-md nfd-rounded nfd-shadow-xs\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"white\"} --><div class=\"nfd-text-base nfd-gap-md nfd-p-card-md nfd-rounded nfd-shadow-xs wp-block-group nfd-bg-surface nfd-theme-white\"><!-- wp:group {\"style\":{\"border\":{\"right\":{\"width\":\"1px\"}},\"spacing\":{\"padding\":{\"right\":\"16px\"}}},\"className\":\"nfd-gap-0 nfd-shrink-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-0 nfd-shrink-0 wp-block-group\" style=\"border-right-width:1px;padding-right:16px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-faded nfd-text-sm\"} --><p class=\"nfd-text-faded nfd-text-sm\" style=\"text-transform:uppercase\">Sep</p><!-- /wp:paragraph --><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"lineHeight\":\"1\"}},\"className\":\"nfd-text-xl nfd-text-primary\"} --><p class=\"nfd-text-xl nfd-text-primary\" style=\"font-style:normal;font-weight:500;line-height:1;text-transform:uppercase\"><strong>15</strong></p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph --><p class=\"\"><strong>The New York Academy of Sciences (NYAS)</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">115 Broadway 8th Floor, New York, NY 10006</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-gap-xs nfd-text-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-xs nfd-text-sm wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">9am-11am</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\"><a href=\"#\"><span style=\"text-decoration: underline;\">Get Tickets</span></a></p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Listing\"},\"className\":\"nfd-text-base nfd-gap-md nfd-p-card-md nfd-rounded nfd-shadow-xs\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"white\"} --><div class=\"nfd-text-base nfd-gap-md nfd-p-card-md nfd-rounded nfd-shadow-xs wp-block-group nfd-bg-surface nfd-theme-white\"><!-- wp:group {\"style\":{\"border\":{\"right\":{\"width\":\"1px\"}},\"spacing\":{\"padding\":{\"right\":\"16px\"}}},\"className\":\"nfd-gap-0 nfd-shrink-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-0 nfd-shrink-0 wp-block-group\" style=\"border-right-width:1px;padding-right:16px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-faded nfd-text-sm\"} --><p class=\"nfd-text-faded nfd-text-sm\" style=\"text-transform:uppercase\">Oct</p><!-- /wp:paragraph --><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"lineHeight\":\"1\"}},\"className\":\"nfd-text-xl nfd-text-primary\"} --><p class=\"nfd-text-xl nfd-text-primary\" style=\"font-style:normal;font-weight:500;line-height:1;text-transform:uppercase\"><strong>01</strong></p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph --><p class=\"\"><strong>Boston Museum of Science</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">Museum Of Science Driveway, Boston, MA 02114</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-gap-xs nfd-text-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-xs nfd-text-sm wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">11am-1pm</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\"><a href=\"#\"><span style=\"text-decoration: underline;\">Get Tickets</span></a></p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Listing\"},\"className\":\"nfd-text-base nfd-gap-md nfd-p-card-md nfd-rounded nfd-shadow-xs\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"white\"} --><div class=\"nfd-text-base nfd-gap-md nfd-p-card-md nfd-rounded nfd-shadow-xs wp-block-group nfd-bg-surface nfd-theme-white\"><!-- wp:group {\"style\":{\"border\":{\"right\":{\"width\":\"1px\"}},\"spacing\":{\"padding\":{\"right\":\"16px\"}}},\"className\":\"nfd-gap-0 nfd-shrink-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-0 nfd-shrink-0 wp-block-group\" style=\"border-right-width:1px;padding-right:16px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-faded nfd-text-sm\"} --><p class=\"nfd-text-faded nfd-text-sm\" style=\"text-transform:uppercase\">Nov</p><!-- /wp:paragraph --><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"lineHeight\":\"1\"}},\"className\":\"nfd-text-xl nfd-text-primary\"} --><p class=\"nfd-text-xl nfd-text-primary\" style=\"font-style:normal;font-weight:500;line-height:1;text-transform:uppercase\"><strong>26</strong></p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph --><p class=\"\"><strong>San Diego Fleet Science Center</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">1875 El Prado, San Diego, CA 92101</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-gap-xs nfd-text-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-xs nfd-text-sm wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">2pm-4pm</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\"><a href=\"#\"><span style=\"text-decoration: underline;\">Get Tickets</span></a></p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"16px\"} --><div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div><!-- /wp:group -->\";s:4:\"tags\";a:11:{i:0;s:5:\"event\";i:1;s:13:\"event details\";i:2;s:10:\"event date\";i:3;s:10:\"event card\";i:4;s:10:\"event list\";i:5;s:8:\"location\";i:6;s:4:\"date\";i:7;s:4:\"time\";i:8;s:10:\"event type\";i:9;s:14:\"event category\";i:10;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:350;s:11:\"is_featured\";b:0;}i:277;a:11:{s:2:\"id\";s:36:\"9c1b1e05-b09a-450a-a79f-eb62ad8cb881\";s:4:\"slug\";s:11:\"features-36\";s:5:\"title\";s:11:\"features-36\";s:11:\"description\";s:11:\"features-36\";s:7:\"content\";s:2987:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Listings\"},\"nfdGroupTheme\":\"darker\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"700px\"}} --><div class=\"wp-block-group nfd-container nfd-p-md is-style-nfd-theme-darker nfd-wb-features__features-36\" ><!-- wp:group {\"metadata\":{\"name\":\"Listings\"},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Listing\"},\"className\":\"nfd-text-base nfd-gap-md nfd-p-card-md nfd-rounded nfd-shadow-xs\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"dark\"} --><div class=\"nfd-text-base nfd-gap-md nfd-p-card-md nfd-rounded nfd-shadow-xs wp-block-group nfd-bg-surface nfd-theme-dark\"><!-- wp:group {\"style\":{\"border\":{\"right\":{\"width\":\"1px\"}},\"spacing\":{\"padding\":{\"right\":\"16px\"}}},\"className\":\"nfd-gap-0 nfd-shrink-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-0 nfd-shrink-0 wp-block-group\" style=\"border-right-width:1px;padding-right:16px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-faded nfd-text-sm\"} --><p class=\"nfd-text-faded nfd-text-sm\" style=\"text-transform:uppercase\">Sep</p><!-- /wp:paragraph --><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"lineHeight\":\"1\"}},\"className\":\"nfd-text-xl nfd-text-primary\"} --><p class=\"nfd-text-xl nfd-text-primary\" style=\"font-style:normal;font-weight:500;line-height:1;text-transform:uppercase\"><strong>15</strong></p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph --><p class=\"\"><strong>The New York Academy of Sciences (NYAS)</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">115 Broadway 8th Floor, New York, NY 10006</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-gap-xs nfd-text-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-xs nfd-text-sm wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">9am-11am</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\"><a href=\"#\"><span style=\"text-decoration: underline;\">Get Tickets</span></a></p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:12:{i:0;s:5:\"event\";i:1;s:13:\"event details\";i:2;s:10:\"event date\";i:3;s:10:\"event card\";i:4;s:10:\"event list\";i:5;s:8:\"location\";i:6;s:4:\"date\";i:7;s:4:\"time\";i:8;s:10:\"event type\";i:9;s:14:\"event category\";i:10;s:4:\"dark\";i:11;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:360;s:11:\"is_featured\";b:0;}i:278;a:11:{s:2:\"id\";s:36:\"9c1b1e05-b8e2-430c-b324-008a7c6f2f57\";s:4:\"slug\";s:11:\"features-37\";s:5:\"title\";s:11:\"features-37\";s:11:\"description\";s:11:\"features-37\";s:7:\"content\";s:8417:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Listings\"},\"nfdGroupDivider\":\"nfd-divider-zigzag\",\"nfdGroupTheme\":\"light\",\"nfdGroupEffect\":\"dots\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg nfd-divider-zigzag is-style-nfd-theme-light nfd-bg-effect-dots nfd-wb-features__features-37\" ><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-contrast nfd-text-huge nfd-text-balance\"} --><h2 class=\"nfd-text-contrast nfd-text-huge nfd-text-balance wp-block-heading has-text-align-center\" style=\"font-style:normal;font-weight:500\">How it works?</h2><!-- /wp:heading --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"56px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"metadata\":{\"name\":\"Narrow container\"},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"700px\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Listings\"},\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Listing\"},\"className\":\"nfd-text-base nfd-gap-md nfd-px-sm nfd-rounded nfd-shadow-xs\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"white\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-text-base nfd-gap-md nfd-px-sm nfd-rounded nfd-shadow-xs wp-block-group nfd-bg-surface nfd-theme-white\"><!-- wp:group {\"metadata\":{\"name\":\"Badge\"},\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"32px\"},\"dimensions\":{\"minHeight\":\"32px\"}},\"className\":\"nfd-shadow-xs nfd-rounded-full nfd-bg-subtle nfd-p-2 nfd-shrink-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-shadow-xs nfd-rounded-full nfd-bg-subtle nfd-p-2 nfd-shrink-0 wp-block-group\" style=\"min-height:32px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"lineHeight\":\"1\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:500;line-height:1;text-transform:uppercase\">1</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph --><p class=\"\">Sign up</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">1 min</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Listing\"},\"className\":\"nfd-text-base nfd-gap-md nfd-px-sm nfd-rounded nfd-shadow-xs\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"white\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-text-base nfd-gap-md nfd-px-sm nfd-rounded nfd-shadow-xs wp-block-group nfd-bg-surface nfd-theme-white\"><!-- wp:group {\"metadata\":{\"name\":\"Badge\"},\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"32px\"},\"dimensions\":{\"minHeight\":\"32px\"}},\"className\":\"nfd-shadow-xs nfd-rounded-full nfd-bg-subtle nfd-p-2 nfd-shrink-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-shadow-xs nfd-rounded-full nfd-bg-subtle nfd-p-2 nfd-shrink-0 wp-block-group\" style=\"min-height:32px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"lineHeight\":\"1\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:500;line-height:1;text-transform:uppercase\">1</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph --><p class=\"\">Choose a coach</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">3-6 min</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Listing\"},\"className\":\"nfd-text-base nfd-gap-md nfd-px-sm nfd-rounded nfd-shadow-xs\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"white\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-text-base nfd-gap-md nfd-px-sm nfd-rounded nfd-shadow-xs wp-block-group nfd-bg-surface nfd-theme-white\"><!-- wp:group {\"metadata\":{\"name\":\"Badge\"},\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"32px\"},\"dimensions\":{\"minHeight\":\"32px\"}},\"className\":\"nfd-shadow-xs nfd-rounded-full nfd-bg-subtle nfd-p-2 nfd-shrink-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-shadow-xs nfd-rounded-full nfd-bg-subtle nfd-p-2 nfd-shrink-0 wp-block-group\" style=\"min-height:32px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"lineHeight\":\"1\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:500;line-height:1;text-transform:uppercase\">3</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph --><p class=\"\">Book a session</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">2 min</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Listing\"},\"className\":\"nfd-text-base nfd-gap-md nfd-px-sm nfd-rounded nfd-shadow-xs\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"white\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-text-base nfd-gap-md nfd-px-sm nfd-rounded nfd-shadow-xs wp-block-group nfd-bg-surface nfd-theme-white\"><!-- wp:group {\"metadata\":{\"name\":\"Badge\"},\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"32px\"},\"dimensions\":{\"minHeight\":\"32px\"}},\"className\":\"nfd-shadow-xs nfd-rounded-full nfd-bg-subtle nfd-p-2 nfd-shrink-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-shadow-xs nfd-rounded-full nfd-bg-subtle nfd-p-2 nfd-shrink-0 wp-block-group\" style=\"min-height:32px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"lineHeight\":\"1\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:500;line-height:1;text-transform:uppercase\">4</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph --><p class=\"\">Refer a friend</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">Get $50</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"1px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded has-text-align-center\">All done!</p><!-- /wp:paragraph --></div><!-- /wp:group -->\";s:4:\"tags\";a:11:{i:0;s:4:\"list\";i:1;s:13:\"process steps\";i:2;s:12:\"how it works\";i:3;s:12:\"step by step\";i:4;s:12:\"instructions\";i:5;s:8:\"timeline\";i:6;s:16:\"onboarding steps\";i:7;s:13:\"numbered list\";i:8;s:5:\"steps\";i:9;s:9:\"step list\";i:10;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:370;s:11:\"is_featured\";b:0;}i:279;a:11:{s:2:\"id\";s:36:\"9c1b1e05-c07a-488f-b5c0-97c69365d913\";s:4:\"slug\";s:11:\"features-38\";s:5:\"title\";s:11:\"features-38\";s:11:\"description\";s:11:\"features-38\";s:7:\"content\";s:2147:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Listings\"},\"nfdGroupTheme\":\"light\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"700px\"}} --><div class=\"wp-block-group nfd-container nfd-p-md is-style-nfd-theme-light nfd-wb-features__features-38\" ><!-- wp:group {\"metadata\":{\"name\":\"Listings\"},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Listing\"},\"className\":\"nfd-text-base nfd-gap-md nfd-px-sm nfd-rounded nfd-shadow-xs\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"white\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-text-base nfd-gap-md nfd-px-sm nfd-rounded nfd-shadow-xs wp-block-group nfd-bg-surface nfd-theme-white\"><!-- wp:group {\"metadata\":{\"name\":\"Badge\"},\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"32px\"},\"dimensions\":{\"minHeight\":\"32px\"}},\"className\":\"nfd-shadow-xs nfd-rounded-full nfd-bg-subtle nfd-p-2 nfd-shrink-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-shadow-xs nfd-rounded-full nfd-bg-subtle nfd-p-2 nfd-shrink-0 wp-block-group\" style=\"min-height:32px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"lineHeight\":\"1\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:500;line-height:1;text-transform:uppercase\">1</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph --><p class=\"\">Sign up</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">1 min</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:11:{i:0;s:4:\"list\";i:1;s:12:\"process step\";i:2;s:12:\"how it works\";i:3;s:12:\"step by step\";i:4;s:12:\"instructions\";i:5;s:8:\"timeline\";i:6;s:16:\"onboarding steps\";i:7;s:13:\"numbered list\";i:8;s:5:\"steps\";i:9;s:9:\"step list\";i:10;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:380;s:11:\"is_featured\";b:0;}i:280;a:11:{s:2:\"id\";s:36:\"9c1b1e05-c979-42d3-b606-cdf8dd77f3b8\";s:4:\"slug\";s:11:\"features-39\";s:5:\"title\";s:11:\"features-39\";s:11:\"description\";s:11:\"features-39\";s:7:\"content\";s:2147:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Listings\"},\"nfdGroupTheme\":\"darker\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"700px\"}} --><div class=\"wp-block-group nfd-container nfd-p-md is-style-nfd-theme-darker nfd-wb-features__features-39\" ><!-- wp:group {\"metadata\":{\"name\":\"Listings\"},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Listing\"},\"className\":\"nfd-text-base nfd-gap-md nfd-px-sm nfd-rounded nfd-shadow-xs\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-text-base nfd-gap-md nfd-px-sm nfd-rounded nfd-shadow-xs wp-block-group nfd-bg-surface nfd-theme-dark\"><!-- wp:group {\"metadata\":{\"name\":\"Badge\"},\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"32px\"},\"dimensions\":{\"minHeight\":\"32px\"}},\"className\":\"nfd-shadow-xs nfd-rounded-full nfd-bg-subtle nfd-p-2 nfd-shrink-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-shadow-xs nfd-rounded-full nfd-bg-subtle nfd-p-2 nfd-shrink-0 wp-block-group\" style=\"min-height:32px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"lineHeight\":\"1\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\" style=\"font-style:normal;font-weight:500;line-height:1;text-transform:uppercase\">1</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Label\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph --><p class=\"\">Sign up</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">1 min</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:12:{i:0;s:4:\"list\";i:1;s:12:\"process step\";i:2;s:12:\"how it works\";i:3;s:12:\"step by step\";i:4;s:12:\"instructions\";i:5;s:8:\"timeline\";i:6;s:16:\"onboarding steps\";i:7;s:13:\"numbered list\";i:8;s:5:\"steps\";i:9;s:9:\"step list\";i:10;s:4:\"dark\";i:11;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:390;s:11:\"is_featured\";b:0;}i:281;a:11:{s:2:\"id\";s:36:\"9c1b1e05-d40b-4361-a37b-148e69aac075\";s:4:\"slug\";s:11:\"features-40\";s:5:\"title\";s:11:\"features-40\";s:11:\"description\";s:11:\"features-40\";s:7:\"content\";s:9299:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Listings\"},\"nfdGroupDivider\":\"nfd-divider-slant\",\"nfdGroupTheme\":\"dark\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg nfd-divider-slant is-style-nfd-theme-dark nfd-wb-features__features-40\" ><!-- wp:columns {\"className\":\"nfd-gap-4xl nfd-gap-y-3xl\"} --><div class=\"nfd-gap-4xl nfd-gap-y-3xl wp-block-columns\"><!-- wp:column {\"width\":\"50%\"} --><div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-contrast nfd-text-xl nfd-text-balance\"} --><h3 class=\"nfd-text-contrast nfd-text-xl nfd-text-balance wp-block-heading has-text-align-left\" style=\"font-style:normal;font-weight:500\">Schedule</h3><!-- /wp:heading --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"24px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"metadata\":{\"name\":\"Listings\"},\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Listing\"},\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"\"} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-0 nfd-p-card-sm nfd-rounded-sm nfd-shrink-0 nfd-bg-subtle\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-gap-0 nfd-p-card-sm nfd-rounded-sm nfd-shrink-0 nfd-bg-subtle wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-faded nfd-text-sm\"} --><p class=\"nfd-text-faded nfd-text-sm\" style=\"text-transform:uppercase\">Sep</p><!-- /wp:paragraph --><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"lineHeight\":\"1\"}},\"className\":\"nfd-text-lg nfd-text-contrast\"} --><p class=\"nfd-text-lg nfd-text-contrast\" style=\"font-style:normal;font-weight:500;line-height:1;text-transform:uppercase\"><strong>15</strong></p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\"><strong>The New York Academy of Sciences (NYAS)</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-faded nfd-text-base\">115 Broadway 8th Floor, New York, NY 10006</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:separator {\"className\":\"is-style-wide\"} --><hr class=\"is-style-wide wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:group {\"metadata\":{\"name\":\"Listing\"},\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"\"} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-0 nfd-p-card-sm nfd-rounded-sm nfd-shrink-0 nfd-bg-subtle\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-gap-0 nfd-p-card-sm nfd-rounded-sm nfd-shrink-0 nfd-bg-subtle wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-faded nfd-text-sm\"} --><p class=\"nfd-text-faded nfd-text-sm\" style=\"text-transform:uppercase\">Oct</p><!-- /wp:paragraph --><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"lineHeight\":\"1\"}},\"className\":\"nfd-text-lg nfd-text-contrast\"} --><p class=\"nfd-text-lg nfd-text-contrast\" style=\"font-style:normal;font-weight:500;line-height:1;text-transform:uppercase\"><strong>01</strong></p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\"><strong>Boston Museum of Science</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-faded nfd-text-base\">Museum Of Science Driveway, Boston, MA 02114</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:separator {\"className\":\"is-style-wide\"} --><hr class=\"is-style-wide wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:group {\"metadata\":{\"name\":\"Listing\"},\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"\"} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-0 nfd-p-card-sm nfd-rounded-sm nfd-shrink-0 nfd-bg-subtle\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-gap-0 nfd-p-card-sm nfd-rounded-sm nfd-shrink-0 nfd-bg-subtle wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-faded nfd-text-sm\"} --><p class=\"nfd-text-faded nfd-text-sm\" style=\"text-transform:uppercase\">Nov</p><!-- /wp:paragraph --><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"lineHeight\":\"1\"}},\"className\":\"nfd-text-lg nfd-text-contrast\"} --><p class=\"nfd-text-lg nfd-text-contrast\" style=\"font-style:normal;font-weight:500;line-height:1;text-transform:uppercase\"><strong>26</strong></p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\"><strong>San Diego Fleet Science Center</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-faded nfd-text-base\">1875 El Prado, San Diego, CA 92101</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"width\":\"50%\"} --><div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"className\":\"nfd-grid nfd-grid-cols-12 nfd-grid-rows-1\"} --><div class=\"nfd-grid nfd-grid-cols-12 nfd-grid-rows-1 wp-block-columns\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"\",\"className\":\"nfd-col-start-1 nfd-col-end-8 nfd-row-start-1\"} --><div class=\"nfd-col-start-1 nfd-col-end-8 nfd-row-start-1 wp-block-column is-vertically-aligned-top\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1606902965551-dce093cda6e7?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mjh8fGZpdG5lc3N8ZW58MHwxfDB8fA%3D%3D&auto=format&fit=crop&q=60&crop=&w=1000&h=1500&crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"100px\"}}},\"className\":\"nfd-col-start-6 nfd-col-end-13 nfd-row-start-1\"} --><div class=\"nfd-col-start-6 nfd-col-end-13 nfd-row-start-1 wp-block-column is-vertically-aligned-top\" style=\"padding-top:100px\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1606902965483-3dcbb360cca5?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwcm9maWxlLXBhZ2V8OXx8fGVufDB8fHx8&auto=format&fit=crop&q=60&crop=&w=1000&h=1500&crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:spacer {\"height\":\"16px\"} --><div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div><!-- /wp:group -->\";s:4:\"tags\";a:12:{i:0;s:6:\"events\";i:1;s:14:\"event schedule\";i:2;s:13:\"event listing\";i:3;s:15:\"upcoming events\";i:4;s:13:\"event details\";i:5;s:14:\"event calendar\";i:6;s:12:\"split layout\";i:7;s:6:\"images\";i:8;s:6:\"photos\";i:9;s:14:\"event overview\";i:10;s:4:\"dark\";i:11;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:400;s:11:\"is_featured\";b:0;}i:282;a:11:{s:2:\"id\";s:36:\"9c1b1e05-decb-4332-8efc-fc423d058563\";s:4:\"slug\";s:11:\"features-41\";s:5:\"title\";s:11:\"features-41\";s:11:\"description\";s:11:\"features-41\";s:7:\"content\";s:9132:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Listings\"},\"nfdGroupDivider\":\"nfd-divider-slant\",\"nfdGroupTheme\":\"primary\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg nfd-divider-slant is-style-nfd-theme-primary nfd-wb-features__features-41\" ><!-- wp:columns {\"className\":\"nfd-gap-4xl nfd-gap-y-3xl\"} --><div class=\"nfd-gap-4xl nfd-gap-y-3xl wp-block-columns\"><!-- wp:column {\"width\":\"50%\"} --><div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"className\":\"nfd-grid nfd-grid-cols-12 nfd-grid-rows-1\"} --><div class=\"nfd-grid nfd-grid-cols-12 nfd-grid-rows-1 wp-block-columns\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"100px\"}}},\"className\":\"nfd-col-start-1 nfd-col-end-8 nfd-row-start-1\"} --><div class=\"nfd-col-start-1 nfd-col-end-8 nfd-row-start-1 wp-block-column is-vertically-aligned-bottom\" style=\"padding-top:100px\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1606902965551-dce093cda6e7?ixlib=rb-4.0.3&auto=format&fit=crop&q=60&crop=&w=1000&h=1500&crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"\",\"className\":\"nfd-col-start-6 nfd-col-end-13 nfd-row-start-1\"} --><div class=\"nfd-col-start-6 nfd-col-end-13 nfd-row-start-1 wp-block-column is-vertically-aligned-top\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} --><figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1606902965483-3dcbb360cca5?ixlib=rb-4.0.3&auto=format&fit=crop&q=60&crop=&w=1000&h=1500&crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:column --><!-- wp:column {\"width\":\"50%\"} --><div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-contrast nfd-text-xl nfd-text-balance\"} --><h3 class=\"nfd-text-contrast nfd-text-xl nfd-text-balance wp-block-heading has-text-align-left\" style=\"font-style:normal;font-weight:500\">Schedule</h3><!-- /wp:heading --><!-- wp:spacer {\"height\":\"24px\"} --><div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"metadata\":{\"name\":\"Listings\"},\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Listing\"},\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"\"} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-0 nfd-p-card-sm nfd-rounded-sm nfd-shrink-0 nfd-bg-subtle\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-gap-0 nfd-p-card-sm nfd-rounded-sm nfd-shrink-0 nfd-bg-subtle wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-faded nfd-text-sm\"} --><p class=\"nfd-text-faded nfd-text-sm\" style=\"text-transform:uppercase\">Sep</p><!-- /wp:paragraph --><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"lineHeight\":\"1\"}},\"className\":\"nfd-text-lg nfd-text-contrast\"} --><p class=\"nfd-text-lg nfd-text-contrast\" style=\"font-style:normal;font-weight:500;line-height:1;text-transform:uppercase\"><strong>15</strong></p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\"><strong>The New York Academy of Sciences (NYAS)</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-faded nfd-text-base\">115 Broadway 8th Floor, New York, NY 10006</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:separator {\"className\":\"is-style-wide\"} --><hr class=\"is-style-wide wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:group {\"metadata\":{\"name\":\"Listing\"},\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"\"} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-0 nfd-p-card-sm nfd-rounded-sm nfd-shrink-0 nfd-bg-subtle\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-gap-0 nfd-p-card-sm nfd-rounded-sm nfd-shrink-0 nfd-bg-subtle wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-faded nfd-text-sm\"} --><p class=\"nfd-text-faded nfd-text-sm\" style=\"text-transform:uppercase\">Oct</p><!-- /wp:paragraph --><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"lineHeight\":\"1\"}},\"className\":\"nfd-text-lg nfd-text-contrast\"} --><p class=\"nfd-text-lg nfd-text-contrast\" style=\"font-style:normal;font-weight:500;line-height:1;text-transform:uppercase\"><strong>01</strong></p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\"><strong>Boston Museum of Science</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-faded nfd-text-base\">Museum Of Science Driveway, Boston, MA 02114</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:separator {\"className\":\"is-style-wide\"} --><hr class=\"is-style-wide wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:group {\"metadata\":{\"name\":\"Listing\"},\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"\"} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-0 nfd-p-card-sm nfd-rounded-sm nfd-shrink-0 nfd-bg-subtle\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-gap-0 nfd-p-card-sm nfd-rounded-sm nfd-shrink-0 nfd-bg-subtle wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-faded nfd-text-sm\"} --><p class=\"nfd-text-faded nfd-text-sm\" style=\"text-transform:uppercase\">Nov</p><!-- /wp:paragraph --><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"lineHeight\":\"1\"}},\"className\":\"nfd-text-lg nfd-text-contrast\"} --><p class=\"nfd-text-lg nfd-text-contrast\" style=\"font-style:normal;font-weight:500;line-height:1;text-transform:uppercase\"><strong>26</strong></p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-contrast\"} --><p class=\"nfd-text-contrast\"><strong>San Diego Fleet Science Center</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-base\"} --><p class=\"nfd-text-faded nfd-text-base\">1875 El Prado, San Diego, CA 92101</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:spacer {\"height\":\"16px\"} --><div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div><!-- /wp:group -->\";s:4:\"tags\";a:12:{i:0;s:6:\"events\";i:1;s:14:\"event schedule\";i:2;s:13:\"event listing\";i:3;s:15:\"upcoming events\";i:4;s:13:\"event details\";i:5;s:14:\"event calendar\";i:6;s:12:\"split layout\";i:7;s:6:\"images\";i:8;s:6:\"photos\";i:9;s:14:\"event overview\";i:10;s:4:\"dark\";i:11;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:410;s:11:\"is_featured\";b:0;}i:283;a:11:{s:2:\"id\";s:36:\"9c1b1e05-e7bf-4e6b-8af1-d21257210413\";s:4:\"slug\";s:11:\"features-42\";s:5:\"title\";s:11:\"features-42\";s:11:\"description\";s:11:\"features-42\";s:7:\"content\";s:9742:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Listings\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg nfd-wb-features__features-42\" ><!-- wp:group {\"metadata\":{\"name\":\"Narrow container\"},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"900px\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Listings\"},\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Listing\"},\"className\":\"nfd-rounded nfd-overflow-hidden\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"light\"} --><div class=\"nfd-rounded nfd-overflow-hidden wp-block-group nfd-bg-surface nfd-theme-light\"><!-- wp:columns {\"className\":\"nfd-gap-0 \"} --><div class=\"nfd-gap-0 wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"33.3%\"} --><div class=\"wp-block-column is-vertically-aligned-stretch\" style=\"flex-basis:33.3%\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1606902965551-dce093cda6e7?ixlib=rb-4.0.3&auto=format&fit=crop&q=60&w=1000&h=1500&crop=\",\"dimRatio\":10,\"customOverlayColor\":\"#4d6845\",\"isUserOverlayColor\":true,\"minHeight\":100,\"minHeightUnit\":\"%\"} --><div class=\"wp-block-cover\" style=\"min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-10 has-background-dim\" style=\"background-color:#4d6845\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1606902965551-dce093cda6e7?ixlib=rb-4.0.3&auto=format&fit=crop&q=60&w=1000&h=1500&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"150px\"} --><div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div></div><!-- /wp:cover --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"66.66%\",\"className\":\"nfd-p-card-md\"} --><div class=\"nfd-p-card-md wp-block-column is-vertically-aligned-stretch\" style=\"flex-basis:66.66%\"><!-- wp:group {\"className\":\"nfd-h-full\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"space-between\"}} --><div class=\"nfd-h-full wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-text-contrast\"} --><p class=\"nfd-text-md nfd-text-contrast\"><strong>Spring Community Meetup</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-base nfd-text-faded nfd-text-balance\">Join us for our annual spring meetup to connect with community members and enjoy some seasonal activities.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:separator {\"className\":\"is-style-wide\"} --><hr class=\"is-style-wide wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:group {\"className\":\"nfd-text-sm nfd-text-faded nfd-w-full\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-text-sm nfd-text-faded nfd-w-full wp-block-group\"><!-- wp:paragraph --><p class=\"\">May 13, 2025 · 10am - 2pm</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\"><a href=\"#\"><span style=\"text-decoration: underline;\"><strong>Get Tickets</strong></span></a></p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Listing\"},\"className\":\"nfd-rounded nfd-overflow-hidden\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"light\"} --><div class=\"nfd-rounded nfd-overflow-hidden wp-block-group nfd-bg-surface nfd-theme-light\"><!-- wp:columns {\"className\":\"nfd-gap-0 \"} --><div class=\"nfd-gap-0 wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"33.3%\"} --><div class=\"wp-block-column is-vertically-aligned-stretch\" style=\"flex-basis:33.3%\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1606902965483-3dcbb360cca5?ixlib=rb-4.0.3&auto=format&fit=crop&q=60&w=1000&h=1500&crop=\",\"dimRatio\":10,\"customOverlayColor\":\"#4d6845\",\"isUserOverlayColor\":true,\"minHeight\":100,\"minHeightUnit\":\"%\"} --><div class=\"wp-block-cover\" style=\"min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-10 has-background-dim\" style=\"background-color:#4d6845\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1606902965483-3dcbb360cca5?ixlib=rb-4.0.3&auto=format&fit=crop&q=60&w=1000&h=1500&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"150px\"} --><div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div></div><!-- /wp:cover --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"66.66%\",\"className\":\"nfd-p-card-md\"} --><div class=\"nfd-p-card-md wp-block-column is-vertically-aligned-stretch\" style=\"flex-basis:66.66%\"><!-- wp:group {\"className\":\"nfd-h-full\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"space-between\"}} --><div class=\"nfd-h-full wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-text-contrast\"} --><p class=\"nfd-text-md nfd-text-contrast\"><strong>Summer Networking Event</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-base nfd-text-faded nfd-text-balance\">Join us for our annual spring meetup to connect with community members and enjoy some seasonal activities.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:separator {\"className\":\"is-style-wide\"} --><hr class=\"is-style-wide wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:group {\"className\":\"nfd-text-sm nfd-text-faded nfd-w-full\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-text-sm nfd-text-faded nfd-w-full wp-block-group\"><!-- wp:paragraph --><p class=\"\">June 24, 2025 · 6pm - 9pm</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\"><a href=\"#\"><span style=\"text-decoration: underline;\"><strong>Get Tickets</strong></span></a></p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Listing\"},\"className\":\"nfd-rounded nfd-overflow-hidden\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"light\"} --><div class=\"nfd-rounded nfd-overflow-hidden wp-block-group nfd-bg-surface nfd-theme-light\"><!-- wp:columns {\"className\":\"nfd-gap-0 \"} --><div class=\"nfd-gap-0 wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"33.3%\"} --><div class=\"wp-block-column is-vertically-aligned-stretch\" style=\"flex-basis:33.3%\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1472653431158-6364773b2a56?ixlib=rb-4.0.3&auto=format&fit=crop&q=60&w=1000&h=1500&crop=\",\"dimRatio\":10,\"customOverlayColor\":\"#4d6845\",\"isUserOverlayColor\":true,\"minHeight\":100,\"minHeightUnit\":\"%\"} --><div class=\"wp-block-cover\" style=\"min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-10 has-background-dim\" style=\"background-color:#4d6845\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1472653431158-6364773b2a56?ixlib=rb-4.0.3&auto=format&fit=crop&q=60&w=1000&h=1500&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"150px\"} --><div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div></div><!-- /wp:cover --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"66.66%\",\"className\":\"nfd-p-card-md\"} --><div class=\"nfd-p-card-md wp-block-column is-vertically-aligned-stretch\" style=\"flex-basis:66.66%\"><!-- wp:group {\"className\":\"nfd-h-full\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"space-between\"}} --><div class=\"nfd-h-full wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-text-contrast\"} --><p class=\"nfd-text-md nfd-text-contrast\"><strong>Tech Innovators Meetup</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-base nfd-text-faded nfd-text-balance\">Join us for our annual spring meetup to connect with community members and enjoy some seasonal activities.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:separator {\"className\":\"is-style-wide\"} --><hr class=\"is-style-wide wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:group {\"className\":\"nfd-text-sm nfd-text-faded nfd-w-full\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-text-sm nfd-text-faded nfd-w-full wp-block-group\"><!-- wp:paragraph --><p class=\"\">July 23, 2025 · 10am - 2pm</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\"><a href=\"#\"><span style=\"text-decoration: underline;\"><strong>Get Tickets</strong></span></a></p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:9:{i:0;s:6:\"events\";i:1;s:14:\"event schedule\";i:2;s:13:\"event listing\";i:3;s:15:\"upcoming events\";i:4;s:13:\"event details\";i:5;s:14:\"event calendar\";i:6;s:11:\"event cards\";i:7;s:15:\"event promotion\";i:8;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:420;s:11:\"is_featured\";b:0;}i:284;a:11:{s:2:\"id\";s:36:\"9c1b1e05-f161-4a7f-b387-011d989efc0d\";s:4:\"slug\";s:11:\"features-43\";s:5:\"title\";s:11:\"features-43\";s:11:\"description\";s:11:\"features-43\";s:7:\"content\";s:9810:\"<!-- wp:group {\"className\":\"nfd-py-lg\",\"metadata\":{\"name\":\"Listings\"},\"nfdGroupTheme\":\"primary\",\"nfdGroupEffect\":\"grid\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-py-lg is-style-nfd-theme-primary nfd-bg-effect-grid nfd-wb-features__features-43\" ><!-- wp:group {\"metadata\":{\"name\":\"Narrow container\"},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"900px\"}} --><div class=\"wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Listings\"},\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Listing\"},\"className\":\"nfd-rounded nfd-overflow-hidden\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"light\"} --><div class=\"nfd-rounded nfd-overflow-hidden wp-block-group nfd-bg-surface nfd-theme-light\"><!-- wp:columns {\"className\":\"nfd-gap-0 \"} --><div class=\"nfd-gap-0 wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"33.3%\"} --><div class=\"wp-block-column is-vertically-aligned-stretch\" style=\"flex-basis:33.3%\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1606902965551-dce093cda6e7?ixlib=rb-4.0.3&auto=format&fit=crop&q=60&w=400&h=&crop=\",\"dimRatio\":10,\"customOverlayColor\":\"#4d6845\",\"isUserOverlayColor\":true,\"minHeight\":100,\"minHeightUnit\":\"%\"} --><div class=\"wp-block-cover\" style=\"min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-10 has-background-dim\" style=\"background-color:#4d6845\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1606902965551-dce093cda6e7?ixlib=rb-4.0.3&auto=format&fit=crop&q=60&w=400&h=&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"150px\"} --><div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div></div><!-- /wp:cover --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"66.66%\",\"className\":\"nfd-p-card-md\"} --><div class=\"nfd-p-card-md wp-block-column is-vertically-aligned-stretch\" style=\"flex-basis:66.66%\"><!-- wp:group {\"className\":\"nfd-h-full\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"space-between\"}} --><div class=\"nfd-h-full wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-text-contrast\"} --><p class=\"nfd-text-md nfd-text-contrast\"><strong>Spring Community Meetup</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-base nfd-text-faded nfd-text-balance\">Join us for our annual spring meetup to connect with community members and enjoy some seasonal activities.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:separator {\"className\":\"is-style-wide\"} --><hr class=\"is-style-wide wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:group {\"className\":\"nfd-text-sm nfd-text-faded nfd-w-full\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-text-sm nfd-text-faded nfd-w-full wp-block-group\"><!-- wp:paragraph --><p class=\"\">May 13, 2025 · 10am - 2pm</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\"><a href=\"#\"><span style=\"text-decoration: underline;\"><strong>Get Tickets</strong></span></a></p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Listing\"},\"className\":\"nfd-rounded nfd-overflow-hidden\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"light\"} --><div class=\"nfd-rounded nfd-overflow-hidden wp-block-group nfd-bg-surface nfd-theme-light\"><!-- wp:columns {\"className\":\"nfd-gap-0 \"} --><div class=\"nfd-gap-0 wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"33.3%\"} --><div class=\"wp-block-column is-vertically-aligned-stretch\" style=\"flex-basis:33.3%\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1606902965483-3dcbb360cca5?ixlib=rb-4.0.3&auto=format&fit=crop&q=60&w=400&h=&crop=\",\"dimRatio\":10,\"customOverlayColor\":\"#4d6845\",\"isUserOverlayColor\":true,\"minHeight\":100,\"minHeightUnit\":\"%\"} --><div class=\"wp-block-cover\" style=\"min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-10 has-background-dim\" style=\"background-color:#4d6845\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1606902965483-3dcbb360cca5?ixlib=rb-4.0.3&auto=format&fit=crop&q=60&w=400&h=&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"150px\"} --><div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div></div><!-- /wp:cover --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"66.66%\",\"className\":\"nfd-p-card-md\"} --><div class=\"nfd-p-card-md wp-block-column is-vertically-aligned-stretch\" style=\"flex-basis:66.66%\"><!-- wp:group {\"className\":\"nfd-h-full\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"space-between\"}} --><div class=\"nfd-h-full wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-text-contrast\"} --><p class=\"nfd-text-md nfd-text-contrast\"><strong>Summer Networking Event</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-base nfd-text-faded nfd-text-balance\">Join us for our annual spring meetup to connect with community members and enjoy some seasonal activities.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:separator {\"className\":\"is-style-wide\"} --><hr class=\"is-style-wide wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:group {\"className\":\"nfd-text-sm nfd-text-faded nfd-w-full\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-text-sm nfd-text-faded nfd-w-full wp-block-group\"><!-- wp:paragraph --><p class=\"\">June 24, 2025 · 6pm - 9pm</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\"><a href=\"#\"><span style=\"text-decoration: underline;\"><strong>Get Tickets</strong></span></a></p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Listing\"},\"className\":\"nfd-rounded nfd-overflow-hidden\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"light\"} --><div class=\"nfd-rounded nfd-overflow-hidden wp-block-group nfd-bg-surface nfd-theme-light\"><!-- wp:columns {\"className\":\"nfd-gap-0 \"} --><div class=\"nfd-gap-0 wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"33.3%\"} --><div class=\"wp-block-column is-vertically-aligned-stretch\" style=\"flex-basis:33.3%\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1472653431158-6364773b2a56?ixlib=rb-4.0.3&auto=format&fit=crop&q=60&w=400&h=&crop=\",\"dimRatio\":10,\"customOverlayColor\":\"#4d6845\",\"isUserOverlayColor\":true,\"minHeight\":100,\"minHeightUnit\":\"%\"} --><div class=\"wp-block-cover\" style=\"min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-10 has-background-dim\" style=\"background-color:#4d6845\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1472653431158-6364773b2a56?ixlib=rb-4.0.3&auto=format&fit=crop&q=60&w=400&h=&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"150px\"} --><div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div></div><!-- /wp:cover --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"66.66%\",\"className\":\"nfd-p-card-md\"} --><div class=\"nfd-p-card-md wp-block-column is-vertically-aligned-stretch\" style=\"flex-basis:66.66%\"><!-- wp:group {\"className\":\"nfd-h-full\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"space-between\"}} --><div class=\"nfd-h-full wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-md nfd-text-contrast\"} --><p class=\"nfd-text-md nfd-text-contrast\"><strong>Tech Innovators Meetup</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-base nfd-text-faded nfd-text-balance\">Join us for our annual spring meetup to connect with community members and enjoy some seasonal activities.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:separator {\"className\":\"is-style-wide\"} --><hr class=\"is-style-wide wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:group {\"className\":\"nfd-text-sm nfd-text-faded nfd-w-full\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-text-sm nfd-text-faded nfd-w-full wp-block-group\"><!-- wp:paragraph --><p class=\"\">July 23, 2025 · 10am - 2pm</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\"><a href=\"#\"><span style=\"text-decoration: underline;\"><strong>Get Tickets</strong></span></a></p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:9:{i:0;s:6:\"events\";i:1;s:14:\"event schedule\";i:2;s:13:\"event listing\";i:3;s:15:\"upcoming events\";i:4;s:13:\"event details\";i:5;s:14:\"event calendar\";i:6;s:11:\"event cards\";i:7;s:15:\"event promotion\";i:8;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:430;s:11:\"is_featured\";b:0;}i:285;a:11:{s:2:\"id\";s:36:\"9c1b1e05-fc46-4f1c-a7fd-281aaf3c5916\";s:4:\"slug\";s:11:\"features-44\";s:5:\"title\";s:11:\"features-44\";s:11:\"description\";s:11:\"features-44\";s:7:\"content\";s:6415:\"<!-- wp:group {\"metadata\":{\"name\":\"Listings\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-wb-features__features-44\" ><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1493238792000-8113da705763?ixlib=rb-4.0.3&auto=format&fit=crop&q=60&w=800&h=&crop=\",\"dimRatio\":40,\"customOverlayColor\":\"#262b30\",\"isUserOverlayColor\":true,\"minHeight\":50,\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}}} --><div class=\"wp-block-cover\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;min-height:50px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-40 has-background-dim\" style=\"background-color:#262b30\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1493238792000-8113da705763?ixlib=rb-4.0.3&auto=format&fit=crop&q=60&w=800&h=&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"color\":{\"background\":\"#00000000\"}},\"className\":\"nfd-p-card-lg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"nfdGroupTheme\":\"darker\"} --><div class=\"nfd-p-card-lg wp-block-group has-background nfd-bg-surface nfd-theme-darker\" style=\"background-color:#00000000\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">Coupe</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-lg nfd-text-contrast\"} --><p class=\"nfd-text-lg nfd-text-contrast\">BMW M4 Coupe</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-lg nfd-text-contrast\"} --><p class=\"nfd-text-lg nfd-text-contrast\">$75,000</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div></div><!-- /wp:cover --><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1542362567-b07e54358753?ixlib=rb-4.0.3&auto=format&fit=crop&q=60&w=800&h=&crop=\",\"dimRatio\":40,\"customOverlayColor\":\"#262b30\",\"isUserOverlayColor\":true,\"minHeight\":50,\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}}} --><div class=\"wp-block-cover\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;min-height:50px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-40 has-background-dim\" style=\"background-color:#262b30\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1542362567-b07e54358753?ixlib=rb-4.0.3&auto=format&fit=crop&q=60&w=800&h=&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"color\":{\"background\":\"#00000000\"}},\"className\":\"nfd-p-card-lg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"nfdGroupTheme\":\"darker\"} --><div class=\"nfd-p-card-lg wp-block-group has-background nfd-bg-surface nfd-theme-darker\" style=\"background-color:#00000000\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">Coupe</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-lg nfd-text-contrast\"} --><p class=\"nfd-text-lg nfd-text-contrast\">Honda Civic Type R</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-lg nfd-text-contrast\"} --><p class=\"nfd-text-lg nfd-text-contrast\">$55,000</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div></div><!-- /wp:cover --><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1494905998402-395d579af36f?ixlib=rb-4.0.3&auto=format&fit=crop&q=60&w=800&h=&crop=\",\"dimRatio\":40,\"customOverlayColor\":\"#262b30\",\"isUserOverlayColor\":true,\"minHeight\":50,\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}}} --><div class=\"wp-block-cover\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;min-height:50px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-40 has-background-dim\" style=\"background-color:#262b30\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://images.unsplash.com/photo-1494905998402-395d579af36f?ixlib=rb-4.0.3&auto=format&fit=crop&q=60&w=800&h=&crop=\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"color\":{\"background\":\"#00000000\"}},\"className\":\"nfd-p-card-lg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"nfdGroupTheme\":\"darker\"} --><div class=\"nfd-p-card-lg wp-block-group has-background nfd-bg-surface nfd-theme-darker\" style=\"background-color:#00000000\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">Sedan</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-lg nfd-text-contrast\"} --><p class=\"nfd-text-lg nfd-text-contrast\">Audi S8</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-lg nfd-text-contrast\"} --><p class=\"nfd-text-lg nfd-text-contrast\">$105,000</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:8:{i:0;s:8:\"products\";i:1;s:15:\"product listing\";i:2;s:13:\"product cards\";i:3;s:5:\"price\";i:4;s:9:\"promotion\";i:5;s:16:\"fullwidth design\";i:6;s:8:\"showcase\";i:7;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:440;s:11:\"is_featured\";b:0;}i:286;a:11:{s:2:\"id\";s:36:\"9c1b1e06-053f-42fc-ae34-e471b5749103\";s:4:\"slug\";s:11:\"features-45\";s:5:\"title\";s:11:\"features-45\";s:11:\"description\";s:11:\"features-45\";s:7:\"content\";s:6400:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Features\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg nfd-wb-features__features-45\" ><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"className\":\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance\"} --><h2 class=\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance has-text-align-left\">Our stats speak for us.</h2><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"}},\"className\":\"nfd-text-lg nfd-text-balance nfd-text-faded\"} --><p class=\"nfd-text-lg nfd-text-balance nfd-text-faded has-text-align-left\" style=\"font-style:normal;font-weight:400\">As a comprehensive design and development company, we excel at crafting straightforward.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"48px\"} --><div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:columns {\"verticalAlignment\":\"bottom\",\"className\":\"nfd-text-base nfd-gap-xl\"} --><div class=\"nfd-text-base nfd-gap-xl wp-block-columns are-vertically-aligned-bottom\"><!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"25%\"} --><div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:25%\"><!-- wp:group {\"metadata\":{\"name\":\"Card\"},\"className\":\"nfd-shadow-xs nfd-p-card-square nfd-rounded nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"},\"nfdGroupTheme\":\"light\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-shadow-xs nfd-p-card-square nfd-rounded nfd-gap-sm wp-block-group nfd-bg-surface nfd-theme-light \"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-lg nfd-text-contrast nfd-text-balance\"} --><p class=\"nfd-text-lg nfd-text-contrast nfd-text-balance has-text-align-left\" style=\"font-style:normal;font-weight:700\">80k</p><!-- /wp:paragraph --><!-- wp:spacer {\"height\":\"16px\",\"style\":{\"layout\":{\"flexSize\":\"16px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast nfd-text-balance\"} --><h3 class=\"nfd-text-md nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-left\" style=\"font-style:normal;font-weight:500\">Subscribers</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-balance nfd-text-faded \"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-left\">Weekly newsletter on the latest trending stuff.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"33.33%\"} --><div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:33.33%\"><!-- wp:group {\"metadata\":{\"name\":\"Card\"},\"className\":\"nfd-shadow-xs nfd-p-card-square nfd-rounded nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"grid\"} --><div class=\"nfd-shadow-xs nfd-p-card-square nfd-rounded nfd-gap-sm wp-block-group nfd-bg-surface nfd-theme-dark nfd-bg-effect-grid\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-lg nfd-text-contrast nfd-text-balance\"} --><p class=\"nfd-text-lg nfd-text-contrast nfd-text-balance has-text-align-left\" style=\"font-style:normal;font-weight:700\">1M+</p><!-- /wp:paragraph --><!-- wp:spacer {\"height\":\"120px\",\"style\":{\"layout\":{\"flexSize\":\"120px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:120px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast nfd-text-balance\"} --><h3 class=\"nfd-text-md nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-left\" style=\"font-style:normal;font-weight:500\">Monthly page views</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-balance nfd-text-faded \"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-left\">Our blog receives over 1m page views each month, reflecting its popularity and the quality of its content.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"\"} --><div class=\"wp-block-column is-vertically-aligned-bottom\"><!-- wp:group {\"metadata\":{\"name\":\"Card\"},\"className\":\"nfd-shadow-xs nfd-p-card-square nfd-rounded nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"},\"nfdGroupTheme\":\"primary\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-shadow-xs nfd-p-card-square nfd-rounded nfd-gap-sm wp-block-group nfd-bg-surface nfd-theme-primary \"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-lg nfd-text-contrast nfd-text-balance\"} --><p class=\"nfd-text-lg nfd-text-contrast nfd-text-balance has-text-align-left\" style=\"font-style:normal;font-weight:700\">500+</p><!-- /wp:paragraph --><!-- wp:spacer {\"height\":\"40px\",\"style\":{\"layout\":{\"flexSize\":\"40px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast nfd-text-balance\"} --><h3 class=\"nfd-text-md nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-left\" style=\"font-style:normal;font-weight:500\">Published articles</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-balance nfd-text-faded \"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-left\">We have published over 500 articles, providing valuable information and resources across a variety of subjects.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:11:{i:0;s:10:\"bar charts\";i:1;s:14:\"vertical chart\";i:2;s:10:\"statistics\";i:3;s:7:\"metrics\";i:4;s:11:\"key figures\";i:5;s:9:\"3 columns\";i:6;s:11:\"performance\";i:7;s:7:\"results\";i:8;s:9:\"analytics\";i:9;s:18:\"data visualization\";i:10;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:450;s:11:\"is_featured\";b:0;}i:287;a:11:{s:2:\"id\";s:36:\"9c1b1e06-0cc8-4403-86b4-a93e2cad99d5\";s:4:\"slug\";s:11:\"features-46\";s:5:\"title\";s:11:\"features-46\";s:11:\"description\";s:11:\"features-46\";s:7:\"content\";s:6381:\"<!-- wp:group {\"className\":\"nfd-pt-lg\",\"metadata\":{\"name\":\"Features\"},\"nfdGroupTheme\":\"darker\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-pt-lg is-style-nfd-theme-darker nfd-wb-features__features-46\" ><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"className\":\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance\"} --><h2 class=\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance has-text-align-left\">Our stats speak for us.</h2><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"}},\"className\":\"nfd-text-lg nfd-text-balance nfd-text-faded\"} --><p class=\"nfd-text-lg nfd-text-balance nfd-text-faded has-text-align-left\" style=\"font-style:normal;font-weight:400\">As a comprehensive design and development company, we excel at crafting straightforward.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"48px\"} --><div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:columns {\"verticalAlignment\":\"bottom\",\"className\":\"nfd-text-base nfd-gap-xl\"} --><div class=\"nfd-text-base nfd-gap-xl wp-block-columns are-vertically-aligned-bottom\"><!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"25%\"} --><div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:25%\"><!-- wp:group {\"metadata\":{\"name\":\"Card\"},\"className\":\"nfd-shadow-xs nfd-p-card-square nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"},\"nfdGroupTheme\":\"light\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-shadow-xs nfd-p-card-square nfd-gap-sm wp-block-group nfd-bg-surface nfd-theme-light \"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-lg nfd-text-contrast nfd-text-balance\"} --><p class=\"nfd-text-lg nfd-text-contrast nfd-text-balance has-text-align-left\" style=\"font-style:normal;font-weight:700\">80k</p><!-- /wp:paragraph --><!-- wp:spacer {\"height\":\"16px\",\"style\":{\"layout\":{\"flexSize\":\"16px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast nfd-text-balance\"} --><h3 class=\"nfd-text-md nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-left\" style=\"font-style:normal;font-weight:500\">Subscribers</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-balance nfd-text-faded \"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-left\">Weekly newsletter on the latest trending stuff.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"33.33%\"} --><div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:33.33%\"><!-- wp:group {\"metadata\":{\"name\":\"Card\"},\"className\":\"nfd-shadow-xs nfd-p-card-square nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"grid\"} --><div class=\"nfd-shadow-xs nfd-p-card-square nfd-gap-sm wp-block-group nfd-bg-surface nfd-theme-dark nfd-bg-effect-grid\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-lg nfd-text-contrast nfd-text-balance\"} --><p class=\"nfd-text-lg nfd-text-contrast nfd-text-balance has-text-align-left\" style=\"font-style:normal;font-weight:700\">1M+</p><!-- /wp:paragraph --><!-- wp:spacer {\"height\":\"120px\",\"style\":{\"layout\":{\"flexSize\":\"120px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:120px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast nfd-text-balance\"} --><h3 class=\"nfd-text-md nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-left\" style=\"font-style:normal;font-weight:500\">Monthly page views</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-balance nfd-text-faded \"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-left\">Our blog receives over 1m page views each month, reflecting its popularity and the quality of its content.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"\"} --><div class=\"wp-block-column is-vertically-aligned-bottom\"><!-- wp:group {\"metadata\":{\"name\":\"Card\"},\"className\":\"nfd-shadow-xs nfd-p-card-square nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"},\"nfdGroupTheme\":\"primary\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-shadow-xs nfd-p-card-square nfd-gap-sm wp-block-group nfd-bg-surface nfd-theme-primary \"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-lg nfd-text-contrast nfd-text-balance\"} --><p class=\"nfd-text-lg nfd-text-contrast nfd-text-balance has-text-align-left\" style=\"font-style:normal;font-weight:700\">500+</p><!-- /wp:paragraph --><!-- wp:spacer {\"height\":\"40px\",\"style\":{\"layout\":{\"flexSize\":\"40px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast nfd-text-balance\"} --><h3 class=\"nfd-text-md nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-left\" style=\"font-style:normal;font-weight:500\">Published articles</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-balance nfd-text-faded \"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-left\">We have published over 500 articles, providing valuable information and resources across a variety of subjects.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:12:{i:0;s:10:\"bar charts\";i:1;s:14:\"vertical chart\";i:2;s:10:\"statistics\";i:3;s:7:\"metrics\";i:4;s:11:\"key figures\";i:5;s:9:\"3 columns\";i:6;s:11:\"performance\";i:7;s:7:\"results\";i:8;s:9:\"analytics\";i:9;s:18:\"data visualization\";i:10;s:4:\"dark\";i:11;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:460;s:11:\"is_featured\";b:0;}i:288;a:11:{s:2:\"id\";s:36:\"9c1b1e06-14ef-4e28-8a09-20d51cd68271\";s:4:\"slug\";s:11:\"features-47\";s:5:\"title\";s:11:\"features-47\";s:11:\"description\";s:11:\"features-47\";s:7:\"content\";s:5924:\"<!-- wp:group {\"className\":\"nfd-pt-lg\",\"metadata\":{\"name\":\"Chart\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"grid\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-pt-lg is-style-nfd-theme-dark nfd-bg-effect-grid nfd-wb-features__features-47\" ><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance\"} --><h2 class=\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance has-text-align-center\">Simple Bar Charts</h2><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-md nfd-text-balance nfd-text-faded\"} --><p class=\"nfd-text-md nfd-text-balance nfd-text-faded has-text-align-center\">As a comprehensive design and development company, we excel at crafting straightforward, practical and captivating outcomes.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"48px\"} --><div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"metadata\":{\"name\":\"Chart\"},\"className\":\"nfd-gap-md nfd-overflow-hidden\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"bottom\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-md nfd-overflow-hidden wp-block-group\"><!-- wp:group {\"className\":\"nfd-p-sm nfd-gap-sm\",\"style\":{\"border\":{\"top\":{\"width\":\"1px\"},\"right\":{\"width\":\"1px\"},\"bottom\":{\"width\":\"0px\",\"style\":\"none\"},\"left\":{\"width\":\"1px\"}},\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"90px\"}},\"metadata\":{\"name\":\"Bar\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"wp-block-group nfd-p-sm nfd-gap-sm is-style-nfd-theme-white\" style=\"border-top-width:1px;border-right-width:1px;border-bottom-width:0px;border-bottom-style:none;border-left-width:1px;\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-md nfd-text-contrast nfd-text-balance\"} --><p class=\"nfd-text-md nfd-text-contrast nfd-text-balance has-text-align-center\" style=\"font-style:normal;font-weight:700\">+12</p><!-- /wp:paragraph --><!-- wp:spacer {\"height\":\"29px\",\"style\":{\"layout\":{\"flexSize\":\"29px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-p-sm nfd-gap-sm\",\"style\":{\"border\":{\"top\":{\"width\":\"1px\"},\"right\":{\"width\":\"1px\"},\"bottom\":{\"width\":\"0px\",\"style\":\"none\"},\"left\":{\"width\":\"1px\"}},\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"90px\"}},\"metadata\":{\"name\":\"Bar\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"wp-block-group nfd-p-sm nfd-gap-sm is-style-nfd-theme-white\" style=\"border-top-width:1px;border-right-width:1px;border-bottom-width:0px;border-bottom-style:none;border-left-width:1px;\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-md nfd-text-contrast nfd-text-balance\"} --><p class=\"nfd-text-md nfd-text-contrast nfd-text-balance has-text-align-center\" style=\"font-style:normal;font-weight:700\">+24</p><!-- /wp:paragraph --><!-- wp:spacer {\"height\":\"100px\",\"style\":{\"layout\":{\"flexSize\":\"100px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-p-sm nfd-gap-sm\",\"style\":{\"border\":{\"top\":{\"width\":\"1px\"},\"right\":{\"width\":\"1px\"},\"bottom\":{\"width\":\"0px\",\"style\":\"none\"},\"left\":{\"width\":\"1px\"}},\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"90px\"}},\"metadata\":{\"name\":\"Bar\"},\"nfdGroupTheme\":\"primary\",\"nfdGroupEffect\":\"dots\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"wp-block-group nfd-p-sm nfd-gap-sm is-style-nfd-theme-primary nfd-bg-effect-dots\" style=\"border-top-width:1px;border-right-width:1px;border-bottom-width:0px;border-bottom-style:none;border-left-width:1px;\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-md nfd-text-contrast nfd-text-balance\"} --><p class=\"nfd-text-md nfd-text-contrast nfd-text-balance has-text-align-center\" style=\"font-style:normal;font-weight:700\">+82</p><!-- /wp:paragraph --><!-- wp:spacer {\"height\":\"216px\",\"style\":{\"layout\":{\"flexSize\":\"216px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:216px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-p-sm nfd-gap-sm\",\"style\":{\"border\":{\"top\":{\"width\":\"1px\"},\"right\":{\"width\":\"1px\"},\"bottom\":{\"width\":\"0px\",\"style\":\"none\"},\"left\":{\"width\":\"1px\"}},\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"90px\"}},\"metadata\":{\"name\":\"Bar\"},\"backgroundColor\":\"vivid-red\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"wp-block-group nfd-p-sm nfd-gap-sm has-background has-vivid-red-background-color\" style=\"border-top-width:1px;border-right-width:1px;border-bottom-width:0px;border-bottom-style:none;border-left-width:1px;\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-md nfd-text-contrast nfd-text-balance\"} --><p class=\"nfd-text-md nfd-text-contrast nfd-text-balance has-text-align-center\" style=\"font-style:normal;font-weight:700\">-3</p><!-- /wp:paragraph --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:12:{i:0;s:10:\"bar charts\";i:1;s:14:\"vertical chart\";i:2;s:10:\"statistics\";i:3;s:7:\"metrics\";i:4;s:11:\"key figures\";i:5;s:9:\"3 columns\";i:6;s:11:\"performance\";i:7;s:7:\"results\";i:8;s:9:\"analytics\";i:9;s:18:\"data visualization\";i:10;s:4:\"dark\";i:11;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:470;s:11:\"is_featured\";b:0;}i:289;a:11:{s:2:\"id\";s:36:\"9c1b1e06-1fea-4897-be72-912ba9de8ddd\";s:4:\"slug\";s:11:\"features-48\";s:5:\"title\";s:11:\"features-48\";s:11:\"description\";s:11:\"features-48\";s:7:\"content\";s:5930:\"<!-- wp:group {\"className\":\"nfd-pt-lg\",\"metadata\":{\"name\":\"Chart\"},\"nfdGroupTheme\":\"light\",\"nfdGroupEffect\":\"grid-3\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-pt-lg is-style-nfd-theme-light nfd-bg-effect-grid-3 nfd-wb-features__features-48\" ><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance\"} --><h2 class=\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance has-text-align-center\">Simple Bar Charts</h2><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-md nfd-text-balance nfd-text-faded\"} --><p class=\"nfd-text-md nfd-text-balance nfd-text-faded has-text-align-center\">As a comprehensive design and development company, we excel at crafting straightforward, practical and captivating outcomes.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"48px\"} --><div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"metadata\":{\"name\":\"Chart\"},\"className\":\"nfd-gap-md nfd-overflow-hidden\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"bottom\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-md nfd-overflow-hidden wp-block-group\"><!-- wp:group {\"className\":\"nfd-p-sm nfd-gap-sm\",\"style\":{\"border\":{\"top\":{\"width\":\"1px\"},\"right\":{\"width\":\"1px\"},\"bottom\":{\"width\":\"0px\",\"style\":\"none\"},\"left\":{\"width\":\"1px\"}},\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"90px\"}},\"metadata\":{\"name\":\"Bar\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"wp-block-group nfd-p-sm nfd-gap-sm is-style-nfd-theme-white\" style=\"border-top-width:1px;border-right-width:1px;border-bottom-width:0px;border-bottom-style:none;border-left-width:1px;\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-md nfd-text-contrast nfd-text-balance\"} --><p class=\"nfd-text-md nfd-text-contrast nfd-text-balance has-text-align-center\" style=\"font-style:normal;font-weight:700\">+12</p><!-- /wp:paragraph --><!-- wp:spacer {\"height\":\"29px\",\"style\":{\"layout\":{\"flexSize\":\"29px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-p-sm nfd-gap-sm\",\"style\":{\"border\":{\"top\":{\"width\":\"1px\"},\"right\":{\"width\":\"1px\"},\"bottom\":{\"width\":\"0px\",\"style\":\"none\"},\"left\":{\"width\":\"1px\"}},\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"90px\"}},\"metadata\":{\"name\":\"Bar\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"wp-block-group nfd-p-sm nfd-gap-sm is-style-nfd-theme-white\" style=\"border-top-width:1px;border-right-width:1px;border-bottom-width:0px;border-bottom-style:none;border-left-width:1px;\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-md nfd-text-contrast nfd-text-balance\"} --><p class=\"nfd-text-md nfd-text-contrast nfd-text-balance has-text-align-center\" style=\"font-style:normal;font-weight:700\">+24</p><!-- /wp:paragraph --><!-- wp:spacer {\"height\":\"100px\",\"style\":{\"layout\":{\"flexSize\":\"100px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-p-sm nfd-gap-sm\",\"style\":{\"border\":{\"top\":{\"width\":\"1px\"},\"right\":{\"width\":\"1px\"},\"bottom\":{\"width\":\"0px\",\"style\":\"none\"},\"left\":{\"width\":\"1px\"}},\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"90px\"}},\"metadata\":{\"name\":\"Bar\"},\"nfdGroupTheme\":\"primary\",\"nfdGroupEffect\":\"dots\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"wp-block-group nfd-p-sm nfd-gap-sm is-style-nfd-theme-primary nfd-bg-effect-dots\" style=\"border-top-width:1px;border-right-width:1px;border-bottom-width:0px;border-bottom-style:none;border-left-width:1px;\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-md nfd-text-contrast nfd-text-balance\"} --><p class=\"nfd-text-md nfd-text-contrast nfd-text-balance has-text-align-center\" style=\"font-style:normal;font-weight:700\">+82</p><!-- /wp:paragraph --><!-- wp:spacer {\"height\":\"216px\",\"style\":{\"layout\":{\"flexSize\":\"216px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:216px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-p-sm nfd-gap-sm\",\"style\":{\"border\":{\"top\":{\"width\":\"1px\"},\"right\":{\"width\":\"1px\"},\"bottom\":{\"width\":\"0px\",\"style\":\"none\"},\"left\":{\"width\":\"1px\"}},\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"90px\"}},\"metadata\":{\"name\":\"Bar\"},\"backgroundColor\":\"vivid-red\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"wp-block-group nfd-p-sm nfd-gap-sm has-background has-vivid-red-background-color\" style=\"border-top-width:1px;border-right-width:1px;border-bottom-width:0px;border-bottom-style:none;border-left-width:1px;\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"nfd-text-md nfd-text-contrast nfd-text-balance\"} --><p class=\"nfd-text-md nfd-text-contrast nfd-text-balance has-text-align-center\" style=\"font-style:normal;font-weight:700\">-3</p><!-- /wp:paragraph --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:11:{i:0;s:10:\"bar charts\";i:1;s:14:\"vertical chart\";i:2;s:10:\"statistics\";i:3;s:7:\"metrics\";i:4;s:11:\"key figures\";i:5;s:9:\"3 columns\";i:6;s:11:\"performance\";i:7;s:7:\"results\";i:8;s:9:\"analytics\";i:9;s:18:\"data visualization\";i:10;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:480;s:11:\"is_featured\";b:0;}i:290;a:11:{s:2:\"id\";s:36:\"9c1b1e06-2740-488b-b0e5-34f905c91fd7\";s:4:\"slug\";s:11:\"features-49\";s:5:\"title\";s:11:\"features-49\";s:11:\"description\";s:11:\"features-49\";s:7:\"content\";s:5340:\"<!-- wp:group {\"className\":\"nfd-py-lg\",\"metadata\":{\"name\":\"Features\"},\"nfdGroupTheme\":\"light\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-py-lg is-style-nfd-theme-light nfd-wb-features__features-49\" ><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"className\":\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance\"} --><h2 class=\"wp-block-heading nfd-text-huge nfd-text-contrast nfd-text-balance has-text-align-left\">One platform. Infinite possibilities.</h2><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"48px\"} --><div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:columns {\"verticalAlignment\":\"top\",\"className\":\"nfd-text-base nfd-gap-3xl\"} --><div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"\"} --><div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"metadata\":{\"name\":\"Card\"},\"style\":{\"border\":{\"top\":{\"width\":\"1px\"},\"right\":{},\"bottom\":{},\"left\":{}}},\"className\":\"nfd-gap-md nfd-pt-sm nfd-border-strong\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-gap-md nfd-pt-sm nfd-border-strong wp-block-group\" style=\"border-top-width:1px\"><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast nfd-text-balance\"} --><h3 class=\"nfd-text-md nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-left\" style=\"font-style:normal;font-weight:500\">Unlimited creation</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-balance nfd-text-faded \"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-left\" style=\"font-style:normal;font-weight:500\">Create a website with a complete suite of advanced functionalities and bring your vision to life.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"\"} --><div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"metadata\":{\"name\":\"Card\"},\"style\":{\"border\":{\"top\":{\"width\":\"1px\"},\"right\":{},\"bottom\":{},\"left\":{}}},\"className\":\"nfd-gap-md nfd-pt-sm nfd-border-strong\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-gap-md nfd-pt-sm nfd-border-strong wp-block-group\" style=\"border-top-width:1px\"><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast nfd-text-balance\"} --><h3 class=\"nfd-text-md nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-left\" style=\"font-style:normal;font-weight:500\">Powerful infrastructure</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-balance nfd-text-faded \"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-left\" style=\"font-style:normal;font-weight:500\">Create a website with a complete suite of advanced functionalities and bring your vision to life.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"\"} --><div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"metadata\":{\"name\":\"Card\"},\"style\":{\"border\":{\"top\":{\"width\":\"1px\"},\"right\":{},\"bottom\":{},\"left\":{}}},\"className\":\"nfd-gap-md nfd-pt-sm nfd-border-strong\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-gap-md nfd-pt-sm nfd-border-strong wp-block-group\" style=\"border-top-width:1px\"><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-md nfd-text-contrast nfd-text-balance\"} --><h3 class=\"nfd-text-md nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-left\" style=\"font-style:normal;font-weight:500\">The place for growth</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-balance nfd-text-faded \"} --><p class=\"nfd-text-balance nfd-text-faded has-text-align-left\" style=\"font-style:normal;font-weight:500\">Create a website with a complete suite of advanced functionalities and bring your vision to life.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:spacer {\"height\":\"48px\"} --><div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:buttons --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-xl nfd-rounded-full\"} --><div class=\"nfd-btn-xl nfd-rounded-full wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group -->\";s:4:\"tags\";a:10:{i:0;s:9:\"3 columns\";i:1;s:12:\"key features\";i:2;s:10:\"highlights\";i:3;s:6:\"button\";i:4;s:14:\"call to action\";i:5;s:3:\"cta\";i:6;s:9:\"huge text\";i:7;s:4:\"info\";i:8;s:9:\"marketing\";i:9;s:11:\"interactive\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:490;s:11:\"is_featured\";b:0;}i:291;a:11:{s:2:\"id\";s:36:\"9c1b1e06-3137-4e27-9b3f-c9f8ae7af456\";s:4:\"slug\";s:11:\"features-50\";s:5:\"title\";s:11:\"features-50\";s:11:\"description\";s:11:\"features-50\";s:7:\"content\";s:4723:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"style\":{\"spacing\":{\"blockGap\":\"64px\"}},\"metadata\":{\"name\":\"Features\"},\"nfdGroupTheme\":\"primary\",\"nfdGroupEffect\":\"grid\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-primary nfd-bg-effect-grid nfd-wb-features__features-50\" ><!-- wp:group {\"className\":\"nfd-gap-y-3xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-y-3xl wp-block-group\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"32px\",\"left\":\"32px\"}}},\"className\":\"nfd-gap-2xl\"} --><div class=\"nfd-gap-2xl wp-block-columns\"><!-- wp:column {\"style\":{\"spacing\":{}}} --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Card\"},\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h3 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-left\" style=\"font-style:normal;font-weight:500\">Unlimited creation</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-balance nfd-text-faded nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-faded nfd-text-md has-text-align-left\">Create a website with a complete suite of advanced functionalities and bring your vision to life.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"style\":{\"spacing\":{}}} --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Card\"},\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h3 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-left\" style=\"font-style:normal;font-weight:500\">Powerful infrastructure</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-balance nfd-text-faded nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-faded nfd-text-md has-text-align-left\">Create a website with a complete suite of advanced functionalities and bring your vision to life.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"32px\",\"left\":\"32px\"}}},\"className\":\"nfd-gap-2xl\"} --><div class=\"nfd-gap-2xl wp-block-columns\"><!-- wp:column {\"style\":{\"spacing\":{}}} --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Card\"},\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h3 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-left\" style=\"font-style:normal;font-weight:500\">The place for growth</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-balance nfd-text-faded nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-faded nfd-text-md has-text-align-left\">Create a website with a complete suite of advanced functionalities and bring your vision to life.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"style\":{\"spacing\":{}}} --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Card\"},\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h3 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-left\" style=\"font-style:normal;font-weight:500\">The place for growth</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-balance nfd-text-faded nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-faded nfd-text-md has-text-align-left\">Create a website with a complete suite of advanced functionalities and bring your vision to life.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:8:{i:0;s:8:\"2 column\";i:1;s:13:\"detailed list\";i:2;s:12:\"key features\";i:3;s:10:\"highlights\";i:4;s:7:\"service\";i:5;s:11:\"information\";i:6;s:7:\"details\";i:7;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:500;s:11:\"is_featured\";b:0;}i:292;a:11:{s:2:\"id\";s:36:\"9c1b1e06-3ba7-4397-8fc5-cfa5eb64e03b\";s:4:\"slug\";s:11:\"features-51\";s:5:\"title\";s:11:\"features-51\";s:11:\"description\";s:11:\"features-51\";s:7:\"content\";s:4721:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"style\":{\"spacing\":{\"blockGap\":\"64px\"}},\"metadata\":{\"name\":\"Features\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-darker nfd-bg-effect-grid nfd-wb-features__features-51\" ><!-- wp:group {\"className\":\"nfd-gap-y-3xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-y-3xl wp-block-group\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"32px\",\"left\":\"32px\"}}},\"className\":\"nfd-gap-2xl\"} --><div class=\"nfd-gap-2xl wp-block-columns\"><!-- wp:column {\"style\":{\"spacing\":{}}} --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Card\"},\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h3 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-left\" style=\"font-style:normal;font-weight:500\">Unlimited creation</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-balance nfd-text-faded nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-faded nfd-text-md has-text-align-left\">Create a website with a complete suite of advanced functionalities and bring your vision to life.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"style\":{\"spacing\":{}}} --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Card\"},\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h3 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-left\" style=\"font-style:normal;font-weight:500\">Powerful infrastructure</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-balance nfd-text-faded nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-faded nfd-text-md has-text-align-left\">Create a website with a complete suite of advanced functionalities and bring your vision to life.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"32px\",\"left\":\"32px\"}}},\"className\":\"nfd-gap-2xl\"} --><div class=\"nfd-gap-2xl wp-block-columns\"><!-- wp:column {\"style\":{\"spacing\":{}}} --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Card\"},\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h3 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-left\" style=\"font-style:normal;font-weight:500\">The place for growth</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-balance nfd-text-faded nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-faded nfd-text-md has-text-align-left\">Create a website with a complete suite of advanced functionalities and bring your vision to life.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"style\":{\"spacing\":{}}} --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Card\"},\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h3 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading has-text-align-left\" style=\"font-style:normal;font-weight:500\">The place for growth</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-balance nfd-text-faded nfd-text-md\"} --><p class=\"nfd-text-balance nfd-text-faded nfd-text-md has-text-align-left\">Create a website with a complete suite of advanced functionalities and bring your vision to life.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:9:{i:0;s:8:\"2 column\";i:1;s:13:\"detailed list\";i:2;s:12:\"key features\";i:3;s:10:\"highlights\";i:4;s:7:\"service\";i:5;s:11:\"information\";i:6;s:7:\"details\";i:7;s:4:\"dark\";i:8;s:4:\"info\";}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:1:{i:0;s:8:\"features\";}s:7:\"context\";N;s:5:\"order\";i:510;s:11:\"is_featured\";b:0;}i:293;a:11:{s:2:\"id\";s:36:\"9f8e048d-6062-46fe-9646-496c4135eb8b\";s:4:\"slug\";s:11:\"features-52\";s:5:\"title\";s:11:\"features-52\";s:11:\"description\";s:11:\"features-52\";s:7:\"content\";s:5672:\"<!-- wp:group {\"className\":\"nfd-py-lg\",\"metadata\":{\"name\":\"Features\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-py-lg nfd-wb-features__features-52\" ><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base\"} --><div class=\"nfd-text-base wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md nfd-gap-lg\"} --><div class=\"md:nfd-order-2 nfd-text-md nfd-gap-lg wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"wp-block-group\"><!-- wp:heading {\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Why our Matcha Tea is different</h2><!-- /wp:heading --><!-- wp:paragraph --><p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"31px\"},\"dimensions\":{\"minHeight\":\"\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\"}} --><div class=\"wp-block-group\"><!-- wp:html --><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"31\" height=\"31\" viewBox=\"0 0 122.88 122.88\"><circle cx=\"61.44\" cy=\"61.44\" r=\"61.44\" fill=\"#b4bb30\"></circle><path d=\"M41.81,53.38L53.48,64.56L79.84,37.91c1.74-1.77,2.83-3.18,5-1l7,7.12c2.28,2.26,2.16,3.59,0,5.69L57.45,83.61c-4.54,4.45-3.75,4.72-8.36.16l-19-18.9c-1-1-.85-2.09.2-3.13l8.07-8.37c1.21-1.27,2.18-1.2,3.44,0Z\" fill=\"#fff\"></path></svg><!-- /wp:html --></div><!-- /wp:group --><!-- wp:paragraph --><p class=\"\">It\'s 100% Gluten-Free</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"31px\"},\"dimensions\":{\"minHeight\":\"\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\"}} --><div class=\"wp-block-group\"><!-- wp:html --><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"31\" height=\"31\" viewBox=\"0 0 122.88 122.88\"><circle cx=\"61.44\" cy=\"61.44\" r=\"61.44\" fill=\"#b4bb30\"></circle><path d=\"M41.81,53.38L53.48,64.56L79.84,37.91c1.74-1.77,2.83-3.18,5-1l7,7.12c2.28,2.26,2.16,3.59,0,5.69L57.45,83.61c-4.54,4.45-3.75,4.72-8.36.16l-19-18.9c-1-1-.85-2.09.2-3.13l8.07-8.37c1.21-1.27,2.18-1.2,3.44,0Z\" fill=\"#fff\"></path></svg><!-- /wp:html --></div><!-- /wp:group --><!-- wp:paragraph --><p class=\"\">Natural & GMO Free</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"31px\"},\"dimensions\":{\"minHeight\":\"\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\"}} --><div class=\"wp-block-group\"><!-- wp:html --><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"31\" height=\"31\" viewBox=\"0 0 122.88 122.88\"><circle cx=\"61.44\" cy=\"61.44\" r=\"61.44\" fill=\"#b4bb30\"></circle><path d=\"M41.81,53.38L53.48,64.56L79.84,37.91c1.74-1.77,2.83-3.18,5-1l7,7.12c2.28,2.26,2.16,3.59,0,5.69L57.45,83.61c-4.54,4.45-3.75,4.72-8.36.16l-19-18.9c-1-1-.85-2.09.2-3.13l8.07-8.37c1.21-1.27,2.18-1.2,3.44,0Z\" fill=\"#fff\"></path></svg><!-- /wp:html --></div><!-- /wp:group --><!-- wp:paragraph --><p class=\"\">Healthy - with 95 Essential Minerals</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"31px\"},\"dimensions\":{\"minHeight\":\"\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\"}} --><div class=\"wp-block-group\"><!-- wp:html --><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"31\" height=\"31\" viewBox=\"0 0 122.88 122.88\"><circle cx=\"61.44\" cy=\"61.44\" r=\"61.44\" fill=\"#b4bb30\"></circle><path d=\"M41.81,53.38L53.48,64.56L79.84,37.91c1.74-1.77,2.83-3.18,5-1l7,7.12c2.28,2.26,2.16,3.59,0,5.69L57.45,83.61c-4.54,4.45-3.75,4.72-8.36.16l-19-18.9c-1-1-.85-2.09.2-3.13l8.07-8.37c1.21-1.27,2.18-1.2,3.44,0Z\" fill=\"#fff\"></path></svg><!-- /wp:html --></div><!-- /wp:group --><!-- wp:paragraph --><p class=\"\">Tasty - 3 different flavours</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:image {\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"nfd-rounded is-style-default\"} --><figure class=\"nfd-rounded is-style-default wp-block-image size-full is-resized\"><img src=\"https://images.unsplash.com/photo-1470162656305-6f429ba817bf?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=1000&crop=\" alt=\"\" style=\"\"/></figure><!-- /wp:image --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:520;s:11:\"is_featured\";b:0;}i:294;a:11:{s:2:\"id\";s:36:\"9f8e048d-68d5-466d-999f-f19aa8bcebca\";s:4:\"slug\";s:11:\"features-53\";s:5:\"title\";s:11:\"features-53\";s:11:\"description\";s:11:\"features-53\";s:7:\"content\";s:2987:\"<!-- wp:group {\"className\":\"nfd-py-md\",\"metadata\":{\"name\":\"Features\"},\"nfdGroupEffect\":\"dots\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-py-md nfd-bg-effect-dots nfd-wb-features__features-53\" ><!-- wp:group {\"className\":\"is-style-nfd-waves-bottom-right\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"is-style-nfd-waves-bottom-right wp-block-group\"><!-- wp:columns {\"verticalAlignment\":null,\"className\":\"nfd-grid nfd-grid-cols-12 nfd-grid-rows-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}}} --><div class=\"nfd-grid nfd-grid-cols-12 nfd-grid-rows-1 wp-block-columns\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"\",\"className\":\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1\"} --><div class=\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 wp-block-column is-vertically-aligned-bottom\"><!-- wp:image {\"width\":\"744px\",\"height\":\"auto\",\"aspectRatio\":\"1.5\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"var:preset|spacing|60\",\"right\":\"-40%\"}},\"border\":{\"radius\":\"20px\"}}} --><figure class=\"is-style-default wp-block-image size-full is-resized has-custom-border\" style=\"margin-right:-40%;margin-bottom:var(--wp--preset--spacing--60)\"><img src=\"https://images.unsplash.com/photo-1522520788364-9eafb7a93216?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=1200&h=&crop=\" alt=\"\" style=\"border-radius:20px;aspect-ratio:1.5;object-fit:cover;width:744px;height:auto\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"\",\"className\":\"nfd-col-start-4 nfd-col-end-11 nfd-row-start-1\"} --><div class=\"nfd-col-start-4 nfd-col-end-11 nfd-row-start-1 wp-block-column is-vertically-aligned-bottom\"><!-- wp:group {\"className\":\"nfd-bg-gray-100 nfd-gap-xl nfd-p-card-lg\",\"style\":{\"border\":{\"radius\":{\"topLeft\":\"20px\",\"bottomRight\":\"20px\",\"bottomLeft\":\"20px\",\"topRight\":\"20px\"}},\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"60%\"}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-bg-gray-100 nfd-gap-xl nfd-p-card-lg wp-block-group\" style=\"border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px\"><!-- wp:heading {\"textAlign\":\"center\"} --><h2 class=\"wp-block-heading has-text-align-center\">3 Tasty Flavours</h2><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\"} --><p class=\"has-text-align-center\">Increase exposure and promote your eco-ethical image with Non-Woven, Recycled, Wholesale Reusable grocery Bags. Koosmo is fully customizable, guaranteed to capture your brand aesthetic and convey your promotional message with eco-friendly authority.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:530;s:11:\"is_featured\";b:0;}i:295;a:11:{s:2:\"id\";s:36:\"9f8e048d-7142-4273-b930-b54b4e4f38fa\";s:4:\"slug\";s:11:\"features-54\";s:5:\"title\";s:11:\"features-54\";s:11:\"description\";s:11:\"features-54\";s:7:\"content\";s:1914:\"<!-- wp:group {\"className\":\"nfd-py-lg\",\"metadata\":{\"name\":\"Features\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-py-lg nfd-wb-features__features-54\" ><!-- wp:columns {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-nfd-dots-bottom-right\",\"style\":{\"border\":{\"radius\":\"20px\"}}} --><figure class=\"is-style-nfd-dots-bottom-right wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1500056465874-8cceb7570f0d?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=600&h=&crop=\" alt=\"\" style=\"border-radius:20px\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-lg\"} --><div class=\"wp-block-column is-vertically-aligned-center nfd-gap-lg\"><!-- wp:heading {\"className\":\"is-style-default\"} --><h2 class=\"is-style-default wp-block-heading\">Enjoy a moment of relax</h2><!-- /wp:heading --><!-- wp:paragraph --><p class=\"\">Increase exposure and promote your eco-ethical image with Non-Woven, Recycled, Wholesale Reusable grocery Bags. Koosmo is fully customizable, guaranteed to capture your brand aesthetic and convey your promotional message with eco-friendly authority.</p><!-- /wp:paragraph --><!-- wp:buttons --><div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"spacing\":{\"padding\":{\"left\":\"32px\",\"right\":\"32px\"}}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" style=\"padding-right:32px;padding-left:32px\">Discover Now →</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:540;s:11:\"is_featured\";b:0;}i:296;a:11:{s:2:\"id\";s:36:\"9f8e048d-7a93-43de-bf5e-ab5b368a5295\";s:4:\"slug\";s:11:\"features-55\";s:5:\"title\";s:11:\"features-55\";s:11:\"description\";s:11:\"features-55\";s:7:\"content\";s:5707:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Features\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg nfd-wb-features__features-55\" ><!-- wp:columns {\"className\":\"nfd-text-base nfd-gap-3xl\"} --><div class=\"nfd-text-base nfd-gap-3xl wp-block-columns\"><!-- wp:column {\"width\":\"50%\",\"className\":\"nfd-gap-0\"} --><div class=\"wp-block-column nfd-gap-0\" style=\"flex-basis:50%\"><!-- wp:image {\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"nfd-rounded\"} --><figure class=\"nfd-rounded wp-block-image size-full\"><img src=\"https://images.unsplash.com/photo-1558655146-605d86ed31b3?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=&crop=\" alt=\"\" /></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md nfd-gap-lg\"} --><div class=\"md:nfd-order-2 nfd-text-md nfd-gap-lg wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"style\":{\"typography\":{\"fontSize\":\"16px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\" style=\"font-size:16px\"><!-- wp:heading {\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\",\"fontSize\":\"x-large\"} --><h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading has-x-large-font-size\"><strong>Why choose Kosmo</strong></h2><!-- /wp:heading --><!-- wp:paragraph --><p class=\"\">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p><!-- /wp:paragraph --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"30px\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"className\":\"nfd-gap-xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"wp-block-group nfd-gap-xl\"><!-- wp:columns --><div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"80px\"} --><div class=\"wp-block-column\" style=\"flex-basis:80px\"><!-- wp:image {\"width\":\"51px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\"}}}} --><figure class=\"wp-block-image aligncenter size-full is-resized\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/icon-1.webp\" alt=\"\" style=\"width:51px;height:auto\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"wp-block-group nfd-gap-xs\"><!-- wp:heading {\"level\":3} --><h3 class=\"wp-block-heading\"><strong>Power and Portability</strong></h3><!-- /wp:heading --><!-- wp:paragraph --><p class=\"\">Sleek, lightweight, and powerful—perfect for work, streaming, and on-the-go creativity</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:columns --><div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"80px\"} --><div class=\"wp-block-column\" style=\"flex-basis:80px\"><!-- wp:image {\"width\":\"49px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\"}}}} --><figure class=\"wp-block-image aligncenter size-full is-resized\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/icon-2.webp\" alt=\"\" style=\"width:49px;height:auto\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"wp-block-group nfd-gap-xs\"><!-- wp:heading {\"level\":3} --><h3 class=\"wp-block-heading\"><strong>Your All-in-One Companion</strong></h3><!-- /wp:heading --><!-- wp:paragraph --><p class=\"\">Enjoy seamless multitasking, vibrant visuals, and long battery life in one compact device.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:columns --><div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"80px\"} --><div class=\"wp-block-column\" style=\"flex-basis:80px\"><!-- wp:image {\"width\":\"53px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\"}}}} --><figure class=\"wp-block-image aligncenter size-full is-resized\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/icon-3.webp\" alt=\"\" style=\"width:53px;height:auto\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"wp-block-group nfd-gap-xs\"><!-- wp:heading {\"level\":3} --><h3 class=\"wp-block-heading\"><strong>Stay Connected Anywheres</strong></h3><!-- /wp:heading --><!-- wp:paragraph --><p class=\"\">With fast performance and a crystal-clear display, this tablet keeps you productive and entertained wherever you are.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:550;s:11:\"is_featured\";b:0;}i:297;a:11:{s:2:\"id\";s:36:\"9f8e048d-82cc-4432-85cc-59236c5e7286\";s:4:\"slug\";s:11:\"features-56\";s:5:\"title\";s:11:\"features-56\";s:11:\"description\";s:11:\"features-56\";s:7:\"content\";s:4257:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Features\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg nfd-wb-features__features-56\" ><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"50px\"}}}} --><div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"\"} --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:heading {\"style\":{\"typography\":{\"lineHeight\":\"1.4\"}}} --><h2 class=\"wp-block-heading\" style=\"line-height:1.4\">Let\'s create a home you\'ll love.Together.</h2><!-- /wp:heading --><!-- wp:paragraph --><p class=\"\">Feta bocconcini cheese and wine. Mozzarella st. agur blue cheese queso stilton bavarian bergkase danish fontina danish fontina queso.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\"><a href=\"#\">View all products →</a></p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"width\":\"66%\"} --><div class=\"wp-block-column\" style=\"flex-basis:66%\"><!-- wp:columns {\"verticalAlignment\":null} --><div class=\"wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"stretch\",\"className\":\"nfd-p-sm nfd-bg-gray-100\",\"style\":{\"border\":{\"radius\":\"20px\"}}} --><div class=\"nfd-p-sm nfd-bg-gray-100 wp-block-column is-vertically-aligned-stretch\" style=\"border-radius:20px\"><!-- wp:image {\"lightbox\":{\"enabled\":false},\"width\":\"auto\",\"height\":\"64px\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"align\":\"center\"} --><figure class=\"wp-block-image aligncenter size-full is-resized\"><a href=\"#\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/icon-1.webp\" alt=\"icon-1\" style=\"width:auto;height:64px\"/></a></figure><!-- /wp:image --><!-- wp:paragraph {\"align\":\"center\"} --><p class=\"has-text-align-center\"><a href=\"#\">Bedrooms</a></p><!-- /wp:paragraph --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"stretch\",\"className\":\"nfd-p-sm nfd-bg-gray-100\",\"style\":{\"border\":{\"radius\":\"20px\"}}} --><div class=\"nfd-p-sm nfd-bg-gray-100 wp-block-column is-vertically-aligned-stretch\" style=\"border-radius:20px\"><!-- wp:image {\"lightbox\":{\"enabled\":false},\"width\":\"auto\",\"height\":\"64px\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"align\":\"center\"} --><figure class=\"wp-block-image aligncenter size-full is-resized\"><a href=\"#\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/icon-2.webp\" alt=\"icon-2\" style=\"width:auto;height:64px\"/></a></figure><!-- /wp:image --><!-- wp:paragraph {\"align\":\"center\"} --><p class=\"has-text-align-center\"><a href=\"#\">Bathroom</a></p><!-- /wp:paragraph --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"stretch\",\"className\":\"nfd-p-sm nfd-bg-gray-100\",\"style\":{\"border\":{\"radius\":\"20px\"}}} --><div class=\"nfd-p-sm nfd-bg-gray-100 wp-block-column is-vertically-aligned-stretch\" style=\"border-radius:20px\"><!-- wp:image {\"lightbox\":{\"enabled\":false},\"width\":\"auto\",\"height\":\"64px\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"align\":\"center\"} --><figure class=\"wp-block-image aligncenter size-full is-resized\"><a href=\"#\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/icon-3.webp\" alt=\"icon-3\" style=\"width:auto;height:64px\"/></a></figure><!-- /wp:image --><!-- wp:paragraph {\"align\":\"center\"} --><p class=\"has-text-align-center\"><a href=\"#\">Decoration</a></p><!-- /wp:paragraph --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"stretch\",\"className\":\"nfd-p-sm nfd-bg-gray-100\",\"style\":{\"border\":{\"radius\":\"20px\"}}} --><div class=\"nfd-p-sm nfd-bg-gray-100 wp-block-column is-vertically-aligned-stretch\" style=\"border-radius:20px\"><!-- wp:image {\"lightbox\":{\"enabled\":false},\"width\":\"auto\",\"height\":\"64px\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"align\":\"center\"} --><figure class=\"wp-block-image aligncenter size-full is-resized\"><a href=\"#\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/icon-4.webp\" alt=\"icon-4\" style=\"width:auto;height:64px\"/></a></figure><!-- /wp:image --><!-- wp:paragraph {\"align\":\"center\"} --><p class=\"has-text-align-center\"><a href=\"#\">Textiles</a></p><!-- /wp:paragraph --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:560;s:11:\"is_featured\";b:0;}i:298;a:11:{s:2:\"id\";s:36:\"9f8e048d-8aef-4d3d-920d-8c3b53ef304e\";s:4:\"slug\";s:11:\"features-57\";s:5:\"title\";s:11:\"features-57\";s:11:\"description\";s:11:\"features-57\";s:7:\"content\";s:2627:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Features\"},\"nfdGroupTheme\":\"primary-15\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-primary-15 nfd-wb-features__features-57\" ><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-lg\"} --><div class=\"wp-block-columns are-vertically-aligned-center nfd-gap-lg\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"30%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:30%\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-nfd-dots-top-left\",\"style\":{\"border\":{\"radius\":\"20px\"}}} --><figure class=\"is-style-nfd-dots-top-left wp-block-image size-full has-custom-border\"><img src=\"https://images.unsplash.com/photo-1541533260371-b8fc9b596d84?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=600&h=&crop=\" alt=\"\" style=\"border-radius:20px;aspect-ratio:2/3;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"30%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:30%\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-nfd-dots-bottom-right\",\"style\":{\"border\":{\"radius\":\"20px\"}}} --><figure class=\"is-style-nfd-dots-bottom-right wp-block-image size-full has-custom-border\"><img src=\"https://images.unsplash.com/photo-1634822929277-0c51ca0e8846?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=600&h=&crop=\" alt=\"\" style=\"border-radius:20px;aspect-ratio:2/3;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"style\":{\"typography\":{\"lineHeight\":\"1.3\"}},\"fontSize\":\"x-large\"} --><h2 class=\"wp-block-heading has-x-large-font-size\" style=\"line-height:1.3\">Trust in our experience,<br>fall in love with your house.</h2><!-- /wp:heading --><!-- wp:paragraph --><p class=\"\">Increase exposure and promote your eco-ethical image with Non-Woven, Recycled, Wholesale Reusable grocery Bags.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">Koosmo is fully customizable, guaranteed to capture your brand aesthetic and convey your promotional message with eco-friendly authority.</p><!-- /wp:paragraph --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:570;s:11:\"is_featured\";b:0;}i:299;a:11:{s:2:\"id\";s:36:\"9f8e048d-9346-45be-942a-3b631811d6b5\";s:4:\"slug\";s:11:\"features-58\";s:5:\"title\";s:11:\"features-58\";s:11:\"description\";s:11:\"features-58\";s:7:\"content\";s:7613:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Features\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md nfd-wb-features__features-58\" ><!-- wp:columns --><div class=\"wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"color\":{\"background\":\"#f9f4f2\"},\"border\":{\"radius\":\"40px\"}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group has-background\" style=\"border-radius:40px;background-color:#f9f4f2\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1640938776314-4d303f8a1380?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=600&h=600&crop=square\",\"dimRatio\":60,\"overlayColor\":\"white\",\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":1,\"y\":0.5},\"minHeight\":379,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"sizeSlug\":\"full\",\"className\":\"nfd-p-md\",\"style\":{\"border\":{\"radius\":\"40px\"}}} --><div class=\"nfd-p-md wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:40px;min-height:379px\"><img class=\"wp-block-cover__image-background size-full\" alt=\"\" src=\"https://images.unsplash.com/photo-1640938776314-4d303f8a1380?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=600&h=600&crop=square\" style=\"object-position:100% 50%\" data-object-fit=\"cover\" data-object-position=\"100% 50%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-white-background-color has-background-dim-60 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"black\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"textColor\":\"black\"} --><h2 class=\"wp-block-heading has-black-color has-text-color has-link-color\" style=\"font-style:normal;font-weight:600\">Chairs</h2><!-- /wp:heading --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"black\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|primary\"}}}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group has-link-color\"><!-- wp:paragraph --><p class=\"\"><a href=\"#\">Kitchen chairs</a></p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\"><a href=\"#\">Wood chairs</a></p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\"><a href=\"#\">Folding chairs</a></p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\"><a href=\"#\">Lounge chairs</a></p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\"><a href=\"#\">Dining chairs</a></p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\"><a href=\"#\">Office chairs</a></p><!-- /wp:paragraph --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:group --><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1615873968403-89e068629265?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=600&h=600&crop=square\",\"dimRatio\":0,\"customOverlayColor\":\"#786254\",\"isUserOverlayColor\":false,\"minHeight\":383,\"minHeightUnit\":\"px\",\"contentPosition\":\"bottom center\",\"sizeSlug\":\"large\",\"className\":\"is-style-default\",\"style\":{\"border\":{\"radius\":\"40px\"},\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"is-style-default wp-block-cover has-custom-content-position is-position-bottom-center\" style=\"border-radius:40px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;min-height:383px\"><img class=\"wp-block-cover__image-background size-large\" alt=\"\" src=\"https://images.unsplash.com/photo-1615873968403-89e068629265?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=600&h=600&crop=square\" data-object-fit=\"cover\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#786254\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-gap-md nfd-p-md nfd-px-lg\",\"style\":{\"color\":{\"background\":\"#0000008c\"}},\"fontSize\":\"small\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-md nfd-p-md nfd-px-lg wp-block-group has-background has-small-font-size\" style=\"background-color:#0000008c\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1.3\"}},\"textColor\":\"base\"} --><h2 class=\"wp-block-heading has-text-align-center has-base-color has-text-color has-link-color\" style=\"font-style:normal;font-weight:600;line-height:1.3\">Home decoration</h2><!-- /wp:heading --><!-- wp:buttons {\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-px-lg\",\"style\":{\"border\":{\"radius\":\"40px\"},\"spacing\":{\"padding\":{\"left\":\"64px\",\"right\":\"64px\"}}}} --><div class=\"nfd-px-lg wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"#\" style=\"border-radius:40px;padding-right:64px;padding-left:64px\">Shop Now ➞</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1715492636497-b0295157272d?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=600&h=1200&crop=\",\"dimRatio\":40,\"overlayColor\":\"black\",\"isUserOverlayColor\":true,\"minHeight\":790,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"sizeSlug\":\"large\",\"className\":\"is-style-default nfd-p-md\",\"style\":{\"border\":{\"radius\":\"40px\"}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"is-style-default nfd-p-md wp-block-cover has-custom-content-position is-position-top-left\" style=\"border-radius:40px;min-height:790px\"><img class=\"wp-block-cover__image-background size-large\" alt=\"\" src=\"https://images.unsplash.com/photo-1715492636497-b0295157272d?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=600&h=1200&crop=\" data-object-fit=\"cover\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-40 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"className\":\"is-style-default\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"white\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":1.6}},\"textColor\":\"white\"} --><h2 class=\"is-style-default wp-block-heading has-white-color has-text-color has-link-color\" style=\"font-style:normal;font-weight:600;line-height:1.6\">Details make the <br>difference.</h2><!-- /wp:heading --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"white\"},\":hover\":{\"color\":{\"text\":\"white\"}}}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-sm wp-block-group has-link-color\"><!-- wp:paragraph --><p class=\"\"><a href=\"#\">Flowers & Plants</a></p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\"><a href=\"#\">Creative pillows</a></p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\"><a href=\"#\">Wall Art</a></p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\"><a href=\"#\">Wall Sticker</a></p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\"><a href=\"#\">Oriental rugs</a></p><!-- /wp:paragraph --></div><!-- /wp:group --></div></div><!-- /wp:cover --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:580;s:11:\"is_featured\";b:0;}i:300;a:11:{s:2:\"id\";s:36:\"9f8e048d-9b7e-4776-8aa5-27719c251f73\";s:4:\"slug\";s:11:\"features-59\";s:5:\"title\";s:11:\"features-59\";s:11:\"description\";s:11:\"features-59\";s:7:\"content\";s:5976:\"<!-- wp:group {\"className\":\"nfd-py-sm\",\"metadata\":{\"name\":\"Features\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-py-sm nfd-wb-features__features-59\" ><!-- wp:columns {\"fontSize\":\"small\"} --><div class=\"wp-block-columns has-small-font-size\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"16px\"}}}} --><div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"width\":\"60px\"} --><div class=\"wp-block-column\" style=\"flex-basis:60px\"><!-- wp:group {\"className\":\"nfd-p-sm\",\"style\":{\"border\":{\"radius\":\"100px\"},\"color\":{\"background\":\"#f55f368c\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-group has-background nfd-p-sm\" style=\"border-radius:100px;background-color:#f55f368c\"><!-- wp:image {\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} --><figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/icon-4.webp\" alt=\"icon\"/></figure><!-- /wp:image --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"wp-block-group nfd-gap-0\"><!-- wp:paragraph --><p class=\"\"><strong>Express Shipping</strong></p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">3-days delivery for all products</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"16px\"}}}} --><div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"width\":\"60px\"} --><div class=\"wp-block-column\" style=\"flex-basis:60px\"><!-- wp:group {\"className\":\"nfd-p-sm\",\"style\":{\"border\":{\"radius\":\"100px\"},\"color\":{\"background\":\"#f55f368c\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-group has-background nfd-p-sm\" style=\"border-radius:100px;background-color:#f55f368c\"><!-- wp:image {\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} --><figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/icon-5.webp\" alt=\"icon\"/></figure><!-- /wp:image --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"wp-block-group nfd-gap-0\"><!-- wp:paragraph --><p class=\"\"><strong>Free Delivery</strong></p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">In UK for orders over $50</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"16px\"}}}} --><div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"width\":\"60px\"} --><div class=\"wp-block-column\" style=\"flex-basis:60px\"><!-- wp:group {\"className\":\"nfd-p-sm\",\"style\":{\"border\":{\"radius\":\"100px\"},\"color\":{\"background\":\"#f55f368c\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-group has-background nfd-p-sm\" style=\"border-radius:100px;background-color:#f55f368c\"><!-- wp:image {\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-full\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/icon-6.webp\" alt=\"icon\"/></figure><!-- /wp:image --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"wp-block-group nfd-gap-0\"><!-- wp:paragraph --><p class=\"\"><strong>Rated “Excellent” - 4.8/5</strong></p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">on TrustPilot</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"16px\"}}}} --><div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"width\":\"60px\"} --><div class=\"wp-block-column\" style=\"flex-basis:60px\"><!-- wp:group {\"className\":\"nfd-p-sm\",\"style\":{\"border\":{\"radius\":\"100px\"},\"color\":{\"background\":\"#f55f368c\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-group has-background nfd-p-sm\" style=\"border-radius:100px;background-color:#f55f368c\"><!-- wp:image {\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-full\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/icon-7.webp\" alt=\"icon\"/></figure><!-- /wp:image --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"wp-block-group nfd-gap-0\"><!-- wp:paragraph --><p class=\"\"><strong>100% Money Back Guarantee</strong></p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">on all orders</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:590;s:11:\"is_featured\";b:0;}i:301;a:11:{s:2:\"id\";s:36:\"9f8e048d-a748-43ea-a432-89d2a4444e73\";s:4:\"slug\";s:11:\"features-60\";s:5:\"title\";s:11:\"features-60\";s:11:\"description\";s:11:\"features-60\";s:7:\"content\";s:2289:\"<!-- wp:group {\"className\":\"nfd-py-sm\",\"metadata\":{\"name\":\"Features\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-py-sm nfd-wb-features__features-60\" ><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl\"} --><div class=\"nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-gap-lg\"} --><div class=\"md:nfd-order-2 nfd-gap-lg wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:heading {\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Let’s create a home you’ll love.Together.</h2><!-- /wp:heading --><!-- wp:group {\"className\":\"nfd-text-md nfd-text-balance nfd-pb-xs\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-text-md nfd-text-balance nfd-pb-xs wp-block-group\"><!-- wp:paragraph --><p class=\"\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} --><div class=\"nfd-btn-lg wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Shop Now →</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"nfd-rounded\"} --><figure class=\"nfd-rounded wp-block-image size-full\"><img src=\"https://images.unsplash.com/photo-1727192807128-0cee790dcc83?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=&crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure><!-- /wp:image --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:600;s:11:\"is_featured\";b:0;}i:302;a:11:{s:2:\"id\";s:36:\"9f8e048d-af6b-4df2-9715-74c7251112fd\";s:4:\"slug\";s:11:\"features-61\";s:5:\"title\";s:11:\"features-61\";s:11:\"description\";s:11:\"features-61\";s:7:\"content\";s:4537:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Features\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md nfd-wb-features__features-61\" ><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"nfd-text-xl nfd-text-contrast nfd-py-md\"} --><h2 class=\"nfd-text-xl nfd-text-contrast nfd-py-md wp-block-heading has-text-align-center\">Our services</h2><!-- /wp:heading --><!-- wp:group {\"className\":\"nfd-gap-3xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-3xl wp-block-group\"><!-- wp:columns {\"className\":\"nfd-gap-xl\"} --><div class=\"wp-block-columns nfd-gap-xl\"><!-- wp:column {\"style\":{\"spacing\":[]}} --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Card\"},\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:image {\"width\":\"auto\",\"height\":\"64px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-full is-resized\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/icon-1.webp\" alt=\"\" style=\"width:auto;height:64px\"/></figure><!-- /wp:image --><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"className\":\"nfd-text-lg nfd-text-primary\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"fontSize\":\"large\"} --><h3 class=\"nfd-text-lg nfd-text-primary wp-block-heading has-text-align-center has-large-font-size\" style=\"font-style:normal;font-weight:500\">Interior Design</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-balance nfd-text-faded nfd-text-md\",\"fontSize\":\"medium\"} --><p class=\"nfd-text-balance nfd-text-faded nfd-text-md has-text-align-center has-medium-font-size\">Odio feugiat erat ut convallis eget ac lectus amet. Diam, volutpat eu in dui.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"style\":{\"spacing\":[]}} --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Card\"},\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:image {\"width\":\"auto\",\"height\":\"64px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-full is-resized\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/icon-2.webp\" alt=\"\" style=\"width:auto;height:64px\"/></figure><!-- /wp:image --><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"className\":\"nfd-text-lg nfd-text-primary\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"fontSize\":\"large\"} --><h3 class=\"nfd-text-lg nfd-text-primary wp-block-heading has-text-align-center has-large-font-size\" style=\"font-style:normal;font-weight:500\">Home Staging</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-balance nfd-text-faded nfd-text-md\",\"fontSize\":\"medium\"} --><p class=\"nfd-text-balance nfd-text-faded nfd-text-md has-text-align-center has-medium-font-size\">Odio feugiat erat ut convallis eget ac lectus amet. Diam, volutpat eu in dui.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"style\":{\"spacing\":[]}} --><div class=\"wp-block-column\"><!-- wp:group {\"metadata\":{\"name\":\"Card\"},\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:image {\"width\":\"auto\",\"height\":\"64px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --><figure class=\"wp-block-image size-full is-resized\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/icon-3.webp\" alt=\"\" style=\"width:auto;height:64px\"/></figure><!-- /wp:image --><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"className\":\"nfd-text-lg nfd-text-primary\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"fontSize\":\"large\"} --><h3 class=\"nfd-text-lg nfd-text-primary wp-block-heading has-text-align-center has-large-font-size\" style=\"font-style:normal;font-weight:500\">Color Consultation</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-balance nfd-text-faded nfd-text-md\",\"fontSize\":\"medium\"} --><p class=\"nfd-text-balance nfd-text-faded nfd-text-md has-text-align-center has-medium-font-size\">Odio feugiat erat ut convallis eget ac lectus amet. Diam, volutpat eu in dui.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:610;s:11:\"is_featured\";b:0;}i:303;a:11:{s:2:\"id\";s:36:\"9f8e048d-b821-4f71-8c44-0239fa03b6c7\";s:4:\"slug\";s:11:\"features-62\";s:5:\"title\";s:11:\"features-62\";s:11:\"description\";s:11:\"features-62\";s:7:\"content\";s:7209:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Features\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg nfd-wb-features__features-62\" ><!-- wp:group {\"metadata\":{\"categories\":[\"experiments\"],\"patternName\":\"core/block/201\"},\"layout\":{\"type\":\"grid\",\"minimumColumnWidth\":\"20rem\",\"columnCount\":null}} --><div class=\"wp-block-group\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1727192807128-0cee790dcc83?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=&crop=\",\"dimRatio\":0,\"customOverlayColor\":\"#a69b89\",\"isUserOverlayColor\":false,\"contentPosition\":\"bottom center\",\"isDark\":false,\"sizeSlug\":\"full\",\"className\":\"nfd-p-md\",\"style\":{\"border\":{\"radius\":\"26px\"}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-cover is-light has-custom-content-position is-position-bottom-center nfd-p-md\" style=\"border-radius:26px\"><img class=\"wp-block-cover__image-background size-full\" alt=\"\" src=\"https://images.unsplash.com/photo-1727192807128-0cee790dcc83?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=&crop=\" data-object-fit=\"cover\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#a69b89\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:buttons --><div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"style\":{\"color\":{\"background\":\"#0000009c\"},\"border\":{\"radius\":\"0px\"},\"spacing\":{\"padding\":{\"left\":\"24px\",\"right\":\"24px\",\"top\":\"24px\",\"bottom\":\"24px\"}}}} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-background wp-element-button\" href=\"#\" style=\"border-radius:0px;background-color:#0000009c;padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px\">SOFA & CHAISES LONGUES</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div></div><!-- /wp:cover --><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1725784466820-2075dc747815?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=&crop=\",\"dimRatio\":0,\"customOverlayColor\":\"#9d9894\",\"isUserOverlayColor\":false,\"contentPosition\":\"bottom center\",\"isDark\":false,\"sizeSlug\":\"full\",\"className\":\"nfd-p-md\",\"style\":{\"border\":{\"radius\":\"25px\"}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-cover is-light has-custom-content-position is-position-bottom-center nfd-p-md\" style=\"border-radius:25px\"><img class=\"wp-block-cover__image-background size-full\" alt=\"\" src=\"https://images.unsplash.com/photo-1725784466820-2075dc747815?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=&crop=\" data-object-fit=\"cover\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#9d9894\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:buttons --><div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"style\":{\"color\":{\"background\":\"#0000009c\"},\"border\":{\"radius\":\"0px\"},\"spacing\":{\"padding\":{\"left\":\"24px\",\"right\":\"24px\",\"top\":\"24px\",\"bottom\":\"24px\"}}}} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-background wp-element-button\" href=\"#\" style=\"border-radius:0px;background-color:#0000009c;padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px\">DECORATION</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div></div><!-- /wp:cover --><!-- wp:group {\"style\":{\"layout\":{\"columnSpan\":1,\"rowSpan\":2}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\"><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1586023492125-27b2c045efd7?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=&crop=\",\"dimRatio\":0,\"customOverlayColor\":\"#a19787\",\"isUserOverlayColor\":false,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"bottom center\",\"isDark\":false,\"sizeSlug\":\"full\",\"className\":\"nfd-p-md\",\"style\":{\"border\":{\"radius\":\"18px\"}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-cover is-light has-custom-content-position is-position-bottom-center nfd-p-md\" style=\"border-radius:18px;min-height:100%\"><img class=\"wp-block-cover__image-background size-full\" alt=\"\" src=\"https://images.unsplash.com/photo-1586023492125-27b2c045efd7?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=&crop=\" data-object-fit=\"cover\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#a19787\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:buttons --><div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"style\":{\"color\":{\"background\":\"#0000009c\"},\"border\":{\"radius\":\"0px\"},\"spacing\":{\"padding\":{\"left\":\"24px\",\"right\":\"24px\",\"top\":\"24px\",\"bottom\":\"24px\"}}}} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-background wp-element-button\" href=\"#\" style=\"border-radius:0px;background-color:#0000009c;padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px\">LIVING ROOM</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div></div><!-- /wp:cover --></div><!-- /wp:group --><!-- wp:cover {\"url\":\"https://images.unsplash.com/photo-1579518919756-df28bdaaeab6?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=&crop=\",\"dimRatio\":0,\"customOverlayColor\":\"#b4aea5\",\"isUserOverlayColor\":false,\"minHeight\":176,\"minHeightUnit\":\"px\",\"contentPosition\":\"bottom center\",\"isDark\":false,\"sizeSlug\":\"full\",\"className\":\"nfd-p-md\",\"style\":{\"layout\":{\"columnSpan\":2,\"rowSpan\":1},\"border\":{\"radius\":\"26px\"}},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-cover is-light has-custom-content-position is-position-bottom-center nfd-p-md\" style=\"border-radius:26px;min-height:176px\"><img class=\"wp-block-cover__image-background size-full\" alt=\"\" src=\"https://images.unsplash.com/photo-1579518919756-df28bdaaeab6?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=&crop=\" data-object-fit=\"cover\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#b4aea5\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:buttons --><div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"style\":{\"color\":{\"background\":\"#0000009c\"},\"border\":{\"radius\":\"0px\"},\"spacing\":{\"padding\":{\"left\":\"24px\",\"right\":\"24px\",\"top\":\"24px\",\"bottom\":\"24px\"}}}} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-background wp-element-button\" href=\"#\" style=\"border-radius:0px;background-color:#0000009c;padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px\">ANOTHER CATEGORY</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div></div><!-- /wp:cover --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:620;s:11:\"is_featured\";b:0;}i:304;a:11:{s:2:\"id\";s:36:\"9f8e048d-c094-4b71-bd4b-2dc4089afca3\";s:4:\"slug\";s:11:\"features-63\";s:5:\"title\";s:11:\"features-63\";s:11:\"description\";s:11:\"features-63\";s:7:\"content\";s:6072:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Features\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg nfd-wb-features__features-63\" ><!-- wp:columns {\"className\":\"nfd-text-base nfd-gap-3xl\"} --><div class=\"nfd-text-base nfd-gap-3xl wp-block-columns\"><!-- wp:column {\"width\":\"50%\",\"className\":\"nfd-gap-0\"} --><div class=\"wp-block-column nfd-gap-0\" style=\"flex-basis:50%\"><!-- wp:image {\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"nfd-rounded\"} --><figure class=\"nfd-rounded wp-block-image size-full\"><img src=\"https://images.unsplash.com/photo-1623244307563-f9ade3df13c0?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=1200&crop=\" alt=\"\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md nfd-gap-lg\"} --><div class=\"md:nfd-order-2 nfd-text-md nfd-gap-lg wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"style\":{\"typography\":{\"fontSize\":\"16px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-lg wp-block-group\" style=\"font-size:16px\"><!-- wp:heading {\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} --><h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Why choose us?</h2><!-- /wp:heading --><!-- wp:paragraph --><p class=\"\">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">If you want to motivate these clowns, try less carrot and more stick i’m sorry i replied to your emails after only three weeks, but can the site go live tomorrow anyway?</p><!-- /wp:paragraph --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"30px\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"className\":\"nfd-gap-3xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"wp-block-group nfd-gap-3xl\"><!-- wp:columns --><div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"80px\"} --><div class=\"wp-block-column\" style=\"flex-basis:80px\"><!-- wp:image {\"width\":\"51px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\"}}}} --><figure class=\"wp-block-image size-full is-resized\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/icon-1.webp\" alt=\"\" style=\"width:51px;height:auto\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"wp-block-group nfd-gap-md\"><!-- wp:heading {\"level\":3} --><h3 class=\"wp-block-heading\"><strong>Personalized Designs for Every Lifestyle</strong></h3><!-- /wp:heading --><!-- wp:paragraph --><p class=\"\">We don’t believe in one-size-fits-all. Your home should reflect <em>you</em>—your style, your needs, your story. Every project is tailored to create spaces that are both beautiful and functional.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:columns --><div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"80px\"} --><div class=\"wp-block-column\" style=\"flex-basis:80px\"><!-- wp:image {\"width\":\"49px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\"}}}} --><figure class=\"wp-block-image size-full is-resized\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/icon-2.webp\" alt=\"\" style=\"width:49px;height:auto\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"wp-block-group nfd-gap-md\"><!-- wp:heading {\"level\":3} --><h3 class=\"wp-block-heading\"><strong>End-to-End Project Management</strong></h3><!-- /wp:heading --><!-- wp:paragraph --><p class=\"\">From concept to final reveal, we handle every detail. Sit back and enjoy the transformation while we coordinate contractors, source materials, and ensure timelines stay on track.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:columns --><div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"80px\"} --><div class=\"wp-block-column\" style=\"flex-basis:80px\"><!-- wp:image {\"width\":\"53px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\"}}}} --><figure class=\"wp-block-image size-full is-resized\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/icon-3.webp\" alt=\"\" style=\"width:53px;height:auto\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"wp-block-group nfd-gap-md\"><!-- wp:heading {\"level\":3} --><h3 class=\"wp-block-heading\"><strong>Experienced Team with Proven Results</strong></h3><!-- /wp:heading --><!-- wp:paragraph --><p class=\"\">With years of experience and a portfolio of stunning transformations, our designers bring expertise, creativity, and a passion for excellence to every project.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:630;s:11:\"is_featured\";b:0;}i:305;a:11:{s:2:\"id\";s:36:\"9f8e048d-c931-4a30-84cc-57225d6aa469\";s:4:\"slug\";s:11:\"features-64\";s:5:\"title\";s:11:\"features-64\";s:11:\"description\";s:11:\"features-64\";s:7:\"content\";s:3684:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Features\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-white nfd-wb-features__features-64\" ><!-- wp:columns {\"className\":\"nfd-gap-xl nfd-gap-y-2xl\"} --><div class=\"nfd-gap-xl nfd-gap-y-2xl wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"16/9\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"nfd-rounded-sm\"} --><figure class=\"nfd-rounded-sm wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1615873968403-89e068629265?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=600&crop=\" alt=\"\" style=\"aspect-ratio:16/9;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"wp-block-group nfd-gap-md\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h3 class=\"nfd-text-lg nfd-text-contrast wp-block-heading\">Interior design</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-balance\"} --><p class=\"nfd-text-base nfd-text-balance\">Odio feugiat erat ut convallis eget ac lectus amet. Diam, volutpat eu in dui.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"16/9\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"nfd-rounded-sm\"} --><figure class=\"nfd-rounded-sm wp-block-image size-full\"><img src=\"https://images.unsplash.com/photo-1519974719765-e6559eac2575?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=600&crop=\" alt=\"\" style=\"aspect-ratio:16/9;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"wp-block-group nfd-gap-md\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h3 class=\"nfd-text-lg nfd-text-contrast wp-block-heading\">Home staging</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-balance\"} --><p class=\"nfd-text-base nfd-text-balance\">Odio feugiat erat ut convallis eget ac lectus amet. Diam, volutpat eu in dui.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"16/9\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"nfd-rounded-sm\"} --><figure class=\"nfd-rounded-sm wp-block-image size-full\"><img src=\"https://images.unsplash.com/photo-1615876234886-fd9a39fda97f?q=80&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&w=800&h=600&crop=\" alt=\"\" style=\"aspect-ratio:16/9;object-fit:cover\"/></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"wp-block-group nfd-gap-md\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h3 class=\"nfd-text-lg nfd-text-contrast wp-block-heading\">Color consultation</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-balance\"} --><p class=\"nfd-text-base nfd-text-balance\">Odio feugiat erat ut convallis eget ac lectus amet. Diam, volutpat eu in dui.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:8:\"features\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:640;s:11:\"is_featured\";b:0;}i:306;a:11:{s:2:\"id\";s:36:\"9ac51f08-2661-4257-880e-d62d623012ef\";s:4:\"slug\";s:14:\"testimonials-1\";s:5:\"title\";s:14:\"testimonials-1\";s:11:\"description\";s:14:\"testimonials-1\";s:7:\"content\";s:9874:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Testimonials\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-white nfd-wb-testimonials__testimonials-1\" ><!-- wp:columns --><div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"40%\"} --><div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"className\":\"nfd-text-huge\"} --><h2 class=\"nfd-text-huge wp-block-heading\">What customers think of us</h2><!-- /wp:heading --><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:group {\"className\":\"nfd-overlap-x nfd-border-bg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"metadata\":{\"name\":\"Stacked Images\"}} --><div class=\"nfd-overlap-x nfd-border-bg wp-block-group\"><!-- wp:image {\"width\":\"50px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"width\":\"2px\"}},\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-large is-resized has-custom-border\"><img src=\"https://images.unsplash.com/photo-1649399044844-9af065083b8a?w=120&fit=crop&w=120&h=120&crop=faces\" alt=\"\" style=\"border-width:2px;aspect-ratio:1;object-fit:cover;width:50px\"/></figure><!-- /wp:image --><!-- wp:image {\"width\":\"50px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"width\":\"2px\"}},\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-large is-resized has-custom-border\"><img src=\"https://images.unsplash.com/photo-1597810743069-cf40e2452aa9?w=120&fit=crop&w=120&h=120&crop=faces\" alt=\"\" style=\"border-width:2px;aspect-ratio:1;object-fit:cover;width:50px\"/></figure><!-- /wp:image --><!-- wp:image {\"width\":\"50px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"width\":\"2px\"}},\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-large is-resized has-custom-border\"><img src=\"https://images.unsplash.com/photo-1610631066894-62452ccb927c?w=120&fit=crop&w=120&h=120&crop=faces\" alt=\"\" style=\"border-width:2px;aspect-ratio:1;object-fit:cover;width:50px\"/></figure><!-- /wp:image --><!-- wp:image {\"width\":\"50px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"width\":\"2px\"}},\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-large is-resized has-custom-border\"><img src=\"https://images.unsplash.com/photo-1618568949779-895d81686151?w=120&fit=crop&w=120&h=120&crop=faces\" alt=\"\" style=\"border-width:2px;aspect-ratio:1;object-fit:cover;width:50px\"/></figure><!-- /wp:image --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fab906\"},\"typography\":{\"letterSpacing\":\"2px\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-color\" style=\"color:#fab906;letter-spacing:2px\">★★★★★</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-base\"} --><p class=\"nfd-text-base\"><strong>4.4</strong> from 1,400+ customers</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"16px\"} --><div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-rounded nfd-text-balance nfd-p-card-md nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"metadata\":{\"name\":\"Testimonial\"},\"nfdGroupTheme\":\"light\"} --><div class=\"nfd-theme-light nfd-bg-surface nfd-rounded nfd-text-balance nfd-p-card-md nfd-gap-md wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-balance\"} --><p class=\"nfd-text-balance\"><strong>\"Delizioso\"</strong></p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-pl-offset-md nfd-text-balance nfd-text-base\",\"layout\":{\"type\":\"constrained\"},\"style\":{\"border\":{\"left\":{\"width\":\"3px\"},\"top\":{},\"right\":{},\"bottom\":{}}}} --><div class=\"nfd-pl-offset-md nfd-text-balance nfd-text-base wp-block-group\" style=\"border-left-width: 3px\"><!-- wp:paragraph --><p class=\"\">\"A must try for all Italian food lovers! The best Italian restaurant I\'ve ever been to! Highly recommended!\"</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fab906\"},\"typography\":{\"letterSpacing\":\"2px\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-color\" style=\"color:#fab906;letter-spacing:2px\">★ ★ ★ ★ ★</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-base\"} --><p class=\"nfd-text-base has-text-align-left\">Samantha Daniels</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-rounded nfd-text-balance nfd-p-card-md nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"metadata\":{\"name\":\"Testimonial\"},\"nfdGroupTheme\":\"light\"} --><div class=\"nfd-theme-light nfd-bg-surface nfd-rounded nfd-text-balance nfd-p-card-md nfd-gap-md wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-balance\"} --><p class=\"nfd-text-balance\"><strong>\"Authentic Flavour\"</strong></p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-pl-offset-md nfd-text-balance nfd-text-base\",\"layout\":{\"type\":\"constrained\"},\"style\":{\"border\":{\"left\":{\"width\":\"3px\"},\"top\":{},\"right\":{},\"bottom\":{}}}} --><div class=\"nfd-pl-offset-md nfd-text-balance nfd-text-base wp-block-group\" style=\"border-left-width: 3px\"><!-- wp:paragraph --><p class=\"\">The pasta dishes are cooked to perfection and the sauces are full of flavour. Highly recommend!</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fab906\"},\"typography\":{\"letterSpacing\":\"2px\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-color\" style=\"color:#fab906;letter-spacing:2px\">★ ★ ★ ★ ★</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-base\"} --><p class=\"nfd-text-base has-text-align-left\">Ethan Cooper</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-rounded nfd-text-balance nfd-p-card-md nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"metadata\":{\"name\":\"Testimonial\"},\"nfdGroupTheme\":\"light\"} --><div class=\"nfd-theme-light nfd-bg-surface nfd-rounded nfd-text-balance nfd-p-card-md nfd-gap-md wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-balance\"} --><p class=\"nfd-text-balance\"><strong>\"Outstanding Pizza\"</strong></p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-pl-offset-md nfd-text-balance nfd-text-base\",\"layout\":{\"type\":\"constrained\"},\"style\":{\"border\":{\"left\":{\"width\":\"3px\"},\"top\":{},\"right\":{},\"bottom\":{}}}} --><div class=\"nfd-pl-offset-md nfd-text-balance nfd-text-base wp-block-group\" style=\"border-left-width: 3px\"><!-- wp:paragraph --><p class=\"\">My family and I had the pleasure of dining at this Italian restaurant. We were impressed with the wide variety of delicious dishes and the friendly and attentive service. <br><br>Highly recommend for a delicious Italian meal!</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fab906\"},\"typography\":{\"letterSpacing\":\"2px\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-color\" style=\"color:#fab906;letter-spacing:2px\">★ ★ ★ ★ ★</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-base\"} --><p class=\"nfd-text-base has-text-align-left\">Johann Hofer</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-rounded nfd-text-balance nfd-p-card-md nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"metadata\":{\"name\":\"Testimonial\"},\"nfdGroupTheme\":\"light\"} --><div class=\"nfd-theme-light nfd-bg-surface nfd-rounded nfd-text-balance nfd-p-card-md nfd-gap-md wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-balance\"} --><p class=\"nfd-text-balance\"><strong>\"Very Good\"</strong></p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-pl-offset-md nfd-text-balance nfd-text-base\",\"layout\":{\"type\":\"constrained\"},\"style\":{\"border\":{\"left\":{\"width\":\"3px\"},\"top\":{},\"right\":{},\"bottom\":{}}}} --><div class=\"nfd-pl-offset-md nfd-text-balance nfd-text-base wp-block-group\" style=\"border-left-width: 3px\"><!-- wp:paragraph --><p class=\"\">A must try for all Italian food lovers!</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fab906\"},\"typography\":{\"letterSpacing\":\"2px\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-color\" style=\"color:#fab906;letter-spacing:2px\">★ ★ ★ ★ ★</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-base\"} --><p class=\"nfd-text-base has-text-align-left\">Daniel Wilson</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:17:{i:0;s:7:\"reviews\";i:1;s:8:\"feedback\";i:2;s:7:\"ratings\";i:3;s:7:\"clients\";i:4;s:8:\"customer\";i:5;s:16:\"user testimonial\";i:6;s:12:\"star ratings\";i:7;s:15:\"client feedback\";i:8;s:14:\"review section\";i:9;s:17:\"testimonial cards\";i:10;s:12:\"review cards\";i:11;s:9:\"3 columns\";i:12;s:15:\"user experience\";i:13;s:18:\"client testimonial\";i:14;s:7:\"comment\";i:15;s:11:\"endorsement\";i:16;s:4:\"info\";}s:10:\"categories\";s:12:\"testimonials\";s:14:\"all_categories\";a:1:{i:0;s:12:\"testimonials\";}s:7:\"context\";N;s:5:\"order\";i:10;s:11:\"is_featured\";b:0;}i:307;a:11:{s:2:\"id\";s:36:\"9ac51f08-5067-4756-b627-e62206a6361e\";s:4:\"slug\";s:14:\"testimonials-2\";s:5:\"title\";s:14:\"testimonials-2\";s:11:\"description\";s:14:\"testimonials-2\";s:7:\"content\";s:3040:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Testimonials Social Proof\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md is-style-nfd-theme-white nfd-wb-testimonials__testimonials-2\" ><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:group {\"className\":\"nfd-overlap-x nfd-border-bg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"metadata\":{\"name\":\"Stacked Images\"}} --><div class=\"nfd-overlap-x nfd-border-bg wp-block-group\"><!-- wp:image {\"width\":\"50px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"width\":\"2px\"}},\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-large is-resized has-custom-border\"><img src=\"https://images.unsplash.com/photo-1621972659738-598cd8f7c37c?w=120&fit=crop&w=120&h=120&crop=faces\" alt=\"\" style=\"border-width:2px;aspect-ratio:1;object-fit:cover;width:50px\"/></figure><!-- /wp:image --><!-- wp:image {\"width\":\"50px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"width\":\"2px\"}},\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-large is-resized has-custom-border\"><img src=\"https://images.unsplash.com/photo-1573496799515-eebbb63814f2?w=120&fit=crop&w=120&h=120&crop=faces\" alt=\"\" style=\"border-width:2px;aspect-ratio:1;object-fit:cover;width:50px\"/></figure><!-- /wp:image --><!-- wp:image {\"width\":\"50px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"width\":\"2px\"}},\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-large is-resized has-custom-border\"><img src=\"https://images.unsplash.com/photo-1492562080023-ab3db95bfbce?w=120&fit=crop&w=120&h=120&crop=faces\" alt=\"\" style=\"border-width:2px;aspect-ratio:1;object-fit:cover;width:50px\"/></figure><!-- /wp:image --><!-- wp:image {\"width\":\"50px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"width\":\"2px\"}},\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-large is-resized has-custom-border\"><img src=\"https://images.unsplash.com/photo-1573878591960-37c788c55728?w=120&fit=crop&w=120&h=120&crop=faces\" alt=\"\" style=\"border-width:2px;aspect-ratio:1;object-fit:cover;width:50px\"/></figure><!-- /wp:image --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fab906\"},\"typography\":{\"letterSpacing\":\"2px\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-color\" style=\"color:#fab906;letter-spacing:2px\">★★★★★</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-base\"} --><p class=\"nfd-text-base\"><strong>4.4</strong> from 1,400+ customers</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:13:{i:0;s:7:\"reviews\";i:1;s:8:\"feedback\";i:2;s:7:\"ratings\";i:3;s:7:\"clients\";i:4;s:8:\"customer\";i:5;s:16:\"user testimonial\";i:6;s:12:\"star ratings\";i:7;s:14:\"review section\";i:8;s:15:\"customer review\";i:9;s:13:\"client review\";i:10;s:7:\"comment\";i:11;s:11:\"endorsement\";i:12;s:4:\"info\";}s:10:\"categories\";s:12:\"testimonials\";s:14:\"all_categories\";a:1:{i:0;s:12:\"testimonials\";}s:7:\"context\";N;s:5:\"order\";i:20;s:11:\"is_featured\";b:0;}i:308;a:11:{s:2:\"id\";s:36:\"9ac51f08-5925-4123-a9d2-839febb99421\";s:4:\"slug\";s:14:\"testimonials-3\";s:5:\"title\";s:14:\"testimonials-3\";s:11:\"description\";s:14:\"testimonials-3\";s:7:\"content\";s:3695:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Testimonials Social Proof\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md is-style-nfd-theme-white nfd-wb-testimonials__testimonials-3\" ><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:group {\"className\":\"nfd-overlap-x nfd-border-bg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"metadata\":{\"name\":\"Stacked Images\"}} --><div class=\"nfd-overlap-x nfd-border-bg wp-block-group\"><!-- wp:image {\"width\":\"60px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"width\":\"2px\"}},\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-large is-resized has-custom-border\"><img src=\"https://images.unsplash.com/photo-1577744168855-0391d2ed2b3a?w=120&fit=crop&w=120&h=120&crop=faces\" alt=\"\" style=\"border-width:2px;aspect-ratio:1;object-fit:cover;width:60px\"/></figure><!-- /wp:image --><!-- wp:image {\"width\":\"60px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"width\":\"2px\"}},\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-large is-resized has-custom-border\"><img src=\"https://images.unsplash.com/photo-1594864847339-d4bb38e91d62?w=120&fit=crop&w=120&h=120&crop=faces\" alt=\"\" style=\"border-width:2px;aspect-ratio:1;object-fit:cover;width:60px\"/></figure><!-- /wp:image --><!-- wp:image {\"width\":\"60px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"width\":\"2px\"}},\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-large is-resized has-custom-border\"><img src=\"https://images.unsplash.com/photo-1514956499715-e922be3ce404?w=120&fit=crop&w=120&h=120&crop=faces\" alt=\"\" style=\"border-width:2px;aspect-ratio:1;object-fit:cover;width:60px\"/></figure><!-- /wp:image --><!-- wp:image {\"width\":\"60px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"width\":\"2px\"}},\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-large is-resized has-custom-border\"><img src=\"https://images.unsplash.com/photo-1573878222998-40b24a653ac8?w=120&fit=crop&w=120&h=120&crop=faces\" alt=\"\" style=\"border-width:2px;aspect-ratio:1;object-fit:cover;width:60px\"/></figure><!-- /wp:image --><!-- wp:group {\"style\":{\"border\":{\"width\":\"2px\"},\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"60px\"},\"dimensions\":{\"minHeight\":\"60px\"}},\"className\":\"nfd-text-sm nfd-border-inherit nfd-rounded-full\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"},\"nfdGroupTheme\":\"primary\"} --><div class=\"nfd-text-sm nfd-border-inherit nfd-rounded-full wp-block-group nfd-bg-surface nfd-theme-primary\" style=\"border-width:2px;min-height:60px\"><!-- wp:paragraph {\"className\":\"nfd-text-contrast\",\"align\":\"center\"} --><p class=\"has-text-align-center nfd-text-contrast\"><span style=\"display:inline-flex;align-items:center;justify-content:center;min-width:60px;min-height:60px;text-align:inherit;\"><strong>12k</strong></span></p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"className\":\"nfd-text-balance nfd-text-base\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-text-balance nfd-text-base wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-balance\"} --><p class=\"nfd-text-balance\">12K people already started building <br>better websites. Join them today!</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:12:{i:0;s:7:\"reviews\";i:1;s:8:\"feedback\";i:2;s:7:\"ratings\";i:3;s:7:\"clients\";i:4;s:8:\"customer\";i:5;s:16:\"user testimonial\";i:6;s:14:\"review section\";i:7;s:17:\"customer feedback\";i:8;s:13:\"user feedback\";i:9;s:7:\"comment\";i:10;s:11:\"endorsement\";i:11;s:4:\"info\";}s:10:\"categories\";s:12:\"testimonials\";s:14:\"all_categories\";a:1:{i:0;s:12:\"testimonials\";}s:7:\"context\";N;s:5:\"order\";i:30;s:11:\"is_featured\";b:0;}i:309;a:11:{s:2:\"id\";s:36:\"9ac51f08-62b0-4566-8b93-35d8bb0a7a63\";s:4:\"slug\";s:14:\"testimonials-4\";s:5:\"title\";s:14:\"testimonials-4\";s:11:\"description\";s:14:\"testimonials-4\";s:7:\"content\";s:2300:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Testimonial\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md is-style-nfd-theme-white nfd-wb-testimonials__testimonials-4\" ><!-- wp:group {\"className\":\"nfd-text-pretty nfd-max-w-prose nfd-text-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-text-pretty nfd-max-w-prose nfd-text-lg wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"}}} --><p class=\"has-text-align-left \" style=\"font-style:normal;font-weight:400\">My experience at the restaurant was great. The food was delicious, the service was excellent, and the atmosphere was cozy and inviting. Highly recommend this restaurant for anyone looking for a great meal!</p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-text-base\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-text-base wp-block-group \"><!-- wp:group {\"className\":\"nfd-gap-sm nfd-text-base\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"metadata\":{\"name\":\"Author\"}} --><div class=\"nfd-gap-sm nfd-text-base wp-block-group\"><!-- wp:image {\"width\":\"40px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"is-style-rounded is-resized\"} --><figure class=\"is-style-rounded is-resized wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1729202305341-d146fdea0a03?w=200&fit=crop&w=200&h=200&crop=faces\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover;width:40px\"/></figure><!-- /wp:image --><!-- wp:paragraph --><p class=\"\"><strong>Serena Bell</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">/</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-sm\"} --><p class=\"nfd-text-faded nfd-text-sm\">2 months ago</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fab906\"},\"typography\":{\"letterSpacing\":\"2px\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-color\" style=\"color:#fab906;letter-spacing:2px\">★ ★ ★ ★ ★</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:13:{i:0;s:7:\"reviews\";i:1;s:8:\"feedback\";i:2;s:7:\"ratings\";i:3;s:7:\"clients\";i:4;s:8:\"customer\";i:5;s:16:\"user testimonial\";i:6;s:14:\"review section\";i:7;s:12:\"star ratings\";i:8;s:19:\"customer experience\";i:9;s:19:\"testimonial section\";i:10;s:7:\"comment\";i:11;s:11:\"endorsement\";i:12;s:4:\"info\";}s:10:\"categories\";s:12:\"testimonials\";s:14:\"all_categories\";a:1:{i:0;s:12:\"testimonials\";}s:7:\"context\";N;s:5:\"order\";i:40;s:11:\"is_featured\";b:0;}i:310;a:11:{s:2:\"id\";s:36:\"9ac51f08-6bbd-40d8-afb9-9888837ee431\";s:4:\"slug\";s:14:\"testimonials-5\";s:5:\"title\";s:14:\"testimonials-5\";s:11:\"description\";s:14:\"testimonials-5\";s:7:\"content\";s:2190:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"metadata\":{\"name\":\"Testimonial\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignwide nfd-container nfd-p-md is-style-nfd-theme-white nfd-wb-testimonials__testimonials-5\" ><!-- wp:group {\"className\":\"nfd-max-w-prose nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-max-w-prose nfd-gap-lg wp-block-group\"><!-- wp:group {\"style\":{\"border\":{\"left\":{\"width\":\"3px\"}},\"spacing\":{\"padding\":{\"left\":\"20px\"}}},\"className\":\"nfd-border-primary nfd-text-md nfd-text-balance\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-border-primary nfd-text-md nfd-text-balance wp-block-group\" style=\"border-left-width: 3px; padding-left: 20px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}}} --><p class=\"\" style=\"font-style: normal; font-weight: 500\">My experience with this app has been fantastic! It\'s intuitive, simple to use and extremely effective. Highly recommended for any company looking for an app that does what it says it will do.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm nfd-text-base\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"metadata\":{\"name\":\"Author\"}} --><div class=\"nfd-gap-sm nfd-text-base wp-block-group\"><!-- wp:image {\"width\":\"40px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"is-style-rounded is-resized\"} --><figure class=\"is-style-rounded is-resized wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1559526323-cb2f2fe2591b?w=200&fit=crop&w=200&h=200&crop=faces\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover;width:40px\"/></figure><!-- /wp:image --><!-- wp:paragraph --><p class=\"\"><strong>Juhani Korhonen</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">/</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-sm\"} --><p class=\"nfd-text-faded nfd-text-sm\">CEO, ABC Company</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:12:{i:0;s:7:\"reviews\";i:1;s:8:\"feedback\";i:2;s:7:\"ratings\";i:3;s:7:\"clients\";i:4;s:8:\"customer\";i:5;s:16:\"user testimonial\";i:6;s:14:\"review section\";i:7;s:15:\"client feedback\";i:8;s:12:\"user opinion\";i:9;s:7:\"comment\";i:10;s:11:\"endorsement\";i:11;s:4:\"info\";}s:10:\"categories\";s:12:\"testimonials\";s:14:\"all_categories\";a:1:{i:0;s:12:\"testimonials\";}s:7:\"context\";N;s:5:\"order\";i:50;s:11:\"is_featured\";b:0;}i:311;a:11:{s:2:\"id\";s:36:\"9ac51f08-766c-47df-9a09-60273de8fcf2\";s:4:\"slug\";s:14:\"testimonials-6\";s:5:\"title\";s:14:\"testimonials-6\";s:11:\"description\";s:14:\"testimonials-6\";s:7:\"content\";s:5278:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Testimonials\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md is-style-nfd-theme-white nfd-wb-testimonials__testimonials-6\" ><!-- wp:columns --><div class=\"wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"stretch\"} --><div class=\"wp-block-column is-vertically-aligned-stretch \"><!-- wp:group {\"className\":\"nfd-rounded nfd-text-balance nfd-p-card-md nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"metadata\":{\"name\":\"Testimonial\"},\"nfdGroupTheme\":\"light\"} --><div class=\"nfd-theme-light nfd-bg-surface nfd-rounded nfd-text-balance nfd-p-card-md nfd-gap-md wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-balance\"} --><p class=\"nfd-text-balance\"><strong>\"Delizioso\"</strong></p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-pl-offset-md nfd-text-balance nfd-text-base\",\"layout\":{\"type\":\"constrained\"},\"style\":{\"border\":{\"left\":{\"width\":\"3px\"},\"top\":{},\"right\":{},\"bottom\":{}}}} --><div class=\"nfd-pl-offset-md nfd-text-balance nfd-text-base wp-block-group\" style=\"border-left-width: 3px\"><!-- wp:paragraph --><p class=\"\">\"A must try for all Italian food lovers! The best Italian restaurant I\'ve ever been to! Highly recommended!\"</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fab906\"},\"typography\":{\"letterSpacing\":\"2px\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-color\" style=\"color:#fab906;letter-spacing:2px\">★ ★ ★ ★ ★</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-base\"} --><p class=\"nfd-text-base has-text-align-left\">Eduardo Barbosa</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"stretch\"} --><div class=\"wp-block-column is-vertically-aligned-stretch \"><!-- wp:group {\"className\":\"nfd-rounded nfd-text-balance nfd-p-card-md nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"metadata\":{\"name\":\"Testimonial\"},\"nfdGroupTheme\":\"light\"} --><div class=\"nfd-theme-light nfd-bg-surface nfd-rounded nfd-text-balance nfd-p-card-md nfd-gap-md wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-balance\"} --><p class=\"nfd-text-balance\"><strong>\"Authentic Flavour\"</strong></p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-pl-offset-md nfd-text-balance nfd-text-base\",\"layout\":{\"type\":\"constrained\"},\"style\":{\"border\":{\"left\":{\"width\":\"3px\"},\"top\":{},\"right\":{},\"bottom\":{}}}} --><div class=\"nfd-pl-offset-md nfd-text-balance nfd-text-base wp-block-group\" style=\"border-left-width: 3px\"><!-- wp:paragraph --><p class=\"\">The pasta dishes are cooked to perfection and the sauces are full of flavour. Highly recommend!</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fab906\"},\"typography\":{\"letterSpacing\":\"2px\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-color\" style=\"color:#fab906;letter-spacing:2px\">★ ★ ★ ★ ★</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-base\"} --><p class=\"nfd-text-base has-text-align-left\">Michelle Sutherland</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"stretch\"} --><div class=\"wp-block-column is-vertically-aligned-stretch \"><!-- wp:group {\"className\":\"nfd-rounded nfd-text-balance nfd-p-card-md nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"metadata\":{\"name\":\"Testimonial\"},\"nfdGroupTheme\":\"light\"} --><div class=\"nfd-theme-light nfd-bg-surface nfd-rounded nfd-text-balance nfd-p-card-md nfd-gap-md wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-balance\"} --><p class=\"nfd-text-balance\"><strong>\"Outstanding Pizza\"</strong></p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-pl-offset-md nfd-text-balance nfd-text-base\",\"layout\":{\"type\":\"constrained\"},\"style\":{\"border\":{\"left\":{\"width\":\"3px\"},\"top\":{},\"right\":{},\"bottom\":{}}}} --><div class=\"nfd-pl-offset-md nfd-text-balance nfd-text-base wp-block-group\" style=\"border-left-width: 3px\"><!-- wp:paragraph --><p class=\"\">The crust is thin, the sauce is flavourful and the toppings are very fresh. Will come again for sure.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fab906\"},\"typography\":{\"letterSpacing\":\"2px\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-color\" style=\"color:#fab906;letter-spacing:2px\">★ ★ ★ ★ ★</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-base\"} --><p class=\"nfd-text-base has-text-align-left\">Jack White</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:17:{i:0;s:7:\"reviews\";i:1;s:8:\"feedback\";i:2;s:7:\"ratings\";i:3;s:7:\"clients\";i:4;s:8:\"customer\";i:5;s:16:\"user testimonial\";i:6;s:12:\"star ratings\";i:7;s:15:\"client feedback\";i:8;s:14:\"review section\";i:9;s:17:\"testimonial cards\";i:10;s:12:\"review cards\";i:11;s:9:\"3 columns\";i:12;s:15:\"customer review\";i:13;s:19:\"testimonial section\";i:14;s:7:\"comment\";i:15;s:11:\"endorsement\";i:16;s:4:\"info\";}s:10:\"categories\";s:12:\"testimonials\";s:14:\"all_categories\";a:1:{i:0;s:12:\"testimonials\";}s:7:\"context\";N;s:5:\"order\";i:60;s:11:\"is_featured\";b:0;}i:312;a:11:{s:2:\"id\";s:36:\"9ac51f08-7e62-4068-ad86-a422225fbb09\";s:4:\"slug\";s:14:\"testimonials-7\";s:5:\"title\";s:14:\"testimonials-7\";s:11:\"description\";s:14:\"testimonials-7\";s:7:\"content\";s:7769:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|secondary\"}}}},\"metadata\":{\"name\":\"Testimonials\"},\"nfdGroupTheme\":\"darker\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg has-link-color is-style-nfd-theme-darker nfd-wb-testimonials__testimonials-7\" ><!-- wp:columns {\"verticalAlignment\":\"top\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}}} --><div class=\"wp-block-columns are-vertically-aligned-top\" style=\"padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"style\":{\"spacing\":{}}} --><div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"className\":\"nfd-text-base nfd-bg-surface-dark nfd-gap-0 nfd-rounded\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"},\"metadata\":{\"name\":\"Testimonial\"},\"nfdGroupTheme\":\"dark\"} --><div class=\"nfd-text-base nfd-bg-surface nfd-theme-dark nfd-gap-0 nfd-rounded wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-0 nfd-p-card-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 nfd-p-card-md wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1\"}},\"className\":\"nfd-text-xl nfd-text-subtle\"} --><p class=\"nfd-text-xl nfd-text-subtle\" style=\"line-height: 1\">❞</p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-text-pretty\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-text-pretty wp-block-group\"><!-- wp:paragraph --><p class=\"\">A must try for all Italian food lovers! The best Italian restaurant I\'ve ever been to! Will come again for sure.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:separator {\"className\":\"is-style-wide\"} --><hr class=\"is-style-wide wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:group {\"className\":\"nfd-px-md nfd-py-xs\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-px-md nfd-py-xs wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"align\":\"left\"} --><p class=\"has-text-align-left\">Rebecca Larson</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-sm\"} --><p class=\"nfd-text-faded nfd-text-sm\">CEO, Company</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:image {\"width\":\"40px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-large is-resized\"><img	src=\"https://images.unsplash.com/photo-1670852077053-6f9a8b3b0d75?w=200&fit=crop&w=200&h=200&crop=faces\"	alt=\"\"	style=\"aspect-ratio: 1; object-fit: cover; width: 40px\"	/></figure><!-- /wp:image --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"top\",\"style\":{\"spacing\":{}}} --><div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"className\":\"nfd-text-base nfd-bg-surface-dark nfd-gap-0 nfd-rounded\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"},\"metadata\":{\"name\":\"Testimonial\"},\"nfdGroupTheme\":\"dark\"} --><div class=\"nfd-text-base nfd-bg-surface nfd-theme-dark nfd-gap-0 nfd-rounded wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-0 nfd-p-card-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 nfd-p-card-md wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1\"}},\"className\":\"nfd-text-xl nfd-text-subtle\"} --><p class=\"nfd-text-xl nfd-text-subtle\" style=\"line-height: 1\">❞</p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-text-pretty\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-text-pretty wp-block-group\"><!-- wp:paragraph --><p class=\"\">The pasta dishes are cooked to perfection and the sauces are full of flavour. Highly recommend!</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:separator {\"className\":\"is-style-wide\"} --><hr class=\"is-style-wide wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:group {\"className\":\"nfd-px-md nfd-py-xs\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-px-md nfd-py-xs wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"align\":\"left\"} --><p class=\"has-text-align-left\">Brian Jackson</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-sm\"} --><p class=\"nfd-text-faded nfd-text-sm\">CEO, Company</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:image {\"width\":\"40px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-large is-resized\"><img	src=\"https://images.unsplash.com/photo-1495603889488-42d1d66e5523?w=200&fit=crop&w=200&h=200&crop=faces\"	alt=\"\"	style=\"aspect-ratio: 1; object-fit: cover; width: 40px\"	/></figure><!-- /wp:image --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"top\",\"style\":{\"spacing\":{}}} --><div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"className\":\"nfd-text-base nfd-bg-surface-dark nfd-gap-0 nfd-rounded\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"},\"metadata\":{\"name\":\"Testimonial\"},\"nfdGroupTheme\":\"dark\"} --><div class=\"nfd-text-base nfd-bg-surface nfd-theme-dark nfd-gap-0 nfd-rounded wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-0 nfd-p-card-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 nfd-p-card-md wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1\"}},\"className\":\"nfd-text-xl nfd-text-subtle\"} --><p class=\"nfd-text-xl nfd-text-subtle\" style=\"line-height: 1\">❞</p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-text-pretty\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-text-pretty wp-block-group\"><!-- wp:paragraph --><p class=\"\">The crust is thin, the sauce is robust and flavourful and the toppings are incredibly fresh. Recommended!</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:separator {\"className\":\"is-style-wide\"} --><hr class=\"is-style-wide wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:group {\"className\":\"nfd-px-md nfd-py-xs\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-px-md nfd-py-xs wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"align\":\"left\"} --><p class=\"has-text-align-left\">Madeline Stewart</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-sm\"} --><p class=\"nfd-text-faded nfd-text-sm\">CEO, Company</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:image {\"width\":\"40px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-large is-resized\"><img	src=\"https://images.unsplash.com/photo-1573497019940-1c28c88b4f3e?w=200&fit=crop&w=200&h=200&crop=faces\"	alt=\"\"	style=\"aspect-ratio: 1; object-fit: cover; width: 40px\"	/></figure><!-- /wp:image --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:18:{i:0;s:7:\"reviews\";i:1;s:8:\"feedback\";i:2;s:7:\"ratings\";i:3;s:7:\"clients\";i:4;s:8:\"customer\";i:5;s:16:\"user testimonial\";i:6;s:12:\"star ratings\";i:7;s:15:\"client feedback\";i:8;s:14:\"review section\";i:9;s:17:\"testimonial cards\";i:10;s:12:\"review cards\";i:11;s:9:\"3 columns\";i:12;s:4:\"dark\";i:13;s:15:\"user experience\";i:14;s:19:\"testimonial section\";i:15;s:7:\"comment\";i:16;s:11:\"endorsement\";i:17;s:4:\"info\";}s:10:\"categories\";s:12:\"testimonials\";s:14:\"all_categories\";a:1:{i:0;s:12:\"testimonials\";}s:7:\"context\";N;s:5:\"order\";i:70;s:11:\"is_featured\";b:0;}i:313;a:11:{s:2:\"id\";s:36:\"9ac51f08-8abd-434c-a308-b140aa5d2037\";s:4:\"slug\";s:14:\"testimonials-8\";s:5:\"title\";s:14:\"testimonials-8\";s:11:\"description\";s:14:\"testimonials-8\";s:7:\"content\";s:2153:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Testimonial\"},\"nfdGroupTheme\":\"dark\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-dark nfd-wb-testimonials__testimonials-8\" ><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fab906\"},\"typography\":{\"letterSpacing\":\"2px\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-color\" style=\"color:#fab906;letter-spacing:2px\">★ ★ ★ ★ ★</p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-text-lg nfd-text-balance\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-text-lg nfd-text-balance wp-block-group\"><!-- wp:paragraph {\"align\":\"center\"} --><p class=\"has-text-align-center\">My experience at the restaurant was great. The food was delicious, the service was excellent, and the atmosphere was cozy and inviting. Highly recommend this restaurant.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm nfd-text-base\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"metadata\":{\"name\":\"Author\"}} --><div class=\"nfd-gap-sm nfd-text-base wp-block-group\"><!-- wp:image {\"width\":\"40px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"is-style-rounded is-resized\"} --><figure class=\"is-style-rounded is-resized wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1574281570877-bd815ebb50a4?w=200&fit=crop&w=200&h=200&crop=faces\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover;width:40px\"/></figure><!-- /wp:image --><!-- wp:paragraph --><p class=\"\"><strong>Maximiliano Herrera</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">/</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-sm\"} --><p class=\"nfd-text-faded nfd-text-sm\">Customer</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:13:{i:0;s:7:\"reviews\";i:1;s:8:\"feedback\";i:2;s:7:\"ratings\";i:3;s:7:\"clients\";i:4;s:8:\"customer\";i:5;s:16:\"user testimonial\";i:6;s:14:\"review section\";i:7;s:12:\"star ratings\";i:8;s:4:\"dark\";i:9;s:18:\"client testimonial\";i:10;s:7:\"comment\";i:11;s:11:\"endorsement\";i:12;s:4:\"info\";}s:10:\"categories\";s:12:\"testimonials\";s:14:\"all_categories\";a:1:{i:0;s:12:\"testimonials\";}s:7:\"context\";N;s:5:\"order\";i:80;s:11:\"is_featured\";b:0;}i:314;a:11:{s:2:\"id\";s:36:\"9ac51f08-93b6-4002-a511-787c6ddf0f20\";s:4:\"slug\";s:14:\"testimonials-9\";s:5:\"title\";s:14:\"testimonials-9\";s:11:\"description\";s:14:\"testimonials-9\";s:7:\"content\";s:1913:\"<!-- wp:group {\"className\":\"nfd-max-w-prose nfd-p-md\",\"metadata\":{\"name\":\"Testimonial\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-max-w-prose nfd-p-md is-style-nfd-theme-white nfd-wb-testimonials__testimonials-9\" ><!-- wp:group {\"className\":\"nfd-max-w-prose nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-max-w-prose nfd-gap-lg wp-block-group\"><!-- wp:group {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"wp-block-group\" style=\"font-style: normal; font-weight: 500\"><!-- wp:paragraph {\"className\":\"nfd-text-pretty\"} --><p class=\"nfd-text-pretty\">I appreciated the 24/7 support and the SEO optimization features. Highly recommend!</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"metadata\":{\"name\":\"Author\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:image {\"width\":\"40px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-rounded-sm is-style-default\"} --><figure class=\"nfd-rounded-sm is-style-default wp-block-image size-large is-resized\"><img	src=\"https://images.unsplash.com/photo-1628540484449-ef86450ce644?w=200&fit=crop&w=200&h=200&crop=faces\"	alt=\"\"	style=\"aspect-ratio: 1; object-fit: cover; width: 40px\"	/></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-text-base nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-text-base nfd-gap-0 wp-block-group\"><!-- wp:paragraph --><p class=\"\">Elizabeth Carter</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-sm\"} --><p class=\"nfd-text-faded nfd-text-sm\">CEO, ABC Company</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:12:{i:0;s:7:\"reviews\";i:1;s:8:\"feedback\";i:2;s:7:\"ratings\";i:3;s:7:\"clients\";i:4;s:8:\"customer\";i:5;s:16:\"user testimonial\";i:6;s:14:\"review section\";i:7;s:15:\"customer review\";i:8;s:19:\"testimonial section\";i:9;s:7:\"comment\";i:10;s:11:\"endorsement\";i:11;s:4:\"info\";}s:10:\"categories\";s:12:\"testimonials\";s:14:\"all_categories\";a:1:{i:0;s:12:\"testimonials\";}s:7:\"context\";N;s:5:\"order\";i:90;s:11:\"is_featured\";b:0;}i:315;a:11:{s:2:\"id\";s:36:\"9ac51f07-a1b6-4450-b0bd-d9a0cdd86265\";s:4:\"slug\";s:15:\"pricing-table-1\";s:5:\"title\";s:15:\"pricing-table-1\";s:11:\"description\";s:15:\"pricing-table-1\";s:7:\"content\";s:9220:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Pricing\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md nfd-wb-pricing-table__pricing-table-1\" ><!-- wp:columns {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"className\":\"nfd-rounded nfd-p-card-md nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"},\"metadata\":{\"name\":\"Pricing Item\"},\"nfdGroupTheme\":\"light\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-rounded nfd-p-card-md nfd-gap-md wp-block-group nfd-bg-surface nfd-theme-light \"><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h2 class=\"nfd-text-lg nfd-text-contrast wp-block-heading has-text-align-center\">Starter Plan</h2><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-xl\"} --><p class=\"nfd-text-xl has-text-align-center\">$29</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">per month</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-base nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-text-base nfd-text-faded wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-balance\"} --><p class=\"nfd-text-balance has-text-align-center\">Perfect for individuals who want to manage their finances.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"spacing\":{\"padding\":{\"left\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\",\"top\":\"8px\",\"bottom\":\"8px\"}}},\"className\":\"is-style-fill\"} --><div class=\"is-style-fill wp-block-button\"><a	class=\"wp-block-button__link wp-element-button\"	style=\"padding-top: 8px; padding-right: var(--wp--preset--spacing--40); padding-bottom: 8px; padding-left: var(--wp--preset--spacing--40)\"	>Start Now</a	></div><!-- /wp:button --></div><!-- /wp:buttons --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"className\":\"nfd-rounded nfd-p-card-md nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"},\"metadata\":{\"name\":\"Pricing Item\"},\"nfdGroupTheme\":\"primary\",\"nfdGroupEffect\":\"grid\"} --><div class=\"nfd-rounded nfd-p-card-md nfd-gap-md wp-block-group nfd-bg-surface nfd-theme-primary nfd-bg-effect-grid\"><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-sm nfd-text-faded\"} --><p class=\"nfd-text-sm nfd-text-faded\" style=\"text-transform: uppercase\">Get 30% Off</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h2 class=\"nfd-text-lg nfd-text-contrast wp-block-heading has-text-align-center\">Pro Plan</h2><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-xl\"} --><p class=\"nfd-text-xl has-text-align-center\">$39</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">per month</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-base\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-text-base wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-balance\"} --><p class=\"nfd-text-balance has-text-align-center\">Ideal for small businesses to manage their finances.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"spacing\":{\"padding\":{\"left\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\",\"top\":\"8px\",\"bottom\":\"8px\"}}},\"className\":\"is-style-fill\"} --><div class=\"is-style-fill wp-block-button\"><a	class=\"wp-block-button__link wp-element-button\"	style=\"padding-top: 8px; padding-right: var(--wp--preset--spacing--40); padding-bottom: 8px; padding-left: var(--wp--preset--spacing--40)\"	>Start Now</a	></div><!-- /wp:button --></div><!-- /wp:buttons --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"className\":\"nfd-rounded nfd-p-card-md nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"},\"metadata\":{\"name\":\"Pricing Item\"},\"nfdGroupTheme\":\"light\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-rounded nfd-p-card-md nfd-gap-md wp-block-group nfd-bg-surface nfd-theme-light \"><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h2 class=\"nfd-text-lg nfd-text-contrast wp-block-heading has-text-align-center\">Agency Plan</h2><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-xl\"} --><p class=\"nfd-text-xl has-text-align-center\">$99</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">per month</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-base nfd-text-faded\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-text-base nfd-text-faded wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-balance\"} --><p class=\"nfd-text-balance has-text-align-center\">Designed for larger businesses and organizations.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"spacing\":{\"padding\":{\"left\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\",\"top\":\"8px\",\"bottom\":\"8px\"}}},\"className\":\"is-style-fill\"} --><div class=\"is-style-fill wp-block-button\"><a	class=\"wp-block-button__link wp-element-button\"	style=\"padding-top: 8px; padding-right: var(--wp--preset--spacing--40); padding-bottom: 8px; padding-left: var(--wp--preset--spacing--40)\"	>Start Now</a	></div><!-- /wp:button --></div><!-- /wp:buttons --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:14:{i:0;s:7:\"package\";i:1;s:12:\"subscription\";i:2;s:4:\"tier\";i:3;s:10:\"membership\";i:4;s:8:\"3 column\";i:5;s:5:\"price\";i:6;s:6:\"bundle\";i:7;s:7:\"service\";i:8;s:7:\"payment\";i:9;s:8:\"customer\";i:10;s:5:\"offer\";i:11;s:9:\"subscribe\";i:12;s:13:\"featured plan\";i:13;s:8:\"commerce\";}s:10:\"categories\";s:13:\"pricing-table\";s:14:\"all_categories\";a:1:{i:0;s:13:\"pricing-table\";}s:7:\"context\";N;s:5:\"order\";i:10;s:11:\"is_featured\";b:0;}i:316;a:11:{s:2:\"id\";s:36:\"9ac51f07-a94a-4ae9-b64d-fe2fd8a37274\";s:4:\"slug\";s:15:\"pricing-table-2\";s:5:\"title\";s:15:\"pricing-table-2\";s:11:\"description\";s:15:\"pricing-table-2\";s:7:\"content\";s:5354:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Pricing\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md nfd-wb-pricing-table__pricing-table-2\" ><!-- wp:columns {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"className\":\"nfd-p-xs nfd-rounded nfd-border-inherit\",\"layout\":{\"type\":\"constrained\"},\"metadata\":{\"name\":\"Pricing Item\"},\"nfdGroupTheme\":\"light\"} --><div class=\"nfd-p-xs nfd-rounded nfd-border-inherit wp-block-group nfd-bg-surface nfd-theme-light\"><!-- wp:group {\"style\":{\"border\":{\"width\":\"1.5px\"}},\"className\":\"nfd-gap-md nfd-p-card-md nfd-rounded-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-3\"} --><div class=\"nfd-gap-md nfd-p-card-md nfd-rounded-sm wp-block-group nfd-bg-effect-grid-3\" style=\"border-width: 1.5px\"><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"className\":\"nfd-text-lg nfd-text-current\"} --><h3 class=\"nfd-text-lg nfd-text-current wp-block-heading has-text-align-left\">Pro Plan</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-sm nfd-text-faded\"} --><p class=\"nfd-text-sm nfd-text-faded has-text-align-left\" style=\"text-transform: uppercase\">— For Companies</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-base nfd-text-faded nfd-text-balance\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-text-base nfd-text-faded nfd-text-balance wp-block-group\"><!-- wp:paragraph --><p class=\"\">Firmament winged. Blessed, moved and it in replenish it creature yielding together.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height: 0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:paragraph {\"className\":\"nfd-text-xl nfd-text-primary\"} --><p class=\"nfd-text-xl nfd-text-primary\">$29</p><!-- /wp:paragraph --><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"verticalAlignment\":\"center\",\"flexWrap\":\"nowrap\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"nfd-btn\"} --><div class=\"nfd-btn wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Start Now</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"className\":\"nfd-p-xs nfd-rounded\",\"layout\":{\"type\":\"constrained\"},\"metadata\":{\"name\":\"Pricing Item\"},\"nfdGroupTheme\":\"white\"} --><div class=\"nfd-p-xs nfd-rounded wp-block-group nfd-bg-surface nfd-theme-white\"><!-- wp:group {\"style\":{\"border\":{\"width\":\"2px\"}},\"className\":\"nfd-gap-md nfd-p-card-md nfd-rounded-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-gap-md nfd-p-card-md nfd-rounded-sm wp-block-group\" style=\"border-width: 2px\"><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"className\":\"nfd-text-lg nfd-text-current\"} --><h3 class=\"nfd-text-lg nfd-text-current wp-block-heading has-text-align-left\">Starter Plan</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-sm nfd-text-faded\"} --><p class=\"nfd-text-sm nfd-text-faded has-text-align-left\" style=\"text-transform: uppercase\">— For Individuals</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-base nfd-text-faded nfd-text-balance\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-text-base nfd-text-faded nfd-text-balance wp-block-group\"><!-- wp:paragraph --><p class=\"\">Firmament winged. Blessed, moved and it in replenish it creature yielding together.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height: 0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:paragraph {\"className\":\"nfd-text-xl nfd-text-current\"} --><p class=\"nfd-text-xl nfd-text-current\">Free</p><!-- /wp:paragraph --><!-- wp:buttons --><div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"nfd-btn nfd-bg-subtle is-style-fill\"} --><div class=\"nfd-btn nfd-bg-subtle is-style-fill wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Start Now</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:12:{i:0;s:7:\"package\";i:1;s:12:\"subscription\";i:2;s:10:\"membership\";i:3;s:8:\"2 column\";i:4;s:5:\"price\";i:5;s:6:\"bundle\";i:6;s:7:\"service\";i:7;s:7:\"payment\";i:8;s:8:\"customer\";i:9;s:5:\"offer\";i:10;s:9:\"subscribe\";i:11;s:8:\"commerce\";}s:10:\"categories\";s:13:\"pricing-table\";s:14:\"all_categories\";a:1:{i:0;s:13:\"pricing-table\";}s:7:\"context\";N;s:5:\"order\";i:20;s:11:\"is_featured\";b:1;}i:317;a:11:{s:2:\"id\";s:36:\"9ac51f07-b193-4434-a08f-c56b42a08173\";s:4:\"slug\";s:15:\"pricing-table-3\";s:5:\"title\";s:15:\"pricing-table-3\";s:11:\"description\";s:15:\"pricing-table-3\";s:7:\"content\";s:5966:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Pricing\"},\"nfdGroupTheme\":\"darker\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"940px\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-darker nfd-wb-pricing-table__pricing-table-3\" ><!-- wp:columns {\"verticalAlignment\":null} --><div class=\"wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"stretch\"} --><div class=\"wp-block-column is-vertically-aligned-stretch\"><!-- wp:group {\"style\":{\"dimensions\":{\"minHeight\":\"100%\"},\"border\":{\"width\":\"1px\"}},\"className\":\"nfd-gap-md nfd-p-card-md nfd-rounded nfd-shadow-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\",\"verticalAlignment\":\"center\"},\"metadata\":{\"name\":\"Pricing Item\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"grid-2\"} --><div class=\"nfd-gap-md nfd-p-card-md nfd-rounded nfd-shadow-xs wp-block-group nfd-bg-surface nfd-theme-dark nfd-bg-effect-grid-2\" style=\"border-width: 1px; min-height: 100%\" ><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h3 class=\"nfd-text-lg nfd-text-contrast wp-block-heading has-text-align-left\">Starter Plan</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-sm nfd-text-faded\"} --><p class=\"nfd-text-sm nfd-text-faded has-text-align-left\" style=\"text-transform: uppercase\">For Individuals</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-base nfd-text-balance\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-text-base nfd-text-balance wp-block-group\"><!-- wp:paragraph --><p class=\"\">Firmament winged. Blessed, moved and it in replenish it creature yielding together.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:paragraph {\"className\":\"nfd-text-xl nfd-text-current\"} --><p class=\"nfd-text-xl nfd-text-current\">Free</p><!-- /wp:paragraph --><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"verticalAlignment\":\"center\",\"flexWrap\":\"nowrap\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"nfd-btn\"} --><div class=\"nfd-btn wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Start Now</a></div><!-- /wp:button --></div><!-- /wp:buttons --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"stretch\"} --><div class=\"wp-block-column is-vertically-aligned-stretch\"><!-- wp:group {\"style\":{\"dimensions\":{\"minHeight\":\"100%\"},\"border\":{\"width\":\"1px\"}},\"className\":\"nfd-gap-md nfd-p-card-md nfd-rounded is-style-default nfd-shadow-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\",\"verticalAlignment\":\"center\"},\"metadata\":{\"name\":\"Pricing Item\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-gap-md nfd-p-card-md nfd-rounded is-style-default nfd-shadow-xs wp-block-group nfd-bg-surface nfd-theme-dark\" style=\"border-width: 1px; min-height: 100%\"><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h3 class=\"nfd-text-lg nfd-text-contrast wp-block-heading has-text-align-left\">Pro Plan</h3><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"className\":\"nfd-text-sm nfd-text-faded\"} --><p class=\"nfd-text-sm nfd-text-faded has-text-align-left\" style=\"text-transform: uppercase\">For Companies</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-base nfd-text-balance\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-text-base nfd-text-balance wp-block-group\"><!-- wp:paragraph --><p class=\"\">Firmament winged. Blessed, moved and it in replenish it creature yielding together.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:paragraph {\"className\":\"nfd-text-xl nfd-text-current\"} --><p class=\"nfd-text-xl nfd-text-current\">$99</p><!-- /wp:paragraph --><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"verticalAlignment\":\"center\",\"flexWrap\":\"nowrap\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"nfd-btn nfd-bg-subtle\"} --><div class=\"nfd-btn nfd-bg-subtle wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Start Now</a></div><!-- /wp:button --></div><!-- /wp:buttons --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:13:{i:0;s:7:\"package\";i:1;s:12:\"subscription\";i:2;s:10:\"membership\";i:3;s:8:\"2 column\";i:4;s:5:\"price\";i:5;s:6:\"bundle\";i:6;s:7:\"service\";i:7;s:7:\"payment\";i:8;s:8:\"customer\";i:9;s:5:\"offer\";i:10;s:4:\"dark\";i:11;s:9:\"subscribe\";i:12;s:8:\"commerce\";}s:10:\"categories\";s:13:\"pricing-table\";s:14:\"all_categories\";a:1:{i:0;s:13:\"pricing-table\";}s:7:\"context\";N;s:5:\"order\";i:30;s:11:\"is_featured\";b:0;}i:318;a:11:{s:2:\"id\";s:36:\"9ac51f07-bb4a-4683-a5f9-76b65034491b\";s:4:\"slug\";s:15:\"pricing-table-4\";s:5:\"title\";s:15:\"pricing-table-4\";s:11:\"description\";s:15:\"pricing-table-4\";s:7:\"content\";s:21693:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Pricing\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md nfd-wb-pricing-table__pricing-table-4\" ><!-- wp:columns {\"verticalAlignment\":\"bottom\",\"className\":\"nfd-gap-sm nfd-gap-y-lg\"} --><div class=\"nfd-gap-sm nfd-gap-y-lg wp-block-columns are-vertically-aligned-bottom\"><!-- wp:column {\"verticalAlignment\":\"bottom\",\"className\":\"nfd-rounded nfd-overflow-hidden\"} --><div class=\"nfd-rounded nfd-overflow-hidden wp-block-column is-vertically-aligned-bottom\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"},\"metadata\":{\"name\":\"Pricing Item\"},\"nfdGroupTheme\":\"\"} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:group {\"className\":\"nfd-p-card-md nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"},\"nfdGroupTheme\":\"light\"} --><div class=\"nfd-p-card-md nfd-gap-lg wp-block-group nfd-bg-surface nfd-theme-light\"><!-- wp:group {\"className\":\"nfd-text-balance nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-text-balance nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h3 class=\"nfd-text-lg nfd-text-contrast wp-block-heading\">Free</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">Firmament winged. Moved and it in replenish.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:separator {\"className\":\"nfd-border-inherit is-style-wide\"} --><hr class=\"nfd-border-inherit is-style-wide wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:group {\"className\":\"nfd-text-balance nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-text-balance nfd-gap-xs wp-block-group\"><!-- wp:heading {\"level\":4,\"className\":\"nfd-text-xl nfd-text-contrast\"} --><h4 class=\"nfd-text-xl nfd-text-contrast wp-block-heading\">$0</h4><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">Free forever</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"verticalAlignment\":\"stretch\",\"flexWrap\":\"nowrap\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"nfd-btn\"} --><div class=\"nfd-btn wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div><!-- /wp:buttons --><!-- wp:group {\"className\":\"nfd-text-base nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"metadata\":{\"name\":\"Features\"}} --><div class=\"nfd-text-base nfd-gap-sm wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">No credit card</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">3 collaborators</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">5,000 requests</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">Authenticated API</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">Basic support</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"bottom\",\"className\":\"nfd-rounded nfd-overflow-hidden\"} --><div class=\"nfd-rounded nfd-overflow-hidden wp-block-column is-vertically-aligned-bottom\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"},\"metadata\":{\"name\":\"Pricing Item\"},\"nfdGroupTheme\":\"\"} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:group {\"className\":\"nfd-p-card-md nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"},\"nfdGroupTheme\":\"light\"} --><div class=\"nfd-p-card-md nfd-gap-lg wp-block-group nfd-bg-surface nfd-theme-light\"><!-- wp:group {\"className\":\"nfd-text-balance nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-text-balance nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h3 class=\"nfd-text-lg nfd-text-contrast wp-block-heading\">Basic</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">Firmament winged. Moved and it in replenish.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:separator {\"className\":\"nfd-border-inherit is-style-wide\"} --><hr class=\"nfd-border-inherit is-style-wide wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:group {\"className\":\"nfd-text-balance nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-text-balance nfd-gap-xs wp-block-group\"><!-- wp:heading {\"level\":4,\"className\":\"nfd-text-xl nfd-text-contrast\"} --><h4 class=\"nfd-text-xl nfd-text-contrast wp-block-heading\">$19</h4><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">Paid annually</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"verticalAlignment\":\"stretch\",\"flexWrap\":\"nowrap\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"nfd-btn\"} --><div class=\"nfd-btn wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div><!-- /wp:buttons --><!-- wp:group {\"className\":\"nfd-text-base nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"metadata\":{\"name\":\"Features\"}} --><div class=\"nfd-text-base nfd-gap-sm wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">No credit card</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">3 collaborators</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">5,000 requests</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">Authenticated API</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">Basic support</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"bottom\",\"className\":\"nfd-rounded nfd-overflow-hidden\"} --><div class=\"nfd-rounded nfd-overflow-hidden wp-block-column is-vertically-aligned-bottom\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"},\"metadata\":{\"name\":\"Pricing Item\"},\"nfdGroupTheme\":\"\"} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:group {\"className\":\"nfd-p-xs nfd-text-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-p-xs nfd-text-sm wp-block-group nfd-bg-surface nfd-theme-dark\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}}} --><p class=\"has-text-align-center\" style=\"text-transform:uppercase\">Best Value</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-p-card-md nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"},\"nfdGroupTheme\":\"primary\"} --><div class=\"nfd-p-card-md nfd-gap-lg wp-block-group nfd-bg-surface nfd-theme-primary\"><!-- wp:group {\"className\":\"nfd-text-balance nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-text-balance nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h3 class=\"nfd-text-lg nfd-text-contrast wp-block-heading\">Scale</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">Firmament winged. Moved and it in replenish.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:separator {\"className\":\"nfd-border-inherit is-style-wide\"} --><hr class=\"nfd-border-inherit is-style-wide wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:group {\"className\":\"nfd-text-balance nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-text-balance nfd-gap-xs wp-block-group\"><!-- wp:heading {\"level\":4,\"className\":\"nfd-text-xl nfd-text-contrast\"} --><h4 class=\"nfd-text-xl nfd-text-contrast wp-block-heading\">$39</h4><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">Paid annually</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"verticalAlignment\":\"stretch\",\"flexWrap\":\"nowrap\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"nfd-btn\"} --><div class=\"nfd-btn wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div><!-- /wp:buttons --><!-- wp:group {\"className\":\"nfd-text-base nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"metadata\":{\"name\":\"Features\"}} --><div class=\"nfd-text-base nfd-gap-sm wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">No credit card</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">3 collaborators</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">5,000 requests</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">Authenticated API</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">Basic support</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"bottom\",\"className\":\"nfd-rounded nfd-overflow-hidden\"} --><div class=\"nfd-rounded nfd-overflow-hidden wp-block-column is-vertically-aligned-bottom\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"},\"metadata\":{\"name\":\"Pricing Item\"},\"nfdGroupTheme\":\"\"} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:group {\"className\":\"nfd-p-card-md nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"},\"nfdGroupTheme\":\"light\"} --><div class=\"nfd-p-card-md nfd-gap-lg wp-block-group nfd-bg-surface nfd-theme-light\"><!-- wp:group {\"className\":\"nfd-text-balance nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-text-balance nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h3 class=\"nfd-text-lg nfd-text-contrast wp-block-heading\">Agency</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">Firmament winged. Moved and it in replenish.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:separator {\"className\":\"nfd-border-inherit is-style-wide\"} --><hr class=\"nfd-border-inherit is-style-wide wp-block-separator has-alpha-channel-opacity\"/><!-- /wp:separator --><!-- wp:group {\"className\":\"nfd-text-balance nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-text-balance nfd-gap-xs wp-block-group\"><!-- wp:heading {\"level\":4,\"className\":\"nfd-text-xl nfd-text-contrast\"} --><h4 class=\"nfd-text-xl nfd-text-contrast wp-block-heading\">$69</h4><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">Paid annually</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"verticalAlignment\":\"stretch\",\"flexWrap\":\"nowrap\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"nfd-btn\"} --><div class=\"nfd-btn wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div><!-- /wp:buttons --><!-- wp:group {\"className\":\"nfd-text-base nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"metadata\":{\"name\":\"Features\"}} --><div class=\"nfd-text-base nfd-gap-sm wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">No credit card</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">3 collaborators</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">5,000 requests</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">Authenticated API</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">Basic support</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:14:{i:0;s:7:\"package\";i:1;s:12:\"subscription\";i:2;s:10:\"membership\";i:3;s:8:\"4 column\";i:4;s:5:\"price\";i:5;s:6:\"bundle\";i:6;s:7:\"service\";i:7;s:7:\"payment\";i:8;s:8:\"customer\";i:9;s:5:\"offer\";i:10;s:4:\"dark\";i:11;s:9:\"subscribe\";i:12;s:13:\"featured plan\";i:13;s:8:\"commerce\";}s:10:\"categories\";s:13:\"pricing-table\";s:14:\"all_categories\";a:1:{i:0;s:13:\"pricing-table\";}s:7:\"context\";N;s:5:\"order\";i:40;s:11:\"is_featured\";b:0;}i:319;a:11:{s:2:\"id\";s:36:\"9ac51f07-c45f-47dc-b23a-d363c84565c4\";s:4:\"slug\";s:15:\"pricing-table-5\";s:5:\"title\";s:15:\"pricing-table-5\";s:11:\"description\";s:15:\"pricing-table-5\";s:7:\"content\";s:17772:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Pricing\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg nfd-wb-pricing-table__pricing-table-5\" ><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"12px\",\"margin\":{\"bottom\":\"80px\"}}},\"layout\":{\"type\":\"default\"}} --><div class=\"wp-block-group\" style=\"margin-bottom:80px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"nfd-text-huge nfd-text-current md:nfd-no-br\"} --><h2 class=\"has-text-align-center nfd-text-huge nfd-text-current md:nfd-no-br\">Membership Plans</h2><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:columns {\"className\":\"nfd-gap-0\"} --><div class=\"nfd-gap-0 wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"top\"} --><div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"},\"metadata\":{\"name\":\"Pricing Item\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-gap-0 wp-block-group nfd-bg-surface nfd-theme-dark \"><!-- wp:group {\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}}},\"className\":\"nfd-p-card-lg nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-p-card-lg nfd-gap-lg wp-block-group\" style=\"border-bottom-width:1px\"><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h3 class=\"nfd-text-lg nfd-text-contrast wp-block-heading has-text-align-center\">Basic</h3><!-- /wp:heading --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":4,\"className\":\"nfd-text-contrast nfd-text-xl\"} --><h4 class=\"nfd-text-contrast nfd-text-xl wp-block-heading has-text-align-center\">$12</h4><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">One Month Free</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"verticalAlignment\":\"stretch\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"spacing\":{\"padding\":{\"left\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\"}}},\"className\":\"nfd-btn\"} --><div class=\"nfd-btn wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" style=\"padding-right:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\">Buy Basic</a></div><!-- /wp:button --></div><!-- /wp:buttons --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div><!-- /wp:group --><!-- wp:group {\"className\":\"is-style-default nfd-p-card-md nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"is-style-default nfd-p-card-md nfd-gap-xs wp-block-group\"><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"className\":\"nfd-text-base nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"},\"metadata\":{\"name\":\"Features\"}} --><div class=\"nfd-text-base nfd-gap-sm wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph --><p class=\"\">Includes:</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">No credit card</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">1 collaborator</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">500 requests</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">Authenticated API</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"top\"} --><div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"},\"metadata\":{\"name\":\"Pricing Item\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-gap-0 wp-block-group nfd-bg-surface nfd-theme-darker \"><!-- wp:group {\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}}},\"className\":\"nfd-p-card-lg nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-p-card-lg nfd-gap-lg wp-block-group\" style=\"border-bottom-width:1px\"><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h3 class=\"nfd-text-lg nfd-text-contrast wp-block-heading has-text-align-center\">Plus</h3><!-- /wp:heading --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":4,\"className\":\"nfd-text-contrast nfd-text-xl\"} --><h4 class=\"nfd-text-contrast nfd-text-xl wp-block-heading has-text-align-center\">$39</h4><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">Best Value</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"verticalAlignment\":\"stretch\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"spacing\":{\"padding\":{\"left\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\"}}},\"className\":\"nfd-btn\"} --><div class=\"nfd-btn wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" style=\"padding-right:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\">Buy Plus</a></div><!-- /wp:button --></div><!-- /wp:buttons --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div><!-- /wp:group --><!-- wp:group {\"className\":\"is-style-default nfd-p-card-md nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"is-style-default nfd-p-card-md nfd-gap-xs wp-block-group\"><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"className\":\"nfd-text-base nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"},\"metadata\":{\"name\":\"Features\"}} --><div class=\"nfd-text-base nfd-gap-sm wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph --><p class=\"\">Includes:</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">No credit card</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">3 collaborators</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">5,000 requests</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">Authenticated API</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"top\"} --><div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"},\"metadata\":{\"name\":\"Pricing Item\"},\"nfdGroupTheme\":\"dark\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-gap-0 wp-block-group nfd-bg-surface nfd-theme-dark \"><!-- wp:group {\"style\":{\"border\":{\"bottom\":{\"width\":\"1px\"}}},\"className\":\"nfd-p-card-lg nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-p-card-lg nfd-gap-lg wp-block-group\" style=\"border-bottom-width:1px\"><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h3 class=\"nfd-text-lg nfd-text-contrast wp-block-heading has-text-align-center\">Ultra</h3><!-- /wp:heading --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":4,\"className\":\"nfd-text-contrast nfd-text-xl\"} --><h4 class=\"nfd-text-contrast nfd-text-xl wp-block-heading has-text-align-center\">$99</h4><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">Unlimited Access</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"verticalAlignment\":\"stretch\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"spacing\":{\"padding\":{\"left\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\"}}},\"className\":\"nfd-btn\"} --><div class=\"nfd-btn wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" style=\"padding-right:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\">Buy Ultra</a></div><!-- /wp:button --></div><!-- /wp:buttons --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div><!-- /wp:group --><!-- wp:group {\"className\":\"is-style-default nfd-p-card-md nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"is-style-default nfd-p-card-md nfd-gap-xs wp-block-group\"><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"className\":\"nfd-text-base nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"},\"metadata\":{\"name\":\"Features\"}} --><div class=\"nfd-text-base nfd-gap-sm wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph --><p class=\"\">Includes:</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">No credit card</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">3 collaborators</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">5,000 requests</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">Authenticated API</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-base nfd-text-faded nfd-text-balance\"} --><p class=\"nfd-text-base nfd-text-faded nfd-text-balance has-text-align-center\">All pricing is in USD. You can cancel your account at any time. <br>All renewals are at full price.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:13:{i:0;s:7:\"package\";i:1;s:12:\"subscription\";i:2;s:10:\"membership\";i:3;s:8:\"3 column\";i:4;s:5:\"price\";i:5;s:6:\"bundle\";i:6;s:7:\"service\";i:7;s:7:\"payment\";i:8;s:8:\"customer\";i:9;s:5:\"offer\";i:10;s:4:\"dark\";i:11;s:9:\"subscribe\";i:12;s:8:\"commerce\";}s:10:\"categories\";s:13:\"pricing-table\";s:14:\"all_categories\";a:1:{i:0;s:13:\"pricing-table\";}s:7:\"context\";N;s:5:\"order\";i:50;s:11:\"is_featured\";b:0;}i:320;a:11:{s:2:\"id\";s:36:\"9ac51f07-cc0e-4785-ab37-cf4f234b295c\";s:4:\"slug\";s:15:\"pricing-table-6\";s:5:\"title\";s:15:\"pricing-table-6\";s:11:\"description\";s:15:\"pricing-table-6\";s:7:\"content\";s:18429:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Pricing\"},\"nfdGroupTheme\":\"light\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-light nfd-wb-pricing-table__pricing-table-6\" ><!-- wp:columns {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"style\":{\"border\":{\"width\":\"1px\"}},\"className\":\"nfd-rounded nfd-p-card-md nfd-shadow-xs nfd-gap-xl \",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"},\"metadata\":{\"name\":\"Pricing Item\"},\"nfdGroupTheme\":\"white\"} --><div class=\"nfd-rounded nfd-p-card-md nfd-shadow-xs nfd-gap-xl wp-block-group nfd-bg-surface nfd-theme-white \" style=\"border-width:1px\"><!-- wp:group {\"className\":\"nfd-text-balance nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-text-balance nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h3 class=\"nfd-text-lg nfd-text-contrast wp-block-heading\">Hobby</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">Everything you need to start a new business</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-balance nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"bottom\"}} --><div class=\"nfd-text-balance nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":4,\"style\":{\"typography\":{\"lineHeight\":\"1\"}},\"className\":\"nfd-text-xl nfd-text-contrast\"} --><h4 class=\"nfd-text-xl nfd-text-contrast wp-block-heading\" style=\"line-height:1\">$12</h4><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">/mo</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-base nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"},\"metadata\":{\"name\":\"Features\"}} --><div class=\"nfd-text-base nfd-gap-sm wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph --><p class=\"\">Includes:</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">No credit card</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">3 collaborators</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">Basic support</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"verticalAlignment\":\"stretch\",\"flexWrap\":\"nowrap\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"nfd-btn\"} --><div class=\"nfd-btn wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Buy Now</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"style\":{\"border\":{\"width\":\"1px\"}},\"className\":\"nfd-rounded nfd-p-card-md nfd-shadow-xs nfd-gap-xl \",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"},\"metadata\":{\"name\":\"Pricing Item\"},\"nfdGroupTheme\":\"white\"} --><div class=\"nfd-rounded nfd-p-card-md nfd-shadow-xs nfd-gap-xl wp-block-group nfd-bg-surface nfd-theme-white \" style=\"border-width:1px\"><!-- wp:group {\"className\":\"nfd-text-balance nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-text-balance nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h3 class=\"nfd-text-lg nfd-text-contrast wp-block-heading\">Freelancer</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">Everything you need to start a new business</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-balance nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"bottom\"}} --><div class=\"nfd-text-balance nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":4,\"style\":{\"typography\":{\"lineHeight\":\"1\"}},\"className\":\"nfd-text-xl nfd-text-contrast\"} --><h4 class=\"nfd-text-xl nfd-text-contrast wp-block-heading\" style=\"line-height:1\">$29</h4><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">/mo</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-base nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"},\"metadata\":{\"name\":\"Features\"}} --><div class=\"nfd-text-base nfd-gap-sm wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph --><p class=\"\">Includes:</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">No credit card</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">3 collaborators</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">Basic support</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">1,000 requests</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"verticalAlignment\":\"stretch\",\"flexWrap\":\"nowrap\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"nfd-btn\"} --><div class=\"nfd-btn wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Buy Now</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"style\":{\"border\":{\"width\":\"1px\"}},\"className\":\"nfd-rounded nfd-p-card-md nfd-shadow-xs nfd-gap-xl nfd-border-primary\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"},\"metadata\":{\"name\":\"Pricing Item\"},\"nfdGroupTheme\":\"white\"} --><div class=\"nfd-rounded nfd-p-card-md nfd-shadow-xs nfd-gap-xl wp-block-group nfd-bg-surface nfd-theme-white nfd-border-primary\" style=\"border-width:1px\"><!-- wp:group {\"className\":\"nfd-text-balance nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-text-balance nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h3 class=\"nfd-text-lg nfd-text-contrast wp-block-heading\">Startup</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">Everything you need to start a new business</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-balance nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"bottom\"}} --><div class=\"nfd-text-balance nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":4,\"style\":{\"typography\":{\"lineHeight\":\"1\"}},\"className\":\"nfd-text-xl nfd-text-contrast\"} --><h4 class=\"nfd-text-xl nfd-text-contrast wp-block-heading\" style=\"line-height:1\">$59</h4><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">/mo</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-base nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"},\"metadata\":{\"name\":\"Features\"}} --><div class=\"nfd-text-base nfd-gap-sm wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph --><p class=\"\">Includes:</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">No credit card</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">3 collaborators</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">Premium support</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">5,000 requests</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">3 admin users</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"verticalAlignment\":\"stretch\",\"flexWrap\":\"nowrap\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"nfd-btn\"} --><div class=\"nfd-btn wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Buy Now</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"style\":{\"border\":{\"width\":\"1px\"}},\"className\":\"nfd-rounded nfd-p-card-md nfd-shadow-xs nfd-gap-xl \",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"},\"metadata\":{\"name\":\"Pricing Item\"},\"nfdGroupTheme\":\"white\"} --><div class=\"nfd-rounded nfd-p-card-md nfd-shadow-xs nfd-gap-xl wp-block-group nfd-bg-surface nfd-theme-white \" style=\"border-width:1px\"><!-- wp:group {\"className\":\"nfd-text-balance nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-text-balance nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h3 class=\"nfd-text-lg nfd-text-contrast wp-block-heading\">Ultimate</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">Everything you need to start a new business</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-balance nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"bottom\"}} --><div class=\"nfd-text-balance nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":4,\"style\":{\"typography\":{\"lineHeight\":\"1\"}},\"className\":\"nfd-text-xl nfd-text-contrast\"} --><h4 class=\"nfd-text-xl nfd-text-contrast wp-block-heading\" style=\"line-height:1\">$99</h4><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">/mo</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-base nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"},\"metadata\":{\"name\":\"Features\"}} --><div class=\"nfd-text-base nfd-gap-sm wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph --><p class=\"\">Includes:</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">No credit card</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">3 collaborators</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">Premium support</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">15,000 requests</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"verticalAlignment\":\"stretch\",\"flexWrap\":\"nowrap\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"nfd-btn\"} --><div class=\"nfd-btn wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Buy Now</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:13:{i:0;s:7:\"package\";i:1;s:12:\"subscription\";i:2;s:10:\"membership\";i:3;s:8:\"4 column\";i:4;s:5:\"price\";i:5;s:6:\"bundle\";i:6;s:7:\"service\";i:7;s:7:\"payment\";i:8;s:8:\"customer\";i:9;s:5:\"offer\";i:10;s:4:\"dark\";i:11;s:9:\"subscribe\";i:12;s:8:\"commerce\";}s:10:\"categories\";s:13:\"pricing-table\";s:14:\"all_categories\";a:1:{i:0;s:13:\"pricing-table\";}s:7:\"context\";N;s:5:\"order\";i:60;s:11:\"is_featured\";b:1;}i:321;a:11:{s:2:\"id\";s:36:\"9ac51f07-d4af-4614-bba5-82691c5b1306\";s:4:\"slug\";s:15:\"pricing-table-7\";s:5:\"title\";s:15:\"pricing-table-7\";s:11:\"description\";s:15:\"pricing-table-7\";s:7:\"content\";s:14249:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Pricing\"},\"nfdGroupTheme\":\"light\",\"nfdGroupEffect\":\"dots\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-light nfd-bg-effect-dots nfd-wb-pricing-table__pricing-table-7\" ><!-- wp:group {\"className\":\"nfd-gap-sm nfd-text-balance\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"},\"nfdAnimation\":\"\",\"nfdAnimationDelay\":\"\"} --><div class=\"nfd-gap-sm nfd-text-balance wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"1px\"}},\"className\":\"nfd-text-primary\",\"fontSize\":\"x-small\",\"nfdAnimation\":\"\"} --><p class=\"nfd-text-primary has-text-align-center has-x-small-font-size\" style=\"font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Find a Plan</p><!-- /wp:paragraph --><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"nfd-text-huge nfd-text-contrast\",\"nfdAnimation\":\"\",\"nfdAnimationDelay\":\"\"} --><h2 class=\"nfd-text-huge nfd-text-contrast wp-block-heading has-text-align-center\">Pricing</h2><!-- /wp:heading --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"48px\",\"style\":{\"layout\":{}}} --><div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:columns {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"style\":{\"border\":{\"width\":\"1px\"}},\"className\":\"nfd-rounded nfd-p-card-md nfd-shadow-xs nfd-gap-xl \",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"},\"metadata\":{\"name\":\"Pricing Item\"},\"nfdGroupTheme\":\"white\"} --><div class=\"nfd-rounded nfd-p-card-md nfd-shadow-xs nfd-gap-xl wp-block-group nfd-bg-surface nfd-theme-white \" style=\"border-width:1px\"><!-- wp:group {\"className\":\"nfd-text-balance nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-text-balance nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h3 class=\"nfd-text-lg nfd-text-contrast wp-block-heading\">Basic</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">Everything you need to start a new business.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-balance nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"bottom\"}} --><div class=\"nfd-text-balance nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":4,\"style\":{\"typography\":{\"lineHeight\":\"1\"}},\"className\":\"nfd-text-xl nfd-text-contrast\"} --><h4 class=\"nfd-text-xl nfd-text-contrast wp-block-heading\" style=\"line-height:1\">$9</h4><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">per month</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-base nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"},\"metadata\":{\"name\":\"Features\"}} --><div class=\"nfd-text-base nfd-gap-sm wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">No Credit Card</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">3 Collaborators</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">5,000 requests</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">Basic Support</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"verticalAlignment\":\"stretch\",\"flexWrap\":\"nowrap\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"nfd-btn\"} --><div class=\"nfd-btn wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"style\":{\"border\":{\"width\":\"1px\"}},\"className\":\"nfd-rounded nfd-p-card-md nfd-shadow-xs nfd-gap-xl nfd-border-primary\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"},\"metadata\":{\"name\":\"Pricing Item\"},\"nfdGroupTheme\":\"white\"} --><div class=\"nfd-rounded nfd-p-card-md nfd-shadow-xs nfd-gap-xl wp-block-group nfd-bg-surface nfd-theme-white nfd-border-primary\" style=\"border-width:1px\"><!-- wp:group {\"className\":\"nfd-text-balance nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-text-balance nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h3 class=\"nfd-text-lg nfd-text-contrast wp-block-heading\">Plus</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">Everything in basic and more-advanced features</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-balance nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"bottom\"}} --><div class=\"nfd-text-balance nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":4,\"style\":{\"typography\":{\"lineHeight\":\"1\"}},\"className\":\"nfd-text-xl nfd-text-contrast\"} --><h4 class=\"nfd-text-xl nfd-text-contrast wp-block-heading\" style=\"line-height:1\">$19</h4><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">per month</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-base nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"},\"metadata\":{\"name\":\"Features\"}} --><div class=\"nfd-text-base nfd-gap-sm wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">No Credit Card</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">5 collaborators</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">10,000 requests</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">Prioritized support</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"verticalAlignment\":\"stretch\",\"flexWrap\":\"nowrap\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"nfd-btn\"} --><div class=\"nfd-btn wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\"} --><div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"style\":{\"border\":{\"width\":\"1px\"}},\"className\":\"nfd-rounded nfd-p-card-md nfd-shadow-xs nfd-gap-xl \",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"},\"metadata\":{\"name\":\"Pricing Item\"},\"nfdGroupTheme\":\"white\"} --><div class=\"nfd-rounded nfd-p-card-md nfd-shadow-xs nfd-gap-xl wp-block-group nfd-bg-surface nfd-theme-white \" style=\"border-width:1px\"><!-- wp:group {\"className\":\"nfd-text-balance nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-text-balance nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-lg nfd-text-contrast\"} --><h3 class=\"nfd-text-lg nfd-text-contrast wp-block-heading\">Premium</h3><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">Best for enterprise businesses with large teams and data</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-balance nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"bottom\"}} --><div class=\"nfd-text-balance nfd-gap-sm wp-block-group\"><!-- wp:heading {\"level\":4,\"style\":{\"typography\":{\"lineHeight\":\"1\"}},\"className\":\"nfd-text-xl nfd-text-contrast\"} --><h4 class=\"nfd-text-xl nfd-text-contrast wp-block-heading\" style=\"line-height:1\">$49</h4><!-- /wp:heading --><!-- wp:paragraph {\"className\":\"nfd-text-base nfd-text-faded\"} --><p class=\"nfd-text-base nfd-text-faded\">per month</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-text-base nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"},\"metadata\":{\"name\":\"Features\"}} --><div class=\"nfd-text-base nfd-gap-sm wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">No Credit Card</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">12 collaborators</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">25,000 requests</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-sm\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"},\"metadata\":{\"name\":\"Feature Item\"}} --><div class=\"nfd-gap-sm wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"\"}},\"className\":\"nfd-text-primary nfd-shrink-0\"} --><p class=\"nfd-text-primary nfd-shrink-0\">✓</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">24/7 support</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"verticalAlignment\":\"stretch\",\"flexWrap\":\"nowrap\"}} --><div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"nfd-btn\"} --><div class=\"nfd-btn wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div><!-- /wp:buttons --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:14:{i:0;s:7:\"package\";i:1;s:12:\"subscription\";i:2;s:10:\"membership\";i:3;s:8:\"3 column\";i:4;s:5:\"price\";i:5;s:6:\"bundle\";i:6;s:7:\"service\";i:7;s:7:\"payment\";i:8;s:8:\"customer\";i:9;s:5:\"offer\";i:10;s:4:\"dark\";i:11;s:9:\"subscribe\";i:12;s:4:\"dots\";i:13;s:8:\"commerce\";}s:10:\"categories\";s:13:\"pricing-table\";s:14:\"all_categories\";a:1:{i:0;s:13:\"pricing-table\";}s:7:\"context\";N;s:5:\"order\";i:70;s:11:\"is_featured\";b:0;}i:322;a:11:{s:2:\"id\";s:36:\"9ac51f08-2e09-4430-a512-169a1f87f186\";s:4:\"slug\";s:15:\"testimonials-10\";s:5:\"title\";s:15:\"testimonials-10\";s:11:\"description\";s:15:\"testimonials-10\";s:7:\"content\";s:3388:\"<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-wb-testimonials__testimonials-10\" ><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"className\":\"nfd-rounded-lg nfd-overflow-hidden\"} --><div	class=\"nfd-rounded-lg nfd-overflow-hidden wp-block-columns\"	style=\"padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0\"	><!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}}} --><div class=\"wp-block-column is-vertically-aligned-stretch\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:group {\"style\":{\"dimensions\":{\"minHeight\":\"100%\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"wp-block-group\" style=\"min-height:100%\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"100%\"}},\"className\":\"nfd-h-full nfd-w-full\"} --><figure class=\"nfd-h-full nfd-w-full wp-block-image size-large\"><img	src=\"https://images.unsplash.com/photo-1731496658386-f743fbb3cf95?w=1200&fit=crop&w=1200&h=1200&crop=\"	alt=\"\"	style=\"aspect-ratio: 1; object-fit: cover\"	/></figure><!-- /wp:image --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"stretch\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-stretch\"><!-- wp:group {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.3\"},\"dimensions\":{\"minHeight\":\"100%\"}},\"className\":\"nfd-text-lg nfd-p-card-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"dark\"} --><div class=\"nfd-text-lg nfd-p-card-lg wp-block-group nfd-bg-surface nfd-theme-dark\" style=\"min-height:100%;font-style:normal;font-weight:400;line-height:1.3\"><!-- wp:group {\"className\":\"nfd-text-balance\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-text-balance wp-block-group\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fab906\"},\"typography\":{\"letterSpacing\":\"2px\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-color\" style=\"color:#fab906;letter-spacing:2px\">★★★★★</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">The drag and drop interface made it so easy to build the website, even though I don\'t have any coding experience. <br/><br/>The customizable templates were also a great starting point, and I was able to create a website that truly reflected my brand.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height: 0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"className\":\"nfd-text-md nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-text-md nfd-gap-0 wp-block-group\"><!-- wp:paragraph --><p class=\"\">Ricardo Guzman</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-sm nfd-text-faded\"} --><p class=\"nfd-text-sm nfd-text-faded\">Owner, Elevated Grain Bakery</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:13:{i:0;s:7:\"reviews\";i:1;s:8:\"feedback\";i:2;s:7:\"ratings\";i:3;s:7:\"clients\";i:4;s:8:\"customer\";i:5;s:16:\"user testimonial\";i:6;s:14:\"review section\";i:7;s:4:\"dark\";i:8;s:10:\"user image\";i:9;s:12:\"star ratings\";i:10;s:7:\"comment\";i:11;s:11:\"endorsement\";i:12;s:4:\"info\";}s:10:\"categories\";s:12:\"testimonials\";s:14:\"all_categories\";a:1:{i:0;s:12:\"testimonials\";}s:7:\"context\";N;s:5:\"order\";i:100;s:11:\"is_featured\";b:0;}i:323;a:11:{s:2:\"id\";s:36:\"9ac51f08-36a8-451a-b98f-f2ee9e52f22b\";s:4:\"slug\";s:15:\"testimonials-11\";s:5:\"title\";s:15:\"testimonials-11\";s:11:\"description\";s:15:\"testimonials-11\";s:7:\"content\";s:2228:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Testimonial\"},\"nfdGroupTheme\":\"dark\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg is-style-nfd-theme-dark nfd-wb-testimonials__testimonials-11\" ><!-- wp:group {\"className\":\"nfd-text-pretty nfd-max-w-prose nfd-text-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"nfd-text-pretty nfd-max-w-prose nfd-text-lg wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"}}} --><p class=\"has-text-align-left \" style=\"font-style:normal;font-weight:400\">My experience at the restaurant was great. The food was delicious, the service was excellent, and the atmosphere was cozy and inviting.</p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-text-base\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} --><div class=\"nfd-text-base wp-block-group \"><!-- wp:group {\"className\":\"nfd-gap-sm nfd-text-base\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"metadata\":{\"name\":\"Author\"}} --><div class=\"nfd-gap-sm nfd-text-base wp-block-group\"><!-- wp:image {\"width\":\"40px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"is-style-rounded is-resized\"} --><figure class=\"is-style-rounded is-resized wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1610631066894-62452ccb927c?w=200&fit=crop&w=200&h=200&crop=faces\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover;width:40px\"/></figure><!-- /wp:image --><!-- wp:paragraph --><p class=\"\"><strong>Poppy Mitchell</strong></p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded\"} --><p class=\"nfd-text-faded\">/</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-faded nfd-text-sm\"} --><p class=\"nfd-text-faded nfd-text-sm\">ACME Company</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fab906\"},\"typography\":{\"letterSpacing\":\"2px\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-color\" style=\"color:#fab906;letter-spacing:2px\">★★★★★</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:12:{i:0;s:7:\"reviews\";i:1;s:8:\"feedback\";i:2;s:7:\"ratings\";i:3;s:7:\"clients\";i:4;s:8:\"customer\";i:5;s:16:\"user testimonial\";i:6;s:14:\"review section\";i:7;s:4:\"dark\";i:8;s:15:\"client feedback\";i:9;s:7:\"comment\";i:10;s:11:\"endorsement\";i:11;s:4:\"info\";}s:10:\"categories\";s:12:\"testimonials\";s:14:\"all_categories\";a:1:{i:0;s:12:\"testimonials\";}s:7:\"context\";N;s:5:\"order\";i:110;s:11:\"is_featured\";b:0;}i:324;a:11:{s:2:\"id\";s:36:\"9ac51f08-3f9b-4840-8d1e-76ae2a92070a\";s:4:\"slug\";s:15:\"testimonials-12\";s:5:\"title\";s:15:\"testimonials-12\";s:11:\"description\";s:15:\"testimonials-12\";s:7:\"content\";s:9008:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Testimonials\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md is-style-nfd-theme-white nfd-wb-testimonials__testimonials-12\" ><!-- wp:columns --><div class=\"wp-block-columns\"><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-rounded nfd-text-balance nfd-p-card-md nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"metadata\":{\"name\":\"Testimonial\"},\"nfdGroupTheme\":\"light\"} --><div class=\"nfd-theme-light nfd-bg-surface nfd-rounded nfd-text-balance nfd-p-card-md nfd-gap-md wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-balance\"} --><p class=\"nfd-text-balance\"><strong>A Taste of Italy in Every Bite</strong></p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-pl-offset-md nfd-text-balance nfd-text-base\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-pl-offset-md nfd-text-balance nfd-text-base wp-block-group\" ><!-- wp:paragraph --><p class=\"\">The Margherita pizza was a culinary trip to Italy itself. The freshness of the ingredients shone through. <br><br>Definitely five stars!</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fab906\"},\"typography\":{\"letterSpacing\":\"2px\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-color\" style=\"color:#fab906;letter-spacing:2px\">John S.</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-base\"} --><p class=\"nfd-text-base has-text-align-left\">João da Silva</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-rounded nfd-text-balance nfd-p-card-md nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"metadata\":{\"name\":\"Testimonial\"},\"nfdGroupTheme\":\"light\"} --><div class=\"nfd-theme-light nfd-bg-surface nfd-rounded nfd-text-balance nfd-p-card-md nfd-gap-md wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-balance\"} --><p class=\"nfd-text-balance\"><strong>From the moment I walked in, it felt like a rustic Italian villa. The pasta carbonara was authentic and incredibly flavorful.</strong></p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-pl-offset-md nfd-text-balance nfd-text-base\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-pl-offset-md nfd-text-balance nfd-text-base wp-block-group\" ><!-- wp:paragraph --><p class=\"\">Emily T.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fab906\"},\"typography\":{\"letterSpacing\":\"2px\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-color\" style=\"color:#fab906;letter-spacing:2px\">Lisa R.</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-base\"} --><p class=\"nfd-text-base has-text-align-left\">Zachary Allen</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-rounded nfd-text-balance nfd-p-card-md nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"metadata\":{\"name\":\"Testimonial\"},\"nfdGroupTheme\":\"light\"} --><div class=\"nfd-theme-light nfd-bg-surface nfd-rounded nfd-text-balance nfd-p-card-md nfd-gap-md wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-balance\"} --><p class=\"nfd-text-balance\"><strong>Elsa G.</strong></p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-pl-offset-md nfd-text-balance nfd-text-base\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-pl-offset-md nfd-text-balance nfd-text-base wp-block-group\" ><!-- wp:paragraph --><p class=\"\">Marcus L.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fab906\"},\"typography\":{\"letterSpacing\":\"2px\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-color\" style=\"color:#fab906;letter-spacing:2px\">Tried the four-cheese ravioli and it was a medley of flavors that worked so well together.<br/><br/>Truly exceptional.</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-base\"} --><p class=\"nfd-text-base has-text-align-left\">Morgan Taylor</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column --><div class=\"wp-block-column\"><!-- wp:group {\"className\":\"nfd-rounded nfd-text-balance nfd-p-card-md nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"metadata\":{\"name\":\"Testimonial\"},\"nfdGroupTheme\":\"light\"} --><div class=\"nfd-theme-light nfd-bg-surface nfd-rounded nfd-text-balance nfd-p-card-md nfd-gap-md wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-balance\"} --><p class=\"nfd-text-balance\"><strong>Unforgettable Dining Experience</strong></p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-pl-offset-md nfd-text-balance nfd-text-base\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-pl-offset-md nfd-text-balance nfd-text-base wp-block-group\" ><!-- wp:paragraph --><p class=\"\">Culinary Perfection</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fab906\"},\"typography\":{\"letterSpacing\":\"2px\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-color\" style=\"color:#fab906;letter-spacing:2px\">A Symphony of Flavors</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-base\"} --><p class=\"nfd-text-base has-text-align-left\">The spaghetti and meatballs tasted like something out of an Italian grandma\'s kitchen. Pure comfort food.</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-rounded nfd-text-balance nfd-p-card-md nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"metadata\":{\"name\":\"Testimonial\"},\"nfdGroupTheme\":\"light\"} --><div class=\"nfd-theme-light nfd-bg-surface nfd-rounded nfd-text-balance nfd-p-card-md nfd-gap-md wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-balance\"} --><p class=\"nfd-text-balance\"><strong>Unforgettable weekend</strong></p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-pl-offset-md nfd-text-balance nfd-text-base\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-pl-offset-md nfd-text-balance nfd-text-base wp-block-group\" ><!-- wp:paragraph --><p class=\"\">Clients can\'t stop praising our beautiful websites demo. The organization and amazing food-conference has everyone talking.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fab906\"},\"typography\":{\"letterSpacing\":\"2px\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-color\" style=\"color:#fab906;letter-spacing:2px\">★★★★★</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-base\"} --><p class=\"nfd-text-base has-text-align-left\">Matthew Evans</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-rounded nfd-text-balance nfd-p-card-md nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"metadata\":{\"name\":\"Testimonial\"},\"nfdGroupTheme\":\"light\"} --><div class=\"nfd-theme-light nfd-bg-surface nfd-rounded nfd-text-balance nfd-p-card-md nfd-gap-md wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-balance\"} --><p class=\"nfd-text-balance\"><strong>Unforgettable weekend</strong></p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-pl-offset-md nfd-text-balance nfd-text-base\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-pl-offset-md nfd-text-balance nfd-text-base wp-block-group\" ><!-- wp:paragraph --><p class=\"\">Clients can\'t stop praising our beautiful websites demo. The organization and amazing food-conference has everyone talking.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fab906\"},\"typography\":{\"letterSpacing\":\"2px\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-color\" style=\"color:#fab906;letter-spacing:2px\">★★★★★</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-base\"} --><p class=\"nfd-text-base has-text-align-left\">Henry Martin</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:16:{i:0;s:7:\"reviews\";i:1;s:8:\"feedback\";i:2;s:7:\"ratings\";i:3;s:7:\"clients\";i:4;s:8:\"customer\";i:5;s:16:\"user testimonial\";i:6;s:12:\"star ratings\";i:7;s:15:\"client feedback\";i:8;s:14:\"review section\";i:9;s:17:\"testimonial cards\";i:10;s:12:\"review cards\";i:11;s:9:\"2 columns\";i:12;s:19:\"customer experience\";i:13;s:7:\"comment\";i:14;s:11:\"endorsement\";i:15;s:4:\"info\";}s:10:\"categories\";s:12:\"testimonials\";s:14:\"all_categories\";a:1:{i:0;s:12:\"testimonials\";}s:7:\"context\";N;s:5:\"order\";i:120;s:11:\"is_featured\";b:0;}i:325;a:11:{s:2:\"id\";s:36:\"9ac51f08-4812-474b-b68e-47adb33759a8\";s:4:\"slug\";s:15:\"testimonials-13\";s:5:\"title\";s:15:\"testimonials-13\";s:11:\"description\";s:15:\"testimonials-13\";s:7:\"content\";s:3536:\"<!-- wp:group {\"metadata\":{\"name\":\"Testimonials Social Proof\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-wb-testimonials__testimonials-13\" ><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} --><div class=\"wp-block-group \"><!-- wp:group {\"style\":{\"border\":{\"width\":\"1px\"}},\"className\":\"nfd-shadow-xs nfd-rounded-lg nfd-p-card-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"},\"nfdGroupTheme\":\"white\"} --><div class=\"nfd-shadow-xs nfd-rounded-lg nfd-p-card-md wp-block-group nfd-bg-surface nfd-theme-white\" style=\"border-width:1px\"><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fab906\"},\"typography\":{\"letterSpacing\":\"2px\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-color\" style=\"color:#fab906;letter-spacing:2px\">★★★★<mark style=\"background-color:rgba(0, 0, 0, 0);color:#c3c3c3\" class=\"has-inline-color\">★</mark></p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"center\",\"className\":\"nfd-text-sm nfd-text-surface-foreground\"} --><p class=\"nfd-text-sm nfd-text-surface-foreground has-text-align-center\"><strong>4.3 stars from 800+ reviews</strong></p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-overlap-x nfd-border-bg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"metadata\":{\"name\":\"Stacked Images\"}} --><div class=\"nfd-overlap-x nfd-border-bg wp-block-group\"><!-- wp:image {\"width\":\"50px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"width\":\"2px\"}},\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-large is-resized has-custom-border\"><img src=\"https://images.unsplash.com/photo-1712085212000-10c7a40b7b16?w=120&fit=crop&w=120&h=120&crop=faces\" alt=\"\" style=\"border-width:2px;aspect-ratio:1;object-fit:cover;width:50px\"/></figure><!-- /wp:image --><!-- wp:image {\"width\":\"50px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"width\":\"2px\"}},\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-large is-resized has-custom-border\"><img src=\"https://images.unsplash.com/photo-1550480082-dd9c35032f45?w=120&fit=crop&w=120&h=120&crop=faces\" alt=\"\" style=\"border-width:2px;aspect-ratio:1;object-fit:cover;width:50px\"/></figure><!-- /wp:image --><!-- wp:image {\"width\":\"50px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"width\":\"2px\"}},\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-large is-resized has-custom-border\"><img src=\"https://images.unsplash.com/photo-1611608822772-43a28a830759?w=120&fit=crop&w=120&h=120&crop=faces\" alt=\"\" style=\"border-width:2px;aspect-ratio:1;object-fit:cover;width:50px\"/></figure><!-- /wp:image --><!-- wp:image {\"width\":\"50px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"width\":\"2px\"}},\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-large is-resized has-custom-border\"><img src=\"https://images.unsplash.com/photo-1551837478-bf7d2909fd95?w=120&fit=crop&w=120&h=120&crop=faces\" alt=\"\" style=\"border-width:2px;aspect-ratio:1;object-fit:cover;width:50px\"/></figure><!-- /wp:image --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:13:{i:0;s:7:\"reviews\";i:1;s:8:\"feedback\";i:2;s:7:\"ratings\";i:3;s:7:\"clients\";i:4;s:8:\"customer\";i:5;s:16:\"user testimonial\";i:6;s:14:\"review section\";i:7;s:11:\"star rating\";i:8;s:13:\"client review\";i:9;s:19:\"testimonial section\";i:10;s:7:\"comment\";i:11;s:11:\"endorsement\";i:12;s:4:\"info\";}s:10:\"categories\";s:12:\"testimonials\";s:14:\"all_categories\";a:1:{i:0;s:12:\"testimonials\";}s:7:\"context\";N;s:5:\"order\";i:130;s:11:\"is_featured\";b:0;}i:326;a:11:{s:2:\"id\";s:36:\"9f8e048f-0b81-44ce-bf93-bab783bdf59a\";s:4:\"slug\";s:15:\"testimonials-14\";s:5:\"title\";s:15:\"testimonials-14\";s:11:\"description\";s:15:\"testimonials-14\";s:7:\"content\";s:7289:\"<!-- wp:group {\"metadata\":{\"name\":\"Testimonials Social Proof\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-wb-testimonials__testimonials-14\" ><!-- wp:group {\"className\":\"nfd-gap-md\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-md wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\"} --><h2 class=\"wp-block-heading has-text-align-center\">Read reviews, buy with confidence.</h2><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\"} --><p class=\"has-text-align-center\">4.8/5 - Excellent | 567 reviews</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Testimonials\"},\"className\":\"nfd-py-md\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-py-md wp-block-group\"><!-- wp:columns --><div class=\"wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"stretch\"} --><div class=\"wp-block-column is-vertically-aligned-stretch\"><!-- wp:group {\"className\":\"nfd-theme-light nfd-bg-surface nfd-rounded nfd-text-balance nfd-p-card-md nfd-gap-md is-style-nfd-theme-light\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"nfdGroupTheme\":\"light\"} --><div class=\"nfd-theme-light nfd-bg-surface nfd-rounded nfd-text-balance nfd-p-card-md nfd-gap-md is-style-nfd-theme-light wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-balance\"} --><p class=\"nfd-text-balance\"><strong>Excellent</strong></p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-text-balance nfd-text-base\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-text-balance nfd-text-base wp-block-group\"><!-- wp:paragraph --><p class=\"\">We were really impressed by the quality of service and commitment shown by the the legal team.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"wp-block-group\"><!-- wp:image {\"width\":\"70px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-full is-resized\"><img src=\"https://images.unsplash.com/photo-1573497619951-6c9477fb83b4?w=200&fit=crop&w=200&h=200&crop=faces\" alt=\"\" style=\"width:70px; aspect-ratio: 1; object-fit: cover;\"/></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fab906\"},\"typography\":{\"letterSpacing\":\"2px\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-color\" style=\"color:#fab906;letter-spacing:2px\">★★★★★</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-base\"} --><p class=\"nfd-text-base has-text-align-left\">Ishita Kapoor</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"stretch\"} --><div class=\"wp-block-column is-vertically-aligned-stretch\"><!-- wp:group {\"className\":\"nfd-theme-light nfd-bg-surface nfd-rounded nfd-text-balance nfd-p-card-md nfd-gap-md is-style-nfd-theme-light\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"nfdGroupTheme\":\"light\"} --><div class=\"nfd-theme-light nfd-bg-surface nfd-rounded nfd-text-balance nfd-p-card-md nfd-gap-md is-style-nfd-theme-light wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-balance\"} --><p class=\"nfd-text-balance\"><strong>Highly Recommended</strong></p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-text-balance nfd-text-base\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-text-balance nfd-text-base wp-block-group\"><!-- wp:paragraph --><p class=\"\">They took care of all the legal matters for our business, allowing us to focus on growth and success.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"wp-block-group\"><!-- wp:image {\"width\":\"70px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-full is-resized\"><img src=\"https://images.unsplash.com/photo-1519085360753-af0119f7cbe7?w=200&fit=crop&w=200&h=200&crop=faces\" alt=\"\" style=\"width:70px; aspect-ratio: 1; object-fit: cover;\"/></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fab906\"},\"typography\":{\"letterSpacing\":\"2px\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-color\" style=\"color:#fab906;letter-spacing:2px\">★★★★★</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-base\"} --><p class=\"nfd-text-base has-text-align-left\">Brian Szymanski</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"stretch\"} --><div class=\"wp-block-column is-vertically-aligned-stretch\"><!-- wp:group {\"className\":\"nfd-theme-light nfd-bg-surface nfd-rounded nfd-text-balance nfd-p-card-md nfd-gap-md is-style-nfd-theme-light\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"nfdGroupTheme\":\"light\"} --><div class=\"nfd-theme-light nfd-bg-surface nfd-rounded nfd-text-balance nfd-p-card-md nfd-gap-md is-style-nfd-theme-light wp-block-group\"><!-- wp:paragraph {\"className\":\"nfd-text-balance\"} --><p class=\"nfd-text-balance\"><strong>Outstanding client feedback</strong></p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-text-balance nfd-text-base\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"nfd-text-balance nfd-text-base wp-block-group\"><!-- wp:paragraph --><p class=\"\">Our company was able to generate an unprecedented number of new leads thanks to this event.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} --><div class=\"wp-block-group\"><!-- wp:image {\"width\":\"70px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-full is-resized\"><img src=\"https://images.unsplash.com/photo-1573497161161-c3e73707e25c?w=200&fit=crop&w=200&h=200&crop=faces\" alt=\"\" style=\"width:70px; aspect-ratio: 1; object-fit: cover;\"/></figure><!-- /wp:image --><!-- wp:group {\"className\":\"nfd-gap-xs\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-xs wp-block-group\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fab906\"},\"typography\":{\"letterSpacing\":\"2px\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-color\" style=\"color:#fab906;letter-spacing:2px\">★★★★★</p><!-- /wp:paragraph --><!-- wp:paragraph {\"align\":\"left\",\"className\":\"nfd-text-base\"} --><p class=\"nfd-text-base has-text-align-left\">LaToya Lewis</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:12:\"testimonials\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:140;s:11:\"is_featured\";b:0;}i:327;a:11:{s:2:\"id\";s:36:\"9f8e048f-13ba-46a7-8ae7-5d7c4ba632a6\";s:4:\"slug\";s:15:\"testimonials-15\";s:5:\"title\";s:15:\"testimonials-15\";s:11:\"description\";s:15:\"testimonials-15\";s:7:\"content\";s:6455:\"<!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Testimonials Social Proof\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md is-style-nfd-theme-white nfd-wb-testimonials__testimonials-15\" ><!-- wp:group {\"className\":\"nfd-p-md\",\"metadata\":{\"name\":\"Testimonials Social Proof\"},\"nfdGroupTheme\":\"white\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-md is-style-nfd-theme-white\" ><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"className\":\"nfd-rounded-lg nfd-overflow-hidden\"} --><div	class=\"nfd-rounded-lg nfd-overflow-hidden wp-block-columns\"	style=\"padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0\"	><!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}}} --><div class=\"wp-block-column is-vertically-aligned-stretch\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:group {\"style\":{\"dimensions\":{\"minHeight\":\"100%\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"wp-block-group\" style=\"min-height:100%\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"100%\"}},\"className\":\"nfd-h-full nfd-w-full\"} --><figure class=\"nfd-h-full nfd-w-full wp-block-image size-large\"><img	src=\"https://images.unsplash.com/photo-1507081323647-4d250478b919?w=1200&fit=crop&w=1200&h=1200&crop=\"	alt=\"\"	style=\"aspect-ratio: 1; object-fit: cover\"	/></figure><!-- /wp:image --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"stretch\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-stretch\"><!-- wp:group {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.3\"},\"dimensions\":{\"minHeight\":\"100%\"}},\"className\":\"nfd-text-lg nfd-p-card-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"white\"} --><div class=\"nfd-text-lg nfd-p-card-lg wp-block-group nfd-bg-surface nfd-theme-white\" style=\"min-height:100%;font-style:normal;font-weight:400;line-height:1.3\"><!-- wp:group {\"className\":\"nfd-text-balance\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-text-balance wp-block-group\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fab906\"},\"typography\":{\"letterSpacing\":\"2px\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-color\" style=\"color:#fab906;letter-spacing:2px\">★★★★★</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">I\'m truly grateful for the exceptional legal support I received from the firm. Their expertise, dedication, and professionalism made a significant\ndifference in my case. <br /><br />Highly recommended.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height: 0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"className\":\"nfd-text-md nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-text-md nfd-gap-0 wp-block-group\"><!-- wp:paragraph --><p class=\"\">João da Silva</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-sm nfd-text-faded\"} --><p class=\"nfd-text-sm nfd-text-faded\">ACME Company</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} --><div class=\"nfd-gap-lg wp-block-group\"><!-- wp:group {\"className\":\"nfd-overlap-x nfd-border-bg\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"},\"metadata\":{\"name\":\"Stacked Images\"}} --><div class=\"nfd-overlap-x nfd-border-bg wp-block-group\"><!-- wp:image {\"width\":\"50px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"width\":\"2px\"}},\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-large is-resized has-custom-border\"><img src=\"https://images.unsplash.com/photo-1670852077053-6f9a8b3b0d75?w=120&fit=crop&w=120&h=120&crop=faces\" alt=\"\" style=\"border-width:2px;aspect-ratio:1;object-fit:cover;width:50px\"/></figure><!-- /wp:image --><!-- wp:image {\"width\":\"50px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"width\":\"2px\"}},\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-large is-resized has-custom-border\"><img src=\"https://images.unsplash.com/photo-1584043720379-b56cd9199c94?w=120&fit=crop&w=120&h=120&crop=faces\" alt=\"\" style=\"border-width:2px;aspect-ratio:1;object-fit:cover;width:50px\"/></figure><!-- /wp:image --><!-- wp:image {\"width\":\"50px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"width\":\"2px\"}},\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-large is-resized has-custom-border\"><img src=\"https://images.unsplash.com/photo-1594170205316-52072317f0f6?w=120&fit=crop&w=120&h=120&crop=faces\" alt=\"\" style=\"border-width:2px;aspect-ratio:1;object-fit:cover;width:50px\"/></figure><!-- /wp:image --><!-- wp:image {\"width\":\"50px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"width\":\"2px\"}},\"className\":\"is-style-rounded\"} --><figure class=\"is-style-rounded wp-block-image size-large is-resized has-custom-border\"><img src=\"https://images.unsplash.com/photo-1559526323-cb2f2fe2591b?w=120&fit=crop&w=120&h=120&crop=faces\" alt=\"\" style=\"border-width:2px;aspect-ratio:1;object-fit:cover;width:50px\"/></figure><!-- /wp:image --></div><!-- /wp:group --><!-- wp:group {\"className\":\"nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-gap-0 wp-block-group\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fab906\"},\"typography\":{\"letterSpacing\":\"2px\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-color\" style=\"color:#fab906;letter-spacing:2px\">★★★★★</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-base\"} --><p class=\"nfd-text-base\"><strong>4.4</strong> from 1,400+ customers</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:12:\"testimonials\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:150;s:11:\"is_featured\";b:0;}i:328;a:11:{s:2:\"id\";s:36:\"9f8e048f-1c1c-4bc2-b198-3d9cf3bdc814\";s:4:\"slug\";s:15:\"testimonials-16\";s:5:\"title\";s:15:\"testimonials-16\";s:11:\"description\";s:15:\"testimonials-16\";s:7:\"content\";s:3371:\"<!-- wp:group {\"metadata\":{\"name\":\"Testimonials Social Proof\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-wb-testimonials__testimonials-16\" ><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"className\":\"nfd-rounded-lg nfd-overflow-hidden\"} --><div	class=\"nfd-rounded-lg nfd-overflow-hidden wp-block-columns\"	style=\"padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0\"	><!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}}} --><div class=\"wp-block-column is-vertically-aligned-stretch\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:group {\"style\":{\"dimensions\":{\"minHeight\":\"100%\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} --><div class=\"wp-block-group\" style=\"min-height:100%\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"100%\"}},\"className\":\"nfd-h-full nfd-w-full\"} --><figure class=\"nfd-h-full nfd-w-full wp-block-image size-large\"><img	src=\"https://images.unsplash.com/photo-1573497161161-c3e73707e25c?w=1200&fit=crop&w=1200&h=1200&crop=\"	alt=\"\"	style=\"aspect-ratio: 1; object-fit: cover\"	/></figure><!-- /wp:image --></div><!-- /wp:group --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"stretch\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} --><div class=\"wp-block-column is-vertically-aligned-stretch\"><!-- wp:group {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.3\"},\"dimensions\":{\"minHeight\":\"100%\"}},\"className\":\"nfd-text-lg nfd-p-card-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\"},\"nfdGroupTheme\":\"white\"} --><div class=\"nfd-text-lg nfd-p-card-lg wp-block-group nfd-bg-surface nfd-theme-white\" style=\"min-height:100%;font-style:normal;font-weight:400;line-height:1.3\"><!-- wp:group {\"className\":\"nfd-text-balance\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-text-balance wp-block-group\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fab906\"},\"typography\":{\"letterSpacing\":\"2px\"}},\"className\":\"nfd-text-md\"} --><p class=\"nfd-text-md has-text-color\" style=\"color:#fab906;letter-spacing:2px\">★★★★★</p><!-- /wp:paragraph --><!-- wp:paragraph --><p class=\"\">I\'m truly grateful for the exceptional legal support I received from the firm. Their expertise, dedication, and professionalism made a significant\ndifference in my case. <br /><br />Highly recommended.</p><!-- /wp:paragraph --></div><!-- /wp:group --><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} --><div style=\"height: 0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div><!-- /wp:spacer --><!-- wp:group {\"className\":\"nfd-text-md nfd-gap-0\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} --><div class=\"nfd-text-md nfd-gap-0 wp-block-group\"><!-- wp:paragraph --><p class=\"\">Grace Turner</p><!-- /wp:paragraph --><!-- wp:paragraph {\"className\":\"nfd-text-sm nfd-text-faded\"} --><p class=\"nfd-text-sm nfd-text-faded\">ACME Company</p><!-- /wp:paragraph --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:12:\"testimonials\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:160;s:11:\"is_featured\";b:0;}i:329;a:11:{s:2:\"id\";s:36:\"9f8e048f-2714-45ed-912b-76d33f1b720a\";s:4:\"slug\";s:15:\"testimonials-17\";s:5:\"title\";s:15:\"testimonials-17\";s:11:\"description\";s:15:\"testimonials-17\";s:7:\"content\";s:3484:\"<!-- wp:group {\"className\":\"nfd-p-lg\",\"metadata\":{\"name\":\"Testimonials\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-lg nfd-wb-testimonials__testimonials-17\" ><!-- wp:group {\"metadata\":{\"name\":\"Awards\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\"} --><h2 class=\"wp-block-heading has-text-align-center\">Our Awards</h2><!-- /wp:heading --><!-- wp:paragraph {\"align\":\"center\"} --><p class=\"has-text-align-center\">Urnas amet ubitant tortors mattis interdum urnays. <br>Sagittis attitor cursus rutrum scelerisques glatea tempore placerat aliquam erat.</p><!-- /wp:paragraph --><!-- wp:group {\"className\":\"nfd-pt-sm\", \"metadata\":{\"name\":\"Features\"},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"},\"nfdGroupTheme\":\"\"} --><div class=\"wp-block-group nfd-pt-sm\"><!-- wp:columns {\"className\":\"nfd-gap-3xl\"} --><div class=\"nfd-gap-3xl wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"25%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:25%\"><!-- wp:image {\"width\":\"120px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} --><figure class=\"wp-block-image aligncenter size-full is-resized\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/icon-award.webp\" alt=\"\" style=\"width:120px;height:auto\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"25%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:25%\"><!-- wp:image {\"width\":\"120px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} --><figure class=\"wp-block-image aligncenter size-full is-resized\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/icon-award.webp\" alt=\"\" style=\"width:120px;height:auto\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"25%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:25%\"><!-- wp:image {\"width\":\"120px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} --><figure class=\"wp-block-image aligncenter size-full is-resized\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/icon-award.webp\" alt=\"\" style=\"width:120px;height:auto\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"25%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:25%\"><!-- wp:image {\"width\":\"120px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} --><figure class=\"wp-block-image aligncenter size-full is-resized\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/icon-award.webp\" alt=\"\" style=\"width:120px;height:auto\"/></figure><!-- /wp:image --></div><!-- /wp:column --><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"25%\"} --><div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:25%\"><!-- wp:image {\"width\":\"120px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} --><figure class=\"wp-block-image aligncenter size-full is-resized\"><img src=\"https://patterns.hiive.cloud/cdn/assets/images/icon-award.webp\" alt=\"\" style=\"width:120px;height:auto\"/></figure><!-- /wp:image --></div><!-- /wp:column --></div><!-- /wp:columns --></div><!-- /wp:group --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:12:\"testimonials\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:170;s:11:\"is_featured\";b:0;}i:330;a:11:{s:2:\"id\";s:36:\"9f8e048f-2fcd-49b9-a00d-663fd46913ff\";s:4:\"slug\";s:19:\"table-of-contents-1\";s:5:\"title\";s:19:\"table-of-contents-1\";s:11:\"description\";s:19:\"table-of-contents-1\";s:7:\"content\";s:1048:\"<!-- wp:group {\"className\":\"nfd-p-card-lg\",\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"56px\",\"bottom\":\"56px\"}}},\"metadata\":{\"name\":\"Table of Contents\"},\"nfdGroupTheme\":\"white\",\"nfdGroupEffect\":\"grid-2\",\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group alignfull nfd-container nfd-p-card-lg is-style-nfd-theme-white nfd-bg-effect-grid-2 nfd-wb-text__table-of-contents-1\" style=\"margin-top:56px;margin-bottom:56px;\"><!-- wp:group {\"className\":\"nfd-p-card-md nfd-rounded nfd-shadow-xs nfd-max-w-prose nfd-theme-white nfd-bg-surface is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} --><div class=\"nfd-p-card-md nfd-rounded nfd-shadow-xs nfd-max-w-prose nfd-theme-white nfd-bg-surface is-style-nfd-theme-white wp-block-group\"><!-- wp:yoast-seo/table-of-contents {\"className\":\"nfd-yoast-toc\"} --><div class=\"nfd-yoast-toc wp-block-yoast-seo-table-of-contents yoast-table-of-contents\"><h2>Table of contents</h2></div><!-- /wp:yoast-seo/table-of-contents --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:10;s:11:\"is_featured\";b:0;}i:331;a:11:{s:2:\"id\";s:36:\"9f8e048f-3840-4f8a-864b-aeb5cde6ffbf\";s:4:\"slug\";s:19:\"table-of-contents-2\";s:5:\"title\";s:19:\"table-of-contents-2\";s:11:\"description\";s:19:\"table-of-contents-2\";s:7:\"content\";s:809:\"<!-- wp:group {\"className\":\"nfd-p-card-lg\",\"metadata\":{\"name\":\"Table of Contents\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-p-card-lg nfd-wb-text__table-of-contents-2\" ><!-- wp:group {\"className\":\"nfd-p-card-md nfd-rounded nfd-shadow-xs nfd-max-w-prose is-style-nfd-theme-light\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"lines-2\"} --><div class=\"nfd-p-card-md nfd-rounded nfd-shadow-xs nfd-max-w-prose is-style-nfd-theme-light wp-block-group nfd-bg-effect-lines-2\"><!-- wp:yoast-seo/table-of-contents {\"className\":\"nfd-yoast-toc\"} --><div class=\"nfd-yoast-toc wp-block-yoast-seo-table-of-contents yoast-table-of-contents\"><h2>Table of contents</h2></div><!-- /wp:yoast-seo/table-of-contents --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:20;s:11:\"is_featured\";b:0;}i:332;a:11:{s:2:\"id\";s:36:\"9f8e048f-408d-4bdf-bf17-05282b0b77b2\";s:4:\"slug\";s:19:\"table-of-contents-3\";s:5:\"title\";s:19:\"table-of-contents-3\";s:11:\"description\";s:19:\"table-of-contents-3\";s:7:\"content\";s:836:\"<!-- wp:group {\"className\":\"nfd-py-md\",\"metadata\":{\"name\":\"Table of Contents\"},\"layout\":{\"type\":\"constrained\"}} --><div class=\"wp-block-group nfd-container nfd-py-md nfd-wb-text__table-of-contents-3\" ><!-- wp:group {\"className\":\"nfd-py-4 nfd-max-w-prose is-style-default\",\"style\":{\"border\":{\"top\":{\"width\":\"2px\"},\"right\":[],\"bottom\":{\"width\":\"2px\"},\"left\":[]}},\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} --><div class=\"nfd-py-4 nfd-max-w-prose is-style-default wp-block-group\" style=\"border-top-width:2px;border-bottom-width:2px\"><!-- wp:yoast-seo/table-of-contents {\"className\":\"nfd-yoast-toc\"} --><div class=\"nfd-yoast-toc wp-block-yoast-seo-table-of-contents yoast-table-of-contents\"><h2>Table of contents</h2></div><!-- /wp:yoast-seo/table-of-contents --></div><!-- /wp:group --></div><!-- /wp:group -->\";s:4:\"tags\";a:0:{}s:10:\"categories\";s:4:\"text\";s:14:\"all_categories\";a:0:{}s:7:\"context\";N;s:5:\"order\";i:30;s:11:\"is_featured\";b:0;}}','off');
INSERT INTO `nbn_options` VALUES (369215,'_transient_timeout_nfd_data_wb_categories_82d933c851569ad9b6bd74872ad8810b','1759589523','off'),(369216,'_transient_nfd_data_wb_categories_82d933c851569ad9b6bd74872ad8810b','a:17:{i:0;a:6:{s:2:\"id\";s:36:\"9ac51f05-fbbd-4633-834d-0af87746ad7a\";s:5:\"title\";s:6:\"header\";s:5:\"label\";s:6:\"Header\";s:11:\"description\";s:6:\"header\";s:5:\"count\";i:22;s:5:\"order\";i:10;}i:1;a:6:{s:2:\"id\";s:36:\"9ac51f07-3850-46e5-b4e1-f6ac7fb51e85\";s:5:\"title\";s:4:\"hero\";s:5:\"label\";s:4:\"Hero\";s:11:\"description\";s:141:\"Hero patterns are typically the first pattern after the website navigation. They are frequent on home pages and rare on any additional pages.\";s:5:\"count\";i:19;s:5:\"order\";i:20;}i:2;a:6:{s:2:\"id\";s:36:\"9ac51f04-17ae-4f1e-bfbe-6af49d0df64c\";s:5:\"title\";s:8:\"features\";s:5:\"label\";s:8:\"Features\";s:11:\"description\";s:103:\"Patterns that summarize or highlight features, functionality, quality, or other highlight worthy items.\";s:5:\"count\";i:63;s:5:\"order\";i:30;}i:3;a:6:{s:2:\"id\";s:36:\"9bf2d8a8-94cf-4c79-a7ad-ccff1d1d8dc3\";s:5:\"title\";s:5:\"forms\";s:5:\"label\";s:5:\"Forms\";s:11:\"description\";s:5:\"forms\";s:5:\"count\";i:5;s:5:\"order\";i:40;}i:4;a:6:{s:2:\"id\";s:36:\"9b73e2e7-1df7-424b-84a5-7cbfd044e47c\";s:5:\"title\";s:8:\"products\";s:5:\"label\";s:8:\"Products\";s:11:\"description\";s:8:\"products\";s:5:\"count\";i:6;s:5:\"order\";i:50;}i:5;a:6:{s:2:\"id\";s:36:\"9ac51f05-b655-4db5-bf20-60a5a02f2a0f\";s:5:\"title\";s:7:\"gallery\";s:5:\"label\";s:7:\"Gallery\";s:11:\"description\";s:7:\"gallery\";s:5:\"count\";i:23;s:5:\"order\";i:60;}i:6;a:6:{s:2:\"id\";s:36:\"9ac51f03-0e4b-45a4-8310-2a9f6a0cda32\";s:5:\"title\";s:14:\"call-to-action\";s:5:\"label\";s:14:\"Call To Action\";s:11:\"description\";s:154:\"Patterns that may have images and content with intentional layouts to drive the reader to take the desired action such as sign up, learn more, or buy now.\";s:5:\"count\";i:28;s:5:\"order\";i:70;}i:7;a:6:{s:2:\"id\";s:36:\"9bd0ae6a-75c5-420e-815d-1d284a0007c1\";s:5:\"title\";s:4:\"text\";s:5:\"label\";s:4:\"Text\";s:11:\"description\";s:4:\"text\";s:5:\"count\";i:43;s:5:\"order\";i:80;}i:8;a:6:{s:2:\"id\";s:36:\"9ac51f08-22e3-4dfa-96b4-e1866f76b08e\";s:5:\"title\";s:12:\"testimonials\";s:5:\"label\";s:12:\"Testimonials\";s:11:\"description\";s:111:\"Collection of content praising the quality of the service that was received by the customer in their own words.\";s:5:\"count\";i:17;s:5:\"order\";i:90;}i:9;a:6:{s:2:\"id\";s:36:\"9ac51f03-da40-42b4-bfd8-9a1c80d67939\";s:5:\"title\";s:3:\"faq\";s:5:\"label\";s:3:\"FAQ\";s:11:\"description\";s:95:\"Patterns that have between two and ten sets of questions and answers that are frequently asked.\";s:5:\"count\";i:8;s:5:\"order\";i:100;}i:10;a:6:{s:2:\"id\";s:36:\"9ac51f06-8063-405a-9586-50193709779f\";s:5:\"title\";s:8:\"headings\";s:5:\"label\";s:8:\"Headings\";s:11:\"description\";s:64:\"Patterns that have headings to open the next section of content.\";s:5:\"count\";i:23;s:5:\"order\";i:110;}i:11;a:6:{s:2:\"id\";s:36:\"9ac51f07-ddb2-47dd-aa91-a799f2d61593\";s:5:\"title\";s:4:\"team\";s:5:\"label\";s:4:\"Team\";s:11:\"description\";s:4:\"team\";s:5:\"count\";i:9;s:5:\"order\";i:120;}i:12;a:6:{s:2:\"id\";s:36:\"9bf2d8a9-cfdb-45ba-b0e2-64b627bcecda\";s:5:\"title\";s:4:\"menu\";s:5:\"label\";s:4:\"Menu\";s:11:\"description\";s:4:\"menu\";s:5:\"count\";i:8;s:5:\"order\";i:130;}i:13;a:6:{s:2:\"id\";s:36:\"9ac51f07-9e70-4e5a-b6e7-8050b6fbb691\";s:5:\"title\";s:13:\"pricing-table\";s:5:\"label\";s:13:\"Pricing Table\";s:11:\"description\";s:144:\"Pricing tables show two to four tiers of offers. They are frequent for subscriptions and consulting packages but rare for retail or restaurants.\";s:5:\"count\";i:7;s:5:\"order\";i:140;}i:14;a:6:{s:2:\"id\";s:36:\"9ac51f02-9d3d-4812-9d28-8616ee30163e\";s:5:\"title\";s:4:\"blog\";s:5:\"label\";s:4:\"Blog\";s:11:\"description\";s:109:\"Patterns that display between one and five blog posts from a collection such as recent, popular, or featured.\";s:5:\"count\";i:14;s:5:\"order\";i:150;}i:15;a:6:{s:2:\"id\";s:36:\"9ac51f05-0f94-4809-9f42-e33e9cda814a\";s:5:\"title\";s:6:\"footer\";s:5:\"label\";s:6:\"Footer\";s:11:\"description\";s:6:\"footer\";s:5:\"count\";i:20;s:5:\"order\";i:160;}i:16;a:6:{s:2:\"id\";s:36:\"9c9b94ce-a70c-483c-81f9-f576c3c58fca\";s:5:\"title\";s:12:\"media-embeds\";s:5:\"label\";s:12:\"Media Embeds\";s:11:\"description\";s:12:\"media-embeds\";s:5:\"count\";i:18;s:5:\"order\";N;}}','off'),(369225,'_transient_timeout_jetpack_openai_ai_assistance_feature_238438928','1759503144','off'),(369226,'_transient_jetpack_openai_ai_assistance_feature_238438928','O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:20:\"failed_to_fetch_data\";a:1:{i:0;s:35:\"Unable to fetch the requested data.\";}}s:10:\"error_data\";a:1:{s:20:\"failed_to_fetch_data\";a:2:{s:6:\"status\";s:0:\"\";s:2:\"ts\";i:1759503134;}}s:18:\"\0*\0additional_data\";a:0:{}}','off'),(369227,'_transient_timeout_wc_related_1027','1759589537','off'),(369228,'_transient_wc_related_1027','a:1:{s:52:\"limit=5&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=1027\";a:10:{i:0;s:3:\"122\";i:1;s:4:\"1490\";i:2;s:4:\"1838\";i:3;s:3:\"486\";i:4;s:3:\"700\";i:5;s:3:\"858\";i:6;s:3:\"910\";i:7;s:4:\"1103\";i:8;s:4:\"2008\";i:9;s:4:\"2025\";}}','off'),(369229,'_transient_timeout_wc_related_1490','1759589537','off'),(369230,'_transient_wc_related_1490','a:1:{s:52:\"limit=5&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=1490\";a:10:{i:0;s:3:\"122\";i:1;s:4:\"1027\";i:2;s:4:\"1838\";i:3;s:3:\"486\";i:4;s:3:\"700\";i:5;s:3:\"858\";i:6;s:3:\"910\";i:7;s:4:\"1103\";i:8;s:4:\"2008\";i:9;s:4:\"2025\";}}','off'),(369231,'_transient_timeout_wc_related_1838','1759589537','off'),(369232,'_transient_wc_related_1838','a:1:{s:52:\"limit=5&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=1838\";a:10:{i:0;s:3:\"122\";i:1;s:4:\"1027\";i:2;s:4:\"1490\";i:3;s:3:\"486\";i:4;s:3:\"700\";i:5;s:3:\"858\";i:6;s:3:\"910\";i:7;s:4:\"1103\";i:8;s:4:\"2008\";i:9;s:4:\"2025\";}}','off'),(369233,'_transient_timeout_wc_related_122','1759589537','off'),(369234,'_transient_wc_related_122','a:1:{s:51:\"limit=5&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=122\";a:10:{i:0;s:4:\"1027\";i:1;s:4:\"1490\";i:2;s:4:\"1838\";i:3;s:3:\"486\";i:4;s:3:\"700\";i:5;s:3:\"858\";i:6;s:3:\"910\";i:7;s:4:\"1103\";i:8;s:4:\"2008\";i:9;s:4:\"2025\";}}','off'),(369244,'_transient_timeout_wc_term_counts','1762102069','off'),(369245,'_transient_wc_term_counts','a:19:{s:14:\"24_product_cat\";i:7;s:14:\"27_product_cat\";i:11;s:14:\"53_product_cat\";i:1;s:14:\"54_product_cat\";i:1;s:14:\"25_product_cat\";i:4;s:14:\"37_product_cat\";i:5;s:14:\"36_product_cat\";i:14;s:16:\"63_product_brand\";i:30;s:14:\"39_product_cat\";i:2;s:14:\"30_product_cat\";i:24;s:14:\"38_product_cat\";i:2;s:14:\"29_product_cat\";i:19;s:14:\"28_product_cat\";i:49;s:14:\"42_product_cat\";i:3;s:14:\"41_product_cat\";i:2;s:14:\"65_product_tag\";i:10;s:14:\"31_product_cat\";i:6;s:14:\"64_product_tag\";i:14;s:14:\"40_product_cat\";i:0;}','off'),(369370,'_transient_timeout__eg_fragment_mobile_2620','1759592651','off'),(369371,'_transient__eg_fragment_mobile_2620','<div id=\"envira-gallery-wrap-2620\" class=\"envira-gallery-wrap envira-lazy-loading-enabled envira-layout-automatic\" itemscope itemtype=\"https://schema.org/ImageGallery\"><div class=\"envira-loader\"><div></div><div></div><div></div><div></div></div><div id=\"envira-gallery-2620\" class=\"envira-gallery-public envira-gallery-0-columns envira-clear envira-gallery-justified-public\" data-envira-id=\"2620\" data-gallery-config=\'{\"type\":\"default\",\"layout\":\"automatic\",\"columns\":\"0\",\"gallery_theme\":\"base\",\"justified_margins\":1,\"justified_last_row\":\"nojustify\",\"lazy_loading\":1,\"lazy_loading_delay\":500,\"gutter\":1,\"gutter_mobile\":0,\"margin\":1,\"image_size\":\"default\",\"square_size\":300,\"crop_width\":640,\"crop_height\":480,\"crop\":0,\"crop_position\":\"c\",\"show_more_text\":\"Click for more\",\"additional_copy_0\":0,\"additional_copy_title\":0,\"additional_copy_caption\":0,\"additional_copy_title_caption\":0,\"additional_copy_0_mobile\":0,\"additional_copy_title_mobile\":0,\"additional_copy_caption_mobile\":0,\"additional_copy_title_caption_mobile\":0,\"gallery_column_title_caption\":\"0\",\"gallery_column_title_caption_mobile\":\"0\",\"additional_copy_automatic_0\":0,\"additional_copy_automatic_title\":0,\"additional_copy_automatic_caption\":0,\"additional_copy_automatic_title_caption\":0,\"additional_copy_automatic_0_mobile\":0,\"additional_copy_automatic_title_mobile\":0,\"additional_copy_automatic_caption_mobile\":0,\"additional_copy_automatic_title_caption_mobile\":0,\"gallery_automatic_title_caption\":\"0\",\"gallery_automatic_title_caption_mobile\":\"0\",\"justified_row_height\":110,\"description_position\":\"0\",\"description\":\"\",\"random\":\"0\",\"sort_order\":\"0\",\"sorting_direction\":\"ASC\",\"image_sizes_random\":[],\"isotope\":0,\"lightbox_enabled\":1,\"gallery_link_enabled\":1,\"lightbox_theme\":\"base_dark\",\"lightbox_image_size\":\"default\",\"title_display\":\"float\",\"lightbox_title_caption\":\"title\",\"arrows\":1,\"arrows_position\":\"inside\",\"toolbar\":0,\"toolbar_title\":0,\"toolbar_position\":\"top\",\"loop\":1,\"lightbox_open_close_effect\":\"fade\",\"effect\":\"fade\",\"supersize\":0,\"thumbnails_toggle\":0,\"thumbnails_hide\":0,\"image_counter\":0,\"lightbox_html_caption\":0,\"thumbnails\":1,\"thumbnails_width\":\"auto\",\"thumbnails_height\":\"auto\",\"thumbnails_position\":\"bottom\",\"thumbnails_custom_size\":0,\"mobile\":1,\"mobile_width\":320,\"mobile_height\":240,\"mobile_lightbox\":1,\"mobile_gallery_link_enabled\":0,\"mobile_arrows\":1,\"mobile_toolbar\":1,\"mobile_thumbnails\":1,\"mobile_touchwipe_close\":0,\"mobile_thumbnails_width\":75,\"mobile_thumbnails_height\":50,\"mobile_justified_row_height\":80,\"keyboard\":true,\"standalone_template\":\"\",\"classes\":[\"\"],\"rtl\":0,\"slug\":\"full-wraps\",\"title\":\"\",\"gallery_id\":\"2620\"}\' data-gallery-images=\'[{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440.webp\",\"title\":\"IMG_9440\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440.webp?fit=300%2C228&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440.webp?fit=768%2C583&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440.webp?fit=1024%2C777&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440.webp?fit=1200%2C911&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440.webp?fit=1200%2C911&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440-300x228.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440.webp?fit=1200%2C911&ssl=1\",\"index\":0,\"id\":3410,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9440-75x50_c.webp\",\"title\":\"IMG_9440\"},\"gallery_id\":\"2620\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785.webp\",\"title\":\"IMG_0785\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785.webp?fit=300%2C222&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785.webp?fit=768%2C569&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785.webp?fit=1024%2C758&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785.webp?fit=1290%2C955&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785.webp?fit=1290%2C955&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785-300x222.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785.webp?fit=1290%2C955&ssl=1\",\"index\":1,\"id\":3412,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0785-75x50_c.webp\",\"title\":\"IMG_0785\"},\"gallery_id\":\"2620\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp\",\"title\":\"IMG_3948\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?fit=298%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?fit=768%2C774&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?fit=1016%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?fit=1429%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?fit=1429%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948-300x302.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?fit=1429%2C1440&ssl=1\",\"index\":2,\"id\":3143,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948-75x50_c.webp\",\"title\":\"IMG_3948\"},\"gallery_id\":\"2620\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled.webp\",\"title\":\"IMG_3959\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled.webp?fit=289%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled.webp?fit=768%2C798&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled.webp?fit=985%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled.webp?fit=1477%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled.webp?fit=1970%2C2048&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled.webp?fit=2462%2C2560&ssl=1\",\"index\":3,\"id\":3142,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3959-scaled-75x50_c.webp\",\"title\":\"IMG_3959\"},\"gallery_id\":\"2620\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp\",\"title\":\"IMG_8009\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?fit=1080%2C1440&ssl=1\",\"index\":4,\"id\":3130,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009-75x50_c.webp\",\"title\":\"IMG_8009\"},\"gallery_id\":\"2620\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp\",\"title\":\"IMG_7455\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?fit=1080%2C1440&ssl=1\",\"index\":5,\"id\":3128,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455-75x50_c.webp\",\"title\":\"IMG_7455\"},\"gallery_id\":\"2620\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp\",\"title\":\"IMG_7307\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?fit=272%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?fit=768%2C846&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?fit=930%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?fit=1080%2C1189&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?fit=1080%2C1189&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307-300x330.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?fit=1080%2C1189&ssl=1\",\"index\":6,\"id\":3126,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307-75x50_c.webp\",\"title\":\"IMG_7307\"},\"gallery_id\":\"2620\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp\",\"title\":\"IMG_7207\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?fit=1080%2C1440&ssl=1\",\"index\":7,\"id\":3124,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207-75x50_c.webp\",\"title\":\"IMG_7207\"},\"gallery_id\":\"2620\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp\",\"title\":\"IMG_3222\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?fit=1080%2C1440&ssl=1\",\"index\":8,\"id\":3115,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222-75x50_c.webp\",\"title\":\"IMG_3222\"},\"gallery_id\":\"2620\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp\",\"title\":\"IMG_3120\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?fit=1080%2C1440&ssl=1\",\"index\":9,\"id\":3114,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120-75x50_c.webp\",\"title\":\"IMG_3120\"},\"gallery_id\":\"2620\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp\",\"title\":\"IMG_1961\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?fit=1080%2C1440&ssl=1\",\"index\":10,\"id\":3110,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961-75x50_c.webp\",\"title\":\"IMG_1961\"},\"gallery_id\":\"2620\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp\",\"title\":\"IMG_1796\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?fit=1080%2C1440&ssl=1\",\"index\":11,\"id\":3108,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796-75x50_c.webp\",\"title\":\"IMG_1796\"},\"gallery_id\":\"2620\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp\",\"title\":\"IMG_1009\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?fit=1080%2C1440&ssl=1\",\"index\":12,\"id\":3105,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009-75x50_c.webp\",\"title\":\"IMG_1009\"},\"gallery_id\":\"2620\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp\",\"title\":\"IMG_0698\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?fit=1080%2C1440&ssl=1\",\"index\":13,\"id\":3104,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698-75x50_c.webp\",\"title\":\"IMG_0698\"},\"gallery_id\":\"2620\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp\",\"title\":\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=240%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=768%2C960&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=819%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=1229%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=1440%2C1800&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68-300x375.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=1440%2C1800&ssl=1\",\"index\":14,\"id\":3099,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68-75x50_c.webp\",\"title\":\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\"},\"gallery_id\":\"2620\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp\",\"title\":\"IMG_2556\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?fit=1440%2C1920&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?fit=1440%2C1920&ssl=1\",\"index\":15,\"id\":3023,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556-75x50_c.webp\",\"title\":\"IMG_2556\"},\"gallery_id\":\"2620\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777.webp\",\"title\":\"IMG_9777\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777.webp?fit=1080%2C1440&ssl=1\",\"index\":16,\"id\":2638,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9777-75x50_c.webp\",\"title\":\"IMG_9777\"},\"gallery_id\":\"2620\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031.webp\",\"title\":\"IMG_4031\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031.webp?fit=300%2C200&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031.webp?fit=768%2C512&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031.webp?fit=1024%2C683&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031.webp?fit=1440%2C960&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031.webp?fit=1440%2C960&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031-300x200.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031.webp?fit=1440%2C960&ssl=1\",\"index\":17,\"id\":108,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2024\\/10\\/IMG_4031-75x50_c.webp\",\"title\":\"IMG_4031\"},\"gallery_id\":\"2620\"}]\' data-lightbox-theme=\'{&quot;arrows&quot;:true,&quot;margins&quot;:[120,0],&quot;gutter&quot;:&quot;100&quot;,&quot;thumbs_position&quot;:&quot;bottom&quot;,&quot;base_template&quot;:&quot;&lt;div id=\\&quot;envirabox-2620\\&quot; data-envirabox-id=\\&quot;2620\\&quot; class=\\&quot;envirabox-container envirabox-theme-base_dark envirabox-wrap\\&quot; role=\\&quot;dialog\\&quot;&gt;&lt;div class=\\&quot;envirabox-bg\\&quot;&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-outer\\&quot;&gt;&lt;div class=\\&quot;envirabox-inner\\&quot;&gt;&lt;div class=\\&quot;envirabox-caption-wrap\\&quot;&gt;&lt;div class=\\&quot;envirabox-title\\&quot;&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-toolbar\\&quot;&gt;&lt;div class=\\&quot;envira-close-button\\&quot;&gt;&lt;a data-envirabox-close class=\\&quot;envirabox-item envirabox-close envirabox-button--close\\&quot; title=\\&quot;Close\\&quot; href=\\&quot;#\\&quot;&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-navigation\\&quot;&gt;&lt;a data-envirabox-prev title=\\&quot;Prev\\&quot; class=\\&quot;envirabox-arrow envirabox-arrow--left envirabox-nav envirabox-prev\\&quot; href=\\&quot;#\\&quot;&gt;&lt;span&gt;&lt;\\/span&gt;&lt;\\/a&gt;&lt;a data-envirabox-next title=\\&quot;Next\\&quot; class=\\&quot;envirabox-arrow envirabox-arrow--right envirabox-nav envirabox-next\\&quot; href=\\&quot;#\\&quot;&gt;&lt;span&gt;&lt;\\/span&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-stage\\&quot;&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;load_all&quot;:false,&quot;error_template&quot;:&quot;&lt;div class=\\&quot;envirabox-error\\&quot;&gt;&lt;p&gt;{{ERROR}}&lt;p&gt;&lt;\\/div&gt;&quot;,&quot;inner_caption&quot;:false,&quot;caption_position&quot;:false,&quot;arrow_position&quot;:false,&quot;toolbar&quot;:true,&quot;infobar&quot;:false,&quot;show_smallbtn&quot;:false,&quot;idle_time&quot;:false,&quot;click_content&quot;:false,&quot;click_slide&quot;:false,&quot;click_outside&quot;:false,&quot;animation_duration&quot;:false,&quot;transition_duration&quot;:false,&quot;small_btn_template&quot;:&quot;&lt;a data-envirabox-close class=\\&quot;envirabox-item envirabox-close envirabox-button--close\\&quot; title=\\&quot;Close\\&quot; href=\\&quot;#\\&quot;&gt;&lt;\\/a&gt;&quot;}\' data-parsed-attrs=\'{\"id\":\"2620\",\"cache\":true}\'><div id=\"envira-gallery-item-3410\" class=\"envira-gallery-item envira-gallery-item-1 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2620 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9440.webp\" title=\"IMG_9440\" data-caption=\"\" data-envira-item-id=\"3410\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9440.webp?fit=1200%2C911&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9440-75x50_c.webp\" data-title=\"IMG_9440\" data-envirabox=\'2620\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9440-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-1    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3410\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_9440\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2620\" data-envira-index=\"0\" data-envira-item-id=\"3410\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9440-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9440-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9440-320x240_c.webp 2x\" data-title=\"IMG_9440\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2620\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3412\" class=\"envira-gallery-item envira-gallery-item-2 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2620 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0785.webp\" title=\"IMG_0785\" data-caption=\"\" data-envira-item-id=\"3412\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0785.webp?fit=1290%2C955&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0785-75x50_c.webp\" data-title=\"IMG_0785\" data-envirabox=\'2620\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0785-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-2    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3412\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_0785\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2620\" data-envira-index=\"1\" data-envira-item-id=\"3412\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0785-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0785-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0785-320x240_c.webp 2x\" data-title=\"IMG_0785\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2620\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3143\" class=\"envira-gallery-item envira-gallery-item-3 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2620 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.webp\" title=\"IMG_3948\" data-caption=\"\" data-envira-item-id=\"3143\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.webp?fit=1429%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948-75x50_c.webp\" data-title=\"IMG_3948\" data-envirabox=\'2620\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-3    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3143\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3948\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2620\" data-envira-index=\"2\" data-envira-item-id=\"3143\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948-320x240_c.webp 2x\" data-title=\"IMG_3948\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2620\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3142\" class=\"envira-gallery-item envira-gallery-item-4 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2620 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3959-scaled.webp\" title=\"IMG_3959\" data-caption=\"\" data-envira-item-id=\"3142\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3959-scaled.webp?fit=2462%2C2560&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3959-scaled-75x50_c.webp\" data-title=\"IMG_3959\" data-envirabox=\'2620\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3959-scaled-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-4    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3142\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3959\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2620\" data-envira-index=\"3\" data-envira-item-id=\"3142\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3959-scaled-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3959-scaled-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3959-scaled-320x240_c.webp 2x\" data-title=\"IMG_3959\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2620\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3130\" class=\"envira-gallery-item envira-gallery-item-5 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2620 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.webp\" title=\"IMG_8009\" data-caption=\"\" data-envira-item-id=\"3130\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009-75x50_c.webp\" data-title=\"IMG_8009\" data-envirabox=\'2620\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-5    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3130\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_8009\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2620\" data-envira-index=\"4\" data-envira-item-id=\"3130\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009-320x240_c.webp 2x\" data-title=\"IMG_8009\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2620\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3128\" class=\"envira-gallery-item envira-gallery-item-6 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2620 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.webp\" title=\"IMG_7455\" data-caption=\"\" data-envira-item-id=\"3128\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455-75x50_c.webp\" data-title=\"IMG_7455\" data-envirabox=\'2620\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-6    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3128\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_7455\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2620\" data-envira-index=\"5\" data-envira-item-id=\"3128\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455-320x240_c.webp 2x\" data-title=\"IMG_7455\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2620\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3126\" class=\"envira-gallery-item envira-gallery-item-7 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2620 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.webp\" title=\"IMG_7307\" data-caption=\"\" data-envira-item-id=\"3126\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.webp?fit=1080%2C1189&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307-75x50_c.webp\" data-title=\"IMG_7307\" data-envirabox=\'2620\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-7    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3126\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_7307\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2620\" data-envira-index=\"6\" data-envira-item-id=\"3126\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307-320x240_c.webp 2x\" data-title=\"IMG_7307\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2620\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3124\" class=\"envira-gallery-item envira-gallery-item-8 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2620 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.webp\" title=\"IMG_7207\" data-caption=\"\" data-envira-item-id=\"3124\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207-75x50_c.webp\" data-title=\"IMG_7207\" data-envirabox=\'2620\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-8    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3124\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_7207\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2620\" data-envira-index=\"7\" data-envira-item-id=\"3124\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207-320x240_c.webp 2x\" data-title=\"IMG_7207\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2620\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3115\" class=\"envira-gallery-item envira-gallery-item-9 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2620 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.webp\" title=\"IMG_3222\" data-caption=\"\" data-envira-item-id=\"3115\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222-75x50_c.webp\" data-title=\"IMG_3222\" data-envirabox=\'2620\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-9    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3115\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3222\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2620\" data-envira-index=\"8\" data-envira-item-id=\"3115\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222-320x240_c.webp 2x\" data-title=\"IMG_3222\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2620\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3114\" class=\"envira-gallery-item envira-gallery-item-10 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2620 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.webp\" title=\"IMG_3120\" data-caption=\"\" data-envira-item-id=\"3114\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120-75x50_c.webp\" data-title=\"IMG_3120\" data-envirabox=\'2620\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-10    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3114\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3120\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2620\" data-envira-index=\"9\" data-envira-item-id=\"3114\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120-320x240_c.webp 2x\" data-title=\"IMG_3120\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2620\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3110\" class=\"envira-gallery-item envira-gallery-item-11 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2620 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.webp\" title=\"IMG_1961\" data-caption=\"\" data-envira-item-id=\"3110\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961-75x50_c.webp\" data-title=\"IMG_1961\" data-envirabox=\'2620\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-11    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3110\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1961\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2620\" data-envira-index=\"10\" data-envira-item-id=\"3110\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961-320x240_c.webp 2x\" data-title=\"IMG_1961\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2620\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3108\" class=\"envira-gallery-item envira-gallery-item-12 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2620 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.webp\" title=\"IMG_1796\" data-caption=\"\" data-envira-item-id=\"3108\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796-75x50_c.webp\" data-title=\"IMG_1796\" data-envirabox=\'2620\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-12    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3108\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1796\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2620\" data-envira-index=\"11\" data-envira-item-id=\"3108\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796-320x240_c.webp 2x\" data-title=\"IMG_1796\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2620\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3105\" class=\"envira-gallery-item envira-gallery-item-13 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2620 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.webp\" title=\"IMG_1009\" data-caption=\"\" data-envira-item-id=\"3105\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009-75x50_c.webp\" data-title=\"IMG_1009\" data-envirabox=\'2620\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-13    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3105\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1009\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2620\" data-envira-index=\"12\" data-envira-item-id=\"3105\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009-320x240_c.webp 2x\" data-title=\"IMG_1009\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2620\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3104\" class=\"envira-gallery-item envira-gallery-item-14 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2620 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.webp\" title=\"IMG_0698\" data-caption=\"\" data-envira-item-id=\"3104\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698-75x50_c.webp\" data-title=\"IMG_0698\" data-envirabox=\'2620\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-14    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3104\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_0698\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2620\" data-envira-index=\"13\" data-envira-item-id=\"3104\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698-320x240_c.webp 2x\" data-title=\"IMG_0698\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2620\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3099\" class=\"envira-gallery-item envira-gallery-item-15 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2620 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp\" title=\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\" data-caption=\"\" data-envira-item-id=\"3099\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=1440%2C1800&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68-75x50_c.webp\" data-title=\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\" data-envirabox=\'2620\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-15    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3099\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2620\" data-envira-index=\"14\" data-envira-item-id=\"3099\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68-320x240_c.webp 2x\" data-title=\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2620\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3023\" class=\"envira-gallery-item envira-gallery-item-16 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2620 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.webp\" title=\"IMG_2556\" data-caption=\"\" data-envira-item-id=\"3023\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.webp?fit=1440%2C1920&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556-75x50_c.webp\" data-title=\"IMG_2556\" data-envirabox=\'2620\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-16    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3023\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2556\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2620\" data-envira-index=\"15\" data-envira-item-id=\"3023\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556-320x240_c.webp 2x\" data-title=\"IMG_2556\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2620\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2638\" class=\"envira-gallery-item envira-gallery-item-17 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2620 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777.webp\" title=\"IMG_9777\" data-caption=\"\" data-envira-item-id=\"2638\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777-75x50_c.webp\" data-title=\"IMG_9777\" data-envirabox=\'2620\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-17    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2638\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_9777\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2620\" data-envira-index=\"16\" data-envira-item-id=\"2638\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777-320x240_c.webp 2x\" data-title=\"IMG_9777\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2620\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-108\" class=\"envira-gallery-item envira-gallery-item-18 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2620 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/IMG_4031.webp\" title=\"IMG_4031\" data-caption=\"\" data-envira-item-id=\"108\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2024/10/IMG_4031.webp?fit=1440%2C960&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/IMG_4031-75x50_c.webp\" data-title=\"IMG_4031\" data-envirabox=\'2620\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2024/10/IMG_4031-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-18    envira-lazy\" height=\"240\" id=\"envira-gallery-image-108\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4031\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2620\" data-envira-index=\"17\" data-envira-item-id=\"108\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2024/10/IMG_4031-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2024/10/IMG_4031-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2024/10/IMG_4031-320x240_c.webp 2x\" data-title=\"IMG_4031\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2620\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div></div></div><noscript><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9440.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0785.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3959-scaled.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2024/10/IMG_4031.webp\' alt=\'\' class=\'envira_noscript_images \' /></noscript>','off'),(369372,'_transient_timeout__eg_fragment_mobile_2590','1759592651','off'),(369373,'_transient__eg_fragment_mobile_2590','<div id=\"envira-gallery-wrap-2590\" class=\"envira-gallery-wrap envira-lazy-loading-enabled envira-layout-automatic\" itemscope itemtype=\"https://schema.org/ImageGallery\"><div class=\"envira-loader\"><div></div><div></div><div></div><div></div></div><div id=\"envira-gallery-2590\" class=\"envira-gallery-public envira-gallery-0-columns envira-clear envira-gallery-justified-public\" data-envira-id=\"2590\" data-gallery-config=\'{\"type\":\"default\",\"layout\":\"automatic\",\"columns\":\"0\",\"gallery_theme\":\"base\",\"justified_margins\":1,\"justified_last_row\":\"center\",\"lazy_loading\":1,\"lazy_loading_delay\":800,\"gutter\":1,\"gutter_mobile\":0,\"margin\":1,\"image_size\":\"default\",\"square_size\":300,\"crop_width\":640,\"crop_height\":480,\"crop\":0,\"crop_position\":\"c\",\"show_more_text\":\"Click for more\",\"additional_copy_0\":0,\"additional_copy_title\":0,\"additional_copy_caption\":0,\"additional_copy_title_caption\":0,\"additional_copy_0_mobile\":0,\"additional_copy_title_mobile\":0,\"additional_copy_caption_mobile\":0,\"additional_copy_title_caption_mobile\":0,\"gallery_column_title_caption\":\"0\",\"gallery_column_title_caption_mobile\":\"0\",\"additional_copy_automatic_0\":0,\"additional_copy_automatic_title\":0,\"additional_copy_automatic_caption\":0,\"additional_copy_automatic_title_caption\":0,\"additional_copy_automatic_0_mobile\":0,\"additional_copy_automatic_title_mobile\":0,\"additional_copy_automatic_caption_mobile\":0,\"additional_copy_automatic_title_caption_mobile\":0,\"gallery_automatic_title_caption\":\"0\",\"gallery_automatic_title_caption_mobile\":\"0\",\"justified_row_height\":110,\"description_position\":\"0\",\"description\":\"\",\"random\":\"0\",\"sort_order\":\"0\",\"sorting_direction\":\"ASC\",\"image_sizes_random\":[],\"isotope\":0,\"lightbox_enabled\":1,\"gallery_link_enabled\":1,\"lightbox_theme\":\"base_dark\",\"lightbox_image_size\":\"default\",\"title_display\":\"float\",\"lightbox_title_caption\":\"title\",\"arrows\":1,\"arrows_position\":\"inside\",\"toolbar\":0,\"toolbar_title\":0,\"toolbar_position\":\"top\",\"loop\":1,\"lightbox_open_close_effect\":\"fade\",\"effect\":\"fade\",\"supersize\":0,\"thumbnails_toggle\":0,\"thumbnails_hide\":0,\"image_counter\":0,\"lightbox_html_caption\":0,\"thumbnails\":1,\"thumbnails_width\":\"auto\",\"thumbnails_height\":\"auto\",\"thumbnails_position\":\"bottom\",\"thumbnails_custom_size\":0,\"mobile\":1,\"mobile_width\":320,\"mobile_height\":240,\"mobile_lightbox\":1,\"mobile_gallery_link_enabled\":0,\"mobile_arrows\":1,\"mobile_toolbar\":1,\"mobile_thumbnails\":1,\"mobile_touchwipe_close\":0,\"mobile_thumbnails_width\":75,\"mobile_thumbnails_height\":50,\"mobile_justified_row_height\":80,\"keyboard\":true,\"standalone_template\":\"\",\"classes\":[\"\"],\"rtl\":0,\"slug\":\"partial-wraps\",\"title\":\"\",\"gallery_id\":\"2590\"}\' data-gallery-images=\'[{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247.webp\",\"title\":\"IMG_3247\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247.webp?fit=1080%2C1440&ssl=1\",\"index\":0,\"id\":2622,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3247-75x50_c.webp\",\"title\":\"IMG_3247\"},\"gallery_id\":\"2590\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272.webp\",\"title\":\"IMG_3272\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272.webp?fit=1080%2C1440&ssl=1\",\"index\":1,\"id\":2616,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3272-75x50_c.webp\",\"title\":\"IMG_3272\"},\"gallery_id\":\"2590\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014.webp\",\"title\":\"IMG_3014\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014.webp?fit=1080%2C1440&ssl=1\",\"index\":2,\"id\":2615,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3014-75x50_c.webp\",\"title\":\"IMG_3014\"},\"gallery_id\":\"2590\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962.webp\",\"title\":\"IMG_2962\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962.webp?fit=1080%2C1440&ssl=1\",\"index\":3,\"id\":2614,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2962-75x50_c.webp\",\"title\":\"IMG_2962\"},\"gallery_id\":\"2590\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733.webp\",\"title\":\"IMG_2733\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733.webp?fit=1080%2C1440&ssl=1\",\"index\":4,\"id\":2612,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2733-75x50_c.webp\",\"title\":\"IMG_2733\"},\"gallery_id\":\"2590\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122.webp\",\"title\":\"IMG_2122\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122.webp?fit=1080%2C1440&ssl=1\",\"index\":5,\"id\":2611,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_2122-75x50_c.webp\",\"title\":\"IMG_2122\"},\"gallery_id\":\"2590\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753.webp\",\"title\":\"IMG_1753\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753.webp?fit=220%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753.webp?fit=768%2C1050&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753.webp?fit=749%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753.webp?fit=1080%2C1476&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753.webp?fit=1080%2C1476&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753-300x410.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753.webp?fit=1080%2C1476&ssl=1\",\"index\":6,\"id\":2610,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_1753-75x50_c.webp\",\"title\":\"IMG_1753\"},\"gallery_id\":\"2590\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159.webp\",\"title\":\"IMG_0159\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159.webp?fit=1080%2C1440&ssl=1\",\"index\":7,\"id\":2607,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_0159-75x50_c.webp\",\"title\":\"IMG_0159\"},\"gallery_id\":\"2590\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395.webp\",\"title\":\"IMG_9395\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395.webp?fit=1080%2C1440&ssl=1\",\"index\":8,\"id\":2606,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_9395-75x50_c.webp\",\"title\":\"IMG_9395\"},\"gallery_id\":\"2590\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984.webp\",\"title\":\"IMG_8984\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984.webp?fit=273%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984.webp?fit=768%2C845&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984.webp?fit=931%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984.webp?fit=1080%2C1188&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984.webp?fit=1080%2C1188&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984-300x330.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984.webp?fit=1080%2C1188&ssl=1\",\"index\":9,\"id\":2605,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8984-75x50_c.webp\",\"title\":\"IMG_8984\"},\"gallery_id\":\"2590\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222.webp\",\"title\":\"IMG_8222\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222.webp?fit=1080%2C1440&ssl=1\",\"index\":10,\"id\":2603,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_8222-75x50_c.webp\",\"title\":\"IMG_8222\"},\"gallery_id\":\"2590\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495.webp\",\"title\":\"IMG_7495\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495.webp?fit=1080%2C1440&ssl=1\",\"index\":11,\"id\":2601,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_7495-75x50_c.webp\",\"title\":\"IMG_7495\"},\"gallery_id\":\"2590\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985.webp\",\"title\":\"IMG_6985\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985.webp?fit=1080%2C1440&ssl=1\",\"index\":12,\"id\":2598,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6985-75x50_c.webp\",\"title\":\"IMG_6985\"},\"gallery_id\":\"2590\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969.webp\",\"title\":\"IMG_5969\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969.webp?fit=1080%2C1440&ssl=1\",\"index\":13,\"id\":2596,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_5969-75x50_c.webp\",\"title\":\"IMG_5969\"},\"gallery_id\":\"2590\"}]\' data-lightbox-theme=\'{&quot;arrows&quot;:true,&quot;margins&quot;:[120,0],&quot;gutter&quot;:&quot;100&quot;,&quot;thumbs_position&quot;:&quot;bottom&quot;,&quot;base_template&quot;:&quot;&lt;div id=\\&quot;envirabox-2590\\&quot; data-envirabox-id=\\&quot;2590\\&quot; class=\\&quot;envirabox-container envirabox-theme-base_dark envirabox-wrap\\&quot; role=\\&quot;dialog\\&quot;&gt;&lt;div class=\\&quot;envirabox-bg\\&quot;&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-outer\\&quot;&gt;&lt;div class=\\&quot;envirabox-inner\\&quot;&gt;&lt;div class=\\&quot;envirabox-caption-wrap\\&quot;&gt;&lt;div class=\\&quot;envirabox-title\\&quot;&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-toolbar\\&quot;&gt;&lt;div class=\\&quot;envira-close-button\\&quot;&gt;&lt;a data-envirabox-close class=\\&quot;envirabox-item envirabox-close envirabox-button--close\\&quot; title=\\&quot;Close\\&quot; href=\\&quot;#\\&quot;&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-navigation\\&quot;&gt;&lt;a data-envirabox-prev title=\\&quot;Prev\\&quot; class=\\&quot;envirabox-arrow envirabox-arrow--left envirabox-nav envirabox-prev\\&quot; href=\\&quot;#\\&quot;&gt;&lt;span&gt;&lt;\\/span&gt;&lt;\\/a&gt;&lt;a data-envirabox-next title=\\&quot;Next\\&quot; class=\\&quot;envirabox-arrow envirabox-arrow--right envirabox-nav envirabox-next\\&quot; href=\\&quot;#\\&quot;&gt;&lt;span&gt;&lt;\\/span&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-stage\\&quot;&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;load_all&quot;:false,&quot;error_template&quot;:&quot;&lt;div class=\\&quot;envirabox-error\\&quot;&gt;&lt;p&gt;{{ERROR}}&lt;p&gt;&lt;\\/div&gt;&quot;,&quot;inner_caption&quot;:false,&quot;caption_position&quot;:false,&quot;arrow_position&quot;:false,&quot;toolbar&quot;:true,&quot;infobar&quot;:false,&quot;show_smallbtn&quot;:false,&quot;idle_time&quot;:false,&quot;click_content&quot;:false,&quot;click_slide&quot;:false,&quot;click_outside&quot;:false,&quot;animation_duration&quot;:false,&quot;transition_duration&quot;:false,&quot;small_btn_template&quot;:&quot;&lt;a data-envirabox-close class=\\&quot;envirabox-item envirabox-close envirabox-button--close\\&quot; title=\\&quot;Close\\&quot; href=\\&quot;#\\&quot;&gt;&lt;\\/a&gt;&quot;}\' data-parsed-attrs=\'{\"id\":\"2590\",\"cache\":true}\'><div id=\"envira-gallery-item-2622\" class=\"envira-gallery-item envira-gallery-item-1 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2590 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247.jpg\" title=\"IMG_3247\" data-caption=\"\" data-envira-item-id=\"2622\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3247\" data-envirabox=\'2590\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-1    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2622\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3247\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2590\" data-envira-index=\"0\" data-envira-item-id=\"2622\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247-320x240_c.webp 2x\" data-title=\"IMG_3247\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2590\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2616\" class=\"envira-gallery-item envira-gallery-item-2 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2590 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272.jpg\" title=\"IMG_3272\" data-caption=\"\" data-envira-item-id=\"2616\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3272\" data-envirabox=\'2590\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-2    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2616\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3272\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2590\" data-envira-index=\"1\" data-envira-item-id=\"2616\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272-320x240_c.webp 2x\" data-title=\"IMG_3272\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2590\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2615\" class=\"envira-gallery-item envira-gallery-item-3 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2590 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014.jpg\" title=\"IMG_3014\" data-caption=\"\" data-envira-item-id=\"2615\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3014\" data-envirabox=\'2590\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-3    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2615\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3014\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2590\" data-envira-index=\"2\" data-envira-item-id=\"2615\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014-320x240_c.webp 2x\" data-title=\"IMG_3014\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2590\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2614\" class=\"envira-gallery-item envira-gallery-item-4 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2590 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962.jpg\" title=\"IMG_2962\" data-caption=\"\" data-envira-item-id=\"2614\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_2962\" data-envirabox=\'2590\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-4    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2614\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2962\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2590\" data-envira-index=\"3\" data-envira-item-id=\"2614\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962-320x240_c.webp 2x\" data-title=\"IMG_2962\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2590\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2612\" class=\"envira-gallery-item envira-gallery-item-5 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2590 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733.jpg\" title=\"IMG_2733\" data-caption=\"\" data-envira-item-id=\"2612\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_2733\" data-envirabox=\'2590\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-5    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2612\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2733\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2590\" data-envira-index=\"4\" data-envira-item-id=\"2612\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733-320x240_c.webp 2x\" data-title=\"IMG_2733\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2590\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2611\" class=\"envira-gallery-item envira-gallery-item-6 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2590 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122.jpg\" title=\"IMG_2122\" data-caption=\"\" data-envira-item-id=\"2611\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_2122\" data-envirabox=\'2590\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-6    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2611\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2122\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2590\" data-envira-index=\"5\" data-envira-item-id=\"2611\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122-320x240_c.webp 2x\" data-title=\"IMG_2122\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2590\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2610\" class=\"envira-gallery-item envira-gallery-item-7 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2590 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753.jpg\" title=\"IMG_1753\" data-caption=\"\" data-envira-item-id=\"2610\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753.webp?fit=1080%2C1476&ssl=1\" data-thumb=\"\" data-title=\"IMG_1753\" data-envirabox=\'2590\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-7    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2610\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1753\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2590\" data-envira-index=\"6\" data-envira-item-id=\"2610\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753-320x240_c.webp 2x\" data-title=\"IMG_1753\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2590\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2607\" class=\"envira-gallery-item envira-gallery-item-8 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2590 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159.jpg\" title=\"IMG_0159\" data-caption=\"\" data-envira-item-id=\"2607\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_0159\" data-envirabox=\'2590\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-8    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2607\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_0159\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2590\" data-envira-index=\"7\" data-envira-item-id=\"2607\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159-320x240_c.webp 2x\" data-title=\"IMG_0159\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2590\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2606\" class=\"envira-gallery-item envira-gallery-item-9 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2590 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395.jpg\" title=\"IMG_9395\" data-caption=\"\" data-envira-item-id=\"2606\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_9395\" data-envirabox=\'2590\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-9    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2606\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_9395\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2590\" data-envira-index=\"8\" data-envira-item-id=\"2606\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395-320x240_c.webp 2x\" data-title=\"IMG_9395\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2590\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2605\" class=\"envira-gallery-item envira-gallery-item-10 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2590 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984.jpg\" title=\"IMG_8984\" data-caption=\"\" data-envira-item-id=\"2605\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984.webp?fit=1080%2C1188&ssl=1\" data-thumb=\"\" data-title=\"IMG_8984\" data-envirabox=\'2590\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-10    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2605\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_8984\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2590\" data-envira-index=\"9\" data-envira-item-id=\"2605\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984-320x240_c.webp 2x\" data-title=\"IMG_8984\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2590\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2603\" class=\"envira-gallery-item envira-gallery-item-11 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2590 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222.jpg\" title=\"IMG_8222\" data-caption=\"\" data-envira-item-id=\"2603\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_8222\" data-envirabox=\'2590\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-11    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2603\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_8222\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2590\" data-envira-index=\"10\" data-envira-item-id=\"2603\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222-320x240_c.webp 2x\" data-title=\"IMG_8222\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2590\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2601\" class=\"envira-gallery-item envira-gallery-item-12 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2590 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495.jpg\" title=\"IMG_7495\" data-caption=\"\" data-envira-item-id=\"2601\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_7495\" data-envirabox=\'2590\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-12    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2601\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_7495\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2590\" data-envira-index=\"11\" data-envira-item-id=\"2601\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495-320x240_c.webp 2x\" data-title=\"IMG_7495\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2590\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2598\" class=\"envira-gallery-item envira-gallery-item-13 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2590 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985.jpg\" title=\"IMG_6985\" data-caption=\"\" data-envira-item-id=\"2598\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_6985\" data-envirabox=\'2590\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-13    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2598\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_6985\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2590\" data-envira-index=\"12\" data-envira-item-id=\"2598\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985-320x240_c.webp 2x\" data-title=\"IMG_6985\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2590\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2596\" class=\"envira-gallery-item envira-gallery-item-14 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2590 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969.jpg\" title=\"IMG_5969\" data-caption=\"\" data-envira-item-id=\"2596\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_5969\" data-envirabox=\'2590\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-14    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2596\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_5969\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2590\" data-envira-index=\"13\" data-envira-item-id=\"2596\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969-320x240_c.webp 2x\" data-title=\"IMG_5969\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2590\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div></div></div><noscript><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969.jpg\' alt=\'\' class=\'envira_noscript_images \' /></noscript>','off'),(369374,'_transient_timeout__eg_fragment_mobile_2530','1759592651','off'),(369375,'_transient__eg_fragment_mobile_2530','<div id=\"envira-gallery-wrap-2530\" class=\"envira-gallery-wrap envira-lazy-loading-enabled envira-layout-automatic\" itemscope itemtype=\"https://schema.org/ImageGallery\"><div class=\"envira-loader\"><div></div><div></div><div></div><div></div></div><div id=\"envira-gallery-2530\" class=\"envira-gallery-public envira-gallery-0-columns envira-clear envira-gallery-justified-public\" data-envira-id=\"2530\" data-gallery-config=\'{\"type\":\"default\",\"columns\":\"0\",\"gallery_theme\":\"base\",\"crop_width\":640,\"crop_height\":480,\"crop\":0,\"justified_margins\":8,\"lazy_loading\":1,\"lazy_loading_delay\":800,\"gutter\":8,\"margin\":8,\"image_size\":\"default\",\"justified_row_height\":150,\"lightbox_enabled\":1,\"gallery_link_enabled\":0,\"lightbox_theme\":\"base\",\"lightbox_image_size\":\"default\",\"title_display\":\"float\",\"classes\":[\"\"],\"rtl\":0,\"title\":\"\",\"slug\":\"chrome-deletes\",\"layout\":\"automatic\",\"justified_last_row\":\"center\",\"gutter_mobile\":8,\"square_size\":300,\"crop_position\":\"c\",\"show_more_text\":\"Click for more\",\"additional_copy_0\":0,\"additional_copy_title\":0,\"additional_copy_caption\":0,\"additional_copy_title_caption\":0,\"additional_copy_0_mobile\":0,\"additional_copy_title_mobile\":0,\"additional_copy_caption_mobile\":0,\"additional_copy_title_caption_mobile\":0,\"gallery_column_title_caption\":\"0\",\"gallery_column_title_caption_mobile\":\"0\",\"additional_copy_automatic_0\":0,\"additional_copy_automatic_title\":0,\"additional_copy_automatic_caption\":0,\"additional_copy_automatic_title_caption\":0,\"additional_copy_automatic_0_mobile\":0,\"additional_copy_automatic_title_mobile\":0,\"additional_copy_automatic_caption_mobile\":0,\"additional_copy_automatic_title_caption_mobile\":0,\"gallery_automatic_title_caption\":\"0\",\"gallery_automatic_title_caption_mobile\":\"0\",\"description_position\":\"0\",\"description\":\"\",\"random\":\"0\",\"sort_order\":\"0\",\"sorting_direction\":\"ASC\",\"image_sizes_random\":[],\"isotope\":0,\"lightbox_title_caption\":\"title\",\"arrows\":1,\"arrows_position\":\"inside\",\"toolbar\":1,\"toolbar_title\":0,\"toolbar_position\":\"top\",\"loop\":1,\"lightbox_open_close_effect\":\"fade\",\"effect\":\"fade\",\"supersize\":0,\"thumbnails_toggle\":0,\"thumbnails_hide\":0,\"image_counter\":0,\"lightbox_html_caption\":0,\"thumbnails\":1,\"thumbnails_width\":\"auto\",\"thumbnails_height\":\"auto\",\"thumbnails_position\":\"bottom\",\"thumbnails_custom_size\":0,\"mobile\":1,\"mobile_width\":320,\"mobile_height\":240,\"mobile_lightbox\":1,\"mobile_gallery_link_enabled\":0,\"mobile_arrows\":1,\"mobile_toolbar\":1,\"mobile_thumbnails\":1,\"mobile_touchwipe_close\":0,\"mobile_thumbnails_width\":75,\"mobile_thumbnails_height\":240,\"mobile_justified_row_height\":80,\"keyboard\":true,\"standalone_template\":\"\",\"gallery_id\":\"2530\"}\' data-gallery-images=\'[{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled.webp\",\"title\":\"IMG_7731\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled.webp?fit=1536%2C2048&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled.webp?fit=1920%2C2560&ssl=1\",\"index\":0,\"id\":2819,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/05\\/IMG_7731-scaled-75x50_c.webp\",\"title\":\"IMG_7731\"},\"gallery_id\":\"2530\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275.webp\",\"title\":\"IMG_3275\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275.webp?fit=1080%2C1440&ssl=1\",\"index\":1,\"id\":2592,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3275-75x50_c.webp\",\"title\":\"IMG_3275\"},\"gallery_id\":\"2530\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477.webp\",\"title\":\"IMG_3477\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477.webp?fit=1440%2C1080&ssl=1\",\"index\":2,\"id\":2594,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3477-75x50_c.webp\",\"title\":\"IMG_3477\"},\"gallery_id\":\"2530\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1.webp\",\"title\":\"IMG_3274\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1.webp?fit=1080%2C1440&ssl=1\",\"index\":3,\"id\":2591,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_3274-1-75x50_c.webp\",\"title\":\"IMG_3274\"},\"gallery_id\":\"2530\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1.webp\",\"title\":\"IMG_6894\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1.webp?fit=1080%2C1440&ssl=1\",\"index\":4,\"id\":2587,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6894-1-75x50_c.webp\",\"title\":\"IMG_6894\"},\"gallery_id\":\"2530\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1.webp\",\"title\":\"IMG_6892\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1.webp?fit=1080%2C1440&ssl=1\",\"index\":5,\"id\":2586,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6892-1-75x50_c.webp\",\"title\":\"IMG_6892\"},\"gallery_id\":\"2530\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1.webp\",\"title\":\"IMG_6873\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1.webp?fit=1080%2C1440&ssl=1\",\"index\":6,\"id\":2585,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6873-1-75x50_c.webp\",\"title\":\"IMG_6873\"},\"gallery_id\":\"2530\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1.webp\",\"title\":\"IMG_6872\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1.webp?fit=1440%2C1080&ssl=1\",\"index\":7,\"id\":2584,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6872-1-75x50_c.webp\",\"title\":\"IMG_6872\"},\"gallery_id\":\"2530\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435.webp\",\"title\":\"IMG_6435\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435.webp?fit=1080%2C1440&ssl=1\",\"index\":8,\"id\":2583,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6435-75x50_c.webp\",\"title\":\"IMG_6435\"},\"gallery_id\":\"2530\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097.webp\",\"title\":\"IMG_6097\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097.webp?fit=1440%2C1080&ssl=1\",\"index\":9,\"id\":2582,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6097-75x50_c.webp\",\"title\":\"IMG_6097\"},\"gallery_id\":\"2530\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1.webp\",\"title\":\"IMG_6095\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1.webp?fit=1080%2C1440&ssl=1\",\"index\":10,\"id\":2581,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_6095-1-75x50_c.webp\",\"title\":\"IMG_6095\"},\"gallery_id\":\"2530\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1.webp\",\"title\":\"IMG_4576\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1.webp?fit=1440%2C1080&ssl=1\",\"index\":11,\"id\":2580,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4576-1-75x50_c.webp\",\"title\":\"IMG_4576\"},\"gallery_id\":\"2530\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1.webp\",\"title\":\"IMG_4573\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1.webp?fit=1080%2C1440&ssl=1\",\"index\":12,\"id\":2579,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/IMG_4573-1-75x50_c.webp\",\"title\":\"IMG_4573\"},\"gallery_id\":\"2530\"}]\' data-lightbox-theme=\'{&quot;arrows&quot;:1,&quot;margins&quot;:[220,0],&quot;gutter&quot;:&quot;50&quot;,&quot;base_template&quot;:&quot;&lt;div id=\\&quot;envirabox-2530\\&quot; data-envirabox-id=\\&quot;2530\\&quot; class=\\&quot;envirabox-container envirabox-theme-base envirabox-wrap\\&quot; role=\\&quot;dialog\\&quot;&gt;&lt;div class=\\&quot;envirabox-bg\\&quot;&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-outer\\&quot;&gt;&lt;div class=\\&quot;envirabox-inner\\&quot;&gt;&lt;div id=\\&quot;envirabox-buttons\\&quot; class=\\&quot;envirabox-infobar top\\&quot;&gt;&lt;ul&gt;&lt;li&gt;&lt;a data-envirabox-prev class=\\&quot;btnPrev\\&quot; title=\\&quot;Previous\\&quot; href=\\&quot;#\\&quot;&gt;&lt;\\/a&gt;&lt;\\/li&gt;&lt;li&gt;&lt;a data-envirabox-next class=\\&quot;btnNext\\&quot; title=\\&quot;Next\\&quot; href=\\&quot;#\\&quot;&gt;&lt;\\/a&gt;&lt;\\/li&gt;&lt;li&gt;&lt;a data-envirabox-close class=\\&quot;btnClose\\&quot; title=\\&quot;Close\\&quot; href=\\&quot;javascript:;\\&quot;&gt;&lt;\\/a&gt;&lt;\\/li&gt;&lt;\\/ul&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-position-overlay envira-gallery-top-left\\&quot;&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-position-overlay envira-gallery-top-right\\&quot;&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-position-overlay envira-gallery-bottom-left\\&quot;&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-position-overlay envira-gallery-bottom-right\\&quot;&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-stage\\&quot;&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;load_all&quot;:false,&quot;error_template&quot;:&quot;&lt;div class=\\&quot;envirabox-error\\&quot;&gt;&lt;p&gt;{{ERROR}}&lt;p&gt;&lt;\\/div&gt;&quot;,&quot;inner_caption&quot;:true,&quot;caption_position&quot;:&quot;float&quot;,&quot;thumbs_position&quot;:&quot;bottom&quot;,&quot;arrow_position&quot;:&quot;inside&quot;,&quot;toolbar&quot;:false,&quot;infobar&quot;:true,&quot;show_smallbtn&quot;:true,&quot;idle_time&quot;:false,&quot;click_content&quot;:false,&quot;click_slide&quot;:false,&quot;click_outside&quot;:false,&quot;animation_duration&quot;:false,&quot;transition_duration&quot;:false,&quot;small_btn_template&quot;:&quot;&lt;a data-envirabox-close class=\\&quot;envirabox-item envirabox-close envirabox-button--close\\&quot; title=\\&quot;Close\\&quot; href=\\&quot;#\\&quot;&gt;&lt;\\/a&gt;&quot;}\' data-parsed-attrs=\'{\"id\":\"2530\",\"cache\":true}\'><div id=\"envira-gallery-item-2819\" class=\"envira-gallery-item envira-gallery-item-1 envira-lazy-load\" style=\"padding-left: 4px; padding-bottom: 8px; padding-right: 4px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2530 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7731-scaled.webp\" title=\"IMG_7731\" data-caption=\"\" data-envira-item-id=\"2819\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7731-scaled.webp?fit=1920%2C2560&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7731-scaled-75x50_c.webp\" data-title=\"IMG_7731\" data-envirabox=\'2530\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7731-scaled-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-1    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2819\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_7731\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2530\" data-envira-index=\"0\" data-envira-item-id=\"2819\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7731-scaled-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7731-scaled-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7731-scaled-320x240_c.webp 2x\" data-title=\"IMG_7731\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2530\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2592\" class=\"envira-gallery-item envira-gallery-item-2 envira-lazy-load\" style=\"padding-left: 4px; padding-bottom: 8px; padding-right: 4px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2530 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3275.webp\" title=\"IMG_3275\" data-caption=\"\" data-envira-item-id=\"2592\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3275.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3275-75x50_c.webp\" data-title=\"IMG_3275\" data-envirabox=\'2530\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3275-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-2    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2592\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3275\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2530\" data-envira-index=\"1\" data-envira-item-id=\"2592\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3275-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3275-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3275-320x240_c.webp 2x\" data-title=\"IMG_3275\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2530\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2594\" class=\"envira-gallery-item envira-gallery-item-3 envira-lazy-load\" style=\"padding-left: 4px; padding-bottom: 8px; padding-right: 4px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2530 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3477.webp\" title=\"IMG_3477\" data-caption=\"\" data-envira-item-id=\"2594\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3477.webp?fit=1440%2C1080&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3477-75x50_c.webp\" data-title=\"IMG_3477\" data-envirabox=\'2530\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3477-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-3    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2594\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3477\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2530\" data-envira-index=\"2\" data-envira-item-id=\"2594\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3477-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3477-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3477-320x240_c.webp 2x\" data-title=\"IMG_3477\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2530\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2591\" class=\"envira-gallery-item envira-gallery-item-4 envira-lazy-load\" style=\"padding-left: 4px; padding-bottom: 8px; padding-right: 4px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2530 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-1.webp\" title=\"IMG_3274\" data-caption=\"\" data-envira-item-id=\"2591\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-1.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-1-75x50_c.webp\" data-title=\"IMG_3274\" data-envirabox=\'2530\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-1-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-4    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2591\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3274\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2530\" data-envira-index=\"3\" data-envira-item-id=\"2591\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-1-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-1-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-1-320x240_c.webp 2x\" data-title=\"IMG_3274\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2530\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2587\" class=\"envira-gallery-item envira-gallery-item-5 envira-lazy-load\" style=\"padding-left: 4px; padding-bottom: 8px; padding-right: 4px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2530 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-1.webp\" title=\"IMG_6894\" data-caption=\"\" data-envira-item-id=\"2587\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-1.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-1-75x50_c.webp\" data-title=\"IMG_6894\" data-envirabox=\'2530\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-1-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-5    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2587\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_6894\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2530\" data-envira-index=\"4\" data-envira-item-id=\"2587\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-1-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-1-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-1-320x240_c.webp 2x\" data-title=\"IMG_6894\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2530\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2586\" class=\"envira-gallery-item envira-gallery-item-6 envira-lazy-load\" style=\"padding-left: 4px; padding-bottom: 8px; padding-right: 4px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2530 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-1.webp\" title=\"IMG_6892\" data-caption=\"\" data-envira-item-id=\"2586\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-1.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-1-75x50_c.webp\" data-title=\"IMG_6892\" data-envirabox=\'2530\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-1-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-6    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2586\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_6892\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2530\" data-envira-index=\"5\" data-envira-item-id=\"2586\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-1-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-1-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-1-320x240_c.webp 2x\" data-title=\"IMG_6892\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2530\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2585\" class=\"envira-gallery-item envira-gallery-item-7 envira-lazy-load\" style=\"padding-left: 4px; padding-bottom: 8px; padding-right: 4px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2530 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-1.webp\" title=\"IMG_6873\" data-caption=\"\" data-envira-item-id=\"2585\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-1.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-1-75x50_c.webp\" data-title=\"IMG_6873\" data-envirabox=\'2530\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-1-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-7    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2585\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_6873\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2530\" data-envira-index=\"6\" data-envira-item-id=\"2585\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-1-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-1-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-1-320x240_c.webp 2x\" data-title=\"IMG_6873\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2530\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2584\" class=\"envira-gallery-item envira-gallery-item-8 envira-lazy-load\" style=\"padding-left: 4px; padding-bottom: 8px; padding-right: 4px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2530 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1.webp\" title=\"IMG_6872\" data-caption=\"\" data-envira-item-id=\"2584\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1.webp?fit=1440%2C1080&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1-75x50_c.webp\" data-title=\"IMG_6872\" data-envirabox=\'2530\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-8    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2584\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_6872\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2530\" data-envira-index=\"7\" data-envira-item-id=\"2584\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1-320x240_c.webp 2x\" data-title=\"IMG_6872\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2530\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2583\" class=\"envira-gallery-item envira-gallery-item-9 envira-lazy-load\" style=\"padding-left: 4px; padding-bottom: 8px; padding-right: 4px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2530 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435.webp\" title=\"IMG_6435\" data-caption=\"\" data-envira-item-id=\"2583\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435-75x50_c.webp\" data-title=\"IMG_6435\" data-envirabox=\'2530\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-9    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2583\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_6435\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2530\" data-envira-index=\"8\" data-envira-item-id=\"2583\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435-320x240_c.webp 2x\" data-title=\"IMG_6435\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2530\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2582\" class=\"envira-gallery-item envira-gallery-item-10 envira-lazy-load\" style=\"padding-left: 4px; padding-bottom: 8px; padding-right: 4px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2530 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6097.webp\" title=\"IMG_6097\" data-caption=\"\" data-envira-item-id=\"2582\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6097.webp?fit=1440%2C1080&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6097-75x50_c.webp\" data-title=\"IMG_6097\" data-envirabox=\'2530\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6097-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-10    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2582\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_6097\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2530\" data-envira-index=\"9\" data-envira-item-id=\"2582\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6097-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6097-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6097-320x240_c.webp 2x\" data-title=\"IMG_6097\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2530\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2581\" class=\"envira-gallery-item envira-gallery-item-11 envira-lazy-load\" style=\"padding-left: 4px; padding-bottom: 8px; padding-right: 4px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2530 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1.webp\" title=\"IMG_6095\" data-caption=\"\" data-envira-item-id=\"2581\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1-75x50_c.webp\" data-title=\"IMG_6095\" data-envirabox=\'2530\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-11    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2581\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_6095\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2530\" data-envira-index=\"10\" data-envira-item-id=\"2581\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1-320x240_c.webp 2x\" data-title=\"IMG_6095\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2530\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2580\" class=\"envira-gallery-item envira-gallery-item-12 envira-lazy-load\" style=\"padding-left: 4px; padding-bottom: 8px; padding-right: 4px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2530 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1.webp\" title=\"IMG_4576\" data-caption=\"\" data-envira-item-id=\"2580\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1.webp?fit=1440%2C1080&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1-75x50_c.webp\" data-title=\"IMG_4576\" data-envirabox=\'2530\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-12    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2580\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4576\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2530\" data-envira-index=\"11\" data-envira-item-id=\"2580\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1-320x240_c.webp 2x\" data-title=\"IMG_4576\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2530\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2579\" class=\"envira-gallery-item envira-gallery-item-13 envira-lazy-load\" style=\"padding-left: 4px; padding-bottom: 8px; padding-right: 4px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2530 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-1.webp\" title=\"IMG_4573\" data-caption=\"\" data-envira-item-id=\"2579\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-1.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-1-75x50_c.webp\" data-title=\"IMG_4573\" data-envirabox=\'2530\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-1-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-13    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2579\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4573\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2530\" data-envira-index=\"12\" data-envira-item-id=\"2579\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-1-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-1-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-1-320x240_c.webp 2x\" data-title=\"IMG_4573\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2530\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div></div></div><noscript><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7731-scaled.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3275.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3477.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-1.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-1.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-1.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-1.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6097.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-1.webp\' alt=\'\' class=\'envira_noscript_images \' /></noscript>','off'),(369376,'_transient_timeout__eg_fragment_mobile_2947','1759592664','off'),(369377,'_transient__eg_fragment_mobile_2947','<div id=\"envira-gallery-wrap-2947\" class=\"envira-gallery-wrap envira-lazy-loading-enabled envira-layout-automatic\" itemscope itemtype=\"https://schema.org/ImageGallery\"><div class=\"envira-loader\"><div></div><div></div><div></div><div></div></div><div id=\"envira-gallery-2947\" class=\"envira-gallery-public envira-gallery-0-columns envira-clear envira-gallery-justified-public\" data-envira-id=\"2947\" data-gallery-config=\'{\"type\":\"default\",\"layout\":\"automatic\",\"columns\":\"0\",\"gallery_theme\":\"base\",\"justified_margins\":1,\"justified_last_row\":\"nojustify\",\"lazy_loading\":1,\"lazy_loading_delay\":500,\"gutter\":1,\"gutter_mobile\":0,\"margin\":1,\"image_size\":\"default\",\"square_size\":300,\"crop_width\":640,\"crop_height\":480,\"crop\":0,\"crop_position\":\"c\",\"show_more_text\":\"Click for more\",\"additional_copy_0\":0,\"additional_copy_title\":0,\"additional_copy_caption\":0,\"additional_copy_title_caption\":0,\"additional_copy_0_mobile\":0,\"additional_copy_title_mobile\":0,\"additional_copy_caption_mobile\":0,\"additional_copy_title_caption_mobile\":0,\"gallery_column_title_caption\":\"0\",\"gallery_column_title_caption_mobile\":\"0\",\"additional_copy_automatic_0\":0,\"additional_copy_automatic_title\":0,\"additional_copy_automatic_caption\":0,\"additional_copy_automatic_title_caption\":0,\"additional_copy_automatic_0_mobile\":0,\"additional_copy_automatic_title_mobile\":0,\"additional_copy_automatic_caption_mobile\":0,\"additional_copy_automatic_title_caption_mobile\":0,\"gallery_automatic_title_caption\":\"0\",\"gallery_automatic_title_caption_mobile\":\"0\",\"justified_row_height\":120,\"description_position\":\"0\",\"description\":\"\",\"random\":\"0\",\"sort_order\":\"0\",\"sorting_direction\":\"ASC\",\"image_sizes_random\":[],\"isotope\":0,\"lightbox_enabled\":1,\"gallery_link_enabled\":1,\"lightbox_theme\":\"base_dark\",\"lightbox_image_size\":\"default\",\"title_display\":\"float\",\"lightbox_title_caption\":\"title\",\"arrows\":1,\"arrows_position\":\"inside\",\"toolbar\":1,\"toolbar_title\":0,\"toolbar_position\":\"top\",\"loop\":1,\"lightbox_open_close_effect\":\"fade\",\"effect\":\"fade\",\"supersize\":0,\"thumbnails_toggle\":0,\"thumbnails_hide\":0,\"image_counter\":0,\"lightbox_html_caption\":0,\"thumbnails\":1,\"thumbnails_width\":\"auto\",\"thumbnails_height\":\"auto\",\"thumbnails_position\":\"bottom\",\"thumbnails_custom_size\":0,\"mobile\":1,\"mobile_width\":320,\"mobile_height\":240,\"mobile_lightbox\":1,\"mobile_gallery_link_enabled\":0,\"mobile_arrows\":1,\"mobile_toolbar\":1,\"mobile_thumbnails\":1,\"mobile_touchwipe_close\":0,\"mobile_thumbnails_width\":75,\"mobile_thumbnails_height\":50,\"mobile_justified_row_height\":80,\"keyboard\":true,\"standalone_template\":\"\",\"classes\":[\"\"],\"rtl\":0,\"slug\":\"our-work-bikes\",\"title\":\"\",\"gallery_id\":\"2947\"}\' data-gallery-images=\'[{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n.webp\",\"title\":\"437148274_742504491362521_7065599385733258382_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n.webp?fit=1440%2C1080&ssl=1\",\"index\":0,\"id\":3008,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/437148274_742504491362521_7065599385733258382_n-75x50_c.webp\",\"title\":\"437148274_742504491362521_7065599385733258382_n\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n.webp\",\"title\":\"504489709_17885899926279969_177754631791483776_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n.webp?fit=298%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n.webp?fit=768%2C774&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n.webp?fit=1016%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n.webp?fit=1440%2C1452&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n.webp?fit=1440%2C1452&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n-300x303.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n.webp?fit=1440%2C1452&ssl=1\",\"index\":1,\"id\":3007,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/504489709_17885899926279969_177754631791483776_n-75x50_c.webp\",\"title\":\"504489709_17885899926279969_177754631791483776_n\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n.webp\",\"title\":\"503284456_18509958433044190_7517990739271165788_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n.webp?fit=480%2C640&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n.webp?fit=480%2C640&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n.webp?fit=480%2C640&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n.webp?fit=480%2C640&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n.webp?fit=480%2C640&ssl=1\",\"index\":2,\"id\":3006,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/503284456_18509958433044190_7517990739271165788_n-75x50_c.webp\",\"title\":\"503284456_18509958433044190_7517990739271165788_n\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n.webp\",\"title\":\"498942563_18387584923142936_596123371765232778_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n.webp?fit=240%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n.webp?fit=768%2C960&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n.webp?fit=819%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n.webp?fit=1080%2C1350&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n.webp?fit=1080%2C1350&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n-300x375.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n.webp?fit=1080%2C1350&ssl=1\",\"index\":3,\"id\":3005,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/498942563_18387584923142936_596123371765232778_n-75x50_c.webp\",\"title\":\"498942563_18387584923142936_596123371765232778_n\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n.webp\",\"title\":\"497541595_18501294259001614_2598109448780506479_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n.webp?fit=300%2C200&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n.webp?fit=768%2C512&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n.webp?fit=1024%2C683&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n.webp?fit=1440%2C960&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n.webp?fit=1440%2C960&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n-300x200.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n.webp?fit=1440%2C960&ssl=1\",\"index\":4,\"id\":3004,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/497541595_18501294259001614_2598109448780506479_n-75x50_c.webp\",\"title\":\"497541595_18501294259001614_2598109448780506479_n\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n.webp\",\"title\":\"491442005_18510909595020751_7234922605167022337_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n.webp?fit=640%2C480&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n.webp?fit=640%2C480&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n.webp?fit=640%2C480&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n.webp?fit=640%2C480&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n.webp?fit=640%2C480&ssl=1\",\"index\":5,\"id\":3003,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/491442005_18510909595020751_7234922605167022337_n-75x50_c.webp\",\"title\":\"491442005_18510909595020751_7234922605167022337_n\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n.webp\",\"title\":\"488181926_644288625165545_5872832267448076159_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n.webp?fit=300%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n.webp?fit=768%2C768&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n.webp?fit=1024%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n.webp?fit=1440%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n.webp?fit=1440%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n-300x300.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n.webp?fit=1440%2C1440&ssl=1\",\"index\":6,\"id\":3002,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/488181926_644288625165545_5872832267448076159_n-75x50_c.webp\",\"title\":\"488181926_644288625165545_5872832267448076159_n\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n.webp\",\"title\":\"486213528_18495203686033581_4058816147006171820_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n.webp?fit=640%2C480&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n.webp?fit=640%2C480&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n.webp?fit=640%2C480&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n.webp?fit=640%2C480&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n.webp?fit=640%2C480&ssl=1\",\"index\":7,\"id\":3001,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/486213528_18495203686033581_4058816147006171820_n-75x50_c.webp\",\"title\":\"486213528_18495203686033581_4058816147006171820_n\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n.webp\",\"title\":\"470902406_1231561204578289_151210119275735549_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n.webp?fit=300%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n.webp?fit=768%2C768&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n.webp?fit=1024%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n.webp?fit=1440%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n.webp?fit=1440%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n-300x300.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n.webp?fit=1440%2C1440&ssl=1\",\"index\":8,\"id\":3000,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470902406_1231561204578289_151210119275735549_n-75x50_c.webp\",\"title\":\"470902406_1231561204578289_151210119275735549_n\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n.webp\",\"title\":\"470602685_18479309014047289_2606857417410813301_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n.webp?fit=300%2C200&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n.webp?fit=768%2C513&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n.webp?fit=1024%2C683&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n.webp?fit=1440%2C961&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n.webp?fit=1440%2C961&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n-300x200.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n.webp?fit=1440%2C961&ssl=1\",\"index\":9,\"id\":2999,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/470602685_18479309014047289_2606857417410813301_n-75x50_c.webp\",\"title\":\"470602685_18479309014047289_2606857417410813301_n\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n.webp\",\"title\":\"455036619_857294589254265_4022265624524897411_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n.webp?fit=300%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n.webp?fit=768%2C768&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n.webp?fit=1024%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n.webp?fit=1409%2C1409&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n.webp?fit=1409%2C1409&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n-300x300.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n.webp?fit=1409%2C1409&ssl=1\",\"index\":10,\"id\":2998,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/455036619_857294589254265_4022265624524897411_n-75x50_c.webp\",\"title\":\"455036619_857294589254265_4022265624524897411_n\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n.webp\",\"title\":\"449859150_1194962441742133_6344605474599175091_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n.webp?fit=240%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n.webp?fit=480%2C600&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n.webp?fit=480%2C600&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n.webp?fit=480%2C600&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n.webp?fit=480%2C600&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n-300x375.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n.webp?fit=480%2C600&ssl=1\",\"index\":11,\"id\":2997,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/449859150_1194962441742133_6344605474599175091_n-75x50_c.webp\",\"title\":\"449859150_1194962441742133_6344605474599175091_n\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n.webp\",\"title\":\"447671102_18435710512058900_2002726956368915108_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n.webp?fit=240%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n.webp?fit=480%2C600&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n.webp?fit=480%2C600&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n.webp?fit=480%2C600&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n.webp?fit=480%2C600&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n-300x375.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n.webp?fit=480%2C600&ssl=1\",\"index\":12,\"id\":2996,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/447671102_18435710512058900_2002726956368915108_n-75x50_c.webp\",\"title\":\"447671102_18435710512058900_2002726956368915108_n\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n.webp\",\"title\":\"445587699_786824676755447_6957098027536781905_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n.webp?fit=300%2C248&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n.webp?fit=640%2C529&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n.webp?fit=640%2C529&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n.webp?fit=640%2C529&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n.webp?fit=640%2C529&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n-300x248.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n.webp?fit=640%2C529&ssl=1\",\"index\":13,\"id\":2995,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445587699_786824676755447_6957098027536781905_n-75x50_c.webp\",\"title\":\"445587699_786824676755447_6957098027536781905_n\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n.webp\",\"title\":\"445175176_463852779535417_6180761558755325466_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n.webp?fit=1440%2C1080&ssl=1\",\"index\":14,\"id\":2994,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/445175176_463852779535417_6180761558755325466_n-75x50_c.webp\",\"title\":\"445175176_463852779535417_6180761558755325466_n\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1.webp\",\"title\":\"IMG_5372\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1.webp?fit=300%2C207&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1.webp?fit=768%2C530&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1.webp?fit=1024%2C706&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1.webp?fit=1440%2C993&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1.webp?fit=1440%2C993&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1-300x207.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1.webp?fit=1440%2C993&ssl=1\",\"index\":15,\"id\":2993,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5372-1-75x50_c.webp\",\"title\":\"IMG_5372\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981.webp\",\"title\":\"VCYT6981\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981.webp?fit=640%2C852&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981.webp?fit=640%2C852&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981.webp?fit=640%2C852&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981.webp?fit=640%2C852&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981-300x399.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981.webp?fit=640%2C852&ssl=1\",\"index\":16,\"id\":2992,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/VCYT6981-75x50_c.webp\",\"title\":\"VCYT6981\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092.webp\",\"title\":\"PLSX7092\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092.webp?fit=169%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092.webp?fit=750%2C1334&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092.webp?fit=576%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092.webp?fit=750%2C1334&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092.webp?fit=750%2C1334&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092-300x534.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092.webp?fit=750%2C1334&ssl=1\",\"index\":17,\"id\":2991,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PLSX7092-75x50_c.webp\",\"title\":\"PLSX7092\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755.webp\",\"title\":\"MTJR4755\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755.webp?fit=1200%2C900&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755.webp?fit=1200%2C900&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755.webp?fit=1200%2C900&ssl=1\",\"index\":18,\"id\":2990,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MTJR4755-75x50_c.webp\",\"title\":\"MTJR4755\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487.webp\",\"title\":\"MGLF7487\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487.webp?fit=750%2C562&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487.webp?fit=750%2C562&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487.webp?fit=750%2C562&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487.webp?fit=750%2C562&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487.webp?fit=750%2C562&ssl=1\",\"index\":19,\"id\":2989,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/MGLF7487-75x50_c.webp\",\"title\":\"MGLF7487\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317.webp\",\"title\":\"IMG-4317\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317.webp?fit=300%2C200&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317.webp?fit=768%2C512&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317.webp?fit=1024%2C683&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317.webp?fit=1200%2C800&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317.webp?fit=1200%2C800&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317-300x200.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317.webp?fit=1200%2C800&ssl=1\",\"index\":20,\"id\":2988,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG-4317-75x50_c.webp\",\"title\":\"IMG-4317\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012.webp\",\"title\":\"IMG_9012\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012.webp?fit=300%2C237&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012.webp?fit=768%2C607&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012.webp?fit=1024%2C809&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012.webp?fit=1200%2C948&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012.webp?fit=1200%2C948&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012-300x237.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012.webp?fit=1200%2C948&ssl=1\",\"index\":21,\"id\":2987,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9012-75x50_c.webp\",\"title\":\"IMG_9012\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907.webp\",\"title\":\"IMG_8907\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907.webp?fit=640%2C480&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907.webp?fit=640%2C480&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907.webp?fit=640%2C480&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907.webp?fit=640%2C480&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907.webp?fit=640%2C480&ssl=1\",\"index\":22,\"id\":2986,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8907-75x50_c.webp\",\"title\":\"IMG_8907\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927.webp\",\"title\":\"IMG_4927\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927.webp?fit=960%2C720&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927.webp?fit=960%2C720&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927.webp?fit=960%2C720&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927.webp?fit=960%2C720&ssl=1\",\"index\":23,\"id\":2984,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4927-75x50_c.webp\",\"title\":\"IMG_4927\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900.webp\",\"title\":\"IMG_4900\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900.webp?fit=151%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900.webp?fit=768%2C1526&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900.webp?fit=515%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900.webp?fit=773%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900.webp?fit=902%2C1792&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900-300x596.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900.webp?fit=902%2C1792&ssl=1\",\"index\":24,\"id\":2983,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4900-75x50_c.webp\",\"title\":\"IMG_4900\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541.webp\",\"title\":\"IMG_4541\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541.webp?fit=300%2C200&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541.webp?fit=768%2C513&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541.webp?fit=1024%2C684&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541.webp?fit=1536%2C1026&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541.webp?fit=1599%2C1068&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541-300x200.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541.webp?fit=1599%2C1068&ssl=1\",\"index\":25,\"id\":2982,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4541-75x50_c.webp\",\"title\":\"IMG_4541\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833.webp\",\"title\":\"IMG_2833\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833.webp?fit=1600%2C1200&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833.webp?fit=1600%2C1200&ssl=1\",\"index\":26,\"id\":2978,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2833-75x50_c.webp\",\"title\":\"IMG_2833\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832.webp\",\"title\":\"IMG_2832\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832.webp?fit=1600%2C1200&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832.webp?fit=1600%2C1200&ssl=1\",\"index\":27,\"id\":2977,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2832-75x50_c.webp\",\"title\":\"IMG_2832\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831.webp\",\"title\":\"IMG_2831\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831.webp?fit=1600%2C1200&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831.webp?fit=1600%2C1200&ssl=1\",\"index\":28,\"id\":2976,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2831-75x50_c.webp\",\"title\":\"IMG_2831\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659.webp\",\"title\":\"IMG_2659\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659.webp?fit=169%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659.webp?fit=750%2C1334&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659.webp?fit=576%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659.webp?fit=750%2C1334&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659.webp?fit=750%2C1334&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659-300x534.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659.webp?fit=750%2C1334&ssl=1\",\"index\":29,\"id\":2973,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2659-75x50_c.webp\",\"title\":\"IMG_2659\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989.webp\",\"title\":\"IMG_1989\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989.webp?fit=960%2C1280&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989.webp?fit=960%2C1280&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989.webp?fit=960%2C1280&ssl=1\",\"index\":30,\"id\":2970,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1989-75x50_c.webp\",\"title\":\"IMG_1989\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734.webp\",\"title\":\"IMG_1734\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734.webp?fit=2016%2C1512&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734.webp?fit=2016%2C1512&ssl=1\",\"index\":31,\"id\":2968,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1734-75x50_c.webp\",\"title\":\"IMG_1734\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104.webp\",\"title\":\"IMG_1104\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104.webp?fit=300%2C169&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104.webp?fit=768%2C432&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104.webp?fit=1024%2C576&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104.webp?fit=1536%2C864&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104.webp?fit=1920%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104-300x169.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104.webp?fit=1920%2C1080&ssl=1\",\"index\":32,\"id\":2966,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1104-75x50_c.webp\",\"title\":\"IMG_1104\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097.webp\",\"title\":\"IMG_1097\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097.webp?fit=640%2C480&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097.webp?fit=640%2C480&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097.webp?fit=640%2C480&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097.webp?fit=640%2C480&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097.webp?fit=640%2C480&ssl=1\",\"index\":33,\"id\":2965,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1097-75x50_c.webp\",\"title\":\"IMG_1097\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095.webp\",\"title\":\"IMG_1095\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095.webp?fit=300%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095.webp?fit=768%2C767&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095.webp?fit=1024%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095.webp?fit=1080%2C1079&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095.webp?fit=1080%2C1079&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095-300x300.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095.webp?fit=1080%2C1079&ssl=1\",\"index\":34,\"id\":2964,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1095-75x50_c.webp\",\"title\":\"IMG_1095\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089.webp\",\"title\":\"IMG_1089\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089.webp?fit=300%2C198&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089.webp?fit=640%2C423&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089.webp?fit=640%2C423&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089.webp?fit=640%2C423&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089.webp?fit=640%2C423&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089-300x198.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089.webp?fit=640%2C423&ssl=1\",\"index\":35,\"id\":2963,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1089-75x50_c.webp\",\"title\":\"IMG_1089\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084.webp\",\"title\":\"IMG_1084\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084.webp?fit=169%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084.webp?fit=750%2C1334&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084.webp?fit=576%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084.webp?fit=750%2C1334&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084.webp?fit=750%2C1334&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084-300x534.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084.webp?fit=750%2C1334&ssl=1\",\"index\":36,\"id\":2960,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1084-75x50_c.webp\",\"title\":\"IMG_1084\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079.webp\",\"title\":\"IMG_1079\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079.webp?fit=300%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079.webp?fit=768%2C764&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079.webp?fit=1024%2C1019&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079.webp?fit=1280%2C1274&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079.webp?fit=1280%2C1274&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079-300x299.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079.webp?fit=1280%2C1274&ssl=1\",\"index\":37,\"id\":2959,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1079-75x50_c.webp\",\"title\":\"IMG_1079\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944.webp\",\"title\":\"IMG_0944\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944.webp?fit=300%2C200&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944.webp?fit=768%2C512&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944.webp?fit=960%2C640&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944.webp?fit=960%2C640&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944.webp?fit=960%2C640&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944-300x200.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944.webp?fit=960%2C640&ssl=1\",\"index\":38,\"id\":2958,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0944-75x50_c.webp\",\"title\":\"IMG_0944\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501.webp\",\"title\":\"Screenshot\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501.jpg\",\"alt\":\"\",\"caption\":\"Screenshot\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501.webp?fit=300%2C198&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501.webp?fit=768%2C506&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501.webp?fit=828%2C546&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501.webp?fit=828%2C546&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501.webp?fit=828%2C546&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501-300x198.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501.webp?fit=828%2C546&ssl=1\",\"index\":39,\"id\":2957,\"video\":false,\"opts\":{\"caption\":\"Screenshot\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0501-75x50_c.webp\",\"title\":\"Screenshot\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498.webp\",\"title\":\"Screenshot\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498.jpg\",\"alt\":\"\",\"caption\":\"Screenshot\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498.webp?fit=300%2C198&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498.webp?fit=768%2C507&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498.webp?fit=828%2C547&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498.webp?fit=828%2C547&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498.webp?fit=828%2C547&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498-300x198.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498.webp?fit=828%2C547&ssl=1\",\"index\":40,\"id\":2954,\"video\":false,\"opts\":{\"caption\":\"Screenshot\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0498-75x50_c.webp\",\"title\":\"Screenshot\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n.webp\",\"title\":\"87953997_230236561487320_861082269299769344_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n.webp?fit=480%2C360&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n.webp?fit=480%2C360&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n.webp?fit=480%2C360&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n.webp?fit=480%2C360&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n.webp?fit=480%2C360&ssl=1\",\"index\":41,\"id\":2953,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/87953997_230236561487320_861082269299769344_n-75x50_c.webp\",\"title\":\"87953997_230236561487320_861082269299769344_n\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472.webp\",\"title\":\"811871D3-C280-46D5-9DBC-589C4E700472\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472.webp?fit=300%2C199&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472.webp?fit=768%2C509&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472.webp?fit=853%2C565&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472.webp?fit=853%2C565&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472.webp?fit=853%2C565&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472-300x199.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472.webp?fit=853%2C565&ssl=1\",\"index\":42,\"id\":2951,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/811871D3-C280-46D5-9DBC-589C4E700472-75x50_c.webp\",\"title\":\"811871D3-C280-46D5-9DBC-589C4E700472\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F.webp\",\"title\":\"09002F42-61AF-4003-9CC1-C09F374AC11F\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F.webp?fit=300%2C215&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F.webp?fit=768%2C551&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F.webp?fit=791%2C567&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F.webp?fit=791%2C567&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F.webp?fit=791%2C567&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F-300x215.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F.webp?fit=791%2C567&ssl=1\",\"index\":43,\"id\":2950,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/09002F42-61AF-4003-9CC1-C09F374AC11F-75x50_c.webp\",\"title\":\"09002F42-61AF-4003-9CC1-C09F374AC11F\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2.webp\",\"title\":\"9BEACE47-192C-4771-87CB-55F3CD28C0E2\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2.webp?fit=300%2C235&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2.webp?fit=768%2C602&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2.webp?fit=1024%2C803&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2.webp?fit=1280%2C1004&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2.webp?fit=1280%2C1004&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2-300x235.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2.webp?fit=1280%2C1004&ssl=1\",\"index\":44,\"id\":2949,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/9BEACE47-192C-4771-87CB-55F3CD28C0E2-75x50_c.webp\",\"title\":\"9BEACE47-192C-4771-87CB-55F3CD28C0E2\"},\"gallery_id\":\"2947\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A.webp\",\"title\":\"0A06FF3E-3164-4558-90E1-6547222E7B0A\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A.webp?fit=300%2C194&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A.webp?fit=756%2C490&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A.webp?fit=756%2C490&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A.webp?fit=756%2C490&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A.webp?fit=756%2C490&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A-300x194.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A.webp?fit=756%2C490&ssl=1\",\"index\":45,\"id\":2948,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/0A06FF3E-3164-4558-90E1-6547222E7B0A-75x50_c.webp\",\"title\":\"0A06FF3E-3164-4558-90E1-6547222E7B0A\"},\"gallery_id\":\"2947\"}]\' data-lightbox-theme=\'{&quot;arrows&quot;:true,&quot;margins&quot;:[120,0],&quot;gutter&quot;:&quot;100&quot;,&quot;thumbs_position&quot;:&quot;bottom&quot;,&quot;base_template&quot;:&quot;&lt;div id=\\&quot;envirabox-2947\\&quot; data-envirabox-id=\\&quot;2947\\&quot; class=\\&quot;envirabox-container envirabox-theme-base_dark envirabox-wrap\\&quot; role=\\&quot;dialog\\&quot;&gt;&lt;div class=\\&quot;envirabox-bg\\&quot;&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-outer\\&quot;&gt;&lt;div class=\\&quot;envirabox-inner\\&quot;&gt;&lt;div class=\\&quot;envirabox-caption-wrap\\&quot;&gt;&lt;div class=\\&quot;envirabox-title\\&quot;&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-toolbar\\&quot;&gt;&lt;div class=\\&quot;envira-close-button\\&quot;&gt;&lt;a data-envirabox-close class=\\&quot;envirabox-item envirabox-close envirabox-button--close\\&quot; title=\\&quot;Close\\&quot; href=\\&quot;#\\&quot;&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-navigation\\&quot;&gt;&lt;a data-envirabox-prev title=\\&quot;Prev\\&quot; class=\\&quot;envirabox-arrow envirabox-arrow--left envirabox-nav envirabox-prev\\&quot; href=\\&quot;#\\&quot;&gt;&lt;span&gt;&lt;\\/span&gt;&lt;\\/a&gt;&lt;a data-envirabox-next title=\\&quot;Next\\&quot; class=\\&quot;envirabox-arrow envirabox-arrow--right envirabox-nav envirabox-next\\&quot; href=\\&quot;#\\&quot;&gt;&lt;span&gt;&lt;\\/span&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-stage\\&quot;&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;load_all&quot;:false,&quot;error_template&quot;:&quot;&lt;div class=\\&quot;envirabox-error\\&quot;&gt;&lt;p&gt;{{ERROR}}&lt;p&gt;&lt;\\/div&gt;&quot;,&quot;inner_caption&quot;:false,&quot;caption_position&quot;:false,&quot;arrow_position&quot;:false,&quot;toolbar&quot;:true,&quot;infobar&quot;:false,&quot;show_smallbtn&quot;:false,&quot;idle_time&quot;:false,&quot;click_content&quot;:false,&quot;click_slide&quot;:false,&quot;click_outside&quot;:false,&quot;animation_duration&quot;:false,&quot;transition_duration&quot;:false,&quot;small_btn_template&quot;:&quot;&lt;a data-envirabox-close class=\\&quot;envirabox-item envirabox-close envirabox-button--close\\&quot; title=\\&quot;Close\\&quot; href=\\&quot;#\\&quot;&gt;&lt;\\/a&gt;&quot;}\' data-parsed-attrs=\'{\"id\":\"2947\",\"cache\":true}\'><div id=\"envira-gallery-item-3008\" class=\"envira-gallery-item envira-gallery-item-1 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/437148274_742504491362521_7065599385733258382_n.webp\" title=\"437148274_742504491362521_7065599385733258382_n\" data-caption=\"\" data-envira-item-id=\"3008\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/437148274_742504491362521_7065599385733258382_n.webp\" data-thumb=\"\" data-title=\"437148274_742504491362521_7065599385733258382_n\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/437148274_742504491362521_7065599385733258382_n-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-1    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3008\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"437148274_742504491362521_7065599385733258382_n\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"0\" data-envira-item-id=\"3008\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/437148274_742504491362521_7065599385733258382_n-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/437148274_742504491362521_7065599385733258382_n-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/437148274_742504491362521_7065599385733258382_n-320x240_c.webp 2x\" data-title=\"437148274_742504491362521_7065599385733258382_n\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3007\" class=\"envira-gallery-item envira-gallery-item-2 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/504489709_17885899926279969_177754631791483776_n.webp\" title=\"504489709_17885899926279969_177754631791483776_n\" data-caption=\"\" data-envira-item-id=\"3007\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/504489709_17885899926279969_177754631791483776_n.webp\" data-thumb=\"\" data-title=\"504489709_17885899926279969_177754631791483776_n\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/504489709_17885899926279969_177754631791483776_n-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-2    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3007\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"504489709_17885899926279969_177754631791483776_n\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"1\" data-envira-item-id=\"3007\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/504489709_17885899926279969_177754631791483776_n-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/504489709_17885899926279969_177754631791483776_n-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/504489709_17885899926279969_177754631791483776_n-320x240_c.webp 2x\" data-title=\"504489709_17885899926279969_177754631791483776_n\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3006\" class=\"envira-gallery-item envira-gallery-item-3 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/503284456_18509958433044190_7517990739271165788_n.webp\" title=\"503284456_18509958433044190_7517990739271165788_n\" data-caption=\"\" data-envira-item-id=\"3006\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/503284456_18509958433044190_7517990739271165788_n.webp\" data-thumb=\"\" data-title=\"503284456_18509958433044190_7517990739271165788_n\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/503284456_18509958433044190_7517990739271165788_n-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-3    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3006\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"503284456_18509958433044190_7517990739271165788_n\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"2\" data-envira-item-id=\"3006\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/503284456_18509958433044190_7517990739271165788_n-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/503284456_18509958433044190_7517990739271165788_n-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/503284456_18509958433044190_7517990739271165788_n-320x240_c.webp 2x\" data-title=\"503284456_18509958433044190_7517990739271165788_n\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3005\" class=\"envira-gallery-item envira-gallery-item-4 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/498942563_18387584923142936_596123371765232778_n.webp\" title=\"498942563_18387584923142936_596123371765232778_n\" data-caption=\"\" data-envira-item-id=\"3005\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/498942563_18387584923142936_596123371765232778_n.webp\" data-thumb=\"\" data-title=\"498942563_18387584923142936_596123371765232778_n\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/498942563_18387584923142936_596123371765232778_n-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-4    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3005\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"498942563_18387584923142936_596123371765232778_n\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"3\" data-envira-item-id=\"3005\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/498942563_18387584923142936_596123371765232778_n-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/498942563_18387584923142936_596123371765232778_n-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/498942563_18387584923142936_596123371765232778_n-320x240_c.webp 2x\" data-title=\"498942563_18387584923142936_596123371765232778_n\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3004\" class=\"envira-gallery-item envira-gallery-item-5 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/497541595_18501294259001614_2598109448780506479_n.webp\" title=\"497541595_18501294259001614_2598109448780506479_n\" data-caption=\"\" data-envira-item-id=\"3004\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/497541595_18501294259001614_2598109448780506479_n.webp\" data-thumb=\"\" data-title=\"497541595_18501294259001614_2598109448780506479_n\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/497541595_18501294259001614_2598109448780506479_n-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-5    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3004\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"497541595_18501294259001614_2598109448780506479_n\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"4\" data-envira-item-id=\"3004\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/497541595_18501294259001614_2598109448780506479_n-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/497541595_18501294259001614_2598109448780506479_n-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/497541595_18501294259001614_2598109448780506479_n-320x240_c.webp 2x\" data-title=\"497541595_18501294259001614_2598109448780506479_n\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3003\" class=\"envira-gallery-item envira-gallery-item-6 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/491442005_18510909595020751_7234922605167022337_n.webp\" title=\"491442005_18510909595020751_7234922605167022337_n\" data-caption=\"\" data-envira-item-id=\"3003\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/491442005_18510909595020751_7234922605167022337_n.webp\" data-thumb=\"\" data-title=\"491442005_18510909595020751_7234922605167022337_n\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/491442005_18510909595020751_7234922605167022337_n-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-6    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3003\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"491442005_18510909595020751_7234922605167022337_n\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"5\" data-envira-item-id=\"3003\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/491442005_18510909595020751_7234922605167022337_n-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/491442005_18510909595020751_7234922605167022337_n-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/491442005_18510909595020751_7234922605167022337_n-320x240_c.webp 2x\" data-title=\"491442005_18510909595020751_7234922605167022337_n\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3002\" class=\"envira-gallery-item envira-gallery-item-7 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/488181926_644288625165545_5872832267448076159_n.webp\" title=\"488181926_644288625165545_5872832267448076159_n\" data-caption=\"\" data-envira-item-id=\"3002\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/488181926_644288625165545_5872832267448076159_n.webp\" data-thumb=\"\" data-title=\"488181926_644288625165545_5872832267448076159_n\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/488181926_644288625165545_5872832267448076159_n-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-7    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3002\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"488181926_644288625165545_5872832267448076159_n\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"6\" data-envira-item-id=\"3002\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/488181926_644288625165545_5872832267448076159_n-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/488181926_644288625165545_5872832267448076159_n-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/488181926_644288625165545_5872832267448076159_n-320x240_c.webp 2x\" data-title=\"488181926_644288625165545_5872832267448076159_n\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3001\" class=\"envira-gallery-item envira-gallery-item-8 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/486213528_18495203686033581_4058816147006171820_n.webp\" title=\"486213528_18495203686033581_4058816147006171820_n\" data-caption=\"\" data-envira-item-id=\"3001\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/486213528_18495203686033581_4058816147006171820_n.webp\" data-thumb=\"\" data-title=\"486213528_18495203686033581_4058816147006171820_n\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/486213528_18495203686033581_4058816147006171820_n-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-8    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3001\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"486213528_18495203686033581_4058816147006171820_n\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"7\" data-envira-item-id=\"3001\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/486213528_18495203686033581_4058816147006171820_n-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/486213528_18495203686033581_4058816147006171820_n-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/486213528_18495203686033581_4058816147006171820_n-320x240_c.webp 2x\" data-title=\"486213528_18495203686033581_4058816147006171820_n\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3000\" class=\"envira-gallery-item envira-gallery-item-9 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470902406_1231561204578289_151210119275735549_n.webp\" title=\"470902406_1231561204578289_151210119275735549_n\" data-caption=\"\" data-envira-item-id=\"3000\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470902406_1231561204578289_151210119275735549_n.webp\" data-thumb=\"\" data-title=\"470902406_1231561204578289_151210119275735549_n\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/470902406_1231561204578289_151210119275735549_n-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-9    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3000\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"470902406_1231561204578289_151210119275735549_n\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"8\" data-envira-item-id=\"3000\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/470902406_1231561204578289_151210119275735549_n-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/470902406_1231561204578289_151210119275735549_n-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/470902406_1231561204578289_151210119275735549_n-320x240_c.webp 2x\" data-title=\"470902406_1231561204578289_151210119275735549_n\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2999\" class=\"envira-gallery-item envira-gallery-item-10 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470602685_18479309014047289_2606857417410813301_n.webp\" title=\"470602685_18479309014047289_2606857417410813301_n\" data-caption=\"\" data-envira-item-id=\"2999\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470602685_18479309014047289_2606857417410813301_n.webp\" data-thumb=\"\" data-title=\"470602685_18479309014047289_2606857417410813301_n\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/470602685_18479309014047289_2606857417410813301_n-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-10    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2999\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"470602685_18479309014047289_2606857417410813301_n\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"9\" data-envira-item-id=\"2999\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/470602685_18479309014047289_2606857417410813301_n-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/470602685_18479309014047289_2606857417410813301_n-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/470602685_18479309014047289_2606857417410813301_n-320x240_c.webp 2x\" data-title=\"470602685_18479309014047289_2606857417410813301_n\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2998\" class=\"envira-gallery-item envira-gallery-item-11 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/455036619_857294589254265_4022265624524897411_n.webp\" title=\"455036619_857294589254265_4022265624524897411_n\" data-caption=\"\" data-envira-item-id=\"2998\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/455036619_857294589254265_4022265624524897411_n.webp\" data-thumb=\"\" data-title=\"455036619_857294589254265_4022265624524897411_n\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/455036619_857294589254265_4022265624524897411_n-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-11    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2998\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"455036619_857294589254265_4022265624524897411_n\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"10\" data-envira-item-id=\"2998\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/455036619_857294589254265_4022265624524897411_n-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/455036619_857294589254265_4022265624524897411_n-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/455036619_857294589254265_4022265624524897411_n-320x240_c.webp 2x\" data-title=\"455036619_857294589254265_4022265624524897411_n\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2997\" class=\"envira-gallery-item envira-gallery-item-12 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/449859150_1194962441742133_6344605474599175091_n.webp\" title=\"449859150_1194962441742133_6344605474599175091_n\" data-caption=\"\" data-envira-item-id=\"2997\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/449859150_1194962441742133_6344605474599175091_n.webp\" data-thumb=\"\" data-title=\"449859150_1194962441742133_6344605474599175091_n\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/449859150_1194962441742133_6344605474599175091_n-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-12    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2997\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"449859150_1194962441742133_6344605474599175091_n\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"11\" data-envira-item-id=\"2997\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/449859150_1194962441742133_6344605474599175091_n-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/449859150_1194962441742133_6344605474599175091_n-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/449859150_1194962441742133_6344605474599175091_n-320x240_c.webp 2x\" data-title=\"449859150_1194962441742133_6344605474599175091_n\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2996\" class=\"envira-gallery-item envira-gallery-item-13 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/447671102_18435710512058900_2002726956368915108_n.webp\" title=\"447671102_18435710512058900_2002726956368915108_n\" data-caption=\"\" data-envira-item-id=\"2996\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/447671102_18435710512058900_2002726956368915108_n.webp\" data-thumb=\"\" data-title=\"447671102_18435710512058900_2002726956368915108_n\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/447671102_18435710512058900_2002726956368915108_n-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-13    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2996\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"447671102_18435710512058900_2002726956368915108_n\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"12\" data-envira-item-id=\"2996\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/447671102_18435710512058900_2002726956368915108_n-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/447671102_18435710512058900_2002726956368915108_n-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/447671102_18435710512058900_2002726956368915108_n-320x240_c.webp 2x\" data-title=\"447671102_18435710512058900_2002726956368915108_n\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2995\" class=\"envira-gallery-item envira-gallery-item-14 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445587699_786824676755447_6957098027536781905_n.webp\" title=\"445587699_786824676755447_6957098027536781905_n\" data-caption=\"\" data-envira-item-id=\"2995\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445587699_786824676755447_6957098027536781905_n.webp\" data-thumb=\"\" data-title=\"445587699_786824676755447_6957098027536781905_n\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/445587699_786824676755447_6957098027536781905_n-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-14    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2995\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"445587699_786824676755447_6957098027536781905_n\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"13\" data-envira-item-id=\"2995\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/445587699_786824676755447_6957098027536781905_n-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/445587699_786824676755447_6957098027536781905_n-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/445587699_786824676755447_6957098027536781905_n-320x240_c.webp 2x\" data-title=\"445587699_786824676755447_6957098027536781905_n\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2994\" class=\"envira-gallery-item envira-gallery-item-15 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445175176_463852779535417_6180761558755325466_n.webp\" title=\"445175176_463852779535417_6180761558755325466_n\" data-caption=\"\" data-envira-item-id=\"2994\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445175176_463852779535417_6180761558755325466_n.webp\" data-thumb=\"\" data-title=\"445175176_463852779535417_6180761558755325466_n\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/445175176_463852779535417_6180761558755325466_n-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-15    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2994\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"445175176_463852779535417_6180761558755325466_n\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"14\" data-envira-item-id=\"2994\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/445175176_463852779535417_6180761558755325466_n-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/445175176_463852779535417_6180761558755325466_n-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/445175176_463852779535417_6180761558755325466_n-320x240_c.webp 2x\" data-title=\"445175176_463852779535417_6180761558755325466_n\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2993\" class=\"envira-gallery-item envira-gallery-item-16 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5372-1.webp\" title=\"IMG_5372\" data-caption=\"\" data-envira-item-id=\"2993\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5372-1.webp\" data-thumb=\"\" data-title=\"IMG_5372\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5372-1-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-16    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2993\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_5372\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"15\" data-envira-item-id=\"2993\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5372-1-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5372-1-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5372-1-320x240_c.webp 2x\" data-title=\"IMG_5372\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2992\" class=\"envira-gallery-item envira-gallery-item-17 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/VCYT6981.jpg\" title=\"VCYT6981\" data-caption=\"\" data-envira-item-id=\"2992\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/VCYT6981.webp?fit=640%2C852&ssl=1\" data-thumb=\"\" data-title=\"VCYT6981\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/VCYT6981-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-17    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2992\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"VCYT6981\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"16\" data-envira-item-id=\"2992\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/VCYT6981-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/VCYT6981-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/VCYT6981-320x240_c.webp 2x\" data-title=\"VCYT6981\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2991\" class=\"envira-gallery-item envira-gallery-item-18 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PLSX7092.jpg\" title=\"PLSX7092\" data-caption=\"\" data-envira-item-id=\"2991\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/PLSX7092.webp?fit=750%2C1334&ssl=1\" data-thumb=\"\" data-title=\"PLSX7092\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/PLSX7092-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-18    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2991\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"PLSX7092\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"17\" data-envira-item-id=\"2991\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/PLSX7092-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/PLSX7092-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/PLSX7092-320x240_c.webp 2x\" data-title=\"PLSX7092\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2990\" class=\"envira-gallery-item envira-gallery-item-19 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MTJR4755.jpg\" title=\"MTJR4755\" data-caption=\"\" data-envira-item-id=\"2990\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/MTJR4755.webp?fit=1200%2C900&ssl=1\" data-thumb=\"\" data-title=\"MTJR4755\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/MTJR4755-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-19    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2990\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"MTJR4755\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"18\" data-envira-item-id=\"2990\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/MTJR4755-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/MTJR4755-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/MTJR4755-320x240_c.webp 2x\" data-title=\"MTJR4755\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2989\" class=\"envira-gallery-item envira-gallery-item-20 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MGLF7487.jpg\" title=\"MGLF7487\" data-caption=\"\" data-envira-item-id=\"2989\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/MGLF7487.webp?fit=750%2C562&ssl=1\" data-thumb=\"\" data-title=\"MGLF7487\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/MGLF7487-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-20    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2989\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"MGLF7487\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"19\" data-envira-item-id=\"2989\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/MGLF7487-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/MGLF7487-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/MGLF7487-320x240_c.webp 2x\" data-title=\"MGLF7487\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2988\" class=\"envira-gallery-item envira-gallery-item-21 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG-4317.jpg\" title=\"IMG-4317\" data-caption=\"\" data-envira-item-id=\"2988\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG-4317.webp?fit=1200%2C800&ssl=1\" data-thumb=\"\" data-title=\"IMG-4317\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG-4317-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-21    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2988\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG-4317\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"20\" data-envira-item-id=\"2988\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG-4317-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG-4317-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG-4317-320x240_c.webp 2x\" data-title=\"IMG-4317\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2987\" class=\"envira-gallery-item envira-gallery-item-22 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9012.jpg\" title=\"IMG_9012\" data-caption=\"\" data-envira-item-id=\"2987\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9012.webp?fit=1200%2C948&ssl=1\" data-thumb=\"\" data-title=\"IMG_9012\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9012-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-22    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2987\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_9012\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"21\" data-envira-item-id=\"2987\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9012-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9012-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9012-320x240_c.webp 2x\" data-title=\"IMG_9012\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2986\" class=\"envira-gallery-item envira-gallery-item-23 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8907.jpg\" title=\"IMG_8907\" data-caption=\"\" data-envira-item-id=\"2986\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8907.webp?fit=640%2C480&ssl=1\" data-thumb=\"\" data-title=\"IMG_8907\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8907-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-23    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2986\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_8907\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"22\" data-envira-item-id=\"2986\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8907-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8907-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8907-320x240_c.webp 2x\" data-title=\"IMG_8907\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2984\" class=\"envira-gallery-item envira-gallery-item-24 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4927.jpg\" title=\"IMG_4927\" data-caption=\"\" data-envira-item-id=\"2984\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4927.webp?fit=960%2C720&ssl=1\" data-thumb=\"\" data-title=\"IMG_4927\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4927-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-24    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2984\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4927\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"23\" data-envira-item-id=\"2984\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4927-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4927-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4927-320x240_c.webp 2x\" data-title=\"IMG_4927\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2983\" class=\"envira-gallery-item envira-gallery-item-25 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4900.jpg\" title=\"IMG_4900\" data-caption=\"\" data-envira-item-id=\"2983\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4900.webp?fit=902%2C1792&ssl=1\" data-thumb=\"\" data-title=\"IMG_4900\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4900-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-25    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2983\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4900\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"24\" data-envira-item-id=\"2983\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4900-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4900-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4900-320x240_c.webp 2x\" data-title=\"IMG_4900\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2982\" class=\"envira-gallery-item envira-gallery-item-26 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4541.jpg\" title=\"IMG_4541\" data-caption=\"\" data-envira-item-id=\"2982\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4541.webp?fit=1599%2C1068&ssl=1\" data-thumb=\"\" data-title=\"IMG_4541\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4541-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-26    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2982\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4541\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"25\" data-envira-item-id=\"2982\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4541-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4541-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4541-320x240_c.webp 2x\" data-title=\"IMG_4541\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2978\" class=\"envira-gallery-item envira-gallery-item-27 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2833.jpg\" title=\"IMG_2833\" data-caption=\"\" data-envira-item-id=\"2978\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2833.webp?fit=1600%2C1200&ssl=1\" data-thumb=\"\" data-title=\"IMG_2833\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2833-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-27    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2978\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2833\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"26\" data-envira-item-id=\"2978\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2833-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2833-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2833-320x240_c.webp 2x\" data-title=\"IMG_2833\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2977\" class=\"envira-gallery-item envira-gallery-item-28 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2832.jpg\" title=\"IMG_2832\" data-caption=\"\" data-envira-item-id=\"2977\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2832.webp?fit=1600%2C1200&ssl=1\" data-thumb=\"\" data-title=\"IMG_2832\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2832-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-28    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2977\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2832\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"27\" data-envira-item-id=\"2977\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2832-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2832-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2832-320x240_c.webp 2x\" data-title=\"IMG_2832\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2976\" class=\"envira-gallery-item envira-gallery-item-29 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2831.jpg\" title=\"IMG_2831\" data-caption=\"\" data-envira-item-id=\"2976\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2831.webp?fit=1600%2C1200&ssl=1\" data-thumb=\"\" data-title=\"IMG_2831\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2831-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-29    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2976\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2831\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"28\" data-envira-item-id=\"2976\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2831-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2831-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2831-320x240_c.webp 2x\" data-title=\"IMG_2831\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2973\" class=\"envira-gallery-item envira-gallery-item-30 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2659.png\" title=\"IMG_2659\" data-caption=\"\" data-envira-item-id=\"2973\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2659.webp?fit=750%2C1334&ssl=1\" data-thumb=\"\" data-title=\"IMG_2659\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2659-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-30    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2973\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2659\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"29\" data-envira-item-id=\"2973\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2659-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2659-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2659-320x240_c.webp 2x\" data-title=\"IMG_2659\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2970\" class=\"envira-gallery-item envira-gallery-item-31 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1989.jpg\" title=\"IMG_1989\" data-caption=\"\" data-envira-item-id=\"2970\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1989.webp?fit=960%2C1280&ssl=1\" data-thumb=\"\" data-title=\"IMG_1989\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1989-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-31    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2970\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1989\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"30\" data-envira-item-id=\"2970\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1989-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1989-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1989-320x240_c.webp 2x\" data-title=\"IMG_1989\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2968\" class=\"envira-gallery-item envira-gallery-item-32 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1734.jpg\" title=\"IMG_1734\" data-caption=\"\" data-envira-item-id=\"2968\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1734.webp?fit=2016%2C1512&ssl=1\" data-thumb=\"\" data-title=\"IMG_1734\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1734-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-32    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2968\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1734\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"31\" data-envira-item-id=\"2968\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1734-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1734-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1734-320x240_c.webp 2x\" data-title=\"IMG_1734\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2966\" class=\"envira-gallery-item envira-gallery-item-33 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1104.jpg\" title=\"IMG_1104\" data-caption=\"\" data-envira-item-id=\"2966\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1104.webp?fit=1920%2C1080&ssl=1\" data-thumb=\"\" data-title=\"IMG_1104\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1104-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-33    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2966\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1104\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"32\" data-envira-item-id=\"2966\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1104-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1104-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1104-320x240_c.webp 2x\" data-title=\"IMG_1104\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2965\" class=\"envira-gallery-item envira-gallery-item-34 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1097.jpg\" title=\"IMG_1097\" data-caption=\"\" data-envira-item-id=\"2965\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1097.webp?fit=640%2C480&ssl=1\" data-thumb=\"\" data-title=\"IMG_1097\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1097-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-34    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2965\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1097\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"33\" data-envira-item-id=\"2965\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1097-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1097-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1097-320x240_c.webp 2x\" data-title=\"IMG_1097\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2964\" class=\"envira-gallery-item envira-gallery-item-35 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1095.jpg\" title=\"IMG_1095\" data-caption=\"\" data-envira-item-id=\"2964\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1095.webp?fit=1080%2C1079&ssl=1\" data-thumb=\"\" data-title=\"IMG_1095\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1095-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-35    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2964\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1095\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"34\" data-envira-item-id=\"2964\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1095-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1095-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1095-320x240_c.webp 2x\" data-title=\"IMG_1095\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2963\" class=\"envira-gallery-item envira-gallery-item-36 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1089.jpg\" title=\"IMG_1089\" data-caption=\"\" data-envira-item-id=\"2963\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1089.webp?fit=640%2C423&ssl=1\" data-thumb=\"\" data-title=\"IMG_1089\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1089-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-36    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2963\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1089\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"35\" data-envira-item-id=\"2963\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1089-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1089-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1089-320x240_c.webp 2x\" data-title=\"IMG_1089\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2960\" class=\"envira-gallery-item envira-gallery-item-37 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1084.png\" title=\"IMG_1084\" data-caption=\"\" data-envira-item-id=\"2960\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1084.webp?fit=750%2C1334&ssl=1\" data-thumb=\"\" data-title=\"IMG_1084\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1084-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-37    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2960\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1084\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"36\" data-envira-item-id=\"2960\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1084-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1084-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1084-320x240_c.webp 2x\" data-title=\"IMG_1084\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2959\" class=\"envira-gallery-item envira-gallery-item-38 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1079.jpg\" title=\"IMG_1079\" data-caption=\"\" data-envira-item-id=\"2959\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1079.webp?fit=1280%2C1274&ssl=1\" data-thumb=\"\" data-title=\"IMG_1079\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1079-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-38    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2959\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1079\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"37\" data-envira-item-id=\"2959\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1079-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1079-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1079-320x240_c.webp 2x\" data-title=\"IMG_1079\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2958\" class=\"envira-gallery-item envira-gallery-item-39 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0944.jpg\" title=\"IMG_0944\" data-caption=\"\" data-envira-item-id=\"2958\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0944.webp?fit=960%2C640&ssl=1\" data-thumb=\"\" data-title=\"IMG_0944\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0944-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-39    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2958\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_0944\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"38\" data-envira-item-id=\"2958\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0944-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0944-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0944-320x240_c.webp 2x\" data-title=\"IMG_0944\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2957\" class=\"envira-gallery-item envira-gallery-item-40 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0501.jpg\" title=\"Screenshot\" data-caption=\"Screenshot\" data-envira-item-id=\"2957\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0501.webp?fit=828%2C546&ssl=1\" data-thumb=\"\" data-title=\"Screenshot\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0501-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-40    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2957\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Screenshot\" width=\"320\" data-caption=\"Screenshot\" data-envira-gallery-id=\"2947\" data-envira-index=\"39\" data-envira-item-id=\"2957\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0501-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0501-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0501-320x240_c.webp 2x\" data-title=\"Screenshot\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2954\" class=\"envira-gallery-item envira-gallery-item-41 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0498.jpg\" title=\"Screenshot\" data-caption=\"Screenshot\" data-envira-item-id=\"2954\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0498.webp?fit=828%2C547&ssl=1\" data-thumb=\"\" data-title=\"Screenshot\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0498-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-41    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2954\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Screenshot\" width=\"320\" data-caption=\"Screenshot\" data-envira-gallery-id=\"2947\" data-envira-index=\"40\" data-envira-item-id=\"2954\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0498-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0498-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0498-320x240_c.webp 2x\" data-title=\"Screenshot\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2953\" class=\"envira-gallery-item envira-gallery-item-42 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/87953997_230236561487320_861082269299769344_n.webp\" title=\"87953997_230236561487320_861082269299769344_n\" data-caption=\"\" data-envira-item-id=\"2953\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/87953997_230236561487320_861082269299769344_n.webp\" data-thumb=\"\" data-title=\"87953997_230236561487320_861082269299769344_n\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/87953997_230236561487320_861082269299769344_n-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-42    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2953\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"87953997_230236561487320_861082269299769344_n\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"41\" data-envira-item-id=\"2953\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/87953997_230236561487320_861082269299769344_n-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/87953997_230236561487320_861082269299769344_n-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/87953997_230236561487320_861082269299769344_n-320x240_c.webp 2x\" data-title=\"87953997_230236561487320_861082269299769344_n\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2951\" class=\"envira-gallery-item envira-gallery-item-43 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/811871D3-C280-46D5-9DBC-589C4E700472.webp\" title=\"811871D3-C280-46D5-9DBC-589C4E700472\" data-caption=\"\" data-envira-item-id=\"2951\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/811871D3-C280-46D5-9DBC-589C4E700472.webp\" data-thumb=\"\" data-title=\"811871D3-C280-46D5-9DBC-589C4E700472\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/811871D3-C280-46D5-9DBC-589C4E700472-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-43    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2951\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"811871D3-C280-46D5-9DBC-589C4E700472\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"42\" data-envira-item-id=\"2951\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/811871D3-C280-46D5-9DBC-589C4E700472-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/811871D3-C280-46D5-9DBC-589C4E700472-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/811871D3-C280-46D5-9DBC-589C4E700472-320x240_c.webp 2x\" data-title=\"811871D3-C280-46D5-9DBC-589C4E700472\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2950\" class=\"envira-gallery-item envira-gallery-item-44 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F.webp\" title=\"09002F42-61AF-4003-9CC1-C09F374AC11F\" data-caption=\"\" data-envira-item-id=\"2950\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F.webp\" data-thumb=\"\" data-title=\"09002F42-61AF-4003-9CC1-C09F374AC11F\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-44    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2950\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"09002F42-61AF-4003-9CC1-C09F374AC11F\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"43\" data-envira-item-id=\"2950\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F-320x240_c.webp 2x\" data-title=\"09002F42-61AF-4003-9CC1-C09F374AC11F\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2949\" class=\"envira-gallery-item envira-gallery-item-45 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2.webp\" title=\"9BEACE47-192C-4771-87CB-55F3CD28C0E2\" data-caption=\"\" data-envira-item-id=\"2949\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2.webp\" data-thumb=\"\" data-title=\"9BEACE47-192C-4771-87CB-55F3CD28C0E2\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-45    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2949\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"9BEACE47-192C-4771-87CB-55F3CD28C0E2\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"44\" data-envira-item-id=\"2949\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2-320x240_c.webp 2x\" data-title=\"9BEACE47-192C-4771-87CB-55F3CD28C0E2\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-2948\" class=\"envira-gallery-item envira-gallery-item-46 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-2947 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A.webp\" title=\"0A06FF3E-3164-4558-90E1-6547222E7B0A\" data-caption=\"\" data-envira-item-id=\"2948\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A.webp\" data-thumb=\"\" data-title=\"0A06FF3E-3164-4558-90E1-6547222E7B0A\" data-envirabox=\'2947\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-46    envira-lazy\" height=\"240\" id=\"envira-gallery-image-2948\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"0A06FF3E-3164-4558-90E1-6547222E7B0A\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"2947\" data-envira-index=\"45\" data-envira-item-id=\"2948\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A-320x240_c.webp 2x\" data-title=\"0A06FF3E-3164-4558-90E1-6547222E7B0A\" itemprop=\"thumbnailUrl\"  data-envirabox=\"2947\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div></div></div><noscript><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/437148274_742504491362521_7065599385733258382_n.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/504489709_17885899926279969_177754631791483776_n.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/503284456_18509958433044190_7517990739271165788_n.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/498942563_18387584923142936_596123371765232778_n.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/497541595_18501294259001614_2598109448780506479_n.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/491442005_18510909595020751_7234922605167022337_n.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/488181926_644288625165545_5872832267448076159_n.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/486213528_18495203686033581_4058816147006171820_n.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/470902406_1231561204578289_151210119275735549_n.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/470602685_18479309014047289_2606857417410813301_n.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/455036619_857294589254265_4022265624524897411_n.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/449859150_1194962441742133_6344605474599175091_n.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/447671102_18435710512058900_2002726956368915108_n.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/445587699_786824676755447_6957098027536781905_n.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/445175176_463852779535417_6180761558755325466_n.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5372-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/VCYT6981.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/PLSX7092.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/MTJR4755.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/MGLF7487.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG-4317.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9012.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8907.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4927.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4900.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4541.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2833.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2832.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2831.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2659.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1989.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1734.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1104.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1097.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1095.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1089.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1084.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1079.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0944.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0501.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0498.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/87953997_230236561487320_861082269299769344_n.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/811871D3-C280-46D5-9DBC-589C4E700472.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A.jpg\' alt=\'\' class=\'envira_noscript_images \' /></noscript>','off'),(369378,'_transient_timeout__eg_fragment_mobile_3010','1759592665','off'),(369379,'_transient__eg_fragment_mobile_3010','<div id=\"envira-gallery-wrap-3010\" class=\"envira-gallery-wrap envira-lazy-loading-enabled envira-layout-automatic\" itemscope itemtype=\"https://schema.org/ImageGallery\"><div class=\"envira-loader\"><div></div><div></div><div></div><div></div></div><div id=\"envira-gallery-3010\" class=\"envira-gallery-public envira-gallery-0-columns envira-clear envira-gallery-justified-public\" data-envira-id=\"3010\" data-gallery-config=\'{\"type\":\"default\",\"layout\":\"automatic\",\"columns\":\"0\",\"gallery_theme\":\"base\",\"justified_margins\":1,\"justified_last_row\":\"nojustify\",\"lazy_loading\":1,\"lazy_loading_delay\":500,\"gutter\":1,\"gutter_mobile\":0,\"margin\":1,\"image_size\":\"default\",\"square_size\":300,\"crop_width\":640,\"crop_height\":480,\"crop\":0,\"crop_position\":\"c\",\"show_more_text\":\"Click for more\",\"additional_copy_0\":0,\"additional_copy_title\":0,\"additional_copy_caption\":0,\"additional_copy_title_caption\":0,\"additional_copy_0_mobile\":0,\"additional_copy_title_mobile\":0,\"additional_copy_caption_mobile\":0,\"additional_copy_title_caption_mobile\":0,\"gallery_column_title_caption\":\"0\",\"gallery_column_title_caption_mobile\":\"0\",\"additional_copy_automatic_0\":0,\"additional_copy_automatic_title\":0,\"additional_copy_automatic_caption\":0,\"additional_copy_automatic_title_caption\":0,\"additional_copy_automatic_0_mobile\":0,\"additional_copy_automatic_title_mobile\":0,\"additional_copy_automatic_caption_mobile\":0,\"additional_copy_automatic_title_caption_mobile\":0,\"gallery_automatic_title_caption\":\"0\",\"gallery_automatic_title_caption_mobile\":\"0\",\"justified_row_height\":100,\"description_position\":\"0\",\"description\":\"\",\"random\":\"0\",\"sort_order\":\"0\",\"sorting_direction\":\"ASC\",\"image_sizes_random\":[],\"isotope\":0,\"lightbox_enabled\":1,\"gallery_link_enabled\":1,\"lightbox_theme\":\"base_dark\",\"lightbox_image_size\":\"default\",\"title_display\":\"float\",\"lightbox_title_caption\":\"title\",\"arrows\":1,\"arrows_position\":\"inside\",\"toolbar\":0,\"toolbar_title\":0,\"toolbar_position\":\"top\",\"loop\":1,\"lightbox_open_close_effect\":\"fade\",\"effect\":\"fade\",\"supersize\":0,\"thumbnails_toggle\":0,\"thumbnails_hide\":0,\"image_counter\":0,\"lightbox_html_caption\":0,\"thumbnails\":1,\"thumbnails_width\":\"auto\",\"thumbnails_height\":\"auto\",\"thumbnails_position\":\"bottom\",\"thumbnails_custom_size\":0,\"mobile\":1,\"mobile_width\":320,\"mobile_height\":240,\"mobile_lightbox\":1,\"mobile_gallery_link_enabled\":0,\"mobile_arrows\":1,\"mobile_toolbar\":1,\"mobile_thumbnails\":1,\"mobile_touchwipe_close\":0,\"mobile_thumbnails_width\":75,\"mobile_thumbnails_height\":50,\"mobile_justified_row_height\":80,\"keyboard\":true,\"standalone_template\":\"\",\"classes\":[\"\"],\"rtl\":0,\"slug\":\"our-work-wraps\",\"title\":\"\",\"gallery_id\":\"3010\"}\' data-gallery-images=\'[{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812.webp\",\"title\":\"IMG_3812\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812.webp?fit=279%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812.webp?fit=768%2C827&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812.webp?fit=951%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812.webp?fit=1337%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812.webp?fit=1337%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812-300x323.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812.webp?fit=1337%2C1440&ssl=1\",\"index\":0,\"id\":3148,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3812-75x50_c.webp\",\"title\":\"IMG_3812\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845.webp\",\"title\":\"IMG_3845\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845.webp?fit=1080%2C1440&ssl=1\",\"index\":1,\"id\":3147,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3845-75x50_c.webp\",\"title\":\"IMG_3845\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846.webp\",\"title\":\"IMG_3846\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846.webp?fit=1080%2C1440&ssl=1\",\"index\":2,\"id\":3146,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3846-75x50_c.webp\",\"title\":\"IMG_3846\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897.webp\",\"title\":\"IMG_3897\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897.webp?fit=263%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897.webp?fit=768%2C878&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897.webp?fit=896%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897.webp?fit=1260%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897.webp?fit=1260%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897-300x343.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897.webp?fit=1260%2C1440&ssl=1\",\"index\":3,\"id\":3145,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3897-75x50_c.webp\",\"title\":\"IMG_3897\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp\",\"title\":\"IMG_3948\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?fit=298%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?fit=768%2C774&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?fit=1016%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?fit=1429%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?fit=1429%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948-300x302.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948.webp?fit=1429%2C1440&ssl=1\",\"index\":4,\"id\":3143,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3948-75x50_c.webp\",\"title\":\"IMG_3948\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960.webp\",\"title\":\"IMG_3960\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960.webp?fit=293%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960.webp?fit=768%2C785&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960.webp?fit=1002%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960.webp?fit=1080%2C1104&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960.webp?fit=1080%2C1104&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960-300x307.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960.webp?fit=1080%2C1104&ssl=1\",\"index\":5,\"id\":3141,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3960-75x50_c.webp\",\"title\":\"IMG_3960\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966.webp\",\"title\":\"IMG_3966\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966.webp?fit=1080%2C1440&ssl=1\",\"index\":6,\"id\":3140,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3966-75x50_c.webp\",\"title\":\"IMG_3966\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020.webp\",\"title\":\"IMG_4020\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020.webp?fit=1080%2C1440&ssl=1\",\"index\":7,\"id\":3139,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4020-75x50_c.webp\",\"title\":\"IMG_4020\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp\",\"title\":\"IMG_4021\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021.webp?fit=1080%2C1440&ssl=1\",\"index\":8,\"id\":3138,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4021-75x50_c.webp\",\"title\":\"IMG_4021\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035.webp\",\"title\":\"IMG_4035\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035.webp?fit=1080%2C1440&ssl=1\",\"index\":9,\"id\":3137,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4035-75x50_c.webp\",\"title\":\"IMG_4035\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036.webp\",\"title\":\"IMG_4036\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036.webp?fit=1080%2C1440&ssl=1\",\"index\":10,\"id\":3136,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4036-75x50_c.webp\",\"title\":\"IMG_4036\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054.webp\",\"title\":\"IMG_4054\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054.webp?fit=1080%2C1440&ssl=1\",\"index\":11,\"id\":3135,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4054-75x50_c.webp\",\"title\":\"IMG_4054\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp\",\"title\":\"IMG_4055\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055.webp?fit=1080%2C1440&ssl=1\",\"index\":12,\"id\":3134,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4055-75x50_c.webp\",\"title\":\"IMG_4055\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp\",\"title\":\"IMG_4071\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071.webp?fit=1080%2C1440&ssl=1\",\"index\":13,\"id\":3133,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4071-75x50_c.webp\",\"title\":\"IMG_4071\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560.webp\",\"title\":\"IMG_2560\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560.webp?fit=1080%2C1440&ssl=1\",\"index\":14,\"id\":3132,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2560-75x50_c.webp\",\"title\":\"IMG_2560\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439.webp\",\"title\":\"IMG_9439\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439.webp?fit=300%2C198&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439.webp?fit=768%2C506&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439.webp?fit=1024%2C674&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439.webp?fit=1200%2C790&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439.webp?fit=1200%2C790&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439-300x198.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439.webp?fit=1200%2C790&ssl=1\",\"index\":15,\"id\":3131,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9439-75x50_c.webp\",\"title\":\"IMG_9439\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp\",\"title\":\"IMG_8009\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009.webp?fit=1080%2C1440&ssl=1\",\"index\":16,\"id\":3130,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8009-75x50_c.webp\",\"title\":\"IMG_8009\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456.webp\",\"title\":\"IMG_7456\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456.webp?fit=1080%2C1440&ssl=1\",\"index\":17,\"id\":3129,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7456-75x50_c.webp\",\"title\":\"IMG_7456\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp\",\"title\":\"IMG_7455\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455.webp?fit=1080%2C1440&ssl=1\",\"index\":18,\"id\":3128,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7455-75x50_c.webp\",\"title\":\"IMG_7455\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447.webp\",\"title\":\"IMG_7447\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447.webp?fit=1080%2C1440&ssl=1\",\"index\":19,\"id\":3127,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7447-75x50_c.webp\",\"title\":\"IMG_7447\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp\",\"title\":\"IMG_7307\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?fit=272%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?fit=768%2C846&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?fit=930%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?fit=1080%2C1189&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?fit=1080%2C1189&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307-300x330.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307.webp?fit=1080%2C1189&ssl=1\",\"index\":20,\"id\":3126,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7307-75x50_c.webp\",\"title\":\"IMG_7307\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301.webp\",\"title\":\"IMG_7301\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301.webp?fit=1080%2C1440&ssl=1\",\"index\":21,\"id\":3125,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7301-75x50_c.webp\",\"title\":\"IMG_7301\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp\",\"title\":\"IMG_7207\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207.webp?fit=1080%2C1440&ssl=1\",\"index\":22,\"id\":3124,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7207-75x50_c.webp\",\"title\":\"IMG_7207\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204.webp\",\"title\":\"IMG_7204\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204.webp?fit=1080%2C1440&ssl=1\",\"index\":23,\"id\":3123,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7204-75x50_c.webp\",\"title\":\"IMG_7204\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042.webp\",\"title\":\"IMG_7042\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042.webp?fit=1080%2C1440&ssl=1\",\"index\":24,\"id\":3122,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7042-75x50_c.webp\",\"title\":\"IMG_7042\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976.webp\",\"title\":\"IMG_6976\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976.webp?fit=1440%2C1080&ssl=1\",\"index\":25,\"id\":3121,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_6976-75x50_c.webp\",\"title\":\"IMG_6976\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031.webp\",\"title\":\"IMG_4031\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031.webp?fit=300%2C200&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031.webp?fit=768%2C512&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031.webp?fit=1024%2C683&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031.webp?fit=1440%2C960&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031.webp?fit=1440%2C960&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031-300x200.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031.webp?fit=1440%2C960&ssl=1\",\"index\":26,\"id\":3120,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4031-75x50_c.webp\",\"title\":\"IMG_4031\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619.webp\",\"title\":\"IMG_3619\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619.webp?fit=1080%2C1440&ssl=1\",\"index\":27,\"id\":3119,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3619-75x50_c.webp\",\"title\":\"IMG_3619\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617.webp\",\"title\":\"IMG_3617\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617.webp?fit=1080%2C1440&ssl=1\",\"index\":28,\"id\":3118,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3617-75x50_c.webp\",\"title\":\"IMG_3617\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305.webp\",\"title\":\"IMG_3305\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305.webp?fit=1080%2C1440&ssl=1\",\"index\":29,\"id\":3117,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3305-75x50_c.webp\",\"title\":\"IMG_3305\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223.webp\",\"title\":\"IMG_3223\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223.webp?fit=1080%2C1440&ssl=1\",\"index\":30,\"id\":3116,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3223-75x50_c.webp\",\"title\":\"IMG_3223\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp\",\"title\":\"IMG_3222\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222.webp?fit=1080%2C1440&ssl=1\",\"index\":31,\"id\":3115,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3222-75x50_c.webp\",\"title\":\"IMG_3222\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp\",\"title\":\"IMG_3120\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120.webp?fit=1080%2C1440&ssl=1\",\"index\":32,\"id\":3114,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3120-75x50_c.webp\",\"title\":\"IMG_3120\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064.webp\",\"title\":\"IMG_3064\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064.webp?fit=1080%2C1440&ssl=1\",\"index\":33,\"id\":3113,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3064-75x50_c.webp\",\"title\":\"IMG_3064\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062.webp\",\"title\":\"IMG_3062\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062.webp?fit=1080%2C1440&ssl=1\",\"index\":34,\"id\":3112,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3062-75x50_c.webp\",\"title\":\"IMG_3062\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559.webp\",\"title\":\"IMG_2559\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559.webp?fit=1080%2C1440&ssl=1\",\"index\":35,\"id\":3111,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2559-75x50_c.webp\",\"title\":\"IMG_2559\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp\",\"title\":\"IMG_1961\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961.webp?fit=1080%2C1440&ssl=1\",\"index\":36,\"id\":3110,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1961-75x50_c.webp\",\"title\":\"IMG_1961\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797.webp\",\"title\":\"IMG_1797\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797.webp?fit=1080%2C1440&ssl=1\",\"index\":37,\"id\":3109,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1797-75x50_c.webp\",\"title\":\"IMG_1797\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp\",\"title\":\"IMG_1796\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796.webp?fit=1080%2C1440&ssl=1\",\"index\":38,\"id\":3108,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1796-75x50_c.webp\",\"title\":\"IMG_1796\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011.webp\",\"title\":\"IMG_1011\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011.webp?fit=1080%2C1440&ssl=1\",\"index\":39,\"id\":3107,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1011-75x50_c.webp\",\"title\":\"IMG_1011\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010.webp\",\"title\":\"IMG_1010\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010.webp?fit=1080%2C1440&ssl=1\",\"index\":40,\"id\":3106,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1010-75x50_c.webp\",\"title\":\"IMG_1010\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp\",\"title\":\"IMG_1009\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009.webp?fit=1080%2C1440&ssl=1\",\"index\":41,\"id\":3105,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1009-75x50_c.webp\",\"title\":\"IMG_1009\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp\",\"title\":\"IMG_0698\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698.webp?fit=1080%2C1440&ssl=1\",\"index\":42,\"id\":3104,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0698-75x50_c.webp\",\"title\":\"IMG_0698\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696.webp\",\"title\":\"IMG_0696\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696.webp?fit=1080%2C1440&ssl=1\",\"index\":43,\"id\":3103,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_0696-75x50_c.webp\",\"title\":\"IMG_0696\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n.webp\",\"title\":\"68470976_1346433938856221_3994837700069818368_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n.webp?fit=300%2C200&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n.webp?fit=768%2C512&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n.webp?fit=1024%2C683&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n.webp?fit=1440%2C960&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n.webp?fit=1440%2C960&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n-300x200.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n.webp?fit=1440%2C960&ssl=1\",\"index\":44,\"id\":3102,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/68470976_1346433938856221_3994837700069818368_n-75x50_c.webp\",\"title\":\"68470976_1346433938856221_3994837700069818368_n\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n.webp\",\"title\":\"67738814_2380243855588700_6910048023540137984_n\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n.webp?fit=300%2C200&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n.webp?fit=768%2C512&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n.webp?fit=1024%2C683&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n.webp?fit=1440%2C960&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n.webp?fit=1440%2C960&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n-300x200.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n.webp?fit=1440%2C960&ssl=1\",\"index\":45,\"id\":3101,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/67738814_2380243855588700_6910048023540137984_n-75x50_c.webp\",\"title\":\"67738814_2380243855588700_6910048023540137984_n\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490.webp\",\"title\":\"29964D3A-B203-4E30-95AE-9483EC6B8490\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490.webp?fit=240%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490.webp?fit=768%2C960&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490.webp?fit=819%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490.webp?fit=1229%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490.webp?fit=1440%2C1800&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490-300x375.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490.webp?fit=1440%2C1800&ssl=1\",\"index\":46,\"id\":3100,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/29964D3A-B203-4E30-95AE-9483EC6B8490-75x50_c.webp\",\"title\":\"29964D3A-B203-4E30-95AE-9483EC6B8490\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp\",\"title\":\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=240%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=768%2C960&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=819%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=1229%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=1440%2C1800&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68-300x375.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp?fit=1440%2C1800&ssl=1\",\"index\":47,\"id\":3099,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/778D6D30-EF8B-49F5-A251-BC549CDC2E68-75x50_c.webp\",\"title\":\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1.webp\",\"title\":\"IMG_2121\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1.webp?fit=1080%2C1440&ssl=1\",\"index\":48,\"id\":3098,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2121-1-75x50_c.webp\",\"title\":\"IMG_2121\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123.webp\",\"title\":\"IMG_2123\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123.webp?fit=1200%2C900&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123.webp?fit=1200%2C900&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123.webp?fit=1200%2C900&ssl=1\",\"index\":49,\"id\":3071,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2123-75x50_c.webp\",\"title\":\"IMG_2123\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1.webp\",\"title\":\"IMG_7488\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1.webp?fit=300%2C200&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1.webp?fit=768%2C512&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1.webp?fit=1024%2C683&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1.webp?fit=1440%2C960&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1.webp?fit=1440%2C960&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1-300x200.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1.webp?fit=1440%2C960&ssl=1\",\"index\":50,\"id\":3097,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7488-1-75x50_c.webp\",\"title\":\"IMG_7488\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1.webp\",\"title\":\"IMG_7489\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1.webp?fit=200%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1.webp?fit=768%2C1152&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1.webp?fit=683%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1.webp?fit=960%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1.webp?fit=960%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1-300x450.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1.webp?fit=960%2C1440&ssl=1\",\"index\":51,\"id\":3096,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7489-1-75x50_c.webp\",\"title\":\"IMG_7489\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1.webp\",\"title\":\"IMG_7491\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1.webp?fit=300%2C200&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1.webp?fit=768%2C512&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1.webp?fit=1024%2C682&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1.webp?fit=1400%2C933&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1.webp?fit=1400%2C933&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1-300x200.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1.webp?fit=1400%2C933&ssl=1\",\"index\":52,\"id\":3095,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7491-1-75x50_c.webp\",\"title\":\"IMG_7491\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1.webp\",\"title\":\"IMG_7492\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1.webp?fit=200%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1.webp?fit=768%2C1152&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1.webp?fit=683%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1.webp?fit=960%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1.webp?fit=960%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1-300x450.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1.webp?fit=960%2C1440&ssl=1\",\"index\":53,\"id\":3094,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_7492-1-75x50_c.webp\",\"title\":\"IMG_7492\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1.webp\",\"title\":\"IMG_4544\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1.webp?fit=1080%2C1440&ssl=1\",\"index\":54,\"id\":3093,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4544-1-75x50_c.webp\",\"title\":\"IMG_4544\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542.webp\",\"title\":\"IMG_4542\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542.webp?fit=1200%2C900&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542.webp?fit=1200%2C900&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542.webp?fit=1200%2C900&ssl=1\",\"index\":55,\"id\":3059,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4542-75x50_c.webp\",\"title\":\"IMG_4542\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e.webp\",\"title\":\"IMG_4972e\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e.webp?fit=300%2C262&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e.webp?fit=768%2C671&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e.webp?fit=1024%2C895&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e.webp?fit=1200%2C1049&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e.webp?fit=1200%2C1049&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e-300x262.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e.webp?fit=1200%2C1049&ssl=1\",\"index\":56,\"id\":3055,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4972e-75x50_c.webp\",\"title\":\"IMG_4972e\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1.webp\",\"title\":\"IMG_4973\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1.webp?fit=1080%2C1440&ssl=1\",\"index\":57,\"id\":3092,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4973-1-75x50_c.webp\",\"title\":\"IMG_4973\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1.webp\",\"title\":\"IMG_4974\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1.webp?fit=1440%2C1080&ssl=1\",\"index\":58,\"id\":3091,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4974-1-75x50_c.webp\",\"title\":\"IMG_4974\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1.webp\",\"title\":\"IMG_4995\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1.webp?fit=300%2C275&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1.webp?fit=768%2C703&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1.webp?fit=1024%2C938&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1.webp?fit=1440%2C1319&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1.webp?fit=1440%2C1319&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1-300x275.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1.webp?fit=1440%2C1319&ssl=1\",\"index\":59,\"id\":3090,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4995-1-75x50_c.webp\",\"title\":\"IMG_4995\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1.webp\",\"title\":\"IMG_3246\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1.webp?fit=1440%2C1080&ssl=1\",\"index\":60,\"id\":3089,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3246-1-75x50_c.webp\",\"title\":\"IMG_3246\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1.webp\",\"title\":\"IMG_5601\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1.webp?fit=300%2C178&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1.webp?fit=768%2C457&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1.webp?fit=1024%2C609&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1.webp?fit=1440%2C856&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1.webp?fit=1440%2C856&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1-300x178.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1.webp?fit=1440%2C856&ssl=1\",\"index\":61,\"id\":3088,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5601-1-75x50_c.webp\",\"title\":\"IMG_5601\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp\",\"title\":\"IMG_2698\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1.webp?fit=1440%2C1080&ssl=1\",\"index\":62,\"id\":3087,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2698-1-75x50_c.webp\",\"title\":\"IMG_2698\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1.webp\",\"title\":\"IMG_3053\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1.webp?fit=1080%2C1440&ssl=1\",\"index\":63,\"id\":3086,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3053-1-75x50_c.webp\",\"title\":\"IMG_3053\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1.webp\",\"title\":\"IMG_3616\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1.webp?fit=1080%2C1440&ssl=1\",\"index\":64,\"id\":3085,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3616-1-75x50_c.webp\",\"title\":\"IMG_3616\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482.webp\",\"title\":\"IMG_1482\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482.webp?fit=1200%2C900&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482.webp?fit=1200%2C900&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482.webp?fit=1200%2C900&ssl=1\",\"index\":65,\"id\":3083,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1482-75x50_c.webp\",\"title\":\"IMG_1482\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490.webp\",\"title\":\"IMG_1490\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490.webp?fit=1200%2C900&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490.webp?fit=1200%2C900&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490.webp?fit=1200%2C900&ssl=1\",\"index\":66,\"id\":3081,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1490-75x50_c.webp\",\"title\":\"IMG_1490\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e.webp\",\"title\":\"IMG_1680e\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e.webp?fit=219%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e.webp?fit=768%2C1053&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e.webp?fit=747%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e.webp?fit=1120%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e.webp?fit=1200%2C1646&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e-300x412.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e.webp?fit=1200%2C1646&ssl=1\",\"index\":67,\"id\":3077,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_1680e-75x50_c.webp\",\"title\":\"IMG_1680e\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854.webp\",\"title\":\"IMG_3854\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854.webp?fit=1200%2C900&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854.webp?fit=1200%2C900&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854.webp?fit=1200%2C900&ssl=1\",\"index\":68,\"id\":3061,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3854-75x50_c.webp\",\"title\":\"IMG_3854\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated.webp\",\"title\":\"IMG_3855\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated.webp?fit=300%2C169&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated.webp?fit=768%2C432&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated.webp?fit=1024%2C576&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated.webp?fit=1334%2C750&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated.webp?fit=1334%2C750&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated-300x169.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated.webp?fit=1334%2C750&ssl=1\",\"index\":69,\"id\":3046,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3855-rotated-75x50_c.webp\",\"title\":\"IMG_3855\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e.webp\",\"title\":\"IMG_3920e\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e.webp?fit=214%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e.webp?fit=768%2C1076&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e.webp?fit=731%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e.webp?fit=1096%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e.webp?fit=1200%2C1682&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e-300x421.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e.webp?fit=1200%2C1682&ssl=1\",\"index\":70,\"id\":3060,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3920e-75x50_c.webp\",\"title\":\"IMG_3920e\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e.webp\",\"title\":\"IMG_4572e\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e.webp?fit=300%2C201&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e.webp?fit=768%2C515&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e.webp?fit=1024%2C686&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e.webp?fit=1200%2C804&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e.webp?fit=1200%2C804&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e-300x201.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e.webp?fit=1200%2C804&ssl=1\",\"index\":71,\"id\":3056,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4572e-75x50_c.webp\",\"title\":\"IMG_4572e\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e.webp\",\"title\":\"IMG_4993e\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e.webp?fit=186%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e.webp?fit=768%2C1240&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e.webp?fit=634%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e.webp?fit=951%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e.webp?fit=1200%2C1938&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e-300x485.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e.webp?fit=1200%2C1938&ssl=1\",\"index\":72,\"id\":3049,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_4993e-75x50_c.webp\",\"title\":\"IMG_4993e\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155.webp\",\"title\":\"IMG_5155\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155.webp?fit=1200%2C900&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155.webp?fit=1200%2C900&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155.webp?fit=1200%2C900&ssl=1\",\"index\":73,\"id\":3047,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5155-75x50_c.webp\",\"title\":\"IMG_5155\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e.webp\",\"title\":\"IMG_5504e\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e.webp?fit=300%2C182&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e.webp?fit=768%2C467&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e.webp?fit=1024%2C622&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e.webp?fit=1200%2C729&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e.webp?fit=1200%2C729&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e-300x182.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e.webp?fit=1200%2C729&ssl=1\",\"index\":74,\"id\":3044,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5504e-75x50_c.webp\",\"title\":\"IMG_5504e\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355.webp\",\"title\":\"NHJZ5355\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355.webp?fit=1200%2C900&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355.webp?fit=1200%2C900&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355.webp?fit=1200%2C900&ssl=1\",\"index\":75,\"id\":3067,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/NHJZ5355-75x50_c.webp\",\"title\":\"NHJZ5355\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644.webp\",\"title\":\"IMG_5644\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644.webp?fit=1200%2C900&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644.webp?fit=1200%2C900&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644.webp?fit=1200%2C900&ssl=1\",\"index\":76,\"id\":3042,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5644-75x50_c.webp\",\"title\":\"IMG_5644\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645.webp\",\"title\":\"IMG_5645\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645.webp?fit=300%2C247&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645.webp?fit=768%2C632&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645.webp?fit=1024%2C843&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645.webp?fit=1200%2C988&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645.webp?fit=1200%2C988&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645-300x247.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645.webp?fit=1200%2C988&ssl=1\",\"index\":77,\"id\":3041,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_5645-75x50_c.webp\",\"title\":\"IMG_5645\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244.webp\",\"title\":\"IMG_3244\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244.webp?fit=300%2C135&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244.webp?fit=768%2C346&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244.webp?fit=1024%2C461&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244.webp?fit=1200%2C540&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244.webp?fit=1200%2C540&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244-300x135.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244.webp?fit=1200%2C540&ssl=1\",\"index\":78,\"id\":3040,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3244-75x50_c.webp\",\"title\":\"IMG_3244\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489.webp\",\"title\":\"IMG_8489\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489.webp?fit=300%2C150&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489.webp?fit=768%2C383&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489.webp?fit=1024%2C510&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489.webp?fit=1200%2C598&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489.webp?fit=1200%2C598&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489-300x150.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489.webp?fit=1200%2C598&ssl=1\",\"index\":79,\"id\":3038,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8489-75x50_c.webp\",\"title\":\"IMG_8489\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611.webp\",\"title\":\"IMG_8611\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611.webp?fit=281%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611.webp?fit=768%2C821&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611.webp?fit=958%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611.webp?fit=1200%2C1283&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611.webp?fit=1200%2C1283&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611-300x321.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611.webp?fit=1200%2C1283&ssl=1\",\"index\":80,\"id\":3037,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_8611-75x50_c.webp\",\"title\":\"IMG_8611\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395.webp\",\"title\":\"IMG_9395\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395.webp?fit=300%2C208&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395.webp?fit=768%2C532&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395.webp?fit=1024%2C710&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395.webp?fit=1200%2C832&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395.webp?fit=1200%2C832&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395-300x208.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395.webp?fit=1200%2C832&ssl=1\",\"index\":81,\"id\":3036,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9395-75x50_c.webp\",\"title\":\"IMG_9395\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445.webp\",\"title\":\"IMG_9445\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445.webp?fit=900%2C1200&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445.webp?fit=900%2C1200&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445.webp?fit=900%2C1200&ssl=1\",\"index\":82,\"id\":3035,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9445-75x50_c.webp\",\"title\":\"IMG_9445\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446.webp\",\"title\":\"IMG_9446\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446.webp?fit=900%2C1200&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446.webp?fit=900%2C1200&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446.webp?fit=900%2C1200&ssl=1\",\"index\":83,\"id\":3034,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9446-75x50_c.webp\",\"title\":\"IMG_9446\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576.webp\",\"title\":\"IMG_9576\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576.webp?fit=900%2C1200&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576.webp?fit=900%2C1200&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576.webp?fit=900%2C1200&ssl=1\",\"index\":84,\"id\":3033,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9576-75x50_c.webp\",\"title\":\"IMG_9576\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777.webp\",\"title\":\"IMG_9777\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777.webp?fit=300%2C153&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777.webp?fit=768%2C390&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777.webp?fit=1024%2C521&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777.webp?fit=1200%2C610&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777.webp?fit=1200%2C610&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777-300x153.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777.webp?fit=1200%2C610&ssl=1\",\"index\":85,\"id\":3032,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9777-75x50_c.webp\",\"title\":\"IMG_9777\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781.webp\",\"title\":\"IMG_9781\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781.webp?fit=300%2C138&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781.webp?fit=768%2C353&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781.webp?fit=1024%2C470&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781.webp?fit=1200%2C551&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781.webp?fit=1200%2C551&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781-300x138.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781.webp?fit=1200%2C551&ssl=1\",\"index\":86,\"id\":3031,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9781-75x50_c.webp\",\"title\":\"IMG_9781\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.webp\",\"title\":\"75D4E00F-F35A-4C86-A1D1-D5BAC411BECF\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.webp?fit=300%2C151&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.webp?fit=768%2C386&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.webp?fit=1024%2C515&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.webp?fit=1200%2C603&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.webp?fit=1200%2C603&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF-300x151.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.webp?fit=1200%2C603&ssl=1\",\"index\":87,\"id\":3030,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF-75x50_c.webp\",\"title\":\"75D4E00F-F35A-4C86-A1D1-D5BAC411BECF\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.webp\",\"title\":\"72D9BE60-918C-4B4B-9C3A-4898D7D2E51D\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.webp?fit=269%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.webp?fit=768%2C857&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.webp?fit=917%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.webp?fit=1075%2C1200&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.webp?fit=1075%2C1200&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D-300x335.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.webp?fit=1075%2C1200&ssl=1\",\"index\":88,\"id\":3029,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D-75x50_c.webp\",\"title\":\"72D9BE60-918C-4B4B-9C3A-4898D7D2E51D\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A.webp\",\"title\":\"F2351C4C-F4D9-480F-9934-083F6DFCE40A\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A.webp?fit=1200%2C900&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A.webp?fit=1200%2C900&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A.webp?fit=1200%2C900&ssl=1\",\"index\":89,\"id\":3028,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/F2351C4C-F4D9-480F-9934-083F6DFCE40A-75x50_c.webp\",\"title\":\"F2351C4C-F4D9-480F-9934-083F6DFCE40A\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.webp\",\"title\":\"E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.webp?fit=768%2C575&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.webp?fit=1024%2C767&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.webp?fit=1080%2C809&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.webp?fit=1080%2C809&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.webp?fit=1080%2C809&ssl=1\",\"index\":90,\"id\":3027,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1-75x50_c.webp\",\"title\":\"E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505.webp\",\"title\":\"07AA5C2A-CBF0-4E74-9708-3305125E5505\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505.webp?fit=768%2C575&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505.webp?fit=1024%2C767&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505.webp?fit=1080%2C809&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505.webp?fit=1080%2C809&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505.webp?fit=1080%2C809&ssl=1\",\"index\":91,\"id\":3025,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/07AA5C2A-CBF0-4E74-9708-3305125E5505-75x50_c.webp\",\"title\":\"07AA5C2A-CBF0-4E74-9708-3305125E5505\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540.webp\",\"title\":\"4C97A568-D52D-416B-A98C-57FE57513540\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540.webp?fit=1284%2C1712&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540.webp?fit=1284%2C1712&ssl=1\",\"index\":92,\"id\":3024,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/4C97A568-D52D-416B-A98C-57FE57513540-75x50_c.webp\",\"title\":\"4C97A568-D52D-416B-A98C-57FE57513540\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp\",\"title\":\"IMG_2556\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?fit=1440%2C1920&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556.webp?fit=1440%2C1920&ssl=1\",\"index\":93,\"id\":3023,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2556-75x50_c.webp\",\"title\":\"IMG_2556\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741.webp\",\"title\":\"IMG_2741\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741.webp?fit=1440%2C1920&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741.webp?fit=1440%2C1920&ssl=1\",\"index\":94,\"id\":3020,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_2741-75x50_c.webp\",\"title\":\"IMG_2741\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128.webp\",\"title\":\"IMG_3128\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128.webp?fit=1440%2C1920&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128.webp?fit=1440%2C1920&ssl=1\",\"index\":95,\"id\":3016,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_3128-75x50_c.webp\",\"title\":\"IMG_3128\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457.webp\",\"title\":\"IMG_9457\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457.webp?fit=1080%2C1440&ssl=1\",\"index\":96,\"id\":3014,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9457-75x50_c.webp\",\"title\":\"IMG_9457\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456.webp\",\"title\":\"IMG_9456\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456.webp?fit=1080%2C1440&ssl=1\",\"index\":97,\"id\":3013,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9456-75x50_c.webp\",\"title\":\"IMG_9456\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453.webp\",\"title\":\"IMG_9453\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453.webp?fit=1080%2C1440&ssl=1\",\"index\":98,\"id\":3012,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9453-75x50_c.webp\",\"title\":\"IMG_9453\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452.webp\",\"title\":\"IMG_9452\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452.webp?fit=1080%2C1440&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452.webp?fit=1080%2C1440&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452.webp?fit=1080%2C1440&ssl=1\",\"index\":99,\"id\":3011,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9452-75x50_c.webp\",\"title\":\"IMG_9452\"},\"gallery_id\":\"3010\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451.webp\",\"title\":\"IMG_9451\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451.webp?fit=1440%2C1080&ssl=1\",\"index\":100,\"id\":3084,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/IMG_9451-75x50_c.webp\",\"title\":\"IMG_9451\"},\"gallery_id\":\"3010\"}]\' data-lightbox-theme=\'{&quot;arrows&quot;:true,&quot;margins&quot;:[120,0],&quot;gutter&quot;:&quot;100&quot;,&quot;thumbs_position&quot;:&quot;bottom&quot;,&quot;base_template&quot;:&quot;&lt;div id=\\&quot;envirabox-3010\\&quot; data-envirabox-id=\\&quot;3010\\&quot; class=\\&quot;envirabox-container envirabox-theme-base_dark envirabox-wrap\\&quot; role=\\&quot;dialog\\&quot;&gt;&lt;div class=\\&quot;envirabox-bg\\&quot;&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-outer\\&quot;&gt;&lt;div class=\\&quot;envirabox-inner\\&quot;&gt;&lt;div class=\\&quot;envirabox-caption-wrap\\&quot;&gt;&lt;div class=\\&quot;envirabox-title\\&quot;&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-toolbar\\&quot;&gt;&lt;div class=\\&quot;envira-close-button\\&quot;&gt;&lt;a data-envirabox-close class=\\&quot;envirabox-item envirabox-close envirabox-button--close\\&quot; title=\\&quot;Close\\&quot; href=\\&quot;#\\&quot;&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-navigation\\&quot;&gt;&lt;a data-envirabox-prev title=\\&quot;Prev\\&quot; class=\\&quot;envirabox-arrow envirabox-arrow--left envirabox-nav envirabox-prev\\&quot; href=\\&quot;#\\&quot;&gt;&lt;span&gt;&lt;\\/span&gt;&lt;\\/a&gt;&lt;a data-envirabox-next title=\\&quot;Next\\&quot; class=\\&quot;envirabox-arrow envirabox-arrow--right envirabox-nav envirabox-next\\&quot; href=\\&quot;#\\&quot;&gt;&lt;span&gt;&lt;\\/span&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-stage\\&quot;&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;load_all&quot;:false,&quot;error_template&quot;:&quot;&lt;div class=\\&quot;envirabox-error\\&quot;&gt;&lt;p&gt;{{ERROR}}&lt;p&gt;&lt;\\/div&gt;&quot;,&quot;inner_caption&quot;:false,&quot;caption_position&quot;:false,&quot;arrow_position&quot;:false,&quot;toolbar&quot;:true,&quot;infobar&quot;:false,&quot;show_smallbtn&quot;:false,&quot;idle_time&quot;:false,&quot;click_content&quot;:false,&quot;click_slide&quot;:false,&quot;click_outside&quot;:false,&quot;animation_duration&quot;:false,&quot;transition_duration&quot;:false,&quot;small_btn_template&quot;:&quot;&lt;a data-envirabox-close class=\\&quot;envirabox-item envirabox-close envirabox-button--close\\&quot; title=\\&quot;Close\\&quot; href=\\&quot;#\\&quot;&gt;&lt;\\/a&gt;&quot;}\' data-parsed-attrs=\'{\"id\":\"3010\",\"cache\":true}\'><div id=\"envira-gallery-item-3148\" class=\"envira-gallery-item envira-gallery-item-1 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3812.jpg\" title=\"IMG_3812\" data-caption=\"\" data-envira-item-id=\"3148\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3812.webp?fit=1337%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3812\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3812-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-1    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3148\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3812\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"0\" data-envira-item-id=\"3148\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3812-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3812-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3812-320x240_c.webp 2x\" data-title=\"IMG_3812\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3147\" class=\"envira-gallery-item envira-gallery-item-2 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3845.jpg\" title=\"IMG_3845\" data-caption=\"\" data-envira-item-id=\"3147\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3845.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3845\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3845-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-2    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3147\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3845\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"1\" data-envira-item-id=\"3147\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3845-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3845-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3845-320x240_c.webp 2x\" data-title=\"IMG_3845\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3146\" class=\"envira-gallery-item envira-gallery-item-3 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3846.jpg\" title=\"IMG_3846\" data-caption=\"\" data-envira-item-id=\"3146\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3846.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3846\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3846-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-3    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3146\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3846\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"2\" data-envira-item-id=\"3146\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3846-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3846-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3846-320x240_c.webp 2x\" data-title=\"IMG_3846\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3145\" class=\"envira-gallery-item envira-gallery-item-4 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3897.jpg\" title=\"IMG_3897\" data-caption=\"\" data-envira-item-id=\"3145\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3897.webp?fit=1260%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3897\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3897-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-4    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3145\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3897\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"3\" data-envira-item-id=\"3145\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3897-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3897-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3897-320x240_c.webp 2x\" data-title=\"IMG_3897\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3143\" class=\"envira-gallery-item envira-gallery-item-5 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.jpg\" title=\"IMG_3948\" data-caption=\"\" data-envira-item-id=\"3143\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.webp?fit=1429%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3948\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-5    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3143\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3948\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"4\" data-envira-item-id=\"3143\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948-320x240_c.webp 2x\" data-title=\"IMG_3948\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3141\" class=\"envira-gallery-item envira-gallery-item-6 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3960.jpg\" title=\"IMG_3960\" data-caption=\"\" data-envira-item-id=\"3141\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3960.webp?fit=1080%2C1104&ssl=1\" data-thumb=\"\" data-title=\"IMG_3960\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3960-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-6    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3141\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3960\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"5\" data-envira-item-id=\"3141\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3960-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3960-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3960-320x240_c.webp 2x\" data-title=\"IMG_3960\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3140\" class=\"envira-gallery-item envira-gallery-item-7 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3966.jpg\" title=\"IMG_3966\" data-caption=\"\" data-envira-item-id=\"3140\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3966.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3966\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3966-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-7    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3140\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3966\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"6\" data-envira-item-id=\"3140\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3966-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3966-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3966-320x240_c.webp 2x\" data-title=\"IMG_3966\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3139\" class=\"envira-gallery-item envira-gallery-item-8 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4020.jpg\" title=\"IMG_4020\" data-caption=\"\" data-envira-item-id=\"3139\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4020.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_4020\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4020-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-8    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3139\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4020\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"7\" data-envira-item-id=\"3139\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4020-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4020-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4020-320x240_c.webp 2x\" data-title=\"IMG_4020\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3138\" class=\"envira-gallery-item envira-gallery-item-9 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.jpg\" title=\"IMG_4021\" data-caption=\"\" data-envira-item-id=\"3138\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_4021\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-9    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3138\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4021\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"8\" data-envira-item-id=\"3138\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021-320x240_c.webp 2x\" data-title=\"IMG_4021\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3137\" class=\"envira-gallery-item envira-gallery-item-10 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4035.jpg\" title=\"IMG_4035\" data-caption=\"\" data-envira-item-id=\"3137\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4035.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_4035\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4035-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-10    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3137\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4035\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"9\" data-envira-item-id=\"3137\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4035-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4035-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4035-320x240_c.webp 2x\" data-title=\"IMG_4035\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3136\" class=\"envira-gallery-item envira-gallery-item-11 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4036.jpg\" title=\"IMG_4036\" data-caption=\"\" data-envira-item-id=\"3136\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4036.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_4036\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4036-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-11    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3136\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4036\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"10\" data-envira-item-id=\"3136\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4036-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4036-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4036-320x240_c.webp 2x\" data-title=\"IMG_4036\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3135\" class=\"envira-gallery-item envira-gallery-item-12 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4054.jpg\" title=\"IMG_4054\" data-caption=\"\" data-envira-item-id=\"3135\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4054.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_4054\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4054-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-12    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3135\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4054\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"11\" data-envira-item-id=\"3135\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4054-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4054-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4054-320x240_c.webp 2x\" data-title=\"IMG_4054\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3134\" class=\"envira-gallery-item envira-gallery-item-13 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.jpg\" title=\"IMG_4055\" data-caption=\"\" data-envira-item-id=\"3134\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_4055\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-13    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3134\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4055\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"12\" data-envira-item-id=\"3134\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055-320x240_c.webp 2x\" data-title=\"IMG_4055\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3133\" class=\"envira-gallery-item envira-gallery-item-14 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.jpg\" title=\"IMG_4071\" data-caption=\"\" data-envira-item-id=\"3133\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_4071\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-14    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3133\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4071\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"13\" data-envira-item-id=\"3133\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071-320x240_c.webp 2x\" data-title=\"IMG_4071\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3132\" class=\"envira-gallery-item envira-gallery-item-15 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2560.jpg\" title=\"IMG_2560\" data-caption=\"\" data-envira-item-id=\"3132\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2560.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_2560\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2560-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-15    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3132\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2560\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"14\" data-envira-item-id=\"3132\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2560-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2560-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2560-320x240_c.webp 2x\" data-title=\"IMG_2560\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3131\" class=\"envira-gallery-item envira-gallery-item-16 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9439.jpg\" title=\"IMG_9439\" data-caption=\"\" data-envira-item-id=\"3131\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9439.webp?fit=1200%2C790&ssl=1\" data-thumb=\"\" data-title=\"IMG_9439\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9439-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-16    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3131\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_9439\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"15\" data-envira-item-id=\"3131\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9439-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9439-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9439-320x240_c.webp 2x\" data-title=\"IMG_9439\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3130\" class=\"envira-gallery-item envira-gallery-item-17 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.jpg\" title=\"IMG_8009\" data-caption=\"\" data-envira-item-id=\"3130\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_8009\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-17    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3130\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_8009\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"16\" data-envira-item-id=\"3130\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009-320x240_c.webp 2x\" data-title=\"IMG_8009\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3129\" class=\"envira-gallery-item envira-gallery-item-18 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7456.jpg\" title=\"IMG_7456\" data-caption=\"\" data-envira-item-id=\"3129\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7456.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_7456\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7456-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-18    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3129\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_7456\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"17\" data-envira-item-id=\"3129\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7456-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7456-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7456-320x240_c.webp 2x\" data-title=\"IMG_7456\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3128\" class=\"envira-gallery-item envira-gallery-item-19 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.jpg\" title=\"IMG_7455\" data-caption=\"\" data-envira-item-id=\"3128\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_7455\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-19    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3128\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_7455\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"18\" data-envira-item-id=\"3128\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455-320x240_c.webp 2x\" data-title=\"IMG_7455\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3127\" class=\"envira-gallery-item envira-gallery-item-20 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7447.jpg\" title=\"IMG_7447\" data-caption=\"\" data-envira-item-id=\"3127\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7447.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_7447\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7447-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-20    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3127\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_7447\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"19\" data-envira-item-id=\"3127\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7447-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7447-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7447-320x240_c.webp 2x\" data-title=\"IMG_7447\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3126\" class=\"envira-gallery-item envira-gallery-item-21 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.jpg\" title=\"IMG_7307\" data-caption=\"\" data-envira-item-id=\"3126\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.webp?fit=1080%2C1189&ssl=1\" data-thumb=\"\" data-title=\"IMG_7307\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-21    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3126\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_7307\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"20\" data-envira-item-id=\"3126\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307-320x240_c.webp 2x\" data-title=\"IMG_7307\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3125\" class=\"envira-gallery-item envira-gallery-item-22 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7301.jpg\" title=\"IMG_7301\" data-caption=\"\" data-envira-item-id=\"3125\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7301.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_7301\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7301-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-22    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3125\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_7301\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"21\" data-envira-item-id=\"3125\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7301-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7301-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7301-320x240_c.webp 2x\" data-title=\"IMG_7301\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3124\" class=\"envira-gallery-item envira-gallery-item-23 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.jpg\" title=\"IMG_7207\" data-caption=\"\" data-envira-item-id=\"3124\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_7207\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-23    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3124\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_7207\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"22\" data-envira-item-id=\"3124\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207-320x240_c.webp 2x\" data-title=\"IMG_7207\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3123\" class=\"envira-gallery-item envira-gallery-item-24 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7204.jpg\" title=\"IMG_7204\" data-caption=\"\" data-envira-item-id=\"3123\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7204.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_7204\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7204-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-24    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3123\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_7204\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"23\" data-envira-item-id=\"3123\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7204-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7204-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7204-320x240_c.webp 2x\" data-title=\"IMG_7204\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3122\" class=\"envira-gallery-item envira-gallery-item-25 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7042.jpg\" title=\"IMG_7042\" data-caption=\"\" data-envira-item-id=\"3122\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7042.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_7042\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7042-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-25    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3122\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_7042\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"24\" data-envira-item-id=\"3122\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7042-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7042-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7042-320x240_c.webp 2x\" data-title=\"IMG_7042\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3121\" class=\"envira-gallery-item envira-gallery-item-26 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_6976.jpg\" title=\"IMG_6976\" data-caption=\"\" data-envira-item-id=\"3121\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_6976.webp?fit=1440%2C1080&ssl=1\" data-thumb=\"\" data-title=\"IMG_6976\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_6976-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-26    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3121\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_6976\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"25\" data-envira-item-id=\"3121\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_6976-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_6976-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_6976-320x240_c.webp 2x\" data-title=\"IMG_6976\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3120\" class=\"envira-gallery-item envira-gallery-item-27 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4031.jpg\" title=\"IMG_4031\" data-caption=\"\" data-envira-item-id=\"3120\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4031.webp?fit=1440%2C960&ssl=1\" data-thumb=\"\" data-title=\"IMG_4031\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4031-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-27    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3120\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4031\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"26\" data-envira-item-id=\"3120\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4031-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4031-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4031-320x240_c.webp 2x\" data-title=\"IMG_4031\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3119\" class=\"envira-gallery-item envira-gallery-item-28 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3619.jpg\" title=\"IMG_3619\" data-caption=\"\" data-envira-item-id=\"3119\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3619.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3619\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3619-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-28    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3119\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3619\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"27\" data-envira-item-id=\"3119\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3619-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3619-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3619-320x240_c.webp 2x\" data-title=\"IMG_3619\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3118\" class=\"envira-gallery-item envira-gallery-item-29 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3617.jpg\" title=\"IMG_3617\" data-caption=\"\" data-envira-item-id=\"3118\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3617.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3617\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3617-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-29    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3118\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3617\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"28\" data-envira-item-id=\"3118\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3617-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3617-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3617-320x240_c.webp 2x\" data-title=\"IMG_3617\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3117\" class=\"envira-gallery-item envira-gallery-item-30 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3305.jpg\" title=\"IMG_3305\" data-caption=\"\" data-envira-item-id=\"3117\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3305.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3305\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3305-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-30    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3117\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3305\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"29\" data-envira-item-id=\"3117\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3305-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3305-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3305-320x240_c.webp 2x\" data-title=\"IMG_3305\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3116\" class=\"envira-gallery-item envira-gallery-item-31 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3223.jpg\" title=\"IMG_3223\" data-caption=\"\" data-envira-item-id=\"3116\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3223.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3223\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3223-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-31    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3116\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3223\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"30\" data-envira-item-id=\"3116\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3223-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3223-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3223-320x240_c.webp 2x\" data-title=\"IMG_3223\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3115\" class=\"envira-gallery-item envira-gallery-item-32 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.jpg\" title=\"IMG_3222\" data-caption=\"\" data-envira-item-id=\"3115\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3222\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-32    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3115\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3222\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"31\" data-envira-item-id=\"3115\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222-320x240_c.webp 2x\" data-title=\"IMG_3222\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3114\" class=\"envira-gallery-item envira-gallery-item-33 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.jpg\" title=\"IMG_3120\" data-caption=\"\" data-envira-item-id=\"3114\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3120\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-33    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3114\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3120\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"32\" data-envira-item-id=\"3114\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120-320x240_c.webp 2x\" data-title=\"IMG_3120\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3113\" class=\"envira-gallery-item envira-gallery-item-34 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3064.jpg\" title=\"IMG_3064\" data-caption=\"\" data-envira-item-id=\"3113\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3064.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3064\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3064-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-34    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3113\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3064\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"33\" data-envira-item-id=\"3113\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3064-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3064-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3064-320x240_c.webp 2x\" data-title=\"IMG_3064\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3112\" class=\"envira-gallery-item envira-gallery-item-35 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3062.jpg\" title=\"IMG_3062\" data-caption=\"\" data-envira-item-id=\"3112\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3062.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_3062\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3062-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-35    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3112\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3062\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"34\" data-envira-item-id=\"3112\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3062-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3062-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3062-320x240_c.webp 2x\" data-title=\"IMG_3062\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3111\" class=\"envira-gallery-item envira-gallery-item-36 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2559.jpg\" title=\"IMG_2559\" data-caption=\"\" data-envira-item-id=\"3111\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2559.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_2559\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2559-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-36    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3111\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2559\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"35\" data-envira-item-id=\"3111\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2559-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2559-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2559-320x240_c.webp 2x\" data-title=\"IMG_2559\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3110\" class=\"envira-gallery-item envira-gallery-item-37 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.jpg\" title=\"IMG_1961\" data-caption=\"\" data-envira-item-id=\"3110\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_1961\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-37    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3110\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1961\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"36\" data-envira-item-id=\"3110\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961-320x240_c.webp 2x\" data-title=\"IMG_1961\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3109\" class=\"envira-gallery-item envira-gallery-item-38 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1797.jpg\" title=\"IMG_1797\" data-caption=\"\" data-envira-item-id=\"3109\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1797.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_1797\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1797-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-38    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3109\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1797\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"37\" data-envira-item-id=\"3109\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1797-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1797-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1797-320x240_c.webp 2x\" data-title=\"IMG_1797\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3108\" class=\"envira-gallery-item envira-gallery-item-39 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.jpg\" title=\"IMG_1796\" data-caption=\"\" data-envira-item-id=\"3108\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_1796\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-39    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3108\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1796\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"38\" data-envira-item-id=\"3108\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796-320x240_c.webp 2x\" data-title=\"IMG_1796\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3107\" class=\"envira-gallery-item envira-gallery-item-40 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1011.jpg\" title=\"IMG_1011\" data-caption=\"\" data-envira-item-id=\"3107\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1011.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_1011\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1011-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-40    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3107\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1011\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"39\" data-envira-item-id=\"3107\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1011-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1011-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1011-320x240_c.webp 2x\" data-title=\"IMG_1011\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3106\" class=\"envira-gallery-item envira-gallery-item-41 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1010.jpg\" title=\"IMG_1010\" data-caption=\"\" data-envira-item-id=\"3106\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1010.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_1010\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1010-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-41    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3106\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1010\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"40\" data-envira-item-id=\"3106\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1010-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1010-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1010-320x240_c.webp 2x\" data-title=\"IMG_1010\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3105\" class=\"envira-gallery-item envira-gallery-item-42 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.jpg\" title=\"IMG_1009\" data-caption=\"\" data-envira-item-id=\"3105\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_1009\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-42    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3105\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1009\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"41\" data-envira-item-id=\"3105\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009-320x240_c.webp 2x\" data-title=\"IMG_1009\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3104\" class=\"envira-gallery-item envira-gallery-item-43 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.jpg\" title=\"IMG_0698\" data-caption=\"\" data-envira-item-id=\"3104\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_0698\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-43    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3104\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_0698\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"42\" data-envira-item-id=\"3104\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698-320x240_c.webp 2x\" data-title=\"IMG_0698\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3103\" class=\"envira-gallery-item envira-gallery-item-44 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0696.jpg\" title=\"IMG_0696\" data-caption=\"\" data-envira-item-id=\"3103\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0696.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_0696\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0696-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-44    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3103\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_0696\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"43\" data-envira-item-id=\"3103\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0696-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0696-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0696-320x240_c.webp 2x\" data-title=\"IMG_0696\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3102\" class=\"envira-gallery-item envira-gallery-item-45 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/68470976_1346433938856221_3994837700069818368_n.webp\" title=\"68470976_1346433938856221_3994837700069818368_n\" data-caption=\"\" data-envira-item-id=\"3102\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/68470976_1346433938856221_3994837700069818368_n.webp\" data-thumb=\"\" data-title=\"68470976_1346433938856221_3994837700069818368_n\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/68470976_1346433938856221_3994837700069818368_n-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-45    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3102\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"68470976_1346433938856221_3994837700069818368_n\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"44\" data-envira-item-id=\"3102\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/68470976_1346433938856221_3994837700069818368_n-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/68470976_1346433938856221_3994837700069818368_n-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/68470976_1346433938856221_3994837700069818368_n-320x240_c.webp 2x\" data-title=\"68470976_1346433938856221_3994837700069818368_n\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3101\" class=\"envira-gallery-item envira-gallery-item-46 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/67738814_2380243855588700_6910048023540137984_n.webp\" title=\"67738814_2380243855588700_6910048023540137984_n\" data-caption=\"\" data-envira-item-id=\"3101\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/67738814_2380243855588700_6910048023540137984_n.webp\" data-thumb=\"\" data-title=\"67738814_2380243855588700_6910048023540137984_n\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/67738814_2380243855588700_6910048023540137984_n-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-46    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3101\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"67738814_2380243855588700_6910048023540137984_n\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"45\" data-envira-item-id=\"3101\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/67738814_2380243855588700_6910048023540137984_n-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/67738814_2380243855588700_6910048023540137984_n-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/67738814_2380243855588700_6910048023540137984_n-320x240_c.webp 2x\" data-title=\"67738814_2380243855588700_6910048023540137984_n\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3100\" class=\"envira-gallery-item envira-gallery-item-47 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/29964D3A-B203-4E30-95AE-9483EC6B8490.webp\" title=\"29964D3A-B203-4E30-95AE-9483EC6B8490\" data-caption=\"\" data-envira-item-id=\"3100\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/29964D3A-B203-4E30-95AE-9483EC6B8490.webp\" data-thumb=\"\" data-title=\"29964D3A-B203-4E30-95AE-9483EC6B8490\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/29964D3A-B203-4E30-95AE-9483EC6B8490-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-47    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3100\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"29964D3A-B203-4E30-95AE-9483EC6B8490\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"46\" data-envira-item-id=\"3100\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/29964D3A-B203-4E30-95AE-9483EC6B8490-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/29964D3A-B203-4E30-95AE-9483EC6B8490-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/29964D3A-B203-4E30-95AE-9483EC6B8490-320x240_c.webp 2x\" data-title=\"29964D3A-B203-4E30-95AE-9483EC6B8490\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3099\" class=\"envira-gallery-item envira-gallery-item-48 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp\" title=\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\" data-caption=\"\" data-envira-item-id=\"3099\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp\" data-thumb=\"\" data-title=\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-48    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3099\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"47\" data-envira-item-id=\"3099\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68-320x240_c.webp 2x\" data-title=\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3098\" class=\"envira-gallery-item envira-gallery-item-49 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2121-1.webp\" title=\"IMG_2121\" data-caption=\"\" data-envira-item-id=\"3098\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2121-1.webp\" data-thumb=\"\" data-title=\"IMG_2121\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2121-1-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-49    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3098\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2121\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"48\" data-envira-item-id=\"3098\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2121-1-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2121-1-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2121-1-320x240_c.webp 2x\" data-title=\"IMG_2121\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3071\" class=\"envira-gallery-item envira-gallery-item-50 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2123.jpg\" title=\"IMG_2123\" data-caption=\"\" data-envira-item-id=\"3071\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2123.webp?fit=1200%2C900&ssl=1\" data-thumb=\"\" data-title=\"IMG_2123\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2123-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-50    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3071\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2123\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"49\" data-envira-item-id=\"3071\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2123-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2123-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2123-320x240_c.webp 2x\" data-title=\"IMG_2123\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3097\" class=\"envira-gallery-item envira-gallery-item-51 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7488-1.webp\" title=\"IMG_7488\" data-caption=\"\" data-envira-item-id=\"3097\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7488-1.webp\" data-thumb=\"\" data-title=\"IMG_7488\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7488-1-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-51    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3097\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_7488\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"50\" data-envira-item-id=\"3097\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7488-1-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7488-1-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7488-1-320x240_c.webp 2x\" data-title=\"IMG_7488\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3096\" class=\"envira-gallery-item envira-gallery-item-52 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7489-1.webp\" title=\"IMG_7489\" data-caption=\"\" data-envira-item-id=\"3096\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7489-1.webp\" data-thumb=\"\" data-title=\"IMG_7489\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7489-1-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-52    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3096\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_7489\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"51\" data-envira-item-id=\"3096\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7489-1-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7489-1-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7489-1-320x240_c.webp 2x\" data-title=\"IMG_7489\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3095\" class=\"envira-gallery-item envira-gallery-item-53 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7491-1.webp\" title=\"IMG_7491\" data-caption=\"\" data-envira-item-id=\"3095\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7491-1.webp\" data-thumb=\"\" data-title=\"IMG_7491\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7491-1-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-53    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3095\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_7491\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"52\" data-envira-item-id=\"3095\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7491-1-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7491-1-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7491-1-320x240_c.webp 2x\" data-title=\"IMG_7491\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3094\" class=\"envira-gallery-item envira-gallery-item-54 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7492-1.webp\" title=\"IMG_7492\" data-caption=\"\" data-envira-item-id=\"3094\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7492-1.webp\" data-thumb=\"\" data-title=\"IMG_7492\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7492-1-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-54    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3094\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_7492\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"53\" data-envira-item-id=\"3094\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7492-1-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7492-1-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7492-1-320x240_c.webp 2x\" data-title=\"IMG_7492\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3093\" class=\"envira-gallery-item envira-gallery-item-55 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4544-1.webp\" title=\"IMG_4544\" data-caption=\"\" data-envira-item-id=\"3093\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4544-1.webp\" data-thumb=\"\" data-title=\"IMG_4544\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4544-1-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-55    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3093\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4544\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"54\" data-envira-item-id=\"3093\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4544-1-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4544-1-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4544-1-320x240_c.webp 2x\" data-title=\"IMG_4544\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3059\" class=\"envira-gallery-item envira-gallery-item-56 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4542.jpg\" title=\"IMG_4542\" data-caption=\"\" data-envira-item-id=\"3059\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4542.webp?fit=1200%2C900&ssl=1\" data-thumb=\"\" data-title=\"IMG_4542\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4542-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-56    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3059\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4542\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"55\" data-envira-item-id=\"3059\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4542-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4542-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4542-320x240_c.webp 2x\" data-title=\"IMG_4542\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3055\" class=\"envira-gallery-item envira-gallery-item-57 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4972e.jpg\" title=\"IMG_4972e\" data-caption=\"\" data-envira-item-id=\"3055\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4972e.webp?fit=1200%2C1049&ssl=1\" data-thumb=\"\" data-title=\"IMG_4972e\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4972e-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-57    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3055\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4972e\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"56\" data-envira-item-id=\"3055\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4972e-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4972e-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4972e-320x240_c.webp 2x\" data-title=\"IMG_4972e\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3092\" class=\"envira-gallery-item envira-gallery-item-58 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4973-1.webp\" title=\"IMG_4973\" data-caption=\"\" data-envira-item-id=\"3092\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4973-1.webp\" data-thumb=\"\" data-title=\"IMG_4973\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4973-1-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-58    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3092\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4973\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"57\" data-envira-item-id=\"3092\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4973-1-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4973-1-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4973-1-320x240_c.webp 2x\" data-title=\"IMG_4973\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3091\" class=\"envira-gallery-item envira-gallery-item-59 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4974-1.webp\" title=\"IMG_4974\" data-caption=\"\" data-envira-item-id=\"3091\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4974-1.webp\" data-thumb=\"\" data-title=\"IMG_4974\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4974-1-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-59    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3091\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4974\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"58\" data-envira-item-id=\"3091\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4974-1-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4974-1-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4974-1-320x240_c.webp 2x\" data-title=\"IMG_4974\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3090\" class=\"envira-gallery-item envira-gallery-item-60 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4995-1.webp\" title=\"IMG_4995\" data-caption=\"\" data-envira-item-id=\"3090\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4995-1.webp\" data-thumb=\"\" data-title=\"IMG_4995\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4995-1-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-60    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3090\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4995\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"59\" data-envira-item-id=\"3090\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4995-1-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4995-1-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4995-1-320x240_c.webp 2x\" data-title=\"IMG_4995\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3089\" class=\"envira-gallery-item envira-gallery-item-61 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3246-1.webp\" title=\"IMG_3246\" data-caption=\"\" data-envira-item-id=\"3089\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3246-1.webp\" data-thumb=\"\" data-title=\"IMG_3246\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3246-1-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-61    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3089\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3246\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"60\" data-envira-item-id=\"3089\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3246-1-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3246-1-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3246-1-320x240_c.webp 2x\" data-title=\"IMG_3246\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3088\" class=\"envira-gallery-item envira-gallery-item-62 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5601-1.webp\" title=\"IMG_5601\" data-caption=\"\" data-envira-item-id=\"3088\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5601-1.webp\" data-thumb=\"\" data-title=\"IMG_5601\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5601-1-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-62    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3088\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_5601\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"61\" data-envira-item-id=\"3088\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5601-1-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5601-1-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5601-1-320x240_c.webp 2x\" data-title=\"IMG_5601\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3087\" class=\"envira-gallery-item envira-gallery-item-63 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.webp\" title=\"IMG_2698\" data-caption=\"\" data-envira-item-id=\"3087\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.webp\" data-thumb=\"\" data-title=\"IMG_2698\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-63    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3087\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2698\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"62\" data-envira-item-id=\"3087\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1-320x240_c.webp 2x\" data-title=\"IMG_2698\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3086\" class=\"envira-gallery-item envira-gallery-item-64 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3053-1.webp\" title=\"IMG_3053\" data-caption=\"\" data-envira-item-id=\"3086\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3053-1.webp\" data-thumb=\"\" data-title=\"IMG_3053\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3053-1-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-64    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3086\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3053\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"63\" data-envira-item-id=\"3086\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3053-1-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3053-1-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3053-1-320x240_c.webp 2x\" data-title=\"IMG_3053\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3085\" class=\"envira-gallery-item envira-gallery-item-65 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3616-1.webp\" title=\"IMG_3616\" data-caption=\"\" data-envira-item-id=\"3085\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3616-1.webp\" data-thumb=\"\" data-title=\"IMG_3616\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3616-1-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-65    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3085\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3616\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"64\" data-envira-item-id=\"3085\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3616-1-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3616-1-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3616-1-320x240_c.webp 2x\" data-title=\"IMG_3616\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3083\" class=\"envira-gallery-item envira-gallery-item-66 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1482.jpg\" title=\"IMG_1482\" data-caption=\"\" data-envira-item-id=\"3083\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1482.webp?fit=1200%2C900&ssl=1\" data-thumb=\"\" data-title=\"IMG_1482\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1482-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-66    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3083\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1482\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"65\" data-envira-item-id=\"3083\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1482-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1482-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1482-320x240_c.webp 2x\" data-title=\"IMG_1482\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3081\" class=\"envira-gallery-item envira-gallery-item-67 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1490.jpg\" title=\"IMG_1490\" data-caption=\"\" data-envira-item-id=\"3081\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1490.webp?fit=1200%2C900&ssl=1\" data-thumb=\"\" data-title=\"IMG_1490\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1490-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-67    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3081\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1490\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"66\" data-envira-item-id=\"3081\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1490-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1490-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1490-320x240_c.webp 2x\" data-title=\"IMG_1490\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3077\" class=\"envira-gallery-item envira-gallery-item-68 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1680e.jpg\" title=\"IMG_1680e\" data-caption=\"\" data-envira-item-id=\"3077\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1680e.webp?fit=1200%2C1646&ssl=1\" data-thumb=\"\" data-title=\"IMG_1680e\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1680e-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-68    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3077\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_1680e\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"67\" data-envira-item-id=\"3077\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1680e-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1680e-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1680e-320x240_c.webp 2x\" data-title=\"IMG_1680e\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3061\" class=\"envira-gallery-item envira-gallery-item-69 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3854.jpg\" title=\"IMG_3854\" data-caption=\"\" data-envira-item-id=\"3061\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3854.webp?fit=1200%2C900&ssl=1\" data-thumb=\"\" data-title=\"IMG_3854\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3854-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-69    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3061\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3854\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"68\" data-envira-item-id=\"3061\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3854-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3854-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3854-320x240_c.webp 2x\" data-title=\"IMG_3854\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3046\" class=\"envira-gallery-item envira-gallery-item-70 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3855-rotated.webp\" title=\"IMG_3855\" data-caption=\"\" data-envira-item-id=\"3046\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3855-rotated.webp\" data-thumb=\"\" data-title=\"IMG_3855\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3855-rotated-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-70    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3046\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3855\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"69\" data-envira-item-id=\"3046\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3855-rotated-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3855-rotated-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3855-rotated-320x240_c.webp 2x\" data-title=\"IMG_3855\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3060\" class=\"envira-gallery-item envira-gallery-item-71 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3920e.jpg\" title=\"IMG_3920e\" data-caption=\"\" data-envira-item-id=\"3060\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3920e.webp?fit=1200%2C1682&ssl=1\" data-thumb=\"\" data-title=\"IMG_3920e\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3920e-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-71    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3060\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3920e\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"70\" data-envira-item-id=\"3060\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3920e-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3920e-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3920e-320x240_c.webp 2x\" data-title=\"IMG_3920e\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3056\" class=\"envira-gallery-item envira-gallery-item-72 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4572e.jpg\" title=\"IMG_4572e\" data-caption=\"\" data-envira-item-id=\"3056\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4572e.webp?fit=1200%2C804&ssl=1\" data-thumb=\"\" data-title=\"IMG_4572e\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4572e-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-72    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3056\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4572e\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"71\" data-envira-item-id=\"3056\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4572e-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4572e-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4572e-320x240_c.webp 2x\" data-title=\"IMG_4572e\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3049\" class=\"envira-gallery-item envira-gallery-item-73 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4993e.jpg\" title=\"IMG_4993e\" data-caption=\"\" data-envira-item-id=\"3049\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4993e.webp?fit=1200%2C1938&ssl=1\" data-thumb=\"\" data-title=\"IMG_4993e\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4993e-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-73    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3049\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_4993e\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"72\" data-envira-item-id=\"3049\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4993e-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4993e-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4993e-320x240_c.webp 2x\" data-title=\"IMG_4993e\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3047\" class=\"envira-gallery-item envira-gallery-item-74 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5155.jpg\" title=\"IMG_5155\" data-caption=\"\" data-envira-item-id=\"3047\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5155.webp?fit=1200%2C900&ssl=1\" data-thumb=\"\" data-title=\"IMG_5155\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5155-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-74    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3047\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_5155\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"73\" data-envira-item-id=\"3047\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5155-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5155-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5155-320x240_c.webp 2x\" data-title=\"IMG_5155\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3044\" class=\"envira-gallery-item envira-gallery-item-75 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5504e.jpg\" title=\"IMG_5504e\" data-caption=\"\" data-envira-item-id=\"3044\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5504e.webp?fit=1200%2C729&ssl=1\" data-thumb=\"\" data-title=\"IMG_5504e\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5504e-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-75    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3044\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_5504e\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"74\" data-envira-item-id=\"3044\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5504e-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5504e-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5504e-320x240_c.webp 2x\" data-title=\"IMG_5504e\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3067\" class=\"envira-gallery-item envira-gallery-item-76 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/NHJZ5355.jpg\" title=\"NHJZ5355\" data-caption=\"\" data-envira-item-id=\"3067\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/NHJZ5355.webp?fit=1200%2C900&ssl=1\" data-thumb=\"\" data-title=\"NHJZ5355\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/NHJZ5355-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-76    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3067\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"NHJZ5355\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"75\" data-envira-item-id=\"3067\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/NHJZ5355-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/NHJZ5355-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/NHJZ5355-320x240_c.webp 2x\" data-title=\"NHJZ5355\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3042\" class=\"envira-gallery-item envira-gallery-item-77 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5644.jpg\" title=\"IMG_5644\" data-caption=\"\" data-envira-item-id=\"3042\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5644.webp?fit=1200%2C900&ssl=1\" data-thumb=\"\" data-title=\"IMG_5644\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5644-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-77    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3042\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_5644\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"76\" data-envira-item-id=\"3042\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5644-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5644-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5644-320x240_c.webp 2x\" data-title=\"IMG_5644\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3041\" class=\"envira-gallery-item envira-gallery-item-78 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5645.jpg\" title=\"IMG_5645\" data-caption=\"\" data-envira-item-id=\"3041\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5645.webp?fit=1200%2C988&ssl=1\" data-thumb=\"\" data-title=\"IMG_5645\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5645-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-78    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3041\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_5645\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"77\" data-envira-item-id=\"3041\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5645-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5645-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5645-320x240_c.webp 2x\" data-title=\"IMG_5645\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3040\" class=\"envira-gallery-item envira-gallery-item-79 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3244.jpg\" title=\"IMG_3244\" data-caption=\"\" data-envira-item-id=\"3040\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3244.webp?fit=1200%2C540&ssl=1\" data-thumb=\"\" data-title=\"IMG_3244\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3244-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-79    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3040\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3244\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"78\" data-envira-item-id=\"3040\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3244-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3244-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3244-320x240_c.webp 2x\" data-title=\"IMG_3244\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3038\" class=\"envira-gallery-item envira-gallery-item-80 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8489.jpg\" title=\"IMG_8489\" data-caption=\"\" data-envira-item-id=\"3038\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8489.webp?fit=1200%2C598&ssl=1\" data-thumb=\"\" data-title=\"IMG_8489\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8489-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-80    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3038\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_8489\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"79\" data-envira-item-id=\"3038\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8489-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8489-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8489-320x240_c.webp 2x\" data-title=\"IMG_8489\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3037\" class=\"envira-gallery-item envira-gallery-item-81 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8611.jpg\" title=\"IMG_8611\" data-caption=\"\" data-envira-item-id=\"3037\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8611.webp?fit=1200%2C1283&ssl=1\" data-thumb=\"\" data-title=\"IMG_8611\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8611-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-81    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3037\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_8611\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"80\" data-envira-item-id=\"3037\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8611-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8611-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8611-320x240_c.webp 2x\" data-title=\"IMG_8611\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3036\" class=\"envira-gallery-item envira-gallery-item-82 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9395.jpg\" title=\"IMG_9395\" data-caption=\"\" data-envira-item-id=\"3036\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9395.webp?fit=1200%2C832&ssl=1\" data-thumb=\"\" data-title=\"IMG_9395\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9395-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-82    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3036\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_9395\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"81\" data-envira-item-id=\"3036\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9395-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9395-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9395-320x240_c.webp 2x\" data-title=\"IMG_9395\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3035\" class=\"envira-gallery-item envira-gallery-item-83 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9445.jpg\" title=\"IMG_9445\" data-caption=\"\" data-envira-item-id=\"3035\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9445.webp?fit=900%2C1200&ssl=1\" data-thumb=\"\" data-title=\"IMG_9445\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9445-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-83    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3035\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_9445\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"82\" data-envira-item-id=\"3035\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9445-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9445-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9445-320x240_c.webp 2x\" data-title=\"IMG_9445\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3034\" class=\"envira-gallery-item envira-gallery-item-84 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9446.jpg\" title=\"IMG_9446\" data-caption=\"\" data-envira-item-id=\"3034\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9446.webp?fit=900%2C1200&ssl=1\" data-thumb=\"\" data-title=\"IMG_9446\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9446-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-84    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3034\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_9446\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"83\" data-envira-item-id=\"3034\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9446-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9446-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9446-320x240_c.webp 2x\" data-title=\"IMG_9446\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3033\" class=\"envira-gallery-item envira-gallery-item-85 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9576.jpg\" title=\"IMG_9576\" data-caption=\"\" data-envira-item-id=\"3033\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9576.webp?fit=900%2C1200&ssl=1\" data-thumb=\"\" data-title=\"IMG_9576\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9576-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-85    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3033\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_9576\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"84\" data-envira-item-id=\"3033\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9576-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9576-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9576-320x240_c.webp 2x\" data-title=\"IMG_9576\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3032\" class=\"envira-gallery-item envira-gallery-item-86 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9777.jpg\" title=\"IMG_9777\" data-caption=\"\" data-envira-item-id=\"3032\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9777.webp?fit=1200%2C610&ssl=1\" data-thumb=\"\" data-title=\"IMG_9777\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9777-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-86    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3032\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_9777\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"85\" data-envira-item-id=\"3032\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9777-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9777-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9777-320x240_c.webp 2x\" data-title=\"IMG_9777\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3031\" class=\"envira-gallery-item envira-gallery-item-87 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9781.jpg\" title=\"IMG_9781\" data-caption=\"\" data-envira-item-id=\"3031\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9781.webp?fit=1200%2C551&ssl=1\" data-thumb=\"\" data-title=\"IMG_9781\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9781-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-87    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3031\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_9781\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"86\" data-envira-item-id=\"3031\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9781-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9781-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9781-320x240_c.webp 2x\" data-title=\"IMG_9781\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3030\" class=\"envira-gallery-item envira-gallery-item-88 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.webp\" title=\"75D4E00F-F35A-4C86-A1D1-D5BAC411BECF\" data-caption=\"\" data-envira-item-id=\"3030\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.webp\" data-thumb=\"\" data-title=\"75D4E00F-F35A-4C86-A1D1-D5BAC411BECF\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-88    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3030\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"75D4E00F-F35A-4C86-A1D1-D5BAC411BECF\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"87\" data-envira-item-id=\"3030\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF-320x240_c.webp 2x\" data-title=\"75D4E00F-F35A-4C86-A1D1-D5BAC411BECF\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3029\" class=\"envira-gallery-item envira-gallery-item-89 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.webp\" title=\"72D9BE60-918C-4B4B-9C3A-4898D7D2E51D\" data-caption=\"\" data-envira-item-id=\"3029\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.webp\" data-thumb=\"\" data-title=\"72D9BE60-918C-4B4B-9C3A-4898D7D2E51D\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-89    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3029\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"72D9BE60-918C-4B4B-9C3A-4898D7D2E51D\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"88\" data-envira-item-id=\"3029\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D-320x240_c.webp 2x\" data-title=\"72D9BE60-918C-4B4B-9C3A-4898D7D2E51D\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3028\" class=\"envira-gallery-item envira-gallery-item-90 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/F2351C4C-F4D9-480F-9934-083F6DFCE40A.webp\" title=\"F2351C4C-F4D9-480F-9934-083F6DFCE40A\" data-caption=\"\" data-envira-item-id=\"3028\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/F2351C4C-F4D9-480F-9934-083F6DFCE40A.webp\" data-thumb=\"\" data-title=\"F2351C4C-F4D9-480F-9934-083F6DFCE40A\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/F2351C4C-F4D9-480F-9934-083F6DFCE40A-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-90    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3028\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"F2351C4C-F4D9-480F-9934-083F6DFCE40A\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"89\" data-envira-item-id=\"3028\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/F2351C4C-F4D9-480F-9934-083F6DFCE40A-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/F2351C4C-F4D9-480F-9934-083F6DFCE40A-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/F2351C4C-F4D9-480F-9934-083F6DFCE40A-320x240_c.webp 2x\" data-title=\"F2351C4C-F4D9-480F-9934-083F6DFCE40A\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3027\" class=\"envira-gallery-item envira-gallery-item-91 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.webp\" title=\"E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1\" data-caption=\"\" data-envira-item-id=\"3027\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.webp\" data-thumb=\"\" data-title=\"E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-91    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3027\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"90\" data-envira-item-id=\"3027\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1-320x240_c.webp 2x\" data-title=\"E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3025\" class=\"envira-gallery-item envira-gallery-item-92 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/07AA5C2A-CBF0-4E74-9708-3305125E5505.webp\" title=\"07AA5C2A-CBF0-4E74-9708-3305125E5505\" data-caption=\"\" data-envira-item-id=\"3025\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/07AA5C2A-CBF0-4E74-9708-3305125E5505.webp\" data-thumb=\"\" data-title=\"07AA5C2A-CBF0-4E74-9708-3305125E5505\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/07AA5C2A-CBF0-4E74-9708-3305125E5505-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-92    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3025\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"07AA5C2A-CBF0-4E74-9708-3305125E5505\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"91\" data-envira-item-id=\"3025\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/07AA5C2A-CBF0-4E74-9708-3305125E5505-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/07AA5C2A-CBF0-4E74-9708-3305125E5505-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/07AA5C2A-CBF0-4E74-9708-3305125E5505-320x240_c.webp 2x\" data-title=\"07AA5C2A-CBF0-4E74-9708-3305125E5505\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3024\" class=\"envira-gallery-item envira-gallery-item-93 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/4C97A568-D52D-416B-A98C-57FE57513540.webp\" title=\"4C97A568-D52D-416B-A98C-57FE57513540\" data-caption=\"\" data-envira-item-id=\"3024\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/4C97A568-D52D-416B-A98C-57FE57513540.webp\" data-thumb=\"\" data-title=\"4C97A568-D52D-416B-A98C-57FE57513540\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/4C97A568-D52D-416B-A98C-57FE57513540-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-93    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3024\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"4C97A568-D52D-416B-A98C-57FE57513540\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"92\" data-envira-item-id=\"3024\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/4C97A568-D52D-416B-A98C-57FE57513540-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/4C97A568-D52D-416B-A98C-57FE57513540-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/4C97A568-D52D-416B-A98C-57FE57513540-320x240_c.webp 2x\" data-title=\"4C97A568-D52D-416B-A98C-57FE57513540\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3023\" class=\"envira-gallery-item envira-gallery-item-94 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.jpg\" title=\"IMG_2556\" data-caption=\"\" data-envira-item-id=\"3023\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.webp?fit=1440%2C1920&ssl=1\" data-thumb=\"\" data-title=\"IMG_2556\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-94    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3023\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2556\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"93\" data-envira-item-id=\"3023\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556-320x240_c.webp 2x\" data-title=\"IMG_2556\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3020\" class=\"envira-gallery-item envira-gallery-item-95 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2741.jpg\" title=\"IMG_2741\" data-caption=\"\" data-envira-item-id=\"3020\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2741.webp?fit=1440%2C1920&ssl=1\" data-thumb=\"\" data-title=\"IMG_2741\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2741-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-95    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3020\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_2741\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"94\" data-envira-item-id=\"3020\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2741-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2741-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2741-320x240_c.webp 2x\" data-title=\"IMG_2741\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3016\" class=\"envira-gallery-item envira-gallery-item-96 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3128.jpg\" title=\"IMG_3128\" data-caption=\"\" data-envira-item-id=\"3016\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3128.webp?fit=1440%2C1920&ssl=1\" data-thumb=\"\" data-title=\"IMG_3128\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3128-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-96    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3016\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_3128\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"95\" data-envira-item-id=\"3016\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3128-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3128-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3128-320x240_c.webp 2x\" data-title=\"IMG_3128\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3014\" class=\"envira-gallery-item envira-gallery-item-97 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9457.jpg\" title=\"IMG_9457\" data-caption=\"\" data-envira-item-id=\"3014\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9457.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_9457\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9457-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-97    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3014\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_9457\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"96\" data-envira-item-id=\"3014\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9457-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9457-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9457-320x240_c.webp 2x\" data-title=\"IMG_9457\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3013\" class=\"envira-gallery-item envira-gallery-item-98 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9456.jpg\" title=\"IMG_9456\" data-caption=\"\" data-envira-item-id=\"3013\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9456.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_9456\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9456-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-98    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3013\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_9456\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"97\" data-envira-item-id=\"3013\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9456-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9456-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9456-320x240_c.webp 2x\" data-title=\"IMG_9456\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3012\" class=\"envira-gallery-item envira-gallery-item-99 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9453.jpg\" title=\"IMG_9453\" data-caption=\"\" data-envira-item-id=\"3012\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9453.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_9453\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9453-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-99    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3012\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_9453\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"98\" data-envira-item-id=\"3012\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9453-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9453-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9453-320x240_c.webp 2x\" data-title=\"IMG_9453\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3011\" class=\"envira-gallery-item envira-gallery-item-100 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9452.jpg\" title=\"IMG_9452\" data-caption=\"\" data-envira-item-id=\"3011\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9452.webp?fit=1080%2C1440&ssl=1\" data-thumb=\"\" data-title=\"IMG_9452\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9452-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-100    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3011\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_9452\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"99\" data-envira-item-id=\"3011\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9452-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9452-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9452-320x240_c.webp 2x\" data-title=\"IMG_9452\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3084\" class=\"envira-gallery-item envira-gallery-item-101 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3010 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9451.jpg\" title=\"IMG_9451\" data-caption=\"\" data-envira-item-id=\"3084\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9451.webp?fit=1440%2C1080&ssl=1\" data-thumb=\"\" data-title=\"IMG_9451\" data-envirabox=\'3010\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9451-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-101    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3084\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"IMG_9451\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3010\" data-envira-index=\"100\" data-envira-item-id=\"3084\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9451-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9451-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9451-320x240_c.webp 2x\" data-title=\"IMG_9451\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3010\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div></div></div><noscript><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3812.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3845.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3846.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3897.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3960.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3966.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4020.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4035.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4036.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4054.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2560.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9439.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7456.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7447.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7301.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7204.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7042.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_6976.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4031.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3619.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3617.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3305.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3223.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3064.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3062.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2559.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1797.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1011.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1010.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0696.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/68470976_1346433938856221_3994837700069818368_n.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/67738814_2380243855588700_6910048023540137984_n.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/29964D3A-B203-4E30-95AE-9483EC6B8490.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2121-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2123.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7488-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7489-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7491-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7492-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4544-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4542.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4972e.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4973-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4974-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4995-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3246-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5601-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3053-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3616-1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1482.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1490.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1680e.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3854.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3855-rotated.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3920e.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4572e.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4993e.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5155.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5504e.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/NHJZ5355.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5644.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5645.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3244.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8489.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8611.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9395.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9445.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9446.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9576.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9777.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9781.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/F2351C4C-F4D9-480F-9934-083F6DFCE40A.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/07AA5C2A-CBF0-4E74-9708-3305125E5505.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/4C97A568-D52D-416B-A98C-57FE57513540.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2741.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3128.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9457.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9456.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9453.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9452.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9451.jpg\' alt=\'\' class=\'envira_noscript_images \' /></noscript>','off'),(369380,'_transient_timeout__eg_fragment_mobile_3152','1759592666','off');
INSERT INTO `nbn_options` VALUES (369381,'_transient__eg_fragment_mobile_3152','<div id=\"envira-gallery-wrap-3152\" class=\"envira-gallery-wrap envira-lazy-loading-enabled envira-layout-automatic\" itemscope itemtype=\"https://schema.org/ImageGallery\"><div class=\"envira-loader\"><div></div><div></div><div></div><div></div></div><div id=\"envira-gallery-3152\" class=\"envira-gallery-public envira-gallery-0-columns envira-clear envira-gallery-justified-public\" data-envira-id=\"3152\" data-gallery-config=\'{\"type\":\"default\",\"layout\":\"automatic\",\"columns\":\"0\",\"gallery_theme\":\"base\",\"justified_margins\":1,\"justified_last_row\":\"nojustify\",\"lazy_loading\":1,\"lazy_loading_delay\":500,\"gutter\":1,\"gutter_mobile\":0,\"margin\":1,\"image_size\":\"default\",\"square_size\":300,\"crop_width\":640,\"crop_height\":480,\"crop\":0,\"crop_position\":\"c\",\"show_more_text\":\"Click for more\",\"additional_copy_0\":0,\"additional_copy_title\":0,\"additional_copy_caption\":0,\"additional_copy_title_caption\":0,\"additional_copy_0_mobile\":0,\"additional_copy_title_mobile\":0,\"additional_copy_caption_mobile\":0,\"additional_copy_title_caption_mobile\":0,\"gallery_column_title_caption\":\"0\",\"gallery_column_title_caption_mobile\":\"0\",\"additional_copy_automatic_0\":0,\"additional_copy_automatic_title\":0,\"additional_copy_automatic_caption\":0,\"additional_copy_automatic_title_caption\":0,\"additional_copy_automatic_0_mobile\":0,\"additional_copy_automatic_title_mobile\":0,\"additional_copy_automatic_caption_mobile\":0,\"additional_copy_automatic_title_caption_mobile\":0,\"gallery_automatic_title_caption\":\"0\",\"gallery_automatic_title_caption_mobile\":\"0\",\"justified_row_height\":100,\"description_position\":\"0\",\"description\":\"\",\"random\":\"0\",\"sort_order\":\"0\",\"sorting_direction\":\"ASC\",\"image_sizes_random\":[],\"isotope\":0,\"lightbox_enabled\":1,\"gallery_link_enabled\":1,\"lightbox_theme\":\"base_dark\",\"lightbox_image_size\":\"default\",\"title_display\":\"float\",\"lightbox_title_caption\":\"title\",\"arrows\":1,\"arrows_position\":\"inside\",\"toolbar\":0,\"toolbar_title\":0,\"toolbar_position\":\"top\",\"loop\":1,\"lightbox_open_close_effect\":\"fade\",\"effect\":\"fade\",\"supersize\":0,\"thumbnails_toggle\":0,\"thumbnails_hide\":0,\"image_counter\":0,\"lightbox_html_caption\":0,\"thumbnails\":1,\"thumbnails_width\":\"auto\",\"thumbnails_height\":\"auto\",\"thumbnails_position\":\"bottom\",\"thumbnails_custom_size\":0,\"mobile\":1,\"mobile_width\":320,\"mobile_height\":240,\"mobile_lightbox\":1,\"mobile_gallery_link_enabled\":0,\"mobile_arrows\":1,\"mobile_toolbar\":1,\"mobile_thumbnails\":1,\"mobile_touchwipe_close\":0,\"mobile_thumbnails_width\":75,\"mobile_thumbnails_height\":50,\"mobile_justified_row_height\":80,\"keyboard\":true,\"standalone_template\":\"\",\"classes\":[\"\"],\"rtl\":0,\"slug\":\"our-work-canopies\",\"title\":\"\",\"gallery_id\":\"3152\"}\' data-gallery-images=\'[{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG.webp\",\"title\":\"Aggressive Graphix 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG.webp?fit=1440%2C1080&ssl=1\",\"index\":0,\"id\":3153,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/AG-75x50_c.webp\",\"title\":\"Aggressive Graphix 10x10\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10.webp\",\"title\":\"DCH Masonry 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10.webp?fit=1706%2C1279&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10.webp?fit=1706%2C1279&ssl=1\",\"index\":1,\"id\":3489,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkins10x10-75x50_c.webp\",\"title\":\"DCH Masonry 10x10\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10.webp\",\"title\":\"Gary Rice Shop Equipment 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10.webp?fit=1706%2C1279&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10.webp?fit=1706%2C1279&ssl=1\",\"index\":2,\"id\":3488,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/grice10x10-75x50_c.webp\",\"title\":\"Gary Rice Shop Equipment 10x10\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies.webp\",\"title\":\"Sweet Subies 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies.webp?fit=1440%2C1080&ssl=1\",\"index\":3,\"id\":3179,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/sweetsubies-75x50_c.webp\",\"title\":\"Sweet Subies 10x10\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes.webp\",\"title\":\"Scars and Stripes 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes.webp?fit=1440%2C1080&ssl=1\",\"index\":4,\"id\":3177,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsandstripes-75x50_c.webp\",\"title\":\"Scars and Stripes 10x10\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord.webp\",\"title\":\"Place Ford 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord.webp?fit=1440%2C1080&ssl=1\",\"index\":5,\"id\":3176,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/PlaceFord-75x50_c.webp\",\"title\":\"Place Ford 10x10\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23.webp\",\"title\":\"MX23 Brookfield 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23.webp?fit=1440%2C1080&ssl=1\",\"index\":6,\"id\":3175,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/mx23-75x50_c.webp\",\"title\":\"MX23 Brookfield 10x10\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing.webp\",\"title\":\"Flawless Detailing MA 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing.webp?fit=1440%2C1080&ssl=1\",\"index\":7,\"id\":3160,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/flawlessdetailing-75x50_c.webp\",\"title\":\"Flawless Detailing MA 10x10\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10.webp\",\"title\":\"Wicked Big Car Show 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10.webp?fit=1706%2C1279&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10.webp?fit=1706%2C1279&ssl=1\",\"index\":8,\"id\":3485,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x10-75x50_c.webp\",\"title\":\"Wicked Big Car Show 10x10\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing.webp\",\"title\":\"Daigle Racing 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing.webp?fit=1440%2C1080&ssl=1\",\"index\":9,\"id\":3159,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/daigleracing-75x50_c.webp\",\"title\":\"Daigle Racing 10x10\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices.webp\",\"title\":\"CSC Services 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices.webp?fit=1440%2C1080&ssl=1\",\"index\":10,\"id\":3158,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/cscservices-75x50_c.webp\",\"title\":\"CSC Services 10x10\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell.webp\",\"title\":\"Colosseum Barbell Club 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell.webp?fit=1440%2C1080&ssl=1\",\"index\":11,\"id\":3157,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/colosseumbarbell-75x50_c.webp\",\"title\":\"Colosseum Barbell Club 10x10\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension.webp\",\"title\":\"Boss Suspension 10x10\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension.webp?fit=1440%2C1080&ssl=1\",\"index\":12,\"id\":3156,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosssuspension-75x50_c.webp\",\"title\":\"Boss Suspension 10x10\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing.webp\",\"title\":\"ATM Racing 10x15\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing.webp?fit=1440%2C1080&ssl=1\",\"index\":13,\"id\":3154,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ATMracing-75x50_c.webp\",\"title\":\"ATM Racing 10x15\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer.webp\",\"title\":\"Dawson Harriger 10x15\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer.webp?fit=1440%2C1080&ssl=1\",\"index\":14,\"id\":3172,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/harringer-75x50_c.webp\",\"title\":\"Dawson Harriger 10x15\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20.webp\",\"title\":\"Wick Big Car Show 10x20\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20.webp?fit=1706%2C1279&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20.webp?fit=1706%2C1279&ssl=1\",\"index\":15,\"id\":3486,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/wickedbigcarshow10x20-75x50_c.webp\",\"title\":\"Wick Big Car Show 10x20\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20.webp\",\"title\":\"SuppLife 10x20\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20.webp?fit=1706%2C1279&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20.webp?fit=1706%2C1279&ssl=1\",\"index\":16,\"id\":3487,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/supplife10x20-75x50_c.webp\",\"title\":\"SuppLife 10x20\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20.webp\",\"title\":\"Kavanagh 10x20\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20.webp?fit=1400%2C1050&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20.webp?fit=1400%2C1050&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20.webp?fit=1400%2C1050&ssl=1\",\"index\":17,\"id\":3484,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kavanagh10x20-75x50_c.webp\",\"title\":\"Kavanagh 10x20\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing.webp\",\"title\":\"Triple Threat Racing 10x20\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing.webp?fit=1440%2C1080&ssl=1\",\"index\":18,\"id\":3180,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/triplethreatracing-75x50_c.webp\",\"title\":\"Triple Threat Racing 10x20\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall.webp\",\"title\":\"Mya Hopkins\\/Plaistow Powersports half wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall.webp?fit=1706%2C1279&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall.webp?fit=1706%2C1279&ssl=1\",\"index\":19,\"id\":3490,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/dhopkinswall-75x50_c.webp\",\"title\":\"Mya Hopkins\\/Plaistow Powersports half wall\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall.webp\",\"title\":\"KSR Wheels half wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall.webp?fit=1706%2C1279&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall.webp?fit=1706%2C1279&ssl=1\",\"index\":20,\"id\":3494,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrhalfwall-75x50_c.webp\",\"title\":\"KSR Wheels half wall\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall.webp\",\"title\":\"scarsstripeshalfwall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall.webp?fit=300%2C112&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall.webp?fit=768%2C288&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall.webp?fit=1024%2C384&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall.webp?fit=1388%2C520&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall.webp?fit=1388%2C520&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall-300x112.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall.webp?fit=1388%2C520&ssl=1\",\"index\":21,\"id\":3178,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/scarsstripeshalfwall-75x50_c.webp\",\"title\":\"scarsstripeshalfwall\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2.webp\",\"title\":\"Kaplan Cycles half wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2.webp?fit=300%2C83&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2.webp?fit=768%2C211&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2.webp?fit=1024%2C282&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2.webp?fit=1440%2C396&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2.webp?fit=1440%2C396&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2-300x83.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2.webp?fit=1440%2C396&ssl=1\",\"index\":22,\"id\":3174,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall2-75x50_c.webp\",\"title\":\"Kaplan Cycles half wall\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall.webp\",\"title\":\"Kaplan Cycles half wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall.webp?fit=300%2C88&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall.webp?fit=768%2C224&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall.webp?fit=1024%2C299&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall.webp?fit=1440%2C420&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall.webp?fit=1440%2C420&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall-300x88.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall.webp?fit=1440%2C420&ssl=1\",\"index\":23,\"id\":3173,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/kaplanhalfwall-75x50_c.webp\",\"title\":\"Kaplan Cycles half wall\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall.webp\",\"title\":\"Boss Suspension half wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall.webp?fit=300%2C84&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall.webp?fit=768%2C214&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall.webp?fit=1024%2C286&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall.webp?fit=1440%2C402&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall.webp?fit=1440%2C402&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall-300x84.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall.webp?fit=1440%2C402&ssl=1\",\"index\":24,\"id\":3155,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/bosshalfwall-75x50_c.webp\",\"title\":\"Boss Suspension half wall\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG.webp\",\"title\":\"Aggressive Graphix full wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG.webp?fit=300%2C188&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG.webp?fit=768%2C482&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG.webp?fit=1024%2C643&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG.webp?fit=1404%2C882&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG.webp?fit=1404%2C882&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG-300x188.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG.webp?fit=1404%2C882&ssl=1\",\"index\":25,\"id\":3165,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallAG-75x50_c.webp\",\"title\":\"Aggressive Graphix full wall\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC.webp\",\"title\":\"Colosseum Barbell Club full wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC.webp?fit=300%2C185&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC.webp?fit=768%2C474&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC.webp?fit=1024%2C632&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC.webp?fit=1224%2C756&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC.webp?fit=1224%2C756&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC-300x185.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC.webp?fit=1224%2C756&ssl=1\",\"index\":26,\"id\":3166,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallCBC-75x50_c.webp\",\"title\":\"Colosseum Barbell Club full wall\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister.webp\",\"title\":\"Sinfully Slick Auto Spa full wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister.webp?fit=300%2C194&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister.webp?fit=768%2C497&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister.webp?fit=1024%2C662&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister.webp?fit=1146%2C741&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister.webp?fit=1146%2C741&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister-300x194.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister.webp?fit=1146%2C741&ssl=1\",\"index\":27,\"id\":3170,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallsinister-75x50_c.webp\",\"title\":\"Sinfully Slick Auto Spa full wall\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow.webp\",\"title\":\"Plaistow Powersports full wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow.webp?fit=300%2C195&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow.webp?fit=768%2C500&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow.webp?fit=1024%2C667&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow.webp?fit=1368%2C891&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow.webp?fit=1368%2C891&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow-300x195.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow.webp?fit=1368%2C891&ssl=1\",\"index\":28,\"id\":3169,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallPlaistow-75x50_c.webp\",\"title\":\"Plaistow Powersports full wall\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow.webp\",\"title\":\"Weeping Willow full wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow.webp?fit=300%2C179&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow.webp?fit=768%2C459&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow.webp?fit=1024%2C612&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow.webp?fit=1284%2C768&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow.webp?fit=1284%2C768&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow-300x179.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow.webp?fit=1284%2C768&ssl=1\",\"index\":29,\"id\":3171,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallWeepingWillow-75x50_c.webp\",\"title\":\"Weeping Willow full wall\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless.webp\",\"title\":\"Flawless Detailing MA full wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless.webp?fit=300%2C202&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless.webp?fit=768%2C517&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless.webp?fit=1024%2C689&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless.webp?fit=1230%2C828&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless.webp?fit=1230%2C828&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless-300x202.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless.webp?fit=1230%2C828&ssl=1\",\"index\":30,\"id\":3167,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwallFlawless-75x50_c.webp\",\"title\":\"Flawless Detailing MA full wall\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR.webp\",\"title\":\"Triple Threat Racing full wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR.webp?fit=300%2C193&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR.webp?fit=768%2C495&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR.webp?fit=1024%2C660&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR.webp?fit=1215%2C783&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR.webp?fit=1215%2C783&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR-300x193.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR.webp?fit=1215%2C783&ssl=1\",\"index\":31,\"id\":3162,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall10TTR-75x50_c.webp\",\"title\":\"Triple Threat Racing full wall\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR.webp\",\"title\":\"Triple Threat Racing 20ft full wall\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR.png\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR.webp?fit=300%2C123&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR.webp?fit=768%2C315&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR.webp?fit=1024%2C420&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR.webp?fit=1338%2C549&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR.webp?fit=1338%2C549&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR-300x123.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR.webp?fit=1338%2C549&ssl=1\",\"index\":32,\"id\":3163,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fullwall20TTR-75x50_c.webp\",\"title\":\"Triple Threat Racing 20ft full wall\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable.webp\",\"title\":\"KSR Wheels table cloth\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable.webp?fit=1536%2C1152&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable.webp?fit=1702%2C1276&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable.webp?fit=1702%2C1276&ssl=1\",\"index\":33,\"id\":3496,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrtable-75x50_c.webp\",\"title\":\"KSR Wheels table cloth\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire.webp\",\"title\":\"Fuel to Inspire table cloth\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire.jpg\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire.webp?fit=300%2C225&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire.webp?fit=768%2C576&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire.webp?fit=1024%2C768&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire.webp?fit=1440%2C1080&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire.webp?fit=1440%2C1080&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire-300x225.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire.webp?fit=1440%2C1080&ssl=1\",\"index\":34,\"id\":3161,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/fueltoinspire-75x50_c.webp\",\"title\":\"Fuel to Inspire table cloth\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag.webp\",\"title\":\"KSR Wheels 9ft flag\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag.webp?fit=1280%2C1707&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag.webp?fit=1280%2C1707&ssl=1\",\"index\":35,\"id\":3495,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/ksrflag-75x50_c.webp\",\"title\":\"KSR Wheels 9ft flag\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals.webp\",\"title\":\"Care Equipment rentals 7ft flag\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals.webp?fit=1280%2C1707&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals.webp?fit=1280%2C1707&ssl=1\",\"index\":36,\"id\":3493,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carerentals-75x50_c.webp\",\"title\":\"Care Equipment rentals 7ft flag\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply.webp\",\"title\":\"Care Equipment landscape supply 7ft flag\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply.webp?fit=1280%2C1707&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply.webp?fit=1280%2C1707&ssl=1\",\"index\":37,\"id\":3492,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/carelandscapesupply-75x50_c.webp\",\"title\":\"Care Equipment landscape supply 7ft flag\"},\"gallery_id\":\"3152\"},{\"status\":\"active\",\"src\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation.webp\",\"title\":\"Care Excavation 7ft flag\",\"link\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation.webp\",\"alt\":\"\",\"caption\":false,\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation-75x50_c.webp\",\"meta\":{\"aperture\":null,\"credit\":null,\"camera\":null,\"caption\":\"\",\"created_timestamp\":null,\"copyright\":null,\"focal_length\":null,\"iso\":null,\"shutter_speed\":null,\"title\":\"\",\"orientation\":null,\"keywords\":null,\"resized_images\":null},\"thumbnail\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation.webp?resize=150%2C150&ssl=1\",\"medium\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation.webp?fit=225%2C300&ssl=1\",\"medium_large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation.webp?fit=768%2C1024&ssl=1\",\"large\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation.webp?fit=768%2C1024&ssl=1\",\"1536x1536\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation.webp?fit=1152%2C1536&ssl=1\",\"2048x2048\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation.webp?fit=1280%2C1707&ssl=1\",\"woocommerce_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation-300x400.webp\",\"woocommerce_single\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation.webp\",\"woocommerce_gallery_thumbnail\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation-100x100.webp\",\"full\":\"https:\\/\\/i0.wp.com\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation.webp?fit=1280%2C1707&ssl=1\",\"index\":38,\"id\":3491,\"video\":false,\"opts\":{\"caption\":\"\",\"thumb\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/06\\/careexcavation-75x50_c.webp\",\"title\":\"Care Excavation 7ft flag\"},\"gallery_id\":\"3152\"}]\' data-lightbox-theme=\'{&quot;arrows&quot;:true,&quot;margins&quot;:[120,0],&quot;gutter&quot;:&quot;100&quot;,&quot;thumbs_position&quot;:&quot;bottom&quot;,&quot;base_template&quot;:&quot;&lt;div id=\\&quot;envirabox-3152\\&quot; data-envirabox-id=\\&quot;3152\\&quot; class=\\&quot;envirabox-container envirabox-theme-base_dark envirabox-wrap\\&quot; role=\\&quot;dialog\\&quot;&gt;&lt;div class=\\&quot;envirabox-bg\\&quot;&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-outer\\&quot;&gt;&lt;div class=\\&quot;envirabox-inner\\&quot;&gt;&lt;div class=\\&quot;envirabox-caption-wrap\\&quot;&gt;&lt;div class=\\&quot;envirabox-title\\&quot;&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-toolbar\\&quot;&gt;&lt;div class=\\&quot;envira-close-button\\&quot;&gt;&lt;a data-envirabox-close class=\\&quot;envirabox-item envirabox-close envirabox-button--close\\&quot; title=\\&quot;Close\\&quot; href=\\&quot;#\\&quot;&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-navigation\\&quot;&gt;&lt;a data-envirabox-prev title=\\&quot;Prev\\&quot; class=\\&quot;envirabox-arrow envirabox-arrow--left envirabox-nav envirabox-prev\\&quot; href=\\&quot;#\\&quot;&gt;&lt;span&gt;&lt;\\/span&gt;&lt;\\/a&gt;&lt;a data-envirabox-next title=\\&quot;Next\\&quot; class=\\&quot;envirabox-arrow envirabox-arrow--right envirabox-nav envirabox-next\\&quot; href=\\&quot;#\\&quot;&gt;&lt;span&gt;&lt;\\/span&gt;&lt;\\/a&gt;&lt;\\/div&gt;&lt;div class=\\&quot;envirabox-stage\\&quot;&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;load_all&quot;:false,&quot;error_template&quot;:&quot;&lt;div class=\\&quot;envirabox-error\\&quot;&gt;&lt;p&gt;{{ERROR}}&lt;p&gt;&lt;\\/div&gt;&quot;,&quot;inner_caption&quot;:false,&quot;caption_position&quot;:false,&quot;arrow_position&quot;:false,&quot;toolbar&quot;:true,&quot;infobar&quot;:false,&quot;show_smallbtn&quot;:false,&quot;idle_time&quot;:false,&quot;click_content&quot;:false,&quot;click_slide&quot;:false,&quot;click_outside&quot;:false,&quot;animation_duration&quot;:false,&quot;transition_duration&quot;:false,&quot;small_btn_template&quot;:&quot;&lt;a data-envirabox-close class=\\&quot;envirabox-item envirabox-close envirabox-button--close\\&quot; title=\\&quot;Close\\&quot; href=\\&quot;#\\&quot;&gt;&lt;\\/a&gt;&quot;}\' data-parsed-attrs=\'{\"id\":\"3152\",\"cache\":true}\'><div id=\"envira-gallery-item-3153\" class=\"envira-gallery-item envira-gallery-item-1 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/AG.png\" title=\"Aggressive Graphix 10x10\" data-caption=\"\" data-envira-item-id=\"3153\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/AG.webp?fit=1440%2C1080&ssl=1\" data-thumb=\"\" data-title=\"Aggressive Graphix 10x10\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/AG-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-1    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3153\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Aggressive Graphix 10x10\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"0\" data-envira-item-id=\"3153\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/AG-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/AG-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/AG-320x240_c.webp 2x\" data-title=\"Aggressive Graphix 10x10\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3489\" class=\"envira-gallery-item envira-gallery-item-2 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/dhopkins10x10.webp\" title=\"DCH Masonry 10x10\" data-caption=\"\" data-envira-item-id=\"3489\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/dhopkins10x10.webp?fit=1706%2C1279&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/dhopkins10x10-75x50_c.webp\" data-title=\"DCH Masonry 10x10\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/dhopkins10x10-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-2    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3489\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"DCH Masonry 10x10\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"1\" data-envira-item-id=\"3489\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/dhopkins10x10-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/dhopkins10x10-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/dhopkins10x10-320x240_c.webp 2x\" data-title=\"DCH Masonry 10x10\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3488\" class=\"envira-gallery-item envira-gallery-item-3 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/grice10x10.webp\" title=\"Gary Rice Shop Equipment 10x10\" data-caption=\"\" data-envira-item-id=\"3488\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/grice10x10.webp?fit=1706%2C1279&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/grice10x10-75x50_c.webp\" data-title=\"Gary Rice Shop Equipment 10x10\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/grice10x10-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-3    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3488\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Gary Rice Shop Equipment 10x10\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"2\" data-envira-item-id=\"3488\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/grice10x10-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/grice10x10-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/grice10x10-320x240_c.webp 2x\" data-title=\"Gary Rice Shop Equipment 10x10\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3179\" class=\"envira-gallery-item envira-gallery-item-4 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/sweetsubies.webp\" title=\"Sweet Subies 10x10\" data-caption=\"\" data-envira-item-id=\"3179\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/sweetsubies.webp\" data-thumb=\"\" data-title=\"Sweet Subies 10x10\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/sweetsubies-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-4    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3179\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Sweet Subies 10x10\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"3\" data-envira-item-id=\"3179\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/sweetsubies-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/sweetsubies-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/sweetsubies-320x240_c.webp 2x\" data-title=\"Sweet Subies 10x10\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3177\" class=\"envira-gallery-item envira-gallery-item-5 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsandstripes.webp\" title=\"Scars and Stripes 10x10\" data-caption=\"\" data-envira-item-id=\"3177\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsandstripes.webp\" data-thumb=\"\" data-title=\"Scars and Stripes 10x10\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/scarsandstripes-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-5    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3177\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Scars and Stripes 10x10\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"4\" data-envira-item-id=\"3177\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/scarsandstripes-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/scarsandstripes-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/scarsandstripes-320x240_c.webp 2x\" data-title=\"Scars and Stripes 10x10\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3176\" class=\"envira-gallery-item envira-gallery-item-6 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PlaceFord.png\" title=\"Place Ford 10x10\" data-caption=\"\" data-envira-item-id=\"3176\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/PlaceFord.webp?fit=1440%2C1080&ssl=1\" data-thumb=\"\" data-title=\"Place Ford 10x10\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/PlaceFord-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-6    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3176\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Place Ford 10x10\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"5\" data-envira-item-id=\"3176\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/PlaceFord-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/PlaceFord-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/PlaceFord-320x240_c.webp 2x\" data-title=\"Place Ford 10x10\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3175\" class=\"envira-gallery-item envira-gallery-item-7 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/mx23.png\" title=\"MX23 Brookfield 10x10\" data-caption=\"\" data-envira-item-id=\"3175\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/mx23.webp?fit=1440%2C1080&ssl=1\" data-thumb=\"\" data-title=\"MX23 Brookfield 10x10\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/mx23-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-7    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3175\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"MX23 Brookfield 10x10\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"6\" data-envira-item-id=\"3175\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/mx23-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/mx23-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/mx23-320x240_c.webp 2x\" data-title=\"MX23 Brookfield 10x10\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3160\" class=\"envira-gallery-item envira-gallery-item-8 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/flawlessdetailing.webp\" title=\"Flawless Detailing MA 10x10\" data-caption=\"\" data-envira-item-id=\"3160\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/flawlessdetailing.webp\" data-thumb=\"\" data-title=\"Flawless Detailing MA 10x10\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/flawlessdetailing-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-8    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3160\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Flawless Detailing MA 10x10\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"7\" data-envira-item-id=\"3160\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/flawlessdetailing-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/flawlessdetailing-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/flawlessdetailing-320x240_c.webp 2x\" data-title=\"Flawless Detailing MA 10x10\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3485\" class=\"envira-gallery-item envira-gallery-item-9 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x10.webp\" title=\"Wicked Big Car Show 10x10\" data-caption=\"\" data-envira-item-id=\"3485\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x10.webp?fit=1706%2C1279&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x10-75x50_c.webp\" data-title=\"Wicked Big Car Show 10x10\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x10-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-9    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3485\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Wicked Big Car Show 10x10\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"8\" data-envira-item-id=\"3485\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x10-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x10-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x10-320x240_c.webp 2x\" data-title=\"Wicked Big Car Show 10x10\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3159\" class=\"envira-gallery-item envira-gallery-item-10 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/daigleracing.webp\" title=\"Daigle Racing 10x10\" data-caption=\"\" data-envira-item-id=\"3159\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/daigleracing.webp\" data-thumb=\"\" data-title=\"Daigle Racing 10x10\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/daigleracing-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-10    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3159\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Daigle Racing 10x10\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"9\" data-envira-item-id=\"3159\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/daigleracing-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/daigleracing-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/daigleracing-320x240_c.webp 2x\" data-title=\"Daigle Racing 10x10\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3158\" class=\"envira-gallery-item envira-gallery-item-11 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/cscservices.webp\" title=\"CSC Services 10x10\" data-caption=\"\" data-envira-item-id=\"3158\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/cscservices.webp\" data-thumb=\"\" data-title=\"CSC Services 10x10\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/cscservices-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-11    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3158\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"CSC Services 10x10\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"10\" data-envira-item-id=\"3158\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/cscservices-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/cscservices-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/cscservices-320x240_c.webp 2x\" data-title=\"CSC Services 10x10\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3157\" class=\"envira-gallery-item envira-gallery-item-12 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/colosseumbarbell.webp\" title=\"Colosseum Barbell Club 10x10\" data-caption=\"\" data-envira-item-id=\"3157\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/colosseumbarbell.webp\" data-thumb=\"\" data-title=\"Colosseum Barbell Club 10x10\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/colosseumbarbell-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-12    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3157\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Colosseum Barbell Club 10x10\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"11\" data-envira-item-id=\"3157\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/colosseumbarbell-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/colosseumbarbell-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/colosseumbarbell-320x240_c.webp 2x\" data-title=\"Colosseum Barbell Club 10x10\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3156\" class=\"envira-gallery-item envira-gallery-item-13 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/bosssuspension.webp\" title=\"Boss Suspension 10x10\" data-caption=\"\" data-envira-item-id=\"3156\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/bosssuspension.webp\" data-thumb=\"\" data-title=\"Boss Suspension 10x10\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/bosssuspension-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-13    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3156\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Boss Suspension 10x10\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"12\" data-envira-item-id=\"3156\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/bosssuspension-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/bosssuspension-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/bosssuspension-320x240_c.webp 2x\" data-title=\"Boss Suspension 10x10\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3154\" class=\"envira-gallery-item envira-gallery-item-14 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ATMracing.png\" title=\"ATM Racing 10x15\" data-caption=\"\" data-envira-item-id=\"3154\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ATMracing.webp?fit=1440%2C1080&ssl=1\" data-thumb=\"\" data-title=\"ATM Racing 10x15\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ATMracing-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-14    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3154\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"ATM Racing 10x15\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"13\" data-envira-item-id=\"3154\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ATMracing-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ATMracing-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ATMracing-320x240_c.webp 2x\" data-title=\"ATM Racing 10x15\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3172\" class=\"envira-gallery-item envira-gallery-item-15 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/harringer.png\" title=\"Dawson Harriger 10x15\" data-caption=\"\" data-envira-item-id=\"3172\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/harringer.webp?fit=1440%2C1080&ssl=1\" data-thumb=\"\" data-title=\"Dawson Harriger 10x15\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/harringer-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-15    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3172\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Dawson Harriger 10x15\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"14\" data-envira-item-id=\"3172\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/harringer-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/harringer-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/harringer-320x240_c.webp 2x\" data-title=\"Dawson Harriger 10x15\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3486\" class=\"envira-gallery-item envira-gallery-item-16 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x20.webp\" title=\"Wick Big Car Show 10x20\" data-caption=\"\" data-envira-item-id=\"3486\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x20.webp?fit=1706%2C1279&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x20-75x50_c.webp\" data-title=\"Wick Big Car Show 10x20\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x20-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-16    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3486\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Wick Big Car Show 10x20\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"15\" data-envira-item-id=\"3486\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x20-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x20-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x20-320x240_c.webp 2x\" data-title=\"Wick Big Car Show 10x20\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3487\" class=\"envira-gallery-item envira-gallery-item-17 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/supplife10x20.webp\" title=\"SuppLife 10x20\" data-caption=\"\" data-envira-item-id=\"3487\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/supplife10x20.webp?fit=1706%2C1279&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/supplife10x20-75x50_c.webp\" data-title=\"SuppLife 10x20\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/supplife10x20-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-17    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3487\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"SuppLife 10x20\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"16\" data-envira-item-id=\"3487\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/supplife10x20-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/supplife10x20-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/supplife10x20-320x240_c.webp 2x\" data-title=\"SuppLife 10x20\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3484\" class=\"envira-gallery-item envira-gallery-item-18 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kavanagh10x20.webp\" title=\"Kavanagh 10x20\" data-caption=\"\" data-envira-item-id=\"3484\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/kavanagh10x20.webp?fit=1400%2C1050&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kavanagh10x20-75x50_c.webp\" data-title=\"Kavanagh 10x20\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/kavanagh10x20-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-18    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3484\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Kavanagh 10x20\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"17\" data-envira-item-id=\"3484\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/kavanagh10x20-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/kavanagh10x20-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/kavanagh10x20-320x240_c.webp 2x\" data-title=\"Kavanagh 10x20\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3180\" class=\"envira-gallery-item envira-gallery-item-19 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/triplethreatracing.webp\" title=\"Triple Threat Racing 10x20\" data-caption=\"\" data-envira-item-id=\"3180\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/triplethreatracing.webp\" data-thumb=\"\" data-title=\"Triple Threat Racing 10x20\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/triplethreatracing-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-19    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3180\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Triple Threat Racing 10x20\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"18\" data-envira-item-id=\"3180\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/triplethreatracing-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/triplethreatracing-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/triplethreatracing-320x240_c.webp 2x\" data-title=\"Triple Threat Racing 10x20\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3490\" class=\"envira-gallery-item envira-gallery-item-20 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/dhopkinswall.webp\" title=\"Mya Hopkins/Plaistow Powersports half wall\" data-caption=\"\" data-envira-item-id=\"3490\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/dhopkinswall.webp?fit=1706%2C1279&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/dhopkinswall-75x50_c.webp\" data-title=\"Mya Hopkins/Plaistow Powersports half wall\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/dhopkinswall-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-20    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3490\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Mya Hopkins/Plaistow Powersports half wall\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"19\" data-envira-item-id=\"3490\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/dhopkinswall-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/dhopkinswall-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/dhopkinswall-320x240_c.webp 2x\" data-title=\"Mya Hopkins/Plaistow Powersports half wall\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3494\" class=\"envira-gallery-item envira-gallery-item-21 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrhalfwall.webp\" title=\"KSR Wheels half wall\" data-caption=\"\" data-envira-item-id=\"3494\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ksrhalfwall.webp?fit=1706%2C1279&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrhalfwall-75x50_c.webp\" data-title=\"KSR Wheels half wall\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ksrhalfwall-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-21    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3494\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"KSR Wheels half wall\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"20\" data-envira-item-id=\"3494\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ksrhalfwall-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ksrhalfwall-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ksrhalfwall-320x240_c.webp 2x\" data-title=\"KSR Wheels half wall\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3178\" class=\"envira-gallery-item envira-gallery-item-22 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsstripeshalfwall.webp\" title=\"scarsstripeshalfwall\" data-caption=\"\" data-envira-item-id=\"3178\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsstripeshalfwall.webp\" data-thumb=\"\" data-title=\"scarsstripeshalfwall\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/scarsstripeshalfwall-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-22    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3178\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"scarsstripeshalfwall\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"21\" data-envira-item-id=\"3178\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/scarsstripeshalfwall-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/scarsstripeshalfwall-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/scarsstripeshalfwall-320x240_c.webp 2x\" data-title=\"scarsstripeshalfwall\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3174\" class=\"envira-gallery-item envira-gallery-item-23 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall2.webp\" title=\"Kaplan Cycles half wall\" data-caption=\"\" data-envira-item-id=\"3174\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall2.webp\" data-thumb=\"\" data-title=\"Kaplan Cycles half wall\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall2-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-23    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3174\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Kaplan Cycles half wall\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"22\" data-envira-item-id=\"3174\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall2-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall2-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall2-320x240_c.webp 2x\" data-title=\"Kaplan Cycles half wall\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3173\" class=\"envira-gallery-item envira-gallery-item-24 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall.webp\" title=\"Kaplan Cycles half wall\" data-caption=\"\" data-envira-item-id=\"3173\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall.webp\" data-thumb=\"\" data-title=\"Kaplan Cycles half wall\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-24    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3173\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Kaplan Cycles half wall\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"23\" data-envira-item-id=\"3173\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall-320x240_c.webp 2x\" data-title=\"Kaplan Cycles half wall\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3155\" class=\"envira-gallery-item envira-gallery-item-25 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/bosshalfwall.webp\" title=\"Boss Suspension half wall\" data-caption=\"\" data-envira-item-id=\"3155\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/bosshalfwall.webp\" data-thumb=\"\" data-title=\"Boss Suspension half wall\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/bosshalfwall-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-25    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3155\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Boss Suspension half wall\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"24\" data-envira-item-id=\"3155\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/bosshalfwall-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/bosshalfwall-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/bosshalfwall-320x240_c.webp 2x\" data-title=\"Boss Suspension half wall\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3165\" class=\"envira-gallery-item envira-gallery-item-26 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallAG.webp\" title=\"Aggressive Graphix full wall\" data-caption=\"\" data-envira-item-id=\"3165\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallAG.webp\" data-thumb=\"\" data-title=\"Aggressive Graphix full wall\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallAG-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-26    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3165\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Aggressive Graphix full wall\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"25\" data-envira-item-id=\"3165\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallAG-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallAG-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallAG-320x240_c.webp 2x\" data-title=\"Aggressive Graphix full wall\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3166\" class=\"envira-gallery-item envira-gallery-item-27 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallCBC.webp\" title=\"Colosseum Barbell Club full wall\" data-caption=\"\" data-envira-item-id=\"3166\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallCBC.webp\" data-thumb=\"\" data-title=\"Colosseum Barbell Club full wall\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallCBC-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-27    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3166\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Colosseum Barbell Club full wall\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"26\" data-envira-item-id=\"3166\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallCBC-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallCBC-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallCBC-320x240_c.webp 2x\" data-title=\"Colosseum Barbell Club full wall\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3170\" class=\"envira-gallery-item envira-gallery-item-28 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallsinister.webp\" title=\"Sinfully Slick Auto Spa full wall\" data-caption=\"\" data-envira-item-id=\"3170\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallsinister.webp\" data-thumb=\"\" data-title=\"Sinfully Slick Auto Spa full wall\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallsinister-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-28    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3170\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Sinfully Slick Auto Spa full wall\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"27\" data-envira-item-id=\"3170\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallsinister-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallsinister-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallsinister-320x240_c.webp 2x\" data-title=\"Sinfully Slick Auto Spa full wall\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3169\" class=\"envira-gallery-item envira-gallery-item-29 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallPlaistow.webp\" title=\"Plaistow Powersports full wall\" data-caption=\"\" data-envira-item-id=\"3169\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallPlaistow.webp\" data-thumb=\"\" data-title=\"Plaistow Powersports full wall\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallPlaistow-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-29    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3169\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Plaistow Powersports full wall\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"28\" data-envira-item-id=\"3169\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallPlaistow-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallPlaistow-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallPlaistow-320x240_c.webp 2x\" data-title=\"Plaistow Powersports full wall\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3171\" class=\"envira-gallery-item envira-gallery-item-30 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallWeepingWillow.webp\" title=\"Weeping Willow full wall\" data-caption=\"\" data-envira-item-id=\"3171\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallWeepingWillow.webp\" data-thumb=\"\" data-title=\"Weeping Willow full wall\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallWeepingWillow-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-30    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3171\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Weeping Willow full wall\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"29\" data-envira-item-id=\"3171\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallWeepingWillow-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallWeepingWillow-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallWeepingWillow-320x240_c.webp 2x\" data-title=\"Weeping Willow full wall\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3167\" class=\"envira-gallery-item envira-gallery-item-31 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallFlawless.webp\" title=\"Flawless Detailing MA full wall\" data-caption=\"\" data-envira-item-id=\"3167\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallFlawless.webp\" data-thumb=\"\" data-title=\"Flawless Detailing MA full wall\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallFlawless-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-31    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3167\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Flawless Detailing MA full wall\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"30\" data-envira-item-id=\"3167\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallFlawless-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallFlawless-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwallFlawless-320x240_c.webp 2x\" data-title=\"Flawless Detailing MA full wall\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3162\" class=\"envira-gallery-item envira-gallery-item-32 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall10TTR.webp\" title=\"Triple Threat Racing full wall\" data-caption=\"\" data-envira-item-id=\"3162\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall10TTR.webp\" data-thumb=\"\" data-title=\"Triple Threat Racing full wall\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwall10TTR-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-32    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3162\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Triple Threat Racing full wall\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"31\" data-envira-item-id=\"3162\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwall10TTR-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwall10TTR-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwall10TTR-320x240_c.webp 2x\" data-title=\"Triple Threat Racing full wall\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3163\" class=\"envira-gallery-item envira-gallery-item-33 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall20TTR.webp\" title=\"Triple Threat Racing 20ft full wall\" data-caption=\"\" data-envira-item-id=\"3163\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall20TTR.webp\" data-thumb=\"\" data-title=\"Triple Threat Racing 20ft full wall\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwall20TTR-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-33    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3163\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Triple Threat Racing 20ft full wall\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"32\" data-envira-item-id=\"3163\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwall20TTR-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwall20TTR-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fullwall20TTR-320x240_c.webp 2x\" data-title=\"Triple Threat Racing 20ft full wall\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3496\" class=\"envira-gallery-item envira-gallery-item-34 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrtable.webp\" title=\"KSR Wheels table cloth\" data-caption=\"\" data-envira-item-id=\"3496\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ksrtable.webp?fit=1702%2C1276&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrtable-75x50_c.webp\" data-title=\"KSR Wheels table cloth\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ksrtable-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-34    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3496\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"KSR Wheels table cloth\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"33\" data-envira-item-id=\"3496\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ksrtable-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ksrtable-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ksrtable-320x240_c.webp 2x\" data-title=\"KSR Wheels table cloth\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3161\" class=\"envira-gallery-item envira-gallery-item-35 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fueltoinspire.webp\" title=\"Fuel to Inspire table cloth\" data-caption=\"\" data-envira-item-id=\"3161\" data-envira-retina=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fueltoinspire.webp\" data-thumb=\"\" data-title=\"Fuel to Inspire table cloth\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fueltoinspire-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-35    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3161\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Fuel to Inspire table cloth\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"34\" data-envira-item-id=\"3161\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fueltoinspire-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fueltoinspire-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/fueltoinspire-320x240_c.webp 2x\" data-title=\"Fuel to Inspire table cloth\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3495\" class=\"envira-gallery-item envira-gallery-item-36 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrflag.webp\" title=\"KSR Wheels 9ft flag\" data-caption=\"\" data-envira-item-id=\"3495\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ksrflag.webp?fit=1280%2C1707&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrflag-75x50_c.webp\" data-title=\"KSR Wheels 9ft flag\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ksrflag-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-36    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3495\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"KSR Wheels 9ft flag\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"35\" data-envira-item-id=\"3495\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ksrflag-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ksrflag-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/ksrflag-320x240_c.webp 2x\" data-title=\"KSR Wheels 9ft flag\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3493\" class=\"envira-gallery-item envira-gallery-item-37 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/carerentals.webp\" title=\"Care Equipment rentals 7ft flag\" data-caption=\"\" data-envira-item-id=\"3493\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/carerentals.webp?fit=1280%2C1707&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/carerentals-75x50_c.webp\" data-title=\"Care Equipment rentals 7ft flag\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/carerentals-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-37    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3493\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Care Equipment rentals 7ft flag\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"36\" data-envira-item-id=\"3493\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/carerentals-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/carerentals-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/carerentals-320x240_c.webp 2x\" data-title=\"Care Equipment rentals 7ft flag\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3492\" class=\"envira-gallery-item envira-gallery-item-38 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/carelandscapesupply.webp\" title=\"Care Equipment landscape supply 7ft flag\" data-caption=\"\" data-envira-item-id=\"3492\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/carelandscapesupply.webp?fit=1280%2C1707&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/carelandscapesupply-75x50_c.webp\" data-title=\"Care Equipment landscape supply 7ft flag\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/carelandscapesupply-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-38    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3492\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Care Equipment landscape supply 7ft flag\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"37\" data-envira-item-id=\"3492\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/carelandscapesupply-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/carelandscapesupply-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/carelandscapesupply-320x240_c.webp 2x\" data-title=\"Care Equipment landscape supply 7ft flag\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div><div id=\"envira-gallery-item-3491\" class=\"envira-gallery-item envira-gallery-item-39 envira-lazy-load\" style=\"padding-left: 1px; padding-bottom: 1px; padding-right: 1px;\"  itemscope itemtype=\"https://schema.org/ImageObject\"><div class=\"envira-gallery-item-inner\"><div class=\"envira-gallery-position-overlay envira-gallery-top-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-top-right\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-left\"></div><div class=\"envira-gallery-position-overlay envira-gallery-bottom-right\"></div><a class=\"envira-gallery-3152 envira-gallery-link\" href=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/careexcavation.webp\" title=\"Care Excavation 7ft flag\" data-caption=\"\" data-envira-item-id=\"3491\" data-envira-retina=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/careexcavation.webp?fit=1280%2C1707&ssl=1\" data-thumb=\"https://aggressivegraphix.com/wp-content/uploads/2025/06/careexcavation-75x50_c.webp\" data-title=\"Care Excavation 7ft flag\" data-envirabox=\'3152\' itemprop=\"contentUrl\"><img src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/careexcavation-320x240_c.webp\" alt=\"\" class=\"envira-gallery-image envira-gallery-image-39    envira-lazy\" height=\"240\" id=\"envira-gallery-image-3491\" srcset=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" tabindex=\"-1\" title=\"Care Excavation 7ft flag\" width=\"320\" data-caption=\"\" data-envira-gallery-id=\"3152\" data-envira-index=\"38\" data-envira-item-id=\"3491\" data-envira-src=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/careexcavation-320x240_c.webp\" data-envira-srcset=\"https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/careexcavation-320x240_c.webp 400w, https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/06/careexcavation-320x240_c.webp 2x\" data-title=\"Care Excavation 7ft flag\" itemprop=\"thumbnailUrl\"  data-envirabox=\"3152\" data-automatic-caption=\"\" data-envira-height=\"240\" data-envira-width=\"320\" /></a></div></div></div></div><noscript><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/AG.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/dhopkins10x10.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/grice10x10.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/sweetsubies.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsandstripes.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/PlaceFord.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/mx23.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/flawlessdetailing.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x10.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/daigleracing.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/cscservices.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/colosseumbarbell.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/bosssuspension.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/ATMracing.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/harringer.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x20.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/supplife10x20.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/kavanagh10x20.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/triplethreatracing.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/dhopkinswall.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrhalfwall.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsstripeshalfwall.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall2.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/bosshalfwall.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallAG.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallCBC.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallsinister.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallPlaistow.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallWeepingWillow.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallFlawless.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall10TTR.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall20TTR.png\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrtable.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/fueltoinspire.jpg\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrflag.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/carerentals.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/carelandscapesupply.webp\' alt=\'\' class=\'envira_noscript_images \' /><img src=\'https://aggressivegraphix.com/wp-content/uploads/2025/06/careexcavation.webp\' alt=\'\' class=\'envira_noscript_images \' /></noscript>','off'),(369392,'_wpforms_transient_timeout_addons','1759549774','off'),(369393,'_wpforms_transient_addons','a:46:{i:0;O:8:\"stdClass\":8:{s:5:\"title\";s:20:\"ActiveCampaign Addon\";s:4:\"slug\";s:22:\"wpforms-activecampaign\";s:7:\"version\";s:5:\"1.7.0\";s:5:\"image\";s:61:\"https://wpforms.com/wp-content/uploads/2020/03/addon-icon.png\";s:7:\"excerpt\";s:119:\"The WPForms ActiveCampaign addon lets you add contacts to your account, record events, add notes to contacts, and more.\";s:2:\"id\";i:729633;s:10:\"categories\";a:3:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:8:\"Ultimate\";}s:5:\"types\";a:3:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:8:\"ultimate\";}}i:1;O:8:\"stdClass\":8:{s:5:\"title\";s:19:\"Authorize.Net Addon\";s:4:\"slug\";s:21:\"wpforms-authorize-net\";s:7:\"version\";s:6:\"1.10.0\";s:5:\"image\";s:78:\"https://wpforms.com/wp-content/uploads/2020/05/icon-provider-authorize-net.png\";s:7:\"excerpt\";s:150:\"The WPForms Authorize.Net addon allows you to connect your WordPress site with Authorize.Net to easily collect payments, donations, and online orders.\";s:2:\"id\";i:845517;s:10:\"categories\";a:3:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:8:\"Ultimate\";}s:5:\"types\";a:3:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:8:\"ultimate\";}}i:2;O:8:\"stdClass\":9:{s:5:\"title\";s:12:\"AWeber Addon\";s:4:\"slug\";s:14:\"wpforms-aweber\";s:7:\"version\";s:5:\"2.2.0\";s:5:\"image\";s:70:\"https://wpforms.com/wp-content/uploads/2016/02/addon-icon-aweber-1.png\";s:7:\"excerpt\";s:124:\"The WPForms AWeber addon allows you to create AWeber newsletter signup forms in WordPress, so you can grow your email list. \";s:2:\"id\";i:154;s:10:\"categories\";a:5:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:4:\"Plus\";i:3;s:3:\"Pro\";i:4;s:8:\"Ultimate\";}s:5:\"types\";a:5:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:4:\"plus\";i:3;s:3:\"pro\";i:4;s:8:\"ultimate\";}s:3:\"url\";s:220:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-aweber&version=2.2.0&uid=Mjg1Njkz&expires=1759592974&signature=MzMyZDFmMDc3YmUxMTFmNTU0OGEyZDdhYTUyMjk5YmI0ZmY5ZDlhN2VkYjIwYjg2MDBmN2NjNDYwM2QwYTUxNQ%3D%3D\";}i:3;O:8:\"stdClass\":9:{s:5:\"title\";s:11:\"Brevo Addon\";s:4:\"slug\";s:18:\"wpforms-sendinblue\";s:7:\"version\";s:5:\"1.5.0\";s:5:\"image\";s:61:\"https://wpforms.com/wp-content/uploads/2020/12/icon-brevo.png\";s:7:\"excerpt\";s:108:\"The WPForms Brevo addon helps you organize your leads, automate your marketing, and engage your subscribers.\";s:2:\"id\";i:1126732;s:10:\"categories\";a:5:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:4:\"Plus\";i:3;s:3:\"Pro\";i:4;s:8:\"Ultimate\";}s:5:\"types\";a:5:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:4:\"plus\";i:3;s:3:\"pro\";i:4;s:8:\"ultimate\";}s:3:\"url\";s:224:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-sendinblue&version=1.5.0&uid=Mjg1Njkz&expires=1759592974&signature=OGFhMDE2ZWRkNWFhZDUzMzFkMjQ4OTVjZjZkNmZjODU2MzFiMTgzMDUyNjRkM2QzZjUyZmRmMzkzMmU4ZWY3NA%3D%3D\";}i:4;O:8:\"stdClass\":9:{s:5:\"title\";s:18:\"Calculations Addon\";s:4:\"slug\";s:20:\"wpforms-calculations\";s:7:\"version\";s:5:\"1.7.0\";s:5:\"image\";s:68:\"https://wpforms.com/wp-content/uploads/2023/10/icon-calculations.png\";s:7:\"excerpt\";s:134:\"WPForms Calculations addon lets you create custom calculations for shipping, quotes, lead magnets, and more. Get more sales and leads.\";s:2:\"id\";i:2671501;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}s:3:\"url\";s:226:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-calculations&version=1.7.0&uid=Mjg1Njkz&expires=1759592974&signature=NWU4N2YwMDMzODIxNWMzNWNhNWRhMWNiMGQ3MGViZDg2OGY3NzdlMGRiNjgyNzU2YzY2NmYxMDVlZjA5NWVkYw%3D%3D\";}i:5;O:8:\"stdClass\":9:{s:5:\"title\";s:22:\"Campaign Monitor Addon\";s:4:\"slug\";s:24:\"wpforms-campaign-monitor\";s:7:\"version\";s:5:\"1.4.0\";s:5:\"image\";s:78:\"https://wpforms.com/wp-content/uploads/2016/06/addon-icon-campaign-monitor.png\";s:7:\"excerpt\";s:144:\"The WPForms Campaign Monitor addon allows you to create Campaign Monitor newsletter signup forms in WordPress, so you can grow your email list. \";s:2:\"id\";i:4918;s:10:\"categories\";a:5:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:4:\"Plus\";i:3;s:3:\"Pro\";i:4;s:8:\"Ultimate\";}s:5:\"types\";a:5:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:4:\"plus\";i:3;s:3:\"pro\";i:4;s:8:\"ultimate\";}s:3:\"url\";s:230:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-campaign-monitor&version=1.4.0&uid=Mjg1Njkz&expires=1759592974&signature=NzZkOTljYjdiMzY5MjQwYjRmNTM5Y2NkZGU3OGQyODk0NWIzNTQxZmU2MGU0YzEyYzBmZTU1ZGJhOTdlZjMzMQ%3D%3D\";}i:6;O:8:\"stdClass\":9:{s:5:\"title\";s:26:\"Conversational Forms Addon\";s:4:\"slug\";s:28:\"wpforms-conversational-forms\";s:7:\"version\";s:6:\"1.18.0\";s:5:\"image\";s:77:\"https://wpforms.com/wp-content/uploads/2019/02/addon-conversational-forms.png\";s:7:\"excerpt\";s:193:\"Want to improve your form completion rate? Conversational Forms addon by WPForms helps make your web forms feel more human, so you can improve your conversions. Interactive web forms made easy.\";s:2:\"id\";i:391235;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}s:3:\"url\";s:235:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-conversational-forms&version=1.18.0&uid=Mjg1Njkz&expires=1759592974&signature=OGMyMGFiNGMwMDFkMTRmYmJiMmQxZjJlYmM5YTczMjFjZWNiNDIzZTg0NTVhNzUxYmEyZTBiYTFkNzk3MDJlMg%3D%3D\";}i:7;O:8:\"stdClass\":9:{s:5:\"title\";s:13:\"Coupons Addon\";s:4:\"slug\";s:15:\"wpforms-coupons\";s:7:\"version\";s:5:\"1.6.0\";s:5:\"image\";s:65:\"https://wpforms.com/wp-content/uploads/2023/06/icon-coupons-1.png\";s:7:\"excerpt\";s:89:\"The WPForms Coupons addon makes it easy to drive more sales by offering coupon discounts.\";s:2:\"id\";i:2520337;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}s:3:\"url\";s:221:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-coupons&version=1.6.0&uid=Mjg1Njkz&expires=1759592974&signature=N2EyYWRlZWUzOTk0YmUyYTZhYzIyMTc5NzMwZTc5OWMyODVkODIxMWY5NzFjY2Q4MDlmYjBiNjE5MDg4NGM1Ng%3D%3D\";}i:8;O:8:\"stdClass\":9:{s:5:\"title\";s:20:\"Custom Captcha Addon\";s:4:\"slug\";s:15:\"wpforms-captcha\";s:7:\"version\";s:5:\"1.8.0\";s:5:\"image\";s:69:\"https://wpforms.com/wp-content/uploads/2016/08/addon-icon-captcha.png\";s:7:\"excerpt\";s:143:\"The WPForms Custom Captcha addon allows you to define custom questions or use random math questions as captcha to reduce spam form submissions.\";s:2:\"id\";i:7499;s:10:\"categories\";a:6:{i:0;s:6:\"Agency\";i:1;s:5:\"Basic\";i:2;s:5:\"Elite\";i:3;s:4:\"Plus\";i:4;s:3:\"Pro\";i:5;s:8:\"Ultimate\";}s:5:\"types\";a:6:{i:0;s:6:\"agency\";i:1;s:5:\"basic\";i:2;s:5:\"elite\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";i:5;s:8:\"ultimate\";}s:3:\"url\";s:221:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-captcha&version=1.8.0&uid=Mjg1Njkz&expires=1759592974&signature=MWZhZDQ3YjMxMWQ1YmU2Njk0YTI0Yzk0ZjQ5YTM5YzUyNDYyOTZhMzNiNzRkNjRmNmQwYTdmNTEzNzk0MTM3OQ%3D%3D\";}i:9;O:8:\"stdClass\":9:{s:5:\"title\";s:10:\"Drip Addon\";s:4:\"slug\";s:12:\"wpforms-drip\";s:7:\"version\";s:6:\"1.10.0\";s:5:\"image\";s:61:\"https://wpforms.com/wp-content/uploads/2018/06/addon-icon.png\";s:7:\"excerpt\";s:120:\"The WPForms Drip addon allows you to create Drip newsletter signup forms in WordPress, so you can grow your email list. \";s:2:\"id\";i:209878;s:10:\"categories\";a:5:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:4:\"Plus\";i:3;s:3:\"Pro\";i:4;s:8:\"Ultimate\";}s:5:\"types\";a:5:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:4:\"plus\";i:3;s:3:\"pro\";i:4;s:8:\"ultimate\";}s:3:\"url\";s:219:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-drip&version=1.10.0&uid=Mjg1Njkz&expires=1759592974&signature=ZTcxYTg0ZDc1ZGNiMzc1NTY5YTYxYmZkMWRlM2NhMzM1MDJhY2MzOTI1ZmI2ZDk3NTFjOGJmYjJhNTczYjI4Mg%3D%3D\";}i:10;O:8:\"stdClass\":9:{s:5:\"title\";s:13:\"Dropbox Addon\";s:4:\"slug\";s:15:\"wpforms-dropbox\";s:7:\"version\";s:5:\"1.2.0\";s:5:\"image\";s:63:\"https://wpforms.com/wp-content/uploads/2024/12/icon-dropbox.png\";s:7:\"excerpt\";s:141:\"The WPForms Dropbox addon lets you receive user-submitted files directly to your Dropbox account to help you streamline your file management.\";s:2:\"id\";i:3012541;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}s:3:\"url\";s:221:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-dropbox&version=1.2.0&uid=Mjg1Njkz&expires=1759592974&signature=NWZhM2YyZjgyYzVhMTc5YjIzMWZmMTgyNjdkNjUxNGUzMDU1NmM4NDc5NTNjYjA1N2U0ZjVmZjZmMTRjOTdjNg%3D%3D\";}i:11;O:8:\"stdClass\":8:{s:5:\"title\";s:22:\"Entry Automation Addon\";s:4:\"slug\";s:24:\"wpforms-entry-automation\";s:7:\"version\";s:5:\"1.0.0\";s:5:\"image\";s:72:\"https://wpforms.com/wp-content/uploads/2025/06/icon-entry-automation.png\";s:7:\"excerpt\";s:153:\"With the WPForms Entry Automation addon, you can set your form entries to be automatically exported on a daily, weekly, or regular basis of your choice. \";s:2:\"id\";i:3106573;s:10:\"categories\";a:3:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:8:\"Ultimate\";}s:5:\"types\";a:3:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:8:\"ultimate\";}}i:12;O:8:\"stdClass\":9:{s:5:\"title\";s:22:\"Form Abandonment Addon\";s:4:\"slug\";s:24:\"wpforms-form-abandonment\";s:7:\"version\";s:6:\"1.12.0\";s:5:\"image\";s:78:\"https://wpforms.com/wp-content/uploads/2017/02/addon-icon-form-abandonment.png\";s:7:\"excerpt\";s:138:\"Unlock more leads by capturing partial entries from your forms. Easily follow up with interested leads and turn them into loyal customers.\";s:2:\"id\";i:27685;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}s:3:\"url\";s:231:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-form-abandonment&version=1.12.0&uid=Mjg1Njkz&expires=1759592974&signature=ZGQ0NmFiNjg3YzZhODM2NzhiMDk4NDFmZThkZmE2MWFlNjI2MzkyM2ZmNTFhMjYzNWViMTRkMzk4YTBmMTJjYw%3D%3D\";}i:13;O:8:\"stdClass\":9:{s:5:\"title\";s:17:\"Form Locker Addon\";s:4:\"slug\";s:19:\"wpforms-form-locker\";s:7:\"version\";s:5:\"2.9.0\";s:5:\"image\";s:69:\"https://wpforms.com/wp-content/uploads/2018/09/addon-icons-locker.png\";s:7:\"excerpt\";s:203:\"The WPForms Form Locker addon allows you to lock your WordPress forms with various permissions and access control rules including passwords, members-only, specific date / time, max entry limit, and more.\";s:2:\"id\";i:265700;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}s:3:\"url\";s:225:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-form-locker&version=2.9.0&uid=Mjg1Njkz&expires=1759592974&signature=NDQyY2E2ZmUxNjkzMTYxNDQxYWZhMTkyYzM1Mzk1NGU1MDE3NGQwY2YyOWU4NmY5MzFjYzY5OGU4MjdjOTk5MA%3D%3D\";}i:14;O:8:\"stdClass\":9:{s:5:\"title\";s:16:\"Form Pages Addon\";s:4:\"slug\";s:18:\"wpforms-form-pages\";s:7:\"version\";s:6:\"1.11.0\";s:5:\"image\";s:72:\"https://wpforms.com/wp-content/uploads/2019/01/addon-icon-form-pages.png\";s:7:\"excerpt\";s:189:\"Want to improve your form conversions? WPForms Form Pages addon allows you to create completely custom \"distraction-free\" form landing pages to boost conversions (without writing any code).\";s:2:\"id\";i:362485;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}s:3:\"url\";s:225:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-form-pages&version=1.11.0&uid=Mjg1Njkz&expires=1759592974&signature=NDBiNmI0OTM1ZmVhMzdhYzZmMDVlZjUzOTY3OWVlNWYzMjJlZGQ3ZmU0ZTM4ZThlZjZhYTQyMWJhZDY0Mzc2Zg%3D%3D\";}i:15;O:8:\"stdClass\":9:{s:5:\"title\";s:17:\"Geolocation Addon\";s:4:\"slug\";s:19:\"wpforms-geolocation\";s:7:\"version\";s:6:\"2.11.0\";s:5:\"image\";s:73:\"https://wpforms.com/wp-content/uploads/2016/08/addon-icon-geolocation.png\";s:7:\"excerpt\";s:185:\"The WPForms Geolocation addon allows you to store your visitors\' geolocation data with their form submission. You can also turn on address autocomplete to make forms easier to fill out.\";s:2:\"id\";i:7501;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}s:3:\"url\";s:226:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-geolocation&version=2.11.0&uid=Mjg1Njkz&expires=1759592974&signature=Mjk2YzMwOWY5MWVhOTIyMjlhNjE1M2I5ODgyMTY3M2EwZDM4NDcxM2RiYWMzMTAzMGI3Yjc3MTkxM2ZkMDRiZg%3D%3D\";}i:16;O:8:\"stdClass\":9:{s:5:\"title\";s:17:\"GetResponse Addon\";s:4:\"slug\";s:19:\"wpforms-getresponse\";s:7:\"version\";s:5:\"1.8.0\";s:5:\"image\";s:76:\"https://wpforms.com/wp-content/uploads/2016/04/addon-icons-getresponse-1.png\";s:7:\"excerpt\";s:134:\"The WPForms GetResponse addon allows you to create GetResponse newsletter signup forms in WordPress, so you can grow your email list. \";s:2:\"id\";i:2565;s:10:\"categories\";a:5:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:4:\"Plus\";i:3;s:3:\"Pro\";i:4;s:8:\"Ultimate\";}s:5:\"types\";a:5:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:4:\"plus\";i:3;s:3:\"pro\";i:4;s:8:\"ultimate\";}s:3:\"url\";s:225:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-getresponse&version=1.8.0&uid=Mjg1Njkz&expires=1759592974&signature=NGZhMDYxNzA5ZGE2N2NmZWIyNmE5YmE1OGFlN2QxZjBhN2ZhMGVmODZjMDE1NTdlN2U3MDI1MjljMDUxYmJhZg%3D%3D\";}i:17;O:8:\"stdClass\":9:{s:5:\"title\";s:21:\"Google Calendar Addon\";s:4:\"slug\";s:23:\"wpforms-google-calendar\";s:7:\"version\";s:5:\"1.0.0\";s:5:\"image\";s:71:\"https://wpforms.com/wp-content/uploads/2025/08/icon-google-calendar.png\";s:7:\"excerpt\";s:174:\"The Google Calendar Addon for WPForms allows you to send form submissions and create events in your linked Google calendars at regularly scheduled intervals selected by you. \";s:2:\"id\";i:3125650;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}s:3:\"url\";s:229:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-google-calendar&version=1.0.0&uid=Mjg1Njkz&expires=1759592974&signature=NDVkZTYwNTkzNjkxZDQzMmYyZThmNGNjODNkYTg4NzU3ZTY2Mzc2NmJkMDYxNTgxODQ5NjhlNjk2M2M4OWU5ZA%3D%3D\";}i:18;O:8:\"stdClass\":9:{s:5:\"title\";s:18:\"Google Drive Addon\";s:4:\"slug\";s:20:\"wpforms-google-drive\";s:7:\"version\";s:5:\"1.2.0\";s:5:\"image\";s:68:\"https://wpforms.com/wp-content/uploads/2025/05/icon-google-drive.png\";s:7:\"excerpt\";s:130:\"The WPForms Google Drive addon allows you to automatically filter and export form entries and file uploads to your Google Drive.\r\n\";s:2:\"id\";i:3095021;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}s:3:\"url\";s:226:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-google-drive&version=1.2.0&uid=Mjg1Njkz&expires=1759592974&signature=NDJlYzFmYzU4NzM0YTRkYmQyZTg1NDRhZTU0MDBkNzUxM2I5OTEyNTg1MzgwNjBjNGNiZDg1NGU4MGRjYThiNQ%3D%3D\";}i:19;O:8:\"stdClass\":9:{s:5:\"title\";s:19:\"Google Sheets Addon\";s:4:\"slug\";s:21:\"wpforms-google-sheets\";s:7:\"version\";s:5:\"2.4.0\";s:5:\"image\";s:69:\"https://wpforms.com/wp-content/uploads/2022/10/icon-google-sheets.png\";s:7:\"excerpt\";s:95:\"The WPForms Google Sheets addon makes it easy to send form entries and leads to a Google Sheet.\";s:2:\"id\";i:2225879;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}s:3:\"url\";s:227:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-google-sheets&version=2.4.0&uid=Mjg1Njkz&expires=1759592974&signature=MmZkYzQ3MjBiMTE2ZjNhY2NlMDdjMjEyYjIzZDQ3YTliMjZmZmZjNThiMzNiMGMwZTZhZDZmOTAwNzMxNjUwMg%3D%3D\";}i:20;O:8:\"stdClass\":8:{s:5:\"title\";s:13:\"HubSpot Addon\";s:4:\"slug\";s:15:\"wpforms-hubspot\";s:7:\"version\";s:5:\"1.4.1\";s:5:\"image\";s:69:\"https://wpforms.com/wp-content/uploads/2022/03/addon-icon-hubspot.png\";s:7:\"excerpt\";s:90:\"The WPForms HubSpot addon lets you send leads from WordPress directly to your HubSpot CRM.\";s:2:\"id\";i:1846183;s:10:\"categories\";a:3:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:8:\"Ultimate\";}s:5:\"types\";a:3:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:8:\"ultimate\";}}i:21;O:8:\"stdClass\":9:{s:5:\"title\";s:9:\"Kit Addon\";s:4:\"slug\";s:18:\"wpforms-convertkit\";s:7:\"version\";s:5:\"1.2.0\";s:5:\"image\";s:68:\"https://wpforms.com/wp-content/uploads/2023/12/icon-provider-kit.png\";s:7:\"excerpt\";s:135:\"The WPForms Kit addon lets you collect subscribers to grow your mailing list, automate email marketing, and connect with your audience.\";s:2:\"id\";i:2744716;s:10:\"categories\";a:5:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:4:\"Plus\";i:3;s:3:\"Pro\";i:4;s:8:\"Ultimate\";}s:5:\"types\";a:5:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:4:\"plus\";i:3;s:3:\"pro\";i:4;s:8:\"ultimate\";}s:3:\"url\";s:224:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-convertkit&version=1.2.0&uid=Mjg1Njkz&expires=1759592974&signature=MTM3NDY3MDIzYjgyYTkzMTBlMWY2Yzc0MzYzZWRhYWUyNWI2MmU5MGU2ZDRiOTA3NWMzZDM4NDBhMTJhMjQ0MA%3D%3D\";}i:22;O:8:\"stdClass\":9:{s:5:\"title\";s:16:\"Lead Forms Addon\";s:4:\"slug\";s:18:\"wpforms-lead-forms\";s:7:\"version\";s:5:\"1.7.0\";s:5:\"image\";s:66:\"https://wpforms.com/wp-content/uploads/2023/01/icon-lead-forms.png\";s:7:\"excerpt\";s:160:\"Want to increase conversions and generate leads for your business? The WPForms Lead Forms Addon lets you embed beautiful forms that show one question at a time.\";s:2:\"id\";i:2320054;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}s:3:\"url\";s:224:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-lead-forms&version=1.7.0&uid=Mjg1Njkz&expires=1759592974&signature=ZGNmMWVmYWZkOWIzMjY5YzlhYmRiMmRkMDkzY2VmODUxOTg3NGM5OWIyZTAyMzk1M2YxZTU4NGJkM2UxNGRjOA%3D%3D\";}i:23;O:8:\"stdClass\":9:{s:5:\"title\";s:15:\"Mailchimp Addon\";s:4:\"slug\";s:17:\"wpforms-mailchimp\";s:7:\"version\";s:5:\"2.5.1\";s:5:\"image\";s:73:\"https://wpforms.com/wp-content/uploads/2016/02/addon-icon-mailchimp-1.png\";s:7:\"excerpt\";s:130:\"The WPForms Mailchimp addon allows you to create Mailchimp newsletter signup forms in WordPress, so you can grow your email list. \";s:2:\"id\";i:153;s:10:\"categories\";a:5:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:4:\"Plus\";i:3;s:3:\"Pro\";i:4;s:8:\"Ultimate\";}s:5:\"types\";a:5:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:4:\"plus\";i:3;s:3:\"pro\";i:4;s:8:\"ultimate\";}s:3:\"url\";s:223:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-mailchimp&version=2.5.1&uid=Mjg1Njkz&expires=1759592974&signature=ZmNmNThkZjg4ODBiOTE2YzhlODIxN2Y0NGIxNGY1NTA5NjM1MDgyZTMxNDZkMjI0NjljYWMyMDIxNjNlYjZhYQ%3D%3D\";}i:24;O:8:\"stdClass\":9:{s:5:\"title\";s:16:\"MailerLite Addon\";s:4:\"slug\";s:18:\"wpforms-mailerlite\";s:7:\"version\";s:5:\"1.3.0\";s:5:\"image\";s:75:\"https://wpforms.com/wp-content/uploads/2022/05/icon-provider-mailerlite.png\";s:7:\"excerpt\";s:112:\"The WPForms MailerLite addon makes it easy to send contacts from your WordPress forms to your MailerLite Groups.\";s:2:\"id\";i:1993604;s:10:\"categories\";a:5:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:4:\"Plus\";i:3;s:3:\"Pro\";i:4;s:8:\"Ultimate\";}s:5:\"types\";a:5:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:4:\"plus\";i:3;s:3:\"pro\";i:4;s:8:\"ultimate\";}s:3:\"url\";s:224:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-mailerlite&version=1.3.0&uid=Mjg1Njkz&expires=1759592974&signature=MjU5MzRjMmIxNDk0MWVmZDI0YjNkZDAzZmU1NjY0ODU1ZmU4ZjQwOWU2NmFhMWQ2MDExNzRiZmQ3MjE2M2E3Mw%3D%3D\";}i:25;O:8:\"stdClass\":9:{s:5:\"title\";s:14:\"MailPoet Addon\";s:4:\"slug\";s:16:\"wpforms-mailpoet\";s:7:\"version\";s:5:\"1.0.0\";s:5:\"image\";s:73:\"https://wpforms.com/wp-content/uploads/2025/03/icon-provider-mailpoet.png\";s:7:\"excerpt\";s:179:\"The WPForms MailPoet addon allows you to integrate email marketing forms with WordPress, enabling you to create subscription forms, manage subscribers, and grow your mailing list.\";s:2:\"id\";i:3066483;s:10:\"categories\";a:5:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:4:\"Plus\";i:3;s:3:\"Pro\";i:4;s:8:\"Ultimate\";}s:5:\"types\";a:5:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:4:\"plus\";i:3;s:3:\"pro\";i:4;s:8:\"ultimate\";}s:3:\"url\";s:222:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-mailpoet&version=1.0.0&uid=Mjg1Njkz&expires=1759592974&signature=MTY5ZDJhNTFjNGU3MjY2MTQ5OWRkMTI4YjczMTY4NDdiNmVmMWUzMTVkMzU1MTI1ODk4MGZlZjlhODhiOGNhNw%3D%3D\";}i:26;O:8:\"stdClass\":9:{s:5:\"title\";s:10:\"Make Addon\";s:4:\"slug\";s:12:\"wpforms-make\";s:7:\"version\";s:5:\"1.0.1\";s:5:\"image\";s:69:\"https://wpforms.com/wp-content/uploads/2025/05/icon-provider-make.png\";s:7:\"excerpt\";s:167:\"With the WPForms Make addon, you can connect your forms to multiple apps and services, enabling powerful automations to simplify workflows, manage data, and save time.\";s:2:\"id\";i:3093110;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}s:3:\"url\";s:218:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-make&version=1.0.1&uid=Mjg1Njkz&expires=1759592974&signature=YTc5ZTZlNDNhYjFlZTVjZmQ2MDg3MjdjNjJjMWUzMWVkOGEyNjE0NmU5OGFmZDAxZDU4ZTk1NjcyZTZiYzdhNA%3D%3D\";}i:27;O:8:\"stdClass\":9:{s:5:\"title\";s:19:\"Offline Forms Addon\";s:4:\"slug\";s:21:\"wpforms-offline-forms\";s:7:\"version\";s:5:\"1.3.0\";s:5:\"image\";s:70:\"https://wpforms.com/wp-content/uploads/2017/09/addon-offline-forms.png\";s:7:\"excerpt\";s:159:\"Never lose leads or data again. Offline Forms addon allows your users to save their entered data offline and submit when their internet connection is restored.\";s:2:\"id\";i:85564;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}s:3:\"url\";s:227:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-offline-forms&version=1.3.0&uid=Mjg1Njkz&expires=1759592974&signature=OGI5OTdkN2Q1YmYzOGE1MWI3YTM3MDFlMGU0NjI0NjJkNmIwNmY0YTZhM2E3YjY3NmFmN2IxMGRiODI0OGJhMw%3D%3D\";}i:28;O:8:\"stdClass\":9:{s:5:\"title\";s:21:\"PayPal Commerce Addon\";s:4:\"slug\";s:23:\"wpforms-paypal-commerce\";s:7:\"version\";s:6:\"1.13.0\";s:5:\"image\";s:68:\"https://wpforms.com/wp-content/uploads/2016/02/addon-icon-paypal.png\";s:7:\"excerpt\";s:150:\"The WPForms PayPal Commerce addon makes it easy to accept PayPal and credit card payments on your WordPress site. Quickly set it up with a few clicks.\";s:2:\"id\";i:2113327;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}s:3:\"url\";s:230:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-paypal-commerce&version=1.13.0&uid=Mjg1Njkz&expires=1759592974&signature=Y2I4MDI0YjUyZGFlZTFjMjNmZGFhMzUwMmJkNzJmODE2NDZiZjE3Y2JhNzMwZWM1ZDU0M2YxODdmMTcyMTZjOQ%3D%3D\";}i:29;O:8:\"stdClass\":9:{s:5:\"title\";s:21:\"PayPal Standard Addon\";s:4:\"slug\";s:23:\"wpforms-paypal-standard\";s:7:\"version\";s:6:\"1.10.0\";s:5:\"image\";s:68:\"https://wpforms.com/wp-content/uploads/2016/02/addon-icon-paypal.png\";s:7:\"excerpt\";s:145:\"The WPForms PayPal Standard addon allows you to connect your WordPress site with PayPal to easily collect payments, donations, and online orders.\";s:2:\"id\";i:155;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}s:3:\"url\";s:230:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-paypal-standard&version=1.10.0&uid=Mjg1Njkz&expires=1759592974&signature=OGI1MzE2NjVmYzg5ZmVhZTY4ZGQ2YmFkZmZkNzNlMGZmMDIxMjc4MWEzOWJiYWEzZWVkOTBiZmQwNmVjMDY1ZA%3D%3D\";}i:30;O:8:\"stdClass\":9:{s:5:\"title\";s:9:\"PDF Addon\";s:4:\"slug\";s:11:\"wpforms-pdf\";s:7:\"version\";s:5:\"1.1.0\";s:5:\"image\";s:59:\"https://wpforms.com/wp-content/uploads/2025/08/icon-pdf.png\";s:7:\"excerpt\";s:145:\"Use the WPForms PDF addon to save your email notification entries to a PDF file, complete with your logo and advanced customization options too. \";s:2:\"id\";i:3123247;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}s:3:\"url\";s:217:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-pdf&version=1.1.0&uid=Mjg1Njkz&expires=1759592974&signature=YTUwOTliNjk1ZWIwMjg3ODBkM2MyNWRiNWZlMDU0ZGFmYWFlZjVkYWVjOTliMjgzN2JmZGIzNTE4NDYwZDA1Zg%3D%3D\";}i:31;O:8:\"stdClass\":8:{s:5:\"title\";s:15:\"Pipedrive Addon\";s:4:\"slug\";s:17:\"wpforms-pipedrive\";s:7:\"version\";s:5:\"1.0.0\";s:5:\"image\";s:65:\"https://wpforms.com/wp-content/uploads/2025/05/icon-pipedrive.png\";s:7:\"excerpt\";s:130:\"The WPForms Pipedrive addon allows you to automate tasks through the Pipedrive CRM to nurture leads, discover insights, and more. \";s:2:\"id\";i:3092610;s:10:\"categories\";a:3:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:8:\"Ultimate\";}s:5:\"types\";a:3:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:8:\"ultimate\";}}i:32;O:8:\"stdClass\":9:{s:5:\"title\";s:22:\"Post Submissions Addon\";s:4:\"slug\";s:24:\"wpforms-post-submissions\";s:7:\"version\";s:5:\"1.8.0\";s:5:\"image\";s:78:\"https://wpforms.com/wp-content/uploads/2016/10/addon-icon-post-submissions.png\";s:7:\"excerpt\";s:204:\"The WPForms Post Submissions addon makes it easy to have user-submitted content in WordPress. This front-end post submission form allow your users to submit blog posts without logging into the admin area.\";s:2:\"id\";i:11793;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}s:3:\"url\";s:230:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-post-submissions&version=1.8.0&uid=Mjg1Njkz&expires=1759592974&signature=MTQ2OWVmNjE3ZGZjMTY3MTRkMjU4ZTRiMzE0ODk0NGE1ZGUxZGQ5MDFmZTA3OWEzN2ZjNWE5NTNiYmE0N2Y5OA%3D%3D\";}i:33;O:8:\"stdClass\":8:{s:5:\"title\";s:16:\"Salesforce Addon\";s:4:\"slug\";s:18:\"wpforms-salesforce\";s:7:\"version\";s:5:\"1.4.1\";s:5:\"image\";s:72:\"https://wpforms.com/wp-content/uploads/2020/09/addon-icon-salesforce.png\";s:7:\"excerpt\";s:125:\"The WPForms Salesforce addon allows you to easily send your WordPress form contacts and leads to your Salesforce CRM account.\";s:2:\"id\";i:1006060;s:10:\"categories\";a:3:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:8:\"Ultimate\";}s:5:\"types\";a:3:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:8:\"ultimate\";}}i:34;O:8:\"stdClass\":9:{s:5:\"title\";s:21:\"Save and Resume Addon\";s:4:\"slug\";s:19:\"wpforms-save-resume\";s:7:\"version\";s:6:\"1.12.0\";s:5:\"image\";s:73:\"https://wpforms.com/wp-content/uploads/2021/10/addon-icon-save-resume.png\";s:7:\"excerpt\";s:181:\"The WPForms Save and Resume addon allows your visitors to save their progress while filling in your forms. When they\'re ready to continue, they can restore their entry with a click.\";s:2:\"id\";i:1611341;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}s:3:\"url\";s:226:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-save-resume&version=1.12.0&uid=Mjg1Njkz&expires=1759592974&signature=NDg5Mzc3NTY2YjViYTYzNjljMTg1Y2RjMmYxNTIyZDc5YmIwZTk5ZGNjNWM1Y2Y1MWQ3NzZlYjhiMTRjOWYwNw%3D%3D\";}i:35;O:8:\"stdClass\":9:{s:5:\"title\";s:15:\"Signature Addon\";s:4:\"slug\";s:18:\"wpforms-signatures\";s:7:\"version\";s:6:\"1.13.0\";s:5:\"image\";s:82:\"https://wpforms.com/wp-content/uploads/2016/10/wordpress-signature-form-plugin.png\";s:7:\"excerpt\";s:198:\"The WPForms Signature addon makes it easy for users to sign your forms. This WordPress signature plugin will allow your users to sign contracts and other agreements with their mouse or touch screen.\";s:2:\"id\";i:15383;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}s:3:\"url\";s:225:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-signatures&version=1.13.0&uid=Mjg1Njkz&expires=1759592974&signature=ZmM1ZDU1NWU2ZGRmOWFjM2M0N2MxMzE2NmNkYjkxNzQ1YjdlNDk0YjYxZTcwM2YyZmE4NWUxYzc2MDFiNjI4OQ%3D%3D\";}i:36;O:8:\"stdClass\":9:{s:5:\"title\";s:11:\"Slack Addon\";s:4:\"slug\";s:13:\"wpforms-slack\";s:7:\"version\";s:5:\"1.1.0\";s:5:\"image\";s:61:\"https://wpforms.com/wp-content/uploads/2024/10/icon-slack.png\";s:7:\"excerpt\";s:113:\"The WPForms Slack addon allows you to send direct messages, channel messages, and reminders to a Slack workspace.\";s:2:\"id\";i:2974081;s:10:\"categories\";a:5:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:4:\"Plus\";i:3;s:3:\"Pro\";i:4;s:8:\"Ultimate\";}s:5:\"types\";a:5:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:4:\"plus\";i:3;s:3:\"pro\";i:4;s:8:\"ultimate\";}s:3:\"url\";s:219:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-slack&version=1.1.0&uid=Mjg1Njkz&expires=1759592974&signature=OTZlZmE5M2I0NGY1Yjg5ZTI3MTc4YzYwZDE4YTI4MjBjMDc1ZTI1ODg5OTY5NjZiM2VhNTA4MTIzZGNlOWI0YQ%3D%3D\";}i:37;O:8:\"stdClass\":9:{s:5:\"title\";s:16:\"Square Pro Addon\";s:4:\"slug\";s:14:\"wpforms-square\";s:7:\"version\";s:5:\"2.0.0\";s:5:\"image\";s:68:\"https://wpforms.com/wp-content/uploads/2021/09/addon-icon-square.png\";s:7:\"excerpt\";s:136:\"The WPForms Square addon allows you to connect your WordPress site with Square to easily collect payments, donations, and online orders.\";s:2:\"id\";i:1548589;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}s:3:\"url\";s:220:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-square&version=2.0.0&uid=Mjg1Njkz&expires=1759592974&signature=Y2U2ZWIyYjU0NThiYzk2MzYyNmExMjJmZjYxZjYyMThmODFhM2U5ZmIwZTUyODc3NTk4MzY0ODkyODRkMzI3NQ%3D%3D\";}i:38;O:8:\"stdClass\":9:{s:5:\"title\";s:16:\"Stripe Pro Addon\";s:4:\"slug\";s:14:\"wpforms-stripe\";s:7:\"version\";s:5:\"3.5.0\";s:5:\"image\";s:70:\"https://wpforms.com/wp-content/uploads/2016/03/addon-icon-stripe-1.png\";s:7:\"excerpt\";s:199:\"The Stripe Pro addon grants access to conditional logic for payments and lower transaction fees. Use it alongside our core Stripe integration to easily collect payments, donations, and online orders.\";s:2:\"id\";i:1579;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}s:3:\"url\";s:220:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-stripe&version=3.5.0&uid=Mjg1Njkz&expires=1759592974&signature=ZThlOGFiN2E5NzU0YzlkMWUxNDM3MTQ1NDlhNTdjNDQ2OWQ2N2ZhOTU5Y2RiOTdkY2UwNjk2N2Q0YzUyY2U5Nw%3D%3D\";}i:39;O:8:\"stdClass\":9:{s:5:\"title\";s:23:\"Surveys and Polls Addon\";s:4:\"slug\";s:21:\"wpforms-surveys-polls\";s:7:\"version\";s:6:\"1.15.1\";s:5:\"image\";s:76:\"https://wpforms.com/wp-content/uploads/2018/02/addon-icons-surveys-polls.png\";s:7:\"excerpt\";s:179:\"The WPForms Survey Addon allows you to add interactive polls and survey forms to your WordPress site. It comes with best-in-class reporting to help you make data-driven decisions.\";s:2:\"id\";i:148223;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}s:3:\"url\";s:228:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-surveys-polls&version=1.15.1&uid=Mjg1Njkz&expires=1759592974&signature=ODNkMzE1ZTFmNzQ4NTE0NDY0YzkyMjFiMDJhYWEwMmMzZjFiMmVjOTdhMDM3MjBjYjJhYTM0ZTFmMWZkMTU2NA%3D%3D\";}i:40;O:8:\"stdClass\":9:{s:5:\"title\";s:12:\"Twilio Addon\";s:4:\"slug\";s:14:\"wpforms-twilio\";s:7:\"version\";s:5:\"1.0.0\";s:5:\"image\";s:62:\"https://wpforms.com/wp-content/uploads/2025/01/icon-twilio.png\";s:7:\"excerpt\";s:114:\"The WPForms Twilio addon lets you easily send confirmations to customers via SMS or WhatsApp upon form submission.\";s:2:\"id\";i:3034336;s:10:\"categories\";a:5:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:4:\"Plus\";i:3;s:3:\"Pro\";i:4;s:8:\"Ultimate\";}s:5:\"types\";a:5:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:4:\"plus\";i:3;s:3:\"pro\";i:4;s:8:\"ultimate\";}s:3:\"url\";s:220:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-twilio&version=1.0.0&uid=Mjg1Njkz&expires=1759592974&signature=MzQ3M2VmMDA2YjE1ZTBjY2YzYjlhM2U3MzQ4NDg5Zjc1ODA3NTMwN2FhZjkyNmUwYjdmZDk0ZGNhNWFhMzZkOQ%3D%3D\";}i:41;O:8:\"stdClass\":9:{s:5:\"title\";s:18:\"User Journey Addon\";s:4:\"slug\";s:20:\"wpforms-user-journey\";s:7:\"version\";s:5:\"1.4.0\";s:5:\"image\";s:74:\"https://wpforms.com/wp-content/uploads/2020/11/addon-icon-user-journey.png\";s:7:\"excerpt\";s:186:\"Discover the steps your visitors take before they submit your forms. Right in the WordPress dashboard, you can easily see the content that’s driving the most valuable form conversions.\";s:2:\"id\";i:1071426;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}s:3:\"url\";s:226:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-user-journey&version=1.4.0&uid=Mjg1Njkz&expires=1759592974&signature=MDQwYWViOGY5ZTgzODBlZmZiOGE5Y2QxMGI3YjI2MGI3NGQ4MmE3YmM4NDMxZTVlMmEzODYwNGE4MzgwMjQ1OA%3D%3D\";}i:42;O:8:\"stdClass\":9:{s:5:\"title\";s:23:\"User Registration Addon\";s:4:\"slug\";s:25:\"wpforms-user-registration\";s:7:\"version\";s:5:\"2.8.0\";s:5:\"image\";s:81:\"https://wpforms.com/wp-content/uploads/2016/05/addon-icon-user-registration-1.png\";s:7:\"excerpt\";s:127:\"The WPForms User Registration addon lets you create custom user registration, password reset, and login forms for your website.\";s:2:\"id\";i:3280;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}s:3:\"url\";s:231:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-user-registration&version=2.8.0&uid=Mjg1Njkz&expires=1759592974&signature=N2FkOWMxMjViOTNjOWRmMDI0NzFiYmQ0N2I4NTQ1ZGU1MzQyMzRiZDdkZDI0ZjJmOTNlZDg3MjlhMGE0M2RjNw%3D%3D\";}i:43;O:8:\"stdClass\":8:{s:5:\"title\";s:14:\"Webhooks Addon\";s:4:\"slug\";s:16:\"wpforms-webhooks\";s:7:\"version\";s:5:\"1.5.0\";s:5:\"image\";s:72:\"https://wpforms.com/wp-content/uploads/2020/07/addon-icon-webhooks-1.png\";s:7:\"excerpt\";s:162:\"The WPForms Webhooks addon allows you to send form entry data to secondary tools and external services. No code required, and no need for a third party connector.\";s:2:\"id\";i:901410;s:10:\"categories\";a:3:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:8:\"Ultimate\";}s:5:\"types\";a:3:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:8:\"ultimate\";}}i:44;O:8:\"stdClass\":9:{s:5:\"title\";s:12:\"Zapier Addon\";s:4:\"slug\";s:14:\"wpforms-zapier\";s:7:\"version\";s:5:\"1.7.0\";s:5:\"image\";s:71:\"https://wpforms.com/wp-content/uploads/2016/08/icon-provider-zapier.png\";s:7:\"excerpt\";s:147:\"The WPForms Zapier addon allows you to connect your WordPress forms with over 7,000+ web apps. The integration possibilities here are just endless.\";s:2:\"id\";i:9141;s:10:\"categories\";a:4:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:3:\"Pro\";i:3;s:8:\"Ultimate\";}s:5:\"types\";a:4:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:3:\"pro\";i:3;s:8:\"ultimate\";}s:3:\"url\";s:220:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-zapier&version=1.7.0&uid=Mjg1Njkz&expires=1759592974&signature=N2M0NjdkZjY1MzA3MDAxNWUwNmEwNzRiYTY0YTAzYTE2MDBmNDVhYmY2YTdhOGYzY2UzNTZiODcwYmFmM2QyMg%3D%3D\";}i:45;O:8:\"stdClass\":8:{s:5:\"title\";s:14:\"Zoho CRM Addon\";s:4:\"slug\";s:16:\"wpforms-zoho-crm\";s:7:\"version\";s:5:\"1.0.0\";s:5:\"image\";s:64:\"https://wpforms.com/wp-content/uploads/2025/07/icon-zoho-crm.png\";s:7:\"excerpt\";s:158:\"Create and update your Zoho CRM contacts, leads, and more, automatically from your WPForms submissions. Filter with field mapping and conditional logic, too. \";s:2:\"id\";i:3114724;s:10:\"categories\";a:3:{i:0;s:6:\"Agency\";i:1;s:5:\"Elite\";i:2;s:8:\"Ultimate\";}s:5:\"types\";a:3:{i:0;s:6:\"agency\";i:1;s:5:\"elite\";i:2;s:8:\"ultimate\";}}}','off'),(369394,'_wpforms_transient_timeout_addons_urls','1759549774','off'),(369395,'_wpforms_transient_addons_urls','a:46:{s:22:\"wpforms-activecampaign\";s:0:\"\";s:21:\"wpforms-authorize-net\";s:0:\"\";s:14:\"wpforms-aweber\";s:220:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-aweber&version=2.2.0&uid=Mjg1Njkz&expires=1759592974&signature=MzMyZDFmMDc3YmUxMTFmNTU0OGEyZDdhYTUyMjk5YmI0ZmY5ZDlhN2VkYjIwYjg2MDBmN2NjNDYwM2QwYTUxNQ%3D%3D\";s:18:\"wpforms-sendinblue\";s:224:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-sendinblue&version=1.5.0&uid=Mjg1Njkz&expires=1759592974&signature=OGFhMDE2ZWRkNWFhZDUzMzFkMjQ4OTVjZjZkNmZjODU2MzFiMTgzMDUyNjRkM2QzZjUyZmRmMzkzMmU4ZWY3NA%3D%3D\";s:20:\"wpforms-calculations\";s:226:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-calculations&version=1.7.0&uid=Mjg1Njkz&expires=1759592974&signature=NWU4N2YwMDMzODIxNWMzNWNhNWRhMWNiMGQ3MGViZDg2OGY3NzdlMGRiNjgyNzU2YzY2NmYxMDVlZjA5NWVkYw%3D%3D\";s:24:\"wpforms-campaign-monitor\";s:230:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-campaign-monitor&version=1.4.0&uid=Mjg1Njkz&expires=1759592974&signature=NzZkOTljYjdiMzY5MjQwYjRmNTM5Y2NkZGU3OGQyODk0NWIzNTQxZmU2MGU0YzEyYzBmZTU1ZGJhOTdlZjMzMQ%3D%3D\";s:28:\"wpforms-conversational-forms\";s:235:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-conversational-forms&version=1.18.0&uid=Mjg1Njkz&expires=1759592974&signature=OGMyMGFiNGMwMDFkMTRmYmJiMmQxZjJlYmM5YTczMjFjZWNiNDIzZTg0NTVhNzUxYmEyZTBiYTFkNzk3MDJlMg%3D%3D\";s:15:\"wpforms-coupons\";s:221:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-coupons&version=1.6.0&uid=Mjg1Njkz&expires=1759592974&signature=N2EyYWRlZWUzOTk0YmUyYTZhYzIyMTc5NzMwZTc5OWMyODVkODIxMWY5NzFjY2Q4MDlmYjBiNjE5MDg4NGM1Ng%3D%3D\";s:15:\"wpforms-captcha\";s:221:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-captcha&version=1.8.0&uid=Mjg1Njkz&expires=1759592974&signature=MWZhZDQ3YjMxMWQ1YmU2Njk0YTI0Yzk0ZjQ5YTM5YzUyNDYyOTZhMzNiNzRkNjRmNmQwYTdmNTEzNzk0MTM3OQ%3D%3D\";s:12:\"wpforms-drip\";s:219:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-drip&version=1.10.0&uid=Mjg1Njkz&expires=1759592974&signature=ZTcxYTg0ZDc1ZGNiMzc1NTY5YTYxYmZkMWRlM2NhMzM1MDJhY2MzOTI1ZmI2ZDk3NTFjOGJmYjJhNTczYjI4Mg%3D%3D\";s:15:\"wpforms-dropbox\";s:221:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-dropbox&version=1.2.0&uid=Mjg1Njkz&expires=1759592974&signature=NWZhM2YyZjgyYzVhMTc5YjIzMWZmMTgyNjdkNjUxNGUzMDU1NmM4NDc5NTNjYjA1N2U0ZjVmZjZmMTRjOTdjNg%3D%3D\";s:24:\"wpforms-entry-automation\";s:0:\"\";s:24:\"wpforms-form-abandonment\";s:231:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-form-abandonment&version=1.12.0&uid=Mjg1Njkz&expires=1759592974&signature=ZGQ0NmFiNjg3YzZhODM2NzhiMDk4NDFmZThkZmE2MWFlNjI2MzkyM2ZmNTFhMjYzNWViMTRkMzk4YTBmMTJjYw%3D%3D\";s:19:\"wpforms-form-locker\";s:225:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-form-locker&version=2.9.0&uid=Mjg1Njkz&expires=1759592974&signature=NDQyY2E2ZmUxNjkzMTYxNDQxYWZhMTkyYzM1Mzk1NGU1MDE3NGQwY2YyOWU4NmY5MzFjYzY5OGU4MjdjOTk5MA%3D%3D\";s:18:\"wpforms-form-pages\";s:225:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-form-pages&version=1.11.0&uid=Mjg1Njkz&expires=1759592974&signature=NDBiNmI0OTM1ZmVhMzdhYzZmMDVlZjUzOTY3OWVlNWYzMjJlZGQ3ZmU0ZTM4ZThlZjZhYTQyMWJhZDY0Mzc2Zg%3D%3D\";s:19:\"wpforms-geolocation\";s:226:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-geolocation&version=2.11.0&uid=Mjg1Njkz&expires=1759592974&signature=Mjk2YzMwOWY5MWVhOTIyMjlhNjE1M2I5ODgyMTY3M2EwZDM4NDcxM2RiYWMzMTAzMGI3Yjc3MTkxM2ZkMDRiZg%3D%3D\";s:19:\"wpforms-getresponse\";s:225:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-getresponse&version=1.8.0&uid=Mjg1Njkz&expires=1759592974&signature=NGZhMDYxNzA5ZGE2N2NmZWIyNmE5YmE1OGFlN2QxZjBhN2ZhMGVmODZjMDE1NTdlN2U3MDI1MjljMDUxYmJhZg%3D%3D\";s:23:\"wpforms-google-calendar\";s:229:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-google-calendar&version=1.0.0&uid=Mjg1Njkz&expires=1759592974&signature=NDVkZTYwNTkzNjkxZDQzMmYyZThmNGNjODNkYTg4NzU3ZTY2Mzc2NmJkMDYxNTgxODQ5NjhlNjk2M2M4OWU5ZA%3D%3D\";s:20:\"wpforms-google-drive\";s:226:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-google-drive&version=1.2.0&uid=Mjg1Njkz&expires=1759592974&signature=NDJlYzFmYzU4NzM0YTRkYmQyZTg1NDRhZTU0MDBkNzUxM2I5OTEyNTg1MzgwNjBjNGNiZDg1NGU4MGRjYThiNQ%3D%3D\";s:21:\"wpforms-google-sheets\";s:227:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-google-sheets&version=2.4.0&uid=Mjg1Njkz&expires=1759592974&signature=MmZkYzQ3MjBiMTE2ZjNhY2NlMDdjMjEyYjIzZDQ3YTliMjZmZmZjNThiMzNiMGMwZTZhZDZmOTAwNzMxNjUwMg%3D%3D\";s:15:\"wpforms-hubspot\";s:0:\"\";s:18:\"wpforms-convertkit\";s:224:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-convertkit&version=1.2.0&uid=Mjg1Njkz&expires=1759592974&signature=MTM3NDY3MDIzYjgyYTkzMTBlMWY2Yzc0MzYzZWRhYWUyNWI2MmU5MGU2ZDRiOTA3NWMzZDM4NDBhMTJhMjQ0MA%3D%3D\";s:18:\"wpforms-lead-forms\";s:224:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-lead-forms&version=1.7.0&uid=Mjg1Njkz&expires=1759592974&signature=ZGNmMWVmYWZkOWIzMjY5YzlhYmRiMmRkMDkzY2VmODUxOTg3NGM5OWIyZTAyMzk1M2YxZTU4NGJkM2UxNGRjOA%3D%3D\";s:17:\"wpforms-mailchimp\";s:223:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-mailchimp&version=2.5.1&uid=Mjg1Njkz&expires=1759592974&signature=ZmNmNThkZjg4ODBiOTE2YzhlODIxN2Y0NGIxNGY1NTA5NjM1MDgyZTMxNDZkMjI0NjljYWMyMDIxNjNlYjZhYQ%3D%3D\";s:18:\"wpforms-mailerlite\";s:224:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-mailerlite&version=1.3.0&uid=Mjg1Njkz&expires=1759592974&signature=MjU5MzRjMmIxNDk0MWVmZDI0YjNkZDAzZmU1NjY0ODU1ZmU4ZjQwOWU2NmFhMWQ2MDExNzRiZmQ3MjE2M2E3Mw%3D%3D\";s:16:\"wpforms-mailpoet\";s:222:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-mailpoet&version=1.0.0&uid=Mjg1Njkz&expires=1759592974&signature=MTY5ZDJhNTFjNGU3MjY2MTQ5OWRkMTI4YjczMTY4NDdiNmVmMWUzMTVkMzU1MTI1ODk4MGZlZjlhODhiOGNhNw%3D%3D\";s:12:\"wpforms-make\";s:218:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-make&version=1.0.1&uid=Mjg1Njkz&expires=1759592974&signature=YTc5ZTZlNDNhYjFlZTVjZmQ2MDg3MjdjNjJjMWUzMWVkOGEyNjE0NmU5OGFmZDAxZDU4ZTk1NjcyZTZiYzdhNA%3D%3D\";s:21:\"wpforms-offline-forms\";s:227:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-offline-forms&version=1.3.0&uid=Mjg1Njkz&expires=1759592974&signature=OGI5OTdkN2Q1YmYzOGE1MWI3YTM3MDFlMGU0NjI0NjJkNmIwNmY0YTZhM2E3YjY3NmFmN2IxMGRiODI0OGJhMw%3D%3D\";s:23:\"wpforms-paypal-commerce\";s:230:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-paypal-commerce&version=1.13.0&uid=Mjg1Njkz&expires=1759592974&signature=Y2I4MDI0YjUyZGFlZTFjMjNmZGFhMzUwMmJkNzJmODE2NDZiZjE3Y2JhNzMwZWM1ZDU0M2YxODdmMTcyMTZjOQ%3D%3D\";s:23:\"wpforms-paypal-standard\";s:230:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-paypal-standard&version=1.10.0&uid=Mjg1Njkz&expires=1759592974&signature=OGI1MzE2NjVmYzg5ZmVhZTY4ZGQ2YmFkZmZkNzNlMGZmMDIxMjc4MWEzOWJiYWEzZWVkOTBiZmQwNmVjMDY1ZA%3D%3D\";s:11:\"wpforms-pdf\";s:217:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-pdf&version=1.1.0&uid=Mjg1Njkz&expires=1759592974&signature=YTUwOTliNjk1ZWIwMjg3ODBkM2MyNWRiNWZlMDU0ZGFmYWFlZjVkYWVjOTliMjgzN2JmZGIzNTE4NDYwZDA1Zg%3D%3D\";s:17:\"wpforms-pipedrive\";s:0:\"\";s:24:\"wpforms-post-submissions\";s:230:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-post-submissions&version=1.8.0&uid=Mjg1Njkz&expires=1759592974&signature=MTQ2OWVmNjE3ZGZjMTY3MTRkMjU4ZTRiMzE0ODk0NGE1ZGUxZGQ5MDFmZTA3OWEzN2ZjNWE5NTNiYmE0N2Y5OA%3D%3D\";s:18:\"wpforms-salesforce\";s:0:\"\";s:19:\"wpforms-save-resume\";s:226:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-save-resume&version=1.12.0&uid=Mjg1Njkz&expires=1759592974&signature=NDg5Mzc3NTY2YjViYTYzNjljMTg1Y2RjMmYxNTIyZDc5YmIwZTk5ZGNjNWM1Y2Y1MWQ3NzZlYjhiMTRjOWYwNw%3D%3D\";s:18:\"wpforms-signatures\";s:225:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-signatures&version=1.13.0&uid=Mjg1Njkz&expires=1759592974&signature=ZmM1ZDU1NWU2ZGRmOWFjM2M0N2MxMzE2NmNkYjkxNzQ1YjdlNDk0YjYxZTcwM2YyZmE4NWUxYzc2MDFiNjI4OQ%3D%3D\";s:13:\"wpforms-slack\";s:219:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-slack&version=1.1.0&uid=Mjg1Njkz&expires=1759592974&signature=OTZlZmE5M2I0NGY1Yjg5ZTI3MTc4YzYwZDE4YTI4MjBjMDc1ZTI1ODg5OTY5NjZiM2VhNTA4MTIzZGNlOWI0YQ%3D%3D\";s:14:\"wpforms-square\";s:220:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-square&version=2.0.0&uid=Mjg1Njkz&expires=1759592974&signature=Y2U2ZWIyYjU0NThiYzk2MzYyNmExMjJmZjYxZjYyMThmODFhM2U5ZmIwZTUyODc3NTk4MzY0ODkyODRkMzI3NQ%3D%3D\";s:14:\"wpforms-stripe\";s:220:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-stripe&version=3.5.0&uid=Mjg1Njkz&expires=1759592974&signature=ZThlOGFiN2E5NzU0YzlkMWUxNDM3MTQ1NDlhNTdjNDQ2OWQ2N2ZhOTU5Y2RiOTdkY2UwNjk2N2Q0YzUyY2U5Nw%3D%3D\";s:21:\"wpforms-surveys-polls\";s:228:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-surveys-polls&version=1.15.1&uid=Mjg1Njkz&expires=1759592974&signature=ODNkMzE1ZTFmNzQ4NTE0NDY0YzkyMjFiMDJhYWEwMmMzZjFiMmVjOTdhMDM3MjBjYjJhYTM0ZTFmMWZkMTU2NA%3D%3D\";s:14:\"wpforms-twilio\";s:220:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-twilio&version=1.0.0&uid=Mjg1Njkz&expires=1759592974&signature=MzQ3M2VmMDA2YjE1ZTBjY2YzYjlhM2U3MzQ4NDg5Zjc1ODA3NTMwN2FhZjkyNmUwYjdmZDk0ZGNhNWFhMzZkOQ%3D%3D\";s:20:\"wpforms-user-journey\";s:226:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-user-journey&version=1.4.0&uid=Mjg1Njkz&expires=1759592974&signature=MDQwYWViOGY5ZTgzODBlZmZiOGE5Y2QxMGI3YjI2MGI3NGQ4MmE3YmM4NDMxZTVlMmEzODYwNGE4MzgwMjQ1OA%3D%3D\";s:25:\"wpforms-user-registration\";s:231:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-user-registration&version=2.8.0&uid=Mjg1Njkz&expires=1759592974&signature=N2FkOWMxMjViOTNjOWRmMDI0NzFiYmQ0N2I4NTQ1ZGU1MzQyMzRiZDdkZDI0ZjJmOTNlZDg3MjlhMGE0M2RjNw%3D%3D\";s:16:\"wpforms-webhooks\";s:0:\"\";s:14:\"wpforms-zapier\";s:220:\"https://wpformsapi.com/download-plugin/v1/updater?plugin=wpforms-zapier&version=1.7.0&uid=Mjg1Njkz&expires=1759592974&signature=N2M0NjdkZjY1MzA3MDAxNWUwNmEwNzRiYTY0YTAzYTE2MDBmNDVhYmY2YTdhOGYzY2UzNTZiODcwYmFmM2QyMg%3D%3D\";s:16:\"wpforms-zoho-crm\";s:0:\"\";}','off'),(369401,'_site_transient_timeout_wp_plugin_dependencies_plugin_timeout_woocommerce','1759549780','off'),(369402,'_site_transient_wp_plugin_dependencies_plugin_timeout_woocommerce','1','off'),(369403,'_transient_timeout__monsterinsights_addons','1759520981','off'),(369404,'_transient__monsterinsights_addons','a:14:{i:0;O:8:\"stdClass\":9:{s:5:\"title\";s:19:\"MonsterInsights Ads\";s:4:\"slug\";s:3:\"ads\";s:7:\"version\";s:5:\"1.9.0\";s:5:\"image\";s:88:\"https://www.monsterinsights.com/wp-content/uploads/2016/09/ads-tracking-addon-banner.png\";s:4:\"icon\";b:0;s:7:\"excerpt\";s:43:\"Track Google Ads conversions automatically.\";s:2:\"id\";i:31099;s:10:\"categories\";a:1:{i:0;s:4:\"Plus\";}s:13:\"svg_icon_path\";s:94:\"https://www.monsterinsights.com/wp-content/themes/monsterinsightsv7/assets/addon-icons/ads.svg\";}i:1;O:8:\"stdClass\":9:{s:5:\"title\";s:19:\"MonsterInsights AMP\";s:4:\"slug\";s:3:\"amp\";s:7:\"version\";s:5:\"1.7.0\";s:5:\"image\";s:79:\"https://www.monsterinsights.com/wp-content/uploads/2017/06/amp-addon-banner.png\";s:4:\"icon\";b:0;s:7:\"excerpt\";s:108:\"MonsterInsights Google AMP Addon enables accurate tracking of all mobile visitors to your AMP-enabled pages.\";s:2:\"id\";i:101306;s:10:\"categories\";a:1:{i:0;s:4:\"Plus\";}s:13:\"svg_icon_path\";s:94:\"https://www.monsterinsights.com/wp-content/themes/monsterinsightsv7/assets/addon-icons/amp.svg\";}i:2;O:8:\"stdClass\":9:{s:5:\"title\";s:32:\"MonsterInsights Conversations AI\";s:4:\"slug\";s:11:\"ai-insights\";s:7:\"version\";s:5:\"1.0.2\";s:5:\"image\";b:0;s:4:\"icon\";b:0;s:7:\"excerpt\";s:62:\"Get automated insights about your website with the power of AI\";s:2:\"id\";i:877722;s:10:\"categories\";a:1:{i:0;s:3:\"Pro\";}s:13:\"svg_icon_path\";N;}i:3;O:8:\"stdClass\":9:{s:5:\"title\";s:26:\"MonsterInsights Dimensions\";s:4:\"slug\";s:10:\"dimensions\";s:7:\"version\";s:5:\"2.2.1\";s:5:\"image\";s:93:\"https://www.monsterinsights.com/wp-content/uploads/2016/09/custom-dimensions-addon-banner.png\";s:4:\"icon\";b:0;s:7:\"excerpt\";s:59:\"Track authors, categories, tags, searches, users, and more.\";s:2:\"id\";i:31098;s:10:\"categories\";a:1:{i:0;s:3:\"Pro\";}s:13:\"svg_icon_path\";s:101:\"https://www.monsterinsights.com/wp-content/themes/monsterinsightsv7/assets/addon-icons/dimensions.svg\";}i:4;O:8:\"stdClass\":9:{s:5:\"title\";s:25:\"MonsterInsights eCommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:7:\"version\";s:5:\"8.5.7\";s:5:\"image\";s:94:\"https://www.monsterinsights.com/wp-content/uploads/2016/09/ecommerce-tracking-addon-banner.png\";s:4:\"icon\";b:0;s:7:\"excerpt\";s:93:\"Sales tracking for your WooCommerce, Easy Digital Downloads, LifterLMS or MemberPress stores.\";s:2:\"id\";i:31097;s:10:\"categories\";a:1:{i:0;s:3:\"Pro\";}s:13:\"svg_icon_path\";s:100:\"https://www.monsterinsights.com/wp-content/themes/monsterinsightsv7/assets/addon-icons/ecommerce.svg\";}i:5;O:8:\"stdClass\":9:{s:5:\"title\";s:29:\"MonsterInsights EU Compliance\";s:4:\"slug\";s:13:\"eu-compliance\";s:7:\"version\";s:5:\"2.3.3\";s:5:\"image\";s:72:\"https://www.monsterinsights.com/wp-content/uploads/2018/05/eu-banner.png\";s:4:\"icon\";b:0;s:7:\"excerpt\";s:59:\"Improve compliance with GDPR and other privacy regulations.\";s:2:\"id\";i:137300;s:10:\"categories\";a:1:{i:0;s:5:\"Basic\";}s:13:\"svg_icon_path\";s:104:\"https://www.monsterinsights.com/wp-content/themes/monsterinsightsv7/assets/addon-icons/eu-compliance.svg\";}i:6;O:8:\"stdClass\":9:{s:5:\"title\";s:26:\"MonsterInsights Exceptions\";s:4:\"slug\";s:10:\"exceptions\";s:7:\"version\";s:5:\"1.0.1\";s:5:\"image\";b:0;s:4:\"icon\";b:0;s:7:\"excerpt\";s:147:\"MonsterInsights Exceptions addon notifies you of any major website events such as traffic increases, new landing pages, or conversion rate changes.\";s:2:\"id\";i:854045;s:10:\"categories\";a:1:{i:0;s:3:\"Pro\";}s:13:\"svg_icon_path\";s:101:\"https://www.monsterinsights.com/wp-content/themes/monsterinsightsv7/assets/addon-icons/exceptions.svg\";}i:7;O:8:\"stdClass\":9:{s:5:\"title\";s:21:\"MonsterInsights Forms\";s:4:\"slug\";s:5:\"forms\";s:7:\"version\";s:5:\"2.3.4\";s:5:\"image\";s:81:\"https://www.monsterinsights.com/wp-content/uploads/2017/06/forms-addon-banner.png\";s:4:\"icon\";b:0;s:7:\"excerpt\";s:70:\"Enable tracking of your form views, submissions, and conversion rates.\";s:2:\"id\";i:104930;s:10:\"categories\";a:1:{i:0;s:3:\"Pro\";}s:13:\"svg_icon_path\";s:96:\"https://www.monsterinsights.com/wp-content/themes/monsterinsightsv7/assets/addon-icons/forms.svg\";}i:8;O:8:\"stdClass\":9:{s:5:\"title\";s:21:\"MonsterInsights Media\";s:4:\"slug\";s:5:\"media\";s:7:\"version\";s:5:\"1.1.3\";s:5:\"image\";s:81:\"https://www.monsterinsights.com/wp-content/uploads/2021/12/media-addon-banner.png\";s:4:\"icon\";b:0;s:7:\"excerpt\";s:140:\"The MonsterInsights Media addon makes it super simple to track YouTube and Vimeo embeds along with videos you upload into the Media Library.\";s:2:\"id\";i:506765;s:10:\"categories\";a:1:{i:0;s:4:\"Plus\";}s:13:\"svg_icon_path\";s:96:\"https://www.monsterinsights.com/wp-content/themes/monsterinsightsv7/assets/addon-icons/media.svg\";}i:9;O:8:\"stdClass\":9:{s:5:\"title\";s:29:\"MonsterInsights Page Insights\";s:4:\"slug\";s:13:\"page-insights\";s:7:\"version\";s:5:\"1.6.0\";s:5:\"image\";s:89:\"https://www.monsterinsights.com/wp-content/uploads/2018/10/page-insights-addon-banner.png\";s:4:\"icon\";b:0;s:7:\"excerpt\";s:79:\"See important metrics for individual posts / pages in your WordPress dashboard.\";s:2:\"id\";i:166810;s:10:\"categories\";a:1:{i:0;s:4:\"Plus\";}s:13:\"svg_icon_path\";s:104:\"https://www.monsterinsights.com/wp-content/themes/monsterinsightsv7/assets/addon-icons/page-insights.svg\";}i:10;O:8:\"stdClass\":9:{s:5:\"title\";s:27:\"MonsterInsights Performance\";s:4:\"slug\";s:11:\"performance\";s:7:\"version\";s:5:\"1.8.1\";s:5:\"image\";s:96:\"https://www.monsterinsights.com/wp-content/uploads/2016/09/performance-tracking-addon-banner.png\";s:4:\"icon\";b:0;s:7:\"excerpt\";s:55:\"Adjust site speed and sample rate for Google Analytics.\";s:2:\"id\";i:31100;s:10:\"categories\";a:1:{i:0;s:4:\"Plus\";}s:13:\"svg_icon_path\";s:102:\"https://www.monsterinsights.com/wp-content/themes/monsterinsightsv7/assets/addon-icons/performance.svg\";}i:11;O:8:\"stdClass\":9:{s:5:\"title\";s:28:\"MonsterInsights PPC Tracking\";s:4:\"slug\";s:12:\"ppc-tracking\";s:7:\"version\";s:5:\"1.6.0\";s:5:\"image\";b:0;s:4:\"icon\";b:0;s:7:\"excerpt\";s:80:\"Easily track conversions and website events with Google Ads, Bing Ads, and Meta.\";s:2:\"id\";i:696539;s:10:\"categories\";a:1:{i:0;s:3:\"Pro\";}s:13:\"svg_icon_path\";s:103:\"https://www.monsterinsights.com/wp-content/themes/monsterinsightsv7/assets/addon-icons/ppc-tracking.svg\";}i:12;O:8:\"stdClass\":9:{s:5:\"title\";s:38:\"MonsterInsights Site Notes Automations\";s:4:\"slug\";s:27:\"site-notes-important-events\";s:7:\"version\";s:5:\"1.0.0\";s:5:\"image\";b:0;s:4:\"icon\";b:0;s:7:\"excerpt\";s:166:\"Automatically add key website events to Site Notes with our Site Notes Automations addon. Get access to an API so that you can create and update Site Notes as needed.\";s:2:\"id\";i:864443;s:10:\"categories\";a:1:{i:0;s:3:\"Pro\";}s:13:\"svg_icon_path\";s:118:\"https://www.monsterinsights.com/wp-content/themes/monsterinsightsv7/assets/addon-icons/site-notes-important-events.svg\";}i:13;O:8:\"stdClass\":9:{s:5:\"title\";s:28:\"MonsterInsights User Journey\";s:4:\"slug\";s:12:\"user-journey\";s:7:\"version\";s:5:\"1.1.8\";s:5:\"image\";s:88:\"https://www.monsterinsights.com/wp-content/uploads/2022/05/user-journey-addon-banner.png\";s:4:\"icon\";b:0;s:7:\"excerpt\";s:86:\"See exactly which steps and for how long each customer took before making a purchase. \";s:2:\"id\";i:562165;s:10:\"categories\";a:1:{i:0;s:3:\"Pro\";}s:13:\"svg_icon_path\";s:103:\"https://www.monsterinsights.com/wp-content/themes/monsterinsightsv7/assets/addon-icons/user-journey.svg\";}}','off'),(369507,'_transient_timeout_woocommerce_admin_settings_payments_has_providers_with_incentive','1759513214','off'),(369508,'_transient_woocommerce_admin_settings_payments_has_providers_with_incentive','no','off'),(369546,'_transient_timeout_my-jetpack-red-bubble-transient','1759513856','off'),(369547,'_transient_my-jetpack-red-bubble-transient','a:0:{}','off'),(369584,'_transient_timeout_jetpack_woocommerce_analytics_cart_checkout_content_sources','1759597521','off'),(369585,'_transient_jetpack_woocommerce_analytics_cart_checkout_content_sources','a:2:{s:19:\"cart_content_source\";s:4340:\"<!-- wp:woocommerce/cart -->\n<div class=\"wp-block-woocommerce-cart alignwide is-loading\"><!-- wp:woocommerce/filled-cart-block -->\n<div class=\"wp-block-woocommerce-filled-cart-block\"><!-- wp:woocommerce/cart-items-block -->\n<div class=\"wp-block-woocommerce-cart-items-block\"><!-- wp:woocommerce/cart-line-items-block -->\n<div class=\"wp-block-woocommerce-cart-line-items-block\"></div>\n<!-- /wp:woocommerce/cart-line-items-block -->\n\n<!-- wp:woocommerce/cart-cross-sells-block -->\n<div class=\"wp-block-woocommerce-cart-cross-sells-block\"><!-- wp:heading {\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">You may be interested in…</h2>\n<!-- /wp:heading -->\n\n<!-- wp:woocommerce/cart-cross-sells-products-block -->\n<div class=\"wp-block-woocommerce-cart-cross-sells-products-block\"></div>\n<!-- /wp:woocommerce/cart-cross-sells-products-block --></div>\n<!-- /wp:woocommerce/cart-cross-sells-block --></div>\n<!-- /wp:woocommerce/cart-items-block -->\n\n<!-- wp:woocommerce/cart-totals-block -->\n<div class=\"wp-block-woocommerce-cart-totals-block\"><!-- wp:woocommerce/cart-order-summary-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-block\"><!-- wp:woocommerce/cart-order-summary-heading-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-heading-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-heading-block -->\n\n<!-- wp:woocommerce/cart-order-summary-coupon-form-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-coupon-form-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-coupon-form-block -->\n\n<!-- wp:woocommerce/cart-order-summary-totals-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-totals-block\"><!-- wp:woocommerce/cart-order-summary-subtotal-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-subtotal-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-subtotal-block -->\n\n<!-- wp:woocommerce/cart-order-summary-fee-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-fee-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-fee-block -->\n\n<!-- wp:woocommerce/cart-order-summary-discount-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-discount-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-discount-block -->\n\n<!-- wp:woocommerce/cart-order-summary-shipping-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-shipping-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-shipping-block -->\n\n<!-- wp:woocommerce/cart-order-summary-taxes-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-taxes-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-taxes-block --></div>\n<!-- /wp:woocommerce/cart-order-summary-totals-block --></div>\n<!-- /wp:woocommerce/cart-order-summary-block -->\n\n<!-- wp:woocommerce/cart-express-payment-block -->\n<div class=\"wp-block-woocommerce-cart-express-payment-block\"></div>\n<!-- /wp:woocommerce/cart-express-payment-block -->\n\n<!-- wp:woocommerce/proceed-to-checkout-block -->\n<div class=\"wp-block-woocommerce-proceed-to-checkout-block\"></div>\n<!-- /wp:woocommerce/proceed-to-checkout-block -->\n\n<!-- wp:woocommerce/cart-accepted-payment-methods-block -->\n<div class=\"wp-block-woocommerce-cart-accepted-payment-methods-block\"></div>\n<!-- /wp:woocommerce/cart-accepted-payment-methods-block --></div>\n<!-- /wp:woocommerce/cart-totals-block --></div>\n<!-- /wp:woocommerce/filled-cart-block -->\n\n<!-- wp:woocommerce/empty-cart-block -->\n<div class=\"wp-block-woocommerce-empty-cart-block\"><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"with-empty-cart-icon wc-block-cart__empty-cart__title\"} -->\n<h2 class=\"with-empty-cart-icon wc-block-cart__empty-cart__title wp-block-heading has-text-align-center\">Your cart is currently empty!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\"><a href=\"https://aggressivegraphix.com/shop/\">Browse store</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-dots\"} -->\n<hr class=\"is-style-dots wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">New in store</h2>\n<!-- /wp:heading -->\n\n<!-- wp:woocommerce/product-new {\"columns\":4,\"rows\":1} /--></div>\n<!-- /wp:woocommerce/empty-cart-block --></div>\n<!-- /wp:woocommerce/cart -->\";s:23:\"checkout_content_source\";s:4537:\"<!-- wp:woocommerce/checkout -->\n<div class=\"wp-block-woocommerce-checkout alignwide wc-block-checkout is-loading\"><!-- wp:woocommerce/checkout-totals-block -->\n<div class=\"wp-block-woocommerce-checkout-totals-block\"><!-- wp:woocommerce/checkout-order-summary-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-block\"><!-- wp:woocommerce/checkout-order-summary-cart-items-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-cart-items-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-cart-items-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-coupon-form-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-coupon-form-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-coupon-form-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-totals-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-totals-block\"><!-- wp:woocommerce/checkout-order-summary-subtotal-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-subtotal-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-subtotal-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-fee-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-fee-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-fee-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-discount-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-discount-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-discount-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-shipping-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-shipping-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-shipping-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-taxes-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-taxes-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-taxes-block --></div>\n<!-- /wp:woocommerce/checkout-order-summary-totals-block --></div>\n<!-- /wp:woocommerce/checkout-order-summary-block -->\n\n<!-- wp:woocommerce-paypal-payments/checkout-paylater-messages {\"ppcpId\":\"ppcp-21403e56-ae87-4be3-b256-cf75038024ae\"} /--></div>\n<!-- /wp:woocommerce/checkout-totals-block -->\n\n<!-- wp:woocommerce/checkout-fields-block -->\n<div class=\"wp-block-woocommerce-checkout-fields-block\"><!-- wp:woocommerce/checkout-express-payment-block -->\n<div class=\"wp-block-woocommerce-checkout-express-payment-block\"></div>\n<!-- /wp:woocommerce/checkout-express-payment-block -->\n\n<!-- wp:woocommerce/checkout-contact-information-block -->\n<div class=\"wp-block-woocommerce-checkout-contact-information-block\"></div>\n<!-- /wp:woocommerce/checkout-contact-information-block -->\n\n<!-- wp:woocommerce/checkout-shipping-method-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-method-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-method-block -->\n\n<!-- wp:woocommerce/checkout-pickup-options-block -->\n<div class=\"wp-block-woocommerce-checkout-pickup-options-block\"></div>\n<!-- /wp:woocommerce/checkout-pickup-options-block -->\n\n<!-- wp:woocommerce/checkout-shipping-address-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-address-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-address-block -->\n\n<!-- wp:woocommerce/checkout-billing-address-block -->\n<div class=\"wp-block-woocommerce-checkout-billing-address-block\"></div>\n<!-- /wp:woocommerce/checkout-billing-address-block -->\n\n<!-- wp:woocommerce/checkout-shipping-methods-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-methods-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-methods-block -->\n\n<!-- wp:woocommerce/checkout-payment-block -->\n<div class=\"wp-block-woocommerce-checkout-payment-block\"></div>\n<!-- /wp:woocommerce/checkout-payment-block -->\n\n<!-- wp:woocommerce/checkout-additional-information-block -->\n<div class=\"wp-block-woocommerce-checkout-additional-information-block\"></div>\n<!-- /wp:woocommerce/checkout-additional-information-block -->\n\n<!-- wp:woocommerce/checkout-order-note-block -->\n<div class=\"wp-block-woocommerce-checkout-order-note-block\"></div>\n<!-- /wp:woocommerce/checkout-order-note-block -->\n\n<!-- wp:woocommerce/checkout-terms-block -->\n<div class=\"wp-block-woocommerce-checkout-terms-block\"></div>\n<!-- /wp:woocommerce/checkout-terms-block -->\n\n<!-- wp:woocommerce/checkout-actions-block -->\n<div class=\"wp-block-woocommerce-checkout-actions-block\"></div>\n<!-- /wp:woocommerce/checkout-actions-block --></div>\n<!-- /wp:woocommerce/checkout-fields-block --></div>\n<!-- /wp:woocommerce/checkout -->\";}','off'),(369586,'_transient_timeout_jetpack_woocommerce_analytics_additional_blocks_on_cart_page','1759597521','off'),(369587,'_transient_jetpack_woocommerce_analytics_additional_blocks_on_cart_page','a:0:{}','off'),(369588,'_transient_timeout_jetpack_woocommerce_analytics_additional_blocks_on_checkout_page','1759597521','off'),(369589,'_transient_jetpack_woocommerce_analytics_additional_blocks_on_checkout_page','a:0:{}','off'),(369596,'_transient_timeout_jetpack_sync_last_checked_queue_state_sync','1759511217','off'),(369597,'_transient_jetpack_sync_last_checked_queue_state_sync','a:2:{i:0;i:0;i:1;d:0;}','off'),(369599,'_transient_timeout_jetpack_sync_constants_await','1759514788','off'),(369600,'_transient_jetpack_sync_constants_await','1759511188.9646','off'),(369601,'_site_transient_timeout_theme_roots','1759512988','off'),(369602,'_site_transient_theme_roots','a:2:{s:5:\"eride\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";}','off'),(369603,'_transient_timeout_jetpack_sync_callables_await','1759511248','off'),(369604,'_transient_jetpack_sync_callables_await','1759511188.9997','off'),(369611,'_transient_timeout_brute_use_math','1759511793','off'),(369612,'_transient_brute_use_math','1','off'),(369613,'jetpack_protect_error','Invalid Action Specified','off'),(369614,'_transient_timeout_newfold_notifications','1759511198','off'),(369615,'_transient_newfold_notifications','a:0:{}','off'),(369623,'_transient_timeout_woocommerce_test_remote_post','1759514796','off'),(369624,'_transient_woocommerce_test_remote_post','200','off'),(369625,'_transient_timeout_woocommerce_test_remote_get','1759514796','off'),(369626,'_transient_woocommerce_test_remote_get','200','off'),(369627,'_transient_timeout_wc_system_status_active_plugins','1759514796','off'),(369628,'_transient_wc_system_status_active_plugins','a:18:{i:0;a:8:{s:6:\"plugin\";s:71:\"addify-product-options-and-addons/class-addify-product-add-ons-main.php\";s:4:\"name\";s:26:\"Product Options and Fields\";s:7:\"version\";s:5:\"1.4.0\";s:14:\"version_latest\";s:5:\"1.4.0\";s:3:\"url\";s:67:\"https://woocommerce.com/products/addify-product-options-and-addons/\";s:11:\"author_name\";s:6:\"Addify\";s:10:\"author_url\";s:38:\"https://woocommerce.com/vendor/addify/\";s:17:\"network_activated\";b:0;}i:1;a:8:{s:6:\"plugin\";s:55:\"bluehost-wordpress-plugin/bluehost-wordpress-plugin.php\";s:4:\"name\";s:19:\"The Bluehost Plugin\";s:7:\"version\";s:5:\"4.6.2\";s:14:\"version_latest\";s:5:\"4.6.2\";s:3:\"url\";s:20:\"https://bluehost.com\";s:11:\"author_name\";s:8:\"Bluehost\";s:10:\"author_url\";s:20:\"https://bluehost.com\";s:17:\"network_activated\";b:0;}i:2;a:8:{s:6:\"plugin\";s:33:\"envira-gallery/envira-gallery.php\";s:4:\"name\";s:14:\"Envira Gallery\";s:7:\"version\";s:6:\"1.11.1\";s:14:\"version_latest\";s:6:\"1.11.1\";s:3:\"url\";s:24:\"http://enviragallery.com\";s:11:\"author_name\";s:19:\"Envira Gallery Team\";s:10:\"author_url\";s:24:\"http://enviragallery.com\";s:17:\"network_activated\";b:0;}i:3;a:8:{s:6:\"plugin\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:4:\"name\";s:49:\"Google Analytics for WordPress by MonsterInsights\";s:7:\"version\";s:5:\"9.8.0\";s:14:\"version_latest\";s:5:\"9.8.0\";s:3:\"url\";s:138:\"https://www.monsterinsights.com/?utm_source=liteplugin&#038;utm_medium=pluginheader&#038;utm_campaign=pluginurl&#038;utm_content=7%2E0%2E0\";s:11:\"author_name\";s:15:\"MonsterInsights\";s:10:\"author_url\";s:143:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&#038;utm_medium=pluginheader&#038;utm_campaign=authoruri&#038;utm_content=7%2E0%2E0\";s:17:\"network_activated\";b:0;}i:4;a:8:{s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:4:\"name\";s:7:\"Jetpack\";s:7:\"version\";s:6:\"15.0.2\";s:14:\"version_latest\";s:6:\"15.0.2\";s:3:\"url\";s:19:\"https://jetpack.com\";s:11:\"author_name\";s:10:\"Automattic\";s:10:\"author_url\";s:19:\"https://jetpack.com\";s:17:\"network_activated\";b:0;}i:5;a:8:{s:6:\"plugin\";s:45:\"olympus-google-fonts/olympus-google-fonts.php\";s:4:\"name\";s:60:\"Fonts Plugin | Use Google Fonts, Adobe Fonts or Upload Fonts\";s:7:\"version\";s:5:\"3.9.8\";s:14:\"version_latest\";s:5:\"3.9.8\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/olympus-google-fonts/\";s:11:\"author_name\";s:12:\"Fonts Plugin\";s:10:\"author_url\";s:94:\"https://fontsplugin.com/?utm_source=wporg&#038;utm_medium=readme&#038;utm_campaign=description\";s:17:\"network_activated\";b:0;}i:6;a:8:{s:6:\"plugin\";s:77:\"product-configurator-for-woocommerce/woocommerce-mkl-product-configurator.php\";s:4:\"name\";s:36:\"Product Configurator for WooCommerce\";s:7:\"version\";s:5:\"1.5.3\";s:14:\"version_latest\";s:5:\"1.5.3\";s:3:\"url\";s:34:\"http://wc-product-configurator.com\";s:11:\"author_name\";s:12:\"Marc Lacroix\";s:10:\"author_url\";s:20:\"http://mklacroix.com\";s:17:\"network_activated\";b:0;}i:7;a:8:{s:6:\"plugin\";s:41:\"woo-update-manager/woo-update-manager.php\";s:4:\"name\";s:30:\"WooCommerce.com Update Manager\";s:7:\"version\";s:5:\"1.0.3\";s:14:\"version_latest\";s:5:\"1.0.3\";s:3:\"url\";s:0:\"\";s:11:\"author_name\";s:10:\"Automattic\";s:10:\"author_url\";s:24:\"https://woocommerce.com/\";s:17:\"network_activated\";b:0;}i:8;a:8:{s:6:\"plugin\";s:77:\"woocommerce-mkl-pc-conditional-logic/woocommerce-mkl-pc-conditional-logic.php\";s:4:\"name\";s:63:\"Product configurator for WooCommerce addon -  Conditional logic\";s:7:\"version\";s:5:\"1.4.2\";s:14:\"version_latest\";s:5:\"1.4.2\";s:3:\"url\";s:62:\"https://wc-product-configurator.com/product/conditional-logic/\";s:11:\"author_name\";s:12:\"Marc Lacroix\";s:10:\"author_url\";s:20:\"http://mklacroix.com\";s:17:\"network_activated\";b:0;}i:9;a:8:{s:6:\"plugin\";s:65:\"woocommerce-mkl-pc-extra-price/woocommerce-mkl-pc-extra-price.php\";s:4:\"name\";s:57:\"Product configurator for WooCommerce addon -  Extra price\";s:7:\"version\";s:6:\"1.1.27\";s:14:\"version_latest\";s:6:\"1.1.27\";s:3:\"url\";s:56:\"https://wc-product-configurator.com/product/extra-price/\";s:11:\"author_name\";s:12:\"Marc Lacroix\";s:10:\"author_url\";s:20:\"http://mklacroix.com\";s:17:\"network_activated\";b:0;}i:10;a:8:{s:6:\"plugin\";s:67:\"woocommerce-mkl-pc-form-builder/woocommerce-mkl-pc-form-builder.php\";s:4:\"name\";s:58:\"Product configurator for WooCommerce addon -  Form builder\";s:7:\"version\";s:6:\"1.1.47\";s:14:\"version_latest\";s:6:\"1.1.47\";s:3:\"url\";s:56:\"https://wc-product-configurator.com/product/form-fields/\";s:11:\"author_name\";s:12:\"Marc Lacroix\";s:10:\"author_url\";s:20:\"http://mklacroix.com\";s:17:\"network_activated\";b:0;}i:11;a:8:{s:6:\"plugin\";s:59:\"woocommerce-paypal-payments/woocommerce-paypal-payments.php\";s:4:\"name\";s:27:\"WooCommerce PayPal Payments\";s:7:\"version\";s:5:\"3.1.2\";s:14:\"version_latest\";s:5:\"3.1.2\";s:3:\"url\";s:61:\"https://woocommerce.com/products/woocommerce-paypal-payments/\";s:11:\"author_name\";s:6:\"PayPal\";s:10:\"author_url\";s:19:\"https://paypal.com/\";s:17:\"network_activated\";b:0;}i:12;a:8:{s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:4:\"name\";s:11:\"WooCommerce\";s:7:\"version\";s:6:\"10.2.2\";s:14:\"version_latest\";s:6:\"10.2.2\";s:3:\"url\";s:24:\"https://woocommerce.com/\";s:11:\"author_name\";s:10:\"Automattic\";s:10:\"author_url\";s:23:\"https://woocommerce.com\";s:17:\"network_activated\";b:0;}i:13;a:8:{s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"name\";s:9:\"Yoast SEO\";s:7:\"version\";s:4:\"26.0\";s:14:\"version_latest\";s:4:\"26.0\";s:3:\"url\";s:18:\"https://yoa.st/1uj\";s:11:\"author_name\";s:10:\"Team Yoast\";s:10:\"author_url\";s:18:\"https://yoa.st/1uk\";s:17:\"network_activated\";b:0;}i:14;a:8:{s:6:\"plugin\";s:39:\"wp-file-manager/file_folder_manager.php\";s:4:\"name\";s:15:\"WP File Manager\";s:7:\"version\";s:5:\"8.0.2\";s:14:\"version_latest\";s:5:\"8.0.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wp-file-manager\";s:11:\"author_name\";s:12:\"mndpsingh287\";s:10:\"author_url\";s:43:\"https://profiles.wordpress.org/mndpsingh287\";s:17:\"network_activated\";b:0;}i:15;a:8:{s:6:\"plugin\";s:51:\"wpforms-paypal-commerce/wpforms-paypal-commerce.php\";s:4:\"name\";s:23:\"WPForms PayPal Commerce\";s:7:\"version\";s:6:\"1.13.0\";s:14:\"version_latest\";s:6:\"1.13.0\";s:3:\"url\";s:19:\"https://wpforms.com\";s:11:\"author_name\";s:7:\"WPForms\";s:10:\"author_url\";s:19:\"https://wpforms.com\";s:17:\"network_activated\";b:0;}i:16;a:8:{s:6:\"plugin\";s:51:\"wpforms-paypal-standard/wpforms-paypal-standard.php\";s:4:\"name\";s:23:\"WPForms PayPal Standard\";s:7:\"version\";s:6:\"1.10.0\";s:14:\"version_latest\";s:6:\"1.10.0\";s:3:\"url\";s:19:\"https://wpforms.com\";s:11:\"author_name\";s:7:\"WPForms\";s:10:\"author_url\";s:19:\"https://wpforms.com\";s:17:\"network_activated\";b:0;}i:17;a:8:{s:6:\"plugin\";s:19:\"wpforms/wpforms.php\";s:4:\"name\";s:7:\"WPForms\";s:7:\"version\";s:7:\"1.9.8.1\";s:14:\"version_latest\";s:7:\"1.9.8.1\";s:3:\"url\";s:19:\"https://wpforms.com\";s:11:\"author_name\";s:7:\"WPForms\";s:10:\"author_url\";s:19:\"https://wpforms.com\";s:17:\"network_activated\";b:0;}}','off'),(369629,'_transient_timeout_wc_system_status_inactive_plugins','1759514796','off'),(369630,'_transient_wc_system_status_inactive_plugins','a:0:{}','off'),(369631,'_transient_timeout_wc_system_status_dropins_mu_plugins','1759514796','off'),(369632,'_transient_wc_system_status_dropins_mu_plugins','a:2:{s:7:\"dropins\";a:0:{}s:10:\"mu_plugins\";a:1:{i:0;a:6:{s:6:\"plugin\";s:7:\"sso.php\";s:4:\"name\";s:3:\"SSO\";s:7:\"version\";s:3:\"0.5\";s:3:\"url\";s:0:\"\";s:11:\"author_name\";s:28:\"Garth Mortensen, Mike Hansen\";s:10:\"author_url\";s:0:\"\";}}}','off'),(369633,'_transient_timeout_wc_system_status_theme_info','1759514797','off'),(369634,'_transient_wc_system_status_theme_info','a:14:{s:4:\"name\";s:5:\"eRide\";s:7:\"version\";s:5:\"1.1.5\";s:14:\"version_latest\";i:0;s:10:\"author_url\";s:25:\"https://madrasthemes.com/\";s:14:\"is_child_theme\";b:0;s:14:\"is_block_theme\";b:1;s:23:\"has_woocommerce_support\";b:0;s:20:\"has_woocommerce_file\";b:0;s:22:\"has_outdated_templates\";b:1;s:9:\"overrides\";a:6:{i:0;a:3:{s:4:\"file\";s:92:\"/home3/aggrest5/public_html/wp-content/plugins/woocommerce/templates/block-notices/error.php\";s:7:\"version\";s:5:\"8.6.0\";s:12:\"core_version\";s:5:\"8.6.0\";}i:1;a:3:{s:4:\"file\";s:93:\"/home3/aggrest5/public_html/wp-content/plugins/woocommerce/templates/block-notices/notice.php\";s:7:\"version\";s:5:\"9.5.0\";s:12:\"core_version\";s:6:\"10.2.0\";}i:2;a:3:{s:4:\"file\";s:94:\"/home3/aggrest5/public_html/wp-content/plugins/woocommerce/templates/block-notices/success.php\";s:7:\"version\";s:5:\"8.6.0\";s:12:\"core_version\";s:5:\"8.6.0\";}i:3;a:3:{s:4:\"file\";s:36:\"eride/templates/archive-product.html\";s:7:\"version\";s:0:\"\";s:12:\"core_version\";s:0:\"\";}i:4;a:3:{s:4:\"file\";s:34:\"eride/templates/page-checkout.html\";s:7:\"version\";s:0:\"\";s:12:\"core_version\";s:0:\"\";}i:5;a:3:{s:4:\"file\";s:35:\"eride/templates/single-product.html\";s:7:\"version\";s:0:\"\";s:12:\"core_version\";s:0:\"\";}}s:11:\"parent_name\";s:0:\"\";s:14:\"parent_version\";s:0:\"\";s:21:\"parent_version_latest\";s:0:\"\";s:17:\"parent_author_url\";s:0:\"\";}','off'),(369635,'_transient_timeout_woocommerce_system_status_wp_version_check','1759597597','off'),(369636,'_transient_woocommerce_system_status_wp_version_check','6.8.3','off'),(369671,'_transient_timeout_jetpack_scan_state','1759513576','off'),(369672,'_transient_jetpack_scan_state','O:8:\"stdClass\":4:{s:5:\"state\";s:11:\"unavailable\";s:7:\"threats\";N;s:9:\"has_cloud\";b:0;s:6:\"reason\";s:23:\"missing_scan_capability\";}','off'),(369673,'_transient_timeout_jetpack_jitm_7dd870f2ce17813f91211f797737cbb','1759512076','off'),(369674,'_transient_jetpack_jitm_7dd870f2ce17813f91211f797737cbb','a:1:{s:18:\"last_response_time\";i:1759511776;}','off'),(369676,'_transient_timeout_jetpack_rewind_state','1759513592','off'),(369677,'_transient_jetpack_rewind_state','O:8:\"stdClass\":4:{s:5:\"state\";s:11:\"unavailable\";s:12:\"last_updated\";s:29:\"2025-10-03T17:16:32.083+00:00\";s:6:\"reason\";s:13:\"no_site_found\";s:9:\"has_cloud\";b:0;}','off'),(369689,'_site_transient_timeout_wp_theme_files_patterns-4d70d226d62aad3bb400c7754cb9a0d1','1759513876','off'),(369690,'_site_transient_wp_theme_files_patterns-4d70d226d62aad3bb400c7754cb9a0d1','a:2:{s:7:\"version\";s:5:\"1.1.5\";s:8:\"patterns\";a:58:{s:17:\"about-content.php\";a:5:{s:5:\"title\";s:13:\"About Content\";s:4:\"slug\";s:19:\"eride/about-content\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:2:{i:0;s:5:\"About\";i:1;s:7:\"Content\";}}s:13:\"about-faq.php\";a:5:{s:5:\"title\";s:9:\"About Faq\";s:4:\"slug\";s:15:\"eride/about-faq\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:2:{i:0;s:5:\"About\";i:1;s:3:\"Faq\";}}s:14:\"about-hero.php\";a:5:{s:5:\"title\";s:10:\"About Hero\";s:4:\"slug\";s:16:\"eride/about-hero\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:2:{i:0;s:5:\"About\";i:1;s:4:\"Hero\";}}s:16:\"about-people.php\";a:5:{s:5:\"title\";s:12:\"About People\";s:4:\"slug\";s:18:\"eride/about-people\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:2:{i:0;s:5:\"About\";i:1;s:6:\"People\";}}s:16:\"contact-form.php\";a:5:{s:5:\"title\";s:12:\"Contact Form\";s:4:\"slug\";s:18:\"eride/contact-form\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:2:{i:0;s:7:\"Contact\";i:1;s:4:\"Form\";}}s:15:\"contact-map.php\";a:6:{s:5:\"title\";s:11:\"Contact Map\";s:4:\"slug\";s:17:\"eride/contact-map\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:2:{i:0;s:7:\"Contact\";i:1;s:3:\"Map\";}s:10:\"blockTypes\";a:1:{i:0;s:8:\"core/map\";}}s:17:\"filter-toggle.php\";a:6:{s:5:\"title\";s:22:\"Products Filter Toggle\";s:4:\"slug\";s:28:\"eride/products-filter-toggle\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:6:\"Toggle\";}s:8:\"keywords\";a:1:{i:0;s:6:\"filter\";}s:10:\"blockTypes\";a:1:{i:0;s:12:\"core/content\";}}s:10:\"footer.php\";a:5:{s:5:\"title\";s:6:\"Footer\";s:4:\"slug\";s:12:\"eride/footer\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:6:\"footer\";}s:8:\"keywords\";a:1:{i:0;s:6:\"Footer\";}}s:13:\"header-v2.php\";a:5:{s:5:\"title\";s:9:\"Header v2\";s:4:\"slug\";s:15:\"eride/header-v2\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:6:\"header\";}s:10:\"blockTypes\";a:1:{i:0;s:28:\"core/template-part/header-v2\";}}s:13:\"header-v3.php\";a:5:{s:5:\"title\";s:9:\"Header v3\";s:4:\"slug\";s:15:\"eride/header-v3\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:6:\"header\";}s:10:\"blockTypes\";a:1:{i:0;s:28:\"core/template-part/header-v3\";}}s:13:\"header-v4.php\";a:5:{s:5:\"title\";s:9:\"Header v4\";s:4:\"slug\";s:15:\"eride/header-v4\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:6:\"header\";}s:10:\"blockTypes\";a:1:{i:0;s:28:\"core/template-part/header-v4\";}}s:10:\"header.php\";a:5:{s:5:\"title\";s:6:\"Header\";s:4:\"slug\";s:12:\"eride/header\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:6:\"header\";}s:10:\"blockTypes\";a:1:{i:0;s:25:\"core/template-part/header\";}}s:14:\"hidden-404.php\";a:4:{s:5:\"title\";s:10:\"Hidden 404\";s:4:\"slug\";s:16:\"eride/hidden-404\";s:11:\"description\";s:0:\"\";s:8:\"inserter\";b:0;}s:19:\"hidden-comments.php\";a:4:{s:5:\"title\";s:8:\"Comments\";s:4:\"slug\";s:21:\"eride/hidden-comments\";s:11:\"description\";s:0:\"\";s:8:\"inserter\";b:0;}s:23:\"home-single-product.php\";a:5:{s:5:\"title\";s:19:\"Home Single Product\";s:4:\"slug\";s:25:\"eride/home-single-product\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:3:{i:0;s:4:\"Home\";i:1;s:6:\"Single\";i:2;s:7:\"Product\";}}s:20:\"home-v1-activity.php\";a:5:{s:5:\"title\";s:16:\"Home v1 Activity\";s:4:\"slug\";s:22:\"eride/home-v1-activity\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:3:{i:0;s:4:\"Home\";i:1;s:2:\"v1\";i:2;s:8:\"Activity\";}}s:18:\"home-v1-banner.php\";a:5:{s:5:\"title\";s:14:\"Home v1 Banner\";s:4:\"slug\";s:20:\"eride/home-v1-banner\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:3:{i:0;s:4:\"Home\";i:1;s:2:\"v1\";i:2;s:6:\"Banner\";}}s:15:\"home-v1-faq.php\";a:5:{s:5:\"title\";s:11:\"Home v1 FAQ\";s:4:\"slug\";s:17:\"eride/home-v1-faq\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:3:{i:0;s:4:\"Home\";i:1;s:2:\"v1\";i:2;s:3:\"FAQ\";}}s:19:\"home-v1-feature.php\";a:5:{s:5:\"title\";s:15:\"Home v1 Feature\";s:4:\"slug\";s:21:\"eride/home-v1-feature\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:3:{i:0;s:4:\"Home\";i:1;s:2:\"v1\";i:2;s:7:\"Feature\";}}s:16:\"home-v1-hero.php\";a:5:{s:5:\"title\";s:12:\"Home v1 Hero\";s:4:\"slug\";s:18:\"eride/home-v1-hero\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:3:{i:0;s:4:\"Home\";i:1;s:2:\"v1\";i:2;s:4:\"Hero\";}}s:31:\"home-v1-product-accessories.php\";a:5:{s:5:\"title\";s:27:\"Home v1 Product Accessories\";s:4:\"slug\";s:33:\"eride/home-v1-product-accessories\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:4:{i:0;s:4:\"Home\";i:1;s:2:\"v1\";i:2;s:7:\"Product\";i:3;s:11:\"Accessories\";}}s:23:\"home-v1-signup-form.php\";a:5:{s:5:\"title\";s:19:\"Home v1 Signup Form\";s:4:\"slug\";s:25:\"eride/home-v1-signup-form\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:4:{i:0;s:4:\"Home\";i:1;s:2:\"v1\";i:2;s:6:\"Signup\";i:3;s:4:\"Form\";}}s:28:\"home-v1-single-product-1.php\";a:5:{s:5:\"title\";s:24:\"Home v1 Single Product-1\";s:4:\"slug\";s:30:\"eride/home-v1-single-product-1\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:4:{i:0;s:4:\"Home\";i:1;s:2:\"v1\";i:2;s:6:\"Single\";i:3;s:9:\"Product-1\";}}s:28:\"home-v1-single-product-2.php\";a:5:{s:5:\"title\";s:24:\"Home v1 Single Product-2\";s:4:\"slug\";s:30:\"eride/home-v1-single-product-2\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:4:{i:0;s:4:\"Home\";i:1;s:2:\"v1\";i:2;s:6:\"Single\";i:3;s:9:\"Product-2\";}}s:28:\"home-v1-single-product-3.php\";a:5:{s:5:\"title\";s:24:\"Home v1 Single Product-3\";s:4:\"slug\";s:30:\"eride/home-v1-single-product-3\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:4:{i:0;s:4:\"Home\";i:1;s:2:\"v1\";i:2;s:6:\"Single\";i:3;s:9:\"Product-3\";}}s:23:\"home-v1-testimonial.php\";a:5:{s:5:\"title\";s:19:\"Home v1 Testimonial\";s:4:\"slug\";s:25:\"eride/home-v1-testimonial\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:3:{i:0;s:4:\"Home\";i:1;s:2:\"v1\";i:2;s:11:\"Testimonial\";}}s:27:\"home-v1-weekly-products.php\";a:5:{s:5:\"title\";s:23:\"Home v1 Weekly Products\";s:4:\"slug\";s:29:\"eride/home-v1-weekly-products\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:4:{i:0;s:4:\"Home\";i:1;s:2:\"v1\";i:2;s:6:\"Weekly\";i:3;s:8:\"Products\";}}s:20:\"home-v2-banner-1.php\";a:5:{s:5:\"title\";s:16:\"Home v2 Banner-1\";s:4:\"slug\";s:22:\"eride/home-v2-banner-1\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:3:{i:0;s:4:\"Home\";i:1;s:2:\"v2\";i:2;s:8:\"Banner-1\";}}s:20:\"home-v2-banner-2.php\";a:5:{s:5:\"title\";s:16:\"Home v2 Banner-2\";s:4:\"slug\";s:22:\"eride/home-v2-banner-2\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:3:{i:0;s:4:\"Home\";i:1;s:2:\"v2\";i:2;s:8:\"Banner-2\";}}s:18:\"home-v2-banner.php\";a:5:{s:5:\"title\";s:14:\"Home v2 Banner\";s:4:\"slug\";s:20:\"eride/home-v2-banner\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:3:{i:0;s:4:\"Home\";i:1;s:2:\"v2\";i:2;s:6:\"Banner\";}}s:22:\"home-v2-blog-posts.php\";a:5:{s:5:\"title\";s:18:\"Home v2 Blog Posts\";s:4:\"slug\";s:24:\"eride/home-v2-blog-posts\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:4:{i:0;s:4:\"Home\";i:1;s:2:\"v2\";i:2;s:4:\"Blog\";i:3;s:5:\"Posts\";}}s:26:\"home-v2-deals-of-weeks.php\";a:5:{s:5:\"title\";s:22:\"Home v2 Deals of Weeks\";s:4:\"slug\";s:28:\"eride/home-v2-deals-of-weeks\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:5:{i:0;s:4:\"Home\";i:1;s:2:\"v2\";i:2;s:5:\"Deals\";i:3;s:2:\"of\";i:4;s:5:\"Weeks\";}}s:16:\"home-v2-hero.php\";a:5:{s:5:\"title\";s:12:\"Home v2 Hero\";s:4:\"slug\";s:18:\"eride/home-v2-hero\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:3:{i:0;s:4:\"Home\";i:1;s:2:\"v2\";i:2;s:4:\"Hero\";}}s:33:\"home-v2-just-arrived-products.php\";a:5:{s:5:\"title\";s:20:\"Home v2 Just Arrived\";s:4:\"slug\";s:26:\"eride/home-v2-just-arrived\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:4:{i:0;s:4:\"Home\";i:1;s:2:\"v2\";i:2;s:4:\"Just\";i:3;s:7:\"Arrived\";}}s:23:\"home-v2-testimonial.php\";a:5:{s:5:\"title\";s:19:\"Home v2 Testimonial\";s:4:\"slug\";s:25:\"eride/home-v2-testimonial\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:3:{i:0;s:4:\"Home\";i:1;s:2:\"v2\";i:2;s:11:\"Testimonial\";}}s:17:\"home-v2-video.php\";a:5:{s:5:\"title\";s:13:\"Home v2 Video\";s:4:\"slug\";s:19:\"eride/home-v2-video\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:3:{i:0;s:4:\"Home\";i:1;s:2:\"v2\";i:2;s:5:\"Video\";}}s:15:\"home-v3-ads.php\";a:5:{s:5:\"title\";s:11:\"Home v3 Ads\";s:4:\"slug\";s:17:\"eride/home-v3-ads\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:3:{i:0;s:4:\"Home\";i:1;s:2:\"v3\";i:2;s:3:\"Ads\";}}s:20:\"home-v3-banner-1.php\";a:5:{s:5:\"title\";s:16:\"Home v3 Banner-1\";s:4:\"slug\";s:22:\"eride/home-v3-banner-1\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:3:{i:0;s:4:\"Home\";i:1;s:2:\"v3\";i:2;s:8:\"Banner-1\";}}s:20:\"home-v3-banner-2.php\";a:5:{s:5:\"title\";s:16:\"Home v3 Banner-2\";s:4:\"slug\";s:22:\"eride/home-v3-banner-2\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:3:{i:0;s:4:\"Home\";i:1;s:2:\"v3\";i:2;s:8:\"Banner-2\";}}s:34:\"home-v3-banner-with-products-1.php\";a:5:{s:5:\"title\";s:30:\"Home v3 Banner With Products-1\";s:4:\"slug\";s:36:\"eride/home-v3-banner-with-products-1\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:5:{i:0;s:4:\"Home\";i:1;s:2:\"v3\";i:2;s:6:\"Banner\";i:3;s:4:\"With\";i:4;s:10:\"Products-1\";}}s:34:\"home-v3-banner-with-products-2.php\";a:5:{s:5:\"title\";s:30:\"Home v3 Banner With Products-2\";s:4:\"slug\";s:36:\"eride/home-v3-banner-with-products-2\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:5:{i:0;s:4:\"Home\";i:1;s:2:\"v3\";i:2;s:6:\"Banner\";i:3;s:4:\"With\";i:4;s:10:\"Products-2\";}}s:34:\"home-v3-banner-with-products-3.php\";a:5:{s:5:\"title\";s:30:\"Home v3 Banner With Products-3\";s:4:\"slug\";s:36:\"eride/home-v3-banner-with-products-3\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:5:{i:0;s:4:\"Home\";i:1;s:2:\"v3\";i:2;s:6:\"Banner\";i:3;s:4:\"With\";i:4;s:10:\"Products-3\";}}s:28:\"home-v3-deal-of-the-week.php\";a:5:{s:5:\"title\";s:24:\"Home v3 Deal Of The Week\";s:4:\"slug\";s:30:\"eride/home-v3-deal-of-the-week\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:6:{i:0;s:4:\"Home\";i:1;s:2:\"v3\";i:2;s:4:\"Deal\";i:3;s:2:\"Of\";i:4;s:3:\"The\";i:5;s:4:\"Week\";}}s:16:\"home-v3-hero.php\";a:5:{s:5:\"title\";s:12:\"Home v3 Hero\";s:4:\"slug\";s:18:\"eride/home-v3-hero\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:3:{i:0;s:4:\"Home\";i:1;s:2:\"v3\";i:2;s:4:\"Hero\";}}s:26:\"home-v3-other-products.php\";a:5:{s:5:\"title\";s:22:\"Home v3 Other Products\";s:4:\"slug\";s:28:\"eride/home-v3-other-products\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:4:{i:0;s:4:\"Home\";i:1;s:2:\"v3\";i:2;s:5:\"Other\";i:3;s:8:\"Products\";}}s:18:\"home-v4-banner.php\";a:5:{s:5:\"title\";s:14:\"Home v4 Banner\";s:4:\"slug\";s:20:\"eride/home-v4-banner\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:3:{i:0;s:4:\"Home\";i:1;s:2:\"v4\";i:2;s:6:\"Banner\";}}s:16:\"home-v4-hero.php\";a:5:{s:5:\"title\";s:12:\"Home v4 Hero\";s:4:\"slug\";s:18:\"eride/home-v4-hero\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:3:{i:0;s:4:\"Home\";i:1;s:2:\"v4\";i:2;s:4:\"Hero\";}}s:28:\"home-v4-single-product-1.php\";a:5:{s:5:\"title\";s:24:\"Home v4 Single Product-1\";s:4:\"slug\";s:30:\"eride/home-v4-single-product-1\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:4:{i:0;s:4:\"Home\";i:1;s:2:\"v4\";i:2;s:6:\"Single\";i:3;s:9:\"Product-1\";}}s:28:\"home-v4-single-product-2.php\";a:5:{s:5:\"title\";s:24:\"Home v4 Single Product-2\";s:4:\"slug\";s:30:\"eride/home-v4-single-product-2\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:4:{i:0;s:4:\"Home\";i:1;s:2:\"v4\";i:2;s:6:\"Single\";i:3;s:9:\"Product-2\";}}s:27:\"home-v4-weekly-products.php\";a:5:{s:5:\"title\";s:23:\"Home v4 Weekly Products\";s:4:\"slug\";s:29:\"eride/home-v4-weekly-products\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:4:{i:0;s:4:\"Home\";i:1;s:2:\"v4\";i:2;s:6:\"Weekly\";i:3;s:8:\"Products\";}}s:13:\"list-hero.php\";a:5:{s:5:\"title\";s:9:\"List Hero\";s:4:\"slug\";s:15:\"eride/list-hero\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:2:{i:0;s:4:\"List\";i:1;s:4:\"Hero\";}}s:17:\"our-favorites.php\";a:5:{s:5:\"title\";s:13:\"Our Favorites\";s:4:\"slug\";s:19:\"eride/our-favorites\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:8:\"featured\";}s:8:\"keywords\";a:2:{i:0;s:3:\"Our\";i:1;s:9:\"Favorites\";}}s:20:\"product-activity.php\";a:6:{s:5:\"title\";s:16:\"Product Activity\";s:4:\"slug\";s:22:\"eride/product-activity\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:5:\"query\";}s:8:\"keywords\";a:1:{i:0;s:6:\"button\";}s:10:\"blockTypes\";a:1:{i:0;s:35:\"core/template-part/product-activity\";}}s:22:\"product-features-2.php\";a:6:{s:5:\"title\";s:18:\"Product Features 2\";s:4:\"slug\";s:24:\"eride/product-features-2\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:5:\"query\";}s:8:\"keywords\";a:1:{i:0;s:6:\"filter\";}s:10:\"blockTypes\";a:1:{i:0;s:37:\"core/template-part/product-features-2\";}}s:22:\"product-features-3.php\";a:6:{s:5:\"title\";s:18:\"Product Features 3\";s:4:\"slug\";s:24:\"eride/product-features-3\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:5:\"query\";}s:8:\"keywords\";a:1:{i:0;s:6:\"filter\";}s:10:\"blockTypes\";a:1:{i:0;s:37:\"core/template-part/product-features-3\";}}s:20:\"product-features.php\";a:6:{s:5:\"title\";s:16:\"Product Features\";s:4:\"slug\";s:22:\"eride/product-features\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:5:\"query\";}s:8:\"keywords\";a:1:{i:0;s:6:\"filter\";}s:10:\"blockTypes\";a:1:{i:0;s:35:\"core/template-part/product-features\";}}s:19:\"products-filter.php\";a:6:{s:5:\"title\";s:15:\"Products Filter\";s:4:\"slug\";s:21:\"eride/products-filter\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:5:\"query\";}s:8:\"keywords\";a:1:{i:0;s:6:\"filter\";}s:10:\"blockTypes\";a:1:{i:0;s:34:\"core/template-part/products-filter\";}}s:15:\"single-desc.php\";a:6:{s:5:\"title\";s:19:\"Single Product Desc\";s:4:\"slug\";s:17:\"eride/single-desc\";s:11:\"description\";s:0:\"\";s:10:\"categories\";a:1:{i:0;s:5:\"query\";}s:8:\"keywords\";a:1:{i:0;s:6:\"filter\";}s:10:\"blockTypes\";a:1:{i:0;s:30:\"core/template-part/single-desc\";}}}}','off'),(369695,'_transient_timeout_wpseo_total_unindexed_posts_limited','1759513063','off'),(369696,'_transient_wpseo_total_unindexed_posts_limited','0','off'),(369697,'_transient_timeout_wpseo_total_unindexed_terms_limited','1759513063','off'),(369698,'_transient_wpseo_total_unindexed_terms_limited','0','off'),(369702,'_transient_timeout_jetpack_jitm_c886d9b061c63a2023073985f1d4f92','1759512466','off'),(369703,'_transient_jetpack_jitm_c886d9b061c63a2023073985f1d4f92','a:1:{s:18:\"last_response_time\";i:1759512166;}','off'),(369705,'_transient_timeout_jetpack_jitm_bdb83596b402b18679eb01a9f5e5e9d','1759512469','off'),(369706,'_transient_jetpack_jitm_bdb83596b402b18679eb01a9f5e5e9d','a:1:{s:18:\"last_response_time\";i:1759512169;}','off'),(369709,'_transient_timeout_jetpack_jitm_b13f5f525477506f44bbaa1c9b806b1','1759512477','off'),(369710,'_transient_jetpack_jitm_b13f5f525477506f44bbaa1c9b806b1','a:1:{s:18:\"last_response_time\";i:1759512177;}','off'),(369737,'jetpack_xmlrpc_errors','a:1:{s:15:\"malformed_token\";b:1;}','off'),(369738,'_transient_timeout_jetpack_connection_error_reporting_gate_malformed_token','1759516375','off'),(369739,'_transient_jetpack_connection_error_reporting_gate_malformed_token','1','off'),(369746,'_transient_timeout_jetpack_jitm_96b14f10742fe54cbd94e7879f1dc77','1759513112','off'),(369747,'_transient_jetpack_jitm_96b14f10742fe54cbd94e7879f1dc77','a:1:{s:18:\"last_response_time\";i:1759512812;}','off'),(369762,'_transient_timeout_jetpack_jitm_5108cc5cda506f08e81106d1d75ee09','1759513220','off'),(369763,'_transient_jetpack_jitm_5108cc5cda506f08e81106d1d75ee09','a:1:{s:18:\"last_response_time\";i:1759512920;}','off'),(369764,'_transient_timeout_my-jetpack-site-features','1759512935','off'),(369765,'_transient_my-jetpack-site-features','a:2:{s:6:\"active\";a:20:{i:0;s:12:\"advanced-seo\";i:1;s:3:\"cdn\";i:2;s:9:\"donations\";i:3;s:14:\"multistep-form\";i:4;s:14:\"install-themes\";i:5;s:17:\"jetpack-dashboard\";i:6;s:18:\"recurring-payments\";i:7;s:11:\"republicize\";i:8;s:17:\"security-settings\";i:9;s:17:\"seo-preview-tools\";i:10;s:14:\"send-a-message\";i:11;s:18:\"social-shares-1000\";i:12;s:29:\"social-connections-management\";i:13;s:18:\"upload-audio-files\";i:14;s:18:\"upload-video-files\";i:15;s:15:\"whatsapp-button\";i:16;s:25:\"social-image-auto-convert\";i:17;s:17:\"social-admin-page\";i:18;s:19:\"social-share-status\";i:19;s:21:\"social-editor-preview\";}s:9:\"available\";O:8:\"stdClass\":49:{s:7:\"akismet\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:8:\"antispam\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:7:\"backups\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:13:\"backups-daily\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:8:\"calendly\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:20:\"cloudflare-analytics\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:14:\"cloudflare-cdn\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:10:\"core/audio\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:10:\"core/cover\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:10:\"core/video\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:17:\"full-activity-log\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:16:\"google-analytics\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:9:\"opentable\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:16:\"priority_support\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:4:\"scan\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:15:\"simple-payments\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:28:\"subscriber-unlimited-imports\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:7:\"support\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:29:\"vaultpress-automated-restores\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:25:\"vaultpress-backup-archive\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:18:\"vaultpress-backups\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:24:\"vaultpress-storage-space\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:13:\"video-hosting\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:10:\"videopress\";a:8:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:16:\"jetpack_complete\";i:7;s:24:\"jetpack_complete_monthly\";}s:22:\"videopress-1tb-storage\";a:6:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";}s:16:\"videopress/video\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:7:\"wordads\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:15:\"wordads-jetpack\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:6:\"search\";a:4:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:16:\"jetpack_complete\";i:3;s:24:\"jetpack_complete_monthly\";}s:18:\"google-my-business\";a:11:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:25:\"jetpack_security_realtime\";i:3;s:33:\"jetpack_security_realtime_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";i:6;s:29:\"jetpack_security_t1_bi_yearly\";i:7;s:26:\"jetpack_security_t1_yearly\";i:8;s:27:\"jetpack_security_t1_monthly\";i:9;s:26:\"jetpack_security_t2_yearly\";i:10;s:27:\"jetpack_security_t2_monthly\";}s:9:\"polldaddy\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:15:\"personal-themes\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:14:\"premium-themes\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:17:\"real-time-backups\";a:11:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:25:\"jetpack_security_realtime\";i:3;s:33:\"jetpack_security_realtime_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";i:6;s:29:\"jetpack_security_t1_bi_yearly\";i:7;s:26:\"jetpack_security_t1_yearly\";i:8;s:27:\"jetpack_security_t1_monthly\";i:9;s:26:\"jetpack_security_t2_yearly\";i:10;s:27:\"jetpack_security_t2_monthly\";}s:10:\"stats-paid\";a:4:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:16:\"jetpack_complete\";i:3;s:24:\"jetpack_complete_monthly\";}s:16:\"stats-commercial\";a:4:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:16:\"jetpack_complete\";i:3;s:24:\"jetpack_complete_monthly\";}s:28:\"vaultpress-security-scanning\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:12:\"ai-assistant\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:15:\"ai-seo-enhancer\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:18:\"cloud-critical-css\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:20:\"cornerstone-10-pages\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:10:\"field-file\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:14:\"image-cdn-liar\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:17:\"image-cdn-quality\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:19:\"image-size-analysis\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:14:\"instant-search\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:19:\"performance-history\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:26:\"social-enhanced-publishing\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:22:\"social-image-generator\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}}}','off'),(369766,'_transient_timeout_wc_addons_featured','1759599320','off'),(369767,'jetpack_site_products','a:0:{}','on'),(369768,'_transient_wc_addons_featured','a:1:{s:5:\"en_US\";a:8:{i:0;O:8:\"stdClass\":11:{s:4:\"type\";s:5:\"group\";s:2:\"id\";s:22:\"discover-our-favorites\";s:5:\"title\";s:28:\"Curated picks for your store\";s:11:\"description\";s:105:\"Explore our curated selection of standout extensions to boost sales and streamline your store operations.\";s:3:\"url\";N;s:8:\"url_text\";N;s:8:\"url_type\";N;s:8:\"capacity\";i:12;s:8:\"cardType\";s:7:\"compact\";s:8:\"itemType\";s:9:\"extension\";s:5:\"items\";a:12:{i:0;O:8:\"stdClass\":24:{s:2:\"id\";i:7623964;s:5:\"title\";s:22:\"Google for WooCommerce\";s:11:\"description\";s:152:\"Promote your products across Google — from Search to YouTube and beyond — so you can reach the right customers to make the most of your peak season.\";s:10:\"vendorName\";s:3:\"Woo\";s:9:\"vendorUrl\";s:43:\"https://woocommerce.com/vendor/woocommerce/\";s:4:\"icon\";s:83:\"https://woocommerce.com/wp-content/uploads/2021/06/woo-GoogleListingsAds-jworee.png\";s:5:\"image\";s:90:\"https://woocommerce.com/wp-content/uploads/2021/06/Marketplace_card_Google.png?fit=764,573\";s:3:\"url\";s:148:\"https://woocommerce.com/products/google-listings-and-ads/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons&in_app_label=promoted\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:0;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";d:4.20000000000000017763568394002504646778106689453125;s:12:\"reviewsCount\";i:149;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:0;s:4:\"slug\";s:23:\"google-listings-and-ads\";s:9:\"countries\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Worldwide\";s:4:\"flag\";s:1143:\"<span class=\"gridicon\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n	<rect x=\"0\" fill=\"none\" width=\"24\" height=\"24\"/>\n	<g>\n		<path\n			d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z\"/>\n	</g>\n</svg></span>\";s:4:\"slug\";s:9:\"worldwide\";}}s:5:\"label\";s:8:\"promoted\";s:13:\"primary_color\";s:7:\"#000000\";s:10:\"text_color\";s:7:\"#ffffff\";s:6:\"button\";s:12:\"View Details\";}i:1;O:8:\"stdClass\":24:{s:2:\"id\";i:2127297;s:5:\"title\";s:8:\"Facebook\";s:11:\"description\";s:81:\"Reach your customers across Facebook and Instagram using this official extension.\";s:10:\"vendorName\";s:8:\"Facebook\";s:9:\"vendorUrl\";s:40:\"https://woocommerce.com/vendor/facebook/\";s:4:\"icon\";s:67:\"https://woocommerce.com/wp-content/uploads/2017/04/fb-woodotcom.png\";s:5:\"image\";s:85:\"https://woocommerce.com/wp-content/uploads/2020/06/Logo-Facebook-Dark.png?fit=764,573\";s:3:\"url\";s:133:\"https://woocommerce.com/products/facebook/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons&in_app_label=promoted\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:0;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";d:2.70000000000000017763568394002504646778106689453125;s:12:\"reviewsCount\";i:128;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:0;s:4:\"slug\";s:24:\"facebook-for-woocommerce\";s:9:\"countries\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Worldwide\";s:4:\"flag\";s:1143:\"<span class=\"gridicon\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n	<rect x=\"0\" fill=\"none\" width=\"24\" height=\"24\"/>\n	<g>\n		<path\n			d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z\"/>\n	</g>\n</svg></span>\";s:4:\"slug\";s:9:\"worldwide\";}}s:5:\"label\";s:8:\"promoted\";s:13:\"primary_color\";s:7:\"#0766ff\";s:10:\"text_color\";s:7:\"#ffffff\";s:6:\"button\";s:12:\"View Details\";}i:2;O:8:\"stdClass\":24:{s:2:\"id\";i:18627;s:5:\"title\";s:6:\"Stripe\";s:11:\"description\";s:51:\"Maximize revenue with the new checkout from Stripe.\";s:10:\"vendorName\";s:6:\"Stripe\";s:9:\"vendorUrl\";s:38:\"https://woocommerce.com/vendor/stripe/\";s:4:\"icon\";s:77:\"https://woocommerce.com/wp-content/uploads/2011/12/stripe-app-icon-7m1xi7.png\";s:5:\"image\";s:85:\"https://woocommerce.com/wp-content/uploads/2020/06/Logo-Stripe-Dark-1.png?fit=764,573\";s:3:\"url\";s:131:\"https://woocommerce.com/products/stripe/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons&in_app_label=promoted\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:0;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";d:3.70000000000000017763568394002504646778106689453125;s:12:\"reviewsCount\";i:47;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:0;s:4:\"slug\";s:26:\"woocommerce-gateway-stripe\";s:9:\"countries\";a:45:{i:0;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1607;s:4:\"name\";s:9:\"Australia\";s:4:\"slug\";s:9:\"australia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1120;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:32;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇦🇺\";s:12:\"country_code\";s:2:\"au\";}i:1;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1499;s:4:\"name\";s:7:\"Austria\";s:4:\"slug\";s:7:\"austria\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1557;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:22;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇦🇹\";s:12:\"country_code\";s:2:\"at\";}i:2;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1618;s:4:\"name\";s:7:\"Belgium\";s:4:\"slug\";s:7:\"belgium\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1145;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:22;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇧🇪\";s:12:\"country_code\";s:2:\"be\";}i:3;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1616;s:4:\"name\";s:6:\"Brazil\";s:4:\"slug\";s:6:\"brazil\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1143;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:10;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇧🇷\";s:12:\"country_code\";s:2:\"br\";}i:4;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1823;s:4:\"name\";s:8:\"Bulgaria\";s:4:\"slug\";s:8:\"bulgaria\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1845;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:11;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇧🇬\";s:12:\"country_code\";s:2:\"bg\";}i:5;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1611;s:4:\"name\";s:6:\"Canada\";s:4:\"slug\";s:6:\"canada\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1134;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:32;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇨🇦\";s:12:\"country_code\";s:2:\"ca\";}i:6;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1332;s:4:\"name\";s:7:\"Croatia\";s:4:\"slug\";s:7:\"croatia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1381;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:13;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇭🇷\";s:12:\"country_code\";s:2:\"hr\";}i:7;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1899;s:4:\"name\";s:6:\"Cyprus\";s:4:\"slug\";s:6:\"cyprus\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1921;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:12;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇨🇾\";s:12:\"country_code\";s:2:\"cy\";}i:8;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1262;s:4:\"name\";s:14:\"Czech Republic\";s:4:\"slug\";s:14:\"czech-republic\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1305;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:15;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇨🇿\";s:12:\"country_code\";s:2:\"cz\";}i:9;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1112;s:4:\"name\";s:7:\"Denmark\";s:4:\"slug\";s:7:\"denmark\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1141;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:19;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇩🇰\";s:12:\"country_code\";s:2:\"dk\";}i:10;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1824;s:4:\"name\";s:7:\"Estonia\";s:4:\"slug\";s:7:\"estonia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1846;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:10;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇪🇪\";s:12:\"country_code\";s:2:\"ee\";}i:11;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1104;s:4:\"name\";s:7:\"Finland\";s:4:\"slug\";s:7:\"finland\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1133;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:17;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇫🇮\";s:12:\"country_code\";s:2:\"fi\";}i:12;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1622;s:4:\"name\";s:6:\"France\";s:4:\"slug\";s:6:\"france\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1331;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:29;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇫🇷\";s:12:\"country_code\";s:2:\"fr\";}i:13;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1615;s:4:\"name\";s:7:\"Germany\";s:4:\"slug\";s:7:\"germany\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1142;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:32;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇩🇪\";s:12:\"country_code\";s:2:\"de\";}i:14;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1900;s:4:\"name\";s:9:\"Gibraltar\";s:4:\"slug\";s:9:\"gibraltar\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1922;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:6;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇬🇮\";s:12:\"country_code\";s:2:\"gi\";}i:15;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1901;s:4:\"name\";s:6:\"Greece\";s:4:\"slug\";s:6:\"greece\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1923;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:18;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇬🇷\";s:12:\"country_code\";s:2:\"gr\";}i:16;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1268;s:4:\"name\";s:9:\"Hong Kong\";s:4:\"slug\";s:9:\"hong-kong\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1313;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:10;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇭🇰\";s:12:\"country_code\";s:2:\"hk\";}i:17;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1263;s:4:\"name\";s:7:\"Hungary\";s:4:\"slug\";s:7:\"hungary\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1306;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:14;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇭🇺\";s:12:\"country_code\";s:2:\"hu\";}i:18;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1620;s:4:\"name\";s:5:\"India\";s:4:\"slug\";s:5:\"india\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1146;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:10;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇮🇳\";s:12:\"country_code\";s:2:\"in\";}i:19;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1629;s:4:\"name\";s:7:\"Ireland\";s:4:\"slug\";s:7:\"ireland\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1308;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:23;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇮🇪\";s:12:\"country_code\";s:2:\"ie\";}i:20;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1406;s:4:\"name\";s:5:\"Italy\";s:4:\"slug\";s:5:\"italy\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1462;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:21;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇮🇹\";s:12:\"country_code\";s:2:\"it\";}i:21;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1261;s:4:\"name\";s:5:\"Japan\";s:4:\"slug\";s:5:\"japan\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1303;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:10;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇯🇵\";s:12:\"country_code\";s:2:\"jp\";}i:22;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1825;s:4:\"name\";s:6:\"Latvia\";s:4:\"slug\";s:6:\"latvia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1847;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:10;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇱🇻\";s:12:\"country_code\";s:2:\"lv\";}i:23;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1905;s:4:\"name\";s:13:\"Liechtenstein\";s:4:\"slug\";s:13:\"liechtenstein\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1927;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:8;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇱🇮\";s:12:\"country_code\";s:2:\"li\";}i:24;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1827;s:4:\"name\";s:9:\"Lithuania\";s:4:\"slug\";s:9:\"lithuania\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1849;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:11;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇱🇹\";s:12:\"country_code\";s:2:\"lt\";}i:25;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1826;s:4:\"name\";s:10:\"Luxembourg\";s:4:\"slug\";s:10:\"luxembourg\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1848;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:12;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇱🇺\";s:12:\"country_code\";s:2:\"lu\";}i:26;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1118;s:4:\"name\";s:8:\"Malaysia\";s:4:\"slug\";s:8:\"malaysia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1147;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:12;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇲🇾\";s:12:\"country_code\";s:2:\"my\";}i:27;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1906;s:4:\"name\";s:5:\"Malta\";s:4:\"slug\";s:5:\"malta\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1928;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:11;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇲🇹\";s:12:\"country_code\";s:2:\"mt\";}i:28;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1266;s:4:\"name\";s:6:\"Mexico\";s:4:\"slug\";s:6:\"mexico\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1309;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:12;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇲🇽\";s:12:\"country_code\";s:2:\"mx\";}i:29;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1613;s:4:\"name\";s:11:\"Netherlands\";s:4:\"slug\";s:11:\"netherlands\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1137;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:22;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇳🇱\";s:12:\"country_code\";s:2:\"nl\";}i:30;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1614;s:4:\"name\";s:11:\"New Zealand\";s:4:\"slug\";s:11:\"new-zealand\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1138;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:22;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇳🇿\";s:12:\"country_code\";s:2:\"nz\";}i:31;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1111;s:4:\"name\";s:6:\"Norway\";s:4:\"slug\";s:6:\"norway\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1140;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:16;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇳🇴\";s:12:\"country_code\";s:2:\"no\";}i:32;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1107;s:4:\"name\";s:6:\"Poland\";s:4:\"slug\";s:6:\"poland\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1136;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:16;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇵🇱\";s:12:\"country_code\";s:2:\"pl\";}i:33;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1110;s:4:\"name\";s:8:\"Portugal\";s:4:\"slug\";s:8:\"portugal\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1139;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:18;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇵🇹\";s:12:\"country_code\";s:2:\"pt\";}i:34;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1908;s:4:\"name\";s:7:\"Romania\";s:4:\"slug\";s:7:\"romania\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1930;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:13;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇷🇴\";s:12:\"country_code\";s:2:\"ro\";}i:35;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1625;s:4:\"name\";s:9:\"Singapore\";s:4:\"slug\";s:9:\"singapore\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1311;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:14;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇸🇬\";s:12:\"country_code\";s:2:\"sg\";}i:36;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1500;s:4:\"name\";s:8:\"Slovakia\";s:4:\"slug\";s:8:\"slovakia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1558;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:13;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇸🇰\";s:12:\"country_code\";s:2:\"sk\";}i:37;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1828;s:4:\"name\";s:8:\"Slovenia\";s:4:\"slug\";s:8:\"slovenia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1850;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:11;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇸🇮\";s:12:\"country_code\";s:2:\"si\";}i:38;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1624;s:4:\"name\";s:5:\"Spain\";s:4:\"slug\";s:5:\"spain\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1259;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:28;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇪🇸\";s:12:\"country_code\";s:2:\"es\";}i:39;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1103;s:4:\"name\";s:6:\"Sweden\";s:4:\"slug\";s:6:\"sweden\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1132;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:18;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇸🇪\";s:12:\"country_code\";s:2:\"se\";}i:40;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1617;s:4:\"name\";s:11:\"Switzerland\";s:4:\"slug\";s:11:\"switzerland\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1144;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:14;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇨🇭\";s:12:\"country_code\";s:2:\"ch\";}i:41;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22859;s:4:\"name\";s:8:\"Thailand\";s:4:\"slug\";s:8:\"thailand\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22881;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:8;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇹🇭\";s:12:\"country_code\";s:2:\"th\";}i:42;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1626;s:4:\"name\";s:20:\"United Arab Emirates\";s:4:\"slug\";s:20:\"united-arab-emirates\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1312;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:8;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇦🇪\";s:12:\"country_code\";s:2:\"ae\";}i:43;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1092;s:4:\"name\";s:14:\"United Kingdom\";s:4:\"slug\";s:14:\"united-kingdom\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1121;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:38;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇬🇧\";s:12:\"country_code\";s:2:\"gb\";}i:44;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1093;s:4:\"name\";s:13:\"United States\";s:4:\"slug\";s:13:\"united-states\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1122;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:53;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇺🇸\";s:12:\"country_code\";s:2:\"us\";}}s:5:\"label\";s:8:\"promoted\";s:13:\"primary_color\";s:7:\"#7f23db\";s:10:\"text_color\";s:7:\"#ffffff\";s:6:\"button\";s:12:\"View Details\";}i:3;O:8:\"stdClass\":20:{s:2:\"id\";i:8688768;s:5:\"title\";s:9:\"Pinterest\";s:11:\"description\";s:154:\"Get your products in front of Pinterest users searching for ideas and things to buy. Connect your WooCommerce store to make your entire catalog browsable.\";s:10:\"vendorName\";s:3:\"Woo\";s:9:\"vendorUrl\";s:43:\"https://woocommerce.com/vendor/woocommerce/\";s:4:\"icon\";s:69:\"https://woocommerce.com/wp-content/uploads/2021/10/icon@2x-pe5lqg.png\";s:5:\"image\";s:93:\"https://woocommerce.com/wp-content/uploads/2021/10/Marketplace_card_Pinterest.png?fit=764,573\";s:3:\"url\";s:128:\"https://woocommerce.com/products/pinterest-for-woocommerce/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:0;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";i:4;s:12:\"reviewsCount\";i:24;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:0;s:4:\"slug\";s:25:\"pinterest-for-woocommerce\";s:9:\"countries\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Worldwide\";s:4:\"flag\";s:1143:\"<span class=\"gridicon\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n	<rect x=\"0\" fill=\"none\" width=\"24\" height=\"24\"/>\n	<g>\n		<path\n			d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z\"/>\n	</g>\n</svg></span>\";s:4:\"slug\";s:9:\"worldwide\";}}}i:4;O:8:\"stdClass\":20:{s:2:\"id\";i:3866145;s:5:\"title\";s:50:\"Google, Facebook, Retargeting all-in-one Marketing\";s:11:\"description\";s:69:\"Reach beyond your competition and grow your store sales in 5 Minutes.\";s:10:\"vendorName\";s:6:\"Kliken\";s:9:\"vendorUrl\";s:38:\"https://woocommerce.com/vendor/kliken/\";s:4:\"icon\";s:81:\"https://woocommerce.com/wp-content/uploads/2019/02/Woo-Extension-Logo-80x80-2.png\";s:5:\"image\";s:85:\"https://woocommerce.com/wp-content/uploads/2019/02/Woo-Extension-Logo.png?fit=764,573\";s:3:\"url\";s:127:\"https://woocommerce.com/products/google-ads-and-marketing/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:0;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";d:4.29999999999999982236431605997495353221893310546875;s:12:\"reviewsCount\";i:120;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:0;s:4:\"slug\";s:27:\"kliken-marketing-for-google\";s:9:\"countries\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Worldwide\";s:4:\"flag\";s:1143:\"<span class=\"gridicon\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n	<rect x=\"0\" fill=\"none\" width=\"24\" height=\"24\"/>\n	<g>\n		<path\n			d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z\"/>\n	</g>\n</svg></span>\";s:4:\"slug\";s:9:\"worldwide\";}}}i:5;O:8:\"stdClass\":20:{s:2:\"id\";i:18718;s:5:\"title\";s:19:\"Table Rate Shipping\";s:11:\"description\";s:123:\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count.\";s:10:\"vendorName\";s:3:\"Woo\";s:9:\"vendorUrl\";s:43:\"https://woocommerce.com/vendor/woocommerce/\";s:4:\"icon\";s:101:\"https://woocommerce.com/wp-content/uploads/2012/07/Table_Rate_Shipping_icon-marketplace-160x160-2.png\";s:5:\"image\";s:0:\"\";s:3:\"url\";s:122:\"https://woocommerce.com/products/table-rate-shipping/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:119;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";d:3.600000000000000088817841970012523233890533447265625;s:12:\"reviewsCount\";i:18;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:119;s:4:\"slug\";s:31:\"woocommerce-table-rate-shipping\";s:9:\"countries\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Worldwide\";s:4:\"flag\";s:1143:\"<span class=\"gridicon\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n	<rect x=\"0\" fill=\"none\" width=\"24\" height=\"24\"/>\n	<g>\n		<path\n			d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z\"/>\n	</g>\n</svg></span>\";s:4:\"slug\";s:9:\"worldwide\";}}}i:6;O:8:\"stdClass\":20:{s:2:\"id\";i:2725249;s:5:\"title\";s:7:\"Jetpack\";s:11:\"description\";s:154:\"Security, performance, and marketing tools made for WooCommerce stores by the WordPress experts. Get started with basic security and speed tools for free.\";s:10:\"vendorName\";s:7:\"Jetpack\";s:9:\"vendorUrl\";s:39:\"https://woocommerce.com/vendor/jetpack/\";s:4:\"icon\";s:75:\"https://woocommerce.com/wp-content/uploads/2021/02/jetpack-logo--80sgtq.png\";s:5:\"image\";s:83:\"https://woocommerce.com/wp-content/uploads/2017/11/Jetpack-1-m5mwyg.png?fit=764,573\";s:3:\"url\";s:110:\"https://woocommerce.com/products/jetpack/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:0;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";d:4.5;s:12:\"reviewsCount\";i:21;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:0;s:4:\"slug\";s:7:\"jetpack\";s:9:\"countries\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Worldwide\";s:4:\"flag\";s:1143:\"<span class=\"gridicon\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n	<rect x=\"0\" fill=\"none\" width=\"24\" height=\"24\"/>\n	<g>\n		<path\n			d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z\"/>\n	</g>\n</svg></span>\";s:4:\"slug\";s:9:\"worldwide\";}}}i:7;O:8:\"stdClass\":20:{s:2:\"id\";i:18734005776062;s:5:\"title\";s:24:\"Snapchat for WooCommerce\";s:11:\"description\";s:200:\"Reach a highly engaged audience and convert shoppers into customers. With the WooCommerce Snapchat Ads integration, you can set up in minutes, track real results, and scale your sales with confidence.\";s:10:\"vendorName\";s:3:\"Woo\";s:9:\"vendorUrl\";s:43:\"https://woocommerce.com/vendor/woocommerce/\";s:4:\"icon\";s:69:\"https://woocommerce.com/wp-content/uploads/2025/09/icon-160x160-1.png\";s:5:\"image\";s:0:\"\";s:3:\"url\";s:111:\"https://woocommerce.com/products/snapchat/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:0;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";N;s:12:\"reviewsCount\";N;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:0;s:4:\"slug\";s:24:\"snapchat-for-woocommerce\";s:9:\"countries\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Worldwide\";s:4:\"flag\";s:1143:\"<span class=\"gridicon\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n	<rect x=\"0\" fill=\"none\" width=\"24\" height=\"24\"/>\n	<g>\n		<path\n			d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z\"/>\n	</g>\n</svg></span>\";s:4:\"slug\";s:9:\"worldwide\";}}}i:8;O:8:\"stdClass\":20:{s:2:\"id\";i:18734004653441;s:5:\"title\";s:6:\"Kiosko\";s:11:\"description\";s:116:\"Kiosko is a sleek and modern WooCommerce theme tailored for online stores specializing in art prints and homewares.\";s:10:\"vendorName\";s:10:\"Automattic\";s:9:\"vendorUrl\";s:42:\"https://woocommerce.com/vendor/automattic/\";s:4:\"icon\";s:66:\"https://woocommerce.com/wp-content/uploads/2024/12/kiosko-logo.png\";s:5:\"image\";s:79:\"https://woocommerce.com/wp-content/uploads/2024/12/kiosko-thumb.png?fit=764,573\";s:3:\"url\";s:109:\"https://woocommerce.com/products/kiosko/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:0;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";d:4.5;s:12:\"reviewsCount\";i:27;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:0;s:4:\"slug\";s:18:\"wporg-theme-kiosko\";s:9:\"countries\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Worldwide\";s:4:\"flag\";s:1143:\"<span class=\"gridicon\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n	<rect x=\"0\" fill=\"none\" width=\"24\" height=\"24\"/>\n	<g>\n		<path\n			d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z\"/>\n	</g>\n</svg></span>\";s:4:\"slug\";s:9:\"worldwide\";}}}i:9;O:8:\"stdClass\":20:{s:2:\"id\";i:3978176;s:5:\"title\";s:42:\"All Products for WooCommerce Subscriptions\";s:11:\"description\";s:102:\"Offer your existing products on subscription, with this powerful add-on for WooCommerce Subscriptions.\";s:10:\"vendorName\";s:3:\"Woo\";s:9:\"vendorUrl\";s:43:\"https://woocommerce.com/vendor/woocommerce/\";s:4:\"icon\";s:112:\"https://woocommerce.com/wp-content/uploads/2019/03/All_Products_Woo_Subscriptions_icon-marketplace-160x160-2.png\";s:5:\"image\";s:0:\"\";s:3:\"url\";s:145:\"https://woocommerce.com/products/all-products-for-woocommerce-subscriptions/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:99;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";d:4.79999999999999982236431605997495353221893310546875;s:12:\"reviewsCount\";i:37;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:99;s:4:\"slug\";s:42:\"woocommerce-all-products-for-subscriptions\";s:9:\"countries\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Worldwide\";s:4:\"flag\";s:1143:\"<span class=\"gridicon\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n	<rect x=\"0\" fill=\"none\" width=\"24\" height=\"24\"/>\n	<g>\n		<path\n			d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z\"/>\n	</g>\n</svg></span>\";s:4:\"slug\";s:9:\"worldwide\";}}}i:10;O:8:\"stdClass\":20:{s:2:\"id\";i:18735;s:5:\"title\";s:28:\"Measurement Price Calculator\";s:11:\"description\";s:122:\"Add a calculator to your product pages to calculate product quantity required or overall price by square footage and more.\";s:10:\"vendorName\";s:8:\"SkyVerge\";s:9:\"vendorUrl\";s:40:\"https://woocommerce.com/vendor/skyverge/\";s:4:\"icon\";s:78:\"https://woocommerce.com/wp-content/uploads/2015/06/skyverge-wc-icon-b2vhw6.png\";s:5:\"image\";s:113:\"https://woocommerce.com/wp-content/uploads/2012/09/Thumbnail-Measurement-Price-Calculator-updated.png?fit=764,573\";s:3:\"url\";s:131:\"https://woocommerce.com/products/measurement-price-calculator/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:149;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";d:3.79999999999999982236431605997495353221893310546875;s:12:\"reviewsCount\";i:42;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:149;s:4:\"slug\";s:40:\"woocommerce-measurement-price-calculator\";s:9:\"countries\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Worldwide\";s:4:\"flag\";s:1143:\"<span class=\"gridicon\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n	<rect x=\"0\" fill=\"none\" width=\"24\" height=\"24\"/>\n	<g>\n		<path\n			d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z\"/>\n	</g>\n</svg></span>\";s:4:\"slug\";s:9:\"worldwide\";}}}i:11;O:8:\"stdClass\":20:{s:2:\"id\";i:18734005116608;s:5:\"title\";s:17:\"Anti-Fraud Shield\";s:11:\"description\";s:233:\"Shield your store from fraud, chargebacks, and card testing with real-time risk assessment using 16+ risk indicators. Analyze every order and automatically cancel or flag orders that exceed your predefined threshold for admin review.\";s:10:\"vendorName\";s:9:\"KoalaApps\";s:9:\"vendorUrl\";s:41:\"https://woocommerce.com/vendor/koalaapps/\";s:4:\"icon\";s:77:\"https://woocommerce.com/wp-content/uploads/2025/04/anti-fraud-shield-icon.png\";s:5:\"image\";s:0:\"\";s:3:\"url\";s:136:\"https://woocommerce.com/products/anti-fraud-shield-for-woocommerce/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:89;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";N;s:12:\"reviewsCount\";N;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:89;s:4:\"slug\";s:27:\"koalaapps-anti-fraud-shield\";s:9:\"countries\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Worldwide\";s:4:\"flag\";s:1143:\"<span class=\"gridicon\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n	<rect x=\"0\" fill=\"none\" width=\"24\" height=\"24\"/>\n	<g>\n		<path\n			d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z\"/>\n	</g>\n</svg></span>\";s:4:\"slug\";s:9:\"worldwide\";}}}}}i:1;O:8:\"stdClass\":11:{s:4:\"type\";s:5:\"group\";s:2:\"id\";s:12:\"most-popular\";s:5:\"title\";s:18:\"New and noteworthy\";s:11:\"description\";s:87:\"Fresh additions and rising stars in our marketplace, carefully vetted for your success.\";s:3:\"url\";N;s:8:\"url_text\";N;s:8:\"url_type\";N;s:8:\"capacity\";i:12;s:8:\"cardType\";s:7:\"compact\";s:8:\"itemType\";s:9:\"extension\";s:5:\"items\";a:12:{i:0;O:8:\"stdClass\":20:{s:2:\"id\";i:18734005744417;s:5:\"title\";s:33:\"Integration For Bigin By Zoho CRM\";s:11:\"description\";s:119:\"Connect WooCommerce to Bigin CRM, sync customers, orders, and products, and control data with custom feeds and filters.\";s:10:\"vendorName\";s:9:\"WP Swings\";s:9:\"vendorUrl\";s:41:\"https://woocommerce.com/vendor/wp-swings/\";s:4:\"icon\";s:120:\"https://woocommerce.com/wp-content/uploads/2025/09/Integration-With-Zoho-Integration-for-Bigin-by-Zoho-CRM-160x160-1.png\";s:5:\"image\";s:122:\"https://woocommerce.com/wp-content/uploads/2025/09/Integration-for-Bigin-by-Zoho-CRM-Banner-image-_555x416.jpg?fit=764,573\";s:3:\"url\";s:136:\"https://woocommerce.com/products/integration-for-bigin-by-zoho-crm/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:49;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";N;s:12:\"reviewsCount\";N;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:49;s:4:\"slug\";s:33:\"integration-for-bigin-by-zoho-crm\";s:9:\"countries\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Worldwide\";s:4:\"flag\";s:1143:\"<span class=\"gridicon\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n	<rect x=\"0\" fill=\"none\" width=\"24\" height=\"24\"/>\n	<g>\n		<path\n			d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z\"/>\n	</g>\n</svg></span>\";s:4:\"slug\";s:9:\"worldwide\";}}}i:1;O:8:\"stdClass\":20:{s:2:\"id\";i:18734005660990;s:5:\"title\";s:24:\"GP Advanced Order Tables\";s:11:\"description\";s:124:\"Create fully customizable WooCommerce order tables with advanced filters, exports, and role-based access no coding required.\";s:10:\"vendorName\";s:12:\"Goal Prevail\";s:9:\"vendorUrl\";s:44:\"https://woocommerce.com/vendor/goal-prevail/\";s:4:\"icon\";s:61:\"https://woocommerce.com/wp-content/uploads/2025/08/icon-1.jpg\";s:5:\"image\";s:76:\"https://woocommerce.com/wp-content/uploads/2025/08/thumbnail.jpg?fit=764,573\";s:3:\"url\";s:112:\"https://woocommerce.com/products/gp-orders/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:49;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";N;s:12:\"reviewsCount\";N;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:49;s:4:\"slug\";s:9:\"gp-orders\";s:9:\"countries\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Worldwide\";s:4:\"flag\";s:1143:\"<span class=\"gridicon\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n	<rect x=\"0\" fill=\"none\" width=\"24\" height=\"24\"/>\n	<g>\n		<path\n			d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z\"/>\n	</g>\n</svg></span>\";s:4:\"slug\";s:9:\"worldwide\";}}}i:2;O:8:\"stdClass\":20:{s:2:\"id\";i:18734005627388;s:5:\"title\";s:19:\"City Checkout Field\";s:11:\"description\";s:133:\"Add a dynamic, country-aware city select field to your WooCommerce checkout to reduce shipping errors and speed up the order process.\";s:10:\"vendorName\";s:3:\"W7S\";s:9:\"vendorUrl\";s:35:\"https://woocommerce.com/vendor/w7s/\";s:4:\"icon\";s:105:\"https://woocommerce.com/wp-content/uploads/2025/08/w7s-city-checkout-field-logo_bccb2f-e1756300856498.png\";s:5:\"image\";s:0:\"\";s:3:\"url\";s:122:\"https://woocommerce.com/products/city-checkout-field/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:29;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";N;s:12:\"reviewsCount\";N;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:29;s:4:\"slug\";s:19:\"city-checkout-field\";s:9:\"countries\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Worldwide\";s:4:\"flag\";s:1143:\"<span class=\"gridicon\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n	<rect x=\"0\" fill=\"none\" width=\"24\" height=\"24\"/>\n	<g>\n		<path\n			d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z\"/>\n	</g>\n</svg></span>\";s:4:\"slug\";s:9:\"worldwide\";}}}i:3;O:8:\"stdClass\":20:{s:2:\"id\";i:18734005289309;s:5:\"title\";s:10:\"Chargeflow\";s:11:\"description\";s:157:\"Chargeflow uses AI to automate chargeback recovery and prevent up to 90% of disputes, helping WooCommerce merchants win back revenue and stay ahead of fraud.\";s:10:\"vendorName\";s:10:\"Chargeflow\";s:9:\"vendorUrl\";s:42:\"https://woocommerce.com/vendor/chargeflow/\";s:4:\"icon\";s:71:\"https://woocommerce.com/wp-content/uploads/2025/06/Group-1000009017.png\";s:5:\"image\";s:94:\"https://woocommerce.com/wp-content/uploads/2025/05/Symbol-on-Black-1200x1200-1.png?fit=764,573\";s:3:\"url\";s:113:\"https://woocommerce.com/products/chargeflow/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:0;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";N;s:12:\"reviewsCount\";N;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:0;s:4:\"slug\";s:10:\"chargeflow\";s:9:\"countries\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Worldwide\";s:4:\"flag\";s:1143:\"<span class=\"gridicon\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n	<rect x=\"0\" fill=\"none\" width=\"24\" height=\"24\"/>\n	<g>\n		<path\n			d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z\"/>\n	</g>\n</svg></span>\";s:4:\"slug\";s:9:\"worldwide\";}}}i:4;O:8:\"stdClass\":20:{s:2:\"id\";i:18734005179247;s:5:\"title\";s:22:\"Custom Roles & Pricing\";s:11:\"description\";s:106:\"Custom Role based pricing for WooCommerce allows you to create custom roles and assign role-based pricing.\";s:10:\"vendorName\";s:9:\"WPMajesty\";s:9:\"vendorUrl\";s:41:\"https://woocommerce.com/vendor/wpmajesty/\";s:4:\"icon\";s:94:\"https://woocommerce.com/wp-content/uploads/2025/04/custom-roles-and-pricing-extension-icon.jpg\";s:5:\"image\";s:113:\"https://woocommerce.com/wp-content/uploads/2025/04/custom-roles-and-pricing-for-woocommerce-thumb.jpg?fit=764,573\";s:3:\"url\";s:123:\"https://woocommerce.com/products/custom-roles-pricing/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:49;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";N;s:12:\"reviewsCount\";N;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:49;s:4:\"slug\";s:20:\"custom-roles-pricing\";s:9:\"countries\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Worldwide\";s:4:\"flag\";s:1143:\"<span class=\"gridicon\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n	<rect x=\"0\" fill=\"none\" width=\"24\" height=\"24\"/>\n	<g>\n		<path\n			d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z\"/>\n	</g>\n</svg></span>\";s:4:\"slug\";s:9:\"worldwide\";}}}i:5;O:8:\"stdClass\":20:{s:2:\"id\";i:18734005692697;s:5:\"title\";s:18:\"Bulk Brand Manager\";s:11:\"description\";s:100:\"Create and manage WooCommerce product brands in bulk using both manual input and CSV import methods.\";s:10:\"vendorName\";s:10:\"Kartechify\";s:9:\"vendorUrl\";s:42:\"https://woocommerce.com/vendor/kartechify/\";s:4:\"icon\";s:83:\"https://woocommerce.com/wp-content/uploads/2025/09/Bulk-Brand-Manager-160x160-1.png\";s:5:\"image\";s:95:\"https://woocommerce.com/wp-content/uploads/2025/09/Bulk-Brand-Manager-555x416-1.png?fit=764,573\";s:3:\"url\";s:121:\"https://woocommerce.com/products/bulk-brand-manager/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:29;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";N;s:12:\"reviewsCount\";N;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:29;s:4:\"slug\";s:18:\"bulk-brand-manager\";s:9:\"countries\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Worldwide\";s:4:\"flag\";s:1143:\"<span class=\"gridicon\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n	<rect x=\"0\" fill=\"none\" width=\"24\" height=\"24\"/>\n	<g>\n		<path\n			d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z\"/>\n	</g>\n</svg></span>\";s:4:\"slug\";s:9:\"worldwide\";}}}i:6;O:8:\"stdClass\":20:{s:2:\"id\";i:18734005515514;s:5:\"title\";s:18:\"Smart Product Tags\";s:11:\"description\";s:150:\"Automatically generate tag images and suggest relevant tags for your products using AI. Transforms tags into beautiful, visual labels for WooCommerce.\";s:10:\"vendorName\";s:10:\"Azent Labs\";s:9:\"vendorUrl\";s:42:\"https://woocommerce.com/vendor/azent-labs/\";s:4:\"icon\";s:92:\"https://woocommerce.com/wp-content/uploads/2025/07/smart-product-tags-woocommerce-plugin.png\";s:5:\"image\";s:95:\"https://woocommerce.com/wp-content/uploads/2025/08/smart-product-tags-thumbnail.png?fit=764,573\";s:3:\"url\";s:121:\"https://woocommerce.com/products/smart-product-tags/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:29;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";N;s:12:\"reviewsCount\";N;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:29;s:4:\"slug\";s:18:\"smart-product-tags\";s:9:\"countries\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Worldwide\";s:4:\"flag\";s:1143:\"<span class=\"gridicon\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n	<rect x=\"0\" fill=\"none\" width=\"24\" height=\"24\"/>\n	<g>\n		<path\n			d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z\"/>\n	</g>\n</svg></span>\";s:4:\"slug\";s:9:\"worldwide\";}}}i:7;O:8:\"stdClass\":20:{s:2:\"id\";i:18734005286804;s:5:\"title\";s:15:\"URL Coupon Code\";s:11:\"description\";s:181:\"The WooCommerce coupon code URL plugin enables you to create a unique URL for each discount code that applies directly and optionally add specific products to the customer\'s cart. \";s:10:\"vendorName\";s:9:\"FmeAddons\";s:9:\"vendorUrl\";s:41:\"https://woocommerce.com/vendor/fmeaddons/\";s:4:\"icon\";s:80:\"https://woocommerce.com/wp-content/uploads/2025/05/URL-Coupon-Code-160x160-1.png\";s:5:\"image\";s:82:\"https://woocommerce.com/wp-content/uploads/2025/05/URL-Coupon-Code.png?fit=764,573\";s:3:\"url\";s:118:\"https://woocommerce.com/products/url-coupon-code/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:39;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";N;s:12:\"reviewsCount\";N;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:39;s:4:\"slug\";s:15:\"url-coupon-code\";s:9:\"countries\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Worldwide\";s:4:\"flag\";s:1143:\"<span class=\"gridicon\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n	<rect x=\"0\" fill=\"none\" width=\"24\" height=\"24\"/>\n	<g>\n		<path\n			d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z\"/>\n	</g>\n</svg></span>\";s:4:\"slug\";s:9:\"worldwide\";}}}i:8;O:8:\"stdClass\":20:{s:2:\"id\";i:18734005200821;s:5:\"title\";s:21:\"Anti Fraud Protection\";s:11:\"description\";s:152:\"Anti-Fraud Protection automatically detects and blocks fraudulent orders using customizable rules, ensuring secure transactions and reducing chargebacks\";s:10:\"vendorName\";s:11:\"Smartenizer\";s:9:\"vendorUrl\";s:43:\"https://woocommerce.com/vendor/smartenizer/\";s:4:\"icon\";s:78:\"https://woocommerce.com/wp-content/uploads/2025/04/Anti-Fraud-Protection-1.png\";s:5:\"image\";s:0:\"\";s:3:\"url\";s:124:\"https://woocommerce.com/products/anti-fraud-protection/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:89;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";N;s:12:\"reviewsCount\";N;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:89;s:4:\"slug\";s:21:\"anti-fraud-protection\";s:9:\"countries\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Worldwide\";s:4:\"flag\";s:1143:\"<span class=\"gridicon\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n	<rect x=\"0\" fill=\"none\" width=\"24\" height=\"24\"/>\n	<g>\n		<path\n			d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z\"/>\n	</g>\n</svg></span>\";s:4:\"slug\";s:9:\"worldwide\";}}}i:9;O:8:\"stdClass\":20:{s:2:\"id\";i:18734005470583;s:5:\"title\";s:22:\"Custom Product Message\";s:11:\"description\";s:100:\"Allow your customers to add custom messages or personalized gift notes on the product and cart page.\";s:10:\"vendorName\";s:11:\"Fictive Hut\";s:9:\"vendorUrl\";s:43:\"https://woocommerce.com/vendor/fictive-hut/\";s:4:\"icon\";s:94:\"https://woocommerce.com/wp-content/uploads/2025/07/ChatGPT-Image-Aug-12-2025-02_19_59-AM-1.png\";s:5:\"image\";s:0:\"\";s:3:\"url\";s:125:\"https://woocommerce.com/products/custom-product-message/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:29;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";N;s:12:\"reviewsCount\";N;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:29;s:4:\"slug\";s:22:\"custom-product-message\";s:9:\"countries\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Worldwide\";s:4:\"flag\";s:1143:\"<span class=\"gridicon\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n	<rect x=\"0\" fill=\"none\" width=\"24\" height=\"24\"/>\n	<g>\n		<path\n			d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z\"/>\n	</g>\n</svg></span>\";s:4:\"slug\";s:9:\"worldwide\";}}}i:10;O:8:\"stdClass\":20:{s:2:\"id\";i:18734005664117;s:5:\"title\";s:29:\"Checkout Rules and Validation\";s:11:\"description\";s:88:\"Restrict customers from checkout using custom conditional rules that validate your cart.\";s:10:\"vendorName\";s:8:\"Appalify\";s:9:\"vendorUrl\";s:40:\"https://woocommerce.com/vendor/appalify/\";s:4:\"icon\";s:81:\"https://woocommerce.com/wp-content/uploads/2025/08/checkoutrulesandvalidation.png\";s:5:\"image\";s:0:\"\";s:3:\"url\";s:132:\"https://woocommerce.com/products/checkout-rules-and-validation/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:89;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";N;s:12:\"reviewsCount\";N;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:89;s:4:\"slug\";s:29:\"checkout-rules-and-validation\";s:9:\"countries\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Worldwide\";s:4:\"flag\";s:1143:\"<span class=\"gridicon\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n	<rect x=\"0\" fill=\"none\" width=\"24\" height=\"24\"/>\n	<g>\n		<path\n			d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z\"/>\n	</g>\n</svg></span>\";s:4:\"slug\";s:9:\"worldwide\";}}}i:11;O:8:\"stdClass\":20:{s:2:\"id\";i:18734005275034;s:5:\"title\";s:9:\"accessiBe\";s:11:\"description\";s:182:\"accessiBe’s AI-powered solution helps make your WooCommerce store accessible to all users and compliant with global accessibility standards, including the ADA, AODA, EAA, and more.\";s:10:\"vendorName\";s:9:\"accessiBe\";s:9:\"vendorUrl\";s:41:\"https://woocommerce.com/vendor/accessibe/\";s:4:\"icon\";s:77:\"https://woocommerce.com/wp-content/uploads/2025/05/acsb_logo_t_160_d0d2d9.png\";s:5:\"image\";s:0:\"\";s:3:\"url\";s:112:\"https://woocommerce.com/products/accessibe/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:0;s:11:\"productType\";s:12:\"subscription\";s:13:\"averageRating\";N;s:12:\"reviewsCount\";N;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:5:\"month\";s:21:\"billingPeriodInterval\";i:1;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:0;s:4:\"slug\";s:25:\"accessibe-for-woocommerce\";s:9:\"countries\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Worldwide\";s:4:\"flag\";s:1143:\"<span class=\"gridicon\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n	<rect x=\"0\" fill=\"none\" width=\"24\" height=\"24\"/>\n	<g>\n		<path\n			d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z\"/>\n	</g>\n</svg></span>\";s:4:\"slug\";s:9:\"worldwide\";}}}}}i:2;O:8:\"stdClass\":11:{s:4:\"type\";s:5:\"group\";s:2:\"id\";s:18:\"shipping-solutions\";s:5:\"title\";s:32:\"Streamline your shipping process\";s:11:\"description\";s:104:\"Access powerful tools to streamline shipping, offer flexible delivery options, and keep customers happy.\";s:3:\"url\";s:100:\"admin.php?page=wc-admin&tab=extensions&path=%2Fextensions&category=shipping-delivery-and-fulfillment\";s:8:\"url_text\";s:22:\"Optimize your shipping\";s:8:\"url_type\";s:8:\"wc-admin\";s:8:\"capacity\";i:4;s:8:\"cardType\";s:7:\"regular\";s:8:\"itemType\";s:9:\"extension\";s:5:\"items\";a:4:{i:0;O:8:\"stdClass\":20:{s:2:\"id\";i:2165910;s:5:\"title\";s:20:\"WooCommerce Shipping\";s:11:\"description\";s:167:\"Print USPS, UPS, and DHL labels right from your WooCommerce dashboard and instantly save on shipping. WooCommerce Shipping is free to use and saves you time and money.\";s:10:\"vendorName\";s:3:\"Woo\";s:9:\"vendorUrl\";s:43:\"https://woocommerce.com/vendor/woocommerce/\";s:4:\"icon\";s:76:\"https://woocommerce.com/wp-content/uploads/2017/06/icon-shipping_160x160.png\";s:5:\"image\";s:0:\"\";s:3:\"url\";s:111:\"https://woocommerce.com/products/shipping/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:0;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";d:2.5;s:12:\"reviewsCount\";i:19;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:0;s:4:\"slug\";s:20:\"woocommerce-shipping\";s:9:\"countries\";a:1:{i:0;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1093;s:4:\"name\";s:13:\"United States\";s:4:\"slug\";s:13:\"united-states\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1122;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:53;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇺🇸\";s:12:\"country_code\";s:2:\"us\";}}}i:1;O:8:\"stdClass\":20:{s:2:\"id\";i:18693;s:5:\"title\";s:17:\"Shipment Tracking\";s:11:\"description\";s:49:\"Add shipment tracking information to your orders.\";s:10:\"vendorName\";s:3:\"Woo\";s:9:\"vendorUrl\";s:43:\"https://woocommerce.com/vendor/woocommerce/\";s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/uploads/2012/05/Shipment_Tracking_icon-marketplace-160x160-2.png\";s:5:\"image\";s:0:\"\";s:3:\"url\";s:120:\"https://woocommerce.com/products/shipment-tracking/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:59;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";d:3.100000000000000088817841970012523233890533447265625;s:12:\"reviewsCount\";i:30;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:59;s:4:\"slug\";s:29:\"woocommerce-shipment-tracking\";s:9:\"countries\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Worldwide\";s:4:\"flag\";s:1143:\"<span class=\"gridicon\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n	<rect x=\"0\" fill=\"none\" width=\"24\" height=\"24\"/>\n	<g>\n		<path\n			d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z\"/>\n	</g>\n</svg></span>\";s:4:\"slug\";s:9:\"worldwide\";}}}i:2;O:8:\"stdClass\":20:{s:2:\"id\";i:18657;s:5:\"title\";s:20:\"USPS Shipping Method\";s:11:\"description\";s:91:\"Get shipping rates from the USPS API which handles both domestic and international parcels.\";s:10:\"vendorName\";s:3:\"Woo\";s:9:\"vendorUrl\";s:43:\"https://woocommerce.com/vendor/woocommerce/\";s:4:\"icon\";s:70:\"https://woocommerce.com/wp-content/uploads/2013/01/woo-USPS-yhn1rb.png\";s:5:\"image\";s:0:\"\";s:3:\"url\";s:123:\"https://woocommerce.com/products/usps-shipping-method/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:109;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";d:3.100000000000000088817841970012523233890533447265625;s:12:\"reviewsCount\";i:25;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:109;s:4:\"slug\";s:25:\"woocommerce-shipping-usps\";s:9:\"countries\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Worldwide\";s:4:\"flag\";s:1143:\"<span class=\"gridicon\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n	<rect x=\"0\" fill=\"none\" width=\"24\" height=\"24\"/>\n	<g>\n		<path\n			d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z\"/>\n	</g>\n</svg></span>\";s:4:\"slug\";s:9:\"worldwide\";}}}i:3;O:8:\"stdClass\":20:{s:2:\"id\";i:18718;s:5:\"title\";s:19:\"Table Rate Shipping\";s:11:\"description\";s:123:\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count.\";s:10:\"vendorName\";s:3:\"Woo\";s:9:\"vendorUrl\";s:43:\"https://woocommerce.com/vendor/woocommerce/\";s:4:\"icon\";s:101:\"https://woocommerce.com/wp-content/uploads/2012/07/Table_Rate_Shipping_icon-marketplace-160x160-2.png\";s:5:\"image\";s:0:\"\";s:3:\"url\";s:122:\"https://woocommerce.com/products/table-rate-shipping/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:119;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";d:3.600000000000000088817841970012523233890533447265625;s:12:\"reviewsCount\";i:18;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:119;s:4:\"slug\";s:31:\"woocommerce-table-rate-shipping\";s:9:\"countries\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Worldwide\";s:4:\"flag\";s:1143:\"<span class=\"gridicon\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n	<rect x=\"0\" fill=\"none\" width=\"24\" height=\"24\"/>\n	<g>\n		<path\n			d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z\"/>\n	</g>\n</svg></span>\";s:4:\"slug\";s:9:\"worldwide\";}}}}}i:3;O:8:\"stdClass\":11:{s:4:\"type\";s:5:\"group\";s:2:\"id\";s:9:\"marketing\";s:5:\"title\";s:38:\"Boost sales with smart marketing tools\";s:11:\"description\";s:107:\"Supercharge your reach with marketing extensions that drive traffic, increase engagement, and grow revenue.\";s:3:\"url\";s:87:\"admin.php?page=wc-admin&tab=extensions&path=%2Fextensions&category=marketing-extensions\";s:8:\"url_text\";s:23:\"Power up your marketing\";s:8:\"url_type\";s:8:\"wc-admin\";s:8:\"capacity\";i:4;s:8:\"cardType\";s:7:\"regular\";s:8:\"itemType\";s:9:\"extension\";s:5:\"items\";a:4:{i:0;O:8:\"stdClass\":20:{s:2:\"id\";i:4652610;s:5:\"title\";s:11:\"AutomateWoo\";s:11:\"description\";s:121:\"Powerful marketing automation for WooCommerce. AutomateWoo has the tools you need to grow your store and make more money.\";s:10:\"vendorName\";s:3:\"Woo\";s:9:\"vendorUrl\";s:43:\"https://woocommerce.com/vendor/woocommerce/\";s:4:\"icon\";s:70:\"https://woocommerce.com/wp-content/uploads/2019/10/woo-AutomateWoo.png\";s:5:\"image\";s:90:\"https://woocommerce.com/wp-content/uploads/2020/06/Logo-AutomateWoo-Dark-1.png?fit=764,573\";s:3:\"url\";s:114:\"https://woocommerce.com/products/automatewoo/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:159;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";d:3.600000000000000088817841970012523233890533447265625;s:12:\"reviewsCount\";i:26;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:159;s:4:\"slug\";s:11:\"automatewoo\";s:9:\"countries\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Worldwide\";s:4:\"flag\";s:1143:\"<span class=\"gridicon\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n	<rect x=\"0\" fill=\"none\" width=\"24\" height=\"24\"/>\n	<g>\n		<path\n			d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z\"/>\n	</g>\n</svg></span>\";s:4:\"slug\";s:9:\"worldwide\";}}}i:1;O:8:\"stdClass\":20:{s:2:\"id\";i:2545166;s:5:\"title\";s:9:\"Mailchimp\";s:11:\"description\";s:138:\"Increase traffic, drive repeat purchases, and send personalized emails and SMS campaigns using Mailchimp’s AI marketing tools.\r\n\r\n&nbsp;\";s:10:\"vendorName\";s:9:\"Mailchimp\";s:9:\"vendorUrl\";s:41:\"https://woocommerce.com/vendor/mailchimp/\";s:4:\"icon\";s:64:\"https://woocommerce.com/wp-content/uploads/2017/09/Mailchimp.png\";s:5:\"image\";s:76:\"https://woocommerce.com/wp-content/uploads/2017/09/Mailchimp.png?fit=764,573\";s:3:\"url\";s:128:\"https://woocommerce.com/products/mailchimp-for-woocommerce/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:0;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";d:3.70000000000000017763568394002504646778106689453125;s:12:\"reviewsCount\";i:52;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:0;s:4:\"slug\";s:25:\"mailchimp-for-woocommerce\";s:9:\"countries\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Worldwide\";s:4:\"flag\";s:1143:\"<span class=\"gridicon\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n	<rect x=\"0\" fill=\"none\" width=\"24\" height=\"24\"/>\n	<g>\n		<path\n			d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z\"/>\n	</g>\n</svg></span>\";s:4:\"slug\";s:9:\"worldwide\";}}}i:2;O:8:\"stdClass\":20:{s:2:\"id\";i:7798646;s:5:\"title\";s:57:\"MailPoet – Newsletters, Email Marketing, and Automation\";s:11:\"description\";s:160:\"The official email solution every new WooCommerce store needs to get started without a fuss. Make beautiful emails that reach the inbox, and get customers back!\";s:10:\"vendorName\";s:8:\"MailPoet\";s:9:\"vendorUrl\";s:40:\"https://woocommerce.com/vendor/mailpoet/\";s:4:\"icon\";s:74:\"https://woocommerce.com/wp-content/uploads/2021/04/woo-MailPoet-huqam4.png\";s:5:\"image\";s:97:\"https://woocommerce.com/wp-content/uploads/2021/04/mailpoet-logo-374x192-1-edf95b.png?fit=764,573\";s:3:\"url\";s:117:\"https://woocommerce.com/products/mailpoet-wpcom/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:0;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";N;s:12:\"reviewsCount\";N;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:0;s:4:\"slug\";s:8:\"mailpoet\";s:9:\"countries\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Worldwide\";s:4:\"flag\";s:1143:\"<span class=\"gridicon\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n	<rect x=\"0\" fill=\"none\" width=\"24\" height=\"24\"/>\n	<g>\n		<path\n			d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z\"/>\n	</g>\n</svg></span>\";s:4:\"slug\";s:9:\"worldwide\";}}}i:3;O:8:\"stdClass\":20:{s:2:\"id\";i:5785079;s:5:\"title\";s:23:\"HubSpot for WooCommerce\";s:11:\"description\";s:109:\"Connect your WooCommerce store to HubSpot. Sync, automate & analyze data with HubSpot WooCommerce Integration\";s:10:\"vendorName\";s:13:\"MakeWebBetter\";s:9:\"vendorUrl\";s:45:\"https://woocommerce.com/vendor/makewebbetter/\";s:4:\"icon\";s:66:\"https://woocommerce.com/wp-content/uploads/2020/04/woo-HubSpot.png\";s:5:\"image\";s:95:\"https://woocommerce.com/wp-content/uploads/2020/04/hubspotlogo-web-color-pxebeq.png?fit=764,573\";s:3:\"url\";s:126:\"https://woocommerce.com/products/hubspot-for-woocommerce/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:0;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";d:4.20000000000000017763568394002504646778106689453125;s:12:\"reviewsCount\";i:6;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:0;s:4:\"slug\";s:23:\"hubspot-for-woocommerce\";s:9:\"countries\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Worldwide\";s:4:\"flag\";s:1143:\"<span class=\"gridicon\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n	<rect x=\"0\" fill=\"none\" width=\"24\" height=\"24\"/>\n	<g>\n		<path\n			d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z\"/>\n	</g>\n</svg></span>\";s:4:\"slug\";s:9:\"worldwide\";}}}}}i:4;O:8:\"stdClass\":11:{s:4:\"type\";s:5:\"group\";s:2:\"id\";s:8:\"payments\";s:5:\"title\";s:26:\"Seamless payment solutions\";s:11:\"description\";s:91:\"Offer secure and flexible payment options that enhance your customer\'s shopping experience.\";s:3:\"url\";s:83:\"admin.php?page=wc-admin&tab=extensions&path=%2Fextensions&category=payment-gateways\";s:8:\"url_text\";s:19:\"Streamline payments\";s:8:\"url_type\";s:8:\"wc-admin\";s:8:\"capacity\";i:4;s:8:\"cardType\";s:7:\"regular\";s:8:\"itemType\";s:9:\"extension\";s:5:\"items\";a:4:{i:0;O:8:\"stdClass\":20:{s:2:\"id\";i:5278104;s:5:\"title\";s:11:\"WooPayments\";s:11:\"description\";s:143:\"The only payment solution fully integrated with WooCommerce. Accept credit/debit cards and local payment options with no setup or monthly fees.\";s:10:\"vendorName\";s:3:\"Woo\";s:9:\"vendorUrl\";s:43:\"https://woocommerce.com/vendor/woocommerce/\";s:4:\"icon\";s:79:\"https://woocommerce.com/wp-content/uploads/2020/02/icon-WooPayments_160x160.png\";s:5:\"image\";s:0:\"\";s:3:\"url\";s:114:\"https://woocommerce.com/products/woopayments/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:0;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";d:3.899999999999999911182158029987476766109466552734375;s:12:\"reviewsCount\";i:144;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:0;s:4:\"slug\";s:20:\"woocommerce-payments\";s:9:\"countries\";a:38:{i:0;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1607;s:4:\"name\";s:9:\"Australia\";s:4:\"slug\";s:9:\"australia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1120;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:32;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇦🇺\";s:12:\"country_code\";s:2:\"au\";}i:1;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1499;s:4:\"name\";s:7:\"Austria\";s:4:\"slug\";s:7:\"austria\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1557;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:22;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇦🇹\";s:12:\"country_code\";s:2:\"at\";}i:2;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1618;s:4:\"name\";s:7:\"Belgium\";s:4:\"slug\";s:7:\"belgium\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1145;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:22;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇧🇪\";s:12:\"country_code\";s:2:\"be\";}i:3;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1823;s:4:\"name\";s:8:\"Bulgaria\";s:4:\"slug\";s:8:\"bulgaria\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1845;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:11;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇧🇬\";s:12:\"country_code\";s:2:\"bg\";}i:4;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1611;s:4:\"name\";s:6:\"Canada\";s:4:\"slug\";s:6:\"canada\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1134;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:32;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇨🇦\";s:12:\"country_code\";s:2:\"ca\";}i:5;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1332;s:4:\"name\";s:7:\"Croatia\";s:4:\"slug\";s:7:\"croatia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1381;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:13;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇭🇷\";s:12:\"country_code\";s:2:\"hr\";}i:6;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1899;s:4:\"name\";s:6:\"Cyprus\";s:4:\"slug\";s:6:\"cyprus\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1921;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:12;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇨🇾\";s:12:\"country_code\";s:2:\"cy\";}i:7;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1262;s:4:\"name\";s:14:\"Czech Republic\";s:4:\"slug\";s:14:\"czech-republic\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1305;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:15;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇨🇿\";s:12:\"country_code\";s:2:\"cz\";}i:8;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1112;s:4:\"name\";s:7:\"Denmark\";s:4:\"slug\";s:7:\"denmark\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1141;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:19;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇩🇰\";s:12:\"country_code\";s:2:\"dk\";}i:9;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1824;s:4:\"name\";s:7:\"Estonia\";s:4:\"slug\";s:7:\"estonia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1846;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:10;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇪🇪\";s:12:\"country_code\";s:2:\"ee\";}i:10;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1104;s:4:\"name\";s:7:\"Finland\";s:4:\"slug\";s:7:\"finland\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1133;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:17;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇫🇮\";s:12:\"country_code\";s:2:\"fi\";}i:11;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1622;s:4:\"name\";s:6:\"France\";s:4:\"slug\";s:6:\"france\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1331;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:29;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇫🇷\";s:12:\"country_code\";s:2:\"fr\";}i:12;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1615;s:4:\"name\";s:7:\"Germany\";s:4:\"slug\";s:7:\"germany\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1142;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:32;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇩🇪\";s:12:\"country_code\";s:2:\"de\";}i:13;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1901;s:4:\"name\";s:6:\"Greece\";s:4:\"slug\";s:6:\"greece\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1923;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:18;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇬🇷\";s:12:\"country_code\";s:2:\"gr\";}i:14;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1268;s:4:\"name\";s:9:\"Hong Kong\";s:4:\"slug\";s:9:\"hong-kong\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1313;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:10;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇭🇰\";s:12:\"country_code\";s:2:\"hk\";}i:15;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1263;s:4:\"name\";s:7:\"Hungary\";s:4:\"slug\";s:7:\"hungary\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1306;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:14;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇭🇺\";s:12:\"country_code\";s:2:\"hu\";}i:16;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1629;s:4:\"name\";s:7:\"Ireland\";s:4:\"slug\";s:7:\"ireland\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1308;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:23;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇮🇪\";s:12:\"country_code\";s:2:\"ie\";}i:17;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1406;s:4:\"name\";s:5:\"Italy\";s:4:\"slug\";s:5:\"italy\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1462;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:21;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇮🇹\";s:12:\"country_code\";s:2:\"it\";}i:18;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1261;s:4:\"name\";s:5:\"Japan\";s:4:\"slug\";s:5:\"japan\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1303;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:10;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇯🇵\";s:12:\"country_code\";s:2:\"jp\";}i:19;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1825;s:4:\"name\";s:6:\"Latvia\";s:4:\"slug\";s:6:\"latvia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1847;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:10;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇱🇻\";s:12:\"country_code\";s:2:\"lv\";}i:20;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1827;s:4:\"name\";s:9:\"Lithuania\";s:4:\"slug\";s:9:\"lithuania\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1849;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:11;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇱🇹\";s:12:\"country_code\";s:2:\"lt\";}i:21;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1826;s:4:\"name\";s:10:\"Luxembourg\";s:4:\"slug\";s:10:\"luxembourg\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1848;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:12;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇱🇺\";s:12:\"country_code\";s:2:\"lu\";}i:22;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1906;s:4:\"name\";s:5:\"Malta\";s:4:\"slug\";s:5:\"malta\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1928;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:11;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇲🇹\";s:12:\"country_code\";s:2:\"mt\";}i:23;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1613;s:4:\"name\";s:11:\"Netherlands\";s:4:\"slug\";s:11:\"netherlands\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1137;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:22;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇳🇱\";s:12:\"country_code\";s:2:\"nl\";}i:24;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1614;s:4:\"name\";s:11:\"New Zealand\";s:4:\"slug\";s:11:\"new-zealand\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1138;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:22;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇳🇿\";s:12:\"country_code\";s:2:\"nz\";}i:25;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1111;s:4:\"name\";s:6:\"Norway\";s:4:\"slug\";s:6:\"norway\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1140;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:16;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇳🇴\";s:12:\"country_code\";s:2:\"no\";}i:26;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1107;s:4:\"name\";s:6:\"Poland\";s:4:\"slug\";s:6:\"poland\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1136;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:16;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇵🇱\";s:12:\"country_code\";s:2:\"pl\";}i:27;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1110;s:4:\"name\";s:8:\"Portugal\";s:4:\"slug\";s:8:\"portugal\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1139;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:18;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇵🇹\";s:12:\"country_code\";s:2:\"pt\";}i:28;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1908;s:4:\"name\";s:7:\"Romania\";s:4:\"slug\";s:7:\"romania\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1930;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:13;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇷🇴\";s:12:\"country_code\";s:2:\"ro\";}i:29;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1625;s:4:\"name\";s:9:\"Singapore\";s:4:\"slug\";s:9:\"singapore\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1311;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:14;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇸🇬\";s:12:\"country_code\";s:2:\"sg\";}i:30;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1500;s:4:\"name\";s:8:\"Slovakia\";s:4:\"slug\";s:8:\"slovakia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1558;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:13;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇸🇰\";s:12:\"country_code\";s:2:\"sk\";}i:31;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1828;s:4:\"name\";s:8:\"Slovenia\";s:4:\"slug\";s:8:\"slovenia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1850;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:11;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇸🇮\";s:12:\"country_code\";s:2:\"si\";}i:32;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1624;s:4:\"name\";s:5:\"Spain\";s:4:\"slug\";s:5:\"spain\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1259;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:28;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇪🇸\";s:12:\"country_code\";s:2:\"es\";}i:33;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1103;s:4:\"name\";s:6:\"Sweden\";s:4:\"slug\";s:6:\"sweden\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1132;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:18;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇸🇪\";s:12:\"country_code\";s:2:\"se\";}i:34;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1617;s:4:\"name\";s:11:\"Switzerland\";s:4:\"slug\";s:11:\"switzerland\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1144;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:14;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇨🇭\";s:12:\"country_code\";s:2:\"ch\";}i:35;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1626;s:4:\"name\";s:20:\"United Arab Emirates\";s:4:\"slug\";s:20:\"united-arab-emirates\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1312;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:8;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇦🇪\";s:12:\"country_code\";s:2:\"ae\";}i:36;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1092;s:4:\"name\";s:14:\"United Kingdom\";s:4:\"slug\";s:14:\"united-kingdom\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1121;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:38;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇬🇧\";s:12:\"country_code\";s:2:\"gb\";}i:37;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1093;s:4:\"name\";s:13:\"United States\";s:4:\"slug\";s:13:\"united-states\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1122;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:53;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇺🇸\";s:12:\"country_code\";s:2:\"us\";}}}i:1;O:8:\"stdClass\":20:{s:2:\"id\";i:18627;s:5:\"title\";s:6:\"Stripe\";s:11:\"description\";s:51:\"Maximize revenue with the new checkout from Stripe.\";s:10:\"vendorName\";s:6:\"Stripe\";s:9:\"vendorUrl\";s:38:\"https://woocommerce.com/vendor/stripe/\";s:4:\"icon\";s:77:\"https://woocommerce.com/wp-content/uploads/2011/12/stripe-app-icon-7m1xi7.png\";s:5:\"image\";s:85:\"https://woocommerce.com/wp-content/uploads/2020/06/Logo-Stripe-Dark-1.png?fit=764,573\";s:3:\"url\";s:109:\"https://woocommerce.com/products/stripe/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:0;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";d:3.70000000000000017763568394002504646778106689453125;s:12:\"reviewsCount\";i:47;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:0;s:4:\"slug\";s:26:\"woocommerce-gateway-stripe\";s:9:\"countries\";a:45:{i:0;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1607;s:4:\"name\";s:9:\"Australia\";s:4:\"slug\";s:9:\"australia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1120;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:32;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇦🇺\";s:12:\"country_code\";s:2:\"au\";}i:1;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1499;s:4:\"name\";s:7:\"Austria\";s:4:\"slug\";s:7:\"austria\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1557;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:22;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇦🇹\";s:12:\"country_code\";s:2:\"at\";}i:2;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1618;s:4:\"name\";s:7:\"Belgium\";s:4:\"slug\";s:7:\"belgium\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1145;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:22;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇧🇪\";s:12:\"country_code\";s:2:\"be\";}i:3;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1616;s:4:\"name\";s:6:\"Brazil\";s:4:\"slug\";s:6:\"brazil\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1143;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:10;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇧🇷\";s:12:\"country_code\";s:2:\"br\";}i:4;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1823;s:4:\"name\";s:8:\"Bulgaria\";s:4:\"slug\";s:8:\"bulgaria\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1845;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:11;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇧🇬\";s:12:\"country_code\";s:2:\"bg\";}i:5;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1611;s:4:\"name\";s:6:\"Canada\";s:4:\"slug\";s:6:\"canada\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1134;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:32;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇨🇦\";s:12:\"country_code\";s:2:\"ca\";}i:6;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1332;s:4:\"name\";s:7:\"Croatia\";s:4:\"slug\";s:7:\"croatia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1381;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:13;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇭🇷\";s:12:\"country_code\";s:2:\"hr\";}i:7;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1899;s:4:\"name\";s:6:\"Cyprus\";s:4:\"slug\";s:6:\"cyprus\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1921;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:12;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇨🇾\";s:12:\"country_code\";s:2:\"cy\";}i:8;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1262;s:4:\"name\";s:14:\"Czech Republic\";s:4:\"slug\";s:14:\"czech-republic\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1305;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:15;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇨🇿\";s:12:\"country_code\";s:2:\"cz\";}i:9;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1112;s:4:\"name\";s:7:\"Denmark\";s:4:\"slug\";s:7:\"denmark\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1141;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:19;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇩🇰\";s:12:\"country_code\";s:2:\"dk\";}i:10;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1824;s:4:\"name\";s:7:\"Estonia\";s:4:\"slug\";s:7:\"estonia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1846;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:10;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇪🇪\";s:12:\"country_code\";s:2:\"ee\";}i:11;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1104;s:4:\"name\";s:7:\"Finland\";s:4:\"slug\";s:7:\"finland\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1133;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:17;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇫🇮\";s:12:\"country_code\";s:2:\"fi\";}i:12;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1622;s:4:\"name\";s:6:\"France\";s:4:\"slug\";s:6:\"france\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1331;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:29;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇫🇷\";s:12:\"country_code\";s:2:\"fr\";}i:13;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1615;s:4:\"name\";s:7:\"Germany\";s:4:\"slug\";s:7:\"germany\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1142;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:32;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇩🇪\";s:12:\"country_code\";s:2:\"de\";}i:14;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1900;s:4:\"name\";s:9:\"Gibraltar\";s:4:\"slug\";s:9:\"gibraltar\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1922;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:6;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇬🇮\";s:12:\"country_code\";s:2:\"gi\";}i:15;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1901;s:4:\"name\";s:6:\"Greece\";s:4:\"slug\";s:6:\"greece\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1923;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:18;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇬🇷\";s:12:\"country_code\";s:2:\"gr\";}i:16;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1268;s:4:\"name\";s:9:\"Hong Kong\";s:4:\"slug\";s:9:\"hong-kong\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1313;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:10;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇭🇰\";s:12:\"country_code\";s:2:\"hk\";}i:17;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1263;s:4:\"name\";s:7:\"Hungary\";s:4:\"slug\";s:7:\"hungary\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1306;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:14;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇭🇺\";s:12:\"country_code\";s:2:\"hu\";}i:18;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1620;s:4:\"name\";s:5:\"India\";s:4:\"slug\";s:5:\"india\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1146;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:10;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇮🇳\";s:12:\"country_code\";s:2:\"in\";}i:19;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1629;s:4:\"name\";s:7:\"Ireland\";s:4:\"slug\";s:7:\"ireland\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1308;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:23;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇮🇪\";s:12:\"country_code\";s:2:\"ie\";}i:20;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1406;s:4:\"name\";s:5:\"Italy\";s:4:\"slug\";s:5:\"italy\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1462;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:21;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇮🇹\";s:12:\"country_code\";s:2:\"it\";}i:21;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1261;s:4:\"name\";s:5:\"Japan\";s:4:\"slug\";s:5:\"japan\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1303;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:10;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇯🇵\";s:12:\"country_code\";s:2:\"jp\";}i:22;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1825;s:4:\"name\";s:6:\"Latvia\";s:4:\"slug\";s:6:\"latvia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1847;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:10;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇱🇻\";s:12:\"country_code\";s:2:\"lv\";}i:23;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1905;s:4:\"name\";s:13:\"Liechtenstein\";s:4:\"slug\";s:13:\"liechtenstein\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1927;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:8;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇱🇮\";s:12:\"country_code\";s:2:\"li\";}i:24;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1827;s:4:\"name\";s:9:\"Lithuania\";s:4:\"slug\";s:9:\"lithuania\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1849;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:11;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇱🇹\";s:12:\"country_code\";s:2:\"lt\";}i:25;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1826;s:4:\"name\";s:10:\"Luxembourg\";s:4:\"slug\";s:10:\"luxembourg\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1848;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:12;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇱🇺\";s:12:\"country_code\";s:2:\"lu\";}i:26;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1118;s:4:\"name\";s:8:\"Malaysia\";s:4:\"slug\";s:8:\"malaysia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1147;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:12;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇲🇾\";s:12:\"country_code\";s:2:\"my\";}i:27;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1906;s:4:\"name\";s:5:\"Malta\";s:4:\"slug\";s:5:\"malta\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1928;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:11;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇲🇹\";s:12:\"country_code\";s:2:\"mt\";}i:28;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1266;s:4:\"name\";s:6:\"Mexico\";s:4:\"slug\";s:6:\"mexico\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1309;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:12;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇲🇽\";s:12:\"country_code\";s:2:\"mx\";}i:29;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1613;s:4:\"name\";s:11:\"Netherlands\";s:4:\"slug\";s:11:\"netherlands\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1137;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:22;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇳🇱\";s:12:\"country_code\";s:2:\"nl\";}i:30;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1614;s:4:\"name\";s:11:\"New Zealand\";s:4:\"slug\";s:11:\"new-zealand\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1138;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:22;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇳🇿\";s:12:\"country_code\";s:2:\"nz\";}i:31;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1111;s:4:\"name\";s:6:\"Norway\";s:4:\"slug\";s:6:\"norway\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1140;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:16;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇳🇴\";s:12:\"country_code\";s:2:\"no\";}i:32;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1107;s:4:\"name\";s:6:\"Poland\";s:4:\"slug\";s:6:\"poland\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1136;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:16;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇵🇱\";s:12:\"country_code\";s:2:\"pl\";}i:33;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1110;s:4:\"name\";s:8:\"Portugal\";s:4:\"slug\";s:8:\"portugal\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1139;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:18;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇵🇹\";s:12:\"country_code\";s:2:\"pt\";}i:34;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1908;s:4:\"name\";s:7:\"Romania\";s:4:\"slug\";s:7:\"romania\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1930;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:13;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇷🇴\";s:12:\"country_code\";s:2:\"ro\";}i:35;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1625;s:4:\"name\";s:9:\"Singapore\";s:4:\"slug\";s:9:\"singapore\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1311;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:14;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇸🇬\";s:12:\"country_code\";s:2:\"sg\";}i:36;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1500;s:4:\"name\";s:8:\"Slovakia\";s:4:\"slug\";s:8:\"slovakia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1558;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:13;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇸🇰\";s:12:\"country_code\";s:2:\"sk\";}i:37;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1828;s:4:\"name\";s:8:\"Slovenia\";s:4:\"slug\";s:8:\"slovenia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1850;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:11;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇸🇮\";s:12:\"country_code\";s:2:\"si\";}i:38;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1624;s:4:\"name\";s:5:\"Spain\";s:4:\"slug\";s:5:\"spain\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1259;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:28;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇪🇸\";s:12:\"country_code\";s:2:\"es\";}i:39;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1103;s:4:\"name\";s:6:\"Sweden\";s:4:\"slug\";s:6:\"sweden\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1132;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:18;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇸🇪\";s:12:\"country_code\";s:2:\"se\";}i:40;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1617;s:4:\"name\";s:11:\"Switzerland\";s:4:\"slug\";s:11:\"switzerland\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1144;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:14;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇨🇭\";s:12:\"country_code\";s:2:\"ch\";}i:41;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22859;s:4:\"name\";s:8:\"Thailand\";s:4:\"slug\";s:8:\"thailand\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22881;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:8;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇹🇭\";s:12:\"country_code\";s:2:\"th\";}i:42;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1626;s:4:\"name\";s:20:\"United Arab Emirates\";s:4:\"slug\";s:20:\"united-arab-emirates\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1312;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:8;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇦🇪\";s:12:\"country_code\";s:2:\"ae\";}i:43;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1092;s:4:\"name\";s:14:\"United Kingdom\";s:4:\"slug\";s:14:\"united-kingdom\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1121;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:38;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇬🇧\";s:12:\"country_code\";s:2:\"gb\";}i:44;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1093;s:4:\"name\";s:13:\"United States\";s:4:\"slug\";s:13:\"united-states\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1122;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:53;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇺🇸\";s:12:\"country_code\";s:2:\"us\";}}}i:2;O:8:\"stdClass\":20:{s:2:\"id\";i:6410731;s:5:\"title\";s:15:\"PayPal Payments\";s:11:\"description\";s:166:\"The official, all-in-one checkout solution that allows you to offer PayPal, Venmo (US), Pay Later, credit and debit cards, country-specific payment options, and more.\";s:10:\"vendorName\";s:6:\"PayPal\";s:9:\"vendorUrl\";s:38:\"https://woocommerce.com/vendor/paypal/\";s:4:\"icon\";s:72:\"https://woocommerce.com/wp-content/uploads/2020/10/woo-PayPal-nlioum.png\";s:5:\"image\";s:84:\"https://woocommerce.com/wp-content/uploads/2020/10/woo-PayPal-nlioum.png?fit=764,573\";s:3:\"url\";s:130:\"https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:0;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";d:3.5;s:12:\"reviewsCount\";i:302;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:0;s:4:\"slug\";s:27:\"woocommerce-paypal-payments\";s:9:\"countries\";a:118:{i:0;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22705;s:4:\"name\";s:7:\"Albania\";s:4:\"slug\";s:7:\"albania\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22727;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇦🇱\";s:12:\"country_code\";s:2:\"al\";}i:1;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22706;s:4:\"name\";s:7:\"Algeria\";s:4:\"slug\";s:7:\"algeria\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22728;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇩🇿\";s:12:\"country_code\";s:2:\"dz\";}i:2;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1898;s:4:\"name\";s:7:\"Andorra\";s:4:\"slug\";s:7:\"andorra\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1920;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:6;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇦🇩\";s:12:\"country_code\";s:2:\"ad\";}i:3;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22711;s:4:\"name\";s:19:\"Antigua and Barbuda\";s:4:\"slug\";s:19:\"antigua-and-barbuda\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22733;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇦🇬\";s:12:\"country_code\";s:2:\"ag\";}i:4;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1627;s:4:\"name\";s:9:\"Argentina\";s:4:\"slug\";s:9:\"argentina\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1304;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:6;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇦🇷\";s:12:\"country_code\";s:2:\"ar\";}i:5;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1607;s:4:\"name\";s:9:\"Australia\";s:4:\"slug\";s:9:\"australia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1120;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:32;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇦🇺\";s:12:\"country_code\";s:2:\"au\";}i:6;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1499;s:4:\"name\";s:7:\"Austria\";s:4:\"slug\";s:7:\"austria\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1557;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:22;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇦🇹\";s:12:\"country_code\";s:2:\"at\";}i:7;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22715;s:4:\"name\";s:7:\"Bahamas\";s:4:\"slug\";s:7:\"bahamas\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22737;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇧🇸\";s:12:\"country_code\";s:2:\"bs\";}i:8;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22716;s:4:\"name\";s:7:\"Bahrain\";s:4:\"slug\";s:7:\"bahrain\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22738;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇧🇭\";s:12:\"country_code\";s:2:\"bh\";}i:9;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22718;s:4:\"name\";s:8:\"Barbados\";s:4:\"slug\";s:8:\"barbados\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22740;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇧🇧\";s:12:\"country_code\";s:2:\"bb\";}i:10;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22720;s:4:\"name\";s:5:\"Belau\";s:4:\"slug\";s:5:\"belau\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22742;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇵🇼\";s:12:\"country_code\";s:2:\"pw\";}i:11;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1618;s:4:\"name\";s:7:\"Belgium\";s:4:\"slug\";s:7:\"belgium\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1145;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:22;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇧🇪\";s:12:\"country_code\";s:2:\"be\";}i:12;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22721;s:4:\"name\";s:6:\"Belize\";s:4:\"slug\";s:6:\"belize\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22743;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇧🇿\";s:12:\"country_code\";s:2:\"bz\";}i:13;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22723;s:4:\"name\";s:7:\"Bermuda\";s:4:\"slug\";s:7:\"bermuda\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22745;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇧🇲\";s:12:\"country_code\";s:2:\"bm\";}i:14;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22727;s:4:\"name\";s:22:\"Bosnia and Herzegovina\";s:4:\"slug\";s:22:\"bosnia-and-herzegovina\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22749;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇧🇦\";s:12:\"country_code\";s:2:\"ba\";}i:15;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1860;s:4:\"name\";s:8:\"Botswana\";s:4:\"slug\";s:8:\"botswana\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1882;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇧🇼\";s:12:\"country_code\";s:2:\"bw\";}i:16;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1616;s:4:\"name\";s:6:\"Brazil\";s:4:\"slug\";s:6:\"brazil\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1143;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:10;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇧🇷\";s:12:\"country_code\";s:2:\"br\";}i:17;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1823;s:4:\"name\";s:8:\"Bulgaria\";s:4:\"slug\";s:8:\"bulgaria\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1845;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:11;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇧🇬\";s:12:\"country_code\";s:2:\"bg\";}i:18;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1611;s:4:\"name\";s:6:\"Canada\";s:4:\"slug\";s:6:\"canada\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1134;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:32;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇨🇦\";s:12:\"country_code\";s:2:\"ca\";}i:19;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22736;s:4:\"name\";s:14:\"Cayman Islands\";s:4:\"slug\";s:14:\"cayman-islands\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22758;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇰🇾\";s:12:\"country_code\";s:2:\"ky\";}i:20;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22739;s:4:\"name\";s:5:\"Chile\";s:4:\"slug\";s:5:\"chile\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22761;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:5;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇨🇱\";s:12:\"country_code\";s:2:\"cl\";}i:21;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1630;s:4:\"name\";s:5:\"China\";s:4:\"slug\";s:5:\"china\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1314;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:7;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇨🇳\";s:12:\"country_code\";s:2:\"cn\";}i:22;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22742;s:4:\"name\";s:8:\"Colombia\";s:4:\"slug\";s:8:\"colombia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22764;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:5;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇨🇴\";s:12:\"country_code\";s:2:\"co\";}i:23;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22747;s:4:\"name\";s:10:\"Costa Rica\";s:4:\"slug\";s:10:\"costa-rica\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22769;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:4;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇨🇷\";s:12:\"country_code\";s:2:\"cr\";}i:24;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1332;s:4:\"name\";s:7:\"Croatia\";s:4:\"slug\";s:7:\"croatia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1381;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:13;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇭🇷\";s:12:\"country_code\";s:2:\"hr\";}i:25;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1899;s:4:\"name\";s:6:\"Cyprus\";s:4:\"slug\";s:6:\"cyprus\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1921;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:12;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇨🇾\";s:12:\"country_code\";s:2:\"cy\";}i:26;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1262;s:4:\"name\";s:14:\"Czech Republic\";s:4:\"slug\";s:14:\"czech-republic\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1305;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:15;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇨🇿\";s:12:\"country_code\";s:2:\"cz\";}i:27;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1112;s:4:\"name\";s:7:\"Denmark\";s:4:\"slug\";s:7:\"denmark\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1141;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:19;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇩🇰\";s:12:\"country_code\";s:2:\"dk\";}i:28;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22751;s:4:\"name\";s:8:\"Dominica\";s:4:\"slug\";s:8:\"dominica\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22773;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇩🇲\";s:12:\"country_code\";s:2:\"dm\";}i:29;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22752;s:4:\"name\";s:18:\"Dominican Republic\";s:4:\"slug\";s:18:\"dominican-republic\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22774;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:4;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇩🇴\";s:12:\"country_code\";s:2:\"do\";}i:30;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22753;s:4:\"name\";s:7:\"Ecuador\";s:4:\"slug\";s:7:\"ecuador\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22775;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇪🇨\";s:12:\"country_code\";s:2:\"ec\";}i:31;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22754;s:4:\"name\";s:5:\"Egypt\";s:4:\"slug\";s:5:\"egypt\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22776;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇪🇬\";s:12:\"country_code\";s:2:\"eg\";}i:32;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22755;s:4:\"name\";s:11:\"El Salvador\";s:4:\"slug\";s:11:\"el-salvador\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22777;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:4;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇸🇻\";s:12:\"country_code\";s:2:\"sv\";}i:33;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1824;s:4:\"name\";s:7:\"Estonia\";s:4:\"slug\";s:7:\"estonia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1846;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:10;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇪🇪\";s:12:\"country_code\";s:2:\"ee\";}i:34;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22760;s:4:\"name\";s:13:\"Faroe Islands\";s:4:\"slug\";s:13:\"faroe-islands\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22782;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇫🇴\";s:12:\"country_code\";s:2:\"fo\";}i:35;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22761;s:4:\"name\";s:4:\"Fiji\";s:4:\"slug\";s:4:\"fiji\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22783;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇫🇯\";s:12:\"country_code\";s:2:\"fj\";}i:36;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1104;s:4:\"name\";s:7:\"Finland\";s:4:\"slug\";s:7:\"finland\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1133;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:17;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇫🇮\";s:12:\"country_code\";s:2:\"fi\";}i:37;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1622;s:4:\"name\";s:6:\"France\";s:4:\"slug\";s:6:\"france\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1331;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:29;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇫🇷\";s:12:\"country_code\";s:2:\"fr\";}i:38;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22762;s:4:\"name\";s:13:\"French Guiana\";s:4:\"slug\";s:13:\"french-guiana\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22784;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇬🇫\";s:12:\"country_code\";s:2:\"gf\";}i:39;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22763;s:4:\"name\";s:16:\"French Polynesia\";s:4:\"slug\";s:16:\"french-polynesia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22785;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇵🇫\";s:12:\"country_code\";s:2:\"pf\";}i:40;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22767;s:4:\"name\";s:7:\"Georgia\";s:4:\"slug\";s:7:\"georgia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22789;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇬🇪\";s:12:\"country_code\";s:2:\"ge\";}i:41;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1615;s:4:\"name\";s:7:\"Germany\";s:4:\"slug\";s:7:\"germany\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1142;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:32;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇩🇪\";s:12:\"country_code\";s:2:\"de\";}i:42;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1900;s:4:\"name\";s:9:\"Gibraltar\";s:4:\"slug\";s:9:\"gibraltar\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1922;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:6;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇬🇮\";s:12:\"country_code\";s:2:\"gi\";}i:43;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1901;s:4:\"name\";s:6:\"Greece\";s:4:\"slug\";s:6:\"greece\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1923;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:18;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇬🇷\";s:12:\"country_code\";s:2:\"gr\";}i:44;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22768;s:4:\"name\";s:9:\"Greenland\";s:4:\"slug\";s:9:\"greenland\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22790;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇬🇱\";s:12:\"country_code\";s:2:\"gl\";}i:45;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22769;s:4:\"name\";s:7:\"Grenada\";s:4:\"slug\";s:7:\"grenada\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22791;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇬🇩\";s:12:\"country_code\";s:2:\"gd\";}i:46;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22770;s:4:\"name\";s:10:\"Guadeloupe\";s:4:\"slug\";s:10:\"guadeloupe\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22792;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇬🇵\";s:12:\"country_code\";s:2:\"gp\";}i:47;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22772;s:4:\"name\";s:9:\"Guatemala\";s:4:\"slug\";s:9:\"guatemala\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22794;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:5;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇬🇹\";s:12:\"country_code\";s:2:\"gt\";}i:48;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22778;s:4:\"name\";s:8:\"Honduras\";s:4:\"slug\";s:8:\"honduras\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22800;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇭🇳\";s:12:\"country_code\";s:2:\"hn\";}i:49;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1268;s:4:\"name\";s:9:\"Hong Kong\";s:4:\"slug\";s:9:\"hong-kong\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1313;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:10;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇭🇰\";s:12:\"country_code\";s:2:\"hk\";}i:50;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1263;s:4:\"name\";s:7:\"Hungary\";s:4:\"slug\";s:7:\"hungary\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1306;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:14;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇭🇺\";s:12:\"country_code\";s:2:\"hu\";}i:51;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1902;s:4:\"name\";s:7:\"Iceland\";s:4:\"slug\";s:7:\"iceland\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1924;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:5;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇮🇸\";s:12:\"country_code\";s:2:\"is\";}i:52;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1620;s:4:\"name\";s:5:\"India\";s:4:\"slug\";s:5:\"india\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1146;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:10;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇮🇳\";s:12:\"country_code\";s:2:\"in\";}i:53;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1623;s:4:\"name\";s:9:\"Indonesia\";s:4:\"slug\";s:9:\"indonesia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1315;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:8;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇮🇩\";s:12:\"country_code\";s:2:\"id\";}i:54;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1629;s:4:\"name\";s:7:\"Ireland\";s:4:\"slug\";s:7:\"ireland\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1308;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:23;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇮🇪\";s:12:\"country_code\";s:2:\"ie\";}i:55;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1406;s:4:\"name\";s:5:\"Italy\";s:4:\"slug\";s:5:\"italy\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1462;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:21;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇮🇹\";s:12:\"country_code\";s:2:\"it\";}i:56;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22782;s:4:\"name\";s:7:\"Jamaica\";s:4:\"slug\";s:7:\"jamaica\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22804;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇯🇲\";s:12:\"country_code\";s:2:\"jm\";}i:57;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1261;s:4:\"name\";s:5:\"Japan\";s:4:\"slug\";s:5:\"japan\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1303;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:10;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇯🇵\";s:12:\"country_code\";s:2:\"jp\";}i:58;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22783;s:4:\"name\";s:6:\"Jordan\";s:4:\"slug\";s:6:\"jordan\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22805;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇯🇴\";s:12:\"country_code\";s:2:\"jo\";}i:59;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22784;s:4:\"name\";s:10:\"Kazakhstan\";s:4:\"slug\";s:10:\"kazakhstan\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22806;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇰🇿\";s:12:\"country_code\";s:2:\"kz\";}i:60;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1856;s:4:\"name\";s:5:\"Kenya\";s:4:\"slug\";s:5:\"kenya\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1878;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇰🇪\";s:12:\"country_code\";s:2:\"ke\";}i:61;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22786;s:4:\"name\";s:6:\"Kuwait\";s:4:\"slug\";s:6:\"kuwait\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22808;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇰🇼\";s:12:\"country_code\";s:2:\"kw\";}i:62;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1825;s:4:\"name\";s:6:\"Latvia\";s:4:\"slug\";s:6:\"latvia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1847;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:10;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇱🇻\";s:12:\"country_code\";s:2:\"lv\";}i:63;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22790;s:4:\"name\";s:7:\"Lesotho\";s:4:\"slug\";s:7:\"lesotho\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22812;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇱🇸\";s:12:\"country_code\";s:2:\"ls\";}i:64;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1905;s:4:\"name\";s:13:\"Liechtenstein\";s:4:\"slug\";s:13:\"liechtenstein\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1927;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:8;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇱🇮\";s:12:\"country_code\";s:2:\"li\";}i:65;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1827;s:4:\"name\";s:9:\"Lithuania\";s:4:\"slug\";s:9:\"lithuania\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1849;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:11;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇱🇹\";s:12:\"country_code\";s:2:\"lt\";}i:66;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1826;s:4:\"name\";s:10:\"Luxembourg\";s:4:\"slug\";s:10:\"luxembourg\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1848;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:12;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇱🇺\";s:12:\"country_code\";s:2:\"lu\";}i:67;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22796;s:4:\"name\";s:6:\"Malawi\";s:4:\"slug\";s:6:\"malawi\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22818;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇲🇼\";s:12:\"country_code\";s:2:\"mw\";}i:68;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1118;s:4:\"name\";s:8:\"Malaysia\";s:4:\"slug\";s:8:\"malaysia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1147;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:12;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇲🇾\";s:12:\"country_code\";s:2:\"my\";}i:69;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1906;s:4:\"name\";s:5:\"Malta\";s:4:\"slug\";s:5:\"malta\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1928;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:11;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇲🇹\";s:12:\"country_code\";s:2:\"mt\";}i:70;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22800;s:4:\"name\";s:10:\"Martinique\";s:4:\"slug\";s:10:\"martinique\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22822;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇲🇶\";s:12:\"country_code\";s:2:\"mq\";}i:71;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1855;s:4:\"name\";s:9:\"Mauritius\";s:4:\"slug\";s:9:\"mauritius\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1877;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇲🇺\";s:12:\"country_code\";s:2:\"mu\";}i:72;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1266;s:4:\"name\";s:6:\"Mexico\";s:4:\"slug\";s:6:\"mexico\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1309;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:12;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇲🇽\";s:12:\"country_code\";s:2:\"mx\";}i:73;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22804;s:4:\"name\";s:7:\"Moldova\";s:4:\"slug\";s:7:\"moldova\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22826;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇲🇩\";s:12:\"country_code\";s:2:\"md\";}i:74;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1907;s:4:\"name\";s:6:\"Monaco\";s:4:\"slug\";s:6:\"monaco\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1929;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:5;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇲🇨\";s:12:\"country_code\";s:2:\"mc\";}i:75;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22808;s:4:\"name\";s:7:\"Morocco\";s:4:\"slug\";s:7:\"morocco\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22830;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇲🇦\";s:12:\"country_code\";s:2:\"ma\";}i:76;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1857;s:4:\"name\";s:10:\"Mozambique\";s:4:\"slug\";s:10:\"mozambique\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1879;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇲🇿\";s:12:\"country_code\";s:2:\"mz\";}i:77;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1613;s:4:\"name\";s:11:\"Netherlands\";s:4:\"slug\";s:11:\"netherlands\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1137;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:22;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇳🇱\";s:12:\"country_code\";s:2:\"nl\";}i:78;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22813;s:4:\"name\";s:13:\"New Caledonia\";s:4:\"slug\";s:13:\"new-caledonia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22835;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇳🇨\";s:12:\"country_code\";s:2:\"nc\";}i:79;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1614;s:4:\"name\";s:11:\"New Zealand\";s:4:\"slug\";s:11:\"new-zealand\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1138;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:22;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇳🇿\";s:12:\"country_code\";s:2:\"nz\";}i:80;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22814;s:4:\"name\";s:9:\"Nicaragua\";s:4:\"slug\";s:9:\"nicaragua\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22836;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇳🇮\";s:12:\"country_code\";s:2:\"ni\";}i:81;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1111;s:4:\"name\";s:6:\"Norway\";s:4:\"slug\";s:6:\"norway\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1140;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:16;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇳🇴\";s:12:\"country_code\";s:2:\"no\";}i:82;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22821;s:4:\"name\";s:4:\"Oman\";s:4:\"slug\";s:4:\"oman\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22843;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇴🇲\";s:12:\"country_code\";s:2:\"om\";}i:83;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22824;s:4:\"name\";s:6:\"Panama\";s:4:\"slug\";s:6:\"panama\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22846;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:4;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇵🇦\";s:12:\"country_code\";s:2:\"pa\";}i:84;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22827;s:4:\"name\";s:4:\"Peru\";s:4:\"slug\";s:4:\"peru\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22849;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:4;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇵🇪\";s:12:\"country_code\";s:2:\"pe\";}i:85;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1267;s:4:\"name\";s:11:\"Philippines\";s:4:\"slug\";s:11:\"philippines\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1310;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:9;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇵🇭\";s:12:\"country_code\";s:2:\"ph\";}i:86;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1107;s:4:\"name\";s:6:\"Poland\";s:4:\"slug\";s:6:\"poland\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1136;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:16;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇵🇱\";s:12:\"country_code\";s:2:\"pl\";}i:87;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1110;s:4:\"name\";s:8:\"Portugal\";s:4:\"slug\";s:8:\"portugal\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1139;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:18;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇵🇹\";s:12:\"country_code\";s:2:\"pt\";}i:88;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22830;s:4:\"name\";s:5:\"Qatar\";s:4:\"slug\";s:5:\"qatar\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22852;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇶🇦\";s:12:\"country_code\";s:2:\"qa\";}i:89;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22831;s:4:\"name\";s:7:\"Reunion\";s:4:\"slug\";s:7:\"reunion\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22853;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇷🇪\";s:12:\"country_code\";s:2:\"re\";}i:90;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1908;s:4:\"name\";s:7:\"Romania\";s:4:\"slug\";s:7:\"romania\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1930;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:13;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇷🇴\";s:12:\"country_code\";s:2:\"ro\";}i:91;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1911;s:4:\"name\";s:6:\"Russia\";s:4:\"slug\";s:6:\"russia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1933;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇷🇺\";s:12:\"country_code\";s:2:\"ru\";}i:92;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22835;s:4:\"name\";s:21:\"Saint Kitts and Nevis\";s:4:\"slug\";s:21:\"saint-kitts-and-nevis\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22857;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇰🇳\";s:12:\"country_code\";s:2:\"kn\";}i:93;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22836;s:4:\"name\";s:11:\"Saint Lucia\";s:4:\"slug\";s:11:\"saint-lucia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22858;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇱🇨\";s:12:\"country_code\";s:2:\"lc\";}i:94;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1909;s:4:\"name\";s:10:\"San Marino\";s:4:\"slug\";s:10:\"san-marino\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1931;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:4;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇸🇲\";s:12:\"country_code\";s:2:\"sm\";}i:95;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22842;s:4:\"name\";s:12:\"Saudi Arabia\";s:4:\"slug\";s:12:\"saudi-arabia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22864;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:5;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇸🇦\";s:12:\"country_code\";s:2:\"sa\";}i:96;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22843;s:4:\"name\";s:7:\"Senegal\";s:4:\"slug\";s:7:\"senegal\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22865;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:1;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇸🇳\";s:12:\"country_code\";s:2:\"sn\";}i:97;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22844;s:4:\"name\";s:6:\"Serbia\";s:4:\"slug\";s:6:\"serbia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22866;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:4;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇷🇸\";s:12:\"country_code\";s:2:\"rs\";}i:98;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1861;s:4:\"name\";s:10:\"Seychelles\";s:4:\"slug\";s:10:\"seychelles\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1883;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇸🇨\";s:12:\"country_code\";s:2:\"sc\";}i:99;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1625;s:4:\"name\";s:9:\"Singapore\";s:4:\"slug\";s:9:\"singapore\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1311;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:14;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇸🇬\";s:12:\"country_code\";s:2:\"sg\";}i:100;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1500;s:4:\"name\";s:8:\"Slovakia\";s:4:\"slug\";s:8:\"slovakia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1558;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:13;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇸🇰\";s:12:\"country_code\";s:2:\"sk\";}i:101;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1828;s:4:\"name\";s:8:\"Slovenia\";s:4:\"slug\";s:8:\"slovenia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1850;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:11;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇸🇮\";s:12:\"country_code\";s:2:\"si\";}i:102;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1612;s:4:\"name\";s:12:\"South Africa\";s:4:\"slug\";s:12:\"south-africa\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1135;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:6;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇿🇦\";s:12:\"country_code\";s:2:\"za\";}i:103;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1912;s:4:\"name\";s:11:\"South Korea\";s:4:\"slug\";s:11:\"south-korea\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1934;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:4;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇰🇷\";s:12:\"country_code\";s:2:\"kr\";}i:104;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1624;s:4:\"name\";s:5:\"Spain\";s:4:\"slug\";s:5:\"spain\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1259;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:28;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇪🇸\";s:12:\"country_code\";s:2:\"es\";}i:105;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22854;s:4:\"name\";s:9:\"Swaziland\";s:4:\"slug\";s:9:\"swaziland\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22876;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇸🇿\";s:12:\"country_code\";s:2:\"sz\";}i:106;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1103;s:4:\"name\";s:6:\"Sweden\";s:4:\"slug\";s:6:\"sweden\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1132;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:18;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇸🇪\";s:12:\"country_code\";s:2:\"se\";}i:107;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1617;s:4:\"name\";s:11:\"Switzerland\";s:4:\"slug\";s:11:\"switzerland\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1144;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:14;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇨🇭\";s:12:\"country_code\";s:2:\"ch\";}i:108;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22856;s:4:\"name\";s:6:\"Taiwan\";s:4:\"slug\";s:6:\"taiwan\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22878;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇹🇼\";s:12:\"country_code\";s:2:\"tw\";}i:109;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22859;s:4:\"name\";s:8:\"Thailand\";s:4:\"slug\";s:8:\"thailand\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22881;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:8;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇹🇭\";s:12:\"country_code\";s:2:\"th\";}i:110;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22864;s:4:\"name\";s:19:\"Trinidad and Tobago\";s:4:\"slug\";s:19:\"trinidad-and-tobago\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22886;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇹🇹\";s:12:\"country_code\";s:2:\"tt\";}i:111;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22867;s:4:\"name\";s:24:\"Turks and Caicos Islands\";s:4:\"slug\";s:24:\"turks-and-caicos-islands\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22889;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇹🇨\";s:12:\"country_code\";s:2:\"tc\";}i:112;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1626;s:4:\"name\";s:20:\"United Arab Emirates\";s:4:\"slug\";s:20:\"united-arab-emirates\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1312;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:8;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇦🇪\";s:12:\"country_code\";s:2:\"ae\";}i:113;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1092;s:4:\"name\";s:14:\"United Kingdom\";s:4:\"slug\";s:14:\"united-kingdom\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1121;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:38;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇬🇧\";s:12:\"country_code\";s:2:\"gb\";}i:114;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1093;s:4:\"name\";s:13:\"United States\";s:4:\"slug\";s:13:\"united-states\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1122;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:53;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇺🇸\";s:12:\"country_code\";s:2:\"us\";}i:115;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22872;s:4:\"name\";s:7:\"Uruguay\";s:4:\"slug\";s:7:\"uruguay\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22894;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:4;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇺🇾\";s:12:\"country_code\";s:2:\"uy\";}i:116;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22876;s:4:\"name\";s:9:\"Venezuela\";s:4:\"slug\";s:9:\"venezuela\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22898;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:1;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇻🇪\";s:12:\"country_code\";s:2:\"ve\";}i:117;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22877;s:4:\"name\";s:7:\"Vietnam\";s:4:\"slug\";s:7:\"vietnam\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22899;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:7;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇻🇳\";s:12:\"country_code\";s:2:\"vn\";}}}i:3;O:8:\"stdClass\":20:{s:2:\"id\";i:1770503;s:5:\"title\";s:6:\"Square\";s:11:\"description\";s:157:\"Woo\'s preferred POS partner, Square, makes online and in-person payments seamless with transparent rates, fast deposits, and integrated inventory management.\";s:10:\"vendorName\";s:3:\"Woo\";s:9:\"vendorUrl\";s:43:\"https://woocommerce.com/vendor/woocommerce/\";s:4:\"icon\";s:72:\"https://woocommerce.com/wp-content/uploads/2016/07/woo-Square-u8km15.png\";s:5:\"image\";s:0:\"\";s:3:\"url\";s:109:\"https://woocommerce.com/products/square/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:0;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";d:3.29999999999999982236431605997495353221893310546875;s:12:\"reviewsCount\";i:122;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:0;s:4:\"slug\";s:18:\"woocommerce-square\";s:9:\"countries\";a:8:{i:0;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1607;s:4:\"name\";s:9:\"Australia\";s:4:\"slug\";s:9:\"australia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1120;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:32;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇦🇺\";s:12:\"country_code\";s:2:\"au\";}i:1;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1611;s:4:\"name\";s:6:\"Canada\";s:4:\"slug\";s:6:\"canada\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1134;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:32;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇨🇦\";s:12:\"country_code\";s:2:\"ca\";}i:2;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1622;s:4:\"name\";s:6:\"France\";s:4:\"slug\";s:6:\"france\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1331;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:29;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇫🇷\";s:12:\"country_code\";s:2:\"fr\";}i:3;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1629;s:4:\"name\";s:7:\"Ireland\";s:4:\"slug\";s:7:\"ireland\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1308;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:23;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇮🇪\";s:12:\"country_code\";s:2:\"ie\";}i:4;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1261;s:4:\"name\";s:5:\"Japan\";s:4:\"slug\";s:5:\"japan\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1303;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:10;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇯🇵\";s:12:\"country_code\";s:2:\"jp\";}i:5;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1624;s:4:\"name\";s:5:\"Spain\";s:4:\"slug\";s:5:\"spain\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1259;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:28;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇪🇸\";s:12:\"country_code\";s:2:\"es\";}i:6;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1092;s:4:\"name\";s:14:\"United Kingdom\";s:4:\"slug\";s:14:\"united-kingdom\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1121;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:38;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇬🇧\";s:12:\"country_code\";s:2:\"gb\";}i:7;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1093;s:4:\"name\";s:13:\"United States\";s:4:\"slug\";s:13:\"united-states\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1122;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:53;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇺🇸\";s:12:\"country_code\";s:2:\"us\";}}}}}i:5;O:8:\"stdClass\":11:{s:4:\"type\";s:5:\"group\";s:2:\"id\";s:7:\"wallets\";s:5:\"title\";s:38:\"Flexible payment options for customers\";s:11:\"description\";s:107:\"Empower shoppers with digital wallets and Buy Now Pay Later services for a hassle-free checkout experience.\";s:3:\"url\";s:72:\"https://woocommerce.com/product-category/woocommerce-extensions/wallets/\";s:8:\"url_text\";s:30:\"Offer more payment flexibility\";s:8:\"url_type\";s:8:\"external\";s:8:\"capacity\";i:4;s:8:\"cardType\";s:7:\"regular\";s:8:\"itemType\";s:9:\"extension\";s:5:\"items\";a:4:{i:0;O:8:\"stdClass\":20:{s:2:\"id\";i:6410731;s:5:\"title\";s:15:\"PayPal Payments\";s:11:\"description\";s:166:\"The official, all-in-one checkout solution that allows you to offer PayPal, Venmo (US), Pay Later, credit and debit cards, country-specific payment options, and more.\";s:10:\"vendorName\";s:6:\"PayPal\";s:9:\"vendorUrl\";s:38:\"https://woocommerce.com/vendor/paypal/\";s:4:\"icon\";s:72:\"https://woocommerce.com/wp-content/uploads/2020/10/woo-PayPal-nlioum.png\";s:5:\"image\";s:84:\"https://woocommerce.com/wp-content/uploads/2020/10/woo-PayPal-nlioum.png?fit=764,573\";s:3:\"url\";s:130:\"https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:0;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";d:3.5;s:12:\"reviewsCount\";i:302;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:0;s:4:\"slug\";s:27:\"woocommerce-paypal-payments\";s:9:\"countries\";a:118:{i:0;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22705;s:4:\"name\";s:7:\"Albania\";s:4:\"slug\";s:7:\"albania\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22727;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇦🇱\";s:12:\"country_code\";s:2:\"al\";}i:1;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22706;s:4:\"name\";s:7:\"Algeria\";s:4:\"slug\";s:7:\"algeria\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22728;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇩🇿\";s:12:\"country_code\";s:2:\"dz\";}i:2;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1898;s:4:\"name\";s:7:\"Andorra\";s:4:\"slug\";s:7:\"andorra\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1920;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:6;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇦🇩\";s:12:\"country_code\";s:2:\"ad\";}i:3;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22711;s:4:\"name\";s:19:\"Antigua and Barbuda\";s:4:\"slug\";s:19:\"antigua-and-barbuda\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22733;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇦🇬\";s:12:\"country_code\";s:2:\"ag\";}i:4;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1627;s:4:\"name\";s:9:\"Argentina\";s:4:\"slug\";s:9:\"argentina\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1304;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:6;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇦🇷\";s:12:\"country_code\";s:2:\"ar\";}i:5;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1607;s:4:\"name\";s:9:\"Australia\";s:4:\"slug\";s:9:\"australia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1120;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:32;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇦🇺\";s:12:\"country_code\";s:2:\"au\";}i:6;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1499;s:4:\"name\";s:7:\"Austria\";s:4:\"slug\";s:7:\"austria\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1557;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:22;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇦🇹\";s:12:\"country_code\";s:2:\"at\";}i:7;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22715;s:4:\"name\";s:7:\"Bahamas\";s:4:\"slug\";s:7:\"bahamas\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22737;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇧🇸\";s:12:\"country_code\";s:2:\"bs\";}i:8;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22716;s:4:\"name\";s:7:\"Bahrain\";s:4:\"slug\";s:7:\"bahrain\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22738;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇧🇭\";s:12:\"country_code\";s:2:\"bh\";}i:9;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22718;s:4:\"name\";s:8:\"Barbados\";s:4:\"slug\";s:8:\"barbados\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22740;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇧🇧\";s:12:\"country_code\";s:2:\"bb\";}i:10;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22720;s:4:\"name\";s:5:\"Belau\";s:4:\"slug\";s:5:\"belau\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22742;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇵🇼\";s:12:\"country_code\";s:2:\"pw\";}i:11;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1618;s:4:\"name\";s:7:\"Belgium\";s:4:\"slug\";s:7:\"belgium\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1145;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:22;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇧🇪\";s:12:\"country_code\";s:2:\"be\";}i:12;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22721;s:4:\"name\";s:6:\"Belize\";s:4:\"slug\";s:6:\"belize\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22743;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇧🇿\";s:12:\"country_code\";s:2:\"bz\";}i:13;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22723;s:4:\"name\";s:7:\"Bermuda\";s:4:\"slug\";s:7:\"bermuda\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22745;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇧🇲\";s:12:\"country_code\";s:2:\"bm\";}i:14;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22727;s:4:\"name\";s:22:\"Bosnia and Herzegovina\";s:4:\"slug\";s:22:\"bosnia-and-herzegovina\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22749;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇧🇦\";s:12:\"country_code\";s:2:\"ba\";}i:15;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1860;s:4:\"name\";s:8:\"Botswana\";s:4:\"slug\";s:8:\"botswana\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1882;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇧🇼\";s:12:\"country_code\";s:2:\"bw\";}i:16;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1616;s:4:\"name\";s:6:\"Brazil\";s:4:\"slug\";s:6:\"brazil\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1143;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:10;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇧🇷\";s:12:\"country_code\";s:2:\"br\";}i:17;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1823;s:4:\"name\";s:8:\"Bulgaria\";s:4:\"slug\";s:8:\"bulgaria\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1845;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:11;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇧🇬\";s:12:\"country_code\";s:2:\"bg\";}i:18;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1611;s:4:\"name\";s:6:\"Canada\";s:4:\"slug\";s:6:\"canada\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1134;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:32;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇨🇦\";s:12:\"country_code\";s:2:\"ca\";}i:19;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22736;s:4:\"name\";s:14:\"Cayman Islands\";s:4:\"slug\";s:14:\"cayman-islands\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22758;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇰🇾\";s:12:\"country_code\";s:2:\"ky\";}i:20;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22739;s:4:\"name\";s:5:\"Chile\";s:4:\"slug\";s:5:\"chile\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22761;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:5;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇨🇱\";s:12:\"country_code\";s:2:\"cl\";}i:21;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1630;s:4:\"name\";s:5:\"China\";s:4:\"slug\";s:5:\"china\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1314;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:7;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇨🇳\";s:12:\"country_code\";s:2:\"cn\";}i:22;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22742;s:4:\"name\";s:8:\"Colombia\";s:4:\"slug\";s:8:\"colombia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22764;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:5;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇨🇴\";s:12:\"country_code\";s:2:\"co\";}i:23;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22747;s:4:\"name\";s:10:\"Costa Rica\";s:4:\"slug\";s:10:\"costa-rica\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22769;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:4;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇨🇷\";s:12:\"country_code\";s:2:\"cr\";}i:24;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1332;s:4:\"name\";s:7:\"Croatia\";s:4:\"slug\";s:7:\"croatia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1381;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:13;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇭🇷\";s:12:\"country_code\";s:2:\"hr\";}i:25;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1899;s:4:\"name\";s:6:\"Cyprus\";s:4:\"slug\";s:6:\"cyprus\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1921;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:12;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇨🇾\";s:12:\"country_code\";s:2:\"cy\";}i:26;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1262;s:4:\"name\";s:14:\"Czech Republic\";s:4:\"slug\";s:14:\"czech-republic\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1305;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:15;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇨🇿\";s:12:\"country_code\";s:2:\"cz\";}i:27;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1112;s:4:\"name\";s:7:\"Denmark\";s:4:\"slug\";s:7:\"denmark\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1141;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:19;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇩🇰\";s:12:\"country_code\";s:2:\"dk\";}i:28;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22751;s:4:\"name\";s:8:\"Dominica\";s:4:\"slug\";s:8:\"dominica\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22773;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇩🇲\";s:12:\"country_code\";s:2:\"dm\";}i:29;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22752;s:4:\"name\";s:18:\"Dominican Republic\";s:4:\"slug\";s:18:\"dominican-republic\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22774;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:4;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇩🇴\";s:12:\"country_code\";s:2:\"do\";}i:30;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22753;s:4:\"name\";s:7:\"Ecuador\";s:4:\"slug\";s:7:\"ecuador\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22775;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇪🇨\";s:12:\"country_code\";s:2:\"ec\";}i:31;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22754;s:4:\"name\";s:5:\"Egypt\";s:4:\"slug\";s:5:\"egypt\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22776;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇪🇬\";s:12:\"country_code\";s:2:\"eg\";}i:32;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22755;s:4:\"name\";s:11:\"El Salvador\";s:4:\"slug\";s:11:\"el-salvador\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22777;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:4;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇸🇻\";s:12:\"country_code\";s:2:\"sv\";}i:33;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1824;s:4:\"name\";s:7:\"Estonia\";s:4:\"slug\";s:7:\"estonia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1846;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:10;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇪🇪\";s:12:\"country_code\";s:2:\"ee\";}i:34;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22760;s:4:\"name\";s:13:\"Faroe Islands\";s:4:\"slug\";s:13:\"faroe-islands\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22782;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇫🇴\";s:12:\"country_code\";s:2:\"fo\";}i:35;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22761;s:4:\"name\";s:4:\"Fiji\";s:4:\"slug\";s:4:\"fiji\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22783;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇫🇯\";s:12:\"country_code\";s:2:\"fj\";}i:36;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1104;s:4:\"name\";s:7:\"Finland\";s:4:\"slug\";s:7:\"finland\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1133;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:17;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇫🇮\";s:12:\"country_code\";s:2:\"fi\";}i:37;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1622;s:4:\"name\";s:6:\"France\";s:4:\"slug\";s:6:\"france\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1331;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:29;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇫🇷\";s:12:\"country_code\";s:2:\"fr\";}i:38;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22762;s:4:\"name\";s:13:\"French Guiana\";s:4:\"slug\";s:13:\"french-guiana\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22784;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇬🇫\";s:12:\"country_code\";s:2:\"gf\";}i:39;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22763;s:4:\"name\";s:16:\"French Polynesia\";s:4:\"slug\";s:16:\"french-polynesia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22785;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇵🇫\";s:12:\"country_code\";s:2:\"pf\";}i:40;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22767;s:4:\"name\";s:7:\"Georgia\";s:4:\"slug\";s:7:\"georgia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22789;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇬🇪\";s:12:\"country_code\";s:2:\"ge\";}i:41;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1615;s:4:\"name\";s:7:\"Germany\";s:4:\"slug\";s:7:\"germany\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1142;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:32;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇩🇪\";s:12:\"country_code\";s:2:\"de\";}i:42;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1900;s:4:\"name\";s:9:\"Gibraltar\";s:4:\"slug\";s:9:\"gibraltar\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1922;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:6;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇬🇮\";s:12:\"country_code\";s:2:\"gi\";}i:43;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1901;s:4:\"name\";s:6:\"Greece\";s:4:\"slug\";s:6:\"greece\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1923;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:18;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇬🇷\";s:12:\"country_code\";s:2:\"gr\";}i:44;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22768;s:4:\"name\";s:9:\"Greenland\";s:4:\"slug\";s:9:\"greenland\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22790;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇬🇱\";s:12:\"country_code\";s:2:\"gl\";}i:45;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22769;s:4:\"name\";s:7:\"Grenada\";s:4:\"slug\";s:7:\"grenada\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22791;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇬🇩\";s:12:\"country_code\";s:2:\"gd\";}i:46;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22770;s:4:\"name\";s:10:\"Guadeloupe\";s:4:\"slug\";s:10:\"guadeloupe\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22792;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇬🇵\";s:12:\"country_code\";s:2:\"gp\";}i:47;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22772;s:4:\"name\";s:9:\"Guatemala\";s:4:\"slug\";s:9:\"guatemala\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22794;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:5;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇬🇹\";s:12:\"country_code\";s:2:\"gt\";}i:48;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22778;s:4:\"name\";s:8:\"Honduras\";s:4:\"slug\";s:8:\"honduras\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22800;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇭🇳\";s:12:\"country_code\";s:2:\"hn\";}i:49;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1268;s:4:\"name\";s:9:\"Hong Kong\";s:4:\"slug\";s:9:\"hong-kong\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1313;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:10;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇭🇰\";s:12:\"country_code\";s:2:\"hk\";}i:50;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1263;s:4:\"name\";s:7:\"Hungary\";s:4:\"slug\";s:7:\"hungary\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1306;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:14;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇭🇺\";s:12:\"country_code\";s:2:\"hu\";}i:51;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1902;s:4:\"name\";s:7:\"Iceland\";s:4:\"slug\";s:7:\"iceland\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1924;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:5;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇮🇸\";s:12:\"country_code\";s:2:\"is\";}i:52;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1620;s:4:\"name\";s:5:\"India\";s:4:\"slug\";s:5:\"india\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1146;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:10;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇮🇳\";s:12:\"country_code\";s:2:\"in\";}i:53;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1623;s:4:\"name\";s:9:\"Indonesia\";s:4:\"slug\";s:9:\"indonesia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1315;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:8;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇮🇩\";s:12:\"country_code\";s:2:\"id\";}i:54;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1629;s:4:\"name\";s:7:\"Ireland\";s:4:\"slug\";s:7:\"ireland\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1308;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:23;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇮🇪\";s:12:\"country_code\";s:2:\"ie\";}i:55;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1406;s:4:\"name\";s:5:\"Italy\";s:4:\"slug\";s:5:\"italy\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1462;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:21;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇮🇹\";s:12:\"country_code\";s:2:\"it\";}i:56;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22782;s:4:\"name\";s:7:\"Jamaica\";s:4:\"slug\";s:7:\"jamaica\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22804;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇯🇲\";s:12:\"country_code\";s:2:\"jm\";}i:57;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1261;s:4:\"name\";s:5:\"Japan\";s:4:\"slug\";s:5:\"japan\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1303;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:10;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇯🇵\";s:12:\"country_code\";s:2:\"jp\";}i:58;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22783;s:4:\"name\";s:6:\"Jordan\";s:4:\"slug\";s:6:\"jordan\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22805;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇯🇴\";s:12:\"country_code\";s:2:\"jo\";}i:59;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22784;s:4:\"name\";s:10:\"Kazakhstan\";s:4:\"slug\";s:10:\"kazakhstan\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22806;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇰🇿\";s:12:\"country_code\";s:2:\"kz\";}i:60;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1856;s:4:\"name\";s:5:\"Kenya\";s:4:\"slug\";s:5:\"kenya\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1878;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇰🇪\";s:12:\"country_code\";s:2:\"ke\";}i:61;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22786;s:4:\"name\";s:6:\"Kuwait\";s:4:\"slug\";s:6:\"kuwait\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22808;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇰🇼\";s:12:\"country_code\";s:2:\"kw\";}i:62;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1825;s:4:\"name\";s:6:\"Latvia\";s:4:\"slug\";s:6:\"latvia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1847;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:10;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇱🇻\";s:12:\"country_code\";s:2:\"lv\";}i:63;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22790;s:4:\"name\";s:7:\"Lesotho\";s:4:\"slug\";s:7:\"lesotho\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22812;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇱🇸\";s:12:\"country_code\";s:2:\"ls\";}i:64;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1905;s:4:\"name\";s:13:\"Liechtenstein\";s:4:\"slug\";s:13:\"liechtenstein\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1927;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:8;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇱🇮\";s:12:\"country_code\";s:2:\"li\";}i:65;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1827;s:4:\"name\";s:9:\"Lithuania\";s:4:\"slug\";s:9:\"lithuania\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1849;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:11;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇱🇹\";s:12:\"country_code\";s:2:\"lt\";}i:66;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1826;s:4:\"name\";s:10:\"Luxembourg\";s:4:\"slug\";s:10:\"luxembourg\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1848;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:12;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇱🇺\";s:12:\"country_code\";s:2:\"lu\";}i:67;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22796;s:4:\"name\";s:6:\"Malawi\";s:4:\"slug\";s:6:\"malawi\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22818;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇲🇼\";s:12:\"country_code\";s:2:\"mw\";}i:68;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1118;s:4:\"name\";s:8:\"Malaysia\";s:4:\"slug\";s:8:\"malaysia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1147;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:12;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇲🇾\";s:12:\"country_code\";s:2:\"my\";}i:69;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1906;s:4:\"name\";s:5:\"Malta\";s:4:\"slug\";s:5:\"malta\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1928;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:11;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇲🇹\";s:12:\"country_code\";s:2:\"mt\";}i:70;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22800;s:4:\"name\";s:10:\"Martinique\";s:4:\"slug\";s:10:\"martinique\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22822;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇲🇶\";s:12:\"country_code\";s:2:\"mq\";}i:71;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1855;s:4:\"name\";s:9:\"Mauritius\";s:4:\"slug\";s:9:\"mauritius\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1877;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇲🇺\";s:12:\"country_code\";s:2:\"mu\";}i:72;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1266;s:4:\"name\";s:6:\"Mexico\";s:4:\"slug\";s:6:\"mexico\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1309;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:12;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇲🇽\";s:12:\"country_code\";s:2:\"mx\";}i:73;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22804;s:4:\"name\";s:7:\"Moldova\";s:4:\"slug\";s:7:\"moldova\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22826;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇲🇩\";s:12:\"country_code\";s:2:\"md\";}i:74;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1907;s:4:\"name\";s:6:\"Monaco\";s:4:\"slug\";s:6:\"monaco\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1929;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:5;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇲🇨\";s:12:\"country_code\";s:2:\"mc\";}i:75;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22808;s:4:\"name\";s:7:\"Morocco\";s:4:\"slug\";s:7:\"morocco\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22830;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇲🇦\";s:12:\"country_code\";s:2:\"ma\";}i:76;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1857;s:4:\"name\";s:10:\"Mozambique\";s:4:\"slug\";s:10:\"mozambique\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1879;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇲🇿\";s:12:\"country_code\";s:2:\"mz\";}i:77;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1613;s:4:\"name\";s:11:\"Netherlands\";s:4:\"slug\";s:11:\"netherlands\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1137;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:22;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇳🇱\";s:12:\"country_code\";s:2:\"nl\";}i:78;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22813;s:4:\"name\";s:13:\"New Caledonia\";s:4:\"slug\";s:13:\"new-caledonia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22835;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇳🇨\";s:12:\"country_code\";s:2:\"nc\";}i:79;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1614;s:4:\"name\";s:11:\"New Zealand\";s:4:\"slug\";s:11:\"new-zealand\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1138;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:22;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇳🇿\";s:12:\"country_code\";s:2:\"nz\";}i:80;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22814;s:4:\"name\";s:9:\"Nicaragua\";s:4:\"slug\";s:9:\"nicaragua\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22836;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇳🇮\";s:12:\"country_code\";s:2:\"ni\";}i:81;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1111;s:4:\"name\";s:6:\"Norway\";s:4:\"slug\";s:6:\"norway\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1140;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:16;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇳🇴\";s:12:\"country_code\";s:2:\"no\";}i:82;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22821;s:4:\"name\";s:4:\"Oman\";s:4:\"slug\";s:4:\"oman\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22843;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇴🇲\";s:12:\"country_code\";s:2:\"om\";}i:83;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22824;s:4:\"name\";s:6:\"Panama\";s:4:\"slug\";s:6:\"panama\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22846;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:4;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇵🇦\";s:12:\"country_code\";s:2:\"pa\";}i:84;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22827;s:4:\"name\";s:4:\"Peru\";s:4:\"slug\";s:4:\"peru\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22849;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:4;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇵🇪\";s:12:\"country_code\";s:2:\"pe\";}i:85;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1267;s:4:\"name\";s:11:\"Philippines\";s:4:\"slug\";s:11:\"philippines\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1310;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:9;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇵🇭\";s:12:\"country_code\";s:2:\"ph\";}i:86;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1107;s:4:\"name\";s:6:\"Poland\";s:4:\"slug\";s:6:\"poland\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1136;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:16;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇵🇱\";s:12:\"country_code\";s:2:\"pl\";}i:87;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1110;s:4:\"name\";s:8:\"Portugal\";s:4:\"slug\";s:8:\"portugal\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1139;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:18;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇵🇹\";s:12:\"country_code\";s:2:\"pt\";}i:88;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22830;s:4:\"name\";s:5:\"Qatar\";s:4:\"slug\";s:5:\"qatar\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22852;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇶🇦\";s:12:\"country_code\";s:2:\"qa\";}i:89;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22831;s:4:\"name\";s:7:\"Reunion\";s:4:\"slug\";s:7:\"reunion\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22853;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇷🇪\";s:12:\"country_code\";s:2:\"re\";}i:90;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1908;s:4:\"name\";s:7:\"Romania\";s:4:\"slug\";s:7:\"romania\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1930;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:13;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇷🇴\";s:12:\"country_code\";s:2:\"ro\";}i:91;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1911;s:4:\"name\";s:6:\"Russia\";s:4:\"slug\";s:6:\"russia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1933;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇷🇺\";s:12:\"country_code\";s:2:\"ru\";}i:92;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22835;s:4:\"name\";s:21:\"Saint Kitts and Nevis\";s:4:\"slug\";s:21:\"saint-kitts-and-nevis\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22857;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇰🇳\";s:12:\"country_code\";s:2:\"kn\";}i:93;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22836;s:4:\"name\";s:11:\"Saint Lucia\";s:4:\"slug\";s:11:\"saint-lucia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22858;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇱🇨\";s:12:\"country_code\";s:2:\"lc\";}i:94;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1909;s:4:\"name\";s:10:\"San Marino\";s:4:\"slug\";s:10:\"san-marino\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1931;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:4;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇸🇲\";s:12:\"country_code\";s:2:\"sm\";}i:95;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22842;s:4:\"name\";s:12:\"Saudi Arabia\";s:4:\"slug\";s:12:\"saudi-arabia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22864;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:5;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇸🇦\";s:12:\"country_code\";s:2:\"sa\";}i:96;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22843;s:4:\"name\";s:7:\"Senegal\";s:4:\"slug\";s:7:\"senegal\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22865;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:1;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇸🇳\";s:12:\"country_code\";s:2:\"sn\";}i:97;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22844;s:4:\"name\";s:6:\"Serbia\";s:4:\"slug\";s:6:\"serbia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22866;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:4;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇷🇸\";s:12:\"country_code\";s:2:\"rs\";}i:98;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1861;s:4:\"name\";s:10:\"Seychelles\";s:4:\"slug\";s:10:\"seychelles\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1883;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇸🇨\";s:12:\"country_code\";s:2:\"sc\";}i:99;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1625;s:4:\"name\";s:9:\"Singapore\";s:4:\"slug\";s:9:\"singapore\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1311;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:14;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇸🇬\";s:12:\"country_code\";s:2:\"sg\";}i:100;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1500;s:4:\"name\";s:8:\"Slovakia\";s:4:\"slug\";s:8:\"slovakia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1558;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:13;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇸🇰\";s:12:\"country_code\";s:2:\"sk\";}i:101;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1828;s:4:\"name\";s:8:\"Slovenia\";s:4:\"slug\";s:8:\"slovenia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1850;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:11;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇸🇮\";s:12:\"country_code\";s:2:\"si\";}i:102;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1612;s:4:\"name\";s:12:\"South Africa\";s:4:\"slug\";s:12:\"south-africa\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1135;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:6;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇿🇦\";s:12:\"country_code\";s:2:\"za\";}i:103;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1912;s:4:\"name\";s:11:\"South Korea\";s:4:\"slug\";s:11:\"south-korea\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1934;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:4;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇰🇷\";s:12:\"country_code\";s:2:\"kr\";}i:104;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1624;s:4:\"name\";s:5:\"Spain\";s:4:\"slug\";s:5:\"spain\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1259;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:28;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇪🇸\";s:12:\"country_code\";s:2:\"es\";}i:105;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22854;s:4:\"name\";s:9:\"Swaziland\";s:4:\"slug\";s:9:\"swaziland\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22876;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇸🇿\";s:12:\"country_code\";s:2:\"sz\";}i:106;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1103;s:4:\"name\";s:6:\"Sweden\";s:4:\"slug\";s:6:\"sweden\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1132;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:18;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇸🇪\";s:12:\"country_code\";s:2:\"se\";}i:107;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1617;s:4:\"name\";s:11:\"Switzerland\";s:4:\"slug\";s:11:\"switzerland\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1144;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:14;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇨🇭\";s:12:\"country_code\";s:2:\"ch\";}i:108;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22856;s:4:\"name\";s:6:\"Taiwan\";s:4:\"slug\";s:6:\"taiwan\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22878;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇹🇼\";s:12:\"country_code\";s:2:\"tw\";}i:109;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22859;s:4:\"name\";s:8:\"Thailand\";s:4:\"slug\";s:8:\"thailand\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22881;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:8;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇹🇭\";s:12:\"country_code\";s:2:\"th\";}i:110;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22864;s:4:\"name\";s:19:\"Trinidad and Tobago\";s:4:\"slug\";s:19:\"trinidad-and-tobago\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22886;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇹🇹\";s:12:\"country_code\";s:2:\"tt\";}i:111;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22867;s:4:\"name\";s:24:\"Turks and Caicos Islands\";s:4:\"slug\";s:24:\"turks-and-caicos-islands\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22889;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇹🇨\";s:12:\"country_code\";s:2:\"tc\";}i:112;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1626;s:4:\"name\";s:20:\"United Arab Emirates\";s:4:\"slug\";s:20:\"united-arab-emirates\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1312;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:8;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇦🇪\";s:12:\"country_code\";s:2:\"ae\";}i:113;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1092;s:4:\"name\";s:14:\"United Kingdom\";s:4:\"slug\";s:14:\"united-kingdom\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1121;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:38;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇬🇧\";s:12:\"country_code\";s:2:\"gb\";}i:114;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1093;s:4:\"name\";s:13:\"United States\";s:4:\"slug\";s:13:\"united-states\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1122;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:53;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇺🇸\";s:12:\"country_code\";s:2:\"us\";}i:115;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22872;s:4:\"name\";s:7:\"Uruguay\";s:4:\"slug\";s:7:\"uruguay\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22894;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:4;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇺🇾\";s:12:\"country_code\";s:2:\"uy\";}i:116;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22876;s:4:\"name\";s:9:\"Venezuela\";s:4:\"slug\";s:9:\"venezuela\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22898;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:1;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇻🇪\";s:12:\"country_code\";s:2:\"ve\";}i:117;O:8:\"stdClass\":12:{s:7:\"term_id\";i:22877;s:4:\"name\";s:7:\"Vietnam\";s:4:\"slug\";s:7:\"vietnam\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22899;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:7;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇻🇳\";s:12:\"country_code\";s:2:\"vn\";}}}i:1;O:8:\"stdClass\":20:{s:2:\"id\";i:238816;s:5:\"title\";s:10:\"Amazon Pay\";s:11:\"description\";s:93:\"Enable a familiar, fast checkout for hundreds of millions of active Amazon customers globally\";s:10:\"vendorName\";s:10:\"Amazon Pay\";s:9:\"vendorUrl\";s:48:\"https://woocommerce.com/vendor/amazon-pay-admin/\";s:4:\"icon\";s:76:\"https://woocommerce.com/wp-content/uploads/2013/08/woo-Amazon_Pay-8lvfuy.png\";s:5:\"image\";s:82:\"https://woocommerce.com/wp-content/uploads/2020/06/Amazon-Pay-Dark.png?fit=764,573\";s:3:\"url\";s:118:\"https://woocommerce.com/products/pay-with-amazon/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:0;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";d:2.899999999999999911182158029987476766109466552734375;s:12:\"reviewsCount\";i:44;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:0;s:4:\"slug\";s:44:\"woocommerce-gateway-amazon-payments-advanced\";s:9:\"countries\";a:18:{i:0;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1499;s:4:\"name\";s:7:\"Austria\";s:4:\"slug\";s:7:\"austria\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1557;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:22;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇦🇹\";s:12:\"country_code\";s:2:\"at\";}i:1;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1618;s:4:\"name\";s:7:\"Belgium\";s:4:\"slug\";s:7:\"belgium\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1145;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:22;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇧🇪\";s:12:\"country_code\";s:2:\"be\";}i:2;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1899;s:4:\"name\";s:6:\"Cyprus\";s:4:\"slug\";s:6:\"cyprus\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1921;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:12;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇨🇾\";s:12:\"country_code\";s:2:\"cy\";}i:3;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1112;s:4:\"name\";s:7:\"Denmark\";s:4:\"slug\";s:7:\"denmark\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1141;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:19;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇩🇰\";s:12:\"country_code\";s:2:\"dk\";}i:4;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1622;s:4:\"name\";s:6:\"France\";s:4:\"slug\";s:6:\"france\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1331;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:29;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇫🇷\";s:12:\"country_code\";s:2:\"fr\";}i:5;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1615;s:4:\"name\";s:7:\"Germany\";s:4:\"slug\";s:7:\"germany\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1142;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:32;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇩🇪\";s:12:\"country_code\";s:2:\"de\";}i:6;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1263;s:4:\"name\";s:7:\"Hungary\";s:4:\"slug\";s:7:\"hungary\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1306;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:14;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇭🇺\";s:12:\"country_code\";s:2:\"hu\";}i:7;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1629;s:4:\"name\";s:7:\"Ireland\";s:4:\"slug\";s:7:\"ireland\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1308;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:23;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇮🇪\";s:12:\"country_code\";s:2:\"ie\";}i:8;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1406;s:4:\"name\";s:5:\"Italy\";s:4:\"slug\";s:5:\"italy\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1462;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:21;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇮🇹\";s:12:\"country_code\";s:2:\"it\";}i:9;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1261;s:4:\"name\";s:5:\"Japan\";s:4:\"slug\";s:5:\"japan\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1303;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:10;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇯🇵\";s:12:\"country_code\";s:2:\"jp\";}i:10;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1826;s:4:\"name\";s:10:\"Luxembourg\";s:4:\"slug\";s:10:\"luxembourg\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1848;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:12;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇱🇺\";s:12:\"country_code\";s:2:\"lu\";}i:11;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1613;s:4:\"name\";s:11:\"Netherlands\";s:4:\"slug\";s:11:\"netherlands\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1137;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:22;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇳🇱\";s:12:\"country_code\";s:2:\"nl\";}i:12;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1110;s:4:\"name\";s:8:\"Portugal\";s:4:\"slug\";s:8:\"portugal\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1139;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:18;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇵🇹\";s:12:\"country_code\";s:2:\"pt\";}i:13;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1624;s:4:\"name\";s:5:\"Spain\";s:4:\"slug\";s:5:\"spain\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1259;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:28;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇪🇸\";s:12:\"country_code\";s:2:\"es\";}i:14;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1103;s:4:\"name\";s:6:\"Sweden\";s:4:\"slug\";s:6:\"sweden\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1132;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:18;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇸🇪\";s:12:\"country_code\";s:2:\"se\";}i:15;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1617;s:4:\"name\";s:11:\"Switzerland\";s:4:\"slug\";s:11:\"switzerland\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1144;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:14;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇨🇭\";s:12:\"country_code\";s:2:\"ch\";}i:16;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1092;s:4:\"name\";s:14:\"United Kingdom\";s:4:\"slug\";s:14:\"united-kingdom\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1121;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:38;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇬🇧\";s:12:\"country_code\";s:2:\"gb\";}i:17;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1093;s:4:\"name\";s:13:\"United States\";s:4:\"slug\";s:13:\"united-states\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1122;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:53;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇺🇸\";s:12:\"country_code\";s:2:\"us\";}}}i:2;O:8:\"stdClass\":20:{s:2:\"id\";i:1474706;s:5:\"title\";s:15:\"Affirm Payments\";s:11:\"description\";s:137:\"Buy now, pay later for your business—but smarter. Increase conversions and AOV by offering shoppers flexible payment plans from Affirm.\";s:10:\"vendorName\";s:6:\"Affirm\";s:9:\"vendorUrl\";s:38:\"https://woocommerce.com/vendor/affirm/\";s:4:\"icon\";s:72:\"https://woocommerce.com/wp-content/uploads/2016/02/woo-affirm-imdlae.png\";s:5:\"image\";s:99:\"https://woocommerce.com/wp-content/uploads/2016/02/black_logo-transparent_bg-mo35al.png?fit=764,573\";s:3:\"url\";s:129:\"https://woocommerce.com/products/woocommerce-gateway-affirm/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:0;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";d:1.899999999999999911182158029987476766109466552734375;s:12:\"reviewsCount\";i:11;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:0;s:4:\"slug\";s:26:\"woocommerce-gateway-affirm\";s:9:\"countries\";a:3:{i:0;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1611;s:4:\"name\";s:6:\"Canada\";s:4:\"slug\";s:6:\"canada\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1134;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:32;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇨🇦\";s:12:\"country_code\";s:2:\"ca\";}i:1;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1092;s:4:\"name\";s:14:\"United Kingdom\";s:4:\"slug\";s:14:\"united-kingdom\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1121;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:38;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇬🇧\";s:12:\"country_code\";s:2:\"gb\";}i:2;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1093;s:4:\"name\";s:13:\"United States\";s:4:\"slug\";s:13:\"united-states\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1122;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:53;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇺🇸\";s:12:\"country_code\";s:2:\"us\";}}}i:3;O:8:\"stdClass\":20:{s:2:\"id\";i:7988791;s:5:\"title\";s:8:\"Afterpay\";s:11:\"description\";s:126:\"Afterpay allows customers to purchase products and choose to pay in four installments over six weeks or pay monthly (US only).\";s:10:\"vendorName\";s:8:\"Afterpay\";s:9:\"vendorUrl\";s:40:\"https://woocommerce.com/vendor/afterpay/\";s:4:\"icon\";s:65:\"https://woocommerce.com/wp-content/uploads/2021/06/CAxAP-Icon.jpg\";s:5:\"image\";s:101:\"https://woocommerce.com/wp-content/uploads/2021/05/Afterpay_Badge_BlackonMint-2.png?w=620&fit=764,573\";s:3:\"url\";s:111:\"https://woocommerce.com/products/afterpay/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:0;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";d:2.5;s:12:\"reviewsCount\";i:11;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:0;s:4:\"slug\";s:32:\"afterpay-gateway-for-woocommerce\";s:9:\"countries\";a:4:{i:0;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1607;s:4:\"name\";s:9:\"Australia\";s:4:\"slug\";s:9:\"australia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1120;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:32;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇦🇺\";s:12:\"country_code\";s:2:\"au\";}i:1;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1611;s:4:\"name\";s:6:\"Canada\";s:4:\"slug\";s:6:\"canada\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1134;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:32;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇨🇦\";s:12:\"country_code\";s:2:\"ca\";}i:2;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1614;s:4:\"name\";s:11:\"New Zealand\";s:4:\"slug\";s:11:\"new-zealand\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1138;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:22;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇳🇿\";s:12:\"country_code\";s:2:\"nz\";}i:3;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1093;s:4:\"name\";s:13:\"United States\";s:4:\"slug\";s:13:\"united-states\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1122;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:53;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇺🇸\";s:12:\"country_code\";s:2:\"us\";}}}}}i:6;O:8:\"stdClass\":11:{s:4:\"type\";s:5:\"group\";s:2:\"id\";s:24:\"developed-by-woocommerce\";s:5:\"title\";s:20:\"Built by WooCommerce\";s:11:\"description\";s:100:\"Trust in high-quality solutions crafted by WooCommerce for a seamless and powerful store experience.\";s:3:\"url\";s:83:\"admin.php?page=wc-admin&tab=extensions&path=%2Fextensions&category=developed-by-woo\";s:8:\"url_text\";s:18:\"Explore extensions\";s:8:\"url_type\";s:8:\"wc-admin\";s:8:\"capacity\";i:4;s:8:\"cardType\";s:7:\"regular\";s:8:\"itemType\";s:9:\"extension\";s:5:\"items\";a:4:{i:0;O:8:\"stdClass\":20:{s:2:\"id\";i:5278104;s:5:\"title\";s:11:\"WooPayments\";s:11:\"description\";s:143:\"The only payment solution fully integrated with WooCommerce. Accept credit/debit cards and local payment options with no setup or monthly fees.\";s:10:\"vendorName\";s:3:\"Woo\";s:9:\"vendorUrl\";s:43:\"https://woocommerce.com/vendor/woocommerce/\";s:4:\"icon\";s:79:\"https://woocommerce.com/wp-content/uploads/2020/02/icon-WooPayments_160x160.png\";s:5:\"image\";s:0:\"\";s:3:\"url\";s:114:\"https://woocommerce.com/products/woopayments/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:0;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";d:3.899999999999999911182158029987476766109466552734375;s:12:\"reviewsCount\";i:144;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:0;s:4:\"slug\";s:20:\"woocommerce-payments\";s:9:\"countries\";a:38:{i:0;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1607;s:4:\"name\";s:9:\"Australia\";s:4:\"slug\";s:9:\"australia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1120;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:32;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇦🇺\";s:12:\"country_code\";s:2:\"au\";}i:1;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1499;s:4:\"name\";s:7:\"Austria\";s:4:\"slug\";s:7:\"austria\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1557;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:22;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇦🇹\";s:12:\"country_code\";s:2:\"at\";}i:2;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1618;s:4:\"name\";s:7:\"Belgium\";s:4:\"slug\";s:7:\"belgium\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1145;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:22;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇧🇪\";s:12:\"country_code\";s:2:\"be\";}i:3;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1823;s:4:\"name\";s:8:\"Bulgaria\";s:4:\"slug\";s:8:\"bulgaria\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1845;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:11;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇧🇬\";s:12:\"country_code\";s:2:\"bg\";}i:4;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1611;s:4:\"name\";s:6:\"Canada\";s:4:\"slug\";s:6:\"canada\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1134;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:32;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇨🇦\";s:12:\"country_code\";s:2:\"ca\";}i:5;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1332;s:4:\"name\";s:7:\"Croatia\";s:4:\"slug\";s:7:\"croatia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1381;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:13;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇭🇷\";s:12:\"country_code\";s:2:\"hr\";}i:6;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1899;s:4:\"name\";s:6:\"Cyprus\";s:4:\"slug\";s:6:\"cyprus\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1921;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:12;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇨🇾\";s:12:\"country_code\";s:2:\"cy\";}i:7;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1262;s:4:\"name\";s:14:\"Czech Republic\";s:4:\"slug\";s:14:\"czech-republic\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1305;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:15;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇨🇿\";s:12:\"country_code\";s:2:\"cz\";}i:8;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1112;s:4:\"name\";s:7:\"Denmark\";s:4:\"slug\";s:7:\"denmark\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1141;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:19;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇩🇰\";s:12:\"country_code\";s:2:\"dk\";}i:9;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1824;s:4:\"name\";s:7:\"Estonia\";s:4:\"slug\";s:7:\"estonia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1846;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:10;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇪🇪\";s:12:\"country_code\";s:2:\"ee\";}i:10;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1104;s:4:\"name\";s:7:\"Finland\";s:4:\"slug\";s:7:\"finland\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1133;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:17;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇫🇮\";s:12:\"country_code\";s:2:\"fi\";}i:11;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1622;s:4:\"name\";s:6:\"France\";s:4:\"slug\";s:6:\"france\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1331;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:29;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇫🇷\";s:12:\"country_code\";s:2:\"fr\";}i:12;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1615;s:4:\"name\";s:7:\"Germany\";s:4:\"slug\";s:7:\"germany\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1142;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:32;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇩🇪\";s:12:\"country_code\";s:2:\"de\";}i:13;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1901;s:4:\"name\";s:6:\"Greece\";s:4:\"slug\";s:6:\"greece\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1923;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:18;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇬🇷\";s:12:\"country_code\";s:2:\"gr\";}i:14;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1268;s:4:\"name\";s:9:\"Hong Kong\";s:4:\"slug\";s:9:\"hong-kong\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1313;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:10;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇭🇰\";s:12:\"country_code\";s:2:\"hk\";}i:15;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1263;s:4:\"name\";s:7:\"Hungary\";s:4:\"slug\";s:7:\"hungary\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1306;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:14;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇭🇺\";s:12:\"country_code\";s:2:\"hu\";}i:16;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1629;s:4:\"name\";s:7:\"Ireland\";s:4:\"slug\";s:7:\"ireland\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1308;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:23;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇮🇪\";s:12:\"country_code\";s:2:\"ie\";}i:17;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1406;s:4:\"name\";s:5:\"Italy\";s:4:\"slug\";s:5:\"italy\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1462;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:21;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇮🇹\";s:12:\"country_code\";s:2:\"it\";}i:18;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1261;s:4:\"name\";s:5:\"Japan\";s:4:\"slug\";s:5:\"japan\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1303;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:10;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇯🇵\";s:12:\"country_code\";s:2:\"jp\";}i:19;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1825;s:4:\"name\";s:6:\"Latvia\";s:4:\"slug\";s:6:\"latvia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1847;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:10;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇱🇻\";s:12:\"country_code\";s:2:\"lv\";}i:20;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1827;s:4:\"name\";s:9:\"Lithuania\";s:4:\"slug\";s:9:\"lithuania\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1849;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:11;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇱🇹\";s:12:\"country_code\";s:2:\"lt\";}i:21;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1826;s:4:\"name\";s:10:\"Luxembourg\";s:4:\"slug\";s:10:\"luxembourg\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1848;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:12;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇱🇺\";s:12:\"country_code\";s:2:\"lu\";}i:22;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1906;s:4:\"name\";s:5:\"Malta\";s:4:\"slug\";s:5:\"malta\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1928;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:11;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇲🇹\";s:12:\"country_code\";s:2:\"mt\";}i:23;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1613;s:4:\"name\";s:11:\"Netherlands\";s:4:\"slug\";s:11:\"netherlands\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1137;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:22;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇳🇱\";s:12:\"country_code\";s:2:\"nl\";}i:24;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1614;s:4:\"name\";s:11:\"New Zealand\";s:4:\"slug\";s:11:\"new-zealand\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1138;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:22;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇳🇿\";s:12:\"country_code\";s:2:\"nz\";}i:25;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1111;s:4:\"name\";s:6:\"Norway\";s:4:\"slug\";s:6:\"norway\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1140;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:16;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇳🇴\";s:12:\"country_code\";s:2:\"no\";}i:26;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1107;s:4:\"name\";s:6:\"Poland\";s:4:\"slug\";s:6:\"poland\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1136;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:16;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇵🇱\";s:12:\"country_code\";s:2:\"pl\";}i:27;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1110;s:4:\"name\";s:8:\"Portugal\";s:4:\"slug\";s:8:\"portugal\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1139;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:18;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇵🇹\";s:12:\"country_code\";s:2:\"pt\";}i:28;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1908;s:4:\"name\";s:7:\"Romania\";s:4:\"slug\";s:7:\"romania\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1930;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:13;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇷🇴\";s:12:\"country_code\";s:2:\"ro\";}i:29;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1625;s:4:\"name\";s:9:\"Singapore\";s:4:\"slug\";s:9:\"singapore\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1311;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:14;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇸🇬\";s:12:\"country_code\";s:2:\"sg\";}i:30;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1500;s:4:\"name\";s:8:\"Slovakia\";s:4:\"slug\";s:8:\"slovakia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1558;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:13;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇸🇰\";s:12:\"country_code\";s:2:\"sk\";}i:31;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1828;s:4:\"name\";s:8:\"Slovenia\";s:4:\"slug\";s:8:\"slovenia\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1850;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:11;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇸🇮\";s:12:\"country_code\";s:2:\"si\";}i:32;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1624;s:4:\"name\";s:5:\"Spain\";s:4:\"slug\";s:5:\"spain\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1259;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:28;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇪🇸\";s:12:\"country_code\";s:2:\"es\";}i:33;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1103;s:4:\"name\";s:6:\"Sweden\";s:4:\"slug\";s:6:\"sweden\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1132;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:18;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇸🇪\";s:12:\"country_code\";s:2:\"se\";}i:34;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1617;s:4:\"name\";s:11:\"Switzerland\";s:4:\"slug\";s:11:\"switzerland\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1144;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:14;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇨🇭\";s:12:\"country_code\";s:2:\"ch\";}i:35;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1626;s:4:\"name\";s:20:\"United Arab Emirates\";s:4:\"slug\";s:20:\"united-arab-emirates\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1312;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:8;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇦🇪\";s:12:\"country_code\";s:2:\"ae\";}i:36;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1092;s:4:\"name\";s:14:\"United Kingdom\";s:4:\"slug\";s:14:\"united-kingdom\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1121;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:38;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇬🇧\";s:12:\"country_code\";s:2:\"gb\";}i:37;O:8:\"stdClass\":12:{s:7:\"term_id\";i:1093;s:4:\"name\";s:13:\"United States\";s:4:\"slug\";s:13:\"united-states\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1122;s:8:\"taxonomy\";s:12:\"pa_countries\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:53;s:6:\"filter\";s:3:\"raw\";s:4:\"flag\";s:8:\"🇺🇸\";s:12:\"country_code\";s:2:\"us\";}}}i:1;O:8:\"stdClass\":20:{s:2:\"id\";i:390890;s:5:\"title\";s:20:\"WooCommerce Bookings\";s:11:\"description\";s:100:\"Allow customers to book appointments, make reservations or rent equipment without leaving your site.\";s:10:\"vendorName\";s:3:\"Woo\";s:9:\"vendorUrl\";s:43:\"https://woocommerce.com/vendor/woocommerce/\";s:4:\"icon\";s:90:\"https://woocommerce.com/wp-content/uploads/2014/05/Bookings_icon-marketplace-160x160-1.png\";s:5:\"image\";s:0:\"\";s:3:\"url\";s:123:\"https://woocommerce.com/products/woocommerce-bookings/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:249;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";d:2.70000000000000017763568394002504646778106689453125;s:12:\"reviewsCount\";i:59;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:249;s:4:\"slug\";s:20:\"woocommerce-bookings\";s:9:\"countries\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Worldwide\";s:4:\"flag\";s:1143:\"<span class=\"gridicon\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n	<rect x=\"0\" fill=\"none\" width=\"24\" height=\"24\"/>\n	<g>\n		<path\n			d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z\"/>\n	</g>\n</svg></span>\";s:4:\"slug\";s:9:\"worldwide\";}}}i:2;O:8:\"stdClass\":20:{s:2:\"id\";i:18616;s:5:\"title\";s:18:\"Min/Max Quantities\";s:11:\"description\";s:71:\"Minimum and maximum quantity rules for products, orders and categories.\";s:10:\"vendorName\";s:3:\"Woo\";s:9:\"vendorUrl\";s:43:\"https://woocommerce.com/vendor/woocommerce/\";s:4:\"icon\";s:100:\"https://woocommerce.com/wp-content/uploads/2011/11/Min-Max_Quantities_icon-marketplace-160x160-2.png\";s:5:\"image\";s:0:\"\";s:3:\"url\";s:120:\"https://woocommerce.com/products/minmax-quantities/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:49;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";d:4.0999999999999996447286321199499070644378662109375;s:12:\"reviewsCount\";i:17;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:49;s:4:\"slug\";s:30:\"woocommerce-min-max-quantities\";s:9:\"countries\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Worldwide\";s:4:\"flag\";s:1143:\"<span class=\"gridicon\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n	<rect x=\"0\" fill=\"none\" width=\"24\" height=\"24\"/>\n	<g>\n		<path\n			d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z\"/>\n	</g>\n</svg></span>\";s:4:\"slug\";s:9:\"worldwide\";}}}i:3;O:8:\"stdClass\":20:{s:2:\"id\";i:27147;s:5:\"title\";s:25:\"WooCommerce Subscriptions\";s:11:\"description\";s:98:\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis.\";s:10:\"vendorName\";s:3:\"Woo\";s:9:\"vendorUrl\";s:43:\"https://woocommerce.com/vendor/woocommerce/\";s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/uploads/2012/09/Woo_Subscriptions_icon-marketplace-160x160-2.png\";s:5:\"image\";s:0:\"\";s:3:\"url\";s:128:\"https://woocommerce.com/products/woocommerce-subscriptions/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:279;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";d:3.20000000000000017763568394002504646778106689453125;s:12:\"reviewsCount\";i:109;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:279;s:4:\"slug\";s:25:\"woocommerce-subscriptions\";s:9:\"countries\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Worldwide\";s:4:\"flag\";s:1143:\"<span class=\"gridicon\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n	<rect x=\"0\" fill=\"none\" width=\"24\" height=\"24\"/>\n	<g>\n		<path\n			d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z\"/>\n	</g>\n</svg></span>\";s:4:\"slug\";s:9:\"worldwide\";}}}}}i:7;O:8:\"stdClass\":11:{s:4:\"type\";s:5:\"group\";s:2:\"id\";s:14:\"popular-themes\";s:5:\"title\";s:25:\"Elevate your store\'s look\";s:11:\"description\";s:88:\"Choose from beautifully crafted themes designed to captivate and convert your customers.\";s:3:\"url\";s:53:\"admin.php?page=wc-admin&tab=themes&path=%2Fextensions\";s:8:\"url_text\";s:23:\"Find your perfect theme\";s:8:\"url_type\";s:8:\"wc-admin\";s:8:\"capacity\";i:4;s:8:\"cardType\";s:7:\"regular\";s:8:\"itemType\";s:5:\"theme\";s:5:\"items\";a:4:{i:0;O:8:\"stdClass\":20:{s:2:\"id\";i:18734002395397;s:5:\"title\";s:8:\"Everglow\";s:11:\"description\";s:123:\"Effortlessly build a store for selling organic & sustainable skincare products with the elegant Everglow WooCommerce theme.\";s:10:\"vendorName\";s:6:\"AgniHD\";s:9:\"vendorUrl\";s:38:\"https://woocommerce.com/vendor/agnihd/\";s:4:\"icon\";s:67:\"https://woocommerce.com/wp-content/uploads/2023/08/Icon-80x80-2.png\";s:5:\"image\";s:91:\"https://woocommerce.com/wp-content/uploads/2023/08/Featured-image-538x403-2.png?fit=764,573\";s:3:\"url\";s:111:\"https://woocommerce.com/products/everglow/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:79;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";N;s:12:\"reviewsCount\";N;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:79;s:4:\"slug\";s:8:\"everglow\";s:9:\"countries\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Worldwide\";s:4:\"flag\";s:1143:\"<span class=\"gridicon\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n	<rect x=\"0\" fill=\"none\" width=\"24\" height=\"24\"/>\n	<g>\n		<path\n			d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z\"/>\n	</g>\n</svg></span>\";s:4:\"slug\";s:9:\"worldwide\";}}}i:1;O:8:\"stdClass\":20:{s:2:\"id\";i:6454820;s:5:\"title\";s:11:\"Restoration\";s:11:\"description\";s:90:\"An elegant and sophisticated mobile-first, Gutenberg-powered theme for WooCommerce stores.\";s:10:\"vendorName\";s:11:\"Fuel Themes\";s:9:\"vendorUrl\";s:43:\"https://woocommerce.com/vendor/fuel-themes/\";s:4:\"icon\";s:59:\"https://woocommerce.com/wp-content/uploads/2020/09/icon.png\";s:5:\"image\";s:90:\"https://woocommerce.com/wp-content/uploads/2020/09/restoration-woocommerce.jpg?fit=764,573\";s:3:\"url\";s:114:\"https://woocommerce.com/products/restoration/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:99;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";i:1;s:12:\"reviewsCount\";i:4;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:99;s:4:\"slug\";s:11:\"restoration\";s:9:\"countries\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Worldwide\";s:4:\"flag\";s:1143:\"<span class=\"gridicon\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n	<rect x=\"0\" fill=\"none\" width=\"24\" height=\"24\"/>\n	<g>\n		<path\n			d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z\"/>\n	</g>\n</svg></span>\";s:4:\"slug\";s:9:\"worldwide\";}}}i:2;O:8:\"stdClass\":20:{s:2:\"id\";i:7916465;s:5:\"title\";s:10:\"Smart Home\";s:11:\"description\";s:131:\"Smart Home is a beautiful Gutenberg-powered theme with a technology-style look suitable for all stores selling smart home products.\";s:10:\"vendorName\";s:11:\"Fuel Themes\";s:9:\"vendorUrl\";s:43:\"https://woocommerce.com/vendor/fuel-themes/\";s:4:\"icon\";s:59:\"https://woocommerce.com/wp-content/uploads/2021/04/icon.png\";s:5:\"image\";s:74:\"https://woocommerce.com/wp-content/uploads/2021/04/browser.jpg?fit=764,573\";s:3:\"url\";s:113:\"https://woocommerce.com/products/smart-home/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:99;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";N;s:12:\"reviewsCount\";N;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:99;s:4:\"slug\";s:10:\"smart-home\";s:9:\"countries\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Worldwide\";s:4:\"flag\";s:1143:\"<span class=\"gridicon\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n	<rect x=\"0\" fill=\"none\" width=\"24\" height=\"24\"/>\n	<g>\n		<path\n			d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z\"/>\n	</g>\n</svg></span>\";s:4:\"slug\";s:9:\"worldwide\";}}}i:3;O:8:\"stdClass\":20:{s:2:\"id\";i:18734001964004;s:5:\"title\";s:4:\"Heim\";s:11:\"description\";s:117:\"Create an impressive WooCommerce store with Heim, a clean, minimalist WordPress theme optimized for the Block Editor.\";s:10:\"vendorName\";s:10:\"NordicMade\";s:9:\"vendorUrl\";s:42:\"https://woocommerce.com/vendor/nordicmade/\";s:4:\"icon\";s:59:\"https://woocommerce.com/wp-content/uploads/2023/05/icon.jpg\";s:5:\"image\";s:76:\"https://woocommerce.com/wp-content/uploads/2023/05/thumbnail.jpg?fit=764,573\";s:3:\"url\";s:107:\"https://woocommerce.com/products/heim/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:8:\"currency\";s:3:\"USD\";s:5:\"price\";i:79;s:11:\"productType\";s:6:\"simple\";s:13:\"averageRating\";i:5;s:12:\"reviewsCount\";i:6;s:13:\"isInstallable\";b:0;s:13:\"billingPeriod\";s:0:\"\";s:21:\"billingPeriodInterval\";i:0;s:8:\"isOnSale\";b:0;s:12:\"regularPrice\";i:79;s:4:\"slug\";s:4:\"heim\";s:9:\"countries\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"name\";s:9:\"Worldwide\";s:4:\"flag\";s:1143:\"<span class=\"gridicon\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n	<rect x=\"0\" fill=\"none\" width=\"24\" height=\"24\"/>\n	<g>\n		<path\n			d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm6.918 6h-3.215c-.188-1.424-.42-2.65-.565-3.357 1.593.682 2.916 1.87 3.78 3.357zm-5.904-3.928c.068.352.387 2.038.645 3.928h-3.32c.26-1.89.578-3.576.646-3.928C11.32 4.03 11.656 4 12 4s.68.03 1.014.072zM14 12c0 .598-.043 1.286-.11 2h-3.78c-.067-.714-.11-1.402-.11-2s.043-1.286.11-2h3.78c.067.714.11 1.402.11 2zM8.862 4.643C8.717 5.35 8.485 6.576 8.297 8H5.082c.864-1.487 2.187-2.675 3.78-3.357zM4.262 10h3.822c-.05.668-.084 1.344-.084 2s.033 1.332.085 2H4.263C4.097 13.36 4 12.692 4 12s.098-1.36.263-2zm.82 6h3.215c.188 1.424.42 2.65.565 3.357-1.593-.682-2.916-1.87-3.78-3.357zm5.904 3.928c-.068-.353-.388-2.038-.645-3.928h3.32c-.26 1.89-.578 3.576-.646 3.928-.333.043-.67.072-1.014.072s-.68-.03-1.014-.072zm4.152-.57c.145-.708.377-1.934.565-3.358h3.215c-.864 1.487-2.187 2.675-3.78 3.357zm4.6-5.358h-3.822c.05-.668.084-1.344.084-2s-.033-1.332-.085-2h3.82c.167.64.265 1.308.265 2s-.097 1.36-.263 2z\"/>\n	</g>\n</svg></span>\";s:4:\"slug\";s:9:\"worldwide\";}}}}}}}','off'),(369771,'_transient_timeout_jetpack_jitm_d766d6bc0a949a7de052d13b37b41da','1759513223','off'),(369772,'_transient_jetpack_jitm_d766d6bc0a949a7de052d13b37b41da','a:1:{s:18:\"last_response_time\";i:1759512923;}','off'),(369774,'_transient_timeout_jetpack_update_remote_package_last_query','1759513043','off'),(369775,'_transient_jetpack_update_remote_package_last_query','1759512983','off');
/*!40000 ALTER TABLE `nbn_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_postmeta`
--

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

--
-- Dumping data for table `nbn_postmeta`
--

LOCK TABLES `nbn_postmeta` WRITE;
/*!40000 ALTER TABLE `nbn_postmeta` DISABLE KEYS */;
INSERT INTO `nbn_postmeta` VALUES (1,2,'_wp_page_template','home-v3'),(2,3,'_wp_page_template','default'),(3,5,'_wp_attached_file','woocommerce-placeholder.webp'),(4,5,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:28:\"woocommerce-placeholder.webp\";s:8:\"filesize\";i:43928;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"woocommerce-placeholder-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6294;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"woocommerce-placeholder-1024x1024.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:49840;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"woocommerce-placeholder-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2054;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"woocommerce-placeholder-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30190;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"woocommerce-placeholder-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6294;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"woocommerce-placeholder-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19816;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"woocommerce-placeholder-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1140;}}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:{}}}'),(199,2,'_edit_lock','1758201201:1'),(207,2,'_edit_last','1'),(208,2,'_yoast_wpseo_content_score','90'),(209,2,'_yoast_wpseo_estimated-reading-time-minutes','1'),(210,29,'origin','theme'),(211,31,'_edit_lock','1730068354:1'),(212,31,'_edit_last','1'),(213,31,'_yoast_wpseo_estimated-reading-time-minutes','1'),(215,31,'_yoast_wpseo_content_score','90'),(219,43,'origin','theme'),(220,46,'origin','theme'),(221,53,'origin','theme'),(222,31,'_wp_page_template','contact'),(223,67,'_wp_attached_file','2024/10/AG-logo.webp'),(224,67,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:361;s:6:\"height\";i:54;s:4:\"file\";s:20:\"2024/10/AG-logo.webp\";s:8:\"filesize\";i:1730;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"AG-logo-300x45.webp\";s:5:\"width\";i:300;s:6:\"height\";i:45;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4878;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"AG-logo-150x54.webp\";s:5:\"width\";i:150;s:6:\"height\";i:54;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:882;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"AG-logo-300x45.webp\";s:5:\"width\";i:300;s:6:\"height\";i:45;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4878;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"AG-logo-100x54.webp\";s:5:\"width\";i:100;s:6:\"height\";i:54;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:680;}}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:{}}}'),(225,73,'origin','theme'),(226,74,'origin','theme'),(227,75,'origin','plugin'),(228,76,'origin','plugin'),(229,77,'origin','theme'),(230,84,'origin','theme'),(231,82,'_wp_page_template','blank'),(233,82,'_edit_lock','1755712492:1'),(234,82,'_edit_last','1'),(236,82,'_yoast_wpseo_estimated-reading-time-minutes','1'),(239,93,'_edit_lock','1757446132:1'),(240,93,'_wp_page_template','about'),(241,93,'_edit_last','1'),(242,93,'_yoast_wpseo_estimated-reading-time-minutes','1'),(243,95,'_edit_lock','1757446936:1'),(244,95,'_edit_last','1'),(245,95,'_yoast_wpseo_estimated-reading-time-minutes','3'),(253,108,'_wp_attached_file','2024/10/IMG_4031.webp'),(254,108,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:21:\"2024/10/IMG_4031.webp\";s:8:\"filesize\";i:1938886;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_4031-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:103824;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_4031-1024x683.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1027676;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_4031-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:38506;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_4031-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:613410;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_4031-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:103824;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_4031-600x400.webp\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:392668;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_4031-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17718;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(255,110,'origin','theme'),(256,111,'origin','theme'),(257,112,'origin','theme'),(258,113,'origin','theme'),(259,115,'origin','plugin'),(260,116,'origin','theme'),(261,53,'wpforms_form_locations','a:2:{i:0;a:6:{s:4:\"type\";s:11:\"wp_template\";s:5:\"title\";s:21:\"Product List Extended\";s:7:\"form_id\";i:55;s:2:\"id\";i:118;s:6:\"status\";s:7:\"publish\";s:3:\"url\";s:23:\"/product-list-extended/\";}i:1;a:6:{s:4:\"type\";s:11:\"wp_template\";s:5:\"title\";s:12:\"Product List\";s:7:\"form_id\";i:55;s:2:\"id\";i:117;s:6:\"status\";s:7:\"publish\";s:3:\"url\";s:14:\"/product-list/\";}}'),(262,117,'origin','theme'),(263,118,'origin','theme'),(264,119,'origin','plugin'),(265,120,'origin','theme'),(266,121,'origin','theme'),(267,122,'_edit_lock','1759413145:1'),(268,122,'af_addon_title_font_size','14'),(269,122,'af_addon_option_title_font_size','12'),(270,122,'af_addon_field_border_pixels','1'),(271,122,'af_addon_desc_font_size','12'),(272,122,'af_addon_tooltip_font_size','12'),(275,122,'total_sales','0'),(276,122,'_tax_status','taxable'),(277,122,'_tax_class',''),(278,122,'_manage_stock','no'),(279,122,'_backorders','no'),(280,122,'_sold_individually','no'),(281,122,'_virtual','no'),(282,122,'_downloadable','no'),(283,122,'_download_limit','-1'),(284,122,'_download_expiry','-1'),(285,122,'_stock',NULL),(286,122,'_stock_status','instock'),(287,122,'_wc_average_rating','0'),(288,122,'_wc_review_count','0'),(290,122,'_product_version','10.2.2'),(291,122,'_edit_last','1'),(292,122,'exclude_rule_addons',''),(293,122,'af_addon_title_display_as_selector','af_addon_title_display_text'),(294,122,'af_addon_heading_type_selector','addon_h1'),(295,122,'af_addon_seperator_checkbox',''),(296,122,'af_addon_title_seperator','af_addon_title_seperator_br'),(297,122,'af_addon_option_title_font_color',''),(298,122,'af_addon_title_bg',''),(299,122,'af_addon_title_color',''),(300,122,'af_addon_bg_color',''),(301,122,'af_addon_title_top_left_radius',''),(302,122,'af_addon_title_top_right_radius',''),(303,122,'af_addon_title_bottom_left_radius',''),(304,122,'af_addon_title_bottom_right_radius',''),(305,122,'af_addon_title_top_padding',''),(306,122,'af_addon_title_bottom_padding',''),(307,122,'af_addon_title_left_padding',''),(308,122,'af_addon_title_right_padding',''),(309,122,'af_addon_field_border',''),(310,122,'af_addon_field_border_top_left_radius',''),(311,122,'af_addon_field_border_top_right_radius',''),(312,122,'af_addon_field_border_bottom_left_radius',''),(313,122,'af_addon_field_border_bottom_right_radius',''),(314,122,'af_addon_field_border_top_padding',''),(315,122,'af_addon_field_border_bottom_padding',''),(316,122,'af_addon_field_border_left_padding',''),(317,122,'af_addon_field_border_right_padding',''),(318,122,'af_addon_field_title_position','left'),(319,122,'af_addon_field_border_color',''),(320,122,'af_addon_title_position','af_addon_title_inside_border'),(321,122,'af_addon_tooltip_background_color','#000000'),(322,122,'af_addon_tooltip_text_color',''),(323,122,'_yoast_wpseo_primary_product_cat','25'),(324,122,'_yoast_wpseo_estimated-reading-time-minutes','1'),(1336,179,'af_addon_field_sort',''),(1337,179,'af_addon_depend_selector','af_addon_not_dependable'),(1338,179,'af_addon_field_depend_selector','0'),(1339,179,'af_addon_option_depend_selector','a:0:{}'),(1340,179,'af_addon_type_select','image_swatcher'),(1341,179,'af_addon_field_title','Top Color'),(1342,179,'af_addon_tooltip_checkbox',''),(1343,179,'af_addon_tooltip_textarea',''),(1344,179,'af_addon_desc_checkbox',''),(1345,179,'af_addon_desc_textarea',''),(1346,179,'af_addon_required_field',''),(1347,179,'af_addon_limit_range_checkbox',''),(1348,179,'af_addon_min_limit_range',''),(1349,179,'af_addon_max_limit_range',''),(1350,179,'af_addon_price_range_checkbox',''),(1351,179,'af_addon_field_price_type','free'),(1352,179,'af_addon_field_price',''),(1353,179,'af_addon_upload_file_extention',''),(1354,180,'af_addon_option_priority',''),(1355,180,'af_addon_field_options_image',''),(1356,180,'af_addon_field_options_name',''),(1357,180,'af_addon_option_color',''),(1358,180,'af_addon_field_options_price_type','free'),(1359,180,'af_addon_field_options_price',''),(2094,224,'af_addon_field_sort',''),(2095,224,'af_addon_depend_selector','af_addon_not_dependable'),(2096,224,'af_addon_field_depend_selector','0'),(2097,224,'af_addon_option_depend_selector','a:0:{}'),(2098,224,'af_addon_type_select','image_swatcher'),(2099,224,'af_addon_field_title','Top Color'),(2100,224,'af_addon_tooltip_checkbox',''),(2101,224,'af_addon_tooltip_textarea',''),(2102,224,'af_addon_desc_checkbox',''),(2103,224,'af_addon_desc_textarea',''),(2104,224,'af_addon_required_field','1'),(2105,224,'af_addon_limit_range_checkbox',''),(2106,224,'af_addon_min_limit_range',''),(2107,224,'af_addon_max_limit_range',''),(2108,224,'af_addon_price_range_checkbox',''),(2109,224,'af_addon_field_price_type','free'),(2110,224,'af_addon_field_price',''),(2111,224,'af_addon_upload_file_extention',''),(2112,242,'af_addon_option_priority',''),(2113,242,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-floyellow.png'),(2118,182,'_variation_description',''),(2119,182,'_regular_price','25'),(2120,182,'total_sales','0'),(2121,182,'_tax_status','taxable'),(2122,182,'_tax_class','parent'),(2123,182,'_manage_stock','no'),(2124,182,'_backorders','no'),(2125,182,'_sold_individually','no'),(2126,182,'_virtual','no'),(2127,182,'_downloadable','no'),(2128,182,'_download_limit','-1'),(2129,182,'_download_expiry','-1'),(2130,242,'af_addon_field_options_name','Flo Yellow'),(2131,242,'af_addon_option_color',''),(2133,242,'af_addon_field_options_price_type','free'),(2134,242,'af_addon_field_options_price',''),(2135,182,'_stock',NULL),(2136,182,'_stock_status','instock'),(2137,182,'_wc_average_rating','0'),(2138,241,'af_addon_option_priority',''),(2139,182,'_wc_review_count','0'),(2140,182,'_price','25'),(2141,241,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-flopink.png'),(2142,182,'_product_version','9.3.3'),(2144,182,'var_style_tab_hide',''),(2146,182,'exclude_var_rule_addons',''),(2147,182,'exclude_var_addons','1'),(2148,182,'af_addon_title_display_as_selector','af_addon_title_display_text'),(2149,182,'af_addon_heading_type_selector','addon_h1'),(2150,182,'af_addon_seperator_checkbox',''),(2151,182,'af_addon_title_seperator','af_addon_title_seperator_br'),(2152,182,'af_addon_option_title_font_size','12'),(2153,182,'af_addon_option_title_font_color',''),(2154,182,'af_addon_title_bg',''),(2155,182,'af_addon_title_color',''),(2156,182,'af_addon_bg_color',''),(2157,182,'af_addon_title_top_left_radius',''),(2158,182,'af_addon_title_top_right_radius',''),(2159,182,'af_addon_title_bottom_left_radius',''),(2160,182,'af_addon_title_bottom_right_radius',''),(2161,182,'af_addon_title_top_padding',''),(2162,182,'af_addon_title_bottom_padding',''),(2163,182,'af_addon_title_left_padding',''),(2164,182,'af_addon_title_right_padding',''),(2165,182,'af_addon_field_border',''),(2166,182,'af_addon_field_border_pixels','1'),(2167,182,'af_addon_field_border_top_left_radius',''),(2168,182,'af_addon_field_border_top_right_radius',''),(2169,182,'af_addon_field_border_bottom_left_radius',''),(2170,182,'af_addon_field_border_bottom_right_radius',''),(2171,182,'af_addon_field_border_top_padding',''),(2172,182,'af_addon_field_border_bottom_padding',''),(2173,182,'af_addon_field_border_left_padding',''),(2174,182,'af_addon_field_border_right_padding',''),(2175,182,'af_addon_field_title_position','left'),(2176,182,'af_addon_field_border_color',''),(2177,182,'af_addon_title_font_size','14'),(2178,182,'af_addon_desc_font_size','12'),(2179,182,'af_addon_title_position','af_addon_title_inside_border'),(2180,182,'af_addon_tooltip_background_color','#000000'),(2181,182,'af_addon_tooltip_text_color',''),(2182,182,'af_addon_tooltip_font_size','12'),(2189,241,'af_addon_field_options_name','Flo Pink'),(2190,241,'af_addon_option_color',''),(2191,241,'af_addon_field_options_price_type','free'),(2192,241,'af_addon_field_options_price',''),(2193,240,'af_addon_option_priority',''),(2194,240,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-rubyred.png'),(2202,240,'af_addon_field_options_name','Ruby Red'),(2203,240,'af_addon_option_color',''),(2204,240,'af_addon_field_options_price_type','free'),(2205,240,'af_addon_field_options_price',''),(2206,239,'af_addon_option_priority',''),(2207,239,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-purple.png'),(2213,239,'af_addon_field_options_name','Purple'),(2214,239,'af_addon_option_color',''),(2215,239,'af_addon_field_options_price_type','free'),(2216,239,'af_addon_field_options_price',''),(2217,238,'af_addon_option_priority',''),(2218,238,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-navyblue.png'),(2226,238,'af_addon_field_options_name','Navy Blue'),(2227,238,'af_addon_option_color',''),(2228,238,'af_addon_field_options_price_type','free'),(2229,238,'af_addon_field_options_price',''),(2230,237,'af_addon_option_priority',''),(2231,237,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-teal.png'),(2237,237,'af_addon_field_options_name','Teal'),(2238,237,'af_addon_option_color',''),(2239,237,'af_addon_field_options_price_type','free'),(2240,237,'af_addon_field_options_price',''),(2241,236,'af_addon_option_priority',''),(2242,236,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-seafoam.png'),(2250,236,'af_addon_field_options_name','Sea Foam'),(2251,236,'af_addon_option_color',''),(2252,236,'af_addon_field_options_price_type','free'),(2253,236,'af_addon_field_options_price',''),(2254,235,'af_addon_option_priority',''),(2255,235,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-lightblue.png'),(2261,235,'af_addon_field_options_name','Light Blue'),(2262,235,'af_addon_option_color',''),(2263,235,'af_addon_field_options_price_type','free'),(2264,235,'af_addon_field_options_price',''),(2265,234,'af_addon_option_priority',''),(2266,234,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-yamahablue.png'),(2274,234,'af_addon_field_options_name','Yamaha Blue'),(2275,234,'af_addon_option_color',''),(2276,234,'af_addon_field_options_price_type','free'),(2277,234,'af_addon_field_options_price',''),(2278,233,'af_addon_option_priority',''),(2279,233,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-tmblue.png'),(2285,233,'af_addon_field_options_name','TM Blue'),(2286,233,'af_addon_option_color',''),(2287,233,'af_addon_field_options_price_type','free'),(2288,233,'af_addon_field_options_price',''),(2289,232,'af_addon_option_priority',''),(2290,232,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-kawasakigreen.png'),(2298,232,'af_addon_field_options_name','Kawasaki Green'),(2299,232,'af_addon_option_color',''),(2300,232,'af_addon_field_options_price_type','free'),(2301,232,'af_addon_field_options_price',''),(2302,231,'af_addon_option_priority',''),(2303,231,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-suzukiyellow.png'),(2309,231,'af_addon_field_options_name','Suzuki Yellow'),(2310,231,'af_addon_option_color',''),(2311,231,'af_addon_field_options_price_type','free'),(2312,231,'af_addon_field_options_price',''),(2313,230,'af_addon_option_priority',''),(2314,230,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-ktmorange.png'),(2322,230,'af_addon_field_options_name','KTM Orange'),(2323,230,'af_addon_option_color',''),(2324,230,'af_addon_field_options_price_type','free'),(2325,230,'af_addon_field_options_price',''),(2326,229,'af_addon_option_priority',''),(2327,229,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-gasgasred.png'),(2333,229,'af_addon_field_options_name','GasGas Red'),(2334,229,'af_addon_option_color',''),(2335,229,'af_addon_field_options_price_type','free'),(2336,229,'af_addon_field_options_price',''),(2337,228,'af_addon_option_priority',''),(2338,228,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-hondared.png'),(2346,228,'af_addon_field_options_name','Honda Red'),(2347,228,'af_addon_option_color',''),(2348,228,'af_addon_field_options_price_type','free'),(2349,228,'af_addon_field_options_price',''),(2350,227,'af_addon_option_priority',''),(2351,227,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-white.png'),(2357,227,'af_addon_field_options_name','White'),(2358,227,'af_addon_option_color',''),(2359,227,'af_addon_field_options_price_type','free'),(2360,227,'af_addon_field_options_price',''),(2361,226,'af_addon_option_priority',''),(2362,226,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-coolgrey.png'),(2369,226,'af_addon_field_options_name','Cool Gray'),(2370,226,'af_addon_option_color',''),(2371,226,'af_addon_field_options_price_type','free'),(2372,226,'af_addon_field_options_price',''),(2373,225,'af_addon_option_priority',''),(2374,225,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-black.png'),(2381,225,'af_addon_field_options_name','Black'),(2382,225,'af_addon_option_color',''),(2383,225,'af_addon_field_options_price_type','free'),(2384,225,'af_addon_field_options_price',''),(2448,327,'af_addon_field_sort',''),(2449,327,'af_addon_depend_selector','af_addon_not_dependable'),(2450,327,'af_addon_field_depend_selector','0'),(2451,327,'af_addon_option_depend_selector','a:0:{}'),(2452,327,'af_addon_type_select','image_swatcher'),(2453,327,'af_addon_field_title','Top Color'),(2454,327,'af_addon_tooltip_checkbox',''),(2455,327,'af_addon_tooltip_textarea',''),(2456,327,'af_addon_desc_checkbox',''),(2457,327,'af_addon_desc_textarea',''),(2458,327,'af_addon_required_field',''),(2459,327,'af_addon_limit_range_checkbox',''),(2460,327,'af_addon_min_limit_range',''),(2461,327,'af_addon_max_limit_range',''),(2462,327,'af_addon_price_range_checkbox',''),(2463,327,'af_addon_field_price_type','free'),(2464,327,'af_addon_field_price',''),(2465,327,'af_addon_upload_file_extention',''),(2466,330,'af_addon_option_priority',''),(2467,330,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-rubyred.png'),(2471,330,'af_addon_field_options_name','2'),(2472,330,'af_addon_option_color',''),(2473,330,'af_addon_field_options_price_type','free'),(2474,330,'af_addon_field_options_price',''),(2475,329,'af_addon_option_priority',''),(2476,329,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-kawasakigreen.png'),(2480,329,'af_addon_field_options_name','3'),(2481,329,'af_addon_option_color',''),(2482,329,'af_addon_field_options_price_type','free'),(2483,329,'af_addon_field_options_price',''),(2484,328,'af_addon_option_priority',''),(2485,328,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-flopink.png'),(2489,328,'af_addon_field_options_name','1'),(2490,328,'af_addon_option_color',''),(2491,328,'af_addon_field_options_price_type','free'),(2492,328,'af_addon_field_options_price',''),(2493,324,'af_addon_field_sort',''),(2494,324,'af_addon_depend_selector','af_addon_not_dependable'),(2495,324,'af_addon_field_depend_selector','0'),(2496,324,'af_addon_option_depend_selector','a:0:{}'),(2497,324,'af_addon_type_select','image_swatcher'),(2498,324,'af_addon_field_title','Base color'),(2499,324,'af_addon_tooltip_checkbox',''),(2500,324,'af_addon_tooltip_textarea',''),(2501,324,'af_addon_desc_checkbox',''),(2502,324,'af_addon_desc_textarea',''),(2503,324,'af_addon_required_field',''),(2504,324,'af_addon_limit_range_checkbox',''),(2505,324,'af_addon_min_limit_range',''),(2506,324,'af_addon_max_limit_range',''),(2507,324,'af_addon_price_range_checkbox',''),(2508,324,'af_addon_field_price_type','free'),(2509,324,'af_addon_field_price',''),(2510,324,'af_addon_upload_file_extention',''),(2511,326,'af_addon_option_priority',''),(2512,326,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-base-coolgrey.png'),(2516,326,'af_addon_field_options_name','2'),(2517,326,'af_addon_option_color',''),(2518,326,'af_addon_field_options_price_type','free'),(2519,326,'af_addon_field_options_price',''),(2520,325,'af_addon_option_priority',''),(2521,325,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-base-black.png'),(2525,325,'af_addon_field_options_name','1'),(2526,325,'af_addon_option_color',''),(2527,325,'af_addon_field_options_price_type','free'),(2528,325,'af_addon_field_options_price',''),(2529,122,'_price','50'),(2551,342,'af_addon_option_priority',''),(2552,342,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-yamahablue.png'),(2556,342,'af_addon_field_options_name','Blue'),(2557,342,'af_addon_option_color',''),(2558,342,'af_addon_field_options_price_type','free'),(2559,342,'af_addon_field_options_price',''),(2560,341,'af_addon_option_priority',''),(2561,341,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-hondared.png'),(2565,341,'af_addon_field_options_name','Red'),(2566,341,'af_addon_option_color',''),(2567,341,'af_addon_field_options_price_type','free'),(2568,341,'af_addon_field_options_price',''),(2587,339,'af_addon_option_priority',''),(2588,339,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-base-white.png'),(2592,339,'af_addon_field_options_name','White'),(2593,339,'af_addon_option_color',''),(2594,339,'af_addon_field_options_price_type','free'),(2595,339,'af_addon_field_options_price',''),(2596,338,'af_addon_option_priority',''),(2597,338,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-base-black.png'),(2601,338,'af_addon_field_options_name','Black'),(2602,338,'af_addon_option_color',''),(2603,338,'af_addon_field_options_price_type','free'),(2604,338,'af_addon_field_options_price',''),(2615,122,'_mkl_product_configurator_last_updated','1759413097'),(2616,122,'_mkl_product_configurator_layers','a:3:{i:0;a:12:{s:3:\"_id\";i:3;s:4:\"name\";s:20:\"Bike year/make/model\";s:11:\"description\";s:0:\"\";s:5:\"order\";i:0;s:11:\"image_order\";i:6;s:5:\"image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";i:0;}s:12:\"not_a_choice\";s:0:\"\";s:4:\"type\";s:4:\"form\";s:12:\"display_mode\";s:7:\"default\";s:6:\"active\";b:0;s:6:\"parent\";i:0;s:14:\"choices_number\";s:1:\"0\";}i:1;a:16:{s:3:\"_id\";i:1;s:4:\"name\";s:10:\"Base color\";s:11:\"description\";s:0:\"\";s:5:\"order\";i:1;s:11:\"image_order\";i:1;s:5:\"image\";a:2:{s:3:\"url\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-black.webp\";s:2:\"id\";i:1816;}s:12:\"not_a_choice\";s:0:\"\";s:4:\"type\";s:6:\"simple\";s:12:\"display_mode\";s:6:\"colors\";s:6:\"active\";b:0;s:8:\"required\";s:0:\"\";s:12:\"can_deselect\";s:0:\"\";s:14:\"choices_number\";s:2:\"18\";s:6:\"parent\";i:0;s:17:\"color_swatch_size\";s:5:\"small\";s:17:\"default_selection\";s:12:\"select_first\";}i:2;a:16:{s:3:\"_id\";i:2;s:4:\"name\";s:9:\"Top color\";s:11:\"description\";s:0:\"\";s:5:\"order\";i:2;s:11:\"image_order\";i:2;s:5:\"image\";a:2:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-hondared.webp\";s:2:\"id\";i:1798;}s:12:\"not_a_choice\";s:0:\"\";s:4:\"type\";s:6:\"simple\";s:12:\"display_mode\";s:6:\"colors\";s:6:\"active\";b:0;s:8:\"required\";s:1:\"1\";s:12:\"can_deselect\";s:0:\"\";s:14:\"choices_number\";s:2:\"18\";s:6:\"parent\";i:0;s:17:\"color_swatch_size\";s:5:\"small\";s:17:\"default_selection\";s:12:\"select_first\";}}'),(2617,122,'_mkl_product_configurator_angles','a:1:{i:0;a:10:{s:3:\"_id\";i:1;s:4:\"name\";s:3:\"Top\";s:11:\"description\";s:0:\"\";s:5:\"order\";i:1;s:11:\"image_order\";i:1;s:5:\"image\";a:2:{s:3:\"url\";s:76:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-2tone.png\";s:2:\"id\";i:336;}s:12:\"not_a_choice\";s:0:\"\";s:4:\"type\";s:6:\"simple\";s:12:\"display_mode\";s:7:\"default\";s:6:\"active\";b:0;}}'),(2618,122,'_mkl_product_configurator_content','a:3:{i:0;a:2:{s:7:\"layerId\";i:1;s:7:\"choices\";a:18:{i:0;a:11:{s:3:\"_id\";i:19;s:4:\"name\";s:5:\"Black\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-black.png\";s:2:\"id\";i:1816;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:1;s:6:\"active\";b:0;s:6:\"parent\";i:0;s:5:\"color\";s:7:\"#222222\";s:10:\"is_default\";b:0;}i:1;a:11:{s:3:\"_id\";i:2;s:4:\"name\";s:9:\"Cool Grey\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-coolgrey.png\";s:2:\"id\";i:1817;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:2;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#606060\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:2;a:11:{s:3:\"_id\";i:3;s:4:\"name\";s:5:\"White\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-white.png\";s:2:\"id\";i:1820;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:3;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ffffff\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:3;a:11:{s:3:\"_id\";i:4;s:4:\"name\";s:9:\"Honda Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-hondared.png\";s:2:\"id\";i:1819;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:4;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#fc4444\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:4;a:11:{s:3:\"_id\";i:5;s:4:\"name\";s:10:\"GasGas Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:85:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-gasgasred.png\";s:2:\"id\";i:1818;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:5;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#fa0505\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:5;a:11:{s:3:\"_id\";i:6;s:4:\"name\";s:10:\"KTM Orange\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:85:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-ktmorange.png\";s:2:\"id\";i:1822;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:6;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ff7D00\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:6;a:11:{s:3:\"_id\";i:7;s:4:\"name\";s:13:\"Suzuki Yellow\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:88:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-suzukiyellow.png\";s:2:\"id\";i:1823;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:7;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ffde00\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:7;a:11:{s:3:\"_id\";i:8;s:4:\"name\";s:14:\"Kawasaki Green\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:89:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-kawasakigreen.png\";s:2:\"id\";i:1821;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:8;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#00d200\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:8;a:11:{s:3:\"_id\";i:9;s:4:\"name\";s:7:\"TM Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-tmblue.png\";s:2:\"id\";i:1824;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:9;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#0066ff\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:9;a:11:{s:3:\"_id\";i:10;s:4:\"name\";s:11:\"Yamaha Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:86:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-yamahablue.png\";s:2:\"id\";i:1825;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:10;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#0a00c8\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:10;a:11:{s:3:\"_id\";i:11;s:4:\"name\";s:10:\"Light Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:85:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-lightblue.png\";s:2:\"id\";i:1827;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:11;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#0199fd\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:11;a:11:{s:3:\"_id\";i:12;s:4:\"name\";s:8:\"Sea Foam\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-seafoam.png\";s:2:\"id\";i:1829;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:12;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#01bad4\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:12;a:11:{s:3:\"_id\";i:13;s:4:\"name\";s:4:\"Teal\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:80:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-teal.png\";s:2:\"id\";i:1828;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:13;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#007a81\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:13;a:11:{s:3:\"_id\";i:14;s:4:\"name\";s:9:\"Navy Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-navyblue.png\";s:2:\"id\";i:1826;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:14;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#000071\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:14;a:11:{s:3:\"_id\";i:15;s:4:\"name\";s:8:\"Ruby Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-rubyred.png\";s:2:\"id\";i:1831;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:15;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#a31010\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:15;a:11:{s:3:\"_id\";i:16;s:4:\"name\";s:10:\"Flo Yellow\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:85:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-floyellow.png\";s:2:\"id\";i:1833;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:16;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#f2ff00\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:16;a:11:{s:3:\"_id\";i:17;s:4:\"name\";s:8:\"Flo Pink\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-flopink.png\";s:2:\"id\";i:1832;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:17;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#f9007e\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:17;a:11:{s:3:\"_id\";i:18;s:4:\"name\";s:6:\"Purple\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-purple.png\";s:2:\"id\";i:1830;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:18;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ac05fa\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}}}i:1;a:2:{s:7:\"layerId\";i:2;s:7:\"choices\";a:18:{i:0;a:11:{s:3:\"_id\";i:19;s:4:\"name\";s:5:\"Black\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-black1.png\";s:2:\"id\";i:1801;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:1;s:6:\"active\";b:0;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;s:5:\"color\";s:7:\"#222222\";}i:1;a:11:{s:3:\"_id\";i:2;s:4:\"name\";s:9:\"Cool Grey\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-coolgrey1.png\";s:2:\"id\";i:1799;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:2;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#606060\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:2;a:11:{s:3:\"_id\";i:3;s:4:\"name\";s:5:\"White\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-white1.png\";s:2:\"id\";i:1800;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:3;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ffffff\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:3;a:11:{s:3:\"_id\";i:4;s:4:\"name\";s:9:\"Honda Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-hondared.png\";s:2:\"id\";i:1798;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";i:0;s:10:\"dimensions\";a:2:{s:6:\"height\";i:0;s:5:\"width\";i:0;}}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:4;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#fc4444\";s:10:\"is_default\";b:1;s:6:\"parent\";i:0;}i:4;a:11:{s:3:\"_id\";i:5;s:4:\"name\";s:10:\"GasGas Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:85:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-gasgasred1.png\";s:2:\"id\";i:1802;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:5;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#fa0505\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:5;a:11:{s:3:\"_id\";i:6;s:4:\"name\";s:10:\"KTM Orange\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:85:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-ktmorange1.png\";s:2:\"id\";i:1803;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:6;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ff7D00\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:6;a:11:{s:3:\"_id\";i:7;s:4:\"name\";s:13:\"Suzuki Yellow\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:88:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-suzukiyellow1.png\";s:2:\"id\";i:1804;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:7;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ffde00\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:7;a:11:{s:3:\"_id\";i:8;s:4:\"name\";s:14:\"Kawasaki Green\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:89:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-kawasakigreen1.png\";s:2:\"id\";i:1805;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:8;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#00d200\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:8;a:11:{s:3:\"_id\";i:9;s:4:\"name\";s:7:\"TM Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-tmblue.png\";s:2:\"id\";i:1806;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:9;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#0066ff\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:9;a:11:{s:3:\"_id\";i:10;s:4:\"name\";s:11:\"Yamaha Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:85:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-yamahablue.png\";s:2:\"id\";i:1807;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:10;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#0a00c8\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:10;a:11:{s:3:\"_id\";i:11;s:4:\"name\";s:10:\"Light Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-lightblue.png\";s:2:\"id\";i:1808;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:11;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#0199fd\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:11;a:11:{s:3:\"_id\";i:12;s:4:\"name\";s:8:\"Sea Foam\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-seafoam.png\";s:2:\"id\";i:1809;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:12;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#01bad4\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:12;a:11:{s:3:\"_id\";i:13;s:4:\"name\";s:4:\"Teal\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:79:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-teal.png\";s:2:\"id\";i:1810;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:13;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#007a81\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:13;a:11:{s:3:\"_id\";i:14;s:4:\"name\";s:9:\"Navy Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-navyblue.png\";s:2:\"id\";i:1811;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:14;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#000071\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:14;a:11:{s:3:\"_id\";i:15;s:4:\"name\";s:8:\"Ruby Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-rubyred.png\";s:2:\"id\";i:1812;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:15;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#a31010\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:15;a:11:{s:3:\"_id\";i:16;s:4:\"name\";s:10:\"Flo Yellow\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-floyellow.png\";s:2:\"id\";i:1813;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:16;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#f2ff00\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:16;a:11:{s:3:\"_id\";i:17;s:4:\"name\";s:8:\"Flo Pink\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-flopink.png\";s:2:\"id\";i:1814;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:17;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#f9007e\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:17;a:11:{s:3:\"_id\";i:18;s:4:\"name\";s:6:\"Purple\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-purple.png\";s:2:\"id\";i:1815;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:18;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ac05fa\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}}}i:2;a:2:{s:7:\"layerId\";i:3;s:7:\"choices\";a:3:{i:0;a:10:{s:3:\"_id\";i:1;s:4:\"name\";s:4:\"Year\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";s:10:\"dimensions\";s:0:\"\";}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:3;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:1;s:6:\"active\";b:0;s:15:\"text_field_type\";s:4:\"text\";s:22:\"text_field_is_required\";b:1;}i:1;a:10:{s:3:\"_id\";i:2;s:4:\"name\";s:4:\"Make\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";s:10:\"dimensions\";s:0:\"\";}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:3;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:2;s:6:\"active\";b:0;s:15:\"text_field_type\";s:4:\"text\";s:22:\"text_field_is_required\";b:1;}i:2;a:10:{s:3:\"_id\";i:3;s:4:\"name\";s:5:\"Model\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";s:10:\"dimensions\";s:0:\"\";}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:3;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:3;s:6:\"active\";b:0;s:15:\"text_field_type\";s:4:\"text\";s:22:\"text_field_is_required\";b:1;}}}}'),(2627,122,'_regular_price','50'),(2628,122,'_mkl_pc__is_configurable','yes'),(2796,430,'origin','theme'),(2831,453,'_wp_attached_file','2024/10/2tonegripper.webp'),(2832,453,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:25:\"2024/10/2tonegripper.webp\";s:8:\"filesize\";i:24888;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"2tonegripper-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7054;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"2tonegripper-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2834;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"2tonegripper-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7054;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"2tonegripper-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20166;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"2tonegripper-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1744;}}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:{}}}'),(2833,122,'_thumbnail_id','453'),(2852,483,'is_wp_suggestion',''),(2853,6,'_edit_lock','1730419652:1'),(2854,486,'_edit_lock','1759506576:1'),(2855,486,'af_addon_title_font_size','14'),(2856,486,'af_addon_option_title_font_size','12'),(2857,486,'af_addon_field_border_pixels','1'),(2858,486,'af_addon_desc_font_size','12'),(2859,486,'af_addon_tooltip_font_size','12'),(2860,486,'_edit_last','1'),(2861,486,'exclude_rule_addons',''),(2862,486,'af_addon_title_display_as_selector','af_addon_title_display_text'),(2863,486,'af_addon_heading_type_selector','addon_h1'),(2864,486,'af_addon_seperator_checkbox',''),(2865,486,'af_addon_title_seperator','af_addon_title_seperator_br'),(2866,486,'af_addon_option_title_font_color',''),(2867,486,'af_addon_title_bg',''),(2868,486,'af_addon_title_color',''),(2869,486,'af_addon_bg_color',''),(2870,486,'af_addon_title_top_left_radius',''),(2871,486,'af_addon_title_top_right_radius',''),(2872,486,'af_addon_title_bottom_left_radius',''),(2873,486,'af_addon_title_bottom_right_radius',''),(2874,486,'af_addon_title_top_padding',''),(2875,486,'af_addon_title_bottom_padding',''),(2876,486,'af_addon_title_left_padding',''),(2877,486,'af_addon_title_right_padding',''),(2878,486,'af_addon_field_border',''),(2879,486,'af_addon_field_border_top_left_radius',''),(2880,486,'af_addon_field_border_top_right_radius',''),(2881,486,'af_addon_field_border_bottom_left_radius',''),(2882,486,'af_addon_field_border_bottom_right_radius',''),(2883,486,'af_addon_field_border_top_padding',''),(2884,486,'af_addon_field_border_bottom_padding',''),(2885,486,'af_addon_field_border_left_padding',''),(2886,486,'af_addon_field_border_right_padding',''),(2887,486,'af_addon_field_title_position','left'),(2888,486,'af_addon_field_border_color',''),(2889,486,'af_addon_title_position','af_addon_title_inside_border'),(2890,486,'af_addon_tooltip_background_color','#000000'),(2891,486,'af_addon_tooltip_text_color',''),(2928,511,'af_addon_option_priority',''),(2929,511,'af_addon_field_options_image',''),(2930,511,'af_addon_field_options_name','Mix-matched plastics'),(2931,511,'af_addon_option_color',''),(2932,511,'af_addon_field_options_price_type','free'),(2933,511,'af_addon_field_options_price',''),(2934,510,'af_addon_option_priority',''),(2935,510,'af_addon_field_options_image',''),(2936,510,'af_addon_field_options_name','Polisport Restyle'),(2937,510,'af_addon_option_color',''),(2938,510,'af_addon_field_options_price_type','free'),(2939,510,'af_addon_field_options_price',''),(2940,509,'af_addon_option_priority',''),(2941,509,'af_addon_field_options_image',''),(2942,509,'af_addon_field_options_name','Cycra Powerflow'),(2943,509,'af_addon_option_color',''),(2944,509,'af_addon_field_options_price_type','free'),(2945,509,'af_addon_field_options_price',''),(2946,508,'af_addon_option_priority',''),(2947,508,'af_addon_field_options_image',''),(2948,508,'af_addon_field_options_name','OEM/OEM Style plastics'),(2949,508,'af_addon_option_color',''),(2950,508,'af_addon_field_options_price_type','free'),(2951,508,'af_addon_field_options_price',''),(2970,506,'af_addon_option_priority',''),(2971,506,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/goldflakelaminate.png'),(2972,506,'af_addon_field_options_name','Gold flake'),(2973,506,'af_addon_option_color',''),(2974,506,'af_addon_field_options_price_type','free'),(2975,506,'af_addon_field_options_price',''),(2976,505,'af_addon_option_priority',''),(2977,505,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/silverflakelaminate.png'),(2978,505,'af_addon_field_options_name','Silver flake'),(2979,505,'af_addon_option_color',''),(2980,505,'af_addon_field_options_price_type','free'),(2981,505,'af_addon_field_options_price',''),(2982,504,'af_addon_option_priority',''),(2983,504,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/cosmicflakelaminate.png'),(2984,504,'af_addon_field_options_name','Cosmic flake'),(2985,504,'af_addon_option_color',''),(2986,504,'af_addon_field_options_price_type','free'),(2987,504,'af_addon_field_options_price',''),(2988,503,'af_addon_option_priority',''),(2989,503,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/mattelaminate.png'),(2990,503,'af_addon_field_options_name','Matte'),(2991,503,'af_addon_option_color',''),(2992,503,'af_addon_field_options_price_type','free'),(2993,503,'af_addon_field_options_price',''),(2994,502,'af_addon_option_priority',''),(2995,502,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/glosslaminate.png'),(2996,502,'af_addon_field_options_name','Gloss'),(2997,502,'af_addon_option_color',''),(2998,502,'af_addon_field_options_price_type','free'),(2999,502,'af_addon_field_options_price',''),(3042,496,'af_addon_option_priority',''),(3043,496,'af_addon_field_options_image',''),(3044,496,'af_addon_field_options_name',''),(3045,496,'af_addon_option_color',''),(3046,496,'af_addon_field_options_price_type','af_addon_flat_fee'),(3047,496,'af_addon_field_options_price',''),(3048,495,'af_addon_option_priority',''),(3049,495,'af_addon_field_options_image',''),(3050,495,'af_addon_field_options_name',''),(3051,495,'af_addon_option_color',''),(3052,495,'af_addon_field_options_price_type','af_addon_flat_fee'),(3053,495,'af_addon_field_options_price',''),(3054,494,'af_addon_option_priority',''),(3055,494,'af_addon_field_options_image',''),(3056,494,'af_addon_field_options_name',''),(3057,494,'af_addon_option_color',''),(3058,494,'af_addon_field_options_price_type','af_addon_flat_fee'),(3059,494,'af_addon_field_options_price',''),(3066,492,'af_addon_option_priority',''),(3067,492,'af_addon_field_options_image',''),(3068,492,'af_addon_field_options_name',''),(3069,492,'af_addon_option_color',''),(3070,492,'af_addon_field_options_price_type','af_addon_flat_fee'),(3071,492,'af_addon_field_options_price',''),(3144,486,'_regular_price','100'),(3145,486,'total_sales','13'),(3146,486,'_tax_status','none'),(3147,486,'_tax_class',''),(3148,486,'_manage_stock','no'),(3149,486,'_backorders','no'),(3150,486,'_sold_individually','no'),(3151,486,'_virtual','no'),(3152,486,'_downloadable','no'),(3153,486,'_download_limit','-1'),(3154,486,'_download_expiry','-1'),(3155,486,'_stock',NULL),(3156,486,'_stock_status','instock'),(3157,486,'_wc_average_rating','5.00'),(3158,486,'_wc_review_count','3'),(3159,486,'_product_version','10.2.2'),(3160,486,'_price','100'),(3161,486,'_mkl_pc__is_configurable','no'),(3162,486,'_yoast_wpseo_primary_product_cat','24'),(3163,486,'_yoast_wpseo_estimated-reading-time-minutes','1'),(3218,516,'_wp_attached_file','2024/11/customfullbikedecals.webp'),(3219,516,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:33:\"2024/11/customfullbikedecals.webp\";s:8:\"filesize\";i:52908;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"customfullbikedecals-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15874;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"customfullbikedecals-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5108;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"customfullbikedecals-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15874;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"customfullbikedecals-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:52886;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"customfullbikedecals-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2742;}}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:{}}}'),(3220,486,'_thumbnail_id','516'),(3246,529,'af_addon_option_priority',''),(3247,529,'af_addon_field_options_image',''),(3248,529,'af_addon_field_options_name',''),(3249,529,'af_addon_option_color',''),(3250,529,'af_addon_field_options_price_type','af_addon_flat_fee'),(3251,529,'af_addon_field_options_price',''),(3252,528,'af_addon_option_priority',''),(3253,528,'af_addon_field_options_image',''),(3254,528,'af_addon_field_options_name',''),(3255,528,'af_addon_option_color',''),(3256,528,'af_addon_field_options_price_type','af_addon_flat_fee'),(3257,528,'af_addon_field_options_price',''),(3258,527,'af_addon_option_priority',''),(3259,527,'af_addon_field_options_image',''),(3260,527,'af_addon_field_options_name',''),(3261,527,'af_addon_option_color',''),(3262,527,'af_addon_field_options_price_type','af_addon_flat_fee'),(3263,527,'af_addon_field_options_price',''),(3264,526,'af_addon_option_priority',''),(3265,526,'af_addon_field_options_image',''),(3266,526,'af_addon_field_options_name',''),(3267,526,'af_addon_option_color',''),(3268,526,'af_addon_field_options_price_type','af_addon_flat_fee'),(3269,526,'af_addon_field_options_price',''),(3329,559,'af_addon_option_priority',''),(3330,559,'af_addon_field_options_image',''),(3331,559,'af_addon_field_options_name','Rim decals'),(3332,559,'af_addon_option_color',''),(3333,559,'af_addon_field_options_price_type','free'),(3334,559,'af_addon_field_options_price',''),(3335,558,'af_addon_option_priority',''),(3336,558,'af_addon_field_options_image',''),(3337,558,'af_addon_field_options_name','Under fender logos'),(3338,558,'af_addon_option_color',''),(3339,558,'af_addon_field_options_price_type','free'),(3340,558,'af_addon_field_options_price',''),(3341,557,'af_addon_option_priority',''),(3342,557,'af_addon_field_options_image',''),(3343,557,'af_addon_field_options_name','Fork tube decals'),(3344,557,'af_addon_option_color',''),(3345,557,'af_addon_field_options_price_type','free'),(3346,557,'af_addon_field_options_price',''),(3347,556,'af_addon_option_priority',''),(3348,556,'af_addon_field_options_image',''),(3349,556,'af_addon_field_options_name','Vented air box decal'),(3350,556,'af_addon_option_color',''),(3351,556,'af_addon_field_options_price_type','free'),(3352,556,'af_addon_field_options_price',''),(3353,555,'af_addon_option_priority',''),(3354,555,'af_addon_field_options_image',''),(3355,555,'af_addon_field_options_name','Clear swing arm decals'),(3356,555,'af_addon_option_color',''),(3357,555,'af_addon_field_options_price_type','free'),(3358,555,'af_addon_field_options_price',''),(3359,554,'af_addon_option_priority',''),(3360,554,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/UX1-holographicMXmaterial.png'),(3364,554,'af_addon_field_options_name','Full holographic kit'),(3365,554,'af_addon_option_color',''),(3366,554,'af_addon_field_options_price_type','free'),(3367,554,'af_addon_field_options_price',''),(3368,553,'af_addon_option_priority',''),(3369,553,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/UX1-chromeMXmaterial.png'),(3373,553,'af_addon_field_options_name','Full chrome kit'),(3374,553,'af_addon_option_color',''),(3375,553,'af_addon_field_options_price_type','free'),(3376,553,'af_addon_field_options_price',''),(3377,552,'af_addon_option_priority',''),(3378,552,'af_addon_field_options_image',''),(3379,552,'af_addon_field_options_name','Metallic accents'),(3380,552,'af_addon_option_color',''),(3381,552,'af_addon_field_options_price_type','free'),(3382,552,'af_addon_field_options_price',''),(3459,587,'af_addon_option_priority',''),(3460,587,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/UX1-holographicMXmaterial.png'),(3464,587,'af_addon_field_options_name','Full holographic kit'),(3465,587,'af_addon_option_color',''),(3466,587,'af_addon_field_options_price_type','free'),(3467,587,'af_addon_field_options_price',''),(3468,586,'af_addon_option_priority',''),(3469,586,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/UX1-chromeMXmaterial.png'),(3473,586,'af_addon_field_options_name','Full chrome kit'),(3474,586,'af_addon_option_color',''),(3475,586,'af_addon_field_options_price_type','free'),(3476,586,'af_addon_field_options_price',''),(3477,585,'af_addon_option_priority',''),(3478,585,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/glosslaminate.png'),(3479,585,'af_addon_field_options_name','Regular MX'),(3480,585,'af_addon_option_color',''),(3481,585,'af_addon_field_options_price_type','free'),(3482,585,'af_addon_field_options_price',''),(3572,634,'af_addon_option_priority',''),(3573,634,'af_addon_field_options_image',''),(3574,634,'af_addon_field_options_name','Under fender logos'),(3575,634,'af_addon_option_color',''),(3576,634,'af_addon_field_options_price_type','free'),(3577,634,'af_addon_field_options_price',''),(3578,633,'af_addon_option_priority',''),(3579,633,'af_addon_field_options_image',''),(3580,633,'af_addon_field_options_name','Fork tube decals'),(3581,633,'af_addon_option_color',''),(3582,633,'af_addon_field_options_price_type','free'),(3583,633,'af_addon_field_options_price',''),(3584,632,'af_addon_option_priority',''),(3585,632,'af_addon_field_options_image',''),(3586,632,'af_addon_field_options_name','Vented air box decal'),(3587,632,'af_addon_option_color',''),(3588,632,'af_addon_field_options_price_type','free'),(3589,632,'af_addon_field_options_price',''),(3590,631,'af_addon_option_priority',''),(3591,631,'af_addon_field_options_image',''),(3592,631,'af_addon_field_options_name','Clear swing arm decals'),(3593,631,'af_addon_option_color',''),(3594,631,'af_addon_field_options_price_type','free'),(3595,631,'af_addon_field_options_price',''),(3596,630,'af_addon_option_priority',''),(3597,630,'af_addon_field_options_image',''),(3598,630,'af_addon_field_options_name','Metallic accents'),(3599,630,'af_addon_option_color',''),(3600,630,'af_addon_field_options_price_type','free'),(3601,630,'af_addon_field_options_price',''),(3708,700,'_regular_price','100'),(3709,700,'total_sales','0'),(3710,700,'_tax_status','none'),(3711,700,'_tax_class',''),(3712,700,'_manage_stock','no'),(3713,700,'_backorders','no'),(3714,700,'_sold_individually','no'),(3715,700,'_virtual','no'),(3716,700,'_downloadable','no'),(3717,700,'_download_limit','-1'),(3718,700,'_download_expiry','-1'),(3719,700,'_thumbnail_id','750'),(3720,700,'_stock',NULL),(3721,700,'_stock_status','instock'),(3722,700,'_wc_average_rating','0'),(3723,700,'_wc_review_count','0'),(3724,700,'_product_version','10.2.2'),(3725,700,'_price','100'),(3726,700,'af_addon_title_font_size','18'),(3727,700,'af_addon_option_title_font_size','15'),(3728,700,'af_addon_field_border_pixels','1'),(3729,700,'af_addon_desc_font_size','13'),(3730,700,'af_addon_tooltip_font_size','14'),(3731,700,'exclude_rule_addons',''),(3732,700,'af_addon_title_display_as_selector','af_addon_title_display_text'),(3733,700,'af_addon_heading_type_selector','addon_h1'),(3734,700,'af_addon_seperator_checkbox',''),(3735,700,'af_addon_title_seperator','af_addon_title_seperator_br'),(3736,700,'af_addon_option_title_font_color',''),(3737,700,'af_addon_title_bg',''),(3738,700,'af_addon_title_color',''),(3739,700,'af_addon_bg_color',''),(3740,700,'af_addon_title_top_left_radius',''),(3741,700,'af_addon_title_top_right_radius',''),(3742,700,'af_addon_title_bottom_left_radius',''),(3743,700,'af_addon_title_bottom_right_radius',''),(3744,700,'af_addon_title_top_padding',''),(3745,700,'af_addon_title_bottom_padding',''),(3746,700,'af_addon_title_left_padding',''),(3747,700,'af_addon_title_right_padding',''),(3748,700,'af_addon_field_border',''),(3749,700,'af_addon_field_border_top_left_radius',''),(3750,700,'af_addon_field_border_top_right_radius',''),(3751,700,'af_addon_field_border_bottom_left_radius',''),(3752,700,'af_addon_field_border_bottom_right_radius',''),(3753,700,'af_addon_field_border_top_padding',''),(3754,700,'af_addon_field_border_bottom_padding',''),(3755,700,'af_addon_field_border_left_padding',''),(3756,700,'af_addon_field_border_right_padding',''),(3757,700,'af_addon_field_title_position','left'),(3758,700,'af_addon_field_border_color',''),(3759,700,'af_addon_title_position','af_addon_title_inside_border'),(3760,700,'af_addon_tooltip_background_color','#000000'),(3761,700,'af_addon_tooltip_text_color',''),(3762,700,'_mkl_pc__is_configurable','no'),(3763,700,'_yoast_wpseo_primary_product_cat','24'),(3764,700,'_yoast_wpseo_estimated-reading-time-minutes','1'),(3765,700,'_yoast_wpseo_content_score','90'),(3766,700,'_edit_lock','1759350494:1'),(3767,700,'_edit_last','1'),(3822,722,'af_addon_option_priority',''),(3823,722,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/goldflakelaminate.png'),(3827,722,'af_addon_field_options_name','Gold flake'),(3828,722,'af_addon_option_color',''),(3829,722,'af_addon_field_options_price_type','free'),(3830,722,'af_addon_field_options_price',''),(3831,721,'af_addon_option_priority',''),(3832,721,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/silverflakelaminate.png'),(3836,721,'af_addon_field_options_name','Silver flake'),(3837,721,'af_addon_option_color',''),(3838,721,'af_addon_field_options_price_type','free'),(3839,721,'af_addon_field_options_price',''),(3840,720,'af_addon_option_priority',''),(3841,720,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/cosmicflakelaminate.png'),(3845,720,'af_addon_field_options_name','Cosmic flake'),(3846,720,'af_addon_option_color',''),(3847,720,'af_addon_field_options_price_type','free'),(3848,720,'af_addon_field_options_price',''),(3849,719,'af_addon_option_priority',''),(3850,719,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/mattelaminate.png'),(3854,719,'af_addon_field_options_name','Matte'),(3855,719,'af_addon_option_color',''),(3856,719,'af_addon_field_options_price_type','free'),(3857,719,'af_addon_field_options_price',''),(3858,718,'af_addon_option_priority',''),(3859,718,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/glosslaminate.png'),(3863,718,'af_addon_field_options_name','Gloss'),(3864,718,'af_addon_option_color',''),(3865,718,'af_addon_field_options_price_type','free'),(3866,718,'af_addon_field_options_price',''),(3885,716,'af_addon_option_priority',''),(3886,716,'af_addon_field_options_image',''),(3887,716,'af_addon_field_options_name','Under fender logos'),(3888,716,'af_addon_option_color',''),(3889,716,'af_addon_field_options_price_type','free'),(3890,716,'af_addon_field_options_price',''),(3891,715,'af_addon_option_priority',''),(3892,715,'af_addon_field_options_image',''),(3893,715,'af_addon_field_options_name','Fork tube decals'),(3894,715,'af_addon_option_color',''),(3895,715,'af_addon_field_options_price_type','free'),(3896,715,'af_addon_field_options_price',''),(3897,714,'af_addon_option_priority',''),(3898,714,'af_addon_field_options_image',''),(3899,714,'af_addon_field_options_name','Clear swing arm decals'),(3900,714,'af_addon_option_color',''),(3901,714,'af_addon_field_options_price_type','free'),(3902,714,'af_addon_field_options_price',''),(3903,713,'af_addon_option_priority',''),(3904,713,'af_addon_field_options_image',''),(3905,713,'af_addon_field_options_name','Metallic accents'),(3906,713,'af_addon_option_color',''),(3907,713,'af_addon_field_options_price_type','free'),(3908,713,'af_addon_field_options_price',''),(3927,711,'af_addon_option_priority',''),(3928,711,'af_addon_field_options_image',''),(3929,711,'af_addon_field_options_name','Mix-matched plastics'),(3930,711,'af_addon_option_color',''),(3931,711,'af_addon_field_options_price_type','free'),(3932,711,'af_addon_field_options_price',''),(3933,710,'af_addon_option_priority',''),(3934,710,'af_addon_field_options_image',''),(3935,710,'af_addon_field_options_name','Polisport Restyle'),(3936,710,'af_addon_option_color',''),(3937,710,'af_addon_field_options_price_type','free'),(3938,710,'af_addon_field_options_price',''),(3939,709,'af_addon_option_priority',''),(3940,709,'af_addon_field_options_image',''),(3941,709,'af_addon_field_options_name','Cycra Powerflow'),(3942,709,'af_addon_option_color',''),(3943,709,'af_addon_field_options_price_type','free'),(3944,709,'af_addon_field_options_price',''),(3945,708,'af_addon_option_priority',''),(3946,708,'af_addon_field_options_image',''),(3947,708,'af_addon_field_options_name','OEM/OEM style plastics'),(3948,708,'af_addon_option_color',''),(3949,708,'af_addon_field_options_price_type','free'),(3950,708,'af_addon_field_options_price',''),(4023,731,'af_addon_option_priority',''),(4024,731,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/UX1-holographicMXmaterial.png'),(4028,731,'af_addon_field_options_name','Full holographic kit'),(4029,731,'af_addon_option_color',''),(4030,731,'af_addon_field_options_price_type','free'),(4031,731,'af_addon_field_options_price',''),(4032,730,'af_addon_option_priority',''),(4033,730,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/UX1-chromeMXmaterial.png'),(4037,730,'af_addon_field_options_name','Full chrome kit'),(4038,730,'af_addon_option_color',''),(4039,730,'af_addon_field_options_price_type','free'),(4040,730,'af_addon_field_options_price',''),(4041,729,'af_addon_option_priority',''),(4042,729,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/glosslaminate.png'),(4046,729,'af_addon_field_options_name','Regular MX'),(4047,729,'af_addon_option_color',''),(4048,729,'af_addon_field_options_price_type','free'),(4049,729,'af_addon_field_options_price',''),(4112,750,'_wp_attached_file','2024/11/customtrimkitdecals.webp'),(4113,750,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:32:\"2024/11/customtrimkitdecals.webp\";s:8:\"filesize\";i:46668;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"customtrimkitdecals-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14138;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"customtrimkitdecals-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4716;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"customtrimkitdecals-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14138;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"customtrimkitdecals-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:46446;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"customtrimkitdecals-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2570;}}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:{}}}'),(4234,858,'_regular_price','50'),(4235,858,'total_sales','5'),(4236,858,'_tax_status','none'),(4237,858,'_tax_class',''),(4238,858,'_manage_stock','no'),(4239,858,'_backorders','no'),(4240,858,'_sold_individually','no'),(4241,858,'_virtual','no'),(4242,858,'_downloadable','no'),(4243,858,'_download_limit','-1'),(4244,858,'_download_expiry','-1'),(4245,858,'_thumbnail_id','859'),(4246,858,'_stock',NULL),(4247,858,'_stock_status','instock'),(4248,858,'_wc_average_rating','0'),(4249,858,'_wc_review_count','0'),(4250,858,'_product_version','10.1.2'),(4251,858,'_price','50'),(4252,858,'af_addon_title_font_size','18'),(4253,858,'af_addon_option_title_font_size','15'),(4254,858,'af_addon_field_border_pixels','1'),(4255,858,'af_addon_desc_font_size','13'),(4256,858,'af_addon_tooltip_font_size','14'),(4257,858,'exclude_rule_addons',''),(4258,858,'af_addon_title_display_as_selector','af_addon_title_display_text'),(4259,858,'af_addon_heading_type_selector','addon_h1'),(4260,858,'af_addon_seperator_checkbox',''),(4261,858,'af_addon_title_seperator','af_addon_title_seperator_br'),(4262,858,'af_addon_option_title_font_color',''),(4263,858,'af_addon_title_bg',''),(4264,858,'af_addon_title_color',''),(4265,858,'af_addon_bg_color',''),(4266,858,'af_addon_title_top_left_radius',''),(4267,858,'af_addon_title_top_right_radius',''),(4268,858,'af_addon_title_bottom_left_radius',''),(4269,858,'af_addon_title_bottom_right_radius',''),(4270,858,'af_addon_title_top_padding',''),(4271,858,'af_addon_title_bottom_padding',''),(4272,858,'af_addon_title_left_padding',''),(4273,858,'af_addon_title_right_padding',''),(4274,858,'af_addon_field_border',''),(4275,858,'af_addon_field_border_top_left_radius',''),(4276,858,'af_addon_field_border_top_right_radius',''),(4277,858,'af_addon_field_border_bottom_left_radius',''),(4278,858,'af_addon_field_border_bottom_right_radius',''),(4279,858,'af_addon_field_border_top_padding',''),(4280,858,'af_addon_field_border_bottom_padding',''),(4281,858,'af_addon_field_border_left_padding',''),(4282,858,'af_addon_field_border_right_padding',''),(4283,858,'af_addon_field_title_position','left'),(4284,858,'af_addon_field_border_color',''),(4285,858,'af_addon_title_position','af_addon_title_inside_border'),(4286,858,'af_addon_tooltip_background_color','#000000'),(4287,858,'af_addon_tooltip_text_color',''),(4288,858,'_mkl_pc__is_configurable','no'),(4289,858,'_yoast_wpseo_primary_product_cat','24'),(4290,858,'_yoast_wpseo_estimated-reading-time-minutes','1'),(4291,858,'_yoast_wpseo_content_score','90'),(4292,858,'_edit_lock','1757444518:1'),(4293,859,'_wp_attached_file','2024/11/customnumberplatekit.webp'),(4294,859,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:33:\"2024/11/customnumberplatekit.webp\";s:8:\"filesize\";i:29128;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"customnumberplatekit-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8510;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"customnumberplatekit-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2754;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"customnumberplatekit-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8510;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"customnumberplatekit-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28344;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"customnumberplatekit-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1476;}}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:{}}}'),(4295,858,'_edit_last','1'),(4386,877,'af_addon_option_priority',''),(4387,877,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/goldflakelaminate.png'),(4391,877,'af_addon_field_options_name','Gold flake'),(4392,877,'af_addon_option_color',''),(4393,877,'af_addon_field_options_price_type','free'),(4394,877,'af_addon_field_options_price',''),(4395,876,'af_addon_option_priority',''),(4396,876,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/silverflakelaminate.png'),(4400,876,'af_addon_field_options_name','Silver flake'),(4401,876,'af_addon_option_color',''),(4402,876,'af_addon_field_options_price_type','free'),(4403,876,'af_addon_field_options_price',''),(4404,875,'af_addon_option_priority',''),(4405,875,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/cosmicflakelaminate.png'),(4409,875,'af_addon_field_options_name','Cosmic flake'),(4410,875,'af_addon_option_color',''),(4411,875,'af_addon_field_options_price_type','free'),(4412,875,'af_addon_field_options_price',''),(4413,874,'af_addon_option_priority',''),(4414,874,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/mattelaminate.png'),(4418,874,'af_addon_field_options_name','Matte'),(4419,874,'af_addon_option_color',''),(4420,874,'af_addon_field_options_price_type','free'),(4421,874,'af_addon_field_options_price',''),(4422,873,'af_addon_option_priority',''),(4423,873,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/glosslaminate.png'),(4427,873,'af_addon_field_options_name','Gloss'),(4428,873,'af_addon_option_color',''),(4429,873,'af_addon_field_options_price_type','free'),(4430,873,'af_addon_field_options_price',''),(4449,871,'af_addon_option_priority',''),(4450,871,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/UX1-holographicMXmaterial.png'),(4454,871,'af_addon_field_options_name','Full Holographic kit'),(4455,871,'af_addon_option_color',''),(4456,871,'af_addon_field_options_price_type','free'),(4457,871,'af_addon_field_options_price',''),(4458,870,'af_addon_option_priority',''),(4459,870,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/UX1-chromeMXmaterial.png'),(4463,870,'af_addon_field_options_name','Full chrome kit'),(4464,870,'af_addon_option_color',''),(4465,870,'af_addon_field_options_price_type','free'),(4466,870,'af_addon_field_options_price',''),(4467,869,'af_addon_option_priority',''),(4468,869,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/glosslaminate.png'),(4472,869,'af_addon_field_options_name','Regular MX'),(4473,869,'af_addon_option_color',''),(4474,869,'af_addon_field_options_price_type','free'),(4475,869,'af_addon_field_options_price',''),(4494,867,'af_addon_option_priority',''),(4495,867,'af_addon_field_options_image',''),(4496,867,'af_addon_field_options_name','Mix-matched plastics'),(4497,867,'af_addon_option_color',''),(4498,867,'af_addon_field_options_price_type','free'),(4499,867,'af_addon_field_options_price',''),(4500,866,'af_addon_option_priority',''),(4501,866,'af_addon_field_options_image',''),(4502,866,'af_addon_field_options_name','Polisport restyle'),(4503,866,'af_addon_option_color',''),(4504,866,'af_addon_field_options_price_type','free'),(4505,866,'af_addon_field_options_price',''),(4506,865,'af_addon_option_priority',''),(4507,865,'af_addon_field_options_image',''),(4508,865,'af_addon_field_options_name','Cycra Powerflow'),(4509,865,'af_addon_option_color',''),(4510,865,'af_addon_field_options_price_type','free'),(4511,865,'af_addon_field_options_price',''),(4512,864,'af_addon_option_priority',''),(4513,864,'af_addon_field_options_image',''),(4514,864,'af_addon_field_options_name','OEM/OEM Style'),(4515,864,'af_addon_option_color',''),(4516,864,'af_addon_field_options_price_type','free'),(4517,864,'af_addon_field_options_price',''),(4590,899,'is_wp_suggestion',''),(4592,904,'is_wp_suggestion',''),(4593,95,'_wp_page_template','blank'),(4594,910,'_regular_price','50'),(4595,910,'total_sales','1'),(4596,910,'_tax_status','none'),(4597,910,'_tax_class',''),(4598,910,'_manage_stock','no'),(4599,910,'_backorders','no'),(4600,910,'_sold_individually','no'),(4601,910,'_virtual','no'),(4602,910,'_downloadable','no'),(4603,910,'_download_limit','-1'),(4604,910,'_download_expiry','-1'),(4605,910,'_thumbnail_id','939'),(4606,910,'_stock',NULL),(4607,910,'_stock_status','instock'),(4608,910,'_wc_average_rating','0'),(4609,910,'_wc_review_count','0'),(4610,910,'_product_version','10.1.2'),(4611,910,'_price','50'),(4612,910,'af_addon_title_font_size','18'),(4613,910,'af_addon_option_title_font_size','15'),(4614,910,'af_addon_field_border_pixels','1'),(4615,910,'af_addon_desc_font_size','13'),(4616,910,'af_addon_tooltip_font_size','14'),(4617,910,'exclude_rule_addons',''),(4618,910,'af_addon_title_display_as_selector','af_addon_title_display_text'),(4619,910,'af_addon_heading_type_selector','addon_h1'),(4620,910,'af_addon_seperator_checkbox',''),(4621,910,'af_addon_title_seperator','af_addon_title_seperator_br'),(4622,910,'af_addon_option_title_font_color',''),(4623,910,'af_addon_title_bg',''),(4624,910,'af_addon_title_color',''),(4625,910,'af_addon_bg_color',''),(4626,910,'af_addon_title_top_left_radius',''),(4627,910,'af_addon_title_top_right_radius',''),(4628,910,'af_addon_title_bottom_left_radius',''),(4629,910,'af_addon_title_bottom_right_radius',''),(4630,910,'af_addon_title_top_padding',''),(4631,910,'af_addon_title_bottom_padding',''),(4632,910,'af_addon_title_left_padding',''),(4633,910,'af_addon_title_right_padding',''),(4634,910,'af_addon_field_border',''),(4635,910,'af_addon_field_border_top_left_radius',''),(4636,910,'af_addon_field_border_top_right_radius',''),(4637,910,'af_addon_field_border_bottom_left_radius',''),(4638,910,'af_addon_field_border_bottom_right_radius',''),(4639,910,'af_addon_field_border_top_padding',''),(4640,910,'af_addon_field_border_bottom_padding',''),(4641,910,'af_addon_field_border_left_padding',''),(4642,910,'af_addon_field_border_right_padding',''),(4643,910,'af_addon_field_title_position','left'),(4644,910,'af_addon_field_border_color',''),(4645,910,'af_addon_title_position','af_addon_title_inside_border'),(4646,910,'af_addon_tooltip_background_color','#000000'),(4647,910,'af_addon_tooltip_text_color',''),(4648,910,'_mkl_pc__is_configurable','no'),(4649,910,'_yoast_wpseo_primary_product_cat','24'),(4650,910,'_yoast_wpseo_estimated-reading-time-minutes','1'),(4651,910,'_yoast_wpseo_content_score','90'),(4652,910,'_edit_lock','1757444707:1'),(4653,910,'_edit_last','1'),(4726,927,'af_addon_option_priority',''),(4727,927,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/goldflakelaminate.png'),(4731,927,'af_addon_field_options_name','Gold flake'),(4732,927,'af_addon_option_color',''),(4733,927,'af_addon_field_options_price_type','free'),(4734,927,'af_addon_field_options_price',''),(4735,926,'af_addon_option_priority',''),(4736,926,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/silverflakelaminate.png'),(4740,926,'af_addon_field_options_name','Silver flake'),(4741,926,'af_addon_option_color',''),(4742,926,'af_addon_field_options_price_type','free'),(4743,926,'af_addon_field_options_price',''),(4744,925,'af_addon_option_priority',''),(4745,925,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/cosmicflakelaminate.png'),(4749,925,'af_addon_field_options_name','Cosmic flake'),(4750,925,'af_addon_option_color',''),(4751,925,'af_addon_field_options_price_type','free'),(4752,925,'af_addon_field_options_price',''),(4753,924,'af_addon_option_priority',''),(4754,924,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/mattelaminate.png'),(4758,924,'af_addon_field_options_name','Matte'),(4759,924,'af_addon_option_color',''),(4760,924,'af_addon_field_options_price_type','free'),(4761,924,'af_addon_field_options_price',''),(4762,923,'af_addon_option_priority',''),(4763,923,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/glosslaminate.png'),(4767,923,'af_addon_field_options_name','Gloss'),(4768,923,'af_addon_option_color',''),(4769,923,'af_addon_field_options_price_type','free'),(4770,923,'af_addon_field_options_price',''),(4789,921,'af_addon_option_priority',''),(4790,921,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/UX1-holographicMXmaterial.png'),(4794,921,'af_addon_field_options_name','Full holographic kit'),(4795,921,'af_addon_option_color',''),(4796,921,'af_addon_field_options_price_type','free'),(4797,921,'af_addon_field_options_price',''),(4798,920,'af_addon_option_priority',''),(4799,920,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/UX1-chromeMXmaterial.png'),(4803,920,'af_addon_field_options_name','Full chrome kit'),(4804,920,'af_addon_option_color',''),(4805,920,'af_addon_field_options_price_type','free'),(4806,920,'af_addon_field_options_price',''),(4807,919,'af_addon_option_priority',''),(4808,919,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/glosslaminate.png'),(4812,919,'af_addon_field_options_name','Regular MX'),(4813,919,'af_addon_option_color',''),(4814,919,'af_addon_field_options_price_type','free'),(4815,919,'af_addon_field_options_price',''),(4834,917,'af_addon_option_priority',''),(4835,917,'af_addon_field_options_image',''),(4836,917,'af_addon_field_options_name','Mix-matched plastics'),(4837,917,'af_addon_option_color',''),(4838,917,'af_addon_field_options_price_type','free'),(4839,917,'af_addon_field_options_price',''),(4840,916,'af_addon_option_priority',''),(4841,916,'af_addon_field_options_image',''),(4842,916,'af_addon_field_options_name','Polisport restyle'),(4843,916,'af_addon_option_color',''),(4844,916,'af_addon_field_options_price_type','free'),(4845,916,'af_addon_field_options_price',''),(4846,915,'af_addon_option_priority',''),(4847,915,'af_addon_field_options_image',''),(4848,915,'af_addon_field_options_name','Cycra Powerflow'),(4849,915,'af_addon_option_color',''),(4850,915,'af_addon_field_options_price_type','free'),(4851,915,'af_addon_field_options_price',''),(4852,914,'af_addon_option_priority',''),(4853,914,'af_addon_field_options_image',''),(4854,914,'af_addon_field_options_name','OEM/OEM Style'),(4855,914,'af_addon_option_color',''),(4856,914,'af_addon_field_options_price_type','free'),(4857,914,'af_addon_field_options_price',''),(4894,939,'_wp_attached_file','2024/11/customshrouddecals.webp'),(4895,939,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:31:\"2024/11/customshrouddecals.webp\";s:8:\"filesize\";i:21760;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"customshrouddecals-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6706;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"customshrouddecals-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2220;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"customshrouddecals-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6706;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"customshrouddecals-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21806;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"customshrouddecals-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1234;}}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:{}}}'),(4976,983,'origin',NULL),(5023,994,'af_addon_field_sort',''),(5024,994,'af_addon_depend_selector','af_addon_not_dependable'),(5025,994,'af_addon_field_depend_selector','0'),(5026,994,'af_addon_option_depend_selector','a:0:{}'),(5027,994,'af_addon_type_select','image_swatcher'),(5028,994,'af_addon_field_title','Select your desired laminate finish:'),(5029,994,'af_addon_tooltip_checkbox',''),(5030,994,'af_addon_tooltip_textarea',''),(5031,994,'af_addon_desc_checkbox','1'),(5032,994,'af_addon_desc_textarea','Choose which finish you would like on your kit. Any selected flake has an up charge on the final bill.'),(5033,994,'af_addon_required_field','1'),(5034,994,'af_addon_limit_range_checkbox',''),(5035,994,'af_addon_min_limit_range',''),(5036,994,'af_addon_max_limit_range',''),(5037,994,'af_addon_price_range_checkbox',''),(5038,994,'af_addon_field_price_type','free'),(5039,994,'af_addon_field_price',''),(5040,994,'af_addon_upload_file_extention',''),(5041,999,'af_addon_option_priority',''),(5042,999,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/12/goldflakelaminate.png'),(5046,999,'af_addon_field_options_name','Gold flake'),(5047,999,'af_addon_option_color',''),(5048,999,'af_addon_field_options_price_type','free'),(5049,999,'af_addon_field_options_price',''),(5050,998,'af_addon_option_priority',''),(5051,998,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/12/silverflakelaminate.png'),(5055,998,'af_addon_field_options_name','Silver flake'),(5056,998,'af_addon_option_color',''),(5057,998,'af_addon_field_options_price_type','free'),(5058,998,'af_addon_field_options_price',''),(5059,997,'af_addon_option_priority',''),(5060,997,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/12/cosmicflakelaminate.png'),(5064,997,'af_addon_field_options_name','Cosmic flake'),(5065,997,'af_addon_option_color',''),(5066,997,'af_addon_field_options_price_type','free'),(5067,997,'af_addon_field_options_price',''),(5068,996,'af_addon_option_priority',''),(5069,996,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/12/mattelaminate.png'),(5073,996,'af_addon_field_options_name','Matte'),(5074,996,'af_addon_option_color',''),(5075,996,'af_addon_field_options_price_type','free'),(5076,996,'af_addon_field_options_price',''),(5077,995,'af_addon_option_priority',''),(5078,995,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/12/glosslaminate.png'),(5082,995,'af_addon_field_options_name','Gloss'),(5083,995,'af_addon_option_color',''),(5084,995,'af_addon_field_options_price_type','free'),(5085,995,'af_addon_field_options_price',''),(5086,990,'af_addon_field_sort',''),(5087,990,'af_addon_depend_selector','af_addon_not_dependable'),(5088,990,'af_addon_field_depend_selector','0'),(5089,990,'af_addon_option_depend_selector','a:0:{}'),(5090,990,'af_addon_type_select','image_swatcher'),(5091,990,'af_addon_field_title','Choose your base material:'),(5092,990,'af_addon_tooltip_checkbox',''),(5093,990,'af_addon_tooltip_textarea',''),(5094,990,'af_addon_desc_checkbox','1'),(5095,990,'af_addon_desc_textarea','Choose which material you would like your kit to be printed on. Chrome and holographic have an up charge on the final bill.'),(5096,990,'af_addon_required_field','1'),(5097,990,'af_addon_limit_range_checkbox',''),(5098,990,'af_addon_min_limit_range',''),(5099,990,'af_addon_max_limit_range',''),(5100,990,'af_addon_price_range_checkbox',''),(5101,990,'af_addon_field_price_type','free'),(5102,990,'af_addon_field_price',''),(5103,990,'af_addon_upload_file_extention',''),(5104,993,'af_addon_option_priority',''),(5105,993,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/12/UX1-holographicMXmaterial.png'),(5109,993,'af_addon_field_options_name','Full holographic kit'),(5110,993,'af_addon_option_color',''),(5111,993,'af_addon_field_options_price_type','free'),(5112,993,'af_addon_field_options_price',''),(5113,992,'af_addon_option_priority',''),(5114,992,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/12/UX1-chromeMXmaterial.png'),(5118,992,'af_addon_field_options_name','Full chrome kit'),(5119,992,'af_addon_option_color',''),(5120,992,'af_addon_field_options_price_type','free'),(5121,992,'af_addon_field_options_price',''),(5122,991,'af_addon_option_priority',''),(5123,991,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/12/glosslaminate.png'),(5127,991,'af_addon_field_options_name','Regular MX'),(5128,991,'af_addon_option_color',''),(5129,991,'af_addon_field_options_price_type','free'),(5130,991,'af_addon_field_options_price',''),(5181,1017,'af_addon_field_sort',''),(5182,1017,'af_addon_depend_selector','af_addon_not_dependable'),(5183,1017,'af_addon_field_depend_selector','0'),(5184,1017,'af_addon_option_depend_selector','a:0:{}'),(5185,1017,'af_addon_type_select','textarea'),(5186,1017,'af_addon_field_title','Additional requests:'),(5187,1017,'af_addon_tooltip_checkbox',''),(5188,1017,'af_addon_tooltip_textarea',''),(5189,1017,'af_addon_desc_checkbox','1'),(5190,1017,'af_addon_desc_textarea','Let us know the details of what you\'re looking to achieve with your custom kit.'),(5191,1017,'af_addon_required_field',''),(5192,1017,'af_addon_limit_range_checkbox',''),(5193,1017,'af_addon_min_limit_range',''),(5194,1017,'af_addon_max_limit_range',''),(5195,1017,'af_addon_price_range_checkbox',''),(5196,1017,'af_addon_field_price_type','free'),(5197,1017,'af_addon_field_price',''),(5198,1017,'af_addon_upload_file_extention',''),(5199,1016,'af_addon_field_sort',''),(5200,1016,'af_addon_depend_selector','af_addon_not_dependable'),(5201,1016,'af_addon_field_depend_selector','0'),(5202,1016,'af_addon_option_depend_selector','a:0:{}'),(5203,1016,'af_addon_type_select','file_upload'),(5204,1016,'af_addon_field_title','Upload your images:'),(5205,1016,'af_addon_tooltip_checkbox',''),(5206,1016,'af_addon_tooltip_textarea',''),(5207,1016,'af_addon_desc_checkbox','1'),(5208,1016,'af_addon_desc_textarea','Please upload any non-industry logo files, or kits you like the look of for us to use as inspiration to tailor the perfect kit for you.'),(5209,1016,'af_addon_required_field',''),(5210,1016,'af_addon_limit_range_checkbox',''),(5211,1016,'af_addon_min_limit_range',''),(5212,1016,'af_addon_max_limit_range',''),(5213,1016,'af_addon_price_range_checkbox',''),(5214,1016,'af_addon_field_price_type','free'),(5215,1016,'af_addon_field_price',''),(5216,1016,'af_addon_upload_file_extention','jpg, png, pdf, ai, eps, svg, tiff, psd'),(5217,1015,'af_addon_field_sort',''),(5218,1015,'af_addon_depend_selector','af_addon_not_dependable'),(5219,1015,'af_addon_field_depend_selector','0'),(5220,1015,'af_addon_option_depend_selector','a:0:{}'),(5221,1015,'af_addon_type_select','textarea'),(5222,1015,'af_addon_field_title','Requested logos:'),(5223,1015,'af_addon_tooltip_checkbox',''),(5224,1015,'af_addon_tooltip_textarea',''),(5225,1015,'af_addon_desc_checkbox','1'),(5226,1015,'af_addon_desc_textarea','Please list any company logos you would like featured on your kit.'),(5227,1015,'af_addon_required_field',''),(5228,1015,'af_addon_limit_range_checkbox',''),(5229,1015,'af_addon_min_limit_range',''),(5230,1015,'af_addon_max_limit_range',''),(5231,1015,'af_addon_price_range_checkbox',''),(5232,1015,'af_addon_field_price_type','free'),(5233,1015,'af_addon_field_price',''),(5234,1015,'af_addon_upload_file_extention',''),(5260,1027,'_regular_price','45'),(5261,1027,'total_sales','0'),(5262,1027,'_tax_status','taxable'),(5263,1027,'_tax_class',''),(5264,1027,'_manage_stock','no'),(5265,1027,'_backorders','no'),(5266,1027,'_sold_individually','no'),(5267,1027,'_virtual','no'),(5268,1027,'_downloadable','no'),(5269,1027,'_download_limit','-1'),(5270,1027,'_download_expiry','-1'),(5271,1027,'_thumbnail_id','3654'),(5272,1027,'_stock',NULL),(5273,1027,'_stock_status','instock'),(5274,1027,'_wc_average_rating','0'),(5275,1027,'_wc_review_count','0'),(5276,1027,'_product_version','10.1.2'),(5277,1027,'_price','45'),(5278,1027,'af_addon_title_font_size','14'),(5279,1027,'af_addon_option_title_font_size','12'),(5280,1027,'af_addon_field_border_pixels','1'),(5281,1027,'af_addon_desc_font_size','12'),(5282,1027,'af_addon_tooltip_font_size','12'),(5283,1027,'exclude_rule_addons',''),(5284,1027,'af_addon_title_display_as_selector','af_addon_title_display_text'),(5285,1027,'af_addon_heading_type_selector','addon_h1'),(5286,1027,'af_addon_seperator_checkbox',''),(5287,1027,'af_addon_title_seperator','af_addon_title_seperator_br'),(5288,1027,'af_addon_option_title_font_color',''),(5289,1027,'af_addon_title_bg',''),(5290,1027,'af_addon_title_color',''),(5291,1027,'af_addon_bg_color',''),(5292,1027,'af_addon_title_top_left_radius',''),(5293,1027,'af_addon_title_top_right_radius',''),(5294,1027,'af_addon_title_bottom_left_radius',''),(5295,1027,'af_addon_title_bottom_right_radius',''),(5296,1027,'af_addon_title_top_padding',''),(5297,1027,'af_addon_title_bottom_padding',''),(5298,1027,'af_addon_title_left_padding',''),(5299,1027,'af_addon_title_right_padding',''),(5300,1027,'af_addon_field_border',''),(5301,1027,'af_addon_field_border_top_left_radius',''),(5302,1027,'af_addon_field_border_top_right_radius',''),(5303,1027,'af_addon_field_border_bottom_left_radius',''),(5304,1027,'af_addon_field_border_bottom_right_radius',''),(5305,1027,'af_addon_field_border_top_padding',''),(5306,1027,'af_addon_field_border_bottom_padding',''),(5307,1027,'af_addon_field_border_left_padding',''),(5308,1027,'af_addon_field_border_right_padding',''),(5309,1027,'af_addon_field_title_position','left'),(5310,1027,'af_addon_field_border_color',''),(5311,1027,'af_addon_title_position','af_addon_title_inside_border'),(5312,1027,'af_addon_tooltip_background_color','#000000'),(5313,1027,'af_addon_tooltip_text_color',''),(5314,1027,'_yoast_wpseo_primary_product_cat','25'),(5315,1027,'_yoast_wpseo_estimated-reading-time-minutes','1'),(5316,1027,'_mkl_product_configurator_last_updated','1731375702'),(5317,1027,'_mkl_product_configurator_layers','a:5:{i:0;a:12:{s:3:\"_id\";i:8;s:4:\"name\";s:10:\"topshading\";s:11:\"description\";s:0:\"\";s:5:\"order\";i:0;s:11:\"image_order\";i:3;s:5:\"image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";i:0;}s:12:\"not_a_choice\";s:1:\"1\";s:4:\"type\";s:6:\"simple\";s:12:\"display_mode\";s:7:\"default\";s:6:\"active\";b:0;s:6:\"parent\";i:0;s:14:\"choices_number\";s:1:\"1\";}i:1;a:12:{s:3:\"_id\";i:9;s:4:\"name\";s:11:\"sideshading\";s:11:\"description\";s:0:\"\";s:5:\"order\";i:1;s:11:\"image_order\";i:5;s:5:\"image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";i:0;}s:12:\"not_a_choice\";s:1:\"1\";s:4:\"type\";s:6:\"simple\";s:12:\"display_mode\";s:7:\"default\";s:6:\"active\";b:0;s:6:\"parent\";i:0;s:14:\"choices_number\";s:1:\"1\";}i:2;a:12:{s:3:\"_id\";i:4;s:4:\"name\";s:8:\"AG Logos\";s:11:\"description\";s:0:\"\";s:5:\"order\";i:2;s:11:\"image_order\";i:4;s:5:\"image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";i:0;}s:12:\"not_a_choice\";s:1:\"1\";s:4:\"type\";s:6:\"simple\";s:12:\"display_mode\";s:7:\"default\";s:6:\"active\";b:0;s:6:\"parent\";i:0;s:14:\"choices_number\";s:1:\"1\";}i:3;a:16:{s:3:\"_id\";i:1;s:4:\"name\";s:10:\"Base color\";s:11:\"description\";s:0:\"\";s:5:\"order\";i:4;s:11:\"image_order\";i:1;s:5:\"image\";a:2:{s:3:\"url\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-base-black.png\";s:2:\"id\";i:355;}s:12:\"not_a_choice\";s:0:\"\";s:4:\"type\";s:6:\"simple\";s:12:\"display_mode\";s:6:\"colors\";s:6:\"active\";b:0;s:8:\"required\";s:1:\"1\";s:12:\"can_deselect\";s:0:\"\";s:14:\"choices_number\";s:2:\"18\";s:6:\"parent\";i:0;s:17:\"color_swatch_size\";s:6:\"medium\";s:17:\"default_selection\";s:12:\"select_first\";}i:4;a:16:{s:3:\"_id\";i:2;s:4:\"name\";s:9:\"Top color\";s:11:\"description\";s:0:\"\";s:5:\"order\";i:5;s:11:\"image_order\";i:2;s:5:\"image\";a:2:{s:3:\"url\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-hondared.png\";s:2:\"id\";i:447;}s:12:\"not_a_choice\";s:0:\"\";s:4:\"type\";s:6:\"simple\";s:12:\"display_mode\";s:6:\"colors\";s:6:\"active\";b:0;s:8:\"required\";s:1:\"1\";s:12:\"can_deselect\";s:0:\"\";s:14:\"choices_number\";s:2:\"18\";s:6:\"parent\";i:0;s:17:\"color_swatch_size\";s:6:\"medium\";s:17:\"default_selection\";s:12:\"select_first\";}}'),(5318,1027,'_mkl_product_configurator_angles','a:1:{i:0;a:10:{s:3:\"_id\";i:1;s:4:\"name\";s:3:\"Top\";s:11:\"description\";s:0:\"\";s:5:\"order\";i:1;s:11:\"image_order\";i:1;s:5:\"image\";a:2:{s:3:\"url\";s:76:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-2tone.png\";s:2:\"id\";i:336;}s:12:\"not_a_choice\";s:0:\"\";s:4:\"type\";s:6:\"simple\";s:12:\"display_mode\";s:7:\"default\";s:6:\"active\";b:0;}}'),(5319,1027,'_mkl_product_configurator_content','a:5:{i:0;a:2:{s:7:\"layerId\";i:1;s:7:\"choices\";a:19:{i:0;a:12:{s:3:\"_id\";i:1;s:4:\"name\";s:12:\"Base display\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-base-black.png\";s:2:\"id\";i:366;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:0;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#222222\";s:10:\"is_default\";b:1;s:6:\"parent\";i:0;s:12:\"hide_in_cart\";b:1;}i:1;a:10:{s:3:\"_id\";i:19;s:4:\"name\";s:5:\"Black\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-base-black.png\";s:2:\"id\";i:366;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:1;s:6:\"active\";b:0;s:6:\"parent\";i:0;s:5:\"color\";s:7:\"#222222\";}i:2;a:11:{s:3:\"_id\";i:2;s:4:\"name\";s:9:\"Cool Grey\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-base-coolgrey.png\";s:2:\"id\";i:367;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:2;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#606060\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:3;a:11:{s:3:\"_id\";i:3;s:4:\"name\";s:5:\"White\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-base-white.png\";s:2:\"id\";i:381;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:3;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ffffff\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:4;a:11:{s:3:\"_id\";i:4;s:4:\"name\";s:9:\"Honda Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-base-hondared.png\";s:2:\"id\";i:371;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:4;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#fc4444\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:5;a:11:{s:3:\"_id\";i:5;s:4:\"name\";s:10:\"GasGas Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:85:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-base-gasgasred.png\";s:2:\"id\";i:370;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:5;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#fa0505\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:6;a:11:{s:3:\"_id\";i:6;s:4:\"name\";s:10:\"KTM Orange\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:85:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-base-ktmorange.png\";s:2:\"id\";i:373;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:6;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ff7D00\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:7;a:11:{s:3:\"_id\";i:7;s:4:\"name\";s:13:\"Suzuki Yellow\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:88:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-base-suzukiyellow.png\";s:2:\"id\";i:378;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:7;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ffde00\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:8;a:11:{s:3:\"_id\";i:8;s:4:\"name\";s:14:\"Kawasaki Green\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:89:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-base-kawasakigreen.png\";s:2:\"id\";i:372;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:8;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#00d200\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:9;a:11:{s:3:\"_id\";i:9;s:4:\"name\";s:7:\"TM Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-base-tmblue.png\";s:2:\"id\";i:380;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:9;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#0066ff\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:10;a:11:{s:3:\"_id\";i:10;s:4:\"name\";s:11:\"Yamaha Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:86:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-base-yamahablue.png\";s:2:\"id\";i:364;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:10;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#0a00c8\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:11;a:11:{s:3:\"_id\";i:11;s:4:\"name\";s:10:\"Light Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:85:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-base-lightblue.png\";s:2:\"id\";i:374;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:11;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#0199fd\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:12;a:11:{s:3:\"_id\";i:12;s:4:\"name\";s:8:\"Sea Foam\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-base-seafoam.png\";s:2:\"id\";i:377;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:12;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#01bad4\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:13;a:11:{s:3:\"_id\";i:13;s:4:\"name\";s:4:\"Teal\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:80:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-base-teal.png\";s:2:\"id\";i:379;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:13;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#007a81\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:14;a:11:{s:3:\"_id\";i:14;s:4:\"name\";s:9:\"Navy Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-base-navyblue.png\";s:2:\"id\";i:375;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:14;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#000071\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:15;a:11:{s:3:\"_id\";i:15;s:4:\"name\";s:8:\"Ruby Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-base-rubyred.png\";s:2:\"id\";i:376;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:15;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#a31010\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:16;a:11:{s:3:\"_id\";i:16;s:4:\"name\";s:10:\"Flo Yellow\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:85:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-base-floyellow.png\";s:2:\"id\";i:369;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:16;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#f2ff00\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:17;a:11:{s:3:\"_id\";i:17;s:4:\"name\";s:8:\"Flo Pink\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-base-flopink.png\";s:2:\"id\";i:368;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:17;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#f9007e\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:18;a:11:{s:3:\"_id\";i:18;s:4:\"name\";s:6:\"Purple\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-base-purple.png\";s:2:\"id\";i:365;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:18;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ac05fa\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}}}i:1;a:2:{s:7:\"layerId\";i:2;s:7:\"choices\";a:19:{i:0;a:12:{s:3:\"_id\";i:1;s:4:\"name\";s:11:\"Top display\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-black1.png\";s:2:\"id\";i:418;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:0;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#222222\";s:10:\"is_default\";b:1;s:6:\"parent\";i:0;s:12:\"hide_in_cart\";b:1;}i:1;a:11:{s:3:\"_id\";i:19;s:4:\"name\";s:5:\"Black\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-black1.png\";s:2:\"id\";i:418;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:1;s:6:\"active\";b:0;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;s:5:\"color\";s:7:\"#222222\";}i:2;a:11:{s:3:\"_id\";i:2;s:4:\"name\";s:9:\"Cool Grey\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-coolgrey1.png\";s:2:\"id\";i:419;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:2;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#606060\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:3;a:11:{s:3:\"_id\";i:3;s:4:\"name\";s:5:\"White\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-white1.png\";s:2:\"id\";i:429;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:3;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ffffff\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:4;a:11:{s:3:\"_id\";i:4;s:4:\"name\";s:9:\"Honda Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-hondared.png\";s:2:\"id\";i:447;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";i:0;s:10:\"dimensions\";a:2:{s:6:\"height\";i:0;s:5:\"width\";i:0;}}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:4;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#fc4444\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:5;a:11:{s:3:\"_id\";i:5;s:4:\"name\";s:10:\"GasGas Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:85:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-gasgasred1.png\";s:2:\"id\";i:420;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:5;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#fa0505\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:6;a:11:{s:3:\"_id\";i:6;s:4:\"name\";s:10:\"KTM Orange\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:85:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-ktmorange1.png\";s:2:\"id\";i:423;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:6;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ff7D00\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:7;a:11:{s:3:\"_id\";i:7;s:4:\"name\";s:13:\"Suzuki Yellow\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:88:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-suzukiyellow1.png\";s:2:\"id\";i:424;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:7;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ffde00\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:8;a:11:{s:3:\"_id\";i:8;s:4:\"name\";s:14:\"Kawasaki Green\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:89:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-kawasakigreen1.png\";s:2:\"id\";i:422;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:8;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#00d200\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:9;a:11:{s:3:\"_id\";i:9;s:4:\"name\";s:7:\"TM Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-tmblue.png\";s:2:\"id\";i:397;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:9;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#0066ff\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:10;a:11:{s:3:\"_id\";i:10;s:4:\"name\";s:11:\"Yamaha Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:85:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-yamahablue.png\";s:2:\"id\";i:399;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:10;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#0a00c8\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:11;a:11:{s:3:\"_id\";i:11;s:4:\"name\";s:10:\"Light Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-lightblue.png\";s:2:\"id\";i:390;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:11;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#0199fd\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:12;a:11:{s:3:\"_id\";i:12;s:4:\"name\";s:8:\"Sea Foam\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-seafoam.png\";s:2:\"id\";i:394;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:12;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#01bad4\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:13;a:11:{s:3:\"_id\";i:13;s:4:\"name\";s:4:\"Teal\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:79:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-teal.png\";s:2:\"id\";i:396;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:13;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#007a81\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:14;a:11:{s:3:\"_id\";i:14;s:4:\"name\";s:9:\"Navy Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-navyblue.png\";s:2:\"id\";i:391;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:14;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#000071\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:15;a:11:{s:3:\"_id\";i:15;s:4:\"name\";s:8:\"Ruby Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-rubyred.png\";s:2:\"id\";i:393;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:15;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#a31010\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:16;a:11:{s:3:\"_id\";i:16;s:4:\"name\";s:10:\"Flo Yellow\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-floyellow.png\";s:2:\"id\";i:385;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:16;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#f2ff00\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:17;a:11:{s:3:\"_id\";i:17;s:4:\"name\";s:8:\"Flo Pink\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-flopink.png\";s:2:\"id\";i:384;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:17;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#f9007e\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:18;a:11:{s:3:\"_id\";i:18;s:4:\"name\";s:6:\"Purple\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-top-purple.png\";s:2:\"id\";i:392;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:18;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ac05fa\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}}}i:2;a:2:{s:7:\"layerId\";i:4;s:7:\"choices\";a:1:{i:0;a:8:{s:3:\"_id\";i:1;s:4:\"name\";s:8:\"Ag Logos\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:78:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcoverAGLogos1.png\";s:2:\"id\";i:425;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:4;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:1;s:6:\"active\";b:0;}}}i:3;a:2:{s:7:\"layerId\";i:8;s:7:\"choices\";a:1:{i:0;a:8:{s:3:\"_id\";i:1;s:4:\"name\";s:7:\"shading\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcovertopshading1.png\";s:2:\"id\";i:428;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:8;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:1;s:6:\"active\";b:0;}}}i:4;a:2:{s:7:\"layerId\";i:9;s:7:\"choices\";a:1:{i:0;a:8:{s:3:\"_id\";i:1;s:4:\"name\";s:7:\"shading\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcoverbaseshading1.png\";s:2:\"id\";i:426;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:9;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:1;s:6:\"active\";b:0;}}}}'),(5320,1027,'_mkl_pc__is_configurable','no'),(5321,1027,'_edit_lock','1757444260:1'),(5322,1048,'_wp_attached_file','2024/11/solidseatcover.webp'),(5323,1048,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2024/11/solidseatcover.webp\";s:8:\"filesize\";i:18256;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"solidseatcover-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5276;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"solidseatcover-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2206;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"solidseatcover-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5276;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"solidseatcover-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14700;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"solidseatcover-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1398;}}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:{}}}'),(5324,1027,'_edit_last','1'),(5343,1047,'af_addon_option_priority',''),(5344,1047,'af_addon_field_options_image',''),(5345,1047,'af_addon_field_options_name',''),(5346,1047,'af_addon_option_color',''),(5347,1047,'af_addon_field_options_price_type','af_addon_flat_fee'),(5348,1047,'af_addon_field_options_price',''),(5349,1046,'af_addon_option_priority',''),(5350,1046,'af_addon_field_options_image',''),(5351,1046,'af_addon_field_options_name',''),(5352,1046,'af_addon_option_color',''),(5353,1046,'af_addon_field_options_price_type','af_addon_flat_fee'),(5354,1046,'af_addon_field_options_price',''),(5355,1045,'af_addon_option_priority',''),(5356,1045,'af_addon_field_options_image',''),(5357,1045,'af_addon_field_options_name',''),(5358,1045,'af_addon_option_color',''),(5359,1045,'af_addon_field_options_price_type','af_addon_flat_fee'),(5360,1045,'af_addon_field_options_price',''),(5361,1044,'af_addon_option_priority',''),(5362,1044,'af_addon_field_options_image',''),(5363,1044,'af_addon_field_options_name',''),(5364,1044,'af_addon_option_color',''),(5365,1044,'af_addon_field_options_price_type','af_addon_flat_fee'),(5366,1044,'af_addon_field_options_price',''),(5367,1043,'af_addon_option_priority',''),(5368,1043,'af_addon_field_options_image',''),(5369,1043,'af_addon_field_options_name',''),(5370,1043,'af_addon_option_color',''),(5371,1043,'af_addon_field_options_price_type','af_addon_flat_fee'),(5372,1043,'af_addon_field_options_price',''),(5373,1042,'af_addon_option_priority',''),(5374,1042,'af_addon_field_options_image',''),(5375,1042,'af_addon_field_options_name',''),(5376,1042,'af_addon_option_color',''),(5377,1042,'af_addon_field_options_price_type','af_addon_flat_fee'),(5378,1042,'af_addon_field_options_price',''),(5379,1041,'af_addon_option_priority',''),(5380,1041,'af_addon_field_options_image',''),(5381,1041,'af_addon_field_options_name',''),(5382,1041,'af_addon_option_color',''),(5383,1041,'af_addon_field_options_price_type','af_addon_flat_fee'),(5384,1041,'af_addon_field_options_price',''),(5385,1040,'af_addon_option_priority',''),(5386,1040,'af_addon_field_options_image',''),(5387,1040,'af_addon_field_options_name',''),(5388,1040,'af_addon_option_color',''),(5389,1040,'af_addon_field_options_price_type','af_addon_flat_fee'),(5390,1040,'af_addon_field_options_price',''),(5391,1039,'af_addon_option_priority',''),(5392,1039,'af_addon_field_options_image',''),(5393,1039,'af_addon_field_options_name',''),(5394,1039,'af_addon_option_color',''),(5395,1039,'af_addon_field_options_price_type','af_addon_flat_fee'),(5396,1039,'af_addon_field_options_price',''),(5397,1038,'af_addon_option_priority',''),(5398,1038,'af_addon_field_options_image',''),(5399,1038,'af_addon_field_options_name',''),(5400,1038,'af_addon_option_color',''),(5401,1038,'af_addon_field_options_price_type','af_addon_flat_fee'),(5402,1038,'af_addon_field_options_price',''),(5403,1037,'af_addon_option_priority',''),(5404,1037,'af_addon_field_options_image',''),(5405,1037,'af_addon_field_options_name',''),(5406,1037,'af_addon_option_color',''),(5407,1037,'af_addon_field_options_price_type','af_addon_flat_fee'),(5408,1037,'af_addon_field_options_price',''),(5409,1036,'af_addon_option_priority',''),(5410,1036,'af_addon_field_options_image',''),(5411,1036,'af_addon_field_options_name',''),(5412,1036,'af_addon_option_color',''),(5413,1036,'af_addon_field_options_price_type','af_addon_flat_fee'),(5414,1036,'af_addon_field_options_price',''),(5415,1035,'af_addon_option_priority',''),(5416,1035,'af_addon_field_options_image',''),(5417,1035,'af_addon_field_options_name',''),(5418,1035,'af_addon_option_color',''),(5419,1035,'af_addon_field_options_price_type','af_addon_flat_fee'),(5420,1035,'af_addon_field_options_price',''),(5421,1034,'af_addon_option_priority',''),(5422,1034,'af_addon_field_options_image',''),(5423,1034,'af_addon_field_options_name','GasGas Red'),(5424,1034,'af_addon_option_color','#fa0505'),(5425,1034,'af_addon_field_options_price_type','free'),(5426,1034,'af_addon_field_options_price',''),(5427,1033,'af_addon_option_priority',''),(5428,1033,'af_addon_field_options_image',''),(5429,1033,'af_addon_field_options_name','Honda Red'),(5430,1033,'af_addon_option_color','#fc4444'),(5431,1033,'af_addon_field_options_price_type','free'),(5432,1033,'af_addon_field_options_price',''),(5433,1032,'af_addon_option_priority',''),(5434,1032,'af_addon_field_options_image',''),(5435,1032,'af_addon_field_options_name','White'),(5436,1032,'af_addon_option_color','#ffffff'),(5437,1032,'af_addon_field_options_price_type','free'),(5438,1032,'af_addon_field_options_price',''),(5439,1031,'af_addon_option_priority',''),(5440,1031,'af_addon_field_options_image',''),(5441,1031,'af_addon_field_options_name','Cool Grey'),(5442,1031,'af_addon_option_color','#606060'),(5443,1031,'af_addon_field_options_price_type','free'),(5444,1031,'af_addon_field_options_price',''),(5445,1030,'af_addon_option_priority',''),(5446,1030,'af_addon_field_options_image',''),(5447,1030,'af_addon_field_options_name','Black'),(5448,1030,'af_addon_option_color','#222222'),(5449,1030,'af_addon_field_options_price_type','free'),(5450,1030,'af_addon_field_options_price',''),(5503,1049,'af_addon_field_sort','2'),(5504,1049,'af_addon_depend_selector','af_addon_not_dependable'),(5505,1049,'af_addon_field_depend_selector','0'),(5506,1049,'af_addon_option_depend_selector','a:0:{}'),(5507,1049,'af_addon_type_select','image_swatcher'),(5508,1049,'af_addon_field_title','Choose your color:'),(5509,1049,'af_addon_tooltip_checkbox',''),(5510,1049,'af_addon_tooltip_textarea',''),(5511,1049,'af_addon_desc_checkbox',''),(5512,1049,'af_addon_desc_textarea',''),(5513,1049,'af_addon_required_field','1'),(5514,1049,'af_addon_limit_range_checkbox',''),(5515,1049,'af_addon_min_limit_range',''),(5516,1049,'af_addon_max_limit_range',''),(5517,1049,'af_addon_price_range_checkbox',''),(5518,1049,'af_addon_field_price_type','free'),(5519,1049,'af_addon_field_price',''),(5520,1049,'af_addon_upload_file_extention',''),(5521,1084,'af_addon_option_priority',''),(5522,1084,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-white-1.png'),(5526,1084,'af_addon_field_options_name','White'),(5527,1084,'af_addon_option_color',''),(5528,1084,'af_addon_field_options_price_type','free'),(5529,1084,'af_addon_field_options_price',''),(5530,1083,'af_addon_option_priority',''),(5531,1083,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-hondared-1.png'),(5535,1083,'af_addon_field_options_name','Honda Red'),(5536,1083,'af_addon_option_color',''),(5537,1083,'af_addon_field_options_price_type','free'),(5538,1083,'af_addon_field_options_price',''),(5539,1082,'af_addon_option_priority',''),(5540,1082,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-gasgasred-1.png'),(5544,1082,'af_addon_field_options_name','GasGas Red'),(5545,1082,'af_addon_option_color',''),(5546,1082,'af_addon_field_options_price_type','free'),(5547,1082,'af_addon_field_options_price',''),(5548,1081,'af_addon_option_priority',''),(5549,1081,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-ruby-1.png'),(5553,1081,'af_addon_field_options_name','Ruby Red'),(5554,1081,'af_addon_option_color',''),(5555,1081,'af_addon_field_options_price_type','free'),(5556,1081,'af_addon_field_options_price',''),(5557,1080,'af_addon_option_priority',''),(5558,1080,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-ktmorange-1.png'),(5562,1080,'af_addon_field_options_name','KTM Orange'),(5563,1080,'af_addon_option_color',''),(5564,1080,'af_addon_field_options_price_type','free'),(5565,1080,'af_addon_field_options_price',''),(5566,1079,'af_addon_option_priority',''),(5567,1079,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-suzukiyellow-1.png'),(5571,1079,'af_addon_field_options_name','Suzuki Yellow'),(5572,1079,'af_addon_option_color',''),(5573,1079,'af_addon_field_options_price_type','free'),(5574,1079,'af_addon_field_options_price',''),(5575,1078,'af_addon_option_priority',''),(5576,1078,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-floyellow-1.png'),(5580,1078,'af_addon_field_options_name','Flo Yellow'),(5581,1078,'af_addon_option_color',''),(5582,1078,'af_addon_field_options_price_type','free'),(5583,1078,'af_addon_field_options_price',''),(5584,1077,'af_addon_option_priority',''),(5585,1077,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/seatcoverproductimage-1.png'),(5589,1077,'af_addon_field_options_name','Kawasaki Green'),(5590,1077,'af_addon_option_color',''),(5591,1077,'af_addon_field_options_price_type','free'),(5592,1077,'af_addon_field_options_price',''),(5593,1076,'af_addon_option_priority',''),(5594,1076,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-black.png'),(5598,1076,'af_addon_field_options_name','Black'),(5599,1076,'af_addon_option_color',''),(5600,1076,'af_addon_field_options_price_type','free'),(5601,1076,'af_addon_field_options_price',''),(5602,1075,'af_addon_option_priority',''),(5603,1075,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-teal-1.png'),(5607,1075,'af_addon_field_options_name','Teal'),(5608,1075,'af_addon_option_color',''),(5609,1075,'af_addon_field_options_price_type','free'),(5610,1075,'af_addon_field_options_price',''),(5611,1074,'af_addon_option_priority',''),(5612,1074,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-lightblue-1.png'),(5616,1074,'af_addon_field_options_name','Light Blue'),(5617,1074,'af_addon_option_color',''),(5618,1074,'af_addon_field_options_price_type','free'),(5619,1074,'af_addon_field_options_price',''),(5620,1073,'af_addon_option_priority',''),(5621,1073,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-tmblue-1.png'),(5625,1073,'af_addon_field_options_name','TM Blue'),(5626,1073,'af_addon_option_color',''),(5627,1073,'af_addon_field_options_price_type','free'),(5628,1073,'af_addon_field_options_price',''),(5629,1072,'af_addon_option_priority',''),(5630,1072,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-yamahablue-1.png'),(5634,1072,'af_addon_field_options_name','Yamaha Blue'),(5635,1072,'af_addon_option_color',''),(5636,1072,'af_addon_field_options_price_type','free'),(5637,1072,'af_addon_field_options_price',''),(5638,1071,'af_addon_option_priority',''),(5639,1071,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-navyblue-1.png'),(5643,1071,'af_addon_field_options_name','Navy Blue'),(5644,1071,'af_addon_option_color',''),(5645,1071,'af_addon_field_options_price_type','free'),(5646,1071,'af_addon_field_options_price',''),(5647,1070,'af_addon_option_priority',''),(5648,1070,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-purple-1.png'),(5652,1070,'af_addon_field_options_name','Purple'),(5653,1070,'af_addon_option_color',''),(5654,1070,'af_addon_field_options_price_type','free'),(5655,1070,'af_addon_field_options_price',''),(5656,1069,'af_addon_option_priority',''),(5657,1069,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-flopink-1.png'),(5661,1069,'af_addon_field_options_name','Flo Pink'),(5662,1069,'af_addon_option_color',''),(5663,1069,'af_addon_field_options_price_type','free'),(5664,1069,'af_addon_field_options_price',''),(5665,1051,'af_addon_option_priority',''),(5666,1051,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-coolgray-1.png'),(5670,1051,'af_addon_field_options_name','Cool Grey'),(5671,1051,'af_addon_option_color',''),(5672,1051,'af_addon_field_options_price_type','free'),(5673,1051,'af_addon_field_options_price',''),(5674,1050,'af_addon_option_priority',''),(5675,1050,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-seafoam-1.png'),(5679,1050,'af_addon_field_options_name','Seafoam'),(5680,1050,'af_addon_option_color',''),(5681,1050,'af_addon_field_options_price_type','free'),(5682,1050,'af_addon_field_options_price',''),(5683,1103,'_regular_price','50'),(5684,1103,'total_sales','0'),(5685,1103,'_tax_status','none'),(5686,1103,'_tax_class',''),(5687,1103,'_manage_stock','no'),(5688,1103,'_backorders','no'),(5689,1103,'_sold_individually','no'),(5690,1103,'_virtual','no'),(5691,1103,'_downloadable','no'),(5692,1103,'_download_limit','-1'),(5693,1103,'_download_expiry','-1'),(5694,1103,'_thumbnail_id','1104'),(5695,1103,'_stock',NULL),(5696,1103,'_stock_status','instock'),(5697,1103,'_wc_average_rating','0'),(5698,1103,'_wc_review_count','0'),(5699,1103,'_product_version','10.1.2'),(5700,1103,'_price','50'),(5701,1103,'af_addon_title_font_size','18'),(5702,1103,'af_addon_option_title_font_size','15'),(5703,1103,'af_addon_field_border_pixels','1'),(5704,1103,'af_addon_desc_font_size','13'),(5705,1103,'af_addon_tooltip_font_size','14'),(5706,1103,'exclude_rule_addons',''),(5707,1103,'af_addon_title_display_as_selector','af_addon_title_display_text'),(5708,1103,'af_addon_heading_type_selector','addon_h1'),(5709,1103,'af_addon_seperator_checkbox',''),(5710,1103,'af_addon_title_seperator','af_addon_title_seperator_br'),(5711,1103,'af_addon_option_title_font_color',''),(5712,1103,'af_addon_title_bg',''),(5713,1103,'af_addon_title_color',''),(5714,1103,'af_addon_bg_color',''),(5715,1103,'af_addon_title_top_left_radius',''),(5716,1103,'af_addon_title_top_right_radius',''),(5717,1103,'af_addon_title_bottom_left_radius',''),(5718,1103,'af_addon_title_bottom_right_radius',''),(5719,1103,'af_addon_title_top_padding',''),(5720,1103,'af_addon_title_bottom_padding',''),(5721,1103,'af_addon_title_left_padding',''),(5722,1103,'af_addon_title_right_padding',''),(5723,1103,'af_addon_field_border',''),(5724,1103,'af_addon_field_border_top_left_radius',''),(5725,1103,'af_addon_field_border_top_right_radius',''),(5726,1103,'af_addon_field_border_bottom_left_radius',''),(5727,1103,'af_addon_field_border_bottom_right_radius',''),(5728,1103,'af_addon_field_border_top_padding',''),(5729,1103,'af_addon_field_border_bottom_padding',''),(5730,1103,'af_addon_field_border_left_padding',''),(5731,1103,'af_addon_field_border_right_padding',''),(5732,1103,'af_addon_field_title_position','left'),(5733,1103,'af_addon_field_border_color',''),(5734,1103,'af_addon_title_position','af_addon_title_inside_border'),(5735,1103,'af_addon_tooltip_background_color','#000000'),(5736,1103,'af_addon_tooltip_text_color',''),(5737,1103,'_mkl_pc__is_configurable','no'),(5738,1103,'_yoast_wpseo_primary_product_cat','24'),(5739,1103,'_yoast_wpseo_estimated-reading-time-minutes','1'),(5740,1103,'_yoast_wpseo_content_score','90'),(5741,1103,'_edit_lock','1757445501:1'),(5742,1104,'_wp_attached_file','2024/11/customfenderdecals.webp'),(5743,1104,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:31:\"2024/11/customfenderdecals.webp\";s:8:\"filesize\";i:28868;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"customfenderdecals-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8970;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"customfenderdecals-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2928;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"customfenderdecals-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8970;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"customfenderdecals-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29450;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"customfenderdecals-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1594;}}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:{}}}'),(5744,1103,'_edit_last','1'),(5803,1108,'af_addon_field_sort',''),(5804,1108,'af_addon_depend_selector','af_addon_not_dependable'),(5805,1108,'af_addon_field_depend_selector','0'),(5806,1108,'af_addon_option_depend_selector','a:0:{}'),(5807,1108,'af_addon_type_select','number'),(5808,1108,'af_addon_field_title','How many identical copies will be printed of this custom kit?'),(5809,1108,'af_addon_tooltip_checkbox',''),(5810,1108,'af_addon_tooltip_textarea',''),(5811,1108,'af_addon_desc_checkbox','1'),(5812,1108,'af_addon_desc_textarea','If identical copies are being printed, please keep the order quantity as one, and specify how many copies here. If there are any changes for the other kits, please add a second custom kit with the information to your cart before proceeding to checkout.'),(5813,1108,'af_addon_required_field','1'),(5814,1108,'af_addon_limit_range_checkbox',''),(5815,1108,'af_addon_min_limit_range',''),(5816,1108,'af_addon_max_limit_range',''),(5817,1108,'af_addon_price_range_checkbox',''),(5818,1108,'af_addon_field_price_type','free'),(5819,1108,'af_addon_field_price',''),(5820,1108,'af_addon_upload_file_extention',''),(5821,1107,'af_addon_field_sort',''),(5822,1107,'af_addon_depend_selector','af_addon_not_dependable'),(5823,1107,'af_addon_field_depend_selector','0'),(5824,1107,'af_addon_option_depend_selector','a:0:{}'),(5825,1107,'af_addon_type_select','input_text'),(5826,1107,'af_addon_field_title','Bike year/make/model:'),(5827,1107,'af_addon_tooltip_checkbox',''),(5828,1107,'af_addon_tooltip_textarea',''),(5829,1107,'af_addon_desc_checkbox',''),(5830,1107,'af_addon_desc_textarea',''),(5831,1107,'af_addon_required_field','1'),(5832,1107,'af_addon_limit_range_checkbox',''),(5833,1107,'af_addon_min_limit_range',''),(5834,1107,'af_addon_max_limit_range',''),(5835,1107,'af_addon_price_range_checkbox',''),(5836,1107,'af_addon_field_price_type','free'),(5837,1107,'af_addon_field_price',''),(5838,1107,'af_addon_upload_file_extention',''),(5856,1118,'origin',NULL),(5901,1139,'af_addon_field_sort','2'),(5902,1139,'af_addon_depend_selector','af_addon_not_dependable'),(5903,1139,'af_addon_field_depend_selector','0'),(5904,1139,'af_addon_option_depend_selector','a:0:{}'),(5905,1139,'af_addon_type_select','input_text'),(5906,1139,'af_addon_field_title','Race number:'),(5907,1139,'af_addon_tooltip_checkbox',''),(5908,1139,'af_addon_tooltip_textarea',''),(5909,1139,'af_addon_desc_checkbox',''),(5910,1139,'af_addon_desc_textarea',''),(5911,1139,'af_addon_required_field',''),(5912,1139,'af_addon_limit_range_checkbox',''),(5913,1139,'af_addon_min_limit_range',''),(5914,1139,'af_addon_max_limit_range',''),(5915,1139,'af_addon_price_range_checkbox',''),(5916,1139,'af_addon_field_price_type','free'),(5917,1139,'af_addon_field_price',''),(5918,1139,'af_addon_upload_file_extention',''),(5919,1138,'af_addon_field_sort','3'),(5920,1138,'af_addon_depend_selector','af_addon_not_dependable'),(5921,1138,'af_addon_field_depend_selector','0'),(5922,1138,'af_addon_option_depend_selector','a:0:{}'),(5923,1138,'af_addon_type_select','color_swatcher'),(5924,1138,'af_addon_field_title','Number color:'),(5925,1138,'af_addon_tooltip_checkbox',''),(5926,1138,'af_addon_tooltip_textarea',''),(5927,1138,'af_addon_desc_checkbox',''),(5928,1138,'af_addon_desc_textarea',''),(5929,1138,'af_addon_required_field',''),(5930,1138,'af_addon_limit_range_checkbox',''),(5931,1138,'af_addon_min_limit_range',''),(5932,1138,'af_addon_max_limit_range',''),(5933,1138,'af_addon_price_range_checkbox',''),(5934,1138,'af_addon_field_price_type','free'),(5935,1138,'af_addon_field_price',''),(5936,1138,'af_addon_upload_file_extention',''),(5937,1125,'af_addon_field_sort','4'),(5938,1125,'af_addon_depend_selector','af_addon_not_dependable'),(5939,1125,'af_addon_field_depend_selector','0'),(5940,1125,'af_addon_option_depend_selector','a:0:{}'),(5941,1125,'af_addon_type_select','color_swatcher'),(5942,1125,'af_addon_field_title','Choose your number plate background:'),(5943,1125,'af_addon_tooltip_checkbox',''),(5944,1125,'af_addon_tooltip_textarea',''),(5945,1125,'af_addon_desc_checkbox',''),(5946,1125,'af_addon_desc_textarea',''),(5947,1125,'af_addon_required_field',''),(5948,1125,'af_addon_limit_range_checkbox',''),(5949,1125,'af_addon_min_limit_range',''),(5950,1125,'af_addon_max_limit_range',''),(5951,1125,'af_addon_price_range_checkbox',''),(5952,1125,'af_addon_field_price_type','free'),(5953,1125,'af_addon_field_price',''),(5954,1125,'af_addon_upload_file_extention',''),(5955,1137,'af_addon_option_priority',''),(5956,1137,'af_addon_field_options_image',''),(5957,1137,'af_addon_field_options_name','Dark Gray'),(5958,1137,'af_addon_option_color','#4e4d4d'),(5959,1137,'af_addon_field_options_price_type','free'),(5960,1137,'af_addon_field_options_price',''),(5961,1136,'af_addon_option_priority',''),(5962,1136,'af_addon_field_options_image',''),(5963,1136,'af_addon_field_options_name','Medium Gray'),(5964,1136,'af_addon_option_color','#999999'),(5965,1136,'af_addon_field_options_price_type','free'),(5966,1136,'af_addon_field_options_price',''),(5967,1135,'af_addon_option_priority',''),(5968,1135,'af_addon_field_options_image',''),(5969,1135,'af_addon_field_options_name','Light Gray'),(5970,1135,'af_addon_option_color','#cdcccc'),(5971,1135,'af_addon_field_options_price_type','free'),(5972,1135,'af_addon_field_options_price',''),(5973,1134,'af_addon_option_priority',''),(5974,1134,'af_addon_field_options_image',''),(5975,1134,'af_addon_field_options_name','Flo Yellow'),(5976,1134,'af_addon_option_color','#e0e621'),(5977,1134,'af_addon_field_options_price_type','free'),(5978,1134,'af_addon_field_options_price',''),(5979,1133,'af_addon_option_priority',''),(5980,1133,'af_addon_field_options_image',''),(5981,1133,'af_addon_field_options_name','KTM Orange'),(5982,1133,'af_addon_option_color','#ff5100'),(5983,1133,'af_addon_field_options_price_type','free'),(5984,1133,'af_addon_field_options_price',''),(5985,1132,'af_addon_option_priority',''),(5986,1132,'af_addon_field_options_image',''),(5987,1132,'af_addon_field_options_name','Kawasaki Green'),(5988,1132,'af_addon_option_color','#38d430'),(5989,1132,'af_addon_field_options_price_type','free'),(5990,1132,'af_addon_field_options_price',''),(5991,1131,'af_addon_option_priority',''),(5992,1131,'af_addon_field_options_image',''),(5993,1131,'af_addon_field_options_name','Gasgas Red'),(5994,1131,'af_addon_option_color','#c70017'),(5995,1131,'af_addon_field_options_price_type','free'),(5996,1131,'af_addon_field_options_price',''),(5997,1130,'af_addon_option_priority',''),(5998,1130,'af_addon_field_options_image',''),(5999,1130,'af_addon_field_options_name','Honda Red'),(6000,1130,'af_addon_option_color','#e70000'),(6001,1130,'af_addon_field_options_price_type','free'),(6002,1130,'af_addon_field_options_price',''),(6003,1129,'af_addon_option_priority',''),(6004,1129,'af_addon_field_options_image',''),(6005,1129,'af_addon_field_options_name','Cyan'),(6006,1129,'af_addon_option_color','#009fe3'),(6007,1129,'af_addon_field_options_price_type','free'),(6008,1129,'af_addon_field_options_price',''),(6009,1128,'af_addon_option_priority',''),(6010,1128,'af_addon_field_options_image',''),(6011,1128,'af_addon_field_options_name','Yellow'),(6012,1128,'af_addon_option_color','#ffed00'),(6013,1128,'af_addon_field_options_price_type','free'),(6014,1128,'af_addon_field_options_price',''),(6015,1127,'af_addon_option_priority',''),(6016,1127,'af_addon_field_options_image',''),(6017,1127,'af_addon_field_options_name','Black'),(6018,1127,'af_addon_option_color','#000000'),(6019,1127,'af_addon_field_options_price_type','free'),(6020,1127,'af_addon_field_options_price',''),(6021,1126,'af_addon_option_priority',''),(6022,1126,'af_addon_field_options_image',''),(6023,1126,'af_addon_field_options_name','White'),(6024,1126,'af_addon_option_color','#ffffff'),(6025,1126,'af_addon_field_options_price_type','free'),(6026,1126,'af_addon_field_options_price',''),(6028,1150,'af_addon_option_priority',''),(6029,1150,'af_addon_field_options_image',''),(6030,1150,'af_addon_field_options_name','Dark Gray'),(6031,1150,'af_addon_option_color','#4e4d4d'),(6032,1150,'af_addon_field_options_price_type','free'),(6033,1150,'af_addon_field_options_price',''),(6034,1149,'af_addon_option_priority',''),(6035,1149,'af_addon_field_options_image',''),(6036,1149,'af_addon_field_options_name','Medium Gray'),(6037,1149,'af_addon_option_color','#999999'),(6038,1149,'af_addon_field_options_price_type','free'),(6039,1149,'af_addon_field_options_price',''),(6040,1148,'af_addon_option_priority',''),(6041,1148,'af_addon_field_options_image',''),(6042,1148,'af_addon_field_options_name','Light Gray'),(6043,1148,'af_addon_option_color','#cdcccc'),(6044,1148,'af_addon_field_options_price_type','free'),(6045,1148,'af_addon_field_options_price',''),(6046,1147,'af_addon_option_priority',''),(6047,1147,'af_addon_field_options_image',''),(6048,1147,'af_addon_field_options_name','Flo Yellow'),(6049,1147,'af_addon_option_color','#e0e621'),(6050,1147,'af_addon_field_options_price_type','free'),(6051,1147,'af_addon_field_options_price',''),(6052,1146,'af_addon_option_priority',''),(6053,1146,'af_addon_field_options_image',''),(6054,1146,'af_addon_field_options_name','KTM Orange'),(6055,1146,'af_addon_option_color','#ff5100'),(6056,1146,'af_addon_field_options_price_type','free'),(6057,1146,'af_addon_field_options_price',''),(6058,1145,'af_addon_option_priority',''),(6059,1145,'af_addon_field_options_image',''),(6060,1145,'af_addon_field_options_name','Kawasaki Green'),(6061,1145,'af_addon_option_color','#38d430'),(6062,1145,'af_addon_field_options_price_type','free'),(6063,1145,'af_addon_field_options_price',''),(6064,1144,'af_addon_option_priority',''),(6065,1144,'af_addon_field_options_image',''),(6066,1144,'af_addon_field_options_name','Gasgas Red'),(6067,1144,'af_addon_option_color','#c70017'),(6068,1144,'af_addon_field_options_price_type','free'),(6069,1144,'af_addon_field_options_price',''),(6070,1143,'af_addon_option_priority',''),(6071,1143,'af_addon_field_options_image',''),(6072,1143,'af_addon_field_options_name','Honda Red'),(6073,1143,'af_addon_option_color','#e70000'),(6074,1143,'af_addon_field_options_price_type','free'),(6075,1143,'af_addon_field_options_price',''),(6076,1142,'af_addon_option_priority',''),(6077,1142,'af_addon_field_options_image',''),(6078,1142,'af_addon_field_options_name','Yellow'),(6079,1142,'af_addon_option_color','#ffed00'),(6080,1142,'af_addon_field_options_price_type','free'),(6081,1142,'af_addon_field_options_price',''),(6082,1141,'af_addon_option_priority',''),(6083,1141,'af_addon_field_options_image',''),(6084,1141,'af_addon_field_options_name','Black'),(6085,1141,'af_addon_option_color','#000000'),(6086,1141,'af_addon_field_options_price_type','free'),(6087,1141,'af_addon_field_options_price',''),(6088,1140,'af_addon_option_priority',''),(6089,1140,'af_addon_field_options_image',''),(6090,1140,'af_addon_field_options_name','White'),(6091,1140,'af_addon_option_color','#ffffff'),(6092,1140,'af_addon_field_options_price_type','free'),(6093,1140,'af_addon_field_options_price',''),(6166,1158,'af_addon_option_priority',''),(6167,1158,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/CRF250-450_2021-23-c3.jpg'),(6168,1158,'af_addon_field_options_name','Colorway 3'),(6169,1158,'af_addon_option_color',''),(6170,1158,'af_addon_field_options_price_type','free'),(6171,1158,'af_addon_field_options_price',''),(6172,1157,'af_addon_option_priority',''),(6173,1157,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/CRF250-450_2021-23-c2.jpg'),(6174,1157,'af_addon_field_options_name','Colorway 2'),(6175,1157,'af_addon_option_color',''),(6176,1157,'af_addon_field_options_price_type','free'),(6177,1157,'af_addon_field_options_price',''),(6178,1156,'af_addon_option_priority',''),(6179,1156,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/CRF250-450_2021-23-c1.jpg'),(6180,1156,'af_addon_field_options_name','Colorway 1'),(6181,1156,'af_addon_option_color',''),(6182,1156,'af_addon_field_options_price_type','free'),(6183,1156,'af_addon_field_options_price',''),(6260,1169,'af_addon_option_priority',''),(6261,1169,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/CRF250-450_2021-23-c3.jpg'),(6262,1169,'af_addon_field_options_name','Colorway 3'),(6263,1169,'af_addon_option_color',''),(6264,1169,'af_addon_field_options_price_type','free'),(6265,1169,'af_addon_field_options_price',''),(6266,1168,'af_addon_option_priority',''),(6267,1168,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/CRF250-450_2021-23-c2.jpg'),(6268,1168,'af_addon_field_options_name','Colorway 2'),(6269,1168,'af_addon_option_color',''),(6270,1168,'af_addon_field_options_price_type','free'),(6271,1168,'af_addon_field_options_price',''),(6272,1167,'af_addon_option_priority',''),(6273,1167,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/CRF250-450_2021-23-c1.jpg'),(6274,1167,'af_addon_field_options_name','Colorway 1'),(6275,1167,'af_addon_option_color',''),(6276,1167,'af_addon_field_options_price_type','free'),(6277,1167,'af_addon_field_options_price',''),(6341,1212,'_edit_lock','1756497998:1'),(6342,1212,'_edit_last','1'),(6343,1212,'_yoast_wpseo_estimated-reading-time-minutes','4'),(6344,1214,'_edit_lock','1758221307:1'),(6345,1214,'_edit_last','1'),(6346,1214,'_yoast_wpseo_estimated-reading-time-minutes','2'),(6347,1216,'_edit_lock','1758216065:1'),(6348,1216,'_edit_last','1'),(6349,1216,'_yoast_wpseo_estimated-reading-time-minutes','4'),(6350,1221,'origin',NULL),(6351,1230,'af_addon_field_sort',''),(6352,1230,'af_addon_depend_selector','af_addon_not_dependable'),(6353,1230,'af_addon_field_depend_selector','0'),(6354,1230,'af_addon_option_depend_selector','a:0:{}'),(6355,1230,'af_addon_type_select','input_text'),(6356,1230,'af_addon_field_title','Bike year/make/model:'),(6357,1230,'af_addon_tooltip_checkbox',''),(6358,1230,'af_addon_tooltip_textarea',''),(6359,1230,'af_addon_desc_checkbox',''),(6360,1230,'af_addon_desc_textarea',''),(6361,1230,'af_addon_required_field','1'),(6362,1230,'af_addon_limit_range_checkbox',''),(6363,1230,'af_addon_min_limit_range',''),(6364,1230,'af_addon_max_limit_range',''),(6365,1230,'af_addon_price_range_checkbox',''),(6366,1230,'af_addon_field_price_type','free'),(6367,1230,'af_addon_field_price',''),(6368,1230,'af_addon_upload_file_extention',''),(6369,1229,'af_addon_field_sort','1'),(6370,1229,'af_addon_depend_selector','af_addon_not_dependable'),(6371,1229,'af_addon_field_depend_selector','0'),(6372,1229,'af_addon_option_depend_selector','a:0:{}'),(6373,1229,'af_addon_type_select','input_text'),(6374,1229,'af_addon_field_title','Rider name:'),(6375,1229,'af_addon_tooltip_checkbox',''),(6376,1229,'af_addon_tooltip_textarea',''),(6377,1229,'af_addon_desc_checkbox',''),(6378,1229,'af_addon_desc_textarea',''),(6379,1229,'af_addon_required_field','1'),(6380,1229,'af_addon_limit_range_checkbox',''),(6381,1229,'af_addon_min_limit_range',''),(6382,1229,'af_addon_max_limit_range',''),(6383,1229,'af_addon_price_range_checkbox',''),(6384,1229,'af_addon_field_price_type','free'),(6385,1229,'af_addon_field_price',''),(6386,1229,'af_addon_upload_file_extention',''),(6401,1243,'af_addon_field_sort','6'),(6402,1243,'af_addon_depend_selector','af_addon_not_dependable'),(6403,1243,'af_addon_field_depend_selector','0'),(6404,1243,'af_addon_option_depend_selector','a:0:{}'),(6405,1243,'af_addon_type_select','image'),(6406,1243,'af_addon_field_title','Choose your finish:'),(6407,1243,'af_addon_tooltip_checkbox',''),(6408,1243,'af_addon_tooltip_textarea',''),(6409,1243,'af_addon_desc_checkbox','1'),(6410,1243,'af_addon_desc_textarea','Choose which finish you would like on your kit.'),(6411,1243,'af_addon_required_field','1'),(6412,1243,'af_addon_limit_range_checkbox',''),(6413,1243,'af_addon_min_limit_range',''),(6414,1243,'af_addon_max_limit_range',''),(6415,1243,'af_addon_price_range_checkbox',''),(6416,1243,'af_addon_field_price_type','free'),(6417,1243,'af_addon_field_price',''),(6418,1243,'af_addon_upload_file_extention',''),(6419,1249,'af_addon_option_priority',''),(6420,1249,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/12/goldflakelaminate.png'),(6421,1249,'af_addon_field_options_name','Gold flake'),(6422,1249,'af_addon_option_color',''),(6423,1249,'af_addon_field_options_price_type','flat_fixed_fee'),(6424,1249,'af_addon_field_options_price','20'),(6425,1248,'af_addon_option_priority',''),(6426,1248,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/12/silverflakelaminate.png'),(6427,1248,'af_addon_field_options_name','Silver flake'),(6428,1248,'af_addon_option_color',''),(6429,1248,'af_addon_field_options_price_type','flat_fixed_fee'),(6430,1248,'af_addon_field_options_price','20'),(6431,1247,'af_addon_option_priority',''),(6432,1247,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/12/cosmicflakelaminate.png'),(6433,1247,'af_addon_field_options_name','Cosmic flake'),(6434,1247,'af_addon_option_color',''),(6435,1247,'af_addon_field_options_price_type','flat_fixed_fee'),(6436,1247,'af_addon_field_options_price','20'),(6437,1246,'af_addon_option_priority',''),(6438,1246,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/12/mattelaminate.png'),(6439,1246,'af_addon_field_options_name','Matte'),(6440,1246,'af_addon_option_color',''),(6441,1246,'af_addon_field_options_price_type','flat_fixed_fee'),(6442,1246,'af_addon_field_options_price','0'),(6443,1245,'af_addon_option_priority',''),(6444,1245,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/12/glosslaminate.png'),(6445,1245,'af_addon_field_options_name','Gloss'),(6446,1245,'af_addon_option_color',''),(6447,1245,'af_addon_field_options_price_type','flat_fixed_fee'),(6448,1245,'af_addon_field_options_price','0'),(6449,1239,'af_addon_field_sort','5'),(6450,1239,'af_addon_depend_selector','af_addon_not_dependable'),(6451,1239,'af_addon_field_depend_selector','0'),(6452,1239,'af_addon_option_depend_selector','a:0:{}'),(6453,1239,'af_addon_type_select','image'),(6454,1239,'af_addon_field_title','Choose your base material:'),(6455,1239,'af_addon_tooltip_checkbox',''),(6456,1239,'af_addon_tooltip_textarea',''),(6457,1239,'af_addon_desc_checkbox','1'),(6458,1239,'af_addon_desc_textarea','Choose which material you would like your kit to be printed on.'),(6459,1239,'af_addon_required_field','1'),(6460,1239,'af_addon_limit_range_checkbox',''),(6461,1239,'af_addon_min_limit_range',''),(6462,1239,'af_addon_max_limit_range',''),(6463,1239,'af_addon_price_range_checkbox',''),(6464,1239,'af_addon_field_price_type','free'),(6465,1239,'af_addon_field_price',''),(6466,1239,'af_addon_upload_file_extention',''),(6467,1242,'af_addon_option_priority',''),(6468,1242,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/12/UX1-holographicMXmaterial.png'),(6469,1242,'af_addon_field_options_name','Holographic'),(6470,1242,'af_addon_option_color',''),(6471,1242,'af_addon_field_options_price_type','flat_fixed_fee'),(6472,1242,'af_addon_field_options_price','50'),(6473,1241,'af_addon_option_priority',''),(6474,1241,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/12/UX1-chromeMXmaterial.png'),(6475,1241,'af_addon_field_options_name','Chrome'),(6476,1241,'af_addon_option_color',''),(6477,1241,'af_addon_field_options_price_type','flat_fixed_fee'),(6478,1241,'af_addon_field_options_price','35'),(6479,1240,'af_addon_option_priority',''),(6480,1240,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/12/glosslaminate.png'),(6481,1240,'af_addon_field_options_name','Regular MX'),(6482,1240,'af_addon_option_color',''),(6483,1240,'af_addon_field_options_price_type','flat_fixed_fee'),(6484,1240,'af_addon_field_options_price','0.00'),(6485,9,'_edit_lock','1734557947:1'),(6486,9,'_edit_last','1'),(6487,9,'_yoast_wpseo_estimated-reading-time-minutes','1'),(6497,1265,'af_addon_title_font_size','14'),(6498,1265,'af_addon_option_title_font_size','12'),(6499,1265,'af_addon_field_border_pixels','1'),(6500,1265,'af_addon_desc_font_size','12'),(6501,1265,'af_addon_tooltip_font_size','12'),(6502,1265,'_edit_last','1'),(6503,1265,'af_pao_prod_search','a:0:{}'),(6504,1265,'af_pao_cat_search','a:1:{i:0;s:2:\"29\";}'),(6505,1265,'af_pao_tag_search',''),(6506,1265,'af_addon_user_role',''),(6507,1265,'af_addon_title_display_as_selector','af_addon_title_display_text'),(6508,1265,'af_addon_heading_type_selector','addon_h1'),(6509,1265,'af_addon_seperator_checkbox',''),(6510,1265,'af_addon_option_title_font_color',''),(6511,1265,'af_addon_title_seperator','af_addon_title_seperator_br'),(6512,1265,'af_addon_title_bg',''),(6513,1265,'af_addon_title_color',''),(6514,1265,'af_addon_bg_color',''),(6515,1265,'af_addon_title_top_left_radius',''),(6516,1265,'af_addon_title_top_right_radius',''),(6517,1265,'af_addon_title_bottom_left_radius',''),(6518,1265,'af_addon_title_bottom_right_radius',''),(6519,1265,'af_addon_title_top_padding',''),(6520,1265,'af_addon_title_bottom_padding',''),(6521,1265,'af_addon_title_left_padding',''),(6522,1265,'af_addon_title_right_padding',''),(6523,1265,'af_addon_field_border',''),(6524,1265,'af_addon_field_border_top_left_radius',''),(6525,1265,'af_addon_field_border_top_right_radius',''),(6526,1265,'af_addon_field_border_bottom_left_radius',''),(6527,1265,'af_addon_field_border_bottom_right_radius',''),(6528,1265,'af_addon_field_border_top_padding',''),(6529,1265,'af_addon_field_border_bottom_padding',''),(6530,1265,'af_addon_field_border_left_padding',''),(6531,1265,'af_addon_field_border_right_padding',''),(6532,1265,'af_addon_field_title_position','left'),(6533,1265,'af_addon_field_border_color',''),(6534,1265,'af_addon_title_position','af_addon_title_inside_border'),(6535,1265,'af_addon_tooltip_background_color','#000000'),(6536,1265,'af_addon_tooltip_text_color',''),(6537,1270,'af_addon_field_sort','2'),(6538,1270,'af_addon_depend_selector','af_addon_not_dependable'),(6539,1270,'af_addon_field_depend_selector','0'),(6540,1270,'af_addon_option_depend_selector','a:0:{}'),(6541,1270,'af_addon_type_select','input_text'),(6542,1270,'af_addon_field_title','What number would you like on the jersey?'),(6543,1270,'af_addon_tooltip_checkbox',''),(6544,1270,'af_addon_tooltip_textarea',''),(6545,1270,'af_addon_desc_checkbox','1'),(6546,1270,'af_addon_desc_textarea','If you would like a race number on the jersey, please let us know what that number is!'),(6547,1270,'af_addon_required_field',''),(6548,1270,'af_addon_limit_range_checkbox',''),(6549,1270,'af_addon_min_limit_range',''),(6550,1270,'af_addon_max_limit_range',''),(6551,1270,'af_addon_price_range_checkbox',''),(6552,1270,'af_addon_field_price_type','free'),(6553,1270,'af_addon_field_price',''),(6554,1270,'af_addon_upload_file_extention',''),(6555,1269,'af_addon_field_sort','1'),(6556,1269,'af_addon_depend_selector','af_addon_not_dependable'),(6557,1269,'af_addon_field_depend_selector','0'),(6558,1269,'af_addon_option_depend_selector','a:0:{}'),(6559,1269,'af_addon_type_select','input_text'),(6560,1269,'af_addon_field_title','What name would you like on your jersey?'),(6561,1269,'af_addon_tooltip_checkbox',''),(6562,1269,'af_addon_tooltip_textarea',''),(6563,1269,'af_addon_desc_checkbox','1'),(6564,1269,'af_addon_desc_textarea','Please add the name you would like displayed on the jersey.'),(6565,1269,'af_addon_required_field',''),(6566,1269,'af_addon_limit_range_checkbox',''),(6567,1269,'af_addon_min_limit_range',''),(6568,1269,'af_addon_max_limit_range',''),(6569,1269,'af_addon_price_range_checkbox',''),(6570,1269,'af_addon_field_price_type','free'),(6571,1269,'af_addon_field_price',''),(6572,1269,'af_addon_upload_file_extention',''),(6573,1266,'af_addon_field_sort',''),(6574,1266,'af_addon_depend_selector','af_addon_not_dependable'),(6575,1266,'af_addon_field_depend_selector','0'),(6576,1266,'af_addon_option_depend_selector','a:0:{}'),(6577,1266,'af_addon_type_select','radio'),(6578,1266,'af_addon_field_title','Jersey size:'),(6579,1266,'af_addon_tooltip_checkbox',''),(6580,1266,'af_addon_tooltip_textarea',''),(6581,1266,'af_addon_desc_checkbox','1'),(6582,1266,'af_addon_desc_textarea','Jersey size is specified by the label on the jersey whether it is youth or adult.'),(6583,1266,'af_addon_required_field','1'),(6584,1266,'af_addon_limit_range_checkbox',''),(6585,1266,'af_addon_min_limit_range',''),(6586,1266,'af_addon_max_limit_range',''),(6587,1266,'af_addon_price_range_checkbox',''),(6588,1266,'af_addon_field_price_type','free'),(6589,1266,'af_addon_field_price',''),(6590,1266,'af_addon_upload_file_extention',''),(6591,1268,'af_addon_option_priority',''),(6592,1268,'af_addon_field_options_image',''),(6593,1268,'af_addon_field_options_name','Adult'),(6594,1268,'af_addon_option_color',''),(6595,1268,'af_addon_field_options_price_type','flat_fixed_fee'),(6596,1268,'af_addon_field_options_price','10'),(6597,1267,'af_addon_option_priority',''),(6598,1267,'af_addon_field_options_image',''),(6599,1267,'af_addon_field_options_name','Youth'),(6600,1267,'af_addon_option_color',''),(6601,1267,'af_addon_field_options_price_type','flat_fixed_fee'),(6602,1267,'af_addon_field_options_price','0'),(6603,1265,'_edit_lock','1738396540:1'),(6604,1271,'_edit_lock','1739292168:1'),(6605,1271,'af_addon_title_font_size','14'),(6606,1271,'af_addon_option_title_font_size','12'),(6607,1271,'af_addon_field_border_pixels','1'),(6608,1271,'af_addon_desc_font_size','12'),(6609,1271,'af_addon_tooltip_font_size','12'),(6610,1272,'_wp_attached_file','2024/12/jersey-avenger.webp'),(6611,1272,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/12/jersey-avenger.webp\";s:8:\"filesize\";i:29386;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"jersey-avenger-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7018;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"jersey-avenger-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2838;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"jersey-avenger-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28758;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"jersey-avenger-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7018;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"jersey-avenger-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19146;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"jersey-avenger-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1762;}}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:{}}}'),(6612,1271,'_thumbnail_id','1272'),(6613,1271,'_edit_last','1'),(6614,1271,'exclude_rule_addons',''),(6615,1271,'af_addon_title_display_as_selector','af_addon_title_display_text'),(6616,1271,'af_addon_heading_type_selector','addon_h1'),(6617,1271,'af_addon_seperator_checkbox',''),(6618,1271,'af_addon_title_seperator','af_addon_title_seperator_br'),(6619,1271,'af_addon_option_title_font_color',''),(6620,1271,'af_addon_title_bg',''),(6621,1271,'af_addon_title_color',''),(6622,1271,'af_addon_bg_color',''),(6623,1271,'af_addon_title_top_left_radius',''),(6624,1271,'af_addon_title_top_right_radius',''),(6625,1271,'af_addon_title_bottom_left_radius',''),(6626,1271,'af_addon_title_bottom_right_radius',''),(6627,1271,'af_addon_title_top_padding',''),(6628,1271,'af_addon_title_bottom_padding',''),(6629,1271,'af_addon_title_left_padding',''),(6630,1271,'af_addon_title_right_padding',''),(6631,1271,'af_addon_field_border',''),(6632,1271,'af_addon_field_border_top_left_radius',''),(6633,1271,'af_addon_field_border_top_right_radius',''),(6634,1271,'af_addon_field_border_bottom_left_radius',''),(6635,1271,'af_addon_field_border_bottom_right_radius',''),(6636,1271,'af_addon_field_border_top_padding',''),(6637,1271,'af_addon_field_border_bottom_padding',''),(6638,1271,'af_addon_field_border_left_padding',''),(6639,1271,'af_addon_field_border_right_padding',''),(6640,1271,'af_addon_field_title_position','left'),(6641,1271,'af_addon_field_border_color',''),(6642,1271,'af_addon_title_position','af_addon_title_inside_border'),(6643,1271,'af_addon_tooltip_background_color','#000000'),(6644,1271,'af_addon_tooltip_text_color',''),(6645,1271,'_regular_price','25'),(6646,1271,'total_sales','0'),(6647,1271,'_tax_status','none'),(6648,1271,'_tax_class',''),(6649,1271,'_manage_stock','no'),(6650,1271,'_backorders','no'),(6651,1271,'_sold_individually','no'),(6652,1271,'_virtual','no'),(6653,1271,'_downloadable','no'),(6654,1271,'_download_limit','-1'),(6655,1271,'_download_expiry','-1'),(6656,1271,'_stock',NULL),(6657,1271,'_stock_status','instock'),(6658,1271,'_wc_average_rating','0'),(6659,1271,'_wc_review_count','0'),(6660,1271,'_product_version','9.6.1'),(6661,1271,'_price','25'),(6662,1271,'_mkl_pc__is_configurable','no'),(6663,1271,'_yoast_wpseo_primary_product_cat','29'),(6664,1271,'_yoast_wpseo_estimated-reading-time-minutes','1'),(6665,1351,'af_addon_field_sort','6'),(6666,1351,'af_addon_depend_selector','af_addon_not_dependable'),(6667,1351,'af_addon_field_depend_selector','0'),(6668,1351,'af_addon_option_depend_selector','a:0:{}'),(6669,1351,'af_addon_type_select','file_upload'),(6670,1351,'af_addon_field_title','Please upload your logo files'),(6671,1351,'af_addon_tooltip_checkbox',''),(6672,1351,'af_addon_tooltip_textarea',''),(6673,1351,'af_addon_desc_checkbox','1'),(6674,1351,'af_addon_desc_textarea','Any non-motocross related logos must be uploaded here in order to be applied. We will do our best with the files you supply us.'),(6675,1351,'af_addon_required_field',''),(6676,1351,'af_addon_limit_range_checkbox',''),(6677,1351,'af_addon_min_limit_range',''),(6678,1351,'af_addon_max_limit_range',''),(6679,1351,'af_addon_price_range_checkbox',''),(6680,1351,'af_addon_field_price_type','free'),(6681,1351,'af_addon_field_price',''),(6682,1351,'af_addon_upload_file_extention',''),(6683,1350,'af_addon_field_sort','7'),(6684,1350,'af_addon_depend_selector','af_addon_not_dependable'),(6685,1350,'af_addon_field_depend_selector','0'),(6686,1350,'af_addon_option_depend_selector','a:0:{}'),(6687,1350,'af_addon_type_select','textarea'),(6688,1350,'af_addon_field_title','Please list the sponsor logos you would like:'),(6689,1350,'af_addon_tooltip_checkbox',''),(6690,1350,'af_addon_tooltip_textarea',''),(6691,1350,'af_addon_desc_checkbox','1'),(6692,1350,'af_addon_desc_textarea','If 1 or more logos are selected in the field above, please list what logos you would like to showcase.'),(6693,1350,'af_addon_required_field',''),(6694,1350,'af_addon_limit_range_checkbox',''),(6695,1350,'af_addon_min_limit_range',''),(6696,1350,'af_addon_max_limit_range',''),(6697,1350,'af_addon_price_range_checkbox',''),(6698,1350,'af_addon_field_price_type','free'),(6699,1350,'af_addon_field_price',''),(6700,1350,'af_addon_upload_file_extention',''),(6701,1340,'af_addon_field_sort','6'),(6702,1340,'af_addon_depend_selector','af_addon_not_dependable'),(6703,1340,'af_addon_field_depend_selector','0'),(6704,1340,'af_addon_option_depend_selector','a:0:{}'),(6705,1340,'af_addon_type_select','drop_down'),(6706,1340,'af_addon_field_title','Would you like any sponsor logos on the front?'),(6707,1340,'af_addon_tooltip_checkbox',''),(6708,1340,'af_addon_tooltip_textarea',''),(6709,1340,'af_addon_desc_checkbox','1'),(6710,1340,'af_addon_desc_textarea','Jersey logos are four inches wide and placed around the front of the jersey to not obstruct the OEM design.'),(6711,1340,'af_addon_required_field','1'),(6712,1340,'af_addon_limit_range_checkbox',''),(6713,1340,'af_addon_min_limit_range',''),(6714,1340,'af_addon_max_limit_range',''),(6715,1340,'af_addon_price_range_checkbox',''),(6716,1340,'af_addon_field_price_type','free'),(6717,1340,'af_addon_field_price',''),(6718,1340,'af_addon_upload_file_extention',''),(6719,1349,'af_addon_option_priority',''),(6720,1349,'af_addon_field_options_image',''),(6721,1349,'af_addon_field_options_name','8'),(6722,1349,'af_addon_option_color',''),(6723,1349,'af_addon_field_options_price_type','flat_fixed_fee'),(6724,1349,'af_addon_field_options_price','24'),(6725,1348,'af_addon_option_priority',''),(6726,1348,'af_addon_field_options_image',''),(6727,1348,'af_addon_field_options_name','7'),(6728,1348,'af_addon_option_color',''),(6729,1348,'af_addon_field_options_price_type','flat_fixed_fee'),(6730,1348,'af_addon_field_options_price','21'),(6731,1347,'af_addon_option_priority',''),(6732,1347,'af_addon_field_options_image',''),(6733,1347,'af_addon_field_options_name','6'),(6734,1347,'af_addon_option_color',''),(6735,1347,'af_addon_field_options_price_type','flat_fixed_fee'),(6736,1347,'af_addon_field_options_price','18'),(6737,1346,'af_addon_option_priority',''),(6738,1346,'af_addon_field_options_image',''),(6739,1346,'af_addon_field_options_name','5'),(6740,1346,'af_addon_option_color',''),(6741,1346,'af_addon_field_options_price_type','flat_fixed_fee'),(6742,1346,'af_addon_field_options_price','15'),(6743,1345,'af_addon_option_priority',''),(6744,1345,'af_addon_field_options_image',''),(6745,1345,'af_addon_field_options_name','4'),(6746,1345,'af_addon_option_color',''),(6747,1345,'af_addon_field_options_price_type','flat_fixed_fee'),(6748,1345,'af_addon_field_options_price','12'),(6749,1344,'af_addon_option_priority',''),(6750,1344,'af_addon_field_options_image',''),(6751,1344,'af_addon_field_options_name','3'),(6752,1344,'af_addon_option_color',''),(6753,1344,'af_addon_field_options_price_type','flat_fixed_fee'),(6754,1344,'af_addon_field_options_price','9'),(6755,1343,'af_addon_option_priority',''),(6756,1343,'af_addon_field_options_image',''),(6757,1343,'af_addon_field_options_name','2'),(6758,1343,'af_addon_option_color',''),(6759,1343,'af_addon_field_options_price_type','flat_fixed_fee'),(6760,1343,'af_addon_field_options_price','6'),(6761,1342,'af_addon_option_priority',''),(6762,1342,'af_addon_field_options_image',''),(6763,1342,'af_addon_field_options_name','1'),(6764,1342,'af_addon_option_color',''),(6765,1342,'af_addon_field_options_price_type','flat_fixed_fee'),(6766,1342,'af_addon_field_options_price','3'),(6767,1341,'af_addon_option_priority',''),(6768,1341,'af_addon_field_options_image',''),(6769,1341,'af_addon_field_options_name','None'),(6770,1341,'af_addon_option_color',''),(6771,1341,'af_addon_field_options_price_type','free'),(6772,1341,'af_addon_field_options_price',''),(6773,1312,'af_addon_field_sort','5'),(6774,1312,'af_addon_depend_selector','af_addon_not_dependable'),(6775,1312,'af_addon_field_depend_selector','0'),(6776,1312,'af_addon_option_depend_selector','a:0:{}'),(6777,1312,'af_addon_type_select','drop_down'),(6778,1312,'af_addon_field_title','Would you like a border around the name and number?'),(6779,1312,'af_addon_tooltip_checkbox',''),(6780,1312,'af_addon_tooltip_textarea',''),(6781,1312,'af_addon_desc_checkbox','1'),(6782,1312,'af_addon_desc_textarea','Choose a color here to make your jersey a 2-color print. This will be the border color around your name and number. Best is to keep them contrasting colors.'),(6783,1312,'af_addon_required_field','1'),(6784,1312,'af_addon_limit_range_checkbox',''),(6785,1312,'af_addon_min_limit_range',''),(6786,1312,'af_addon_max_limit_range',''),(6787,1312,'af_addon_price_range_checkbox',''),(6788,1312,'af_addon_field_price_type','free'),(6789,1312,'af_addon_field_price',''),(6790,1312,'af_addon_upload_file_extention',''),(6791,1339,'af_addon_option_priority','25'),(6792,1339,'af_addon_field_options_image',''),(6793,1339,'af_addon_field_options_name','Brown'),(6794,1339,'af_addon_option_color',''),(6795,1339,'af_addon_field_options_price_type','flat_fixed_fee'),(6796,1339,'af_addon_field_options_price','10'),(6797,1338,'af_addon_option_priority','24'),(6798,1338,'af_addon_field_options_image',''),(6799,1338,'af_addon_field_options_name','Flo pink'),(6800,1338,'af_addon_option_color',''),(6801,1338,'af_addon_field_options_price_type','flat_fixed_fee'),(6802,1338,'af_addon_field_options_price','10'),(6803,1337,'af_addon_option_priority','23'),(6804,1337,'af_addon_field_options_image',''),(6805,1337,'af_addon_field_options_name','Bubble gum pink'),(6806,1337,'af_addon_option_color',''),(6807,1337,'af_addon_field_options_price_type','flat_fixed_fee'),(6808,1337,'af_addon_field_options_price','10'),(6809,1336,'af_addon_option_priority','22'),(6810,1336,'af_addon_field_options_image',''),(6811,1336,'af_addon_field_options_name','Metallic purple'),(6812,1336,'af_addon_option_color',''),(6813,1336,'af_addon_field_options_price_type','flat_fixed_fee'),(6814,1336,'af_addon_field_options_price','10'),(6815,1335,'af_addon_option_priority','21'),(6816,1335,'af_addon_field_options_image',''),(6817,1335,'af_addon_field_options_name','Purple'),(6818,1335,'af_addon_option_color',''),(6819,1335,'af_addon_field_options_price_type','flat_fixed_fee'),(6820,1335,'af_addon_field_options_price','10'),(6821,1334,'af_addon_option_priority','20'),(6822,1334,'af_addon_field_options_image',''),(6823,1334,'af_addon_field_options_name','Gold'),(6824,1334,'af_addon_option_color',''),(6825,1334,'af_addon_field_options_price_type','flat_fixed_fee'),(6826,1334,'af_addon_field_options_price','10'),(6827,1333,'af_addon_option_priority','19'),(6828,1333,'af_addon_field_options_image',''),(6829,1333,'af_addon_field_options_name','Seafoam'),(6830,1333,'af_addon_option_color',''),(6831,1333,'af_addon_field_options_price_type','flat_fixed_fee'),(6832,1333,'af_addon_field_options_price','10'),(6833,1332,'af_addon_option_priority','18'),(6834,1332,'af_addon_field_options_image',''),(6835,1332,'af_addon_field_options_name','Turquois'),(6836,1332,'af_addon_option_color',''),(6837,1332,'af_addon_field_options_price_type','flat_fixed_fee'),(6838,1332,'af_addon_field_options_price','10'),(6839,1331,'af_addon_option_priority','17'),(6840,1331,'af_addon_field_options_image',''),(6841,1331,'af_addon_field_options_name','Metallic orange'),(6842,1331,'af_addon_option_color',''),(6843,1331,'af_addon_field_options_price_type','flat_fixed_fee'),(6844,1331,'af_addon_field_options_price','10'),(6845,1330,'af_addon_option_priority','16'),(6846,1330,'af_addon_field_options_image',''),(6847,1330,'af_addon_field_options_name','Flo orange'),(6848,1330,'af_addon_option_color',''),(6849,1330,'af_addon_field_options_price_type','flat_fixed_fee'),(6850,1330,'af_addon_field_options_price','10'),(6851,1329,'af_addon_option_priority','15'),(6852,1329,'af_addon_field_options_image',''),(6853,1329,'af_addon_field_options_name','Orange'),(6854,1329,'af_addon_option_color',''),(6855,1329,'af_addon_field_options_price_type','flat_fixed_fee'),(6856,1329,'af_addon_field_options_price','10'),(6857,1328,'af_addon_option_priority','14'),(6858,1328,'af_addon_field_options_image',''),(6859,1328,'af_addon_field_options_name','Metallic red'),(6860,1328,'af_addon_option_color',''),(6861,1328,'af_addon_field_options_price_type','flat_fixed_fee'),(6862,1328,'af_addon_field_options_price','10'),(6863,1327,'af_addon_option_priority','13'),(6864,1327,'af_addon_field_options_image',''),(6865,1327,'af_addon_field_options_name','Red'),(6866,1327,'af_addon_option_color',''),(6867,1327,'af_addon_field_options_price_type','flat_fixed_fee'),(6868,1327,'af_addon_field_options_price','10'),(6869,1326,'af_addon_option_priority','26'),(6870,1326,'af_addon_field_options_image',''),(6871,1326,'af_addon_field_options_name','Sunflower yellow'),(6872,1326,'af_addon_option_color',''),(6873,1326,'af_addon_field_options_price_type','flat_fixed_fee'),(6874,1326,'af_addon_field_options_price','10'),(6875,1325,'af_addon_option_priority','12'),(6876,1325,'af_addon_field_options_image',''),(6877,1325,'af_addon_field_options_name','Lemon yellow'),(6878,1325,'af_addon_option_color',''),(6879,1325,'af_addon_field_options_price_type','flat_fixed_fee'),(6880,1325,'af_addon_field_options_price','10'),(6881,1324,'af_addon_option_priority','11'),(6882,1324,'af_addon_field_options_image',''),(6883,1324,'af_addon_field_options_name','Flo yellow'),(6884,1324,'af_addon_option_color',''),(6885,1324,'af_addon_field_options_price_type','flat_fixed_fee'),(6886,1324,'af_addon_field_options_price','10'),(6887,1323,'af_addon_option_priority','10'),(6888,1323,'af_addon_field_options_image',''),(6889,1323,'af_addon_field_options_name','Flo green'),(6890,1323,'af_addon_option_color',''),(6891,1323,'af_addon_field_options_price_type','flat_fixed_fee'),(6892,1323,'af_addon_field_options_price','10'),(6893,1322,'af_addon_option_priority','9'),(6894,1322,'af_addon_field_options_image',''),(6895,1322,'af_addon_field_options_name','Green'),(6896,1322,'af_addon_option_color',''),(6897,1322,'af_addon_field_options_price_type','flat_fixed_fee'),(6898,1322,'af_addon_field_options_price','10'),(6899,1321,'af_addon_option_priority','8'),(6900,1321,'af_addon_field_options_image',''),(6901,1321,'af_addon_field_options_name','Olive green'),(6902,1321,'af_addon_option_color',''),(6903,1321,'af_addon_field_options_price_type','flat_fixed_fee'),(6904,1321,'af_addon_field_options_price','10'),(6905,1320,'af_addon_option_priority','7'),(6906,1320,'af_addon_field_options_image',''),(6907,1320,'af_addon_field_options_name','Metallic blue'),(6908,1320,'af_addon_option_color',''),(6909,1320,'af_addon_field_options_price_type','flat_fixed_fee'),(6910,1320,'af_addon_field_options_price','10'),(6911,1319,'af_addon_option_priority','6'),(6912,1319,'af_addon_field_options_image',''),(6913,1319,'af_addon_field_options_name','Sky blue'),(6914,1319,'af_addon_option_color',''),(6915,1319,'af_addon_field_options_price_type','flat_fixed_fee'),(6916,1319,'af_addon_field_options_price','10'),(6917,1318,'af_addon_option_priority','5'),(6918,1318,'af_addon_field_options_image',''),(6919,1318,'af_addon_field_options_name','Royal blue'),(6920,1318,'af_addon_option_color',''),(6921,1318,'af_addon_field_options_price_type','flat_fixed_fee'),(6922,1318,'af_addon_field_options_price','10'),(6923,1317,'af_addon_option_priority','4'),(6924,1317,'af_addon_field_options_image',''),(6925,1317,'af_addon_field_options_name','Silver'),(6926,1317,'af_addon_option_color',''),(6927,1317,'af_addon_field_options_price_type','flat_fixed_fee'),(6928,1317,'af_addon_field_options_price','10'),(6929,1316,'af_addon_option_priority','3'),(6930,1316,'af_addon_field_options_image',''),(6931,1316,'af_addon_field_options_name','Gray'),(6932,1316,'af_addon_option_color',''),(6933,1316,'af_addon_field_options_price_type','flat_fixed_fee'),(6934,1316,'af_addon_field_options_price','10'),(6935,1315,'af_addon_option_priority','2'),(6936,1315,'af_addon_field_options_image',''),(6937,1315,'af_addon_field_options_name','White'),(6938,1315,'af_addon_option_color',''),(6939,1315,'af_addon_field_options_price_type','flat_fixed_fee'),(6940,1315,'af_addon_field_options_price','10'),(6941,1314,'af_addon_option_priority','1'),(6942,1314,'af_addon_field_options_image',''),(6943,1314,'af_addon_field_options_name','Black'),(6944,1314,'af_addon_option_color',''),(6945,1314,'af_addon_field_options_price_type','flat_fixed_fee'),(6946,1314,'af_addon_field_options_price','10'),(6947,1313,'af_addon_option_priority','0'),(6948,1313,'af_addon_field_options_image',''),(6949,1313,'af_addon_field_options_name','None'),(6950,1313,'af_addon_option_color',''),(6951,1313,'af_addon_field_options_price_type','free'),(6952,1313,'af_addon_field_options_price',''),(6953,1273,'af_addon_field_sort','3'),(6954,1273,'af_addon_depend_selector','af_addon_not_dependable'),(6955,1273,'af_addon_field_depend_selector','0'),(6956,1273,'af_addon_option_depend_selector','a:0:{}'),(6957,1273,'af_addon_type_select','drop_down'),(6958,1273,'af_addon_field_title','Choose your name and number color:'),(6959,1273,'af_addon_tooltip_checkbox',''),(6960,1273,'af_addon_tooltip_textarea',''),(6961,1273,'af_addon_desc_checkbox','1'),(6962,1273,'af_addon_desc_textarea','This is our 1-color jersey print option. Choose which color you would like your name and number to be. There are two styles to a 1-color option; solid name and number, or outline only.'),(6963,1273,'af_addon_required_field','1'),(6964,1273,'af_addon_limit_range_checkbox',''),(6965,1273,'af_addon_min_limit_range',''),(6966,1273,'af_addon_max_limit_range',''),(6967,1273,'af_addon_price_range_checkbox',''),(6968,1273,'af_addon_field_price_type','free'),(6969,1273,'af_addon_field_price',''),(6970,1273,'af_addon_upload_file_extention',''),(6971,1311,'af_addon_option_priority','26'),(6972,1311,'af_addon_field_options_image',''),(6973,1311,'af_addon_field_options_name','Glitter blue'),(6974,1311,'af_addon_option_color',''),(6975,1311,'af_addon_field_options_price_type','free'),(6976,1311,'af_addon_field_options_price',''),(6977,1310,'af_addon_option_priority','34'),(6978,1310,'af_addon_field_options_image',''),(6979,1310,'af_addon_field_options_name','Glitter confetti'),(6980,1310,'af_addon_option_color',''),(6981,1310,'af_addon_field_options_price_type','free'),(6982,1310,'af_addon_field_options_price',''),(6983,1309,'af_addon_option_priority','33'),(6984,1309,'af_addon_field_options_image',''),(6985,1309,'af_addon_field_options_name','Glitter silver'),(6986,1309,'af_addon_option_color',''),(6987,1309,'af_addon_field_options_price_type','free'),(6988,1309,'af_addon_field_options_price',''),(6989,1308,'af_addon_option_priority','32'),(6990,1308,'af_addon_field_options_image',''),(6991,1308,'af_addon_field_options_name','Glitter white'),(6992,1308,'af_addon_option_color',''),(6993,1308,'af_addon_field_options_price_type','free'),(6994,1308,'af_addon_field_options_price',''),(6995,1307,'af_addon_option_priority','37'),(6996,1307,'af_addon_field_options_image',''),(6997,1307,'af_addon_field_options_name','Glitter purple'),(6998,1307,'af_addon_option_color',''),(6999,1307,'af_addon_field_options_price_type','free'),(7000,1307,'af_addon_field_options_price',''),(7001,1306,'af_addon_option_priority','36'),(7002,1306,'af_addon_field_options_image',''),(7003,1306,'af_addon_field_options_name','Glitter pink'),(7004,1306,'af_addon_option_color',''),(7005,1306,'af_addon_field_options_price_type','free'),(7006,1306,'af_addon_field_options_price',''),(7007,1305,'af_addon_option_priority','35'),(7008,1305,'af_addon_field_options_image',''),(7009,1305,'af_addon_field_options_name','Glitter red'),(7010,1305,'af_addon_option_color',''),(7011,1305,'af_addon_field_options_price_type','free'),(7012,1305,'af_addon_field_options_price',''),(7013,1304,'af_addon_option_priority','31'),(7014,1304,'af_addon_field_options_image',''),(7015,1304,'af_addon_field_options_name','Glitter black'),(7016,1304,'af_addon_option_color',''),(7017,1304,'af_addon_field_options_price_type','free'),(7018,1304,'af_addon_field_options_price',''),(7019,1303,'af_addon_option_priority','30'),(7020,1303,'af_addon_field_options_image',''),(7021,1303,'af_addon_field_options_name','Glitter flo green'),(7022,1303,'af_addon_option_color',''),(7023,1303,'af_addon_field_options_price_type','free'),(7024,1303,'af_addon_field_options_price',''),(7025,1302,'af_addon_option_priority','29'),(7026,1302,'af_addon_field_options_image',''),(7027,1302,'af_addon_field_options_name','Glitter green'),(7028,1302,'af_addon_option_color',''),(7029,1302,'af_addon_field_options_price_type','free'),(7030,1302,'af_addon_field_options_price',''),(7031,1301,'af_addon_option_priority','28'),(7032,1301,'af_addon_field_options_image',''),(7033,1301,'af_addon_field_options_name','Glitter flo orange'),(7034,1301,'af_addon_option_color',''),(7035,1301,'af_addon_field_options_price_type','free'),(7036,1301,'af_addon_field_options_price',''),(7037,1300,'af_addon_option_priority','27'),(7038,1300,'af_addon_field_options_image',''),(7039,1300,'af_addon_field_options_name','Glitter orange'),(7040,1300,'af_addon_option_color',''),(7041,1300,'af_addon_field_options_price_type','free'),(7042,1300,'af_addon_field_options_price',''),(7043,1299,'af_addon_option_priority','25'),(7044,1299,'af_addon_field_options_image',''),(7045,1299,'af_addon_field_options_name','Brown'),(7046,1299,'af_addon_option_color',''),(7047,1299,'af_addon_field_options_price_type','free'),(7048,1299,'af_addon_field_options_price',''),(7049,1298,'af_addon_option_priority','24'),(7050,1298,'af_addon_field_options_image',''),(7051,1298,'af_addon_field_options_name','Flo pink'),(7052,1298,'af_addon_option_color',''),(7053,1298,'af_addon_field_options_price_type','free'),(7054,1298,'af_addon_field_options_price',''),(7055,1297,'af_addon_option_priority','23'),(7056,1297,'af_addon_field_options_image',''),(7057,1297,'af_addon_field_options_name','Bubble gum pink'),(7058,1297,'af_addon_option_color',''),(7059,1297,'af_addon_field_options_price_type','free'),(7060,1297,'af_addon_field_options_price',''),(7061,1296,'af_addon_option_priority','22'),(7062,1296,'af_addon_field_options_image',''),(7063,1296,'af_addon_field_options_name','Metallic purple'),(7064,1296,'af_addon_option_color',''),(7065,1296,'af_addon_field_options_price_type','free'),(7066,1296,'af_addon_field_options_price',''),(7067,1295,'af_addon_option_priority','21'),(7068,1295,'af_addon_field_options_image',''),(7069,1295,'af_addon_field_options_name','Purple'),(7070,1295,'af_addon_option_color',''),(7071,1295,'af_addon_field_options_price_type','free'),(7072,1295,'af_addon_field_options_price',''),(7073,1294,'af_addon_option_priority','20'),(7074,1294,'af_addon_field_options_image',''),(7075,1294,'af_addon_field_options_name','Gold'),(7076,1294,'af_addon_option_color',''),(7077,1294,'af_addon_field_options_price_type','free'),(7078,1294,'af_addon_field_options_price',''),(7079,1293,'af_addon_option_priority','19'),(7080,1293,'af_addon_field_options_image',''),(7081,1293,'af_addon_field_options_name','Seafoam'),(7082,1293,'af_addon_option_color',''),(7083,1293,'af_addon_field_options_price_type','free'),(7084,1293,'af_addon_field_options_price',''),(7085,1292,'af_addon_option_priority','18'),(7086,1292,'af_addon_field_options_image',''),(7087,1292,'af_addon_field_options_name','Turquois'),(7088,1292,'af_addon_option_color',''),(7089,1292,'af_addon_field_options_price_type','free'),(7090,1292,'af_addon_field_options_price',''),(7091,1291,'af_addon_option_priority','17'),(7092,1291,'af_addon_field_options_image',''),(7093,1291,'af_addon_field_options_name','Metallic orange'),(7094,1291,'af_addon_option_color',''),(7095,1291,'af_addon_field_options_price_type','free'),(7096,1291,'af_addon_field_options_price',''),(7097,1290,'af_addon_option_priority','16'),(7098,1290,'af_addon_field_options_image',''),(7099,1290,'af_addon_field_options_name','Flo orange'),(7100,1290,'af_addon_option_color',''),(7101,1290,'af_addon_field_options_price_type','free'),(7102,1290,'af_addon_field_options_price',''),(7103,1289,'af_addon_option_priority','15'),(7104,1289,'af_addon_field_options_image',''),(7105,1289,'af_addon_field_options_name','Orange'),(7106,1289,'af_addon_option_color',''),(7107,1289,'af_addon_field_options_price_type','free'),(7108,1289,'af_addon_field_options_price',''),(7109,1288,'af_addon_option_priority','14'),(7110,1288,'af_addon_field_options_image',''),(7111,1288,'af_addon_field_options_name','Metallic red'),(7112,1288,'af_addon_option_color',''),(7113,1288,'af_addon_field_options_price_type','free'),(7114,1288,'af_addon_field_options_price',''),(7115,1287,'af_addon_option_priority','13'),(7116,1287,'af_addon_field_options_image',''),(7117,1287,'af_addon_field_options_name','Red'),(7118,1287,'af_addon_option_color',''),(7119,1287,'af_addon_field_options_price_type','free'),(7120,1287,'af_addon_field_options_price',''),(7121,1286,'af_addon_option_priority','12'),(7122,1286,'af_addon_field_options_image',''),(7123,1286,'af_addon_field_options_name','Sunflower yellow'),(7124,1286,'af_addon_option_color',''),(7125,1286,'af_addon_field_options_price_type','free'),(7126,1286,'af_addon_field_options_price',''),(7127,1285,'af_addon_option_priority','11'),(7128,1285,'af_addon_field_options_image',''),(7129,1285,'af_addon_field_options_name','Lemon yellow'),(7130,1285,'af_addon_option_color',''),(7131,1285,'af_addon_field_options_price_type','free'),(7132,1285,'af_addon_field_options_price',''),(7133,1284,'af_addon_option_priority','9'),(7134,1284,'af_addon_field_options_image',''),(7135,1284,'af_addon_field_options_name','Flo yellow'),(7136,1284,'af_addon_option_color',''),(7137,1284,'af_addon_field_options_price_type','free'),(7138,1284,'af_addon_field_options_price',''),(7139,1283,'af_addon_option_priority','9'),(7140,1283,'af_addon_field_options_image',''),(7141,1283,'af_addon_field_options_name','Flo green'),(7142,1283,'af_addon_option_color',''),(7143,1283,'af_addon_field_options_price_type','free'),(7144,1283,'af_addon_field_options_price',''),(7145,1282,'af_addon_option_priority','8'),(7146,1282,'af_addon_field_options_image',''),(7147,1282,'af_addon_field_options_name','Green'),(7148,1282,'af_addon_option_color',''),(7149,1282,'af_addon_field_options_price_type','free'),(7150,1282,'af_addon_field_options_price',''),(7151,1281,'af_addon_option_priority','7'),(7152,1281,'af_addon_field_options_image',''),(7153,1281,'af_addon_field_options_name','Olive green'),(7154,1281,'af_addon_option_color',''),(7155,1281,'af_addon_field_options_price_type','free'),(7156,1281,'af_addon_field_options_price',''),(7157,1280,'af_addon_option_priority','6'),(7158,1280,'af_addon_field_options_image',''),(7159,1280,'af_addon_field_options_name','Metallic blue'),(7160,1280,'af_addon_option_color',''),(7161,1280,'af_addon_field_options_price_type','free'),(7162,1280,'af_addon_field_options_price',''),(7163,1279,'af_addon_option_priority','5'),(7164,1279,'af_addon_field_options_image',''),(7165,1279,'af_addon_field_options_name','Sky blue'),(7166,1279,'af_addon_option_color',''),(7167,1279,'af_addon_field_options_price_type','free'),(7168,1279,'af_addon_field_options_price',''),(7169,1278,'af_addon_option_priority','4'),(7170,1278,'af_addon_field_options_image',''),(7171,1278,'af_addon_field_options_name','Royal blue'),(7172,1278,'af_addon_option_color',''),(7173,1278,'af_addon_field_options_price_type','free'),(7174,1278,'af_addon_field_options_price',''),(7175,1277,'af_addon_option_priority','3'),(7176,1277,'af_addon_field_options_image',''),(7177,1277,'af_addon_field_options_name','Silver'),(7178,1277,'af_addon_option_color',''),(7179,1277,'af_addon_field_options_price_type','free'),(7180,1277,'af_addon_field_options_price',''),(7181,1276,'af_addon_option_priority','2'),(7182,1276,'af_addon_field_options_image',''),(7183,1276,'af_addon_field_options_name','Gray'),(7184,1276,'af_addon_option_color',''),(7185,1276,'af_addon_field_options_price_type','free'),(7186,1276,'af_addon_field_options_price',''),(7187,1275,'af_addon_option_priority','1'),(7188,1275,'af_addon_field_options_image',''),(7189,1275,'af_addon_field_options_name','White'),(7190,1275,'af_addon_option_color',''),(7191,1275,'af_addon_field_options_price_type','free'),(7192,1275,'af_addon_field_options_price',''),(7193,1274,'af_addon_option_priority','0'),(7194,1274,'af_addon_field_options_image',''),(7195,1274,'af_addon_field_options_name','Black'),(7196,1274,'af_addon_option_color',''),(7197,1274,'af_addon_field_options_price_type','free'),(7198,1274,'af_addon_field_options_price',''),(7199,1352,'af_addon_field_sort','4'),(7200,1352,'af_addon_depend_selector','af_addon_not_dependable'),(7201,1352,'af_addon_field_depend_selector','0'),(7202,1352,'af_addon_option_depend_selector','a:0:{}'),(7203,1352,'af_addon_type_select','radio'),(7204,1352,'af_addon_field_title','Would you like your 1 color jersey print to be just an outline?'),(7205,1352,'af_addon_tooltip_checkbox',''),(7206,1352,'af_addon_tooltip_textarea',''),(7207,1352,'af_addon_desc_checkbox','1'),(7208,1352,'af_addon_desc_textarea','We offer a 1 color jersey lettering that uses our vinyl colors as a border only to create the look of a 2 color print. In this case the name and number will be the jersey material itself bordered with the color selected above.'),(7209,1352,'af_addon_required_field','1'),(7210,1352,'af_addon_limit_range_checkbox',''),(7211,1352,'af_addon_min_limit_range',''),(7212,1352,'af_addon_max_limit_range',''),(7213,1352,'af_addon_price_range_checkbox',''),(7214,1352,'af_addon_field_price_type','free'),(7215,1352,'af_addon_field_price',''),(7216,1352,'af_addon_upload_file_extention',''),(7217,1353,'af_addon_option_priority','0'),(7218,1353,'af_addon_field_options_image',''),(7219,1353,'af_addon_field_options_name','Solid name and number'),(7220,1353,'af_addon_option_color',''),(7221,1353,'af_addon_field_options_price_type','free'),(7222,1353,'af_addon_field_options_price',''),(7223,1354,'af_addon_option_priority','1'),(7224,1354,'af_addon_field_options_image',''),(7225,1354,'af_addon_field_options_name','Outline only'),(7226,1354,'af_addon_option_color',''),(7227,1354,'af_addon_field_options_price_type','free'),(7228,1354,'af_addon_field_options_price',''),(7229,1271,'_weight','1'),(7230,1271,'_length','12'),(7231,1271,'_width','9'),(7232,1271,'_height','4'),(7242,1271,'_yoast_wpseo_content_score','90'),(7244,1392,'_regular_price','25'),(7245,1392,'total_sales','0'),(7246,1392,'_tax_status','none'),(7247,1392,'_tax_class',''),(7248,1392,'_manage_stock','no'),(7249,1392,'_backorders','no'),(7250,1392,'_sold_individually','no'),(7251,1392,'_weight','1'),(7252,1392,'_length','12'),(7253,1392,'_width','9'),(7254,1392,'_height','4'),(7255,1392,'_virtual','no'),(7256,1392,'_downloadable','no'),(7257,1392,'_download_limit','-1'),(7258,1392,'_download_expiry','-1'),(7259,1392,'_thumbnail_id','1393'),(7260,1392,'_stock',NULL),(7261,1392,'_stock_status','instock'),(7262,1392,'_wc_average_rating','0'),(7263,1392,'_wc_review_count','0'),(7264,1392,'_product_version','9.6.1'),(7265,1392,'_price','25'),(7266,1392,'af_addon_title_font_size','14'),(7267,1392,'af_addon_option_title_font_size','12'),(7268,1392,'af_addon_field_border_pixels','1'),(7269,1392,'af_addon_desc_font_size','12'),(7270,1392,'af_addon_tooltip_font_size','12'),(7271,1392,'exclude_rule_addons',''),(7272,1392,'af_addon_title_display_as_selector','af_addon_title_display_text'),(7273,1392,'af_addon_heading_type_selector','addon_h1'),(7274,1392,'af_addon_seperator_checkbox',''),(7275,1392,'af_addon_title_seperator','af_addon_title_seperator_br'),(7276,1392,'af_addon_option_title_font_color',''),(7277,1392,'af_addon_title_bg',''),(7278,1392,'af_addon_title_color',''),(7279,1392,'af_addon_bg_color',''),(7280,1392,'af_addon_title_top_left_radius',''),(7281,1392,'af_addon_title_top_right_radius',''),(7282,1392,'af_addon_title_bottom_left_radius',''),(7283,1392,'af_addon_title_bottom_right_radius',''),(7284,1392,'af_addon_title_top_padding',''),(7285,1392,'af_addon_title_bottom_padding',''),(7286,1392,'af_addon_title_left_padding',''),(7287,1392,'af_addon_title_right_padding',''),(7288,1392,'af_addon_field_border',''),(7289,1392,'af_addon_field_border_top_left_radius',''),(7290,1392,'af_addon_field_border_top_right_radius',''),(7291,1392,'af_addon_field_border_bottom_left_radius',''),(7292,1392,'af_addon_field_border_bottom_right_radius',''),(7293,1392,'af_addon_field_border_top_padding',''),(7294,1392,'af_addon_field_border_bottom_padding',''),(7295,1392,'af_addon_field_border_left_padding',''),(7296,1392,'af_addon_field_border_right_padding',''),(7297,1392,'af_addon_field_title_position','left'),(7298,1392,'af_addon_field_border_color',''),(7299,1392,'af_addon_title_position','af_addon_title_inside_border'),(7300,1392,'af_addon_tooltip_background_color','#000000'),(7301,1392,'af_addon_tooltip_text_color',''),(7302,1392,'_mkl_pc__is_configurable','no'),(7303,1392,'_yoast_wpseo_primary_product_cat','29'),(7304,1392,'_yoast_wpseo_estimated-reading-time-minutes','1'),(7305,1392,'_yoast_wpseo_content_score','90'),(7306,1392,'_edit_lock','1739292107:1'),(7307,1393,'_wp_attached_file','2024/12/jersey-badaboom.webp'),(7308,1393,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:28:\"2024/12/jersey-badaboom.webp\";s:8:\"filesize\";i:30180;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"jersey-badaboom-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7314;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"jersey-badaboom-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2872;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"jersey-badaboom-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29842;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"jersey-badaboom-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7314;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"jersey-badaboom-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19762;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"jersey-badaboom-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1778;}}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:{}}}'),(7309,1394,'_wp_attached_file','2024/12/jersey-blackslab.webp'),(7310,1394,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:29:\"2024/12/jersey-blackslab.webp\";s:8:\"filesize\";i:26828;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"jersey-blackslab-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6884;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"jersey-blackslab-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2752;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"jersey-blackslab-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24036;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"jersey-blackslab-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6884;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"jersey-blackslab-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18414;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"jersey-blackslab-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1704;}}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:{}}}'),(7311,1395,'_wp_attached_file','2024/12/jersey-dodgersuperI.webp'),(7312,1395,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:32:\"2024/12/jersey-dodgersuperI.webp\";s:8:\"filesize\";i:27972;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"jersey-dodgersuperI-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6540;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"jersey-dodgersuperI-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2654;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"jersey-dodgersuperI-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26756;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"jersey-dodgersuperI-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6540;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"jersey-dodgersuperI-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18048;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"jersey-dodgersuperI-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1688;}}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:{}}}'),(7313,1396,'_wp_attached_file','2024/12/jersey-entersansman.webp'),(7314,1396,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:32:\"2024/12/jersey-entersansman.webp\";s:8:\"filesize\";i:26414;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"jersey-entersansman-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6612;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"jersey-entersansman-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2664;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"jersey-entersansman-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:23574;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"jersey-entersansman-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6612;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"jersey-entersansman-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16412;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"jersey-entersansman-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1680;}}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:{}}}'),(7315,1397,'_wp_attached_file','2024/12/jersey-entersansmod.webp'),(7316,1397,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:32:\"2024/12/jersey-entersansmod.webp\";s:8:\"filesize\";i:28972;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"jersey-entersansmod-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6742;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"jersey-entersansmod-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2736;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"jersey-entersansmod-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28248;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"jersey-entersansmod-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6742;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"jersey-entersansmod-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18760;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"jersey-entersansmod-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1700;}}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:{}}}'),(7317,1398,'_wp_attached_file','2024/12/jersey-freshman.webp'),(7318,1398,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:28:\"2024/12/jersey-freshman.webp\";s:8:\"filesize\";i:26852;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"jersey-freshman-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6974;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"jersey-freshman-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2828;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"jersey-freshman-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24124;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"jersey-freshman-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6974;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"jersey-freshman-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17060;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"jersey-freshman-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1770;}}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:{}}}'),(7319,1399,'_wp_attached_file','2024/12/jersey-gunplay.webp'),(7320,1399,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/12/jersey-gunplay.webp\";s:8:\"filesize\";i:28112;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"jersey-gunplay-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6630;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"jersey-gunplay-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2880;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"jersey-gunplay-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25940;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"jersey-gunplay-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6630;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"jersey-gunplay-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17944;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"jersey-gunplay-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1766;}}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:{}}}'),(7321,1400,'_wp_attached_file','2024/12/jersey-gunplaymod.webp'),(7322,1400,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:30:\"2024/12/jersey-gunplaymod.webp\";s:8:\"filesize\";i:30894;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"jersey-gunplaymod-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7552;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"jersey-gunplaymod-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3006;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"jersey-gunplaymod-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29464;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"jersey-gunplaymod-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7552;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"jersey-gunplaymod-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20590;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"jersey-gunplaymod-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1840;}}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:{}}}'),(7323,1401,'_wp_attached_file','2024/12/jersey-impact.webp'),(7324,1401,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/12/jersey-impact.webp\";s:8:\"filesize\";i:27734;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"jersey-impact-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7116;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"jersey-impact-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2936;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"jersey-impact-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25422;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"jersey-impact-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7116;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"jersey-impact-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19022;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"jersey-impact-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1792;}}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:{}}}'),(7325,1402,'_wp_attached_file','2024/12/jersey-impactmod.webp'),(7326,1402,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:29:\"2024/12/jersey-impactmod.webp\";s:8:\"filesize\";i:30384;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"jersey-impactmod-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7286;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"jersey-impactmod-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2972;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"jersey-impactmod-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30006;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"jersey-impactmod-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7286;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"jersey-impactmod-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19994;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"jersey-impactmod-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1786;}}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:{}}}'),(7327,1403,'_wp_attached_file','2024/12/jersey-pricedown.webp'),(7328,1403,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:29:\"2024/12/jersey-pricedown.webp\";s:8:\"filesize\";i:26008;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"jersey-pricedown-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5990;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"jersey-pricedown-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2790;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"jersey-pricedown-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:23168;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"jersey-pricedown-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5990;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"jersey-pricedown-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16234;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"jersey-pricedown-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1716;}}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:{}}}'),(7329,1404,'_wp_attached_file','2024/12/jersey-reklame.webp'),(7330,1404,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/12/jersey-reklame.webp\";s:8:\"filesize\";i:31322;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"jersey-reklame-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7716;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"jersey-reklame-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3032;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"jersey-reklame-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30156;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"jersey-reklame-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7716;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"jersey-reklame-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20906;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"jersey-reklame-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1838;}}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:{}}}'),(7331,1405,'_wp_attached_file','2024/12/jersey-specialtld.webp'),(7332,1405,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:30:\"2024/12/jersey-specialtld.webp\";s:8:\"filesize\";i:29010;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"jersey-specialtld-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7116;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"jersey-specialtld-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2770;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"jersey-specialtld-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26684;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"jersey-specialtld-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7116;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"jersey-specialtld-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19262;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"jersey-specialtld-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1724;}}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:{}}}'),(7333,1406,'_wp_attached_file','2024/12/jersey-stellar.webp'),(7334,1406,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/12/jersey-stellar.webp\";s:8:\"filesize\";i:25344;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"jersey-stellar-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5826;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"jersey-stellar-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2712;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"jersey-stellar-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22438;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"jersey-stellar-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5826;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"jersey-stellar-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15842;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"jersey-stellar-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1698;}}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:{}}}'),(7335,1407,'_wp_attached_file','2024/12/jersey-teko.webp'),(7336,1407,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2024/12/jersey-teko.webp\";s:8:\"filesize\";i:26390;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"jersey-teko-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5970;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"jersey-teko-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2566;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"jersey-teko-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:23682;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"jersey-teko-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5970;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"jersey-teko-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16496;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"jersey-teko-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1728;}}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:{}}}'),(7337,1408,'_wp_attached_file','2024/12/jersey-VIP.webp'),(7338,1408,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2024/12/jersey-VIP.webp\";s:8:\"filesize\";i:26424;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"jersey-VIP-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6578;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"jersey-VIP-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2676;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"jersey-VIP-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:23612;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"jersey-VIP-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6578;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"jersey-VIP-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17502;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"jersey-VIP-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1668;}}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:{}}}'),(7339,1392,'_edit_last','1'),(7340,1413,'_regular_price','25'),(7341,1413,'total_sales','0'),(7342,1413,'_tax_status','none'),(7343,1413,'_tax_class',''),(7344,1413,'_manage_stock','no'),(7345,1413,'_backorders','no'),(7346,1413,'_sold_individually','no'),(7347,1413,'_weight','1'),(7348,1413,'_length','12'),(7349,1413,'_width','9'),(7350,1413,'_height','4'),(7351,1413,'_virtual','no'),(7352,1413,'_downloadable','no'),(7353,1413,'_download_limit','-1'),(7354,1413,'_download_expiry','-1'),(7355,1413,'_thumbnail_id','1394'),(7356,1413,'_stock',NULL),(7357,1413,'_stock_status','instock'),(7358,1413,'_wc_average_rating','0'),(7359,1413,'_wc_review_count','0'),(7360,1413,'_product_version','9.6.1'),(7361,1413,'_price','25'),(7362,1413,'af_addon_title_font_size','14'),(7363,1413,'af_addon_option_title_font_size','12'),(7364,1413,'af_addon_field_border_pixels','1'),(7365,1413,'af_addon_desc_font_size','12'),(7366,1413,'af_addon_tooltip_font_size','12'),(7367,1413,'exclude_rule_addons',''),(7368,1413,'af_addon_title_display_as_selector','af_addon_title_display_text'),(7369,1413,'af_addon_heading_type_selector','addon_h1'),(7370,1413,'af_addon_seperator_checkbox',''),(7371,1413,'af_addon_title_seperator','af_addon_title_seperator_br'),(7372,1413,'af_addon_option_title_font_color',''),(7373,1413,'af_addon_title_bg',''),(7374,1413,'af_addon_title_color',''),(7375,1413,'af_addon_bg_color',''),(7376,1413,'af_addon_title_top_left_radius',''),(7377,1413,'af_addon_title_top_right_radius',''),(7378,1413,'af_addon_title_bottom_left_radius',''),(7379,1413,'af_addon_title_bottom_right_radius',''),(7380,1413,'af_addon_title_top_padding',''),(7381,1413,'af_addon_title_bottom_padding',''),(7382,1413,'af_addon_title_left_padding',''),(7383,1413,'af_addon_title_right_padding',''),(7384,1413,'af_addon_field_border',''),(7385,1413,'af_addon_field_border_top_left_radius',''),(7386,1413,'af_addon_field_border_top_right_radius',''),(7387,1413,'af_addon_field_border_bottom_left_radius',''),(7388,1413,'af_addon_field_border_bottom_right_radius',''),(7389,1413,'af_addon_field_border_top_padding',''),(7390,1413,'af_addon_field_border_bottom_padding',''),(7391,1413,'af_addon_field_border_left_padding',''),(7392,1413,'af_addon_field_border_right_padding',''),(7393,1413,'af_addon_field_title_position','left'),(7394,1413,'af_addon_field_border_color',''),(7395,1413,'af_addon_title_position','af_addon_title_inside_border'),(7396,1413,'af_addon_tooltip_background_color','#000000'),(7397,1413,'af_addon_tooltip_text_color',''),(7398,1413,'_mkl_pc__is_configurable','no'),(7399,1413,'_yoast_wpseo_primary_product_cat','29'),(7400,1413,'_yoast_wpseo_estimated-reading-time-minutes','1'),(7401,1413,'_yoast_wpseo_content_score','90'),(7402,1413,'_edit_lock','1739292060:1'),(7403,1413,'_edit_last','1'),(7404,1414,'_regular_price','25'),(7405,1414,'total_sales','0'),(7406,1414,'_tax_status','none'),(7407,1414,'_tax_class',''),(7408,1414,'_manage_stock','no'),(7409,1414,'_backorders','no'),(7410,1414,'_sold_individually','no'),(7411,1414,'_weight','1'),(7412,1414,'_length','12'),(7413,1414,'_width','9'),(7414,1414,'_height','4'),(7415,1414,'_virtual','no'),(7416,1414,'_downloadable','no'),(7417,1414,'_download_limit','-1'),(7418,1414,'_download_expiry','-1'),(7419,1414,'_thumbnail_id','1395'),(7420,1414,'_stock',NULL),(7421,1414,'_stock_status','instock'),(7422,1414,'_wc_average_rating','0'),(7423,1414,'_wc_review_count','0'),(7424,1414,'_product_version','9.6.1'),(7425,1414,'_price','25'),(7426,1414,'af_addon_title_font_size','14'),(7427,1414,'af_addon_option_title_font_size','12'),(7428,1414,'af_addon_field_border_pixels','1'),(7429,1414,'af_addon_desc_font_size','12'),(7430,1414,'af_addon_tooltip_font_size','12'),(7431,1414,'exclude_rule_addons',''),(7432,1414,'af_addon_title_display_as_selector','af_addon_title_display_text'),(7433,1414,'af_addon_heading_type_selector','addon_h1'),(7434,1414,'af_addon_seperator_checkbox',''),(7435,1414,'af_addon_title_seperator','af_addon_title_seperator_br'),(7436,1414,'af_addon_option_title_font_color',''),(7437,1414,'af_addon_title_bg',''),(7438,1414,'af_addon_title_color',''),(7439,1414,'af_addon_bg_color',''),(7440,1414,'af_addon_title_top_left_radius',''),(7441,1414,'af_addon_title_top_right_radius',''),(7442,1414,'af_addon_title_bottom_left_radius',''),(7443,1414,'af_addon_title_bottom_right_radius',''),(7444,1414,'af_addon_title_top_padding',''),(7445,1414,'af_addon_title_bottom_padding',''),(7446,1414,'af_addon_title_left_padding',''),(7447,1414,'af_addon_title_right_padding',''),(7448,1414,'af_addon_field_border',''),(7449,1414,'af_addon_field_border_top_left_radius',''),(7450,1414,'af_addon_field_border_top_right_radius',''),(7451,1414,'af_addon_field_border_bottom_left_radius',''),(7452,1414,'af_addon_field_border_bottom_right_radius',''),(7453,1414,'af_addon_field_border_top_padding',''),(7454,1414,'af_addon_field_border_bottom_padding',''),(7455,1414,'af_addon_field_border_left_padding',''),(7456,1414,'af_addon_field_border_right_padding',''),(7457,1414,'af_addon_field_title_position','left'),(7458,1414,'af_addon_field_border_color',''),(7459,1414,'af_addon_title_position','af_addon_title_inside_border'),(7460,1414,'af_addon_tooltip_background_color','#000000'),(7461,1414,'af_addon_tooltip_text_color',''),(7462,1414,'_mkl_pc__is_configurable','no'),(7463,1414,'_yoast_wpseo_primary_product_cat','29'),(7464,1414,'_yoast_wpseo_estimated-reading-time-minutes','1'),(7465,1414,'_yoast_wpseo_content_score','90'),(7466,1414,'_edit_lock','1739292022:1'),(7467,1414,'_edit_last','1'),(7468,1415,'_regular_price','25'),(7469,1415,'total_sales','0'),(7470,1415,'_tax_status','none'),(7471,1415,'_tax_class',''),(7472,1415,'_manage_stock','no'),(7473,1415,'_backorders','no'),(7474,1415,'_sold_individually','no'),(7475,1415,'_weight','1'),(7476,1415,'_length','12'),(7477,1415,'_width','9'),(7478,1415,'_height','4'),(7479,1415,'_virtual','no'),(7480,1415,'_downloadable','no'),(7481,1415,'_download_limit','-1'),(7482,1415,'_download_expiry','-1'),(7483,1415,'_thumbnail_id','1396'),(7484,1415,'_stock',NULL),(7485,1415,'_stock_status','instock'),(7486,1415,'_wc_average_rating','0'),(7487,1415,'_wc_review_count','0'),(7488,1415,'_product_version','9.6.1'),(7489,1415,'_price','25'),(7490,1415,'af_addon_title_font_size','14'),(7491,1415,'af_addon_option_title_font_size','12'),(7492,1415,'af_addon_field_border_pixels','1'),(7493,1415,'af_addon_desc_font_size','12'),(7494,1415,'af_addon_tooltip_font_size','12'),(7495,1415,'exclude_rule_addons',''),(7496,1415,'af_addon_title_display_as_selector','af_addon_title_display_text'),(7497,1415,'af_addon_heading_type_selector','addon_h1'),(7498,1415,'af_addon_seperator_checkbox',''),(7499,1415,'af_addon_title_seperator','af_addon_title_seperator_br'),(7500,1415,'af_addon_option_title_font_color',''),(7501,1415,'af_addon_title_bg',''),(7502,1415,'af_addon_title_color',''),(7503,1415,'af_addon_bg_color',''),(7504,1415,'af_addon_title_top_left_radius',''),(7505,1415,'af_addon_title_top_right_radius',''),(7506,1415,'af_addon_title_bottom_left_radius',''),(7507,1415,'af_addon_title_bottom_right_radius',''),(7508,1415,'af_addon_title_top_padding',''),(7509,1415,'af_addon_title_bottom_padding',''),(7510,1415,'af_addon_title_left_padding',''),(7511,1415,'af_addon_title_right_padding',''),(7512,1415,'af_addon_field_border',''),(7513,1415,'af_addon_field_border_top_left_radius',''),(7514,1415,'af_addon_field_border_top_right_radius',''),(7515,1415,'af_addon_field_border_bottom_left_radius',''),(7516,1415,'af_addon_field_border_bottom_right_radius',''),(7517,1415,'af_addon_field_border_top_padding',''),(7518,1415,'af_addon_field_border_bottom_padding',''),(7519,1415,'af_addon_field_border_left_padding',''),(7520,1415,'af_addon_field_border_right_padding',''),(7521,1415,'af_addon_field_title_position','left'),(7522,1415,'af_addon_field_border_color',''),(7523,1415,'af_addon_title_position','af_addon_title_inside_border'),(7524,1415,'af_addon_tooltip_background_color','#000000'),(7525,1415,'af_addon_tooltip_text_color',''),(7526,1415,'_mkl_pc__is_configurable','no'),(7527,1415,'_yoast_wpseo_primary_product_cat','29'),(7528,1415,'_yoast_wpseo_estimated-reading-time-minutes','1'),(7529,1415,'_yoast_wpseo_content_score','90'),(7530,1415,'_edit_lock','1739291918:1'),(7531,1415,'_edit_last','1'),(7532,1416,'_regular_price','25'),(7533,1416,'total_sales','0'),(7534,1416,'_tax_status','none'),(7535,1416,'_tax_class',''),(7536,1416,'_manage_stock','no'),(7537,1416,'_backorders','no'),(7538,1416,'_sold_individually','no'),(7539,1416,'_weight','1'),(7540,1416,'_length','12'),(7541,1416,'_width','9'),(7542,1416,'_height','4'),(7543,1416,'_virtual','no'),(7544,1416,'_downloadable','no'),(7545,1416,'_download_limit','-1'),(7546,1416,'_download_expiry','-1'),(7547,1416,'_thumbnail_id','1397'),(7548,1416,'_stock',NULL),(7549,1416,'_stock_status','instock'),(7550,1416,'_wc_average_rating','0'),(7551,1416,'_wc_review_count','0'),(7552,1416,'_product_version','9.6.1'),(7553,1416,'_price','25'),(7554,1416,'af_addon_title_font_size','14'),(7555,1416,'af_addon_option_title_font_size','12'),(7556,1416,'af_addon_field_border_pixels','1'),(7557,1416,'af_addon_desc_font_size','12'),(7558,1416,'af_addon_tooltip_font_size','12'),(7559,1416,'exclude_rule_addons',''),(7560,1416,'af_addon_title_display_as_selector','af_addon_title_display_text'),(7561,1416,'af_addon_heading_type_selector','addon_h1'),(7562,1416,'af_addon_seperator_checkbox',''),(7563,1416,'af_addon_title_seperator','af_addon_title_seperator_br'),(7564,1416,'af_addon_option_title_font_color',''),(7565,1416,'af_addon_title_bg',''),(7566,1416,'af_addon_title_color',''),(7567,1416,'af_addon_bg_color',''),(7568,1416,'af_addon_title_top_left_radius',''),(7569,1416,'af_addon_title_top_right_radius',''),(7570,1416,'af_addon_title_bottom_left_radius',''),(7571,1416,'af_addon_title_bottom_right_radius',''),(7572,1416,'af_addon_title_top_padding',''),(7573,1416,'af_addon_title_bottom_padding',''),(7574,1416,'af_addon_title_left_padding',''),(7575,1416,'af_addon_title_right_padding',''),(7576,1416,'af_addon_field_border',''),(7577,1416,'af_addon_field_border_top_left_radius',''),(7578,1416,'af_addon_field_border_top_right_radius',''),(7579,1416,'af_addon_field_border_bottom_left_radius',''),(7580,1416,'af_addon_field_border_bottom_right_radius',''),(7581,1416,'af_addon_field_border_top_padding',''),(7582,1416,'af_addon_field_border_bottom_padding',''),(7583,1416,'af_addon_field_border_left_padding',''),(7584,1416,'af_addon_field_border_right_padding',''),(7585,1416,'af_addon_field_title_position','left'),(7586,1416,'af_addon_field_border_color',''),(7587,1416,'af_addon_title_position','af_addon_title_inside_border'),(7588,1416,'af_addon_tooltip_background_color','#000000'),(7589,1416,'af_addon_tooltip_text_color',''),(7590,1416,'_mkl_pc__is_configurable','no'),(7591,1416,'_yoast_wpseo_primary_product_cat','29'),(7592,1416,'_yoast_wpseo_estimated-reading-time-minutes','1'),(7593,1416,'_yoast_wpseo_content_score','90'),(7594,1416,'_edit_lock','1739291227:1'),(7595,1416,'_edit_last','1'),(7596,1417,'_regular_price','25'),(7597,1417,'total_sales','0'),(7598,1417,'_tax_status','none'),(7599,1417,'_tax_class',''),(7600,1417,'_manage_stock','no'),(7601,1417,'_backorders','no'),(7602,1417,'_sold_individually','no'),(7603,1417,'_weight','1'),(7604,1417,'_length','12'),(7605,1417,'_width','9'),(7606,1417,'_height','4'),(7607,1417,'_virtual','no'),(7608,1417,'_downloadable','no'),(7609,1417,'_download_limit','-1'),(7610,1417,'_download_expiry','-1'),(7611,1417,'_thumbnail_id','1398'),(7612,1417,'_stock',NULL),(7613,1417,'_stock_status','instock'),(7614,1417,'_wc_average_rating','0'),(7615,1417,'_wc_review_count','0'),(7616,1417,'_product_version','9.6.1'),(7617,1417,'_price','25'),(7618,1417,'af_addon_title_font_size','14'),(7619,1417,'af_addon_option_title_font_size','12'),(7620,1417,'af_addon_field_border_pixels','1'),(7621,1417,'af_addon_desc_font_size','12'),(7622,1417,'af_addon_tooltip_font_size','12'),(7623,1417,'exclude_rule_addons',''),(7624,1417,'af_addon_title_display_as_selector','af_addon_title_display_text'),(7625,1417,'af_addon_heading_type_selector','addon_h1'),(7626,1417,'af_addon_seperator_checkbox',''),(7627,1417,'af_addon_title_seperator','af_addon_title_seperator_br'),(7628,1417,'af_addon_option_title_font_color',''),(7629,1417,'af_addon_title_bg',''),(7630,1417,'af_addon_title_color',''),(7631,1417,'af_addon_bg_color',''),(7632,1417,'af_addon_title_top_left_radius',''),(7633,1417,'af_addon_title_top_right_radius',''),(7634,1417,'af_addon_title_bottom_left_radius',''),(7635,1417,'af_addon_title_bottom_right_radius',''),(7636,1417,'af_addon_title_top_padding',''),(7637,1417,'af_addon_title_bottom_padding',''),(7638,1417,'af_addon_title_left_padding',''),(7639,1417,'af_addon_title_right_padding',''),(7640,1417,'af_addon_field_border',''),(7641,1417,'af_addon_field_border_top_left_radius',''),(7642,1417,'af_addon_field_border_top_right_radius',''),(7643,1417,'af_addon_field_border_bottom_left_radius',''),(7644,1417,'af_addon_field_border_bottom_right_radius',''),(7645,1417,'af_addon_field_border_top_padding',''),(7646,1417,'af_addon_field_border_bottom_padding',''),(7647,1417,'af_addon_field_border_left_padding',''),(7648,1417,'af_addon_field_border_right_padding',''),(7649,1417,'af_addon_field_title_position','left'),(7650,1417,'af_addon_field_border_color',''),(7651,1417,'af_addon_title_position','af_addon_title_inside_border'),(7652,1417,'af_addon_tooltip_background_color','#000000'),(7653,1417,'af_addon_tooltip_text_color',''),(7654,1417,'_mkl_pc__is_configurable','no'),(7655,1417,'_yoast_wpseo_primary_product_cat','29'),(7656,1417,'_yoast_wpseo_estimated-reading-time-minutes','1'),(7657,1417,'_yoast_wpseo_content_score','90'),(7658,1417,'_edit_lock','1739291851:1'),(7659,1417,'_edit_last','1'),(7660,1418,'_regular_price','25'),(7661,1418,'total_sales','0'),(7662,1418,'_tax_status','none'),(7663,1418,'_tax_class',''),(7664,1418,'_manage_stock','no'),(7665,1418,'_backorders','no'),(7666,1418,'_sold_individually','no'),(7667,1418,'_weight','1'),(7668,1418,'_length','12'),(7669,1418,'_width','9'),(7670,1418,'_height','4'),(7671,1418,'_virtual','no'),(7672,1418,'_downloadable','no'),(7673,1418,'_download_limit','-1'),(7674,1418,'_download_expiry','-1'),(7675,1418,'_thumbnail_id','1399'),(7676,1418,'_stock',NULL),(7677,1418,'_stock_status','instock'),(7678,1418,'_wc_average_rating','0'),(7679,1418,'_wc_review_count','0'),(7680,1418,'_product_version','9.6.1'),(7681,1418,'_price','25'),(7682,1418,'af_addon_title_font_size','14'),(7683,1418,'af_addon_option_title_font_size','12'),(7684,1418,'af_addon_field_border_pixels','1'),(7685,1418,'af_addon_desc_font_size','12'),(7686,1418,'af_addon_tooltip_font_size','12'),(7687,1418,'exclude_rule_addons',''),(7688,1418,'af_addon_title_display_as_selector','af_addon_title_display_text'),(7689,1418,'af_addon_heading_type_selector','addon_h1'),(7690,1418,'af_addon_seperator_checkbox',''),(7691,1418,'af_addon_title_seperator','af_addon_title_seperator_br'),(7692,1418,'af_addon_option_title_font_color',''),(7693,1418,'af_addon_title_bg',''),(7694,1418,'af_addon_title_color',''),(7695,1418,'af_addon_bg_color',''),(7696,1418,'af_addon_title_top_left_radius',''),(7697,1418,'af_addon_title_top_right_radius',''),(7698,1418,'af_addon_title_bottom_left_radius',''),(7699,1418,'af_addon_title_bottom_right_radius',''),(7700,1418,'af_addon_title_top_padding',''),(7701,1418,'af_addon_title_bottom_padding',''),(7702,1418,'af_addon_title_left_padding',''),(7703,1418,'af_addon_title_right_padding',''),(7704,1418,'af_addon_field_border',''),(7705,1418,'af_addon_field_border_top_left_radius',''),(7706,1418,'af_addon_field_border_top_right_radius',''),(7707,1418,'af_addon_field_border_bottom_left_radius',''),(7708,1418,'af_addon_field_border_bottom_right_radius',''),(7709,1418,'af_addon_field_border_top_padding',''),(7710,1418,'af_addon_field_border_bottom_padding',''),(7711,1418,'af_addon_field_border_left_padding',''),(7712,1418,'af_addon_field_border_right_padding',''),(7713,1418,'af_addon_field_title_position','left'),(7714,1418,'af_addon_field_border_color',''),(7715,1418,'af_addon_title_position','af_addon_title_inside_border'),(7716,1418,'af_addon_tooltip_background_color','#000000'),(7717,1418,'af_addon_tooltip_text_color',''),(7718,1418,'_mkl_pc__is_configurable','no'),(7719,1418,'_yoast_wpseo_primary_product_cat','29'),(7720,1418,'_yoast_wpseo_estimated-reading-time-minutes','1'),(7721,1418,'_yoast_wpseo_content_score','90'),(7722,1418,'_edit_lock','1739291815:1'),(7723,1418,'_edit_last','1'),(7724,1419,'_regular_price','25'),(7725,1419,'total_sales','0'),(7726,1419,'_tax_status','none'),(7727,1419,'_tax_class',''),(7728,1419,'_manage_stock','no'),(7729,1419,'_backorders','no'),(7730,1419,'_sold_individually','no'),(7731,1419,'_weight','1'),(7732,1419,'_length','12'),(7733,1419,'_width','9'),(7734,1419,'_height','4'),(7735,1419,'_virtual','no'),(7736,1419,'_downloadable','no'),(7737,1419,'_download_limit','-1'),(7738,1419,'_download_expiry','-1'),(7739,1419,'_thumbnail_id','1400'),(7740,1419,'_stock',NULL),(7741,1419,'_stock_status','instock'),(7742,1419,'_wc_average_rating','0'),(7743,1419,'_wc_review_count','0'),(7744,1419,'_product_version','9.6.1'),(7745,1419,'_price','25'),(7746,1419,'af_addon_title_font_size','14'),(7747,1419,'af_addon_option_title_font_size','12'),(7748,1419,'af_addon_field_border_pixels','1'),(7749,1419,'af_addon_desc_font_size','12'),(7750,1419,'af_addon_tooltip_font_size','12'),(7751,1419,'exclude_rule_addons',''),(7752,1419,'af_addon_title_display_as_selector','af_addon_title_display_text'),(7753,1419,'af_addon_heading_type_selector','addon_h1'),(7754,1419,'af_addon_seperator_checkbox',''),(7755,1419,'af_addon_title_seperator','af_addon_title_seperator_br'),(7756,1419,'af_addon_option_title_font_color',''),(7757,1419,'af_addon_title_bg',''),(7758,1419,'af_addon_title_color',''),(7759,1419,'af_addon_bg_color',''),(7760,1419,'af_addon_title_top_left_radius',''),(7761,1419,'af_addon_title_top_right_radius',''),(7762,1419,'af_addon_title_bottom_left_radius',''),(7763,1419,'af_addon_title_bottom_right_radius',''),(7764,1419,'af_addon_title_top_padding',''),(7765,1419,'af_addon_title_bottom_padding',''),(7766,1419,'af_addon_title_left_padding',''),(7767,1419,'af_addon_title_right_padding',''),(7768,1419,'af_addon_field_border',''),(7769,1419,'af_addon_field_border_top_left_radius',''),(7770,1419,'af_addon_field_border_top_right_radius',''),(7771,1419,'af_addon_field_border_bottom_left_radius',''),(7772,1419,'af_addon_field_border_bottom_right_radius',''),(7773,1419,'af_addon_field_border_top_padding',''),(7774,1419,'af_addon_field_border_bottom_padding',''),(7775,1419,'af_addon_field_border_left_padding',''),(7776,1419,'af_addon_field_border_right_padding',''),(7777,1419,'af_addon_field_title_position','left'),(7778,1419,'af_addon_field_border_color',''),(7779,1419,'af_addon_title_position','af_addon_title_inside_border'),(7780,1419,'af_addon_tooltip_background_color','#000000'),(7781,1419,'af_addon_tooltip_text_color',''),(7782,1419,'_mkl_pc__is_configurable','no'),(7783,1419,'_yoast_wpseo_primary_product_cat','29'),(7784,1419,'_yoast_wpseo_estimated-reading-time-minutes','1'),(7785,1419,'_yoast_wpseo_content_score','90'),(7786,1419,'_edit_lock','1739291765:1'),(7787,1419,'_edit_last','1'),(7788,1420,'_regular_price','25'),(7789,1420,'total_sales','0'),(7790,1420,'_tax_status','none'),(7791,1420,'_tax_class',''),(7792,1420,'_manage_stock','no'),(7793,1420,'_backorders','no'),(7794,1420,'_sold_individually','no'),(7795,1420,'_weight','1'),(7796,1420,'_length','12'),(7797,1420,'_width','9'),(7798,1420,'_height','4'),(7799,1420,'_virtual','no'),(7800,1420,'_downloadable','no'),(7801,1420,'_download_limit','-1'),(7802,1420,'_download_expiry','-1'),(7803,1420,'_thumbnail_id','1401'),(7804,1420,'_stock',NULL),(7805,1420,'_stock_status','instock'),(7806,1420,'_wc_average_rating','0'),(7807,1420,'_wc_review_count','0'),(7808,1420,'_product_version','9.6.1'),(7809,1420,'_price','25'),(7810,1420,'af_addon_title_font_size','14'),(7811,1420,'af_addon_option_title_font_size','12'),(7812,1420,'af_addon_field_border_pixels','1'),(7813,1420,'af_addon_desc_font_size','12'),(7814,1420,'af_addon_tooltip_font_size','12'),(7815,1420,'exclude_rule_addons',''),(7816,1420,'af_addon_title_display_as_selector','af_addon_title_display_text'),(7817,1420,'af_addon_heading_type_selector','addon_h1'),(7818,1420,'af_addon_seperator_checkbox',''),(7819,1420,'af_addon_title_seperator','af_addon_title_seperator_br'),(7820,1420,'af_addon_option_title_font_color',''),(7821,1420,'af_addon_title_bg',''),(7822,1420,'af_addon_title_color',''),(7823,1420,'af_addon_bg_color',''),(7824,1420,'af_addon_title_top_left_radius',''),(7825,1420,'af_addon_title_top_right_radius',''),(7826,1420,'af_addon_title_bottom_left_radius',''),(7827,1420,'af_addon_title_bottom_right_radius',''),(7828,1420,'af_addon_title_top_padding',''),(7829,1420,'af_addon_title_bottom_padding',''),(7830,1420,'af_addon_title_left_padding',''),(7831,1420,'af_addon_title_right_padding',''),(7832,1420,'af_addon_field_border',''),(7833,1420,'af_addon_field_border_top_left_radius',''),(7834,1420,'af_addon_field_border_top_right_radius',''),(7835,1420,'af_addon_field_border_bottom_left_radius',''),(7836,1420,'af_addon_field_border_bottom_right_radius',''),(7837,1420,'af_addon_field_border_top_padding',''),(7838,1420,'af_addon_field_border_bottom_padding',''),(7839,1420,'af_addon_field_border_left_padding',''),(7840,1420,'af_addon_field_border_right_padding',''),(7841,1420,'af_addon_field_title_position','left'),(7842,1420,'af_addon_field_border_color',''),(7843,1420,'af_addon_title_position','af_addon_title_inside_border'),(7844,1420,'af_addon_tooltip_background_color','#000000'),(7845,1420,'af_addon_tooltip_text_color',''),(7846,1420,'_mkl_pc__is_configurable','no'),(7847,1420,'_yoast_wpseo_primary_product_cat','29'),(7848,1420,'_yoast_wpseo_estimated-reading-time-minutes','1'),(7849,1420,'_yoast_wpseo_content_score','90'),(7850,1420,'_edit_lock','1739291717:1'),(7851,1420,'_edit_last','1'),(7852,1421,'_regular_price','25'),(7853,1421,'total_sales','0'),(7854,1421,'_tax_status','none'),(7855,1421,'_tax_class',''),(7856,1421,'_manage_stock','no'),(7857,1421,'_backorders','no'),(7858,1421,'_sold_individually','no'),(7859,1421,'_weight','1'),(7860,1421,'_length','12'),(7861,1421,'_width','9'),(7862,1421,'_height','4'),(7863,1421,'_virtual','no'),(7864,1421,'_downloadable','no'),(7865,1421,'_download_limit','-1'),(7866,1421,'_download_expiry','-1'),(7867,1421,'_thumbnail_id','1402'),(7868,1421,'_stock',NULL),(7869,1421,'_stock_status','instock'),(7870,1421,'_wc_average_rating','0'),(7871,1421,'_wc_review_count','0'),(7872,1421,'_product_version','9.6.1'),(7873,1421,'_price','25'),(7874,1421,'af_addon_title_font_size','14'),(7875,1421,'af_addon_option_title_font_size','12'),(7876,1421,'af_addon_field_border_pixels','1'),(7877,1421,'af_addon_desc_font_size','12'),(7878,1421,'af_addon_tooltip_font_size','12'),(7879,1421,'exclude_rule_addons',''),(7880,1421,'af_addon_title_display_as_selector','af_addon_title_display_text'),(7881,1421,'af_addon_heading_type_selector','addon_h1'),(7882,1421,'af_addon_seperator_checkbox',''),(7883,1421,'af_addon_title_seperator','af_addon_title_seperator_br'),(7884,1421,'af_addon_option_title_font_color',''),(7885,1421,'af_addon_title_bg',''),(7886,1421,'af_addon_title_color',''),(7887,1421,'af_addon_bg_color',''),(7888,1421,'af_addon_title_top_left_radius',''),(7889,1421,'af_addon_title_top_right_radius',''),(7890,1421,'af_addon_title_bottom_left_radius',''),(7891,1421,'af_addon_title_bottom_right_radius',''),(7892,1421,'af_addon_title_top_padding',''),(7893,1421,'af_addon_title_bottom_padding',''),(7894,1421,'af_addon_title_left_padding',''),(7895,1421,'af_addon_title_right_padding',''),(7896,1421,'af_addon_field_border',''),(7897,1421,'af_addon_field_border_top_left_radius',''),(7898,1421,'af_addon_field_border_top_right_radius',''),(7899,1421,'af_addon_field_border_bottom_left_radius',''),(7900,1421,'af_addon_field_border_bottom_right_radius',''),(7901,1421,'af_addon_field_border_top_padding',''),(7902,1421,'af_addon_field_border_bottom_padding',''),(7903,1421,'af_addon_field_border_left_padding',''),(7904,1421,'af_addon_field_border_right_padding',''),(7905,1421,'af_addon_field_title_position','left'),(7906,1421,'af_addon_field_border_color',''),(7907,1421,'af_addon_title_position','af_addon_title_inside_border'),(7908,1421,'af_addon_tooltip_background_color','#000000'),(7909,1421,'af_addon_tooltip_text_color',''),(7910,1421,'_mkl_pc__is_configurable','no'),(7911,1421,'_yoast_wpseo_primary_product_cat','29'),(7912,1421,'_yoast_wpseo_estimated-reading-time-minutes','1'),(7913,1421,'_yoast_wpseo_content_score','90'),(7914,1421,'_edit_lock','1739291676:1'),(7915,1421,'_edit_last','1'),(7916,1422,'_regular_price','25'),(7917,1422,'total_sales','0'),(7918,1422,'_tax_status','none'),(7919,1422,'_tax_class',''),(7920,1422,'_manage_stock','no'),(7921,1422,'_backorders','no'),(7922,1422,'_sold_individually','no'),(7923,1422,'_weight','1'),(7924,1422,'_length','12'),(7925,1422,'_width','9'),(7926,1422,'_height','4'),(7927,1422,'_virtual','no'),(7928,1422,'_downloadable','no'),(7929,1422,'_download_limit','-1'),(7930,1422,'_download_expiry','-1'),(7931,1422,'_thumbnail_id','1403'),(7932,1422,'_stock',NULL),(7933,1422,'_stock_status','instock'),(7934,1422,'_wc_average_rating','0'),(7935,1422,'_wc_review_count','0'),(7936,1422,'_product_version','9.6.1'),(7937,1422,'_price','25'),(7938,1422,'af_addon_title_font_size','14'),(7939,1422,'af_addon_option_title_font_size','12'),(7940,1422,'af_addon_field_border_pixels','1'),(7941,1422,'af_addon_desc_font_size','12'),(7942,1422,'af_addon_tooltip_font_size','12'),(7943,1422,'exclude_rule_addons',''),(7944,1422,'af_addon_title_display_as_selector','af_addon_title_display_text'),(7945,1422,'af_addon_heading_type_selector','addon_h1'),(7946,1422,'af_addon_seperator_checkbox',''),(7947,1422,'af_addon_title_seperator','af_addon_title_seperator_br'),(7948,1422,'af_addon_option_title_font_color',''),(7949,1422,'af_addon_title_bg',''),(7950,1422,'af_addon_title_color',''),(7951,1422,'af_addon_bg_color',''),(7952,1422,'af_addon_title_top_left_radius',''),(7953,1422,'af_addon_title_top_right_radius',''),(7954,1422,'af_addon_title_bottom_left_radius',''),(7955,1422,'af_addon_title_bottom_right_radius',''),(7956,1422,'af_addon_title_top_padding',''),(7957,1422,'af_addon_title_bottom_padding',''),(7958,1422,'af_addon_title_left_padding',''),(7959,1422,'af_addon_title_right_padding',''),(7960,1422,'af_addon_field_border',''),(7961,1422,'af_addon_field_border_top_left_radius',''),(7962,1422,'af_addon_field_border_top_right_radius',''),(7963,1422,'af_addon_field_border_bottom_left_radius',''),(7964,1422,'af_addon_field_border_bottom_right_radius',''),(7965,1422,'af_addon_field_border_top_padding',''),(7966,1422,'af_addon_field_border_bottom_padding',''),(7967,1422,'af_addon_field_border_left_padding',''),(7968,1422,'af_addon_field_border_right_padding',''),(7969,1422,'af_addon_field_title_position','left'),(7970,1422,'af_addon_field_border_color',''),(7971,1422,'af_addon_title_position','af_addon_title_inside_border'),(7972,1422,'af_addon_tooltip_background_color','#000000'),(7973,1422,'af_addon_tooltip_text_color',''),(7974,1422,'_mkl_pc__is_configurable','no'),(7975,1422,'_yoast_wpseo_primary_product_cat','29'),(7976,1422,'_yoast_wpseo_estimated-reading-time-minutes','1'),(7977,1422,'_yoast_wpseo_content_score','90'),(7978,1422,'_edit_lock','1739291624:1'),(7979,1422,'_edit_last','1'),(7980,1423,'_regular_price','25'),(7981,1423,'total_sales','0'),(7982,1423,'_tax_status','none'),(7983,1423,'_tax_class',''),(7984,1423,'_manage_stock','no'),(7985,1423,'_backorders','no'),(7986,1423,'_sold_individually','no'),(7987,1423,'_weight','1'),(7988,1423,'_length','12'),(7989,1423,'_width','9'),(7990,1423,'_height','4'),(7991,1423,'_virtual','no'),(7992,1423,'_downloadable','no'),(7993,1423,'_download_limit','-1'),(7994,1423,'_download_expiry','-1'),(7995,1423,'_thumbnail_id','1404'),(7996,1423,'_stock',NULL),(7997,1423,'_stock_status','instock'),(7998,1423,'_wc_average_rating','0'),(7999,1423,'_wc_review_count','0'),(8000,1423,'_product_version','9.6.1'),(8001,1423,'_price','25'),(8002,1423,'af_addon_title_font_size','14'),(8003,1423,'af_addon_option_title_font_size','12'),(8004,1423,'af_addon_field_border_pixels','1'),(8005,1423,'af_addon_desc_font_size','12'),(8006,1423,'af_addon_tooltip_font_size','12'),(8007,1423,'exclude_rule_addons',''),(8008,1423,'af_addon_title_display_as_selector','af_addon_title_display_text'),(8009,1423,'af_addon_heading_type_selector','addon_h1'),(8010,1423,'af_addon_seperator_checkbox',''),(8011,1423,'af_addon_title_seperator','af_addon_title_seperator_br'),(8012,1423,'af_addon_option_title_font_color',''),(8013,1423,'af_addon_title_bg',''),(8014,1423,'af_addon_title_color',''),(8015,1423,'af_addon_bg_color',''),(8016,1423,'af_addon_title_top_left_radius',''),(8017,1423,'af_addon_title_top_right_radius',''),(8018,1423,'af_addon_title_bottom_left_radius',''),(8019,1423,'af_addon_title_bottom_right_radius',''),(8020,1423,'af_addon_title_top_padding',''),(8021,1423,'af_addon_title_bottom_padding',''),(8022,1423,'af_addon_title_left_padding',''),(8023,1423,'af_addon_title_right_padding',''),(8024,1423,'af_addon_field_border',''),(8025,1423,'af_addon_field_border_top_left_radius',''),(8026,1423,'af_addon_field_border_top_right_radius',''),(8027,1423,'af_addon_field_border_bottom_left_radius',''),(8028,1423,'af_addon_field_border_bottom_right_radius',''),(8029,1423,'af_addon_field_border_top_padding',''),(8030,1423,'af_addon_field_border_bottom_padding',''),(8031,1423,'af_addon_field_border_left_padding',''),(8032,1423,'af_addon_field_border_right_padding',''),(8033,1423,'af_addon_field_title_position','left'),(8034,1423,'af_addon_field_border_color',''),(8035,1423,'af_addon_title_position','af_addon_title_inside_border'),(8036,1423,'af_addon_tooltip_background_color','#000000'),(8037,1423,'af_addon_tooltip_text_color',''),(8038,1423,'_mkl_pc__is_configurable','no'),(8039,1423,'_yoast_wpseo_primary_product_cat','29'),(8040,1423,'_yoast_wpseo_estimated-reading-time-minutes','1'),(8041,1423,'_yoast_wpseo_content_score','90'),(8042,1423,'_edit_lock','1739291570:1'),(8043,1423,'_edit_last','1'),(8044,1424,'_regular_price','25'),(8045,1424,'total_sales','0'),(8046,1424,'_tax_status','none'),(8047,1424,'_tax_class',''),(8048,1424,'_manage_stock','no'),(8049,1424,'_backorders','no'),(8050,1424,'_sold_individually','no'),(8051,1424,'_weight','1'),(8052,1424,'_length','12'),(8053,1424,'_width','9'),(8054,1424,'_height','4'),(8055,1424,'_virtual','no'),(8056,1424,'_downloadable','no'),(8057,1424,'_download_limit','-1'),(8058,1424,'_download_expiry','-1'),(8059,1424,'_thumbnail_id','1405'),(8060,1424,'_stock',NULL),(8061,1424,'_stock_status','instock'),(8062,1424,'_wc_average_rating','0'),(8063,1424,'_wc_review_count','0'),(8064,1424,'_product_version','9.6.1'),(8065,1424,'_price','25'),(8066,1424,'af_addon_title_font_size','14'),(8067,1424,'af_addon_option_title_font_size','12'),(8068,1424,'af_addon_field_border_pixels','1'),(8069,1424,'af_addon_desc_font_size','12'),(8070,1424,'af_addon_tooltip_font_size','12'),(8071,1424,'exclude_rule_addons',''),(8072,1424,'af_addon_title_display_as_selector','af_addon_title_display_text'),(8073,1424,'af_addon_heading_type_selector','addon_h1'),(8074,1424,'af_addon_seperator_checkbox',''),(8075,1424,'af_addon_title_seperator','af_addon_title_seperator_br'),(8076,1424,'af_addon_option_title_font_color',''),(8077,1424,'af_addon_title_bg',''),(8078,1424,'af_addon_title_color',''),(8079,1424,'af_addon_bg_color',''),(8080,1424,'af_addon_title_top_left_radius',''),(8081,1424,'af_addon_title_top_right_radius',''),(8082,1424,'af_addon_title_bottom_left_radius',''),(8083,1424,'af_addon_title_bottom_right_radius',''),(8084,1424,'af_addon_title_top_padding',''),(8085,1424,'af_addon_title_bottom_padding',''),(8086,1424,'af_addon_title_left_padding',''),(8087,1424,'af_addon_title_right_padding',''),(8088,1424,'af_addon_field_border',''),(8089,1424,'af_addon_field_border_top_left_radius',''),(8090,1424,'af_addon_field_border_top_right_radius',''),(8091,1424,'af_addon_field_border_bottom_left_radius',''),(8092,1424,'af_addon_field_border_bottom_right_radius',''),(8093,1424,'af_addon_field_border_top_padding',''),(8094,1424,'af_addon_field_border_bottom_padding',''),(8095,1424,'af_addon_field_border_left_padding',''),(8096,1424,'af_addon_field_border_right_padding',''),(8097,1424,'af_addon_field_title_position','left'),(8098,1424,'af_addon_field_border_color',''),(8099,1424,'af_addon_title_position','af_addon_title_inside_border'),(8100,1424,'af_addon_tooltip_background_color','#000000'),(8101,1424,'af_addon_tooltip_text_color',''),(8102,1424,'_mkl_pc__is_configurable','no'),(8103,1424,'_yoast_wpseo_primary_product_cat','29'),(8104,1424,'_yoast_wpseo_estimated-reading-time-minutes','1'),(8105,1424,'_yoast_wpseo_content_score','90'),(8106,1424,'_edit_lock','1739291517:1'),(8107,1424,'_edit_last','1'),(8108,1425,'_regular_price','25'),(8109,1425,'total_sales','0'),(8110,1425,'_tax_status','none'),(8111,1425,'_tax_class',''),(8112,1425,'_manage_stock','no'),(8113,1425,'_backorders','no'),(8114,1425,'_sold_individually','no'),(8115,1425,'_weight','1'),(8116,1425,'_length','12'),(8117,1425,'_width','9'),(8118,1425,'_height','4'),(8119,1425,'_virtual','no'),(8120,1425,'_downloadable','no'),(8121,1425,'_download_limit','-1'),(8122,1425,'_download_expiry','-1'),(8123,1425,'_thumbnail_id','1406'),(8124,1425,'_stock',NULL),(8125,1425,'_stock_status','instock'),(8126,1425,'_wc_average_rating','0'),(8127,1425,'_wc_review_count','0'),(8128,1425,'_product_version','9.6.1'),(8129,1425,'_price','25'),(8130,1425,'af_addon_title_font_size','14'),(8131,1425,'af_addon_option_title_font_size','12'),(8132,1425,'af_addon_field_border_pixels','1'),(8133,1425,'af_addon_desc_font_size','12'),(8134,1425,'af_addon_tooltip_font_size','12'),(8135,1425,'exclude_rule_addons',''),(8136,1425,'af_addon_title_display_as_selector','af_addon_title_display_text'),(8137,1425,'af_addon_heading_type_selector','addon_h1'),(8138,1425,'af_addon_seperator_checkbox',''),(8139,1425,'af_addon_title_seperator','af_addon_title_seperator_br'),(8140,1425,'af_addon_option_title_font_color',''),(8141,1425,'af_addon_title_bg',''),(8142,1425,'af_addon_title_color',''),(8143,1425,'af_addon_bg_color',''),(8144,1425,'af_addon_title_top_left_radius',''),(8145,1425,'af_addon_title_top_right_radius',''),(8146,1425,'af_addon_title_bottom_left_radius',''),(8147,1425,'af_addon_title_bottom_right_radius',''),(8148,1425,'af_addon_title_top_padding',''),(8149,1425,'af_addon_title_bottom_padding',''),(8150,1425,'af_addon_title_left_padding',''),(8151,1425,'af_addon_title_right_padding',''),(8152,1425,'af_addon_field_border',''),(8153,1425,'af_addon_field_border_top_left_radius',''),(8154,1425,'af_addon_field_border_top_right_radius',''),(8155,1425,'af_addon_field_border_bottom_left_radius',''),(8156,1425,'af_addon_field_border_bottom_right_radius',''),(8157,1425,'af_addon_field_border_top_padding',''),(8158,1425,'af_addon_field_border_bottom_padding',''),(8159,1425,'af_addon_field_border_left_padding',''),(8160,1425,'af_addon_field_border_right_padding',''),(8161,1425,'af_addon_field_title_position','left'),(8162,1425,'af_addon_field_border_color',''),(8163,1425,'af_addon_title_position','af_addon_title_inside_border'),(8164,1425,'af_addon_tooltip_background_color','#000000'),(8165,1425,'af_addon_tooltip_text_color',''),(8166,1425,'_mkl_pc__is_configurable','no'),(8167,1425,'_yoast_wpseo_primary_product_cat','29'),(8168,1425,'_yoast_wpseo_estimated-reading-time-minutes','1'),(8169,1425,'_yoast_wpseo_content_score','90'),(8170,1425,'_edit_lock','1739291469:1'),(8171,1425,'_edit_last','1'),(8172,1426,'_regular_price','25'),(8173,1426,'total_sales','0'),(8174,1426,'_tax_status','none'),(8175,1426,'_tax_class',''),(8176,1426,'_manage_stock','no'),(8177,1426,'_backorders','no'),(8178,1426,'_sold_individually','no'),(8179,1426,'_weight','1'),(8180,1426,'_length','12'),(8181,1426,'_width','9'),(8182,1426,'_height','4'),(8183,1426,'_virtual','no'),(8184,1426,'_downloadable','no'),(8185,1426,'_download_limit','-1'),(8186,1426,'_download_expiry','-1'),(8187,1426,'_thumbnail_id','1407'),(8188,1426,'_stock',NULL),(8189,1426,'_stock_status','instock'),(8190,1426,'_wc_average_rating','0'),(8191,1426,'_wc_review_count','0'),(8192,1426,'_product_version','9.6.1'),(8193,1426,'_price','25'),(8194,1426,'af_addon_title_font_size','14'),(8195,1426,'af_addon_option_title_font_size','12'),(8196,1426,'af_addon_field_border_pixels','1'),(8197,1426,'af_addon_desc_font_size','12'),(8198,1426,'af_addon_tooltip_font_size','12'),(8199,1426,'exclude_rule_addons',''),(8200,1426,'af_addon_title_display_as_selector','af_addon_title_display_text'),(8201,1426,'af_addon_heading_type_selector','addon_h1'),(8202,1426,'af_addon_seperator_checkbox',''),(8203,1426,'af_addon_title_seperator','af_addon_title_seperator_br'),(8204,1426,'af_addon_option_title_font_color',''),(8205,1426,'af_addon_title_bg',''),(8206,1426,'af_addon_title_color',''),(8207,1426,'af_addon_bg_color',''),(8208,1426,'af_addon_title_top_left_radius',''),(8209,1426,'af_addon_title_top_right_radius',''),(8210,1426,'af_addon_title_bottom_left_radius',''),(8211,1426,'af_addon_title_bottom_right_radius',''),(8212,1426,'af_addon_title_top_padding',''),(8213,1426,'af_addon_title_bottom_padding',''),(8214,1426,'af_addon_title_left_padding',''),(8215,1426,'af_addon_title_right_padding',''),(8216,1426,'af_addon_field_border',''),(8217,1426,'af_addon_field_border_top_left_radius',''),(8218,1426,'af_addon_field_border_top_right_radius',''),(8219,1426,'af_addon_field_border_bottom_left_radius',''),(8220,1426,'af_addon_field_border_bottom_right_radius',''),(8221,1426,'af_addon_field_border_top_padding',''),(8222,1426,'af_addon_field_border_bottom_padding',''),(8223,1426,'af_addon_field_border_left_padding',''),(8224,1426,'af_addon_field_border_right_padding',''),(8225,1426,'af_addon_field_title_position','left'),(8226,1426,'af_addon_field_border_color',''),(8227,1426,'af_addon_title_position','af_addon_title_inside_border'),(8228,1426,'af_addon_tooltip_background_color','#000000'),(8229,1426,'af_addon_tooltip_text_color',''),(8230,1426,'_mkl_pc__is_configurable','no'),(8231,1426,'_yoast_wpseo_primary_product_cat','29'),(8232,1426,'_yoast_wpseo_estimated-reading-time-minutes','1'),(8233,1426,'_yoast_wpseo_content_score','90'),(8234,1426,'_edit_lock','1739291411:1'),(8235,1426,'_edit_last','1'),(8236,1427,'_regular_price','25'),(8237,1427,'total_sales','0'),(8238,1427,'_tax_status','none'),(8239,1427,'_tax_class',''),(8240,1427,'_manage_stock','no'),(8241,1427,'_backorders','no'),(8242,1427,'_sold_individually','no'),(8243,1427,'_weight','1'),(8244,1427,'_length','12'),(8245,1427,'_width','9'),(8246,1427,'_height','4'),(8247,1427,'_virtual','no'),(8248,1427,'_downloadable','no'),(8249,1427,'_download_limit','-1'),(8250,1427,'_download_expiry','-1'),(8251,1427,'_thumbnail_id','1408'),(8252,1427,'_stock',NULL),(8253,1427,'_stock_status','instock'),(8254,1427,'_wc_average_rating','0'),(8255,1427,'_wc_review_count','0'),(8256,1427,'_product_version','9.6.1'),(8257,1427,'_price','25'),(8258,1427,'af_addon_title_font_size','14'),(8259,1427,'af_addon_option_title_font_size','12'),(8260,1427,'af_addon_field_border_pixels','1'),(8261,1427,'af_addon_desc_font_size','12'),(8262,1427,'af_addon_tooltip_font_size','12'),(8263,1427,'exclude_rule_addons',''),(8264,1427,'af_addon_title_display_as_selector','af_addon_title_display_text'),(8265,1427,'af_addon_heading_type_selector','addon_h1'),(8266,1427,'af_addon_seperator_checkbox',''),(8267,1427,'af_addon_title_seperator','af_addon_title_seperator_br'),(8268,1427,'af_addon_option_title_font_color',''),(8269,1427,'af_addon_title_bg',''),(8270,1427,'af_addon_title_color',''),(8271,1427,'af_addon_bg_color',''),(8272,1427,'af_addon_title_top_left_radius',''),(8273,1427,'af_addon_title_top_right_radius',''),(8274,1427,'af_addon_title_bottom_left_radius',''),(8275,1427,'af_addon_title_bottom_right_radius',''),(8276,1427,'af_addon_title_top_padding',''),(8277,1427,'af_addon_title_bottom_padding',''),(8278,1427,'af_addon_title_left_padding',''),(8279,1427,'af_addon_title_right_padding',''),(8280,1427,'af_addon_field_border',''),(8281,1427,'af_addon_field_border_top_left_radius',''),(8282,1427,'af_addon_field_border_top_right_radius',''),(8283,1427,'af_addon_field_border_bottom_left_radius',''),(8284,1427,'af_addon_field_border_bottom_right_radius',''),(8285,1427,'af_addon_field_border_top_padding',''),(8286,1427,'af_addon_field_border_bottom_padding',''),(8287,1427,'af_addon_field_border_left_padding',''),(8288,1427,'af_addon_field_border_right_padding',''),(8289,1427,'af_addon_field_title_position','left'),(8290,1427,'af_addon_field_border_color',''),(8291,1427,'af_addon_title_position','af_addon_title_inside_border'),(8292,1427,'af_addon_tooltip_background_color','#000000'),(8293,1427,'af_addon_tooltip_text_color',''),(8294,1427,'_mkl_pc__is_configurable','no'),(8295,1427,'_yoast_wpseo_primary_product_cat','29'),(8296,1427,'_yoast_wpseo_estimated-reading-time-minutes','1'),(8297,1427,'_yoast_wpseo_content_score','90'),(8298,1427,'_edit_lock','1739291284:1'),(8299,1427,'_edit_last','1'),(8305,7,'_edit_lock','1756485155:1'),(8306,7,'_edit_last','1'),(8307,7,'_yoast_wpseo_content_score','90'),(8308,7,'_yoast_wpseo_estimated-reading-time-minutes','1'),(8309,8,'_edit_lock','1758996466:1'),(8310,8,'_edit_last','1'),(8311,8,'_yoast_wpseo_estimated-reading-time-minutes','0'),(8363,1490,'_regular_price','60'),(8364,1490,'total_sales','0'),(8365,1490,'_tax_status','taxable'),(8366,1490,'_tax_class',''),(8367,1490,'_manage_stock','no'),(8368,1490,'_backorders','no'),(8369,1490,'_sold_individually','no'),(8370,1490,'_virtual','no'),(8371,1490,'_downloadable','no'),(8372,1490,'_download_limit','-1'),(8373,1490,'_download_expiry','-1'),(8375,1490,'_stock',NULL),(8376,1490,'_stock_status','instock'),(8377,1490,'_wc_average_rating','0'),(8378,1490,'_wc_review_count','0'),(8379,1490,'_product_version','10.2.2'),(8380,1490,'_price','60'),(8381,1490,'af_addon_title_font_size','14'),(8382,1490,'af_addon_option_title_font_size','12'),(8383,1490,'af_addon_field_border_pixels','1'),(8384,1490,'af_addon_desc_font_size','12'),(8385,1490,'af_addon_tooltip_font_size','12'),(8386,1490,'exclude_rule_addons',''),(8387,1490,'af_addon_title_display_as_selector','af_addon_title_display_text'),(8388,1490,'af_addon_heading_type_selector','addon_h1'),(8389,1490,'af_addon_seperator_checkbox',''),(8390,1490,'af_addon_title_seperator','af_addon_title_seperator_br'),(8391,1490,'af_addon_option_title_font_color',''),(8392,1490,'af_addon_title_bg',''),(8393,1490,'af_addon_title_color',''),(8394,1490,'af_addon_bg_color',''),(8395,1490,'af_addon_title_top_left_radius',''),(8396,1490,'af_addon_title_top_right_radius',''),(8397,1490,'af_addon_title_bottom_left_radius',''),(8398,1490,'af_addon_title_bottom_right_radius',''),(8399,1490,'af_addon_title_top_padding',''),(8400,1490,'af_addon_title_bottom_padding',''),(8401,1490,'af_addon_title_left_padding',''),(8402,1490,'af_addon_title_right_padding',''),(8403,1490,'af_addon_field_border',''),(8404,1490,'af_addon_field_border_top_left_radius',''),(8405,1490,'af_addon_field_border_top_right_radius',''),(8406,1490,'af_addon_field_border_bottom_left_radius',''),(8407,1490,'af_addon_field_border_bottom_right_radius',''),(8408,1490,'af_addon_field_border_top_padding',''),(8409,1490,'af_addon_field_border_bottom_padding',''),(8410,1490,'af_addon_field_border_left_padding',''),(8411,1490,'af_addon_field_border_right_padding',''),(8412,1490,'af_addon_field_title_position','left'),(8413,1490,'af_addon_field_border_color',''),(8414,1490,'af_addon_title_position','af_addon_title_inside_border'),(8415,1490,'af_addon_tooltip_background_color','#000000'),(8416,1490,'af_addon_tooltip_text_color',''),(8417,1490,'_yoast_wpseo_primary_product_cat','25'),(8418,1490,'_yoast_wpseo_estimated-reading-time-minutes','1'),(8419,1490,'_mkl_product_configurator_last_updated','1759413236'),(8420,1490,'_mkl_product_configurator_layers','a:6:{i:0;a:12:{s:3:\"_id\";i:15;s:4:\"name\";s:20:\"Bike year/make/model\";s:11:\"description\";s:0:\"\";s:5:\"order\";i:0;s:11:\"image_order\";i:9;s:5:\"image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";i:0;}s:12:\"not_a_choice\";s:0:\"\";s:4:\"type\";s:4:\"form\";s:12:\"display_mode\";s:7:\"default\";s:6:\"active\";b:0;s:6:\"parent\";i:0;s:14:\"choices_number\";s:1:\"3\";}i:1;a:16:{s:3:\"_id\";i:1;s:4:\"name\";s:10:\"Base color\";s:11:\"description\";s:0:\"\";s:5:\"order\";i:1;s:11:\"image_order\";i:4;s:5:\"image\";a:2:{s:3:\"url\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-black.webp\";s:2:\"id\";i:1816;}s:12:\"not_a_choice\";s:0:\"\";s:4:\"type\";s:6:\"simple\";s:12:\"display_mode\";s:6:\"colors\";s:6:\"active\";b:0;s:8:\"required\";s:0:\"\";s:12:\"can_deselect\";s:0:\"\";s:14:\"choices_number\";s:2:\"18\";s:6:\"parent\";i:0;s:17:\"color_swatch_size\";s:6:\"medium\";s:17:\"default_selection\";s:12:\"select_first\";}i:2;a:16:{s:3:\"_id\";i:2;s:4:\"name\";s:9:\"Top color\";s:11:\"description\";s:0:\"\";s:5:\"order\";i:2;s:11:\"image_order\";i:5;s:5:\"image\";a:2:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-hondared.webp\";s:2:\"id\";i:1798;}s:12:\"not_a_choice\";s:0:\"\";s:4:\"type\";s:6:\"simple\";s:12:\"display_mode\";s:6:\"colors\";s:6:\"active\";b:0;s:8:\"required\";s:0:\"\";s:12:\"can_deselect\";s:0:\"\";s:14:\"choices_number\";s:2:\"18\";s:6:\"parent\";i:0;s:17:\"color_swatch_size\";s:6:\"medium\";s:17:\"default_selection\";s:12:\"select_first\";}i:3;a:12:{s:3:\"_id\";i:10;s:4:\"name\";s:9:\"Rib color\";s:11:\"description\";s:0:\"\";s:5:\"order\";i:3;s:11:\"image_order\";i:6;s:5:\"image\";a:2:{s:3:\"url\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5Ribs-white.webp\";s:2:\"id\";i:1796;}s:12:\"not_a_choice\";s:0:\"\";s:4:\"type\";s:6:\"simple\";s:12:\"display_mode\";s:6:\"colors\";s:6:\"active\";b:0;s:14:\"choices_number\";s:2:\"18\";s:6:\"parent\";i:0;}i:4;a:12:{s:3:\"_id\";i:11;s:4:\"name\";s:16:\"Add a rib accent\";s:11:\"description\";s:0:\"\";s:5:\"order\";i:4;s:11:\"image_order\";i:7;s:5:\"image\";a:2:{s:3:\"url\";s:91:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5RibAccent-coolgrey.webp\";s:2:\"id\";i:1749;}s:12:\"not_a_choice\";s:0:\"\";s:4:\"type\";s:6:\"simple\";s:12:\"display_mode\";s:6:\"colors\";s:6:\"active\";b:0;s:14:\"choices_number\";s:2:\"19\";s:6:\"parent\";i:0;}i:5;a:12:{s:3:\"_id\";i:14;s:4:\"name\";s:11:\"Add stripes\";s:11:\"description\";s:0:\"\";s:5:\"order\";i:5;s:11:\"image_order\";i:8;s:5:\"image\";a:2:{s:3:\"url\";s:85:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-Stripes-white.webp\";s:2:\"id\";i:1741;}s:12:\"not_a_choice\";s:0:\"\";s:4:\"type\";s:6:\"simple\";s:12:\"display_mode\";s:6:\"colors\";s:6:\"active\";b:0;s:14:\"choices_number\";s:2:\"19\";s:6:\"parent\";i:0;}}'),(8421,1490,'_mkl_product_configurator_angles','a:1:{i:0;a:10:{s:3:\"_id\";i:1;s:4:\"name\";s:3:\"Top\";s:11:\"description\";s:0:\"\";s:5:\"order\";i:1;s:11:\"image_order\";i:1;s:5:\"image\";a:2:{s:3:\"url\";s:76:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-2tone.png\";s:2:\"id\";i:336;}s:12:\"not_a_choice\";s:0:\"\";s:4:\"type\";s:6:\"simple\";s:12:\"display_mode\";s:7:\"default\";s:6:\"active\";b:0;}}'),(8422,1490,'_mkl_product_configurator_content','a:6:{i:0;a:2:{s:7:\"layerId\";i:1;s:7:\"choices\";a:18:{i:0;a:12:{s:3:\"_id\";i:19;s:4:\"name\";s:5:\"Black\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-black.png\";s:2:\"id\";i:1816;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:1;s:6:\"active\";b:0;s:6:\"parent\";i:0;s:5:\"color\";s:7:\"#222222\";s:10:\"is_default\";b:1;s:17:\"calculation_value\";s:0:\"\";}i:1;a:11:{s:3:\"_id\";i:2;s:4:\"name\";s:9:\"Cool Grey\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-coolgrey.png\";s:2:\"id\";i:1817;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:2;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#606060\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:2;a:11:{s:3:\"_id\";i:3;s:4:\"name\";s:5:\"White\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-white.png\";s:2:\"id\";i:1820;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:3;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ffffff\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:3;a:11:{s:3:\"_id\";i:4;s:4:\"name\";s:9:\"Honda Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-hondared.png\";s:2:\"id\";i:1819;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:4;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#fc4444\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:4;a:11:{s:3:\"_id\";i:5;s:4:\"name\";s:10:\"GasGas Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:85:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-gasgasred.png\";s:2:\"id\";i:1818;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:5;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#fa0505\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:5;a:11:{s:3:\"_id\";i:6;s:4:\"name\";s:10:\"KTM Orange\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:85:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-ktmorange.png\";s:2:\"id\";i:1822;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:6;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ff7D00\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:6;a:11:{s:3:\"_id\";i:7;s:4:\"name\";s:13:\"Suzuki Yellow\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:88:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-suzukiyellow.png\";s:2:\"id\";i:1823;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:7;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ffde00\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:7;a:11:{s:3:\"_id\";i:8;s:4:\"name\";s:14:\"Kawasaki Green\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:89:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-kawasakigreen.png\";s:2:\"id\";i:1821;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:8;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#00d200\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:8;a:11:{s:3:\"_id\";i:9;s:4:\"name\";s:7:\"TM Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-tmblue.png\";s:2:\"id\";i:1824;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:9;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#0066ff\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:9;a:11:{s:3:\"_id\";i:10;s:4:\"name\";s:11:\"Yamaha Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:86:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-yamahablue.png\";s:2:\"id\";i:1825;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:10;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#0a00c8\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:10;a:11:{s:3:\"_id\";i:11;s:4:\"name\";s:10:\"Light Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:85:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-lightblue.png\";s:2:\"id\";i:1827;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:11;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#0199fd\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:11;a:11:{s:3:\"_id\";i:12;s:4:\"name\";s:8:\"Sea Foam\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-seafoam.png\";s:2:\"id\";i:1829;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:12;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#01bad4\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:12;a:11:{s:3:\"_id\";i:13;s:4:\"name\";s:4:\"Teal\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:80:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-teal.png\";s:2:\"id\";i:1828;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:13;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#007a81\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:13;a:11:{s:3:\"_id\";i:14;s:4:\"name\";s:9:\"Navy Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-navyblue.png\";s:2:\"id\";i:1826;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:14;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#000071\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:14;a:11:{s:3:\"_id\";i:15;s:4:\"name\";s:8:\"Ruby Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-rubyred.png\";s:2:\"id\";i:1831;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:15;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#a31010\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:15;a:11:{s:3:\"_id\";i:16;s:4:\"name\";s:10:\"Flo Yellow\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:85:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-floyellow.png\";s:2:\"id\";i:1833;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:16;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#f2ff00\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:16;a:11:{s:3:\"_id\";i:17;s:4:\"name\";s:8:\"Flo Pink\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-flopink.png\";s:2:\"id\";i:1832;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:17;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#f9007e\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:17;a:11:{s:3:\"_id\";i:18;s:4:\"name\";s:6:\"Purple\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-purple.png\";s:2:\"id\";i:1830;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:18;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ac05fa\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}}}i:1;a:2:{s:7:\"layerId\";i:2;s:7:\"choices\";a:18:{i:0;a:12:{s:3:\"_id\";i:19;s:4:\"name\";s:5:\"Black\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-black1.png\";s:2:\"id\";i:1801;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:1;s:6:\"active\";b:0;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;s:5:\"color\";s:7:\"#222222\";s:8:\"is_group\";b:0;}i:1;a:11:{s:3:\"_id\";i:2;s:4:\"name\";s:9:\"Cool Grey\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-coolgrey1.png\";s:2:\"id\";i:1799;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:2;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#606060\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:2;a:11:{s:3:\"_id\";i:3;s:4:\"name\";s:5:\"White\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-white1.png\";s:2:\"id\";i:1800;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:3;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ffffff\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:3;a:11:{s:3:\"_id\";i:4;s:4:\"name\";s:9:\"Honda Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-hondared.png\";s:2:\"id\";i:1798;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";i:0;s:10:\"dimensions\";a:2:{s:6:\"height\";i:0;s:5:\"width\";i:0;}}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:4;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#fc4444\";s:10:\"is_default\";b:1;s:6:\"parent\";i:0;}i:4;a:11:{s:3:\"_id\";i:5;s:4:\"name\";s:10:\"GasGas Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:85:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-gasgasred1.png\";s:2:\"id\";i:1802;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:5;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#fa0505\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:5;a:11:{s:3:\"_id\";i:6;s:4:\"name\";s:10:\"KTM Orange\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:85:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-ktmorange1.png\";s:2:\"id\";i:1803;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:6;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ff7D00\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:6;a:11:{s:3:\"_id\";i:7;s:4:\"name\";s:13:\"Suzuki Yellow\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:88:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-suzukiyellow1.png\";s:2:\"id\";i:1804;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:7;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ffde00\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:7;a:11:{s:3:\"_id\";i:8;s:4:\"name\";s:14:\"Kawasaki Green\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:89:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-kawasakigreen1.png\";s:2:\"id\";i:1805;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:8;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#00d200\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:8;a:11:{s:3:\"_id\";i:9;s:4:\"name\";s:7:\"TM Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-tmblue.png\";s:2:\"id\";i:1806;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:9;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#0066ff\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:9;a:11:{s:3:\"_id\";i:10;s:4:\"name\";s:11:\"Yamaha Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:85:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-yamahablue.png\";s:2:\"id\";i:1807;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:10;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#0a00c8\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:10;a:11:{s:3:\"_id\";i:11;s:4:\"name\";s:10:\"Light Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-lightblue.png\";s:2:\"id\";i:1808;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:11;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#0199fd\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:11;a:11:{s:3:\"_id\";i:12;s:4:\"name\";s:8:\"Sea Foam\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-seafoam.png\";s:2:\"id\";i:1809;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:12;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#01bad4\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:12;a:11:{s:3:\"_id\";i:13;s:4:\"name\";s:4:\"Teal\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:79:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-teal.png\";s:2:\"id\";i:1810;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:13;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#007a81\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:13;a:11:{s:3:\"_id\";i:14;s:4:\"name\";s:9:\"Navy Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-navyblue.png\";s:2:\"id\";i:1811;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:14;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#000071\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:14;a:11:{s:3:\"_id\";i:15;s:4:\"name\";s:8:\"Ruby Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-rubyred.png\";s:2:\"id\";i:1812;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:15;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#a31010\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:15;a:11:{s:3:\"_id\";i:16;s:4:\"name\";s:10:\"Flo Yellow\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-floyellow.png\";s:2:\"id\";i:1813;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";i:0;s:10:\"dimensions\";a:2:{s:6:\"height\";i:0;s:5:\"width\";i:0;}}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:16;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#f2ff00\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:16;a:11:{s:3:\"_id\";i:17;s:4:\"name\";s:8:\"Flo Pink\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-flopink.png\";s:2:\"id\";i:1814;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:17;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#f9007e\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:17;a:11:{s:3:\"_id\";i:18;s:4:\"name\";s:6:\"Purple\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-purple.png\";s:2:\"id\";i:1815;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:18;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ac05fa\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}}}i:2;a:2:{s:7:\"layerId\";i:10;s:7:\"choices\";a:18:{i:0;a:10:{s:3:\"_id\";i:1;s:4:\"name\";s:5:\"Black\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5Ribs-black.png\";s:2:\"id\";i:1780;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:10;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:1;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#000000\";s:10:\"is_default\";b:0;}i:1;a:10:{s:3:\"_id\";i:2;s:4:\"name\";s:9:\"Cool Grey\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:85:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5Ribs-coolgray.png\";s:2:\"id\";i:1781;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:10;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:2;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#606060\";s:10:\"is_default\";b:0;}i:2;a:10:{s:3:\"_id\";i:3;s:4:\"name\";s:5:\"White\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5Ribs-white.png\";s:2:\"id\";i:1796;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:10;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:3;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ffffff\";s:10:\"is_default\";b:1;}i:3;a:10:{s:3:\"_id\";i:4;s:4:\"name\";s:9:\"Honda Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:85:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5Ribs-hondared.png\";s:2:\"id\";i:1785;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:10;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:4;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#fc4444\";s:10:\"is_default\";b:0;}i:4;a:10:{s:3:\"_id\";i:5;s:4:\"name\";s:10:\"GasGas Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:86:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5Ribs-gasgasred.png\";s:2:\"id\";i:1784;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:10;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:5;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#FA0505\";s:10:\"is_default\";b:0;}i:5;a:10:{s:3:\"_id\";i:6;s:4:\"name\";s:10:\"KTM Orange\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:80:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5Ribs-ktm.png\";s:2:\"id\";i:1786;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:10;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:6;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ff7d00\";s:10:\"is_default\";b:0;}i:6;a:10:{s:3:\"_id\";i:7;s:4:\"name\";s:13:\"Suzuki Yellow\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:85:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5Ribs-rmyellow.png\";s:2:\"id\";i:1791;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:10;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:7;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ffde00\";s:10:\"is_default\";b:0;}i:7;a:10:{s:3:\"_id\";i:8;s:4:\"name\";s:14:\"Kawasaki Green\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5Ribs-kxgreen.png\";s:2:\"id\";i:1787;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:10;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:8;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#00D200\";s:10:\"is_default\";b:0;}i:8;a:10:{s:3:\"_id\";i:9;s:4:\"name\";s:7:\"TM Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5Ribs-tmblue.png\";s:2:\"id\";i:1795;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:10;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:9;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#0066ff\";s:10:\"is_default\";b:0;}i:9;a:10:{s:3:\"_id\";i:10;s:4:\"name\";s:11:\"Yamaha Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5Ribs-yzblue.png\";s:2:\"id\";i:1797;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:10;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:10;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#0a00c8\";s:10:\"is_default\";b:0;}i:10;a:10:{s:3:\"_id\";i:11;s:4:\"name\";s:10:\"Light Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:86:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5Ribs-lightblue.png\";s:2:\"id\";i:1788;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:10;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:11;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#0199fd\";s:10:\"is_default\";b:0;}i:11;a:10:{s:3:\"_id\";i:12;s:4:\"name\";s:7:\"Seafoam\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5Ribs-seafoam.png\";s:2:\"id\";i:1793;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:10;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:12;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#01bad4\";s:10:\"is_default\";b:0;}i:12;a:10:{s:3:\"_id\";i:13;s:4:\"name\";s:4:\"Teal\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5Ribs-teal.png\";s:2:\"id\";i:1794;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:10;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:13;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#007a81\";s:10:\"is_default\";b:0;}i:13;a:10:{s:3:\"_id\";i:14;s:4:\"name\";s:4:\"Navy\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:85:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5Ribs-navyblue.png\";s:2:\"id\";i:1789;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:10;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:14;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#000071\";s:10:\"is_default\";b:0;}i:14;a:10:{s:3:\"_id\";i:15;s:4:\"name\";s:8:\"Ruby Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5Ribs-ruby.png\";s:2:\"id\";i:1792;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:10;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:15;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#a31010\";s:10:\"is_default\";b:0;}i:15;a:10:{s:3:\"_id\";i:16;s:4:\"name\";s:10:\"Flo Yellow\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:86:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5Ribs-floyellow.png\";s:2:\"id\";i:1783;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:10;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:16;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#f2ff00\";s:10:\"is_default\";b:0;}i:16;a:10:{s:3:\"_id\";i:17;s:4:\"name\";s:8:\"Flo Pink\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5Ribs-flopink.png\";s:2:\"id\";i:1782;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:10;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:17;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#f9007e\";s:10:\"is_default\";b:0;}i:17;a:10:{s:3:\"_id\";i:18;s:4:\"name\";s:6:\"Purple\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5Ribs-purple.png\";s:2:\"id\";i:1790;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:10;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:18;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ac05fa\";s:10:\"is_default\";b:0;}}}i:3;a:2:{s:7:\"layerId\";i:11;s:7:\"choices\";a:19:{i:0;a:12:{s:3:\"_id\";i:19;s:4:\"name\";s:4:\"None\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-blankchoice.png\";s:2:\"id\";i:1683;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:3:{s:3:\"url\";s:67:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/nofill.png\";s:2:\"id\";i:1703;s:10:\"dimensions\";a:2:{s:6:\"height\";i:43;s:5:\"width\";i:43;}}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:11;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:0;s:6:\"active\";b:0;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;s:11:\"extra_price\";d:0;s:5:\"color\";s:7:\"#ffffff\";}i:1;a:12:{s:3:\"_id\";i:1;s:4:\"name\";s:5:\"Black\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:87:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5RibAccent-black.png\";s:2:\"id\";i:1748;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:11;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:1;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#000000\";s:11:\"extra_price\";d:5;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;}i:2;a:12:{s:3:\"_id\";i:2;s:4:\"name\";s:9:\"Cool Grey\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:90:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5RibAccent-coolgrey.png\";s:2:\"id\";i:1749;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:11;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:2;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#606060\";s:11:\"extra_price\";d:5;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;}i:3;a:12:{s:3:\"_id\";i:3;s:4:\"name\";s:5:\"White\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:87:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5RibAccent-white.png\";s:2:\"id\";i:1746;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:11;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:3;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ffffff\";s:11:\"extra_price\";d:5;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;}i:4;a:12:{s:3:\"_id\";i:4;s:4:\"name\";s:9:\"Honda Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:90:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5RibAccent-hondared.png\";s:2:\"id\";i:1753;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:11;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:4;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#FC4444\";s:11:\"extra_price\";d:5;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;}i:5;a:12:{s:3:\"_id\";i:5;s:4:\"name\";s:10:\"GasGas Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:91:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5RibAccent-gasgasred.png\";s:2:\"id\";i:1752;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:11;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:5;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#fa0505\";s:11:\"extra_price\";d:5;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;}i:6;a:12:{s:3:\"_id\";i:6;s:4:\"name\";s:10:\"KTM Orange\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:85:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5RibAccent-ktm.png\";s:2:\"id\";i:1754;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:11;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:6;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#FF7d00\";s:11:\"extra_price\";d:5;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;}i:7;a:12:{s:3:\"_id\";i:7;s:4:\"name\";s:13:\"Suzuki Yellow\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:90:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5RibAccent-rmyellow.png\";s:2:\"id\";i:1759;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:11;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:7;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ffde00\";s:11:\"extra_price\";d:5;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;}i:8;a:12:{s:3:\"_id\";i:8;s:4:\"name\";s:14:\"Kawasaki Green\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:89:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5RibAccent-kxgreen.png\";s:2:\"id\";i:1755;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:11;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:8;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#00D200\";s:11:\"extra_price\";d:5;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;}i:9;a:12:{s:3:\"_id\";i:9;s:4:\"name\";s:7:\"TM Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:88:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5RibAccent-tmblue.png\";s:2:\"id\";i:1745;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:11;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:9;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#0066ff\";s:11:\"extra_price\";d:5;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;}i:10;a:12:{s:3:\"_id\";i:10;s:4:\"name\";s:11:\"Yamaha Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:88:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5RibAccent-yzblue.png\";s:2:\"id\";i:1747;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:11;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:10;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#0a00c8\";s:11:\"extra_price\";d:5;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;}i:11;a:12:{s:3:\"_id\";i:11;s:4:\"name\";s:10:\"Light Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:87:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5RibAccent-lblue.png\";s:2:\"id\";i:1756;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:11;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:11;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#0199fd\";s:11:\"extra_price\";d:5;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;}i:12;a:12:{s:3:\"_id\";i:12;s:4:\"name\";s:7:\"Seafoam\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:89:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5RibAccent-seafoam.png\";s:2:\"id\";i:1761;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:11;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:12;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#01bad4\";s:11:\"extra_price\";d:5;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;}i:13;a:12:{s:3:\"_id\";i:13;s:4:\"name\";s:4:\"Teal\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:86:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5RibAccent-teal.png\";s:2:\"id\";i:1744;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:11;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:13;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#007a81\";s:11:\"extra_price\";d:5;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;}i:14;a:12:{s:3:\"_id\";i:14;s:4:\"name\";s:4:\"Navy\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:86:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5RibAccent-navy.png\";s:2:\"id\";i:1757;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:11;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:14;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#000071\";s:11:\"extra_price\";d:5;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;}i:15;a:12:{s:3:\"_id\";i:15;s:4:\"name\";s:8:\"Ruby Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:86:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5RibAccent-ruby.png\";s:2:\"id\";i:1760;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:11;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:15;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#a31010\";s:11:\"extra_price\";d:5;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;}i:16;a:12:{s:3:\"_id\";i:16;s:4:\"name\";s:10:\"Flo Yellow\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:91:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5RibAccent-floyellow.png\";s:2:\"id\";i:1751;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:11;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:16;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#f2ff00\";s:11:\"extra_price\";d:5;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;}i:17;a:12:{s:3:\"_id\";i:17;s:4:\"name\";s:8:\"Flo Pink\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:89:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5RibAccent-flopink.png\";s:2:\"id\";i:1750;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:11;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:17;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#f9007e\";s:11:\"extra_price\";d:5;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;}i:18;a:12:{s:3:\"_id\";i:18;s:4:\"name\";s:6:\"Purple\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:88:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5RibAccent-purple.png\";s:2:\"id\";i:1758;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:11;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:18;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ac05fa\";s:11:\"extra_price\";d:5;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;}}}i:4;a:2:{s:7:\"layerId\";i:14;s:7:\"choices\";a:19:{i:0;a:13:{s:3:\"_id\";i:1;s:4:\"name\";s:4:\"None\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-blankchoice.png\";s:2:\"id\";i:1683;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:3:{s:3:\"url\";s:67:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/nofill.png\";s:2:\"id\";i:1703;s:10:\"dimensions\";a:2:{s:6:\"height\";i:43;s:5:\"width\";i:43;}}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:14;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:1;s:6:\"active\";b:0;s:15:\"text_field_type\";s:5:\"radio\";s:20:\"select_field_options\";a:1:{i:0;a:4:{s:5:\"label\";s:3:\"Yes\";s:5:\"value\";s:0:\"\";s:5:\"order\";i:2;s:12:\"option_price\";d:5;}}s:5:\"color\";s:7:\"#ffffff\";s:10:\"is_default\";b:1;s:11:\"extra_price\";d:0;}i:1;a:10:{s:3:\"_id\";i:2;s:4:\"name\";s:5:\"Black\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-Stripes-black.png\";s:2:\"id\";i:1724;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:14;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:2;s:6:\"active\";b:0;s:11:\"extra_price\";d:5;s:5:\"color\";s:7:\"#000000\";}i:2;a:10:{s:3:\"_id\";i:3;s:4:\"name\";s:9:\"Cool Grey\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:87:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-Stripes-coolgrey.png\";s:2:\"id\";i:1725;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:14;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:3;s:6:\"active\";b:0;s:11:\"extra_price\";d:5;s:5:\"color\";s:7:\"#606060\";}i:3;a:10:{s:3:\"_id\";i:4;s:4:\"name\";s:5:\"White\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-Stripes-white.png\";s:2:\"id\";i:1741;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:14;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:4;s:6:\"active\";b:0;s:11:\"extra_price\";d:5;s:5:\"color\";s:7:\"#FFFFFF\";}i:4;a:10:{s:3:\"_id\";i:5;s:4:\"name\";s:9:\"Honda Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-Stripes-honda.png\";s:2:\"id\";i:1729;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:14;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:5;s:6:\"active\";b:0;s:11:\"extra_price\";d:5;s:5:\"color\";s:7:\"#fc4444\";}i:5;a:10:{s:3:\"_id\";i:6;s:4:\"name\";s:10:\"GasGas Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:85:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-Stripes-gasgas.png\";s:2:\"id\";i:1728;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:14;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:6;s:6:\"active\";b:0;s:11:\"extra_price\";d:5;s:5:\"color\";s:7:\"#fa0505\";}i:6;a:10:{s:3:\"_id\";i:7;s:4:\"name\";s:10:\"KTM Orange\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-Stripes-ktm.png\";s:2:\"id\";i:1731;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:14;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:7;s:6:\"active\";b:0;s:11:\"extra_price\";d:5;s:5:\"color\";s:7:\"#ff7d00\";}i:7;a:10:{s:3:\"_id\";i:8;s:4:\"name\";s:13:\"Suzuki Yellow\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:85:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-Stripes-suzuki.png\";s:2:\"id\";i:1738;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:14;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:8;s:6:\"active\";b:0;s:11:\"extra_price\";d:5;s:5:\"color\";s:7:\"#ffde00\";}i:8;a:10:{s:3:\"_id\";i:9;s:4:\"name\";s:14:\"Kawasaki Green\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-Stripes-kawi.png\";s:2:\"id\";i:1730;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:14;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:9;s:6:\"active\";b:0;s:11:\"extra_price\";d:5;s:5:\"color\";s:7:\"#00d200\";}i:9;a:10:{s:3:\"_id\";i:10;s:4:\"name\";s:7:\"TM Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-Stripes-tm.png\";s:2:\"id\";i:1740;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:14;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:10;s:6:\"active\";b:0;s:11:\"extra_price\";d:5;s:5:\"color\";s:7:\"#0066ff\";}i:10;a:10:{s:3:\"_id\";i:11;s:4:\"name\";s:11:\"Yamaha Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-Stripes-yz.png\";s:2:\"id\";i:1742;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:14;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:11;s:6:\"active\";b:0;s:11:\"extra_price\";d:5;s:5:\"color\";s:7:\"#0a00c8\";}i:11;a:10:{s:3:\"_id\";i:12;s:4:\"name\";s:10:\"Light Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-Stripes-lblue.png\";s:2:\"id\";i:1732;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:14;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:12;s:6:\"active\";b:0;s:11:\"extra_price\";d:5;s:5:\"color\";s:7:\"#0199fd\";}i:12;a:10:{s:3:\"_id\";i:13;s:4:\"name\";s:7:\"Seafoam\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:86:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-Stripes-seafoam.png\";s:2:\"id\";i:1736;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:14;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:13;s:6:\"active\";b:0;s:11:\"extra_price\";d:5;s:5:\"color\";s:7:\"#01bad4\";}i:13;a:10:{s:3:\"_id\";i:14;s:4:\"name\";s:4:\"Teal\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-Stripes-teal.png\";s:2:\"id\";i:1739;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:14;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:14;s:6:\"active\";b:0;s:11:\"extra_price\";d:5;s:5:\"color\";s:7:\"#007a81\";}i:14;a:10:{s:3:\"_id\";i:15;s:4:\"name\";s:4:\"Navy\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-Stripes-navy.png\";s:2:\"id\";i:1733;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:14;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:15;s:6:\"active\";b:0;s:11:\"extra_price\";d:5;s:5:\"color\";s:7:\"#000071\";}i:15;a:10:{s:3:\"_id\";i:16;s:4:\"name\";s:8:\"Ruby Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-Stripes-ruby.png\";s:2:\"id\";i:1735;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:14;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:16;s:6:\"active\";b:0;s:11:\"extra_price\";d:5;s:5:\"color\";s:7:\"#a31010\";}i:16;a:10:{s:3:\"_id\";i:17;s:4:\"name\";s:10:\"Flo Yellow\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-Stripes-floy.png\";s:2:\"id\";i:1727;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:14;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:17;s:6:\"active\";b:0;s:11:\"extra_price\";d:5;s:5:\"color\";s:7:\"#f2ff00\";}i:17;a:10:{s:3:\"_id\";i:18;s:4:\"name\";s:8:\"Flo Pink\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-Stripes-flop.png\";s:2:\"id\";i:1726;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:14;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:18;s:6:\"active\";b:0;s:11:\"extra_price\";d:5;s:5:\"color\";s:7:\"#f9007e\";}i:18;a:10:{s:3:\"_id\";i:19;s:4:\"name\";s:6:\"Purple\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:85:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-Stripes-purple.png\";s:2:\"id\";i:1734;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:14;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:19;s:6:\"active\";b:0;s:11:\"extra_price\";d:5;s:5:\"color\";s:7:\"#ac05fa\";}}}i:5;a:2:{s:7:\"layerId\";i:15;s:7:\"choices\";a:3:{i:0;a:10:{s:3:\"_id\";i:1;s:4:\"name\";s:4:\"Year\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";s:10:\"dimensions\";s:0:\"\";}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:15;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:1;s:6:\"active\";b:0;s:15:\"text_field_type\";s:4:\"text\";s:22:\"text_field_is_required\";b:1;}i:1;a:10:{s:3:\"_id\";i:2;s:4:\"name\";s:4:\"Make\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";s:10:\"dimensions\";s:0:\"\";}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:15;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:2;s:6:\"active\";b:0;s:15:\"text_field_type\";s:4:\"text\";s:22:\"text_field_is_required\";b:1;}i:2;a:10:{s:3:\"_id\";i:3;s:4:\"name\";s:5:\"Model\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";s:10:\"dimensions\";s:0:\"\";}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:15;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:3;s:6:\"active\";b:0;s:15:\"text_field_type\";s:4:\"text\";s:22:\"text_field_is_required\";b:1;}}}}'),(8423,1490,'_mkl_pc__is_configurable','yes'),(8424,1490,'_edit_lock','1759413271:1'),(8425,1490,'_edit_last','1'),(8466,1492,'af_addon_field_sort','1'),(8467,1492,'af_addon_depend_selector','af_addon_not_dependable'),(8468,1492,'af_addon_field_depend_selector','0'),(8469,1492,'af_addon_option_depend_selector','a:0:{}'),(8470,1492,'af_addon_type_select','input_text'),(8471,1492,'af_addon_field_title','Bike year/make/model:'),(8472,1492,'af_addon_tooltip_checkbox',''),(8473,1492,'af_addon_tooltip_textarea',''),(8474,1492,'af_addon_desc_checkbox','1'),(8475,1492,'af_addon_desc_textarea','Tell us what your machine\'s year/make/model is so we can ensure the cover will fit.'),(8476,1492,'af_addon_required_field','1'),(8477,1492,'af_addon_limit_range_checkbox',''),(8478,1492,'af_addon_min_limit_range',''),(8479,1492,'af_addon_max_limit_range',''),(8480,1492,'af_addon_price_range_checkbox',''),(8481,1492,'af_addon_field_price_type','free'),(8482,1492,'af_addon_field_price',''),(8483,1492,'af_addon_upload_file_extention',''),(8485,1493,'_wp_attached_file','2024/12/5ribgripper.webp'),(8486,1493,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:24:\"2024/12/5ribgripper.webp\";s:8:\"filesize\";i:84980;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"5ribgripper-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20680;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"5ribgripper-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6052;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"5ribgripper-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20680;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"5ribgripper-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:70632;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"5ribgripper-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3142;}}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:{}}}'),(8487,1496,'wpforms_form_locations','a:0:{}'),(8490,1512,'wpforms_form_locations','a:0:{}'),(8491,1512,'_wp_desired_post_slug','billing-form-test'),(8531,1496,'_wp_desired_post_slug','custom-full-bike-decal-kit'),(8532,1557,'af_addon_field_sort',''),(8533,1557,'af_addon_depend_selector','af_addon_not_dependable'),(8534,1557,'af_addon_field_depend_selector','0'),(8535,1557,'af_addon_option_depend_selector','a:0:{}'),(8536,1557,'af_addon_type_select','image_swatcher'),(8537,1557,'af_addon_field_title','What finish would you like your kit?'),(8538,1557,'af_addon_tooltip_checkbox',''),(8539,1557,'af_addon_tooltip_textarea',''),(8540,1557,'af_addon_desc_checkbox','1'),(8541,1557,'af_addon_desc_textarea','Gloss has a shiny finish with the highest quality in durability. Matte has a dull finish with the most custom look. Flake laminate has little metallic flakes that will shimmer in the sun. Silver is your basic silver flake, cosmic shift creates a holographic rainbow effect, and gold is a basic gold flake. This is an extra cost option on the final invoice.'),(8542,1557,'af_addon_required_field','1'),(8543,1557,'af_addon_limit_range_checkbox',''),(8544,1557,'af_addon_min_limit_range',''),(8545,1557,'af_addon_max_limit_range',''),(8546,1557,'af_addon_price_range_checkbox',''),(8547,1557,'af_addon_field_price_type','free'),(8548,1557,'af_addon_field_price',''),(8549,1557,'af_addon_upload_file_extention',''),(8550,1562,'af_addon_option_priority',''),(8551,1562,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/silverflakelaminate.png'),(8552,1562,'af_addon_field_options_name','Silver flake laminate'),(8553,1562,'af_addon_option_color',''),(8554,1562,'af_addon_field_options_price_type','free'),(8555,1562,'af_addon_field_options_price',''),(8556,1561,'af_addon_option_priority',''),(8557,1561,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/goldflakelaminate.png'),(8558,1561,'af_addon_field_options_name','Gold flake laminate'),(8559,1561,'af_addon_option_color',''),(8560,1561,'af_addon_field_options_price_type','free'),(8561,1561,'af_addon_field_options_price',''),(8562,1560,'af_addon_option_priority',''),(8563,1560,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/cosmicflakelaminate.png'),(8564,1560,'af_addon_field_options_name','Cosmic laminate'),(8565,1560,'af_addon_option_color',''),(8566,1560,'af_addon_field_options_price_type','free'),(8567,1560,'af_addon_field_options_price',''),(8568,1559,'af_addon_option_priority',''),(8569,1559,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/mattelaminate.png'),(8570,1559,'af_addon_field_options_name','Matte laminate'),(8571,1559,'af_addon_option_color',''),(8572,1559,'af_addon_field_options_price_type','free'),(8573,1559,'af_addon_field_options_price',''),(8574,1558,'af_addon_option_priority',''),(8575,1558,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/glosslaminate.png'),(8576,1558,'af_addon_field_options_name','Gloss laminate'),(8577,1558,'af_addon_option_color',''),(8578,1558,'af_addon_field_options_price_type','free'),(8579,1558,'af_addon_field_options_price',''),(8580,1553,'af_addon_field_sort',''),(8581,1553,'af_addon_depend_selector','af_addon_not_dependable'),(8582,1553,'af_addon_field_depend_selector','0'),(8583,1553,'af_addon_option_depend_selector','a:0:{}'),(8584,1553,'af_addon_type_select','image_swatcher'),(8585,1553,'af_addon_field_title','What type of material would you like your kit printed on?'),(8586,1553,'af_addon_tooltip_checkbox',''),(8587,1553,'af_addon_tooltip_textarea',''),(8588,1553,'af_addon_desc_checkbox','1'),(8589,1553,'af_addon_desc_textarea','Full chrome and holographic kits will replace any white in the design with the raw film color. If these are chosen as an option, you are opting in for the full completion of the kit in that specific material and are responsible for all cost included.'),(8590,1553,'af_addon_required_field','1'),(8591,1553,'af_addon_limit_range_checkbox',''),(8592,1553,'af_addon_min_limit_range',''),(8593,1553,'af_addon_max_limit_range',''),(8594,1553,'af_addon_price_range_checkbox',''),(8595,1553,'af_addon_field_price_type','free'),(8596,1553,'af_addon_field_price',''),(8597,1553,'af_addon_upload_file_extention',''),(8598,1556,'af_addon_option_priority',''),(8599,1556,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/UX1-holographicMXmaterial.png'),(8600,1556,'af_addon_field_options_name','Full holographic'),(8601,1556,'af_addon_option_color',''),(8602,1556,'af_addon_field_options_price_type','free'),(8603,1556,'af_addon_field_options_price',''),(8604,1555,'af_addon_option_priority',''),(8605,1555,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/UX1-chromeMXmaterial.png'),(8606,1555,'af_addon_field_options_name','Full chrome'),(8607,1555,'af_addon_option_color',''),(8608,1555,'af_addon_field_options_price_type','free'),(8609,1555,'af_addon_field_options_price',''),(8610,1554,'af_addon_option_priority',''),(8611,1554,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/glosslaminate.png'),(8612,1554,'af_addon_field_options_name','Regular MX'),(8613,1554,'af_addon_option_color',''),(8614,1554,'af_addon_field_options_price_type','free'),(8615,1554,'af_addon_field_options_price',''),(8616,1547,'af_addon_field_sort',''),(8617,1547,'af_addon_depend_selector','af_addon_not_dependable'),(8618,1547,'af_addon_field_depend_selector','0'),(8619,1547,'af_addon_option_depend_selector','a:0:{}'),(8620,1547,'af_addon_type_select','check_boxes'),(8621,1547,'af_addon_field_title','Would you like any kit add-ons?'),(8622,1547,'af_addon_tooltip_checkbox',''),(8623,1547,'af_addon_tooltip_textarea',''),(8624,1547,'af_addon_desc_checkbox','1'),(8625,1547,'af_addon_desc_textarea','Specialty colors such as metallic are subject to extra charges. Clear swing arm decals are used to create a \"floating logo\" look, this option replaces a full color swingarm decal. Vented airbox option available for KTM and Husqvarna models. Please specify in additional information if both decals are needed.'),(8626,1547,'af_addon_required_field',''),(8627,1547,'af_addon_limit_range_checkbox',''),(8628,1547,'af_addon_min_limit_range',''),(8629,1547,'af_addon_max_limit_range',''),(8630,1547,'af_addon_price_range_checkbox',''),(8631,1547,'af_addon_field_price_type','free'),(8632,1547,'af_addon_field_price',''),(8633,1547,'af_addon_upload_file_extention',''),(8634,1552,'af_addon_option_priority',''),(8635,1552,'af_addon_field_options_image',''),(8636,1552,'af_addon_field_options_name','Vented airbox decal'),(8637,1552,'af_addon_option_color',''),(8638,1552,'af_addon_field_options_price_type','free'),(8639,1552,'af_addon_field_options_price',''),(8640,1551,'af_addon_option_priority',''),(8641,1551,'af_addon_field_options_image',''),(8642,1551,'af_addon_field_options_name','Clear swing arm decals'),(8643,1551,'af_addon_option_color',''),(8644,1551,'af_addon_field_options_price_type','free'),(8645,1551,'af_addon_field_options_price',''),(8646,1550,'af_addon_option_priority',''),(8647,1550,'af_addon_field_options_image',''),(8648,1550,'af_addon_field_options_name','Rim decals'),(8649,1550,'af_addon_option_color',''),(8650,1550,'af_addon_field_options_price_type','free'),(8651,1550,'af_addon_field_options_price',''),(8652,1549,'af_addon_option_priority',''),(8653,1549,'af_addon_field_options_image',''),(8654,1549,'af_addon_field_options_name','Fork tube decals'),(8655,1549,'af_addon_option_color',''),(8656,1549,'af_addon_field_options_price_type','free'),(8657,1549,'af_addon_field_options_price',''),(8658,1548,'af_addon_option_priority',''),(8659,1548,'af_addon_field_options_image',''),(8660,1548,'af_addon_field_options_name','Under fender decals'),(8661,1548,'af_addon_option_color',''),(8662,1548,'af_addon_field_options_price_type','free'),(8663,1548,'af_addon_field_options_price',''),(8664,1546,'af_addon_field_sort',''),(8665,1546,'af_addon_depend_selector','af_addon_not_dependable'),(8666,1546,'af_addon_field_depend_selector','0'),(8667,1546,'af_addon_option_depend_selector','a:0:{}'),(8668,1546,'af_addon_type_select','number'),(8669,1546,'af_addon_field_title','How many identical kits would you like printed?'),(8670,1546,'af_addon_tooltip_checkbox',''),(8671,1546,'af_addon_tooltip_textarea',''),(8672,1546,'af_addon_desc_checkbox','1'),(8673,1546,'af_addon_desc_textarea','If identical copies are being printed, please keep the order quantity as one, and specify how many copies here. If there are any changes for the other kits, please add a second custom kit with the information to your cart before proceeding to checkout.'),(8674,1546,'af_addon_required_field','1'),(8675,1546,'af_addon_limit_range_checkbox',''),(8676,1546,'af_addon_min_limit_range',''),(8677,1546,'af_addon_max_limit_range',''),(8678,1546,'af_addon_price_range_checkbox',''),(8679,1546,'af_addon_field_price_type','free'),(8680,1546,'af_addon_field_price',''),(8681,1546,'af_addon_upload_file_extention',''),(8682,1545,'af_addon_field_sort',''),(8683,1545,'af_addon_depend_selector','af_addon_not_dependable'),(8684,1545,'af_addon_field_depend_selector','0'),(8685,1545,'af_addon_option_depend_selector','a:0:{}'),(8686,1545,'af_addon_type_select','input_text'),(8687,1545,'af_addon_field_title','Race number:'),(8688,1545,'af_addon_tooltip_checkbox',''),(8689,1545,'af_addon_tooltip_textarea',''),(8690,1545,'af_addon_desc_checkbox',''),(8691,1545,'af_addon_desc_textarea',''),(8692,1545,'af_addon_required_field',''),(8693,1545,'af_addon_limit_range_checkbox',''),(8694,1545,'af_addon_min_limit_range',''),(8695,1545,'af_addon_max_limit_range',''),(8696,1545,'af_addon_price_range_checkbox',''),(8697,1545,'af_addon_field_price_type','free'),(8698,1545,'af_addon_field_price',''),(8699,1545,'af_addon_upload_file_extention',''),(8700,1544,'af_addon_field_sort',''),(8701,1544,'af_addon_depend_selector','af_addon_not_dependable'),(8702,1544,'af_addon_field_depend_selector','0'),(8703,1544,'af_addon_option_depend_selector','a:0:{}'),(8704,1544,'af_addon_type_select','input_text'),(8705,1544,'af_addon_field_title','Bike year/make/model:'),(8706,1544,'af_addon_tooltip_checkbox',''),(8707,1544,'af_addon_tooltip_textarea',''),(8708,1544,'af_addon_desc_checkbox',''),(8709,1544,'af_addon_desc_textarea',''),(8710,1544,'af_addon_required_field','1'),(8711,1544,'af_addon_limit_range_checkbox',''),(8712,1544,'af_addon_min_limit_range',''),(8713,1544,'af_addon_max_limit_range',''),(8714,1544,'af_addon_price_range_checkbox',''),(8715,1544,'af_addon_field_price_type','free'),(8716,1544,'af_addon_field_price',''),(8717,1544,'af_addon_upload_file_extention',''),(8718,1543,'af_addon_field_sort',''),(8719,1543,'af_addon_depend_selector','af_addon_not_dependable'),(8720,1543,'af_addon_field_depend_selector','0'),(8721,1543,'af_addon_option_depend_selector','a:0:{}'),(8722,1543,'af_addon_type_select','input_text'),(8723,1543,'af_addon_field_title','Rider name:'),(8724,1543,'af_addon_tooltip_checkbox',''),(8725,1543,'af_addon_tooltip_textarea',''),(8726,1543,'af_addon_desc_checkbox',''),(8727,1543,'af_addon_desc_textarea',''),(8728,1543,'af_addon_required_field','1'),(8729,1543,'af_addon_limit_range_checkbox',''),(8730,1543,'af_addon_min_limit_range',''),(8731,1543,'af_addon_max_limit_range',''),(8732,1543,'af_addon_price_range_checkbox',''),(8733,1543,'af_addon_field_price_type','free'),(8734,1543,'af_addon_field_price',''),(8735,1543,'af_addon_upload_file_extention',''),(8754,1571,'af_addon_field_sort',''),(8755,1571,'af_addon_depend_selector','af_addon_not_dependable'),(8756,1571,'af_addon_field_depend_selector','0'),(8757,1571,'af_addon_option_depend_selector','a:0:{}'),(8758,1571,'af_addon_type_select','textarea'),(8759,1571,'af_addon_field_title','Additional requests:'),(8760,1571,'af_addon_tooltip_checkbox',''),(8761,1571,'af_addon_tooltip_textarea',''),(8762,1571,'af_addon_desc_checkbox','1'),(8763,1571,'af_addon_desc_textarea','Please list all number plate background colors, specific colors to be used across the kit, and any ideas you would like! The more detailed instructions, the quicker we will be able to design a kit that you will love!'),(8764,1571,'af_addon_required_field','1'),(8765,1571,'af_addon_limit_range_checkbox',''),(8766,1571,'af_addon_min_limit_range',''),(8767,1571,'af_addon_max_limit_range',''),(8768,1571,'af_addon_price_range_checkbox',''),(8769,1571,'af_addon_field_price_type','free'),(8770,1571,'af_addon_field_price',''),(8771,1571,'af_addon_upload_file_extention',''),(8772,1570,'af_addon_field_sort',''),(8773,1570,'af_addon_depend_selector','af_addon_not_dependable'),(8774,1570,'af_addon_field_depend_selector','0'),(8775,1570,'af_addon_option_depend_selector','a:0:{}'),(8776,1570,'af_addon_type_select','textarea'),(8777,1570,'af_addon_field_title','Requested logos:'),(8778,1570,'af_addon_tooltip_checkbox',''),(8779,1570,'af_addon_tooltip_textarea',''),(8780,1570,'af_addon_desc_checkbox','1'),(8781,1570,'af_addon_desc_textarea','Please list all logos you would like to feature on your kit. Any non-industry logos (example: Construction company), please upload below a high quality .JPG, .PNG, .EPS, .AI, or .PDF file. Some logos will have to be traced or remade in a correct format for printing.'),(8782,1570,'af_addon_required_field',''),(8783,1570,'af_addon_limit_range_checkbox',''),(8784,1570,'af_addon_min_limit_range',''),(8785,1570,'af_addon_max_limit_range',''),(8786,1570,'af_addon_price_range_checkbox',''),(8787,1570,'af_addon_field_price_type','free'),(8788,1570,'af_addon_field_price',''),(8789,1570,'af_addon_upload_file_extention',''),(8790,1569,'af_addon_field_sort',''),(8791,1569,'af_addon_depend_selector','af_addon_dependable'),(8792,1569,'af_addon_field_depend_selector','1563'),(8793,1569,'af_addon_option_depend_selector','a:3:{i:0;s:4:\"1568\";i:1;s:4:\"1567\";i:2;s:4:\"1565\";}'),(8794,1569,'af_addon_type_select','textarea'),(8795,1569,'af_addon_field_title','Please describe your plastic kit:'),(8796,1569,'af_addon_tooltip_checkbox',''),(8797,1569,'af_addon_tooltip_textarea',''),(8798,1569,'af_addon_desc_checkbox','1'),(8799,1569,'af_addon_desc_textarea','Please let us know what plastics you are running on your bike to ensure we are cutting the graphics to fit. This option is used when you\'re running different year or model plastics than the original equipment. In example a 2005 KX 125 with a 2016 KXF 250 front fender and number plate.'),(8800,1569,'af_addon_required_field','1'),(8801,1569,'af_addon_limit_range_checkbox',''),(8802,1569,'af_addon_min_limit_range',''),(8803,1569,'af_addon_max_limit_range',''),(8804,1569,'af_addon_price_range_checkbox',''),(8805,1569,'af_addon_field_price_type','free'),(8806,1569,'af_addon_field_price',''),(8807,1569,'af_addon_upload_file_extention',''),(8808,1563,'af_addon_field_sort',''),(8809,1563,'af_addon_depend_selector','af_addon_not_dependable'),(8810,1563,'af_addon_field_depend_selector','0'),(8811,1563,'af_addon_option_depend_selector','a:0:{}'),(8812,1563,'af_addon_type_select','drop_down'),(8813,1563,'af_addon_field_title','Plastics style:'),(8814,1563,'af_addon_tooltip_checkbox',''),(8815,1563,'af_addon_tooltip_textarea',''),(8816,1563,'af_addon_desc_checkbox','1'),(8817,1563,'af_addon_desc_textarea','In order to insure our graphics will fit properly, please choose what style plastics you have on the bike.'),(8818,1563,'af_addon_required_field','1'),(8819,1563,'af_addon_limit_range_checkbox',''),(8820,1563,'af_addon_min_limit_range',''),(8821,1563,'af_addon_max_limit_range',''),(8822,1563,'af_addon_price_range_checkbox',''),(8823,1563,'af_addon_field_price_type','free'),(8824,1563,'af_addon_field_price',''),(8825,1563,'af_addon_upload_file_extention',''),(8826,1568,'af_addon_option_priority',''),(8827,1568,'af_addon_field_options_image',''),(8828,1568,'af_addon_field_options_name','UFO restyle'),(8829,1568,'af_addon_option_color',''),(8830,1568,'af_addon_field_options_price_type','free'),(8831,1568,'af_addon_field_options_price',''),(8832,1567,'af_addon_option_priority',''),(8833,1567,'af_addon_field_options_image',''),(8834,1567,'af_addon_field_options_name','Polisport restyle'),(8835,1567,'af_addon_option_color',''),(8836,1567,'af_addon_field_options_price_type','free'),(8837,1567,'af_addon_field_options_price',''),(8838,1566,'af_addon_option_priority',''),(8839,1566,'af_addon_field_options_image',''),(8840,1566,'af_addon_field_options_name','Cycra Powerflow'),(8841,1566,'af_addon_option_color',''),(8842,1566,'af_addon_field_options_price_type','free'),(8843,1566,'af_addon_field_options_price',''),(8844,1565,'af_addon_option_priority',''),(8845,1565,'af_addon_field_options_image',''),(8846,1565,'af_addon_field_options_name','Custom look'),(8847,1565,'af_addon_option_color',''),(8848,1565,'af_addon_field_options_price_type','free'),(8849,1565,'af_addon_field_options_price',''),(8850,1564,'af_addon_option_priority',''),(8851,1564,'af_addon_field_options_image',''),(8852,1564,'af_addon_field_options_name','OEM/OE style plastics'),(8853,1564,'af_addon_option_color',''),(8854,1564,'af_addon_field_options_price_type','free'),(8855,1564,'af_addon_field_options_price',''),(8862,486,'_yoast_wpseo_content_score','90'),(8863,1608,'af_addon_field_sort',''),(8864,1608,'af_addon_depend_selector','af_addon_not_dependable'),(8865,1608,'af_addon_field_depend_selector','0'),(8866,1608,'af_addon_option_depend_selector','a:0:{}'),(8867,1608,'af_addon_type_select','file_upload'),(8868,1608,'af_addon_field_title','Please upload any files to be used'),(8869,1608,'af_addon_tooltip_checkbox',''),(8870,1608,'af_addon_tooltip_textarea',''),(8871,1608,'af_addon_desc_checkbox','1'),(8872,1608,'af_addon_desc_textarea','If you have more files than you can upload, please email them to info@aggressivegraphix.com with your order number in the subject line.'),(8873,1608,'af_addon_required_field',''),(8874,1608,'af_addon_limit_range_checkbox',''),(8875,1608,'af_addon_min_limit_range',''),(8876,1608,'af_addon_max_limit_range',''),(8877,1608,'af_addon_price_range_checkbox',''),(8878,1608,'af_addon_field_price_type','free'),(8879,1608,'af_addon_field_price',''),(8880,1608,'af_addon_upload_file_extention',''),(8881,1607,'af_addon_field_sort',''),(8882,1607,'af_addon_depend_selector','af_addon_not_dependable'),(8883,1607,'af_addon_field_depend_selector','0'),(8884,1607,'af_addon_option_depend_selector','a:0:{}'),(8885,1607,'af_addon_type_select','textarea'),(8886,1607,'af_addon_field_title','Additional requests:'),(8887,1607,'af_addon_tooltip_checkbox',''),(8888,1607,'af_addon_tooltip_textarea',''),(8889,1607,'af_addon_desc_checkbox','1'),(8890,1607,'af_addon_desc_textarea','Please list specific colors to be used across the kit, and any ideas you would like! The more detailed instructions, the quicker we will be able to design a kit that you will love!'),(8891,1607,'af_addon_required_field','1'),(8892,1607,'af_addon_limit_range_checkbox',''),(8893,1607,'af_addon_min_limit_range',''),(8894,1607,'af_addon_max_limit_range',''),(8895,1607,'af_addon_price_range_checkbox',''),(8896,1607,'af_addon_field_price_type','free'),(8897,1607,'af_addon_field_price',''),(8898,1607,'af_addon_upload_file_extention',''),(8899,1606,'af_addon_field_sort',''),(8900,1606,'af_addon_depend_selector','af_addon_not_dependable'),(8901,1606,'af_addon_field_depend_selector','0'),(8902,1606,'af_addon_option_depend_selector','a:0:{}'),(8903,1606,'af_addon_type_select','textarea'),(8904,1606,'af_addon_field_title','Requested logos:'),(8905,1606,'af_addon_tooltip_checkbox',''),(8906,1606,'af_addon_tooltip_textarea',''),(8907,1606,'af_addon_desc_checkbox','1'),(8908,1606,'af_addon_desc_textarea','Please list all logos you would like to feature on your kit. Any non-industry logos (example: Construction company), please upload below a high quality .JPG, .PNG, .EPS, .AI, or .PDF file. Some logos will have to be traced or remade in a correct format for printing.'),(8909,1606,'af_addon_required_field',''),(8910,1606,'af_addon_limit_range_checkbox',''),(8911,1606,'af_addon_min_limit_range',''),(8912,1606,'af_addon_max_limit_range',''),(8913,1606,'af_addon_price_range_checkbox',''),(8914,1606,'af_addon_field_price_type','free'),(8915,1606,'af_addon_field_price',''),(8916,1606,'af_addon_upload_file_extention',''),(8917,1605,'af_addon_field_sort',''),(8918,1605,'af_addon_depend_selector','af_addon_dependable'),(8919,1605,'af_addon_field_depend_selector','1599'),(8920,1605,'af_addon_option_depend_selector','a:3:{i:0;s:4:\"1604\";i:1;s:4:\"1603\";i:2;s:4:\"1601\";}'),(8921,1605,'af_addon_type_select','textarea'),(8922,1605,'af_addon_field_title','Please describe your plastic kit:'),(8923,1605,'af_addon_tooltip_checkbox',''),(8924,1605,'af_addon_tooltip_textarea',''),(8925,1605,'af_addon_desc_checkbox','1'),(8926,1605,'af_addon_desc_textarea','Please let us know what plastics you are running on your bike to ensure we are cutting the graphics to fit. This option is used when you\'re running different year or model plastics than the original equipment. In example a 2005 KX 125 with a 2016 KXF 250 front fender and number plate.'),(8927,1605,'af_addon_required_field','1'),(8928,1605,'af_addon_limit_range_checkbox',''),(8929,1605,'af_addon_min_limit_range',''),(8930,1605,'af_addon_max_limit_range',''),(8931,1605,'af_addon_price_range_checkbox',''),(8932,1605,'af_addon_field_price_type','free'),(8933,1605,'af_addon_field_price',''),(8934,1605,'af_addon_upload_file_extention',''),(8935,1599,'af_addon_field_sort',''),(8936,1599,'af_addon_depend_selector','af_addon_not_dependable'),(8937,1599,'af_addon_field_depend_selector','0'),(8938,1599,'af_addon_option_depend_selector','a:0:{}'),(8939,1599,'af_addon_type_select','drop_down'),(8940,1599,'af_addon_field_title','Plastics style:'),(8941,1599,'af_addon_tooltip_checkbox',''),(8942,1599,'af_addon_tooltip_textarea',''),(8943,1599,'af_addon_desc_checkbox','1'),(8944,1599,'af_addon_desc_textarea','In order to insure our graphics will fit properly, please choose what style plastics you have on the bike.'),(8945,1599,'af_addon_required_field','1'),(8946,1599,'af_addon_limit_range_checkbox',''),(8947,1599,'af_addon_min_limit_range',''),(8948,1599,'af_addon_max_limit_range',''),(8949,1599,'af_addon_price_range_checkbox',''),(8950,1599,'af_addon_field_price_type','free'),(8951,1599,'af_addon_field_price',''),(8952,1599,'af_addon_upload_file_extention',''),(8953,1604,'af_addon_option_priority',''),(8954,1604,'af_addon_field_options_image',''),(8955,1604,'af_addon_field_options_name','UFO Restyle'),(8956,1604,'af_addon_option_color',''),(8957,1604,'af_addon_field_options_price_type','free'),(8958,1604,'af_addon_field_options_price',''),(8959,1603,'af_addon_option_priority',''),(8960,1603,'af_addon_field_options_image',''),(8961,1603,'af_addon_field_options_name','Polisport restyle'),(8962,1603,'af_addon_option_color',''),(8963,1603,'af_addon_field_options_price_type','free'),(8964,1603,'af_addon_field_options_price',''),(8965,1602,'af_addon_option_priority',''),(8966,1602,'af_addon_field_options_image',''),(8967,1602,'af_addon_field_options_name','Cycra Powerflow'),(8968,1602,'af_addon_option_color',''),(8969,1602,'af_addon_field_options_price_type','free'),(8970,1602,'af_addon_field_options_price',''),(8971,1601,'af_addon_option_priority',''),(8972,1601,'af_addon_field_options_image',''),(8973,1601,'af_addon_field_options_name','Custom look'),(8974,1601,'af_addon_option_color',''),(8975,1601,'af_addon_field_options_price_type','free'),(8976,1601,'af_addon_field_options_price',''),(8977,1600,'af_addon_option_priority',''),(8978,1600,'af_addon_field_options_image',''),(8979,1600,'af_addon_field_options_name','OEM/OE style plastics'),(8980,1600,'af_addon_option_color',''),(8981,1600,'af_addon_field_options_price_type','free'),(8982,1600,'af_addon_field_options_price',''),(8983,1593,'af_addon_field_sort',''),(8984,1593,'af_addon_depend_selector','af_addon_not_dependable'),(8985,1593,'af_addon_field_depend_selector','0'),(8986,1593,'af_addon_option_depend_selector','a:0:{}'),(8987,1593,'af_addon_type_select','image_swatcher'),(8988,1593,'af_addon_field_title','What finish would you like your kit?'),(8989,1593,'af_addon_tooltip_checkbox',''),(8990,1593,'af_addon_tooltip_textarea',''),(8991,1593,'af_addon_desc_checkbox','1'),(8992,1593,'af_addon_desc_textarea','Gloss has a shiny finish with the highest quality in durability. Matte has a dull finish with the most custom look. Flake laminate has little metallic flakes that will shimmer in the sun. Silver is your basic silver flake, cosmic shift creates a holographic rainbow effect, and gold is a basic gold flake. This is an extra cost option on the final invoice.'),(8993,1593,'af_addon_required_field','1'),(8994,1593,'af_addon_limit_range_checkbox',''),(8995,1593,'af_addon_min_limit_range',''),(8996,1593,'af_addon_max_limit_range',''),(8997,1593,'af_addon_price_range_checkbox',''),(8998,1593,'af_addon_field_price_type','free'),(8999,1593,'af_addon_field_price',''),(9000,1593,'af_addon_upload_file_extention',''),(9001,1598,'af_addon_option_priority',''),(9002,1598,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/silverflakelaminate.png'),(9003,1598,'af_addon_field_options_name','Silver flake laminate'),(9004,1598,'af_addon_option_color',''),(9005,1598,'af_addon_field_options_price_type','free'),(9006,1598,'af_addon_field_options_price',''),(9007,1597,'af_addon_option_priority',''),(9008,1597,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/goldflakelaminate.png'),(9009,1597,'af_addon_field_options_name','Gold flake laminate'),(9010,1597,'af_addon_option_color',''),(9011,1597,'af_addon_field_options_price_type','free'),(9012,1597,'af_addon_field_options_price',''),(9013,1596,'af_addon_option_priority',''),(9014,1596,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/cosmicflakelaminate.png'),(9015,1596,'af_addon_field_options_name','Cosmic flake laminate'),(9016,1596,'af_addon_option_color',''),(9017,1596,'af_addon_field_options_price_type','free'),(9018,1596,'af_addon_field_options_price',''),(9019,1595,'af_addon_option_priority',''),(9020,1595,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/mattelaminate.png'),(9021,1595,'af_addon_field_options_name','Matte laminate'),(9022,1595,'af_addon_option_color',''),(9023,1595,'af_addon_field_options_price_type','free'),(9024,1595,'af_addon_field_options_price',''),(9025,1594,'af_addon_option_priority',''),(9026,1594,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/glosslaminate.png'),(9027,1594,'af_addon_field_options_name','Gloss laminate'),(9028,1594,'af_addon_option_color',''),(9029,1594,'af_addon_field_options_price_type','free'),(9030,1594,'af_addon_field_options_price',''),(9031,1589,'af_addon_field_sort',''),(9032,1589,'af_addon_depend_selector','af_addon_not_dependable'),(9033,1589,'af_addon_field_depend_selector','0'),(9034,1589,'af_addon_option_depend_selector','a:0:{}'),(9035,1589,'af_addon_type_select','image_swatcher'),(9036,1589,'af_addon_field_title','What type of material would you like your kit printed on?'),(9037,1589,'af_addon_tooltip_checkbox',''),(9038,1589,'af_addon_tooltip_textarea',''),(9039,1589,'af_addon_desc_checkbox','1'),(9040,1589,'af_addon_desc_textarea','Full chrome and holographic kits will replace any white in the design with the raw film color. If these are chosen as an option, you are opting in for the full completion of the kit in that specific material and are responsible for all cost included.'),(9041,1589,'af_addon_required_field','1'),(9042,1589,'af_addon_limit_range_checkbox',''),(9043,1589,'af_addon_min_limit_range',''),(9044,1589,'af_addon_max_limit_range',''),(9045,1589,'af_addon_price_range_checkbox',''),(9046,1589,'af_addon_field_price_type','free'),(9047,1589,'af_addon_field_price',''),(9048,1589,'af_addon_upload_file_extention',''),(9049,1592,'af_addon_option_priority',''),(9050,1592,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/UX1-holographicMXmaterial.png'),(9051,1592,'af_addon_field_options_name','Full holographic'),(9052,1592,'af_addon_option_color',''),(9053,1592,'af_addon_field_options_price_type','free'),(9054,1592,'af_addon_field_options_price',''),(9055,1591,'af_addon_option_priority',''),(9056,1591,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/UX1-chromeMXmaterial.png'),(9057,1591,'af_addon_field_options_name','Full chrome'),(9058,1591,'af_addon_option_color',''),(9059,1591,'af_addon_field_options_price_type','free'),(9060,1591,'af_addon_field_options_price',''),(9061,1590,'af_addon_option_priority',''),(9062,1590,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/glosslaminate.png'),(9063,1590,'af_addon_field_options_name','Regular MX'),(9064,1590,'af_addon_option_color',''),(9065,1590,'af_addon_field_options_price_type','free'),(9066,1590,'af_addon_field_options_price',''),(9067,1582,'af_addon_field_sort',''),(9068,1582,'af_addon_depend_selector','af_addon_not_dependable'),(9069,1582,'af_addon_field_depend_selector','0'),(9070,1582,'af_addon_option_depend_selector','a:0:{}'),(9071,1582,'af_addon_type_select','check_boxes'),(9072,1582,'af_addon_field_title','Would you like any kit add-ons?'),(9073,1582,'af_addon_tooltip_checkbox',''),(9074,1582,'af_addon_tooltip_textarea',''),(9075,1582,'af_addon_desc_checkbox','1'),(9076,1582,'af_addon_desc_textarea','Specialty colors such as metallic are subject to extra charges. Clear swing arm decals are used to create a \"floating logo\" look, this option replaces a full color swingarm decal. Vented airbox option available for KTM and Husqvarna models. Please specify in additional information if both decals are needed.'),(9077,1582,'af_addon_required_field',''),(9078,1582,'af_addon_limit_range_checkbox',''),(9079,1582,'af_addon_min_limit_range',''),(9080,1582,'af_addon_max_limit_range',''),(9081,1582,'af_addon_price_range_checkbox',''),(9082,1582,'af_addon_field_price_type','free'),(9083,1582,'af_addon_field_price',''),(9084,1582,'af_addon_upload_file_extention',''),(9085,1588,'af_addon_option_priority',''),(9086,1588,'af_addon_field_options_image',''),(9087,1588,'af_addon_field_options_name','Metallic accents'),(9088,1588,'af_addon_option_color',''),(9089,1588,'af_addon_field_options_price_type','free'),(9090,1588,'af_addon_field_options_price',''),(9097,1586,'af_addon_option_priority',''),(9098,1586,'af_addon_field_options_image',''),(9099,1586,'af_addon_field_options_name','Clear swing arm decals'),(9100,1586,'af_addon_option_color',''),(9101,1586,'af_addon_field_options_price_type','free'),(9102,1586,'af_addon_field_options_price',''),(9115,1583,'af_addon_option_priority',''),(9116,1583,'af_addon_field_options_image',''),(9117,1583,'af_addon_field_options_name','Under fender decals'),(9118,1583,'af_addon_option_color',''),(9119,1583,'af_addon_field_options_price_type','free'),(9120,1583,'af_addon_field_options_price',''),(9121,1581,'af_addon_field_sort',''),(9122,1581,'af_addon_depend_selector','af_addon_not_dependable'),(9123,1581,'af_addon_field_depend_selector','0'),(9124,1581,'af_addon_option_depend_selector','a:0:{}'),(9125,1581,'af_addon_type_select','number'),(9126,1581,'af_addon_field_title','How many identical kits would you like printed?'),(9127,1581,'af_addon_tooltip_checkbox',''),(9128,1581,'af_addon_tooltip_textarea',''),(9129,1581,'af_addon_desc_checkbox','1'),(9130,1581,'af_addon_desc_textarea','If identical copies are being printed, please keep the order quantity as one, and specify how many copies here. If there are any changes for the other kits, please add a second custom kit with the information to your cart before proceeding to checkout.'),(9131,1581,'af_addon_required_field','1'),(9132,1581,'af_addon_limit_range_checkbox',''),(9133,1581,'af_addon_min_limit_range',''),(9134,1581,'af_addon_max_limit_range',''),(9135,1581,'af_addon_price_range_checkbox',''),(9136,1581,'af_addon_field_price_type','free'),(9137,1581,'af_addon_field_price',''),(9138,1581,'af_addon_upload_file_extention',''),(9139,1580,'af_addon_field_sort',''),(9140,1580,'af_addon_depend_selector','af_addon_not_dependable'),(9141,1580,'af_addon_field_depend_selector','0'),(9142,1580,'af_addon_option_depend_selector','a:0:{}'),(9143,1580,'af_addon_type_select','input_text'),(9144,1580,'af_addon_field_title','Bike year/make/model:'),(9145,1580,'af_addon_tooltip_checkbox',''),(9146,1580,'af_addon_tooltip_textarea',''),(9147,1580,'af_addon_desc_checkbox',''),(9148,1580,'af_addon_desc_textarea',''),(9149,1580,'af_addon_required_field','1'),(9150,1580,'af_addon_limit_range_checkbox',''),(9151,1580,'af_addon_min_limit_range',''),(9152,1580,'af_addon_max_limit_range',''),(9153,1580,'af_addon_price_range_checkbox',''),(9154,1580,'af_addon_field_price_type','free'),(9155,1580,'af_addon_field_price',''),(9156,1580,'af_addon_upload_file_extention',''),(9166,1639,'af_addon_field_sort','10'),(9167,1639,'af_addon_depend_selector','af_addon_not_dependable'),(9168,1639,'af_addon_field_depend_selector','0'),(9169,1639,'af_addon_option_depend_selector','a:0:{}'),(9170,1639,'af_addon_type_select','file_upload'),(9171,1639,'af_addon_field_title','Please upload any files to be used'),(9172,1639,'af_addon_tooltip_checkbox',''),(9173,1639,'af_addon_tooltip_textarea',''),(9174,1639,'af_addon_desc_checkbox','1'),(9175,1639,'af_addon_desc_textarea','If you have more files than you can upload, please email them to info@aggressivegraphix.com with your order number in the subject line.'),(9176,1639,'af_addon_required_field',''),(9177,1639,'af_addon_limit_range_checkbox',''),(9178,1639,'af_addon_min_limit_range',''),(9179,1639,'af_addon_max_limit_range',''),(9180,1639,'af_addon_price_range_checkbox',''),(9181,1639,'af_addon_field_price_type','free'),(9182,1639,'af_addon_field_price',''),(9183,1639,'af_addon_upload_file_extention',''),(9184,1638,'af_addon_field_sort','9'),(9185,1638,'af_addon_depend_selector','af_addon_not_dependable'),(9186,1638,'af_addon_field_depend_selector','0'),(9187,1638,'af_addon_option_depend_selector','a:0:{}'),(9188,1638,'af_addon_type_select','textarea'),(9189,1638,'af_addon_field_title','Additional requests:'),(9190,1638,'af_addon_tooltip_checkbox',''),(9191,1638,'af_addon_tooltip_textarea',''),(9192,1638,'af_addon_desc_checkbox','1'),(9193,1638,'af_addon_desc_textarea','Please list all number plate background colors, specific colors to be used across the kit, and any ideas you would like! The more detailed instructions, the quicker we will be able to design a kit that you will love!'),(9194,1638,'af_addon_required_field','1'),(9195,1638,'af_addon_limit_range_checkbox',''),(9196,1638,'af_addon_min_limit_range',''),(9197,1638,'af_addon_max_limit_range',''),(9198,1638,'af_addon_price_range_checkbox',''),(9199,1638,'af_addon_field_price_type','free'),(9200,1638,'af_addon_field_price',''),(9201,1638,'af_addon_upload_file_extention',''),(9202,1637,'af_addon_field_sort','8'),(9203,1637,'af_addon_depend_selector','af_addon_not_dependable'),(9204,1637,'af_addon_field_depend_selector','0'),(9205,1637,'af_addon_option_depend_selector','a:0:{}'),(9206,1637,'af_addon_type_select','textarea'),(9207,1637,'af_addon_field_title','Requested logos:'),(9208,1637,'af_addon_tooltip_checkbox',''),(9209,1637,'af_addon_tooltip_textarea',''),(9210,1637,'af_addon_desc_checkbox','1'),(9211,1637,'af_addon_desc_textarea','Please list all logos you would like to feature on your kit. Any non-industry logos (example: Construction company), please upload below a high quality .JPG, .PNG, .EPS, .AI, or .PDF file. Some logos will have to be traced or remade in a correct format for printing.'),(9212,1637,'af_addon_required_field',''),(9213,1637,'af_addon_limit_range_checkbox',''),(9214,1637,'af_addon_min_limit_range',''),(9215,1637,'af_addon_max_limit_range',''),(9216,1637,'af_addon_price_range_checkbox',''),(9217,1637,'af_addon_field_price_type','free'),(9218,1637,'af_addon_field_price',''),(9219,1637,'af_addon_upload_file_extention',''),(9220,1636,'af_addon_field_sort','7'),(9221,1636,'af_addon_depend_selector','af_addon_not_dependable'),(9222,1636,'af_addon_field_depend_selector','0'),(9223,1636,'af_addon_option_depend_selector','a:0:{}'),(9224,1636,'af_addon_type_select','textarea'),(9225,1636,'af_addon_field_title','Plastics style:'),(9226,1636,'af_addon_tooltip_checkbox',''),(9227,1636,'af_addon_tooltip_textarea',''),(9228,1636,'af_addon_desc_checkbox','1'),(9229,1636,'af_addon_desc_textarea','In order to insure our graphics will fit properly, please let us know what style plastics you have on the bike.'),(9230,1636,'af_addon_required_field','1'),(9231,1636,'af_addon_limit_range_checkbox',''),(9232,1636,'af_addon_min_limit_range',''),(9233,1636,'af_addon_max_limit_range',''),(9234,1636,'af_addon_price_range_checkbox',''),(9235,1636,'af_addon_field_price_type','free'),(9236,1636,'af_addon_field_price',''),(9237,1636,'af_addon_upload_file_extention',''),(9238,1630,'af_addon_field_sort','6'),(9239,1630,'af_addon_depend_selector','af_addon_not_dependable'),(9240,1630,'af_addon_field_depend_selector','0'),(9241,1630,'af_addon_option_depend_selector','a:0:{}'),(9242,1630,'af_addon_type_select','image_swatcher'),(9243,1630,'af_addon_field_title','What finish would you like your kit?'),(9244,1630,'af_addon_tooltip_checkbox',''),(9245,1630,'af_addon_tooltip_textarea',''),(9246,1630,'af_addon_desc_checkbox','1'),(9247,1630,'af_addon_desc_textarea','Gloss has a shiny finish with the highest quality in durability. Matte has a dull finish with the most custom look. Flake laminate has little metallic flakes that will shimmer in the sun. Silver is your basic silver flake, cosmic shift creates a holographic rainbow effect, and gold is a basic gold flake. This is an extra cost option on the final invoice.'),(9248,1630,'af_addon_required_field','1'),(9249,1630,'af_addon_limit_range_checkbox',''),(9250,1630,'af_addon_min_limit_range',''),(9251,1630,'af_addon_max_limit_range',''),(9252,1630,'af_addon_price_range_checkbox',''),(9253,1630,'af_addon_field_price_type','free'),(9254,1630,'af_addon_field_price',''),(9255,1630,'af_addon_upload_file_extention',''),(9256,1635,'af_addon_option_priority',''),(9257,1635,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/silverflakelaminate.png'),(9258,1635,'af_addon_field_options_name','Silver flake laminate'),(9259,1635,'af_addon_option_color',''),(9260,1635,'af_addon_field_options_price_type','free'),(9261,1635,'af_addon_field_options_price',''),(9262,1634,'af_addon_option_priority',''),(9263,1634,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/goldflakelaminate.png'),(9264,1634,'af_addon_field_options_name','Gold flake laminate'),(9265,1634,'af_addon_option_color',''),(9266,1634,'af_addon_field_options_price_type','free'),(9267,1634,'af_addon_field_options_price',''),(9268,1633,'af_addon_option_priority',''),(9269,1633,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/cosmicflakelaminate.png'),(9270,1633,'af_addon_field_options_name','Cosmic flake laminate'),(9271,1633,'af_addon_option_color',''),(9272,1633,'af_addon_field_options_price_type','free'),(9273,1633,'af_addon_field_options_price',''),(9274,1632,'af_addon_option_priority',''),(9275,1632,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/mattelaminate.png'),(9276,1632,'af_addon_field_options_name','Matte laminate'),(9277,1632,'af_addon_option_color',''),(9278,1632,'af_addon_field_options_price_type','free'),(9279,1632,'af_addon_field_options_price',''),(9280,1631,'af_addon_option_priority',''),(9281,1631,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/glosslaminate.png'),(9282,1631,'af_addon_field_options_name','Gloss laminate'),(9283,1631,'af_addon_option_color',''),(9284,1631,'af_addon_field_options_price_type','free'),(9285,1631,'af_addon_field_options_price',''),(9286,1626,'af_addon_field_sort','5'),(9287,1626,'af_addon_depend_selector','af_addon_not_dependable'),(9288,1626,'af_addon_field_depend_selector','0'),(9289,1626,'af_addon_option_depend_selector','a:0:{}'),(9290,1626,'af_addon_type_select','image_swatcher'),(9291,1626,'af_addon_field_title','What type of material would you like your kit printed on?'),(9292,1626,'af_addon_tooltip_checkbox',''),(9293,1626,'af_addon_tooltip_textarea',''),(9294,1626,'af_addon_desc_checkbox','1'),(9295,1626,'af_addon_desc_textarea','Full chrome and holographic kits will replace any white in the design with the raw film color. If these are chosen as an option, you are opting in for the full completion of the kit in that specific material and are responsible for all cost included.'),(9296,1626,'af_addon_required_field','1'),(9297,1626,'af_addon_limit_range_checkbox',''),(9298,1626,'af_addon_min_limit_range',''),(9299,1626,'af_addon_max_limit_range',''),(9300,1626,'af_addon_price_range_checkbox',''),(9301,1626,'af_addon_field_price_type','free'),(9302,1626,'af_addon_field_price',''),(9303,1626,'af_addon_upload_file_extention',''),(9322,1625,'af_addon_field_sort','4'),(9323,1625,'af_addon_depend_selector','af_addon_not_dependable'),(9324,1625,'af_addon_field_depend_selector','0'),(9325,1625,'af_addon_option_depend_selector','a:0:{}'),(9326,1625,'af_addon_type_select','number'),(9327,1625,'af_addon_field_title','How many identical kits would you like printed?'),(9328,1625,'af_addon_tooltip_checkbox',''),(9329,1625,'af_addon_tooltip_textarea',''),(9330,1625,'af_addon_desc_checkbox','1'),(9331,1625,'af_addon_desc_textarea','If identical copies are being printed, please keep the order quantity as one, and specify how many copies here. If there are any changes for the other kits, please add a second custom kit with the information to your cart before proceeding to checkout.'),(9332,1625,'af_addon_required_field','1'),(9333,1625,'af_addon_limit_range_checkbox',''),(9334,1625,'af_addon_min_limit_range',''),(9335,1625,'af_addon_max_limit_range',''),(9336,1625,'af_addon_price_range_checkbox',''),(9337,1625,'af_addon_field_price_type','free'),(9338,1625,'af_addon_field_price',''),(9339,1625,'af_addon_upload_file_extention',''),(9340,1624,'af_addon_field_sort','0'),(9341,1624,'af_addon_depend_selector','af_addon_not_dependable'),(9342,1624,'af_addon_field_depend_selector','0'),(9343,1624,'af_addon_option_depend_selector','a:0:{}'),(9344,1624,'af_addon_type_select','input_text'),(9345,1624,'af_addon_field_title','Bike year/make/model:'),(9346,1624,'af_addon_tooltip_checkbox',''),(9347,1624,'af_addon_tooltip_textarea',''),(9348,1624,'af_addon_desc_checkbox',''),(9349,1624,'af_addon_desc_textarea',''),(9350,1624,'af_addon_required_field','1'),(9351,1624,'af_addon_limit_range_checkbox',''),(9352,1624,'af_addon_min_limit_range',''),(9353,1624,'af_addon_max_limit_range',''),(9354,1624,'af_addon_price_range_checkbox',''),(9355,1624,'af_addon_field_price_type','free'),(9356,1624,'af_addon_field_price',''),(9357,1624,'af_addon_upload_file_extention',''),(9376,1623,'af_addon_option_priority',''),(9377,1623,'af_addon_field_options_image',''),(9378,1623,'af_addon_field_options_name',''),(9379,1623,'af_addon_option_color',''),(9380,1623,'af_addon_field_options_price_type','af_addon_flat_fee'),(9381,1623,'af_addon_field_options_price',''),(9382,1622,'af_addon_option_priority',''),(9383,1622,'af_addon_field_options_image',''),(9384,1622,'af_addon_field_options_name',''),(9385,1622,'af_addon_option_color',''),(9386,1622,'af_addon_field_options_price_type','af_addon_flat_fee'),(9387,1622,'af_addon_field_options_price',''),(9388,1621,'af_addon_option_priority',''),(9389,1621,'af_addon_field_options_image',''),(9390,1621,'af_addon_field_options_name',''),(9391,1621,'af_addon_option_color',''),(9392,1621,'af_addon_field_options_price_type','af_addon_flat_fee'),(9393,1621,'af_addon_field_options_price',''),(9394,1620,'af_addon_option_priority',''),(9395,1620,'af_addon_field_options_image',''),(9396,1620,'af_addon_field_options_name',''),(9397,1620,'af_addon_option_color',''),(9398,1620,'af_addon_field_options_price_type','af_addon_flat_fee'),(9399,1620,'af_addon_field_options_price',''),(9430,1613,'af_addon_field_sort','2'),(9431,1613,'af_addon_depend_selector','af_addon_not_dependable'),(9432,1613,'af_addon_field_depend_selector','0'),(9433,1613,'af_addon_option_depend_selector','a:0:{}'),(9434,1613,'af_addon_type_select','input_text'),(9435,1613,'af_addon_field_title','Race number:'),(9436,1613,'af_addon_tooltip_checkbox',''),(9437,1613,'af_addon_tooltip_textarea',''),(9438,1613,'af_addon_desc_checkbox',''),(9439,1613,'af_addon_desc_textarea',''),(9440,1613,'af_addon_required_field','1'),(9441,1613,'af_addon_limit_range_checkbox',''),(9442,1613,'af_addon_min_limit_range',''),(9443,1613,'af_addon_max_limit_range',''),(9444,1613,'af_addon_price_range_checkbox',''),(9445,1613,'af_addon_field_price_type','free'),(9446,1613,'af_addon_field_price',''),(9447,1613,'af_addon_upload_file_extention',''),(9448,1612,'af_addon_field_sort','1'),(9449,1612,'af_addon_depend_selector','af_addon_not_dependable'),(9450,1612,'af_addon_field_depend_selector','0'),(9451,1612,'af_addon_option_depend_selector','a:0:{}'),(9452,1612,'af_addon_type_select','input_text'),(9453,1612,'af_addon_field_title','Rider name:'),(9454,1612,'af_addon_tooltip_checkbox',''),(9455,1612,'af_addon_tooltip_textarea',''),(9456,1612,'af_addon_desc_checkbox',''),(9457,1612,'af_addon_desc_textarea',''),(9458,1612,'af_addon_required_field','1'),(9459,1612,'af_addon_limit_range_checkbox',''),(9460,1612,'af_addon_min_limit_range',''),(9461,1612,'af_addon_max_limit_range',''),(9462,1612,'af_addon_price_range_checkbox',''),(9463,1612,'af_addon_field_price_type','free'),(9464,1612,'af_addon_field_price',''),(9465,1612,'af_addon_upload_file_extention',''),(9466,1655,'af_addon_field_sort',''),(9467,1655,'af_addon_depend_selector','af_addon_not_dependable'),(9468,1655,'af_addon_field_depend_selector','0'),(9469,1655,'af_addon_option_depend_selector','a:0:{}'),(9470,1655,'af_addon_type_select','file_upload'),(9471,1655,'af_addon_field_title','Please upload any files to be used'),(9472,1655,'af_addon_tooltip_checkbox',''),(9473,1655,'af_addon_tooltip_textarea',''),(9474,1655,'af_addon_desc_checkbox','1'),(9475,1655,'af_addon_desc_textarea','If you have more files than you can upload, please email them to info@aggressivegraphix.com with your order number in the subject line.'),(9476,1655,'af_addon_required_field',''),(9477,1655,'af_addon_limit_range_checkbox',''),(9478,1655,'af_addon_min_limit_range',''),(9479,1655,'af_addon_max_limit_range',''),(9480,1655,'af_addon_price_range_checkbox',''),(9481,1655,'af_addon_field_price_type','free'),(9482,1655,'af_addon_field_price',''),(9483,1655,'af_addon_upload_file_extention',''),(9484,1654,'af_addon_field_sort',''),(9485,1654,'af_addon_depend_selector','af_addon_not_dependable'),(9486,1654,'af_addon_field_depend_selector','0'),(9487,1654,'af_addon_option_depend_selector','a:0:{}'),(9488,1654,'af_addon_type_select','textarea'),(9489,1654,'af_addon_field_title','Additional requests:'),(9490,1654,'af_addon_tooltip_checkbox',''),(9491,1654,'af_addon_tooltip_textarea',''),(9492,1654,'af_addon_desc_checkbox','1'),(9493,1654,'af_addon_desc_textarea','Please list colors to be used across the kit, and any ideas you would like! The more detailed instructions, the quicker we will be able to design a kit that you will love!'),(9494,1654,'af_addon_required_field','1'),(9495,1654,'af_addon_limit_range_checkbox',''),(9496,1654,'af_addon_min_limit_range',''),(9497,1654,'af_addon_max_limit_range',''),(9498,1654,'af_addon_price_range_checkbox',''),(9499,1654,'af_addon_field_price_type','free'),(9500,1654,'af_addon_field_price',''),(9501,1654,'af_addon_upload_file_extention',''),(9502,1653,'af_addon_field_sort',''),(9503,1653,'af_addon_depend_selector','af_addon_not_dependable'),(9504,1653,'af_addon_field_depend_selector','0'),(9505,1653,'af_addon_option_depend_selector','a:0:{}'),(9506,1653,'af_addon_type_select','textarea'),(9507,1653,'af_addon_field_title','Requested logos:'),(9508,1653,'af_addon_tooltip_checkbox',''),(9509,1653,'af_addon_tooltip_textarea',''),(9510,1653,'af_addon_desc_checkbox','1'),(9511,1653,'af_addon_desc_textarea','Please list all logos you would like to feature on your kit. Any non-industry logos (example: Construction company), please upload below a high quality .JPG, .PNG, .EPS, .AI, or .PDF file. Some logos will have to be traced or remade in a correct format for printing.'),(9512,1653,'af_addon_required_field',''),(9513,1653,'af_addon_limit_range_checkbox',''),(9514,1653,'af_addon_min_limit_range',''),(9515,1653,'af_addon_max_limit_range',''),(9516,1653,'af_addon_price_range_checkbox',''),(9517,1653,'af_addon_field_price_type','free'),(9518,1653,'af_addon_field_price',''),(9519,1653,'af_addon_upload_file_extention',''),(9520,1652,'af_addon_field_sort',''),(9521,1652,'af_addon_depend_selector','af_addon_not_dependable'),(9522,1652,'af_addon_field_depend_selector','0'),(9523,1652,'af_addon_option_depend_selector','a:0:{}'),(9524,1652,'af_addon_type_select','textarea'),(9525,1652,'af_addon_field_title','Plastics style:'),(9526,1652,'af_addon_tooltip_checkbox',''),(9527,1652,'af_addon_tooltip_textarea',''),(9528,1652,'af_addon_desc_checkbox','1'),(9529,1652,'af_addon_desc_textarea','In order to insure our graphics will fit properly, please let us know what style plastics you have on the bike.'),(9530,1652,'af_addon_required_field','1'),(9531,1652,'af_addon_limit_range_checkbox',''),(9532,1652,'af_addon_min_limit_range',''),(9533,1652,'af_addon_max_limit_range',''),(9534,1652,'af_addon_price_range_checkbox',''),(9535,1652,'af_addon_field_price_type','free'),(9536,1652,'af_addon_field_price',''),(9537,1652,'af_addon_upload_file_extention',''),(9538,1646,'af_addon_field_sort',''),(9539,1646,'af_addon_depend_selector','af_addon_not_dependable'),(9540,1646,'af_addon_field_depend_selector','0'),(9541,1646,'af_addon_option_depend_selector','a:0:{}'),(9542,1646,'af_addon_type_select','image_swatcher'),(9543,1646,'af_addon_field_title','What finish would you like your kit?'),(9544,1646,'af_addon_tooltip_checkbox',''),(9545,1646,'af_addon_tooltip_textarea',''),(9546,1646,'af_addon_desc_checkbox','1'),(9547,1646,'af_addon_desc_textarea','Gloss has a shiny finish with the highest quality in durability. Matte has a dull finish with the most custom look. Flake laminate has little metallic flakes that will shimmer in the sun. Silver is your basic silver flake, cosmic shift creates a holographic rainbow effect, and gold is a basic gold flake. This is an extra cost option on the final invoice.'),(9548,1646,'af_addon_required_field','1'),(9549,1646,'af_addon_limit_range_checkbox',''),(9550,1646,'af_addon_min_limit_range',''),(9551,1646,'af_addon_max_limit_range',''),(9552,1646,'af_addon_price_range_checkbox',''),(9553,1646,'af_addon_field_price_type','free'),(9554,1646,'af_addon_field_price',''),(9555,1646,'af_addon_upload_file_extention',''),(9556,1651,'af_addon_option_priority',''),(9557,1651,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/silverflakelaminate.png'),(9558,1651,'af_addon_field_options_name','Silver flake laminate'),(9559,1651,'af_addon_option_color',''),(9560,1651,'af_addon_field_options_price_type','free'),(9561,1651,'af_addon_field_options_price',''),(9562,1650,'af_addon_option_priority',''),(9563,1650,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/goldflakelaminate.png'),(9564,1650,'af_addon_field_options_name','Gold flake laminate'),(9565,1650,'af_addon_option_color',''),(9566,1650,'af_addon_field_options_price_type','free'),(9567,1650,'af_addon_field_options_price',''),(9568,1649,'af_addon_option_priority',''),(9569,1649,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/cosmicflakelaminate.png'),(9570,1649,'af_addon_field_options_name','Cosmic flake laminate'),(9571,1649,'af_addon_option_color',''),(9572,1649,'af_addon_field_options_price_type','free'),(9573,1649,'af_addon_field_options_price',''),(9574,1648,'af_addon_option_priority',''),(9575,1648,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/mattelaminate.png'),(9576,1648,'af_addon_field_options_name','Matte laminate'),(9577,1648,'af_addon_option_color',''),(9578,1648,'af_addon_field_options_price_type','free'),(9579,1648,'af_addon_field_options_price',''),(9580,1647,'af_addon_option_priority',''),(9581,1647,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/glosslaminate.png'),(9582,1647,'af_addon_field_options_name','Gloss laminate'),(9583,1647,'af_addon_option_color',''),(9584,1647,'af_addon_field_options_price_type','free'),(9585,1647,'af_addon_field_options_price',''),(9586,1642,'af_addon_field_sort',''),(9587,1642,'af_addon_depend_selector','af_addon_not_dependable'),(9588,1642,'af_addon_field_depend_selector','0'),(9589,1642,'af_addon_option_depend_selector','a:0:{}'),(9590,1642,'af_addon_type_select','image_swatcher'),(9591,1642,'af_addon_field_title','What type of material would you like your kit printed on?'),(9592,1642,'af_addon_tooltip_checkbox',''),(9593,1642,'af_addon_tooltip_textarea',''),(9594,1642,'af_addon_desc_checkbox','1'),(9595,1642,'af_addon_desc_textarea','Full chrome and holographic kits will replace any white in the design with the raw film color. If these are chosen as an option, you are opting in for the full completion of the kit in that specific material and are responsible for all cost included.'),(9596,1642,'af_addon_required_field','1'),(9597,1642,'af_addon_limit_range_checkbox',''),(9598,1642,'af_addon_min_limit_range',''),(9599,1642,'af_addon_max_limit_range',''),(9600,1642,'af_addon_price_range_checkbox',''),(9601,1642,'af_addon_field_price_type','free'),(9602,1642,'af_addon_field_price',''),(9603,1642,'af_addon_upload_file_extention',''),(9604,1645,'af_addon_option_priority',''),(9605,1645,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/UX1-holographicMXmaterial.png'),(9606,1645,'af_addon_field_options_name','Full holographic'),(9607,1645,'af_addon_option_color',''),(9608,1645,'af_addon_field_options_price_type','free'),(9609,1645,'af_addon_field_options_price',''),(9610,1644,'af_addon_option_priority',''),(9611,1644,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/UX1-chromeMXmaterial.png'),(9612,1644,'af_addon_field_options_name','Full chrome'),(9613,1644,'af_addon_option_color',''),(9614,1644,'af_addon_field_options_price_type','free'),(9615,1644,'af_addon_field_options_price',''),(9616,1643,'af_addon_option_priority',''),(9617,1643,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/glosslaminate.png'),(9618,1643,'af_addon_field_options_name','Regular MX'),(9619,1643,'af_addon_option_color',''),(9620,1643,'af_addon_field_options_price_type','free'),(9621,1643,'af_addon_field_options_price',''),(9622,1641,'af_addon_field_sort',''),(9623,1641,'af_addon_depend_selector','af_addon_not_dependable'),(9624,1641,'af_addon_field_depend_selector','0'),(9625,1641,'af_addon_option_depend_selector','a:0:{}'),(9626,1641,'af_addon_type_select','number'),(9627,1641,'af_addon_field_title','How many identical kits would you like printed?'),(9628,1641,'af_addon_tooltip_checkbox',''),(9629,1641,'af_addon_tooltip_textarea',''),(9630,1641,'af_addon_desc_checkbox','1'),(9631,1641,'af_addon_desc_textarea','If identical copies are being printed, please keep the order quantity as one, and specify how many copies here. If there are any changes for the other kits, please add a second custom kit with the information to your cart before proceeding to checkout.'),(9632,1641,'af_addon_required_field','1'),(9633,1641,'af_addon_limit_range_checkbox',''),(9634,1641,'af_addon_min_limit_range',''),(9635,1641,'af_addon_max_limit_range',''),(9636,1641,'af_addon_price_range_checkbox',''),(9637,1641,'af_addon_field_price_type','free'),(9638,1641,'af_addon_field_price',''),(9639,1641,'af_addon_upload_file_extention',''),(9640,1640,'af_addon_field_sort',''),(9641,1640,'af_addon_depend_selector','af_addon_not_dependable'),(9642,1640,'af_addon_field_depend_selector','0'),(9643,1640,'af_addon_option_depend_selector','a:0:{}'),(9644,1640,'af_addon_type_select','input_text'),(9645,1640,'af_addon_field_title','Bike year/make/model:'),(9646,1640,'af_addon_tooltip_checkbox',''),(9647,1640,'af_addon_tooltip_textarea',''),(9648,1640,'af_addon_desc_checkbox',''),(9649,1640,'af_addon_desc_textarea',''),(9650,1640,'af_addon_required_field','1'),(9651,1640,'af_addon_limit_range_checkbox',''),(9652,1640,'af_addon_min_limit_range',''),(9653,1640,'af_addon_max_limit_range',''),(9654,1640,'af_addon_price_range_checkbox',''),(9655,1640,'af_addon_field_price_type','free'),(9656,1640,'af_addon_field_price',''),(9657,1640,'af_addon_upload_file_extention',''),(9658,1671,'af_addon_field_sort',''),(9659,1671,'af_addon_depend_selector','af_addon_not_dependable'),(9660,1671,'af_addon_field_depend_selector','0'),(9661,1671,'af_addon_option_depend_selector','a:0:{}'),(9662,1671,'af_addon_type_select','file_upload'),(9663,1671,'af_addon_field_title','Please upload any files to be used'),(9664,1671,'af_addon_tooltip_checkbox',''),(9665,1671,'af_addon_tooltip_textarea',''),(9666,1671,'af_addon_desc_checkbox','1'),(9667,1671,'af_addon_desc_textarea','If you have more files than you can upload, please email them to info@aggressivegraphix.com with your order number in the subject line.'),(9668,1671,'af_addon_required_field',''),(9669,1671,'af_addon_limit_range_checkbox',''),(9670,1671,'af_addon_min_limit_range',''),(9671,1671,'af_addon_max_limit_range',''),(9672,1671,'af_addon_price_range_checkbox',''),(9673,1671,'af_addon_field_price_type','free'),(9674,1671,'af_addon_field_price',''),(9675,1671,'af_addon_upload_file_extention',''),(9676,1670,'af_addon_field_sort',''),(9677,1670,'af_addon_depend_selector','af_addon_not_dependable'),(9678,1670,'af_addon_field_depend_selector','0'),(9679,1670,'af_addon_option_depend_selector','a:0:{}'),(9680,1670,'af_addon_type_select','textarea'),(9681,1670,'af_addon_field_title','Additional requests:'),(9682,1670,'af_addon_tooltip_checkbox',''),(9683,1670,'af_addon_tooltip_textarea',''),(9684,1670,'af_addon_desc_checkbox','1'),(9685,1670,'af_addon_desc_textarea','Please list colors to be used across the kit, and any ideas you would like! The more detailed instructions, the quicker we will be able to design a kit that you will love!'),(9686,1670,'af_addon_required_field','1'),(9687,1670,'af_addon_limit_range_checkbox',''),(9688,1670,'af_addon_min_limit_range',''),(9689,1670,'af_addon_max_limit_range',''),(9690,1670,'af_addon_price_range_checkbox',''),(9691,1670,'af_addon_field_price_type','free'),(9692,1670,'af_addon_field_price',''),(9693,1670,'af_addon_upload_file_extention',''),(9694,1669,'af_addon_field_sort',''),(9695,1669,'af_addon_depend_selector','af_addon_not_dependable'),(9696,1669,'af_addon_field_depend_selector','0'),(9697,1669,'af_addon_option_depend_selector','a:0:{}'),(9698,1669,'af_addon_type_select','textarea'),(9699,1669,'af_addon_field_title','Requested logos:'),(9700,1669,'af_addon_tooltip_checkbox',''),(9701,1669,'af_addon_tooltip_textarea',''),(9702,1669,'af_addon_desc_checkbox','1'),(9703,1669,'af_addon_desc_textarea','Please list all logos you would like to feature on your kit. Any non-industry logos (example: Construction company), please upload below a high quality .JPG, .PNG, .EPS, .AI, or .PDF file. Some logos will have to be traced or remade in a correct format for printing.'),(9704,1669,'af_addon_required_field',''),(9705,1669,'af_addon_limit_range_checkbox',''),(9706,1669,'af_addon_min_limit_range',''),(9707,1669,'af_addon_max_limit_range',''),(9708,1669,'af_addon_price_range_checkbox',''),(9709,1669,'af_addon_field_price_type','free'),(9710,1669,'af_addon_field_price',''),(9711,1669,'af_addon_upload_file_extention',''),(9712,1668,'af_addon_field_sort',''),(9713,1668,'af_addon_depend_selector','af_addon_not_dependable'),(9714,1668,'af_addon_field_depend_selector','0'),(9715,1668,'af_addon_option_depend_selector','a:0:{}'),(9716,1668,'af_addon_type_select','input_text'),(9717,1668,'af_addon_field_title','Plastics style:'),(9718,1668,'af_addon_tooltip_checkbox',''),(9719,1668,'af_addon_tooltip_textarea',''),(9720,1668,'af_addon_desc_checkbox','1'),(9721,1668,'af_addon_desc_textarea','In order to insure our graphics will fit properly, please let us know what style plastics you have on the bike.'),(9722,1668,'af_addon_required_field','1'),(9723,1668,'af_addon_limit_range_checkbox',''),(9724,1668,'af_addon_min_limit_range',''),(9725,1668,'af_addon_max_limit_range',''),(9726,1668,'af_addon_price_range_checkbox',''),(9727,1668,'af_addon_field_price_type','free'),(9728,1668,'af_addon_field_price',''),(9729,1668,'af_addon_upload_file_extention',''),(9730,1662,'af_addon_field_sort',''),(9731,1662,'af_addon_depend_selector','af_addon_not_dependable'),(9732,1662,'af_addon_field_depend_selector','0'),(9733,1662,'af_addon_option_depend_selector','a:0:{}'),(9734,1662,'af_addon_type_select','image_swatcher'),(9735,1662,'af_addon_field_title','What finish would you like your kit?'),(9736,1662,'af_addon_tooltip_checkbox',''),(9737,1662,'af_addon_tooltip_textarea',''),(9738,1662,'af_addon_desc_checkbox','1'),(9739,1662,'af_addon_desc_textarea','Gloss has a shiny finish with the highest quality in durability. Matte has a dull finish with the most custom look. Flake laminate has little metallic flakes that will shimmer in the sun. Silver is your basic silver flake, cosmic shift creates a holographic rainbow effect, and gold is a basic gold flake. This is an extra cost option on the final invoice.'),(9740,1662,'af_addon_required_field','1'),(9741,1662,'af_addon_limit_range_checkbox',''),(9742,1662,'af_addon_min_limit_range',''),(9743,1662,'af_addon_max_limit_range',''),(9744,1662,'af_addon_price_range_checkbox',''),(9745,1662,'af_addon_field_price_type','free'),(9746,1662,'af_addon_field_price',''),(9747,1662,'af_addon_upload_file_extention',''),(9748,1667,'af_addon_option_priority',''),(9749,1667,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/silverflakelaminate.png'),(9750,1667,'af_addon_field_options_name','Silver flake laminate'),(9751,1667,'af_addon_option_color',''),(9752,1667,'af_addon_field_options_price_type','free'),(9753,1667,'af_addon_field_options_price',''),(9754,1666,'af_addon_option_priority',''),(9755,1666,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/goldflakelaminate.png'),(9756,1666,'af_addon_field_options_name','Gold flake laminate'),(9757,1666,'af_addon_option_color',''),(9758,1666,'af_addon_field_options_price_type','free'),(9759,1666,'af_addon_field_options_price',''),(9760,1665,'af_addon_option_priority',''),(9761,1665,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/cosmicflakelaminate.png'),(9762,1665,'af_addon_field_options_name','Cosmic flake laminate'),(9763,1665,'af_addon_option_color',''),(9764,1665,'af_addon_field_options_price_type','free'),(9765,1665,'af_addon_field_options_price',''),(9766,1664,'af_addon_option_priority',''),(9767,1664,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/mattelaminate.png'),(9768,1664,'af_addon_field_options_name','Matte laminate'),(9769,1664,'af_addon_option_color',''),(9770,1664,'af_addon_field_options_price_type','free'),(9771,1664,'af_addon_field_options_price',''),(9772,1663,'af_addon_option_priority',''),(9773,1663,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/glosslaminate.png'),(9774,1663,'af_addon_field_options_name','Gloss laminate'),(9775,1663,'af_addon_option_color',''),(9776,1663,'af_addon_field_options_price_type','free'),(9777,1663,'af_addon_field_options_price',''),(9778,1658,'af_addon_field_sort',''),(9779,1658,'af_addon_depend_selector','af_addon_not_dependable'),(9780,1658,'af_addon_field_depend_selector','0'),(9781,1658,'af_addon_option_depend_selector','a:0:{}'),(9782,1658,'af_addon_type_select','image_swatcher'),(9783,1658,'af_addon_field_title','What type of material would you like your kit printed on?'),(9784,1658,'af_addon_tooltip_checkbox',''),(9785,1658,'af_addon_tooltip_textarea',''),(9786,1658,'af_addon_desc_checkbox','1'),(9787,1658,'af_addon_desc_textarea','Full chrome and holographic kits will replace any white in the design with the raw film color. If these are chosen as an option, you are opting in for the full completion of the kit in that specific material and are responsible for all cost included.'),(9788,1658,'af_addon_required_field','1'),(9789,1658,'af_addon_limit_range_checkbox',''),(9790,1658,'af_addon_min_limit_range',''),(9791,1658,'af_addon_max_limit_range',''),(9792,1658,'af_addon_price_range_checkbox',''),(9793,1658,'af_addon_field_price_type','free'),(9794,1658,'af_addon_field_price',''),(9795,1658,'af_addon_upload_file_extention',''),(9796,1661,'af_addon_option_priority',''),(9797,1661,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/UX1-holographicMXmaterial.png'),(9798,1661,'af_addon_field_options_name','Full holographic'),(9799,1661,'af_addon_option_color',''),(9800,1661,'af_addon_field_options_price_type','free'),(9801,1661,'af_addon_field_options_price',''),(9802,1660,'af_addon_option_priority',''),(9803,1660,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/UX1-chromeMXmaterial.png'),(9804,1660,'af_addon_field_options_name','Full chrome'),(9805,1660,'af_addon_option_color',''),(9806,1660,'af_addon_field_options_price_type','free'),(9807,1660,'af_addon_field_options_price',''),(9808,1659,'af_addon_option_priority',''),(9809,1659,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/glosslaminate.png'),(9810,1659,'af_addon_field_options_name','Regular MX'),(9811,1659,'af_addon_option_color',''),(9812,1659,'af_addon_field_options_price_type','free'),(9813,1659,'af_addon_field_options_price',''),(9814,1657,'af_addon_field_sort',''),(9815,1657,'af_addon_depend_selector','af_addon_not_dependable'),(9816,1657,'af_addon_field_depend_selector','0'),(9817,1657,'af_addon_option_depend_selector','a:0:{}'),(9818,1657,'af_addon_type_select','number'),(9819,1657,'af_addon_field_title','How many identical kits would you like printed?'),(9820,1657,'af_addon_tooltip_checkbox',''),(9821,1657,'af_addon_tooltip_textarea',''),(9822,1657,'af_addon_desc_checkbox','1'),(9823,1657,'af_addon_desc_textarea','If identical copies are being printed, please keep the order quantity as one, and specify how many copies here. If there are any changes for the other kits, please add a second custom kit with the information to your cart before proceeding to checkout.'),(9824,1657,'af_addon_required_field','1'),(9825,1657,'af_addon_limit_range_checkbox',''),(9826,1657,'af_addon_min_limit_range',''),(9827,1657,'af_addon_max_limit_range',''),(9828,1657,'af_addon_price_range_checkbox',''),(9829,1657,'af_addon_field_price_type','free'),(9830,1657,'af_addon_field_price',''),(9831,1657,'af_addon_upload_file_extention',''),(9832,1656,'af_addon_field_sort',''),(9833,1656,'af_addon_depend_selector','af_addon_not_dependable'),(9834,1656,'af_addon_field_depend_selector','0'),(9835,1656,'af_addon_option_depend_selector','a:0:{}'),(9836,1656,'af_addon_type_select','input_text'),(9837,1656,'af_addon_field_title','Bike year/make/model:'),(9838,1656,'af_addon_tooltip_checkbox',''),(9839,1656,'af_addon_tooltip_textarea',''),(9840,1656,'af_addon_desc_checkbox',''),(9841,1656,'af_addon_desc_textarea',''),(9842,1656,'af_addon_required_field','1'),(9843,1656,'af_addon_limit_range_checkbox',''),(9844,1656,'af_addon_min_limit_range',''),(9845,1656,'af_addon_max_limit_range',''),(9846,1656,'af_addon_price_range_checkbox',''),(9847,1656,'af_addon_field_price_type','free'),(9848,1656,'af_addon_field_price',''),(9849,1656,'af_addon_upload_file_extention',''),(9850,1490,'_thumbnail_id','1493'),(9859,1490,'_mkl_product_configurator_conditions','a:0:{}'),(9860,1683,'_wp_attached_file','2024/12/seatcover-blankchoice.webp'),(9861,1683,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:34:\"2024/12/seatcover-blankchoice.webp\";s:8:\"filesize\";i:52;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"seatcover-blankchoice-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:42;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"seatcover-blankchoice-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"seatcover-blankchoice-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:42;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:34:\"seatcover-blankchoice-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:46;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"seatcover-blankchoice-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40;}}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:{}}}'),(9900,1703,'_wp_attached_file','2024/12/nofill.webp'),(9901,1703,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:43;s:6:\"height\";i:43;s:4:\"file\";s:19:\"2024/12/nofill.webp\";s:8:\"filesize\";i:428;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:{}}}'),(9942,1724,'_wp_attached_file','2025/01/seatcover-Stripes-black.webp'),(9943,1724,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:36:\"2025/01/seatcover-Stripes-black.webp\";s:8:\"filesize\";i:2358;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"seatcover-Stripes-black-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1972;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"seatcover-Stripes-black-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1054;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"seatcover-Stripes-black-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1972;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"seatcover-Stripes-black-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5206;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"seatcover-Stripes-black-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:526;}}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:{}}}'),(9944,1725,'_wp_attached_file','2025/01/seatcover-Stripes-coolgrey.webp'),(9945,1725,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:39:\"2025/01/seatcover-Stripes-coolgrey.webp\";s:8:\"filesize\";i:4130;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"seatcover-Stripes-coolgrey-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2280;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"seatcover-Stripes-coolgrey-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1242;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:39:\"seatcover-Stripes-coolgrey-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2280;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:39:\"seatcover-Stripes-coolgrey-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6496;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:39:\"seatcover-Stripes-coolgrey-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:632;}}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:{}}}'),(9946,1726,'_wp_attached_file','2025/01/seatcover-Stripes-flop.webp'),(9947,1726,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:35:\"2025/01/seatcover-Stripes-flop.webp\";s:8:\"filesize\";i:9930;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"seatcover-Stripes-flop-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4518;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"seatcover-Stripes-flop-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2464;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"seatcover-Stripes-flop-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4518;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"seatcover-Stripes-flop-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14314;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"seatcover-Stripes-flop-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1242;}}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:{}}}'),(9948,1727,'_wp_attached_file','2025/01/seatcover-Stripes-floy.webp'),(9949,1727,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:35:\"2025/01/seatcover-Stripes-floy.webp\";s:8:\"filesize\";i:6342;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"seatcover-Stripes-floy-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4952;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"seatcover-Stripes-floy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2768;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"seatcover-Stripes-floy-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4952;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"seatcover-Stripes-floy-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14708;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"seatcover-Stripes-floy-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1314;}}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:{}}}'),(9950,1728,'_wp_attached_file','2025/01/seatcover-Stripes-gasgas.webp'),(9951,1728,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:37:\"2025/01/seatcover-Stripes-gasgas.webp\";s:8:\"filesize\";i:5182;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"seatcover-Stripes-gasgas-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3880;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"seatcover-Stripes-gasgas-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2172;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"seatcover-Stripes-gasgas-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3880;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"seatcover-Stripes-gasgas-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12922;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"seatcover-Stripes-gasgas-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1044;}}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:{}}}'),(9952,1729,'_wp_attached_file','2025/01/seatcover-Stripes-honda.webp'),(9953,1729,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:36:\"2025/01/seatcover-Stripes-honda.webp\";s:8:\"filesize\";i:5338;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"seatcover-Stripes-honda-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3978;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"seatcover-Stripes-honda-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2200;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"seatcover-Stripes-honda-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3978;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"seatcover-Stripes-honda-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13090;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"seatcover-Stripes-honda-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1032;}}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:{}}}'),(9954,1730,'_wp_attached_file','2025/01/seatcover-Stripes-kawi.webp'),(9955,1730,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:35:\"2025/01/seatcover-Stripes-kawi.webp\";s:8:\"filesize\";i:4994;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"seatcover-Stripes-kawi-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3910;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"seatcover-Stripes-kawi-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2218;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"seatcover-Stripes-kawi-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3910;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"seatcover-Stripes-kawi-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11308;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"seatcover-Stripes-kawi-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:{}}}'),(9956,1731,'_wp_attached_file','2025/01/seatcover-Stripes-ktm.webp'),(9957,1731,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:34:\"2025/01/seatcover-Stripes-ktm.webp\";s:8:\"filesize\";i:5754;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"seatcover-Stripes-ktm-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5144;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"seatcover-Stripes-ktm-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3030;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"seatcover-Stripes-ktm-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5144;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:34:\"seatcover-Stripes-ktm-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18338;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"seatcover-Stripes-ktm-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1338;}}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:{}}}'),(9958,1732,'_wp_attached_file','2025/01/seatcover-Stripes-lblue.webp'),(9959,1732,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:36:\"2025/01/seatcover-Stripes-lblue.webp\";s:8:\"filesize\";i:6102;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"seatcover-Stripes-lblue-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5200;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"seatcover-Stripes-lblue-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2854;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"seatcover-Stripes-lblue-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5200;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"seatcover-Stripes-lblue-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15662;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"seatcover-Stripes-lblue-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1304;}}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:{}}}'),(9960,1733,'_wp_attached_file','2025/01/seatcover-Stripes-navy.webp'),(9961,1733,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:35:\"2025/01/seatcover-Stripes-navy.webp\";s:8:\"filesize\";i:5184;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"seatcover-Stripes-navy-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3244;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"seatcover-Stripes-navy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1780;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"seatcover-Stripes-navy-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3244;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"seatcover-Stripes-navy-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9006;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"seatcover-Stripes-navy-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:852;}}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:{}}}'),(9962,1734,'_wp_attached_file','2025/01/seatcover-Stripes-purple.webp'),(9963,1734,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:37:\"2025/01/seatcover-Stripes-purple.webp\";s:8:\"filesize\";i:6076;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"seatcover-Stripes-purple-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5224;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"seatcover-Stripes-purple-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2798;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"seatcover-Stripes-purple-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5224;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"seatcover-Stripes-purple-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17022;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"seatcover-Stripes-purple-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1276;}}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:{}}}'),(9964,1735,'_wp_attached_file','2025/01/seatcover-Stripes-ruby.webp'),(9965,1735,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:35:\"2025/01/seatcover-Stripes-ruby.webp\";s:8:\"filesize\";i:8292;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"seatcover-Stripes-ruby-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3654;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"seatcover-Stripes-ruby-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2032;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"seatcover-Stripes-ruby-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3654;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"seatcover-Stripes-ruby-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12170;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"seatcover-Stripes-ruby-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:938;}}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:{}}}'),(9966,1736,'_wp_attached_file','2025/01/seatcover-Stripes-seafoam.webp'),(9967,1736,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:38:\"2025/01/seatcover-Stripes-seafoam.webp\";s:8:\"filesize\";i:6216;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"seatcover-Stripes-seafoam-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5258;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"seatcover-Stripes-seafoam-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:38:\"seatcover-Stripes-seafoam-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5258;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:38:\"seatcover-Stripes-seafoam-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16114;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"seatcover-Stripes-seafoam-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1348;}}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:{}}}'),(9968,1737,'_wp_attached_file','2025/01/seatcover-StripesShading.webp'),(9969,1737,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:37:\"2025/01/seatcover-StripesShading.webp\";s:8:\"filesize\";i:6418;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"seatcover-StripesShading-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3972;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"seatcover-StripesShading-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2372;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"seatcover-StripesShading-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3972;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"seatcover-StripesShading-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12216;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"seatcover-StripesShading-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1078;}}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:{}}}'),(9970,1738,'_wp_attached_file','2025/01/seatcover-Stripes-suzuki.webp'),(9971,1738,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:37:\"2025/01/seatcover-Stripes-suzuki.webp\";s:8:\"filesize\";i:5970;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"seatcover-Stripes-suzuki-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5238;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"seatcover-Stripes-suzuki-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2834;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"seatcover-Stripes-suzuki-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5238;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"seatcover-Stripes-suzuki-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16212;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"seatcover-Stripes-suzuki-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1360;}}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:{}}}'),(9972,1739,'_wp_attached_file','2025/01/seatcover-Stripes-teal.webp'),(9973,1739,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:35:\"2025/01/seatcover-Stripes-teal.webp\";s:8:\"filesize\";i:8402;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"seatcover-Stripes-teal-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4140;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"seatcover-Stripes-teal-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2358;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"seatcover-Stripes-teal-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4140;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"seatcover-Stripes-teal-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13516;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"seatcover-Stripes-teal-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1178;}}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:{}}}'),(9974,1740,'_wp_attached_file','2025/01/seatcover-Stripes-tm.webp'),(9975,1740,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:33:\"2025/01/seatcover-Stripes-tm.webp\";s:8:\"filesize\";i:6052;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"seatcover-Stripes-tm-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4768;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"seatcover-Stripes-tm-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2696;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"seatcover-Stripes-tm-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4768;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"seatcover-Stripes-tm-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16800;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"seatcover-Stripes-tm-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1302;}}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:{}}}'),(9976,1741,'_wp_attached_file','2025/01/seatcover-Stripes-white.webp'),(9977,1741,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:36:\"2025/01/seatcover-Stripes-white.webp\";s:8:\"filesize\";i:4830;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"seatcover-Stripes-white-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2572;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"seatcover-Stripes-white-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1520;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"seatcover-Stripes-white-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2572;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"seatcover-Stripes-white-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6866;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"seatcover-Stripes-white-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:736;}}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:{}}}'),(9978,1742,'_wp_attached_file','2025/01/seatcover-Stripes-yz.webp'),(9979,1742,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:33:\"2025/01/seatcover-Stripes-yz.webp\";s:8:\"filesize\";i:10002;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"seatcover-Stripes-yz-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4328;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"seatcover-Stripes-yz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2422;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"seatcover-Stripes-yz-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4328;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"seatcover-Stripes-yz-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13206;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"seatcover-Stripes-yz-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1212;}}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:{}}}'),(9980,1743,'_wp_attached_file','2024/12/seatcoverAGLogos1.webp'),(9981,1743,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:30:\"2024/12/seatcoverAGLogos1.webp\";s:8:\"filesize\";i:1792;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"seatcoverAGLogos1-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:914;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"seatcoverAGLogos1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:242;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"seatcoverAGLogos1-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:914;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"seatcoverAGLogos1-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2162;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"seatcoverAGLogos1-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:178;}}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:{}}}'),(9982,1744,'_wp_attached_file','2025/01/seatcover-5RibAccent-teal.webp'),(9983,1744,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:38:\"2025/01/seatcover-5RibAccent-teal.webp\";s:8:\"filesize\";i:2374;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"seatcover-5RibAccent-teal-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1430;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"seatcover-5RibAccent-teal-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:982;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"seatcover-5RibAccent-teal-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1430;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:38:\"seatcover-5RibAccent-teal-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4188;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"seatcover-5RibAccent-teal-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:648;}}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:{}}}'),(9984,1745,'_wp_attached_file','2025/01/seatcover-5RibAccent-tmblue.webp'),(9985,1745,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:40:\"2025/01/seatcover-5RibAccent-tmblue.webp\";s:8:\"filesize\";i:2594;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"seatcover-5RibAccent-tmblue-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1630;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"seatcover-5RibAccent-tmblue-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1124;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:40:\"seatcover-5RibAccent-tmblue-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1630;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:40:\"seatcover-5RibAccent-tmblue-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4622;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:40:\"seatcover-5RibAccent-tmblue-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:652;}}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:{}}}'),(9986,1746,'_wp_attached_file','2025/01/seatcover-5RibAccent-white.webp'),(9987,1746,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:39:\"2025/01/seatcover-5RibAccent-white.webp\";s:8:\"filesize\";i:2040;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"seatcover-5RibAccent-white-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1198;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"seatcover-5RibAccent-white-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:39:\"seatcover-5RibAccent-white-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1198;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:39:\"seatcover-5RibAccent-white-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2998;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:39:\"seatcover-5RibAccent-white-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:488;}}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:{}}}'),(9988,1747,'_wp_attached_file','2025/01/seatcover-5RibAccent-yzblue.webp'),(9989,1747,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:40:\"2025/01/seatcover-5RibAccent-yzblue.webp\";s:8:\"filesize\";i:2452;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"seatcover-5RibAccent-yzblue-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1518;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"seatcover-5RibAccent-yzblue-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1060;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:40:\"seatcover-5RibAccent-yzblue-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1518;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:40:\"seatcover-5RibAccent-yzblue-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4424;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:40:\"seatcover-5RibAccent-yzblue-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:648;}}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:{}}}'),(9990,1748,'_wp_attached_file','2025/01/seatcover-5RibAccent-black.webp'),(9991,1748,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:39:\"2025/01/seatcover-5RibAccent-black.webp\";s:8:\"filesize\";i:2026;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"seatcover-5RibAccent-black-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1074;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"seatcover-5RibAccent-black-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:928;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:39:\"seatcover-5RibAccent-black-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1074;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:39:\"seatcover-5RibAccent-black-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3142;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:39:\"seatcover-5RibAccent-black-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:504;}}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:{}}}'),(9992,1749,'_wp_attached_file','2025/01/seatcover-5RibAccent-coolgrey.webp'),(9993,1749,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:42:\"2025/01/seatcover-5RibAccent-coolgrey.webp\";s:8:\"filesize\";i:1982;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"seatcover-5RibAccent-coolgrey-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1188;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"seatcover-5RibAccent-coolgrey-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:922;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:42:\"seatcover-5RibAccent-coolgrey-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1188;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:42:\"seatcover-5RibAccent-coolgrey-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3118;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:42:\"seatcover-5RibAccent-coolgrey-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:490;}}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:{}}}'),(9994,1750,'_wp_attached_file','2025/01/seatcover-5RibAccent-flopink.webp'),(9995,1750,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:41:\"2025/01/seatcover-5RibAccent-flopink.webp\";s:8:\"filesize\";i:2660;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"seatcover-5RibAccent-flopink-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1702;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"seatcover-5RibAccent-flopink-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1170;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:41:\"seatcover-5RibAccent-flopink-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1702;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:41:\"seatcover-5RibAccent-flopink-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4854;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:41:\"seatcover-5RibAccent-flopink-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:642;}}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:{}}}'),(9996,1751,'_wp_attached_file','2025/01/seatcover-5RibAccent-floyellow.webp'),(9997,1751,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:43:\"2025/01/seatcover-5RibAccent-floyellow.webp\";s:8:\"filesize\";i:2478;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"seatcover-5RibAccent-floyellow-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1512;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"seatcover-5RibAccent-floyellow-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1060;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:43:\"seatcover-5RibAccent-floyellow-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1512;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:43:\"seatcover-5RibAccent-floyellow-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4354;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:43:\"seatcover-5RibAccent-floyellow-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:648;}}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:{}}}'),(9998,1752,'_wp_attached_file','2025/01/seatcover-5RibAccent-gasgasred.webp'),(9999,1752,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:43:\"2025/01/seatcover-5RibAccent-gasgasred.webp\";s:8:\"filesize\";i:2256;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"seatcover-5RibAccent-gasgasred-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1416;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"seatcover-5RibAccent-gasgasred-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:974;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:43:\"seatcover-5RibAccent-gasgasred-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1416;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:43:\"seatcover-5RibAccent-gasgasred-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4066;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:43:\"seatcover-5RibAccent-gasgasred-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:634;}}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:{}}}'),(10000,1753,'_wp_attached_file','2025/01/seatcover-5RibAccent-hondared.webp'),(10001,1753,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:42:\"2025/01/seatcover-5RibAccent-hondared.webp\";s:8:\"filesize\";i:2226;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"seatcover-5RibAccent-hondared-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1364;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"seatcover-5RibAccent-hondared-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:940;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:42:\"seatcover-5RibAccent-hondared-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1364;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:42:\"seatcover-5RibAccent-hondared-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3906;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:42:\"seatcover-5RibAccent-hondared-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:628;}}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:{}}}'),(10002,1754,'_wp_attached_file','2025/01/seatcover-5RibAccent-ktm.webp'),(10003,1754,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:37:\"2025/01/seatcover-5RibAccent-ktm.webp\";s:8:\"filesize\";i:2440;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"seatcover-5RibAccent-ktm-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1588;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"seatcover-5RibAccent-ktm-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1108;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"seatcover-5RibAccent-ktm-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1588;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"seatcover-5RibAccent-ktm-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4614;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"seatcover-5RibAccent-ktm-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:654;}}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:{}}}'),(10004,1755,'_wp_attached_file','2025/01/seatcover-5RibAccent-kxgreen.webp'),(10005,1755,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:41:\"2025/01/seatcover-5RibAccent-kxgreen.webp\";s:8:\"filesize\";i:2550;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"seatcover-5RibAccent-kxgreen-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1618;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"seatcover-5RibAccent-kxgreen-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1128;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:41:\"seatcover-5RibAccent-kxgreen-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1618;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:41:\"seatcover-5RibAccent-kxgreen-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4758;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:41:\"seatcover-5RibAccent-kxgreen-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:628;}}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:{}}}'),(10006,1756,'_wp_attached_file','2025/01/seatcover-5RibAccent-lblue.webp'),(10007,1756,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:39:\"2025/01/seatcover-5RibAccent-lblue.webp\";s:8:\"filesize\";i:2560;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"seatcover-5RibAccent-lblue-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1574;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"seatcover-5RibAccent-lblue-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1094;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:39:\"seatcover-5RibAccent-lblue-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1574;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:39:\"seatcover-5RibAccent-lblue-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4594;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:39:\"seatcover-5RibAccent-lblue-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:650;}}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:{}}}'),(10008,1757,'_wp_attached_file','2025/01/seatcover-5RibAccent-navy.webp'),(10009,1757,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:38:\"2025/01/seatcover-5RibAccent-navy.webp\";s:8:\"filesize\";i:2354;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"seatcover-5RibAccent-navy-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"seatcover-5RibAccent-navy-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:\"seatcover-5RibAccent-navy-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1700;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:38:\"seatcover-5RibAccent-navy-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5226;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"seatcover-5RibAccent-navy-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:608;}}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:{}}}'),(10010,1758,'_wp_attached_file','2025/01/seatcover-5RibAccent-purple.webp'),(10011,1758,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:40:\"2025/01/seatcover-5RibAccent-purple.webp\";s:8:\"filesize\";i:2656;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"seatcover-5RibAccent-purple-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1690;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"seatcover-5RibAccent-purple-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1194;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:40:\"seatcover-5RibAccent-purple-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1690;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:40:\"seatcover-5RibAccent-purple-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4920;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:40:\"seatcover-5RibAccent-purple-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:648;}}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:{}}}'),(10012,1759,'_wp_attached_file','2025/01/seatcover-5RibAccent-rmyellow.webp'),(10013,1759,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:42:\"2025/01/seatcover-5RibAccent-rmyellow.webp\";s:8:\"filesize\";i:2526;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"seatcover-5RibAccent-rmyellow-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1574;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"seatcover-5RibAccent-rmyellow-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1074;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:42:\"seatcover-5RibAccent-rmyellow-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1574;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:42:\"seatcover-5RibAccent-rmyellow-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4588;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:42:\"seatcover-5RibAccent-rmyellow-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:638;}}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:{}}}'),(10014,1760,'_wp_attached_file','2025/01/seatcover-5RibAccent-ruby.webp'),(10015,1760,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:38:\"2025/01/seatcover-5RibAccent-ruby.webp\";s:8:\"filesize\";i:2252;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"seatcover-5RibAccent-ruby-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1370;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"seatcover-5RibAccent-ruby-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:38:\"seatcover-5RibAccent-ruby-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1370;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:38:\"seatcover-5RibAccent-ruby-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4066;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"seatcover-5RibAccent-ruby-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:598;}}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:{}}}'),(10016,1761,'_wp_attached_file','2025/01/seatcover-5RibAccent-seafoam.webp'),(10017,1761,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:41:\"2025/01/seatcover-5RibAccent-seafoam.webp\";s:8:\"filesize\";i:2374;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"seatcover-5RibAccent-seafoam-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1514;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"seatcover-5RibAccent-seafoam-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1050;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:41:\"seatcover-5RibAccent-seafoam-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1514;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:41:\"seatcover-5RibAccent-seafoam-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4414;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:41:\"seatcover-5RibAccent-seafoam-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:648;}}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:{}}}'),(10054,1780,'_wp_attached_file','2025/01/seatcover-5Ribs-black.webp'),(10055,1780,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:34:\"2025/01/seatcover-5Ribs-black.webp\";s:8:\"filesize\";i:5154;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"seatcover-5Ribs-black-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1612;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"seatcover-5Ribs-black-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1116;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"seatcover-5Ribs-black-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1612;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:34:\"seatcover-5Ribs-black-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4538;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"seatcover-5Ribs-black-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:746;}}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:{}}}'),(10056,1781,'_wp_attached_file','2025/01/seatcover-5Ribs-coolgray.webp'),(10057,1781,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:37:\"2025/01/seatcover-5Ribs-coolgray.webp\";s:8:\"filesize\";i:6250;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"seatcover-5Ribs-coolgray-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1706;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"seatcover-5Ribs-coolgray-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1284;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"seatcover-5Ribs-coolgray-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1706;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"seatcover-5Ribs-coolgray-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5102;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"seatcover-5Ribs-coolgray-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:764;}}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:{}}}'),(10058,1782,'_wp_attached_file','2025/01/seatcover-5Ribs-flopink.webp'),(10059,1782,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:36:\"2025/01/seatcover-5Ribs-flopink.webp\";s:8:\"filesize\";i:9212;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"seatcover-5Ribs-flopink-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3104;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"seatcover-5Ribs-flopink-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1996;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"seatcover-5Ribs-flopink-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3104;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"seatcover-5Ribs-flopink-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9524;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"seatcover-5Ribs-flopink-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1154;}}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:{}}}'),(10060,1783,'_wp_attached_file','2025/01/seatcover-5Ribs-floyellow.webp'),(10061,1783,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:38:\"2025/01/seatcover-5Ribs-floyellow.webp\";s:8:\"filesize\";i:9320;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"seatcover-5Ribs-floyellow-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3154;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"seatcover-5Ribs-floyellow-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2010;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"seatcover-5Ribs-floyellow-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3154;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:38:\"seatcover-5Ribs-floyellow-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9440;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"seatcover-5Ribs-floyellow-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1068;}}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:{}}}'),(10062,1784,'_wp_attached_file','2025/01/seatcover-5Ribs-gasgasred.webp'),(10063,1784,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:38:\"2025/01/seatcover-5Ribs-gasgasred.webp\";s:8:\"filesize\";i:7990;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"seatcover-5Ribs-gasgasred-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2510;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"seatcover-5Ribs-gasgasred-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1592;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"seatcover-5Ribs-gasgasred-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2510;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:38:\"seatcover-5Ribs-gasgasred-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7702;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"seatcover-5Ribs-gasgasred-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:946;}}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:{}}}'),(10064,1785,'_wp_attached_file','2025/01/seatcover-5Ribs-hondared.webp'),(10065,1785,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:37:\"2025/01/seatcover-5Ribs-hondared.webp\";s:8:\"filesize\";i:8076;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"seatcover-5Ribs-hondared-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2484;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"seatcover-5Ribs-hondared-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:\"seatcover-5Ribs-hondared-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2484;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"seatcover-5Ribs-hondared-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7626;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"seatcover-5Ribs-hondared-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:912;}}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:{}}}'),(10066,1786,'_wp_attached_file','2025/01/seatcover-5Ribs-ktm.webp'),(10067,1786,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:32:\"2025/01/seatcover-5Ribs-ktm.webp\";s:8:\"filesize\";i:9076;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"seatcover-5Ribs-ktm-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3088;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"seatcover-5Ribs-ktm-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2024;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"seatcover-5Ribs-ktm-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3088;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"seatcover-5Ribs-ktm-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9332;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"seatcover-5Ribs-ktm-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1154;}}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:{}}}'),(10068,1787,'_wp_attached_file','2025/01/seatcover-5Ribs-kxgreen.webp'),(10069,1787,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:36:\"2025/01/seatcover-5Ribs-kxgreen.webp\";s:8:\"filesize\";i:8102;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"seatcover-5Ribs-kxgreen-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2946;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"seatcover-5Ribs-kxgreen-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1892;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"seatcover-5Ribs-kxgreen-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2946;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"seatcover-5Ribs-kxgreen-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8624;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"seatcover-5Ribs-kxgreen-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1044;}}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:{}}}'),(10070,1788,'_wp_attached_file','2025/01/seatcover-5Ribs-lightblue.webp'),(10071,1788,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:38:\"2025/01/seatcover-5Ribs-lightblue.webp\";s:8:\"filesize\";i:8966;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"seatcover-5Ribs-lightblue-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3012;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"seatcover-5Ribs-lightblue-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1952;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"seatcover-5Ribs-lightblue-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3012;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:38:\"seatcover-5Ribs-lightblue-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9244;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"seatcover-5Ribs-lightblue-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1132;}}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:{}}}'),(10072,1789,'_wp_attached_file','2025/01/seatcover-5Ribs-navyblue.webp'),(10073,1789,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:37:\"2025/01/seatcover-5Ribs-navyblue.webp\";s:8:\"filesize\";i:6808;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"seatcover-5Ribs-navyblue-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2750;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"seatcover-5Ribs-navyblue-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1782;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"seatcover-5Ribs-navyblue-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2750;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"seatcover-5Ribs-navyblue-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8148;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"seatcover-5Ribs-navyblue-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:934;}}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:{}}}'),(10074,1790,'_wp_attached_file','2025/01/seatcover-5Ribs-purple.webp'),(10075,1790,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:35:\"2025/01/seatcover-5Ribs-purple.webp\";s:8:\"filesize\";i:9334;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"seatcover-5Ribs-purple-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3108;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"seatcover-5Ribs-purple-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1972;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"seatcover-5Ribs-purple-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3108;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"seatcover-5Ribs-purple-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9660;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"seatcover-5Ribs-purple-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1144;}}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:{}}}'),(10076,1791,'_wp_attached_file','2025/01/seatcover-5Ribs-rmyellow.webp'),(10077,1791,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:37:\"2025/01/seatcover-5Ribs-rmyellow.webp\";s:8:\"filesize\";i:9176;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"seatcover-5Ribs-rmyellow-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3138;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"seatcover-5Ribs-rmyellow-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2020;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"seatcover-5Ribs-rmyellow-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3138;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"seatcover-5Ribs-rmyellow-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9456;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"seatcover-5Ribs-rmyellow-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1170;}}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:{}}}'),(10078,1792,'_wp_attached_file','2025/01/seatcover-5Ribs-ruby.webp'),(10079,1792,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:33:\"2025/01/seatcover-5Ribs-ruby.webp\";s:8:\"filesize\";i:7490;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"seatcover-5Ribs-ruby-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2386;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"seatcover-5Ribs-ruby-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1508;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"seatcover-5Ribs-ruby-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2386;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"seatcover-5Ribs-ruby-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7200;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"seatcover-5Ribs-ruby-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1058;}}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:{}}}'),(10080,1793,'_wp_attached_file','2025/01/seatcover-5Ribs-seafoam.webp'),(10081,1793,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:36:\"2025/01/seatcover-5Ribs-seafoam.webp\";s:8:\"filesize\";i:8928;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"seatcover-5Ribs-seafoam-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2822;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"seatcover-5Ribs-seafoam-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1830;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"seatcover-5Ribs-seafoam-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2822;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"seatcover-5Ribs-seafoam-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8954;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"seatcover-5Ribs-seafoam-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1052;}}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:{}}}'),(10082,1794,'_wp_attached_file','2025/01/seatcover-5Ribs-teal.webp'),(10083,1794,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:33:\"2025/01/seatcover-5Ribs-teal.webp\";s:8:\"filesize\";i:8008;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"seatcover-5Ribs-teal-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2968;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"seatcover-5Ribs-teal-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1658;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"seatcover-5Ribs-teal-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2968;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"seatcover-5Ribs-teal-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8982;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"seatcover-5Ribs-teal-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:{}}}'),(10084,1795,'_wp_attached_file','2025/01/seatcover-5Ribs-tmblue.webp'),(10085,1795,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:35:\"2025/01/seatcover-5Ribs-tmblue.webp\";s:8:\"filesize\";i:9032;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"seatcover-5Ribs-tmblue-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3118;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"seatcover-5Ribs-tmblue-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2006;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"seatcover-5Ribs-tmblue-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3118;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"seatcover-5Ribs-tmblue-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9332;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"seatcover-5Ribs-tmblue-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1148;}}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:{}}}'),(10086,1796,'_wp_attached_file','2025/01/seatcover-5Ribs-white.webp'),(10087,1796,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:34:\"2025/01/seatcover-5Ribs-white.webp\";s:8:\"filesize\";i:6682;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"seatcover-5Ribs-white-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1852;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"seatcover-5Ribs-white-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1340;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"seatcover-5Ribs-white-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1852;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:34:\"seatcover-5Ribs-white-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5414;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"seatcover-5Ribs-white-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:828;}}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:{}}}'),(10088,1797,'_wp_attached_file','2025/01/seatcover-5Ribs-yzblue.webp'),(10089,1797,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:35:\"2025/01/seatcover-5Ribs-yzblue.webp\";s:8:\"filesize\";i:8136;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"seatcover-5Ribs-yzblue-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2714;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"seatcover-5Ribs-yzblue-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1768;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"seatcover-5Ribs-yzblue-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2714;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"seatcover-5Ribs-yzblue-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8130;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"seatcover-5Ribs-yzblue-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:{}}}'),(10090,1798,'_wp_attached_file','2024/12/seatcover-top-hondared.webp'),(10091,1798,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:35:\"2024/12/seatcover-top-hondared.webp\";s:8:\"filesize\";i:15868;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"seatcover-top-hondared-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5952;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"seatcover-top-hondared-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2708;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"seatcover-top-hondared-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5952;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"seatcover-top-hondared-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24346;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"seatcover-top-hondared-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1018;}}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:{}}}'),(10092,1799,'_wp_attached_file','2024/12/seatcover-top-coolgrey1.webp'),(10093,1799,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:36:\"2024/12/seatcover-top-coolgrey1.webp\";s:8:\"filesize\";i:9692;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"seatcover-top-coolgrey1-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3072;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"seatcover-top-coolgrey1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1468;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"seatcover-top-coolgrey1-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3072;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"seatcover-top-coolgrey1-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12344;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"seatcover-top-coolgrey1-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:502;}}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:{}}}'),(10094,1800,'_wp_attached_file','2024/12/seatcover-top-white1.webp'),(10095,1800,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:33:\"2024/12/seatcover-top-white1.webp\";s:8:\"filesize\";i:15092;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"seatcover-top-white1-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5234;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"seatcover-top-white1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2466;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"seatcover-top-white1-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5234;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"seatcover-top-white1-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22006;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"seatcover-top-white1-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:928;}}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:{}}}'),(10096,1801,'_wp_attached_file','2024/12/seatcover-top-black1.webp'),(10097,1801,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:33:\"2024/12/seatcover-top-black1.webp\";s:8:\"filesize\";i:5612;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"seatcover-top-black1-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1650;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"seatcover-top-black1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:732;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"seatcover-top-black1-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1650;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"seatcover-top-black1-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7446;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"seatcover-top-black1-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:144;}}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:{}}}'),(10098,1802,'_wp_attached_file','2024/12/seatcover-top-gasgasred1.webp'),(10099,1802,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:37:\"2024/12/seatcover-top-gasgasred1.webp\";s:8:\"filesize\";i:15066;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"seatcover-top-gasgasred1-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5458;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"seatcover-top-gasgasred1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2438;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"seatcover-top-gasgasred1-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5458;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"seatcover-top-gasgasred1-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21786;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"seatcover-top-gasgasred1-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:904;}}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:{}}}'),(10100,1803,'_wp_attached_file','2024/12/seatcover-top-ktmorange1.webp'),(10101,1803,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:37:\"2024/12/seatcover-top-ktmorange1.webp\";s:8:\"filesize\";i:16884;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"seatcover-top-ktmorange1-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6188;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"seatcover-top-ktmorange1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2802;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"seatcover-top-ktmorange1-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6188;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"seatcover-top-ktmorange1-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25410;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"seatcover-top-ktmorange1-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1146;}}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:{}}}'),(10102,1804,'_wp_attached_file','2024/12/seatcover-top-suzukiyellow1.webp'),(10103,1804,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:40:\"2024/12/seatcover-top-suzukiyellow1.webp\";s:8:\"filesize\";i:17782;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"seatcover-top-suzukiyellow1-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6486;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"seatcover-top-suzukiyellow1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2940;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:40:\"seatcover-top-suzukiyellow1-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6486;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:40:\"seatcover-top-suzukiyellow1-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27026;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:40:\"seatcover-top-suzukiyellow1-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1188;}}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:{}}}'),(10104,1805,'_wp_attached_file','2024/12/seatcover-top-kawasakigreen1.webp'),(10105,1805,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:41:\"2024/12/seatcover-top-kawasakigreen1.webp\";s:8:\"filesize\";i:13832;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"seatcover-top-kawasakigreen1-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4662;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"seatcover-top-kawasakigreen1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2300;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:41:\"seatcover-top-kawasakigreen1-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4662;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:41:\"seatcover-top-kawasakigreen1-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19074;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:41:\"seatcover-top-kawasakigreen1-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:806;}}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:{}}}'),(10106,1806,'_wp_attached_file','2024/12/seatcover-top-tmblue.webp'),(10107,1806,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:33:\"2024/12/seatcover-top-tmblue.webp\";s:8:\"filesize\";i:16510;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"seatcover-top-tmblue-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6106;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"seatcover-top-tmblue-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2766;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"seatcover-top-tmblue-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6106;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"seatcover-top-tmblue-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25106;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"seatcover-top-tmblue-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1042;}}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:{}}}'),(10108,1807,'_wp_attached_file','2024/12/seatcover-top-yamahablue.webp'),(10109,1807,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:37:\"2024/12/seatcover-top-yamahablue.webp\";s:8:\"filesize\";i:14276;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"seatcover-top-yamahablue-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4786;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"seatcover-top-yamahablue-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2236;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"seatcover-top-yamahablue-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4786;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"seatcover-top-yamahablue-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21482;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"seatcover-top-yamahablue-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:810;}}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:{}}}'),(10110,1808,'_wp_attached_file','2024/12/seatcover-top-lightblue.webp'),(10111,1808,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:36:\"2024/12/seatcover-top-lightblue.webp\";s:8:\"filesize\";i:16546;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"seatcover-top-lightblue-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6240;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"seatcover-top-lightblue-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2842;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"seatcover-top-lightblue-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6240;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"seatcover-top-lightblue-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25734;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"seatcover-top-lightblue-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1078;}}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:{}}}'),(10112,1809,'_wp_attached_file','2024/12/seatcover-top-seafoam.webp'),(10113,1809,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:34:\"2024/12/seatcover-top-seafoam.webp\";s:8:\"filesize\";i:16798;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"seatcover-top-seafoam-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6186;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"seatcover-top-seafoam-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2800;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"seatcover-top-seafoam-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6186;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:34:\"seatcover-top-seafoam-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25074;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"seatcover-top-seafoam-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1154;}}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:{}}}'),(10114,1810,'_wp_attached_file','2024/12/seatcover-top-teal.webp'),(10115,1810,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:31:\"2024/12/seatcover-top-teal.webp\";s:8:\"filesize\";i:14222;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"seatcover-top-teal-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4878;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"seatcover-top-teal-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2384;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"seatcover-top-teal-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4878;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"seatcover-top-teal-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20824;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"seatcover-top-teal-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:882;}}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:{}}}'),(10116,1811,'_wp_attached_file','2024/12/seatcover-top-navyblue.webp'),(10117,1811,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:35:\"2024/12/seatcover-top-navyblue.webp\";s:8:\"filesize\";i:10596;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"seatcover-top-navyblue-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3326;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"seatcover-top-navyblue-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1568;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"seatcover-top-navyblue-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3326;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"seatcover-top-navyblue-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13644;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"seatcover-top-navyblue-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:{}}}'),(10118,1812,'_wp_attached_file','2024/12/seatcover-top-rubyred.webp'),(10119,1812,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:34:\"2024/12/seatcover-top-rubyred.webp\";s:8:\"filesize\";i:12988;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"seatcover-top-rubyred-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4796;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"seatcover-top-rubyred-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2392;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"seatcover-top-rubyred-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4796;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:34:\"seatcover-top-rubyred-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19074;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"seatcover-top-rubyred-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:{}}}'),(10120,1813,'_wp_attached_file','2024/12/seatcover-top-floyellow.webp'),(10121,1813,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:36:\"2024/12/seatcover-top-floyellow.webp\";s:8:\"filesize\";i:18196;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"seatcover-top-floyellow-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6596;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"seatcover-top-floyellow-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3028;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"seatcover-top-floyellow-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6596;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"seatcover-top-floyellow-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27054;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"seatcover-top-floyellow-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1256;}}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:{}}}'),(10122,1814,'_wp_attached_file','2024/12/seatcover-top-flopink.webp'),(10123,1814,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:34:\"2024/12/seatcover-top-flopink.webp\";s:8:\"filesize\";i:16840;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"seatcover-top-flopink-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6178;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"seatcover-top-flopink-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2802;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"seatcover-top-flopink-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6178;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:34:\"seatcover-top-flopink-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25304;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"seatcover-top-flopink-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1140;}}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:{}}}'),(10124,1815,'_wp_attached_file','2024/12/seatcover-top-purple.webp'),(10125,1815,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:33:\"2024/12/seatcover-top-purple.webp\";s:8:\"filesize\";i:17202;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"seatcover-top-purple-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6314;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"seatcover-top-purple-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2874;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"seatcover-top-purple-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6314;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"seatcover-top-purple-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26374;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"seatcover-top-purple-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1188;}}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:{}}}'),(10126,1816,'_wp_attached_file','2025/01/seatcover-base-black.webp'),(10127,1816,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:33:\"2025/01/seatcover-base-black.webp\";s:8:\"filesize\";i:43018;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"seatcover-base-black-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17148;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"seatcover-base-black-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8760;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"seatcover-base-black-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17148;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"seatcover-base-black-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:59476;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"seatcover-base-black-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3860;}}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:{}}}'),(10128,1817,'_wp_attached_file','2025/01/seatcover-base-coolgrey.webp'),(10129,1817,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:36:\"2025/01/seatcover-base-coolgrey.webp\";s:8:\"filesize\";i:70078;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"seatcover-base-coolgrey-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19196;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"seatcover-base-coolgrey-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9948;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"seatcover-base-coolgrey-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19196;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"seatcover-base-coolgrey-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:68004;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"seatcover-base-coolgrey-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4052;}}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:{}}}'),(10130,1818,'_wp_attached_file','2025/01/seatcover-base-gasgasred.webp'),(10131,1818,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:37:\"2025/01/seatcover-base-gasgasred.webp\";s:8:\"filesize\";i:85104;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"seatcover-base-gasgasred-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:23324;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"seatcover-base-gasgasred-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12474;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"seatcover-base-gasgasred-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:23324;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"seatcover-base-gasgasred-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:81842;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"seatcover-base-gasgasred-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5402;}}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:{}}}'),(10132,1819,'_wp_attached_file','2025/01/seatcover-base-hondared.webp'),(10133,1819,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:36:\"2025/01/seatcover-base-hondared.webp\";s:8:\"filesize\";i:93008;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"seatcover-base-hondared-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25140;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"seatcover-base-hondared-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13728;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"seatcover-base-hondared-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25140;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"seatcover-base-hondared-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:93018;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"seatcover-base-hondared-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6152;}}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:{}}}'),(10134,1820,'_wp_attached_file','2025/01/seatcover-base-white.webp'),(10135,1820,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:33:\"2025/01/seatcover-base-white.webp\";s:8:\"filesize\";i:81748;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"seatcover-base-white-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21970;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"seatcover-base-white-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11802;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"seatcover-base-white-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21970;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"seatcover-base-white-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77988;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"seatcover-base-white-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5072;}}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:{}}}'),(10136,1821,'_wp_attached_file','2025/01/seatcover-base-kawasakigreen.webp'),(10137,1821,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:41:\"2025/01/seatcover-base-kawasakigreen.webp\";s:8:\"filesize\";i:91792;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"seatcover-base-kawasakigreen-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:23114;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"seatcover-base-kawasakigreen-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12006;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:41:\"seatcover-base-kawasakigreen-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:23114;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:41:\"seatcover-base-kawasakigreen-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:80118;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:41:\"seatcover-base-kawasakigreen-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5160;}}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:{}}}'),(10138,1822,'_wp_attached_file','2025/01/seatcover-base-ktmorange.webp'),(10139,1822,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:37:\"2025/01/seatcover-base-ktmorange.webp\";s:8:\"filesize\";i:114422;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"seatcover-base-ktmorange-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27688;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"seatcover-base-ktmorange-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15034;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"seatcover-base-ktmorange-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27688;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"seatcover-base-ktmorange-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:103634;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"seatcover-base-ktmorange-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6554;}}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:{}}}'),(10140,1823,'_wp_attached_file','2025/01/seatcover-base-suzukiyellow.webp'),(10141,1823,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:40:\"2025/01/seatcover-base-suzukiyellow.webp\";s:8:\"filesize\";i:119182;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"seatcover-base-suzukiyellow-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28384;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"seatcover-base-suzukiyellow-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15820;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:40:\"seatcover-base-suzukiyellow-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28384;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:40:\"seatcover-base-suzukiyellow-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:105754;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:40:\"seatcover-base-suzukiyellow-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6880;}}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:{}}}'),(10142,1824,'_wp_attached_file','2025/01/seatcover-base-tmblue.webp'),(10143,1824,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:34:\"2025/01/seatcover-base-tmblue.webp\";s:8:\"filesize\";i:113442;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"seatcover-base-tmblue-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27320;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"seatcover-base-tmblue-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14798;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"seatcover-base-tmblue-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27320;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:34:\"seatcover-base-tmblue-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:102874;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"seatcover-base-tmblue-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6142;}}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:{}}}'),(10144,1825,'_wp_attached_file','2025/01/seatcover-base-yamahablue.webp'),(10145,1825,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:38:\"2025/01/seatcover-base-yamahablue.webp\";s:8:\"filesize\";i:82580;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"seatcover-base-yamahablue-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22786;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"seatcover-base-yamahablue-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11916;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"seatcover-base-yamahablue-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22786;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:38:\"seatcover-base-yamahablue-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:80052;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"seatcover-base-yamahablue-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5282;}}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:{}}}'),(10146,1826,'_wp_attached_file','2025/01/seatcover-base-navyblue.webp'),(10147,1826,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:36:\"2025/01/seatcover-base-navyblue.webp\";s:8:\"filesize\";i:74884;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"seatcover-base-navyblue-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20250;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"seatcover-base-navyblue-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10410;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"seatcover-base-navyblue-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20250;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"seatcover-base-navyblue-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72668;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"seatcover-base-navyblue-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4586;}}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:{}}}'),(10148,1827,'_wp_attached_file','2025/01/seatcover-base-lightblue.webp'),(10149,1827,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:37:\"2025/01/seatcover-base-lightblue.webp\";s:8:\"filesize\";i:114750;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"seatcover-base-lightblue-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27880;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"seatcover-base-lightblue-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15446;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"seatcover-base-lightblue-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27880;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"seatcover-base-lightblue-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:104846;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"seatcover-base-lightblue-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6574;}}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:{}}}'),(10150,1828,'_wp_attached_file','2025/01/seatcover-base-teal.webp'),(10151,1828,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:32:\"2025/01/seatcover-base-teal.webp\";s:8:\"filesize\";i:95638;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"seatcover-base-teal-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24754;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"seatcover-base-teal-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13500;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"seatcover-base-teal-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24754;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"seatcover-base-teal-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:93674;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"seatcover-base-teal-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5528;}}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:{}}}'),(10152,1829,'_wp_attached_file','2025/01/seatcover-base-seafoam.webp'),(10153,1829,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:35:\"2025/01/seatcover-base-seafoam.webp\";s:8:\"filesize\";i:105498;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"seatcover-base-seafoam-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27528;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"seatcover-base-seafoam-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15196;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"seatcover-base-seafoam-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27528;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"seatcover-base-seafoam-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:102296;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"seatcover-base-seafoam-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6544;}}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:{}}}'),(10154,1830,'_wp_attached_file','2025/01/seatcover-base-purple.webp'),(10155,1830,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:34:\"2025/01/seatcover-base-purple.webp\";s:8:\"filesize\";i:106860;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"seatcover-base-purple-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27550;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"seatcover-base-purple-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14954;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"seatcover-base-purple-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27550;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:34:\"seatcover-base-purple-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:99406;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"seatcover-base-purple-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6368;}}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:{}}}'),(10156,1831,'_wp_attached_file','2025/01/seatcover-base-rubyred.webp'),(10157,1831,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:35:\"2025/01/seatcover-base-rubyred.webp\";s:8:\"filesize\";i:82724;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"seatcover-base-rubyred-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22340;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"seatcover-base-rubyred-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11836;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"seatcover-base-rubyred-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22340;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"seatcover-base-rubyred-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:79274;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"seatcover-base-rubyred-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5216;}}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:{}}}'),(10158,1832,'_wp_attached_file','2025/01/seatcover-base-flopink.webp'),(10159,1832,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:35:\"2025/01/seatcover-base-flopink.webp\";s:8:\"filesize\";i:104538;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"seatcover-base-flopink-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26344;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"seatcover-base-flopink-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14344;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"seatcover-base-flopink-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26344;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"seatcover-base-flopink-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:97062;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"seatcover-base-flopink-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6120;}}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:{}}}'),(10160,1833,'_wp_attached_file','2025/01/seatcover-base-floyellow.webp'),(10161,1833,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:37:\"2025/01/seatcover-base-floyellow.webp\";s:8:\"filesize\";i:110954;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"seatcover-base-floyellow-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28332;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"seatcover-base-floyellow-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15802;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"seatcover-base-floyellow-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28332;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"seatcover-base-floyellow-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:104558;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"seatcover-base-floyellow-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6906;}}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:{}}}'),(10167,1838,'_regular_price','60'),(10168,1838,'total_sales','0'),(10169,1838,'_tax_status','taxable'),(10170,1838,'_tax_class',''),(10171,1838,'_manage_stock','no'),(10172,1838,'_backorders','no'),(10173,1838,'_sold_individually','no'),(10174,1838,'_virtual','no'),(10175,1838,'_downloadable','no'),(10176,1838,'_download_limit','-1'),(10177,1838,'_download_expiry','-1'),(10178,1838,'_thumbnail_id','1839'),(10179,1838,'_stock',NULL),(10180,1838,'_stock_status','instock'),(10181,1838,'_wc_average_rating','0'),(10182,1838,'_wc_review_count','0'),(10183,1838,'_product_version','10.2.2'),(10184,1838,'_price','60'),(10185,1838,'af_addon_title_font_size','14'),(10186,1838,'af_addon_option_title_font_size','12'),(10187,1838,'af_addon_field_border_pixels','1'),(10188,1838,'af_addon_desc_font_size','12'),(10189,1838,'af_addon_tooltip_font_size','12'),(10190,1838,'exclude_rule_addons',''),(10191,1838,'af_addon_title_display_as_selector','af_addon_title_display_text'),(10192,1838,'af_addon_heading_type_selector','addon_h1'),(10193,1838,'af_addon_seperator_checkbox',''),(10194,1838,'af_addon_title_seperator','af_addon_title_seperator_br'),(10195,1838,'af_addon_option_title_font_color',''),(10196,1838,'af_addon_title_bg',''),(10197,1838,'af_addon_title_color',''),(10198,1838,'af_addon_bg_color',''),(10199,1838,'af_addon_title_top_left_radius',''),(10200,1838,'af_addon_title_top_right_radius',''),(10201,1838,'af_addon_title_bottom_left_radius',''),(10202,1838,'af_addon_title_bottom_right_radius',''),(10203,1838,'af_addon_title_top_padding',''),(10204,1838,'af_addon_title_bottom_padding',''),(10205,1838,'af_addon_title_left_padding',''),(10206,1838,'af_addon_title_right_padding',''),(10207,1838,'af_addon_field_border',''),(10208,1838,'af_addon_field_border_top_left_radius',''),(10209,1838,'af_addon_field_border_top_right_radius',''),(10210,1838,'af_addon_field_border_bottom_left_radius',''),(10211,1838,'af_addon_field_border_bottom_right_radius',''),(10212,1838,'af_addon_field_border_top_padding',''),(10213,1838,'af_addon_field_border_bottom_padding',''),(10214,1838,'af_addon_field_border_left_padding',''),(10215,1838,'af_addon_field_border_right_padding',''),(10216,1838,'af_addon_field_title_position','left'),(10217,1838,'af_addon_field_border_color',''),(10218,1838,'af_addon_title_position','af_addon_title_inside_border'),(10219,1838,'af_addon_tooltip_background_color','#000000'),(10220,1838,'af_addon_tooltip_text_color',''),(10221,1838,'_yoast_wpseo_primary_product_cat','25'),(10222,1838,'_yoast_wpseo_estimated-reading-time-minutes','1'),(10223,1838,'_mkl_product_configurator_last_updated','1759413364'),(10224,1838,'_mkl_product_configurator_layers','a:5:{i:0;a:12:{s:3:\"_id\";i:12;s:4:\"name\";s:20:\"Bike year/make/model\";s:11:\"description\";s:0:\"\";s:5:\"order\";i:0;s:11:\"image_order\";i:5;s:5:\"image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";i:0;}s:12:\"not_a_choice\";s:0:\"\";s:4:\"type\";s:4:\"form\";s:12:\"display_mode\";s:7:\"default\";s:6:\"active\";b:0;s:6:\"parent\";i:0;s:14:\"choices_number\";s:1:\"3\";}i:1;a:16:{s:3:\"_id\";i:1;s:4:\"name\";s:10:\"Base color\";s:11:\"description\";s:0:\"\";s:5:\"order\";i:1;s:11:\"image_order\";i:4;s:5:\"image\";a:2:{s:3:\"url\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-black.webp\";s:2:\"id\";i:1816;}s:12:\"not_a_choice\";s:0:\"\";s:4:\"type\";s:6:\"simple\";s:12:\"display_mode\";s:6:\"colors\";s:6:\"active\";b:0;s:8:\"required\";s:0:\"\";s:12:\"can_deselect\";s:0:\"\";s:14:\"choices_number\";s:2:\"18\";s:6:\"parent\";i:0;s:17:\"color_swatch_size\";s:6:\"medium\";s:17:\"default_selection\";s:12:\"select_first\";}i:2;a:16:{s:3:\"_id\";i:2;s:4:\"name\";s:9:\"Top color\";s:11:\"description\";s:0:\"\";s:5:\"order\";i:2;s:11:\"image_order\";i:5;s:5:\"image\";a:2:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-hondared.webp\";s:2:\"id\";i:1798;}s:12:\"not_a_choice\";s:0:\"\";s:4:\"type\";s:6:\"simple\";s:12:\"display_mode\";s:6:\"colors\";s:6:\"active\";b:0;s:8:\"required\";s:0:\"\";s:12:\"can_deselect\";s:0:\"\";s:14:\"choices_number\";s:2:\"18\";s:6:\"parent\";i:0;s:17:\"color_swatch_size\";s:6:\"medium\";s:17:\"default_selection\";s:12:\"select_first\";}i:3;a:12:{s:3:\"_id\";i:10;s:4:\"name\";s:9:\"Rib color\";s:11:\"description\";s:0:\"\";s:5:\"order\";i:3;s:11:\"image_order\";i:6;s:5:\"image\";a:2:{s:3:\"url\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Rib-white.webp\";s:2:\"id\";i:1859;}s:12:\"not_a_choice\";s:0:\"\";s:4:\"type\";s:6:\"simple\";s:12:\"display_mode\";s:6:\"colors\";s:6:\"active\";b:0;s:14:\"choices_number\";s:2:\"18\";s:6:\"parent\";i:0;}i:4;a:12:{s:3:\"_id\";i:11;s:4:\"name\";s:16:\"Add a rib accent\";s:11:\"description\";s:0:\"\";s:5:\"order\";i:4;s:11:\"image_order\";i:7;s:5:\"image\";a:2:{s:3:\"url\";s:91:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Ribaccent-coolgrey.webp\";s:2:\"id\";i:1862;}s:12:\"not_a_choice\";s:0:\"\";s:4:\"type\";s:6:\"simple\";s:12:\"display_mode\";s:6:\"colors\";s:6:\"active\";b:0;s:14:\"choices_number\";s:2:\"19\";s:6:\"parent\";i:0;}}'),(10225,1838,'_mkl_product_configurator_angles','a:1:{i:0;a:10:{s:3:\"_id\";i:1;s:4:\"name\";s:3:\"Top\";s:11:\"description\";s:0:\"\";s:5:\"order\";i:1;s:11:\"image_order\";i:1;s:5:\"image\";a:2:{s:3:\"url\";s:76:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcover-2tone.png\";s:2:\"id\";i:336;}s:12:\"not_a_choice\";s:0:\"\";s:4:\"type\";s:6:\"simple\";s:12:\"display_mode\";s:7:\"default\";s:6:\"active\";b:0;}}'),(10226,1838,'_mkl_product_configurator_content','a:5:{i:0;a:2:{s:7:\"layerId\";i:1;s:7:\"choices\";a:18:{i:0;a:12:{s:3:\"_id\";i:19;s:4:\"name\";s:5:\"Black\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-black.png\";s:2:\"id\";i:1816;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:1;s:6:\"active\";b:0;s:6:\"parent\";i:0;s:5:\"color\";s:7:\"#222222\";s:10:\"is_default\";b:0;s:17:\"calculation_value\";s:0:\"\";}i:1;a:11:{s:3:\"_id\";i:2;s:4:\"name\";s:9:\"Cool Grey\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-coolgrey.png\";s:2:\"id\";i:1817;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:2;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#606060\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:2;a:11:{s:3:\"_id\";i:3;s:4:\"name\";s:5:\"White\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-white.png\";s:2:\"id\";i:1820;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:3;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ffffff\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:3;a:11:{s:3:\"_id\";i:4;s:4:\"name\";s:9:\"Honda Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-hondared.png\";s:2:\"id\";i:1819;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:4;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#fc4444\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:4;a:11:{s:3:\"_id\";i:5;s:4:\"name\";s:10:\"GasGas Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:85:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-gasgasred.png\";s:2:\"id\";i:1818;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:5;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#fa0505\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:5;a:11:{s:3:\"_id\";i:6;s:4:\"name\";s:10:\"KTM Orange\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:85:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-ktmorange.png\";s:2:\"id\";i:1822;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:6;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ff7D00\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:6;a:11:{s:3:\"_id\";i:7;s:4:\"name\";s:13:\"Suzuki Yellow\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:88:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-suzukiyellow.png\";s:2:\"id\";i:1823;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:7;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ffde00\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:7;a:11:{s:3:\"_id\";i:8;s:4:\"name\";s:14:\"Kawasaki Green\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:89:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-kawasakigreen.png\";s:2:\"id\";i:1821;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:8;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#00d200\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:8;a:11:{s:3:\"_id\";i:9;s:4:\"name\";s:7:\"TM Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-tmblue.png\";s:2:\"id\";i:1824;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:9;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#0066ff\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:9;a:11:{s:3:\"_id\";i:10;s:4:\"name\";s:11:\"Yamaha Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:86:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-yamahablue.png\";s:2:\"id\";i:1825;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:10;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#0a00c8\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:10;a:11:{s:3:\"_id\";i:11;s:4:\"name\";s:10:\"Light Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:85:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-lightblue.png\";s:2:\"id\";i:1827;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:11;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#0199fd\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:11;a:11:{s:3:\"_id\";i:12;s:4:\"name\";s:8:\"Sea Foam\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-seafoam.png\";s:2:\"id\";i:1829;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:12;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#01bad4\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:12;a:11:{s:3:\"_id\";i:13;s:4:\"name\";s:4:\"Teal\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:80:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-teal.png\";s:2:\"id\";i:1828;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:13;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#007a81\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:13;a:11:{s:3:\"_id\";i:14;s:4:\"name\";s:9:\"Navy Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-navyblue.png\";s:2:\"id\";i:1826;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:14;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#000071\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:14;a:11:{s:3:\"_id\";i:15;s:4:\"name\";s:8:\"Ruby Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-rubyred.png\";s:2:\"id\";i:1831;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:15;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#a31010\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:15;a:11:{s:3:\"_id\";i:16;s:4:\"name\";s:10:\"Flo Yellow\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:85:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-floyellow.png\";s:2:\"id\";i:1833;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:16;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#f2ff00\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:16;a:11:{s:3:\"_id\";i:17;s:4:\"name\";s:8:\"Flo Pink\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-flopink.png\";s:2:\"id\";i:1832;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:17;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#f9007e\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:17;a:11:{s:3:\"_id\";i:18;s:4:\"name\";s:6:\"Purple\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-purple.png\";s:2:\"id\";i:1830;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:1;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:18;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ac05fa\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}}}i:1;a:2:{s:7:\"layerId\";i:2;s:7:\"choices\";a:18:{i:0;a:12:{s:3:\"_id\";i:19;s:4:\"name\";s:5:\"Black\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-black1.png\";s:2:\"id\";i:1801;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:1;s:6:\"active\";b:0;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;s:5:\"color\";s:7:\"#222222\";s:8:\"is_group\";b:0;}i:1;a:11:{s:3:\"_id\";i:2;s:4:\"name\";s:9:\"Cool Grey\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-coolgrey1.png\";s:2:\"id\";i:1799;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:2;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#606060\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:2;a:11:{s:3:\"_id\";i:3;s:4:\"name\";s:5:\"White\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-white1.png\";s:2:\"id\";i:1800;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:3;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ffffff\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:3;a:11:{s:3:\"_id\";i:4;s:4:\"name\";s:9:\"Honda Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-hondared.png\";s:2:\"id\";i:1798;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";i:0;s:10:\"dimensions\";a:2:{s:6:\"height\";i:0;s:5:\"width\";i:0;}}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:4;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#fc4444\";s:10:\"is_default\";b:1;s:6:\"parent\";i:0;}i:4;a:11:{s:3:\"_id\";i:5;s:4:\"name\";s:10:\"GasGas Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:85:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-gasgasred1.png\";s:2:\"id\";i:1802;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:5;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#fa0505\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:5;a:11:{s:3:\"_id\";i:6;s:4:\"name\";s:10:\"KTM Orange\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:85:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-ktmorange1.png\";s:2:\"id\";i:1803;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:6;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ff7D00\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:6;a:11:{s:3:\"_id\";i:7;s:4:\"name\";s:13:\"Suzuki Yellow\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:88:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-suzukiyellow1.png\";s:2:\"id\";i:1804;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:7;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ffde00\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:7;a:11:{s:3:\"_id\";i:8;s:4:\"name\";s:14:\"Kawasaki Green\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:89:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-kawasakigreen1.png\";s:2:\"id\";i:1805;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:8;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#00d200\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:8;a:11:{s:3:\"_id\";i:9;s:4:\"name\";s:7:\"TM Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-tmblue.png\";s:2:\"id\";i:1806;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:9;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#0066ff\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:9;a:11:{s:3:\"_id\";i:10;s:4:\"name\";s:11:\"Yamaha Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:85:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-yamahablue.png\";s:2:\"id\";i:1807;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:10;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#0a00c8\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:10;a:11:{s:3:\"_id\";i:11;s:4:\"name\";s:10:\"Light Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-lightblue.png\";s:2:\"id\";i:1808;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:11;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#0199fd\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:11;a:11:{s:3:\"_id\";i:12;s:4:\"name\";s:8:\"Sea Foam\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-seafoam.png\";s:2:\"id\";i:1809;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:12;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#01bad4\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:12;a:11:{s:3:\"_id\";i:13;s:4:\"name\";s:4:\"Teal\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:79:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-teal.png\";s:2:\"id\";i:1810;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:13;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#007a81\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:13;a:11:{s:3:\"_id\";i:14;s:4:\"name\";s:9:\"Navy Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-navyblue.png\";s:2:\"id\";i:1811;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:14;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#000071\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:14;a:11:{s:3:\"_id\";i:15;s:4:\"name\";s:8:\"Ruby Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-rubyred.png\";s:2:\"id\";i:1812;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:15;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#a31010\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:15;a:11:{s:3:\"_id\";i:16;s:4:\"name\";s:10:\"Flo Yellow\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-floyellow.png\";s:2:\"id\";i:1813;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:3:{s:3:\"url\";s:0:\"\";s:2:\"id\";i:0;s:10:\"dimensions\";a:2:{s:6:\"height\";i:0;s:5:\"width\";i:0;}}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:16;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#f2ff00\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:16;a:11:{s:3:\"_id\";i:17;s:4:\"name\";s:8:\"Flo Pink\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-flopink.png\";s:2:\"id\";i:1814;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:17;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#f9007e\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}i:17;a:11:{s:3:\"_id\";i:18;s:4:\"name\";s:6:\"Purple\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-purple.png\";s:2:\"id\";i:1815;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:2;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:18;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ac05fa\";s:10:\"is_default\";b:0;s:6:\"parent\";i:0;}}}i:2;a:2:{s:7:\"layerId\";i:10;s:7:\"choices\";a:18:{i:0;a:10:{s:3:\"_id\";i:1;s:4:\"name\";s:5:\"Black\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Rib-black.png\";s:2:\"id\";i:1840;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:10;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:1;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#000000\";s:10:\"is_default\";b:0;}i:1;a:10:{s:3:\"_id\";i:2;s:4:\"name\";s:9:\"Cool Grey\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Rib-coolgrey.png\";s:2:\"id\";i:1841;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:10;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:2;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#606060\";s:10:\"is_default\";b:0;}i:2;a:10:{s:3:\"_id\";i:3;s:4:\"name\";s:5:\"White\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Rib-white.png\";s:2:\"id\";i:1859;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:10;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:3;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ffffff\";s:10:\"is_default\";b:1;}i:3;a:10:{s:3:\"_id\";i:4;s:4:\"name\";s:9:\"Honda Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Rib-honda.png\";s:2:\"id\";i:1845;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:10;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:4;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#fc4444\";s:10:\"is_default\";b:0;}i:4;a:10:{s:3:\"_id\";i:5;s:4:\"name\";s:10:\"GasGas Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Rib-gasgas.png\";s:2:\"id\";i:1844;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:10;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:5;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#FA0505\";s:10:\"is_default\";b:0;}i:5;a:10:{s:3:\"_id\";i:6;s:4:\"name\";s:10:\"KTM Orange\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:79:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Rib-ktm.png\";s:2:\"id\";i:1846;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:10;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:6;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ff7d00\";s:10:\"is_default\";b:0;}i:6;a:10:{s:3:\"_id\";i:7;s:4:\"name\";s:13:\"Suzuki Yellow\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Rib-rmyellow.png\";s:2:\"id\";i:1851;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:10;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:7;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ffde00\";s:10:\"is_default\";b:0;}i:7;a:10:{s:3:\"_id\";i:8;s:4:\"name\";s:14:\"Kawasaki Green\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:78:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Rib-kx.png\";s:2:\"id\";i:1847;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:10;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:8;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#00D200\";s:10:\"is_default\";b:0;}i:8;a:10:{s:3:\"_id\";i:9;s:4:\"name\";s:7:\"TM Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:78:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Rib-tm.png\";s:2:\"id\";i:1858;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:10;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:9;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#0066ff\";s:10:\"is_default\";b:0;}i:9;a:10:{s:3:\"_id\";i:10;s:4:\"name\";s:11:\"Yamaha Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:78:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Rib-yz.png\";s:2:\"id\";i:1860;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:10;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:10;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#0a00c8\";s:10:\"is_default\";b:0;}i:10;a:10:{s:3:\"_id\";i:11;s:4:\"name\";s:10:\"Light Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Rib-lblue.png\";s:2:\"id\";i:1848;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:10;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:11;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#0199fd\";s:10:\"is_default\";b:0;}i:11;a:10:{s:3:\"_id\";i:12;s:4:\"name\";s:7:\"Seafoam\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Rib-seafoam.png\";s:2:\"id\";i:1855;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:10;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:12;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#01bad4\";s:10:\"is_default\";b:0;}i:12;a:10:{s:3:\"_id\";i:13;s:4:\"name\";s:4:\"Teal\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:80:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Rib-teal.png\";s:2:\"id\";i:1857;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:10;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:13;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#007a81\";s:10:\"is_default\";b:0;}i:13;a:10:{s:3:\"_id\";i:14;s:4:\"name\";s:4:\"Navy\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:80:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Rib-navy.png\";s:2:\"id\";i:1849;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:10;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:14;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#000071\";s:10:\"is_default\";b:0;}i:14;a:10:{s:3:\"_id\";i:15;s:4:\"name\";s:8:\"Ruby Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:80:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Rib-ruby.png\";s:2:\"id\";i:1852;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:10;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:15;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#a31010\";s:10:\"is_default\";b:0;}i:15;a:10:{s:3:\"_id\";i:16;s:4:\"name\";s:10:\"Flo Yellow\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:80:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Rib-floy.png\";s:2:\"id\";i:1843;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:10;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:16;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#f2ff00\";s:10:\"is_default\";b:0;}i:16;a:10:{s:3:\"_id\";i:17;s:4:\"name\";s:8:\"Flo Pink\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:80:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Rib-flop.png\";s:2:\"id\";i:1842;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:10;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:17;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#f9007e\";s:10:\"is_default\";b:0;}i:17;a:10:{s:3:\"_id\";i:18;s:4:\"name\";s:6:\"Purple\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Rib-purple.png\";s:2:\"id\";i:1850;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:10;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:18;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ac05fa\";s:10:\"is_default\";b:0;}}}i:3;a:2:{s:7:\"layerId\";i:11;s:7:\"choices\";a:19:{i:0;a:12:{s:3:\"_id\";i:19;s:4:\"name\";s:4:\"None\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-blankchoice.png\";s:2:\"id\";i:1683;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:3:{s:3:\"url\";s:67:\"https://aggressivegraphix.com/wp-content/uploads/2024/12/nofill.png\";s:2:\"id\";i:1703;s:10:\"dimensions\";a:2:{s:6:\"height\";i:43;s:5:\"width\";i:43;}}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:11;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:0;s:6:\"active\";b:0;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;s:11:\"extra_price\";d:0;s:5:\"color\";s:7:\"#ffffff\";}i:1;a:12:{s:3:\"_id\";i:1;s:4:\"name\";s:5:\"Black\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:87:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Ribaccent-black.png\";s:2:\"id\";i:1861;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:11;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:1;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#000000\";s:11:\"extra_price\";d:5;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;}i:2;a:12:{s:3:\"_id\";i:2;s:4:\"name\";s:9:\"Cool Grey\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:90:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Ribaccent-coolgrey.png\";s:2:\"id\";i:1862;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:11;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:2;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#606060\";s:11:\"extra_price\";d:5;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;}i:3;a:12:{s:3:\"_id\";i:3;s:4:\"name\";s:5:\"White\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:87:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Ribaccent-white.png\";s:2:\"id\";i:1877;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:11;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:3;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ffffff\";s:11:\"extra_price\";d:5;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;}i:4;a:12:{s:3:\"_id\";i:4;s:4:\"name\";s:9:\"Honda Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:87:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Ribaccent-honda.png\";s:2:\"id\";i:1866;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:11;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:4;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#FC4444\";s:11:\"extra_price\";d:5;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;}i:5;a:12:{s:3:\"_id\";i:5;s:4:\"name\";s:10:\"GasGas Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:88:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Ribaccent-gasgas.png\";s:2:\"id\";i:1865;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:11;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:5;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#fa0505\";s:11:\"extra_price\";d:5;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;}i:6;a:12:{s:3:\"_id\";i:6;s:4:\"name\";s:10:\"KTM Orange\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:85:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Ribaccent-ktm.png\";s:2:\"id\";i:1867;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:11;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:6;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#FF7d00\";s:11:\"extra_price\";d:5;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;}i:7;a:12:{s:3:\"_id\";i:7;s:4:\"name\";s:13:\"Suzuki Yellow\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:90:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Ribaccent-rmyellow.png\";s:2:\"id\";i:1872;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:11;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:7;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ffde00\";s:11:\"extra_price\";d:5;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;}i:8;a:12:{s:3:\"_id\";i:8;s:4:\"name\";s:14:\"Kawasaki Green\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Ribaccent-kx.png\";s:2:\"id\";i:1868;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:11;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:8;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#00D200\";s:11:\"extra_price\";d:5;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;}i:9;a:12:{s:3:\"_id\";i:9;s:4:\"name\";s:7:\"TM Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Ribaccent-tm.png\";s:2:\"id\";i:1876;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:11;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:9;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#0066ff\";s:11:\"extra_price\";d:5;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;}i:10;a:12:{s:3:\"_id\";i:10;s:4:\"name\";s:11:\"Yamaha Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:84:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Ribaccent-yz.png\";s:2:\"id\";i:1878;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:11;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:10;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#0a00c8\";s:11:\"extra_price\";d:5;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;}i:11;a:12:{s:3:\"_id\";i:11;s:4:\"name\";s:10:\"Light Blue\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:87:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Ribaccent-lblue.png\";s:2:\"id\";i:1869;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:11;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:11;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#0199fd\";s:11:\"extra_price\";d:5;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;}i:12;a:12:{s:3:\"_id\";i:12;s:4:\"name\";s:7:\"Seafoam\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:89:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Ribaccent-seafoam.png\";s:2:\"id\";i:1874;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:11;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:12;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#01bad4\";s:11:\"extra_price\";d:5;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;}i:13;a:12:{s:3:\"_id\";i:13;s:4:\"name\";s:4:\"Teal\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:86:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Ribaccent-teal.png\";s:2:\"id\";i:1875;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:11;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:13;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#007a81\";s:11:\"extra_price\";d:5;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;}i:14;a:12:{s:3:\"_id\";i:14;s:4:\"name\";s:4:\"Navy\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:86:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Ribaccent-navy.png\";s:2:\"id\";i:1870;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:11;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:14;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#000071\";s:11:\"extra_price\";d:5;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;}i:15;a:12:{s:3:\"_id\";i:15;s:4:\"name\";s:8:\"Ruby Red\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:86:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Ribaccent-ruby.png\";s:2:\"id\";i:1873;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:11;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:15;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#a31010\";s:11:\"extra_price\";d:5;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;}i:16;a:12:{s:3:\"_id\";i:16;s:4:\"name\";s:10:\"Flo Yellow\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:86:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Ribaccent-floy.png\";s:2:\"id\";i:1864;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:11;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:16;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#f2ff00\";s:11:\"extra_price\";d:5;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;}i:17;a:12:{s:3:\"_id\";i:17;s:4:\"name\";s:8:\"Flo Pink\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:86:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Ribaccent-flop.png\";s:2:\"id\";i:1863;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:11;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:17;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#f9007e\";s:11:\"extra_price\";d:5;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;}i:18;a:12:{s:3:\"_id\";i:18;s:4:\"name\";s:6:\"Purple\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:3:\"url\";s:88:\"https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Ribaccent-purple.png\";s:2:\"id\";i:1871;s:10:\"dimensions\";a:2:{s:6:\"height\";i:416;s:5:\"width\";i:763;}}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:11;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:18;s:6:\"active\";b:0;s:5:\"color\";s:7:\"#ac05fa\";s:11:\"extra_price\";d:5;s:6:\"parent\";i:0;s:10:\"is_default\";b:0;}}}i:4;a:2:{s:7:\"layerId\";i:12;s:7:\"choices\";a:3:{i:0;a:10:{s:3:\"_id\";i:1;s:4:\"name\";s:4:\"Year\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";s:10:\"dimensions\";s:0:\"\";}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:12;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:1;s:6:\"active\";b:0;s:15:\"text_field_type\";s:4:\"text\";s:22:\"text_field_is_required\";b:1;}i:1;a:10:{s:3:\"_id\";i:2;s:4:\"name\";s:4:\"Make\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";s:10:\"dimensions\";s:0:\"\";}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:12;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:2;s:6:\"active\";b:0;s:15:\"text_field_type\";s:4:\"text\";s:22:\"text_field_is_required\";b:1;}i:2;a:10:{s:3:\"_id\";i:3;s:4:\"name\";s:5:\"Model\";s:11:\"description\";s:0:\"\";s:6:\"images\";a:1:{i:0;a:3:{s:5:\"image\";a:3:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";s:10:\"dimensions\";s:0:\"\";}s:9:\"thumbnail\";a:2:{s:2:\"id\";i:0;s:3:\"url\";s:0:\"\";}s:7:\"angleId\";i:1;}}s:7:\"layerId\";i:12;s:9:\"available\";s:1:\"1\";s:5:\"order\";i:3;s:6:\"active\";b:0;s:15:\"text_field_type\";s:4:\"text\";s:22:\"text_field_is_required\";b:1;}}}}'),(10227,1838,'_mkl_pc__is_configurable','yes'),(10228,1838,'_mkl_product_configurator_conditions','a:0:{}'),(10229,1838,'_edit_lock','1759503101:1'),(10230,1838,'_edit_last','1'),(10231,1839,'_wp_attached_file','2025/01/3ribgripper.webp'),(10232,1839,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:24:\"2025/01/3ribgripper.webp\";s:8:\"filesize\";i:82550;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"3ribgripper-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20070;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"3ribgripper-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5830;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"3ribgripper-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20070;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"3ribgripper-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:69328;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"3ribgripper-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3032;}}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:{}}}'),(10233,1840,'_wp_attached_file','2025/01/seatcover-3Rib-black.webp'),(10234,1840,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:33:\"2025/01/seatcover-3Rib-black.webp\";s:8:\"filesize\";i:2370;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"seatcover-3Rib-black-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1118;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"seatcover-3Rib-black-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:288;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"seatcover-3Rib-black-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1118;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"seatcover-3Rib-black-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3168;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"seatcover-3Rib-black-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:206;}}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:{}}}'),(10235,1841,'_wp_attached_file','2025/01/seatcover-3Rib-coolgrey.webp'),(10236,1841,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:36:\"2025/01/seatcover-3Rib-coolgrey.webp\";s:8:\"filesize\";i:2612;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"seatcover-3Rib-coolgrey-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1100;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"seatcover-3Rib-coolgrey-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:292;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"seatcover-3Rib-coolgrey-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1100;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"seatcover-3Rib-coolgrey-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3344;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"seatcover-3Rib-coolgrey-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:196;}}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:{}}}'),(10237,1842,'_wp_attached_file','2025/01/seatcover-3Rib-flop.webp'),(10238,1842,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:32:\"2025/01/seatcover-3Rib-flop.webp\";s:8:\"filesize\";i:4196;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"seatcover-3Rib-flop-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1866;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"seatcover-3Rib-flop-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:408;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"seatcover-3Rib-flop-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1866;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"seatcover-3Rib-flop-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6210;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"seatcover-3Rib-flop-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:270;}}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:{}}}'),(10239,1843,'_wp_attached_file','2025/01/seatcover-3Rib-floy.webp'),(10240,1843,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:32:\"2025/01/seatcover-3Rib-floy.webp\";s:8:\"filesize\";i:4196;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"seatcover-3Rib-floy-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1868;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"seatcover-3Rib-floy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:402;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"seatcover-3Rib-floy-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1868;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"seatcover-3Rib-floy-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6154;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"seatcover-3Rib-floy-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:266;}}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:{}}}'),(10241,1844,'_wp_attached_file','2025/01/seatcover-3Rib-gasgas.webp'),(10242,1844,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:34:\"2025/01/seatcover-3Rib-gasgas.webp\";s:8:\"filesize\";i:3464;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"seatcover-3Rib-gasgas-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1526;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"seatcover-3Rib-gasgas-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:402;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"seatcover-3Rib-gasgas-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1526;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:34:\"seatcover-3Rib-gasgas-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4906;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"seatcover-3Rib-gasgas-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:250;}}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:{}}}'),(10243,1845,'_wp_attached_file','2025/01/seatcover-3Rib-honda.webp'),(10244,1845,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:33:\"2025/01/seatcover-3Rib-honda.webp\";s:8:\"filesize\";i:3532;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"seatcover-3Rib-honda-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1532;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"seatcover-3Rib-honda-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:392;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"seatcover-3Rib-honda-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1532;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"seatcover-3Rib-honda-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4936;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"seatcover-3Rib-honda-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:260;}}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:{}}}'),(10245,1846,'_wp_attached_file','2025/01/seatcover-3Rib-ktm.webp'),(10246,1846,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:31:\"2025/01/seatcover-3Rib-ktm.webp\";s:8:\"filesize\";i:4164;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"seatcover-3Rib-ktm-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1860;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"seatcover-3Rib-ktm-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:414;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"seatcover-3Rib-ktm-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1860;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"seatcover-3Rib-ktm-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6120;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"seatcover-3Rib-ktm-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:262;}}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:{}}}'),(10247,1847,'_wp_attached_file','2025/01/seatcover-3Rib-kx.webp'),(10248,1847,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:30:\"2025/01/seatcover-3Rib-kx.webp\";s:8:\"filesize\";i:3786;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"seatcover-3Rib-kx-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1796;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"seatcover-3Rib-kx-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:374;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"seatcover-3Rib-kx-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1796;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"seatcover-3Rib-kx-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5782;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"seatcover-3Rib-kx-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:262;}}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:{}}}'),(10249,1848,'_wp_attached_file','2025/01/seatcover-3Rib-lblue.webp'),(10250,1848,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:33:\"2025/01/seatcover-3Rib-lblue.webp\";s:8:\"filesize\";i:4194;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"seatcover-3Rib-lblue-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1856;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"seatcover-3Rib-lblue-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:420;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"seatcover-3Rib-lblue-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1856;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"seatcover-3Rib-lblue-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5938;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"seatcover-3Rib-lblue-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:274;}}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:{}}}'),(10251,1849,'_wp_attached_file','2025/01/seatcover-3Rib-navy.webp'),(10252,1849,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:32:\"2025/01/seatcover-3Rib-navy.webp\";s:8:\"filesize\";i:3074;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"seatcover-3Rib-navy-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1736;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"seatcover-3Rib-navy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:354;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"seatcover-3Rib-navy-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1736;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"seatcover-3Rib-navy-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5478;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"seatcover-3Rib-navy-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:234;}}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:{}}}'),(10253,1850,'_wp_attached_file','2025/01/seatcover-3Rib-purple.webp'),(10254,1850,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:34:\"2025/01/seatcover-3Rib-purple.webp\";s:8:\"filesize\";i:4326;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"seatcover-3Rib-purple-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1860;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"seatcover-3Rib-purple-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:396;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"seatcover-3Rib-purple-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1860;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:34:\"seatcover-3Rib-purple-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6370;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"seatcover-3Rib-purple-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:262;}}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:{}}}'),(10255,1851,'_wp_attached_file','2025/01/seatcover-3Rib-rmyellow.webp'),(10256,1851,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:36:\"2025/01/seatcover-3Rib-rmyellow.webp\";s:8:\"filesize\";i:4190;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"seatcover-3Rib-rmyellow-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1870;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"seatcover-3Rib-rmyellow-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:402;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"seatcover-3Rib-rmyellow-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1870;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"seatcover-3Rib-rmyellow-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6110;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"seatcover-3Rib-rmyellow-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:266;}}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:{}}}'),(10257,1852,'_wp_attached_file','2025/01/seatcover-3Rib-ruby.webp'),(10258,1852,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:32:\"2025/01/seatcover-3Rib-ruby.webp\";s:8:\"filesize\";i:3306;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"seatcover-3Rib-ruby-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1448;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"seatcover-3Rib-ruby-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:376;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"seatcover-3Rib-ruby-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1448;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"seatcover-3Rib-ruby-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4684;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"seatcover-3Rib-ruby-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:260;}}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:{}}}'),(10263,1855,'_wp_attached_file','2025/01/seatcover-3Rib-seafoam.webp'),(10264,1855,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:35:\"2025/01/seatcover-3Rib-seafoam.webp\";s:8:\"filesize\";i:4182;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"seatcover-3Rib-seafoam-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1660;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"seatcover-3Rib-seafoam-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:410;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"seatcover-3Rib-seafoam-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1660;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"seatcover-3Rib-seafoam-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5760;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"seatcover-3Rib-seafoam-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:272;}}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:{}}}'),(10267,1857,'_wp_attached_file','2025/01/seatcover-3Rib-teal.webp'),(10268,1857,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:32:\"2025/01/seatcover-3Rib-teal.webp\";s:8:\"filesize\";i:3640;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"seatcover-3Rib-teal-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1820;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"seatcover-3Rib-teal-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:384;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"seatcover-3Rib-teal-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1820;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"seatcover-3Rib-teal-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5992;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"seatcover-3Rib-teal-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:264;}}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:{}}}'),(10269,1858,'_wp_attached_file','2025/01/seatcover-3Rib-tm.webp'),(10270,1858,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:30:\"2025/01/seatcover-3Rib-tm.webp\";s:8:\"filesize\";i:4126;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"seatcover-3Rib-tm-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1872;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"seatcover-3Rib-tm-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:402;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"seatcover-3Rib-tm-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1872;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"seatcover-3Rib-tm-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6154;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"seatcover-3Rib-tm-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:272;}}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:{}}}'),(10271,1859,'_wp_attached_file','2025/01/seatcover-3Rib-white.webp'),(10272,1859,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:33:\"2025/01/seatcover-3Rib-white.webp\";s:8:\"filesize\";i:2838;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"seatcover-3Rib-white-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1122;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"seatcover-3Rib-white-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:300;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"seatcover-3Rib-white-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1122;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"seatcover-3Rib-white-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3622;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"seatcover-3Rib-white-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:216;}}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:{}}}'),(10273,1860,'_wp_attached_file','2025/01/seatcover-3Rib-yz.webp'),(10274,1860,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:30:\"2025/01/seatcover-3Rib-yz.webp\";s:8:\"filesize\";i:3546;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"seatcover-3Rib-yz-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1652;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"seatcover-3Rib-yz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:380;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"seatcover-3Rib-yz-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1652;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"seatcover-3Rib-yz-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5282;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"seatcover-3Rib-yz-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:260;}}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:{}}}'),(10275,1861,'_wp_attached_file','2025/01/seatcover-3Ribaccent-black.webp'),(10276,1861,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:39:\"2025/01/seatcover-3Ribaccent-black.webp\";s:8:\"filesize\";i:1810;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"seatcover-3Ribaccent-black-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:676;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"seatcover-3Ribaccent-black-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:39:\"seatcover-3Ribaccent-black-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:676;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:39:\"seatcover-3Ribaccent-black-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1834;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:39:\"seatcover-3Ribaccent-black-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40;}}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:{}}}'),(10277,1862,'_wp_attached_file','2025/01/seatcover-3Ribaccent-coolgrey.webp'),(10278,1862,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:42:\"2025/01/seatcover-3Ribaccent-coolgrey.webp\";s:8:\"filesize\";i:1786;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"seatcover-3Ribaccent-coolgrey-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:712;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"seatcover-3Ribaccent-coolgrey-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:42:\"seatcover-3Ribaccent-coolgrey-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:712;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:42:\"seatcover-3Ribaccent-coolgrey-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1724;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:42:\"seatcover-3Ribaccent-coolgrey-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40;}}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:{}}}'),(10279,1863,'_wp_attached_file','2025/01/seatcover-3Ribaccent-flop.webp'),(10280,1863,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:38:\"2025/01/seatcover-3Ribaccent-flop.webp\";s:8:\"filesize\";i:2620;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"seatcover-3Ribaccent-flop-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:896;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"seatcover-3Ribaccent-flop-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"seatcover-3Ribaccent-flop-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:896;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:38:\"seatcover-3Ribaccent-flop-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2876;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"seatcover-3Ribaccent-flop-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40;}}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:{}}}'),(10281,1864,'_wp_attached_file','2025/01/seatcover-3Ribaccent-floy.webp'),(10282,1864,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:38:\"2025/01/seatcover-3Ribaccent-floy.webp\";s:8:\"filesize\";i:2560;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"seatcover-3Ribaccent-floy-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:898;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"seatcover-3Ribaccent-floy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"seatcover-3Ribaccent-floy-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:898;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:38:\"seatcover-3Ribaccent-floy-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2700;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"seatcover-3Ribaccent-floy-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40;}}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:{}}}'),(10283,1865,'_wp_attached_file','2025/01/seatcover-3Ribaccent-gasgas.webp'),(10284,1865,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:40:\"2025/01/seatcover-3Ribaccent-gasgas.webp\";s:8:\"filesize\";i:2286;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"seatcover-3Ribaccent-gasgas-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:852;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"seatcover-3Ribaccent-gasgas-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:40:\"seatcover-3Ribaccent-gasgas-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:852;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:40:\"seatcover-3Ribaccent-gasgas-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2412;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:40:\"seatcover-3Ribaccent-gasgas-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40;}}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:{}}}'),(10285,1866,'_wp_attached_file','2025/01/seatcover-3Ribaccent-honda.webp'),(10286,1866,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:39:\"2025/01/seatcover-3Ribaccent-honda.webp\";s:8:\"filesize\";i:2114;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"seatcover-3Ribaccent-honda-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:830;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"seatcover-3Ribaccent-honda-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:39:\"seatcover-3Ribaccent-honda-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:830;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:39:\"seatcover-3Ribaccent-honda-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2310;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:39:\"seatcover-3Ribaccent-honda-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40;}}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:{}}}'),(10287,1867,'_wp_attached_file','2025/01/seatcover-3Ribaccent-ktm.webp'),(10288,1867,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:37:\"2025/01/seatcover-3Ribaccent-ktm.webp\";s:8:\"filesize\";i:2522;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"seatcover-3Ribaccent-ktm-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:886;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"seatcover-3Ribaccent-ktm-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"seatcover-3Ribaccent-ktm-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:886;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"seatcover-3Ribaccent-ktm-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2712;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"seatcover-3Ribaccent-ktm-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40;}}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:{}}}'),(10289,1868,'_wp_attached_file','2025/01/seatcover-3Ribaccent-kx.webp'),(10290,1868,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:36:\"2025/01/seatcover-3Ribaccent-kx.webp\";s:8:\"filesize\";i:2574;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"seatcover-3Ribaccent-kx-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:822;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"seatcover-3Ribaccent-kx-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"seatcover-3Ribaccent-kx-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:822;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"seatcover-3Ribaccent-kx-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2790;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"seatcover-3Ribaccent-kx-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40;}}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:{}}}'),(10291,1869,'_wp_attached_file','2025/01/seatcover-3Ribaccent-lblue.webp'),(10292,1869,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:39:\"2025/01/seatcover-3Ribaccent-lblue.webp\";s:8:\"filesize\";i:2544;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"seatcover-3Ribaccent-lblue-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:898;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"seatcover-3Ribaccent-lblue-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:39:\"seatcover-3Ribaccent-lblue-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:898;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:39:\"seatcover-3Ribaccent-lblue-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2714;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:39:\"seatcover-3Ribaccent-lblue-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40;}}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:{}}}'),(10293,1870,'_wp_attached_file','2025/01/seatcover-3Ribaccent-navy.webp'),(10294,1870,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:38:\"2025/01/seatcover-3Ribaccent-navy.webp\";s:8:\"filesize\";i:2278;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"seatcover-3Ribaccent-navy-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:802;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"seatcover-3Ribaccent-navy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"seatcover-3Ribaccent-navy-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:802;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:38:\"seatcover-3Ribaccent-navy-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3018;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"seatcover-3Ribaccent-navy-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40;}}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:{}}}'),(10295,1871,'_wp_attached_file','2025/01/seatcover-3Ribaccent-purple.webp'),(10296,1871,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:40:\"2025/01/seatcover-3Ribaccent-purple.webp\";s:8:\"filesize\";i:2566;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"seatcover-3Ribaccent-purple-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:890;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"seatcover-3Ribaccent-purple-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:40:\"seatcover-3Ribaccent-purple-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:890;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:40:\"seatcover-3Ribaccent-purple-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2896;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:40:\"seatcover-3Ribaccent-purple-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40;}}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:{}}}'),(10297,1872,'_wp_attached_file','2025/01/seatcover-3Ribaccent-rmyellow.webp'),(10298,1872,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:42:\"2025/01/seatcover-3Ribaccent-rmyellow.webp\";s:8:\"filesize\";i:2536;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"seatcover-3Ribaccent-rmyellow-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:894;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"seatcover-3Ribaccent-rmyellow-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:42:\"seatcover-3Ribaccent-rmyellow-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:894;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:42:\"seatcover-3Ribaccent-rmyellow-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2730;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:42:\"seatcover-3Ribaccent-rmyellow-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40;}}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:{}}}'),(10299,1873,'_wp_attached_file','2025/01/seatcover-3Ribaccent-ruby.webp'),(10300,1873,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:38:\"2025/01/seatcover-3Ribaccent-ruby.webp\";s:8:\"filesize\";i:2320;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"seatcover-3Ribaccent-ruby-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:796;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"seatcover-3Ribaccent-ruby-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"seatcover-3Ribaccent-ruby-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:796;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:38:\"seatcover-3Ribaccent-ruby-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2304;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"seatcover-3Ribaccent-ruby-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40;}}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:{}}}'),(10301,1874,'_wp_attached_file','2025/01/seatcover-3Ribaccent-seafoam.webp'),(10302,1874,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:41:\"2025/01/seatcover-3Ribaccent-seafoam.webp\";s:8:\"filesize\";i:2472;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"seatcover-3Ribaccent-seafoam-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:884;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"seatcover-3Ribaccent-seafoam-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:41:\"seatcover-3Ribaccent-seafoam-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:884;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:41:\"seatcover-3Ribaccent-seafoam-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2712;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:41:\"seatcover-3Ribaccent-seafoam-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40;}}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:{}}}'),(10303,1875,'_wp_attached_file','2025/01/seatcover-3Ribaccent-teal.webp'),(10304,1875,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:38:\"2025/01/seatcover-3Ribaccent-teal.webp\";s:8:\"filesize\";i:2250;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"seatcover-3Ribaccent-teal-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:862;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"seatcover-3Ribaccent-teal-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"seatcover-3Ribaccent-teal-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:862;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:38:\"seatcover-3Ribaccent-teal-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2458;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"seatcover-3Ribaccent-teal-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40;}}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:{}}}'),(10305,1876,'_wp_attached_file','2025/01/seatcover-3Ribaccent-tm.webp'),(10306,1876,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:36:\"2025/01/seatcover-3Ribaccent-tm.webp\";s:8:\"filesize\";i:2526;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"seatcover-3Ribaccent-tm-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:896;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"seatcover-3Ribaccent-tm-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"seatcover-3Ribaccent-tm-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:896;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"seatcover-3Ribaccent-tm-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2736;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"seatcover-3Ribaccent-tm-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40;}}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:{}}}'),(10307,1877,'_wp_attached_file','2025/01/seatcover-3Ribaccent-white.webp'),(10308,1877,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:39:\"2025/01/seatcover-3Ribaccent-white.webp\";s:8:\"filesize\";i:2038;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"seatcover-3Ribaccent-white-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:694;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"seatcover-3Ribaccent-white-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:39:\"seatcover-3Ribaccent-white-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:694;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:39:\"seatcover-3Ribaccent-white-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1844;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:39:\"seatcover-3Ribaccent-white-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40;}}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:{}}}'),(10309,1878,'_wp_attached_file','2025/01/seatcover-3Ribaccent-yz.webp'),(10310,1878,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:416;s:4:\"file\";s:36:\"2025/01/seatcover-3Ribaccent-yz.webp\";s:8:\"filesize\";i:2378;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"seatcover-3Ribaccent-yz-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:872;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"seatcover-3Ribaccent-yz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"seatcover-3Ribaccent-yz-300x164.webp\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:872;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"seatcover-3Ribaccent-yz-600x327.webp\";s:5:\"width\";i:600;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2698;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"seatcover-3Ribaccent-yz-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40;}}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:{}}}'),(10317,858,'_yoast_wpseo_primary_product_brand',''),(10318,1880,'af_addon_field_sort','3'),(10319,1880,'af_addon_depend_selector','af_addon_not_dependable'),(10320,1880,'af_addon_field_depend_selector','0'),(10321,1880,'af_addon_option_depend_selector','a:0:{}'),(10322,1880,'af_addon_type_select','color_swatcher'),(10323,1880,'af_addon_field_title','Number background color:'),(10324,1880,'af_addon_tooltip_checkbox',''),(10325,1880,'af_addon_tooltip_textarea',''),(10326,1880,'af_addon_desc_checkbox',''),(10327,1880,'af_addon_desc_textarea',''),(10328,1880,'af_addon_required_field',''),(10329,1880,'af_addon_limit_range_checkbox',''),(10330,1880,'af_addon_min_limit_range',''),(10331,1880,'af_addon_max_limit_range',''),(10332,1880,'af_addon_price_range_checkbox',''),(10333,1880,'af_addon_field_price_type','free'),(10334,1880,'af_addon_field_price',''),(10335,1880,'af_addon_upload_file_extention',''),(10336,1887,'af_addon_option_priority',''),(10337,1887,'af_addon_field_options_image',''),(10338,1887,'af_addon_field_options_name','Purple'),(10339,1887,'af_addon_option_color','#8224e3'),(10340,1887,'af_addon_field_options_price_type','free'),(10341,1887,'af_addon_field_options_price',''),(10342,1886,'af_addon_option_priority',''),(10343,1886,'af_addon_field_options_image',''),(10344,1886,'af_addon_field_options_name','Blue'),(10345,1886,'af_addon_option_color','#1e73be'),(10346,1886,'af_addon_field_options_price_type','free'),(10347,1886,'af_addon_field_options_price',''),(10348,1885,'af_addon_option_priority',''),(10349,1885,'af_addon_field_options_image',''),(10350,1885,'af_addon_field_options_name','Green'),(10351,1885,'af_addon_option_color','#81d742'),(10352,1885,'af_addon_field_options_price_type','free'),(10353,1885,'af_addon_field_options_price',''),(10354,1884,'af_addon_option_priority',''),(10355,1884,'af_addon_field_options_image',''),(10356,1884,'af_addon_field_options_name','Yellow'),(10357,1884,'af_addon_option_color','#eeee22'),(10358,1884,'af_addon_field_options_price_type','free'),(10359,1884,'af_addon_field_options_price',''),(10360,1883,'af_addon_option_priority',''),(10361,1883,'af_addon_field_options_image',''),(10362,1883,'af_addon_field_options_name','Red'),(10363,1883,'af_addon_option_color','#dd3333'),(10364,1883,'af_addon_field_options_price_type','free'),(10365,1883,'af_addon_field_options_price',''),(10366,1882,'af_addon_option_priority',''),(10367,1882,'af_addon_field_options_image',''),(10368,1882,'af_addon_field_options_name','White'),(10369,1882,'af_addon_option_color','#ffffff'),(10370,1882,'af_addon_field_options_price_type','free'),(10371,1882,'af_addon_field_options_price',''),(10372,1881,'af_addon_option_priority',''),(10373,1881,'af_addon_field_options_image',''),(10374,1881,'af_addon_field_options_name','Black'),(10375,1881,'af_addon_option_color','#000000'),(10376,1881,'af_addon_field_options_price_type','free'),(10377,1881,'af_addon_field_options_price',''),(10378,1891,'af_addon_option_priority',''),(10379,1891,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/UX1-holographicMXmaterial.png'),(10380,1891,'af_addon_field_options_name','Full holographic'),(10381,1891,'af_addon_option_color',''),(10382,1891,'af_addon_field_options_price_type','free'),(10383,1891,'af_addon_field_options_price',''),(10384,1890,'af_addon_option_priority',''),(10385,1890,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/UX1-chromeMXmaterial.png'),(10386,1890,'af_addon_field_options_name','Full Chrome'),(10387,1890,'af_addon_option_color',''),(10388,1890,'af_addon_field_options_price_type','free'),(10389,1890,'af_addon_field_options_price',''),(10390,1889,'af_addon_option_priority',''),(10391,1889,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/glosslaminate.png'),(10392,1889,'af_addon_field_options_name','Regular Mx'),(10393,1889,'af_addon_option_color',''),(10394,1889,'af_addon_field_options_price_type','free'),(10395,1889,'af_addon_field_options_price',''),(10396,1893,'af_addon_option_priority',''),(10397,1893,'af_addon_field_options_image',''),(10398,1893,'af_addon_field_options_name','Metallic accents'),(10399,1893,'af_addon_option_color',''),(10400,1893,'af_addon_field_options_price_type','free'),(10401,1893,'af_addon_field_options_price',''),(10402,486,'_yoast_wpseo_primary_product_brand',''),(10403,858,'_g_feedback_shortcode_b09f5c4913867b53582fa60d6dbbffb1e103423a','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(10404,858,'_g_feedback_shortcode_atts_b09f5c4913867b53582fa60d6dbbffb1e103423a','a:18:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:48:\"[Aggressive Graphix LLC] Custom number plate kit\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:858;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;s:14:\"stepTransition\";s:10:\"fade-slide\";}'),(10421,1902,'_wp_attached_file','2024/10/plastickits.webp'),(10422,1902,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:329;s:6:\"height\";i:295;s:4:\"file\";s:24:\"2024/10/plastickits.webp\";s:8:\"filesize\";i:55312;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"plastickits-300x269.webp\";s:5:\"width\";i:300;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:48616;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"plastickits-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19080;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"plastickits-300x269.webp\";s:5:\"width\";i:300;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:48616;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"plastickits-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9910;}}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:{}}}'),(10423,2,'_g_feedback_shortcode_335bb849cdbcbb193ecf25c9bd24c9684932206c','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(10424,2,'_g_feedback_shortcode_atts_335bb849cdbcbb193ecf25c9bd24c9684932206c','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:29:\"[Aggressive Graphix LLC] Home\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(10425,486,'_g_feedback_shortcode_c1091e415cd6c9907afafe0b9d69de268549c047','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(10426,486,'_g_feedback_shortcode_atts_c1091e415cd6c9907afafe0b9d69de268549c047','a:18:{s:2:\"to\";s:26:\"support@addify.zendesk.com\";s:7:\"subject\";s:46:\"[Aggressive Graphix LLC] Custom full decal kit\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:486;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;s:14:\"stepTransition\";s:10:\"fade-slide\";}'),(10427,1906,'af_addon_option_priority',''),(10428,1906,'af_addon_field_options_image',''),(10429,1906,'af_addon_field_options_name','Orange'),(10430,1906,'af_addon_option_color','#dd9933'),(10431,1906,'af_addon_field_options_price_type','free'),(10432,1906,'af_addon_field_options_price',''),(10439,1909,'origin','theme'),(10440,1911,'origin','theme'),(10441,1916,'origin','theme'),(10442,1918,'origin','theme'),(10443,1921,'origin','theme'),(10444,1925,'origin','plugin'),(10445,1927,'origin','theme'),(10446,7,'_g_feedback_shortcode_784f9382156ed25a9f0b94102a68cccf0240c765','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(10447,7,'_g_feedback_shortcode_atts_784f9382156ed25a9f0b94102a68cccf0240c765','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:29:\"[Aggressive Graphix LLC] Cart\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:7;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(10448,1938,'origin','theme'),(10449,1941,'origin','theme'),(10450,1028,'wpforms_form_locations','a:0:{}'),(10451,1943,'wpforms_form_locations','a:1:{i:0;a:6:{s:4:\"type\";s:11:\"wp_template\";s:5:\"title\";s:7:\"Contact\";s:7:\"form_id\";i:1943;s:2:\"id\";i:1941;s:6:\"status\";s:7:\"publish\";s:3:\"url\";s:9:\"/contact/\";}}'),(10452,1948,'origin','theme'),(10453,1949,'origin','theme'),(10454,1951,'origin','theme'),(10465,1965,'origin',NULL),(10485,95,'_g_feedback_shortcode_15ca9652c0fa4af4c87bece13acdfff0c748ca80','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(10486,95,'_g_feedback_shortcode_atts_15ca9652c0fa4af4c87bece13acdfff0c748ca80','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:57:\"[Aggressive Graphix LLC] Vehicle wraps and window tinting\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:95;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(10487,1991,'origin','theme'),(10488,95,'_yoast_wpseo_content_score','90'),(10489,95,'_oembed_c26bab511d1822b0044721d422c75245','{{unknown}}'),(10490,93,'_g_feedback_shortcode_794e576d69c9f9030c4186619bc872b4d8b11a19','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(10491,93,'_g_feedback_shortcode_atts_794e576d69c9f9030c4186619bc872b4d8b11a19','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:33:\"[Aggressive Graphix LLC] About Us\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:93;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(10492,1999,'origin','theme'),(10493,93,'_yoast_wpseo_content_score','60'),(10494,2004,'_wp_attached_file','2025/02/whatwedo.webp'),(10495,2004,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:447;s:6:\"height\";i:252;s:4:\"file\";s:21:\"2025/02/whatwedo.webp\";s:8:\"filesize\";i:122254;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"whatwedo-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:56952;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"whatwedo-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28504;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"whatwedo-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:56952;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"whatwedo-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13930;}}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:{}}}'),(10496,2005,'_wp_attached_file','2025/02/ourvision.webp'),(10497,2005,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:447;s:6:\"height\";i:252;s:4:\"file\";s:22:\"2025/02/ourvision.webp\";s:8:\"filesize\";i:115596;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"ourvision-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:56340;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"ourvision-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25772;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"ourvision-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:56340;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"ourvision-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12580;}}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:{}}}'),(10498,2006,'_wp_attached_file','2025/02/beginning.webp'),(10499,2006,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:447;s:6:\"height\";i:252;s:4:\"file\";s:22:\"2025/02/beginning.webp\";s:8:\"filesize\";i:181628;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"beginning-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:89130;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"beginning-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:43922;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"beginning-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:89130;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"beginning-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21520;}}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:{}}}'),(10500,2008,'_edit_lock','1757444607:1'),(10501,2008,'_g_feedback_shortcode_953f22755dc3921c373c389df20db7a8b25f1b95','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(10502,2008,'_g_feedback_shortcode_atts_953f22755dc3921c373c389df20db7a8b25f1b95','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:42:\"[Aggressive Graphix LLC] Graphics Re-print\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2008;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(10503,2008,'af_addon_title_font_size','14'),(10504,2008,'af_addon_option_title_font_size','12'),(10505,2008,'af_addon_field_border_pixels','1'),(10506,2008,'af_addon_desc_font_size','12'),(10507,2008,'af_addon_tooltip_font_size','12'),(10508,2023,'_wp_attached_file','2025/02/graphics-reprints.webp'),(10509,2023,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:30:\"2025/02/graphics-reprints.webp\";s:8:\"filesize\";i:986690;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"graphics-reprints-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:101950;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"graphics-reprints-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29952;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"graphics-reprints-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:606534;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"graphics-reprints-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:101950;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"graphics-reprints-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:375288;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"graphics-reprints-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14860;}}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:{}}}'),(10510,2008,'_thumbnail_id','2023'),(10511,2008,'_edit_last','1'),(10512,2008,'exclude_rule_addons','1'),(10513,2008,'af_addon_title_display_as_selector','af_addon_title_display_text'),(10514,2008,'af_addon_heading_type_selector','addon_h1'),(10515,2008,'af_addon_seperator_checkbox',''),(10516,2008,'af_addon_title_seperator','af_addon_title_seperator_br'),(10517,2008,'af_addon_option_title_font_color',''),(10518,2008,'af_addon_title_bg',''),(10519,2008,'af_addon_title_color',''),(10520,2008,'af_addon_bg_color',''),(10521,2008,'af_addon_title_top_left_radius',''),(10522,2008,'af_addon_title_top_right_radius',''),(10523,2008,'af_addon_title_bottom_left_radius',''),(10524,2008,'af_addon_title_bottom_right_radius',''),(10525,2008,'af_addon_title_top_padding',''),(10526,2008,'af_addon_title_bottom_padding',''),(10527,2008,'af_addon_title_left_padding',''),(10528,2008,'af_addon_title_right_padding',''),(10529,2008,'af_addon_field_border',''),(10530,2008,'af_addon_field_border_top_left_radius',''),(10531,2008,'af_addon_field_border_top_right_radius',''),(10532,2008,'af_addon_field_border_bottom_left_radius',''),(10533,2008,'af_addon_field_border_bottom_right_radius',''),(10534,2008,'af_addon_field_border_top_padding',''),(10535,2008,'af_addon_field_border_bottom_padding',''),(10536,2008,'af_addon_field_border_left_padding',''),(10537,2008,'af_addon_field_border_right_padding',''),(10538,2008,'af_addon_field_title_position','left'),(10539,2008,'af_addon_field_border_color',''),(10540,2008,'af_addon_title_position','af_addon_title_inside_border'),(10541,2008,'af_addon_tooltip_background_color','#000000'),(10542,2008,'af_addon_tooltip_text_color',''),(10543,2022,'af_addon_field_sort',''),(10544,2022,'af_addon_depend_selector','af_addon_not_dependable'),(10545,2022,'af_addon_field_depend_selector','0'),(10546,2022,'af_addon_option_depend_selector','a:0:{}'),(10547,2022,'af_addon_type_select','file_upload'),(10548,2022,'af_addon_field_title','Upload the proof of the kit you would like re-printed.'),(10549,2022,'af_addon_tooltip_checkbox',''),(10550,2022,'af_addon_tooltip_textarea',''),(10551,2022,'af_addon_desc_checkbox','1'),(10552,2022,'af_addon_desc_textarea','A direct side photo of the current graphics kit works as well if the original proof email cannot be found.'),(10553,2022,'af_addon_required_field','1'),(10554,2022,'af_addon_limit_range_checkbox',''),(10555,2022,'af_addon_min_limit_range',''),(10556,2022,'af_addon_max_limit_range',''),(10557,2022,'af_addon_price_range_checkbox',''),(10558,2022,'af_addon_field_price_type','free'),(10559,2022,'af_addon_field_price',''),(10560,2022,'af_addon_upload_file_extention',''),(10561,2016,'af_addon_field_sort',''),(10562,2016,'af_addon_depend_selector','af_addon_not_dependable'),(10563,2016,'af_addon_field_depend_selector','0'),(10564,2016,'af_addon_option_depend_selector','a:0:{}'),(10565,2016,'af_addon_type_select','image_swatcher'),(10566,2016,'af_addon_field_title','What finish would you like your kit?'),(10567,2016,'af_addon_tooltip_checkbox',''),(10568,2016,'af_addon_tooltip_textarea',''),(10569,2016,'af_addon_desc_checkbox','1'),(10570,2016,'af_addon_desc_textarea','Gloss has a shiny finish with the highest quality in durability. Matte has a dull finish with the most custom look. Flake laminate has little metallic flakes that will shimmer in the sun. Silver is your basic silver flake, cosmic shift creates a holographic rainbow effect, and gold is a basic gold flake. This is an extra cost option on the final invoice.'),(10571,2016,'af_addon_required_field','1'),(10572,2016,'af_addon_limit_range_checkbox',''),(10573,2016,'af_addon_min_limit_range',''),(10574,2016,'af_addon_max_limit_range',''),(10575,2016,'af_addon_price_range_checkbox',''),(10576,2016,'af_addon_field_price_type','free'),(10577,2016,'af_addon_field_price',''),(10578,2016,'af_addon_upload_file_extention',''),(10579,2021,'af_addon_option_priority',''),(10580,2021,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/cosmicflakelaminate.png'),(10581,2021,'af_addon_field_options_name','Cosmic flake laminate'),(10582,2021,'af_addon_option_color',''),(10583,2021,'af_addon_field_options_price_type','free'),(10584,2021,'af_addon_field_options_price',''),(10585,2020,'af_addon_option_priority',''),(10586,2020,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/goldflakelaminate.png'),(10587,2020,'af_addon_field_options_name','Gold flake laminate'),(10588,2020,'af_addon_option_color',''),(10589,2020,'af_addon_field_options_price_type','free'),(10590,2020,'af_addon_field_options_price',''),(10591,2019,'af_addon_option_priority',''),(10592,2019,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/silverflakelaminate.png'),(10593,2019,'af_addon_field_options_name','Silver flake laminate'),(10594,2019,'af_addon_option_color',''),(10595,2019,'af_addon_field_options_price_type','free'),(10596,2019,'af_addon_field_options_price',''),(10597,2018,'af_addon_option_priority',''),(10598,2018,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/mattelaminate.png'),(10599,2018,'af_addon_field_options_name','Matte laminate'),(10600,2018,'af_addon_option_color',''),(10601,2018,'af_addon_field_options_price_type','free'),(10602,2018,'af_addon_field_options_price',''),(10603,2017,'af_addon_option_priority',''),(10604,2017,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/glosslaminate.png'),(10605,2017,'af_addon_field_options_name','Gloss laminate'),(10606,2017,'af_addon_option_color',''),(10607,2017,'af_addon_field_options_price_type','free'),(10608,2017,'af_addon_field_options_price',''),(10609,2012,'af_addon_field_sort',''),(10610,2012,'af_addon_depend_selector','af_addon_not_dependable'),(10611,2012,'af_addon_field_depend_selector','0'),(10612,2012,'af_addon_option_depend_selector','a:0:{}'),(10613,2012,'af_addon_type_select','image_swatcher'),(10614,2012,'af_addon_field_title','What type of material would you like your kit printed on?'),(10615,2012,'af_addon_tooltip_checkbox',''),(10616,2012,'af_addon_tooltip_textarea',''),(10617,2012,'af_addon_desc_checkbox','1'),(10618,2012,'af_addon_desc_textarea','Full chrome and holographic kits will replace any white in the design with the raw film color. If these are chosen as an option, you are opting in for the full completion of the kit in that specific material and are responsible for all cost included.'),(10619,2012,'af_addon_required_field','1'),(10620,2012,'af_addon_limit_range_checkbox',''),(10621,2012,'af_addon_min_limit_range',''),(10622,2012,'af_addon_max_limit_range',''),(10623,2012,'af_addon_price_range_checkbox',''),(10624,2012,'af_addon_field_price_type','free'),(10625,2012,'af_addon_field_price',''),(10626,2012,'af_addon_upload_file_extention',''),(10627,2015,'af_addon_option_priority',''),(10628,2015,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/UX1-holographicMXmaterial.png'),(10629,2015,'af_addon_field_options_name','Full holographic kit'),(10630,2015,'af_addon_option_color',''),(10631,2015,'af_addon_field_options_price_type','free'),(10632,2015,'af_addon_field_options_price',''),(10633,2014,'af_addon_option_priority',''),(10634,2014,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/UX1-chromeMXmaterial.png'),(10635,2014,'af_addon_field_options_name','Full chrome kit'),(10636,2014,'af_addon_option_color',''),(10637,2014,'af_addon_field_options_price_type','free'),(10638,2014,'af_addon_field_options_price',''),(10639,2013,'af_addon_option_priority',''),(10640,2013,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/glosslaminate.png'),(10641,2013,'af_addon_field_options_name','Regular MX'),(10642,2013,'af_addon_option_color',''),(10643,2013,'af_addon_field_options_price_type','free'),(10644,2013,'af_addon_field_options_price',''),(10645,2011,'af_addon_field_sort',''),(10646,2011,'af_addon_depend_selector','af_addon_not_dependable'),(10647,2011,'af_addon_field_depend_selector','0'),(10648,2011,'af_addon_option_depend_selector','a:0:{}'),(10649,2011,'af_addon_type_select','input_text'),(10650,2011,'af_addon_field_title','Bike year/make/model:'),(10651,2011,'af_addon_tooltip_checkbox',''),(10652,2011,'af_addon_tooltip_textarea',''),(10653,2011,'af_addon_desc_checkbox',''),(10654,2011,'af_addon_desc_textarea',''),(10655,2011,'af_addon_required_field','1'),(10656,2011,'af_addon_limit_range_checkbox',''),(10657,2011,'af_addon_min_limit_range',''),(10658,2011,'af_addon_max_limit_range',''),(10659,2011,'af_addon_price_range_checkbox',''),(10660,2011,'af_addon_field_price_type','free'),(10661,2011,'af_addon_field_price',''),(10662,2011,'af_addon_upload_file_extention',''),(10663,2010,'af_addon_field_sort',''),(10664,2010,'af_addon_depend_selector','af_addon_not_dependable'),(10665,2010,'af_addon_field_depend_selector','0'),(10666,2010,'af_addon_option_depend_selector','a:0:{}'),(10667,2010,'af_addon_type_select','email'),(10668,2010,'af_addon_field_title','Your email:'),(10669,2010,'af_addon_tooltip_checkbox',''),(10670,2010,'af_addon_tooltip_textarea',''),(10671,2010,'af_addon_desc_checkbox',''),(10672,2010,'af_addon_desc_textarea',''),(10673,2010,'af_addon_required_field','1'),(10674,2010,'af_addon_limit_range_checkbox',''),(10675,2010,'af_addon_min_limit_range',''),(10676,2010,'af_addon_max_limit_range',''),(10677,2010,'af_addon_price_range_checkbox',''),(10678,2010,'af_addon_field_price_type','free'),(10679,2010,'af_addon_field_price',''),(10680,2010,'af_addon_upload_file_extention',''),(10681,2009,'af_addon_field_sort',''),(10682,2009,'af_addon_depend_selector','af_addon_not_dependable'),(10683,2009,'af_addon_field_depend_selector','0'),(10684,2009,'af_addon_option_depend_selector','a:0:{}'),(10685,2009,'af_addon_type_select','input_text'),(10686,2009,'af_addon_field_title','Your name:'),(10687,2009,'af_addon_tooltip_checkbox',''),(10688,2009,'af_addon_tooltip_textarea',''),(10689,2009,'af_addon_desc_checkbox',''),(10690,2009,'af_addon_desc_textarea',''),(10691,2009,'af_addon_required_field','1'),(10692,2009,'af_addon_limit_range_checkbox',''),(10693,2009,'af_addon_min_limit_range',''),(10694,2009,'af_addon_max_limit_range',''),(10695,2009,'af_addon_price_range_checkbox',''),(10696,2009,'af_addon_field_price_type','free'),(10697,2009,'af_addon_field_price',''),(10698,2009,'af_addon_upload_file_extention',''),(10699,2008,'_regular_price','25'),(10700,2008,'total_sales','3'),(10701,2008,'_tax_status','none'),(10702,2008,'_tax_class',''),(10703,2008,'_manage_stock','no'),(10704,2008,'_backorders','no'),(10705,2008,'_sold_individually','no'),(10706,2008,'_virtual','no'),(10707,2008,'_downloadable','no'),(10708,2008,'_download_limit','-1'),(10709,2008,'_download_expiry','-1'),(10710,2008,'_stock',NULL),(10711,2008,'_stock_status','instock'),(10712,2008,'_wc_average_rating','0'),(10713,2008,'_wc_review_count','0'),(10714,2008,'_product_version','10.1.2'),(10715,2008,'_price','25'),(10716,2008,'_mkl_pc__is_configurable','no'),(10717,2008,'_yoast_wpseo_primary_product_brand',''),(10718,2008,'_yoast_wpseo_primary_product_cat','24'),(10720,2008,'_yoast_wpseo_estimated-reading-time-minutes','1'),(10721,2008,'_yoast_wpseo_content_score','60'),(10722,2025,'_edit_lock','1757445378:1'),(10723,2025,'_g_feedback_shortcode_f7d569ec0087e5de3564bc4bbaf80c86c4b3684d','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(10724,2025,'_g_feedback_shortcode_atts_f7d569ec0087e5de3564bc4bbaf80c86c4b3684d','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:47:\"[Aggressive Graphix LLC] Custom Swingarm Decals\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2025;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(10725,2025,'af_addon_title_font_size','14'),(10726,2025,'af_addon_option_title_font_size','12'),(10727,2025,'af_addon_field_border_pixels','1'),(10728,2025,'af_addon_desc_font_size','12'),(10729,2025,'af_addon_tooltip_font_size','12'),(10730,2034,'_wp_attached_file','2025/02/customswingarmdecals.webp'),(10731,2034,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:33:\"2025/02/customswingarmdecals.webp\";s:8:\"filesize\";i:43008;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"customswingarmdecals-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15012;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"customswingarmdecals-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4604;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"customswingarmdecals-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15012;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"customswingarmdecals-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:46318;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"customswingarmdecals-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2418;}}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:{}}}'),(10732,2025,'_thumbnail_id','2034'),(10733,2025,'_edit_last','1'),(10734,2025,'exclude_rule_addons',''),(10735,2025,'af_addon_title_display_as_selector','af_addon_title_display_text'),(10736,2025,'af_addon_heading_type_selector','addon_h1'),(10737,2025,'af_addon_seperator_checkbox',''),(10738,2025,'af_addon_title_seperator','af_addon_title_seperator_br'),(10739,2025,'af_addon_option_title_font_color',''),(10740,2025,'af_addon_title_bg',''),(10741,2025,'af_addon_title_color',''),(10742,2025,'af_addon_bg_color',''),(10743,2025,'af_addon_title_top_left_radius',''),(10744,2025,'af_addon_title_top_right_radius',''),(10745,2025,'af_addon_title_bottom_left_radius',''),(10746,2025,'af_addon_title_bottom_right_radius',''),(10747,2025,'af_addon_title_top_padding',''),(10748,2025,'af_addon_title_bottom_padding',''),(10749,2025,'af_addon_title_left_padding',''),(10750,2025,'af_addon_title_right_padding',''),(10751,2025,'af_addon_field_border',''),(10752,2025,'af_addon_field_border_top_left_radius',''),(10753,2025,'af_addon_field_border_top_right_radius',''),(10754,2025,'af_addon_field_border_bottom_left_radius',''),(10755,2025,'af_addon_field_border_bottom_right_radius',''),(10756,2025,'af_addon_field_border_top_padding',''),(10757,2025,'af_addon_field_border_bottom_padding',''),(10758,2025,'af_addon_field_border_left_padding',''),(10759,2025,'af_addon_field_border_right_padding',''),(10760,2025,'af_addon_field_title_position','left'),(10761,2025,'af_addon_field_border_color',''),(10762,2025,'af_addon_title_position','af_addon_title_inside_border'),(10763,2025,'af_addon_tooltip_background_color','#000000'),(10764,2025,'af_addon_tooltip_text_color',''),(10765,2033,'af_addon_field_sort','6'),(10766,2033,'af_addon_depend_selector','af_addon_not_dependable'),(10767,2033,'af_addon_field_depend_selector','0'),(10768,2033,'af_addon_option_depend_selector','a:0:{}'),(10769,2033,'af_addon_type_select','file_upload'),(10770,2033,'af_addon_field_title','Upload any files or images you would like to use:'),(10771,2033,'af_addon_tooltip_checkbox',''),(10772,2033,'af_addon_tooltip_textarea',''),(10773,2033,'af_addon_desc_checkbox','1'),(10774,2033,'af_addon_desc_textarea','If you have more files than you can upload, please email them to info@aggressivegraphix.com with your order number in the subject line.'),(10775,2033,'af_addon_required_field',''),(10776,2033,'af_addon_limit_range_checkbox',''),(10777,2033,'af_addon_min_limit_range',''),(10778,2033,'af_addon_max_limit_range',''),(10779,2033,'af_addon_price_range_checkbox',''),(10780,2033,'af_addon_field_price_type','free'),(10781,2033,'af_addon_field_price',''),(10782,2033,'af_addon_upload_file_extention',''),(10783,2032,'af_addon_field_sort','5'),(10784,2032,'af_addon_depend_selector','af_addon_not_dependable'),(10785,2032,'af_addon_field_depend_selector','0'),(10786,2032,'af_addon_option_depend_selector','a:0:{}'),(10787,2032,'af_addon_type_select','textarea'),(10788,2032,'af_addon_field_title','Requested logos:'),(10789,2032,'af_addon_tooltip_checkbox',''),(10790,2032,'af_addon_tooltip_textarea',''),(10791,2032,'af_addon_desc_checkbox','1'),(10792,2032,'af_addon_desc_textarea','Maximum number of logos: 4 Please list the logos you wish to display on your clear swingarm graphics.'),(10793,2032,'af_addon_required_field',''),(10794,2032,'af_addon_limit_range_checkbox',''),(10795,2032,'af_addon_min_limit_range',''),(10796,2032,'af_addon_max_limit_range',''),(10797,2032,'af_addon_price_range_checkbox',''),(10798,2032,'af_addon_field_price_type','free'),(10799,2032,'af_addon_field_price',''),(10800,2032,'af_addon_upload_file_extention',''),(10831,2029,'af_addon_option_priority',''),(10832,2029,'af_addon_field_options_image',''),(10833,2029,'af_addon_field_options_name','Yes'),(10834,2029,'af_addon_option_color',''),(10835,2029,'af_addon_field_options_price_type','free'),(10836,2029,'af_addon_field_options_price','0'),(10837,2028,'af_addon_option_priority',''),(10838,2028,'af_addon_field_options_image',''),(10839,2028,'af_addon_field_options_name','No'),(10840,2028,'af_addon_option_color',''),(10841,2028,'af_addon_field_options_price_type','free'),(10842,2028,'af_addon_field_options_price','0'),(10843,2026,'af_addon_field_sort','1'),(10844,2026,'af_addon_depend_selector','af_addon_not_dependable'),(10845,2026,'af_addon_field_depend_selector','0'),(10846,2026,'af_addon_option_depend_selector','a:0:{}'),(10847,2026,'af_addon_type_select','input_text'),(10848,2026,'af_addon_field_title','Bike year/make/model:'),(10849,2026,'af_addon_tooltip_checkbox',''),(10850,2026,'af_addon_tooltip_textarea',''),(10851,2026,'af_addon_desc_checkbox',''),(10852,2026,'af_addon_desc_textarea',''),(10853,2026,'af_addon_required_field','1'),(10854,2026,'af_addon_limit_range_checkbox',''),(10855,2026,'af_addon_min_limit_range',''),(10856,2026,'af_addon_max_limit_range',''),(10857,2026,'af_addon_price_range_checkbox',''),(10858,2026,'af_addon_field_price_type','free'),(10859,2026,'af_addon_field_price',''),(10860,2026,'af_addon_upload_file_extention',''),(10861,2025,'_regular_price','35'),(10862,2025,'total_sales','0'),(10863,2025,'_tax_status','none'),(10864,2025,'_tax_class',''),(10865,2025,'_manage_stock','no'),(10866,2025,'_backorders','no'),(10867,2025,'_sold_individually','no'),(10868,2025,'_virtual','no'),(10869,2025,'_downloadable','no'),(10870,2025,'_download_limit','-1'),(10871,2025,'_download_expiry','-1'),(10872,2025,'_stock',NULL),(10873,2025,'_stock_status','instock'),(10874,2025,'_wc_average_rating','0'),(10875,2025,'_wc_review_count','0'),(10876,2025,'_product_version','10.1.2'),(10877,2025,'_price','35'),(10878,2025,'_mkl_pc__is_configurable','no'),(10879,2025,'_yoast_wpseo_primary_product_brand',''),(10880,2025,'_yoast_wpseo_primary_product_cat','24'),(10881,2025,'_yoast_wpseo_content_score','90'),(10882,2025,'_yoast_wpseo_estimated-reading-time-minutes','1'),(10887,2040,'origin','plugin'),(10888,1416,'_g_feedback_shortcode_d53a9ba7756539713df8e32f64d8cf4e23ade41a','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(10889,1416,'_g_feedback_shortcode_atts_d53a9ba7756539713df8e32f64d8cf4e23ade41a','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:42:\"[Aggressive Graphix LLC] Enter Sansman Mod\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:1416;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(10890,1416,'_yoast_wpseo_primary_product_brand',''),(10891,1427,'_g_feedback_shortcode_26e6ff7d3ee5d2db71b5bb9ab3d0ddaa29b04386','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(10892,1427,'_g_feedback_shortcode_atts_26e6ff7d3ee5d2db71b5bb9ab3d0ddaa29b04386','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:28:\"[Aggressive Graphix LLC] VIP\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:1427;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(10893,1427,'_yoast_wpseo_primary_product_brand',''),(10894,1426,'_g_feedback_shortcode_ce4fd00a6d8363aa42c63014ed254640297e283d','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(10895,1426,'_g_feedback_shortcode_atts_ce4fd00a6d8363aa42c63014ed254640297e283d','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:29:\"[Aggressive Graphix LLC] Teko\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:1426;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(10896,1426,'_yoast_wpseo_primary_product_brand',''),(10897,1425,'_g_feedback_shortcode_5c5f0192d021ad4a977b46b23fac575d5ec7ce6b','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(10898,1425,'_g_feedback_shortcode_atts_5c5f0192d021ad4a977b46b23fac575d5ec7ce6b','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:32:\"[Aggressive Graphix LLC] Stellar\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:1425;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(10899,1425,'_yoast_wpseo_primary_product_brand',''),(10900,1424,'_g_feedback_shortcode_ec1805417d689a08e24b6e5753f4083f05cc358b','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(10901,1424,'_g_feedback_shortcode_atts_ec1805417d689a08e24b6e5753f4083f05cc358b','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:36:\"[Aggressive Graphix LLC] Special TLD\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:1424;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(10902,1424,'_yoast_wpseo_primary_product_brand',''),(10903,1423,'_g_feedback_shortcode_e4e9c3ccbb2ca4f008e5b170b0c90d2af28b8e15','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(10904,1423,'_g_feedback_shortcode_atts_e4e9c3ccbb2ca4f008e5b170b0c90d2af28b8e15','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:32:\"[Aggressive Graphix LLC] Reklame\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:1423;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(10905,1423,'_yoast_wpseo_primary_product_brand',''),(10906,1422,'_g_feedback_shortcode_186f87bd25e32839ae098da67c720f869fd06601','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(10907,1422,'_g_feedback_shortcode_atts_186f87bd25e32839ae098da67c720f869fd06601','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:34:\"[Aggressive Graphix LLC] Pricedown\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:1422;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(10908,1422,'_yoast_wpseo_primary_product_brand',''),(10909,1421,'_g_feedback_shortcode_882ddff6408487a04d5e5bb2eba0e5592574459f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(10910,1421,'_g_feedback_shortcode_atts_882ddff6408487a04d5e5bb2eba0e5592574459f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:35:\"[Aggressive Graphix LLC] Impact Mod\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:1421;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(10911,1421,'_yoast_wpseo_primary_product_brand',''),(10912,1420,'_g_feedback_shortcode_7383353959b915a56450a29e9c2682ebb866ba64','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(10913,1420,'_g_feedback_shortcode_atts_7383353959b915a56450a29e9c2682ebb866ba64','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:31:\"[Aggressive Graphix LLC] Impact\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:1420;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(10914,1420,'_yoast_wpseo_primary_product_brand',''),(10915,1419,'_g_feedback_shortcode_10e78983c18ee3209000c77f62cda3c4e5681908','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(10916,1419,'_g_feedback_shortcode_atts_10e78983c18ee3209000c77f62cda3c4e5681908','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:36:\"[Aggressive Graphix LLC] Gunplay Mod\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:1419;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(10917,1419,'_yoast_wpseo_primary_product_brand',''),(10918,1418,'_g_feedback_shortcode_aa4e105964d6a16c607c6cecc2883341ee2739e9','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(10919,1418,'_g_feedback_shortcode_atts_aa4e105964d6a16c607c6cecc2883341ee2739e9','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:32:\"[Aggressive Graphix LLC] Gunplay\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:1418;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(10920,1418,'_yoast_wpseo_primary_product_brand',''),(10921,1417,'_g_feedback_shortcode_370913b5a01c64df9f0b656097534b888ef36446','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(10922,1417,'_g_feedback_shortcode_atts_370913b5a01c64df9f0b656097534b888ef36446','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:33:\"[Aggressive Graphix LLC] Freshman\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:1417;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(10923,1417,'_yoast_wpseo_primary_product_brand',''),(10924,1415,'_g_feedback_shortcode_909549f1c0ade3fec909bf6278ef3440828d55c6','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(10925,1415,'_g_feedback_shortcode_atts_909549f1c0ade3fec909bf6278ef3440828d55c6','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:38:\"[Aggressive Graphix LLC] Enter Sansman\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:1415;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(10926,1415,'_yoast_wpseo_primary_product_brand',''),(10927,1414,'_g_feedback_shortcode_33432de3e34fc17a0997e1a9a901383733c5eac1','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(10928,1414,'_g_feedback_shortcode_atts_33432de3e34fc17a0997e1a9a901383733c5eac1','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:39:\"[Aggressive Graphix LLC] Dodger Super-I\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:1414;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(10929,1414,'_yoast_wpseo_primary_product_brand',''),(10930,1413,'_g_feedback_shortcode_f95409833269b9c041b4682856ce8e5a68533ab0','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(10931,1413,'_g_feedback_shortcode_atts_f95409833269b9c041b4682856ce8e5a68533ab0','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:35:\"[Aggressive Graphix LLC] Black Slab\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:1413;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(10932,1413,'_yoast_wpseo_primary_product_brand',''),(10933,1392,'_g_feedback_shortcode_a2a42e1e91b5aeb711d6399b4dbad5b5f327cedb','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(10934,1392,'_g_feedback_shortcode_atts_a2a42e1e91b5aeb711d6399b4dbad5b5f327cedb','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:34:\"[Aggressive Graphix LLC] Bada Boom\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:1392;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(10935,1392,'_yoast_wpseo_primary_product_brand',''),(10936,1271,'_g_feedback_shortcode_f5fe43eb1a93ef52beb8cd6a4096a112e26d37b3','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(10937,1271,'_g_feedback_shortcode_atts_f5fe43eb1a93ef52beb8cd6a4096a112e26d37b3','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:32:\"[Aggressive Graphix LLC] Avenger\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:1271;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(10938,1271,'_yoast_wpseo_primary_product_brand',''),(10939,2041,'_wp_attached_file','2025/02/flowvisionco.webp'),(10940,2041,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:250;s:6:\"height\";i:136;s:4:\"file\";s:25:\"2025/02/flowvisionco.webp\";s:8:\"filesize\";i:1254;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"flowvisionco-150x136.webp\";s:5:\"width\";i:150;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1110;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"flowvisionco-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1740;}}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:{}}}'),(10958,2045,'_edit_lock','1739295368:1'),(10959,2045,'_g_feedback_shortcode_936dc9f5a2c3e2d19966842fb65d682f799bf259','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(10960,2045,'_g_feedback_shortcode_atts_936dc9f5a2c3e2d19966842fb65d682f799bf259','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:39:\"[Aggressive Graphix LLC] Tear-off packs\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2045;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(10961,2045,'af_addon_title_font_size','14'),(10962,2045,'af_addon_option_title_font_size','12'),(10963,2045,'af_addon_field_border_pixels','1'),(10964,2045,'af_addon_desc_font_size','12'),(10965,2045,'af_addon_tooltip_font_size','12'),(10966,2045,'total_sales','0'),(10967,2045,'_tax_status','taxable'),(10968,2045,'_tax_class',''),(10969,2045,'_manage_stock','no'),(10970,2045,'_backorders','no'),(10971,2045,'_sold_individually','no'),(10972,2045,'_virtual','no'),(10973,2045,'_downloadable','no'),(10974,2045,'_download_limit','-1'),(10975,2045,'_download_expiry','-1'),(10976,2045,'_stock',NULL),(10977,2045,'_stock_status','instock'),(10978,2045,'_wc_average_rating','0'),(10979,2045,'_wc_review_count','0'),(10980,2045,'_product_attributes','a:1:{s:8:\"packs-of\";a:6:{s:4:\"name\";s:8:\"Packs of\";s:5:\"value\";s:44:\"10pk Singles | 20pk Singles | 14pk Laminates\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(10981,2045,'_product_version','9.6.1'),(10982,2046,'_variation_description',''),(10983,2046,'total_sales','0'),(10984,2046,'_tax_status','taxable'),(10985,2046,'_tax_class','parent'),(10986,2046,'_manage_stock','no'),(10987,2046,'_backorders','no'),(10988,2046,'_sold_individually','no'),(10989,2046,'_virtual','no'),(10990,2046,'_downloadable','no'),(10991,2046,'_download_limit','-1'),(10992,2046,'_download_expiry','-1'),(10993,2046,'_stock',NULL),(10994,2046,'_stock_status','instock'),(10995,2046,'_wc_average_rating','0'),(10996,2046,'_wc_review_count','0'),(10997,2046,'attribute_packs-of','10pk Singles'),(10998,2046,'_product_version','9.6.1'),(10999,2047,'_variation_description',''),(11000,2047,'total_sales','0'),(11001,2047,'_tax_status','taxable'),(11002,2047,'_tax_class','parent'),(11003,2047,'_manage_stock','no'),(11004,2047,'_backorders','no'),(11005,2047,'_sold_individually','no'),(11006,2047,'_virtual','no'),(11007,2047,'_downloadable','no'),(11008,2047,'_download_limit','-1'),(11009,2047,'_download_expiry','-1'),(11010,2047,'_stock',NULL),(11011,2047,'_stock_status','instock'),(11012,2047,'_wc_average_rating','0'),(11013,2047,'_wc_review_count','0'),(11014,2047,'attribute_packs-of','20pk Singles'),(11015,2047,'_product_version','9.6.1'),(11016,2048,'_variation_description',''),(11017,2048,'total_sales','0'),(11018,2048,'_tax_status','taxable'),(11019,2048,'_tax_class','parent'),(11020,2048,'_manage_stock','no'),(11021,2048,'_backorders','no'),(11022,2048,'_sold_individually','no'),(11023,2048,'_virtual','no'),(11024,2048,'_downloadable','no'),(11025,2048,'_download_limit','-1'),(11026,2048,'_download_expiry','-1'),(11027,2048,'_stock',NULL),(11028,2048,'_stock_status','instock'),(11029,2048,'_wc_average_rating','0'),(11030,2048,'_wc_review_count','0'),(11031,2048,'attribute_packs-of','14pk Laminates'),(11032,2048,'_product_version','9.6.1'),(11033,2046,'af_addon_title_font_size','14'),(11034,2046,'af_addon_option_title_font_size','12'),(11035,2046,'af_addon_field_border_pixels','1'),(11036,2046,'af_addon_desc_font_size','12'),(11037,2046,'af_addon_tooltip_font_size','12'),(11038,2047,'af_addon_title_font_size','14'),(11039,2047,'af_addon_option_title_font_size','12'),(11040,2047,'af_addon_field_border_pixels','1'),(11041,2047,'af_addon_desc_font_size','12'),(11042,2047,'af_addon_tooltip_font_size','12'),(11043,2048,'af_addon_title_font_size','14'),(11044,2048,'af_addon_option_title_font_size','12'),(11045,2048,'af_addon_field_border_pixels','1'),(11046,2048,'af_addon_desc_font_size','12'),(11047,2048,'af_addon_tooltip_font_size','12'),(11048,2049,'_wp_attached_file','2025/02/FlowVision_Single_Tearoffs.webp'),(11049,2049,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:898;s:6:\"height\";i:1024;s:4:\"file\";s:39:\"2025/02/FlowVision_Single_Tearoffs.webp\";s:8:\"filesize\";i:855688;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"FlowVision_Single_Tearoffs-263x300.webp\";s:5:\"width\";i:263;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:92382;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"FlowVision_Single_Tearoffs-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27800;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"FlowVision_Single_Tearoffs-768x876.webp\";s:5:\"width\";i:768;s:6:\"height\";i:876;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:668454;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:39:\"FlowVision_Single_Tearoffs-300x342.webp\";s:5:\"width\";i:300;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:118310;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:39:\"FlowVision_Single_Tearoffs-600x684.webp\";s:5:\"width\";i:600;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:425798;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:39:\"FlowVision_Single_Tearoffs-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12310;}}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:{}}}'),(11050,2050,'_wp_attached_file','2025/02/FlowVision_Laminate_Tearoffs.webp'),(11051,2050,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:898;s:6:\"height\";i:1024;s:4:\"file\";s:41:\"2025/02/FlowVision_Laminate_Tearoffs.webp\";s:8:\"filesize\";i:553192;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"FlowVision_Laminate_Tearoffs-263x300.webp\";s:5:\"width\";i:263;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:76834;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"FlowVision_Laminate_Tearoffs-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25186;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"FlowVision_Laminate_Tearoffs-768x876.webp\";s:5:\"width\";i:768;s:6:\"height\";i:876;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:474674;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:41:\"FlowVision_Laminate_Tearoffs-300x342.webp\";s:5:\"width\";i:300;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:96014;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:41:\"FlowVision_Laminate_Tearoffs-600x684.webp\";s:5:\"width\";i:600;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:312670;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:41:\"FlowVision_Laminate_Tearoffs-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12230;}}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:{}}}'),(11052,2046,'_sku','14006'),(11053,2046,'_regular_price','8'),(11054,2046,'_thumbnail_id','2049'),(11055,2046,'_price','8'),(11056,2046,'_mkl_pc__is_configurable','no'),(11057,2046,'var_style_tab_hide',''),(11058,2046,'exclude_var_rule_addons',''),(11059,2046,'exclude_var_addons',''),(11060,2046,'af_addon_title_display_as_selector','af_addon_title_display_text'),(11061,2046,'af_addon_heading_type_selector','addon_h1'),(11062,2046,'af_addon_seperator_checkbox',''),(11063,2046,'af_addon_title_seperator','af_addon_title_seperator_br'),(11064,2046,'af_addon_option_title_font_color',''),(11065,2046,'af_addon_title_bg',''),(11066,2046,'af_addon_title_color',''),(11067,2046,'af_addon_bg_color',''),(11068,2046,'af_addon_title_top_left_radius',''),(11069,2046,'af_addon_title_top_right_radius',''),(11070,2046,'af_addon_title_bottom_left_radius',''),(11071,2046,'af_addon_title_bottom_right_radius',''),(11072,2046,'af_addon_title_top_padding',''),(11073,2046,'af_addon_title_bottom_padding',''),(11074,2046,'af_addon_title_left_padding',''),(11075,2046,'af_addon_title_right_padding',''),(11076,2046,'af_addon_field_border',''),(11077,2046,'af_addon_field_border_top_left_radius',''),(11078,2046,'af_addon_field_border_top_right_radius',''),(11079,2046,'af_addon_field_border_bottom_left_radius',''),(11080,2046,'af_addon_field_border_bottom_right_radius',''),(11081,2046,'af_addon_field_border_top_padding',''),(11082,2046,'af_addon_field_border_bottom_padding',''),(11083,2046,'af_addon_field_border_left_padding',''),(11084,2046,'af_addon_field_border_right_padding',''),(11085,2046,'af_addon_field_title_position','left'),(11086,2046,'af_addon_field_border_color',''),(11087,2046,'af_addon_title_position','af_addon_title_inside_border'),(11088,2046,'af_addon_tooltip_background_color','#000000'),(11089,2046,'af_addon_tooltip_text_color',''),(11090,2047,'_sku','14007'),(11091,2047,'_regular_price','16'),(11092,2047,'_thumbnail_id','2049'),(11093,2047,'_price','16'),(11094,2047,'_mkl_pc__is_configurable','no'),(11095,2047,'var_style_tab_hide',''),(11096,2047,'exclude_var_rule_addons',''),(11097,2047,'exclude_var_addons',''),(11098,2047,'af_addon_title_display_as_selector','af_addon_title_display_text'),(11099,2047,'af_addon_heading_type_selector','addon_h1'),(11100,2047,'af_addon_seperator_checkbox',''),(11101,2047,'af_addon_title_seperator','af_addon_title_seperator_br'),(11102,2047,'af_addon_option_title_font_color',''),(11103,2047,'af_addon_title_bg',''),(11104,2047,'af_addon_title_color',''),(11105,2047,'af_addon_bg_color',''),(11106,2047,'af_addon_title_top_left_radius',''),(11107,2047,'af_addon_title_top_right_radius',''),(11108,2047,'af_addon_title_bottom_left_radius',''),(11109,2047,'af_addon_title_bottom_right_radius',''),(11110,2047,'af_addon_title_top_padding',''),(11111,2047,'af_addon_title_bottom_padding',''),(11112,2047,'af_addon_title_left_padding',''),(11113,2047,'af_addon_title_right_padding',''),(11114,2047,'af_addon_field_border',''),(11115,2047,'af_addon_field_border_top_left_radius',''),(11116,2047,'af_addon_field_border_top_right_radius',''),(11117,2047,'af_addon_field_border_bottom_left_radius',''),(11118,2047,'af_addon_field_border_bottom_right_radius',''),(11119,2047,'af_addon_field_border_top_padding',''),(11120,2047,'af_addon_field_border_bottom_padding',''),(11121,2047,'af_addon_field_border_left_padding',''),(11122,2047,'af_addon_field_border_right_padding',''),(11123,2047,'af_addon_field_title_position','left'),(11124,2047,'af_addon_field_border_color',''),(11125,2047,'af_addon_title_position','af_addon_title_inside_border'),(11126,2047,'af_addon_tooltip_background_color','#000000'),(11127,2047,'af_addon_tooltip_text_color',''),(11128,2048,'_sku','14008'),(11129,2048,'_regular_price','24'),(11130,2048,'_thumbnail_id','2050'),(11131,2048,'_price','24'),(11132,2048,'_mkl_pc__is_configurable','no'),(11133,2048,'var_style_tab_hide',''),(11134,2048,'exclude_var_rule_addons',''),(11135,2048,'exclude_var_addons',''),(11136,2048,'af_addon_title_display_as_selector','af_addon_title_display_text'),(11137,2048,'af_addon_heading_type_selector','addon_h1'),(11138,2048,'af_addon_seperator_checkbox',''),(11139,2048,'af_addon_title_seperator','af_addon_title_seperator_br'),(11140,2048,'af_addon_option_title_font_color',''),(11141,2048,'af_addon_title_bg',''),(11142,2048,'af_addon_title_color',''),(11143,2048,'af_addon_bg_color',''),(11144,2048,'af_addon_title_top_left_radius',''),(11145,2048,'af_addon_title_top_right_radius',''),(11146,2048,'af_addon_title_bottom_left_radius',''),(11147,2048,'af_addon_title_bottom_right_radius',''),(11148,2048,'af_addon_title_top_padding',''),(11149,2048,'af_addon_title_bottom_padding',''),(11150,2048,'af_addon_title_left_padding',''),(11151,2048,'af_addon_title_right_padding',''),(11152,2048,'af_addon_field_border',''),(11153,2048,'af_addon_field_border_top_left_radius',''),(11154,2048,'af_addon_field_border_top_right_radius',''),(11155,2048,'af_addon_field_border_bottom_left_radius',''),(11156,2048,'af_addon_field_border_bottom_right_radius',''),(11157,2048,'af_addon_field_border_top_padding',''),(11158,2048,'af_addon_field_border_bottom_padding',''),(11159,2048,'af_addon_field_border_left_padding',''),(11160,2048,'af_addon_field_border_right_padding',''),(11161,2048,'af_addon_field_title_position','left'),(11162,2048,'af_addon_field_border_color',''),(11163,2048,'af_addon_title_position','af_addon_title_inside_border'),(11164,2048,'af_addon_tooltip_background_color','#000000'),(11165,2048,'af_addon_tooltip_text_color',''),(11166,2045,'_price','8'),(11167,2045,'_price','16'),(11168,2045,'_price','24'),(11169,2045,'_thumbnail_id','2049'),(11170,2045,'_edit_last','1'),(11171,2045,'exclude_rule_addons',''),(11172,2045,'af_addon_title_display_as_selector','af_addon_title_display_text'),(11173,2045,'af_addon_heading_type_selector','addon_h1'),(11174,2045,'af_addon_seperator_checkbox',''),(11175,2045,'af_addon_title_seperator','af_addon_title_seperator_br'),(11176,2045,'af_addon_option_title_font_color',''),(11177,2045,'af_addon_title_bg',''),(11178,2045,'af_addon_title_color',''),(11179,2045,'af_addon_bg_color',''),(11180,2045,'af_addon_title_top_left_radius',''),(11181,2045,'af_addon_title_top_right_radius',''),(11182,2045,'af_addon_title_bottom_left_radius',''),(11183,2045,'af_addon_title_bottom_right_radius',''),(11184,2045,'af_addon_title_top_padding',''),(11185,2045,'af_addon_title_bottom_padding',''),(11186,2045,'af_addon_title_left_padding',''),(11187,2045,'af_addon_title_right_padding',''),(11188,2045,'af_addon_field_border',''),(11189,2045,'af_addon_field_border_top_left_radius',''),(11190,2045,'af_addon_field_border_top_right_radius',''),(11191,2045,'af_addon_field_border_bottom_left_radius',''),(11192,2045,'af_addon_field_border_bottom_right_radius',''),(11193,2045,'af_addon_field_border_top_padding',''),(11194,2045,'af_addon_field_border_bottom_padding',''),(11195,2045,'af_addon_field_border_left_padding',''),(11196,2045,'af_addon_field_border_right_padding',''),(11197,2045,'af_addon_field_title_position','left'),(11198,2045,'af_addon_field_border_color',''),(11199,2045,'af_addon_title_position','af_addon_title_inside_border'),(11200,2045,'af_addon_tooltip_background_color','#000000'),(11201,2045,'af_addon_tooltip_text_color',''),(11202,2045,'_regular_price','8'),(11203,2045,'_mkl_pc__variable_configuration_mode','share_layers_config'),(11204,2045,'_mkl_pc__is_configurable','no'),(11205,2045,'_yoast_wpseo_primary_product_brand','63'),(11206,2045,'_yoast_wpseo_primary_product_cat','31'),(11207,2045,'_yoast_wpseo_estimated-reading-time-minutes','1'),(11208,2051,'_edit_lock','1739295367:1'),(11209,2051,'_g_feedback_shortcode_917363577c268b1edf6da27ff8d2c660eef0982e','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(11210,2051,'_g_feedback_shortcode_atts_917363577c268b1edf6da27ff8d2c660eef0982e','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:45:\"[Aggressive Graphix LLC] Element film refills\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2051;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(11211,2051,'af_addon_title_font_size','14'),(11212,2051,'af_addon_option_title_font_size','12'),(11213,2051,'af_addon_field_border_pixels','1'),(11214,2051,'af_addon_desc_font_size','12'),(11215,2051,'af_addon_tooltip_font_size','12'),(11216,2051,'total_sales','0'),(11217,2051,'_tax_status','taxable'),(11218,2051,'_tax_class',''),(11219,2051,'_manage_stock','no'),(11220,2051,'_backorders','no'),(11221,2051,'_sold_individually','no'),(11222,2051,'_virtual','no'),(11223,2051,'_downloadable','no'),(11224,2051,'_download_limit','-1'),(11225,2051,'_download_expiry','-1'),(11226,2051,'_stock',NULL),(11227,2051,'_stock_status','instock'),(11228,2051,'_wc_average_rating','0'),(11229,2051,'_wc_review_count','0'),(11230,2051,'_product_attributes','a:1:{s:11:\"film-height\";a:6:{s:4:\"name\";s:11:\"Film height\";s:5:\"value\";s:11:\"33mm | 45mm\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(11231,2051,'_product_version','9.6.1'),(11232,2052,'_variation_description',''),(11233,2052,'total_sales','0'),(11234,2052,'_tax_status','taxable'),(11235,2052,'_tax_class','parent'),(11236,2052,'_manage_stock','no'),(11237,2052,'_backorders','no'),(11238,2052,'_sold_individually','no'),(11239,2052,'_virtual','no'),(11240,2052,'_downloadable','no'),(11241,2052,'_download_limit','-1'),(11242,2052,'_download_expiry','-1'),(11243,2052,'_stock',NULL),(11244,2052,'_stock_status','instock'),(11245,2052,'_wc_average_rating','0'),(11246,2052,'_wc_review_count','0'),(11247,2052,'attribute_film-height','33mm'),(11248,2052,'_product_version','9.6.1'),(11249,2053,'_variation_description',''),(11250,2053,'total_sales','0'),(11251,2053,'_tax_status','taxable'),(11252,2053,'_tax_class','parent'),(11253,2053,'_manage_stock','no'),(11254,2053,'_backorders','no'),(11255,2053,'_sold_individually','no'),(11256,2053,'_virtual','no'),(11257,2053,'_downloadable','no'),(11258,2053,'_download_limit','-1'),(11259,2053,'_download_expiry','-1'),(11260,2053,'_stock',NULL),(11261,2053,'_stock_status','instock'),(11262,2053,'_wc_average_rating','0'),(11263,2053,'_wc_review_count','0'),(11264,2053,'attribute_film-height','45mm'),(11265,2053,'_product_version','9.6.1'),(11266,2052,'af_addon_title_font_size','14'),(11267,2052,'af_addon_option_title_font_size','12'),(11268,2052,'af_addon_field_border_pixels','1'),(11269,2052,'af_addon_desc_font_size','12'),(11270,2052,'af_addon_tooltip_font_size','12'),(11271,2053,'af_addon_title_font_size','14'),(11272,2053,'af_addon_option_title_font_size','12'),(11273,2053,'af_addon_field_border_pixels','1'),(11274,2053,'af_addon_desc_font_size','12'),(11275,2053,'af_addon_tooltip_font_size','12'),(11276,2054,'_wp_attached_file','2025/02/FlowVision-RollOff-Film.webp'),(11277,2054,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:440;s:6:\"height\";i:440;s:4:\"file\";s:36:\"2025/02/FlowVision-RollOff-Film.webp\";s:8:\"filesize\";i:72160;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"FlowVision-RollOff-Film-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:38654;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"FlowVision-RollOff-Film-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12520;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"FlowVision-RollOff-Film-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:38654;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"FlowVision-RollOff-Film-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6408;}}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:{}}}'),(11278,2052,'_regular_price','16'),(11279,2052,'_thumbnail_id','2054'),(11280,2052,'_price','16'),(11281,2052,'_mkl_pc__is_configurable','no'),(11282,2052,'var_style_tab_hide',''),(11283,2052,'exclude_var_rule_addons',''),(11284,2052,'exclude_var_addons',''),(11285,2052,'af_addon_title_display_as_selector','af_addon_title_display_text'),(11286,2052,'af_addon_heading_type_selector','addon_h1'),(11287,2052,'af_addon_seperator_checkbox',''),(11288,2052,'af_addon_title_seperator','af_addon_title_seperator_br'),(11289,2052,'af_addon_option_title_font_color',''),(11290,2052,'af_addon_title_bg',''),(11291,2052,'af_addon_title_color',''),(11292,2052,'af_addon_bg_color',''),(11293,2052,'af_addon_title_top_left_radius',''),(11294,2052,'af_addon_title_top_right_radius',''),(11295,2052,'af_addon_title_bottom_left_radius',''),(11296,2052,'af_addon_title_bottom_right_radius',''),(11297,2052,'af_addon_title_top_padding',''),(11298,2052,'af_addon_title_bottom_padding',''),(11299,2052,'af_addon_title_left_padding',''),(11300,2052,'af_addon_title_right_padding',''),(11301,2052,'af_addon_field_border',''),(11302,2052,'af_addon_field_border_top_left_radius',''),(11303,2052,'af_addon_field_border_top_right_radius',''),(11304,2052,'af_addon_field_border_bottom_left_radius',''),(11305,2052,'af_addon_field_border_bottom_right_radius',''),(11306,2052,'af_addon_field_border_top_padding',''),(11307,2052,'af_addon_field_border_bottom_padding',''),(11308,2052,'af_addon_field_border_left_padding',''),(11309,2052,'af_addon_field_border_right_padding',''),(11310,2052,'af_addon_field_title_position','left'),(11311,2052,'af_addon_field_border_color',''),(11312,2052,'af_addon_title_position','af_addon_title_inside_border'),(11313,2052,'af_addon_tooltip_background_color','#000000'),(11314,2052,'af_addon_tooltip_text_color',''),(11315,2053,'_regular_price','16'),(11316,2053,'_thumbnail_id','2054'),(11317,2053,'_price','16'),(11318,2053,'_mkl_pc__is_configurable','no'),(11319,2053,'var_style_tab_hide',''),(11320,2053,'exclude_var_rule_addons',''),(11321,2053,'exclude_var_addons',''),(11322,2053,'af_addon_title_display_as_selector','af_addon_title_display_text'),(11323,2053,'af_addon_heading_type_selector','addon_h1'),(11324,2053,'af_addon_seperator_checkbox',''),(11325,2053,'af_addon_title_seperator','af_addon_title_seperator_br'),(11326,2053,'af_addon_option_title_font_color',''),(11327,2053,'af_addon_title_bg',''),(11328,2053,'af_addon_title_color',''),(11329,2053,'af_addon_bg_color',''),(11330,2053,'af_addon_title_top_left_radius',''),(11331,2053,'af_addon_title_top_right_radius',''),(11332,2053,'af_addon_title_bottom_left_radius',''),(11333,2053,'af_addon_title_bottom_right_radius',''),(11334,2053,'af_addon_title_top_padding',''),(11335,2053,'af_addon_title_bottom_padding',''),(11336,2053,'af_addon_title_left_padding',''),(11337,2053,'af_addon_title_right_padding',''),(11338,2053,'af_addon_field_border',''),(11339,2053,'af_addon_field_border_top_left_radius',''),(11340,2053,'af_addon_field_border_top_right_radius',''),(11341,2053,'af_addon_field_border_bottom_left_radius',''),(11342,2053,'af_addon_field_border_bottom_right_radius',''),(11343,2053,'af_addon_field_border_top_padding',''),(11344,2053,'af_addon_field_border_bottom_padding',''),(11345,2053,'af_addon_field_border_left_padding',''),(11346,2053,'af_addon_field_border_right_padding',''),(11347,2053,'af_addon_field_title_position','left'),(11348,2053,'af_addon_field_border_color',''),(11349,2053,'af_addon_title_position','af_addon_title_inside_border'),(11350,2053,'af_addon_tooltip_background_color','#000000'),(11351,2053,'af_addon_tooltip_text_color',''),(11354,2051,'_thumbnail_id','2054'),(11355,2051,'_edit_last','1'),(11356,2051,'exclude_rule_addons',''),(11357,2051,'af_addon_title_display_as_selector','af_addon_title_display_text'),(11358,2051,'af_addon_heading_type_selector','addon_h1'),(11359,2051,'af_addon_seperator_checkbox',''),(11360,2051,'af_addon_title_seperator','af_addon_title_seperator_br'),(11361,2051,'af_addon_option_title_font_color',''),(11362,2051,'af_addon_title_bg',''),(11363,2051,'af_addon_title_color',''),(11364,2051,'af_addon_bg_color',''),(11365,2051,'af_addon_title_top_left_radius',''),(11366,2051,'af_addon_title_top_right_radius',''),(11367,2051,'af_addon_title_bottom_left_radius',''),(11368,2051,'af_addon_title_bottom_right_radius',''),(11369,2051,'af_addon_title_top_padding',''),(11370,2051,'af_addon_title_bottom_padding',''),(11371,2051,'af_addon_title_left_padding',''),(11372,2051,'af_addon_title_right_padding',''),(11373,2051,'af_addon_field_border',''),(11374,2051,'af_addon_field_border_top_left_radius',''),(11375,2051,'af_addon_field_border_top_right_radius',''),(11376,2051,'af_addon_field_border_bottom_left_radius',''),(11377,2051,'af_addon_field_border_bottom_right_radius',''),(11378,2051,'af_addon_field_border_top_padding',''),(11379,2051,'af_addon_field_border_bottom_padding',''),(11380,2051,'af_addon_field_border_left_padding',''),(11381,2051,'af_addon_field_border_right_padding',''),(11382,2051,'af_addon_field_title_position','left'),(11383,2051,'af_addon_field_border_color',''),(11384,2051,'af_addon_title_position','af_addon_title_inside_border'),(11385,2051,'af_addon_tooltip_background_color','#000000'),(11386,2051,'af_addon_tooltip_text_color',''),(11387,2051,'_mkl_pc__variable_configuration_mode','share_layers_config'),(11388,2051,'_mkl_pc__is_configurable','no'),(11389,2051,'_yoast_wpseo_primary_product_brand','63'),(11390,2051,'_yoast_wpseo_primary_product_cat','31'),(11391,2051,'_yoast_wpseo_content_score','90'),(11392,2051,'_yoast_wpseo_estimated-reading-time-minutes','1'),(11393,2045,'_yoast_wpseo_content_score','90'),(11394,2051,'_price','16'),(11395,2055,'_edit_lock','1739299742:1'),(11396,2055,'_g_feedback_shortcode_eb55b1746676c253c888eed37adf1127943fe177','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(11397,2055,'_g_feedback_shortcode_atts_eb55b1746676c253c888eed37adf1127943fe177','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:49:\"[Aggressive Graphix LLC] Replacement clear lenses\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2055;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(11398,2055,'af_addon_title_font_size','14'),(11399,2055,'af_addon_option_title_font_size','12'),(11400,2055,'af_addon_field_border_pixels','1'),(11401,2055,'af_addon_desc_font_size','12'),(11402,2055,'af_addon_tooltip_font_size','12'),(11403,2055,'total_sales','0'),(11404,2055,'_tax_status','taxable'),(11405,2055,'_tax_class',''),(11406,2055,'_manage_stock','no'),(11407,2055,'_backorders','no'),(11408,2055,'_sold_individually','no'),(11409,2055,'_virtual','no'),(11410,2055,'_downloadable','no'),(11411,2055,'_download_limit','-1'),(11412,2055,'_download_expiry','-1'),(11413,2055,'_stock',NULL),(11414,2055,'_stock_status','instock'),(11415,2055,'_wc_average_rating','0'),(11416,2055,'_wc_review_count','0'),(11417,2055,'_product_attributes','a:1:{s:16:\"clear-lens-color\";a:6:{s:4:\"name\";s:17:\"Clear lens color:\";s:5:\"value\";s:90:\"Clear | Smoke | Blue | Yellow | Pink | Red | Orange | Dual Clear | Dual Blue | Dual Yellow\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(11418,2055,'_product_version','9.6.1'),(11419,2056,'_variation_description',''),(11420,2056,'total_sales','0'),(11421,2056,'_tax_status','taxable'),(11422,2056,'_tax_class','parent'),(11423,2056,'_manage_stock','no'),(11424,2056,'_backorders','no'),(11425,2056,'_sold_individually','no'),(11426,2056,'_virtual','no'),(11427,2056,'_downloadable','no'),(11428,2056,'_download_limit','-1'),(11429,2056,'_download_expiry','-1'),(11430,2056,'_stock',NULL),(11431,2056,'_stock_status','instock'),(11432,2056,'_wc_average_rating','0'),(11433,2056,'_wc_review_count','0'),(11434,2056,'attribute_clear-lens-color','Clear'),(11435,2056,'_product_version','9.6.1'),(11436,2057,'_variation_description',''),(11437,2057,'total_sales','0'),(11438,2057,'_tax_status','taxable'),(11439,2057,'_tax_class','parent'),(11440,2057,'_manage_stock','no'),(11441,2057,'_backorders','no'),(11442,2057,'_sold_individually','no'),(11443,2057,'_virtual','no'),(11444,2057,'_downloadable','no'),(11445,2057,'_download_limit','-1'),(11446,2057,'_download_expiry','-1'),(11447,2057,'_stock',NULL),(11448,2057,'_stock_status','instock'),(11449,2057,'_wc_average_rating','0'),(11450,2057,'_wc_review_count','0'),(11451,2057,'attribute_clear-lens-color','Smoke'),(11452,2057,'_product_version','9.6.1'),(11453,2058,'_variation_description',''),(11454,2058,'total_sales','0'),(11455,2058,'_tax_status','taxable'),(11456,2058,'_tax_class','parent'),(11457,2058,'_manage_stock','no'),(11458,2058,'_backorders','no'),(11459,2058,'_sold_individually','no'),(11460,2058,'_virtual','no'),(11461,2058,'_downloadable','no'),(11462,2058,'_download_limit','-1'),(11463,2058,'_download_expiry','-1'),(11464,2058,'_stock',NULL),(11465,2058,'_stock_status','instock'),(11466,2058,'_wc_average_rating','0'),(11467,2058,'_wc_review_count','0'),(11468,2058,'attribute_clear-lens-color','Blue'),(11469,2058,'_product_version','9.6.1'),(11470,2059,'_variation_description',''),(11471,2059,'total_sales','0'),(11472,2059,'_tax_status','taxable'),(11473,2059,'_tax_class','parent'),(11474,2059,'_manage_stock','no'),(11475,2059,'_backorders','no'),(11476,2059,'_sold_individually','no'),(11477,2059,'_virtual','no'),(11478,2059,'_downloadable','no'),(11479,2059,'_download_limit','-1'),(11480,2059,'_download_expiry','-1'),(11481,2059,'_stock',NULL),(11482,2059,'_stock_status','instock'),(11483,2059,'_wc_average_rating','0'),(11484,2059,'_wc_review_count','0'),(11485,2059,'attribute_clear-lens-color','Yellow'),(11486,2059,'_product_version','9.6.1'),(11487,2060,'_variation_description',''),(11488,2060,'total_sales','0'),(11489,2060,'_tax_status','taxable'),(11490,2060,'_tax_class','parent'),(11491,2060,'_manage_stock','no'),(11492,2060,'_backorders','no'),(11493,2060,'_sold_individually','no'),(11494,2060,'_virtual','no'),(11495,2060,'_downloadable','no'),(11496,2060,'_download_limit','-1'),(11497,2060,'_download_expiry','-1'),(11498,2060,'_stock',NULL),(11499,2060,'_stock_status','instock'),(11500,2060,'_wc_average_rating','0'),(11501,2060,'_wc_review_count','0'),(11502,2060,'attribute_clear-lens-color','Pink'),(11503,2060,'_product_version','9.6.1'),(11504,2061,'_variation_description',''),(11505,2061,'total_sales','0'),(11506,2061,'_tax_status','taxable'),(11507,2061,'_tax_class','parent'),(11508,2061,'_manage_stock','no'),(11509,2061,'_backorders','no'),(11510,2061,'_sold_individually','no'),(11511,2061,'_virtual','no'),(11512,2061,'_downloadable','no'),(11513,2061,'_download_limit','-1'),(11514,2061,'_download_expiry','-1'),(11515,2061,'_stock',NULL),(11516,2061,'_stock_status','instock'),(11517,2061,'_wc_average_rating','0'),(11518,2061,'_wc_review_count','0'),(11519,2061,'attribute_clear-lens-color','Red'),(11520,2061,'_product_version','9.6.1'),(11521,2062,'_variation_description',''),(11522,2062,'total_sales','0'),(11523,2062,'_tax_status','taxable'),(11524,2062,'_tax_class','parent'),(11525,2062,'_manage_stock','no'),(11526,2062,'_backorders','no'),(11527,2062,'_sold_individually','no'),(11528,2062,'_virtual','no'),(11529,2062,'_downloadable','no'),(11530,2062,'_download_limit','-1'),(11531,2062,'_download_expiry','-1'),(11532,2062,'_stock',NULL),(11533,2062,'_stock_status','instock'),(11534,2062,'_wc_average_rating','0'),(11535,2062,'_wc_review_count','0'),(11536,2062,'attribute_clear-lens-color','Orange'),(11537,2062,'_product_version','9.6.1'),(11538,2063,'_variation_description',''),(11539,2063,'total_sales','0'),(11540,2063,'_tax_status','taxable'),(11541,2063,'_tax_class','parent'),(11542,2063,'_manage_stock','no'),(11543,2063,'_backorders','no'),(11544,2063,'_sold_individually','no'),(11545,2063,'_virtual','no'),(11546,2063,'_downloadable','no'),(11547,2063,'_download_limit','-1'),(11548,2063,'_download_expiry','-1'),(11549,2063,'_stock',NULL),(11550,2063,'_stock_status','instock'),(11551,2063,'_wc_average_rating','0'),(11552,2063,'_wc_review_count','0'),(11553,2063,'attribute_clear-lens-color','Dual Clear'),(11554,2063,'_product_version','9.6.1'),(11555,2064,'_variation_description',''),(11556,2064,'total_sales','0'),(11557,2064,'_tax_status','taxable'),(11558,2064,'_tax_class','parent'),(11559,2064,'_manage_stock','no'),(11560,2064,'_backorders','no'),(11561,2064,'_sold_individually','no'),(11562,2064,'_virtual','no'),(11563,2064,'_downloadable','no'),(11564,2064,'_download_limit','-1'),(11565,2064,'_download_expiry','-1'),(11566,2064,'_stock',NULL),(11567,2064,'_stock_status','instock'),(11568,2064,'_wc_average_rating','0'),(11569,2064,'_wc_review_count','0'),(11570,2064,'attribute_clear-lens-color','Dual Blue'),(11571,2064,'_product_version','9.6.1'),(11572,2065,'_variation_description',''),(11573,2065,'total_sales','0'),(11574,2065,'_tax_status','taxable'),(11575,2065,'_tax_class','parent'),(11576,2065,'_manage_stock','no'),(11577,2065,'_backorders','no'),(11578,2065,'_sold_individually','no'),(11579,2065,'_virtual','no'),(11580,2065,'_downloadable','no'),(11581,2065,'_download_limit','-1'),(11582,2065,'_download_expiry','-1'),(11583,2065,'_stock',NULL),(11584,2065,'_stock_status','instock'),(11585,2065,'_wc_average_rating','0'),(11586,2065,'_wc_review_count','0'),(11587,2065,'attribute_clear-lens-color','Dual Yellow'),(11588,2065,'_product_version','9.6.1'),(11589,2056,'af_addon_title_font_size','14'),(11590,2056,'af_addon_option_title_font_size','12'),(11591,2056,'af_addon_field_border_pixels','1'),(11592,2056,'af_addon_desc_font_size','12'),(11593,2056,'af_addon_tooltip_font_size','12'),(11594,2057,'af_addon_title_font_size','14'),(11595,2057,'af_addon_option_title_font_size','12'),(11596,2057,'af_addon_field_border_pixels','1'),(11597,2057,'af_addon_desc_font_size','12'),(11598,2057,'af_addon_tooltip_font_size','12'),(11599,2058,'af_addon_title_font_size','14'),(11600,2058,'af_addon_option_title_font_size','12'),(11601,2058,'af_addon_field_border_pixels','1'),(11602,2058,'af_addon_desc_font_size','12'),(11603,2058,'af_addon_tooltip_font_size','12'),(11604,2059,'af_addon_title_font_size','14'),(11605,2059,'af_addon_option_title_font_size','12'),(11606,2059,'af_addon_field_border_pixels','1'),(11607,2059,'af_addon_desc_font_size','12'),(11608,2059,'af_addon_tooltip_font_size','12'),(11609,2060,'af_addon_title_font_size','14'),(11610,2060,'af_addon_option_title_font_size','12'),(11611,2060,'af_addon_field_border_pixels','1'),(11612,2060,'af_addon_desc_font_size','12'),(11613,2060,'af_addon_tooltip_font_size','12'),(11614,2061,'af_addon_title_font_size','14'),(11615,2061,'af_addon_option_title_font_size','12'),(11616,2061,'af_addon_field_border_pixels','1'),(11617,2061,'af_addon_desc_font_size','12'),(11618,2061,'af_addon_tooltip_font_size','12'),(11619,2062,'af_addon_title_font_size','14'),(11620,2062,'af_addon_option_title_font_size','12'),(11621,2062,'af_addon_field_border_pixels','1'),(11622,2062,'af_addon_desc_font_size','12'),(11623,2062,'af_addon_tooltip_font_size','12'),(11624,2063,'af_addon_title_font_size','14'),(11625,2063,'af_addon_option_title_font_size','12'),(11626,2063,'af_addon_field_border_pixels','1'),(11627,2063,'af_addon_desc_font_size','12'),(11628,2063,'af_addon_tooltip_font_size','12'),(11629,2064,'af_addon_title_font_size','14'),(11630,2064,'af_addon_option_title_font_size','12'),(11631,2064,'af_addon_field_border_pixels','1'),(11632,2064,'af_addon_desc_font_size','12'),(11633,2064,'af_addon_tooltip_font_size','12'),(11634,2065,'af_addon_title_font_size','14'),(11635,2065,'af_addon_option_title_font_size','12'),(11636,2065,'af_addon_field_border_pixels','1'),(11637,2065,'af_addon_desc_font_size','12'),(11638,2065,'af_addon_tooltip_font_size','12'),(11639,2056,'_regular_price','18'),(11640,2056,'_thumbnail_id','2069'),(11641,2056,'_price','18'),(11642,2056,'_mkl_pc__is_configurable','no'),(11643,2056,'var_style_tab_hide',''),(11644,2056,'exclude_var_rule_addons',''),(11645,2056,'exclude_var_addons',''),(11646,2056,'af_addon_title_display_as_selector','af_addon_title_display_text'),(11647,2056,'af_addon_heading_type_selector','addon_h1'),(11648,2056,'af_addon_seperator_checkbox',''),(11649,2056,'af_addon_title_seperator','af_addon_title_seperator_br'),(11650,2056,'af_addon_option_title_font_color',''),(11651,2056,'af_addon_title_bg',''),(11652,2056,'af_addon_title_color',''),(11653,2056,'af_addon_bg_color',''),(11654,2056,'af_addon_title_top_left_radius',''),(11655,2056,'af_addon_title_top_right_radius',''),(11656,2056,'af_addon_title_bottom_left_radius',''),(11657,2056,'af_addon_title_bottom_right_radius',''),(11658,2056,'af_addon_title_top_padding',''),(11659,2056,'af_addon_title_bottom_padding',''),(11660,2056,'af_addon_title_left_padding',''),(11661,2056,'af_addon_title_right_padding',''),(11662,2056,'af_addon_field_border',''),(11663,2056,'af_addon_field_border_top_left_radius',''),(11664,2056,'af_addon_field_border_top_right_radius',''),(11665,2056,'af_addon_field_border_bottom_left_radius',''),(11666,2056,'af_addon_field_border_bottom_right_radius',''),(11667,2056,'af_addon_field_border_top_padding',''),(11668,2056,'af_addon_field_border_bottom_padding',''),(11669,2056,'af_addon_field_border_left_padding',''),(11670,2056,'af_addon_field_border_right_padding',''),(11671,2056,'af_addon_field_title_position','left'),(11672,2056,'af_addon_field_border_color',''),(11673,2056,'af_addon_title_position','af_addon_title_inside_border'),(11674,2056,'af_addon_tooltip_background_color','#000000'),(11675,2056,'af_addon_tooltip_text_color',''),(11676,2057,'_regular_price','18'),(11677,2057,'_thumbnail_id','2067'),(11678,2057,'_price','18'),(11679,2057,'_mkl_pc__is_configurable','no'),(11680,2057,'var_style_tab_hide',''),(11681,2057,'exclude_var_rule_addons',''),(11682,2057,'exclude_var_addons',''),(11683,2057,'af_addon_title_display_as_selector','af_addon_title_display_text'),(11684,2057,'af_addon_heading_type_selector','addon_h1'),(11685,2057,'af_addon_seperator_checkbox',''),(11686,2057,'af_addon_title_seperator','af_addon_title_seperator_br'),(11687,2057,'af_addon_option_title_font_color',''),(11688,2057,'af_addon_title_bg',''),(11689,2057,'af_addon_title_color',''),(11690,2057,'af_addon_bg_color',''),(11691,2057,'af_addon_title_top_left_radius',''),(11692,2057,'af_addon_title_top_right_radius',''),(11693,2057,'af_addon_title_bottom_left_radius',''),(11694,2057,'af_addon_title_bottom_right_radius',''),(11695,2057,'af_addon_title_top_padding',''),(11696,2057,'af_addon_title_bottom_padding',''),(11697,2057,'af_addon_title_left_padding',''),(11698,2057,'af_addon_title_right_padding',''),(11699,2057,'af_addon_field_border',''),(11700,2057,'af_addon_field_border_top_left_radius',''),(11701,2057,'af_addon_field_border_top_right_radius',''),(11702,2057,'af_addon_field_border_bottom_left_radius',''),(11703,2057,'af_addon_field_border_bottom_right_radius',''),(11704,2057,'af_addon_field_border_top_padding',''),(11705,2057,'af_addon_field_border_bottom_padding',''),(11706,2057,'af_addon_field_border_left_padding',''),(11707,2057,'af_addon_field_border_right_padding',''),(11708,2057,'af_addon_field_title_position','left'),(11709,2057,'af_addon_field_border_color',''),(11710,2057,'af_addon_title_position','af_addon_title_inside_border'),(11711,2057,'af_addon_tooltip_background_color','#000000'),(11712,2057,'af_addon_tooltip_text_color',''),(11713,2058,'_regular_price','18'),(11714,2058,'_thumbnail_id','2068'),(11715,2058,'_price','18'),(11716,2058,'_mkl_pc__is_configurable','no'),(11717,2058,'var_style_tab_hide',''),(11718,2058,'exclude_var_rule_addons',''),(11719,2058,'exclude_var_addons',''),(11720,2058,'af_addon_title_display_as_selector','af_addon_title_display_text'),(11721,2058,'af_addon_heading_type_selector','addon_h1'),(11722,2058,'af_addon_seperator_checkbox',''),(11723,2058,'af_addon_title_seperator','af_addon_title_seperator_br'),(11724,2058,'af_addon_option_title_font_color',''),(11725,2058,'af_addon_title_bg',''),(11726,2058,'af_addon_title_color',''),(11727,2058,'af_addon_bg_color',''),(11728,2058,'af_addon_title_top_left_radius',''),(11729,2058,'af_addon_title_top_right_radius',''),(11730,2058,'af_addon_title_bottom_left_radius',''),(11731,2058,'af_addon_title_bottom_right_radius',''),(11732,2058,'af_addon_title_top_padding',''),(11733,2058,'af_addon_title_bottom_padding',''),(11734,2058,'af_addon_title_left_padding',''),(11735,2058,'af_addon_title_right_padding',''),(11736,2058,'af_addon_field_border',''),(11737,2058,'af_addon_field_border_top_left_radius',''),(11738,2058,'af_addon_field_border_top_right_radius',''),(11739,2058,'af_addon_field_border_bottom_left_radius',''),(11740,2058,'af_addon_field_border_bottom_right_radius',''),(11741,2058,'af_addon_field_border_top_padding',''),(11742,2058,'af_addon_field_border_bottom_padding',''),(11743,2058,'af_addon_field_border_left_padding',''),(11744,2058,'af_addon_field_border_right_padding',''),(11745,2058,'af_addon_field_title_position','left'),(11746,2058,'af_addon_field_border_color',''),(11747,2058,'af_addon_title_position','af_addon_title_inside_border'),(11748,2058,'af_addon_tooltip_background_color','#000000'),(11749,2058,'af_addon_tooltip_text_color',''),(11750,2059,'_regular_price','18'),(11751,2059,'_thumbnail_id','2073'),(11752,2059,'_price','18'),(11753,2059,'_mkl_pc__is_configurable','no'),(11754,2059,'var_style_tab_hide',''),(11755,2059,'exclude_var_rule_addons',''),(11756,2059,'exclude_var_addons',''),(11757,2059,'af_addon_title_display_as_selector','af_addon_title_display_text'),(11758,2059,'af_addon_heading_type_selector','addon_h1'),(11759,2059,'af_addon_seperator_checkbox',''),(11760,2059,'af_addon_title_seperator','af_addon_title_seperator_br'),(11761,2059,'af_addon_option_title_font_color',''),(11762,2059,'af_addon_title_bg',''),(11763,2059,'af_addon_title_color',''),(11764,2059,'af_addon_bg_color',''),(11765,2059,'af_addon_title_top_left_radius',''),(11766,2059,'af_addon_title_top_right_radius',''),(11767,2059,'af_addon_title_bottom_left_radius',''),(11768,2059,'af_addon_title_bottom_right_radius',''),(11769,2059,'af_addon_title_top_padding',''),(11770,2059,'af_addon_title_bottom_padding',''),(11771,2059,'af_addon_title_left_padding',''),(11772,2059,'af_addon_title_right_padding',''),(11773,2059,'af_addon_field_border',''),(11774,2059,'af_addon_field_border_top_left_radius',''),(11775,2059,'af_addon_field_border_top_right_radius',''),(11776,2059,'af_addon_field_border_bottom_left_radius',''),(11777,2059,'af_addon_field_border_bottom_right_radius',''),(11778,2059,'af_addon_field_border_top_padding',''),(11779,2059,'af_addon_field_border_bottom_padding',''),(11780,2059,'af_addon_field_border_left_padding',''),(11781,2059,'af_addon_field_border_right_padding',''),(11782,2059,'af_addon_field_title_position','left'),(11783,2059,'af_addon_field_border_color',''),(11784,2059,'af_addon_title_position','af_addon_title_inside_border'),(11785,2059,'af_addon_tooltip_background_color','#000000'),(11786,2059,'af_addon_tooltip_text_color',''),(11787,2060,'_regular_price','18'),(11788,2060,'_thumbnail_id','2071'),(11789,2060,'_price','18'),(11790,2060,'_mkl_pc__is_configurable','no'),(11791,2060,'var_style_tab_hide',''),(11792,2060,'exclude_var_rule_addons',''),(11793,2060,'exclude_var_addons',''),(11794,2060,'af_addon_title_display_as_selector','af_addon_title_display_text'),(11795,2060,'af_addon_heading_type_selector','addon_h1'),(11796,2060,'af_addon_seperator_checkbox',''),(11797,2060,'af_addon_title_seperator','af_addon_title_seperator_br'),(11798,2060,'af_addon_option_title_font_color',''),(11799,2060,'af_addon_title_bg',''),(11800,2060,'af_addon_title_color',''),(11801,2060,'af_addon_bg_color',''),(11802,2060,'af_addon_title_top_left_radius',''),(11803,2060,'af_addon_title_top_right_radius',''),(11804,2060,'af_addon_title_bottom_left_radius',''),(11805,2060,'af_addon_title_bottom_right_radius',''),(11806,2060,'af_addon_title_top_padding',''),(11807,2060,'af_addon_title_bottom_padding',''),(11808,2060,'af_addon_title_left_padding',''),(11809,2060,'af_addon_title_right_padding',''),(11810,2060,'af_addon_field_border',''),(11811,2060,'af_addon_field_border_top_left_radius',''),(11812,2060,'af_addon_field_border_top_right_radius',''),(11813,2060,'af_addon_field_border_bottom_left_radius',''),(11814,2060,'af_addon_field_border_bottom_right_radius',''),(11815,2060,'af_addon_field_border_top_padding',''),(11816,2060,'af_addon_field_border_bottom_padding',''),(11817,2060,'af_addon_field_border_left_padding',''),(11818,2060,'af_addon_field_border_right_padding',''),(11819,2060,'af_addon_field_title_position','left'),(11820,2060,'af_addon_field_border_color',''),(11821,2060,'af_addon_title_position','af_addon_title_inside_border'),(11822,2060,'af_addon_tooltip_background_color','#000000'),(11823,2060,'af_addon_tooltip_text_color',''),(11824,2061,'_regular_price','18'),(11825,2061,'_thumbnail_id','2072'),(11826,2061,'_price','18'),(11827,2061,'_mkl_pc__is_configurable','no'),(11828,2061,'var_style_tab_hide',''),(11829,2061,'exclude_var_rule_addons',''),(11830,2061,'exclude_var_addons',''),(11831,2061,'af_addon_title_display_as_selector','af_addon_title_display_text'),(11832,2061,'af_addon_heading_type_selector','addon_h1'),(11833,2061,'af_addon_seperator_checkbox',''),(11834,2061,'af_addon_title_seperator','af_addon_title_seperator_br'),(11835,2061,'af_addon_option_title_font_color',''),(11836,2061,'af_addon_title_bg',''),(11837,2061,'af_addon_title_color',''),(11838,2061,'af_addon_bg_color',''),(11839,2061,'af_addon_title_top_left_radius',''),(11840,2061,'af_addon_title_top_right_radius',''),(11841,2061,'af_addon_title_bottom_left_radius',''),(11842,2061,'af_addon_title_bottom_right_radius',''),(11843,2061,'af_addon_title_top_padding',''),(11844,2061,'af_addon_title_bottom_padding',''),(11845,2061,'af_addon_title_left_padding',''),(11846,2061,'af_addon_title_right_padding',''),(11847,2061,'af_addon_field_border',''),(11848,2061,'af_addon_field_border_top_left_radius',''),(11849,2061,'af_addon_field_border_top_right_radius',''),(11850,2061,'af_addon_field_border_bottom_left_radius',''),(11851,2061,'af_addon_field_border_bottom_right_radius',''),(11852,2061,'af_addon_field_border_top_padding',''),(11853,2061,'af_addon_field_border_bottom_padding',''),(11854,2061,'af_addon_field_border_left_padding',''),(11855,2061,'af_addon_field_border_right_padding',''),(11856,2061,'af_addon_field_title_position','left'),(11857,2061,'af_addon_field_border_color',''),(11858,2061,'af_addon_title_position','af_addon_title_inside_border'),(11859,2061,'af_addon_tooltip_background_color','#000000'),(11860,2061,'af_addon_tooltip_text_color',''),(11861,2062,'_regular_price','18'),(11862,2062,'_thumbnail_id','2070'),(11863,2062,'_price','18'),(11864,2062,'_mkl_pc__is_configurable','no'),(11865,2062,'var_style_tab_hide',''),(11866,2062,'exclude_var_rule_addons',''),(11867,2062,'exclude_var_addons',''),(11868,2062,'af_addon_title_display_as_selector','af_addon_title_display_text'),(11869,2062,'af_addon_heading_type_selector','addon_h1'),(11870,2062,'af_addon_seperator_checkbox',''),(11871,2062,'af_addon_title_seperator','af_addon_title_seperator_br'),(11872,2062,'af_addon_option_title_font_color',''),(11873,2062,'af_addon_title_bg',''),(11874,2062,'af_addon_title_color',''),(11875,2062,'af_addon_bg_color',''),(11876,2062,'af_addon_title_top_left_radius',''),(11877,2062,'af_addon_title_top_right_radius',''),(11878,2062,'af_addon_title_bottom_left_radius',''),(11879,2062,'af_addon_title_bottom_right_radius',''),(11880,2062,'af_addon_title_top_padding',''),(11881,2062,'af_addon_title_bottom_padding',''),(11882,2062,'af_addon_title_left_padding',''),(11883,2062,'af_addon_title_right_padding',''),(11884,2062,'af_addon_field_border',''),(11885,2062,'af_addon_field_border_top_left_radius',''),(11886,2062,'af_addon_field_border_top_right_radius',''),(11887,2062,'af_addon_field_border_bottom_left_radius',''),(11888,2062,'af_addon_field_border_bottom_right_radius',''),(11889,2062,'af_addon_field_border_top_padding',''),(11890,2062,'af_addon_field_border_bottom_padding',''),(11891,2062,'af_addon_field_border_left_padding',''),(11892,2062,'af_addon_field_border_right_padding',''),(11893,2062,'af_addon_field_title_position','left'),(11894,2062,'af_addon_field_border_color',''),(11895,2062,'af_addon_title_position','af_addon_title_inside_border'),(11896,2062,'af_addon_tooltip_background_color','#000000'),(11897,2062,'af_addon_tooltip_text_color',''),(11898,2063,'_regular_price','24'),(11899,2063,'_thumbnail_id','2075'),(11900,2063,'_price','24'),(11901,2063,'_mkl_pc__is_configurable','no'),(11902,2063,'var_style_tab_hide',''),(11903,2063,'exclude_var_rule_addons',''),(11904,2063,'exclude_var_addons',''),(11905,2063,'af_addon_title_display_as_selector','af_addon_title_display_text'),(11906,2063,'af_addon_heading_type_selector','addon_h1'),(11907,2063,'af_addon_seperator_checkbox',''),(11908,2063,'af_addon_title_seperator','af_addon_title_seperator_br'),(11909,2063,'af_addon_option_title_font_color',''),(11910,2063,'af_addon_title_bg',''),(11911,2063,'af_addon_title_color',''),(11912,2063,'af_addon_bg_color',''),(11913,2063,'af_addon_title_top_left_radius',''),(11914,2063,'af_addon_title_top_right_radius',''),(11915,2063,'af_addon_title_bottom_left_radius',''),(11916,2063,'af_addon_title_bottom_right_radius',''),(11917,2063,'af_addon_title_top_padding',''),(11918,2063,'af_addon_title_bottom_padding',''),(11919,2063,'af_addon_title_left_padding',''),(11920,2063,'af_addon_title_right_padding',''),(11921,2063,'af_addon_field_border',''),(11922,2063,'af_addon_field_border_top_left_radius',''),(11923,2063,'af_addon_field_border_top_right_radius',''),(11924,2063,'af_addon_field_border_bottom_left_radius',''),(11925,2063,'af_addon_field_border_bottom_right_radius',''),(11926,2063,'af_addon_field_border_top_padding',''),(11927,2063,'af_addon_field_border_bottom_padding',''),(11928,2063,'af_addon_field_border_left_padding',''),(11929,2063,'af_addon_field_border_right_padding',''),(11930,2063,'af_addon_field_title_position','left'),(11931,2063,'af_addon_field_border_color',''),(11932,2063,'af_addon_title_position','af_addon_title_inside_border'),(11933,2063,'af_addon_tooltip_background_color','#000000'),(11934,2063,'af_addon_tooltip_text_color',''),(11935,2064,'_regular_price','24'),(11936,2064,'_thumbnail_id','2074'),(11937,2064,'_price','24'),(11938,2064,'_mkl_pc__is_configurable','no'),(11939,2064,'var_style_tab_hide',''),(11940,2064,'exclude_var_rule_addons',''),(11941,2064,'exclude_var_addons',''),(11942,2064,'af_addon_title_display_as_selector','af_addon_title_display_text'),(11943,2064,'af_addon_heading_type_selector','addon_h1'),(11944,2064,'af_addon_seperator_checkbox',''),(11945,2064,'af_addon_title_seperator','af_addon_title_seperator_br'),(11946,2064,'af_addon_option_title_font_color',''),(11947,2064,'af_addon_title_bg',''),(11948,2064,'af_addon_title_color',''),(11949,2064,'af_addon_bg_color',''),(11950,2064,'af_addon_title_top_left_radius',''),(11951,2064,'af_addon_title_top_right_radius',''),(11952,2064,'af_addon_title_bottom_left_radius',''),(11953,2064,'af_addon_title_bottom_right_radius',''),(11954,2064,'af_addon_title_top_padding',''),(11955,2064,'af_addon_title_bottom_padding',''),(11956,2064,'af_addon_title_left_padding',''),(11957,2064,'af_addon_title_right_padding',''),(11958,2064,'af_addon_field_border',''),(11959,2064,'af_addon_field_border_top_left_radius',''),(11960,2064,'af_addon_field_border_top_right_radius',''),(11961,2064,'af_addon_field_border_bottom_left_radius',''),(11962,2064,'af_addon_field_border_bottom_right_radius',''),(11963,2064,'af_addon_field_border_top_padding',''),(11964,2064,'af_addon_field_border_bottom_padding',''),(11965,2064,'af_addon_field_border_left_padding',''),(11966,2064,'af_addon_field_border_right_padding',''),(11967,2064,'af_addon_field_title_position','left'),(11968,2064,'af_addon_field_border_color',''),(11969,2064,'af_addon_title_position','af_addon_title_inside_border'),(11970,2064,'af_addon_tooltip_background_color','#000000'),(11971,2064,'af_addon_tooltip_text_color',''),(11972,2065,'_regular_price','24'),(11973,2065,'_thumbnail_id','2066'),(11974,2065,'_price','24'),(11975,2065,'_mkl_pc__is_configurable','no'),(11976,2065,'var_style_tab_hide',''),(11977,2065,'exclude_var_rule_addons',''),(11978,2065,'exclude_var_addons',''),(11979,2065,'af_addon_title_display_as_selector','af_addon_title_display_text'),(11980,2065,'af_addon_heading_type_selector','addon_h1'),(11981,2065,'af_addon_seperator_checkbox',''),(11982,2065,'af_addon_title_seperator','af_addon_title_seperator_br'),(11983,2065,'af_addon_option_title_font_color',''),(11984,2065,'af_addon_title_bg',''),(11985,2065,'af_addon_title_color',''),(11986,2065,'af_addon_bg_color',''),(11987,2065,'af_addon_title_top_left_radius',''),(11988,2065,'af_addon_title_top_right_radius',''),(11989,2065,'af_addon_title_bottom_left_radius',''),(11990,2065,'af_addon_title_bottom_right_radius',''),(11991,2065,'af_addon_title_top_padding',''),(11992,2065,'af_addon_title_bottom_padding',''),(11993,2065,'af_addon_title_left_padding',''),(11994,2065,'af_addon_title_right_padding',''),(11995,2065,'af_addon_field_border',''),(11996,2065,'af_addon_field_border_top_left_radius',''),(11997,2065,'af_addon_field_border_top_right_radius',''),(11998,2065,'af_addon_field_border_bottom_left_radius',''),(11999,2065,'af_addon_field_border_bottom_right_radius',''),(12000,2065,'af_addon_field_border_top_padding',''),(12001,2065,'af_addon_field_border_bottom_padding',''),(12002,2065,'af_addon_field_border_left_padding',''),(12003,2065,'af_addon_field_border_right_padding',''),(12004,2065,'af_addon_field_title_position','left'),(12005,2065,'af_addon_field_border_color',''),(12006,2065,'af_addon_title_position','af_addon_title_inside_border'),(12007,2065,'af_addon_tooltip_background_color','#000000'),(12008,2065,'af_addon_tooltip_text_color',''),(12012,2066,'_wp_attached_file','2025/02/dual-clear-yellow-lens.webp'),(12013,2066,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1094;s:6:\"height\";i:690;s:4:\"file\";s:35:\"2025/02/dual-clear-yellow-lens.webp\";s:8:\"filesize\";i:667796;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"dual-clear-yellow-lens-300x189.webp\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77882;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"dual-clear-yellow-lens-1024x646.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:646;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:654316;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"dual-clear-yellow-lens-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32072;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"dual-clear-yellow-lens-768x484.webp\";s:5:\"width\";i:768;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:409782;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"dual-clear-yellow-lens-300x189.webp\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77882;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"dual-clear-yellow-lens-600x378.webp\";s:5:\"width\";i:600;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:270660;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"dual-clear-yellow-lens-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14674;}}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:{}}}'),(12014,2067,'_wp_attached_file','2025/02/smoke-lens.webp'),(12015,2067,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:619;s:4:\"file\";s:23:\"2025/02/smoke-lens.webp\";s:8:\"filesize\";i:610600;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"smoke-lens-300x181.webp\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:64300;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"smoke-lens-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26930;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"smoke-lens-768x464.webp\";s:5:\"width\";i:768;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:362386;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"smoke-lens-300x181.webp\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:64300;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"smoke-lens-600x363.webp\";s:5:\"width\";i:600;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:230104;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"smoke-lens-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12370;}}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:{}}}'),(12016,2068,'_wp_attached_file','2025/02/clear-blue-lens.webp'),(12017,2068,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:568;s:4:\"file\";s:28:\"2025/02/clear-blue-lens.webp\";s:8:\"filesize\";i:670340;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"clear-blue-lens-300x166.webp\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:70038;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"clear-blue-lens-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31894;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"clear-blue-lens-768x426.webp\";s:5:\"width\";i:768;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:409800;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"clear-blue-lens-300x166.webp\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:70038;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"clear-blue-lens-600x333.webp\";s:5:\"width\";i:600;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:257108;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"clear-blue-lens-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14596;}}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:{}}}'),(12018,2069,'_wp_attached_file','2025/02/clear-lens.webp'),(12019,2069,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:767;s:4:\"file\";s:23:\"2025/02/clear-lens.webp\";s:8:\"filesize\";i:498320;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"clear-lens-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:65002;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"clear-lens-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22936;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"clear-lens-768x575.webp\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:359284;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"clear-lens-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:65002;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"clear-lens-600x449.webp\";s:5:\"width\";i:600;s:6:\"height\";i:449;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:231390;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"clear-lens-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10396;}}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:{}}}'),(12020,2070,'_wp_attached_file','2025/02/clear-orange-lens.webp'),(12021,2070,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1094;s:6:\"height\";i:690;s:4:\"file\";s:30:\"2025/02/clear-orange-lens.webp\";s:8:\"filesize\";i:811392;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"clear-orange-lens-300x189.webp\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:85942;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"clear-orange-lens-1024x646.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:646;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:716310;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"clear-orange-lens-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:35654;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"clear-orange-lens-768x484.webp\";s:5:\"width\";i:768;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:450462;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"clear-orange-lens-300x189.webp\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:85942;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"clear-orange-lens-600x378.webp\";s:5:\"width\";i:600;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:298482;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"clear-orange-lens-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16242;}}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:{}}}'),(12022,2071,'_wp_attached_file','2025/02/clear-pink-lens.webp'),(12023,2071,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1094;s:6:\"height\";i:690;s:4:\"file\";s:28:\"2025/02/clear-pink-lens.webp\";s:8:\"filesize\";i:638186;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"clear-pink-lens-300x189.webp\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:76730;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"clear-pink-lens-1024x646.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:646;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:644744;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"clear-pink-lens-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31544;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"clear-pink-lens-768x484.webp\";s:5:\"width\";i:768;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:401976;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"clear-pink-lens-300x189.webp\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:76730;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"clear-pink-lens-600x378.webp\";s:5:\"width\";i:600;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:265012;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"clear-pink-lens-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14340;}}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:{}}}'),(12024,2072,'_wp_attached_file','2025/02/clear-red-lens.webp'),(12025,2072,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1094;s:6:\"height\";i:690;s:4:\"file\";s:27:\"2025/02/clear-red-lens.webp\";s:8:\"filesize\";i:624776;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"clear-red-lens-300x189.webp\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:76202;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"clear-red-lens-1024x646.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:646;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:629176;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"clear-red-lens-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31392;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"clear-red-lens-768x484.webp\";s:5:\"width\";i:768;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:394842;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"clear-red-lens-300x189.webp\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:76202;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"clear-red-lens-600x378.webp\";s:5:\"width\";i:600;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:261812;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"clear-red-lens-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14412;}}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:{}}}'),(12026,2073,'_wp_attached_file','2025/02/clear-yellow-lens.webp'),(12027,2073,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:617;s:4:\"file\";s:30:\"2025/02/clear-yellow-lens.webp\";s:8:\"filesize\";i:744970;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"clear-yellow-lens-300x181.webp\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:78044;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"clear-yellow-lens-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33346;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"clear-yellow-lens-768x463.webp\";s:5:\"width\";i:768;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:454486;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"clear-yellow-lens-300x181.webp\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:78044;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"clear-yellow-lens-600x362.webp\";s:5:\"width\";i:600;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:287434;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"clear-yellow-lens-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14796;}}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:{}}}'),(12028,2074,'_wp_attached_file','2025/02/dual-clear-blue-lens.webp'),(12029,2074,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1094;s:6:\"height\";i:690;s:4:\"file\";s:33:\"2025/02/dual-clear-blue-lens.webp\";s:8:\"filesize\";i:634816;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"dual-clear-blue-lens-300x189.webp\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77964;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"dual-clear-blue-lens-1024x646.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:646;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:643978;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"dual-clear-blue-lens-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31508;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"dual-clear-blue-lens-768x484.webp\";s:5:\"width\";i:768;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:404056;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"dual-clear-blue-lens-300x189.webp\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77964;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"dual-clear-blue-lens-600x378.webp\";s:5:\"width\";i:600;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:267492;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"dual-clear-blue-lens-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14356;}}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:{}}}'),(12030,2075,'_wp_attached_file','2025/02/dual-clear-lens.webp'),(12031,2075,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:470;s:4:\"file\";s:28:\"2025/02/dual-clear-lens.webp\";s:8:\"filesize\";i:406368;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"dual-clear-lens-300x138.webp\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:49974;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"dual-clear-lens-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26862;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"dual-clear-lens-768x353.webp\";s:5:\"width\";i:768;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:267290;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"dual-clear-lens-300x138.webp\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:49974;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"dual-clear-lens-600x275.webp\";s:5:\"width\";i:600;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:172830;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"dual-clear-lens-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12778;}}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:{}}}'),(12032,2055,'_price','18'),(12033,2055,'_price','24'),(12034,2055,'_thumbnail_id','2069'),(12035,2055,'_edit_last','1'),(12036,2055,'exclude_rule_addons',''),(12037,2055,'af_addon_title_display_as_selector','af_addon_title_display_text'),(12038,2055,'af_addon_heading_type_selector','addon_h1'),(12039,2055,'af_addon_seperator_checkbox',''),(12040,2055,'af_addon_title_seperator','af_addon_title_seperator_br'),(12041,2055,'af_addon_option_title_font_color',''),(12042,2055,'af_addon_title_bg',''),(12043,2055,'af_addon_title_color',''),(12044,2055,'af_addon_bg_color',''),(12045,2055,'af_addon_title_top_left_radius',''),(12046,2055,'af_addon_title_top_right_radius',''),(12047,2055,'af_addon_title_bottom_left_radius',''),(12048,2055,'af_addon_title_bottom_right_radius',''),(12049,2055,'af_addon_title_top_padding',''),(12050,2055,'af_addon_title_bottom_padding',''),(12051,2055,'af_addon_title_left_padding',''),(12052,2055,'af_addon_title_right_padding',''),(12053,2055,'af_addon_field_border',''),(12054,2055,'af_addon_field_border_top_left_radius',''),(12055,2055,'af_addon_field_border_top_right_radius',''),(12056,2055,'af_addon_field_border_bottom_left_radius',''),(12057,2055,'af_addon_field_border_bottom_right_radius',''),(12058,2055,'af_addon_field_border_top_padding',''),(12059,2055,'af_addon_field_border_bottom_padding',''),(12060,2055,'af_addon_field_border_left_padding',''),(12061,2055,'af_addon_field_border_right_padding',''),(12062,2055,'af_addon_field_title_position','left'),(12063,2055,'af_addon_field_border_color',''),(12064,2055,'af_addon_title_position','af_addon_title_inside_border'),(12065,2055,'af_addon_tooltip_background_color','#000000'),(12066,2055,'af_addon_tooltip_text_color',''),(12067,2055,'_mkl_pc__variable_configuration_mode','share_layers_config'),(12068,2055,'_mkl_pc__is_configurable','no'),(12069,2055,'_yoast_wpseo_primary_product_brand','63'),(12070,2055,'_yoast_wpseo_primary_product_cat','31'),(12071,2055,'_yoast_wpseo_estimated-reading-time-minutes','1'),(12072,2076,'_edit_lock','1739301461:1'),(12073,2076,'_g_feedback_shortcode_f4feb1a8390ce4908f91531caf8e6fc4b5ae4ff3','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(12074,2076,'_g_feedback_shortcode_atts_f4feb1a8390ce4908f91531caf8e6fc4b5ae4ff3','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:52:\"[Aggressive Graphix LLC] Replacement mirrored lenses\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2076;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(12075,2076,'af_addon_title_font_size','14'),(12076,2076,'af_addon_option_title_font_size','12'),(12077,2076,'af_addon_field_border_pixels','1'),(12078,2076,'af_addon_desc_font_size','12'),(12079,2076,'af_addon_tooltip_font_size','12'),(12080,2076,'total_sales','0'),(12081,2076,'_tax_status','taxable'),(12082,2076,'_tax_class',''),(12083,2076,'_manage_stock','no'),(12084,2076,'_backorders','no'),(12085,2076,'_sold_individually','no'),(12086,2076,'_virtual','no'),(12087,2076,'_downloadable','no'),(12088,2076,'_download_limit','-1'),(12089,2076,'_download_expiry','-1'),(12090,2076,'_stock',NULL),(12091,2076,'_stock_status','instock'),(12092,2076,'_wc_average_rating','0'),(12093,2076,'_wc_review_count','0'),(12094,2076,'_product_attributes','a:1:{s:10:\"lens-color\";a:6:{s:4:\"name\";s:11:\"Lens color:\";s:5:\"value\";s:111:\"Silver | Translucent Pink | Revo Pink | Revo Red | Revo Blue | Revo Green | Revo Purple | Dual Translucent Pink\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(12095,2076,'_product_version','9.6.1'),(12096,2077,'_variation_description',''),(12097,2077,'total_sales','0'),(12098,2077,'_tax_status','taxable'),(12099,2077,'_tax_class','parent'),(12100,2077,'_manage_stock','no'),(12101,2077,'_backorders','no'),(12102,2077,'_sold_individually','no'),(12103,2077,'_virtual','no'),(12104,2077,'_downloadable','no'),(12105,2077,'_download_limit','-1'),(12106,2077,'_download_expiry','-1'),(12107,2077,'_stock',NULL),(12108,2077,'_stock_status','instock'),(12109,2077,'_wc_average_rating','0'),(12110,2077,'_wc_review_count','0'),(12111,2077,'attribute_lens-color','Silver'),(12112,2077,'_product_version','9.6.1'),(12113,2078,'_variation_description',''),(12114,2078,'total_sales','0'),(12115,2078,'_tax_status','taxable'),(12116,2078,'_tax_class','parent'),(12117,2078,'_manage_stock','no'),(12118,2078,'_backorders','no'),(12119,2078,'_sold_individually','no'),(12120,2078,'_virtual','no'),(12121,2078,'_downloadable','no'),(12122,2078,'_download_limit','-1'),(12123,2078,'_download_expiry','-1'),(12124,2078,'_stock',NULL),(12125,2078,'_stock_status','instock'),(12126,2078,'_wc_average_rating','0'),(12127,2078,'_wc_review_count','0'),(12128,2078,'attribute_lens-color','Translucent Pink'),(12129,2078,'_product_version','9.6.1'),(12130,2079,'_variation_description',''),(12131,2079,'total_sales','0'),(12132,2079,'_tax_status','taxable'),(12133,2079,'_tax_class','parent'),(12134,2079,'_manage_stock','no'),(12135,2079,'_backorders','no'),(12136,2079,'_sold_individually','no'),(12137,2079,'_virtual','no'),(12138,2079,'_downloadable','no'),(12139,2079,'_download_limit','-1'),(12140,2079,'_download_expiry','-1'),(12141,2079,'_stock',NULL),(12142,2079,'_stock_status','instock'),(12143,2079,'_wc_average_rating','0'),(12144,2079,'_wc_review_count','0'),(12145,2079,'attribute_lens-color','Revo Pink'),(12146,2079,'_product_version','9.6.1'),(12147,2080,'_variation_description',''),(12148,2080,'total_sales','0'),(12149,2080,'_tax_status','taxable'),(12150,2080,'_tax_class','parent'),(12151,2080,'_manage_stock','no'),(12152,2080,'_backorders','no'),(12153,2080,'_sold_individually','no'),(12154,2080,'_virtual','no'),(12155,2080,'_downloadable','no'),(12156,2080,'_download_limit','-1'),(12157,2080,'_download_expiry','-1'),(12158,2080,'_stock',NULL),(12159,2080,'_stock_status','instock'),(12160,2080,'_wc_average_rating','0'),(12161,2080,'_wc_review_count','0'),(12162,2080,'attribute_lens-color','Revo Red'),(12163,2080,'_product_version','9.6.1'),(12164,2081,'_variation_description',''),(12165,2081,'total_sales','0'),(12166,2081,'_tax_status','taxable'),(12167,2081,'_tax_class','parent'),(12168,2081,'_manage_stock','no'),(12169,2081,'_backorders','no'),(12170,2081,'_sold_individually','no'),(12171,2081,'_virtual','no'),(12172,2081,'_downloadable','no'),(12173,2081,'_download_limit','-1'),(12174,2081,'_download_expiry','-1'),(12175,2081,'_stock',NULL),(12176,2081,'_stock_status','instock'),(12177,2081,'_wc_average_rating','0'),(12178,2081,'_wc_review_count','0'),(12179,2081,'attribute_lens-color','Revo Blue'),(12180,2081,'_product_version','9.6.1'),(12181,2082,'_variation_description',''),(12182,2082,'total_sales','0'),(12183,2082,'_tax_status','taxable'),(12184,2082,'_tax_class','parent'),(12185,2082,'_manage_stock','no'),(12186,2082,'_backorders','no'),(12187,2082,'_sold_individually','no'),(12188,2082,'_virtual','no'),(12189,2082,'_downloadable','no'),(12190,2082,'_download_limit','-1'),(12191,2082,'_download_expiry','-1'),(12192,2082,'_stock',NULL),(12193,2082,'_stock_status','instock'),(12194,2082,'_wc_average_rating','0'),(12195,2082,'_wc_review_count','0'),(12196,2082,'attribute_lens-color','Revo Green'),(12197,2082,'_product_version','9.6.1'),(12198,2083,'_variation_description',''),(12199,2083,'total_sales','0'),(12200,2083,'_tax_status','taxable'),(12201,2083,'_tax_class','parent'),(12202,2083,'_manage_stock','no'),(12203,2083,'_backorders','no'),(12204,2083,'_sold_individually','no'),(12205,2083,'_virtual','no'),(12206,2083,'_downloadable','no'),(12207,2083,'_download_limit','-1'),(12208,2083,'_download_expiry','-1'),(12209,2083,'_stock',NULL),(12210,2083,'_stock_status','instock'),(12211,2083,'_wc_average_rating','0'),(12212,2083,'_wc_review_count','0'),(12213,2083,'attribute_lens-color','Revo Purple'),(12214,2083,'_product_version','9.6.1'),(12215,2084,'_variation_description',''),(12216,2084,'total_sales','0'),(12217,2084,'_tax_status','taxable'),(12218,2084,'_tax_class','parent'),(12219,2084,'_manage_stock','no'),(12220,2084,'_backorders','no'),(12221,2084,'_sold_individually','no'),(12222,2084,'_virtual','no'),(12223,2084,'_downloadable','no'),(12224,2084,'_download_limit','-1'),(12225,2084,'_download_expiry','-1'),(12226,2084,'_stock',NULL),(12227,2084,'_stock_status','instock'),(12228,2084,'_wc_average_rating','0'),(12229,2084,'_wc_review_count','0'),(12230,2084,'attribute_lens-color','Dual Translucent Pink'),(12231,2084,'_product_version','9.6.1'),(12232,2077,'af_addon_title_font_size','14'),(12233,2077,'af_addon_option_title_font_size','12'),(12234,2077,'af_addon_field_border_pixels','1'),(12235,2077,'af_addon_desc_font_size','12'),(12236,2077,'af_addon_tooltip_font_size','12'),(12237,2078,'af_addon_title_font_size','14'),(12238,2078,'af_addon_option_title_font_size','12'),(12239,2078,'af_addon_field_border_pixels','1'),(12240,2078,'af_addon_desc_font_size','12'),(12241,2078,'af_addon_tooltip_font_size','12'),(12242,2079,'af_addon_title_font_size','14'),(12243,2079,'af_addon_option_title_font_size','12'),(12244,2079,'af_addon_field_border_pixels','1'),(12245,2079,'af_addon_desc_font_size','12'),(12246,2079,'af_addon_tooltip_font_size','12'),(12247,2080,'af_addon_title_font_size','14'),(12248,2080,'af_addon_option_title_font_size','12'),(12249,2080,'af_addon_field_border_pixels','1'),(12250,2080,'af_addon_desc_font_size','12'),(12251,2080,'af_addon_tooltip_font_size','12'),(12252,2081,'af_addon_title_font_size','14'),(12253,2081,'af_addon_option_title_font_size','12'),(12254,2081,'af_addon_field_border_pixels','1'),(12255,2081,'af_addon_desc_font_size','12'),(12256,2081,'af_addon_tooltip_font_size','12'),(12257,2082,'af_addon_title_font_size','14'),(12258,2082,'af_addon_option_title_font_size','12'),(12259,2082,'af_addon_field_border_pixels','1'),(12260,2082,'af_addon_desc_font_size','12'),(12261,2082,'af_addon_tooltip_font_size','12'),(12262,2083,'af_addon_title_font_size','14'),(12263,2083,'af_addon_option_title_font_size','12'),(12264,2083,'af_addon_field_border_pixels','1'),(12265,2083,'af_addon_desc_font_size','12'),(12266,2083,'af_addon_tooltip_font_size','12'),(12267,2084,'af_addon_title_font_size','14'),(12268,2084,'af_addon_option_title_font_size','12'),(12269,2084,'af_addon_field_border_pixels','1'),(12270,2084,'af_addon_desc_font_size','12'),(12271,2084,'af_addon_tooltip_font_size','12'),(12272,2077,'_regular_price','18'),(12273,2077,'_thumbnail_id','2090'),(12274,2077,'_price','18'),(12275,2077,'_mkl_pc__is_configurable','no'),(12276,2077,'var_style_tab_hide',''),(12277,2077,'exclude_var_rule_addons',''),(12278,2077,'exclude_var_addons',''),(12279,2077,'af_addon_title_display_as_selector','af_addon_title_display_text'),(12280,2077,'af_addon_heading_type_selector','addon_h1'),(12281,2077,'af_addon_seperator_checkbox',''),(12282,2077,'af_addon_title_seperator','af_addon_title_seperator_br'),(12283,2077,'af_addon_option_title_font_color',''),(12284,2077,'af_addon_title_bg',''),(12285,2077,'af_addon_title_color',''),(12286,2077,'af_addon_bg_color',''),(12287,2077,'af_addon_title_top_left_radius',''),(12288,2077,'af_addon_title_top_right_radius',''),(12289,2077,'af_addon_title_bottom_left_radius',''),(12290,2077,'af_addon_title_bottom_right_radius',''),(12291,2077,'af_addon_title_top_padding',''),(12292,2077,'af_addon_title_bottom_padding',''),(12293,2077,'af_addon_title_left_padding',''),(12294,2077,'af_addon_title_right_padding',''),(12295,2077,'af_addon_field_border',''),(12296,2077,'af_addon_field_border_top_left_radius',''),(12297,2077,'af_addon_field_border_top_right_radius',''),(12298,2077,'af_addon_field_border_bottom_left_radius',''),(12299,2077,'af_addon_field_border_bottom_right_radius',''),(12300,2077,'af_addon_field_border_top_padding',''),(12301,2077,'af_addon_field_border_bottom_padding',''),(12302,2077,'af_addon_field_border_left_padding',''),(12303,2077,'af_addon_field_border_right_padding',''),(12304,2077,'af_addon_field_title_position','left'),(12305,2077,'af_addon_field_border_color',''),(12306,2077,'af_addon_title_position','af_addon_title_inside_border'),(12307,2077,'af_addon_tooltip_background_color','#000000'),(12308,2077,'af_addon_tooltip_text_color',''),(12309,2078,'_regular_price','18'),(12310,2078,'_thumbnail_id','2085'),(12311,2078,'_price','18'),(12312,2078,'_mkl_pc__is_configurable','no'),(12313,2078,'var_style_tab_hide',''),(12314,2078,'exclude_var_rule_addons',''),(12315,2078,'exclude_var_addons',''),(12316,2078,'af_addon_title_display_as_selector','af_addon_title_display_text'),(12317,2078,'af_addon_heading_type_selector','addon_h1'),(12318,2078,'af_addon_seperator_checkbox',''),(12319,2078,'af_addon_title_seperator','af_addon_title_seperator_br'),(12320,2078,'af_addon_option_title_font_color',''),(12321,2078,'af_addon_title_bg',''),(12322,2078,'af_addon_title_color',''),(12323,2078,'af_addon_bg_color',''),(12324,2078,'af_addon_title_top_left_radius',''),(12325,2078,'af_addon_title_top_right_radius',''),(12326,2078,'af_addon_title_bottom_left_radius',''),(12327,2078,'af_addon_title_bottom_right_radius',''),(12328,2078,'af_addon_title_top_padding',''),(12329,2078,'af_addon_title_bottom_padding',''),(12330,2078,'af_addon_title_left_padding',''),(12331,2078,'af_addon_title_right_padding',''),(12332,2078,'af_addon_field_border',''),(12333,2078,'af_addon_field_border_top_left_radius',''),(12334,2078,'af_addon_field_border_top_right_radius',''),(12335,2078,'af_addon_field_border_bottom_left_radius',''),(12336,2078,'af_addon_field_border_bottom_right_radius',''),(12337,2078,'af_addon_field_border_top_padding',''),(12338,2078,'af_addon_field_border_bottom_padding',''),(12339,2078,'af_addon_field_border_left_padding',''),(12340,2078,'af_addon_field_border_right_padding',''),(12341,2078,'af_addon_field_title_position','left'),(12342,2078,'af_addon_field_border_color',''),(12343,2078,'af_addon_title_position','af_addon_title_inside_border'),(12344,2078,'af_addon_tooltip_background_color','#000000'),(12345,2078,'af_addon_tooltip_text_color',''),(12346,2079,'_regular_price','18'),(12347,2079,'_thumbnail_id','2086'),(12348,2079,'_price','18'),(12349,2079,'_mkl_pc__is_configurable','no'),(12350,2079,'var_style_tab_hide',''),(12351,2079,'exclude_var_rule_addons',''),(12352,2079,'exclude_var_addons',''),(12353,2079,'af_addon_title_display_as_selector','af_addon_title_display_text'),(12354,2079,'af_addon_heading_type_selector','addon_h1'),(12355,2079,'af_addon_seperator_checkbox',''),(12356,2079,'af_addon_title_seperator','af_addon_title_seperator_br'),(12357,2079,'af_addon_option_title_font_color',''),(12358,2079,'af_addon_title_bg',''),(12359,2079,'af_addon_title_color',''),(12360,2079,'af_addon_bg_color',''),(12361,2079,'af_addon_title_top_left_radius',''),(12362,2079,'af_addon_title_top_right_radius',''),(12363,2079,'af_addon_title_bottom_left_radius',''),(12364,2079,'af_addon_title_bottom_right_radius',''),(12365,2079,'af_addon_title_top_padding',''),(12366,2079,'af_addon_title_bottom_padding',''),(12367,2079,'af_addon_title_left_padding',''),(12368,2079,'af_addon_title_right_padding',''),(12369,2079,'af_addon_field_border',''),(12370,2079,'af_addon_field_border_top_left_radius',''),(12371,2079,'af_addon_field_border_top_right_radius',''),(12372,2079,'af_addon_field_border_bottom_left_radius',''),(12373,2079,'af_addon_field_border_bottom_right_radius',''),(12374,2079,'af_addon_field_border_top_padding',''),(12375,2079,'af_addon_field_border_bottom_padding',''),(12376,2079,'af_addon_field_border_left_padding',''),(12377,2079,'af_addon_field_border_right_padding',''),(12378,2079,'af_addon_field_title_position','left'),(12379,2079,'af_addon_field_border_color',''),(12380,2079,'af_addon_title_position','af_addon_title_inside_border'),(12381,2079,'af_addon_tooltip_background_color','#000000'),(12382,2079,'af_addon_tooltip_text_color',''),(12383,2080,'_regular_price','18'),(12384,2080,'_thumbnail_id','2089'),(12385,2080,'_price','18'),(12386,2080,'_mkl_pc__is_configurable','no'),(12387,2080,'var_style_tab_hide',''),(12388,2080,'exclude_var_rule_addons',''),(12389,2080,'exclude_var_addons',''),(12390,2080,'af_addon_title_display_as_selector','af_addon_title_display_text'),(12391,2080,'af_addon_heading_type_selector','addon_h1'),(12392,2080,'af_addon_seperator_checkbox',''),(12393,2080,'af_addon_title_seperator','af_addon_title_seperator_br'),(12394,2080,'af_addon_option_title_font_color',''),(12395,2080,'af_addon_title_bg',''),(12396,2080,'af_addon_title_color',''),(12397,2080,'af_addon_bg_color',''),(12398,2080,'af_addon_title_top_left_radius',''),(12399,2080,'af_addon_title_top_right_radius',''),(12400,2080,'af_addon_title_bottom_left_radius',''),(12401,2080,'af_addon_title_bottom_right_radius',''),(12402,2080,'af_addon_title_top_padding',''),(12403,2080,'af_addon_title_bottom_padding',''),(12404,2080,'af_addon_title_left_padding',''),(12405,2080,'af_addon_title_right_padding',''),(12406,2080,'af_addon_field_border',''),(12407,2080,'af_addon_field_border_top_left_radius',''),(12408,2080,'af_addon_field_border_top_right_radius',''),(12409,2080,'af_addon_field_border_bottom_left_radius',''),(12410,2080,'af_addon_field_border_bottom_right_radius',''),(12411,2080,'af_addon_field_border_top_padding',''),(12412,2080,'af_addon_field_border_bottom_padding',''),(12413,2080,'af_addon_field_border_left_padding',''),(12414,2080,'af_addon_field_border_right_padding',''),(12415,2080,'af_addon_field_title_position','left'),(12416,2080,'af_addon_field_border_color',''),(12417,2080,'af_addon_title_position','af_addon_title_inside_border'),(12418,2080,'af_addon_tooltip_background_color','#000000'),(12419,2080,'af_addon_tooltip_text_color',''),(12420,2081,'_regular_price','18'),(12421,2081,'_thumbnail_id','2091'),(12422,2081,'_price','18'),(12423,2081,'_mkl_pc__is_configurable','no'),(12424,2081,'var_style_tab_hide',''),(12425,2081,'exclude_var_rule_addons',''),(12426,2081,'exclude_var_addons',''),(12427,2081,'af_addon_title_display_as_selector','af_addon_title_display_text'),(12428,2081,'af_addon_heading_type_selector','addon_h1'),(12429,2081,'af_addon_seperator_checkbox',''),(12430,2081,'af_addon_title_seperator','af_addon_title_seperator_br'),(12431,2081,'af_addon_option_title_font_color',''),(12432,2081,'af_addon_title_bg',''),(12433,2081,'af_addon_title_color',''),(12434,2081,'af_addon_bg_color',''),(12435,2081,'af_addon_title_top_left_radius',''),(12436,2081,'af_addon_title_top_right_radius',''),(12437,2081,'af_addon_title_bottom_left_radius',''),(12438,2081,'af_addon_title_bottom_right_radius',''),(12439,2081,'af_addon_title_top_padding',''),(12440,2081,'af_addon_title_bottom_padding',''),(12441,2081,'af_addon_title_left_padding',''),(12442,2081,'af_addon_title_right_padding',''),(12443,2081,'af_addon_field_border',''),(12444,2081,'af_addon_field_border_top_left_radius',''),(12445,2081,'af_addon_field_border_top_right_radius',''),(12446,2081,'af_addon_field_border_bottom_left_radius',''),(12447,2081,'af_addon_field_border_bottom_right_radius',''),(12448,2081,'af_addon_field_border_top_padding',''),(12449,2081,'af_addon_field_border_bottom_padding',''),(12450,2081,'af_addon_field_border_left_padding',''),(12451,2081,'af_addon_field_border_right_padding',''),(12452,2081,'af_addon_field_title_position','left'),(12453,2081,'af_addon_field_border_color',''),(12454,2081,'af_addon_title_position','af_addon_title_inside_border'),(12455,2081,'af_addon_tooltip_background_color','#000000'),(12456,2081,'af_addon_tooltip_text_color',''),(12457,2082,'_regular_price','18'),(12458,2082,'_thumbnail_id','2088'),(12459,2082,'_price','18'),(12460,2082,'_mkl_pc__is_configurable','no'),(12461,2082,'var_style_tab_hide',''),(12462,2082,'exclude_var_rule_addons',''),(12463,2082,'exclude_var_addons',''),(12464,2082,'af_addon_title_display_as_selector','af_addon_title_display_text'),(12465,2082,'af_addon_heading_type_selector','addon_h1'),(12466,2082,'af_addon_seperator_checkbox',''),(12467,2082,'af_addon_title_seperator','af_addon_title_seperator_br'),(12468,2082,'af_addon_option_title_font_color',''),(12469,2082,'af_addon_title_bg',''),(12470,2082,'af_addon_title_color',''),(12471,2082,'af_addon_bg_color',''),(12472,2082,'af_addon_title_top_left_radius',''),(12473,2082,'af_addon_title_top_right_radius',''),(12474,2082,'af_addon_title_bottom_left_radius',''),(12475,2082,'af_addon_title_bottom_right_radius',''),(12476,2082,'af_addon_title_top_padding',''),(12477,2082,'af_addon_title_bottom_padding',''),(12478,2082,'af_addon_title_left_padding',''),(12479,2082,'af_addon_title_right_padding',''),(12480,2082,'af_addon_field_border',''),(12481,2082,'af_addon_field_border_top_left_radius',''),(12482,2082,'af_addon_field_border_top_right_radius',''),(12483,2082,'af_addon_field_border_bottom_left_radius',''),(12484,2082,'af_addon_field_border_bottom_right_radius',''),(12485,2082,'af_addon_field_border_top_padding',''),(12486,2082,'af_addon_field_border_bottom_padding',''),(12487,2082,'af_addon_field_border_left_padding',''),(12488,2082,'af_addon_field_border_right_padding',''),(12489,2082,'af_addon_field_title_position','left'),(12490,2082,'af_addon_field_border_color',''),(12491,2082,'af_addon_title_position','af_addon_title_inside_border'),(12492,2082,'af_addon_tooltip_background_color','#000000'),(12493,2082,'af_addon_tooltip_text_color',''),(12494,2083,'_regular_price','18'),(12495,2083,'_thumbnail_id','2087'),(12496,2083,'_price','18'),(12497,2083,'_mkl_pc__is_configurable','no'),(12498,2083,'var_style_tab_hide',''),(12499,2083,'exclude_var_rule_addons',''),(12500,2083,'exclude_var_addons',''),(12501,2083,'af_addon_title_display_as_selector','af_addon_title_display_text'),(12502,2083,'af_addon_heading_type_selector','addon_h1'),(12503,2083,'af_addon_seperator_checkbox',''),(12504,2083,'af_addon_title_seperator','af_addon_title_seperator_br'),(12505,2083,'af_addon_option_title_font_color',''),(12506,2083,'af_addon_title_bg',''),(12507,2083,'af_addon_title_color',''),(12508,2083,'af_addon_bg_color',''),(12509,2083,'af_addon_title_top_left_radius',''),(12510,2083,'af_addon_title_top_right_radius',''),(12511,2083,'af_addon_title_bottom_left_radius',''),(12512,2083,'af_addon_title_bottom_right_radius',''),(12513,2083,'af_addon_title_top_padding',''),(12514,2083,'af_addon_title_bottom_padding',''),(12515,2083,'af_addon_title_left_padding',''),(12516,2083,'af_addon_title_right_padding',''),(12517,2083,'af_addon_field_border',''),(12518,2083,'af_addon_field_border_top_left_radius',''),(12519,2083,'af_addon_field_border_top_right_radius',''),(12520,2083,'af_addon_field_border_bottom_left_radius',''),(12521,2083,'af_addon_field_border_bottom_right_radius',''),(12522,2083,'af_addon_field_border_top_padding',''),(12523,2083,'af_addon_field_border_bottom_padding',''),(12524,2083,'af_addon_field_border_left_padding',''),(12525,2083,'af_addon_field_border_right_padding',''),(12526,2083,'af_addon_field_title_position','left'),(12527,2083,'af_addon_field_border_color',''),(12528,2083,'af_addon_title_position','af_addon_title_inside_border'),(12529,2083,'af_addon_tooltip_background_color','#000000'),(12530,2083,'af_addon_tooltip_text_color',''),(12531,2084,'_regular_price','24'),(12532,2084,'_thumbnail_id','2092'),(12533,2084,'_price','24'),(12534,2084,'_mkl_pc__is_configurable','no'),(12535,2084,'var_style_tab_hide',''),(12536,2084,'exclude_var_rule_addons',''),(12537,2084,'exclude_var_addons',''),(12538,2084,'af_addon_title_display_as_selector','af_addon_title_display_text'),(12539,2084,'af_addon_heading_type_selector','addon_h1'),(12540,2084,'af_addon_seperator_checkbox',''),(12541,2084,'af_addon_title_seperator','af_addon_title_seperator_br'),(12542,2084,'af_addon_option_title_font_color',''),(12543,2084,'af_addon_title_bg',''),(12544,2084,'af_addon_title_color',''),(12545,2084,'af_addon_bg_color',''),(12546,2084,'af_addon_title_top_left_radius',''),(12547,2084,'af_addon_title_top_right_radius',''),(12548,2084,'af_addon_title_bottom_left_radius',''),(12549,2084,'af_addon_title_bottom_right_radius',''),(12550,2084,'af_addon_title_top_padding',''),(12551,2084,'af_addon_title_bottom_padding',''),(12552,2084,'af_addon_title_left_padding',''),(12553,2084,'af_addon_title_right_padding',''),(12554,2084,'af_addon_field_border',''),(12555,2084,'af_addon_field_border_top_left_radius',''),(12556,2084,'af_addon_field_border_top_right_radius',''),(12557,2084,'af_addon_field_border_bottom_left_radius',''),(12558,2084,'af_addon_field_border_bottom_right_radius',''),(12559,2084,'af_addon_field_border_top_padding',''),(12560,2084,'af_addon_field_border_bottom_padding',''),(12561,2084,'af_addon_field_border_left_padding',''),(12562,2084,'af_addon_field_border_right_padding',''),(12563,2084,'af_addon_field_title_position','left'),(12564,2084,'af_addon_field_border_color',''),(12565,2084,'af_addon_title_position','af_addon_title_inside_border'),(12566,2084,'af_addon_tooltip_background_color','#000000'),(12567,2084,'af_addon_tooltip_text_color',''),(12571,2085,'_wp_attached_file','2025/02/clear-translusentpink-lens.webp'),(12572,2085,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:588;s:4:\"file\";s:39:\"2025/02/clear-translusentpink-lens.webp\";s:8:\"filesize\";i:154876;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"clear-translusentpink-lens-300x172.webp\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27100;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"clear-translusentpink-lens-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14540;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"clear-translusentpink-lens-768x441.webp\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:141838;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:39:\"clear-translusentpink-lens-300x172.webp\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27100;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:39:\"clear-translusentpink-lens-600x345.webp\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:90530;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:39:\"clear-translusentpink-lens-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7114;}}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:{}}}'),(12573,2086,'_wp_attached_file','2025/02/revo-lens-pink.webp'),(12574,2086,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:642;s:4:\"file\";s:27:\"2025/02/revo-lens-pink.webp\";s:8:\"filesize\";i:429642;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"revo-lens-pink-300x188.webp\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:60076;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"revo-lens-pink-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25322;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"revo-lens-pink-768x482.webp\";s:5:\"width\";i:768;s:6:\"height\";i:482;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:306328;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"revo-lens-pink-300x188.webp\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:60076;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"revo-lens-pink-600x376.webp\";s:5:\"width\";i:600;s:6:\"height\";i:376;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:200056;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"revo-lens-pink-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12312;}}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:{}}}'),(12575,2087,'_wp_attached_file','2025/02/revo-purple-lens.webp'),(12576,2087,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1094;s:6:\"height\";i:690;s:4:\"file\";s:29:\"2025/02/revo-purple-lens.webp\";s:8:\"filesize\";i:237486;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"revo-purple-lens-300x189.webp\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:43378;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"revo-purple-lens-1024x646.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:646;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:295774;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"revo-purple-lens-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20424;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"revo-purple-lens-768x484.webp\";s:5:\"width\";i:768;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:190026;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"revo-purple-lens-300x189.webp\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:43378;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"revo-purple-lens-600x378.webp\";s:5:\"width\";i:600;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:132854;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"revo-purple-lens-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10288;}}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:{}}}'),(12577,2088,'_wp_attached_file','2025/02/revo-lens-green.webp'),(12578,2088,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:537;s:4:\"file\";s:28:\"2025/02/revo-lens-green.webp\";s:8:\"filesize\";i:556986;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"revo-lens-green-300x157.webp\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:61006;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"revo-lens-green-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29274;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"revo-lens-green-768x403.webp\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:336358;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"revo-lens-green-300x157.webp\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:61006;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"revo-lens-green-600x315.webp\";s:5:\"width\";i:600;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:214630;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"revo-lens-green-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13812;}}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:{}}}'),(12579,2089,'_wp_attached_file','2025/02/revo-lens-red.webp'),(12580,2089,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:537;s:4:\"file\";s:26:\"2025/02/revo-lens-red.webp\";s:8:\"filesize\";i:627180;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"revo-lens-red-300x157.webp\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:67168;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"revo-lens-red-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30852;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"revo-lens-red-768x403.webp\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:380164;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"revo-lens-red-300x157.webp\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:67168;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"revo-lens-red-600x315.webp\";s:5:\"width\";i:600;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:242250;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"revo-lens-red-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14132;}}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:{}}}'),(12581,2090,'_wp_attached_file','2025/02/revo-silver-lens.webp'),(12582,2090,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:731;s:4:\"file\";s:29:\"2025/02/revo-silver-lens.webp\";s:8:\"filesize\";i:892114;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"revo-silver-lens-300x214.webp\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:92072;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"revo-silver-lens-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31158;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"revo-silver-lens-768x548.webp\";s:5:\"width\";i:768;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:542738;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"revo-silver-lens-300x214.webp\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:92072;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"revo-silver-lens-600x428.webp\";s:5:\"width\";i:600;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:342552;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"revo-silver-lens-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13640;}}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:{}}}'),(12583,2091,'_wp_attached_file','2025/02/revo-lens-blue.webp'),(12584,2091,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:537;s:4:\"file\";s:27:\"2025/02/revo-lens-blue.webp\";s:8:\"filesize\";i:715298;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"revo-lens-blue-300x157.webp\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72936;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"revo-lens-blue-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34780;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"revo-lens-blue-768x403.webp\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:426964;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"revo-lens-blue-300x157.webp\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72936;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"revo-lens-blue-600x315.webp\";s:5:\"width\";i:600;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:270162;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"revo-lens-blue-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15946;}}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:{}}}'),(12585,2092,'_wp_attached_file','2025/02/dual-transpink-lens.webp'),(12586,2092,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:700;s:4:\"file\";s:32:\"2025/02/dual-transpink-lens.webp\";s:8:\"filesize\";i:500922;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"dual-transpink-lens-300x205.webp\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:62866;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"dual-transpink-lens-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26046;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"dual-transpink-lens-768x525.webp\";s:5:\"width\";i:768;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:356016;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"dual-transpink-lens-300x205.webp\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:62866;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"dual-transpink-lens-600x410.webp\";s:5:\"width\";i:600;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:222970;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"dual-transpink-lens-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12894;}}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:{}}}'),(12587,2076,'_price','18'),(12588,2076,'_price','24'),(12589,2076,'_edit_last','1'),(12590,2076,'exclude_rule_addons',''),(12591,2076,'af_addon_title_display_as_selector','af_addon_title_display_text'),(12592,2076,'af_addon_heading_type_selector','addon_h1'),(12593,2076,'af_addon_seperator_checkbox',''),(12594,2076,'af_addon_title_seperator','af_addon_title_seperator_br'),(12595,2076,'af_addon_option_title_font_color',''),(12596,2076,'af_addon_title_bg',''),(12597,2076,'af_addon_title_color',''),(12598,2076,'af_addon_bg_color',''),(12599,2076,'af_addon_title_top_left_radius',''),(12600,2076,'af_addon_title_top_right_radius',''),(12601,2076,'af_addon_title_bottom_left_radius',''),(12602,2076,'af_addon_title_bottom_right_radius',''),(12603,2076,'af_addon_title_top_padding',''),(12604,2076,'af_addon_title_bottom_padding',''),(12605,2076,'af_addon_title_left_padding',''),(12606,2076,'af_addon_title_right_padding',''),(12607,2076,'af_addon_field_border',''),(12608,2076,'af_addon_field_border_top_left_radius',''),(12609,2076,'af_addon_field_border_top_right_radius',''),(12610,2076,'af_addon_field_border_bottom_left_radius',''),(12611,2076,'af_addon_field_border_bottom_right_radius',''),(12612,2076,'af_addon_field_border_top_padding',''),(12613,2076,'af_addon_field_border_bottom_padding',''),(12614,2076,'af_addon_field_border_left_padding',''),(12615,2076,'af_addon_field_border_right_padding',''),(12616,2076,'af_addon_field_title_position','left'),(12617,2076,'af_addon_field_border_color',''),(12618,2076,'af_addon_title_position','af_addon_title_inside_border'),(12619,2076,'af_addon_tooltip_background_color','#000000'),(12620,2076,'af_addon_tooltip_text_color',''),(12621,2076,'_mkl_pc__variable_configuration_mode','share_layers_config'),(12622,2076,'_mkl_pc__is_configurable','no'),(12623,2076,'_yoast_wpseo_primary_product_brand','63'),(12624,2076,'_yoast_wpseo_primary_product_cat','31'),(12625,2076,'_yoast_wpseo_estimated-reading-time-minutes','1'),(12626,2076,'_thumbnail_id','2086'),(12632,2097,'_edit_lock','1739302010:1'),(12633,2097,'_g_feedback_shortcode_7bb9539d77a73325c934150d7c9bcd6d3eca8b42','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(12634,2097,'_g_feedback_shortcode_atts_7bb9539d77a73325c934150d7c9bcd6d3eca8b42','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:49:\"[Aggressive Graphix LLC] Element film system lens\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2097;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(12635,2097,'af_addon_title_font_size','14'),(12636,2097,'af_addon_option_title_font_size','12'),(12637,2097,'af_addon_field_border_pixels','1'),(12638,2097,'af_addon_desc_font_size','12'),(12639,2097,'af_addon_tooltip_font_size','12'),(12640,2097,'total_sales','0'),(12641,2097,'_tax_status','taxable'),(12642,2097,'_tax_class',''),(12643,2097,'_manage_stock','no'),(12644,2097,'_backorders','no'),(12645,2097,'_sold_individually','no'),(12646,2097,'_virtual','no'),(12647,2097,'_downloadable','no'),(12648,2097,'_download_limit','-1'),(12649,2097,'_download_expiry','-1'),(12650,2097,'_stock',NULL),(12651,2097,'_stock_status','instock'),(12652,2097,'_wc_average_rating','0'),(12653,2097,'_wc_review_count','0'),(12654,2097,'_product_attributes','a:1:{s:10:\"lens-color\";a:6:{s:4:\"name\";s:10:\"Lens color\";s:5:\"value\";s:18:\"Clear | Blue clear\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(12655,2097,'_product_version','9.6.1'),(12656,2098,'_variation_description',''),(12657,2098,'total_sales','0'),(12658,2098,'_tax_status','taxable'),(12659,2098,'_tax_class','parent'),(12660,2098,'_manage_stock','no'),(12661,2098,'_backorders','no'),(12662,2098,'_sold_individually','no'),(12663,2098,'_virtual','no'),(12664,2098,'_downloadable','no'),(12665,2098,'_download_limit','-1'),(12666,2098,'_download_expiry','-1'),(12667,2098,'_stock',NULL),(12668,2098,'_stock_status','instock'),(12669,2098,'_wc_average_rating','0'),(12670,2098,'_wc_review_count','0'),(12671,2098,'attribute_lens-color','Clear'),(12672,2098,'_product_version','9.6.1'),(12673,2099,'_variation_description',''),(12674,2099,'total_sales','0'),(12675,2099,'_tax_status','taxable'),(12676,2099,'_tax_class','parent'),(12677,2099,'_manage_stock','no'),(12678,2099,'_backorders','no'),(12679,2099,'_sold_individually','no'),(12680,2099,'_virtual','no'),(12681,2099,'_downloadable','no'),(12682,2099,'_download_limit','-1'),(12683,2099,'_download_expiry','-1'),(12684,2099,'_stock',NULL),(12685,2099,'_stock_status','instock'),(12686,2099,'_wc_average_rating','0'),(12687,2099,'_wc_review_count','0'),(12688,2099,'attribute_lens-color','Blue clear'),(12689,2099,'_product_version','9.6.1'),(12690,2098,'af_addon_title_font_size','14'),(12691,2098,'af_addon_option_title_font_size','12'),(12692,2098,'af_addon_field_border_pixels','1'),(12693,2098,'af_addon_desc_font_size','12'),(12694,2098,'af_addon_tooltip_font_size','12'),(12695,2099,'af_addon_title_font_size','14'),(12696,2099,'af_addon_option_title_font_size','12'),(12697,2099,'af_addon_field_border_pixels','1'),(12698,2099,'af_addon_desc_font_size','12'),(12699,2099,'af_addon_tooltip_font_size','12'),(12700,2098,'_regular_price','42'),(12701,2098,'_thumbnail_id','2100'),(12702,2098,'_price','42'),(12703,2098,'_mkl_pc__is_configurable','no'),(12704,2098,'var_style_tab_hide',''),(12705,2098,'exclude_var_rule_addons',''),(12706,2098,'exclude_var_addons',''),(12707,2098,'af_addon_title_display_as_selector','af_addon_title_display_text'),(12708,2098,'af_addon_heading_type_selector','addon_h1'),(12709,2098,'af_addon_seperator_checkbox',''),(12710,2098,'af_addon_title_seperator','af_addon_title_seperator_br'),(12711,2098,'af_addon_option_title_font_color',''),(12712,2098,'af_addon_title_bg',''),(12713,2098,'af_addon_title_color',''),(12714,2098,'af_addon_bg_color',''),(12715,2098,'af_addon_title_top_left_radius',''),(12716,2098,'af_addon_title_top_right_radius',''),(12717,2098,'af_addon_title_bottom_left_radius',''),(12718,2098,'af_addon_title_bottom_right_radius',''),(12719,2098,'af_addon_title_top_padding',''),(12720,2098,'af_addon_title_bottom_padding',''),(12721,2098,'af_addon_title_left_padding',''),(12722,2098,'af_addon_title_right_padding',''),(12723,2098,'af_addon_field_border',''),(12724,2098,'af_addon_field_border_top_left_radius',''),(12725,2098,'af_addon_field_border_top_right_radius',''),(12726,2098,'af_addon_field_border_bottom_left_radius',''),(12727,2098,'af_addon_field_border_bottom_right_radius',''),(12728,2098,'af_addon_field_border_top_padding',''),(12729,2098,'af_addon_field_border_bottom_padding',''),(12730,2098,'af_addon_field_border_left_padding',''),(12731,2098,'af_addon_field_border_right_padding',''),(12732,2098,'af_addon_field_title_position','left'),(12733,2098,'af_addon_field_border_color',''),(12734,2098,'af_addon_title_position','af_addon_title_inside_border'),(12735,2098,'af_addon_tooltip_background_color','#000000'),(12736,2098,'af_addon_tooltip_text_color',''),(12737,2099,'_regular_price','42'),(12738,2099,'_thumbnail_id','2101'),(12739,2099,'_price','42'),(12740,2099,'_mkl_pc__is_configurable','no'),(12741,2099,'var_style_tab_hide',''),(12742,2099,'exclude_var_rule_addons',''),(12743,2099,'exclude_var_addons',''),(12744,2099,'af_addon_title_display_as_selector','af_addon_title_display_text'),(12745,2099,'af_addon_heading_type_selector','addon_h1'),(12746,2099,'af_addon_seperator_checkbox',''),(12747,2099,'af_addon_title_seperator','af_addon_title_seperator_br'),(12748,2099,'af_addon_option_title_font_color',''),(12749,2099,'af_addon_title_bg',''),(12750,2099,'af_addon_title_color',''),(12751,2099,'af_addon_bg_color',''),(12752,2099,'af_addon_title_top_left_radius',''),(12753,2099,'af_addon_title_top_right_radius',''),(12754,2099,'af_addon_title_bottom_left_radius',''),(12755,2099,'af_addon_title_bottom_right_radius',''),(12756,2099,'af_addon_title_top_padding',''),(12757,2099,'af_addon_title_bottom_padding',''),(12758,2099,'af_addon_title_left_padding',''),(12759,2099,'af_addon_title_right_padding',''),(12760,2099,'af_addon_field_border',''),(12761,2099,'af_addon_field_border_top_left_radius',''),(12762,2099,'af_addon_field_border_top_right_radius',''),(12763,2099,'af_addon_field_border_bottom_left_radius',''),(12764,2099,'af_addon_field_border_bottom_right_radius',''),(12765,2099,'af_addon_field_border_top_padding',''),(12766,2099,'af_addon_field_border_bottom_padding',''),(12767,2099,'af_addon_field_border_left_padding',''),(12768,2099,'af_addon_field_border_right_padding',''),(12769,2099,'af_addon_field_title_position','left'),(12770,2099,'af_addon_field_border_color',''),(12771,2099,'af_addon_title_position','af_addon_title_inside_border'),(12772,2099,'af_addon_tooltip_background_color','#000000'),(12773,2099,'af_addon_tooltip_text_color',''),(12775,2100,'_wp_attached_file','2025/02/elementfilmsystem-clear.webp'),(12776,2100,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:36:\"2025/02/elementfilmsystem-clear.webp\";s:8:\"filesize\";i:609824;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"elementfilmsystem-clear-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:83844;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"elementfilmsystem-clear-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31860;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"elementfilmsystem-clear-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:411940;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"elementfilmsystem-clear-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:83844;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"elementfilmsystem-clear-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:268940;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"elementfilmsystem-clear-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15808;}}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:{}}}'),(12777,2101,'_wp_attached_file','2025/02/elementfilmsystem-blue.webp'),(12778,2101,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:35:\"2025/02/elementfilmsystem-blue.webp\";s:8:\"filesize\";i:691574;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"elementfilmsystem-blue-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:88180;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"elementfilmsystem-blue-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32268;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"elementfilmsystem-blue-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:455712;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"elementfilmsystem-blue-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:88180;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"elementfilmsystem-blue-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:295326;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"elementfilmsystem-blue-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15788;}}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:{}}}'),(12779,2097,'_thumbnail_id','2100'),(12780,2097,'_edit_last','1'),(12781,2097,'exclude_rule_addons',''),(12782,2097,'af_addon_title_display_as_selector','af_addon_title_display_text'),(12783,2097,'af_addon_heading_type_selector','addon_h1'),(12784,2097,'af_addon_seperator_checkbox',''),(12785,2097,'af_addon_title_seperator','af_addon_title_seperator_br'),(12786,2097,'af_addon_option_title_font_color',''),(12787,2097,'af_addon_title_bg',''),(12788,2097,'af_addon_title_color',''),(12789,2097,'af_addon_bg_color',''),(12790,2097,'af_addon_title_top_left_radius',''),(12791,2097,'af_addon_title_top_right_radius',''),(12792,2097,'af_addon_title_bottom_left_radius',''),(12793,2097,'af_addon_title_bottom_right_radius',''),(12794,2097,'af_addon_title_top_padding',''),(12795,2097,'af_addon_title_bottom_padding',''),(12796,2097,'af_addon_title_left_padding',''),(12797,2097,'af_addon_title_right_padding',''),(12798,2097,'af_addon_field_border',''),(12799,2097,'af_addon_field_border_top_left_radius',''),(12800,2097,'af_addon_field_border_top_right_radius',''),(12801,2097,'af_addon_field_border_bottom_left_radius',''),(12802,2097,'af_addon_field_border_bottom_right_radius',''),(12803,2097,'af_addon_field_border_top_padding',''),(12804,2097,'af_addon_field_border_bottom_padding',''),(12805,2097,'af_addon_field_border_left_padding',''),(12806,2097,'af_addon_field_border_right_padding',''),(12807,2097,'af_addon_field_title_position','left'),(12808,2097,'af_addon_field_border_color',''),(12809,2097,'af_addon_title_position','af_addon_title_inside_border'),(12810,2097,'af_addon_tooltip_background_color','#000000'),(12811,2097,'af_addon_tooltip_text_color',''),(12812,2097,'_mkl_pc__variable_configuration_mode','share_layers_config'),(12813,2097,'_mkl_pc__is_configurable','no'),(12814,2097,'_yoast_wpseo_primary_product_brand','63'),(12815,2097,'_yoast_wpseo_primary_product_cat','31'),(12816,2097,'_yoast_wpseo_content_score','90'),(12817,2097,'_yoast_wpseo_estimated-reading-time-minutes','1'),(12818,2097,'_price','42'),(12819,2102,'_edit_lock','1739302614:1'),(12820,2102,'_g_feedback_shortcode_e093a71c87db6109a732f9ecfa586671acd9e8c9','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(12821,2102,'_g_feedback_shortcode_atts_e093a71c87db6109a732f9ecfa586671acd9e8c9','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:36:\"[Aggressive Graphix LLC] Goggle Case\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2102;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(12822,2102,'af_addon_title_font_size','14'),(12823,2102,'af_addon_option_title_font_size','12'),(12824,2102,'af_addon_field_border_pixels','1'),(12825,2102,'af_addon_desc_font_size','12'),(12826,2102,'af_addon_tooltip_font_size','12'),(12827,2103,'_wp_attached_file','2025/02/FlowVision-GoggleCase_open.webp'),(12828,2103,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1015;s:6:\"height\";i:933;s:4:\"file\";s:39:\"2025/02/FlowVision-GoggleCase_open.webp\";s:8:\"filesize\";i:605578;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"FlowVision-GoggleCase_open-300x276.webp\";s:5:\"width\";i:300;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:81432;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"FlowVision-GoggleCase_open-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25594;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"FlowVision-GoggleCase_open-768x706.webp\";s:5:\"width\";i:768;s:6:\"height\";i:706;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:384382;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:39:\"FlowVision-GoggleCase_open-300x276.webp\";s:5:\"width\";i:300;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:81432;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:39:\"FlowVision-GoggleCase_open-600x552.webp\";s:5:\"width\";i:600;s:6:\"height\";i:552;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:259028;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:39:\"FlowVision-GoggleCase_open-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12564;}}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:{}}}'),(12829,2104,'_wp_attached_file','2025/02/FlowVision-GoggleCase.webp'),(12830,2104,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:478;s:6:\"height\";i:416;s:4:\"file\";s:34:\"2025/02/FlowVision-GoggleCase.webp\";s:8:\"filesize\";i:160518;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"FlowVision-GoggleCase-300x261.webp\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72192;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"FlowVision-GoggleCase-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25872;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"FlowVision-GoggleCase-300x261.webp\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72192;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"FlowVision-GoggleCase-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12778;}}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:{}}}'),(12831,2102,'_thumbnail_id','2104'),(12832,2102,'_edit_last','1'),(12833,2102,'exclude_rule_addons',''),(12834,2102,'af_addon_title_display_as_selector','af_addon_title_display_text'),(12835,2102,'af_addon_heading_type_selector','addon_h1'),(12836,2102,'af_addon_seperator_checkbox',''),(12837,2102,'af_addon_title_seperator','af_addon_title_seperator_br'),(12838,2102,'af_addon_option_title_font_color',''),(12839,2102,'af_addon_title_bg',''),(12840,2102,'af_addon_title_color',''),(12841,2102,'af_addon_bg_color',''),(12842,2102,'af_addon_title_top_left_radius',''),(12843,2102,'af_addon_title_top_right_radius',''),(12844,2102,'af_addon_title_bottom_left_radius',''),(12845,2102,'af_addon_title_bottom_right_radius',''),(12846,2102,'af_addon_title_top_padding',''),(12847,2102,'af_addon_title_bottom_padding',''),(12848,2102,'af_addon_title_left_padding',''),(12849,2102,'af_addon_title_right_padding',''),(12850,2102,'af_addon_field_border',''),(12851,2102,'af_addon_field_border_top_left_radius',''),(12852,2102,'af_addon_field_border_top_right_radius',''),(12853,2102,'af_addon_field_border_bottom_left_radius',''),(12854,2102,'af_addon_field_border_bottom_right_radius',''),(12855,2102,'af_addon_field_border_top_padding',''),(12856,2102,'af_addon_field_border_bottom_padding',''),(12857,2102,'af_addon_field_border_left_padding',''),(12858,2102,'af_addon_field_border_right_padding',''),(12859,2102,'af_addon_field_title_position','left'),(12860,2102,'af_addon_field_border_color',''),(12861,2102,'af_addon_title_position','af_addon_title_inside_border'),(12862,2102,'af_addon_tooltip_background_color','#000000'),(12863,2102,'af_addon_tooltip_text_color',''),(12864,2102,'_regular_price','42'),(12865,2102,'total_sales','0'),(12866,2102,'_tax_status','taxable'),(12867,2102,'_tax_class',''),(12868,2102,'_manage_stock','no'),(12869,2102,'_backorders','no'),(12870,2102,'_sold_individually','no'),(12871,2102,'_virtual','no'),(12872,2102,'_downloadable','no'),(12873,2102,'_download_limit','-1'),(12874,2102,'_download_expiry','-1'),(12875,2102,'_stock',NULL),(12876,2102,'_stock_status','instock'),(12877,2102,'_wc_average_rating','0'),(12878,2102,'_wc_review_count','0'),(12879,2102,'_product_version','9.6.1'),(12880,2102,'_price','42'),(12881,2102,'_mkl_pc__is_configurable','no'),(12882,2102,'_product_image_gallery','2103'),(12883,2102,'_yoast_wpseo_primary_product_brand','63'),(12884,2102,'_yoast_wpseo_primary_product_cat','31'),(12885,2102,'_yoast_wpseo_content_score','90'),(12886,2102,'_yoast_wpseo_estimated-reading-time-minutes','1'),(12887,2105,'_edit_lock','1739303182:1'),(12888,2105,'_g_feedback_shortcode_98760b2aed9ef645085985c57d92dc8dc31d4a0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(12889,2105,'_g_feedback_shortcode_atts_98760b2aed9ef645085985c57d92dc8dc31d4a0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:66:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: White/Black\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2105;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(12890,2105,'af_addon_title_font_size','14'),(12891,2105,'af_addon_option_title_font_size','12'),(12892,2105,'af_addon_field_border_pixels','1'),(12893,2105,'af_addon_desc_font_size','12'),(12894,2105,'af_addon_tooltip_font_size','12'),(12895,2106,'_wp_attached_file','2025/02/FlowVision_SX_SMX_Oakley_100__Goggles_Whiteblack_Left_1024x1024.webp'),(12896,2106,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:567;s:4:\"file\";s:76:\"2025/02/FlowVision_SX_SMX_Oakley_100__Goggles_Whiteblack_Left_1024x1024.webp\";s:8:\"filesize\";i:411258;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:76:\"FlowVision_SX_SMX_Oakley_100__Goggles_Whiteblack_Left_1024x1024-300x166.webp\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:46968;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:76:\"FlowVision_SX_SMX_Oakley_100__Goggles_Whiteblack_Left_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:23354;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:76:\"FlowVision_SX_SMX_Oakley_100__Goggles_Whiteblack_Left_1024x1024-768x425.webp\";s:5:\"width\";i:768;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:280736;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:76:\"FlowVision_SX_SMX_Oakley_100__Goggles_Whiteblack_Left_1024x1024-300x166.webp\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:46968;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:76:\"FlowVision_SX_SMX_Oakley_100__Goggles_Whiteblack_Left_1024x1024-600x332.webp\";s:5:\"width\";i:600;s:6:\"height\";i:332;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:175916;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:76:\"FlowVision_SX_SMX_Oakley_100__Goggles_Whiteblack_Left_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11304;}}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:{}}}'),(12897,2107,'_wp_attached_file','2025/02/FlowVision_SX_SMX_Oakley_100__Goggles_Whiteblack_right_1024x1024.webp'),(12898,2107,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:543;s:4:\"file\";s:77:\"2025/02/FlowVision_SX_SMX_Oakley_100__Goggles_Whiteblack_right_1024x1024.webp\";s:8:\"filesize\";i:422654;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:77:\"FlowVision_SX_SMX_Oakley_100__Goggles_Whiteblack_right_1024x1024-300x159.webp\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:48680;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:77:\"FlowVision_SX_SMX_Oakley_100__Goggles_Whiteblack_right_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24386;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:77:\"FlowVision_SX_SMX_Oakley_100__Goggles_Whiteblack_right_1024x1024-768x407.webp\";s:5:\"width\";i:768;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:282970;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:77:\"FlowVision_SX_SMX_Oakley_100__Goggles_Whiteblack_right_1024x1024-300x159.webp\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:48680;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:77:\"FlowVision_SX_SMX_Oakley_100__Goggles_Whiteblack_right_1024x1024-600x318.webp\";s:5:\"width\";i:600;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:177650;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:77:\"FlowVision_SX_SMX_Oakley_100__Goggles_Whiteblack_right_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11926;}}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:{}}}'),(12899,2105,'_thumbnail_id','2107'),(12900,2105,'_edit_last','1'),(12901,2105,'exclude_rule_addons',''),(12902,2105,'af_addon_title_display_as_selector','af_addon_title_display_text'),(12903,2105,'af_addon_heading_type_selector','addon_h1'),(12904,2105,'af_addon_seperator_checkbox',''),(12905,2105,'af_addon_title_seperator','af_addon_title_seperator_br'),(12906,2105,'af_addon_option_title_font_color',''),(12907,2105,'af_addon_title_bg',''),(12908,2105,'af_addon_title_color',''),(12909,2105,'af_addon_bg_color',''),(12910,2105,'af_addon_title_top_left_radius',''),(12911,2105,'af_addon_title_top_right_radius',''),(12912,2105,'af_addon_title_bottom_left_radius',''),(12913,2105,'af_addon_title_bottom_right_radius',''),(12914,2105,'af_addon_title_top_padding',''),(12915,2105,'af_addon_title_bottom_padding',''),(12916,2105,'af_addon_title_left_padding',''),(12917,2105,'af_addon_title_right_padding',''),(12918,2105,'af_addon_field_border',''),(12919,2105,'af_addon_field_border_top_left_radius',''),(12920,2105,'af_addon_field_border_top_right_radius',''),(12921,2105,'af_addon_field_border_bottom_left_radius',''),(12922,2105,'af_addon_field_border_bottom_right_radius',''),(12923,2105,'af_addon_field_border_top_padding',''),(12924,2105,'af_addon_field_border_bottom_padding',''),(12925,2105,'af_addon_field_border_left_padding',''),(12926,2105,'af_addon_field_border_right_padding',''),(12927,2105,'af_addon_field_title_position','left'),(12928,2105,'af_addon_field_border_color',''),(12929,2105,'af_addon_title_position','af_addon_title_inside_border'),(12930,2105,'af_addon_tooltip_background_color','#000000'),(12931,2105,'af_addon_tooltip_text_color',''),(12932,2105,'_regular_price','56'),(12933,2105,'total_sales','0'),(12934,2105,'_tax_status','taxable'),(12935,2105,'_tax_class',''),(12936,2105,'_manage_stock','no'),(12937,2105,'_backorders','no'),(12938,2105,'_sold_individually','no'),(12939,2105,'_virtual','no'),(12940,2105,'_downloadable','no'),(12941,2105,'_download_limit','-1'),(12942,2105,'_download_expiry','-1'),(12943,2105,'_stock',NULL),(12944,2105,'_stock_status','instock'),(12945,2105,'_wc_average_rating','0'),(12946,2105,'_wc_review_count','0'),(12947,2105,'_product_version','9.6.1'),(12948,2105,'_price','56'),(12949,2105,'_mkl_pc__is_configurable','no'),(12950,2105,'_product_image_gallery','2106'),(12951,2105,'_yoast_wpseo_primary_product_brand','63'),(12952,2105,'_yoast_wpseo_primary_product_cat','30'),(12953,2105,'_yoast_wpseo_content_score','90'),(12954,2105,'_yoast_wpseo_estimated-reading-time-minutes','1'),(12958,2111,'_regular_price','56'),(12959,2111,'total_sales','0'),(12960,2111,'_tax_status','taxable'),(12961,2111,'_tax_class',''),(12962,2111,'_manage_stock','no'),(12963,2111,'_backorders','no'),(12964,2111,'_sold_individually','no'),(12965,2111,'_virtual','no'),(12966,2111,'_downloadable','no'),(12967,2111,'_product_image_gallery','2113'),(12968,2111,'_download_limit','-1'),(12969,2111,'_download_expiry','-1'),(12970,2111,'_thumbnail_id','2112'),(12971,2111,'_stock',NULL),(12972,2111,'_stock_status','instock'),(12973,2111,'_wc_average_rating','0'),(12974,2111,'_wc_review_count','0'),(12975,2111,'_product_version','9.6.1'),(12976,2111,'_price','56'),(12977,2111,'_g_feedback_shortcode_98760b2aed9ef645085985c57d92dc8dc31d4a0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(12978,2111,'_g_feedback_shortcode_atts_98760b2aed9ef645085985c57d92dc8dc31d4a0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:66:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: White/Black\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2105;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(12979,2111,'af_addon_title_font_size','14'),(12980,2111,'af_addon_option_title_font_size','12'),(12981,2111,'af_addon_field_border_pixels','1'),(12982,2111,'af_addon_desc_font_size','12'),(12983,2111,'af_addon_tooltip_font_size','12'),(12984,2111,'exclude_rule_addons',''),(12985,2111,'af_addon_title_display_as_selector','af_addon_title_display_text'),(12986,2111,'af_addon_heading_type_selector','addon_h1'),(12987,2111,'af_addon_seperator_checkbox',''),(12988,2111,'af_addon_title_seperator','af_addon_title_seperator_br'),(12989,2111,'af_addon_option_title_font_color',''),(12990,2111,'af_addon_title_bg',''),(12991,2111,'af_addon_title_color',''),(12992,2111,'af_addon_bg_color',''),(12993,2111,'af_addon_title_top_left_radius',''),(12994,2111,'af_addon_title_top_right_radius',''),(12995,2111,'af_addon_title_bottom_left_radius',''),(12996,2111,'af_addon_title_bottom_right_radius',''),(12997,2111,'af_addon_title_top_padding',''),(12998,2111,'af_addon_title_bottom_padding',''),(12999,2111,'af_addon_title_left_padding',''),(13000,2111,'af_addon_title_right_padding',''),(13001,2111,'af_addon_field_border',''),(13002,2111,'af_addon_field_border_top_left_radius',''),(13003,2111,'af_addon_field_border_top_right_radius',''),(13004,2111,'af_addon_field_border_bottom_left_radius',''),(13005,2111,'af_addon_field_border_bottom_right_radius',''),(13006,2111,'af_addon_field_border_top_padding',''),(13007,2111,'af_addon_field_border_bottom_padding',''),(13008,2111,'af_addon_field_border_left_padding',''),(13009,2111,'af_addon_field_border_right_padding',''),(13010,2111,'af_addon_field_title_position','left'),(13011,2111,'af_addon_field_border_color',''),(13012,2111,'af_addon_title_position','af_addon_title_inside_border'),(13013,2111,'af_addon_tooltip_background_color','#000000'),(13014,2111,'af_addon_tooltip_text_color',''),(13015,2111,'_mkl_pc__is_configurable','no'),(13016,2111,'_yoast_wpseo_primary_product_brand','63'),(13017,2111,'_yoast_wpseo_primary_product_cat','30'),(13018,2111,'_yoast_wpseo_content_score','90'),(13019,2111,'_yoast_wpseo_estimated-reading-time-minutes','1'),(13021,2111,'_edit_lock','1739303698:1'),(13022,2111,'_g_feedback_shortcode_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13023,2111,'_g_feedback_shortcode_atts_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Valor\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2111;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13024,2112,'_wp_attached_file','2025/02/FlowVision_Motocross_SMX_SX_100__Valor_Goggles_Right_1024x1024.webp'),(13025,2112,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:520;s:4:\"file\";s:75:\"2025/02/FlowVision_Motocross_SMX_SX_100__Valor_Goggles_Right_1024x1024.webp\";s:8:\"filesize\";i:686390;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:75:\"FlowVision_Motocross_SMX_SX_100__Valor_Goggles_Right_1024x1024-300x152.webp\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:70402;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:75:\"FlowVision_Motocross_SMX_SX_100__Valor_Goggles_Right_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33676;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:75:\"FlowVision_Motocross_SMX_SX_100__Valor_Goggles_Right_1024x1024-768x390.webp\";s:5:\"width\";i:768;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:403272;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:75:\"FlowVision_Motocross_SMX_SX_100__Valor_Goggles_Right_1024x1024-300x152.webp\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:70402;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:75:\"FlowVision_Motocross_SMX_SX_100__Valor_Goggles_Right_1024x1024-600x305.webp\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:254748;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:75:\"FlowVision_Motocross_SMX_SX_100__Valor_Goggles_Right_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15942;}}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:{}}}'),(13026,2113,'_wp_attached_file','2025/02/FlowVision_Motocross_SMX_SX_100__Valor_Goggles_left_jpeg_1024x1024.webp'),(13027,2113,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:564;s:4:\"file\";s:79:\"2025/02/FlowVision_Motocross_SMX_SX_100__Valor_Goggles_left_jpeg_1024x1024.webp\";s:8:\"filesize\";i:753340;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:79:\"FlowVision_Motocross_SMX_SX_100__Valor_Goggles_left_jpeg_1024x1024-300x165.webp\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:76928;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:79:\"FlowVision_Motocross_SMX_SX_100__Valor_Goggles_left_jpeg_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34796;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:79:\"FlowVision_Motocross_SMX_SX_100__Valor_Goggles_left_jpeg_1024x1024-768x423.webp\";s:5:\"width\";i:768;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:441640;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:79:\"FlowVision_Motocross_SMX_SX_100__Valor_Goggles_left_jpeg_1024x1024-300x165.webp\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:76928;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:79:\"FlowVision_Motocross_SMX_SX_100__Valor_Goggles_left_jpeg_1024x1024-600x330.webp\";s:5:\"width\";i:600;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:276794;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:79:\"FlowVision_Motocross_SMX_SX_100__Valor_Goggles_left_jpeg_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16388;}}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:{}}}'),(13028,2111,'_edit_last','1'),(13029,2114,'_regular_price','56'),(13030,2114,'total_sales','0'),(13031,2114,'_tax_status','taxable'),(13032,2114,'_tax_class',''),(13033,2114,'_manage_stock','no'),(13034,2114,'_backorders','no'),(13035,2114,'_sold_individually','no'),(13036,2114,'_virtual','no'),(13037,2114,'_downloadable','no'),(13038,2114,'_product_image_gallery','2116'),(13039,2114,'_download_limit','-1'),(13040,2114,'_download_expiry','-1'),(13041,2114,'_thumbnail_id','2115'),(13042,2114,'_stock',NULL),(13043,2114,'_stock_status','instock'),(13044,2114,'_wc_average_rating','0'),(13045,2114,'_wc_review_count','0'),(13046,2114,'_product_version','9.6.1'),(13047,2114,'_price','56'),(13048,2114,'_g_feedback_shortcode_98760b2aed9ef645085985c57d92dc8dc31d4a0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13049,2114,'_g_feedback_shortcode_atts_98760b2aed9ef645085985c57d92dc8dc31d4a0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:66:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: White/Black\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2105;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13050,2114,'af_addon_title_font_size','14'),(13051,2114,'af_addon_option_title_font_size','12'),(13052,2114,'af_addon_field_border_pixels','1'),(13053,2114,'af_addon_desc_font_size','12'),(13054,2114,'af_addon_tooltip_font_size','12'),(13055,2114,'exclude_rule_addons',''),(13056,2114,'af_addon_title_display_as_selector','af_addon_title_display_text'),(13057,2114,'af_addon_heading_type_selector','addon_h1'),(13058,2114,'af_addon_seperator_checkbox',''),(13059,2114,'af_addon_title_seperator','af_addon_title_seperator_br'),(13060,2114,'af_addon_option_title_font_color',''),(13061,2114,'af_addon_title_bg',''),(13062,2114,'af_addon_title_color',''),(13063,2114,'af_addon_bg_color',''),(13064,2114,'af_addon_title_top_left_radius',''),(13065,2114,'af_addon_title_top_right_radius',''),(13066,2114,'af_addon_title_bottom_left_radius',''),(13067,2114,'af_addon_title_bottom_right_radius',''),(13068,2114,'af_addon_title_top_padding',''),(13069,2114,'af_addon_title_bottom_padding',''),(13070,2114,'af_addon_title_left_padding',''),(13071,2114,'af_addon_title_right_padding',''),(13072,2114,'af_addon_field_border',''),(13073,2114,'af_addon_field_border_top_left_radius',''),(13074,2114,'af_addon_field_border_top_right_radius',''),(13075,2114,'af_addon_field_border_bottom_left_radius',''),(13076,2114,'af_addon_field_border_bottom_right_radius',''),(13077,2114,'af_addon_field_border_top_padding',''),(13078,2114,'af_addon_field_border_bottom_padding',''),(13079,2114,'af_addon_field_border_left_padding',''),(13080,2114,'af_addon_field_border_right_padding',''),(13081,2114,'af_addon_field_title_position','left'),(13082,2114,'af_addon_field_border_color',''),(13083,2114,'af_addon_title_position','af_addon_title_inside_border'),(13084,2114,'af_addon_tooltip_background_color','#000000'),(13085,2114,'af_addon_tooltip_text_color',''),(13086,2114,'_mkl_pc__is_configurable','no'),(13087,2114,'_yoast_wpseo_primary_product_brand','63'),(13088,2114,'_yoast_wpseo_primary_product_cat','30'),(13089,2114,'_yoast_wpseo_content_score','90'),(13090,2114,'_yoast_wpseo_estimated-reading-time-minutes','1'),(13091,2114,'_g_feedback_shortcode_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13092,2114,'_g_feedback_shortcode_atts_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Valor\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2111;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13094,2114,'_edit_lock','1739304445:1'),(13095,2114,'_g_feedback_shortcode_c2c38ce2612bc7df1cfeffccb8818880112733b2','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13096,2114,'_g_feedback_shortcode_atts_c2c38ce2612bc7df1cfeffccb8818880112733b2','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:59:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Neon\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2114;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13097,2115,'_wp_attached_file','2025/02/FlowVision_Motocross_SMX_SX_100__Neon_Goggles_Right_1024x1024.webp'),(13098,2115,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:518;s:4:\"file\";s:74:\"2025/02/FlowVision_Motocross_SMX_SX_100__Neon_Goggles_Right_1024x1024.webp\";s:8:\"filesize\";i:696864;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:74:\"FlowVision_Motocross_SMX_SX_100__Neon_Goggles_Right_1024x1024-300x152.webp\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:69942;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:74:\"FlowVision_Motocross_SMX_SX_100__Neon_Goggles_Right_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33472;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:74:\"FlowVision_Motocross_SMX_SX_100__Neon_Goggles_Right_1024x1024-768x389.webp\";s:5:\"width\";i:768;s:6:\"height\";i:389;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:400146;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:74:\"FlowVision_Motocross_SMX_SX_100__Neon_Goggles_Right_1024x1024-300x152.webp\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:69942;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:74:\"FlowVision_Motocross_SMX_SX_100__Neon_Goggles_Right_1024x1024-600x304.webp\";s:5:\"width\";i:600;s:6:\"height\";i:304;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:254300;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:74:\"FlowVision_Motocross_SMX_SX_100__Neon_Goggles_Right_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15882;}}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:{}}}'),(13099,2116,'_wp_attached_file','2025/02/FlowVision_Motocross_SMX_SX_100__Neon_Goggles_left_1024x1024.webp'),(13100,2116,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:589;s:4:\"file\";s:73:\"2025/02/FlowVision_Motocross_SMX_SX_100__Neon_Goggles_left_1024x1024.webp\";s:8:\"filesize\";i:703664;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:73:\"FlowVision_Motocross_SMX_SX_100__Neon_Goggles_left_1024x1024-300x173.webp\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:75948;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:73:\"FlowVision_Motocross_SMX_SX_100__Neon_Goggles_left_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33554;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:73:\"FlowVision_Motocross_SMX_SX_100__Neon_Goggles_left_1024x1024-768x442.webp\";s:5:\"width\";i:768;s:6:\"height\";i:442;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:417960;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:73:\"FlowVision_Motocross_SMX_SX_100__Neon_Goggles_left_1024x1024-300x173.webp\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:75948;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:73:\"FlowVision_Motocross_SMX_SX_100__Neon_Goggles_left_1024x1024-600x345.webp\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:267778;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:73:\"FlowVision_Motocross_SMX_SX_100__Neon_Goggles_left_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15762;}}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:{}}}'),(13101,2114,'_edit_last','1'),(13102,2117,'_regular_price','56'),(13103,2117,'total_sales','0'),(13104,2117,'_tax_status','taxable'),(13105,2117,'_tax_class',''),(13106,2117,'_manage_stock','no'),(13107,2117,'_backorders','no'),(13108,2117,'_sold_individually','no'),(13109,2117,'_virtual','no'),(13110,2117,'_downloadable','no'),(13111,2117,'_product_image_gallery','2119'),(13112,2117,'_download_limit','-1'),(13113,2117,'_download_expiry','-1'),(13114,2117,'_thumbnail_id','2118'),(13115,2117,'_stock',NULL),(13116,2117,'_stock_status','instock'),(13117,2117,'_wc_average_rating','0'),(13118,2117,'_wc_review_count','0'),(13119,2117,'_product_version','9.6.1'),(13120,2117,'_price','56'),(13121,2117,'_g_feedback_shortcode_98760b2aed9ef645085985c57d92dc8dc31d4a0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13122,2117,'_g_feedback_shortcode_atts_98760b2aed9ef645085985c57d92dc8dc31d4a0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:66:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: White/Black\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2105;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13123,2117,'af_addon_title_font_size','14'),(13124,2117,'af_addon_option_title_font_size','12'),(13125,2117,'af_addon_field_border_pixels','1'),(13126,2117,'af_addon_desc_font_size','12'),(13127,2117,'af_addon_tooltip_font_size','12'),(13128,2117,'exclude_rule_addons',''),(13129,2117,'af_addon_title_display_as_selector','af_addon_title_display_text'),(13130,2117,'af_addon_heading_type_selector','addon_h1'),(13131,2117,'af_addon_seperator_checkbox',''),(13132,2117,'af_addon_title_seperator','af_addon_title_seperator_br'),(13133,2117,'af_addon_option_title_font_color',''),(13134,2117,'af_addon_title_bg',''),(13135,2117,'af_addon_title_color',''),(13136,2117,'af_addon_bg_color',''),(13137,2117,'af_addon_title_top_left_radius',''),(13138,2117,'af_addon_title_top_right_radius',''),(13139,2117,'af_addon_title_bottom_left_radius',''),(13140,2117,'af_addon_title_bottom_right_radius',''),(13141,2117,'af_addon_title_top_padding',''),(13142,2117,'af_addon_title_bottom_padding',''),(13143,2117,'af_addon_title_left_padding',''),(13144,2117,'af_addon_title_right_padding',''),(13145,2117,'af_addon_field_border',''),(13146,2117,'af_addon_field_border_top_left_radius',''),(13147,2117,'af_addon_field_border_top_right_radius',''),(13148,2117,'af_addon_field_border_bottom_left_radius',''),(13149,2117,'af_addon_field_border_bottom_right_radius',''),(13150,2117,'af_addon_field_border_top_padding',''),(13151,2117,'af_addon_field_border_bottom_padding',''),(13152,2117,'af_addon_field_border_left_padding',''),(13153,2117,'af_addon_field_border_right_padding',''),(13154,2117,'af_addon_field_title_position','left'),(13155,2117,'af_addon_field_border_color',''),(13156,2117,'af_addon_title_position','af_addon_title_inside_border'),(13157,2117,'af_addon_tooltip_background_color','#000000'),(13158,2117,'af_addon_tooltip_text_color',''),(13159,2117,'_mkl_pc__is_configurable','no'),(13160,2117,'_yoast_wpseo_primary_product_brand','63'),(13161,2117,'_yoast_wpseo_primary_product_cat','30'),(13162,2117,'_yoast_wpseo_content_score','90'),(13163,2117,'_yoast_wpseo_estimated-reading-time-minutes','1'),(13164,2117,'_g_feedback_shortcode_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13165,2117,'_g_feedback_shortcode_atts_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Valor\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2111;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13166,2117,'_g_feedback_shortcode_c2c38ce2612bc7df1cfeffccb8818880112733b2','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13167,2117,'_g_feedback_shortcode_atts_c2c38ce2612bc7df1cfeffccb8818880112733b2','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:59:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Neon\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2114;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13169,2117,'_edit_lock','1739304503:1'),(13170,2117,'_g_feedback_shortcode_763806cba7e57183604bc51b4916bf9d27f225af','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13171,2117,'_g_feedback_shortcode_atts_763806cba7e57183604bc51b4916bf9d27f225af','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:64:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Gold Leaf\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2117;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13172,2118,'_wp_attached_file','2025/02/FlowVision_Motocross_SMX_SX_100__Goldleaf_Goggles_Right_1024x1024.webp'),(13173,2118,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:501;s:4:\"file\";s:78:\"2025/02/FlowVision_Motocross_SMX_SX_100__Goldleaf_Goggles_Right_1024x1024.webp\";s:8:\"filesize\";i:683958;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:78:\"FlowVision_Motocross_SMX_SX_100__Goldleaf_Goggles_Right_1024x1024-300x147.webp\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:69132;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:78:\"FlowVision_Motocross_SMX_SX_100__Goldleaf_Goggles_Right_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34270;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:78:\"FlowVision_Motocross_SMX_SX_100__Goldleaf_Goggles_Right_1024x1024-768x376.webp\";s:5:\"width\";i:768;s:6:\"height\";i:376;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:393508;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:78:\"FlowVision_Motocross_SMX_SX_100__Goldleaf_Goggles_Right_1024x1024-300x147.webp\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:69132;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:78:\"FlowVision_Motocross_SMX_SX_100__Goldleaf_Goggles_Right_1024x1024-600x294.webp\";s:5:\"width\";i:600;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:249308;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:78:\"FlowVision_Motocross_SMX_SX_100__Goldleaf_Goggles_Right_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16140;}}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:{}}}'),(13174,2119,'_wp_attached_file','2025/02/FlowVision_Motocross_SMX_SX_100__GOLDLEAF_Goggles_left_1024x1024.webp'),(13175,2119,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:583;s:4:\"file\";s:77:\"2025/02/FlowVision_Motocross_SMX_SX_100__GOLDLEAF_Goggles_left_1024x1024.webp\";s:8:\"filesize\";i:777156;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:77:\"FlowVision_Motocross_SMX_SX_100__GOLDLEAF_Goggles_left_1024x1024-300x171.webp\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:79488;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:77:\"FlowVision_Motocross_SMX_SX_100__GOLDLEAF_Goggles_left_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34808;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:77:\"FlowVision_Motocross_SMX_SX_100__GOLDLEAF_Goggles_left_1024x1024-768x437.webp\";s:5:\"width\";i:768;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:452850;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:77:\"FlowVision_Motocross_SMX_SX_100__GOLDLEAF_Goggles_left_1024x1024-300x171.webp\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:79488;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:77:\"FlowVision_Motocross_SMX_SX_100__GOLDLEAF_Goggles_left_1024x1024-600x342.webp\";s:5:\"width\";i:600;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:287682;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:77:\"FlowVision_Motocross_SMX_SX_100__GOLDLEAF_Goggles_left_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16226;}}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:{}}}'),(13176,2117,'_edit_last','1'),(13177,2120,'_regular_price','56'),(13178,2120,'total_sales','0'),(13179,2120,'_tax_status','taxable'),(13180,2120,'_tax_class',''),(13181,2120,'_manage_stock','no'),(13182,2120,'_backorders','no'),(13183,2120,'_sold_individually','no'),(13184,2120,'_virtual','no'),(13185,2120,'_downloadable','no'),(13186,2120,'_product_image_gallery','2122'),(13187,2120,'_download_limit','-1'),(13188,2120,'_download_expiry','-1'),(13189,2120,'_thumbnail_id','2121'),(13190,2120,'_stock',NULL),(13191,2120,'_stock_status','instock'),(13192,2120,'_wc_average_rating','0'),(13193,2120,'_wc_review_count','0'),(13194,2120,'_product_version','9.6.1'),(13195,2120,'_price','56'),(13196,2120,'_g_feedback_shortcode_98760b2aed9ef645085985c57d92dc8dc31d4a0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13197,2120,'_g_feedback_shortcode_atts_98760b2aed9ef645085985c57d92dc8dc31d4a0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:66:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: White/Black\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2105;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13198,2120,'af_addon_title_font_size','14'),(13199,2120,'af_addon_option_title_font_size','12'),(13200,2120,'af_addon_field_border_pixels','1'),(13201,2120,'af_addon_desc_font_size','12'),(13202,2120,'af_addon_tooltip_font_size','12'),(13203,2120,'exclude_rule_addons',''),(13204,2120,'af_addon_title_display_as_selector','af_addon_title_display_text'),(13205,2120,'af_addon_heading_type_selector','addon_h1'),(13206,2120,'af_addon_seperator_checkbox',''),(13207,2120,'af_addon_title_seperator','af_addon_title_seperator_br'),(13208,2120,'af_addon_option_title_font_color',''),(13209,2120,'af_addon_title_bg',''),(13210,2120,'af_addon_title_color',''),(13211,2120,'af_addon_bg_color',''),(13212,2120,'af_addon_title_top_left_radius',''),(13213,2120,'af_addon_title_top_right_radius',''),(13214,2120,'af_addon_title_bottom_left_radius',''),(13215,2120,'af_addon_title_bottom_right_radius',''),(13216,2120,'af_addon_title_top_padding',''),(13217,2120,'af_addon_title_bottom_padding',''),(13218,2120,'af_addon_title_left_padding',''),(13219,2120,'af_addon_title_right_padding',''),(13220,2120,'af_addon_field_border',''),(13221,2120,'af_addon_field_border_top_left_radius',''),(13222,2120,'af_addon_field_border_top_right_radius',''),(13223,2120,'af_addon_field_border_bottom_left_radius',''),(13224,2120,'af_addon_field_border_bottom_right_radius',''),(13225,2120,'af_addon_field_border_top_padding',''),(13226,2120,'af_addon_field_border_bottom_padding',''),(13227,2120,'af_addon_field_border_left_padding',''),(13228,2120,'af_addon_field_border_right_padding',''),(13229,2120,'af_addon_field_title_position','left'),(13230,2120,'af_addon_field_border_color',''),(13231,2120,'af_addon_title_position','af_addon_title_inside_border'),(13232,2120,'af_addon_tooltip_background_color','#000000'),(13233,2120,'af_addon_tooltip_text_color',''),(13234,2120,'_mkl_pc__is_configurable','no'),(13235,2120,'_yoast_wpseo_primary_product_brand','63'),(13236,2120,'_yoast_wpseo_primary_product_cat','30'),(13237,2120,'_yoast_wpseo_content_score','90'),(13238,2120,'_yoast_wpseo_estimated-reading-time-minutes','1'),(13239,2120,'_g_feedback_shortcode_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13240,2120,'_g_feedback_shortcode_atts_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Valor\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2111;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13241,2120,'_g_feedback_shortcode_c2c38ce2612bc7df1cfeffccb8818880112733b2','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13242,2120,'_g_feedback_shortcode_atts_c2c38ce2612bc7df1cfeffccb8818880112733b2','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:59:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Neon\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2114;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13243,2120,'_g_feedback_shortcode_763806cba7e57183604bc51b4916bf9d27f225af','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13244,2120,'_g_feedback_shortcode_atts_763806cba7e57183604bc51b4916bf9d27f225af','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:64:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Gold Leaf\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2117;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13246,2120,'_edit_lock','1739304512:1'),(13247,2120,'_g_feedback_shortcode_0d22fa267d0a020f39b5378874d2ddaf31899d0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13248,2120,'_g_feedback_shortcode_atts_0d22fa267d0a020f39b5378874d2ddaf31899d0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Starship\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2120;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13249,2121,'_wp_attached_file','2025/02/FlowVision_Motocross_SMX_SX_100__Starship_Goggles_Right_1024x1024.webp'),(13250,2121,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:529;s:4:\"file\";s:78:\"2025/02/FlowVision_Motocross_SMX_SX_100__Starship_Goggles_Right_1024x1024.webp\";s:8:\"filesize\";i:716812;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:78:\"FlowVision_Motocross_SMX_SX_100__Starship_Goggles_Right_1024x1024-300x155.webp\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72322;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:78:\"FlowVision_Motocross_SMX_SX_100__Starship_Goggles_Right_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34226;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:78:\"FlowVision_Motocross_SMX_SX_100__Starship_Goggles_Right_1024x1024-768x397.webp\";s:5:\"width\";i:768;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:413434;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:78:\"FlowVision_Motocross_SMX_SX_100__Starship_Goggles_Right_1024x1024-300x155.webp\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72322;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:78:\"FlowVision_Motocross_SMX_SX_100__Starship_Goggles_Right_1024x1024-600x310.webp\";s:5:\"width\";i:600;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:261936;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:78:\"FlowVision_Motocross_SMX_SX_100__Starship_Goggles_Right_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16226;}}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:{}}}'),(13251,2122,'_wp_attached_file','2025/02/FlowVision_Motocross_SMX_SX_100__STARSHIP_Goggles_left_1024x1024.webp'),(13252,2122,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:645;s:4:\"file\";s:77:\"2025/02/FlowVision_Motocross_SMX_SX_100__STARSHIP_Goggles_left_1024x1024.webp\";s:8:\"filesize\";i:897834;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:77:\"FlowVision_Motocross_SMX_SX_100__STARSHIP_Goggles_left_1024x1024-300x189.webp\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:89944;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:77:\"FlowVision_Motocross_SMX_SX_100__STARSHIP_Goggles_left_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36036;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:77:\"FlowVision_Motocross_SMX_SX_100__STARSHIP_Goggles_left_1024x1024-768x484.webp\";s:5:\"width\";i:768;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:516160;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:77:\"FlowVision_Motocross_SMX_SX_100__STARSHIP_Goggles_left_1024x1024-300x189.webp\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:89944;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:77:\"FlowVision_Motocross_SMX_SX_100__STARSHIP_Goggles_left_1024x1024-600x378.webp\";s:5:\"width\";i:600;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:326756;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:77:\"FlowVision_Motocross_SMX_SX_100__STARSHIP_Goggles_left_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16588;}}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:{}}}'),(13253,2120,'_edit_last','1'),(13254,2123,'_regular_price','56'),(13255,2123,'total_sales','0'),(13256,2123,'_tax_status','taxable'),(13257,2123,'_tax_class',''),(13258,2123,'_manage_stock','no'),(13259,2123,'_backorders','no'),(13260,2123,'_sold_individually','no'),(13261,2123,'_virtual','no'),(13262,2123,'_downloadable','no'),(13263,2123,'_product_image_gallery','2125'),(13264,2123,'_download_limit','-1'),(13265,2123,'_download_expiry','-1'),(13266,2123,'_thumbnail_id','2124'),(13267,2123,'_stock',NULL),(13268,2123,'_stock_status','instock'),(13269,2123,'_wc_average_rating','0'),(13270,2123,'_wc_review_count','0'),(13271,2123,'_product_version','9.6.1'),(13272,2123,'_price','56'),(13273,2123,'_g_feedback_shortcode_98760b2aed9ef645085985c57d92dc8dc31d4a0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13274,2123,'_g_feedback_shortcode_atts_98760b2aed9ef645085985c57d92dc8dc31d4a0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:66:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: White/Black\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2105;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13275,2123,'af_addon_title_font_size','14'),(13276,2123,'af_addon_option_title_font_size','12'),(13277,2123,'af_addon_field_border_pixels','1'),(13278,2123,'af_addon_desc_font_size','12'),(13279,2123,'af_addon_tooltip_font_size','12'),(13280,2123,'exclude_rule_addons',''),(13281,2123,'af_addon_title_display_as_selector','af_addon_title_display_text'),(13282,2123,'af_addon_heading_type_selector','addon_h1'),(13283,2123,'af_addon_seperator_checkbox',''),(13284,2123,'af_addon_title_seperator','af_addon_title_seperator_br'),(13285,2123,'af_addon_option_title_font_color',''),(13286,2123,'af_addon_title_bg',''),(13287,2123,'af_addon_title_color',''),(13288,2123,'af_addon_bg_color',''),(13289,2123,'af_addon_title_top_left_radius',''),(13290,2123,'af_addon_title_top_right_radius',''),(13291,2123,'af_addon_title_bottom_left_radius',''),(13292,2123,'af_addon_title_bottom_right_radius',''),(13293,2123,'af_addon_title_top_padding',''),(13294,2123,'af_addon_title_bottom_padding',''),(13295,2123,'af_addon_title_left_padding',''),(13296,2123,'af_addon_title_right_padding',''),(13297,2123,'af_addon_field_border',''),(13298,2123,'af_addon_field_border_top_left_radius',''),(13299,2123,'af_addon_field_border_top_right_radius',''),(13300,2123,'af_addon_field_border_bottom_left_radius',''),(13301,2123,'af_addon_field_border_bottom_right_radius',''),(13302,2123,'af_addon_field_border_top_padding',''),(13303,2123,'af_addon_field_border_bottom_padding',''),(13304,2123,'af_addon_field_border_left_padding',''),(13305,2123,'af_addon_field_border_right_padding',''),(13306,2123,'af_addon_field_title_position','left'),(13307,2123,'af_addon_field_border_color',''),(13308,2123,'af_addon_title_position','af_addon_title_inside_border'),(13309,2123,'af_addon_tooltip_background_color','#000000'),(13310,2123,'af_addon_tooltip_text_color',''),(13311,2123,'_mkl_pc__is_configurable','no'),(13312,2123,'_yoast_wpseo_primary_product_brand','63'),(13313,2123,'_yoast_wpseo_primary_product_cat','30'),(13314,2123,'_yoast_wpseo_content_score','90'),(13315,2123,'_yoast_wpseo_estimated-reading-time-minutes','1'),(13316,2123,'_g_feedback_shortcode_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13317,2123,'_g_feedback_shortcode_atts_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Valor\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2111;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13318,2123,'_g_feedback_shortcode_c2c38ce2612bc7df1cfeffccb8818880112733b2','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13319,2123,'_g_feedback_shortcode_atts_c2c38ce2612bc7df1cfeffccb8818880112733b2','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:59:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Neon\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2114;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13320,2123,'_g_feedback_shortcode_763806cba7e57183604bc51b4916bf9d27f225af','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13321,2123,'_g_feedback_shortcode_atts_763806cba7e57183604bc51b4916bf9d27f225af','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:64:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Gold Leaf\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2117;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13322,2123,'_g_feedback_shortcode_0d22fa267d0a020f39b5378874d2ddaf31899d0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13323,2123,'_g_feedback_shortcode_atts_0d22fa267d0a020f39b5378874d2ddaf31899d0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Starship\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2120;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13325,2123,'_edit_lock','1739304728:1'),(13326,2123,'_g_feedback_shortcode_8ac53a328da5a574de098ec4e5bcd098f116138b','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13327,2123,'_g_feedback_shortcode_atts_8ac53a328da5a574de098ec4e5bcd098f116138b','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:65:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Blue Angel\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2123;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13328,2124,'_wp_attached_file','2025/02/FlowVision_Blue_Angel__MX_SMX_LorettaLynns_Right_1024x1024.webp'),(13329,2124,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:391;s:4:\"file\";s:71:\"2025/02/FlowVision_Blue_Angel__MX_SMX_LorettaLynns_Right_1024x1024.webp\";s:8:\"filesize\";i:317352;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:71:\"FlowVision_Blue_Angel__MX_SMX_LorettaLynns_Right_1024x1024-300x115.webp\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:41162;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:71:\"FlowVision_Blue_Angel__MX_SMX_LorettaLynns_Right_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26604;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:71:\"FlowVision_Blue_Angel__MX_SMX_LorettaLynns_Right_1024x1024-768x293.webp\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:208976;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:71:\"FlowVision_Blue_Angel__MX_SMX_LorettaLynns_Right_1024x1024-300x115.webp\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:41162;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:71:\"FlowVision_Blue_Angel__MX_SMX_LorettaLynns_Right_1024x1024-600x229.webp\";s:5:\"width\";i:600;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:138056;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:71:\"FlowVision_Blue_Angel__MX_SMX_LorettaLynns_Right_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12966;}}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:{}}}'),(13330,2125,'_wp_attached_file','2025/02/FlowVision_Blue_Angel__MX_SMX_LorettaLynns_Left_1024x1024.webp'),(13331,2125,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:391;s:4:\"file\";s:70:\"2025/02/FlowVision_Blue_Angel__MX_SMX_LorettaLynns_Left_1024x1024.webp\";s:8:\"filesize\";i:310634;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"FlowVision_Blue_Angel__MX_SMX_LorettaLynns_Left_1024x1024-300x115.webp\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:39678;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"FlowVision_Blue_Angel__MX_SMX_LorettaLynns_Left_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26286;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:70:\"FlowVision_Blue_Angel__MX_SMX_LorettaLynns_Left_1024x1024-768x293.webp\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:206708;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:70:\"FlowVision_Blue_Angel__MX_SMX_LorettaLynns_Left_1024x1024-300x115.webp\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:39678;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:70:\"FlowVision_Blue_Angel__MX_SMX_LorettaLynns_Left_1024x1024-600x229.webp\";s:5:\"width\";i:600;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:134634;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:70:\"FlowVision_Blue_Angel__MX_SMX_LorettaLynns_Left_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12812;}}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:{}}}'),(13332,2123,'_edit_last','1'),(13333,2126,'_regular_price','56'),(13334,2126,'total_sales','0'),(13335,2126,'_tax_status','taxable'),(13336,2126,'_tax_class',''),(13337,2126,'_manage_stock','no'),(13338,2126,'_backorders','no'),(13339,2126,'_sold_individually','no'),(13340,2126,'_virtual','no'),(13341,2126,'_downloadable','no'),(13342,2126,'_product_image_gallery','2128'),(13343,2126,'_download_limit','-1'),(13344,2126,'_download_expiry','-1'),(13345,2126,'_thumbnail_id','2127'),(13346,2126,'_stock',NULL),(13347,2126,'_stock_status','instock'),(13348,2126,'_wc_average_rating','0'),(13349,2126,'_wc_review_count','0'),(13350,2126,'_product_version','9.6.1'),(13351,2126,'_price','56'),(13352,2126,'_g_feedback_shortcode_98760b2aed9ef645085985c57d92dc8dc31d4a0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13353,2126,'_g_feedback_shortcode_atts_98760b2aed9ef645085985c57d92dc8dc31d4a0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:66:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: White/Black\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2105;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13354,2126,'af_addon_title_font_size','14'),(13355,2126,'af_addon_option_title_font_size','12'),(13356,2126,'af_addon_field_border_pixels','1'),(13357,2126,'af_addon_desc_font_size','12'),(13358,2126,'af_addon_tooltip_font_size','12'),(13359,2126,'exclude_rule_addons',''),(13360,2126,'af_addon_title_display_as_selector','af_addon_title_display_text'),(13361,2126,'af_addon_heading_type_selector','addon_h1'),(13362,2126,'af_addon_seperator_checkbox',''),(13363,2126,'af_addon_title_seperator','af_addon_title_seperator_br'),(13364,2126,'af_addon_option_title_font_color',''),(13365,2126,'af_addon_title_bg',''),(13366,2126,'af_addon_title_color',''),(13367,2126,'af_addon_bg_color',''),(13368,2126,'af_addon_title_top_left_radius',''),(13369,2126,'af_addon_title_top_right_radius',''),(13370,2126,'af_addon_title_bottom_left_radius',''),(13371,2126,'af_addon_title_bottom_right_radius',''),(13372,2126,'af_addon_title_top_padding',''),(13373,2126,'af_addon_title_bottom_padding',''),(13374,2126,'af_addon_title_left_padding',''),(13375,2126,'af_addon_title_right_padding',''),(13376,2126,'af_addon_field_border',''),(13377,2126,'af_addon_field_border_top_left_radius',''),(13378,2126,'af_addon_field_border_top_right_radius',''),(13379,2126,'af_addon_field_border_bottom_left_radius',''),(13380,2126,'af_addon_field_border_bottom_right_radius',''),(13381,2126,'af_addon_field_border_top_padding',''),(13382,2126,'af_addon_field_border_bottom_padding',''),(13383,2126,'af_addon_field_border_left_padding',''),(13384,2126,'af_addon_field_border_right_padding',''),(13385,2126,'af_addon_field_title_position','left'),(13386,2126,'af_addon_field_border_color',''),(13387,2126,'af_addon_title_position','af_addon_title_inside_border'),(13388,2126,'af_addon_tooltip_background_color','#000000'),(13389,2126,'af_addon_tooltip_text_color',''),(13390,2126,'_mkl_pc__is_configurable','no'),(13391,2126,'_yoast_wpseo_primary_product_brand','63'),(13392,2126,'_yoast_wpseo_primary_product_cat','30'),(13393,2126,'_yoast_wpseo_content_score','90'),(13394,2126,'_yoast_wpseo_estimated-reading-time-minutes','1'),(13395,2126,'_g_feedback_shortcode_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13396,2126,'_g_feedback_shortcode_atts_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Valor\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2111;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13397,2126,'_g_feedback_shortcode_c2c38ce2612bc7df1cfeffccb8818880112733b2','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13398,2126,'_g_feedback_shortcode_atts_c2c38ce2612bc7df1cfeffccb8818880112733b2','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:59:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Neon\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2114;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13399,2126,'_g_feedback_shortcode_763806cba7e57183604bc51b4916bf9d27f225af','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13400,2126,'_g_feedback_shortcode_atts_763806cba7e57183604bc51b4916bf9d27f225af','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:64:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Gold Leaf\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2117;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13401,2126,'_g_feedback_shortcode_0d22fa267d0a020f39b5378874d2ddaf31899d0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13402,2126,'_g_feedback_shortcode_atts_0d22fa267d0a020f39b5378874d2ddaf31899d0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Starship\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2120;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13403,2126,'_g_feedback_shortcode_8ac53a328da5a574de098ec4e5bcd098f116138b','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13404,2126,'_g_feedback_shortcode_atts_8ac53a328da5a574de098ec4e5bcd098f116138b','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:65:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Blue Angel\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2123;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13406,2126,'_edit_lock','1739304911:1'),(13407,2126,'_g_feedback_shortcode_046256aefd17b78bf4d6863c52d4567b099b9777','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13408,2126,'_g_feedback_shortcode_atts_046256aefd17b78bf4d6863c52d4567b099b9777','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Pipeline\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2126;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13409,2127,'_wp_attached_file','2025/02/FlowVision_Pipeline__MX_SMX_LorettaLynns_Right_1024x1024.webp'),(13410,2127,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:391;s:4:\"file\";s:69:\"2025/02/FlowVision_Pipeline__MX_SMX_LorettaLynns_Right_1024x1024.webp\";s:8:\"filesize\";i:332870;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:69:\"FlowVision_Pipeline__MX_SMX_LorettaLynns_Right_1024x1024-300x115.webp\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40786;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"FlowVision_Pipeline__MX_SMX_LorettaLynns_Right_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26326;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:69:\"FlowVision_Pipeline__MX_SMX_LorettaLynns_Right_1024x1024-768x293.webp\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:212804;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:69:\"FlowVision_Pipeline__MX_SMX_LorettaLynns_Right_1024x1024-300x115.webp\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40786;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:69:\"FlowVision_Pipeline__MX_SMX_LorettaLynns_Right_1024x1024-600x229.webp\";s:5:\"width\";i:600;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:138068;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:69:\"FlowVision_Pipeline__MX_SMX_LorettaLynns_Right_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12902;}}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:{}}}'),(13411,2128,'_wp_attached_file','2025/02/FlowVision_Pipeline__MX_SMX_LorettaLynns_Left_1024x1024.webp'),(13412,2128,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:391;s:4:\"file\";s:68:\"2025/02/FlowVision_Pipeline__MX_SMX_LorettaLynns_Left_1024x1024.webp\";s:8:\"filesize\";i:327742;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:68:\"FlowVision_Pipeline__MX_SMX_LorettaLynns_Left_1024x1024-300x115.webp\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:41810;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:68:\"FlowVision_Pipeline__MX_SMX_LorettaLynns_Left_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26396;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:68:\"FlowVision_Pipeline__MX_SMX_LorettaLynns_Left_1024x1024-768x293.webp\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:214962;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:68:\"FlowVision_Pipeline__MX_SMX_LorettaLynns_Left_1024x1024-300x115.webp\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:41810;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:68:\"FlowVision_Pipeline__MX_SMX_LorettaLynns_Left_1024x1024-600x229.webp\";s:5:\"width\";i:600;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:140156;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:68:\"FlowVision_Pipeline__MX_SMX_LorettaLynns_Left_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12870;}}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:{}}}'),(13413,2126,'_edit_last','1'),(13414,2129,'_regular_price','56'),(13415,2129,'total_sales','0'),(13416,2129,'_tax_status','taxable'),(13417,2129,'_tax_class',''),(13418,2129,'_manage_stock','no'),(13419,2129,'_backorders','no'),(13420,2129,'_sold_individually','no'),(13421,2129,'_virtual','no'),(13422,2129,'_downloadable','no'),(13423,2129,'_product_image_gallery','2131'),(13424,2129,'_download_limit','-1'),(13425,2129,'_download_expiry','-1'),(13426,2129,'_thumbnail_id','2130'),(13427,2129,'_stock',NULL),(13428,2129,'_stock_status','instock'),(13429,2129,'_wc_average_rating','0'),(13430,2129,'_wc_review_count','0'),(13431,2129,'_product_version','9.6.1'),(13432,2129,'_price','56'),(13433,2129,'_g_feedback_shortcode_98760b2aed9ef645085985c57d92dc8dc31d4a0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13434,2129,'_g_feedback_shortcode_atts_98760b2aed9ef645085985c57d92dc8dc31d4a0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:66:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: White/Black\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2105;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13435,2129,'af_addon_title_font_size','14'),(13436,2129,'af_addon_option_title_font_size','12'),(13437,2129,'af_addon_field_border_pixels','1'),(13438,2129,'af_addon_desc_font_size','12'),(13439,2129,'af_addon_tooltip_font_size','12'),(13440,2129,'exclude_rule_addons',''),(13441,2129,'af_addon_title_display_as_selector','af_addon_title_display_text'),(13442,2129,'af_addon_heading_type_selector','addon_h1'),(13443,2129,'af_addon_seperator_checkbox',''),(13444,2129,'af_addon_title_seperator','af_addon_title_seperator_br'),(13445,2129,'af_addon_option_title_font_color',''),(13446,2129,'af_addon_title_bg',''),(13447,2129,'af_addon_title_color',''),(13448,2129,'af_addon_bg_color',''),(13449,2129,'af_addon_title_top_left_radius',''),(13450,2129,'af_addon_title_top_right_radius',''),(13451,2129,'af_addon_title_bottom_left_radius',''),(13452,2129,'af_addon_title_bottom_right_radius',''),(13453,2129,'af_addon_title_top_padding',''),(13454,2129,'af_addon_title_bottom_padding',''),(13455,2129,'af_addon_title_left_padding',''),(13456,2129,'af_addon_title_right_padding',''),(13457,2129,'af_addon_field_border',''),(13458,2129,'af_addon_field_border_top_left_radius',''),(13459,2129,'af_addon_field_border_top_right_radius',''),(13460,2129,'af_addon_field_border_bottom_left_radius',''),(13461,2129,'af_addon_field_border_bottom_right_radius',''),(13462,2129,'af_addon_field_border_top_padding',''),(13463,2129,'af_addon_field_border_bottom_padding',''),(13464,2129,'af_addon_field_border_left_padding',''),(13465,2129,'af_addon_field_border_right_padding',''),(13466,2129,'af_addon_field_title_position','left'),(13467,2129,'af_addon_field_border_color',''),(13468,2129,'af_addon_title_position','af_addon_title_inside_border'),(13469,2129,'af_addon_tooltip_background_color','#000000'),(13470,2129,'af_addon_tooltip_text_color',''),(13471,2129,'_mkl_pc__is_configurable','no'),(13472,2129,'_yoast_wpseo_primary_product_brand','63'),(13473,2129,'_yoast_wpseo_primary_product_cat','30'),(13474,2129,'_yoast_wpseo_content_score','90'),(13475,2129,'_yoast_wpseo_estimated-reading-time-minutes','1'),(13476,2129,'_g_feedback_shortcode_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13477,2129,'_g_feedback_shortcode_atts_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Valor\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2111;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13478,2129,'_g_feedback_shortcode_c2c38ce2612bc7df1cfeffccb8818880112733b2','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13479,2129,'_g_feedback_shortcode_atts_c2c38ce2612bc7df1cfeffccb8818880112733b2','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:59:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Neon\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2114;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13480,2129,'_g_feedback_shortcode_763806cba7e57183604bc51b4916bf9d27f225af','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13481,2129,'_g_feedback_shortcode_atts_763806cba7e57183604bc51b4916bf9d27f225af','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:64:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Gold Leaf\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2117;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13482,2129,'_g_feedback_shortcode_0d22fa267d0a020f39b5378874d2ddaf31899d0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13483,2129,'_g_feedback_shortcode_atts_0d22fa267d0a020f39b5378874d2ddaf31899d0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Starship\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2120;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13484,2129,'_g_feedback_shortcode_8ac53a328da5a574de098ec4e5bcd098f116138b','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13485,2129,'_g_feedback_shortcode_atts_8ac53a328da5a574de098ec4e5bcd098f116138b','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:65:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Blue Angel\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2123;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13486,2129,'_g_feedback_shortcode_046256aefd17b78bf4d6863c52d4567b099b9777','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13487,2129,'_g_feedback_shortcode_atts_046256aefd17b78bf4d6863c52d4567b099b9777','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Pipeline\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2126;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13489,2129,'_edit_lock','1739305126:1'),(13490,2129,'_g_feedback_shortcode_048e6b97b347396cf4387403af79ff464ad3535c','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13491,2129,'_g_feedback_shortcode_atts_048e6b97b347396cf4387403af79ff464ad3535c','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:67:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Independence\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2129;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13492,2130,'_wp_attached_file','2025/02/FlowVision_SMX_MX_LorettaLynnsMX_Independence_Right_1024x1024.webp'),(13493,2130,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:391;s:4:\"file\";s:74:\"2025/02/FlowVision_SMX_MX_LorettaLynnsMX_Independence_Right_1024x1024.webp\";s:8:\"filesize\";i:418880;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:74:\"FlowVision_SMX_MX_LorettaLynnsMX_Independence_Right_1024x1024-300x115.webp\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:45796;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:74:\"FlowVision_SMX_MX_LorettaLynnsMX_Independence_Right_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29872;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:74:\"FlowVision_SMX_MX_LorettaLynnsMX_Independence_Right_1024x1024-768x293.webp\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:246270;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:74:\"FlowVision_SMX_MX_LorettaLynnsMX_Independence_Right_1024x1024-300x115.webp\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:45796;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:74:\"FlowVision_SMX_MX_LorettaLynnsMX_Independence_Right_1024x1024-600x229.webp\";s:5:\"width\";i:600;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:158888;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:74:\"FlowVision_SMX_MX_LorettaLynnsMX_Independence_Right_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14622;}}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:{}}}'),(13494,2131,'_wp_attached_file','2025/02/FlowVision_SMX_MX_LorettaLynnsMX_Independence_Left_1024x1024.webp'),(13495,2131,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:391;s:4:\"file\";s:73:\"2025/02/FlowVision_SMX_MX_LorettaLynnsMX_Independence_Left_1024x1024.webp\";s:8:\"filesize\";i:441318;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:73:\"FlowVision_SMX_MX_LorettaLynnsMX_Independence_Left_1024x1024-300x115.webp\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:46796;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:73:\"FlowVision_SMX_MX_LorettaLynnsMX_Independence_Left_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30414;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:73:\"FlowVision_SMX_MX_LorettaLynnsMX_Independence_Left_1024x1024-768x293.webp\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:255178;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:73:\"FlowVision_SMX_MX_LorettaLynnsMX_Independence_Left_1024x1024-300x115.webp\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:46796;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:73:\"FlowVision_SMX_MX_LorettaLynnsMX_Independence_Left_1024x1024-600x229.webp\";s:5:\"width\";i:600;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:164144;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:73:\"FlowVision_SMX_MX_LorettaLynnsMX_Independence_Left_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14890;}}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:{}}}'),(13496,2129,'_edit_last','1'),(13497,2132,'_regular_price','56'),(13498,2132,'total_sales','0'),(13499,2132,'_tax_status','taxable'),(13500,2132,'_tax_class',''),(13501,2132,'_manage_stock','no'),(13502,2132,'_backorders','no'),(13503,2132,'_sold_individually','no'),(13504,2132,'_virtual','no'),(13505,2132,'_downloadable','no'),(13506,2132,'_product_image_gallery','2134'),(13507,2132,'_download_limit','-1'),(13508,2132,'_download_expiry','-1'),(13509,2132,'_thumbnail_id','2133'),(13510,2132,'_stock',NULL),(13511,2132,'_stock_status','instock'),(13512,2132,'_wc_average_rating','0'),(13513,2132,'_wc_review_count','0'),(13514,2132,'_product_version','9.6.1'),(13515,2132,'_price','56'),(13516,2132,'_g_feedback_shortcode_98760b2aed9ef645085985c57d92dc8dc31d4a0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13517,2132,'_g_feedback_shortcode_atts_98760b2aed9ef645085985c57d92dc8dc31d4a0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:66:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: White/Black\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2105;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13518,2132,'af_addon_title_font_size','14'),(13519,2132,'af_addon_option_title_font_size','12'),(13520,2132,'af_addon_field_border_pixels','1'),(13521,2132,'af_addon_desc_font_size','12'),(13522,2132,'af_addon_tooltip_font_size','12'),(13523,2132,'exclude_rule_addons',''),(13524,2132,'af_addon_title_display_as_selector','af_addon_title_display_text'),(13525,2132,'af_addon_heading_type_selector','addon_h1'),(13526,2132,'af_addon_seperator_checkbox',''),(13527,2132,'af_addon_title_seperator','af_addon_title_seperator_br'),(13528,2132,'af_addon_option_title_font_color',''),(13529,2132,'af_addon_title_bg',''),(13530,2132,'af_addon_title_color',''),(13531,2132,'af_addon_bg_color',''),(13532,2132,'af_addon_title_top_left_radius',''),(13533,2132,'af_addon_title_top_right_radius',''),(13534,2132,'af_addon_title_bottom_left_radius',''),(13535,2132,'af_addon_title_bottom_right_radius',''),(13536,2132,'af_addon_title_top_padding',''),(13537,2132,'af_addon_title_bottom_padding',''),(13538,2132,'af_addon_title_left_padding',''),(13539,2132,'af_addon_title_right_padding',''),(13540,2132,'af_addon_field_border',''),(13541,2132,'af_addon_field_border_top_left_radius',''),(13542,2132,'af_addon_field_border_top_right_radius',''),(13543,2132,'af_addon_field_border_bottom_left_radius',''),(13544,2132,'af_addon_field_border_bottom_right_radius',''),(13545,2132,'af_addon_field_border_top_padding',''),(13546,2132,'af_addon_field_border_bottom_padding',''),(13547,2132,'af_addon_field_border_left_padding',''),(13548,2132,'af_addon_field_border_right_padding',''),(13549,2132,'af_addon_field_title_position','left'),(13550,2132,'af_addon_field_border_color',''),(13551,2132,'af_addon_title_position','af_addon_title_inside_border'),(13552,2132,'af_addon_tooltip_background_color','#000000'),(13553,2132,'af_addon_tooltip_text_color',''),(13554,2132,'_mkl_pc__is_configurable','no'),(13555,2132,'_yoast_wpseo_primary_product_brand','63'),(13556,2132,'_yoast_wpseo_primary_product_cat','30'),(13557,2132,'_yoast_wpseo_content_score','90'),(13558,2132,'_yoast_wpseo_estimated-reading-time-minutes','1'),(13559,2132,'_g_feedback_shortcode_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13560,2132,'_g_feedback_shortcode_atts_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Valor\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2111;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13561,2132,'_g_feedback_shortcode_c2c38ce2612bc7df1cfeffccb8818880112733b2','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13562,2132,'_g_feedback_shortcode_atts_c2c38ce2612bc7df1cfeffccb8818880112733b2','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:59:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Neon\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2114;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13563,2132,'_g_feedback_shortcode_763806cba7e57183604bc51b4916bf9d27f225af','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13564,2132,'_g_feedback_shortcode_atts_763806cba7e57183604bc51b4916bf9d27f225af','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:64:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Gold Leaf\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2117;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13565,2132,'_g_feedback_shortcode_0d22fa267d0a020f39b5378874d2ddaf31899d0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13566,2132,'_g_feedback_shortcode_atts_0d22fa267d0a020f39b5378874d2ddaf31899d0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Starship\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2120;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13567,2132,'_g_feedback_shortcode_8ac53a328da5a574de098ec4e5bcd098f116138b','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13568,2132,'_g_feedback_shortcode_atts_8ac53a328da5a574de098ec4e5bcd098f116138b','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:65:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Blue Angel\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2123;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13569,2132,'_g_feedback_shortcode_046256aefd17b78bf4d6863c52d4567b099b9777','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13570,2132,'_g_feedback_shortcode_atts_046256aefd17b78bf4d6863c52d4567b099b9777','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Pipeline\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2126;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13571,2132,'_g_feedback_shortcode_048e6b97b347396cf4387403af79ff464ad3535c','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13572,2132,'_g_feedback_shortcode_atts_048e6b97b347396cf4387403af79ff464ad3535c','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:67:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Independence\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2129;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13574,2132,'_edit_lock','1739305874:1'),(13575,2132,'_g_feedback_shortcode_7892d82d43d53bf76404d816a47787df7d8ca2a1','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13576,2132,'_g_feedback_shortcode_atts_7892d82d43d53bf76404d816a47787df7d8ca2a1','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Magma\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2132;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13577,2133,'_wp_attached_file','2025/02/FlowVision_SMX_MX_LorettaLynnsMX_Magma_Right_1024x1024.webp'),(13578,2133,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:391;s:4:\"file\";s:67:\"2025/02/FlowVision_SMX_MX_LorettaLynnsMX_Magma_Right_1024x1024.webp\";s:8:\"filesize\";i:392844;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:67:\"FlowVision_SMX_MX_LorettaLynnsMX_Magma_Right_1024x1024-300x115.webp\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:42436;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:67:\"FlowVision_SMX_MX_LorettaLynnsMX_Magma_Right_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27344;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:67:\"FlowVision_SMX_MX_LorettaLynnsMX_Magma_Right_1024x1024-768x293.webp\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:230156;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:67:\"FlowVision_SMX_MX_LorettaLynnsMX_Magma_Right_1024x1024-300x115.webp\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:42436;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:67:\"FlowVision_SMX_MX_LorettaLynnsMX_Magma_Right_1024x1024-600x229.webp\";s:5:\"width\";i:600;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:147186;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:67:\"FlowVision_SMX_MX_LorettaLynnsMX_Magma_Right_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13462;}}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:{}}}'),(13579,2134,'_wp_attached_file','2025/02/FlowVision_SMX_MX_LorettaLynnsMX_Magma_left_1024x1024.webp'),(13580,2134,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:391;s:4:\"file\";s:66:\"2025/02/FlowVision_SMX_MX_LorettaLynnsMX_Magma_left_1024x1024.webp\";s:8:\"filesize\";i:419784;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:66:\"FlowVision_SMX_MX_LorettaLynnsMX_Magma_left_1024x1024-300x115.webp\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:44192;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:66:\"FlowVision_SMX_MX_LorettaLynnsMX_Magma_left_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28282;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:66:\"FlowVision_SMX_MX_LorettaLynnsMX_Magma_left_1024x1024-768x293.webp\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:241900;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:66:\"FlowVision_SMX_MX_LorettaLynnsMX_Magma_left_1024x1024-300x115.webp\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:44192;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:66:\"FlowVision_SMX_MX_LorettaLynnsMX_Magma_left_1024x1024-600x229.webp\";s:5:\"width\";i:600;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:155978;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:66:\"FlowVision_SMX_MX_LorettaLynnsMX_Magma_left_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13674;}}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:{}}}'),(13581,2132,'_edit_last','1'),(13582,2135,'_regular_price','56'),(13583,2135,'total_sales','0'),(13584,2135,'_tax_status','taxable'),(13585,2135,'_tax_class',''),(13586,2135,'_manage_stock','no'),(13587,2135,'_backorders','no'),(13588,2135,'_sold_individually','no'),(13589,2135,'_virtual','no'),(13590,2135,'_downloadable','no'),(13591,2135,'_product_image_gallery','2137'),(13592,2135,'_download_limit','-1'),(13593,2135,'_download_expiry','-1'),(13594,2135,'_thumbnail_id','2136'),(13595,2135,'_stock',NULL),(13596,2135,'_stock_status','instock'),(13597,2135,'_wc_average_rating','0'),(13598,2135,'_wc_review_count','0'),(13599,2135,'_product_version','9.6.1'),(13600,2135,'_price','56'),(13601,2135,'_g_feedback_shortcode_98760b2aed9ef645085985c57d92dc8dc31d4a0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13602,2135,'_g_feedback_shortcode_atts_98760b2aed9ef645085985c57d92dc8dc31d4a0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:66:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: White/Black\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2105;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13603,2135,'af_addon_title_font_size','14'),(13604,2135,'af_addon_option_title_font_size','12'),(13605,2135,'af_addon_field_border_pixels','1'),(13606,2135,'af_addon_desc_font_size','12'),(13607,2135,'af_addon_tooltip_font_size','12'),(13608,2135,'exclude_rule_addons',''),(13609,2135,'af_addon_title_display_as_selector','af_addon_title_display_text'),(13610,2135,'af_addon_heading_type_selector','addon_h1'),(13611,2135,'af_addon_seperator_checkbox',''),(13612,2135,'af_addon_title_seperator','af_addon_title_seperator_br'),(13613,2135,'af_addon_option_title_font_color',''),(13614,2135,'af_addon_title_bg',''),(13615,2135,'af_addon_title_color',''),(13616,2135,'af_addon_bg_color',''),(13617,2135,'af_addon_title_top_left_radius',''),(13618,2135,'af_addon_title_top_right_radius',''),(13619,2135,'af_addon_title_bottom_left_radius',''),(13620,2135,'af_addon_title_bottom_right_radius',''),(13621,2135,'af_addon_title_top_padding',''),(13622,2135,'af_addon_title_bottom_padding',''),(13623,2135,'af_addon_title_left_padding',''),(13624,2135,'af_addon_title_right_padding',''),(13625,2135,'af_addon_field_border',''),(13626,2135,'af_addon_field_border_top_left_radius',''),(13627,2135,'af_addon_field_border_top_right_radius',''),(13628,2135,'af_addon_field_border_bottom_left_radius',''),(13629,2135,'af_addon_field_border_bottom_right_radius',''),(13630,2135,'af_addon_field_border_top_padding',''),(13631,2135,'af_addon_field_border_bottom_padding',''),(13632,2135,'af_addon_field_border_left_padding',''),(13633,2135,'af_addon_field_border_right_padding',''),(13634,2135,'af_addon_field_title_position','left'),(13635,2135,'af_addon_field_border_color',''),(13636,2135,'af_addon_title_position','af_addon_title_inside_border'),(13637,2135,'af_addon_tooltip_background_color','#000000'),(13638,2135,'af_addon_tooltip_text_color',''),(13639,2135,'_mkl_pc__is_configurable','no'),(13640,2135,'_yoast_wpseo_primary_product_brand','63'),(13641,2135,'_yoast_wpseo_primary_product_cat','30'),(13642,2135,'_yoast_wpseo_content_score','90'),(13643,2135,'_yoast_wpseo_estimated-reading-time-minutes','1'),(13644,2135,'_g_feedback_shortcode_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13645,2135,'_g_feedback_shortcode_atts_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Valor\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2111;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13646,2135,'_g_feedback_shortcode_c2c38ce2612bc7df1cfeffccb8818880112733b2','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13647,2135,'_g_feedback_shortcode_atts_c2c38ce2612bc7df1cfeffccb8818880112733b2','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:59:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Neon\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2114;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13648,2135,'_g_feedback_shortcode_763806cba7e57183604bc51b4916bf9d27f225af','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13649,2135,'_g_feedback_shortcode_atts_763806cba7e57183604bc51b4916bf9d27f225af','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:64:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Gold Leaf\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2117;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13650,2135,'_g_feedback_shortcode_0d22fa267d0a020f39b5378874d2ddaf31899d0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13651,2135,'_g_feedback_shortcode_atts_0d22fa267d0a020f39b5378874d2ddaf31899d0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Starship\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2120;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13652,2135,'_g_feedback_shortcode_8ac53a328da5a574de098ec4e5bcd098f116138b','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13653,2135,'_g_feedback_shortcode_atts_8ac53a328da5a574de098ec4e5bcd098f116138b','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:65:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Blue Angel\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2123;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13654,2135,'_g_feedback_shortcode_046256aefd17b78bf4d6863c52d4567b099b9777','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13655,2135,'_g_feedback_shortcode_atts_046256aefd17b78bf4d6863c52d4567b099b9777','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Pipeline\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2126;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13656,2135,'_g_feedback_shortcode_048e6b97b347396cf4387403af79ff464ad3535c','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13657,2135,'_g_feedback_shortcode_atts_048e6b97b347396cf4387403af79ff464ad3535c','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:67:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Independence\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2129;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13658,2135,'_g_feedback_shortcode_7892d82d43d53bf76404d816a47787df7d8ca2a1','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13659,2135,'_g_feedback_shortcode_atts_7892d82d43d53bf76404d816a47787df7d8ca2a1','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Magma\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2132;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13661,2135,'_edit_lock','1739306315:1'),(13662,2135,'_g_feedback_shortcode_cdc50b0685a95d3845e416835e053c57aab9bbc2','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13663,2135,'_g_feedback_shortcode_atts_cdc50b0685a95d3845e416835e053c57aab9bbc2','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:57:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: JC\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2135;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13664,2136,'_wp_attached_file','2025/02/FlowVision_JC_MX_SX_Goggles_New_Right_1024x1024.webp'),(13665,2136,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:391;s:4:\"file\";s:60:\"2025/02/FlowVision_JC_MX_SX_Goggles_New_Right_1024x1024.webp\";s:8:\"filesize\";i:445864;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"FlowVision_JC_MX_SX_Goggles_New_Right_1024x1024-300x115.webp\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:47382;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"FlowVision_JC_MX_SX_Goggles_New_Right_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31162;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"FlowVision_JC_MX_SX_Goggles_New_Right_1024x1024-768x293.webp\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:257336;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:60:\"FlowVision_JC_MX_SX_Goggles_New_Right_1024x1024-300x115.webp\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:47382;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:60:\"FlowVision_JC_MX_SX_Goggles_New_Right_1024x1024-600x229.webp\";s:5:\"width\";i:600;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:165802;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:60:\"FlowVision_JC_MX_SX_Goggles_New_Right_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14830;}}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:{}}}'),(13666,2137,'_wp_attached_file','2025/02/FlowVision_JC_MX_SX_Goggles_New_Left_1024x1024.webp'),(13667,2137,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:391;s:4:\"file\";s:59:\"2025/02/FlowVision_JC_MX_SX_Goggles_New_Left_1024x1024.webp\";s:8:\"filesize\";i:430806;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:59:\"FlowVision_JC_MX_SX_Goggles_New_Left_1024x1024-300x115.webp\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:45956;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:59:\"FlowVision_JC_MX_SX_Goggles_New_Left_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28996;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:59:\"FlowVision_JC_MX_SX_Goggles_New_Left_1024x1024-768x293.webp\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:250540;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:59:\"FlowVision_JC_MX_SX_Goggles_New_Left_1024x1024-300x115.webp\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:45956;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:59:\"FlowVision_JC_MX_SX_Goggles_New_Left_1024x1024-600x229.webp\";s:5:\"width\";i:600;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:161632;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:59:\"FlowVision_JC_MX_SX_Goggles_New_Left_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13942;}}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:{}}}'),(13668,2135,'_edit_last','1'),(13669,2138,'_regular_price','56'),(13670,2138,'total_sales','0'),(13671,2138,'_tax_status','taxable'),(13672,2138,'_tax_class',''),(13673,2138,'_manage_stock','no'),(13674,2138,'_backorders','no'),(13675,2138,'_sold_individually','no'),(13676,2138,'_virtual','no'),(13677,2138,'_downloadable','no'),(13678,2138,'_product_image_gallery','2140'),(13679,2138,'_download_limit','-1'),(13680,2138,'_download_expiry','-1'),(13681,2138,'_thumbnail_id','2139'),(13682,2138,'_stock',NULL),(13683,2138,'_stock_status','instock'),(13684,2138,'_wc_average_rating','0'),(13685,2138,'_wc_review_count','0'),(13686,2138,'_product_version','9.6.1'),(13687,2138,'_price','56'),(13688,2138,'_g_feedback_shortcode_98760b2aed9ef645085985c57d92dc8dc31d4a0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13689,2138,'_g_feedback_shortcode_atts_98760b2aed9ef645085985c57d92dc8dc31d4a0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:66:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: White/Black\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2105;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13690,2138,'af_addon_title_font_size','14'),(13691,2138,'af_addon_option_title_font_size','12'),(13692,2138,'af_addon_field_border_pixels','1'),(13693,2138,'af_addon_desc_font_size','12'),(13694,2138,'af_addon_tooltip_font_size','12'),(13695,2138,'exclude_rule_addons',''),(13696,2138,'af_addon_title_display_as_selector','af_addon_title_display_text'),(13697,2138,'af_addon_heading_type_selector','addon_h1'),(13698,2138,'af_addon_seperator_checkbox',''),(13699,2138,'af_addon_title_seperator','af_addon_title_seperator_br'),(13700,2138,'af_addon_option_title_font_color',''),(13701,2138,'af_addon_title_bg',''),(13702,2138,'af_addon_title_color',''),(13703,2138,'af_addon_bg_color',''),(13704,2138,'af_addon_title_top_left_radius',''),(13705,2138,'af_addon_title_top_right_radius',''),(13706,2138,'af_addon_title_bottom_left_radius',''),(13707,2138,'af_addon_title_bottom_right_radius',''),(13708,2138,'af_addon_title_top_padding',''),(13709,2138,'af_addon_title_bottom_padding',''),(13710,2138,'af_addon_title_left_padding',''),(13711,2138,'af_addon_title_right_padding',''),(13712,2138,'af_addon_field_border',''),(13713,2138,'af_addon_field_border_top_left_radius',''),(13714,2138,'af_addon_field_border_top_right_radius',''),(13715,2138,'af_addon_field_border_bottom_left_radius',''),(13716,2138,'af_addon_field_border_bottom_right_radius',''),(13717,2138,'af_addon_field_border_top_padding',''),(13718,2138,'af_addon_field_border_bottom_padding',''),(13719,2138,'af_addon_field_border_left_padding',''),(13720,2138,'af_addon_field_border_right_padding',''),(13721,2138,'af_addon_field_title_position','left'),(13722,2138,'af_addon_field_border_color',''),(13723,2138,'af_addon_title_position','af_addon_title_inside_border'),(13724,2138,'af_addon_tooltip_background_color','#000000'),(13725,2138,'af_addon_tooltip_text_color',''),(13726,2138,'_mkl_pc__is_configurable','no'),(13727,2138,'_yoast_wpseo_primary_product_brand','63'),(13728,2138,'_yoast_wpseo_primary_product_cat','30'),(13729,2138,'_yoast_wpseo_content_score','90'),(13730,2138,'_yoast_wpseo_estimated-reading-time-minutes','1'),(13731,2138,'_g_feedback_shortcode_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13732,2138,'_g_feedback_shortcode_atts_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Valor\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2111;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13733,2138,'_g_feedback_shortcode_c2c38ce2612bc7df1cfeffccb8818880112733b2','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13734,2138,'_g_feedback_shortcode_atts_c2c38ce2612bc7df1cfeffccb8818880112733b2','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:59:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Neon\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2114;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13735,2138,'_g_feedback_shortcode_763806cba7e57183604bc51b4916bf9d27f225af','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13736,2138,'_g_feedback_shortcode_atts_763806cba7e57183604bc51b4916bf9d27f225af','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:64:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Gold Leaf\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2117;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13737,2138,'_g_feedback_shortcode_0d22fa267d0a020f39b5378874d2ddaf31899d0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13738,2138,'_g_feedback_shortcode_atts_0d22fa267d0a020f39b5378874d2ddaf31899d0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Starship\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2120;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13739,2138,'_g_feedback_shortcode_8ac53a328da5a574de098ec4e5bcd098f116138b','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13740,2138,'_g_feedback_shortcode_atts_8ac53a328da5a574de098ec4e5bcd098f116138b','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:65:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Blue Angel\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2123;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13741,2138,'_g_feedback_shortcode_046256aefd17b78bf4d6863c52d4567b099b9777','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13742,2138,'_g_feedback_shortcode_atts_046256aefd17b78bf4d6863c52d4567b099b9777','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Pipeline\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2126;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13743,2138,'_g_feedback_shortcode_048e6b97b347396cf4387403af79ff464ad3535c','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13744,2138,'_g_feedback_shortcode_atts_048e6b97b347396cf4387403af79ff464ad3535c','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:67:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Independence\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2129;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13745,2138,'_g_feedback_shortcode_7892d82d43d53bf76404d816a47787df7d8ca2a1','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13746,2138,'_g_feedback_shortcode_atts_7892d82d43d53bf76404d816a47787df7d8ca2a1','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Magma\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2132;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13747,2138,'_g_feedback_shortcode_cdc50b0685a95d3845e416835e053c57aab9bbc2','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13748,2138,'_g_feedback_shortcode_atts_cdc50b0685a95d3845e416835e053c57aab9bbc2','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:57:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: JC\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2135;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13750,2138,'_edit_lock','1739306745:1'),(13751,2138,'_g_feedback_shortcode_0545c656f9e5eac1009660939fbf021a40676b42','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13752,2138,'_g_feedback_shortcode_atts_0545c656f9e5eac1009660939fbf021a40676b42','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Abstract\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2138;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13753,2139,'_wp_attached_file','2025/02/FlowVision_MX_SMX_Dirtbike_Goggles__Right_1024x1024.webp'),(13754,2139,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:391;s:4:\"file\";s:64:\"2025/02/FlowVision_MX_SMX_Dirtbike_Goggles__Right_1024x1024.webp\";s:8:\"filesize\";i:322364;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"FlowVision_MX_SMX_Dirtbike_Goggles__Right_1024x1024-300x115.webp\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:39234;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"FlowVision_MX_SMX_Dirtbike_Goggles__Right_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25028;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:64:\"FlowVision_MX_SMX_Dirtbike_Goggles__Right_1024x1024-768x293.webp\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:196218;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:64:\"FlowVision_MX_SMX_Dirtbike_Goggles__Right_1024x1024-300x115.webp\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:39234;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:64:\"FlowVision_MX_SMX_Dirtbike_Goggles__Right_1024x1024-600x229.webp\";s:5:\"width\";i:600;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:128688;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:64:\"FlowVision_MX_SMX_Dirtbike_Goggles__Right_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12546;}}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:{}}}'),(13755,2140,'_wp_attached_file','2025/02/FlowVision_MX_SMX_Dirtbike_Goggles__Left_1024x1024.webp'),(13756,2140,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:391;s:4:\"file\";s:63:\"2025/02/FlowVision_MX_SMX_Dirtbike_Goggles__Left_1024x1024.webp\";s:8:\"filesize\";i:322616;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"FlowVision_MX_SMX_Dirtbike_Goggles__Left_1024x1024-300x115.webp\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:38872;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"FlowVision_MX_SMX_Dirtbike_Goggles__Left_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24846;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:63:\"FlowVision_MX_SMX_Dirtbike_Goggles__Left_1024x1024-768x293.webp\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:198300;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:63:\"FlowVision_MX_SMX_Dirtbike_Goggles__Left_1024x1024-300x115.webp\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:38872;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:63:\"FlowVision_MX_SMX_Dirtbike_Goggles__Left_1024x1024-600x229.webp\";s:5:\"width\";i:600;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:129756;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:63:\"FlowVision_MX_SMX_Dirtbike_Goggles__Left_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12194;}}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:{}}}'),(13757,2138,'_edit_last','1'),(13758,2141,'_regular_price','56'),(13759,2141,'total_sales','0'),(13760,2141,'_tax_status','taxable'),(13761,2141,'_tax_class',''),(13762,2141,'_manage_stock','no'),(13763,2141,'_backorders','no'),(13764,2141,'_sold_individually','no'),(13765,2141,'_virtual','no'),(13766,2141,'_downloadable','no'),(13767,2141,'_product_image_gallery','2143'),(13768,2141,'_download_limit','-1'),(13769,2141,'_download_expiry','-1'),(13770,2141,'_thumbnail_id','2142'),(13771,2141,'_stock',NULL),(13772,2141,'_stock_status','instock'),(13773,2141,'_wc_average_rating','0'),(13774,2141,'_wc_review_count','0'),(13775,2141,'_product_version','9.6.1'),(13776,2141,'_price','56'),(13777,2141,'_g_feedback_shortcode_98760b2aed9ef645085985c57d92dc8dc31d4a0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13778,2141,'_g_feedback_shortcode_atts_98760b2aed9ef645085985c57d92dc8dc31d4a0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:66:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: White/Black\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2105;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13779,2141,'af_addon_title_font_size','14'),(13780,2141,'af_addon_option_title_font_size','12'),(13781,2141,'af_addon_field_border_pixels','1'),(13782,2141,'af_addon_desc_font_size','12'),(13783,2141,'af_addon_tooltip_font_size','12'),(13784,2141,'exclude_rule_addons',''),(13785,2141,'af_addon_title_display_as_selector','af_addon_title_display_text'),(13786,2141,'af_addon_heading_type_selector','addon_h1'),(13787,2141,'af_addon_seperator_checkbox',''),(13788,2141,'af_addon_title_seperator','af_addon_title_seperator_br'),(13789,2141,'af_addon_option_title_font_color',''),(13790,2141,'af_addon_title_bg',''),(13791,2141,'af_addon_title_color',''),(13792,2141,'af_addon_bg_color',''),(13793,2141,'af_addon_title_top_left_radius',''),(13794,2141,'af_addon_title_top_right_radius',''),(13795,2141,'af_addon_title_bottom_left_radius',''),(13796,2141,'af_addon_title_bottom_right_radius',''),(13797,2141,'af_addon_title_top_padding',''),(13798,2141,'af_addon_title_bottom_padding',''),(13799,2141,'af_addon_title_left_padding',''),(13800,2141,'af_addon_title_right_padding',''),(13801,2141,'af_addon_field_border',''),(13802,2141,'af_addon_field_border_top_left_radius',''),(13803,2141,'af_addon_field_border_top_right_radius',''),(13804,2141,'af_addon_field_border_bottom_left_radius',''),(13805,2141,'af_addon_field_border_bottom_right_radius',''),(13806,2141,'af_addon_field_border_top_padding',''),(13807,2141,'af_addon_field_border_bottom_padding',''),(13808,2141,'af_addon_field_border_left_padding',''),(13809,2141,'af_addon_field_border_right_padding',''),(13810,2141,'af_addon_field_title_position','left'),(13811,2141,'af_addon_field_border_color',''),(13812,2141,'af_addon_title_position','af_addon_title_inside_border'),(13813,2141,'af_addon_tooltip_background_color','#000000'),(13814,2141,'af_addon_tooltip_text_color',''),(13815,2141,'_mkl_pc__is_configurable','no'),(13816,2141,'_yoast_wpseo_primary_product_brand','63'),(13817,2141,'_yoast_wpseo_primary_product_cat','30'),(13818,2141,'_yoast_wpseo_content_score','90'),(13819,2141,'_yoast_wpseo_estimated-reading-time-minutes','1'),(13820,2141,'_g_feedback_shortcode_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13821,2141,'_g_feedback_shortcode_atts_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Valor\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2111;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13822,2141,'_g_feedback_shortcode_c2c38ce2612bc7df1cfeffccb8818880112733b2','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13823,2141,'_g_feedback_shortcode_atts_c2c38ce2612bc7df1cfeffccb8818880112733b2','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:59:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Neon\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2114;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13824,2141,'_g_feedback_shortcode_763806cba7e57183604bc51b4916bf9d27f225af','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13825,2141,'_g_feedback_shortcode_atts_763806cba7e57183604bc51b4916bf9d27f225af','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:64:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Gold Leaf\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2117;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13826,2141,'_g_feedback_shortcode_0d22fa267d0a020f39b5378874d2ddaf31899d0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13827,2141,'_g_feedback_shortcode_atts_0d22fa267d0a020f39b5378874d2ddaf31899d0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Starship\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2120;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13828,2141,'_g_feedback_shortcode_8ac53a328da5a574de098ec4e5bcd098f116138b','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13829,2141,'_g_feedback_shortcode_atts_8ac53a328da5a574de098ec4e5bcd098f116138b','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:65:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Blue Angel\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2123;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13830,2141,'_g_feedback_shortcode_046256aefd17b78bf4d6863c52d4567b099b9777','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13831,2141,'_g_feedback_shortcode_atts_046256aefd17b78bf4d6863c52d4567b099b9777','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Pipeline\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2126;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13832,2141,'_g_feedback_shortcode_048e6b97b347396cf4387403af79ff464ad3535c','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13833,2141,'_g_feedback_shortcode_atts_048e6b97b347396cf4387403af79ff464ad3535c','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:67:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Independence\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2129;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13834,2141,'_g_feedback_shortcode_7892d82d43d53bf76404d816a47787df7d8ca2a1','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13835,2141,'_g_feedback_shortcode_atts_7892d82d43d53bf76404d816a47787df7d8ca2a1','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Magma\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2132;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13836,2141,'_g_feedback_shortcode_cdc50b0685a95d3845e416835e053c57aab9bbc2','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13837,2141,'_g_feedback_shortcode_atts_cdc50b0685a95d3845e416835e053c57aab9bbc2','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:57:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: JC\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2135;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13838,2141,'_g_feedback_shortcode_0545c656f9e5eac1009660939fbf021a40676b42','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13839,2141,'_g_feedback_shortcode_atts_0545c656f9e5eac1009660939fbf021a40676b42','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Abstract\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2138;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13841,2141,'_edit_lock','1739306869:1'),(13842,2141,'_g_feedback_shortcode_efdd74af9f333c89be07a85b811f6e8eee61b8da','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13843,2141,'_g_feedback_shortcode_atts_efdd74af9f333c89be07a85b811f6e8eee61b8da','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:68:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: 2nd Amendment\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2141;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13844,2142,'_wp_attached_file','2025/02/FlowVision_2nd_Amendment_MX_Goggles_Right_1024x1024.webp'),(13845,2142,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:482;s:4:\"file\";s:64:\"2025/02/FlowVision_2nd_Amendment_MX_Goggles_Right_1024x1024.webp\";s:8:\"filesize\";i:239776;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"FlowVision_2nd_Amendment_MX_Goggles_Right_1024x1024-300x141.webp\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:37716;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"FlowVision_2nd_Amendment_MX_Goggles_Right_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20616;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:64:\"FlowVision_2nd_Amendment_MX_Goggles_Right_1024x1024-768x362.webp\";s:5:\"width\";i:768;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:194584;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:64:\"FlowVision_2nd_Amendment_MX_Goggles_Right_1024x1024-300x141.webp\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:37716;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:64:\"FlowVision_2nd_Amendment_MX_Goggles_Right_1024x1024-600x282.webp\";s:5:\"width\";i:600;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:126884;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:64:\"FlowVision_2nd_Amendment_MX_Goggles_Right_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10164;}}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:{}}}'),(13846,2143,'_wp_attached_file','2025/02/FlowVision_2nd_Amendment_MX_Goggles_Left_1024x1024.webp'),(13847,2143,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:463;s:4:\"file\";s:63:\"2025/02/FlowVision_2nd_Amendment_MX_Goggles_Left_1024x1024.webp\";s:8:\"filesize\";i:248862;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"FlowVision_2nd_Amendment_MX_Goggles_Left_1024x1024-300x136.webp\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:35008;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"FlowVision_2nd_Amendment_MX_Goggles_Left_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19372;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:63:\"FlowVision_2nd_Amendment_MX_Goggles_Left_1024x1024-768x347.webp\";s:5:\"width\";i:768;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:191002;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:63:\"FlowVision_2nd_Amendment_MX_Goggles_Left_1024x1024-300x136.webp\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:35008;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:63:\"FlowVision_2nd_Amendment_MX_Goggles_Left_1024x1024-600x271.webp\";s:5:\"width\";i:600;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:115840;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:63:\"FlowVision_2nd_Amendment_MX_Goggles_Left_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9532;}}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:{}}}'),(13848,2141,'_edit_last','1'),(13849,2144,'_regular_price','56'),(13850,2144,'total_sales','0'),(13851,2144,'_tax_status','taxable'),(13852,2144,'_tax_class',''),(13853,2144,'_manage_stock','no'),(13854,2144,'_backorders','no'),(13855,2144,'_sold_individually','no'),(13856,2144,'_virtual','no'),(13857,2144,'_downloadable','no'),(13859,2144,'_download_limit','-1'),(13860,2144,'_download_expiry','-1'),(13861,2144,'_thumbnail_id','2145'),(13862,2144,'_stock',NULL),(13863,2144,'_stock_status','instock'),(13864,2144,'_wc_average_rating','0'),(13865,2144,'_wc_review_count','0'),(13866,2144,'_product_version','9.6.1'),(13867,2144,'_price','56'),(13868,2144,'_g_feedback_shortcode_98760b2aed9ef645085985c57d92dc8dc31d4a0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13869,2144,'_g_feedback_shortcode_atts_98760b2aed9ef645085985c57d92dc8dc31d4a0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:66:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: White/Black\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2105;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13870,2144,'af_addon_title_font_size','14'),(13871,2144,'af_addon_option_title_font_size','12'),(13872,2144,'af_addon_field_border_pixels','1'),(13873,2144,'af_addon_desc_font_size','12'),(13874,2144,'af_addon_tooltip_font_size','12'),(13875,2144,'exclude_rule_addons',''),(13876,2144,'af_addon_title_display_as_selector','af_addon_title_display_text'),(13877,2144,'af_addon_heading_type_selector','addon_h1'),(13878,2144,'af_addon_seperator_checkbox',''),(13879,2144,'af_addon_title_seperator','af_addon_title_seperator_br'),(13880,2144,'af_addon_option_title_font_color',''),(13881,2144,'af_addon_title_bg',''),(13882,2144,'af_addon_title_color',''),(13883,2144,'af_addon_bg_color',''),(13884,2144,'af_addon_title_top_left_radius',''),(13885,2144,'af_addon_title_top_right_radius',''),(13886,2144,'af_addon_title_bottom_left_radius',''),(13887,2144,'af_addon_title_bottom_right_radius',''),(13888,2144,'af_addon_title_top_padding',''),(13889,2144,'af_addon_title_bottom_padding',''),(13890,2144,'af_addon_title_left_padding',''),(13891,2144,'af_addon_title_right_padding',''),(13892,2144,'af_addon_field_border',''),(13893,2144,'af_addon_field_border_top_left_radius',''),(13894,2144,'af_addon_field_border_top_right_radius',''),(13895,2144,'af_addon_field_border_bottom_left_radius',''),(13896,2144,'af_addon_field_border_bottom_right_radius',''),(13897,2144,'af_addon_field_border_top_padding',''),(13898,2144,'af_addon_field_border_bottom_padding',''),(13899,2144,'af_addon_field_border_left_padding',''),(13900,2144,'af_addon_field_border_right_padding',''),(13901,2144,'af_addon_field_title_position','left'),(13902,2144,'af_addon_field_border_color',''),(13903,2144,'af_addon_title_position','af_addon_title_inside_border'),(13904,2144,'af_addon_tooltip_background_color','#000000'),(13905,2144,'af_addon_tooltip_text_color',''),(13906,2144,'_mkl_pc__is_configurable','no'),(13907,2144,'_yoast_wpseo_primary_product_brand','63'),(13908,2144,'_yoast_wpseo_primary_product_cat','30'),(13909,2144,'_yoast_wpseo_content_score','90'),(13910,2144,'_yoast_wpseo_estimated-reading-time-minutes','1'),(13911,2144,'_g_feedback_shortcode_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13912,2144,'_g_feedback_shortcode_atts_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Valor\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2111;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13913,2144,'_g_feedback_shortcode_c2c38ce2612bc7df1cfeffccb8818880112733b2','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13914,2144,'_g_feedback_shortcode_atts_c2c38ce2612bc7df1cfeffccb8818880112733b2','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:59:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Neon\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2114;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13915,2144,'_g_feedback_shortcode_763806cba7e57183604bc51b4916bf9d27f225af','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]');
INSERT INTO `nbn_postmeta` VALUES (13916,2144,'_g_feedback_shortcode_atts_763806cba7e57183604bc51b4916bf9d27f225af','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:64:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Gold Leaf\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2117;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13917,2144,'_g_feedback_shortcode_0d22fa267d0a020f39b5378874d2ddaf31899d0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13918,2144,'_g_feedback_shortcode_atts_0d22fa267d0a020f39b5378874d2ddaf31899d0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Starship\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2120;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13919,2144,'_g_feedback_shortcode_8ac53a328da5a574de098ec4e5bcd098f116138b','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13920,2144,'_g_feedback_shortcode_atts_8ac53a328da5a574de098ec4e5bcd098f116138b','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:65:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Blue Angel\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2123;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13921,2144,'_g_feedback_shortcode_046256aefd17b78bf4d6863c52d4567b099b9777','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13922,2144,'_g_feedback_shortcode_atts_046256aefd17b78bf4d6863c52d4567b099b9777','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Pipeline\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2126;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13923,2144,'_g_feedback_shortcode_048e6b97b347396cf4387403af79ff464ad3535c','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13924,2144,'_g_feedback_shortcode_atts_048e6b97b347396cf4387403af79ff464ad3535c','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:67:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Independence\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2129;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13925,2144,'_g_feedback_shortcode_7892d82d43d53bf76404d816a47787df7d8ca2a1','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13926,2144,'_g_feedback_shortcode_atts_7892d82d43d53bf76404d816a47787df7d8ca2a1','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Magma\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2132;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13927,2144,'_g_feedback_shortcode_cdc50b0685a95d3845e416835e053c57aab9bbc2','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13928,2144,'_g_feedback_shortcode_atts_cdc50b0685a95d3845e416835e053c57aab9bbc2','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:57:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: JC\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2135;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13929,2144,'_g_feedback_shortcode_0545c656f9e5eac1009660939fbf021a40676b42','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13930,2144,'_g_feedback_shortcode_atts_0545c656f9e5eac1009660939fbf021a40676b42','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Abstract\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2138;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13931,2144,'_g_feedback_shortcode_efdd74af9f333c89be07a85b811f6e8eee61b8da','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13932,2144,'_g_feedback_shortcode_atts_efdd74af9f333c89be07a85b811f6e8eee61b8da','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:68:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: 2nd Amendment\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2141;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13934,2144,'_edit_lock','1739307240:1'),(13935,2144,'_g_feedback_shortcode_daadb12e97926a5b596049f657db10095e4a0a53','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13936,2144,'_g_feedback_shortcode_atts_daadb12e97926a5b596049f657db10095e4a0a53','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:62:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Freedom\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2144;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13937,2145,'_wp_attached_file','2025/02/FlowVision_Rythem_Freedom_MX_Goggles_Right_1024x1024.webp'),(13938,2145,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:398;s:4:\"file\";s:65:\"2025/02/FlowVision_Rythem_Freedom_MX_Goggles_Right_1024x1024.webp\";s:8:\"filesize\";i:198714;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:65:\"FlowVision_Rythem_Freedom_MX_Goggles_Right_1024x1024-300x117.webp\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28758;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:65:\"FlowVision_Rythem_Freedom_MX_Goggles_Right_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19708;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:65:\"FlowVision_Rythem_Freedom_MX_Goggles_Right_1024x1024-768x299.webp\";s:5:\"width\";i:768;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:135222;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:65:\"FlowVision_Rythem_Freedom_MX_Goggles_Right_1024x1024-300x117.webp\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28758;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:65:\"FlowVision_Rythem_Freedom_MX_Goggles_Right_1024x1024-600x233.webp\";s:5:\"width\";i:600;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:90516;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:65:\"FlowVision_Rythem_Freedom_MX_Goggles_Right_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10076;}}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:{}}}'),(13939,2146,'_wp_attached_file','2025/02/FlowVision_Rythem_Freedom_MX_Goggles_Left_1024x1024.webp'),(13940,2146,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:477;s:4:\"file\";s:64:\"2025/02/FlowVision_Rythem_Freedom_MX_Goggles_Left_1024x1024.webp\";s:8:\"filesize\";i:184156;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"FlowVision_Rythem_Freedom_MX_Goggles_Left_1024x1024-300x140.webp\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28586;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"FlowVision_Rythem_Freedom_MX_Goggles_Left_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16780;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:64:\"FlowVision_Rythem_Freedom_MX_Goggles_Left_1024x1024-768x358.webp\";s:5:\"width\";i:768;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:128324;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:64:\"FlowVision_Rythem_Freedom_MX_Goggles_Left_1024x1024-300x140.webp\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28586;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:64:\"FlowVision_Rythem_Freedom_MX_Goggles_Left_1024x1024-600x279.webp\";s:5:\"width\";i:600;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:85738;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:64:\"FlowVision_Rythem_Freedom_MX_Goggles_Left_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8566;}}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:{}}}'),(13941,2144,'_edit_last','1'),(13942,2144,'_product_image_gallery','2146'),(13943,2147,'_regular_price','56'),(13944,2147,'total_sales','0'),(13945,2147,'_tax_status','taxable'),(13946,2147,'_tax_class',''),(13947,2147,'_manage_stock','no'),(13948,2147,'_backorders','no'),(13949,2147,'_sold_individually','no'),(13950,2147,'_virtual','no'),(13951,2147,'_downloadable','no'),(13952,2147,'_product_image_gallery','2148'),(13953,2147,'_download_limit','-1'),(13954,2147,'_download_expiry','-1'),(13955,2147,'_thumbnail_id','2149'),(13956,2147,'_stock',NULL),(13957,2147,'_stock_status','instock'),(13958,2147,'_wc_average_rating','0'),(13959,2147,'_wc_review_count','0'),(13960,2147,'_product_version','9.6.1'),(13961,2147,'_price','56'),(13962,2147,'_g_feedback_shortcode_98760b2aed9ef645085985c57d92dc8dc31d4a0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(13963,2147,'_g_feedback_shortcode_atts_98760b2aed9ef645085985c57d92dc8dc31d4a0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:66:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: White/Black\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2105;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(13964,2147,'af_addon_title_font_size','14'),(13965,2147,'af_addon_option_title_font_size','12'),(13966,2147,'af_addon_field_border_pixels','1'),(13967,2147,'af_addon_desc_font_size','12'),(13968,2147,'af_addon_tooltip_font_size','12'),(13969,2147,'exclude_rule_addons',''),(13970,2147,'af_addon_title_display_as_selector','af_addon_title_display_text'),(13971,2147,'af_addon_heading_type_selector','addon_h1'),(13972,2147,'af_addon_seperator_checkbox',''),(13973,2147,'af_addon_title_seperator','af_addon_title_seperator_br'),(13974,2147,'af_addon_option_title_font_color',''),(13975,2147,'af_addon_title_bg',''),(13976,2147,'af_addon_title_color',''),(13977,2147,'af_addon_bg_color',''),(13978,2147,'af_addon_title_top_left_radius',''),(13979,2147,'af_addon_title_top_right_radius',''),(13980,2147,'af_addon_title_bottom_left_radius',''),(13981,2147,'af_addon_title_bottom_right_radius',''),(13982,2147,'af_addon_title_top_padding',''),(13983,2147,'af_addon_title_bottom_padding',''),(13984,2147,'af_addon_title_left_padding',''),(13985,2147,'af_addon_title_right_padding',''),(13986,2147,'af_addon_field_border',''),(13987,2147,'af_addon_field_border_top_left_radius',''),(13988,2147,'af_addon_field_border_top_right_radius',''),(13989,2147,'af_addon_field_border_bottom_left_radius',''),(13990,2147,'af_addon_field_border_bottom_right_radius',''),(13991,2147,'af_addon_field_border_top_padding',''),(13992,2147,'af_addon_field_border_bottom_padding',''),(13993,2147,'af_addon_field_border_left_padding',''),(13994,2147,'af_addon_field_border_right_padding',''),(13995,2147,'af_addon_field_title_position','left'),(13996,2147,'af_addon_field_border_color',''),(13997,2147,'af_addon_title_position','af_addon_title_inside_border'),(13998,2147,'af_addon_tooltip_background_color','#000000'),(13999,2147,'af_addon_tooltip_text_color',''),(14000,2147,'_mkl_pc__is_configurable','no'),(14001,2147,'_yoast_wpseo_primary_product_brand','63'),(14002,2147,'_yoast_wpseo_primary_product_cat','30'),(14003,2147,'_yoast_wpseo_content_score','90'),(14004,2147,'_yoast_wpseo_estimated-reading-time-minutes','1'),(14005,2147,'_g_feedback_shortcode_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14006,2147,'_g_feedback_shortcode_atts_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Valor\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2111;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14007,2147,'_g_feedback_shortcode_c2c38ce2612bc7df1cfeffccb8818880112733b2','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14008,2147,'_g_feedback_shortcode_atts_c2c38ce2612bc7df1cfeffccb8818880112733b2','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:59:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Neon\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2114;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14009,2147,'_g_feedback_shortcode_763806cba7e57183604bc51b4916bf9d27f225af','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14010,2147,'_g_feedback_shortcode_atts_763806cba7e57183604bc51b4916bf9d27f225af','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:64:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Gold Leaf\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2117;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14011,2147,'_g_feedback_shortcode_0d22fa267d0a020f39b5378874d2ddaf31899d0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14012,2147,'_g_feedback_shortcode_atts_0d22fa267d0a020f39b5378874d2ddaf31899d0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Starship\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2120;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14013,2147,'_g_feedback_shortcode_8ac53a328da5a574de098ec4e5bcd098f116138b','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14014,2147,'_g_feedback_shortcode_atts_8ac53a328da5a574de098ec4e5bcd098f116138b','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:65:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Blue Angel\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2123;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14015,2147,'_g_feedback_shortcode_046256aefd17b78bf4d6863c52d4567b099b9777','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14016,2147,'_g_feedback_shortcode_atts_046256aefd17b78bf4d6863c52d4567b099b9777','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Pipeline\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2126;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14017,2147,'_g_feedback_shortcode_048e6b97b347396cf4387403af79ff464ad3535c','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14018,2147,'_g_feedback_shortcode_atts_048e6b97b347396cf4387403af79ff464ad3535c','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:67:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Independence\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2129;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14019,2147,'_g_feedback_shortcode_7892d82d43d53bf76404d816a47787df7d8ca2a1','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14020,2147,'_g_feedback_shortcode_atts_7892d82d43d53bf76404d816a47787df7d8ca2a1','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Magma\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2132;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14021,2147,'_g_feedback_shortcode_cdc50b0685a95d3845e416835e053c57aab9bbc2','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14022,2147,'_g_feedback_shortcode_atts_cdc50b0685a95d3845e416835e053c57aab9bbc2','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:57:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: JC\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2135;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14023,2147,'_g_feedback_shortcode_0545c656f9e5eac1009660939fbf021a40676b42','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14024,2147,'_g_feedback_shortcode_atts_0545c656f9e5eac1009660939fbf021a40676b42','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Abstract\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2138;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14025,2147,'_g_feedback_shortcode_efdd74af9f333c89be07a85b811f6e8eee61b8da','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14026,2147,'_g_feedback_shortcode_atts_efdd74af9f333c89be07a85b811f6e8eee61b8da','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:68:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: 2nd Amendment\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2141;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14027,2147,'_g_feedback_shortcode_daadb12e97926a5b596049f657db10095e4a0a53','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14028,2147,'_g_feedback_shortcode_atts_daadb12e97926a5b596049f657db10095e4a0a53','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:62:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Freedom\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2144;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14030,2147,'_edit_lock','1739307399:1'),(14031,2147,'_g_feedback_shortcode_96cb3f0d4feab2737e9880c3dca9e1e47b0c9a7e','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14032,2147,'_g_feedback_shortcode_atts_96cb3f0d4feab2737e9880c3dca9e1e47b0c9a7e','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:68:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: I Don\'t Kneel\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2147;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14033,2148,'_wp_attached_file','2025/02/FlowVision_Dirtbike_Goggles_IDontKneel_Ethos_2_1024x1024.webp'),(14034,2148,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:473;s:4:\"file\";s:69:\"2025/02/FlowVision_Dirtbike_Goggles_IDontKneel_Ethos_2_1024x1024.webp\";s:8:\"filesize\";i:351672;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:69:\"FlowVision_Dirtbike_Goggles_IDontKneel_Ethos_2_1024x1024-300x139.webp\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:45406;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"FlowVision_Dirtbike_Goggles_IDontKneel_Ethos_2_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25094;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:69:\"FlowVision_Dirtbike_Goggles_IDontKneel_Ethos_2_1024x1024-768x355.webp\";s:5:\"width\";i:768;s:6:\"height\";i:355;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:241344;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:69:\"FlowVision_Dirtbike_Goggles_IDontKneel_Ethos_2_1024x1024-300x139.webp\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:45406;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:69:\"FlowVision_Dirtbike_Goggles_IDontKneel_Ethos_2_1024x1024-600x277.webp\";s:5:\"width\";i:600;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:156302;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:69:\"FlowVision_Dirtbike_Goggles_IDontKneel_Ethos_2_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12260;}}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:{}}}'),(14035,2149,'_wp_attached_file','2025/02/FlowVision_Dirtbike_Goggles_IDontKneel_Ethos_1_1024x1024.webp'),(14036,2149,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1023;s:6:\"height\";i:409;s:4:\"file\";s:69:\"2025/02/FlowVision_Dirtbike_Goggles_IDontKneel_Ethos_1_1024x1024.webp\";s:8:\"filesize\";i:304712;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:69:\"FlowVision_Dirtbike_Goggles_IDontKneel_Ethos_1_1024x1024-300x120.webp\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:39650;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"FlowVision_Dirtbike_Goggles_IDontKneel_Ethos_1_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24726;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:69:\"FlowVision_Dirtbike_Goggles_IDontKneel_Ethos_1_1024x1024-768x307.webp\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:207802;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:69:\"FlowVision_Dirtbike_Goggles_IDontKneel_Ethos_1_1024x1024-300x120.webp\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:39650;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:69:\"FlowVision_Dirtbike_Goggles_IDontKneel_Ethos_1_1024x1024-600x240.webp\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:133620;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:69:\"FlowVision_Dirtbike_Goggles_IDontKneel_Ethos_1_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12180;}}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:{}}}'),(14037,2147,'_edit_last','1'),(14038,2150,'_regular_price','46'),(14039,2150,'total_sales','0'),(14040,2150,'_tax_status','taxable'),(14041,2150,'_tax_class',''),(14042,2150,'_manage_stock','no'),(14043,2150,'_backorders','no'),(14044,2150,'_sold_individually','no'),(14045,2150,'_virtual','no'),(14046,2150,'_downloadable','no'),(14047,2150,'_product_image_gallery','2152'),(14048,2150,'_download_limit','-1'),(14049,2150,'_download_expiry','-1'),(14050,2150,'_thumbnail_id','2151'),(14051,2150,'_stock',NULL),(14052,2150,'_stock_status','instock'),(14053,2150,'_wc_average_rating','0'),(14054,2150,'_wc_review_count','0'),(14055,2150,'_product_version','9.6.1'),(14056,2150,'_price','46'),(14057,2150,'_g_feedback_shortcode_98760b2aed9ef645085985c57d92dc8dc31d4a0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14058,2150,'_g_feedback_shortcode_atts_98760b2aed9ef645085985c57d92dc8dc31d4a0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:66:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: White/Black\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2105;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14059,2150,'af_addon_title_font_size','14'),(14060,2150,'af_addon_option_title_font_size','12'),(14061,2150,'af_addon_field_border_pixels','1'),(14062,2150,'af_addon_desc_font_size','12'),(14063,2150,'af_addon_tooltip_font_size','12'),(14064,2150,'exclude_rule_addons',''),(14065,2150,'af_addon_title_display_as_selector','af_addon_title_display_text'),(14066,2150,'af_addon_heading_type_selector','addon_h1'),(14067,2150,'af_addon_seperator_checkbox',''),(14068,2150,'af_addon_title_seperator','af_addon_title_seperator_br'),(14069,2150,'af_addon_option_title_font_color',''),(14070,2150,'af_addon_title_bg',''),(14071,2150,'af_addon_title_color',''),(14072,2150,'af_addon_bg_color',''),(14073,2150,'af_addon_title_top_left_radius',''),(14074,2150,'af_addon_title_top_right_radius',''),(14075,2150,'af_addon_title_bottom_left_radius',''),(14076,2150,'af_addon_title_bottom_right_radius',''),(14077,2150,'af_addon_title_top_padding',''),(14078,2150,'af_addon_title_bottom_padding',''),(14079,2150,'af_addon_title_left_padding',''),(14080,2150,'af_addon_title_right_padding',''),(14081,2150,'af_addon_field_border',''),(14082,2150,'af_addon_field_border_top_left_radius',''),(14083,2150,'af_addon_field_border_top_right_radius',''),(14084,2150,'af_addon_field_border_bottom_left_radius',''),(14085,2150,'af_addon_field_border_bottom_right_radius',''),(14086,2150,'af_addon_field_border_top_padding',''),(14087,2150,'af_addon_field_border_bottom_padding',''),(14088,2150,'af_addon_field_border_left_padding',''),(14089,2150,'af_addon_field_border_right_padding',''),(14090,2150,'af_addon_field_title_position','left'),(14091,2150,'af_addon_field_border_color',''),(14092,2150,'af_addon_title_position','af_addon_title_inside_border'),(14093,2150,'af_addon_tooltip_background_color','#000000'),(14094,2150,'af_addon_tooltip_text_color',''),(14095,2150,'_mkl_pc__is_configurable','no'),(14096,2150,'_yoast_wpseo_primary_product_brand','63'),(14097,2150,'_yoast_wpseo_primary_product_cat','30'),(14098,2150,'_yoast_wpseo_content_score','90'),(14099,2150,'_yoast_wpseo_estimated-reading-time-minutes','1'),(14100,2150,'_g_feedback_shortcode_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14101,2150,'_g_feedback_shortcode_atts_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Valor\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2111;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14102,2150,'_g_feedback_shortcode_c2c38ce2612bc7df1cfeffccb8818880112733b2','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14103,2150,'_g_feedback_shortcode_atts_c2c38ce2612bc7df1cfeffccb8818880112733b2','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:59:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Neon\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2114;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14104,2150,'_g_feedback_shortcode_763806cba7e57183604bc51b4916bf9d27f225af','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14105,2150,'_g_feedback_shortcode_atts_763806cba7e57183604bc51b4916bf9d27f225af','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:64:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Gold Leaf\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2117;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14106,2150,'_g_feedback_shortcode_0d22fa267d0a020f39b5378874d2ddaf31899d0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14107,2150,'_g_feedback_shortcode_atts_0d22fa267d0a020f39b5378874d2ddaf31899d0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Starship\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2120;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14108,2150,'_g_feedback_shortcode_8ac53a328da5a574de098ec4e5bcd098f116138b','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14109,2150,'_g_feedback_shortcode_atts_8ac53a328da5a574de098ec4e5bcd098f116138b','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:65:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Blue Angel\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2123;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14110,2150,'_g_feedback_shortcode_046256aefd17b78bf4d6863c52d4567b099b9777','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14111,2150,'_g_feedback_shortcode_atts_046256aefd17b78bf4d6863c52d4567b099b9777','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Pipeline\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2126;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14112,2150,'_g_feedback_shortcode_048e6b97b347396cf4387403af79ff464ad3535c','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14113,2150,'_g_feedback_shortcode_atts_048e6b97b347396cf4387403af79ff464ad3535c','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:67:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Independence\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2129;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14114,2150,'_g_feedback_shortcode_7892d82d43d53bf76404d816a47787df7d8ca2a1','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14115,2150,'_g_feedback_shortcode_atts_7892d82d43d53bf76404d816a47787df7d8ca2a1','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Magma\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2132;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14116,2150,'_g_feedback_shortcode_cdc50b0685a95d3845e416835e053c57aab9bbc2','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14117,2150,'_g_feedback_shortcode_atts_cdc50b0685a95d3845e416835e053c57aab9bbc2','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:57:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: JC\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2135;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14118,2150,'_g_feedback_shortcode_0545c656f9e5eac1009660939fbf021a40676b42','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14119,2150,'_g_feedback_shortcode_atts_0545c656f9e5eac1009660939fbf021a40676b42','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Abstract\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2138;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14120,2150,'_g_feedback_shortcode_efdd74af9f333c89be07a85b811f6e8eee61b8da','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14121,2150,'_g_feedback_shortcode_atts_efdd74af9f333c89be07a85b811f6e8eee61b8da','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:68:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: 2nd Amendment\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2141;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14122,2150,'_g_feedback_shortcode_daadb12e97926a5b596049f657db10095e4a0a53','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14123,2150,'_g_feedback_shortcode_atts_daadb12e97926a5b596049f657db10095e4a0a53','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:62:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Freedom\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2144;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14124,2150,'_g_feedback_shortcode_96cb3f0d4feab2737e9880c3dca9e1e47b0c9a7e','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14125,2150,'_g_feedback_shortcode_atts_96cb3f0d4feab2737e9880c3dca9e1e47b0c9a7e','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:68:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: I Don\'t Kneel\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2147;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14127,2150,'_edit_lock','1739307609:1'),(14128,2150,'_g_feedback_shortcode_07d21b464fb35e19a02d65de203ecaf3559310fe','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14129,2150,'_g_feedback_shortcode_atts_07d21b464fb35e19a02d65de203ecaf3559310fe','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:58:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: CG\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2150;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14130,2151,'_wp_attached_file','2025/02/FlowVision_Youth_CG_SX_Goggle_FZFOptics_right_1024x1024.webp'),(14131,2151,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1023;s:6:\"height\";i:452;s:4:\"file\";s:68:\"2025/02/FlowVision_Youth_CG_SX_Goggle_FZFOptics_right_1024x1024.webp\";s:8:\"filesize\";i:200262;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:68:\"FlowVision_Youth_CG_SX_Goggle_FZFOptics_right_1024x1024-300x133.webp\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30146;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:68:\"FlowVision_Youth_CG_SX_Goggle_FZFOptics_right_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19098;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:68:\"FlowVision_Youth_CG_SX_Goggle_FZFOptics_right_1024x1024-768x339.webp\";s:5:\"width\";i:768;s:6:\"height\";i:339;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:135668;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:68:\"FlowVision_Youth_CG_SX_Goggle_FZFOptics_right_1024x1024-300x133.webp\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30146;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:68:\"FlowVision_Youth_CG_SX_Goggle_FZFOptics_right_1024x1024-600x265.webp\";s:5:\"width\";i:600;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:92020;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:68:\"FlowVision_Youth_CG_SX_Goggle_FZFOptics_right_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9780;}}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:{}}}'),(14132,2152,'_wp_attached_file','2025/02/FlowVision_Youth_CG_SX_Goggle_FZFOptics_left_1024x1024.webp'),(14133,2152,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:540;s:4:\"file\";s:67:\"2025/02/FlowVision_Youth_CG_SX_Goggle_FZFOptics_left_1024x1024.webp\";s:8:\"filesize\";i:229858;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:67:\"FlowVision_Youth_CG_SX_Goggle_FZFOptics_left_1024x1024-300x158.webp\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34776;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:67:\"FlowVision_Youth_CG_SX_Goggle_FZFOptics_left_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18092;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:67:\"FlowVision_Youth_CG_SX_Goggle_FZFOptics_left_1024x1024-768x405.webp\";s:5:\"width\";i:768;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:165960;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:67:\"FlowVision_Youth_CG_SX_Goggle_FZFOptics_left_1024x1024-300x158.webp\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34776;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:67:\"FlowVision_Youth_CG_SX_Goggle_FZFOptics_left_1024x1024-600x316.webp\";s:5:\"width\";i:600;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:107888;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:67:\"FlowVision_Youth_CG_SX_Goggle_FZFOptics_left_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9270;}}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:{}}}'),(14134,2150,'_edit_last','1'),(14135,2153,'origin',NULL),(14136,2159,'_regular_price','46'),(14137,2159,'total_sales','0'),(14138,2159,'_tax_status','taxable'),(14139,2159,'_tax_class',''),(14140,2159,'_manage_stock','no'),(14141,2159,'_backorders','no'),(14142,2159,'_sold_individually','no'),(14143,2159,'_virtual','no'),(14144,2159,'_downloadable','no'),(14145,2159,'_product_image_gallery','2161'),(14146,2159,'_download_limit','-1'),(14147,2159,'_download_expiry','-1'),(14148,2159,'_thumbnail_id','2160'),(14149,2159,'_stock',NULL),(14150,2159,'_stock_status','instock'),(14151,2159,'_wc_average_rating','0'),(14152,2159,'_wc_review_count','0'),(14153,2159,'_product_version','9.6.1'),(14154,2159,'_price','46'),(14155,2159,'_g_feedback_shortcode_98760b2aed9ef645085985c57d92dc8dc31d4a0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14156,2159,'_g_feedback_shortcode_atts_98760b2aed9ef645085985c57d92dc8dc31d4a0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:66:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: White/Black\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2105;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14157,2159,'af_addon_title_font_size','14'),(14158,2159,'af_addon_option_title_font_size','12'),(14159,2159,'af_addon_field_border_pixels','1'),(14160,2159,'af_addon_desc_font_size','12'),(14161,2159,'af_addon_tooltip_font_size','12'),(14162,2159,'exclude_rule_addons',''),(14163,2159,'af_addon_title_display_as_selector','af_addon_title_display_text'),(14164,2159,'af_addon_heading_type_selector','addon_h1'),(14165,2159,'af_addon_seperator_checkbox',''),(14166,2159,'af_addon_title_seperator','af_addon_title_seperator_br'),(14167,2159,'af_addon_option_title_font_color',''),(14168,2159,'af_addon_title_bg',''),(14169,2159,'af_addon_title_color',''),(14170,2159,'af_addon_bg_color',''),(14171,2159,'af_addon_title_top_left_radius',''),(14172,2159,'af_addon_title_top_right_radius',''),(14173,2159,'af_addon_title_bottom_left_radius',''),(14174,2159,'af_addon_title_bottom_right_radius',''),(14175,2159,'af_addon_title_top_padding',''),(14176,2159,'af_addon_title_bottom_padding',''),(14177,2159,'af_addon_title_left_padding',''),(14178,2159,'af_addon_title_right_padding',''),(14179,2159,'af_addon_field_border',''),(14180,2159,'af_addon_field_border_top_left_radius',''),(14181,2159,'af_addon_field_border_top_right_radius',''),(14182,2159,'af_addon_field_border_bottom_left_radius',''),(14183,2159,'af_addon_field_border_bottom_right_radius',''),(14184,2159,'af_addon_field_border_top_padding',''),(14185,2159,'af_addon_field_border_bottom_padding',''),(14186,2159,'af_addon_field_border_left_padding',''),(14187,2159,'af_addon_field_border_right_padding',''),(14188,2159,'af_addon_field_title_position','left'),(14189,2159,'af_addon_field_border_color',''),(14190,2159,'af_addon_title_position','af_addon_title_inside_border'),(14191,2159,'af_addon_tooltip_background_color','#000000'),(14192,2159,'af_addon_tooltip_text_color',''),(14193,2159,'_mkl_pc__is_configurable','no'),(14194,2159,'_yoast_wpseo_primary_product_brand','63'),(14195,2159,'_yoast_wpseo_primary_product_cat','30'),(14196,2159,'_yoast_wpseo_content_score','90'),(14197,2159,'_yoast_wpseo_estimated-reading-time-minutes','1'),(14198,2159,'_g_feedback_shortcode_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14199,2159,'_g_feedback_shortcode_atts_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Valor\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2111;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14200,2159,'_g_feedback_shortcode_c2c38ce2612bc7df1cfeffccb8818880112733b2','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14201,2159,'_g_feedback_shortcode_atts_c2c38ce2612bc7df1cfeffccb8818880112733b2','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:59:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Neon\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2114;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14202,2159,'_g_feedback_shortcode_763806cba7e57183604bc51b4916bf9d27f225af','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14203,2159,'_g_feedback_shortcode_atts_763806cba7e57183604bc51b4916bf9d27f225af','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:64:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Gold Leaf\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2117;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14204,2159,'_g_feedback_shortcode_0d22fa267d0a020f39b5378874d2ddaf31899d0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14205,2159,'_g_feedback_shortcode_atts_0d22fa267d0a020f39b5378874d2ddaf31899d0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Starship\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2120;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14206,2159,'_g_feedback_shortcode_8ac53a328da5a574de098ec4e5bcd098f116138b','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14207,2159,'_g_feedback_shortcode_atts_8ac53a328da5a574de098ec4e5bcd098f116138b','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:65:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Blue Angel\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2123;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14208,2159,'_g_feedback_shortcode_046256aefd17b78bf4d6863c52d4567b099b9777','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14209,2159,'_g_feedback_shortcode_atts_046256aefd17b78bf4d6863c52d4567b099b9777','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Pipeline\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2126;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14210,2159,'_g_feedback_shortcode_048e6b97b347396cf4387403af79ff464ad3535c','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14211,2159,'_g_feedback_shortcode_atts_048e6b97b347396cf4387403af79ff464ad3535c','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:67:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Independence\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2129;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14212,2159,'_g_feedback_shortcode_7892d82d43d53bf76404d816a47787df7d8ca2a1','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14213,2159,'_g_feedback_shortcode_atts_7892d82d43d53bf76404d816a47787df7d8ca2a1','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Magma\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2132;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14214,2159,'_g_feedback_shortcode_cdc50b0685a95d3845e416835e053c57aab9bbc2','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14215,2159,'_g_feedback_shortcode_atts_cdc50b0685a95d3845e416835e053c57aab9bbc2','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:57:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: JC\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2135;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14216,2159,'_g_feedback_shortcode_0545c656f9e5eac1009660939fbf021a40676b42','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14217,2159,'_g_feedback_shortcode_atts_0545c656f9e5eac1009660939fbf021a40676b42','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Abstract\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2138;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14218,2159,'_g_feedback_shortcode_efdd74af9f333c89be07a85b811f6e8eee61b8da','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14219,2159,'_g_feedback_shortcode_atts_efdd74af9f333c89be07a85b811f6e8eee61b8da','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:68:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: 2nd Amendment\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2141;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14220,2159,'_g_feedback_shortcode_daadb12e97926a5b596049f657db10095e4a0a53','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14221,2159,'_g_feedback_shortcode_atts_daadb12e97926a5b596049f657db10095e4a0a53','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:62:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Freedom\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2144;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14222,2159,'_g_feedback_shortcode_96cb3f0d4feab2737e9880c3dca9e1e47b0c9a7e','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14223,2159,'_g_feedback_shortcode_atts_96cb3f0d4feab2737e9880c3dca9e1e47b0c9a7e','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:68:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: I Don\'t Kneel\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2147;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14224,2159,'_g_feedback_shortcode_07d21b464fb35e19a02d65de203ecaf3559310fe','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14225,2159,'_g_feedback_shortcode_atts_07d21b464fb35e19a02d65de203ecaf3559310fe','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:58:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: CG\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2150;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14227,2159,'_edit_lock','1739308423:1'),(14228,2159,'_g_feedback_shortcode_78e3322aee0e75a9c7f022e5cd3ebc6fddd94b2d','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14229,2159,'_g_feedback_shortcode_atts_78e3322aee0e75a9c7f022e5cd3ebc6fddd94b2d','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:67:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: The Liberty\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2159;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14230,2160,'_wp_attached_file','2025/02/Flow_Vision_The_Liberty_EthosVision_MX_Goggle_Youth_Right_1024x1024.webp'),(14231,2160,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:438;s:4:\"file\";s:80:\"2025/02/Flow_Vision_The_Liberty_EthosVision_MX_Goggle_Youth_Right_1024x1024.webp\";s:8:\"filesize\";i:281058;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:80:\"Flow_Vision_The_Liberty_EthosVision_MX_Goggle_Youth_Right_1024x1024-300x128.webp\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:39844;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:80:\"Flow_Vision_The_Liberty_EthosVision_MX_Goggle_Youth_Right_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24010;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:80:\"Flow_Vision_The_Liberty_EthosVision_MX_Goggle_Youth_Right_1024x1024-768x329.webp\";s:5:\"width\";i:768;s:6:\"height\";i:329;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:205132;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:80:\"Flow_Vision_The_Liberty_EthosVision_MX_Goggle_Youth_Right_1024x1024-300x128.webp\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:39844;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:80:\"Flow_Vision_The_Liberty_EthosVision_MX_Goggle_Youth_Right_1024x1024-600x257.webp\";s:5:\"width\";i:600;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:129524;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:80:\"Flow_Vision_The_Liberty_EthosVision_MX_Goggle_Youth_Right_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12036;}}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:{}}}'),(14232,2161,'_wp_attached_file','2025/02/Flow_Vision_The_Liberty_EthosVision_MX_Goggle_Youth_left_1024x1024.webp'),(14233,2161,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1023;s:6:\"height\";i:492;s:4:\"file\";s:79:\"2025/02/Flow_Vision_The_Liberty_EthosVision_MX_Goggle_Youth_left_1024x1024.webp\";s:8:\"filesize\";i:339084;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:79:\"Flow_Vision_The_Liberty_EthosVision_MX_Goggle_Youth_left_1024x1024-300x144.webp\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:46984;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:79:\"Flow_Vision_The_Liberty_EthosVision_MX_Goggle_Youth_left_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25424;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:79:\"Flow_Vision_The_Liberty_EthosVision_MX_Goggle_Youth_left_1024x1024-768x369.webp\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:241364;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:79:\"Flow_Vision_The_Liberty_EthosVision_MX_Goggle_Youth_left_1024x1024-300x144.webp\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:46984;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:79:\"Flow_Vision_The_Liberty_EthosVision_MX_Goggle_Youth_left_1024x1024-600x289.webp\";s:5:\"width\";i:600;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:159596;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:79:\"Flow_Vision_The_Liberty_EthosVision_MX_Goggle_Youth_left_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12458;}}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:{}}}'),(14234,2159,'_edit_last','1'),(14235,2162,'_regular_price','46'),(14236,2162,'total_sales','0'),(14237,2162,'_tax_status','taxable'),(14238,2162,'_tax_class',''),(14239,2162,'_manage_stock','no'),(14240,2162,'_backorders','no'),(14241,2162,'_sold_individually','no'),(14242,2162,'_virtual','no'),(14243,2162,'_downloadable','no'),(14244,2162,'_product_image_gallery','2164'),(14245,2162,'_download_limit','-1'),(14246,2162,'_download_expiry','-1'),(14247,2162,'_thumbnail_id','2163'),(14248,2162,'_stock',NULL),(14249,2162,'_stock_status','instock'),(14250,2162,'_wc_average_rating','0'),(14251,2162,'_wc_review_count','0'),(14252,2162,'_product_version','9.6.1'),(14253,2162,'_price','46'),(14254,2162,'_g_feedback_shortcode_98760b2aed9ef645085985c57d92dc8dc31d4a0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14255,2162,'_g_feedback_shortcode_atts_98760b2aed9ef645085985c57d92dc8dc31d4a0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:66:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: White/Black\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2105;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14256,2162,'af_addon_title_font_size','14'),(14257,2162,'af_addon_option_title_font_size','12'),(14258,2162,'af_addon_field_border_pixels','1'),(14259,2162,'af_addon_desc_font_size','12'),(14260,2162,'af_addon_tooltip_font_size','12'),(14261,2162,'exclude_rule_addons',''),(14262,2162,'af_addon_title_display_as_selector','af_addon_title_display_text'),(14263,2162,'af_addon_heading_type_selector','addon_h1'),(14264,2162,'af_addon_seperator_checkbox',''),(14265,2162,'af_addon_title_seperator','af_addon_title_seperator_br'),(14266,2162,'af_addon_option_title_font_color',''),(14267,2162,'af_addon_title_bg',''),(14268,2162,'af_addon_title_color',''),(14269,2162,'af_addon_bg_color',''),(14270,2162,'af_addon_title_top_left_radius',''),(14271,2162,'af_addon_title_top_right_radius',''),(14272,2162,'af_addon_title_bottom_left_radius',''),(14273,2162,'af_addon_title_bottom_right_radius',''),(14274,2162,'af_addon_title_top_padding',''),(14275,2162,'af_addon_title_bottom_padding',''),(14276,2162,'af_addon_title_left_padding',''),(14277,2162,'af_addon_title_right_padding',''),(14278,2162,'af_addon_field_border',''),(14279,2162,'af_addon_field_border_top_left_radius',''),(14280,2162,'af_addon_field_border_top_right_radius',''),(14281,2162,'af_addon_field_border_bottom_left_radius',''),(14282,2162,'af_addon_field_border_bottom_right_radius',''),(14283,2162,'af_addon_field_border_top_padding',''),(14284,2162,'af_addon_field_border_bottom_padding',''),(14285,2162,'af_addon_field_border_left_padding',''),(14286,2162,'af_addon_field_border_right_padding',''),(14287,2162,'af_addon_field_title_position','left'),(14288,2162,'af_addon_field_border_color',''),(14289,2162,'af_addon_title_position','af_addon_title_inside_border'),(14290,2162,'af_addon_tooltip_background_color','#000000'),(14291,2162,'af_addon_tooltip_text_color',''),(14292,2162,'_mkl_pc__is_configurable','no'),(14293,2162,'_yoast_wpseo_primary_product_brand','63'),(14294,2162,'_yoast_wpseo_primary_product_cat','30'),(14295,2162,'_yoast_wpseo_content_score','90'),(14296,2162,'_yoast_wpseo_estimated-reading-time-minutes','1'),(14297,2162,'_g_feedback_shortcode_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14298,2162,'_g_feedback_shortcode_atts_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Valor\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2111;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14299,2162,'_g_feedback_shortcode_c2c38ce2612bc7df1cfeffccb8818880112733b2','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14300,2162,'_g_feedback_shortcode_atts_c2c38ce2612bc7df1cfeffccb8818880112733b2','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:59:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Neon\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2114;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14301,2162,'_g_feedback_shortcode_763806cba7e57183604bc51b4916bf9d27f225af','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14302,2162,'_g_feedback_shortcode_atts_763806cba7e57183604bc51b4916bf9d27f225af','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:64:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Gold Leaf\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2117;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14303,2162,'_g_feedback_shortcode_0d22fa267d0a020f39b5378874d2ddaf31899d0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14304,2162,'_g_feedback_shortcode_atts_0d22fa267d0a020f39b5378874d2ddaf31899d0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Starship\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2120;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14305,2162,'_g_feedback_shortcode_8ac53a328da5a574de098ec4e5bcd098f116138b','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14306,2162,'_g_feedback_shortcode_atts_8ac53a328da5a574de098ec4e5bcd098f116138b','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:65:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Blue Angel\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2123;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14307,2162,'_g_feedback_shortcode_046256aefd17b78bf4d6863c52d4567b099b9777','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14308,2162,'_g_feedback_shortcode_atts_046256aefd17b78bf4d6863c52d4567b099b9777','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Pipeline\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2126;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14309,2162,'_g_feedback_shortcode_048e6b97b347396cf4387403af79ff464ad3535c','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14310,2162,'_g_feedback_shortcode_atts_048e6b97b347396cf4387403af79ff464ad3535c','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:67:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Independence\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2129;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14311,2162,'_g_feedback_shortcode_7892d82d43d53bf76404d816a47787df7d8ca2a1','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14312,2162,'_g_feedback_shortcode_atts_7892d82d43d53bf76404d816a47787df7d8ca2a1','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Magma\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2132;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14313,2162,'_g_feedback_shortcode_cdc50b0685a95d3845e416835e053c57aab9bbc2','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14314,2162,'_g_feedback_shortcode_atts_cdc50b0685a95d3845e416835e053c57aab9bbc2','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:57:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: JC\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2135;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14315,2162,'_g_feedback_shortcode_0545c656f9e5eac1009660939fbf021a40676b42','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14316,2162,'_g_feedback_shortcode_atts_0545c656f9e5eac1009660939fbf021a40676b42','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Abstract\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2138;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14317,2162,'_g_feedback_shortcode_efdd74af9f333c89be07a85b811f6e8eee61b8da','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14318,2162,'_g_feedback_shortcode_atts_efdd74af9f333c89be07a85b811f6e8eee61b8da','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:68:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: 2nd Amendment\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2141;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14319,2162,'_g_feedback_shortcode_daadb12e97926a5b596049f657db10095e4a0a53','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14320,2162,'_g_feedback_shortcode_atts_daadb12e97926a5b596049f657db10095e4a0a53','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:62:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Freedom\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2144;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14321,2162,'_g_feedback_shortcode_96cb3f0d4feab2737e9880c3dca9e1e47b0c9a7e','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14322,2162,'_g_feedback_shortcode_atts_96cb3f0d4feab2737e9880c3dca9e1e47b0c9a7e','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:68:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: I Don\'t Kneel\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2147;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14323,2162,'_g_feedback_shortcode_07d21b464fb35e19a02d65de203ecaf3559310fe','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14324,2162,'_g_feedback_shortcode_atts_07d21b464fb35e19a02d65de203ecaf3559310fe','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:58:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: CG\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2150;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14325,2162,'_g_feedback_shortcode_78e3322aee0e75a9c7f022e5cd3ebc6fddd94b2d','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14326,2162,'_g_feedback_shortcode_atts_78e3322aee0e75a9c7f022e5cd3ebc6fddd94b2d','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:67:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: The Liberty\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2159;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14328,2162,'_edit_lock','1739308545:1'),(14329,2162,'_g_feedback_shortcode_da19c252a7a006f7deb7bdcddea1fd90fdb3c4bc','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14330,2162,'_g_feedback_shortcode_atts_da19c252a7a006f7deb7bdcddea1fd90fdb3c4bc','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:67:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: Black/White\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2162;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14331,2163,'_wp_attached_file','2025/02/FlowVision_Youth_MX_Goggles_BLKWHT_right.webp'),(14332,2163,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1094;s:6:\"height\";i:591;s:4:\"file\";s:53:\"2025/02/FlowVision_Youth_MX_Goggles_BLKWHT_right.webp\";s:8:\"filesize\";i:632622;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"FlowVision_Youth_MX_Goggles_BLKWHT_right-300x162.webp\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:55440;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"FlowVision_Youth_MX_Goggles_BLKWHT_right-1024x553.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:553;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:549508;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"FlowVision_Youth_MX_Goggles_BLKWHT_right-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25730;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:53:\"FlowVision_Youth_MX_Goggles_BLKWHT_right-768x415.webp\";s:5:\"width\";i:768;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:330178;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:53:\"FlowVision_Youth_MX_Goggles_BLKWHT_right-300x162.webp\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:55440;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:53:\"FlowVision_Youth_MX_Goggles_BLKWHT_right-600x324.webp\";s:5:\"width\";i:600;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:209940;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:53:\"FlowVision_Youth_MX_Goggles_BLKWHT_right-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11890;}}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:{}}}'),(14333,2164,'_wp_attached_file','2025/02/FlowVision_Youth_MX_Goggles_BLKWHT_Left.webp'),(14334,2164,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1094;s:6:\"height\";i:604;s:4:\"file\";s:52:\"2025/02/FlowVision_Youth_MX_Goggles_BLKWHT_Left.webp\";s:8:\"filesize\";i:618354;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"FlowVision_Youth_MX_Goggles_BLKWHT_Left-300x166.webp\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:54928;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"FlowVision_Youth_MX_Goggles_BLKWHT_Left-1024x565.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:565;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:542508;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"FlowVision_Youth_MX_Goggles_BLKWHT_Left-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25294;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"FlowVision_Youth_MX_Goggles_BLKWHT_Left-768x424.webp\";s:5:\"width\";i:768;s:6:\"height\";i:424;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:325966;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:52:\"FlowVision_Youth_MX_Goggles_BLKWHT_Left-300x166.webp\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:54928;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:52:\"FlowVision_Youth_MX_Goggles_BLKWHT_Left-600x331.webp\";s:5:\"width\";i:600;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:207754;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:52:\"FlowVision_Youth_MX_Goggles_BLKWHT_Left-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11540;}}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:{}}}'),(14335,2162,'_edit_last','1'),(14336,2165,'_regular_price','46'),(14337,2165,'total_sales','0'),(14338,2165,'_tax_status','taxable'),(14339,2165,'_tax_class',''),(14340,2165,'_manage_stock','no'),(14341,2165,'_backorders','no'),(14342,2165,'_sold_individually','no'),(14343,2165,'_virtual','no'),(14344,2165,'_downloadable','no'),(14345,2165,'_product_image_gallery','2167'),(14346,2165,'_download_limit','-1'),(14347,2165,'_download_expiry','-1'),(14348,2165,'_thumbnail_id','2166'),(14349,2165,'_stock',NULL),(14350,2165,'_stock_status','instock'),(14351,2165,'_wc_average_rating','0'),(14352,2165,'_wc_review_count','0'),(14353,2165,'_product_version','9.6.1'),(14354,2165,'_price','46'),(14355,2165,'_g_feedback_shortcode_98760b2aed9ef645085985c57d92dc8dc31d4a0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14356,2165,'_g_feedback_shortcode_atts_98760b2aed9ef645085985c57d92dc8dc31d4a0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:66:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: White/Black\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2105;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14357,2165,'af_addon_title_font_size','14'),(14358,2165,'af_addon_option_title_font_size','12'),(14359,2165,'af_addon_field_border_pixels','1'),(14360,2165,'af_addon_desc_font_size','12'),(14361,2165,'af_addon_tooltip_font_size','12'),(14362,2165,'exclude_rule_addons',''),(14363,2165,'af_addon_title_display_as_selector','af_addon_title_display_text'),(14364,2165,'af_addon_heading_type_selector','addon_h1'),(14365,2165,'af_addon_seperator_checkbox',''),(14366,2165,'af_addon_title_seperator','af_addon_title_seperator_br'),(14367,2165,'af_addon_option_title_font_color',''),(14368,2165,'af_addon_title_bg',''),(14369,2165,'af_addon_title_color',''),(14370,2165,'af_addon_bg_color',''),(14371,2165,'af_addon_title_top_left_radius',''),(14372,2165,'af_addon_title_top_right_radius',''),(14373,2165,'af_addon_title_bottom_left_radius',''),(14374,2165,'af_addon_title_bottom_right_radius',''),(14375,2165,'af_addon_title_top_padding',''),(14376,2165,'af_addon_title_bottom_padding',''),(14377,2165,'af_addon_title_left_padding',''),(14378,2165,'af_addon_title_right_padding',''),(14379,2165,'af_addon_field_border',''),(14380,2165,'af_addon_field_border_top_left_radius',''),(14381,2165,'af_addon_field_border_top_right_radius',''),(14382,2165,'af_addon_field_border_bottom_left_radius',''),(14383,2165,'af_addon_field_border_bottom_right_radius',''),(14384,2165,'af_addon_field_border_top_padding',''),(14385,2165,'af_addon_field_border_bottom_padding',''),(14386,2165,'af_addon_field_border_left_padding',''),(14387,2165,'af_addon_field_border_right_padding',''),(14388,2165,'af_addon_field_title_position','left'),(14389,2165,'af_addon_field_border_color',''),(14390,2165,'af_addon_title_position','af_addon_title_inside_border'),(14391,2165,'af_addon_tooltip_background_color','#000000'),(14392,2165,'af_addon_tooltip_text_color',''),(14393,2165,'_mkl_pc__is_configurable','no'),(14394,2165,'_yoast_wpseo_primary_product_brand','63'),(14395,2165,'_yoast_wpseo_primary_product_cat','30'),(14396,2165,'_yoast_wpseo_content_score','90'),(14397,2165,'_yoast_wpseo_estimated-reading-time-minutes','1'),(14398,2165,'_g_feedback_shortcode_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14399,2165,'_g_feedback_shortcode_atts_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Valor\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2111;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14400,2165,'_g_feedback_shortcode_c2c38ce2612bc7df1cfeffccb8818880112733b2','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14401,2165,'_g_feedback_shortcode_atts_c2c38ce2612bc7df1cfeffccb8818880112733b2','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:59:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Neon\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2114;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14402,2165,'_g_feedback_shortcode_763806cba7e57183604bc51b4916bf9d27f225af','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14403,2165,'_g_feedback_shortcode_atts_763806cba7e57183604bc51b4916bf9d27f225af','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:64:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Gold Leaf\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2117;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14404,2165,'_g_feedback_shortcode_0d22fa267d0a020f39b5378874d2ddaf31899d0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14405,2165,'_g_feedback_shortcode_atts_0d22fa267d0a020f39b5378874d2ddaf31899d0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Starship\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2120;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14406,2165,'_g_feedback_shortcode_8ac53a328da5a574de098ec4e5bcd098f116138b','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14407,2165,'_g_feedback_shortcode_atts_8ac53a328da5a574de098ec4e5bcd098f116138b','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:65:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Blue Angel\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2123;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14408,2165,'_g_feedback_shortcode_046256aefd17b78bf4d6863c52d4567b099b9777','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14409,2165,'_g_feedback_shortcode_atts_046256aefd17b78bf4d6863c52d4567b099b9777','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Pipeline\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2126;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14410,2165,'_g_feedback_shortcode_048e6b97b347396cf4387403af79ff464ad3535c','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14411,2165,'_g_feedback_shortcode_atts_048e6b97b347396cf4387403af79ff464ad3535c','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:67:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Independence\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2129;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14412,2165,'_g_feedback_shortcode_7892d82d43d53bf76404d816a47787df7d8ca2a1','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14413,2165,'_g_feedback_shortcode_atts_7892d82d43d53bf76404d816a47787df7d8ca2a1','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Magma\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2132;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14414,2165,'_g_feedback_shortcode_cdc50b0685a95d3845e416835e053c57aab9bbc2','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14415,2165,'_g_feedback_shortcode_atts_cdc50b0685a95d3845e416835e053c57aab9bbc2','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:57:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: JC\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2135;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14416,2165,'_g_feedback_shortcode_0545c656f9e5eac1009660939fbf021a40676b42','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14417,2165,'_g_feedback_shortcode_atts_0545c656f9e5eac1009660939fbf021a40676b42','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Abstract\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2138;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14418,2165,'_g_feedback_shortcode_efdd74af9f333c89be07a85b811f6e8eee61b8da','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14419,2165,'_g_feedback_shortcode_atts_efdd74af9f333c89be07a85b811f6e8eee61b8da','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:68:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: 2nd Amendment\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2141;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14420,2165,'_g_feedback_shortcode_daadb12e97926a5b596049f657db10095e4a0a53','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14421,2165,'_g_feedback_shortcode_atts_daadb12e97926a5b596049f657db10095e4a0a53','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:62:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Freedom\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2144;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14422,2165,'_g_feedback_shortcode_96cb3f0d4feab2737e9880c3dca9e1e47b0c9a7e','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14423,2165,'_g_feedback_shortcode_atts_96cb3f0d4feab2737e9880c3dca9e1e47b0c9a7e','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:68:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: I Don\'t Kneel\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2147;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14424,2165,'_g_feedback_shortcode_07d21b464fb35e19a02d65de203ecaf3559310fe','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14425,2165,'_g_feedback_shortcode_atts_07d21b464fb35e19a02d65de203ecaf3559310fe','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:58:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: CG\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2150;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14426,2165,'_g_feedback_shortcode_78e3322aee0e75a9c7f022e5cd3ebc6fddd94b2d','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14427,2165,'_g_feedback_shortcode_atts_78e3322aee0e75a9c7f022e5cd3ebc6fddd94b2d','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:67:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: The Liberty\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2159;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14428,2165,'_g_feedback_shortcode_da19c252a7a006f7deb7bdcddea1fd90fdb3c4bc','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14429,2165,'_g_feedback_shortcode_atts_da19c252a7a006f7deb7bdcddea1fd90fdb3c4bc','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:67:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: Black/White\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2162;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14431,2165,'_edit_lock','1739308958:1'),(14432,2165,'_g_feedback_shortcode_0e72a5fa89db245dc89e991427ebb1e0624624cb','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14433,2165,'_g_feedback_shortcode_atts_0e72a5fa89db245dc89e991427ebb1e0624624cb','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:64:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: Slamlife\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2165;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14434,2166,'_wp_attached_file','2025/02/FlowVision_Youth_Slamlife_MX_Ethos_Vision_right_1024x1024.webp'),(14435,2166,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:497;s:4:\"file\";s:70:\"2025/02/FlowVision_Youth_Slamlife_MX_Ethos_Vision_right_1024x1024.webp\";s:8:\"filesize\";i:197428;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"FlowVision_Youth_Slamlife_MX_Ethos_Vision_right_1024x1024-300x146.webp\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30362;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"FlowVision_Youth_Slamlife_MX_Ethos_Vision_right_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17032;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:70:\"FlowVision_Youth_Slamlife_MX_Ethos_Vision_right_1024x1024-768x373.webp\";s:5:\"width\";i:768;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:135410;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:70:\"FlowVision_Youth_Slamlife_MX_Ethos_Vision_right_1024x1024-300x146.webp\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30362;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:70:\"FlowVision_Youth_Slamlife_MX_Ethos_Vision_right_1024x1024-600x291.webp\";s:5:\"width\";i:600;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:92272;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:70:\"FlowVision_Youth_Slamlife_MX_Ethos_Vision_right_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8834;}}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:{}}}'),(14436,2167,'_wp_attached_file','2025/02/FlowVision_Youth_Slamlife_MX_Ethos_Vision_left_1024x1024.webp'),(14437,2167,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:445;s:4:\"file\";s:69:\"2025/02/FlowVision_Youth_Slamlife_MX_Ethos_Vision_left_1024x1024.webp\";s:8:\"filesize\";i:166682;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:69:\"FlowVision_Youth_Slamlife_MX_Ethos_Vision_left_1024x1024-300x130.webp\";s:5:\"width\";i:300;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26818;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"FlowVision_Youth_Slamlife_MX_Ethos_Vision_left_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16742;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:69:\"FlowVision_Youth_Slamlife_MX_Ethos_Vision_left_1024x1024-768x334.webp\";s:5:\"width\";i:768;s:6:\"height\";i:334;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:121686;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:69:\"FlowVision_Youth_Slamlife_MX_Ethos_Vision_left_1024x1024-300x130.webp\";s:5:\"width\";i:300;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26818;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:69:\"FlowVision_Youth_Slamlife_MX_Ethos_Vision_left_1024x1024-600x261.webp\";s:5:\"width\";i:600;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:79942;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:69:\"FlowVision_Youth_Slamlife_MX_Ethos_Vision_left_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8572;}}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:{}}}'),(14438,2165,'_edit_last','1'),(14439,2168,'_regular_price','46'),(14440,2168,'total_sales','0'),(14441,2168,'_tax_status','taxable'),(14442,2168,'_tax_class',''),(14443,2168,'_manage_stock','no'),(14444,2168,'_backorders','no'),(14445,2168,'_sold_individually','no'),(14446,2168,'_virtual','no'),(14447,2168,'_downloadable','no'),(14448,2168,'_product_image_gallery','2169'),(14449,2168,'_download_limit','-1'),(14450,2168,'_download_expiry','-1'),(14451,2168,'_thumbnail_id','2170'),(14452,2168,'_stock',NULL),(14453,2168,'_stock_status','instock'),(14454,2168,'_wc_average_rating','0'),(14455,2168,'_wc_review_count','0'),(14456,2168,'_product_version','9.6.1'),(14457,2168,'_price','46'),(14458,2168,'_g_feedback_shortcode_98760b2aed9ef645085985c57d92dc8dc31d4a0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14459,2168,'_g_feedback_shortcode_atts_98760b2aed9ef645085985c57d92dc8dc31d4a0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:66:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: White/Black\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2105;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14460,2168,'af_addon_title_font_size','14'),(14461,2168,'af_addon_option_title_font_size','12'),(14462,2168,'af_addon_field_border_pixels','1'),(14463,2168,'af_addon_desc_font_size','12'),(14464,2168,'af_addon_tooltip_font_size','12'),(14465,2168,'exclude_rule_addons',''),(14466,2168,'af_addon_title_display_as_selector','af_addon_title_display_text'),(14467,2168,'af_addon_heading_type_selector','addon_h1'),(14468,2168,'af_addon_seperator_checkbox',''),(14469,2168,'af_addon_title_seperator','af_addon_title_seperator_br'),(14470,2168,'af_addon_option_title_font_color',''),(14471,2168,'af_addon_title_bg',''),(14472,2168,'af_addon_title_color',''),(14473,2168,'af_addon_bg_color',''),(14474,2168,'af_addon_title_top_left_radius',''),(14475,2168,'af_addon_title_top_right_radius',''),(14476,2168,'af_addon_title_bottom_left_radius',''),(14477,2168,'af_addon_title_bottom_right_radius',''),(14478,2168,'af_addon_title_top_padding',''),(14479,2168,'af_addon_title_bottom_padding',''),(14480,2168,'af_addon_title_left_padding',''),(14481,2168,'af_addon_title_right_padding',''),(14482,2168,'af_addon_field_border',''),(14483,2168,'af_addon_field_border_top_left_radius',''),(14484,2168,'af_addon_field_border_top_right_radius',''),(14485,2168,'af_addon_field_border_bottom_left_radius',''),(14486,2168,'af_addon_field_border_bottom_right_radius',''),(14487,2168,'af_addon_field_border_top_padding',''),(14488,2168,'af_addon_field_border_bottom_padding',''),(14489,2168,'af_addon_field_border_left_padding',''),(14490,2168,'af_addon_field_border_right_padding',''),(14491,2168,'af_addon_field_title_position','left'),(14492,2168,'af_addon_field_border_color',''),(14493,2168,'af_addon_title_position','af_addon_title_inside_border'),(14494,2168,'af_addon_tooltip_background_color','#000000'),(14495,2168,'af_addon_tooltip_text_color',''),(14496,2168,'_mkl_pc__is_configurable','no'),(14497,2168,'_yoast_wpseo_primary_product_brand','63'),(14498,2168,'_yoast_wpseo_primary_product_cat','30'),(14499,2168,'_yoast_wpseo_content_score','90'),(14500,2168,'_yoast_wpseo_estimated-reading-time-minutes','1'),(14501,2168,'_g_feedback_shortcode_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14502,2168,'_g_feedback_shortcode_atts_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Valor\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2111;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14503,2168,'_g_feedback_shortcode_c2c38ce2612bc7df1cfeffccb8818880112733b2','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14504,2168,'_g_feedback_shortcode_atts_c2c38ce2612bc7df1cfeffccb8818880112733b2','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:59:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Neon\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2114;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14505,2168,'_g_feedback_shortcode_763806cba7e57183604bc51b4916bf9d27f225af','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14506,2168,'_g_feedback_shortcode_atts_763806cba7e57183604bc51b4916bf9d27f225af','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:64:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Gold Leaf\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2117;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14507,2168,'_g_feedback_shortcode_0d22fa267d0a020f39b5378874d2ddaf31899d0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14508,2168,'_g_feedback_shortcode_atts_0d22fa267d0a020f39b5378874d2ddaf31899d0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Starship\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2120;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14509,2168,'_g_feedback_shortcode_8ac53a328da5a574de098ec4e5bcd098f116138b','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14510,2168,'_g_feedback_shortcode_atts_8ac53a328da5a574de098ec4e5bcd098f116138b','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:65:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Blue Angel\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2123;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14511,2168,'_g_feedback_shortcode_046256aefd17b78bf4d6863c52d4567b099b9777','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14512,2168,'_g_feedback_shortcode_atts_046256aefd17b78bf4d6863c52d4567b099b9777','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Pipeline\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2126;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14513,2168,'_g_feedback_shortcode_048e6b97b347396cf4387403af79ff464ad3535c','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14514,2168,'_g_feedback_shortcode_atts_048e6b97b347396cf4387403af79ff464ad3535c','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:67:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Independence\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2129;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14515,2168,'_g_feedback_shortcode_7892d82d43d53bf76404d816a47787df7d8ca2a1','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14516,2168,'_g_feedback_shortcode_atts_7892d82d43d53bf76404d816a47787df7d8ca2a1','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Magma\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2132;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14517,2168,'_g_feedback_shortcode_cdc50b0685a95d3845e416835e053c57aab9bbc2','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14518,2168,'_g_feedback_shortcode_atts_cdc50b0685a95d3845e416835e053c57aab9bbc2','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:57:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: JC\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2135;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14519,2168,'_g_feedback_shortcode_0545c656f9e5eac1009660939fbf021a40676b42','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14520,2168,'_g_feedback_shortcode_atts_0545c656f9e5eac1009660939fbf021a40676b42','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Abstract\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2138;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14521,2168,'_g_feedback_shortcode_efdd74af9f333c89be07a85b811f6e8eee61b8da','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14522,2168,'_g_feedback_shortcode_atts_efdd74af9f333c89be07a85b811f6e8eee61b8da','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:68:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: 2nd Amendment\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2141;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14523,2168,'_g_feedback_shortcode_daadb12e97926a5b596049f657db10095e4a0a53','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14524,2168,'_g_feedback_shortcode_atts_daadb12e97926a5b596049f657db10095e4a0a53','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:62:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Freedom\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2144;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14525,2168,'_g_feedback_shortcode_96cb3f0d4feab2737e9880c3dca9e1e47b0c9a7e','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14526,2168,'_g_feedback_shortcode_atts_96cb3f0d4feab2737e9880c3dca9e1e47b0c9a7e','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:68:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: I Don\'t Kneel\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2147;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14527,2168,'_g_feedback_shortcode_07d21b464fb35e19a02d65de203ecaf3559310fe','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14528,2168,'_g_feedback_shortcode_atts_07d21b464fb35e19a02d65de203ecaf3559310fe','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:58:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: CG\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2150;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14529,2168,'_g_feedback_shortcode_78e3322aee0e75a9c7f022e5cd3ebc6fddd94b2d','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14530,2168,'_g_feedback_shortcode_atts_78e3322aee0e75a9c7f022e5cd3ebc6fddd94b2d','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:67:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: The Liberty\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2159;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14531,2168,'_g_feedback_shortcode_da19c252a7a006f7deb7bdcddea1fd90fdb3c4bc','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14532,2168,'_g_feedback_shortcode_atts_da19c252a7a006f7deb7bdcddea1fd90fdb3c4bc','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:67:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: Black/White\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2162;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14533,2168,'_g_feedback_shortcode_0e72a5fa89db245dc89e991427ebb1e0624624cb','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14534,2168,'_g_feedback_shortcode_atts_0e72a5fa89db245dc89e991427ebb1e0624624cb','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:64:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: Slamlife\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2165;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14536,2168,'_edit_lock','1739309080:1'),(14537,2168,'_g_feedback_shortcode_f0378a024183b00c9768caa8a1fdfe2a5cbb2153','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14538,2168,'_g_feedback_shortcode_atts_f0378a024183b00c9768caa8a1fdfe2a5cbb2153','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:70:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: Flo/Blue/Black\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2168;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14539,2169,'_wp_attached_file','2025/02/FlowVision_Flo_Blue_Black_YouthMxGoggle_DirtBikes.webp'),(14540,2169,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1094;s:6:\"height\";i:526;s:4:\"file\";s:62:\"2025/02/FlowVision_Flo_Blue_Black_YouthMxGoggle_DirtBikes.webp\";s:8:\"filesize\";i:545050;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"FlowVision_Flo_Blue_Black_YouthMxGoggle_DirtBikes-300x144.webp\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:44610;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"FlowVision_Flo_Blue_Black_YouthMxGoggle_DirtBikes-1024x492.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:467234;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"FlowVision_Flo_Blue_Black_YouthMxGoggle_DirtBikes-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24642;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"FlowVision_Flo_Blue_Black_YouthMxGoggle_DirtBikes-768x369.webp\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:277416;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:62:\"FlowVision_Flo_Blue_Black_YouthMxGoggle_DirtBikes-300x144.webp\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:44610;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:62:\"FlowVision_Flo_Blue_Black_YouthMxGoggle_DirtBikes-600x288.webp\";s:5:\"width\";i:600;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:174200;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:62:\"FlowVision_Flo_Blue_Black_YouthMxGoggle_DirtBikes-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11300;}}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:{}}}'),(14541,2170,'_wp_attached_file','2025/02/FlowVision_Flo_Blue_Black_Youth-MxGoggle_DirtBikes1.webp'),(14542,2170,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1094;s:6:\"height\";i:502;s:4:\"file\";s:64:\"2025/02/FlowVision_Flo_Blue_Black_Youth-MxGoggle_DirtBikes1.webp\";s:8:\"filesize\";i:598694;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"FlowVision_Flo_Blue_Black_Youth-MxGoggle_DirtBikes1-300x138.webp\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:47834;}s:5:\"large\";a:5:{s:4:\"file\";s:65:\"FlowVision_Flo_Blue_Black_Youth-MxGoggle_DirtBikes1-1024x470.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:493068;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"FlowVision_Flo_Blue_Black_Youth-MxGoggle_DirtBikes1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28242;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:64:\"FlowVision_Flo_Blue_Black_Youth-MxGoggle_DirtBikes1-768x352.webp\";s:5:\"width\";i:768;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:293880;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:64:\"FlowVision_Flo_Blue_Black_Youth-MxGoggle_DirtBikes1-300x138.webp\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:47834;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:64:\"FlowVision_Flo_Blue_Black_Youth-MxGoggle_DirtBikes1-600x275.webp\";s:5:\"width\";i:600;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:185376;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:64:\"FlowVision_Flo_Blue_Black_Youth-MxGoggle_DirtBikes1-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12632;}}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:{}}}'),(14543,2168,'_edit_last','1'),(14544,2171,'_regular_price','46'),(14545,2171,'total_sales','0'),(14546,2171,'_tax_status','taxable'),(14547,2171,'_tax_class',''),(14548,2171,'_manage_stock','no'),(14549,2171,'_backorders','no'),(14550,2171,'_sold_individually','no'),(14551,2171,'_virtual','no'),(14552,2171,'_downloadable','no'),(14553,2171,'_product_image_gallery','2173'),(14554,2171,'_download_limit','-1'),(14555,2171,'_download_expiry','-1'),(14556,2171,'_thumbnail_id','2172'),(14557,2171,'_stock',NULL),(14558,2171,'_stock_status','instock'),(14559,2171,'_wc_average_rating','0'),(14560,2171,'_wc_review_count','0'),(14561,2171,'_product_version','9.6.1'),(14562,2171,'_price','46'),(14563,2171,'_g_feedback_shortcode_98760b2aed9ef645085985c57d92dc8dc31d4a0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14564,2171,'_g_feedback_shortcode_atts_98760b2aed9ef645085985c57d92dc8dc31d4a0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:66:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: White/Black\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2105;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14565,2171,'af_addon_title_font_size','14'),(14566,2171,'af_addon_option_title_font_size','12'),(14567,2171,'af_addon_field_border_pixels','1'),(14568,2171,'af_addon_desc_font_size','12'),(14569,2171,'af_addon_tooltip_font_size','12'),(14570,2171,'exclude_rule_addons',''),(14571,2171,'af_addon_title_display_as_selector','af_addon_title_display_text'),(14572,2171,'af_addon_heading_type_selector','addon_h1'),(14573,2171,'af_addon_seperator_checkbox',''),(14574,2171,'af_addon_title_seperator','af_addon_title_seperator_br'),(14575,2171,'af_addon_option_title_font_color',''),(14576,2171,'af_addon_title_bg',''),(14577,2171,'af_addon_title_color',''),(14578,2171,'af_addon_bg_color',''),(14579,2171,'af_addon_title_top_left_radius',''),(14580,2171,'af_addon_title_top_right_radius',''),(14581,2171,'af_addon_title_bottom_left_radius',''),(14582,2171,'af_addon_title_bottom_right_radius',''),(14583,2171,'af_addon_title_top_padding',''),(14584,2171,'af_addon_title_bottom_padding',''),(14585,2171,'af_addon_title_left_padding',''),(14586,2171,'af_addon_title_right_padding',''),(14587,2171,'af_addon_field_border',''),(14588,2171,'af_addon_field_border_top_left_radius',''),(14589,2171,'af_addon_field_border_top_right_radius',''),(14590,2171,'af_addon_field_border_bottom_left_radius',''),(14591,2171,'af_addon_field_border_bottom_right_radius',''),(14592,2171,'af_addon_field_border_top_padding',''),(14593,2171,'af_addon_field_border_bottom_padding',''),(14594,2171,'af_addon_field_border_left_padding',''),(14595,2171,'af_addon_field_border_right_padding',''),(14596,2171,'af_addon_field_title_position','left'),(14597,2171,'af_addon_field_border_color',''),(14598,2171,'af_addon_title_position','af_addon_title_inside_border'),(14599,2171,'af_addon_tooltip_background_color','#000000'),(14600,2171,'af_addon_tooltip_text_color',''),(14601,2171,'_mkl_pc__is_configurable','no'),(14602,2171,'_yoast_wpseo_primary_product_brand','63'),(14603,2171,'_yoast_wpseo_primary_product_cat','30'),(14604,2171,'_yoast_wpseo_content_score','90'),(14605,2171,'_yoast_wpseo_estimated-reading-time-minutes','1'),(14606,2171,'_g_feedback_shortcode_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14607,2171,'_g_feedback_shortcode_atts_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Valor\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2111;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14608,2171,'_g_feedback_shortcode_c2c38ce2612bc7df1cfeffccb8818880112733b2','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14609,2171,'_g_feedback_shortcode_atts_c2c38ce2612bc7df1cfeffccb8818880112733b2','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:59:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Neon\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2114;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14610,2171,'_g_feedback_shortcode_763806cba7e57183604bc51b4916bf9d27f225af','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14611,2171,'_g_feedback_shortcode_atts_763806cba7e57183604bc51b4916bf9d27f225af','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:64:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Gold Leaf\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2117;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14612,2171,'_g_feedback_shortcode_0d22fa267d0a020f39b5378874d2ddaf31899d0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14613,2171,'_g_feedback_shortcode_atts_0d22fa267d0a020f39b5378874d2ddaf31899d0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Starship\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2120;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14614,2171,'_g_feedback_shortcode_8ac53a328da5a574de098ec4e5bcd098f116138b','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14615,2171,'_g_feedback_shortcode_atts_8ac53a328da5a574de098ec4e5bcd098f116138b','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:65:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Blue Angel\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2123;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14616,2171,'_g_feedback_shortcode_046256aefd17b78bf4d6863c52d4567b099b9777','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14617,2171,'_g_feedback_shortcode_atts_046256aefd17b78bf4d6863c52d4567b099b9777','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Pipeline\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2126;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14618,2171,'_g_feedback_shortcode_048e6b97b347396cf4387403af79ff464ad3535c','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14619,2171,'_g_feedback_shortcode_atts_048e6b97b347396cf4387403af79ff464ad3535c','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:67:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Independence\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2129;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14620,2171,'_g_feedback_shortcode_7892d82d43d53bf76404d816a47787df7d8ca2a1','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14621,2171,'_g_feedback_shortcode_atts_7892d82d43d53bf76404d816a47787df7d8ca2a1','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Magma\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2132;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14622,2171,'_g_feedback_shortcode_cdc50b0685a95d3845e416835e053c57aab9bbc2','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14623,2171,'_g_feedback_shortcode_atts_cdc50b0685a95d3845e416835e053c57aab9bbc2','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:57:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: JC\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2135;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14624,2171,'_g_feedback_shortcode_0545c656f9e5eac1009660939fbf021a40676b42','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14625,2171,'_g_feedback_shortcode_atts_0545c656f9e5eac1009660939fbf021a40676b42','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Abstract\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2138;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14626,2171,'_g_feedback_shortcode_efdd74af9f333c89be07a85b811f6e8eee61b8da','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14627,2171,'_g_feedback_shortcode_atts_efdd74af9f333c89be07a85b811f6e8eee61b8da','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:68:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: 2nd Amendment\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2141;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14628,2171,'_g_feedback_shortcode_daadb12e97926a5b596049f657db10095e4a0a53','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14629,2171,'_g_feedback_shortcode_atts_daadb12e97926a5b596049f657db10095e4a0a53','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:62:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Freedom\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2144;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14630,2171,'_g_feedback_shortcode_96cb3f0d4feab2737e9880c3dca9e1e47b0c9a7e','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14631,2171,'_g_feedback_shortcode_atts_96cb3f0d4feab2737e9880c3dca9e1e47b0c9a7e','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:68:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: I Don\'t Kneel\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2147;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14632,2171,'_g_feedback_shortcode_07d21b464fb35e19a02d65de203ecaf3559310fe','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14633,2171,'_g_feedback_shortcode_atts_07d21b464fb35e19a02d65de203ecaf3559310fe','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:58:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: CG\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2150;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14634,2171,'_g_feedback_shortcode_78e3322aee0e75a9c7f022e5cd3ebc6fddd94b2d','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14635,2171,'_g_feedback_shortcode_atts_78e3322aee0e75a9c7f022e5cd3ebc6fddd94b2d','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:67:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: The Liberty\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2159;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14636,2171,'_g_feedback_shortcode_da19c252a7a006f7deb7bdcddea1fd90fdb3c4bc','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14637,2171,'_g_feedback_shortcode_atts_da19c252a7a006f7deb7bdcddea1fd90fdb3c4bc','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:67:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: Black/White\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2162;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14638,2171,'_g_feedback_shortcode_0e72a5fa89db245dc89e991427ebb1e0624624cb','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14639,2171,'_g_feedback_shortcode_atts_0e72a5fa89db245dc89e991427ebb1e0624624cb','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:64:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: Slamlife\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2165;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14640,2171,'_g_feedback_shortcode_f0378a024183b00c9768caa8a1fdfe2a5cbb2153','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14641,2171,'_g_feedback_shortcode_atts_f0378a024183b00c9768caa8a1fdfe2a5cbb2153','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:70:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: Flo/Blue/Black\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2168;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14643,2171,'_edit_lock','1739309264:1'),(14644,2171,'_g_feedback_shortcode_8f078a2303c5903da26b8cfdf15867fe80fce2dc','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14645,2171,'_g_feedback_shortcode_atts_8f078a2303c5903da26b8cfdf15867fe80fce2dc','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:62:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: Sharks\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2171;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14646,2172,'_wp_attached_file','2025/02/FlowVision_youth_Section_MX_Shark_Goggles_right_1024x1024.webp'),(14647,2172,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:368;s:4:\"file\";s:70:\"2025/02/FlowVision_youth_Section_MX_Shark_Goggles_right_1024x1024.webp\";s:8:\"filesize\";i:218212;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"FlowVision_youth_Section_MX_Shark_Goggles_right_1024x1024-300x108.webp\";s:5:\"width\";i:300;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31190;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"FlowVision_youth_Section_MX_Shark_Goggles_right_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20134;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:70:\"FlowVision_youth_Section_MX_Shark_Goggles_right_1024x1024-768x276.webp\";s:5:\"width\";i:768;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:167502;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:70:\"FlowVision_youth_Section_MX_Shark_Goggles_right_1024x1024-300x108.webp\";s:5:\"width\";i:300;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31190;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:70:\"FlowVision_youth_Section_MX_Shark_Goggles_right_1024x1024-600x216.webp\";s:5:\"width\";i:600;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:104040;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:70:\"FlowVision_youth_Section_MX_Shark_Goggles_right_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9824;}}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:{}}}'),(14648,2173,'_wp_attached_file','2025/02/FlowVision_youth_Section_MX_Shark_Goggles_Left_1024x1024.webp'),(14649,2173,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:426;s:4:\"file\";s:69:\"2025/02/FlowVision_youth_Section_MX_Shark_Goggles_Left_1024x1024.webp\";s:8:\"filesize\";i:266566;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:69:\"FlowVision_youth_Section_MX_Shark_Goggles_Left_1024x1024-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:38236;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"FlowVision_youth_Section_MX_Shark_Goggles_Left_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22630;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:69:\"FlowVision_youth_Section_MX_Shark_Goggles_Left_1024x1024-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:198612;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:69:\"FlowVision_youth_Section_MX_Shark_Goggles_Left_1024x1024-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:38236;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:69:\"FlowVision_youth_Section_MX_Shark_Goggles_Left_1024x1024-600x250.webp\";s:5:\"width\";i:600;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:128170;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:69:\"FlowVision_youth_Section_MX_Shark_Goggles_Left_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11062;}}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:{}}}'),(14650,2171,'_edit_last','1'),(14651,2174,'_regular_price','46'),(14652,2174,'total_sales','0'),(14653,2174,'_tax_status','taxable'),(14654,2174,'_tax_class',''),(14655,2174,'_manage_stock','no'),(14656,2174,'_backorders','no'),(14657,2174,'_sold_individually','no'),(14658,2174,'_virtual','no'),(14659,2174,'_downloadable','no'),(14660,2174,'_product_image_gallery','2176'),(14661,2174,'_download_limit','-1'),(14662,2174,'_download_expiry','-1'),(14663,2174,'_thumbnail_id','2175'),(14664,2174,'_stock',NULL),(14665,2174,'_stock_status','instock'),(14666,2174,'_wc_average_rating','0'),(14667,2174,'_wc_review_count','0'),(14668,2174,'_product_version','9.6.1'),(14669,2174,'_price','46'),(14670,2174,'_g_feedback_shortcode_98760b2aed9ef645085985c57d92dc8dc31d4a0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14671,2174,'_g_feedback_shortcode_atts_98760b2aed9ef645085985c57d92dc8dc31d4a0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:66:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: White/Black\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2105;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14672,2174,'af_addon_title_font_size','14'),(14673,2174,'af_addon_option_title_font_size','12'),(14674,2174,'af_addon_field_border_pixels','1'),(14675,2174,'af_addon_desc_font_size','12'),(14676,2174,'af_addon_tooltip_font_size','12'),(14677,2174,'exclude_rule_addons',''),(14678,2174,'af_addon_title_display_as_selector','af_addon_title_display_text'),(14679,2174,'af_addon_heading_type_selector','addon_h1'),(14680,2174,'af_addon_seperator_checkbox',''),(14681,2174,'af_addon_title_seperator','af_addon_title_seperator_br'),(14682,2174,'af_addon_option_title_font_color',''),(14683,2174,'af_addon_title_bg',''),(14684,2174,'af_addon_title_color',''),(14685,2174,'af_addon_bg_color',''),(14686,2174,'af_addon_title_top_left_radius',''),(14687,2174,'af_addon_title_top_right_radius',''),(14688,2174,'af_addon_title_bottom_left_radius',''),(14689,2174,'af_addon_title_bottom_right_radius',''),(14690,2174,'af_addon_title_top_padding',''),(14691,2174,'af_addon_title_bottom_padding',''),(14692,2174,'af_addon_title_left_padding',''),(14693,2174,'af_addon_title_right_padding',''),(14694,2174,'af_addon_field_border',''),(14695,2174,'af_addon_field_border_top_left_radius',''),(14696,2174,'af_addon_field_border_top_right_radius',''),(14697,2174,'af_addon_field_border_bottom_left_radius',''),(14698,2174,'af_addon_field_border_bottom_right_radius',''),(14699,2174,'af_addon_field_border_top_padding',''),(14700,2174,'af_addon_field_border_bottom_padding',''),(14701,2174,'af_addon_field_border_left_padding',''),(14702,2174,'af_addon_field_border_right_padding',''),(14703,2174,'af_addon_field_title_position','left'),(14704,2174,'af_addon_field_border_color',''),(14705,2174,'af_addon_title_position','af_addon_title_inside_border'),(14706,2174,'af_addon_tooltip_background_color','#000000'),(14707,2174,'af_addon_tooltip_text_color',''),(14708,2174,'_mkl_pc__is_configurable','no'),(14709,2174,'_yoast_wpseo_primary_product_brand','63'),(14710,2174,'_yoast_wpseo_primary_product_cat','30'),(14711,2174,'_yoast_wpseo_content_score','90'),(14712,2174,'_yoast_wpseo_estimated-reading-time-minutes','1'),(14713,2174,'_g_feedback_shortcode_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14714,2174,'_g_feedback_shortcode_atts_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Valor\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2111;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14715,2174,'_g_feedback_shortcode_c2c38ce2612bc7df1cfeffccb8818880112733b2','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14716,2174,'_g_feedback_shortcode_atts_c2c38ce2612bc7df1cfeffccb8818880112733b2','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:59:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Neon\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2114;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14717,2174,'_g_feedback_shortcode_763806cba7e57183604bc51b4916bf9d27f225af','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14718,2174,'_g_feedback_shortcode_atts_763806cba7e57183604bc51b4916bf9d27f225af','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:64:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Gold Leaf\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2117;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14719,2174,'_g_feedback_shortcode_0d22fa267d0a020f39b5378874d2ddaf31899d0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14720,2174,'_g_feedback_shortcode_atts_0d22fa267d0a020f39b5378874d2ddaf31899d0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Starship\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2120;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14721,2174,'_g_feedback_shortcode_8ac53a328da5a574de098ec4e5bcd098f116138b','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14722,2174,'_g_feedback_shortcode_atts_8ac53a328da5a574de098ec4e5bcd098f116138b','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:65:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Blue Angel\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2123;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14723,2174,'_g_feedback_shortcode_046256aefd17b78bf4d6863c52d4567b099b9777','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14724,2174,'_g_feedback_shortcode_atts_046256aefd17b78bf4d6863c52d4567b099b9777','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Pipeline\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2126;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14725,2174,'_g_feedback_shortcode_048e6b97b347396cf4387403af79ff464ad3535c','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14726,2174,'_g_feedback_shortcode_atts_048e6b97b347396cf4387403af79ff464ad3535c','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:67:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Independence\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2129;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14727,2174,'_g_feedback_shortcode_7892d82d43d53bf76404d816a47787df7d8ca2a1','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14728,2174,'_g_feedback_shortcode_atts_7892d82d43d53bf76404d816a47787df7d8ca2a1','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Magma\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2132;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14729,2174,'_g_feedback_shortcode_cdc50b0685a95d3845e416835e053c57aab9bbc2','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14730,2174,'_g_feedback_shortcode_atts_cdc50b0685a95d3845e416835e053c57aab9bbc2','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:57:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: JC\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2135;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14731,2174,'_g_feedback_shortcode_0545c656f9e5eac1009660939fbf021a40676b42','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14732,2174,'_g_feedback_shortcode_atts_0545c656f9e5eac1009660939fbf021a40676b42','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Abstract\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2138;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14733,2174,'_g_feedback_shortcode_efdd74af9f333c89be07a85b811f6e8eee61b8da','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14734,2174,'_g_feedback_shortcode_atts_efdd74af9f333c89be07a85b811f6e8eee61b8da','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:68:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: 2nd Amendment\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2141;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14735,2174,'_g_feedback_shortcode_daadb12e97926a5b596049f657db10095e4a0a53','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14736,2174,'_g_feedback_shortcode_atts_daadb12e97926a5b596049f657db10095e4a0a53','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:62:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Freedom\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2144;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14737,2174,'_g_feedback_shortcode_96cb3f0d4feab2737e9880c3dca9e1e47b0c9a7e','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14738,2174,'_g_feedback_shortcode_atts_96cb3f0d4feab2737e9880c3dca9e1e47b0c9a7e','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:68:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: I Don\'t Kneel\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2147;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14739,2174,'_g_feedback_shortcode_07d21b464fb35e19a02d65de203ecaf3559310fe','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14740,2174,'_g_feedback_shortcode_atts_07d21b464fb35e19a02d65de203ecaf3559310fe','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:58:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: CG\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2150;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14741,2174,'_g_feedback_shortcode_78e3322aee0e75a9c7f022e5cd3ebc6fddd94b2d','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14742,2174,'_g_feedback_shortcode_atts_78e3322aee0e75a9c7f022e5cd3ebc6fddd94b2d','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:67:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: The Liberty\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2159;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14743,2174,'_g_feedback_shortcode_da19c252a7a006f7deb7bdcddea1fd90fdb3c4bc','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14744,2174,'_g_feedback_shortcode_atts_da19c252a7a006f7deb7bdcddea1fd90fdb3c4bc','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:67:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: Black/White\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2162;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14745,2174,'_g_feedback_shortcode_0e72a5fa89db245dc89e991427ebb1e0624624cb','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14746,2174,'_g_feedback_shortcode_atts_0e72a5fa89db245dc89e991427ebb1e0624624cb','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:64:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: Slamlife\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2165;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14747,2174,'_g_feedback_shortcode_f0378a024183b00c9768caa8a1fdfe2a5cbb2153','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14748,2174,'_g_feedback_shortcode_atts_f0378a024183b00c9768caa8a1fdfe2a5cbb2153','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:70:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: Flo/Blue/Black\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2168;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14749,2174,'_g_feedback_shortcode_8f078a2303c5903da26b8cfdf15867fe80fce2dc','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14750,2174,'_g_feedback_shortcode_atts_8f078a2303c5903da26b8cfdf15867fe80fce2dc','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:62:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: Sharks\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2171;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14752,2174,'_edit_lock','1739309375:1'),(14753,2174,'_g_feedback_shortcode_a6ad04fe0b6b9bd460a56bd68162dd80983d551f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14754,2174,'_g_feedback_shortcode_atts_a6ad04fe0b6b9bd460a56bd68162dd80983d551f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: Zombies\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2174;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14755,2175,'_wp_attached_file','2025/02/Flow_Vision_Mx_Goggles_Havoc_Youth_Zombies_Right_1024x1024.webp'),(14756,2175,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:419;s:4:\"file\";s:71:\"2025/02/Flow_Vision_Mx_Goggles_Havoc_Youth_Zombies_Right_1024x1024.webp\";s:8:\"filesize\";i:292132;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:71:\"Flow_Vision_Mx_Goggles_Havoc_Youth_Zombies_Right_1024x1024-300x123.webp\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40946;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:71:\"Flow_Vision_Mx_Goggles_Havoc_Youth_Zombies_Right_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24556;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:71:\"Flow_Vision_Mx_Goggles_Havoc_Youth_Zombies_Right_1024x1024-768x314.webp\";s:5:\"width\";i:768;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:209946;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:71:\"Flow_Vision_Mx_Goggles_Havoc_Youth_Zombies_Right_1024x1024-300x123.webp\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40946;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:71:\"Flow_Vision_Mx_Goggles_Havoc_Youth_Zombies_Right_1024x1024-600x246.webp\";s:5:\"width\";i:600;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:135196;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:71:\"Flow_Vision_Mx_Goggles_Havoc_Youth_Zombies_Right_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12356;}}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:{}}}'),(14757,2176,'_wp_attached_file','2025/02/Flow_Vision_Mx_Goggles_Havoc_Youth_Zombies_Left_1024x1024.webp'),(14758,2176,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:499;s:4:\"file\";s:70:\"2025/02/Flow_Vision_Mx_Goggles_Havoc_Youth_Zombies_Left_1024x1024.webp\";s:8:\"filesize\";i:340592;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"Flow_Vision_Mx_Goggles_Havoc_Youth_Zombies_Left_1024x1024-300x146.webp\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:47076;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"Flow_Vision_Mx_Goggles_Havoc_Youth_Zombies_Left_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:23610;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:70:\"Flow_Vision_Mx_Goggles_Havoc_Youth_Zombies_Left_1024x1024-768x374.webp\";s:5:\"width\";i:768;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:246170;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:70:\"Flow_Vision_Mx_Goggles_Havoc_Youth_Zombies_Left_1024x1024-300x146.webp\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:47076;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:70:\"Flow_Vision_Mx_Goggles_Havoc_Youth_Zombies_Left_1024x1024-600x292.webp\";s:5:\"width\";i:600;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:162558;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:70:\"Flow_Vision_Mx_Goggles_Havoc_Youth_Zombies_Left_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11782;}}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:{}}}'),(14759,2174,'_edit_last','1'),(14760,2180,'_regular_price','46'),(14761,2180,'total_sales','0'),(14762,2180,'_tax_status','taxable'),(14763,2180,'_tax_class',''),(14764,2180,'_manage_stock','no'),(14765,2180,'_backorders','no'),(14766,2180,'_sold_individually','no'),(14767,2180,'_virtual','no'),(14768,2180,'_downloadable','no'),(14769,2180,'_product_image_gallery','2182'),(14770,2180,'_download_limit','-1'),(14771,2180,'_download_expiry','-1'),(14772,2180,'_thumbnail_id','2181'),(14773,2180,'_stock',NULL),(14774,2180,'_stock_status','instock'),(14775,2180,'_wc_average_rating','0'),(14776,2180,'_wc_review_count','0'),(14777,2180,'_product_version','9.6.1'),(14778,2180,'_price','46'),(14779,2180,'_g_feedback_shortcode_98760b2aed9ef645085985c57d92dc8dc31d4a0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14780,2180,'_g_feedback_shortcode_atts_98760b2aed9ef645085985c57d92dc8dc31d4a0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:66:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: White/Black\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2105;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14781,2180,'af_addon_title_font_size','14'),(14782,2180,'af_addon_option_title_font_size','12'),(14783,2180,'af_addon_field_border_pixels','1'),(14784,2180,'af_addon_desc_font_size','12'),(14785,2180,'af_addon_tooltip_font_size','12'),(14786,2180,'exclude_rule_addons',''),(14787,2180,'af_addon_title_display_as_selector','af_addon_title_display_text'),(14788,2180,'af_addon_heading_type_selector','addon_h1'),(14789,2180,'af_addon_seperator_checkbox',''),(14790,2180,'af_addon_title_seperator','af_addon_title_seperator_br'),(14791,2180,'af_addon_option_title_font_color',''),(14792,2180,'af_addon_title_bg',''),(14793,2180,'af_addon_title_color',''),(14794,2180,'af_addon_bg_color',''),(14795,2180,'af_addon_title_top_left_radius',''),(14796,2180,'af_addon_title_top_right_radius',''),(14797,2180,'af_addon_title_bottom_left_radius',''),(14798,2180,'af_addon_title_bottom_right_radius',''),(14799,2180,'af_addon_title_top_padding',''),(14800,2180,'af_addon_title_bottom_padding',''),(14801,2180,'af_addon_title_left_padding',''),(14802,2180,'af_addon_title_right_padding',''),(14803,2180,'af_addon_field_border',''),(14804,2180,'af_addon_field_border_top_left_radius',''),(14805,2180,'af_addon_field_border_top_right_radius',''),(14806,2180,'af_addon_field_border_bottom_left_radius',''),(14807,2180,'af_addon_field_border_bottom_right_radius',''),(14808,2180,'af_addon_field_border_top_padding',''),(14809,2180,'af_addon_field_border_bottom_padding',''),(14810,2180,'af_addon_field_border_left_padding',''),(14811,2180,'af_addon_field_border_right_padding',''),(14812,2180,'af_addon_field_title_position','left'),(14813,2180,'af_addon_field_border_color',''),(14814,2180,'af_addon_title_position','af_addon_title_inside_border'),(14815,2180,'af_addon_tooltip_background_color','#000000'),(14816,2180,'af_addon_tooltip_text_color',''),(14817,2180,'_mkl_pc__is_configurable','no'),(14818,2180,'_yoast_wpseo_primary_product_brand','63'),(14819,2180,'_yoast_wpseo_primary_product_cat','30'),(14820,2180,'_yoast_wpseo_content_score','90'),(14821,2180,'_yoast_wpseo_estimated-reading-time-minutes','1'),(14822,2180,'_g_feedback_shortcode_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14823,2180,'_g_feedback_shortcode_atts_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Valor\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2111;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14824,2180,'_g_feedback_shortcode_c2c38ce2612bc7df1cfeffccb8818880112733b2','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14825,2180,'_g_feedback_shortcode_atts_c2c38ce2612bc7df1cfeffccb8818880112733b2','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:59:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Neon\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2114;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14826,2180,'_g_feedback_shortcode_763806cba7e57183604bc51b4916bf9d27f225af','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14827,2180,'_g_feedback_shortcode_atts_763806cba7e57183604bc51b4916bf9d27f225af','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:64:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Gold Leaf\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2117;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14828,2180,'_g_feedback_shortcode_0d22fa267d0a020f39b5378874d2ddaf31899d0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14829,2180,'_g_feedback_shortcode_atts_0d22fa267d0a020f39b5378874d2ddaf31899d0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Starship\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2120;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14830,2180,'_g_feedback_shortcode_8ac53a328da5a574de098ec4e5bcd098f116138b','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14831,2180,'_g_feedback_shortcode_atts_8ac53a328da5a574de098ec4e5bcd098f116138b','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:65:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Blue Angel\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2123;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14832,2180,'_g_feedback_shortcode_046256aefd17b78bf4d6863c52d4567b099b9777','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14833,2180,'_g_feedback_shortcode_atts_046256aefd17b78bf4d6863c52d4567b099b9777','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Pipeline\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2126;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14834,2180,'_g_feedback_shortcode_048e6b97b347396cf4387403af79ff464ad3535c','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14835,2180,'_g_feedback_shortcode_atts_048e6b97b347396cf4387403af79ff464ad3535c','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:67:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Independence\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2129;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14836,2180,'_g_feedback_shortcode_7892d82d43d53bf76404d816a47787df7d8ca2a1','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14837,2180,'_g_feedback_shortcode_atts_7892d82d43d53bf76404d816a47787df7d8ca2a1','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Magma\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2132;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14838,2180,'_g_feedback_shortcode_cdc50b0685a95d3845e416835e053c57aab9bbc2','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14839,2180,'_g_feedback_shortcode_atts_cdc50b0685a95d3845e416835e053c57aab9bbc2','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:57:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: JC\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2135;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14840,2180,'_g_feedback_shortcode_0545c656f9e5eac1009660939fbf021a40676b42','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14841,2180,'_g_feedback_shortcode_atts_0545c656f9e5eac1009660939fbf021a40676b42','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Abstract\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2138;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14842,2180,'_g_feedback_shortcode_efdd74af9f333c89be07a85b811f6e8eee61b8da','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14843,2180,'_g_feedback_shortcode_atts_efdd74af9f333c89be07a85b811f6e8eee61b8da','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:68:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: 2nd Amendment\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2141;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14844,2180,'_g_feedback_shortcode_daadb12e97926a5b596049f657db10095e4a0a53','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14845,2180,'_g_feedback_shortcode_atts_daadb12e97926a5b596049f657db10095e4a0a53','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:62:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Freedom\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2144;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14846,2180,'_g_feedback_shortcode_96cb3f0d4feab2737e9880c3dca9e1e47b0c9a7e','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14847,2180,'_g_feedback_shortcode_atts_96cb3f0d4feab2737e9880c3dca9e1e47b0c9a7e','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:68:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: I Don\'t Kneel\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2147;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14848,2180,'_g_feedback_shortcode_07d21b464fb35e19a02d65de203ecaf3559310fe','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14849,2180,'_g_feedback_shortcode_atts_07d21b464fb35e19a02d65de203ecaf3559310fe','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:58:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: CG\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2150;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14850,2180,'_g_feedback_shortcode_78e3322aee0e75a9c7f022e5cd3ebc6fddd94b2d','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14851,2180,'_g_feedback_shortcode_atts_78e3322aee0e75a9c7f022e5cd3ebc6fddd94b2d','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:67:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: The Liberty\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2159;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14852,2180,'_g_feedback_shortcode_da19c252a7a006f7deb7bdcddea1fd90fdb3c4bc','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14853,2180,'_g_feedback_shortcode_atts_da19c252a7a006f7deb7bdcddea1fd90fdb3c4bc','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:67:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: Black/White\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2162;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14854,2180,'_g_feedback_shortcode_0e72a5fa89db245dc89e991427ebb1e0624624cb','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14855,2180,'_g_feedback_shortcode_atts_0e72a5fa89db245dc89e991427ebb1e0624624cb','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:64:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: Slamlife\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2165;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14856,2180,'_g_feedback_shortcode_f0378a024183b00c9768caa8a1fdfe2a5cbb2153','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14857,2180,'_g_feedback_shortcode_atts_f0378a024183b00c9768caa8a1fdfe2a5cbb2153','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:70:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: Flo/Blue/Black\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2168;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14858,2180,'_g_feedback_shortcode_8f078a2303c5903da26b8cfdf15867fe80fce2dc','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14859,2180,'_g_feedback_shortcode_atts_8f078a2303c5903da26b8cfdf15867fe80fce2dc','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:62:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: Sharks\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2171;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14860,2180,'_g_feedback_shortcode_a6ad04fe0b6b9bd460a56bd68162dd80983d551f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14861,2180,'_g_feedback_shortcode_atts_a6ad04fe0b6b9bd460a56bd68162dd80983d551f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: Zombies\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2174;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14863,2180,'_edit_lock','1739309683:1'),(14864,2180,'_g_feedback_shortcode_8b73b51a0ec68137a1981b8780a292109bb941b5','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14865,2180,'_g_feedback_shortcode_atts_8b73b51a0ec68137a1981b8780a292109bb941b5','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:68:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: Black/Orange\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2180;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14866,2181,'_wp_attached_file','2025/02/FlowVision_Motocross_Youth_Goggles_Black_Orange_Right_1024x1024.webp'),(14867,2181,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:402;s:4:\"file\";s:76:\"2025/02/FlowVision_Motocross_Youth_Goggles_Black_Orange_Right_1024x1024.webp\";s:8:\"filesize\";i:129804;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:76:\"FlowVision_Motocross_Youth_Goggles_Black_Orange_Right_1024x1024-300x118.webp\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24258;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:76:\"FlowVision_Motocross_Youth_Goggles_Black_Orange_Right_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15486;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:76:\"FlowVision_Motocross_Youth_Goggles_Black_Orange_Right_1024x1024-768x302.webp\";s:5:\"width\";i:768;s:6:\"height\";i:302;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:101422;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:76:\"FlowVision_Motocross_Youth_Goggles_Black_Orange_Right_1024x1024-300x118.webp\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24258;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:76:\"FlowVision_Motocross_Youth_Goggles_Black_Orange_Right_1024x1024-600x236.webp\";s:5:\"width\";i:600;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:69996;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:76:\"FlowVision_Motocross_Youth_Goggles_Black_Orange_Right_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8180;}}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:{}}}'),(14868,2182,'_wp_attached_file','2025/02/FlowVision_Motocross_Youth_Goggles_Black_Orange_left_1024x1024.webp'),(14869,2182,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:437;s:4:\"file\";s:75:\"2025/02/FlowVision_Motocross_Youth_Goggles_Black_Orange_left_1024x1024.webp\";s:8:\"filesize\";i:123104;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:75:\"FlowVision_Motocross_Youth_Goggles_Black_Orange_left_1024x1024-300x128.webp\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21948;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:75:\"FlowVision_Motocross_Youth_Goggles_Black_Orange_left_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14630;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:75:\"FlowVision_Motocross_Youth_Goggles_Black_Orange_left_1024x1024-768x328.webp\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:96766;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:75:\"FlowVision_Motocross_Youth_Goggles_Black_Orange_left_1024x1024-300x128.webp\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21948;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:75:\"FlowVision_Motocross_Youth_Goggles_Black_Orange_left_1024x1024-600x256.webp\";s:5:\"width\";i:600;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:67432;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:75:\"FlowVision_Motocross_Youth_Goggles_Black_Orange_left_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7634;}}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:{}}}'),(14870,2180,'_edit_last','1'),(14871,2183,'_regular_price','46'),(14872,2183,'total_sales','0'),(14873,2183,'_tax_status','taxable'),(14874,2183,'_tax_class',''),(14875,2183,'_manage_stock','no'),(14876,2183,'_backorders','no'),(14877,2183,'_sold_individually','no'),(14878,2183,'_virtual','no'),(14879,2183,'_downloadable','no'),(14880,2183,'_product_image_gallery','2185'),(14881,2183,'_download_limit','-1'),(14882,2183,'_download_expiry','-1'),(14883,2183,'_thumbnail_id','2184'),(14884,2183,'_stock',NULL),(14885,2183,'_stock_status','instock'),(14886,2183,'_wc_average_rating','0'),(14887,2183,'_wc_review_count','0'),(14888,2183,'_product_version','9.6.1'),(14889,2183,'_price','46'),(14890,2183,'_g_feedback_shortcode_98760b2aed9ef645085985c57d92dc8dc31d4a0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14891,2183,'_g_feedback_shortcode_atts_98760b2aed9ef645085985c57d92dc8dc31d4a0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:66:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: White/Black\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2105;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14892,2183,'af_addon_title_font_size','14'),(14893,2183,'af_addon_option_title_font_size','12'),(14894,2183,'af_addon_field_border_pixels','1'),(14895,2183,'af_addon_desc_font_size','12'),(14896,2183,'af_addon_tooltip_font_size','12'),(14897,2183,'exclude_rule_addons',''),(14898,2183,'af_addon_title_display_as_selector','af_addon_title_display_text'),(14899,2183,'af_addon_heading_type_selector','addon_h1'),(14900,2183,'af_addon_seperator_checkbox',''),(14901,2183,'af_addon_title_seperator','af_addon_title_seperator_br'),(14902,2183,'af_addon_option_title_font_color',''),(14903,2183,'af_addon_title_bg',''),(14904,2183,'af_addon_title_color',''),(14905,2183,'af_addon_bg_color',''),(14906,2183,'af_addon_title_top_left_radius',''),(14907,2183,'af_addon_title_top_right_radius',''),(14908,2183,'af_addon_title_bottom_left_radius',''),(14909,2183,'af_addon_title_bottom_right_radius',''),(14910,2183,'af_addon_title_top_padding',''),(14911,2183,'af_addon_title_bottom_padding',''),(14912,2183,'af_addon_title_left_padding',''),(14913,2183,'af_addon_title_right_padding',''),(14914,2183,'af_addon_field_border',''),(14915,2183,'af_addon_field_border_top_left_radius',''),(14916,2183,'af_addon_field_border_top_right_radius',''),(14917,2183,'af_addon_field_border_bottom_left_radius',''),(14918,2183,'af_addon_field_border_bottom_right_radius',''),(14919,2183,'af_addon_field_border_top_padding',''),(14920,2183,'af_addon_field_border_bottom_padding',''),(14921,2183,'af_addon_field_border_left_padding',''),(14922,2183,'af_addon_field_border_right_padding',''),(14923,2183,'af_addon_field_title_position','left'),(14924,2183,'af_addon_field_border_color',''),(14925,2183,'af_addon_title_position','af_addon_title_inside_border'),(14926,2183,'af_addon_tooltip_background_color','#000000'),(14927,2183,'af_addon_tooltip_text_color',''),(14928,2183,'_mkl_pc__is_configurable','no'),(14929,2183,'_yoast_wpseo_primary_product_brand','63'),(14930,2183,'_yoast_wpseo_primary_product_cat','30'),(14931,2183,'_yoast_wpseo_content_score','90'),(14932,2183,'_yoast_wpseo_estimated-reading-time-minutes','1'),(14933,2183,'_g_feedback_shortcode_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14934,2183,'_g_feedback_shortcode_atts_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Valor\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2111;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14935,2183,'_g_feedback_shortcode_c2c38ce2612bc7df1cfeffccb8818880112733b2','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14936,2183,'_g_feedback_shortcode_atts_c2c38ce2612bc7df1cfeffccb8818880112733b2','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:59:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Neon\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2114;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14937,2183,'_g_feedback_shortcode_763806cba7e57183604bc51b4916bf9d27f225af','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14938,2183,'_g_feedback_shortcode_atts_763806cba7e57183604bc51b4916bf9d27f225af','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:64:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Gold Leaf\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2117;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14939,2183,'_g_feedback_shortcode_0d22fa267d0a020f39b5378874d2ddaf31899d0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14940,2183,'_g_feedback_shortcode_atts_0d22fa267d0a020f39b5378874d2ddaf31899d0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Starship\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2120;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14941,2183,'_g_feedback_shortcode_8ac53a328da5a574de098ec4e5bcd098f116138b','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14942,2183,'_g_feedback_shortcode_atts_8ac53a328da5a574de098ec4e5bcd098f116138b','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:65:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Blue Angel\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2123;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14943,2183,'_g_feedback_shortcode_046256aefd17b78bf4d6863c52d4567b099b9777','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14944,2183,'_g_feedback_shortcode_atts_046256aefd17b78bf4d6863c52d4567b099b9777','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Pipeline\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2126;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14945,2183,'_g_feedback_shortcode_048e6b97b347396cf4387403af79ff464ad3535c','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14946,2183,'_g_feedback_shortcode_atts_048e6b97b347396cf4387403af79ff464ad3535c','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:67:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Independence\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2129;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14947,2183,'_g_feedback_shortcode_7892d82d43d53bf76404d816a47787df7d8ca2a1','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14948,2183,'_g_feedback_shortcode_atts_7892d82d43d53bf76404d816a47787df7d8ca2a1','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Magma\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2132;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14949,2183,'_g_feedback_shortcode_cdc50b0685a95d3845e416835e053c57aab9bbc2','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14950,2183,'_g_feedback_shortcode_atts_cdc50b0685a95d3845e416835e053c57aab9bbc2','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:57:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: JC\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2135;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14951,2183,'_g_feedback_shortcode_0545c656f9e5eac1009660939fbf021a40676b42','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14952,2183,'_g_feedback_shortcode_atts_0545c656f9e5eac1009660939fbf021a40676b42','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Abstract\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2138;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14953,2183,'_g_feedback_shortcode_efdd74af9f333c89be07a85b811f6e8eee61b8da','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14954,2183,'_g_feedback_shortcode_atts_efdd74af9f333c89be07a85b811f6e8eee61b8da','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:68:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: 2nd Amendment\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2141;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14955,2183,'_g_feedback_shortcode_daadb12e97926a5b596049f657db10095e4a0a53','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14956,2183,'_g_feedback_shortcode_atts_daadb12e97926a5b596049f657db10095e4a0a53','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:62:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Freedom\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2144;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14957,2183,'_g_feedback_shortcode_96cb3f0d4feab2737e9880c3dca9e1e47b0c9a7e','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14958,2183,'_g_feedback_shortcode_atts_96cb3f0d4feab2737e9880c3dca9e1e47b0c9a7e','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:68:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: I Don\'t Kneel\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2147;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14959,2183,'_g_feedback_shortcode_07d21b464fb35e19a02d65de203ecaf3559310fe','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14960,2183,'_g_feedback_shortcode_atts_07d21b464fb35e19a02d65de203ecaf3559310fe','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:58:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: CG\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2150;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14961,2183,'_g_feedback_shortcode_78e3322aee0e75a9c7f022e5cd3ebc6fddd94b2d','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14962,2183,'_g_feedback_shortcode_atts_78e3322aee0e75a9c7f022e5cd3ebc6fddd94b2d','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:67:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: The Liberty\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2159;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14963,2183,'_g_feedback_shortcode_da19c252a7a006f7deb7bdcddea1fd90fdb3c4bc','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14964,2183,'_g_feedback_shortcode_atts_da19c252a7a006f7deb7bdcddea1fd90fdb3c4bc','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:67:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: Black/White\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2162;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14965,2183,'_g_feedback_shortcode_0e72a5fa89db245dc89e991427ebb1e0624624cb','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14966,2183,'_g_feedback_shortcode_atts_0e72a5fa89db245dc89e991427ebb1e0624624cb','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:64:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: Slamlife\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2165;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14967,2183,'_g_feedback_shortcode_f0378a024183b00c9768caa8a1fdfe2a5cbb2153','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14968,2183,'_g_feedback_shortcode_atts_f0378a024183b00c9768caa8a1fdfe2a5cbb2153','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:70:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: Flo/Blue/Black\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2168;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14969,2183,'_g_feedback_shortcode_8f078a2303c5903da26b8cfdf15867fe80fce2dc','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14970,2183,'_g_feedback_shortcode_atts_8f078a2303c5903da26b8cfdf15867fe80fce2dc','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:62:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: Sharks\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2171;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14971,2183,'_g_feedback_shortcode_a6ad04fe0b6b9bd460a56bd68162dd80983d551f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14972,2183,'_g_feedback_shortcode_atts_a6ad04fe0b6b9bd460a56bd68162dd80983d551f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: Zombies\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2174;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14973,2183,'_g_feedback_shortcode_8b73b51a0ec68137a1981b8780a292109bb941b5','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14974,2183,'_g_feedback_shortcode_atts_8b73b51a0ec68137a1981b8780a292109bb941b5','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:68:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: Black/Orange\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2180;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14976,2183,'_edit_lock','1739310443:1'),(14977,2183,'_g_feedback_shortcode_a8b8ea50236df8f60f19bcbc3ef37cb8c4be32dd','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(14978,2183,'_g_feedback_shortcode_atts_a8b8ea50236df8f60f19bcbc3ef37cb8c4be32dd','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:61:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: T-Rex\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2183;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(14979,2184,'_wp_attached_file','2025/02/FlowVision_Section_Trex_MX_Goggles_Left_1024x1024.webp'),(14980,2184,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:498;s:4:\"file\";s:62:\"2025/02/FlowVision_Section_Trex_MX_Goggles_Left_1024x1024.webp\";s:8:\"filesize\";i:336086;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"FlowVision_Section_Trex_MX_Goggles_Left_1024x1024-300x146.webp\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:47926;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"FlowVision_Section_Trex_MX_Goggles_Left_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24874;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"FlowVision_Section_Trex_MX_Goggles_Left_1024x1024-768x374.webp\";s:5:\"width\";i:768;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:250364;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:62:\"FlowVision_Section_Trex_MX_Goggles_Left_1024x1024-300x146.webp\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:47926;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:62:\"FlowVision_Section_Trex_MX_Goggles_Left_1024x1024-600x292.webp\";s:5:\"width\";i:600;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:163194;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:62:\"FlowVision_Section_Trex_MX_Goggles_Left_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12222;}}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:{}}}'),(14981,2185,'_wp_attached_file','2025/02/Flow_Vision_Section_TRex_MX_Goggles_Left_1024x1024.webp'),(14982,2185,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:402;s:4:\"file\";s:63:\"2025/02/Flow_Vision_Section_TRex_MX_Goggles_Left_1024x1024.webp\";s:8:\"filesize\";i:301088;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"Flow_Vision_Section_TRex_MX_Goggles_Left_1024x1024-300x118.webp\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:41730;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"Flow_Vision_Section_TRex_MX_Goggles_Left_1024x1024-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26200;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:63:\"Flow_Vision_Section_TRex_MX_Goggles_Left_1024x1024-768x302.webp\";s:5:\"width\";i:768;s:6:\"height\";i:302;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:213132;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:63:\"Flow_Vision_Section_TRex_MX_Goggles_Left_1024x1024-300x118.webp\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:41730;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:63:\"Flow_Vision_Section_TRex_MX_Goggles_Left_1024x1024-600x236.webp\";s:5:\"width\";i:600;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:138036;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:63:\"Flow_Vision_Section_TRex_MX_Goggles_Left_1024x1024-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12928;}}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:{}}}'),(14983,2183,'_edit_last','1'),(14984,2186,'_regular_price','46'),(14985,2186,'total_sales','0'),(14986,2186,'_tax_status','taxable'),(14987,2186,'_tax_class',''),(14988,2186,'_manage_stock','no'),(14989,2186,'_backorders','no'),(14990,2186,'_sold_individually','no'),(14991,2186,'_virtual','no'),(14992,2186,'_downloadable','no'),(14993,2186,'_product_image_gallery','2188'),(14994,2186,'_download_limit','-1'),(14995,2186,'_download_expiry','-1'),(14996,2186,'_thumbnail_id','2187'),(14997,2186,'_stock',NULL),(14998,2186,'_stock_status','instock'),(14999,2186,'_wc_average_rating','0'),(15000,2186,'_wc_review_count','0'),(15001,2186,'_product_version','9.6.1'),(15002,2186,'_price','46'),(15003,2186,'_g_feedback_shortcode_98760b2aed9ef645085985c57d92dc8dc31d4a0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(15004,2186,'_g_feedback_shortcode_atts_98760b2aed9ef645085985c57d92dc8dc31d4a0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:66:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: White/Black\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2105;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(15005,2186,'af_addon_title_font_size','14'),(15006,2186,'af_addon_option_title_font_size','12'),(15007,2186,'af_addon_field_border_pixels','1'),(15008,2186,'af_addon_desc_font_size','12'),(15009,2186,'af_addon_tooltip_font_size','12'),(15010,2186,'exclude_rule_addons',''),(15011,2186,'af_addon_title_display_as_selector','af_addon_title_display_text'),(15012,2186,'af_addon_heading_type_selector','addon_h1'),(15013,2186,'af_addon_seperator_checkbox',''),(15014,2186,'af_addon_title_seperator','af_addon_title_seperator_br'),(15015,2186,'af_addon_option_title_font_color',''),(15016,2186,'af_addon_title_bg',''),(15017,2186,'af_addon_title_color',''),(15018,2186,'af_addon_bg_color',''),(15019,2186,'af_addon_title_top_left_radius',''),(15020,2186,'af_addon_title_top_right_radius',''),(15021,2186,'af_addon_title_bottom_left_radius',''),(15022,2186,'af_addon_title_bottom_right_radius',''),(15023,2186,'af_addon_title_top_padding',''),(15024,2186,'af_addon_title_bottom_padding',''),(15025,2186,'af_addon_title_left_padding',''),(15026,2186,'af_addon_title_right_padding',''),(15027,2186,'af_addon_field_border',''),(15028,2186,'af_addon_field_border_top_left_radius',''),(15029,2186,'af_addon_field_border_top_right_radius',''),(15030,2186,'af_addon_field_border_bottom_left_radius',''),(15031,2186,'af_addon_field_border_bottom_right_radius',''),(15032,2186,'af_addon_field_border_top_padding',''),(15033,2186,'af_addon_field_border_bottom_padding',''),(15034,2186,'af_addon_field_border_left_padding',''),(15035,2186,'af_addon_field_border_right_padding',''),(15036,2186,'af_addon_field_title_position','left'),(15037,2186,'af_addon_field_border_color',''),(15038,2186,'af_addon_title_position','af_addon_title_inside_border'),(15039,2186,'af_addon_tooltip_background_color','#000000'),(15040,2186,'af_addon_tooltip_text_color',''),(15041,2186,'_mkl_pc__is_configurable','no'),(15042,2186,'_yoast_wpseo_primary_product_brand','63'),(15043,2186,'_yoast_wpseo_primary_product_cat','30'),(15044,2186,'_yoast_wpseo_content_score','90'),(15045,2186,'_yoast_wpseo_estimated-reading-time-minutes','1'),(15046,2186,'_g_feedback_shortcode_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(15047,2186,'_g_feedback_shortcode_atts_7b98776d46f6ea1e2ecdf4b689c9a1736874e137','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Valor\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2111;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(15048,2186,'_g_feedback_shortcode_c2c38ce2612bc7df1cfeffccb8818880112733b2','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(15049,2186,'_g_feedback_shortcode_atts_c2c38ce2612bc7df1cfeffccb8818880112733b2','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:59:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Neon\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2114;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(15050,2186,'_g_feedback_shortcode_763806cba7e57183604bc51b4916bf9d27f225af','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(15051,2186,'_g_feedback_shortcode_atts_763806cba7e57183604bc51b4916bf9d27f225af','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:64:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Gold Leaf\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2117;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(15052,2186,'_g_feedback_shortcode_0d22fa267d0a020f39b5378874d2ddaf31899d0f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(15053,2186,'_g_feedback_shortcode_atts_0d22fa267d0a020f39b5378874d2ddaf31899d0f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Starship\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2120;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(15054,2186,'_g_feedback_shortcode_8ac53a328da5a574de098ec4e5bcd098f116138b','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(15055,2186,'_g_feedback_shortcode_atts_8ac53a328da5a574de098ec4e5bcd098f116138b','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:65:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Blue Angel\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2123;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(15056,2186,'_g_feedback_shortcode_046256aefd17b78bf4d6863c52d4567b099b9777','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(15057,2186,'_g_feedback_shortcode_atts_046256aefd17b78bf4d6863c52d4567b099b9777','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Pipeline\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2126;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(15058,2186,'_g_feedback_shortcode_048e6b97b347396cf4387403af79ff464ad3535c','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(15059,2186,'_g_feedback_shortcode_atts_048e6b97b347396cf4387403af79ff464ad3535c','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:67:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Independence\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2129;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(15060,2186,'_g_feedback_shortcode_7892d82d43d53bf76404d816a47787df7d8ca2a1','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(15061,2186,'_g_feedback_shortcode_atts_7892d82d43d53bf76404d816a47787df7d8ca2a1','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:60:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Magma\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2132;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(15062,2186,'_g_feedback_shortcode_cdc50b0685a95d3845e416835e053c57aab9bbc2','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(15063,2186,'_g_feedback_shortcode_atts_cdc50b0685a95d3845e416835e053c57aab9bbc2','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:57:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: JC\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2135;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(15064,2186,'_g_feedback_shortcode_0545c656f9e5eac1009660939fbf021a40676b42','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(15065,2186,'_g_feedback_shortcode_atts_0545c656f9e5eac1009660939fbf021a40676b42','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Abstract\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2138;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(15066,2186,'_g_feedback_shortcode_efdd74af9f333c89be07a85b811f6e8eee61b8da','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(15067,2186,'_g_feedback_shortcode_atts_efdd74af9f333c89be07a85b811f6e8eee61b8da','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:68:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: 2nd Amendment\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2141;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(15068,2186,'_g_feedback_shortcode_daadb12e97926a5b596049f657db10095e4a0a53','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(15069,2186,'_g_feedback_shortcode_atts_daadb12e97926a5b596049f657db10095e4a0a53','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:62:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: Freedom\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2144;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(15070,2186,'_g_feedback_shortcode_96cb3f0d4feab2737e9880c3dca9e1e47b0c9a7e','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(15071,2186,'_g_feedback_shortcode_atts_96cb3f0d4feab2737e9880c3dca9e1e47b0c9a7e','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:68:\"[Aggressive Graphix LLC] Flow Vision Rythem™ Goggle: I Don\'t Kneel\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2147;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(15072,2186,'_g_feedback_shortcode_07d21b464fb35e19a02d65de203ecaf3559310fe','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(15073,2186,'_g_feedback_shortcode_atts_07d21b464fb35e19a02d65de203ecaf3559310fe','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:58:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: CG\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2150;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(15074,2186,'_g_feedback_shortcode_78e3322aee0e75a9c7f022e5cd3ebc6fddd94b2d','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(15075,2186,'_g_feedback_shortcode_atts_78e3322aee0e75a9c7f022e5cd3ebc6fddd94b2d','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:67:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: The Liberty\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2159;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(15076,2186,'_g_feedback_shortcode_da19c252a7a006f7deb7bdcddea1fd90fdb3c4bc','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(15077,2186,'_g_feedback_shortcode_atts_da19c252a7a006f7deb7bdcddea1fd90fdb3c4bc','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:67:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: Black/White\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2162;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(15078,2186,'_g_feedback_shortcode_0e72a5fa89db245dc89e991427ebb1e0624624cb','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(15079,2186,'_g_feedback_shortcode_atts_0e72a5fa89db245dc89e991427ebb1e0624624cb','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:64:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: Slamlife\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2165;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(15080,2186,'_g_feedback_shortcode_f0378a024183b00c9768caa8a1fdfe2a5cbb2153','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(15081,2186,'_g_feedback_shortcode_atts_f0378a024183b00c9768caa8a1fdfe2a5cbb2153','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:70:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: Flo/Blue/Black\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2168;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(15082,2186,'_g_feedback_shortcode_8f078a2303c5903da26b8cfdf15867fe80fce2dc','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(15083,2186,'_g_feedback_shortcode_atts_8f078a2303c5903da26b8cfdf15867fe80fce2dc','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:62:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: Sharks\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2171;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(15084,2186,'_g_feedback_shortcode_a6ad04fe0b6b9bd460a56bd68162dd80983d551f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(15085,2186,'_g_feedback_shortcode_atts_a6ad04fe0b6b9bd460a56bd68162dd80983d551f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:63:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: Zombies\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2174;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(15086,2186,'_g_feedback_shortcode_8b73b51a0ec68137a1981b8780a292109bb941b5','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(15087,2186,'_g_feedback_shortcode_atts_8b73b51a0ec68137a1981b8780a292109bb941b5','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:68:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: Black/Orange\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2180;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(15088,2186,'_g_feedback_shortcode_a8b8ea50236df8f60f19bcbc3ef37cb8c4be32dd','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(15089,2186,'_g_feedback_shortcode_atts_a8b8ea50236df8f60f19bcbc3ef37cb8c4be32dd','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:61:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: T-Rex\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2183;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(15091,2186,'_edit_lock','1739310613:1'),(15092,2186,'_g_feedback_shortcode_32e3722cb94a7b4bab8ad51cfc5b85ddbaf74124','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(15093,2186,'_g_feedback_shortcode_atts_32e3722cb94a7b4bab8ad51cfc5b85ddbaf74124','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:71:\"[Aggressive Graphix LLC] Flow Vision Section™ Goggle: Reflex/Cyan/Red\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2186;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(15094,2187,'_wp_attached_file','2025/02/FlowVision_Supercross_Goggles_Dirbike_MX_Reflex_Cyan_Red_Right-scaled.webp'),(15095,2187,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1161;s:4:\"file\";s:82:\"2025/02/FlowVision_Supercross_Goggles_Dirbike_MX_Reflex_Cyan_Red_Right-scaled.webp\";s:8:\"filesize\";i:1263868;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:82:\"FlowVision_Supercross_Goggles_Dirbike_MX_Reflex_Cyan_Red_Right-scaled-300x136.webp\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40390;}s:5:\"large\";a:5:{s:4:\"file\";s:83:\"FlowVision_Supercross_Goggles_Dirbike_MX_Reflex_Cyan_Red_Right-scaled-1024x464.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:389426;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:82:\"FlowVision_Supercross_Goggles_Dirbike_MX_Reflex_Cyan_Red_Right-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24168;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:82:\"FlowVision_Supercross_Goggles_Dirbike_MX_Reflex_Cyan_Red_Right-scaled-768x348.webp\";s:5:\"width\";i:768;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:235400;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:83:\"FlowVision_Supercross_Goggles_Dirbike_MX_Reflex_Cyan_Red_Right-scaled-1536x697.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:697;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:755302;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:83:\"FlowVision_Supercross_Goggles_Dirbike_MX_Reflex_Cyan_Red_Right-scaled-2048x929.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:929;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1169146;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:82:\"FlowVision_Supercross_Goggles_Dirbike_MX_Reflex_Cyan_Red_Right-scaled-300x136.webp\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40390;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:82:\"FlowVision_Supercross_Goggles_Dirbike_MX_Reflex_Cyan_Red_Right-scaled-600x272.webp\";s:5:\"width\";i:600;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:151446;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:82:\"FlowVision_Supercross_Goggles_Dirbike_MX_Reflex_Cyan_Red_Right-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11442;}}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:{}}}'),(15096,2188,'_wp_attached_file','2025/02/FlowVision_Supercross_Goggles_Dirbike_MX_Reflex_Cyan_Red_Left-scaled.webp'),(15097,2186,'_edit_last','1'),(15098,2188,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1121;s:4:\"file\";s:81:\"2025/02/FlowVision_Supercross_Goggles_Dirbike_MX_Reflex_Cyan_Red_Left-scaled.webp\";s:8:\"filesize\";i:1043006;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:81:\"FlowVision_Supercross_Goggles_Dirbike_MX_Reflex_Cyan_Red_Left-scaled-300x131.webp\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:37120;}s:5:\"large\";a:5:{s:4:\"file\";s:82:\"FlowVision_Supercross_Goggles_Dirbike_MX_Reflex_Cyan_Red_Left-scaled-1024x448.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:335170;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:81:\"FlowVision_Supercross_Goggles_Dirbike_MX_Reflex_Cyan_Red_Left-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22736;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:81:\"FlowVision_Supercross_Goggles_Dirbike_MX_Reflex_Cyan_Red_Left-scaled-768x336.webp\";s:5:\"width\";i:768;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:208346;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:82:\"FlowVision_Supercross_Goggles_Dirbike_MX_Reflex_Cyan_Red_Left-scaled-1536x673.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:673;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:633828;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:82:\"FlowVision_Supercross_Goggles_Dirbike_MX_Reflex_Cyan_Red_Left-scaled-2048x897.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:951356;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:81:\"FlowVision_Supercross_Goggles_Dirbike_MX_Reflex_Cyan_Red_Left-scaled-300x131.webp\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:37120;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:81:\"FlowVision_Supercross_Goggles_Dirbike_MX_Reflex_Cyan_Red_Left-scaled-600x263.webp\";s:5:\"width\";i:600;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:134952;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:81:\"FlowVision_Supercross_Goggles_Dirbike_MX_Reflex_Cyan_Red_Left-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10902;}}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:{}}}'),(15214,2190,'_edit_lock','1757446233:1'),(15215,2190,'_g_feedback_shortcode_ac0c36be24c3fc7adf522458167fe2c75044220f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(15216,2190,'_g_feedback_shortcode_atts_ac0c36be24c3fc7adf522458167fe2c75044220f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:57:\"[Aggressive Graphix LLC] Aggressive Graphix 10×10 Canopy\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2190;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(15217,2190,'af_addon_title_font_size','14'),(15218,2190,'af_addon_option_title_font_size','12'),(15219,2190,'af_addon_field_border_pixels','1'),(15220,2190,'af_addon_desc_font_size','12'),(15221,2190,'af_addon_tooltip_font_size','12'),(15222,2190,'total_sales','0'),(15223,2190,'_tax_status','taxable'),(15224,2190,'_tax_class',''),(15225,2190,'_manage_stock','no'),(15226,2190,'_backorders','no'),(15227,2190,'_sold_individually','no'),(15228,2190,'_virtual','no'),(15229,2190,'_downloadable','no'),(15230,2190,'_download_limit','-1'),(15231,2190,'_download_expiry','-1'),(15232,2190,'_stock',NULL),(15233,2190,'_stock_status','instock'),(15234,2190,'_wc_average_rating','0'),(15235,2190,'_wc_review_count','0'),(15237,2190,'_product_version','10.1.2'),(15667,2205,'_wp_attached_file','2025/02/AG.webp'),(15668,2205,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2025/02/AG.webp\";s:8:\"filesize\";i:787902;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"AG-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:59816;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"AG-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:531908;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"AG-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:23584;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"AG-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:317424;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:15:\"AG-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:59816;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:15:\"AG-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:212084;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:15:\"AG-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11446;}}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:{}}}'),(15669,2190,'_thumbnail_id','3664'),(15670,2190,'_edit_last','1'),(15671,2190,'exclude_rule_addons',''),(15672,2190,'af_addon_title_display_as_selector','af_addon_title_display_text'),(15673,2190,'af_addon_heading_type_selector','addon_h1'),(15674,2190,'af_addon_seperator_checkbox',''),(15675,2190,'af_addon_title_seperator','af_addon_title_seperator_br'),(15676,2190,'af_addon_option_title_font_color',''),(15677,2190,'af_addon_title_bg',''),(15678,2190,'af_addon_title_color',''),(15679,2190,'af_addon_bg_color',''),(15680,2190,'af_addon_title_top_left_radius',''),(15681,2190,'af_addon_title_top_right_radius',''),(15682,2190,'af_addon_title_bottom_left_radius',''),(15683,2190,'af_addon_title_bottom_right_radius',''),(15684,2190,'af_addon_title_top_padding',''),(15685,2190,'af_addon_title_bottom_padding',''),(15686,2190,'af_addon_title_left_padding',''),(15687,2190,'af_addon_title_right_padding',''),(15688,2190,'af_addon_field_border',''),(15689,2190,'af_addon_field_border_top_left_radius',''),(15690,2190,'af_addon_field_border_top_right_radius',''),(15691,2190,'af_addon_field_border_bottom_left_radius',''),(15692,2190,'af_addon_field_border_bottom_right_radius',''),(15693,2190,'af_addon_field_border_top_padding',''),(15694,2190,'af_addon_field_border_bottom_padding',''),(15695,2190,'af_addon_field_border_left_padding',''),(15696,2190,'af_addon_field_border_right_padding',''),(15697,2190,'af_addon_field_title_position','left'),(15698,2190,'af_addon_field_border_color',''),(15699,2190,'af_addon_title_position','af_addon_title_inside_border'),(15700,2190,'af_addon_tooltip_background_color','#000000'),(15701,2190,'af_addon_tooltip_text_color',''),(15703,2190,'_mkl_pc__variable_configuration_mode','share_layers_config'),(15704,2190,'_mkl_pc__is_configurable','no'),(15705,2190,'_yoast_wpseo_primary_product_brand',''),(15706,2190,'_yoast_wpseo_primary_product_cat','37'),(15707,2190,'_yoast_wpseo_content_score','90'),(15708,2190,'_yoast_wpseo_estimated-reading-time-minutes','1'),(15720,2208,'_edit_lock','1755712614:1'),(15721,2208,'_g_feedback_shortcode_8c386722a20c5e9c7a9dcad9061839f2fa2beafe','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(15722,2208,'_g_feedback_shortcode_atts_8c386722a20c5e9c7a9dcad9061839f2fa2beafe','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:38:\"[Aggressive Graphix LLC] Custom canopy\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2208;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(15723,2208,'af_addon_title_font_size','14'),(15724,2208,'af_addon_option_title_font_size','12'),(15725,2208,'af_addon_field_border_pixels','1'),(15726,2208,'af_addon_desc_font_size','12'),(15727,2208,'af_addon_tooltip_font_size','12'),(15728,2208,'_edit_last','1'),(15729,2208,'exclude_rule_addons',''),(15730,2208,'af_addon_title_display_as_selector','af_addon_title_display_text'),(15731,2208,'af_addon_heading_type_selector','addon_h1'),(15732,2208,'af_addon_seperator_checkbox',''),(15733,2208,'af_addon_title_seperator','af_addon_title_seperator_br'),(15734,2208,'af_addon_option_title_font_color',''),(15735,2208,'af_addon_title_bg',''),(15736,2208,'af_addon_title_color',''),(15737,2208,'af_addon_bg_color',''),(15738,2208,'af_addon_title_top_left_radius',''),(15739,2208,'af_addon_title_top_right_radius',''),(15740,2208,'af_addon_title_bottom_left_radius',''),(15741,2208,'af_addon_title_bottom_right_radius',''),(15742,2208,'af_addon_title_top_padding',''),(15743,2208,'af_addon_title_bottom_padding',''),(15744,2208,'af_addon_title_left_padding',''),(15745,2208,'af_addon_title_right_padding',''),(15746,2208,'af_addon_field_border',''),(15747,2208,'af_addon_field_border_top_left_radius',''),(15748,2208,'af_addon_field_border_top_right_radius',''),(15749,2208,'af_addon_field_border_bottom_left_radius',''),(15750,2208,'af_addon_field_border_bottom_right_radius',''),(15751,2208,'af_addon_field_border_top_padding',''),(15752,2208,'af_addon_field_border_bottom_padding',''),(15753,2208,'af_addon_field_border_left_padding',''),(15754,2208,'af_addon_field_border_right_padding',''),(15755,2208,'af_addon_field_title_position','left'),(15756,2208,'af_addon_field_border_color',''),(15757,2208,'af_addon_title_position','af_addon_title_inside_border'),(15758,2208,'af_addon_tooltip_background_color','#000000'),(15759,2208,'af_addon_tooltip_text_color',''),(15760,2215,'af_addon_field_sort',''),(15761,2215,'af_addon_depend_selector','af_addon_dependable'),(15762,2215,'af_addon_field_depend_selector','2209'),(15763,2215,'af_addon_option_depend_selector','a:1:{i:0;s:4:\"2210\";}'),(15764,2215,'af_addon_type_select','radio'),(15765,2215,'af_addon_field_title','Frame type:'),(15766,2215,'af_addon_tooltip_checkbox',''),(15767,2215,'af_addon_tooltip_textarea',''),(15768,2215,'af_addon_desc_checkbox',''),(15769,2215,'af_addon_desc_textarea',''),(15770,2215,'af_addon_required_field','1'),(15771,2215,'af_addon_limit_range_checkbox',''),(15772,2215,'af_addon_min_limit_range',''),(15773,2215,'af_addon_max_limit_range',''),(15774,2215,'af_addon_price_range_checkbox',''),(15775,2215,'af_addon_field_price_type','free'),(15776,2215,'af_addon_field_price',''),(15777,2215,'af_addon_upload_file_extention',''),(15778,2217,'af_addon_option_priority',''),(15779,2217,'af_addon_field_options_image',''),(15780,2217,'af_addon_field_options_name','40mm Aluminum Hex'),(15781,2217,'af_addon_option_color',''),(15782,2217,'af_addon_field_options_price_type','flat_fixed_fee'),(15783,2217,'af_addon_field_options_price','275'),(15784,2216,'af_addon_option_priority',''),(15785,2216,'af_addon_field_options_image',''),(15786,2216,'af_addon_field_options_name','31mm Steel Frame'),(15787,2216,'af_addon_option_color',''),(15788,2216,'af_addon_field_options_price_type','flat_fixed_fee'),(15789,2216,'af_addon_field_options_price','200'),(15790,2209,'af_addon_field_sort',''),(15791,2209,'af_addon_depend_selector','af_addon_not_dependable'),(15792,2209,'af_addon_field_depend_selector','0'),(15793,2209,'af_addon_option_depend_selector','a:0:{}'),(15794,2209,'af_addon_type_select','radio'),(15795,2209,'af_addon_field_title','Canopy size:'),(15796,2209,'af_addon_tooltip_checkbox',''),(15797,2209,'af_addon_tooltip_textarea',''),(15798,2209,'af_addon_desc_checkbox',''),(15799,2209,'af_addon_desc_textarea',''),(15800,2209,'af_addon_required_field','1'),(15801,2209,'af_addon_limit_range_checkbox',''),(15802,2209,'af_addon_min_limit_range',''),(15803,2209,'af_addon_max_limit_range',''),(15804,2209,'af_addon_price_range_checkbox',''),(15805,2209,'af_addon_field_price_type','free'),(15806,2209,'af_addon_field_price',''),(15807,2209,'af_addon_upload_file_extention',''),(15808,2213,'af_addon_option_priority',''),(15809,2213,'af_addon_field_options_image',''),(15810,2213,'af_addon_field_options_name','20x20'),(15811,2213,'af_addon_option_color',''),(15812,2213,'af_addon_field_options_price_type','flat_fixed_fee'),(15813,2213,'af_addon_field_options_price','2900'),(15814,2212,'af_addon_option_priority',''),(15815,2212,'af_addon_field_options_image',''),(15816,2212,'af_addon_field_options_name','10x20'),(15817,2212,'af_addon_option_color',''),(15818,2212,'af_addon_field_options_price_type','flat_fixed_fee'),(15819,2212,'af_addon_field_options_price','430'),(15820,2211,'af_addon_option_priority',''),(15821,2211,'af_addon_field_options_image',''),(15822,2211,'af_addon_field_options_name','10x15'),(15823,2211,'af_addon_option_color',''),(15824,2211,'af_addon_field_options_price_type','flat_fixed_fee'),(15825,2211,'af_addon_field_options_price','330'),(15826,2210,'af_addon_option_priority',''),(15827,2210,'af_addon_field_options_image',''),(15828,2210,'af_addon_field_options_name','10x10'),(15829,2210,'af_addon_option_color',''),(15830,2210,'af_addon_field_options_price_type','flat_fixed_fee'),(15831,2210,'af_addon_field_options_price','230'),(15832,2208,'_regular_price','200'),(15833,2208,'total_sales','1'),(15834,2208,'_tax_status','taxable'),(15835,2208,'_tax_class',''),(15836,2208,'_manage_stock','no'),(15837,2208,'_backorders','no'),(15838,2208,'_sold_individually','no'),(15839,2208,'_virtual','no'),(15840,2208,'_downloadable','no'),(15841,2208,'_download_limit','-1'),(15842,2208,'_download_expiry','-1'),(15843,2208,'_stock',NULL),(15844,2208,'_stock_status','instock'),(15845,2208,'_wc_average_rating','5.00'),(15846,2208,'_wc_review_count','1'),(15847,2208,'_product_version','10.1.1'),(15848,2208,'_price','200'),(15849,2208,'_mkl_pc__is_configurable','no'),(15850,2208,'_yoast_wpseo_primary_product_brand',''),(15851,2208,'_yoast_wpseo_primary_product_cat','37'),(15852,2208,'_yoast_wpseo_estimated-reading-time-minutes','2'),(15853,2229,'af_addon_field_sort',''),(15854,2229,'af_addon_depend_selector','af_addon_not_dependable'),(15855,2229,'af_addon_field_depend_selector','0'),(15856,2229,'af_addon_option_depend_selector','a:0:{}'),(15857,2229,'af_addon_type_select','textarea'),(15858,2229,'af_addon_field_title','Design description:'),(15859,2229,'af_addon_tooltip_checkbox',''),(15860,2229,'af_addon_tooltip_textarea',''),(15861,2229,'af_addon_desc_checkbox','1'),(15862,2229,'af_addon_desc_textarea','Please describe the design you have in mind including all information you would like presented on the canopy.'),(15863,2229,'af_addon_required_field','1'),(15864,2229,'af_addon_limit_range_checkbox',''),(15865,2229,'af_addon_min_limit_range',''),(15866,2229,'af_addon_max_limit_range',''),(15867,2229,'af_addon_price_range_checkbox',''),(15868,2229,'af_addon_field_price_type','free'),(15869,2229,'af_addon_field_price',''),(15870,2229,'af_addon_upload_file_extention',''),(15871,2228,'af_addon_field_sort',''),(15872,2228,'af_addon_depend_selector','af_addon_not_dependable'),(15873,2228,'af_addon_field_depend_selector','0'),(15874,2228,'af_addon_option_depend_selector','a:0:{}'),(15875,2228,'af_addon_type_select','file_upload'),(15876,2228,'af_addon_field_title','Upload your logo files:'),(15877,2228,'af_addon_tooltip_checkbox',''),(15878,2228,'af_addon_tooltip_textarea',''),(15879,2228,'af_addon_desc_checkbox','1'),(15880,2228,'af_addon_desc_textarea','For sending more than 1 file, please email the rest to info@aggressivegraphix.com with your order number.'),(15881,2228,'af_addon_required_field',''),(15882,2228,'af_addon_limit_range_checkbox',''),(15883,2228,'af_addon_min_limit_range',''),(15884,2228,'af_addon_max_limit_range',''),(15885,2228,'af_addon_price_range_checkbox',''),(15886,2228,'af_addon_field_price_type','free'),(15887,2228,'af_addon_field_price',''),(15888,2228,'af_addon_upload_file_extention',''),(15889,2225,'af_addon_field_sort',''),(15890,2225,'af_addon_depend_selector','af_addon_not_dependable'),(15891,2225,'af_addon_field_depend_selector','0'),(15892,2225,'af_addon_option_depend_selector','a:0:{}'),(15893,2225,'af_addon_type_select','radio'),(15894,2225,'af_addon_field_title','Would you like a wheel bag?'),(15895,2225,'af_addon_tooltip_checkbox',''),(15896,2225,'af_addon_tooltip_textarea',''),(15897,2225,'af_addon_desc_checkbox',''),(15898,2225,'af_addon_desc_textarea',''),(15899,2225,'af_addon_required_field','1'),(15900,2225,'af_addon_limit_range_checkbox',''),(15901,2225,'af_addon_min_limit_range',''),(15902,2225,'af_addon_max_limit_range',''),(15903,2225,'af_addon_price_range_checkbox',''),(15904,2225,'af_addon_field_price_type','free'),(15905,2225,'af_addon_field_price',''),(15906,2225,'af_addon_upload_file_extention',''),(15907,2227,'af_addon_option_priority',''),(15908,2227,'af_addon_field_options_image',''),(15909,2227,'af_addon_field_options_name','Yes'),(15910,2227,'af_addon_option_color',''),(15911,2227,'af_addon_field_options_price_type','flat_fixed_fee'),(15912,2227,'af_addon_field_options_price','45'),(15913,2226,'af_addon_option_priority',''),(15914,2226,'af_addon_field_options_image',''),(15915,2226,'af_addon_field_options_name','No'),(15916,2226,'af_addon_option_color',''),(15917,2226,'af_addon_field_options_price_type','free'),(15918,2226,'af_addon_field_options_price',''),(15919,2221,'af_addon_field_sort',''),(15920,2221,'af_addon_depend_selector','af_addon_dependable'),(15921,2221,'af_addon_field_depend_selector','2209'),(15922,2221,'af_addon_option_depend_selector','a:1:{i:0;s:4:\"2211\";}'),(15923,2221,'af_addon_type_select','radio'),(15924,2221,'af_addon_field_title','Frame type:'),(15925,2221,'af_addon_tooltip_checkbox',''),(15926,2221,'af_addon_tooltip_textarea',''),(15927,2221,'af_addon_desc_checkbox',''),(15928,2221,'af_addon_desc_textarea',''),(15929,2221,'af_addon_required_field','1'),(15930,2221,'af_addon_limit_range_checkbox',''),(15931,2221,'af_addon_min_limit_range',''),(15932,2221,'af_addon_max_limit_range',''),(15933,2221,'af_addon_price_range_checkbox',''),(15934,2221,'af_addon_field_price_type','free'),(15935,2221,'af_addon_field_price',''),(15936,2221,'af_addon_upload_file_extention',''),(15937,2224,'af_addon_option_priority',''),(15938,2224,'af_addon_field_options_image',''),(15939,2224,'af_addon_field_options_name','50mm Aluminum Hex'),(15940,2224,'af_addon_option_color',''),(15941,2224,'af_addon_field_options_price_type','flat_fixed_fee'),(15942,2224,'af_addon_field_options_price','500'),(15943,2223,'af_addon_option_priority',''),(15944,2223,'af_addon_field_options_image',''),(15945,2223,'af_addon_field_options_name','40mm Aluminum Hex'),(15946,2223,'af_addon_option_color',''),(15947,2223,'af_addon_field_options_price_type','flat_fixed_fee'),(15948,2223,'af_addon_field_options_price','300'),(15949,2222,'af_addon_option_priority',''),(15950,2222,'af_addon_field_options_image',''),(15951,2222,'af_addon_field_options_name','31mm Steel Frame'),(15952,2222,'af_addon_option_color',''),(15953,2222,'af_addon_field_options_price_type','flat_fixed_fee'),(15954,2222,'af_addon_field_options_price','275'),(15955,2218,'af_addon_field_sort',''),(15956,2218,'af_addon_depend_selector','af_addon_dependable'),(15957,2218,'af_addon_field_depend_selector','2209'),(15958,2218,'af_addon_option_depend_selector','a:1:{i:0;s:4:\"2212\";}'),(15959,2218,'af_addon_type_select','radio'),(15960,2218,'af_addon_field_title','Frame type:'),(15961,2218,'af_addon_tooltip_checkbox',''),(15962,2218,'af_addon_tooltip_textarea',''),(15963,2218,'af_addon_desc_checkbox',''),(15964,2218,'af_addon_desc_textarea',''),(15965,2218,'af_addon_required_field','1'),(15966,2218,'af_addon_limit_range_checkbox',''),(15967,2218,'af_addon_min_limit_range',''),(15968,2218,'af_addon_max_limit_range',''),(15969,2218,'af_addon_price_range_checkbox',''),(15970,2218,'af_addon_field_price_type','free'),(15971,2218,'af_addon_field_price',''),(15972,2218,'af_addon_upload_file_extention',''),(15973,2220,'af_addon_option_priority',''),(15974,2220,'af_addon_field_options_image',''),(15975,2220,'af_addon_field_options_name','50mm Aluminum Hex'),(15976,2220,'af_addon_option_color',''),(15977,2220,'af_addon_field_options_price_type','flat_fixed_fee'),(15978,2220,'af_addon_field_options_price','675'),(15979,2219,'af_addon_option_priority',''),(15980,2219,'af_addon_field_options_image',''),(15981,2219,'af_addon_field_options_name','40mm Aluminum Hex'),(15982,2219,'af_addon_option_color',''),(15983,2219,'af_addon_field_options_price_type','flat_fixed_fee'),(15984,2219,'af_addon_field_options_price','375'),(15985,2231,'_wp_attached_file','2025/02/31mmsquare.webp'),(15986,2231,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2025/02/31mmsquare.webp\";s:8:\"filesize\";i:105468;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"31mmsquare-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:43536;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"31mmsquare-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14038;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"31mmsquare-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:178190;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"31mmsquare-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:43536;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"31mmsquare-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:130706;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"31mmsquare-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7300;}}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:{}}}'),(15987,2232,'_wp_attached_file','2025/02/40mmhex.webp'),(15988,2232,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:20:\"2025/02/40mmhex.webp\";s:8:\"filesize\";i:170676;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"40mmhex-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:41756;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"40mmhex-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13212;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"40mmhex-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:186366;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"40mmhex-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:41756;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"40mmhex-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:132108;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"40mmhex-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6648;}}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:{}}}'),(15989,2233,'_wp_attached_file','2025/02/50mmhex.webp'),(15990,2233,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:20:\"2025/02/50mmhex.webp\";s:8:\"filesize\";i:170928;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"50mmhex-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:41310;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"50mmhex-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13068;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"50mmhex-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:184032;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"50mmhex-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:41310;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"50mmhex-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:130790;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"50mmhex-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6650;}}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:{}}}'),(15991,2208,'_yoast_wpseo_content_score','90'),(15992,2234,'_wp_attached_file','2025/02/ATMracing.webp'),(15993,2234,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2025/02/ATMracing.webp\";s:8:\"filesize\";i:764494;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"ATMracing-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:57180;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"ATMracing-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:513146;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"ATMracing-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22178;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"ATMracing-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:303760;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"ATMracing-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:57180;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"ATMracing-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:201598;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"ATMracing-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10716;}}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:{}}}'),(15994,2235,'_wp_attached_file','2025/02/bosssuspension.webp'),(15995,2235,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:27:\"2025/02/bosssuspension.webp\";s:8:\"filesize\";i:850078;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"bosssuspension-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:60690;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"bosssuspension-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:560858;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"bosssuspension-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:23984;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"bosssuspension-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:332690;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"bosssuspension-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:60690;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"bosssuspension-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:219376;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"bosssuspension-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11792;}}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:{}}}'),(15996,2236,'_wp_attached_file','2025/02/colosseumbarbell.webp'),(15997,2236,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:29:\"2025/02/colosseumbarbell.webp\";s:8:\"filesize\";i:1159348;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"colosseumbarbell-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77068;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"colosseumbarbell-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:678086;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"colosseumbarbell-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27572;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"colosseumbarbell-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:407384;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"colosseumbarbell-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77068;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"colosseumbarbell-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:265894;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"colosseumbarbell-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13206;}}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:{}}}'),(15998,2237,'_wp_attached_file','2025/02/cscservices.webp'),(15999,2237,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:24:\"2025/02/cscservices.webp\";s:8:\"filesize\";i:1210156;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"cscservices-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:81716;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"cscservices-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:722674;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"cscservices-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29916;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"cscservices-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:435474;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"cscservices-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:81716;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"cscservices-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:285572;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"cscservices-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14230;}}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:{}}}'),(16000,2238,'_wp_attached_file','2025/02/daigleracing.webp'),(16001,2238,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:25:\"2025/02/daigleracing.webp\";s:8:\"filesize\";i:1073822;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"daigleracing-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77898;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"daigleracing-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:668472;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"daigleracing-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28392;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"daigleracing-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:405706;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"daigleracing-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77898;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"daigleracing-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:267276;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"daigleracing-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13510;}}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:{}}}'),(16002,2239,'_wp_attached_file','2025/02/flawlessdetailing.webp'),(16003,2239,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:30:\"2025/02/flawlessdetailing.webp\";s:8:\"filesize\";i:740292;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"flawlessdetailing-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:56502;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"flawlessdetailing-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:504894;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"flawlessdetailing-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22032;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"flawlessdetailing-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:301298;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"flawlessdetailing-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:56502;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"flawlessdetailing-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:201352;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"flawlessdetailing-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10864;}}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:{}}}'),(16004,2240,'_wp_attached_file','2025/02/fueltoinspire.webp'),(16005,2240,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:26:\"2025/02/fueltoinspire.webp\";s:8:\"filesize\";i:1284478;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"fueltoinspire-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:84210;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"fueltoinspire-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:739170;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"fueltoinspire-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30322;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"fueltoinspire-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:449396;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"fueltoinspire-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:84210;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"fueltoinspire-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:293900;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"fueltoinspire-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14430;}}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:{}}}'),(16006,2241,'_wp_attached_file','2025/02/harringer.webp'),(16007,2241,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2025/02/harringer.webp\";s:8:\"filesize\";i:1032736;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"harringer-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:69108;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"harringer-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:639100;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"harringer-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26064;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"harringer-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:378018;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"harringer-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:69108;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"harringer-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:248402;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"harringer-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12570;}}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:{}}}'),(16008,2242,'_wp_attached_file','2025/02/mx23.webp'),(16009,2242,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:17:\"2025/02/mx23.webp\";s:8:\"filesize\";i:795160;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"mx23-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:61014;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"mx23-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:528776;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"mx23-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24324;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"mx23-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:317768;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:17:\"mx23-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:61014;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:17:\"mx23-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:213230;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:17:\"mx23-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11966;}}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:{}}}'),(16010,2243,'_wp_attached_file','2025/02/PlaceFord.webp'),(16011,2243,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2025/02/PlaceFord.webp\";s:8:\"filesize\";i:819396;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"PlaceFord-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:58326;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"PlaceFord-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:529416;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"PlaceFord-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22200;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"PlaceFord-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:313252;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"PlaceFord-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:58326;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"PlaceFord-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:205760;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"PlaceFord-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10728;}}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:{}}}'),(16012,2244,'_wp_attached_file','2025/02/scarsandstripes.webp'),(16013,2244,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:28:\"2025/02/scarsandstripes.webp\";s:8:\"filesize\";i:738980;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"scarsandstripes-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:56272;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"scarsandstripes-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:495054;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"scarsandstripes-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22140;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"scarsandstripes-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:294128;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"scarsandstripes-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:56272;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"scarsandstripes-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:198600;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"scarsandstripes-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11068;}}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:{}}}'),(16014,2245,'_wp_attached_file','2025/02/sweetsubies.webp'),(16015,2245,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:24:\"2025/02/sweetsubies.webp\";s:8:\"filesize\";i:915362;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"sweetsubies-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:66846;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"sweetsubies-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:582424;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"sweetsubies-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25522;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"sweetsubies-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:348954;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"sweetsubies-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:66846;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"sweetsubies-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:229946;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"sweetsubies-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12728;}}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:{}}}'),(16016,2246,'_wp_attached_file','2025/02/triplethreatracing.webp'),(16017,2246,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2025/02/triplethreatracing.webp\";s:8:\"filesize\";i:887746;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"triplethreatracing-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:62810;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"triplethreatracing-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:570786;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"triplethreatracing-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24100;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"triplethreatracing-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:338138;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"triplethreatracing-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:62810;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"triplethreatracing-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:221626;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"triplethreatracing-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11920;}}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:{}}}'),(16018,2208,'_thumbnail_id','2235'),(16019,2208,'_product_image_gallery','2205,2234,2236,2237,2238,2239,2240,2241,2242,2243,2244,2245,2246'),(16020,2247,'_wp_attached_file','2025/02/customgraphics.webp'),(16021,2247,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2055;s:6:\"height\";i:1527;s:4:\"file\";s:27:\"2025/02/customgraphics.webp\";s:8:\"filesize\";i:2006720;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"customgraphics-300x223.webp\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77882;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"customgraphics-1024x761.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:761;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:659562;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"customgraphics-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29522;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"customgraphics-768x571.webp\";s:5:\"width\";i:768;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:405046;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"customgraphics-1536x1141.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1141;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1293938;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"customgraphics-2048x1522.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1522;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2044482;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"customgraphics-300x223.webp\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77882;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"customgraphics-600x446.webp\";s:5:\"width\";i:600;s:6:\"height\";i:446;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:265438;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"customgraphics-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13824;}}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:{}}}'),(16022,2249,'_wp_attached_file','2025/02/wapsandtint.webp'),(16023,2249,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2055;s:6:\"height\";i:1527;s:4:\"file\";s:24:\"2025/02/wapsandtint.webp\";s:8:\"filesize\";i:2383922;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"wapsandtint-300x223.webp\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:75062;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"wapsandtint-1024x761.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:761;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:720230;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"wapsandtint-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26758;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"wapsandtint-768x571.webp\";s:5:\"width\";i:768;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:430642;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"wapsandtint-1536x1141.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1141;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1438838;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:26:\"wapsandtint-2048x1522.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1522;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2317968;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"wapsandtint-300x223.webp\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:75062;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"wapsandtint-600x446.webp\";s:5:\"width\";i:600;s:6:\"height\";i:446;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:274420;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"wapsandtint-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12590;}}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:{}}}'),(16026,2251,'af_addon_field_sort',''),(16027,2251,'af_addon_depend_selector','af_addon_not_dependable'),(16028,2251,'af_addon_field_depend_selector','0'),(16029,2251,'af_addon_option_depend_selector','a:0:{}'),(16030,2251,'af_addon_type_select','image_swatcher'),(16031,2251,'af_addon_field_title','Choose your base colorway:'),(16032,2251,'af_addon_tooltip_checkbox',''),(16033,2251,'af_addon_tooltip_textarea',''),(16034,2251,'af_addon_desc_checkbox',''),(16035,2251,'af_addon_desc_textarea',''),(16036,2251,'af_addon_required_field','1'),(16037,2251,'af_addon_limit_range_checkbox',''),(16038,2251,'af_addon_min_limit_range',''),(16039,2251,'af_addon_max_limit_range',''),(16040,2251,'af_addon_price_range_checkbox',''),(16041,2251,'af_addon_field_price_type','free'),(16042,2251,'af_addon_field_price',''),(16043,2251,'af_addon_upload_file_extention',''),(16044,2254,'af_addon_option_priority',''),(16045,2254,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/CRF250-450_2021-23-c3.jpg'),(16046,2254,'af_addon_field_options_name','Colorway 3'),(16047,2254,'af_addon_option_color',''),(16048,2254,'af_addon_field_options_price_type','free'),(16049,2254,'af_addon_field_options_price',''),(16050,2253,'af_addon_option_priority',''),(16051,2253,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/CRF250-450_2021-23-c2.jpg'),(16052,2253,'af_addon_field_options_name','Colorway 2'),(16053,2253,'af_addon_option_color',''),(16054,2253,'af_addon_field_options_price_type','free'),(16055,2253,'af_addon_field_options_price',''),(16056,2252,'af_addon_option_priority',''),(16057,2252,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2024/11/CRF250-450_2021-23-c1.jpg'),(16058,2252,'af_addon_field_options_name','Colorway 1'),(16059,2252,'af_addon_option_color',''),(16060,2252,'af_addon_field_options_price_type','free'),(16061,2252,'af_addon_field_options_price',''),(16063,2255,'af_addon_title_font_size','14'),(16064,2255,'af_addon_option_title_font_size','12'),(16065,2255,'af_addon_field_border_pixels','1'),(16066,2255,'af_addon_desc_font_size','12'),(16067,2255,'af_addon_tooltip_font_size','12'),(16068,2255,'_edit_last','1'),(16069,2255,'af_pao_prod_search','a:0:{}'),(16070,2255,'af_pao_cat_search','a:1:{i:0;s:2:\"54\";}'),(16071,2255,'af_pao_tag_search',''),(16072,2255,'af_addon_user_role',''),(16073,2255,'af_addon_title_display_as_selector','af_addon_title_display_text'),(16074,2255,'af_addon_heading_type_selector','addon_h1'),(16075,2255,'af_addon_seperator_checkbox',''),(16076,2255,'af_addon_option_title_font_color',''),(16077,2255,'af_addon_title_seperator','af_addon_title_seperator_br'),(16078,2255,'af_addon_title_bg',''),(16079,2255,'af_addon_title_color',''),(16080,2255,'af_addon_bg_color',''),(16081,2255,'af_addon_title_top_left_radius',''),(16082,2255,'af_addon_title_top_right_radius',''),(16083,2255,'af_addon_title_bottom_left_radius',''),(16084,2255,'af_addon_title_bottom_right_radius',''),(16085,2255,'af_addon_title_top_padding',''),(16086,2255,'af_addon_title_bottom_padding',''),(16087,2255,'af_addon_title_left_padding',''),(16088,2255,'af_addon_title_right_padding',''),(16089,2255,'af_addon_field_border',''),(16090,2255,'af_addon_field_border_top_left_radius',''),(16091,2255,'af_addon_field_border_top_right_radius',''),(16092,2255,'af_addon_field_border_bottom_left_radius',''),(16093,2255,'af_addon_field_border_bottom_right_radius',''),(16094,2255,'af_addon_field_border_top_padding',''),(16095,2255,'af_addon_field_border_bottom_padding',''),(16096,2255,'af_addon_field_border_left_padding',''),(16097,2255,'af_addon_field_border_right_padding',''),(16098,2255,'af_addon_field_title_position','left'),(16099,2255,'af_addon_field_border_color',''),(16100,2255,'af_addon_title_position','af_addon_title_inside_border'),(16101,2255,'af_addon_tooltip_background_color','#000000'),(16102,2255,'af_addon_tooltip_text_color',''),(16103,2272,'af_addon_field_sort',''),(16104,2272,'af_addon_depend_selector','af_addon_not_dependable'),(16105,2272,'af_addon_field_depend_selector','0'),(16106,2272,'af_addon_option_depend_selector','a:0:{}'),(16107,2272,'af_addon_type_select','color_swatcher'),(16108,2272,'af_addon_field_title','Number color:'),(16109,2272,'af_addon_tooltip_checkbox',''),(16110,2272,'af_addon_tooltip_textarea',''),(16111,2272,'af_addon_desc_checkbox',''),(16112,2272,'af_addon_desc_textarea',''),(16113,2272,'af_addon_required_field','1'),(16114,2272,'af_addon_limit_range_checkbox',''),(16115,2272,'af_addon_min_limit_range',''),(16116,2272,'af_addon_max_limit_range',''),(16117,2272,'af_addon_price_range_checkbox',''),(16118,2272,'af_addon_field_price_type','free'),(16119,2272,'af_addon_field_price',''),(16120,2272,'af_addon_upload_file_extention',''),(16121,2283,'af_addon_option_priority',''),(16122,2283,'af_addon_field_options_image',''),(16123,2283,'af_addon_field_options_name','Flo-pink'),(16124,2283,'af_addon_option_color','#ff00dd'),(16125,2283,'af_addon_field_options_price_type','free'),(16126,2283,'af_addon_field_options_price',''),(16127,2282,'af_addon_option_priority',''),(16128,2282,'af_addon_field_options_image',''),(16129,2282,'af_addon_field_options_name','Flo-yellow'),(16130,2282,'af_addon_option_color','#e5ff00'),(16131,2282,'af_addon_field_options_price_type','free'),(16132,2282,'af_addon_field_options_price',''),(16133,2281,'af_addon_option_priority',''),(16134,2281,'af_addon_field_options_image',''),(16135,2281,'af_addon_field_options_name','Orange'),(16136,2281,'af_addon_option_color','#ff7700'),(16137,2281,'af_addon_field_options_price_type','free'),(16138,2281,'af_addon_field_options_price',''),(16139,2280,'af_addon_option_priority',''),(16140,2280,'af_addon_field_options_image',''),(16141,2280,'af_addon_field_options_name','Cool gray'),(16142,2280,'af_addon_option_color','#7f7f7f'),(16143,2280,'af_addon_field_options_price_type','free'),(16144,2280,'af_addon_field_options_price',''),(16145,2279,'af_addon_option_priority',''),(16146,2279,'af_addon_field_options_image',''),(16147,2279,'af_addon_field_options_name','Warm gray'),(16148,2279,'af_addon_option_color','#dbdbdb'),(16149,2279,'af_addon_field_options_price_type','free'),(16150,2279,'af_addon_field_options_price',''),(16151,2278,'af_addon_option_priority',''),(16152,2278,'af_addon_field_options_image',''),(16153,2278,'af_addon_field_options_name','Cyan'),(16154,2278,'af_addon_option_color','#00d4ff'),(16155,2278,'af_addon_field_options_price_type','free'),(16156,2278,'af_addon_field_options_price',''),(16157,2277,'af_addon_option_priority',''),(16158,2277,'af_addon_field_options_image',''),(16159,2277,'af_addon_field_options_name','Green'),(16160,2277,'af_addon_option_color','#00e80b'),(16161,2277,'af_addon_field_options_price_type','free'),(16162,2277,'af_addon_field_options_price',''),(16163,2276,'af_addon_option_priority',''),(16164,2276,'af_addon_field_options_image',''),(16165,2276,'af_addon_field_options_name','Red'),(16166,2276,'af_addon_option_color','#ff0000'),(16167,2276,'af_addon_field_options_price_type','free'),(16168,2276,'af_addon_field_options_price',''),(16169,2275,'af_addon_option_priority',''),(16170,2275,'af_addon_field_options_image',''),(16171,2275,'af_addon_field_options_name','Yellow'),(16172,2275,'af_addon_option_color','#fff000'),(16173,2275,'af_addon_field_options_price_type','free'),(16174,2275,'af_addon_field_options_price',''),(16175,2274,'af_addon_option_priority',''),(16176,2274,'af_addon_field_options_image',''),(16177,2274,'af_addon_field_options_name','Black'),(16178,2274,'af_addon_option_color','#0a0a0a'),(16179,2274,'af_addon_field_options_price_type','free'),(16180,2274,'af_addon_field_options_price',''),(16181,2273,'af_addon_option_priority',''),(16182,2273,'af_addon_field_options_image',''),(16183,2273,'af_addon_field_options_name','White'),(16184,2273,'af_addon_option_color','#ffffff'),(16185,2273,'af_addon_field_options_price_type','free'),(16186,2273,'af_addon_field_options_price',''),(16187,2261,'af_addon_field_sort',''),(16188,2261,'af_addon_depend_selector','af_addon_not_dependable'),(16189,2261,'af_addon_field_depend_selector','0'),(16190,2261,'af_addon_option_depend_selector','a:0:{}'),(16191,2261,'af_addon_type_select','color_swatcher'),(16192,2261,'af_addon_field_title','Background color:'),(16193,2261,'af_addon_tooltip_checkbox',''),(16194,2261,'af_addon_tooltip_textarea',''),(16195,2261,'af_addon_desc_checkbox',''),(16196,2261,'af_addon_desc_textarea',''),(16197,2261,'af_addon_required_field','1'),(16198,2261,'af_addon_limit_range_checkbox',''),(16199,2261,'af_addon_min_limit_range',''),(16200,2261,'af_addon_max_limit_range',''),(16201,2261,'af_addon_price_range_checkbox',''),(16202,2261,'af_addon_field_price_type','free'),(16203,2261,'af_addon_field_price',''),(16204,2261,'af_addon_upload_file_extention',''),(16205,2284,'af_addon_option_priority',''),(16206,2284,'af_addon_field_options_image',''),(16207,2284,'af_addon_field_options_name','Flo-pink'),(16208,2284,'af_addon_option_color','#ff00dd'),(16209,2284,'af_addon_field_options_price_type','free'),(16210,2284,'af_addon_field_options_price',''),(16211,2271,'af_addon_option_priority',''),(16212,2271,'af_addon_field_options_image',''),(16213,2271,'af_addon_field_options_name','Flo-yellow'),(16214,2271,'af_addon_option_color','#e5ff00'),(16215,2271,'af_addon_field_options_price_type','free'),(16216,2271,'af_addon_field_options_price',''),(16217,2270,'af_addon_option_priority',''),(16218,2270,'af_addon_field_options_image',''),(16219,2270,'af_addon_field_options_name','Orange'),(16220,2270,'af_addon_option_color','#ff7700'),(16221,2270,'af_addon_field_options_price_type','free'),(16222,2270,'af_addon_field_options_price',''),(16223,2269,'af_addon_option_priority',''),(16224,2269,'af_addon_field_options_image',''),(16225,2269,'af_addon_field_options_name','Cool gray'),(16226,2269,'af_addon_option_color','#7f7f7f'),(16227,2269,'af_addon_field_options_price_type','free'),(16228,2269,'af_addon_field_options_price',''),(16229,2268,'af_addon_option_priority',''),(16230,2268,'af_addon_field_options_image',''),(16231,2268,'af_addon_field_options_name','Warm gray'),(16232,2268,'af_addon_option_color','#dbdbdb'),(16233,2268,'af_addon_field_options_price_type','free'),(16234,2268,'af_addon_field_options_price',''),(16235,2267,'af_addon_option_priority',''),(16236,2267,'af_addon_field_options_image',''),(16237,2267,'af_addon_field_options_name','Cyan'),(16238,2267,'af_addon_option_color','#00d4ff'),(16239,2267,'af_addon_field_options_price_type','free'),(16240,2267,'af_addon_field_options_price',''),(16241,2266,'af_addon_option_priority',''),(16242,2266,'af_addon_field_options_image',''),(16243,2266,'af_addon_field_options_name','Green'),(16244,2266,'af_addon_option_color','#00e80b'),(16245,2266,'af_addon_field_options_price_type','free'),(16246,2266,'af_addon_field_options_price',''),(16247,2265,'af_addon_option_priority',''),(16248,2265,'af_addon_field_options_image',''),(16249,2265,'af_addon_field_options_name','Red'),(16250,2265,'af_addon_option_color','#ff0000'),(16251,2265,'af_addon_field_options_price_type','free'),(16252,2265,'af_addon_field_options_price',''),(16253,2264,'af_addon_option_priority',''),(16254,2264,'af_addon_field_options_image',''),(16255,2264,'af_addon_field_options_name','Yellow'),(16256,2264,'af_addon_option_color','#fff000'),(16257,2264,'af_addon_field_options_price_type','free'),(16258,2264,'af_addon_field_options_price',''),(16259,2263,'af_addon_option_priority',''),(16260,2263,'af_addon_field_options_image',''),(16261,2263,'af_addon_field_options_name','Black'),(16262,2263,'af_addon_option_color','#0a0a0a'),(16263,2263,'af_addon_field_options_price_type','free'),(16264,2263,'af_addon_field_options_price',''),(16265,2262,'af_addon_option_priority',''),(16266,2262,'af_addon_field_options_image',''),(16267,2262,'af_addon_field_options_name','White'),(16268,2262,'af_addon_option_color','#ffffff'),(16269,2262,'af_addon_field_options_price_type','free'),(16270,2262,'af_addon_field_options_price',''),(16271,2257,'af_addon_field_sort',''),(16272,2257,'af_addon_depend_selector','af_addon_not_dependable'),(16273,2257,'af_addon_field_depend_selector','0'),(16274,2257,'af_addon_option_depend_selector','a:0:{}'),(16275,2257,'af_addon_type_select','drop_down'),(16276,2257,'af_addon_field_title','Bike size:'),(16277,2257,'af_addon_tooltip_checkbox',''),(16278,2257,'af_addon_tooltip_textarea',''),(16279,2257,'af_addon_desc_checkbox',''),(16280,2257,'af_addon_desc_textarea',''),(16281,2257,'af_addon_required_field','1'),(16282,2257,'af_addon_limit_range_checkbox',''),(16283,2257,'af_addon_min_limit_range',''),(16284,2257,'af_addon_max_limit_range',''),(16285,2257,'af_addon_price_range_checkbox',''),(16286,2257,'af_addon_field_price_type','free'),(16287,2257,'af_addon_field_price',''),(16288,2257,'af_addon_upload_file_extention',''),(16289,2260,'af_addon_option_priority',''),(16290,2260,'af_addon_field_options_image',''),(16291,2260,'af_addon_field_options_name','125cc-500cc'),(16292,2260,'af_addon_option_color',''),(16293,2260,'af_addon_field_options_price_type','flat_fixed_fee'),(16294,2260,'af_addon_field_options_price','30'),(16295,2259,'af_addon_option_priority',''),(16296,2259,'af_addon_field_options_image',''),(16297,2259,'af_addon_field_options_name','85cc-Supermini'),(16298,2259,'af_addon_option_color',''),(16299,2259,'af_addon_field_options_price_type','flat_fixed_fee'),(16300,2259,'af_addon_field_options_price','15'),(16301,2258,'af_addon_option_priority',''),(16302,2258,'af_addon_field_options_image',''),(16303,2258,'af_addon_field_options_name','50cc-65/110cc'),(16304,2258,'af_addon_option_color',''),(16305,2258,'af_addon_field_options_price_type','free'),(16306,2258,'af_addon_field_options_price',''),(16307,2256,'af_addon_field_sort',''),(16308,2256,'af_addon_depend_selector','af_addon_not_dependable'),(16309,2256,'af_addon_field_depend_selector','0'),(16310,2256,'af_addon_option_depend_selector','a:0:{}'),(16311,2256,'af_addon_type_select','input_text'),(16312,2256,'af_addon_field_title','Bike year/make/model:'),(16313,2256,'af_addon_tooltip_checkbox',''),(16314,2256,'af_addon_tooltip_textarea',''),(16315,2256,'af_addon_desc_checkbox',''),(16316,2256,'af_addon_desc_textarea',''),(16317,2256,'af_addon_required_field','1'),(16318,2256,'af_addon_limit_range_checkbox',''),(16319,2256,'af_addon_min_limit_range',''),(16320,2256,'af_addon_max_limit_range',''),(16321,2256,'af_addon_price_range_checkbox',''),(16322,2256,'af_addon_field_price_type','free'),(16323,2256,'af_addon_field_price',''),(16324,2256,'af_addon_upload_file_extention',''),(16325,2255,'_edit_lock','1749924607:1'),(16326,2289,'af_addon_field_sort',''),(16327,2289,'af_addon_depend_selector','af_addon_dependable'),(16328,2289,'af_addon_field_depend_selector','2286'),(16329,2289,'af_addon_option_depend_selector','a:1:{i:0;s:4:\"2288\";}'),(16330,2289,'af_addon_type_select','input_text'),(16331,2289,'af_addon_field_title','What name would you like?'),(16332,2289,'af_addon_tooltip_checkbox',''),(16333,2289,'af_addon_tooltip_textarea',''),(16334,2289,'af_addon_desc_checkbox',''),(16335,2289,'af_addon_desc_textarea',''),(16336,2289,'af_addon_required_field','1'),(16337,2289,'af_addon_limit_range_checkbox',''),(16338,2289,'af_addon_min_limit_range',''),(16339,2289,'af_addon_max_limit_range',''),(16340,2289,'af_addon_price_range_checkbox',''),(16341,2289,'af_addon_field_price_type','free'),(16342,2289,'af_addon_field_price',''),(16343,2289,'af_addon_upload_file_extention',''),(16344,2286,'af_addon_field_sort',''),(16345,2286,'af_addon_depend_selector','af_addon_not_dependable'),(16346,2286,'af_addon_field_depend_selector','0'),(16347,2286,'af_addon_option_depend_selector','a:0:{}'),(16348,2286,'af_addon_type_select','radio'),(16349,2286,'af_addon_field_title','Would you like your name on the plates?'),(16350,2286,'af_addon_tooltip_checkbox',''),(16351,2286,'af_addon_tooltip_textarea',''),(16352,2286,'af_addon_desc_checkbox',''),(16353,2286,'af_addon_desc_textarea',''),(16354,2286,'af_addon_required_field','1'),(16355,2286,'af_addon_limit_range_checkbox',''),(16356,2286,'af_addon_min_limit_range',''),(16357,2286,'af_addon_max_limit_range',''),(16358,2286,'af_addon_price_range_checkbox',''),(16359,2286,'af_addon_field_price_type','free'),(16360,2286,'af_addon_field_price',''),(16361,2286,'af_addon_upload_file_extention',''),(16362,2288,'af_addon_option_priority',''),(16363,2288,'af_addon_field_options_image',''),(16364,2288,'af_addon_field_options_name','Yes'),(16365,2288,'af_addon_option_color',''),(16366,2288,'af_addon_field_options_price_type','flat_fixed_fee'),(16367,2288,'af_addon_field_options_price','5'),(16368,2287,'af_addon_option_priority',''),(16369,2287,'af_addon_field_options_image',''),(16370,2287,'af_addon_field_options_name','No'),(16371,2287,'af_addon_option_color',''),(16372,2287,'af_addon_field_options_price_type','free'),(16373,2287,'af_addon_field_options_price',''),(16374,2285,'af_addon_field_sort',''),(16375,2285,'af_addon_depend_selector','af_addon_not_dependable'),(16376,2285,'af_addon_field_depend_selector','0'),(16377,2285,'af_addon_option_depend_selector','a:0:{}'),(16378,2285,'af_addon_type_select','input_text'),(16379,2285,'af_addon_field_title','Race number:'),(16380,2285,'af_addon_tooltip_checkbox',''),(16381,2285,'af_addon_tooltip_textarea',''),(16382,2285,'af_addon_desc_checkbox',''),(16383,2285,'af_addon_desc_textarea',''),(16384,2285,'af_addon_required_field',''),(16385,2285,'af_addon_limit_range_checkbox',''),(16386,2285,'af_addon_min_limit_range',''),(16387,2285,'af_addon_max_limit_range',''),(16388,2285,'af_addon_price_range_checkbox',''),(16389,2285,'af_addon_field_price_type','free'),(16390,2285,'af_addon_field_price',''),(16391,2285,'af_addon_upload_file_extention',''),(16392,2291,'_edit_lock','1739987075:1'),(16393,2291,'_g_feedback_shortcode_3df6f90793578f1d65f64dc61d389c74555e4074','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(16394,2291,'_g_feedback_shortcode_atts_3df6f90793578f1d65f64dc61d389c74555e4074','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:43:\"[Aggressive Graphix LLC] 10x10 Blank Canopy\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2291;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(16395,2291,'af_addon_title_font_size','14'),(16396,2291,'af_addon_option_title_font_size','12'),(16397,2291,'af_addon_field_border_pixels','1'),(16398,2291,'af_addon_desc_font_size','12'),(16399,2291,'af_addon_tooltip_font_size','12'),(16400,2301,'_wp_attached_file','2025/02/10x20blankcanopy.webp'),(16401,2301,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:614;s:4:\"file\";s:29:\"2025/02/10x20blankcanopy.webp\";s:8:\"filesize\";i:55802;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"10x20blankcanopy-300x230.webp\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12812;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"10x20blankcanopy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5812;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"10x20blankcanopy-768x589.webp\";s:5:\"width\";i:768;s:6:\"height\";i:589;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:57056;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"10x20blankcanopy-300x230.webp\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12812;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"10x20blankcanopy-600x461.webp\";s:5:\"width\";i:600;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:39324;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"10x20blankcanopy-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3250;}}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:{}}}'),(16402,2302,'_wp_attached_file','2025/02/10x10blankcanopy.webp'),(16403,2302,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:675;s:4:\"file\";s:29:\"2025/02/10x10blankcanopy.webp\";s:8:\"filesize\";i:65554;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"10x10blankcanopy-300x253.webp\";s:5:\"width\";i:300;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14486;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"10x10blankcanopy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6234;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"10x10blankcanopy-768x648.webp\";s:5:\"width\";i:768;s:6:\"height\";i:648;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:63908;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"10x10blankcanopy-300x253.webp\";s:5:\"width\";i:300;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14486;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"10x10blankcanopy-600x506.webp\";s:5:\"width\";i:600;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:44590;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"10x10blankcanopy-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3576;}}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:{}}}'),(16404,2303,'_wp_attached_file','2025/02/10x15blankcanopy.webp'),(16405,2303,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:683;s:4:\"file\";s:29:\"2025/02/10x15blankcanopy.webp\";s:8:\"filesize\";i:67252;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"10x15blankcanopy-300x256.webp\";s:5:\"width\";i:300;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15150;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"10x15blankcanopy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6366;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"10x15blankcanopy-768x656.webp\";s:5:\"width\";i:768;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:68554;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"10x15blankcanopy-300x256.webp\";s:5:\"width\";i:300;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15150;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"10x15blankcanopy-600x512.webp\";s:5:\"width\";i:600;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:47428;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"10x15blankcanopy-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3582;}}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:{}}}'),(16406,2291,'_thumbnail_id','2302'),(16407,2291,'_edit_last','1'),(16408,2291,'exclude_rule_addons',''),(16409,2291,'af_addon_title_display_as_selector','af_addon_title_display_text'),(16410,2291,'af_addon_heading_type_selector','addon_h1'),(16411,2291,'af_addon_seperator_checkbox',''),(16412,2291,'af_addon_title_seperator','af_addon_title_seperator_br'),(16413,2291,'af_addon_option_title_font_color',''),(16414,2291,'af_addon_title_bg',''),(16415,2291,'af_addon_title_color',''),(16416,2291,'af_addon_bg_color',''),(16417,2291,'af_addon_title_top_left_radius',''),(16418,2291,'af_addon_title_top_right_radius',''),(16419,2291,'af_addon_title_bottom_left_radius',''),(16420,2291,'af_addon_title_bottom_right_radius',''),(16421,2291,'af_addon_title_top_padding',''),(16422,2291,'af_addon_title_bottom_padding',''),(16423,2291,'af_addon_title_left_padding',''),(16424,2291,'af_addon_title_right_padding',''),(16425,2291,'af_addon_field_border',''),(16426,2291,'af_addon_field_border_top_left_radius',''),(16427,2291,'af_addon_field_border_top_right_radius',''),(16428,2291,'af_addon_field_border_bottom_left_radius',''),(16429,2291,'af_addon_field_border_bottom_right_radius',''),(16430,2291,'af_addon_field_border_top_padding',''),(16431,2291,'af_addon_field_border_bottom_padding',''),(16432,2291,'af_addon_field_border_left_padding',''),(16433,2291,'af_addon_field_border_right_padding',''),(16434,2291,'af_addon_field_title_position','left'),(16435,2291,'af_addon_field_border_color',''),(16436,2291,'af_addon_title_position','af_addon_title_inside_border'),(16437,2291,'af_addon_tooltip_background_color','#000000'),(16438,2291,'af_addon_tooltip_text_color',''),(16457,2300,'af_addon_option_priority',''),(16458,2300,'af_addon_field_options_image',''),(16459,2300,'af_addon_field_options_name','Dark Blue'),(16460,2300,'af_addon_option_color','#022454'),(16461,2300,'af_addon_field_options_price_type','free'),(16462,2300,'af_addon_field_options_price',''),(16463,2299,'af_addon_option_priority',''),(16464,2299,'af_addon_field_options_image',''),(16465,2299,'af_addon_field_options_name','Royal Blue'),(16466,2299,'af_addon_option_color','#002e83'),(16467,2299,'af_addon_field_options_price_type','free'),(16468,2299,'af_addon_field_options_price',''),(16469,2298,'af_addon_option_priority',''),(16470,2298,'af_addon_field_options_image',''),(16471,2298,'af_addon_field_options_name','Cool Grey'),(16472,2298,'af_addon_option_color','#acaead'),(16473,2298,'af_addon_field_options_price_type','free'),(16474,2298,'af_addon_field_options_price',''),(16475,2297,'af_addon_option_priority',''),(16476,2297,'af_addon_field_options_image',''),(16477,2297,'af_addon_field_options_name','Dark Green'),(16478,2297,'af_addon_option_color','#144532'),(16479,2297,'af_addon_field_options_price_type','free'),(16480,2297,'af_addon_field_options_price',''),(16481,2296,'af_addon_option_priority',''),(16482,2296,'af_addon_field_options_image',''),(16483,2296,'af_addon_field_options_name','Green'),(16484,2296,'af_addon_option_color','#01803b'),(16485,2296,'af_addon_field_options_price_type','free'),(16486,2296,'af_addon_field_options_price',''),(16487,2295,'af_addon_option_priority',''),(16488,2295,'af_addon_field_options_image',''),(16489,2295,'af_addon_field_options_name','Red'),(16490,2295,'af_addon_option_color','#b90e3b'),(16491,2295,'af_addon_field_options_price_type','free'),(16492,2295,'af_addon_field_options_price',''),(16493,2294,'af_addon_option_priority',''),(16494,2294,'af_addon_field_options_image',''),(16495,2294,'af_addon_field_options_name','Black'),(16496,2294,'af_addon_option_color','#0f0f0f'),(16497,2294,'af_addon_field_options_price_type','free'),(16498,2294,'af_addon_field_options_price',''),(16499,2293,'af_addon_option_priority',''),(16500,2293,'af_addon_field_options_image',''),(16501,2293,'af_addon_field_options_name','White'),(16502,2293,'af_addon_option_color','#ffffff'),(16503,2293,'af_addon_field_options_price_type','free'),(16504,2293,'af_addon_field_options_price',''),(16505,2291,'_regular_price','435'),(16506,2291,'total_sales','0'),(16507,2291,'_tax_status','taxable'),(16508,2291,'_tax_class',''),(16509,2291,'_manage_stock','no'),(16510,2291,'_backorders','no'),(16511,2291,'_sold_individually','no'),(16512,2291,'_virtual','no'),(16513,2291,'_downloadable','no'),(16514,2291,'_download_limit','-1'),(16515,2291,'_download_expiry','-1'),(16516,2291,'_stock',NULL),(16517,2291,'_stock_status','instock'),(16518,2291,'_wc_average_rating','0'),(16519,2291,'_wc_review_count','0'),(16520,2291,'_product_version','9.6.2'),(16521,2291,'_price','435'),(16522,2291,'_mkl_pc__is_configurable','no'),(16523,2291,'_yoast_wpseo_primary_product_brand',''),(16524,2291,'_yoast_wpseo_primary_product_cat','37'),(16525,2291,'_yoast_wpseo_content_score','90'),(16526,2291,'_yoast_wpseo_estimated-reading-time-minutes','1'),(16545,2306,'af_addon_option_priority',''),(16546,2306,'af_addon_field_options_image',''),(16547,2306,'af_addon_field_options_name','Yes'),(16548,2306,'af_addon_option_color',''),(16549,2306,'af_addon_field_options_price_type','flat_fixed_fee'),(16550,2306,'af_addon_field_options_price','50'),(16551,2305,'af_addon_option_priority',''),(16552,2305,'af_addon_field_options_image',''),(16553,2305,'af_addon_field_options_name','No'),(16554,2305,'af_addon_option_color',''),(16555,2305,'af_addon_field_options_price_type','free'),(16556,2305,'af_addon_field_options_price','0'),(16557,2307,'_regular_price','510'),(16558,2307,'total_sales','0'),(16559,2307,'_tax_status','taxable'),(16560,2307,'_tax_class',''),(16561,2307,'_manage_stock','no'),(16562,2307,'_backorders','no'),(16563,2307,'_sold_individually','no'),(16564,2307,'_virtual','no'),(16565,2307,'_downloadable','no'),(16566,2307,'_download_limit','-1'),(16567,2307,'_download_expiry','-1'),(16568,2307,'_thumbnail_id','2303'),(16569,2307,'_stock',NULL),(16570,2307,'_stock_status','instock'),(16571,2307,'_wc_average_rating','0'),(16572,2307,'_wc_review_count','0'),(16573,2307,'_product_version','9.6.2'),(16574,2307,'_price','510'),(16575,2307,'_g_feedback_shortcode_3df6f90793578f1d65f64dc61d389c74555e4074','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(16576,2307,'_g_feedback_shortcode_atts_3df6f90793578f1d65f64dc61d389c74555e4074','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:43:\"[Aggressive Graphix LLC] 10x10 Blank Canopy\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2291;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(16577,2307,'af_addon_title_font_size','14'),(16578,2307,'af_addon_option_title_font_size','12'),(16579,2307,'af_addon_field_border_pixels','1'),(16580,2307,'af_addon_desc_font_size','12'),(16581,2307,'af_addon_tooltip_font_size','12'),(16582,2307,'exclude_rule_addons',''),(16583,2307,'af_addon_title_display_as_selector','af_addon_title_display_text'),(16584,2307,'af_addon_heading_type_selector','addon_h1'),(16585,2307,'af_addon_seperator_checkbox',''),(16586,2307,'af_addon_title_seperator','af_addon_title_seperator_br'),(16587,2307,'af_addon_option_title_font_color',''),(16588,2307,'af_addon_title_bg',''),(16589,2307,'af_addon_title_color',''),(16590,2307,'af_addon_bg_color',''),(16591,2307,'af_addon_title_top_left_radius',''),(16592,2307,'af_addon_title_top_right_radius',''),(16593,2307,'af_addon_title_bottom_left_radius',''),(16594,2307,'af_addon_title_bottom_right_radius',''),(16595,2307,'af_addon_title_top_padding',''),(16596,2307,'af_addon_title_bottom_padding',''),(16597,2307,'af_addon_title_left_padding',''),(16598,2307,'af_addon_title_right_padding',''),(16599,2307,'af_addon_field_border',''),(16600,2307,'af_addon_field_border_top_left_radius',''),(16601,2307,'af_addon_field_border_top_right_radius',''),(16602,2307,'af_addon_field_border_bottom_left_radius',''),(16603,2307,'af_addon_field_border_bottom_right_radius',''),(16604,2307,'af_addon_field_border_top_padding',''),(16605,2307,'af_addon_field_border_bottom_padding',''),(16606,2307,'af_addon_field_border_left_padding',''),(16607,2307,'af_addon_field_border_right_padding',''),(16608,2307,'af_addon_field_title_position','left'),(16609,2307,'af_addon_field_border_color',''),(16610,2307,'af_addon_title_position','af_addon_title_inside_border'),(16611,2307,'af_addon_tooltip_background_color','#000000'),(16612,2307,'af_addon_tooltip_text_color',''),(16613,2307,'_mkl_pc__is_configurable','no'),(16614,2307,'_yoast_wpseo_primary_product_brand',''),(16615,2307,'_yoast_wpseo_primary_product_cat','37'),(16616,2307,'_yoast_wpseo_content_score','90'),(16617,2307,'_yoast_wpseo_estimated-reading-time-minutes','1'),(16618,2307,'_edit_lock','1753869791:2'),(16619,2307,'_g_feedback_shortcode_ab758e6df6465f86fec1deeba99702352aa5e37f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(16620,2307,'_g_feedback_shortcode_atts_ab758e6df6465f86fec1deeba99702352aa5e37f','a:18:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:43:\"[Aggressive Graphix LLC] 10x15 Blank Canopy\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2307;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;s:14:\"stepTransition\";s:10:\"fade-slide\";}'),(16621,2307,'_edit_last','1'),(16622,2320,'_regular_price','750'),(16623,2320,'total_sales','0'),(16624,2320,'_tax_status','taxable'),(16625,2320,'_tax_class',''),(16626,2320,'_manage_stock','no'),(16627,2320,'_backorders','no'),(16628,2320,'_sold_individually','no'),(16629,2320,'_virtual','no'),(16630,2320,'_downloadable','no'),(16631,2320,'_download_limit','-1'),(16632,2320,'_download_expiry','-1'),(16633,2320,'_thumbnail_id','2301'),(16634,2320,'_stock',NULL),(16635,2320,'_stock_status','instock'),(16636,2320,'_wc_average_rating','0'),(16637,2320,'_wc_review_count','0'),(16638,2320,'_product_version','9.6.2'),(16639,2320,'_price','750'),(16640,2320,'_g_feedback_shortcode_3df6f90793578f1d65f64dc61d389c74555e4074','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(16641,2320,'_g_feedback_shortcode_atts_3df6f90793578f1d65f64dc61d389c74555e4074','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:43:\"[Aggressive Graphix LLC] 10x10 Blank Canopy\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2291;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(16642,2320,'af_addon_title_font_size','14'),(16643,2320,'af_addon_option_title_font_size','12'),(16644,2320,'af_addon_field_border_pixels','1'),(16645,2320,'af_addon_desc_font_size','12'),(16646,2320,'af_addon_tooltip_font_size','12'),(16647,2320,'exclude_rule_addons',''),(16648,2320,'af_addon_title_display_as_selector','af_addon_title_display_text'),(16649,2320,'af_addon_heading_type_selector','addon_h1'),(16650,2320,'af_addon_seperator_checkbox',''),(16651,2320,'af_addon_title_seperator','af_addon_title_seperator_br'),(16652,2320,'af_addon_option_title_font_color',''),(16653,2320,'af_addon_title_bg',''),(16654,2320,'af_addon_title_color',''),(16655,2320,'af_addon_bg_color',''),(16656,2320,'af_addon_title_top_left_radius',''),(16657,2320,'af_addon_title_top_right_radius',''),(16658,2320,'af_addon_title_bottom_left_radius',''),(16659,2320,'af_addon_title_bottom_right_radius',''),(16660,2320,'af_addon_title_top_padding',''),(16661,2320,'af_addon_title_bottom_padding',''),(16662,2320,'af_addon_title_left_padding',''),(16663,2320,'af_addon_title_right_padding',''),(16664,2320,'af_addon_field_border',''),(16665,2320,'af_addon_field_border_top_left_radius',''),(16666,2320,'af_addon_field_border_top_right_radius',''),(16667,2320,'af_addon_field_border_bottom_left_radius',''),(16668,2320,'af_addon_field_border_bottom_right_radius',''),(16669,2320,'af_addon_field_border_top_padding',''),(16670,2320,'af_addon_field_border_bottom_padding',''),(16671,2320,'af_addon_field_border_left_padding',''),(16672,2320,'af_addon_field_border_right_padding',''),(16673,2320,'af_addon_field_title_position','left'),(16674,2320,'af_addon_field_border_color',''),(16675,2320,'af_addon_title_position','af_addon_title_inside_border'),(16676,2320,'af_addon_tooltip_background_color','#000000'),(16677,2320,'af_addon_tooltip_text_color',''),(16678,2320,'_mkl_pc__is_configurable','no'),(16679,2320,'_yoast_wpseo_primary_product_brand',''),(16680,2320,'_yoast_wpseo_primary_product_cat','37'),(16681,2320,'_yoast_wpseo_content_score','90'),(16682,2320,'_yoast_wpseo_estimated-reading-time-minutes','1'),(16683,2320,'_g_feedback_shortcode_ab758e6df6465f86fec1deeba99702352aa5e37f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(16684,2320,'_g_feedback_shortcode_atts_ab758e6df6465f86fec1deeba99702352aa5e37f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:43:\"[Aggressive Graphix LLC] 10x15 Blank Canopy\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2307;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(16685,2320,'_edit_lock','1739987591:1'),(16686,2320,'_g_feedback_shortcode_b09269d33a775a577348af1f7e77ae784c29bb02','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(16687,2320,'_g_feedback_shortcode_atts_b09269d33a775a577348af1f7e77ae784c29bb02','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:43:\"[Aggressive Graphix LLC] 10x20 Blank Canopy\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2320;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(16688,2320,'_edit_last','1'),(16689,2321,'af_addon_title_font_size','14'),(16690,2321,'af_addon_option_title_font_size','12'),(16691,2321,'af_addon_field_border_pixels','1'),(16692,2321,'af_addon_desc_font_size','12'),(16693,2321,'af_addon_tooltip_font_size','12'),(16694,2321,'_edit_last','1'),(16695,2321,'af_pao_prod_search','a:3:{i:0;s:4:\"2291\";i:1;s:4:\"2307\";i:2;s:4:\"2320\";}'),(16696,2321,'af_pao_cat_search',''),(16697,2321,'af_pao_tag_search',''),(16698,2321,'af_addon_user_role',''),(16699,2321,'af_addon_title_display_as_selector','af_addon_title_display_text'),(16700,2321,'af_addon_heading_type_selector','addon_h1'),(16701,2321,'af_addon_seperator_checkbox',''),(16702,2321,'af_addon_option_title_font_color',''),(16703,2321,'af_addon_title_seperator','af_addon_title_seperator_br'),(16704,2321,'af_addon_title_bg',''),(16705,2321,'af_addon_title_color',''),(16706,2321,'af_addon_bg_color',''),(16707,2321,'af_addon_title_top_left_radius',''),(16708,2321,'af_addon_title_top_right_radius',''),(16709,2321,'af_addon_title_bottom_left_radius',''),(16710,2321,'af_addon_title_bottom_right_radius',''),(16711,2321,'af_addon_title_top_padding',''),(16712,2321,'af_addon_title_bottom_padding',''),(16713,2321,'af_addon_title_left_padding',''),(16714,2321,'af_addon_title_right_padding',''),(16715,2321,'af_addon_field_border',''),(16716,2321,'af_addon_field_border_top_left_radius',''),(16717,2321,'af_addon_field_border_top_right_radius',''),(16718,2321,'af_addon_field_border_bottom_left_radius',''),(16719,2321,'af_addon_field_border_bottom_right_radius',''),(16720,2321,'af_addon_field_border_top_padding',''),(16721,2321,'af_addon_field_border_bottom_padding',''),(16722,2321,'af_addon_field_border_left_padding',''),(16723,2321,'af_addon_field_border_right_padding',''),(16724,2321,'af_addon_field_title_position','left'),(16725,2321,'af_addon_field_border_color',''),(16726,2321,'af_addon_title_position','af_addon_title_inside_border'),(16727,2321,'af_addon_tooltip_background_color','#000000'),(16728,2321,'af_addon_tooltip_text_color',''),(16729,2331,'af_addon_field_sort',''),(16730,2331,'af_addon_depend_selector','af_addon_not_dependable'),(16731,2331,'af_addon_field_depend_selector','0'),(16732,2331,'af_addon_option_depend_selector','a:0:{}'),(16733,2331,'af_addon_type_select','radio'),(16734,2331,'af_addon_field_title','Add a carry case?'),(16735,2331,'af_addon_tooltip_checkbox',''),(16736,2331,'af_addon_tooltip_textarea',''),(16737,2331,'af_addon_desc_checkbox',''),(16738,2331,'af_addon_desc_textarea',''),(16739,2331,'af_addon_required_field','1'),(16740,2331,'af_addon_limit_range_checkbox',''),(16741,2331,'af_addon_min_limit_range',''),(16742,2331,'af_addon_max_limit_range',''),(16743,2331,'af_addon_price_range_checkbox',''),(16744,2331,'af_addon_field_price_type','free'),(16745,2331,'af_addon_field_price',''),(16746,2331,'af_addon_upload_file_extention',''),(16747,2333,'af_addon_option_priority',''),(16748,2333,'af_addon_field_options_image',''),(16749,2333,'af_addon_field_options_name','Yes'),(16750,2333,'af_addon_option_color',''),(16751,2333,'af_addon_field_options_price_type','flat_fixed_fee'),(16752,2333,'af_addon_field_options_price','50'),(16753,2332,'af_addon_option_priority',''),(16754,2332,'af_addon_field_options_image',''),(16755,2332,'af_addon_field_options_name','No'),(16756,2332,'af_addon_option_color',''),(16757,2332,'af_addon_field_options_price_type','free'),(16758,2332,'af_addon_field_options_price',''),(16759,2322,'af_addon_field_sort',''),(16760,2322,'af_addon_depend_selector','af_addon_not_dependable'),(16761,2322,'af_addon_field_depend_selector','0'),(16762,2322,'af_addon_option_depend_selector','a:0:{}'),(16763,2322,'af_addon_type_select','color_swatcher'),(16764,2322,'af_addon_field_title','Canopy top color:'),(16765,2322,'af_addon_tooltip_checkbox',''),(16766,2322,'af_addon_tooltip_textarea',''),(16767,2322,'af_addon_desc_checkbox',''),(16768,2322,'af_addon_desc_textarea',''),(16769,2322,'af_addon_required_field','1'),(16770,2322,'af_addon_limit_range_checkbox',''),(16771,2322,'af_addon_min_limit_range',''),(16772,2322,'af_addon_max_limit_range',''),(16773,2322,'af_addon_price_range_checkbox',''),(16774,2322,'af_addon_field_price_type','free'),(16775,2322,'af_addon_field_price',''),(16776,2322,'af_addon_upload_file_extention',''),(16777,2330,'af_addon_option_priority',''),(16778,2330,'af_addon_field_options_image',''),(16779,2330,'af_addon_field_options_name','Dark Blue'),(16780,2330,'af_addon_option_color','#022454'),(16781,2330,'af_addon_field_options_price_type','free'),(16782,2330,'af_addon_field_options_price',''),(16783,2329,'af_addon_option_priority',''),(16784,2329,'af_addon_field_options_image',''),(16785,2329,'af_addon_field_options_name','Royal Blue'),(16786,2329,'af_addon_option_color','#002e83'),(16787,2329,'af_addon_field_options_price_type','free'),(16788,2329,'af_addon_field_options_price',''),(16789,2328,'af_addon_option_priority',''),(16790,2328,'af_addon_field_options_image',''),(16791,2328,'af_addon_field_options_name','Cool Grey'),(16792,2328,'af_addon_option_color','#acaead'),(16793,2328,'af_addon_field_options_price_type','free'),(16794,2328,'af_addon_field_options_price',''),(16795,2327,'af_addon_option_priority',''),(16796,2327,'af_addon_field_options_image',''),(16797,2327,'af_addon_field_options_name','Dark Green'),(16798,2327,'af_addon_option_color','#144532'),(16799,2327,'af_addon_field_options_price_type','free'),(16800,2327,'af_addon_field_options_price',''),(16801,2326,'af_addon_option_priority',''),(16802,2326,'af_addon_field_options_image',''),(16803,2326,'af_addon_field_options_name','Green'),(16804,2326,'af_addon_option_color','#01803b'),(16805,2326,'af_addon_field_options_price_type','free'),(16806,2326,'af_addon_field_options_price',''),(16807,2325,'af_addon_option_priority',''),(16808,2325,'af_addon_field_options_image',''),(16809,2325,'af_addon_field_options_name','Red'),(16810,2325,'af_addon_option_color','#b90e3b'),(16811,2325,'af_addon_field_options_price_type','free'),(16812,2325,'af_addon_field_options_price',''),(16813,2324,'af_addon_option_priority',''),(16814,2324,'af_addon_field_options_image',''),(16815,2324,'af_addon_field_options_name','Black'),(16816,2324,'af_addon_option_color','#0a0a0a'),(16817,2324,'af_addon_field_options_price_type','free'),(16818,2324,'af_addon_field_options_price',''),(16819,2323,'af_addon_option_priority',''),(16820,2323,'af_addon_field_options_image',''),(16821,2323,'af_addon_field_options_name','White'),(16822,2323,'af_addon_option_color','#ffffff'),(16823,2323,'af_addon_field_options_price_type','free'),(16824,2323,'af_addon_field_options_price',''),(16825,2321,'_edit_lock','1739986588:1'),(16826,2334,'_edit_lock','1740070226:1'),(16827,2334,'_g_feedback_shortcode_08862f0f125efe6e097d76af73ccd63449c6dcf1','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(16828,2334,'_g_feedback_shortcode_atts_08862f0f125efe6e097d76af73ccd63449c6dcf1','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:45:\"[Aggressive Graphix LLC] 10ft Blank Half Wall\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2334;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(16829,2334,'af_addon_title_font_size','14'),(16830,2334,'af_addon_option_title_font_size','12'),(16831,2334,'af_addon_field_border_pixels','1'),(16832,2334,'af_addon_desc_font_size','12'),(16833,2334,'af_addon_tooltip_font_size','12'),(16834,2334,'_edit_last','1'),(16835,2334,'exclude_rule_addons',''),(16836,2334,'af_addon_title_display_as_selector','af_addon_title_display_text'),(16837,2334,'af_addon_heading_type_selector','addon_h1'),(16838,2334,'af_addon_seperator_checkbox',''),(16839,2334,'af_addon_title_seperator','af_addon_title_seperator_br'),(16840,2334,'af_addon_option_title_font_color',''),(16841,2334,'af_addon_title_bg',''),(16842,2334,'af_addon_title_color',''),(16843,2334,'af_addon_bg_color',''),(16844,2334,'af_addon_title_top_left_radius',''),(16845,2334,'af_addon_title_top_right_radius',''),(16846,2334,'af_addon_title_bottom_left_radius',''),(16847,2334,'af_addon_title_bottom_right_radius',''),(16848,2334,'af_addon_title_top_padding',''),(16849,2334,'af_addon_title_bottom_padding',''),(16850,2334,'af_addon_title_left_padding',''),(16851,2334,'af_addon_title_right_padding',''),(16852,2334,'af_addon_field_border',''),(16853,2334,'af_addon_field_border_top_left_radius',''),(16854,2334,'af_addon_field_border_top_right_radius',''),(16855,2334,'af_addon_field_border_bottom_left_radius',''),(16856,2334,'af_addon_field_border_bottom_right_radius',''),(16857,2334,'af_addon_field_border_top_padding',''),(16858,2334,'af_addon_field_border_bottom_padding',''),(16859,2334,'af_addon_field_border_left_padding',''),(16860,2334,'af_addon_field_border_right_padding',''),(16861,2334,'af_addon_field_title_position','left'),(16862,2334,'af_addon_field_border_color',''),(16863,2334,'af_addon_title_position','af_addon_title_inside_border'),(16864,2334,'af_addon_tooltip_background_color','#000000'),(16865,2334,'af_addon_tooltip_text_color',''),(16866,2334,'total_sales','0'),(16867,2334,'_tax_status','taxable'),(16868,2334,'_tax_class',''),(16869,2334,'_manage_stock','no'),(16870,2334,'_backorders','no'),(16871,2334,'_sold_individually','no'),(16872,2334,'_virtual','no'),(16873,2334,'_downloadable','no'),(16874,2334,'_download_limit','-1'),(16875,2334,'_download_expiry','-1'),(16876,2334,'_stock',NULL),(16877,2334,'_stock_status','instock'),(16878,2334,'_wc_average_rating','0'),(16879,2334,'_wc_review_count','0'),(16880,2334,'_product_version','9.6.2'),(16881,2334,'_mkl_pc__is_configurable','no'),(16882,2334,'_yoast_wpseo_primary_product_brand',''),(16883,2334,'_yoast_wpseo_primary_product_cat','38'),(16884,2334,'_yoast_wpseo_content_score','90'),(16885,2334,'_yoast_wpseo_estimated-reading-time-minutes','1'),(16886,2351,'_wp_attached_file','2025/02/halfwall-dimensions.webp'),(16887,2351,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:32:\"2025/02/halfwall-dimensions.webp\";s:8:\"filesize\";i:49316;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"halfwall-dimensions-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15120;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"halfwall-dimensions-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5310;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"halfwall-dimensions-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:56338;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"halfwall-dimensions-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15120;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"halfwall-dimensions-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:41796;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"halfwall-dimensions-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2828;}}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:{}}}'),(16891,2342,'af_addon_field_sort',''),(16892,2342,'af_addon_depend_selector','af_addon_not_dependable'),(16893,2342,'af_addon_field_depend_selector','0'),(16894,2342,'af_addon_option_depend_selector','a:0:{}'),(16895,2342,'af_addon_type_select','color_swatcher'),(16896,2342,'af_addon_field_title','Choose your color:'),(16897,2342,'af_addon_tooltip_checkbox',''),(16898,2342,'af_addon_tooltip_textarea',''),(16899,2342,'af_addon_desc_checkbox',''),(16900,2342,'af_addon_desc_textarea',''),(16901,2342,'af_addon_required_field','1'),(16902,2342,'af_addon_limit_range_checkbox',''),(16903,2342,'af_addon_min_limit_range',''),(16904,2342,'af_addon_max_limit_range',''),(16905,2342,'af_addon_price_range_checkbox',''),(16906,2342,'af_addon_field_price_type','free'),(16907,2342,'af_addon_field_price',''),(16908,2342,'af_addon_upload_file_extention',''),(16909,2350,'af_addon_option_priority',''),(16910,2350,'af_addon_field_options_image',''),(16911,2350,'af_addon_field_options_name','Dark Blue'),(16912,2350,'af_addon_option_color','#022454'),(16913,2350,'af_addon_field_options_price_type','free'),(16914,2350,'af_addon_field_options_price',''),(16915,2349,'af_addon_option_priority',''),(16916,2349,'af_addon_field_options_image',''),(16917,2349,'af_addon_field_options_name','Royal Blue'),(16918,2349,'af_addon_option_color','#002e83'),(16919,2349,'af_addon_field_options_price_type','free'),(16920,2349,'af_addon_field_options_price',''),(16921,2348,'af_addon_option_priority',''),(16922,2348,'af_addon_field_options_image',''),(16923,2348,'af_addon_field_options_name','Cool Grey'),(16924,2348,'af_addon_option_color','#acaead'),(16925,2348,'af_addon_field_options_price_type','free'),(16926,2348,'af_addon_field_options_price',''),(16927,2347,'af_addon_option_priority',''),(16928,2347,'af_addon_field_options_image',''),(16929,2347,'af_addon_field_options_name','Dark Green'),(16930,2347,'af_addon_option_color','#144532'),(16931,2347,'af_addon_field_options_price_type','free'),(16932,2347,'af_addon_field_options_price',''),(16933,2346,'af_addon_option_priority',''),(16934,2346,'af_addon_field_options_image',''),(16935,2346,'af_addon_field_options_name','Green'),(16936,2346,'af_addon_option_color','#01803b'),(16937,2346,'af_addon_field_options_price_type','free'),(16938,2346,'af_addon_field_options_price',''),(16939,2345,'af_addon_option_priority',''),(16940,2345,'af_addon_field_options_image',''),(16941,2345,'af_addon_field_options_name','Red'),(16942,2345,'af_addon_option_color','#b90e3b'),(16943,2345,'af_addon_field_options_price_type','free'),(16944,2345,'af_addon_field_options_price',''),(16945,2344,'af_addon_option_priority',''),(16946,2344,'af_addon_field_options_image',''),(16947,2344,'af_addon_field_options_name','Black'),(16948,2344,'af_addon_option_color','#0a0a0a'),(16949,2344,'af_addon_field_options_price_type','free'),(16950,2344,'af_addon_field_options_price',''),(16951,2343,'af_addon_option_priority',''),(16952,2343,'af_addon_field_options_image',''),(16953,2343,'af_addon_field_options_name','White'),(16954,2343,'af_addon_option_color','#ffffff'),(16955,2343,'af_addon_field_options_price_type','free'),(16956,2343,'af_addon_field_options_price',''),(16957,2339,'af_addon_field_sort',''),(16958,2339,'af_addon_depend_selector','af_addon_not_dependable'),(16959,2339,'af_addon_field_depend_selector','0'),(16960,2339,'af_addon_option_depend_selector','a:0:{}'),(16961,2339,'af_addon_type_select','radio'),(16962,2339,'af_addon_field_title','Would you like a support bar?'),(16963,2339,'af_addon_tooltip_checkbox',''),(16964,2339,'af_addon_tooltip_textarea',''),(16965,2339,'af_addon_desc_checkbox',''),(16966,2339,'af_addon_desc_textarea',''),(16967,2339,'af_addon_required_field','1'),(16968,2339,'af_addon_limit_range_checkbox',''),(16969,2339,'af_addon_min_limit_range',''),(16970,2339,'af_addon_max_limit_range',''),(16971,2339,'af_addon_price_range_checkbox',''),(16972,2339,'af_addon_field_price_type','free'),(16973,2339,'af_addon_field_price',''),(16974,2339,'af_addon_upload_file_extention',''),(16975,2341,'af_addon_option_priority',''),(16976,2341,'af_addon_field_options_image',''),(16977,2341,'af_addon_field_options_name','Yes'),(16978,2341,'af_addon_option_color',''),(16979,2341,'af_addon_field_options_price_type','flat_fixed_fee'),(16980,2341,'af_addon_field_options_price','40'),(16981,2340,'af_addon_option_priority',''),(16982,2340,'af_addon_field_options_image',''),(16983,2340,'af_addon_field_options_name','No'),(16984,2340,'af_addon_option_color',''),(16985,2340,'af_addon_field_options_price_type','free'),(16986,2340,'af_addon_field_options_price',''),(16987,2335,'af_addon_field_sort',''),(16988,2335,'af_addon_depend_selector','af_addon_not_dependable'),(16989,2335,'af_addon_field_depend_selector','0'),(16990,2335,'af_addon_option_depend_selector','a:0:{}'),(16991,2335,'af_addon_type_select','radio'),(16992,2335,'af_addon_field_title','Choose the frame you\'re attaching the half wall to:'),(16993,2335,'af_addon_tooltip_checkbox',''),(16994,2335,'af_addon_tooltip_textarea',''),(16995,2335,'af_addon_desc_checkbox',''),(16996,2335,'af_addon_desc_textarea',''),(16997,2335,'af_addon_required_field','1'),(16998,2335,'af_addon_limit_range_checkbox',''),(16999,2335,'af_addon_min_limit_range',''),(17000,2335,'af_addon_max_limit_range',''),(17001,2335,'af_addon_price_range_checkbox',''),(17002,2335,'af_addon_field_price_type','free'),(17003,2335,'af_addon_field_price',''),(17004,2335,'af_addon_upload_file_extention',''),(17005,2338,'af_addon_option_priority',''),(17006,2338,'af_addon_field_options_image',''),(17007,2338,'af_addon_field_options_name','50mm hex'),(17008,2338,'af_addon_option_color',''),(17009,2338,'af_addon_field_options_price_type','free'),(17010,2338,'af_addon_field_options_price',''),(17011,2337,'af_addon_option_priority',''),(17012,2337,'af_addon_field_options_image',''),(17013,2337,'af_addon_field_options_name','40mm hex'),(17014,2337,'af_addon_option_color',''),(17015,2337,'af_addon_field_options_price_type','free'),(17016,2337,'af_addon_field_options_price',''),(17017,2336,'af_addon_option_priority',''),(17018,2336,'af_addon_field_options_image',''),(17019,2336,'af_addon_field_options_name','31mm square'),(17020,2336,'af_addon_option_color',''),(17021,2336,'af_addon_field_options_price_type','free'),(17022,2336,'af_addon_field_options_price',''),(17023,2334,'_regular_price','65'),(17024,2334,'_price','65'),(17025,2334,'_product_image_gallery','2351'),(17034,2368,'_edit_lock','1740071175:1'),(17035,2368,'_g_feedback_shortcode_0f6198f7398bd7c9e7b30823ef2d5dd8cbd69956','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(17036,2368,'_g_feedback_shortcode_atts_0f6198f7398bd7c9e7b30823ef2d5dd8cbd69956','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:49:\"[Aggressive Graphix LLC] Custom Printed Half Wall\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2368;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(17037,2368,'af_addon_title_font_size','14'),(17038,2368,'af_addon_option_title_font_size','12'),(17039,2368,'af_addon_field_border_pixels','1'),(17040,2368,'af_addon_desc_font_size','12'),(17041,2368,'af_addon_tooltip_font_size','12'),(17042,2368,'_edit_last','1'),(17043,2368,'exclude_rule_addons',''),(17044,2368,'af_addon_title_display_as_selector','af_addon_title_display_text'),(17045,2368,'af_addon_heading_type_selector','addon_h1'),(17046,2368,'af_addon_seperator_checkbox',''),(17047,2368,'af_addon_title_seperator','af_addon_title_seperator_br'),(17048,2368,'af_addon_option_title_font_color',''),(17049,2368,'af_addon_title_bg',''),(17050,2368,'af_addon_title_color',''),(17051,2368,'af_addon_bg_color',''),(17052,2368,'af_addon_title_top_left_radius',''),(17053,2368,'af_addon_title_top_right_radius',''),(17054,2368,'af_addon_title_bottom_left_radius',''),(17055,2368,'af_addon_title_bottom_right_radius',''),(17056,2368,'af_addon_title_top_padding',''),(17057,2368,'af_addon_title_bottom_padding',''),(17058,2368,'af_addon_title_left_padding',''),(17059,2368,'af_addon_title_right_padding',''),(17060,2368,'af_addon_field_border',''),(17061,2368,'af_addon_field_border_top_left_radius',''),(17062,2368,'af_addon_field_border_top_right_radius',''),(17063,2368,'af_addon_field_border_bottom_left_radius',''),(17064,2368,'af_addon_field_border_bottom_right_radius',''),(17065,2368,'af_addon_field_border_top_padding',''),(17066,2368,'af_addon_field_border_bottom_padding',''),(17067,2368,'af_addon_field_border_left_padding',''),(17068,2368,'af_addon_field_border_right_padding',''),(17069,2368,'af_addon_field_title_position','left'),(17070,2368,'af_addon_field_border_color',''),(17071,2368,'af_addon_title_position','af_addon_title_inside_border'),(17072,2368,'af_addon_tooltip_background_color','#000000'),(17073,2368,'af_addon_tooltip_text_color',''),(17074,2368,'_regular_price','135'),(17075,2368,'total_sales','0'),(17076,2368,'_tax_status','taxable'),(17077,2368,'_tax_class',''),(17078,2368,'_manage_stock','no'),(17079,2368,'_backorders','no'),(17080,2368,'_sold_individually','no'),(17081,2368,'_virtual','no'),(17082,2368,'_downloadable','no'),(17083,2368,'_download_limit','-1'),(17084,2368,'_download_expiry','-1'),(17085,2368,'_stock',NULL),(17086,2368,'_stock_status','instock'),(17087,2368,'_wc_average_rating','0'),(17088,2368,'_wc_review_count','0'),(17089,2368,'_product_version','9.6.2'),(17090,2368,'_price','135'),(17091,2368,'_mkl_pc__is_configurable','no'),(17092,2368,'_yoast_wpseo_primary_product_brand',''),(17093,2368,'_yoast_wpseo_primary_product_cat','38'),(17094,2368,'_yoast_wpseo_estimated-reading-time-minutes','1'),(17095,2368,'_yoast_wpseo_content_score','90'),(17096,2382,'af_addon_field_sort',''),(17097,2382,'af_addon_depend_selector','af_addon_not_dependable'),(17098,2382,'af_addon_field_depend_selector','0'),(17099,2382,'af_addon_option_depend_selector','a:0:{}'),(17100,2382,'af_addon_type_select','radio'),(17101,2382,'af_addon_field_title','Single or double sided?'),(17102,2382,'af_addon_tooltip_checkbox',''),(17103,2382,'af_addon_tooltip_textarea',''),(17104,2382,'af_addon_desc_checkbox',''),(17105,2382,'af_addon_desc_textarea',''),(17106,2382,'af_addon_required_field','1'),(17107,2382,'af_addon_limit_range_checkbox',''),(17108,2382,'af_addon_min_limit_range',''),(17109,2382,'af_addon_max_limit_range',''),(17110,2382,'af_addon_price_range_checkbox',''),(17111,2382,'af_addon_field_price_type','free'),(17112,2382,'af_addon_field_price',''),(17113,2382,'af_addon_upload_file_extention',''),(17114,2384,'af_addon_option_priority',''),(17115,2384,'af_addon_field_options_image',''),(17116,2384,'af_addon_field_options_name','Double'),(17117,2384,'af_addon_option_color',''),(17118,2384,'af_addon_field_options_price_type','flat_fixed_fee'),(17119,2384,'af_addon_field_options_price','65'),(17120,2383,'af_addon_option_priority',''),(17121,2383,'af_addon_field_options_image',''),(17122,2383,'af_addon_field_options_name','Single'),(17123,2383,'af_addon_option_color',''),(17124,2383,'af_addon_field_options_price_type','free'),(17125,2383,'af_addon_field_options_price',''),(17126,2377,'af_addon_field_sort',''),(17127,2377,'af_addon_depend_selector','af_addon_dependable'),(17128,2377,'af_addon_field_depend_selector','2374'),(17129,2377,'af_addon_option_depend_selector','a:1:{i:0;s:4:\"2376\";}'),(17130,2377,'af_addon_type_select','drop_down'),(17131,2377,'af_addon_field_title','What size support bar is needed?'),(17132,2377,'af_addon_tooltip_checkbox',''),(17133,2377,'af_addon_tooltip_textarea',''),(17134,2377,'af_addon_desc_checkbox',''),(17135,2377,'af_addon_desc_textarea',''),(17136,2377,'af_addon_required_field','1'),(17137,2377,'af_addon_limit_range_checkbox',''),(17138,2377,'af_addon_min_limit_range',''),(17139,2377,'af_addon_max_limit_range',''),(17140,2377,'af_addon_price_range_checkbox',''),(17141,2377,'af_addon_field_price_type','free'),(17142,2377,'af_addon_field_price',''),(17143,2377,'af_addon_upload_file_extention',''),(17144,2381,'af_addon_option_priority',''),(17145,2381,'af_addon_field_options_image',''),(17146,2381,'af_addon_field_options_name','20 foot 40mm hex support bar'),(17147,2381,'af_addon_option_color',''),(17148,2381,'af_addon_field_options_price_type','flat_fixed_fee'),(17149,2381,'af_addon_field_options_price','170'),(17150,2380,'af_addon_option_priority',''),(17151,2380,'af_addon_field_options_image',''),(17152,2380,'af_addon_field_options_name','10 foot 50mm hex support bar'),(17153,2380,'af_addon_option_color',''),(17154,2380,'af_addon_field_options_price_type','flat_fixed_fee'),(17155,2380,'af_addon_field_options_price','120'),(17156,2379,'af_addon_option_priority',''),(17157,2379,'af_addon_field_options_image',''),(17158,2379,'af_addon_field_options_name','10 foot 40mm hex support bar'),(17159,2379,'af_addon_option_color',''),(17160,2379,'af_addon_field_options_price_type','flat_fixed_fee'),(17161,2379,'af_addon_field_options_price','120'),(17162,2378,'af_addon_option_priority',''),(17163,2378,'af_addon_field_options_image',''),(17164,2378,'af_addon_field_options_name','10 foot 31mm square support bar'),(17165,2378,'af_addon_option_color',''),(17166,2378,'af_addon_field_options_price_type','flat_fixed_fee'),(17167,2378,'af_addon_field_options_price','95'),(17168,2374,'af_addon_field_sort',''),(17169,2374,'af_addon_depend_selector','af_addon_not_dependable'),(17170,2374,'af_addon_field_depend_selector','0'),(17171,2374,'af_addon_option_depend_selector','a:0:{}'),(17172,2374,'af_addon_type_select','radio'),(17173,2374,'af_addon_field_title','Would you like a support bar?'),(17174,2374,'af_addon_tooltip_checkbox',''),(17175,2374,'af_addon_tooltip_textarea',''),(17176,2374,'af_addon_desc_checkbox',''),(17177,2374,'af_addon_desc_textarea',''),(17178,2374,'af_addon_required_field','1'),(17179,2374,'af_addon_limit_range_checkbox',''),(17180,2374,'af_addon_min_limit_range',''),(17181,2374,'af_addon_max_limit_range',''),(17182,2374,'af_addon_price_range_checkbox',''),(17183,2374,'af_addon_field_price_type','free'),(17184,2374,'af_addon_field_price',''),(17185,2374,'af_addon_upload_file_extention',''),(17186,2376,'af_addon_option_priority',''),(17187,2376,'af_addon_field_options_image',''),(17188,2376,'af_addon_field_options_name','Yes'),(17189,2376,'af_addon_option_color',''),(17190,2376,'af_addon_field_options_price_type','free'),(17191,2376,'af_addon_field_options_price',''),(17192,2375,'af_addon_option_priority',''),(17193,2375,'af_addon_field_options_image',''),(17194,2375,'af_addon_field_options_name','No'),(17195,2375,'af_addon_option_color',''),(17196,2375,'af_addon_field_options_price_type','free'),(17197,2375,'af_addon_field_options_price',''),(17198,2370,'af_addon_field_sort',''),(17199,2370,'af_addon_depend_selector','af_addon_not_dependable'),(17200,2370,'af_addon_field_depend_selector','0'),(17201,2370,'af_addon_option_depend_selector','a:0:{}'),(17202,2370,'af_addon_type_select','radio'),(17203,2370,'af_addon_field_title','Half wall size:'),(17204,2370,'af_addon_tooltip_checkbox',''),(17205,2370,'af_addon_tooltip_textarea',''),(17206,2370,'af_addon_desc_checkbox',''),(17207,2370,'af_addon_desc_textarea',''),(17208,2370,'af_addon_required_field','1'),(17209,2370,'af_addon_limit_range_checkbox',''),(17210,2370,'af_addon_min_limit_range',''),(17211,2370,'af_addon_max_limit_range',''),(17212,2370,'af_addon_price_range_checkbox',''),(17213,2370,'af_addon_field_price_type','free'),(17214,2370,'af_addon_field_price',''),(17215,2370,'af_addon_upload_file_extention',''),(17216,2372,'af_addon_option_priority',''),(17217,2372,'af_addon_field_options_image',''),(17218,2372,'af_addon_field_options_name','20 foot'),(17219,2372,'af_addon_option_color',''),(17220,2372,'af_addon_field_options_price_type','flat_fixed_fee'),(17221,2372,'af_addon_field_options_price','25'),(17222,2371,'af_addon_option_priority',''),(17223,2371,'af_addon_field_options_image',''),(17224,2371,'af_addon_field_options_name','10 foot'),(17225,2371,'af_addon_option_color',''),(17226,2371,'af_addon_field_options_price_type','free'),(17227,2371,'af_addon_field_options_price','0'),(17228,2386,'af_addon_field_sort',''),(17229,2386,'af_addon_depend_selector','af_addon_not_dependable'),(17230,2386,'af_addon_field_depend_selector','0'),(17231,2386,'af_addon_option_depend_selector','a:0:{}'),(17232,2386,'af_addon_type_select','file_upload'),(17233,2386,'af_addon_field_title','Please upload any files you would like us to use in the design'),(17234,2386,'af_addon_tooltip_checkbox',''),(17235,2386,'af_addon_tooltip_textarea',''),(17236,2386,'af_addon_desc_checkbox',''),(17237,2386,'af_addon_desc_textarea',''),(17238,2386,'af_addon_required_field',''),(17239,2386,'af_addon_limit_range_checkbox',''),(17240,2386,'af_addon_min_limit_range',''),(17241,2386,'af_addon_max_limit_range',''),(17242,2386,'af_addon_price_range_checkbox',''),(17243,2386,'af_addon_field_price_type','free'),(17244,2386,'af_addon_field_price',''),(17245,2386,'af_addon_upload_file_extention',''),(17246,2385,'af_addon_field_sort',''),(17247,2385,'af_addon_depend_selector','af_addon_not_dependable'),(17248,2385,'af_addon_field_depend_selector','0'),(17249,2385,'af_addon_option_depend_selector','a:0:{}'),(17250,2385,'af_addon_type_select','textarea'),(17251,2385,'af_addon_field_title','Please describe what you would like to showcase on your print:'),(17252,2385,'af_addon_tooltip_checkbox',''),(17253,2385,'af_addon_tooltip_textarea',''),(17254,2385,'af_addon_desc_checkbox',''),(17255,2385,'af_addon_desc_textarea',''),(17256,2385,'af_addon_required_field','1'),(17257,2385,'af_addon_limit_range_checkbox',''),(17258,2385,'af_addon_min_limit_range',''),(17259,2385,'af_addon_max_limit_range',''),(17260,2385,'af_addon_price_range_checkbox',''),(17261,2385,'af_addon_field_price_type','free'),(17262,2385,'af_addon_field_price',''),(17263,2385,'af_addon_upload_file_extention',''),(17264,2387,'_wp_attached_file','2025/02/kaplanhalfwall2.webp'),(17265,2387,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:396;s:4:\"file\";s:28:\"2025/02/kaplanhalfwall2.webp\";s:8:\"filesize\";i:642564;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"kaplanhalfwall2-300x83.webp\";s:5:\"width\";i:300;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36796;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"kaplanhalfwall2-1024x282.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:356710;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"kaplanhalfwall2-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:35726;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"kaplanhalfwall2-768x211.webp\";s:5:\"width\";i:768;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:220314;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"kaplanhalfwall2-300x83.webp\";s:5:\"width\";i:300;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36796;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"kaplanhalfwall2-600x165.webp\";s:5:\"width\";i:600;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:140354;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"kaplanhalfwall2-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16652;}}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:{}}}'),(17268,2389,'_wp_attached_file','2025/02/bosshalfwall.webp'),(17269,2389,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:402;s:4:\"file\";s:25:\"2025/02/bosshalfwall.webp\";s:8:\"filesize\";i:493368;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"bosshalfwall-300x84.webp\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34296;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"bosshalfwall-1024x286.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:285360;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"bosshalfwall-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28186;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"bosshalfwall-768x214.webp\";s:5:\"width\";i:768;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:173902;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"bosshalfwall-300x84.webp\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34296;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"bosshalfwall-600x168.webp\";s:5:\"width\";i:600;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:114906;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"bosshalfwall-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14138;}}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:{}}}'),(17270,2390,'_wp_attached_file','2025/02/kaplanhalfwall.webp'),(17271,2390,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:420;s:4:\"file\";s:27:\"2025/02/kaplanhalfwall.webp\";s:8:\"filesize\";i:531202;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"kaplanhalfwall-300x88.webp\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36926;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"kaplanhalfwall-1024x299.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:308132;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"kaplanhalfwall-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31236;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"kaplanhalfwall-768x224.webp\";s:5:\"width\";i:768;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:191638;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"kaplanhalfwall-300x88.webp\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36926;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"kaplanhalfwall-600x175.webp\";s:5:\"width\";i:600;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:124688;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"kaplanhalfwall-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15478;}}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:{}}}'),(17272,2368,'_thumbnail_id','2422'),(17273,2368,'_product_image_gallery','2387,2389,2390,2423'),(17274,2391,'_edit_lock','1740071400:1'),(17275,2391,'_g_feedback_shortcode_9fe6f1f8f519e988005fb9b118b39c8b7db66095','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(17276,2391,'_g_feedback_shortcode_atts_9fe6f1f8f519e988005fb9b118b39c8b7db66095','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:40:\"[Aggressive Graphix LLC] Blank Full Wall\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2391;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(17277,2391,'af_addon_title_font_size','14'),(17278,2391,'af_addon_option_title_font_size','12'),(17279,2391,'af_addon_field_border_pixels','1'),(17280,2391,'af_addon_desc_font_size','12'),(17281,2391,'af_addon_tooltip_font_size','12'),(17282,2409,'_wp_attached_file','2025/02/20fullwall.webp'),(17283,2409,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:730;s:6:\"height\";i:730;s:4:\"file\";s:23:\"2025/02/20fullwall.webp\";s:8:\"filesize\";i:83946;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"20fullwall-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21608;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"20fullwall-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7032;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"20fullwall-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21608;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"20fullwall-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:64852;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"20fullwall-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3842;}}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:{}}}'),(17286,2411,'_wp_attached_file','2025/02/zippers.webp'),(17287,2411,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:845;s:6:\"height\";i:738;s:4:\"file\";s:20:\"2025/02/zippers.webp\";s:8:\"filesize\";i:23996;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"zippers-300x262.webp\";s:5:\"width\";i:300;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19410;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"zippers-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9242;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"zippers-768x671.webp\";s:5:\"width\";i:768;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:62738;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"zippers-300x262.webp\";s:5:\"width\";i:300;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19410;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"zippers-600x524.webp\";s:5:\"width\";i:600;s:6:\"height\";i:524;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:48180;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"zippers-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5468;}}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:{}}}'),(17288,2412,'_wp_attached_file','2025/02/10fullwall.webp'),(17289,2412,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:542;s:6:\"height\";i:542;s:4:\"file\";s:23:\"2025/02/10fullwall.webp\";s:8:\"filesize\";i:35032;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"10fullwall-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12992;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"10fullwall-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4220;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"10fullwall-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12992;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"10fullwall-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2308;}}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:{}}}'),(17290,2413,'_wp_attached_file','2025/02/15fullwall.webp'),(17291,2413,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:650;s:6:\"height\";i:650;s:4:\"file\";s:23:\"2025/02/15fullwall.webp\";s:8:\"filesize\";i:51074;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"15fullwall-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16060;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"15fullwall-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5324;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"15fullwall-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16060;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"15fullwall-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:47966;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"15fullwall-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2992;}}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:{}}}'),(17292,2414,'_wp_attached_file','2025/02/halfwall-blank-1.webp'),(17293,2414,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:574;s:6:\"height\";i:574;s:4:\"file\";s:29:\"2025/02/halfwall-blank-1.webp\";s:8:\"filesize\";i:51426;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"halfwall-blank-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:16604;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"halfwall-blank-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:5316;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"halfwall-blank-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:16604;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"halfwall-blank-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:2836;}}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:{}}}'),(17294,2391,'_thumbnail_id','2412'),(17295,2391,'_edit_last','1'),(17296,2391,'exclude_rule_addons',''),(17297,2391,'af_addon_title_display_as_selector','af_addon_title_display_text'),(17298,2391,'af_addon_heading_type_selector','addon_h1'),(17299,2391,'af_addon_seperator_checkbox',''),(17300,2391,'af_addon_title_seperator','af_addon_title_seperator_br'),(17301,2391,'af_addon_option_title_font_color',''),(17302,2391,'af_addon_title_bg',''),(17303,2391,'af_addon_title_color',''),(17304,2391,'af_addon_bg_color',''),(17305,2391,'af_addon_title_top_left_radius',''),(17306,2391,'af_addon_title_top_right_radius',''),(17307,2391,'af_addon_title_bottom_left_radius',''),(17308,2391,'af_addon_title_bottom_right_radius',''),(17309,2391,'af_addon_title_top_padding',''),(17310,2391,'af_addon_title_bottom_padding',''),(17311,2391,'af_addon_title_left_padding',''),(17312,2391,'af_addon_title_right_padding',''),(17313,2391,'af_addon_field_border',''),(17314,2391,'af_addon_field_border_top_left_radius',''),(17315,2391,'af_addon_field_border_top_right_radius',''),(17316,2391,'af_addon_field_border_bottom_left_radius',''),(17317,2391,'af_addon_field_border_bottom_right_radius',''),(17318,2391,'af_addon_field_border_top_padding',''),(17319,2391,'af_addon_field_border_bottom_padding',''),(17320,2391,'af_addon_field_border_left_padding',''),(17321,2391,'af_addon_field_border_right_padding',''),(17322,2391,'af_addon_field_title_position','left'),(17323,2391,'af_addon_field_border_color',''),(17324,2391,'af_addon_title_position','af_addon_title_inside_border'),(17325,2391,'af_addon_tooltip_background_color','#000000'),(17326,2391,'af_addon_tooltip_text_color',''),(17327,2400,'af_addon_field_sort',''),(17328,2400,'af_addon_depend_selector','af_addon_not_dependable'),(17329,2400,'af_addon_field_depend_selector','0'),(17330,2400,'af_addon_option_depend_selector','a:0:{}'),(17331,2400,'af_addon_type_select','color_swatcher'),(17332,2400,'af_addon_field_title','What color would you like the full wall?'),(17333,2400,'af_addon_tooltip_checkbox',''),(17334,2400,'af_addon_tooltip_textarea',''),(17335,2400,'af_addon_desc_checkbox',''),(17336,2400,'af_addon_desc_textarea',''),(17337,2400,'af_addon_required_field','1'),(17338,2400,'af_addon_limit_range_checkbox',''),(17339,2400,'af_addon_min_limit_range',''),(17340,2400,'af_addon_max_limit_range',''),(17341,2400,'af_addon_price_range_checkbox',''),(17342,2400,'af_addon_field_price_type','free'),(17343,2400,'af_addon_field_price',''),(17344,2400,'af_addon_upload_file_extention',''),(17345,2408,'af_addon_option_priority',''),(17346,2408,'af_addon_field_options_image',''),(17347,2408,'af_addon_field_options_name','Dark Blue'),(17348,2408,'af_addon_option_color','#022454'),(17349,2408,'af_addon_field_options_price_type','free'),(17350,2408,'af_addon_field_options_price',''),(17351,2407,'af_addon_option_priority',''),(17352,2407,'af_addon_field_options_image',''),(17353,2407,'af_addon_field_options_name','Royal Blue'),(17354,2407,'af_addon_option_color','#002e83'),(17355,2407,'af_addon_field_options_price_type','free'),(17356,2407,'af_addon_field_options_price',''),(17357,2406,'af_addon_option_priority',''),(17358,2406,'af_addon_field_options_image',''),(17359,2406,'af_addon_field_options_name','Cool Grey'),(17360,2406,'af_addon_option_color','#acaead'),(17361,2406,'af_addon_field_options_price_type','free'),(17362,2406,'af_addon_field_options_price',''),(17363,2405,'af_addon_option_priority',''),(17364,2405,'af_addon_field_options_image',''),(17365,2405,'af_addon_field_options_name','Dark Green'),(17366,2405,'af_addon_option_color','#144532'),(17367,2405,'af_addon_field_options_price_type','free'),(17368,2405,'af_addon_field_options_price',''),(17369,2404,'af_addon_option_priority',''),(17370,2404,'af_addon_field_options_image',''),(17371,2404,'af_addon_field_options_name','Green'),(17372,2404,'af_addon_option_color','#01803b'),(17373,2404,'af_addon_field_options_price_type','free'),(17374,2404,'af_addon_field_options_price',''),(17375,2403,'af_addon_option_priority',''),(17376,2403,'af_addon_field_options_image',''),(17377,2403,'af_addon_field_options_name','Red'),(17378,2403,'af_addon_option_color','#b90e3b'),(17379,2403,'af_addon_field_options_price_type','free'),(17380,2403,'af_addon_field_options_price',''),(17381,2402,'af_addon_option_priority',''),(17382,2402,'af_addon_field_options_image',''),(17383,2402,'af_addon_field_options_name','Black'),(17384,2402,'af_addon_option_color','#0a0a0a'),(17385,2402,'af_addon_field_options_price_type','free'),(17386,2402,'af_addon_field_options_price',''),(17387,2401,'af_addon_option_priority',''),(17388,2401,'af_addon_field_options_image',''),(17389,2401,'af_addon_field_options_name','White'),(17390,2401,'af_addon_option_color','#ffffff'),(17391,2401,'af_addon_field_options_price_type','free'),(17392,2401,'af_addon_field_options_price',''),(17393,2396,'af_addon_field_sort',''),(17394,2396,'af_addon_depend_selector','af_addon_not_dependable'),(17395,2396,'af_addon_field_depend_selector','0'),(17396,2396,'af_addon_option_depend_selector','a:0:{}'),(17397,2396,'af_addon_type_select','drop_down'),(17398,2396,'af_addon_field_title','What size full wall:'),(17399,2396,'af_addon_tooltip_checkbox',''),(17400,2396,'af_addon_tooltip_textarea',''),(17401,2396,'af_addon_desc_checkbox',''),(17402,2396,'af_addon_desc_textarea',''),(17403,2396,'af_addon_required_field','1'),(17404,2396,'af_addon_limit_range_checkbox',''),(17405,2396,'af_addon_min_limit_range',''),(17406,2396,'af_addon_max_limit_range',''),(17407,2396,'af_addon_price_range_checkbox',''),(17408,2396,'af_addon_field_price_type','free'),(17409,2396,'af_addon_field_price',''),(17410,2396,'af_addon_upload_file_extention',''),(17411,2399,'af_addon_option_priority',''),(17412,2399,'af_addon_field_options_image',''),(17413,2399,'af_addon_field_options_name','10x20'),(17414,2399,'af_addon_option_color',''),(17415,2399,'af_addon_field_options_price_type','flat_fixed_fee'),(17416,2399,'af_addon_field_options_price','30'),(17417,2398,'af_addon_option_priority',''),(17418,2398,'af_addon_field_options_image',''),(17419,2398,'af_addon_field_options_name','10x15'),(17420,2398,'af_addon_option_color',''),(17421,2398,'af_addon_field_options_price_type','flat_fixed_fee'),(17422,2398,'af_addon_field_options_price','15'),(17423,2397,'af_addon_option_priority',''),(17424,2397,'af_addon_field_options_image',''),(17425,2397,'af_addon_field_options_name','10x10'),(17426,2397,'af_addon_option_color',''),(17427,2397,'af_addon_field_options_price_type','free'),(17428,2397,'af_addon_field_options_price',''),(17429,2392,'af_addon_field_sort',''),(17430,2392,'af_addon_depend_selector','af_addon_not_dependable'),(17431,2392,'af_addon_field_depend_selector','0'),(17432,2392,'af_addon_option_depend_selector','a:0:{}'),(17433,2392,'af_addon_type_select','radio'),(17434,2392,'af_addon_field_title','Choose the frame you\'re attaching the half wall to:'),(17435,2392,'af_addon_tooltip_checkbox',''),(17436,2392,'af_addon_tooltip_textarea',''),(17437,2392,'af_addon_desc_checkbox',''),(17438,2392,'af_addon_desc_textarea',''),(17439,2392,'af_addon_required_field','1'),(17440,2392,'af_addon_limit_range_checkbox',''),(17441,2392,'af_addon_min_limit_range',''),(17442,2392,'af_addon_max_limit_range',''),(17443,2392,'af_addon_price_range_checkbox',''),(17444,2392,'af_addon_field_price_type','free'),(17445,2392,'af_addon_field_price',''),(17446,2392,'af_addon_upload_file_extention',''),(17447,2395,'af_addon_option_priority',''),(17448,2395,'af_addon_field_options_image',''),(17449,2395,'af_addon_field_options_name','50mm hex'),(17450,2395,'af_addon_option_color',''),(17451,2395,'af_addon_field_options_price_type','free'),(17452,2395,'af_addon_field_options_price',''),(17453,2394,'af_addon_option_priority',''),(17454,2394,'af_addon_field_options_image',''),(17455,2394,'af_addon_field_options_name','40mm hex'),(17456,2394,'af_addon_option_color',''),(17457,2394,'af_addon_field_options_price_type','free'),(17458,2394,'af_addon_field_options_price',''),(17459,2393,'af_addon_option_priority',''),(17460,2393,'af_addon_field_options_image',''),(17461,2393,'af_addon_field_options_name','31mm square'),(17462,2393,'af_addon_option_color',''),(17463,2393,'af_addon_field_options_price_type','free'),(17464,2393,'af_addon_field_options_price',''),(17465,2391,'_regular_price','110'),(17466,2391,'total_sales','0'),(17467,2391,'_tax_status','taxable'),(17468,2391,'_tax_class',''),(17469,2391,'_manage_stock','no'),(17470,2391,'_backorders','no'),(17471,2391,'_sold_individually','no'),(17472,2391,'_virtual','no'),(17473,2391,'_downloadable','no'),(17474,2391,'_download_limit','-1'),(17475,2391,'_download_expiry','-1'),(17476,2391,'_stock',NULL),(17477,2391,'_stock_status','instock'),(17478,2391,'_wc_average_rating','0'),(17479,2391,'_wc_review_count','0'),(17480,2391,'_product_version','9.6.2'),(17481,2391,'_price','110'),(17482,2391,'_mkl_pc__is_configurable','no'),(17483,2391,'_product_image_gallery','2413,2409'),(17484,2391,'_yoast_wpseo_primary_product_brand',''),(17485,2391,'_yoast_wpseo_primary_product_cat','39'),(17486,2391,'_yoast_wpseo_content_score','90'),(17487,2391,'_yoast_wpseo_estimated-reading-time-minutes','1'),(17488,2415,'af_addon_field_sort',''),(17489,2415,'af_addon_depend_selector','af_addon_not_dependable'),(17490,2415,'af_addon_field_depend_selector','0'),(17491,2415,'af_addon_option_depend_selector','a:0:{}'),(17492,2415,'af_addon_type_select','radio'),(17493,2415,'af_addon_field_title','Would you like zippers added?'),(17494,2415,'af_addon_tooltip_checkbox',''),(17495,2415,'af_addon_tooltip_textarea',''),(17496,2415,'af_addon_desc_checkbox',''),(17497,2415,'af_addon_desc_textarea',''),(17498,2415,'af_addon_required_field','1'),(17499,2415,'af_addon_limit_range_checkbox',''),(17500,2415,'af_addon_min_limit_range',''),(17501,2415,'af_addon_max_limit_range',''),(17502,2415,'af_addon_price_range_checkbox',''),(17503,2415,'af_addon_field_price_type','free'),(17504,2415,'af_addon_field_price',''),(17505,2415,'af_addon_upload_file_extention',''),(17506,2419,'af_addon_option_priority',''),(17507,2419,'af_addon_field_options_image',''),(17508,2419,'af_addon_field_options_name','Middle and both sides'),(17509,2419,'af_addon_option_color',''),(17510,2419,'af_addon_field_options_price_type','flat_fixed_fee'),(17511,2419,'af_addon_field_options_price','8'),(17512,2418,'af_addon_option_priority',''),(17513,2418,'af_addon_field_options_image',''),(17514,2418,'af_addon_field_options_name','Left and right sides'),(17515,2418,'af_addon_option_color',''),(17516,2418,'af_addon_field_options_price_type','flat_fixed_fee'),(17517,2418,'af_addon_field_options_price','5'),(17518,2417,'af_addon_option_priority',''),(17519,2417,'af_addon_field_options_image',''),(17520,2417,'af_addon_field_options_name','Middle'),(17521,2417,'af_addon_option_color',''),(17522,2417,'af_addon_field_options_price_type','flat_fixed_fee'),(17523,2417,'af_addon_field_options_price','5'),(17524,2416,'af_addon_option_priority',''),(17525,2416,'af_addon_field_options_image',''),(17526,2416,'af_addon_field_options_name','No zippers'),(17527,2416,'af_addon_option_color',''),(17528,2416,'af_addon_field_options_price_type','free'),(17529,2416,'af_addon_field_options_price',''),(17530,2334,'_thumbnail_id','2414'),(17533,2422,'_wp_attached_file','2025/02/customhalfwall-1.webp'),(17534,2422,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1500;s:4:\"file\";s:29:\"2025/02/customhalfwall-1.webp\";s:8:\"filesize\";i:2638142;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"customhalfwall-1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:89448;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"customhalfwall-1-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:856842;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"customhalfwall-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:33672;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"customhalfwall-1-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:500688;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"customhalfwall-1-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1778994;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"customhalfwall-1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:89448;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"customhalfwall-1-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:318342;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"customhalfwall-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:16022;}}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:{}}}'),(17535,2423,'_wp_attached_file','2025/02/scarsstripeshalfwall-1.webp'),(17536,2423,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1388;s:6:\"height\";i:520;s:4:\"file\";s:35:\"2025/02/scarsstripeshalfwall-1.webp\";s:8:\"filesize\";i:542576;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"scarsstripeshalfwall-1-300x112.webp\";s:5:\"width\";i:300;s:6:\"height\";i:112;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:41042;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"scarsstripeshalfwall-1-1024x384.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:343164;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"scarsstripeshalfwall-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:30904;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"scarsstripeshalfwall-1-768x288.webp\";s:5:\"width\";i:768;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:214390;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"scarsstripeshalfwall-1-300x112.webp\";s:5:\"width\";i:300;s:6:\"height\";i:112;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:41042;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"scarsstripeshalfwall-1-600x225.webp\";s:5:\"width\";i:600;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:138448;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"scarsstripeshalfwall-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:15294;}}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:{}}}'),(17537,2424,'_regular_price','170'),(17538,2424,'total_sales','0'),(17539,2424,'_tax_status','taxable'),(17540,2424,'_tax_class',''),(17541,2424,'_manage_stock','no'),(17542,2424,'_backorders','no'),(17543,2424,'_sold_individually','no'),(17544,2424,'_virtual','no'),(17545,2424,'_downloadable','no'),(17546,2424,'_product_image_gallery','2432,2431,2430,2428,2427,2426,2425'),(17547,2424,'_download_limit','-1'),(17548,2424,'_download_expiry','-1'),(17549,2424,'_thumbnail_id','2429'),(17550,2424,'_stock',NULL),(17551,2424,'_stock_status','instock'),(17552,2424,'_wc_average_rating','0'),(17553,2424,'_wc_review_count','0'),(17554,2424,'_product_version','9.6.2'),(17555,2424,'_price','170'),(17556,2424,'_g_feedback_shortcode_9fe6f1f8f519e988005fb9b118b39c8b7db66095','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(17557,2424,'_g_feedback_shortcode_atts_9fe6f1f8f519e988005fb9b118b39c8b7db66095','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:40:\"[Aggressive Graphix LLC] Blank Full Wall\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2391;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(17558,2424,'af_addon_title_font_size','14'),(17559,2424,'af_addon_option_title_font_size','12'),(17560,2424,'af_addon_field_border_pixels','1'),(17561,2424,'af_addon_desc_font_size','12'),(17562,2424,'af_addon_tooltip_font_size','12'),(17563,2424,'exclude_rule_addons',''),(17564,2424,'af_addon_title_display_as_selector','af_addon_title_display_text'),(17565,2424,'af_addon_heading_type_selector','addon_h1'),(17566,2424,'af_addon_seperator_checkbox',''),(17567,2424,'af_addon_title_seperator','af_addon_title_seperator_br'),(17568,2424,'af_addon_option_title_font_color',''),(17569,2424,'af_addon_title_bg',''),(17570,2424,'af_addon_title_color',''),(17571,2424,'af_addon_bg_color',''),(17572,2424,'af_addon_title_top_left_radius',''),(17573,2424,'af_addon_title_top_right_radius',''),(17574,2424,'af_addon_title_bottom_left_radius',''),(17575,2424,'af_addon_title_bottom_right_radius',''),(17576,2424,'af_addon_title_top_padding',''),(17577,2424,'af_addon_title_bottom_padding',''),(17578,2424,'af_addon_title_left_padding',''),(17579,2424,'af_addon_title_right_padding',''),(17580,2424,'af_addon_field_border',''),(17581,2424,'af_addon_field_border_top_left_radius',''),(17582,2424,'af_addon_field_border_top_right_radius',''),(17583,2424,'af_addon_field_border_bottom_left_radius',''),(17584,2424,'af_addon_field_border_bottom_right_radius',''),(17585,2424,'af_addon_field_border_top_padding',''),(17586,2424,'af_addon_field_border_bottom_padding',''),(17587,2424,'af_addon_field_border_left_padding',''),(17588,2424,'af_addon_field_border_right_padding',''),(17589,2424,'af_addon_field_title_position','left'),(17590,2424,'af_addon_field_border_color',''),(17591,2424,'af_addon_title_position','af_addon_title_inside_border'),(17592,2424,'af_addon_tooltip_background_color','#000000'),(17593,2424,'af_addon_tooltip_text_color',''),(17594,2424,'_mkl_pc__is_configurable','no'),(17595,2424,'_yoast_wpseo_primary_product_brand',''),(17596,2424,'_yoast_wpseo_primary_product_cat','39'),(17597,2424,'_yoast_wpseo_content_score','90'),(17598,2424,'_yoast_wpseo_estimated-reading-time-minutes','1'),(17599,2424,'_edit_lock','1751037196:2'),(17600,2424,'_g_feedback_shortcode_99cd4d6a0e990a67826aa6b649010aa5b436d7cb','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(17601,2424,'_g_feedback_shortcode_atts_99cd4d6a0e990a67826aa6b649010aa5b436d7cb','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:47:\"[Aggressive Graphix LLC] Custom Print Full Wall\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2424;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(17602,2424,'_edit_last','1'),(17603,2425,'_wp_attached_file','2025/02/fullwallsinister.webp'),(17604,2425,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1146;s:6:\"height\";i:741;s:4:\"file\";s:29:\"2025/02/fullwallsinister.webp\";s:8:\"filesize\";i:854762;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"fullwallsinister-300x194.webp\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77796;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"fullwallsinister-1024x662.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:662;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:674616;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"fullwallsinister-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32354;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"fullwallsinister-768x497.webp\";s:5:\"width\";i:768;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:411856;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"fullwallsinister-300x194.webp\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77796;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"fullwallsinister-600x388.webp\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:269360;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"fullwallsinister-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15354;}}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:{}}}'),(17605,2426,'_wp_attached_file','2025/02/fullwallPlaistow.webp'),(17606,2426,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1368;s:6:\"height\";i:891;s:4:\"file\";s:29:\"2025/02/fullwallPlaistow.webp\";s:8:\"filesize\";i:1033244;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"fullwallPlaistow-300x195.webp\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:74944;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"fullwallPlaistow-1024x667.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:654388;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"fullwallPlaistow-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30624;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"fullwallPlaistow-768x500.webp\";s:5:\"width\";i:768;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:394292;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"fullwallPlaistow-300x195.webp\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:74944;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"fullwallPlaistow-600x391.webp\";s:5:\"width\";i:600;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:257852;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"fullwallPlaistow-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14702;}}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:{}}}'),(17607,2427,'_wp_attached_file','2025/02/fullwallFlawless.webp'),(17608,2427,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1230;s:6:\"height\";i:828;s:4:\"file\";s:29:\"2025/02/fullwallFlawless.webp\";s:8:\"filesize\";i:803916;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"fullwallFlawless-300x202.webp\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72966;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"fullwallFlawless-1024x689.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:630586;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"fullwallFlawless-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31096;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"fullwallFlawless-768x517.webp\";s:5:\"width\";i:768;s:6:\"height\";i:517;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:380926;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"fullwallFlawless-300x202.webp\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72966;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"fullwallFlawless-600x404.webp\";s:5:\"width\";i:600;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:251804;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"fullwallFlawless-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15026;}}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:{}}}'),(17609,2428,'_wp_attached_file','2025/02/fullwallCBC.webp'),(17610,2428,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1224;s:6:\"height\";i:756;s:4:\"file\";s:24:\"2025/02/fullwallCBC.webp\";s:8:\"filesize\";i:809516;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"fullwallCBC-300x185.webp\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:68474;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"fullwallCBC-1024x632.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:632;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:564974;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"fullwallCBC-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29618;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"fullwallCBC-768x474.webp\";s:5:\"width\";i:768;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:347686;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"fullwallCBC-300x185.webp\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:68474;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"fullwallCBC-600x371.webp\";s:5:\"width\";i:600;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:229546;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"fullwallCBC-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14070;}}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:{}}}'),(17611,2429,'_wp_attached_file','2025/02/fullwallAG.webp'),(17612,2429,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1404;s:6:\"height\";i:882;s:4:\"file\";s:23:\"2025/02/fullwallAG.webp\";s:8:\"filesize\";i:1018578;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"fullwallAG-300x188.webp\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:70018;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"fullwallAG-1024x643.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:643;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:608588;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"fullwallAG-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29560;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"fullwallAG-768x482.webp\";s:5:\"width\";i:768;s:6:\"height\";i:482;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:368742;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"fullwallAG-300x188.webp\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:70018;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"fullwallAG-600x377.webp\";s:5:\"width\";i:600;s:6:\"height\";i:377;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:239850;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"fullwallAG-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14110;}}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:{}}}'),(17613,2430,'_wp_attached_file','2025/02/fullwall20TTR.webp'),(17614,2430,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1338;s:6:\"height\";i:549;s:4:\"file\";s:26:\"2025/02/fullwall20TTR.webp\";s:8:\"filesize\";i:644636;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"fullwall20TTR-300x123.webp\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:45242;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"fullwall20TTR-1024x420.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:390066;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"fullwall20TTR-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25154;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"fullwall20TTR-768x315.webp\";s:5:\"width\";i:768;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:238870;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"fullwall20TTR-300x123.webp\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:45242;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"fullwall20TTR-600x246.webp\";s:5:\"width\";i:600;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:153396;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"fullwall20TTR-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12670;}}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:{}}}'),(17615,2431,'_wp_attached_file','2025/02/fullwall10TTR.webp'),(17616,2431,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1215;s:6:\"height\";i:783;s:4:\"file\";s:26:\"2025/02/fullwall10TTR.webp\";s:8:\"filesize\";i:758042;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"fullwall10TTR-300x193.webp\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:69320;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"fullwall10TTR-1024x660.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:600020;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"fullwall10TTR-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28472;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"fullwall10TTR-768x495.webp\";s:5:\"width\";i:768;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:360300;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"fullwall10TTR-300x193.webp\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:69320;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"fullwall10TTR-600x387.webp\";s:5:\"width\";i:600;s:6:\"height\";i:387;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:236178;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"fullwall10TTR-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14322;}}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:{}}}'),(17617,2432,'_wp_attached_file','2025/02/fullwallWeepingWillow.webp'),(17618,2432,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1284;s:6:\"height\";i:768;s:4:\"file\";s:34:\"2025/02/fullwallWeepingWillow.webp\";s:8:\"filesize\";i:1062038;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"fullwallWeepingWillow-300x179.webp\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:85466;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"fullwallWeepingWillow-1024x612.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:612;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:697444;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"fullwallWeepingWillow-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40818;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"fullwallWeepingWillow-768x459.webp\";s:5:\"width\";i:768;s:6:\"height\";i:459;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:436024;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"fullwallWeepingWillow-300x179.webp\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:85466;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:34:\"fullwallWeepingWillow-600x359.webp\";s:5:\"width\";i:600;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:289856;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"fullwallWeepingWillow-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19266;}}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:{}}}'),(17619,2441,'af_addon_field_sort',''),(17620,2441,'af_addon_depend_selector','af_addon_not_dependable'),(17621,2441,'af_addon_field_depend_selector','0'),(17622,2441,'af_addon_option_depend_selector','a:0:{}'),(17623,2441,'af_addon_type_select','textarea'),(17624,2441,'af_addon_field_title','Please describe what you would like to showcase on your print:'),(17625,2441,'af_addon_tooltip_checkbox',''),(17626,2441,'af_addon_tooltip_textarea',''),(17627,2441,'af_addon_desc_checkbox',''),(17628,2441,'af_addon_desc_textarea',''),(17629,2441,'af_addon_required_field',''),(17630,2441,'af_addon_limit_range_checkbox',''),(17631,2441,'af_addon_min_limit_range',''),(17632,2441,'af_addon_max_limit_range',''),(17633,2441,'af_addon_price_range_checkbox',''),(17634,2441,'af_addon_field_price_type','free'),(17635,2441,'af_addon_field_price',''),(17636,2441,'af_addon_upload_file_extention',''),(17637,2440,'af_addon_field_sort',''),(17638,2440,'af_addon_depend_selector','af_addon_not_dependable'),(17639,2440,'af_addon_field_depend_selector','0'),(17640,2440,'af_addon_option_depend_selector','a:0:{}'),(17641,2440,'af_addon_type_select','radio'),(17642,2440,'af_addon_field_title','Would you like zippers added?'),(17643,2440,'af_addon_tooltip_checkbox',''),(17644,2440,'af_addon_tooltip_textarea',''),(17645,2440,'af_addon_desc_checkbox',''),(17646,2440,'af_addon_desc_textarea',''),(17647,2440,'af_addon_required_field','1'),(17648,2440,'af_addon_limit_range_checkbox',''),(17649,2440,'af_addon_min_limit_range',''),(17650,2440,'af_addon_max_limit_range',''),(17651,2440,'af_addon_price_range_checkbox',''),(17652,2440,'af_addon_field_price_type','free'),(17653,2440,'af_addon_field_price',''),(17654,2440,'af_addon_upload_file_extention',''),(17655,2445,'af_addon_option_priority',''),(17656,2445,'af_addon_field_options_image',''),(17657,2445,'af_addon_field_options_name','Middle and both sides'),(17658,2445,'af_addon_option_color',''),(17659,2445,'af_addon_field_options_price_type','free'),(17660,2445,'af_addon_field_options_price','8'),(17661,2444,'af_addon_option_priority',''),(17662,2444,'af_addon_field_options_image',''),(17663,2444,'af_addon_field_options_name','Left and right sides'),(17664,2444,'af_addon_option_color',''),(17665,2444,'af_addon_field_options_price_type','free'),(17666,2444,'af_addon_field_options_price','5'),(17667,2443,'af_addon_option_priority',''),(17668,2443,'af_addon_field_options_image',''),(17669,2443,'af_addon_field_options_name','Middle'),(17670,2443,'af_addon_option_color',''),(17671,2443,'af_addon_field_options_price_type','free'),(17672,2443,'af_addon_field_options_price','5'),(17673,2442,'af_addon_option_priority',''),(17674,2442,'af_addon_field_options_image',''),(17675,2442,'af_addon_field_options_name','No Zippers'),(17676,2442,'af_addon_option_color',''),(17677,2442,'af_addon_field_options_price_type','free'),(17678,2442,'af_addon_field_options_price','0'),(17679,2437,'af_addon_field_sort',''),(17680,2437,'af_addon_depend_selector','af_addon_not_dependable'),(17681,2437,'af_addon_field_depend_selector','0'),(17682,2437,'af_addon_option_depend_selector','a:0:{}'),(17683,2437,'af_addon_type_select','radio'),(17684,2437,'af_addon_field_title','Single or double sided?'),(17685,2437,'af_addon_tooltip_checkbox',''),(17686,2437,'af_addon_tooltip_textarea',''),(17687,2437,'af_addon_desc_checkbox',''),(17688,2437,'af_addon_desc_textarea',''),(17689,2437,'af_addon_required_field','1'),(17690,2437,'af_addon_limit_range_checkbox',''),(17691,2437,'af_addon_min_limit_range',''),(17692,2437,'af_addon_max_limit_range',''),(17693,2437,'af_addon_price_range_checkbox',''),(17694,2437,'af_addon_field_price_type','free'),(17695,2437,'af_addon_field_price',''),(17696,2437,'af_addon_upload_file_extention',''),(17697,2439,'af_addon_option_priority',''),(17698,2439,'af_addon_field_options_image',''),(17699,2439,'af_addon_field_options_name','Double'),(17700,2439,'af_addon_option_color',''),(17701,2439,'af_addon_field_options_price_type','flat_fixed_fee'),(17702,2439,'af_addon_field_options_price','55'),(17703,2438,'af_addon_option_priority',''),(17704,2438,'af_addon_field_options_image',''),(17705,2438,'af_addon_field_options_name','Single'),(17706,2438,'af_addon_option_color',''),(17707,2438,'af_addon_field_options_price_type','free'),(17708,2438,'af_addon_field_options_price',''),(17709,2433,'af_addon_field_sort',''),(17710,2433,'af_addon_depend_selector','af_addon_not_dependable'),(17711,2433,'af_addon_field_depend_selector','0'),(17712,2433,'af_addon_option_depend_selector','a:0:{}'),(17713,2433,'af_addon_type_select','radio'),(17714,2433,'af_addon_field_title','Full wall size:'),(17715,2433,'af_addon_tooltip_checkbox',''),(17716,2433,'af_addon_tooltip_textarea',''),(17717,2433,'af_addon_desc_checkbox',''),(17718,2433,'af_addon_desc_textarea',''),(17719,2433,'af_addon_required_field','1'),(17720,2433,'af_addon_limit_range_checkbox',''),(17721,2433,'af_addon_min_limit_range',''),(17722,2433,'af_addon_max_limit_range',''),(17723,2433,'af_addon_price_range_checkbox',''),(17724,2433,'af_addon_field_price_type','free'),(17725,2433,'af_addon_field_price',''),(17726,2433,'af_addon_upload_file_extention',''),(17727,2436,'af_addon_option_priority',''),(17728,2436,'af_addon_field_options_image',''),(17729,2436,'af_addon_field_options_name','10x20'),(17730,2436,'af_addon_option_color',''),(17731,2436,'af_addon_field_options_price_type','flat_fixed_fee'),(17732,2436,'af_addon_field_options_price','50'),(17733,2435,'af_addon_option_priority',''),(17734,2435,'af_addon_field_options_image',''),(17735,2435,'af_addon_field_options_name','10x15'),(17736,2435,'af_addon_option_color',''),(17737,2435,'af_addon_field_options_price_type','flat_fixed_fee'),(17738,2435,'af_addon_field_options_price','25'),(17739,2434,'af_addon_option_priority',''),(17740,2434,'af_addon_field_options_image',''),(17741,2434,'af_addon_field_options_name','10x10'),(17742,2434,'af_addon_option_color',''),(17743,2434,'af_addon_field_options_price_type','free'),(17744,2434,'af_addon_field_options_price',''),(17745,2446,'af_addon_field_sort',''),(17746,2446,'af_addon_depend_selector','af_addon_not_dependable'),(17747,2446,'af_addon_field_depend_selector','0'),(17748,2446,'af_addon_option_depend_selector','a:0:{}'),(17749,2446,'af_addon_type_select','file_upload'),(17750,2446,'af_addon_field_title','Please upload any files you would like us to use in the design'),(17751,2446,'af_addon_tooltip_checkbox',''),(17752,2446,'af_addon_tooltip_textarea',''),(17753,2446,'af_addon_desc_checkbox',''),(17754,2446,'af_addon_desc_textarea',''),(17755,2446,'af_addon_required_field',''),(17756,2446,'af_addon_limit_range_checkbox',''),(17757,2446,'af_addon_min_limit_range',''),(17758,2446,'af_addon_max_limit_range',''),(17759,2446,'af_addon_price_range_checkbox',''),(17760,2446,'af_addon_field_price_type','free'),(17761,2446,'af_addon_field_price',''),(17762,2446,'af_addon_upload_file_extention',''),(17763,2448,'_edit_lock','1740593663:1'),(17764,2448,'_g_feedback_shortcode_4742a214e6c964e94dea1b47532bc56c82fd16d8','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(17765,2448,'_g_feedback_shortcode_atts_4742a214e6c964e94dea1b47532bc56c82fd16d8','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:47:\"[Aggressive Graphix LLC] Sandbag Canopy Weights\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2448;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(17766,2448,'af_addon_title_font_size','14'),(17767,2448,'af_addon_option_title_font_size','12'),(17768,2448,'af_addon_field_border_pixels','1'),(17769,2448,'af_addon_desc_font_size','12'),(17770,2448,'af_addon_tooltip_font_size','12'),(17771,2448,'_edit_last','1'),(17772,2448,'exclude_rule_addons',''),(17773,2448,'af_addon_title_display_as_selector','af_addon_title_display_text'),(17774,2448,'af_addon_heading_type_selector','addon_h1'),(17775,2448,'af_addon_seperator_checkbox',''),(17776,2448,'af_addon_title_seperator','af_addon_title_seperator_br'),(17777,2448,'af_addon_option_title_font_color',''),(17778,2448,'af_addon_title_bg',''),(17779,2448,'af_addon_title_color',''),(17780,2448,'af_addon_bg_color',''),(17781,2448,'af_addon_title_top_left_radius',''),(17782,2448,'af_addon_title_top_right_radius',''),(17783,2448,'af_addon_title_bottom_left_radius',''),(17784,2448,'af_addon_title_bottom_right_radius',''),(17785,2448,'af_addon_title_top_padding',''),(17786,2448,'af_addon_title_bottom_padding',''),(17787,2448,'af_addon_title_left_padding',''),(17788,2448,'af_addon_title_right_padding',''),(17789,2448,'af_addon_field_border',''),(17790,2448,'af_addon_field_border_top_left_radius',''),(17791,2448,'af_addon_field_border_top_right_radius',''),(17792,2448,'af_addon_field_border_bottom_left_radius',''),(17793,2448,'af_addon_field_border_bottom_right_radius',''),(17794,2448,'af_addon_field_border_top_padding',''),(17795,2448,'af_addon_field_border_bottom_padding',''),(17796,2448,'af_addon_field_border_left_padding',''),(17797,2448,'af_addon_field_border_right_padding',''),(17798,2448,'af_addon_field_title_position','left'),(17799,2448,'af_addon_field_border_color',''),(17800,2448,'af_addon_title_position','af_addon_title_inside_border'),(17801,2448,'af_addon_tooltip_background_color','#000000'),(17802,2448,'af_addon_tooltip_text_color',''),(17804,2448,'total_sales','0'),(17805,2448,'_tax_status','taxable'),(17806,2448,'_tax_class',''),(17807,2448,'_manage_stock','no'),(17808,2448,'_backorders','no'),(17809,2448,'_sold_individually','no'),(17810,2448,'_virtual','no'),(17811,2448,'_downloadable','no'),(17812,2448,'_download_limit','-1'),(17813,2448,'_download_expiry','-1'),(17814,2448,'_stock',NULL),(17815,2448,'_stock_status','instock'),(17816,2448,'_wc_average_rating','0'),(17817,2448,'_wc_review_count','0'),(17818,2448,'_product_version','9.7.0'),(17820,2448,'_mkl_pc__is_configurable','no'),(17821,2448,'_yoast_wpseo_primary_product_brand',''),(17822,2448,'_yoast_wpseo_primary_product_cat','36'),(17823,2448,'_yoast_wpseo_content_score','90'),(17824,2448,'_yoast_wpseo_estimated-reading-time-minutes','1'),(17825,2450,'_edit_lock','1740594059:1'),(17826,2450,'_g_feedback_shortcode_5dff65c3552a38fbedde39175254953f18383c31','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(17827,2450,'_g_feedback_shortcode_atts_5dff65c3552a38fbedde39175254953f18383c31','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:49:\"[Aggressive Graphix LLC] Replacement Canopy Frame\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2450;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(17828,2450,'af_addon_title_font_size','14'),(17829,2450,'af_addon_option_title_font_size','12'),(17830,2450,'af_addon_field_border_pixels','1'),(17831,2450,'af_addon_desc_font_size','12'),(17832,2450,'af_addon_tooltip_font_size','12'),(17833,2450,'total_sales','0'),(17834,2450,'_tax_status','taxable'),(17835,2450,'_tax_class',''),(17836,2450,'_manage_stock','no'),(17837,2450,'_backorders','no'),(17838,2450,'_sold_individually','no'),(17839,2450,'_virtual','no'),(17840,2450,'_downloadable','no'),(17841,2450,'_download_limit','-1'),(17842,2450,'_download_expiry','-1'),(17843,2450,'_stock',NULL),(17844,2450,'_stock_status','instock'),(17845,2450,'_wc_average_rating','0'),(17846,2450,'_wc_review_count','0'),(17847,2450,'_product_attributes','a:1:{s:10:\"frame-size\";a:6:{s:4:\"name\";s:11:\"Frame size:\";s:5:\"value\";s:258:\"10x10 31mm Square Tube | 10x10 40mm Aluminum Hex Tube | 10x10 50mm Aluminum Hex Tube | 10x15 31mm Square Tube | 10x15 40mm Aluminum Hex Tube | 10x15 50mm Aluminum Hex Tube | 10x20 31mm Square Tube | 10x20 40mm Aluminum Hex Tube | 10x20 50mm Aluminum Hex Tube\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(17848,2450,'_product_version','9.7.0'),(17849,2451,'_variation_description',''),(17850,2451,'total_sales','0'),(17851,2451,'_tax_status','taxable'),(17852,2451,'_tax_class','parent'),(17853,2451,'_manage_stock','no'),(17854,2451,'_backorders','no'),(17855,2451,'_sold_individually','no'),(17856,2451,'_virtual','no'),(17857,2451,'_downloadable','no'),(17858,2451,'_download_limit','-1'),(17859,2451,'_download_expiry','-1'),(17860,2451,'_stock',NULL),(17861,2451,'_stock_status','instock'),(17862,2451,'_wc_average_rating','0'),(17863,2451,'_wc_review_count','0'),(17864,2451,'attribute_frame-size','10x10 31mm Square Tube'),(17865,2451,'_product_version','9.6.2'),(17866,2452,'_variation_description',''),(17867,2452,'total_sales','0'),(17868,2452,'_tax_status','taxable'),(17869,2452,'_tax_class','parent'),(17870,2452,'_manage_stock','no'),(17871,2452,'_backorders','no'),(17872,2452,'_sold_individually','no'),(17873,2452,'_virtual','no'),(17874,2452,'_downloadable','no'),(17875,2452,'_download_limit','-1'),(17876,2452,'_download_expiry','-1'),(17877,2452,'_stock',NULL),(17878,2452,'_stock_status','instock'),(17879,2452,'_wc_average_rating','0'),(17880,2452,'_wc_review_count','0'),(17881,2452,'attribute_frame-size','10x10 40mm Aluminum Hex Tube'),(17882,2452,'_product_version','9.6.2'),(17883,2453,'_variation_description',''),(17884,2453,'total_sales','0'),(17885,2453,'_tax_status','taxable'),(17886,2453,'_tax_class','parent'),(17887,2453,'_manage_stock','no'),(17888,2453,'_backorders','no'),(17889,2453,'_sold_individually','no'),(17890,2453,'_virtual','no'),(17891,2453,'_downloadable','no'),(17892,2453,'_download_limit','-1'),(17893,2453,'_download_expiry','-1'),(17894,2453,'_stock',NULL),(17895,2453,'_stock_status','instock'),(17896,2453,'_wc_average_rating','0'),(17897,2453,'_wc_review_count','0'),(17898,2453,'attribute_frame-size','10x10 50mm Aluminum Hex Tube'),(17899,2453,'_product_version','9.6.2'),(17900,2454,'_variation_description',''),(17901,2454,'total_sales','0'),(17902,2454,'_tax_status','taxable'),(17903,2454,'_tax_class','parent'),(17904,2454,'_manage_stock','no'),(17905,2454,'_backorders','no'),(17906,2454,'_sold_individually','no'),(17907,2454,'_virtual','no'),(17908,2454,'_downloadable','no'),(17909,2454,'_download_limit','-1'),(17910,2454,'_download_expiry','-1'),(17911,2454,'_stock',NULL),(17912,2454,'_stock_status','instock'),(17913,2454,'_wc_average_rating','0'),(17914,2454,'_wc_review_count','0'),(17915,2454,'attribute_frame-size','10x15 31mm Square Tube'),(17916,2454,'_product_version','9.6.2'),(17917,2455,'_variation_description',''),(17918,2455,'total_sales','0'),(17919,2455,'_tax_status','taxable'),(17920,2455,'_tax_class','parent'),(17921,2455,'_manage_stock','no'),(17922,2455,'_backorders','no'),(17923,2455,'_sold_individually','no'),(17924,2455,'_virtual','no'),(17925,2455,'_downloadable','no'),(17926,2455,'_download_limit','-1'),(17927,2455,'_download_expiry','-1'),(17928,2455,'_stock',NULL),(17929,2455,'_stock_status','instock'),(17930,2455,'_wc_average_rating','0'),(17931,2455,'_wc_review_count','0'),(17932,2455,'attribute_frame-size','10x15 40mm Aluminum Hex Tube'),(17933,2455,'_product_version','9.6.2'),(17934,2456,'_variation_description',''),(17935,2456,'total_sales','0'),(17936,2456,'_tax_status','taxable'),(17937,2456,'_tax_class','parent'),(17938,2456,'_manage_stock','no'),(17939,2456,'_backorders','no'),(17940,2456,'_sold_individually','no'),(17941,2456,'_virtual','no'),(17942,2456,'_downloadable','no'),(17943,2456,'_download_limit','-1'),(17944,2456,'_download_expiry','-1'),(17945,2456,'_stock',NULL),(17946,2456,'_stock_status','instock'),(17947,2456,'_wc_average_rating','0'),(17948,2456,'_wc_review_count','0'),(17949,2456,'attribute_frame-size','10x15 50mm Aluminum Hex Tube'),(17950,2456,'_product_version','9.6.2'),(17951,2457,'_variation_description',''),(17952,2457,'total_sales','0'),(17953,2457,'_tax_status','taxable'),(17954,2457,'_tax_class','parent'),(17955,2457,'_manage_stock','no'),(17956,2457,'_backorders','no'),(17957,2457,'_sold_individually','no'),(17958,2457,'_virtual','no'),(17959,2457,'_downloadable','no'),(17960,2457,'_download_limit','-1'),(17961,2457,'_download_expiry','-1'),(17962,2457,'_stock',NULL),(17963,2457,'_stock_status','instock'),(17964,2457,'_wc_average_rating','0'),(17965,2457,'_wc_review_count','0'),(17966,2457,'attribute_frame-size','10x20 31mm Square Tube'),(17967,2457,'_product_version','9.6.2'),(17968,2458,'_variation_description',''),(17969,2458,'total_sales','0'),(17970,2458,'_tax_status','taxable'),(17971,2458,'_tax_class','parent'),(17972,2458,'_manage_stock','no'),(17973,2458,'_backorders','no'),(17974,2458,'_sold_individually','no'),(17975,2458,'_virtual','no'),(17976,2458,'_downloadable','no'),(17977,2458,'_download_limit','-1'),(17978,2458,'_download_expiry','-1'),(17979,2458,'_stock',NULL),(17980,2458,'_stock_status','instock'),(17981,2458,'_wc_average_rating','0'),(17982,2458,'_wc_review_count','0'),(17983,2458,'attribute_frame-size','10x20 40mm Aluminum Hex Tube'),(17984,2458,'_product_version','9.6.2'),(17985,2459,'_variation_description',''),(17986,2459,'total_sales','0'),(17987,2459,'_tax_status','taxable'),(17988,2459,'_tax_class','parent'),(17989,2459,'_manage_stock','no'),(17990,2459,'_backorders','no'),(17991,2459,'_sold_individually','no'),(17992,2459,'_virtual','no'),(17993,2459,'_downloadable','no'),(17994,2459,'_download_limit','-1'),(17995,2459,'_download_expiry','-1'),(17996,2459,'_stock',NULL),(17997,2459,'_stock_status','instock'),(17998,2459,'_wc_average_rating','0'),(17999,2459,'_wc_review_count','0'),(18000,2459,'attribute_frame-size','10x20 50mm Aluminum Hex Tube'),(18001,2459,'_product_version','9.6.2'),(18002,2451,'af_addon_title_font_size','14'),(18003,2451,'af_addon_option_title_font_size','12'),(18004,2451,'af_addon_field_border_pixels','1'),(18005,2451,'af_addon_desc_font_size','12'),(18006,2451,'af_addon_tooltip_font_size','12'),(18007,2452,'af_addon_title_font_size','14'),(18008,2452,'af_addon_option_title_font_size','12'),(18009,2452,'af_addon_field_border_pixels','1'),(18010,2452,'af_addon_desc_font_size','12'),(18011,2452,'af_addon_tooltip_font_size','12'),(18012,2453,'af_addon_title_font_size','14'),(18013,2453,'af_addon_option_title_font_size','12'),(18014,2453,'af_addon_field_border_pixels','1'),(18015,2453,'af_addon_desc_font_size','12'),(18016,2453,'af_addon_tooltip_font_size','12'),(18017,2454,'af_addon_title_font_size','14'),(18018,2454,'af_addon_option_title_font_size','12'),(18019,2454,'af_addon_field_border_pixels','1'),(18020,2454,'af_addon_desc_font_size','12'),(18021,2454,'af_addon_tooltip_font_size','12'),(18022,2455,'af_addon_title_font_size','14'),(18023,2455,'af_addon_option_title_font_size','12'),(18024,2455,'af_addon_field_border_pixels','1'),(18025,2455,'af_addon_desc_font_size','12'),(18026,2455,'af_addon_tooltip_font_size','12'),(18027,2456,'af_addon_title_font_size','14'),(18028,2456,'af_addon_option_title_font_size','12'),(18029,2456,'af_addon_field_border_pixels','1'),(18030,2456,'af_addon_desc_font_size','12'),(18031,2456,'af_addon_tooltip_font_size','12'),(18032,2457,'af_addon_title_font_size','14'),(18033,2457,'af_addon_option_title_font_size','12'),(18034,2457,'af_addon_field_border_pixels','1'),(18035,2457,'af_addon_desc_font_size','12'),(18036,2457,'af_addon_tooltip_font_size','12'),(18037,2458,'af_addon_title_font_size','14'),(18038,2458,'af_addon_option_title_font_size','12'),(18039,2458,'af_addon_field_border_pixels','1'),(18040,2458,'af_addon_desc_font_size','12'),(18041,2458,'af_addon_tooltip_font_size','12'),(18042,2459,'af_addon_title_font_size','14'),(18043,2459,'af_addon_option_title_font_size','12'),(18044,2459,'af_addon_field_border_pixels','1'),(18045,2459,'af_addon_desc_font_size','12'),(18046,2459,'af_addon_tooltip_font_size','12'),(18047,2451,'_regular_price','380'),(18048,2451,'_thumbnail_id','0'),(18049,2451,'_price','380'),(18050,2451,'_mkl_pc__is_configurable','no'),(18051,2451,'var_style_tab_hide',''),(18052,2451,'exclude_var_rule_addons',''),(18053,2451,'exclude_var_addons',''),(18054,2451,'af_addon_title_display_as_selector','af_addon_title_display_text'),(18055,2451,'af_addon_heading_type_selector','addon_h1'),(18056,2451,'af_addon_seperator_checkbox',''),(18057,2451,'af_addon_title_seperator','af_addon_title_seperator_br'),(18058,2451,'af_addon_option_title_font_color',''),(18059,2451,'af_addon_title_bg',''),(18060,2451,'af_addon_title_color',''),(18061,2451,'af_addon_bg_color',''),(18062,2451,'af_addon_title_top_left_radius',''),(18063,2451,'af_addon_title_top_right_radius',''),(18064,2451,'af_addon_title_bottom_left_radius',''),(18065,2451,'af_addon_title_bottom_right_radius',''),(18066,2451,'af_addon_title_top_padding',''),(18067,2451,'af_addon_title_bottom_padding',''),(18068,2451,'af_addon_title_left_padding',''),(18069,2451,'af_addon_title_right_padding',''),(18070,2451,'af_addon_field_border',''),(18071,2451,'af_addon_field_border_top_left_radius',''),(18072,2451,'af_addon_field_border_top_right_radius',''),(18073,2451,'af_addon_field_border_bottom_left_radius',''),(18074,2451,'af_addon_field_border_bottom_right_radius',''),(18075,2451,'af_addon_field_border_top_padding',''),(18076,2451,'af_addon_field_border_bottom_padding',''),(18077,2451,'af_addon_field_border_left_padding',''),(18078,2451,'af_addon_field_border_right_padding',''),(18079,2451,'af_addon_field_title_position','left'),(18080,2451,'af_addon_field_border_color',''),(18081,2451,'af_addon_title_position','af_addon_title_inside_border'),(18082,2451,'af_addon_tooltip_background_color','#000000'),(18083,2451,'af_addon_tooltip_text_color',''),(18084,2452,'_regular_price','415'),(18085,2452,'_thumbnail_id','0'),(18086,2452,'_price','415'),(18087,2452,'_mkl_pc__is_configurable','no'),(18088,2452,'var_style_tab_hide',''),(18089,2452,'exclude_var_rule_addons',''),(18090,2452,'exclude_var_addons',''),(18091,2452,'af_addon_title_display_as_selector','af_addon_title_display_text'),(18092,2452,'af_addon_heading_type_selector','addon_h1'),(18093,2452,'af_addon_seperator_checkbox',''),(18094,2452,'af_addon_title_seperator','af_addon_title_seperator_br'),(18095,2452,'af_addon_option_title_font_color',''),(18096,2452,'af_addon_title_bg',''),(18097,2452,'af_addon_title_color',''),(18098,2452,'af_addon_bg_color',''),(18099,2452,'af_addon_title_top_left_radius',''),(18100,2452,'af_addon_title_top_right_radius',''),(18101,2452,'af_addon_title_bottom_left_radius',''),(18102,2452,'af_addon_title_bottom_right_radius',''),(18103,2452,'af_addon_title_top_padding',''),(18104,2452,'af_addon_title_bottom_padding',''),(18105,2452,'af_addon_title_left_padding',''),(18106,2452,'af_addon_title_right_padding',''),(18107,2452,'af_addon_field_border',''),(18108,2452,'af_addon_field_border_top_left_radius',''),(18109,2452,'af_addon_field_border_top_right_radius',''),(18110,2452,'af_addon_field_border_bottom_left_radius',''),(18111,2452,'af_addon_field_border_bottom_right_radius',''),(18112,2452,'af_addon_field_border_top_padding',''),(18113,2452,'af_addon_field_border_bottom_padding',''),(18114,2452,'af_addon_field_border_left_padding',''),(18115,2452,'af_addon_field_border_right_padding',''),(18116,2452,'af_addon_field_title_position','left'),(18117,2452,'af_addon_field_border_color',''),(18118,2452,'af_addon_title_position','af_addon_title_inside_border'),(18119,2452,'af_addon_tooltip_background_color','#000000'),(18120,2452,'af_addon_tooltip_text_color',''),(18121,2453,'_regular_price','720'),(18122,2453,'_thumbnail_id','0'),(18123,2453,'_price','720'),(18124,2453,'_mkl_pc__is_configurable','no'),(18125,2453,'var_style_tab_hide',''),(18126,2453,'exclude_var_rule_addons',''),(18127,2453,'exclude_var_addons',''),(18128,2453,'af_addon_title_display_as_selector','af_addon_title_display_text'),(18129,2453,'af_addon_heading_type_selector','addon_h1'),(18130,2453,'af_addon_seperator_checkbox',''),(18131,2453,'af_addon_title_seperator','af_addon_title_seperator_br'),(18132,2453,'af_addon_option_title_font_color',''),(18133,2453,'af_addon_title_bg',''),(18134,2453,'af_addon_title_color',''),(18135,2453,'af_addon_bg_color',''),(18136,2453,'af_addon_title_top_left_radius',''),(18137,2453,'af_addon_title_top_right_radius',''),(18138,2453,'af_addon_title_bottom_left_radius',''),(18139,2453,'af_addon_title_bottom_right_radius',''),(18140,2453,'af_addon_title_top_padding',''),(18141,2453,'af_addon_title_bottom_padding',''),(18142,2453,'af_addon_title_left_padding',''),(18143,2453,'af_addon_title_right_padding',''),(18144,2453,'af_addon_field_border',''),(18145,2453,'af_addon_field_border_top_left_radius',''),(18146,2453,'af_addon_field_border_top_right_radius',''),(18147,2453,'af_addon_field_border_bottom_left_radius',''),(18148,2453,'af_addon_field_border_bottom_right_radius',''),(18149,2453,'af_addon_field_border_top_padding',''),(18150,2453,'af_addon_field_border_bottom_padding',''),(18151,2453,'af_addon_field_border_left_padding',''),(18152,2453,'af_addon_field_border_right_padding',''),(18153,2453,'af_addon_field_title_position','left'),(18154,2453,'af_addon_field_border_color',''),(18155,2453,'af_addon_title_position','af_addon_title_inside_border'),(18156,2453,'af_addon_tooltip_background_color','#000000'),(18157,2453,'af_addon_tooltip_text_color',''),(18158,2454,'_regular_price','515'),(18159,2454,'_thumbnail_id','0'),(18160,2454,'_price','515'),(18161,2454,'_mkl_pc__is_configurable','no'),(18162,2454,'var_style_tab_hide',''),(18163,2454,'exclude_var_rule_addons',''),(18164,2454,'exclude_var_addons',''),(18165,2454,'af_addon_title_display_as_selector','af_addon_title_display_text'),(18166,2454,'af_addon_heading_type_selector','addon_h1'),(18167,2454,'af_addon_seperator_checkbox',''),(18168,2454,'af_addon_title_seperator','af_addon_title_seperator_br'),(18169,2454,'af_addon_option_title_font_color',''),(18170,2454,'af_addon_title_bg',''),(18171,2454,'af_addon_title_color',''),(18172,2454,'af_addon_bg_color',''),(18173,2454,'af_addon_title_top_left_radius',''),(18174,2454,'af_addon_title_top_right_radius',''),(18175,2454,'af_addon_title_bottom_left_radius',''),(18176,2454,'af_addon_title_bottom_right_radius',''),(18177,2454,'af_addon_title_top_padding',''),(18178,2454,'af_addon_title_bottom_padding',''),(18179,2454,'af_addon_title_left_padding',''),(18180,2454,'af_addon_title_right_padding',''),(18181,2454,'af_addon_field_border',''),(18182,2454,'af_addon_field_border_top_left_radius',''),(18183,2454,'af_addon_field_border_top_right_radius',''),(18184,2454,'af_addon_field_border_bottom_left_radius',''),(18185,2454,'af_addon_field_border_bottom_right_radius',''),(18186,2454,'af_addon_field_border_top_padding',''),(18187,2454,'af_addon_field_border_bottom_padding',''),(18188,2454,'af_addon_field_border_left_padding',''),(18189,2454,'af_addon_field_border_right_padding',''),(18190,2454,'af_addon_field_title_position','left'),(18191,2454,'af_addon_field_border_color',''),(18192,2454,'af_addon_title_position','af_addon_title_inside_border'),(18193,2454,'af_addon_tooltip_background_color','#000000'),(18194,2454,'af_addon_tooltip_text_color',''),(18195,2455,'_regular_price','535'),(18196,2455,'_thumbnail_id','0'),(18197,2455,'_price','535'),(18198,2455,'_mkl_pc__is_configurable','no'),(18199,2455,'var_style_tab_hide',''),(18200,2455,'exclude_var_rule_addons',''),(18201,2455,'exclude_var_addons',''),(18202,2455,'af_addon_title_display_as_selector','af_addon_title_display_text'),(18203,2455,'af_addon_heading_type_selector','addon_h1'),(18204,2455,'af_addon_seperator_checkbox',''),(18205,2455,'af_addon_title_seperator','af_addon_title_seperator_br'),(18206,2455,'af_addon_option_title_font_color',''),(18207,2455,'af_addon_title_bg',''),(18208,2455,'af_addon_title_color',''),(18209,2455,'af_addon_bg_color',''),(18210,2455,'af_addon_title_top_left_radius',''),(18211,2455,'af_addon_title_top_right_radius',''),(18212,2455,'af_addon_title_bottom_left_radius',''),(18213,2455,'af_addon_title_bottom_right_radius',''),(18214,2455,'af_addon_title_top_padding',''),(18215,2455,'af_addon_title_bottom_padding',''),(18216,2455,'af_addon_title_left_padding',''),(18217,2455,'af_addon_title_right_padding',''),(18218,2455,'af_addon_field_border',''),(18219,2455,'af_addon_field_border_top_left_radius',''),(18220,2455,'af_addon_field_border_top_right_radius',''),(18221,2455,'af_addon_field_border_bottom_left_radius',''),(18222,2455,'af_addon_field_border_bottom_right_radius',''),(18223,2455,'af_addon_field_border_top_padding',''),(18224,2455,'af_addon_field_border_bottom_padding',''),(18225,2455,'af_addon_field_border_left_padding',''),(18226,2455,'af_addon_field_border_right_padding',''),(18227,2455,'af_addon_field_title_position','left'),(18228,2455,'af_addon_field_border_color',''),(18229,2455,'af_addon_title_position','af_addon_title_inside_border'),(18230,2455,'af_addon_tooltip_background_color','#000000'),(18231,2455,'af_addon_tooltip_text_color',''),(18232,2456,'_regular_price','1840'),(18233,2456,'_thumbnail_id','0'),(18234,2456,'_price','1840'),(18235,2456,'_mkl_pc__is_configurable','no'),(18236,2456,'var_style_tab_hide',''),(18237,2456,'exclude_var_rule_addons',''),(18238,2456,'exclude_var_addons',''),(18239,2456,'af_addon_title_display_as_selector','af_addon_title_display_text'),(18240,2456,'af_addon_heading_type_selector','addon_h1'),(18241,2456,'af_addon_seperator_checkbox',''),(18242,2456,'af_addon_title_seperator','af_addon_title_seperator_br'),(18243,2456,'af_addon_option_title_font_color',''),(18244,2456,'af_addon_title_bg',''),(18245,2456,'af_addon_title_color',''),(18246,2456,'af_addon_bg_color',''),(18247,2456,'af_addon_title_top_left_radius',''),(18248,2456,'af_addon_title_top_right_radius',''),(18249,2456,'af_addon_title_bottom_left_radius',''),(18250,2456,'af_addon_title_bottom_right_radius',''),(18251,2456,'af_addon_title_top_padding',''),(18252,2456,'af_addon_title_bottom_padding',''),(18253,2456,'af_addon_title_left_padding',''),(18254,2456,'af_addon_title_right_padding',''),(18255,2456,'af_addon_field_border',''),(18256,2456,'af_addon_field_border_top_left_radius',''),(18257,2456,'af_addon_field_border_top_right_radius',''),(18258,2456,'af_addon_field_border_bottom_left_radius',''),(18259,2456,'af_addon_field_border_bottom_right_radius',''),(18260,2456,'af_addon_field_border_top_padding',''),(18261,2456,'af_addon_field_border_bottom_padding',''),(18262,2456,'af_addon_field_border_left_padding',''),(18263,2456,'af_addon_field_border_right_padding',''),(18264,2456,'af_addon_field_title_position','left'),(18265,2456,'af_addon_field_border_color',''),(18266,2456,'af_addon_title_position','af_addon_title_inside_border'),(18267,2456,'af_addon_tooltip_background_color','#000000'),(18268,2456,'af_addon_tooltip_text_color',''),(18269,2457,'_regular_price','715'),(18270,2457,'_thumbnail_id','0'),(18271,2457,'_price','715'),(18272,2457,'_mkl_pc__is_configurable','no'),(18273,2457,'var_style_tab_hide',''),(18274,2457,'exclude_var_rule_addons',''),(18275,2457,'exclude_var_addons',''),(18276,2457,'af_addon_title_display_as_selector','af_addon_title_display_text'),(18277,2457,'af_addon_heading_type_selector','addon_h1'),(18278,2457,'af_addon_seperator_checkbox',''),(18279,2457,'af_addon_title_seperator','af_addon_title_seperator_br'),(18280,2457,'af_addon_option_title_font_color',''),(18281,2457,'af_addon_title_bg',''),(18282,2457,'af_addon_title_color',''),(18283,2457,'af_addon_bg_color',''),(18284,2457,'af_addon_title_top_left_radius',''),(18285,2457,'af_addon_title_top_right_radius',''),(18286,2457,'af_addon_title_bottom_left_radius',''),(18287,2457,'af_addon_title_bottom_right_radius',''),(18288,2457,'af_addon_title_top_padding',''),(18289,2457,'af_addon_title_bottom_padding',''),(18290,2457,'af_addon_title_left_padding',''),(18291,2457,'af_addon_title_right_padding',''),(18292,2457,'af_addon_field_border',''),(18293,2457,'af_addon_field_border_top_left_radius',''),(18294,2457,'af_addon_field_border_top_right_radius',''),(18295,2457,'af_addon_field_border_bottom_left_radius',''),(18296,2457,'af_addon_field_border_bottom_right_radius',''),(18297,2457,'af_addon_field_border_top_padding',''),(18298,2457,'af_addon_field_border_bottom_padding',''),(18299,2457,'af_addon_field_border_left_padding',''),(18300,2457,'af_addon_field_border_right_padding',''),(18301,2457,'af_addon_field_title_position','left'),(18302,2457,'af_addon_field_border_color',''),(18303,2457,'af_addon_title_position','af_addon_title_inside_border'),(18304,2457,'af_addon_tooltip_background_color','#000000'),(18305,2457,'af_addon_tooltip_text_color',''),(18306,2458,'_regular_price','685'),(18307,2458,'_thumbnail_id','0'),(18308,2458,'_price','685'),(18309,2458,'_mkl_pc__is_configurable','no'),(18310,2458,'var_style_tab_hide',''),(18311,2458,'exclude_var_rule_addons',''),(18312,2458,'exclude_var_addons',''),(18313,2458,'af_addon_title_display_as_selector','af_addon_title_display_text'),(18314,2458,'af_addon_heading_type_selector','addon_h1'),(18315,2458,'af_addon_seperator_checkbox',''),(18316,2458,'af_addon_title_seperator','af_addon_title_seperator_br'),(18317,2458,'af_addon_option_title_font_color',''),(18318,2458,'af_addon_title_bg',''),(18319,2458,'af_addon_title_color',''),(18320,2458,'af_addon_bg_color',''),(18321,2458,'af_addon_title_top_left_radius',''),(18322,2458,'af_addon_title_top_right_radius',''),(18323,2458,'af_addon_title_bottom_left_radius',''),(18324,2458,'af_addon_title_bottom_right_radius',''),(18325,2458,'af_addon_title_top_padding',''),(18326,2458,'af_addon_title_bottom_padding',''),(18327,2458,'af_addon_title_left_padding',''),(18328,2458,'af_addon_title_right_padding',''),(18329,2458,'af_addon_field_border',''),(18330,2458,'af_addon_field_border_top_left_radius',''),(18331,2458,'af_addon_field_border_top_right_radius',''),(18332,2458,'af_addon_field_border_bottom_left_radius',''),(18333,2458,'af_addon_field_border_bottom_right_radius',''),(18334,2458,'af_addon_field_border_top_padding',''),(18335,2458,'af_addon_field_border_bottom_padding',''),(18336,2458,'af_addon_field_border_left_padding',''),(18337,2458,'af_addon_field_border_right_padding',''),(18338,2458,'af_addon_field_title_position','left'),(18339,2458,'af_addon_field_border_color',''),(18340,2458,'af_addon_title_position','af_addon_title_inside_border'),(18341,2458,'af_addon_tooltip_background_color','#000000'),(18342,2458,'af_addon_tooltip_text_color',''),(18343,2459,'_regular_price','1210'),(18344,2459,'_thumbnail_id','0'),(18345,2459,'_price','1210'),(18346,2459,'_mkl_pc__is_configurable','no'),(18347,2459,'var_style_tab_hide',''),(18348,2459,'exclude_var_rule_addons',''),(18349,2459,'exclude_var_addons',''),(18350,2459,'af_addon_title_display_as_selector','af_addon_title_display_text'),(18351,2459,'af_addon_heading_type_selector','addon_h1'),(18352,2459,'af_addon_seperator_checkbox',''),(18353,2459,'af_addon_title_seperator','af_addon_title_seperator_br'),(18354,2459,'af_addon_option_title_font_color',''),(18355,2459,'af_addon_title_bg',''),(18356,2459,'af_addon_title_color',''),(18357,2459,'af_addon_bg_color',''),(18358,2459,'af_addon_title_top_left_radius',''),(18359,2459,'af_addon_title_top_right_radius',''),(18360,2459,'af_addon_title_bottom_left_radius',''),(18361,2459,'af_addon_title_bottom_right_radius',''),(18362,2459,'af_addon_title_top_padding',''),(18363,2459,'af_addon_title_bottom_padding',''),(18364,2459,'af_addon_title_left_padding',''),(18365,2459,'af_addon_title_right_padding',''),(18366,2459,'af_addon_field_border',''),(18367,2459,'af_addon_field_border_top_left_radius',''),(18368,2459,'af_addon_field_border_top_right_radius',''),(18369,2459,'af_addon_field_border_bottom_left_radius',''),(18370,2459,'af_addon_field_border_bottom_right_radius',''),(18371,2459,'af_addon_field_border_top_padding',''),(18372,2459,'af_addon_field_border_bottom_padding',''),(18373,2459,'af_addon_field_border_left_padding',''),(18374,2459,'af_addon_field_border_right_padding',''),(18375,2459,'af_addon_field_title_position','left'),(18376,2459,'af_addon_field_border_color',''),(18377,2459,'af_addon_title_position','af_addon_title_inside_border'),(18378,2459,'af_addon_tooltip_background_color','#000000'),(18379,2459,'af_addon_tooltip_text_color',''),(18380,2450,'_price','380'),(18381,2450,'_price','415'),(18382,2450,'_price','515'),(18383,2450,'_price','535'),(18384,2450,'_price','685'),(18385,2450,'_price','715'),(18386,2450,'_price','720'),(18387,2450,'_price','1210'),(18388,2450,'_price','1840'),(18389,2460,'_wp_attached_file','2025/02/replacementframe.webp'),(18390,2460,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:29:\"2025/02/replacementframe.webp\";s:8:\"filesize\";i:490188;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"replacementframe-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:100650;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"replacementframe-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30958;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"replacementframe-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:469088;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"replacementframe-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:100650;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"replacementframe-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:323242;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"replacementframe-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15172;}}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:{}}}'),(18391,2450,'_thumbnail_id','2460'),(18392,2450,'_edit_last','1'),(18393,2450,'exclude_rule_addons',''),(18394,2450,'af_addon_title_display_as_selector','af_addon_title_display_text'),(18395,2450,'af_addon_heading_type_selector','addon_h1'),(18396,2450,'af_addon_seperator_checkbox',''),(18397,2450,'af_addon_title_seperator','af_addon_title_seperator_br'),(18398,2450,'af_addon_option_title_font_color',''),(18399,2450,'af_addon_title_bg',''),(18400,2450,'af_addon_title_color',''),(18401,2450,'af_addon_bg_color',''),(18402,2450,'af_addon_title_top_left_radius',''),(18403,2450,'af_addon_title_top_right_radius',''),(18404,2450,'af_addon_title_bottom_left_radius',''),(18405,2450,'af_addon_title_bottom_right_radius',''),(18406,2450,'af_addon_title_top_padding',''),(18407,2450,'af_addon_title_bottom_padding',''),(18408,2450,'af_addon_title_left_padding',''),(18409,2450,'af_addon_title_right_padding',''),(18410,2450,'af_addon_field_border',''),(18411,2450,'af_addon_field_border_top_left_radius',''),(18412,2450,'af_addon_field_border_top_right_radius',''),(18413,2450,'af_addon_field_border_bottom_left_radius',''),(18414,2450,'af_addon_field_border_bottom_right_radius',''),(18415,2450,'af_addon_field_border_top_padding',''),(18416,2450,'af_addon_field_border_bottom_padding',''),(18417,2450,'af_addon_field_border_left_padding',''),(18418,2450,'af_addon_field_border_right_padding',''),(18419,2450,'af_addon_field_title_position','left'),(18420,2450,'af_addon_field_border_color',''),(18421,2450,'af_addon_title_position','af_addon_title_inside_border'),(18422,2450,'af_addon_tooltip_background_color','#000000'),(18423,2450,'af_addon_tooltip_text_color',''),(18424,2450,'_mkl_pc__variable_configuration_mode','share_layers_config'),(18425,2450,'_mkl_pc__is_configurable','no'),(18426,2450,'_yoast_wpseo_primary_product_brand',''),(18427,2450,'_yoast_wpseo_primary_product_cat','42'),(18428,2450,'_yoast_wpseo_content_score','90'),(18429,2450,'_yoast_wpseo_estimated-reading-time-minutes','1'),(18430,2461,'_wp_attached_file','2025/02/mediumsandbags.webp'),(18431,2461,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:679;s:6:\"height\";i:745;s:4:\"file\";s:27:\"2025/02/mediumsandbags.webp\";s:8:\"filesize\";i:101156;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"mediumsandbags-273x300.webp\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32976;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"mediumsandbags-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12696;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"mediumsandbags-300x329.webp\";s:5:\"width\";i:300;s:6:\"height\";i:329;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:38690;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"mediumsandbags-600x658.webp\";s:5:\"width\";i:600;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:109106;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"mediumsandbags-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6880;}}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:{}}}'),(18432,2462,'_wp_attached_file','2025/02/largesandbags.webp'),(18433,2462,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:679;s:6:\"height\";i:839;s:4:\"file\";s:26:\"2025/02/largesandbags.webp\";s:8:\"filesize\";i:180742;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"largesandbags-243x300.webp\";s:5:\"width\";i:243;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:47872;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"largesandbags-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19642;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"largesandbags-300x371.webp\";s:5:\"width\";i:300;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:66392;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"largesandbags-600x741.webp\";s:5:\"width\";i:600;s:6:\"height\";i:741;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:192720;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"largesandbags-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10270;}}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:{}}}'),(18434,2448,'_product_attributes','a:1:{s:12:\"sandbag-size\";a:6:{s:4:\"name\";s:12:\"Sandbag size\";s:5:\"value\";s:14:\"Medium | Large\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(18435,2463,'_variation_description',''),(18436,2463,'total_sales','0'),(18437,2463,'_tax_status','taxable'),(18438,2463,'_tax_class','parent'),(18439,2463,'_manage_stock','no'),(18440,2463,'_backorders','no'),(18441,2463,'_sold_individually','no'),(18442,2463,'_virtual','no'),(18443,2463,'_downloadable','no'),(18444,2463,'_download_limit','-1'),(18445,2463,'_download_expiry','-1'),(18446,2463,'_stock',NULL),(18447,2463,'_stock_status','instock'),(18448,2463,'_wc_average_rating','0'),(18449,2463,'_wc_review_count','0'),(18450,2463,'attribute_sandbag-size','Medium'),(18451,2463,'_product_version','9.6.2'),(18452,2464,'_variation_description',''),(18453,2464,'total_sales','0'),(18454,2464,'_tax_status','taxable'),(18455,2464,'_tax_class','parent'),(18456,2464,'_manage_stock','no'),(18457,2464,'_backorders','no'),(18458,2464,'_sold_individually','no'),(18459,2464,'_virtual','no'),(18460,2464,'_downloadable','no'),(18461,2464,'_download_limit','-1'),(18462,2464,'_download_expiry','-1'),(18463,2464,'_stock',NULL),(18464,2464,'_stock_status','instock'),(18465,2464,'_wc_average_rating','0'),(18466,2464,'_wc_review_count','0'),(18467,2464,'attribute_sandbag-size','Large'),(18468,2464,'_product_version','9.6.2'),(18469,2463,'af_addon_title_font_size','14'),(18470,2463,'af_addon_option_title_font_size','12'),(18471,2463,'af_addon_field_border_pixels','1'),(18472,2463,'af_addon_desc_font_size','12'),(18473,2463,'af_addon_tooltip_font_size','12'),(18474,2464,'af_addon_title_font_size','14'),(18475,2464,'af_addon_option_title_font_size','12'),(18476,2464,'af_addon_field_border_pixels','1'),(18477,2464,'af_addon_desc_font_size','12'),(18478,2464,'af_addon_tooltip_font_size','12'),(18479,2463,'_regular_price','40'),(18480,2463,'_thumbnail_id','2461'),(18481,2463,'_price','40'),(18482,2463,'_mkl_pc__is_configurable','no'),(18483,2463,'var_style_tab_hide',''),(18484,2463,'exclude_var_rule_addons',''),(18485,2463,'exclude_var_addons',''),(18486,2463,'af_addon_title_display_as_selector','af_addon_title_display_text'),(18487,2463,'af_addon_heading_type_selector','addon_h1'),(18488,2463,'af_addon_seperator_checkbox',''),(18489,2463,'af_addon_title_seperator','af_addon_title_seperator_br'),(18490,2463,'af_addon_option_title_font_color',''),(18491,2463,'af_addon_title_bg',''),(18492,2463,'af_addon_title_color',''),(18493,2463,'af_addon_bg_color',''),(18494,2463,'af_addon_title_top_left_radius',''),(18495,2463,'af_addon_title_top_right_radius',''),(18496,2463,'af_addon_title_bottom_left_radius',''),(18497,2463,'af_addon_title_bottom_right_radius',''),(18498,2463,'af_addon_title_top_padding',''),(18499,2463,'af_addon_title_bottom_padding',''),(18500,2463,'af_addon_title_left_padding',''),(18501,2463,'af_addon_title_right_padding',''),(18502,2463,'af_addon_field_border',''),(18503,2463,'af_addon_field_border_top_left_radius',''),(18504,2463,'af_addon_field_border_top_right_radius',''),(18505,2463,'af_addon_field_border_bottom_left_radius',''),(18506,2463,'af_addon_field_border_bottom_right_radius',''),(18507,2463,'af_addon_field_border_top_padding',''),(18508,2463,'af_addon_field_border_bottom_padding',''),(18509,2463,'af_addon_field_border_left_padding',''),(18510,2463,'af_addon_field_border_right_padding',''),(18511,2463,'af_addon_field_title_position','left'),(18512,2463,'af_addon_field_border_color',''),(18513,2463,'af_addon_title_position','af_addon_title_inside_border'),(18514,2463,'af_addon_tooltip_background_color','#000000'),(18515,2463,'af_addon_tooltip_text_color',''),(18516,2464,'_regular_price','60'),(18517,2464,'_thumbnail_id','2462'),(18518,2464,'_price','60'),(18519,2464,'_mkl_pc__is_configurable','no'),(18520,2464,'var_style_tab_hide',''),(18521,2464,'exclude_var_rule_addons',''),(18522,2464,'exclude_var_addons',''),(18523,2464,'af_addon_title_display_as_selector','af_addon_title_display_text'),(18524,2464,'af_addon_heading_type_selector','addon_h1'),(18525,2464,'af_addon_seperator_checkbox',''),(18526,2464,'af_addon_title_seperator','af_addon_title_seperator_br'),(18527,2464,'af_addon_option_title_font_color',''),(18528,2464,'af_addon_title_bg',''),(18529,2464,'af_addon_title_color',''),(18530,2464,'af_addon_bg_color',''),(18531,2464,'af_addon_title_top_left_radius',''),(18532,2464,'af_addon_title_top_right_radius',''),(18533,2464,'af_addon_title_bottom_left_radius',''),(18534,2464,'af_addon_title_bottom_right_radius',''),(18535,2464,'af_addon_title_top_padding',''),(18536,2464,'af_addon_title_bottom_padding',''),(18537,2464,'af_addon_title_left_padding',''),(18538,2464,'af_addon_title_right_padding',''),(18539,2464,'af_addon_field_border',''),(18540,2464,'af_addon_field_border_top_left_radius',''),(18541,2464,'af_addon_field_border_top_right_radius',''),(18542,2464,'af_addon_field_border_bottom_left_radius',''),(18543,2464,'af_addon_field_border_bottom_right_radius',''),(18544,2464,'af_addon_field_border_top_padding',''),(18545,2464,'af_addon_field_border_bottom_padding',''),(18546,2464,'af_addon_field_border_left_padding',''),(18547,2464,'af_addon_field_border_right_padding',''),(18548,2464,'af_addon_field_title_position','left'),(18549,2464,'af_addon_field_border_color',''),(18550,2464,'af_addon_title_position','af_addon_title_inside_border'),(18551,2464,'af_addon_tooltip_background_color','#000000'),(18552,2464,'af_addon_tooltip_text_color',''),(18553,2448,'_price','40'),(18554,2448,'_price','60'),(18555,2448,'_thumbnail_id','2461'),(18556,2448,'_regular_price','40'),(18557,2448,'_mkl_pc__variable_configuration_mode','share_layers_config'),(18558,2465,'_edit_lock','1740593344:1'),(18559,2465,'_g_feedback_shortcode_4ec5336e676ab43577ec8c057f8a07889396e076','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(18560,2465,'_g_feedback_shortcode_atts_4ec5336e676ab43577ec8c057f8a07889396e076','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:47:\"[Aggressive Graphix LLC] Replacement Canopy Bag\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:2465;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(18561,2465,'af_addon_title_font_size','14'),(18562,2465,'af_addon_option_title_font_size','12'),(18563,2465,'af_addon_field_border_pixels','1'),(18564,2465,'af_addon_desc_font_size','12'),(18565,2465,'af_addon_tooltip_font_size','12'),(18566,2466,'_wp_attached_file','2025/02/replacement10x20bag.webp'),(18567,2466,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:330;s:6:\"height\";i:554;s:4:\"file\";s:32:\"2025/02/replacement10x20bag.webp\";s:8:\"filesize\";i:55466;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"replacement10x20bag-179x300.webp\";s:5:\"width\";i:179;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24120;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"replacement10x20bag-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11254;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"replacement10x20bag-300x504.webp\";s:5:\"width\";i:300;s:6:\"height\";i:504;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:53570;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"replacement10x20bag-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5966;}}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:{}}}'),(18568,2467,'_wp_attached_file','2025/02/replacement10x10bag.webp'),(18569,2467,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:268;s:6:\"height\";i:640;s:4:\"file\";s:32:\"2025/02/replacement10x10bag.webp\";s:8:\"filesize\";i:38774;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"replacement10x10bag-126x300.webp\";s:5:\"width\";i:126;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13160;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"replacement10x10bag-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8408;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"replacement10x10bag-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4508;}}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:{}}}'),(18570,2468,'_wp_attached_file','2025/02/replacement10x15bag.webp'),(18571,2468,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:276;s:6:\"height\";i:584;s:4:\"file\";s:32:\"2025/02/replacement10x15bag.webp\";s:8:\"filesize\";i:50318;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"replacement10x15bag-142x300.webp\";s:5:\"width\";i:142;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19722;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"replacement10x15bag-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11568;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"replacement10x15bag-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5880;}}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:{}}}'),(18572,2465,'_thumbnail_id','2467'),(18573,2465,'_edit_last','1'),(18574,2465,'exclude_rule_addons',''),(18575,2465,'af_addon_title_display_as_selector','af_addon_title_display_text'),(18576,2465,'af_addon_heading_type_selector','addon_h1'),(18577,2465,'af_addon_seperator_checkbox',''),(18578,2465,'af_addon_title_seperator','af_addon_title_seperator_br'),(18579,2465,'af_addon_option_title_font_color',''),(18580,2465,'af_addon_title_bg',''),(18581,2465,'af_addon_title_color',''),(18582,2465,'af_addon_bg_color',''),(18583,2465,'af_addon_title_top_left_radius',''),(18584,2465,'af_addon_title_top_right_radius',''),(18585,2465,'af_addon_title_bottom_left_radius',''),(18586,2465,'af_addon_title_bottom_right_radius',''),(18587,2465,'af_addon_title_top_padding',''),(18588,2465,'af_addon_title_bottom_padding',''),(18589,2465,'af_addon_title_left_padding',''),(18590,2465,'af_addon_title_right_padding',''),(18591,2465,'af_addon_field_border',''),(18592,2465,'af_addon_field_border_top_left_radius',''),(18593,2465,'af_addon_field_border_top_right_radius',''),(18594,2465,'af_addon_field_border_bottom_left_radius',''),(18595,2465,'af_addon_field_border_bottom_right_radius',''),(18596,2465,'af_addon_field_border_top_padding',''),(18597,2465,'af_addon_field_border_bottom_padding',''),(18598,2465,'af_addon_field_border_left_padding',''),(18599,2465,'af_addon_field_border_right_padding',''),(18600,2465,'af_addon_field_title_position','left'),(18601,2465,'af_addon_field_border_color',''),(18602,2465,'af_addon_title_position','af_addon_title_inside_border'),(18603,2465,'af_addon_tooltip_background_color','#000000'),(18604,2465,'af_addon_tooltip_text_color',''),(18605,2465,'total_sales','0'),(18606,2465,'_tax_status','taxable'),(18607,2465,'_tax_class',''),(18608,2465,'_manage_stock','no'),(18609,2465,'_backorders','no'),(18610,2465,'_sold_individually','no'),(18611,2465,'_virtual','no'),(18612,2465,'_downloadable','no'),(18613,2465,'_download_limit','-1'),(18614,2465,'_download_expiry','-1'),(18615,2465,'_stock',NULL),(18616,2465,'_stock_status','instock'),(18617,2465,'_wc_average_rating','0'),(18618,2465,'_wc_review_count','0'),(18619,2465,'_product_version','9.7.0'),(18620,2465,'_mkl_pc__is_configurable','no'),(18621,2465,'_product_image_gallery','2468,2466'),(18622,2465,'_yoast_wpseo_primary_product_brand',''),(18623,2465,'_yoast_wpseo_primary_product_cat','42'),(18624,2465,'_yoast_wpseo_estimated-reading-time-minutes','1'),(18692,2476,'af_addon_field_sort',''),(18693,2476,'af_addon_depend_selector','af_addon_not_dependable'),(18694,2476,'af_addon_field_depend_selector','0'),(18695,2476,'af_addon_option_depend_selector','a:0:{}'),(18696,2476,'af_addon_type_select','radio'),(18697,2476,'af_addon_field_title','Frame type:'),(18698,2476,'af_addon_tooltip_checkbox',''),(18699,2476,'af_addon_tooltip_textarea',''),(18700,2476,'af_addon_desc_checkbox',''),(18701,2476,'af_addon_desc_textarea',''),(18702,2476,'af_addon_required_field','1'),(18703,2476,'af_addon_limit_range_checkbox',''),(18704,2476,'af_addon_min_limit_range',''),(18705,2476,'af_addon_max_limit_range',''),(18706,2476,'af_addon_price_range_checkbox',''),(18707,2476,'af_addon_field_price_type','free'),(18708,2476,'af_addon_field_price',''),(18709,2476,'af_addon_upload_file_extention',''),(18710,2479,'af_addon_option_priority',''),(18711,2479,'af_addon_field_options_image',''),(18712,2479,'af_addon_field_options_name','50mm Hex'),(18713,2479,'af_addon_option_color',''),(18714,2479,'af_addon_field_options_price_type','free'),(18715,2479,'af_addon_field_options_price',''),(18716,2478,'af_addon_option_priority',''),(18717,2478,'af_addon_field_options_image',''),(18718,2478,'af_addon_field_options_name','40mm Hex'),(18719,2478,'af_addon_option_color',''),(18720,2478,'af_addon_field_options_price_type','free'),(18721,2478,'af_addon_field_options_price',''),(18722,2477,'af_addon_option_priority',''),(18723,2477,'af_addon_field_options_image',''),(18724,2477,'af_addon_field_options_name','31mm Square'),(18725,2477,'af_addon_option_color',''),(18726,2477,'af_addon_field_options_price_type','flat_fixed_fee'),(18727,2477,'af_addon_field_options_price','20'),(18728,2472,'af_addon_field_sort',''),(18729,2472,'af_addon_depend_selector','af_addon_not_dependable'),(18730,2472,'af_addon_field_depend_selector','0'),(18731,2472,'af_addon_option_depend_selector','a:0:{}'),(18732,2472,'af_addon_type_select','radio'),(18733,2472,'af_addon_field_title','Frame size:'),(18734,2472,'af_addon_tooltip_checkbox',''),(18735,2472,'af_addon_tooltip_textarea',''),(18736,2472,'af_addon_desc_checkbox',''),(18737,2472,'af_addon_desc_textarea',''),(18738,2472,'af_addon_required_field','1'),(18739,2472,'af_addon_limit_range_checkbox',''),(18740,2472,'af_addon_min_limit_range',''),(18741,2472,'af_addon_max_limit_range',''),(18742,2472,'af_addon_price_range_checkbox',''),(18743,2472,'af_addon_field_price_type','free'),(18744,2472,'af_addon_field_price',''),(18745,2472,'af_addon_upload_file_extention',''),(18746,2475,'af_addon_option_priority',''),(18747,2475,'af_addon_field_options_image',''),(18748,2475,'af_addon_field_options_name','10x20'),(18749,2475,'af_addon_option_color',''),(18750,2475,'af_addon_field_options_price_type','free'),(18751,2475,'af_addon_field_options_price',''),(18752,2474,'af_addon_option_priority',''),(18753,2474,'af_addon_field_options_image',''),(18754,2474,'af_addon_field_options_name','10x15'),(18755,2474,'af_addon_option_color',''),(18756,2474,'af_addon_field_options_price_type','free'),(18757,2474,'af_addon_field_options_price',''),(18758,2473,'af_addon_option_priority',''),(18759,2473,'af_addon_field_options_image',''),(18760,2473,'af_addon_field_options_name','10x10'),(18761,2473,'af_addon_option_color',''),(18762,2473,'af_addon_field_options_price_type','free'),(18763,2473,'af_addon_field_options_price',''),(18764,2465,'_price','100'),(18765,2465,'_regular_price','100'),(18773,2486,'_wp_attached_file','2025/02/IMG_3616-scaled.webp'),(18774,2486,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/02/IMG_3616-scaled.webp\";s:8:\"filesize\";i:4920802;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_3616-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:101088;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_3616-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:982308;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3616-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34704;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_3616-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:982308;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_3616-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1972466;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_3616-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3226510;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_3616-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:175614;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_3616-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:631808;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3616-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16350;}}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:{}}}'),(18779,2489,'_wp_attached_file','2025/02/IMG_2556-1.webp'),(18780,2489,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1920;s:4:\"file\";s:23:\"2025/02/IMG_2556-1.webp\";s:8:\"filesize\";i:3630926;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_2556-1-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:106674;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"IMG_2556-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1098720;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_2556-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:35868;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_2556-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1098720;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"IMG_2556-1-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2294966;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_2556-1-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:185720;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_2556-1-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:693684;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_2556-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:16340;}}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:{}}}'),(18781,2490,'_wp_attached_file','2025/02/IMG_2741-1.webp'),(18782,2490,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1920;s:4:\"file\";s:23:\"2025/02/IMG_2741-1.webp\";s:8:\"filesize\";i:4878404;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_2741-1-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:123770;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"IMG_2741-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1431914;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_2741-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:42204;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_2741-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1431914;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"IMG_2741-1-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3009650;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_2741-1-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:221678;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_2741-1-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:890094;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_2741-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:18950;}}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:{}}}'),(18783,2491,'_wp_attached_file','2025/02/IMG_2741-1-edited.webp'),(18784,2491,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:810;s:4:\"file\";s:30:\"2025/02/IMG_2741-1-edited.webp\";s:8:\"filesize\";i:1792052;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"IMG_2741-1-edited-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:92194;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"IMG_2741-1-edited-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:932334;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"IMG_2741-1-edited-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40062;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"IMG_2741-1-edited-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:563322;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"IMG_2741-1-edited-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:92194;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"IMG_2741-1-edited-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:357058;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"IMG_2741-1-edited-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18090;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(18787,2493,'_wp_attached_file','2025/02/IMG_2698-edited-scaled.webp'),(18788,2493,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:35:\"2025/02/IMG_2698-edited-scaled.webp\";s:8:\"filesize\";i:3451908;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"IMG_2698-edited-scaled-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72172;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"IMG_2698-edited-scaled-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:671068;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"IMG_2698-edited-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32548;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"IMG_2698-edited-scaled-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:398586;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"IMG_2698-edited-scaled-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1393060;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:37:\"IMG_2698-edited-scaled-2048x1152.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2290930;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"IMG_2698-edited-scaled-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72172;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"IMG_2698-edited-scaled-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:254666;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"IMG_2698-edited-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15552;}}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:{}}}'),(18795,2497,'_wp_attached_file','2025/02/IMG_3053-scaled.webp'),(18796,2497,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/02/IMG_3053-scaled.webp\";s:8:\"filesize\";i:5687432;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_3053-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:113670;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_3053-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1109736;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3053-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:39520;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_3053-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1109736;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_3053-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2247672;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_3053-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3710384;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_3053-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:197500;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_3053-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:714564;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3053-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18610;}}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:{}}}'),(18797,2498,'_wp_attached_file','2025/02/export_1724044882342.mov'),(18798,2498,'_wp_attachment_metadata','a:12:{s:8:\"lossless\";b:0;s:8:\"filesize\";i:11095808;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:20;s:16:\"length_formatted\";s:4:\"0:20\";s:5:\"width\";i:1080;s:6:\"height\";i:1920;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"codec\";s:4:\"hvc1\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:1724044882;}'),(18799,2500,'_wp_attached_file','2025/02/IMG_2948.mov'),(18800,2500,'_wp_attachment_metadata','a:11:{s:8:\"lossless\";b:0;s:8:\"filesize\";i:42094012;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:14;s:16:\"length_formatted\";s:4:\"0:14\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:1724008178;}'),(18801,1212,'_g_feedback_shortcode_9b48f651d3b3a7e9bf15a259e4d089250e24049f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(18802,1212,'_g_feedback_shortcode_atts_9b48f651d3b3a7e9bf15a259e4d089250e24049f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:36:\"[Aggressive Graphix LLC] Style wraps\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:1212;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(18804,2504,'_wp_attached_file','2025/02/3M.webp'),(18805,2504,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:86;s:6:\"height\";i:46;s:4:\"file\";s:15:\"2025/02/3M.webp\";s:8:\"filesize\";i:460;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:{}}}'),(18806,2505,'_wp_attached_file','2025/02/kpmf.webp'),(18807,2505,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:114;s:6:\"height\";i:45;s:4:\"file\";s:17:\"2025/02/kpmf.webp\";s:8:\"filesize\";i:2660;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:16:\"kpmf-100x45.webp\";s:5:\"width\";i:100;s:6:\"height\";i:45;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2320;}}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:{}}}'),(18808,2506,'_wp_attached_file','2025/02/teckwrap.webp'),(18809,2506,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:259;s:6:\"height\";i:54;s:4:\"file\";s:21:\"2025/02/teckwrap.webp\";s:8:\"filesize\";i:2024;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"teckwrap-150x54.webp\";s:5:\"width\";i:150;s:6:\"height\";i:54;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1528;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"teckwrap-100x54.webp\";s:5:\"width\";i:100;s:6:\"height\";i:54;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1192;}}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:{}}}'),(18810,2507,'_wp_attached_file','2025/02/averydennison.webp'),(18811,2507,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:139;s:6:\"height\";i:46;s:4:\"file\";s:26:\"2025/02/averydennison.webp\";s:8:\"filesize\";i:1092;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"averydennison-100x46.webp\";s:5:\"width\";i:100;s:6:\"height\";i:46;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:844;}}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:{}}}'),(18812,2508,'_wp_attached_file','2025/02/hexis.webp'),(18813,2508,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:112;s:6:\"height\";i:46;s:4:\"file\";s:18:\"2025/02/hexis.webp\";s:8:\"filesize\";i:572;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:17:\"hexis-100x46.webp\";s:5:\"width\";i:100;s:6:\"height\";i:46;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:524;}}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:{}}}'),(18814,2509,'_wp_attached_file','2025/02/Orafol.webp'),(18815,2509,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:130;s:6:\"height\";i:46;s:4:\"file\";s:19:\"2025/02/Orafol.webp\";s:8:\"filesize\";i:1192;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"Orafol-100x46.webp\";s:5:\"width\";i:100;s:6:\"height\";i:46;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:{}}}'),(18816,2510,'_wp_attached_file','2025/02/aura.webp'),(18817,2510,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:86;s:6:\"height\";i:9;s:4:\"file\";s:17:\"2025/02/aura.webp\";s:8:\"filesize\";i:282;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:{}}}'),(18818,2511,'_wp_attached_file','2025/02/tinyBot.webp'),(18819,2511,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:86;s:6:\"height\";i:23;s:4:\"file\";s:20:\"2025/02/tinyBot.webp\";s:8:\"filesize\";i:972;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:{}}}'),(18820,1212,'_yoast_wpseo_content_score','60'),(18822,2516,'wpforms_form_locations','a:1:{i:0;a:6:{s:4:\"type\";s:4:\"page\";s:5:\"title\";s:11:\"Style wraps\";s:7:\"form_id\";i:2516;s:2:\"id\";i:1212;s:6:\"status\";s:7:\"publish\";s:3:\"url\";s:20:\"/color-change-wraps/\";}}'),(18824,1212,'yoast-structured-data-blocks-images-cache','a:0:{}'),(18825,2522,'yoast-structured-data-blocks-images-cache','a:0:{}'),(18828,2528,'yoast-structured-data-blocks-images-cache','a:0:{}'),(18829,2530,'_edit_last','1'),(18830,2530,'_edit_lock','1758222520:1'),(18844,2530,'_eg_in_gallery','a:33:{i:2;i:2538;i:3;i:2539;i:4;i:2540;i:5;i:2541;i:7;i:2543;i:9;i:2545;i:15;i:2553;i:16;i:2554;i:20;i:2558;i:21;i:2559;i:24;i:2562;i:26;i:2564;i:27;i:2565;i:28;i:2567;i:30;i:2569;i:33;i:2572;i:34;i:2573;i:36;i:2575;i:38;i:2577;i:44;i:2583;i:45;i:2579;i:46;i:2580;i:47;i:2581;i:48;i:2582;i:49;i:2583;i:50;i:2584;i:51;i:2585;i:52;i:2586;i:53;i:2587;i:54;i:2591;i:55;i:2594;i:56;i:2592;i:57;i:2819;}'),(18845,2530,'_eg_gallery_data','a:3:{s:2:\"id\";i:2530;s:7:\"gallery\";a:13:{i:2819;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7731-scaled.webp\";s:5:\"title\";s:8:\"IMG_7731\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7731-scaled.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2592;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3275.webp\";s:5:\"title\";s:8:\"IMG_3275\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3275.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2594;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3477.webp\";s:5:\"title\";s:8:\"IMG_3477\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3477.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2591;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-1.webp\";s:5:\"title\";s:8:\"IMG_3274\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-1.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2587;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-1.webp\";s:5:\"title\";s:8:\"IMG_6894\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-1.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2586;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-1.webp\";s:5:\"title\";s:8:\"IMG_6892\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-1.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2585;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-1.webp\";s:5:\"title\";s:8:\"IMG_6873\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-1.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2584;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1.webp\";s:5:\"title\";s:8:\"IMG_6872\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2583;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435.webp\";s:5:\"title\";s:8:\"IMG_6435\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2582;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6097.webp\";s:5:\"title\";s:8:\"IMG_6097\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6097.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2581;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1.webp\";s:5:\"title\";s:8:\"IMG_6095\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2580;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1.webp\";s:5:\"title\";s:8:\"IMG_4576\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2579;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-1.webp\";s:5:\"title\";s:8:\"IMG_4573\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-1.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}s:6:\"config\";a:88:{s:4:\"type\";s:7:\"default\";s:7:\"columns\";s:1:\"0\";s:13:\"gallery_theme\";s:4:\"base\";s:10:\"crop_width\";i:640;s:11:\"crop_height\";i:480;s:4:\"crop\";i:0;s:17:\"justified_margins\";i:8;s:12:\"lazy_loading\";i:1;s:18:\"lazy_loading_delay\";i:800;s:6:\"gutter\";i:8;s:6:\"margin\";i:8;s:10:\"image_size\";s:7:\"default\";s:20:\"justified_row_height\";i:150;s:16:\"lightbox_enabled\";i:1;s:20:\"gallery_link_enabled\";i:0;s:14:\"lightbox_theme\";s:4:\"base\";s:19:\"lightbox_image_size\";s:7:\"default\";s:13:\"title_display\";s:5:\"float\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"rtl\";i:0;s:5:\"title\";s:0:\"\";s:4:\"slug\";s:14:\"chrome-deletes\";s:6:\"layout\";s:9:\"automatic\";s:18:\"justified_last_row\";s:6:\"center\";s:13:\"gutter_mobile\";i:8;s:11:\"square_size\";i:300;s:13:\"crop_position\";s:1:\"c\";s:14:\"show_more_text\";s:14:\"Click for more\";s:17:\"additional_copy_0\";i:0;s:21:\"additional_copy_title\";i:0;s:23:\"additional_copy_caption\";i:0;s:29:\"additional_copy_title_caption\";i:0;s:24:\"additional_copy_0_mobile\";i:0;s:28:\"additional_copy_title_mobile\";i:0;s:30:\"additional_copy_caption_mobile\";i:0;s:36:\"additional_copy_title_caption_mobile\";i:0;s:28:\"gallery_column_title_caption\";s:1:\"0\";s:35:\"gallery_column_title_caption_mobile\";s:1:\"0\";s:27:\"additional_copy_automatic_0\";i:0;s:31:\"additional_copy_automatic_title\";i:0;s:33:\"additional_copy_automatic_caption\";i:0;s:39:\"additional_copy_automatic_title_caption\";i:0;s:34:\"additional_copy_automatic_0_mobile\";i:0;s:38:\"additional_copy_automatic_title_mobile\";i:0;s:40:\"additional_copy_automatic_caption_mobile\";i:0;s:46:\"additional_copy_automatic_title_caption_mobile\";i:0;s:31:\"gallery_automatic_title_caption\";s:1:\"0\";s:38:\"gallery_automatic_title_caption_mobile\";s:1:\"0\";s:20:\"description_position\";s:1:\"0\";s:11:\"description\";s:0:\"\";s:6:\"random\";s:1:\"0\";s:10:\"sort_order\";s:1:\"0\";s:17:\"sorting_direction\";s:3:\"ASC\";s:18:\"image_sizes_random\";a:0:{}s:7:\"isotope\";i:0;s:22:\"lightbox_title_caption\";s:5:\"title\";s:6:\"arrows\";i:1;s:15:\"arrows_position\";s:6:\"inside\";s:7:\"toolbar\";i:1;s:13:\"toolbar_title\";i:0;s:16:\"toolbar_position\";s:3:\"top\";s:4:\"loop\";i:1;s:26:\"lightbox_open_close_effect\";s:4:\"fade\";s:6:\"effect\";s:4:\"fade\";s:9:\"supersize\";i:0;s:17:\"thumbnails_toggle\";i:0;s:15:\"thumbnails_hide\";i:0;s:13:\"image_counter\";i:0;s:21:\"lightbox_html_caption\";i:0;s:10:\"thumbnails\";i:1;s:16:\"thumbnails_width\";i:0;s:17:\"thumbnails_height\";i:0;s:19:\"thumbnails_position\";s:6:\"bottom\";s:22:\"thumbnails_custom_size\";i:0;s:6:\"mobile\";i:1;s:12:\"mobile_width\";i:320;s:13:\"mobile_height\";i:240;s:15:\"mobile_lightbox\";i:1;s:27:\"mobile_gallery_link_enabled\";i:0;s:13:\"mobile_arrows\";i:1;s:14:\"mobile_toolbar\";i:1;s:17:\"mobile_thumbnails\";i:1;s:22:\"mobile_touchwipe_close\";i:0;s:23:\"mobile_thumbnails_width\";i:75;s:24:\"mobile_thumbnails_height\";i:240;s:27:\"mobile_justified_row_height\";i:80;s:8:\"keyboard\";b:1;s:19:\"standalone_template\";s:0:\"\";}}'),(18969,2579,'_wp_attached_file','2025/03/IMG_4573-1.webp'),(18970,2579,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:23:\"2025/03/IMG_4573-1.webp\";s:8:\"filesize\";i:1331192;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_4573-1-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:78710;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"IMG_4573-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:740662;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_4573-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:29694;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_4573-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:740662;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_4573-1-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:133872;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_4573-1-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:476120;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_4573-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:13980;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(18971,2579,'_eg_has_gallery','a:1:{i:0;i:2530;}'),(18972,2580,'_wp_attached_file','2025/03/IMG_4576-1.webp'),(18973,2580,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2025/03/IMG_4576-1.webp\";s:8:\"filesize\";i:1836572;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_4576-1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:99222;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"IMG_4576-1-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:966586;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_4576-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:34676;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"IMG_4576-1-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:573728;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_4576-1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:99222;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_4576-1-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:365588;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_4576-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:16222;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(18974,2580,'_eg_has_gallery','a:1:{i:0;i:2530;}'),(18975,2581,'_wp_attached_file','2025/03/IMG_6095-1.webp'),(18976,2581,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:23:\"2025/03/IMG_6095-1.webp\";s:8:\"filesize\";i:1795318;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_6095-1-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:96156;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"IMG_6095-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:978732;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_6095-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:31750;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_6095-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:978732;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_6095-1-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:169368;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_6095-1-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:624922;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_6095-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:14298;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(18977,2581,'_eg_has_gallery','a:1:{i:0;i:2530;}'),(18978,2582,'_wp_attached_file','2025/03/IMG_6097.webp'),(18979,2582,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"2025/03/IMG_6097.webp\";s:8:\"filesize\";i:1984496;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_6097-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:93188;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_6097-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1000818;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_6097-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29956;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_6097-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:579836;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_6097-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:93188;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_6097-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:361324;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_6097-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13592;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(18980,2582,'_eg_has_gallery','a:1:{i:0;i:2530;}'),(18981,2583,'_wp_attached_file','2025/03/IMG_6435.webp'),(18982,2583,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_6435.webp\";s:8:\"filesize\";i:1759852;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_6435-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:83814;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_6435-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:895750;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_6435-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30902;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_6435-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:895750;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_6435-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:146096;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_6435-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:559248;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_6435-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14964;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(18983,2583,'_eg_has_gallery','a:1:{i:0;i:2530;}'),(18984,2584,'_wp_attached_file','2025/03/IMG_6872-1.webp'),(18985,2584,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2025/03/IMG_6872-1.webp\";s:8:\"filesize\";i:1431068;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_6872-1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:82194;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"IMG_6872-1-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:801294;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_6872-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:29718;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"IMG_6872-1-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:469176;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_6872-1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:82194;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_6872-1-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:298342;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_6872-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:14206;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(18986,2585,'_wp_attached_file','2025/03/IMG_6873-1.webp'),(18987,2585,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:23:\"2025/03/IMG_6873-1.webp\";s:8:\"filesize\";i:920446;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_6873-1-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72510;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"IMG_6873-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:604394;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_6873-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:27870;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_6873-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:604394;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_6873-1-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:120188;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_6873-1-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:397424;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_6873-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:13476;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(18988,2584,'_eg_has_gallery','a:1:{i:0;i:2530;}'),(18989,2585,'_eg_has_gallery','a:1:{i:0;i:2530;}'),(18990,2586,'_wp_attached_file','2025/03/IMG_6892-1.webp'),(18991,2586,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:23:\"2025/03/IMG_6892-1.webp\";s:8:\"filesize\";i:1837598;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_6892-1-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:95416;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"IMG_6892-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:953982;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_6892-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:32386;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_6892-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:953982;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_6892-1-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:164614;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_6892-1-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:606142;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_6892-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:15086;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(18992,2586,'_eg_has_gallery','a:1:{i:0;i:2530;}'),(18993,2587,'_wp_attached_file','2025/03/IMG_6894-1.webp'),(18994,2587,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:23:\"2025/03/IMG_6894-1.webp\";s:8:\"filesize\";i:1735104;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_6894-1-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:94244;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"IMG_6894-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:948336;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_6894-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:30296;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_6894-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:948336;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_6894-1-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:164422;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_6894-1-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:608430;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_6894-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:13670;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(18995,2587,'_eg_has_gallery','a:1:{i:0;i:2530;}'),(18996,2530,'_eg_just_published','1'),(18997,2530,'_eg_in_posts','a:1:{i:1212;i:1212;}'),(18999,2530,'_eg_version','1.11.1'),(19000,2530,'_yoast_wpseo_estimated-reading-time-minutes','0'),(19001,2590,'_edit_last','1'),(19002,2590,'_edit_lock','1749652276:1'),(19003,2591,'_wp_attached_file','2025/03/IMG_3274-1.webp'),(19004,2591,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:23:\"2025/03/IMG_3274-1.webp\";s:8:\"filesize\";i:1130222;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_3274-1-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:71238;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"IMG_3274-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:679172;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_3274-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:26624;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_3274-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:679172;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_3274-1-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:120626;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_3274-1-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:434384;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_3274-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:12812;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19005,2591,'_eg_has_gallery','a:1:{i:0;i:2530;}'),(19006,2590,'_eg_in_gallery','a:15:{i:4;i:2595;i:5;i:2596;i:7;i:2598;i:10;i:2601;i:12;i:2603;i:14;i:2605;i:15;i:2606;i:16;i:2607;i:19;i:2610;i:20;i:2611;i:21;i:2612;i:23;i:2614;i:24;i:2615;i:25;i:2616;i:27;i:2622;}'),(19007,2590,'_eg_gallery_data','a:3:{s:2:\"id\";i:2590;s:7:\"gallery\";a:14:{i:2622;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247.jpg\";s:5:\"title\";s:8:\"IMG_3247\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2616;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272.jpg\";s:5:\"title\";s:8:\"IMG_3272\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2615;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014.jpg\";s:5:\"title\";s:8:\"IMG_3014\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2614;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962.jpg\";s:5:\"title\";s:8:\"IMG_2962\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2612;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733.jpg\";s:5:\"title\";s:8:\"IMG_2733\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2611;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122.jpg\";s:5:\"title\";s:8:\"IMG_2122\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2610;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753.jpg\";s:5:\"title\";s:8:\"IMG_1753\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2607;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159.jpg\";s:5:\"title\";s:8:\"IMG_0159\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2606;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395.jpg\";s:5:\"title\";s:8:\"IMG_9395\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2605;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984.jpg\";s:5:\"title\";s:8:\"IMG_8984\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2603;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222.jpg\";s:5:\"title\";s:8:\"IMG_8222\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2601;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495.jpg\";s:5:\"title\";s:8:\"IMG_7495\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2598;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985.jpg\";s:5:\"title\";s:8:\"IMG_6985\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2596;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969.jpg\";s:5:\"title\";s:8:\"IMG_5969\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}s:6:\"config\";a:88:{s:4:\"type\";s:7:\"default\";s:6:\"layout\";s:9:\"automatic\";s:7:\"columns\";s:1:\"0\";s:13:\"gallery_theme\";s:4:\"base\";s:17:\"justified_margins\";i:1;s:18:\"justified_last_row\";s:6:\"center\";s:12:\"lazy_loading\";i:1;s:18:\"lazy_loading_delay\";i:800;s:6:\"gutter\";i:1;s:13:\"gutter_mobile\";i:0;s:6:\"margin\";i:1;s:10:\"image_size\";s:7:\"default\";s:11:\"square_size\";i:300;s:10:\"crop_width\";i:640;s:11:\"crop_height\";i:480;s:4:\"crop\";i:0;s:13:\"crop_position\";s:1:\"c\";s:14:\"show_more_text\";s:14:\"Click for more\";s:17:\"additional_copy_0\";i:0;s:21:\"additional_copy_title\";i:0;s:23:\"additional_copy_caption\";i:0;s:29:\"additional_copy_title_caption\";i:0;s:24:\"additional_copy_0_mobile\";i:0;s:28:\"additional_copy_title_mobile\";i:0;s:30:\"additional_copy_caption_mobile\";i:0;s:36:\"additional_copy_title_caption_mobile\";i:0;s:28:\"gallery_column_title_caption\";s:1:\"0\";s:35:\"gallery_column_title_caption_mobile\";s:1:\"0\";s:27:\"additional_copy_automatic_0\";i:0;s:31:\"additional_copy_automatic_title\";i:0;s:33:\"additional_copy_automatic_caption\";i:0;s:39:\"additional_copy_automatic_title_caption\";i:0;s:34:\"additional_copy_automatic_0_mobile\";i:0;s:38:\"additional_copy_automatic_title_mobile\";i:0;s:40:\"additional_copy_automatic_caption_mobile\";i:0;s:46:\"additional_copy_automatic_title_caption_mobile\";i:0;s:31:\"gallery_automatic_title_caption\";s:1:\"0\";s:38:\"gallery_automatic_title_caption_mobile\";s:1:\"0\";s:20:\"justified_row_height\";i:110;s:20:\"description_position\";s:1:\"0\";s:11:\"description\";s:0:\"\";s:6:\"random\";s:1:\"0\";s:10:\"sort_order\";s:1:\"0\";s:17:\"sorting_direction\";s:3:\"ASC\";s:18:\"image_sizes_random\";a:0:{}s:7:\"isotope\";i:0;s:16:\"lightbox_enabled\";i:1;s:20:\"gallery_link_enabled\";i:1;s:14:\"lightbox_theme\";s:9:\"base_dark\";s:19:\"lightbox_image_size\";s:7:\"default\";s:13:\"title_display\";s:5:\"float\";s:22:\"lightbox_title_caption\";s:5:\"title\";s:6:\"arrows\";i:1;s:15:\"arrows_position\";s:6:\"inside\";s:7:\"toolbar\";i:0;s:13:\"toolbar_title\";i:0;s:16:\"toolbar_position\";s:3:\"top\";s:4:\"loop\";i:1;s:26:\"lightbox_open_close_effect\";s:4:\"fade\";s:6:\"effect\";s:4:\"fade\";s:9:\"supersize\";i:0;s:17:\"thumbnails_toggle\";i:0;s:15:\"thumbnails_hide\";i:0;s:13:\"image_counter\";i:0;s:21:\"lightbox_html_caption\";i:0;s:10:\"thumbnails\";i:1;s:16:\"thumbnails_width\";i:75;s:17:\"thumbnails_height\";i:50;s:19:\"thumbnails_position\";s:6:\"bottom\";s:22:\"thumbnails_custom_size\";i:0;s:6:\"mobile\";i:1;s:12:\"mobile_width\";i:320;s:13:\"mobile_height\";i:240;s:15:\"mobile_lightbox\";i:1;s:27:\"mobile_gallery_link_enabled\";i:0;s:13:\"mobile_arrows\";i:1;s:14:\"mobile_toolbar\";i:1;s:17:\"mobile_thumbnails\";i:1;s:22:\"mobile_touchwipe_close\";i:0;s:23:\"mobile_thumbnails_width\";i:75;s:24:\"mobile_thumbnails_height\";i:50;s:27:\"mobile_justified_row_height\";i:80;s:8:\"keyboard\";b:1;s:19:\"standalone_template\";s:0:\"\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"rtl\";i:0;s:4:\"slug\";s:13:\"partial-wraps\";s:5:\"title\";s:0:\"\";}}'),(19008,2592,'_wp_attached_file','2025/03/IMG_3275.webp'),(19009,2592,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_3275.webp\";s:8:\"filesize\";i:1541422;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_3275-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:87208;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_3275-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:862440;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3275-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30164;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_3275-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:862440;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_3275-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:149698;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_3275-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:546836;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3275-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14392;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19010,2592,'_eg_has_gallery','a:1:{i:0;i:2530;}'),(19011,2593,'_wp_attached_file','2025/03/IMG_3276.webp'),(19012,2593,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_3276.webp\";s:8:\"filesize\";i:2078934;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_3276-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:100496;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_3276-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1046710;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3276-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36434;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_3276-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1046710;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_3276-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:173616;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_3276-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:656086;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3276-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17248;}}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:{}}}'),(19013,2593,'_eg_has_gallery','a:0:{}'),(19014,2594,'_wp_attached_file','2025/03/IMG_3477.webp'),(19015,2594,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"2025/03/IMG_3477.webp\";s:8:\"filesize\";i:1130172;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_3477-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72108;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_3477-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:670556;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3477-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25406;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_3477-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:398150;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_3477-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72108;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_3477-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:259214;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3477-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12228;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19016,2594,'_eg_has_gallery','a:1:{i:0;i:2530;}'),(19020,2596,'_wp_attached_file','2025/03/IMG_5969.webp'),(19021,2596,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_5969.webp\";s:8:\"filesize\";i:1750894;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_5969-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:85316;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_5969-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:915086;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_5969-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29554;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_5969-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:915086;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_5969-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:148344;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_5969-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:572192;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_5969-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14074;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19022,2596,'_eg_has_gallery','a:1:{i:0;i:2590;}'),(19023,2597,'_wp_attached_file','2025/03/IMG_6980.webp'),(19024,2597,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_6980.webp\";s:8:\"filesize\";i:1201686;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_6980-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:74664;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_6980-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:692666;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_6980-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26762;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_6980-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:692666;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_6980-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:124796;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_6980-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:441412;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_6980-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13362;}}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:{}}}'),(19025,2597,'_eg_has_gallery','a:0:{}'),(19026,2598,'_wp_attached_file','2025/03/IMG_6985.webp'),(19027,2598,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_6985.webp\";s:8:\"filesize\";i:1379964;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_6985-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:79864;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_6985-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:772766;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_6985-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29828;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_6985-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:772766;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_6985-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:134084;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_6985-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:486752;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_6985-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14650;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19028,2598,'_eg_has_gallery','a:1:{i:0;i:2590;}'),(19029,2599,'_wp_attached_file','2025/03/IMG_7022.webp'),(19030,2599,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_7022.webp\";s:8:\"filesize\";i:1040380;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_7022-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:81580;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_7022-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:673000;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_7022-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30406;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_7022-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:673000;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_7022-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:134542;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_7022-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:442796;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_7022-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14940;}}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:{}}}'),(19031,2599,'_eg_has_gallery','a:0:{}'),(19032,2600,'_wp_attached_file','2025/03/IMG_7201.webp'),(19033,2600,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_7201.webp\";s:8:\"filesize\";i:1383488;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_7201-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:80478;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_7201-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:770122;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_7201-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28998;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_7201-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:770122;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_7201-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:135730;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_7201-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:490834;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_7201-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14072;}}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:{}}}'),(19034,2600,'_eg_has_gallery','a:0:{}'),(19035,2601,'_wp_attached_file','2025/03/IMG_7495.webp'),(19036,2601,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_7495.webp\";s:8:\"filesize\";i:729638;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_7495-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:59592;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_7495-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:493334;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_7495-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24276;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_7495-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:493334;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_7495-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:96588;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_7495-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:321828;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_7495-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12140;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19037,2601,'_eg_has_gallery','a:1:{i:0;i:2590;}'),(19038,2602,'_wp_attached_file','2025/03/IMG_7497.webp'),(19039,2602,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_7497.webp\";s:8:\"filesize\";i:756034;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_7497-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:56576;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_7497-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:518800;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_7497-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20534;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_7497-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:518800;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_7497-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:94632;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_7497-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:331626;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_7497-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10076;}}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:{}}}'),(19040,2602,'_eg_has_gallery','a:0:{}'),(19041,2603,'_wp_attached_file','2025/03/IMG_8222.webp'),(19042,2603,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_8222.webp\";s:8:\"filesize\";i:1198350;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_8222-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:81808;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_8222-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:729562;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_8222-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30652;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_8222-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:729562;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_8222-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:136886;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_8222-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:473036;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_8222-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15166;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19043,2603,'_eg_has_gallery','a:1:{i:0;i:2590;}'),(19044,2604,'_wp_attached_file','2025/03/IMG_8224.webp'),(19045,2604,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_8224.webp\";s:8:\"filesize\";i:993380;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_8224-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:71770;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_8224-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:622972;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_8224-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26120;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_8224-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:622972;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_8224-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:118474;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_8224-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:404204;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_8224-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12940;}}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:{}}}'),(19046,2604,'_eg_has_gallery','a:0:{}'),(19047,2605,'_wp_attached_file','2025/03/IMG_8984.webp'),(19048,2605,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1188;s:4:\"file\";s:21:\"2025/03/IMG_8984.webp\";s:8:\"filesize\";i:1245162;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_8984-273x300.webp\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:101576;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_8984-931x1024.webp\";s:5:\"width\";i:931;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:954956;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_8984-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30048;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_8984-768x845.webp\";s:5:\"width\";i:768;s:6:\"height\";i:845;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:680886;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_8984-300x330.webp\";s:5:\"width\";i:300;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:121702;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_8984-600x660.webp\";s:5:\"width\";i:600;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:440612;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_8984-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14076;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19049,2605,'_eg_has_gallery','a:1:{i:0;i:2590;}'),(19050,2606,'_wp_attached_file','2025/03/IMG_9395.webp'),(19051,2606,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_9395.webp\";s:8:\"filesize\";i:1038180;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_9395-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:75324;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_9395-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:663412;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_9395-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27220;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_9395-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:663412;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_9395-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:125240;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_9395-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:429072;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_9395-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13254;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19052,2606,'_eg_has_gallery','a:1:{i:0;i:2590;}'),(19053,2607,'_wp_attached_file','2025/03/IMG_0159.webp'),(19054,2607,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_0159.webp\";s:8:\"filesize\";i:1104388;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_0159-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:74156;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_0159-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:677986;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_0159-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27598;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_0159-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:677986;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_0159-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:124366;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_0159-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:432796;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_0159-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13466;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19055,2608,'_wp_attached_file','2025/03/IMG_0160.webp'),(19056,2608,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_0160.webp\";s:8:\"filesize\";i:1008788;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_0160-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:66908;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_0160-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:627514;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_0160-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:23640;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_0160-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:627514;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_0160-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:111794;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_0160-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:398002;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_0160-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11498;}}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:{}}}'),(19057,2607,'_eg_has_gallery','a:1:{i:0;i:2590;}'),(19058,2608,'_eg_has_gallery','a:0:{}'),(19059,2609,'_wp_attached_file','2025/03/IMG_0912.webp'),(19060,2609,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_0912.webp\";s:8:\"filesize\";i:1282704;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_0912-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:76184;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_0912-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:750880;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_0912-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28028;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_0912-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:750880;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_0912-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:130752;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_0912-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:478454;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_0912-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13260;}}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:{}}}'),(19061,2609,'_eg_has_gallery','a:0:{}'),(19062,2610,'_wp_attached_file','2025/03/IMG_1753.webp'),(19063,2610,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1476;s:4:\"file\";s:21:\"2025/03/IMG_1753.webp\";s:8:\"filesize\";i:1962240;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_1753-220x300.webp\";s:5:\"width\";i:220;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:95610;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_1753-749x1024.webp\";s:5:\"width\";i:749;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:965022;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1753-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33802;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_1753-768x1050.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1050;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1009280;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_1753-300x410.webp\";s:5:\"width\";i:300;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:173774;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_1753-600x820.webp\";s:5:\"width\";i:600;s:6:\"height\";i:820;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:640970;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1753-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15800;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19064,2610,'_eg_has_gallery','a:1:{i:0;i:2590;}'),(19065,2611,'_wp_attached_file','2025/03/IMG_2122.webp'),(19066,2611,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_2122.webp\";s:8:\"filesize\";i:1914480;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_2122-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:85060;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_2122-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:958726;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2122-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28566;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_2122-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:958726;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_2122-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:152798;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_2122-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:603556;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2122-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13054;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19067,2611,'_eg_has_gallery','a:1:{i:0;i:2590;}'),(19068,2612,'_wp_attached_file','2025/03/IMG_2733.webp'),(19069,2612,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_2733.webp\";s:8:\"filesize\";i:1542816;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_2733-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:85324;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_2733-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:853564;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2733-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31934;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_2733-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:853564;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_2733-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:146222;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_2733-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:538606;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2733-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15300;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19070,2612,'_eg_has_gallery','a:1:{i:0;i:2590;}'),(19071,2613,'_wp_attached_file','2025/03/IMG_2961.webp'),(19072,2613,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_2961.webp\";s:8:\"filesize\";i:1475582;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_2961-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:89126;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_2961-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:836872;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2961-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33376;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_2961-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:836872;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_2961-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:150368;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_2961-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:533914;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2961-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16100;}}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:{}}}'),(19073,2613,'_eg_has_gallery','a:0:{}'),(19074,2614,'_wp_attached_file','2025/03/IMG_2962.webp'),(19075,2614,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_2962.webp\";s:8:\"filesize\";i:1534750;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_2962-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:88122;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_2962-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:867432;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2962-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31368;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_2962-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:867432;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_2962-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:151204;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_2962-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:551270;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2962-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15346;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19076,2614,'_eg_has_gallery','a:1:{i:0;i:2590;}'),(19077,2615,'_wp_attached_file','2025/03/IMG_3014.webp'),(19078,2615,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_3014.webp\";s:8:\"filesize\";i:1905234;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_3014-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:96790;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_3014-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1005116;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3014-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32852;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_3014-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1005116;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_3014-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:168252;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_3014-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:634338;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3014-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15582;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19079,2615,'_eg_has_gallery','a:1:{i:0;i:2590;}'),(19080,2616,'_wp_attached_file','2025/03/IMG_3272.webp'),(19081,2616,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_3272.webp\";s:8:\"filesize\";i:1630996;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_3272-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:86466;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_3272-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:879894;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3272-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30366;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_3272-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:879894;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_3272-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:150018;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_3272-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:556204;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3272-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14544;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19082,2616,'_eg_has_gallery','a:1:{i:0;i:2590;}'),(19083,2617,'_wp_attached_file','2025/03/IMG_1754.webp'),(19084,2617,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_1754.webp\";s:8:\"filesize\";i:1630762;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_1754-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:89120;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_1754-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:886574;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1754-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32808;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_1754-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:886574;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_1754-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:155390;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_1754-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:567130;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1754-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15288;}}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:{}}}'),(19085,2617,'_eg_has_gallery','a:0:{}'),(19086,2590,'_eg_just_published','1'),(19087,2590,'_eg_version','1.11.0'),(19088,2590,'_yoast_wpseo_estimated-reading-time-minutes','0'),(19089,1212,'_monsterinsights_sitenote_active','0'),(19090,2589,'yoast-structured-data-blocks-images-cache','a:0:{}'),(19091,2590,'_eg_in_posts','a:1:{i:1212;i:1212;}'),(19092,2620,'_edit_last','1'),(19093,2620,'_edit_lock','1758222803:1'),(19094,2620,'_eg_just_published','1'),(19095,2620,'_eg_gallery_data','a:3:{s:2:\"id\";i:2620;s:6:\"config\";a:88:{s:4:\"type\";s:7:\"default\";s:6:\"layout\";s:9:\"automatic\";s:7:\"columns\";s:1:\"0\";s:13:\"gallery_theme\";s:4:\"base\";s:17:\"justified_margins\";i:1;s:18:\"justified_last_row\";s:9:\"nojustify\";s:12:\"lazy_loading\";i:1;s:18:\"lazy_loading_delay\";i:500;s:6:\"gutter\";i:1;s:13:\"gutter_mobile\";i:0;s:6:\"margin\";i:1;s:10:\"image_size\";s:7:\"default\";s:11:\"square_size\";i:300;s:10:\"crop_width\";i:640;s:11:\"crop_height\";i:480;s:4:\"crop\";i:0;s:13:\"crop_position\";s:1:\"c\";s:14:\"show_more_text\";s:14:\"Click for more\";s:17:\"additional_copy_0\";i:0;s:21:\"additional_copy_title\";i:0;s:23:\"additional_copy_caption\";i:0;s:29:\"additional_copy_title_caption\";i:0;s:24:\"additional_copy_0_mobile\";i:0;s:28:\"additional_copy_title_mobile\";i:0;s:30:\"additional_copy_caption_mobile\";i:0;s:36:\"additional_copy_title_caption_mobile\";i:0;s:28:\"gallery_column_title_caption\";s:1:\"0\";s:35:\"gallery_column_title_caption_mobile\";s:1:\"0\";s:27:\"additional_copy_automatic_0\";i:0;s:31:\"additional_copy_automatic_title\";i:0;s:33:\"additional_copy_automatic_caption\";i:0;s:39:\"additional_copy_automatic_title_caption\";i:0;s:34:\"additional_copy_automatic_0_mobile\";i:0;s:38:\"additional_copy_automatic_title_mobile\";i:0;s:40:\"additional_copy_automatic_caption_mobile\";i:0;s:46:\"additional_copy_automatic_title_caption_mobile\";i:0;s:31:\"gallery_automatic_title_caption\";s:1:\"0\";s:38:\"gallery_automatic_title_caption_mobile\";s:1:\"0\";s:20:\"justified_row_height\";i:110;s:20:\"description_position\";s:1:\"0\";s:11:\"description\";s:0:\"\";s:6:\"random\";s:1:\"0\";s:10:\"sort_order\";s:1:\"0\";s:17:\"sorting_direction\";s:3:\"ASC\";s:18:\"image_sizes_random\";a:0:{}s:7:\"isotope\";i:0;s:16:\"lightbox_enabled\";i:1;s:20:\"gallery_link_enabled\";i:1;s:14:\"lightbox_theme\";s:9:\"base_dark\";s:19:\"lightbox_image_size\";s:7:\"default\";s:13:\"title_display\";s:5:\"float\";s:22:\"lightbox_title_caption\";s:5:\"title\";s:6:\"arrows\";i:1;s:15:\"arrows_position\";s:6:\"inside\";s:7:\"toolbar\";i:0;s:13:\"toolbar_title\";i:0;s:16:\"toolbar_position\";s:3:\"top\";s:4:\"loop\";i:1;s:26:\"lightbox_open_close_effect\";s:4:\"fade\";s:6:\"effect\";s:4:\"fade\";s:9:\"supersize\";i:0;s:17:\"thumbnails_toggle\";i:0;s:15:\"thumbnails_hide\";i:0;s:13:\"image_counter\";i:0;s:21:\"lightbox_html_caption\";i:0;s:10:\"thumbnails\";i:1;s:16:\"thumbnails_width\";i:75;s:17:\"thumbnails_height\";i:50;s:19:\"thumbnails_position\";s:6:\"bottom\";s:22:\"thumbnails_custom_size\";i:0;s:6:\"mobile\";i:1;s:12:\"mobile_width\";i:320;s:13:\"mobile_height\";i:240;s:15:\"mobile_lightbox\";i:1;s:27:\"mobile_gallery_link_enabled\";i:0;s:13:\"mobile_arrows\";i:1;s:14:\"mobile_toolbar\";i:1;s:17:\"mobile_thumbnails\";i:1;s:22:\"mobile_touchwipe_close\";i:0;s:23:\"mobile_thumbnails_width\";i:75;s:24:\"mobile_thumbnails_height\";i:50;s:27:\"mobile_justified_row_height\";i:80;s:8:\"keyboard\";b:1;s:19:\"standalone_template\";s:0:\"\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"rtl\";i:0;s:4:\"slug\";s:10:\"full-wraps\";s:5:\"title\";s:0:\"\";}s:7:\"gallery\";a:18:{i:3410;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9440.webp\";s:5:\"title\";s:8:\"IMG_9440\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9440.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3412;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0785.webp\";s:5:\"title\";s:8:\"IMG_0785\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0785.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3143;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.webp\";s:5:\"title\";s:8:\"IMG_3948\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3142;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3959-scaled.webp\";s:5:\"title\";s:8:\"IMG_3959\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3959-scaled.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3130;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.webp\";s:5:\"title\";s:8:\"IMG_8009\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3128;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.webp\";s:5:\"title\";s:8:\"IMG_7455\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3126;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.webp\";s:5:\"title\";s:8:\"IMG_7307\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3124;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.webp\";s:5:\"title\";s:8:\"IMG_7207\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3115;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.webp\";s:5:\"title\";s:8:\"IMG_3222\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3114;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.webp\";s:5:\"title\";s:8:\"IMG_3120\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3110;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.webp\";s:5:\"title\";s:8:\"IMG_1961\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3108;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.webp\";s:5:\"title\";s:8:\"IMG_1796\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3105;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.webp\";s:5:\"title\";s:8:\"IMG_1009\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3104;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.webp\";s:5:\"title\";s:8:\"IMG_0698\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3099;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:98:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp\";s:5:\"title\";s:36:\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\";s:4:\"link\";s:98:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3023;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.webp\";s:5:\"title\";s:8:\"IMG_2556\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2638;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777.webp\";s:5:\"title\";s:8:\"IMG_9777\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:108;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/IMG_4031.webp\";s:5:\"title\";s:8:\"IMG_4031\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2024/10/IMG_4031.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}}'),(19096,2620,'_eg_version','1.11.1'),(19097,2620,'_yoast_wpseo_estimated-reading-time-minutes','0'),(19098,2620,'_eg_in_posts','a:1:{i:1212;i:1212;}'),(19099,2622,'_wp_attached_file','2025/03/IMG_3247.webp'),(19100,2622,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_3247.webp\";s:8:\"filesize\";i:1960142;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_3247-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:97238;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_3247-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1042488;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3247-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34132;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_3247-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1042488;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_3247-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:171752;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_3247-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:657324;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3247-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16248;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19101,2622,'_eg_has_gallery','a:1:{i:0;i:2590;}'),(19102,2623,'_wp_attached_file','2025/03/IMG_3249.webp'),(19103,2623,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_3249.webp\";s:8:\"filesize\";i:1886646;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_3249-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:92692;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_3249-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1000316;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3249-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31162;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_3249-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1000316;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_3249-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:165874;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_3249-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:632492;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3249-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14780;}}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:{}}}'),(19104,2623,'_eg_has_gallery','a:0:{}'),(19109,2620,'_eg_in_gallery','a:41:{i:0;i:2625;i:3;i:2628;i:4;i:2629;i:6;i:2631;i:8;i:2633;i:10;i:2635;i:13;i:2638;i:14;i:2639;i:17;i:2642;i:18;i:2643;i:20;i:2645;i:21;i:2646;i:24;i:2649;i:27;i:2652;i:28;i:2653;i:29;i:2654;i:32;i:2657;i:35;i:2660;i:37;i:2662;i:38;i:3410;i:39;i:3411;i:40;i:3412;i:41;i:3414;i:42;i:108;i:43;i:2638;i:44;i:3023;i:45;i:3099;i:46;i:3104;i:47;i:3105;i:48;i:3108;i:49;i:3110;i:50;i:3114;i:51;i:3115;i:52;i:3124;i:53;i:3126;i:54;i:3128;i:55;i:3130;i:56;i:3142;i:57;i:3143;i:58;i:3412;i:59;i:3410;}'),(19143,2637,'_wp_attached_file','2025/03/IMG_9780.webp'),(19144,2637,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_9780.webp\";s:8:\"filesize\";i:1477996;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_9780-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:93120;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_9780-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:846784;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_9780-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32388;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_9780-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:846784;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_9780-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:159974;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_9780-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:554462;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_9780-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14852;}}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:{}}}'),(19145,2637,'_eg_has_gallery','a:0:{}'),(19146,2638,'_wp_attached_file','2025/03/IMG_9777.webp'),(19147,2638,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_9777.webp\";s:8:\"filesize\";i:1497646;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_9777-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:96592;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_9777-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:866276;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_9777-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33918;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_9777-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:866276;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_9777-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:165346;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_9777-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:570044;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_9777-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15648;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19148,2638,'_eg_has_gallery','a:1:{i:0;i:2620;}'),(19179,2649,'_wp_attached_file','2025/03/IMG_2834.webp'),(19180,2649,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"2025/03/IMG_2834.webp\";s:8:\"filesize\";i:2046496;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_2834-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:88900;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_2834-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1017680;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2834-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30528;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_2834-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:581886;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_2834-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:88900;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_2834-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:357762;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2834-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14368;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19181,2649,'_eg_has_gallery','a:0:{}'),(19221,2624,'yoast-structured-data-blocks-images-cache','a:0:{}'),(19222,1216,'_g_feedback_shortcode_7ba5aa6bac8a8a36b74c1d2b4d182b15212c338f','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(19223,1216,'_g_feedback_shortcode_atts_7ba5aa6bac8a8a36b74c1d2b4d182b15212c338f','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:45:\"[Aggressive Graphix LLC] Window Tint Services\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:1216;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(19225,1216,'_monsterinsights_sitenote_active','0'),(19226,1216,'_yoast_wpseo_content_score','90'),(19228,2667,'_wp_attached_file','2025/03/percent-display.webp'),(19229,2667,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:890;s:6:\"height\";i:348;s:4:\"file\";s:28:\"2025/03/percent-display.webp\";s:8:\"filesize\";i:333762;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"percent-display-300x117.webp\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:46094;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"percent-display-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28628;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"percent-display-768x300.webp\";s:5:\"width\";i:768;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:238644;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"percent-display-300x117.webp\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:46094;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"percent-display-600x235.webp\";s:5:\"width\";i:600;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:157230;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"percent-display-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14540;}}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:{}}}'),(19230,2668,'_wp_attached_file','2025/03/factorytint.webp'),(19231,2668,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:308;s:6:\"height\";i:172;s:4:\"file\";s:24:\"2025/03/factorytint.webp\";s:8:\"filesize\";i:62094;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"factorytint-300x168.webp\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:55906;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"factorytint-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29950;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"factorytint-300x168.webp\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:55906;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"factorytint-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14870;}}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:{}}}'),(19232,2669,'_wp_attached_file','2025/03/50percenttint.webp'),(19233,2669,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:308;s:6:\"height\";i:172;s:4:\"file\";s:26:\"2025/03/50percenttint.webp\";s:8:\"filesize\";i:58408;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"50percenttint-300x168.webp\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:51076;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"50percenttint-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27170;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"50percenttint-300x168.webp\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:51076;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"50percenttint-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13832;}}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:{}}}'),(19234,2670,'_wp_attached_file','2025/03/40percenttint.webp'),(19235,2670,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:308;s:6:\"height\";i:172;s:4:\"file\";s:26:\"2025/03/40percenttint.webp\";s:8:\"filesize\";i:56936;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"40percenttint-300x168.webp\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:49782;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"40percenttint-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26536;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"40percenttint-300x168.webp\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:49782;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"40percenttint-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13410;}}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:{}}}'),(19236,2671,'_wp_attached_file','2025/03/35percenttint.webp'),(19237,2671,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:308;s:6:\"height\";i:172;s:4:\"file\";s:26:\"2025/03/35percenttint.webp\";s:8:\"filesize\";i:56124;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"35percenttint-300x168.webp\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:49290;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"35percenttint-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26148;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"35percenttint-300x168.webp\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:49290;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"35percenttint-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13156;}}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:{}}}'),(19238,2672,'_wp_attached_file','2025/03/20percenttint.webp'),(19239,2672,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:308;s:6:\"height\";i:172;s:4:\"file\";s:26:\"2025/03/20percenttint.webp\";s:8:\"filesize\";i:52300;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"20percenttint-300x168.webp\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:46578;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"20percenttint-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24890;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"20percenttint-300x168.webp\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:46578;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"20percenttint-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12482;}}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:{}}}'),(19240,2673,'_wp_attached_file','2025/03/5percenttint.webp'),(19241,2673,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:308;s:6:\"height\";i:172;s:4:\"file\";s:25:\"2025/03/5percenttint.webp\";s:8:\"filesize\";i:42228;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"5percenttint-300x168.webp\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:37628;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"5percenttint-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20510;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"5percenttint-300x168.webp\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:37628;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"5percenttint-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10562;}}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:{}}}'),(19244,2677,'wpforms_form_locations','a:1:{i:0;a:6:{s:4:\"type\";s:4:\"page\";s:5:\"title\";s:20:\"Window Tint Services\";s:7:\"form_id\";i:2677;s:2:\"id\";i:1216;s:6:\"status\";s:7:\"publish\";s:3:\"url\";s:13:\"/window-tint/\";}}'),(19245,2685,'_wp_attached_file','2025/03/frontdoor.webp'),(19246,2685,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:85;s:6:\"height\";i:85;s:4:\"file\";s:22:\"2025/03/frontdoor.webp\";s:8:\"filesize\";i:2180;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:{}}}'),(19247,2686,'_wp_attached_file','2025/03/windshieldconvex.webp'),(19248,2686,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:85;s:6:\"height\";i:85;s:4:\"file\";s:29:\"2025/03/windshieldconvex.webp\";s:8:\"filesize\";i:1338;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:{}}}'),(19249,2687,'_wp_attached_file','2025/03/windshieldconcave.webp'),(19250,2687,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:85;s:6:\"height\";i:85;s:4:\"file\";s:30:\"2025/03/windshieldconcave.webp\";s:8:\"filesize\";i:1330;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:{}}}'),(19251,2688,'_wp_attached_file','2025/03/rearwindow.webp'),(19252,2688,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:85;s:6:\"height\";i:85;s:4:\"file\";s:23:\"2025/03/rearwindow.webp\";s:8:\"filesize\";i:1446;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:{}}}'),(19253,2689,'_wp_attached_file','2025/03/reardoor.webp'),(19254,2689,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:85;s:6:\"height\";i:85;s:4:\"file\";s:21:\"2025/03/reardoor.webp\";s:8:\"filesize\";i:2400;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:{}}}'),(19255,2690,'_wp_attached_file','2025/03/windshieldfull.webp'),(19256,2690,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:85;s:6:\"height\";i:85;s:4:\"file\";s:27:\"2025/03/windshieldfull.webp\";s:8:\"filesize\";i:916;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:{}}}'),(19257,2703,'_edit_last','1'),(19258,2703,'_edit_lock','1758222288:1'),(19259,2704,'_wp_attached_file','2025/03/A7401195.webp'),(19260,2704,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1152;s:4:\"file\";s:21:\"2025/03/A7401195.webp\";s:8:\"filesize\";i:1995096;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"A7401195-300x240.webp\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:100650;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"A7401195-1024x819.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1020144;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"A7401195-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32322;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"A7401195-768x614.webp\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:600922;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"A7401195-300x240.webp\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:100650;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"A7401195-600x480.webp\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:380154;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"A7401195-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15010;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19261,2704,'_eg_has_gallery','a:1:{i:0;i:2703;}'),(19262,2703,'_eg_in_gallery','a:32:{i:0;i:2704;i:1;i:2705;i:2;i:2706;i:3;i:2707;i:4;i:2708;i:5;i:2709;i:6;i:2710;i:7;i:2711;i:8;i:2712;i:9;i:2713;i:10;i:2714;i:11;i:2715;i:12;i:2716;i:13;i:2717;i:14;i:2718;i:15;i:2719;i:16;i:2719;i:17;i:2704;i:18;i:2705;i:19;i:2706;i:20;i:2707;i:21;i:2708;i:22;i:2709;i:23;i:2710;i:24;i:2712;i:25;i:2713;i:26;i:2714;i:27;i:2715;i:28;i:2716;i:29;i:2717;i:30;i:2718;i:31;i:2491;}'),(19263,2703,'_eg_gallery_data','a:3:{s:2:\"id\";i:2703;s:7:\"gallery\";a:16:{i:2491;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:79:\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2741-1-edited.webp\";s:5:\"title\";s:8:\"IMG_2741\";s:4:\"link\";s:79:\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2741-1-edited.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2718;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3624.webp\";s:5:\"title\";s:8:\"IMG_3624\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3624.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2717;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3576.webp\";s:5:\"title\";s:8:\"IMG_3576\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3576.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2716;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3575.webp\";s:5:\"title\";s:8:\"IMG_3575\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3575.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2715;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3481.webp\";s:5:\"title\";s:8:\"IMG_3481\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3481.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2714;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3480.webp\";s:5:\"title\";s:8:\"IMG_3480\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3480.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2713;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3327.webp\";s:5:\"title\";s:8:\"IMG_3327\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3327.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2712;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2849.webp\";s:5:\"title\";s:8:\"IMG_2849\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2849.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2710;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2470.webp\";s:5:\"title\";s:8:\"IMG_2470\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2470.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2709;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2469.webp\";s:5:\"title\";s:8:\"IMG_2469\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2469.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2708;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2390.webp\";s:5:\"title\";s:8:\"IMG_2390\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2390.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2707;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1916.webp\";s:5:\"title\";s:8:\"IMG_1916\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1916.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2706;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0470.webp\";s:5:\"title\";s:8:\"IMG_0470\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0470.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2705;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0456.webp\";s:5:\"title\";s:8:\"IMG_0456\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0456.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2704;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/A7401195.webp\";s:5:\"title\";s:8:\"A7401195\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/A7401195.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2719;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0450.webp\";s:5:\"title\";s:8:\"IMG_0450\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0450.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}s:6:\"config\";a:88:{s:4:\"type\";s:7:\"default\";s:6:\"layout\";s:9:\"automatic\";s:7:\"columns\";s:1:\"0\";s:13:\"gallery_theme\";s:4:\"base\";s:17:\"justified_margins\";i:1;s:18:\"justified_last_row\";s:9:\"nojustify\";s:12:\"lazy_loading\";i:1;s:18:\"lazy_loading_delay\";i:500;s:6:\"gutter\";i:1;s:13:\"gutter_mobile\";i:0;s:6:\"margin\";i:1;s:10:\"image_size\";s:7:\"default\";s:11:\"square_size\";i:300;s:10:\"crop_width\";i:640;s:11:\"crop_height\";i:480;s:4:\"crop\";i:0;s:13:\"crop_position\";s:1:\"c\";s:14:\"show_more_text\";s:14:\"Click for more\";s:17:\"additional_copy_0\";i:0;s:21:\"additional_copy_title\";i:0;s:23:\"additional_copy_caption\";i:0;s:29:\"additional_copy_title_caption\";i:0;s:24:\"additional_copy_0_mobile\";i:0;s:28:\"additional_copy_title_mobile\";i:0;s:30:\"additional_copy_caption_mobile\";i:0;s:36:\"additional_copy_title_caption_mobile\";i:0;s:28:\"gallery_column_title_caption\";s:1:\"0\";s:35:\"gallery_column_title_caption_mobile\";s:1:\"0\";s:27:\"additional_copy_automatic_0\";i:0;s:31:\"additional_copy_automatic_title\";i:0;s:33:\"additional_copy_automatic_caption\";i:0;s:39:\"additional_copy_automatic_title_caption\";i:0;s:34:\"additional_copy_automatic_0_mobile\";i:0;s:38:\"additional_copy_automatic_title_mobile\";i:0;s:40:\"additional_copy_automatic_caption_mobile\";i:0;s:46:\"additional_copy_automatic_title_caption_mobile\";i:0;s:31:\"gallery_automatic_title_caption\";s:1:\"0\";s:38:\"gallery_automatic_title_caption_mobile\";s:1:\"0\";s:20:\"justified_row_height\";i:150;s:20:\"description_position\";s:1:\"0\";s:11:\"description\";s:0:\"\";s:6:\"random\";s:1:\"0\";s:10:\"sort_order\";s:1:\"0\";s:17:\"sorting_direction\";s:3:\"ASC\";s:18:\"image_sizes_random\";a:0:{}s:7:\"isotope\";i:0;s:16:\"lightbox_enabled\";i:1;s:20:\"gallery_link_enabled\";i:1;s:14:\"lightbox_theme\";s:9:\"base_dark\";s:19:\"lightbox_image_size\";s:7:\"default\";s:13:\"title_display\";s:5:\"float\";s:22:\"lightbox_title_caption\";s:5:\"title\";s:6:\"arrows\";i:1;s:15:\"arrows_position\";s:6:\"inside\";s:7:\"toolbar\";i:0;s:13:\"toolbar_title\";i:0;s:16:\"toolbar_position\";s:3:\"top\";s:4:\"loop\";i:1;s:26:\"lightbox_open_close_effect\";s:4:\"fade\";s:6:\"effect\";s:4:\"fade\";s:9:\"supersize\";i:0;s:17:\"thumbnails_toggle\";i:0;s:15:\"thumbnails_hide\";i:0;s:13:\"image_counter\";i:0;s:21:\"lightbox_html_caption\";i:0;s:10:\"thumbnails\";i:1;s:16:\"thumbnails_width\";i:75;s:17:\"thumbnails_height\";i:50;s:19:\"thumbnails_position\";s:6:\"bottom\";s:22:\"thumbnails_custom_size\";i:0;s:6:\"mobile\";i:1;s:12:\"mobile_width\";i:320;s:13:\"mobile_height\";i:240;s:15:\"mobile_lightbox\";i:1;s:27:\"mobile_gallery_link_enabled\";i:0;s:13:\"mobile_arrows\";i:1;s:14:\"mobile_toolbar\";i:1;s:17:\"mobile_thumbnails\";i:1;s:22:\"mobile_touchwipe_close\";i:0;s:23:\"mobile_thumbnails_width\";i:75;s:24:\"mobile_thumbnails_height\";i:50;s:27:\"mobile_justified_row_height\";i:80;s:8:\"keyboard\";b:1;s:19:\"standalone_template\";s:0:\"\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"rtl\";i:0;s:4:\"slug\";s:14:\"window-tinting\";s:5:\"title\";s:0:\"\";}}'),(19264,2705,'_wp_attached_file','2025/03/IMG_0456.webp'),(19265,2705,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_0456.webp\";s:8:\"filesize\";i:1703822;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_0456-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:83376;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_0456-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:866148;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_0456-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31046;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_0456-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:866148;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_0456-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:145018;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_0456-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:543160;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_0456-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14696;}}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:{}}}'),(19266,2705,'_eg_has_gallery','a:1:{i:0;i:2703;}'),(19267,2706,'_wp_attached_file','2025/03/IMG_0470.webp'),(19268,2706,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_0470.webp\";s:8:\"filesize\";i:1103362;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_0470-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:66558;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_0470-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:620232;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_0470-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26688;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_0470-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:620232;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_0470-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:110286;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_0470-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:392168;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_0470-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13486;}}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:{}}}'),(19269,2706,'_eg_has_gallery','a:1:{i:0;i:2703;}'),(19270,2707,'_wp_attached_file','2025/03/IMG_1916.webp'),(19271,2707,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_1916.webp\";s:8:\"filesize\";i:2496462;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_1916-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:102404;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_1916-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1212098;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1916-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32888;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_1916-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1212098;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_1916-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:184226;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_1916-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:749834;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1916-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15238;}}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:{}}}'),(19272,2707,'_eg_has_gallery','a:1:{i:0;i:2703;}'),(19273,2708,'_wp_attached_file','2025/03/IMG_2390.webp'),(19274,2708,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_2390.webp\";s:8:\"filesize\";i:1922992;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_2390-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:91074;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_2390-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:952278;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2390-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33608;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_2390-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:952278;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_2390-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:157460;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_2390-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:597780;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2390-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16102;}}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:{}}}'),(19275,2708,'_eg_has_gallery','a:1:{i:0;i:2703;}'),(19276,2709,'_wp_attached_file','2025/03/IMG_2469.webp'),(19277,2709,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_2469.webp\";s:8:\"filesize\";i:1423430;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_2469-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:71928;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_2469-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:755562;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2469-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26010;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_2469-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:755562;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_2469-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:124744;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_2469-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:470772;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2469-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12464;}}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:{}}}'),(19278,2709,'_eg_has_gallery','a:1:{i:0;i:2703;}'),(19279,2710,'_wp_attached_file','2025/03/IMG_2470.webp'),(19280,2710,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_2470.webp\";s:8:\"filesize\";i:1373552;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_2470-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72630;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_2470-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:753842;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2470-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25870;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_2470-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:753842;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_2470-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:125200;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_2470-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:473686;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2470-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12296;}}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:{}}}'),(19281,2710,'_eg_has_gallery','a:1:{i:0;i:2703;}'),(19282,2711,'_wp_attached_file','2025/03/IMG_2741.webp'),(19283,2711,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_2741.webp\";s:8:\"filesize\";i:3011700;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_2741-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:125414;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_2741-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1471102;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2741-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:42136;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_2741-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1471102;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_2741-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:226502;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_2741-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:916854;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2741-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18958;}}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:{}}}'),(19284,2711,'_eg_has_gallery','a:0:{}'),(19285,2712,'_wp_attached_file','2025/03/IMG_2849.webp'),(19286,2712,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_2849.webp\";s:8:\"filesize\";i:1475668;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_2849-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:73546;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_2849-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:794096;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2849-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25792;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_2849-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:794096;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_2849-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:127772;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_2849-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:496808;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2849-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12122;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19287,2712,'_eg_has_gallery','a:1:{i:0;i:2703;}'),(19288,2713,'_wp_attached_file','2025/03/IMG_3327.webp'),(19289,2713,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_3327.webp\";s:8:\"filesize\";i:2041392;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_3327-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:90652;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_3327-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:998056;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3327-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33450;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_3327-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:998056;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_3327-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:158006;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_3327-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:616234;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3327-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16028;}}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:{}}}'),(19290,2713,'_eg_has_gallery','a:1:{i:0;i:2703;}'),(19291,2714,'_wp_attached_file','2025/03/IMG_3480.webp'),(19292,2714,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_3480.webp\";s:8:\"filesize\";i:1981158;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_3480-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:88660;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_3480-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1000150;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3480-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32050;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_3480-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1000150;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_3480-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:156994;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_3480-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:624160;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3480-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15242;}}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:{}}}'),(19293,2714,'_eg_has_gallery','a:1:{i:0;i:2703;}'),(19294,2715,'_wp_attached_file','2025/03/IMG_3481.webp'),(19295,2715,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_3481.webp\";s:8:\"filesize\";i:1562310;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_3481-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:75608;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_3481-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:821428;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3481-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28110;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_3481-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:821428;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_3481-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:131458;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_3481-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:511852;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3481-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13398;}}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:{}}}'),(19296,2715,'_eg_has_gallery','a:1:{i:0;i:2703;}'),(19297,2716,'_wp_attached_file','2025/03/IMG_3575.webp'),(19298,2716,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_3575.webp\";s:8:\"filesize\";i:1703026;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_3575-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:85428;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_3575-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:871354;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3575-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30078;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_3575-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:871354;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_3575-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:146662;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_3575-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:549012;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3575-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14320;}}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:{}}}'),(19299,2716,'_eg_has_gallery','a:1:{i:0;i:2703;}'),(19300,2717,'_wp_attached_file','2025/03/IMG_3576.webp'),(19301,2717,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_3576.webp\";s:8:\"filesize\";i:1577188;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_3576-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:76352;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_3576-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:814392;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3576-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27150;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_3576-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:814392;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_3576-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:132900;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_3576-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:508458;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3576-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12942;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19302,2717,'_eg_has_gallery','a:1:{i:0;i:2703;}'),(19303,2718,'_wp_attached_file','2025/03/IMG_3624.webp'),(19304,2718,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_3624.webp\";s:8:\"filesize\";i:1717234;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_3624-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:80286;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_3624-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:876642;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3624-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27770;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_3624-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:876642;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_3624-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:140004;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_3624-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:541726;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3624-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13332;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19305,2718,'_eg_has_gallery','a:1:{i:0;i:2703;}'),(19306,2719,'_wp_attached_file','2025/03/IMG_0450.webp'),(19307,2719,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_0450.webp\";s:8:\"filesize\";i:1694990;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_0450-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:82032;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_0450-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:867014;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_0450-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29652;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_0450-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:867014;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_0450-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:143376;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_0450-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:544274;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_0450-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14026;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19308,2719,'_eg_has_gallery','a:1:{i:0;i:2703;}'),(19309,2703,'_eg_just_published','1'),(19310,2703,'_eg_version','1.11.1'),(19311,2703,'_yoast_wpseo_estimated-reading-time-minutes','0'),(19312,2703,'_eg_in_posts','a:1:{i:1216;i:1216;}'),(19313,1214,'_g_feedback_shortcode_0678766f6193b969086d1e26077b32819815f960','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(19314,1214,'_g_feedback_shortcode_atts_0678766f6193b969086d1e26077b32819815f960','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:55:\"[Aggressive Graphix LLC] Commercial wraps and lettering\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:1214;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(19324,1214,'_monsterinsights_sitenote_active','0'),(19325,1214,'_yoast_wpseo_content_score','90'),(19331,2736,'wpforms_form_locations','a:1:{i:0;a:6:{s:4:\"type\";s:4:\"page\";s:5:\"title\";s:30:\"Commercial wraps and lettering\";s:7:\"form_id\";i:2736;s:2:\"id\";i:1214;s:6:\"status\";s:7:\"publish\";s:3:\"url\";s:32:\"/commercial-wraps-and-lettering/\";}}'),(19483,2819,'_wp_attached_file','2025/05/IMG_7731-scaled.webp'),(19484,2819,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_7731-scaled.webp\";s:8:\"filesize\";i:2512956;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_7731-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:78486;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_7731-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:676774;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_7731-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28478;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_7731-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:676774;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_7731-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1320944;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_7731-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2118864;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_7731-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:132486;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_7731-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:442484;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_7731-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13456;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19489,2822,'_wp_attached_file','2025/05/IMG_8489-scaled.webp'),(19490,2822,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_8489-scaled.webp\";s:8:\"filesize\";i:4184822;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_8489-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:96430;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_8489-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:901760;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_8489-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:35172;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_8489-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:901760;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_8489-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1778708;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_8489-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2872734;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_8489-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:166760;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_8489-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:584652;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_8489-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16342;}}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:{}}}'),(19509,2832,'_edit_last','1'),(19510,2832,'_edit_lock','1758221637:1'),(19516,2832,'_eg_in_gallery','a:86:{i:0;i:2834;i:1;i:2835;i:2;i:2836;i:3;i:2839;i:5;i:2841;i:6;i:2842;i:7;i:2843;i:8;i:2844;i:10;i:2846;i:12;i:2848;i:13;i:2849;i:14;i:2850;i:15;i:2851;i:16;i:2852;i:17;i:2853;i:21;i:2857;i:22;i:2858;i:23;i:2859;i:24;i:2860;i:26;i:2862;i:29;i:2865;i:31;i:2867;i:32;i:2868;i:33;i:2869;i:34;i:2870;i:35;i:2871;i:37;i:2873;i:38;i:2874;i:40;i:2876;i:41;i:2877;i:42;i:2878;i:43;i:2879;i:44;i:2880;i:45;i:2881;i:47;i:2883;i:48;i:2884;i:50;i:2886;i:51;i:2887;i:52;i:2888;i:53;i:2889;i:54;i:2890;i:56;i:2892;i:57;i:2893;i:59;i:2897;i:60;i:2898;i:62;i:2900;i:64;i:2902;i:66;i:2904;i:67;i:2905;i:68;i:2906;i:69;i:2907;i:70;i:2908;i:71;i:2909;i:72;i:2910;i:73;i:2911;i:74;i:2912;i:75;i:2913;i:76;i:2914;i:77;i:2915;i:78;i:2916;i:79;i:2917;i:81;i:2919;i:85;i:2923;i:86;i:2924;i:87;i:2925;i:92;i:2930;i:94;i:2932;i:95;i:2933;i:96;i:2934;i:97;i:2935;i:98;i:2936;i:99;i:2937;i:100;i:3609;i:101;i:3606;i:102;i:3607;i:103;i:3615;i:104;i:3616;i:105;i:3587;i:106;i:3581;i:107;i:3574;i:108;i:3575;i:109;i:3579;i:110;i:3138;i:111;i:3133;i:112;i:3134;i:113;i:3087;}'),(19517,2832,'_eg_gallery_data','a:3:{s:2:\"id\";i:2832;s:6:\"config\";a:88:{s:4:\"type\";s:7:\"default\";s:6:\"layout\";s:9:\"automatic\";s:7:\"columns\";s:1:\"0\";s:13:\"gallery_theme\";s:4:\"base\";s:17:\"justified_margins\";i:1;s:18:\"justified_last_row\";s:9:\"nojustify\";s:12:\"lazy_loading\";i:1;s:18:\"lazy_loading_delay\";i:500;s:6:\"gutter\";i:1;s:13:\"gutter_mobile\";i:0;s:6:\"margin\";i:1;s:10:\"image_size\";s:7:\"default\";s:11:\"square_size\";i:300;s:10:\"crop_width\";i:640;s:11:\"crop_height\";i:480;s:4:\"crop\";i:0;s:13:\"crop_position\";s:1:\"c\";s:14:\"show_more_text\";s:14:\"Click for more\";s:17:\"additional_copy_0\";i:0;s:21:\"additional_copy_title\";i:0;s:23:\"additional_copy_caption\";i:0;s:29:\"additional_copy_title_caption\";i:0;s:24:\"additional_copy_0_mobile\";i:0;s:28:\"additional_copy_title_mobile\";i:0;s:30:\"additional_copy_caption_mobile\";i:0;s:36:\"additional_copy_title_caption_mobile\";i:0;s:28:\"gallery_column_title_caption\";s:1:\"0\";s:35:\"gallery_column_title_caption_mobile\";s:1:\"0\";s:27:\"additional_copy_automatic_0\";i:0;s:31:\"additional_copy_automatic_title\";i:0;s:33:\"additional_copy_automatic_caption\";i:0;s:39:\"additional_copy_automatic_title_caption\";i:0;s:34:\"additional_copy_automatic_0_mobile\";i:0;s:38:\"additional_copy_automatic_title_mobile\";i:0;s:40:\"additional_copy_automatic_caption_mobile\";i:0;s:46:\"additional_copy_automatic_title_caption_mobile\";i:0;s:31:\"gallery_automatic_title_caption\";s:1:\"0\";s:38:\"gallery_automatic_title_caption_mobile\";s:1:\"0\";s:20:\"justified_row_height\";i:100;s:20:\"description_position\";s:1:\"0\";s:11:\"description\";s:0:\"\";s:6:\"random\";s:1:\"0\";s:10:\"sort_order\";s:1:\"0\";s:17:\"sorting_direction\";s:3:\"ASC\";s:18:\"image_sizes_random\";a:0:{}s:7:\"isotope\";i:0;s:16:\"lightbox_enabled\";i:1;s:20:\"gallery_link_enabled\";i:1;s:14:\"lightbox_theme\";s:9:\"base_dark\";s:19:\"lightbox_image_size\";s:7:\"default\";s:13:\"title_display\";s:5:\"float\";s:22:\"lightbox_title_caption\";s:7:\"caption\";s:6:\"arrows\";i:1;s:15:\"arrows_position\";s:6:\"inside\";s:7:\"toolbar\";i:0;s:13:\"toolbar_title\";i:0;s:16:\"toolbar_position\";s:3:\"top\";s:4:\"loop\";i:1;s:26:\"lightbox_open_close_effect\";s:11:\"zoom-in-out\";s:6:\"effect\";s:11:\"zoom-in-out\";s:9:\"supersize\";i:0;s:17:\"thumbnails_toggle\";i:0;s:15:\"thumbnails_hide\";i:0;s:13:\"image_counter\";i:0;s:21:\"lightbox_html_caption\";i:0;s:10:\"thumbnails\";i:1;s:16:\"thumbnails_width\";i:75;s:17:\"thumbnails_height\";i:50;s:19:\"thumbnails_position\";s:6:\"bottom\";s:22:\"thumbnails_custom_size\";i:0;s:6:\"mobile\";i:1;s:12:\"mobile_width\";i:320;s:13:\"mobile_height\";i:240;s:15:\"mobile_lightbox\";i:1;s:27:\"mobile_gallery_link_enabled\";i:0;s:13:\"mobile_arrows\";i:1;s:14:\"mobile_toolbar\";i:1;s:17:\"mobile_thumbnails\";i:1;s:22:\"mobile_touchwipe_close\";i:0;s:23:\"mobile_thumbnails_width\";i:75;s:24:\"mobile_thumbnails_height\";i:50;s:27:\"mobile_justified_row_height\";i:80;s:8:\"keyboard\";b:1;s:19:\"standalone_template\";s:0:\"\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"rtl\";i:0;s:4:\"slug\";s:16:\"commercial-wraps\";s:5:\"title\";s:0:\"\";}s:7:\"gallery\";a:28:{i:3087;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.webp\";s:5:\"title\";s:8:\"IMG_2698\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3134;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.webp\";s:5:\"title\";s:8:\"IMG_4055\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3133;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.webp\";s:5:\"title\";s:8:\"IMG_4071\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3138;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.webp\";s:5:\"title\";s:8:\"IMG_4021\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3579;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3142-scaled.webp\";s:5:\"title\";s:20:\"IMG_3142-scaled.webp\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3142-scaled.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3575;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3764-scaled.webp\";s:5:\"title\";s:20:\"IMG_3764-scaled.webp\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3764-scaled.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3574;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3785-scaled.webp\";s:5:\"title\";s:20:\"IMG_3785-scaled.webp\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3785-scaled.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3581;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3098-scaled.webp\";s:5:\"title\";s:20:\"IMG_3098-scaled.webp\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3098-scaled.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3587;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2868-scaled.webp\";s:5:\"title\";s:20:\"IMG_2868-scaled.webp\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2868-scaled.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3616;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0711-scaled.webp\";s:5:\"title\";s:20:\"IMG_0711-scaled.webp\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0711-scaled.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3615;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0799-scaled.webp\";s:5:\"title\";s:20:\"IMG_0799-scaled.webp\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0799-scaled.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3607;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1437-scaled.webp\";s:5:\"title\";s:20:\"IMG_1437-scaled.webp\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1437-scaled.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3606;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1471-scaled.webp\";s:5:\"title\";s:20:\"IMG_1471-scaled.webp\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1471-scaled.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3609;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-scaled.webp\";s:5:\"title\";s:20:\"IMG_1197-scaled.webp\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-scaled.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2860;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3649.jpg\";s:5:\"title\";s:8:\"IMG_3649\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3649.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2917;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2396-1.jpg\";s:5:\"title\";s:8:\"IMG_2396\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2396-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2916;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2404-1.jpg\";s:5:\"title\";s:8:\"IMG_2404\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2404-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2893;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7711.jpg\";s:5:\"title\";s:8:\"IMG_7711\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7711.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2878;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5605-1.jpg\";s:5:\"title\";s:8:\"IMG_5605\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5605-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2853;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3128.jpg\";s:5:\"title\";s:8:\"IMG_3128\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3128.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2877;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5505-1.jpg\";s:5:\"title\";s:8:\"IMG_5505\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5505-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2881;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6150-1.jpg\";s:5:\"title\";s:8:\"IMG_6150\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6150-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2879;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5644-1.jpg\";s:5:\"title\";s:8:\"IMG_5644\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5644-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2873;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4976-1.jpg\";s:5:\"title\";s:8:\"IMG_4976\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4976-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2870;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4344-1.jpg\";s:5:\"title\";s:8:\"IMG_4344\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4344-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2869;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3922-1.jpg\";s:5:\"title\";s:8:\"IMG_3922\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3922-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2849;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:99:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.jpg\";s:5:\"title\";s:36:\"564ED9D4-C180-4CCB-BD26-B5A05E95055A\";s:4:\"link\";s:99:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2857;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3325-1.jpg\";s:5:\"title\";s:8:\"IMG_3325\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3325-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}}'),(19528,2832,'_eg_just_published','1'),(19529,2832,'_eg_version','1.11.1'),(19530,2832,'_yoast_wpseo_content_score','90'),(19531,2832,'_yoast_wpseo_estimated-reading-time-minutes','0'),(19562,2849,'_wp_attached_file','2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.webp'),(19563,2849,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1280;s:4:\"file\";s:51:\"2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.webp\";s:8:\"filesize\";i:879662;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"564ED9D4-C180-4CCB-BD26-B5A05E95055A-2-240x300.webp\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:69774;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"564ED9D4-C180-4CCB-BD26-B5A05E95055A-2-819x1024.webp\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:622350;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"564ED9D4-C180-4CCB-BD26-B5A05E95055A-2-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25918;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"564ED9D4-C180-4CCB-BD26-B5A05E95055A-2-768x960.webp\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:574330;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:51:\"564ED9D4-C180-4CCB-BD26-B5A05E95055A-2-300x375.webp\";s:5:\"width\";i:300;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:103752;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:51:\"564ED9D4-C180-4CCB-BD26-B5A05E95055A-2-600x750.webp\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:357822;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:51:\"564ED9D4-C180-4CCB-BD26-B5A05E95055A-2-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12804;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:2:{i:0;s:7:\"75x50_c\";i:1;s:7:\"75x50_c\";}}}'),(19564,2849,'_eg_has_gallery','a:1:{i:0;i:2832;}'),(19565,2850,'_wp_attached_file','2025/05/7E752716-C684-40F9-B510-A678CD73A602-2.webp'),(19566,2850,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1280;s:4:\"file\";s:51:\"2025/05/7E752716-C684-40F9-B510-A678CD73A602-2.webp\";s:8:\"filesize\";i:1856414;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"7E752716-C684-40F9-B510-A678CD73A602-2-240x300.webp\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:124262;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"7E752716-C684-40F9-B510-A678CD73A602-2-819x1024.webp\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1173714;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"7E752716-C684-40F9-B510-A678CD73A602-2-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:39808;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"7E752716-C684-40F9-B510-A678CD73A602-2-768x960.webp\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1068132;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:51:\"7E752716-C684-40F9-B510-A678CD73A602-2-300x375.webp\";s:5:\"width\";i:300;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:189678;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:51:\"7E752716-C684-40F9-B510-A678CD73A602-2-600x750.webp\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:676108;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:51:\"7E752716-C684-40F9-B510-A678CD73A602-2-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18168;}}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:{}}}'),(19567,2850,'_eg_has_gallery','a:0:{}'),(19574,2853,'_wp_attached_file','2025/05/IMG_3128.webp'),(19575,2853,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1365;s:4:\"file\";s:21:\"2025/05/IMG_3128.webp\";s:8:\"filesize\";i:1677538;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_3128-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:96674;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_3128-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:995032;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3128-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34774;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_3128-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:995032;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_3128-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:169440;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_3128-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:628394;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3128-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16046;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19576,2853,'_eg_has_gallery','a:1:{i:0;i:2832;}'),(19586,2857,'_wp_attached_file','2025/05/IMG_3325-1.webp'),(19587,2857,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:23:\"2025/05/IMG_3325-1.webp\";s:8:\"filesize\";i:966042;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_3325-1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:90596;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_3325-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:33404;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"IMG_3325-1-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:551150;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_3325-1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:90596;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_3325-1-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:341242;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_3325-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:15814;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19588,2857,'_eg_has_gallery','a:1:{i:0;i:2832;}'),(19595,2860,'_wp_attached_file','2025/05/IMG_3649.webp'),(19596,2860,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1365;s:4:\"file\";s:21:\"2025/05/IMG_3649.webp\";s:8:\"filesize\";i:1690170;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_3649-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:88554;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_3649-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:977262;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3649-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32796;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_3649-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:977262;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_3649-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:155878;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_3649-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:603526;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3649-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15794;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19597,2860,'_eg_has_gallery','a:1:{i:0;i:2832;}'),(19613,2866,'_wp_attached_file','2025/05/IMG_3854-1.webp'),(19614,2866,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:23:\"2025/05/IMG_3854-1.webp\";s:8:\"filesize\";i:796342;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_3854-1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:87118;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_3854-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:30876;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"IMG_3854-1-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:480378;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_3854-1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:87118;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_3854-1-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:304662;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_3854-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:14876;}}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:{}}}'),(19615,2866,'_eg_has_gallery','a:0:{}'),(19616,2867,'_wp_attached_file','2025/05/IMG_3855-1.webp'),(19617,2867,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:23:\"2025/05/IMG_3855-1.webp\";s:8:\"filesize\";i:480392;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_3855-1-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:57810;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_3855-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:25660;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"IMG_3855-1-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:318798;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_3855-1-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:57810;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_3855-1-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:202828;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_3855-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:12318;}}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:{}}}'),(19618,2867,'_eg_has_gallery','a:0:{}'),(19622,2869,'_wp_attached_file','2025/05/IMG_3922-1.webp'),(19623,2869,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1365;s:4:\"file\";s:23:\"2025/05/IMG_3922-1.webp\";s:8:\"filesize\";i:1764842;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_3922-1-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:98238;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"IMG_3922-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1028360;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_3922-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:34814;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_3922-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1028360;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_3922-1-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:171842;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_3922-1-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:642230;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_3922-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:16500;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19624,2869,'_eg_has_gallery','a:1:{i:0;i:2832;}'),(19625,2870,'_wp_attached_file','2025/05/IMG_4344-1.webp'),(19626,2870,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:23:\"2025/05/IMG_4344-1.webp\";s:8:\"filesize\";i:922484;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_4344-1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:92054;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_4344-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:33176;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"IMG_4344-1-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:528854;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_4344-1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:92054;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_4344-1-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:332514;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_4344-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:15464;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:2:{i:0;s:7:\"75x50_c\";i:1;s:7:\"75x50_c\";}}}'),(19627,2870,'_eg_has_gallery','a:1:{i:0;i:2832;}'),(19631,2872,'_wp_attached_file','2025/05/IMG_4972-1.webp'),(19632,2872,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:23:\"2025/05/IMG_4972-1.webp\";s:8:\"filesize\";i:901818;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_4972-1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:88438;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_4972-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:30534;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"IMG_4972-1-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:538854;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_4972-1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:88438;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_4972-1-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:335150;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_4972-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:14230;}}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:{}}}'),(19633,2872,'_eg_has_gallery','a:0:{}'),(19634,2873,'_wp_attached_file','2025/05/IMG_4976-1.webp'),(19635,2873,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:23:\"2025/05/IMG_4976-1.webp\";s:8:\"filesize\";i:996424;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_4976-1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:96954;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_4976-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:33564;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"IMG_4976-1-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:586494;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_4976-1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:96954;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_4976-1-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:363898;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_4976-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:15776;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:2:{i:0;s:7:\"75x50_c\";i:1;s:7:\"75x50_c\";}}}'),(19636,2873,'_eg_has_gallery','a:1:{i:0;i:2832;}'),(19637,2874,'_wp_attached_file','2025/05/IMG_4993-1.webp'),(19638,2874,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1365;s:4:\"file\";s:23:\"2025/05/IMG_4993-1.webp\";s:8:\"filesize\";i:891716;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_4993-1-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:67626;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"IMG_4993-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:617766;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_4993-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:22996;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_4993-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:617766;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_4993-1-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:113476;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_4993-1-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:392852;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_4993-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:10946;}}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:{}}}'),(19639,2874,'_eg_has_gallery','a:0:{}'),(19640,2875,'_wp_attached_file','2025/05/IMG_4994-1.webp'),(19641,2875,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:23:\"2025/05/IMG_4994-1.webp\";s:8:\"filesize\";i:806602;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_4994-1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:88238;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_4994-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:30332;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"IMG_4994-1-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:494050;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_4994-1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:88238;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_4994-1-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:312730;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_4994-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:14712;}}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:{}}}'),(19642,2875,'_eg_has_gallery','a:0:{}'),(19643,2876,'_wp_attached_file','2025/05/IMG_5504-1.webp'),(19644,2876,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1365;s:4:\"file\";s:23:\"2025/05/IMG_5504-1.webp\";s:8:\"filesize\";i:1022438;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_5504-1-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:70656;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"IMG_5504-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:693968;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_5504-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:26100;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_5504-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:693968;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_5504-1-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:118614;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_5504-1-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:431920;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_5504-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:12850;}}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:{}}}'),(19645,2876,'_eg_has_gallery','a:0:{}'),(19646,2877,'_wp_attached_file','2025/05/IMG_5505-1.webp'),(19647,2877,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:23:\"2025/05/IMG_5505-1.webp\";s:8:\"filesize\";i:633690;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_5505-1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:70712;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_5505-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:25332;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"IMG_5505-1-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:412454;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_5505-1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:70712;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_5505-1-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:255742;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_5505-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:12442;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:2:{i:0;s:7:\"75x50_c\";i:1;s:7:\"75x50_c\";}}}'),(19648,2877,'_eg_has_gallery','a:1:{i:0;i:2832;}'),(19649,2878,'_wp_attached_file','2025/05/IMG_5605-1.webp'),(19650,2878,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:23:\"2025/05/IMG_5605-1.webp\";s:8:\"filesize\";i:691164;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_5605-1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:76764;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_5605-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:27730;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"IMG_5605-1-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:440672;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_5605-1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:76764;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_5605-1-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:275686;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_5605-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:13380;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:2:{i:0;s:7:\"75x50_c\";i:1;s:7:\"75x50_c\";}}}'),(19651,2878,'_eg_has_gallery','a:1:{i:0;i:2832;}'),(19652,2879,'_wp_attached_file','2025/05/IMG_5644-1.webp'),(19653,2879,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:23:\"2025/05/IMG_5644-1.webp\";s:8:\"filesize\";i:1275046;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_5644-1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:116498;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_5644-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:39900;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"IMG_5644-1-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:709652;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_5644-1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:116498;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_5644-1-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:442216;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_5644-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:18770;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:2:{i:0;s:7:\"75x50_c\";i:1;s:7:\"75x50_c\";}}}'),(19654,2879,'_eg_has_gallery','a:1:{i:0;i:2832;}'),(19655,2880,'_wp_attached_file','2025/05/IMG_6149.webp'),(19656,2880,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1365;s:4:\"file\";s:21:\"2025/05/IMG_6149.webp\";s:8:\"filesize\";i:1202378;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_6149-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:74090;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_6149-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:774742;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_6149-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27458;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_6149-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:774742;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_6149-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:128248;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_6149-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:477700;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_6149-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13254;}}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:{}}}'),(19657,2880,'_eg_has_gallery','a:0:{}'),(19658,2881,'_wp_attached_file','2025/05/IMG_6150-1.webp'),(19659,2881,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:23:\"2025/05/IMG_6150-1.webp\";s:8:\"filesize\";i:622196;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_6150-1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:69702;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_6150-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:25406;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"IMG_6150-1-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:408894;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_6150-1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:69702;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_6150-1-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:254870;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_6150-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:12500;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:2:{i:0;s:7:\"75x50_c\";i:1;s:7:\"75x50_c\";}}}'),(19660,2881,'_eg_has_gallery','a:1:{i:0;i:2832;}'),(19661,2882,'_wp_attached_file','2025/05/IMG_6779-1.webp'),(19662,2882,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1365;s:4:\"file\";s:23:\"2025/05/IMG_6779-1.webp\";s:8:\"filesize\";i:1159822;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_6779-1-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77740;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"IMG_6779-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:757900;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_6779-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:26500;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_6779-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:757900;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_6779-1-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:132920;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_6779-1-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:476974;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_6779-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:12638;}}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:{}}}'),(19663,2882,'_eg_has_gallery','a:0:{}'),(19664,2883,'_wp_attached_file','2025/05/IMG_6780-1.webp'),(19665,2883,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1365;s:4:\"file\";s:23:\"2025/05/IMG_6780-1.webp\";s:8:\"filesize\";i:1229346;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_6780-1-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:79446;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"IMG_6780-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:789758;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_6780-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:28224;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_6780-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:789758;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_6780-1-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:136452;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_6780-1-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:496430;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_6780-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:13254;}}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:{}}}'),(19666,2883,'_eg_has_gallery','a:0:{}'),(19667,2884,'_wp_attached_file','2025/05/IMG_6781-1.webp'),(19668,2884,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1365;s:4:\"file\";s:23:\"2025/05/IMG_6781-1.webp\";s:8:\"filesize\";i:1277254;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_6781-1-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:85552;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"IMG_6781-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:812708;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_6781-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:30822;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_6781-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:812708;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_6781-1-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:144784;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_6781-1-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:514832;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_6781-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:14820;}}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:{}}}'),(19669,2884,'_eg_has_gallery','a:0:{}'),(19670,2885,'_wp_attached_file','2025/05/IMG_7384-1.webp'),(19671,2885,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1365;s:4:\"file\";s:23:\"2025/05/IMG_7384-1.webp\";s:8:\"filesize\";i:2269698;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_7384-1-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:118094;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"IMG_7384-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1285624;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_7384-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:36828;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_7384-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1285624;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_7384-1-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:209316;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_7384-1-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:807270;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_7384-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:16532;}}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:{}}}'),(19672,2885,'_eg_has_gallery','a:0:{}'),(19673,2886,'_wp_attached_file','2025/05/IMG_7386-1.webp'),(19674,2886,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1365;s:4:\"file\";s:23:\"2025/05/IMG_7386-1.webp\";s:8:\"filesize\";i:1738058;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_7386-1-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:104674;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"IMG_7386-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1024312;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_7386-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:38176;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_7386-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1024312;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_7386-1-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:179970;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_7386-1-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:649786;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_7386-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:18162;}}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:{}}}'),(19675,2886,'_eg_has_gallery','a:0:{}'),(19676,2887,'_wp_attached_file','2025/05/IMG_7387-1.webp'),(19677,2887,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:963;s:4:\"file\";s:23:\"2025/05/IMG_7387-1.webp\";s:8:\"filesize\";i:983178;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_7387-1-300x282.webp\";s:5:\"width\";i:300;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:107780;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_7387-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:31156;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"IMG_7387-1-768x722.webp\";s:5:\"width\";i:768;s:6:\"height\";i:722;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:608846;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_7387-1-300x282.webp\";s:5:\"width\";i:300;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:107780;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_7387-1-600x564.webp\";s:5:\"width\";i:600;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:388346;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_7387-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:14824;}}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:{}}}'),(19678,2887,'_eg_has_gallery','a:0:{}'),(19679,2888,'_wp_attached_file','2025/05/IMG_7399.webp'),(19680,2888,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1365;s:4:\"file\";s:21:\"2025/05/IMG_7399.webp\";s:8:\"filesize\";i:1469716;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_7399-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:85658;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_7399-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:896918;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_7399-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29116;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_7399-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:896918;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_7399-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:149530;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_7399-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:558658;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_7399-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13582;}}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:{}}}'),(19681,2888,'_eg_has_gallery','a:0:{}'),(19682,2889,'_wp_attached_file','2025/05/IMG_7400-1.webp'),(19683,2889,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:679;s:4:\"file\";s:23:\"2025/05/IMG_7400-1.webp\";s:8:\"filesize\";i:668760;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_7400-1-300x199.webp\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72906;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_7400-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:28602;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"IMG_7400-1-768x509.webp\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:407808;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_7400-1-300x199.webp\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72906;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_7400-1-600x398.webp\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:260408;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_7400-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:13762;}}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:{}}}'),(19684,2889,'_eg_has_gallery','a:0:{}'),(19685,2890,'_wp_attached_file','2025/05/IMG_7693.webp'),(19686,2890,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:21:\"2025/05/IMG_7693.webp\";s:8:\"filesize\";i:1161476;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_7693-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:97632;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_7693-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:37014;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_7693-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:634712;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_7693-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:97632;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_7693-600x400.webp\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:391840;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_7693-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17096;}}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:{}}}'),(19687,2890,'_eg_has_gallery','a:0:{}'),(19688,2891,'_wp_attached_file','2025/05/IMG_7697.webp'),(19689,2891,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:21:\"2025/05/IMG_7697.webp\";s:8:\"filesize\";i:1330004;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_7697-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:108006;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_7697-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40388;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_7697-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:721978;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_7697-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:108006;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_7697-600x400.webp\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:443568;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_7697-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17948;}}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:{}}}'),(19690,2891,'_eg_has_gallery','a:0:{}'),(19691,2892,'_wp_attached_file','2025/05/IMG_7707-1.webp'),(19692,2892,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:23:\"2025/05/IMG_7707-1.webp\";s:8:\"filesize\";i:1082404;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_7707-1-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:92826;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_7707-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:33870;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"IMG_7707-1-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:595634;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_7707-1-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:92826;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_7707-1-600x400.webp\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:368912;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_7707-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:15606;}}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:{}}}'),(19693,2892,'_eg_has_gallery','a:0:{}'),(19694,2893,'_wp_attached_file','2025/05/IMG_7711.webp'),(19695,2893,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:21:\"2025/05/IMG_7711.webp\";s:8:\"filesize\";i:1069330;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_7711-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:91644;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_7711-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34540;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_7711-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:594608;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_7711-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:91644;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_7711-600x400.webp\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:367968;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_7711-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15434;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19696,2893,'_eg_has_gallery','a:1:{i:0;i:2832;}'),(19697,2894,'_wp_attached_file','2025/05/IMG_7731-1-scaled.webp'),(19698,2894,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:30:\"2025/05/IMG_7731-1-scaled.webp\";s:8:\"filesize\";i:2512956;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"IMG_7731-1-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:78486;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"IMG_7731-1-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:676774;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"IMG_7731-1-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28478;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG_7731-1-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:676774;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"IMG_7731-1-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1320944;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:32:\"IMG_7731-1-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2118864;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"IMG_7731-1-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:132486;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"IMG_7731-1-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:442484;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"IMG_7731-1-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13456;}}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:{}}}'),(19699,2895,'_wp_attached_file','2025/05/IMG_7789-scaled.webp'),(19700,2895,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_7789-scaled.webp\";s:8:\"filesize\";i:3877434;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_7789-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:101572;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_7789-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:875690;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_7789-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36098;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_7789-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:875690;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_7789-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1705462;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_7789-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2736764;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_7789-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:170462;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_7789-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:575244;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_7789-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17758;}}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:{}}}'),(19701,2896,'_wp_attached_file','2025/05/IMG_8036-1.webp'),(19702,2896,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1365;s:4:\"file\";s:23:\"2025/05/IMG_8036-1.webp\";s:8:\"filesize\";i:1520208;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_8036-1-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:91130;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"IMG_8036-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:910534;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_8036-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:33758;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_8036-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:910534;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_8036-1-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:157538;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_8036-1-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:575378;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_8036-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:15894;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:2:{i:0;s:7:\"75x50_c\";i:1;s:7:\"75x50_c\";}}}'),(19703,2896,'_eg_has_gallery','a:0:{}'),(19704,2897,'_wp_attached_file','2025/05/IMG_8038-1.webp'),(19705,2897,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1365;s:4:\"file\";s:23:\"2025/05/IMG_8038-1.webp\";s:8:\"filesize\";i:1645710;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_8038-1-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:99954;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"IMG_8038-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:979962;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_8038-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:38282;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_8038-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:979962;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_8038-1-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:170620;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_8038-1-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:619724;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_8038-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:18370;}}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:{}}}'),(19706,2897,'_eg_has_gallery','a:0:{}'),(19707,2898,'_wp_attached_file','2025/05/IMG_8060.webp'),(19708,2898,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:754;s:4:\"file\";s:21:\"2025/05/IMG_8060.webp\";s:8:\"filesize\";i:1108776;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_8060-300x157.webp\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:63232;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_8060-1024x536.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:602222;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_8060-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29668;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_8060-768x402.webp\";s:5:\"width\";i:768;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:363754;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_8060-300x157.webp\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:63232;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_8060-600x314.webp\";s:5:\"width\";i:600;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:233872;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_8060-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14018;}}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:{}}}'),(19709,2898,'_eg_has_gallery','a:0:{}'),(19710,2899,'_wp_attached_file','2025/05/IMG_8061.webp'),(19711,2899,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:423;s:4:\"file\";s:21:\"2025/05/IMG_8061.webp\";s:8:\"filesize\";i:460018;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_8061-300x124.webp\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:48486;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_8061-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27824;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_8061-768x317.webp\";s:5:\"width\";i:768;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:278328;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_8061-300x124.webp\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:48486;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_8061-600x248.webp\";s:5:\"width\";i:600;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:176196;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_8061-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13210;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19712,2899,'_eg_has_gallery','a:0:{}'),(19716,2901,'_wp_attached_file','2025/05/IMG_8612-1.webp'),(19717,2901,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1365;s:4:\"file\";s:23:\"2025/05/IMG_8612-1.webp\";s:8:\"filesize\";i:1358808;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_8612-1-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:86450;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"IMG_8612-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:835442;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_8612-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:30786;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_8612-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:835442;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_8612-1-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:145826;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_8612-1-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:525826;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_8612-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:14896;}}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:{}}}'),(19718,2901,'_eg_has_gallery','a:0:{}'),(19722,2903,'_wp_attached_file','2025/05/IMG_9169-1.webp'),(19723,2903,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1365;s:4:\"file\";s:23:\"2025/05/IMG_9169-1.webp\";s:8:\"filesize\";i:1677024;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_9169-1-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:99082;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"IMG_9169-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:968060;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_9169-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:35044;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_9169-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:968060;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_9169-1-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:170734;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_9169-1-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:608362;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_9169-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:16660;}}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:{}}}'),(19724,2903,'_eg_has_gallery','a:0:{}'),(19725,2904,'_wp_attached_file','2025/05/IMG_9576-1.webp'),(19726,2904,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1365;s:4:\"file\";s:23:\"2025/05/IMG_9576-1.webp\";s:8:\"filesize\";i:1028992;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_9576-1-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:76094;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"IMG_9576-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:681054;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_9576-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:26636;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_9576-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:681054;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_9576-1-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:127672;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_9576-1-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:434954;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_9576-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:12892;}}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:{}}}'),(19727,2904,'_eg_has_gallery','a:0:{}'),(19761,2916,'_wp_attached_file','2025/05/IMG_2404-1.webp'),(19762,2916,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:23:\"2025/05/IMG_2404-1.webp\";s:8:\"filesize\";i:756510;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_2404-1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:81120;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_2404-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:29612;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"IMG_2404-1-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:464494;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_2404-1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:81120;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_2404-1-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:291542;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_2404-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:14494;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19763,2916,'_eg_has_gallery','a:1:{i:0;i:2832;}'),(19764,2917,'_wp_attached_file','2025/05/IMG_2396-1.webp'),(19765,2917,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:23:\"2025/05/IMG_2396-1.webp\";s:8:\"filesize\";i:624908;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_2396-1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:71526;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_2396-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:24830;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"IMG_2396-1-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:413136;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_2396-1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:71526;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_2396-1-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:257474;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_2396-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:12112;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19766,2917,'_eg_has_gallery','a:1:{i:0;i:2832;}'),(19791,2926,'_wp_attached_file','2025/05/IMG_1680.webp'),(19792,2926,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:21:\"2025/05/IMG_1680.webp\";s:8:\"filesize\";i:706118;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_1680-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:79514;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1680-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27004;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_1680-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:445162;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_1680-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:79514;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_1680-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:282578;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1680-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12774;}}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:{}}}'),(19793,2926,'_eg_has_gallery','a:0:{}'),(19833,2832,'_eg_in_posts','a:1:{i:1214;i:1214;}'),(19834,82,'_g_feedback_shortcode_652841fe16bdb7f54e123ce1ce76ae4b1eb745ae','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(19835,82,'_g_feedback_shortcode_atts_652841fe16bdb7f54e123ce1ce76ae4b1eb745ae','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:33:\"[Aggressive Graphix LLC] Our Work\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:82;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(19836,82,'_monsterinsights_sitenote_active','0'),(19837,82,'_yoast_wpseo_content_score','90'),(19838,2530,'_yoast_wpseo_content_score','90'),(19839,2590,'_yoast_wpseo_content_score','90'),(19840,2620,'_yoast_wpseo_content_score','90'),(19841,2947,'_edit_last','1'),(19842,2947,'_edit_lock','1749656556:1'),(19843,2948,'_wp_attached_file','2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A.webp'),(19844,2948,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:756;s:6:\"height\";i:490;s:4:\"file\";s:49:\"2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A.webp\";s:8:\"filesize\";i:441226;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"0A06FF3E-3164-4558-90E1-6547222E7B0A-300x194.webp\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:87478;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"0A06FF3E-3164-4558-90E1-6547222E7B0A-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:38478;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:49:\"0A06FF3E-3164-4558-90E1-6547222E7B0A-300x194.webp\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:87478;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:49:\"0A06FF3E-3164-4558-90E1-6547222E7B0A-600x389.webp\";s:5:\"width\";i:600;s:6:\"height\";i:389;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:289276;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:49:\"0A06FF3E-3164-4558-90E1-6547222E7B0A-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18754;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19845,2948,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19846,2947,'_eg_in_gallery','a:46:{i:0;i:2948;i:1;i:2949;i:2;i:2950;i:3;i:2951;i:5;i:2953;i:6;i:2954;i:9;i:2957;i:10;i:2958;i:11;i:2959;i:12;i:2960;i:13;i:2963;i:14;i:2964;i:15;i:2965;i:16;i:2966;i:18;i:2968;i:19;i:2970;i:20;i:2973;i:22;i:2976;i:23;i:2977;i:24;i:2978;i:25;i:2982;i:26;i:2983;i:27;i:2984;i:28;i:2986;i:29;i:2987;i:30;i:2988;i:31;i:2989;i:32;i:2990;i:33;i:2991;i:34;i:2992;i:35;i:2993;i:36;i:2994;i:37;i:2995;i:38;i:2996;i:39;i:2997;i:40;i:2998;i:41;i:2999;i:42;i:3000;i:43;i:3001;i:44;i:3002;i:45;i:3003;i:46;i:3004;i:47;i:3005;i:48;i:3006;i:49;i:3007;i:50;i:3008;}'),(19847,2947,'_eg_gallery_data','a:3:{s:2:\"id\";i:2947;s:7:\"gallery\";a:46:{i:3008;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/437148274_742504491362521_7065599385733258382_n.jpg\";s:5:\"title\";s:47:\"437148274_742504491362521_7065599385733258382_n\";s:4:\"link\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/437148274_742504491362521_7065599385733258382_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3007;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:109:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/504489709_17885899926279969_177754631791483776_n.jpg\";s:5:\"title\";s:48:\"504489709_17885899926279969_177754631791483776_n\";s:4:\"link\";s:109:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/504489709_17885899926279969_177754631791483776_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3006;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:110:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/503284456_18509958433044190_7517990739271165788_n.jpg\";s:5:\"title\";s:49:\"503284456_18509958433044190_7517990739271165788_n\";s:4:\"link\";s:110:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/503284456_18509958433044190_7517990739271165788_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3005;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:109:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/498942563_18387584923142936_596123371765232778_n.jpg\";s:5:\"title\";s:48:\"498942563_18387584923142936_596123371765232778_n\";s:4:\"link\";s:109:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/498942563_18387584923142936_596123371765232778_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3004;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:110:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/497541595_18501294259001614_2598109448780506479_n.jpg\";s:5:\"title\";s:49:\"497541595_18501294259001614_2598109448780506479_n\";s:4:\"link\";s:110:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/497541595_18501294259001614_2598109448780506479_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3003;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:110:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/491442005_18510909595020751_7234922605167022337_n.jpg\";s:5:\"title\";s:49:\"491442005_18510909595020751_7234922605167022337_n\";s:4:\"link\";s:110:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/491442005_18510909595020751_7234922605167022337_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3002;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/488181926_644288625165545_5872832267448076159_n.jpg\";s:5:\"title\";s:47:\"488181926_644288625165545_5872832267448076159_n\";s:4:\"link\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/488181926_644288625165545_5872832267448076159_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3001;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:110:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/486213528_18495203686033581_4058816147006171820_n.jpg\";s:5:\"title\";s:49:\"486213528_18495203686033581_4058816147006171820_n\";s:4:\"link\";s:110:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/486213528_18495203686033581_4058816147006171820_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3000;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470902406_1231561204578289_151210119275735549_n.jpg\";s:5:\"title\";s:47:\"470902406_1231561204578289_151210119275735549_n\";s:4:\"link\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470902406_1231561204578289_151210119275735549_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2999;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:110:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470602685_18479309014047289_2606857417410813301_n.jpg\";s:5:\"title\";s:49:\"470602685_18479309014047289_2606857417410813301_n\";s:4:\"link\";s:110:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470602685_18479309014047289_2606857417410813301_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2998;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/455036619_857294589254265_4022265624524897411_n.jpg\";s:5:\"title\";s:47:\"455036619_857294589254265_4022265624524897411_n\";s:4:\"link\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/455036619_857294589254265_4022265624524897411_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2997;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:109:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/449859150_1194962441742133_6344605474599175091_n.jpg\";s:5:\"title\";s:48:\"449859150_1194962441742133_6344605474599175091_n\";s:4:\"link\";s:109:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/449859150_1194962441742133_6344605474599175091_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2996;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:110:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/447671102_18435710512058900_2002726956368915108_n.jpg\";s:5:\"title\";s:49:\"447671102_18435710512058900_2002726956368915108_n\";s:4:\"link\";s:110:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/447671102_18435710512058900_2002726956368915108_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2995;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445587699_786824676755447_6957098027536781905_n.jpg\";s:5:\"title\";s:47:\"445587699_786824676755447_6957098027536781905_n\";s:4:\"link\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445587699_786824676755447_6957098027536781905_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2994;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445175176_463852779535417_6180761558755325466_n.jpg\";s:5:\"title\";s:47:\"445175176_463852779535417_6180761558755325466_n\";s:4:\"link\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445175176_463852779535417_6180761558755325466_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2993;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5372-1.jpg\";s:5:\"title\";s:8:\"IMG_5372\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5372-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2992;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/VCYT6981.jpg\";s:5:\"title\";s:8:\"VCYT6981\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/VCYT6981.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2991;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PLSX7092.jpg\";s:5:\"title\";s:8:\"PLSX7092\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PLSX7092.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2990;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MTJR4755.jpg\";s:5:\"title\";s:8:\"MTJR4755\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MTJR4755.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2989;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MGLF7487.jpg\";s:5:\"title\";s:8:\"MGLF7487\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MGLF7487.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2988;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG-4317.jpg\";s:5:\"title\";s:8:\"IMG-4317\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG-4317.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2987;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9012.jpg\";s:5:\"title\";s:8:\"IMG_9012\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9012.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2986;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8907.jpg\";s:5:\"title\";s:8:\"IMG_8907\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8907.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2984;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4927.jpg\";s:5:\"title\";s:8:\"IMG_4927\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4927.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2983;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4900.jpg\";s:5:\"title\";s:8:\"IMG_4900\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4900.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2982;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4541.jpg\";s:5:\"title\";s:8:\"IMG_4541\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4541.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2978;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2833.jpg\";s:5:\"title\";s:8:\"IMG_2833\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2833.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2977;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2832.jpg\";s:5:\"title\";s:8:\"IMG_2832\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2832.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2976;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2831.jpg\";s:5:\"title\";s:8:\"IMG_2831\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2831.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2973;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2659.png\";s:5:\"title\";s:8:\"IMG_2659\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2659.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2970;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1989.jpg\";s:5:\"title\";s:8:\"IMG_1989\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1989.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2968;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1734.jpg\";s:5:\"title\";s:8:\"IMG_1734\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1734.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2966;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1104.jpg\";s:5:\"title\";s:8:\"IMG_1104\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1104.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2965;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1097.jpg\";s:5:\"title\";s:8:\"IMG_1097\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1097.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2964;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1095.jpg\";s:5:\"title\";s:8:\"IMG_1095\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1095.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2963;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1089.jpg\";s:5:\"title\";s:8:\"IMG_1089\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1089.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2960;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1084.png\";s:5:\"title\";s:8:\"IMG_1084\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1084.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2959;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1079.jpg\";s:5:\"title\";s:8:\"IMG_1079\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1079.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2958;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0944.jpg\";s:5:\"title\";s:8:\"IMG_0944\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0944.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2957;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0501.jpg\";s:5:\"title\";s:10:\"Screenshot\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0501.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:10:\"Screenshot\";s:5:\"thumb\";s:0:\"\";}i:2954;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0498.jpg\";s:5:\"title\";s:10:\"Screenshot\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0498.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:10:\"Screenshot\";s:5:\"thumb\";s:0:\"\";}i:2953;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:106:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/87953997_230236561487320_861082269299769344_n.jpg\";s:5:\"title\";s:45:\"87953997_230236561487320_861082269299769344_n\";s:4:\"link\";s:106:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/87953997_230236561487320_861082269299769344_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2951;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/811871D3-C280-46D5-9DBC-589C4E700472.jpg\";s:5:\"title\";s:36:\"811871D3-C280-46D5-9DBC-589C4E700472\";s:4:\"link\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/811871D3-C280-46D5-9DBC-589C4E700472.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2950;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F.jpg\";s:5:\"title\";s:36:\"09002F42-61AF-4003-9CC1-C09F374AC11F\";s:4:\"link\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2949;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2.jpg\";s:5:\"title\";s:36:\"9BEACE47-192C-4771-87CB-55F3CD28C0E2\";s:4:\"link\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:2948;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A.jpg\";s:5:\"title\";s:36:\"0A06FF3E-3164-4558-90E1-6547222E7B0A\";s:4:\"link\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}s:6:\"config\";a:88:{s:4:\"type\";s:7:\"default\";s:6:\"layout\";s:9:\"automatic\";s:7:\"columns\";s:1:\"0\";s:13:\"gallery_theme\";s:4:\"base\";s:17:\"justified_margins\";i:1;s:18:\"justified_last_row\";s:9:\"nojustify\";s:12:\"lazy_loading\";i:1;s:18:\"lazy_loading_delay\";i:500;s:6:\"gutter\";i:1;s:13:\"gutter_mobile\";i:0;s:6:\"margin\";i:1;s:10:\"image_size\";s:7:\"default\";s:11:\"square_size\";i:300;s:10:\"crop_width\";i:640;s:11:\"crop_height\";i:480;s:4:\"crop\";i:0;s:13:\"crop_position\";s:1:\"c\";s:14:\"show_more_text\";s:14:\"Click for more\";s:17:\"additional_copy_0\";i:0;s:21:\"additional_copy_title\";i:0;s:23:\"additional_copy_caption\";i:0;s:29:\"additional_copy_title_caption\";i:0;s:24:\"additional_copy_0_mobile\";i:0;s:28:\"additional_copy_title_mobile\";i:0;s:30:\"additional_copy_caption_mobile\";i:0;s:36:\"additional_copy_title_caption_mobile\";i:0;s:28:\"gallery_column_title_caption\";s:1:\"0\";s:35:\"gallery_column_title_caption_mobile\";s:1:\"0\";s:27:\"additional_copy_automatic_0\";i:0;s:31:\"additional_copy_automatic_title\";i:0;s:33:\"additional_copy_automatic_caption\";i:0;s:39:\"additional_copy_automatic_title_caption\";i:0;s:34:\"additional_copy_automatic_0_mobile\";i:0;s:38:\"additional_copy_automatic_title_mobile\";i:0;s:40:\"additional_copy_automatic_caption_mobile\";i:0;s:46:\"additional_copy_automatic_title_caption_mobile\";i:0;s:31:\"gallery_automatic_title_caption\";s:1:\"0\";s:38:\"gallery_automatic_title_caption_mobile\";s:1:\"0\";s:20:\"justified_row_height\";i:120;s:20:\"description_position\";s:1:\"0\";s:11:\"description\";s:0:\"\";s:6:\"random\";s:1:\"0\";s:10:\"sort_order\";s:1:\"0\";s:17:\"sorting_direction\";s:3:\"ASC\";s:18:\"image_sizes_random\";a:0:{}s:7:\"isotope\";i:0;s:16:\"lightbox_enabled\";i:1;s:20:\"gallery_link_enabled\";i:1;s:14:\"lightbox_theme\";s:9:\"base_dark\";s:19:\"lightbox_image_size\";s:7:\"default\";s:13:\"title_display\";s:5:\"float\";s:22:\"lightbox_title_caption\";s:5:\"title\";s:6:\"arrows\";i:1;s:15:\"arrows_position\";s:6:\"inside\";s:7:\"toolbar\";i:1;s:13:\"toolbar_title\";i:0;s:16:\"toolbar_position\";s:3:\"top\";s:4:\"loop\";i:1;s:26:\"lightbox_open_close_effect\";s:4:\"fade\";s:6:\"effect\";s:4:\"fade\";s:9:\"supersize\";i:0;s:17:\"thumbnails_toggle\";i:0;s:15:\"thumbnails_hide\";i:0;s:13:\"image_counter\";i:0;s:21:\"lightbox_html_caption\";i:0;s:10:\"thumbnails\";i:1;s:16:\"thumbnails_width\";i:75;s:17:\"thumbnails_height\";i:50;s:19:\"thumbnails_position\";s:6:\"bottom\";s:22:\"thumbnails_custom_size\";i:0;s:6:\"mobile\";i:1;s:12:\"mobile_width\";i:320;s:13:\"mobile_height\";i:240;s:15:\"mobile_lightbox\";i:1;s:27:\"mobile_gallery_link_enabled\";i:0;s:13:\"mobile_arrows\";i:1;s:14:\"mobile_toolbar\";i:1;s:17:\"mobile_thumbnails\";i:1;s:22:\"mobile_touchwipe_close\";i:0;s:23:\"mobile_thumbnails_width\";i:75;s:24:\"mobile_thumbnails_height\";i:50;s:27:\"mobile_justified_row_height\";i:80;s:8:\"keyboard\";b:1;s:19:\"standalone_template\";s:0:\"\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"rtl\";i:0;s:4:\"slug\";s:14:\"our-work-bikes\";s:5:\"title\";s:0:\"\";}}'),(19848,2949,'_wp_attached_file','2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2.webp'),(19849,2949,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1004;s:4:\"file\";s:49:\"2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2.webp\";s:8:\"filesize\";i:1022412;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"9BEACE47-192C-4771-87CB-55F3CD28C0E2-300x235.webp\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:93114;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"9BEACE47-192C-4771-87CB-55F3CD28C0E2-1024x803.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:803;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:759562;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"9BEACE47-192C-4771-87CB-55F3CD28C0E2-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33662;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"9BEACE47-192C-4771-87CB-55F3CD28C0E2-768x602.webp\";s:5:\"width\";i:768;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:468084;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:49:\"9BEACE47-192C-4771-87CB-55F3CD28C0E2-300x235.webp\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:93114;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:49:\"9BEACE47-192C-4771-87CB-55F3CD28C0E2-600x471.webp\";s:5:\"width\";i:600;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:310154;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:49:\"9BEACE47-192C-4771-87CB-55F3CD28C0E2-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16312;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19850,2949,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19851,2950,'_wp_attached_file','2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F.webp'),(19852,2950,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:791;s:6:\"height\";i:567;s:4:\"file\";s:49:\"2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F.webp\";s:8:\"filesize\";i:673458;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"09002F42-61AF-4003-9CC1-C09F374AC11F-300x215.webp\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:112970;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"09002F42-61AF-4003-9CC1-C09F374AC11F-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:42742;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"09002F42-61AF-4003-9CC1-C09F374AC11F-768x551.webp\";s:5:\"width\";i:768;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:583526;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:49:\"09002F42-61AF-4003-9CC1-C09F374AC11F-300x215.webp\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:112970;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:49:\"09002F42-61AF-4003-9CC1-C09F374AC11F-600x430.webp\";s:5:\"width\";i:600;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:382622;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:49:\"09002F42-61AF-4003-9CC1-C09F374AC11F-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20154;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19853,2950,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19854,2951,'_wp_attached_file','2025/06/811871D3-C280-46D5-9DBC-589C4E700472.webp'),(19855,2951,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:853;s:6:\"height\";i:565;s:4:\"file\";s:49:\"2025/06/811871D3-C280-46D5-9DBC-589C4E700472.webp\";s:8:\"filesize\";i:565272;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"811871D3-C280-46D5-9DBC-589C4E700472-300x199.webp\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:95418;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"811871D3-C280-46D5-9DBC-589C4E700472-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40182;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"811871D3-C280-46D5-9DBC-589C4E700472-768x509.webp\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:467396;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:49:\"811871D3-C280-46D5-9DBC-589C4E700472-300x199.webp\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:95418;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:49:\"811871D3-C280-46D5-9DBC-589C4E700472-600x397.webp\";s:5:\"width\";i:600;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:312886;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:49:\"811871D3-C280-46D5-9DBC-589C4E700472-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19158;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19856,2952,'_wp_attached_file','2025/06/87848691_1483909185105134_1481601801147908096_n.webp'),(19857,2951,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19858,2952,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:480;s:6:\"height\";i:360;s:4:\"file\";s:60:\"2025/06/87848691_1483909185105134_1481601801147908096_n.webp\";s:8:\"filesize\";i:243882;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"87848691_1483909185105134_1481601801147908096_n-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:104322;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"87848691_1483909185105134_1481601801147908096_n-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:39716;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:60:\"87848691_1483909185105134_1481601801147908096_n-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:104322;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:60:\"87848691_1483909185105134_1481601801147908096_n-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19298;}}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:{}}}'),(19859,2952,'_eg_has_gallery','a:0:{}'),(19860,2953,'_wp_attached_file','2025/06/87953997_230236561487320_861082269299769344_n.webp'),(19861,2953,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:480;s:6:\"height\";i:360;s:4:\"file\";s:58:\"2025/06/87953997_230236561487320_861082269299769344_n.webp\";s:8:\"filesize\";i:239044;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"87953997_230236561487320_861082269299769344_n-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:103570;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"87953997_230236561487320_861082269299769344_n-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:39958;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:58:\"87953997_230236561487320_861082269299769344_n-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:103570;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:58:\"87953997_230236561487320_861082269299769344_n-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19488;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19862,2953,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19863,2954,'_wp_attached_file','2025/06/IMG_0498.webp'),(19864,2954,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:828;s:6:\"height\";i:547;s:4:\"file\";s:21:\"2025/06/IMG_0498.webp\";s:8:\"filesize\";i:541932;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_0498-300x198.webp\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:95718;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_0498-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40248;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_0498-768x507.webp\";s:5:\"width\";i:768;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:453806;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_0498-300x198.webp\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:95718;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_0498-600x396.webp\";s:5:\"width\";i:600;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:304728;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_0498-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19302;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19865,2955,'_wp_attached_file','2025/06/IMG_0499.webp'),(19866,2955,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:823;s:6:\"height\";i:556;s:4:\"file\";s:21:\"2025/06/IMG_0499.webp\";s:8:\"filesize\";i:369234;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_0499-300x203.webp\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:74028;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_0499-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32092;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_0499-768x519.webp\";s:5:\"width\";i:768;s:6:\"height\";i:519;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:345326;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_0499-300x203.webp\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:74028;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_0499-600x405.webp\";s:5:\"width\";i:600;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:234076;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_0499-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15894;}}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:{}}}'),(19867,2954,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19868,2956,'_wp_attached_file','2025/06/IMG_0500.webp'),(19869,2956,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:828;s:6:\"height\";i:548;s:4:\"file\";s:21:\"2025/06/IMG_0500.webp\";s:8:\"filesize\";i:330466;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_0500-300x199.webp\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:63014;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_0500-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29434;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_0500-768x508.webp\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:291030;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_0500-300x199.webp\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:63014;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_0500-600x397.webp\";s:5:\"width\";i:600;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:197344;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_0500-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14532;}}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:{}}}'),(19870,2955,'_eg_has_gallery','a:0:{}'),(19871,2956,'_eg_has_gallery','a:0:{}'),(19872,2957,'_wp_attached_file','2025/06/IMG_0501.webp'),(19873,2957,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:828;s:6:\"height\";i:546;s:4:\"file\";s:21:\"2025/06/IMG_0501.webp\";s:8:\"filesize\";i:520808;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_0501-300x198.webp\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:90856;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_0501-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:39302;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_0501-768x506.webp\";s:5:\"width\";i:768;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:430782;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_0501-300x198.webp\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:90856;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_0501-600x396.webp\";s:5:\"width\";i:600;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:289472;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_0501-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18912;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19874,2957,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19875,2958,'_wp_attached_file','2025/06/IMG_0944.webp'),(19876,2958,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:21:\"2025/06/IMG_0944.webp\";s:8:\"filesize\";i:267248;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_0944-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:44308;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_0944-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22506;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_0944-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:194592;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_0944-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:44308;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_0944-600x400.webp\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:131940;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_0944-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11216;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19877,2958,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19878,2959,'_wp_attached_file','2025/06/IMG_1079.webp'),(19879,2959,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1274;s:4:\"file\";s:21:\"2025/06/IMG_1079.webp\";s:8:\"filesize\";i:1939440;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_1079-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:142708;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_1079-1024x1019.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:1019;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1285896;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1079-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:37586;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_1079-768x764.webp\";s:5:\"width\";i:768;s:6:\"height\";i:764;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:783924;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_1079-300x299.webp\";s:5:\"width\";i:300;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:142088;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_1079-600x597.webp\";s:5:\"width\";i:600;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:506556;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1079-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17174;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19880,2959,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19881,2960,'_wp_attached_file','2025/06/IMG_1084.webp'),(19882,2960,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:750;s:6:\"height\";i:1334;s:4:\"file\";s:21:\"2025/06/IMG_1084.webp\";s:8:\"filesize\";i:1356412;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_1084-169x300.webp\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:88972;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_1084-576x1024.webp\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:789990;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1084-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:41674;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_1084-300x534.webp\";s:5:\"width\";i:300;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:251084;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_1084-600x1067.webp\";s:5:\"width\";i:600;s:6:\"height\";i:1067;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:848844;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1084-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19544;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19883,2960,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19884,2961,'_wp_attached_file','2025/06/IMG_1085-scaled.webp'),(19885,2961,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:28:\"2025/06/IMG_1085-scaled.webp\";s:8:\"filesize\";i:4142538;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_1085-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:97830;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_1085-scaled-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:869150;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1085-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34892;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"IMG_1085-scaled-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:525188;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_1085-scaled-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1715222;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_1085-scaled-2048x1536.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2798168;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_1085-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:97830;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_1085-scaled-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:342404;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1085-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16276;}}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:{}}}'),(19886,2962,'_wp_attached_file','2025/06/IMG_1086-scaled.webp'),(19887,2962,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:28:\"2025/06/IMG_1086-scaled.webp\";s:8:\"filesize\";i:4636480;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_1086-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:103528;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_1086-scaled-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:960118;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1086-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36744;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"IMG_1086-scaled-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:574772;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_1086-scaled-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1925636;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_1086-scaled-2048x1536.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3155834;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_1086-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:103528;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_1086-scaled-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:371058;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1086-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17038;}}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:{}}}'),(19888,2963,'_wp_attached_file','2025/06/IMG_1089.webp'),(19889,2963,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:423;s:4:\"file\";s:21:\"2025/06/IMG_1089.webp\";s:8:\"filesize\";i:300054;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_1089-300x198.webp\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:80570;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1089-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:35838;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_1089-300x198.webp\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:80570;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_1089-600x397.webp\";s:5:\"width\";i:600;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:260070;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1089-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17516;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19890,2963,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19891,2964,'_wp_attached_file','2025/06/IMG_1095.webp'),(19892,2964,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1079;s:4:\"file\";s:21:\"2025/06/IMG_1095.webp\";s:8:\"filesize\";i:1236464;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_1095-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:130332;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_1095-1024x1024.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1092102;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1095-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:37274;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_1095-768x767.webp\";s:5:\"width\";i:768;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:665616;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_1095-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:130332;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_1095-600x599.webp\";s:5:\"width\";i:600;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:435812;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1095-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17838;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19893,2964,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19894,2965,'_wp_attached_file','2025/06/IMG_1097.webp'),(19895,2965,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:21:\"2025/06/IMG_1097.webp\";s:8:\"filesize\";i:409816;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_1097-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:107248;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1097-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40738;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_1097-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:107248;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_1097-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:349842;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1097-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19606;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19896,2965,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19897,2966,'_wp_attached_file','2025/06/IMG_1104.webp'),(19898,2966,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"2025/06/IMG_1104.webp\";s:8:\"filesize\";i:2106512;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_1104-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:69490;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_1104-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:691690;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1104-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34538;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_1104-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:409714;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"IMG_1104-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1464546;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_1104-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:69490;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_1104-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:258538;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1104-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16066;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19899,2966,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19900,2967,'_wp_attached_file','2025/06/IMG_1105.webp'),(19901,2967,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1920;s:4:\"file\";s:21:\"2025/06/IMG_1105.webp\";s:8:\"filesize\";i:2232634;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_1105-169x300.webp\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:78060;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_1105-576x1024.webp\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:733480;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1105-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:38256;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_1105-768x1365.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1235278;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"IMG_1105-864x1536.webp\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1523354;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_1105-300x533.webp\";s:5:\"width\";i:300;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:225614;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_1105-600x1067.webp\";s:5:\"width\";i:600;s:6:\"height\";i:1067;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:789200;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1105-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18026;}}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:{}}}'),(19902,2967,'_eg_has_gallery','a:0:{}'),(19903,2968,'_wp_attached_file','2025/06/IMG_1734.webp'),(19904,2968,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2016;s:6:\"height\";i:1512;s:4:\"file\";s:21:\"2025/06/IMG_1734.webp\";s:8:\"filesize\";i:3649486;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_1734-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:111202;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_1734-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1048468;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1734-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40044;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_1734-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:616476;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"IMG_1734-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2170078;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_1734-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:111202;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_1734-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:394372;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1734-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19146;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19905,2968,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19906,2969,'_wp_attached_file','2025/06/IMG_1956-scaled.webp'),(19907,2970,'_wp_attached_file','2025/06/IMG_1989.webp'),(19908,2970,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2025/06/IMG_1989.webp\";s:8:\"filesize\";i:1440700;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_1989-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:110342;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_1989-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:949280;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1989-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40618;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_1989-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:949280;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_1989-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:188160;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_1989-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:624432;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1989-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18950;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19909,2970,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19910,2971,'_wp_attached_file','2025/06/IMG_2377-scaled.webp'),(19911,2972,'_wp_attached_file','2025/06/IMG_2653-scaled.webp'),(19912,2969,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:28:\"2025/06/IMG_1956-scaled.webp\";s:8:\"filesize\";i:2352826;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_1956-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:71340;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_1956-scaled-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:641602;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1956-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27506;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"IMG_1956-scaled-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:381412;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_1956-scaled-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1269050;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_1956-scaled-2048x1536.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2056134;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_1956-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:71340;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_1956-scaled-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:246062;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1956-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13296;}}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:{}}}'),(19913,2971,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:28:\"2025/06/IMG_2377-scaled.webp\";s:8:\"filesize\";i:3602820;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_2377-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:97304;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_2377-scaled-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:830704;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2377-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36636;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"IMG_2377-scaled-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:499164;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_2377-scaled-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1629814;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_2377-scaled-2048x1536.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2615964;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_2377-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:97304;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_2377-scaled-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:325284;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2377-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18148;}}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:{}}}'),(19914,2972,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:28:\"2025/06/IMG_2653-scaled.webp\";s:8:\"filesize\";i:4224430;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_2653-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:114520;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_2653-scaled-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:974268;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2653-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:41192;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"IMG_2653-scaled-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:598468;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_2653-scaled-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1874546;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_2653-scaled-2048x1536.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3000762;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_2653-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:114520;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_2653-scaled-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:395290;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2653-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19252;}}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:{}}}'),(19915,2973,'_wp_attached_file','2025/06/IMG_2659.webp'),(19916,2973,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:750;s:6:\"height\";i:1334;s:4:\"file\";s:21:\"2025/06/IMG_2659.webp\";s:8:\"filesize\";i:560876;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_2659-169x300.webp\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:37542;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_2659-576x1024.webp\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:327872;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2659-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30264;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_2659-300x534.webp\";s:5:\"width\";i:300;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:106202;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_2659-600x1067.webp\";s:5:\"width\";i:600;s:6:\"height\";i:1067;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:352566;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2659-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13836;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19917,2973,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19918,2974,'_wp_attached_file','2025/06/IMG_2660.webp'),(19919,2974,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:750;s:6:\"height\";i:1334;s:4:\"file\";s:21:\"2025/06/IMG_2660.webp\";s:8:\"filesize\";i:529220;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_2660-169x300.webp\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:37130;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_2660-576x1024.webp\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:311112;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2660-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30110;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_2660-300x534.webp\";s:5:\"width\";i:300;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:103270;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_2660-600x1067.webp\";s:5:\"width\";i:600;s:6:\"height\";i:1067;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:334384;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2660-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14296;}}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:{}}}'),(19920,2974,'_eg_has_gallery','a:0:{}'),(19921,2975,'_wp_attached_file','2025/06/IMG_2682-scaled.webp'),(19922,2975,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:28:\"2025/06/IMG_2682-scaled.webp\";s:8:\"filesize\";i:4841816;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_2682-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:109244;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_2682-scaled-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1020558;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2682-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:37106;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"IMG_2682-scaled-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:614698;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_2682-scaled-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2023166;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_2682-scaled-2048x1536.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3284678;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_2682-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:109244;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_2682-scaled-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:396368;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2682-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17412;}}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:{}}}'),(19923,2976,'_wp_attached_file','2025/06/IMG_2831.webp'),(19924,2976,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:21:\"2025/06/IMG_2831.webp\";s:8:\"filesize\";i:1714302;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_2831-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:91962;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_2831-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:834940;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2831-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:35602;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_2831-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:498668;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"IMG_2831-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1654828;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_2831-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:91962;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_2831-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:322808;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2831-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16926;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19925,2976,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19926,2977,'_wp_attached_file','2025/06/IMG_2832.webp'),(19927,2977,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:21:\"2025/06/IMG_2832.webp\";s:8:\"filesize\";i:1935766;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_2832-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:104746;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_2832-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:914100;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2832-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:38072;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_2832-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:555546;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"IMG_2832-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1788226;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_2832-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:104746;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_2832-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:363712;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2832-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17612;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19928,2977,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19929,2978,'_wp_attached_file','2025/06/IMG_2833.webp'),(19930,2978,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:21:\"2025/06/IMG_2833.webp\";s:8:\"filesize\";i:1834646;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_2833-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:104618;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_2833-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:864598;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2833-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:37804;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_2833-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:529794;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"IMG_2833-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1665332;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_2833-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:104618;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_2833-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:352568;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2833-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17900;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19931,2978,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19932,2979,'_wp_attached_file','2025/06/IMG_2904.webp'),(19933,2979,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2510;s:6:\"height\";i:2510;s:4:\"file\";s:21:\"2025/06/IMG_2904.webp\";s:8:\"filesize\";i:8235918;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_2904-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:160012;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_2904-1024x1024.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1644200;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2904-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:41370;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_2904-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:975242;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"IMG_2904-1536x1536.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3323918;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"IMG_2904-2048x2048.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5452110;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_2904-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:160012;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_2904-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:616652;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2904-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18806;}}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:{}}}'),(19934,2980,'_wp_attached_file','2025/06/IMG_3306-scaled.webp'),(19935,2980,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/06/IMG_3306-scaled.webp\";s:8:\"filesize\";i:4415126;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_3306-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:111608;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_3306-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:948620;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3306-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:41522;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_3306-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:948620;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_3306-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1859246;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_3306-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3014210;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_3306-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:185904;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_3306-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:619574;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3306-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20250;}}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:{}}}'),(19936,2981,'_wp_attached_file','2025/06/IMG_3833-scaled.webp'),(19937,2981,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/06/IMG_3833-scaled.webp\";s:8:\"filesize\";i:7143170;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_3833-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:137880;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_3833-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1323318;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3833-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:46668;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_3833-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1323318;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_3833-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2696866;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_3833-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4467426;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_3833-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:239238;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_3833-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:854576;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3833-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21136;}}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:{}}}'),(19938,2982,'_wp_attached_file','2025/06/IMG_4541.webp'),(19939,2982,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1599;s:6:\"height\";i:1068;s:4:\"file\";s:21:\"2025/06/IMG_4541.webp\";s:8:\"filesize\";i:2562206;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_4541-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:115742;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_4541-1024x684.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1120350;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_4541-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:46050;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_4541-768x513.webp\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:675694;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"IMG_4541-1536x1026.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1026;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2191866;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_4541-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:115742;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_4541-600x401.webp\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:432576;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_4541-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21092;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19940,2982,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19941,2983,'_wp_attached_file','2025/06/IMG_4900.webp'),(19942,2983,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:902;s:6:\"height\";i:1792;s:4:\"file\";s:21:\"2025/06/IMG_4900.webp\";s:8:\"filesize\";i:2074702;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_4900-151x300.webp\";s:5:\"width\";i:151;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:82490;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_4900-515x1024.webp\";s:5:\"width\";i:515;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:759648;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_4900-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:42652;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_4900-768x1526.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1526;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1506384;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"IMG_4900-773x1536.webp\";s:5:\"width\";i:773;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1525378;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_4900-300x596.webp\";s:5:\"width\";i:300;s:6:\"height\";i:596;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:294960;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_4900-600x1192.webp\";s:5:\"width\";i:600;s:6:\"height\";i:1192;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:988534;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_4900-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19492;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19943,2983,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19944,2984,'_wp_attached_file','2025/06/IMG_4927.webp'),(19945,2984,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:21:\"2025/06/IMG_4927.webp\";s:8:\"filesize\";i:689638;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_4927-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:85776;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_4927-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33280;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_4927-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:451392;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_4927-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:85776;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_4927-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:294052;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_4927-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16332;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19946,2984,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19947,2985,'_wp_attached_file','2025/06/IMG_5372.webp'),(19948,2985,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1864;s:6:\"height\";i:2485;s:4:\"file\";s:21:\"2025/06/IMG_5372.webp\";s:8:\"filesize\";i:3943524;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_5372-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:94406;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_5372-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:894456;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_5372-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:35762;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_5372-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:894456;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"IMG_5372-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1799736;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"IMG_5372-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2933886;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_5372-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:162492;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_5372-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:573958;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_5372-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16914;}}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:{}}}'),(19949,2986,'_wp_attached_file','2025/06/IMG_8907.webp'),(19950,2986,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:21:\"2025/06/IMG_8907.webp\";s:8:\"filesize\";i:301220;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_8907-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:88936;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_8907-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34028;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_8907-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:88936;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_8907-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:285550;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_8907-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16552;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19951,2986,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19952,2987,'_wp_attached_file','2025/06/IMG_9012.webp'),(19953,2987,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:948;s:4:\"file\";s:21:\"2025/06/IMG_9012.webp\";s:8:\"filesize\";i:1008914;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_9012-300x237.webp\";s:5:\"width\";i:300;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:78604;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_9012-1024x809.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:809;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:750722;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_9012-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28972;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_9012-768x607.webp\";s:5:\"width\";i:768;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:438400;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_9012-300x237.webp\";s:5:\"width\";i:300;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:78604;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_9012-600x474.webp\";s:5:\"width\";i:600;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:290266;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_9012-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14664;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19954,2987,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19955,2988,'_wp_attached_file','2025/06/IMG-4317.webp'),(19956,2988,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2025/06/IMG-4317.webp\";s:8:\"filesize\";i:1557882;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG-4317-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:114156;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG-4317-1024x683.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1076736;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG-4317-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:45784;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG-4317-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:648308;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG-4317-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:114156;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG-4317-600x400.webp\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:431096;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG-4317-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21008;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19957,2988,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19958,2989,'_wp_attached_file','2025/06/MGLF7487.webp'),(19959,2989,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:750;s:6:\"height\";i:562;s:4:\"file\";s:21:\"2025/06/MGLF7487.webp\";s:8:\"filesize\";i:480608;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"MGLF7487-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:96750;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"MGLF7487-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36410;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"MGLF7487-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:96750;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"MGLF7487-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:322570;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"MGLF7487-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17438;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19960,2989,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19961,2990,'_wp_attached_file','2025/06/MTJR4755.webp'),(19962,2990,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:21:\"2025/06/MTJR4755.webp\";s:8:\"filesize\";i:912956;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"MTJR4755-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:66272;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"MTJR4755-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:678560;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"MTJR4755-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:23404;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"MTJR4755-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:399750;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"MTJR4755-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:66272;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"MTJR4755-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:268244;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"MTJR4755-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11216;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19963,2990,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19964,2991,'_wp_attached_file','2025/06/PLSX7092.webp'),(19965,2991,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:750;s:6:\"height\";i:1334;s:4:\"file\";s:21:\"2025/06/PLSX7092.webp\";s:8:\"filesize\";i:855292;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"PLSX7092-169x300.webp\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:62436;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"PLSX7092-576x1024.webp\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:542362;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"PLSX7092-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:39192;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"PLSX7092-300x534.webp\";s:5:\"width\";i:300;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:176232;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"PLSX7092-600x1067.webp\";s:5:\"width\";i:600;s:6:\"height\";i:1067;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:581260;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"PLSX7092-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18466;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19966,2991,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19967,2992,'_wp_attached_file','2025/06/VCYT6981.webp'),(19968,2992,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:852;s:4:\"file\";s:21:\"2025/06/VCYT6981.webp\";s:8:\"filesize\";i:547888;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"VCYT6981-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:92950;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"VCYT6981-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:35268;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"VCYT6981-300x399.webp\";s:5:\"width\";i:300;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:151358;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"VCYT6981-600x799.webp\";s:5:\"width\";i:600;s:6:\"height\";i:799;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:485418;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"VCYT6981-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16908;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19969,2992,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19970,2993,'_wp_attached_file','2025/06/IMG_5372-1.webp'),(19971,2993,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:993;s:4:\"file\";s:23:\"2025/06/IMG_5372-1.webp\";s:8:\"filesize\";i:1786214;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_5372-1-300x207.webp\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:101184;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"IMG_5372-1-1024x706.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:706;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:960572;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_5372-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:37288;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"IMG_5372-1-768x530.webp\";s:5:\"width\";i:768;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:575674;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_5372-1-300x207.webp\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:101184;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_5372-1-600x414.webp\";s:5:\"width\";i:600;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:369656;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_5372-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:17428;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19972,2993,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19973,2994,'_wp_attached_file','2025/06/445175176_463852779535417_6180761558755325466_n.webp'),(19974,2994,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:60:\"2025/06/445175176_463852779535417_6180761558755325466_n.webp\";s:8:\"filesize\";i:2081780;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"445175176_463852779535417_6180761558755325466_n-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:125286;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"445175176_463852779535417_6180761558755325466_n-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1103846;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"445175176_463852779535417_6180761558755325466_n-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:44364;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"445175176_463852779535417_6180761558755325466_n-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:665426;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:60:\"445175176_463852779535417_6180761558755325466_n-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:125286;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:60:\"445175176_463852779535417_6180761558755325466_n-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:433570;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:60:\"445175176_463852779535417_6180761558755325466_n-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20430;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19975,2994,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19976,2995,'_wp_attached_file','2025/06/445587699_786824676755447_6957098027536781905_n.webp'),(19977,2995,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:529;s:4:\"file\";s:60:\"2025/06/445587699_786824676755447_6957098027536781905_n.webp\";s:8:\"filesize\";i:429472;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"445587699_786824676755447_6957098027536781905_n-300x248.webp\";s:5:\"width\";i:300;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:115026;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"445587699_786824676755447_6957098027536781905_n-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:41040;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:60:\"445587699_786824676755447_6957098027536781905_n-300x248.webp\";s:5:\"width\";i:300;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:115026;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:60:\"445587699_786824676755447_6957098027536781905_n-600x496.webp\";s:5:\"width\";i:600;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:370966;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:60:\"445587699_786824676755447_6957098027536781905_n-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20098;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19978,2996,'_wp_attached_file','2025/06/447671102_18435710512058900_2002726956368915108_n.webp'),(19979,2996,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:480;s:6:\"height\";i:600;s:4:\"file\";s:62:\"2025/06/447671102_18435710512058900_2002726956368915108_n.webp\";s:8:\"filesize\";i:415564;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"447671102_18435710512058900_2002726956368915108_n-240x300.webp\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:124126;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"447671102_18435710512058900_2002726956368915108_n-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:43988;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:62:\"447671102_18435710512058900_2002726956368915108_n-300x375.webp\";s:5:\"width\";i:300;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:178872;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:62:\"447671102_18435710512058900_2002726956368915108_n-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20876;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19980,2995,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19981,2997,'_wp_attached_file','2025/06/449859150_1194962441742133_6344605474599175091_n.webp'),(19982,2997,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:480;s:6:\"height\";i:600;s:4:\"file\";s:61:\"2025/06/449859150_1194962441742133_6344605474599175091_n.webp\";s:8:\"filesize\";i:375570;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"449859150_1194962441742133_6344605474599175091_n-240x300.webp\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:109368;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"449859150_1194962441742133_6344605474599175091_n-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:38064;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:61:\"449859150_1194962441742133_6344605474599175091_n-300x375.webp\";s:5:\"width\";i:300;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:159012;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:61:\"449859150_1194962441742133_6344605474599175091_n-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18446;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19983,2996,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19984,2997,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19985,2998,'_wp_attached_file','2025/06/455036619_857294589254265_4022265624524897411_n.webp'),(19986,2998,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1409;s:6:\"height\";i:1409;s:4:\"file\";s:60:\"2025/06/455036619_857294589254265_4022265624524897411_n.webp\";s:8:\"filesize\";i:2173012;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"455036619_857294589254265_4022265624524897411_n-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:140558;}s:5:\"large\";a:5:{s:4:\"file\";s:62:\"455036619_857294589254265_4022265624524897411_n-1024x1024.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1197662;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"455036619_857294589254265_4022265624524897411_n-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:38982;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"455036619_857294589254265_4022265624524897411_n-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:727354;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:60:\"455036619_857294589254265_4022265624524897411_n-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:140558;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:60:\"455036619_857294589254265_4022265624524897411_n-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:475060;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:60:\"455036619_857294589254265_4022265624524897411_n-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18160;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19987,2998,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19988,2999,'_wp_attached_file','2025/06/470602685_18479309014047289_2606857417410813301_n.webp'),(19989,2999,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:961;s:4:\"file\";s:62:\"2025/06/470602685_18479309014047289_2606857417410813301_n.webp\";s:8:\"filesize\";i:1202970;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"470602685_18479309014047289_2606857417410813301_n-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:85646;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"470602685_18479309014047289_2606857417410813301_n-1024x683.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:678770;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"470602685_18479309014047289_2606857417410813301_n-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36642;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"470602685_18479309014047289_2606857417410813301_n-768x513.webp\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:417230;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:62:\"470602685_18479309014047289_2606857417410813301_n-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:85646;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:62:\"470602685_18479309014047289_2606857417410813301_n-600x400.webp\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:278268;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:62:\"470602685_18479309014047289_2606857417410813301_n-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17584;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19990,2999,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19991,3000,'_wp_attached_file','2025/06/470902406_1231561204578289_151210119275735549_n.webp'),(19992,3000,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;s:4:\"file\";s:60:\"2025/06/470902406_1231561204578289_151210119275735549_n.webp\";s:8:\"filesize\";i:2207698;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"470902406_1231561204578289_151210119275735549_n-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:140136;}s:5:\"large\";a:5:{s:4:\"file\";s:62:\"470902406_1231561204578289_151210119275735549_n-1024x1024.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1203660;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"470902406_1231561204578289_151210119275735549_n-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:39800;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"470902406_1231561204578289_151210119275735549_n-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:733616;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:60:\"470902406_1231561204578289_151210119275735549_n-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:140136;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:60:\"470902406_1231561204578289_151210119275735549_n-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:478316;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:60:\"470902406_1231561204578289_151210119275735549_n-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18714;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19993,3000,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19994,3001,'_wp_attached_file','2025/06/486213528_18495203686033581_4058816147006171820_n.webp'),(19995,3001,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:62:\"2025/06/486213528_18495203686033581_4058816147006171820_n.webp\";s:8:\"filesize\";i:363026;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"486213528_18495203686033581_4058816147006171820_n-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:96410;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"486213528_18495203686033581_4058816147006171820_n-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:37310;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:62:\"486213528_18495203686033581_4058816147006171820_n-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:96410;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:62:\"486213528_18495203686033581_4058816147006171820_n-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:315076;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:62:\"486213528_18495203686033581_4058816147006171820_n-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18214;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19996,3001,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(19997,3002,'_wp_attached_file','2025/06/488181926_644288625165545_5872832267448076159_n.webp'),(19998,3002,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;s:4:\"file\";s:60:\"2025/06/488181926_644288625165545_5872832267448076159_n.webp\";s:8:\"filesize\";i:1898506;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"488181926_644288625165545_5872832267448076159_n-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:137812;}s:5:\"large\";a:5:{s:4:\"file\";s:62:\"488181926_644288625165545_5872832267448076159_n-1024x1024.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1112370;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"488181926_644288625165545_5872832267448076159_n-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40006;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"488181926_644288625165545_5872832267448076159_n-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:685962;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:60:\"488181926_644288625165545_5872832267448076159_n-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:137812;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:60:\"488181926_644288625165545_5872832267448076159_n-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:455774;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:60:\"488181926_644288625165545_5872832267448076159_n-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19114;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(19999,3002,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(20000,3003,'_wp_attached_file','2025/06/491442005_18510909595020751_7234922605167022337_n.webp'),(20001,3003,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:62:\"2025/06/491442005_18510909595020751_7234922605167022337_n.webp\";s:8:\"filesize\";i:357266;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"491442005_18510909595020751_7234922605167022337_n-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:89836;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"491442005_18510909595020751_7234922605167022337_n-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34020;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:62:\"491442005_18510909595020751_7234922605167022337_n-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:89836;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:62:\"491442005_18510909595020751_7234922605167022337_n-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:305382;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:62:\"491442005_18510909595020751_7234922605167022337_n-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16422;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20002,3004,'_wp_attached_file','2025/06/497541595_18501294259001614_2598109448780506479_n.webp'),(20003,3004,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:62:\"2025/06/497541595_18501294259001614_2598109448780506479_n.webp\";s:8:\"filesize\";i:1215146;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"497541595_18501294259001614_2598109448780506479_n-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:96620;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"497541595_18501294259001614_2598109448780506479_n-1024x683.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:707368;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"497541595_18501294259001614_2598109448780506479_n-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:39474;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"497541595_18501294259001614_2598109448780506479_n-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:441654;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:62:\"497541595_18501294259001614_2598109448780506479_n-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:96620;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:62:\"497541595_18501294259001614_2598109448780506479_n-600x400.webp\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:299862;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:62:\"497541595_18501294259001614_2598109448780506479_n-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19588;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20004,3003,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(20005,3004,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(20006,3005,'_wp_attached_file','2025/06/498942563_18387584923142936_596123371765232778_n.webp'),(20007,3005,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;s:4:\"file\";s:61:\"2025/06/498942563_18387584923142936_596123371765232778_n.webp\";s:8:\"filesize\";i:1090466;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"498942563_18387584923142936_596123371765232778_n-240x300.webp\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:98740;}s:5:\"large\";a:5:{s:4:\"file\";s:62:\"498942563_18387584923142936_596123371765232778_n-819x1024.webp\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:756632;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"498942563_18387584923142936_596123371765232778_n-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:35772;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:61:\"498942563_18387584923142936_596123371765232778_n-768x960.webp\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:682254;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:61:\"498942563_18387584923142936_596123371765232778_n-300x375.webp\";s:5:\"width\";i:300;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:143534;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:61:\"498942563_18387584923142936_596123371765232778_n-600x750.webp\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:451810;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:61:\"498942563_18387584923142936_596123371765232778_n-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17666;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20008,3005,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(20009,3006,'_wp_attached_file','2025/06/503284456_18509958433044190_7517990739271165788_n.webp'),(20010,3006,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:480;s:6:\"height\";i:640;s:4:\"file\";s:62:\"2025/06/503284456_18509958433044190_7517990739271165788_n.webp\";s:8:\"filesize\";i:286558;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"503284456_18509958433044190_7517990739271165788_n-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:81816;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"503284456_18509958433044190_7517990739271165788_n-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32762;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:62:\"503284456_18509958433044190_7517990739271165788_n-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:132316;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:62:\"503284456_18509958433044190_7517990739271165788_n-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16112;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20011,3006,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(20012,3007,'_wp_attached_file','2025/06/504489709_17885899926279969_177754631791483776_n.webp'),(20013,3007,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1452;s:4:\"file\";s:61:\"2025/06/504489709_17885899926279969_177754631791483776_n.webp\";s:8:\"filesize\";i:2501484;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"504489709_17885899926279969_177754631791483776_n-298x300.webp\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:145858;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"504489709_17885899926279969_177754631791483776_n-1016x1024.webp\";s:5:\"width\";i:1016;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1298016;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"504489709_17885899926279969_177754631791483776_n-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:41108;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:61:\"504489709_17885899926279969_177754631791483776_n-768x774.webp\";s:5:\"width\";i:768;s:6:\"height\";i:774;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:792430;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:61:\"504489709_17885899926279969_177754631791483776_n-300x303.webp\";s:5:\"width\";i:300;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:148480;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:61:\"504489709_17885899926279969_177754631791483776_n-600x605.webp\";s:5:\"width\";i:600;s:6:\"height\";i:605;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:515066;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:61:\"504489709_17885899926279969_177754631791483776_n-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19568;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20014,3007,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(20015,3008,'_wp_attached_file','2025/06/437148274_742504491362521_7065599385733258382_n.webp'),(20016,3008,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:60:\"2025/06/437148274_742504491362521_7065599385733258382_n.webp\";s:8:\"filesize\";i:1774976;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"437148274_742504491362521_7065599385733258382_n-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:102228;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"437148274_742504491362521_7065599385733258382_n-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:965224;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"437148274_742504491362521_7065599385733258382_n-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:38306;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"437148274_742504491362521_7065599385733258382_n-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:569420;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:60:\"437148274_742504491362521_7065599385733258382_n-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:102228;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:60:\"437148274_742504491362521_7065599385733258382_n-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:364586;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:60:\"437148274_742504491362521_7065599385733258382_n-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18174;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20017,3008,'_eg_has_gallery','a:1:{i:0;i:2947;}'),(20018,2947,'_eg_just_published','1'),(20019,2947,'_eg_version','1.11.0'),(20020,2947,'_yoast_wpseo_content_score','90'),(20021,2947,'_yoast_wpseo_estimated-reading-time-minutes','0'),(20022,2947,'_eg_in_posts','a:1:{i:82;i:82;}'),(20023,3010,'_edit_last','1'),(20024,3010,'_edit_lock','1758221189:1'),(20025,3011,'_wp_attached_file','2025/06/IMG_9452.webp'),(20026,3011,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_9452.webp\";s:8:\"filesize\";i:1217304;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_9452-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:76116;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_9452-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:683088;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_9452-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27722;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_9452-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:683088;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_9452-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:128746;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_9452-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:442808;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_9452-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13482;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20027,3011,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20028,3010,'_eg_in_gallery','a:106:{i:0;i:3011;i:1;i:3012;i:2;i:3013;i:3;i:3014;i:4;i:3016;i:5;i:3018;i:6;i:3020;i:7;i:3022;i:8;i:3023;i:9;i:3024;i:10;i:3025;i:11;i:3026;i:12;i:3027;i:13;i:3028;i:14;i:3029;i:15;i:3030;i:16;i:3031;i:17;i:3032;i:18;i:3033;i:19;i:3034;i:20;i:3035;i:21;i:3036;i:22;i:3037;i:23;i:3038;i:25;i:3040;i:26;i:3041;i:27;i:3042;i:28;i:3044;i:29;i:3046;i:30;i:3047;i:31;i:3049;i:32;i:3055;i:33;i:3056;i:35;i:3059;i:36;i:3060;i:37;i:3061;i:38;i:3067;i:39;i:3071;i:40;i:3074;i:41;i:3077;i:42;i:3081;i:43;i:3083;i:44;i:3084;i:45;i:3085;i:46;i:3086;i:47;i:3087;i:48;i:3088;i:49;i:3089;i:50;i:3090;i:51;i:3091;i:52;i:3092;i:53;i:3093;i:54;i:3094;i:55;i:3095;i:56;i:3096;i:57;i:3097;i:58;i:3098;i:59;i:3099;i:60;i:3100;i:61;i:3101;i:62;i:3102;i:63;i:3103;i:64;i:3104;i:65;i:3105;i:66;i:3106;i:67;i:3107;i:68;i:3108;i:69;i:3109;i:70;i:3110;i:71;i:3111;i:72;i:3112;i:73;i:3113;i:74;i:3114;i:75;i:3115;i:76;i:3116;i:77;i:3117;i:78;i:3118;i:79;i:3119;i:80;i:3120;i:81;i:3121;i:82;i:3122;i:83;i:3123;i:84;i:3124;i:85;i:3125;i:86;i:3126;i:87;i:3127;i:88;i:3128;i:89;i:3129;i:90;i:3130;i:91;i:3131;i:92;i:3132;i:93;i:3133;i:94;i:3134;i:95;i:3135;i:96;i:3136;i:97;i:3137;i:98;i:3138;i:99;i:3139;i:100;i:3140;i:101;i:3141;i:102;i:3143;i:103;i:3144;i:104;i:3145;i:105;i:3146;i:106;i:3147;i:107;i:3148;}'),(20029,3010,'_eg_gallery_data','a:3:{s:2:\"id\";i:3010;s:6:\"config\";a:88:{s:4:\"type\";s:7:\"default\";s:6:\"layout\";s:9:\"automatic\";s:7:\"columns\";s:1:\"0\";s:13:\"gallery_theme\";s:4:\"base\";s:17:\"justified_margins\";i:1;s:18:\"justified_last_row\";s:9:\"nojustify\";s:12:\"lazy_loading\";i:1;s:18:\"lazy_loading_delay\";i:500;s:6:\"gutter\";i:1;s:13:\"gutter_mobile\";i:0;s:6:\"margin\";i:1;s:10:\"image_size\";s:7:\"default\";s:11:\"square_size\";i:300;s:10:\"crop_width\";i:640;s:11:\"crop_height\";i:480;s:4:\"crop\";i:0;s:13:\"crop_position\";s:1:\"c\";s:14:\"show_more_text\";s:14:\"Click for more\";s:17:\"additional_copy_0\";i:0;s:21:\"additional_copy_title\";i:0;s:23:\"additional_copy_caption\";i:0;s:29:\"additional_copy_title_caption\";i:0;s:24:\"additional_copy_0_mobile\";i:0;s:28:\"additional_copy_title_mobile\";i:0;s:30:\"additional_copy_caption_mobile\";i:0;s:36:\"additional_copy_title_caption_mobile\";i:0;s:28:\"gallery_column_title_caption\";s:1:\"0\";s:35:\"gallery_column_title_caption_mobile\";s:1:\"0\";s:27:\"additional_copy_automatic_0\";i:0;s:31:\"additional_copy_automatic_title\";i:0;s:33:\"additional_copy_automatic_caption\";i:0;s:39:\"additional_copy_automatic_title_caption\";i:0;s:34:\"additional_copy_automatic_0_mobile\";i:0;s:38:\"additional_copy_automatic_title_mobile\";i:0;s:40:\"additional_copy_automatic_caption_mobile\";i:0;s:46:\"additional_copy_automatic_title_caption_mobile\";i:0;s:31:\"gallery_automatic_title_caption\";s:1:\"0\";s:38:\"gallery_automatic_title_caption_mobile\";s:1:\"0\";s:20:\"justified_row_height\";i:100;s:20:\"description_position\";s:1:\"0\";s:11:\"description\";s:0:\"\";s:6:\"random\";s:1:\"0\";s:10:\"sort_order\";s:1:\"0\";s:17:\"sorting_direction\";s:3:\"ASC\";s:18:\"image_sizes_random\";a:0:{}s:7:\"isotope\";i:0;s:16:\"lightbox_enabled\";i:1;s:20:\"gallery_link_enabled\";i:1;s:14:\"lightbox_theme\";s:9:\"base_dark\";s:19:\"lightbox_image_size\";s:7:\"default\";s:13:\"title_display\";s:5:\"float\";s:22:\"lightbox_title_caption\";s:5:\"title\";s:6:\"arrows\";i:1;s:15:\"arrows_position\";s:6:\"inside\";s:7:\"toolbar\";i:0;s:13:\"toolbar_title\";i:0;s:16:\"toolbar_position\";s:3:\"top\";s:4:\"loop\";i:1;s:26:\"lightbox_open_close_effect\";s:4:\"fade\";s:6:\"effect\";s:4:\"fade\";s:9:\"supersize\";i:0;s:17:\"thumbnails_toggle\";i:0;s:15:\"thumbnails_hide\";i:0;s:13:\"image_counter\";i:0;s:21:\"lightbox_html_caption\";i:0;s:10:\"thumbnails\";i:1;s:16:\"thumbnails_width\";i:75;s:17:\"thumbnails_height\";i:50;s:19:\"thumbnails_position\";s:6:\"bottom\";s:22:\"thumbnails_custom_size\";i:0;s:6:\"mobile\";i:1;s:12:\"mobile_width\";i:320;s:13:\"mobile_height\";i:240;s:15:\"mobile_lightbox\";i:1;s:27:\"mobile_gallery_link_enabled\";i:0;s:13:\"mobile_arrows\";i:1;s:14:\"mobile_toolbar\";i:1;s:17:\"mobile_thumbnails\";i:1;s:22:\"mobile_touchwipe_close\";i:0;s:23:\"mobile_thumbnails_width\";i:75;s:24:\"mobile_thumbnails_height\";i:50;s:27:\"mobile_justified_row_height\";i:80;s:8:\"keyboard\";b:1;s:19:\"standalone_template\";s:0:\"\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"rtl\";i:0;s:4:\"slug\";s:14:\"our-work-wraps\";s:5:\"title\";s:0:\"\";}s:7:\"gallery\";a:101:{i:3148;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3812.jpg\";s:5:\"title\";s:8:\"IMG_3812\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3812.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3147;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3845.jpg\";s:5:\"title\";s:8:\"IMG_3845\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3845.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3146;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3846.jpg\";s:5:\"title\";s:8:\"IMG_3846\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3846.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3145;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3897.jpg\";s:5:\"title\";s:8:\"IMG_3897\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3897.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3143;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.jpg\";s:5:\"title\";s:8:\"IMG_3948\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3141;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3960.jpg\";s:5:\"title\";s:8:\"IMG_3960\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3960.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3140;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3966.jpg\";s:5:\"title\";s:8:\"IMG_3966\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3966.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3139;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4020.jpg\";s:5:\"title\";s:8:\"IMG_4020\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4020.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3138;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.jpg\";s:5:\"title\";s:8:\"IMG_4021\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3137;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4035.jpg\";s:5:\"title\";s:8:\"IMG_4035\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4035.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3136;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4036.jpg\";s:5:\"title\";s:8:\"IMG_4036\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4036.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3135;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4054.jpg\";s:5:\"title\";s:8:\"IMG_4054\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4054.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3134;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.jpg\";s:5:\"title\";s:8:\"IMG_4055\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3133;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.jpg\";s:5:\"title\";s:8:\"IMG_4071\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3132;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2560.jpg\";s:5:\"title\";s:8:\"IMG_2560\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2560.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3131;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9439.jpg\";s:5:\"title\";s:8:\"IMG_9439\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9439.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3130;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.jpg\";s:5:\"title\";s:8:\"IMG_8009\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3129;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7456.jpg\";s:5:\"title\";s:8:\"IMG_7456\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7456.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3128;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.jpg\";s:5:\"title\";s:8:\"IMG_7455\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3127;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7447.jpg\";s:5:\"title\";s:8:\"IMG_7447\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7447.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3126;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.jpg\";s:5:\"title\";s:8:\"IMG_7307\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3125;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7301.jpg\";s:5:\"title\";s:8:\"IMG_7301\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7301.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3124;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.jpg\";s:5:\"title\";s:8:\"IMG_7207\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3123;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7204.jpg\";s:5:\"title\";s:8:\"IMG_7204\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7204.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3122;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7042.jpg\";s:5:\"title\";s:8:\"IMG_7042\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7042.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3121;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_6976.jpg\";s:5:\"title\";s:8:\"IMG_6976\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_6976.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3120;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4031.jpg\";s:5:\"title\";s:8:\"IMG_4031\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4031.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3119;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3619.jpg\";s:5:\"title\";s:8:\"IMG_3619\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3619.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3118;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3617.jpg\";s:5:\"title\";s:8:\"IMG_3617\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3617.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3117;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3305.jpg\";s:5:\"title\";s:8:\"IMG_3305\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3305.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3116;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3223.jpg\";s:5:\"title\";s:8:\"IMG_3223\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3223.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3115;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.jpg\";s:5:\"title\";s:8:\"IMG_3222\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3114;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.jpg\";s:5:\"title\";s:8:\"IMG_3120\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3113;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3064.jpg\";s:5:\"title\";s:8:\"IMG_3064\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3064.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3112;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3062.jpg\";s:5:\"title\";s:8:\"IMG_3062\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3062.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3111;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2559.jpg\";s:5:\"title\";s:8:\"IMG_2559\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2559.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3110;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.jpg\";s:5:\"title\";s:8:\"IMG_1961\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3109;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1797.jpg\";s:5:\"title\";s:8:\"IMG_1797\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1797.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3108;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.jpg\";s:5:\"title\";s:8:\"IMG_1796\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3107;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1011.jpg\";s:5:\"title\";s:8:\"IMG_1011\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1011.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3106;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1010.jpg\";s:5:\"title\";s:8:\"IMG_1010\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1010.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3105;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.jpg\";s:5:\"title\";s:8:\"IMG_1009\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3104;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.jpg\";s:5:\"title\";s:8:\"IMG_0698\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3103;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0696.jpg\";s:5:\"title\";s:8:\"IMG_0696\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0696.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3102;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/68470976_1346433938856221_3994837700069818368_n.jpg\";s:5:\"title\";s:47:\"68470976_1346433938856221_3994837700069818368_n\";s:4:\"link\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/68470976_1346433938856221_3994837700069818368_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3101;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/67738814_2380243855588700_6910048023540137984_n.jpg\";s:5:\"title\";s:47:\"67738814_2380243855588700_6910048023540137984_n\";s:4:\"link\";s:108:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/67738814_2380243855588700_6910048023540137984_n.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3100;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/29964D3A-B203-4E30-95AE-9483EC6B8490.jpg\";s:5:\"title\";s:36:\"29964D3A-B203-4E30-95AE-9483EC6B8490\";s:4:\"link\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/29964D3A-B203-4E30-95AE-9483EC6B8490.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3099;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.jpg\";s:5:\"title\";s:36:\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\";s:4:\"link\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3098;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2121-1.jpg\";s:5:\"title\";s:8:\"IMG_2121\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2121-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3071;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2123.jpg\";s:5:\"title\";s:8:\"IMG_2123\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2123.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3097;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7488-1.jpg\";s:5:\"title\";s:8:\"IMG_7488\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7488-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3096;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7489-1.jpg\";s:5:\"title\";s:8:\"IMG_7489\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7489-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3095;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7491-1.jpg\";s:5:\"title\";s:8:\"IMG_7491\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7491-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3094;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7492-1.jpg\";s:5:\"title\";s:8:\"IMG_7492\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7492-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3093;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4544-1.jpg\";s:5:\"title\";s:8:\"IMG_4544\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4544-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3059;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4542.jpg\";s:5:\"title\";s:8:\"IMG_4542\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4542.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3055;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4972e.jpg\";s:5:\"title\";s:9:\"IMG_4972e\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4972e.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3092;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4973-1.jpg\";s:5:\"title\";s:8:\"IMG_4973\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4973-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3091;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4974-1.jpg\";s:5:\"title\";s:8:\"IMG_4974\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4974-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3090;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4995-1.jpg\";s:5:\"title\";s:8:\"IMG_4995\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4995-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3089;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3246-1.jpg\";s:5:\"title\";s:8:\"IMG_3246\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3246-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3088;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5601-1.jpg\";s:5:\"title\";s:8:\"IMG_5601\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5601-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3087;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.jpg\";s:5:\"title\";s:8:\"IMG_2698\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3086;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3053-1.jpg\";s:5:\"title\";s:8:\"IMG_3053\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3053-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3085;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3616-1.jpg\";s:5:\"title\";s:8:\"IMG_3616\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3616-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3083;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1482.jpg\";s:5:\"title\";s:8:\"IMG_1482\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1482.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3081;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1490.jpg\";s:5:\"title\";s:8:\"IMG_1490\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1490.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3077;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1680e.jpg\";s:5:\"title\";s:9:\"IMG_1680e\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1680e.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3061;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3854.jpg\";s:5:\"title\";s:8:\"IMG_3854\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3854.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3046;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3855-rotated.jpg\";s:5:\"title\";s:8:\"IMG_3855\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3855-rotated.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3060;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3920e.jpg\";s:5:\"title\";s:9:\"IMG_3920e\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3920e.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3056;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4572e.jpg\";s:5:\"title\";s:9:\"IMG_4572e\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4572e.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3049;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4993e.jpg\";s:5:\"title\";s:9:\"IMG_4993e\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4993e.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3047;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5155.jpg\";s:5:\"title\";s:8:\"IMG_5155\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5155.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3044;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5504e.jpg\";s:5:\"title\";s:9:\"IMG_5504e\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5504e.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3067;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/NHJZ5355.jpg\";s:5:\"title\";s:8:\"NHJZ5355\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/NHJZ5355.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3042;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5644.jpg\";s:5:\"title\";s:8:\"IMG_5644\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5644.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3041;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5645.jpg\";s:5:\"title\";s:8:\"IMG_5645\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5645.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3040;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3244.jpg\";s:5:\"title\";s:8:\"IMG_3244\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3244.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3038;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8489.jpg\";s:5:\"title\";s:8:\"IMG_8489\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8489.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3037;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8611.jpg\";s:5:\"title\";s:8:\"IMG_8611\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8611.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3036;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9395.jpg\";s:5:\"title\";s:8:\"IMG_9395\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9395.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3035;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9445.jpg\";s:5:\"title\";s:8:\"IMG_9445\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9445.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3034;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9446.jpg\";s:5:\"title\";s:8:\"IMG_9446\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9446.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3033;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9576.jpg\";s:5:\"title\";s:8:\"IMG_9576\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9576.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3032;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9777.jpg\";s:5:\"title\";s:8:\"IMG_9777\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9777.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3031;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9781.jpg\";s:5:\"title\";s:8:\"IMG_9781\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9781.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3030;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.jpg\";s:5:\"title\";s:36:\"75D4E00F-F35A-4C86-A1D1-D5BAC411BECF\";s:4:\"link\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3029;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.jpg\";s:5:\"title\";s:36:\"72D9BE60-918C-4B4B-9C3A-4898D7D2E51D\";s:4:\"link\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3028;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/F2351C4C-F4D9-480F-9934-083F6DFCE40A.jpg\";s:5:\"title\";s:36:\"F2351C4C-F4D9-480F-9934-083F6DFCE40A\";s:4:\"link\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/F2351C4C-F4D9-480F-9934-083F6DFCE40A.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3027;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.jpg\";s:5:\"title\";s:36:\"E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1\";s:4:\"link\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3025;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/07AA5C2A-CBF0-4E74-9708-3305125E5505.jpg\";s:5:\"title\";s:36:\"07AA5C2A-CBF0-4E74-9708-3305125E5505\";s:4:\"link\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/07AA5C2A-CBF0-4E74-9708-3305125E5505.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3024;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/4C97A568-D52D-416B-A98C-57FE57513540.jpg\";s:5:\"title\";s:36:\"4C97A568-D52D-416B-A98C-57FE57513540\";s:4:\"link\";s:97:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/4C97A568-D52D-416B-A98C-57FE57513540.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3023;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.jpg\";s:5:\"title\";s:8:\"IMG_2556\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3020;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2741.jpg\";s:5:\"title\";s:8:\"IMG_2741\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2741.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3016;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3128.jpg\";s:5:\"title\";s:8:\"IMG_3128\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3128.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3014;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9457.jpg\";s:5:\"title\";s:8:\"IMG_9457\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9457.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3013;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9456.jpg\";s:5:\"title\";s:8:\"IMG_9456\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9456.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3012;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9453.jpg\";s:5:\"title\";s:8:\"IMG_9453\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9453.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3011;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9452.jpg\";s:5:\"title\";s:8:\"IMG_9452\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9452.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3084;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9451.jpg\";s:5:\"title\";s:8:\"IMG_9451\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9451.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}}'),(20030,3012,'_wp_attached_file','2025/06/IMG_9453.webp'),(20031,3012,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_9453.webp\";s:8:\"filesize\";i:1064880;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_9453-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:78806;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_9453-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:665736;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_9453-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29740;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_9453-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:665736;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_9453-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:129766;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_9453-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:433770;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_9453-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14652;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20032,3012,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20033,3013,'_wp_attached_file','2025/06/IMG_9456.webp'),(20034,3013,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_9456.webp\";s:8:\"filesize\";i:1051994;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_9456-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:79980;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_9456-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:663750;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_9456-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27848;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_9456-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:663750;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_9456-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:132862;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_9456-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:436792;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_9456-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13566;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20035,3013,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20036,3014,'_wp_attached_file','2025/06/IMG_9457.webp'),(20037,3014,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_9457.webp\";s:8:\"filesize\";i:1025326;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_9457-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:74710;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_9457-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:616596;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_9457-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27384;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_9457-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:616596;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_9457-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:123014;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_9457-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:405052;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_9457-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13322;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20038,3014,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20039,3015,'_wp_attached_file','2025/06/IMG_3616-scaled.webp'),(20040,3015,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/06/IMG_3616-scaled.webp\";s:8:\"filesize\";i:4920802;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_3616-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:101088;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_3616-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:982308;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3616-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34704;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_3616-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:982308;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_3616-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1972466;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_3616-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3226510;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_3616-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:175614;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_3616-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:631808;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3616-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16350;}}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:{}}}'),(20041,3016,'_wp_attached_file','2025/06/IMG_3128.webp'),(20042,3016,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1920;s:4:\"file\";s:21:\"2025/06/IMG_3128.webp\";s:8:\"filesize\";i:3519514;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_3128-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:95914;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_3128-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1063048;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3128-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34428;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_3128-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1063048;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"IMG_3128-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2242738;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_3128-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:170822;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_3128-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:663190;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3128-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16020;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20043,3016,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20044,3017,'_wp_attached_file','2025/06/IMG_3097-scaled.webp'),(20045,3017,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/06/IMG_3097-scaled.webp\";s:8:\"filesize\";i:4438672;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_3097-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:97184;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_3097-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:940894;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3097-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32556;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_3097-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:940894;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_3097-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1913890;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_3097-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3161998;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_3097-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:168034;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_3097-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:602830;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3097-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15238;}}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:{}}}'),(20049,3019,'_wp_attached_file','2025/06/IMG_3053-scaled.webp'),(20050,3020,'_wp_attached_file','2025/06/IMG_2741.webp'),(20051,3020,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1920;s:4:\"file\";s:21:\"2025/06/IMG_2741.webp\";s:8:\"filesize\";i:4878404;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_2741-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:123770;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_2741-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1431914;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2741-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:42204;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_2741-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1431914;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"IMG_2741-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3009650;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_2741-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:221678;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_2741-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:890094;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2741-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18950;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20052,3020,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20057,3023,'_wp_attached_file','2025/06/IMG_2556.webp'),(20058,3023,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1920;s:4:\"file\";s:21:\"2025/06/IMG_2556.webp\";s:8:\"filesize\";i:3630926;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_2556-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:106674;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_2556-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1098720;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2556-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:35868;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_2556-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1098720;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"IMG_2556-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2294966;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_2556-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:185720;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_2556-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:693684;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2556-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16340;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20059,3023,'_eg_has_gallery','a:2:{i:0;i:3010;i:1;i:2620;}'),(20060,3024,'_wp_attached_file','2025/06/4C97A568-D52D-416B-A98C-57FE57513540.webp'),(20061,3024,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1284;s:6:\"height\";i:1712;s:4:\"file\";s:49:\"2025/06/4C97A568-D52D-416B-A98C-57FE57513540.webp\";s:8:\"filesize\";i:1119592;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"4C97A568-D52D-416B-A98C-57FE57513540-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:65626;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"4C97A568-D52D-416B-A98C-57FE57513540-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:568194;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"4C97A568-D52D-416B-A98C-57FE57513540-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25316;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"4C97A568-D52D-416B-A98C-57FE57513540-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:568194;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:51:\"4C97A568-D52D-416B-A98C-57FE57513540-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1076276;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:49:\"4C97A568-D52D-416B-A98C-57FE57513540-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:109176;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:49:\"4C97A568-D52D-416B-A98C-57FE57513540-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:361158;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:49:\"4C97A568-D52D-416B-A98C-57FE57513540-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12504;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20062,3024,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20063,3025,'_wp_attached_file','2025/06/07AA5C2A-CBF0-4E74-9708-3305125E5505.webp');
INSERT INTO `nbn_postmeta` VALUES (20064,3025,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:809;s:4:\"file\";s:49:\"2025/06/07AA5C2A-CBF0-4E74-9708-3305125E5505.webp\";s:8:\"filesize\";i:954612;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"07AA5C2A-CBF0-4E74-9708-3305125E5505-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:102594;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"07AA5C2A-CBF0-4E74-9708-3305125E5505-1024x767.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:842862;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"07AA5C2A-CBF0-4E74-9708-3305125E5505-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36596;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"07AA5C2A-CBF0-4E74-9708-3305125E5505-768x575.webp\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:518800;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:49:\"07AA5C2A-CBF0-4E74-9708-3305125E5505-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:102594;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:49:\"07AA5C2A-CBF0-4E74-9708-3305125E5505-600x449.webp\";s:5:\"width\";i:600;s:6:\"height\";i:449;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:342206;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:49:\"07AA5C2A-CBF0-4E74-9708-3305125E5505-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17258;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20065,3025,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20069,3027,'_wp_attached_file','2025/06/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.webp'),(20070,3027,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:809;s:4:\"file\";s:49:\"2025/06/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.webp\";s:8:\"filesize\";i:745472;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:88220;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1-1024x767.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:700014;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32268;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1-768x575.webp\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:433266;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:49:\"E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:88220;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:49:\"E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1-600x449.webp\";s:5:\"width\";i:600;s:6:\"height\";i:449;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:287672;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:49:\"E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15736;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20071,3027,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20072,3028,'_wp_attached_file','2025/06/F2351C4C-F4D9-480F-9934-083F6DFCE40A.webp'),(20073,3028,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:49:\"2025/06/F2351C4C-F4D9-480F-9934-083F6DFCE40A.webp\";s:8:\"filesize\";i:626974;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"F2351C4C-F4D9-480F-9934-083F6DFCE40A-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:65716;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"F2351C4C-F4D9-480F-9934-083F6DFCE40A-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:528982;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"F2351C4C-F4D9-480F-9934-083F6DFCE40A-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24896;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"F2351C4C-F4D9-480F-9934-083F6DFCE40A-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:321650;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:49:\"F2351C4C-F4D9-480F-9934-083F6DFCE40A-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:65716;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:49:\"F2351C4C-F4D9-480F-9934-083F6DFCE40A-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:217774;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:49:\"F2351C4C-F4D9-480F-9934-083F6DFCE40A-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12502;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20074,3028,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20075,3029,'_wp_attached_file','2025/06/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.webp'),(20076,3029,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1075;s:6:\"height\";i:1200;s:4:\"file\";s:49:\"2025/06/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.webp\";s:8:\"filesize\";i:906238;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"72D9BE60-918C-4B4B-9C3A-4898D7D2E51D-269x300.webp\";s:5:\"width\";i:269;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:89466;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"72D9BE60-918C-4B4B-9C3A-4898D7D2E51D-917x1024.webp\";s:5:\"width\";i:917;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:717392;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"72D9BE60-918C-4B4B-9C3A-4898D7D2E51D-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29340;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"72D9BE60-918C-4B4B-9C3A-4898D7D2E51D-768x857.webp\";s:5:\"width\";i:768;s:6:\"height\";i:857;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:524434;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:49:\"72D9BE60-918C-4B4B-9C3A-4898D7D2E51D-300x335.webp\";s:5:\"width\";i:300;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:106658;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:49:\"72D9BE60-918C-4B4B-9C3A-4898D7D2E51D-600x670.webp\";s:5:\"width\";i:600;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:347636;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:49:\"72D9BE60-918C-4B4B-9C3A-4898D7D2E51D-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14582;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20077,3029,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20078,3030,'_wp_attached_file','2025/06/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.webp'),(20079,3030,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:603;s:4:\"file\";s:49:\"2025/06/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.webp\";s:8:\"filesize\";i:687120;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"75D4E00F-F35A-4C86-A1D1-D5BAC411BECF-300x151.webp\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:55506;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"75D4E00F-F35A-4C86-A1D1-D5BAC411BECF-1024x515.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:512050;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"75D4E00F-F35A-4C86-A1D1-D5BAC411BECF-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26680;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"75D4E00F-F35A-4C86-A1D1-D5BAC411BECF-768x386.webp\";s:5:\"width\";i:768;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:306082;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:49:\"75D4E00F-F35A-4C86-A1D1-D5BAC411BECF-300x151.webp\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:55506;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:49:\"75D4E00F-F35A-4C86-A1D1-D5BAC411BECF-600x302.webp\";s:5:\"width\";i:600;s:6:\"height\";i:302;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:199670;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:49:\"75D4E00F-F35A-4C86-A1D1-D5BAC411BECF-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13028;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20080,3030,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20081,3031,'_wp_attached_file','2025/06/IMG_9781.webp'),(20082,3031,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:551;s:4:\"file\";s:21:\"2025/06/IMG_9781.webp\";s:8:\"filesize\";i:631708;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_9781-300x138.webp\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:54642;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_9781-1024x470.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:463676;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_9781-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27224;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_9781-768x353.webp\";s:5:\"width\";i:768;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:284908;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_9781-300x138.webp\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:54642;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_9781-600x276.webp\";s:5:\"width\";i:600;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:189848;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_9781-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13096;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20083,3031,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20084,3032,'_wp_attached_file','2025/06/IMG_9777.webp'),(20085,3032,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:610;s:4:\"file\";s:21:\"2025/06/IMG_9777.webp\";s:8:\"filesize\";i:729092;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_9777-300x153.webp\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:62182;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_9777-1024x521.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:531698;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_9777-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30696;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_9777-768x390.webp\";s:5:\"width\";i:768;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:327048;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_9777-300x153.webp\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:62182;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_9777-600x305.webp\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:220246;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_9777-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14912;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20086,3032,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20087,3033,'_wp_attached_file','2025/06/IMG_9576.webp'),(20088,3033,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:900;s:6:\"height\";i:1200;s:4:\"file\";s:21:\"2025/06/IMG_9576.webp\";s:8:\"filesize\";i:947796;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_9576-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77102;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_9576-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:708176;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_9576-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26840;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_9576-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:708176;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_9576-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:131644;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_9576-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:458650;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_9576-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12926;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20089,3033,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20090,3034,'_wp_attached_file','2025/06/IMG_9446.webp'),(20091,3034,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:900;s:6:\"height\";i:1200;s:4:\"file\";s:21:\"2025/06/IMG_9446.webp\";s:8:\"filesize\";i:1252118;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_9446-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:87938;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_9446-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:881706;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_9446-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30378;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_9446-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:881706;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_9446-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:154122;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_9446-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:566548;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_9446-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14292;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20092,3034,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20093,3035,'_wp_attached_file','2025/06/IMG_9445.webp'),(20094,3035,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:900;s:6:\"height\";i:1200;s:4:\"file\";s:21:\"2025/06/IMG_9445.webp\";s:8:\"filesize\";i:1260036;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_9445-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:93950;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_9445-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:891646;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_9445-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33698;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_9445-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:891646;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_9445-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:160518;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_9445-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:578246;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_9445-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16244;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20095,3019,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/06/IMG_3053-scaled.webp\";s:8:\"filesize\";i:5687432;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_3053-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:113670;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_3053-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1109736;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3053-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:39520;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_3053-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1109736;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_3053-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2247672;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_3053-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3710384;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_3053-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:197500;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_3053-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:714564;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3053-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18610;}}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:{}}}'),(20096,3035,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20097,3036,'_wp_attached_file','2025/06/IMG_9395.webp'),(20098,3036,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:832;s:4:\"file\";s:21:\"2025/06/IMG_9395.webp\";s:8:\"filesize\";i:699396;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_9395-300x208.webp\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:65038;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_9395-1024x710.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:710;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:565246;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_9395-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25590;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_9395-768x532.webp\";s:5:\"width\";i:768;s:6:\"height\";i:532;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:340774;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_9395-300x208.webp\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:65038;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_9395-600x416.webp\";s:5:\"width\";i:600;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:227688;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_9395-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12694;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20099,3036,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20100,3037,'_wp_attached_file','2025/06/IMG_8611.webp'),(20101,3037,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1283;s:4:\"file\";s:21:\"2025/06/IMG_8611.webp\";s:8:\"filesize\";i:1665878;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_8611-281x300.webp\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:104024;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_8611-958x1024.webp\";s:5:\"width\";i:958;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1043806;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_8611-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31114;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_8611-768x821.webp\";s:5:\"width\";i:768;s:6:\"height\";i:821;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:686604;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_8611-300x321.webp\";s:5:\"width\";i:300;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:118432;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_8611-600x642.webp\";s:5:\"width\";i:600;s:6:\"height\";i:642;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:443192;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_8611-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15348;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20102,3037,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20103,3038,'_wp_attached_file','2025/06/IMG_8489.webp'),(20104,3038,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:598;s:4:\"file\";s:21:\"2025/06/IMG_8489.webp\";s:8:\"filesize\";i:883354;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_8489-300x150.webp\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:69792;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_8489-1024x510.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:640430;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_8489-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33592;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_8489-768x383.webp\";s:5:\"width\";i:768;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:388436;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_8489-300x150.webp\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:69792;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_8489-600x299.webp\";s:5:\"width\";i:600;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:259776;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_8489-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15870;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20105,3038,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20106,3039,'_wp_attached_file','2025/06/IMG_3856.webp'),(20107,3039,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:848;s:4:\"file\";s:21:\"2025/06/IMG_3856.webp\";s:8:\"filesize\";i:729614;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_3856-300x212.webp\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:76062;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_3856-1024x724.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:615722;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3856-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29636;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_3856-768x543.webp\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:382668;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_3856-300x212.webp\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:76062;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_3856-600x424.webp\";s:5:\"width\";i:600;s:6:\"height\";i:424;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:258818;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3856-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14546;}}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:{}}}'),(20108,3039,'_eg_has_gallery','a:0:{}'),(20109,3040,'_wp_attached_file','2025/06/IMG_3244.webp'),(20110,3040,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:540;s:4:\"file\";s:21:\"2025/06/IMG_3244.webp\";s:8:\"filesize\";i:632984;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_3244-300x135.webp\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:53366;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_3244-1024x461.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:484684;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3244-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28084;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_3244-768x346.webp\";s:5:\"width\";i:768;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:295452;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_3244-300x135.webp\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:53366;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_3244-600x270.webp\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:194364;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3244-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13448;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20111,3040,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20112,3041,'_wp_attached_file','2025/06/IMG_5645.webp'),(20113,3041,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:988;s:4:\"file\";s:21:\"2025/06/IMG_5645.webp\";s:8:\"filesize\";i:1715194;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_5645-300x247.webp\";s:5:\"width\";i:300;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:127194;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_5645-1024x843.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:843;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1208296;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_5645-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40324;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_5645-768x632.webp\";s:5:\"width\";i:768;s:6:\"height\";i:632;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:719618;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_5645-300x247.webp\";s:5:\"width\";i:300;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:127194;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_5645-600x494.webp\";s:5:\"width\";i:600;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:481012;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_5645-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19060;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20114,3041,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20115,3042,'_wp_attached_file','2025/06/IMG_5644.webp'),(20116,3042,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:21:\"2025/06/IMG_5644.webp\";s:8:\"filesize\";i:1684026;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_5644-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:116478;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_5644-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1175074;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_5644-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:39914;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_5644-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:693300;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_5644-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:116478;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_5644-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:457514;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_5644-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18688;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20117,3042,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20118,3043,'_wp_attached_file','2025/06/IMG_5601-scaled.webp'),(20119,3043,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:28:\"2025/06/IMG_5601-scaled.webp\";s:8:\"filesize\";i:2525660;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_5601-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:75294;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_5601-scaled-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:659984;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_5601-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26558;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"IMG_5601-scaled-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:397840;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_5601-scaled-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1299562;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_5601-scaled-2048x1536.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2107538;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_5601-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:75294;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_5601-scaled-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:256294;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_5601-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13086;}}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:{}}}'),(20120,3044,'_wp_attached_file','2025/06/IMG_5504e.webp'),(20121,3044,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:729;s:4:\"file\";s:22:\"2025/06/IMG_5504e.webp\";s:8:\"filesize\";i:670930;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_5504e-300x182.webp\";s:5:\"width\";i:300;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:61872;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_5504e-1024x622.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:622;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:548040;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_5504e-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25444;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_5504e-768x467.webp\";s:5:\"width\";i:768;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:331588;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG_5504e-300x182.webp\";s:5:\"width\";i:300;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:61872;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_5504e-600x365.webp\";s:5:\"width\";i:600;s:6:\"height\";i:365;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:218012;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_5504e-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12526;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20122,3044,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20123,3045,'_wp_attached_file','2025/06/IMG_3246-scaled.webp'),(20124,3045,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:28:\"2025/06/IMG_3246-scaled.webp\";s:8:\"filesize\";i:2494634;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_3246-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:76736;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_3246-scaled-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:687050;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3246-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27582;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"IMG_3246-scaled-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:408710;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_3246-scaled-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1384266;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_3246-scaled-2048x1536.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2228798;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_3246-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:76736;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_3246-scaled-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:263162;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3246-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12868;}}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:{}}}'),(20125,3046,'_wp_attached_file','2025/06/IMG_3855-rotated.webp'),(20126,3046,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1334;s:6:\"height\";i:750;s:4:\"file\";s:29:\"2025/06/IMG_3855-rotated.webp\";s:8:\"filesize\";i:670772;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"IMG_3855-rotated-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:56446;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"IMG_3855-rotated-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:469002;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"IMG_3855-rotated-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25380;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_3855-rotated-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:289532;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"IMG_3855-rotated-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:56446;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"IMG_3855-rotated-600x337.webp\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:190322;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"IMG_3855-rotated-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12384;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20127,3046,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20128,3047,'_wp_attached_file','2025/06/IMG_5155.webp'),(20129,3047,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:21:\"2025/06/IMG_5155.webp\";s:8:\"filesize\";i:1414004;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_5155-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:104798;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_5155-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1007990;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_5155-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36818;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_5155-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:598284;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_5155-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:104798;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_5155-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:398984;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_5155-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17434;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20130,3047,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20131,3048,'_wp_attached_file','2025/06/IMG_4995-scaled.webp'),(20132,3048,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:28:\"2025/06/IMG_4995-scaled.webp\";s:8:\"filesize\";i:4760796;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_4995-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:104502;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_4995-scaled-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:965426;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_4995-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36896;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"IMG_4995-scaled-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:578176;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_4995-scaled-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1930408;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_4995-scaled-2048x1536.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3164882;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_4995-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:104502;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_4995-scaled-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:373632;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_4995-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17116;}}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:{}}}'),(20133,3049,'_wp_attached_file','2025/06/IMG_4993e.webp'),(20134,3049,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1938;s:4:\"file\";s:22:\"2025/06/IMG_4993e.webp\";s:8:\"filesize\";i:1672636;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_4993e-186x300.webp\";s:5:\"width\";i:186;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:62964;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_4993e-634x1024.webp\";s:5:\"width\";i:634;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:589392;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4993e-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24900;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"IMG_4993e-768x1240.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1240;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:841256;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"IMG_4993e-951x1536.webp\";s:5:\"width\";i:951;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1210268;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG_4993e-300x485.webp\";s:5:\"width\";i:300;s:6:\"height\";i:485;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:154146;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_4993e-600x969.webp\";s:5:\"width\";i:600;s:6:\"height\";i:969;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:555374;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4993e-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11872;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20135,3049,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20136,3050,'_wp_attached_file','2025/06/IMG_4992-scaled.webp'),(20137,3050,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:28:\"2025/06/IMG_4992-scaled.webp\";s:8:\"filesize\";i:3209144;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_4992-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:85472;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_4992-scaled-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:739528;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_4992-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30106;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"IMG_4992-scaled-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:448342;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_4992-scaled-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1449384;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_4992-scaled-2048x1536.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2343302;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_4992-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:85472;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_4992-scaled-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:292816;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_4992-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14608;}}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:{}}}'),(20138,3051,'_wp_attached_file','2025/06/IMG_4977-scaled.webp'),(20139,3051,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:28:\"2025/06/IMG_4977-scaled.webp\";s:8:\"filesize\";i:3460012;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_4977-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:83784;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_4977-scaled-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:766712;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_4977-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29718;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"IMG_4977-scaled-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:459892;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_4977-scaled-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1516834;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_4977-scaled-2048x1536.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2444916;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_4977-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:83784;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_4977-scaled-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:296960;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_4977-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14458;}}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:{}}}'),(20140,3052,'_wp_attached_file','2025/06/IMG_4975-scaled.webp'),(20141,3052,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/06/IMG_4975-scaled.webp\";s:8:\"filesize\";i:4407248;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_4975-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:92918;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_4975-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:903944;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_4975-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31880;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_4975-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:903944;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_4975-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1819344;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_4975-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2978934;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_4975-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:161606;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_4975-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:586870;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_4975-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14764;}}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:{}}}'),(20146,3055,'_wp_attached_file','2025/06/IMG_4972e.webp'),(20147,3055,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1049;s:4:\"file\";s:22:\"2025/06/IMG_4972e.webp\";s:8:\"filesize\";i:1409996;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_4972e-300x262.webp\";s:5:\"width\";i:300;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:107186;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_4972e-1024x895.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:895;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1036716;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4972e-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32690;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_4972e-768x671.webp\";s:5:\"width\";i:768;s:6:\"height\";i:671;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:616266;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG_4972e-300x262.webp\";s:5:\"width\";i:300;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:107186;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_4972e-600x525.webp\";s:5:\"width\";i:600;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:404268;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4972e-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15476;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20148,3055,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20149,3056,'_wp_attached_file','2025/06/IMG_4572e.webp'),(20150,3056,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:804;s:4:\"file\";s:22:\"2025/06/IMG_4572e.webp\";s:8:\"filesize\";i:1051338;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_4572e-300x201.webp\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:83318;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_4572e-1024x686.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:779422;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4572e-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31800;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_4572e-768x515.webp\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:465574;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG_4572e-300x201.webp\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:83318;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_4572e-600x402.webp\";s:5:\"width\";i:600;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:309884;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4572e-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15010;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20151,3056,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20152,3057,'_wp_attached_file','2025/06/IMG_4548.webp'),(20153,3057,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:750;s:6:\"height\";i:1334;s:4:\"file\";s:21:\"2025/06/IMG_4548.webp\";s:8:\"filesize\";i:798256;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_4548-169x300.webp\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:66398;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_4548-576x1024.webp\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:492800;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_4548-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30824;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_4548-300x534.webp\";s:5:\"width\";i:300;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:175010;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_4548-600x1067.webp\";s:5:\"width\";i:600;s:6:\"height\";i:1067;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:527516;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_4548-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15476;}}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:{}}}'),(20154,3057,'_eg_has_gallery','a:0:{}'),(20157,3059,'_wp_attached_file','2025/06/IMG_4542.webp'),(20158,3059,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:21:\"2025/06/IMG_4542.webp\";s:8:\"filesize\";i:833020;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_4542-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:75830;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_4542-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:671436;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_4542-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27576;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_4542-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:402998;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_4542-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:75830;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_4542-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:268792;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_4542-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13284;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20159,3059,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20160,3060,'_wp_attached_file','2025/06/IMG_3920e.webp'),(20161,3060,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1682;s:4:\"file\";s:22:\"2025/06/IMG_3920e.webp\";s:8:\"filesize\";i:1511790;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_3920e-214x300.webp\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:69182;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_3920e-731x1024.webp\";s:5:\"width\";i:731;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:649754;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_3920e-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26428;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"IMG_3920e-768x1076.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1076;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:710146;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"IMG_3920e-1096x1536.webp\";s:5:\"width\";i:1096;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1342862;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG_3920e-300x421.webp\";s:5:\"width\";i:300;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:127426;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_3920e-600x841.webp\";s:5:\"width\";i:600;s:6:\"height\";i:841;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:463810;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_3920e-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12852;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20162,3060,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20163,3061,'_wp_attached_file','2025/06/IMG_3854.webp'),(20164,3061,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:21:\"2025/06/IMG_3854.webp\";s:8:\"filesize\";i:952918;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_3854-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:83998;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_3854-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:741966;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3854-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29608;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_3854-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:444538;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_3854-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:83998;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_3854-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:295748;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3854-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14254;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20165,3061,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20174,3066,'_wp_attached_file','2025/06/IMG_3245-scaled.webp'),(20175,3066,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:28:\"2025/06/IMG_3245-scaled.webp\";s:8:\"filesize\";i:3205514;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_3245-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:87486;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_3245-scaled-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:788860;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3245-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31968;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"IMG_3245-scaled-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:471690;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_3245-scaled-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1551952;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_3245-scaled-2048x1536.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2530336;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_3245-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:87486;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_3245-scaled-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:305778;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3245-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15222;}}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:{}}}'),(20176,3067,'_wp_attached_file','2025/06/NHJZ5355.webp'),(20177,3067,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:21:\"2025/06/NHJZ5355.webp\";s:8:\"filesize\";i:782054;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"NHJZ5355-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:74026;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"NHJZ5355-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:653768;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"NHJZ5355-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25244;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"NHJZ5355-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:392408;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"NHJZ5355-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:74026;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"NHJZ5355-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:261466;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"NHJZ5355-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11884;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20178,3067,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20179,3068,'_wp_attached_file','2025/06/IMG_2138-scaled.webp'),(20180,3068,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:28:\"2025/06/IMG_2138-scaled.webp\";s:8:\"filesize\";i:2507956;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_2138-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:78390;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_2138-scaled-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:658674;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2138-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29730;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"IMG_2138-scaled-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:397540;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_2138-scaled-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1289488;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_2138-scaled-2048x1536.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2064758;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_2138-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:78390;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_2138-scaled-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:259572;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2138-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14444;}}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:{}}}'),(20181,3069,'_wp_attached_file','2025/06/IMG_2127-scaled.webp'),(20182,3069,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:28:\"2025/06/IMG_2127-scaled.webp\";s:8:\"filesize\";i:3027688;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_2127-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:78212;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_2127-scaled-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:733638;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2127-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28644;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"IMG_2127-scaled-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:433958;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_2127-scaled-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1474546;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_2127-scaled-2048x1536.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2394684;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_2127-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:78212;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_2127-scaled-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:277176;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2127-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13792;}}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:{}}}'),(20183,3070,'_wp_attached_file','2025/06/IMG_2126-scaled.webp'),(20184,3070,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:28:\"2025/06/IMG_2126-scaled.webp\";s:8:\"filesize\";i:2983484;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_2126-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:81946;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_2126-scaled-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:736384;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2126-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29932;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"IMG_2126-scaled-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:441676;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_2126-scaled-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1453832;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_2126-scaled-2048x1536.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2341100;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_2126-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:81946;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_2126-scaled-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:284646;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2126-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14404;}}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:{}}}'),(20185,3071,'_wp_attached_file','2025/06/IMG_2123.webp'),(20186,3071,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:21:\"2025/06/IMG_2123.webp\";s:8:\"filesize\";i:1159860;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_2123-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:92586;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_2123-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:862616;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2123-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32574;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_2123-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:512102;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_2123-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:92586;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_2123-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:340972;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2123-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15726;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20187,3071,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20190,3073,'_wp_attached_file','2025/06/IMG_2111-scaled.webp'),(20191,3073,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:28:\"2025/06/IMG_2111-scaled.webp\";s:8:\"filesize\";i:2014826;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_2111-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:63300;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_2111-scaled-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:565114;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2111-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24336;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"IMG_2111-scaled-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:336090;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_2111-scaled-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1110212;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_2111-scaled-2048x1536.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1788510;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_2111-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:63300;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_2111-scaled-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:216634;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2111-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11920;}}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:{}}}'),(20195,3075,'_wp_attached_file','2025/06/IMG_2109-scaled.webp'),(20196,3075,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:28:\"2025/06/IMG_2109-scaled.webp\";s:8:\"filesize\";i:2490022;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_2109-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:75292;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_2109-scaled-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:665070;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2109-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27808;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"IMG_2109-scaled-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:395676;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_2109-scaled-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1319730;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_2109-scaled-2048x1536.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2145924;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_2109-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:75292;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_2109-scaled-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:255698;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2109-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13548;}}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:{}}}'),(20197,3076,'_wp_attached_file','2025/06/IMG_1681-scaled.webp'),(20198,3076,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:28:\"2025/06/IMG_1681-scaled.webp\";s:8:\"filesize\";i:2816516;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_1681-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:80060;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_1681-scaled-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:704354;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1681-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30628;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"IMG_1681-scaled-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:421050;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_1681-scaled-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1406104;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_1681-scaled-2048x1536.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2255996;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_1681-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:80060;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_1681-scaled-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:269868;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1681-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15136;}}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:{}}}'),(20199,3077,'_wp_attached_file','2025/06/IMG_1680e.webp'),(20200,3077,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1646;s:4:\"file\";s:22:\"2025/06/IMG_1680e.webp\";s:8:\"filesize\";i:1515192;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_1680e-219x300.webp\";s:5:\"width\";i:219;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:76864;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_1680e-747x1024.webp\";s:5:\"width\";i:747;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:713508;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_1680e-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28948;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"IMG_1680e-768x1053.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1053;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:749138;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"IMG_1680e-1120x1536.webp\";s:5:\"width\";i:1120;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1430734;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG_1680e-300x412.webp\";s:5:\"width\";i:300;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:138572;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_1680e-600x823.webp\";s:5:\"width\";i:600;s:6:\"height\";i:823;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:491702;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_1680e-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13862;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20201,3077,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20202,3078,'_wp_attached_file','2025/06/IMG_1493-scaled.webp'),(20203,3078,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/06/IMG_1493-scaled.webp\";s:8:\"filesize\";i:1657776;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_1493-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:62012;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_1493-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:529656;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1493-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:23370;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_1493-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:529656;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_1493-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:990244;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_1493-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1529050;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_1493-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:104352;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_1493-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:353328;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1493-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11282;}}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:{}}}'),(20204,3079,'_wp_attached_file','2025/06/IMG_1492-scaled.webp'),(20205,3079,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:28:\"2025/06/IMG_1492-scaled.webp\";s:8:\"filesize\";i:3179822;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_1492-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:79678;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_1492-scaled-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:715632;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1492-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27906;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"IMG_1492-scaled-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:429738;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_1492-scaled-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1434432;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_1492-scaled-2048x1536.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2338852;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_1492-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:79678;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_1492-scaled-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:277530;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1492-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13462;}}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:{}}}'),(20206,3080,'_wp_attached_file','2025/06/IMG_1491-scaled.webp'),(20207,3080,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:28:\"2025/06/IMG_1491-scaled.webp\";s:8:\"filesize\";i:2940408;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_1491-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:76492;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_1491-scaled-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:686268;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1491-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27566;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"IMG_1491-scaled-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:410064;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_1491-scaled-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1382902;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_1491-scaled-2048x1536.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2263902;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_1491-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:76492;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_1491-scaled-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:264634;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1491-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13124;}}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:{}}}'),(20208,3081,'_wp_attached_file','2025/06/IMG_1490.webp'),(20209,3081,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:21:\"2025/06/IMG_1490.webp\";s:8:\"filesize\";i:951282;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_1490-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77836;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_1490-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:713566;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1490-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26728;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_1490-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:427098;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_1490-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77836;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_1490-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:282734;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1490-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12740;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20210,3081,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20211,3082,'_wp_attached_file','2025/06/IMG_1483-scaled.webp'),(20212,3082,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:28:\"2025/06/IMG_1483-scaled.webp\";s:8:\"filesize\";i:2769600;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_1483-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:73982;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_1483-scaled-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:690722;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1483-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26054;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"IMG_1483-scaled-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:409190;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_1483-scaled-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1376252;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_1483-scaled-2048x1536.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2233592;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_1483-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:73982;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_1483-scaled-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:260868;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1483-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12584;}}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:{}}}'),(20213,3083,'_wp_attached_file','2025/06/IMG_1482.webp'),(20214,3083,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:21:\"2025/06/IMG_1482.webp\";s:8:\"filesize\";i:750580;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_1482-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:62718;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_1482-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:611252;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1482-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21646;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_1482-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:359922;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_1482-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:62718;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_1482-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:236172;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1482-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10226;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20215,3083,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20216,3084,'_wp_attached_file','2025/06/IMG_9451.webp'),(20217,3084,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"2025/06/IMG_9451.webp\";s:8:\"filesize\";i:1880706;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_9451-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:95914;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_9451-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:997044;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_9451-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33204;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_9451-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:584374;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_9451-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:95914;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_9451-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:367538;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_9451-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15484;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20218,3084,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20219,3085,'_wp_attached_file','2025/06/IMG_3616-1.webp'),(20220,3085,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:23:\"2025/06/IMG_3616-1.webp\";s:8:\"filesize\";i:2108912;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_3616-1-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:102374;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"IMG_3616-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1092328;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_3616-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:34444;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_3616-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1092328;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_3616-1-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:181548;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_3616-1-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:687978;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_3616-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:16280;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20221,3085,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20222,3086,'_wp_attached_file','2025/06/IMG_3053-1.webp'),(20223,3086,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:23:\"2025/06/IMG_3053-1.webp\";s:8:\"filesize\";i:2446372;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_3053-1-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:115358;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"IMG_3053-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1232156;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_3053-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:39650;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_3053-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1232156;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_3053-1-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:202888;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_3053-1-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:776834;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_3053-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:18600;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20224,3086,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20225,3087,'_wp_attached_file','2025/06/IMG_2698-1.webp'),(20226,3087,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2025/06/IMG_2698-1.webp\";s:8:\"filesize\";i:1845802;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_2698-1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:94948;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"IMG_2698-1-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:947244;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_2698-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:33434;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"IMG_2698-1-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:551954;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_2698-1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:94948;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_2698-1-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:348522;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_2698-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:15874;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20227,3087,'_eg_has_gallery','a:2:{i:0;i:3010;i:1;i:2832;}'),(20228,3088,'_wp_attached_file','2025/06/IMG_5601-1.webp'),(20229,3088,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:856;s:4:\"file\";s:23:\"2025/06/IMG_5601-1.webp\";s:8:\"filesize\";i:956684;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_5601-1-300x178.webp\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:63524;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"IMG_5601-1-1024x609.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:609;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:574534;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_5601-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:26604;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"IMG_5601-1-768x457.webp\";s:5:\"width\";i:768;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:346168;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_5601-1-300x178.webp\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:63524;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_5601-1-600x357.webp\";s:5:\"width\";i:600;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:222182;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_5601-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:12950;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20230,3088,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20231,3089,'_wp_attached_file','2025/06/IMG_3246-1.webp'),(20232,3089,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2025/06/IMG_3246-1.webp\";s:8:\"filesize\";i:1342014;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_3246-1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:80260;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"IMG_3246-1-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:780308;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_3246-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:27886;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"IMG_3246-1-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:466882;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_3246-1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:80260;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_3246-1-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:297636;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_3246-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:12826;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20233,3089,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20234,3090,'_wp_attached_file','2025/06/IMG_4995-1.webp'),(20235,3090,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1319;s:4:\"file\";s:23:\"2025/06/IMG_4995-1.webp\";s:8:\"filesize\";i:2132544;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_4995-1-300x275.webp\";s:5:\"width\";i:300;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:122952;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"IMG_4995-1-1024x938.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:938;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1154528;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_4995-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:36732;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"IMG_4995-1-768x703.webp\";s:5:\"width\";i:768;s:6:\"height\";i:703;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:689436;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_4995-1-300x275.webp\";s:5:\"width\";i:300;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:122952;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_4995-1-600x550.webp\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:442046;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_4995-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:17236;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20236,3090,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20237,3091,'_wp_attached_file','2025/06/IMG_4974-1.webp'),(20238,3091,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2025/06/IMG_4974-1.webp\";s:8:\"filesize\";i:1750352;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_4974-1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:92472;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"IMG_4974-1-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:952966;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_4974-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:32416;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"IMG_4974-1-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:561884;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_4974-1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:92472;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_4974-1-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:353514;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_4974-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:14916;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20239,3091,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20240,3092,'_wp_attached_file','2025/06/IMG_4973-1.webp'),(20241,3092,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:23:\"2025/06/IMG_4973-1.webp\";s:8:\"filesize\";i:1480386;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_4973-1-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:82100;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"IMG_4973-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:805698;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_4973-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:28270;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_4973-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:805698;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_4973-1-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:141874;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_4973-1-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:516796;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_4973-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:13278;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20242,3092,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20243,3093,'_wp_attached_file','2025/06/IMG_4544-1.webp'),(20244,3093,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:23:\"2025/06/IMG_4544-1.webp\";s:8:\"filesize\";i:939504;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_4544-1-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:66562;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"IMG_4544-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:601140;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_4544-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:23870;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_4544-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:601140;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_4544-1-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:111148;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_4544-1-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:386956;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_4544-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:11676;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20245,3093,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20246,3094,'_wp_attached_file','2025/06/IMG_7492-1.webp'),(20247,3094,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:1440;s:4:\"file\";s:23:\"2025/06/IMG_7492-1.webp\";s:8:\"filesize\";i:1672112;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_7492-1-200x300.webp\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:85268;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"IMG_7492-1-683x1024.webp\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:889688;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_7492-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:33604;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_7492-1-768x1152.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1094822;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_7492-1-300x450.webp\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:190078;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_7492-1-600x900.webp\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:714488;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_7492-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:15556;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20248,3094,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20249,3095,'_wp_attached_file','2025/06/IMG_7491-1.webp'),(20250,3095,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1400;s:6:\"height\";i:933;s:4:\"file\";s:23:\"2025/06/IMG_7491-1.webp\";s:8:\"filesize\";i:1706422;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_7491-1-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:92710;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"IMG_7491-1-1024x682.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:954732;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_7491-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:35460;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"IMG_7491-1-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:564568;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_7491-1-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:92710;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_7491-1-600x400.webp\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:356322;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_7491-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:16464;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20251,3095,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20252,3096,'_wp_attached_file','2025/06/IMG_7489-1.webp'),(20253,3096,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:1440;s:4:\"file\";s:23:\"2025/06/IMG_7489-1.webp\";s:8:\"filesize\";i:1877876;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_7489-1-200x300.webp\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:93942;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"IMG_7489-1-683x1024.webp\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:983316;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_7489-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:38768;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_7489-1-768x1152.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1210634;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_7489-1-300x450.webp\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:209398;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_7489-1-600x900.webp\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:790276;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_7489-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:17928;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20254,3096,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20255,3097,'_wp_attached_file','2025/06/IMG_7488-1.webp'),(20256,3097,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:23:\"2025/06/IMG_7488-1.webp\";s:8:\"filesize\";i:1584398;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_7488-1-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:87896;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"IMG_7488-1-1024x683.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:869542;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_7488-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:32962;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"IMG_7488-1-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:517466;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_7488-1-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:87896;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_7488-1-600x400.webp\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:329800;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_7488-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:15374;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20257,3097,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20258,3098,'_wp_attached_file','2025/06/IMG_2121-1.webp'),(20259,3098,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:23:\"2025/06/IMG_2121-1.webp\";s:8:\"filesize\";i:1783960;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IMG_2121-1-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:93610;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"IMG_2121-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:923820;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_2121-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:33834;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_2121-1-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:923820;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IMG_2121-1-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:160374;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IMG_2121-1-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:586250;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IMG_2121-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:16256;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20260,3098,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20261,3010,'_eg_just_published','1'),(20262,3010,'_eg_version','1.11.0'),(20263,3010,'_yoast_wpseo_content_score','90'),(20264,3010,'_yoast_wpseo_estimated-reading-time-minutes','0'),(20265,3099,'_wp_attached_file','2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp'),(20266,3099,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1800;s:4:\"file\";s:49:\"2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.webp\";s:8:\"filesize\";i:3284236;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"778D6D30-EF8B-49F5-A251-BC549CDC2E68-240x300.webp\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:125796;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"778D6D30-EF8B-49F5-A251-BC549CDC2E68-819x1024.webp\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1139680;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"778D6D30-EF8B-49F5-A251-BC549CDC2E68-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:41132;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"778D6D30-EF8B-49F5-A251-BC549CDC2E68-768x960.webp\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1019206;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:51:\"778D6D30-EF8B-49F5-A251-BC549CDC2E68-1229x1536.webp\";s:5:\"width\";i:1229;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2303196;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:49:\"778D6D30-EF8B-49F5-A251-BC549CDC2E68-300x375.webp\";s:5:\"width\";i:300;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:190636;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:49:\"778D6D30-EF8B-49F5-A251-BC549CDC2E68-600x750.webp\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:660206;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:49:\"778D6D30-EF8B-49F5-A251-BC549CDC2E68-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18846;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20267,3099,'_eg_has_gallery','a:2:{i:0;i:3010;i:1;i:2620;}'),(20268,3100,'_wp_attached_file','2025/06/29964D3A-B203-4E30-95AE-9483EC6B8490.webp'),(20269,3100,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1800;s:4:\"file\";s:49:\"2025/06/29964D3A-B203-4E30-95AE-9483EC6B8490.webp\";s:8:\"filesize\";i:3270706;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"29964D3A-B203-4E30-95AE-9483EC6B8490-240x300.webp\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:121166;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"29964D3A-B203-4E30-95AE-9483EC6B8490-819x1024.webp\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1143886;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"29964D3A-B203-4E30-95AE-9483EC6B8490-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:39614;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"29964D3A-B203-4E30-95AE-9483EC6B8490-768x960.webp\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1020218;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:51:\"29964D3A-B203-4E30-95AE-9483EC6B8490-1229x1536.webp\";s:5:\"width\";i:1229;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2316972;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:49:\"29964D3A-B203-4E30-95AE-9483EC6B8490-300x375.webp\";s:5:\"width\";i:300;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:184588;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:49:\"29964D3A-B203-4E30-95AE-9483EC6B8490-600x750.webp\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:657938;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:49:\"29964D3A-B203-4E30-95AE-9483EC6B8490-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18374;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20270,3100,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20271,3101,'_wp_attached_file','2025/06/67738814_2380243855588700_6910048023540137984_n.webp'),(20272,3101,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:60:\"2025/06/67738814_2380243855588700_6910048023540137984_n.webp\";s:8:\"filesize\";i:2042682;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"67738814_2380243855588700_6910048023540137984_n-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:102176;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"67738814_2380243855588700_6910048023540137984_n-1024x683.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1030038;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"67738814_2380243855588700_6910048023540137984_n-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:37926;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"67738814_2380243855588700_6910048023540137984_n-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:610574;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:60:\"67738814_2380243855588700_6910048023540137984_n-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:102176;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:60:\"67738814_2380243855588700_6910048023540137984_n-600x400.webp\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:384738;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:60:\"67738814_2380243855588700_6910048023540137984_n-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17608;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20273,3101,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20274,3102,'_wp_attached_file','2025/06/68470976_1346433938856221_3994837700069818368_n.webp'),(20275,3102,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:60:\"2025/06/68470976_1346433938856221_3994837700069818368_n.webp\";s:8:\"filesize\";i:1950076;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"68470976_1346433938856221_3994837700069818368_n-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:102362;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"68470976_1346433938856221_3994837700069818368_n-1024x683.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:983172;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"68470976_1346433938856221_3994837700069818368_n-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:39962;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"68470976_1346433938856221_3994837700069818368_n-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:584944;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:60:\"68470976_1346433938856221_3994837700069818368_n-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:102362;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:60:\"68470976_1346433938856221_3994837700069818368_n-600x400.webp\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:371142;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:60:\"68470976_1346433938856221_3994837700069818368_n-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19054;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20276,3102,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20277,3103,'_wp_attached_file','2025/06/IMG_0696.webp'),(20278,3103,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_0696.webp\";s:8:\"filesize\";i:2417394;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_0696-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:105636;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_0696-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1176000;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_0696-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36046;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_0696-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1176000;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_0696-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:186194;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_0696-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:732560;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_0696-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16934;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20279,3103,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20280,3104,'_wp_attached_file','2025/06/IMG_0698.webp'),(20281,3104,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_0698.webp\";s:8:\"filesize\";i:2176802;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_0698-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:95682;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_0698-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1073584;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_0698-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34344;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_0698-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1073584;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_0698-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:169456;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_0698-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:669728;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_0698-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16184;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20282,3104,'_eg_has_gallery','a:2:{i:0;i:3010;i:1;i:2620;}'),(20283,3105,'_wp_attached_file','2025/06/IMG_1009.webp'),(20284,3105,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_1009.webp\";s:8:\"filesize\";i:2284022;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_1009-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:101502;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_1009-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1115296;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1009-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33768;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_1009-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1115296;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_1009-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:178920;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_1009-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:697534;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1009-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15822;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20285,3105,'_eg_has_gallery','a:2:{i:0;i:3010;i:1;i:2620;}'),(20286,3106,'_wp_attached_file','2025/06/IMG_1010.webp'),(20287,3106,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_1010.webp\";s:8:\"filesize\";i:2379686;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_1010-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:103836;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_1010-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1157642;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1010-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33018;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_1010-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1157642;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_1010-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:184288;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_1010-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:722714;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1010-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15580;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20288,3106,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20289,3107,'_wp_attached_file','2025/06/IMG_1011.webp'),(20290,3107,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_1011.webp\";s:8:\"filesize\";i:2344538;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_1011-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:102014;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_1011-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1142758;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1011-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33614;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_1011-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1142758;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_1011-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:181276;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_1011-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:714700;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1011-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15600;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20291,3107,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20292,3108,'_wp_attached_file','2025/06/IMG_1796.webp'),(20293,3108,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_1796.webp\";s:8:\"filesize\";i:2788878;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_1796-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:111952;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_1796-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1333428;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1796-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36406;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_1796-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1333428;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_1796-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:200984;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_1796-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:826042;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1796-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16626;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20294,3108,'_eg_has_gallery','a:2:{i:0;i:3010;i:1;i:2620;}'),(20295,3109,'_wp_attached_file','2025/06/IMG_1797.webp'),(20296,3109,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_1797.webp\";s:8:\"filesize\";i:2750098;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_1797-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:108030;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_1797-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1317698;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1797-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:35316;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_1797-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1317698;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_1797-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:195252;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_1797-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:816160;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1797-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15982;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20297,3109,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20298,3110,'_wp_attached_file','2025/06/IMG_1961.webp'),(20299,3110,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_1961.webp\";s:8:\"filesize\";i:2483048;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_1961-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:103882;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_1961-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1225592;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1961-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32586;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_1961-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1225592;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_1961-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:187470;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_1961-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:761720;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1961-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14836;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20300,3110,'_eg_has_gallery','a:2:{i:0;i:3010;i:1;i:2620;}'),(20301,3111,'_wp_attached_file','2025/06/IMG_2559.webp'),(20302,3111,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_2559.webp\";s:8:\"filesize\";i:2739168;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_2559-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:109198;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_2559-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1300504;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2559-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36984;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_2559-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1300504;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_2559-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:195786;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_2559-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:804714;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2559-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16640;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20303,3111,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20304,3112,'_wp_attached_file','2025/06/IMG_3062.webp'),(20305,3112,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_3062.webp\";s:8:\"filesize\";i:2779078;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_3062-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:124076;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_3062-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1372936;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3062-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:39430;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_3062-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1372936;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_3062-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:220482;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_3062-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:862044;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3062-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17964;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20306,3112,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20307,3113,'_wp_attached_file','2025/06/IMG_3064.webp'),(20308,3113,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_3064.webp\";s:8:\"filesize\";i:2282698;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_3064-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:102358;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_3064-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1119684;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3064-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:35288;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_3064-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1119684;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_3064-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:180584;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_3064-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:702814;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3064-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16374;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20309,3113,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20310,3114,'_wp_attached_file','2025/06/IMG_3120.webp'),(20311,3114,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_3120.webp\";s:8:\"filesize\";i:2224746;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_3120-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:95736;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_3120-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1087924;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3120-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:35402;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_3120-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1087924;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_3120-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:169690;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_3120-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:674222;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3120-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16908;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20312,3114,'_eg_has_gallery','a:2:{i:0;i:3010;i:1;i:2620;}'),(20313,3115,'_wp_attached_file','2025/06/IMG_3222.webp'),(20314,3115,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_3222.webp\";s:8:\"filesize\";i:2861740;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_3222-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:120746;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_3222-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1381594;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3222-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40564;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_3222-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1381594;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_3222-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:215602;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_3222-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:859668;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3222-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18366;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20315,3115,'_eg_has_gallery','a:2:{i:0;i:3010;i:1;i:2620;}'),(20316,3116,'_wp_attached_file','2025/06/IMG_3223.webp'),(20317,3116,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_3223.webp\";s:8:\"filesize\";i:2922746;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_3223-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:126890;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_3223-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1414566;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3223-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:42302;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_3223-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1414566;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_3223-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:226014;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_3223-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:882644;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3223-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19438;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20318,3116,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20319,3117,'_wp_attached_file','2025/06/IMG_3305.webp'),(20320,3117,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_3305.webp\";s:8:\"filesize\";i:1724190;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_3305-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:83072;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_3305-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:889850;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3305-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29388;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_3305-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:889850;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_3305-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:145454;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_3305-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:558922;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3305-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13894;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20321,3117,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20322,3118,'_wp_attached_file','2025/06/IMG_3617.webp'),(20323,3118,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_3617.webp\";s:8:\"filesize\";i:2678886;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_3617-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:112590;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_3617-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1308276;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3617-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:37150;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_3617-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1308276;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_3617-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:202642;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_3617-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:813362;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3617-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16840;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20324,3118,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20325,3119,'_wp_attached_file','2025/06/IMG_3619.webp'),(20326,3119,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_3619.webp\";s:8:\"filesize\";i:2275644;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_3619-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:97382;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_3619-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1092364;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3619-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32504;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_3619-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1092364;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_3619-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:170514;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_3619-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:679632;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3619-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15448;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20327,3119,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20328,3120,'_wp_attached_file','2025/06/IMG_4031.webp'),(20329,3120,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:960;s:4:\"file\";s:21:\"2025/06/IMG_4031.webp\";s:8:\"filesize\";i:1938886;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_4031-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:103824;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_4031-1024x683.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1027676;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_4031-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:38506;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_4031-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:613410;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_4031-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:103824;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_4031-600x400.webp\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:392668;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_4031-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17718;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20330,3120,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20331,3121,'_wp_attached_file','2025/06/IMG_6976.webp'),(20332,3121,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"2025/06/IMG_6976.webp\";s:8:\"filesize\";i:1549604;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_6976-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:83994;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_6976-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:847796;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_6976-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32852;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_6976-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:490036;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_6976-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:83994;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_6976-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:310934;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_6976-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15654;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20333,3121,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20334,3122,'_wp_attached_file','2025/06/IMG_7042.webp'),(20335,3122,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_7042.webp\";s:8:\"filesize\";i:1339692;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_7042-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:75646;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_7042-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:772130;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_7042-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27702;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_7042-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:772130;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_7042-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:129940;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_7042-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:483686;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_7042-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12924;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20336,3122,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20337,3123,'_wp_attached_file','2025/06/IMG_7204.webp'),(20338,3123,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_7204.webp\";s:8:\"filesize\";i:1505876;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_7204-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:82030;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_7204-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:827668;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_7204-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29800;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_7204-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:827668;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_7204-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:140674;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_7204-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:523460;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_7204-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14414;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20339,3123,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20340,3124,'_wp_attached_file','2025/06/IMG_7207.webp'),(20341,3124,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_7207.webp\";s:8:\"filesize\";i:1421530;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_7207-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:84946;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_7207-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:782012;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_7207-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31672;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_7207-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:782012;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_7207-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:142490;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_7207-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:501772;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_7207-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15466;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20342,3124,'_eg_has_gallery','a:2:{i:0;i:3010;i:1;i:2620;}'),(20343,3125,'_wp_attached_file','2025/06/IMG_7301.webp'),(20344,3125,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_7301.webp\";s:8:\"filesize\";i:1687338;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_7301-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:91386;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_7301-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:901830;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_7301-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28886;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_7301-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:901830;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_7301-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:157542;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_7301-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:572614;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_7301-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13690;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20345,3126,'_wp_attached_file','2025/06/IMG_7307.webp'),(20346,3126,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1189;s:4:\"file\";s:21:\"2025/06/IMG_7307.webp\";s:8:\"filesize\";i:950324;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_7307-272x300.webp\";s:5:\"width\";i:272;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:85488;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_7307-930x1024.webp\";s:5:\"width\";i:930;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:806844;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_7307-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26958;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_7307-768x846.webp\";s:5:\"width\";i:768;s:6:\"height\";i:846;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:569444;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_7307-300x330.webp\";s:5:\"width\";i:300;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:102422;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_7307-600x661.webp\";s:5:\"width\";i:600;s:6:\"height\";i:661;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:367308;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_7307-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13018;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20347,3125,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20348,3126,'_eg_has_gallery','a:2:{i:0;i:3010;i:1;i:2620;}'),(20349,3127,'_wp_attached_file','2025/06/IMG_7447.webp'),(20350,3127,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_7447.webp\";s:8:\"filesize\";i:1243998;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_7447-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72834;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_7447-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:723758;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_7447-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_7447-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:723758;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_7447-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:124362;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_7447-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:455906;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_7447-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12546;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20351,3127,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20352,3128,'_wp_attached_file','2025/06/IMG_7455.webp'),(20353,3128,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_7455.webp\";s:8:\"filesize\";i:1671624;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_7455-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:92716;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_7455-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:933786;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_7455-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30572;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_7455-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:933786;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_7455-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:162712;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_7455-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:598744;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_7455-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13590;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20354,3128,'_eg_has_gallery','a:2:{i:0;i:3010;i:1;i:2620;}'),(20355,3129,'_wp_attached_file','2025/06/IMG_7456.webp'),(20356,3129,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_7456.webp\";s:8:\"filesize\";i:1970944;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_7456-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:100418;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_7456-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1030338;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_7456-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31868;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_7456-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1030338;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_7456-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:177536;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_7456-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:658426;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_7456-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14376;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20357,3129,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20358,3130,'_wp_attached_file','2025/06/IMG_8009.webp'),(20359,3130,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_8009.webp\";s:8:\"filesize\";i:2252878;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_8009-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:103656;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_8009-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1137998;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_8009-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:37424;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_8009-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1137998;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_8009-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:184826;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_8009-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:721828;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_8009-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16640;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20360,3130,'_eg_has_gallery','a:2:{i:0;i:3010;i:1;i:2620;}'),(20361,3131,'_wp_attached_file','2025/06/IMG_9439.webp'),(20362,3131,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:790;s:4:\"file\";s:21:\"2025/06/IMG_9439.webp\";s:8:\"filesize\";i:1034700;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_9439-300x198.webp\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:76658;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_9439-1024x674.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:674;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:737212;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_9439-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29096;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_9439-768x506.webp\";s:5:\"width\";i:768;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:435496;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_9439-300x198.webp\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:76658;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_9439-600x395.webp\";s:5:\"width\";i:600;s:6:\"height\";i:395;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:287576;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_9439-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13888;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20363,3131,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20364,3132,'_wp_attached_file','2025/06/IMG_2560.webp'),(20365,3132,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_2560.webp\";s:8:\"filesize\";i:2807998;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_2560-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:113228;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_2560-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1343476;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2560-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36382;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_2560-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1343476;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_2560-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:204402;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_2560-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:832386;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2560-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16542;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20366,3132,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20367,3133,'_wp_attached_file','2025/06/IMG_4071.webp'),(20368,3133,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_4071.webp\";s:8:\"filesize\";i:1624498;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_4071-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:87638;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_4071-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:877196;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_4071-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33248;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_4071-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:877196;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_4071-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:152410;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_4071-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:557534;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_4071-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15794;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20369,3133,'_eg_has_gallery','a:2:{i:0;i:3010;i:1;i:2832;}'),(20370,3134,'_wp_attached_file','2025/06/IMG_4055.webp'),(20371,3134,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_4055.webp\";s:8:\"filesize\";i:2061532;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_4055-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:102984;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_4055-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1076362;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_4055-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:35186;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_4055-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1076362;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_4055-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:181040;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_4055-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:683132;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_4055-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16450;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20372,3134,'_eg_has_gallery','a:2:{i:0;i:3010;i:1;i:2832;}'),(20373,3135,'_wp_attached_file','2025/06/IMG_4054.webp'),(20374,3135,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_4054.webp\";s:8:\"filesize\";i:1927336;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_4054-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:97364;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_4054-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1007658;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_4054-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34148;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_4054-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1007658;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_4054-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:170632;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_4054-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:638334;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_4054-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16286;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20375,3135,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20376,3136,'_wp_attached_file','2025/06/IMG_4036.webp'),(20377,3136,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_4036.webp\";s:8:\"filesize\";i:1717044;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_4036-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:85196;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_4036-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:885774;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_4036-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30826;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_4036-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:885774;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_4036-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:147694;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_4036-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:557732;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_4036-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14782;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20378,3136,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20379,3137,'_wp_attached_file','2025/06/IMG_4035.webp'),(20380,3137,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_4035.webp\";s:8:\"filesize\";i:1732508;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_4035-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:95606;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_4035-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:939882;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_4035-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33640;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_4035-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:939882;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_4035-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:164156;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_4035-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:598290;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_4035-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16054;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20381,3137,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20382,3138,'_wp_attached_file','2025/06/IMG_4021.webp'),(20383,3138,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_4021.webp\";s:8:\"filesize\";i:1616184;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_4021-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:92052;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_4021-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:891570;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_4021-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32132;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_4021-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:891570;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_4021-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:157816;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_4021-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:570736;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_4021-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15238;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20384,3138,'_eg_has_gallery','a:2:{i:0;i:3010;i:1;i:2832;}'),(20385,3139,'_wp_attached_file','2025/06/IMG_4020.webp'),(20386,3139,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_4020.webp\";s:8:\"filesize\";i:1529024;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_4020-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:86836;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_4020-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:851170;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_4020-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31050;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_4020-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:851170;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_4020-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:148352;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_4020-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:543644;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_4020-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14918;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20387,3139,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20388,3140,'_wp_attached_file','2025/06/IMG_3966.webp'),(20389,3140,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_3966.webp\";s:8:\"filesize\";i:2287580;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_3966-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:107276;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_3966-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1186550;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3966-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:35126;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_3966-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1186550;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_3966-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:192024;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_3966-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:746968;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3966-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15630;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20390,3140,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20391,3141,'_wp_attached_file','2025/06/IMG_3960.webp'),(20392,3141,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1104;s:4:\"file\";s:21:\"2025/06/IMG_3960.webp\";s:8:\"filesize\";i:1630236;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_3960-293x300.webp\";s:5:\"width\";i:293;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:135406;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_3960-1002x1024.webp\";s:5:\"width\";i:1002;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1349386;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3960-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36262;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_3960-768x785.webp\";s:5:\"width\";i:768;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:834744;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_3960-300x307.webp\";s:5:\"width\";i:300;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:141494;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_3960-600x613.webp\";s:5:\"width\";i:600;s:6:\"height\";i:613;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:530962;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3960-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16852;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20393,3141,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20394,3142,'_wp_attached_file','2025/06/IMG_3959-scaled.webp'),(20395,3143,'_wp_attached_file','2025/06/IMG_3948.webp'),(20396,3143,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1429;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_3948.webp\";s:8:\"filesize\";i:3109874;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_3948-298x300.webp\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:155202;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_3948-1016x1024.webp\";s:5:\"width\";i:1016;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1561044;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3948-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40962;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_3948-768x774.webp\";s:5:\"width\";i:768;s:6:\"height\";i:774;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:933492;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_3948-300x302.webp\";s:5:\"width\";i:300;s:6:\"height\";i:302;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:156776;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_3948-600x605.webp\";s:5:\"width\";i:600;s:6:\"height\";i:605;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:591808;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3948-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19098;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20397,3143,'_eg_has_gallery','a:2:{i:0;i:3010;i:1;i:2620;}'),(20401,3145,'_wp_attached_file','2025/06/IMG_3897.webp'),(20402,3145,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1260;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_3897.webp\";s:8:\"filesize\";i:2099512;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_3897-263x300.webp\";s:5:\"width\";i:263;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:104664;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_3897-896x1024.webp\";s:5:\"width\";i:896;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1102722;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3897-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29984;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_3897-768x878.webp\";s:5:\"width\";i:768;s:6:\"height\";i:878;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:833712;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_3897-300x343.webp\";s:5:\"width\";i:300;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:136266;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_3897-600x686.webp\";s:5:\"width\";i:600;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:522268;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3897-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13920;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20403,3145,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20404,3146,'_wp_attached_file','2025/06/IMG_3846.webp'),(20405,3146,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_3846.webp\";s:8:\"filesize\";i:1714676;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_3846-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77074;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_3846-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:864464;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3846-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28096;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_3846-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:864464;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_3846-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:133696;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_3846-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:532460;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3846-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13742;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20406,3146,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20407,3147,'_wp_attached_file','2025/06/IMG_3845.webp'),(20408,3147,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_3845.webp\";s:8:\"filesize\";i:1213938;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_3845-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72644;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_3845-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:717468;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3845-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27210;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_3845-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:717468;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_3845-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:124232;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_3845-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:452802;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3845-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13362;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20409,3147,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20410,3148,'_wp_attached_file','2025/06/IMG_3812.webp'),(20411,3148,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1337;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/06/IMG_3812.webp\";s:8:\"filesize\";i:2336834;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_3812-279x300.webp\";s:5:\"width\";i:279;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:130458;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_3812-951x1024.webp\";s:5:\"width\";i:951;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1243968;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3812-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:39316;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_3812-768x827.webp\";s:5:\"width\";i:768;s:6:\"height\";i:827;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:849180;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_3812-300x323.webp\";s:5:\"width\";i:300;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:150048;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_3812-600x646.webp\";s:5:\"width\";i:600;s:6:\"height\";i:646;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:543140;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3812-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18886;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20412,3148,'_eg_has_gallery','a:1:{i:0;i:3010;}'),(20413,3010,'_eg_in_posts','a:1:{i:82;i:82;}'),(20414,3152,'_edit_last','1'),(20415,3152,'_edit_lock','1755116280:1'),(20416,3153,'_wp_attached_file','2025/06/AG.webp'),(20417,3153,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2025/06/AG.webp\";s:8:\"filesize\";i:787902;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"AG-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:59816;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"AG-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:531908;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"AG-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:23584;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"AG-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:317424;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:15:\"AG-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:59816;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:15:\"AG-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:212084;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:15:\"AG-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11446;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20418,3153,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(20419,3152,'_eg_in_gallery','a:39:{i:0;i:3153;i:1;i:3154;i:2;i:3155;i:3;i:3156;i:4;i:3157;i:5;i:3158;i:6;i:3159;i:7;i:3160;i:8;i:3161;i:9;i:3162;i:10;i:3163;i:11;i:3165;i:12;i:3166;i:13;i:3167;i:14;i:3169;i:15;i:3170;i:16;i:3171;i:17;i:3172;i:18;i:3173;i:19;i:3174;i:20;i:3175;i:21;i:3176;i:22;i:3177;i:23;i:3178;i:24;i:3179;i:25;i:3180;i:26;i:3484;i:27;i:3485;i:28;i:3486;i:29;i:3487;i:30;i:3488;i:31;i:3489;i:32;i:3490;i:33;i:3491;i:34;i:3492;i:35;i:3493;i:36;i:3494;i:37;i:3495;i:38;i:3496;}'),(20420,3152,'_eg_gallery_data','a:3:{s:2:\"id\";i:3152;s:6:\"config\";a:88:{s:4:\"type\";s:7:\"default\";s:6:\"layout\";s:9:\"automatic\";s:7:\"columns\";s:1:\"0\";s:13:\"gallery_theme\";s:4:\"base\";s:17:\"justified_margins\";i:1;s:18:\"justified_last_row\";s:9:\"nojustify\";s:12:\"lazy_loading\";i:1;s:18:\"lazy_loading_delay\";i:500;s:6:\"gutter\";i:1;s:13:\"gutter_mobile\";i:0;s:6:\"margin\";i:1;s:10:\"image_size\";s:7:\"default\";s:11:\"square_size\";i:300;s:10:\"crop_width\";i:640;s:11:\"crop_height\";i:480;s:4:\"crop\";i:0;s:13:\"crop_position\";s:1:\"c\";s:14:\"show_more_text\";s:14:\"Click for more\";s:17:\"additional_copy_0\";i:0;s:21:\"additional_copy_title\";i:0;s:23:\"additional_copy_caption\";i:0;s:29:\"additional_copy_title_caption\";i:0;s:24:\"additional_copy_0_mobile\";i:0;s:28:\"additional_copy_title_mobile\";i:0;s:30:\"additional_copy_caption_mobile\";i:0;s:36:\"additional_copy_title_caption_mobile\";i:0;s:28:\"gallery_column_title_caption\";s:1:\"0\";s:35:\"gallery_column_title_caption_mobile\";s:1:\"0\";s:27:\"additional_copy_automatic_0\";i:0;s:31:\"additional_copy_automatic_title\";i:0;s:33:\"additional_copy_automatic_caption\";i:0;s:39:\"additional_copy_automatic_title_caption\";i:0;s:34:\"additional_copy_automatic_0_mobile\";i:0;s:38:\"additional_copy_automatic_title_mobile\";i:0;s:40:\"additional_copy_automatic_caption_mobile\";i:0;s:46:\"additional_copy_automatic_title_caption_mobile\";i:0;s:31:\"gallery_automatic_title_caption\";s:1:\"0\";s:38:\"gallery_automatic_title_caption_mobile\";s:1:\"0\";s:20:\"justified_row_height\";i:100;s:20:\"description_position\";s:1:\"0\";s:11:\"description\";s:0:\"\";s:6:\"random\";s:1:\"0\";s:10:\"sort_order\";s:1:\"0\";s:17:\"sorting_direction\";s:3:\"ASC\";s:18:\"image_sizes_random\";a:0:{}s:7:\"isotope\";i:0;s:16:\"lightbox_enabled\";i:1;s:20:\"gallery_link_enabled\";i:1;s:14:\"lightbox_theme\";s:9:\"base_dark\";s:19:\"lightbox_image_size\";s:7:\"default\";s:13:\"title_display\";s:5:\"float\";s:22:\"lightbox_title_caption\";s:5:\"title\";s:6:\"arrows\";i:1;s:15:\"arrows_position\";s:6:\"inside\";s:7:\"toolbar\";i:0;s:13:\"toolbar_title\";i:0;s:16:\"toolbar_position\";s:3:\"top\";s:4:\"loop\";i:1;s:26:\"lightbox_open_close_effect\";s:4:\"fade\";s:6:\"effect\";s:4:\"fade\";s:9:\"supersize\";i:0;s:17:\"thumbnails_toggle\";i:0;s:15:\"thumbnails_hide\";i:0;s:13:\"image_counter\";i:0;s:21:\"lightbox_html_caption\";i:0;s:10:\"thumbnails\";i:1;s:16:\"thumbnails_width\";i:75;s:17:\"thumbnails_height\";i:50;s:19:\"thumbnails_position\";s:6:\"bottom\";s:22:\"thumbnails_custom_size\";i:0;s:6:\"mobile\";i:1;s:12:\"mobile_width\";i:320;s:13:\"mobile_height\";i:240;s:15:\"mobile_lightbox\";i:1;s:27:\"mobile_gallery_link_enabled\";i:0;s:13:\"mobile_arrows\";i:1;s:14:\"mobile_toolbar\";i:1;s:17:\"mobile_thumbnails\";i:1;s:22:\"mobile_touchwipe_close\";i:0;s:23:\"mobile_thumbnails_width\";i:75;s:24:\"mobile_thumbnails_height\";i:50;s:27:\"mobile_justified_row_height\";i:80;s:8:\"keyboard\";b:1;s:19:\"standalone_template\";s:0:\"\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"rtl\";i:0;s:4:\"slug\";s:17:\"our-work-canopies\";s:5:\"title\";s:0:\"\";}s:7:\"gallery\";a:39:{i:3153;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:63:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/AG.png\";s:5:\"title\";s:24:\"Aggressive Graphix 10x10\";s:4:\"link\";s:63:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/AG.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3489;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:75:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/dhopkins10x10.webp\";s:5:\"title\";s:17:\"DCH Masonry 10x10\";s:4:\"link\";s:75:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/dhopkins10x10.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3488;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/grice10x10.webp\";s:5:\"title\";s:30:\"Gary Rice Shop Equipment 10x10\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/grice10x10.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3179;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/sweetsubies.png\";s:5:\"title\";s:18:\"Sweet Subies 10x10\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/sweetsubies.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3177;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:76:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsandstripes.png\";s:5:\"title\";s:23:\"Scars and Stripes 10x10\";s:4:\"link\";s:76:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsandstripes.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3176;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PlaceFord.png\";s:5:\"title\";s:16:\"Place Ford 10x10\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PlaceFord.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3175;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:65:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/mx23.png\";s:5:\"title\";s:21:\"MX23 Brookfield 10x10\";s:4:\"link\";s:65:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/mx23.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3160;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:78:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/flawlessdetailing.png\";s:5:\"title\";s:27:\"Flawless Detailing MA 10x10\";s:4:\"link\";s:78:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/flawlessdetailing.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3485;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x10.webp\";s:5:\"title\";s:25:\"Wicked Big Car Show 10x10\";s:4:\"link\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x10.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3159;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:73:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/daigleracing.jpg\";s:5:\"title\";s:19:\"Daigle Racing 10x10\";s:4:\"link\";s:73:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/daigleracing.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3158;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/cscservices.jpg\";s:5:\"title\";s:18:\"CSC Services 10x10\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/cscservices.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3157;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/colosseumbarbell.png\";s:5:\"title\";s:28:\"Colosseum Barbell Club 10x10\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/colosseumbarbell.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3156;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:75:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/bosssuspension.png\";s:5:\"title\";s:21:\"Boss Suspension 10x10\";s:4:\"link\";s:75:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/bosssuspension.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3154;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ATMracing.png\";s:5:\"title\";s:16:\"ATM Racing 10x15\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ATMracing.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3172;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/harringer.png\";s:5:\"title\";s:21:\"Dawson Harriger 10x15\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/harringer.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3486;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x20.webp\";s:5:\"title\";s:23:\"Wick Big Car Show 10x20\";s:4:\"link\";s:83:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x20.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3487;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:75:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/supplife10x20.webp\";s:5:\"title\";s:14:\"SuppLife 10x20\";s:4:\"link\";s:75:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/supplife10x20.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3484;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:75:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kavanagh10x20.webp\";s:5:\"title\";s:14:\"Kavanagh 10x20\";s:4:\"link\";s:75:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kavanagh10x20.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3180;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:79:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/triplethreatracing.png\";s:5:\"title\";s:26:\"Triple Threat Racing 10x20\";s:4:\"link\";s:79:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/triplethreatracing.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3490;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:74:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/dhopkinswall.webp\";s:5:\"title\";s:42:\"Mya Hopkins/Plaistow Powersports half wall\";s:4:\"link\";s:74:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/dhopkinswall.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3494;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:73:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrhalfwall.webp\";s:5:\"title\";s:20:\"KSR Wheels half wall\";s:4:\"link\";s:73:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrhalfwall.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3178;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsstripeshalfwall.png\";s:5:\"title\";s:20:\"scarsstripeshalfwall\";s:4:\"link\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsstripeshalfwall.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3174;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:76:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall2.png\";s:5:\"title\";s:23:\"Kaplan Cycles half wall\";s:4:\"link\";s:76:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall2.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3173;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:75:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall.png\";s:5:\"title\";s:23:\"Kaplan Cycles half wall\";s:4:\"link\";s:75:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3155;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:73:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/bosshalfwall.png\";s:5:\"title\";s:25:\"Boss Suspension half wall\";s:4:\"link\";s:73:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/bosshalfwall.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3165;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallAG.png\";s:5:\"title\";s:28:\"Aggressive Graphix full wall\";s:4:\"link\";s:71:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallAG.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3166;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallCBC.png\";s:5:\"title\";s:32:\"Colosseum Barbell Club full wall\";s:4:\"link\";s:72:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallCBC.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3170;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallsinister.png\";s:5:\"title\";s:33:\"Sinfully Slick Auto Spa full wall\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallsinister.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3169;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallPlaistow.png\";s:5:\"title\";s:30:\"Plaistow Powersports full wall\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallPlaistow.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3171;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallWeepingWillow.png\";s:5:\"title\";s:24:\"Weeping Willow full wall\";s:4:\"link\";s:82:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallWeepingWillow.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3167;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallFlawless.png\";s:5:\"title\";s:31:\"Flawless Detailing MA full wall\";s:4:\"link\";s:77:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallFlawless.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3162;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:74:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall10TTR.png\";s:5:\"title\";s:30:\"Triple Threat Racing full wall\";s:4:\"link\";s:74:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall10TTR.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3163;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:74:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall20TTR.png\";s:5:\"title\";s:35:\"Triple Threat Racing 20ft full wall\";s:4:\"link\";s:74:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall20TTR.png\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3496;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrtable.webp\";s:5:\"title\";s:22:\"KSR Wheels table cloth\";s:4:\"link\";s:70:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrtable.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3161;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:74:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fueltoinspire.jpg\";s:5:\"title\";s:27:\"Fuel to Inspire table cloth\";s:4:\"link\";s:74:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fueltoinspire.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3495;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrflag.webp\";s:5:\"title\";s:19:\"KSR Wheels 9ft flag\";s:4:\"link\";s:69:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrflag.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3493;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:73:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/carerentals.webp\";s:5:\"title\";s:31:\"Care Equipment rentals 7ft flag\";s:4:\"link\";s:73:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/carerentals.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3492;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/carelandscapesupply.webp\";s:5:\"title\";s:40:\"Care Equipment landscape supply 7ft flag\";s:4:\"link\";s:81:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/carelandscapesupply.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:3491;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:76:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/careexcavation.webp\";s:5:\"title\";s:24:\"Care Excavation 7ft flag\";s:4:\"link\";s:76:\"https://aggressivegraphix.com/wp-content/uploads/2025/06/careexcavation.webp\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}}'),(20421,3154,'_wp_attached_file','2025/06/ATMracing.webp'),(20422,3154,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2025/06/ATMracing.webp\";s:8:\"filesize\";i:764494;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"ATMracing-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:57180;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"ATMracing-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:513146;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"ATMracing-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22178;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"ATMracing-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:303760;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"ATMracing-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:57180;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"ATMracing-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:201598;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"ATMracing-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10716;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20423,3154,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(20424,3155,'_wp_attached_file','2025/06/bosshalfwall.webp'),(20425,3155,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:402;s:4:\"file\";s:25:\"2025/06/bosshalfwall.webp\";s:8:\"filesize\";i:493368;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"bosshalfwall-300x84.webp\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34296;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"bosshalfwall-1024x286.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:285360;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"bosshalfwall-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28186;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"bosshalfwall-768x214.webp\";s:5:\"width\";i:768;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:173902;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"bosshalfwall-300x84.webp\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34296;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"bosshalfwall-600x168.webp\";s:5:\"width\";i:600;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:114906;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"bosshalfwall-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14138;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20426,3155,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(20427,3156,'_wp_attached_file','2025/06/bosssuspension.webp'),(20428,3156,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:27:\"2025/06/bosssuspension.webp\";s:8:\"filesize\";i:850078;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"bosssuspension-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:60690;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"bosssuspension-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:560858;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"bosssuspension-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:23984;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"bosssuspension-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:332690;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"bosssuspension-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:60690;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"bosssuspension-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:219376;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"bosssuspension-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11792;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20429,3156,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(20430,3157,'_wp_attached_file','2025/06/colosseumbarbell.webp'),(20431,3157,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:29:\"2025/06/colosseumbarbell.webp\";s:8:\"filesize\";i:1159348;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"colosseumbarbell-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77068;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"colosseumbarbell-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:678086;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"colosseumbarbell-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27572;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"colosseumbarbell-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:407384;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"colosseumbarbell-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77068;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"colosseumbarbell-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:265894;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"colosseumbarbell-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13206;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20432,3157,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(20433,3158,'_wp_attached_file','2025/06/cscservices.webp'),(20434,3158,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:24:\"2025/06/cscservices.webp\";s:8:\"filesize\";i:1210156;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"cscservices-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:81716;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"cscservices-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:722674;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"cscservices-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29916;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"cscservices-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:435474;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"cscservices-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:81716;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"cscservices-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:285572;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"cscservices-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14230;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20435,3158,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(20436,3159,'_wp_attached_file','2025/06/daigleracing.webp'),(20437,3159,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:25:\"2025/06/daigleracing.webp\";s:8:\"filesize\";i:1073822;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"daigleracing-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77898;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"daigleracing-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:668472;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"daigleracing-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28392;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"daigleracing-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:405706;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"daigleracing-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77898;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"daigleracing-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:267276;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"daigleracing-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13510;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20438,3159,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(20439,3160,'_wp_attached_file','2025/06/flawlessdetailing.webp'),(20440,3160,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:30:\"2025/06/flawlessdetailing.webp\";s:8:\"filesize\";i:740292;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"flawlessdetailing-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:56502;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"flawlessdetailing-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:504894;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"flawlessdetailing-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22032;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"flawlessdetailing-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:301298;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"flawlessdetailing-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:56502;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"flawlessdetailing-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:201352;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"flawlessdetailing-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10864;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20441,3160,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(20442,3161,'_wp_attached_file','2025/06/fueltoinspire.webp'),(20443,3161,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:26:\"2025/06/fueltoinspire.webp\";s:8:\"filesize\";i:441660;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"fueltoinspire-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:54340;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"fueltoinspire-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:346010;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"fueltoinspire-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21334;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"fueltoinspire-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:228146;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"fueltoinspire-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:54340;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"fueltoinspire-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:162068;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"fueltoinspire-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10794;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20444,3161,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(20445,3162,'_wp_attached_file','2025/06/fullwall10TTR.webp'),(20446,3162,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1215;s:6:\"height\";i:783;s:4:\"file\";s:26:\"2025/06/fullwall10TTR.webp\";s:8:\"filesize\";i:758042;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"fullwall10TTR-300x193.webp\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:69320;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"fullwall10TTR-1024x660.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:600020;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"fullwall10TTR-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28472;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"fullwall10TTR-768x495.webp\";s:5:\"width\";i:768;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:360300;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"fullwall10TTR-300x193.webp\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:69320;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"fullwall10TTR-600x387.webp\";s:5:\"width\";i:600;s:6:\"height\";i:387;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:236178;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"fullwall10TTR-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14322;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20447,3162,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(20448,3163,'_wp_attached_file','2025/06/fullwall20TTR.webp'),(20449,3163,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1338;s:6:\"height\";i:549;s:4:\"file\";s:26:\"2025/06/fullwall20TTR.webp\";s:8:\"filesize\";i:644636;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"fullwall20TTR-300x123.webp\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:45242;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"fullwall20TTR-1024x420.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:390066;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"fullwall20TTR-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25154;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"fullwall20TTR-768x315.webp\";s:5:\"width\";i:768;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:238870;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"fullwall20TTR-300x123.webp\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:45242;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"fullwall20TTR-600x246.webp\";s:5:\"width\";i:600;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:153396;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"fullwall20TTR-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12670;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20450,3163,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(20451,3165,'_wp_attached_file','2025/06/fullwallAG.webp'),(20452,3165,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1404;s:6:\"height\";i:882;s:4:\"file\";s:23:\"2025/06/fullwallAG.webp\";s:8:\"filesize\";i:1018578;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"fullwallAG-300x188.webp\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:70018;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"fullwallAG-1024x643.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:643;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:608588;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"fullwallAG-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29560;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"fullwallAG-768x482.webp\";s:5:\"width\";i:768;s:6:\"height\";i:482;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:368742;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"fullwallAG-300x188.webp\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:70018;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"fullwallAG-600x377.webp\";s:5:\"width\";i:600;s:6:\"height\";i:377;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:239850;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"fullwallAG-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14110;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20453,3165,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(20454,3166,'_wp_attached_file','2025/06/fullwallCBC.webp'),(20455,3166,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1224;s:6:\"height\";i:756;s:4:\"file\";s:24:\"2025/06/fullwallCBC.webp\";s:8:\"filesize\";i:809516;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"fullwallCBC-300x185.webp\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:68474;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"fullwallCBC-1024x632.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:632;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:564974;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"fullwallCBC-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29618;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"fullwallCBC-768x474.webp\";s:5:\"width\";i:768;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:347686;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"fullwallCBC-300x185.webp\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:68474;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"fullwallCBC-600x371.webp\";s:5:\"width\";i:600;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:229546;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"fullwallCBC-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14070;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20456,3166,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(20457,3167,'_wp_attached_file','2025/06/fullwallFlawless.webp'),(20458,3167,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1230;s:6:\"height\";i:828;s:4:\"file\";s:29:\"2025/06/fullwallFlawless.webp\";s:8:\"filesize\";i:803916;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"fullwallFlawless-300x202.webp\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72966;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"fullwallFlawless-1024x689.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:630586;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"fullwallFlawless-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31096;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"fullwallFlawless-768x517.webp\";s:5:\"width\";i:768;s:6:\"height\";i:517;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:380926;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"fullwallFlawless-300x202.webp\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72966;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"fullwallFlawless-600x404.webp\";s:5:\"width\";i:600;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:251804;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"fullwallFlawless-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15026;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20459,3167,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(20460,3169,'_wp_attached_file','2025/06/fullwallPlaistow.webp'),(20461,3169,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1368;s:6:\"height\";i:891;s:4:\"file\";s:29:\"2025/06/fullwallPlaistow.webp\";s:8:\"filesize\";i:1033244;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"fullwallPlaistow-300x195.webp\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:74944;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"fullwallPlaistow-1024x667.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:654388;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"fullwallPlaistow-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30624;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"fullwallPlaistow-768x500.webp\";s:5:\"width\";i:768;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:394292;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"fullwallPlaistow-300x195.webp\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:74944;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"fullwallPlaistow-600x391.webp\";s:5:\"width\";i:600;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:257852;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"fullwallPlaistow-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14702;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20462,3169,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(20463,3170,'_wp_attached_file','2025/06/fullwallsinister.webp'),(20464,3170,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1146;s:6:\"height\";i:741;s:4:\"file\";s:29:\"2025/06/fullwallsinister.webp\";s:8:\"filesize\";i:854762;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"fullwallsinister-300x194.webp\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77796;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"fullwallsinister-1024x662.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:662;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:674616;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"fullwallsinister-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32354;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"fullwallsinister-768x497.webp\";s:5:\"width\";i:768;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:411856;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"fullwallsinister-300x194.webp\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77796;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"fullwallsinister-600x388.webp\";s:5:\"width\";i:600;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:269360;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"fullwallsinister-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15354;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20465,3170,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(20466,3171,'_wp_attached_file','2025/06/fullwallWeepingWillow.webp'),(20467,3171,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1284;s:6:\"height\";i:768;s:4:\"file\";s:34:\"2025/06/fullwallWeepingWillow.webp\";s:8:\"filesize\";i:1062038;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"fullwallWeepingWillow-300x179.webp\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:85466;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"fullwallWeepingWillow-1024x612.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:612;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:697444;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"fullwallWeepingWillow-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40818;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"fullwallWeepingWillow-768x459.webp\";s:5:\"width\";i:768;s:6:\"height\";i:459;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:436024;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"fullwallWeepingWillow-300x179.webp\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:85466;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:34:\"fullwallWeepingWillow-600x359.webp\";s:5:\"width\";i:600;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:289856;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"fullwallWeepingWillow-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19266;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20468,3171,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(20469,3172,'_wp_attached_file','2025/06/harringer.webp'),(20470,3172,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2025/06/harringer.webp\";s:8:\"filesize\";i:1032736;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"harringer-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:69108;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"harringer-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:639100;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"harringer-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26064;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"harringer-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:378018;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"harringer-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:69108;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"harringer-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:248402;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"harringer-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12570;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20471,3172,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(20472,3173,'_wp_attached_file','2025/06/kaplanhalfwall.webp'),(20473,3173,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:420;s:4:\"file\";s:27:\"2025/06/kaplanhalfwall.webp\";s:8:\"filesize\";i:531202;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"kaplanhalfwall-300x88.webp\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36926;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"kaplanhalfwall-1024x299.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:308132;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"kaplanhalfwall-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31236;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"kaplanhalfwall-768x224.webp\";s:5:\"width\";i:768;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:191638;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"kaplanhalfwall-300x88.webp\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36926;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"kaplanhalfwall-600x175.webp\";s:5:\"width\";i:600;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:124688;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"kaplanhalfwall-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15478;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20474,3173,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(20475,3174,'_wp_attached_file','2025/06/kaplanhalfwall2.webp'),(20476,3174,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:396;s:4:\"file\";s:28:\"2025/06/kaplanhalfwall2.webp\";s:8:\"filesize\";i:642564;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"kaplanhalfwall2-300x83.webp\";s:5:\"width\";i:300;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36796;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"kaplanhalfwall2-1024x282.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:356710;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"kaplanhalfwall2-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:35726;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"kaplanhalfwall2-768x211.webp\";s:5:\"width\";i:768;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:220314;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"kaplanhalfwall2-300x83.webp\";s:5:\"width\";i:300;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36796;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"kaplanhalfwall2-600x165.webp\";s:5:\"width\";i:600;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:140354;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"kaplanhalfwall2-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16652;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20477,3174,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(20478,3175,'_wp_attached_file','2025/06/mx23.webp'),(20479,3175,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:17:\"2025/06/mx23.webp\";s:8:\"filesize\";i:795160;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"mx23-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:61014;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"mx23-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:528776;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"mx23-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24324;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"mx23-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:317768;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:17:\"mx23-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:61014;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:17:\"mx23-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:213230;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:17:\"mx23-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11966;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20480,3175,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(20481,3176,'_wp_attached_file','2025/06/PlaceFord.webp'),(20482,3176,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2025/06/PlaceFord.webp\";s:8:\"filesize\";i:819396;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"PlaceFord-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:58326;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"PlaceFord-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:529416;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"PlaceFord-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22200;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"PlaceFord-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:313252;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"PlaceFord-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:58326;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"PlaceFord-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:205760;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"PlaceFord-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10728;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20483,3176,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(20484,3177,'_wp_attached_file','2025/06/scarsandstripes.webp'),(20485,3177,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:28:\"2025/06/scarsandstripes.webp\";s:8:\"filesize\";i:738980;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"scarsandstripes-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:56272;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"scarsandstripes-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:495054;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"scarsandstripes-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22140;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"scarsandstripes-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:294128;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"scarsandstripes-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:56272;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"scarsandstripes-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:198600;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"scarsandstripes-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11068;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20486,3177,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(20487,3178,'_wp_attached_file','2025/06/scarsstripeshalfwall.webp'),(20488,3178,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1388;s:6:\"height\";i:520;s:4:\"file\";s:33:\"2025/06/scarsstripeshalfwall.webp\";s:8:\"filesize\";i:542576;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"scarsstripeshalfwall-300x112.webp\";s:5:\"width\";i:300;s:6:\"height\";i:112;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:41042;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"scarsstripeshalfwall-1024x384.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:343164;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"scarsstripeshalfwall-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30904;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"scarsstripeshalfwall-768x288.webp\";s:5:\"width\";i:768;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:214390;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"scarsstripeshalfwall-300x112.webp\";s:5:\"width\";i:300;s:6:\"height\";i:112;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:41042;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"scarsstripeshalfwall-600x225.webp\";s:5:\"width\";i:600;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:138448;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"scarsstripeshalfwall-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15294;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20489,3178,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(20490,3179,'_wp_attached_file','2025/06/sweetsubies.webp'),(20491,3179,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:24:\"2025/06/sweetsubies.webp\";s:8:\"filesize\";i:915362;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"sweetsubies-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:66846;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"sweetsubies-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:582424;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"sweetsubies-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25522;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"sweetsubies-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:348954;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"sweetsubies-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:66846;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"sweetsubies-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:229946;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"sweetsubies-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12728;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20492,3179,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(20493,3180,'_wp_attached_file','2025/06/triplethreatracing.webp'),(20494,3180,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2025/06/triplethreatracing.webp\";s:8:\"filesize\";i:887746;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"triplethreatracing-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:62810;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"triplethreatracing-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:570786;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"triplethreatracing-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24100;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"triplethreatracing-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:338138;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"triplethreatracing-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:62810;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"triplethreatracing-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:221626;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"triplethreatracing-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11920;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(20495,3180,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(20496,3152,'_eg_just_published','1'),(20497,3152,'_eg_version','1.11.1'),(20498,3152,'_yoast_wpseo_content_score','90'),(20499,3152,'_yoast_wpseo_estimated-reading-time-minutes','0'),(20500,3152,'_eg_in_posts','a:1:{i:82;i:82;}'),(20505,1571,'_monsterinsights_sitenote_active','0'),(20506,1570,'_monsterinsights_sitenote_active','0'),(20507,1569,'_monsterinsights_sitenote_active','0'),(20508,1563,'_monsterinsights_sitenote_active','0'),(20509,1568,'_monsterinsights_sitenote_active','0'),(20510,1567,'_monsterinsights_sitenote_active','0'),(20511,1566,'_monsterinsights_sitenote_active','0'),(20512,1565,'_monsterinsights_sitenote_active','0'),(20513,1564,'_monsterinsights_sitenote_active','0'),(20514,1557,'_monsterinsights_sitenote_active','0'),(20522,1562,'_monsterinsights_sitenote_active','0'),(20523,1561,'_monsterinsights_sitenote_active','0'),(20524,1560,'_monsterinsights_sitenote_active','0'),(20525,1559,'_monsterinsights_sitenote_active','0'),(20526,1558,'_monsterinsights_sitenote_active','0'),(20527,1553,'_monsterinsights_sitenote_active','0'),(20528,1556,'_monsterinsights_sitenote_active','0'),(20529,1555,'_monsterinsights_sitenote_active','0'),(20530,1554,'_monsterinsights_sitenote_active','0'),(20531,1547,'_monsterinsights_sitenote_active','0'),(20532,1893,'_monsterinsights_sitenote_active','0'),(20533,1552,'_monsterinsights_sitenote_active','0'),(20534,1551,'_monsterinsights_sitenote_active','0'),(20535,1550,'_monsterinsights_sitenote_active','0'),(20536,1549,'_monsterinsights_sitenote_active','0'),(20537,1548,'_monsterinsights_sitenote_active','0'),(20538,1546,'_monsterinsights_sitenote_active','0'),(20539,1545,'_monsterinsights_sitenote_active','0'),(20540,1544,'_monsterinsights_sitenote_active','0'),(20541,1543,'_monsterinsights_sitenote_active','0'),(20542,486,'_monsterinsights_sitenote_active','0'),(20543,700,'_g_feedback_shortcode_a1a353875207dd44672d9c2691ded40f1d1be005','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(20544,700,'_g_feedback_shortcode_atts_a1a353875207dd44672d9c2691ded40f1d1be005','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:40:\"[Aggressive Graphix LLC] Custom trim kit\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:700;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(20545,1608,'_monsterinsights_sitenote_active','0'),(20546,1607,'_monsterinsights_sitenote_active','0'),(20547,1606,'_monsterinsights_sitenote_active','0'),(20548,1605,'_monsterinsights_sitenote_active','0'),(20549,1599,'_monsterinsights_sitenote_active','0'),(20550,1604,'_monsterinsights_sitenote_active','0'),(20551,1603,'_monsterinsights_sitenote_active','0'),(20552,1602,'_monsterinsights_sitenote_active','0'),(20553,1601,'_monsterinsights_sitenote_active','0'),(20554,1600,'_monsterinsights_sitenote_active','0'),(20555,1593,'_monsterinsights_sitenote_active','0'),(20556,3187,'af_addon_option_priority',''),(20557,3187,'_monsterinsights_sitenote_active','0'),(20558,3187,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/redflakelaminate.png'),(20559,3187,'af_addon_field_options_name','Red flake laminate'),(20560,3187,'af_addon_option_color',''),(20561,3187,'af_addon_field_options_price_type','free'),(20562,3187,'af_addon_field_options_price',''),(20563,1598,'_monsterinsights_sitenote_active','0'),(20564,1597,'_monsterinsights_sitenote_active','0'),(20565,1596,'_monsterinsights_sitenote_active','0'),(20566,1595,'_monsterinsights_sitenote_active','0'),(20567,1594,'_monsterinsights_sitenote_active','0'),(20568,1589,'_monsterinsights_sitenote_active','0'),(20569,1592,'_monsterinsights_sitenote_active','0'),(20570,1591,'_monsterinsights_sitenote_active','0'),(20571,1590,'_monsterinsights_sitenote_active','0'),(20572,1582,'_monsterinsights_sitenote_active','0'),(20573,1588,'_monsterinsights_sitenote_active','0'),(20575,1586,'_monsterinsights_sitenote_active','0'),(20576,1583,'_monsterinsights_sitenote_active','0'),(20577,1581,'_monsterinsights_sitenote_active','0'),(20578,1580,'_monsterinsights_sitenote_active','0'),(20579,700,'_monsterinsights_sitenote_active','0'),(20580,700,'_yoast_wpseo_primary_product_brand',''),(20581,1880,'_monsterinsights_sitenote_active','0'),(20582,1906,'_monsterinsights_sitenote_active','0'),(20583,1887,'_monsterinsights_sitenote_active','0'),(20584,1886,'_monsterinsights_sitenote_active','0'),(20585,1885,'_monsterinsights_sitenote_active','0'),(20586,1884,'_monsterinsights_sitenote_active','0'),(20587,1883,'_monsterinsights_sitenote_active','0'),(20588,1882,'_monsterinsights_sitenote_active','0'),(20589,1881,'_monsterinsights_sitenote_active','0'),(20590,1639,'_monsterinsights_sitenote_active','0'),(20591,1638,'_monsterinsights_sitenote_active','0'),(20592,1637,'_monsterinsights_sitenote_active','0'),(20593,1636,'_monsterinsights_sitenote_active','0'),(20594,1630,'_monsterinsights_sitenote_active','0'),(20595,3188,'af_addon_option_priority',''),(20596,3188,'_monsterinsights_sitenote_active','0'),(20597,3188,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/redflakelaminate.png'),(20598,3188,'af_addon_field_options_name','Red flake laminate'),(20599,3188,'af_addon_option_color',''),(20600,3188,'af_addon_field_options_price_type','free'),(20601,3188,'af_addon_field_options_price',''),(20602,1635,'_monsterinsights_sitenote_active','0'),(20603,1634,'_monsterinsights_sitenote_active','0'),(20604,1633,'_monsterinsights_sitenote_active','0'),(20605,1632,'_monsterinsights_sitenote_active','0'),(20606,1631,'_monsterinsights_sitenote_active','0'),(20607,1626,'_monsterinsights_sitenote_active','0'),(20608,1891,'_monsterinsights_sitenote_active','0'),(20609,1890,'_monsterinsights_sitenote_active','0'),(20610,1889,'_monsterinsights_sitenote_active','0'),(20611,1625,'_monsterinsights_sitenote_active','0'),(20612,1624,'_monsterinsights_sitenote_active','0'),(20613,1613,'_monsterinsights_sitenote_active','0'),(20614,1612,'_monsterinsights_sitenote_active','0'),(20615,858,'_monsterinsights_sitenote_active','0'),(20616,910,'_g_feedback_shortcode_67446769ef335d1512d540c76d220748b60f4474','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(20617,910,'_g_feedback_shortcode_atts_67446769ef335d1512d540c76d220748b60f4474','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:42:\"[Aggressive Graphix LLC] Custom shroud kit\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:910;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(20618,1655,'_monsterinsights_sitenote_active','0'),(20619,1654,'_monsterinsights_sitenote_active','0'),(20620,1653,'_monsterinsights_sitenote_active','0'),(20621,1652,'_monsterinsights_sitenote_active','0'),(20622,1646,'_monsterinsights_sitenote_active','0'),(20623,3189,'af_addon_option_priority',''),(20624,3189,'_monsterinsights_sitenote_active','0'),(20625,3189,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/redflakelaminate.png'),(20626,3189,'af_addon_field_options_name','Red flake laminate'),(20627,3189,'af_addon_option_color',''),(20628,3189,'af_addon_field_options_price_type','free'),(20629,3189,'af_addon_field_options_price',''),(20630,1651,'_monsterinsights_sitenote_active','0'),(20631,1650,'_monsterinsights_sitenote_active','0'),(20632,1649,'_monsterinsights_sitenote_active','0'),(20633,1648,'_monsterinsights_sitenote_active','0'),(20634,1647,'_monsterinsights_sitenote_active','0'),(20635,1642,'_monsterinsights_sitenote_active','0'),(20636,1645,'_monsterinsights_sitenote_active','0'),(20637,1644,'_monsterinsights_sitenote_active','0'),(20638,1643,'_monsterinsights_sitenote_active','0'),(20639,1641,'_monsterinsights_sitenote_active','0'),(20640,1640,'_monsterinsights_sitenote_active','0'),(20641,910,'_monsterinsights_sitenote_active','0'),(20642,910,'_yoast_wpseo_primary_product_brand',''),(20643,1103,'_g_feedback_shortcode_2436a5728f4e59c6e9e4ae55c5a77ce4f06539c2','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(20644,1103,'_g_feedback_shortcode_atts_2436a5728f4e59c6e9e4ae55c5a77ce4f06539c2','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:42:\"[Aggressive Graphix LLC] Custom fender kit\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:1103;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(20645,1671,'_monsterinsights_sitenote_active','0'),(20646,1670,'_monsterinsights_sitenote_active','0'),(20647,1669,'_monsterinsights_sitenote_active','0'),(20648,1668,'_monsterinsights_sitenote_active','0'),(20649,1662,'_monsterinsights_sitenote_active','0'),(20650,3190,'af_addon_option_priority',''),(20651,3190,'_monsterinsights_sitenote_active','0'),(20652,3190,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/redflakelaminate.png'),(20653,3190,'af_addon_field_options_name','Red flake laminate'),(20654,3190,'af_addon_option_color',''),(20655,3190,'af_addon_field_options_price_type','free'),(20656,3190,'af_addon_field_options_price',''),(20657,1667,'_monsterinsights_sitenote_active','0'),(20658,1666,'_monsterinsights_sitenote_active','0'),(20659,1665,'_monsterinsights_sitenote_active','0'),(20660,1664,'_monsterinsights_sitenote_active','0'),(20661,1663,'_monsterinsights_sitenote_active','0'),(20662,1658,'_monsterinsights_sitenote_active','0'),(20663,1661,'_monsterinsights_sitenote_active','0'),(20664,1660,'_monsterinsights_sitenote_active','0'),(20665,1659,'_monsterinsights_sitenote_active','0'),(20666,1657,'_monsterinsights_sitenote_active','0'),(20667,1656,'_monsterinsights_sitenote_active','0'),(20668,1103,'_monsterinsights_sitenote_active','0'),(20669,1103,'_yoast_wpseo_primary_product_brand',''),(20670,3191,'af_addon_field_sort','4'),(20671,3191,'_monsterinsights_sitenote_active','0'),(20672,3191,'af_addon_depend_selector','af_addon_not_dependable'),(20673,3191,'af_addon_field_depend_selector','0'),(20674,3191,'af_addon_option_depend_selector','a:0:{}'),(20675,3191,'af_addon_type_select','image_swatcher'),(20676,3191,'af_addon_field_title','What finish would you like your kit?'),(20677,3191,'af_addon_tooltip_checkbox',''),(20678,3191,'af_addon_tooltip_textarea',''),(20679,3191,'af_addon_desc_checkbox','1'),(20680,3191,'af_addon_desc_textarea','Gloss has a shiny finish with the highest quality in durability. Matte has a dull finish with the most custom look. Flake laminate has little metallic flakes that will shimmer in the sun. Silver is your basic silver flake, cosmic shift creates a holographic rainbow effect, and gold is a basic gold flake. This is an extra cost option on the final invoice.'),(20681,3191,'af_addon_required_field','1'),(20682,3191,'af_addon_limit_range_checkbox',''),(20683,3191,'af_addon_min_limit_range',''),(20684,3191,'af_addon_max_limit_range',''),(20685,3191,'af_addon_price_range_checkbox',''),(20686,3191,'af_addon_field_price_type','free'),(20687,3191,'af_addon_field_price',''),(20688,3191,'af_addon_upload_file_extention',''),(20689,3197,'af_addon_option_priority',''),(20690,3197,'_monsterinsights_sitenote_active','0'),(20691,3197,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/redflakelaminate.png'),(20692,3197,'af_addon_field_options_name','Red flake laminate'),(20693,3197,'af_addon_option_color',''),(20694,3197,'af_addon_field_options_price_type','free'),(20695,3197,'af_addon_field_options_price',''),(20696,3196,'af_addon_option_priority',''),(20697,3196,'_monsterinsights_sitenote_active','0'),(20698,3196,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/silverflakelaminate.png'),(20699,3196,'af_addon_field_options_name','Silver flake laminate'),(20700,3196,'af_addon_option_color',''),(20701,3196,'af_addon_field_options_price_type','free'),(20702,3196,'af_addon_field_options_price',''),(20703,3195,'af_addon_option_priority',''),(20704,3195,'_monsterinsights_sitenote_active','0'),(20705,3195,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/goldflakelaminate.png'),(20706,3195,'af_addon_field_options_name','Gold flake laminate'),(20707,3195,'af_addon_option_color',''),(20708,3195,'af_addon_field_options_price_type','free'),(20709,3195,'af_addon_field_options_price',''),(20710,3194,'af_addon_option_priority',''),(20711,3194,'_monsterinsights_sitenote_active','0'),(20712,3194,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/cosmicflakelaminate.png'),(20713,3194,'af_addon_field_options_name','Cosmic flake laminate'),(20714,3194,'af_addon_option_color',''),(20715,3194,'af_addon_field_options_price_type','free'),(20716,3194,'af_addon_field_options_price',''),(20717,3193,'af_addon_option_priority',''),(20718,3193,'_monsterinsights_sitenote_active','0'),(20719,3193,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/mattelaminate.png'),(20720,3193,'af_addon_field_options_name','Matte laminate'),(20721,3193,'af_addon_option_color',''),(20722,3193,'af_addon_field_options_price_type','free'),(20723,3193,'af_addon_field_options_price',''),(20724,3192,'af_addon_option_priority',''),(20725,3192,'_monsterinsights_sitenote_active','0'),(20726,3192,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/glosslaminate.png'),(20727,3192,'af_addon_field_options_name','Gloss laminate'),(20728,3192,'af_addon_option_color',''),(20729,3192,'af_addon_field_options_price_type','free'),(20730,3192,'af_addon_field_options_price',''),(20731,2033,'_monsterinsights_sitenote_active','0'),(20732,2032,'_monsterinsights_sitenote_active','0'),(20736,2029,'_monsterinsights_sitenote_active','0'),(20737,2028,'_monsterinsights_sitenote_active','0'),(20738,2026,'_monsterinsights_sitenote_active','0'),(20739,2025,'_monsterinsights_sitenote_active','0'),(20743,122,'_g_feedback_shortcode_cf53f4a3b97a36c41a7c5309f52e0645f02e4714','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(20744,122,'_g_feedback_shortcode_atts_cf53f4a3b97a36c41a7c5309f52e0645f02e4714','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:44:\"[Aggressive Graphix LLC] Two-tone Seat Cover\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:122;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(20745,1838,'_g_feedback_shortcode_c1150b30afad15ff8bd22cecc0edb8a82bad8486','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(20746,1838,'_g_feedback_shortcode_atts_c1150b30afad15ff8bd22cecc0edb8a82bad8486','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:41:\"[Aggressive Graphix LLC] 3-Rib Seat Cover\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:1838;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(20754,3205,'_edit_last','1'),(20755,3205,'_edit_lock','1749737422:1'),(20756,3205,'discount_type','percent'),(20757,3205,'coupon_amount','25'),(20758,3205,'individual_use','yes'),(20759,3205,'usage_limit','0'),(20760,3205,'usage_limit_per_user','0'),(20761,3205,'limit_usage_to_x_items','0'),(20762,3205,'usage_count','0'),(20763,3205,'date_expires','1767139200'),(20764,3205,'free_shipping','no'),(20765,3205,'exclude_product_categories','a:7:{i:0;i:37;i:1;i:36;i:2;i:40;i:3;i:39;i:4;i:38;i:5;i:42;i:6;i:41;}'),(20766,3205,'exclude_sale_items','yes'),(20767,3205,'customer_email','a:3:{i:0;s:24:\"hunteramanda06@gmail.com\";i:1;s:18:\"105royrj@gmail.com\";i:2;s:24:\"ericdruzbicki1@gmail.com\";}'),(20768,3205,'product_brands','a:0:{}'),(20769,3205,'exclude_product_brands','a:0:{}'),(20770,3206,'_edit_last','1'),(20771,3206,'discount_type','percent'),(20772,3206,'coupon_amount','35'),(20773,3206,'individual_use','yes'),(20774,3206,'usage_limit','0'),(20775,3206,'usage_limit_per_user','0'),(20776,3206,'limit_usage_to_x_items','0'),(20777,3206,'usage_count','2'),(20778,3206,'date_expires','1767139200'),(20779,3206,'free_shipping','no'),(20780,3206,'exclude_product_categories','a:9:{i:0;i:37;i:1;i:36;i:2;i:40;i:3;i:39;i:4;i:38;i:5;i:26;i:6;i:25;i:7;i:42;i:8;i:41;}'),(20781,3206,'exclude_sale_items','yes'),(20782,3206,'customer_email','a:8:{i:0;s:25:\"davecapello0105@gmail.com\";i:1;s:20:\"bmbro982@outlook.com\";i:2;s:21:\"19seacadets@gmail.com\";i:3;s:17:\"ricklyt@gmail.com\";i:4;s:22:\"tyglover4371@gmail.com\";i:5;s:25:\"benoitracing517@yahoo.com\";i:6;s:18:\"eddyb929@yahoo.com\";i:7;s:25:\"bdavislandscape@gmail.com\";}'),(20783,3206,'product_brands','a:0:{}'),(20784,3206,'exclude_product_brands','a:0:{}'),(20785,3206,'_edit_lock','1749737088:1'),(20786,3207,'_edit_last','1'),(20787,3207,'discount_type','percent'),(20788,3207,'coupon_amount','45'),(20789,3207,'individual_use','yes'),(20790,3207,'usage_limit','0'),(20791,3207,'usage_limit_per_user','0'),(20792,3207,'limit_usage_to_x_items','0'),(20793,3207,'usage_count','0'),(20794,3207,'date_expires','1767139200'),(20795,3207,'free_shipping','no'),(20796,3207,'exclude_product_categories','a:9:{i:0;i:37;i:1;i:36;i:2;i:40;i:3;i:39;i:4;i:38;i:5;i:26;i:6;i:25;i:7;i:42;i:8;i:41;}'),(20797,3207,'exclude_sale_items','yes'),(20798,3207,'customer_email','a:9:{i:0;s:26:\"dennis.klinger43@gmail.com\";i:1;s:23:\"laneirosergio@gmail.com\";i:2;s:18:\"tgetz78@icloud.com\";i:3;s:22:\"zrichard2332@gmail.com\";i:4;s:23:\"mastermason76@gmail.com\";i:5;s:20:\"jprachnick@gmail.com\";i:6;s:22:\"andrew@adrlawncare.com\";i:7;s:24:\"souzaracing162@gmail.com\";i:8;s:20:\"nicpurdy14@gmail.com\";}'),(20799,3207,'product_brands','a:0:{}'),(20800,3207,'exclude_product_brands','a:0:{}'),(20801,3207,'_edit_lock','1749737199:1'),(20802,3208,'_edit_last','1'),(20803,3208,'_edit_lock','1750261976:1'),(20804,3208,'discount_type','percent'),(20805,3208,'coupon_amount','50'),(20806,3208,'individual_use','no'),(20807,3208,'usage_limit','0'),(20808,3208,'usage_limit_per_user','0'),(20809,3208,'limit_usage_to_x_items','0'),(20810,3208,'usage_count','0'),(20811,3208,'date_expires','1767139200'),(20812,3208,'free_shipping','no'),(20813,3208,'exclude_product_categories','a:9:{i:0;i:37;i:1;i:36;i:2;i:40;i:3;i:39;i:4;i:38;i:5;i:26;i:6;i:25;i:7;i:42;i:8;i:41;}'),(20814,3208,'exclude_sale_items','no'),(20815,3208,'customer_email','a:4:{i:0;s:17:\"tomraio@gmail.com\";i:1;s:22:\"xtrembmx@optonline.net\";i:2;s:24:\"tsilleck@waxedracing.com\";i:3;s:25:\"ben@aggressivegraphix.com\";}'),(20816,3208,'product_brands','a:0:{}'),(20817,3208,'exclude_product_brands','a:0:{}'),(20818,3209,'_edit_last','1'),(20819,3209,'_edit_lock','1749737393:1'),(20820,3209,'discount_type','percent'),(20821,3209,'coupon_amount','55'),(20822,3209,'individual_use','yes'),(20823,3209,'usage_limit','0'),(20824,3209,'usage_limit_per_user','0'),(20825,3209,'limit_usage_to_x_items','0'),(20826,3209,'usage_count','0'),(20827,3209,'date_expires','1767139200'),(20828,3209,'free_shipping','no'),(20829,3209,'exclude_product_categories','a:11:{i:0;i:37;i:1;i:36;i:2;i:40;i:3;i:39;i:4;i:31;i:5;i:30;i:6;i:38;i:7;i:26;i:8;i:25;i:9;i:42;i:10;i:41;}'),(20830,3209,'exclude_sale_items','yes'),(20831,3209,'customer_email','a:4:{i:0;s:18:\"josh251y@yahoo.com\";i:1;s:20:\"bryton4869@gmail.com\";i:2;s:20:\"mxrewind@hotmail.com\";i:3;s:23:\"mxgirlciara18@yahoo.com\";}'),(20832,3209,'product_brands','a:0:{}'),(20833,3209,'exclude_product_brands','a:0:{}'),(20834,3210,'_edit_last','1'),(20835,3210,'_edit_lock','1749737564:1'),(20836,3210,'discount_type','percent'),(20837,3210,'coupon_amount','10'),(20838,3210,'individual_use','no'),(20839,3210,'usage_limit','0'),(20840,3210,'usage_limit_per_user','0'),(20841,3210,'limit_usage_to_x_items','0'),(20842,3210,'usage_count','0'),(20843,3210,'date_expires',NULL),(20844,3210,'free_shipping','no'),(20845,3210,'exclude_sale_items','no'),(20846,3210,'product_brands','a:0:{}'),(20847,3210,'exclude_product_brands','a:0:{}'),(20848,3211,'_edit_last','1'),(20849,3211,'_edit_lock','1749737595:1'),(20850,3211,'discount_type','percent'),(20851,3211,'coupon_amount','10'),(20852,3211,'individual_use','no'),(20853,3211,'usage_limit','0'),(20854,3211,'usage_limit_per_user','0'),(20855,3211,'limit_usage_to_x_items','0'),(20856,3211,'usage_count','0'),(20857,3211,'date_expires',NULL),(20858,3211,'free_shipping','no'),(20859,3211,'exclude_sale_items','no'),(20860,3211,'product_brands','a:0:{}'),(20861,3211,'exclude_product_brands','a:0:{}'),(20862,3212,'_edit_last','1'),(20863,3212,'_edit_lock','1749737671:1'),(20864,3212,'discount_type','percent'),(20865,3212,'coupon_amount','10'),(20866,3212,'individual_use','no'),(20867,3212,'usage_limit','0'),(20868,3212,'usage_limit_per_user','0'),(20869,3212,'limit_usage_to_x_items','0'),(20870,3212,'usage_count','0'),(20871,3212,'date_expires',NULL),(20872,3212,'free_shipping','no'),(20873,3212,'exclude_sale_items','no'),(20874,3212,'product_brands','a:0:{}'),(20875,3212,'exclude_product_brands','a:0:{}'),(20876,3213,'_edit_last','1'),(20877,3213,'_edit_lock','1749738412:1'),(20878,3213,'discount_type','percent'),(20879,3213,'coupon_amount','10'),(20880,3213,'individual_use','no'),(20881,3213,'usage_limit','0'),(20882,3213,'usage_limit_per_user','0'),(20883,3213,'limit_usage_to_x_items','0'),(20884,3213,'usage_count','0'),(20885,3213,'date_expires',NULL),(20886,3213,'free_shipping','no'),(20887,3213,'exclude_sale_items','no'),(20888,3213,'product_brands','a:0:{}'),(20889,3213,'exclude_product_brands','a:0:{}'),(20890,3214,'_edit_last','1'),(20891,3214,'_edit_lock','1749738506:1'),(20892,3214,'discount_type','percent'),(20893,3214,'coupon_amount','10'),(20894,3214,'individual_use','no'),(20895,3214,'usage_limit','0'),(20896,3214,'usage_limit_per_user','0'),(20897,3214,'limit_usage_to_x_items','0'),(20898,3214,'usage_count','0'),(20899,3214,'date_expires',NULL),(20900,3214,'free_shipping','no'),(20901,3214,'exclude_sale_items','no'),(20902,3214,'product_brands','a:0:{}'),(20903,3214,'exclude_product_brands','a:0:{}'),(20904,3215,'_edit_last','1'),(20905,3215,'_edit_lock','1749738627:1'),(20906,3215,'discount_type','percent'),(20907,3215,'coupon_amount','10'),(20908,3215,'individual_use','no'),(20909,3215,'usage_limit','0'),(20910,3215,'usage_limit_per_user','0'),(20911,3215,'limit_usage_to_x_items','0'),(20912,3215,'usage_count','0'),(20913,3215,'date_expires',NULL),(20914,3215,'free_shipping','no'),(20915,3215,'exclude_sale_items','no'),(20916,3215,'product_brands','a:0:{}'),(20917,3215,'exclude_product_brands','a:0:{}'),(20918,3216,'_edit_last','1'),(20919,3216,'_edit_lock','1749738671:1'),(20920,3216,'discount_type','percent'),(20921,3216,'coupon_amount','10'),(20922,3216,'individual_use','no'),(20923,3216,'usage_limit','0'),(20924,3216,'usage_limit_per_user','0'),(20925,3216,'limit_usage_to_x_items','0'),(20926,3216,'usage_count','0'),(20927,3216,'date_expires',NULL),(20928,3216,'free_shipping','no'),(20929,3216,'exclude_sale_items','no'),(20930,3216,'product_brands','a:0:{}'),(20931,3216,'exclude_product_brands','a:0:{}'),(20932,3217,'_edit_last','1'),(20933,3217,'_edit_lock','1749738704:1'),(20934,3217,'discount_type','percent'),(20935,3217,'coupon_amount','25'),(20936,3217,'individual_use','no'),(20937,3217,'usage_limit','0'),(20938,3217,'usage_limit_per_user','0'),(20939,3217,'limit_usage_to_x_items','0'),(20940,3217,'usage_count','0'),(20941,3217,'date_expires',NULL),(20942,3217,'free_shipping','no'),(20943,3217,'exclude_sale_items','no'),(20944,3217,'product_brands','a:0:{}'),(20945,3217,'exclude_product_brands','a:0:{}'),(20946,3218,'_edit_last','1'),(20947,3218,'_edit_lock','1749738736:1'),(20948,3218,'discount_type','percent'),(20949,3218,'coupon_amount','25'),(20950,3218,'individual_use','no'),(20951,3218,'usage_limit','0'),(20952,3218,'usage_limit_per_user','0'),(20953,3218,'limit_usage_to_x_items','0'),(20954,3218,'usage_count','0'),(20955,3218,'date_expires',NULL),(20956,3218,'free_shipping','no'),(20957,3218,'exclude_sale_items','no'),(20958,3218,'product_brands','a:0:{}'),(20959,3218,'exclude_product_brands','a:0:{}'),(20960,3219,'_edit_last','1'),(20961,3219,'_edit_lock','1749738793:1'),(20962,3219,'discount_type','fixed_cart'),(20963,3219,'coupon_amount','25'),(20964,3219,'individual_use','no'),(20965,3219,'usage_limit','8'),(20966,3219,'usage_limit_per_user','1'),(20967,3219,'limit_usage_to_x_items','0'),(20968,3219,'usage_count','0'),(20969,3219,'date_expires','1767139200'),(20970,3219,'free_shipping','no'),(20971,3219,'exclude_sale_items','no'),(20972,3219,'product_brands','a:0:{}'),(20973,3219,'exclude_product_brands','a:0:{}'),(20974,3220,'_edit_last','1'),(20975,3220,'_edit_lock','1749741089:1'),(20976,3220,'discount_type','fixed_cart'),(20977,3220,'coupon_amount','0'),(20978,3220,'individual_use','no'),(20979,3220,'usage_limit','8'),(20980,3220,'usage_limit_per_user','1'),(20981,3220,'limit_usage_to_x_items','0'),(20982,3220,'usage_count','0'),(20983,3220,'date_expires','1767139200'),(20984,3220,'free_shipping','no'),(20985,3220,'exclude_sale_items','no'),(20986,3220,'product_brands','a:0:{}'),(20987,3220,'exclude_product_brands','a:0:{}'),(20988,3221,'_edit_lock','1749827202:1'),(20989,3221,'_g_feedback_shortcode_c1d93b67f0d215941009c5690a5d92d47a2372a1','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(20990,3221,'_g_feedback_shortcode_atts_c1d93b67f0d215941009c5690a5d92d47a2372a1','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:48:\"[Aggressive Graphix LLC] Apply for a sponsorship\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:3221;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(20991,3221,'_edit_last','1'),(20992,3221,'_yoast_wpseo_content_score','90'),(20993,3221,'_yoast_wpseo_estimated-reading-time-minutes','1'),(20994,3223,'wpforms_form_locations','a:1:{i:0;a:6:{s:4:\"type\";s:4:\"page\";s:5:\"title\";s:23:\"Apply for a sponsorship\";s:7:\"form_id\";i:3223;s:2:\"id\";i:3221;s:6:\"status\";s:5:\"draft\";s:3:\"url\";s:14:\"/?page_id=3221\";}}'),(20995,1838,'_monsterinsights_sitenote_active','0'),(20996,1838,'_yoast_wpseo_primary_product_brand',''),(20997,1838,'_yoast_wpseo_content_score','90'),(21001,1490,'_g_feedback_shortcode_667a9d358cbf0a5c0a231179b865d773a84b4144','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(21002,1490,'_g_feedback_shortcode_atts_667a9d358cbf0a5c0a231179b865d773a84b4144','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:41:\"[Aggressive Graphix LLC] 5-Rib Seat Cover\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:1490;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(21003,1490,'_monsterinsights_sitenote_active','0'),(21004,1490,'_yoast_wpseo_primary_product_brand',''),(21005,1490,'_yoast_wpseo_content_score','90'),(21006,1027,'_g_feedback_shortcode_9cc622312be50079241c04b779429334ce152147','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(21007,1027,'_g_feedback_shortcode_atts_9cc622312be50079241c04b779429334ce152147','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:41:\"[Aggressive Graphix LLC] Solid Seat Cover\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:1027;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(21008,122,'_monsterinsights_sitenote_active','0'),(21009,122,'_yoast_wpseo_primary_product_brand',''),(21010,122,'_yoast_wpseo_content_score','90'),(21011,1049,'_monsterinsights_sitenote_active','0'),(21012,1084,'_monsterinsights_sitenote_active','0'),(21013,1083,'_monsterinsights_sitenote_active','0'),(21014,1082,'_monsterinsights_sitenote_active','0'),(21015,1081,'_monsterinsights_sitenote_active','0'),(21016,1080,'_monsterinsights_sitenote_active','0'),(21017,1079,'_monsterinsights_sitenote_active','0'),(21018,1078,'_monsterinsights_sitenote_active','0'),(21019,1077,'_monsterinsights_sitenote_active','0'),(21020,1076,'_monsterinsights_sitenote_active','0'),(21021,1075,'_monsterinsights_sitenote_active','0'),(21022,1074,'_monsterinsights_sitenote_active','0'),(21023,1073,'_monsterinsights_sitenote_active','0'),(21024,1072,'_monsterinsights_sitenote_active','0'),(21025,1071,'_monsterinsights_sitenote_active','0'),(21026,1070,'_monsterinsights_sitenote_active','0'),(21027,1069,'_monsterinsights_sitenote_active','0'),(21028,1051,'_monsterinsights_sitenote_active','0'),(21029,1050,'_monsterinsights_sitenote_active','0'),(21030,1027,'_monsterinsights_sitenote_active','0'),(21031,1027,'_yoast_wpseo_primary_product_brand',''),(21032,1027,'_yoast_wpseo_content_score','90'),(21033,2022,'_monsterinsights_sitenote_active','0'),(21034,2016,'_monsterinsights_sitenote_active','0'),(21035,3236,'af_addon_option_priority',''),(21036,3236,'_monsterinsights_sitenote_active','0'),(21037,3236,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/redflakelaminate.png'),(21038,3236,'af_addon_field_options_name','Red flake laminate'),(21039,3236,'af_addon_option_color',''),(21040,3236,'af_addon_field_options_price_type','free'),(21041,3236,'af_addon_field_options_price',''),(21042,2021,'_monsterinsights_sitenote_active','0'),(21043,2020,'_monsterinsights_sitenote_active','0'),(21044,2019,'_monsterinsights_sitenote_active','0'),(21045,2018,'_monsterinsights_sitenote_active','0'),(21046,2017,'_monsterinsights_sitenote_active','0'),(21047,2012,'_monsterinsights_sitenote_active','0'),(21048,2015,'_monsterinsights_sitenote_active','0'),(21049,2014,'_monsterinsights_sitenote_active','0'),(21050,2013,'_monsterinsights_sitenote_active','0'),(21051,2011,'_monsterinsights_sitenote_active','0'),(21052,2010,'_monsterinsights_sitenote_active','0'),(21053,2009,'_monsterinsights_sitenote_active','0'),(21054,2008,'_monsterinsights_sitenote_active','0'),(21064,3251,'_edit_lock','1753868445:2'),(21065,3251,'_g_feedback_shortcode_42d58ac5da43338fdce6ebeac3faeccceb8b8d61','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(21066,3251,'_g_feedback_shortcode_atts_42d58ac5da43338fdce6ebeac3faeccceb8b8d61','a:18:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:43:\"[Aggressive Graphix LLC] Fitted Table Cloth\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:3251;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;s:14:\"stepTransition\";s:10:\"fade-slide\";}'),(21067,3251,'af_addon_title_font_size','14'),(21068,3251,'af_addon_option_title_font_size','12'),(21069,3251,'af_addon_field_border_pixels','1'),(21070,3251,'af_addon_desc_font_size','12'),(21071,3251,'af_addon_tooltip_font_size','12'),(21072,3252,'_wp_attached_file','2025/06/aggressive.webp'),(21073,3252,'_nfd_performance_image_optimized','1'),(21074,3252,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2025/06/aggressive.webp\";s:8:\"filesize\";i:73580;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"aggressive-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6988;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"aggressive-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:35928;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"aggressive-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3416;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"aggressive-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25546;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"aggressive-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6988;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"aggressive-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18896;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"aggressive-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1868;}}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:{}}}'),(21075,3251,'_thumbnail_id','3252'),(21076,3251,'_edit_last','1'),(21077,3251,'exclude_rule_addons',''),(21078,3251,'af_addon_title_display_as_selector','af_addon_title_display_text'),(21079,3251,'af_addon_heading_type_selector','addon_h1'),(21080,3251,'af_addon_seperator_checkbox',''),(21081,3251,'af_addon_title_seperator','af_addon_title_seperator_br'),(21082,3251,'af_addon_option_title_font_color',''),(21083,3251,'af_addon_title_bg',''),(21084,3251,'af_addon_title_color',''),(21085,3251,'af_addon_bg_color',''),(21086,3251,'af_addon_title_top_left_radius',''),(21087,3251,'af_addon_title_top_right_radius',''),(21088,3251,'af_addon_title_bottom_left_radius',''),(21089,3251,'af_addon_title_bottom_right_radius',''),(21090,3251,'af_addon_title_top_padding',''),(21091,3251,'af_addon_title_bottom_padding',''),(21092,3251,'af_addon_title_left_padding',''),(21093,3251,'af_addon_title_right_padding',''),(21094,3251,'af_addon_field_border',''),(21095,3251,'af_addon_field_border_top_left_radius',''),(21096,3251,'af_addon_field_border_top_right_radius',''),(21097,3251,'af_addon_field_border_bottom_left_radius',''),(21098,3251,'af_addon_field_border_bottom_right_radius',''),(21099,3251,'af_addon_field_border_top_padding',''),(21100,3251,'af_addon_field_border_bottom_padding',''),(21101,3251,'af_addon_field_border_left_padding',''),(21102,3251,'af_addon_field_border_right_padding',''),(21103,3251,'af_addon_field_title_position','left'),(21104,3251,'af_addon_field_border_color',''),(21105,3251,'af_addon_title_position','af_addon_title_inside_border'),(21106,3251,'af_addon_tooltip_background_color','#000000'),(21107,3251,'af_addon_tooltip_text_color',''),(21108,3264,'af_addon_field_sort',''),(21109,3264,'_monsterinsights_sitenote_active','0'),(21110,3264,'af_addon_depend_selector','af_addon_not_dependable'),(21111,3264,'af_addon_field_depend_selector','0'),(21112,3264,'af_addon_option_depend_selector','a:0:{}'),(21113,3264,'af_addon_type_select','file_upload'),(21114,3264,'af_addon_field_title','Please upload any files to be used'),(21115,3264,'af_addon_tooltip_checkbox',''),(21116,3264,'af_addon_tooltip_textarea',''),(21117,3264,'af_addon_desc_checkbox','1'),(21118,3264,'af_addon_desc_textarea','Upload logo files, images, etc that you would like used in the design of your table cover.'),(21119,3264,'af_addon_required_field',''),(21120,3264,'af_addon_limit_range_checkbox',''),(21121,3264,'af_addon_min_limit_range',''),(21122,3264,'af_addon_max_limit_range',''),(21123,3264,'af_addon_price_range_checkbox',''),(21124,3264,'af_addon_field_price_type','free'),(21125,3264,'af_addon_field_price',''),(21126,3264,'af_addon_upload_file_extention',''),(21127,3263,'af_addon_field_sort',''),(21128,3263,'_monsterinsights_sitenote_active','0'),(21129,3263,'af_addon_depend_selector','af_addon_not_dependable'),(21130,3263,'af_addon_field_depend_selector','0'),(21131,3263,'af_addon_option_depend_selector','a:0:{}'),(21132,3263,'af_addon_type_select','textarea'),(21133,3263,'af_addon_field_title','Please describe what you would like your table cloth to have designed on it:'),(21134,3263,'af_addon_tooltip_checkbox',''),(21135,3263,'af_addon_tooltip_textarea',''),(21136,3263,'af_addon_desc_checkbox',''),(21137,3263,'af_addon_desc_textarea',''),(21138,3263,'af_addon_required_field','1'),(21139,3263,'af_addon_limit_range_checkbox',''),(21140,3263,'af_addon_min_limit_range',''),(21141,3263,'af_addon_max_limit_range',''),(21142,3263,'af_addon_price_range_checkbox',''),(21143,3263,'af_addon_field_price_type','free'),(21144,3263,'af_addon_field_price',''),(21145,3263,'af_addon_upload_file_extention',''),(21146,3258,'af_addon_field_sort',''),(21147,3258,'_monsterinsights_sitenote_active','0'),(21148,3258,'af_addon_depend_selector','af_addon_not_dependable'),(21149,3258,'af_addon_field_depend_selector','0'),(21150,3258,'af_addon_option_depend_selector','a:0:{}'),(21151,3258,'af_addon_type_select','drop_down'),(21152,3258,'af_addon_field_title','Would you like an opening in the back?'),(21153,3258,'af_addon_tooltip_checkbox',''),(21154,3258,'af_addon_tooltip_textarea',''),(21155,3258,'af_addon_desc_checkbox',''),(21156,3258,'af_addon_desc_textarea',''),(21157,3258,'af_addon_required_field','1'),(21158,3258,'af_addon_limit_range_checkbox',''),(21159,3258,'af_addon_min_limit_range',''),(21160,3258,'af_addon_max_limit_range',''),(21161,3258,'af_addon_price_range_checkbox',''),(21162,3258,'af_addon_field_price_type','free'),(21163,3258,'af_addon_field_price',''),(21164,3258,'af_addon_upload_file_extention',''),(21165,3262,'af_addon_option_priority',''),(21166,3262,'_monsterinsights_sitenote_active','0'),(21167,3262,'af_addon_field_options_image',''),(21168,3262,'af_addon_field_options_name','Zipper'),(21169,3262,'af_addon_option_color',''),(21170,3262,'af_addon_field_options_price_type','free'),(21171,3262,'af_addon_field_options_price',''),(21172,3261,'af_addon_option_priority',''),(21173,3261,'_monsterinsights_sitenote_active','0'),(21174,3261,'af_addon_field_options_image',''),(21175,3261,'af_addon_field_options_name','Velcro'),(21176,3261,'af_addon_option_color',''),(21177,3261,'af_addon_field_options_price_type','free'),(21178,3261,'af_addon_field_options_price',''),(21179,3260,'af_addon_option_priority',''),(21180,3260,'_monsterinsights_sitenote_active','0'),(21181,3260,'af_addon_field_options_image',''),(21182,3260,'af_addon_field_options_name','Slit'),(21183,3260,'af_addon_option_color',''),(21184,3260,'af_addon_field_options_price_type','free'),(21185,3260,'af_addon_field_options_price',''),(21186,3259,'af_addon_option_priority',''),(21187,3259,'_monsterinsights_sitenote_active','0'),(21188,3259,'af_addon_field_options_image',''),(21189,3259,'af_addon_field_options_name','No'),(21190,3259,'af_addon_option_color',''),(21191,3259,'af_addon_field_options_price_type','free'),(21192,3259,'af_addon_field_options_price',''),(21193,3253,'af_addon_field_sort',''),(21194,3253,'_monsterinsights_sitenote_active','0'),(21195,3253,'af_addon_depend_selector','af_addon_not_dependable'),(21196,3253,'af_addon_field_depend_selector','0'),(21197,3253,'af_addon_option_depend_selector','a:0:{}'),(21198,3253,'af_addon_type_select','drop_down'),(21199,3253,'af_addon_field_title','What size table cover?'),(21200,3253,'af_addon_tooltip_checkbox',''),(21201,3253,'af_addon_tooltip_textarea',''),(21202,3253,'af_addon_desc_checkbox',''),(21203,3253,'af_addon_desc_textarea',''),(21204,3253,'af_addon_required_field','1'),(21205,3253,'af_addon_limit_range_checkbox',''),(21206,3253,'af_addon_min_limit_range',''),(21207,3253,'af_addon_max_limit_range',''),(21208,3253,'af_addon_price_range_checkbox',''),(21209,3253,'af_addon_field_price_type','free'),(21210,3253,'af_addon_field_price',''),(21211,3253,'af_addon_upload_file_extention',''),(21212,3257,'af_addon_option_priority',''),(21213,3257,'_monsterinsights_sitenote_active','0'),(21214,3257,'af_addon_field_options_image',''),(21215,3257,'af_addon_field_options_name','8ft (96\"x30\")'),(21216,3257,'af_addon_option_color',''),(21217,3257,'af_addon_field_options_price_type','flat_fixed_fee'),(21218,3257,'af_addon_field_options_price','115'),(21219,3256,'af_addon_option_priority',''),(21220,3256,'_monsterinsights_sitenote_active','0'),(21221,3256,'af_addon_field_options_image',''),(21222,3256,'af_addon_field_options_name','6ft (72\"x30\")'),(21223,3256,'af_addon_option_color',''),(21224,3256,'af_addon_field_options_price_type','flat_fixed_fee'),(21225,3256,'af_addon_field_options_price','105'),(21226,3255,'af_addon_option_priority',''),(21227,3255,'_monsterinsights_sitenote_active','0'),(21228,3255,'af_addon_field_options_image',''),(21229,3255,'af_addon_field_options_name','4ft Medium (48\"x30\")'),(21230,3255,'af_addon_option_color',''),(21231,3255,'af_addon_field_options_price_type','flat_fixed_fee'),(21232,3255,'af_addon_field_options_price','96'),(21233,3254,'af_addon_option_priority',''),(21234,3254,'_monsterinsights_sitenote_active','0'),(21235,3254,'af_addon_field_options_image',''),(21236,3254,'af_addon_field_options_name','4ft Small (48\"x24\"}'),(21237,3254,'af_addon_option_color',''),(21238,3254,'af_addon_field_options_price_type','flat_fixed_fee'),(21239,3254,'af_addon_field_options_price','95'),(21240,3251,'_regular_price','50'),(21241,3251,'total_sales','0'),(21242,3251,'_tax_status','taxable'),(21243,3251,'_tax_class',''),(21244,3251,'_manage_stock','no'),(21245,3251,'_backorders','no'),(21246,3251,'_sold_individually','no'),(21247,3251,'_virtual','no'),(21248,3251,'_downloadable','no'),(21249,3251,'_download_limit','-1'),(21250,3251,'_download_expiry','-1'),(21251,3251,'_stock',NULL),(21252,3251,'_stock_status','instock'),(21253,3251,'_wc_average_rating','0'),(21254,3251,'_wc_review_count','0'),(21255,3251,'_product_version','9.9.4'),(21256,3251,'_price','50'),(21257,3251,'_mkl_pc__is_configurable','no'),(21258,3251,'_yoast_wpseo_primary_product_brand',''),(21259,3251,'_yoast_wpseo_primary_product_cat','41'),(21260,3251,'_yoast_wpseo_content_score','90'),(21261,3251,'_yoast_wpseo_estimated-reading-time-minutes','1'),(21262,3265,'_wp_attached_file','2025/06/fueltoinspire.webp'),(21263,3265,'_nfd_performance_image_optimized','1'),(21264,3265,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:26:\"2025/06/fueltoinspire.webp\";s:8:\"filesize\";i:65366;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"fueltoinspire-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7126;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"fueltoinspire-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33572;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"fueltoinspire-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3788;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"fueltoinspire-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:23462;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"fueltoinspire-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7126;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"fueltoinspire-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17196;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"fueltoinspire-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2226;}}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:{}}}'),(21265,3266,'_wp_attached_file','2025/06/lowellcorp.webp'),(21266,3266,'_nfd_performance_image_optimized','1'),(21267,3266,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:430;s:4:\"file\";s:23:\"2025/06/lowellcorp.webp\";s:8:\"filesize\";i:17210;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"lowellcorp-300x202.webp\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4876;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"lowellcorp-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2330;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"lowellcorp-300x202.webp\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4876;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"lowellcorp-600x403.webp\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11956;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"lowellcorp-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1492;}}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:{}}}'),(21268,3267,'_wp_attached_file','2025/06/jvmechanical.webp'),(21269,3267,'_nfd_performance_image_optimized','1'),(21270,3267,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:719;s:4:\"file\";s:25:\"2025/06/jvmechanical.webp\";s:8:\"filesize\";i:78552;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"jvmechanical-300x150.webp\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7434;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"jvmechanical-1024x511.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:38900;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"jvmechanical-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4856;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"jvmechanical-768x383.webp\";s:5:\"width\";i:768;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27174;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"jvmechanical-300x150.webp\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7434;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"jvmechanical-600x300.webp\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19898;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"jvmechanical-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2526;}}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:{}}}'),(21271,3268,'_wp_attached_file','2025/06/flawlessdetailing-1.webp'),(21272,3268,'_nfd_performance_image_optimized','1'),(21273,3268,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:887;s:4:\"file\";s:32:\"2025/06/flawlessdetailing-1.webp\";s:8:\"filesize\";i:81852;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"flawlessdetailing-1-300x185.webp\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7580;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"flawlessdetailing-1-1024x631.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:631;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:38818;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"flawlessdetailing-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:4452;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"flawlessdetailing-1-768x473.webp\";s:5:\"width\";i:768;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27164;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"flawlessdetailing-1-300x185.webp\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7580;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"flawlessdetailing-1-600x370.webp\";s:5:\"width\";i:600;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19710;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"flawlessdetailing-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:2480;}}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:{}}}'),(21274,3269,'_wp_attached_file','2025/06/placeford-1.webp'),(21275,3269,'_nfd_performance_image_optimized','1'),(21276,3269,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:24:\"2025/06/placeford-1.webp\";s:8:\"filesize\";i:73048;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"placeford-1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6398;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"placeford-1-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33720;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"placeford-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:2888;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"placeford-1-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22984;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"placeford-1-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6398;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"placeford-1-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16482;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"placeford-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:1620;}}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:{}}}'),(21277,3270,'_wp_attached_file','2025/06/colosseumbarbell-1.webp'),(21278,3270,'_nfd_performance_image_optimized','1'),(21279,3270,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:752;s:4:\"file\";s:31:\"2025/06/colosseumbarbell-1.webp\";s:8:\"filesize\";i:100730;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"colosseumbarbell-1-300x157.webp\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7364;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"colosseumbarbell-1-1024x535.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:535;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:46992;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"colosseumbarbell-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:4214;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"colosseumbarbell-1-768x401.webp\";s:5:\"width\";i:768;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31062;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"colosseumbarbell-1-300x157.webp\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7364;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"colosseumbarbell-1-600x313.webp\";s:5:\"width\";i:600;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21596;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"colosseumbarbell-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:2302;}}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:{}}}'),(21280,3271,'_wp_attached_file','2025/06/KSRwheels.webp'),(21281,3271,'_nfd_performance_image_optimized','1'),(21282,3271,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2025/06/KSRwheels.webp\";s:8:\"filesize\";i:99688;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"KSRwheels-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10156;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"KSRwheels-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:52062;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"KSRwheels-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5100;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"KSRwheels-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36378;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"KSRwheels-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10156;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"KSRwheels-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26710;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"KSRwheels-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2706;}}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:{}}}'),(21283,3272,'_wp_attached_file','2025/06/venturemeets.webp'),(21284,3272,'_nfd_performance_image_optimized','1'),(21285,3272,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:772;s:4:\"file\";s:25:\"2025/06/venturemeets.webp\";s:8:\"filesize\";i:73096;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"venturemeets-300x161.webp\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4746;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"venturemeets-1024x549.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:549;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24710;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"venturemeets-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2730;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"venturemeets-768x412.webp\";s:5:\"width\";i:768;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16428;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"venturemeets-300x161.webp\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4746;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"venturemeets-600x322.webp\";s:5:\"width\";i:600;s:6:\"height\";i:322;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11480;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"venturemeets-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1726;}}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:{}}}'),(21286,3251,'_product_image_gallery','3265,3266,3267,3268,3269,3270,3271,3272'),(21287,3251,'_monsterinsights_sitenote_active','0'),(21288,3274,'_edit_lock','1750185081:1'),(21289,3274,'_g_feedback_shortcode_0fba40f221404e295b76af02d496c6ee12b76dbf','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(21290,3274,'_g_feedback_shortcode_atts_0fba40f221404e295b76af02d496c6ee12b76dbf','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:44:\"[Aggressive Graphix LLC] Stretch Table Cloth\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:3274;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(21291,3274,'af_addon_title_font_size','14'),(21292,3274,'af_addon_option_title_font_size','12'),(21293,3274,'af_addon_field_border_pixels','1'),(21294,3274,'af_addon_desc_font_size','12'),(21295,3274,'af_addon_tooltip_font_size','12'),(21296,3275,'_wp_attached_file','2025/06/wickedbigcarshow-stretch.webp'),(21297,3275,'_nfd_performance_image_optimized','1'),(21298,3275,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:37:\"2025/06/wickedbigcarshow-stretch.webp\";s:8:\"filesize\";i:111428;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"wickedbigcarshow-stretch-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9458;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"wickedbigcarshow-stretch-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:53724;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"wickedbigcarshow-stretch-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4542;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"wickedbigcarshow-stretch-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:35888;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"wickedbigcarshow-stretch-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9458;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"wickedbigcarshow-stretch-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25590;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"wickedbigcarshow-stretch-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2588;}}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:{}}}'),(21299,3276,'_wp_attached_file','2025/06/savagewrapsblack.webp'),(21300,3276,'_nfd_performance_image_optimized','1'),(21301,3276,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:844;s:4:\"file\";s:29:\"2025/06/savagewrapsblack.webp\";s:8:\"filesize\";i:65308;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"savagewrapsblack-300x176.webp\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5682;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"savagewrapsblack-1024x600.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30506;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"savagewrapsblack-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3172;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"savagewrapsblack-768x450.webp\";s:5:\"width\";i:768;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20956;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"savagewrapsblack-300x176.webp\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5682;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"savagewrapsblack-600x352.webp\";s:5:\"width\";i:600;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15808;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"savagewrapsblack-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1780;}}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:{}}}'),(21302,3277,'_wp_attached_file','2025/06/savagewrapsyellow.webp'),(21303,3277,'_nfd_performance_image_optimized','1'),(21304,3277,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:805;s:4:\"file\";s:30:\"2025/06/savagewrapsyellow.webp\";s:8:\"filesize\";i:90498;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"savagewrapsyellow-300x168.webp\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8128;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"savagewrapsyellow-1024x572.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:46224;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"savagewrapsyellow-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4452;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"savagewrapsyellow-768x429.webp\";s:5:\"width\";i:768;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31590;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"savagewrapsyellow-300x168.webp\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8128;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"savagewrapsyellow-600x335.webp\";s:5:\"width\";i:600;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22284;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"savagewrapsyellow-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2414;}}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:{}}}'),(21305,3274,'_thumbnail_id','3275'),(21306,3274,'_edit_last','1'),(21307,3274,'exclude_rule_addons',''),(21308,3274,'af_addon_title_display_as_selector','af_addon_title_display_text'),(21309,3274,'af_addon_heading_type_selector','addon_h1'),(21310,3274,'af_addon_seperator_checkbox',''),(21311,3274,'af_addon_title_seperator','af_addon_title_seperator_br'),(21312,3274,'af_addon_option_title_font_color',''),(21313,3274,'af_addon_title_bg',''),(21314,3274,'af_addon_title_color',''),(21315,3274,'af_addon_bg_color',''),(21316,3274,'af_addon_title_top_left_radius',''),(21317,3274,'af_addon_title_top_right_radius',''),(21318,3274,'af_addon_title_bottom_left_radius',''),(21319,3274,'af_addon_title_bottom_right_radius',''),(21320,3274,'af_addon_title_top_padding',''),(21321,3274,'af_addon_title_bottom_padding',''),(21322,3274,'af_addon_title_left_padding',''),(21323,3274,'af_addon_title_right_padding',''),(21324,3274,'af_addon_field_border',''),(21325,3274,'af_addon_field_border_top_left_radius',''),(21326,3274,'af_addon_field_border_top_right_radius',''),(21327,3274,'af_addon_field_border_bottom_left_radius',''),(21328,3274,'af_addon_field_border_bottom_right_radius',''),(21329,3274,'af_addon_field_border_top_padding',''),(21330,3274,'af_addon_field_border_bottom_padding',''),(21331,3274,'af_addon_field_border_left_padding',''),(21332,3274,'af_addon_field_border_right_padding',''),(21333,3274,'af_addon_field_title_position','left'),(21334,3274,'af_addon_field_border_color',''),(21335,3274,'af_addon_title_position','af_addon_title_inside_border'),(21336,3274,'af_addon_tooltip_background_color','#000000'),(21337,3274,'af_addon_tooltip_text_color',''),(21338,3288,'af_addon_field_sort',''),(21339,3288,'_monsterinsights_sitenote_active','0'),(21340,3288,'af_addon_depend_selector','af_addon_not_dependable'),(21341,3288,'af_addon_field_depend_selector','0'),(21342,3288,'af_addon_option_depend_selector','a:0:{}'),(21343,3288,'af_addon_type_select','file_upload'),(21344,3288,'af_addon_field_title','Please upload any files to be used'),(21345,3288,'af_addon_tooltip_checkbox',''),(21346,3288,'af_addon_tooltip_textarea',''),(21347,3288,'af_addon_desc_checkbox','1'),(21348,3288,'af_addon_desc_textarea','Upload logo files, images, etc that you would like used in the design of your table cover.'),(21349,3288,'af_addon_required_field',''),(21350,3288,'af_addon_limit_range_checkbox',''),(21351,3288,'af_addon_min_limit_range',''),(21352,3288,'af_addon_max_limit_range',''),(21353,3288,'af_addon_price_range_checkbox',''),(21354,3288,'af_addon_field_price_type','free'),(21355,3288,'af_addon_field_price',''),(21356,3288,'af_addon_upload_file_extention',''),(21357,3287,'af_addon_field_sort',''),(21358,3287,'_monsterinsights_sitenote_active','0'),(21359,3287,'af_addon_depend_selector','af_addon_not_dependable'),(21360,3287,'af_addon_field_depend_selector','0'),(21361,3287,'af_addon_option_depend_selector','a:0:{}'),(21362,3287,'af_addon_type_select','textarea'),(21363,3287,'af_addon_field_title','Please describe what you would like your table cloth to have designed on it:'),(21364,3287,'af_addon_tooltip_checkbox',''),(21365,3287,'af_addon_tooltip_textarea',''),(21366,3287,'af_addon_desc_checkbox',''),(21367,3287,'af_addon_desc_textarea',''),(21368,3287,'af_addon_required_field','1'),(21369,3287,'af_addon_limit_range_checkbox',''),(21370,3287,'af_addon_min_limit_range',''),(21371,3287,'af_addon_max_limit_range',''),(21372,3287,'af_addon_price_range_checkbox',''),(21373,3287,'af_addon_field_price_type','free'),(21374,3287,'af_addon_field_price',''),(21375,3287,'af_addon_upload_file_extention',''),(21376,3283,'af_addon_field_sort',''),(21377,3283,'_monsterinsights_sitenote_active','0'),(21378,3283,'af_addon_depend_selector','af_addon_not_dependable'),(21379,3283,'af_addon_field_depend_selector','0'),(21380,3283,'af_addon_option_depend_selector','a:0:{}'),(21381,3283,'af_addon_type_select','drop_down'),(21382,3283,'af_addon_field_title','Would you like an opening in the back?'),(21383,3283,'af_addon_tooltip_checkbox',''),(21384,3283,'af_addon_tooltip_textarea',''),(21385,3283,'af_addon_desc_checkbox',''),(21386,3283,'af_addon_desc_textarea',''),(21387,3283,'af_addon_required_field','1'),(21388,3283,'af_addon_limit_range_checkbox',''),(21389,3283,'af_addon_min_limit_range',''),(21390,3283,'af_addon_max_limit_range',''),(21391,3283,'af_addon_price_range_checkbox',''),(21392,3283,'af_addon_field_price_type','free'),(21393,3283,'af_addon_field_price',''),(21394,3283,'af_addon_upload_file_extention',''),(21395,3286,'af_addon_option_priority',''),(21396,3286,'_monsterinsights_sitenote_active','0'),(21397,3286,'af_addon_field_options_image',''),(21398,3286,'af_addon_field_options_name','Zipper back'),(21399,3286,'af_addon_option_color',''),(21400,3286,'af_addon_field_options_price_type','flat_fixed_fee'),(21401,3286,'af_addon_field_options_price','5'),(21402,3285,'af_addon_option_priority',''),(21403,3285,'_monsterinsights_sitenote_active','0'),(21404,3285,'af_addon_field_options_image',''),(21405,3285,'af_addon_field_options_name','Open back'),(21406,3285,'af_addon_option_color',''),(21407,3285,'af_addon_field_options_price_type','free'),(21408,3285,'af_addon_field_options_price',''),(21409,3284,'af_addon_option_priority',''),(21410,3284,'_monsterinsights_sitenote_active','0'),(21411,3284,'af_addon_field_options_image',''),(21412,3284,'af_addon_field_options_name','No'),(21413,3284,'af_addon_option_color',''),(21414,3284,'af_addon_field_options_price_type','free'),(21415,3284,'af_addon_field_options_price',''),(21416,3278,'af_addon_field_sort',''),(21417,3278,'_monsterinsights_sitenote_active','0'),(21418,3278,'af_addon_depend_selector','af_addon_not_dependable'),(21419,3278,'af_addon_field_depend_selector','0'),(21420,3278,'af_addon_option_depend_selector','a:0:{}'),(21421,3278,'af_addon_type_select','drop_down'),(21422,3278,'af_addon_field_title','What size table cover?'),(21423,3278,'af_addon_tooltip_checkbox',''),(21424,3278,'af_addon_tooltip_textarea',''),(21425,3278,'af_addon_desc_checkbox',''),(21426,3278,'af_addon_desc_textarea',''),(21427,3278,'af_addon_required_field','1'),(21428,3278,'af_addon_limit_range_checkbox',''),(21429,3278,'af_addon_min_limit_range',''),(21430,3278,'af_addon_max_limit_range',''),(21431,3278,'af_addon_price_range_checkbox',''),(21432,3278,'af_addon_field_price_type','free'),(21433,3278,'af_addon_field_price',''),(21434,3278,'af_addon_upload_file_extention',''),(21435,3282,'af_addon_option_priority',''),(21436,3282,'_monsterinsights_sitenote_active','0'),(21437,3282,'af_addon_field_options_image',''),(21438,3282,'af_addon_field_options_name','8ft (96\"x30\")'),(21439,3282,'af_addon_option_color',''),(21440,3282,'af_addon_field_options_price_type','flat_fixed_fee'),(21441,3282,'af_addon_field_options_price','115'),(21442,3281,'af_addon_option_priority',''),(21443,3281,'_monsterinsights_sitenote_active','0'),(21444,3281,'af_addon_field_options_image',''),(21445,3281,'af_addon_field_options_name','6ft (72\"x30\")'),(21446,3281,'af_addon_option_color',''),(21447,3281,'af_addon_field_options_price_type','flat_fixed_fee'),(21448,3281,'af_addon_field_options_price','105'),(21449,3280,'af_addon_option_priority',''),(21450,3280,'_monsterinsights_sitenote_active','0'),(21451,3280,'af_addon_field_options_image',''),(21452,3280,'af_addon_field_options_name','4ft Medium (48\"x30\")'),(21453,3280,'af_addon_option_color',''),(21454,3280,'af_addon_field_options_price_type','flat_fixed_fee'),(21455,3280,'af_addon_field_options_price','97'),(21456,3279,'af_addon_option_priority',''),(21457,3279,'_monsterinsights_sitenote_active','0'),(21458,3279,'af_addon_field_options_image',''),(21459,3279,'af_addon_field_options_name','4ft Small (48\"x24\")'),(21460,3279,'af_addon_option_color',''),(21461,3279,'af_addon_field_options_price_type','flat_fixed_fee'),(21462,3279,'af_addon_field_options_price','92'),(21463,3274,'_regular_price','50'),(21464,3274,'total_sales','0'),(21465,3274,'_tax_status','taxable'),(21466,3274,'_tax_class',''),(21467,3274,'_manage_stock','no'),(21468,3274,'_backorders','no'),(21469,3274,'_sold_individually','no'),(21470,3274,'_virtual','no'),(21471,3274,'_downloadable','no'),(21472,3274,'_download_limit','-1'),(21473,3274,'_download_expiry','-1'),(21474,3274,'_stock',NULL),(21475,3274,'_stock_status','instock'),(21476,3274,'_wc_average_rating','0'),(21477,3274,'_wc_review_count','0'),(21478,3274,'_product_version','9.9.4'),(21479,3274,'_price','50'),(21480,3274,'_mkl_pc__is_configurable','no'),(21481,3274,'_product_image_gallery','3277,3276'),(21482,3274,'_monsterinsights_sitenote_active','0'),(21483,3274,'_yoast_wpseo_primary_product_brand',''),(21484,3274,'_yoast_wpseo_primary_product_cat','41'),(21485,3274,'_yoast_wpseo_content_score','90'),(21486,3274,'_yoast_wpseo_estimated-reading-time-minutes','1'),(21494,2,'_monsterinsights_sitenote_active','0'),(21495,2,'_yoast_wpseo_focuskw','vehicle wraps car'),(21496,2,'_yoast_wpseo_metadesc','Wraps designed with you, not for you. Tailored wrap designs from scratch for your dirt bike, quad, or vehicle for color change or commercial'),(21497,2,'_yoast_wpseo_linkdex','50'),(21500,8,'_g_feedback_shortcode_d2026a55bd85761911cb5e0a039ad2831f33512c','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(21501,8,'_g_feedback_shortcode_atts_d2026a55bd85761911cb5e0a039ad2831f33512c','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:33:\"[Aggressive Graphix LLC] Checkout\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:8;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(21536,3312,'af_addon_option_priority',''),(21537,3312,'_monsterinsights_sitenote_active','0'),(21538,3312,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/redflakelaminate.png'),(21542,3312,'af_addon_field_options_name','Red flake laminate'),(21543,3312,'af_addon_option_color',''),(21544,3312,'af_addon_field_options_price_type','free'),(21545,3312,'af_addon_field_options_price',''),(21754,3206,'_used_by','eddyb929@yahoo.com'),(21755,3206,'_used_by','eddyb929@yahoo.com'),(21764,3410,'_wp_attached_file','2025/03/IMG_9440.webp'),(21765,3410,'_nfd_performance_image_optimized','1'),(21766,3410,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:911;s:4:\"file\";s:21:\"2025/03/IMG_9440.webp\";s:8:\"filesize\";i:1366278;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_9440-300x228.webp\";s:5:\"width\";i:300;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:100812;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_9440-1024x777.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:777;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:959570;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_9440-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:35228;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_9440-768x583.webp\";s:5:\"width\";i:768;s:6:\"height\";i:583;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:570308;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_9440-300x228.webp\";s:5:\"width\";i:300;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:100812;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_9440-600x456.webp\";s:5:\"width\";i:600;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:372668;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_9440-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16776;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(21767,3410,'_eg_has_gallery','a:1:{i:0;i:2620;}'),(21768,3411,'_wp_attached_file','2025/03/IMG_3944.webp'),(21769,3411,'_nfd_performance_image_optimized','1'),(21770,3411,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2025/03/IMG_3944.webp\";s:8:\"filesize\";i:2689892;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_3944-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:123680;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_3944-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1342772;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3944-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:41810;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_3944-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1342772;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_3944-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:218704;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_3944-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:844948;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3944-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19246;}}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:{}}}'),(21771,3411,'_eg_has_gallery','a:0:{}'),(21772,3412,'_wp_attached_file','2025/03/IMG_0785.webp'),(21773,3412,'_nfd_performance_image_optimized','1'),(21774,3412,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1290;s:6:\"height\";i:955;s:4:\"file\";s:21:\"2025/03/IMG_0785.webp\";s:8:\"filesize\";i:1410978;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_0785-300x222.webp\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:87238;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_0785-1024x758.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:758;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:883416;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_0785-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32112;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_0785-768x569.webp\";s:5:\"width\";i:768;s:6:\"height\";i:569;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:516188;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_0785-300x222.webp\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:87238;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_0785-600x444.webp\";s:5:\"width\";i:600;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:326876;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_0785-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15304;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(21775,3412,'_eg_has_gallery','a:1:{i:0;i:2620;}'),(21780,3414,'_wp_attached_file','2025/03/E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE.webp'),(21781,3414,'_nfd_performance_image_optimized','1'),(21782,3414,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1284;s:6:\"height\";i:1712;s:4:\"file\";s:49:\"2025/03/E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE.webp\";s:8:\"filesize\";i:1239328;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:68120;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:613504;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26486;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:613504;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:51:\"E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1170100;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:49:\"E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:112692;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:49:\"E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:388390;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:49:\"E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12888;}}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:{}}}'),(21783,3414,'_eg_has_gallery','a:0:{}'),(21789,1571,'af_addon_price_type','full_field'),(21790,1571,'addon_quantitiy_selection',''),(21791,1571,'af_addon_min_quan',''),(21792,1571,'af_addon_max_quan',''),(21793,1571,'af_addon_first_option',''),(21794,1570,'af_addon_price_type','full_field'),(21795,1570,'addon_quantitiy_selection',''),(21796,1570,'af_addon_min_quan',''),(21797,1570,'af_addon_max_quan',''),(21798,1570,'af_addon_first_option',''),(21799,1569,'af_addon_price_type','full_field'),(21800,1569,'addon_quantitiy_selection',''),(21801,1569,'af_addon_min_quan',''),(21802,1569,'af_addon_max_quan',''),(21803,1569,'af_addon_first_option',''),(21804,1563,'af_addon_price_type','full_field'),(21805,1563,'addon_quantitiy_selection',''),(21806,1563,'af_addon_min_quan',''),(21807,1563,'af_addon_max_quan',''),(21808,1563,'af_addon_first_option',''),(21809,1568,'af_addon_stock_management',''),(21810,1568,'af_addon_stock_qty',''),(21811,1568,'af_addon_stock_status','in_stock'),(21812,1568,'af_addon_default_checked',''),(21813,1567,'af_addon_stock_management',''),(21814,1567,'af_addon_stock_qty',''),(21815,1567,'af_addon_stock_status','in_stock'),(21816,1567,'af_addon_default_checked',''),(21817,1566,'af_addon_stock_management',''),(21818,1566,'af_addon_stock_qty',''),(21819,1566,'af_addon_stock_status','in_stock'),(21820,1566,'af_addon_default_checked',''),(21821,1565,'af_addon_stock_management',''),(21822,1565,'af_addon_stock_qty',''),(21823,1565,'af_addon_stock_status','in_stock'),(21824,1565,'af_addon_default_checked',''),(21825,1564,'af_addon_stock_management',''),(21826,1564,'af_addon_stock_qty',''),(21827,1564,'af_addon_stock_status','in_stock'),(21828,1564,'af_addon_default_checked',''),(21829,1557,'af_addon_price_type','full_field'),(21830,1557,'addon_quantitiy_selection',''),(21831,1557,'af_addon_min_quan',''),(21832,1557,'af_addon_max_quan',''),(21833,1557,'af_addon_first_option',''),(21834,3312,'af_addon_stock_management',''),(21835,3312,'af_addon_stock_qty',''),(21836,3312,'af_addon_stock_status','in_stock'),(21837,3312,'af_addon_default_checked',''),(21838,1562,'af_addon_stock_management',''),(21839,1562,'af_addon_stock_qty',''),(21840,1562,'af_addon_stock_status','in_stock'),(21841,1562,'af_addon_default_checked',''),(21842,1561,'af_addon_stock_management',''),(21843,1561,'af_addon_stock_qty',''),(21844,1561,'af_addon_stock_status','in_stock'),(21845,1561,'af_addon_default_checked',''),(21846,1560,'af_addon_stock_management',''),(21847,1560,'af_addon_stock_qty',''),(21848,1560,'af_addon_stock_status','in_stock'),(21849,1560,'af_addon_default_checked',''),(21850,1559,'af_addon_stock_management',''),(21851,1559,'af_addon_stock_qty',''),(21852,1559,'af_addon_stock_status','in_stock'),(21853,1559,'af_addon_default_checked',''),(21854,1558,'af_addon_stock_management',''),(21855,1558,'af_addon_stock_qty',''),(21856,1558,'af_addon_stock_status','in_stock'),(21857,1558,'af_addon_default_checked',''),(21858,1553,'af_addon_price_type','full_field'),(21859,1553,'addon_quantitiy_selection',''),(21860,1553,'af_addon_min_quan',''),(21861,1553,'af_addon_max_quan',''),(21862,1553,'af_addon_first_option',''),(21863,1556,'af_addon_stock_management',''),(21864,1556,'af_addon_stock_qty',''),(21865,1556,'af_addon_stock_status','in_stock'),(21866,1556,'af_addon_default_checked',''),(21867,1555,'af_addon_stock_management',''),(21868,1555,'af_addon_stock_qty',''),(21869,1555,'af_addon_stock_status','in_stock'),(21870,1555,'af_addon_default_checked',''),(21871,1554,'af_addon_stock_management',''),(21872,1554,'af_addon_stock_qty',''),(21873,1554,'af_addon_stock_status','in_stock'),(21874,1554,'af_addon_default_checked',''),(21875,1547,'af_addon_price_type','full_field'),(21876,1547,'addon_quantitiy_selection',''),(21877,1547,'af_addon_min_quan',''),(21878,1547,'af_addon_max_quan',''),(21879,1547,'af_addon_first_option',''),(21880,1893,'af_addon_stock_management',''),(21881,1893,'af_addon_stock_qty',''),(21882,1893,'af_addon_stock_status','in_stock'),(21883,1893,'af_addon_default_checked',''),(21884,1552,'af_addon_stock_management',''),(21885,1552,'af_addon_stock_qty',''),(21886,1552,'af_addon_stock_status','in_stock'),(21887,1552,'af_addon_default_checked',''),(21888,1551,'af_addon_stock_management',''),(21889,1551,'af_addon_stock_qty',''),(21890,1551,'af_addon_stock_status','in_stock'),(21891,1551,'af_addon_default_checked',''),(21892,1550,'af_addon_stock_management',''),(21893,1550,'af_addon_stock_qty',''),(21894,1550,'af_addon_stock_status','in_stock'),(21895,1550,'af_addon_default_checked',''),(21896,1549,'af_addon_stock_management',''),(21897,1549,'af_addon_stock_qty',''),(21898,1549,'af_addon_stock_status','in_stock'),(21899,1549,'af_addon_default_checked',''),(21900,1548,'af_addon_stock_management',''),(21901,1548,'af_addon_stock_qty',''),(21902,1548,'af_addon_stock_status','in_stock'),(21903,1548,'af_addon_default_checked',''),(21904,1546,'af_addon_price_type','full_field'),(21905,1546,'addon_quantitiy_selection',''),(21906,1546,'af_addon_min_quan',''),(21907,1546,'af_addon_max_quan',''),(21908,1546,'af_addon_first_option',''),(21909,1545,'af_addon_price_type','full_field'),(21910,1545,'addon_quantitiy_selection',''),(21911,1545,'af_addon_min_quan',''),(21912,1545,'af_addon_max_quan',''),(21913,1545,'af_addon_first_option',''),(21914,1544,'af_addon_price_type','full_field'),(21915,1544,'addon_quantitiy_selection',''),(21916,1544,'af_addon_min_quan',''),(21917,1544,'af_addon_max_quan',''),(21918,1544,'af_addon_first_option',''),(21919,1543,'af_addon_price_type','full_field'),(21920,1543,'addon_quantitiy_selection',''),(21921,1543,'af_addon_min_quan',''),(21922,1543,'af_addon_max_quan',''),(21923,1543,'af_addon_first_option',''),(21926,3428,'_wp_attached_file','2025/08/aggressivegraphix-profile.webp'),(21927,3428,'_nfd_performance_image_optimized','1'),(21928,3428,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:360;s:6:\"height\";i:360;s:4:\"file\";s:38:\"2025/08/aggressivegraphix-profile.webp\";s:8:\"filesize\";i:25200;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"aggressivegraphix-profile-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28774;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"aggressivegraphix-profile-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10478;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"aggressivegraphix-profile-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28774;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"aggressivegraphix-profile-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5908;}}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:{}}}'),(21940,486,'_wc_rating_count','a:1:{i:5;i:3;}'),(21941,2208,'_wc_rating_count','a:1:{i:5;i:1;}'),(21942,3452,'af_addon_field_sort',''),(21943,3452,'_monsterinsights_sitenote_active','0'),(21944,3452,'af_addon_depend_selector','af_addon_not_dependable'),(21945,3452,'af_addon_field_depend_selector','0'),(21946,3452,'af_addon_option_depend_selector','a:0:{}'),(21947,3452,'af_addon_type_select','file_upload'),(21948,3452,'af_addon_field_title','Please upload files you would like in the kit'),(21949,3452,'af_addon_tooltip_checkbox',''),(21950,3452,'af_addon_tooltip_textarea',''),(21951,3452,'af_addon_desc_checkbox','1'),(21952,3452,'af_addon_desc_textarea','If you have more files than you can upload, please email them to info@aggressivegraphix.com with your order number in the subject line.'),(21953,3452,'af_addon_required_field',''),(21954,3452,'af_addon_limit_range_checkbox',''),(21955,3452,'af_addon_min_limit_range',''),(21956,3452,'af_addon_max_limit_range',''),(21957,3452,'af_addon_price_range_checkbox',''),(21958,3452,'af_addon_price_type','full_field'),(21959,3452,'af_addon_field_price_type','free'),(21960,3452,'af_addon_field_price',''),(21961,3452,'addon_quantitiy_selection',''),(21962,3452,'af_addon_min_quan',''),(21963,3452,'af_addon_max_quan',''),(21964,3452,'af_addon_upload_file_extention',''),(21965,3452,'af_addon_first_option',''),(21966,1880,'af_addon_price_type','full_field'),(21967,1880,'addon_quantitiy_selection',''),(21968,1880,'af_addon_min_quan',''),(21969,1880,'af_addon_max_quan',''),(21970,1880,'af_addon_first_option',''),(21971,1906,'af_addon_stock_management',''),(21972,1906,'af_addon_stock_qty',''),(21973,1906,'af_addon_stock_status','in_stock'),(21974,1906,'af_addon_default_checked',''),(21975,1887,'af_addon_stock_management',''),(21976,1887,'af_addon_stock_qty',''),(21977,1887,'af_addon_stock_status','in_stock'),(21978,1887,'af_addon_default_checked',''),(21979,1886,'af_addon_stock_management',''),(21980,1886,'af_addon_stock_qty',''),(21981,1886,'af_addon_stock_status','in_stock'),(21982,1886,'af_addon_default_checked',''),(21983,1885,'af_addon_stock_management',''),(21984,1885,'af_addon_stock_qty',''),(21985,1885,'af_addon_stock_status','in_stock'),(21986,1885,'af_addon_default_checked',''),(21987,1884,'af_addon_stock_management',''),(21988,1884,'af_addon_stock_qty',''),(21989,1884,'af_addon_stock_status','in_stock'),(21990,1884,'af_addon_default_checked',''),(21991,1883,'af_addon_stock_management',''),(21992,1883,'af_addon_stock_qty',''),(21993,1883,'af_addon_stock_status','in_stock'),(21994,1883,'af_addon_default_checked',''),(21995,1882,'af_addon_stock_management',''),(21996,1882,'af_addon_stock_qty',''),(21997,1882,'af_addon_stock_status','in_stock'),(21998,1882,'af_addon_default_checked',''),(21999,1881,'af_addon_stock_management',''),(22000,1881,'af_addon_stock_qty',''),(22001,1881,'af_addon_stock_status','in_stock'),(22002,1881,'af_addon_default_checked',''),(22003,1639,'af_addon_price_type','full_field'),(22004,1639,'addon_quantitiy_selection',''),(22005,1639,'af_addon_min_quan',''),(22006,1639,'af_addon_max_quan',''),(22007,1639,'af_addon_first_option',''),(22008,1638,'af_addon_price_type','full_field'),(22009,1638,'addon_quantitiy_selection',''),(22010,1638,'af_addon_min_quan',''),(22011,1638,'af_addon_max_quan',''),(22012,1638,'af_addon_first_option',''),(22013,1637,'af_addon_price_type','full_field'),(22014,1637,'addon_quantitiy_selection',''),(22015,1637,'af_addon_min_quan',''),(22016,1637,'af_addon_max_quan',''),(22017,1637,'af_addon_first_option',''),(22018,1636,'af_addon_price_type','full_field'),(22019,1636,'addon_quantitiy_selection',''),(22020,1636,'af_addon_min_quan',''),(22021,1636,'af_addon_max_quan',''),(22022,1636,'af_addon_first_option',''),(22023,1630,'af_addon_price_type','full_field'),(22024,1630,'addon_quantitiy_selection',''),(22025,1630,'af_addon_min_quan',''),(22026,1630,'af_addon_max_quan',''),(22027,1630,'af_addon_first_option',''),(22028,3188,'af_addon_stock_management',''),(22029,3188,'af_addon_stock_qty',''),(22030,3188,'af_addon_stock_status','in_stock'),(22031,3188,'af_addon_default_checked',''),(22032,1635,'af_addon_stock_management',''),(22033,1635,'af_addon_stock_qty',''),(22034,1635,'af_addon_stock_status','in_stock'),(22035,1635,'af_addon_default_checked',''),(22036,1634,'af_addon_stock_management',''),(22037,1634,'af_addon_stock_qty',''),(22038,1634,'af_addon_stock_status','in_stock'),(22039,1634,'af_addon_default_checked',''),(22040,1633,'af_addon_stock_management',''),(22041,1633,'af_addon_stock_qty',''),(22042,1633,'af_addon_stock_status','in_stock'),(22043,1633,'af_addon_default_checked',''),(22044,1632,'af_addon_stock_management',''),(22045,1632,'af_addon_stock_qty',''),(22046,1632,'af_addon_stock_status','in_stock'),(22047,1632,'af_addon_default_checked',''),(22048,1631,'af_addon_stock_management',''),(22049,1631,'af_addon_stock_qty',''),(22050,1631,'af_addon_stock_status','in_stock'),(22051,1631,'af_addon_default_checked',''),(22052,1626,'af_addon_price_type','full_field'),(22053,1626,'addon_quantitiy_selection',''),(22054,1626,'af_addon_min_quan',''),(22055,1626,'af_addon_max_quan',''),(22056,1626,'af_addon_first_option',''),(22057,1891,'af_addon_stock_management',''),(22058,1891,'af_addon_stock_qty',''),(22059,1891,'af_addon_stock_status','in_stock'),(22060,1891,'af_addon_default_checked',''),(22061,1890,'af_addon_stock_management',''),(22062,1890,'af_addon_stock_qty',''),(22063,1890,'af_addon_stock_status','in_stock'),(22064,1890,'af_addon_default_checked',''),(22065,1889,'af_addon_stock_management',''),(22066,1889,'af_addon_stock_qty',''),(22067,1889,'af_addon_stock_status','in_stock'),(22068,1889,'af_addon_default_checked',''),(22069,1625,'af_addon_price_type','full_field'),(22070,1625,'addon_quantitiy_selection',''),(22071,1625,'af_addon_min_quan',''),(22072,1625,'af_addon_max_quan',''),(22073,1625,'af_addon_first_option',''),(22074,1624,'af_addon_price_type','full_field'),(22075,1624,'addon_quantitiy_selection',''),(22076,1624,'af_addon_min_quan',''),(22077,1624,'af_addon_max_quan',''),(22078,1624,'af_addon_first_option',''),(22079,1613,'af_addon_price_type','full_field'),(22080,1613,'addon_quantitiy_selection',''),(22081,1613,'af_addon_min_quan',''),(22082,1613,'af_addon_max_quan',''),(22083,1613,'af_addon_first_option',''),(22084,1612,'af_addon_price_type','full_field'),(22085,1612,'addon_quantitiy_selection',''),(22086,1612,'af_addon_min_quan',''),(22087,1612,'af_addon_max_quan',''),(22088,1612,'af_addon_first_option',''),(22089,1655,'af_addon_price_type','full_field'),(22090,1655,'addon_quantitiy_selection',''),(22091,1655,'af_addon_min_quan',''),(22092,1655,'af_addon_max_quan',''),(22093,1655,'af_addon_first_option',''),(22094,1654,'af_addon_price_type','full_field'),(22095,1654,'addon_quantitiy_selection',''),(22096,1654,'af_addon_min_quan',''),(22097,1654,'af_addon_max_quan',''),(22098,1654,'af_addon_first_option',''),(22099,1653,'af_addon_price_type','full_field'),(22100,1653,'addon_quantitiy_selection',''),(22101,1653,'af_addon_min_quan',''),(22102,1653,'af_addon_max_quan',''),(22103,1653,'af_addon_first_option',''),(22104,1652,'af_addon_price_type','full_field'),(22105,1652,'addon_quantitiy_selection',''),(22106,1652,'af_addon_min_quan',''),(22107,1652,'af_addon_max_quan',''),(22108,1652,'af_addon_first_option',''),(22109,1646,'af_addon_price_type','full_field'),(22110,1646,'addon_quantitiy_selection',''),(22111,1646,'af_addon_min_quan',''),(22112,1646,'af_addon_max_quan',''),(22113,1646,'af_addon_first_option',''),(22114,3189,'af_addon_stock_management',''),(22115,3189,'af_addon_stock_qty',''),(22116,3189,'af_addon_stock_status','in_stock'),(22117,3189,'af_addon_default_checked',''),(22118,1651,'af_addon_stock_management',''),(22119,1651,'af_addon_stock_qty',''),(22120,1651,'af_addon_stock_status','in_stock'),(22121,1651,'af_addon_default_checked',''),(22122,1650,'af_addon_stock_management',''),(22123,1650,'af_addon_stock_qty',''),(22124,1650,'af_addon_stock_status','in_stock'),(22125,1650,'af_addon_default_checked',''),(22126,1649,'af_addon_stock_management',''),(22127,1649,'af_addon_stock_qty',''),(22128,1649,'af_addon_stock_status','in_stock'),(22129,1649,'af_addon_default_checked',''),(22130,1648,'af_addon_stock_management',''),(22131,1648,'af_addon_stock_qty',''),(22132,1648,'af_addon_stock_status','in_stock'),(22133,1648,'af_addon_default_checked',''),(22134,1647,'af_addon_stock_management',''),(22135,1647,'af_addon_stock_qty',''),(22136,1647,'af_addon_stock_status','in_stock'),(22137,1647,'af_addon_default_checked',''),(22138,1642,'af_addon_price_type','full_field'),(22139,1642,'addon_quantitiy_selection',''),(22140,1642,'af_addon_min_quan',''),(22141,1642,'af_addon_max_quan',''),(22142,1642,'af_addon_first_option',''),(22143,1645,'af_addon_stock_management',''),(22144,1645,'af_addon_stock_qty',''),(22145,1645,'af_addon_stock_status','in_stock'),(22146,1645,'af_addon_default_checked',''),(22147,1644,'af_addon_stock_management',''),(22148,1644,'af_addon_stock_qty',''),(22149,1644,'af_addon_stock_status','in_stock'),(22150,1644,'af_addon_default_checked',''),(22151,1643,'af_addon_stock_management',''),(22152,1643,'af_addon_stock_qty',''),(22153,1643,'af_addon_stock_status','in_stock'),(22154,1643,'af_addon_default_checked',''),(22155,1641,'af_addon_price_type','full_field'),(22156,1641,'addon_quantitiy_selection',''),(22157,1641,'af_addon_min_quan',''),(22158,1641,'af_addon_max_quan',''),(22159,1641,'af_addon_first_option',''),(22160,1640,'af_addon_price_type','full_field'),(22161,1640,'addon_quantitiy_selection',''),(22162,1640,'af_addon_min_quan',''),(22163,1640,'af_addon_max_quan',''),(22164,1640,'af_addon_first_option',''),(22165,3191,'af_addon_price_type','full_field'),(22166,3191,'addon_quantitiy_selection',''),(22167,3191,'af_addon_min_quan',''),(22168,3191,'af_addon_max_quan',''),(22169,3191,'af_addon_first_option',''),(22170,3197,'af_addon_stock_management',''),(22171,3197,'af_addon_stock_qty',''),(22172,3197,'af_addon_stock_status','in_stock'),(22173,3197,'af_addon_default_checked',''),(22174,3196,'af_addon_stock_management',''),(22175,3196,'af_addon_stock_qty',''),(22176,3196,'af_addon_stock_status','in_stock'),(22177,3196,'af_addon_default_checked',''),(22178,3195,'af_addon_stock_management',''),(22179,3195,'af_addon_stock_qty',''),(22180,3195,'af_addon_stock_status','in_stock'),(22181,3195,'af_addon_default_checked',''),(22182,3194,'af_addon_stock_management',''),(22183,3194,'af_addon_stock_qty',''),(22184,3194,'af_addon_stock_status','in_stock'),(22185,3194,'af_addon_default_checked',''),(22186,3193,'af_addon_stock_management',''),(22187,3193,'af_addon_stock_qty',''),(22188,3193,'af_addon_stock_status','in_stock'),(22189,3193,'af_addon_default_checked',''),(22190,3192,'af_addon_stock_management',''),(22191,3192,'af_addon_stock_qty',''),(22192,3192,'af_addon_stock_status','in_stock'),(22193,3192,'af_addon_default_checked',''),(22194,2033,'af_addon_price_type','full_field'),(22195,2033,'addon_quantitiy_selection',''),(22196,2033,'af_addon_min_quan',''),(22197,2033,'af_addon_max_quan',''),(22198,2033,'af_addon_first_option',''),(22199,2032,'af_addon_price_type','full_field'),(22200,2032,'addon_quantitiy_selection',''),(22201,2032,'af_addon_min_quan',''),(22202,2032,'af_addon_max_quan',''),(22203,2032,'af_addon_first_option',''),(22217,2029,'af_addon_stock_management',''),(22218,2029,'af_addon_stock_qty',''),(22219,2029,'af_addon_stock_status','in_stock'),(22220,2029,'af_addon_default_checked',''),(22221,2028,'af_addon_stock_management',''),(22222,2028,'af_addon_stock_qty',''),(22223,2028,'af_addon_stock_status','in_stock'),(22224,2028,'af_addon_default_checked','yes'),(22225,2026,'af_addon_price_type','full_field'),(22226,2026,'addon_quantitiy_selection',''),(22227,2026,'af_addon_min_quan',''),(22228,2026,'af_addon_max_quan',''),(22229,2026,'af_addon_first_option',''),(22230,1671,'af_addon_price_type','full_field'),(22231,1671,'addon_quantitiy_selection',''),(22232,1671,'af_addon_min_quan',''),(22233,1671,'af_addon_max_quan',''),(22234,1671,'af_addon_first_option',''),(22235,1670,'af_addon_price_type','full_field'),(22236,1670,'addon_quantitiy_selection',''),(22237,1670,'af_addon_min_quan',''),(22238,1670,'af_addon_max_quan',''),(22239,1670,'af_addon_first_option',''),(22240,1669,'af_addon_price_type','full_field'),(22241,1669,'addon_quantitiy_selection',''),(22242,1669,'af_addon_min_quan',''),(22243,1669,'af_addon_max_quan',''),(22244,1669,'af_addon_first_option',''),(22245,1668,'af_addon_price_type','full_field'),(22246,1668,'addon_quantitiy_selection',''),(22247,1668,'af_addon_min_quan',''),(22248,1668,'af_addon_max_quan',''),(22249,1668,'af_addon_first_option',''),(22250,1662,'af_addon_price_type','full_field'),(22251,1662,'addon_quantitiy_selection',''),(22252,1662,'af_addon_min_quan',''),(22253,1662,'af_addon_max_quan',''),(22254,1662,'af_addon_first_option',''),(22255,3190,'af_addon_stock_management',''),(22256,3190,'af_addon_stock_qty',''),(22257,3190,'af_addon_stock_status','in_stock'),(22258,3190,'af_addon_default_checked',''),(22259,1667,'af_addon_stock_management',''),(22260,1667,'af_addon_stock_qty',''),(22261,1667,'af_addon_stock_status','in_stock'),(22262,1667,'af_addon_default_checked',''),(22263,1666,'af_addon_stock_management',''),(22264,1666,'af_addon_stock_qty',''),(22265,1666,'af_addon_stock_status','in_stock'),(22266,1666,'af_addon_default_checked',''),(22267,1665,'af_addon_stock_management',''),(22268,1665,'af_addon_stock_qty',''),(22269,1665,'af_addon_stock_status','in_stock'),(22270,1665,'af_addon_default_checked',''),(22271,1664,'af_addon_stock_management',''),(22272,1664,'af_addon_stock_qty',''),(22273,1664,'af_addon_stock_status','in_stock'),(22274,1664,'af_addon_default_checked',''),(22275,1663,'af_addon_stock_management',''),(22276,1663,'af_addon_stock_qty',''),(22277,1663,'af_addon_stock_status','in_stock'),(22278,1663,'af_addon_default_checked',''),(22279,1658,'af_addon_price_type','full_field'),(22280,1658,'addon_quantitiy_selection',''),(22281,1658,'af_addon_min_quan',''),(22282,1658,'af_addon_max_quan',''),(22283,1658,'af_addon_first_option',''),(22284,1661,'af_addon_stock_management',''),(22285,1661,'af_addon_stock_qty',''),(22286,1661,'af_addon_stock_status','in_stock'),(22287,1661,'af_addon_default_checked',''),(22288,1660,'af_addon_stock_management',''),(22289,1660,'af_addon_stock_qty',''),(22290,1660,'af_addon_stock_status','in_stock'),(22291,1660,'af_addon_default_checked',''),(22292,1659,'af_addon_stock_management',''),(22293,1659,'af_addon_stock_qty',''),(22294,1659,'af_addon_stock_status','in_stock'),(22295,1659,'af_addon_default_checked',''),(22296,1657,'af_addon_price_type','full_field'),(22297,1657,'addon_quantitiy_selection',''),(22298,1657,'af_addon_min_quan',''),(22299,1657,'af_addon_max_quan',''),(22300,1657,'af_addon_first_option',''),(22301,1656,'af_addon_price_type','full_field'),(22302,1656,'addon_quantitiy_selection',''),(22303,1656,'af_addon_min_quan',''),(22304,1656,'af_addon_max_quan',''),(22305,1656,'af_addon_first_option',''),(22306,1608,'af_addon_price_type','full_field'),(22307,1608,'addon_quantitiy_selection',''),(22308,1608,'af_addon_min_quan',''),(22309,1608,'af_addon_max_quan',''),(22310,1608,'af_addon_first_option',''),(22311,1607,'af_addon_price_type','full_field'),(22312,1607,'addon_quantitiy_selection',''),(22313,1607,'af_addon_min_quan',''),(22314,1607,'af_addon_max_quan',''),(22315,1607,'af_addon_first_option',''),(22316,1606,'af_addon_price_type','full_field'),(22317,1606,'addon_quantitiy_selection',''),(22318,1606,'af_addon_min_quan',''),(22319,1606,'af_addon_max_quan',''),(22320,1606,'af_addon_first_option',''),(22321,1605,'af_addon_price_type','full_field'),(22322,1605,'addon_quantitiy_selection',''),(22323,1605,'af_addon_min_quan',''),(22324,1605,'af_addon_max_quan',''),(22325,1605,'af_addon_first_option',''),(22326,1599,'af_addon_price_type','full_field'),(22327,1599,'addon_quantitiy_selection',''),(22328,1599,'af_addon_min_quan',''),(22329,1599,'af_addon_max_quan',''),(22330,1599,'af_addon_first_option',''),(22331,1604,'af_addon_stock_management',''),(22332,1604,'af_addon_stock_qty',''),(22333,1604,'af_addon_stock_status','in_stock'),(22334,1604,'af_addon_default_checked',''),(22335,1603,'af_addon_stock_management',''),(22336,1603,'af_addon_stock_qty',''),(22337,1603,'af_addon_stock_status','in_stock'),(22338,1603,'af_addon_default_checked',''),(22339,1602,'af_addon_stock_management',''),(22340,1602,'af_addon_stock_qty',''),(22341,1602,'af_addon_stock_status','in_stock'),(22342,1602,'af_addon_default_checked',''),(22343,1601,'af_addon_stock_management',''),(22344,1601,'af_addon_stock_qty',''),(22345,1601,'af_addon_stock_status','in_stock'),(22346,1601,'af_addon_default_checked',''),(22347,1600,'af_addon_stock_management',''),(22348,1600,'af_addon_stock_qty',''),(22349,1600,'af_addon_stock_status','in_stock'),(22350,1600,'af_addon_default_checked',''),(22351,1593,'af_addon_price_type','full_field'),(22352,1593,'addon_quantitiy_selection',''),(22353,1593,'af_addon_min_quan',''),(22354,1593,'af_addon_max_quan',''),(22355,1593,'af_addon_first_option',''),(22356,3187,'af_addon_stock_management',''),(22357,3187,'af_addon_stock_qty',''),(22358,3187,'af_addon_stock_status','in_stock'),(22359,3187,'af_addon_default_checked',''),(22360,1598,'af_addon_stock_management',''),(22361,1598,'af_addon_stock_qty',''),(22362,1598,'af_addon_stock_status','in_stock'),(22363,1598,'af_addon_default_checked',''),(22364,1597,'af_addon_stock_management',''),(22365,1597,'af_addon_stock_qty',''),(22366,1597,'af_addon_stock_status','in_stock'),(22367,1597,'af_addon_default_checked',''),(22368,1596,'af_addon_stock_management',''),(22369,1596,'af_addon_stock_qty',''),(22370,1596,'af_addon_stock_status','in_stock'),(22371,1596,'af_addon_default_checked',''),(22372,1595,'af_addon_stock_management',''),(22373,1595,'af_addon_stock_qty',''),(22374,1595,'af_addon_stock_status','in_stock'),(22375,1595,'af_addon_default_checked',''),(22376,1594,'af_addon_stock_management',''),(22377,1594,'af_addon_stock_qty',''),(22378,1594,'af_addon_stock_status','in_stock'),(22379,1594,'af_addon_default_checked',''),(22380,1589,'af_addon_price_type','full_field'),(22381,1589,'addon_quantitiy_selection',''),(22382,1589,'af_addon_min_quan',''),(22383,1589,'af_addon_max_quan',''),(22384,1589,'af_addon_first_option',''),(22385,1592,'af_addon_stock_management',''),(22386,1592,'af_addon_stock_qty',''),(22387,1592,'af_addon_stock_status','in_stock'),(22388,1592,'af_addon_default_checked',''),(22389,1591,'af_addon_stock_management',''),(22390,1591,'af_addon_stock_qty',''),(22391,1591,'af_addon_stock_status','in_stock'),(22392,1591,'af_addon_default_checked',''),(22393,1590,'af_addon_stock_management',''),(22394,1590,'af_addon_stock_qty',''),(22395,1590,'af_addon_stock_status','in_stock'),(22396,1590,'af_addon_default_checked',''),(22397,1582,'af_addon_price_type','full_field'),(22398,1582,'addon_quantitiy_selection',''),(22399,1582,'af_addon_min_quan',''),(22400,1582,'af_addon_max_quan',''),(22401,1582,'af_addon_first_option',''),(22402,1588,'af_addon_stock_management',''),(22403,1588,'af_addon_stock_qty',''),(22404,1588,'af_addon_stock_status','in_stock'),(22405,1588,'af_addon_default_checked',''),(22406,1586,'af_addon_stock_management',''),(22407,1586,'af_addon_stock_qty',''),(22408,1586,'af_addon_stock_status','in_stock'),(22409,1586,'af_addon_default_checked',''),(22410,1583,'af_addon_stock_management',''),(22411,1583,'af_addon_stock_qty',''),(22412,1583,'af_addon_stock_status','in_stock'),(22413,1583,'af_addon_default_checked',''),(22414,1581,'af_addon_price_type','full_field'),(22415,1581,'addon_quantitiy_selection',''),(22416,1581,'af_addon_min_quan',''),(22417,1581,'af_addon_max_quan',''),(22418,1581,'af_addon_first_option',''),(22419,1580,'af_addon_price_type','full_field'),(22420,1580,'addon_quantitiy_selection',''),(22421,1580,'af_addon_min_quan',''),(22422,1580,'af_addon_max_quan',''),(22423,1580,'af_addon_first_option',''),(22425,95,'_monsterinsights_sitenote_active','0'),(22426,95,'_yoast_wpseo_focuskw','vehicle wrap car wrap color change fleet lettering truck van'),(22427,95,'_yoast_wpseo_metadesc','Transform and customize the look of your car or truck for show with a color change or work with commercial lettering and full wraps'),(22428,95,'_yoast_wpseo_linkdex','48'),(22429,3111,'_wp_attachment_image_alt','vehicle wrap'),(22430,1212,'_thumbnail_id','3111'),(22431,1212,'_yoast_wpseo_focuskw','vehicle wrap car truck chrome delete stripe kit'),(22432,1212,'_yoast_wpseo_metadesc','Let\'s transform the look of your car, truck, or SUV with a color change wrap, chrome delete, or custom striping.'),(22433,1212,'_yoast_wpseo_linkdex','69'),(22434,1214,'_thumbnail_id','2860'),(22435,1214,'_yoast_wpseo_focuskw','vehicle wrap truck trailer commercial lettering branding'),(22436,1214,'_yoast_wpseo_metadesc','Transform your work fleet into eye catching mobile billboards on the road. Wrapping your truck or trailer is an investment to your business'),(22437,1214,'_yoast_wpseo_linkdex','58'),(22439,1216,'_yoast_wpseo_focuskw','window tint car truck suv vehicle building store'),(22440,1216,'_yoast_wpseo_metadesc','Protect the inside of your car or truck from harsh UV with automotive window tint. Feel the difference as soon as you leave'),(22441,1216,'_yoast_wpseo_linkdex','62'),(22442,3461,'origin','theme'),(22443,3465,'_regular_price','25'),(22444,3465,'total_sales','0'),(22445,3465,'_tax_status','none'),(22446,3465,'_tax_class',''),(22447,3465,'_manage_stock','no'),(22448,3465,'_backorders','no'),(22449,3465,'_sold_individually','no'),(22450,3465,'_weight','1'),(22451,3465,'_length','12'),(22452,3465,'_width','9'),(22453,3465,'_height','4'),(22454,3465,'_virtual','no'),(22455,3465,'_downloadable','no'),(22456,3465,'_download_limit','-1'),(22457,3465,'_download_expiry','-1'),(22458,3465,'_thumbnail_id','3466'),(22459,3465,'_stock',NULL),(22460,3465,'_stock_status','instock'),(22461,3465,'_wc_average_rating','0'),(22462,3465,'_wc_review_count','0'),(22463,3465,'_product_version','10.0.4'),(22464,3465,'_price','25'),(22465,3465,'af_addon_title_font_size','14'),(22466,3465,'af_addon_option_title_font_size','12'),(22467,3465,'af_addon_field_border_pixels','1'),(22468,3465,'af_addon_desc_font_size','12'),(22469,3465,'af_addon_tooltip_font_size','12'),(22470,3465,'exclude_rule_addons',''),(22471,3465,'af_addon_title_display_as_selector','af_addon_title_display_text'),(22472,3465,'af_addon_heading_type_selector','addon_h1'),(22473,3465,'af_addon_seperator_checkbox',''),(22474,3465,'af_addon_title_seperator','af_addon_title_seperator_br'),(22475,3465,'af_addon_option_title_font_color',''),(22476,3465,'af_addon_title_bg',''),(22477,3465,'af_addon_title_color',''),(22478,3465,'af_addon_bg_color',''),(22479,3465,'af_addon_title_top_left_radius',''),(22480,3465,'af_addon_title_top_right_radius',''),(22481,3465,'af_addon_title_bottom_left_radius',''),(22482,3465,'af_addon_title_bottom_right_radius',''),(22483,3465,'af_addon_title_top_padding',''),(22484,3465,'af_addon_title_bottom_padding',''),(22485,3465,'af_addon_title_left_padding',''),(22486,3465,'af_addon_title_right_padding',''),(22487,3465,'af_addon_field_border',''),(22488,3465,'af_addon_field_border_top_left_radius',''),(22489,3465,'af_addon_field_border_top_right_radius',''),(22490,3465,'af_addon_field_border_bottom_left_radius',''),(22491,3465,'af_addon_field_border_bottom_right_radius',''),(22492,3465,'af_addon_field_border_top_padding',''),(22493,3465,'af_addon_field_border_bottom_padding',''),(22494,3465,'af_addon_field_border_left_padding',''),(22495,3465,'af_addon_field_border_right_padding',''),(22496,3465,'af_addon_field_title_position','left'),(22497,3465,'af_addon_field_border_color',''),(22498,3465,'af_addon_title_position','af_addon_title_inside_border'),(22499,3465,'af_addon_tooltip_background_color','#000000'),(22500,3465,'af_addon_tooltip_text_color',''),(22501,3465,'_mkl_pc__is_configurable','no'),(22502,3465,'_yoast_wpseo_primary_product_cat','29'),(22503,3465,'_yoast_wpseo_estimated-reading-time-minutes','1'),(22504,3465,'_yoast_wpseo_content_score','90'),(22505,3465,'_g_feedback_shortcode_26e6ff7d3ee5d2db71b5bb9ab3d0ddaa29b04386','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(22506,3465,'_g_feedback_shortcode_atts_26e6ff7d3ee5d2db71b5bb9ab3d0ddaa29b04386','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:28:\"[Aggressive Graphix LLC] VIP\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:1427;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(22507,3465,'_yoast_wpseo_primary_product_brand',''),(22508,3465,'_edit_lock','1757364629:1'),(22509,3466,'_wp_attached_file','2025/08/jersey-progressive.webp'),(22510,3466,'_nfd_performance_image_optimized','1'),(22511,3466,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:31:\"2025/08/jersey-progressive.webp\";s:8:\"filesize\";i:28222;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"jersey-progressive-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6508;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"jersey-progressive-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2680;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"jersey-progressive-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27268;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"jersey-progressive-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6508;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"jersey-progressive-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18082;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"jersey-progressive-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1658;}}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:{}}}'),(22512,3465,'_edit_last','1'),(22513,3465,'_monsterinsights_sitenote_active','0'),(22514,3467,'_regular_price','25'),(22515,3467,'total_sales','0'),(22516,3467,'_tax_status','none'),(22517,3467,'_tax_class',''),(22518,3467,'_manage_stock','no'),(22519,3467,'_backorders','no'),(22520,3467,'_sold_individually','no'),(22521,3467,'_weight','1'),(22522,3467,'_length','12'),(22523,3467,'_width','9'),(22524,3467,'_height','4'),(22525,3467,'_virtual','no'),(22526,3467,'_downloadable','no'),(22527,3467,'_download_limit','-1'),(22528,3467,'_download_expiry','-1'),(22529,3467,'_thumbnail_id','3468'),(22530,3467,'_stock',NULL),(22531,3467,'_stock_status','instock'),(22532,3467,'_wc_average_rating','0'),(22533,3467,'_wc_review_count','0'),(22534,3467,'_product_version','10.0.4'),(22535,3467,'_price','25'),(22536,3467,'af_addon_title_font_size','14'),(22537,3467,'af_addon_option_title_font_size','12'),(22538,3467,'af_addon_field_border_pixels','1'),(22539,3467,'af_addon_desc_font_size','12'),(22540,3467,'af_addon_tooltip_font_size','12'),(22541,3467,'exclude_rule_addons',''),(22542,3467,'af_addon_title_display_as_selector','af_addon_title_display_text'),(22543,3467,'af_addon_heading_type_selector','addon_h1'),(22544,3467,'af_addon_seperator_checkbox',''),(22545,3467,'af_addon_title_seperator','af_addon_title_seperator_br'),(22546,3467,'af_addon_option_title_font_color',''),(22547,3467,'af_addon_title_bg',''),(22548,3467,'af_addon_title_color',''),(22549,3467,'af_addon_bg_color',''),(22550,3467,'af_addon_title_top_left_radius',''),(22551,3467,'af_addon_title_top_right_radius',''),(22552,3467,'af_addon_title_bottom_left_radius',''),(22553,3467,'af_addon_title_bottom_right_radius',''),(22554,3467,'af_addon_title_top_padding',''),(22555,3467,'af_addon_title_bottom_padding',''),(22556,3467,'af_addon_title_left_padding',''),(22557,3467,'af_addon_title_right_padding',''),(22558,3467,'af_addon_field_border',''),(22559,3467,'af_addon_field_border_top_left_radius',''),(22560,3467,'af_addon_field_border_top_right_radius',''),(22561,3467,'af_addon_field_border_bottom_left_radius',''),(22562,3467,'af_addon_field_border_bottom_right_radius',''),(22563,3467,'af_addon_field_border_top_padding',''),(22564,3467,'af_addon_field_border_bottom_padding',''),(22565,3467,'af_addon_field_border_left_padding',''),(22566,3467,'af_addon_field_border_right_padding',''),(22567,3467,'af_addon_field_title_position','left'),(22568,3467,'af_addon_field_border_color',''),(22569,3467,'af_addon_title_position','af_addon_title_inside_border'),(22570,3467,'af_addon_tooltip_background_color','#000000'),(22571,3467,'af_addon_tooltip_text_color',''),(22572,3467,'_mkl_pc__is_configurable','no'),(22573,3467,'_yoast_wpseo_primary_product_cat','29'),(22574,3467,'_yoast_wpseo_estimated-reading-time-minutes','1'),(22575,3467,'_yoast_wpseo_content_score','90'),(22576,3467,'_g_feedback_shortcode_26e6ff7d3ee5d2db71b5bb9ab3d0ddaa29b04386','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),(22577,3467,'_g_feedback_shortcode_atts_26e6ff7d3ee5d2db71b5bb9ab3d0ddaa29b04386','a:17:{s:2:\"to\";s:25:\"ben@aggressivegraphix.com\";s:7:\"subject\";s:28:\"[Aggressive Graphix LLC] VIP\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:1427;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;}'),(22578,3467,'_yoast_wpseo_primary_product_brand',''),(22579,3467,'_monsterinsights_sitenote_active','0'),(22580,3467,'_edit_lock','1754949164:1'),(22581,3468,'_wp_attached_file','2025/08/jersey-marker.webp'),(22582,3468,'_nfd_performance_image_optimized','1'),(22583,3468,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2025/08/jersey-marker.webp\";s:8:\"filesize\";i:29572;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"jersey-marker-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7082;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"jersey-marker-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2850;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"jersey-marker-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29084;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"jersey-marker-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7082;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"jersey-marker-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19314;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"jersey-marker-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1736;}}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:{}}}'),(22584,3467,'_edit_last','1'),(22585,10,'_edit_lock','1758996981:1'),(22586,10,'_edit_last','1'),(22587,10,'_monsterinsights_sitenote_active','0'),(22588,10,'_yoast_wpseo_content_score','60'),(22589,10,'_yoast_wpseo_estimated-reading-time-minutes','2'),(22590,3,'_edit_lock','1755017207:1'),(22591,3,'_edit_last','1'),(22592,3,'_monsterinsights_sitenote_active','0'),(22593,3,'_yoast_wpseo_content_score','90'),(22594,3,'_yoast_wpseo_estimated-reading-time-minutes','2'),(22595,2022,'af_addon_price_type','full_field'),(22596,2022,'addon_quantitiy_selection',''),(22597,2022,'af_addon_min_quan',''),(22598,2022,'af_addon_max_quan',''),(22599,2022,'af_addon_first_option',''),(22600,2016,'af_addon_price_type','full_field'),(22601,2016,'addon_quantitiy_selection',''),(22602,2016,'af_addon_min_quan',''),(22603,2016,'af_addon_max_quan',''),(22604,2016,'af_addon_first_option',''),(22605,3236,'af_addon_stock_management',''),(22606,3236,'af_addon_stock_qty',''),(22607,3236,'af_addon_stock_status','in_stock'),(22608,3236,'af_addon_default_checked',''),(22609,2021,'af_addon_stock_management',''),(22610,2021,'af_addon_stock_qty',''),(22611,2021,'af_addon_stock_status','in_stock'),(22612,2021,'af_addon_default_checked',''),(22613,2020,'af_addon_stock_management',''),(22614,2020,'af_addon_stock_qty',''),(22615,2020,'af_addon_stock_status','in_stock'),(22616,2020,'af_addon_default_checked',''),(22617,2019,'af_addon_stock_management',''),(22618,2019,'af_addon_stock_qty',''),(22619,2019,'af_addon_stock_status','in_stock'),(22620,2019,'af_addon_default_checked',''),(22621,2018,'af_addon_stock_management',''),(22622,2018,'af_addon_stock_qty',''),(22623,2018,'af_addon_stock_status','in_stock'),(22624,2018,'af_addon_default_checked',''),(22625,2017,'af_addon_stock_management',''),(22626,2017,'af_addon_stock_qty',''),(22627,2017,'af_addon_stock_status','in_stock'),(22628,2017,'af_addon_default_checked',''),(22629,2012,'af_addon_price_type','full_field'),(22630,2012,'addon_quantitiy_selection',''),(22631,2012,'af_addon_min_quan',''),(22632,2012,'af_addon_max_quan',''),(22633,2012,'af_addon_first_option',''),(22634,2015,'af_addon_stock_management',''),(22635,2015,'af_addon_stock_qty',''),(22636,2015,'af_addon_stock_status','in_stock'),(22637,2015,'af_addon_default_checked',''),(22638,2014,'af_addon_stock_management',''),(22639,2014,'af_addon_stock_qty',''),(22640,2014,'af_addon_stock_status','in_stock'),(22641,2014,'af_addon_default_checked',''),(22642,2013,'af_addon_stock_management',''),(22643,2013,'af_addon_stock_qty',''),(22644,2013,'af_addon_stock_status','in_stock'),(22645,2013,'af_addon_default_checked',''),(22646,2011,'af_addon_price_type','full_field'),(22647,2011,'addon_quantitiy_selection',''),(22648,2011,'af_addon_min_quan',''),(22649,2011,'af_addon_max_quan',''),(22650,2011,'af_addon_first_option',''),(22651,2010,'af_addon_price_type','full_field'),(22652,2010,'addon_quantitiy_selection',''),(22653,2010,'af_addon_min_quan',''),(22654,2010,'af_addon_max_quan',''),(22655,2010,'af_addon_first_option',''),(22656,2009,'af_addon_price_type','full_field'),(22657,2009,'addon_quantitiy_selection',''),(22658,2009,'af_addon_min_quan',''),(22659,2009,'af_addon_max_quan',''),(22660,2009,'af_addon_first_option',''),(22661,1049,'af_addon_price_type','full_field'),(22662,1049,'addon_quantitiy_selection',''),(22663,1049,'af_addon_min_quan',''),(22664,1049,'af_addon_max_quan',''),(22665,1049,'af_addon_first_option',''),(22666,1084,'af_addon_stock_management',''),(22667,1084,'af_addon_stock_qty',''),(22668,1084,'af_addon_stock_status','in_stock'),(22669,1084,'af_addon_default_checked',''),(22670,1083,'af_addon_stock_management',''),(22671,1083,'af_addon_stock_qty',''),(22672,1083,'af_addon_stock_status','in_stock'),(22673,1083,'af_addon_default_checked',''),(22674,1082,'af_addon_stock_management',''),(22675,1082,'af_addon_stock_qty',''),(22676,1082,'af_addon_stock_status','in_stock'),(22677,1082,'af_addon_default_checked',''),(22678,1081,'af_addon_stock_management',''),(22679,1081,'af_addon_stock_qty',''),(22680,1081,'af_addon_stock_status','in_stock'),(22681,1081,'af_addon_default_checked',''),(22682,1080,'af_addon_stock_management',''),(22683,1080,'af_addon_stock_qty',''),(22684,1080,'af_addon_stock_status','in_stock'),(22685,1080,'af_addon_default_checked',''),(22686,1079,'af_addon_stock_management',''),(22687,1079,'af_addon_stock_qty',''),(22688,1079,'af_addon_stock_status','in_stock'),(22689,1079,'af_addon_default_checked',''),(22690,1078,'af_addon_stock_management',''),(22691,1078,'af_addon_stock_qty',''),(22692,1078,'af_addon_stock_status','in_stock'),(22693,1078,'af_addon_default_checked',''),(22694,1077,'af_addon_stock_management',''),(22695,1077,'af_addon_stock_qty',''),(22696,1077,'af_addon_stock_status','in_stock'),(22697,1077,'af_addon_default_checked',''),(22698,1076,'af_addon_stock_management',''),(22699,1076,'af_addon_stock_qty',''),(22700,1076,'af_addon_stock_status','in_stock'),(22701,1076,'af_addon_default_checked',''),(22702,1075,'af_addon_stock_management',''),(22703,1075,'af_addon_stock_qty',''),(22704,1075,'af_addon_stock_status','in_stock'),(22705,1075,'af_addon_default_checked',''),(22706,1074,'af_addon_stock_management',''),(22707,1074,'af_addon_stock_qty',''),(22708,1074,'af_addon_stock_status','in_stock'),(22709,1074,'af_addon_default_checked',''),(22710,1073,'af_addon_stock_management',''),(22711,1073,'af_addon_stock_qty',''),(22712,1073,'af_addon_stock_status','in_stock'),(22713,1073,'af_addon_default_checked',''),(22714,1072,'af_addon_stock_management',''),(22715,1072,'af_addon_stock_qty',''),(22716,1072,'af_addon_stock_status','in_stock'),(22717,1072,'af_addon_default_checked',''),(22718,1071,'af_addon_stock_management',''),(22719,1071,'af_addon_stock_qty',''),(22720,1071,'af_addon_stock_status','in_stock'),(22721,1071,'af_addon_default_checked',''),(22722,1070,'af_addon_stock_management',''),(22723,1070,'af_addon_stock_qty',''),(22724,1070,'af_addon_stock_status','in_stock'),(22725,1070,'af_addon_default_checked',''),(22726,1069,'af_addon_stock_management',''),(22727,1069,'af_addon_stock_qty',''),(22728,1069,'af_addon_stock_status','in_stock'),(22729,1069,'af_addon_default_checked',''),(22730,1051,'af_addon_stock_management',''),(22731,1051,'af_addon_stock_qty',''),(22732,1051,'af_addon_stock_status','in_stock'),(22733,1051,'af_addon_default_checked',''),(22734,1050,'af_addon_stock_management',''),(22735,1050,'af_addon_stock_qty',''),(22736,1050,'af_addon_stock_status','in_stock'),(22737,1050,'af_addon_default_checked',''),(22738,122,'_yoast_wpseo_focuskw','motocross seat cover two tone'),(22739,122,'_yoast_wpseo_metadesc','Tired of your butt sliding off your seat when you\'re seat bouncing that triple? Get a custom gripper seat cover to keep you planted on that bike!'),(22740,122,'_yoast_wpseo_linkdex','49'),(22741,1027,'_yoast_wpseo_focuskw','motocross seat cover gripper seat'),(22742,1027,'_yoast_wpseo_metadesc','Tired of your butt sliding off your seat when you\'re seat bouncing that triple? Get a custom gripper seat cover to keep you planted on that bike!'),(22743,1027,'_yoast_wpseo_linkdex','47'),(22744,1490,'_yoast_wpseo_focuskw','motocross seat cover gripper seat 5 rib'),(22745,1490,'_yoast_wpseo_metadesc','Tired of your butt sliding off your seat when you\'re seat bouncing that triple? Get a custom gripper seat cover to keep you planted on that bike!'),(22746,1490,'_yoast_wpseo_linkdex','47'),(22747,1838,'_yoast_wpseo_focuskw','motocross seat cover gripper seat 3 rib'),(22748,1838,'_yoast_wpseo_metadesc','Tired of your butt sliding off your seat when you\'re seat bouncing that triple? Get a custom gripper seat cover to keep you planted on that bike!'),(22749,1838,'_yoast_wpseo_linkdex','47'),(22750,3484,'_wp_attached_file','2025/06/kavanagh10x20.webp'),(22751,3484,'_nfd_performance_image_optimized','1'),(22752,3484,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1400;s:6:\"height\";i:1050;s:4:\"file\";s:26:\"2025/06/kavanagh10x20.webp\";s:8:\"filesize\";i:864028;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"kavanagh10x20-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:57426;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"kavanagh10x20-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:493214;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"kavanagh10x20-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22686;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"kavanagh10x20-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:296438;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"kavanagh10x20-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:57426;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"kavanagh10x20-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:191010;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"kavanagh10x20-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11082;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(22753,3484,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(22754,3485,'_wp_attached_file','2025/06/wickedbigcarshow10x10.webp'),(22755,3485,'_nfd_performance_image_optimized','1'),(22756,3485,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1706;s:6:\"height\";i:1279;s:4:\"file\";s:34:\"2025/06/wickedbigcarshow10x10.webp\";s:8:\"filesize\";i:1152012;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"wickedbigcarshow10x10-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:58004;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"wickedbigcarshow10x10-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:539302;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"wickedbigcarshow10x10-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:23194;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"wickedbigcarshow10x10-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:312586;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"wickedbigcarshow10x10-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1067068;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"wickedbigcarshow10x10-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:58004;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:34:\"wickedbigcarshow10x10-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:202960;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"wickedbigcarshow10x10-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11348;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(22757,3485,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(22758,3486,'_wp_attached_file','2025/06/wickedbigcarshow10x20.webp'),(22759,3486,'_nfd_performance_image_optimized','1'),(22760,3486,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1706;s:6:\"height\";i:1279;s:4:\"file\";s:34:\"2025/06/wickedbigcarshow10x20.webp\";s:8:\"filesize\";i:1164416;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"wickedbigcarshow10x20-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:61814;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"wickedbigcarshow10x20-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:556728;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"wickedbigcarshow10x20-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24686;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"wickedbigcarshow10x20-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:324748;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"wickedbigcarshow10x20-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1079878;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"wickedbigcarshow10x20-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:61814;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:34:\"wickedbigcarshow10x20-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:212632;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"wickedbigcarshow10x20-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12170;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(22761,3486,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(22762,3487,'_wp_attached_file','2025/06/supplife10x20.webp'),(22763,3487,'_nfd_performance_image_optimized','1'),(22764,3487,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1706;s:6:\"height\";i:1279;s:4:\"file\";s:26:\"2025/06/supplife10x20.webp\";s:8:\"filesize\";i:1113264;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"supplife10x20-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:56808;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"supplife10x20-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:529752;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"supplife10x20-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22706;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"supplife10x20-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:307158;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"supplife10x20-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1032632;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"supplife10x20-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:56808;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"supplife10x20-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:199512;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"supplife10x20-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11144;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(22765,3487,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(22766,3488,'_wp_attached_file','2025/06/grice10x10.webp'),(22767,3488,'_nfd_performance_image_optimized','1'),(22768,3488,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1706;s:6:\"height\";i:1279;s:4:\"file\";s:23:\"2025/06/grice10x10.webp\";s:8:\"filesize\";i:1112662;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"grice10x10-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:54520;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"grice10x10-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:518410;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"grice10x10-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21812;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"grice10x10-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:300692;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"grice10x10-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1028422;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"grice10x10-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:54520;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"grice10x10-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:193280;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"grice10x10-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10696;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(22769,3488,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(22770,3489,'_wp_attached_file','2025/06/dhopkins10x10.webp'),(22771,3489,'_nfd_performance_image_optimized','1'),(22772,3489,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1706;s:6:\"height\";i:1279;s:4:\"file\";s:26:\"2025/06/dhopkins10x10.webp\";s:8:\"filesize\";i:1068250;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"dhopkins10x10-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:53904;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"dhopkins10x10-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:504666;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"dhopkins10x10-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21754;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"dhopkins10x10-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:294312;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"dhopkins10x10-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:986506;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"dhopkins10x10-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:53904;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"dhopkins10x10-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:189550;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"dhopkins10x10-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10570;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(22773,3489,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(22774,3490,'_wp_attached_file','2025/06/dhopkinswall.webp'),(22775,3490,'_nfd_performance_image_optimized','1'),(22776,3490,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1706;s:6:\"height\";i:1279;s:4:\"file\";s:25:\"2025/06/dhopkinswall.webp\";s:8:\"filesize\";i:1257844;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"dhopkinswall-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:63540;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"dhopkinswall-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:600268;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"dhopkinswall-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24352;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"dhopkinswall-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:351982;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"dhopkinswall-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1172364;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"dhopkinswall-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:63540;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"dhopkinswall-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:226296;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"dhopkinswall-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11636;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(22777,3490,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(22778,3491,'_wp_attached_file','2025/06/careexcavation.webp'),(22779,3491,'_nfd_performance_image_optimized','1'),(22780,3491,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1707;s:4:\"file\";s:27:\"2025/06/careexcavation.webp\";s:8:\"filesize\";i:673312;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"careexcavation-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:52578;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"careexcavation-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:393812;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"careexcavation-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20462;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"careexcavation-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:393812;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"careexcavation-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:719356;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"careexcavation-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:85916;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"careexcavation-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:270592;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"careexcavation-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10318;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(22781,3491,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(22782,3492,'_wp_attached_file','2025/06/carelandscapesupply.webp'),(22783,3492,'_nfd_performance_image_optimized','1'),(22784,3492,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1707;s:4:\"file\";s:32:\"2025/06/carelandscapesupply.webp\";s:8:\"filesize\";i:800300;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"carelandscapesupply-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:55758;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"carelandscapesupply-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:423116;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"carelandscapesupply-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22090;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"carelandscapesupply-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:423116;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"carelandscapesupply-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:777992;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"carelandscapesupply-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:91022;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"carelandscapesupply-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:290154;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"carelandscapesupply-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11260;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(22785,3492,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(22786,3493,'_wp_attached_file','2025/06/carerentals.webp'),(22787,3493,'_nfd_performance_image_optimized','1'),(22788,3493,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1707;s:4:\"file\";s:24:\"2025/06/carerentals.webp\";s:8:\"filesize\";i:771192;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"carerentals-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:54142;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"carerentals-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:420278;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"carerentals-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21564;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"carerentals-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:420278;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"carerentals-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:770906;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"carerentals-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:87972;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"carerentals-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:287170;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"carerentals-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10910;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(22789,3493,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(22790,3494,'_wp_attached_file','2025/06/ksrhalfwall.webp'),(22791,3494,'_nfd_performance_image_optimized','1'),(22792,3494,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1706;s:6:\"height\";i:1279;s:4:\"file\";s:24:\"2025/06/ksrhalfwall.webp\";s:8:\"filesize\";i:1186926;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"ksrhalfwall-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:59254;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"ksrhalfwall-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:570596;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"ksrhalfwall-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22288;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"ksrhalfwall-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:329260;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"ksrhalfwall-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1116486;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"ksrhalfwall-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:59254;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"ksrhalfwall-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:213134;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"ksrhalfwall-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10690;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(22793,3494,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(22794,3495,'_wp_attached_file','2025/06/ksrflag.webp'),(22795,3495,'_nfd_performance_image_optimized','1'),(22796,3495,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1707;s:4:\"file\";s:20:\"2025/06/ksrflag.webp\";s:8:\"filesize\";i:559056;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"ksrflag-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:43464;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"ksrflag-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:323242;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"ksrflag-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15908;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"ksrflag-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:323242;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"ksrflag-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:603130;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"ksrflag-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:70214;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"ksrflag-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:223228;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"ksrflag-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8118;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(22797,3495,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(22798,3496,'_wp_attached_file','2025/06/ksrtable.webp'),(22799,3496,'_nfd_performance_image_optimized','1'),(22800,3496,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1702;s:6:\"height\";i:1276;s:4:\"file\";s:21:\"2025/06/ksrtable.webp\";s:8:\"filesize\";i:758148;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"ksrtable-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:54528;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"ksrtable-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:401120;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"ksrtable-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21508;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"ksrtable-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:250426;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"ksrtable-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:737848;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"ksrtable-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:54528;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"ksrtable-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:170360;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"ksrtable-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10870;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(22801,3496,'_eg_has_gallery','a:1:{i:0;i:3152;}'),(22803,3506,'_edit_lock','1755710280:1'),(22804,3506,'_edit_last','1'),(22805,3506,'_monsterinsights_sitenote_active','0'),(22806,3506,'_yoast_wpseo_content_score','90'),(22807,3506,'_yoast_wpseo_estimated-reading-time-minutes','1'),(22808,2229,'_monsterinsights_sitenote_active','0'),(22809,2229,'af_addon_price_type','full_field'),(22810,2229,'addon_quantitiy_selection',''),(22811,2229,'af_addon_min_quan',''),(22812,2229,'af_addon_max_quan',''),(22813,2229,'af_addon_first_option',''),(22814,2228,'_monsterinsights_sitenote_active','0'),(22815,2228,'af_addon_price_type','full_field'),(22816,2228,'addon_quantitiy_selection',''),(22817,2228,'af_addon_min_quan',''),(22818,2228,'af_addon_max_quan','25'),(22819,2228,'af_addon_first_option',''),(22820,2225,'_monsterinsights_sitenote_active','0'),(22821,2225,'af_addon_price_type','full_field'),(22822,2225,'addon_quantitiy_selection',''),(22823,2225,'af_addon_min_quan',''),(22824,2225,'af_addon_max_quan',''),(22825,2225,'af_addon_first_option',''),(22826,2227,'af_addon_stock_management',''),(22827,2227,'af_addon_stock_qty',''),(22828,2227,'af_addon_stock_status','in_stock'),(22829,2227,'_monsterinsights_sitenote_active','0'),(22830,2227,'af_addon_default_checked',''),(22831,2226,'af_addon_stock_management',''),(22832,2226,'af_addon_stock_qty',''),(22833,2226,'af_addon_stock_status','in_stock'),(22834,2226,'_monsterinsights_sitenote_active','0'),(22835,2226,'af_addon_default_checked',''),(22836,2221,'_monsterinsights_sitenote_active','0'),(22837,2221,'af_addon_price_type','full_field'),(22838,2221,'addon_quantitiy_selection',''),(22839,2221,'af_addon_min_quan',''),(22840,2221,'af_addon_max_quan',''),(22841,2221,'af_addon_first_option',''),(22842,2224,'af_addon_stock_management',''),(22843,2224,'af_addon_stock_qty',''),(22844,2224,'af_addon_stock_status','in_stock'),(22845,2224,'_monsterinsights_sitenote_active','0'),(22846,2224,'af_addon_default_checked',''),(22847,2223,'af_addon_stock_management',''),(22848,2223,'af_addon_stock_qty',''),(22849,2223,'af_addon_stock_status','in_stock'),(22850,2223,'_monsterinsights_sitenote_active','0'),(22851,2223,'af_addon_default_checked',''),(22852,2222,'af_addon_stock_management',''),(22853,2222,'af_addon_stock_qty',''),(22854,2222,'af_addon_stock_status','in_stock'),(22855,2222,'_monsterinsights_sitenote_active','0'),(22856,2222,'af_addon_default_checked',''),(22857,2218,'_monsterinsights_sitenote_active','0'),(22858,2218,'af_addon_price_type','full_field'),(22859,2218,'addon_quantitiy_selection',''),(22860,2218,'af_addon_min_quan',''),(22861,2218,'af_addon_max_quan',''),(22862,2218,'af_addon_first_option',''),(22863,2220,'af_addon_stock_management',''),(22864,2220,'af_addon_stock_qty',''),(22865,2220,'af_addon_stock_status','in_stock'),(22866,2220,'_monsterinsights_sitenote_active','0'),(22867,2220,'af_addon_default_checked',''),(22868,2219,'af_addon_stock_management',''),(22869,2219,'af_addon_stock_qty',''),(22870,2219,'af_addon_stock_status','in_stock'),(22871,2219,'_monsterinsights_sitenote_active','0'),(22872,2219,'af_addon_default_checked',''),(22873,2215,'_monsterinsights_sitenote_active','0'),(22874,2215,'af_addon_price_type','full_field'),(22875,2215,'addon_quantitiy_selection',''),(22876,2215,'af_addon_min_quan',''),(22877,2215,'af_addon_max_quan',''),(22878,2215,'af_addon_first_option',''),(22879,2217,'af_addon_stock_management',''),(22880,2217,'af_addon_stock_qty',''),(22881,2217,'af_addon_stock_status','in_stock'),(22882,2217,'_monsterinsights_sitenote_active','0'),(22883,2217,'af_addon_default_checked',''),(22884,2216,'af_addon_stock_management',''),(22885,2216,'af_addon_stock_qty',''),(22886,2216,'af_addon_stock_status','in_stock'),(22887,2216,'_monsterinsights_sitenote_active','0'),(22888,2216,'af_addon_default_checked',''),(22889,2209,'_monsterinsights_sitenote_active','0'),(22890,2209,'af_addon_price_type','full_field'),(22891,2209,'addon_quantitiy_selection',''),(22892,2209,'af_addon_min_quan',''),(22893,2209,'af_addon_max_quan',''),(22894,2209,'af_addon_first_option',''),(22895,2213,'af_addon_stock_management',''),(22896,2213,'af_addon_stock_qty',''),(22897,2213,'af_addon_stock_status','in_stock'),(22898,2213,'_monsterinsights_sitenote_active','0'),(22899,2213,'af_addon_default_checked',''),(22900,2212,'af_addon_stock_management',''),(22901,2212,'af_addon_stock_qty',''),(22902,2212,'af_addon_stock_status','in_stock'),(22903,2212,'_monsterinsights_sitenote_active','0'),(22904,2212,'af_addon_default_checked',''),(22905,2211,'af_addon_stock_management',''),(22906,2211,'af_addon_stock_qty',''),(22907,2211,'af_addon_stock_status','in_stock'),(22908,2211,'_monsterinsights_sitenote_active','0'),(22909,2211,'af_addon_default_checked',''),(22910,2210,'af_addon_stock_management',''),(22911,2210,'af_addon_stock_qty',''),(22912,2210,'af_addon_stock_status','in_stock'),(22913,2210,'_monsterinsights_sitenote_active','0'),(22914,2210,'af_addon_default_checked',''),(22915,2208,'_monsterinsights_sitenote_active','0'),(22918,3522,'yoast-structured-data-blocks-images-cache','a:0:{}'),(22934,2448,'_wc_facebook_sync_enabled','yes'),(22935,2448,'fb_visibility','yes'),(22936,2450,'_wc_facebook_sync_enabled','yes'),(22937,2450,'fb_visibility','yes'),(22938,2190,'_wc_facebook_sync_enabled','yes'),(22939,2190,'fb_visibility','yes'),(22940,2097,'_wc_facebook_sync_enabled','yes'),(22941,2097,'fb_visibility','yes'),(22942,2076,'_wc_facebook_sync_enabled','yes'),(22943,2076,'fb_visibility','yes'),(22944,2055,'_wc_facebook_sync_enabled','yes'),(22945,2055,'fb_visibility','yes'),(22946,2051,'_wc_facebook_sync_enabled','yes'),(22947,2051,'fb_visibility','yes'),(22948,2045,'_wc_facebook_sync_enabled','yes'),(22949,2045,'fb_visibility','yes'),(22950,3180,'_nfd_performance_image_optimized','1'),(22951,3179,'_nfd_performance_image_optimized','1'),(22952,3178,'_nfd_performance_image_optimized','1'),(22953,3177,'_nfd_performance_image_optimized','1'),(22954,3176,'_nfd_performance_image_optimized','1'),(22955,3175,'_nfd_performance_image_optimized','1'),(22956,3174,'_nfd_performance_image_optimized','1'),(22957,3173,'_nfd_performance_image_optimized','1'),(22958,3172,'_nfd_performance_image_optimized','1'),(22959,3171,'_nfd_performance_image_optimized','1'),(22960,3170,'_nfd_performance_image_optimized','1'),(22961,3169,'_nfd_performance_image_optimized','1'),(22962,3167,'_nfd_performance_image_optimized','1'),(22963,3166,'_nfd_performance_image_optimized','1'),(22964,3165,'_nfd_performance_image_optimized','1'),(22965,3163,'_nfd_performance_image_optimized','1'),(22966,3162,'_nfd_performance_image_optimized','1'),(22967,3161,'_nfd_performance_image_optimized','1'),(22968,3160,'_nfd_performance_image_optimized','1'),(22969,3159,'_nfd_performance_image_optimized','1'),(22970,3158,'_nfd_performance_image_optimized','1'),(22971,3157,'_nfd_performance_image_optimized','1'),(22972,3156,'_nfd_performance_image_optimized','1'),(22973,3155,'_nfd_performance_image_optimized','1'),(22974,3154,'_nfd_performance_image_optimized','1'),(22975,3153,'_nfd_performance_image_optimized','1'),(22976,3148,'_nfd_performance_image_optimized','1'),(22977,3147,'_nfd_performance_image_optimized','1'),(22978,3146,'_nfd_performance_image_optimized','1'),(22979,3145,'_nfd_performance_image_optimized','1'),(22981,3143,'_nfd_performance_image_optimized','1'),(22982,3142,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2462;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/06/IMG_3959-scaled.webp\";s:8:\"filesize\";i:6670032;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_3959-289x300.webp\";s:5:\"width\";i:289;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:127642;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_3959-985x1024.webp\";s:5:\"width\";i:985;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1303142;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3959-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:35792;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_3959-768x798.webp\";s:5:\"width\";i:768;s:6:\"height\";i:798;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:817106;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"IMG_3959-1477x1536.webp\";s:5:\"width\";i:1477;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2702842;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"IMG_3959-1970x2048.webp\";s:5:\"width\";i:1970;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4523880;}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_3959-300x312.webp\";s:5:\"width\";i:300;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:137938;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3959-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16766;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}s:14:\"original_image\";s:13:\"IMG_3959.webp\";}'),(22983,3141,'_nfd_performance_image_optimized','1'),(22984,3140,'_nfd_performance_image_optimized','1'),(22985,3139,'_nfd_performance_image_optimized','1'),(22986,3138,'_nfd_performance_image_optimized','1'),(22987,3137,'_nfd_performance_image_optimized','1'),(22988,3136,'_nfd_performance_image_optimized','1'),(22989,3135,'_nfd_performance_image_optimized','1'),(22990,3134,'_nfd_performance_image_optimized','1'),(22991,3133,'_nfd_performance_image_optimized','1'),(22992,3132,'_nfd_performance_image_optimized','1'),(22993,3131,'_nfd_performance_image_optimized','1'),(22994,3130,'_nfd_performance_image_optimized','1'),(22995,3129,'_nfd_performance_image_optimized','1'),(22996,3128,'_nfd_performance_image_optimized','1'),(22997,3127,'_nfd_performance_image_optimized','1'),(22998,3126,'_nfd_performance_image_optimized','1'),(22999,3125,'_nfd_performance_image_optimized','1'),(23000,3124,'_nfd_performance_image_optimized','1'),(23001,3123,'_nfd_performance_image_optimized','1'),(23002,3122,'_nfd_performance_image_optimized','1'),(23003,3121,'_nfd_performance_image_optimized','1'),(23004,3120,'_nfd_performance_image_optimized','1'),(23005,3119,'_nfd_performance_image_optimized','1'),(23006,3118,'_nfd_performance_image_optimized','1'),(23007,3117,'_nfd_performance_image_optimized','1'),(23008,3116,'_nfd_performance_image_optimized','1'),(23009,3115,'_nfd_performance_image_optimized','1'),(23010,3114,'_nfd_performance_image_optimized','1'),(23011,3113,'_nfd_performance_image_optimized','1'),(23012,3112,'_nfd_performance_image_optimized','1'),(23013,3111,'_nfd_performance_image_optimized','1'),(23014,3110,'_nfd_performance_image_optimized','1'),(23015,3109,'_nfd_performance_image_optimized','1'),(23016,3108,'_nfd_performance_image_optimized','1'),(23017,3107,'_nfd_performance_image_optimized','1'),(23018,3106,'_nfd_performance_image_optimized','1'),(23019,3105,'_nfd_performance_image_optimized','1'),(23020,3104,'_nfd_performance_image_optimized','1'),(23021,3103,'_nfd_performance_image_optimized','1'),(23022,3102,'_nfd_performance_image_optimized','1'),(23023,3101,'_nfd_performance_image_optimized','1'),(23024,3100,'_nfd_performance_image_optimized','1'),(23025,3099,'_nfd_performance_image_optimized','1'),(23026,3098,'_nfd_performance_image_optimized','1'),(23027,3097,'_nfd_performance_image_optimized','1'),(23028,3096,'_nfd_performance_image_optimized','1'),(23029,3095,'_nfd_performance_image_optimized','1'),(23030,3094,'_nfd_performance_image_optimized','1'),(23031,3093,'_nfd_performance_image_optimized','1'),(23032,3092,'_nfd_performance_image_optimized','1'),(23033,3091,'_nfd_performance_image_optimized','1'),(23034,3090,'_nfd_performance_image_optimized','1'),(23035,3089,'_nfd_performance_image_optimized','1'),(23036,3088,'_nfd_performance_image_optimized','1'),(23037,3087,'_nfd_performance_image_optimized','1'),(23038,3086,'_nfd_performance_image_optimized','1'),(23039,3085,'_nfd_performance_image_optimized','1'),(23040,3084,'_nfd_performance_image_optimized','1'),(23041,3083,'_nfd_performance_image_optimized','1'),(23042,3082,'_nfd_performance_image_optimized','1'),(23043,3081,'_nfd_performance_image_optimized','1'),(23044,3080,'_nfd_performance_image_optimized','1'),(23045,3079,'_nfd_performance_image_optimized','1'),(23046,3078,'_nfd_performance_image_optimized','1'),(23047,3077,'_nfd_performance_image_optimized','1'),(23048,3076,'_nfd_performance_image_optimized','1'),(23049,3075,'_nfd_performance_image_optimized','1'),(23051,3073,'_nfd_performance_image_optimized','1'),(23053,3071,'_nfd_performance_image_optimized','1'),(23054,3070,'_nfd_performance_image_optimized','1'),(23055,3069,'_nfd_performance_image_optimized','1'),(23056,3068,'_nfd_performance_image_optimized','1'),(23057,3067,'_nfd_performance_image_optimized','1'),(23058,3066,'_nfd_performance_image_optimized','1'),(23063,3061,'_nfd_performance_image_optimized','1'),(23064,3060,'_nfd_performance_image_optimized','1'),(23065,3059,'_nfd_performance_image_optimized','1'),(23067,3057,'_nfd_performance_image_optimized','1'),(23068,3056,'_nfd_performance_image_optimized','1'),(23069,3055,'_nfd_performance_image_optimized','1'),(23072,3052,'_nfd_performance_image_optimized','1'),(23073,3051,'_nfd_performance_image_optimized','1'),(23074,3050,'_nfd_performance_image_optimized','1'),(23075,3049,'_nfd_performance_image_optimized','1'),(23076,3048,'_nfd_performance_image_optimized','1'),(23077,3047,'_nfd_performance_image_optimized','1'),(23078,3046,'_nfd_performance_image_optimized','1'),(23079,3045,'_nfd_performance_image_optimized','1'),(23080,3044,'_nfd_performance_image_optimized','1'),(23081,3043,'_nfd_performance_image_optimized','1'),(23082,3042,'_nfd_performance_image_optimized','1'),(23083,3041,'_nfd_performance_image_optimized','1'),(23084,3040,'_nfd_performance_image_optimized','1'),(23085,3039,'_nfd_performance_image_optimized','1'),(23086,3038,'_nfd_performance_image_optimized','1'),(23087,3037,'_nfd_performance_image_optimized','1'),(23088,3036,'_nfd_performance_image_optimized','1'),(23094,2926,'_nfd_performance_image_optimized','1'),(23103,2917,'_nfd_performance_image_optimized','1'),(23104,2916,'_nfd_performance_image_optimized','1'),(23116,2904,'_nfd_performance_image_optimized','1'),(23117,2903,'_nfd_performance_image_optimized','1'),(23119,2901,'_nfd_performance_image_optimized','1'),(23121,2899,'_nfd_performance_image_optimized','1'),(23122,2898,'_nfd_performance_image_optimized','1'),(23123,2897,'_nfd_performance_image_optimized','1'),(23124,2896,'_nfd_performance_image_optimized','1'),(23125,2895,'_nfd_performance_image_optimized','1'),(23126,2894,'_nfd_performance_image_optimized','1'),(23127,2893,'_nfd_performance_image_optimized','1'),(23128,2892,'_nfd_performance_image_optimized','1'),(23129,2891,'_nfd_performance_image_optimized','1'),(23130,2890,'_nfd_performance_image_optimized','1'),(23131,2889,'_nfd_performance_image_optimized','1'),(23132,2888,'_nfd_performance_image_optimized','1'),(23133,2887,'_nfd_performance_image_optimized','1'),(23134,2886,'_nfd_performance_image_optimized','1'),(23135,2885,'_nfd_performance_image_optimized','1'),(23136,2884,'_nfd_performance_image_optimized','1'),(23137,2883,'_nfd_performance_image_optimized','1'),(23138,2882,'_nfd_performance_image_optimized','1'),(23139,2881,'_nfd_performance_image_optimized','1'),(23140,2880,'_nfd_performance_image_optimized','1'),(23141,2879,'_nfd_performance_image_optimized','1'),(23142,2878,'_nfd_performance_image_optimized','1'),(23143,2877,'_nfd_performance_image_optimized','1'),(23144,2876,'_nfd_performance_image_optimized','1'),(23145,2875,'_nfd_performance_image_optimized','1'),(23146,2874,'_nfd_performance_image_optimized','1'),(23147,2873,'_nfd_performance_image_optimized','1'),(23148,2872,'_nfd_performance_image_optimized','1'),(23150,2870,'_nfd_performance_image_optimized','1'),(23151,2869,'_nfd_performance_image_optimized','1'),(23153,2867,'_nfd_performance_image_optimized','1'),(23154,2866,'_nfd_performance_image_optimized','1'),(23160,2860,'_nfd_performance_image_optimized','1'),(23163,2857,'_nfd_performance_image_optimized','1'),(23167,2853,'_nfd_performance_image_optimized','1'),(23170,2850,'_nfd_performance_image_optimized','1'),(23171,2849,'_nfd_performance_image_optimized','1'),(23188,2716,'_nfd_performance_image_optimized','1'),(23189,2715,'_nfd_performance_image_optimized','1'),(23190,2714,'_nfd_performance_image_optimized','1'),(23191,2713,'_nfd_performance_image_optimized','1'),(23192,2712,'_nfd_performance_image_optimized','1'),(23193,2711,'_nfd_performance_image_optimized','1'),(23194,2710,'_nfd_performance_image_optimized','1'),(23195,2709,'_nfd_performance_image_optimized','1'),(23196,2708,'_nfd_performance_image_optimized','1'),(23197,2707,'_nfd_performance_image_optimized','1'),(23198,2706,'_nfd_performance_image_optimized','1'),(23199,2705,'_nfd_performance_image_optimized','1'),(23200,453,'_nfd_performance_image_optimized','1'),(23201,108,'_nfd_performance_image_optimized','1'),(23202,67,'_nfd_performance_image_optimized','1'),(23204,5,'_nfd_performance_image_optimized','1'),(23205,1104,'_nfd_performance_image_optimized','1'),(23223,1048,'_nfd_performance_image_optimized','1'),(23224,939,'_nfd_performance_image_optimized','1'),(23225,859,'_nfd_performance_image_optimized','1'),(23226,750,'_nfd_performance_image_optimized','1'),(23227,516,'_nfd_performance_image_optimized','1'),(23228,1493,'_nfd_performance_image_optimized','1'),(23229,1408,'_nfd_performance_image_optimized','1'),(23230,1407,'_nfd_performance_image_optimized','1'),(23231,1406,'_nfd_performance_image_optimized','1'),(23232,1405,'_nfd_performance_image_optimized','1'),(23233,1404,'_nfd_performance_image_optimized','1'),(23234,1403,'_nfd_performance_image_optimized','1'),(23235,1402,'_nfd_performance_image_optimized','1'),(23236,1401,'_nfd_performance_image_optimized','1'),(23237,1400,'_nfd_performance_image_optimized','1'),(23238,1399,'_nfd_performance_image_optimized','1'),(23239,1398,'_nfd_performance_image_optimized','1'),(23240,1397,'_nfd_performance_image_optimized','1'),(23241,1396,'_nfd_performance_image_optimized','1'),(23242,1395,'_nfd_performance_image_optimized','1'),(23243,1394,'_nfd_performance_image_optimized','1'),(23244,1393,'_nfd_performance_image_optimized','1'),(23245,1272,'_nfd_performance_image_optimized','1'),(23246,1878,'_nfd_performance_image_optimized','1'),(23247,1877,'_nfd_performance_image_optimized','1'),(23248,1876,'_nfd_performance_image_optimized','1'),(23249,1875,'_nfd_performance_image_optimized','1'),(23250,1874,'_nfd_performance_image_optimized','1'),(23251,1873,'_nfd_performance_image_optimized','1'),(23252,1872,'_nfd_performance_image_optimized','1'),(23253,1871,'_nfd_performance_image_optimized','1'),(23254,1870,'_nfd_performance_image_optimized','1'),(23255,1869,'_nfd_performance_image_optimized','1'),(23256,1868,'_nfd_performance_image_optimized','1'),(23257,1867,'_nfd_performance_image_optimized','1'),(23258,1866,'_nfd_performance_image_optimized','1'),(23259,1865,'_nfd_performance_image_optimized','1'),(23260,1864,'_nfd_performance_image_optimized','1'),(23261,1863,'_nfd_performance_image_optimized','1'),(23262,1862,'_nfd_performance_image_optimized','1'),(23263,1861,'_nfd_performance_image_optimized','1'),(23264,1860,'_nfd_performance_image_optimized','1'),(23265,1859,'_nfd_performance_image_optimized','1'),(23266,1857,'_nfd_performance_image_optimized','1'),(23267,1858,'_nfd_performance_image_optimized','1'),(23268,1855,'_nfd_performance_image_optimized','1'),(23269,1852,'_nfd_performance_image_optimized','1'),(23270,1851,'_nfd_performance_image_optimized','1'),(23271,1850,'_nfd_performance_image_optimized','1'),(23272,1849,'_nfd_performance_image_optimized','1'),(23273,1848,'_nfd_performance_image_optimized','1'),(23274,1847,'_nfd_performance_image_optimized','1'),(23275,1846,'_nfd_performance_image_optimized','1'),(23276,1845,'_nfd_performance_image_optimized','1'),(23277,1844,'_nfd_performance_image_optimized','1'),(23278,1843,'_nfd_performance_image_optimized','1'),(23279,1842,'_nfd_performance_image_optimized','1'),(23280,1841,'_nfd_performance_image_optimized','1'),(23281,1840,'_nfd_performance_image_optimized','1'),(23282,1839,'_nfd_performance_image_optimized','1'),(23283,1833,'_nfd_performance_image_optimized','1'),(23284,1832,'_nfd_performance_image_optimized','1'),(23285,1831,'_nfd_performance_image_optimized','1'),(23286,1830,'_nfd_performance_image_optimized','1'),(23287,1829,'_nfd_performance_image_optimized','1'),(23288,1828,'_nfd_performance_image_optimized','1'),(23289,1827,'_nfd_performance_image_optimized','1'),(23290,1826,'_nfd_performance_image_optimized','1'),(23291,1825,'_nfd_performance_image_optimized','1'),(23292,1824,'_nfd_performance_image_optimized','1'),(23293,1823,'_nfd_performance_image_optimized','1'),(23294,1822,'_nfd_performance_image_optimized','1'),(23295,1821,'_nfd_performance_image_optimized','1'),(23296,1820,'_nfd_performance_image_optimized','1'),(23297,1819,'_nfd_performance_image_optimized','1'),(23298,1818,'_nfd_performance_image_optimized','1'),(23299,1817,'_nfd_performance_image_optimized','1'),(23300,1816,'_nfd_performance_image_optimized','1'),(23301,1815,'_nfd_performance_image_optimized','1'),(23302,1814,'_nfd_performance_image_optimized','1'),(23303,1813,'_nfd_performance_image_optimized','1'),(23304,1812,'_nfd_performance_image_optimized','1'),(23305,1811,'_nfd_performance_image_optimized','1'),(23306,1810,'_nfd_performance_image_optimized','1'),(23307,1809,'_nfd_performance_image_optimized','1'),(23308,1808,'_nfd_performance_image_optimized','1'),(23309,1807,'_nfd_performance_image_optimized','1'),(23310,1806,'_nfd_performance_image_optimized','1'),(23311,1805,'_nfd_performance_image_optimized','1'),(23312,1804,'_nfd_performance_image_optimized','1'),(23313,1803,'_nfd_performance_image_optimized','1'),(23314,1802,'_nfd_performance_image_optimized','1'),(23315,1801,'_nfd_performance_image_optimized','1'),(23316,1800,'_nfd_performance_image_optimized','1'),(23317,1799,'_nfd_performance_image_optimized','1'),(23318,1798,'_nfd_performance_image_optimized','1'),(23319,1797,'_nfd_performance_image_optimized','1'),(23320,1796,'_nfd_performance_image_optimized','1'),(23321,1795,'_nfd_performance_image_optimized','1'),(23322,1794,'_nfd_performance_image_optimized','1'),(23323,1793,'_nfd_performance_image_optimized','1'),(23324,1792,'_nfd_performance_image_optimized','1'),(23325,1791,'_nfd_performance_image_optimized','1'),(23326,2511,'_nfd_performance_image_optimized','1'),(23327,2510,'_nfd_performance_image_optimized','1'),(23328,2509,'_nfd_performance_image_optimized','1'),(23329,2508,'_nfd_performance_image_optimized','1'),(23330,2507,'_nfd_performance_image_optimized','1'),(23331,2506,'_nfd_performance_image_optimized','1'),(23332,2505,'_nfd_performance_image_optimized','1'),(23333,2504,'_nfd_performance_image_optimized','1'),(23334,2497,'_nfd_performance_image_optimized','1'),(23338,2493,'_nfd_performance_image_optimized','1'),(23340,2491,'_nfd_performance_image_optimized','1'),(23341,2490,'_nfd_performance_image_optimized','1'),(23342,2489,'_nfd_performance_image_optimized','1'),(23345,2486,'_nfd_performance_image_optimized','1'),(23347,2468,'_nfd_performance_image_optimized','1'),(23348,2467,'_nfd_performance_image_optimized','1'),(23349,2466,'_nfd_performance_image_optimized','1'),(23350,2462,'_nfd_performance_image_optimized','1'),(23351,2461,'_nfd_performance_image_optimized','1'),(23352,2460,'_nfd_performance_image_optimized','1'),(23353,2432,'_nfd_performance_image_optimized','1'),(23354,2431,'_nfd_performance_image_optimized','1'),(23355,2430,'_nfd_performance_image_optimized','1'),(23356,2429,'_nfd_performance_image_optimized','1'),(23357,2428,'_nfd_performance_image_optimized','1'),(23358,2427,'_nfd_performance_image_optimized','1'),(23359,2426,'_nfd_performance_image_optimized','1'),(23360,2425,'_nfd_performance_image_optimized','1'),(23361,2423,'_nfd_performance_image_optimized','1'),(23362,2422,'_nfd_performance_image_optimized','1'),(23363,2414,'_nfd_performance_image_optimized','1'),(23364,2413,'_nfd_performance_image_optimized','1'),(23365,2412,'_nfd_performance_image_optimized','1'),(23366,2411,'_nfd_performance_image_optimized','1'),(23367,2409,'_nfd_performance_image_optimized','1'),(23368,2390,'_nfd_performance_image_optimized','1'),(23369,2389,'_nfd_performance_image_optimized','1'),(23370,2387,'_nfd_performance_image_optimized','1'),(23371,2351,'_nfd_performance_image_optimized','1'),(23372,2303,'_nfd_performance_image_optimized','1'),(23373,2302,'_nfd_performance_image_optimized','1'),(23374,2301,'_nfd_performance_image_optimized','1'),(23375,2249,'_nfd_performance_image_optimized','1'),(23376,2247,'_nfd_performance_image_optimized','1'),(23377,2246,'_nfd_performance_image_optimized','1'),(23378,2245,'_nfd_performance_image_optimized','1'),(23379,2244,'_nfd_performance_image_optimized','1'),(23380,2243,'_nfd_performance_image_optimized','1'),(23381,2242,'_nfd_performance_image_optimized','1'),(23382,2241,'_nfd_performance_image_optimized','1'),(23383,2240,'_nfd_performance_image_optimized','1'),(23384,2239,'_nfd_performance_image_optimized','1'),(23385,2238,'_nfd_performance_image_optimized','1'),(23386,2237,'_nfd_performance_image_optimized','1'),(23387,2236,'_nfd_performance_image_optimized','1'),(23388,2235,'_nfd_performance_image_optimized','1'),(23389,2234,'_nfd_performance_image_optimized','1'),(23390,2233,'_nfd_performance_image_optimized','1'),(23391,2232,'_nfd_performance_image_optimized','1'),(23392,2231,'_nfd_performance_image_optimized','1'),(23393,2205,'_nfd_performance_image_optimized','1'),(23401,2188,'_nfd_performance_image_optimized','1'),(23402,2187,'_nfd_performance_image_optimized','1'),(23403,2185,'_nfd_performance_image_optimized','1'),(23404,2184,'_nfd_performance_image_optimized','1'),(23405,2182,'_nfd_performance_image_optimized','1'),(23406,2181,'_nfd_performance_image_optimized','1'),(23407,2176,'_nfd_performance_image_optimized','1'),(23408,2175,'_nfd_performance_image_optimized','1'),(23409,2173,'_nfd_performance_image_optimized','1'),(23410,2172,'_nfd_performance_image_optimized','1'),(23411,2170,'_nfd_performance_image_optimized','1'),(23412,2169,'_nfd_performance_image_optimized','1'),(23413,2167,'_nfd_performance_image_optimized','1'),(23414,2166,'_nfd_performance_image_optimized','1'),(23415,2164,'_nfd_performance_image_optimized','1'),(23416,2163,'_nfd_performance_image_optimized','1'),(23417,2161,'_nfd_performance_image_optimized','1'),(23418,2160,'_nfd_performance_image_optimized','1'),(23419,2152,'_nfd_performance_image_optimized','1'),(23420,2151,'_nfd_performance_image_optimized','1'),(23421,2149,'_nfd_performance_image_optimized','1'),(23422,2148,'_nfd_performance_image_optimized','1'),(23423,2146,'_nfd_performance_image_optimized','1'),(23424,1790,'_nfd_performance_image_optimized','1'),(23425,1789,'_nfd_performance_image_optimized','1'),(23426,1788,'_nfd_performance_image_optimized','1'),(23427,1787,'_nfd_performance_image_optimized','1'),(23428,1786,'_nfd_performance_image_optimized','1'),(23429,1785,'_nfd_performance_image_optimized','1'),(23430,1784,'_nfd_performance_image_optimized','1'),(23431,1783,'_nfd_performance_image_optimized','1'),(23432,1782,'_nfd_performance_image_optimized','1'),(23433,1781,'_nfd_performance_image_optimized','1'),(23434,1780,'_nfd_performance_image_optimized','1'),(23435,1761,'_nfd_performance_image_optimized','1'),(23436,1760,'_nfd_performance_image_optimized','1'),(23437,1759,'_nfd_performance_image_optimized','1'),(23438,1758,'_nfd_performance_image_optimized','1'),(23439,1757,'_nfd_performance_image_optimized','1'),(23440,1756,'_nfd_performance_image_optimized','1'),(23441,1755,'_nfd_performance_image_optimized','1'),(23442,1754,'_nfd_performance_image_optimized','1'),(23443,1753,'_nfd_performance_image_optimized','1'),(23444,1752,'_nfd_performance_image_optimized','1'),(23445,1751,'_nfd_performance_image_optimized','1'),(23446,1750,'_nfd_performance_image_optimized','1'),(23447,1749,'_nfd_performance_image_optimized','1'),(23448,1748,'_nfd_performance_image_optimized','1'),(23449,1747,'_nfd_performance_image_optimized','1'),(23450,1746,'_nfd_performance_image_optimized','1'),(23451,1745,'_nfd_performance_image_optimized','1'),(23452,1744,'_nfd_performance_image_optimized','1'),(23453,1743,'_nfd_performance_image_optimized','1'),(23454,1742,'_nfd_performance_image_optimized','1'),(23455,1741,'_nfd_performance_image_optimized','1'),(23456,1740,'_nfd_performance_image_optimized','1'),(23457,1739,'_nfd_performance_image_optimized','1'),(23458,1738,'_nfd_performance_image_optimized','1'),(23459,1737,'_nfd_performance_image_optimized','1'),(23460,1736,'_nfd_performance_image_optimized','1'),(23461,1735,'_nfd_performance_image_optimized','1'),(23462,1734,'_nfd_performance_image_optimized','1'),(23463,1733,'_nfd_performance_image_optimized','1'),(23464,1732,'_nfd_performance_image_optimized','1'),(23465,1731,'_nfd_performance_image_optimized','1'),(23466,1730,'_nfd_performance_image_optimized','1'),(23467,1729,'_nfd_performance_image_optimized','1'),(23468,1728,'_nfd_performance_image_optimized','1'),(23469,1727,'_nfd_performance_image_optimized','1'),(23470,1726,'_nfd_performance_image_optimized','1'),(23471,1725,'_nfd_performance_image_optimized','1'),(23472,1724,'_nfd_performance_image_optimized','1'),(23473,1703,'_nfd_performance_image_optimized','1'),(23474,1683,'_nfd_performance_image_optimized','1'),(23475,2145,'_nfd_performance_image_optimized','1'),(23476,2143,'_nfd_performance_image_optimized','1'),(23477,2142,'_nfd_performance_image_optimized','1'),(23478,2140,'_nfd_performance_image_optimized','1'),(23479,2139,'_nfd_performance_image_optimized','1'),(23480,2137,'_nfd_performance_image_optimized','1'),(23481,2136,'_nfd_performance_image_optimized','1'),(23482,2134,'_nfd_performance_image_optimized','1'),(23483,2133,'_nfd_performance_image_optimized','1'),(23484,2131,'_nfd_performance_image_optimized','1'),(23485,2130,'_nfd_performance_image_optimized','1'),(23486,2128,'_nfd_performance_image_optimized','1'),(23487,2127,'_nfd_performance_image_optimized','1'),(23488,2125,'_nfd_performance_image_optimized','1'),(23489,2124,'_nfd_performance_image_optimized','1'),(23490,2122,'_nfd_performance_image_optimized','1'),(23491,2121,'_nfd_performance_image_optimized','1'),(23492,2119,'_nfd_performance_image_optimized','1'),(23493,2118,'_nfd_performance_image_optimized','1'),(23494,2116,'_nfd_performance_image_optimized','1'),(23495,2115,'_nfd_performance_image_optimized','1'),(23496,2113,'_nfd_performance_image_optimized','1'),(23497,2112,'_nfd_performance_image_optimized','1'),(23498,2107,'_nfd_performance_image_optimized','1'),(23499,2106,'_nfd_performance_image_optimized','1'),(23500,2104,'_nfd_performance_image_optimized','1'),(23501,2103,'_nfd_performance_image_optimized','1'),(23502,2101,'_nfd_performance_image_optimized','1'),(23503,2100,'_nfd_performance_image_optimized','1'),(23504,2092,'_nfd_performance_image_optimized','1'),(23505,2091,'_nfd_performance_image_optimized','1'),(23506,2090,'_nfd_performance_image_optimized','1'),(23507,2089,'_nfd_performance_image_optimized','1'),(23508,2088,'_nfd_performance_image_optimized','1'),(23509,2087,'_nfd_performance_image_optimized','1'),(23510,2086,'_nfd_performance_image_optimized','1'),(23511,2085,'_nfd_performance_image_optimized','1'),(23512,3549,'af_addon_field_sort',''),(23513,3549,'_monsterinsights_sitenote_active','0'),(23514,3549,'af_addon_depend_selector','af_addon_not_dependable'),(23515,3549,'af_addon_field_depend_selector','0'),(23516,3549,'af_addon_option_depend_selector','a:0:{}'),(23517,3549,'af_addon_type_select','input_text'),(23518,3549,'af_addon_field_title','Bike year/make/model:'),(23519,3549,'af_addon_tooltip_checkbox',''),(23520,3549,'af_addon_tooltip_textarea',''),(23521,3549,'af_addon_desc_checkbox',''),(23522,3549,'af_addon_desc_textarea',''),(23523,3549,'af_addon_required_field','1'),(23524,3549,'af_addon_limit_range_checkbox',''),(23525,3549,'af_addon_min_limit_range',''),(23526,3549,'af_addon_max_limit_range',''),(23527,3549,'af_addon_price_range_checkbox',''),(23528,3549,'af_addon_price_type','full_field'),(23529,3549,'af_addon_field_price_type','free'),(23530,3549,'af_addon_field_price',''),(23531,3549,'addon_quantitiy_selection',''),(23532,3549,'af_addon_min_quan',''),(23533,3549,'af_addon_max_quan',''),(23534,3549,'af_addon_upload_file_extention',''),(23535,3549,'af_addon_first_option',''),(23544,1076,'_thumbnail_id','1048'),(23554,1027,'_wc_facebook_sync_enabled','yes'),(23555,1027,'fb_visibility','yes'),(23556,1027,'fb_product_description',''),(23557,1027,'fb_rich_text_description',''),(23558,1027,'_wc_facebook_product_image_source','product'),(23559,1027,'fb_product_video','a:0:{}'),(23560,1027,'fb_brand',''),(23561,1027,'fb_mpn',''),(23562,1027,'fb_size',''),(23563,1027,'fb_color',''),(23564,1027,'fb_material',''),(23565,1027,'fb_pattern',''),(23566,1027,'fb_age_group',''),(23567,1027,'fb_gender',''),(23568,1027,'fb_product_condition',''),(23569,2075,'_nfd_performance_image_optimized','1'),(23570,2074,'_nfd_performance_image_optimized','1'),(23571,2073,'_nfd_performance_image_optimized','1'),(23572,2072,'_nfd_performance_image_optimized','1'),(23573,2071,'_nfd_performance_image_optimized','1'),(23574,2070,'_nfd_performance_image_optimized','1'),(23575,2069,'_nfd_performance_image_optimized','1'),(23576,2068,'_nfd_performance_image_optimized','1'),(23577,2067,'_nfd_performance_image_optimized','1'),(23578,2066,'_nfd_performance_image_optimized','1'),(23579,2054,'_nfd_performance_image_optimized','1'),(23580,2050,'_nfd_performance_image_optimized','1'),(23581,2049,'_nfd_performance_image_optimized','1'),(23582,2041,'_nfd_performance_image_optimized','1'),(23583,2034,'_nfd_performance_image_optimized','1'),(23584,2023,'_nfd_performance_image_optimized','1'),(23585,2006,'_nfd_performance_image_optimized','1'),(23586,2005,'_nfd_performance_image_optimized','1'),(23587,2004,'_nfd_performance_image_optimized','1'),(23588,1902,'_nfd_performance_image_optimized','1'),(23590,2719,'_nfd_performance_image_optimized','1'),(23591,2718,'_nfd_performance_image_optimized','1'),(23592,2717,'_nfd_performance_image_optimized','1'),(23593,2704,'_nfd_performance_image_optimized','1'),(23594,2690,'_nfd_performance_image_optimized','1'),(23595,2689,'_nfd_performance_image_optimized','1'),(23596,2688,'_nfd_performance_image_optimized','1'),(23597,2687,'_nfd_performance_image_optimized','1'),(23598,2686,'_nfd_performance_image_optimized','1'),(23599,2685,'_nfd_performance_image_optimized','1'),(23600,2673,'_nfd_performance_image_optimized','1'),(23601,2672,'_nfd_performance_image_optimized','1'),(23602,2671,'_nfd_performance_image_optimized','1'),(23603,2670,'_nfd_performance_image_optimized','1'),(23604,2669,'_nfd_performance_image_optimized','1'),(23605,2668,'_nfd_performance_image_optimized','1'),(23606,2667,'_nfd_performance_image_optimized','1'),(23620,2649,'_nfd_performance_image_optimized','1'),(23631,2638,'_nfd_performance_image_optimized','1'),(23632,2637,'_nfd_performance_image_optimized','1'),(23645,2623,'_nfd_performance_image_optimized','1'),(23646,2622,'_nfd_performance_image_optimized','1'),(23647,2617,'_nfd_performance_image_optimized','1'),(23648,2616,'_nfd_performance_image_optimized','1'),(23649,2615,'_nfd_performance_image_optimized','1'),(23650,2614,'_nfd_performance_image_optimized','1'),(23651,2613,'_nfd_performance_image_optimized','1'),(23652,2612,'_nfd_performance_image_optimized','1'),(23653,2611,'_nfd_performance_image_optimized','1'),(23654,2610,'_nfd_performance_image_optimized','1'),(23655,2609,'_nfd_performance_image_optimized','1'),(23656,2608,'_nfd_performance_image_optimized','1'),(23657,2607,'_nfd_performance_image_optimized','1'),(23658,2606,'_nfd_performance_image_optimized','1'),(23659,2605,'_nfd_performance_image_optimized','1'),(23660,2604,'_nfd_performance_image_optimized','1'),(23663,2603,'_nfd_performance_image_optimized','1'),(23664,2602,'_nfd_performance_image_optimized','1'),(23665,2601,'_nfd_performance_image_optimized','1'),(23666,2600,'_nfd_performance_image_optimized','1'),(23667,2599,'_nfd_performance_image_optimized','1'),(23668,2598,'_nfd_performance_image_optimized','1'),(23669,2597,'_nfd_performance_image_optimized','1'),(23670,2596,'_nfd_performance_image_optimized','1'),(23672,2594,'_nfd_performance_image_optimized','1'),(23673,2593,'_nfd_performance_image_optimized','1'),(23674,2592,'_nfd_performance_image_optimized','1'),(23675,2591,'_nfd_performance_image_optimized','1'),(23676,2587,'_nfd_performance_image_optimized','1'),(23677,2586,'_nfd_performance_image_optimized','1'),(23678,2585,'_nfd_performance_image_optimized','1'),(23679,2584,'_nfd_performance_image_optimized','1'),(23680,2583,'_nfd_performance_image_optimized','1'),(23681,2582,'_nfd_performance_image_optimized','1'),(23682,2581,'_nfd_performance_image_optimized','1'),(23683,2580,'_nfd_performance_image_optimized','1'),(23684,2579,'_nfd_performance_image_optimized','1'),(23685,3035,'_nfd_performance_image_optimized','1'),(23686,3034,'_nfd_performance_image_optimized','1'),(23687,3033,'_nfd_performance_image_optimized','1'),(23688,3032,'_nfd_performance_image_optimized','1'),(23689,3031,'_nfd_performance_image_optimized','1'),(23690,3030,'_nfd_performance_image_optimized','1'),(23691,3029,'_nfd_performance_image_optimized','1'),(23692,3028,'_nfd_performance_image_optimized','1'),(23693,3027,'_nfd_performance_image_optimized','1'),(23695,3025,'_nfd_performance_image_optimized','1'),(23696,3024,'_nfd_performance_image_optimized','1'),(23697,3023,'_nfd_performance_image_optimized','1'),(23701,3020,'_nfd_performance_image_optimized','1'),(23702,3019,'_nfd_performance_image_optimized','1'),(23704,3017,'_nfd_performance_image_optimized','1'),(23705,3016,'_nfd_performance_image_optimized','1'),(23706,3015,'_nfd_performance_image_optimized','1'),(23707,3014,'_nfd_performance_image_optimized','1'),(23708,3013,'_nfd_performance_image_optimized','1'),(23709,3012,'_nfd_performance_image_optimized','1'),(23710,3011,'_nfd_performance_image_optimized','1'),(23711,3008,'_nfd_performance_image_optimized','1'),(23712,3007,'_nfd_performance_image_optimized','1'),(23713,3006,'_nfd_performance_image_optimized','1'),(23714,3005,'_nfd_performance_image_optimized','1'),(23715,3004,'_nfd_performance_image_optimized','1'),(23716,3003,'_nfd_performance_image_optimized','1'),(23717,3002,'_nfd_performance_image_optimized','1'),(23718,3001,'_nfd_performance_image_optimized','1'),(23719,3000,'_nfd_performance_image_optimized','1'),(23720,2999,'_nfd_performance_image_optimized','1'),(23721,2998,'_nfd_performance_image_optimized','1'),(23722,2997,'_nfd_performance_image_optimized','1'),(23723,2996,'_nfd_performance_image_optimized','1'),(23724,2995,'_nfd_performance_image_optimized','1'),(23725,2994,'_nfd_performance_image_optimized','1'),(23726,2993,'_nfd_performance_image_optimized','1'),(23727,2992,'_nfd_performance_image_optimized','1'),(23728,2991,'_nfd_performance_image_optimized','1'),(23729,2990,'_nfd_performance_image_optimized','1'),(23730,2989,'_nfd_performance_image_optimized','1'),(23731,2988,'_nfd_performance_image_optimized','1'),(23732,2987,'_nfd_performance_image_optimized','1'),(23733,2986,'_nfd_performance_image_optimized','1'),(23734,2985,'_nfd_performance_image_optimized','1'),(23735,2984,'_nfd_performance_image_optimized','1'),(23736,2983,'_nfd_performance_image_optimized','1'),(23737,2982,'_nfd_performance_image_optimized','1'),(23738,2981,'_nfd_performance_image_optimized','1'),(23739,2980,'_nfd_performance_image_optimized','1'),(23740,2979,'_nfd_performance_image_optimized','1'),(23741,2978,'_nfd_performance_image_optimized','1'),(23742,2977,'_nfd_performance_image_optimized','1'),(23743,2976,'_nfd_performance_image_optimized','1'),(23744,2975,'_nfd_performance_image_optimized','1'),(23745,2974,'_nfd_performance_image_optimized','1'),(23746,2973,'_nfd_performance_image_optimized','1'),(23747,2972,'_nfd_performance_image_optimized','1'),(23748,2971,'_nfd_performance_image_optimized','1'),(23749,2970,'_nfd_performance_image_optimized','1'),(23750,2969,'_nfd_performance_image_optimized','1'),(23751,2968,'_nfd_performance_image_optimized','1'),(23752,2967,'_nfd_performance_image_optimized','1'),(23753,2966,'_nfd_performance_image_optimized','1'),(23754,2965,'_nfd_performance_image_optimized','1'),(23755,2964,'_nfd_performance_image_optimized','1'),(23756,2963,'_nfd_performance_image_optimized','1'),(23760,3553,'_wp_attached_file','2025/02/AggressiveGraphix10x10top-hondared-1.webp'),(23761,3553,'_nfd_performance_image_optimized','1'),(23762,3553,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:992;s:6:\"height\";i:952;s:4:\"file\";s:49:\"2025/02/AggressiveGraphix10x10top-hondared-1.webp\";s:8:\"filesize\";i:22188;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"AggressiveGraphix10x10top-hondared-1-300x288.webp\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12410;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"AggressiveGraphix10x10top-hondared-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:5382;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"AggressiveGraphix10x10top-hondared-1-768x737.webp\";s:5:\"width\";i:768;s:6:\"height\";i:737;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40340;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:49:\"AggressiveGraphix10x10top-hondared-1-300x288.webp\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12410;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:49:\"AggressiveGraphix10x10top-hondared-1-600x576.webp\";s:5:\"width\";i:600;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30366;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:49:\"AggressiveGraphix10x10top-hondared-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:3174;}}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:{}}}'),(23769,2962,'_nfd_performance_image_optimized','1'),(23779,2961,'_nfd_performance_image_optimized','1'),(23780,2960,'_nfd_performance_image_optimized','1'),(23781,2959,'_nfd_performance_image_optimized','1'),(23782,2958,'_nfd_performance_image_optimized','1'),(23783,2957,'_nfd_performance_image_optimized','1'),(23784,2956,'_nfd_performance_image_optimized','1'),(23785,2955,'_nfd_performance_image_optimized','1'),(23786,2954,'_nfd_performance_image_optimized','1'),(23787,2953,'_nfd_performance_image_optimized','1'),(23788,2952,'_nfd_performance_image_optimized','1'),(23789,2951,'_nfd_performance_image_optimized','1'),(23790,2950,'_nfd_performance_image_optimized','1'),(23791,2949,'_nfd_performance_image_optimized','1'),(23792,2948,'_nfd_performance_image_optimized','1'),(23853,2190,'_price','600'),(23854,2190,'_price','600'),(23855,2190,'fb_brand',''),(23856,2190,'fb_mpn',''),(23857,2190,'fb_size',''),(23858,2190,'fb_color',''),(23859,2190,'fb_material',''),(23860,2190,'fb_pattern',''),(23861,2190,'fb_age_group',''),(23862,2190,'fb_gender',''),(23863,2190,'fb_product_condition',''),(23864,2190,'fb_product_description',''),(23865,2190,'fb_rich_text_description',''),(23866,2190,'_wc_facebook_product_image_source','product'),(23867,2190,'fb_product_video','a:0:{}'),(23868,2190,'_monsterinsights_sitenote_active','0'),(23870,3560,'af_addon_field_sort',''),(23871,3560,'_monsterinsights_sitenote_active','0'),(23872,3560,'af_addon_depend_selector','af_addon_not_dependable'),(23873,3560,'af_addon_field_depend_selector','0'),(23874,3560,'af_addon_option_depend_selector','a:0:{}'),(23875,3560,'af_addon_type_select','image_swatcher'),(23876,3560,'af_addon_field_title','Canopy colorway:'),(23877,3560,'af_addon_tooltip_checkbox',''),(23878,3560,'af_addon_tooltip_textarea',''),(23879,3560,'af_addon_desc_checkbox',''),(23880,3560,'af_addon_desc_textarea',''),(23881,3560,'af_addon_required_field','1'),(23882,3560,'af_addon_limit_range_checkbox',''),(23883,3560,'af_addon_min_limit_range',''),(23884,3560,'af_addon_max_limit_range',''),(23885,3560,'af_addon_price_range_checkbox',''),(23886,3560,'af_addon_price_type','full_field'),(23887,3560,'af_addon_field_price_type','free'),(23888,3560,'af_addon_field_price',''),(23889,3560,'addon_quantitiy_selection',''),(23890,3560,'af_addon_min_quan',''),(23891,3560,'af_addon_max_quan',''),(23892,3560,'af_addon_upload_file_extention',''),(23893,3560,'af_addon_first_option',''),(23894,3567,'af_addon_option_priority',''),(23895,3567,'af_addon_stock_management',''),(23896,3567,'af_addon_stock_qty',''),(23897,3567,'af_addon_stock_status','in_stock'),(23898,3567,'_monsterinsights_sitenote_active','0'),(23899,3567,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/02/AggressiveGraphix10x10top-white-1.png'),(23901,3567,'af_addon_field_options_name','White'),(23902,3567,'af_addon_option_color',''),(23903,3567,'af_addon_field_options_price_type','free'),(23904,3567,'af_addon_field_options_price',''),(23905,3567,'af_addon_default_checked',''),(23906,3566,'af_addon_option_priority',''),(23907,3566,'af_addon_stock_management',''),(23908,3566,'af_addon_stock_qty',''),(23909,3566,'af_addon_stock_status','in_stock'),(23910,3566,'_monsterinsights_sitenote_active','0'),(23911,3566,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/02/AggressiveGraphix10x10top-yellow-1.png'),(23913,3566,'af_addon_field_options_name','RM Yellow'),(23914,3566,'af_addon_option_color',''),(23915,3566,'af_addon_field_options_price_type','free'),(23916,3566,'af_addon_field_options_price',''),(23917,3566,'af_addon_default_checked',''),(23918,3565,'af_addon_option_priority',''),(23919,3565,'af_addon_stock_management',''),(23920,3565,'af_addon_stock_qty',''),(23921,3565,'af_addon_stock_status','in_stock'),(23922,3565,'_monsterinsights_sitenote_active','0'),(23923,3565,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/02/AggressiveGraphix10x10top-blue-1.png'),(23925,3565,'af_addon_field_options_name','YZ Blue'),(23926,3565,'af_addon_option_color',''),(23927,3565,'af_addon_field_options_price_type','free'),(23928,3565,'af_addon_field_options_price',''),(23929,3565,'af_addon_default_checked',''),(23930,3564,'af_addon_option_priority',''),(23931,3564,'af_addon_stock_management',''),(23932,3564,'af_addon_stock_qty',''),(23933,3564,'af_addon_stock_status','in_stock'),(23934,3564,'_monsterinsights_sitenote_active','0'),(23935,3564,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/02/AggressiveGraphix10x10top-orange-1.png'),(23937,3564,'af_addon_field_options_name','KTM Orange'),(23938,3564,'af_addon_option_color',''),(23939,3564,'af_addon_field_options_price_type','free'),(23940,3564,'af_addon_field_options_price',''),(23941,3564,'af_addon_default_checked',''),(23942,3563,'af_addon_option_priority',''),(23943,3563,'af_addon_stock_management',''),(23944,3563,'af_addon_stock_qty',''),(23945,3563,'af_addon_stock_status','in_stock'),(23946,3563,'_monsterinsights_sitenote_active','0'),(23947,3563,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/02/AggressiveGraphix10x10top-green-1.png'),(23949,3563,'af_addon_field_options_name','KX Green'),(23950,3563,'af_addon_option_color',''),(23951,3563,'af_addon_field_options_price_type','free'),(23952,3563,'af_addon_field_options_price',''),(23953,3563,'af_addon_default_checked',''),(23954,3562,'af_addon_option_priority',''),(23955,3562,'af_addon_stock_management',''),(23956,3562,'af_addon_stock_qty',''),(23957,3562,'af_addon_stock_status','in_stock'),(23958,3562,'_monsterinsights_sitenote_active','0'),(23959,3562,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/02/AggressiveGraphix10x10top-gasgasred-1.png'),(23961,3562,'af_addon_field_options_name','GasGas Red'),(23962,3562,'af_addon_option_color',''),(23963,3562,'af_addon_field_options_price_type','free'),(23964,3562,'af_addon_field_options_price',''),(23965,3562,'af_addon_default_checked',''),(23966,3561,'af_addon_option_priority',''),(23967,3561,'af_addon_stock_management',''),(23968,3561,'af_addon_stock_qty',''),(23969,3561,'af_addon_stock_status','in_stock'),(23970,3561,'_monsterinsights_sitenote_active','0'),(23971,3561,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/02/AggressiveGraphix10x10top-hondared-1.png'),(23972,3561,'_thumbnail_id','3553'),(23973,3561,'af_addon_field_options_name','Honda Red'),(23974,3561,'af_addon_option_color',''),(23975,3561,'af_addon_field_options_price_type','free'),(23976,3561,'af_addon_field_options_price',''),(23977,3561,'af_addon_default_checked',''),(23978,2190,'_regular_price','600'),(23999,2822,'_nfd_performance_image_optimized','1'),(24002,2819,'_nfd_performance_image_optimized','1'),(24026,3572,'_wp_attached_file','2025/05/IMG_3846-scaled.webp'),(24027,3572,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_3846-scaled.webp\";s:8:\"filesize\";i:3525052;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_3846-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:73876;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_3846-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:757216;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3846-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27868;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_3846-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:757216;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_3846-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1584932;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_3846-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2659998;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_3846-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:124900;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_3846-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:467618;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3846-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13784;}}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:{}}}'),(24028,3572,'_nfd_performance_image_optimized','1'),(24029,3573,'_wp_attached_file','2025/05/IMG_3790-scaled.webp'),(24030,3573,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_3790-scaled.webp\";s:8:\"filesize\";i:4777592;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_3790-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:88088;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_3790-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:920372;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3790-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32358;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_3790-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:920372;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_3790-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1940186;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_3790-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3266150;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_3790-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:152980;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_3790-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:574292;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3790-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15736;}}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:{}}}'),(24031,3573,'_nfd_performance_image_optimized','1'),(24032,3574,'_wp_attached_file','2025/05/IMG_3785-scaled.webp'),(24033,3574,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_3785-scaled.webp\";s:8:\"filesize\";i:2305270;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_3785-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:66268;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_3785-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:595264;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3785-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:23584;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_3785-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:595264;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_3785-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1169574;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_3785-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1894158;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_3785-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:111264;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_3785-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:385668;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3785-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11510;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(24034,3574,'_nfd_performance_image_optimized','1'),(24035,3575,'_wp_attached_file','2025/05/IMG_3764-scaled.webp'),(24036,3575,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_3764-scaled.webp\";s:8:\"filesize\";i:3326848;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_3764-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:87002;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_3764-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:780252;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3764-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32488;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_3764-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:780252;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_3764-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1551126;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_3764-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2508570;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_3764-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:146634;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_3764-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:505354;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3764-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15350;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(24037,3575,'_nfd_performance_image_optimized','1'),(24041,3577,'_wp_attached_file','2025/05/IMG_3381-scaled.webp'),(24042,3577,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:28:\"2025/05/IMG_3381-scaled.webp\";s:8:\"filesize\";i:3052314;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_3381-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:78598;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_3381-scaled-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:715990;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3381-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29008;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"IMG_3381-scaled-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:425996;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_3381-scaled-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1436182;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_3381-scaled-2048x1536.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2346016;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_3381-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:78598;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_3381-scaled-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:272590;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3381-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13856;}}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:{}}}'),(24043,3577,'_nfd_performance_image_optimized','1'),(24044,3578,'_wp_attached_file','2025/05/IMG_3160-scaled.webp'),(24045,3578,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_3160-scaled.webp\";s:8:\"filesize\";i:3223522;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_3160-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:78134;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_3160-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:725044;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3160-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30090;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_3160-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:725044;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_3160-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1461666;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_3160-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2369322;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_3160-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:132506;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_3160-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:468346;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3160-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14246;}}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:{}}}'),(24046,3578,'_nfd_performance_image_optimized','1'),(24047,3579,'_wp_attached_file','2025/05/IMG_3142-scaled.webp'),(24048,3579,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_3142-scaled.webp\";s:8:\"filesize\";i:5726924;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_3142-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:115790;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_3142-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1120718;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3142-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:39622;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_3142-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1120718;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_3142-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2262490;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_3142-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3720972;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_3142-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:200700;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_3142-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:722926;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3142-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18358;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(24049,3579,'_nfd_performance_image_optimized','1'),(24050,3580,'_wp_attached_file','2025/05/IMG_3138-scaled.webp'),(24051,3580,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_3138-scaled.webp\";s:8:\"filesize\";i:4386682;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_3138-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:95110;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_3138-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:913708;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3138-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34350;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_3138-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:913708;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_3138-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1840426;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_3138-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3019794;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_3138-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:163962;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_3138-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:588616;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3138-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15920;}}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:{}}}'),(24052,3580,'_nfd_performance_image_optimized','1'),(24053,3581,'_wp_attached_file','2025/05/IMG_3098-scaled.webp'),(24054,3581,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_3098-scaled.webp\";s:8:\"filesize\";i:4148832;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_3098-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:93968;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_3098-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:914146;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3098-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32512;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_3098-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:914146;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_3098-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1868864;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_3098-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3062542;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_3098-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:161620;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_3098-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:581616;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3098-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15164;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(24055,3581,'_nfd_performance_image_optimized','1'),(24059,3583,'_wp_attached_file','2025/05/IMG_2974-scaled.webp'),(24060,3583,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:28:\"2025/05/IMG_2974-scaled.webp\";s:8:\"filesize\";i:3673660;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_2974-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:79316;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_2974-scaled-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:738100;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2974-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26662;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"IMG_2974-scaled-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:439746;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_2974-scaled-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1520280;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_2974-scaled-2048x1536.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2498070;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_2974-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:79316;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_2974-scaled-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:281742;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2974-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13094;}}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:{}}}'),(24061,3583,'_nfd_performance_image_optimized','1'),(24062,3584,'_wp_attached_file','2025/05/IMG_2942-scaled.webp'),(24063,3584,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_2942-scaled.webp\";s:8:\"filesize\";i:3642548;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_2942-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:91510;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_2942-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:847920;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2942-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34114;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_2942-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:847920;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_2942-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1686268;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_2942-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2738490;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_2942-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:155334;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_2942-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:546120;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2942-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16148;}}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:{}}}'),(24064,3584,'_nfd_performance_image_optimized','1'),(24065,3585,'_wp_attached_file','2025/05/IMG_2900-scaled.webp'),(24066,3585,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_2900-scaled.webp\";s:8:\"filesize\";i:3008968;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_2900-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:71850;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_2900-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:674504;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2900-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27354;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_2900-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:674504;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_2900-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1354170;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_2900-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2218712;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_2900-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:122304;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_2900-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:434984;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2900-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13244;}}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:{}}}'),(24067,3585,'_nfd_performance_image_optimized','1'),(24068,3586,'_wp_attached_file','2025/05/IMG_2872-scaled.webp'),(24069,3586,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_2872-scaled.webp\";s:8:\"filesize\";i:3580312;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_2872-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:86784;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_2872-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:831016;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2872-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32506;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_2872-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:831016;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_2872-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1674434;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_2872-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2739538;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_2872-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:147362;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_2872-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:528544;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2872-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15370;}}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:{}}}'),(24070,3586,'_nfd_performance_image_optimized','1'),(24071,3587,'_wp_attached_file','2025/05/IMG_2868-scaled.webp'),(24072,3587,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_2868-scaled.webp\";s:8:\"filesize\";i:3735706;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_2868-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:90746;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_2868-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:852450;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2868-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33018;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_2868-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:852450;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_2868-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1714916;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_2868-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2817292;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_2868-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:153832;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_2868-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:543986;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2868-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15516;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(24073,3587,'_nfd_performance_image_optimized','1'),(24074,3588,'_wp_attached_file','2025/05/IMG_2858-scaled.webp'),(24075,3588,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_2858-scaled.webp\";s:8:\"filesize\";i:2473252;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_2858-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:75764;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_2858-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:629960;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2858-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27550;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_2858-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:629960;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_2858-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1225438;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_2858-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1961204;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_2858-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:123844;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_2858-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:414834;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2858-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13472;}}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:{}}}'),(24076,3588,'_nfd_performance_image_optimized','1'),(24077,3589,'_wp_attached_file','2025/05/IMG_2818-scaled.webp'),(24078,3589,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_2818-scaled.webp\";s:8:\"filesize\";i:4737166;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_2818-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:103684;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_2818-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:968310;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2818-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36010;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_2818-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:968310;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_2818-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1948608;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_2818-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3194152;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_2818-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:177902;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_2818-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:627246;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2818-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17010;}}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:{}}}'),(24079,3589,'_nfd_performance_image_optimized','1'),(24080,3590,'_wp_attached_file','2025/05/IMG_2720-scaled.webp'),(24081,3590,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_2720-scaled.webp\";s:8:\"filesize\";i:3045536;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_2720-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:78840;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_2720-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:697960;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2720-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29450;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_2720-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:697960;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_2720-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1378096;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_2720-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2236116;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_2720-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:133270;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_2720-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:458916;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2720-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14332;}}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:{}}}'),(24082,3590,'_nfd_performance_image_optimized','1'),(24083,3591,'_wp_attached_file','2025/05/IMG_2699-scaled.webp'),(24084,3591,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_2699-scaled.webp\";s:8:\"filesize\";i:4480640;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_2699-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:101022;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_2699-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:950980;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2699-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36466;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_2699-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:950980;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_2699-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1930698;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_2699-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3159418;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_2699-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:173138;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_2699-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:610294;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2699-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17216;}}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:{}}}'),(24085,3591,'_nfd_performance_image_optimized','1'),(24086,3592,'_wp_attached_file','2025/05/IMG_2649-scaled.webp'),(24087,3592,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_2649-scaled.webp\";s:8:\"filesize\";i:4905304;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_2649-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:96118;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_2649-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:943736;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2649-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34644;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_2649-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:943736;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_2649-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1934260;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_2649-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3200978;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_2649-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:166108;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_2649-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:600084;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2649-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15986;}}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:{}}}'),(24088,3592,'_nfd_performance_image_optimized','1'),(24089,3593,'_wp_attached_file','2025/05/IMG_2509-scaled.webp'),(24090,3593,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_2509-scaled.webp\";s:8:\"filesize\";i:2518490;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_2509-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72312;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_2509-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:661860;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2509-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28064;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_2509-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:661860;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_2509-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1308538;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_2509-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2129724;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_2509-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:120722;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_2509-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:419714;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2509-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13796;}}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:{}}}'),(24091,3593,'_nfd_performance_image_optimized','1'),(24092,3594,'_wp_attached_file','2025/05/IMG_2271-scaled.webp'),(24093,3594,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_2271-scaled.webp\";s:8:\"filesize\";i:3424666;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_2271-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:91400;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_2271-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:811968;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2271-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33644;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_2271-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:811968;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_2271-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1614230;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_2271-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2610766;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_2271-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:152442;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_2271-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:524226;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2271-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16378;}}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:{}}}'),(24094,3594,'_nfd_performance_image_optimized','1'),(24095,3595,'_wp_attached_file','2025/05/IMG_2154-scaled.webp'),(24096,3595,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_2154-scaled.webp\";s:8:\"filesize\";i:3303358;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_2154-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:75352;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_2154-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:754790;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2154-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27896;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_2154-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:754790;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_2154-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1549802;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_2154-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2598468;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_2154-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:128920;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_2154-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:472590;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2154-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13236;}}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:{}}}'),(24097,3595,'_nfd_performance_image_optimized','1'),(24098,3596,'_wp_attached_file','2025/05/IMG_2110.webp'),(24099,3596,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"2025/05/IMG_2110.webp\";s:8:\"filesize\";i:1192768;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_2110-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:78914;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_2110-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:707130;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2110-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29494;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_2110-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:423420;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_2110-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:78914;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_2110-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:273796;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_2110-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14202;}}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:{}}}'),(24100,3596,'_nfd_performance_image_optimized','1'),(24101,3597,'_wp_attached_file','2025/05/IMG_2044-scaled.webp'),(24102,3597,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_2044-scaled.webp\";s:8:\"filesize\";i:3884686;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_2044-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:91412;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_2044-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:870546;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2044-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:35018;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_2044-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:870546;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_2044-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1728470;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_2044-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2843752;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_2044-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:155072;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_2044-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:552666;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2044-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16676;}}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:{}}}'),(24103,3597,'_nfd_performance_image_optimized','1'),(24104,3598,'_wp_attached_file','2025/05/IMG_2023-scaled.webp'),(24105,3598,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_2023-scaled.webp\";s:8:\"filesize\";i:3314582;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_2023-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:81072;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_2023-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:780968;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2023-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30728;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_2023-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:780968;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_2023-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1600002;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_2023-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2621854;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_2023-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:137980;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_2023-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:495990;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2023-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14590;}}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:{}}}'),(24106,3598,'_nfd_performance_image_optimized','1'),(24107,3599,'_wp_attached_file','2025/05/IMG_1988-scaled.webp'),(24108,3599,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_1988-scaled.webp\";s:8:\"filesize\";i:4072146;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_1988-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:81286;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_1988-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:824054;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1988-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30184;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_1988-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:824054;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_1988-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1650970;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_1988-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2685722;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_1988-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:141316;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_1988-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:526784;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1988-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14284;}}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:{}}}'),(24109,3599,'_nfd_performance_image_optimized','1'),(24110,3600,'_wp_attached_file','2025/05/IMG_1929-scaled.webp'),(24111,3600,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_1929-scaled.webp\";s:8:\"filesize\";i:2685072;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_1929-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72532;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_1929-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:688352;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1929-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27332;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_1929-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:688352;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_1929-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1368434;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_1929-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2222282;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_1929-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:122508;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_1929-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:437750;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1929-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12960;}}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:{}}}'),(24112,3600,'_nfd_performance_image_optimized','1'),(24113,3601,'_wp_attached_file','2025/05/IMG_1806-scaled.webp'),(24114,3601,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_1806-scaled.webp\";s:8:\"filesize\";i:3252192;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_1806-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:84204;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_1806-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:769868;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1806-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31028;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_1806-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:769868;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_1806-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1553852;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_1806-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2546194;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_1806-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:141336;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_1806-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:491356;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1806-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15114;}}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:{}}}'),(24115,3601,'_nfd_performance_image_optimized','1'),(24116,3602,'_wp_attached_file','2025/05/IMG_1679.webp'),(24117,3602,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"2025/05/IMG_1679.webp\";s:8:\"filesize\";i:1213446;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_1679-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77856;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_1679-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:716476;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1679-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28572;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_1679-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:428542;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_1679-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:77856;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_1679-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:276022;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1679-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13654;}}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:{}}}'),(24118,3602,'_nfd_performance_image_optimized','1'),(24119,3603,'_wp_attached_file','2025/05/IMG_1637-scaled.webp'),(24120,3603,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_1637-scaled.webp\";s:8:\"filesize\";i:4020820;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_1637-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:95154;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_1637-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:880884;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1637-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34632;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_1637-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:880884;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_1637-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1766060;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_1637-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2886172;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_1637-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:160792;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_1637-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:563950;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1637-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16804;}}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:{}}}'),(24121,3603,'_nfd_performance_image_optimized','1'),(24122,3604,'_wp_attached_file','2025/05/IMG_1571-scaled.webp'),(24123,3604,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_1571-scaled.webp\";s:8:\"filesize\";i:4145008;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_1571-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:94658;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_1571-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:907972;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1571-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34800;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_1571-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:907972;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_1571-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1821268;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_1571-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2979424;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_1571-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:162446;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_1571-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:584108;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1571-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16432;}}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:{}}}'),(24124,3604,'_nfd_performance_image_optimized','1'),(24125,3605,'_wp_attached_file','2025/05/IMG_1491.webp'),(24126,3605,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1400;s:6:\"height\";i:706;s:4:\"file\";s:21:\"2025/05/IMG_1491.webp\";s:8:\"filesize\";i:1069498;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_1491-300x151.webp\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:61014;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_1491-1024x516.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:592738;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1491-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30070;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_1491-768x387.webp\";s:5:\"width\";i:768;s:6:\"height\";i:387;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:353780;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_1491-300x151.webp\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:61014;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_1491-600x303.webp\";s:5:\"width\";i:600;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:224676;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_1491-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14122;}}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:{}}}'),(24127,3605,'_nfd_performance_image_optimized','1'),(24128,3606,'_wp_attached_file','2025/05/IMG_1471-scaled.webp'),(24129,3606,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_1471-scaled.webp\";s:8:\"filesize\";i:5230390;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_1471-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:107196;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_1471-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1024866;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1471-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:37062;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_1471-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1024866;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_1471-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2088550;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_1471-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3423664;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_1471-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:183962;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_1471-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:657058;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1471-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17350;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(24130,3606,'_nfd_performance_image_optimized','1'),(24131,3607,'_wp_attached_file','2025/05/IMG_1437-scaled.webp'),(24132,3607,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_1437-scaled.webp\";s:8:\"filesize\";i:5892882;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_1437-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:117250;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_1437-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1134174;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1437-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40352;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_1437-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1134174;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_1437-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2303242;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_1437-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3802330;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_1437-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:203610;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_1437-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:730356;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1437-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18664;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(24133,3607,'_nfd_performance_image_optimized','1'),(24134,3608,'_wp_attached_file','2025/05/IMG_1422-scaled.webp'),(24135,3608,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_1422-scaled.webp\";s:8:\"filesize\";i:3676514;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_1422-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:93126;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_1422-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:819016;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1422-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34608;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_1422-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:819016;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_1422-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1614866;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_1422-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2618264;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_1422-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:155446;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_1422-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:530026;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1422-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16882;}}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:{}}}'),(24136,3608,'_nfd_performance_image_optimized','1'),(24137,3609,'_wp_attached_file','2025/05/IMG_1197-scaled.webp'),(24138,3609,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:28:\"2025/05/IMG_1197-scaled.webp\";s:8:\"filesize\";i:3814896;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_1197-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:87480;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_1197-scaled-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:832976;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1197-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30540;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"IMG_1197-scaled-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:488392;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_1197-scaled-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1722960;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_1197-scaled-2048x1536.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2861972;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_1197-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:87480;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_1197-scaled-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:311176;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1197-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14134;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(24139,3609,'_nfd_performance_image_optimized','1'),(24140,3610,'_wp_attached_file','2025/05/IMG_1175-scaled.webp'),(24141,3610,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_1175-scaled.webp\";s:8:\"filesize\";i:3348512;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_1175-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:82130;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_1175-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:752942;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1175-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29922;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_1175-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:752942;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_1175-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1520104;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_1175-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2492018;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_1175-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:138680;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_1175-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:484090;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1175-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14588;}}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:{}}}'),(24142,3610,'_nfd_performance_image_optimized','1'),(24143,3611,'_wp_attached_file','2025/05/IMG_1110-scaled.webp'),(24144,3611,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_1110-scaled.webp\";s:8:\"filesize\";i:2510642;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_1110-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:70874;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_1110-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:640638;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1110-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24620;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_1110-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:640638;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_1110-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1275012;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_1110-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2097420;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_1110-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:117168;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_1110-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:408102;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1110-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12162;}}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:{}}}'),(24145,3611,'_nfd_performance_image_optimized','1'),(24146,3612,'_wp_attached_file','2025/05/IMG_1033-scaled.webp'),(24147,3612,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_1033-scaled.webp\";s:8:\"filesize\";i:3120632;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_1033-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:78828;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_1033-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:735460;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1033-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27548;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_1033-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:735460;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_1033-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1503956;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_1033-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2467004;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_1033-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:133172;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_1033-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:469808;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1033-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13340;}}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:{}}}'),(24148,3612,'_nfd_performance_image_optimized','1'),(24149,3613,'_wp_attached_file','2025/05/IMG_1029-scaled.webp'),(24150,3613,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_1029-scaled.webp\";s:8:\"filesize\";i:2337262;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_1029-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:60244;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_1029-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:585036;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1029-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:23484;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_1029-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:585036;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_1029-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1191132;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_1029-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1981134;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_1029-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:100640;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_1029-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:367192;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1029-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11456;}}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:{}}}'),(24151,3613,'_nfd_performance_image_optimized','1'),(24152,3614,'_wp_attached_file','2025/05/IMG_0846-scaled.webp'),(24153,3614,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_0846-scaled.webp\";s:8:\"filesize\";i:3456100;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_0846-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:80498;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_0846-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:781176;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_0846-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29354;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_0846-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:781176;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_0846-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1583632;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_0846-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2625860;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_0846-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:137470;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_0846-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:495744;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_0846-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14084;}}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:{}}}'),(24154,3614,'_nfd_performance_image_optimized','1'),(24155,3615,'_wp_attached_file','2025/05/IMG_0799-scaled.webp'),(24156,3615,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_0799-scaled.webp\";s:8:\"filesize\";i:3567858;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_0799-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:82790;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_0799-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:786340;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_0799-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32452;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_0799-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:786340;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_0799-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1590494;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_0799-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2593484;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_0799-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:142572;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_0799-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:506434;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_0799-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15652;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(24157,3615,'_nfd_performance_image_optimized','1'),(24158,3616,'_wp_attached_file','2025/05/IMG_0711-scaled.webp'),(24159,3616,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_0711-scaled.webp\";s:8:\"filesize\";i:3700762;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_0711-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:84886;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_0711-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:829272;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_0711-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34184;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_0711-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:829272;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_0711-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1707886;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_0711-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2820064;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_0711-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:142248;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_0711-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:516744;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_0711-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16712;}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:1:{i:0;s:7:\"75x50_c\";}}}'),(24160,3616,'_nfd_performance_image_optimized','1'),(24161,3617,'_wp_attached_file','2025/05/IMG_0583-scaled.webp'),(24162,3617,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_0583-scaled.webp\";s:8:\"filesize\";i:3261602;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_0583-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:85420;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_0583-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:782100;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_0583-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32142;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_0583-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:782100;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_0583-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1562130;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_0583-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2550644;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_0583-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:143498;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_0583-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:498140;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_0583-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15472;}}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:{}}}'),(24163,3617,'_nfd_performance_image_optimized','1'),(24164,3618,'_wp_attached_file','2025/05/IMG_0550-scaled.webp'),(24165,3618,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_0550-scaled.webp\";s:8:\"filesize\";i:3024970;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_0550-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:90888;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_0550-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:771136;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_0550-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33086;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_0550-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:771136;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_0550-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1510562;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_0550-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2429990;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_0550-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:151578;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_0550-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:503538;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_0550-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15948;}}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:{}}}'),(24166,3618,'_nfd_performance_image_optimized','1'),(24167,3619,'_wp_attached_file','2025/05/IMG_0335-scaled.webp'),(24168,3619,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_0335-scaled.webp\";s:8:\"filesize\";i:4662216;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_0335-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:97606;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_0335-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:945462;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_0335-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33094;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_0335-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:945462;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_0335-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1906558;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_0335-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3128844;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_0335-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:169268;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_0335-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:609590;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_0335-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15536;}}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:{}}}'),(24169,3619,'_nfd_performance_image_optimized','1'),(24170,3620,'_wp_attached_file','2025/05/IMG_0186-scaled.webp'),(24171,3620,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_0186-scaled.webp\";s:8:\"filesize\";i:4293636;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_0186-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:95336;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_0186-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:874054;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_0186-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34020;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_0186-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:874054;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_0186-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1736418;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_0186-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2846844;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_0186-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:164136;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_0186-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:565332;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_0186-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16052;}}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:{}}}'),(24172,3620,'_nfd_performance_image_optimized','1'),(24173,3621,'_wp_attached_file','2025/05/IMG_0155-scaled.webp'),(24174,3621,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_0155-scaled.webp\";s:8:\"filesize\";i:2332748;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_0155-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:79592;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_0155-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:649476;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_0155-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30820;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_0155-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:649476;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_0155-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1236084;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_0155-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1953402;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_0155-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:130944;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_0155-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:429702;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_0155-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15284;}}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:{}}}'),(24175,3621,'_nfd_performance_image_optimized','1'),(24176,3622,'_wp_attached_file','2025/05/AC8C7ED5-0D83-4100-A58F-212BB470D177.webp'),(24177,3622,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:4:\"file\";s:49:\"2025/05/AC8C7ED5-0D83-4100-A58F-212BB470D177.webp\";s:8:\"filesize\";i:3808512;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"AC8C7ED5-0D83-4100-A58F-212BB470D177-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:121558;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"AC8C7ED5-0D83-4100-A58F-212BB470D177-1024x1024.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1194162;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"AC8C7ED5-0D83-4100-A58F-212BB470D177-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32762;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"AC8C7ED5-0D83-4100-A58F-212BB470D177-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:688310;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:51:\"AC8C7ED5-0D83-4100-A58F-212BB470D177-1536x1536.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2390332;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:49:\"AC8C7ED5-0D83-4100-A58F-212BB470D177-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:121558;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:49:\"AC8C7ED5-0D83-4100-A58F-212BB470D177-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:437776;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:49:\"AC8C7ED5-0D83-4100-A58F-212BB470D177-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15276;}}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:{}}}'),(24178,3622,'_nfd_performance_image_optimized','1'),(24179,3623,'_wp_attached_file','2025/05/72202282314__FDCF6113-7645-4D17-AE7B-65ACD4F69324-scaled.webp'),(24180,3623,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:69:\"2025/05/72202282314__FDCF6113-7645-4D17-AE7B-65ACD4F69324-scaled.webp\";s:8:\"filesize\";i:3137114;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:69:\"72202282314__FDCF6113-7645-4D17-AE7B-65ACD4F69324-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:82050;}s:5:\"large\";a:5:{s:4:\"file\";s:70:\"72202282314__FDCF6113-7645-4D17-AE7B-65ACD4F69324-scaled-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:735370;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"72202282314__FDCF6113-7645-4D17-AE7B-65ACD4F69324-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29628;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:69:\"72202282314__FDCF6113-7645-4D17-AE7B-65ACD4F69324-scaled-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:440226;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:71:\"72202282314__FDCF6113-7645-4D17-AE7B-65ACD4F69324-scaled-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1465646;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:71:\"72202282314__FDCF6113-7645-4D17-AE7B-65ACD4F69324-scaled-2048x1536.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2390284;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:69:\"72202282314__FDCF6113-7645-4D17-AE7B-65ACD4F69324-scaled-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:82050;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:69:\"72202282314__FDCF6113-7645-4D17-AE7B-65ACD4F69324-scaled-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:284288;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:69:\"72202282314__FDCF6113-7645-4D17-AE7B-65ACD4F69324-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14508;}}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:{}}}'),(24181,3623,'_nfd_performance_image_optimized','1'),(24182,3624,'_wp_attached_file','2025/05/IMG_3090-scaled-e1746127004697.webp'),(24183,3624,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:43:\"2025/05/IMG_3090-scaled-e1746127004697.webp\";s:8:\"filesize\";i:1296406;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"IMG_3090-scaled-e1746127004697-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:82940;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"IMG_3090-scaled-e1746127004697-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:754942;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"IMG_3090-scaled-e1746127004697-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29484;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"IMG_3090-scaled-e1746127004697-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:449642;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:43:\"IMG_3090-scaled-e1746127004697-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:82940;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:43:\"IMG_3090-scaled-e1746127004697-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:291644;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:43:\"IMG_3090-scaled-e1746127004697-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14134;}}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:{}}}'),(24184,3624,'_nfd_performance_image_optimized','1'),(24185,3625,'_wp_attached_file','2025/05/IMG_3651-scaled.webp'),(24186,3625,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2025/05/IMG_3651-scaled.webp\";s:8:\"filesize\";i:4385818;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_3651-scaled-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:86186;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_3651-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:893958;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3651-scaled-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32316;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_3651-scaled-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:893958;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"IMG_3651-scaled-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1859104;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:30:\"IMG_3651-scaled-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3102338;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_3651-scaled-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:148272;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_3651-scaled-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:555562;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_3651-scaled-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15838;}}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:{}}}'),(24187,3625,'_nfd_performance_image_optimized','1'),(24188,3626,'_wp_attached_file','2025/05/IMG_3325-scaled-e1746126370311.webp'),(24189,3626,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:43:\"2025/05/IMG_3325-scaled-e1746126370311.webp\";s:8:\"filesize\";i:1360000;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"IMG_3325-scaled-e1746126370311-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:86752;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"IMG_3325-scaled-e1746126370311-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:784238;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"IMG_3325-scaled-e1746126370311-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33104;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"IMG_3325-scaled-e1746126370311-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:467950;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:43:\"IMG_3325-scaled-e1746126370311-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:86752;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:43:\"IMG_3325-scaled-e1746126370311-600x450.webp\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:304300;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:43:\"IMG_3325-scaled-e1746126370311-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15932;}}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:{}}}'),(24190,3626,'_nfd_performance_image_optimized','1'),(24191,3627,'_wp_attached_file','2025/05/IMG_3402-scaled-e1746126337486.webp'),(24192,3627,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1440;s:4:\"file\";s:43:\"2025/05/IMG_3402-scaled-e1746126337486.webp\";s:8:\"filesize\";i:1050662;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"IMG_3402-scaled-e1746126337486-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:71660;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"IMG_3402-scaled-e1746126337486-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:654814;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"IMG_3402-scaled-e1746126337486-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27854;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"IMG_3402-scaled-e1746126337486-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:654814;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:43:\"IMG_3402-scaled-e1746126337486-300x400.webp\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:119614;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:43:\"IMG_3402-scaled-e1746126337486-600x800.webp\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:419346;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:43:\"IMG_3402-scaled-e1746126337486-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13822;}}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:{}}}'),(24193,3627,'_nfd_performance_image_optimized','1'),(24194,3628,'_wp_attached_file','2025/09/cosmicflakelaminate.png'),(24195,3628,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:50;s:6:\"height\";i:50;s:4:\"file\";s:31:\"2025/09/cosmicflakelaminate.png\";s:8:\"filesize\";i:4569;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:{}}}'),(24196,3629,'_wp_attached_file','2025/09/glosslaminate.png'),(24197,3629,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:50;s:6:\"height\";i:50;s:4:\"file\";s:25:\"2025/09/glosslaminate.png\";s:8:\"filesize\";i:2428;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:{}}}'),(24198,3630,'_wp_attached_file','2025/09/goldflakelaminate.png'),(24199,3630,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:50;s:6:\"height\";i:50;s:4:\"file\";s:29:\"2025/09/goldflakelaminate.png\";s:8:\"filesize\";i:4171;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:{}}}'),(24200,3631,'_wp_attached_file','2025/09/mattelaminate.png'),(24201,3631,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:50;s:6:\"height\";i:50;s:4:\"file\";s:25:\"2025/09/mattelaminate.png\";s:8:\"filesize\";i:1391;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:{}}}'),(24202,3632,'_wp_attached_file','2025/09/redflakelaminate.png'),(24203,3632,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:50;s:6:\"height\";i:50;s:4:\"file\";s:28:\"2025/09/redflakelaminate.png\";s:8:\"filesize\";i:4015;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:{}}}'),(24204,3633,'_wp_attached_file','2025/09/silverflakelaminate.png'),(24205,3633,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:50;s:6:\"height\";i:50;s:4:\"file\";s:31:\"2025/09/silverflakelaminate.png\";s:8:\"filesize\";i:3626;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:{}}}'),(24206,3634,'_wp_attached_file','2025/09/UX1-chromeMXmaterial.png'),(24207,3634,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:50;s:6:\"height\";i:50;s:4:\"file\";s:32:\"2025/09/UX1-chromeMXmaterial.png\";s:8:\"filesize\";i:3016;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:{}}}'),(24208,3635,'_wp_attached_file','2025/09/UX1-holographicMXmaterial.png'),(24209,3635,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:50;s:6:\"height\";i:50;s:4:\"file\";s:37:\"2025/09/UX1-holographicMXmaterial.png\";s:8:\"filesize\";i:3623;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:{}}}'),(24212,3637,'_wp_attached_file','2024/11/solidseatcover-coolgray-1.png'),(24213,3637,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:37:\"2024/11/solidseatcover-coolgray-1.png\";s:8:\"filesize\";i:107119;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"solidseatcover-coolgray-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4074;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"solidseatcover-coolgray-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1766;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"solidseatcover-coolgray-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4074;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"solidseatcover-coolgray-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11691;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"solidseatcover-coolgray-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1155;}}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:{}}}'),(24214,3638,'_wp_attached_file','2024/11/solidseatcover-flopink-1.png'),(24215,3638,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:36:\"2024/11/solidseatcover-flopink-1.png\";s:8:\"filesize\";i:165649;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"solidseatcover-flopink-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8266;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"solidseatcover-flopink-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2739;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"solidseatcover-flopink-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8266;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"solidseatcover-flopink-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29699;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"solidseatcover-flopink-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1651;}}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:{}}}'),(24216,3639,'_wp_attached_file','2024/11/solidseatcover-floyellow-1.png'),(24217,3639,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:38:\"2024/11/solidseatcover-floyellow-1.png\";s:8:\"filesize\";i:177747;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"solidseatcover-floyellow-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9898;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"solidseatcover-floyellow-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3347;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"solidseatcover-floyellow-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9898;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:38:\"solidseatcover-floyellow-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31016;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"solidseatcover-floyellow-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2016;}}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:{}}}'),(24218,3640,'_wp_attached_file','2024/11/solidseatcover-gasgasred-1.png'),(24219,3640,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:38:\"2024/11/solidseatcover-gasgasred-1.png\";s:8:\"filesize\";i:134708;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"solidseatcover-gasgasred-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8653;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"solidseatcover-gasgasred-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2460;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"solidseatcover-gasgasred-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8653;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:38:\"solidseatcover-gasgasred-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27172;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"solidseatcover-gasgasred-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1549;}}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:{}}}'),(24220,3641,'_wp_attached_file','2024/11/solidseatcover-hondared-1.png'),(24221,3641,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:37:\"2024/11/solidseatcover-hondared-1.png\";s:8:\"filesize\";i:161620;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"solidseatcover-hondared-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8124;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"solidseatcover-hondared-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2638;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"solidseatcover-hondared-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8124;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"solidseatcover-hondared-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26587;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"solidseatcover-hondared-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1487;}}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:{}}}'),(24222,3642,'_wp_attached_file','2024/11/solidseatcover-ktmorange-1.png'),(24223,3642,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:38:\"2024/11/solidseatcover-ktmorange-1.png\";s:8:\"filesize\";i:168486;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"solidseatcover-ktmorange-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9634;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"solidseatcover-ktmorange-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3301;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"solidseatcover-ktmorange-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9634;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:38:\"solidseatcover-ktmorange-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28389;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"solidseatcover-ktmorange-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2006;}}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:{}}}'),(24224,3643,'_wp_attached_file','2024/11/solidseatcover-lightblue-1.png'),(24225,3643,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:38:\"2024/11/solidseatcover-lightblue-1.png\";s:8:\"filesize\";i:169851;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"solidseatcover-lightblue-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8824;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"solidseatcover-lightblue-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2946;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"solidseatcover-lightblue-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8824;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:38:\"solidseatcover-lightblue-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29039;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"solidseatcover-lightblue-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1582;}}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:{}}}'),(24226,3644,'_wp_attached_file','2024/11/solidseatcover-navyblue-1.png'),(24227,3644,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:37:\"2024/11/solidseatcover-navyblue-1.png\";s:8:\"filesize\";i:113352;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"solidseatcover-navyblue-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5718;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"solidseatcover-navyblue-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2238;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"solidseatcover-navyblue-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5718;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"solidseatcover-navyblue-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18289;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"solidseatcover-navyblue-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1460;}}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:{}}}'),(24228,3645,'_wp_attached_file','2024/11/solidseatcover-purple-1.png'),(24229,3645,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:35:\"2024/11/solidseatcover-purple-1.png\";s:8:\"filesize\";i:167966;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"solidseatcover-purple-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10344;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"solidseatcover-purple-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3239;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"solidseatcover-purple-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10344;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"solidseatcover-purple-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31995;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"solidseatcover-purple-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1875;}}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:{}}}'),(24230,3646,'_wp_attached_file','2024/11/solidseatcover-ruby-1.png'),(24231,3646,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:33:\"2024/11/solidseatcover-ruby-1.png\";s:8:\"filesize\";i:141093;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"solidseatcover-ruby-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9674;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"solidseatcover-ruby-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3244;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"solidseatcover-ruby-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9674;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"solidseatcover-ruby-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28738;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"solidseatcover-ruby-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1788;}}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:{}}}'),(24232,3647,'_wp_attached_file','2024/11/solidseatcover-seafoam-1.png'),(24233,3647,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:36:\"2024/11/solidseatcover-seafoam-1.png\";s:8:\"filesize\";i:168297;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"solidseatcover-seafoam-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8603;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"solidseatcover-seafoam-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2574;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"solidseatcover-seafoam-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8603;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"solidseatcover-seafoam-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27252;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"solidseatcover-seafoam-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1595;}}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:{}}}'),(24234,3648,'_wp_attached_file','2024/11/solidseatcover-suzukiyellow-1.png'),(24235,3648,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:41:\"2024/11/solidseatcover-suzukiyellow-1.png\";s:8:\"filesize\";i:174773;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"solidseatcover-suzukiyellow-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10183;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"solidseatcover-suzukiyellow-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3637;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:41:\"solidseatcover-suzukiyellow-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10183;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:41:\"solidseatcover-suzukiyellow-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29343;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:41:\"solidseatcover-suzukiyellow-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2013;}}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:{}}}'),(24236,3649,'_wp_attached_file','2024/11/solidseatcover-teal-1.png'),(24237,3649,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:33:\"2024/11/solidseatcover-teal-1.png\";s:8:\"filesize\";i:149720;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"solidseatcover-teal-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8241;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"solidseatcover-teal-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2788;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"solidseatcover-teal-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8241;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"solidseatcover-teal-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26639;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"solidseatcover-teal-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1440;}}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:{}}}'),(24238,3650,'_wp_attached_file','2024/11/solidseatcover-tmblue-1.png'),(24239,3650,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:35:\"2024/11/solidseatcover-tmblue-1.png\";s:8:\"filesize\";i:165961;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"solidseatcover-tmblue-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8374;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"solidseatcover-tmblue-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3177;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"solidseatcover-tmblue-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8374;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"solidseatcover-tmblue-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23710;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"solidseatcover-tmblue-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1971;}}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:{}}}'),(24240,3651,'_wp_attached_file','2024/11/solidseatcover-white-1.png'),(24241,3651,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:34:\"2024/11/solidseatcover-white-1.png\";s:8:\"filesize\";i:137090;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"solidseatcover-white-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8976;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"solidseatcover-white-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2946;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"solidseatcover-white-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8976;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:34:\"solidseatcover-white-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27565;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"solidseatcover-white-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1776;}}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:{}}}'),(24242,3652,'_wp_attached_file','2024/11/solidseatcover-yamahablue-1.png'),(24243,3652,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:39:\"2024/11/solidseatcover-yamahablue-1.png\";s:8:\"filesize\";i:141385;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"solidseatcover-yamahablue-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7047;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"solidseatcover-yamahablue-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2505;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:39:\"solidseatcover-yamahablue-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7047;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:39:\"solidseatcover-yamahablue-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25627;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:39:\"solidseatcover-yamahablue-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1560;}}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:{}}}'),(24244,3653,'_wp_attached_file','2024/11/seatcoverproductimage-1.png'),(24245,3653,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:35:\"2024/11/seatcoverproductimage-1.png\";s:8:\"filesize\";i:130404;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"seatcoverproductimage-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7121;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"seatcoverproductimage-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2280;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"seatcoverproductimage-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7121;s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"seatcoverproductimage-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24926;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"seatcoverproductimage-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1563;}}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:{}}}'),(24246,1084,'_thumbnail_id','3651'),(24247,1083,'_thumbnail_id','3641'),(24248,1082,'_thumbnail_id','3640'),(24249,1081,'_thumbnail_id','3646'),(24250,1080,'_thumbnail_id','3642'),(24251,1079,'_thumbnail_id','3648'),(24252,1078,'_thumbnail_id','3639'),(24253,1077,'_thumbnail_id','3653'),(24254,1075,'_thumbnail_id','3649'),(24255,1074,'_thumbnail_id','3643'),(24256,1073,'_thumbnail_id','3650'),(24257,1072,'_thumbnail_id','3652'),(24258,1071,'_thumbnail_id','3644'),(24259,1070,'_thumbnail_id','3645'),(24260,1069,'_thumbnail_id','3638'),(24261,1051,'_thumbnail_id','3637'),(24262,1050,'_thumbnail_id','3647'),(24263,3654,'_wp_attached_file','2024/11/solidseatcover-black.png'),(24264,3654,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:720;s:4:\"file\";s:32:\"2024/11/solidseatcover-black.png\";s:8:\"filesize\";i:43166;s:5:\"sizes\";a:5:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"solidseatcover-black-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4420;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"solidseatcover-black-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1385;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"solidseatcover-black-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10655;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"solidseatcover-black-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4420;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"solidseatcover-black-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2071;}}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:{}}}'),(24265,3312,'_thumbnail_id','3632'),(24266,1562,'_thumbnail_id','3633'),(24267,1561,'_thumbnail_id','3630'),(24268,1560,'_thumbnail_id','3628'),(24269,1559,'_thumbnail_id','3631'),(24270,1558,'_thumbnail_id','3629'),(24271,1556,'_thumbnail_id','3635'),(24272,1555,'_thumbnail_id','3634'),(24273,1554,'_thumbnail_id','3629'),(24274,3188,'_thumbnail_id','3632'),(24275,1635,'_thumbnail_id','3633'),(24276,1634,'_thumbnail_id','3630'),(24277,1633,'_thumbnail_id','3628'),(24278,1632,'_thumbnail_id','3631'),(24279,1631,'_thumbnail_id','3629'),(24280,1891,'_thumbnail_id','3635'),(24281,1890,'_thumbnail_id','3634'),(24282,1889,'_thumbnail_id','3629'),(24283,3236,'_thumbnail_id','3632'),(24284,2021,'_thumbnail_id','3628'),(24285,2020,'_thumbnail_id','3630'),(24286,2019,'_thumbnail_id','3633'),(24287,2018,'_thumbnail_id','3631'),(24288,2017,'_thumbnail_id','3629'),(24289,2015,'_thumbnail_id','3635'),(24290,2014,'_thumbnail_id','3634'),(24291,2013,'_thumbnail_id','3629'),(24292,3189,'_thumbnail_id','3632'),(24293,1651,'_thumbnail_id','3633'),(24294,1650,'_thumbnail_id','3630'),(24295,1649,'_thumbnail_id','3628'),(24296,1648,'_thumbnail_id','3631'),(24297,1647,'_thumbnail_id','3629'),(24298,1645,'_thumbnail_id','3635'),(24299,1644,'_thumbnail_id','3634'),(24300,1643,'_thumbnail_id','3629'),(24301,3655,'af_addon_field_sort','3'),(24302,3655,'_monsterinsights_sitenote_active','0'),(24303,3655,'af_addon_depend_selector','af_addon_not_dependable'),(24304,3655,'af_addon_field_depend_selector','0'),(24305,3655,'af_addon_option_depend_selector','a:0:{}'),(24306,3655,'af_addon_type_select','image_swatcher'),(24307,3655,'af_addon_field_title','What material would you like them printed on?'),(24308,3655,'af_addon_tooltip_checkbox',''),(24309,3655,'af_addon_tooltip_textarea',''),(24310,3655,'af_addon_desc_checkbox',''),(24311,3655,'af_addon_desc_textarea',''),(24312,3655,'af_addon_required_field','1'),(24313,3655,'af_addon_limit_range_checkbox',''),(24314,3655,'af_addon_min_limit_range',''),(24315,3655,'af_addon_max_limit_range',''),(24316,3655,'af_addon_price_range_checkbox',''),(24317,3655,'af_addon_price_type','full_field'),(24318,3655,'af_addon_field_price_type','free'),(24319,3655,'af_addon_field_price',''),(24320,3655,'addon_quantitiy_selection',''),(24321,3655,'af_addon_min_quan',''),(24322,3655,'af_addon_max_quan',''),(24323,3655,'af_addon_upload_file_extention',''),(24324,3655,'af_addon_first_option',''),(24325,3658,'af_addon_option_priority',''),(24326,3658,'af_addon_stock_management',''),(24327,3658,'af_addon_stock_qty',''),(24328,3658,'af_addon_stock_status','in_stock'),(24329,3658,'_monsterinsights_sitenote_active','0'),(24330,3658,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/UX1-holographicMXmaterial.png'),(24331,3658,'_thumbnail_id','3635'),(24332,3658,'af_addon_field_options_name','Full holographic'),(24333,3658,'af_addon_option_color',''),(24334,3658,'af_addon_field_options_price_type','free'),(24335,3658,'af_addon_field_options_price',''),(24336,3658,'af_addon_default_checked',''),(24337,3657,'af_addon_option_priority',''),(24338,3657,'af_addon_stock_management',''),(24339,3657,'af_addon_stock_qty',''),(24340,3657,'af_addon_stock_status','in_stock'),(24341,3657,'_monsterinsights_sitenote_active','0'),(24342,3657,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/UX1-chromeMXmaterial.png'),(24343,3657,'_thumbnail_id','3634'),(24344,3657,'af_addon_field_options_name','Full chrome'),(24345,3657,'af_addon_option_color',''),(24346,3657,'af_addon_field_options_price_type','free'),(24347,3657,'af_addon_field_options_price',''),(24348,3657,'af_addon_default_checked',''),(24349,3656,'af_addon_option_priority',''),(24350,3656,'af_addon_stock_management',''),(24351,3656,'af_addon_stock_qty',''),(24352,3656,'af_addon_stock_status','in_stock'),(24353,3656,'_monsterinsights_sitenote_active','0'),(24354,3656,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/09/glosslaminate.png'),(24355,3656,'_thumbnail_id','3629'),(24356,3656,'af_addon_field_options_name','Regular MX'),(24357,3656,'af_addon_option_color',''),(24358,3656,'af_addon_field_options_price_type','free'),(24359,3656,'af_addon_field_options_price',''),(24360,3656,'af_addon_default_checked',''),(24361,3197,'_thumbnail_id','3632'),(24362,3196,'_thumbnail_id','3633'),(24363,3195,'_thumbnail_id','3630'),(24364,3194,'_thumbnail_id','3628'),(24365,3193,'_thumbnail_id','3631'),(24366,3192,'_thumbnail_id','3629'),(24367,3659,'af_addon_option_priority',''),(24368,3659,'af_addon_stock_management',''),(24369,3659,'af_addon_stock_qty',''),(24370,3659,'af_addon_stock_status','in_stock'),(24371,3659,'_monsterinsights_sitenote_active','0'),(24372,3659,'af_addon_field_options_name','Clear'),(24373,3659,'af_addon_option_color','#e0e0e0'),(24374,3659,'af_addon_field_options_price_type','free'),(24375,3659,'af_addon_field_options_price',''),(24376,3659,'af_addon_default_checked',''),(24377,3660,'_wp_attached_file','2025/02/clearMXmaterial.png'),(24378,3660,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:50;s:6:\"height\";i:50;s:4:\"file\";s:27:\"2025/02/clearMXmaterial.png\";s:8:\"filesize\";i:2075;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:{}}}'),(24379,3659,'af_addon_field_options_image','https://aggressivegraphix.com/wp-content/uploads/2025/02/clearMXmaterial.png'),(24380,3659,'_thumbnail_id','3660'),(24381,3190,'_thumbnail_id','3632'),(24382,1667,'_thumbnail_id','3633'),(24383,1666,'_thumbnail_id','3630'),(24384,1665,'_thumbnail_id','3628'),(24385,1664,'_thumbnail_id','3631'),(24386,1663,'_thumbnail_id','3629'),(24387,1661,'_thumbnail_id','3635'),(24388,1660,'_thumbnail_id','3634'),(24389,1659,'_thumbnail_id','3629'),(24390,3187,'_thumbnail_id','3632'),(24391,1598,'_thumbnail_id','3633'),(24392,1597,'_thumbnail_id','3630'),(24393,1596,'_thumbnail_id','3628'),(24394,1595,'_thumbnail_id','3631'),(24395,1594,'_thumbnail_id','3629'),(24396,1592,'_thumbnail_id','3635'),(24397,1591,'_thumbnail_id','3634'),(24398,1590,'_thumbnail_id','3629'),(24399,3661,'_wp_attached_file','2025/02/AggressiveGraphix10x10top-blue-1.png'),(24400,3661,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:992;s:6:\"height\";i:952;s:4:\"file\";s:44:\"2025/02/AggressiveGraphix10x10top-blue-1.png\";s:8:\"filesize\";i:49923;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:44:\"AggressiveGraphix10x10top-blue-1-300x288.png\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8941;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:44:\"AggressiveGraphix10x10top-blue-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2651;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:44:\"AggressiveGraphix10x10top-blue-1-600x576.png\";s:5:\"width\";i:600;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20214;}s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"AggressiveGraphix10x10top-blue-1-300x288.png\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8941;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"AggressiveGraphix10x10top-blue-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4048;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"AggressiveGraphix10x10top-blue-1-768x737.png\";s:5:\"width\";i:768;s:6:\"height\";i:737;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26727;}}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:{}}}'),(24401,3662,'_wp_attached_file','2025/02/AggressiveGraphix10x10top-gasgasred-1.png'),(24402,3662,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:992;s:6:\"height\";i:952;s:4:\"file\";s:49:\"2025/02/AggressiveGraphix10x10top-gasgasred-1.png\";s:8:\"filesize\";i:49896;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:49:\"AggressiveGraphix10x10top-gasgasred-1-300x288.png\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8618;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:49:\"AggressiveGraphix10x10top-gasgasred-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2671;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:49:\"AggressiveGraphix10x10top-gasgasred-1-600x576.png\";s:5:\"width\";i:600;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19373;}s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"AggressiveGraphix10x10top-gasgasred-1-300x288.png\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8618;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"AggressiveGraphix10x10top-gasgasred-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4048;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"AggressiveGraphix10x10top-gasgasred-1-768x737.png\";s:5:\"width\";i:768;s:6:\"height\";i:737;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25607;}}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:{}}}'),(24403,3663,'_wp_attached_file','2025/02/AggressiveGraphix10x10top-green-1.png'),(24404,3663,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:992;s:6:\"height\";i:952;s:4:\"file\";s:45:\"2025/02/AggressiveGraphix10x10top-green-1.png\";s:8:\"filesize\";i:49914;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:45:\"AggressiveGraphix10x10top-green-1-300x288.png\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8706;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:45:\"AggressiveGraphix10x10top-green-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2611;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:45:\"AggressiveGraphix10x10top-green-1-600x576.png\";s:5:\"width\";i:600;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19382;}s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"AggressiveGraphix10x10top-green-1-300x288.png\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8706;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"AggressiveGraphix10x10top-green-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3999;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"AggressiveGraphix10x10top-green-1-768x737.png\";s:5:\"width\";i:768;s:6:\"height\";i:737;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25800;}}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:{}}}'),(24405,3664,'_wp_attached_file','2025/02/AggressiveGraphix10x10top-hondared-1.png'),(24406,3664,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:992;s:6:\"height\";i:952;s:4:\"file\";s:48:\"2025/02/AggressiveGraphix10x10top-hondared-1.png\";s:8:\"filesize\";i:49982;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:48:\"AggressiveGraphix10x10top-hondared-1-300x288.png\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8690;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:48:\"AggressiveGraphix10x10top-hondared-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2681;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:48:\"AggressiveGraphix10x10top-hondared-1-600x576.png\";s:5:\"width\";i:600;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19263;}s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"AggressiveGraphix10x10top-hondared-1-300x288.png\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8690;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"AggressiveGraphix10x10top-hondared-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4051;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"AggressiveGraphix10x10top-hondared-1-768x737.png\";s:5:\"width\";i:768;s:6:\"height\";i:737;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25745;}}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:{}}}'),(24407,3665,'_wp_attached_file','2025/02/AggressiveGraphix10x10top-orange-1.png'),(24408,3665,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:992;s:6:\"height\";i:952;s:4:\"file\";s:46:\"2025/02/AggressiveGraphix10x10top-orange-1.png\";s:8:\"filesize\";i:49940;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:46:\"AggressiveGraphix10x10top-orange-1-300x288.png\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8646;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:46:\"AggressiveGraphix10x10top-orange-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2686;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:46:\"AggressiveGraphix10x10top-orange-1-600x576.png\";s:5:\"width\";i:600;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19245;}s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"AggressiveGraphix10x10top-orange-1-300x288.png\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8646;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"AggressiveGraphix10x10top-orange-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4015;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"AggressiveGraphix10x10top-orange-1-768x737.png\";s:5:\"width\";i:768;s:6:\"height\";i:737;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25764;}}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:{}}}'),(24409,3666,'_wp_attached_file','2025/02/AggressiveGraphix10x10top-white-1.png'),(24410,3666,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:992;s:6:\"height\";i:952;s:4:\"file\";s:45:\"2025/02/AggressiveGraphix10x10top-white-1.png\";s:8:\"filesize\";i:49816;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:45:\"AggressiveGraphix10x10top-white-1-300x288.png\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9030;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:45:\"AggressiveGraphix10x10top-white-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2433;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:45:\"AggressiveGraphix10x10top-white-1-600x576.png\";s:5:\"width\";i:600;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21182;}s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"AggressiveGraphix10x10top-white-1-300x288.png\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9030;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"AggressiveGraphix10x10top-white-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3835;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"AggressiveGraphix10x10top-white-1-768x737.png\";s:5:\"width\";i:768;s:6:\"height\";i:737;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27756;}}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:{}}}'),(24411,3667,'_wp_attached_file','2025/02/AggressiveGraphix10x10top-yellow-1.png'),(24412,3667,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:992;s:6:\"height\";i:952;s:4:\"file\";s:46:\"2025/02/AggressiveGraphix10x10top-yellow-1.png\";s:8:\"filesize\";i:50449;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:46:\"AggressiveGraphix10x10top-yellow-1-300x288.png\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8923;s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:46:\"AggressiveGraphix10x10top-yellow-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2711;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:46:\"AggressiveGraphix10x10top-yellow-1-600x576.png\";s:5:\"width\";i:600;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20250;}s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"AggressiveGraphix10x10top-yellow-1-300x288.png\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8923;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"AggressiveGraphix10x10top-yellow-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4110;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"AggressiveGraphix10x10top-yellow-1-768x737.png\";s:5:\"width\";i:768;s:6:\"height\";i:737;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26772;}}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:{}}}'),(24413,3567,'_thumbnail_id','3666'),(24414,3566,'_thumbnail_id','3667'),(24415,3565,'_thumbnail_id','3661'),(24416,3564,'_thumbnail_id','3665'),(24417,3563,'_thumbnail_id','3663'),(24418,3562,'_thumbnail_id','3662'),(24419,2,'_thumbnail_id','3428'),(24420,2703,'_yoast_wpseo_content_score','90'),(24421,2931,'_eg_has_gallery',''),(24422,2864,'_eg_has_gallery',''),(24423,2854,'_eg_has_gallery',''),(24424,2863,'_eg_has_gallery',''),(24425,2856,'_eg_has_gallery',''),(24426,2855,'_eg_has_gallery',''),(24427,2840,'_eg_has_gallery',''),(24428,3609,'_eg_has_gallery','a:1:{i:0;i:2832;}'),(24429,3606,'_eg_has_gallery','a:1:{i:0;i:2832;}'),(24430,3607,'_eg_has_gallery','a:1:{i:0;i:2832;}'),(24431,3615,'_eg_has_gallery','a:1:{i:0;i:2832;}'),(24432,3616,'_eg_has_gallery','a:1:{i:0;i:2832;}'),(24433,3587,'_eg_has_gallery','a:1:{i:0;i:2832;}'),(24434,3581,'_eg_has_gallery','a:1:{i:0;i:2832;}'),(24435,3574,'_eg_has_gallery','a:1:{i:0;i:2832;}'),(24436,3575,'_eg_has_gallery','a:1:{i:0;i:2832;}'),(24437,3579,'_eg_has_gallery','a:1:{i:0;i:2832;}'),(24438,2491,'_eg_has_gallery','a:1:{i:0;i:2703;}'),(24439,2554,'_eg_has_gallery',''),(24440,2567,'_eg_has_gallery',''),(24441,2819,'_eg_has_gallery','a:1:{i:0;i:2530;}'),(24442,2662,'_eg_has_gallery',''),(24443,2652,'_eg_has_gallery',''),(24444,2643,'_eg_has_gallery',''),(24445,2642,'_eg_has_gallery',''),(24446,2635,'_eg_has_gallery',''),(24447,108,'_eg_has_gallery','a:1:{i:0;i:2620;}'),(24448,3142,'_eg_has_gallery','a:1:{i:0;i:2620;}'),(24449,8,'_monsterinsights_sitenote_active','0'),(24450,8,'_yoast_wpseo_content_score','90'),(24451,3290,'_billing_address_index','brian turner  2136 Tremont Avenue  Waterford CA 08004 US bturner3352@yahoo.com '),(24452,3290,'_shipping_address_index','brian turner  2136 Tremont Avenue  Waterford CA 08004 US '),(24453,3290,'_coupons_hash','d751713988987e9331980363e24189ce'),(24454,3290,'_fees_hash','d751713988987e9331980363e24189ce'),(24455,3290,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:6:\"120.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"4.68\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:6:\"115.32\";}}'),(24456,3290,'_ppcp_paypal_intent','CAPTURE'),(24457,3290,'_ppcp_paypal_order_id','71601820FC186851A'),(24458,3290,'_ppcp_paypal_payer_email','turner71616@yahoo.com'),(24459,3290,'_ppcp_paypal_payment_mode','live'),(24460,3290,'_ppcp_paypal_payment_source','paypal'),(24461,3290,'_shipping_hash','79cdac5adc7039510a639fcfd4d3c702'),(24462,3290,'_taxes_hash','d751713988987e9331980363e24189ce'),(24463,3290,'_wc_order_attribution_device_type','Desktop'),(24464,3290,'_wc_order_attribution_referrer','https://www.bing.com/'),(24465,3290,'_wc_order_attribution_session_count','1'),(24466,3290,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/'),(24467,3290,'_wc_order_attribution_session_pages','8'),(24468,3290,'_wc_order_attribution_session_start_time','2025-06-17 22:07:13'),(24469,3290,'_wc_order_attribution_source_type','referral'),(24470,3290,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36 Edg/137.0.0.0'),(24471,3290,'_wc_order_attribution_utm_content','/'),(24472,3290,'_wc_order_attribution_utm_medium','referral'),(24473,3290,'_wc_order_attribution_utm_source','bing.com'),(24474,3290,'is_vat_exempt','no'),(24475,3290,'PayPal Transaction Fee','4.68'),(24476,3290,'_order_key','wc_order_mJj4QvVkutJy4'),(24477,3290,'_customer_user','0'),(24478,3290,'_payment_method','ppcp-gateway'),(24479,3290,'_payment_method_title','PayPal'),(24480,3290,'_transaction_id','9FT18543F0746234E'),(24481,3290,'_customer_ip_address','72.82.147.105'),(24482,3290,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36 Edg/137.0.0.0'),(24483,3290,'_created_via','store-api'),(24484,3290,'_date_completed','1752499078'),(24485,3290,'_date_paid','1750199073'),(24486,3290,'_cart_hash','d516611ad495884f1841c93e81014115'),(24487,3290,'_download_permissions_granted','yes'),(24488,3290,'_recorded_sales','yes'),(24489,3290,'_recorded_coupon_usage_counts','yes'),(24490,3290,'_new_order_email_sent','true'),(24491,3290,'_order_stock_reduced','yes'),(24492,3290,'_billing_first_name','brian'),(24493,3290,'_billing_last_name','turner'),(24494,3290,'_billing_address_1','2136 Tremont Avenue'),(24495,3290,'_billing_city','Waterford'),(24496,3290,'_billing_state','CA'),(24497,3290,'_billing_postcode','08004'),(24498,3290,'_billing_country','US'),(24499,3290,'_billing_email','bturner3352@yahoo.com'),(24500,3290,'_shipping_first_name','brian'),(24501,3290,'_shipping_last_name','turner'),(24502,3290,'_shipping_address_1','2136 Tremont Avenue'),(24503,3290,'_shipping_city','Waterford'),(24504,3290,'_shipping_state','CA'),(24505,3290,'_shipping_postcode','08004'),(24506,3290,'_shipping_country','US'),(24507,3290,'_order_currency','USD'),(24508,3290,'_cart_discount','0'),(24509,3290,'_cart_discount_tax','0'),(24510,3290,'_order_shipping','20'),(24511,3290,'_order_shipping_tax','0'),(24512,3290,'_order_tax','0'),(24513,3290,'_order_total','120.00'),(24514,3290,'_order_version','9.9.5'),(24515,3290,'_prices_include_tax','no'),(24516,3290,'_paid_date','2025-06-17 22:24:33'),(24517,3290,'_completed_date','2025-07-14 13:17:58'),(24518,3291,'_billing_address_index','Tom Raio  85 Cranberry Run  Southampton NJ 08088 US tomraio@gmail.com '),(24519,3291,'_shipping_address_index','Tom Raio  85 Cranberry Run  Southampton NJ 08088 US '),(24520,3291,'_coupons_hash','d751713988987e9331980363e24189ce'),(24521,3291,'_fees_hash','d751713988987e9331980363e24189ce'),(24522,3291,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"45.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"2.06\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"42.94\";}}'),(24523,3291,'_ppcp_paypal_intent','CAPTURE'),(24524,3291,'_ppcp_paypal_order_id','4W754402AJ434424F'),(24525,3291,'_ppcp_paypal_payer_email','tomraio@gmail.com'),(24526,3291,'_ppcp_paypal_payment_mode','live'),(24527,3291,'_ppcp_paypal_payment_source','paypal'),(24528,3291,'_shipping_hash','79cdac5adc7039510a639fcfd4d3c702'),(24529,3291,'_taxes_hash','d751713988987e9331980363e24189ce'),(24530,3291,'_wc_order_attribution_device_type','Desktop'),(24531,3291,'_wc_order_attribution_session_count','1'),(24532,3291,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/'),(24533,3291,'_wc_order_attribution_session_pages','8'),(24534,3291,'_wc_order_attribution_session_start_time','2025-06-18 15:14:14'),(24535,3291,'_wc_order_attribution_source_type','typein'),(24536,3291,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15'),(24537,3291,'_wc_order_attribution_utm_source','(direct)'),(24538,3291,'is_vat_exempt','no'),(24539,3291,'PayPal Transaction Fee','2.06'),(24540,3291,'_order_key','wc_order_7KFWE2iPEv8Jz'),(24541,3291,'_customer_user','0'),(24542,3291,'_payment_method','ppcp-gateway'),(24543,3291,'_payment_method_title','PayPal'),(24544,3291,'_transaction_id','12L38741S9764531J'),(24545,3291,'_customer_ip_address','98.97.19.84'),(24546,3291,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15'),(24547,3291,'_created_via','store-api'),(24548,3291,'_date_completed','1751378850'),(24549,3291,'_date_paid','1750260047'),(24550,3291,'_cart_hash','2c59453154e4d6e82bcf1afd7ebb541a'),(24551,3291,'_download_permissions_granted','yes'),(24552,3291,'_recorded_sales','yes'),(24553,3291,'_recorded_coupon_usage_counts','yes'),(24554,3291,'_new_order_email_sent','true'),(24555,3291,'_order_stock_reduced','yes'),(24556,3291,'_billing_first_name','Tom'),(24557,3291,'_billing_last_name','Raio'),(24558,3291,'_billing_address_1','85 Cranberry Run'),(24559,3291,'_billing_city','Southampton'),(24560,3291,'_billing_state','NJ'),(24561,3291,'_billing_postcode','08088'),(24562,3291,'_billing_country','US'),(24563,3291,'_billing_email','tomraio@gmail.com'),(24564,3291,'_shipping_first_name','Tom'),(24565,3291,'_shipping_last_name','Raio'),(24566,3291,'_shipping_address_1','85 Cranberry Run'),(24567,3291,'_shipping_city','Southampton'),(24568,3291,'_shipping_state','NJ'),(24569,3291,'_shipping_postcode','08088'),(24570,3291,'_shipping_country','US'),(24571,3291,'_order_currency','USD'),(24572,3291,'_cart_discount','0'),(24573,3291,'_cart_discount_tax','0'),(24574,3291,'_order_shipping','20'),(24575,3291,'_order_shipping_tax','0'),(24576,3291,'_order_tax','0'),(24577,3291,'_order_total','45.00'),(24578,3291,'_order_version','9.9.5'),(24579,3291,'_prices_include_tax','no'),(24580,3291,'_paid_date','2025-06-18 15:20:47'),(24581,3291,'_completed_date','2025-07-01 14:07:30'),(24582,3297,'_billing_address_index','michael gagnon  103 old chester road  derry NH 03038 US mike.gagnon2001@gmail.com '),(24583,3297,'_shipping_address_index','michael gagnon  103 old chester road  derry NH 03038 US '),(24584,3297,'_coupons_hash','d751713988987e9331980363e24189ce'),(24585,3297,'_edit_lock','1753195855:1'),(24586,3297,'_fees_hash','d751713988987e9331980363e24189ce'),(24587,3297,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:6:\"120.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"4.68\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:6:\"115.32\";}}'),(24588,3297,'_ppcp_paypal_intent','CAPTURE'),(24589,3297,'_ppcp_paypal_order_id','93X89013B7980520D'),(24590,3297,'_ppcp_paypal_payer_email','mike.gagnon2001@gmail.com'),(24591,3297,'_ppcp_paypal_payment_mode','live'),(24592,3297,'_ppcp_paypal_payment_source','paypal'),(24593,3297,'_shipping_hash','79cdac5adc7039510a639fcfd4d3c702'),(24594,3297,'_taxes_hash','d751713988987e9331980363e24189ce'),(24595,3297,'_wc_order_attribution_device_type','Desktop'),(24596,3297,'_wc_order_attribution_referrer','https://www.google.com/'),(24597,3297,'_wc_order_attribution_session_count','1'),(24598,3297,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/'),(24599,3297,'_wc_order_attribution_session_pages','13'),(24600,3297,'_wc_order_attribution_session_start_time','2025-06-24 17:08:32'),(24601,3297,'_wc_order_attribution_source_type','organic'),(24602,3297,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Safari/605.1.15'),(24603,3297,'_wc_order_attribution_utm_medium','organic'),(24604,3297,'_wc_order_attribution_utm_source','google'),(24605,3297,'af_addon_stock_action_done','1'),(24606,3297,'is_vat_exempt','no'),(24607,3297,'PayPal Transaction Fee','4.68'),(24608,3297,'_order_key','wc_order_MxfzVXCeEt20v'),(24609,3297,'_customer_user','0'),(24610,3297,'_payment_method','ppcp-gateway'),(24611,3297,'_payment_method_title','PayPal'),(24612,3297,'_transaction_id','2V220919XT203243R'),(24613,3297,'_customer_ip_address','24.62.128.247'),(24614,3297,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Safari/605.1.15'),(24615,3297,'_created_via','store-api'),(24616,3297,'_date_completed','1753294119'),(24617,3297,'_date_paid','1750786400'),(24618,3297,'_cart_hash','ad32a8f97252d7337838138601614848'),(24619,3297,'_download_permissions_granted','yes'),(24620,3297,'_recorded_sales','yes'),(24621,3297,'_recorded_coupon_usage_counts','yes'),(24622,3297,'_new_order_email_sent','true'),(24623,3297,'_order_stock_reduced','yes'),(24624,3297,'_billing_first_name','michael'),(24625,3297,'_billing_last_name','gagnon'),(24626,3297,'_billing_address_1','103 old chester road'),(24627,3297,'_billing_city','derry'),(24628,3297,'_billing_state','NH'),(24629,3297,'_billing_postcode','03038'),(24630,3297,'_billing_country','US'),(24631,3297,'_billing_email','mike.gagnon2001@gmail.com'),(24632,3297,'_shipping_first_name','michael'),(24633,3297,'_shipping_last_name','gagnon'),(24634,3297,'_shipping_address_1','103 old chester road'),(24635,3297,'_shipping_city','derry'),(24636,3297,'_shipping_state','NH'),(24637,3297,'_shipping_postcode','03038'),(24638,3297,'_shipping_country','US'),(24639,3297,'_order_currency','USD'),(24640,3297,'_cart_discount','0'),(24641,3297,'_cart_discount_tax','0'),(24642,3297,'_order_shipping','20'),(24643,3297,'_order_shipping_tax','0'),(24644,3297,'_order_tax','0'),(24645,3297,'_order_total','120.00'),(24646,3297,'_order_version','10.0.3'),(24647,3297,'_prices_include_tax','no'),(24648,3297,'_paid_date','2025-06-24 17:33:20'),(24649,3297,'_completed_date','2025-07-23 18:08:39'),(24650,3298,'_billing_address_index','Cam Fullerton  160 Knowlton Ln  Marstons Mills MA 02648 US camfullerton252@gmail.com 5087760258'),(24651,3298,'_shipping_address_index','Cam Fullerton  160 Knowlton Ln  Marstons Mills MA 02648 US 5087760258'),(24652,3298,'_coupons_hash','d751713988987e9331980363e24189ce'),(24653,3298,'_edit_lock','1751377794:1'),(24654,3298,'_fees_hash','d751713988987e9331980363e24189ce'),(24655,3298,'_shipping_hash','79cdac5adc7039510a639fcfd4d3c702'),(24656,3298,'_taxes_hash','d751713988987e9331980363e24189ce'),(24657,3298,'_wc_order_attribution_device_type','Mobile'),(24658,3298,'_wc_order_attribution_referrer','https://www.google.com/'),(24659,3298,'_wc_order_attribution_session_count','1'),(24660,3298,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/'),(24661,3298,'_wc_order_attribution_session_pages','9'),(24662,3298,'_wc_order_attribution_session_start_time','2025-06-27 05:37:45'),(24663,3298,'_wc_order_attribution_source_type','organic'),(24664,3298,'_wc_order_attribution_user_agent','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'),(24665,3298,'_wc_order_attribution_utm_medium','organic'),(24666,3298,'_wc_order_attribution_utm_source','google'),(24667,3298,'is_vat_exempt','no'),(24668,3298,'_order_key','wc_order_0HhQeGkXuI7pT'),(24669,3298,'_customer_user','0'),(24670,3298,'_payment_method','ppcp-gateway'),(24671,3298,'_payment_method_title','PayPal'),(24672,3298,'_customer_ip_address','73.114.138.32'),(24673,3298,'_customer_user_agent','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'),(24674,3298,'_created_via','store-api'),(24675,3298,'_cart_hash','89d4c05b6744e0c665ff01104abf6d2b'),(24676,3298,'_download_permissions_granted','no'),(24677,3298,'_recorded_sales','no'),(24678,3298,'_recorded_coupon_usage_counts','yes'),(24679,3298,'_new_order_email_sent','false'),(24680,3298,'_order_stock_reduced','no'),(24681,3298,'_billing_first_name','Cam'),(24682,3298,'_billing_last_name','Fullerton'),(24683,3298,'_billing_address_1','160 Knowlton Ln'),(24684,3298,'_billing_city','Marstons Mills'),(24685,3298,'_billing_state','MA'),(24686,3298,'_billing_postcode','02648'),(24687,3298,'_billing_country','US'),(24688,3298,'_billing_email','camfullerton252@gmail.com'),(24689,3298,'_billing_phone','5087760258'),(24690,3298,'_shipping_first_name','Cam'),(24691,3298,'_shipping_last_name','Fullerton'),(24692,3298,'_shipping_address_1','160 Knowlton Ln'),(24693,3298,'_shipping_city','Marstons Mills'),(24694,3298,'_shipping_state','MA'),(24695,3298,'_shipping_postcode','02648'),(24696,3298,'_shipping_country','US'),(24697,3298,'_shipping_phone','5087760258'),(24698,3298,'_order_currency','USD'),(24699,3298,'_cart_discount','0'),(24700,3298,'_cart_discount_tax','0'),(24701,3298,'_order_shipping','20'),(24702,3298,'_order_shipping_tax','0'),(24703,3298,'_order_tax','0'),(24704,3298,'_order_total','120.00'),(24705,3298,'_order_version','9.9.5'),(24706,3298,'_prices_include_tax','no'),(24707,3392,'_billing_address_index','Matthew Kennen  60 wire village rd  Spencer MA 01562 US foxracer23@charter.net 5084516543'),(24708,3392,'_shipping_address_index','     Spencer MA 01562 US '),(24709,3392,'_coupons_hash','d751713988987e9331980363e24189ce'),(24710,3392,'_edit_lock','1752858864:1'),(24711,3392,'_fees_hash','d751713988987e9331980363e24189ce'),(24712,3392,'_shipping_hash','29b41375a17a61679e8687650bcf23c3'),(24713,3392,'_taxes_hash','d751713988987e9331980363e24189ce'),(24714,3392,'_wc_order_attribution_device_type','Mobile'),(24715,3392,'_wc_order_attribution_referrer','https://aggressivegraphix.com/'),(24716,3392,'_wc_order_attribution_session_count','1'),(24717,3392,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/product-category/outfit-bike/plastic-kits/'),(24718,3392,'_wc_order_attribution_session_pages','6'),(24719,3392,'_wc_order_attribution_session_start_time','2025-06-30 16:01:36'),(24720,3392,'_wc_order_attribution_source_type','typein'),(24721,3392,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/346.1.704810410 Mobile/15E148 Safari/604.1'),(24722,3392,'_wc_order_attribution_utm_source','(direct)'),(24723,3392,'is_vat_exempt','no'),(24724,3392,'_order_key','wc_order_vlwjNYbJp8h4Y'),(24725,3392,'_customer_user','0'),(24726,3392,'_payment_method','ppcp-gateway'),(24727,3392,'_payment_method_title','PayPal'),(24728,3392,'_customer_ip_address','24.151.77.29'),(24729,3392,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/346.1.704810410 Mobile/15E148 Safari/604.1'),(24730,3392,'_created_via','store-api'),(24731,3392,'_date_completed','1752858870'),(24732,3392,'_date_paid','1751378466'),(24733,3392,'_cart_hash','b69ea6fe16bda05a4c09273cfbfdfe60'),(24734,3392,'_download_permissions_granted','yes'),(24735,3392,'_recorded_sales','yes'),(24736,3392,'_recorded_coupon_usage_counts','yes'),(24737,3392,'_new_order_email_sent','true'),(24738,3392,'_order_stock_reduced','yes'),(24739,3392,'_billing_first_name','Matthew'),(24740,3392,'_billing_last_name','Kennen'),(24741,3392,'_billing_address_1','60 wire village rd'),(24742,3392,'_billing_city','Spencer'),(24743,3392,'_billing_state','MA'),(24744,3392,'_billing_postcode','01562'),(24745,3392,'_billing_country','US'),(24746,3392,'_billing_email','foxracer23@charter.net'),(24747,3392,'_billing_phone','5084516543'),(24748,3392,'_shipping_city','Spencer'),(24749,3392,'_shipping_state','MA'),(24750,3392,'_shipping_postcode','01562'),(24751,3392,'_shipping_country','US'),(24752,3392,'_order_currency','USD'),(24753,3392,'_cart_discount','0'),(24754,3392,'_cart_discount_tax','0'),(24755,3392,'_order_shipping','0'),(24756,3392,'_order_shipping_tax','0'),(24757,3392,'_order_tax','0'),(24758,3392,'_order_total','100.00'),(24759,3392,'_order_version','10.0.2'),(24760,3392,'_prices_include_tax','no'),(24761,3392,'_paid_date','2025-07-01 14:01:06'),(24762,3392,'_completed_date','2025-07-18 17:14:30'),(24763,3394,'_billing_address_index','haley wood  23 Millstone Lane  Middleborough, MA MA 02346 US haley.wood17@icloud.com '),(24764,3394,'_shipping_address_index','haley wood  23 Millstone Lane  Middleborough, MA MA 02346 US '),(24765,3394,'_coupons_hash','d751713988987e9331980363e24189ce'),(24766,3394,'_edit_lock','1753278691:1'),(24767,3394,'_fees_hash','d751713988987e9331980363e24189ce'),(24768,3394,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:6:\"120.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"4.68\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:6:\"115.32\";}}'),(24769,3394,'_ppcp_paypal_intent','CAPTURE'),(24770,3394,'_ppcp_paypal_order_id','0L565120855792141'),(24771,3394,'_ppcp_paypal_payer_email','haley.wood17@icloud.com'),(24772,3394,'_ppcp_paypal_payment_mode','live'),(24773,3394,'_ppcp_paypal_payment_source','paypal'),(24774,3394,'_shipping_hash','79cdac5adc7039510a639fcfd4d3c702'),(24775,3394,'_taxes_hash','d751713988987e9331980363e24189ce'),(24776,3394,'_wc_order_attribution_device_type','Mobile'),(24777,3394,'_wc_order_attribution_referrer','https://aggressivegraphix.com/product/custom-full-decal-kit/'),(24778,3394,'_wc_order_attribution_session_count','1'),(24779,3394,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/product/custom-full-decal-kit/'),(24780,3394,'_wc_order_attribution_session_pages','15'),(24781,3394,'_wc_order_attribution_session_start_time','2025-07-02 15:41:30'),(24782,3394,'_wc_order_attribution_source_type','typein'),(24783,3394,'_wc_order_attribution_user_agent','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'),(24784,3394,'_wc_order_attribution_utm_source','(direct)'),(24785,3394,'af_addon_stock_action_done','1'),(24786,3394,'is_vat_exempt','no'),(24787,3394,'PayPal Transaction Fee','4.68'),(24788,3394,'_order_key','wc_order_d18xH5blb52MP'),(24789,3394,'_customer_user','0'),(24790,3394,'_payment_method','ppcp-gateway'),(24791,3394,'_payment_method_title','PayPal'),(24792,3394,'_transaction_id','82N65999E5023533W'),(24793,3394,'_customer_ip_address','73.227.84.208'),(24794,3394,'_customer_user_agent','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'),(24795,3394,'_created_via','store-api'),(24796,3394,'_date_completed','1753294124'),(24797,3394,'_date_paid','1751471291'),(24798,3394,'_cart_hash','921f175a6feb0b2be77d281643fcc2a3'),(24799,3394,'_download_permissions_granted','yes'),(24800,3394,'_recorded_sales','yes'),(24801,3394,'_recorded_coupon_usage_counts','yes'),(24802,3394,'_new_order_email_sent','true'),(24803,3394,'_order_stock_reduced','yes'),(24804,3394,'_billing_first_name','haley'),(24805,3394,'_billing_last_name','wood'),(24806,3394,'_billing_address_1','23 Millstone Lane'),(24807,3394,'_billing_city','Middleborough, MA'),(24808,3394,'_billing_state','MA'),(24809,3394,'_billing_postcode','02346'),(24810,3394,'_billing_country','US'),(24811,3394,'_billing_email','haley.wood17@icloud.com'),(24812,3394,'_shipping_first_name','haley'),(24813,3394,'_shipping_last_name','wood'),(24814,3394,'_shipping_address_1','23 Millstone Lane'),(24815,3394,'_shipping_city','Middleborough, MA'),(24816,3394,'_shipping_state','MA'),(24817,3394,'_shipping_postcode','02346'),(24818,3394,'_shipping_country','US'),(24819,3394,'_order_currency','USD'),(24820,3394,'_cart_discount','0'),(24821,3394,'_cart_discount_tax','0'),(24822,3394,'_order_shipping','20'),(24823,3394,'_order_shipping_tax','0'),(24824,3394,'_order_tax','0'),(24825,3394,'_order_total','120.00'),(24826,3394,'_order_version','10.0.3'),(24827,3394,'_prices_include_tax','no'),(24828,3394,'_paid_date','2025-07-02 15:48:11'),(24829,3394,'_completed_date','2025-07-23 18:08:44'),(24830,3395,'_billing_address_index','Sean O&#8217;Doherty  37 Sabina Cir  Rochdale MA 01542 US seanod1222@gmail.com 5089489460'),(24831,3395,'_shipping_address_index','Sean O&#8217;Doherty  37 Sabina Cir  Rochdale MA 01542 US 5089489460'),(24832,3395,'_coupons_hash','d751713988987e9331980363e24189ce'),(24833,3395,'_edit_lock','1753715185:1'),(24834,3395,'_fees_hash','d751713988987e9331980363e24189ce'),(24835,3395,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:6:\"100.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"3.98\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"96.02\";}}'),(24836,3395,'_ppcp_paypal_intent','CAPTURE'),(24837,3395,'_ppcp_paypal_order_id','5J484436GG941994J'),(24838,3395,'_ppcp_paypal_payer_email','seanod1222@gmail.com'),(24839,3395,'_ppcp_paypal_payment_mode','live'),(24840,3395,'_ppcp_paypal_payment_source','paypal'),(24841,3395,'_shipping_hash','29b41375a17a61679e8687650bcf23c3'),(24842,3395,'_taxes_hash','d751713988987e9331980363e24189ce'),(24843,3395,'_wc_order_attribution_device_type','Mobile'),(24844,3395,'_wc_order_attribution_referrer','https://www.google.com/'),(24845,3395,'_wc_order_attribution_session_count','1'),(24846,3395,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/'),(24847,3395,'_wc_order_attribution_session_pages','13'),(24848,3395,'_wc_order_attribution_session_start_time','2025-07-11 22:02:16'),(24849,3395,'_wc_order_attribution_source_type','organic'),(24850,3395,'_wc_order_attribution_user_agent','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'),(24851,3395,'_wc_order_attribution_utm_medium','organic'),(24852,3395,'_wc_order_attribution_utm_source','google'),(24853,3395,'af_addon_stock_action_done','1'),(24854,3395,'is_vat_exempt','no'),(24855,3395,'PayPal Transaction Fee','3.98'),(24856,3395,'_order_key','wc_order_C2MPOMsbWXmGh'),(24857,3395,'_customer_user','0'),(24858,3395,'_payment_method','ppcp-gateway'),(24859,3395,'_payment_method_title','PayPal'),(24860,3395,'_transaction_id','5YP81829BV115521T'),(24861,3395,'_customer_ip_address','66.189.49.115'),(24862,3395,'_customer_user_agent','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'),(24863,3395,'_created_via','store-api'),(24864,3395,'_date_completed','1753806490'),(24865,3395,'_date_paid','1752272149'),(24866,3395,'_cart_hash','d78a0ea32cea6a216dda60e993cd7bbb'),(24867,3395,'_download_permissions_granted','yes'),(24868,3395,'_recorded_sales','yes'),(24869,3395,'_recorded_coupon_usage_counts','yes'),(24870,3395,'_new_order_email_sent','true'),(24871,3395,'_order_stock_reduced','yes'),(24872,3395,'_billing_first_name','Sean'),(24873,3395,'_billing_last_name','O&#8217;Doherty'),(24874,3395,'_billing_address_1','37 Sabina Cir'),(24875,3395,'_billing_city','Rochdale'),(24876,3395,'_billing_state','MA'),(24877,3395,'_billing_postcode','01542'),(24878,3395,'_billing_country','US'),(24879,3395,'_billing_email','seanod1222@gmail.com'),(24880,3395,'_billing_phone','5089489460'),(24881,3395,'_shipping_first_name','Sean'),(24882,3395,'_shipping_last_name','O&#8217;Doherty'),(24883,3395,'_shipping_address_1','37 Sabina Cir'),(24884,3395,'_shipping_city','Rochdale'),(24885,3395,'_shipping_state','MA'),(24886,3395,'_shipping_postcode','01542'),(24887,3395,'_shipping_country','US'),(24888,3395,'_shipping_phone','5089489460'),(24889,3395,'_order_currency','USD'),(24890,3395,'_cart_discount','0'),(24891,3395,'_cart_discount_tax','0'),(24892,3395,'_order_shipping','0'),(24893,3395,'_order_shipping_tax','0'),(24894,3395,'_order_tax','0'),(24895,3395,'_order_total','100.00'),(24896,3395,'_order_version','10.0.4'),(24897,3395,'_prices_include_tax','no'),(24898,3395,'_paid_date','2025-07-11 22:15:49'),(24899,3395,'_completed_date','2025-07-29 16:28:10'),(24900,3396,'_billing_address_index','Matthew Milka  241 New Bedford Road  Rochester MA 02770 US milkmoney62@gmail.com 17744004462'),(24901,3396,'_shipping_address_index','Matthew Milka  241 New Bedford Road  Rochester MA 02770 US 17744004462'),(24902,3396,'_coupons_hash','d751713988987e9331980363e24189ce'),(24903,3396,'_edit_lock','1752681203:1'),(24904,3396,'_fees_hash','d751713988987e9331980363e24189ce'),(24905,3396,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"45.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"2.06\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"42.94\";}}'),(24906,3396,'_ppcp_paypal_intent','CAPTURE'),(24907,3396,'_ppcp_paypal_order_id','8HR9483280810592E'),(24908,3396,'_ppcp_paypal_payer_email','milkmoney62@gmail.com'),(24909,3396,'_ppcp_paypal_payment_mode','live'),(24910,3396,'_ppcp_paypal_payment_source','paypal'),(24911,3396,'_shipping_hash','79cdac5adc7039510a639fcfd4d3c702'),(24912,3396,'_taxes_hash','d751713988987e9331980363e24189ce'),(24913,3396,'_wc_order_attribution_device_type','Mobile'),(24914,3396,'_wc_order_attribution_referrer','android-app://com.google.android.gm/'),(24915,3396,'_wc_order_attribution_session_count','2'),(24916,3396,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/'),(24917,3396,'_wc_order_attribution_session_pages','11'),(24918,3396,'_wc_order_attribution_session_start_time','2025-07-14 19:20:29'),(24919,3396,'_wc_order_attribution_source_type','referral'),(24920,3396,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36'),(24921,3396,'_wc_order_attribution_utm_content','/'),(24922,3396,'_wc_order_attribution_utm_medium','referral'),(24923,3396,'_wc_order_attribution_utm_source','com.google.android.gm'),(24924,3396,'is_vat_exempt','no'),(24925,3396,'PayPal Transaction Fee','2.06'),(24926,3396,'_order_key','wc_order_TvBhWS6U6fMNn'),(24927,3396,'_customer_user','0'),(24928,3396,'_payment_method','ppcp-gateway'),(24929,3396,'_payment_method_title','PayPal'),(24930,3396,'_transaction_id','51N825267B703972U'),(24931,3396,'_customer_ip_address','73.16.148.16'),(24932,3396,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36'),(24933,3396,'_created_via','store-api'),(24934,3396,'_date_completed','1752765152'),(24935,3396,'_date_paid','1752521527'),(24936,3396,'_cart_hash','ab01291fa8493fabb8bc93a1cb6936b8'),(24937,3396,'_download_permissions_granted','yes'),(24938,3396,'_recorded_sales','yes'),(24939,3396,'_recorded_coupon_usage_counts','yes'),(24940,3396,'_new_order_email_sent','true'),(24941,3396,'_order_stock_reduced','yes'),(24942,3396,'_billing_first_name','Matthew'),(24943,3396,'_billing_last_name','Milka'),(24944,3396,'_billing_address_1','241 New Bedford Road'),(24945,3396,'_billing_city','Rochester'),(24946,3396,'_billing_state','MA'),(24947,3396,'_billing_postcode','02770'),(24948,3396,'_billing_country','US'),(24949,3396,'_billing_email','milkmoney62@gmail.com'),(24950,3396,'_billing_phone','17744004462'),(24951,3396,'_shipping_first_name','Matthew'),(24952,3396,'_shipping_last_name','Milka'),(24953,3396,'_shipping_address_1','241 New Bedford Road'),(24954,3396,'_shipping_city','Rochester'),(24955,3396,'_shipping_state','MA'),(24956,3396,'_shipping_postcode','02770'),(24957,3396,'_shipping_country','US'),(24958,3396,'_shipping_phone','17744004462'),(24959,3396,'_order_currency','USD'),(24960,3396,'_cart_discount','0'),(24961,3396,'_cart_discount_tax','0'),(24962,3396,'_order_shipping','20'),(24963,3396,'_order_shipping_tax','0'),(24964,3396,'_order_tax','0'),(24965,3396,'_order_total','45.00'),(24966,3396,'_order_version','10.0.2'),(24967,3396,'_prices_include_tax','no'),(24968,3396,'_paid_date','2025-07-14 19:32:07'),(24969,3396,'_completed_date','2025-07-17 15:12:32'),(24970,3397,'_billing_address_index','Ryder Testagrossa  698 Richardson RD  Ashby MA 01431 US ryder.testagrossa@icloud.com 9783999800'),(24971,3397,'_shipping_address_index','Ryder Testagrossa  698 Richardson RD  Ashby MA 01431 US 9783999800'),(24972,3397,'_coupons_hash','d751713988987e9331980363e24189ce'),(24973,3397,'_edit_lock','1753729135:1'),(24974,3397,'_fees_hash','d751713988987e9331980363e24189ce'),(24975,3397,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:6:\"120.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"4.68\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:6:\"115.32\";}}'),(24976,3397,'_ppcp_paypal_intent','CAPTURE'),(24977,3397,'_ppcp_paypal_order_id','91D40293CU1792030'),(24978,3397,'_ppcp_paypal_payer_email','leetestagrossa@yahoo.com'),(24979,3397,'_ppcp_paypal_payment_mode','live'),(24980,3397,'_ppcp_paypal_payment_source','paypal'),(24981,3397,'_shipping_hash','022f5ba79eef7aef68ccf743a3f613ca'),(24982,3397,'_taxes_hash','d751713988987e9331980363e24189ce'),(24983,3397,'_wc_order_attribution_device_type','Desktop'),(24984,3397,'_wc_order_attribution_session_count','1'),(24985,3397,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/cart/'),(24986,3397,'_wc_order_attribution_session_pages','4'),(24987,3397,'_wc_order_attribution_session_start_time','2025-07-17 01:22:03'),(24988,3397,'_wc_order_attribution_source_type','typein'),(24989,3397,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(24990,3397,'_wc_order_attribution_utm_source','(direct)'),(24991,3397,'af_addon_stock_action_done','1'),(24992,3397,'is_vat_exempt','no'),(24993,3397,'PayPal Transaction Fee','4.68'),(24994,3397,'_order_key','wc_order_3YmgvoBmKKFST'),(24995,3397,'_customer_user','0'),(24996,3397,'_payment_method','ppcp-gateway'),(24997,3397,'_payment_method_title','PayPal'),(24998,3397,'_transaction_id','5SW31721BP023460C'),(24999,3397,'_customer_ip_address','73.68.245.106'),(25000,3397,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(25001,3397,'_created_via','store-api'),(25002,3397,'_date_completed','1754582262'),(25003,3397,'_date_paid','1752715863'),(25004,3397,'_cart_hash','eea2e29b85194ec507e2e24e234a9d06'),(25005,3397,'_download_permissions_granted','yes'),(25006,3397,'_recorded_sales','yes'),(25007,3397,'_recorded_coupon_usage_counts','yes'),(25008,3397,'_new_order_email_sent','true'),(25009,3397,'_order_stock_reduced','yes'),(25010,3397,'_billing_first_name','Ryder'),(25011,3397,'_billing_last_name','Testagrossa'),(25012,3397,'_billing_address_1','698 Richardson RD'),(25013,3397,'_billing_city','Ashby'),(25014,3397,'_billing_state','MA'),(25015,3397,'_billing_postcode','01431'),(25016,3397,'_billing_country','US'),(25017,3397,'_billing_email','ryder.testagrossa@icloud.com'),(25018,3397,'_billing_phone','9783999800'),(25019,3397,'_shipping_first_name','Ryder'),(25020,3397,'_shipping_last_name','Testagrossa'),(25021,3397,'_shipping_address_1','698 Richardson RD'),(25022,3397,'_shipping_city','Ashby'),(25023,3397,'_shipping_state','MA'),(25024,3397,'_shipping_postcode','01431'),(25025,3397,'_shipping_country','US'),(25026,3397,'_shipping_phone','9783999800'),(25027,3397,'_order_currency','USD'),(25028,3397,'_cart_discount','0'),(25029,3397,'_cart_discount_tax','0'),(25030,3397,'_order_shipping','20'),(25031,3397,'_order_shipping_tax','0'),(25032,3397,'_order_tax','0'),(25033,3397,'_order_total','120.00'),(25034,3397,'_order_version','10.0.4'),(25035,3397,'_prices_include_tax','no'),(25036,3397,'_paid_date','2025-07-17 01:31:03'),(25037,3397,'_completed_date','2025-08-07 15:57:42'),(25038,3398,'_billing_address_index','Shane Stanley       US lilmotoxguy199@yahoo.com '),(25039,3398,'_shipping_address_index','Shane Stanley   11b Sesame Street  West Barnstable MA 02668 US '),(25040,3398,'_edit_lock','1753720725:1'),(25041,3398,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"70.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"2.93\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"67.07\";}}'),(25042,3398,'_ppcp_paypal_intent','CAPTURE'),(25043,3398,'_ppcp_paypal_order_id','5B608817DU7706406'),(25044,3398,'_ppcp_paypal_payer_email','lilmotoxguy199@yahoo.com'),(25045,3398,'_ppcp_paypal_payment_mode','live'),(25046,3398,'_ppcp_paypal_payment_source','venmo'),(25047,3398,'af_addon_stock_action_done','1'),(25048,3398,'PayPal Transaction Fee','2.93'),(25049,3398,'_order_key','wc_order_jVWLNinvYDOgV'),(25050,3398,'_customer_user','0'),(25051,3398,'_payment_method','ppcp-gateway'),(25052,3398,'_payment_method_title','Venmo'),(25053,3398,'_transaction_id','2NG64453DT5183428'),(25054,3398,'_customer_ip_address','98.229.240.29'),(25055,3398,'_customer_user_agent','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'),(25056,3398,'_date_completed','1753806498'),(25057,3398,'_date_paid','1752769622'),(25058,3398,'_download_permissions_granted','yes'),(25059,3398,'_recorded_sales','yes'),(25060,3398,'_recorded_coupon_usage_counts','yes'),(25061,3398,'_new_order_email_sent','true'),(25062,3398,'_order_stock_reduced','yes'),(25063,3398,'_billing_first_name','Shane'),(25064,3398,'_billing_last_name','Stanley'),(25065,3398,'_billing_country','US'),(25066,3398,'_billing_email','lilmotoxguy199@yahoo.com'),(25067,3398,'_shipping_first_name','Shane Stanley'),(25068,3398,'_shipping_address_1','11b Sesame Street'),(25069,3398,'_shipping_city','West Barnstable'),(25070,3398,'_shipping_state','MA'),(25071,3398,'_shipping_postcode','02668'),(25072,3398,'_shipping_country','US'),(25073,3398,'_order_currency','USD'),(25074,3398,'_cart_discount','0'),(25075,3398,'_cart_discount_tax','0'),(25076,3398,'_order_shipping','20'),(25077,3398,'_order_shipping_tax','0'),(25078,3398,'_order_tax','0'),(25079,3398,'_order_total','70.00'),(25080,3398,'_order_version','10.0.4'),(25081,3398,'_prices_include_tax','no'),(25082,3398,'_paid_date','2025-07-17 16:27:02'),(25083,3398,'_completed_date','2025-07-29 16:28:18'),(25084,3400,'_billing_address_index','Riley Spicer  405 River Road  Uxbridge MA 01569 US Rspice1048@gmail.com '),(25085,3400,'_shipping_address_index','Riley Spicer  405 River Road  Uxbridge MA 01569 US '),(25086,3400,'_coupons_hash','d751713988987e9331980363e24189ce'),(25087,3400,'_fees_hash','d751713988987e9331980363e24189ce'),(25088,3400,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:6:\"200.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"7.47\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:6:\"192.53\";}}'),(25089,3400,'_ppcp_paypal_intent','CAPTURE'),(25090,3400,'_ppcp_paypal_order_id','4NP65171N40614937'),(25091,3400,'_ppcp_paypal_payer_email','Rspice1048@gmail.com'),(25092,3400,'_ppcp_paypal_payment_mode','live'),(25093,3400,'_ppcp_paypal_payment_source','paypal'),(25094,3400,'_shipping_hash','170cb6b1aa0778532a8790daf398587a'),(25095,3400,'_taxes_hash','d751713988987e9331980363e24189ce'),(25096,3400,'_wc_order_attribution_device_type','Mobile'),(25097,3400,'_wc_order_attribution_session_count','1'),(25098,3400,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/'),(25099,3400,'_wc_order_attribution_session_pages','5'),(25100,3400,'_wc_order_attribution_session_start_time','2025-07-21 21:10:42'),(25101,3400,'_wc_order_attribution_source_type','typein'),(25102,3400,'_wc_order_attribution_user_agent','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'),(25103,3400,'_wc_order_attribution_utm_source','(direct)'),(25104,3400,'af_addon_stock_action_done','1'),(25105,3400,'is_vat_exempt','no'),(25106,3400,'PayPal Transaction Fee','7.47'),(25107,3400,'_order_key','wc_order_dIAu9JNhcWmXR'),(25108,3400,'_customer_user','0'),(25109,3400,'_payment_method','ppcp-gateway'),(25110,3400,'_payment_method_title','PayPal'),(25111,3400,'_transaction_id','7F9567791S987525E'),(25112,3400,'_customer_ip_address','71.10.248.117'),(25113,3400,'_customer_user_agent','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'),(25114,3400,'_created_via','store-api'),(25115,3400,'_date_completed','1753891815'),(25116,3400,'_date_paid','1753133612'),(25117,3400,'_cart_hash','07d740d9d9d1e5b559301d166da73202'),(25118,3400,'_download_permissions_granted','yes'),(25119,3400,'_recorded_sales','yes'),(25120,3400,'_recorded_coupon_usage_counts','yes'),(25121,3400,'_new_order_email_sent','true'),(25122,3400,'_order_stock_reduced','yes'),(25123,3400,'_billing_first_name','Riley'),(25124,3400,'_billing_last_name','Spicer'),(25125,3400,'_billing_address_1','405 River Road'),(25126,3400,'_billing_city','Uxbridge'),(25127,3400,'_billing_state','MA'),(25128,3400,'_billing_postcode','01569'),(25129,3400,'_billing_country','US'),(25130,3400,'_billing_email','Rspice1048@gmail.com'),(25131,3400,'_shipping_first_name','Riley'),(25132,3400,'_shipping_last_name','Spicer'),(25133,3400,'_shipping_address_1','405 River Road'),(25134,3400,'_shipping_city','Uxbridge'),(25135,3400,'_shipping_state','MA'),(25136,3400,'_shipping_postcode','01569'),(25137,3400,'_shipping_country','US'),(25138,3400,'_order_currency','USD'),(25139,3400,'_cart_discount','0'),(25140,3400,'_cart_discount_tax','0'),(25141,3400,'_order_shipping','0'),(25142,3400,'_order_shipping_tax','0'),(25143,3400,'_order_tax','0'),(25144,3400,'_order_total','200.00'),(25145,3400,'_order_version','10.0.4'),(25146,3400,'_prices_include_tax','no'),(25147,3400,'_paid_date','2025-07-21 21:33:32'),(25148,3400,'_completed_date','2025-07-30 16:10:15'),(25149,3401,'_billing_address_index','Edward Bullock  8 Maighans Way  Leicester MA 01524 US eddyb929@yahoo.com 17742896145'),(25150,3401,'_shipping_address_index','Edward Bullock  8 Maighans Way  Leicester MA 01524 US 17742896145'),(25151,3401,'_coupons_hash','cd43f5325d7fbe3851c6fa3ee5f2d83e'),(25152,3401,'_fees_hash','d751713988987e9331980363e24189ce'),(25153,3401,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"16.25\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"1.06\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"15.19\";}}'),(25154,3401,'_ppcp_paypal_intent','CAPTURE'),(25155,3401,'_ppcp_paypal_order_id','4VU88266L7279031J'),(25156,3401,'_ppcp_paypal_payer_email','Sheri.bullock82@gmail.com'),(25157,3401,'_ppcp_paypal_payment_mode','live'),(25158,3401,'_ppcp_paypal_payment_source','paypal'),(25159,3401,'_shipping_hash','317c45fbf7ad793b2e1c0fd6dcee13fa'),(25160,3401,'_taxes_hash','d751713988987e9331980363e24189ce'),(25161,3401,'_wc_order_attribution_device_type','Mobile'),(25162,3401,'_wc_order_attribution_referrer','https://www.google.com/'),(25163,3401,'_wc_order_attribution_session_count','1'),(25164,3401,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/'),(25165,3401,'_wc_order_attribution_session_pages','19'),(25166,3401,'_wc_order_attribution_session_start_time','2025-07-22 20:09:30'),(25167,3401,'_wc_order_attribution_source_type','organic'),(25168,3401,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36'),(25169,3401,'_wc_order_attribution_utm_medium','organic'),(25170,3401,'_wc_order_attribution_utm_source','google'),(25171,3401,'af_addon_stock_action_done','1'),(25172,3401,'is_vat_exempt','no'),(25173,3401,'PayPal Transaction Fee','1.06'),(25174,3401,'_order_key','wc_order_9F3wO9yTG1Nf7'),(25175,3401,'_customer_user','0'),(25176,3401,'_payment_method','ppcp-gateway'),(25177,3401,'_payment_method_title','PayPal'),(25178,3401,'_transaction_id','80T49850CW108010E'),(25179,3401,'_customer_ip_address','68.184.44.52'),(25180,3401,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36'),(25181,3401,'_created_via','store-api'),(25182,3401,'_date_completed','1753729144'),(25183,3401,'_date_paid','1753215433'),(25184,3401,'_cart_hash','03f8565b52dfefba46bc46b8ef54509f'),(25185,3401,'_download_permissions_granted','yes'),(25186,3401,'_recorded_sales','yes'),(25187,3401,'_recorded_coupon_usage_counts','yes'),(25188,3401,'_new_order_email_sent','true'),(25189,3401,'_order_stock_reduced','yes'),(25190,3401,'_billing_first_name','Edward'),(25191,3401,'_billing_last_name','Bullock'),(25192,3401,'_billing_address_1','8 Maighans Way'),(25193,3401,'_billing_city','Leicester'),(25194,3401,'_billing_state','MA'),(25195,3401,'_billing_postcode','01524'),(25196,3401,'_billing_country','US'),(25197,3401,'_billing_email','eddyb929@yahoo.com'),(25198,3401,'_billing_phone','17742896145'),(25199,3401,'_shipping_first_name','Edward'),(25200,3401,'_shipping_last_name','Bullock'),(25201,3401,'_shipping_address_1','8 Maighans Way'),(25202,3401,'_shipping_city','Leicester'),(25203,3401,'_shipping_state','MA'),(25204,3401,'_shipping_postcode','01524'),(25205,3401,'_shipping_country','US'),(25206,3401,'_shipping_phone','17742896145'),(25207,3401,'_order_currency','USD'),(25208,3401,'_cart_discount','8.75'),(25209,3401,'_cart_discount_tax','0'),(25210,3401,'_order_shipping','0'),(25211,3401,'_order_shipping_tax','0'),(25212,3401,'_order_tax','0'),(25213,3401,'_order_total','16.25'),(25214,3401,'_order_version','10.0.4'),(25215,3401,'_prices_include_tax','no'),(25216,3401,'_paid_date','2025-07-22 20:17:13'),(25217,3401,'_completed_date','2025-07-28 18:59:04'),(25218,3402,'_billing_address_index','Edward Bullock  8 Maighans Way  Leicester MA 01524 US eddyb929@yahoo.com 17742896145'),(25219,3402,'_shipping_address_index','Edward Bullock  8 Maighans Way  Leicester MA 01524 US 17742896145'),(25220,3402,'_coupons_hash','cd43f5325d7fbe3851c6fa3ee5f2d83e'),(25221,3402,'_edit_lock','1753897647:1'),(25222,3402,'_fees_hash','d751713988987e9331980363e24189ce'),(25223,3402,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"65.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"2.76\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"62.24\";}}'),(25224,3402,'_ppcp_paypal_intent','CAPTURE'),(25225,3402,'_ppcp_paypal_order_id','4DY6290832460911S'),(25226,3402,'_ppcp_paypal_payer_email','Sheri.bullock82@gmail.com'),(25227,3402,'_ppcp_paypal_payment_mode','live'),(25228,3402,'_ppcp_paypal_payment_source','paypal'),(25229,3402,'_shipping_hash','46683b93aeeaf14a5b6869e3dc34b6ff'),(25230,3402,'_taxes_hash','d751713988987e9331980363e24189ce'),(25231,3402,'_wc_order_attribution_device_type','Mobile'),(25232,3402,'_wc_order_attribution_referrer','https://www.google.com/'),(25233,3402,'_wc_order_attribution_session_count','1'),(25234,3402,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/'),(25235,3402,'_wc_order_attribution_session_pages','27'),(25236,3402,'_wc_order_attribution_session_start_time','2025-07-22 20:09:30'),(25237,3402,'_wc_order_attribution_source_type','organic'),(25238,3402,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36'),(25239,3402,'_wc_order_attribution_utm_medium','organic'),(25240,3402,'_wc_order_attribution_utm_source','google'),(25241,3402,'af_addon_stock_action_done','1'),(25242,3402,'is_vat_exempt','no'),(25243,3402,'PayPal Transaction Fee','2.76'),(25244,3402,'_order_key','wc_order_FJLc8hdjoov9V'),(25245,3402,'_customer_user','0'),(25246,3402,'_payment_method','ppcp-gateway'),(25247,3402,'_payment_method_title','PayPal'),(25248,3402,'_transaction_id','9YG64717RC3535414'),(25249,3402,'_customer_ip_address','174.196.201.236'),(25250,3402,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36'),(25251,3402,'_created_via','store-api'),(25252,3402,'_date_completed','1754054672'),(25253,3402,'_date_paid','1753216962'),(25254,3402,'_cart_hash','3ee762218edcc7aab2db6e69f976739e'),(25255,3402,'_download_permissions_granted','yes'),(25256,3402,'_recorded_sales','yes'),(25257,3402,'_recorded_coupon_usage_counts','yes'),(25258,3402,'_new_order_email_sent','true'),(25259,3402,'_order_stock_reduced','yes'),(25260,3402,'_billing_first_name','Edward'),(25261,3402,'_billing_last_name','Bullock'),(25262,3402,'_billing_address_1','8 Maighans Way'),(25263,3402,'_billing_city','Leicester'),(25264,3402,'_billing_state','MA'),(25265,3402,'_billing_postcode','01524'),(25266,3402,'_billing_country','US'),(25267,3402,'_billing_email','eddyb929@yahoo.com'),(25268,3402,'_billing_phone','17742896145'),(25269,3402,'_shipping_first_name','Edward'),(25270,3402,'_shipping_last_name','Bullock'),(25271,3402,'_shipping_address_1','8 Maighans Way'),(25272,3402,'_shipping_city','Leicester'),(25273,3402,'_shipping_state','MA'),(25274,3402,'_shipping_postcode','01524'),(25275,3402,'_shipping_country','US'),(25276,3402,'_shipping_phone','17742896145'),(25277,3402,'_order_currency','USD'),(25278,3402,'_cart_discount','35'),(25279,3402,'_cart_discount_tax','0'),(25280,3402,'_order_shipping','0'),(25281,3402,'_order_shipping_tax','0'),(25282,3402,'_order_tax','0'),(25283,3402,'_order_total','65.00'),(25284,3402,'_order_version','10.0.4'),(25285,3402,'_prices_include_tax','no'),(25286,3402,'_paid_date','2025-07-22 20:42:42'),(25287,3402,'_completed_date','2025-08-01 13:24:32'),(25288,3404,'_billing_address_index','joseph oyola  5221 Pleasent mills rd  sweetwater NJ 08037 US josephoyola@gmail.com 6098593987'),(25289,3404,'_shipping_address_index','joseph oyola  5221 Pleasent mills rd  sweetwater NJ 08037 US 6098593987'),(25290,3404,'_coupons_hash','d751713988987e9331980363e24189ce'),(25291,3404,'_edit_lock','1753904081:1'),(25292,3404,'_fees_hash','d751713988987e9331980363e24189ce'),(25293,3404,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:6:\"170.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"6.42\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:6:\"163.58\";}}'),(25294,3404,'_ppcp_paypal_intent','CAPTURE'),(25295,3404,'_ppcp_paypal_order_id','9V029397V3170803U'),(25296,3404,'_ppcp_paypal_payer_email','josephoyola@gmail.com'),(25297,3404,'_ppcp_paypal_payment_mode','live'),(25298,3404,'_ppcp_paypal_payment_source','paypal'),(25299,3404,'_shipping_hash','569b51403934dc50ae39df500d15b618'),(25300,3404,'_taxes_hash','d751713988987e9331980363e24189ce'),(25301,3404,'_wc_order_attribution_device_type','Desktop'),(25302,3404,'_wc_order_attribution_session_count','2'),(25303,3404,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/product/custom-full-decal-kit/'),(25304,3404,'_wc_order_attribution_session_pages','23'),(25305,3404,'_wc_order_attribution_session_start_time','2025-07-23 01:15:30'),(25306,3404,'_wc_order_attribution_source_type','typein'),(25307,3404,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(25308,3404,'_wc_order_attribution_utm_source','(direct)'),(25309,3404,'af_addon_stock_action_done','1'),(25310,3404,'is_vat_exempt','no'),(25311,3404,'PayPal Transaction Fee','6.42'),(25312,3404,'_order_key','wc_order_TT4gy8CzzkEpy'),(25313,3404,'_customer_user','0'),(25314,3404,'_payment_method','ppcp-gateway'),(25315,3404,'_payment_method_title','PayPal'),(25316,3404,'_transaction_id','9FG677159P944501M'),(25317,3404,'_customer_ip_address','73.33.36.75'),(25318,3404,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(25319,3404,'_created_via','store-api'),(25320,3404,'_date_completed','1754054680'),(25321,3404,'_date_paid','1753238933'),(25322,3404,'_cart_hash','d8847118b9841ce669aedbafd37f6337'),(25323,3404,'_download_permissions_granted','yes'),(25324,3404,'_recorded_sales','yes'),(25325,3404,'_recorded_coupon_usage_counts','yes'),(25326,3404,'_new_order_email_sent','true'),(25327,3404,'_order_stock_reduced','yes'),(25328,3404,'_billing_first_name','joseph'),(25329,3404,'_billing_last_name','oyola'),(25330,3404,'_billing_address_1','5221 Pleasent mills rd'),(25331,3404,'_billing_city','sweetwater'),(25332,3404,'_billing_state','NJ'),(25333,3404,'_billing_postcode','08037'),(25334,3404,'_billing_country','US'),(25335,3404,'_billing_email','josephoyola@gmail.com'),(25336,3404,'_billing_phone','6098593987'),(25337,3404,'_shipping_first_name','joseph'),(25338,3404,'_shipping_last_name','oyola'),(25339,3404,'_shipping_address_1','5221 Pleasent mills rd'),(25340,3404,'_shipping_city','sweetwater'),(25341,3404,'_shipping_state','NJ'),(25342,3404,'_shipping_postcode','08037'),(25343,3404,'_shipping_country','US'),(25344,3404,'_shipping_phone','6098593987'),(25345,3404,'_order_currency','USD'),(25346,3404,'_cart_discount','0'),(25347,3404,'_cart_discount_tax','0'),(25348,3404,'_order_shipping','20'),(25349,3404,'_order_shipping_tax','0'),(25350,3404,'_order_tax','0'),(25351,3404,'_order_total','170.00'),(25352,3404,'_order_version','10.0.4'),(25353,3404,'_prices_include_tax','no'),(25354,3404,'_paid_date','2025-07-23 02:48:53'),(25355,3404,'_completed_date','2025-08-01 13:24:40'),(25356,3416,'_billing_address_index','Jesse Brown Jr  100 Rand Dr  Chester NH 03036 US jbrown12518@gmail.com 6039961157'),(25357,3416,'_shipping_address_index','Jesse Brown Jr  100 Rand Dr  Chester NH 03036 US 6039961157'),(25358,3416,'_coupons_hash','d751713988987e9331980363e24189ce'),(25359,3416,'_edit_lock','1754319228:1'),(25360,3416,'_fees_hash','d751713988987e9331980363e24189ce'),(25361,3416,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"70.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"2.93\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"67.07\";}}'),(25362,3416,'_ppcp_paypal_intent','CAPTURE'),(25363,3416,'_ppcp_paypal_order_id','6JL956650E1470227'),(25364,3416,'_ppcp_paypal_payer_email','jbrown12518@gmail.com'),(25365,3416,'_ppcp_paypal_payment_mode','live'),(25366,3416,'_ppcp_paypal_payment_source','paypal'),(25367,3416,'_shipping_hash','c9667de4eacad4bf8314a00670917fd3'),(25368,3416,'_taxes_hash','d751713988987e9331980363e24189ce'),(25369,3416,'_wc_order_attribution_device_type','Mobile'),(25370,3416,'_wc_order_attribution_session_count','1'),(25371,3416,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/product/custom-shroud-kit/'),(25372,3416,'_wc_order_attribution_session_pages','3'),(25373,3416,'_wc_order_attribution_session_start_time','2025-07-31 23:58:14'),(25374,3416,'_wc_order_attribution_source_type','typein'),(25375,3416,'_wc_order_attribution_user_agent','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'),(25376,3416,'_wc_order_attribution_utm_source','(direct)'),(25377,3416,'af_addon_stock_action_done','1'),(25378,3416,'is_vat_exempt','no'),(25379,3416,'PayPal Transaction Fee','2.93'),(25380,3416,'_order_key','wc_order_N0FwaUW1zgIZ7'),(25381,3416,'_customer_user','0'),(25382,3416,'_payment_method','ppcp-gateway'),(25383,3416,'_payment_method_title','PayPal'),(25384,3416,'_transaction_id','4HP08134L79150105'),(25385,3416,'_customer_ip_address','76.152.37.209'),(25386,3416,'_customer_user_agent','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'),(25387,3416,'_created_via','store-api'),(25388,3416,'_date_completed','1754582257'),(25389,3416,'_date_paid','1754007327'),(25390,3416,'_cart_hash','9f56c6aeb27f7b252f782684169950a9'),(25391,3416,'_download_permissions_granted','yes'),(25392,3416,'_recorded_sales','yes'),(25393,3416,'_recorded_coupon_usage_counts','yes'),(25394,3416,'_new_order_email_sent','true'),(25395,3416,'_order_stock_reduced','yes'),(25396,3416,'_billing_first_name','Jesse'),(25397,3416,'_billing_last_name','Brown Jr'),(25398,3416,'_billing_address_1','100 Rand Dr'),(25399,3416,'_billing_city','Chester'),(25400,3416,'_billing_state','NH'),(25401,3416,'_billing_postcode','03036'),(25402,3416,'_billing_country','US'),(25403,3416,'_billing_email','jbrown12518@gmail.com'),(25404,3416,'_billing_phone','6039961157'),(25405,3416,'_shipping_first_name','Jesse'),(25406,3416,'_shipping_last_name','Brown Jr'),(25407,3416,'_shipping_address_1','100 Rand Dr'),(25408,3416,'_shipping_city','Chester'),(25409,3416,'_shipping_state','NH'),(25410,3416,'_shipping_postcode','03036'),(25411,3416,'_shipping_country','US'),(25412,3416,'_shipping_phone','6039961157'),(25413,3416,'_order_currency','USD'),(25414,3416,'_cart_discount','0'),(25415,3416,'_cart_discount_tax','0'),(25416,3416,'_order_shipping','20'),(25417,3416,'_order_shipping_tax','0'),(25418,3416,'_order_tax','0'),(25419,3416,'_order_total','70.00'),(25420,3416,'_order_version','10.0.4'),(25421,3416,'_prices_include_tax','no'),(25422,3416,'_paid_date','2025-08-01 00:15:27'),(25423,3416,'_completed_date','2025-08-07 15:57:37'),(25424,3446,'_billing_address_index','adam bergstrom  1303 Brimfield Rd  Brfimfield MA 01010 US abergstrom32@gmail.com 7742306015'),(25425,3446,'_shipping_address_index','Adam Bergstrom  1303 Brimfield Rd  Brfimfield MA 01010 US '),(25426,3446,'_coupons_hash','d751713988987e9331980363e24189ce'),(25427,3446,'_edit_lock','1754402382:1'),(25428,3446,'_fees_hash','d751713988987e9331980363e24189ce'),(25429,3446,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:6:\"120.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"4.68\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:6:\"115.32\";}}'),(25430,3446,'_ppcp_paypal_intent','CAPTURE'),(25431,3446,'_ppcp_paypal_order_id','63G94913MW506322A'),(25432,3446,'_ppcp_paypal_payer_email','abergstrom32@gmail.com'),(25433,3446,'_ppcp_paypal_payment_mode','live'),(25434,3446,'_ppcp_paypal_payment_source','paypal'),(25435,3446,'_shipping_hash','022f5ba79eef7aef68ccf743a3f613ca'),(25436,3446,'_taxes_hash','d751713988987e9331980363e24189ce'),(25437,3446,'_wc_order_attribution_device_type','Desktop'),(25438,3446,'_wc_order_attribution_session_count','1'),(25439,3446,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/'),(25440,3446,'_wc_order_attribution_session_pages','7'),(25441,3446,'_wc_order_attribution_session_start_time','2025-08-04 21:46:51'),(25442,3446,'_wc_order_attribution_source_type','typein'),(25443,3446,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(25444,3446,'_wc_order_attribution_utm_source','(direct)'),(25445,3446,'af_addon_stock_action_done','1'),(25446,3446,'is_vat_exempt','no'),(25447,3446,'PayPal Transaction Fee','4.68'),(25448,3446,'_order_key','wc_order_xtIm5ohQDL96D'),(25449,3446,'_customer_user','0'),(25450,3446,'_payment_method','ppcp-gateway'),(25451,3446,'_payment_method_title','PayPal Pay Later'),(25452,3446,'_transaction_id','1H944020B0484134B'),(25453,3446,'_customer_ip_address','71.232.158.253'),(25454,3446,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(25455,3446,'_created_via','store-api'),(25456,3446,'_date_completed','1754582268'),(25457,3446,'_date_paid','1754344972'),(25458,3446,'_cart_hash','875f210f47360b096fd1590c204c0d04'),(25459,3446,'_download_permissions_granted','yes'),(25460,3446,'_recorded_sales','yes'),(25461,3446,'_recorded_coupon_usage_counts','yes'),(25462,3446,'_new_order_email_sent','true'),(25463,3446,'_order_stock_reduced','yes'),(25464,3446,'_billing_first_name','adam'),(25465,3446,'_billing_last_name','bergstrom'),(25466,3446,'_billing_address_1','1303 Brimfield Rd'),(25467,3446,'_billing_city','Brfimfield'),(25468,3446,'_billing_state','MA'),(25469,3446,'_billing_postcode','01010'),(25470,3446,'_billing_country','US'),(25471,3446,'_billing_email','abergstrom32@gmail.com'),(25472,3446,'_billing_phone','7742306015'),(25473,3446,'_shipping_first_name','Adam'),(25474,3446,'_shipping_last_name','Bergstrom'),(25475,3446,'_shipping_address_1','1303 Brimfield Rd'),(25476,3446,'_shipping_city','Brfimfield'),(25477,3446,'_shipping_state','MA'),(25478,3446,'_shipping_postcode','01010'),(25479,3446,'_shipping_country','US'),(25480,3446,'_order_currency','USD'),(25481,3446,'_cart_discount','0'),(25482,3446,'_cart_discount_tax','0'),(25483,3446,'_order_shipping','20'),(25484,3446,'_order_shipping_tax','0'),(25485,3446,'_order_tax','0'),(25486,3446,'_order_total','120.00'),(25487,3446,'_order_version','10.0.4'),(25488,3446,'_prices_include_tax','no'),(25489,3446,'_paid_date','2025-08-04 22:02:52'),(25490,3446,'_completed_date','2025-08-07 15:57:48'),(25491,3447,'_billing_address_index','John Silvia  651 Aquidneck ave  Middletown RI 02842 US johnnyblack08@gmail.com 4014505995'),(25492,3447,'_shipping_address_index','John Silvia  651 Aquidneck ave  Middletown RI 02842 US 4014505995'),(25493,3447,'_coupons_hash','d751713988987e9331980363e24189ce'),(25494,3447,'_fees_hash','d751713988987e9331980363e24189ce'),(25495,3447,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:6:\"120.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"4.68\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:6:\"115.32\";}}'),(25496,3447,'_ppcp_paypal_intent','CAPTURE'),(25497,3447,'_ppcp_paypal_order_id','00G11274N3286652T'),(25498,3447,'_ppcp_paypal_payer_email','johnnyblack08@gmail.com'),(25499,3447,'_ppcp_paypal_payment_mode','live'),(25500,3447,'_ppcp_paypal_payment_source','paypal'),(25501,3447,'_shipping_hash','022f5ba79eef7aef68ccf743a3f613ca'),(25502,3447,'_taxes_hash','d751713988987e9331980363e24189ce'),(25503,3447,'_wc_order_attribution_device_type','Mobile'),(25504,3447,'_wc_order_attribution_referrer','https://www.google.com/'),(25505,3447,'_wc_order_attribution_session_count','1'),(25506,3447,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/'),(25507,3447,'_wc_order_attribution_session_pages','7'),(25508,3447,'_wc_order_attribution_session_start_time','2025-08-04 23:25:52'),(25509,3447,'_wc_order_attribution_source_type','organic'),(25510,3447,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/255.0.515161012 Mobile/15E148 Safari/604.1'),(25511,3447,'_wc_order_attribution_utm_medium','organic'),(25512,3447,'_wc_order_attribution_utm_source','google'),(25513,3447,'af_addon_stock_action_done','1'),(25514,3447,'is_vat_exempt','no'),(25515,3447,'PayPal Transaction Fee','4.68'),(25516,3447,'_order_key','wc_order_FtKPVOLFMJmGW'),(25517,3447,'_customer_user','0'),(25518,3447,'_payment_method','ppcp-gateway'),(25519,3447,'_payment_method_title','PayPal'),(25520,3447,'_transaction_id','0TW92545WK197553C'),(25521,3447,'_customer_ip_address','174.192.14.105'),(25522,3447,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/255.0.515161012 Mobile/15E148 Safari/604.1'),(25523,3447,'_created_via','store-api'),(25524,3447,'_date_completed','1754494169'),(25525,3447,'_date_paid','1754352023'),(25526,3447,'_cart_hash','e63cb2edbce278fd5c72ea3000ce5651'),(25527,3447,'_download_permissions_granted','yes'),(25528,3447,'_recorded_sales','yes'),(25529,3447,'_recorded_coupon_usage_counts','yes'),(25530,3447,'_new_order_email_sent','true'),(25531,3447,'_order_stock_reduced','yes'),(25532,3447,'_billing_first_name','John'),(25533,3447,'_billing_last_name','Silvia'),(25534,3447,'_billing_address_1','651 Aquidneck ave'),(25535,3447,'_billing_city','Middletown'),(25536,3447,'_billing_state','RI'),(25537,3447,'_billing_postcode','02842'),(25538,3447,'_billing_country','US'),(25539,3447,'_billing_email','johnnyblack08@gmail.com'),(25540,3447,'_billing_phone','4014505995'),(25541,3447,'_shipping_first_name','John'),(25542,3447,'_shipping_last_name','Silvia'),(25543,3447,'_shipping_address_1','651 Aquidneck ave'),(25544,3447,'_shipping_city','Middletown'),(25545,3447,'_shipping_state','RI'),(25546,3447,'_shipping_postcode','02842'),(25547,3447,'_shipping_country','US'),(25548,3447,'_shipping_phone','4014505995'),(25549,3447,'_order_currency','USD'),(25550,3447,'_cart_discount','0'),(25551,3447,'_cart_discount_tax','0'),(25552,3447,'_order_shipping','20'),(25553,3447,'_order_shipping_tax','0'),(25554,3447,'_order_tax','0'),(25555,3447,'_order_total','120.00'),(25556,3447,'_order_version','10.0.4'),(25557,3447,'_prices_include_tax','no'),(25558,3447,'_paid_date','2025-08-05 00:00:23'),(25559,3447,'_completed_date','2025-08-06 15:29:29'),(25560,3448,'_billing_address_index','Austin Enman  266 Mile Hill Rd  Tolland CT 06084 US 255CTMotorsports@gmail.com 8609182629'),(25561,3448,'_shipping_address_index','Austin Enman  266 Mile Hill Rd  Tolland CT 06084 US '),(25562,3448,'_coupons_hash','d751713988987e9331980363e24189ce'),(25563,3448,'_edit_lock','1754584088:1'),(25564,3448,'_fees_hash','d751713988987e9331980363e24189ce'),(25565,3448,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"50.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"2.24\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"47.76\";}}'),(25566,3448,'_ppcp_paypal_intent','CAPTURE'),(25567,3448,'_ppcp_paypal_order_id','17W47733637840217'),(25568,3448,'_ppcp_paypal_payer_email','255CTMotorsports@gmail.com'),(25569,3448,'_ppcp_paypal_payment_mode','live'),(25570,3448,'_ppcp_paypal_payment_source','paypal'),(25571,3448,'_shipping_hash','f3c397b3c4d79f0d6489dfb5e86ee293'),(25572,3448,'_taxes_hash','d751713988987e9331980363e24189ce'),(25573,3448,'_wc_order_attribution_device_type','Mobile'),(25574,3448,'_wc_order_attribution_referrer','https://aggressivegraphix.com/product-category/outfit-bike/custom-graphics-kits/'),(25575,3448,'_wc_order_attribution_session_count','1'),(25576,3448,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/product/custom-number-plate-kit/'),(25577,3448,'_wc_order_attribution_session_pages','2'),(25578,3448,'_wc_order_attribution_session_start_time','2025-08-06 20:12:42'),(25579,3448,'_wc_order_attribution_source_type','typein'),(25580,3448,'_wc_order_attribution_user_agent','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'),(25581,3448,'_wc_order_attribution_utm_source','(direct)'),(25582,3448,'af_addon_stock_action_done','1'),(25583,3448,'is_vat_exempt','no'),(25584,3448,'PayPal Transaction Fee','2.24'),(25585,3448,'_order_key','wc_order_HKeoDS7N1y3cy'),(25586,3448,'_customer_user','0'),(25587,3448,'_payment_method','ppcp-gateway'),(25588,3448,'_payment_method_title','PayPal'),(25589,3448,'_transaction_id','9WE303973F722860W'),(25590,3448,'_customer_ip_address','32.219.39.253'),(25591,3448,'_customer_user_agent','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'),(25592,3448,'_created_via','store-api'),(25593,3448,'_date_completed','1754949336'),(25594,3448,'_date_paid','1754511515'),(25595,3448,'_cart_hash','55bd974c15fa96b725a96e37b813a5e4'),(25596,3448,'_download_permissions_granted','yes'),(25597,3448,'_recorded_sales','yes'),(25598,3448,'_recorded_coupon_usage_counts','yes'),(25599,3448,'_new_order_email_sent','true'),(25600,3448,'_order_stock_reduced','yes'),(25601,3448,'_billing_first_name','Austin'),(25602,3448,'_billing_last_name','Enman'),(25603,3448,'_billing_address_1','266 Mile Hill Rd'),(25604,3448,'_billing_city','Tolland'),(25605,3448,'_billing_state','CT'),(25606,3448,'_billing_postcode','06084'),(25607,3448,'_billing_country','US'),(25608,3448,'_billing_email','255CTMotorsports@gmail.com'),(25609,3448,'_billing_phone','8609182629'),(25610,3448,'_shipping_first_name','Austin'),(25611,3448,'_shipping_last_name','Enman'),(25612,3448,'_shipping_address_1','266 Mile Hill Rd'),(25613,3448,'_shipping_city','Tolland'),(25614,3448,'_shipping_state','CT'),(25615,3448,'_shipping_postcode','06084'),(25616,3448,'_shipping_country','US'),(25617,3448,'_order_currency','USD'),(25618,3448,'_cart_discount','0'),(25619,3448,'_cart_discount_tax','0'),(25620,3448,'_order_shipping','0'),(25621,3448,'_order_shipping_tax','0'),(25622,3448,'_order_tax','0'),(25623,3448,'_order_total','50.00'),(25624,3448,'_order_version','10.0.4'),(25625,3448,'_prices_include_tax','no'),(25626,3448,'_paid_date','2025-08-06 20:18:35'),(25627,3448,'_completed_date','2025-08-11 21:55:36'),(25628,3450,'_billing_address_index','Brittany Kavanagh  605A Wareham Street  middleboro MA 02346 US brittanykavanagh95@gmail.com 15084159445'),(25629,3450,'_shipping_address_index','Brittany Kavanagh  605A Wareham Street  middleboro MA 02346 US 15084159445'),(25630,3450,'_coupons_hash','d751713988987e9331980363e24189ce'),(25631,3450,'_fees_hash','d751713988987e9331980363e24189ce'),(25632,3450,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:7:\"1060.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"37.48\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:7:\"1022.52\";}}'),(25633,3450,'_ppcp_paypal_intent','CAPTURE'),(25634,3450,'_ppcp_paypal_order_id','5PS41460UL064670T'),(25635,3450,'_ppcp_paypal_payer_email','kavanaghlandscaping@hotmail.com'),(25636,3450,'_ppcp_paypal_payment_mode','live'),(25637,3450,'_ppcp_paypal_payment_source','paypal'),(25638,3450,'_shipping_hash','7a4f76fed10251b455e42051807fa0ab'),(25639,3450,'_taxes_hash','d751713988987e9331980363e24189ce'),(25640,3450,'_wc_order_attribution_device_type','Desktop'),(25641,3450,'_wc_order_attribution_referrer','https://www.bing.com/'),(25642,3450,'_wc_order_attribution_session_count','1'),(25643,3450,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/'),(25644,3450,'_wc_order_attribution_session_pages','15'),(25645,3450,'_wc_order_attribution_session_start_time','2025-08-06 21:28:56'),(25646,3450,'_wc_order_attribution_source_type','referral'),(25647,3450,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0'),(25648,3450,'_wc_order_attribution_utm_content','/'),(25649,3450,'_wc_order_attribution_utm_medium','referral'),(25650,3450,'_wc_order_attribution_utm_source','bing.com'),(25651,3450,'af_addon_stock_action_done','1'),(25652,3450,'is_vat_exempt','no'),(25653,3450,'PayPal Transaction Fee','37.48'),(25654,3450,'_order_key','wc_order_Pb7MyInfEEDU6'),(25655,3450,'_customer_user','0'),(25656,3450,'_payment_method','ppcp-gateway'),(25657,3450,'_payment_method_title','PayPal'),(25658,3450,'_transaction_id','9TP84831N4119670A'),(25659,3450,'_customer_ip_address','98.229.103.208'),(25660,3450,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0'),(25661,3450,'_created_via','store-api'),(25662,3450,'_date_completed','1754593325'),(25663,3450,'_date_paid','1754516445'),(25664,3450,'_cart_hash','c859e52cfa57e23251ba39b863233882'),(25665,3450,'_download_permissions_granted','yes'),(25666,3450,'_recorded_sales','yes'),(25667,3450,'_recorded_coupon_usage_counts','yes'),(25668,3450,'_new_order_email_sent','true'),(25669,3450,'_order_stock_reduced','yes'),(25670,3450,'_billing_first_name','Brittany'),(25671,3450,'_billing_last_name','Kavanagh'),(25672,3450,'_billing_address_1','605A Wareham Street'),(25673,3450,'_billing_city','middleboro'),(25674,3450,'_billing_state','MA'),(25675,3450,'_billing_postcode','02346'),(25676,3450,'_billing_country','US'),(25677,3450,'_billing_email','brittanykavanagh95@gmail.com'),(25678,3450,'_billing_phone','15084159445'),(25679,3450,'_shipping_first_name','Brittany'),(25680,3450,'_shipping_last_name','Kavanagh'),(25681,3450,'_shipping_address_1','605A Wareham Street'),(25682,3450,'_shipping_city','middleboro'),(25683,3450,'_shipping_state','MA'),(25684,3450,'_shipping_postcode','02346'),(25685,3450,'_shipping_country','US'),(25686,3450,'_shipping_phone','15084159445'),(25687,3450,'_order_currency','USD'),(25688,3450,'_cart_discount','0'),(25689,3450,'_cart_discount_tax','0'),(25690,3450,'_order_shipping','0'),(25691,3450,'_order_shipping_tax','0'),(25692,3450,'_order_tax','0'),(25693,3450,'_order_total','1060.00'),(25694,3450,'_order_version','10.0.4'),(25695,3450,'_prices_include_tax','no'),(25696,3450,'_paid_date','2025-08-06 21:40:45'),(25697,3450,'_completed_date','2025-08-07 19:02:05'),(25698,3469,'_billing_address_index','Cam Fournier  20 French rd Apt 2 Dudley MA 01571 US camfournier10@gmail.com '),(25699,3469,'_shipping_address_index','Cam Fournier  20 French rd Apt 2 Dudley MA 01571 US '),(25700,3469,'_coupons_hash','d751713988987e9331980363e24189ce'),(25701,3469,'_fees_hash','d751713988987e9331980363e24189ce'),(25702,3469,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:6:\"100.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"3.98\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"96.02\";}}'),(25703,3469,'_ppcp_paypal_intent','CAPTURE'),(25704,3469,'_ppcp_paypal_order_id','6DW710231P914243T'),(25705,3469,'_ppcp_paypal_payer_email','camfournier10@gmail.com'),(25706,3469,'_ppcp_paypal_payment_mode','live'),(25707,3469,'_ppcp_paypal_payment_source','paypal'),(25708,3469,'_shipping_hash','46683b93aeeaf14a5b6869e3dc34b6ff'),(25709,3469,'_taxes_hash','d751713988987e9331980363e24189ce'),(25710,3469,'_wc_order_attribution_device_type','Mobile'),(25711,3469,'_wc_order_attribution_session_count','1'),(25712,3469,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/'),(25713,3469,'_wc_order_attribution_session_pages','7'),(25714,3469,'_wc_order_attribution_session_start_time','2025-08-12 02:13:25'),(25715,3469,'_wc_order_attribution_source_type','typein'),(25716,3469,'_wc_order_attribution_user_agent','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'),(25717,3469,'_wc_order_attribution_utm_source','(direct)'),(25718,3469,'af_addon_stock_action_done','1'),(25719,3469,'is_vat_exempt','no'),(25720,3469,'PayPal Transaction Fee','3.98'),(25721,3469,'_order_key','wc_order_bMXgYdts5OaLS'),(25722,3469,'_customer_user','0'),(25723,3469,'_payment_method','ppcp-gateway'),(25724,3469,'_payment_method_title','PayPal'),(25725,3469,'_transaction_id','25D59843JA8312108'),(25726,3469,'_customer_ip_address','18.88.32.50'),(25727,3469,'_customer_user_agent','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'),(25728,3469,'_created_via','store-api'),(25729,3469,'_date_completed','1755609649'),(25730,3469,'_date_paid','1754966594'),(25731,3469,'_cart_hash','dd8feed52ccd59ef2ee14bd7f22c45a3'),(25732,3469,'_download_permissions_granted','yes'),(25733,3469,'_recorded_sales','yes'),(25734,3469,'_recorded_coupon_usage_counts','yes'),(25735,3469,'_new_order_email_sent','true'),(25736,3469,'_order_stock_reduced','yes'),(25737,3469,'_billing_first_name','Cam'),(25738,3469,'_billing_last_name','Fournier'),(25739,3469,'_billing_address_1','20 French rd'),(25740,3469,'_billing_address_2','Apt 2'),(25741,3469,'_billing_city','Dudley'),(25742,3469,'_billing_state','MA'),(25743,3469,'_billing_postcode','01571'),(25744,3469,'_billing_country','US'),(25745,3469,'_billing_email','camfournier10@gmail.com'),(25746,3469,'_shipping_first_name','Cam'),(25747,3469,'_shipping_last_name','Fournier'),(25748,3469,'_shipping_address_1','20 French rd'),(25749,3469,'_shipping_address_2','Apt 2'),(25750,3469,'_shipping_city','Dudley'),(25751,3469,'_shipping_state','MA'),(25752,3469,'_shipping_postcode','01571'),(25753,3469,'_shipping_country','US'),(25754,3469,'_order_currency','USD'),(25755,3469,'_cart_discount','0'),(25756,3469,'_cart_discount_tax','0'),(25757,3469,'_order_shipping','0'),(25758,3469,'_order_shipping_tax','0'),(25759,3469,'_order_tax','0'),(25760,3469,'_order_total','100.00'),(25761,3469,'_order_version','10.1.0'),(25762,3469,'_prices_include_tax','no'),(25763,3469,'_paid_date','2025-08-12 02:43:14'),(25764,3469,'_completed_date','2025-08-19 13:20:49'),(25765,3500,'_billing_address_index','Patrick Hurley  14 anderson drive  marshfield MA 02050 US phurley583@gmail.com 3392365158'),(25766,3500,'_shipping_address_index','Patrick Hurley  14 anderson drive  marshfield MA 02050 US '),(25767,3500,'_coupons_hash','d751713988987e9331980363e24189ce'),(25768,3500,'_edit_lock','1756242447:1'),(25769,3500,'_fees_hash','d751713988987e9331980363e24189ce'),(25770,3500,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"70.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"2.93\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"67.07\";}}'),(25771,3500,'_ppcp_paypal_intent','CAPTURE'),(25772,3500,'_ppcp_paypal_order_id','0MP56330070642729'),(25773,3500,'_ppcp_paypal_payer_email','phurley583@gmail.com'),(25774,3500,'_ppcp_paypal_payment_mode','live'),(25775,3500,'_ppcp_paypal_payment_source','paypal'),(25776,3500,'_shipping_hash','8111519a0e22e2b705f86236bb065d2a'),(25777,3500,'_taxes_hash','d751713988987e9331980363e24189ce'),(25778,3500,'_wc_order_attribution_device_type','Mobile'),(25779,3500,'_wc_order_attribution_referrer','https://www.google.com/'),(25780,3500,'_wc_order_attribution_session_count','1'),(25781,3500,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/'),(25782,3500,'_wc_order_attribution_session_pages','11'),(25783,3500,'_wc_order_attribution_session_start_time','2025-08-16 13:58:24'),(25784,3500,'_wc_order_attribution_source_type','organic'),(25785,3500,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1'),(25786,3500,'_wc_order_attribution_utm_medium','organic'),(25787,3500,'_wc_order_attribution_utm_source','google'),(25788,3500,'af_addon_stock_action_done','1'),(25789,3500,'is_vat_exempt','no'),(25790,3500,'PayPal Transaction Fee','2.93'),(25791,3500,'_order_key','wc_order_mtboz4W9Q7S13'),(25792,3500,'_customer_user','0'),(25793,3500,'_payment_method','ppcp-gateway'),(25794,3500,'_payment_method_title','PayPal Pay Later'),(25795,3500,'_transaction_id','8C036765003127303'),(25796,3500,'_customer_ip_address','174.226.98.115'),(25797,3500,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1'),(25798,3500,'_created_via','store-api'),(25799,3500,'_date_completed','1756491368'),(25800,3500,'_date_paid','1755354240'),(25801,3500,'_cart_hash','71e55ad7f111a5f5690fdb50a48a470c'),(25802,3500,'_download_permissions_granted','yes'),(25803,3500,'_recorded_sales','yes'),(25804,3500,'_recorded_coupon_usage_counts','yes'),(25805,3500,'_new_order_email_sent','true'),(25806,3500,'_order_stock_reduced','yes'),(25807,3500,'_billing_first_name','Patrick'),(25808,3500,'_billing_last_name','Hurley'),(25809,3500,'_billing_address_1','14 anderson drive'),(25810,3500,'_billing_city','marshfield'),(25811,3500,'_billing_state','MA'),(25812,3500,'_billing_postcode','02050'),(25813,3500,'_billing_country','US'),(25814,3500,'_billing_email','phurley583@gmail.com'),(25815,3500,'_billing_phone','3392365158'),(25816,3500,'_shipping_first_name','Patrick'),(25817,3500,'_shipping_last_name','Hurley'),(25818,3500,'_shipping_address_1','14 anderson drive'),(25819,3500,'_shipping_city','marshfield'),(25820,3500,'_shipping_state','MA'),(25821,3500,'_shipping_postcode','02050'),(25822,3500,'_shipping_country','US'),(25823,3500,'_order_currency','USD'),(25824,3500,'_cart_discount','0'),(25825,3500,'_cart_discount_tax','0'),(25826,3500,'_order_shipping','20'),(25827,3500,'_order_shipping_tax','0'),(25828,3500,'_order_tax','0'),(25829,3500,'_order_total','70.00'),(25830,3500,'_order_version','10.1.2'),(25831,3500,'_prices_include_tax','no'),(25832,3500,'_paid_date','2025-08-16 14:24:00'),(25833,3500,'_completed_date','2025-08-29 18:16:08'),(25834,3517,'_billing_address_index','Raegan Brown  117 Mountain Rd  Nottingham NH 03290 US raeganbrown295@yahoo.com '),(25835,3517,'_shipping_address_index','Raegan Brown  117 Mountain Rd  Nottingham NH 03290 US '),(25836,3517,'_coupons_hash','d751713988987e9331980363e24189ce'),(25837,3517,'_edit_lock','1756994448:1'),(25838,3517,'_fees_hash','d751713988987e9331980363e24189ce'),(25839,3517,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"70.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"2.93\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"67.07\";}}'),(25840,3517,'_ppcp_paypal_intent','CAPTURE'),(25841,3517,'_ppcp_paypal_order_id','9R023686950130822'),(25842,3517,'_ppcp_paypal_payer_email','raeganpunk@yahoo.com'),(25843,3517,'_ppcp_paypal_payment_mode','live'),(25844,3517,'_ppcp_paypal_payment_source','paypal'),(25845,3517,'_ppcp_paypal_refund_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"70.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"0.00\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"70.00\";}}'),(25846,3517,'_ppcp_refunds','a:1:{i:0;s:17:\"0D275005CL825503C\";}'),(25847,3517,'_shipping_hash','8111519a0e22e2b705f86236bb065d2a'),(25848,3517,'_taxes_hash','d751713988987e9331980363e24189ce'),(25849,3517,'_wc_order_attribution_device_type','Mobile'),(25850,3517,'_wc_order_attribution_session_count','1'),(25851,3517,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/cart/'),(25852,3517,'_wc_order_attribution_session_pages','2'),(25853,3517,'_wc_order_attribution_session_start_time','2025-08-28 22:43:02'),(25854,3517,'_wc_order_attribution_source_type','typein'),(25855,3517,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1'),(25856,3517,'_wc_order_attribution_utm_source','(direct)'),(25857,3517,'af_addon_stock_action_done','1'),(25858,3517,'is_vat_exempt','no'),(25859,3517,'PayPal Transaction Fee','2.93'),(25860,3517,'_order_key','wc_order_Pk6722I40kjQT'),(25861,3517,'_customer_user','0'),(25862,3517,'_payment_method','ppcp-gateway'),(25863,3517,'_payment_method_title','PayPal'),(25864,3517,'_transaction_id','95H975071F147803B'),(25865,3517,'_customer_ip_address','172.56.195.79'),(25866,3517,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1'),(25867,3517,'_created_via','store-api'),(25868,3517,'_date_paid','1756421290'),(25869,3517,'_cart_hash','1a846058603dc52837e5b92a2ea77ae7'),(25870,3517,'_download_permissions_granted','yes'),(25871,3517,'_recorded_sales','yes'),(25872,3517,'_recorded_coupon_usage_counts','yes'),(25873,3517,'_new_order_email_sent','true'),(25874,3517,'_order_stock_reduced','yes'),(25875,3517,'_billing_first_name','Raegan'),(25876,3517,'_billing_last_name','Brown'),(25877,3517,'_billing_address_1','117 Mountain Rd'),(25878,3517,'_billing_city','Nottingham'),(25879,3517,'_billing_state','NH'),(25880,3517,'_billing_postcode','03290'),(25881,3517,'_billing_country','US'),(25882,3517,'_billing_email','raeganbrown295@yahoo.com'),(25883,3517,'_shipping_first_name','Raegan'),(25884,3517,'_shipping_last_name','Brown'),(25885,3517,'_shipping_address_1','117 Mountain Rd'),(25886,3517,'_shipping_city','Nottingham'),(25887,3517,'_shipping_state','NH'),(25888,3517,'_shipping_postcode','03290'),(25889,3517,'_shipping_country','US'),(25890,3517,'_order_currency','USD'),(25891,3517,'_cart_discount','0'),(25892,3517,'_cart_discount_tax','0'),(25893,3517,'_order_shipping','20'),(25894,3517,'_order_shipping_tax','0'),(25895,3517,'_order_tax','0'),(25896,3517,'_order_total','70.00'),(25897,3517,'_order_version','10.1.2'),(25898,3517,'_prices_include_tax','no'),(25899,3517,'_paid_date','2025-08-28 22:48:10'),(25900,3542,'_refund_amount','70.00'),(25901,3542,'_refunded_by','1'),(25902,3542,'_refunded_payment','1'),(25903,3542,'_refund_reason','Bike has been sold'),(25904,3542,'_order_currency','USD'),(25905,3542,'_cart_discount','0'),(25906,3542,'_cart_discount_tax','0'),(25907,3542,'_order_shipping','-70'),(25908,3542,'_order_shipping_tax','0'),(25909,3542,'_order_tax','0'),(25910,3542,'_order_total','-70.00'),(25911,3542,'_order_version','10.1.2'),(25912,3542,'_prices_include_tax','no'),(25913,3678,'_billing_address_index','John Smith  2332 Galiano Street  coral gables FL 33134 US johnsmith009@storebotmail.joonix.net 6502530000'),(25914,3678,'_shipping_address_index','John Smith  2332 Galiano Street  coral gables FL 33134 US 6502530000'),(25915,3678,'_coupons_hash','d751713988987e9331980363e24189ce'),(25916,3678,'_edit_lock','1759266200:1'),(25917,3678,'_fees_hash','d751713988987e9331980363e24189ce'),(25918,3678,'_shipping_hash','a8624b6fdb8c1cbd5736ad526ffe05e5'),(25919,3678,'_taxes_hash','d751713988987e9331980363e24189ce'),(25920,3678,'_wc_order_attribution_device_type','Desktop'),(25921,3678,'_wc_order_attribution_session_count','1'),(25922,3678,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/shop/10x15-blank-canopy/'),(25923,3678,'_wc_order_attribution_session_pages','6'),(25924,3678,'_wc_order_attribution_session_start_time','2025-09-18 05:26:58'),(25925,3678,'_wc_order_attribution_source_type','typein'),(25926,3678,'_wc_order_attribution_user_agent','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(25927,3678,'_wc_order_attribution_utm_source','(direct)'),(25928,3678,'is_vat_exempt','no'),(25929,3678,'_order_key','wc_order_WtFiQqztbqtvz'),(25930,3678,'_customer_user','0'),(25931,3678,'_payment_method','ppcp-gateway'),(25932,3678,'_payment_method_title','PayPal'),(25933,3678,'_customer_ip_address','66.249.70.170'),(25934,3678,'_customer_user_agent','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(25935,3678,'_created_via','store-api'),(25936,3678,'_cart_hash','9424b7feef2543fcede7dfe91781874b'),(25937,3678,'_download_permissions_granted','no'),(25938,3678,'_recorded_sales','no'),(25939,3678,'_recorded_coupon_usage_counts','yes'),(25940,3678,'_new_order_email_sent','false'),(25941,3678,'_order_stock_reduced','no'),(25942,3678,'_billing_first_name','John'),(25943,3678,'_billing_last_name','Smith'),(25944,3678,'_billing_address_1','2332 Galiano Street'),(25945,3678,'_billing_city','coral gables'),(25946,3678,'_billing_state','FL'),(25947,3678,'_billing_postcode','33134'),(25948,3678,'_billing_country','US'),(25949,3678,'_billing_email','johnsmith009@storebotmail.joonix.net'),(25950,3678,'_billing_phone','6502530000'),(25951,3678,'_shipping_first_name','John'),(25952,3678,'_shipping_last_name','Smith'),(25953,3678,'_shipping_address_1','2332 Galiano Street'),(25954,3678,'_shipping_city','coral gables'),(25955,3678,'_shipping_state','FL'),(25956,3678,'_shipping_postcode','33134'),(25957,3678,'_shipping_country','US'),(25958,3678,'_shipping_phone','6502530000'),(25959,3678,'_order_currency','USD'),(25960,3678,'_cart_discount','0'),(25961,3678,'_cart_discount_tax','0'),(25962,3678,'_order_shipping','0'),(25963,3678,'_order_shipping_tax','0'),(25964,3678,'_order_tax','0'),(25965,3678,'_order_total','560.00'),(25966,3678,'_order_version','10.1.2'),(25967,3678,'_prices_include_tax','no'),(26127,486,'_weight','2'),(26128,486,'_length','27'),(26129,486,'_width','22'),(26130,486,'_height','.25'),(26145,3694,'_shipping_hash','8111519a0e22e2b705f86236bb065d2a'),(26146,3694,'_coupons_hash','d751713988987e9331980363e24189ce'),(26147,3694,'_fees_hash','d751713988987e9331980363e24189ce'),(26148,3694,'_taxes_hash','d751713988987e9331980363e24189ce'),(26149,3694,'is_vat_exempt','no'),(26150,3694,'_billing_address_index','      CA  US  '),(26151,3694,'_shipping_address_index','      CA  US '),(26152,3694,'_order_key','wc_order_fnURMVdb9HphJ'),(26153,3694,'_customer_user','0'),(26154,3694,'_payment_method','ppcp-gateway'),(26155,3694,'_customer_ip_address','71.11.17.27'),(26156,3694,'_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 Edg/140.0.0.0'),(26157,3694,'_created_via','store-api'),(26159,3694,'_download_permissions_granted','no'),(26160,3694,'_recorded_sales','no'),(26161,3694,'_recorded_coupon_usage_counts','no'),(26162,3694,'_new_order_email_sent','false'),(26163,3694,'_order_stock_reduced','no'),(26164,3694,'_billing_state','CA'),(26165,3694,'_billing_country','US'),(26166,3694,'_shipping_state','CA'),(26167,3694,'_shipping_country','US'),(26168,3694,'_order_currency','USD'),(26169,3694,'_cart_discount','0'),(26170,3694,'_cart_discount_tax','0'),(26171,3694,'_order_shipping','20'),(26172,3694,'_order_shipping_tax','0'),(26173,3694,'_order_tax','0'),(26174,3694,'_order_total','70.00'),(26175,3694,'_order_version','10.2.2'),(26176,3694,'_prices_include_tax','no'),(26177,3694,'_cart_hash','8b2c9691619aea06d0e9fbbf65135be1');
/*!40000 ALTER TABLE `nbn_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_posts`
--

DROP TABLE IF EXISTS `nbn_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_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 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_520_ci 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 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci 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`)
) ENGINE=InnoDB AUTO_INCREMENT=3695 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `nbn_posts`
--

LOCK TABLES `nbn_posts` WRITE;
/*!40000 ALTER TABLE `nbn_posts` DISABLE KEYS */;
INSERT INTO `nbn_posts` VALUES (2,1,'2024-10-27 18:47:56','2024-10-27 18:47:56','<!-- wp:paragraph -->\n<p class=\"\">Aggressive Graphix, graphics designed with you, not for you. We specialize in true custom vehicle wraps for your dirt bike, four wheeler, car, truck, or trailer. Utilizing the most recent technology with vinyl wrap films and up to date processional install techniques to ensure a TOP quality and long lasting product.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Our services include:<br>Motocross Graphics<br>Quad Graphics<br>Vehicle wraps: color change wraps, paint protection film (ppf), printed wraps, liveries, and commercial/fleet wraps<br>Window tinting both automotive and architectural<br>Custom canopies, tradeshow displays, flags and table cloths</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Every design is from scratch and tailored to your exact needs</p>\n<!-- /wp:paragraph -->','Home','','publish','closed','open','','aggressive-graphix','','','2025-09-17 19:57:34','2025-09-17 19:57:34','',0,'http://box2186/cgi/addon_GT.cgi?s=GT::WP::Install::Cpanel+%28aggrest5%29+-+127.0.0.1+%5Bnocaller%5D/?page_id=2',0,'page','',0),(3,1,'2024-10-27 18:47:56','2024-10-27 18:47:56','<!-- wp:paragraph -->\n<p class=\"\"><strong>Aggressive Graphix LLC</strong><br>31 Hill Street, Webster, MA 01570</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><em>Last updated: 8/12/2025</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>1. Introduction</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Aggressive Graphix LLC (“we,” “our,” “us”) values your privacy. This Privacy Policy explains how we collect, use, and protect your personal information when you interact with our website, place orders, or subscribe to our marketing communications.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">By using our services, you agree to the terms of this Privacy Policy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>2. Information We Collect</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We collect only the information necessary to process your orders and keep you informed about our products and services:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"fontFamily\":\"zen-dots\"} -->\n<ul class=\"wp-block-list has-zen-dots-font-family\"><!-- wp:list-item -->\n<li class=\"\"><strong>Contact Information:</strong> Name, email address, phone number.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\"><strong>Order &amp; Shipping Information:</strong> Billing address, shipping address, order details.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\"><strong>Payment Information:</strong> Processed securely through third-party payment providers (we do not store full credit card numbers).</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\"><strong>Marketing Preferences:</strong> Your choice to receive promotional emails.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>3. How We Use Your Information</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We use the information we collect for the following purposes:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"fontFamily\":\"zen-dots\"} -->\n<ul class=\"wp-block-list has-zen-dots-font-family\"><!-- wp:list-item -->\n<li class=\"\"><strong>Order Processing &amp; Fulfillment</strong> – To create, produce, and deliver your custom orders.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\"><strong>Customer Communication</strong> – To send order confirmations, shipping updates, and respond to inquiries.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\"><strong>Marketing Emails</strong> – To send promotions, updates, and product announcements if you have opted in.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\"><strong>Record Keeping</strong> – To maintain accurate sales and transaction records for business and legal purposes.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>4. Data Sharing</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We do <strong>not</strong> sell, rent, or trade your personal information to third parties.<br>We may share your information only with:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"fontFamily\":\"zen-dots\"} -->\n<ul class=\"wp-block-list has-zen-dots-font-family\"><!-- wp:list-item -->\n<li class=\"\"><strong>Service Providers</strong> – Such as payment processors, shipping carriers, and email marketing platforms, for the sole purpose of fulfilling your order or delivering communications.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\"><strong>Legal Requirements</strong> – If required to comply with applicable laws or respond to lawful requests.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>5. Data Security</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We take reasonable measures to protect your personal information from unauthorized access, use, or disclosure. While no method of online transmission is 100% secure, we strive to use industry-standard safeguards.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>6. Your Choices</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"fontFamily\":\"zen-dots\"} -->\n<ul class=\"wp-block-list has-zen-dots-font-family\"><!-- wp:list-item -->\n<li class=\"\"><strong>Marketing Emails:</strong> You may unsubscribe from promotional emails at any time by clicking the “unsubscribe” link in the email.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\"><strong>Access &amp; Updates:</strong> You may contact us to request a copy of your personal information or request corrections.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>7. Cookies &amp; Tracking</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Our website may use cookies or similar technologies to improve site functionality, analyze usage, and enhance your experience. You may adjust your browser settings to refuse cookies, but some features may not function properly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>8. Children’s Privacy</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Our services are not directed to children under 13. We do not knowingly collect personal information from children.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>9. Changes to This Policy</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We may update this Privacy Policy from time to time. Any changes will be posted on this page with an updated “Last Updated” date.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>10. Contact Us</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">If you have questions about this Privacy Policy or our data practices, please contact:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Aggressive Graphix LLC</strong><br>31 Hill Street<br>Webster, MA 01570<br>Email: <a href=\"mailto:info@aggressivegraphix.com\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">info@aggressivegraphix.com</a><br>Phone: 774.314.1673</p>\n<!-- /wp:paragraph -->','Privacy Policy','','publish','closed','open','','privacy-policy','','','2025-08-12 16:46:20','2025-08-12 16:46:20','',0,'http://box2186/cgi/addon_GT.cgi?s=GT::WP::Install::Cpanel+%28aggrest5%29+-+127.0.0.1+%5Bnocaller%5D/?page_id=3',0,'page','',0),(4,1,'2024-10-27 18:50:32','2024-10-27 18:50:32','{\"version\": 3, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-twentytwentyfour','','','2024-10-27 18:50:32','2024-10-27 18:50:32','',0,'https://aggressivegraphix.com/wp-global-styles-twentytwentyfour/',0,'wp_global_styles','',0),(5,1,'2024-10-27 19:49:17','2024-10-27 19:49:17','','woocommerce-placeholder','','inherit','open','closed','','woocommerce-placeholder','','','2025-09-09 15:26:12','2025-09-09 15:26:12','',0,'https://aggressivegraphix.com/wp-content/uploads/2024/10/woocommerce-placeholder.png',0,'attachment','image/webp',0),(6,1,'2024-10-27 19:49:18','2024-10-27 19:49:18','','Shop','','publish','closed','closed','','shop','','','2024-11-01 00:43:16','2024-11-01 00:43:16','',0,'https://aggressivegraphix.com/shop/',0,'page','',0),(7,1,'2024-10-27 19:49:18','2024-10-27 19:49:18','<!-- wp:woocommerce/cart -->\n<div class=\"wp-block-woocommerce-cart alignwide is-loading\"><!-- wp:woocommerce/filled-cart-block -->\n<div class=\"wp-block-woocommerce-filled-cart-block\"><!-- wp:woocommerce/cart-items-block -->\n<div class=\"wp-block-woocommerce-cart-items-block\"><!-- wp:woocommerce/cart-line-items-block -->\n<div class=\"wp-block-woocommerce-cart-line-items-block\"></div>\n<!-- /wp:woocommerce/cart-line-items-block -->\n\n<!-- wp:woocommerce/cart-cross-sells-block -->\n<div class=\"wp-block-woocommerce-cart-cross-sells-block\"><!-- wp:heading {\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">You may be interested in…</h2>\n<!-- /wp:heading -->\n\n<!-- wp:woocommerce/cart-cross-sells-products-block -->\n<div class=\"wp-block-woocommerce-cart-cross-sells-products-block\"></div>\n<!-- /wp:woocommerce/cart-cross-sells-products-block --></div>\n<!-- /wp:woocommerce/cart-cross-sells-block --></div>\n<!-- /wp:woocommerce/cart-items-block -->\n\n<!-- wp:woocommerce/cart-totals-block -->\n<div class=\"wp-block-woocommerce-cart-totals-block\"><!-- wp:woocommerce/cart-order-summary-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-block\"><!-- wp:woocommerce/cart-order-summary-heading-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-heading-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-heading-block -->\n\n<!-- wp:woocommerce/cart-order-summary-coupon-form-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-coupon-form-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-coupon-form-block -->\n\n<!-- wp:woocommerce/cart-order-summary-totals-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-totals-block\"><!-- wp:woocommerce/cart-order-summary-subtotal-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-subtotal-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-subtotal-block -->\n\n<!-- wp:woocommerce/cart-order-summary-fee-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-fee-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-fee-block -->\n\n<!-- wp:woocommerce/cart-order-summary-discount-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-discount-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-discount-block -->\n\n<!-- wp:woocommerce/cart-order-summary-shipping-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-shipping-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-shipping-block -->\n\n<!-- wp:woocommerce/cart-order-summary-taxes-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-taxes-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-taxes-block --></div>\n<!-- /wp:woocommerce/cart-order-summary-totals-block --></div>\n<!-- /wp:woocommerce/cart-order-summary-block -->\n\n<!-- wp:woocommerce/cart-express-payment-block -->\n<div class=\"wp-block-woocommerce-cart-express-payment-block\"></div>\n<!-- /wp:woocommerce/cart-express-payment-block -->\n\n<!-- wp:woocommerce/proceed-to-checkout-block -->\n<div class=\"wp-block-woocommerce-proceed-to-checkout-block\"></div>\n<!-- /wp:woocommerce/proceed-to-checkout-block -->\n\n<!-- wp:woocommerce/cart-accepted-payment-methods-block -->\n<div class=\"wp-block-woocommerce-cart-accepted-payment-methods-block\"></div>\n<!-- /wp:woocommerce/cart-accepted-payment-methods-block --></div>\n<!-- /wp:woocommerce/cart-totals-block --></div>\n<!-- /wp:woocommerce/filled-cart-block -->\n\n<!-- wp:woocommerce/empty-cart-block -->\n<div class=\"wp-block-woocommerce-empty-cart-block\"><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"with-empty-cart-icon wc-block-cart__empty-cart__title\"} -->\n<h2 class=\"with-empty-cart-icon wc-block-cart__empty-cart__title wp-block-heading has-text-align-center\">Your cart is currently empty!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\"><a href=\"https://aggressivegraphix.com/shop/\">Browse store</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-dots\"} -->\n<hr class=\"is-style-dots wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">New in store</h2>\n<!-- /wp:heading -->\n\n<!-- wp:woocommerce/product-new {\"columns\":4,\"rows\":1} /--></div>\n<!-- /wp:woocommerce/empty-cart-block --></div>\n<!-- /wp:woocommerce/cart -->','Cart','','publish','closed','closed','','cart','','','2024-12-19 20:46:40','2024-12-19 20:46:40','',0,'https://aggressivegraphix.com/cart/',0,'page','',0),(8,1,'2024-10-27 19:49:18','2024-10-27 19:49:18','<!-- wp:woocommerce/checkout -->\n<div class=\"wp-block-woocommerce-checkout alignwide wc-block-checkout is-loading\"><!-- wp:woocommerce/checkout-totals-block -->\n<div class=\"wp-block-woocommerce-checkout-totals-block\"><!-- wp:woocommerce/checkout-order-summary-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-block\"><!-- wp:woocommerce/checkout-order-summary-cart-items-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-cart-items-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-cart-items-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-coupon-form-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-coupon-form-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-coupon-form-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-totals-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-totals-block\"><!-- wp:woocommerce/checkout-order-summary-subtotal-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-subtotal-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-subtotal-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-fee-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-fee-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-fee-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-discount-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-discount-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-discount-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-shipping-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-shipping-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-shipping-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-taxes-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-taxes-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-taxes-block --></div>\n<!-- /wp:woocommerce/checkout-order-summary-totals-block --></div>\n<!-- /wp:woocommerce/checkout-order-summary-block -->\n\n<!-- wp:woocommerce-paypal-payments/checkout-paylater-messages {\"ppcpId\":\"ppcp-21403e56-ae87-4be3-b256-cf75038024ae\"} /--></div>\n<!-- /wp:woocommerce/checkout-totals-block -->\n\n<!-- wp:woocommerce/checkout-fields-block -->\n<div class=\"wp-block-woocommerce-checkout-fields-block\"><!-- wp:woocommerce/checkout-express-payment-block -->\n<div class=\"wp-block-woocommerce-checkout-express-payment-block\"></div>\n<!-- /wp:woocommerce/checkout-express-payment-block -->\n\n<!-- wp:woocommerce/checkout-contact-information-block -->\n<div class=\"wp-block-woocommerce-checkout-contact-information-block\"></div>\n<!-- /wp:woocommerce/checkout-contact-information-block -->\n\n<!-- wp:woocommerce/checkout-shipping-method-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-method-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-method-block -->\n\n<!-- wp:woocommerce/checkout-pickup-options-block -->\n<div class=\"wp-block-woocommerce-checkout-pickup-options-block\"></div>\n<!-- /wp:woocommerce/checkout-pickup-options-block -->\n\n<!-- wp:woocommerce/checkout-shipping-address-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-address-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-address-block -->\n\n<!-- wp:woocommerce/checkout-billing-address-block -->\n<div class=\"wp-block-woocommerce-checkout-billing-address-block\"></div>\n<!-- /wp:woocommerce/checkout-billing-address-block -->\n\n<!-- wp:woocommerce/checkout-shipping-methods-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-methods-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-methods-block -->\n\n<!-- wp:woocommerce/checkout-payment-block -->\n<div class=\"wp-block-woocommerce-checkout-payment-block\"></div>\n<!-- /wp:woocommerce/checkout-payment-block -->\n\n<!-- wp:woocommerce/checkout-additional-information-block -->\n<div class=\"wp-block-woocommerce-checkout-additional-information-block\"></div>\n<!-- /wp:woocommerce/checkout-additional-information-block -->\n\n<!-- wp:woocommerce/checkout-order-note-block -->\n<div class=\"wp-block-woocommerce-checkout-order-note-block\"></div>\n<!-- /wp:woocommerce/checkout-order-note-block -->\n\n<!-- wp:woocommerce/checkout-terms-block -->\n<div class=\"wp-block-woocommerce-checkout-terms-block\"></div>\n<!-- /wp:woocommerce/checkout-terms-block -->\n\n<!-- wp:woocommerce/checkout-actions-block -->\n<div class=\"wp-block-woocommerce-checkout-actions-block\"></div>\n<!-- /wp:woocommerce/checkout-actions-block --></div>\n<!-- /wp:woocommerce/checkout-fields-block --></div>\n<!-- /wp:woocommerce/checkout -->','Checkout','','publish','closed','closed','','checkout','','','2025-09-27 18:07:43','2025-09-27 18:07:43','',0,'https://aggressivegraphix.com/checkout/',0,'page','',0),(9,1,'2024-10-27 19:49:18','2024-10-27 19:49:18','<!-- wp:shortcode -->\n[woocommerce_my_account]\n<!-- /wp:shortcode -->','My account','','publish','closed','closed','','my-account','','','2024-12-18 21:44:20','2024-12-18 21:44:20','',0,'https://aggressivegraphix.com/my-account/',0,'page','',0),(10,1,'2025-08-12 16:33:14','2025-08-12 16:33:14','<!-- wp:paragraph -->\n<p class=\"\"><strong>Aggressive Graphix LLC</strong><br>31 Hill Street, Webster, MA 01570</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><em>Last updated: 8/12/2025</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>1. Agreement to Terms</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">By placing an order with Aggressive Graphix LLC (“we,” “our,” “us”), you agree to be bound by these Terms &amp; Conditions. Please read them carefully before making a purchase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>2. Custom Order Policy</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">All products we create are <strong>custom-made to order</strong> based on your specific design requests, materials, and sizes. Because of the personalized nature of our products:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"fontFamily\":\"zen-dots\"} -->\n<ul class=\"wp-block-list has-zen-dots-font-family\"><!-- wp:list-item -->\n<li class=\"\"><strong>All sales are final.</strong></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"fontFamily\":\"zen-dots\"} -->\n<li class=\"has-zen-dots-font-family\"><strong>No returns, exchanges, or refunds</strong> will be accepted.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Once an order is placed, it <strong>cannot be canceled</strong> or modified after production begins.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>3. Proofs &amp; Approval</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">If a design proof is provided, it is your responsibility to review and approve it carefully. We are not responsible for errors in spelling, colors, sizes, or design elements that were approved by you before production.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>4. Payment Terms</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Full payment is required before production begins. We accept the payment methods listed on our website or as otherwise agreed in writing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>5. Production &amp; Delivery</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Production times vary based on the complexity of the order and current workload. Estimated completion dates are not guaranteed. We are not responsible for delays caused by shipping carriers, weather, or other circumstances beyond our control.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>6. Color &amp; Material Variations</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Due to differences in monitors, printers, and materials, final product colors may vary slightly from digital proofs or samples. These variations are not considered defects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>7. Limitation of Liability</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Our liability for any claim related to your purchase is limited to the amount paid for the product. We are not liable for incidental, indirect, or consequential damages.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>8. Intellectual Property</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">By providing artwork, you represent that you have the legal right to use it. You agree to indemnify and hold Aggressive Graphix LLC harmless from any claims related to unauthorized use of intellectual property.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>9. Changes to These Terms</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We reserve the right to update or modify these Terms &amp; Conditions at any time without prior notice. The most recent version will be posted on our website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>10. Contact Information</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">For questions about these Terms &amp; Conditions, please contact:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Aggressive Graphix LLC</strong><br>31 Hill Street<br>Webster, MA 01570<br>Email: <a href=\"mailto:info@aggressivegraphix.com\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">info@aggressivegraphix.com</a><br>Phone: 774.314.1673</p>\n<!-- /wp:paragraph -->','Terms and Conditions','','publish','closed','closed','','terms_conditions','','','2025-09-27 18:16:13','2025-09-27 18:16:13','',0,'https://aggressivegraphix.com/?page_id=10',0,'page','',0),(23,1,'2024-10-27 20:25:11','2024-10-27 20:25:11','{\"styles\":{\"elements\":{\"h1\":{\"typography\":{\"fontSize\":\"var(--wp--preset--font-size--large)\",\"textTransform\":\"uppercase\"}},\"link\":{\"color\":{\"text\":\"var(--wp--preset--color--custom-ag-red)\"},\":hover\":{\"color\":{\"text\":\"var(--wp--preset--color--custom-ag-dark-red)\"}}},\"button\":{\"color\":{\"text\":\"var(--wp--preset--color--custom-true-white)\",\"background\":\"var(--wp--preset--color--custom-ag-red)\"}},\"heading\":{\"color\":{\"text\":\"var(--wp--preset--color--custom-text-black)\"}}},\"color\":{\"text\":\"var(--wp--preset--color--custom-text-black)\",\"background\":\"var(--wp--preset--color--custom-light-gray)\"},\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"var(--wp--preset--spacing--10)\",\"bottom\":\"0px\",\"left\":\"var(--wp--preset--spacing--10)\"},\"blockGap\":\"1.2rem\"},\"css\":\".wc-block-mini-cart__quantity-badge {\\n    background-color: #D01A1A;}\"},\"settings\":{\"color\":{\"palette\":{\"custom\":[{\"color\":\"#f2f2f2\",\"name\":\"Light gray\",\"slug\":\"custom-light-gray\"},{\"color\":\"#333333\",\"name\":\"Text black\",\"slug\":\"custom-text-black\"},{\"color\":\"#000\",\"name\":\"True black\",\"slug\":\"custom-true-black\"},{\"color\":\"#ffffff\",\"name\":\"True white\",\"slug\":\"custom-true-white\"},{\"color\":\"#d01a1a\",\"name\":\"AG Red\",\"slug\":\"custom-ag-red\"},{\"color\":\"#a10000\",\"name\":\"AG Dark Red\",\"slug\":\"custom-ag-dark-red\"}],\"theme\":[{\"color\":\"#fff\",\"name\":\"Base\",\"slug\":\"base\"},{\"color\":\"#f5f5f6\",\"name\":\"Base \\/ Two\",\"slug\":\"base-2\"},{\"color\":\"#f9f9f9\",\"name\":\"Base \\/ Three\",\"slug\":\"base-3\"},{\"color\":\"#fefefe\",\"name\":\"Base \\/ Four\",\"slug\":\"base-4\"},{\"color\":\"#d01a1a\",\"name\":\"Primary\",\"slug\":\"primary\"},{\"color\":\"#a10000\",\"name\":\"Primary \\/ Two\",\"slug\":\"primary-2\"},{\"color\":\"#ed5050\",\"name\":\"Primary \\/ Three\",\"slug\":\"primary-3\"},{\"color\":\"#cdcdcd\",\"name\":\"Primary \\/ Four\",\"slug\":\"primary-4\"},{\"color\":\"#000000\",\"name\":\"Contrast\",\"slug\":\"contrast\"},{\"color\":\"#020202\",\"name\":\"Contrast \\/ Two\",\"slug\":\"contrast-2\"},{\"color\":\"#333e48\",\"name\":\"Gray \\/ 100\",\"slug\":\"gray-100\"},{\"color\":\"#343f49\",\"name\":\"Gray \\/ 200\",\"slug\":\"gray-200\"},{\"color\":\"#4b4b4b\",\"name\":\"Gray \\/ 300\",\"slug\":\"gray-300\"},{\"color\":\"#606060\",\"name\":\"Gray \\/ 400\",\"slug\":\"gray-400\"},{\"color\":\"#616b73\",\"name\":\"Gray \\/ 500\",\"slug\":\"gray-500\"},{\"color\":\"#7f7f7f\",\"name\":\"Gray \\/ 600\",\"slug\":\"gray-600\"},{\"color\":\"#777c80\",\"name\":\"Gray \\/ 700\",\"slug\":\"gray-700\"},{\"color\":\"#83898e\",\"name\":\"Gray \\/ 800\",\"slug\":\"gray-800\"},{\"color\":\"#878787\",\"name\":\"Gray \\/ 900\",\"slug\":\"gray-900\"},{\"color\":\"#a3a3a3\",\"name\":\"Gray \\/ 1000\",\"slug\":\"gray-1000\"},{\"color\":\"#d6d6d6\",\"name\":\"Gray \\/ 1100\",\"slug\":\"gray-1100\"},{\"color\":\"#3f7fca\",\"name\":\"Info\",\"slug\":\"info\"},{\"color\":\"#3fca90\",\"name\":\"Success\",\"slug\":\"success\"},{\"color\":\"#fed600\",\"name\":\"Warning\",\"slug\":\"warning\"},{\"color\":\"#616b73\",\"name\":\"Danger\",\"slug\":\"danger\"},{\"color\":\"#d9374e\",\"name\":\"Danger \\/ Two\",\"slug\":\"danger-2\"},{\"color\":\"#7f8a94\",\"name\":\"Gray \\/ 1200\",\"slug\":\"gray-1200\"}]}},\"layout\":{\"contentSize\":\"100%\"},\"typography\":{\"fontFamilies\":{\"theme\":[{\"fontFace\":[{\"fontFamily\":\"Open Sans\",\"fontStretch\":\"normal\",\"fontStyle\":\"normal\",\"fontWeight\":\"300 400 500 600 700\",\"src\":[\"file:.\\/assets\\/fonts\\/open-sans\\/OpenSans-VariableFont_wdth,wght.woff2\"]}],\"fontFamily\":\"\\\"Open Sans\\\", sans-serif\",\"name\":\"Open Sans\",\"slug\":\"open-sans\"},{\"fontFamily\":\"-apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif\",\"name\":\"System Sans-serif\",\"slug\":\"system-sans-serif\"},{\"fontFamily\":\"Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol\",\"name\":\"System Serif\",\"slug\":\"system-Serif\"},{\"fontFamily\":\"Cardo\",\"name\":\"Cardo\",\"slug\":\"cardo\",\"fontFace\":[{\"fontFamily\":\"Cardo\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":[\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/plugins\\/woocommerce\\/assets\\/fonts\\/cardo_normal_400.woff2\"]}]},{\"fontFace\":[{\"fontFamily\":\"Inter\",\"fontStretch\":\"normal\",\"fontStyle\":\"normal\",\"fontWeight\":\"200 300 400 500 600 700 900\",\"src\":[\"file:.\\/assets\\/fonts\\/inter\\/Inter-VariableFont_slnt,wght.woff2\"]}],\"fontFamily\":\"\\\"Inter\\\", sans-serif\",\"name\":\"Inter\",\"slug\":\"body\"}]}}},\"isGlobalStylesUserThemeJSON\":true,\"version\":3}','Custom Styles','','publish','closed','closed','','wp-global-styles-ag','','','2024-10-31 01:26:47','2024-10-31 01:26:47','',0,'https://aggressivegraphix.com/wp-global-styles-ag/',0,'wp_global_styles','',0),(24,1,'2024-10-27 20:26:26','2024-10-27 20:26:26','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"http://box2186/cgi/addon_GT.cgi?s=GT::WP::Install::Cpanel+%28aggrest5%29+-+127.0.0.1+%5Bnocaller%5D/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Home','','inherit','closed','closed','','2-revision-v1','','','2024-10-27 20:26:26','2024-10-27 20:26:26','',2,'https://aggressivegraphix.com/?p=24',0,'revision','',0),(28,1,'2024-10-27 21:12:09','2024-10-27 21:12:09','<!-- wp:navigation-link {\"label\":\"Terms and Conditions\",\"type\":\"page\",\"id\":10,\"url\":\"https://aggressivegraphix.com/terms_conditions/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Privacy Policy\",\"type\":\"page\",\"id\":3,\"url\":\"https://aggressivegraphix.com/privacy-policy/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"AG Logos\",\"type\":\"page\",\"id\":3,\"url\":\"https://aggressivegraphix.com/ag-logos\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Contact Us\",\"type\":\"page\",\"id\":31,\"url\":\"https://aggressivegraphix.com/contact-us/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}}} /-->','footer-legal','','publish','closed','closed','','account-nav','','','2025-08-20 17:19:19','2025-08-20 17:19:19','',0,'https://aggressivegraphix.com/?p=28',0,'wp_navigation','',0),(29,1,'2024-10-27 20:49:07','2024-10-27 20:49:07','<!-- wp:group {\"align\":\"full\",\"className\":\"wc-blocks-pattern-header-essential wc-blocks-header-pattern\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"40px\",\"bottom\":\"40px\",\"left\":\"40px\",\"right\":\"40px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wc-blocks-pattern-header-essential wc-blocks-header-pattern wp-block-group alignfull\" style=\"padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"width\":256,\"shouldSyncIcon\":false} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"ref\":21,\"icon\":\"menu\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"},\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"},\"metadata\":{\"ignoredHookedBlocks\":[\"woocommerce/mini-cart\"]}} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/cart-link {\"content\":\"\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} /-->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconStyle\":\"line\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"fontSize\":\"small\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"margin\":{\"right\":\"0\",\"left\":\"var:preset|spacing|10\"}}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Header v3','','publish','closed','closed','','header-v3','','','2024-12-18 21:44:20','2024-12-18 21:44:20','',0,'https://aggressivegraphix.com/header-v3/',0,'wp_template_part','',0),(30,1,'2024-10-27 20:49:10','2024-10-27 20:49:10','<!-- wp:group {\"metadata\":{\"name\":\"Header v3\"},\"className\":\"header-v3\",\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"margin\":{\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"header-v3 wp-block-group\" style=\"margin-bottom:var(--wp--preset--spacing--20);padding-top:0;padding-bottom:0\"><!-- wp:group {\"metadata\":{\"name\":\"Desktop Header\"},\"align\":\"full\",\"className\":\"desktop-header\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"desktop-header wp-block-group alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"11px\",\"bottom\":\"9px\"}},\"dimensions\":{\"minHeight\":\"40px\"}},\"backgroundColor\":\"base-3\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-base-3-background-color has-background\" style=\"min-height:40px;padding-top:11px;padding-bottom:9px\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"className\":\"top-bar-left\",\"style\":{\"spacing\":{\"blockGap\":\"12px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"top-bar-left wp-block-group\"><!-- wp:navigation {\"ref\":28,\"textColor\":\"gray-100\",\"icon\":\"menu\",\"overlayBackgroundColor\":\"base-3\",\"className\":\"top-bar-nav\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"fontSize\":\"13px\",\"letterSpacing\":\"-0.3px\"}}} /-->\n\n<!-- wp:group {\"style\":{\"dimensions\":{\"minHeight\":\"15px\"},\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"1px\"},\"border\":{\"right\":{\"color\":\"#bfbfbf\",\"width\":\"1px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"1px\"}} -->\n<div class=\"wp-block-group\" style=\"border-right-color:#bfbfbf;border-right-width:1px;min-height:15px\"></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"left\":\"17px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"padding-left:17px\"><!-- wp:navigation {\"ref\":739,\"textColor\":\"gray-100\",\"style\":{\"typography\":{\"fontSize\":\"13px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"blockGap\":\"28px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"className\":\"top-bar-contact\",\"style\":{\"spacing\":{\"blockGap\":\"35px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"top-bar-contact wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"13px\",\"letterSpacing\":\"-0.1px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"font-size:13px;letter-spacing:-0.1px\"><a href=\"#\"><img class=\"wp-image-50\" style=\"width: 11px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/phone.svg\" alt=\"\">(800) 8001-8588</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"13px\",\"letterSpacing\":\"-0.1px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"font-size:13px;letter-spacing:-0.1px\"><a href=\"#\"><img class=\"wp-image-124\" style=\"width: 10px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/map-marker.svg\" alt=\"\">Opened Until 9PM</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"top\":\"var:preset|spacing|10\",\"bottom\":\"15px\",\"left\":\"0px\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:0px;padding-bottom:15px;padding-left:0px\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"61%\",\"className\":\"brand-search\"} -->\n<div class=\"brand-search wp-block-column is-vertically-aligned-center\" style=\"flex-basis:61%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"left\":\"1px\",\"top\":\"1px\",\"right\":\"2px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:1px;padding-right:2px;padding-left:1px\"><!-- wp:image {\"id\":54,\"width\":\"109px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"brand\",\"style\":{\"color\":{\"duotone\":\"var:preset|duotone|duotone-2\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} -->\n<figure class=\"brand wp-block-image size-full is-resized\"><a href=\"https://aggressivegraphix.com/\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/logo.svg\" alt=\"\" class=\"wp-image-54\" style=\"width:109px;height:auto\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"placeholder\":\"Search for products…\",\"buttonText\":\"Search\",\"buttonPosition\":\"button-inside\",\"buttonUseIcon\":true,\"query\":{\"post_type\":\"product\"},\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"21px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"className\":\"header-media\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"281px\"},\"spacing\":{\"padding\":{\"top\":\"3px\"},\"blockGap\":\"26px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"header-media wp-block-group\" style=\"padding-top:3px\"><!-- wp:media-text {\"mediaId\":201,\"mediaLink\":\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/chat.svg\",\"linkDestination\":\"custom\",\"mediaType\":\"image\",\"mediaWidth\":22,\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} -->\n<div class=\"wp-block-media-text is-stacked-on-mobile\" style=\"grid-template-columns:22% auto\"><figure class=\"wp-block-media-text__media\"><a href=\"#\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/chat.svg\" alt=\"\" class=\"wp-image-201 size-full\"/></a></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"placeholder\":\"Content…\",\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} -->\n<p style=\"font-size:14px;font-style:normal;font-weight:600\" class=\"\">Online Chat</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"placeholder\":\"Content…\",\"style\":{\"typography\":{\"fontSize\":\"14px\",\"lineHeight\":\"1.2\",\"letterSpacing\":\"-0.2px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-700\"}}}},\"textColor\":\"gray-700\"} -->\n<p class=\"has-gray-700-color has-text-color has-link-color\" style=\"font-size:14px;letter-spacing:-0.2px;line-height:1.2\">With us</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":201,\"mediaLink\":\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/ride.svg\",\"linkDestination\":\"custom\",\"mediaType\":\"image\",\"mediaWidth\":22,\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} -->\n<div class=\"wp-block-media-text is-stacked-on-mobile\" style=\"grid-template-columns:22% auto\"><figure class=\"wp-block-media-text__media\"><a href=\"#\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/ride.svg\" alt=\"\" class=\"wp-image-201 size-full\"/></a></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"placeholder\":\"Content…\",\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} -->\n<p style=\"font-size:14px;font-style:normal;font-weight:600\" class=\"\">Test Ride</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"placeholder\":\"Content…\",\"style\":{\"typography\":{\"fontSize\":\"14px\",\"lineHeight\":\"1.2\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-700\"}}}},\"textColor\":\"gray-700\"} -->\n<p class=\"has-gray-700-color has-text-color has-link-color\" style=\"font-size:14px;line-height:1.2\">Before Buy</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"className\":\"header-action\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\",\"margin\":{\"top\":\"1px\"}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"header-action wp-block-group\" style=\"margin-top:1px\"><!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"style\":{\"spacing\":{\"margin\":{\"left\":\"14px\",\"right\":\"1px\",\"top\":\"1px\"}}}} /-->\n\n<!-- wp:woocommerce/mini-cart {\"miniCartIcon\":\"bag-alt\",\"style\":{\"typography\":{\"fontSize\":\"15px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"var:preset|spacing|10\"},\"margin\":{\"top\":\"6px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"relative wp-block-group alignwide\" style=\"margin-top:6px;padding-bottom:var(--wp--preset--spacing--10)\"><!-- wp:navigation {\"ref\":48,\"overlayTextColor\":\"gray-100\",\"className\":\"primary-menu\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"spacing\":{\"blockGap\":\"50px\"},\"typography\":{\"fontSize\":\"14px\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} /-->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"letterSpacing\":\"-0.1px\"}}} -->\n<p style=\"font-size:14px;letter-spacing:-0.1px\" class=\"\"><strong>Free Shipping</strong> for all Orders of $50</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Mobile Header\"},\"align\":\"full\",\"className\":\"mobile-header\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"16px\",\"right\":\"16px\"},\"blockGap\":\"14px\"},\"border\":{\"bottom\":{\"color\":\"var:preset|color|gray-1100\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"left\":[]}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"mobile-header wp-block-group alignfull\" style=\"border-bottom-color:var(--wp--preset--color--gray-1100);border-bottom-width:1px;padding-top:var(--wp--preset--spacing--10);padding-right:16px;padding-bottom:var(--wp--preset--spacing--10);padding-left:16px\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"12px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"ref\":48,\"overlayMenu\":\"always\",\"icon\":\"menu\"} /-->\n\n<!-- wp:image {\"id\":63,\"width\":\"90px\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"brand\",\"style\":{\"color\":{\"duotone\":\"var:preset|duotone|duotone-2\"}}} -->\n<figure class=\"brand wp-block-image size-full is-resized\"><a href=\"https://aggressivegraphix.com/\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/logo.svg\" alt=\"\" class=\"wp-image-63\" style=\"width:90px\"/></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"20px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":55,\"width\":\"20px\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"search-toggle\",\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} -->\n<figure class=\"search-toggle wp-block-image size-full is-resized\" id=\"showMModalBtn\"><a href=\"#\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/search.svg\" alt=\"\" class=\"wp-image-55\" style=\"width:20px\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"style\":{\"typography\":{\"fontSize\":\"10px\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} /-->\n\n<!-- wp:woocommerce/mini-cart {\"miniCartIcon\":\"bag-alt\",\"style\":{\"typography\":{\"fontSize\":\"16px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Search Block\"},\"align\":\"full\",\"className\":\"search-box\",\"style\":{\"dimensions\":{\"minHeight\":\"100vh\"}},\"backgroundColor\":\"base\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"search-box wp-block-group alignfull has-base-background-color has-background\" id=\"myModal\" style=\"min-height:100vh\"><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-buttons\" id=\"closeModalBtn\"><!-- wp:button {\"backgroundColor\":\"primary\",\"textColor\":\"base\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"padding\":{\"left\":\"12px\",\"right\":\"12px\",\"top\":\"2px\",\"bottom\":\"2px\"}},\"typography\":{\"fontSize\":\"12px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} -->\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:12px;font-style:normal;font-weight:700\"><a class=\"wp-block-button__link has-base-color has-primary-background-color has-text-color has-background has-link-color wp-element-button\" style=\"padding-top:2px;padding-right:12px;padding-bottom:2px;padding-left:12px\">X</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\",\"padding\":{\"right\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"924px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-right:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"fontSize\":\"50px\"}},\"textColor\":\"contrast\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-color has-text-color has-link-color\" style=\"font-size:50px\">Looking for e-Bike...?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"placeholder\":\"Search e-bike, e-scooter, etc.…\",\"width\":924,\"buttonText\":\"Search\",\"buttonPosition\":\"button-inside\",\"buttonUseIcon\":true,\"query\":{\"post_type\":\"product\"},\"style\":{\"border\":{\"radius\":\"16px\"}},\"borderColor\":\"gray-100\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Header v3','','inherit','closed','closed','','29-revision-v1','','','2024-10-27 20:49:10','2024-10-27 20:49:10','',29,'https://aggressivegraphix.com/?p=30',0,'revision','',0),(31,1,'2024-10-27 20:57:18','2024-10-27 20:57:18','<!-- wp:jetpack/map {\"points\":[{\"placeTitle\":\"Hill Street\",\"title\":\"Aggressive Graphix\",\"caption\":\"31 Hill Street\\nWebster, Massachusetts 01570\",\"id\":\"address.6407114326631228\",\"coordinates\":{\"longitude\":-71.886383,\"latitude\":42.042945}}],\"zoom\":15.418871787068161,\"mapCenter\":{\"lng\":-71.886383,\"lat\":42.042945},\"mapHeight\":430,\"className\":\"is-style-black_and_white\"} -->\n<div class=\"is-style-black_and_white wp-block-jetpack-map\" data-map-style=\"black_and_white\" data-map-details=\"true\" data-points=\"[{&quot;placeTitle&quot;:&quot;Hill Street&quot;,&quot;title&quot;:&quot;Aggressive Graphix&quot;,&quot;caption&quot;:&quot;31 Hill Street\\nWebster, Massachusetts 01570&quot;,&quot;id&quot;:&quot;address.6407114326631228&quot;,&quot;coordinates&quot;:{&quot;longitude&quot;:-71.886383,&quot;latitude&quot;:42.042945}}]\" data-zoom=\"15.418871787068161\" data-map-center=\"{&quot;lng&quot;:-71.886383,&quot;lat&quot;:42.042945}\" data-marker-color=\"red\" data-map-height=\"430\" data-show-fullscreen-button=\"true\"><ul><li><a href=\"https://www.google.com/maps/search/?api=1&amp;query=42.042945,-71.886383\">Aggressive Graphix</a></li></ul></div>\n<!-- /wp:jetpack/map -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:jetpack/contact-form {\"style\":{\"spacing\":{\"padding\":{\"top\":\"16px\",\"right\":\"16px\",\"bottom\":\"16px\",\"left\":\"16px\"}}}} -->\n<div class=\"wp-block-jetpack-contact-form\" style=\"padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px\"><!-- wp:jetpack/field-name {\"required\":true} /-->\n\n<!-- wp:jetpack/field-email {\"required\":true} /-->\n\n<!-- wp:jetpack/field-textarea {\"label\":\"Message\"} /-->\n\n<!-- wp:jetpack/button {\"element\":\"button\",\"text\":\"Contact Us\",\"lock\":{\"remove\":true}} /--></div>\n<!-- /wp:jetpack/contact-form --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Aggressive Graphix</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">31 Hill Street<br>Webster, MA 01570</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Email: info@aggressivegraphix.com</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Phone: 774.314.1673</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><a href=\"https://www.facebook.com/Aggressive.Graphix\">https://www.facebook.com/Aggressive.Graphix</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><a href=\"https://www.instagram.com/aggressive_graphix\">https://www.instagram.com/aggressive_graphix</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Contact Us','','publish','closed','closed','','contact-us','','','2024-10-27 22:32:31','2024-10-27 22:32:31','',0,'https://aggressivegraphix.com/?page_id=31',0,'page','',0),(32,1,'2024-10-27 20:57:18','2024-10-27 20:57:18','<!-- wp:group {\"metadata\":{\"name\":\"contact-map\",\"categories\":[\"featured\"],\"patternName\":\"eride/contact-map\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\",\"bottom\":\"19px\"},\"margin\":{\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-bottom:0px;padding-right:0px;padding-bottom:19px;padding-left:0px\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-right:0px;padding-left:0px\"><!-- wp:html -->\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2481.593303940039!2d-0.15470444843858283!3d51.53901886611164!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x48761ae62edd5771%3A0x27f2d823e2be0249!2sPrincess+Rd%2C+London+NW1+8JR%2C+UK!5e0!3m2!1sen!2s!4v1458827996435\" width=\"1920\" height=\"520\" style=\"border: 0px; pointer-events: none;\" allowfullscreen=\"\"></iframe></p>\n<!-- /wp:html --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"contact-map\",\"categories\":[\"featured\"],\"patternName\":\"eride/contact-map\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\",\"bottom\":\"19px\"},\"margin\":{\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-bottom:0px;padding-right:0px;padding-bottom:19px;padding-left:0px\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-right:0px;padding-left:0px\"></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"contact-map\",\"categories\":[\"featured\"],\"patternName\":\"eride/contact-map\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\",\"bottom\":\"19px\"},\"margin\":{\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-bottom:0px;padding-right:0px;padding-bottom:19px;padding-left:0px\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-right:0px;padding-left:0px\"></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:jetpack/map {\"points\":[{\"placeTitle\":\"Hill Street\",\"title\":\"Hill Street\",\"caption\":\"Aggressive Graphix\\n31 Hill Street\\nWebster, Massachusetts 01570\",\"id\":\"address.6407114326631228\",\"coordinates\":{\"longitude\":-71.886383,\"latitude\":42.042945}}],\"zoom\":15.686567328483491,\"mapCenter\":{\"lng\":-71.886383,\"lat\":42.042945},\"mapHeight\":430,\"className\":\"is-style-black_and_white\"} -->\n<div class=\"is-style-black_and_white wp-block-jetpack-map\" data-map-style=\"black_and_white\" data-map-details=\"true\" data-points=\"[{&quot;placeTitle&quot;:&quot;Hill Street&quot;,&quot;title&quot;:&quot;Hill Street&quot;,&quot;caption&quot;:&quot;Aggressive Graphix\\n31 Hill Street\\nWebster, Massachusetts 01570&quot;,&quot;id&quot;:&quot;address.6407114326631228&quot;,&quot;coordinates&quot;:{&quot;longitude&quot;:-71.886383,&quot;latitude&quot;:42.042945}}]\" data-zoom=\"15.686567328483491\" data-map-center=\"{&quot;lng&quot;:-71.886383,&quot;lat&quot;:42.042945}\" data-marker-color=\"red\" data-map-height=\"430\" data-show-fullscreen-button=\"true\"><ul><li><a href=\"https://www.google.com/maps/search/?api=1&amp;query=42.042945,-71.886383\">Hill Street</a></li></ul></div>\n<!-- /wp:jetpack/map -->','Contact Us','','inherit','closed','closed','','31-revision-v1','','','2024-10-27 20:57:18','2024-10-27 20:57:18','',31,'https://aggressivegraphix.com/?p=32',0,'revision','',0),(34,1,'2024-10-27 21:04:46','2024-10-27 21:04:46','<!-- wp:jetpack/map {\"points\":[{\"placeTitle\":\"Hill Street\",\"title\":\"Aggressive Graphix\",\"caption\":\"31 Hill Street\\nWebster, Massachusetts 01570\",\"id\":\"address.6407114326631228\",\"coordinates\":{\"longitude\":-71.886383,\"latitude\":42.042945}}],\"zoom\":14.686567328483491,\"mapCenter\":{\"lng\":-71.886383,\"lat\":42.042945},\"mapHeight\":430,\"className\":\"is-style-black_and_white\"} -->\n<div class=\"is-style-black_and_white wp-block-jetpack-map\" data-map-style=\"black_and_white\" data-map-details=\"true\" data-points=\"[{&quot;placeTitle&quot;:&quot;Hill Street&quot;,&quot;title&quot;:&quot;Aggressive Graphix&quot;,&quot;caption&quot;:&quot;31 Hill Street\\nWebster, Massachusetts 01570&quot;,&quot;id&quot;:&quot;address.6407114326631228&quot;,&quot;coordinates&quot;:{&quot;longitude&quot;:-71.886383,&quot;latitude&quot;:42.042945}}]\" data-zoom=\"14.686567328483491\" data-map-center=\"{&quot;lng&quot;:-71.886383,&quot;lat&quot;:42.042945}\" data-marker-color=\"red\" data-map-height=\"430\" data-show-fullscreen-button=\"true\"><ul><li><a href=\"https://www.google.com/maps/search/?api=1&amp;query=42.042945,-71.886383\">Aggressive Graphix</a></li></ul></div>\n<!-- /wp:jetpack/map -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"contact-map\",\"categories\":[\"featured\"],\"patternName\":\"eride/contact-map\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\",\"bottom\":\"19px\"},\"margin\":{\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-bottom:0px;padding-right:0px;padding-bottom:19px;padding-left:0px\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-right:0px;padding-left:0px\"></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"contact-map\",\"categories\":[\"featured\"],\"patternName\":\"eride/contact-map\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\",\"bottom\":\"19px\"},\"margin\":{\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-bottom:0px;padding-right:0px;padding-bottom:19px;padding-left:0px\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-right:0px;padding-left:0px\"></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:jetpack/contact-form {\"style\":{\"spacing\":{\"padding\":{\"top\":\"16px\",\"right\":\"16px\",\"bottom\":\"16px\",\"left\":\"16px\"}}}} -->\n<div class=\"wp-block-jetpack-contact-form\" style=\"padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px\"><!-- wp:jetpack/field-name {\"required\":true} /-->\n\n<!-- wp:jetpack/field-email {\"required\":true} /-->\n\n<!-- wp:jetpack/field-textarea {\"label\":\"Message\"} /-->\n\n<!-- wp:jetpack/button {\"element\":\"button\",\"text\":\"Contact Us\",\"lock\":{\"remove\":true}} /--></div>\n<!-- /wp:jetpack/contact-form -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:jetpack/contact-form {\"style\":{\"spacing\":{\"padding\":{\"top\":\"16px\",\"right\":\"16px\",\"bottom\":\"16px\",\"left\":\"16px\"}}}} -->\n<div class=\"wp-block-jetpack-contact-form\" style=\"padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px\"><!-- wp:jetpack/field-name {\"required\":true} /-->\n\n<!-- wp:jetpack/field-email {\"required\":true} /-->\n\n<!-- wp:jetpack/field-textarea {\"label\":\"Message\"} /-->\n\n<!-- wp:jetpack/button {\"element\":\"button\",\"text\":\"Contact Us\",\"lock\":{\"remove\":true}} /--></div>\n<!-- /wp:jetpack/contact-form -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:jetpack/contact-form {\"style\":{\"spacing\":{\"padding\":{\"top\":\"16px\",\"right\":\"16px\",\"bottom\":\"16px\",\"left\":\"16px\"}}}} -->\n<div class=\"wp-block-jetpack-contact-form\" style=\"padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px\"><!-- wp:jetpack/field-name {\"required\":true} /-->\n\n<!-- wp:jetpack/field-email {\"required\":true} /-->\n\n<!-- wp:jetpack/field-textarea {\"label\":\"Message\"} /-->\n\n<!-- wp:jetpack/button {\"element\":\"button\",\"text\":\"Contact Us\",\"lock\":{\"remove\":true}} /--></div>\n<!-- /wp:jetpack/contact-form --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Aggressive Graphix</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">31 Hill Street<br>Webster, MA 01570</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Email: info@aggressivegraphix.com</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Phone: 774.314.1673</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><a href=\"https://www.facebook.com/Aggressive.Graphix\">https://www.facebook.com/Aggressive.Graphix</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><a href=\"https://www.instagram.com/aggressive_graphix\">https://www.instagram.com/aggressive_graphix</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Contact Us','','inherit','closed','closed','','31-revision-v1','','','2024-10-27 21:04:46','2024-10-27 21:04:46','',31,'https://aggressivegraphix.com/?p=34',0,'revision','',0),(36,1,'2024-10-27 21:11:36','2024-10-27 21:11:36','','Account Nav','','inherit','closed','closed','','28-revision-v1','','','2024-10-27 21:11:36','2024-10-27 21:11:36','',28,'https://aggressivegraphix.com/?p=36',0,'revision','',0),(37,1,'2024-10-27 21:12:09','2024-10-27 21:12:09','<!-- wp:navigation-link {\"label\":\"My account\",\"type\":\"page\",\"id\":9,\"url\":\"https://aggressivegraphix.com/my-account/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Cart\",\"type\":\"page\",\"id\":7,\"url\":\"https://aggressivegraphix.com/cart/\",\"kind\":\"post-type\"} /-->','Account Nav','','inherit','closed','closed','','28-revision-v1','','','2024-10-27 21:12:09','2024-10-27 21:12:09','',28,'https://aggressivegraphix.com/?p=37',0,'revision','',0),(39,1,'2024-10-27 21:15:02','2024-10-27 21:15:02','<!-- wp:group {\"align\":\"full\",\"className\":\"wc-blocks-pattern-header-essential wc-blocks-header-pattern\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"40px\",\"bottom\":\"40px\",\"left\":\"40px\",\"right\":\"40px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wc-blocks-pattern-header-essential wc-blocks-header-pattern wp-block-group alignfull\" style=\"padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"width\":272,\"shouldSyncIcon\":false} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"ref\":28} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/mini-cart /-->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconStyle\":\"line\",\"iconClass\":\"wc-block-customer-account__account-icon\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Header v3','','inherit','closed','closed','','29-revision-v1','','','2024-10-27 21:15:02','2024-10-27 21:15:02','',29,'https://aggressivegraphix.com/?p=39',0,'revision','',0),(40,1,'2024-10-27 21:15:02','2024-10-27 21:15:02','<!-- wp:navigation-link {\"label\":\"Home\",\"type\":\"page\",\"id\":2,\"url\":\"https://aggressivegraphix.com/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Shop\",\"type\":\"page\",\"id\":6,\"url\":\"https://aggressivegraphix.com/shop/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Contact Us\",\"type\":\"page\",\"id\":31,\"url\":\"https://aggressivegraphix.com/contact-us/\",\"kind\":\"post-type\"} /-->','Account Nav','','inherit','closed','closed','','28-revision-v1','','','2024-10-27 21:15:02','2024-10-27 21:15:02','',28,'https://aggressivegraphix.com/?p=40',0,'revision','',0),(41,1,'2024-10-27 21:17:33','2024-10-27 21:17:33','<!-- wp:group {\"align\":\"full\",\"className\":\"wc-blocks-pattern-header-essential wc-blocks-header-pattern\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"40px\",\"bottom\":\"40px\",\"left\":\"40px\",\"right\":\"40px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wc-blocks-pattern-header-essential wc-blocks-header-pattern wp-block-group alignfull\" style=\"padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"width\":272,\"shouldSyncIcon\":false} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"ref\":28} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/mini-cart {\"miniCartIcon\":\"bag-alt\",\"hasHiddenPrice\":false,\"priceColor\":{\"color\":\"#000000\",\"name\":\"Contrast\",\"slug\":\"contrast\",\"class\":\"has-contrast-icon-color\"},\"iconColor\":{\"color\":\"#fff\",\"name\":\"Base\",\"slug\":\"base\",\"class\":\"has-base-icon-color\"},\"productCountColor\":{\"color\":\"#fff\",\"name\":\"Base\",\"slug\":\"base\",\"class\":\"has-base-icon-color\"},\"fontFamily\":\"body\",\"fontSize\":\"medium\",\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} /-->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconStyle\":\"line\",\"iconClass\":\"wc-block-customer-account__account-icon\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Header v3','','inherit','closed','closed','','29-revision-v1','','','2024-10-27 21:17:33','2024-10-27 21:17:33','',29,'https://aggressivegraphix.com/?p=41',0,'revision','',0),(43,1,'2024-10-27 21:20:02','2024-10-27 21:20:02','<!-- wp:group {\"metadata\":{\"name\":\"Header v1\"},\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"margin\":{\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:var(--wp--preset--spacing--20);padding-top:0;padding-bottom:0\"><!-- wp:group {\"metadata\":{\"name\":\"Desktop Header\"},\"align\":\"full\",\"className\":\"desktop-header\",\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"18px\",\"bottom\":\"15px\",\"right\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\"}},\"border\":{\"bottom\":{\"color\":\"var:preset|color|gray-1100\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"left\":[]}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"desktop-header wp-block-group alignfull\" style=\"border-bottom-color:var(--wp--preset--color--gray-1100);border-bottom-width:1px;padding-top:18px;padding-right:var(--wp--preset--spacing--10);padding-bottom:15px;padding-left:var(--wp--preset--spacing--10)\"><!-- wp:group {\"align\":\"wide\",\"className\":\"relative\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"relative wp-block-group alignwide\"><!-- wp:image {\"id\":38,\"width\":\"323px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"brand\",\"style\":{\"color\":[],\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"206px\"}}} -->\n<figure class=\"brand wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/aggressive-graphix_full-logox2.jpg\" alt=\"Aggressive Graphix main logo\" class=\"wp-image-38\" style=\"width:323px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:navigation {\"ref\":42,\"overlayTextColor\":\"gray-100\",\"className\":\"primary-menu\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontSize\":\"14px\"},\"spacing\":{\"blockGap\":\"50px\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/mini-cart {\"miniCartIcon\":\"bag-alt\",\"hasHiddenPrice\":false,\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} /-->\n\n<!-- wp:woocommerce/customer-account {\"iconStyle\":\"alt\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"style\":{\"spacing\":{\"margin\":{\"left\":\"14px\",\"right\":\"1px\",\"top\":\"1px\"}}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Header','','publish','closed','closed','','header','','','2024-10-27 22:45:03','2024-10-27 22:45:03','',0,'https://aggressivegraphix.com/header/',0,'wp_template_part','',0),(45,1,'2024-10-27 21:20:04','2024-10-27 21:20:04','<!-- wp:group {\"metadata\":{\"name\":\"Header v1\"},\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"margin\":{\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:var(--wp--preset--spacing--20);padding-top:0;padding-bottom:0\"><!-- wp:group {\"metadata\":{\"name\":\"Desktop Header\"},\"align\":\"full\",\"className\":\"desktop-header\",\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"18px\",\"bottom\":\"15px\",\"right\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\"}},\"border\":{\"bottom\":{\"color\":\"var:preset|color|gray-1100\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"left\":[]}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"desktop-header wp-block-group alignfull\" style=\"border-bottom-color:var(--wp--preset--color--gray-1100);border-bottom-width:1px;padding-top:18px;padding-right:var(--wp--preset--spacing--10);padding-bottom:15px;padding-left:var(--wp--preset--spacing--10)\"><!-- wp:group {\"align\":\"wide\",\"className\":\"relative\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"relative wp-block-group alignwide\"><!-- wp:image {\"id\":38,\"width\":\"323px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"brand\",\"style\":{\"color\":[],\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"206px\"}}} -->\n<figure class=\"brand wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/aggressive-graphix_full-logox2.jpg\" alt=\"Aggressive Graphix main logo\" class=\"wp-image-38\" style=\"width:323px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:navigation {\"ref\":42,\"overlayTextColor\":\"gray-100\",\"className\":\"primary-menu\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontSize\":\"14px\"},\"spacing\":{\"blockGap\":\"50px\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":55,\"width\":\"21px\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"search-toggle\"} -->\n<figure class=\"search-toggle wp-block-image size-full is-resized\" id=\"showModalBtn\"><a href=\"#\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/search.svg\" alt=\"\" class=\"wp-image-55\" style=\"width:21px\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"style\":{\"spacing\":{\"margin\":{\"left\":\"14px\",\"right\":\"1px\",\"top\":\"1px\"}}}} /-->\n\n<!-- wp:woocommerce/mini-cart {\"miniCartIcon\":\"bag-alt\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Search Block\"},\"align\":\"full\",\"className\":\"search-box\",\"style\":{\"dimensions\":{\"minHeight\":\"100vh\"}},\"backgroundColor\":\"base\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"search-box wp-block-group alignfull has-base-background-color has-background\" id=\"myModal\" style=\"min-height:100vh\"><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-buttons\" id=\"closeModalBtn\"><!-- wp:button {\"backgroundColor\":\"primary\",\"textColor\":\"base\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"padding\":{\"left\":\"12px\",\"right\":\"12px\",\"top\":\"2px\",\"bottom\":\"2px\"}},\"typography\":{\"fontSize\":\"12px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} -->\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:12px;font-style:normal;font-weight:700\"><a class=\"wp-block-button__link has-base-color has-primary-background-color has-text-color has-background has-link-color wp-element-button\" style=\"padding-top:2px;padding-right:12px;padding-bottom:2px;padding-left:12px\">X</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\",\"padding\":{\"right\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"924px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-right:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"fontSize\":\"50px\"}},\"textColor\":\"contrast\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-color has-text-color has-link-color\" style=\"font-size:50px\">Looking for e-Bike...?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"placeholder\":\"Search e-bike, e-scooter, etc.…\",\"width\":924,\"buttonText\":\"Search\",\"buttonPosition\":\"button-inside\",\"buttonUseIcon\":true,\"query\":{\"post_type\":\"product\"},\"style\":{\"border\":{\"radius\":\"16px\"}},\"borderColor\":\"gray-100\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Header','','inherit','closed','closed','','43-revision-v1','','','2024-10-27 21:20:04','2024-10-27 21:20:04','',43,'https://aggressivegraphix.com/?p=45',0,'revision','',0),(46,1,'2024-10-27 21:24:14','2024-10-27 21:24:14','<!-- wp:group {\"align\":\"full\",\"className\":\"wc-blocks-pattern-footer-large wc-blocks-footer-pattern\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"40px\",\"right\":\"40px\",\"bottom\":\"40px\",\"left\":\"40px\"},\"blockGap\":\"40px\"},\"elements\":{\"link\":{\":hover\":{\"color\":{\"text\":\"var:preset|color|custom-light-gray\"}},\"color\":{\"text\":\"var:preset|color|custom-true-white\"}}}},\"backgroundColor\":\"custom-text-black\",\"textColor\":\"custom-light-gray\",\"nfdGroupDivider\":\"\"} -->\n<div class=\"wc-blocks-pattern-footer-large wc-blocks-footer-pattern wp-block-group alignfull has-custom-light-gray-color has-custom-text-black-background-color has-text-color has-background has-link-color\" style=\"padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#ff0000\"}}},\"color\":{\"text\":\"#ff0000\"}}} -->\n<h1 class=\"wp-block-heading has-text-align-center has-text-color has-link-color\" style=\"color:#ff0000\">Quicklinks</h1>\n<!-- /wp:heading -->\n\n<!-- wp:navigation {\"ref\":28,\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:jetpack/instagram-gallery /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"style\":{\"color\":{\"text\":\"#ff0000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#ff0000\"}}}}} -->\n<h1 class=\"wp-block-heading has-text-align-center has-text-color has-link-color\" style=\"color:#ff0000\">Legal</h1>\n<!-- /wp:heading --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Copyright 2024. All rights reserved.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Footer','','publish','closed','closed','','footer','','','2024-10-27 22:48:42','2024-10-27 22:48:42','',0,'https://aggressivegraphix.com/footer/',0,'wp_template_part','',0),(47,1,'2024-10-27 21:24:15','2024-10-27 21:24:15','<!-- wp:group {\"align\":\"full\",\"className\":\"wc-blocks-pattern-footer-large wc-blocks-footer-pattern\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"40px\",\"right\":\"40px\",\"bottom\":\"40px\",\"left\":\"40px\"},\"blockGap\":\"40px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"backgroundColor\":\"contrast\",\"textColor\":\"base\"} -->\n<div class=\"wc-blocks-pattern-footer-large wc-blocks-footer-pattern wp-block-group alignfull has-base-color has-contrast-background-color has-text-color has-background has-link-color\" style=\"padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"32px\",\"padding\":{\"right\":\"0px\",\"left\":\"0px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-right:0px;padding-left:0px\"><!-- wp:column {\"width\":\"60%\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"50px\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-right:50px;flex-basis:60%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":5,\"style\":{\"typography\":{\"textTransform\":\"none\"},\"spacing\":{\"margin\":{\"top\":\"40px\"}}}} -->\n<h5 class=\"wp-block-heading\" style=\"margin-top:40px;text-transform:none\">Join the community</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"40px\"}}}} -->\n<p style=\"margin-bottom:40px\" class=\"\">Follow us:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"16px\"}}}} -->\n<ul class=\"is-style-logos-only wp-block-social-links has-small-icon-size\"><!-- wp:social-link {\"url\":\"https://www.facebook.com/Aggressive.Graphix\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://www.instagram.com/aggressive_graphix\",\"service\":\"instagram\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"20%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0px;flex-basis:20%\"><!-- wp:jetpack/instagram-gallery /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"20%\",\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:20%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"20%\",\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:20%\"><!-- wp:navigation {\"ref\":28,\"overlayMenu\":\"never\",\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"overlayMenu\":\"never\",\"type\":\"flex\",\"orientation\":\"vertical\"}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Copyright 2024. All rights reserved.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Footer','','inherit','closed','closed','','46-revision-v1','','','2024-10-27 21:24:15','2024-10-27 21:24:15','',46,'https://aggressivegraphix.com/?p=47',0,'revision','',0),(48,1,'2024-10-27 21:31:35','2024-10-27 21:31:35','{\"styles\":[],\"settings\":{\"typography\":{\"fontFamilies\":{\"theme\":[{\"fontFace\":[{\"fontFamily\":\"Open Sans\",\"fontStretch\":\"normal\",\"fontStyle\":\"normal\",\"fontWeight\":\"300 400 500 600 700\",\"src\":[\"file:.\\/assets\\/fonts\\/open-sans\\/OpenSans-VariableFont_wdth,wght.woff2\"]}],\"fontFamily\":\"\\\"Open Sans\\\", sans-serif\",\"name\":\"Open Sans\",\"slug\":\"open-sans\"},{\"fontFamily\":\"-apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif\",\"name\":\"System Sans-serif\",\"slug\":\"system-sans-serif\"},{\"fontFamily\":\"Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol\",\"name\":\"System Serif\",\"slug\":\"system-Serif\"},{\"fontFamily\":\"Cardo\",\"name\":\"Cardo\",\"slug\":\"cardo\",\"fontFace\":[{\"fontFamily\":\"Cardo\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":[\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/plugins\\/woocommerce\\/assets\\/fonts\\/cardo_normal_400.woff2\"]}]},{\"fontFace\":[{\"fontFamily\":\"Inter\",\"fontStretch\":\"normal\",\"fontStyle\":\"normal\",\"fontWeight\":\"200 300 400 500 600 700 900\",\"src\":[\"file:.\\/assets\\/fonts\\/inter\\/Inter-VariableFont_slnt,wght.woff2\"]}],\"fontFamily\":\"\\\"Inter\\\", sans-serif\",\"name\":\"Inter\",\"slug\":\"body\",\"source\":\"theme\"}]}}},\"isGlobalStylesUserThemeJSON\":true,\"version\":3}','Custom Styles','','inherit','closed','closed','','23-revision-v1','','','2024-10-27 21:31:35','2024-10-27 21:31:35','',23,'https://aggressivegraphix.com/?p=48',0,'revision','',0),(49,1,'2024-10-27 21:32:51','2024-10-27 21:32:51','<!-- wp:group {\"align\":\"full\",\"className\":\"wc-blocks-pattern-footer-large wc-blocks-footer-pattern\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"40px\",\"right\":\"40px\",\"bottom\":\"40px\",\"left\":\"40px\"},\"blockGap\":\"40px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"backgroundColor\":\"contrast\",\"textColor\":\"base\"} -->\n<div class=\"wc-blocks-pattern-footer-large wc-blocks-footer-pattern wp-block-group alignfull has-base-color has-contrast-background-color has-text-color has-background has-link-color\" style=\"padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":1,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#ff0000\"}}},\"color\":{\"text\":\"#ff0000\"}}} -->\n<h1 class=\"wp-block-heading has-text-color has-link-color\" style=\"color:#ff0000\">Quicklinks</h1>\n<!-- /wp:heading -->\n\n<!-- wp:navigation {\"ref\":28} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:jetpack/instagram-gallery /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":1,\"style\":{\"color\":{\"text\":\"#ff0000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#ff0000\"}}}}} -->\n<h1 class=\"wp-block-heading has-text-color has-link-color\" style=\"color:#ff0000\">Legal</h1>\n<!-- /wp:heading --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Copyright 2024. All rights reserved.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Footer','','inherit','closed','closed','','46-revision-v1','','','2024-10-27 21:32:51','2024-10-27 21:32:51','',46,'https://aggressivegraphix.com/?p=49',0,'revision','',0),(50,1,'2024-10-27 21:32:52','2024-10-27 21:32:52','<!-- wp:navigation-link {\"label\":\"Home\",\"type\":\"page\",\"id\":2,\"url\":\"https://aggressivegraphix.com/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Shop\",\"type\":\"page\",\"id\":6,\"url\":\"https://aggressivegraphix.com/shop/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Contact Us\",\"type\":\"page\",\"id\":31,\"url\":\"https://aggressivegraphix.com/contact-us/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"My account\",\"type\":\"page\",\"id\":9,\"url\":\"https://aggressivegraphix.com/my-account/\",\"kind\":\"post-type\",\"className\":\"is-style-default\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Cart\",\"type\":\"page\",\"id\":7,\"url\":\"https://aggressivegraphix.com/cart/\",\"kind\":\"post-type\"} /-->','Account Nav','','inherit','closed','closed','','28-revision-v1','','','2024-10-27 21:32:52','2024-10-27 21:32:52','',28,'https://aggressivegraphix.com/?p=50',0,'revision','',0),(51,1,'2024-10-27 21:32:52','2024-10-27 21:32:52','{\"styles\":{\"elements\":{\"h1\":{\"typography\":{\"fontSize\":\"var:preset|font-size|large\",\"textTransform\":\"uppercase\"}}}},\"settings\":{\"typography\":{\"fontFamilies\":{\"theme\":[{\"fontFace\":[{\"fontFamily\":\"Open Sans\",\"fontStretch\":\"normal\",\"fontStyle\":\"normal\",\"fontWeight\":\"300 400 500 600 700\",\"src\":[\"file:.\\/assets\\/fonts\\/open-sans\\/OpenSans-VariableFont_wdth,wght.woff2\"]}],\"fontFamily\":\"\\\"Open Sans\\\", sans-serif\",\"name\":\"Open Sans\",\"slug\":\"open-sans\"},{\"fontFamily\":\"-apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif\",\"name\":\"System Sans-serif\",\"slug\":\"system-sans-serif\"},{\"fontFamily\":\"Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol\",\"name\":\"System Serif\",\"slug\":\"system-Serif\"},{\"fontFamily\":\"Cardo\",\"name\":\"Cardo\",\"slug\":\"cardo\",\"fontFace\":[{\"fontFamily\":\"Cardo\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":[\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/plugins\\/woocommerce\\/assets\\/fonts\\/cardo_normal_400.woff2\"]}]},{\"fontFace\":[{\"fontFamily\":\"Inter\",\"fontStretch\":\"normal\",\"fontStyle\":\"normal\",\"fontWeight\":\"200 300 400 500 600 700 900\",\"src\":[\"file:.\\/assets\\/fonts\\/inter\\/Inter-VariableFont_slnt,wght.woff2\"]}],\"fontFamily\":\"\\\"Inter\\\", sans-serif\",\"name\":\"Inter\",\"slug\":\"body\",\"source\":\"theme\"}]}}},\"isGlobalStylesUserThemeJSON\":true,\"version\":3}','Custom Styles','','inherit','closed','closed','','23-revision-v1','','','2024-10-27 21:32:52','2024-10-27 21:32:52','',23,'https://aggressivegraphix.com/?p=51',0,'revision','',0),(52,1,'2024-10-27 21:37:28','2024-10-27 21:37:28','{\"styles\":{\"elements\":{\"h1\":{\"typography\":{\"fontSize\":\"var(--wp--preset--font-size--large)\",\"textTransform\":\"uppercase\"}},\"button\":{\"color\":{\"background\":\"#d01a1a\"}},\"heading\":{\"color\":{\"text\":\"var:preset|color|base-2\"}}},\"color\":{\"background\":\"var:preset|color|contrast\",\"text\":\"var:preset|color|base-2\"}},\"settings\":{\"typography\":{\"fontFamilies\":{\"theme\":[{\"fontFace\":[{\"fontFamily\":\"Open Sans\",\"fontStretch\":\"normal\",\"fontStyle\":\"normal\",\"fontWeight\":\"300 400 500 600 700\",\"src\":[\"file:.\\/assets\\/fonts\\/open-sans\\/OpenSans-VariableFont_wdth,wght.woff2\"]}],\"fontFamily\":\"\\\"Open Sans\\\", sans-serif\",\"name\":\"Open Sans\",\"slug\":\"open-sans\"},{\"fontFamily\":\"-apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif\",\"name\":\"System Sans-serif\",\"slug\":\"system-sans-serif\"},{\"fontFamily\":\"Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol\",\"name\":\"System Serif\",\"slug\":\"system-Serif\"},{\"fontFamily\":\"Cardo\",\"name\":\"Cardo\",\"slug\":\"cardo\",\"fontFace\":[{\"fontFamily\":\"Cardo\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":[\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/plugins\\/woocommerce\\/assets\\/fonts\\/cardo_normal_400.woff2\"]}]},{\"fontFace\":[{\"fontFamily\":\"Inter\",\"fontStretch\":\"normal\",\"fontStyle\":\"normal\",\"fontWeight\":\"200 300 400 500 600 700 900\",\"src\":[\"file:.\\/assets\\/fonts\\/inter\\/Inter-VariableFont_slnt,wght.woff2\"]}],\"fontFamily\":\"\\\"Inter\\\", sans-serif\",\"name\":\"Inter\",\"slug\":\"body\"}]}},\"color\":{\"duotone\":{\"theme\":[{\"colors\":[\"#272727\",\"#f9f9f9\"],\"slug\":\"duotone-1\",\"name\":\"Dark gray and white\"},{\"colors\":[\"#272727\",\"#5F584F\"],\"slug\":\"duotone-2\",\"name\":\"Dark gray and walnut\"},{\"colors\":[\"#272727\",\"#973C20\"],\"slug\":\"duotone-3\",\"name\":\"Dark gray and cinnamon\"},{\"colors\":[\"#272727\",\"#4D5B48\"],\"slug\":\"duotone-4\",\"name\":\"Dark gray and olive\"},{\"colors\":[\"#272727\",\"#4F5959\"],\"slug\":\"duotone-5\",\"name\":\"Dark gray and steel\"}]},\"gradients\":{\"theme\":[{\"slug\":\"gradient-1\",\"gradient\":\"linear-gradient(to bottom, #5F584F 0%, #272727 100%)\",\"name\":\"Vertical soft driftwood to dark gray\"},{\"slug\":\"gradient-2\",\"gradient\":\"linear-gradient(to bottom, #6D533C 0%, #272727 100%)\",\"name\":\"Vertical soft walnut to dark gray\"},{\"slug\":\"gradient-3\",\"gradient\":\"linear-gradient(to bottom, #973C20 0%, #272727 100%)\",\"name\":\"Vertical soft cinnamon to dark gray\"},{\"slug\":\"gradient-4\",\"gradient\":\"linear-gradient(to bottom, #4D5B48 0%, #272727 100%)\",\"name\":\"Vertical soft olive to dark gray\"},{\"slug\":\"gradient-5\",\"gradient\":\"linear-gradient(to bottom, #4F5959 0%, #272727 100%)\",\"name\":\"Vertical soft steel to dark gray\"},{\"slug\":\"gradient-6\",\"gradient\":\"linear-gradient(to bottom, #909090 0%, #272727 100%)\",\"name\":\"Vertical soft pewter to dark gray\"},{\"slug\":\"gradient-7\",\"gradient\":\"linear-gradient(to bottom, #5F584F 50%, #272727 50%)\",\"name\":\"Vertical hard beige to dark gray\"},{\"slug\":\"gradient-8\",\"gradient\":\"linear-gradient(to bottom, #6D533C 50%, #272727 50%)\",\"name\":\"Vertical hard walnut to dark gray\"},{\"slug\":\"gradient-9\",\"gradient\":\"linear-gradient(to bottom, #973C20 50%, #272727 50%)\",\"name\":\"Vertical hard cinnamon to dark gray\"},{\"slug\":\"gradient-10\",\"gradient\":\"linear-gradient(to bottom, #4D5B48 50%, #272727 50%)\",\"name\":\"Vertical hard olive to dark gray\"},{\"slug\":\"gradient-11\",\"gradient\":\"linear-gradient(to bottom, #4F5959 50%, #272727 50%)\",\"name\":\"Vertical hard steel to dark gray\"},{\"slug\":\"gradient-12\",\"gradient\":\"linear-gradient(to bottom, #A4A4A4 50%, #272727 50%)\",\"name\":\"Vertical hard pewter to dark gray\"}]},\"palette\":{\"theme\":[{\"color\":\"#272727\",\"name\":\"Base\",\"slug\":\"base\"},{\"color\":\"#303030\",\"name\":\"Base \\/ Two\",\"slug\":\"base-2\"},{\"color\":\"#f9f9f9\",\"name\":\"Contrast\",\"slug\":\"contrast\"},{\"color\":\"#B7B7B7\",\"name\":\"Contrast \\/ Two\",\"slug\":\"contrast-2\"},{\"color\":\"#909090\",\"name\":\"Contrast \\/ Three\",\"slug\":\"contrast-3\"},{\"color\":\"#5F584F\",\"name\":\"Accent\",\"slug\":\"accent\"},{\"color\":\"#6D533C\",\"name\":\"Accent \\/ Two\",\"slug\":\"accent-2\"},{\"color\":\"#973C20\",\"name\":\"Accent \\/ Three\",\"slug\":\"accent-3\"},{\"color\":\"#4D5B48\",\"name\":\"Accent \\/ Four\",\"slug\":\"accent-4\"},{\"color\":\"#4F5959\",\"name\":\"Accent \\/ Five\",\"slug\":\"accent-5\"}],\"custom\":[{\"color\":\"#333333\",\"name\":\"Text Black\",\"slug\":\"custom-text-black\"},{\"color\":\"#d01a1a\",\"name\":\"AG Red\",\"slug\":\"custom-ag-red\"},{\"color\":\"#ededed\",\"name\":\"Light gray\",\"slug\":\"custom-light-gray\"},{\"color\":\"#000\",\"name\":\"True black\",\"slug\":\"custom-true-black\"},{\"color\":\"#ffffff\",\"name\":\"True white\",\"slug\":\"custom-true-white\"},{\"color\":\"#ab0e0e\",\"name\":\"Dark AG\",\"slug\":\"custom-dark-ag\"}]}}},\"isGlobalStylesUserThemeJSON\":true,\"version\":3}','Custom Styles','','inherit','closed','closed','','23-revision-v1','','','2024-10-27 21:37:28','2024-10-27 21:37:28','',23,'https://aggressivegraphix.com/?p=52',0,'revision','',0),(53,1,'2024-10-27 21:50:26','2024-10-27 21:50:26','<!-- wp:pattern {\"slug\":\"eride/page-header\"} /-->\n\n<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"metadata\":{\"name\":\"contact-map\",\"categories\":[\"featured\"],\"patternName\":\"eride/contact-map\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\",\"bottom\":\"19px\"},\"margin\":{\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-bottom:0px;padding-right:0px;padding-bottom:19px;padding-left:0px\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-right:0px;padding-left:0px\"><!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2100.9232123868337!2d-71.88696115903453!3d42.043479794164774!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89e41f68ca299111%3A0x586309008fcd0e74!2s31%20Hill%20St%2C%20Webster%2C%20MA%2001570!5e0!3m2!1sen!2sus!4v1730065622923!5m2!1sen!2sus\" width=\"100%\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:jetpack/contact-form {\"style\":{\"spacing\":{\"padding\":{\"top\":\"16px\",\"right\":\"16px\",\"bottom\":\"16px\",\"left\":\"16px\"}}}} -->\n<div class=\"wp-block-jetpack-contact-form\" style=\"padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px\"><!-- wp:jetpack/field-name {\"required\":true} /-->\n\n<!-- wp:jetpack/field-email {\"required\":true} /-->\n\n<!-- wp:jetpack/field-textarea {\"label\":\"Message\"} /-->\n\n<!-- wp:jetpack/button {\"element\":\"button\",\"text\":\"Contact Us\",\"lock\":{\"remove\":true}} /--></div>\n<!-- /wp:jetpack/contact-form --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":1} -->\n<h1 class=\"wp-block-heading\">Aggressive Graphix</h1>\n<!-- /wp:heading -->\n\n<!-- wp:jetpack/contact-info -->\n<div class=\"wp-block-jetpack-contact-info\"><!-- wp:jetpack/address {\"address\":\"31 Hill Street\",\"city\":\"Webster\",\"region\":\"Massachusetts\",\"postal\":\"01570\",\"linkToGoogleMaps\":true} -->\n<div class=\"wp-block-jetpack-address\"><a href=\"https://www.google.com/maps/search/31+Hill Street,+Webster,+Massachusetts,+01570\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"Open address in Google Maps\"><div class=\"jetpack-address__address jetpack-address__address1\">31 Hill Street</div><div><span class=\"jetpack-address__city\">Webster</span>, <span class=\"jetpack-address__region\">Massachusetts</span> <span class=\"jetpack-address__postal\">01570</span></div></a></div>\n<!-- /wp:jetpack/address -->\n\n<!-- wp:jetpack/phone {\"phone\":\"774.314.1673\"} -->\n<div class=\"wp-block-jetpack-phone\"><a href=\"tel:7743141673\">774.314.1673</a></div>\n<!-- /wp:jetpack/phone -->\n\n<!-- wp:jetpack/email {\"email\":\"info@aggressivegraphix.com\"} -->\n<div class=\"wp-block-jetpack-email\"><a href=\"mailto:info@aggressivegraphix.com\">info@aggressivegraphix.com</a></div>\n<!-- /wp:jetpack/email --></div>\n<!-- /wp:jetpack/contact-info -->\n\n<!-- wp:social-links -->\n<ul class=\"wp-block-social-links\"><!-- wp:social-link {\"service\":\"facebook\",\"label\":\"https://www.facebook.com/Aggressive.Graphix\"} /-->\n\n<!-- wp:social-link {\"service\":\"instagram\",\"label\":\"https://www.instagram.com/aggressive_graphix/\"} /--></ul>\n<!-- /wp:social-links -->\n\n<!-- wp:jetpack/business-hours {\"days\":[{\"name\":\"Sun\",\"hours\":[]},{\"name\":\"Mon\",\"hours\":[{\"opening\":\"10:00\",\"closing\":\"18:00\"}]},{\"name\":\"Tue\",\"hours\":[{\"opening\":\"10:00\",\"closing\":\"18:00\"}]},{\"name\":\"Wed\",\"hours\":[{\"opening\":\"10:00\",\"closing\":\"18:00\"}]},{\"name\":\"Thu\",\"hours\":[{\"opening\":\"10:00\",\"closing\":\"18:00\"}]},{\"name\":\"Fri\",\"hours\":[{\"opening\":\"10:00\",\"closing\":\"18:00\"}]},{\"name\":\"Sat\",\"hours\":[]}]} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\"} /-->','Contact','','publish','closed','closed','','contact','','','2024-10-27 22:49:38','2024-10-27 22:49:38','',0,'https://aggressivegraphix.com/contact/',0,'wp_template','',0),(54,1,'2024-10-27 21:52:24','2024-10-27 21:52:24','<!-- wp:pattern {\"slug\":\"eride/page-header\"} /-->\n\n<!-- wp:group {\"metadata\":{\"name\":\"contact-map\",\"categories\":[\"featured\"],\"patternName\":\"eride/contact-map\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\",\"bottom\":\"19px\"},\"margin\":{\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-bottom:0px;padding-right:0px;padding-bottom:19px;padding-left:0px\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-right:0px;padding-left:0px\"><!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2100.9232123868337!2d-71.88696115903453!3d42.043479794164774!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89e41f68ca299111%3A0x586309008fcd0e74!2s31%20Hill%20St%2C%20Webster%2C%20MA%2001570!5e0!3m2!1sen!2sus!4v1730065622923!5m2!1sen!2sus\" width=\"100%\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:jetpack/contact-form {\"style\":{\"spacing\":{\"padding\":{\"top\":\"16px\",\"right\":\"16px\",\"bottom\":\"16px\",\"left\":\"16px\"}}}} -->\n<div class=\"wp-block-jetpack-contact-form\" style=\"padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px\"><!-- wp:jetpack/field-name {\"required\":true} /-->\n\n<!-- wp:jetpack/field-email {\"required\":true} /-->\n\n<!-- wp:jetpack/field-textarea {\"label\":\"Message\"} /-->\n\n<!-- wp:jetpack/button {\"element\":\"button\",\"text\":\"Contact Us\",\"lock\":{\"remove\":true}} /--></div>\n<!-- /wp:jetpack/contact-form --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":1} -->\n<h1 class=\"wp-block-heading\">Aggressive Graphix</h1>\n<!-- /wp:heading -->\n\n<!-- wp:jetpack/contact-info -->\n<div class=\"wp-block-jetpack-contact-info\"><!-- wp:jetpack/address {\"address\":\"31 Hill Street\",\"city\":\"Webster\",\"region\":\"Massachusetts\",\"postal\":\"01570\",\"linkToGoogleMaps\":true} -->\n<div class=\"wp-block-jetpack-address\"><a href=\"https://www.google.com/maps/search/31+Hill Street,+Webster,+Massachusetts,+01570\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"Open address in Google Maps\"><div class=\"jetpack-address__address jetpack-address__address1\">31 Hill Street</div><div><span class=\"jetpack-address__city\">Webster</span>, <span class=\"jetpack-address__region\">Massachusetts</span> <span class=\"jetpack-address__postal\">01570</span></div></a></div>\n<!-- /wp:jetpack/address -->\n\n<!-- wp:jetpack/phone {\"phone\":\"774.314.1673\"} -->\n<div class=\"wp-block-jetpack-phone\"><a href=\"tel:7743141673\">774.314.1673</a></div>\n<!-- /wp:jetpack/phone -->\n\n<!-- wp:jetpack/email {\"email\":\"info@aggressivegraphix.com\"} -->\n<div class=\"wp-block-jetpack-email\"><a href=\"mailto:info@aggressivegraphix.com\">info@aggressivegraphix.com</a></div>\n<!-- /wp:jetpack/email --></div>\n<!-- /wp:jetpack/contact-info -->\n\n<!-- wp:social-links -->\n<ul class=\"wp-block-social-links\"><!-- wp:social-link {\"service\":\"facebook\",\"label\":\"https://www.facebook.com/Aggressive.Graphix\"} /-->\n\n<!-- wp:social-link {\"service\":\"instagram\",\"label\":\"https://www.instagram.com/aggressive_graphix/\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\"} /-->','Contact','','inherit','closed','closed','','53-revision-v1','','','2024-10-27 21:52:24','2024-10-27 21:52:24','',53,'https://aggressivegraphix.com/?p=54',0,'revision','',0),(55,1,'2024-10-27 21:53:05','2024-10-27 21:53:05','<!-- wp:pattern {\"slug\":\"eride/page-header\"} /-->\n\n<!-- wp:group {\"metadata\":{\"name\":\"contact-map\",\"categories\":[\"featured\"],\"patternName\":\"eride/contact-map\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\",\"bottom\":\"19px\"},\"margin\":{\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-bottom:0px;padding-right:0px;padding-bottom:19px;padding-left:0px\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-right:0px;padding-left:0px\"><!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2100.9232123868337!2d-71.88696115903453!3d42.043479794164774!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89e41f68ca299111%3A0x586309008fcd0e74!2s31%20Hill%20St%2C%20Webster%2C%20MA%2001570!5e0!3m2!1sen!2sus!4v1730065622923!5m2!1sen!2sus\" width=\"100%\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:jetpack/contact-form {\"style\":{\"spacing\":{\"padding\":{\"top\":\"16px\",\"right\":\"16px\",\"bottom\":\"16px\",\"left\":\"16px\"}}}} -->\n<div class=\"wp-block-jetpack-contact-form\" style=\"padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px\"><!-- wp:jetpack/field-name {\"required\":true} /-->\n\n<!-- wp:jetpack/field-email {\"required\":true} /-->\n\n<!-- wp:jetpack/field-textarea {\"label\":\"Message\"} /-->\n\n<!-- wp:jetpack/button {\"element\":\"button\",\"text\":\"Contact Us\",\"lock\":{\"remove\":true}} /--></div>\n<!-- /wp:jetpack/contact-form --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":1} -->\n<h1 class=\"wp-block-heading\">Aggressive Graphix</h1>\n<!-- /wp:heading -->\n\n<!-- wp:jetpack/contact-info -->\n<div class=\"wp-block-jetpack-contact-info\"><!-- wp:jetpack/address {\"address\":\"31 Hill Street\",\"city\":\"Webster\",\"region\":\"Massachusetts\",\"postal\":\"01570\",\"linkToGoogleMaps\":true} -->\n<div class=\"wp-block-jetpack-address\"><a href=\"https://www.google.com/maps/search/31+Hill Street,+Webster,+Massachusetts,+01570\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"Open address in Google Maps\"><div class=\"jetpack-address__address jetpack-address__address1\">31 Hill Street</div><div><span class=\"jetpack-address__city\">Webster</span>, <span class=\"jetpack-address__region\">Massachusetts</span> <span class=\"jetpack-address__postal\">01570</span></div></a></div>\n<!-- /wp:jetpack/address -->\n\n<!-- wp:jetpack/phone {\"phone\":\"774.314.1673\"} -->\n<div class=\"wp-block-jetpack-phone\"><a href=\"tel:7743141673\">774.314.1673</a></div>\n<!-- /wp:jetpack/phone -->\n\n<!-- wp:jetpack/email {\"email\":\"info@aggressivegraphix.com\"} -->\n<div class=\"wp-block-jetpack-email\"><a href=\"mailto:info@aggressivegraphix.com\">info@aggressivegraphix.com</a></div>\n<!-- /wp:jetpack/email --></div>\n<!-- /wp:jetpack/contact-info -->\n\n<!-- wp:social-links -->\n<ul class=\"wp-block-social-links\"><!-- wp:social-link {\"service\":\"facebook\",\"label\":\"https://www.facebook.com/Aggressive.Graphix\"} /-->\n\n<!-- wp:social-link {\"service\":\"instagram\",\"label\":\"https://www.instagram.com/aggressive_graphix/\"} /--></ul>\n<!-- /wp:social-links -->\n\n<!-- wp:jetpack/business-hours {\"days\":[{\"name\":\"Sun\",\"hours\":[]},{\"name\":\"Mon\",\"hours\":[{\"opening\":\"10:00\",\"closing\":\"18:00\"}]},{\"name\":\"Tue\",\"hours\":[{\"opening\":\"10:00\",\"closing\":\"18:00\"}]},{\"name\":\"Wed\",\"hours\":[{\"opening\":\"10:00\",\"closing\":\"18:00\"}]},{\"name\":\"Thu\",\"hours\":[{\"opening\":\"10:00\",\"closing\":\"18:00\"}]},{\"name\":\"Fri\",\"hours\":[{\"opening\":\"10:00\",\"closing\":\"18:00\"}]},{\"name\":\"Sat\",\"hours\":[]}]} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\"} /-->','Contact','','inherit','closed','closed','','53-revision-v1','','','2024-10-27 21:53:05','2024-10-27 21:53:05','',53,'https://aggressivegraphix.com/?p=55',0,'revision','',0),(56,1,'2024-10-27 22:26:12','2024-10-27 22:26:12','<!-- wp:group {\"metadata\":{\"name\":\"Header v1\"},\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"margin\":{\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:var(--wp--preset--spacing--20);padding-top:0;padding-bottom:0\"><!-- wp:group {\"metadata\":{\"name\":\"Desktop Header\"},\"align\":\"full\",\"className\":\"desktop-header\",\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"18px\",\"bottom\":\"15px\",\"right\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\"}},\"border\":{\"bottom\":{\"color\":\"var:preset|color|gray-1100\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"left\":[]}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"desktop-header wp-block-group alignfull\" style=\"border-bottom-color:var(--wp--preset--color--gray-1100);border-bottom-width:1px;padding-top:18px;padding-right:var(--wp--preset--spacing--10);padding-bottom:15px;padding-left:var(--wp--preset--spacing--10)\"><!-- wp:group {\"align\":\"wide\",\"className\":\"relative\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"relative wp-block-group alignwide\"><!-- wp:image {\"id\":38,\"width\":\"323px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"brand\",\"style\":{\"color\":[],\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"206px\"}}} -->\n<figure class=\"brand wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/aggressive-graphix_full-logox2.jpg\" alt=\"Aggressive Graphix main logo\" class=\"wp-image-38\" style=\"width:323px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:navigation {\"ref\":42,\"overlayTextColor\":\"gray-100\",\"className\":\"primary-menu\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontSize\":\"14px\"},\"spacing\":{\"blockGap\":\"50px\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":55,\"width\":\"21px\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"search-toggle\"} -->\n<figure class=\"search-toggle wp-block-image size-full is-resized\" id=\"showModalBtn\"><a href=\"#\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/search.svg\" alt=\"\" class=\"wp-image-55\" style=\"width:21px\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"style\":{\"spacing\":{\"margin\":{\"left\":\"14px\",\"right\":\"1px\",\"top\":\"1px\"}}}} /-->\n\n<!-- wp:woocommerce/mini-cart {\"miniCartIcon\":\"bag-alt\",\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Header','','inherit','closed','closed','','43-revision-v1','','','2024-10-27 22:26:12','2024-10-27 22:26:12','',43,'https://aggressivegraphix.com/?p=56',0,'revision','',0),(57,1,'2024-10-27 22:28:49','2024-10-27 22:28:49','{\"styles\":{\"elements\":{\"h1\":{\"typography\":{\"fontSize\":\"var(--wp--preset--font-size--large)\",\"textTransform\":\"uppercase\"}},\"button\":{\"color\":{\"background\":\"#d01a1a\",\"text\":\"var:preset|color|contrast\"}},\"heading\":{\"color\":{\"text\":\"var(--wp--preset--color--base-2)\"}}},\"color\":{\"background\":\"var(--wp--preset--color--contrast)\",\"text\":\"var(--wp--preset--color--base-2)\"}},\"settings\":{\"typography\":{\"fontFamilies\":{\"theme\":[{\"fontFace\":[{\"fontFamily\":\"Open Sans\",\"fontStretch\":\"normal\",\"fontStyle\":\"normal\",\"fontWeight\":\"300 400 500 600 700\",\"src\":[\"file:.\\/assets\\/fonts\\/open-sans\\/OpenSans-VariableFont_wdth,wght.woff2\"]}],\"fontFamily\":\"\\\"Open Sans\\\", sans-serif\",\"name\":\"Open Sans\",\"slug\":\"open-sans\"},{\"fontFamily\":\"-apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif\",\"name\":\"System Sans-serif\",\"slug\":\"system-sans-serif\"},{\"fontFamily\":\"Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol\",\"name\":\"System Serif\",\"slug\":\"system-Serif\"},{\"fontFamily\":\"Cardo\",\"name\":\"Cardo\",\"slug\":\"cardo\",\"fontFace\":[{\"fontFamily\":\"Cardo\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":[\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/plugins\\/woocommerce\\/assets\\/fonts\\/cardo_normal_400.woff2\"]}]},{\"fontFace\":[{\"fontFamily\":\"Inter\",\"fontStretch\":\"normal\",\"fontStyle\":\"normal\",\"fontWeight\":\"200 300 400 500 600 700 900\",\"src\":[\"file:.\\/assets\\/fonts\\/inter\\/Inter-VariableFont_slnt,wght.woff2\"]}],\"fontFamily\":\"\\\"Inter\\\", sans-serif\",\"name\":\"Inter\",\"slug\":\"body\"}]}},\"color\":{\"duotone\":{\"theme\":[{\"colors\":[\"#272727\",\"#f9f9f9\"],\"slug\":\"duotone-1\",\"name\":\"Dark gray and white\"},{\"colors\":[\"#272727\",\"#5F584F\"],\"slug\":\"duotone-2\",\"name\":\"Dark gray and walnut\"},{\"colors\":[\"#272727\",\"#973C20\"],\"slug\":\"duotone-3\",\"name\":\"Dark gray and cinnamon\"},{\"colors\":[\"#272727\",\"#4D5B48\"],\"slug\":\"duotone-4\",\"name\":\"Dark gray and olive\"},{\"colors\":[\"#272727\",\"#4F5959\"],\"slug\":\"duotone-5\",\"name\":\"Dark gray and steel\"}]},\"gradients\":{\"theme\":[{\"slug\":\"gradient-1\",\"gradient\":\"linear-gradient(to bottom, #5F584F 0%, #272727 100%)\",\"name\":\"Vertical soft driftwood to dark gray\"},{\"slug\":\"gradient-2\",\"gradient\":\"linear-gradient(to bottom, #6D533C 0%, #272727 100%)\",\"name\":\"Vertical soft walnut to dark gray\"},{\"slug\":\"gradient-3\",\"gradient\":\"linear-gradient(to bottom, #973C20 0%, #272727 100%)\",\"name\":\"Vertical soft cinnamon to dark gray\"},{\"slug\":\"gradient-4\",\"gradient\":\"linear-gradient(to bottom, #4D5B48 0%, #272727 100%)\",\"name\":\"Vertical soft olive to dark gray\"},{\"slug\":\"gradient-5\",\"gradient\":\"linear-gradient(to bottom, #4F5959 0%, #272727 100%)\",\"name\":\"Vertical soft steel to dark gray\"},{\"slug\":\"gradient-6\",\"gradient\":\"linear-gradient(to bottom, #909090 0%, #272727 100%)\",\"name\":\"Vertical soft pewter to dark gray\"},{\"slug\":\"gradient-7\",\"gradient\":\"linear-gradient(to bottom, #5F584F 50%, #272727 50%)\",\"name\":\"Vertical hard beige to dark gray\"},{\"slug\":\"gradient-8\",\"gradient\":\"linear-gradient(to bottom, #6D533C 50%, #272727 50%)\",\"name\":\"Vertical hard walnut to dark gray\"},{\"slug\":\"gradient-9\",\"gradient\":\"linear-gradient(to bottom, #973C20 50%, #272727 50%)\",\"name\":\"Vertical hard cinnamon to dark gray\"},{\"slug\":\"gradient-10\",\"gradient\":\"linear-gradient(to bottom, #4D5B48 50%, #272727 50%)\",\"name\":\"Vertical hard olive to dark gray\"},{\"slug\":\"gradient-11\",\"gradient\":\"linear-gradient(to bottom, #4F5959 50%, #272727 50%)\",\"name\":\"Vertical hard steel to dark gray\"},{\"slug\":\"gradient-12\",\"gradient\":\"linear-gradient(to bottom, #A4A4A4 50%, #272727 50%)\",\"name\":\"Vertical hard pewter to dark gray\"}]},\"palette\":{\"theme\":[{\"color\":\"#272727\",\"name\":\"Base\",\"slug\":\"base\"},{\"color\":\"#303030\",\"name\":\"Base \\/ Two\",\"slug\":\"base-2\"},{\"color\":\"#f9f9f9\",\"name\":\"Contrast\",\"slug\":\"contrast\"},{\"color\":\"#B7B7B7\",\"name\":\"Contrast \\/ Two\",\"slug\":\"contrast-2\"},{\"color\":\"#909090\",\"name\":\"Contrast \\/ Three\",\"slug\":\"contrast-3\"},{\"color\":\"#5F584F\",\"name\":\"Accent\",\"slug\":\"accent\"},{\"color\":\"#6D533C\",\"name\":\"Accent \\/ Two\",\"slug\":\"accent-2\"},{\"color\":\"#973C20\",\"name\":\"Accent \\/ Three\",\"slug\":\"accent-3\"},{\"color\":\"#4D5B48\",\"name\":\"Accent \\/ Four\",\"slug\":\"accent-4\"},{\"color\":\"#4F5959\",\"name\":\"Accent \\/ Five\",\"slug\":\"accent-5\"}],\"custom\":[{\"color\":\"#333333\",\"name\":\"Text Black\",\"slug\":\"custom-text-black\"},{\"color\":\"#d01a1a\",\"name\":\"AG Red\",\"slug\":\"custom-ag-red\"},{\"color\":\"#ededed\",\"name\":\"Light gray\",\"slug\":\"custom-light-gray\"},{\"color\":\"#000\",\"name\":\"True black\",\"slug\":\"custom-true-black\"},{\"color\":\"#ffffff\",\"name\":\"True white\",\"slug\":\"custom-true-white\"},{\"color\":\"#ab0e0e\",\"name\":\"Dark AG\",\"slug\":\"custom-dark-ag\"}]}}},\"isGlobalStylesUserThemeJSON\":true,\"version\":3}','Custom Styles','','inherit','closed','closed','','23-revision-v1','','','2024-10-27 22:28:49','2024-10-27 22:28:49','',23,'https://aggressivegraphix.com/?p=57',0,'revision','',0),(58,1,'2024-10-27 22:29:16','2024-10-27 22:29:16','{\"styles\":{\"elements\":{\"h1\":{\"typography\":{\"fontSize\":\"var(--wp--preset--font-size--large)\",\"textTransform\":\"uppercase\"}},\"button\":{\"color\":{\"background\":\"#d01a1a\",\"text\":\"var:preset|color|contrast\"}},\"heading\":{\"color\":{\"text\":\"var(--wp--preset--color--base-2)\"}}},\"color\":{\"background\":\"var(--wp--preset--color--contrast)\",\"text\":\"var(--wp--preset--color--base-2)\"}},\"settings\":{\"color\":{\"duotone\":{\"theme\":[{\"colors\":[\"#272727\",\"#f9f9f9\"],\"slug\":\"duotone-1\",\"name\":\"Dark gray and white\"},{\"colors\":[\"#272727\",\"#5F584F\"],\"slug\":\"duotone-2\",\"name\":\"Dark gray and walnut\"},{\"colors\":[\"#272727\",\"#973C20\"],\"slug\":\"duotone-3\",\"name\":\"Dark gray and cinnamon\"},{\"colors\":[\"#272727\",\"#4D5B48\"],\"slug\":\"duotone-4\",\"name\":\"Dark gray and olive\"},{\"colors\":[\"#272727\",\"#4F5959\"],\"slug\":\"duotone-5\",\"name\":\"Dark gray and steel\"}]},\"gradients\":{\"theme\":[{\"slug\":\"gradient-1\",\"gradient\":\"linear-gradient(to bottom, #5F584F 0%, #272727 100%)\",\"name\":\"Vertical soft driftwood to dark gray\"},{\"slug\":\"gradient-2\",\"gradient\":\"linear-gradient(to bottom, #6D533C 0%, #272727 100%)\",\"name\":\"Vertical soft walnut to dark gray\"},{\"slug\":\"gradient-3\",\"gradient\":\"linear-gradient(to bottom, #973C20 0%, #272727 100%)\",\"name\":\"Vertical soft cinnamon to dark gray\"},{\"slug\":\"gradient-4\",\"gradient\":\"linear-gradient(to bottom, #4D5B48 0%, #272727 100%)\",\"name\":\"Vertical soft olive to dark gray\"},{\"slug\":\"gradient-5\",\"gradient\":\"linear-gradient(to bottom, #4F5959 0%, #272727 100%)\",\"name\":\"Vertical soft steel to dark gray\"},{\"slug\":\"gradient-6\",\"gradient\":\"linear-gradient(to bottom, #909090 0%, #272727 100%)\",\"name\":\"Vertical soft pewter to dark gray\"},{\"slug\":\"gradient-7\",\"gradient\":\"linear-gradient(to bottom, #5F584F 50%, #272727 50%)\",\"name\":\"Vertical hard beige to dark gray\"},{\"slug\":\"gradient-8\",\"gradient\":\"linear-gradient(to bottom, #6D533C 50%, #272727 50%)\",\"name\":\"Vertical hard walnut to dark gray\"},{\"slug\":\"gradient-9\",\"gradient\":\"linear-gradient(to bottom, #973C20 50%, #272727 50%)\",\"name\":\"Vertical hard cinnamon to dark gray\"},{\"slug\":\"gradient-10\",\"gradient\":\"linear-gradient(to bottom, #4D5B48 50%, #272727 50%)\",\"name\":\"Vertical hard olive to dark gray\"},{\"slug\":\"gradient-11\",\"gradient\":\"linear-gradient(to bottom, #4F5959 50%, #272727 50%)\",\"name\":\"Vertical hard steel to dark gray\"},{\"slug\":\"gradient-12\",\"gradient\":\"linear-gradient(to bottom, #A4A4A4 50%, #272727 50%)\",\"name\":\"Vertical hard pewter to dark gray\"}]},\"palette\":{\"theme\":[{\"color\":\"#272727\",\"name\":\"Base\",\"slug\":\"base\"},{\"color\":\"#303030\",\"name\":\"Base \\/ Two\",\"slug\":\"base-2\"},{\"color\":\"#f9f9f9\",\"name\":\"Contrast\",\"slug\":\"contrast\"},{\"color\":\"#B7B7B7\",\"name\":\"Contrast \\/ Two\",\"slug\":\"contrast-2\"},{\"color\":\"#909090\",\"name\":\"Contrast \\/ Three\",\"slug\":\"contrast-3\"},{\"color\":\"#5F584F\",\"name\":\"Accent\",\"slug\":\"accent\"},{\"color\":\"#6D533C\",\"name\":\"Accent \\/ Two\",\"slug\":\"accent-2\"},{\"color\":\"#973C20\",\"name\":\"Accent \\/ Three\",\"slug\":\"accent-3\"},{\"color\":\"#4D5B48\",\"name\":\"Accent \\/ Four\",\"slug\":\"accent-4\"},{\"color\":\"#4F5959\",\"name\":\"Accent \\/ Five\",\"slug\":\"accent-5\"}],\"custom\":[{\"color\":\"#333333\",\"name\":\"Text Black\",\"slug\":\"custom-text-black\"},{\"color\":\"#d01a1a\",\"name\":\"AG Red\",\"slug\":\"custom-ag-red\"},{\"color\":\"#ededed\",\"name\":\"Light gray\",\"slug\":\"custom-light-gray\"},{\"color\":\"#000\",\"name\":\"True black\",\"slug\":\"custom-true-black\"},{\"color\":\"#ffffff\",\"name\":\"True white\",\"slug\":\"custom-true-white\"},{\"color\":\"#ab0e0e\",\"name\":\"Dark AG\",\"slug\":\"custom-dark-ag\"}]}},\"layout\":{\"contentSize\":\"1140px\"},\"typography\":{\"fontFamilies\":{\"theme\":[{\"fontFace\":[{\"fontFamily\":\"Open Sans\",\"fontStretch\":\"normal\",\"fontStyle\":\"normal\",\"fontWeight\":\"300 400 500 600 700\",\"src\":[\"file:.\\/assets\\/fonts\\/open-sans\\/OpenSans-VariableFont_wdth,wght.woff2\"]}],\"fontFamily\":\"\\\"Open Sans\\\", sans-serif\",\"name\":\"Open Sans\",\"slug\":\"open-sans\"},{\"fontFamily\":\"-apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif\",\"name\":\"System Sans-serif\",\"slug\":\"system-sans-serif\"},{\"fontFamily\":\"Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol\",\"name\":\"System Serif\",\"slug\":\"system-Serif\"},{\"fontFamily\":\"Cardo\",\"name\":\"Cardo\",\"slug\":\"cardo\",\"fontFace\":[{\"fontFamily\":\"Cardo\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":[\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/plugins\\/woocommerce\\/assets\\/fonts\\/cardo_normal_400.woff2\"]}]},{\"fontFace\":[{\"fontFamily\":\"Inter\",\"fontStretch\":\"normal\",\"fontStyle\":\"normal\",\"fontWeight\":\"200 300 400 500 600 700 900\",\"src\":[\"file:.\\/assets\\/fonts\\/inter\\/Inter-VariableFont_slnt,wght.woff2\"]}],\"fontFamily\":\"\\\"Inter\\\", sans-serif\",\"name\":\"Inter\",\"slug\":\"body\"}]}}},\"isGlobalStylesUserThemeJSON\":true,\"version\":3}','Custom Styles','','inherit','closed','closed','','23-revision-v1','','','2024-10-27 22:29:16','2024-10-27 22:29:16','',23,'https://aggressivegraphix.com/?p=58',0,'revision','',0),(60,1,'2024-10-27 22:32:28','2024-10-27 22:32:28','<!-- wp:jetpack/map {\"points\":[{\"placeTitle\":\"Hill Street\",\"title\":\"Aggressive Graphix\",\"caption\":\"31 Hill Street\\nWebster, Massachusetts 01570\",\"id\":\"address.6407114326631228\",\"coordinates\":{\"longitude\":-71.886383,\"latitude\":42.042945}}],\"zoom\":15.418871787068161,\"mapCenter\":{\"lng\":-71.886383,\"lat\":42.042945},\"mapHeight\":430,\"className\":\"is-style-black_and_white\"} -->\n<div class=\"is-style-black_and_white wp-block-jetpack-map\" data-map-style=\"black_and_white\" data-map-details=\"true\" data-points=\"[{&quot;placeTitle&quot;:&quot;Hill Street&quot;,&quot;title&quot;:&quot;Aggressive Graphix&quot;,&quot;caption&quot;:&quot;31 Hill Street\\nWebster, Massachusetts 01570&quot;,&quot;id&quot;:&quot;address.6407114326631228&quot;,&quot;coordinates&quot;:{&quot;longitude&quot;:-71.886383,&quot;latitude&quot;:42.042945}}]\" data-zoom=\"15.418871787068161\" data-map-center=\"{&quot;lng&quot;:-71.886383,&quot;lat&quot;:42.042945}\" data-marker-color=\"red\" data-map-height=\"430\" data-show-fullscreen-button=\"true\"><ul><li><a href=\"https://www.google.com/maps/search/?api=1&amp;query=42.042945,-71.886383\">Aggressive Graphix</a></li></ul></div>\n<!-- /wp:jetpack/map -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:jetpack/contact-form {\"style\":{\"spacing\":{\"padding\":{\"top\":\"16px\",\"right\":\"16px\",\"bottom\":\"16px\",\"left\":\"16px\"}}}} -->\n<div class=\"wp-block-jetpack-contact-form\" style=\"padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px\"><!-- wp:jetpack/field-name {\"required\":true} /-->\n\n<!-- wp:jetpack/field-email {\"required\":true} /-->\n\n<!-- wp:jetpack/field-textarea {\"label\":\"Message\"} /-->\n\n<!-- wp:jetpack/button {\"element\":\"button\",\"text\":\"Contact Us\",\"lock\":{\"remove\":true}} /--></div>\n<!-- /wp:jetpack/contact-form --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Aggressive Graphix</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">31 Hill Street<br>Webster, MA 01570</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Email: info@aggressivegraphix.com</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Phone: 774.314.1673</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><a href=\"https://www.facebook.com/Aggressive.Graphix\">https://www.facebook.com/Aggressive.Graphix</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><a href=\"https://www.instagram.com/aggressive_graphix\">https://www.instagram.com/aggressive_graphix</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Contact Us','','inherit','closed','closed','','31-revision-v1','','','2024-10-27 22:32:28','2024-10-27 22:32:28','',31,'https://aggressivegraphix.com/?p=60',0,'revision','',0),(61,1,'2024-10-27 22:37:01','2024-10-27 22:37:01','<!-- wp:group {\"align\":\"full\",\"className\":\"wc-blocks-pattern-footer-large wc-blocks-footer-pattern\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"40px\",\"right\":\"40px\",\"bottom\":\"40px\",\"left\":\"40px\"},\"blockGap\":\"40px\"},\"elements\":{\"link\":{\":hover\":{\"color\":{\"text\":\"var:preset|color|custom-dark-ag\"}},\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"backgroundColor\":\"base-2\",\"textColor\":\"contrast\",\"nfdGroupDivider\":\"\"} -->\n<div class=\"wc-blocks-pattern-footer-large wc-blocks-footer-pattern wp-block-group alignfull has-contrast-color has-base-2-background-color has-text-color has-background has-link-color\" style=\"padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":1,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#ff0000\"}}},\"color\":{\"text\":\"#ff0000\"}}} -->\n<h1 class=\"wp-block-heading has-text-color has-link-color\" style=\"color:#ff0000\">Quicklinks</h1>\n<!-- /wp:heading -->\n\n<!-- wp:navigation {\"ref\":28} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:jetpack/instagram-gallery /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":1,\"style\":{\"color\":{\"text\":\"#ff0000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#ff0000\"}}}}} -->\n<h1 class=\"wp-block-heading has-text-color has-link-color\" style=\"color:#ff0000\">Legal</h1>\n<!-- /wp:heading --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Copyright 2024. All rights reserved.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Footer','','inherit','closed','closed','','46-revision-v1','','','2024-10-27 22:37:01','2024-10-27 22:37:01','',46,'https://aggressivegraphix.com/?p=61',0,'revision','',0),(62,1,'2024-10-27 22:38:58','2024-10-27 22:38:58','{\"styles\":{\"elements\":{\"h1\":{\"typography\":{\"fontSize\":\"var(--wp--preset--font-size--large)\",\"textTransform\":\"uppercase\"}},\"button\":{\"color\":{\"background\":\"#d01a1a\",\"text\":\"var(--wp--preset--color--contrast)\"}},\"heading\":{\"color\":{\"text\":\"var(--wp--preset--color--base-2)\"}}},\"color\":{\"background\":\"var:preset|color|base-2\",\"text\":\"var:preset|color|contrast\"}},\"settings\":{\"color\":{\"duotone\":{\"theme\":[{\"colors\":[\"#272727\",\"#f9f9f9\"],\"slug\":\"duotone-1\",\"name\":\"Dark gray and white\"},{\"colors\":[\"#272727\",\"#5F584F\"],\"slug\":\"duotone-2\",\"name\":\"Dark gray and walnut\"},{\"colors\":[\"#272727\",\"#973C20\"],\"slug\":\"duotone-3\",\"name\":\"Dark gray and cinnamon\"},{\"colors\":[\"#272727\",\"#4D5B48\"],\"slug\":\"duotone-4\",\"name\":\"Dark gray and olive\"},{\"colors\":[\"#272727\",\"#4F5959\"],\"slug\":\"duotone-5\",\"name\":\"Dark gray and steel\"}]},\"gradients\":{\"theme\":[{\"slug\":\"gradient-1\",\"gradient\":\"linear-gradient(to bottom, #5F584F 0%, #272727 100%)\",\"name\":\"Vertical soft driftwood to dark gray\"},{\"slug\":\"gradient-2\",\"gradient\":\"linear-gradient(to bottom, #6D533C 0%, #272727 100%)\",\"name\":\"Vertical soft walnut to dark gray\"},{\"slug\":\"gradient-3\",\"gradient\":\"linear-gradient(to bottom, #973C20 0%, #272727 100%)\",\"name\":\"Vertical soft cinnamon to dark gray\"},{\"slug\":\"gradient-4\",\"gradient\":\"linear-gradient(to bottom, #4D5B48 0%, #272727 100%)\",\"name\":\"Vertical soft olive to dark gray\"},{\"slug\":\"gradient-5\",\"gradient\":\"linear-gradient(to bottom, #4F5959 0%, #272727 100%)\",\"name\":\"Vertical soft steel to dark gray\"},{\"slug\":\"gradient-6\",\"gradient\":\"linear-gradient(to bottom, #909090 0%, #272727 100%)\",\"name\":\"Vertical soft pewter to dark gray\"},{\"slug\":\"gradient-7\",\"gradient\":\"linear-gradient(to bottom, #5F584F 50%, #272727 50%)\",\"name\":\"Vertical hard beige to dark gray\"},{\"slug\":\"gradient-8\",\"gradient\":\"linear-gradient(to bottom, #6D533C 50%, #272727 50%)\",\"name\":\"Vertical hard walnut to dark gray\"},{\"slug\":\"gradient-9\",\"gradient\":\"linear-gradient(to bottom, #973C20 50%, #272727 50%)\",\"name\":\"Vertical hard cinnamon to dark gray\"},{\"slug\":\"gradient-10\",\"gradient\":\"linear-gradient(to bottom, #4D5B48 50%, #272727 50%)\",\"name\":\"Vertical hard olive to dark gray\"},{\"slug\":\"gradient-11\",\"gradient\":\"linear-gradient(to bottom, #4F5959 50%, #272727 50%)\",\"name\":\"Vertical hard steel to dark gray\"},{\"slug\":\"gradient-12\",\"gradient\":\"linear-gradient(to bottom, #A4A4A4 50%, #272727 50%)\",\"name\":\"Vertical hard pewter to dark gray\"}]},\"palette\":{\"theme\":[{\"color\":\"#272727\",\"name\":\"Base\",\"slug\":\"base\"},{\"color\":\"#303030\",\"name\":\"Base \\/ Two\",\"slug\":\"base-2\"},{\"color\":\"#f9f9f9\",\"name\":\"Contrast\",\"slug\":\"contrast\"},{\"color\":\"#B7B7B7\",\"name\":\"Contrast \\/ Two\",\"slug\":\"contrast-2\"},{\"color\":\"#909090\",\"name\":\"Contrast \\/ Three\",\"slug\":\"contrast-3\"},{\"color\":\"#5F584F\",\"name\":\"Accent\",\"slug\":\"accent\"},{\"color\":\"#6D533C\",\"name\":\"Accent \\/ Two\",\"slug\":\"accent-2\"},{\"color\":\"#973C20\",\"name\":\"Accent \\/ Three\",\"slug\":\"accent-3\"},{\"color\":\"#4D5B48\",\"name\":\"Accent \\/ Four\",\"slug\":\"accent-4\"},{\"color\":\"#4F5959\",\"name\":\"Accent \\/ Five\",\"slug\":\"accent-5\"}],\"custom\":[{\"color\":\"#333333\",\"name\":\"Text Black\",\"slug\":\"custom-text-black\"},{\"color\":\"#d01a1a\",\"name\":\"AG Red\",\"slug\":\"custom-ag-red\"},{\"color\":\"#ededed\",\"name\":\"Light gray\",\"slug\":\"custom-light-gray\"},{\"color\":\"#000\",\"name\":\"True black\",\"slug\":\"custom-true-black\"},{\"color\":\"#ffffff\",\"name\":\"True white\",\"slug\":\"custom-true-white\"},{\"color\":\"#ab0e0e\",\"name\":\"Dark AG\",\"slug\":\"custom-dark-ag\"}]}},\"layout\":{\"contentSize\":\"1140px\"},\"typography\":{\"fontFamilies\":{\"theme\":[{\"fontFace\":[{\"fontFamily\":\"Open Sans\",\"fontStretch\":\"normal\",\"fontStyle\":\"normal\",\"fontWeight\":\"300 400 500 600 700\",\"src\":[\"file:.\\/assets\\/fonts\\/open-sans\\/OpenSans-VariableFont_wdth,wght.woff2\"]}],\"fontFamily\":\"\\\"Open Sans\\\", sans-serif\",\"name\":\"Open Sans\",\"slug\":\"open-sans\"},{\"fontFamily\":\"-apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif\",\"name\":\"System Sans-serif\",\"slug\":\"system-sans-serif\"},{\"fontFamily\":\"Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol\",\"name\":\"System Serif\",\"slug\":\"system-Serif\"},{\"fontFamily\":\"Cardo\",\"name\":\"Cardo\",\"slug\":\"cardo\",\"fontFace\":[{\"fontFamily\":\"Cardo\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":[\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/plugins\\/woocommerce\\/assets\\/fonts\\/cardo_normal_400.woff2\"]}]},{\"fontFace\":[{\"fontFamily\":\"Inter\",\"fontStretch\":\"normal\",\"fontStyle\":\"normal\",\"fontWeight\":\"200 300 400 500 600 700 900\",\"src\":[\"file:.\\/assets\\/fonts\\/inter\\/Inter-VariableFont_slnt,wght.woff2\"]}],\"fontFamily\":\"\\\"Inter\\\", sans-serif\",\"name\":\"Inter\",\"slug\":\"body\"}]}}},\"isGlobalStylesUserThemeJSON\":true,\"version\":3}','Custom Styles','','inherit','closed','closed','','23-revision-v1','','','2024-10-27 22:38:58','2024-10-27 22:38:58','',23,'https://aggressivegraphix.com/?p=62',0,'revision','',0),(63,1,'2024-10-27 22:41:02','2024-10-27 22:41:02','{\"styles\":{\"elements\":{\"h1\":{\"typography\":{\"fontSize\":\"var(--wp--preset--font-size--large)\",\"textTransform\":\"uppercase\"}}}},\"settings\":{\"layout\":{\"contentSize\":\"1140px\"},\"typography\":{\"fontFamilies\":{\"theme\":[{\"fontFace\":[{\"fontFamily\":\"Open Sans\",\"fontStretch\":\"normal\",\"fontStyle\":\"normal\",\"fontWeight\":\"300 400 500 600 700\",\"src\":[\"file:.\\/assets\\/fonts\\/open-sans\\/OpenSans-VariableFont_wdth,wght.woff2\"]}],\"fontFamily\":\"\\\"Open Sans\\\", sans-serif\",\"name\":\"Open Sans\",\"slug\":\"open-sans\"},{\"fontFamily\":\"-apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif\",\"name\":\"System Sans-serif\",\"slug\":\"system-sans-serif\"},{\"fontFamily\":\"Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol\",\"name\":\"System Serif\",\"slug\":\"system-Serif\"},{\"fontFamily\":\"Cardo\",\"name\":\"Cardo\",\"slug\":\"cardo\",\"fontFace\":[{\"fontFamily\":\"Cardo\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":[\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/plugins\\/woocommerce\\/assets\\/fonts\\/cardo_normal_400.woff2\"]}]},{\"fontFace\":[{\"fontFamily\":\"Inter\",\"fontStretch\":\"normal\",\"fontStyle\":\"normal\",\"fontWeight\":\"200 300 400 500 600 700 900\",\"src\":[\"file:.\\/assets\\/fonts\\/inter\\/Inter-VariableFont_slnt,wght.woff2\"]}],\"fontFamily\":\"\\\"Inter\\\", sans-serif\",\"name\":\"Inter\",\"slug\":\"body\"}]}},\"color\":{\"palette\":{\"custom\":[{\"color\":\"#f2f2f2\",\"name\":\"Light gray\",\"slug\":\"custom-light-gray\"},{\"color\":\"#333333\",\"name\":\"Text black\",\"slug\":\"custom-text-black\"},{\"color\":\"#000\",\"name\":\"True black\",\"slug\":\"custom-true-black\"},{\"color\":\"#ffffff\",\"name\":\"True white\",\"slug\":\"custom-true-white\"},{\"color\":\"#d01a1a\",\"name\":\"AG Red\",\"slug\":\"custom-ag-red\"},{\"color\":\"#a10000\",\"name\":\"AG Dark Red\",\"slug\":\"custom-ag-dark-red\"}]}}},\"isGlobalStylesUserThemeJSON\":true,\"version\":3}','Custom Styles','','inherit','closed','closed','','23-revision-v1','','','2024-10-27 22:41:02','2024-10-27 22:41:02','',23,'https://aggressivegraphix.com/?p=63',0,'revision','',0),(64,1,'2024-10-27 22:42:06','2024-10-27 22:42:06','{\"styles\":{\"elements\":{\"h1\":{\"typography\":{\"fontSize\":\"var(--wp--preset--font-size--large)\",\"textTransform\":\"uppercase\"}},\"link\":{\"color\":{\"text\":\"var:preset|color|custom-ag-red\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|custom-ag-dark-red\"}}},\"button\":{\"color\":{\"text\":\"var:preset|color|custom-true-white\",\"background\":\"var:preset|color|custom-ag-red\"}},\"heading\":{\"color\":{\"text\":\"var:preset|color|custom-text-black\"}}},\"color\":{\"text\":\"var:preset|color|custom-text-black\",\"background\":\"var:preset|color|custom-light-gray\"}},\"settings\":{\"layout\":{\"contentSize\":\"1140px\"},\"typography\":{\"fontFamilies\":{\"theme\":[{\"fontFace\":[{\"fontFamily\":\"Open Sans\",\"fontStretch\":\"normal\",\"fontStyle\":\"normal\",\"fontWeight\":\"300 400 500 600 700\",\"src\":[\"file:.\\/assets\\/fonts\\/open-sans\\/OpenSans-VariableFont_wdth,wght.woff2\"]}],\"fontFamily\":\"\\\"Open Sans\\\", sans-serif\",\"name\":\"Open Sans\",\"slug\":\"open-sans\"},{\"fontFamily\":\"-apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif\",\"name\":\"System Sans-serif\",\"slug\":\"system-sans-serif\"},{\"fontFamily\":\"Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol\",\"name\":\"System Serif\",\"slug\":\"system-Serif\"},{\"fontFamily\":\"Cardo\",\"name\":\"Cardo\",\"slug\":\"cardo\",\"fontFace\":[{\"fontFamily\":\"Cardo\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":[\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/plugins\\/woocommerce\\/assets\\/fonts\\/cardo_normal_400.woff2\"]}]},{\"fontFace\":[{\"fontFamily\":\"Inter\",\"fontStretch\":\"normal\",\"fontStyle\":\"normal\",\"fontWeight\":\"200 300 400 500 600 700 900\",\"src\":[\"file:.\\/assets\\/fonts\\/inter\\/Inter-VariableFont_slnt,wght.woff2\"]}],\"fontFamily\":\"\\\"Inter\\\", sans-serif\",\"name\":\"Inter\",\"slug\":\"body\"}]}},\"color\":{\"palette\":{\"custom\":[{\"color\":\"#f2f2f2\",\"name\":\"Light gray\",\"slug\":\"custom-light-gray\"},{\"color\":\"#333333\",\"name\":\"Text black\",\"slug\":\"custom-text-black\"},{\"color\":\"#000\",\"name\":\"True black\",\"slug\":\"custom-true-black\"},{\"color\":\"#ffffff\",\"name\":\"True white\",\"slug\":\"custom-true-white\"},{\"color\":\"#d01a1a\",\"name\":\"AG Red\",\"slug\":\"custom-ag-red\"},{\"color\":\"#a10000\",\"name\":\"AG Dark Red\",\"slug\":\"custom-ag-dark-red\"}]}}},\"isGlobalStylesUserThemeJSON\":true,\"version\":3}','Custom Styles','','inherit','closed','closed','','23-revision-v1','','','2024-10-27 22:42:06','2024-10-27 22:42:06','',23,'https://aggressivegraphix.com/?p=64',0,'revision','',0),(65,1,'2024-10-27 22:43:35','2024-10-27 22:43:35','<!-- wp:group {\"align\":\"full\",\"className\":\"wc-blocks-pattern-header-essential wc-blocks-header-pattern\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"40px\",\"bottom\":\"40px\",\"left\":\"40px\",\"right\":\"40px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wc-blocks-pattern-header-essential wc-blocks-header-pattern wp-block-group alignfull\" style=\"padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"width\":272,\"shouldSyncIcon\":false} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"ref\":28} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/mini-cart {\"miniCartIcon\":\"bag-alt\",\"hasHiddenPrice\":false,\"priceColor\":{\"color\":\"#000000\",\"name\":\"Contrast\",\"slug\":\"contrast\",\"class\":\"has-contrast-icon-color\"},\"iconColor\":{\"color\":\"#fff\",\"name\":\"Base\",\"slug\":\"base\",\"class\":\"has-base-icon-color\"},\"productCountColor\":{\"color\":\"#fff\",\"name\":\"Base\",\"slug\":\"base\",\"class\":\"has-base-icon-color\"},\"fontFamily\":\"body\",\"fontSize\":\"small\",\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} /-->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconStyle\":\"line\",\"iconClass\":\"wc-block-customer-account__account-icon\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Header v3','','inherit','closed','closed','','29-revision-v1','','','2024-10-27 22:43:35','2024-10-27 22:43:35','',29,'https://aggressivegraphix.com/?p=65',0,'revision','',0),(66,1,'2024-10-27 22:45:03','2024-10-27 22:45:03','<!-- wp:group {\"metadata\":{\"name\":\"Header v1\"},\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"margin\":{\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:var(--wp--preset--spacing--20);padding-top:0;padding-bottom:0\"><!-- wp:group {\"metadata\":{\"name\":\"Desktop Header\"},\"align\":\"full\",\"className\":\"desktop-header\",\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"18px\",\"bottom\":\"15px\",\"right\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\"}},\"border\":{\"bottom\":{\"color\":\"var:preset|color|gray-1100\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"left\":[]}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"desktop-header wp-block-group alignfull\" style=\"border-bottom-color:var(--wp--preset--color--gray-1100);border-bottom-width:1px;padding-top:18px;padding-right:var(--wp--preset--spacing--10);padding-bottom:15px;padding-left:var(--wp--preset--spacing--10)\"><!-- wp:group {\"align\":\"wide\",\"className\":\"relative\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"relative wp-block-group alignwide\"><!-- wp:image {\"id\":38,\"width\":\"323px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"brand\",\"style\":{\"color\":[],\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"206px\"}}} -->\n<figure class=\"brand wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/aggressive-graphix_full-logox2.jpg\" alt=\"Aggressive Graphix main logo\" class=\"wp-image-38\" style=\"width:323px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:navigation {\"ref\":42,\"overlayTextColor\":\"gray-100\",\"className\":\"primary-menu\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontSize\":\"14px\"},\"spacing\":{\"blockGap\":\"50px\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/mini-cart {\"miniCartIcon\":\"bag-alt\",\"hasHiddenPrice\":false,\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} /-->\n\n<!-- wp:woocommerce/customer-account {\"iconStyle\":\"alt\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"style\":{\"spacing\":{\"margin\":{\"left\":\"14px\",\"right\":\"1px\",\"top\":\"1px\"}}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Header','','inherit','closed','closed','','43-revision-v1','','','2024-10-27 22:45:03','2024-10-27 22:45:03','',43,'https://aggressivegraphix.com/?p=66',0,'revision','',0),(67,1,'2024-10-27 22:46:32','2024-10-27 22:46:32','','AG-logo','','inherit','open','closed','','ag-logo','','','2025-09-09 15:26:01','2025-09-09 15:26:01','',29,'https://aggressivegraphix.com/wp-content/uploads/2024/10/AG-logo.png',0,'attachment','image/webp',0),(68,1,'2024-10-27 22:46:39','2024-10-27 22:46:39','<!-- wp:navigation-link {\"label\":\"Home\",\"type\":\"page\",\"id\":2,\"url\":\"https://aggressivegraphix.com/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Shop\",\"type\":\"page\",\"id\":6,\"url\":\"https://aggressivegraphix.com/shop/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Contact Us\",\"type\":\"page\",\"id\":31,\"url\":\"https://aggressivegraphix.com/contact-us/\",\"kind\":\"post-type\"} /-->','Account Nav','','inherit','closed','closed','','28-revision-v1','','','2024-10-27 22:46:39','2024-10-27 22:46:39','',28,'https://aggressivegraphix.com/?p=68',0,'revision','',0),(69,1,'2024-10-27 22:47:38','2024-10-27 22:47:38','<!-- wp:group {\"align\":\"full\",\"className\":\"wc-blocks-pattern-footer-large wc-blocks-footer-pattern\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"40px\",\"right\":\"40px\",\"bottom\":\"40px\",\"left\":\"40px\"},\"blockGap\":\"40px\"},\"elements\":{\"link\":{\":hover\":{\"color\":{\"text\":\"var:preset|color|custom-light-gray\"}},\"color\":{\"text\":\"var:preset|color|custom-true-white\"}}}},\"backgroundColor\":\"custom-text-black\",\"textColor\":\"custom-light-gray\",\"nfdGroupDivider\":\"\"} -->\n<div class=\"wc-blocks-pattern-footer-large wc-blocks-footer-pattern wp-block-group alignfull has-custom-light-gray-color has-custom-text-black-background-color has-text-color has-background has-link-color\" style=\"padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":1,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#ff0000\"}}},\"color\":{\"text\":\"#ff0000\"}}} -->\n<h1 class=\"wp-block-heading has-text-color has-link-color\" style=\"color:#ff0000\">Quicklinks</h1>\n<!-- /wp:heading -->\n\n<!-- wp:navigation {\"ref\":28} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:jetpack/instagram-gallery /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":1,\"style\":{\"color\":{\"text\":\"#ff0000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#ff0000\"}}}}} -->\n<h1 class=\"wp-block-heading has-text-color has-link-color\" style=\"color:#ff0000\">Legal</h1>\n<!-- /wp:heading --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Copyright 2024. All rights reserved.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Footer','','inherit','closed','closed','','46-revision-v1','','','2024-10-27 22:47:38','2024-10-27 22:47:38','',46,'https://aggressivegraphix.com/?p=69',0,'revision','',0),(70,1,'2024-10-27 22:48:42','2024-10-27 22:48:42','<!-- wp:group {\"align\":\"full\",\"className\":\"wc-blocks-pattern-footer-large wc-blocks-footer-pattern\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"40px\",\"right\":\"40px\",\"bottom\":\"40px\",\"left\":\"40px\"},\"blockGap\":\"40px\"},\"elements\":{\"link\":{\":hover\":{\"color\":{\"text\":\"var:preset|color|custom-light-gray\"}},\"color\":{\"text\":\"var:preset|color|custom-true-white\"}}}},\"backgroundColor\":\"custom-text-black\",\"textColor\":\"custom-light-gray\",\"nfdGroupDivider\":\"\"} -->\n<div class=\"wc-blocks-pattern-footer-large wc-blocks-footer-pattern wp-block-group alignfull has-custom-light-gray-color has-custom-text-black-background-color has-text-color has-background has-link-color\" style=\"padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#ff0000\"}}},\"color\":{\"text\":\"#ff0000\"}}} -->\n<h1 class=\"wp-block-heading has-text-align-center has-text-color has-link-color\" style=\"color:#ff0000\">Quicklinks</h1>\n<!-- /wp:heading -->\n\n<!-- wp:navigation {\"ref\":28,\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:jetpack/instagram-gallery /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"style\":{\"color\":{\"text\":\"#ff0000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#ff0000\"}}}}} -->\n<h1 class=\"wp-block-heading has-text-align-center has-text-color has-link-color\" style=\"color:#ff0000\">Legal</h1>\n<!-- /wp:heading --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Copyright 2024. All rights reserved.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Footer','','inherit','closed','closed','','46-revision-v1','','','2024-10-27 22:48:42','2024-10-27 22:48:42','',46,'https://aggressivegraphix.com/?p=70',0,'revision','',0),(71,1,'2024-10-27 22:49:38','2024-10-27 22:49:38','<!-- wp:pattern {\"slug\":\"eride/page-header\"} /-->\n\n<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"metadata\":{\"name\":\"contact-map\",\"categories\":[\"featured\"],\"patternName\":\"eride/contact-map\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\",\"bottom\":\"19px\"},\"margin\":{\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-bottom:0px;padding-right:0px;padding-bottom:19px;padding-left:0px\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-right:0px;padding-left:0px\"><!-- wp:html -->\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2100.9232123868337!2d-71.88696115903453!3d42.043479794164774!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89e41f68ca299111%3A0x586309008fcd0e74!2s31%20Hill%20St%2C%20Webster%2C%20MA%2001570!5e0!3m2!1sen!2sus!4v1730065622923!5m2!1sen!2sus\" width=\"100%\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n<!-- /wp:html --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:jetpack/contact-form {\"style\":{\"spacing\":{\"padding\":{\"top\":\"16px\",\"right\":\"16px\",\"bottom\":\"16px\",\"left\":\"16px\"}}}} -->\n<div class=\"wp-block-jetpack-contact-form\" style=\"padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px\"><!-- wp:jetpack/field-name {\"required\":true} /-->\n\n<!-- wp:jetpack/field-email {\"required\":true} /-->\n\n<!-- wp:jetpack/field-textarea {\"label\":\"Message\"} /-->\n\n<!-- wp:jetpack/button {\"element\":\"button\",\"text\":\"Contact Us\",\"lock\":{\"remove\":true}} /--></div>\n<!-- /wp:jetpack/contact-form --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":1} -->\n<h1 class=\"wp-block-heading\">Aggressive Graphix</h1>\n<!-- /wp:heading -->\n\n<!-- wp:jetpack/contact-info -->\n<div class=\"wp-block-jetpack-contact-info\"><!-- wp:jetpack/address {\"address\":\"31 Hill Street\",\"city\":\"Webster\",\"region\":\"Massachusetts\",\"postal\":\"01570\",\"linkToGoogleMaps\":true} -->\n<div class=\"wp-block-jetpack-address\"><a href=\"https://www.google.com/maps/search/31+Hill Street,+Webster,+Massachusetts,+01570\" target=\"_blank\" rel=\"noopener noreferrer\" title=\"Open address in Google Maps\"><div class=\"jetpack-address__address jetpack-address__address1\">31 Hill Street</div><div><span class=\"jetpack-address__city\">Webster</span>, <span class=\"jetpack-address__region\">Massachusetts</span> <span class=\"jetpack-address__postal\">01570</span></div></a></div>\n<!-- /wp:jetpack/address -->\n\n<!-- wp:jetpack/phone {\"phone\":\"774.314.1673\"} -->\n<div class=\"wp-block-jetpack-phone\"><a href=\"tel:7743141673\">774.314.1673</a></div>\n<!-- /wp:jetpack/phone -->\n\n<!-- wp:jetpack/email {\"email\":\"info@aggressivegraphix.com\"} -->\n<div class=\"wp-block-jetpack-email\"><a href=\"mailto:info@aggressivegraphix.com\">info@aggressivegraphix.com</a></div>\n<!-- /wp:jetpack/email --></div>\n<!-- /wp:jetpack/contact-info -->\n\n<!-- wp:social-links -->\n<ul class=\"wp-block-social-links\"><!-- wp:social-link {\"service\":\"facebook\",\"label\":\"https://www.facebook.com/Aggressive.Graphix\"} /-->\n\n<!-- wp:social-link {\"service\":\"instagram\",\"label\":\"https://www.instagram.com/aggressive_graphix/\"} /--></ul>\n<!-- /wp:social-links -->\n\n<!-- wp:jetpack/business-hours {\"days\":[{\"name\":\"Sun\",\"hours\":[]},{\"name\":\"Mon\",\"hours\":[{\"opening\":\"10:00\",\"closing\":\"18:00\"}]},{\"name\":\"Tue\",\"hours\":[{\"opening\":\"10:00\",\"closing\":\"18:00\"}]},{\"name\":\"Wed\",\"hours\":[{\"opening\":\"10:00\",\"closing\":\"18:00\"}]},{\"name\":\"Thu\",\"hours\":[{\"opening\":\"10:00\",\"closing\":\"18:00\"}]},{\"name\":\"Fri\",\"hours\":[{\"opening\":\"10:00\",\"closing\":\"18:00\"}]},{\"name\":\"Sat\",\"hours\":[]}]} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\"} /-->','Contact','','inherit','closed','closed','','53-revision-v1','','','2024-10-27 22:49:38','2024-10-27 22:49:38','',53,'https://aggressivegraphix.com/?p=71',0,'revision','',0),(72,1,'2024-10-27 22:50:41','2024-10-27 22:50:41','<!-- wp:group {\"align\":\"full\",\"className\":\"wc-blocks-pattern-header-essential wc-blocks-header-pattern\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"40px\",\"bottom\":\"40px\",\"left\":\"40px\",\"right\":\"40px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wc-blocks-pattern-header-essential wc-blocks-header-pattern wp-block-group alignfull\" style=\"padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"width\":272,\"shouldSyncIcon\":false} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"ref\":28} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/mini-cart {\"miniCartIcon\":\"bag-alt\",\"hasHiddenPrice\":false,\"priceColor\":{\"color\":\"#000000\",\"name\":\"Contrast\",\"slug\":\"contrast\",\"class\":\"has-contrast-icon-color\"},\"iconColor\":{\"color\":\"#fff\",\"name\":\"Base\",\"slug\":\"base\",\"class\":\"has-base-icon-color\"},\"productCountColor\":{\"color\":\"#fff\",\"name\":\"Base\",\"slug\":\"base\",\"class\":\"has-base-icon-color\"},\"fontFamily\":\"body\",\"fontSize\":\"small\",\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} /-->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconStyle\":\"line\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\"}}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Header v3','','inherit','closed','closed','','29-revision-v1','','','2024-10-27 22:50:41','2024-10-27 22:50:41','',29,'https://aggressivegraphix.com/?p=72',0,'revision','',0),(73,1,'2024-10-27 22:54:32','2024-10-27 22:54:32','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"tagName\":\"main\"} -->\n<main class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:post-title {\"textAlign\":\"left\",\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"42px\"},\"spacing\":{\"margin\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"},\"padding\":{\"right\":\"0\",\"left\":\"0\"}}}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\",\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-right:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40);flex-basis:100%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:post-content {\"lock\":{\"move\":false,\"remove\":true},\"layout\":{\"type\":\"constrained\"}} /--></main>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Pages','Displays a static page unless a custom template has been applied to that page or a dedicated template exists.','publish','closed','closed','','page','','','2024-12-18 21:47:35','2024-12-18 21:47:35','',0,'https://aggressivegraphix.com/page/',0,'wp_template','',0),(74,1,'2024-10-27 22:55:51','2024-10-27 22:55:51','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"tagName\":\"main\",\"layout\":{\"type\":\"constrained\"}} -->\n<main class=\"wp-block-group\"><!-- wp:group {\"tagName\":\"main\",\"layout\":{\"type\":\"constrained\"}} -->\n<main class=\"wp-block-group\"><!-- wp:group {\"tagName\":\"main\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<main class=\"wp-block-group\" style=\"padding-top:0\"><!-- wp:spacer {\"height\":\"120px\"} -->\n<div style=\"height:120px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"tagName\":\"main\",\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"padding\":{\"top\":\"var:preset|spacing|80\"}},\"dimensions\":{\"minHeight\":\"px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<main class=\"wp-block-group alignwide\" style=\"min-height:px;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--80)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:0;margin-bottom:0px\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"align\":\"wide\",\"style\":{\"typography\":{\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"fontSize\":\"23rem\"}},\"textColor\":\"primary\"} -->\n<h1 class=\"wp-block-heading alignwide has-text-align-center has-primary-color has-text-color\" style=\"font-size:23rem;font-style:normal;font-weight:700;line-height:1\">404</h1>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"8px\"},\"padding\":{\"top\":\"24px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:8px;padding-top:24px\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"16px\"}},\"typography\":{\"fontSize\":\"48px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1.5\"}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-gray-100-color has-text-color\" style=\"margin-bottom:16px;font-size:48px;font-style:normal;font-weight:600;line-height:1.5\">Page not found</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"var:preset|spacing|40\"}},\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.5\"}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-text-align-center has-gray-100-color has-text-color\" style=\"margin-top:0px;margin-bottom:var(--wp--preset--spacing--40);font-size:18px;font-style:normal;font-weight:400;line-height:1.5\">The page you are looking for was moved, removed or might never existed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textAlign\":\"center\",\"style\":{\"spacing\":{\"padding\":{\"left\":\"32px\",\"right\":\"32px\",\"top\":\"16px\",\"bottom\":\"16px\"}},\"border\":{\"radius\":\"50px\"}}} -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"#\" style=\"border-radius:50px;padding-top:16px;padding-right:32px;padding-bottom:16px;padding-left:32px\">Go to homepage</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></main>\n<!-- /wp:group --></main>\n<!-- /wp:group --></main>\n<!-- /wp:group --></main>\n<!-- /wp:group -->','Page: 404','Displays when a visitor views a non-existent page, such as a dead link or a mistyped URL.','publish','closed','closed','','404','','','2024-10-27 22:55:51','2024-10-27 22:55:51','',0,'https://aggressivegraphix.com/404/',0,'wp_template','',0),(75,1,'2024-10-27 22:56:33','2024-10-27 22:56:33','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\"} /-->\n\n<!-- wp:group {\"tagName\":\"main\",\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<main class=\"wp-block-group\"><!-- wp:woocommerce/order-confirmation-status {\"fontSize\":\"large\"} /-->\n\n<!-- wp:woocommerce/order-confirmation-summary /-->\n\n<!-- wp:woocommerce/order-confirmation-totals-wrapper {\"align\":\"wide\"} -->\n<!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\"}}} -->\n<h3 class=\"wp-block-heading\" style=\"font-size:24px\">Order details</h3>\n<!-- /wp:heading -->\n\n<!-- wp:woocommerce/order-confirmation-totals {\"lock\":{\"remove\":true}} /-->\n<!-- /wp:woocommerce/order-confirmation-totals-wrapper -->\n\n<!-- wp:woocommerce/order-confirmation-downloads-wrapper {\"align\":\"wide\"} -->\n<!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\"}}} -->\n<h3 class=\"wp-block-heading\" style=\"font-size:24px\">Downloads</h3>\n<!-- /wp:heading -->\n\n<!-- wp:woocommerce/order-confirmation-downloads {\"lock\":{\"remove\":true}} /-->\n<!-- /wp:woocommerce/order-confirmation-downloads-wrapper -->\n\n<!-- wp:columns {\"align\":\"wide\",\"className\":\"woocommerce-order-confirmation-address-wrapper\"} -->\n<div class=\"wp-block-columns alignwide woocommerce-order-confirmation-address-wrapper\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:woocommerce/order-confirmation-shipping-wrapper {\"align\":\"wide\"} -->\n<!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\"}}} -->\n<h3 class=\"wp-block-heading\" style=\"font-size:24px\">Shipping address</h3>\n<!-- /wp:heading -->\n\n<!-- wp:woocommerce/order-confirmation-shipping-address {\"lock\":{\"remove\":true}} /-->\n<!-- /wp:woocommerce/order-confirmation-shipping-wrapper --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:woocommerce/order-confirmation-billing-wrapper {\"align\":\"wide\"} -->\n<!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\"}}} -->\n<h3 class=\"wp-block-heading\" style=\"font-size:24px\">Billing address</h3>\n<!-- /wp:heading -->\n\n<!-- wp:woocommerce/order-confirmation-billing-address {\"lock\":{\"remove\":true}} /-->\n<!-- /wp:woocommerce/order-confirmation-billing-wrapper --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:woocommerce/order-confirmation-additional-fields-wrapper {\"align\":\"wide\"} -->\n<!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\"}}} -->\n<h3 class=\"wp-block-heading\" style=\"font-size:24px\">Additional information</h3>\n<!-- /wp:heading -->\n\n<!-- wp:woocommerce/order-confirmation-additional-fields /-->\n<!-- /wp:woocommerce/order-confirmation-additional-fields-wrapper -->\n\n<!-- wp:woocommerce/order-confirmation-additional-information /--></main>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\"} /-->','Order Confirmation','The Order Confirmation template serves as a receipt and confirmation of a successful purchase. It includes a summary of the ordered items, shipping, billing, and totals.','publish','closed','closed','','order-confirmation','','','2025-02-10 22:15:42','2025-02-10 22:15:42','',0,'https://aggressivegraphix.com/order-confirmation/',0,'wp_template','',0),(76,1,'2024-10-27 22:57:14','2024-10-27 22:57:14','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\"} /-->\n\n<!-- wp:woocommerce/page-content-wrapper {\"page\":\"cart\"} -->\n<!-- wp:group {\"tagName\":\"main\",\"layout\":{\"type\":\"constrained\"}} -->\n<main class=\"wp-block-group\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:post-title {\"level\":1,\"align\":\"wide\"} /-->\n\n<!-- wp:woocommerce/classic-shortcode /--></main>\n<!-- /wp:group -->\n<!-- /wp:woocommerce/page-content-wrapper -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\"} /-->','Page: Cart','The Cart template displays the items selected by the user for purchase, including quantities, prices, and discounts. It allows users to review their choices before proceeding to checkout.','publish','closed','closed','','page-cart','','','2025-02-10 21:47:14','2025-02-10 21:47:14','',0,'https://aggressivegraphix.com/page-cart/',0,'wp_template','',0),(77,1,'2024-10-27 22:59:29','2024-10-27 22:59:29','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:woocommerce/page-content-wrapper {\"page\":\"checkout\"} -->\n<!-- wp:group {\"tagName\":\"main\",\"layout\":{\"type\":\"constrained\"}} -->\n<main class=\"wp-block-group\"><!-- wp:post-title {\"level\":1,\"align\":\"wide\"} /-->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:woocommerce/checkout -->\n<div class=\"wp-block-woocommerce-checkout alignwide wc-block-checkout is-loading\"><!-- wp:woocommerce/checkout-totals-block -->\n<div class=\"wp-block-woocommerce-checkout-totals-block\"><!-- wp:woocommerce/checkout-order-summary-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-block\"><!-- wp:woocommerce/checkout-order-summary-cart-items-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-cart-items-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-cart-items-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-coupon-form-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-coupon-form-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-coupon-form-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-totals-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-totals-block\"><!-- wp:woocommerce/checkout-order-summary-subtotal-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-subtotal-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-subtotal-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-fee-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-fee-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-fee-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-discount-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-discount-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-discount-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-shipping-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-shipping-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-shipping-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-taxes-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-taxes-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-taxes-block --></div>\n<!-- /wp:woocommerce/checkout-order-summary-totals-block --></div>\n<!-- /wp:woocommerce/checkout-order-summary-block --></div>\n<!-- /wp:woocommerce/checkout-totals-block -->\n\n<!-- wp:woocommerce/checkout-fields-block -->\n<div class=\"wp-block-woocommerce-checkout-fields-block\"><!-- wp:woocommerce/checkout-express-payment-block -->\n<div class=\"wp-block-woocommerce-checkout-express-payment-block\"></div>\n<!-- /wp:woocommerce/checkout-express-payment-block -->\n\n<!-- wp:woocommerce/checkout-contact-information-block -->\n<div class=\"wp-block-woocommerce-checkout-contact-information-block\"></div>\n<!-- /wp:woocommerce/checkout-contact-information-block -->\n\n<!-- wp:woocommerce/checkout-shipping-method-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-method-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-method-block -->\n\n<!-- wp:woocommerce/checkout-pickup-options-block -->\n<div class=\"wp-block-woocommerce-checkout-pickup-options-block\"></div>\n<!-- /wp:woocommerce/checkout-pickup-options-block -->\n\n<!-- wp:woocommerce/checkout-shipping-address-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-address-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-address-block -->\n\n<!-- wp:woocommerce/checkout-billing-address-block -->\n<div class=\"wp-block-woocommerce-checkout-billing-address-block\"></div>\n<!-- /wp:woocommerce/checkout-billing-address-block -->\n\n<!-- wp:woocommerce/checkout-shipping-methods-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-methods-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-methods-block -->\n\n<!-- wp:woocommerce/checkout-payment-block -->\n<div class=\"wp-block-woocommerce-checkout-payment-block\"></div>\n<!-- /wp:woocommerce/checkout-payment-block -->\n\n<!-- wp:woocommerce/checkout-additional-information-block -->\n<div class=\"wp-block-woocommerce-checkout-additional-information-block\"></div>\n<!-- /wp:woocommerce/checkout-additional-information-block -->\n\n<!-- wp:woocommerce/checkout-order-note-block -->\n<div class=\"wp-block-woocommerce-checkout-order-note-block\"></div>\n<!-- /wp:woocommerce/checkout-order-note-block -->\n\n<!-- wp:woocommerce/checkout-terms-block -->\n<div class=\"wp-block-woocommerce-checkout-terms-block\"></div>\n<!-- /wp:woocommerce/checkout-terms-block -->\n\n<!-- wp:woocommerce/checkout-actions-block -->\n<div class=\"wp-block-woocommerce-checkout-actions-block\"></div>\n<!-- /wp:woocommerce/checkout-actions-block --></div>\n<!-- /wp:woocommerce/checkout-fields-block --></div>\n<!-- /wp:woocommerce/checkout --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></main>\n<!-- /wp:group -->\n<!-- /wp:woocommerce/page-content-wrapper -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Page: Checkout','The Checkout template guides users through the final steps of the purchase process. It enables users to enter shipping and billing information, select a payment method, and review order details.','publish','closed','closed','','page-checkout','','','2024-10-28 00:05:19','2024-10-28 00:05:19','',0,'https://aggressivegraphix.com/page-checkout/',0,'wp_template','',0),(78,1,'2024-10-27 22:59:29','2024-10-27 22:59:29','<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:woocommerce/checkout {\"className\":\"wc-block-checkout\"} -->\n<div class=\"wc-block-checkout wp-block-woocommerce-checkout alignwide is-loading\"><!-- wp:woocommerce/checkout-totals-block -->\n<div class=\"wp-block-woocommerce-checkout-totals-block\"><!-- wp:woocommerce/checkout-order-summary-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-block\"><!-- wp:woocommerce/checkout-order-summary-cart-items-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-cart-items-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-cart-items-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-coupon-form-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-coupon-form-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-coupon-form-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-totals-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-totals-block\"><!-- wp:woocommerce/checkout-order-summary-subtotal-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-subtotal-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-subtotal-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-fee-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-fee-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-fee-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-discount-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-discount-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-discount-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-shipping-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-shipping-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-shipping-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-taxes-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-taxes-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-taxes-block --></div>\n<!-- /wp:woocommerce/checkout-order-summary-totals-block --></div>\n<!-- /wp:woocommerce/checkout-order-summary-block --></div>\n<!-- /wp:woocommerce/checkout-totals-block -->\n\n<!-- wp:woocommerce/checkout-fields-block -->\n<div class=\"wp-block-woocommerce-checkout-fields-block\"><!-- wp:woocommerce/checkout-express-payment-block -->\n<div class=\"wp-block-woocommerce-checkout-express-payment-block\"></div>\n<!-- /wp:woocommerce/checkout-express-payment-block -->\n\n<!-- wp:woocommerce/checkout-contact-information-block -->\n<div class=\"wp-block-woocommerce-checkout-contact-information-block\"></div>\n<!-- /wp:woocommerce/checkout-contact-information-block -->\n\n<!-- wp:woocommerce/checkout-shipping-method-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-method-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-method-block -->\n\n<!-- wp:woocommerce/checkout-pickup-options-block -->\n<div class=\"wp-block-woocommerce-checkout-pickup-options-block\"></div>\n<!-- /wp:woocommerce/checkout-pickup-options-block -->\n\n<!-- wp:woocommerce/checkout-shipping-address-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-address-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-address-block -->\n\n<!-- wp:woocommerce/checkout-billing-address-block -->\n<div class=\"wp-block-woocommerce-checkout-billing-address-block\"></div>\n<!-- /wp:woocommerce/checkout-billing-address-block -->\n\n<!-- wp:woocommerce/checkout-shipping-methods-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-methods-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-methods-block -->\n\n<!-- wp:woocommerce/checkout-payment-block -->\n<div class=\"wp-block-woocommerce-checkout-payment-block\"></div>\n<!-- /wp:woocommerce/checkout-payment-block -->\n\n<!-- wp:woocommerce/checkout-additional-information-block -->\n<div class=\"wp-block-woocommerce-checkout-additional-information-block\"></div>\n<!-- /wp:woocommerce/checkout-additional-information-block -->\n\n<!-- wp:woocommerce/checkout-order-note-block -->\n<div class=\"wp-block-woocommerce-checkout-order-note-block\"></div>\n<!-- /wp:woocommerce/checkout-order-note-block -->\n\n<!-- wp:woocommerce/checkout-terms-block -->\n<div class=\"wp-block-woocommerce-checkout-terms-block\"></div>\n<!-- /wp:woocommerce/checkout-terms-block -->\n\n<!-- wp:woocommerce/checkout-actions-block -->\n<div class=\"wp-block-woocommerce-checkout-actions-block\"></div>\n<!-- /wp:woocommerce/checkout-actions-block --></div>\n<!-- /wp:woocommerce/checkout-fields-block --></div>\n<!-- /wp:woocommerce/checkout --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->','Checkout','','inherit','closed','closed','','8-revision-v1','','','2024-10-27 22:59:29','2024-10-27 22:59:29','',8,'https://aggressivegraphix.com/?p=78',0,'revision','',0),(79,1,'2024-10-27 22:59:31','2024-10-27 22:59:31','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"ag\",\"tagName\":\"header\",\"area\":\"header\"} /-->\n\n<!-- wp:woocommerce/page-content-wrapper {\"page\":\"checkout\"} -->\n<!-- wp:group {\"tagName\":\"main\",\"layout\":{\"type\":\"constrained\"}} -->\n<main class=\"wp-block-group\"><!-- wp:post-title {\"level\":1,\"align\":\"wide\"} /-->\n\n<!-- wp:post-content {\"align\":\"wide\"} /--></main>\n<!-- /wp:group -->\n<!-- /wp:woocommerce/page-content-wrapper -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Page: Checkout','The Checkout template guides users through the final steps of the purchase process. It enables users to enter shipping and billing information, select a payment method, and review order details.','inherit','closed','closed','','77-revision-v1','','','2024-10-27 22:59:31','2024-10-27 22:59:31','',77,'https://aggressivegraphix.com/?p=79',0,'revision','',0),(80,1,'2024-10-27 23:00:45','2024-10-27 23:00:45','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"ag\",\"tagName\":\"header\",\"area\":\"header\"} /-->\n\n<!-- wp:woocommerce/page-content-wrapper {\"page\":\"checkout\"} -->\n<!-- wp:group {\"tagName\":\"main\",\"layout\":{\"type\":\"constrained\"}} -->\n<main class=\"wp-block-group\"><!-- wp:post-title {\"level\":1,\"align\":\"wide\"} /-->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:woocommerce/checkout -->\n<div class=\"wp-block-woocommerce-checkout alignwide wc-block-checkout is-loading\"><!-- wp:woocommerce/checkout-totals-block -->\n<div class=\"wp-block-woocommerce-checkout-totals-block\"><!-- wp:woocommerce/checkout-order-summary-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-block\"><!-- wp:woocommerce/checkout-order-summary-cart-items-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-cart-items-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-cart-items-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-coupon-form-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-coupon-form-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-coupon-form-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-totals-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-totals-block\"><!-- wp:woocommerce/checkout-order-summary-subtotal-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-subtotal-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-subtotal-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-fee-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-fee-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-fee-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-discount-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-discount-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-discount-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-shipping-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-shipping-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-shipping-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-taxes-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-taxes-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-taxes-block --></div>\n<!-- /wp:woocommerce/checkout-order-summary-totals-block --></div>\n<!-- /wp:woocommerce/checkout-order-summary-block --></div>\n<!-- /wp:woocommerce/checkout-totals-block -->\n\n<!-- wp:woocommerce/checkout-fields-block -->\n<div class=\"wp-block-woocommerce-checkout-fields-block\"><!-- wp:woocommerce/checkout-express-payment-block -->\n<div class=\"wp-block-woocommerce-checkout-express-payment-block\"></div>\n<!-- /wp:woocommerce/checkout-express-payment-block -->\n\n<!-- wp:woocommerce/checkout-contact-information-block -->\n<div class=\"wp-block-woocommerce-checkout-contact-information-block\"></div>\n<!-- /wp:woocommerce/checkout-contact-information-block -->\n\n<!-- wp:woocommerce/checkout-shipping-method-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-method-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-method-block -->\n\n<!-- wp:woocommerce/checkout-pickup-options-block -->\n<div class=\"wp-block-woocommerce-checkout-pickup-options-block\"></div>\n<!-- /wp:woocommerce/checkout-pickup-options-block -->\n\n<!-- wp:woocommerce/checkout-shipping-address-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-address-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-address-block -->\n\n<!-- wp:woocommerce/checkout-billing-address-block -->\n<div class=\"wp-block-woocommerce-checkout-billing-address-block\"></div>\n<!-- /wp:woocommerce/checkout-billing-address-block -->\n\n<!-- wp:woocommerce/checkout-shipping-methods-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-methods-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-methods-block -->\n\n<!-- wp:woocommerce/checkout-payment-block -->\n<div class=\"wp-block-woocommerce-checkout-payment-block\"></div>\n<!-- /wp:woocommerce/checkout-payment-block -->\n\n<!-- wp:woocommerce/checkout-additional-information-block -->\n<div class=\"wp-block-woocommerce-checkout-additional-information-block\"></div>\n<!-- /wp:woocommerce/checkout-additional-information-block -->\n\n<!-- wp:woocommerce/checkout-order-note-block -->\n<div class=\"wp-block-woocommerce-checkout-order-note-block\"></div>\n<!-- /wp:woocommerce/checkout-order-note-block -->\n\n<!-- wp:woocommerce/checkout-terms-block -->\n<div class=\"wp-block-woocommerce-checkout-terms-block\"></div>\n<!-- /wp:woocommerce/checkout-terms-block -->\n\n<!-- wp:woocommerce/checkout-actions-block -->\n<div class=\"wp-block-woocommerce-checkout-actions-block\"></div>\n<!-- /wp:woocommerce/checkout-actions-block --></div>\n<!-- /wp:woocommerce/checkout-fields-block --></div>\n<!-- /wp:woocommerce/checkout --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></main>\n<!-- /wp:group -->\n<!-- /wp:woocommerce/page-content-wrapper -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Page: Checkout','The Checkout template guides users through the final steps of the purchase process. It enables users to enter shipping and billing information, select a payment method, and review order details.','inherit','closed','closed','','77-revision-v1','','','2024-10-27 23:00:45','2024-10-27 23:00:45','',77,'https://aggressivegraphix.com/?p=80',0,'revision','',0),(81,1,'2024-10-27 23:00:45','2024-10-27 23:00:45','<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->','Checkout','','inherit','closed','closed','','8-revision-v1','','','2024-10-27 23:00:45','2024-10-27 23:00:45','',8,'https://aggressivegraphix.com/?p=81',0,'revision','',0),(82,1,'2024-10-27 23:34:43','2024-10-27 23:34:43','<!-- wp:heading {\"textAlign\":\"center\",\"level\":1} -->\n<h1 class=\"wp-block-heading has-text-align-center\">Moto stuff</h1>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2947,\"title\":\"Our Work \\u0026#8211; Bikes\",\"columns\":\"0\",\"row_height\":120,\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/437148274_742504491362521_7065599385733258382_n-1024x768.jpg\",\"title\":\"437148274_742504491362521_7065599385733258382_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/437148274_742504491362521_7065599385733258382_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3008,\"height\":113.6363636363636402393240132369101047515869140625,\"width\":151.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/504489709_17885899926279969_177754631791483776_n-1016x1024.jpg\",\"title\":\"504489709_17885899926279969_177754631791483776_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/504489709_17885899926279969_177754631791483776_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3007,\"height\":113.6363636363636402393240132369101047515869140625,\"width\":112.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/503284456_18509958433044190_7517990739271165788_n.jpg\",\"title\":\"503284456_18509958433044190_7517990739271165788_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/503284456_18509958433044190_7517990739271165788_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3006,\"height\":113.6363636363636402393240132369101047515869140625,\"width\":85.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/498942563_18387584923142936_596123371765232778_n-819x1024.jpg\",\"title\":\"498942563_18387584923142936_596123371765232778_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/498942563_18387584923142936_596123371765232778_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3005,\"height\":113.6363636363636402393240132369101047515869140625,\"width\":90.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/497541595_18501294259001614_2598109448780506479_n-1024x683.jpg\",\"title\":\"497541595_18501294259001614_2598109448780506479_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/497541595_18501294259001614_2598109448780506479_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3004,\"height\":113.6363636363636402393240132369101047515869140625,\"width\":170.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/491442005_18510909595020751_7234922605167022337_n.jpg\",\"title\":\"491442005_18510909595020751_7234922605167022337_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/491442005_18510909595020751_7234922605167022337_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3003,\"height\":113.6363636363636402393240132369101047515869140625,\"width\":151.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/488181926_644288625165545_5872832267448076159_n-1024x1024.jpg\",\"title\":\"488181926_644288625165545_5872832267448076159_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/488181926_644288625165545_5872832267448076159_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3002,\"height\":113.6363636363636402393240132369101047515869140625,\"width\":113.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/486213528_18495203686033581_4058816147006171820_n.jpg\",\"title\":\"486213528_18495203686033581_4058816147006171820_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/486213528_18495203686033581_4058816147006171820_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3001,\"height\":114.528795811518335767686949111521244049072265625,\"width\":152.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470902406_1231561204578289_151210119275735549_n-1024x1024.jpg\",\"title\":\"470902406_1231561204578289_151210119275735549_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470902406_1231561204578289_151210119275735549_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3000,\"height\":114.528795811518335767686949111521244049072265625,\"width\":114.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470602685_18479309014047289_2606857417410813301_n-1024x683.jpg\",\"title\":\"470602685_18479309014047289_2606857417410813301_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470602685_18479309014047289_2606857417410813301_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2999,\"height\":114.528795811518335767686949111521244049072265625,\"width\":171.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/455036619_857294589254265_4022265624524897411_n-1024x1024.jpg\",\"title\":\"455036619_857294589254265_4022265624524897411_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/455036619_857294589254265_4022265624524897411_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2998,\"height\":114.528795811518335767686949111521244049072265625,\"width\":114.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/449859150_1194962441742133_6344605474599175091_n.jpg\",\"title\":\"449859150_1194962441742133_6344605474599175091_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/449859150_1194962441742133_6344605474599175091_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2997,\"height\":114.528795811518335767686949111521244049072265625,\"width\":91.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/447671102_18435710512058900_2002726956368915108_n.jpg\",\"title\":\"447671102_18435710512058900_2002726956368915108_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/447671102_18435710512058900_2002726956368915108_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2996,\"height\":114.528795811518335767686949111521244049072265625,\"width\":91.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445587699_786824676755447_6957098027536781905_n.jpg\",\"title\":\"445587699_786824676755447_6957098027536781905_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445587699_786824676755447_6957098027536781905_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2995,\"height\":114.528795811518335767686949111521244049072265625,\"width\":138.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445175176_463852779535417_6180761558755325466_n-1024x768.jpg\",\"title\":\"445175176_463852779535417_6180761558755325466_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445175176_463852779535417_6180761558755325466_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2994,\"height\":106.06060606060606232858845032751560211181640625,\"width\":141.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5372-1-1024x706.jpg\",\"title\":\"IMG_5372\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5372-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2993,\"height\":106.06060606060606232858845032751560211181640625,\"width\":153.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/VCYT6981.jpg\",\"title\":\"VCYT6981\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/VCYT6981.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2992,\"height\":106.06060606060606232858845032751560211181640625,\"width\":79.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PLSX7092-576x1024.jpg\",\"title\":\"PLSX7092\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PLSX7092.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2991,\"height\":106.06060606060606232858845032751560211181640625,\"width\":59.39999999999999857891452847979962825775146484375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MTJR4755-1024x768.jpg\",\"title\":\"MTJR4755\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MTJR4755.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2990,\"height\":106.06060606060606232858845032751560211181640625,\"width\":141.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MGLF7487.jpg\",\"title\":\"MGLF7487\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MGLF7487.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2989,\"height\":106.06060606060606232858845032751560211181640625,\"width\":141.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG-4317-1024x683.jpg\",\"title\":\"IMG-4317\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG-4317.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2988,\"height\":106.06060606060606232858845032751560211181640625,\"width\":159.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9012-1024x809.jpg\",\"title\":\"IMG_9012\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9012.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2987,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":129.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8907.jpg\",\"title\":\"IMG_8907\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8907.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2986,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":135.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4927.jpg\",\"title\":\"IMG_4927\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4927.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2984,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":135.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4900-515x1024.jpg\",\"title\":\"IMG_4900\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4900.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2983,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":50.89999999999999857891452847979962825775146484375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4541-1024x684.jpg\",\"title\":\"IMG_4541\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4541.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2982,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":152.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2833-1024x768.jpg\",\"title\":\"IMG_2833\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2833.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2978,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":135.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2832-1024x768.jpg\",\"title\":\"IMG_2832\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2832.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2977,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":135.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2831-1024x768.jpg\",\"title\":\"IMG_2831\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2831.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2976,\"height\":108.2920792079207927827155799604952335357666015625,\"width\":144},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2659-576x1024.png\",\"title\":\"IMG_2659\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2659.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2973,\"height\":108.2920792079207927827155799604952335357666015625,\"width\":60.60000000000000142108547152020037174224853515625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1989-768x1024.jpg\",\"title\":\"IMG_1989\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1989.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2970,\"height\":108.2920792079207927827155799604952335357666015625,\"width\":81.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1734-1024x768.jpg\",\"title\":\"IMG_1734\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1734.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2968,\"height\":108.2920792079207927827155799604952335357666015625,\"width\":144},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1104-1024x576.jpg\",\"title\":\"IMG_1104\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1104.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2966,\"height\":108.2920792079207927827155799604952335357666015625,\"width\":192.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1097.jpg\",\"title\":\"IMG_1097\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1097.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2965,\"height\":108.2920792079207927827155799604952335357666015625,\"width\":144},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1095-1024x1024.jpg\",\"title\":\"IMG_1095\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1095.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2964,\"height\":108.2920792079207927827155799604952335357666015625,\"width\":108.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1089.jpg\",\"title\":\"IMG_1089\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1089.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2963,\"height\":115.3947368421052743769905646331608295440673828125,\"width\":174.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1084-576x1024.png\",\"title\":\"IMG_1084\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1084.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2960,\"height\":115.3947368421052743769905646331608295440673828125,\"width\":64.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1079-1024x1019.jpg\",\"title\":\"IMG_1079\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1079.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2959,\"height\":115.3947368421052743769905646331608295440673828125,\"width\":115.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0944.jpg\",\"title\":\"IMG_0944\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0944.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2958,\"height\":115.3947368421052743769905646331608295440673828125,\"width\":173.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0501.jpg\",\"title\":\"Screenshot\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0501.jpg\",\"alt\":\"\",\"caption\":\"Screenshot\",\"thumb\":\"\",\"id\":2957,\"height\":115.3947368421052743769905646331608295440673828125,\"width\":175.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0498.jpg\",\"title\":\"Screenshot\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0498.jpg\",\"alt\":\"\",\"caption\":\"Screenshot\",\"thumb\":\"\",\"id\":2954,\"height\":115.3947368421052743769905646331608295440673828125,\"width\":174.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/87953997_230236561487320_861082269299769344_n.jpg\",\"title\":\"87953997_230236561487320_861082269299769344_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/87953997_230236561487320_861082269299769344_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2953,\"height\":124.5042492917846885802646283991634845733642578125,\"width\":165.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/811871D3-C280-46D5-9DBC-589C4E700472.jpg\",\"title\":\"811871D3-C280-46D5-9DBC-589C4E700472\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/811871D3-C280-46D5-9DBC-589C4E700472.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2951,\"height\":124.5042492917846885802646283991634845733642578125,\"width\":188},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F.jpg\",\"title\":\"09002F42-61AF-4003-9CC1-C09F374AC11F\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2950,\"height\":124.5042492917846885802646283991634845733642578125,\"width\":174.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2-1024x803.jpg\",\"title\":\"9BEACE47-192C-4771-87CB-55F3CD28C0E2\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2949,\"height\":124.5042492917846885802646283991634845733642578125,\"width\":159.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A.jpg\",\"title\":\"0A06FF3E-3164-4558-90E1-6547222E7B0A\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2948,\"height\":124.5042492917846885802646283991634845733642578125,\"width\":191.69999999999998863131622783839702606201171875}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2947\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":1} -->\n<h1 class=\"wp-block-heading has-text-align-center\">Vehicle Wraps and Tinting</h1>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":3010,\"title\":\"Our Work \\u0026#8211; Wraps\",\"columns\":\"0\",\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3812-951x1024.jpg\",\"title\":\"IMG_3812\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3812.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3148,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":89.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3845-768x1024.jpg\",\"title\":\"IMG_3845\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3845.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3147,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3846-768x1024.jpg\",\"title\":\"IMG_3846\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3846.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3146,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3897-896x1024.jpg\",\"title\":\"IMG_3897\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3897.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3145,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":84.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3944-768x1024.jpg\",\"title\":\"IMG_3944\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3944.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3144,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948-1016x1024.jpg\",\"title\":\"IMG_3948\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3143,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":95.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3960-1002x1024.jpg\",\"title\":\"IMG_3960\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3960.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3141,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":94.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3966-768x1024.jpg\",\"title\":\"IMG_3966\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3966.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3140,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4020-768x1024.jpg\",\"title\":\"IMG_4020\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4020.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3139,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021-768x1024.jpg\",\"title\":\"IMG_4021\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3138,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4035-768x1024.jpg\",\"title\":\"IMG_4035\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4035.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3137,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4036-768x1024.jpg\",\"title\":\"IMG_4036\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4036.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3136,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4054-768x1024.jpg\",\"title\":\"IMG_4054\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4054.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3135,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055-768x1024.jpg\",\"title\":\"IMG_4055\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3134,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071-768x1024.jpg\",\"title\":\"IMG_4071\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3133,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2560-768x1024.jpg\",\"title\":\"IMG_2560\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2560.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3132,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9439-1024x674.jpg\",\"title\":\"IMG_9439\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9439.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3131,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":143.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009-768x1024.jpg\",\"title\":\"IMG_8009\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3130,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7456-768x1024.jpg\",\"title\":\"IMG_7456\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7456.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3129,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455-768x1024.jpg\",\"title\":\"IMG_7455\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3128,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7447-768x1024.jpg\",\"title\":\"IMG_7447\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7447.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3127,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307-930x1024.jpg\",\"title\":\"IMG_7307\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3126,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":85.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7301-768x1024.jpg\",\"title\":\"IMG_7301\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7301.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3125,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207-768x1024.jpg\",\"title\":\"IMG_7207\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3124,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7204-768x1024.jpg\",\"title\":\"IMG_7204\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7204.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3123,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7042-768x1024.jpg\",\"title\":\"IMG_7042\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7042.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3122,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_6976-1024x768.jpg\",\"title\":\"IMG_6976\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_6976.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3121,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":130.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4031-1024x683.jpg\",\"title\":\"IMG_4031\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4031.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3120,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":147.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3619-768x1024.jpg\",\"title\":\"IMG_3619\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3619.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3119,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3617-768x1024.jpg\",\"title\":\"IMG_3617\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3617.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3118,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3305-768x1024.jpg\",\"title\":\"IMG_3305\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3305.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3117,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3223-768x1024.jpg\",\"title\":\"IMG_3223\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3223.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3116,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222-768x1024.jpg\",\"title\":\"IMG_3222\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3115,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120-768x1024.jpg\",\"title\":\"IMG_3120\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3114,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3064-768x1024.jpg\",\"title\":\"IMG_3064\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3064.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3113,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3062-768x1024.jpg\",\"title\":\"IMG_3062\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3062.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3112,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2559-768x1024.jpg\",\"title\":\"IMG_2559\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2559.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3111,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961-768x1024.jpg\",\"title\":\"IMG_1961\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3110,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1797-768x1024.jpg\",\"title\":\"IMG_1797\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1797.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3109,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796-768x1024.jpg\",\"title\":\"IMG_1796\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3108,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1011-768x1024.jpg\",\"title\":\"IMG_1011\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1011.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3107,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1010-768x1024.jpg\",\"title\":\"IMG_1010\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1010.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3106,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009-768x1024.jpg\",\"title\":\"IMG_1009\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3105,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698-768x1024.jpg\",\"title\":\"IMG_0698\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3104,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0696-768x1024.jpg\",\"title\":\"IMG_0696\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0696.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3103,\"height\":97.760358342665170994223444722592830657958984375,\"width\":73.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/68470976_1346433938856221_3994837700069818368_n-1024x683.jpg\",\"title\":\"68470976_1346433938856221_3994837700069818368_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/68470976_1346433938856221_3994837700069818368_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3102,\"height\":97.760358342665170994223444722592830657958984375,\"width\":146.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/67738814_2380243855588700_6910048023540137984_n-1024x683.jpg\",\"title\":\"67738814_2380243855588700_6910048023540137984_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/67738814_2380243855588700_6910048023540137984_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3101,\"height\":97.760358342665170994223444722592830657958984375,\"width\":146.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/29964D3A-B203-4E30-95AE-9483EC6B8490-819x1024.jpg\",\"title\":\"29964D3A-B203-4E30-95AE-9483EC6B8490\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/29964D3A-B203-4E30-95AE-9483EC6B8490.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3100,\"height\":97.760358342665170994223444722592830657958984375,\"width\":78.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68-819x1024.jpg\",\"title\":\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3099,\"height\":97.760358342665170994223444722592830657958984375,\"width\":78.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2121-1-768x1024.jpg\",\"title\":\"IMG_2121\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2121-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3098,\"height\":97.760358342665170994223444722592830657958984375,\"width\":73.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2123-1024x768.jpg\",\"title\":\"IMG_2123\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2123.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3071,\"height\":97.760358342665170994223444722592830657958984375,\"width\":130},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7488-1-1024x683.jpg\",\"title\":\"IMG_7488\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7488-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3097,\"height\":97.760358342665170994223444722592830657958984375,\"width\":146.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7489-1-683x1024.jpg\",\"title\":\"IMG_7489\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7489-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3096,\"height\":94.366197183098591949601541273295879364013671875,\"width\":63.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7491-1-1024x682.jpg\",\"title\":\"IMG_7491\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7491-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3095,\"height\":94.366197183098591949601541273295879364013671875,\"width\":141.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7492-1-683x1024.jpg\",\"title\":\"IMG_7492\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7492-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3094,\"height\":94.366197183098591949601541273295879364013671875,\"width\":63.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4544-1-768x1024.jpg\",\"title\":\"IMG_4544\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4544-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3093,\"height\":94.366197183098591949601541273295879364013671875,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4542-1024x768.jpg\",\"title\":\"IMG_4542\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4542.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3059,\"height\":94.366197183098591949601541273295879364013671875,\"width\":125.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4972e-1024x895.jpg\",\"title\":\"IMG_4972e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4972e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3055,\"height\":94.366197183098591949601541273295879364013671875,\"width\":107.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4973-1-768x1024.jpg\",\"title\":\"IMG_4973\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4973-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3092,\"height\":94.366197183098591949601541273295879364013671875,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4974-1-1024x768.jpg\",\"title\":\"IMG_4974\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4974-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3091,\"height\":94.366197183098591949601541273295879364013671875,\"width\":125.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4995-1-1024x938.jpg\",\"title\":\"IMG_4995\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4995-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3090,\"height\":94.366197183098591949601541273295879364013671875,\"width\":102.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3246-1-1024x768.jpg\",\"title\":\"IMG_3246\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3246-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3089,\"height\":94.5828819068255626234531519003212451934814453125,\"width\":125.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5601-1-1024x609.jpg\",\"title\":\"IMG_5601\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5601-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3088,\"height\":94.5828819068255626234531519003212451934814453125,\"width\":158.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1-1024x768.jpg\",\"title\":\"IMG_2698\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3087,\"height\":94.5828819068255626234531519003212451934814453125,\"width\":125.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3053-1-768x1024.jpg\",\"title\":\"IMG_3053\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3053-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3086,\"height\":94.5828819068255626234531519003212451934814453125,\"width\":70.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3616-1-768x1024.jpg\",\"title\":\"IMG_3616\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3616-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3085,\"height\":94.5828819068255626234531519003212451934814453125,\"width\":70.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1482-1024x768.jpg\",\"title\":\"IMG_1482\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1482.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3083,\"height\":94.5828819068255626234531519003212451934814453125,\"width\":125.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1490-1024x768.jpg\",\"title\":\"IMG_1490\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1490.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3081,\"height\":94.5828819068255626234531519003212451934814453125,\"width\":125.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1680e-747x1024.jpg\",\"title\":\"IMG_1680e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1680e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3077,\"height\":94.5828819068255626234531519003212451934814453125,\"width\":69},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2110-1024x768.jpg\",\"title\":\"IMG_2110\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2110.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3074,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":135.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3854-1024x768.jpg\",\"title\":\"IMG_3854\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3854.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3061,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":135.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3855-1024x576.jpg\",\"title\":\"IMG_3855\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3855-rotated.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3046,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":181.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3920e-731x1024.jpg\",\"title\":\"IMG_3920e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3920e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3060,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":72.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4572e-1024x686.jpg\",\"title\":\"IMG_4572e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4572e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3056,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":151.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4993e-634x1024.jpg\",\"title\":\"IMG_4993e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4993e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3049,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":63.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5155-1024x768.jpg\",\"title\":\"IMG_5155\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5155.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3047,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":135.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5504e-1024x622.jpg\",\"title\":\"IMG_5504e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5504e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3044,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":148.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/NHJZ5355-1024x768.jpg\",\"title\":\"NHJZ5355\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/NHJZ5355.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3067,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":119.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5644-1024x768.jpg\",\"title\":\"IMG_5644\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5644.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3042,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":119.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5645-1024x843.jpg\",\"title\":\"IMG_5645\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5645.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3041,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":108.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3244-1024x461.jpg\",\"title\":\"IMG_3244\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3244.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3040,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":199.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8489-1024x510.jpg\",\"title\":\"IMG_8489\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8489.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3038,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":180.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8611-958x1024.jpg\",\"title\":\"IMG_8611\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8611.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3037,\"height\":99.658314350797269298709579743444919586181640625,\"width\":93.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9395-1024x710.jpg\",\"title\":\"IMG_9395\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9395.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3036,\"height\":99.658314350797269298709579743444919586181640625,\"width\":143.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9445-768x1024.jpg\",\"title\":\"IMG_9445\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9445.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3035,\"height\":99.658314350797269298709579743444919586181640625,\"width\":74.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9446-768x1024.jpg\",\"title\":\"IMG_9446\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9446.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3034,\"height\":99.658314350797269298709579743444919586181640625,\"width\":74.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9576-768x1024.jpg\",\"title\":\"IMG_9576\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9576.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3033,\"height\":99.658314350797269298709579743444919586181640625,\"width\":74.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9777-1024x521.jpg\",\"title\":\"IMG_9777\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9777.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3032,\"height\":99.658314350797269298709579743444919586181640625,\"width\":196.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9781-1024x470.jpg\",\"title\":\"IMG_9781\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9781.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3031,\"height\":99.658314350797269298709579743444919586181640625,\"width\":217.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF-1024x515.jpg\",\"title\":\"75D4E00F-F35A-4C86-A1D1-D5BAC411BECF\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3030,\"height\":95.4098360655737707247681100852787494659423828125,\"width\":189.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D-917x1024.jpg\",\"title\":\"72D9BE60-918C-4B4B-9C3A-4898D7D2E51D\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3029,\"height\":95.4098360655737707247681100852787494659423828125,\"width\":85.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/F2351C4C-F4D9-480F-9934-083F6DFCE40A-1024x768.jpg\",\"title\":\"F2351C4C-F4D9-480F-9934-083F6DFCE40A\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/F2351C4C-F4D9-480F-9934-083F6DFCE40A.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3028,\"height\":95.4098360655737707247681100852787494659423828125,\"width\":126.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1-1024x767.jpg\",\"title\":\"E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3027,\"height\":95.4098360655737707247681100852787494659423828125,\"width\":127.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE-768x1024.jpg\",\"title\":\"E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3026,\"height\":95.4098360655737707247681100852787494659423828125,\"width\":71.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/07AA5C2A-CBF0-4E74-9708-3305125E5505-1024x767.jpg\",\"title\":\"07AA5C2A-CBF0-4E74-9708-3305125E5505\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/07AA5C2A-CBF0-4E74-9708-3305125E5505.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3025,\"height\":95.4098360655737707247681100852787494659423828125,\"width\":127.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/4C97A568-D52D-416B-A98C-57FE57513540-768x1024.jpg\",\"title\":\"4C97A568-D52D-416B-A98C-57FE57513540\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/4C97A568-D52D-416B-A98C-57FE57513540.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3024,\"height\":95.4098360655737707247681100852787494659423828125,\"width\":71.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556-768x1024.jpg\",\"title\":\"IMG_2556\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3023,\"height\":95.4098360655737707247681100852787494659423828125,\"width\":71.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0785-1024x758.jpg\",\"title\":\"Screenshot\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0785.jpg\",\"alt\":\"\",\"caption\":\"Screenshot\",\"thumb\":\"\",\"id\":3022,\"height\":102.3501762632197511493359343148767948150634765625,\"width\":138.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2741-768x1024.jpg\",\"title\":\"IMG_2741\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2741.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3020,\"height\":102.3501762632197511493359343148767948150634765625,\"width\":76.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3090-1024x768.jpg\",\"title\":\"IMG_3090\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3090.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3018,\"height\":102.3501762632197511493359343148767948150634765625,\"width\":136.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3128-768x1024.jpg\",\"title\":\"IMG_3128\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3128.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3016,\"height\":102.3501762632197511493359343148767948150634765625,\"width\":76.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9457-768x1024.jpg\",\"title\":\"IMG_9457\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9457.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3014,\"height\":102.3501762632197511493359343148767948150634765625,\"width\":76.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9456-768x1024.jpg\",\"title\":\"IMG_9456\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9456.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3013,\"height\":102.3501762632197511493359343148767948150634765625,\"width\":76.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9453-768x1024.jpg\",\"title\":\"IMG_9453\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9453.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3012,\"height\":102.3501762632197511493359343148767948150634765625,\"width\":76.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9452-768x1024.jpg\",\"title\":\"IMG_9452\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9452.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3011,\"height\":102.3501762632197511493359343148767948150634765625,\"width\":76.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9451-1024x768.jpg\",\"title\":\"IMG_9451\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9451.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3084,\"height\":102.3501762632197511493359343148767948150634765625,\"width\":136.099999999999994315658113919198513031005859375}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'3010\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":1} -->\n<h1 class=\"wp-block-heading has-text-align-center\">Canopies and Flags</h1>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":3152,\"title\":\"Our Work \\u0026#8211; Canopies\",\"columns\":\"0\",\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/AG-1024x768.png\",\"title\":\"Aggressive Graphix 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/AG.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3153,\"height\":93.984962406015029046102426946163177490234375,\"width\":125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/dhopkins10x10-1024x768.webp\",\"title\":\"DCH Masonry 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/dhopkins10x10.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3489,\"height\":93.984962406015029046102426946163177490234375,\"width\":125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/grice10x10-1024x768.webp\",\"title\":\"Gary Rice Shop Equipment 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/grice10x10.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3488,\"height\":93.984962406015029046102426946163177490234375,\"width\":125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/sweetsubies-1024x768.png\",\"title\":\"Sweet Subies 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/sweetsubies.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3179,\"height\":93.984962406015029046102426946163177490234375,\"width\":125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsandstripes-1024x768.png\",\"title\":\"Scars and Stripes 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsandstripes.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3177,\"height\":93.984962406015029046102426946163177490234375,\"width\":125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PlaceFord-1024x768.png\",\"title\":\"Place Ford 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PlaceFord.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3176,\"height\":93.984962406015029046102426946163177490234375,\"width\":125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/mx23-1024x768.png\",\"title\":\"MX23 Brookfield 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/mx23.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3175,\"height\":93.984962406015029046102426946163177490234375,\"width\":125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/flawlessdetailing-1024x768.png\",\"title\":\"Flawless Detailing MA 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/flawlessdetailing.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3160,\"height\":109.8997493734335790804834687151014804840087890625,\"width\":146.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x10-1024x768.webp\",\"title\":\"Wicked Big Car Show 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x10.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3485,\"height\":109.8997493734335790804834687151014804840087890625,\"width\":146.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/daigleracing-1024x768.jpg\",\"title\":\"Daigle Racing 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/daigleracing.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3159,\"height\":109.8997493734335790804834687151014804840087890625,\"width\":146.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/cscservices-1024x768.jpg\",\"title\":\"CSC Services 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/cscservices.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3158,\"height\":109.8997493734335790804834687151014804840087890625,\"width\":146.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/colosseumbarbell-1024x768.png\",\"title\":\"Colosseum Barbell Club 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/colosseumbarbell.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3157,\"height\":109.8997493734335790804834687151014804840087890625,\"width\":146.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/bosssuspension-1024x768.png\",\"title\":\"Boss Suspension 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/bosssuspension.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3156,\"height\":109.8997493734335790804834687151014804840087890625,\"width\":146.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ATMracing-1024x768.png\",\"title\":\"ATM Racing 10x15\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ATMracing.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3154,\"height\":109.8997493734335790804834687151014804840087890625,\"width\":146.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/harringer-1024x768.png\",\"title\":\"Dawson Harriger 10x15\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/harringer.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3172,\"height\":109.8997493734335790804834687151014804840087890625,\"width\":146.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x20-1024x768.webp\",\"title\":\"Wick Big Car Show 10x20\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x20.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3486,\"height\":109.8997493734335790804834687151014804840087890625,\"width\":146.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/supplife10x20-1024x768.webp\",\"title\":\"SuppLife 10x20\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/supplife10x20.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3487,\"height\":109.8997493734335790804834687151014804840087890625,\"width\":146.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kavanagh10x20-1024x768.webp\",\"title\":\"Kavanagh 10x20\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kavanagh10x20.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3484,\"height\":109.8997493734335790804834687151014804840087890625,\"width\":146.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/triplethreatracing-1024x768.png\",\"title\":\"Triple Threat Racing 10x20\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/triplethreatracing.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3180,\"height\":109.8997493734335790804834687151014804840087890625,\"width\":146.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/dhopkinswall-1024x768.webp\",\"title\":\"Mya Hopkins/Plaistow Powersports half wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/dhopkinswall.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3490,\"height\":98.3258928571428469922466319985687732696533203125,\"width\":130.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrhalfwall-1024x768.webp\",\"title\":\"KSR Wheels half wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrhalfwall.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3494,\"height\":98.3258928571428469922466319985687732696533203125,\"width\":130.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsstripeshalfwall-1024x384.png\",\"title\":\"scarsstripeshalfwall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsstripeshalfwall.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3178,\"height\":98.3258928571428469922466319985687732696533203125,\"width\":262.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall2-1024x282.png\",\"title\":\"Kaplan Cycles half wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall2.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3174,\"height\":98.3258928571428469922466319985687732696533203125,\"width\":356.8999999999999772626324556767940521240234375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall-1024x299.png\",\"title\":\"Kaplan Cycles half wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3173,\"height\":102.7939464493597228056387393735349178314208984375,\"width\":351.6000000000000227373675443232059478759765625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/bosshalfwall-1024x286.png\",\"title\":\"Boss Suspension half wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/bosshalfwall.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3155,\"height\":102.7939464493597228056387393735349178314208984375,\"width\":368},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallAG-1024x643.png\",\"title\":\"Aggressive Graphix full wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallAG.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3165,\"height\":102.7939464493597228056387393735349178314208984375,\"width\":163.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallCBC-1024x632.png\",\"title\":\"Colosseum Barbell Club full wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallCBC.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3166,\"height\":93.099787685774941792260506190359592437744140625,\"width\":150.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallsinister-1024x662.png\",\"title\":\"Sinfully Slick Auto Spa full wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallsinister.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3170,\"height\":93.099787685774941792260506190359592437744140625,\"width\":144.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallPlaistow-1024x667.png\",\"title\":\"Plaistow Powersports full wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallPlaistow.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3169,\"height\":93.099787685774941792260506190359592437744140625,\"width\":143.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallWeepingWillow-1024x612.png\",\"title\":\"Weeping Willow full wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallWeepingWillow.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3171,\"height\":93.099787685774941792260506190359592437744140625,\"width\":155.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallFlawless-1024x689.png\",\"title\":\"Flawless Detailing MA full wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallFlawless.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3167,\"height\":93.099787685774941792260506190359592437744140625,\"width\":138.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall10TTR-1024x660.png\",\"title\":\"Triple Threat Racing full wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall10TTR.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3162,\"height\":93.099787685774941792260506190359592437744140625,\"width\":144.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall20TTR-1024x420.png\",\"title\":\"Triple Threat Racing 20ft full wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall20TTR.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3163,\"height\":108.0246913580246967967468663118779659271240234375,\"width\":263.6000000000000227373675443232059478759765625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrtable-1024x768.webp\",\"title\":\"KSR Wheels table cloth\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrtable.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3496,\"height\":108.0246913580246967967468663118779659271240234375,\"width\":143.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fueltoinspire-1024x768.jpg\",\"title\":\"Fuel to Inspire table cloth\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fueltoinspire.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3161,\"height\":108.0246913580246967967468663118779659271240234375,\"width\":143.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrflag-768x1024.webp\",\"title\":\"KSR Wheels 9ft flag\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrflag.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3495,\"height\":108.0246913580246967967468663118779659271240234375,\"width\":81},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/carerentals-768x1024.webp\",\"title\":\"Care Equipment rentals 7ft flag\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/carerentals.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3493,\"height\":108.0246913580246967967468663118779659271240234375,\"width\":81},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/carelandscapesupply-768x1024.webp\",\"title\":\"Care Equipment landscape supply 7ft flag\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/carelandscapesupply.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3492,\"height\":108.0246913580246967967468663118779659271240234375,\"width\":81},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/careexcavation-768x1024.webp\",\"title\":\"Care Excavation 7ft flag\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/careexcavation.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3491,\"height\":108.0246913580246967967468663118779659271240234375,\"width\":81}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'3152\']</div>\n<!-- /wp:envira/envira-gallery -->','Our Work','','publish','closed','closed','','our-work','','','2025-08-20 17:54:07','2025-08-20 17:54:07','',0,'https://aggressivegraphix.com/?page_id=82',0,'page','',0),(83,1,'2024-10-27 23:05:22','2024-10-27 23:05:22','<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"is-style-default\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|custom-ag-red\"}}},\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|50\"}}},\"textColor\":\"custom-ag-red\",\"fontSize\":\"x-large\"} -->\n<h2 class=\"is-style-default wp-block-heading has-text-align-center has-custom-ag-red-color has-text-color has-link-color has-x-large-font-size\" style=\"margin-top:var(--wp--preset--spacing--50);margin-bottom:var(--wp--preset--spacing--50)\">About Us</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph -->\n<p class=\"\">Aggressive Graphix was founded as a small graphic design studio&nbsp;producing custom websites, vinyl advertisements, fleet graphics, and personal stickers in September of 2010. As the years have gone by, we have refined our designs and our business. AG is known for its excellent customer service from start to finish of any project. We offer an array of services from motocross graphics, fleet graphics and vehicle wraps, commercial graphic design, stationary design, and more!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We pride ourselves by our quality, design, and turn around time. Your timeline is important to us. AG doesn’t skip the minor details to produce our products quicker, we vigorously check our work before submitting to any customer or client. We use the industry’s leading materials and techniques to produce our graphics.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','About Us','','inherit','closed','closed','','82-revision-v1','','','2024-10-27 23:05:22','2024-10-27 23:05:22','',82,'https://aggressivegraphix.com/?p=83',0,'revision','',0),(84,1,'2024-10-27 23:16:58','2024-10-27 23:16:58','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\",\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|50\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--50)\"><!-- wp:group {\"metadata\":{\"name\":\"About - Hero\"},\"align\":\"full\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:columns {\"align\":\"full\"} -->\n<div class=\"wp-block-columns alignfull\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:media-text {\"mediaId\":108,\"mediaLink\":\"https://aggressivegraphix.com/?attachment_id=108\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\",\"className\":\"about-hero\",\"backgroundColor\":\"custom-true-white\"} -->\n<div class=\"about-hero wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center has-custom-true-white-background-color has-background\"><figure class=\"wp-block-media-text__media\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/IMG_4031-1024x683.jpg\" alt=\"\" class=\"wp-image-108 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontSize\":\"40px\",\"lineHeight\":\"1.2\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|custom-true-white\"}}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"0\",\"right\":\"0\"}}},\"backgroundColor\":\"custom-ag-red\",\"textColor\":\"custom-true-white\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-custom-true-white-color has-custom-ag-red-background-color has-text-color has-background has-link-color\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:0;padding-bottom:var(--wp--preset--spacing--10);padding-left:0;font-size:40px;font-style:normal;font-weight:700;line-height:1.2;text-transform:uppercase\">about us</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.67\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-200\"}}},\"spacing\":{\"margin\":{\"top\":\"30px\"}}},\"textColor\":\"gray-200\"} -->\n<p class=\"has-text-align-left has-gray-200-color has-text-color has-link-color\" style=\"margin-top:30px;font-size:18px;font-style:normal;font-weight:400;line-height:1.67\">Aggressive Graphix was founded as a small graphic design studio&nbsp;producing custom websites, vinyl advertisements, fleet graphics, and personal stickers in September of 2010. As the years have gone by, we have refined our designs and our business. AG is known for its excellent customer service from start to finish of any project. We offer an array of services from motocross graphics, fleet graphics and vehicle wraps, commercial graphic design, stationary design, and more!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.67\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-200\"}}},\"spacing\":{\"margin\":{\"top\":\"30px\"}}},\"textColor\":\"gray-200\"} -->\n<p class=\"has-text-align-left has-gray-200-color has-text-color has-link-color\" style=\"margin-top:30px;font-size:18px;font-style:normal;font-weight:400;line-height:1.67\">We pride ourselves by our quality, design, and turn around time. Your timeline is important to us. AG doesn’t skip the minor details to produce our products quicker, we vigorously check our work before submitting to any customer or client. We use the industry’s leading materials and techniques to produce our graphics.</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"About - People\"},\"align\":\"full\",\"backgroundColor\":\"base-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull has-base-2-background-color has-background\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:0;padding-bottom:var(--wp--preset--spacing--40);padding-left:0\"><!-- wp:columns {\"align\":\"wide\",\"className\":\"eride-about-scroll\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"30px\"},\"padding\":{\"top\":\"8px\",\"bottom\":\"8px\"}}}} -->\n<div class=\"eride-about-scroll wp-block-columns alignwide\" style=\"padding-top:8px;padding-bottom:8px\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1411,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":\"100%\"}}} -->\n<figure class=\"wp-block-image aligncenter size-full has-custom-border\"><img src=\"https://transvelo.github.io/eride/assets/images/people1.jpeg\" alt=\"\" class=\"wp-image-1411\" style=\"border-radius:100%\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"typography\":{\"fontSize\":\"18px\"}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"font-size:18px\">Ben Wojnarowicz</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"6px\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1000\"}}},\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"textColor\":\"gray-1000\"} -->\n<p class=\"has-text-align-center has-gray-1000-color has-text-color has-link-color\" style=\"margin-top:6px;margin-bottom:0;font-size:14px;font-style:normal;font-weight:600\">CEO/Founder</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1412,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":\"100%\"}}} -->\n<figure class=\"wp-block-image aligncenter size-full has-custom-border\"><img src=\"https://transvelo.github.io/eride/assets/images/people2.jpeg\" alt=\"\" class=\"wp-image-1412\" style=\"border-radius:100%\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"typography\":{\"fontSize\":\"18px\"}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"font-size:18px\">Phernand Pinotes</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"6px\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1000\"}}},\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"capitalize\"}},\"textColor\":\"gray-1000\"} -->\n<p class=\"has-text-align-center has-gray-1000-color has-text-color has-link-color\" style=\"margin-top:6px;margin-bottom:0;font-size:14px;font-style:normal;font-weight:600;text-transform:capitalize\">Designer</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1413,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":\"100%\"}}} -->\n<figure class=\"wp-block-image aligncenter size-full has-custom-border\"><img src=\"https://transvelo.github.io/eride/assets/images/people3.jpeg\" alt=\"\" class=\"wp-image-1413\" style=\"border-radius:100%\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"18px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"font-size:18px\">Gavin Randeau</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"right\":\"0\",\"left\":\"0\",\"top\":\"6px\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1000\"}}},\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"capitalize\"}},\"textColor\":\"gray-1000\"} -->\n<p class=\"has-text-align-center has-gray-1000-color has-text-color has-link-color\" style=\"margin-top:6px;margin-right:0;margin-bottom:0;margin-left:0;font-size:14px;font-style:normal;font-weight:600;text-transform:capitalize\">Vinyl wrap installer</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1414,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":\"100%\"}}} -->\n<figure class=\"wp-block-image aligncenter size-full has-custom-border\"><img src=\"https://transvelo.github.io/eride/assets/images/people4.jpeg\" alt=\"\" class=\"wp-image-1414\" style=\"border-radius:100%\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"typography\":{\"fontSize\":\"18px\"}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"font-size:18px\">Ian Weber</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"6px\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1000\"}}},\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"capitalize\"}},\"textColor\":\"gray-1000\"} -->\n<p class=\"has-text-align-center has-gray-1000-color has-text-color has-link-color\" style=\"margin-top:6px;margin-bottom:0;font-size:14px;font-style:normal;font-weight:600;text-transform:capitalize\">Sales</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','About','','publish','closed','closed','','about','','','2024-10-28 00:01:40','2024-10-28 00:01:40','',0,'https://aggressivegraphix.com/about/',0,'wp_template','',0),(85,1,'2024-10-27 23:16:58','2024-10-27 23:16:58','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"is-style-default\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|custom-ag-red\"}}},\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|50\"}}},\"textColor\":\"custom-ag-red\",\"fontSize\":\"x-large\"} -->\n<h2 class=\"is-style-default wp-block-heading has-text-align-center has-custom-ag-red-color has-text-color has-link-color has-x-large-font-size\" style=\"margin-top:var(--wp--preset--spacing--50);margin-bottom:var(--wp--preset--spacing--50)\">About Us</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph -->\n<p class=\"\">Aggressive Graphix was founded as a small graphic design studio&nbsp;producing custom websites, vinyl advertisements, fleet graphics, and personal stickers in September of 2010. As the years have gone by, we have refined our designs and our business. AG is known for its excellent customer service from start to finish of any project. We offer an array of services from motocross graphics, fleet graphics and vehicle wraps, commercial graphic design, stationary design, and more!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We pride ourselves by our quality, design, and turn around time. Your timeline is important to us. AG doesn’t skip the minor details to produce our products quicker, we vigorously check our work before submitting to any customer or client. We use the industry’s leading materials and techniques to produce our graphics.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','','','inherit','closed','closed','','82-revision-v1','','','2024-10-27 23:16:58','2024-10-27 23:16:58','',82,'https://aggressivegraphix.com/?p=85',0,'revision','',0),(86,1,'2024-10-27 23:17:00','2024-10-27 23:17:00','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"ag\",\"tagName\":\"header\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\",\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|50\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--50)\"><!-- wp:group {\"metadata\":{\"name\":\"About - Hero\"},\"align\":\"full\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:columns {\"align\":\"full\"} -->\n<div class=\"wp-block-columns alignfull\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:media-text {\"mediaType\":\"video\",\"verticalAlignment\":\"center\",\"className\":\"about-hero\",\"backgroundColor\":\"custom-true-white\"} -->\n<div class=\"about-hero wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center has-custom-true-white-background-color has-background\"><figure class=\"wp-block-media-text__media\"><video controls src=\"blob:https://aggressivegraphix.com/050039ac-2b26-4d55-bd6e-4838dd3e3133\"></video></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontSize\":\"40px\",\"lineHeight\":\"1.2\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|custom-true-white\"}}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"0\",\"right\":\"0\"}}},\"backgroundColor\":\"custom-ag-red\",\"textColor\":\"custom-true-white\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-custom-true-white-color has-custom-ag-red-background-color has-text-color has-background has-link-color\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:0;padding-bottom:var(--wp--preset--spacing--10);padding-left:0;font-size:40px;font-style:normal;font-weight:700;line-height:1.2;text-transform:uppercase\">about us</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.67\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-200\"}}},\"spacing\":{\"margin\":{\"top\":\"30px\"}}},\"textColor\":\"gray-200\"} -->\n<p class=\"has-text-align-left has-gray-200-color has-text-color has-link-color\" style=\"margin-top:30px;font-size:18px;font-style:normal;font-weight:400;line-height:1.67\">Aggressive Graphix was founded as a small graphic design studio&nbsp;producing custom websites, vinyl advertisements, fleet graphics, and personal stickers in September of 2010. As the years have gone by, we have refined our designs and our business. AG is known for its excellent customer service from start to finish of any project. We offer an array of services from motocross graphics, fleet graphics and vehicle wraps, commercial graphic design, stationary design, and more!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.67\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-200\"}}},\"spacing\":{\"margin\":{\"top\":\"30px\"}}},\"textColor\":\"gray-200\"} -->\n<p class=\"has-text-align-left has-gray-200-color has-text-color has-link-color\" style=\"margin-top:30px;font-size:18px;font-style:normal;font-weight:400;line-height:1.67\">We pride ourselves by our quality, design, and turn around time. Your timeline is important to us. AG doesn’t skip the minor details to produce our products quicker, we vigorously check our work before submitting to any customer or client. We use the industry’s leading materials and techniques to produce our graphics.</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"About - People\"},\"align\":\"full\",\"backgroundColor\":\"base-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull has-base-2-background-color has-background\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:0;padding-bottom:var(--wp--preset--spacing--40);padding-left:0\"><!-- wp:columns {\"align\":\"wide\",\"className\":\"eride-about-scroll\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"30px\"},\"padding\":{\"top\":\"8px\",\"bottom\":\"8px\"}}}} -->\n<div class=\"eride-about-scroll wp-block-columns alignwide\" style=\"padding-top:8px;padding-bottom:8px\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1411,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":\"100%\"}}} -->\n<figure class=\"wp-block-image aligncenter size-full has-custom-border\"><img src=\"https://transvelo.github.io/eride/assets/images/people1.jpeg\" alt=\"\" class=\"wp-image-1411\" style=\"border-radius:100%\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"typography\":{\"fontSize\":\"18px\"}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"font-size:18px\">Ben Wojnarowicz</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"6px\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1000\"}}},\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"textColor\":\"gray-1000\"} -->\n<p class=\"has-text-align-center has-gray-1000-color has-text-color has-link-color\" style=\"margin-top:6px;margin-bottom:0;font-size:14px;font-style:normal;font-weight:600\">CEO/Founder</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1412,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":\"100%\"}}} -->\n<figure class=\"wp-block-image aligncenter size-full has-custom-border\"><img src=\"https://transvelo.github.io/eride/assets/images/people2.jpeg\" alt=\"\" class=\"wp-image-1412\" style=\"border-radius:100%\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"typography\":{\"fontSize\":\"18px\"}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"font-size:18px\">Phernand Pinotes</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"6px\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1000\"}}},\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"capitalize\"}},\"textColor\":\"gray-1000\"} -->\n<p class=\"has-text-align-center has-gray-1000-color has-text-color has-link-color\" style=\"margin-top:6px;margin-bottom:0;font-size:14px;font-style:normal;font-weight:600;text-transform:capitalize\">Designer</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1413,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":\"100%\"}}} -->\n<figure class=\"wp-block-image aligncenter size-full has-custom-border\"><img src=\"https://transvelo.github.io/eride/assets/images/people3.jpeg\" alt=\"\" class=\"wp-image-1413\" style=\"border-radius:100%\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"18px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"font-size:18px\">Gavin Randeau</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"right\":\"0\",\"left\":\"0\",\"top\":\"6px\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1000\"}}},\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"capitalize\"}},\"textColor\":\"gray-1000\"} -->\n<p class=\"has-text-align-center has-gray-1000-color has-text-color has-link-color\" style=\"margin-top:6px;margin-right:0;margin-bottom:0;margin-left:0;font-size:14px;font-style:normal;font-weight:600;text-transform:capitalize\">Vinyl wrap installer</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1414,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":\"100%\"}}} -->\n<figure class=\"wp-block-image aligncenter size-full has-custom-border\"><img src=\"https://transvelo.github.io/eride/assets/images/people4.jpeg\" alt=\"\" class=\"wp-image-1414\" style=\"border-radius:100%\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"typography\":{\"fontSize\":\"18px\"}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"font-size:18px\">Ian Weber</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"6px\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1000\"}}},\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"capitalize\"}},\"textColor\":\"gray-1000\"} -->\n<p class=\"has-text-align-center has-gray-1000-color has-text-color has-link-color\" style=\"margin-top:6px;margin-bottom:0;font-size:14px;font-style:normal;font-weight:600;text-transform:capitalize\">Sales</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','About','','inherit','closed','closed','','84-revision-v1','','','2024-10-27 23:17:00','2024-10-27 23:17:00','',84,'https://aggressivegraphix.com/?p=86',0,'revision','',0),(91,1,'2024-10-27 23:34:37','2024-10-27 23:34:37','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"is-style-default\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|custom-ag-red\"}}},\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|50\"}}},\"textColor\":\"custom-ag-red\",\"fontSize\":\"x-large\"} -->\n<h2 class=\"is-style-default wp-block-heading has-text-align-center has-custom-ag-red-color has-text-color has-link-color has-x-large-font-size\" style=\"margin-top:var(--wp--preset--spacing--50);margin-bottom:var(--wp--preset--spacing--50)\">About Us</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph -->\n<p class=\"\">Aggressive Graphix was founded as a small graphic design studio&nbsp;producing custom websites, vinyl advertisements, fleet graphics, and personal stickers in September of 2010. As the years have gone by, we have refined our designs and our business. AG is known for its excellent customer service from start to finish of any project. We offer an array of services from motocross graphics, fleet graphics and vehicle wraps, commercial graphic design, stationary design, and more!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We pride ourselves by our quality, design, and turn around time. Your timeline is important to us. AG doesn’t skip the minor details to produce our products quicker, we vigorously check our work before submitting to any customer or client. We use the industry’s leading materials and techniques to produce our graphics.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Our Work','','inherit','closed','closed','','82-revision-v1','','','2024-10-27 23:34:37','2024-10-27 23:34:37','',82,'https://aggressivegraphix.com/?p=91',0,'revision','',0),(93,1,'2024-10-27 23:39:08','2024-10-27 23:39:08','<!-- wp:paragraph -->\n<p class=\"\">Aggressive Graphix was founded as a small graphic design studio&nbsp;producing custom websites, vinyl advertisements, fleet graphics, and personal stickers in September of 2010. As the years have gone by, we have refined our designs and our business. AG is known for its excellent customer service from start to finish of any project. We offer an array of services from motocross graphics, fleet graphics and vehicle wraps, commercial graphic design, stationary design, and more!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We pride ourselves by our quality, design, and turn around time. Your timeline is important to us. AG doesn’t skip the minor details to produce our products quicker, we vigorously check our work before submitting to any customer or client. We use the industry’s leading materials and techniques to produce our graphics.</p>\n<!-- /wp:paragraph -->','About Us','','publish','closed','closed','','about-us','','','2025-02-11 14:59:19','2025-02-11 14:59:19','',0,'https://aggressivegraphix.com/?page_id=93',0,'page','',0),(94,1,'2024-10-27 23:38:50','2024-10-27 23:38:50','','About Us','','inherit','closed','closed','','93-revision-v1','','','2024-10-27 23:38:50','2024-10-27 23:38:50','',93,'https://aggressivegraphix.com/?p=94',0,'revision','',0),(95,1,'2024-10-27 23:40:06','2024-10-27 23:40:06','<!-- wp:group {\"metadata\":{\"name\":\"Features\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white wp-block-group\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} -->\n<div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} -->\n<div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":1,\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} -->\n<h1 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Color change and styling wraps</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Want to change the look of your vehicle without the cost of a new paint job? Wrap can help transform your vehicle into a one of a kind version tailored to your dream look.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} -->\n<div class=\"nfd-btn-lg  wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://aggressivegraphix.com/wraps-and-tint/color-change-wraps/\">Check out our styling wraps</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"metadata\":{\"name\":\"Gallery\"},\"className\":\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-5 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-5 is-style-nfd-theme-white wp-block-group\"><!-- wp:gallery {\"linkTo\":\"none\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}}} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":2491,\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"nfd-w-full is-style-default\"} -->\n<figure class=\"nfd-w-full is-style-default wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2741-1-edited-1024x576.webp\" alt=\"\" class=\"wp-image-2491\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2489,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2556-1-768x1024.jpg\" alt=\"\" class=\"wp-image-2489\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2486,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_3616-768x1024.jpg\" alt=\"\" class=\"wp-image-2486\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2488,\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_0785-1024x758.jpg\" alt=\"\" class=\"wp-image-2488\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Features\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-6 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-6 is-style-nfd-theme-white wp-block-group\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} -->\n<div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"metadata\":{\"name\":\"Gallery\"},\"className\":\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-5 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-5 is-style-nfd-theme-white wp-block-group\"><!-- wp:gallery {\"linkTo\":\"none\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}}} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":2493,\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"nfd-w-full is-style-default\"} -->\n<figure class=\"nfd-w-full is-style-default wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2698-edited-scaled-1024x576.webp\" alt=\"\" class=\"wp-image-2493\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2495,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_3128-768x1024.jpg\" alt=\"\" class=\"wp-image-2495\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2496,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_3097-768x1024.jpg\" alt=\"\" class=\"wp-image-2496\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2497,\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_3053-768x1024.jpg\" alt=\"\" class=\"wp-image-2497\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} -->\n<div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":1,\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} -->\n<h1 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Commercial lettering and full print wraps</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">We offer commercial wrap solutions to fit your budget and make an impact going down the road. Brand recognition is the largest thing for your business, why not utilize the vehicle or trailer you travel with every day to advertise!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} -->\n<div class=\"nfd-btn-lg  wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://aggressivegraphix.com/wraps-and-tint/commercial-wraps-and-lettering/\">See our commercial wrap solutions</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Features\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white wp-block-group\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} -->\n<div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} -->\n<div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":1,\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} -->\n<h1 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Window tinting services</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Want to keep the inside of your car or office cooler in the hot sun, or maybe looking for a little more privacy? We offer an array of products to tint your vehicle or office windows.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} -->\n<div class=\"nfd-btn-lg  wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://aggressivegraphix.com/wraps-and-tint/window-tint/\">See tinting options</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:video {\"id\":2500} -->\n<figure class=\"wp-block-video\"><video controls src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2948.mov\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->','Vehicle wraps and window tinting','','publish','closed','closed','','wraps-and-tint','','','2025-09-09 19:41:43','2025-09-09 19:41:43','',0,'https://aggressivegraphix.com/?page_id=95',0,'page','',0),(96,1,'2024-10-27 23:39:58','2024-10-27 23:39:58','','Wraps and tint','','inherit','closed','closed','','95-revision-v1','','','2024-10-27 23:39:58','2024-10-27 23:39:58','',95,'https://aggressivegraphix.com/?p=96',0,'revision','',0),(97,1,'2024-10-27 23:44:33','2024-10-27 23:44:33','<!-- wp:navigation-link {\"label\":\"Shop Moto\",\"type\":\"page\",\"id\":6,\"url\":\"https://aggressivegraphix.com/shop/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Wraps and tint\",\"type\":\"page\",\"id\":95,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"About Us\",\"type\":\"page\",\"id\":93,\"url\":\"https://aggressivegraphix.com/about-us-2/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Our Work\",\"type\":\"page\",\"id\":82,\"url\":\"https://aggressivegraphix.com/about-us/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Contact Us\",\"type\":\"page\",\"id\":31,\"url\":\"https://aggressivegraphix.com/contact-us/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}}} /-->','Account Nav','','inherit','closed','closed','','28-revision-v1','','','2024-10-27 23:44:33','2024-10-27 23:44:33','',28,'https://aggressivegraphix.com/?p=97',0,'revision','',0),(98,1,'2024-10-27 23:44:33','2024-10-27 23:44:33','<!-- wp:group {\"align\":\"full\",\"className\":\"wc-blocks-pattern-header-essential wc-blocks-header-pattern\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"40px\",\"bottom\":\"40px\",\"left\":\"40px\",\"right\":\"40px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wc-blocks-pattern-header-essential wc-blocks-header-pattern wp-block-group alignfull\" style=\"padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"width\":256,\"shouldSyncIcon\":false} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"ref\":28} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/mini-cart {\"miniCartIcon\":\"bag-alt\",\"addToCartBehaviour\":\"open_drawer\",\"priceColor\":{\"color\":\"#000000\",\"name\":\"Contrast\",\"slug\":\"contrast\",\"class\":\"has-contrast-icon-color\"},\"iconColor\":{\"color\":\"#fff\",\"name\":\"Base\",\"slug\":\"base\",\"class\":\"has-base-icon-color\"},\"productCountColor\":{\"color\":\"#fff\",\"name\":\"Base\",\"slug\":\"base\",\"class\":\"has-base-icon-color\"},\"fontFamily\":\"body\",\"fontSize\":\"small\",\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} /-->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconStyle\":\"line\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"fontSize\":\"small\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"margin\":{\"right\":\"0\",\"left\":\"var:preset|spacing|10\"}}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Header v3','','inherit','closed','closed','','29-revision-v1','','','2024-10-27 23:44:33','2024-10-27 23:44:33','',29,'https://aggressivegraphix.com/?p=98',0,'revision','',0),(100,1,'2024-10-27 23:50:24','2024-10-27 23:50:24','.wp-container-core-group-is-layout-5 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {\n	max-width: 100% !important;}\n.config-button, .product a button{\n    background: #D01A1A;\n    padding: 10px 20px;\n    border: none;\n    border-radius: 20px;\n    color: #fff;\n    font-weight: bold;\n    font-size: 1.2em;\n}\n.config-button:hover{\n	background:#a10000;\n	cursor:pointer;\n}\n.shop-favorites .products-block-post-template .product:hover, .shop-favorites .products-block-post-template .wp-block-post:hover {\n    padding: 5px;\n}\n#product_option_selected_name ul {\n	position: inherit !important;}\n.products-block-post-template .wp-block-post-excerpt {\n	    -webkit-line-clamp: 3 !important;\n}\n.wc-block-product-template .wp-block-post-title {\n    overflow: visible;\n    -webkit-line-clamp: 2;\n    text-align: center !important;\n}\n.addon-btn{\n	text-align:center;\n	margin-bottom: 10px;\n}\n.addon-btn button:hover {\n	background:#a10000;\n	cursor:pointer;\n}\n.af_addon_drop_down {\n    height: 100% !important;\n}\n.addons_div_selection:active, .addons_div_selection:visited, .addons_div_selection:active {\n	border: 2px solid #A10000;\n}\n.wp-block-button.wc-block-components-product-button {border: none;}\n\n.woocommerce-cart .woocommerce-cart-form tbody td.product-name .variation {\n    display: block !important;\n}\n.woocommerce td.product-name dl.variation dd.variation-Configuration {\n    display: none;\n}','ag','','publish','closed','closed','','ag','','','2025-01-10 00:34:30','2025-01-10 00:34:30','',0,'https://aggressivegraphix.com/ag/',0,'custom_css','',0),(106,1,'2024-10-27 23:57:55','2024-10-27 23:57:55','{\"styles\":{\"elements\":{\"h1\":{\"typography\":{\"fontSize\":\"var(--wp--preset--font-size--large)\",\"textTransform\":\"uppercase\"}},\"link\":{\"color\":{\"text\":\"var(--wp--preset--color--custom-ag-red)\"},\":hover\":{\"color\":{\"text\":\"var(--wp--preset--color--custom-ag-dark-red)\"}}},\"button\":{\"color\":{\"text\":\"var(--wp--preset--color--custom-true-white)\",\"background\":\"var(--wp--preset--color--custom-ag-red)\"}},\"heading\":{\"color\":{\"text\":\"var(--wp--preset--color--custom-text-black)\"}}},\"color\":{\"text\":\"var(--wp--preset--color--custom-text-black)\",\"background\":\"var(--wp--preset--color--custom-light-gray)\"},\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"var:preset|spacing|10\",\"bottom\":\"0px\",\"left\":\"var:preset|spacing|10\"}},\"css\":\".wc-block-mini-cart__quantity-badge {\\n    background-color: #D01A1A;}\"},\"settings\":{\"color\":{\"palette\":{\"custom\":[{\"color\":\"#f2f2f2\",\"name\":\"Light gray\",\"slug\":\"custom-light-gray\"},{\"color\":\"#333333\",\"name\":\"Text black\",\"slug\":\"custom-text-black\"},{\"color\":\"#000\",\"name\":\"True black\",\"slug\":\"custom-true-black\"},{\"color\":\"#ffffff\",\"name\":\"True white\",\"slug\":\"custom-true-white\"},{\"color\":\"#d01a1a\",\"name\":\"AG Red\",\"slug\":\"custom-ag-red\"},{\"color\":\"#a10000\",\"name\":\"AG Dark Red\",\"slug\":\"custom-ag-dark-red\"}]}},\"layout\":{\"contentSize\":\"100%\"},\"typography\":{\"fontFamilies\":{\"theme\":[{\"fontFace\":[{\"fontFamily\":\"Open Sans\",\"fontStretch\":\"normal\",\"fontStyle\":\"normal\",\"fontWeight\":\"300 400 500 600 700\",\"src\":[\"file:.\\/assets\\/fonts\\/open-sans\\/OpenSans-VariableFont_wdth,wght.woff2\"]}],\"fontFamily\":\"\\\"Open Sans\\\", sans-serif\",\"name\":\"Open Sans\",\"slug\":\"open-sans\"},{\"fontFamily\":\"-apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif\",\"name\":\"System Sans-serif\",\"slug\":\"system-sans-serif\"},{\"fontFamily\":\"Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol\",\"name\":\"System Serif\",\"slug\":\"system-Serif\"},{\"fontFamily\":\"Cardo\",\"name\":\"Cardo\",\"slug\":\"cardo\",\"fontFace\":[{\"fontFamily\":\"Cardo\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":[\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/plugins\\/woocommerce\\/assets\\/fonts\\/cardo_normal_400.woff2\"]}]},{\"fontFace\":[{\"fontFamily\":\"Inter\",\"fontStretch\":\"normal\",\"fontStyle\":\"normal\",\"fontWeight\":\"200 300 400 500 600 700 900\",\"src\":[\"file:.\\/assets\\/fonts\\/inter\\/Inter-VariableFont_slnt,wght.woff2\"]}],\"fontFamily\":\"\\\"Inter\\\", sans-serif\",\"name\":\"Inter\",\"slug\":\"body\"}]}}},\"isGlobalStylesUserThemeJSON\":true,\"version\":3}','Custom Styles','','inherit','closed','closed','','23-revision-v1','','','2024-10-27 23:57:55','2024-10-27 23:57:55','',23,'https://aggressivegraphix.com/?p=106',0,'revision','',0),(107,1,'2024-10-27 23:59:39','2024-10-27 23:59:39','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\",\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|50\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--50)\"><!-- wp:group {\"metadata\":{\"name\":\"About - Hero\"},\"align\":\"full\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:columns {\"align\":\"full\"} -->\n<div class=\"wp-block-columns alignfull\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:media-text {\"mediaType\":\"video\",\"verticalAlignment\":\"center\",\"className\":\"about-hero\",\"backgroundColor\":\"custom-true-white\"} -->\n<div class=\"about-hero wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center has-custom-true-white-background-color has-background\"><figure class=\"wp-block-media-text__media\"><video controls src=\"blob:https://aggressivegraphix.com/050039ac-2b26-4d55-bd6e-4838dd3e3133\"></video></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontSize\":\"40px\",\"lineHeight\":\"1.2\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|custom-true-white\"}}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"0\",\"right\":\"0\"}}},\"backgroundColor\":\"custom-ag-red\",\"textColor\":\"custom-true-white\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-custom-true-white-color has-custom-ag-red-background-color has-text-color has-background has-link-color\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:0;padding-bottom:var(--wp--preset--spacing--10);padding-left:0;font-size:40px;font-style:normal;font-weight:700;line-height:1.2;text-transform:uppercase\">about us</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.67\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-200\"}}},\"spacing\":{\"margin\":{\"top\":\"30px\"}}},\"textColor\":\"gray-200\"} -->\n<p class=\"has-text-align-left has-gray-200-color has-text-color has-link-color\" style=\"margin-top:30px;font-size:18px;font-style:normal;font-weight:400;line-height:1.67\">Aggressive Graphix was founded as a small graphic design studio&nbsp;producing custom websites, vinyl advertisements, fleet graphics, and personal stickers in September of 2010. As the years have gone by, we have refined our designs and our business. AG is known for its excellent customer service from start to finish of any project. We offer an array of services from motocross graphics, fleet graphics and vehicle wraps, commercial graphic design, stationary design, and more!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.67\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-200\"}}},\"spacing\":{\"margin\":{\"top\":\"30px\"}}},\"textColor\":\"gray-200\"} -->\n<p class=\"has-text-align-left has-gray-200-color has-text-color has-link-color\" style=\"margin-top:30px;font-size:18px;font-style:normal;font-weight:400;line-height:1.67\">We pride ourselves by our quality, design, and turn around time. Your timeline is important to us. AG doesn’t skip the minor details to produce our products quicker, we vigorously check our work before submitting to any customer or client. We use the industry’s leading materials and techniques to produce our graphics.</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"About - People\"},\"align\":\"full\",\"backgroundColor\":\"base-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull has-base-2-background-color has-background\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:0;padding-bottom:var(--wp--preset--spacing--40);padding-left:0\"><!-- wp:columns {\"align\":\"wide\",\"className\":\"eride-about-scroll\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"30px\"},\"padding\":{\"top\":\"8px\",\"bottom\":\"8px\"}}}} -->\n<div class=\"eride-about-scroll wp-block-columns alignwide\" style=\"padding-top:8px;padding-bottom:8px\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1411,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":\"100%\"}}} -->\n<figure class=\"wp-block-image aligncenter size-full has-custom-border\"><img src=\"https://transvelo.github.io/eride/assets/images/people1.jpeg\" alt=\"\" class=\"wp-image-1411\" style=\"border-radius:100%\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"typography\":{\"fontSize\":\"18px\"}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"font-size:18px\">Ben Wojnarowicz</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"6px\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1000\"}}},\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"textColor\":\"gray-1000\"} -->\n<p class=\"has-text-align-center has-gray-1000-color has-text-color has-link-color\" style=\"margin-top:6px;margin-bottom:0;font-size:14px;font-style:normal;font-weight:600\">CEO/Founder</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1412,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":\"100%\"}}} -->\n<figure class=\"wp-block-image aligncenter size-full has-custom-border\"><img src=\"https://transvelo.github.io/eride/assets/images/people2.jpeg\" alt=\"\" class=\"wp-image-1412\" style=\"border-radius:100%\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"typography\":{\"fontSize\":\"18px\"}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"font-size:18px\">Phernand Pinotes</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"6px\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1000\"}}},\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"capitalize\"}},\"textColor\":\"gray-1000\"} -->\n<p class=\"has-text-align-center has-gray-1000-color has-text-color has-link-color\" style=\"margin-top:6px;margin-bottom:0;font-size:14px;font-style:normal;font-weight:600;text-transform:capitalize\">Designer</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1413,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":\"100%\"}}} -->\n<figure class=\"wp-block-image aligncenter size-full has-custom-border\"><img src=\"https://transvelo.github.io/eride/assets/images/people3.jpeg\" alt=\"\" class=\"wp-image-1413\" style=\"border-radius:100%\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"18px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"font-size:18px\">Gavin Randeau</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"right\":\"0\",\"left\":\"0\",\"top\":\"6px\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1000\"}}},\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"capitalize\"}},\"textColor\":\"gray-1000\"} -->\n<p class=\"has-text-align-center has-gray-1000-color has-text-color has-link-color\" style=\"margin-top:6px;margin-right:0;margin-bottom:0;margin-left:0;font-size:14px;font-style:normal;font-weight:600;text-transform:capitalize\">Vinyl wrap installer</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1414,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":\"100%\"}}} -->\n<figure class=\"wp-block-image aligncenter size-full has-custom-border\"><img src=\"https://transvelo.github.io/eride/assets/images/people4.jpeg\" alt=\"\" class=\"wp-image-1414\" style=\"border-radius:100%\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"typography\":{\"fontSize\":\"18px\"}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"font-size:18px\">Ian Weber</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"6px\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1000\"}}},\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"capitalize\"}},\"textColor\":\"gray-1000\"} -->\n<p class=\"has-text-align-center has-gray-1000-color has-text-color has-link-color\" style=\"margin-top:6px;margin-bottom:0;font-size:14px;font-style:normal;font-weight:600;text-transform:capitalize\">Sales</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','About','','inherit','closed','closed','','84-revision-v1','','','2024-10-27 23:59:39','2024-10-27 23:59:39','',84,'https://aggressivegraphix.com/?p=107',0,'revision','',0),(108,1,'2024-10-28 00:01:31','2024-10-28 00:01:31','','IMG_4031','','inherit','open','closed','','img_4031','','','2025-09-09 15:25:58','2025-09-09 15:25:58','',84,'https://aggressivegraphix.com/wp-content/uploads/2024/10/IMG_4031.jpg',0,'attachment','image/webp',0),(109,1,'2024-10-28 00:01:40','2024-10-28 00:01:40','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\",\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|50\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--50)\"><!-- wp:group {\"metadata\":{\"name\":\"About - Hero\"},\"align\":\"full\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:columns {\"align\":\"full\"} -->\n<div class=\"wp-block-columns alignfull\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:media-text {\"mediaId\":108,\"mediaLink\":\"https://aggressivegraphix.com/?attachment_id=108\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\",\"className\":\"about-hero\",\"backgroundColor\":\"custom-true-white\"} -->\n<div class=\"about-hero wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center has-custom-true-white-background-color has-background\"><figure class=\"wp-block-media-text__media\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/IMG_4031-1024x683.jpg\" alt=\"\" class=\"wp-image-108 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontSize\":\"40px\",\"lineHeight\":\"1.2\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|custom-true-white\"}}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"0\",\"right\":\"0\"}}},\"backgroundColor\":\"custom-ag-red\",\"textColor\":\"custom-true-white\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-custom-true-white-color has-custom-ag-red-background-color has-text-color has-background has-link-color\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:0;padding-bottom:var(--wp--preset--spacing--10);padding-left:0;font-size:40px;font-style:normal;font-weight:700;line-height:1.2;text-transform:uppercase\">about us</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.67\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-200\"}}},\"spacing\":{\"margin\":{\"top\":\"30px\"}}},\"textColor\":\"gray-200\"} -->\n<p class=\"has-text-align-left has-gray-200-color has-text-color has-link-color\" style=\"margin-top:30px;font-size:18px;font-style:normal;font-weight:400;line-height:1.67\">Aggressive Graphix was founded as a small graphic design studio&nbsp;producing custom websites, vinyl advertisements, fleet graphics, and personal stickers in September of 2010. As the years have gone by, we have refined our designs and our business. AG is known for its excellent customer service from start to finish of any project. We offer an array of services from motocross graphics, fleet graphics and vehicle wraps, commercial graphic design, stationary design, and more!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.67\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-200\"}}},\"spacing\":{\"margin\":{\"top\":\"30px\"}}},\"textColor\":\"gray-200\"} -->\n<p class=\"has-text-align-left has-gray-200-color has-text-color has-link-color\" style=\"margin-top:30px;font-size:18px;font-style:normal;font-weight:400;line-height:1.67\">We pride ourselves by our quality, design, and turn around time. Your timeline is important to us. AG doesn’t skip the minor details to produce our products quicker, we vigorously check our work before submitting to any customer or client. We use the industry’s leading materials and techniques to produce our graphics.</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"About - People\"},\"align\":\"full\",\"backgroundColor\":\"base-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull has-base-2-background-color has-background\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:0;padding-bottom:var(--wp--preset--spacing--40);padding-left:0\"><!-- wp:columns {\"align\":\"wide\",\"className\":\"eride-about-scroll\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"30px\"},\"padding\":{\"top\":\"8px\",\"bottom\":\"8px\"}}}} -->\n<div class=\"eride-about-scroll wp-block-columns alignwide\" style=\"padding-top:8px;padding-bottom:8px\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1411,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":\"100%\"}}} -->\n<figure class=\"wp-block-image aligncenter size-full has-custom-border\"><img src=\"https://transvelo.github.io/eride/assets/images/people1.jpeg\" alt=\"\" class=\"wp-image-1411\" style=\"border-radius:100%\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"typography\":{\"fontSize\":\"18px\"}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"font-size:18px\">Ben Wojnarowicz</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"6px\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1000\"}}},\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"textColor\":\"gray-1000\"} -->\n<p class=\"has-text-align-center has-gray-1000-color has-text-color has-link-color\" style=\"margin-top:6px;margin-bottom:0;font-size:14px;font-style:normal;font-weight:600\">CEO/Founder</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1412,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":\"100%\"}}} -->\n<figure class=\"wp-block-image aligncenter size-full has-custom-border\"><img src=\"https://transvelo.github.io/eride/assets/images/people2.jpeg\" alt=\"\" class=\"wp-image-1412\" style=\"border-radius:100%\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"typography\":{\"fontSize\":\"18px\"}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"font-size:18px\">Phernand Pinotes</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"6px\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1000\"}}},\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"capitalize\"}},\"textColor\":\"gray-1000\"} -->\n<p class=\"has-text-align-center has-gray-1000-color has-text-color has-link-color\" style=\"margin-top:6px;margin-bottom:0;font-size:14px;font-style:normal;font-weight:600;text-transform:capitalize\">Designer</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1413,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":\"100%\"}}} -->\n<figure class=\"wp-block-image aligncenter size-full has-custom-border\"><img src=\"https://transvelo.github.io/eride/assets/images/people3.jpeg\" alt=\"\" class=\"wp-image-1413\" style=\"border-radius:100%\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"18px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"font-size:18px\">Gavin Randeau</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"right\":\"0\",\"left\":\"0\",\"top\":\"6px\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1000\"}}},\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"capitalize\"}},\"textColor\":\"gray-1000\"} -->\n<p class=\"has-text-align-center has-gray-1000-color has-text-color has-link-color\" style=\"margin-top:6px;margin-right:0;margin-bottom:0;margin-left:0;font-size:14px;font-style:normal;font-weight:600;text-transform:capitalize\">Vinyl wrap installer</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1414,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":\"100%\"}}} -->\n<figure class=\"wp-block-image aligncenter size-full has-custom-border\"><img src=\"https://transvelo.github.io/eride/assets/images/people4.jpeg\" alt=\"\" class=\"wp-image-1414\" style=\"border-radius:100%\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"typography\":{\"fontSize\":\"18px\"}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"font-size:18px\">Ian Weber</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"6px\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1000\"}}},\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"capitalize\"}},\"textColor\":\"gray-1000\"} -->\n<p class=\"has-text-align-center has-gray-1000-color has-text-color has-link-color\" style=\"margin-top:6px;margin-bottom:0;font-size:14px;font-style:normal;font-weight:600;text-transform:capitalize\">Sales</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','About','','inherit','closed','closed','','84-revision-v1','','','2024-10-28 00:01:40','2024-10-28 00:01:40','',84,'https://aggressivegraphix.com/?p=109',0,'revision','',0),(110,1,'2024-10-28 00:02:40','2024-10-28 00:02:40','<!-- wp:group {\"tagName\":\"main\"} -->\n<main class=\"wp-block-group\"><!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"area\":\"header\"} /-->\n\n<!-- wp:post-content {\"lock\":{\"move\":false,\"remove\":true},\"layout\":{\"type\":\"constrained\"}} /--></main>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Blank','','publish','closed','closed','','blank','','','2024-10-28 00:02:40','2024-10-28 00:02:40','',0,'https://aggressivegraphix.com/blank/',0,'wp_template','',0),(111,1,'2024-10-28 00:03:50','2024-10-28 00:03:50','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40)\"><!-- wp:query {\"queryId\":23,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":\"0\",\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true},\"enhancedPagination\":true,\"align\":\"wide\",\"className\":\"eride-blog-posts\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"eride-blog-posts wp-block-query alignwide\"><!-- wp:post-template {\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}}},\"textColor\":\"gray-900\",\"fontSize\":\"medium\",\"layout\":{\"type\":\"grid\",\"columnCount\":3}} -->\n<!-- wp:post-featured-image {\"isLink\":true,\"aspectRatio\":\"auto\",\"width\":\"\",\"height\":\"280px\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"margin\":{\"bottom\":\"20px\"}},\"border\":{\"radius\":\"15px\"}}} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"left\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"380px\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\" style=\"padding-left:0\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:post-terms {\"term\":\"category\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"margin\":{\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"typography\":{\"fontSize\":\"15px\",\"lineHeight\":1.399999999999999911182158029987476766109466552734375}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"var:preset|spacing|10\",\"top\":\"5px\",\"right\":\"0\"},\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}},\"typography\":{\"fontSize\":\"18px\",\"lineHeight\":\"1.3\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /-->\n\n<!-- wp:read-more {\"content\":\"Read More   \\u003cimg class=\\u0022wp-image-93\\u0022 style=\\u0022width: 15px;\\u0022 src=\\u0022http://transvelo.github.io/eride/assets/images/arrow-right-1.svg\\u0022 alt=\\u0022\\u0022\\u003e \",\"className\":\"read-more\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"2.1\"},\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|10\"}}},\"textColor\":\"gray-100\",\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"paginationArrow\":\"arrow\",\"showLabel\":false} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:query --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','All Archives','Displays any archive, including posts by a single author, category, tag, taxonomy, custom post type, and date. This template will serve as a fallback when more specific templates (e.g. Category or Tag) cannot be found.','publish','closed','closed','','archive','','','2024-10-28 00:03:50','2024-10-28 00:03:50','',0,'https://aggressivegraphix.com/archive/',0,'wp_template','',0),(112,1,'2024-10-28 00:04:22','2024-10-28 00:04:22','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40)\"><!-- wp:query {\"queryId\":23,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":\"0\",\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true},\"enhancedPagination\":true,\"align\":\"wide\",\"className\":\"eride-blog-posts\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"eride-blog-posts wp-block-query alignwide\"><!-- wp:post-template {\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}}},\"textColor\":\"gray-900\",\"fontSize\":\"medium\",\"layout\":{\"type\":\"grid\",\"columnCount\":3}} -->\n<!-- wp:post-featured-image {\"isLink\":true,\"aspectRatio\":\"auto\",\"width\":\"\",\"height\":\"280px\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"margin\":{\"bottom\":\"20px\"}},\"border\":{\"radius\":\"15px\"}}} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"left\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"380px\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\" style=\"padding-left:0\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:post-terms {\"term\":\"category\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"margin\":{\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"typography\":{\"fontSize\":\"15px\",\"lineHeight\":1.399999999999999911182158029987476766109466552734375}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"var:preset|spacing|10\",\"top\":\"5px\",\"right\":\"0\"},\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}},\"typography\":{\"fontSize\":\"18px\",\"lineHeight\":\"1.3\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /-->\n\n<!-- wp:read-more {\"content\":\"Read More   \\u003cimg class=\\u0022wp-image-93\\u0022 style=\\u0022width: 15px;\\u0022 src=\\u0022http://transvelo.github.io/eride/assets/images/arrow-right-1.svg\\u0022 alt=\\u0022\\u0022\\u003e \",\"className\":\"read-more\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"2.1\"},\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|10\"}}},\"textColor\":\"gray-100\",\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"paginationArrow\":\"arrow\",\"showLabel\":false} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:query --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Blog Home','Displays the latest posts as either the site homepage or as the \"Posts page\" as defined under reading settings. If it exists, the Front Page template overrides this template when posts are shown on the homepage.','publish','closed','closed','','home','','','2024-10-28 00:04:22','2024-10-28 00:04:22','',0,'https://aggressivegraphix.com/home/',0,'wp_template','',0),(113,1,'2024-10-28 00:04:48','2024-10-28 00:04:48','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40)\"><!-- wp:query {\"queryId\":23,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":\"0\",\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true},\"enhancedPagination\":true,\"align\":\"wide\",\"className\":\"eride-blog-posts\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"eride-blog-posts wp-block-query alignwide\"><!-- wp:post-template {\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}}},\"textColor\":\"gray-900\",\"fontSize\":\"medium\",\"layout\":{\"type\":\"grid\",\"columnCount\":3}} -->\n<!-- wp:post-featured-image {\"isLink\":true,\"aspectRatio\":\"auto\",\"width\":\"\",\"height\":\"280px\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"margin\":{\"bottom\":\"20px\"}},\"border\":{\"radius\":\"15px\"}}} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"left\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"380px\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\" style=\"padding-left:0\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:post-terms {\"term\":\"category\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"margin\":{\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"typography\":{\"fontSize\":\"15px\",\"lineHeight\":1.399999999999999911182158029987476766109466552734375}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"var:preset|spacing|10\",\"top\":\"5px\",\"right\":\"0\"},\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}},\"typography\":{\"fontSize\":\"18px\",\"lineHeight\":\"1.3\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /-->\n\n<!-- wp:read-more {\"content\":\"Read More   \\u003cimg class=\\u0022wp-image-93\\u0022 style=\\u0022width: 15px;\\u0022 src=\\u0022http://transvelo.github.io/eride/assets/images/arrow-right-1.svg\\u0022 alt=\\u0022\\u0022\\u003e \",\"className\":\"read-more\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"2.1\"},\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|10\"}}},\"textColor\":\"gray-100\",\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"paginationArrow\":\"arrow\",\"showLabel\":false} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:query --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Index','Used as a fallback template for all pages when a more specific template is not defined.','publish','closed','closed','','index','','','2024-10-28 00:04:48','2024-10-28 00:04:48','',0,'https://aggressivegraphix.com/index/',0,'wp_template','',0),(114,1,'2024-10-28 00:05:19','2024-10-28 00:05:19','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:woocommerce/page-content-wrapper {\"page\":\"checkout\"} -->\n<!-- wp:group {\"tagName\":\"main\",\"layout\":{\"type\":\"constrained\"}} -->\n<main class=\"wp-block-group\"><!-- wp:post-title {\"level\":1,\"align\":\"wide\"} /-->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:woocommerce/checkout -->\n<div class=\"wp-block-woocommerce-checkout alignwide wc-block-checkout is-loading\"><!-- wp:woocommerce/checkout-totals-block -->\n<div class=\"wp-block-woocommerce-checkout-totals-block\"><!-- wp:woocommerce/checkout-order-summary-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-block\"><!-- wp:woocommerce/checkout-order-summary-cart-items-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-cart-items-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-cart-items-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-coupon-form-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-coupon-form-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-coupon-form-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-totals-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-totals-block\"><!-- wp:woocommerce/checkout-order-summary-subtotal-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-subtotal-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-subtotal-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-fee-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-fee-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-fee-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-discount-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-discount-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-discount-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-shipping-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-shipping-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-shipping-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-taxes-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-taxes-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-taxes-block --></div>\n<!-- /wp:woocommerce/checkout-order-summary-totals-block --></div>\n<!-- /wp:woocommerce/checkout-order-summary-block --></div>\n<!-- /wp:woocommerce/checkout-totals-block -->\n\n<!-- wp:woocommerce/checkout-fields-block -->\n<div class=\"wp-block-woocommerce-checkout-fields-block\"><!-- wp:woocommerce/checkout-express-payment-block -->\n<div class=\"wp-block-woocommerce-checkout-express-payment-block\"></div>\n<!-- /wp:woocommerce/checkout-express-payment-block -->\n\n<!-- wp:woocommerce/checkout-contact-information-block -->\n<div class=\"wp-block-woocommerce-checkout-contact-information-block\"></div>\n<!-- /wp:woocommerce/checkout-contact-information-block -->\n\n<!-- wp:woocommerce/checkout-shipping-method-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-method-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-method-block -->\n\n<!-- wp:woocommerce/checkout-pickup-options-block -->\n<div class=\"wp-block-woocommerce-checkout-pickup-options-block\"></div>\n<!-- /wp:woocommerce/checkout-pickup-options-block -->\n\n<!-- wp:woocommerce/checkout-shipping-address-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-address-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-address-block -->\n\n<!-- wp:woocommerce/checkout-billing-address-block -->\n<div class=\"wp-block-woocommerce-checkout-billing-address-block\"></div>\n<!-- /wp:woocommerce/checkout-billing-address-block -->\n\n<!-- wp:woocommerce/checkout-shipping-methods-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-methods-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-methods-block -->\n\n<!-- wp:woocommerce/checkout-payment-block -->\n<div class=\"wp-block-woocommerce-checkout-payment-block\"></div>\n<!-- /wp:woocommerce/checkout-payment-block -->\n\n<!-- wp:woocommerce/checkout-additional-information-block -->\n<div class=\"wp-block-woocommerce-checkout-additional-information-block\"></div>\n<!-- /wp:woocommerce/checkout-additional-information-block -->\n\n<!-- wp:woocommerce/checkout-order-note-block -->\n<div class=\"wp-block-woocommerce-checkout-order-note-block\"></div>\n<!-- /wp:woocommerce/checkout-order-note-block -->\n\n<!-- wp:woocommerce/checkout-terms-block -->\n<div class=\"wp-block-woocommerce-checkout-terms-block\"></div>\n<!-- /wp:woocommerce/checkout-terms-block -->\n\n<!-- wp:woocommerce/checkout-actions-block -->\n<div class=\"wp-block-woocommerce-checkout-actions-block\"></div>\n<!-- /wp:woocommerce/checkout-actions-block --></div>\n<!-- /wp:woocommerce/checkout-fields-block --></div>\n<!-- /wp:woocommerce/checkout --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></main>\n<!-- /wp:group -->\n<!-- /wp:woocommerce/page-content-wrapper -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Page: Checkout','The Checkout template guides users through the final steps of the purchase process. It enables users to enter shipping and billing information, select a payment method, and review order details.','inherit','closed','closed','','77-revision-v1','','','2024-10-28 00:05:19','2024-10-28 00:05:19','',77,'https://aggressivegraphix.com/?p=114',0,'revision','',0),(115,1,'2024-10-28 00:08:44','2024-10-28 00:08:44','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"area\":\"header\"} /-->\n\n<!-- wp:woocommerce/coming-soon {\"color\":\"#fefefe\",\"className\":\"woocommerce-coming-soon-entire-site wp-block-woocommerce-background-color\"} -->\n<div class=\"wp-block-woocommerce-coming-soon woocommerce-coming-soon-entire-site wp-block-woocommerce-background-color\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"style\":{\"border\":{\"radius\":\"7px\"}},\"backgroundColor\":\"warning\"} -->\n<h1 class=\"wp-block-heading has-text-align-center has-warning-background-color has-background\" style=\"border-radius:7px\"><strong>This section is under construction</strong></h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\"}}},\"fontSize\":\"medium\"} -->\n<p class=\"has-text-align-center has-medium-font-size\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)\">We\'re working on building this area out, please check back periodically for the changes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textAlign\":\"center\"} -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\">&lt;&lt; Back to the home page </a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:woocommerce/coming-soon -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"area\":\"footer\"} /-->','Page: Coming soon','Page template for Coming soon page.','publish','closed','closed','','coming-soon','','','2025-02-10 22:32:23','2025-02-10 22:32:23','',0,'https://aggressivegraphix.com/coming-soon/',0,'wp_template','',0),(116,1,'2024-10-28 00:09:05','2024-10-28 00:09:05','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":9,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"taxQuery\":[],\"isProductCollectionBlock\":true,\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":6,\"shrinkColumns\":false},\"dimensions\":{\"widthType\":\"fill\"},\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":false,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"},\"align\":\"wide\"} -->\n<div class=\"wp-block-woocommerce-product-collection alignwide\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"11px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":1,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}},\"typography\":{\"fontSize\":\"14px\"}},\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"textAlign\":\"center\",\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:woocommerce/product-collection --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Product Catalog','Displays your products.','publish','closed','closed','','archive-product','','','2025-01-02 19:12:53','2025-01-02 19:12:53','',0,'https://aggressivegraphix.com/archive-product/',0,'wp_template','',0),(117,1,'2024-10-28 00:09:23','2024-10-28 00:09:23','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:post-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"24px\",\"padding\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"padding-top:0\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"562px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"18px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"font-size:18px\">Cutting-edge design and performance: explore the latest bikes on the scene</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"gray-100\",\"style\":{\"spacing\":{\"padding\":{\"left\":\"38.5px\",\"right\":\"38.5px\"}}}} -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-gray-100-background-color has-background wp-element-button\" href=\"#\" style=\"padding-right:38.5px;padding-left:38.5px\">Browse</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Our Favorites\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"0px\",\"right\":\"0px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"50px\"}}},\"backgroundColor\":\"base-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull has-base-2-background-color has-background\" style=\"margin-top:0px;margin-bottom:50px;padding-top:var(--wp--preset--spacing--40);padding-right:0px;padding-bottom:var(--wp--preset--spacing--40);padding-left:0px\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"30px\",\"bottom\":\"30px\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"1400px\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:30px;padding-right:0;padding-bottom:30px;padding-left:0\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\"},\"blockGap\":{\"left\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:0;padding-right:var(--wp--preset--spacing--30);padding-bottom:0;padding-left:var(--wp--preset--spacing--30)\"><!-- wp:column {\"width\":\"595px\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:595px\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/cat-ban.png\",\"id\":1112,\"dimRatio\":0,\"minHeight\":590,\"contentPosition\":\"bottom right\",\"className\":\"eride-cover our-favorites\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"eride-cover our-favorites wp-block-cover has-custom-content-position is-position-bottom-right\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;min-height:590px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-1112\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/cat-ban.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"28px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"374px\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:28px\"><!-- wp:group {\"style\":{\"border\":{\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"left\":\"44px\",\"right\":\"40px\",\"top\":\"32px\",\"bottom\":\"33px\"}}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"374px\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group has-primary-background-color has-background\" style=\"border-radius:15px;padding-top:32px;padding-right:40px;padding-bottom:33px;padding-left:44px\"><!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"15px\",\"letterSpacing\":\"0px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"textTransform\":\"capitalize\"}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"font-size:15px;font-style:normal;font-weight:400;letter-spacing:0px;text-transform:capitalize\">fun fact</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"24px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"lineHeight\":\"1.33\"},\"spacing\":{\"margin\":{\"top\":\"6px\"}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"margin-top:6px;font-size:24px;font-style:normal;font-weight:500;line-height:1.33\">Battery of 350Wh makes a range up to 70 km</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"442px\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"36px\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:36px;flex-basis:442px\"><!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"lineHeight\":\"1.31\",\"fontSize\":\"32px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:32px;font-style:normal;font-weight:500;line-height:1.31\">Why Long Range e-Bikes Are so Popular</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"typography\":{\"fontSize\":\"18px\",\"lineHeight\":\"1.67\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\"}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:var(--wp--preset--spacing--30);font-size:18px;font-style:normal;font-weight:500;line-height:1.67\">Our the best long range electric scooters are made for those who ride often and for a long time - there and back again. But also for all the people, who don\'t like being stopped while reaching their goals. So, truly saying, for most of us.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"right\":\"19px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"padding-right:19px\"><!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.73\"},\"spacing\":{\"margin\":{\"top\":\"33px\"}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:33px;font-size:15px;font-style:normal;font-weight:400;line-height:1.73\">Don\'t let yourself be surprised - especially on the road. In our offer you\'ll find e-scooters created espe-cially for long-distance riders. Find out our long range electric scooters for adults and achieve the planned destination - with no unpleasant surprises or unex-pected stoppages. Just ride and enjoy it as long as possible!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"},\"margin\":{\"top\":\"0px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"margin-top:0px;padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"22.9%\",\"className\":\"filter-block\"} -->\n<div class=\"filter-block wp-block-column is-vertically-aligned-top\" style=\"flex-basis:22.9%\"><!-- wp:template-part {\"slug\":\"products-filter\",\"theme\":\"eride\",\"area\":\"uncategorized\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"77.1%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:77.1%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:0px\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":3,\"query\":{\"perPage\":9,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"className\":\"product-list-view\"} -->\n<div class=\"product-list-view wp-block-query\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"default\",\"columnCount\":3},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0px;margin-bottom:0px\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"left\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\"}}},\"backgroundColor\":\"base\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-base-background-color has-background\" style=\"padding-right:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true,\"width\":\"300px\",\"height\":\"\",\"scale\":\"fill\",\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"className\":\"product-list-view-content\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|40\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\",\"justifyContent\":\"left\"}} -->\n<div class=\"product-list-view-content wp-block-group\" style=\"padding-right:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"typography\":{\"fontSize\":\"12px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"spacing\":{\"margin\":{\"bottom\":\"10px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0rem\",\"top\":\"0\"}},\"typography\":{\"fontSize\":\"18px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":30,\"style\":{\"spacing\":{\"margin\":{\"top\":\"11px\",\"bottom\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Home-v1-signup-form\"},\"align\":\"wide\",\"className\":\"home-signup\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|50\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"580px\"}} -->\n<div class=\"home-signup wp-block-group alignwide\" style=\"margin-top:var(--wp--preset--spacing--50)\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\",\"right\":\"0px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"15px\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"555px\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#333e48\"}}},\"color\":{\"text\":\"#333e48\"},\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.3\"}}} -->\n<h2 class=\"wp-block-heading has-text-align-center has-text-color has-link-color\" style=\"color:#333e48;font-size:32px;font-style:normal;font-weight:400;line-height:1.3\">Sign up &amp; Receive a 20% Off Coupon From eRide!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.5\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"bottom\":\"var:preset|spacing|20\"}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-text-align-center has-gray-100-color has-text-color has-link-color\" style=\"margin-bottom:var(--wp--preset--spacing--20);font-size:15px;font-style:normal;font-weight:400;line-height:1.5\">Receive updates, access to exclusive deals, and more.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:wpforms/form-selector {\"clientId\":\"7e8ca518-d39a-471d-b53a-d5dd9ef7c7eb\",\"formId\":\"55\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022}\"} /-->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"12px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.5\"},\"color\":{\"text\":\"#83898e\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#83898e\"}}},\"spacing\":{\"margin\":{\"top\":\"0px\"}}}} -->\n<p class=\"has-text-align-center has-text-color has-link-color\" style=\"color:#83898e;margin-top:0px;font-size:12px;font-style:normal;font-weight:400;line-height:1.5\">$20 Coupon can only be used on whole unit products, not accessories or parts</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Product List','','publish','closed','closed','','product-list','','','2024-10-28 00:09:23','2024-10-28 00:09:23','',0,'https://aggressivegraphix.com/product-list/',0,'wp_template','',0),(118,1,'2024-10-28 00:09:45','2024-10-28 00:09:45','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|40\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--40)\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"5px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:5px\"><!-- wp:column {\"width\":\"29.57%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:29.57%\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--30)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"letterSpacing\":\"-1px\",\"lineHeight\":\"1.15\"},\"spacing\":{\"margin\":{\"top\":\"10px\"}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"70.42%\",\"style\":{\"spacing\":{\"blockGap\":\"24px\",\"padding\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"padding-top:0;flex-basis:70.42%\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/banner-grid.png\",\"id\":42,\"dimRatio\":0,\"minHeight\":247,\"isDark\":false,\"className\":\"content-image\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"content-image wp-block-cover is-light\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;min-height:247px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-42\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/banner-grid.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"list-hero relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"22px\",\"left\":\"22px\",\"top\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\",\"justifyContent\":\"left\"}} -->\n<div class=\"list-hero relative wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:22px;padding-left:22px\"><!-- wp:paragraph {\"className\":\"hero-content\",\"style\":{\"typography\":{\"fontSize\":\"18px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"hero-content has-gray-100-color has-text-color has-link-color\" style=\"font-size:18px\">Cutting-edge design and performance: explore the latest bikes on the scene.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"className\":\"stretched-link\"} -->\n<div class=\"stretched-link wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"gray-100\",\"style\":{\"spacing\":{\"padding\":{\"left\":\"39px\",\"right\":\"39px\"}}}} -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-gray-100-background-color has-background wp-element-button\" href=\"#\" style=\"padding-right:39px;padding-left:39px\">Browse</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"},\"margin\":{\"top\":\"0px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"margin-top:0px;padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"77.1%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:77.1%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:0px\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":3,\"query\":{\"perPage\":\"4\",\"pages\":\"2\",\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"className\":\"product-list-view product-list-view-ext \"} -->\n<div class=\"product-list-view product-list-view-ext  wp-block-query\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"default\"},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:group {\"className\":\"product-list-ext-inner\",\"style\":{\"spacing\":{\"blockGap\":\"48px\",\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\",\"verticalAlignment\":\"stretch\"}} -->\n<div class=\"product-list-ext-inner wp-block-group\" style=\"margin-top:0px;margin-bottom:0px\"><!-- wp:group {\"className\":\"image\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"image wp-block-group\"><!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true,\"width\":\"\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"className\":\"product-desc\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\",\"top\":\"5px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"product-desc wp-block-group\" style=\"padding-top:5px;padding-right:0px;padding-left:0px\"><!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"typography\":{\"fontSize\":\"12px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"spacing\":{\"margin\":{\"bottom\":\"10px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"var:preset|spacing|30\",\"top\":\"0\"}},\"typography\":{\"fontSize\":\"18px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfQueryLoop\":true,\"style\":{\"spacing\":{\"margin\":{\"right\":\"0px\",\"left\":\"0px\"}}}} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":30,\"style\":{\"spacing\":{\"margin\":{\"top\":\"11px\",\"bottom\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"className\":\"product-list-view-content ml-auto\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"10px\",\"left\":\"var:preset|spacing|30\",\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\"},\"blockGap\":\"0px\",\"margin\":{\"top\":\"0rem\",\"bottom\":\"0rem\"}},\"border\":{\"radius\":{\"topLeft\":\"0px\",\"bottomLeft\":\"0px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"product-list-view-content ml-auto wp-block-group\" style=\"border-top-left-radius:0px;border-bottom-left-radius:0px;margin-top:0rem;margin-bottom:0rem;padding-top:var(--wp--preset--spacing--30);padding-right:10px;padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"10px\"}}}} /-->\n\n<!-- wp:group {\"className\":\"d-none d-xl-block list-feature\",\"style\":{\"spacing\":{\"blockGap\":\"10px\",\"margin\":{\"bottom\":\"25px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"orientation\":\"vertical\"}} -->\n<div class=\"d-none d-xl-block list-feature wp-block-group\" style=\"margin-bottom:25px\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"15px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"8.5%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:8.5%\"><!-- wp:image {\"id\":208,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://eride.madrasthemes.com/wp-content/themes/eride/assets/images/delivery-icon.svg\" alt=\"\" class=\"wp-image-208\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"83%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:83%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"2.1\",\"textTransform\":\"capitalize\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:14px;font-style:normal;font-weight:600;line-height:2.1;text-transform:capitalize\">Next day delivery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"margin\":{\"bottom\":\"0\",\"top\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1200\"}}}},\"textColor\":\"gray-1200\"} -->\n<p class=\"has-gray-1200-color has-text-color has-link-color\" style=\"margin-top:0px;margin-bottom:0;font-size:12px;font-style:normal;font-weight:400;line-height:1\">Availabilitycheck </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"15px\"},\"margin\":{\"top\":\"10px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\" style=\"margin-top:10px\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"20px\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:20px\"><!-- wp:image {\"id\":209,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://eride.madrasthemes.com/wp-content/themes/eride/assets/images/marker-icon.svg\" alt=\"\" class=\"wp-image-209\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"83px\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:83px\"><!-- wp:heading {\"className\":\"text-nowrap\",\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"2.1\",\"textTransform\":\"capitalize\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"text-nowrap wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:14px;font-style:normal;font-weight:600;line-height:2.1;text-transform:capitalize\">Pick Localty</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"text-nowrap\",\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"margin\":{\"bottom\":\"0\",\"top\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1200\"}}}},\"textColor\":\"gray-1200\"} -->\n<p class=\"text-nowrap has-gray-1200-color has-text-color has-link-color\" style=\"margin-top:0px;margin-bottom:0;font-size:12px;font-style:normal;font-weight:400;line-height:1\">Check Availability</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"15px\"},\"margin\":{\"top\":\"10px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\" style=\"margin-top:10px\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"8%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:8%\"><!-- wp:image {\"id\":210,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://eride.madrasthemes.com/wp-content/themes/eride/assets/images/payment-icon.svg\" alt=\"\" class=\"wp-image-210\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"87%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:87%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"2.1\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:14px;font-style:normal;font-weight:600;line-height:2.1\">PayAfter</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1200\"}}}},\"textColor\":\"gray-1200\"} -->\n<p class=\"has-gray-1200-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:12px;font-style:normal;font-weight:400;line-height:1\">Buy now pay within 6 month</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Home-v1-signup-form\"},\"align\":\"wide\",\"className\":\"home-signup\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|50\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"580px\"}} -->\n<div class=\"home-signup wp-block-group alignwide\" style=\"margin-top:var(--wp--preset--spacing--50)\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\",\"right\":\"0px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"15px\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"555px\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#333e48\"}}},\"color\":{\"text\":\"#333e48\"},\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.3\"}}} -->\n<h2 class=\"wp-block-heading has-text-align-center has-text-color has-link-color\" style=\"color:#333e48;font-size:32px;font-style:normal;font-weight:400;line-height:1.3\">Sign up &amp; Receive a 20% Off Coupon From eRide!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.5\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"bottom\":\"var:preset|spacing|20\"}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-text-align-center has-gray-100-color has-text-color has-link-color\" style=\"margin-bottom:var(--wp--preset--spacing--20);font-size:15px;font-style:normal;font-weight:400;line-height:1.5\">Receive updates, access to exclusive deals, and more.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:wpforms/form-selector {\"clientId\":\"7e8ca518-d39a-471d-b53a-d5dd9ef7c7eb\",\"formId\":\"55\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022}\"} /-->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"12px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.5\"},\"color\":{\"text\":\"#83898e\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#83898e\"}}},\"spacing\":{\"margin\":{\"top\":\"0px\"}}}} -->\n<p class=\"has-text-align-center has-text-color has-link-color\" style=\"color:#83898e;margin-top:0px;font-size:12px;font-style:normal;font-weight:400;line-height:1.5\">$20 Coupon can only be used on whole unit products, not accessories or parts</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Product List Extended','','publish','closed','closed','','product-list-extended','','','2024-12-18 17:57:13','2024-12-18 17:57:13','',0,'https://aggressivegraphix.com/product-list-extended/',0,'wp_template','',0),(119,1,'2024-10-28 00:10:16','2024-10-28 00:10:16','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\"} /-->\n\n<!-- wp:group {\"tagName\":\"main\",\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<main class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:query-title {\"type\":\"search\",\"showPrefix\":false,\"align\":\"wide\"} /-->\n\n<!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"className\":\"alignwide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"alignwide wp-block-group\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /--></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":1,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\"],\"taxQuery\":[],\"isProductCollectionBlock\":true,\"perPage\":9,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"featured\":false,\"woocommerceOnSale\":false,\"woocommerceHandPickedProducts\":[],\"filterable\":false,\"relatedBy\":{\"categories\":true,\"tags\":true}},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":5,\"shrinkColumns\":false},\"dimensions\":{\"widthType\":\"fill\"},\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":false,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"},\"align\":\"wide\"} -->\n<div class=\"wp-block-woocommerce-product-collection alignwide\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\",\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"1rem\"}}}} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"1rem\"}}}} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:woocommerce/product-collection-no-results {\"align\":\"wide\"} -->\n<!-- wp:paragraph -->\n<p class=\"\">\n	No products were found matching your selection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:search {\"showLabel\":false,\"placeholder\":\"Search products…\",\"buttonText\":\"Search\",\"query\":{\"post_type\":\"product\"}} /-->\n<!-- /wp:woocommerce/product-collection-no-results --></div>\n<!-- /wp:woocommerce/product-collection --></main>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\"} /-->','Product Search Results','Displays search results for your store.','publish','closed','closed','','product-search-results','','','2024-12-18 16:54:40','2024-12-18 16:54:40','',0,'https://aggressivegraphix.com/product-search-results/',0,'wp_template','',0),(120,1,'2024-10-28 00:10:38','2024-10-28 00:10:38','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"tagName\":\"main\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\"}}},\"layout\":{\"type\":\"default\"}} -->\n<main class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--40)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\"},\"margin\":{\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"924px\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-bottom:0;padding-top:0\"><!-- wp:post-featured-image {\"width\":\"100%\",\"height\":\"600px\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":\"15px\"}}} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:post-terms {\"term\":\"category\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"level\":1,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"typography\":{\"lineHeight\":\"1.2\"}},\"textColor\":\"gray-100\",\"fontSize\":\"x-large\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:post-content {\"lock\":{\"move\":false,\"remove\":true},\"className\":\"clear-after\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"typography\":{\"fontSize\":\"16px\",\"lineHeight\":\"1.6\"}},\"textColor\":\"gray-100\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"924px\"}} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"44px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"924px\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:44px\"><!-- wp:group {\"className\":\"ar-mt-8\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"40px\",\"bottom\":\"20px\",\"right\":\"0\",\"left\":\"0\"}},\"border\":{\"top\":{\"color\":\"#e9e9e9\",\"width\":\"1px\"},\"bottom\":{\"color\":\"var:preset|color|white\"},\"right\":[],\"left\":[]}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"ar-mt-8 wp-block-group\" style=\"border-top-color:#e9e9e9;border-top-width:1px;border-bottom-color:var(--wp--preset--color--white);padding-top:40px;padding-right:0;padding-bottom:20px;padding-left:0\"><!-- wp:post-terms {\"term\":\"post_tag\",\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-800\"}}}},\"textColor\":\"gray-800\"} /-->\n\n<!-- wp:social-links {\"iconColor\":\"gray-100\",\"iconColorValue\":\"#333e48\",\"className\":\"eride-social-icons  is-style-logos-only\",\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} -->\n<ul class=\"eride-social-icons  is-style-logos-only wp-block-social-links has-icon-color\"><!-- wp:social-link {\"url\":\"www.facebook.com/\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"www.twitter.com/\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://www.instagram.com/\",\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"url\":\"www.linkedin.com\",\"service\":\"linkedin\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"border\":{\"radius\":\"16px\"},\"spacing\":{\"margin\":{\"top\":\"18px\"},\"padding\":{\"right\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"top\":\"24px\",\"bottom\":\"36px\"}}},\"backgroundColor\":\"base-3\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"924px\"}} -->\n<div class=\"wp-block-group has-base-3-background-color has-background\" style=\"border-radius:16px;margin-top:18px;padding-top:24px;padding-right:var(--wp--preset--spacing--30);padding-bottom:36px;padding-left:var(--wp--preset--spacing--30)\"><!-- wp:post-author {\"showBio\":true,\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"none\"}},\"fontFamily\":\"plus-jakartasans\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"40px\"},\"padding\":{\"bottom\":\"40px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:40px;padding-bottom:40px\"><!-- wp:post-navigation-link {\"type\":\"previous\",\"showTitle\":true,\"linkLabel\":true,\"arrow\":\"chevron\",\"style\":{\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1.7\"}}} /-->\n\n<!-- wp:post-navigation-link {\"showTitle\":true,\"linkLabel\":true,\"arrow\":\"chevron\",\"style\":{\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1.7\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></main>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"924px\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0px;margin-bottom:0px\"><!-- wp:template-part {\"slug\":\"comments\",\"theme\":\"eride\",\"tagName\":\"section\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Single Posts','Displays a single post on your website unless a custom template has been applied to that post or a dedicated template exists.','publish','closed','closed','','single','','','2024-10-28 00:10:38','2024-10-28 00:10:38','',0,'https://aggressivegraphix.com/single/',0,'wp_template','',0),(121,1,'2024-10-28 00:10:59','2024-10-28 00:10:59','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:columns {\"align\":\"wide\",\"className\":\"single-product-page\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"30px\"},\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"single-product-page wp-block-columns alignwide\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--50)\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:woocommerce/product-image-gallery {\"className\":\"single-product-gallery\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:post-title {\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1.2\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"3px\"}}},\"textColor\":\"gray-100\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfSingleProductTemplate\":true,\"textColor\":\"primary\",\"fontFamily\":\"open-sans\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"20px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n\n<!-- wp:woocommerce/add-to-cart-form /-->\n\n<!-- wp:woocommerce/product-meta -->\n<div class=\"wp-block-woocommerce-product-meta\"><!-- wp:group {\"className\":\"eride-meta\",\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"eride-meta wp-block-group\"><!-- wp:woocommerce/product-sku {\"isDescendentOfSingleProductTemplate\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_tag\",\"prefix\":\"Tags: \"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:woocommerce/product-meta -->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfSingleProductTemplate\":true} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:woocommerce/product-details {\"align\":\"wide\",\"className\":\"eride-product-details\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\"}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Single Product','Displays a single product.','publish','closed','closed','','single-product','','','2025-01-09 16:26:49','2025-01-09 16:26:49','',0,'https://aggressivegraphix.com/single-product/',0,'wp_template','',0),(122,1,'2024-10-28 00:21:36','2024-10-28 00:21:36','<!-- wp:paragraph -->\n<p class=\"\">Tired of your butt sliding off your seat when you\'re seat bouncing that triple? Get a custom gripper seat cover to keep you planted on that bike for full, and safe sends. Build out your custom cover using our pre-selected colors to really complete the look of your bike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Two-tone Seat Cover','<p>Outfit your bike with a two-tone seat cover</p>','publish','open','closed','','two-tone-seat-cover','','','2025-10-02 13:51:37','2025-10-02 13:51:37','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=122',0,'product','',0),(176,1,'2024-10-28 00:24:15','2024-10-28 00:24:15','','','','publish','closed','closed','','176','','','2024-10-28 00:24:15','2024-10-28 00:24:15','',175,'https://aggressivegraphix.com/af_pao_options/176/',0,'af_pao_options','',0),(177,1,'2024-10-28 00:24:42','2024-10-28 00:24:42','','','','publish','closed','closed','','177','','','2024-10-28 00:24:42','2024-10-28 00:24:42','',175,'https://aggressivegraphix.com/af_pao_options/177/',0,'af_pao_options','',0),(178,1,'2024-10-28 00:25:04','2024-10-28 00:25:04','','','','publish','closed','closed','','178','','','2024-10-28 00:25:04','2024-10-28 00:25:04','',175,'https://aggressivegraphix.com/af_pao_options/178/',0,'af_pao_options','',0),(179,1,'2024-10-28 00:26:35','2024-10-28 00:26:35','','','','publish','closed','closed','','179','','','2024-10-28 00:27:50','2024-10-28 00:27:50','',125,'https://aggressivegraphix.com/af_pao_fields/179/',0,'af_pao_fields','',0),(180,1,'2024-10-28 00:27:12','2024-10-28 00:27:12','','','','publish','closed','closed','','180','','','2024-10-28 00:27:50','2024-10-28 00:27:50','',179,'https://aggressivegraphix.com/af_pao_options/180/',0,'af_pao_options','',0),(184,1,'2024-10-28 00:58:32','2024-10-28 00:58:32','','','','publish','closed','closed','','184','','','2024-10-28 00:58:32','2024-10-28 00:58:32','',183,'https://aggressivegraphix.com/af_pao_options/184/',0,'af_pao_options','',0),(205,1,'2024-10-28 01:00:32','2024-10-28 01:00:32','','','','publish','closed','closed','','205','','','2024-10-28 01:00:32','2024-10-28 01:00:32','',183,'https://aggressivegraphix.com/af_pao_options/205/',0,'af_pao_options','',0),(206,1,'2024-10-28 01:00:45','2024-10-28 01:00:45','','','','publish','closed','closed','','206','','','2024-10-28 01:00:45','2024-10-28 01:00:45','',183,'https://aggressivegraphix.com/af_pao_options/206/',0,'af_pao_options','',0),(207,1,'2024-10-28 01:00:51','2024-10-28 01:00:51','','','','publish','closed','closed','','207','','','2024-10-28 01:00:51','2024-10-28 01:00:51','',183,'https://aggressivegraphix.com/af_pao_options/207/',0,'af_pao_options','',0),(208,1,'2024-10-28 01:00:56','2024-10-28 01:00:56','','','','publish','closed','closed','','208','','','2024-10-28 01:00:56','2024-10-28 01:00:56','',183,'https://aggressivegraphix.com/af_pao_options/208/',0,'af_pao_options','',0),(209,1,'2024-10-28 01:01:03','2024-10-28 01:01:03','','','','publish','closed','closed','','209','','','2024-10-28 01:01:03','2024-10-28 01:01:03','',183,'https://aggressivegraphix.com/af_pao_options/209/',0,'af_pao_options','',0),(210,1,'2024-10-28 01:01:10','2024-10-28 01:01:10','','','','publish','closed','closed','','210','','','2024-10-28 01:01:10','2024-10-28 01:01:10','',183,'https://aggressivegraphix.com/af_pao_options/210/',0,'af_pao_options','',0),(211,1,'2024-10-28 01:01:17','2024-10-28 01:01:17','','','','publish','closed','closed','','211','','','2024-10-28 01:01:17','2024-10-28 01:01:17','',183,'https://aggressivegraphix.com/af_pao_options/211/',0,'af_pao_options','',0),(212,1,'2024-10-28 01:01:25','2024-10-28 01:01:25','','','','publish','closed','closed','','212','','','2024-10-28 01:01:25','2024-10-28 01:01:25','',183,'https://aggressivegraphix.com/af_pao_options/212/',0,'af_pao_options','',0),(213,1,'2024-10-28 01:01:31','2024-10-28 01:01:31','','','','publish','closed','closed','','213','','','2024-10-28 01:01:31','2024-10-28 01:01:31','',183,'https://aggressivegraphix.com/af_pao_options/213/',0,'af_pao_options','',0),(214,1,'2024-10-28 01:01:38','2024-10-28 01:01:38','','','','publish','closed','closed','','214','','','2024-10-28 01:01:38','2024-10-28 01:01:38','',183,'https://aggressivegraphix.com/af_pao_options/214/',0,'af_pao_options','',0),(215,1,'2024-10-28 01:01:44','2024-10-28 01:01:44','','','','publish','closed','closed','','215','','','2024-10-28 01:01:44','2024-10-28 01:01:44','',183,'https://aggressivegraphix.com/af_pao_options/215/',0,'af_pao_options','',0),(216,1,'2024-10-28 01:01:51','2024-10-28 01:01:51','','','','publish','closed','closed','','216','','','2024-10-28 01:01:51','2024-10-28 01:01:51','',183,'https://aggressivegraphix.com/af_pao_options/216/',0,'af_pao_options','',0),(217,1,'2024-10-28 01:01:56','2024-10-28 01:01:56','','','','publish','closed','closed','','217','','','2024-10-28 01:01:56','2024-10-28 01:01:56','',183,'https://aggressivegraphix.com/af_pao_options/217/',0,'af_pao_options','',0),(218,1,'2024-10-28 01:02:01','2024-10-28 01:02:01','','','','publish','closed','closed','','218','','','2024-10-28 01:02:01','2024-10-28 01:02:01','',183,'https://aggressivegraphix.com/af_pao_options/218/',0,'af_pao_options','',0),(219,1,'2024-10-28 01:02:08','2024-10-28 01:02:08','','','','publish','closed','closed','','219','','','2024-10-28 01:02:08','2024-10-28 01:02:08','',183,'https://aggressivegraphix.com/af_pao_options/219/',0,'af_pao_options','',0),(220,1,'2024-10-28 01:02:14','2024-10-28 01:02:14','','','','publish','closed','closed','','220','','','2024-10-28 01:02:14','2024-10-28 01:02:14','',183,'https://aggressivegraphix.com/af_pao_options/220/',0,'af_pao_options','',0),(221,1,'2024-10-28 01:05:17','2024-10-28 01:05:17','','','','publish','closed','closed','','221','','','2024-10-28 01:05:17','2024-10-28 01:05:17','',183,'https://aggressivegraphix.com/af_pao_options/221/',0,'af_pao_options','',0),(224,1,'2024-10-28 01:08:25','2024-10-28 01:08:25','','','','publish','closed','closed','','224','','','2024-10-28 01:22:58','2024-10-28 01:22:58','',182,'https://aggressivegraphix.com/af_pao_fields/224/',0,'af_pao_fields','',0),(225,1,'2024-10-28 01:08:47','2024-10-28 01:08:47','','','','publish','closed','closed','','225','','','2024-10-28 01:23:59','2024-10-28 01:23:59','',224,'https://aggressivegraphix.com/af_pao_options/225/',0,'af_pao_options','',0),(226,1,'2024-10-28 01:08:53','2024-10-28 01:08:53','','','','publish','closed','closed','','226','','','2024-10-28 01:23:57','2024-10-28 01:23:57','',224,'https://aggressivegraphix.com/af_pao_options/226/',0,'af_pao_options','',0),(227,1,'2024-10-28 01:08:59','2024-10-28 01:08:59','','','','publish','closed','closed','','227','','','2024-10-28 01:23:52','2024-10-28 01:23:52','',224,'https://aggressivegraphix.com/af_pao_options/227/',0,'af_pao_options','',0),(228,1,'2024-10-28 01:09:04','2024-10-28 01:09:04','','','','publish','closed','closed','','228','','','2024-10-28 01:23:50','2024-10-28 01:23:50','',224,'https://aggressivegraphix.com/af_pao_options/228/',0,'af_pao_options','',0),(229,1,'2024-10-28 01:09:10','2024-10-28 01:09:10','','','','publish','closed','closed','','229','','','2024-10-28 01:23:44','2024-10-28 01:23:44','',224,'https://aggressivegraphix.com/af_pao_options/229/',0,'af_pao_options','',0),(230,1,'2024-10-28 01:09:28','2024-10-28 01:09:28','','','','publish','closed','closed','','230','','','2024-10-28 01:23:42','2024-10-28 01:23:42','',224,'https://aggressivegraphix.com/af_pao_options/230/',0,'af_pao_options','',0),(231,1,'2024-10-28 01:09:33','2024-10-28 01:09:33','','','','publish','closed','closed','','231','','','2024-10-28 01:23:37','2024-10-28 01:23:37','',224,'https://aggressivegraphix.com/af_pao_options/231/',0,'af_pao_options','',0),(232,1,'2024-10-28 01:09:39','2024-10-28 01:09:39','','','','publish','closed','closed','','232','','','2024-10-28 01:23:35','2024-10-28 01:23:35','',224,'https://aggressivegraphix.com/af_pao_options/232/',0,'af_pao_options','',0),(233,1,'2024-10-28 01:09:46','2024-10-28 01:09:46','','','','publish','closed','closed','','233','','','2024-10-28 01:23:29','2024-10-28 01:23:29','',224,'https://aggressivegraphix.com/af_pao_options/233/',0,'af_pao_options','',0),(234,1,'2024-10-28 01:10:00','2024-10-28 01:10:00','','','','publish','closed','closed','','234','','','2024-10-28 01:23:27','2024-10-28 01:23:27','',224,'https://aggressivegraphix.com/af_pao_options/234/',0,'af_pao_options','',0),(235,1,'2024-10-28 01:10:18','2024-10-28 01:10:18','','','','publish','closed','closed','','235','','','2024-10-28 01:23:22','2024-10-28 01:23:22','',224,'https://aggressivegraphix.com/af_pao_options/235/',0,'af_pao_options','',0),(236,1,'2024-10-28 01:10:24','2024-10-28 01:10:24','','','','publish','closed','closed','','236','','','2024-10-28 01:23:20','2024-10-28 01:23:20','',224,'https://aggressivegraphix.com/af_pao_options/236/',0,'af_pao_options','',0),(237,1,'2024-10-28 01:10:30','2024-10-28 01:10:30','','','','publish','closed','closed','','237','','','2024-10-28 01:23:14','2024-10-28 01:23:14','',224,'https://aggressivegraphix.com/af_pao_options/237/',0,'af_pao_options','',0),(238,1,'2024-10-28 01:10:41','2024-10-28 01:10:41','','','','publish','closed','closed','','238','','','2024-10-28 01:23:13','2024-10-28 01:23:13','',224,'https://aggressivegraphix.com/af_pao_options/238/',0,'af_pao_options','',0),(239,1,'2024-10-28 01:10:47','2024-10-28 01:10:47','','','','publish','closed','closed','','239','','','2024-10-28 01:23:07','2024-10-28 01:23:07','',224,'https://aggressivegraphix.com/af_pao_options/239/',0,'af_pao_options','',0),(240,1,'2024-10-28 01:10:57','2024-10-28 01:10:57','','','','publish','closed','closed','','240','','','2024-10-28 01:23:05','2024-10-28 01:23:05','',224,'https://aggressivegraphix.com/af_pao_options/240/',0,'af_pao_options','',0),(241,1,'2024-10-28 01:11:09','2024-10-28 01:11:09','','','','publish','closed','closed','','241','','','2024-10-28 01:23:00','2024-10-28 01:23:00','',224,'https://aggressivegraphix.com/af_pao_options/241/',0,'af_pao_options','',0),(242,1,'2024-10-28 01:11:14','2024-10-28 01:11:14','','','','publish','closed','closed','','242','','','2024-10-28 01:22:58','2024-10-28 01:22:58','',224,'https://aggressivegraphix.com/af_pao_options/242/',0,'af_pao_options','',0),(317,1,'2024-10-28 01:24:46','2024-10-28 01:24:46','','','','publish','closed','closed','','317','','','2024-10-28 01:24:46','2024-10-28 01:24:46','',316,'https://aggressivegraphix.com/af_pao_options/317/',0,'af_pao_options','',0),(318,1,'2024-10-28 01:24:55','2024-10-28 01:24:55','','','','publish','closed','closed','','318','','','2024-10-28 01:24:55','2024-10-28 01:24:55','',316,'https://aggressivegraphix.com/af_pao_options/318/',0,'af_pao_options','',0),(319,1,'2024-10-28 01:25:01','2024-10-28 01:25:01','','','','publish','closed','closed','','319','','','2024-10-28 01:25:01','2024-10-28 01:25:01','',316,'https://aggressivegraphix.com/af_pao_options/319/',0,'af_pao_options','',0),(321,1,'2024-10-28 01:25:57','2024-10-28 01:25:57','','','','publish','closed','closed','','321','','','2024-10-28 01:25:57','2024-10-28 01:25:57','',320,'https://aggressivegraphix.com/af_pao_options/321/',0,'af_pao_options','',0),(322,1,'2024-10-28 01:26:00','2024-10-28 01:26:00','','','','publish','closed','closed','','322','','','2024-10-28 01:26:00','2024-10-28 01:26:00','',320,'https://aggressivegraphix.com/af_pao_options/322/',0,'af_pao_options','',0),(323,1,'2024-10-28 01:26:02','2024-10-28 01:26:02','','','','publish','closed','closed','','323','','','2024-10-28 01:26:02','2024-10-28 01:26:02','',320,'https://aggressivegraphix.com/af_pao_options/323/',0,'af_pao_options','',0),(324,1,'2024-10-28 01:29:32','2024-10-28 01:29:32','','','','publish','closed','closed','','324','','','2024-10-28 01:30:59','2024-10-28 01:30:59','',315,'https://aggressivegraphix.com/af_pao_fields/324/',0,'af_pao_fields','',0),(325,1,'2024-10-28 01:29:45','2024-10-28 01:29:45','','','','publish','closed','closed','','325','','','2024-10-28 01:31:05','2024-10-28 01:31:05','',324,'https://aggressivegraphix.com/af_pao_options/325/',0,'af_pao_options','',0),(326,1,'2024-10-28 01:29:57','2024-10-28 01:29:57','','','','publish','closed','closed','','326','','','2024-10-28 01:30:59','2024-10-28 01:30:59','',324,'https://aggressivegraphix.com/af_pao_options/326/',0,'af_pao_options','',0),(327,1,'2024-10-28 01:30:09','2024-10-28 01:30:09','','','','publish','closed','closed','','327','','','2024-10-28 01:30:55','2024-10-28 01:30:55','',315,'https://aggressivegraphix.com/af_pao_fields/327/',0,'af_pao_fields','',0),(328,1,'2024-10-28 01:30:20','2024-10-28 01:30:20','','','','publish','closed','closed','','328','','','2024-10-28 01:30:57','2024-10-28 01:30:57','',327,'https://aggressivegraphix.com/af_pao_options/328/',0,'af_pao_options','',0),(329,1,'2024-10-28 01:30:32','2024-10-28 01:30:32','','','','publish','closed','closed','','329','','','2024-10-28 01:30:56','2024-10-28 01:30:56','',327,'https://aggressivegraphix.com/af_pao_options/329/',0,'af_pao_options','',0),(330,1,'2024-10-28 01:30:33','2024-10-28 01:30:33','','','','publish','closed','closed','','330','','','2024-10-28 01:30:55','2024-10-28 01:30:55','',327,'https://aggressivegraphix.com/af_pao_options/330/',0,'af_pao_options','',0),(338,1,'2024-10-28 23:51:30','2024-10-28 23:51:30','','','','publish','closed','closed','','338','','','2024-10-29 00:42:56','2024-10-29 00:42:56','',337,'https://aggressivegraphix.com/af_pao_options/338/',0,'af_pao_options','',0),(339,1,'2024-10-28 23:51:45','2024-10-28 23:51:45','','','','publish','closed','closed','','339','','','2024-10-29 00:42:54','2024-10-29 00:42:54','',337,'https://aggressivegraphix.com/af_pao_options/339/',0,'af_pao_options','',0),(341,1,'2024-10-28 23:52:26','2024-10-28 23:52:26','','','','publish','closed','closed','','341','','','2024-10-29 00:42:53','2024-10-29 00:42:53','',340,'https://aggressivegraphix.com/af_pao_options/341/',0,'af_pao_options','',0),(342,1,'2024-10-28 23:52:37','2024-10-28 23:52:37','','','','publish','closed','closed','','342','','','2024-10-29 00:42:51','2024-10-29 00:42:51','',340,'https://aggressivegraphix.com/af_pao_options/342/',0,'af_pao_options','',0),(430,1,'2024-10-30 23:36:00','2024-10-30 23:36:00','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--20)\"><!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"20px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"616px\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:20px\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"1.1\",\"letterSpacing\":\"-1px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|custom-ag-red\"}}}},\"textColor\":\"custom-ag-red\"} -->\n<h1 class=\"wp-block-heading has-text-align-center has-custom-ag-red-color has-text-color has-link-color\" style=\"font-size:42px;font-style:normal;font-weight:300;letter-spacing:-1px;line-height:1.1\">Premier motorsports graphics and vehicle wraps</h1>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":911,\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-large\"><img src=\"https://transvelo.github.io/eride/assets/images/e-bikes-1.png\" alt=\"\" class=\"wp-image-911\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"26px\",\"right\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"bottom\":\"32px\",\"left\":\"40px\",\"right\":\"var:preset|spacing|30\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"custom-ag-red\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-custom-ag-red-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:var(--wp--preset--spacing--30);padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"27px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:27px;font-style:normal;font-weight:600;line-height:1.2\"><a style=\"font-size: clamp(17.371px, -2.8544px + 1.086rem + 0.892vw, 27px); font-family: var(--wp--preset--font-family--body); display: inline !important;\" href=\"https://aggressivegraphix.com/shop/\" data-type=\"page\" data-id=\"6\">Shop moto and accessories</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":1121,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"grid-span-full is-style-rounded\",\"style\":{\"border\":{\"radius\":\"25px\"}}} -->\n<figure class=\"grid-span-full is-style-rounded wp-block-image size-full has-custom-border\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/wrapsservices-1.png\" alt=\"\" class=\"wp-image-1121\" style=\"border-radius:25px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"right\":\"26px\",\"left\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"left\":\"19px\",\"right\":\"0px\",\"bottom\":\"32px\"},\"blockGap\":\"15px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"custom-ag-red\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-custom-ag-red-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:0px;padding-bottom:32px;padding-left:19px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"24px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:24px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/wraps-and-tint/\" data-type=\"page\" data-id=\"95\"></a><a href=\"https://aggressivegraphix.com/wraps-and-tint/\" data-type=\"page\" data-id=\"95\">Vehicle wraps and services</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"home-v3-banner-2\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"28px\",\"margin\":{\"top\":\"25px\"},\"padding\":{\"bottom\":\"29px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:25px;padding-bottom:29px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/bikegraphics.png\",\"id\":1900,\"dimRatio\":0,\"customOverlayColor\":\"#dddedc\",\"isUserOverlayColor\":false,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#dddedc\"></span><img class=\"wp-block-cover__image-background wp-image-1900\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/bikegraphics.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"136px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"right\":\"0\",\"left\":\"0\"}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"margin-right:0;margin-left:0;font-size:23px;font-style:normal;font-weight:600\">Bike Graphics</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--20)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/outfit-bike/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"className\":\"flex-sm-wrap\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"flex-sm-wrap wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcovers.png\",\"id\":1901,\"dimRatio\":0,\"customOverlayColor\":\"#db4242\",\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.67000000000000003996802888650563545525074005126953125,\"y\":0.440000000000000002220446049250313080847263336181640625},\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#db4242\"></span><img class=\"wp-block-cover__image-background wp-image-1901\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcovers.png\" style=\"object-position:67% 44%\" data-object-fit=\"cover\" data-object-position=\"67% 44%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"left\":\"11px\",\"top\":\"19px\",\"bottom\":\"19px\",\"right\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"159px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:0;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"23px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-gray-100-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Seat covers</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"24px\"}}}} -->\n<div style=\"margin-bottom:24px;height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--10)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/outfit-bike/seat-covers/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/plastickits.png\",\"id\":1902,\"dimRatio\":0,\"customOverlayColor\":\"#e9c3c2\",\"isUserOverlayColor\":false,\"focalPoint\":{\"x\":0.5500000000000000444089209850062616169452667236328125,\"y\":0.58999999999999996891375531049561686813831329345703125},\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#e9c3c2\"></span><img class=\"wp-block-cover__image-background wp-image-1902\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/plastickits.png\" style=\"object-position:55% 59%\" data-object-fit=\"cover\" data-object-position=\"55% 59%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Plastic kits</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:0\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/outfit-bike/plastic-kits/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/customcanopies.png\",\"id\":1896,\"dimRatio\":0,\"customOverlayColor\":\"#e3e0df\",\"isUserOverlayColor\":false,\"minHeight\":295,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:295px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#e3e0df\"></span><img class=\"wp-block-cover__image-background wp-image-1896\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/customcanopies.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\",\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"className\":\"is-style-default\",\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"is-style-default wp-block-heading has-contrast-2-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Custom canopies</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|40\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--40);height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--40)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/jerseylettering.png\",\"id\":1898,\"dimRatio\":0,\"customOverlayColor\":\"#e1e3e2\",\"isUserOverlayColor\":false,\"minHeight\":295,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:295px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#e1e3e2\"></span><img class=\"wp-block-cover__image-background wp-image-1898\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/jerseylettering.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\",\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"spacing\":{\"margin\":{\"bottom\":\"0px\"}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-contrast-2-color has-text-color has-link-color\" style=\"margin-bottom:0px;font-size:23px;font-style:normal;font-weight:600\">Jersey lettering</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|40\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--40);height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--40)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/rider-accessories/jersey-lettering/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Home-v1-Feature\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"42px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:42px\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-right:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:columns {\"align\":\"wide\",\"className\":\"eride-scroll home-feature\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"0px\"},\"padding\":{\"right\":\"10px\",\"left\":\"10px\"}}}} -->\n<div class=\"eride-scroll home-feature wp-block-columns alignwide\" style=\"padding-right:10px;padding-left:10px\"><!-- wp:column {\"width\":\"29%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:29%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":635,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/delivery-icon.svg\" alt=\"\" class=\"wp-image-635\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">free delivery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38\">from $50</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"32%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:32%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":652,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/chat-icon.svg\" alt=\"\" class=\"wp-image-652\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">99% customer</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38;text-transform:capitalize\">feedbacks</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"27%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:27%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"20px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":636,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/return-icon.svg\" alt=\"\" class=\"wp-image-636\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">365 days</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38\">for free return</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"20%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:20%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":637,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/payment-icon.svg\" alt=\"\" class=\"wp-image-637\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"4px\",\"left\":\"4px\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-right:4px;padding-left:4px;flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">payment</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38;text-transform:capitalize\">secure system</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Home V3','','publish','closed','closed','','home-v3','','','2025-02-05 20:29:49','2025-02-05 20:29:49','',0,'https://aggressivegraphix.com/home-v3/',0,'wp_template','',0),(431,1,'2024-10-30 23:41:39','2024-10-30 23:41:39','{\"styles\":{\"elements\":{\"h1\":{\"typography\":{\"fontSize\":\"var(--wp--preset--font-size--large)\",\"textTransform\":\"uppercase\"}},\"link\":{\"color\":{\"text\":\"var(--wp--preset--color--custom-ag-red)\"},\":hover\":{\"color\":{\"text\":\"var(--wp--preset--color--custom-ag-dark-red)\"}}},\"button\":{\"color\":{\"text\":\"var(--wp--preset--color--custom-true-white)\",\"background\":\"var(--wp--preset--color--custom-ag-red)\"}},\"heading\":{\"color\":{\"text\":\"var(--wp--preset--color--custom-text-black)\"}}},\"color\":{\"text\":\"var(--wp--preset--color--custom-text-black)\",\"background\":\"var(--wp--preset--color--custom-light-gray)\"},\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"var(--wp--preset--spacing--10)\",\"bottom\":\"0px\",\"left\":\"var(--wp--preset--spacing--10)\"},\"blockGap\":\"1.2rem\"},\"css\":\".wc-block-mini-cart__quantity-badge {\\n    background-color: #D01A1A;}\"},\"settings\":{\"color\":{\"palette\":{\"custom\":[{\"color\":\"#f2f2f2\",\"name\":\"Light gray\",\"slug\":\"custom-light-gray\"},{\"color\":\"#333333\",\"name\":\"Text black\",\"slug\":\"custom-text-black\"},{\"color\":\"#000\",\"name\":\"True black\",\"slug\":\"custom-true-black\"},{\"color\":\"#ffffff\",\"name\":\"True white\",\"slug\":\"custom-true-white\"},{\"color\":\"#d01a1a\",\"name\":\"AG Red\",\"slug\":\"custom-ag-red\"},{\"color\":\"#a10000\",\"name\":\"AG Dark Red\",\"slug\":\"custom-ag-dark-red\"}]}},\"layout\":{\"contentSize\":\"100%\"},\"typography\":{\"fontFamilies\":{\"theme\":[{\"fontFace\":[{\"fontFamily\":\"Open Sans\",\"fontStretch\":\"normal\",\"fontStyle\":\"normal\",\"fontWeight\":\"300 400 500 600 700\",\"src\":[\"file:.\\/assets\\/fonts\\/open-sans\\/OpenSans-VariableFont_wdth,wght.woff2\"]}],\"fontFamily\":\"\\\"Open Sans\\\", sans-serif\",\"name\":\"Open Sans\",\"slug\":\"open-sans\"},{\"fontFamily\":\"-apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif\",\"name\":\"System Sans-serif\",\"slug\":\"system-sans-serif\"},{\"fontFamily\":\"Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol\",\"name\":\"System Serif\",\"slug\":\"system-Serif\"},{\"fontFamily\":\"Cardo\",\"name\":\"Cardo\",\"slug\":\"cardo\",\"fontFace\":[{\"fontFamily\":\"Cardo\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":[\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/plugins\\/woocommerce\\/assets\\/fonts\\/cardo_normal_400.woff2\"]}]},{\"fontFace\":[{\"fontFamily\":\"Inter\",\"fontStretch\":\"normal\",\"fontStyle\":\"normal\",\"fontWeight\":\"200 300 400 500 600 700 900\",\"src\":[\"file:.\\/assets\\/fonts\\/inter\\/Inter-VariableFont_slnt,wght.woff2\"]}],\"fontFamily\":\"\\\"Inter\\\", sans-serif\",\"name\":\"Inter\",\"slug\":\"body\"}]}}},\"isGlobalStylesUserThemeJSON\":true,\"version\":3}','Custom Styles','','inherit','closed','closed','','23-revision-v1','','','2024-10-30 23:41:39','2024-10-30 23:41:39','',23,'https://aggressivegraphix.com/?p=431',0,'revision','',0),(432,1,'2024-10-30 23:41:39','2024-10-30 23:41:39','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--20)\"><!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"20px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"616px\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:20px\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"1.1\",\"letterSpacing\":\"-1px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|custom-ag-red\"}}}},\"textColor\":\"custom-ag-red\"} -->\n<h1 class=\"wp-block-heading has-text-align-center has-custom-ag-red-color has-text-color has-link-color\" style=\"font-size:42px;font-style:normal;font-weight:300;letter-spacing:-1px;line-height:1.1\">Premier motorsports graphics and vehicle wraps</h1>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":911,\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-large\"><img src=\"https://transvelo.github.io/eride/assets/images/e-bikes-1.png\" alt=\"\" class=\"wp-image-911\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"26px\",\"right\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"bottom\":\"32px\",\"left\":\"40px\",\"right\":\"var:preset|spacing|30\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"custom-ag-red\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-custom-ag-red-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:var(--wp--preset--spacing--30);padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"27px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:27px;font-style:normal;font-weight:600;line-height:1.2\">Shop moto and accessories</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":912,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-large\"><img src=\"https://transvelo.github.io/eride/assets/images/e-scooters-1.png\" alt=\"\" class=\"wp-image-912\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"right\":\"26px\",\"left\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"left\":\"40px\",\"right\":\"0px\",\"bottom\":\"32px\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"custom-ag-red\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-custom-ag-red-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:0px;padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"27px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:27px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"#\">Vehicle wraps and services</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"home-v3-banner-2\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"28px\",\"margin\":{\"top\":\"25px\"},\"padding\":{\"bottom\":\"29px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:25px;padding-bottom:29px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/ride.png\",\"id\":78,\"dimRatio\":0,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-78\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/ride.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"136px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"right\":\"0\",\"left\":\"0\"}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"margin-right:0;margin-left:0;font-size:23px;font-style:normal;font-weight:600\">Bike Graphics</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--20)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"className\":\"flex-sm-wrap\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"flex-sm-wrap wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/service.png\",\"id\":948,\"dimRatio\":0,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-948\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/service.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"left\":\"11px\",\"top\":\"19px\",\"bottom\":\"19px\",\"right\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"159px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:0;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"23px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-gray-100-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Seat covers</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"24px\"}}}} -->\n<div style=\"margin-bottom:24px;height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--10)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/kopia.png\",\"id\":77,\"dimRatio\":0,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-77\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/kopia.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Plastic kits</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:0\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/components.png\",\"id\":126,\"dimRatio\":0,\"minHeight\":295,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:295px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-126\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/components.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\",\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"className\":\"is-style-default\",\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"is-style-default wp-block-heading has-contrast-2-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Custom canopies</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|40\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--40);height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--40)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/equipment.png\",\"id\":127,\"dimRatio\":0,\"minHeight\":295,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:295px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-127\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/equipment.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\",\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"spacing\":{\"margin\":{\"bottom\":\"0px\"}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-contrast-2-color has-text-color has-link-color\" style=\"margin-bottom:0px;font-size:23px;font-style:normal;font-weight:600\">Jersey lettering</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|40\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--40);height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--40)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Home-v1-signup-form\"},\"align\":\"wide\",\"className\":\"home-signup\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|50\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"580px\"}} -->\n<div class=\"home-signup wp-block-group alignwide\" style=\"margin-top:var(--wp--preset--spacing--50)\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\",\"right\":\"0px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"15px\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"555px\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#333e48\"}}},\"color\":{\"text\":\"#333e48\"},\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.3\"}}} -->\n<h2 class=\"wp-block-heading has-text-align-center has-text-color has-link-color\" style=\"color:#333e48;font-size:32px;font-style:normal;font-weight:400;line-height:1.3\">Sign up &amp; Receive a 20% Off Coupon From eRide!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.5\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"bottom\":\"var:preset|spacing|20\"}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-text-align-center has-gray-100-color has-text-color has-link-color\" style=\"margin-bottom:var(--wp--preset--spacing--20);font-size:15px;font-style:normal;font-weight:400;line-height:1.5\">Receive updates, access to exclusive deals, and more.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:wpforms/form-selector {\"clientId\":\"7e8ca518-d39a-471d-b53a-d5dd9ef7c7eb\",\"formId\":\"55\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022}\"} /-->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"12px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.5\"},\"color\":{\"text\":\"#83898e\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#83898e\"}}},\"spacing\":{\"margin\":{\"top\":\"0px\"}}}} -->\n<p class=\"has-text-align-center has-text-color has-link-color\" style=\"color:#83898e;margin-top:0px;font-size:12px;font-style:normal;font-weight:400;line-height:1.5\">$20 Coupon can only be used on whole unit products, not accessories or parts</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Home-v1-Feature\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"42px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:42px\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-right:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:columns {\"align\":\"wide\",\"className\":\"eride-scroll home-feature\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"0px\"},\"padding\":{\"right\":\"10px\",\"left\":\"10px\"}}}} -->\n<div class=\"eride-scroll home-feature wp-block-columns alignwide\" style=\"padding-right:10px;padding-left:10px\"><!-- wp:column {\"width\":\"29%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:29%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":635,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/delivery-icon.svg\" alt=\"\" class=\"wp-image-635\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">free delivery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38\">from $50</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"32%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:32%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":652,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/chat-icon.svg\" alt=\"\" class=\"wp-image-652\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">99% customer</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38;text-transform:capitalize\">feedbacks</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"27%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:27%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"20px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":636,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/return-icon.svg\" alt=\"\" class=\"wp-image-636\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">365 days</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38\">for free return</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"20%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:20%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":637,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/payment-icon.svg\" alt=\"\" class=\"wp-image-637\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"4px\",\"left\":\"4px\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-right:4px;padding-left:4px;flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">payment</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38;text-transform:capitalize\">secure system</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Home V3','','inherit','closed','closed','','430-revision-v1','','','2024-10-30 23:41:39','2024-10-30 23:41:39','',430,'https://aggressivegraphix.com/?p=432',0,'revision','',0),(453,1,'2024-10-31 01:11:57','2024-10-31 01:11:57','','2tonegripper','','inherit','open','closed','','2tonegripper','','','2025-09-09 15:25:47','2025-09-09 15:25:47','',122,'https://aggressivegraphix.com/wp-content/uploads/2024/10/2tonegripper.png',0,'attachment','image/webp',0),(469,1,'2024-10-31 01:26:47','2024-10-31 01:26:47','{\"styles\":{\"elements\":{\"h1\":{\"typography\":{\"fontSize\":\"var(--wp--preset--font-size--large)\",\"textTransform\":\"uppercase\"}},\"link\":{\"color\":{\"text\":\"var(--wp--preset--color--custom-ag-red)\"},\":hover\":{\"color\":{\"text\":\"var(--wp--preset--color--custom-ag-dark-red)\"}}},\"button\":{\"color\":{\"text\":\"var(--wp--preset--color--custom-true-white)\",\"background\":\"var(--wp--preset--color--custom-ag-red)\"}},\"heading\":{\"color\":{\"text\":\"var(--wp--preset--color--custom-text-black)\"}}},\"color\":{\"text\":\"var(--wp--preset--color--custom-text-black)\",\"background\":\"var(--wp--preset--color--custom-light-gray)\"},\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"var(--wp--preset--spacing--10)\",\"bottom\":\"0px\",\"left\":\"var(--wp--preset--spacing--10)\"},\"blockGap\":\"1.2rem\"},\"css\":\".wc-block-mini-cart__quantity-badge {\\n    background-color: #D01A1A;}\"},\"settings\":{\"color\":{\"palette\":{\"custom\":[{\"color\":\"#f2f2f2\",\"name\":\"Light gray\",\"slug\":\"custom-light-gray\"},{\"color\":\"#333333\",\"name\":\"Text black\",\"slug\":\"custom-text-black\"},{\"color\":\"#000\",\"name\":\"True black\",\"slug\":\"custom-true-black\"},{\"color\":\"#ffffff\",\"name\":\"True white\",\"slug\":\"custom-true-white\"},{\"color\":\"#d01a1a\",\"name\":\"AG Red\",\"slug\":\"custom-ag-red\"},{\"color\":\"#a10000\",\"name\":\"AG Dark Red\",\"slug\":\"custom-ag-dark-red\"}],\"theme\":[{\"color\":\"#fff\",\"name\":\"Base\",\"slug\":\"base\"},{\"color\":\"#f5f5f6\",\"name\":\"Base \\/ Two\",\"slug\":\"base-2\"},{\"color\":\"#f9f9f9\",\"name\":\"Base \\/ Three\",\"slug\":\"base-3\"},{\"color\":\"#fefefe\",\"name\":\"Base \\/ Four\",\"slug\":\"base-4\"},{\"color\":\"#d01a1a\",\"name\":\"Primary\",\"slug\":\"primary\"},{\"color\":\"#a10000\",\"name\":\"Primary \\/ Two\",\"slug\":\"primary-2\"},{\"color\":\"#ed5050\",\"name\":\"Primary \\/ Three\",\"slug\":\"primary-3\"},{\"color\":\"#cdcdcd\",\"name\":\"Primary \\/ Four\",\"slug\":\"primary-4\"},{\"color\":\"#000000\",\"name\":\"Contrast\",\"slug\":\"contrast\"},{\"color\":\"#020202\",\"name\":\"Contrast \\/ Two\",\"slug\":\"contrast-2\"},{\"color\":\"#333e48\",\"name\":\"Gray \\/ 100\",\"slug\":\"gray-100\"},{\"color\":\"#343f49\",\"name\":\"Gray \\/ 200\",\"slug\":\"gray-200\"},{\"color\":\"#4b4b4b\",\"name\":\"Gray \\/ 300\",\"slug\":\"gray-300\"},{\"color\":\"#606060\",\"name\":\"Gray \\/ 400\",\"slug\":\"gray-400\"},{\"color\":\"#616b73\",\"name\":\"Gray \\/ 500\",\"slug\":\"gray-500\"},{\"color\":\"#7f7f7f\",\"name\":\"Gray \\/ 600\",\"slug\":\"gray-600\"},{\"color\":\"#777c80\",\"name\":\"Gray \\/ 700\",\"slug\":\"gray-700\"},{\"color\":\"#83898e\",\"name\":\"Gray \\/ 800\",\"slug\":\"gray-800\"},{\"color\":\"#878787\",\"name\":\"Gray \\/ 900\",\"slug\":\"gray-900\"},{\"color\":\"#a3a3a3\",\"name\":\"Gray \\/ 1000\",\"slug\":\"gray-1000\"},{\"color\":\"#d6d6d6\",\"name\":\"Gray \\/ 1100\",\"slug\":\"gray-1100\"},{\"color\":\"#3f7fca\",\"name\":\"Info\",\"slug\":\"info\"},{\"color\":\"#3fca90\",\"name\":\"Success\",\"slug\":\"success\"},{\"color\":\"#fed600\",\"name\":\"Warning\",\"slug\":\"warning\"},{\"color\":\"#616b73\",\"name\":\"Danger\",\"slug\":\"danger\"},{\"color\":\"#d9374e\",\"name\":\"Danger \\/ Two\",\"slug\":\"danger-2\"},{\"color\":\"#7f8a94\",\"name\":\"Gray \\/ 1200\",\"slug\":\"gray-1200\"}]}},\"layout\":{\"contentSize\":\"100%\"},\"typography\":{\"fontFamilies\":{\"theme\":[{\"fontFace\":[{\"fontFamily\":\"Open Sans\",\"fontStretch\":\"normal\",\"fontStyle\":\"normal\",\"fontWeight\":\"300 400 500 600 700\",\"src\":[\"file:.\\/assets\\/fonts\\/open-sans\\/OpenSans-VariableFont_wdth,wght.woff2\"]}],\"fontFamily\":\"\\\"Open Sans\\\", sans-serif\",\"name\":\"Open Sans\",\"slug\":\"open-sans\"},{\"fontFamily\":\"-apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif\",\"name\":\"System Sans-serif\",\"slug\":\"system-sans-serif\"},{\"fontFamily\":\"Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol\",\"name\":\"System Serif\",\"slug\":\"system-Serif\"},{\"fontFamily\":\"Cardo\",\"name\":\"Cardo\",\"slug\":\"cardo\",\"fontFace\":[{\"fontFamily\":\"Cardo\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":[\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/plugins\\/woocommerce\\/assets\\/fonts\\/cardo_normal_400.woff2\"]}]},{\"fontFace\":[{\"fontFamily\":\"Inter\",\"fontStretch\":\"normal\",\"fontStyle\":\"normal\",\"fontWeight\":\"200 300 400 500 600 700 900\",\"src\":[\"file:.\\/assets\\/fonts\\/inter\\/Inter-VariableFont_slnt,wght.woff2\"]}],\"fontFamily\":\"\\\"Inter\\\", sans-serif\",\"name\":\"Inter\",\"slug\":\"body\"}]}}},\"isGlobalStylesUserThemeJSON\":true,\"version\":3}','Custom Styles','','inherit','closed','closed','','23-revision-v1','','','2024-10-31 01:26:47','2024-10-31 01:26:47','',23,'https://aggressivegraphix.com/?p=469',0,'revision','',0),(471,1,'2024-10-31 01:52:12','2024-10-31 01:52:12','<!-- wp:navigation-link {\"label\":\"Our Work\",\"type\":\"page\",\"id\":82,\"url\":\"https://aggressivegraphix.com/about-us/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Contact Us\",\"type\":\"page\",\"id\":31,\"url\":\"https://aggressivegraphix.com/contact-us/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}}} /-->','Account Nav','','inherit','closed','closed','','28-revision-v1','','','2024-10-31 01:52:12','2024-10-31 01:52:12','',28,'https://aggressivegraphix.com/?p=471',0,'revision','',0),(472,1,'2024-10-31 01:52:12','2024-10-31 01:52:12','<!-- wp:group {\"align\":\"full\",\"className\":\"wc-blocks-pattern-header-essential wc-blocks-header-pattern\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"40px\",\"bottom\":\"40px\",\"left\":\"40px\",\"right\":\"40px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wc-blocks-pattern-header-essential wc-blocks-header-pattern wp-block-group alignfull\" style=\"padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"width\":256,\"shouldSyncIcon\":false} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"ref\":21,\"icon\":\"menu\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"},\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/mini-cart {\"miniCartIcon\":\"bag-alt\",\"addToCartBehaviour\":\"open_drawer\",\"priceColor\":{\"color\":\"#000000\",\"name\":\"Contrast\",\"slug\":\"contrast\",\"class\":\"has-contrast-icon-color\"},\"iconColor\":{\"color\":\"#fff\",\"name\":\"Base\",\"slug\":\"base\",\"class\":\"has-base-icon-color\"},\"productCountColor\":{\"color\":\"#fff\",\"name\":\"Base\",\"slug\":\"base\",\"class\":\"has-base-icon-color\"},\"fontFamily\":\"body\",\"fontSize\":\"small\",\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} /-->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconStyle\":\"line\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"fontSize\":\"small\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"margin\":{\"right\":\"0\",\"left\":\"var:preset|spacing|10\"}}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Header v3','','inherit','closed','closed','','29-revision-v1','','','2024-10-31 01:52:12','2024-10-31 01:52:12','',29,'https://aggressivegraphix.com/?p=472',0,'revision','',0),(483,1,'2024-11-01 00:02:01','2024-11-01 00:02:01','<!-- wp:group {\"tagName\":\"main\"} -->\n<main class=\"wp-block-group\"><!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"area\":\"header\"} /-->\n\n<!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\",\"featured-selling\"],\"patternName\":\"woocommerce-blocks/hero-product-chessboard\",\"name\":\"Hero Product Chessboard\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":{\"top\":\"0\",\"left\":\"0\"}}}} -->\n<div class=\"wp-block-columns alignfull\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/plugins/woocommerce/assets/images/pattern-placeholders/plant-white-leaf-flower-vase-green.jpg\",\"alt\":\"Placeholder image used to represent a product being showcased in a hero section. 1 out of 2.\",\"dimRatio\":0,\"focalPoint\":{\"x\":0.54000000000000003552713678800500929355621337890625,\"y\":0.520000000000000017763568394002504646778106689453125},\"className\":\"is-light\",\"style\":{\"color\":[]}} -->\n<div class=\"is-light wp-block-cover\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"Placeholder image used to represent a product being showcased in a hero section. 1 out of 2.\" src=\"https://aggressivegraphix.com/wp-content/plugins/woocommerce/assets/images/pattern-placeholders/plant-white-leaf-flower-vase-green.jpg\" style=\"object-position:54% 52%\" data-object-fit=\"cover\" data-object-position=\"54% 52%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\" \",\"fontSize\":\"large\"} -->\n<p class=\"has-text-align-center has-large-font-size\"></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"60px\",\"bottom\":\"0px\",\"left\":\"60px\"},\"margin\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40);padding-top:0px;padding-right:60px;padding-bottom:0px;padding-left:60px\"><!-- wp:heading {\"textAlign\":\"left\",\"className\":\"has-large-font-size\"} -->\n<h2 class=\"has-large-font-size wp-block-heading has-text-align-left\"><strong>Make your house feel like home</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"var:preset|spacing|40\"}}}} -->\n<p style=\"margin-bottom:var(--wp--preset--spacing--40)\" class=\"\">Add a touch of charm and coziness this holiday season with a wide selection of hand-picked decorations — from minimalist vases to designer furniture.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"64px\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:64px\"><!-- wp:button {\"textAlign\":\"left\",\"className\":\"has-custom-font-size\"} -->\n<div class=\"has-custom-font-size wp-block-button\"><a class=\"wp-block-button__link has-text-align-left wp-element-button\" href=\"https://aggressivegraphix.com/shop/\">Shop home decor</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":{\"top\":\"0\",\"left\":\"0\"}}}} -->\n<div class=\"wp-block-columns alignfull\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"right\":\"50px\",\"left\":\"50px\",\"top\":\"50px\",\"bottom\":\"50px\"},\"blockGap\":\"50px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:50px;padding-right:50px;padding-bottom:50px;padding-left:50px\"><!-- wp:group -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":5,\"style\":{\"typography\":{\"textTransform\":\"capitalize\"}}} -->\n<h5 class=\"wp-block-heading\" style=\"text-transform:capitalize\"><strong>Quality Materials</strong></h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"margin\":{\"top\":\"25px\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}}} -->\n<p style=\"margin-top:25px;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\" class=\"\">We use only the highest-quality materials in our products, ensuring that they look great and last for years to come.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":5,\"style\":{\"typography\":{\"textTransform\":\"capitalize\"}}} -->\n<h5 class=\"wp-block-heading\" style=\"text-transform:capitalize\"><strong>Unique design</strong></h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"spacing\":{\"margin\":{\"top\":\"25px\"}}}} -->\n<p style=\"margin-top:25px\" class=\"\">From bold prints to intricate details, our products are a perfect combination of style and function.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/plugins/woocommerce/assets/images/pattern-placeholders/table-wood-house-chair-floor-window.jpg\",\"alt\":\"Placeholder image used to represent a product being showcased in a hero section. 2 out of 2.\",\"dimRatio\":0,\"focalPoint\":{\"x\":0.330000000000000015543122344752191565930843353271484375,\"y\":0.059999999999999997779553950749686919152736663818359375},\"style\":{\"color\":[]}} -->\n<div class=\"wp-block-cover is-light\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"Placeholder image used to represent a product being showcased in a hero section. 2 out of 2.\" src=\"https://aggressivegraphix.com/wp-content/plugins/woocommerce/assets/images/pattern-placeholders/table-wood-house-chair-floor-window.jpg\" style=\"object-position:33% 6%\" data-object-fit=\"cover\" data-object-position=\"33% 6%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\" \",\"fontSize\":\"large\"} -->\n<p class=\"has-text-align-center has-large-font-size\"></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></main>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Product category','','publish','closed','closed','','wp-custom-template-product-category','','','2024-11-01 00:08:50','2024-11-01 00:08:50','',0,'https://aggressivegraphix.com/wp-custom-template-product-category/',0,'wp_template','',0),(484,1,'2024-11-01 00:08:45','2024-11-01 00:08:45','<!-- wp:group {\"tagName\":\"main\"} -->\n<main class=\"wp-block-group\"><!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"area\":\"header\"} /-->\n\n<!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\",\"featured-selling\"],\"patternName\":\"woocommerce-blocks/hero-product-chessboard\",\"name\":\"Hero Product Chessboard\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":{\"top\":\"0\",\"left\":\"0\"}}}} -->\n<div class=\"wp-block-columns alignfull\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/plugins/woocommerce/assets/images/pattern-placeholders/plant-white-leaf-flower-vase-green.jpg\",\"alt\":\"Placeholder image used to represent a product being showcased in a hero section. 1 out of 2.\",\"dimRatio\":0,\"focalPoint\":{\"x\":0.54000000000000003552713678800500929355621337890625,\"y\":0.520000000000000017763568394002504646778106689453125},\"className\":\"is-light\",\"style\":{\"color\":[]}} -->\n<div class=\"is-light wp-block-cover\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"Placeholder image used to represent a product being showcased in a hero section. 1 out of 2.\" src=\"https://aggressivegraphix.com/wp-content/plugins/woocommerce/assets/images/pattern-placeholders/plant-white-leaf-flower-vase-green.jpg\" style=\"object-position:54% 52%\" data-object-fit=\"cover\" data-object-position=\"54% 52%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\" \",\"fontSize\":\"large\"} -->\n<p class=\"has-text-align-center has-large-font-size\"></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"60px\",\"bottom\":\"0px\",\"left\":\"60px\"},\"margin\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40);padding-top:0px;padding-right:60px;padding-bottom:0px;padding-left:60px\"><!-- wp:heading {\"textAlign\":\"left\",\"className\":\"has-large-font-size\"} -->\n<h2 class=\"has-large-font-size wp-block-heading has-text-align-left\"><strong>Make your house feel like home</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"var:preset|spacing|40\"}}}} -->\n<p style=\"margin-bottom:var(--wp--preset--spacing--40)\" class=\"\">Add a touch of charm and coziness this holiday season with a wide selection of hand-picked decorations — from minimalist vases to designer furniture.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"64px\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:64px\"><!-- wp:button {\"textAlign\":\"left\",\"className\":\"has-custom-font-size\"} -->\n<div class=\"has-custom-font-size wp-block-button\"><a class=\"wp-block-button__link has-text-align-left wp-element-button\" href=\"https://aggressivegraphix.com/shop/\">Shop home decor</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":{\"top\":\"0\",\"left\":\"0\"}}}} -->\n<div class=\"wp-block-columns alignfull\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"right\":\"50px\",\"left\":\"50px\",\"top\":\"50px\",\"bottom\":\"50px\"},\"blockGap\":\"50px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:50px;padding-right:50px;padding-bottom:50px;padding-left:50px\"><!-- wp:group -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":5,\"style\":{\"typography\":{\"textTransform\":\"capitalize\"}}} -->\n<h5 class=\"wp-block-heading\" style=\"text-transform:capitalize\"><strong>Quality Materials</strong></h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"margin\":{\"top\":\"25px\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}}} -->\n<p style=\"margin-top:25px;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\" class=\"\">We use only the highest-quality materials in our products, ensuring that they look great and last for years to come.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":5,\"style\":{\"typography\":{\"textTransform\":\"capitalize\"}}} -->\n<h5 class=\"wp-block-heading\" style=\"text-transform:capitalize\"><strong>Unique design</strong></h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"spacing\":{\"margin\":{\"top\":\"25px\"}}}} -->\n<p style=\"margin-top:25px\" class=\"\">From bold prints to intricate details, our products are a perfect combination of style and function.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/plugins/woocommerce/assets/images/pattern-placeholders/table-wood-house-chair-floor-window.jpg\",\"alt\":\"Placeholder image used to represent a product being showcased in a hero section. 2 out of 2.\",\"dimRatio\":0,\"focalPoint\":{\"x\":0.330000000000000015543122344752191565930843353271484375,\"y\":0.059999999999999997779553950749686919152736663818359375},\"style\":{\"color\":[]}} -->\n<div class=\"wp-block-cover is-light\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"Placeholder image used to represent a product being showcased in a hero section. 2 out of 2.\" src=\"https://aggressivegraphix.com/wp-content/plugins/woocommerce/assets/images/pattern-placeholders/table-wood-house-chair-floor-window.jpg\" style=\"object-position:33% 6%\" data-object-fit=\"cover\" data-object-position=\"33% 6%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\" \",\"fontSize\":\"large\"} -->\n<p class=\"has-text-align-center has-large-font-size\"></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></main>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Product category','','inherit','closed','closed','','483-revision-v1','','','2024-11-01 00:08:45','2024-11-01 00:08:45','',483,'https://aggressivegraphix.com/?p=484',0,'revision','',0),(485,1,'2024-11-01 00:08:46','2024-11-01 00:08:46','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:columns {\"align\":\"wide\",\"className\":\"single-product-page\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"30px\"},\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"single-product-page wp-block-columns alignwide\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--50)\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:woocommerce/product-image-gallery {\"className\":\"single-product-gallery\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:post-terms {\"term\":\"product_cat\",\"className\":\"is-style-default eride-single-cat\",\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1.5\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#878787\"}}},\"color\":{\"text\":\"#878787\"}}} /-->\n\n<!-- wp:post-title {\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1.2\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"3px\"}}},\"textColor\":\"gray-100\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfSingleProductTemplate\":true} /-->\n\n<!-- wp:post-excerpt {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"22px\"}}},\"textColor\":\"gray-100\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfSingleProductTemplate\":true,\"style\":{\"spacing\":{\"margin\":{\"top\":\"38px\"}}}} /-->\n\n<!-- wp:woocommerce/add-to-cart-form {\"className\":\"single\"} /-->\n\n<!-- wp:columns {\"className\":\"eride-scroll feature-1\",\"style\":{\"border\":{\"radius\":\"16px\",\"width\":\"1px\"},\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"top\":\"17px\",\"bottom\":\"13px\"},\"margin\":{\"top\":\"34px\"}}},\"borderColor\":\"base-2\"} -->\n<div class=\"eride-scroll feature-1 wp-block-columns has-border-color has-base-2-border-color\" style=\"border-width:1px;border-radius:16px;margin-top:34px;padding-top:17px;padding-right:var(--wp--preset--spacing--30);padding-bottom:13px;padding-left:var(--wp--preset--spacing--30)\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"10px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"16%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:16%\"><!-- wp:image {\"id\":208,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/delivery-icon.svg\" alt=\"\" class=\"wp-image-208\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"83%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:83%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"2.1\",\"textTransform\":\"capitalize\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:14px;font-style:normal;font-weight:600;line-height:2.1;text-transform:capitalize\">next day delivery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"margin\":{\"bottom\":\"0\",\"top\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1200\"}}}},\"textColor\":\"gray-1200\"} -->\n<p class=\"has-gray-1200-color has-text-color has-link-color\" style=\"margin-top:0px;margin-bottom:0;font-size:12px;font-style:normal;font-weight:400;line-height:1\">check availability</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"159px\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:159px\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"10px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"10%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:10%\"><!-- wp:image {\"id\":209,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/marker-icon.svg\" alt=\"\" class=\"wp-image-209\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"83%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:83%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"2.1\",\"textTransform\":\"capitalize\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:14px;font-style:normal;font-weight:600;line-height:2.1;text-transform:capitalize\">pick localy</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1200\"}}}},\"textColor\":\"gray-1200\"} -->\n<p class=\"has-gray-1200-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:12px;font-style:normal;font-weight:400;line-height:1\">check availability</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"10px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"17%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:17%\"><!-- wp:image {\"id\":210,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/payment-icon.svg\" alt=\"\" class=\"wp-image-210\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"87%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:87%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"2.1\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:14px;font-style:normal;font-weight:600;line-height:2.1\">PayAfter</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1200\"}}}},\"textColor\":\"gray-1200\"} -->\n<p class=\"has-gray-1200-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:12px;font-style:normal;font-weight:400;line-height:1\">Buy now pay within 6 month</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:woocommerce/related-products {\"align\":\"wide\",\"className\":\"eride-frequent-products\"} -->\n<div class=\"eride-frequent-products wp-block-woocommerce-related-products alignwide\"><!-- wp:query {\"queryId\":0,\"query\":{\"perPage\":\"3\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"namespace\":\"woocommerce/related-products\",\"lock\":{\"remove\":true,\"move\":true},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"370px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-query\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"20px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:20px\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"10px\"}},\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-gray-100-color has-text-color has-link-color\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:10px;font-size:18px;font-style:normal;font-weight:600;line-height:1\">You may also like ...</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":3},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:group {\"className\":\"related eride-single\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"related eride-single wp-block-group\"><!-- wp:woocommerce/product-image {\"showSaleBadge\":false,\"isDescendentOfQueryLoop\":true,\"width\":\"100px\",\"height\":\"100px\"} /--></div>\n<!-- /wp:group -->\n<!-- /wp:post-template --></div>\n<!-- /wp:query --></div>\n<!-- /wp:woocommerce/related-products -->\n\n<!-- wp:woocommerce/product-meta -->\n<div class=\"wp-block-woocommerce-product-meta\"><!-- wp:group {\"className\":\"eride-meta\",\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"eride-meta wp-block-group\"><!-- wp:woocommerce/product-sku {\"isDescendentOfSingleProductTemplate\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_tag\",\"prefix\":\"Tags: \"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:woocommerce/product-meta --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:woocommerce/product-details {\"align\":\"wide\",\"className\":\"eride-product-details\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\"}}}} /-->\n\n<!-- wp:woocommerce/related-products {\"align\":\"wide\"} -->\n<div class=\"wp-block-woocommerce-related-products alignwide\"><!-- wp:query {\"queryId\":9,\"query\":{\"perPage\":5,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"namespace\":\"woocommerce/related-products\",\"lock\":{\"remove\":true,\"move\":true}} -->\n<div class=\"wp-block-query\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"20px\",\"bottom\":\"20px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:20px;margin-bottom:20px\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"10px\"}},\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-gray-100-color has-text-color has-link-color\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:10px;font-size:32px;font-style:normal;font-weight:500\">\n				Related products			</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:button {\"textColor\":\"gray-400\",\"className\":\"is-style-outline  eride-related\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"left\":\"0\",\"right\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}},\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-400\"}}}}} -->\n<div class=\"is-style-outline  eride-related wp-block-button has-custom-font-size\" style=\"font-size:14px;font-style:normal;font-weight:400;text-transform:capitalize\"><a class=\"wp-block-button__link has-gray-400-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"border-style:none;border-width:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">view all products </a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"className\":\"er-slick-overflow er-slick\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"er-slick-overflow er-slick wp-block-group\" style=\"margin-top:0px\"><!-- wp:post-template {\"align\":\"wide\",\"layout\":{\"type\":\"grid\",\"columnCount\":5},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"cropped\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"8px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"10px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"1rem\"}}}} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0px\"}}}} /-->\n<!-- /wp:post-template --></div>\n<!-- /wp:group --></div>\n<!-- /wp:query --></div>\n<!-- /wp:woocommerce/related-products --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Home-v1-signup-form\"},\"align\":\"wide\",\"className\":\"home-signup\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|50\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"580px\"}} -->\n<div class=\"home-signup wp-block-group alignwide\" style=\"margin-top:var(--wp--preset--spacing--50)\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\",\"right\":\"0px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"15px\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"555px\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#333e48\"}}},\"color\":{\"text\":\"#333e48\"},\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.3\"}}} -->\n<h2 class=\"wp-block-heading has-text-align-center has-text-color has-link-color\" style=\"color:#333e48;font-size:32px;font-style:normal;font-weight:400;line-height:1.3\">Sign up &amp; Receive a 20% Off Coupon From eRide!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.5\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"bottom\":\"var:preset|spacing|20\"}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-text-align-center has-gray-100-color has-text-color has-link-color\" style=\"margin-bottom:var(--wp--preset--spacing--20);font-size:15px;font-style:normal;font-weight:400;line-height:1.5\">Receive updates, access to exclusive deals, and more.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:wpforms/form-selector {\"clientId\":\"7e8ca518-d39a-471d-b53a-d5dd9ef7c7eb\",\"formId\":\"55\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022}\"} /-->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"12px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.5\"},\"color\":{\"text\":\"#83898e\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#83898e\"}}},\"spacing\":{\"margin\":{\"top\":\"0px\"}}}} -->\n<p class=\"has-text-align-center has-text-color has-link-color\" style=\"color:#83898e;margin-top:0px;font-size:12px;font-style:normal;font-weight:400;line-height:1.5\">$20 Coupon can only be used on whole unit products, not accessories or parts</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Single Product','Displays a single product.','inherit','closed','closed','','121-revision-v1','','','2024-11-01 00:08:46','2024-11-01 00:08:46','',121,'https://aggressivegraphix.com/?p=485',0,'revision','',0),(486,1,'2024-11-01 00:21:12','2024-11-01 00:21:12','<!-- wp:paragraph -->\n<p class=\"\">We specialize in true custom graphics. Every order starts from blank cut lines and we tailor the kit directly to your specifications listed above. Why go and use a pre-made design that you\'ll see on other bikes on your gate? Be unique, stand out with your OWN style. Like they say; \"Look good, feel good, ride good\". So choose a set of custom Aggressive Graphix Custom Full Bike graphics and get your feel good on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Our products are printed on a 6 mil, air release technology film and finished with a 15 mil thiccc laminate for the ultimate longevity and durability. Utilizing the air release with our film, it\'s easy to install dry, even for the first time graphics installer. Worst case, feel free to reach out to us with questions about install and we\'ll be sure to help guide you to get the most professional looking finish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Products\"},\"className\":\"nfd-container nfd-p-lg nfd-wb-products__products-2\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"nfd-container nfd-p-lg nfd-wb-products__products-2 wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:woocommerce/product-collection {\"queryId\":0,\"query\":{\"perPage\":5,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"rating\",\"search\":\"\",\"exclude\":[],\"inherit\":false,\"taxQuery\":{\"product_cat\":[25]},\"isProductCollectionBlock\":true,\"featured\":false,\"woocommerceOnSale\":false,\"woocommerceStockStatus\":[\"instock\"],\"woocommerceAttributes\":[],\"woocommerceHandPickedProducts\":[],\"filterable\":false,\"relatedBy\":{\"categories\":true,\"tags\":true}},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":4,\"shrinkColumns\":false},\"dimensions\":{\"widthType\":\"fixed\",\"fixedWidth\":\"100%\"},\"collection\":\"woocommerce/product-collection/by-category\",\"hideControls\":[\"inherit\",\"hand-picked\",\"filterable\"],\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":false,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"99.9%\"}} -->\n<div class=\"wp-block-woocommerce-product-collection\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"1rem\"}}}} -->\n<h2 class=\"wp-block-heading has-text-align-center\" style=\"margin-bottom:1rem\">Complete your kit with a custom seat cover!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"showSaleBadge\":false,\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} -->\n<!-- wp:woocommerce/product-sale-badge {\"align\":\"right\"} /-->\n<!-- /wp:woocommerce/product-image -->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}},\"typography\":{\"lineHeight\":\"1.4\"}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\",\"fontSize\":\"small\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\"} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:woocommerce/product-collection --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Custom full decal kit','<p>The design deposit of $100 is required to start your custom kit. This kit choice includes front and rear fenders, fork guards, shrouds, front and side number plates, and swing arm decals.</p>','publish','open','closed','','custom-full-decal-kit','','','2025-10-03 14:52:35','2025-10-03 14:52:35','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=486',0,'product','',3),(492,1,'2024-11-01 00:14:07','2024-11-01 00:14:07','','','','publish','closed','closed','','492','','','2024-11-11 00:17:30','2024-11-11 00:17:30','',491,'https://aggressivegraphix.com/af_pao_options/492/',0,'af_pao_options','',0),(494,1,'2024-11-01 00:14:36','2024-11-01 00:14:36','','','','publish','closed','closed','','494','','','2024-11-11 00:17:30','2024-11-11 00:17:30','',491,'https://aggressivegraphix.com/af_pao_options/494/',0,'af_pao_options','',0),(495,1,'2024-11-01 00:14:46','2024-11-01 00:14:46','','','','publish','closed','closed','','495','','','2024-11-11 00:17:30','2024-11-11 00:17:30','',491,'https://aggressivegraphix.com/af_pao_options/495/',0,'af_pao_options','',0),(496,1,'2024-11-01 00:15:10','2024-11-01 00:15:10','','','','publish','closed','closed','','496','','','2024-11-11 00:17:30','2024-11-11 00:17:30','',491,'https://aggressivegraphix.com/af_pao_options/496/',0,'af_pao_options','',0),(502,1,'2024-11-01 00:17:32','2024-11-01 00:17:32','','','','publish','closed','closed','','502','','','2024-11-11 00:35:09','2024-11-11 00:35:09','',501,'https://aggressivegraphix.com/af_pao_options/502/',0,'af_pao_options','',0),(503,1,'2024-11-01 00:17:38','2024-11-01 00:17:38','','','','publish','closed','closed','','503','','','2024-11-11 00:35:09','2024-11-11 00:35:09','',501,'https://aggressivegraphix.com/af_pao_options/503/',0,'af_pao_options','',0),(504,1,'2024-11-01 00:17:44','2024-11-01 00:17:44','','','','publish','closed','closed','','504','','','2024-11-11 00:35:09','2024-11-11 00:35:09','',501,'https://aggressivegraphix.com/af_pao_options/504/',0,'af_pao_options','',0),(505,1,'2024-11-01 00:17:53','2024-11-01 00:17:53','','','','publish','closed','closed','','505','','','2024-11-11 00:35:08','2024-11-11 00:35:08','',501,'https://aggressivegraphix.com/af_pao_options/505/',0,'af_pao_options','',0),(506,1,'2024-11-01 00:17:59','2024-11-01 00:17:59','','','','publish','closed','closed','','506','','','2024-11-11 00:35:08','2024-11-11 00:35:08','',501,'https://aggressivegraphix.com/af_pao_options/506/',0,'af_pao_options','',0),(508,1,'2024-11-01 00:18:30','2024-11-01 00:18:30','','','','publish','closed','closed','','508','','','2024-11-12 02:57:33','2024-11-12 02:57:33','',507,'https://aggressivegraphix.com/af_pao_options/508/',0,'af_pao_options','',0),(509,1,'2024-11-01 00:18:49','2024-11-01 00:18:49','','','','publish','closed','closed','','509','','','2024-11-12 02:57:33','2024-11-12 02:57:33','',507,'https://aggressivegraphix.com/af_pao_options/509/',0,'af_pao_options','',0),(510,1,'2024-11-01 00:18:57','2024-11-01 00:18:57','','','','publish','closed','closed','','510','','','2024-11-12 02:57:33','2024-11-12 02:57:33','',507,'https://aggressivegraphix.com/af_pao_options/510/',0,'af_pao_options','',0),(511,1,'2024-11-01 00:19:08','2024-11-01 00:19:08','','','','publish','closed','closed','','511','','','2024-11-12 02:57:33','2024-11-12 02:57:33','',507,'https://aggressivegraphix.com/af_pao_options/511/',0,'af_pao_options','',0),(516,1,'2024-11-01 00:25:24','2024-11-01 00:25:24','','customfullbikedecals','','inherit','open','closed','','customfullbikedecals','','','2025-09-09 15:29:17','2025-09-09 15:29:17','',486,'https://aggressivegraphix.com/wp-content/uploads/2024/11/customfullbikedecals.jpg',0,'attachment','image/webp',0),(517,1,'2024-11-01 00:43:15','2024-11-01 00:43:15','<!-- wp:group {\"tagName\":\"main\"} -->\n<main class=\"wp-block-group\"><!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":1} /-->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|30\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:0;height:var(--wp--preset--spacing--30)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:woocommerce/all-products {\"columns\":5,\"rows\":4,\"alignButtons\":false,\"contentVisibility\":{\"orderBy\":true},\"orderby\":\"popularity\",\"layoutConfig\":[[\"woocommerce/product-image\",{\"showProductLink\":true,\"showSaleBadge\":true,\"saleBadgeAlign\":\"right\",\"imageSizing\":\"thumbnail\",\"productId\":0,\"isDescendentOfQueryLoop\":false,\"isDescendentOfSingleProductBlock\":false,\"scale\":\"cover\",\"children\":[],\"isDescendantOfAllProducts\":true}],[\"woocommerce/product-title\",{\"headingLevel\":2,\"showProductLink\":true,\"productId\":0,\"children\":[],\"isDescendantOfAllProducts\":true}],[\"woocommerce/product-price\",{\"productId\":0,\"isDescendentOfQueryLoop\":false,\"textAlign\":\"\",\"isDescendentOfSingleProductTemplate\":false,\"isDescendentOfSingleProductBlock\":false,\"children\":[],\"isDescendantOfAllProducts\":true}],[\"woocommerce/product-rating\",{\"productId\":0,\"isDescendentOfQueryLoop\":false,\"textAlign\":\"\",\"isDescendentOfSingleProductBlock\":false,\"isDescendentOfSingleProductTemplate\":false,\"children\":[],\"isDescendantOfAllProducts\":true}],[\"woocommerce/product-button\",{\"productId\":0,\"textAlign\":\"\",\"isDescendentOfSingleProductBlock\":false,\"isDescendentOfQueryLoop\":false,\"children\":[],\"className\":\"\",\"isDescendantOfAllProducts\":true}]]} -->\n<div class=\"wp-block-woocommerce-all-products wc-block-all-products\" data-attributes=\"{&quot;alignButtons&quot;:false,&quot;columns&quot;:5,&quot;contentVisibility&quot;:{&quot;orderBy&quot;:true},&quot;isPreview&quot;:false,&quot;layoutConfig&quot;:[[&quot;woocommerce/product-image&quot;,{&quot;showProductLink&quot;:true,&quot;showSaleBadge&quot;:true,&quot;saleBadgeAlign&quot;:&quot;right&quot;,&quot;imageSizing&quot;:&quot;thumbnail&quot;,&quot;productId&quot;:0,&quot;isDescendentOfQueryLoop&quot;:false,&quot;isDescendentOfSingleProductBlock&quot;:false,&quot;scale&quot;:&quot;cover&quot;,&quot;children&quot;:[],&quot;isDescendantOfAllProducts&quot;:true}],[&quot;woocommerce/product-title&quot;,{&quot;headingLevel&quot;:2,&quot;showProductLink&quot;:true,&quot;productId&quot;:0,&quot;children&quot;:[],&quot;isDescendantOfAllProducts&quot;:true}],[&quot;woocommerce/product-price&quot;,{&quot;productId&quot;:0,&quot;isDescendentOfQueryLoop&quot;:false,&quot;textAlign&quot;:&quot;&quot;,&quot;isDescendentOfSingleProductTemplate&quot;:false,&quot;isDescendentOfSingleProductBlock&quot;:false,&quot;children&quot;:[],&quot;isDescendantOfAllProducts&quot;:true}],[&quot;woocommerce/product-rating&quot;,{&quot;productId&quot;:0,&quot;isDescendentOfQueryLoop&quot;:false,&quot;textAlign&quot;:&quot;&quot;,&quot;isDescendentOfSingleProductBlock&quot;:false,&quot;isDescendentOfSingleProductTemplate&quot;:false,&quot;children&quot;:[],&quot;isDescendantOfAllProducts&quot;:true}],[&quot;woocommerce/product-button&quot;,{&quot;productId&quot;:0,&quot;textAlign&quot;:&quot;&quot;,&quot;isDescendentOfSingleProductBlock&quot;:false,&quot;isDescendentOfQueryLoop&quot;:false,&quot;children&quot;:[],&quot;className&quot;:&quot;&quot;,&quot;isDescendantOfAllProducts&quot;:true}]],&quot;orderby&quot;:&quot;popularity&quot;,&quot;rows&quot;:4}\"><!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\"} -->\n<div class=\"is-loading\"></div>\n<!-- /wp:woocommerce/product-image -->\n\n<!-- wp:woocommerce/product-title -->\n<div class=\"wp-block-woocommerce-product-title is-loading\"></div>\n<!-- /wp:woocommerce/product-title -->\n\n<!-- wp:woocommerce/product-price -->\n<div class=\"is-loading\"></div>\n<!-- /wp:woocommerce/product-price -->\n\n<!-- wp:woocommerce/product-rating -->\n<div class=\"is-loading\"></div>\n<!-- /wp:woocommerce/product-rating -->\n\n<!-- wp:woocommerce/product-button -->\n<div class=\"wp-block-woocommerce-product-button is-loading\"></div>\n<!-- /wp:woocommerce/product-button --></div>\n<!-- /wp:woocommerce/all-products --></div>\n<!-- /wp:group -->\n\n<!-- wp:post-content {\"lock\":{\"move\":false,\"remove\":true},\"layout\":{\"type\":\"constrained\"}} /--></main>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Pages','Displays a static page unless a custom template has been applied to that page or a dedicated template exists.','inherit','closed','closed','','73-revision-v1','','','2024-11-01 00:43:15','2024-11-01 00:43:15','',73,'https://aggressivegraphix.com/?p=517',0,'revision','',0),(518,1,'2024-11-01 00:43:16','2024-11-01 00:43:16','','Shop','','inherit','closed','closed','','6-revision-v1','','','2024-11-01 00:43:16','2024-11-01 00:43:16','',6,'https://aggressivegraphix.com/?p=518',0,'revision','',0),(519,1,'2024-11-01 00:46:46','2024-11-01 00:46:46','<!-- wp:group {\"tagName\":\"main\"} -->\n<main class=\"wp-block-group\"><!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":1} /-->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|30\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:0;height:var(--wp--preset--spacing--30)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:woocommerce/product-category /-->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Products\",\"categories\":[\"wonder-blocks-products\"],\"patternName\":\"wonder-blocks/products-2\"},\"className\":\"nfd-container nfd-p-lg nfd-wb-products__products-2\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"nfd-container nfd-p-lg nfd-wb-products__products-2 wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Title\"},\"className\":\"nfd-text-balance\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-text-balance wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"className\":\"nfd-text-xl nfd-text-contrast\"} -->\n<h2 class=\"nfd-text-xl nfd-text-contrast wp-block-heading has-text-align-left\">Browse Collection</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-faded\"} -->\n<p class=\"nfd-text-faded\">Find the best and trending outfits.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":2,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"taxQuery\":[],\"isProductCollectionBlock\":true,\"perPage\":\"3\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":3,\"shrinkColumns\":false},\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":false,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"},\"className\":\"nfd-wc-products\"} -->\n<div class=\"nfd-wc-products wp-block-woocommerce-product-collection\"><!-- wp:woocommerce/product-template {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}}} -->\n<!-- wp:woocommerce/product-image {\"showSaleBadge\":false,\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true,\"height\":\"\",\"className\":\"nfd-rounded-md\"} /-->\n<!-- /wp:woocommerce/product-template --></div>\n<!-- /wp:woocommerce/product-collection --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:post-content {\"lock\":{\"move\":false,\"remove\":true},\"layout\":{\"type\":\"constrained\"}} /--></main>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Pages','Displays a static page unless a custom template has been applied to that page or a dedicated template exists.','inherit','closed','closed','','73-revision-v1','','','2024-11-01 00:46:46','2024-11-01 00:46:46','',73,'https://aggressivegraphix.com/?p=519',0,'revision','',0),(520,1,'2024-11-01 00:53:47','2024-11-01 00:53:47','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--20)\"><!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"20px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"616px\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:20px\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"1.1\",\"letterSpacing\":\"-1px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|custom-ag-red\"}}}},\"textColor\":\"custom-ag-red\"} -->\n<h1 class=\"wp-block-heading has-text-align-center has-custom-ag-red-color has-text-color has-link-color\" style=\"font-size:42px;font-style:normal;font-weight:300;letter-spacing:-1px;line-height:1.1\">Premier motorsports graphics and vehicle wraps</h1>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":911,\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-large\"><img src=\"https://transvelo.github.io/eride/assets/images/e-bikes-1.png\" alt=\"\" class=\"wp-image-911\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"26px\",\"right\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"bottom\":\"32px\",\"left\":\"40px\",\"right\":\"var:preset|spacing|30\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"custom-ag-red\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-custom-ag-red-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:var(--wp--preset--spacing--30);padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"27px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:27px;font-style:normal;font-weight:600;line-height:1.2\">Shop moto and accessories</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":912,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-large\"><img src=\"https://transvelo.github.io/eride/assets/images/e-scooters-1.png\" alt=\"\" class=\"wp-image-912\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"right\":\"26px\",\"left\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"left\":\"40px\",\"right\":\"0px\",\"bottom\":\"32px\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"custom-ag-red\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-custom-ag-red-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:0px;padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"27px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:27px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"#\">Vehicle wraps and services</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"home-v3-banner-2\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"28px\",\"margin\":{\"top\":\"25px\"},\"padding\":{\"bottom\":\"29px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:25px;padding-bottom:29px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/ride.png\",\"id\":78,\"dimRatio\":0,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-78\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/ride.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"136px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"right\":\"0\",\"left\":\"0\"}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"margin-right:0;margin-left:0;font-size:23px;font-style:normal;font-weight:600\">Bike Graphics</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--20)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"className\":\"flex-sm-wrap\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"flex-sm-wrap wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/2tonegripper.png\",\"id\":453,\"dimRatio\":0,\"customOverlayColor\":\"#db4242\",\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#db4242\"></span><img class=\"wp-block-cover__image-background wp-image-453\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/2tonegripper.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"left\":\"11px\",\"top\":\"19px\",\"bottom\":\"19px\",\"right\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"159px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:0;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"23px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-gray-100-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Seat covers</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"24px\"}}}} -->\n<div style=\"margin-bottom:24px;height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--10)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/kopia.png\",\"id\":77,\"dimRatio\":0,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-77\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/kopia.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Plastic kits</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:0\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/components.png\",\"id\":126,\"dimRatio\":0,\"minHeight\":295,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:295px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-126\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/components.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\",\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"className\":\"is-style-default\",\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"is-style-default wp-block-heading has-contrast-2-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Custom canopies</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|40\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--40);height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--40)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/equipment.png\",\"id\":127,\"dimRatio\":0,\"minHeight\":295,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:295px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-127\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/equipment.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\",\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"spacing\":{\"margin\":{\"bottom\":\"0px\"}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-contrast-2-color has-text-color has-link-color\" style=\"margin-bottom:0px;font-size:23px;font-style:normal;font-weight:600\">Jersey lettering</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|40\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--40);height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--40)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Home-v1-signup-form\"},\"align\":\"wide\",\"className\":\"home-signup\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|50\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"580px\"}} -->\n<div class=\"home-signup wp-block-group alignwide\" style=\"margin-top:var(--wp--preset--spacing--50)\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\",\"right\":\"0px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"15px\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"555px\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#333e48\"}}},\"color\":{\"text\":\"#333e48\"},\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.3\"}}} -->\n<h2 class=\"wp-block-heading has-text-align-center has-text-color has-link-color\" style=\"color:#333e48;font-size:32px;font-style:normal;font-weight:400;line-height:1.3\">Sign up &amp; Receive a 20% Off Coupon From eRide!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.5\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"bottom\":\"var:preset|spacing|20\"}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-text-align-center has-gray-100-color has-text-color has-link-color\" style=\"margin-bottom:var(--wp--preset--spacing--20);font-size:15px;font-style:normal;font-weight:400;line-height:1.5\">Receive updates, access to exclusive deals, and more.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:wpforms/form-selector {\"clientId\":\"7e8ca518-d39a-471d-b53a-d5dd9ef7c7eb\",\"formId\":\"55\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022}\"} /-->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"12px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.5\"},\"color\":{\"text\":\"#83898e\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#83898e\"}}},\"spacing\":{\"margin\":{\"top\":\"0px\"}}}} -->\n<p class=\"has-text-align-center has-text-color has-link-color\" style=\"color:#83898e;margin-top:0px;font-size:12px;font-style:normal;font-weight:400;line-height:1.5\">$20 Coupon can only be used on whole unit products, not accessories or parts</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Home-v1-Feature\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"42px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:42px\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-right:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:columns {\"align\":\"wide\",\"className\":\"eride-scroll home-feature\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"0px\"},\"padding\":{\"right\":\"10px\",\"left\":\"10px\"}}}} -->\n<div class=\"eride-scroll home-feature wp-block-columns alignwide\" style=\"padding-right:10px;padding-left:10px\"><!-- wp:column {\"width\":\"29%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:29%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":635,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/delivery-icon.svg\" alt=\"\" class=\"wp-image-635\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">free delivery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38\">from $50</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"32%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:32%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":652,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/chat-icon.svg\" alt=\"\" class=\"wp-image-652\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">99% customer</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38;text-transform:capitalize\">feedbacks</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"27%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:27%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"20px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":636,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/return-icon.svg\" alt=\"\" class=\"wp-image-636\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">365 days</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38\">for free return</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"20%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:20%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":637,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/payment-icon.svg\" alt=\"\" class=\"wp-image-637\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"4px\",\"left\":\"4px\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-right:4px;padding-left:4px;flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">payment</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38;text-transform:capitalize\">secure system</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Home V3','','inherit','closed','closed','','430-revision-v1','','','2024-11-01 00:53:47','2024-11-01 00:53:47','',430,'https://aggressivegraphix.com/?p=520',0,'revision','',0),(521,1,'2024-11-01 01:00:06','2024-11-01 01:00:06','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--20)\"><!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"20px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"616px\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:20px\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"1.1\",\"letterSpacing\":\"-1px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|custom-ag-red\"}}}},\"textColor\":\"custom-ag-red\"} -->\n<h1 class=\"wp-block-heading has-text-align-center has-custom-ag-red-color has-text-color has-link-color\" style=\"font-size:42px;font-style:normal;font-weight:300;letter-spacing:-1px;line-height:1.1\">Premier motorsports graphics and vehicle wraps</h1>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":911,\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-large\"><img src=\"https://transvelo.github.io/eride/assets/images/e-bikes-1.png\" alt=\"\" class=\"wp-image-911\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"26px\",\"right\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"bottom\":\"32px\",\"left\":\"40px\",\"right\":\"var:preset|spacing|30\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"custom-ag-red\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-custom-ag-red-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:var(--wp--preset--spacing--30);padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"27px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:27px;font-style:normal;font-weight:600;line-height:1.2\">Shop moto and accessories</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":912,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-large\"><img src=\"https://transvelo.github.io/eride/assets/images/e-scooters-1.png\" alt=\"\" class=\"wp-image-912\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"right\":\"26px\",\"left\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"left\":\"40px\",\"right\":\"0px\",\"bottom\":\"32px\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"custom-ag-red\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-custom-ag-red-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:0px;padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"27px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:27px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"#\">Vehicle wraps and services</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"home-v3-banner-2\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"28px\",\"margin\":{\"top\":\"25px\"},\"padding\":{\"bottom\":\"29px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:25px;padding-bottom:29px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/ride.png\",\"id\":78,\"dimRatio\":0,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-78\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/ride.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"136px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"right\":\"0\",\"left\":\"0\"}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"margin-right:0;margin-left:0;font-size:23px;font-style:normal;font-weight:600\">Bike Graphics</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--20)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"className\":\"flex-sm-wrap\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"flex-sm-wrap wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/2tonegripper.png\",\"id\":453,\"dimRatio\":0,\"customOverlayColor\":\"#db4242\",\"isUserOverlayColor\":true,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#db4242\"></span><img class=\"wp-block-cover__image-background wp-image-453\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/2tonegripper.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"left\":\"11px\",\"top\":\"19px\",\"bottom\":\"19px\",\"right\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"159px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:0;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"23px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-gray-100-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Seat covers</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"24px\"}}}} -->\n<div style=\"margin-bottom:24px;height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--10)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/kopia.png\",\"id\":77,\"dimRatio\":0,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-77\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/kopia.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Plastic kits</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:0\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/components.png\",\"id\":126,\"dimRatio\":0,\"minHeight\":295,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:295px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-126\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/components.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\",\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"className\":\"is-style-default\",\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"is-style-default wp-block-heading has-contrast-2-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Custom canopies</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|40\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--40);height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--40)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/equipment.png\",\"id\":127,\"dimRatio\":0,\"minHeight\":295,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:295px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-127\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/equipment.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\",\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"spacing\":{\"margin\":{\"bottom\":\"0px\"}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-contrast-2-color has-text-color has-link-color\" style=\"margin-bottom:0px;font-size:23px;font-style:normal;font-weight:600\">Jersey lettering</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|40\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--40);height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--40)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Home-v1-Feature\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"42px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:42px\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-right:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:columns {\"align\":\"wide\",\"className\":\"eride-scroll home-feature\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"0px\"},\"padding\":{\"right\":\"10px\",\"left\":\"10px\"}}}} -->\n<div class=\"eride-scroll home-feature wp-block-columns alignwide\" style=\"padding-right:10px;padding-left:10px\"><!-- wp:column {\"width\":\"29%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:29%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":635,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/delivery-icon.svg\" alt=\"\" class=\"wp-image-635\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">free delivery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38\">from $50</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"32%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:32%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":652,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/chat-icon.svg\" alt=\"\" class=\"wp-image-652\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">99% customer</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38;text-transform:capitalize\">feedbacks</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"27%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:27%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"20px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":636,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/return-icon.svg\" alt=\"\" class=\"wp-image-636\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">365 days</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38\">for free return</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"20%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:20%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":637,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/payment-icon.svg\" alt=\"\" class=\"wp-image-637\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"4px\",\"left\":\"4px\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-right:4px;padding-left:4px;flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">payment</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38;text-transform:capitalize\">secure system</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Home V3','','inherit','closed','closed','','430-revision-v1','','','2024-11-01 01:00:06','2024-11-01 01:00:06','',430,'https://aggressivegraphix.com/?p=521',0,'revision','',0),(523,1,'2024-11-10 23:53:31','2024-11-10 23:53:31','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"22.9%\",\"className\":\"filter-block\"} -->\n<div class=\"filter-block wp-block-column is-vertically-aligned-top\" style=\"flex-basis:22.9%\"><!-- wp:woocommerce/product-category /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"77.1%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:77.1%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\"} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":3},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:query --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Our Favorites\"},\"align\":\"full\",\"className\":\"er-slick-overflow\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"30px\",\"top\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"69px\"},\"blockGap\":\"15px\"}},\"backgroundColor\":\"base-3\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"er-slick-overflow wp-block-group alignfull has-base-3-background-color has-background\" style=\"margin-top:0px;margin-bottom:69px;padding-top:var(--wp--preset--spacing--30);padding-bottom:30px\"><!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"12px\"}},\"typography\":{\"lineHeight\":\"1\"}},\"textColor\":\"gray-100\",\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center has-gray-100-color has-text-color has-link-color has-x-large-font-size\" style=\"margin-top:12px;line-height:1\">Top Products</h2>\n<!-- /wp:heading -->\n\n<!-- wp:query {\"queryId\":3,\"query\":{\"perPage\":9,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\",\"className\":\"er-slick er-custom-price shop-favorites\"} -->\n<div class=\"er-slick er-custom-price shop-favorites wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template g-40\",\"layout\":{\"type\":\"grid\",\"columnCount\":null,\"minimumColumnWidth\":\"12rem\"},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"22px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\"} /-->\n<!-- /wp:post-template --></div>\n<!-- /wp:query --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Product Catalog','Displays your products.','inherit','closed','closed','','116-revision-v1','','','2024-11-10 23:53:31','2024-11-10 23:53:31','',116,'https://aggressivegraphix.com/?p=523',0,'revision','',0),(524,1,'2024-11-10 23:54:24','2024-11-10 23:54:24','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"77.1%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:77.1%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\"} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":3},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:query --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Our Favorites\"},\"align\":\"full\",\"className\":\"er-slick-overflow\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"30px\",\"top\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"69px\"},\"blockGap\":\"15px\"}},\"backgroundColor\":\"base-3\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"er-slick-overflow wp-block-group alignfull has-base-3-background-color has-background\" style=\"margin-top:0px;margin-bottom:69px;padding-top:var(--wp--preset--spacing--30);padding-bottom:30px\"><!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"12px\"}},\"typography\":{\"lineHeight\":\"1\"}},\"textColor\":\"gray-100\",\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center has-gray-100-color has-text-color has-link-color has-x-large-font-size\" style=\"margin-top:12px;line-height:1\">Top Products</h2>\n<!-- /wp:heading -->\n\n<!-- wp:query {\"queryId\":3,\"query\":{\"perPage\":9,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\",\"className\":\"er-slick er-custom-price shop-favorites\"} -->\n<div class=\"er-slick er-custom-price shop-favorites wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template g-40\",\"layout\":{\"type\":\"grid\",\"columnCount\":null,\"minimumColumnWidth\":\"12rem\"},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"22px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\"} /-->\n<!-- /wp:post-template --></div>\n<!-- /wp:query --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Product Catalog','Displays your products.','inherit','closed','closed','','116-revision-v1','','','2024-11-10 23:54:24','2024-11-10 23:54:24','',116,'https://aggressivegraphix.com/?p=524',0,'revision','',0),(525,1,'2024-11-10 23:57:27','2024-11-10 23:57:27','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"77.1%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:77.1%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\"} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":3},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:query --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\"}}},\"backgroundColor\":\"primary\"} -->\n<hr class=\"is-style-wide wp-block-separator has-text-color has-primary-color has-alpha-channel-opacity has-primary-background-color has-background\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20)\"/>\n<!-- /wp:separator -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Our Favorites\"},\"align\":\"full\",\"className\":\"er-slick-overflow\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"30px\",\"top\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"69px\"},\"blockGap\":\"15px\"}},\"backgroundColor\":\"base-3\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"er-slick-overflow wp-block-group alignfull has-base-3-background-color has-background\" style=\"margin-top:0px;margin-bottom:69px;padding-top:var(--wp--preset--spacing--30);padding-bottom:30px\"><!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"12px\"}},\"typography\":{\"lineHeight\":\"1\"}},\"textColor\":\"gray-100\",\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center has-gray-100-color has-text-color has-link-color has-x-large-font-size\" style=\"margin-top:12px;line-height:1\">Top Products</h2>\n<!-- /wp:heading -->\n\n<!-- wp:query {\"queryId\":3,\"query\":{\"perPage\":9,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\",\"className\":\"er-slick er-custom-price shop-favorites\"} -->\n<div class=\"er-slick er-custom-price shop-favorites wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template g-40\",\"layout\":{\"type\":\"grid\",\"columnCount\":null,\"minimumColumnWidth\":\"12rem\"},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"22px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\"} /-->\n<!-- /wp:post-template --></div>\n<!-- /wp:query --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Product Catalog','Displays your products.','inherit','closed','closed','','116-revision-v1','','','2024-11-10 23:57:27','2024-11-10 23:57:27','',116,'https://aggressivegraphix.com/?p=525',0,'revision','',0),(526,1,'2024-11-11 00:02:02','2024-11-11 00:02:02','','','','publish','closed','closed','','526','','','2024-11-11 00:17:30','2024-11-11 00:17:30','',491,'https://aggressivegraphix.com/af_pao_options/526/',0,'af_pao_options','',0),(527,1,'2024-11-11 00:02:54','2024-11-11 00:02:54','','','','publish','closed','closed','','527','','','2024-11-11 00:17:30','2024-11-11 00:17:30','',491,'https://aggressivegraphix.com/af_pao_options/527/',0,'af_pao_options','',0),(528,1,'2024-11-11 00:03:11','2024-11-11 00:03:11','','','','publish','closed','closed','','528','','','2024-11-11 00:17:30','2024-11-11 00:17:30','',491,'https://aggressivegraphix.com/af_pao_options/528/',0,'af_pao_options','',0),(529,1,'2024-11-11 00:03:21','2024-11-11 00:03:21','','','','publish','closed','closed','','529','','','2024-11-11 00:17:30','2024-11-11 00:17:30','',491,'https://aggressivegraphix.com/af_pao_options/529/',0,'af_pao_options','',0),(552,1,'2024-11-11 00:14:12','2024-11-11 00:14:12','','','','publish','closed','closed','','552','','','2024-11-11 00:17:30','2024-11-11 00:17:30','',491,'https://aggressivegraphix.com/af_pao_options/552/',0,'af_pao_options','',0),(553,1,'2024-11-11 00:14:30','2024-11-11 00:14:30','','','','publish','closed','closed','','553','','','2024-11-11 00:17:30','2024-11-11 00:17:30','',491,'https://aggressivegraphix.com/af_pao_options/553/',0,'af_pao_options','',0),(554,1,'2024-11-11 00:14:51','2024-11-11 00:14:51','','','','publish','closed','closed','','554','','','2024-11-11 00:17:29','2024-11-11 00:17:29','',491,'https://aggressivegraphix.com/af_pao_options/554/',0,'af_pao_options','',0),(555,1,'2024-11-11 00:15:19','2024-11-11 00:15:19','','','','publish','closed','closed','','555','','','2024-11-11 00:17:29','2024-11-11 00:17:29','',491,'https://aggressivegraphix.com/af_pao_options/555/',0,'af_pao_options','',0),(556,1,'2024-11-11 00:15:28','2024-11-11 00:15:28','','','','publish','closed','closed','','556','','','2024-11-11 00:17:29','2024-11-11 00:17:29','',491,'https://aggressivegraphix.com/af_pao_options/556/',0,'af_pao_options','',0),(557,1,'2024-11-11 00:15:41','2024-11-11 00:15:41','','','','publish','closed','closed','','557','','','2024-11-11 00:17:29','2024-11-11 00:17:29','',491,'https://aggressivegraphix.com/af_pao_options/557/',0,'af_pao_options','',0),(558,1,'2024-11-11 00:15:49','2024-11-11 00:15:49','','','','publish','closed','closed','','558','','','2024-11-11 00:17:29','2024-11-11 00:17:29','',491,'https://aggressivegraphix.com/af_pao_options/558/',0,'af_pao_options','',0),(559,1,'2024-11-11 00:16:06','2024-11-11 00:16:06','','','','publish','closed','closed','','559','','','2024-11-11 00:17:29','2024-11-11 00:17:29','',491,'https://aggressivegraphix.com/af_pao_options/559/',0,'af_pao_options','',0),(585,1,'2024-11-11 00:19:51','2024-11-11 00:19:51','','','','publish','closed','closed','','585','','','2024-11-11 00:35:07','2024-11-11 00:35:07','',584,'https://aggressivegraphix.com/af_pao_options/585/',0,'af_pao_options','',0),(586,1,'2024-11-11 00:20:03','2024-11-11 00:20:03','','','','publish','closed','closed','','586','','','2024-11-11 00:35:07','2024-11-11 00:35:07','',584,'https://aggressivegraphix.com/af_pao_options/586/',0,'af_pao_options','',0),(587,1,'2024-11-11 00:20:23','2024-11-11 00:20:23','','','','publish','closed','closed','','587','','','2024-11-11 00:35:07','2024-11-11 00:35:07','',584,'https://aggressivegraphix.com/af_pao_options/587/',0,'af_pao_options','',0),(630,1,'2024-11-11 00:27:21','2024-11-11 00:27:21','','','','publish','closed','closed','','630','','','2024-11-12 02:57:33','2024-11-12 02:57:33','',629,'https://aggressivegraphix.com/af_pao_options/630/',0,'af_pao_options','',0),(631,1,'2024-11-11 00:27:29','2024-11-11 00:27:29','','','','publish','closed','closed','','631','','','2024-11-12 02:57:33','2024-11-12 02:57:33','',629,'https://aggressivegraphix.com/af_pao_options/631/',0,'af_pao_options','',0),(632,1,'2024-11-11 00:27:41','2024-11-11 00:27:41','','','','publish','closed','closed','','632','','','2024-11-12 02:57:33','2024-11-12 02:57:33','',629,'https://aggressivegraphix.com/af_pao_options/632/',0,'af_pao_options','',0),(633,1,'2024-11-11 00:27:53','2024-11-11 00:27:53','','','','publish','closed','closed','','633','','','2024-11-12 02:57:33','2024-11-12 02:57:33','',629,'https://aggressivegraphix.com/af_pao_options/633/',0,'af_pao_options','',0),(634,1,'2024-11-11 00:28:03','2024-11-11 00:28:03','','','','publish','closed','closed','','634','','','2024-11-12 02:57:33','2024-11-12 02:57:33','',629,'https://aggressivegraphix.com/af_pao_options/634/',0,'af_pao_options','',0),(684,1,'2024-11-11 00:36:47','2024-11-11 00:36:47','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:columns {\"align\":\"wide\",\"className\":\"single-product-page\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"30px\"},\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"single-product-page wp-block-columns alignwide\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--50)\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:woocommerce/product-image-gallery {\"className\":\"single-product-gallery\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:post-terms {\"term\":\"product_cat\",\"className\":\"is-style-default eride-single-cat\",\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1.5\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#878787\"}}},\"color\":{\"text\":\"#878787\"}}} /-->\n\n<!-- wp:post-title {\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1.2\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"3px\"}}},\"textColor\":\"gray-100\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfSingleProductTemplate\":true} /-->\n\n<!-- wp:post-excerpt {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"22px\"}}},\"textColor\":\"gray-100\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfSingleProductTemplate\":true,\"textColor\":\"primary\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"20px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} /-->\n\n<!-- wp:woocommerce/add-to-cart-form {\"className\":\"single\"} /-->\n\n<!-- wp:columns {\"className\":\"eride-scroll feature-1\",\"style\":{\"border\":{\"radius\":\"16px\",\"width\":\"1px\"},\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"top\":\"17px\",\"bottom\":\"13px\"},\"margin\":{\"top\":\"34px\"}}},\"borderColor\":\"base-2\"} -->\n<div class=\"eride-scroll feature-1 wp-block-columns has-border-color has-base-2-border-color\" style=\"border-width:1px;border-radius:16px;margin-top:34px;padding-top:17px;padding-right:var(--wp--preset--spacing--30);padding-bottom:13px;padding-left:var(--wp--preset--spacing--30)\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"10px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"16%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:16%\"><!-- wp:image {\"id\":208,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/delivery-icon.svg\" alt=\"\" class=\"wp-image-208\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"83%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:83%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"2.1\",\"textTransform\":\"capitalize\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:14px;font-style:normal;font-weight:600;line-height:2.1;text-transform:capitalize\">next day delivery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"margin\":{\"bottom\":\"0\",\"top\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1200\"}}}},\"textColor\":\"gray-1200\"} -->\n<p class=\"has-gray-1200-color has-text-color has-link-color\" style=\"margin-top:0px;margin-bottom:0;font-size:12px;font-style:normal;font-weight:400;line-height:1\">check availability</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"159px\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:159px\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"10px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"10%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:10%\"><!-- wp:image {\"id\":209,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/marker-icon.svg\" alt=\"\" class=\"wp-image-209\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"83%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:83%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"2.1\",\"textTransform\":\"capitalize\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:14px;font-style:normal;font-weight:600;line-height:2.1;text-transform:capitalize\">pick localy</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1200\"}}}},\"textColor\":\"gray-1200\"} -->\n<p class=\"has-gray-1200-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:12px;font-style:normal;font-weight:400;line-height:1\">check availability</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"10px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"17%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:17%\"><!-- wp:image {\"id\":210,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/payment-icon.svg\" alt=\"\" class=\"wp-image-210\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"87%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:87%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"2.1\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:14px;font-style:normal;font-weight:600;line-height:2.1\">PayAfter</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1200\"}}}},\"textColor\":\"gray-1200\"} -->\n<p class=\"has-gray-1200-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:12px;font-style:normal;font-weight:400;line-height:1\">Buy now pay within 6 month</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:woocommerce/related-products {\"align\":\"wide\",\"className\":\"eride-frequent-products\"} -->\n<div class=\"eride-frequent-products wp-block-woocommerce-related-products alignwide\"><!-- wp:query {\"queryId\":0,\"query\":{\"perPage\":\"3\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"namespace\":\"woocommerce/related-products\",\"lock\":{\"remove\":true,\"move\":true},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"370px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-query\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"20px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:20px\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"10px\"}},\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-gray-100-color has-text-color has-link-color\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:10px;font-size:18px;font-style:normal;font-weight:600;line-height:1\">You may also like ...</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":3},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:group {\"className\":\"related eride-single\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"related eride-single wp-block-group\"><!-- wp:woocommerce/product-image {\"showSaleBadge\":false,\"isDescendentOfQueryLoop\":true,\"width\":\"100px\",\"height\":\"100px\"} /--></div>\n<!-- /wp:group -->\n<!-- /wp:post-template --></div>\n<!-- /wp:query --></div>\n<!-- /wp:woocommerce/related-products -->\n\n<!-- wp:woocommerce/product-meta -->\n<div class=\"wp-block-woocommerce-product-meta\"><!-- wp:group {\"className\":\"eride-meta\",\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"eride-meta wp-block-group\"><!-- wp:woocommerce/product-sku {\"isDescendentOfSingleProductTemplate\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_tag\",\"prefix\":\"Tags: \"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:woocommerce/product-meta --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:woocommerce/product-details {\"align\":\"wide\",\"className\":\"eride-product-details\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\"}}}} /-->\n\n<!-- wp:woocommerce/related-products {\"align\":\"wide\"} -->\n<div class=\"wp-block-woocommerce-related-products alignwide\"><!-- wp:query {\"queryId\":9,\"query\":{\"perPage\":5,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"namespace\":\"woocommerce/related-products\",\"lock\":{\"remove\":true,\"move\":true}} -->\n<div class=\"wp-block-query\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"20px\",\"bottom\":\"20px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:20px;margin-bottom:20px\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"10px\"}},\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-gray-100-color has-text-color has-link-color\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:10px;font-size:32px;font-style:normal;font-weight:500\">\n				Related products			</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:button {\"textColor\":\"gray-400\",\"className\":\"is-style-outline  eride-related\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"left\":\"0\",\"right\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}},\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-400\"}}}}} -->\n<div class=\"is-style-outline  eride-related wp-block-button has-custom-font-size\" style=\"font-size:14px;font-style:normal;font-weight:400;text-transform:capitalize\"><a class=\"wp-block-button__link has-gray-400-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"border-style:none;border-width:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">view all products </a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"className\":\"er-slick-overflow er-slick\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"er-slick-overflow er-slick wp-block-group\" style=\"margin-top:0px\"><!-- wp:post-template {\"align\":\"wide\",\"layout\":{\"type\":\"grid\",\"columnCount\":5},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"cropped\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"8px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"10px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"1rem\"}}}} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0px\"}}}} /-->\n<!-- /wp:post-template --></div>\n<!-- /wp:group --></div>\n<!-- /wp:query --></div>\n<!-- /wp:woocommerce/related-products --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Home-v1-signup-form\"},\"align\":\"wide\",\"className\":\"home-signup\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|50\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"580px\"}} -->\n<div class=\"home-signup wp-block-group alignwide\" style=\"margin-top:var(--wp--preset--spacing--50)\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\",\"right\":\"0px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"15px\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"555px\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#333e48\"}}},\"color\":{\"text\":\"#333e48\"},\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.3\"}}} -->\n<h2 class=\"wp-block-heading has-text-align-center has-text-color has-link-color\" style=\"color:#333e48;font-size:32px;font-style:normal;font-weight:400;line-height:1.3\">Sign up &amp; Receive a 20% Off Coupon From eRide!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.5\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"bottom\":\"var:preset|spacing|20\"}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-text-align-center has-gray-100-color has-text-color has-link-color\" style=\"margin-bottom:var(--wp--preset--spacing--20);font-size:15px;font-style:normal;font-weight:400;line-height:1.5\">Receive updates, access to exclusive deals, and more.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:wpforms/form-selector {\"clientId\":\"7e8ca518-d39a-471d-b53a-d5dd9ef7c7eb\",\"formId\":\"55\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022}\"} /-->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"12px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.5\"},\"color\":{\"text\":\"#83898e\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#83898e\"}}},\"spacing\":{\"margin\":{\"top\":\"0px\"}}}} -->\n<p class=\"has-text-align-center has-text-color has-link-color\" style=\"color:#83898e;margin-top:0px;font-size:12px;font-style:normal;font-weight:400;line-height:1.5\">$20 Coupon can only be used on whole unit products, not accessories or parts</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Single Product','Displays a single product.','inherit','closed','closed','','121-revision-v1','','','2024-11-11 00:36:47','2024-11-11 00:36:47','',121,'https://aggressivegraphix.com/?p=684',0,'revision','',0),(685,1,'2024-11-11 00:38:05','2024-11-11 00:38:05','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:columns {\"align\":\"wide\",\"className\":\"single-product-page\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"30px\"},\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"single-product-page wp-block-columns alignwide\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--50)\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:woocommerce/product-image-gallery {\"className\":\"single-product-gallery\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:post-terms {\"term\":\"product_cat\",\"className\":\"is-style-default eride-single-cat\",\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1.5\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#878787\"}}},\"color\":{\"text\":\"#878787\"}}} /-->\n\n<!-- wp:post-title {\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1.2\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"3px\"}}},\"textColor\":\"gray-100\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfSingleProductTemplate\":true} /-->\n\n<!-- wp:post-excerpt {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"22px\"}}},\"textColor\":\"gray-100\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfSingleProductTemplate\":true,\"textColor\":\"primary\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"20px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} /-->\n\n<!-- wp:woocommerce/add-to-cart-form {\"className\":\"single\"} /-->\n\n<!-- wp:columns {\"className\":\"eride-scroll feature-1\",\"style\":{\"border\":{\"radius\":\"16px\",\"width\":\"1px\"},\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"top\":\"17px\",\"bottom\":\"13px\"},\"margin\":{\"top\":\"34px\"}}},\"borderColor\":\"base-2\"} -->\n<div class=\"eride-scroll feature-1 wp-block-columns has-border-color has-base-2-border-color\" style=\"border-width:1px;border-radius:16px;margin-top:34px;padding-top:17px;padding-right:var(--wp--preset--spacing--30);padding-bottom:13px;padding-left:var(--wp--preset--spacing--30)\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"10px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"16%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:16%\"><!-- wp:image {\"id\":208,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/delivery-icon.svg\" alt=\"\" class=\"wp-image-208\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"83%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:83%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"2.1\",\"textTransform\":\"capitalize\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:14px;font-style:normal;font-weight:600;line-height:2.1;text-transform:capitalize\">next day delivery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"margin\":{\"bottom\":\"0\",\"top\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1200\"}}}},\"textColor\":\"gray-1200\"} -->\n<p class=\"has-gray-1200-color has-text-color has-link-color\" style=\"margin-top:0px;margin-bottom:0;font-size:12px;font-style:normal;font-weight:400;line-height:1\">check availability</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"159px\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:159px\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"10px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"10%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:10%\"><!-- wp:image {\"id\":209,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/marker-icon.svg\" alt=\"\" class=\"wp-image-209\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"83%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:83%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"2.1\",\"textTransform\":\"capitalize\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:14px;font-style:normal;font-weight:600;line-height:2.1;text-transform:capitalize\">pick localy</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1200\"}}}},\"textColor\":\"gray-1200\"} -->\n<p class=\"has-gray-1200-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:12px;font-style:normal;font-weight:400;line-height:1\">check availability</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"10px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"17%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:17%\"><!-- wp:image {\"id\":210,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/payment-icon.svg\" alt=\"\" class=\"wp-image-210\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"87%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:87%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"2.1\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:14px;font-style:normal;font-weight:600;line-height:2.1\">PayAfter</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1200\"}}}},\"textColor\":\"gray-1200\"} -->\n<p class=\"has-gray-1200-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:12px;font-style:normal;font-weight:400;line-height:1\">Buy now pay within 6 month</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:woocommerce/product-meta -->\n<div class=\"wp-block-woocommerce-product-meta\"><!-- wp:group {\"className\":\"eride-meta\",\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"eride-meta wp-block-group\"><!-- wp:woocommerce/product-sku {\"isDescendentOfSingleProductTemplate\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_tag\",\"prefix\":\"Tags: \"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:woocommerce/product-meta --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:woocommerce/product-details {\"align\":\"wide\",\"className\":\"eride-product-details\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\"}}}} /-->\n\n<!-- wp:woocommerce/related-products {\"align\":\"wide\"} -->\n<div class=\"wp-block-woocommerce-related-products alignwide\"><!-- wp:query {\"queryId\":9,\"query\":{\"perPage\":5,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"namespace\":\"woocommerce/related-products\",\"lock\":{\"remove\":true,\"move\":true}} -->\n<div class=\"wp-block-query\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"20px\",\"bottom\":\"20px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:20px;margin-bottom:20px\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"10px\"}},\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-gray-100-color has-text-color has-link-color\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:10px;font-size:32px;font-style:normal;font-weight:500\">\n				Related products			</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:button {\"textColor\":\"gray-400\",\"className\":\"is-style-outline  eride-related\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"left\":\"0\",\"right\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}},\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-400\"}}}}} -->\n<div class=\"is-style-outline  eride-related wp-block-button has-custom-font-size\" style=\"font-size:14px;font-style:normal;font-weight:400;text-transform:capitalize\"><a class=\"wp-block-button__link has-gray-400-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"border-style:none;border-width:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">view all products </a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"className\":\"er-slick-overflow er-slick\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"er-slick-overflow er-slick wp-block-group\" style=\"margin-top:0px\"><!-- wp:post-template {\"align\":\"wide\",\"layout\":{\"type\":\"grid\",\"columnCount\":5},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"cropped\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"8px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"10px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"1rem\"}}}} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0px\"}}}} /-->\n<!-- /wp:post-template --></div>\n<!-- /wp:group --></div>\n<!-- /wp:query --></div>\n<!-- /wp:woocommerce/related-products --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Single Product','Displays a single product.','inherit','closed','closed','','121-revision-v1','','','2024-11-11 00:38:05','2024-11-11 00:38:05','',121,'https://aggressivegraphix.com/?p=685',0,'revision','',0),(686,1,'2024-11-11 00:38:48','2024-11-11 00:38:48','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:columns {\"align\":\"wide\",\"className\":\"single-product-page\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"30px\"},\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"single-product-page wp-block-columns alignwide\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--50)\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:woocommerce/product-image-gallery {\"className\":\"single-product-gallery\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:post-terms {\"term\":\"product_cat\",\"className\":\"is-style-default eride-single-cat\",\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1.5\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#878787\"}}},\"color\":{\"text\":\"#878787\"}}} /-->\n\n<!-- wp:post-title {\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1.2\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"3px\"}}},\"textColor\":\"gray-100\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfSingleProductTemplate\":true} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfSingleProductTemplate\":true,\"textColor\":\"primary\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"20px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} /-->\n\n<!-- wp:woocommerce/add-to-cart-form {\"className\":\"single\"} /-->\n\n<!-- wp:columns {\"className\":\"eride-scroll feature-1\",\"style\":{\"border\":{\"radius\":\"16px\",\"width\":\"1px\"},\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"top\":\"17px\",\"bottom\":\"13px\"},\"margin\":{\"top\":\"34px\"}}},\"borderColor\":\"base-2\"} -->\n<div class=\"eride-scroll feature-1 wp-block-columns has-border-color has-base-2-border-color\" style=\"border-width:1px;border-radius:16px;margin-top:34px;padding-top:17px;padding-right:var(--wp--preset--spacing--30);padding-bottom:13px;padding-left:var(--wp--preset--spacing--30)\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"10px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"16%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:16%\"><!-- wp:image {\"id\":208,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/delivery-icon.svg\" alt=\"\" class=\"wp-image-208\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"83%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:83%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"2.1\",\"textTransform\":\"capitalize\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:14px;font-style:normal;font-weight:600;line-height:2.1;text-transform:capitalize\">next day delivery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"margin\":{\"bottom\":\"0\",\"top\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1200\"}}}},\"textColor\":\"gray-1200\"} -->\n<p class=\"has-gray-1200-color has-text-color has-link-color\" style=\"margin-top:0px;margin-bottom:0;font-size:12px;font-style:normal;font-weight:400;line-height:1\">check availability</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"159px\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:159px\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"10px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"10%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:10%\"><!-- wp:image {\"id\":209,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/marker-icon.svg\" alt=\"\" class=\"wp-image-209\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"83%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:83%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"2.1\",\"textTransform\":\"capitalize\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:14px;font-style:normal;font-weight:600;line-height:2.1;text-transform:capitalize\">pick localy</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1200\"}}}},\"textColor\":\"gray-1200\"} -->\n<p class=\"has-gray-1200-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:12px;font-style:normal;font-weight:400;line-height:1\">check availability</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"10px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"17%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:17%\"><!-- wp:image {\"id\":210,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/payment-icon.svg\" alt=\"\" class=\"wp-image-210\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"87%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:87%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"2.1\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:14px;font-style:normal;font-weight:600;line-height:2.1\">PayAfter</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1200\"}}}},\"textColor\":\"gray-1200\"} -->\n<p class=\"has-gray-1200-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:12px;font-style:normal;font-weight:400;line-height:1\">Buy now pay within 6 month</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:woocommerce/product-meta -->\n<div class=\"wp-block-woocommerce-product-meta\"><!-- wp:group {\"className\":\"eride-meta\",\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"eride-meta wp-block-group\"><!-- wp:woocommerce/product-sku {\"isDescendentOfSingleProductTemplate\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_tag\",\"prefix\":\"Tags: \"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:woocommerce/product-meta --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:woocommerce/product-details {\"align\":\"wide\",\"className\":\"eride-product-details\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\"}}}} /-->\n\n<!-- wp:woocommerce/related-products {\"align\":\"wide\"} -->\n<div class=\"wp-block-woocommerce-related-products alignwide\"><!-- wp:query {\"queryId\":9,\"query\":{\"perPage\":5,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"namespace\":\"woocommerce/related-products\",\"lock\":{\"remove\":true,\"move\":true}} -->\n<div class=\"wp-block-query\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"20px\",\"bottom\":\"20px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:20px;margin-bottom:20px\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"10px\"}},\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-gray-100-color has-text-color has-link-color\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:10px;font-size:32px;font-style:normal;font-weight:500\">\n				Related products			</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:button {\"textColor\":\"gray-400\",\"className\":\"is-style-outline  eride-related\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"left\":\"0\",\"right\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}},\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-400\"}}}}} -->\n<div class=\"is-style-outline  eride-related wp-block-button has-custom-font-size\" style=\"font-size:14px;font-style:normal;font-weight:400;text-transform:capitalize\"><a class=\"wp-block-button__link has-gray-400-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"border-style:none;border-width:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">view all products </a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"className\":\"er-slick-overflow er-slick\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"er-slick-overflow er-slick wp-block-group\" style=\"margin-top:0px\"><!-- wp:post-template {\"align\":\"wide\",\"layout\":{\"type\":\"grid\",\"columnCount\":5},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"cropped\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"8px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"10px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"1rem\"}}}} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0px\"}}}} /-->\n<!-- /wp:post-template --></div>\n<!-- /wp:group --></div>\n<!-- /wp:query --></div>\n<!-- /wp:woocommerce/related-products --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Single Product','Displays a single product.','inherit','closed','closed','','121-revision-v1','','','2024-11-11 00:38:48','2024-11-11 00:38:48','',121,'https://aggressivegraphix.com/?p=686',0,'revision','',0),(687,1,'2024-11-11 00:39:09','2024-11-11 00:39:09','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:columns {\"align\":\"wide\",\"className\":\"single-product-page\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"30px\"},\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"single-product-page wp-block-columns alignwide\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--50)\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:woocommerce/product-image-gallery {\"className\":\"single-product-gallery\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:post-terms {\"term\":\"product_cat\",\"className\":\"is-style-default eride-single-cat\",\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1.5\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#878787\"}}},\"color\":{\"text\":\"#878787\"}}} /-->\n\n<!-- wp:post-title {\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1.2\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"3px\"}}},\"textColor\":\"gray-100\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfSingleProductTemplate\":true} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfSingleProductTemplate\":true,\"textColor\":\"primary\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"20px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n\n<!-- wp:woocommerce/add-to-cart-form {\"className\":\"single\"} /-->\n\n<!-- wp:columns {\"className\":\"eride-scroll feature-1\",\"style\":{\"border\":{\"radius\":\"16px\",\"width\":\"1px\"},\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"top\":\"17px\",\"bottom\":\"13px\"},\"margin\":{\"top\":\"34px\"}}},\"borderColor\":\"base-2\"} -->\n<div class=\"eride-scroll feature-1 wp-block-columns has-border-color has-base-2-border-color\" style=\"border-width:1px;border-radius:16px;margin-top:34px;padding-top:17px;padding-right:var(--wp--preset--spacing--30);padding-bottom:13px;padding-left:var(--wp--preset--spacing--30)\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"10px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"16%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:16%\"><!-- wp:image {\"id\":208,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/delivery-icon.svg\" alt=\"\" class=\"wp-image-208\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"83%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:83%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"2.1\",\"textTransform\":\"capitalize\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:14px;font-style:normal;font-weight:600;line-height:2.1;text-transform:capitalize\">next day delivery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"margin\":{\"bottom\":\"0\",\"top\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1200\"}}}},\"textColor\":\"gray-1200\"} -->\n<p class=\"has-gray-1200-color has-text-color has-link-color\" style=\"margin-top:0px;margin-bottom:0;font-size:12px;font-style:normal;font-weight:400;line-height:1\">check availability</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"159px\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:159px\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"10px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"10%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:10%\"><!-- wp:image {\"id\":209,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/marker-icon.svg\" alt=\"\" class=\"wp-image-209\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"83%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:83%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"2.1\",\"textTransform\":\"capitalize\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:14px;font-style:normal;font-weight:600;line-height:2.1;text-transform:capitalize\">pick localy</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1200\"}}}},\"textColor\":\"gray-1200\"} -->\n<p class=\"has-gray-1200-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:12px;font-style:normal;font-weight:400;line-height:1\">check availability</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"10px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"17%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:17%\"><!-- wp:image {\"id\":210,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/payment-icon.svg\" alt=\"\" class=\"wp-image-210\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"87%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:87%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"2.1\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:14px;font-style:normal;font-weight:600;line-height:2.1\">PayAfter</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1200\"}}}},\"textColor\":\"gray-1200\"} -->\n<p class=\"has-gray-1200-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:12px;font-style:normal;font-weight:400;line-height:1\">Buy now pay within 6 month</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:woocommerce/product-meta -->\n<div class=\"wp-block-woocommerce-product-meta\"><!-- wp:group {\"className\":\"eride-meta\",\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"eride-meta wp-block-group\"><!-- wp:woocommerce/product-sku {\"isDescendentOfSingleProductTemplate\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_tag\",\"prefix\":\"Tags: \"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:woocommerce/product-meta --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:woocommerce/product-details {\"align\":\"wide\",\"className\":\"eride-product-details\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\"}}}} /-->\n\n<!-- wp:woocommerce/related-products {\"align\":\"wide\"} -->\n<div class=\"wp-block-woocommerce-related-products alignwide\"><!-- wp:query {\"queryId\":9,\"query\":{\"perPage\":5,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"namespace\":\"woocommerce/related-products\",\"lock\":{\"remove\":true,\"move\":true}} -->\n<div class=\"wp-block-query\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"20px\",\"bottom\":\"20px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:20px;margin-bottom:20px\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"10px\"}},\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-gray-100-color has-text-color has-link-color\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:10px;font-size:32px;font-style:normal;font-weight:500\">\n				Related products			</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:button {\"textColor\":\"gray-400\",\"className\":\"is-style-outline  eride-related\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"left\":\"0\",\"right\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}},\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-400\"}}}}} -->\n<div class=\"is-style-outline  eride-related wp-block-button has-custom-font-size\" style=\"font-size:14px;font-style:normal;font-weight:400;text-transform:capitalize\"><a class=\"wp-block-button__link has-gray-400-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"border-style:none;border-width:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">view all products </a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"className\":\"er-slick-overflow er-slick\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"er-slick-overflow er-slick wp-block-group\" style=\"margin-top:0px\"><!-- wp:post-template {\"align\":\"wide\",\"layout\":{\"type\":\"grid\",\"columnCount\":5},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"cropped\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"8px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"10px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"1rem\"}}}} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0px\"}}}} /-->\n<!-- /wp:post-template --></div>\n<!-- /wp:group --></div>\n<!-- /wp:query --></div>\n<!-- /wp:woocommerce/related-products --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Single Product','Displays a single product.','inherit','closed','closed','','121-revision-v1','','','2024-11-11 00:39:09','2024-11-11 00:39:09','',121,'https://aggressivegraphix.com/?p=687',0,'revision','',0),(688,1,'2024-11-11 00:39:28','2024-11-11 00:39:28','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:columns {\"align\":\"wide\",\"className\":\"single-product-page\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"30px\"},\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"single-product-page wp-block-columns alignwide\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--50)\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:woocommerce/product-image-gallery {\"className\":\"single-product-gallery\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:post-terms {\"term\":\"product_cat\",\"className\":\"is-style-default eride-single-cat\",\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1.5\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#878787\"}}},\"color\":{\"text\":\"#878787\"}}} /-->\n\n<!-- wp:post-title {\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1.2\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"3px\"}}},\"textColor\":\"gray-100\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfSingleProductTemplate\":true} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfSingleProductTemplate\":true,\"textColor\":\"primary\",\"fontFamily\":\"open-sans\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"20px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n\n<!-- wp:woocommerce/add-to-cart-form {\"className\":\"single\"} /-->\n\n<!-- wp:columns {\"className\":\"eride-scroll feature-1\",\"style\":{\"border\":{\"radius\":\"16px\",\"width\":\"1px\"},\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"top\":\"17px\",\"bottom\":\"13px\"},\"margin\":{\"top\":\"34px\"}}},\"borderColor\":\"base-2\"} -->\n<div class=\"eride-scroll feature-1 wp-block-columns has-border-color has-base-2-border-color\" style=\"border-width:1px;border-radius:16px;margin-top:34px;padding-top:17px;padding-right:var(--wp--preset--spacing--30);padding-bottom:13px;padding-left:var(--wp--preset--spacing--30)\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"10px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"16%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:16%\"><!-- wp:image {\"id\":208,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/delivery-icon.svg\" alt=\"\" class=\"wp-image-208\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"83%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:83%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"2.1\",\"textTransform\":\"capitalize\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:14px;font-style:normal;font-weight:600;line-height:2.1;text-transform:capitalize\">next day delivery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"margin\":{\"bottom\":\"0\",\"top\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1200\"}}}},\"textColor\":\"gray-1200\"} -->\n<p class=\"has-gray-1200-color has-text-color has-link-color\" style=\"margin-top:0px;margin-bottom:0;font-size:12px;font-style:normal;font-weight:400;line-height:1\">check availability</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"159px\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:159px\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"10px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"10%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:10%\"><!-- wp:image {\"id\":209,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/marker-icon.svg\" alt=\"\" class=\"wp-image-209\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"83%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:83%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"2.1\",\"textTransform\":\"capitalize\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:14px;font-style:normal;font-weight:600;line-height:2.1;text-transform:capitalize\">pick localy</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1200\"}}}},\"textColor\":\"gray-1200\"} -->\n<p class=\"has-gray-1200-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:12px;font-style:normal;font-weight:400;line-height:1\">check availability</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"10px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"17%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:17%\"><!-- wp:image {\"id\":210,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/payment-icon.svg\" alt=\"\" class=\"wp-image-210\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"87%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:87%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"2.1\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:14px;font-style:normal;font-weight:600;line-height:2.1\">PayAfter</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1200\"}}}},\"textColor\":\"gray-1200\"} -->\n<p class=\"has-gray-1200-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:12px;font-style:normal;font-weight:400;line-height:1\">Buy now pay within 6 month</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:woocommerce/product-meta -->\n<div class=\"wp-block-woocommerce-product-meta\"><!-- wp:group {\"className\":\"eride-meta\",\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"eride-meta wp-block-group\"><!-- wp:woocommerce/product-sku {\"isDescendentOfSingleProductTemplate\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_tag\",\"prefix\":\"Tags: \"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:woocommerce/product-meta --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:woocommerce/product-details {\"align\":\"wide\",\"className\":\"eride-product-details\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\"}}}} /-->\n\n<!-- wp:woocommerce/related-products {\"align\":\"wide\"} -->\n<div class=\"wp-block-woocommerce-related-products alignwide\"><!-- wp:query {\"queryId\":9,\"query\":{\"perPage\":5,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"namespace\":\"woocommerce/related-products\",\"lock\":{\"remove\":true,\"move\":true}} -->\n<div class=\"wp-block-query\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"20px\",\"bottom\":\"20px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:20px;margin-bottom:20px\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"10px\"}},\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-gray-100-color has-text-color has-link-color\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:10px;font-size:32px;font-style:normal;font-weight:500\">\n				Related products			</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:button {\"textColor\":\"gray-400\",\"className\":\"is-style-outline  eride-related\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"left\":\"0\",\"right\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}},\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-400\"}}}}} -->\n<div class=\"is-style-outline  eride-related wp-block-button has-custom-font-size\" style=\"font-size:14px;font-style:normal;font-weight:400;text-transform:capitalize\"><a class=\"wp-block-button__link has-gray-400-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"border-style:none;border-width:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">view all products </a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"className\":\"er-slick-overflow er-slick\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"er-slick-overflow er-slick wp-block-group\" style=\"margin-top:0px\"><!-- wp:post-template {\"align\":\"wide\",\"layout\":{\"type\":\"grid\",\"columnCount\":5},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"cropped\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"8px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"10px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"1rem\"}}}} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0px\"}}}} /-->\n<!-- /wp:post-template --></div>\n<!-- /wp:group --></div>\n<!-- /wp:query --></div>\n<!-- /wp:woocommerce/related-products --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Single Product','Displays a single product.','inherit','closed','closed','','121-revision-v1','','','2024-11-11 00:39:28','2024-11-11 00:39:28','',121,'https://aggressivegraphix.com/?p=688',0,'revision','',0),(699,1,'2024-11-11 00:45:36','2024-11-11 00:45:36','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:columns {\"align\":\"wide\",\"className\":\"single-product-page\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"30px\"},\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"single-product-page wp-block-columns alignwide\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--50)\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:woocommerce/product-image-gallery {\"className\":\"single-product-gallery\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:post-title {\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1.2\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"3px\"}}},\"textColor\":\"gray-100\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfSingleProductTemplate\":true} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfSingleProductTemplate\":true,\"textColor\":\"primary\",\"fontFamily\":\"open-sans\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"20px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n\n<!-- wp:woocommerce/add-to-cart-form {\"className\":\"single\"} /-->\n\n<!-- wp:columns {\"className\":\"eride-scroll feature-1\",\"style\":{\"border\":{\"radius\":\"16px\",\"width\":\"1px\"},\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"top\":\"17px\",\"bottom\":\"13px\"},\"margin\":{\"top\":\"34px\"}}},\"borderColor\":\"base-2\"} -->\n<div class=\"eride-scroll feature-1 wp-block-columns has-border-color has-base-2-border-color\" style=\"border-width:1px;border-radius:16px;margin-top:34px;padding-top:17px;padding-right:var(--wp--preset--spacing--30);padding-bottom:13px;padding-left:var(--wp--preset--spacing--30)\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"10px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"16%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:16%\"><!-- wp:image {\"id\":208,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/delivery-icon.svg\" alt=\"\" class=\"wp-image-208\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"83%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:83%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"2.1\",\"textTransform\":\"capitalize\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:14px;font-style:normal;font-weight:600;line-height:2.1;text-transform:capitalize\">next day delivery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"margin\":{\"bottom\":\"0\",\"top\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1200\"}}}},\"textColor\":\"gray-1200\"} -->\n<p class=\"has-gray-1200-color has-text-color has-link-color\" style=\"margin-top:0px;margin-bottom:0;font-size:12px;font-style:normal;font-weight:400;line-height:1\">check availability</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"159px\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:159px\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"10px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"10%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:10%\"><!-- wp:image {\"id\":209,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/marker-icon.svg\" alt=\"\" class=\"wp-image-209\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"83%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:83%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"2.1\",\"textTransform\":\"capitalize\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:14px;font-style:normal;font-weight:600;line-height:2.1;text-transform:capitalize\">pick localy</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1200\"}}}},\"textColor\":\"gray-1200\"} -->\n<p class=\"has-gray-1200-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:12px;font-style:normal;font-weight:400;line-height:1\">check availability</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"10px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"17%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:17%\"><!-- wp:image {\"id\":210,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/payment-icon.svg\" alt=\"\" class=\"wp-image-210\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"87%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:87%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"2.1\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:14px;font-style:normal;font-weight:600;line-height:2.1\">PayAfter</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1200\"}}}},\"textColor\":\"gray-1200\"} -->\n<p class=\"has-gray-1200-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:12px;font-style:normal;font-weight:400;line-height:1\">Buy now pay within 6 month</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:woocommerce/product-meta -->\n<div class=\"wp-block-woocommerce-product-meta\"><!-- wp:group {\"className\":\"eride-meta\",\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"eride-meta wp-block-group\"><!-- wp:woocommerce/product-sku {\"isDescendentOfSingleProductTemplate\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_tag\",\"prefix\":\"Tags: \"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:woocommerce/product-meta --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:woocommerce/product-details {\"align\":\"wide\",\"className\":\"eride-product-details\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\"}}}} /-->\n\n<!-- wp:woocommerce/related-products {\"align\":\"wide\"} -->\n<div class=\"wp-block-woocommerce-related-products alignwide\"><!-- wp:query {\"queryId\":9,\"query\":{\"perPage\":5,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"namespace\":\"woocommerce/related-products\",\"lock\":{\"remove\":true,\"move\":true}} -->\n<div class=\"wp-block-query\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"20px\",\"bottom\":\"20px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:20px;margin-bottom:20px\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"10px\"}},\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-gray-100-color has-text-color has-link-color\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:10px;font-size:32px;font-style:normal;font-weight:500\">\n				Related products			</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:button {\"textColor\":\"gray-400\",\"className\":\"is-style-outline  eride-related\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"left\":\"0\",\"right\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}},\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-400\"}}}}} -->\n<div class=\"is-style-outline  eride-related wp-block-button has-custom-font-size\" style=\"font-size:14px;font-style:normal;font-weight:400;text-transform:capitalize\"><a class=\"wp-block-button__link has-gray-400-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"border-style:none;border-width:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">view all products </a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"className\":\"er-slick-overflow er-slick\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"er-slick-overflow er-slick wp-block-group\" style=\"margin-top:0px\"><!-- wp:post-template {\"align\":\"wide\",\"layout\":{\"type\":\"grid\",\"columnCount\":5},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"cropped\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"8px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"10px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"1rem\"}}}} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0px\"}}}} /-->\n<!-- /wp:post-template --></div>\n<!-- /wp:group --></div>\n<!-- /wp:query --></div>\n<!-- /wp:woocommerce/related-products --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Single Product','Displays a single product.','inherit','closed','closed','','121-revision-v1','','','2024-11-11 00:45:36','2024-11-11 00:45:36','',121,'https://aggressivegraphix.com/?p=699',0,'revision','',0),(700,1,'2024-11-11 00:50:39','2024-11-11 00:50:39','<!-- wp:paragraph {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\"}}},\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\" style=\"padding-top:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10)\">We specialize in true custom graphics. Every order starts from blank cut lines and we tailor the kit directly to your specifications listed above. Why go and use a pre-made design that you’ll see on other bikes on your gate? Be unique, stand out with your OWN style. Like they say; “Look good, feel good, ride good”. So choose a set of custom Aggressive Graphix Custom Trim graphics and get your feel good on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\"}}},\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\" style=\"padding-top:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10)\">Our products are printed on a 6 mil, air release technology film and finished with a 15 mil thiccc laminate for the ultimate longevity and durability. Utilizing the air release with our film, it’s easy to install dry, even for the first time graphics installer. Worst case, feel free to reach out to us with questions about install and we’ll be sure to help guide you to get the most professional looking finish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Custom trim kit','<p>The design deposit of $100 is required to start your custom trim kit. This kit choice includes front and rear fenders, fork guards, shrouds, and swing arm decals.</p>','publish','open','closed','','custom-trim-kit','','','2025-10-01 20:18:48','2025-10-01 20:18:48','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=700',0,'product','',0),(708,1,'2024-11-11 00:58:53','2024-11-11 00:58:53','','','','publish','closed','closed','','708','','','2024-11-12 03:03:06','2024-11-12 03:03:06','',707,'https://aggressivegraphix.com/af_pao_options/708/',0,'af_pao_options','',0),(709,1,'2024-11-11 00:59:14','2024-11-11 00:59:14','','','','publish','closed','closed','','709','','','2024-11-12 03:03:06','2024-11-12 03:03:06','',707,'https://aggressivegraphix.com/af_pao_options/709/',0,'af_pao_options','',0),(710,1,'2024-11-11 00:59:26','2024-11-11 00:59:26','','','','publish','closed','closed','','710','','','2024-11-12 03:03:06','2024-11-12 03:03:06','',707,'https://aggressivegraphix.com/af_pao_options/710/',0,'af_pao_options','',0),(711,1,'2024-11-11 00:59:38','2024-11-11 00:59:38','','','','publish','closed','closed','','711','','','2024-11-12 03:03:06','2024-11-12 03:03:06','',707,'https://aggressivegraphix.com/af_pao_options/711/',0,'af_pao_options','',0),(713,1,'2024-11-11 01:00:10','2024-11-11 01:00:10','','','','publish','closed','closed','','713','','','2024-11-12 03:03:06','2024-11-12 03:03:06','',712,'https://aggressivegraphix.com/af_pao_options/713/',0,'af_pao_options','',0),(714,1,'2024-11-11 01:00:18','2024-11-11 01:00:18','','','','publish','closed','closed','','714','','','2024-11-12 03:03:06','2024-11-12 03:03:06','',712,'https://aggressivegraphix.com/af_pao_options/714/',0,'af_pao_options','',0),(715,1,'2024-11-11 01:00:27','2024-11-11 01:00:27','','','','publish','closed','closed','','715','','','2024-11-12 03:03:06','2024-11-12 03:03:06','',712,'https://aggressivegraphix.com/af_pao_options/715/',0,'af_pao_options','',0),(716,1,'2024-11-11 01:00:39','2024-11-11 01:00:39','','','','publish','closed','closed','','716','','','2024-11-12 03:03:06','2024-11-12 03:03:06','',712,'https://aggressivegraphix.com/af_pao_options/716/',0,'af_pao_options','',0),(718,1,'2024-11-11 01:01:28','2024-11-11 01:01:28','','','','publish','closed','closed','','718','','','2024-11-11 01:53:08','2024-11-11 01:53:08','',717,'https://aggressivegraphix.com/af_pao_options/718/',0,'af_pao_options','',0),(719,1,'2024-11-11 01:01:49','2024-11-11 01:01:49','','','','publish','closed','closed','','719','','','2024-11-11 01:53:07','2024-11-11 01:53:07','',717,'https://aggressivegraphix.com/af_pao_options/719/',0,'af_pao_options','',0),(720,1,'2024-11-11 01:02:18','2024-11-11 01:02:18','','','','publish','closed','closed','','720','','','2024-11-11 01:53:07','2024-11-11 01:53:07','',717,'https://aggressivegraphix.com/af_pao_options/720/',0,'af_pao_options','',0),(721,1,'2024-11-11 01:02:44','2024-11-11 01:02:44','','','','publish','closed','closed','','721','','','2024-11-11 01:53:06','2024-11-11 01:53:06','',717,'https://aggressivegraphix.com/af_pao_options/721/',0,'af_pao_options','',0),(722,1,'2024-11-11 01:02:59','2024-11-11 01:02:59','','','','publish','closed','closed','','722','','','2024-11-11 01:53:06','2024-11-11 01:53:06','',717,'https://aggressivegraphix.com/af_pao_options/722/',0,'af_pao_options','',0),(729,1,'2024-11-11 01:04:42','2024-11-11 01:04:42','','','','publish','closed','closed','','729','','','2024-11-11 01:53:05','2024-11-11 01:53:05','',728,'https://aggressivegraphix.com/af_pao_options/729/',0,'af_pao_options','',0),(730,1,'2024-11-11 01:05:14','2024-11-11 01:05:14','','','','publish','closed','closed','','730','','','2024-11-11 01:53:04','2024-11-11 01:53:04','',728,'https://aggressivegraphix.com/af_pao_options/730/',0,'af_pao_options','',0),(731,1,'2024-11-11 01:05:37','2024-11-11 01:05:37','','','','publish','closed','closed','','731','','','2024-11-11 01:53:04','2024-11-11 01:53:04','',728,'https://aggressivegraphix.com/af_pao_options/731/',0,'af_pao_options','',0),(750,1,'2024-11-11 01:09:18','2024-11-11 01:09:18','','customtrimkitdecals','','inherit','open','closed','','customtrimkitdecals','','','2025-09-09 15:29:14','2025-09-09 15:29:14','',700,'https://aggressivegraphix.com/wp-content/uploads/2024/11/customtrimkitdecals.jpg',0,'attachment','image/webp',0),(805,0,'2024-11-11 01:25:41','2024-11-11 01:25:41','{\"fontFamily\":\"Inter, sans-serif\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/inter/inter.svg\"}','Inter','','publish','closed','closed','','inter','','','2024-11-11 01:25:41','2024-11-11 01:25:41','',0,'https://aggressivegraphix.com/inter/',0,'wp_font_family','',0),(806,0,'2024-11-11 01:25:41','2024-11-11 01:25:41','{\"fontFamily\":\"\\\"Bodoni Moda\\\", serif\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/bodoni-moda/bodoni-moda.svg\"}','Bodoni Moda','','publish','closed','closed','','bodoni-moda','','','2024-11-11 01:25:41','2024-11-11 01:25:41','',0,'https://aggressivegraphix.com/bodoni-moda/',0,'wp_font_family','',0),(807,0,'2024-11-11 01:25:41','2024-11-11 01:25:41','{\"fontFamily\":\"Overpass, sans-serif\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/overpass/overpass.svg\"}','Overpass','','publish','closed','closed','','overpass','','','2024-11-11 01:25:41','2024-11-11 01:25:41','',0,'https://aggressivegraphix.com/overpass/',0,'wp_font_family','',0),(808,0,'2024-11-11 01:25:41','2024-11-11 01:25:41','{\"fontFamily\":\"\\\"Albert Sans\\\", sans-serif\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/albert-sans/albert-sans.svg\"}','Albert Sans','','publish','closed','closed','','albert-sans','','','2024-11-11 01:25:41','2024-11-11 01:25:41','',0,'https://aggressivegraphix.com/albert-sans/',0,'wp_font_family','',0),(809,0,'2024-11-11 01:25:41','2024-11-11 01:25:41','{\"fontFamily\":\"Lora, serif\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/lora/lora.svg\"}','Lora','','publish','closed','closed','','lora','','','2024-11-11 01:25:41','2024-11-11 01:25:41','',0,'https://aggressivegraphix.com/lora/',0,'wp_font_family','',0),(810,0,'2024-11-11 01:25:41','2024-11-11 01:25:41','{\"fontFamily\":\"Montserrat, sans-serif\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/montserrat/montserrat.svg\"}','Montserrat','','publish','closed','closed','','montserrat','','','2024-11-11 01:25:41','2024-11-11 01:25:41','',0,'https://aggressivegraphix.com/montserrat/',0,'wp_font_family','',0),(811,0,'2024-11-11 01:25:41','2024-11-11 01:25:41','{\"fontFamily\":\"Arvo, serif\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/arvo/arvo.svg\"}','Arvo','','publish','closed','closed','','arvo','','','2024-11-11 01:25:41','2024-11-11 01:25:41','',0,'https://aggressivegraphix.com/arvo/',0,'wp_font_family','',0),(812,0,'2024-11-11 01:25:41','2024-11-11 01:25:41','{\"fontFamily\":\"Rubik, sans-serif\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/rubik/rubik.svg\"}','Rubik','','publish','closed','closed','','rubik','','','2024-11-11 01:25:41','2024-11-11 01:25:41','',0,'https://aggressivegraphix.com/rubik/',0,'wp_font_family','',0),(813,0,'2024-11-11 01:25:41','2024-11-11 01:25:41','{\"fontFamily\":\"Newsreader, serif\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/newsreader/newsreader.svg\"}','Newsreader','','publish','closed','closed','','newsreader','','','2024-11-11 01:25:41','2024-11-11 01:25:41','',0,'https://aggressivegraphix.com/newsreader/',0,'wp_font_family','',0),(814,0,'2024-11-11 01:25:41','2024-11-11 01:25:41','{\"fontFamily\":\"Cormorant, serif\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/cormorant/cormorant.svg\"}','Cormorant','','publish','closed','closed','','cormorant','','','2024-11-11 01:25:41','2024-11-11 01:25:41','',0,'https://aggressivegraphix.com/cormorant/',0,'wp_font_family','',0),(815,0,'2024-11-11 01:25:41','2024-11-11 01:25:41','{\"fontFamily\":\"\\\"Work Sans\\\", sans-serif\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/work-sans/work-sans.svg\"}','Work Sans','','publish','closed','closed','','work-sans','','','2024-11-11 01:25:41','2024-11-11 01:25:41','',0,'https://aggressivegraphix.com/work-sans/',0,'wp_font_family','',0),(816,0,'2024-11-11 01:25:41','2024-11-11 01:25:41','{\"fontFamily\":\"Raleway, sans-serif\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/raleway/raleway.svg\"}','Raleway','','publish','closed','closed','','raleway','','','2024-11-11 01:25:41','2024-11-11 01:25:41','',0,'https://aggressivegraphix.com/raleway/',0,'wp_font_family','',0),(817,0,'2024-11-11 01:25:41','2024-11-11 01:25:41','{\"fontFamily\":\"Inter\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/inter/inter-400-normal.svg\"}','inter;normal;400;100%;U+0-10FFFF','','publish','closed','closed','','internormal400100u0-10ffff','','','2024-11-11 01:25:41','2024-11-11 01:25:41','',805,'https://aggressivegraphix.com/internormal400100u0-10ffff/',0,'wp_font_face','',0),(818,0,'2024-11-11 01:25:41','2024-11-11 01:25:41','{\"fontFamily\":\"Inter\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/inter/inter-500-normal.svg\"}','inter;normal;500;100%;U+0-10FFFF','','publish','closed','closed','','internormal500100u0-10ffff','','','2024-11-11 01:25:41','2024-11-11 01:25:41','',805,'https://aggressivegraphix.com/internormal500100u0-10ffff/',0,'wp_font_face','',0),(819,0,'2024-11-11 01:25:42','2024-11-11 01:25:42','{\"fontFamily\":\"Inter\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZ1rib2Bg-4.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/inter/inter-600-normal.svg\"}','inter;normal;600;100%;U+0-10FFFF','','publish','closed','closed','','internormal600100u0-10ffff','','','2024-11-11 01:25:42','2024-11-11 01:25:42','',805,'https://aggressivegraphix.com/internormal600100u0-10ffff/',0,'wp_font_face','',0),(820,0,'2024-11-11 01:25:42','2024-11-11 01:25:42','{\"fontFamily\":\"\\\"Bodoni Moda\\\"\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/fonts/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oU7awIVytVjMYwE.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/bodoni-moda/bodoni-moda-400-normal.svg\"}','bodoni moda;normal;400;100%;U+0-10FFFF','','publish','closed','closed','','bodoni-modanormal400100u0-10ffff','','','2024-11-11 01:25:42','2024-11-11 01:25:42','',806,'https://aggressivegraphix.com/bodoni-modanormal400100u0-10ffff/',0,'wp_font_face','',0),(821,0,'2024-11-11 01:25:42','2024-11-11 01:25:42','{\"fontFamily\":\"\\\"Bodoni Moda\\\"\",\"fontStyle\":\"italic\",\"fontWeight\":\"400\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/fonts/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZKMN4tHrJcwHqoQ.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/bodoni-moda/bodoni-moda-400-italic.svg\"}','bodoni moda;italic;400;100%;U+0-10FFFF','','publish','closed','closed','','bodoni-modaitalic400100u0-10ffff','','','2024-11-11 01:25:42','2024-11-11 01:25:42','',806,'https://aggressivegraphix.com/bodoni-modaitalic400100u0-10ffff/',0,'wp_font_face','',0),(822,0,'2024-11-11 01:25:42','2024-11-11 01:25:42','{\"fontFamily\":\"Overpass\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/fonts/qFda35WCmI96Ajtm83upeyoaX6QPnlo6ovPrPJCLtce-og.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/overpass/overpass-300-normal.svg\"}','overpass;normal;300;100%;U+0-10FFFF','','publish','closed','closed','','overpassnormal300100u0-10ffff','','','2024-11-11 01:25:42','2024-11-11 01:25:42','',807,'https://aggressivegraphix.com/overpassnormal300100u0-10ffff/',0,'wp_font_face','',0),(823,0,'2024-11-11 01:25:42','2024-11-11 01:25:42','{\"fontFamily\":\"Overpass\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/fonts/qFda35WCmI96Ajtm83upeyoaX6QPnlo6_PPrPJCLtce-og.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/overpass/overpass-400-normal.svg\"}','overpass;normal;400;100%;U+0-10FFFF','','publish','closed','closed','','overpassnormal400100u0-10ffff','','','2024-11-11 01:25:42','2024-11-11 01:25:42','',807,'https://aggressivegraphix.com/overpassnormal400100u0-10ffff/',0,'wp_font_face','',0),(824,0,'2024-11-11 01:25:43','2024-11-11 01:25:43','{\"fontFamily\":\"Overpass\",\"fontStyle\":\"italic\",\"fontWeight\":\"300\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/fonts/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLBdepqKl8Kuosgz.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/overpass/overpass-300-italic.svg\"}','overpass;italic;300;100%;U+0-10FFFF','','publish','closed','closed','','overpassitalic300100u0-10ffff','','','2024-11-11 01:25:43','2024-11-11 01:25:43','',807,'https://aggressivegraphix.com/overpassitalic300100u0-10ffff/',0,'wp_font_face','',0),(825,0,'2024-11-11 01:25:43','2024-11-11 01:25:43','{\"fontFamily\":\"Overpass\",\"fontStyle\":\"italic\",\"fontWeight\":\"400\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/fonts/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLADepqKl8Kuosgz.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/overpass/overpass-400-italic.svg\"}','overpass;italic;400;100%;U+0-10FFFF','','publish','closed','closed','','overpassitalic400100u0-10ffff','','','2024-11-11 01:25:43','2024-11-11 01:25:43','',807,'https://aggressivegraphix.com/overpassitalic400100u0-10ffff/',0,'wp_font_face','',0),(826,0,'2024-11-11 01:25:43','2024-11-11 01:25:43','{\"fontFamily\":\"\\\"Albert Sans\\\"\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/fonts/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHTJT_qY32TxAj1g.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/albert-sans/albert-sans-700-normal.svg\"}','albert sans;normal;700;100%;U+0-10FFFF','','publish','closed','closed','','albert-sansnormal700100u0-10ffff','','','2024-11-11 01:25:43','2024-11-11 01:25:43','',808,'https://aggressivegraphix.com/albert-sansnormal700100u0-10ffff/',0,'wp_font_face','',0),(827,0,'2024-11-11 01:25:43','2024-11-11 01:25:43','{\"fontFamily\":\"\\\"Albert Sans\\\"\",\"fontStyle\":\"italic\",\"fontWeight\":\"700\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/fonts/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9Dw6If3bRUz1r5t.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/albert-sans/albert-sans-700-italic.svg\"}','albert sans;italic;700;100%;U+0-10FFFF','','publish','closed','closed','','albert-sansitalic700100u0-10ffff','','','2024-11-11 01:25:43','2024-11-11 01:25:43','',808,'https://aggressivegraphix.com/albert-sansitalic700100u0-10ffff/',0,'wp_font_face','',0),(828,0,'2024-11-11 01:25:43','2024-11-11 01:25:43','{\"fontFamily\":\"Lora\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/fonts/0QI6MX1D_JOuGQbT0gvTJPa787weuyJDmKxemMeZ.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/lora/lora-400-normal.svg\"}','lora;normal;400;100%;U+0-10FFFF','','publish','closed','closed','','loranormal400100u0-10ffff','','','2024-11-11 01:25:43','2024-11-11 01:25:43','',809,'https://aggressivegraphix.com/loranormal400100u0-10ffff/',0,'wp_font_face','',0),(829,0,'2024-11-11 01:25:44','2024-11-11 01:25:44','{\"fontFamily\":\"Lora\",\"fontStyle\":\"italic\",\"fontWeight\":\"400\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/fonts/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-MoFkq18ndeZzZ0.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/lora/lora-400-italic.svg\"}','lora;italic;400;100%;U+0-10FFFF','','publish','closed','closed','','loraitalic400100u0-10ffff','','','2024-11-11 01:25:44','2024-11-11 01:25:44','',809,'https://aggressivegraphix.com/loraitalic400100u0-10ffff/',0,'wp_font_face','',0),(830,0,'2024-11-11 01:25:44','2024-11-11 01:25:44','{\"fontFamily\":\"Montserrat\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew7Y3tcoqK5.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/montserrat/montserrat-500-normal.svg\"}','montserrat;normal;500;100%;U+0-10FFFF','','publish','closed','closed','','montserratnormal500100u0-10ffff','','','2024-11-11 01:25:44','2024-11-11 01:25:44','',810,'https://aggressivegraphix.com/montserratnormal500100u0-10ffff/',0,'wp_font_face','',0),(831,0,'2024-11-11 01:25:44','2024-11-11 01:25:44','{\"fontFamily\":\"Montserrat\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w7Y3tcoqK5.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/montserrat/montserrat-700-normal.svg\"}','montserrat;normal;700;100%;U+0-10FFFF','','publish','closed','closed','','montserratnormal700100u0-10ffff','','','2024-11-11 01:25:44','2024-11-11 01:25:44','',810,'https://aggressivegraphix.com/montserratnormal700100u0-10ffff/',0,'wp_font_face','',0),(832,0,'2024-11-11 01:25:44','2024-11-11 01:25:44','{\"fontFamily\":\"Montserrat\",\"fontStyle\":\"italic\",\"fontWeight\":\"500\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/fonts/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq5Z9aXp-p7K5ILg.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/montserrat/montserrat-500-italic.svg\"}','montserrat;italic;500;100%;U+0-10FFFF','','publish','closed','closed','','montserratitalic500100u0-10ffff','','','2024-11-11 01:25:44','2024-11-11 01:25:44','',810,'https://aggressivegraphix.com/montserratitalic500100u0-10ffff/',0,'wp_font_face','',0),(833,0,'2024-11-11 01:25:44','2024-11-11 01:25:44','{\"fontFamily\":\"Montserrat\",\"fontStyle\":\"italic\",\"fontWeight\":\"700\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/fonts/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6aXp-p7K5ILg.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/montserrat/montserrat-700-italic.svg\"}','montserrat;italic;700;100%;U+0-10FFFF','','publish','closed','closed','','montserratitalic700100u0-10ffff','','','2024-11-11 01:25:44','2024-11-11 01:25:44','',810,'https://aggressivegraphix.com/montserratitalic700100u0-10ffff/',0,'wp_font_face','',0),(834,0,'2024-11-11 01:25:45','2024-11-11 01:25:45','{\"fontFamily\":\"Arvo\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/fonts/tDbD2oWUg0MKmSUa7Lzr7vs.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/arvo/arvo-400-normal.svg\"}','arvo;normal;400;100%;U+0-10FFFF','','publish','closed','closed','','arvonormal400100u0-10ffff','','','2024-11-11 01:25:45','2024-11-11 01:25:45','',811,'https://aggressivegraphix.com/arvonormal400100u0-10ffff/',0,'wp_font_face','',0),(835,0,'2024-11-11 01:25:45','2024-11-11 01:25:45','{\"fontFamily\":\"Arvo\",\"fontStyle\":\"italic\",\"fontWeight\":\"400\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/fonts/tDbN2oWUg0MKqSIQ7Z7u_vvijQ.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/arvo/arvo-400-italic.svg\"}','arvo;italic;400;100%;U+0-10FFFF','','publish','closed','closed','','arvoitalic400100u0-10ffff','','','2024-11-11 01:25:45','2024-11-11 01:25:45','',811,'https://aggressivegraphix.com/arvoitalic400100u0-10ffff/',0,'wp_font_face','',0),(836,0,'2024-11-11 01:25:45','2024-11-11 01:25:45','{\"fontFamily\":\"Rubik\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/fonts/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4i1VU80V4bVkA.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/rubik/rubik-400-normal.svg\"}','rubik;normal;400;100%;U+0-10FFFF','','publish','closed','closed','','rubiknormal400100u0-10ffff','','','2024-11-11 01:25:45','2024-11-11 01:25:45','',812,'https://aggressivegraphix.com/rubiknormal400100u0-10ffff/',0,'wp_font_face','',0),(837,0,'2024-11-11 01:25:45','2024-11-11 01:25:45','{\"fontFamily\":\"Rubik\",\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/fonts/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-h4-1VU80V4bVkA.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/rubik/rubik-800-normal.svg\"}','rubik;normal;800;100%;U+0-10FFFF','','publish','closed','closed','','rubiknormal800100u0-10ffff','','','2024-11-11 01:25:45','2024-11-11 01:25:45','',812,'https://aggressivegraphix.com/rubiknormal800100u0-10ffff/',0,'wp_font_face','',0),(838,0,'2024-11-11 01:25:45','2024-11-11 01:25:45','{\"fontFamily\":\"Rubik\",\"fontStyle\":\"italic\",\"fontWeight\":\"400\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/fonts/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8tdE0U1dYPFkJ1O.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/rubik/rubik-400-italic.svg\"}','rubik;italic;400;100%;U+0-10FFFF','','publish','closed','closed','','rubikitalic400100u0-10ffff','','','2024-11-11 01:25:45','2024-11-11 01:25:45','',812,'https://aggressivegraphix.com/rubikitalic400100u0-10ffff/',0,'wp_font_face','',0),(839,0,'2024-11-11 01:25:46','2024-11-11 01:25:46','{\"fontFamily\":\"Rubik\",\"fontStyle\":\"italic\",\"fontWeight\":\"800\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/fonts/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8vdFEU1dYPFkJ1O.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/rubik/rubik-800-italic.svg\"}','rubik;italic;800;100%;U+0-10FFFF','','publish','closed','closed','','rubikitalic800100u0-10ffff','','','2024-11-11 01:25:46','2024-11-11 01:25:46','',812,'https://aggressivegraphix.com/rubikitalic800100u0-10ffff/',0,'wp_font_face','',0),(840,0,'2024-11-11 01:25:46','2024-11-11 01:25:46','{\"fontFamily\":\"Newsreader\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/fonts/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438weI_ACexEPjCggA.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/newsreader/newsreader-400-normal.svg\"}','newsreader;normal;400;100%;U+0-10FFFF','','publish','closed','closed','','newsreadernormal400100u0-10ffff','','','2024-11-11 01:25:46','2024-11-11 01:25:46','',813,'https://aggressivegraphix.com/newsreadernormal400100u0-10ffff/',0,'wp_font_face','',0),(841,0,'2024-11-11 01:25:46','2024-11-11 01:25:46','{\"fontFamily\":\"Newsreader\",\"fontStyle\":\"italic\",\"fontWeight\":\"400\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/fonts/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMwoT-ZFHDWwgECi.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/newsreader/newsreader-400-italic.svg\"}','newsreader;italic;400;100%;U+0-10FFFF','','publish','closed','closed','','newsreaderitalic400100u0-10ffff','','','2024-11-11 01:25:46','2024-11-11 01:25:46','',813,'https://aggressivegraphix.com/newsreaderitalic400100u0-10ffff/',0,'wp_font_face','',0),(842,0,'2024-11-11 01:25:46','2024-11-11 01:25:46','{\"fontFamily\":\"Cormorant\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/fonts/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFhFTQ7Fg7A2uwYs.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/cormorant/cormorant-400-normal.svg\"}','cormorant;normal;400;100%;U+0-10FFFF','','publish','closed','closed','','cormorantnormal400100u0-10ffff','','','2024-11-11 01:25:46','2024-11-11 01:25:46','',814,'https://aggressivegraphix.com/cormorantnormal400100u0-10ffff/',0,'wp_font_face','',0),(843,0,'2024-11-11 01:25:46','2024-11-11 01:25:46','{\"fontFamily\":\"Cormorant\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/fonts/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFiNTQ7Fg7A2uwYs.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/cormorant/cormorant-500-normal.svg\"}','cormorant;normal;500;100%;U+0-10FFFF','','publish','closed','closed','','cormorantnormal500100u0-10ffff','','','2024-11-11 01:25:46','2024-11-11 01:25:46','',814,'https://aggressivegraphix.com/cormorantnormal500100u0-10ffff/',0,'wp_font_face','',0),(844,0,'2024-11-11 01:25:46','2024-11-11 01:25:46','{\"fontFamily\":\"Cormorant\",\"fontStyle\":\"italic\",\"fontWeight\":\"400\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/fonts/H4c0BXOCl9bbnla_nHIq6oGzilJm9otsA9kQq_dq7S-r0YvxdA.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/cormorant/cormorant-400-italic.svg\"}','cormorant;italic;400;100%;U+0-10FFFF','','publish','closed','closed','','cormorantitalic400100u0-10ffff','','','2024-11-11 01:25:46','2024-11-11 01:25:46','',814,'https://aggressivegraphix.com/cormorantitalic400100u0-10ffff/',0,'wp_font_face','',0),(845,0,'2024-11-11 01:25:47','2024-11-11 01:25:47','{\"fontFamily\":\"Cormorant\",\"fontStyle\":\"italic\",\"fontWeight\":\"500\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/fonts/H4c0BXOCl9bbnla_nHIq6oGzilJm9otsA9kQmfdq7S-r0YvxdA.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/cormorant/cormorant-500-italic.svg\"}','cormorant;italic;500;100%;U+0-10FFFF','','publish','closed','closed','','cormorantitalic500100u0-10ffff','','','2024-11-11 01:25:47','2024-11-11 01:25:47','',814,'https://aggressivegraphix.com/cormorantitalic500100u0-10ffff/',0,'wp_font_face','',0),(846,0,'2024-11-11 01:25:47','2024-11-11 01:25:47','{\"fontFamily\":\"\\\"Work Sans\\\"\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/fonts/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXNi0Dp6_cOyA.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/work-sans/work-sans-400-normal.svg\"}','work sans;normal;400;100%;U+0-10FFFF','','publish','closed','closed','','work-sansnormal400100u0-10ffff','','','2024-11-11 01:25:47','2024-11-11 01:25:47','',815,'https://aggressivegraphix.com/work-sansnormal400100u0-10ffff/',0,'wp_font_face','',0),(847,0,'2024-11-11 01:25:47','2024-11-11 01:25:47','{\"fontFamily\":\"\\\"Work Sans\\\"\",\"fontStyle\":\"italic\",\"fontWeight\":\"400\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/fonts/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGU3msJpo3ZKyDSQQ.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/work-sans/work-sans-400-italic.svg\"}','work sans;italic;400;100%;U+0-10FFFF','','publish','closed','closed','','work-sansitalic400100u0-10ffff','','','2024-11-11 01:25:47','2024-11-11 01:25:47','',815,'https://aggressivegraphix.com/work-sansitalic400100u0-10ffff/',0,'wp_font_face','',0),(848,0,'2024-11-11 01:25:47','2024-11-11 01:25:47','{\"fontFamily\":\"Raleway\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCKNLA3JC9c.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/raleway/raleway-700-normal.svg\"}','raleway;normal;700;100%;U+0-10FFFF','','publish','closed','closed','','ralewaynormal700100u0-10ffff','','','2024-11-11 01:25:47','2024-11-11 01:25:47','',816,'https://aggressivegraphix.com/ralewaynormal700100u0-10ffff/',0,'wp_font_face','',0),(849,0,'2024-11-11 01:25:47','2024-11-11 01:25:47','{\"fontFamily\":\"Raleway\",\"fontStyle\":\"italic\",\"fontWeight\":\"700\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/fonts/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4Y_LPrEVIT9c2c8.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/raleway/raleway-700-italic.svg\"}','raleway;italic;700;100%;U+0-10FFFF','','publish','closed','closed','','ralewayitalic700100u0-10ffff','','','2024-11-11 01:25:47','2024-11-11 01:25:47','',816,'https://aggressivegraphix.com/ralewayitalic700100u0-10ffff/',0,'wp_font_face','',0),(858,1,'2024-11-11 01:38:00','2024-11-11 01:38:00','<!-- wp:paragraph {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\"}}},\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\" style=\"padding-top:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10)\">We specialize in true custom graphics. Every order starts from blank cut lines and we tailor the kit directly to your specifications listed above. Why go and use a pre-made design that you’ll see on other bikes on your gate? Be unique, stand out with your OWN style. Like they say; “Look good, feel good, ride good”. So choose a set of custom Aggressive Graphix Custom Number Plate graphics and get your feel good on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\"}}},\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\" style=\"padding-top:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10)\">Our products are printed on a 6 mil, air release technology film and finished with a 15 mil thiccc laminate for the ultimate longevity and durability. Utilizing the air release with our film, it’s easy to install dry, even for the first time graphics installer. Worst case, feel free to reach out to us with questions about install and we’ll be sure to help guide you to get the most professional looking finish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Airbox decals are included in a custom number plate kit on applicable bikes.</p>\n<!-- /wp:paragraph -->','Custom number plate kit','<p>The design deposit of $50 is required to start your custom number plate kit. This kit choice includes front and rear number plates.</p>','publish','open','closed','','custom-number-plate-kit','','','2025-09-09 19:01:39','2025-09-09 19:01:39','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=858',0,'product','',0),(859,1,'2024-11-11 01:39:07','2024-11-11 01:39:07','','customnumberplatekit','','inherit','open','closed','','customnumberplatekit','','','2025-09-09 15:29:10','2025-09-09 15:29:10','',858,'https://aggressivegraphix.com/wp-content/uploads/2024/11/customnumberplatekit.jpg',0,'attachment','image/webp',0),(864,1,'2024-11-11 01:42:12','2024-11-11 01:42:12','','','','publish','closed','closed','','864','','','2024-11-12 03:00:24','2024-11-12 03:00:24','',863,'https://aggressivegraphix.com/af_pao_options/864/',0,'af_pao_options','',0),(865,1,'2024-11-11 01:42:23','2024-11-11 01:42:23','','','','publish','closed','closed','','865','','','2024-11-12 03:00:24','2024-11-12 03:00:24','',863,'https://aggressivegraphix.com/af_pao_options/865/',0,'af_pao_options','',0),(866,1,'2024-11-11 01:42:34','2024-11-11 01:42:34','','','','publish','closed','closed','','866','','','2024-11-12 03:00:24','2024-11-12 03:00:24','',863,'https://aggressivegraphix.com/af_pao_options/866/',0,'af_pao_options','',0),(867,1,'2024-11-11 01:42:46','2024-11-11 01:42:46','','','','publish','closed','closed','','867','','','2024-11-12 03:00:24','2024-11-12 03:00:24','',863,'https://aggressivegraphix.com/af_pao_options/867/',0,'af_pao_options','',0),(869,1,'2024-11-11 01:43:27','2024-11-11 01:43:27','','','','publish','closed','closed','','869','','','2024-11-12 00:23:32','2024-11-12 00:23:32','',868,'https://aggressivegraphix.com/af_pao_options/869/',0,'af_pao_options','',0),(870,1,'2024-11-11 01:43:33','2024-11-11 01:43:33','','','','publish','closed','closed','','870','','','2024-11-12 00:23:32','2024-11-12 00:23:32','',868,'https://aggressivegraphix.com/af_pao_options/870/',0,'af_pao_options','',0),(871,1,'2024-11-11 01:43:46','2024-11-11 01:43:46','','','','publish','closed','closed','','871','','','2024-11-12 00:23:32','2024-11-12 00:23:32','',868,'https://aggressivegraphix.com/af_pao_options/871/',0,'af_pao_options','',0),(873,1,'2024-11-11 01:45:13','2024-11-11 01:45:13','','','','publish','closed','closed','','873','','','2024-11-12 00:23:31','2024-11-12 00:23:31','',872,'https://aggressivegraphix.com/af_pao_options/873/',0,'af_pao_options','',0),(874,1,'2024-11-11 01:45:18','2024-11-11 01:45:18','','','','publish','closed','closed','','874','','','2024-11-12 00:23:31','2024-11-12 00:23:31','',872,'https://aggressivegraphix.com/af_pao_options/874/',0,'af_pao_options','',0),(875,1,'2024-11-11 01:45:23','2024-11-11 01:45:23','','','','publish','closed','closed','','875','','','2024-11-12 00:23:30','2024-11-12 00:23:30','',872,'https://aggressivegraphix.com/af_pao_options/875/',0,'af_pao_options','',0),(876,1,'2024-11-11 01:45:32','2024-11-11 01:45:32','','','','publish','closed','closed','','876','','','2024-11-12 00:23:30','2024-11-12 00:23:30','',872,'https://aggressivegraphix.com/af_pao_options/876/',0,'af_pao_options','',0),(877,1,'2024-11-11 01:45:48','2024-11-11 01:45:48','','','','publish','closed','closed','','877','','','2024-11-12 00:23:29','2024-11-12 00:23:29','',872,'https://aggressivegraphix.com/af_pao_options/877/',0,'af_pao_options','',0),(899,1,'2024-11-11 02:07:13','2024-11-11 02:07:13','<!-- wp:group {\"metadata\":{\"name\":\"Header\"},\"align\":\"full\",\"className\":\"nfd-container  nfd-wb-header__header-2 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container  nfd-wb-header__header-2 is-style-nfd-theme-white wp-block-group alignfull\"><!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"area\":\"header\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Heading\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-primary nfd-bg-surface nfd-wb-headings__heading-6 is-style-nfd-theme-dark\",\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-primary nfd-bg-surface nfd-wb-headings__heading-6 is-style-nfd-theme-dark wp-block-group has-primary-background-color has-background\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\",\"justifyContent\":\"left\"}} -->\n<div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"className\":\"wp-block-heading nfd-text-huge nfd-text-primary nfd-text-balance\"} -->\n<h2 class=\"wp-block-heading nfd-text-huge nfd-text-primary nfd-text-balance has-text-align-left\">Page build loading!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We\'re in the process of building out our new look and feel for our full website. Please be patient and check in periodically for additional sections being built.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\"} -->\n<p class=\"has-text-align-right\">Thanks!! - Team AG</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"area\":\"footer\"} /-->','Page being built','','publish','closed','closed','','wp-custom-template-page-being-built','','','2024-11-11 02:14:38','2024-11-11 02:14:38','',0,'https://aggressivegraphix.com/wp-custom-template-page-being-built/',0,'wp_template','',0),(900,1,'2024-11-11 02:14:38','2024-11-11 02:14:38','<!-- wp:group {\"metadata\":{\"name\":\"Header\"},\"align\":\"full\",\"className\":\"nfd-container  nfd-wb-header__header-2 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container  nfd-wb-header__header-2 is-style-nfd-theme-white wp-block-group alignfull\"><!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"area\":\"header\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Heading\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-primary nfd-bg-surface nfd-wb-headings__heading-6 is-style-nfd-theme-dark\",\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-primary nfd-bg-surface nfd-wb-headings__heading-6 is-style-nfd-theme-dark wp-block-group has-primary-background-color has-background\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\",\"justifyContent\":\"left\"}} -->\n<div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"className\":\"wp-block-heading nfd-text-huge nfd-text-primary nfd-text-balance\"} -->\n<h2 class=\"wp-block-heading nfd-text-huge nfd-text-primary nfd-text-balance has-text-align-left\">Page build loading!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We\'re in the process of building out our new look and feel for our full website. Please be patient and check in periodically for additional sections being built.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\"} -->\n<p class=\"has-text-align-right\">Thanks!! - Team AG</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"area\":\"footer\"} /-->','Page being built','','inherit','closed','closed','','899-revision-v1','','','2024-11-11 02:14:38','2024-11-11 02:14:38','',899,'https://aggressivegraphix.com/?p=900',0,'revision','',0),(904,1,'2024-11-11 02:24:01','2024-11-11 02:24:01','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"area\":\"header\"} /-->\n\n<!-- wp:post-content /-->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"area\":\"footer\"} /-->','Our work portfolio','','publish','closed','closed','','wp-custom-template-our-work-portfolio','','','2024-11-11 02:35:13','2024-11-11 02:35:13','',0,'https://aggressivegraphix.com/wp-custom-template-our-work-portfolio/',0,'wp_template','',0),(905,1,'2024-11-11 02:27:32','2024-11-11 02:27:32','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"area\":\"header\"} /-->\n\n<!-- wp:post-content /-->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":1} -->\n<h1 class=\"wp-block-heading has-text-align-center\"></h1>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Gallery\",\"categories\":[\"wonder-blocks-gallery\"],\"patternName\":\"wonder-blocks/gallery-4\"},\"align\":\"full\",\"className\":\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-nfd-theme-light\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"8px\",\"right\":\"8px\",\"bottom\":\"8px\",\"left\":\"8px\"}},\"border\":{\"radius\":\"0px\"}},\"layout\":{\"type\":\"constrained\"},\"nfdGroupDivider\":\"nfd-divider-rounded\",\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"\"} -->\n<div class=\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-nfd-theme-light wp-block-group alignfull nfd-divider-rounded\" style=\"border-radius:0px;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"radius\":\"0px\"}}} -->\n<figure class=\"wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1506748686214-e9df14d4d9d0?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\" style=\"border-radius:0px;aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1470337458703-46ad1756a187?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1436018626274-89acd1d6ec9d?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1543872084-c7bd3822856f?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1495954380655-01609180eda3?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1527622444-3832940998a7?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Nzh8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1535478372499-9d1e5130bd92?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mjd8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1514924013411-cbf25faa35bb?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->','Our work portfolio','','inherit','closed','closed','','904-revision-v1','','','2024-11-11 02:27:32','2024-11-11 02:27:32','',904,'https://aggressivegraphix.com/?p=905',0,'revision','',0),(906,1,'2024-11-11 02:32:25','2024-11-11 02:32:25','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary\"}}}},\"textColor\":\"primary\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-primary-color has-text-color has-link-color\">Our Work</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph -->\n<p class=\"\">Here is a showcase of our highlighted work.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\"}}},\"backgroundColor\":\"primary\"} -->\n<hr class=\"is-style-wide wp-block-separator has-text-color has-primary-color has-alpha-channel-opacity has-primary-background-color has-background\" style=\"margin-top:var(--wp--preset--spacing--10);margin-bottom:var(--wp--preset--spacing--10)\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":1} -->\n<h1 class=\"wp-block-heading has-text-align-center\">Bike graphics</h1>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Gallery\",\"categories\":[\"wonder-blocks-gallery\"],\"patternName\":\"wonder-blocks/gallery-4\"},\"align\":\"full\",\"className\":\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-nfd-theme-white\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"8px\",\"right\":\"8px\",\"bottom\":\"8px\",\"left\":\"8px\"}}},\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-nfd-theme-white wp-block-group alignfull\" style=\"padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"radius\":\"0px\"}}} -->\n<figure class=\"wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1506748686214-e9df14d4d9d0?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\" style=\"border-radius:0px;aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1470337458703-46ad1756a187?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1436018626274-89acd1d6ec9d?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1543872084-c7bd3822856f?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1495954380655-01609180eda3?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1527622444-3832940998a7?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Nzh8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1535478372499-9d1e5130bd92?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mjd8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1514924013411-cbf25faa35bb?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->','Our Work','','inherit','closed','closed','','82-revision-v1','','','2024-11-11 02:32:25','2024-11-11 02:32:25','',82,'https://aggressivegraphix.com/?p=906',0,'revision','',0),(907,1,'2024-11-11 02:32:59','2024-11-11 02:32:59','<!-- wp:heading {\"textAlign\":\"center\",\"level\":1} -->\n<h1 class=\"wp-block-heading has-text-align-center\">Bike graphics</h1>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Gallery\",\"categories\":[\"wonder-blocks-gallery\"],\"patternName\":\"wonder-blocks/gallery-4\"},\"align\":\"full\",\"className\":\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-nfd-theme-white\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"8px\",\"right\":\"8px\",\"bottom\":\"8px\",\"left\":\"8px\"}}},\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-nfd-theme-white wp-block-group alignfull\" style=\"padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"radius\":\"0px\"}}} -->\n<figure class=\"wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1506748686214-e9df14d4d9d0?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\" style=\"border-radius:0px;aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1470337458703-46ad1756a187?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1436018626274-89acd1d6ec9d?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1543872084-c7bd3822856f?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1495954380655-01609180eda3?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1527622444-3832940998a7?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Nzh8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1535478372499-9d1e5130bd92?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mjd8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1514924013411-cbf25faa35bb?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->','Our Work','','inherit','closed','closed','','82-revision-v1','','','2024-11-11 02:32:59','2024-11-11 02:32:59','',82,'https://aggressivegraphix.com/?p=907',0,'revision','',0),(908,1,'2024-11-11 02:34:43','2024-11-11 02:34:43','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"area\":\"header\"} /-->\n\n<!-- wp:post-content /-->','Our work portfolio','','inherit','closed','closed','','904-revision-v1','','','2024-11-11 02:34:43','2024-11-11 02:34:43','',904,'https://aggressivegraphix.com/?p=908',0,'revision','',0),(909,1,'2024-11-11 02:35:13','2024-11-11 02:35:13','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"area\":\"header\"} /-->\n\n<!-- wp:post-content /-->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"area\":\"footer\"} /-->','Our work portfolio','','inherit','closed','closed','','904-revision-v1','','','2024-11-11 02:35:13','2024-11-11 02:35:13','',904,'https://aggressivegraphix.com/?p=909',0,'revision','',0),(910,1,'2024-11-11 23:49:11','2024-11-11 23:49:11','<!-- wp:paragraph {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\"}}},\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\" style=\"padding-top:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10)\">We specialize in true custom graphics. Every order starts from blank cut lines and we tailor the kit directly to your specifications listed above. Why go and use a pre-made design that you’ll see on other bikes on your gate? Be unique, stand out with your OWN style. Like they say; “Look good, feel good, ride good”. So choose a set of custom Aggressive Graphix Custom Shroud graphics and get your feel good on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Our products are printed on a 6 mil, air release technology film and finished with a 15 mil thiccc laminate for the ultimate longevity and durability. Utilizing the air release with our film, it’s easy to install dry, even for the first time graphics installer. Worst case, feel free to reach out to us with questions about install and we’ll be sure to help guide you to get the most professional looking finish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\"}}},\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\" style=\"padding-top:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10)\">Airbox decals are included in a custom shroud kit on applicable bikes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Custom shroud kit','<p>The design deposit of $50 is required to start your custom shroud kit. This kit choice includes left and right shroud decals.</p>','publish','open','closed','','custom-shroud-kit','','','2025-09-09 19:04:47','2025-09-09 19:04:47','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=910',0,'product','',0),(914,1,'2024-11-11 23:56:30','2024-11-11 23:56:30','','','','publish','closed','closed','','914','','','2024-11-12 03:02:05','2024-11-12 03:02:05','',913,'https://aggressivegraphix.com/af_pao_options/914/',0,'af_pao_options','',0),(915,1,'2024-11-11 23:56:43','2024-11-11 23:56:43','','','','publish','closed','closed','','915','','','2024-11-12 03:02:05','2024-11-12 03:02:05','',913,'https://aggressivegraphix.com/af_pao_options/915/',0,'af_pao_options','',0),(916,1,'2024-11-11 23:56:54','2024-11-11 23:56:54','','','','publish','closed','closed','','916','','','2024-11-12 03:02:05','2024-11-12 03:02:05','',913,'https://aggressivegraphix.com/af_pao_options/916/',0,'af_pao_options','',0),(917,1,'2024-11-11 23:57:20','2024-11-11 23:57:20','','','','publish','closed','closed','','917','','','2024-11-12 03:02:05','2024-11-12 03:02:05','',913,'https://aggressivegraphix.com/af_pao_options/917/',0,'af_pao_options','',0),(919,1,'2024-11-11 23:58:52','2024-11-11 23:58:52','','','','publish','closed','closed','','919','','','2024-11-12 00:22:19','2024-11-12 00:22:19','',918,'https://aggressivegraphix.com/af_pao_options/919/',0,'af_pao_options','',0),(920,1,'2024-11-11 23:59:00','2024-11-11 23:59:00','','','','publish','closed','closed','','920','','','2024-11-12 00:22:18','2024-11-12 00:22:18','',918,'https://aggressivegraphix.com/af_pao_options/920/',0,'af_pao_options','',0),(921,1,'2024-11-11 23:59:26','2024-11-11 23:59:26','','','','publish','closed','closed','','921','','','2024-11-12 00:22:18','2024-11-12 00:22:18','',918,'https://aggressivegraphix.com/af_pao_options/921/',0,'af_pao_options','',0),(923,1,'2024-11-12 00:00:52','2024-11-12 00:00:52','','','','publish','closed','closed','','923','','','2024-11-12 00:22:17','2024-11-12 00:22:17','',922,'https://aggressivegraphix.com/af_pao_options/923/',0,'af_pao_options','',0),(924,1,'2024-11-12 00:00:59','2024-11-12 00:00:59','','','','publish','closed','closed','','924','','','2024-11-12 00:22:17','2024-11-12 00:22:17','',922,'https://aggressivegraphix.com/af_pao_options/924/',0,'af_pao_options','',0),(925,1,'2024-11-12 00:01:07','2024-11-12 00:01:07','','','','publish','closed','closed','','925','','','2024-11-12 00:22:16','2024-11-12 00:22:16','',922,'https://aggressivegraphix.com/af_pao_options/925/',0,'af_pao_options','',0),(926,1,'2024-11-12 00:01:14','2024-11-12 00:01:14','','','','publish','closed','closed','','926','','','2024-11-12 00:22:16','2024-11-12 00:22:16','',922,'https://aggressivegraphix.com/af_pao_options/926/',0,'af_pao_options','',0),(927,1,'2024-11-12 00:01:23','2024-11-12 00:01:23','','','','publish','closed','closed','','927','','','2024-11-12 00:22:16','2024-11-12 00:22:16','',922,'https://aggressivegraphix.com/af_pao_options/927/',0,'af_pao_options','',0),(939,1,'2024-11-12 00:08:42','2024-11-12 00:08:42','','customshrouddecals','','inherit','open','closed','','customshrouddecals','','','2025-09-09 15:29:06','2025-09-09 15:29:06','',910,'https://aggressivegraphix.com/wp-content/uploads/2024/11/customshrouddecals.jpg',0,'attachment','image/webp',0),(965,1,'2024-11-12 00:16:49','2024-11-12 00:16:49','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:columns {\"align\":\"wide\",\"className\":\"single-product-page\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"30px\"},\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"single-product-page wp-block-columns alignwide\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--50)\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:woocommerce/product-image-gallery {\"className\":\"single-product-gallery\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:post-title {\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1.2\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"3px\"}}},\"textColor\":\"gray-100\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfSingleProductTemplate\":true} /-->\n\n<!-- wp:post-excerpt {\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfSingleProductTemplate\":true,\"textColor\":\"primary\",\"fontFamily\":\"open-sans\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"20px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n\n<!-- wp:woocommerce/add-to-cart-form {\"className\":\"single\"} /-->\n\n<!-- wp:columns {\"className\":\"eride-scroll feature-1\",\"style\":{\"border\":{\"radius\":\"16px\",\"width\":\"1px\"},\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"top\":\"17px\",\"bottom\":\"13px\"},\"margin\":{\"top\":\"34px\"}}},\"borderColor\":\"base-2\"} -->\n<div class=\"eride-scroll feature-1 wp-block-columns has-border-color has-base-2-border-color\" style=\"border-width:1px;border-radius:16px;margin-top:34px;padding-top:17px;padding-right:var(--wp--preset--spacing--30);padding-bottom:13px;padding-left:var(--wp--preset--spacing--30)\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"10px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"16%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:16%\"><!-- wp:image {\"id\":208,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/delivery-icon.svg\" alt=\"\" class=\"wp-image-208\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"83%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:83%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"2.1\",\"textTransform\":\"capitalize\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:14px;font-style:normal;font-weight:600;line-height:2.1;text-transform:capitalize\">next day delivery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"margin\":{\"bottom\":\"0\",\"top\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1200\"}}}},\"textColor\":\"gray-1200\"} -->\n<p class=\"has-gray-1200-color has-text-color has-link-color\" style=\"margin-top:0px;margin-bottom:0;font-size:12px;font-style:normal;font-weight:400;line-height:1\">check availability</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"159px\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:159px\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"10px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"10%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:10%\"><!-- wp:image {\"id\":209,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/marker-icon.svg\" alt=\"\" class=\"wp-image-209\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"83%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:83%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"2.1\",\"textTransform\":\"capitalize\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:14px;font-style:normal;font-weight:600;line-height:2.1;text-transform:capitalize\">pick localy</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1200\"}}}},\"textColor\":\"gray-1200\"} -->\n<p class=\"has-gray-1200-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:12px;font-style:normal;font-weight:400;line-height:1\">check availability</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"10px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"17%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:17%\"><!-- wp:image {\"id\":210,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/payment-icon.svg\" alt=\"\" class=\"wp-image-210\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"87%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:87%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"2.1\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:14px;font-style:normal;font-weight:600;line-height:2.1\">PayAfter</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1200\"}}}},\"textColor\":\"gray-1200\"} -->\n<p class=\"has-gray-1200-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:12px;font-style:normal;font-weight:400;line-height:1\">Buy now pay within 6 month</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:woocommerce/product-meta -->\n<div class=\"wp-block-woocommerce-product-meta\"><!-- wp:group {\"className\":\"eride-meta\",\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"eride-meta wp-block-group\"><!-- wp:woocommerce/product-sku {\"isDescendentOfSingleProductTemplate\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_tag\",\"prefix\":\"Tags: \"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:woocommerce/product-meta --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:woocommerce/product-details {\"align\":\"wide\",\"className\":\"eride-product-details\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\"}}}} /-->\n\n<!-- wp:woocommerce/related-products {\"align\":\"wide\"} -->\n<div class=\"wp-block-woocommerce-related-products alignwide\"><!-- wp:query {\"queryId\":9,\"query\":{\"perPage\":5,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"namespace\":\"woocommerce/related-products\",\"lock\":{\"remove\":true,\"move\":true}} -->\n<div class=\"wp-block-query\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"20px\",\"bottom\":\"20px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:20px;margin-bottom:20px\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"10px\"}},\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-gray-100-color has-text-color has-link-color\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:10px;font-size:32px;font-style:normal;font-weight:500\">\n				Related products			</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:button {\"textColor\":\"gray-400\",\"className\":\"is-style-outline  eride-related\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"left\":\"0\",\"right\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}},\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-400\"}}}}} -->\n<div class=\"is-style-outline  eride-related wp-block-button has-custom-font-size\" style=\"font-size:14px;font-style:normal;font-weight:400;text-transform:capitalize\"><a class=\"wp-block-button__link has-gray-400-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"border-style:none;border-width:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">view all products </a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"className\":\"er-slick-overflow er-slick\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"er-slick-overflow er-slick wp-block-group\" style=\"margin-top:0px\"><!-- wp:post-template {\"align\":\"wide\",\"layout\":{\"type\":\"grid\",\"columnCount\":5},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"cropped\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"8px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"10px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"1rem\"}}}} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0px\"}}}} /-->\n<!-- /wp:post-template --></div>\n<!-- /wp:group --></div>\n<!-- /wp:query --></div>\n<!-- /wp:woocommerce/related-products --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Single Product','Displays a single product.','inherit','closed','closed','','121-revision-v1','','','2024-11-12 00:16:49','2024-11-12 00:16:49','',121,'https://aggressivegraphix.com/?p=965',0,'revision','',0),(966,1,'2024-11-12 00:17:05','2024-11-12 00:17:05','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:columns {\"align\":\"wide\",\"className\":\"single-product-page\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"30px\"},\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"single-product-page wp-block-columns alignwide\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--50)\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:woocommerce/product-image-gallery {\"className\":\"single-product-gallery\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:post-title {\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1.2\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"3px\"}}},\"textColor\":\"gray-100\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfSingleProductTemplate\":true,\"textColor\":\"primary\",\"fontFamily\":\"open-sans\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"20px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n\n<!-- wp:woocommerce/add-to-cart-form {\"className\":\"single\"} /-->\n\n<!-- wp:columns {\"className\":\"eride-scroll feature-1\",\"style\":{\"border\":{\"radius\":\"16px\",\"width\":\"1px\"},\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"top\":\"17px\",\"bottom\":\"13px\"},\"margin\":{\"top\":\"34px\"}}},\"borderColor\":\"base-2\"} -->\n<div class=\"eride-scroll feature-1 wp-block-columns has-border-color has-base-2-border-color\" style=\"border-width:1px;border-radius:16px;margin-top:34px;padding-top:17px;padding-right:var(--wp--preset--spacing--30);padding-bottom:13px;padding-left:var(--wp--preset--spacing--30)\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"10px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"16%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:16%\"><!-- wp:image {\"id\":208,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/delivery-icon.svg\" alt=\"\" class=\"wp-image-208\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"83%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:83%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"2.1\",\"textTransform\":\"capitalize\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:14px;font-style:normal;font-weight:600;line-height:2.1;text-transform:capitalize\">next day delivery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"margin\":{\"bottom\":\"0\",\"top\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1200\"}}}},\"textColor\":\"gray-1200\"} -->\n<p class=\"has-gray-1200-color has-text-color has-link-color\" style=\"margin-top:0px;margin-bottom:0;font-size:12px;font-style:normal;font-weight:400;line-height:1\">check availability</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"159px\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:159px\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"10px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"10%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:10%\"><!-- wp:image {\"id\":209,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/marker-icon.svg\" alt=\"\" class=\"wp-image-209\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"83%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:83%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"2.1\",\"textTransform\":\"capitalize\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:14px;font-style:normal;font-weight:600;line-height:2.1;text-transform:capitalize\">pick localy</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1200\"}}}},\"textColor\":\"gray-1200\"} -->\n<p class=\"has-gray-1200-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:12px;font-style:normal;font-weight:400;line-height:1\">check availability</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"10px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"17%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:17%\"><!-- wp:image {\"id\":210,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/payment-icon.svg\" alt=\"\" class=\"wp-image-210\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"87%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:87%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"2.1\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:14px;font-style:normal;font-weight:600;line-height:2.1\">PayAfter</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1200\"}}}},\"textColor\":\"gray-1200\"} -->\n<p class=\"has-gray-1200-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:12px;font-style:normal;font-weight:400;line-height:1\">Buy now pay within 6 month</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:woocommerce/product-meta -->\n<div class=\"wp-block-woocommerce-product-meta\"><!-- wp:group {\"className\":\"eride-meta\",\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"eride-meta wp-block-group\"><!-- wp:woocommerce/product-sku {\"isDescendentOfSingleProductTemplate\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_tag\",\"prefix\":\"Tags: \"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:woocommerce/product-meta -->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfSingleProductTemplate\":true} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:woocommerce/product-details {\"align\":\"wide\",\"className\":\"eride-product-details\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\"}}}} /-->\n\n<!-- wp:woocommerce/related-products {\"align\":\"wide\"} -->\n<div class=\"wp-block-woocommerce-related-products alignwide\"><!-- wp:query {\"queryId\":9,\"query\":{\"perPage\":5,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"namespace\":\"woocommerce/related-products\",\"lock\":{\"remove\":true,\"move\":true}} -->\n<div class=\"wp-block-query\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"20px\",\"bottom\":\"20px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:20px;margin-bottom:20px\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"10px\"}},\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-gray-100-color has-text-color has-link-color\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:10px;font-size:32px;font-style:normal;font-weight:500\">\n				Related products			</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:button {\"textColor\":\"gray-400\",\"className\":\"is-style-outline  eride-related\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"left\":\"0\",\"right\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}},\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-400\"}}}}} -->\n<div class=\"is-style-outline  eride-related wp-block-button has-custom-font-size\" style=\"font-size:14px;font-style:normal;font-weight:400;text-transform:capitalize\"><a class=\"wp-block-button__link has-gray-400-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"border-style:none;border-width:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">view all products </a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"className\":\"er-slick-overflow er-slick\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"er-slick-overflow er-slick wp-block-group\" style=\"margin-top:0px\"><!-- wp:post-template {\"align\":\"wide\",\"layout\":{\"type\":\"grid\",\"columnCount\":5},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"cropped\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"8px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"10px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"1rem\"}}}} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0px\"}}}} /-->\n<!-- /wp:post-template --></div>\n<!-- /wp:group --></div>\n<!-- /wp:query --></div>\n<!-- /wp:woocommerce/related-products --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Single Product','Displays a single product.','inherit','closed','closed','','121-revision-v1','','','2024-11-12 00:17:05','2024-11-12 00:17:05','',121,'https://aggressivegraphix.com/?p=966',0,'revision','',0),(983,1,'2024-11-12 00:26:05','2024-11-12 00:26:05','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide is-not-stacked-on-mobile\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"100%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:100%\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":3,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"taxQuery\":[],\"isProductCollectionBlock\":true,\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":5},\"dimensions\":{\"widthType\":\"fill\"},\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":true,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"},\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-woocommerce-product-collection alignwide\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-title {\"level\":1,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"left\":\"0\",\"bottom\":\"0.5rem\"}}},\"fontSize\":\"large\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"textAlign\":\"center\",\"excerptLength\":20,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"left\"} /-->\n\n<!-- wp:woocommerce/product-button {\"width\":100,\"isDescendentOfQueryLoop\":true,\"className\":\"is-style-fill\"} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"paginationArrow\":\"chevron\",\"showLabel\":false,\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\",\"orientation\":\"horizontal\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:woocommerce/product-collection --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Category','Displays products filtered by a category.','publish','closed','closed','','taxonomy-product_cat','','','2025-01-02 20:00:26','2025-01-02 20:00:26','',0,'https://aggressivegraphix.com/taxonomy-product_cat/',0,'wp_template','',0),(990,1,'2024-11-12 00:43:26','2024-11-12 00:43:26','','','','publish','closed','closed','','990','','','2024-12-18 17:33:07','2024-12-18 17:33:07','',989,'https://aggressivegraphix.com/af_pao_fields/990/',0,'af_pao_fields','',0),(991,1,'2024-11-12 00:43:47','2024-11-12 00:43:47','','','','publish','closed','closed','','991','','','2024-12-18 17:33:07','2024-12-18 17:33:07','',990,'https://aggressivegraphix.com/af_pao_options/991/',0,'af_pao_options','',0),(992,1,'2024-11-12 00:43:52','2024-11-12 00:43:52','','','','publish','closed','closed','','992','','','2024-12-18 17:33:07','2024-12-18 17:33:07','',990,'https://aggressivegraphix.com/af_pao_options/992/',0,'af_pao_options','',0),(993,1,'2024-11-12 00:44:04','2024-11-12 00:44:04','','','','publish','closed','closed','','993','','','2024-12-18 17:33:07','2024-12-18 17:33:07','',990,'https://aggressivegraphix.com/af_pao_options/993/',0,'af_pao_options','',0),(994,1,'2024-11-12 00:46:19','2024-11-12 00:46:19','','','','publish','closed','closed','','994','','','2024-12-18 17:33:07','2024-12-18 17:33:07','',989,'https://aggressivegraphix.com/af_pao_fields/994/',0,'af_pao_fields','',0),(995,1,'2024-11-12 00:47:24','2024-11-12 00:47:24','','','','publish','closed','closed','','995','','','2024-12-18 17:33:07','2024-12-18 17:33:07','',994,'https://aggressivegraphix.com/af_pao_options/995/',0,'af_pao_options','',0),(996,1,'2024-11-12 00:47:27','2024-11-12 00:47:27','','','','publish','closed','closed','','996','','','2024-12-18 17:33:07','2024-12-18 17:33:07','',994,'https://aggressivegraphix.com/af_pao_options/996/',0,'af_pao_options','',0),(997,1,'2024-11-12 00:47:31','2024-11-12 00:47:31','','','','publish','closed','closed','','997','','','2024-12-18 17:33:07','2024-12-18 17:33:07','',994,'https://aggressivegraphix.com/af_pao_options/997/',0,'af_pao_options','',0),(998,1,'2024-11-12 00:47:34','2024-11-12 00:47:34','','','','publish','closed','closed','','998','','','2024-12-18 17:33:07','2024-12-18 17:33:07','',994,'https://aggressivegraphix.com/af_pao_options/998/',0,'af_pao_options','',0),(999,1,'2024-11-12 00:47:37','2024-11-12 00:47:37','','','','publish','closed','closed','','999','','','2024-12-18 17:33:07','2024-12-18 17:33:07','',994,'https://aggressivegraphix.com/af_pao_options/999/',0,'af_pao_options','',0),(1015,1,'2024-11-12 00:58:37','2024-11-12 00:58:37','','','','publish','closed','closed','','1015','','','2024-11-12 02:56:34','2024-11-12 02:56:34','',1014,'https://aggressivegraphix.com/af_pao_fields/1015/',0,'af_pao_fields','',0),(1016,1,'2024-11-12 00:59:22','2024-11-12 00:59:22','','','','publish','closed','closed','','1016','','','2024-11-12 02:56:34','2024-11-12 02:56:34','',1014,'https://aggressivegraphix.com/af_pao_fields/1016/',0,'af_pao_fields','',0),(1017,1,'2024-11-12 01:00:54','2024-11-12 01:00:54','','','','publish','closed','closed','','1017','','','2024-11-12 02:56:33','2024-11-12 02:56:33','',1014,'https://aggressivegraphix.com/af_pao_fields/1017/',0,'af_pao_fields','',0),(1027,1,'2024-11-12 02:12:22','2024-11-12 02:12:22','<!-- wp:paragraph -->\n<p class=\"\">Tired of your butt sliding off your seat when you\'re seat bouncing that triple? Get a custom gripper seat cover to keep you planted on that bike for full, and safe sends. Build out your custom cover using our pre-selected colors to really complete the look of your bike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Solid Seat Cover','<p>Outfit your bike with a solid color seat cover</p>','publish','open','closed','','solid-seat-cover','','','2025-09-09 18:57:24','2025-09-09 18:57:24','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=1027',0,'product','',0),(1030,1,'2024-11-12 02:14:19','2024-11-12 02:14:19','','','','publish','closed','closed','','1030','','','2024-11-12 02:26:39','2024-11-12 02:26:39','',1029,'https://aggressivegraphix.com/af_pao_options/1030/',0,'af_pao_options','',0),(1031,1,'2024-11-12 02:14:42','2024-11-12 02:14:42','','','','publish','closed','closed','','1031','','','2024-11-12 02:26:39','2024-11-12 02:26:39','',1029,'https://aggressivegraphix.com/af_pao_options/1031/',0,'af_pao_options','',0),(1032,1,'2024-11-12 02:14:49','2024-11-12 02:14:49','','','','publish','closed','closed','','1032','','','2024-11-12 02:26:39','2024-11-12 02:26:39','',1029,'https://aggressivegraphix.com/af_pao_options/1032/',0,'af_pao_options','',0),(1033,1,'2024-11-12 02:14:55','2024-11-12 02:14:55','','','','publish','closed','closed','','1033','','','2024-11-12 02:26:39','2024-11-12 02:26:39','',1029,'https://aggressivegraphix.com/af_pao_options/1033/',0,'af_pao_options','',0),(1034,1,'2024-11-12 02:15:01','2024-11-12 02:15:01','','','','publish','closed','closed','','1034','','','2024-11-12 02:26:39','2024-11-12 02:26:39','',1029,'https://aggressivegraphix.com/af_pao_options/1034/',0,'af_pao_options','',0),(1035,1,'2024-11-12 02:15:17','2024-11-12 02:15:17','','','','publish','closed','closed','','1035','','','2024-11-12 02:26:39','2024-11-12 02:26:39','',1029,'https://aggressivegraphix.com/af_pao_options/1035/',0,'af_pao_options','',0),(1036,1,'2024-11-12 02:15:28','2024-11-12 02:15:28','','','','publish','closed','closed','','1036','','','2024-11-12 02:26:39','2024-11-12 02:26:39','',1029,'https://aggressivegraphix.com/af_pao_options/1036/',0,'af_pao_options','',0),(1037,1,'2024-11-12 02:15:44','2024-11-12 02:15:44','','','','publish','closed','closed','','1037','','','2024-11-12 02:26:39','2024-11-12 02:26:39','',1029,'https://aggressivegraphix.com/af_pao_options/1037/',0,'af_pao_options','',0),(1038,1,'2024-11-12 02:15:51','2024-11-12 02:15:51','','','','publish','closed','closed','','1038','','','2024-11-12 02:26:39','2024-11-12 02:26:39','',1029,'https://aggressivegraphix.com/af_pao_options/1038/',0,'af_pao_options','',0),(1039,1,'2024-11-12 02:15:57','2024-11-12 02:15:57','','','','publish','closed','closed','','1039','','','2024-11-12 02:26:39','2024-11-12 02:26:39','',1029,'https://aggressivegraphix.com/af_pao_options/1039/',0,'af_pao_options','',0),(1040,1,'2024-11-12 02:16:03','2024-11-12 02:16:03','','','','publish','closed','closed','','1040','','','2024-11-12 02:26:39','2024-11-12 02:26:39','',1029,'https://aggressivegraphix.com/af_pao_options/1040/',0,'af_pao_options','',0),(1041,1,'2024-11-12 02:16:09','2024-11-12 02:16:09','','','','publish','closed','closed','','1041','','','2024-11-12 02:26:39','2024-11-12 02:26:39','',1029,'https://aggressivegraphix.com/af_pao_options/1041/',0,'af_pao_options','',0),(1042,1,'2024-11-12 02:16:16','2024-11-12 02:16:16','','','','publish','closed','closed','','1042','','','2024-11-12 02:26:39','2024-11-12 02:26:39','',1029,'https://aggressivegraphix.com/af_pao_options/1042/',0,'af_pao_options','',0),(1043,1,'2024-11-12 02:16:28','2024-11-12 02:16:28','','','','publish','closed','closed','','1043','','','2024-11-12 02:26:39','2024-11-12 02:26:39','',1029,'https://aggressivegraphix.com/af_pao_options/1043/',0,'af_pao_options','',0),(1044,1,'2024-11-12 02:17:16','2024-11-12 02:17:16','','','','publish','closed','closed','','1044','','','2024-11-12 02:26:39','2024-11-12 02:26:39','',1029,'https://aggressivegraphix.com/af_pao_options/1044/',0,'af_pao_options','',0),(1045,1,'2024-11-12 02:17:30','2024-11-12 02:17:30','','','','publish','closed','closed','','1045','','','2024-11-12 02:26:39','2024-11-12 02:26:39','',1029,'https://aggressivegraphix.com/af_pao_options/1045/',0,'af_pao_options','',0),(1046,1,'2024-11-12 02:17:37','2024-11-12 02:17:37','','','','publish','closed','closed','','1046','','','2024-11-12 02:26:39','2024-11-12 02:26:39','',1029,'https://aggressivegraphix.com/af_pao_options/1046/',0,'af_pao_options','',0),(1047,1,'2024-11-12 02:17:42','2024-11-12 02:17:42','','','','publish','closed','closed','','1047','','','2024-11-12 02:26:39','2024-11-12 02:26:39','',1029,'https://aggressivegraphix.com/af_pao_options/1047/',0,'af_pao_options','',0),(1048,1,'2024-11-12 02:22:26','2024-11-12 02:22:26','','solidseatcover','','inherit','open','closed','','solidseatcover','','','2025-09-09 15:29:02','2025-09-09 15:29:02','',1027,'https://aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover.png',0,'attachment','image/webp',0),(1049,1,'2024-11-12 02:27:19','2024-11-12 02:27:19','','','','publish','closed','closed','','1049','','','2025-09-09 18:57:24','2025-09-09 18:57:24','',1027,'https://aggressivegraphix.com/af_pao_fields/1049/',2,'af_pao_fields','',0),(1050,1,'2024-11-12 02:27:44','2024-11-12 02:27:44','','','','publish','closed','closed','','1050','','','2025-09-09 18:57:24','2025-09-09 18:57:24','',1049,'https://aggressivegraphix.com/af_pao_options/1050/',0,'af_pao_options','',0),(1051,1,'2024-11-12 02:38:37','2024-11-12 02:38:37','','','','publish','closed','closed','','1051','','','2025-09-09 18:57:24','2025-09-09 18:57:24','',1049,'https://aggressivegraphix.com/af_pao_options/1051/',0,'af_pao_options','',0),(1069,1,'2024-11-12 02:40:03','2024-11-12 02:40:03','','','','publish','closed','closed','','1069','','','2025-09-09 18:57:24','2025-09-09 18:57:24','',1049,'https://aggressivegraphix.com/af_pao_options/1069/',0,'af_pao_options','',0),(1070,1,'2024-11-12 02:40:22','2024-11-12 02:40:22','','','','publish','closed','closed','','1070','','','2025-09-09 18:57:24','2025-09-09 18:57:24','',1049,'https://aggressivegraphix.com/af_pao_options/1070/',0,'af_pao_options','',0),(1071,1,'2024-11-12 02:40:35','2024-11-12 02:40:35','','','','publish','closed','closed','','1071','','','2025-09-09 18:57:24','2025-09-09 18:57:24','',1049,'https://aggressivegraphix.com/af_pao_options/1071/',0,'af_pao_options','',0),(1072,1,'2024-11-12 02:40:47','2024-11-12 02:40:47','','','','publish','closed','closed','','1072','','','2025-09-09 18:57:24','2025-09-09 18:57:24','',1049,'https://aggressivegraphix.com/af_pao_options/1072/',0,'af_pao_options','',0),(1073,1,'2024-11-12 02:41:01','2024-11-12 02:41:01','','','','publish','closed','closed','','1073','','','2025-09-09 18:57:24','2025-09-09 18:57:24','',1049,'https://aggressivegraphix.com/af_pao_options/1073/',0,'af_pao_options','',0),(1074,1,'2024-11-12 02:41:14','2024-11-12 02:41:14','','','','publish','closed','closed','','1074','','','2025-09-09 18:57:24','2025-09-09 18:57:24','',1049,'https://aggressivegraphix.com/af_pao_options/1074/',0,'af_pao_options','',0),(1075,1,'2024-11-12 02:41:21','2024-11-12 02:41:21','','','','publish','closed','closed','','1075','','','2025-09-09 18:57:24','2025-09-09 18:57:24','',1049,'https://aggressivegraphix.com/af_pao_options/1075/',0,'af_pao_options','',0),(1076,1,'2024-11-12 02:41:26','2024-11-12 02:41:26','','','','publish','closed','closed','','1076','','','2025-09-09 18:57:24','2025-09-09 18:57:24','',1049,'https://aggressivegraphix.com/af_pao_options/1076/',0,'af_pao_options','',0),(1077,1,'2024-11-12 02:41:32','2024-11-12 02:41:32','','','','publish','closed','closed','','1077','','','2025-09-09 18:57:24','2025-09-09 18:57:24','',1049,'https://aggressivegraphix.com/af_pao_options/1077/',0,'af_pao_options','',0),(1078,1,'2024-11-12 02:41:38','2024-11-12 02:41:38','','','','publish','closed','closed','','1078','','','2025-09-09 18:57:24','2025-09-09 18:57:24','',1049,'https://aggressivegraphix.com/af_pao_options/1078/',0,'af_pao_options','',0),(1079,1,'2024-11-12 02:41:47','2024-11-12 02:41:47','','','','publish','closed','closed','','1079','','','2025-09-09 18:57:24','2025-09-09 18:57:24','',1049,'https://aggressivegraphix.com/af_pao_options/1079/',0,'af_pao_options','',0),(1080,1,'2024-11-12 02:41:53','2024-11-12 02:41:53','','','','publish','closed','closed','','1080','','','2025-09-09 18:57:24','2025-09-09 18:57:24','',1049,'https://aggressivegraphix.com/af_pao_options/1080/',0,'af_pao_options','',0),(1081,1,'2024-11-12 02:42:13','2024-11-12 02:42:13','','','','publish','closed','closed','','1081','','','2025-09-09 18:57:24','2025-09-09 18:57:24','',1049,'https://aggressivegraphix.com/af_pao_options/1081/',0,'af_pao_options','',0),(1082,1,'2024-11-12 02:42:19','2024-11-12 02:42:19','','','','publish','closed','closed','','1082','','','2025-09-09 18:57:24','2025-09-09 18:57:24','',1049,'https://aggressivegraphix.com/af_pao_options/1082/',0,'af_pao_options','',0),(1083,1,'2024-11-12 02:42:25','2024-11-12 02:42:25','','','','publish','closed','closed','','1083','','','2025-09-09 18:57:24','2025-09-09 18:57:24','',1049,'https://aggressivegraphix.com/af_pao_options/1083/',0,'af_pao_options','',0),(1084,1,'2024-11-12 02:42:31','2024-11-12 02:42:31','','','','publish','closed','closed','','1084','','','2025-09-09 18:57:24','2025-09-09 18:57:24','',1049,'https://aggressivegraphix.com/af_pao_options/1084/',0,'af_pao_options','',0),(1103,1,'2024-11-12 02:48:59','2024-11-12 02:48:59','<!-- wp:paragraph {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\"}}},\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\" style=\"padding-top:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10)\">We specialize in true custom graphics. Every order starts from blank cut lines and we tailor the kit directly to your specifications listed above. Why go and use a pre-made design that you’ll see on other bikes on your gate? Be unique, stand out with your OWN style. Like they say; “Look good, feel good, ride good”. So choose a set of custom Aggressive Graphix Custom Fender graphics and get your feel good on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\"}}},\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\" style=\"padding-top:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10)\">Our products are printed on a 6 mil, air release technology film and finished with a 15 mil thiccc laminate for the ultimate longevity and durability. Utilizing the air release with our film, it’s easy to install dry, even for the first time graphics installer. Worst case, feel free to reach out to us with questions about install and we’ll be sure to help guide you to get the most professional looking finish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Custom fender kit','<p>The design deposit of $50 is required to start your custom fender kit. This kit choice includes front and rear decals.</p>','publish','open','closed','','custom-fender-kit','','','2025-09-09 19:18:03','2025-09-09 19:18:03','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=1103',0,'product','',0),(1104,1,'2024-11-12 02:49:38','2024-11-12 02:49:38','','customfenderdecals','','inherit','open','closed','','customfenderdecals','','','2025-09-09 15:26:45','2025-09-09 15:26:45','',1103,'https://aggressivegraphix.com/wp-content/uploads/2024/11/customfenderdecals.jpg',0,'attachment','image/webp',0),(1107,1,'2024-11-12 02:52:00','2024-11-12 02:52:00','','','','publish','closed','closed','','1107','','','2024-12-19 22:00:09','2024-12-19 22:00:09','',1106,'https://aggressivegraphix.com/af_pao_fields/1107/',0,'af_pao_fields','',0),(1108,1,'2024-11-12 02:52:19','2024-11-12 02:52:19','','','','publish','closed','closed','','1108','','','2024-12-19 22:00:09','2024-12-19 22:00:09','',1106,'https://aggressivegraphix.com/af_pao_fields/1108/',0,'af_pao_fields','',0),(1118,1,'2024-11-12 03:07:33','2024-11-12 03:07:33','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide is-not-stacked-on-mobile\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"100%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:100%\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\"} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":5},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:query --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Attribute','Displays products filtered by an attribute.','publish','closed','closed','','taxonomy-product_attribute','','','2024-12-18 16:56:21','2024-12-18 16:56:21','',0,'https://aggressivegraphix.com/taxonomy-product_attribute/',0,'wp_template','',0),(1119,1,'2024-11-12 03:08:31','2024-11-12 03:08:31','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\"} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":3},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:query --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\"}}},\"backgroundColor\":\"primary\"} -->\n<hr class=\"is-style-wide wp-block-separator has-text-color has-primary-color has-alpha-channel-opacity has-primary-background-color has-background\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20)\"/>\n<!-- /wp:separator -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Our Favorites\"},\"align\":\"full\",\"className\":\"er-slick-overflow\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"30px\",\"top\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"69px\"},\"blockGap\":\"15px\"}},\"backgroundColor\":\"base-3\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"er-slick-overflow wp-block-group alignfull has-base-3-background-color has-background\" style=\"margin-top:0px;margin-bottom:69px;padding-top:var(--wp--preset--spacing--30);padding-bottom:30px\"><!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"12px\"}},\"typography\":{\"lineHeight\":\"1\"}},\"textColor\":\"gray-100\",\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center has-gray-100-color has-text-color has-link-color has-x-large-font-size\" style=\"margin-top:12px;line-height:1\">Top Products</h2>\n<!-- /wp:heading -->\n\n<!-- wp:query {\"queryId\":3,\"query\":{\"perPage\":9,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\",\"className\":\"er-slick er-custom-price shop-favorites\"} -->\n<div class=\"er-slick er-custom-price shop-favorites wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template g-40\",\"layout\":{\"type\":\"grid\",\"columnCount\":null,\"minimumColumnWidth\":\"12rem\"},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"22px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\"} /-->\n<!-- /wp:post-template --></div>\n<!-- /wp:query --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Product Catalog','Displays your products.','inherit','closed','closed','','116-revision-v1','','','2024-11-12 03:08:31','2024-11-12 03:08:31','',116,'https://aggressivegraphix.com/?p=1119',0,'revision','',0),(1122,1,'2024-11-21 16:31:26','2024-11-21 16:31:26','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--20)\"><!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"20px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"616px\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:20px\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"1.1\",\"letterSpacing\":\"-1px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|custom-ag-red\"}}}},\"textColor\":\"custom-ag-red\"} -->\n<h1 class=\"wp-block-heading has-text-align-center has-custom-ag-red-color has-text-color has-link-color\" style=\"font-size:42px;font-style:normal;font-weight:300;letter-spacing:-1px;line-height:1.1\">Premier motorsports graphics and vehicle wraps</h1>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":911,\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-large\"><img src=\"https://transvelo.github.io/eride/assets/images/e-bikes-1.png\" alt=\"\" class=\"wp-image-911\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"26px\",\"right\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"bottom\":\"32px\",\"left\":\"40px\",\"right\":\"var:preset|spacing|30\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"custom-ag-red\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-custom-ag-red-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:var(--wp--preset--spacing--30);padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"27px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:27px;font-style:normal;font-weight:600;line-height:1.2\">Shop moto and accessories</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":1121,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"grid-span-full is-style-rounded\",\"style\":{\"border\":{\"radius\":\"25px\"}}} -->\n<figure class=\"grid-span-full is-style-rounded wp-block-image size-full has-custom-border\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/wrapsservices-1.png\" alt=\"\" class=\"wp-image-1121\" style=\"border-radius:25px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"right\":\"26px\",\"left\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"left\":\"19px\",\"right\":\"0px\",\"bottom\":\"32px\"},\"blockGap\":\"15px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"custom-ag-red\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-custom-ag-red-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:0px;padding-bottom:32px;padding-left:19px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"24px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:24px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"#\">Vehicle wraps and services</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"home-v3-banner-2\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"28px\",\"margin\":{\"top\":\"25px\"},\"padding\":{\"bottom\":\"29px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:25px;padding-bottom:29px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/ride.png\",\"id\":78,\"dimRatio\":0,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-78\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/ride.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"136px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"right\":\"0\",\"left\":\"0\"}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"margin-right:0;margin-left:0;font-size:23px;font-style:normal;font-weight:600\">Bike Graphics</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--20)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"className\":\"flex-sm-wrap\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"flex-sm-wrap wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/2tonegripper.png\",\"id\":453,\"dimRatio\":0,\"customOverlayColor\":\"#db4242\",\"isUserOverlayColor\":true,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#db4242\"></span><img class=\"wp-block-cover__image-background wp-image-453\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/2tonegripper.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"left\":\"11px\",\"top\":\"19px\",\"bottom\":\"19px\",\"right\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"159px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:0;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"23px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-gray-100-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Seat covers</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"24px\"}}}} -->\n<div style=\"margin-bottom:24px;height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--10)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/kopia.png\",\"id\":77,\"dimRatio\":0,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-77\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/kopia.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Plastic kits</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:0\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/components.png\",\"id\":126,\"dimRatio\":0,\"minHeight\":295,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:295px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-126\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/components.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\",\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"className\":\"is-style-default\",\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"is-style-default wp-block-heading has-contrast-2-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Custom canopies</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|40\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--40);height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--40)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/equipment.png\",\"id\":127,\"dimRatio\":0,\"minHeight\":295,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:295px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-127\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/equipment.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\",\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"spacing\":{\"margin\":{\"bottom\":\"0px\"}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-contrast-2-color has-text-color has-link-color\" style=\"margin-bottom:0px;font-size:23px;font-style:normal;font-weight:600\">Jersey lettering</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|40\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--40);height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--40)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Home-v1-Feature\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"42px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:42px\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-right:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:columns {\"align\":\"wide\",\"className\":\"eride-scroll home-feature\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"0px\"},\"padding\":{\"right\":\"10px\",\"left\":\"10px\"}}}} -->\n<div class=\"eride-scroll home-feature wp-block-columns alignwide\" style=\"padding-right:10px;padding-left:10px\"><!-- wp:column {\"width\":\"29%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:29%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":635,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/delivery-icon.svg\" alt=\"\" class=\"wp-image-635\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">free delivery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38\">from $50</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"32%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:32%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":652,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/chat-icon.svg\" alt=\"\" class=\"wp-image-652\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">99% customer</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38;text-transform:capitalize\">feedbacks</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"27%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:27%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"20px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":636,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/return-icon.svg\" alt=\"\" class=\"wp-image-636\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">365 days</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38\">for free return</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"20%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:20%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":637,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/payment-icon.svg\" alt=\"\" class=\"wp-image-637\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"4px\",\"left\":\"4px\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-right:4px;padding-left:4px;flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">payment</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38;text-transform:capitalize\">secure system</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Home V3','','inherit','closed','closed','','430-revision-v1','','','2024-11-21 16:31:26','2024-11-21 16:31:26','',430,'https://aggressivegraphix.com/?p=1122',0,'revision','',0),(1125,1,'2024-11-21 16:46:48','2024-11-21 16:46:48','','','','publish','closed','closed','','1125','','','2024-12-18 18:08:09','2024-12-18 18:08:09','',1124,'https://aggressivegraphix.com/af_pao_fields/1125/',4,'af_pao_fields','',0),(1126,1,'2024-11-21 16:47:18','2024-11-21 16:47:18','','','','publish','closed','closed','','1126','','','2024-12-18 18:08:09','2024-12-18 18:08:09','',1125,'https://aggressivegraphix.com/af_pao_options/1126/',0,'af_pao_options','',0),(1127,1,'2024-11-21 16:47:30','2024-11-21 16:47:30','','','','publish','closed','closed','','1127','','','2024-12-18 18:08:09','2024-12-18 18:08:09','',1125,'https://aggressivegraphix.com/af_pao_options/1127/',0,'af_pao_options','',0),(1128,1,'2024-11-21 16:47:56','2024-11-21 16:47:56','','','','publish','closed','closed','','1128','','','2024-12-18 18:08:09','2024-12-18 18:08:09','',1125,'https://aggressivegraphix.com/af_pao_options/1128/',0,'af_pao_options','',0),(1129,1,'2024-11-21 16:48:07','2024-11-21 16:48:07','','','','publish','closed','closed','','1129','','','2024-12-18 18:08:09','2024-12-18 18:08:09','',1125,'https://aggressivegraphix.com/af_pao_options/1129/',0,'af_pao_options','',0),(1130,1,'2024-11-21 16:48:26','2024-11-21 16:48:26','','','','publish','closed','closed','','1130','','','2024-12-18 18:08:09','2024-12-18 18:08:09','',1125,'https://aggressivegraphix.com/af_pao_options/1130/',0,'af_pao_options','',0),(1131,1,'2024-11-21 16:48:44','2024-11-21 16:48:44','','','','publish','closed','closed','','1131','','','2024-12-18 18:08:09','2024-12-18 18:08:09','',1125,'https://aggressivegraphix.com/af_pao_options/1131/',0,'af_pao_options','',0),(1132,1,'2024-11-21 16:48:56','2024-11-21 16:48:56','','','','publish','closed','closed','','1132','','','2024-12-18 18:08:09','2024-12-18 18:08:09','',1125,'https://aggressivegraphix.com/af_pao_options/1132/',0,'af_pao_options','',0),(1133,1,'2024-11-21 16:53:15','2024-11-21 16:53:15','','','','publish','closed','closed','','1133','','','2024-12-18 18:08:09','2024-12-18 18:08:09','',1125,'https://aggressivegraphix.com/af_pao_options/1133/',0,'af_pao_options','',0),(1134,1,'2024-11-21 16:53:31','2024-11-21 16:53:31','','','','publish','closed','closed','','1134','','','2024-12-18 18:08:09','2024-12-18 18:08:09','',1125,'https://aggressivegraphix.com/af_pao_options/1134/',0,'af_pao_options','',0),(1135,1,'2024-11-21 16:53:51','2024-11-21 16:53:51','','','','publish','closed','closed','','1135','','','2024-12-18 18:08:09','2024-12-18 18:08:09','',1125,'https://aggressivegraphix.com/af_pao_options/1135/',0,'af_pao_options','',0),(1136,1,'2024-11-21 16:54:15','2024-11-21 16:54:15','','','','publish','closed','closed','','1136','','','2024-12-18 18:08:09','2024-12-18 18:08:09','',1125,'https://aggressivegraphix.com/af_pao_options/1136/',0,'af_pao_options','',0),(1137,1,'2024-11-21 16:54:31','2024-11-21 16:54:31','','','','publish','closed','closed','','1137','','','2024-12-18 18:08:09','2024-12-18 18:08:09','',1125,'https://aggressivegraphix.com/af_pao_options/1137/',0,'af_pao_options','',0),(1138,1,'2024-11-21 16:55:08','2024-11-21 16:55:08','','','','publish','closed','closed','','1138','','','2024-12-18 18:08:09','2024-12-18 18:08:09','',1124,'https://aggressivegraphix.com/af_pao_fields/1138/',3,'af_pao_fields','',0),(1139,1,'2024-11-21 16:55:32','2024-11-21 16:55:32','','','','publish','closed','closed','','1139','','','2024-12-18 18:08:09','2024-12-18 18:08:09','',1124,'https://aggressivegraphix.com/af_pao_fields/1139/',2,'af_pao_fields','',0),(1140,1,'2024-11-21 16:56:26','2024-11-21 16:56:26','','','','publish','closed','closed','','1140','','','2024-12-18 18:08:09','2024-12-18 18:08:09','',1138,'https://aggressivegraphix.com/af_pao_options/1140/',0,'af_pao_options','',0),(1141,1,'2024-11-21 16:56:39','2024-11-21 16:56:39','','','','publish','closed','closed','','1141','','','2024-12-18 18:08:09','2024-12-18 18:08:09','',1138,'https://aggressivegraphix.com/af_pao_options/1141/',0,'af_pao_options','',0),(1142,1,'2024-11-21 16:56:45','2024-11-21 16:56:45','','','','publish','closed','closed','','1142','','','2024-12-18 18:08:09','2024-12-18 18:08:09','',1138,'https://aggressivegraphix.com/af_pao_options/1142/',0,'af_pao_options','',0),(1143,1,'2024-11-21 16:56:52','2024-11-21 16:56:52','','','','publish','closed','closed','','1143','','','2024-12-18 18:08:09','2024-12-18 18:08:09','',1138,'https://aggressivegraphix.com/af_pao_options/1143/',0,'af_pao_options','',0),(1144,1,'2024-11-21 16:56:59','2024-11-21 16:56:59','','','','publish','closed','closed','','1144','','','2024-12-18 18:08:09','2024-12-18 18:08:09','',1138,'https://aggressivegraphix.com/af_pao_options/1144/',0,'af_pao_options','',0),(1145,1,'2024-11-21 16:57:09','2024-11-21 16:57:09','','','','publish','closed','closed','','1145','','','2024-12-18 18:08:09','2024-12-18 18:08:09','',1138,'https://aggressivegraphix.com/af_pao_options/1145/',0,'af_pao_options','',0),(1146,1,'2024-11-21 16:57:31','2024-11-21 16:57:31','','','','publish','closed','closed','','1146','','','2024-12-18 18:08:09','2024-12-18 18:08:09','',1138,'https://aggressivegraphix.com/af_pao_options/1146/',0,'af_pao_options','',0),(1147,1,'2024-11-21 16:57:44','2024-11-21 16:57:44','','','','publish','closed','closed','','1147','','','2024-12-18 18:08:09','2024-12-18 18:08:09','',1138,'https://aggressivegraphix.com/af_pao_options/1147/',0,'af_pao_options','',0),(1148,1,'2024-11-21 16:57:51','2024-11-21 16:57:51','','','','publish','closed','closed','','1148','','','2024-12-18 18:08:09','2024-12-18 18:08:09','',1138,'https://aggressivegraphix.com/af_pao_options/1148/',0,'af_pao_options','',0),(1149,1,'2024-11-21 16:58:03','2024-11-21 16:58:03','','','','publish','closed','closed','','1149','','','2024-12-18 18:08:09','2024-12-18 18:08:09','',1138,'https://aggressivegraphix.com/af_pao_options/1149/',0,'af_pao_options','',0),(1150,1,'2024-11-21 16:58:11','2024-11-21 16:58:11','','','','publish','closed','closed','','1150','','','2024-12-18 18:08:09','2024-12-18 18:08:09','',1138,'https://aggressivegraphix.com/af_pao_options/1150/',0,'af_pao_options','',0),(1156,1,'2024-11-21 17:18:20','2024-11-21 17:18:20','','','','publish','closed','closed','','1156','','','2024-11-21 17:47:50','2024-11-21 17:47:50','',1155,'https://aggressivegraphix.com/af_pao_options/1156/',0,'af_pao_options','',0),(1157,1,'2024-11-21 17:18:24','2024-11-21 17:18:24','','','','publish','closed','closed','','1157','','','2024-11-21 17:47:50','2024-11-21 17:47:50','',1155,'https://aggressivegraphix.com/af_pao_options/1157/',0,'af_pao_options','',0),(1158,1,'2024-11-21 17:18:28','2024-11-21 17:18:28','','','','publish','closed','closed','','1158','','','2024-11-21 17:47:50','2024-11-21 17:47:50','',1155,'https://aggressivegraphix.com/af_pao_options/1158/',0,'af_pao_options','',0),(1167,1,'2024-11-21 17:48:52','2024-11-21 17:48:52','','','','publish','closed','closed','','1167','','','2024-12-18 18:04:57','2024-12-18 18:04:57','',1166,'https://aggressivegraphix.com/af_pao_options/1167/',0,'af_pao_options','',0),(1168,1,'2024-11-21 17:49:05','2024-11-21 17:49:05','','','','publish','closed','closed','','1168','','','2024-12-18 18:04:57','2024-12-18 18:04:57','',1166,'https://aggressivegraphix.com/af_pao_options/1168/',0,'af_pao_options','',0),(1169,1,'2024-11-21 17:49:19','2024-11-21 17:49:19','','','','publish','closed','closed','','1169','','','2024-12-18 18:04:57','2024-12-18 18:04:57','',1166,'https://aggressivegraphix.com/af_pao_options/1169/',0,'af_pao_options','',0),(1205,1,'2024-12-10 21:32:06','2024-12-10 21:32:06','<!-- wp:navigation-submenu {\"label\":\"Shop\",\"type\":\"page\",\"description\":\"Lets transform the look of your bike or quad with any of our custom graphics kit options.\",\"id\":6,\"url\":\"https://aggressivegraphix.com/shop/\",\"kind\":\"post-type\",\"className\":\"has-mega-menu\",\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} -->\n<!-- wp:navigation-submenu {\"label\":\"Outfit Bike\",\"type\":\"product_cat\",\"id\":27,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/\",\"kind\":\"taxonomy\",\"className\":\"grid-menu\"} -->\n<!-- wp:navigation-link {\"label\":\"Custom Graphics kits\",\"type\":\"product_cat\",\"id\":24,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/custom-graphics-kits/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Semi-custom Graphics kits\",\"type\":\"product_cat\",\"id\":53,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/semi-custom-graphics-kits/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Semi-custom Number Plates\",\"type\":\"product_cat\",\"id\":54,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/semi-custom-number-plates/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Seat Covers\",\"type\":\"product_cat\",\"id\":25,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/seat-covers/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Plastic kits\",\"type\":\"product_cat\",\"id\":26,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/plastic-kits/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Rider Accessories\",\"type\":\"product_cat\",\"id\":28,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/\",\"kind\":\"taxonomy\",\"className\":\"grid-menu\"} -->\n<!-- wp:navigation-link {\"label\":\"Jersey lettering\",\"type\":\"product_cat\",\"id\":29,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/jersey-lettering/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Goggles\",\"type\":\"product_cat\",\"id\":30,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Goggle Accessories\",\"type\":\"product_cat\",\"id\":31,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/goggle-accessories/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Canopies and Accessories\",\"type\":\"product_cat\",\"id\":36,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/\",\"kind\":\"taxonomy\",\"className\":\"grid-menu\"} -->\n<!-- wp:navigation-link {\"label\":\"Canopies\",\"type\":\"product_cat\",\"id\":37,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/canopies/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Half Walls\",\"type\":\"product_cat\",\"id\":38,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/half-walls/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Full Walls\",\"type\":\"product_cat\",\"id\":39,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/full-walls/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Flags\",\"type\":\"product_cat\",\"id\":40,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/flags/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Table Cloths\",\"type\":\"product_cat\",\"id\":41,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/table-cloths/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Setup accessories\",\"type\":\"product_cat\",\"id\":42,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/setup-accessories/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Merchandise\",\"type\":\"product_cat\",\"id\":32,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/merchandise/\",\"kind\":\"taxonomy\",\"className\":\"grid-menu\"} -->\n<!-- wp:navigation-link {\"label\":\"Apparel\",\"type\":\"product_cat\",\"id\":33,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/merchandise/apparel/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Hats\",\"type\":\"product_cat\",\"id\":34,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/merchandise/hats/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Sunglasses\",\"type\":\"product_cat\",\"id\":35,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/merchandise/sunglasses/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n<!-- /wp:navigation-submenu -->','Mega menu','','publish','closed','closed','','mega-menu','','','2024-12-10 21:32:06','2024-12-10 21:32:06','',0,'https://aggressivegraphix.com/mega-menu/',0,'wp_template_part','',0),(1208,1,'2024-12-10 21:52:52','2024-12-10 21:52:52','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\"} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":5},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:query --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\"}}},\"backgroundColor\":\"primary\"} -->\n<hr class=\"is-style-wide wp-block-separator has-text-color has-primary-color has-alpha-channel-opacity has-primary-background-color has-background\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20)\"/>\n<!-- /wp:separator -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Our Favorites\"},\"align\":\"full\",\"className\":\"er-slick-overflow\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"30px\",\"top\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"69px\"},\"blockGap\":\"15px\"}},\"backgroundColor\":\"base-3\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"er-slick-overflow wp-block-group alignfull has-base-3-background-color has-background\" style=\"margin-top:0px;margin-bottom:69px;padding-top:var(--wp--preset--spacing--30);padding-bottom:30px\"><!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"12px\"}},\"typography\":{\"lineHeight\":\"1\"}},\"textColor\":\"gray-100\",\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center has-gray-100-color has-text-color has-link-color has-x-large-font-size\" style=\"margin-top:12px;line-height:1\">Top Products</h2>\n<!-- /wp:heading -->\n\n<!-- wp:query {\"queryId\":3,\"query\":{\"perPage\":9,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\",\"className\":\"er-slick er-custom-price shop-favorites\"} -->\n<div class=\"er-slick er-custom-price shop-favorites wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template g-40\",\"layout\":{\"type\":\"grid\",\"columnCount\":null,\"minimumColumnWidth\":\"12rem\"},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"22px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\"} /-->\n<!-- /wp:post-template --></div>\n<!-- /wp:query --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Product Catalog','Displays your products.','inherit','closed','closed','','116-revision-v1','','','2024-12-10 21:52:52','2024-12-10 21:52:52','',116,'https://aggressivegraphix.com/?p=1208',0,'revision','',0),(1209,1,'2024-12-10 21:54:29','2024-12-10 21:54:29','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\"} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":5},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:query --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\"}}},\"backgroundColor\":\"primary\"} -->\n<hr class=\"is-style-wide wp-block-separator has-text-color has-primary-color has-alpha-channel-opacity has-primary-background-color has-background\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20)\"/>\n<!-- /wp:separator -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Our Favorites\"},\"align\":\"full\",\"className\":\"er-slick-overflow\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"30px\",\"top\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"69px\"},\"blockGap\":\"15px\"}},\"backgroundColor\":\"base-3\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"er-slick-overflow wp-block-group alignfull has-base-3-background-color has-background\" style=\"margin-top:0px;margin-bottom:69px;padding-top:var(--wp--preset--spacing--30);padding-bottom:30px\"><!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"12px\"}},\"typography\":{\"lineHeight\":\"1\"}},\"textColor\":\"gray-100\",\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center has-gray-100-color has-text-color has-link-color has-x-large-font-size\" style=\"margin-top:12px;line-height:1\">Top Products</h2>\n<!-- /wp:heading -->\n\n<!-- wp:query {\"queryId\":3,\"query\":{\"perPage\":9,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\",\"className\":\"er-slick er-custom-price shop-favorites\"} -->\n<div class=\"er-slick er-custom-price shop-favorites wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template g-40\",\"layout\":{\"type\":\"grid\",\"columnCount\":8,\"minimumColumnWidth\":null},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"22px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\"} /-->\n<!-- /wp:post-template --></div>\n<!-- /wp:query --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Category','Displays products filtered by a category.','inherit','closed','closed','','983-revision-v1','','','2024-12-10 21:54:29','2024-12-10 21:54:29','',983,'https://aggressivegraphix.com/?p=1209',0,'revision','',0),(1210,1,'2024-12-10 21:58:32','2024-12-10 21:58:32','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\"} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":5},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:query --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\"}}},\"backgroundColor\":\"primary\"} -->\n<hr class=\"is-style-wide wp-block-separator has-text-color has-primary-color has-alpha-channel-opacity has-primary-background-color has-background\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20)\"/>\n<!-- /wp:separator --></div>\n<!-- /wp:group -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Best Sellers</h2>\n<!-- /wp:heading -->\n\n<!-- wp:woocommerce/product-best-sellers {\"columns\":6,\"rows\":1} /-->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Category','Displays products filtered by a category.','inherit','closed','closed','','983-revision-v1','','','2024-12-10 21:58:32','2024-12-10 21:58:32','',983,'https://aggressivegraphix.com/?p=1210',0,'revision','',0),(1211,1,'2024-12-10 22:02:26','2024-12-10 22:02:26','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\"} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":5},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:query --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\"}}},\"backgroundColor\":\"primary\"} -->\n<hr class=\"is-style-wide wp-block-separator has-text-color has-primary-color has-alpha-channel-opacity has-primary-background-color has-background\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20)\"/>\n<!-- /wp:separator --></div>\n<!-- /wp:group -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Best Sellers</h2>\n<!-- /wp:heading -->\n\n<!-- wp:woocommerce/product-best-sellers {\"columns\":5,\"rows\":1,\"contentVisibility\":{\"image\":true,\"title\":true,\"price\":true,\"rating\":false,\"button\":false}} /-->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Category','Displays products filtered by a category.','inherit','closed','closed','','983-revision-v1','','','2024-12-10 22:02:26','2024-12-10 22:02:26','',983,'https://aggressivegraphix.com/?p=1211',0,'revision','',0),(1212,1,'2024-12-18 16:40:15','2024-12-18 16:40:15','<!-- wp:paragraph -->\n<p class=\"\">Vinyl can be used for many different applications. We offer full and partial vehicle wrap services to help you achieve the look you want for your vehicle. Using the best materials on the market paired with exercising the newest professional techniques for installing, we aim for quality over the life span of your wrap.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:table {\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"},\"margin\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"0\",\"right\":\"0\"}},\"typography\":{\"fontSize\":\"11px\"}},\"backgroundColor\":\"primary-4\"} -->\n<figure style=\"margin-top:var(--wp--preset--spacing--10);margin-right:0;margin-bottom:var(--wp--preset--spacing--10);margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:11px\" class=\"wp-block-table\"><table class=\"has-primary-4-background-color has-background has-fixed-layout\" style=\"border-style:none;border-width:0px\"><tbody><tr><td><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/3M.png\" alt=\"\"></td><td><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/averydennison.png\" alt=\"\"></td><td><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/Orafol.png\" alt=\"\"></td><td><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/hexis.png\" alt=\"\"></td><td><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/kpmf.png\" alt=\"\"></td><td><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/teckwrap.png\" alt=\"\"></td><td><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/tinyBot.png\" alt=\"\"></td><td><br><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/aura.png\" alt=\"\"><br><a href=\"https://explore.auravinyl.com/\" target=\"_blank\" rel=\"noreferrer noopener\"></a><a href=\"https://explore.auravinyl.com/\" target=\"_blank\" rel=\"noreferrer noopener\"></a><a href=\"https://explore.auravinyl.com/\" target=\"_blank\" rel=\"noreferrer noopener\"></a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"12px\"}}} -->\n<p class=\"has-text-align-center\" style=\"font-size:12px\">If you\'re interested in seeing live color swatches of Aura films, check out their <a href=\"https://explore.auravinyl.com/\" target=\"_blank\" rel=\"noreferrer noopener\">3D viewer here</a>!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Full wraps</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2620,\"title\":\"Full wraps\",\"columns\":\"0\",\"row_height\":110,\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0785-1024x758.webp\",\"title\":\"IMG_0785\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0785.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3412,\"height\":111.5686274509804007948332582600414752960205078125,\"width\":150.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/67738814_2380243855588700_6910048023540137984_n-1024x683.jpg\",\"title\":\"67738814_2380243855588700_6910048023540137984_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/67738814_2380243855588700_6910048023540137984_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2662,\"height\":111.5686274509804007948332582600414752960205078125,\"width\":167.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0696-768x1024.jpg\",\"title\":\"IMG_0696\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0696.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2660,\"height\":111.5686274509804007948332582600414752960205078125,\"width\":83.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE-768x1024.webp\",\"title\":\"E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3414,\"height\":111.5686274509804007948332582600414752960205078125,\"width\":83.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1010-768x1024.jpg\",\"title\":\"IMG_1010\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1010.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2657,\"height\":111.5686274509804007948332582600414752960205078125,\"width\":83.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2556-768x1024.jpg\",\"title\":\"IMG_2556\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2556.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2652,\"height\":110.5263157894736849584660376422107219696044921875,\"width\":82.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2834-1024x768.jpg\",\"title\":\"IMG_2834\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2834.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2649,\"height\":110.5263157894736849584660376422107219696044921875,\"width\":147},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/778D6D30-EF8B-49F5-A251-BC549CDC2E68-819x1024.jpg\",\"title\":\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/778D6D30-EF8B-49F5-A251-BC549CDC2E68.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2625,\"height\":110.5263157894736849584660376422107219696044921875,\"width\":88.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3120-768x1024.jpg\",\"title\":\"IMG_3120\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3120.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2646,\"height\":110.5263157894736849584660376422107219696044921875,\"width\":82.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3222-768x1024.jpg\",\"title\":\"IMG_3222\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3222.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2645,\"height\":110.5263157894736849584660376422107219696044921875,\"width\":82.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3305-768x1024.jpg\",\"title\":\"IMG_3305\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3305.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2643,\"height\":110.5263157894736849584660376422107219696044921875,\"width\":82.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3616-768x1024.jpg\",\"title\":\"IMG_3616\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3616.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2642,\"height\":121.6738197424892717890543281100690364837646484375,\"width\":91.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8009-768x1024.jpg\",\"title\":\"IMG_8009\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8009.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2639,\"height\":121.6738197424892717890543281100690364837646484375,\"width\":91.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777-768x1024.jpg\",\"title\":\"IMG_9777\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2638,\"height\":121.6738197424892717890543281100690364837646484375,\"width\":91.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7455-768x1024.jpg\",\"title\":\"IMG_7455\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7455.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2635,\"height\":121.6738197424892717890543281100690364837646484375,\"width\":91.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7307-930x1024.jpg\",\"title\":\"IMG_7307\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7307.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2633,\"height\":121.6738197424892717890543281100690364837646484375,\"width\":110.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7207-768x1024.jpg\",\"title\":\"IMG_7207\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7207.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2631,\"height\":121.6738197424892717890543281100690364837646484375,\"width\":91.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9440-1024x777.webp\",\"title\":\"IMG_9440\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9440.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3410,\"height\":100.353982300884950973340892232954502105712890625,\"width\":132.5},{\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3944-768x1024.webp\",\"id\":3411,\"height\":100.353982300884950973340892232954502105712890625,\"width\":75.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7042-768x1024.jpg\",\"title\":\"IMG_7042\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7042.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2629,\"height\":100.353982300884950973340892232954502105712890625,\"width\":75.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6976-1024x768.jpg\",\"title\":\"IMG_6976\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6976.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2628,\"height\":100.353982300884950973340892232954502105712890625,\"width\":133.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1797-768x1024.jpg\",\"title\":\"IMG_1797\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1797.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2654,\"height\":100.353982300884950973340892232954502105712890625,\"width\":75.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1961-768x1024.jpg\",\"title\":\"IMG_1961\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1961.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2653,\"height\":100.353982300884950973340892232954502105712890625,\"width\":75.2999999999999971578290569595992565155029296875}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2620\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Partial wraps</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2590,\"title\":\"Partial wraps\",\"columns\":\"0\",\"row_height\":110,\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247-768x1024.jpg\",\"title\":\"IMG_3247\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2622,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272-768x1024.jpg\",\"title\":\"IMG_3272\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2616,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014-768x1024.jpg\",\"title\":\"IMG_3014\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2615,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962-768x1024.jpg\",\"title\":\"IMG_2962\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2614,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733-768x1024.jpg\",\"title\":\"IMG_2733\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2612,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122-768x1024.jpg\",\"title\":\"IMG_2122\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2611,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753-749x1024.jpg\",\"title\":\"IMG_1753\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2610,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":68.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159-768x1024.jpg\",\"title\":\"IMG_0159\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2607,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395-768x1024.jpg\",\"title\":\"IMG_9395\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2606,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":78.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984-931x1024.jpg\",\"title\":\"IMG_8984\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2605,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":95},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222-768x1024.jpg\",\"title\":\"IMG_8222\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2603,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":78.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495-768x1024.jpg\",\"title\":\"IMG_7495\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2601,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":78.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985-768x1024.jpg\",\"title\":\"IMG_6985\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2598,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":78.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969-768x1024.jpg\",\"title\":\"IMG_5969\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2596,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":78.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5154-768x1024.jpg\",\"title\":\"IMG_5154\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5154.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2595,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":78.2999999999999971578290569595992565155029296875}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2590\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Chrome deletes</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2530,\"title\":\"Chrome deletes\",\"columns\":\"0\",\"row_height\":150,\"margins\":\"custom\",\"custom_margins\":8,\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"lightbox_theme\":\"base\",\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-768x1024.jpg\",\"title\":\"IMG_6095\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2538,\"height\":143.854748603351964675312046892940998077392578125,\"width\":107.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1024x768.jpg\",\"title\":\"IMG_6872\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2539,\"height\":143.854748603351964675312046892940998077392578125,\"width\":191.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-768x1024.jpg\",\"title\":\"IMG_6873\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2540,\"height\":143.854748603351964675312046892940998077392578125,\"width\":107.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-768x1024.jpg\",\"title\":\"IMG_6892\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2541,\"height\":143.854748603351964675312046892940998077392578125,\"width\":107.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD-819x1024.jpg\",\"title\":\"6F96F978-DCB7-4975-98BF-B3FE55C384AD\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2543,\"height\":166.1290322580645124617149122059345245361328125,\"width\":132.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC-819x1024.jpg\",\"title\":\"4359657F-7DED-40E4-8EC2-FDFCDCF462BC\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2545,\"height\":166.1290322580645124617149122059345245361328125,\"width\":132.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1401-768x1024.jpg\",\"title\":\"IMG_1401\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1401.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2553,\"height\":166.1290322580645124617149122059345245361328125,\"width\":124.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1766-1-768x1024.jpg\",\"title\":\"IMG_1766\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1766-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2554,\"height\":166.1290322580645124617149122059345245361328125,\"width\":124.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2196-768x1024.jpg\",\"title\":\"IMG_2196\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2196.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2558,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2321-768x1024.jpg\",\"title\":\"IMG_2321\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2321.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2559,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2439-768x1024.jpg\",\"title\":\"IMG_2439\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2439.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2562,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2607-768x1024.jpg\",\"title\":\"IMG_2607\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2607.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2564,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2614-768x1024.jpg\",\"title\":\"IMG_2614\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2614.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2565,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2775-768x1024.jpg\",\"title\":\"IMG_2775\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2775.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2567,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2777-768x1024.jpg\",\"title\":\"IMG_2777\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2777.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2569,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3221-1-768x1024.jpg\",\"title\":\"IMG_3221\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3221-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2572,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-768x1024.jpg\",\"title\":\"IMG_3274\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2573,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3533-1-768x1024.jpg\",\"title\":\"IMG_3533\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3533-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2575,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3611-1-768x1024.jpg\",\"title\":\"IMG_3611\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3611-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2577,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435-768x1024.jpg\",\"title\":\"IMG_6435\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2583,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2530\']</div>\n<!-- /wp:envira/envira-gallery --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:wpforms/form-selector {\"clientId\":\"9783816b-3c20-4d09-8433-c847e9a49f38\",\"formId\":\"2516\",\"theme\":\"default\",\"themeName\":\"Default\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022Default\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textAlign\":\"center\",\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://aggressivegraphix.com/our-work/\">See all of our work &gt;&gt;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:yoast/faq-block {\"questions\":[{\"id\":\"faq-question-1740601022040\",\"question\":[\"How long does a vinyl wrap last?\"],\"answer\":[\"There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Using harsh soaps or detergents that are not PH neutral while washing your car\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Spray detailers that have sealers, ceramics, and waxes in them\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Harsh water sprayers like drive through car washes\",{\"type\":\"br\",\"props\":{\"children\":[]}},{\"type\":\"br\",\"props\":{\"children\":[]}},\"There are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.\"],\"jsonQuestion\":\"How long does a vinyl wrap last?\",\"jsonAnswer\":\"There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:\\u003cbr/\\u003e- Using harsh soaps or detergents that are not PH neutral while washing your car\\u003cbr/\\u003e- Spray detailers that have sealers, ceramics, and waxes in them\\u003cbr/\\u003e- Harsh water sprayers like drive through car washes\\u003cbr/\\u003e\\u003cbr/\\u003eThere are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.\"},{\"id\":\"faq-question-1740604719384\",\"question\":[\"Can vinyl cover paint imperfections?\"],\"answer\":[\"Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. \"],\"jsonQuestion\":\"Can vinyl cover paint imperfections?\",\"jsonAnswer\":\"Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. \"},{\"id\":\"faq-question-1740604877589\",\"question\":[\"Will you perform body work before wrapping my car?\"],\"answer\":[\"If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.\"],\"jsonQuestion\":\"Will you perform body work before wrapping my car?\",\"jsonAnswer\":\"If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.\"},{\"id\":\"faq-question-1740604960292\",\"question\":[\"Will vinyl hurt the paint of my car?\"],\"answer\":[\"Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.\"],\"jsonQuestion\":\"Will vinyl hurt the paint of my car?\",\"jsonAnswer\":\"Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.\"}]} -->\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1740601022040\"><strong class=\"schema-faq-question\">How long does a vinyl wrap last?</strong> <p class=\"schema-faq-answer\">There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:<br/>- Using harsh soaps or detergents that are not PH neutral while washing your car<br/>- Spray detailers that have sealers, ceramics, and waxes in them<br/>- Harsh water sprayers like drive through car washes<br/><br/>There are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604719384\"><strong class=\"schema-faq-question\">Can vinyl cover paint imperfections?</strong> <p class=\"schema-faq-answer\">Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. </p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604877589\"><strong class=\"schema-faq-question\">Will you perform body work before wrapping my car?</strong> <p class=\"schema-faq-answer\">If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604960292\"><strong class=\"schema-faq-question\">Will vinyl hurt the paint of my car?</strong> <p class=\"schema-faq-answer\">Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.</p> </div> </div>\n<!-- /wp:yoast/faq-block -->','Style wraps','','publish','closed','closed','','color-change-wraps','','','2025-08-29 19:55:24','2025-08-29 19:55:24','',95,'https://aggressivegraphix.com/?page_id=1212',0,'page','',0);
INSERT INTO `nbn_posts` VALUES (1214,1,'2024-12-18 16:41:11','2024-12-18 16:41:11','<!-- wp:paragraph -->\n<p class=\"\">Do you have a work vehicle or a fleet of vehicles on the road daily? Lettering or wrapping them is an inexpensive way to create mobile billboards advertising your company or brand to thousands of potential customers. We work with you to create the best and most effective look on your wrap to really catch eyes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Lettering</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">The most inexpensive way to add your business to your vehicle. This can be basic one color through printed logos. Coverage generally depends on the vehicle, usually on the front two doors and a graphic on the rear window/door/tailgate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-scaled-e1746126337486-768x1024.webp\",\"id\":3627,\"dimRatio\":0,\"isUserOverlayColor\":true,\"minHeight\":500,\"minHeightUnit\":\"px\",\"contentPosition\":\"bottom right\",\"isDark\":false,\"sizeSlug\":\"large\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-3627 size-large\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-scaled-e1746126337486-768x1024.webp\" data-object-fit=\"cover\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"fontSize\":\"large\"} -->\n<p class=\"has-text-align-center has-large-font-size\"></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3090-scaled-e1746127004697-1024x768.webp\",\"id\":3624,\"isUserOverlayColor\":true,\"minHeight\":500,\"minHeightUnit\":\"px\",\"customGradient\":\"linear-gradient(0deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%)\",\"contentPosition\":\"bottom right\",\"sizeSlug\":\"large\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-3624 size-large\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3090-scaled-e1746127004697-1024x768.webp\" data-object-fit=\"cover\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim wp-block-cover__gradient-background has-background-gradient\" style=\"background:linear-gradient(0deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"fontSize\":\"large\"} -->\n<p class=\"has-text-align-center has-large-font-size\"></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Partial/Half Wrap</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Create a unique design and look on your vehicle without the higher cost of a bumper to bumper full wrap. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Full Wrap</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Want to make the biggest impact going down the road? A full wrap achieves just that. We will transform your fleet into eye catching billboards that will bring in more sales leads and brand recognition. A full wrap consists of bumper to bumper coverage creating an impactful image of your vehicle or trailer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3651-scaled.webp\",\"id\":3625,\"dimRatio\":0,\"isUserOverlayColor\":true,\"minHeight\":500,\"minHeightUnit\":\"px\",\"contentPosition\":\"bottom right\",\"sizeSlug\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-3625 size-full\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3651-scaled.webp\" data-object-fit=\"cover\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"fontSize\":\"large\"} -->\n<p class=\"has-text-align-center has-large-font-size\"></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-scaled.webp\",\"id\":3609,\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.450000000000000011102230246251565404236316680908203125,\"y\":1},\"minHeight\":350,\"minHeightUnit\":\"px\",\"customGradient\":\"linear-gradient(0deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%)\",\"contentPosition\":\"bottom right\",\"sizeSlug\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:350px\"><img class=\"wp-block-cover__image-background wp-image-3609 size-full\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-scaled.webp\" style=\"object-position:45% 100%\" data-object-fit=\"cover\" data-object-position=\"45% 100%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim wp-block-cover__gradient-background has-background-gradient\" style=\"background:linear-gradient(0deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"fontSize\":\"large\"} -->\n<p class=\"has-text-align-center has-large-font-size\"></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Storefront</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Give the front of your store some personality that attracts customers to come in and check out your products.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Our work</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2832,\"title\":\"Commercial wraps\",\"columns\":\"0\",\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3649-768x1024.webp\",\"title\":\"IMG_3649\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3649.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2860,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1471-1.jpg\",\"title\":\"IMG_1471\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1471-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2931,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2396-1.webp\",\"title\":\"IMG_2396\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2396-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2917,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3790-1.jpg\",\"title\":\"IMG_3790\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3790-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2864,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2404-1.webp\",\"title\":\"IMG_2404\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2404-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2916,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7711.webp\",\"title\":\"IMG_7711\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7711.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2893,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5605-1.webp\",\"title\":\"IMG_5605\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5605-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2878,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3128-768x1024.webp\",\"title\":\"IMG_3128\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3128.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2853,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8061.webp\",\"title\":\"IMG_8061\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8061.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2899,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5505-1.webp\",\"title\":\"IMG_5505\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5505-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2877,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8036-1-768x1024.webp\",\"title\":\"IMG_8036\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8036-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2896,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6150-1.webp\",\"title\":\"IMG_6150\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6150-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2881,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5644-1.webp\",\"title\":\"IMG_5644\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5644-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2879,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4976-1.webp\",\"title\":\"IMG_4976\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4976-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2873,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3138-1.jpg\",\"title\":\"IMG_3138\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3138-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2854,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4344-1.webp\",\"title\":\"IMG_4344\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4344-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2870,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3922-1-768x1024.webp\",\"title\":\"IMG_3922\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3922-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2869,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2-819x1024.webp\",\"title\":\"564ED9D4-C180-4CCB-BD26-B5A05E95055A\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2849,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3785-1.jpg\",\"title\":\"IMG_3785\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3785-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2863,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3325-1.webp\",\"title\":\"IMG_3325\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3325-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2857,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3160-1.jpg\",\"title\":\"IMG_3160\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3160-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2856,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3142-1.jpg\",\"title\":\"IMG_3142\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3142-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2855,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0711-1.jpg\",\"title\":\"IMG_0711\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0711-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2840,\"height\":null,\"width\":null}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2832\']</div>\n<!-- /wp:envira/envira-gallery --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Lets chat about your project!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:wpforms/form-selector {\"clientId\":\"a55435ae-a334-4fea-a0cd-9cf017a85680\",\"formId\":\"2736\",\"theme\":\"default\",\"themeName\":\"Default\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022Default\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Commercial wraps and lettering','','publish','closed','closed','','commercial-wraps-and-lettering','','','2025-09-18 18:46:30','2025-09-18 18:46:30','',95,'https://aggressivegraphix.com/?page_id=1214',0,'page','',0),(1215,1,'2024-12-18 16:41:11','2024-12-18 16:41:11','','Commercial wraps and lettering','','inherit','closed','closed','','1214-revision-v1','','','2024-12-18 16:41:11','2024-12-18 16:41:11','',1214,'https://aggressivegraphix.com/?p=1215',0,'revision','',0),(1216,1,'2024-12-18 16:42:28','2024-12-18 16:42:28','<!-- wp:paragraph -->\n<p class=\"\">Adding tint to your vehicle will enhance the exterior look, enhance interior longevity, and provide a level of privacy depending on the percentage of tint used. Understanding the advertised percentages is crucial as we are installing the tint over factory glass which already has a tint hue naturally. The percentage number represents how much light and UV is let through the tint, meaning; a 35% tint allows 35% of the rays through into the interior of the vehicle. Most states do have tint laws of 35% or lighter on the front two windows and no tint below the AS1 line on the windshield. Our tint percentages are not the percent that will scan if tested after install. If the 35% tint option is chosen, the film itself is 35%; once installed over factory \"clear\" glass it will meter more towards 30% depending on the factory glass hue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2668,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/factorytint.webp\" alt=\"\" class=\"wp-image-2668\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Factory Glass</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">As a base display, this would represent clear factory glass for your window or windshield.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2669,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/50percenttint.webp\" alt=\"\" class=\"wp-image-2669\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">50% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">50 percent tint is generally used to keep the windows as clear as possible but offer the UV protection of tint.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2670,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/40percenttint.webp\" alt=\"\" class=\"wp-image-2670\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">40% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">40 percent tint offers a slightly darker than factory option allowing for a little bit of privacy and UV protection.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2671,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/35percenttint.webp\" alt=\"\" class=\"wp-image-2671\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">35% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">35 percent tint is generally the legal limit in most states. This option offers a darker look from the exterior with better protection from heat and UV rays. This is one of our most popular options.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2672,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/20percenttint.webp\" alt=\"\" class=\"wp-image-2672\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">20% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">20 percent tint is a darker option that generally mimics OEM rear privacy tinted glass. This will give your windows a nice dark appearance for privacy and UV protection.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2673,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/5percenttint.webp\" alt=\"\" class=\"wp-image-2673\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">5% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">5 percent tint, also referred to as limo tint is the darkest single layer option we offer. It is borderline not see through from the outside creating the most privacy.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\",\"backgroundColor\":\"primary\"} -->\n<hr class=\"is-style-wide wp-block-separator has-text-color has-primary-color has-alpha-channel-opacity has-primary-background-color has-background\"/>\n<!-- /wp:separator -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Tint coverage</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We offer all different coverage packages for tinting depending on your needs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Windshield:</strong> There are a couple different options for windshield tints. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Whole windshield (keep in mind most states with tint laws prohibit full tinted windshields, check with your state laws first)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Concave brow/sun shade. The concave look makes the outside edges look lower than the center of the windshield</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Convex brow/sun shade. The convex look follows the contour of the windshield to give an even thickness of the tint from left to right</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Doors:</strong> We use tried and true precision machine cut tint templates to ensure proper fitment for your vehicle based off your VIN. For rear doors with split glass, we do include the secondary pieces in our pricing and install.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Rear Windshield:</strong> Our tint film is a non-metallicized film allowing us to install directly onto your defroster without causing over heating or malfunctioning of the defrost system. We also precision machine cut the rear windshield shapes to ensure proper fitment. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2703,\"title\":\"Window tinting\",\"columns\":\"0\",\"row_height\":150,\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2741-768x1024.webp\",\"title\":\"IMG_2741\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2741.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2711,\"height\":146.571428571428583609304041601717472076416015625,\"width\":109.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/A7401195-1024x819.webp\",\"title\":\"A7401195\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/A7401195.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2704,\"height\":146.571428571428583609304041601717472076416015625,\"width\":183.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3624-768x1024.webp\",\"title\":\"IMG_3624\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3624.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2718,\"height\":146.571428571428583609304041601717472076416015625,\"width\":109.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3576-768x1024.webp\",\"title\":\"IMG_3576\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3576.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2717,\"height\":146.571428571428583609304041601717472076416015625,\"width\":109.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3575-768x1024.webp\",\"title\":\"IMG_3575\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3575.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2716,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3481-768x1024.webp\",\"title\":\"IMG_3481\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3481.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2715,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3480-768x1024.webp\",\"title\":\"IMG_3480\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3480.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2714,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3327-768x1024.webp\",\"title\":\"IMG_3327\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3327.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2713,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2849-768x1024.webp\",\"title\":\"IMG_2849\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2849.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2712,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2470-768x1024.webp\",\"title\":\"IMG_2470\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2470.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2710,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2469-768x1024.webp\",\"title\":\"IMG_2469\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2469.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2709,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2390-768x1024.webp\",\"title\":\"IMG_2390\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2390.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2708,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1916-768x1024.webp\",\"title\":\"IMG_1916\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1916.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2707,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0470-768x1024.webp\",\"title\":\"IMG_0470\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0470.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2706,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0450-768x1024.webp\",\"title\":\"IMG_0450\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0450.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2719,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0456-768x1024.webp\",\"title\":\"IMG_0456\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0456.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2705,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2703\']</div>\n<!-- /wp:envira/envira-gallery --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:wpforms/form-selector {\"clientId\":\"da82c8ba-ad31-4051-bcff-9d5adba4ec48\",\"formId\":\"2677\",\"theme\":\"default\",\"themeName\":\"Default\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022Default\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Window Tint Services','','publish','closed','closed','','window-tint','','','2025-09-18 17:19:19','2025-09-18 17:19:19','',95,'https://aggressivegraphix.com/?page_id=1216',0,'page','',0),(1217,1,'2024-12-18 16:42:28','2024-12-18 16:42:28','','Window tint','','inherit','closed','closed','','1216-revision-v1','','','2024-12-18 16:42:28','2024-12-18 16:42:28','',1216,'https://aggressivegraphix.com/?p=1217',0,'revision','',0),(1219,1,'2024-12-18 16:49:36','2024-12-18 16:49:36','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\"} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":5},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:query --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\"}}},\"backgroundColor\":\"primary\"} -->\n<hr class=\"is-style-wide wp-block-separator has-text-color has-primary-color has-alpha-channel-opacity has-primary-background-color has-background\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20)\"/>\n<!-- /wp:separator --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Category','Displays products filtered by a category.','inherit','closed','closed','','983-revision-v1','','','2024-12-18 16:49:36','2024-12-18 16:49:36','',983,'https://aggressivegraphix.com/?p=1219',0,'revision','',0),(1220,1,'2024-12-18 16:50:10','2024-12-18 16:50:10','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\"} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":5},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:query --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\"}}},\"backgroundColor\":\"primary\"} -->\n<hr class=\"is-style-wide wp-block-separator has-text-color has-primary-color has-alpha-channel-opacity has-primary-background-color has-background\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20)\"/>\n<!-- /wp:separator --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Attribute','Displays products filtered by an attribute.','inherit','closed','closed','','1118-revision-v1','','','2024-12-18 16:50:10','2024-12-18 16:50:10','',1118,'https://aggressivegraphix.com/?p=1220',0,'revision','',0),(1221,1,'2024-12-18 16:50:34','2024-12-18 16:50:34','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide is-not-stacked-on-mobile\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"100%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:100%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\"} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":5},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":1,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:query --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Tag','Displays products filtered by a tag.','publish','closed','closed','','taxonomy-product_tag','','','2024-12-19 20:31:27','2024-12-19 20:31:27','',0,'https://aggressivegraphix.com/taxonomy-product_tag/',0,'wp_template','',0),(1222,1,'2024-12-18 16:51:12','2024-12-18 16:51:12','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\"} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":5},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:query --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Category','Displays products filtered by a category.','inherit','closed','closed','','983-revision-v1','','','2024-12-18 16:51:12','2024-12-18 16:51:12','',983,'https://aggressivegraphix.com/?p=1222',0,'revision','',0),(1223,1,'2024-12-18 16:51:19','2024-12-18 16:51:19','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\"} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":5},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:query --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Attribute','Displays products filtered by an attribute.','inherit','closed','closed','','1118-revision-v1','','','2024-12-18 16:51:19','2024-12-18 16:51:19','',1118,'https://aggressivegraphix.com/?p=1223',0,'revision','',0),(1224,1,'2024-12-18 16:51:26','2024-12-18 16:51:26','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\"} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":5},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:query --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Tag','Displays products filtered by a tag.','inherit','closed','closed','','1221-revision-v1','','','2024-12-18 16:51:26','2024-12-18 16:51:26','',1221,'https://aggressivegraphix.com/?p=1224',0,'revision','',0),(1225,1,'2024-12-18 16:54:40','2024-12-18 16:54:40','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\"} /-->\n\n<!-- wp:group {\"tagName\":\"main\",\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<main class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:query-title {\"type\":\"search\",\"showPrefix\":false,\"align\":\"wide\"} /-->\n\n<!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"className\":\"alignwide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"alignwide wp-block-group\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /--></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":1,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\"],\"taxQuery\":[],\"isProductCollectionBlock\":true,\"perPage\":9,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"featured\":false,\"woocommerceOnSale\":false,\"woocommerceHandPickedProducts\":[],\"filterable\":false,\"relatedBy\":{\"categories\":true,\"tags\":true}},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":5,\"shrinkColumns\":false},\"dimensions\":{\"widthType\":\"fill\"},\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":false,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"},\"align\":\"wide\"} -->\n<div class=\"wp-block-woocommerce-product-collection alignwide\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\",\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"1rem\"}}}} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"1rem\"}}}} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:woocommerce/product-collection-no-results {\"align\":\"wide\"} -->\n<!-- wp:paragraph -->\n<p class=\"\">\n	No products were found matching your selection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:search {\"showLabel\":false,\"placeholder\":\"Search products…\",\"buttonText\":\"Search\",\"query\":{\"post_type\":\"product\"}} /-->\n<!-- /wp:woocommerce/product-collection-no-results --></div>\n<!-- /wp:woocommerce/product-collection --></main>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\"} /-->','Product Search Results','Displays search results for your store.','inherit','closed','closed','','119-revision-v1','','','2024-12-18 16:54:40','2024-12-18 16:54:40','',119,'https://aggressivegraphix.com/?p=1225',0,'revision','',0),(1226,1,'2024-12-18 16:56:21','2024-12-18 16:56:21','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide is-not-stacked-on-mobile\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"100%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:100%\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\"} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":5},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:query --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Attribute','Displays products filtered by an attribute.','inherit','closed','closed','','1118-revision-v1','','','2024-12-18 16:56:21','2024-12-18 16:56:21','',1118,'https://aggressivegraphix.com/?p=1226',0,'revision','',0),(1227,1,'2024-12-18 16:57:04','2024-12-18 16:57:04','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide is-not-stacked-on-mobile\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"100%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:100%\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\"} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":5},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:query --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Category','Displays products filtered by a category.','inherit','closed','closed','','983-revision-v1','','','2024-12-18 16:57:04','2024-12-18 16:57:04','',983,'https://aggressivegraphix.com/?p=1227',0,'revision','',0),(1228,1,'2024-12-18 16:57:18','2024-12-18 16:57:18','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide is-not-stacked-on-mobile\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"100%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:100%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\"} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":5},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:query --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Tag','Displays products filtered by a tag.','inherit','closed','closed','','1221-revision-v1','','','2024-12-18 16:57:18','2024-12-18 16:57:18','',1221,'https://aggressivegraphix.com/?p=1228',0,'revision','',0),(1229,1,'2024-12-18 17:02:59','2024-12-18 17:02:59','','','','publish','closed','closed','','1229','','','2024-12-18 18:08:09','2024-12-18 18:08:09','',1124,'https://aggressivegraphix.com/af_pao_fields/1229/',1,'af_pao_fields','',0),(1230,1,'2024-12-18 17:03:19','2024-12-18 17:03:19','','','','publish','closed','closed','','1230','','','2024-12-18 18:08:09','2024-12-18 18:08:09','',1124,'https://aggressivegraphix.com/af_pao_fields/1230/',0,'af_pao_fields','',0),(1239,1,'2024-12-18 17:36:09','2024-12-18 17:36:09','','','','publish','closed','closed','','1239','','','2024-12-18 18:08:09','2024-12-18 18:08:09','',1124,'https://aggressivegraphix.com/af_pao_fields/1239/',5,'af_pao_fields','',0),(1240,1,'2024-12-18 17:36:29','2024-12-18 17:36:29','','','','publish','closed','closed','','1240','','','2024-12-18 18:08:09','2024-12-18 18:08:09','',1239,'https://aggressivegraphix.com/af_pao_options/1240/',0,'af_pao_options','',0),(1241,1,'2024-12-18 17:36:38','2024-12-18 17:36:38','','','','publish','closed','closed','','1241','','','2024-12-18 18:08:09','2024-12-18 18:08:09','',1239,'https://aggressivegraphix.com/af_pao_options/1241/',0,'af_pao_options','',0),(1242,1,'2024-12-18 17:36:43','2024-12-18 17:36:43','','','','publish','closed','closed','','1242','','','2024-12-18 18:08:09','2024-12-18 18:08:09','',1239,'https://aggressivegraphix.com/af_pao_options/1242/',0,'af_pao_options','',0),(1243,1,'2024-12-18 17:37:30','2024-12-18 17:37:30','','','','publish','closed','closed','','1243','','','2024-12-18 18:08:09','2024-12-18 18:08:09','',1124,'https://aggressivegraphix.com/af_pao_fields/1243/',6,'af_pao_fields','',0),(1245,1,'2024-12-18 17:38:42','2024-12-18 17:38:42','','','','publish','closed','closed','','1245','','','2024-12-18 18:08:09','2024-12-18 18:08:09','',1243,'https://aggressivegraphix.com/af_pao_options/1245/',0,'af_pao_options','',0),(1246,1,'2024-12-18 17:38:45','2024-12-18 17:38:45','','','','publish','closed','closed','','1246','','','2024-12-18 18:08:09','2024-12-18 18:08:09','',1243,'https://aggressivegraphix.com/af_pao_options/1246/',0,'af_pao_options','',0),(1247,1,'2024-12-18 17:38:47','2024-12-18 17:38:47','','','','publish','closed','closed','','1247','','','2024-12-18 18:08:09','2024-12-18 18:08:09','',1243,'https://aggressivegraphix.com/af_pao_options/1247/',0,'af_pao_options','',0),(1248,1,'2024-12-18 17:38:50','2024-12-18 17:38:50','','','','publish','closed','closed','','1248','','','2024-12-18 18:08:09','2024-12-18 18:08:09','',1243,'https://aggressivegraphix.com/af_pao_options/1248/',0,'af_pao_options','',0),(1249,1,'2024-12-18 17:38:52','2024-12-18 17:38:52','','','','publish','closed','closed','','1249','','','2024-12-18 18:08:09','2024-12-18 18:08:09','',1243,'https://aggressivegraphix.com/af_pao_options/1249/',0,'af_pao_options','',0),(1251,1,'2024-12-18 17:47:12','2024-12-18 17:47:12','<!-- wp:group {\"tagName\":\"main\"} -->\n<main class=\"wp-block-group\"><!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":1} /-->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|30\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:0;height:var(--wp--preset--spacing--30)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:woocommerce/product-category /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-content {\"lock\":{\"move\":false,\"remove\":true},\"layout\":{\"type\":\"constrained\"}} /--></main>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Pages','Displays a static page unless a custom template has been applied to that page or a dedicated template exists.','inherit','closed','closed','','73-revision-v1','','','2024-12-18 17:47:12','2024-12-18 17:47:12','',73,'https://aggressivegraphix.com/?p=1251',0,'revision','',0),(1252,1,'2024-12-18 17:49:27','2024-12-18 17:49:27','<!-- wp:shortcode -->[woocommerce_my_account]<!-- /wp:shortcode -->','My account','','inherit','closed','closed','','9-revision-v1','','','2024-12-18 17:49:27','2024-12-18 17:49:27','',9,'https://aggressivegraphix.com/?p=1252',0,'revision','',0),(1253,1,'2024-12-18 17:50:39','2024-12-18 17:50:39','<!-- wp:group {\"tagName\":\"main\"} -->\n<main class=\"wp-block-group\"><!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:post-title {\"textAlign\":\"left\",\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"42px\"}}} /-->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|30\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:0;height:var(--wp--preset--spacing--30)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:woocommerce/product-category /-->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Products\",\"categories\":[\"wonder-blocks-products\"],\"patternName\":\"wonder-blocks/products-2\"},\"className\":\"nfd-container nfd-p-lg nfd-wb-products__products-2\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"nfd-container nfd-p-lg nfd-wb-products__products-2 wp-block-group\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Title\"},\"className\":\"nfd-text-balance\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-text-balance wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"className\":\"nfd-text-xl nfd-text-contrast\"} -->\n<h2 class=\"nfd-text-xl nfd-text-contrast wp-block-heading has-text-align-left\">Browse Collection</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-faded\"} -->\n<p class=\"nfd-text-faded\">Find the best and trending outfits.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":4,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"taxQuery\":[],\"isProductCollectionBlock\":true,\"perPage\":\"3\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":3,\"shrinkColumns\":false},\"dimensions\":{\"widthType\":\"fill\"},\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":false,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"},\"className\":\"nfd-wc-products\"} -->\n<div class=\"nfd-wc-products wp-block-woocommerce-product-collection\"><!-- wp:woocommerce/product-template {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}}} -->\n<!-- wp:woocommerce/product-image {\"showSaleBadge\":false,\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true,\"height\":\"\",\"className\":\"nfd-rounded-md\"} /-->\n<!-- /wp:woocommerce/product-template --></div>\n<!-- /wp:woocommerce/product-collection --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:post-content {\"lock\":{\"move\":false,\"remove\":true},\"layout\":{\"type\":\"constrained\"}} /--></main>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Pages','Displays a static page unless a custom template has been applied to that page or a dedicated template exists.','inherit','closed','closed','','73-revision-v1','','','2024-12-18 17:50:39','2024-12-18 17:50:39','',73,'https://aggressivegraphix.com/?p=1253',0,'revision','',0),(1254,1,'2024-12-18 17:54:51','2024-12-18 17:54:51','<!-- wp:group {\"tagName\":\"main\"} -->\n<main class=\"wp-block-group\"><!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:post-title {\"textAlign\":\"left\",\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"42px\"},\"spacing\":{\"margin\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"},\"padding\":{\"right\":\"0\",\"left\":\"0\"}}}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\",\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-right:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40);flex-basis:100%\"><!-- wp:woocommerce/product-category /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:post-content {\"lock\":{\"move\":false,\"remove\":true},\"layout\":{\"type\":\"constrained\"}} /--></main>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Pages','Displays a static page unless a custom template has been applied to that page or a dedicated template exists.','inherit','closed','closed','','73-revision-v1','','','2024-12-18 17:54:51','2024-12-18 17:54:51','',73,'https://aggressivegraphix.com/?p=1254',0,'revision','',0),(1255,1,'2024-12-18 17:57:13','2024-12-18 17:57:13','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|40\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--40)\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"5px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:5px\"><!-- wp:column {\"width\":\"29.57%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:29.57%\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--30)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"letterSpacing\":\"-1px\",\"lineHeight\":\"1.15\"},\"spacing\":{\"margin\":{\"top\":\"10px\"}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"70.42%\",\"style\":{\"spacing\":{\"blockGap\":\"24px\",\"padding\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"padding-top:0;flex-basis:70.42%\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/banner-grid.png\",\"id\":42,\"dimRatio\":0,\"minHeight\":247,\"isDark\":false,\"className\":\"content-image\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"content-image wp-block-cover is-light\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;min-height:247px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-42\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/banner-grid.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"list-hero relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"22px\",\"left\":\"22px\",\"top\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\",\"justifyContent\":\"left\"}} -->\n<div class=\"list-hero relative wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:22px;padding-left:22px\"><!-- wp:paragraph {\"className\":\"hero-content\",\"style\":{\"typography\":{\"fontSize\":\"18px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"hero-content has-gray-100-color has-text-color has-link-color\" style=\"font-size:18px\">Cutting-edge design and performance: explore the latest bikes on the scene.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"className\":\"stretched-link\"} -->\n<div class=\"stretched-link wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"gray-100\",\"style\":{\"spacing\":{\"padding\":{\"left\":\"39px\",\"right\":\"39px\"}}}} -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-gray-100-background-color has-background wp-element-button\" href=\"#\" style=\"padding-right:39px;padding-left:39px\">Browse</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"},\"margin\":{\"top\":\"0px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"margin-top:0px;padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"77.1%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:77.1%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:0px\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":3,\"query\":{\"perPage\":\"4\",\"pages\":\"2\",\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"className\":\"product-list-view product-list-view-ext \"} -->\n<div class=\"product-list-view product-list-view-ext  wp-block-query\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"default\"},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:group {\"className\":\"product-list-ext-inner\",\"style\":{\"spacing\":{\"blockGap\":\"48px\",\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\",\"verticalAlignment\":\"stretch\"}} -->\n<div class=\"product-list-ext-inner wp-block-group\" style=\"margin-top:0px;margin-bottom:0px\"><!-- wp:group {\"className\":\"image\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"image wp-block-group\"><!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true,\"width\":\"\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"className\":\"product-desc\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\",\"top\":\"5px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"product-desc wp-block-group\" style=\"padding-top:5px;padding-right:0px;padding-left:0px\"><!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"typography\":{\"fontSize\":\"12px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"spacing\":{\"margin\":{\"bottom\":\"10px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"var:preset|spacing|30\",\"top\":\"0\"}},\"typography\":{\"fontSize\":\"18px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfQueryLoop\":true,\"style\":{\"spacing\":{\"margin\":{\"right\":\"0px\",\"left\":\"0px\"}}}} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":30,\"style\":{\"spacing\":{\"margin\":{\"top\":\"11px\",\"bottom\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"className\":\"product-list-view-content ml-auto\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"10px\",\"left\":\"var:preset|spacing|30\",\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\"},\"blockGap\":\"0px\",\"margin\":{\"top\":\"0rem\",\"bottom\":\"0rem\"}},\"border\":{\"radius\":{\"topLeft\":\"0px\",\"bottomLeft\":\"0px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"product-list-view-content ml-auto wp-block-group\" style=\"border-top-left-radius:0px;border-bottom-left-radius:0px;margin-top:0rem;margin-bottom:0rem;padding-top:var(--wp--preset--spacing--30);padding-right:10px;padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"10px\"}}}} /-->\n\n<!-- wp:group {\"className\":\"d-none d-xl-block list-feature\",\"style\":{\"spacing\":{\"blockGap\":\"10px\",\"margin\":{\"bottom\":\"25px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"orientation\":\"vertical\"}} -->\n<div class=\"d-none d-xl-block list-feature wp-block-group\" style=\"margin-bottom:25px\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"15px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"8.5%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:8.5%\"><!-- wp:image {\"id\":208,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://eride.madrasthemes.com/wp-content/themes/eride/assets/images/delivery-icon.svg\" alt=\"\" class=\"wp-image-208\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"83%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:83%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"2.1\",\"textTransform\":\"capitalize\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:14px;font-style:normal;font-weight:600;line-height:2.1;text-transform:capitalize\">Next day delivery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"margin\":{\"bottom\":\"0\",\"top\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1200\"}}}},\"textColor\":\"gray-1200\"} -->\n<p class=\"has-gray-1200-color has-text-color has-link-color\" style=\"margin-top:0px;margin-bottom:0;font-size:12px;font-style:normal;font-weight:400;line-height:1\">Availabilitycheck </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"15px\"},\"margin\":{\"top\":\"10px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\" style=\"margin-top:10px\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"20px\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:20px\"><!-- wp:image {\"id\":209,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://eride.madrasthemes.com/wp-content/themes/eride/assets/images/marker-icon.svg\" alt=\"\" class=\"wp-image-209\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"83px\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:83px\"><!-- wp:heading {\"className\":\"text-nowrap\",\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"2.1\",\"textTransform\":\"capitalize\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"text-nowrap wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:14px;font-style:normal;font-weight:600;line-height:2.1;text-transform:capitalize\">Pick Localty</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"text-nowrap\",\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"margin\":{\"bottom\":\"0\",\"top\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1200\"}}}},\"textColor\":\"gray-1200\"} -->\n<p class=\"text-nowrap has-gray-1200-color has-text-color has-link-color\" style=\"margin-top:0px;margin-bottom:0;font-size:12px;font-style:normal;font-weight:400;line-height:1\">Check Availability</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"15px\"},\"margin\":{\"top\":\"10px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\" style=\"margin-top:10px\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"8%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:8%\"><!-- wp:image {\"id\":210,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://eride.madrasthemes.com/wp-content/themes/eride/assets/images/payment-icon.svg\" alt=\"\" class=\"wp-image-210\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"87%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:87%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"2.1\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:14px;font-style:normal;font-weight:600;line-height:2.1\">PayAfter</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1200\"}}}},\"textColor\":\"gray-1200\"} -->\n<p class=\"has-gray-1200-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:12px;font-style:normal;font-weight:400;line-height:1\">Buy now pay within 6 month</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Home-v1-signup-form\"},\"align\":\"wide\",\"className\":\"home-signup\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|50\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"580px\"}} -->\n<div class=\"home-signup wp-block-group alignwide\" style=\"margin-top:var(--wp--preset--spacing--50)\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\",\"right\":\"0px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"15px\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"555px\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#333e48\"}}},\"color\":{\"text\":\"#333e48\"},\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.3\"}}} -->\n<h2 class=\"wp-block-heading has-text-align-center has-text-color has-link-color\" style=\"color:#333e48;font-size:32px;font-style:normal;font-weight:400;line-height:1.3\">Sign up &amp; Receive a 20% Off Coupon From eRide!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.5\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"bottom\":\"var:preset|spacing|20\"}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-text-align-center has-gray-100-color has-text-color has-link-color\" style=\"margin-bottom:var(--wp--preset--spacing--20);font-size:15px;font-style:normal;font-weight:400;line-height:1.5\">Receive updates, access to exclusive deals, and more.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:wpforms/form-selector {\"clientId\":\"7e8ca518-d39a-471d-b53a-d5dd9ef7c7eb\",\"formId\":\"55\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022}\"} /-->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"12px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.5\"},\"color\":{\"text\":\"#83898e\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#83898e\"}}},\"spacing\":{\"margin\":{\"top\":\"0px\"}}}} -->\n<p class=\"has-text-align-center has-text-color has-link-color\" style=\"color:#83898e;margin-top:0px;font-size:12px;font-style:normal;font-weight:400;line-height:1.5\">$20 Coupon can only be used on whole unit products, not accessories or parts</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Product List Extended','','inherit','closed','closed','','118-revision-v1','','','2024-12-18 17:57:13','2024-12-18 17:57:13','',118,'https://aggressivegraphix.com/?p=1255',0,'revision','',0),(1265,1,'2024-12-18 20:14:26','2024-12-18 20:14:26','','Jersey lettering','','publish','closed','closed','','jersey-lettering','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',0,'https://aggressivegraphix.com/?post_type=af_addon&#038;p=1265',0,'af_addon','',0),(1266,1,'2024-12-18 20:01:36','2024-12-18 20:01:36','','','','publish','closed','closed','','1266','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1265,'https://aggressivegraphix.com/af_pao_fields/1266/',0,'af_pao_fields','',0),(1267,1,'2024-12-18 20:02:08','2024-12-18 20:02:08','','','','publish','closed','closed','','1267','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1266,'https://aggressivegraphix.com/af_pao_options/1267/',0,'af_pao_options','',0),(1268,1,'2024-12-18 20:02:12','2024-12-18 20:02:12','','','','publish','closed','closed','','1268','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1266,'https://aggressivegraphix.com/af_pao_options/1268/',0,'af_pao_options','',0),(1269,1,'2024-12-18 20:02:48','2024-12-18 20:02:48','','','','publish','closed','closed','','1269','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1265,'https://aggressivegraphix.com/af_pao_fields/1269/',1,'af_pao_fields','',0),(1270,1,'2024-12-18 20:04:00','2024-12-18 20:04:00','','','','publish','closed','closed','','1270','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1265,'https://aggressivegraphix.com/af_pao_fields/1270/',2,'af_pao_fields','',0),(1271,1,'2024-12-18 20:17:30','2024-12-18 20:17:30','<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p class=\"\">Customize the look of your jersey with your name, number, and sponsor logos in bright solid colors. Our material has very light and flexible hand on the jersey allowing for a comfortable fit. We ensure to design your name and number to meet any racing regulations and rules to make sure you pass tech inspection every time.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Wash inside out in cold water and hang dry. Hot water, harsh detergents, and machine drying may cause damage or shorten the life of the vinyl on the jersey.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">No Warranty</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Original jersey color and design may bleed through.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->','Avenger','<p>Customize your jersey with your name, number, and sponsor logos.</p>','publish','open','closed','','avenger','','','2025-02-11 16:42:27','2025-02-11 16:42:27','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=1271',0,'product','',0),(1272,1,'2024-12-18 20:16:38','2024-12-18 20:16:38','','jersey-avenger','','inherit','open','closed','','jersey-avenger','','','2025-09-09 15:32:52','2025-09-09 15:32:52','',1271,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-avenger.png',0,'attachment','image/webp',0),(1273,1,'2024-12-18 20:23:27','2024-12-18 20:23:27','','','','publish','closed','closed','','1273','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1265,'https://aggressivegraphix.com/af_pao_fields/1273/',3,'af_pao_fields','',0),(1274,1,'2024-12-18 20:23:53','2024-12-18 20:23:53','','','','publish','closed','closed','','1274','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1273,'https://aggressivegraphix.com/af_pao_options/1274/',0,'af_pao_options','',0),(1275,1,'2024-12-18 20:24:04','2024-12-18 20:24:04','','','','publish','closed','closed','','1275','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1273,'https://aggressivegraphix.com/af_pao_options/1275/',1,'af_pao_options','',0),(1276,1,'2024-12-18 20:24:10','2024-12-18 20:24:10','','','','publish','closed','closed','','1276','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1273,'https://aggressivegraphix.com/af_pao_options/1276/',2,'af_pao_options','',0),(1277,1,'2024-12-18 20:24:20','2024-12-18 20:24:20','','','','publish','closed','closed','','1277','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1273,'https://aggressivegraphix.com/af_pao_options/1277/',3,'af_pao_options','',0),(1278,1,'2024-12-18 20:24:28','2024-12-18 20:24:28','','','','publish','closed','closed','','1278','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1273,'https://aggressivegraphix.com/af_pao_options/1278/',4,'af_pao_options','',0),(1279,1,'2024-12-18 20:24:37','2024-12-18 20:24:37','','','','publish','closed','closed','','1279','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1273,'https://aggressivegraphix.com/af_pao_options/1279/',5,'af_pao_options','',0),(1280,1,'2024-12-18 20:24:47','2024-12-18 20:24:47','','','','publish','closed','closed','','1280','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1273,'https://aggressivegraphix.com/af_pao_options/1280/',6,'af_pao_options','',0),(1281,1,'2024-12-18 20:24:59','2024-12-18 20:24:59','','','','publish','closed','closed','','1281','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1273,'https://aggressivegraphix.com/af_pao_options/1281/',7,'af_pao_options','',0),(1282,1,'2024-12-18 20:25:07','2024-12-18 20:25:07','','','','publish','closed','closed','','1282','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1273,'https://aggressivegraphix.com/af_pao_options/1282/',8,'af_pao_options','',0),(1283,1,'2024-12-18 20:25:42','2024-12-18 20:25:42','','','','publish','closed','closed','','1283','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1273,'https://aggressivegraphix.com/af_pao_options/1283/',9,'af_pao_options','',0),(1284,1,'2024-12-18 20:25:50','2024-12-18 20:25:50','','','','publish','closed','closed','','1284','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1273,'https://aggressivegraphix.com/af_pao_options/1284/',9,'af_pao_options','',0),(1285,1,'2024-12-18 20:25:58','2024-12-18 20:25:58','','','','publish','closed','closed','','1285','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1273,'https://aggressivegraphix.com/af_pao_options/1285/',11,'af_pao_options','',0),(1286,1,'2024-12-18 20:26:07','2024-12-18 20:26:07','','','','publish','closed','closed','','1286','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1273,'https://aggressivegraphix.com/af_pao_options/1286/',12,'af_pao_options','',0),(1287,1,'2024-12-18 20:26:17','2024-12-18 20:26:17','','','','publish','closed','closed','','1287','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1273,'https://aggressivegraphix.com/af_pao_options/1287/',13,'af_pao_options','',0),(1288,1,'2024-12-18 20:26:22','2024-12-18 20:26:22','','','','publish','closed','closed','','1288','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1273,'https://aggressivegraphix.com/af_pao_options/1288/',14,'af_pao_options','',0),(1289,1,'2024-12-18 20:26:30','2024-12-18 20:26:30','','','','publish','closed','closed','','1289','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1273,'https://aggressivegraphix.com/af_pao_options/1289/',15,'af_pao_options','',0),(1290,1,'2024-12-18 20:26:36','2024-12-18 20:26:36','','','','publish','closed','closed','','1290','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1273,'https://aggressivegraphix.com/af_pao_options/1290/',16,'af_pao_options','',0),(1291,1,'2024-12-18 20:26:40','2024-12-18 20:26:40','','','','publish','closed','closed','','1291','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1273,'https://aggressivegraphix.com/af_pao_options/1291/',17,'af_pao_options','',0),(1292,1,'2024-12-18 20:26:53','2024-12-18 20:26:53','','','','publish','closed','closed','','1292','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1273,'https://aggressivegraphix.com/af_pao_options/1292/',18,'af_pao_options','',0),(1293,1,'2024-12-18 20:27:07','2024-12-18 20:27:07','','','','publish','closed','closed','','1293','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1273,'https://aggressivegraphix.com/af_pao_options/1293/',19,'af_pao_options','',0),(1294,1,'2024-12-18 20:27:14','2024-12-18 20:27:14','','','','publish','closed','closed','','1294','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1273,'https://aggressivegraphix.com/af_pao_options/1294/',20,'af_pao_options','',0),(1295,1,'2024-12-18 20:27:20','2024-12-18 20:27:20','','','','publish','closed','closed','','1295','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1273,'https://aggressivegraphix.com/af_pao_options/1295/',21,'af_pao_options','',0),(1296,1,'2024-12-18 20:27:27','2024-12-18 20:27:27','','','','publish','closed','closed','','1296','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1273,'https://aggressivegraphix.com/af_pao_options/1296/',22,'af_pao_options','',0),(1297,1,'2024-12-18 20:27:35','2024-12-18 20:27:35','','','','publish','closed','closed','','1297','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1273,'https://aggressivegraphix.com/af_pao_options/1297/',23,'af_pao_options','',0),(1298,1,'2024-12-18 20:27:45','2024-12-18 20:27:45','','','','publish','closed','closed','','1298','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1273,'https://aggressivegraphix.com/af_pao_options/1298/',24,'af_pao_options','',0),(1299,1,'2024-12-18 20:27:52','2024-12-18 20:27:52','','','','publish','closed','closed','','1299','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1273,'https://aggressivegraphix.com/af_pao_options/1299/',25,'af_pao_options','',0),(1300,1,'2024-12-18 20:27:59','2024-12-18 20:27:59','','','','publish','closed','closed','','1300','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1273,'https://aggressivegraphix.com/af_pao_options/1300/',27,'af_pao_options','',0),(1301,1,'2024-12-18 20:28:07','2024-12-18 20:28:07','','','','publish','closed','closed','','1301','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1273,'https://aggressivegraphix.com/af_pao_options/1301/',28,'af_pao_options','',0),(1302,1,'2024-12-18 20:28:15','2024-12-18 20:28:15','','','','publish','closed','closed','','1302','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1273,'https://aggressivegraphix.com/af_pao_options/1302/',29,'af_pao_options','',0),(1303,1,'2024-12-18 20:28:24','2024-12-18 20:28:24','','','','publish','closed','closed','','1303','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1273,'https://aggressivegraphix.com/af_pao_options/1303/',30,'af_pao_options','',0),(1304,1,'2024-12-18 20:28:33','2024-12-18 20:28:33','','','','publish','closed','closed','','1304','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1273,'https://aggressivegraphix.com/af_pao_options/1304/',31,'af_pao_options','',0),(1305,1,'2024-12-18 20:28:41','2024-12-18 20:28:41','','','','publish','closed','closed','','1305','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1273,'https://aggressivegraphix.com/af_pao_options/1305/',35,'af_pao_options','',0),(1306,1,'2024-12-18 20:28:48','2024-12-18 20:28:48','','','','publish','closed','closed','','1306','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1273,'https://aggressivegraphix.com/af_pao_options/1306/',36,'af_pao_options','',0),(1307,1,'2024-12-18 20:28:57','2024-12-18 20:28:57','','','','publish','closed','closed','','1307','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1273,'https://aggressivegraphix.com/af_pao_options/1307/',37,'af_pao_options','',0),(1308,1,'2024-12-18 20:29:05','2024-12-18 20:29:05','','','','publish','closed','closed','','1308','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1273,'https://aggressivegraphix.com/af_pao_options/1308/',32,'af_pao_options','',0),(1309,1,'2024-12-18 20:29:12','2024-12-18 20:29:12','','','','publish','closed','closed','','1309','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1273,'https://aggressivegraphix.com/af_pao_options/1309/',33,'af_pao_options','',0),(1310,1,'2024-12-18 20:29:20','2024-12-18 20:29:20','','','','publish','closed','closed','','1310','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1273,'https://aggressivegraphix.com/af_pao_options/1310/',34,'af_pao_options','',0),(1311,1,'2024-12-18 20:29:33','2024-12-18 20:29:33','','','','publish','closed','closed','','1311','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1273,'https://aggressivegraphix.com/af_pao_options/1311/',26,'af_pao_options','',0),(1312,1,'2024-12-18 20:29:52','2024-12-18 20:29:52','','','','publish','closed','closed','','1312','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1265,'https://aggressivegraphix.com/af_pao_fields/1312/',5,'af_pao_fields','',0),(1313,1,'2024-12-18 20:30:22','2024-12-18 20:30:22','','','','publish','closed','closed','','1313','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1312,'https://aggressivegraphix.com/af_pao_options/1313/',0,'af_pao_options','',0),(1314,1,'2024-12-18 20:30:30','2024-12-18 20:30:30','','','','publish','closed','closed','','1314','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1312,'https://aggressivegraphix.com/af_pao_options/1314/',1,'af_pao_options','',0),(1315,1,'2024-12-18 20:31:45','2024-12-18 20:31:45','','','','publish','closed','closed','','1315','','','2024-12-18 21:03:35','2024-12-18 21:03:35','',1312,'https://aggressivegraphix.com/af_pao_options/1315/',2,'af_pao_options','',0),(1316,1,'2024-12-18 20:31:58','2024-12-18 20:31:58','','','','publish','closed','closed','','1316','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1312,'https://aggressivegraphix.com/af_pao_options/1316/',3,'af_pao_options','',0),(1317,1,'2024-12-18 20:32:04','2024-12-18 20:32:04','','','','publish','closed','closed','','1317','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1312,'https://aggressivegraphix.com/af_pao_options/1317/',4,'af_pao_options','',0),(1318,1,'2024-12-18 20:32:09','2024-12-18 20:32:09','','','','publish','closed','closed','','1318','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1312,'https://aggressivegraphix.com/af_pao_options/1318/',5,'af_pao_options','',0),(1319,1,'2024-12-18 20:32:17','2024-12-18 20:32:17','','','','publish','closed','closed','','1319','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1312,'https://aggressivegraphix.com/af_pao_options/1319/',6,'af_pao_options','',0),(1320,1,'2024-12-18 20:32:24','2024-12-18 20:32:24','','','','publish','closed','closed','','1320','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1312,'https://aggressivegraphix.com/af_pao_options/1320/',7,'af_pao_options','',0),(1321,1,'2024-12-18 20:32:32','2024-12-18 20:32:32','','','','publish','closed','closed','','1321','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1312,'https://aggressivegraphix.com/af_pao_options/1321/',8,'af_pao_options','',0),(1322,1,'2024-12-18 20:32:47','2024-12-18 20:32:47','','','','publish','closed','closed','','1322','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1312,'https://aggressivegraphix.com/af_pao_options/1322/',9,'af_pao_options','',0),(1323,1,'2024-12-18 20:32:54','2024-12-18 20:32:54','','','','publish','closed','closed','','1323','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1312,'https://aggressivegraphix.com/af_pao_options/1323/',10,'af_pao_options','',0),(1324,1,'2024-12-18 20:33:05','2024-12-18 20:33:05','','','','publish','closed','closed','','1324','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1312,'https://aggressivegraphix.com/af_pao_options/1324/',11,'af_pao_options','',0),(1325,1,'2024-12-18 20:33:37','2024-12-18 20:33:37','','','','publish','closed','closed','','1325','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1312,'https://aggressivegraphix.com/af_pao_options/1325/',12,'af_pao_options','',0),(1326,1,'2024-12-18 20:33:47','2024-12-18 20:33:47','','','','publish','closed','closed','','1326','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1312,'https://aggressivegraphix.com/af_pao_options/1326/',26,'af_pao_options','',0),(1327,1,'2024-12-18 20:33:58','2024-12-18 20:33:58','','','','publish','closed','closed','','1327','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1312,'https://aggressivegraphix.com/af_pao_options/1327/',13,'af_pao_options','',0),(1328,1,'2024-12-18 20:34:03','2024-12-18 20:34:03','','','','publish','closed','closed','','1328','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1312,'https://aggressivegraphix.com/af_pao_options/1328/',14,'af_pao_options','',0),(1329,1,'2024-12-18 20:34:14','2024-12-18 20:34:14','','','','publish','closed','closed','','1329','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1312,'https://aggressivegraphix.com/af_pao_options/1329/',15,'af_pao_options','',0),(1330,1,'2024-12-18 20:34:21','2024-12-18 20:34:21','','','','publish','closed','closed','','1330','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1312,'https://aggressivegraphix.com/af_pao_options/1330/',16,'af_pao_options','',0),(1331,1,'2024-12-18 20:34:30','2024-12-18 20:34:30','','','','publish','closed','closed','','1331','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1312,'https://aggressivegraphix.com/af_pao_options/1331/',17,'af_pao_options','',0),(1332,1,'2024-12-18 20:34:38','2024-12-18 20:34:38','','','','publish','closed','closed','','1332','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1312,'https://aggressivegraphix.com/af_pao_options/1332/',18,'af_pao_options','',0),(1333,1,'2024-12-18 20:34:55','2024-12-18 20:34:55','','','','publish','closed','closed','','1333','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1312,'https://aggressivegraphix.com/af_pao_options/1333/',19,'af_pao_options','',0),(1334,1,'2024-12-18 20:35:04','2024-12-18 20:35:04','','','','publish','closed','closed','','1334','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1312,'https://aggressivegraphix.com/af_pao_options/1334/',20,'af_pao_options','',0),(1335,1,'2024-12-18 20:35:10','2024-12-18 20:35:10','','','','publish','closed','closed','','1335','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1312,'https://aggressivegraphix.com/af_pao_options/1335/',21,'af_pao_options','',0),(1336,1,'2024-12-18 20:35:20','2024-12-18 20:35:20','','','','publish','closed','closed','','1336','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1312,'https://aggressivegraphix.com/af_pao_options/1336/',22,'af_pao_options','',0),(1337,1,'2024-12-18 20:35:30','2024-12-18 20:35:30','','','','publish','closed','closed','','1337','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1312,'https://aggressivegraphix.com/af_pao_options/1337/',23,'af_pao_options','',0),(1338,1,'2024-12-18 20:35:41','2024-12-18 20:35:41','','','','publish','closed','closed','','1338','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1312,'https://aggressivegraphix.com/af_pao_options/1338/',24,'af_pao_options','',0),(1339,1,'2024-12-18 20:35:48','2024-12-18 20:35:48','','','','publish','closed','closed','','1339','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1312,'https://aggressivegraphix.com/af_pao_options/1339/',25,'af_pao_options','',0),(1340,1,'2024-12-18 20:36:08','2024-12-18 20:36:08','','','','publish','closed','closed','','1340','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1265,'https://aggressivegraphix.com/af_pao_fields/1340/',6,'af_pao_fields','',0),(1341,1,'2024-12-18 20:36:52','2024-12-18 20:36:52','','','','publish','closed','closed','','1341','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1340,'https://aggressivegraphix.com/af_pao_options/1341/',0,'af_pao_options','',0),(1342,1,'2024-12-18 20:38:16','2024-12-18 20:38:16','','','','publish','closed','closed','','1342','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1340,'https://aggressivegraphix.com/af_pao_options/1342/',0,'af_pao_options','',0),(1343,1,'2024-12-18 20:38:22','2024-12-18 20:38:22','','','','publish','closed','closed','','1343','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1340,'https://aggressivegraphix.com/af_pao_options/1343/',0,'af_pao_options','',0),(1344,1,'2024-12-18 20:38:27','2024-12-18 20:38:27','','','','publish','closed','closed','','1344','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1340,'https://aggressivegraphix.com/af_pao_options/1344/',0,'af_pao_options','',0),(1345,1,'2024-12-18 20:38:33','2024-12-18 20:38:33','','','','publish','closed','closed','','1345','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1340,'https://aggressivegraphix.com/af_pao_options/1345/',0,'af_pao_options','',0),(1346,1,'2024-12-18 20:38:38','2024-12-18 20:38:38','','','','publish','closed','closed','','1346','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1340,'https://aggressivegraphix.com/af_pao_options/1346/',0,'af_pao_options','',0),(1347,1,'2024-12-18 20:38:44','2024-12-18 20:38:44','','','','publish','closed','closed','','1347','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1340,'https://aggressivegraphix.com/af_pao_options/1347/',0,'af_pao_options','',0),(1348,1,'2024-12-18 20:38:50','2024-12-18 20:38:50','','','','publish','closed','closed','','1348','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1340,'https://aggressivegraphix.com/af_pao_options/1348/',0,'af_pao_options','',0),(1349,1,'2024-12-18 20:38:56','2024-12-18 20:38:56','','','','publish','closed','closed','','1349','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1340,'https://aggressivegraphix.com/af_pao_options/1349/',0,'af_pao_options','',0),(1350,1,'2024-12-18 20:40:15','2024-12-18 20:40:15','','','','publish','closed','closed','','1350','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1265,'https://aggressivegraphix.com/af_pao_fields/1350/',7,'af_pao_fields','',0),(1351,1,'2024-12-18 20:41:06','2024-12-18 20:41:06','','','','publish','closed','closed','','1351','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1265,'https://aggressivegraphix.com/af_pao_fields/1351/',6,'af_pao_fields','',0),(1352,1,'2024-12-18 20:52:49','2024-12-18 20:52:49','','','','publish','closed','closed','','1352','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1265,'https://aggressivegraphix.com/af_pao_fields/1352/',4,'af_pao_fields','',0),(1353,1,'2024-12-18 20:54:38','2024-12-18 20:54:38','','','','publish','closed','closed','','1353','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1352,'https://aggressivegraphix.com/af_pao_options/1353/',0,'af_pao_options','',0),(1354,1,'2024-12-18 20:55:02','2024-12-18 20:55:02','','','','publish','closed','closed','','1354','','','2024-12-18 21:03:34','2024-12-18 21:03:34','',1352,'https://aggressivegraphix.com/af_pao_options/1354/',1,'af_pao_options','',0),(1355,1,'2024-12-18 21:09:44','2024-12-18 21:09:44','<div class=\"wp-block-woocommerce-cart alignwide is-loading\">\n<div class=\"wp-block-woocommerce-filled-cart-block\">\n<div class=\"wp-block-woocommerce-cart-items-block\">\n<div class=\"wp-block-woocommerce-cart-line-items-block\"></div>\n<div class=\"wp-block-woocommerce-cart-cross-sells-block\">\n<h2 class=\"wp-block-heading has-large-font-size\">You may be interested in…</h2>\n<div class=\"wp-block-woocommerce-cart-cross-sells-products-block\"></div>\n</div>\n</div>\n<div class=\"wp-block-woocommerce-cart-totals-block\">\n<div class=\"wp-block-woocommerce-cart-order-summary-block\">\n<div class=\"wp-block-woocommerce-cart-order-summary-heading-block\"></div>\n<div class=\"wp-block-woocommerce-cart-order-summary-coupon-form-block\"></div>\n<div class=\"wp-block-woocommerce-cart-order-summary-subtotal-block\"></div>\n<div class=\"wp-block-woocommerce-cart-order-summary-fee-block\"></div>\n<div class=\"wp-block-woocommerce-cart-order-summary-discount-block\"></div>\n<div class=\"wp-block-woocommerce-cart-order-summary-shipping-block\"></div>\n<div class=\"wp-block-woocommerce-cart-order-summary-taxes-block\"></div>\n</div>\n<div class=\"wp-block-woocommerce-cart-express-payment-block\"></div>\n<div class=\"wp-block-woocommerce-proceed-to-checkout-block\"></div>\n<div class=\"wp-block-woocommerce-cart-accepted-payment-methods-block\"></div>\n</div>\n</div>\n<div class=\"wp-block-woocommerce-empty-cart-block\">\n<h2 class=\"wp-block-heading has-text-align-center with-empty-cart-icon wc-block-cart__empty-cart__title\">Your cart is currently empty!</h2>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"/>\n<h2 class=\"wp-block-heading has-text-align-center\">New in store</h2>\n</div>\n</div>','Cart','','inherit','closed','closed','','7-revision-v1','','','2024-12-18 21:09:44','2024-12-18 21:09:44','',7,'https://aggressivegraphix.com/?p=1355',0,'revision','',0),(1356,1,'2024-12-18 21:09:45','2024-12-18 21:09:45','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"area\":\"header\"} /-->\n\n<!-- wp:woocommerce/page-content-wrapper {\"page\":\"cart\"} -->\n<!-- wp:group {\"tagName\":\"main\",\"layout\":{\"type\":\"constrained\"}} -->\n<main class=\"wp-block-group\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:post-title {\"level\":1,\"align\":\"wide\"} /-->\n\n<!-- wp:post-content {\"align\":\"wide\"} /--></main>\n<!-- /wp:group -->\n<!-- /wp:woocommerce/page-content-wrapper -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\"} /-->','Page: Cart','The Cart template displays the items selected by the user for purchase, including quantities, prices, and discounts. It allows users to review their choices before proceeding to checkout.','inherit','closed','closed','','76-revision-v1','','','2024-12-18 21:09:45','2024-12-18 21:09:45','',76,'https://aggressivegraphix.com/?p=1356',0,'revision','',0),(1357,1,'2024-12-18 21:09:45','2024-12-18 21:09:45','<!-- wp:group {\"align\":\"full\",\"className\":\"wc-blocks-pattern-header-essential wc-blocks-header-pattern\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"40px\",\"bottom\":\"40px\",\"left\":\"40px\",\"right\":\"40px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wc-blocks-pattern-header-essential wc-blocks-header-pattern wp-block-group alignfull\" style=\"padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"width\":256,\"shouldSyncIcon\":false} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"ref\":21,\"icon\":\"menu\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"},\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/mini-cart {\"onCartClickBehaviour\":\"navigate_to_checkout\",\"hasHiddenPrice\":false,\"cartAndCheckoutRenderStyle\":\"removed\",\"priceColor\":{\"color\":\"#000000\",\"name\":\"Contrast\",\"slug\":\"contrast\",\"class\":\"has-contrast-icon-color\"},\"iconColor\":{\"color\":\"#fff\",\"name\":\"Base\",\"slug\":\"base\",\"class\":\"has-base-icon-color\"},\"productCountColor\":{\"color\":\"#fff\",\"name\":\"Base\",\"slug\":\"base\",\"class\":\"has-base-icon-color\"},\"productCountVisibility\":\"always\",\"fontFamily\":\"body\",\"fontSize\":\"small\",\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} /-->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconStyle\":\"line\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"fontSize\":\"small\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"margin\":{\"right\":\"0\",\"left\":\"var:preset|spacing|10\"}}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Header v3','','inherit','closed','closed','','29-revision-v1','','','2024-12-18 21:09:45','2024-12-18 21:09:45','',29,'https://aggressivegraphix.com/?p=1357',0,'revision','',0),(1358,1,'2024-12-18 21:10:24','2024-12-18 21:10:24','<!-- wp:group {\"align\":\"full\",\"className\":\"wc-blocks-pattern-header-essential wc-blocks-header-pattern\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"40px\",\"bottom\":\"40px\",\"left\":\"40px\",\"right\":\"40px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wc-blocks-pattern-header-essential wc-blocks-header-pattern wp-block-group alignfull\" style=\"padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"width\":256,\"shouldSyncIcon\":false} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"ref\":21,\"icon\":\"menu\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"},\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/mini-cart {\"onCartClickBehaviour\":\"navigate_to_checkout\",\"hasHiddenPrice\":false,\"priceColor\":{\"color\":\"#000000\",\"name\":\"Contrast\",\"slug\":\"contrast\",\"class\":\"has-contrast-icon-color\"},\"iconColor\":{\"color\":\"#fff\",\"name\":\"Base\",\"slug\":\"base\",\"class\":\"has-base-icon-color\"},\"productCountColor\":{\"color\":\"#fff\",\"name\":\"Base\",\"slug\":\"base\",\"class\":\"has-base-icon-color\"},\"productCountVisibility\":\"always\",\"fontFamily\":\"body\",\"fontSize\":\"small\",\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} /-->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconStyle\":\"line\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"fontSize\":\"small\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"margin\":{\"right\":\"0\",\"left\":\"var:preset|spacing|10\"}}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Header v3','','inherit','closed','closed','','29-revision-v1','','','2024-12-18 21:10:24','2024-12-18 21:10:24','',29,'https://aggressivegraphix.com/?p=1358',0,'revision','',0),(1359,1,'2024-12-18 21:23:56','2024-12-18 21:23:56','<!-- wp:group {\"align\":\"full\",\"className\":\"wc-blocks-pattern-header-essential wc-blocks-header-pattern\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"40px\",\"bottom\":\"40px\",\"left\":\"40px\",\"right\":\"40px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wc-blocks-pattern-header-essential wc-blocks-header-pattern wp-block-group alignfull\" style=\"padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"width\":256,\"shouldSyncIcon\":false} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"ref\":21,\"icon\":\"menu\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"},\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/mini-cart {\"onCartClickBehaviour\":\"navigate_to_checkout\",\"priceColor\":{\"color\":\"#000000\",\"name\":\"Contrast\",\"slug\":\"contrast\",\"class\":\"has-contrast-icon-color\"},\"iconColor\":{\"color\":\"#fff\",\"name\":\"Base\",\"slug\":\"base\",\"class\":\"has-base-icon-color\"},\"productCountColor\":{\"color\":\"#fff\",\"name\":\"Base\",\"slug\":\"base\",\"class\":\"has-base-icon-color\"},\"fontFamily\":\"body\",\"fontSize\":\"small\",\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} /-->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconStyle\":\"line\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"fontSize\":\"small\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"margin\":{\"right\":\"0\",\"left\":\"var:preset|spacing|10\"}}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Header v3','','inherit','closed','closed','','29-revision-v1','','','2024-12-18 21:23:56','2024-12-18 21:23:56','',29,'https://aggressivegraphix.com/?p=1359',0,'revision','',0),(1360,1,'2024-12-18 21:29:08','2024-12-18 21:29:08','<div class=\"wp-block-woocommerce-cart alignwide is-loading\">\n<div class=\"wp-block-woocommerce-filled-cart-block\">\n<div class=\"wp-block-woocommerce-cart-items-block\">\n<div class=\"wp-block-woocommerce-cart-line-items-block\"></div>\n<div class=\"wp-block-woocommerce-cart-cross-sells-block\">\n<h2 class=\"wp-block-heading has-large-font-size\">You may be interested in…</h2>\n<div class=\"wp-block-woocommerce-cart-cross-sells-products-block\"></div>\n</div>\n</div>\n<div class=\"wp-block-woocommerce-cart-totals-block\">\n<div class=\"wp-block-woocommerce-cart-order-summary-block\">\n<div class=\"wp-block-woocommerce-cart-order-summary-heading-block\"></div>\n<div class=\"wp-block-woocommerce-cart-order-summary-coupon-form-block\"></div>\n<div class=\"wp-block-woocommerce-cart-order-summary-subtotal-block\"></div>\n<div class=\"wp-block-woocommerce-cart-order-summary-fee-block\"></div>\n<div class=\"wp-block-woocommerce-cart-order-summary-discount-block\"></div>\n<div class=\"wp-block-woocommerce-cart-order-summary-shipping-block\"></div>\n<div class=\"wp-block-woocommerce-cart-order-summary-taxes-block\"></div>\n</div>\n<div class=\"wp-block-woocommerce-cart-express-payment-block\"></div>\n<div class=\"wp-block-woocommerce-proceed-to-checkout-block\"></div>\n<div class=\"wp-block-woocommerce-cart-accepted-payment-methods-block\"></div>\n</div>\n</div>\n<div class=\"wp-block-woocommerce-empty-cart-block\">\n<h2 class=\"wp-block-heading has-text-align-center with-empty-cart-icon wc-block-cart__empty-cart__title\">Your cart is currently empty!</h2>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\">\n<h2 class=\"wp-block-heading has-text-align-center\">New in store</h2>\n</div>\n</div>','Cart','','inherit','closed','closed','','7-revision-v1','','','2024-12-18 21:29:08','2024-12-18 21:29:08','',7,'https://aggressivegraphix.com/?p=1360',0,'revision','',0),(1361,1,'2024-12-18 21:29:08','2024-12-18 21:29:08','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"area\":\"header\"} /-->\n\n<!-- wp:woocommerce/page-content-wrapper {\"page\":\"cart\"} -->\n<!-- wp:group {\"tagName\":\"main\",\"layout\":{\"type\":\"constrained\"}} -->\n<main class=\"wp-block-group\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:post-title {\"level\":1,\"align\":\"wide\"} /-->\n\n<!-- wp:woocommerce/classic-shortcode /--></main>\n<!-- /wp:group -->\n<!-- /wp:woocommerce/page-content-wrapper -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\"} /-->','Page: Cart','The Cart template displays the items selected by the user for purchase, including quantities, prices, and discounts. It allows users to review their choices before proceeding to checkout.','inherit','closed','closed','','76-revision-v1','','','2024-12-18 21:29:08','2024-12-18 21:29:08','',76,'https://aggressivegraphix.com/?p=1361',0,'revision','',0),(1362,1,'2024-12-18 21:31:20','2024-12-18 21:31:20','<!-- wp:group {\"align\":\"full\",\"className\":\"wc-blocks-pattern-header-essential wc-blocks-header-pattern\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"40px\",\"bottom\":\"40px\",\"left\":\"40px\",\"right\":\"40px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wc-blocks-pattern-header-essential wc-blocks-header-pattern wp-block-group alignfull\" style=\"padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"width\":256,\"shouldSyncIcon\":false} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"ref\":21,\"icon\":\"menu\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"},\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"},\"metadata\":{\"ignoredHookedBlocks\":[\"woocommerce/mini-cart\"]}} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/cart-link {\"content\":\"\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} /-->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconStyle\":\"line\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"fontSize\":\"small\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"margin\":{\"right\":\"0\",\"left\":\"var:preset|spacing|10\"}}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Header v3','','inherit','closed','closed','','29-revision-v1','','','2024-12-18 21:31:20','2024-12-18 21:31:20','',29,'https://aggressivegraphix.com/?p=1362',0,'revision','',0),(1363,1,'2024-12-18 21:35:12','2024-12-18 21:35:12','','My account','','inherit','closed','closed','','9-revision-v1','','','2024-12-18 21:35:12','2024-12-18 21:35:12','',9,'https://aggressivegraphix.com/?p=1363',0,'revision','',0),(1364,1,'2024-12-18 21:36:28','2024-12-18 21:36:28','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:shortcode -->\n[woocommerce_my_account]\n<!-- /wp:shortcode --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','My account','','inherit','closed','closed','','9-revision-v1','','','2024-12-18 21:36:28','2024-12-18 21:36:28','',9,'https://aggressivegraphix.com/?p=1364',0,'revision','',0),(1365,1,'2024-12-18 21:38:08','2024-12-18 21:38:08','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:shortcode -->\n[woocommerce_my_account]\n<!-- /wp:shortcode --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','My account','','inherit','closed','closed','','9-revision-v1','','','2024-12-18 21:38:08','2024-12-18 21:38:08','',9,'https://aggressivegraphix.com/?p=1365',0,'revision','',0),(1366,1,'2024-12-18 21:38:41','2024-12-18 21:38:41','<!-- wp:shortcode -->\n[woocommerce_my_account]\n<!-- /wp:shortcode -->','My account','','inherit','closed','closed','','9-revision-v1','','','2024-12-18 21:38:41','2024-12-18 21:38:41','',9,'https://aggressivegraphix.com/?p=1366',0,'revision','',0),(1367,1,'2024-12-18 21:44:20','2024-12-18 21:44:20','<!-- wp:group {\"tagName\":\"main\"} -->\n<main class=\"wp-block-group\"><!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:post-title {\"textAlign\":\"left\",\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"42px\"},\"spacing\":{\"margin\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"},\"padding\":{\"right\":\"0\",\"left\":\"0\"}}}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:post-content {\"lock\":{\"move\":false,\"remove\":true},\"layout\":{\"type\":\"constrained\"}} /--></main>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Pages','Displays a static page unless a custom template has been applied to that page or a dedicated template exists.','inherit','closed','closed','','73-revision-v1','','','2024-12-18 21:44:20','2024-12-18 21:44:20','',73,'https://aggressivegraphix.com/?p=1367',0,'revision','',0),(1368,1,'2024-12-18 21:45:07','2024-12-18 21:45:07','<!-- wp:group {\"tagName\":\"main\"} -->\n<main class=\"wp-block-group\"><!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:post-title {\"textAlign\":\"left\",\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"42px\"},\"spacing\":{\"margin\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"},\"padding\":{\"right\":\"0\",\"left\":\"0\"}}}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\",\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-right:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40);flex-basis:100%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:post-content {\"lock\":{\"move\":false,\"remove\":true},\"layout\":{\"type\":\"constrained\"}} /--></main>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Pages','Displays a static page unless a custom template has been applied to that page or a dedicated template exists.','inherit','closed','closed','','73-revision-v1','','','2024-12-18 21:45:07','2024-12-18 21:45:07','',73,'https://aggressivegraphix.com/?p=1368',0,'revision','',0),(1369,1,'2024-12-18 21:46:15','2024-12-18 21:46:15','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:post-title {\"textAlign\":\"left\",\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"42px\"},\"spacing\":{\"margin\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"},\"padding\":{\"right\":\"0\",\"left\":\"0\"}}}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\",\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-right:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40);flex-basis:100%\"><!-- wp:shortcode -->\n[woocommerce_my_account]\n<!-- /wp:shortcode --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Pages','Displays a static page unless a custom template has been applied to that page or a dedicated template exists.','inherit','closed','closed','','73-revision-v1','','','2024-12-18 21:46:15','2024-12-18 21:46:15','',73,'https://aggressivegraphix.com/?p=1369',0,'revision','',0),(1370,1,'2024-12-18 21:46:42','2024-12-18 21:46:42','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:post-title {\"textAlign\":\"left\",\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"42px\"},\"spacing\":{\"margin\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"},\"padding\":{\"right\":\"0\",\"left\":\"0\"}}}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:shortcode -->\n[woocommerce_my_account]\n<!-- /wp:shortcode --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Pages','Displays a static page unless a custom template has been applied to that page or a dedicated template exists.','inherit','closed','closed','','73-revision-v1','','','2024-12-18 21:46:42','2024-12-18 21:46:42','',73,'https://aggressivegraphix.com/?p=1370',0,'revision','',0),(1371,1,'2024-12-18 21:47:23','2024-12-18 21:47:23','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:post-title {\"textAlign\":\"left\",\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"42px\"},\"spacing\":{\"margin\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"},\"padding\":{\"right\":\"0\",\"left\":\"0\"}}}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\",\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-right:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40);flex-basis:100%\"><!-- wp:shortcode -->\n[woocommerce_my_account]\n<!-- /wp:shortcode --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"tagName\":\"main\"} -->\n<main class=\"wp-block-group\"><!-- wp:post-content {\"lock\":{\"move\":false,\"remove\":true},\"layout\":{\"type\":\"constrained\"}} /--></main>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Pages','Displays a static page unless a custom template has been applied to that page or a dedicated template exists.','inherit','closed','closed','','73-revision-v1','','','2024-12-18 21:47:23','2024-12-18 21:47:23','',73,'https://aggressivegraphix.com/?p=1371',0,'revision','',0),(1372,1,'2024-12-18 21:47:35','2024-12-18 21:47:35','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"tagName\":\"main\"} -->\n<main class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:post-title {\"textAlign\":\"left\",\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"42px\"},\"spacing\":{\"margin\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"},\"padding\":{\"right\":\"0\",\"left\":\"0\"}}}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\",\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-right:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40);flex-basis:100%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:post-content {\"lock\":{\"move\":false,\"remove\":true},\"layout\":{\"type\":\"constrained\"}} /--></main>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Pages','Displays a static page unless a custom template has been applied to that page or a dedicated template exists.','inherit','closed','closed','','73-revision-v1','','','2024-12-18 21:47:35','2024-12-18 21:47:35','',73,'https://aggressivegraphix.com/?p=1372',0,'revision','',0),(1373,1,'2024-12-18 22:02:24','2024-12-18 22:02:24','<!-- wp:group {\"metadata\":{\"name\":\"Features\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white wp-block-group\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} -->\n<div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} -->\n<div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} -->\n<h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Come and Experience Our Unforgettable Cuisine</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Experience exquisite fine dining at our newly opened restaurant. Enjoy a delicious menu of classic and modern dishes, prepared with the freshest ingredients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} -->\n<div class=\"nfd-btn-lg  wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Make a Reservation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center wp-block-group\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 nfd-rounded\"} -->\n<figure class=\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1482049016688-2d3e1b311543?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTJ8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 nfd-border-bg nfd-rounded\",\"style\":{\"border\":{\"left\":{\"width\":\"3px\"}}}} -->\n<figure class=\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 nfd-border-bg nfd-rounded wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1467003909585-2f8a72700288?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTF8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"border-left-width:3px;aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Features\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-6 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-6 is-style-nfd-theme-white wp-block-group\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} -->\n<div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center wp-block-group\"><!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-7 nfd-col-end-13 nfd-row-start-1 nfd-rounded\"} -->\n<figure class=\"nfd-col-start-7 nfd-col-end-13 nfd-row-start-1 nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1504805572947-34fad45aed93?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTF8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-1 nfd-col-end-9 nfd-row-start-1 nfd-border-bg nfd-rounded\",\"style\":{\"border\":{\"right\":{\"width\":\"3px\"},\"top\":{},\"bottom\":{},\"left\":{}}}} -->\n<figure class=\"nfd-col-start-1 nfd-col-end-9 nfd-row-start-1 nfd-border-bg nfd-rounded wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1472289065668-ce650ac443d2?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTJ8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"border-right-width:3px;aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} -->\n<div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} -->\n<h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Discover our Remarkable Selection of Entrees</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Indulge in tantalizing culinary creations at our recently launched gastropub. Sample a delectable array of traditional and contemporary dishes, expertly crafted with the finest locally sourced produce.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} -->\n<div class=\"nfd-btn-lg  wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Book your Table</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Features\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white wp-block-group\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} -->\n<div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} -->\n<div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} -->\n<h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Come and Experience Our Unforgettable Cuisine</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Experience exquisite fine dining at our newly opened restaurant. Enjoy a delicious menu of classic and modern dishes, prepared with the freshest ingredients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} -->\n<div class=\"nfd-btn-lg  wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Make a Reservation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center wp-block-group\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 nfd-rounded\"} -->\n<figure class=\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1482049016688-2d3e1b311543?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTJ8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 nfd-border-bg nfd-rounded\",\"style\":{\"border\":{\"left\":{\"width\":\"3px\"}}}} -->\n<figure class=\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 nfd-border-bg nfd-rounded wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1467003909585-2f8a72700288?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTF8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"border-left-width:3px;aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Wraps and tint','','inherit','closed','closed','','95-revision-v1','','','2024-12-18 22:02:24','2024-12-18 22:02:24','',95,'https://aggressivegraphix.com/?p=1373',0,'revision','',0),(1374,1,'2024-12-18 22:03:47','2024-12-18 22:03:47','<!-- wp:post-title /-->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Features\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white wp-block-group\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} -->\n<div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} -->\n<div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} -->\n<h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Come and Experience Our Unforgettable Cuisine</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Experience exquisite fine dining at our newly opened restaurant. Enjoy a delicious menu of classic and modern dishes, prepared with the freshest ingredients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} -->\n<div class=\"nfd-btn-lg  wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Make a Reservation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center wp-block-group\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 nfd-rounded\"} -->\n<figure class=\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1482049016688-2d3e1b311543?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTJ8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 nfd-border-bg nfd-rounded\",\"style\":{\"border\":{\"left\":{\"width\":\"3px\"}}}} -->\n<figure class=\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 nfd-border-bg nfd-rounded wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1467003909585-2f8a72700288?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTF8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"border-left-width:3px;aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Features\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-6 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-6 is-style-nfd-theme-white wp-block-group\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} -->\n<div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center wp-block-group\"><!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-7 nfd-col-end-13 nfd-row-start-1 nfd-rounded\"} -->\n<figure class=\"nfd-col-start-7 nfd-col-end-13 nfd-row-start-1 nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1504805572947-34fad45aed93?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTF8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-1 nfd-col-end-9 nfd-row-start-1 nfd-border-bg nfd-rounded\",\"style\":{\"border\":{\"right\":{\"width\":\"3px\"},\"top\":{},\"bottom\":{},\"left\":{}}}} -->\n<figure class=\"nfd-col-start-1 nfd-col-end-9 nfd-row-start-1 nfd-border-bg nfd-rounded wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1472289065668-ce650ac443d2?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTJ8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"border-right-width:3px;aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} -->\n<div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} -->\n<h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Discover our Remarkable Selection of Entrees</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Indulge in tantalizing culinary creations at our recently launched gastropub. Sample a delectable array of traditional and contemporary dishes, expertly crafted with the finest locally sourced produce.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} -->\n<div class=\"nfd-btn-lg  wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Book your Table</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Features\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white wp-block-group\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} -->\n<div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} -->\n<div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} -->\n<h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Come and Experience Our Unforgettable Cuisine</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Experience exquisite fine dining at our newly opened restaurant. Enjoy a delicious menu of classic and modern dishes, prepared with the freshest ingredients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} -->\n<div class=\"nfd-btn-lg  wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Make a Reservation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center wp-block-group\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 nfd-rounded\"} -->\n<figure class=\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1482049016688-2d3e1b311543?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTJ8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 nfd-border-bg nfd-rounded\",\"style\":{\"border\":{\"left\":{\"width\":\"3px\"}}}} -->\n<figure class=\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 nfd-border-bg nfd-rounded wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1467003909585-2f8a72700288?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTF8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"border-left-width:3px;aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->','Wraps and tint','','inherit','closed','closed','','95-revision-v1','','','2024-12-18 22:03:47','2024-12-18 22:03:47','',95,'https://aggressivegraphix.com/?p=1374',0,'revision','',0),(1375,1,'2024-12-18 22:04:09','2024-12-18 22:04:09','<!-- wp:post-title /-->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Features\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white wp-block-group\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} -->\n<div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} -->\n<div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} -->\n<h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Come and Experience Our Unforgettable Cuisine</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Experience exquisite fine dining at our newly opened restaurant. Enjoy a delicious menu of classic and modern dishes, prepared with the freshest ingredients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} -->\n<div class=\"nfd-btn-lg  wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Make a Reservation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center wp-block-group\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 nfd-rounded\"} -->\n<figure class=\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1482049016688-2d3e1b311543?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTJ8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 nfd-border-bg nfd-rounded\",\"style\":{\"border\":{\"left\":{\"width\":\"3px\"}}}} -->\n<figure class=\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 nfd-border-bg nfd-rounded wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1467003909585-2f8a72700288?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTF8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"border-left-width:3px;aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Features\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-6 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-6 is-style-nfd-theme-white wp-block-group\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} -->\n<div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center wp-block-group\"><!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-7 nfd-col-end-13 nfd-row-start-1 nfd-rounded\"} -->\n<figure class=\"nfd-col-start-7 nfd-col-end-13 nfd-row-start-1 nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1504805572947-34fad45aed93?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTF8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-1 nfd-col-end-9 nfd-row-start-1 nfd-border-bg nfd-rounded\",\"style\":{\"border\":{\"right\":{\"width\":\"3px\"},\"top\":{},\"bottom\":{},\"left\":{}}}} -->\n<figure class=\"nfd-col-start-1 nfd-col-end-9 nfd-row-start-1 nfd-border-bg nfd-rounded wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1472289065668-ce650ac443d2?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTJ8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"border-right-width:3px;aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} -->\n<div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} -->\n<h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Discover our Remarkable Selection of Entrees</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Indulge in tantalizing culinary creations at our recently launched gastropub. Sample a delectable array of traditional and contemporary dishes, expertly crafted with the finest locally sourced produce.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} -->\n<div class=\"nfd-btn-lg  wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Book your Table</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Features\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white wp-block-group\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} -->\n<div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} -->\n<div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} -->\n<h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Come and Experience Our Unforgettable Cuisine</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Experience exquisite fine dining at our newly opened restaurant. Enjoy a delicious menu of classic and modern dishes, prepared with the freshest ingredients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} -->\n<div class=\"nfd-btn-lg  wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Make a Reservation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center wp-block-group\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 nfd-rounded\"} -->\n<figure class=\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1482049016688-2d3e1b311543?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTJ8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 nfd-border-bg nfd-rounded\",\"style\":{\"border\":{\"left\":{\"width\":\"3px\"}}}} -->\n<figure class=\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 nfd-border-bg nfd-rounded wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1467003909585-2f8a72700288?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTF8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"border-left-width:3px;aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->','Vehicle wraps and window tinting','','inherit','closed','closed','','95-revision-v1','','','2024-12-18 22:04:09','2024-12-18 22:04:09','',95,'https://aggressivegraphix.com/?p=1375',0,'revision','',0),(1376,1,'2024-12-18 22:04:27','2024-12-18 22:04:27','<!-- wp:post-title {\"level\":1} /-->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Features\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white wp-block-group\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} -->\n<div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} -->\n<div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} -->\n<h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Come and Experience Our Unforgettable Cuisine</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Experience exquisite fine dining at our newly opened restaurant. Enjoy a delicious menu of classic and modern dishes, prepared with the freshest ingredients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} -->\n<div class=\"nfd-btn-lg  wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Make a Reservation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center wp-block-group\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 nfd-rounded\"} -->\n<figure class=\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1482049016688-2d3e1b311543?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTJ8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 nfd-border-bg nfd-rounded\",\"style\":{\"border\":{\"left\":{\"width\":\"3px\"}}}} -->\n<figure class=\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 nfd-border-bg nfd-rounded wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1467003909585-2f8a72700288?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTF8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"border-left-width:3px;aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Features\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-6 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-6 is-style-nfd-theme-white wp-block-group\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} -->\n<div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center wp-block-group\"><!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-7 nfd-col-end-13 nfd-row-start-1 nfd-rounded\"} -->\n<figure class=\"nfd-col-start-7 nfd-col-end-13 nfd-row-start-1 nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1504805572947-34fad45aed93?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTF8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-1 nfd-col-end-9 nfd-row-start-1 nfd-border-bg nfd-rounded\",\"style\":{\"border\":{\"right\":{\"width\":\"3px\"},\"top\":{},\"bottom\":{},\"left\":{}}}} -->\n<figure class=\"nfd-col-start-1 nfd-col-end-9 nfd-row-start-1 nfd-border-bg nfd-rounded wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1472289065668-ce650ac443d2?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTJ8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"border-right-width:3px;aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} -->\n<div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} -->\n<h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Discover our Remarkable Selection of Entrees</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Indulge in tantalizing culinary creations at our recently launched gastropub. Sample a delectable array of traditional and contemporary dishes, expertly crafted with the finest locally sourced produce.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} -->\n<div class=\"nfd-btn-lg  wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Book your Table</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Features\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white wp-block-group\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} -->\n<div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} -->\n<div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} -->\n<h2 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Come and Experience Our Unforgettable Cuisine</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Experience exquisite fine dining at our newly opened restaurant. Enjoy a delicious menu of classic and modern dishes, prepared with the freshest ingredients.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} -->\n<div class=\"nfd-btn-lg  wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Make a Reservation</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center wp-block-group\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 nfd-rounded\"} -->\n<figure class=\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1482049016688-2d3e1b311543?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTJ8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 nfd-border-bg nfd-rounded\",\"style\":{\"border\":{\"left\":{\"width\":\"3px\"}}}} -->\n<figure class=\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 nfd-border-bg nfd-rounded wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1467003909585-2f8a72700288?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTF8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"border-left-width:3px;aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->','Vehicle wraps and window tinting','','inherit','closed','closed','','95-revision-v1','','','2024-12-18 22:04:27','2024-12-18 22:04:27','',95,'https://aggressivegraphix.com/?p=1376',0,'revision','',0),(1378,1,'2024-12-19 16:21:55','2024-12-19 16:21:55','<!-- wp:post-title {\"level\":1} /-->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Features\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white wp-block-group\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} -->\n<div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} -->\n<div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":1,\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} -->\n<h1 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Color change and styling wraps</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Want to change the look of your vehicle without the cost of a new paint job? Wrap can help transform your vehicle into a one of a kind version tailored to your dream look.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} -->\n<div class=\"nfd-btn-lg  wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://aggressivegraphix.com/wraps-and-tint/color-change-wraps/\">Check out our styling wraps</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center wp-block-group\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 nfd-rounded\"} -->\n<figure class=\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1482049016688-2d3e1b311543?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTJ8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 nfd-border-bg nfd-rounded\",\"style\":{\"border\":{\"left\":{\"width\":\"3px\"}}}} -->\n<figure class=\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 nfd-border-bg nfd-rounded wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1467003909585-2f8a72700288?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTF8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"border-left-width:3px;aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Features\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-6 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-6 is-style-nfd-theme-white wp-block-group\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} -->\n<div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center wp-block-group\"><!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-7 nfd-col-end-13 nfd-row-start-1 nfd-rounded\"} -->\n<figure class=\"nfd-col-start-7 nfd-col-end-13 nfd-row-start-1 nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1504805572947-34fad45aed93?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTF8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-1 nfd-col-end-9 nfd-row-start-1 nfd-border-bg nfd-rounded\",\"style\":{\"border\":{\"right\":{\"width\":\"3px\"},\"top\":{},\"bottom\":{},\"left\":{}}}} -->\n<figure class=\"nfd-col-start-1 nfd-col-end-9 nfd-row-start-1 nfd-border-bg nfd-rounded wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1472289065668-ce650ac443d2?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTJ8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"border-right-width:3px;aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} -->\n<div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":1,\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} -->\n<h1 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Commercial lettering and full print wraps</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">We offer commercial wrap solutions to fit your budget and make an impact going down the road. Brand recognition is the largest thing for your business, why not utilize the vehicle or trailer you travel with every day to advertise!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} -->\n<div class=\"nfd-btn-lg  wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://aggressivegraphix.com/wraps-and-tint/commercial-wraps-and-lettering/\">See our commercial wrap solutions</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Features\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white wp-block-group\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} -->\n<div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} -->\n<div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":1,\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} -->\n<h1 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Window tinting services</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Want to keep the inside of your car or office cooler in the hot sun, or maybe looking for a little more privacy? We offer an array of products to tint your vehicle or office windows.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} -->\n<div class=\"nfd-btn-lg  wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">See tinting options</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center wp-block-group\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 nfd-rounded\"} -->\n<figure class=\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1482049016688-2d3e1b311543?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTJ8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 nfd-border-bg nfd-rounded\",\"style\":{\"border\":{\"left\":{\"width\":\"3px\"}}}} -->\n<figure class=\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 nfd-border-bg nfd-rounded wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1467003909585-2f8a72700288?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTF8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"border-left-width:3px;aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->','Vehicle wraps and window tinting','','inherit','closed','closed','','95-revision-v1','','','2024-12-19 16:21:55','2024-12-19 16:21:55','',95,'https://aggressivegraphix.com/?p=1378',0,'revision','',0),(1379,1,'2024-12-19 16:23:06','2024-12-19 16:23:06','<!-- wp:post-title {\"level\":1} /-->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Features\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white wp-block-group\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} -->\n<div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} -->\n<div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":1,\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} -->\n<h1 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Color change and styling wraps</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Want to change the look of your vehicle without the cost of a new paint job? Wrap can help transform your vehicle into a one of a kind version tailored to your dream look.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} -->\n<div class=\"nfd-btn-lg  wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://aggressivegraphix.com/wraps-and-tint/color-change-wraps/\">Check out our styling wraps</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center wp-block-group\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 nfd-rounded\"} -->\n<figure class=\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1482049016688-2d3e1b311543?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTJ8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 nfd-border-bg nfd-rounded\",\"style\":{\"border\":{\"left\":{\"width\":\"3px\"}}}} -->\n<figure class=\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 nfd-border-bg nfd-rounded wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1467003909585-2f8a72700288?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTF8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"border-left-width:3px;aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Features\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-6 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-6 is-style-nfd-theme-white wp-block-group\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} -->\n<div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center wp-block-group\"><!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-7 nfd-col-end-13 nfd-row-start-1 nfd-rounded\"} -->\n<figure class=\"nfd-col-start-7 nfd-col-end-13 nfd-row-start-1 nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1504805572947-34fad45aed93?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTF8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-1 nfd-col-end-9 nfd-row-start-1 nfd-border-bg nfd-rounded\",\"style\":{\"border\":{\"right\":{\"width\":\"3px\"},\"top\":{},\"bottom\":{},\"left\":{}}}} -->\n<figure class=\"nfd-col-start-1 nfd-col-end-9 nfd-row-start-1 nfd-border-bg nfd-rounded wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1472289065668-ce650ac443d2?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTJ8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"border-right-width:3px;aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} -->\n<div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":1,\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} -->\n<h1 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Commercial lettering and full print wraps</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">We offer commercial wrap solutions to fit your budget and make an impact going down the road. Brand recognition is the largest thing for your business, why not utilize the vehicle or trailer you travel with every day to advertise!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} -->\n<div class=\"nfd-btn-lg  wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://aggressivegraphix.com/wraps-and-tint/commercial-wraps-and-lettering/\">See our commercial wrap solutions</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Features\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white wp-block-group\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} -->\n<div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} -->\n<div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":1,\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} -->\n<h1 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Window tinting services</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Want to keep the inside of your car or office cooler in the hot sun, or maybe looking for a little more privacy? We offer an array of products to tint your vehicle or office windows.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} -->\n<div class=\"nfd-btn-lg  wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://aggressivegraphix.com/wraps-and-tint/window-tint/\">See tinting options</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center wp-block-group\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 nfd-rounded\"} -->\n<figure class=\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1482049016688-2d3e1b311543?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTJ8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 nfd-border-bg nfd-rounded\",\"style\":{\"border\":{\"left\":{\"width\":\"3px\"}}}} -->\n<figure class=\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 nfd-border-bg nfd-rounded wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1467003909585-2f8a72700288?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTF8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"border-left-width:3px;aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->','Vehicle wraps and window tinting','','inherit','closed','closed','','95-revision-v1','','','2024-12-19 16:23:06','2024-12-19 16:23:06','',95,'https://aggressivegraphix.com/?p=1379',0,'revision','',0),(1392,1,'2024-12-19 17:40:59','2024-12-19 17:40:59','<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p class=\"\">Customize the look of your jersey with your name, number, and sponsor logos in bright solid colors. Our material has very light and flexible hand on the jersey allowing for a comfortable fit. We ensure to design your name and number to meet any racing regulations and rules to make sure you pass tech inspection every time.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Wash inside out in cold water and hang dry. Hot water, harsh detergents, and machine drying may cause damage or shorten the life of the vinyl on the jersey.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">No Warranty</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Original jersey color and design may bleed through.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->','Bada Boom','<p>Customize your jersey with your name, number, and sponsor logos.</p>','publish','open','closed','','bada-boom','','','2025-02-11 16:41:34','2025-02-11 16:41:34','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=1392',0,'product','',0),(1393,1,'2024-12-19 17:42:57','2024-12-19 17:42:57','','jersey-badaboom','','inherit','open','closed','','jersey-badaboom','','','2025-09-09 15:32:47','2025-09-09 15:32:47','',1392,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-badaboom.png',0,'attachment','image/webp',0),(1394,1,'2024-12-19 17:43:00','2024-12-19 17:43:00','','jersey-blackslab','','inherit','open','closed','','jersey-blackslab','','','2025-09-09 15:32:42','2025-09-09 15:32:42','',1392,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-blackslab.png',0,'attachment','image/webp',0),(1395,1,'2024-12-19 17:43:02','2024-12-19 17:43:02','','jersey-dodgersuperI','','inherit','open','closed','','jersey-dodgersuperi','','','2025-09-09 15:32:36','2025-09-09 15:32:36','',1392,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-dodgersuperI.png',0,'attachment','image/webp',0),(1396,1,'2024-12-19 17:43:04','2024-12-19 17:43:04','','jersey-entersansman','','inherit','open','closed','','jersey-entersansman','','','2025-09-09 15:32:30','2025-09-09 15:32:30','',1392,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-entersansman.png',0,'attachment','image/webp',0),(1397,1,'2024-12-19 17:43:05','2024-12-19 17:43:05','','jersey-entersansmod','','inherit','open','closed','','jersey-entersansmod','','','2025-09-09 15:32:24','2025-09-09 15:32:24','',1392,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-entersansmod.png',0,'attachment','image/webp',0),(1398,1,'2024-12-19 17:43:06','2024-12-19 17:43:06','','jersey-freshman','','inherit','open','closed','','jersey-freshman','','','2025-09-09 15:32:19','2025-09-09 15:32:19','',1392,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-freshman.png',0,'attachment','image/webp',0),(1399,1,'2024-12-19 17:43:07','2024-12-19 17:43:07','','jersey-gunplay','','inherit','open','closed','','jersey-gunplay','','','2025-09-09 15:32:12','2025-09-09 15:32:12','',1392,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-gunplay.png',0,'attachment','image/webp',0),(1400,1,'2024-12-19 17:43:09','2024-12-19 17:43:09','','jersey-gunplaymod','','inherit','open','closed','','jersey-gunplaymod','','','2025-09-09 15:32:05','2025-09-09 15:32:05','',1392,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-gunplaymod.png',0,'attachment','image/webp',0),(1401,1,'2024-12-19 17:43:10','2024-12-19 17:43:10','','jersey-impact','','inherit','open','closed','','jersey-impact','','','2025-09-09 15:31:58','2025-09-09 15:31:58','',1392,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-impact.png',0,'attachment','image/webp',0),(1402,1,'2024-12-19 17:43:12','2024-12-19 17:43:12','','jersey-impactmod','','inherit','open','closed','','jersey-impactmod','','','2025-09-09 15:31:52','2025-09-09 15:31:52','',1392,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-impactmod.png',0,'attachment','image/webp',0),(1403,1,'2024-12-19 17:43:13','2024-12-19 17:43:13','','jersey-pricedown','','inherit','open','closed','','jersey-pricedown','','','2025-09-09 15:31:47','2025-09-09 15:31:47','',1392,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-pricedown.png',0,'attachment','image/webp',0),(1404,1,'2024-12-19 17:43:14','2024-12-19 17:43:14','','jersey-reklame','','inherit','open','closed','','jersey-reklame','','','2025-09-09 15:31:40','2025-09-09 15:31:40','',1392,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-reklame.png',0,'attachment','image/webp',0),(1405,1,'2024-12-19 17:43:16','2024-12-19 17:43:16','','jersey-specialtld','','inherit','open','closed','','jersey-specialtld','','','2025-09-09 15:31:33','2025-09-09 15:31:33','',1392,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-specialtld.png',0,'attachment','image/webp',0),(1406,1,'2024-12-19 17:43:17','2024-12-19 17:43:17','','jersey-stellar','','inherit','open','closed','','jersey-stellar','','','2025-09-09 15:31:27','2025-09-09 15:31:27','',1392,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-stellar.png',0,'attachment','image/webp',0),(1407,1,'2024-12-19 17:43:18','2024-12-19 17:43:18','','jersey-teko','','inherit','open','closed','','jersey-teko','','','2025-09-09 15:31:18','2025-09-09 15:31:18','',1392,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-teko.png',0,'attachment','image/webp',0),(1408,1,'2024-12-19 17:43:19','2024-12-19 17:43:19','','jersey-VIP','','inherit','open','closed','','jersey-vip','','','2025-09-09 15:31:08','2025-09-09 15:31:08','',1392,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-VIP.png',0,'attachment','image/webp',0),(1409,1,'2024-12-19 17:49:41','2024-12-19 17:49:41','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:columns {\"align\":\"wide\",\"className\":\"single-product-page\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"30px\"},\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"single-product-page wp-block-columns alignwide\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--50)\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:woocommerce/product-image-gallery {\"className\":\"single-product-gallery\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:post-title {\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1.2\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"3px\"}}},\"textColor\":\"gray-100\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfSingleProductTemplate\":true,\"textColor\":\"primary\",\"fontFamily\":\"open-sans\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"20px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n\n<!-- wp:woocommerce/add-to-cart-form {\"className\":\"single\"} /-->\n\n<!-- wp:woocommerce/product-meta -->\n<div class=\"wp-block-woocommerce-product-meta\"><!-- wp:group {\"className\":\"eride-meta\",\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"eride-meta wp-block-group\"><!-- wp:woocommerce/product-sku {\"isDescendentOfSingleProductTemplate\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_tag\",\"prefix\":\"Tags: \"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:woocommerce/product-meta -->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfSingleProductTemplate\":true} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:woocommerce/product-details {\"align\":\"wide\",\"className\":\"eride-product-details\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\"}}}} /-->\n\n<!-- wp:woocommerce/related-products {\"align\":\"wide\"} -->\n<div class=\"wp-block-woocommerce-related-products alignwide\"><!-- wp:query {\"queryId\":9,\"query\":{\"perPage\":5,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"namespace\":\"woocommerce/related-products\",\"lock\":{\"remove\":true,\"move\":true}} -->\n<div class=\"wp-block-query\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"20px\",\"bottom\":\"20px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:20px;margin-bottom:20px\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"10px\"}},\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-gray-100-color has-text-color has-link-color\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:10px;font-size:32px;font-style:normal;font-weight:500\">\n				Related products			</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:button {\"textColor\":\"gray-400\",\"className\":\"is-style-outline  eride-related\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"left\":\"0\",\"right\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}},\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-400\"}}}}} -->\n<div class=\"is-style-outline  eride-related wp-block-button has-custom-font-size\" style=\"font-size:14px;font-style:normal;font-weight:400;text-transform:capitalize\"><a class=\"wp-block-button__link has-gray-400-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"border-style:none;border-width:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">view all products </a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"className\":\"er-slick-overflow er-slick\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"er-slick-overflow er-slick wp-block-group\" style=\"margin-top:0px\"><!-- wp:post-template {\"align\":\"wide\",\"layout\":{\"type\":\"grid\",\"columnCount\":5},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"cropped\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"8px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"10px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"1rem\"}}}} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0px\"}}}} /-->\n<!-- /wp:post-template --></div>\n<!-- /wp:group --></div>\n<!-- /wp:query --></div>\n<!-- /wp:woocommerce/related-products --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Single Product','Displays a single product.','inherit','closed','closed','','121-revision-v1','','','2024-12-19 17:49:41','2024-12-19 17:49:41','',121,'https://aggressivegraphix.com/?p=1409',0,'revision','',0),(1410,1,'2024-12-19 18:27:50','2024-12-19 18:27:50','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:columns {\"align\":\"wide\",\"className\":\"single-product-page\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"30px\"},\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"single-product-page wp-block-columns alignwide\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--50)\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:woocommerce/product-image-gallery {\"className\":\"single-product-gallery\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:post-title {\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1.2\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"3px\"}}},\"textColor\":\"gray-100\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfSingleProductTemplate\":true,\"textColor\":\"primary\",\"fontFamily\":\"open-sans\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"20px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n\n<!-- wp:woocommerce/add-to-cart-form {\"className\":\"single\"} /-->\n\n<!-- wp:woocommerce/product-meta -->\n<div class=\"wp-block-woocommerce-product-meta\"><!-- wp:group {\"className\":\"eride-meta\",\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"eride-meta wp-block-group\"><!-- wp:woocommerce/product-sku {\"isDescendentOfSingleProductTemplate\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_tag\",\"prefix\":\"Tags: \"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:woocommerce/product-meta -->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfSingleProductTemplate\":true} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:woocommerce/product-details {\"align\":\"wide\",\"className\":\"eride-product-details\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\"}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Single Product','Displays a single product.','inherit','closed','closed','','121-revision-v1','','','2024-12-19 18:27:50','2024-12-19 18:27:50','',121,'https://aggressivegraphix.com/?p=1410',0,'revision','',0),(1411,1,'2024-12-19 18:28:35','2024-12-19 18:28:35','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:columns {\"align\":\"wide\",\"className\":\"single-product-page\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"30px\"},\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"single-product-page wp-block-columns alignwide\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--50)\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:woocommerce/product-image-gallery {\"className\":\"single-product-gallery\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:post-title {\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1.2\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"3px\"}}},\"textColor\":\"gray-100\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfSingleProductTemplate\":true,\"textColor\":\"primary\",\"fontFamily\":\"open-sans\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"20px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n\n<!-- wp:woocommerce/add-to-cart-form {\"className\":\"single\"} /-->\n\n<!-- wp:woocommerce/product-meta -->\n<div class=\"wp-block-woocommerce-product-meta\"><!-- wp:group {\"className\":\"eride-meta\",\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"eride-meta wp-block-group\"><!-- wp:woocommerce/product-sku {\"isDescendentOfSingleProductTemplate\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_tag\",\"prefix\":\"Tags: \"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:woocommerce/product-meta -->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfSingleProductTemplate\":true} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:woocommerce/product-details {\"align\":\"wide\",\"className\":\"eride-product-details\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\"}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:separator {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\"}}}} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" style=\"margin-top:var(--wp--preset--spacing--10);margin-bottom:var(--wp--preset--spacing--10)\"/>\n<!-- /wp:separator -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Single Product','Displays a single product.','inherit','closed','closed','','121-revision-v1','','','2024-12-19 18:28:35','2024-12-19 18:28:35','',121,'https://aggressivegraphix.com/?p=1411',0,'revision','',0),(1412,1,'2024-12-19 18:28:59','2024-12-19 18:28:59','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:columns {\"align\":\"wide\",\"className\":\"single-product-page\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"30px\"},\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"single-product-page wp-block-columns alignwide\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--50)\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:woocommerce/product-image-gallery {\"className\":\"single-product-gallery\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:post-title {\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1.2\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"3px\"}}},\"textColor\":\"gray-100\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfSingleProductTemplate\":true,\"textColor\":\"primary\",\"fontFamily\":\"open-sans\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"20px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n\n<!-- wp:woocommerce/add-to-cart-form {\"className\":\"single\"} /-->\n\n<!-- wp:woocommerce/product-meta -->\n<div class=\"wp-block-woocommerce-product-meta\"><!-- wp:group {\"className\":\"eride-meta\",\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"eride-meta wp-block-group\"><!-- wp:woocommerce/product-sku {\"isDescendentOfSingleProductTemplate\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_tag\",\"prefix\":\"Tags: \"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:woocommerce/product-meta -->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfSingleProductTemplate\":true} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:woocommerce/product-details {\"align\":\"wide\",\"className\":\"eride-product-details\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\"}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Single Product','Displays a single product.','inherit','closed','closed','','121-revision-v1','','','2024-12-19 18:28:59','2024-12-19 18:28:59','',121,'https://aggressivegraphix.com/?p=1412',0,'revision','',0),(1413,1,'2024-12-19 18:41:30','2024-12-19 18:41:30','<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p class=\"\">Customize the look of your jersey with your name, number, and sponsor logos in bright solid colors. Our material has very light and flexible hand on the jersey allowing for a comfortable fit. We ensure to design your name and number to meet any racing regulations and rules to make sure you pass tech inspection every time.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Wash inside out in cold water and hang dry. Hot water, harsh detergents, and machine drying may cause damage or shorten the life of the vinyl on the jersey.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">No Warranty</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Original jersey color and design may bleed through.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->','Black Slab','<p>Customize your jersey with your name, number, and sponsor logos.</p>','publish','open','closed','','black-slab','','','2025-02-11 16:40:56','2025-02-11 16:40:56','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=1413',0,'product','',0),(1414,1,'2024-12-19 19:19:30','2024-12-19 19:19:30','<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p class=\"\">Customize the look of your jersey with your name, number, and sponsor logos in bright solid colors. Our material has very light and flexible hand on the jersey allowing for a comfortable fit. We ensure to design your name and number to meet any racing regulations and rules to make sure you pass tech inspection every time.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Wash inside out in cold water and hang dry. Hot water, harsh detergents, and machine drying may cause damage or shorten the life of the vinyl on the jersey.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">No Warranty</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Original jersey color and design may bleed through.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->','Dodger Super-I','<p>Customize your jersey with your name, number, and sponsor logos.</p>','publish','open','closed','','dodger-super-i','','','2025-02-11 16:40:16','2025-02-11 16:40:16','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=1414',0,'product','',0),(1415,1,'2024-12-19 19:20:36','2024-12-19 19:20:36','<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p class=\"\">Customize the look of your jersey with your name, number, and sponsor logos in bright solid colors. Our material has very light and flexible hand on the jersey allowing for a comfortable fit. We ensure to design your name and number to meet any racing regulations and rules to make sure you pass tech inspection every time.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Wash inside out in cold water and hang dry. Hot water, harsh detergents, and machine drying may cause damage or shorten the life of the vinyl on the jersey.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">No Warranty</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Original jersey color and design may bleed through.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->','Enter Sansman','<p>Customize your jersey with your name, number, and sponsor logos.</p>','publish','open','closed','','enter-sansman','','','2025-02-11 16:38:24','2025-02-11 16:38:24','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=1415',0,'product','',0),(1416,1,'2024-12-19 19:21:32','2024-12-19 19:21:32','<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p class=\"\">Customize the look of your jersey with your name, number, and sponsor logos in bright solid colors. Our material has very light and flexible hand on the jersey allowing for a comfortable fit. We ensure to design your name and number to meet any racing regulations and rules to make sure you pass tech inspection every time.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Wash inside out in cold water and hang dry. Hot water, harsh detergents, and machine drying may cause damage or shorten the life of the vinyl on the jersey.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">No Warranty</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Original jersey color and design may bleed through.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Enter Sansman Mod','<p>Customize your jersey with your name, number, and sponsor logos.</p>','publish','open','closed','','enter-sansman-mod','','','2025-02-11 16:26:24','2025-02-11 16:26:24','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=1416',0,'product','',0),(1417,1,'2024-12-19 19:23:12','2024-12-19 19:23:12','<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p class=\"\">Customize the look of your jersey with your name, number, and sponsor logos in bright solid colors. Our material has very light and flexible hand on the jersey allowing for a comfortable fit. We ensure to design your name and number to meet any racing regulations and rules to make sure you pass tech inspection every time.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Wash inside out in cold water and hang dry. Hot water, harsh detergents, and machine drying may cause damage or shorten the life of the vinyl on the jersey.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">No Warranty</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Original jersey color and design may bleed through.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->','Freshman','<p>Customize your jersey with your name, number, and sponsor logos.</p>','publish','open','closed','','freshman','','','2025-02-11 16:37:27','2025-02-11 16:37:27','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=1417',0,'product','',0),(1418,1,'2024-12-19 19:24:05','2024-12-19 19:24:05','<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p class=\"\">Customize the look of your jersey with your name, number, and sponsor logos in bright solid colors. Our material has very light and flexible hand on the jersey allowing for a comfortable fit. We ensure to design your name and number to meet any racing regulations and rules to make sure you pass tech inspection every time.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Wash inside out in cold water and hang dry. Hot water, harsh detergents, and machine drying may cause damage or shorten the life of the vinyl on the jersey.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">No Warranty</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Original jersey color and design may bleed through.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->','Gunplay','<p>Customize your jersey with your name, number, and sponsor logos.</p>','publish','open','closed','','gunplay','','','2025-02-11 16:36:47','2025-02-11 16:36:47','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=1418',0,'product','',0),(1419,1,'2024-12-19 19:24:45','2024-12-19 19:24:45','<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p class=\"\">Customize the look of your jersey with your name, number, and sponsor logos in bright solid colors. Our material has very light and flexible hand on the jersey allowing for a comfortable fit. We ensure to design your name and number to meet any racing regulations and rules to make sure you pass tech inspection every time.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Wash inside out in cold water and hang dry. Hot water, harsh detergents, and machine drying may cause damage or shorten the life of the vinyl on the jersey.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">No Warranty</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Original jersey color and design may bleed through.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->','Gunplay Mod','<p>Customize your jersey with your name, number, and sponsor logos.</p>','publish','open','closed','','gunplay-mod','','','2025-02-11 16:35:53','2025-02-11 16:35:53','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=1419',0,'product','',0),(1420,1,'2024-12-19 19:25:28','2024-12-19 19:25:28','<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p class=\"\">Customize the look of your jersey with your name, number, and sponsor logos in bright solid colors. Our material has very light and flexible hand on the jersey allowing for a comfortable fit. We ensure to design your name and number to meet any racing regulations and rules to make sure you pass tech inspection every time.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Wash inside out in cold water and hang dry. Hot water, harsh detergents, and machine drying may cause damage or shorten the life of the vinyl on the jersey.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">No Warranty</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Original jersey color and design may bleed through.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->','Impact','<p>Customize your jersey with your name, number, and sponsor logos.</p>','publish','open','closed','','impact','','','2025-02-11 16:35:13','2025-02-11 16:35:13','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=1420',0,'product','',0),(1421,1,'2024-12-19 19:26:11','2024-12-19 19:26:11','<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p class=\"\">Customize the look of your jersey with your name, number, and sponsor logos in bright solid colors. Our material has very light and flexible hand on the jersey allowing for a comfortable fit. We ensure to design your name and number to meet any racing regulations and rules to make sure you pass tech inspection every time.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Wash inside out in cold water and hang dry. Hot water, harsh detergents, and machine drying may cause damage or shorten the life of the vinyl on the jersey.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">No Warranty</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Original jersey color and design may bleed through.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->','Impact Mod','<p>Customize your jersey with your name, number, and sponsor logos.</p>','publish','open','closed','','impact-mod','','','2025-02-11 16:34:32','2025-02-11 16:34:32','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=1421',0,'product','',0),(1422,1,'2024-12-19 19:27:47','2024-12-19 19:27:47','<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p class=\"\">Customize the look of your jersey with your name, number, and sponsor logos in bright solid colors. Our material has very light and flexible hand on the jersey allowing for a comfortable fit. We ensure to design your name and number to meet any racing regulations and rules to make sure you pass tech inspection every time.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Wash inside out in cold water and hang dry. Hot water, harsh detergents, and machine drying may cause damage or shorten the life of the vinyl on the jersey.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">No Warranty</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Original jersey color and design may bleed through.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->','Pricedown','<p>Customize your jersey with your name, number, and sponsor logos.</p>','publish','open','closed','','pricedown','','','2025-02-11 16:33:33','2025-02-11 16:33:33','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=1422',0,'product','',0),(1423,1,'2024-12-19 19:29:16','2024-12-19 19:29:16','<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p class=\"\">Customize the look of your jersey with your name, number, and sponsor logos in bright solid colors. Our material has very light and flexible hand on the jersey allowing for a comfortable fit. We ensure to design your name and number to meet any racing regulations and rules to make sure you pass tech inspection every time.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Wash inside out in cold water and hang dry. Hot water, harsh detergents, and machine drying may cause damage or shorten the life of the vinyl on the jersey.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">No Warranty</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Original jersey color and design may bleed through.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->','Reklame','<p>Customize your jersey with your name, number, and sponsor logos.</p>','publish','open','closed','','reklame','','','2025-02-11 16:32:46','2025-02-11 16:32:46','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=1423',0,'product','',0),(1424,1,'2024-12-19 19:30:02','2024-12-19 19:30:02','<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p class=\"\">Customize the look of your jersey with your name, number, and sponsor logos in bright solid colors. Our material has very light and flexible hand on the jersey allowing for a comfortable fit. We ensure to design your name and number to meet any racing regulations and rules to make sure you pass tech inspection every time.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Wash inside out in cold water and hang dry. Hot water, harsh detergents, and machine drying may cause damage or shorten the life of the vinyl on the jersey.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">No Warranty</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Original jersey color and design may bleed through.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->','Special TLD','<p>Customize your jersey with your name, number, and sponsor logos.</p>','publish','open','closed','','special-tld','','','2025-02-11 16:31:52','2025-02-11 16:31:52','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=1424',0,'product','',0),(1425,1,'2024-12-19 19:31:02','2024-12-19 19:31:02','<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p class=\"\">Customize the look of your jersey with your name, number, and sponsor logos in bright solid colors. Our material has very light and flexible hand on the jersey allowing for a comfortable fit. We ensure to design your name and number to meet any racing regulations and rules to make sure you pass tech inspection every time.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Wash inside out in cold water and hang dry. Hot water, harsh detergents, and machine drying may cause damage or shorten the life of the vinyl on the jersey.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">No Warranty</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Original jersey color and design may bleed through.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->','Stellar','<p>Customize your jersey with your name, number, and sponsor logos.</p>','publish','open','closed','','stellar','','','2025-02-11 16:31:04','2025-02-11 16:31:04','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=1425',0,'product','',0),(1426,1,'2024-12-19 19:31:57','2024-12-19 19:31:57','<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p class=\"\">Customize the look of your jersey with your name, number, and sponsor logos in bright solid colors. Our material has very light and flexible hand on the jersey allowing for a comfortable fit. We ensure to design your name and number to meet any racing regulations and rules to make sure you pass tech inspection every time.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Wash inside out in cold water and hang dry. Hot water, harsh detergents, and machine drying may cause damage or shorten the life of the vinyl on the jersey.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">No Warranty</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Original jersey color and design may bleed through.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->','Teko','<p>Customize your jersey with your name, number, and sponsor logos.</p>','publish','open','closed','','teko','','','2025-02-11 16:29:56','2025-02-11 16:29:56','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=1426',0,'product','',0),(1427,1,'2024-12-19 19:32:40','2024-12-19 19:32:40','<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p class=\"\">Customize the look of your jersey with your name, number, and sponsor logos in bright solid colors. Our material has very light and flexible hand on the jersey allowing for a comfortable fit. We ensure to design your name and number to meet any racing regulations and rules to make sure you pass tech inspection every time.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Wash inside out in cold water and hang dry. Hot water, harsh detergents, and machine drying may cause damage or shorten the life of the vinyl on the jersey.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">No Warranty</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Original jersey color and design may bleed through.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->','VIP','<p>Customize your jersey with your name, number, and sponsor logos.</p>','publish','open','closed','','vip','','','2025-02-11 16:27:45','2025-02-11 16:27:45','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=1427',0,'product','',0),(1428,1,'2024-12-19 19:34:56','2024-12-19 19:34:56','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":4,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"taxQuery\":[],\"isProductCollectionBlock\":true,\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":5},\"dimensions\":{\"widthType\":\"fill\"},\"convertedFromProducts\":true,\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":false,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"},\"align\":\"wide\"} -->\n<div class=\"wp-block-woocommerce-product-collection alignwide\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:woocommerce/product-collection --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\"}}},\"backgroundColor\":\"primary\"} -->\n<hr class=\"is-style-wide wp-block-separator has-text-color has-primary-color has-alpha-channel-opacity has-primary-background-color has-background\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20)\"/>\n<!-- /wp:separator -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Our Favorites\"},\"align\":\"full\",\"className\":\"er-slick-overflow\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"30px\",\"top\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"69px\"},\"blockGap\":\"15px\"}},\"backgroundColor\":\"base-3\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"er-slick-overflow wp-block-group alignfull has-base-3-background-color has-background\" style=\"margin-top:0px;margin-bottom:69px;padding-top:var(--wp--preset--spacing--30);padding-bottom:30px\"><!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"12px\"}},\"typography\":{\"lineHeight\":\"1\"}},\"textColor\":\"gray-100\",\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center has-gray-100-color has-text-color has-link-color has-x-large-font-size\" style=\"margin-top:12px;line-height:1\">Top Products</h2>\n<!-- /wp:heading -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":5,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"taxQuery\":[],\"isProductCollectionBlock\":true,\"perPage\":9,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":null},\"dimensions\":{\"widthType\":\"fill\"},\"convertedFromProducts\":true,\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":false,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"},\"align\":\"wide\",\"className\":\"er-slick er-custom-price shop-favorites\"} -->\n<div class=\"er-slick er-custom-price shop-favorites wp-block-woocommerce-product-collection alignwide\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"22px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\"} /-->\n<!-- /wp:woocommerce/product-template --></div>\n<!-- /wp:woocommerce/product-collection --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Product Catalog','Displays your products.','inherit','closed','closed','','116-revision-v1','','','2024-12-19 19:34:56','2024-12-19 19:34:56','',116,'https://aggressivegraphix.com/?p=1428',0,'revision','',0),(1429,1,'2024-12-19 19:36:41','2024-12-19 19:36:41','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":9,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"taxQuery\":[],\"isProductCollectionBlock\":true,\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":5,\"shrinkColumns\":true},\"dimensions\":{\"widthType\":\"fill\"},\"convertedFromProducts\":true,\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":false,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"},\"align\":\"wide\"} -->\n<div class=\"wp-block-woocommerce-product-collection alignwide\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:woocommerce/product-collection --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Product Catalog','Displays your products.','inherit','closed','closed','','116-revision-v1','','','2024-12-19 19:36:41','2024-12-19 19:36:41','',116,'https://aggressivegraphix.com/?p=1429',0,'revision','',0),(1430,1,'2024-12-19 19:37:09','2024-12-19 19:37:09','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":9,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"taxQuery\":[],\"isProductCollectionBlock\":true,\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":6,\"shrinkColumns\":true},\"dimensions\":{\"widthType\":\"fill\"},\"convertedFromProducts\":true,\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":false,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"},\"align\":\"wide\"} -->\n<div class=\"wp-block-woocommerce-product-collection alignwide\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:woocommerce/product-collection --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Product Catalog','Displays your products.','inherit','closed','closed','','116-revision-v1','','','2024-12-19 19:37:09','2024-12-19 19:37:09','',116,'https://aggressivegraphix.com/?p=1430',0,'revision','',0),(1431,1,'2024-12-19 19:37:32','2024-12-19 19:37:32','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":9,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"taxQuery\":[],\"isProductCollectionBlock\":true,\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":6,\"shrinkColumns\":false},\"dimensions\":{\"widthType\":\"fill\"},\"convertedFromProducts\":true,\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":false,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"},\"align\":\"wide\"} -->\n<div class=\"wp-block-woocommerce-product-collection alignwide\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:woocommerce/product-collection --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Product Catalog','Displays your products.','inherit','closed','closed','','116-revision-v1','','','2024-12-19 19:37:32','2024-12-19 19:37:32','',116,'https://aggressivegraphix.com/?p=1431',0,'revision','',0),(1432,1,'2024-12-19 19:37:54','2024-12-19 19:37:54','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":9,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"taxQuery\":[],\"isProductCollectionBlock\":true,\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":5,\"shrinkColumns\":false},\"dimensions\":{\"widthType\":\"fill\"},\"convertedFromProducts\":true,\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":false,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"},\"align\":\"wide\"} -->\n<div class=\"wp-block-woocommerce-product-collection alignwide\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:woocommerce/product-collection --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Product Catalog','Displays your products.','inherit','closed','closed','','116-revision-v1','','','2024-12-19 19:37:54','2024-12-19 19:37:54','',116,'https://aggressivegraphix.com/?p=1432',0,'revision','',0),(1433,1,'2024-12-19 19:39:50','2024-12-19 19:39:50','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":10,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"taxQuery\":[],\"isProductCollectionBlock\":true,\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":5,\"shrinkColumns\":false},\"dimensions\":{\"widthType\":\"fill\"},\"convertedFromProducts\":true,\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":false,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"},\"align\":\"wide\"} -->\n<div class=\"wp-block-woocommerce-product-collection alignwide\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:woocommerce/product-collection --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Product Catalog','Displays your products.','inherit','closed','closed','','116-revision-v1','','','2024-12-19 19:39:50','2024-12-19 19:39:50','',116,'https://aggressivegraphix.com/?p=1433',0,'revision','',0),(1434,1,'2024-12-19 19:39:50','2024-12-19 19:39:50','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide is-not-stacked-on-mobile\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"100%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:100%\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":13,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"taxQuery\":[],\"isProductCollectionBlock\":true,\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":6},\"dimensions\":{\"widthType\":\"fill\"},\"convertedFromProducts\":true,\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":true,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"},\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-woocommerce-product-collection alignwide\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:woocommerce/product-collection --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Category','Displays products filtered by a category.','inherit','closed','closed','','983-revision-v1','','','2024-12-19 19:39:50','2024-12-19 19:39:50','',983,'https://aggressivegraphix.com/?p=1434',0,'revision','',0),(1435,1,'2024-12-19 19:41:04','2024-12-19 19:41:04','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide is-not-stacked-on-mobile\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"100%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:100%\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":14,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"taxQuery\":[],\"isProductCollectionBlock\":true,\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":6},\"dimensions\":{\"widthType\":\"fill\"},\"convertedFromProducts\":true,\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":true,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"},\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-woocommerce-product-collection alignwide\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"paginationArrow\":\"chevron\",\"showLabel\":false,\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\",\"orientation\":\"horizontal\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:woocommerce/product-collection --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Category','Displays products filtered by a category.','inherit','closed','closed','','983-revision-v1','','','2024-12-19 19:41:04','2024-12-19 19:41:04','',983,'https://aggressivegraphix.com/?p=1435',0,'revision','',0),(1436,1,'2024-12-19 19:42:35','2024-12-19 19:42:35','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide is-not-stacked-on-mobile\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"100%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:100%\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":14,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"taxQuery\":[],\"isProductCollectionBlock\":true,\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":6},\"dimensions\":{\"widthType\":\"fill\"},\"convertedFromProducts\":true,\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":true,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"},\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-woocommerce-product-collection alignwide\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"textAlign\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"textAlign\":\"center\",\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"width\":100,\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"paginationArrow\":\"chevron\",\"showLabel\":false,\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\",\"orientation\":\"horizontal\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:woocommerce/product-collection --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Category','Displays products filtered by a category.','inherit','closed','closed','','983-revision-v1','','','2024-12-19 19:42:35','2024-12-19 19:42:35','',983,'https://aggressivegraphix.com/?p=1436',0,'revision','',0),(1437,1,'2024-12-19 19:43:40','2024-12-19 19:43:40','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide is-not-stacked-on-mobile\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"100%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:100%\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":14,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"taxQuery\":[],\"isProductCollectionBlock\":true,\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":6},\"dimensions\":{\"widthType\":\"fill\"},\"convertedFromProducts\":true,\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":true,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"},\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-woocommerce-product-collection alignwide\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"textAlign\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"level\":1,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\",\"left\":\"0\"}}},\"fontSize\":\"large\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"textAlign\":\"center\",\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"width\":100,\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"paginationArrow\":\"chevron\",\"showLabel\":false,\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\",\"orientation\":\"horizontal\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:woocommerce/product-collection --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Category','Displays products filtered by a category.','inherit','closed','closed','','983-revision-v1','','','2024-12-19 19:43:40','2024-12-19 19:43:40','',983,'https://aggressivegraphix.com/?p=1437',0,'revision','',0),(1438,1,'2024-12-19 19:44:15','2024-12-19 19:44:15','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide is-not-stacked-on-mobile\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"100%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:100%\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":14,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"taxQuery\":[],\"isProductCollectionBlock\":true,\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":6},\"dimensions\":{\"widthType\":\"fill\"},\"convertedFromProducts\":true,\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":true,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"},\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-woocommerce-product-collection alignwide\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-title {\"level\":1,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\",\"left\":\"0\"}}},\"fontSize\":\"large\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"textAlign\":\"center\",\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"width\":100,\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"paginationArrow\":\"chevron\",\"showLabel\":false,\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\",\"orientation\":\"horizontal\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:woocommerce/product-collection --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Category','Displays products filtered by a category.','inherit','closed','closed','','983-revision-v1','','','2024-12-19 19:44:15','2024-12-19 19:44:15','',983,'https://aggressivegraphix.com/?p=1438',0,'revision','',0),(1439,1,'2024-12-19 19:44:47','2024-12-19 19:44:47','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide is-not-stacked-on-mobile\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"100%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:100%\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":14,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"taxQuery\":[],\"isProductCollectionBlock\":true,\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":6},\"dimensions\":{\"widthType\":\"fill\"},\"convertedFromProducts\":true,\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":true,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"},\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-woocommerce-product-collection alignwide\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-title {\"level\":1,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"left\":\"0\",\"bottom\":\"0.5rem\"}}},\"fontSize\":\"large\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"textAlign\":\"center\",\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"width\":100,\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"paginationArrow\":\"chevron\",\"showLabel\":false,\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\",\"orientation\":\"horizontal\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:woocommerce/product-collection --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Category','Displays products filtered by a category.','inherit','closed','closed','','983-revision-v1','','','2024-12-19 19:44:47','2024-12-19 19:44:47','',983,'https://aggressivegraphix.com/?p=1439',0,'revision','',0),(1445,1,'2024-12-19 20:25:58','2024-12-19 20:25:58','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide is-not-stacked-on-mobile\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"100%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:100%\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":5,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"taxQuery\":[],\"isProductCollectionBlock\":true,\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":6},\"dimensions\":{\"widthType\":\"fill\"},\"convertedFromProducts\":true,\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":true,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"},\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-woocommerce-product-collection alignwide\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-title {\"level\":1,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"left\":\"0\",\"bottom\":\"0.5rem\"}}},\"fontSize\":\"large\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"textAlign\":\"center\",\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"width\":100,\"isDescendentOfQueryLoop\":true,\"className\":\"is-style-fill\"} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"paginationArrow\":\"chevron\",\"showLabel\":false,\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\",\"orientation\":\"horizontal\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:woocommerce/product-collection --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Category','Displays products filtered by a category.','inherit','closed','closed','','983-revision-v1','','','2024-12-19 20:25:58','2024-12-19 20:25:58','',983,'https://aggressivegraphix.com/?p=1445',0,'revision','',0),(1446,1,'2024-12-19 20:27:19','2024-12-19 20:27:19','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide is-not-stacked-on-mobile\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"100%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:100%\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":5,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"taxQuery\":[],\"isProductCollectionBlock\":true,\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":6},\"dimensions\":{\"widthType\":\"fill\"},\"convertedFromProducts\":true,\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":true,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"},\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-woocommerce-product-collection alignwide\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-title {\"level\":1,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"left\":\"0\",\"bottom\":\"0.5rem\"}}},\"fontSize\":\"large\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"textAlign\":\"center\",\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"right\"} /-->\n\n<!-- wp:woocommerce/product-button {\"width\":100,\"isDescendentOfQueryLoop\":true,\"className\":\"is-style-fill\"} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"paginationArrow\":\"chevron\",\"showLabel\":false,\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\",\"orientation\":\"horizontal\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:woocommerce/product-collection --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Category','Displays products filtered by a category.','inherit','closed','closed','','983-revision-v1','','','2024-12-19 20:27:19','2024-12-19 20:27:19','',983,'https://aggressivegraphix.com/?p=1446',0,'revision','',0),(1447,1,'2024-12-19 20:27:36','2024-12-19 20:27:36','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide is-not-stacked-on-mobile\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"100%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:100%\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":5,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"taxQuery\":[],\"isProductCollectionBlock\":true,\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":6},\"dimensions\":{\"widthType\":\"fill\"},\"convertedFromProducts\":true,\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":true,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"},\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-woocommerce-product-collection alignwide\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-title {\"level\":1,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"left\":\"0\",\"bottom\":\"0.5rem\"}}},\"fontSize\":\"large\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"textAlign\":\"center\",\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"width\":100,\"isDescendentOfQueryLoop\":true,\"className\":\"is-style-fill\"} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"paginationArrow\":\"chevron\",\"showLabel\":false,\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\",\"orientation\":\"horizontal\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:woocommerce/product-collection --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Category','Displays products filtered by a category.','inherit','closed','closed','','983-revision-v1','','','2024-12-19 20:27:36','2024-12-19 20:27:36','',983,'https://aggressivegraphix.com/?p=1447',0,'revision','',0),(1448,1,'2024-12-19 20:28:19','2024-12-19 20:28:19','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide is-not-stacked-on-mobile\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"100%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:100%\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":6,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"taxQuery\":[],\"isProductCollectionBlock\":true,\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":4},\"dimensions\":{\"widthType\":\"fill\"},\"convertedFromProducts\":true,\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":true,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"},\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-woocommerce-product-collection alignwide\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-title {\"level\":1,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"left\":\"0\",\"bottom\":\"0.5rem\"}}},\"fontSize\":\"large\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"textAlign\":\"center\",\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"width\":100,\"isDescendentOfQueryLoop\":true,\"className\":\"is-style-fill\"} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"paginationArrow\":\"chevron\",\"showLabel\":false,\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\",\"orientation\":\"horizontal\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:woocommerce/product-collection --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Category','Displays products filtered by a category.','inherit','closed','closed','','983-revision-v1','','','2024-12-19 20:28:19','2024-12-19 20:28:19','',983,'https://aggressivegraphix.com/?p=1448',0,'revision','',0),(1449,1,'2024-12-19 20:31:26','2024-12-19 20:31:26','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide is-not-stacked-on-mobile\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"100%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:100%\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":7,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"taxQuery\":[],\"isProductCollectionBlock\":true,\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":4},\"dimensions\":{\"widthType\":\"fill\"},\"convertedFromProducts\":true,\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":true,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"},\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-woocommerce-product-collection alignwide\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-title {\"level\":1,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"left\":\"0\",\"bottom\":\"0.5rem\"}}},\"fontSize\":\"large\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"textAlign\":\"center\",\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"width\":100,\"isDescendentOfQueryLoop\":true,\"className\":\"is-style-fill\"} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"paginationArrow\":\"chevron\",\"showLabel\":false,\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\",\"orientation\":\"horizontal\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:woocommerce/product-collection --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Category','Displays products filtered by a category.','inherit','closed','closed','','983-revision-v1','','','2024-12-19 20:31:26','2024-12-19 20:31:26','',983,'https://aggressivegraphix.com/?p=1449',0,'revision','',0),(1450,1,'2024-12-19 20:31:27','2024-12-19 20:31:27','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide is-not-stacked-on-mobile\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"100%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:100%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\"} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":5},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":1,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:query --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Tag','Displays products filtered by a tag.','inherit','closed','closed','','1221-revision-v1','','','2024-12-19 20:31:27','2024-12-19 20:31:27','',1221,'https://aggressivegraphix.com/?p=1450',0,'revision','',0),(1451,1,'2024-12-19 20:32:34','2024-12-19 20:32:34','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":16,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"taxQuery\":[],\"isProductCollectionBlock\":true,\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":6,\"shrinkColumns\":false},\"dimensions\":{\"widthType\":\"fill\"},\"convertedFromProducts\":true,\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":false,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"},\"align\":\"wide\"} -->\n<div class=\"wp-block-woocommerce-product-collection alignwide\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:woocommerce/product-collection --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Product Catalog','Displays your products.','inherit','closed','closed','','116-revision-v1','','','2024-12-19 20:32:34','2024-12-19 20:32:34','',116,'https://aggressivegraphix.com/?p=1451',0,'revision','',0),(1452,1,'2024-12-19 20:33:33','2024-12-19 20:33:33','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":17,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"taxQuery\":[],\"isProductCollectionBlock\":true,\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":6,\"shrinkColumns\":false},\"dimensions\":{\"widthType\":\"fill\"},\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":false,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"},\"align\":\"wide\"} -->\n<div class=\"wp-block-woocommerce-product-collection alignwide\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"11px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:woocommerce/product-collection --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Product Catalog','Displays your products.','inherit','closed','closed','','116-revision-v1','','','2024-12-19 20:33:33','2024-12-19 20:33:33','',116,'https://aggressivegraphix.com/?p=1452',0,'revision','',0),(1453,1,'2024-12-19 20:33:49','2024-12-19 20:33:49','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":17,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"taxQuery\":[],\"isProductCollectionBlock\":true,\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":6,\"shrinkColumns\":false},\"dimensions\":{\"widthType\":\"fill\"},\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":false,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"},\"align\":\"wide\"} -->\n<div class=\"wp-block-woocommerce-product-collection alignwide\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"11px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":1,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:woocommerce/product-collection --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Product Catalog','Displays your products.','inherit','closed','closed','','116-revision-v1','','','2024-12-19 20:33:49','2024-12-19 20:33:49','',116,'https://aggressivegraphix.com/?p=1453',0,'revision','',0),(1454,1,'2024-12-19 20:34:09','2024-12-19 20:34:09','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":17,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"taxQuery\":[],\"isProductCollectionBlock\":true,\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":6,\"shrinkColumns\":false},\"dimensions\":{\"widthType\":\"fill\"},\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":false,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"},\"align\":\"wide\"} -->\n<div class=\"wp-block-woocommerce-product-collection alignwide\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"11px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":1,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"textAlign\":\"center\",\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:woocommerce/product-collection --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Product Catalog','Displays your products.','inherit','closed','closed','','116-revision-v1','','','2024-12-19 20:34:09','2024-12-19 20:34:09','',116,'https://aggressivegraphix.com/?p=1454',0,'revision','',0),(1455,1,'2024-12-19 20:34:41','2024-12-19 20:34:41','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":17,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"taxQuery\":[],\"isProductCollectionBlock\":true,\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":6,\"shrinkColumns\":false},\"dimensions\":{\"widthType\":\"fill\"},\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":false,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"},\"align\":\"wide\"} -->\n<div class=\"wp-block-woocommerce-product-collection alignwide\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"11px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":1,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}},\"typography\":{\"fontSize\":\"14px\"}},\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"textAlign\":\"center\",\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:woocommerce/product-collection --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Product Catalog','Displays your products.','inherit','closed','closed','','116-revision-v1','','','2024-12-19 20:34:41','2024-12-19 20:34:41','',116,'https://aggressivegraphix.com/?p=1455',0,'revision','',0),(1456,1,'2024-12-19 20:46:38','2024-12-19 20:46:38','<!-- wp:woocommerce/cart -->\n<div class=\"wp-block-woocommerce-cart alignwide is-loading\"><!-- wp:woocommerce/filled-cart-block -->\n<div class=\"wp-block-woocommerce-filled-cart-block\"><!-- wp:woocommerce/cart-items-block -->\n<div class=\"wp-block-woocommerce-cart-items-block\"><!-- wp:woocommerce/cart-line-items-block -->\n<div class=\"wp-block-woocommerce-cart-line-items-block\"></div>\n<!-- /wp:woocommerce/cart-line-items-block -->\n\n<!-- wp:woocommerce/cart-cross-sells-block -->\n<div class=\"wp-block-woocommerce-cart-cross-sells-block\"><!-- wp:heading {\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">You may be interested in…</h2>\n<!-- /wp:heading -->\n\n<!-- wp:woocommerce/cart-cross-sells-products-block -->\n<div class=\"wp-block-woocommerce-cart-cross-sells-products-block\"></div>\n<!-- /wp:woocommerce/cart-cross-sells-products-block --></div>\n<!-- /wp:woocommerce/cart-cross-sells-block --></div>\n<!-- /wp:woocommerce/cart-items-block -->\n\n<!-- wp:woocommerce/cart-totals-block -->\n<div class=\"wp-block-woocommerce-cart-totals-block\"><!-- wp:woocommerce/cart-order-summary-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-block\"><!-- wp:woocommerce/cart-order-summary-heading-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-heading-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-heading-block -->\n\n<!-- wp:woocommerce/cart-order-summary-coupon-form-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-coupon-form-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-coupon-form-block -->\n\n<!-- wp:woocommerce/cart-order-summary-totals-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-totals-block\"><!-- wp:woocommerce/cart-order-summary-subtotal-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-subtotal-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-subtotal-block -->\n\n<!-- wp:woocommerce/cart-order-summary-fee-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-fee-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-fee-block -->\n\n<!-- wp:woocommerce/cart-order-summary-discount-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-discount-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-discount-block -->\n\n<!-- wp:woocommerce/cart-order-summary-shipping-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-shipping-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-shipping-block -->\n\n<!-- wp:woocommerce/cart-order-summary-taxes-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-taxes-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-taxes-block --></div>\n<!-- /wp:woocommerce/cart-order-summary-totals-block --></div>\n<!-- /wp:woocommerce/cart-order-summary-block -->\n\n<!-- wp:woocommerce/cart-express-payment-block -->\n<div class=\"wp-block-woocommerce-cart-express-payment-block\"></div>\n<!-- /wp:woocommerce/cart-express-payment-block -->\n\n<!-- wp:woocommerce/proceed-to-checkout-block -->\n<div class=\"wp-block-woocommerce-proceed-to-checkout-block\"></div>\n<!-- /wp:woocommerce/proceed-to-checkout-block -->\n\n<!-- wp:woocommerce/cart-accepted-payment-methods-block -->\n<div class=\"wp-block-woocommerce-cart-accepted-payment-methods-block\"></div>\n<!-- /wp:woocommerce/cart-accepted-payment-methods-block --></div>\n<!-- /wp:woocommerce/cart-totals-block --></div>\n<!-- /wp:woocommerce/filled-cart-block -->\n\n<!-- wp:woocommerce/empty-cart-block -->\n<div class=\"wp-block-woocommerce-empty-cart-block\"><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"with-empty-cart-icon wc-block-cart__empty-cart__title\"} -->\n<h2 class=\"with-empty-cart-icon wc-block-cart__empty-cart__title wp-block-heading has-text-align-center\">Your cart is currently empty!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\"><a href=\"https://aggressivegraphix.com/shop/\">Browse store</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-dots\"} -->\n<hr class=\"is-style-dots wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">New in store</h2>\n<!-- /wp:heading -->\n\n<!-- wp:woocommerce/product-new {\"columns\":4,\"rows\":1} /--></div>\n<!-- /wp:woocommerce/empty-cart-block --></div>\n<!-- /wp:woocommerce/cart -->','Cart','','inherit','closed','closed','','7-revision-v1','','','2024-12-19 20:46:38','2024-12-19 20:46:38','',7,'https://aggressivegraphix.com/?p=1456',0,'revision','',0),(1458,1,'2024-12-19 20:48:15','2024-12-19 20:48:15','<!-- wp:woocommerce/checkout -->\n<div class=\"wp-block-woocommerce-checkout alignwide wc-block-checkout is-loading\"><!-- wp:woocommerce/checkout-totals-block -->\n<div class=\"wp-block-woocommerce-checkout-totals-block\"><!-- wp:woocommerce/checkout-order-summary-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-block\"><!-- wp:woocommerce/checkout-order-summary-cart-items-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-cart-items-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-cart-items-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-coupon-form-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-coupon-form-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-coupon-form-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-totals-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-totals-block\"><!-- wp:woocommerce/checkout-order-summary-subtotal-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-subtotal-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-subtotal-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-fee-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-fee-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-fee-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-discount-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-discount-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-discount-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-shipping-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-shipping-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-shipping-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-taxes-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-taxes-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-taxes-block --></div>\n<!-- /wp:woocommerce/checkout-order-summary-totals-block --></div>\n<!-- /wp:woocommerce/checkout-order-summary-block --></div>\n<!-- /wp:woocommerce/checkout-totals-block -->\n\n<!-- wp:woocommerce/checkout-fields-block -->\n<div class=\"wp-block-woocommerce-checkout-fields-block\"><!-- wp:woocommerce/checkout-express-payment-block -->\n<div class=\"wp-block-woocommerce-checkout-express-payment-block\"></div>\n<!-- /wp:woocommerce/checkout-express-payment-block -->\n\n<!-- wp:woocommerce/checkout-contact-information-block -->\n<div class=\"wp-block-woocommerce-checkout-contact-information-block\"></div>\n<!-- /wp:woocommerce/checkout-contact-information-block -->\n\n<!-- wp:woocommerce/checkout-shipping-method-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-method-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-method-block -->\n\n<!-- wp:woocommerce/checkout-pickup-options-block -->\n<div class=\"wp-block-woocommerce-checkout-pickup-options-block\"></div>\n<!-- /wp:woocommerce/checkout-pickup-options-block -->\n\n<!-- wp:woocommerce/checkout-shipping-address-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-address-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-address-block -->\n\n<!-- wp:woocommerce/checkout-billing-address-block -->\n<div class=\"wp-block-woocommerce-checkout-billing-address-block\"></div>\n<!-- /wp:woocommerce/checkout-billing-address-block -->\n\n<!-- wp:woocommerce/checkout-shipping-methods-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-methods-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-methods-block -->\n\n<!-- wp:woocommerce/checkout-payment-block -->\n<div class=\"wp-block-woocommerce-checkout-payment-block\"></div>\n<!-- /wp:woocommerce/checkout-payment-block -->\n\n<!-- wp:woocommerce/checkout-additional-information-block -->\n<div class=\"wp-block-woocommerce-checkout-additional-information-block\"></div>\n<!-- /wp:woocommerce/checkout-additional-information-block -->\n\n<!-- wp:woocommerce/checkout-order-note-block -->\n<div class=\"wp-block-woocommerce-checkout-order-note-block\"></div>\n<!-- /wp:woocommerce/checkout-order-note-block -->\n\n<!-- wp:woocommerce/checkout-terms-block -->\n<div class=\"wp-block-woocommerce-checkout-terms-block\"></div>\n<!-- /wp:woocommerce/checkout-terms-block -->\n\n<!-- wp:woocommerce/checkout-actions-block -->\n<div class=\"wp-block-woocommerce-checkout-actions-block\"></div>\n<!-- /wp:woocommerce/checkout-actions-block --></div>\n<!-- /wp:woocommerce/checkout-fields-block --></div>\n<!-- /wp:woocommerce/checkout -->','Checkout','','inherit','closed','closed','','8-revision-v1','','','2024-12-19 20:48:15','2024-12-19 20:48:15','',8,'https://aggressivegraphix.com/?p=1458',0,'revision','',0),(1459,1,'2024-12-19 21:14:17','2024-12-19 21:14:17','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide is-not-stacked-on-mobile\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"100%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:100%\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":3,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"taxQuery\":[],\"isProductCollectionBlock\":true,\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":5},\"dimensions\":{\"widthType\":\"fill\"},\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":true,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"},\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-woocommerce-product-collection alignwide\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-title {\"level\":1,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"left\":\"0\",\"bottom\":\"0.5rem\"}}},\"fontSize\":\"large\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"textAlign\":\"center\",\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"width\":100,\"isDescendentOfQueryLoop\":true,\"className\":\"is-style-fill\"} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"paginationArrow\":\"chevron\",\"showLabel\":false,\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\",\"orientation\":\"horizontal\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:woocommerce/product-collection --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Category','Displays products filtered by a category.','inherit','closed','closed','','983-revision-v1','','','2024-12-19 21:14:17','2024-12-19 21:14:17','',983,'https://aggressivegraphix.com/?p=1459',0,'revision','',0),(1461,1,'2024-12-19 21:17:33','2024-12-19 21:17:33','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":3,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"taxQuery\":[],\"isProductCollectionBlock\":true,\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":6,\"shrinkColumns\":false},\"dimensions\":{\"widthType\":\"fill\"},\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":false,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"},\"align\":\"wide\"} -->\n<div class=\"wp-block-woocommerce-product-collection alignwide\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"11px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":1,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}},\"typography\":{\"fontSize\":\"14px\"}},\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"textAlign\":\"center\",\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:woocommerce/product-collection --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Product Catalog','Displays your products.','inherit','closed','closed','','116-revision-v1','','','2024-12-19 21:17:33','2024-12-19 21:17:33','',116,'https://aggressivegraphix.com/?p=1461',0,'revision','',0),(1465,1,'2024-12-19 21:28:53','2024-12-19 21:28:53','.wp-container-core-group-is-layout-5 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {\n	max-width: 100% !important;}\n.config-button, .product a button{\n    background: #D01A1A;\n    padding: 10px 20px;\n    border: none;\n    border-radius: 20px;\n    color: #fff;\n    font-weight: bold;\n    font-size: 1.2em;\n}\n.config-button:hover{\n	background:#a10000;\n	cursor:pointer;\n}\n\n.shop-favorites .products-block-post-template .product:hover, .shop-favorites .products-block-post-template .wp-block-post:hover {\n    padding: 5px;\n}\n.single-product-page .wc-block-components-product-price .woocommerce-Price-amount {\n	font-weight: 500 !important;	}\n.af_addon_drop_down {\n	height:100% !important;\n}\n#product_option_selected_name ul {\n	position: inherit !important;}\n.products-block-post-template .wp-block-post-excerpt {\n	    -webkit-line-clamp: 3 !important;\n}\n.wc-block-product-template .wp-block-post-title {\n    overflow: visible;\n    -webkit-line-clamp: 2;\n    text-align: center !important;\n}\n.woocommerce-cart .woocommerce-cart-form tbody td.product-name .variation {\n    display: flex;\n    justify-content: start;\n    gap: 2px !important;\n    align-items: flex-start;\n}\n','ag','','inherit','closed','closed','','100-revision-v1','','','2024-12-19 21:28:53','2024-12-19 21:28:53','',100,'https://aggressivegraphix.com/?p=1465',0,'revision','',0),(1467,1,'2024-12-19 21:29:39','2024-12-19 21:29:39','.wp-container-core-group-is-layout-5 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {\n	max-width: 100% !important;}\n.config-button, .product a button{\n    background: #D01A1A;\n    padding: 10px 20px;\n    border: none;\n    border-radius: 20px;\n    color: #fff;\n    font-weight: bold;\n    font-size: 1.2em;\n}\n.config-button:hover{\n	background:#a10000;\n	cursor:pointer;\n}\n\n.shop-favorites .products-block-post-template .product:hover, .shop-favorites .products-block-post-template .wp-block-post:hover {\n    padding: 5px;\n}\n.single-product-page .wc-block-components-product-price .woocommerce-Price-amount {\n	font-weight: 500 !important;	}\n.af_addon_drop_down {\n	height:100% !important;\n}\n#product_option_selected_name ul {\n	position: inherit !important;}\n.products-block-post-template .wp-block-post-excerpt {\n	    -webkit-line-clamp: 3 !important;\n}\n.wc-block-product-template .wp-block-post-title {\n    overflow: visible;\n    -webkit-line-clamp: 2;\n    text-align: center !important;\n}\n.woocommerce-cart .woocommerce-cart-form tbody td.product-name .variation {\n    gap: 2px !important;\n    align-items: flex-start !important;\n}\n','ag','','inherit','closed','closed','','100-revision-v1','','','2024-12-19 21:29:39','2024-12-19 21:29:39','',100,'https://aggressivegraphix.com/?p=1467',0,'revision','',0),(1469,1,'2024-12-19 21:30:31','2024-12-19 21:30:31','.wp-container-core-group-is-layout-5 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {\n	max-width: 100% !important;}\n.config-button, .product a button{\n    background: #D01A1A;\n    padding: 10px 20px;\n    border: none;\n    border-radius: 20px;\n    color: #fff;\n    font-weight: bold;\n    font-size: 1.2em;\n}\n.config-button:hover{\n	background:#a10000;\n	cursor:pointer;\n}\n\n.shop-favorites .products-block-post-template .product:hover, .shop-favorites .products-block-post-template .wp-block-post:hover {\n    padding: 5px;\n}\n.single-product-page .wc-block-components-product-price .woocommerce-Price-amount {\n	font-weight: 500 !important;	}\n.af_addon_drop_down {\n	height:100% !important;\n}\n#product_option_selected_name ul {\n	position: inherit !important;}\n.products-block-post-template .wp-block-post-excerpt {\n	    -webkit-line-clamp: 3 !important;\n}\n.wc-block-product-template .wp-block-post-title {\n    overflow: visible;\n    -webkit-line-clamp: 2;\n    text-align: center !important;\n}\n.woocommerce-cart .woocommerce-cart-form tbody td.product-name .variation {\n    display:block !important;\n}\n','ag','','inherit','closed','closed','','100-revision-v1','','','2024-12-19 21:30:31','2024-12-19 21:30:31','',100,'https://aggressivegraphix.com/?p=1469',0,'revision','',0),(1490,1,'2024-12-19 21:57:19','2024-12-19 21:57:19','<!-- wp:paragraph -->\n<p class=\"\">Tired of your butt sliding off your seat when you\'re seat bouncing that triple? Get a custom gripper seat cover to keep you planted on that bike for full, and safe sends. Build out your custom cover using our pre-selected colors to really complete the look of your bike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','5-Rib Seat Cover','<p>Outfit your bike with a customized 5-rib seat cover</p>','publish','open','closed','','5-rib-seat-cover','','','2025-10-02 13:54:12','2025-10-02 13:54:12','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=1490',0,'product','',0),(1492,1,'2024-12-19 22:01:39','2024-12-19 22:01:39','','','','publish','closed','closed','','1492','','','2025-01-02 19:31:51','2025-01-02 19:31:51','',1491,'https://aggressivegraphix.com/af_pao_fields/1492/',1,'af_pao_fields','',0),(1493,1,'2024-12-19 22:07:31','2024-12-19 22:07:31','','5ribgripper','','inherit','open','closed','','5ribgripper','','','2025-09-09 15:31:01','2025-09-09 15:31:01','',1490,'https://aggressivegraphix.com/wp-content/uploads/2024/12/5ribgripper.png',0,'attachment','image/webp',0),(1496,1,'2025-01-02 17:37:15','2025-01-02 17:37:15','{\"fields\":{\"2\":{\"id\":\"2\",\"type\":\"name\",\"label\":\"Rider name:\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"text\",\"label\":\"Machine year\\/make\\/model:\",\"description\":\"\",\"required\":\"1\",\"size\":\"small\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Race number:\",\"description\":\"\",\"size\":\"small\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"number-slider\",\"label\":\"How many identical copies will be printed of this custom kit?\",\"description\":\"If identical copies are being printed, please keep the order quantity as one, and specify how many copies here. If there are any changes for the other kits, please add a second custom kit with the information to your cart before proceeding to checkout.\",\"required\":\"\",\"min\":\"1\",\"max\":\"10\",\"default_value\":\"1\",\"step\":\"1\",\"size\":\"small\",\"value_display\":\"Selected Value: {value}\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"checkbox\",\"label\":\"Kit add-ons:\",\"choices\":{\"1\":{\"default\":\"1\",\"label\":\"No kit add ons\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Metallic accents\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Under fender logos\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"Fork tube decals\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"Clear swing arm decals\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"Rim decals\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"9\":{\"label\":\"Vented airbox decals\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"Please select all that apply.\\r\\n\\u2022 Metallic accents are subject to extra charges.\\r\\n\\u2022 Clear swing arm decals are used to create a \\\"floating logo\\\" look.\\r\\n\\u2022 Vented airbox option available for KTM and Husqvarna models. Please specify in additional information if both decals are needed.\",\"required\":\"1\",\"input_columns\":\"\",\"choice_limit\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"10\":{\"id\":\"10\",\"type\":\"radio\",\"label\":\"Choose your material:\",\"choices\":{\"1\":{\"label\":\"Regular MX material\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/glosslaminate.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Full chrome kit\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/UX1-chromeMXmaterial.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Full holographic kit\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/UX1-holographicMXmaterial.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images\":\"1\",\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"Full chrome and holographic kits will replace any white in the design with the raw film color. If these are chosen as an option, you are opting in for the full completion of the kit in that specific material and are responsible for all cost included.\",\"required\":\"1\",\"input_columns\":\"inline\",\"dynamic_choices\":\"\",\"css\":\"\"},\"11\":{\"id\":\"11\",\"type\":\"radio\",\"label\":\"Select your finish:\",\"choices\":{\"4\":{\"label\":\"Gloss\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/glosslaminate.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Matte\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/mattelaminate.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"Silver flake\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/silverflakelaminate.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"Gold flake\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/goldflakelaminate.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"Cosmic flake\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/cosmicflakelaminate.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images\":\"1\",\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"-Gloss has a shiny finish with the highest quality in durability.\\r\\n-Matte has a dull finish with the most custom look. -Flake laminate has little metallic flakes that will shimmer in the sun. Silver is your basic silver flake, cosmic shift creates a holographic rainbow effect, and gold is a basic gold flake. Cost is adjusted for the flake option on the final invoice.\",\"required\":\"1\",\"input_columns\":\"inline\",\"dynamic_choices\":\"\",\"css\":\"\"},\"12\":{\"id\":\"12\",\"type\":\"select\",\"label\":\"Body style:\",\"choices\":{\"1\":{\"label\":\"OEM\\/OE Replica\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Cycra Powerflow\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"UFO Restyle\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Polisport Restyle\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Custom look\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"In order to insure our graphics will fit properly, please choose what style plastics you have on the bike.\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"small\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"13\":{\"id\":\"13\",\"type\":\"textarea\",\"label\":\"What plastic combo are you running?\",\"description\":\"Please let us know what plastics you are running on your bike to ensure we are cutting the graphics to fit. This option is used when you\'re running different year or model plastics than the original equipment. In example a 2005 KX 125 with a 2016 KXF 250 front fender and number plate.\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"12\",\"operator\":\"==\",\"value\":\"5\"}]]},\"14\":{\"id\":\"14\",\"type\":\"textarea\",\"label\":\"Requested logos:\",\"description\":\"Please list all logos you would like to feature on your kit. Any non-industry logos (example: Construction company), please upload below a high quality .JPG, .PNG, .EPS, .AI, or .PDF file. Some logos will have to be traced or remade in a correct format for printing.\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"15\":{\"id\":\"15\",\"type\":\"file-upload\",\"label\":\"Please upload any files to be used.\",\"description\":\"Please upload any custom logo files to be used on the bike. We do have a library of moto-specific companies, so please just list those in the Additional Requests section. Also if you have a specific bike you love the look of, upload the photos of it here for inspiration!\",\"extensions\":\".png, .jpg, .tiff, .psd, .ai, .pdf, .eps, .svg\",\"max_size\":\"\",\"max_file_number\":\"1\",\"style\":\"modern\",\"css\":\"\"},\"16\":{\"id\":\"16\",\"type\":\"textarea\",\"label\":\"Additional requests:\",\"description\":\"Please list all number plate background colors, specific colors to be used across the kit. The more detailed instructions, the quicker we will be able to design a kit that you will love!\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"17\":{\"id\":\"17\",\"type\":\"payment-total\",\"label\":\"Total\",\"description\":\"\",\"size\":\"medium\",\"css\":\"\",\"label_hide\":\"1\"}},\"id\":\"1496\",\"field_id\":18,\"settings\":{\"form_title\":\"Custom full bike decal kit\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"New Custom full bike decal kit Entry\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"enable\":\"1\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[],\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Custom full bike decal kit','','trash','closed','closed','','custom-full-bike-decal-kit__trashed','','','2025-01-09 16:27:22','2025-01-09 16:27:22','',0,'https://aggressivegraphix.com/?post_type=wpforms&#038;p=1496',0,'wpforms','',0),(1497,1,'2025-01-02 17:37:22','2025-01-02 17:37:22','{\"fields\":[],\"id\":\"1496\",\"field_id\":1,\"settings\":{\"form_title\":\"Custom full bike decal kit\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"New Custom full bike decal kit Entry\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\"}},\"antispam_v3\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\"},\"form_tags\":[],\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"meta\":{\"template\":\"blank\"}}','Custom full bike decal kit','','inherit','closed','closed','','1496-revision-v1','','','2025-01-02 17:37:22','2025-01-02 17:37:22','',1496,'https://aggressivegraphix.com/?p=1497',0,'revision','',0),(1498,1,'2025-01-02 17:56:05','2025-01-02 17:56:05','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"payment-single\",\"label\":\"Custom full bike kit\",\"description\":\"\",\"price\":\"100.00\",\"format\":\"single\",\"min_price\":\"10.00\",\"min_quantity\":\"0\",\"max_quantity\":\"10\",\"size\":\"medium\",\"price_label\":\"Price: {price}\",\"placeholder\":\"\",\"css\":\"\",\"label_hide\":\"1\"}},\"id\":\"1496\",\"field_id\":2,\"settings\":{\"form_title\":\"Custom full bike decal kit\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"New Custom full bike decal kit Entry\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\"}},\"antispam_v3\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\"},\"form_tags\":[],\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"meta\":{\"template\":\"blank\"}}','Custom full bike decal kit','','inherit','closed','closed','','1496-revision-v1','','','2025-01-02 17:56:05','2025-01-02 17:56:05','',1496,'https://aggressivegraphix.com/?p=1498',0,'revision','',0),(1499,1,'2025-01-02 18:12:37','2025-01-02 18:12:37','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"payment-single\",\"label\":\"Custom full bike kit\",\"description\":\"\",\"price\":\"100.00\",\"format\":\"single\",\"min_price\":\"10.00\",\"min_quantity\":\"0\",\"max_quantity\":\"10\",\"size\":\"medium\",\"price_label\":\"Price: {price}\",\"placeholder\":\"\",\"css\":\"\",\"label_hide\":\"1\"},\"2\":{\"id\":\"2\",\"type\":\"name\",\"label\":\"Rider name:\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"text\",\"label\":\"Machine year\\/make\\/model:\",\"description\":\"\",\"required\":\"1\",\"size\":\"small\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Race number:\",\"description\":\"\",\"size\":\"small\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"number-slider\",\"label\":\"How many identical copies will be printed of this custom kit?\",\"description\":\"If identical copies are being printed, please keep the order quantity as one, and specify how many copies here. If there are any changes for the other kits, please add a second custom kit with the information to your cart before proceeding to checkout.\",\"required\":\"\",\"min\":\"1\",\"max\":\"10\",\"default_value\":\"1\",\"step\":\"1\",\"size\":\"small\",\"value_display\":\"Selected Value: {value}\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"checkbox\",\"label\":\"Kit add-ons:\",\"choices\":{\"1\":{\"default\":\"1\",\"label\":\"No kit add ons\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Metallic accents\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Under fender logos\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"Fork tube decals\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"Clear swing arm decals\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"Rim decals\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"9\":{\"label\":\"Vented airbox decals\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"Please select all that apply.\\r\\n\\u2022 Metallic accents are subject to extra charges.\\r\\n\\u2022 Clear swing arm decals are used to create a \\\"floating logo\\\" look.\\r\\n\\u2022 Vented airbox option available for KTM and Husqvarna models. Please specify in additional information if both decals are needed.\",\"required\":\"1\",\"input_columns\":\"\",\"choice_limit\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"10\":{\"id\":\"10\",\"type\":\"radio\",\"label\":\"Choose your material:\",\"choices\":{\"1\":{\"default\":\"1\",\"label\":\"Regular MX material\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/glosslaminate.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Full chrome kit\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/UX1-chromeMXmaterial.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Full holographic kit\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/UX1-holographicMXmaterial.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images\":\"1\",\"choices_images_style\":\"none\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"Full chrome and holographic kits will replace any white in the design with the raw film color. If these are chosen as an option, you are opting in for the full completion of the kit in that specific material and are responsible for all cost included.\",\"required\":\"1\",\"input_columns\":\"inline\",\"dynamic_choices\":\"\",\"css\":\"\"}},\"id\":\"1496\",\"field_id\":11,\"settings\":{\"form_title\":\"Custom full bike decal kit\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"New Custom full bike decal kit Entry\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"enable\":\"1\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[],\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"meta\":{\"template\":\"blank\"}}','Custom full bike decal kit','','inherit','closed','closed','','1496-revision-v1','','','2025-01-02 18:12:37','2025-01-02 18:12:37','',1496,'https://aggressivegraphix.com/?p=1499',0,'revision','',0),(1500,1,'2025-01-02 18:21:25','2025-01-02 18:21:25','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"payment-single\",\"label\":\"Custom full bike kit\",\"description\":\"\",\"price\":\"100.00\",\"format\":\"single\",\"min_price\":\"10.00\",\"min_quantity\":\"0\",\"max_quantity\":\"10\",\"size\":\"medium\",\"price_label\":\"Price: {price}\",\"placeholder\":\"\",\"css\":\"\",\"label_hide\":\"1\"},\"2\":{\"id\":\"2\",\"type\":\"name\",\"label\":\"Rider name:\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"text\",\"label\":\"Machine year\\/make\\/model:\",\"description\":\"\",\"required\":\"1\",\"size\":\"small\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Race number:\",\"description\":\"\",\"size\":\"small\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"number-slider\",\"label\":\"How many identical copies will be printed of this custom kit?\",\"description\":\"If identical copies are being printed, please keep the order quantity as one, and specify how many copies here. If there are any changes for the other kits, please add a second custom kit with the information to your cart before proceeding to checkout.\",\"required\":\"\",\"min\":\"1\",\"max\":\"10\",\"default_value\":\"1\",\"step\":\"1\",\"size\":\"small\",\"value_display\":\"Selected Value: {value}\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"checkbox\",\"label\":\"Kit add-ons:\",\"choices\":{\"1\":{\"default\":\"1\",\"label\":\"No kit add ons\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Metallic accents\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Under fender logos\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"Fork tube decals\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"Clear swing arm decals\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"Rim decals\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"9\":{\"label\":\"Vented airbox decals\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"Please select all that apply.\\r\\n\\u2022 Metallic accents are subject to extra charges.\\r\\n\\u2022 Clear swing arm decals are used to create a \\\"floating logo\\\" look.\\r\\n\\u2022 Vented airbox option available for KTM and Husqvarna models. Please specify in additional information if both decals are needed.\",\"required\":\"1\",\"input_columns\":\"\",\"choice_limit\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"10\":{\"id\":\"10\",\"type\":\"radio\",\"label\":\"Choose your material:\",\"choices\":{\"1\":{\"default\":\"1\",\"label\":\"Regular MX material\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/glosslaminate.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Full chrome kit\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/UX1-chromeMXmaterial.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Full holographic kit\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/UX1-holographicMXmaterial.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images\":\"1\",\"choices_images_style\":\"none\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"Full chrome and holographic kits will replace any white in the design with the raw film color. If these are chosen as an option, you are opting in for the full completion of the kit in that specific material and are responsible for all cost included.\",\"required\":\"1\",\"input_columns\":\"inline\",\"dynamic_choices\":\"\",\"css\":\"\"},\"11\":{\"id\":\"11\",\"type\":\"radio\",\"label\":\"Select your finish:\",\"choices\":{\"4\":{\"label\":\"Gloss\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/glosslaminate.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Matte\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/mattelaminate.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"Silver flake\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/silverflakelaminate.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"Gold flake\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/goldflakelaminate.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"Cosmic flake\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/cosmicflakelaminate.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images\":\"1\",\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"-Gloss has a shiny finish with the highest quality in durability.\\r\\n-Matte has a dull finish with the most custom look. -Flake laminate has little metallic flakes that will shimmer in the sun. Silver is your basic silver flake, cosmic shift creates a holographic rainbow effect, and gold is a basic gold flake. Cost is adjusted for the flake option on the final invoice.\",\"required\":\"1\",\"input_columns\":\"inline\",\"dynamic_choices\":\"\",\"css\":\"\"},\"12\":{\"id\":\"12\",\"type\":\"select\",\"label\":\"Body style:\",\"choices\":{\"1\":{\"label\":\"OEM\\/OE Replica\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Cycra Powerflow\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"UFO Restyle\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Polisport Restyle\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Custom look\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"In order to insure our graphics will fit properly, please choose what style plastics you have on the bike.\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"small\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"13\":{\"id\":\"13\",\"type\":\"textarea\",\"label\":\"What plastic combo are you running?\",\"description\":\"Please let us know what plastics you are running on your bike to ensure we are cutting the graphics to fit. This option is used when you\'re running different year or model plastics than the original equipment. In example a 2005 KX 125 with a 2016 KXF 250 front fender and number plate.\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"12\",\"operator\":\"==\",\"value\":\"5\"}]]},\"14\":{\"id\":\"14\",\"type\":\"textarea\",\"label\":\"Requested logos:\",\"description\":\"Please list all logos you would like to feature on your kit. Any non-industry logos (example: Construction company), please upload below a high quality .JPG, .PNG, .EPS, .AI, or .PDF file. Some logos will have to be traced or remade in a correct format for printing.\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"15\":{\"id\":\"15\",\"type\":\"file-upload\",\"label\":\"Please upload any files to be used.\",\"description\":\"Please upload any custom logo files to be used on the bike. We do have a library of moto-specific companies, so please just list those in the Additional Requests section. Also if you have a specific bike you love the look of, upload the photos of it here for inspiration!\",\"extensions\":\".png, .jpg, .tiff, .psd, .ai, .pdf, .eps, .svg\",\"max_size\":\"\",\"max_file_number\":\"\",\"style\":\"modern\",\"css\":\"\"},\"16\":{\"id\":\"16\",\"type\":\"textarea\",\"label\":\"Additional requests:\",\"description\":\"Please list all number plate background colors, specific colors to be used across the kit. The more detailed instructions, the quicker we will be able to design a kit that you will love!\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}},\"id\":\"1496\",\"field_id\":17,\"settings\":{\"form_title\":\"Custom full bike decal kit\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"New Custom full bike decal kit Entry\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"enable\":\"1\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[],\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"meta\":{\"template\":\"blank\"}}','Custom full bike decal kit','','inherit','closed','closed','','1496-revision-v1','','','2025-01-02 18:21:25','2025-01-02 18:21:25','',1496,'https://aggressivegraphix.com/?p=1500',0,'revision','',0),(1501,1,'2025-01-02 18:23:50','2025-01-02 18:23:50','{\"fields\":{\"2\":{\"id\":\"2\",\"type\":\"name\",\"label\":\"Rider name:\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"text\",\"label\":\"Machine year\\/make\\/model:\",\"description\":\"\",\"required\":\"1\",\"size\":\"small\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Race number:\",\"description\":\"\",\"size\":\"small\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"number-slider\",\"label\":\"How many identical copies will be printed of this custom kit?\",\"description\":\"If identical copies are being printed, please keep the order quantity as one, and specify how many copies here. If there are any changes for the other kits, please add a second custom kit with the information to your cart before proceeding to checkout.\",\"required\":\"\",\"min\":\"1\",\"max\":\"10\",\"default_value\":\"1\",\"step\":\"1\",\"size\":\"small\",\"value_display\":\"Selected Value: {value}\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"checkbox\",\"label\":\"Kit add-ons:\",\"choices\":{\"1\":{\"default\":\"1\",\"label\":\"No kit add ons\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Metallic accents\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Under fender logos\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"Fork tube decals\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"Clear swing arm decals\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"Rim decals\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"9\":{\"label\":\"Vented airbox decals\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"Please select all that apply.\\r\\n\\u2022 Metallic accents are subject to extra charges.\\r\\n\\u2022 Clear swing arm decals are used to create a \\\"floating logo\\\" look.\\r\\n\\u2022 Vented airbox option available for KTM and Husqvarna models. Please specify in additional information if both decals are needed.\",\"required\":\"1\",\"input_columns\":\"\",\"choice_limit\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"10\":{\"id\":\"10\",\"type\":\"radio\",\"label\":\"Choose your material:\",\"choices\":{\"1\":{\"label\":\"Regular MX material\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/glosslaminate.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Full chrome kit\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/UX1-chromeMXmaterial.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Full holographic kit\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/UX1-holographicMXmaterial.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images\":\"1\",\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"Full chrome and holographic kits will replace any white in the design with the raw film color. If these are chosen as an option, you are opting in for the full completion of the kit in that specific material and are responsible for all cost included.\",\"required\":\"1\",\"input_columns\":\"inline\",\"dynamic_choices\":\"\",\"css\":\"\"},\"11\":{\"id\":\"11\",\"type\":\"radio\",\"label\":\"Select your finish:\",\"choices\":{\"4\":{\"label\":\"Gloss\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/glosslaminate.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Matte\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/mattelaminate.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"Silver flake\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/silverflakelaminate.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"Gold flake\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/goldflakelaminate.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"Cosmic flake\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/cosmicflakelaminate.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images\":\"1\",\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"-Gloss has a shiny finish with the highest quality in durability.\\r\\n-Matte has a dull finish with the most custom look. -Flake laminate has little metallic flakes that will shimmer in the sun. Silver is your basic silver flake, cosmic shift creates a holographic rainbow effect, and gold is a basic gold flake. Cost is adjusted for the flake option on the final invoice.\",\"required\":\"1\",\"input_columns\":\"inline\",\"dynamic_choices\":\"\",\"css\":\"\"},\"12\":{\"id\":\"12\",\"type\":\"select\",\"label\":\"Body style:\",\"choices\":{\"1\":{\"label\":\"OEM\\/OE Replica\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Cycra Powerflow\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"UFO Restyle\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Polisport Restyle\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Custom look\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"In order to insure our graphics will fit properly, please choose what style plastics you have on the bike.\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"small\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"13\":{\"id\":\"13\",\"type\":\"textarea\",\"label\":\"What plastic combo are you running?\",\"description\":\"Please let us know what plastics you are running on your bike to ensure we are cutting the graphics to fit. This option is used when you\'re running different year or model plastics than the original equipment. In example a 2005 KX 125 with a 2016 KXF 250 front fender and number plate.\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"12\",\"operator\":\"==\",\"value\":\"5\"}]]},\"14\":{\"id\":\"14\",\"type\":\"textarea\",\"label\":\"Requested logos:\",\"description\":\"Please list all logos you would like to feature on your kit. Any non-industry logos (example: Construction company), please upload below a high quality .JPG, .PNG, .EPS, .AI, or .PDF file. Some logos will have to be traced or remade in a correct format for printing.\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"15\":{\"id\":\"15\",\"type\":\"file-upload\",\"label\":\"Please upload any files to be used.\",\"description\":\"Please upload any custom logo files to be used on the bike. We do have a library of moto-specific companies, so please just list those in the Additional Requests section. Also if you have a specific bike you love the look of, upload the photos of it here for inspiration!\",\"extensions\":\".png, .jpg, .tiff, .psd, .ai, .pdf, .eps, .svg\",\"max_size\":\"\",\"max_file_number\":\"\",\"style\":\"modern\",\"css\":\"\"},\"16\":{\"id\":\"16\",\"type\":\"textarea\",\"label\":\"Additional requests:\",\"description\":\"Please list all number plate background colors, specific colors to be used across the kit. The more detailed instructions, the quicker we will be able to design a kit that you will love!\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}},\"id\":\"1496\",\"field_id\":17,\"settings\":{\"form_title\":\"Custom full bike decal kit\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"New Custom full bike decal kit Entry\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"enable\":\"1\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[],\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"meta\":{\"template\":\"blank\"}}','Custom full bike decal kit','','inherit','closed','closed','','1496-revision-v1','','','2025-01-02 18:23:50','2025-01-02 18:23:50','',1496,'https://aggressivegraphix.com/?p=1501',0,'revision','',0),(1502,1,'2025-01-02 18:24:50','2025-01-02 18:24:50','{\"fields\":{\"2\":{\"id\":\"2\",\"type\":\"name\",\"label\":\"Rider name:\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"text\",\"label\":\"Machine year\\/make\\/model:\",\"description\":\"\",\"required\":\"1\",\"size\":\"small\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Race number:\",\"description\":\"\",\"size\":\"small\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"number-slider\",\"label\":\"How many identical copies will be printed of this custom kit?\",\"description\":\"If identical copies are being printed, please keep the order quantity as one, and specify how many copies here. If there are any changes for the other kits, please add a second custom kit with the information to your cart before proceeding to checkout.\",\"required\":\"\",\"min\":\"1\",\"max\":\"10\",\"default_value\":\"1\",\"step\":\"1\",\"size\":\"small\",\"value_display\":\"Selected Value: {value}\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"checkbox\",\"label\":\"Kit add-ons:\",\"choices\":{\"1\":{\"default\":\"1\",\"label\":\"No kit add ons\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Metallic accents\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Under fender logos\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"Fork tube decals\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"Clear swing arm decals\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"Rim decals\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"9\":{\"label\":\"Vented airbox decals\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"Please select all that apply.\\r\\n\\u2022 Metallic accents are subject to extra charges.\\r\\n\\u2022 Clear swing arm decals are used to create a \\\"floating logo\\\" look.\\r\\n\\u2022 Vented airbox option available for KTM and Husqvarna models. Please specify in additional information if both decals are needed.\",\"required\":\"1\",\"input_columns\":\"\",\"choice_limit\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"10\":{\"id\":\"10\",\"type\":\"radio\",\"label\":\"Choose your material:\",\"choices\":{\"1\":{\"label\":\"Regular MX material\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/glosslaminate.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Full chrome kit\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/UX1-chromeMXmaterial.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Full holographic kit\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/UX1-holographicMXmaterial.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images\":\"1\",\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"Full chrome and holographic kits will replace any white in the design with the raw film color. If these are chosen as an option, you are opting in for the full completion of the kit in that specific material and are responsible for all cost included.\",\"required\":\"1\",\"input_columns\":\"inline\",\"dynamic_choices\":\"\",\"css\":\"\"},\"11\":{\"id\":\"11\",\"type\":\"radio\",\"label\":\"Select your finish:\",\"choices\":{\"4\":{\"label\":\"Gloss\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/glosslaminate.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Matte\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/mattelaminate.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"Silver flake\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/silverflakelaminate.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"Gold flake\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/goldflakelaminate.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"Cosmic flake\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/cosmicflakelaminate.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images\":\"1\",\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"-Gloss has a shiny finish with the highest quality in durability.\\r\\n-Matte has a dull finish with the most custom look. -Flake laminate has little metallic flakes that will shimmer in the sun. Silver is your basic silver flake, cosmic shift creates a holographic rainbow effect, and gold is a basic gold flake. Cost is adjusted for the flake option on the final invoice.\",\"required\":\"1\",\"input_columns\":\"inline\",\"dynamic_choices\":\"\",\"css\":\"\"},\"12\":{\"id\":\"12\",\"type\":\"select\",\"label\":\"Body style:\",\"choices\":{\"1\":{\"label\":\"OEM\\/OE Replica\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Cycra Powerflow\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"UFO Restyle\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Polisport Restyle\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Custom look\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"In order to insure our graphics will fit properly, please choose what style plastics you have on the bike.\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"small\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"13\":{\"id\":\"13\",\"type\":\"textarea\",\"label\":\"What plastic combo are you running?\",\"description\":\"Please let us know what plastics you are running on your bike to ensure we are cutting the graphics to fit. This option is used when you\'re running different year or model plastics than the original equipment. In example a 2005 KX 125 with a 2016 KXF 250 front fender and number plate.\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"12\",\"operator\":\"==\",\"value\":\"5\"}]]},\"14\":{\"id\":\"14\",\"type\":\"textarea\",\"label\":\"Requested logos:\",\"description\":\"Please list all logos you would like to feature on your kit. Any non-industry logos (example: Construction company), please upload below a high quality .JPG, .PNG, .EPS, .AI, or .PDF file. Some logos will have to be traced or remade in a correct format for printing.\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"15\":{\"id\":\"15\",\"type\":\"file-upload\",\"label\":\"Please upload any files to be used.\",\"description\":\"Please upload any custom logo files to be used on the bike. We do have a library of moto-specific companies, so please just list those in the Additional Requests section. Also if you have a specific bike you love the look of, upload the photos of it here for inspiration!\",\"extensions\":\".png, .jpg, .tiff, .psd, .ai, .pdf, .eps, .svg\",\"max_size\":\"\",\"max_file_number\":\"\",\"style\":\"classic\",\"css\":\"\"},\"16\":{\"id\":\"16\",\"type\":\"textarea\",\"label\":\"Additional requests:\",\"description\":\"Please list all number plate background colors, specific colors to be used across the kit. The more detailed instructions, the quicker we will be able to design a kit that you will love!\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}},\"id\":\"1496\",\"field_id\":17,\"settings\":{\"form_title\":\"Custom full bike decal kit\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"New Custom full bike decal kit Entry\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"enable\":\"1\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[],\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"meta\":{\"template\":\"blank\"}}','Custom full bike decal kit','','inherit','closed','closed','','1496-revision-v1','','','2025-01-02 18:24:50','2025-01-02 18:24:50','',1496,'https://aggressivegraphix.com/?p=1502',0,'revision','',0),(1503,1,'2025-01-02 18:24:58','2025-01-02 18:24:58','{\"fields\":{\"2\":{\"id\":\"2\",\"type\":\"name\",\"label\":\"Rider name:\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"text\",\"label\":\"Machine year\\/make\\/model:\",\"description\":\"\",\"required\":\"1\",\"size\":\"small\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Race number:\",\"description\":\"\",\"size\":\"small\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"number-slider\",\"label\":\"How many identical copies will be printed of this custom kit?\",\"description\":\"If identical copies are being printed, please keep the order quantity as one, and specify how many copies here. If there are any changes for the other kits, please add a second custom kit with the information to your cart before proceeding to checkout.\",\"required\":\"\",\"min\":\"1\",\"max\":\"10\",\"default_value\":\"1\",\"step\":\"1\",\"size\":\"small\",\"value_display\":\"Selected Value: {value}\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"checkbox\",\"label\":\"Kit add-ons:\",\"choices\":{\"1\":{\"default\":\"1\",\"label\":\"No kit add ons\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Metallic accents\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Under fender logos\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"Fork tube decals\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"Clear swing arm decals\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"Rim decals\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"9\":{\"label\":\"Vented airbox decals\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"Please select all that apply.\\r\\n\\u2022 Metallic accents are subject to extra charges.\\r\\n\\u2022 Clear swing arm decals are used to create a \\\"floating logo\\\" look.\\r\\n\\u2022 Vented airbox option available for KTM and Husqvarna models. Please specify in additional information if both decals are needed.\",\"required\":\"1\",\"input_columns\":\"\",\"choice_limit\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"10\":{\"id\":\"10\",\"type\":\"radio\",\"label\":\"Choose your material:\",\"choices\":{\"1\":{\"label\":\"Regular MX material\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/glosslaminate.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Full chrome kit\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/UX1-chromeMXmaterial.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Full holographic kit\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/UX1-holographicMXmaterial.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images\":\"1\",\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"Full chrome and holographic kits will replace any white in the design with the raw film color. If these are chosen as an option, you are opting in for the full completion of the kit in that specific material and are responsible for all cost included.\",\"required\":\"1\",\"input_columns\":\"inline\",\"dynamic_choices\":\"\",\"css\":\"\"},\"11\":{\"id\":\"11\",\"type\":\"radio\",\"label\":\"Select your finish:\",\"choices\":{\"4\":{\"label\":\"Gloss\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/glosslaminate.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Matte\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/mattelaminate.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"Silver flake\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/silverflakelaminate.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"Gold flake\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/goldflakelaminate.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"Cosmic flake\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/cosmicflakelaminate.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images\":\"1\",\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"-Gloss has a shiny finish with the highest quality in durability.\\r\\n-Matte has a dull finish with the most custom look. -Flake laminate has little metallic flakes that will shimmer in the sun. Silver is your basic silver flake, cosmic shift creates a holographic rainbow effect, and gold is a basic gold flake. Cost is adjusted for the flake option on the final invoice.\",\"required\":\"1\",\"input_columns\":\"inline\",\"dynamic_choices\":\"\",\"css\":\"\"},\"12\":{\"id\":\"12\",\"type\":\"select\",\"label\":\"Body style:\",\"choices\":{\"1\":{\"label\":\"OEM\\/OE Replica\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Cycra Powerflow\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"UFO Restyle\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Polisport Restyle\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Custom look\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"In order to insure our graphics will fit properly, please choose what style plastics you have on the bike.\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"small\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"13\":{\"id\":\"13\",\"type\":\"textarea\",\"label\":\"What plastic combo are you running?\",\"description\":\"Please let us know what plastics you are running on your bike to ensure we are cutting the graphics to fit. This option is used when you\'re running different year or model plastics than the original equipment. In example a 2005 KX 125 with a 2016 KXF 250 front fender and number plate.\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"12\",\"operator\":\"==\",\"value\":\"5\"}]]},\"14\":{\"id\":\"14\",\"type\":\"textarea\",\"label\":\"Requested logos:\",\"description\":\"Please list all logos you would like to feature on your kit. Any non-industry logos (example: Construction company), please upload below a high quality .JPG, .PNG, .EPS, .AI, or .PDF file. Some logos will have to be traced or remade in a correct format for printing.\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"15\":{\"id\":\"15\",\"type\":\"file-upload\",\"label\":\"Please upload any files to be used.\",\"description\":\"Please upload any custom logo files to be used on the bike. We do have a library of moto-specific companies, so please just list those in the Additional Requests section. Also if you have a specific bike you love the look of, upload the photos of it here for inspiration!\",\"extensions\":\".png, .jpg, .tiff, .psd, .ai, .pdf, .eps, .svg\",\"max_size\":\"\",\"max_file_number\":\"\",\"style\":\"modern\",\"css\":\"\"},\"16\":{\"id\":\"16\",\"type\":\"textarea\",\"label\":\"Additional requests:\",\"description\":\"Please list all number plate background colors, specific colors to be used across the kit. The more detailed instructions, the quicker we will be able to design a kit that you will love!\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}},\"id\":\"1496\",\"field_id\":17,\"settings\":{\"form_title\":\"Custom full bike decal kit\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"New Custom full bike decal kit Entry\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"enable\":\"1\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[],\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"meta\":{\"template\":\"blank\"}}','Custom full bike decal kit','','inherit','closed','closed','','1496-revision-v1','','','2025-01-02 18:24:58','2025-01-02 18:24:58','',1496,'https://aggressivegraphix.com/?p=1503',0,'revision','',0),(1505,1,'2025-01-02 18:37:34','2025-01-02 18:37:34','.wp-container-core-group-is-layout-5 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {\n	max-width: 100% !important;}\n.config-button, .product a button{\n    background: #D01A1A;\n    padding: 10px 20px;\n    border: none;\n    border-radius: 20px;\n    color: #fff;\n    font-weight: bold;\n    font-size: 1.2em;\n}\n.config-button:hover{\n	background:#a10000;\n	cursor:pointer;\n}\n.shop-favorites .products-block-post-template .product:hover, .shop-favorites .products-block-post-template .wp-block-post:hover {\n    padding: 5px;\n}\n#product_option_selected_name ul {\n	position: inherit !important;}\n.products-block-post-template .wp-block-post-excerpt {\n	    -webkit-line-clamp: 3 !important;\n}\n.wc-block-product-template .wp-block-post-title {\n    overflow: visible;\n    -webkit-line-clamp: 2;\n    text-align: center !important;\n}','ag','','inherit','closed','closed','','100-revision-v1','','','2025-01-02 18:37:34','2025-01-02 18:37:34','',100,'https://aggressivegraphix.com/?p=1505',0,'revision','',0),(1506,1,'2025-01-02 18:40:55','2025-01-02 18:40:55','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:columns {\"align\":\"wide\",\"className\":\"single-product-page\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"30px\"},\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"single-product-page wp-block-columns alignwide\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--50)\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:woocommerce/product-image-gallery {\"className\":\"single-product-gallery\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:post-title {\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1.2\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"3px\"}}},\"textColor\":\"gray-100\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfSingleProductTemplate\":true,\"textColor\":\"primary\",\"fontFamily\":\"open-sans\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"20px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n\n<!-- wp:wpforms/form-selector {\"clientId\":\"81bae2d3-de9e-47e3-9e69-0d0d32d1019f\"} /-->\n\n<!-- wp:woocommerce/add-to-cart-form {\"className\":\"single\"} /-->\n\n<!-- wp:woocommerce/product-meta -->\n<div class=\"wp-block-woocommerce-product-meta\"><!-- wp:group {\"className\":\"eride-meta\",\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"eride-meta wp-block-group\"><!-- wp:woocommerce/product-sku {\"isDescendentOfSingleProductTemplate\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_tag\",\"prefix\":\"Tags: \"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:woocommerce/product-meta -->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfSingleProductTemplate\":true} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:woocommerce/product-details {\"align\":\"wide\",\"className\":\"eride-product-details\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\"}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Single Product','Displays a single product.','inherit','closed','closed','','121-revision-v1','','','2025-01-02 18:40:55','2025-01-02 18:40:55','',121,'https://aggressivegraphix.com/?p=1506',0,'revision','',0),(1507,1,'2025-01-02 18:43:26','2025-01-02 18:43:26','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:columns {\"align\":\"wide\",\"className\":\"single-product-page\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"30px\"},\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"single-product-page wp-block-columns alignwide\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--50)\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:woocommerce/product-image-gallery {\"className\":\"single-product-gallery\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:post-title {\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1.2\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"3px\"}}},\"textColor\":\"gray-100\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfSingleProductTemplate\":true,\"textColor\":\"primary\",\"fontFamily\":\"open-sans\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"20px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n\n<!-- wp:wpforms/form-selector {\"clientId\":\"81bae2d3-de9e-47e3-9e69-0d0d32d1019f\",\"formId\":\"1496\",\"theme\":\"classic-copy-1\",\"themeName\":\"Classic (Copy)\",\"labelColor\":\"#262626\",\"labelSublabelColor\":\"#7f7f7f\",\"labelErrorColor\":\"#ff0000\",\"pageBreakColor\":\"#dddddd\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022classic\\u0022,\\u0022themeName\\u0022:\\u0022Classic\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00220px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022#cccccc\\u0022,\\u0022fieldTextColor\\u0022:\\u0022#444444\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022#262626\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022#7f7f7f\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#ff0000\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00220px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#dddddd\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#666666\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#cccccc\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#dddddd\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\",\"fieldBorderRadius\":\"0px\",\"fieldBorderColor\":\"#cccccc\",\"fieldTextColor\":\"#444444\",\"buttonBorderStyle\":\"solid\",\"buttonBorderRadius\":\"0px\",\"buttonBackgroundColor\":\"#dddddd\",\"buttonTextColor\":\"#666666\",\"buttonBorderColor\":\"#cccccc\"} /-->\n\n<!-- wp:woocommerce/add-to-cart-form {\"className\":\"single\"} /-->\n\n<!-- wp:woocommerce/product-meta -->\n<div class=\"wp-block-woocommerce-product-meta\"><!-- wp:group {\"className\":\"eride-meta\",\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"eride-meta wp-block-group\"><!-- wp:woocommerce/product-sku {\"isDescendentOfSingleProductTemplate\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_tag\",\"prefix\":\"Tags: \"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:woocommerce/product-meta -->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfSingleProductTemplate\":true} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:woocommerce/product-details {\"align\":\"wide\",\"className\":\"eride-product-details\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\"}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Single Product','Displays a single product.','inherit','closed','closed','','121-revision-v1','','','2025-01-02 18:43:26','2025-01-02 18:43:26','',121,'https://aggressivegraphix.com/?p=1507',0,'revision','',0),(1508,1,'2025-01-02 18:44:34','2025-01-02 18:44:34','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:columns {\"align\":\"wide\",\"className\":\"single-product-page\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"30px\"},\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"single-product-page wp-block-columns alignwide\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--50)\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:woocommerce/product-image-gallery {\"className\":\"single-product-gallery\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:post-title {\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1.2\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"3px\"}}},\"textColor\":\"gray-100\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfSingleProductTemplate\":true,\"textColor\":\"primary\",\"fontFamily\":\"open-sans\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"20px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n\n<!-- wp:shortcode /-->\n\n<!-- wp:woocommerce/add-to-cart-form {\"className\":\"single\"} /-->\n\n<!-- wp:woocommerce/product-meta -->\n<div class=\"wp-block-woocommerce-product-meta\"><!-- wp:group {\"className\":\"eride-meta\",\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"eride-meta wp-block-group\"><!-- wp:woocommerce/product-sku {\"isDescendentOfSingleProductTemplate\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_tag\",\"prefix\":\"Tags: \"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:woocommerce/product-meta -->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfSingleProductTemplate\":true} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:woocommerce/product-details {\"align\":\"wide\",\"className\":\"eride-product-details\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\"}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Single Product','Displays a single product.','inherit','closed','closed','','121-revision-v1','','','2025-01-02 18:44:34','2025-01-02 18:44:34','',121,'https://aggressivegraphix.com/?p=1508',0,'revision','',0),(1509,1,'2025-01-02 18:46:55','2025-01-02 18:46:55','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:columns {\"align\":\"wide\",\"className\":\"single-product-page\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"30px\"},\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"single-product-page wp-block-columns alignwide\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--50)\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:woocommerce/product-image-gallery {\"className\":\"single-product-gallery\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:post-title {\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1.2\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"3px\"}}},\"textColor\":\"gray-100\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfSingleProductTemplate\":true,\"textColor\":\"primary\",\"fontFamily\":\"open-sans\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"20px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n\n<!-- wp:wpforms/form-selector {\"clientId\":\"59a4aca9-7662-41b5-b6b7-7e6bde2d63f8\"} /-->\n\n<!-- wp:woocommerce/add-to-cart-form {\"className\":\"single\"} /-->\n\n<!-- wp:woocommerce/product-meta -->\n<div class=\"wp-block-woocommerce-product-meta\"><!-- wp:group {\"className\":\"eride-meta\",\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"eride-meta wp-block-group\"><!-- wp:woocommerce/product-sku {\"isDescendentOfSingleProductTemplate\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_tag\",\"prefix\":\"Tags: \"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:woocommerce/product-meta -->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfSingleProductTemplate\":true} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:woocommerce/product-details {\"align\":\"wide\",\"className\":\"eride-product-details\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\"}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Single Product','Displays a single product.','inherit','closed','closed','','121-revision-v1','','','2025-01-02 18:46:55','2025-01-02 18:46:55','',121,'https://aggressivegraphix.com/?p=1509',0,'revision','',0),(1510,1,'2025-01-02 18:49:54','2025-01-02 18:49:54','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:columns {\"align\":\"wide\",\"className\":\"single-product-page\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"30px\"},\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"single-product-page wp-block-columns alignwide\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--50)\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:woocommerce/product-image-gallery {\"className\":\"single-product-gallery\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:post-title {\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1.2\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"3px\"}}},\"textColor\":\"gray-100\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfSingleProductTemplate\":true,\"textColor\":\"primary\",\"fontFamily\":\"open-sans\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"20px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n\n<!-- wp:wpforms/form-selector {\"clientId\":\"59a4aca9-7662-41b5-b6b7-7e6bde2d63f8\"} /-->\n\n<!-- wp:woocommerce/add-to-cart-form /-->\n\n<!-- wp:woocommerce/product-meta -->\n<div class=\"wp-block-woocommerce-product-meta\"><!-- wp:group {\"className\":\"eride-meta\",\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"eride-meta wp-block-group\"><!-- wp:woocommerce/product-sku {\"isDescendentOfSingleProductTemplate\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_tag\",\"prefix\":\"Tags: \"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:woocommerce/product-meta -->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfSingleProductTemplate\":true} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:woocommerce/product-details {\"align\":\"wide\",\"className\":\"eride-product-details\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\"}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Single Product','Displays a single product.','inherit','closed','closed','','121-revision-v1','','','2025-01-02 18:49:54','2025-01-02 18:49:54','',121,'https://aggressivegraphix.com/?p=1510',0,'revision','',0),(1511,1,'2025-01-02 19:04:28','2025-01-02 19:04:28','{\"fields\":{\"2\":{\"id\":\"2\",\"type\":\"name\",\"label\":\"Rider name:\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"text\",\"label\":\"Machine year\\/make\\/model:\",\"description\":\"\",\"required\":\"1\",\"size\":\"small\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Race number:\",\"description\":\"\",\"size\":\"small\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"number-slider\",\"label\":\"How many identical copies will be printed of this custom kit?\",\"description\":\"If identical copies are being printed, please keep the order quantity as one, and specify how many copies here. If there are any changes for the other kits, please add a second custom kit with the information to your cart before proceeding to checkout.\",\"required\":\"\",\"min\":\"1\",\"max\":\"10\",\"default_value\":\"1\",\"step\":\"1\",\"size\":\"small\",\"value_display\":\"Selected Value: {value}\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"checkbox\",\"label\":\"Kit add-ons:\",\"choices\":{\"1\":{\"default\":\"1\",\"label\":\"No kit add ons\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Metallic accents\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Under fender logos\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"Fork tube decals\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"Clear swing arm decals\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"Rim decals\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"9\":{\"label\":\"Vented airbox decals\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"Please select all that apply.\\r\\n\\u2022 Metallic accents are subject to extra charges.\\r\\n\\u2022 Clear swing arm decals are used to create a \\\"floating logo\\\" look.\\r\\n\\u2022 Vented airbox option available for KTM and Husqvarna models. Please specify in additional information if both decals are needed.\",\"required\":\"1\",\"input_columns\":\"\",\"choice_limit\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"10\":{\"id\":\"10\",\"type\":\"radio\",\"label\":\"Choose your material:\",\"choices\":{\"1\":{\"label\":\"Regular MX material\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/glosslaminate.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Full chrome kit\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/UX1-chromeMXmaterial.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Full holographic kit\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/UX1-holographicMXmaterial.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images\":\"1\",\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"Full chrome and holographic kits will replace any white in the design with the raw film color. If these are chosen as an option, you are opting in for the full completion of the kit in that specific material and are responsible for all cost included.\",\"required\":\"1\",\"input_columns\":\"inline\",\"dynamic_choices\":\"\",\"css\":\"\"},\"11\":{\"id\":\"11\",\"type\":\"radio\",\"label\":\"Select your finish:\",\"choices\":{\"4\":{\"label\":\"Gloss\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/glosslaminate.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Matte\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/mattelaminate.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"Silver flake\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/silverflakelaminate.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"Gold flake\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/goldflakelaminate.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"Cosmic flake\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2024\\/12\\/cosmicflakelaminate.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images\":\"1\",\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"-Gloss has a shiny finish with the highest quality in durability.\\r\\n-Matte has a dull finish with the most custom look. -Flake laminate has little metallic flakes that will shimmer in the sun. Silver is your basic silver flake, cosmic shift creates a holographic rainbow effect, and gold is a basic gold flake. Cost is adjusted for the flake option on the final invoice.\",\"required\":\"1\",\"input_columns\":\"inline\",\"dynamic_choices\":\"\",\"css\":\"\"},\"12\":{\"id\":\"12\",\"type\":\"select\",\"label\":\"Body style:\",\"choices\":{\"1\":{\"label\":\"OEM\\/OE Replica\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Cycra Powerflow\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"UFO Restyle\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Polisport Restyle\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Custom look\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"In order to insure our graphics will fit properly, please choose what style plastics you have on the bike.\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"small\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"13\":{\"id\":\"13\",\"type\":\"textarea\",\"label\":\"What plastic combo are you running?\",\"description\":\"Please let us know what plastics you are running on your bike to ensure we are cutting the graphics to fit. This option is used when you\'re running different year or model plastics than the original equipment. In example a 2005 KX 125 with a 2016 KXF 250 front fender and number plate.\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"12\",\"operator\":\"==\",\"value\":\"5\"}]]},\"14\":{\"id\":\"14\",\"type\":\"textarea\",\"label\":\"Requested logos:\",\"description\":\"Please list all logos you would like to feature on your kit. Any non-industry logos (example: Construction company), please upload below a high quality .JPG, .PNG, .EPS, .AI, or .PDF file. Some logos will have to be traced or remade in a correct format for printing.\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"15\":{\"id\":\"15\",\"type\":\"file-upload\",\"label\":\"Please upload any files to be used.\",\"description\":\"Please upload any custom logo files to be used on the bike. We do have a library of moto-specific companies, so please just list those in the Additional Requests section. Also if you have a specific bike you love the look of, upload the photos of it here for inspiration!\",\"extensions\":\".png, .jpg, .tiff, .psd, .ai, .pdf, .eps, .svg\",\"max_size\":\"\",\"max_file_number\":\"1\",\"style\":\"modern\",\"css\":\"\"},\"16\":{\"id\":\"16\",\"type\":\"textarea\",\"label\":\"Additional requests:\",\"description\":\"Please list all number plate background colors, specific colors to be used across the kit. The more detailed instructions, the quicker we will be able to design a kit that you will love!\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"17\":{\"id\":\"17\",\"type\":\"payment-total\",\"label\":\"Total\",\"description\":\"\",\"size\":\"medium\",\"css\":\"\",\"label_hide\":\"1\"}},\"id\":\"1496\",\"field_id\":18,\"settings\":{\"form_title\":\"Custom full bike decal kit\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"New Custom full bike decal kit Entry\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"enable\":\"1\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[],\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Custom full bike decal kit','','inherit','closed','closed','','1496-revision-v1','','','2025-01-02 19:04:28','2025-01-02 19:04:28','',1496,'https://aggressivegraphix.com/?p=1511',0,'revision','',0),(1512,1,'2025-01-02 19:05:43','2025-01-02 19:05:43','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"phone\",\"label\":\"Phone\",\"format\":\"smart\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"address\",\"label\":\"Address\",\"scheme\":\"international\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"address1_placeholder\":\"\",\"address1_default\":\"\",\"address2_placeholder\":\"\",\"address2_default\":\"\",\"city_placeholder\":\"\",\"city_default\":\"\",\"state_placeholder\":\"\",\"state_default\":\"\",\"postal_placeholder\":\"\",\"postal_default\":\"\",\"country_placeholder\":\"\",\"country_default\":\"\",\"css\":\"\",\"map_position\":\"above\"},\"5\":{\"id\":\"5\",\"type\":\"payment-multiple\",\"label\":\"Available Items\",\"choices\":{\"1\":{\"label\":\"First Item\",\"value\":\"10.00\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Second Item\",\"value\":\"25.00\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Third Item\",\"value\":\"50.00\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"\",\"required\":\"1\",\"input_columns\":\"\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"payment-total\",\"label\":\"Total Amount\",\"description\":\"\",\"size\":\"medium\",\"css\":\"\"},\"7\":{\"id\":\"7\",\"type\":\"textarea\",\"label\":\"Comment or Message\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}},\"id\":\"1512\",\"field_id\":10,\"settings\":{\"form_title\":\"Billing form test\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"New Entry: Billing form test\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"2\\\"}\",\"message\":\"{all_fields}\",\"enable\":\"1\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for your order! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"2\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"search_terms\":\"\",\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"b62c5c887d1b06a0a8688abbe5c14735\",\"category\":\"all\",\"subcategory\":\"all\"}}','Billing form test','','trash','closed','closed','','billing-form-test__trashed','','','2025-01-02 19:19:13','2025-01-02 19:19:13','',0,'https://aggressivegraphix.com/?post_type=wpforms&#038;p=1512',0,'wpforms','',0),(1513,1,'2025-01-02 19:05:47','2025-01-02 19:05:47','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"phone\",\"label\":\"Phone\",\"format\":\"smart\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"address\",\"label\":\"Address\",\"scheme\":\"international\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"address1_placeholder\":\"\",\"address1_default\":\"\",\"address2_placeholder\":\"\",\"address2_default\":\"\",\"city_placeholder\":\"\",\"city_default\":\"\",\"state_placeholder\":\"\",\"state_default\":\"\",\"postal_placeholder\":\"\",\"postal_default\":\"\",\"country_placeholder\":\"\",\"country_default\":\"\",\"css\":\"\",\"map_position\":\"above\"},\"5\":{\"id\":\"5\",\"type\":\"payment-multiple\",\"label\":\"Available Items\",\"choices\":{\"1\":{\"label\":\"First Item\",\"value\":\"10.00\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Second Item\",\"value\":\"25.00\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Third Item\",\"value\":\"50.00\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"\",\"required\":\"1\",\"input_columns\":\"\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"payment-total\",\"label\":\"Total Amount\",\"description\":\"\",\"size\":\"medium\",\"css\":\"\"},\"7\":{\"id\":\"7\",\"type\":\"textarea\",\"label\":\"Comment or Message\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}},\"id\":\"1512\",\"field_id\":10,\"settings\":{\"form_title\":\"Billing form test\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"New Entry: Billing form test\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"2\\\"}\",\"message\":\"{all_fields}\",\"enable\":\"1\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for your order! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"2\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"search_terms\":\"\",\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"b62c5c887d1b06a0a8688abbe5c14735\",\"category\":\"all\",\"subcategory\":\"all\"}}','Billing form test','','inherit','closed','closed','','1512-revision-v1','','','2025-01-02 19:05:47','2025-01-02 19:05:47','',1512,'https://aggressivegraphix.com/?p=1513',0,'revision','',0),(1514,1,'2025-01-02 19:12:53','2025-01-02 19:12:53','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide is-not-stacked-on-mobile\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"100%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:100%\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":17,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"taxQuery\":[],\"isProductCollectionBlock\":true,\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":5},\"dimensions\":{\"widthType\":\"fill\"},\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":true,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"},\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-woocommerce-product-collection alignwide\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-title {\"level\":1,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"left\":\"0\",\"bottom\":\"0.5rem\"}}},\"fontSize\":\"large\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"textAlign\":\"center\",\"excerptLength\":20,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"left\"} /-->\n\n<!-- wp:woocommerce/product-button {\"width\":100,\"isDescendentOfQueryLoop\":true,\"className\":\"is-style-fill\"} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"paginationArrow\":\"chevron\",\"showLabel\":false,\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\",\"orientation\":\"horizontal\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:woocommerce/product-collection --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Category','Displays products filtered by a category.','inherit','closed','closed','','983-revision-v1','','','2025-01-02 19:12:53','2025-01-02 19:12:53','',983,'https://aggressivegraphix.com/?p=1514',0,'revision','',0),(1515,1,'2025-01-02 19:12:53','2025-01-02 19:12:53','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":9,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"taxQuery\":[],\"isProductCollectionBlock\":true,\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":6,\"shrinkColumns\":false},\"dimensions\":{\"widthType\":\"fill\"},\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":false,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"},\"align\":\"wide\"} -->\n<div class=\"wp-block-woocommerce-product-collection alignwide\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"11px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":1,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}},\"typography\":{\"fontSize\":\"14px\"}},\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"textAlign\":\"center\",\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:woocommerce/product-collection --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Product Catalog','Displays your products.','inherit','closed','closed','','116-revision-v1','','','2025-01-02 19:12:53','2025-01-02 19:12:53','',116,'https://aggressivegraphix.com/?p=1515',0,'revision','',0),(1522,1,'2025-01-02 19:51:15','2025-01-02 19:51:15','.wp-container-core-group-is-layout-5 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {\n	max-width: 100% !important;}\n.config-button, .product a button{\n    background: #D01A1A;\n    padding: 10px 20px;\n    border: none;\n    border-radius: 20px;\n    color: #fff;\n    font-weight: bold;\n    font-size: 1.2em;\n}\n.config-button:hover{\n	background:#a10000;\n	cursor:pointer;\n}\n.shop-favorites .products-block-post-template .product:hover, .shop-favorites .products-block-post-template .wp-block-post:hover {\n    padding: 5px;\n}\n#product_option_selected_name ul {\n	position: inherit !important;}\n.products-block-post-template .wp-block-post-excerpt {\n	    -webkit-line-clamp: 3 !important;\n}\n.wc-block-product-template .wp-block-post-title {\n    overflow: visible;\n    -webkit-line-clamp: 2;\n    text-align: center !important;\n}\n.addon-btn{\n	text-align:center;\n}','ag','','inherit','closed','closed','','100-revision-v1','','','2025-01-02 19:51:15','2025-01-02 19:51:15','',100,'https://aggressivegraphix.com/?p=1522',0,'revision','',0),(1524,1,'2025-01-02 19:52:09','2025-01-02 19:52:09','.wp-container-core-group-is-layout-5 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {\n	max-width: 100% !important;}\n.config-button, .product a button{\n    background: #D01A1A;\n    padding: 10px 20px;\n    border: none;\n    border-radius: 20px;\n    color: #fff;\n    font-weight: bold;\n    font-size: 1.2em;\n}\n.config-button:hover{\n	background:#a10000;\n	cursor:pointer;\n}\n.shop-favorites .products-block-post-template .product:hover, .shop-favorites .products-block-post-template .wp-block-post:hover {\n    padding: 5px;\n}\n#product_option_selected_name ul {\n	position: inherit !important;}\n.products-block-post-template .wp-block-post-excerpt {\n	    -webkit-line-clamp: 3 !important;\n}\n.wc-block-product-template .wp-block-post-title {\n    overflow: visible;\n    -webkit-line-clamp: 2;\n    text-align: center !important;\n}\n.addon-btn{\n	text-align:center;\n	margin-bottom: 10px;\n\n}','ag','','inherit','closed','closed','','100-revision-v1','','','2025-01-02 19:52:09','2025-01-02 19:52:09','',100,'https://aggressivegraphix.com/?p=1524',0,'revision','',0),(1526,1,'2025-01-02 19:53:15','2025-01-02 19:53:15','.wp-container-core-group-is-layout-5 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {\n	max-width: 100% !important;}\n.config-button, .product a button{\n    background: #D01A1A;\n    padding: 10px 20px;\n    border: none;\n    border-radius: 20px;\n    color: #fff;\n    font-weight: bold;\n    font-size: 1.2em;\n}\n.config-button:hover{\n	background:#a10000;\n	cursor:pointer;\n}\n.shop-favorites .products-block-post-template .product:hover, .shop-favorites .products-block-post-template .wp-block-post:hover {\n    padding: 5px;\n}\n#product_option_selected_name ul {\n	position: inherit !important;}\n.products-block-post-template .wp-block-post-excerpt {\n	    -webkit-line-clamp: 3 !important;\n}\n.wc-block-product-template .wp-block-post-title {\n    overflow: visible;\n    -webkit-line-clamp: 2;\n    text-align: center !important;\n}\n.addon-btn{\n	text-align:center;\n	margin-bottom: 10px;\n	pointer-events: pointer;\n}','ag','','inherit','closed','closed','','100-revision-v1','','','2025-01-02 19:53:15','2025-01-02 19:53:15','',100,'https://aggressivegraphix.com/?p=1526',0,'revision','',0),(1528,1,'2025-01-02 19:54:11','2025-01-02 19:54:11','.wp-container-core-group-is-layout-5 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {\n	max-width: 100% !important;}\n.config-button, .product a button{\n    background: #D01A1A;\n    padding: 10px 20px;\n    border: none;\n    border-radius: 20px;\n    color: #fff;\n    font-weight: bold;\n    font-size: 1.2em;\n}\n.config-button:hover{\n	background:#a10000;\n	cursor:pointer;\n}\n.shop-favorites .products-block-post-template .product:hover, .shop-favorites .products-block-post-template .wp-block-post:hover {\n    padding: 5px;\n}\n#product_option_selected_name ul {\n	position: inherit !important;}\n.products-block-post-template .wp-block-post-excerpt {\n	    -webkit-line-clamp: 3 !important;\n}\n.wc-block-product-template .wp-block-post-title {\n    overflow: visible;\n    -webkit-line-clamp: 2;\n    text-align: center !important;\n}\n.addon-btn{\n	text-align:center;\n	margin-bottom: 10px;\n}\na.addon-btn:hover {\n	cursor:pointer;\n}','ag','','inherit','closed','closed','','100-revision-v1','','','2025-01-02 19:54:11','2025-01-02 19:54:11','',100,'https://aggressivegraphix.com/?p=1528',0,'revision','',0),(1530,1,'2025-01-02 19:54:37','2025-01-02 19:54:37','.wp-container-core-group-is-layout-5 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {\n	max-width: 100% !important;}\n.config-button, .product a button{\n    background: #D01A1A;\n    padding: 10px 20px;\n    border: none;\n    border-radius: 20px;\n    color: #fff;\n    font-weight: bold;\n    font-size: 1.2em;\n}\n.config-button:hover{\n	background:#a10000;\n	cursor:pointer;\n}\n.shop-favorites .products-block-post-template .product:hover, .shop-favorites .products-block-post-template .wp-block-post:hover {\n    padding: 5px;\n}\n#product_option_selected_name ul {\n	position: inherit !important;}\n.products-block-post-template .wp-block-post-excerpt {\n	    -webkit-line-clamp: 3 !important;\n}\n.wc-block-product-template .wp-block-post-title {\n    overflow: visible;\n    -webkit-line-clamp: 2;\n    text-align: center !important;\n}\n.addon-btn{\n	text-align:center;\n	margin-bottom: 10px;\n}\na.addon-btn {\n	cursor:pointer;\n}','ag','','inherit','closed','closed','','100-revision-v1','','','2025-01-02 19:54:37','2025-01-02 19:54:37','',100,'https://aggressivegraphix.com/?p=1530',0,'revision','',0),(1532,1,'2025-01-02 19:55:06','2025-01-02 19:55:06','.wp-container-core-group-is-layout-5 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {\n	max-width: 100% !important;}\n.config-button, .product a button{\n    background: #D01A1A;\n    padding: 10px 20px;\n    border: none;\n    border-radius: 20px;\n    color: #fff;\n    font-weight: bold;\n    font-size: 1.2em;\n}\n.config-button:hover{\n	background:#a10000;\n	cursor:pointer;\n}\n.shop-favorites .products-block-post-template .product:hover, .shop-favorites .products-block-post-template .wp-block-post:hover {\n    padding: 5px;\n}\n#product_option_selected_name ul {\n	position: inherit !important;}\n.products-block-post-template .wp-block-post-excerpt {\n	    -webkit-line-clamp: 3 !important;\n}\n.wc-block-product-template .wp-block-post-title {\n    overflow: visible;\n    -webkit-line-clamp: 2;\n    text-align: center !important;\n}\n.addon-btn{\n	text-align:center;\n	margin-bottom: 10px;\n	cursor:pointer;\n}\n','ag','','inherit','closed','closed','','100-revision-v1','','','2025-01-02 19:55:06','2025-01-02 19:55:06','',100,'https://aggressivegraphix.com/?p=1532',0,'revision','',0),(1534,1,'2025-01-02 19:55:55','2025-01-02 19:55:55','.wp-container-core-group-is-layout-5 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {\n	max-width: 100% !important;}\n.config-button, .product a button{\n    background: #D01A1A;\n    padding: 10px 20px;\n    border: none;\n    border-radius: 20px;\n    color: #fff;\n    font-weight: bold;\n    font-size: 1.2em;\n}\n.config-button:hover{\n	background:#a10000;\n	cursor:pointer;\n}\n.shop-favorites .products-block-post-template .product:hover, .shop-favorites .products-block-post-template .wp-block-post:hover {\n    padding: 5px;\n}\n#product_option_selected_name ul {\n	position: inherit !important;}\n.products-block-post-template .wp-block-post-excerpt {\n	    -webkit-line-clamp: 3 !important;\n}\n.wc-block-product-template .wp-block-post-title {\n    overflow: visible;\n    -webkit-line-clamp: 2;\n    text-align: center !important;\n}\n.addon-btn{\n	text-align:center;\n	margin-bottom: 10px;\n}\n','ag','','inherit','closed','closed','','100-revision-v1','','','2025-01-02 19:55:55','2025-01-02 19:55:55','',100,'https://aggressivegraphix.com/?p=1534',0,'revision','',0),(1536,1,'2025-01-02 20:00:26','2025-01-02 20:00:26','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-bottom:0\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide is-not-stacked-on-mobile\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"100%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:100%\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"100%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:100%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":3,\"query\":{\"woocommerceAttributes\":[],\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"taxQuery\":[],\"isProductCollectionBlock\":true,\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":5},\"dimensions\":{\"widthType\":\"fill\"},\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":true,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"},\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-woocommerce-product-collection alignwide\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-title {\"level\":1,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"left\":\"0\",\"bottom\":\"0.5rem\"}}},\"fontSize\":\"large\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"textAlign\":\"center\",\"excerptLength\":20,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"left\"} /-->\n\n<!-- wp:woocommerce/product-button {\"width\":100,\"isDescendentOfQueryLoop\":true,\"className\":\"is-style-fill\"} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"paginationArrow\":\"chevron\",\"showLabel\":false,\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\",\"orientation\":\"horizontal\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:woocommerce/product-collection --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Category','Displays products filtered by a category.','inherit','closed','closed','','983-revision-v1','','','2025-01-02 20:00:26','2025-01-02 20:00:26','',983,'https://aggressivegraphix.com/?p=1536',0,'revision','',0),(1537,1,'2025-01-02 20:01:28','2025-01-02 20:01:28','.wp-container-core-group-is-layout-5 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {\n	max-width: 100% !important;}\n.config-button, .product a button{\n    background: #D01A1A;\n    padding: 10px 20px;\n    border: none;\n    border-radius: 20px;\n    color: #fff;\n    font-weight: bold;\n    font-size: 1.2em;\n}\n.config-button:hover{\n	background:#a10000;\n	cursor:pointer;\n}\n.shop-favorites .products-block-post-template .product:hover, .shop-favorites .products-block-post-template .wp-block-post:hover {\n    padding: 5px;\n}\n#product_option_selected_name ul {\n	position: inherit !important;}\n.products-block-post-template .wp-block-post-excerpt {\n	    -webkit-line-clamp: 3 !important;\n}\n.wc-block-product-template .wp-block-post-title {\n    overflow: visible;\n    -webkit-line-clamp: 2;\n    text-align: center !important;\n}\n.addon-btn{\n	text-align:center;\n	margin-bottom: 10px;\n}\n.addon-btn:hover {\n	background:#a10000;\n	cursor:pointer;\n}\n','ag','','inherit','closed','closed','','100-revision-v1','','','2025-01-02 20:01:28','2025-01-02 20:01:28','',100,'https://aggressivegraphix.com/?p=1537',0,'revision','',0),(1539,1,'2025-01-02 20:02:06','2025-01-02 20:02:06','.wp-container-core-group-is-layout-5 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {\n	max-width: 100% !important;}\n.config-button, .product a button{\n    background: #D01A1A;\n    padding: 10px 20px;\n    border: none;\n    border-radius: 20px;\n    color: #fff;\n    font-weight: bold;\n    font-size: 1.2em;\n}\n.config-button:hover{\n	background:#a10000;\n	cursor:pointer;\n}\n.shop-favorites .products-block-post-template .product:hover, .shop-favorites .products-block-post-template .wp-block-post:hover {\n    padding: 5px;\n}\n#product_option_selected_name ul {\n	position: inherit !important;}\n.products-block-post-template .wp-block-post-excerpt {\n	    -webkit-line-clamp: 3 !important;\n}\n.wc-block-product-template .wp-block-post-title {\n    overflow: visible;\n    -webkit-line-clamp: 2;\n    text-align: center !important;\n}\n.addon-btn{\n	text-align:center;\n	margin-bottom: 10px;\n}\n.addon-btn button:hover {\n	background:#a10000;\n	cursor:pointer;\n}\n','ag','','inherit','closed','closed','','100-revision-v1','','','2025-01-02 20:02:06','2025-01-02 20:02:06','',100,'https://aggressivegraphix.com/?p=1539',0,'revision','',0),(1541,1,'2025-01-06 14:53:29','2025-01-06 14:53:29','.wp-container-core-group-is-layout-5 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {\n	max-width: 100% !important;}\n.config-button, .product a button{\n    background: #D01A1A;\n    padding: 10px 20px;\n    border: none;\n    border-radius: 20px;\n    color: #fff;\n    font-weight: bold;\n    font-size: 1.2em;\n}\n.config-button:hover{\n	background:#a10000;\n	cursor:pointer;\n}\n.shop-favorites .products-block-post-template .product:hover, .shop-favorites .products-block-post-template .wp-block-post:hover {\n    padding: 5px;\n}\n#product_option_selected_name ul {\n	position: inherit !important;}\n.products-block-post-template .wp-block-post-excerpt {\n	    -webkit-line-clamp: 3 !important;\n}\n.wc-block-product-template .wp-block-post-title {\n    overflow: visible;\n    -webkit-line-clamp: 2;\n    text-align: center !important;\n}\n.addon-btn{\n	text-align:center;\n	margin-bottom: 10px;\n}\n.addon-btn button:hover {\n	background:#a10000;\n	cursor:pointer;\n}\n.wp-block-button.wc-block-components-product-button {border: none;}','ag','','inherit','closed','closed','','100-revision-v1','','','2025-01-06 14:53:29','2025-01-06 14:53:29','',100,'https://aggressivegraphix.com/?p=1541',0,'revision','',0),(1542,1,'2025-01-09 16:26:49','2025-01-09 16:26:49','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:columns {\"align\":\"wide\",\"className\":\"single-product-page\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"30px\"},\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"single-product-page wp-block-columns alignwide\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--50)\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:woocommerce/product-image-gallery {\"className\":\"single-product-gallery\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:post-title {\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1.2\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"3px\"}}},\"textColor\":\"gray-100\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfSingleProductTemplate\":true,\"textColor\":\"primary\",\"fontFamily\":\"open-sans\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"20px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n\n<!-- wp:woocommerce/add-to-cart-form /-->\n\n<!-- wp:woocommerce/product-meta -->\n<div class=\"wp-block-woocommerce-product-meta\"><!-- wp:group {\"className\":\"eride-meta\",\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"eride-meta wp-block-group\"><!-- wp:woocommerce/product-sku {\"isDescendentOfSingleProductTemplate\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_tag\",\"prefix\":\"Tags: \"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:woocommerce/product-meta -->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfSingleProductTemplate\":true} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:woocommerce/product-details {\"align\":\"wide\",\"className\":\"eride-product-details\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\"}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Single Product','Displays a single product.','inherit','closed','closed','','121-revision-v1','','','2025-01-09 16:26:49','2025-01-09 16:26:49','',121,'https://aggressivegraphix.com/?p=1542',0,'revision','',0),(1543,1,'2025-01-09 16:28:40','2025-01-09 16:28:40','','','','publish','closed','closed','','1543','','','2025-10-03 14:52:35','2025-10-03 14:52:35','',486,'https://aggressivegraphix.com/af_pao_fields/1543/',0,'af_pao_fields','',0),(1544,1,'2025-01-09 16:29:20','2025-01-09 16:29:20','','','','publish','closed','closed','','1544','','','2025-10-03 14:52:35','2025-10-03 14:52:35','',486,'https://aggressivegraphix.com/af_pao_fields/1544/',0,'af_pao_fields','',0),(1545,1,'2025-01-09 16:29:40','2025-01-09 16:29:40','','','','publish','closed','closed','','1545','','','2025-10-03 14:52:35','2025-10-03 14:52:35','',486,'https://aggressivegraphix.com/af_pao_fields/1545/',0,'af_pao_fields','',0),(1546,1,'2025-01-09 16:29:55','2025-01-09 16:29:55','','','','publish','closed','closed','','1546','','','2025-10-03 14:52:35','2025-10-03 14:52:35','',486,'https://aggressivegraphix.com/af_pao_fields/1546/',0,'af_pao_fields','',0),(1547,1,'2025-01-09 16:32:05','2025-01-09 16:32:05','','','','publish','closed','closed','','1547','','','2025-10-03 14:52:35','2025-10-03 14:52:35','',486,'https://aggressivegraphix.com/af_pao_fields/1547/',0,'af_pao_fields','',0),(1548,1,'2025-01-09 16:33:33','2025-01-09 16:33:33','','','','publish','closed','closed','','1548','','','2025-10-03 14:52:35','2025-10-03 14:52:35','',1547,'https://aggressivegraphix.com/af_pao_options/1548/',0,'af_pao_options','',0),(1549,1,'2025-01-09 16:33:48','2025-01-09 16:33:48','','','','publish','closed','closed','','1549','','','2025-10-03 14:52:35','2025-10-03 14:52:35','',1547,'https://aggressivegraphix.com/af_pao_options/1549/',0,'af_pao_options','',0),(1550,1,'2025-01-09 16:33:56','2025-01-09 16:33:56','','','','publish','closed','closed','','1550','','','2025-10-03 14:52:35','2025-10-03 14:52:35','',1547,'https://aggressivegraphix.com/af_pao_options/1550/',0,'af_pao_options','',0),(1551,1,'2025-01-09 16:34:02','2025-01-09 16:34:02','','','','publish','closed','closed','','1551','','','2025-10-03 14:52:35','2025-10-03 14:52:35','',1547,'https://aggressivegraphix.com/af_pao_options/1551/',0,'af_pao_options','',0),(1552,1,'2025-01-09 16:34:11','2025-01-09 16:34:11','','','','publish','closed','closed','','1552','','','2025-10-03 14:52:35','2025-10-03 14:52:35','',1547,'https://aggressivegraphix.com/af_pao_options/1552/',0,'af_pao_options','',0),(1553,1,'2025-01-09 16:34:59','2025-01-09 16:34:59','','','','publish','closed','closed','','1553','','','2025-10-03 14:52:35','2025-10-03 14:52:35','',486,'https://aggressivegraphix.com/af_pao_fields/1553/',0,'af_pao_fields','',0),(1554,1,'2025-01-09 16:35:13','2025-01-09 16:35:13','','','','publish','closed','closed','','1554','','','2025-10-03 14:52:35','2025-10-03 14:52:35','',1553,'https://aggressivegraphix.com/af_pao_options/1554/',0,'af_pao_options','',0),(1555,1,'2025-01-09 16:35:49','2025-01-09 16:35:49','','','','publish','closed','closed','','1555','','','2025-10-03 14:52:35','2025-10-03 14:52:35','',1553,'https://aggressivegraphix.com/af_pao_options/1555/',0,'af_pao_options','',0),(1556,1,'2025-01-09 16:35:52','2025-01-09 16:35:52','','','','publish','closed','closed','','1556','','','2025-10-03 14:52:35','2025-10-03 14:52:35','',1553,'https://aggressivegraphix.com/af_pao_options/1556/',0,'af_pao_options','',0),(1557,1,'2025-01-09 16:36:42','2025-01-09 16:36:42','','','','publish','closed','closed','','1557','','','2025-10-03 14:52:35','2025-10-03 14:52:35','',486,'https://aggressivegraphix.com/af_pao_fields/1557/',0,'af_pao_fields','',0),(1558,1,'2025-01-09 16:36:59','2025-01-09 16:36:59','','','','publish','closed','closed','','1558','','','2025-10-03 14:52:35','2025-10-03 14:52:35','',1557,'https://aggressivegraphix.com/af_pao_options/1558/',0,'af_pao_options','',0),(1559,1,'2025-01-09 16:37:02','2025-01-09 16:37:02','','','','publish','closed','closed','','1559','','','2025-10-03 14:52:35','2025-10-03 14:52:35','',1557,'https://aggressivegraphix.com/af_pao_options/1559/',0,'af_pao_options','',0),(1560,1,'2025-01-09 16:37:05','2025-01-09 16:37:05','','','','publish','closed','closed','','1560','','','2025-10-03 14:52:35','2025-10-03 14:52:35','',1557,'https://aggressivegraphix.com/af_pao_options/1560/',0,'af_pao_options','',0),(1561,1,'2025-01-09 16:37:09','2025-01-09 16:37:09','','','','publish','closed','closed','','1561','','','2025-10-03 14:52:35','2025-10-03 14:52:35','',1557,'https://aggressivegraphix.com/af_pao_options/1561/',0,'af_pao_options','',0),(1562,1,'2025-01-09 16:37:12','2025-01-09 16:37:12','','','','publish','closed','closed','','1562','','','2025-10-03 14:52:35','2025-10-03 14:52:35','',1557,'https://aggressivegraphix.com/af_pao_options/1562/',0,'af_pao_options','',0),(1563,1,'2025-01-09 16:39:46','2025-01-09 16:39:46','','','','publish','closed','closed','','1563','','','2025-10-03 14:52:35','2025-10-03 14:52:35','',486,'https://aggressivegraphix.com/af_pao_fields/1563/',0,'af_pao_fields','',0),(1564,1,'2025-01-09 16:40:03','2025-01-09 16:40:03','','','','publish','closed','closed','','1564','','','2025-10-03 14:52:35','2025-10-03 14:52:35','',1563,'https://aggressivegraphix.com/af_pao_options/1564/',0,'af_pao_options','',0),(1565,1,'2025-01-09 16:40:13','2025-01-09 16:40:13','','','','publish','closed','closed','','1565','','','2025-10-03 14:52:35','2025-10-03 14:52:35','',1563,'https://aggressivegraphix.com/af_pao_options/1565/',0,'af_pao_options','',0),(1566,1,'2025-01-09 16:40:21','2025-01-09 16:40:21','','','','publish','closed','closed','','1566','','','2025-10-03 14:52:35','2025-10-03 14:52:35','',1563,'https://aggressivegraphix.com/af_pao_options/1566/',0,'af_pao_options','',0),(1567,1,'2025-01-09 16:40:27','2025-01-09 16:40:27','','','','publish','closed','closed','','1567','','','2025-10-03 14:52:35','2025-10-03 14:52:35','',1563,'https://aggressivegraphix.com/af_pao_options/1567/',0,'af_pao_options','',0),(1568,1,'2025-01-09 16:40:35','2025-01-09 16:40:35','','','','publish','closed','closed','','1568','','','2025-10-03 14:52:35','2025-10-03 14:52:35','',1563,'https://aggressivegraphix.com/af_pao_options/1568/',0,'af_pao_options','',0),(1569,1,'2025-01-09 16:41:16','2025-01-09 16:41:16','','','','publish','closed','closed','','1569','','','2025-10-03 14:52:35','2025-10-03 14:52:35','',486,'https://aggressivegraphix.com/af_pao_fields/1569/',0,'af_pao_fields','',0),(1570,1,'2025-01-09 16:42:37','2025-01-09 16:42:37','','','','publish','closed','closed','','1570','','','2025-10-03 14:52:35','2025-10-03 14:52:35','',486,'https://aggressivegraphix.com/af_pao_fields/1570/',0,'af_pao_fields','',0),(1571,1,'2025-01-09 16:43:03','2025-01-09 16:43:03','','','','publish','closed','closed','','1571','','','2025-10-03 14:52:35','2025-10-03 14:52:35','',486,'https://aggressivegraphix.com/af_pao_fields/1571/',0,'af_pao_fields','',0),(1574,1,'2025-01-09 16:51:10','2025-01-09 16:51:10','.wp-container-core-group-is-layout-5 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {\n	max-width: 100% !important;}\n.config-button, .product a button{\n    background: #D01A1A;\n    padding: 10px 20px;\n    border: none;\n    border-radius: 20px;\n    color: #fff;\n    font-weight: bold;\n    font-size: 1.2em;\n}\n.config-button:hover{\n	background:#a10000;\n	cursor:pointer;\n}\n.shop-favorites .products-block-post-template .product:hover, .shop-favorites .products-block-post-template .wp-block-post:hover {\n    padding: 5px;\n}\n#product_option_selected_name ul {\n	position: inherit !important;}\n.products-block-post-template .wp-block-post-excerpt {\n	    -webkit-line-clamp: 3 !important;\n}\n.wc-block-product-template .wp-block-post-title {\n    overflow: visible;\n    -webkit-line-clamp: 2;\n    text-align: center !important;\n}\n.addon-btn{\n	text-align:center;\n	margin-bottom: 10px;\n}\n.addon-btn button:hover {\n	background:#a10000;\n	cursor:pointer;\n}\n.addons_div_selection:active {\n	border: 1px solid #A10000;\n}\n.wp-block-button.wc-block-components-product-button {border: none;}','ag','','inherit','closed','closed','','100-revision-v1','','','2025-01-09 16:51:10','2025-01-09 16:51:10','',100,'https://aggressivegraphix.com/?p=1574',0,'revision','',0),(1576,1,'2025-01-09 16:52:00','2025-01-09 16:52:00','.wp-container-core-group-is-layout-5 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {\n	max-width: 100% !important;}\n.config-button, .product a button{\n    background: #D01A1A;\n    padding: 10px 20px;\n    border: none;\n    border-radius: 20px;\n    color: #fff;\n    font-weight: bold;\n    font-size: 1.2em;\n}\n.config-button:hover{\n	background:#a10000;\n	cursor:pointer;\n}\n.shop-favorites .products-block-post-template .product:hover, .shop-favorites .products-block-post-template .wp-block-post:hover {\n    padding: 5px;\n}\n#product_option_selected_name ul {\n	position: inherit !important;}\n.products-block-post-template .wp-block-post-excerpt {\n	    -webkit-line-clamp: 3 !important;\n}\n.wc-block-product-template .wp-block-post-title {\n    overflow: visible;\n    -webkit-line-clamp: 2;\n    text-align: center !important;\n}\n.addon-btn{\n	text-align:center;\n	margin-bottom: 10px;\n}\n.addon-btn button:hover {\n	background:#a10000;\n	cursor:pointer;\n}\n.addons_div_selection:active, .addons_div_selection:visited {\n	border: 2px solid #A10000;\n}\n.wp-block-button.wc-block-components-product-button {border: none;}','ag','','inherit','closed','closed','','100-revision-v1','','','2025-01-09 16:52:00','2025-01-09 16:52:00','',100,'https://aggressivegraphix.com/?p=1576',0,'revision','',0),(1578,1,'2025-01-09 16:52:35','2025-01-09 16:52:35','.wp-container-core-group-is-layout-5 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {\n	max-width: 100% !important;}\n.config-button, .product a button{\n    background: #D01A1A;\n    padding: 10px 20px;\n    border: none;\n    border-radius: 20px;\n    color: #fff;\n    font-weight: bold;\n    font-size: 1.2em;\n}\n.config-button:hover{\n	background:#a10000;\n	cursor:pointer;\n}\n.shop-favorites .products-block-post-template .product:hover, .shop-favorites .products-block-post-template .wp-block-post:hover {\n    padding: 5px;\n}\n#product_option_selected_name ul {\n	position: inherit !important;}\n.products-block-post-template .wp-block-post-excerpt {\n	    -webkit-line-clamp: 3 !important;\n}\n.wc-block-product-template .wp-block-post-title {\n    overflow: visible;\n    -webkit-line-clamp: 2;\n    text-align: center !important;\n}\n.addon-btn{\n	text-align:center;\n	margin-bottom: 10px;\n}\n.addon-btn button:hover {\n	background:#a10000;\n	cursor:pointer;\n}\n.addons_div_selection:active, .addons_div_selection:visited, .addons_div_selection:active {\n	border: 2px solid #A10000;\n}\n.wp-block-button.wc-block-components-product-button {border: none;}','ag','','inherit','closed','closed','','100-revision-v1','','','2025-01-09 16:52:35','2025-01-09 16:52:35','',100,'https://aggressivegraphix.com/?p=1578',0,'revision','',0),(1580,1,'2025-01-09 17:07:54','2025-01-09 17:07:54','','','','publish','closed','closed','','1580','','','2025-10-01 20:18:48','2025-10-01 20:18:48','',700,'https://aggressivegraphix.com/af_pao_fields/1580/',0,'af_pao_fields','',0),(1581,1,'2025-01-09 17:08:10','2025-01-09 17:08:10','','','','publish','closed','closed','','1581','','','2025-10-01 20:18:48','2025-10-01 20:18:48','',700,'https://aggressivegraphix.com/af_pao_fields/1581/',0,'af_pao_fields','',0),(1582,1,'2025-01-09 17:09:13','2025-01-09 17:09:13','','','','publish','closed','closed','','1582','','','2025-10-01 20:18:48','2025-10-01 20:18:48','',700,'https://aggressivegraphix.com/af_pao_fields/1582/',0,'af_pao_fields','',0),(1583,1,'2025-01-09 17:09:35','2025-01-09 17:09:35','','','','publish','closed','closed','','1583','','','2025-10-01 20:18:48','2025-10-01 20:18:48','',1582,'https://aggressivegraphix.com/af_pao_options/1583/',0,'af_pao_options','',0),(1586,1,'2025-01-09 17:10:02','2025-01-09 17:10:02','','','','publish','closed','closed','','1586','','','2025-10-01 20:18:48','2025-10-01 20:18:48','',1582,'https://aggressivegraphix.com/af_pao_options/1586/',0,'af_pao_options','',0),(1588,1,'2025-01-09 17:10:33','2025-01-09 17:10:33','','','','publish','closed','closed','','1588','','','2025-10-01 20:18:48','2025-10-01 20:18:48','',1582,'https://aggressivegraphix.com/af_pao_options/1588/',0,'af_pao_options','',0),(1589,1,'2025-01-09 17:11:01','2025-01-09 17:11:01','','','','publish','closed','closed','','1589','','','2025-10-01 20:18:48','2025-10-01 20:18:48','',700,'https://aggressivegraphix.com/af_pao_fields/1589/',0,'af_pao_fields','',0),(1590,1,'2025-01-09 17:11:15','2025-01-09 17:11:15','','','','publish','closed','closed','','1590','','','2025-10-01 20:18:48','2025-10-01 20:18:48','',1589,'https://aggressivegraphix.com/af_pao_options/1590/',0,'af_pao_options','',0),(1591,1,'2025-01-09 17:11:18','2025-01-09 17:11:18','','','','publish','closed','closed','','1591','','','2025-10-01 20:18:48','2025-10-01 20:18:48','',1589,'https://aggressivegraphix.com/af_pao_options/1591/',0,'af_pao_options','',0),(1592,1,'2025-01-09 17:11:22','2025-01-09 17:11:22','','','','publish','closed','closed','','1592','','','2025-10-01 20:18:48','2025-10-01 20:18:48','',1589,'https://aggressivegraphix.com/af_pao_options/1592/',0,'af_pao_options','',0),(1593,1,'2025-01-09 17:12:17','2025-01-09 17:12:17','','','','publish','closed','closed','','1593','','','2025-10-01 20:18:47','2025-10-01 20:18:47','',700,'https://aggressivegraphix.com/af_pao_fields/1593/',0,'af_pao_fields','',0),(1594,1,'2025-01-09 17:12:51','2025-01-09 17:12:51','','','','publish','closed','closed','','1594','','','2025-10-01 20:18:48','2025-10-01 20:18:48','',1593,'https://aggressivegraphix.com/af_pao_options/1594/',0,'af_pao_options','',0),(1595,1,'2025-01-09 17:12:54','2025-01-09 17:12:54','','','','publish','closed','closed','','1595','','','2025-10-01 20:18:48','2025-10-01 20:18:48','',1593,'https://aggressivegraphix.com/af_pao_options/1595/',0,'af_pao_options','',0),(1596,1,'2025-01-09 17:12:57','2025-01-09 17:12:57','','','','publish','closed','closed','','1596','','','2025-10-01 20:18:48','2025-10-01 20:18:48','',1593,'https://aggressivegraphix.com/af_pao_options/1596/',0,'af_pao_options','',0),(1597,1,'2025-01-09 17:12:59','2025-01-09 17:12:59','','','','publish','closed','closed','','1597','','','2025-10-01 20:18:48','2025-10-01 20:18:48','',1593,'https://aggressivegraphix.com/af_pao_options/1597/',0,'af_pao_options','',0),(1598,1,'2025-01-09 17:13:02','2025-01-09 17:13:02','','','','publish','closed','closed','','1598','','','2025-10-01 20:18:48','2025-10-01 20:18:48','',1593,'https://aggressivegraphix.com/af_pao_options/1598/',0,'af_pao_options','',0),(1599,1,'2025-01-09 17:14:25','2025-01-09 17:14:25','','','','publish','closed','closed','','1599','','','2025-10-01 20:18:47','2025-10-01 20:18:47','',700,'https://aggressivegraphix.com/af_pao_fields/1599/',0,'af_pao_fields','',0),(1600,1,'2025-01-09 17:14:53','2025-01-09 17:14:53','','','','publish','closed','closed','','1600','','','2025-10-01 20:18:47','2025-10-01 20:18:47','',1599,'https://aggressivegraphix.com/af_pao_options/1600/',0,'af_pao_options','',0),(1601,1,'2025-01-09 17:14:56','2025-01-09 17:14:56','','','','publish','closed','closed','','1601','','','2025-10-01 20:18:47','2025-10-01 20:18:47','',1599,'https://aggressivegraphix.com/af_pao_options/1601/',0,'af_pao_options','',0),(1602,1,'2025-01-09 17:14:58','2025-01-09 17:14:58','','','','publish','closed','closed','','1602','','','2025-10-01 20:18:47','2025-10-01 20:18:47','',1599,'https://aggressivegraphix.com/af_pao_options/1602/',0,'af_pao_options','',0),(1603,1,'2025-01-09 17:15:01','2025-01-09 17:15:01','','','','publish','closed','closed','','1603','','','2025-10-01 20:18:47','2025-10-01 20:18:47','',1599,'https://aggressivegraphix.com/af_pao_options/1603/',0,'af_pao_options','',0),(1604,1,'2025-01-09 17:15:04','2025-01-09 17:15:04','','','','publish','closed','closed','','1604','','','2025-10-01 20:18:47','2025-10-01 20:18:47','',1599,'https://aggressivegraphix.com/af_pao_options/1604/',0,'af_pao_options','',0),(1605,1,'2025-01-09 17:16:10','2025-01-09 17:16:10','','','','publish','closed','closed','','1605','','','2025-10-01 20:18:47','2025-10-01 20:18:47','',700,'https://aggressivegraphix.com/af_pao_fields/1605/',0,'af_pao_fields','',0),(1606,1,'2025-01-09 17:16:51','2025-01-09 17:16:51','','','','publish','closed','closed','','1606','','','2025-10-01 20:18:47','2025-10-01 20:18:47','',700,'https://aggressivegraphix.com/af_pao_fields/1606/',0,'af_pao_fields','',0),(1607,1,'2025-01-09 17:17:13','2025-01-09 17:17:13','','','','publish','closed','closed','','1607','','','2025-10-01 20:18:47','2025-10-01 20:18:47','',700,'https://aggressivegraphix.com/af_pao_fields/1607/',0,'af_pao_fields','',0),(1608,1,'2025-01-09 17:17:50','2025-01-09 17:17:50','','','','publish','closed','closed','','1608','','','2025-10-01 20:18:47','2025-10-01 20:18:47','',700,'https://aggressivegraphix.com/af_pao_fields/1608/',0,'af_pao_fields','',0),(1610,1,'2025-01-09 17:31:22','2025-01-09 17:31:22','.wp-container-core-group-is-layout-5 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {\n	max-width: 100% !important;}\n.config-button, .product a button{\n    background: #D01A1A;\n    padding: 10px 20px;\n    border: none;\n    border-radius: 20px;\n    color: #fff;\n    font-weight: bold;\n    font-size: 1.2em;\n}\n.config-button:hover{\n	background:#a10000;\n	cursor:pointer;\n}\n.shop-favorites .products-block-post-template .product:hover, .shop-favorites .products-block-post-template .wp-block-post:hover {\n    padding: 5px;\n}\n#product_option_selected_name ul {\n	position: inherit !important;}\n.products-block-post-template .wp-block-post-excerpt {\n	    -webkit-line-clamp: 3 !important;\n}\n.wc-block-product-template .wp-block-post-title {\n    overflow: visible;\n    -webkit-line-clamp: 2;\n    text-align: center !important;\n}\n.addon-btn{\n	text-align:center;\n	margin-bottom: 10px;\n}\n.addon-btn button:hover {\n	background:#a10000;\n	cursor:pointer;\n}\n.af_addon_drop_down {\n    height: 100% !important;\n}\n.addons_div_selection:active, .addons_div_selection:visited, .addons_div_selection:active {\n	border: 2px solid #A10000;\n}\n.wp-block-button.wc-block-components-product-button {border: none;}','ag','','inherit','closed','closed','','100-revision-v1','','','2025-01-09 17:31:22','2025-01-09 17:31:22','',100,'https://aggressivegraphix.com/?p=1610',0,'revision','',0),(1612,1,'2025-01-09 18:38:04','2025-01-09 18:38:04','','','','publish','closed','closed','','1612','','','2025-09-09 19:01:39','2025-09-09 19:01:39','',858,'https://aggressivegraphix.com/af_pao_fields/1612/',1,'af_pao_fields','',0),(1613,1,'2025-01-09 18:38:17','2025-01-09 18:38:17','','','','publish','closed','closed','','1613','','','2025-09-09 19:01:39','2025-09-09 19:01:39','',858,'https://aggressivegraphix.com/af_pao_fields/1613/',2,'af_pao_fields','',0),(1620,1,'2025-01-09 18:39:40','2025-01-09 18:39:40','','','','publish','closed','closed','','1620','','','2025-02-01 08:04:44','2025-02-01 08:04:44','',1614,'https://aggressivegraphix.com/af_pao_options/1620/',0,'af_pao_options','',0),(1621,1,'2025-01-09 18:39:48','2025-01-09 18:39:48','','','','publish','closed','closed','','1621','','','2025-02-01 08:04:44','2025-02-01 08:04:44','',1614,'https://aggressivegraphix.com/af_pao_options/1621/',0,'af_pao_options','',0),(1622,1,'2025-01-09 18:40:02','2025-01-09 18:40:02','','','','publish','closed','closed','','1622','','','2025-02-01 08:04:44','2025-02-01 08:04:44','',1614,'https://aggressivegraphix.com/af_pao_options/1622/',0,'af_pao_options','',0),(1623,1,'2025-01-09 18:43:16','2025-01-09 18:43:16','','','','publish','closed','closed','','1623','','','2025-02-01 08:04:44','2025-02-01 08:04:44','',1614,'https://aggressivegraphix.com/af_pao_options/1623/',0,'af_pao_options','',0),(1624,1,'2025-01-09 18:43:47','2025-01-09 18:43:47','','','','publish','closed','closed','','1624','','','2025-09-09 19:01:39','2025-09-09 19:01:39','',858,'https://aggressivegraphix.com/af_pao_fields/1624/',0,'af_pao_fields','',0),(1625,1,'2025-01-09 18:44:25','2025-01-09 18:44:25','','','','publish','closed','closed','','1625','','','2025-09-09 19:01:39','2025-09-09 19:01:39','',858,'https://aggressivegraphix.com/af_pao_fields/1625/',4,'af_pao_fields','',0),(1626,1,'2025-01-09 18:45:07','2025-01-09 18:45:07','','','','publish','closed','closed','','1626','','','2025-09-09 19:01:39','2025-09-09 19:01:39','',858,'https://aggressivegraphix.com/af_pao_fields/1626/',5,'af_pao_fields','',0),(1630,1,'2025-01-09 18:51:43','2025-01-09 18:51:43','','','','publish','closed','closed','','1630','','','2025-09-09 19:01:38','2025-09-09 19:01:38','',858,'https://aggressivegraphix.com/af_pao_fields/1630/',6,'af_pao_fields','',0),(1631,1,'2025-01-09 18:52:24','2025-01-09 18:52:24','','','','publish','closed','closed','','1631','','','2025-09-09 19:01:38','2025-09-09 19:01:38','',1630,'https://aggressivegraphix.com/af_pao_options/1631/',0,'af_pao_options','',0),(1632,1,'2025-01-09 18:52:28','2025-01-09 18:52:28','','','','publish','closed','closed','','1632','','','2025-09-09 19:01:38','2025-09-09 19:01:38','',1630,'https://aggressivegraphix.com/af_pao_options/1632/',0,'af_pao_options','',0),(1633,1,'2025-01-09 18:52:31','2025-01-09 18:52:31','','','','publish','closed','closed','','1633','','','2025-09-09 19:01:38','2025-09-09 19:01:38','',1630,'https://aggressivegraphix.com/af_pao_options/1633/',0,'af_pao_options','',0),(1634,1,'2025-01-09 18:52:34','2025-01-09 18:52:34','','','','publish','closed','closed','','1634','','','2025-09-09 19:01:38','2025-09-09 19:01:38','',1630,'https://aggressivegraphix.com/af_pao_options/1634/',0,'af_pao_options','',0),(1635,1,'2025-01-09 18:52:38','2025-01-09 18:52:38','','','','publish','closed','closed','','1635','','','2025-09-09 19:01:38','2025-09-09 19:01:38','',1630,'https://aggressivegraphix.com/af_pao_options/1635/',0,'af_pao_options','',0),(1636,1,'2025-01-09 18:55:26','2025-01-09 18:55:26','','','','publish','closed','closed','','1636','','','2025-09-09 19:01:38','2025-09-09 19:01:38','',858,'https://aggressivegraphix.com/af_pao_fields/1636/',7,'af_pao_fields','',0),(1637,1,'2025-01-09 18:56:12','2025-01-09 18:56:12','','','','publish','closed','closed','','1637','','','2025-09-09 19:01:38','2025-09-09 19:01:38','',858,'https://aggressivegraphix.com/af_pao_fields/1637/',8,'af_pao_fields','',0),(1638,1,'2025-01-09 18:56:36','2025-01-09 18:56:36','','','','publish','closed','closed','','1638','','','2025-09-09 19:01:38','2025-09-09 19:01:38','',858,'https://aggressivegraphix.com/af_pao_fields/1638/',9,'af_pao_fields','',0),(1639,1,'2025-01-09 18:57:13','2025-01-09 18:57:13','','','','publish','closed','closed','','1639','','','2025-09-09 19:01:38','2025-09-09 19:01:38','',858,'https://aggressivegraphix.com/af_pao_fields/1639/',10,'af_pao_fields','',0),(1640,1,'2025-01-09 19:21:07','2025-01-09 19:21:07','','','','publish','closed','closed','','1640','','','2025-09-09 19:04:46','2025-09-09 19:04:46','',910,'https://aggressivegraphix.com/af_pao_fields/1640/',0,'af_pao_fields','',0),(1641,1,'2025-01-09 19:21:23','2025-01-09 19:21:23','','','','publish','closed','closed','','1641','','','2025-09-09 19:04:46','2025-09-09 19:04:46','',910,'https://aggressivegraphix.com/af_pao_fields/1641/',0,'af_pao_fields','',0),(1642,1,'2025-01-09 19:22:58','2025-01-09 19:22:58','','','','publish','closed','closed','','1642','','','2025-09-09 19:04:46','2025-09-09 19:04:46','',910,'https://aggressivegraphix.com/af_pao_fields/1642/',0,'af_pao_fields','',0),(1643,1,'2025-01-09 19:23:21','2025-01-09 19:23:21','','','','publish','closed','closed','','1643','','','2025-09-09 19:04:46','2025-09-09 19:04:46','',1642,'https://aggressivegraphix.com/af_pao_options/1643/',0,'af_pao_options','',0),(1644,1,'2025-01-09 19:23:24','2025-01-09 19:23:24','','','','publish','closed','closed','','1644','','','2025-09-09 19:04:46','2025-09-09 19:04:46','',1642,'https://aggressivegraphix.com/af_pao_options/1644/',0,'af_pao_options','',0),(1645,1,'2025-01-09 19:23:27','2025-01-09 19:23:27','','','','publish','closed','closed','','1645','','','2025-09-09 19:04:46','2025-09-09 19:04:46','',1642,'https://aggressivegraphix.com/af_pao_options/1645/',0,'af_pao_options','',0),(1646,1,'2025-01-09 19:25:37','2025-01-09 19:25:37','','','','publish','closed','closed','','1646','','','2025-09-09 19:04:46','2025-09-09 19:04:46','',910,'https://aggressivegraphix.com/af_pao_fields/1646/',0,'af_pao_fields','',0),(1647,1,'2025-01-09 19:25:58','2025-01-09 19:25:58','','','','publish','closed','closed','','1647','','','2025-09-09 19:04:46','2025-09-09 19:04:46','',1646,'https://aggressivegraphix.com/af_pao_options/1647/',0,'af_pao_options','',0),(1648,1,'2025-01-09 19:26:01','2025-01-09 19:26:01','','','','publish','closed','closed','','1648','','','2025-09-09 19:04:46','2025-09-09 19:04:46','',1646,'https://aggressivegraphix.com/af_pao_options/1648/',0,'af_pao_options','',0),(1649,1,'2025-01-09 19:26:05','2025-01-09 19:26:05','','','','publish','closed','closed','','1649','','','2025-09-09 19:04:46','2025-09-09 19:04:46','',1646,'https://aggressivegraphix.com/af_pao_options/1649/',0,'af_pao_options','',0),(1650,1,'2025-01-09 19:26:08','2025-01-09 19:26:08','','','','publish','closed','closed','','1650','','','2025-09-09 19:04:46','2025-09-09 19:04:46','',1646,'https://aggressivegraphix.com/af_pao_options/1650/',0,'af_pao_options','',0),(1651,1,'2025-01-09 19:26:11','2025-01-09 19:26:11','','','','publish','closed','closed','','1651','','','2025-09-09 19:04:46','2025-09-09 19:04:46','',1646,'https://aggressivegraphix.com/af_pao_options/1651/',0,'af_pao_options','',0),(1652,1,'2025-01-09 19:27:44','2025-01-09 19:27:44','','','','publish','closed','closed','','1652','','','2025-09-09 19:04:46','2025-09-09 19:04:46','',910,'https://aggressivegraphix.com/af_pao_fields/1652/',0,'af_pao_fields','',0),(1653,1,'2025-01-09 19:28:18','2025-01-09 19:28:18','','','','publish','closed','closed','','1653','','','2025-09-09 19:04:46','2025-09-09 19:04:46','',910,'https://aggressivegraphix.com/af_pao_fields/1653/',0,'af_pao_fields','',0),(1654,1,'2025-01-09 19:28:40','2025-01-09 19:28:40','','','','publish','closed','closed','','1654','','','2025-09-09 19:04:46','2025-09-09 19:04:46','',910,'https://aggressivegraphix.com/af_pao_fields/1654/',0,'af_pao_fields','',0),(1655,1,'2025-01-09 19:29:30','2025-01-09 19:29:30','','','','publish','closed','closed','','1655','','','2025-09-09 19:04:46','2025-09-09 19:04:46','',910,'https://aggressivegraphix.com/af_pao_fields/1655/',0,'af_pao_fields','',0),(1656,1,'2025-01-09 20:03:12','2025-01-09 20:03:12','','','','publish','closed','closed','','1656','','','2025-09-09 19:18:03','2025-09-09 19:18:03','',1103,'https://aggressivegraphix.com/af_pao_fields/1656/',0,'af_pao_fields','',0),(1657,1,'2025-01-09 20:06:13','2025-01-09 20:06:13','','','','publish','closed','closed','','1657','','','2025-09-09 19:18:03','2025-09-09 19:18:03','',1103,'https://aggressivegraphix.com/af_pao_fields/1657/',0,'af_pao_fields','',0),(1658,1,'2025-01-09 20:06:35','2025-01-09 20:06:35','','','','publish','closed','closed','','1658','','','2025-09-09 19:18:03','2025-09-09 19:18:03','',1103,'https://aggressivegraphix.com/af_pao_fields/1658/',0,'af_pao_fields','',0),(1659,1,'2025-01-09 20:06:55','2025-01-09 20:06:55','','','','publish','closed','closed','','1659','','','2025-09-09 19:18:03','2025-09-09 19:18:03','',1658,'https://aggressivegraphix.com/af_pao_options/1659/',0,'af_pao_options','',0),(1660,1,'2025-01-09 20:06:58','2025-01-09 20:06:58','','','','publish','closed','closed','','1660','','','2025-09-09 19:18:03','2025-09-09 19:18:03','',1658,'https://aggressivegraphix.com/af_pao_options/1660/',0,'af_pao_options','',0),(1661,1,'2025-01-09 20:07:01','2025-01-09 20:07:01','','','','publish','closed','closed','','1661','','','2025-09-09 19:18:03','2025-09-09 19:18:03','',1658,'https://aggressivegraphix.com/af_pao_options/1661/',0,'af_pao_options','',0),(1662,1,'2025-01-09 20:08:02','2025-01-09 20:08:02','','','','publish','closed','closed','','1662','','','2025-09-09 19:18:02','2025-09-09 19:18:02','',1103,'https://aggressivegraphix.com/af_pao_fields/1662/',0,'af_pao_fields','',0),(1663,1,'2025-01-09 20:08:22','2025-01-09 20:08:22','','','','publish','closed','closed','','1663','','','2025-09-09 19:18:03','2025-09-09 19:18:03','',1662,'https://aggressivegraphix.com/af_pao_options/1663/',0,'af_pao_options','',0),(1664,1,'2025-01-09 20:08:24','2025-01-09 20:08:24','','','','publish','closed','closed','','1664','','','2025-09-09 19:18:03','2025-09-09 19:18:03','',1662,'https://aggressivegraphix.com/af_pao_options/1664/',0,'af_pao_options','',0),(1665,1,'2025-01-09 20:08:27','2025-01-09 20:08:27','','','','publish','closed','closed','','1665','','','2025-09-09 19:18:03','2025-09-09 19:18:03','',1662,'https://aggressivegraphix.com/af_pao_options/1665/',0,'af_pao_options','',0),(1666,1,'2025-01-09 20:08:29','2025-01-09 20:08:29','','','','publish','closed','closed','','1666','','','2025-09-09 19:18:03','2025-09-09 19:18:03','',1662,'https://aggressivegraphix.com/af_pao_options/1666/',0,'af_pao_options','',0),(1667,1,'2025-01-09 20:08:32','2025-01-09 20:08:32','','','','publish','closed','closed','','1667','','','2025-09-09 19:18:02','2025-09-09 19:18:02','',1662,'https://aggressivegraphix.com/af_pao_options/1667/',0,'af_pao_options','',0),(1668,1,'2025-01-09 20:09:36','2025-01-09 20:09:36','','','','publish','closed','closed','','1668','','','2025-09-09 19:18:02','2025-09-09 19:18:02','',1103,'https://aggressivegraphix.com/af_pao_fields/1668/',0,'af_pao_fields','',0),(1669,1,'2025-01-09 20:10:01','2025-01-09 20:10:01','','','','publish','closed','closed','','1669','','','2025-09-09 19:18:02','2025-09-09 19:18:02','',1103,'https://aggressivegraphix.com/af_pao_fields/1669/',0,'af_pao_fields','',0),(1670,1,'2025-01-09 20:10:26','2025-01-09 20:10:26','','','','publish','closed','closed','','1670','','','2025-09-09 19:18:02','2025-09-09 19:18:02','',1103,'https://aggressivegraphix.com/af_pao_fields/1670/',0,'af_pao_fields','',0),(1671,1,'2025-01-09 20:10:55','2025-01-09 20:10:55','','','','publish','closed','closed','','1671','','','2025-09-09 19:18:02','2025-09-09 19:18:02','',1103,'https://aggressivegraphix.com/af_pao_fields/1671/',0,'af_pao_fields','',0),(1672,1,'2025-01-09 20:37:17','2025-01-09 20:37:17','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--20)\"><!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"20px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"616px\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:20px\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"1.1\",\"letterSpacing\":\"-1px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|custom-ag-red\"}}}},\"textColor\":\"custom-ag-red\"} -->\n<h1 class=\"wp-block-heading has-text-align-center has-custom-ag-red-color has-text-color has-link-color\" style=\"font-size:42px;font-style:normal;font-weight:300;letter-spacing:-1px;line-height:1.1\">Premier motorsports graphics and vehicle wraps</h1>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":911,\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-large\"><img src=\"https://transvelo.github.io/eride/assets/images/e-bikes-1.png\" alt=\"\" class=\"wp-image-911\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"26px\",\"right\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"bottom\":\"32px\",\"left\":\"40px\",\"right\":\"var:preset|spacing|30\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"custom-ag-red\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-custom-ag-red-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:var(--wp--preset--spacing--30);padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"27px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:27px;font-style:normal;font-weight:600;line-height:1.2\">Shop moto and accessories</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":1121,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"grid-span-full is-style-rounded\",\"style\":{\"border\":{\"radius\":\"25px\"}}} -->\n<figure class=\"grid-span-full is-style-rounded wp-block-image size-full has-custom-border\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/wrapsservices-1.png\" alt=\"\" class=\"wp-image-1121\" style=\"border-radius:25px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"right\":\"26px\",\"left\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"left\":\"19px\",\"right\":\"0px\",\"bottom\":\"32px\"},\"blockGap\":\"15px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"custom-ag-red\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-custom-ag-red-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:0px;padding-bottom:32px;padding-left:19px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"24px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:24px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/wraps-and-tint/\" data-type=\"page\" data-id=\"95\">Vehicle wraps and window tinting</a><a href=\"#\">Vehicle wraps and services</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"home-v3-banner-2\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"28px\",\"margin\":{\"top\":\"25px\"},\"padding\":{\"bottom\":\"29px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:25px;padding-bottom:29px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/ride.png\",\"id\":78,\"dimRatio\":0,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-78\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/ride.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"136px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"right\":\"0\",\"left\":\"0\"}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"margin-right:0;margin-left:0;font-size:23px;font-style:normal;font-weight:600\">Bike Graphics</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--20)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"className\":\"flex-sm-wrap\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"flex-sm-wrap wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/2tonegripper.png\",\"id\":453,\"dimRatio\":0,\"customOverlayColor\":\"#db4242\",\"isUserOverlayColor\":true,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#db4242\"></span><img class=\"wp-block-cover__image-background wp-image-453\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/2tonegripper.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"left\":\"11px\",\"top\":\"19px\",\"bottom\":\"19px\",\"right\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"159px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:0;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"23px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-gray-100-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Seat covers</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"24px\"}}}} -->\n<div style=\"margin-bottom:24px;height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--10)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/kopia.png\",\"id\":77,\"dimRatio\":0,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-77\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/kopia.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Plastic kits</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:0\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/components.png\",\"id\":126,\"dimRatio\":0,\"minHeight\":295,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:295px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-126\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/components.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\",\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"className\":\"is-style-default\",\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"is-style-default wp-block-heading has-contrast-2-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Custom canopies</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|40\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--40);height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--40)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/equipment.png\",\"id\":127,\"dimRatio\":0,\"minHeight\":295,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:295px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-127\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/equipment.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\",\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"spacing\":{\"margin\":{\"bottom\":\"0px\"}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-contrast-2-color has-text-color has-link-color\" style=\"margin-bottom:0px;font-size:23px;font-style:normal;font-weight:600\">Jersey lettering</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|40\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--40);height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--40)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Home-v1-Feature\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"42px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:42px\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-right:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:columns {\"align\":\"wide\",\"className\":\"eride-scroll home-feature\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"0px\"},\"padding\":{\"right\":\"10px\",\"left\":\"10px\"}}}} -->\n<div class=\"eride-scroll home-feature wp-block-columns alignwide\" style=\"padding-right:10px;padding-left:10px\"><!-- wp:column {\"width\":\"29%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:29%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":635,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/delivery-icon.svg\" alt=\"\" class=\"wp-image-635\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">free delivery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38\">from $50</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"32%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:32%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":652,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/chat-icon.svg\" alt=\"\" class=\"wp-image-652\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">99% customer</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38;text-transform:capitalize\">feedbacks</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"27%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:27%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"20px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":636,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/return-icon.svg\" alt=\"\" class=\"wp-image-636\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">365 days</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38\">for free return</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"20%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:20%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":637,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/payment-icon.svg\" alt=\"\" class=\"wp-image-637\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"4px\",\"left\":\"4px\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-right:4px;padding-left:4px;flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">payment</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38;text-transform:capitalize\">secure system</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Home V3','','inherit','closed','closed','','430-revision-v1','','','2025-01-09 20:37:17','2025-01-09 20:37:17','',430,'https://aggressivegraphix.com/?p=1672',0,'revision','',0),(1673,1,'2025-01-09 20:38:41','2025-01-09 20:38:41','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--20)\"><!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"20px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"616px\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:20px\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"1.1\",\"letterSpacing\":\"-1px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|custom-ag-red\"}}}},\"textColor\":\"custom-ag-red\"} -->\n<h1 class=\"wp-block-heading has-text-align-center has-custom-ag-red-color has-text-color has-link-color\" style=\"font-size:42px;font-style:normal;font-weight:300;letter-spacing:-1px;line-height:1.1\">Premier motorsports graphics and vehicle wraps</h1>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":911,\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-large\"><img src=\"https://transvelo.github.io/eride/assets/images/e-bikes-1.png\" alt=\"\" class=\"wp-image-911\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"26px\",\"right\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"bottom\":\"32px\",\"left\":\"40px\",\"right\":\"var:preset|spacing|30\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"custom-ag-red\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-custom-ag-red-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:var(--wp--preset--spacing--30);padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"27px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:27px;font-style:normal;font-weight:600;line-height:1.2\">Shop moto and accessories</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":1121,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"grid-span-full is-style-rounded\",\"style\":{\"border\":{\"radius\":\"25px\"}}} -->\n<figure class=\"grid-span-full is-style-rounded wp-block-image size-full has-custom-border\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/wrapsservices-1.png\" alt=\"\" class=\"wp-image-1121\" style=\"border-radius:25px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"right\":\"26px\",\"left\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"left\":\"19px\",\"right\":\"0px\",\"bottom\":\"32px\"},\"blockGap\":\"15px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"custom-ag-red\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-custom-ag-red-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:0px;padding-bottom:32px;padding-left:19px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"24px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:24px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/wraps-and-tint/\" data-type=\"page\" data-id=\"95\"></a><a href=\"https://aggressivegraphix.com/wraps-and-tint/\" data-type=\"page\" data-id=\"95\">Vehicle wraps and services</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"home-v3-banner-2\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"28px\",\"margin\":{\"top\":\"25px\"},\"padding\":{\"bottom\":\"29px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:25px;padding-bottom:29px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/ride.png\",\"id\":78,\"dimRatio\":0,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-78\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/ride.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"136px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"right\":\"0\",\"left\":\"0\"}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"margin-right:0;margin-left:0;font-size:23px;font-style:normal;font-weight:600\">Bike Graphics</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--20)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"className\":\"flex-sm-wrap\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"flex-sm-wrap wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/2tonegripper.png\",\"id\":453,\"dimRatio\":0,\"customOverlayColor\":\"#db4242\",\"isUserOverlayColor\":true,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#db4242\"></span><img class=\"wp-block-cover__image-background wp-image-453\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/2tonegripper.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"left\":\"11px\",\"top\":\"19px\",\"bottom\":\"19px\",\"right\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"159px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:0;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"23px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-gray-100-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Seat covers</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"24px\"}}}} -->\n<div style=\"margin-bottom:24px;height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--10)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/kopia.png\",\"id\":77,\"dimRatio\":0,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-77\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/kopia.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Plastic kits</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:0\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/components.png\",\"id\":126,\"dimRatio\":0,\"minHeight\":295,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:295px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-126\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/components.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\",\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"className\":\"is-style-default\",\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"is-style-default wp-block-heading has-contrast-2-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Custom canopies</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|40\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--40);height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--40)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/equipment.png\",\"id\":127,\"dimRatio\":0,\"minHeight\":295,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:295px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-127\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/equipment.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\",\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"spacing\":{\"margin\":{\"bottom\":\"0px\"}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-contrast-2-color has-text-color has-link-color\" style=\"margin-bottom:0px;font-size:23px;font-style:normal;font-weight:600\">Jersey lettering</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|40\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--40);height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--40)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Home-v1-Feature\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"42px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:42px\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-right:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:columns {\"align\":\"wide\",\"className\":\"eride-scroll home-feature\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"0px\"},\"padding\":{\"right\":\"10px\",\"left\":\"10px\"}}}} -->\n<div class=\"eride-scroll home-feature wp-block-columns alignwide\" style=\"padding-right:10px;padding-left:10px\"><!-- wp:column {\"width\":\"29%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:29%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":635,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/delivery-icon.svg\" alt=\"\" class=\"wp-image-635\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">free delivery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38\">from $50</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"32%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:32%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":652,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/chat-icon.svg\" alt=\"\" class=\"wp-image-652\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">99% customer</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38;text-transform:capitalize\">feedbacks</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"27%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:27%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"20px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":636,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/return-icon.svg\" alt=\"\" class=\"wp-image-636\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">365 days</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38\">for free return</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"20%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:20%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":637,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/payment-icon.svg\" alt=\"\" class=\"wp-image-637\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"4px\",\"left\":\"4px\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-right:4px;padding-left:4px;flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">payment</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38;text-transform:capitalize\">secure system</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Home V3','','inherit','closed','closed','','430-revision-v1','','','2025-01-09 20:38:41','2025-01-09 20:38:41','',430,'https://aggressivegraphix.com/?p=1673',0,'revision','',0),(1674,1,'2025-01-09 20:39:40','2025-01-09 20:39:40','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--20)\"><!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"20px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"616px\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:20px\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"1.1\",\"letterSpacing\":\"-1px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|custom-ag-red\"}}}},\"textColor\":\"custom-ag-red\"} -->\n<h1 class=\"wp-block-heading has-text-align-center has-custom-ag-red-color has-text-color has-link-color\" style=\"font-size:42px;font-style:normal;font-weight:300;letter-spacing:-1px;line-height:1.1\">Premier motorsports graphics and vehicle wraps</h1>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":911,\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-large\"><img src=\"https://transvelo.github.io/eride/assets/images/e-bikes-1.png\" alt=\"\" class=\"wp-image-911\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"26px\",\"right\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"bottom\":\"32px\",\"left\":\"40px\",\"right\":\"var:preset|spacing|30\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"custom-ag-red\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-custom-ag-red-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:var(--wp--preset--spacing--30);padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"27px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:27px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/shop/\" data-type=\"page\" data-id=\"6\">Shop moto and accessories</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":1121,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"grid-span-full is-style-rounded\",\"style\":{\"border\":{\"radius\":\"25px\"}}} -->\n<figure class=\"grid-span-full is-style-rounded wp-block-image size-full has-custom-border\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/wrapsservices-1.png\" alt=\"\" class=\"wp-image-1121\" style=\"border-radius:25px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"right\":\"26px\",\"left\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"left\":\"19px\",\"right\":\"0px\",\"bottom\":\"32px\"},\"blockGap\":\"15px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"custom-ag-red\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-custom-ag-red-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:0px;padding-bottom:32px;padding-left:19px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"24px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:24px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/wraps-and-tint/\" data-type=\"page\" data-id=\"95\"></a><a href=\"https://aggressivegraphix.com/wraps-and-tint/\" data-type=\"page\" data-id=\"95\">Vehicle wraps and services</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"home-v3-banner-2\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"28px\",\"margin\":{\"top\":\"25px\"},\"padding\":{\"bottom\":\"29px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:25px;padding-bottom:29px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/ride.png\",\"id\":78,\"dimRatio\":0,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-78\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/ride.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"136px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"right\":\"0\",\"left\":\"0\"}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"margin-right:0;margin-left:0;font-size:23px;font-style:normal;font-weight:600\">Bike Graphics</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--20)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"className\":\"flex-sm-wrap\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"flex-sm-wrap wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/2tonegripper.png\",\"id\":453,\"dimRatio\":0,\"customOverlayColor\":\"#db4242\",\"isUserOverlayColor\":true,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#db4242\"></span><img class=\"wp-block-cover__image-background wp-image-453\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/2tonegripper.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"left\":\"11px\",\"top\":\"19px\",\"bottom\":\"19px\",\"right\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"159px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:0;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"23px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-gray-100-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Seat covers</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"24px\"}}}} -->\n<div style=\"margin-bottom:24px;height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--10)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/kopia.png\",\"id\":77,\"dimRatio\":0,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-77\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/kopia.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Plastic kits</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:0\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/components.png\",\"id\":126,\"dimRatio\":0,\"minHeight\":295,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:295px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-126\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/components.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\",\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"className\":\"is-style-default\",\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"is-style-default wp-block-heading has-contrast-2-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Custom canopies</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|40\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--40);height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--40)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/equipment.png\",\"id\":127,\"dimRatio\":0,\"minHeight\":295,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:295px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-127\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/equipment.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\",\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"spacing\":{\"margin\":{\"bottom\":\"0px\"}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-contrast-2-color has-text-color has-link-color\" style=\"margin-bottom:0px;font-size:23px;font-style:normal;font-weight:600\">Jersey lettering</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|40\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--40);height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--40)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Home-v1-Feature\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"42px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:42px\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-right:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:columns {\"align\":\"wide\",\"className\":\"eride-scroll home-feature\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"0px\"},\"padding\":{\"right\":\"10px\",\"left\":\"10px\"}}}} -->\n<div class=\"eride-scroll home-feature wp-block-columns alignwide\" style=\"padding-right:10px;padding-left:10px\"><!-- wp:column {\"width\":\"29%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:29%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":635,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/delivery-icon.svg\" alt=\"\" class=\"wp-image-635\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">free delivery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38\">from $50</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"32%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:32%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":652,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/chat-icon.svg\" alt=\"\" class=\"wp-image-652\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">99% customer</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38;text-transform:capitalize\">feedbacks</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"27%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:27%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"20px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":636,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/return-icon.svg\" alt=\"\" class=\"wp-image-636\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">365 days</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38\">for free return</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"20%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:20%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":637,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/payment-icon.svg\" alt=\"\" class=\"wp-image-637\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"4px\",\"left\":\"4px\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-right:4px;padding-left:4px;flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">payment</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38;text-transform:capitalize\">secure system</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Home V3','','inherit','closed','closed','','430-revision-v1','','','2025-01-09 20:39:40','2025-01-09 20:39:40','',430,'https://aggressivegraphix.com/?p=1674',0,'revision','',0),(1675,1,'2025-01-09 20:42:32','2025-01-09 20:42:32','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--20)\"><!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"20px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"616px\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:20px\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"1.1\",\"letterSpacing\":\"-1px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|custom-ag-red\"}}}},\"textColor\":\"custom-ag-red\"} -->\n<h1 class=\"wp-block-heading has-text-align-center has-custom-ag-red-color has-text-color has-link-color\" style=\"font-size:42px;font-style:normal;font-weight:300;letter-spacing:-1px;line-height:1.1\">Premier motorsports graphics and vehicle wraps</h1>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":911,\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-large\"><img src=\"https://transvelo.github.io/eride/assets/images/e-bikes-1.png\" alt=\"\" class=\"wp-image-911\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"26px\",\"right\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"bottom\":\"32px\",\"left\":\"40px\",\"right\":\"var:preset|spacing|30\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"custom-ag-red\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-custom-ag-red-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:var(--wp--preset--spacing--30);padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"27px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:27px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/shop/\" data-type=\"page\" data-id=\"6\">Shop moto and accessories</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":1121,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"grid-span-full is-style-rounded\",\"style\":{\"border\":{\"radius\":\"25px\"}}} -->\n<figure class=\"grid-span-full is-style-rounded wp-block-image size-full has-custom-border\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/wrapsservices-1.png\" alt=\"\" class=\"wp-image-1121\" style=\"border-radius:25px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"right\":\"26px\",\"left\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"left\":\"19px\",\"right\":\"0px\",\"bottom\":\"32px\"},\"blockGap\":\"15px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"custom-ag-red\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-custom-ag-red-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:0px;padding-bottom:32px;padding-left:19px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"24px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:24px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/wraps-and-tint/\" data-type=\"page\" data-id=\"95\"></a><a href=\"https://aggressivegraphix.com/wraps-and-tint/\" data-type=\"page\" data-id=\"95\">Vehicle wraps and services</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"home-v3-banner-2\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"28px\",\"margin\":{\"top\":\"25px\"},\"padding\":{\"bottom\":\"29px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:25px;padding-bottom:29px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/ride.png\",\"id\":78,\"dimRatio\":0,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-78\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/ride.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"136px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"right\":\"0\",\"left\":\"0\"}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"margin-right:0;margin-left:0;font-size:23px;font-style:normal;font-weight:600\">Bike Graphics</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--20)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/outfit-bike/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"className\":\"flex-sm-wrap\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"flex-sm-wrap wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/2tonegripper.png\",\"id\":453,\"dimRatio\":0,\"customOverlayColor\":\"#db4242\",\"isUserOverlayColor\":true,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#db4242\"></span><img class=\"wp-block-cover__image-background wp-image-453\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/2tonegripper.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"left\":\"11px\",\"top\":\"19px\",\"bottom\":\"19px\",\"right\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"159px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:0;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"23px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-gray-100-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Seat covers</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"24px\"}}}} -->\n<div style=\"margin-bottom:24px;height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--10)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/outfit-bike/seat-covers/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/kopia.png\",\"id\":77,\"dimRatio\":0,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-77\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/kopia.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Plastic kits</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:0\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/outfit-bike/plastic-kits/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/components.png\",\"id\":126,\"dimRatio\":0,\"minHeight\":295,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:295px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-126\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/components.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\",\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"className\":\"is-style-default\",\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"is-style-default wp-block-heading has-contrast-2-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Custom canopies</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|40\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--40);height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--40)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/canopies-and-accessories/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/equipment.png\",\"id\":127,\"dimRatio\":0,\"minHeight\":295,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:295px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-127\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/equipment.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\",\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"spacing\":{\"margin\":{\"bottom\":\"0px\"}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-contrast-2-color has-text-color has-link-color\" style=\"margin-bottom:0px;font-size:23px;font-style:normal;font-weight:600\">Jersey lettering</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|40\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--40);height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--40)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/rider-accessories/jersey-lettering/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Home-v1-Feature\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"42px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:42px\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-right:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:columns {\"align\":\"wide\",\"className\":\"eride-scroll home-feature\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"0px\"},\"padding\":{\"right\":\"10px\",\"left\":\"10px\"}}}} -->\n<div class=\"eride-scroll home-feature wp-block-columns alignwide\" style=\"padding-right:10px;padding-left:10px\"><!-- wp:column {\"width\":\"29%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:29%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":635,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/delivery-icon.svg\" alt=\"\" class=\"wp-image-635\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">free delivery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38\">from $50</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"32%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:32%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":652,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/chat-icon.svg\" alt=\"\" class=\"wp-image-652\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">99% customer</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38;text-transform:capitalize\">feedbacks</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"27%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:27%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"20px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":636,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/return-icon.svg\" alt=\"\" class=\"wp-image-636\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">365 days</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38\">for free return</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"20%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:20%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":637,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/payment-icon.svg\" alt=\"\" class=\"wp-image-637\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"4px\",\"left\":\"4px\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-right:4px;padding-left:4px;flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">payment</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38;text-transform:capitalize\">secure system</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Home V3','','inherit','closed','closed','','430-revision-v1','','','2025-01-09 20:42:32','2025-01-09 20:42:32','',430,'https://aggressivegraphix.com/?p=1675',0,'revision','',0),(1676,1,'2025-01-09 20:44:47','2025-01-09 20:44:47','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--20)\"><!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"20px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"616px\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:20px\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"1.1\",\"letterSpacing\":\"-1px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|custom-ag-red\"}}}},\"textColor\":\"custom-ag-red\"} -->\n<h1 class=\"wp-block-heading has-text-align-center has-custom-ag-red-color has-text-color has-link-color\" style=\"font-size:42px;font-style:normal;font-weight:300;letter-spacing:-1px;line-height:1.1\">Premier motorsports graphics and vehicle wraps</h1>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":911,\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-large\"><img src=\"https://transvelo.github.io/eride/assets/images/e-bikes-1.png\" alt=\"\" class=\"wp-image-911\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"26px\",\"right\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"bottom\":\"32px\",\"left\":\"40px\",\"right\":\"var:preset|spacing|30\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"custom-ag-red\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-custom-ag-red-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:var(--wp--preset--spacing--30);padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"27px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:27px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"/product-category/outfit-bike/\" data-type=\"page\" data-id=\"6\">Shop <a style=\"font-size: clamp(17.371px, -2.8544px + 1.086rem + 0.892vw, 27px); font-family: var(--wp--preset--font-family--body); display: inline !important;\" href=\"https://aggressivegraphix.com/shop/\" data-type=\"page\" data-id=\"6\">moto and accessories</a></a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":1121,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"grid-span-full is-style-rounded\",\"style\":{\"border\":{\"radius\":\"25px\"}}} -->\n<figure class=\"grid-span-full is-style-rounded wp-block-image size-full has-custom-border\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/wrapsservices-1.png\" alt=\"\" class=\"wp-image-1121\" style=\"border-radius:25px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"right\":\"26px\",\"left\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"left\":\"19px\",\"right\":\"0px\",\"bottom\":\"32px\"},\"blockGap\":\"15px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"custom-ag-red\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-custom-ag-red-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:0px;padding-bottom:32px;padding-left:19px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"24px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:24px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/wraps-and-tint/\" data-type=\"page\" data-id=\"95\"></a><a href=\"https://aggressivegraphix.com/wraps-and-tint/\" data-type=\"page\" data-id=\"95\">Vehicle wraps and services</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"home-v3-banner-2\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"28px\",\"margin\":{\"top\":\"25px\"},\"padding\":{\"bottom\":\"29px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:25px;padding-bottom:29px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/ride.png\",\"id\":78,\"dimRatio\":0,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-78\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/ride.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"136px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"right\":\"0\",\"left\":\"0\"}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"margin-right:0;margin-left:0;font-size:23px;font-style:normal;font-weight:600\">Bike Graphics</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--20)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/outfit-bike/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"className\":\"flex-sm-wrap\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"flex-sm-wrap wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/2tonegripper.png\",\"id\":453,\"dimRatio\":0,\"customOverlayColor\":\"#db4242\",\"isUserOverlayColor\":true,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#db4242\"></span><img class=\"wp-block-cover__image-background wp-image-453\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/2tonegripper.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"left\":\"11px\",\"top\":\"19px\",\"bottom\":\"19px\",\"right\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"159px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:0;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"23px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-gray-100-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Seat covers</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"24px\"}}}} -->\n<div style=\"margin-bottom:24px;height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--10)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/outfit-bike/seat-covers/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/kopia.png\",\"id\":77,\"dimRatio\":0,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-77\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/kopia.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Plastic kits</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:0\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/outfit-bike/plastic-kits/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/components.png\",\"id\":126,\"dimRatio\":0,\"minHeight\":295,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:295px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-126\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/components.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\",\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"className\":\"is-style-default\",\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"is-style-default wp-block-heading has-contrast-2-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Custom canopies</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|40\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--40);height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--40)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/equipment.png\",\"id\":127,\"dimRatio\":0,\"minHeight\":295,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:295px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-127\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/equipment.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\",\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"spacing\":{\"margin\":{\"bottom\":\"0px\"}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-contrast-2-color has-text-color has-link-color\" style=\"margin-bottom:0px;font-size:23px;font-style:normal;font-weight:600\">Jersey lettering</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|40\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--40);height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--40)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/rider-accessories/jersey-lettering/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Home-v1-Feature\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"42px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:42px\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-right:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:columns {\"align\":\"wide\",\"className\":\"eride-scroll home-feature\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"0px\"},\"padding\":{\"right\":\"10px\",\"left\":\"10px\"}}}} -->\n<div class=\"eride-scroll home-feature wp-block-columns alignwide\" style=\"padding-right:10px;padding-left:10px\"><!-- wp:column {\"width\":\"29%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:29%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":635,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/delivery-icon.svg\" alt=\"\" class=\"wp-image-635\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">free delivery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38\">from $50</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"32%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:32%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":652,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/chat-icon.svg\" alt=\"\" class=\"wp-image-652\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">99% customer</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38;text-transform:capitalize\">feedbacks</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"27%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:27%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"20px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":636,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/return-icon.svg\" alt=\"\" class=\"wp-image-636\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">365 days</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38\">for free return</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"20%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:20%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":637,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/payment-icon.svg\" alt=\"\" class=\"wp-image-637\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"4px\",\"left\":\"4px\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-right:4px;padding-left:4px;flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">payment</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38;text-transform:capitalize\">secure system</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Home V3','','inherit','closed','closed','','430-revision-v1','','','2025-01-09 20:44:47','2025-01-09 20:44:47','',430,'https://aggressivegraphix.com/?p=1676',0,'revision','',0),(1677,1,'2025-01-09 20:47:16','2025-01-09 20:47:16','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--20)\"><!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"20px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"616px\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:20px\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"1.1\",\"letterSpacing\":\"-1px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|custom-ag-red\"}}}},\"textColor\":\"custom-ag-red\"} -->\n<h1 class=\"wp-block-heading has-text-align-center has-custom-ag-red-color has-text-color has-link-color\" style=\"font-size:42px;font-style:normal;font-weight:300;letter-spacing:-1px;line-height:1.1\">Premier motorsports graphics and vehicle wraps</h1>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":911,\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-large\"><img src=\"https://transvelo.github.io/eride/assets/images/e-bikes-1.png\" alt=\"\" class=\"wp-image-911\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"26px\",\"right\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"bottom\":\"32px\",\"left\":\"40px\",\"right\":\"var:preset|spacing|30\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"custom-ag-red\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-custom-ag-red-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:var(--wp--preset--spacing--30);padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"27px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:27px;font-style:normal;font-weight:600;line-height:1.2\"><a style=\"font-size: clamp(17.371px, -2.8544px + 1.086rem + 0.892vw, 27px); font-family: var(--wp--preset--font-family--body); display: inline !important;\" href=\"https://aggressivegraphix.com/shop/\" data-type=\"page\" data-id=\"6\">Shop moto and accessories</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":1121,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"grid-span-full is-style-rounded\",\"style\":{\"border\":{\"radius\":\"25px\"}}} -->\n<figure class=\"grid-span-full is-style-rounded wp-block-image size-full has-custom-border\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/wrapsservices-1.png\" alt=\"\" class=\"wp-image-1121\" style=\"border-radius:25px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"right\":\"26px\",\"left\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"left\":\"19px\",\"right\":\"0px\",\"bottom\":\"32px\"},\"blockGap\":\"15px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"custom-ag-red\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-custom-ag-red-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:0px;padding-bottom:32px;padding-left:19px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"24px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:24px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/wraps-and-tint/\" data-type=\"page\" data-id=\"95\"></a><a href=\"https://aggressivegraphix.com/wraps-and-tint/\" data-type=\"page\" data-id=\"95\">Vehicle wraps and services</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"home-v3-banner-2\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"28px\",\"margin\":{\"top\":\"25px\"},\"padding\":{\"bottom\":\"29px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:25px;padding-bottom:29px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/ride.png\",\"id\":78,\"dimRatio\":0,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-78\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/ride.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"136px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"right\":\"0\",\"left\":\"0\"}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"margin-right:0;margin-left:0;font-size:23px;font-style:normal;font-weight:600\">Bike Graphics</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--20)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/outfit-bike/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"className\":\"flex-sm-wrap\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"flex-sm-wrap wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/2tonegripper.png\",\"id\":453,\"dimRatio\":0,\"customOverlayColor\":\"#db4242\",\"isUserOverlayColor\":true,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#db4242\"></span><img class=\"wp-block-cover__image-background wp-image-453\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/2tonegripper.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"left\":\"11px\",\"top\":\"19px\",\"bottom\":\"19px\",\"right\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"159px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:0;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"23px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-gray-100-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Seat covers</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"24px\"}}}} -->\n<div style=\"margin-bottom:24px;height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--10)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/outfit-bike/seat-covers/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/kopia.png\",\"id\":77,\"dimRatio\":0,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-77\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/kopia.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Plastic kits</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:0\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/outfit-bike/plastic-kits/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/components.png\",\"id\":126,\"dimRatio\":0,\"minHeight\":295,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:295px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-126\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/components.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\",\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"className\":\"is-style-default\",\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"is-style-default wp-block-heading has-contrast-2-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Custom canopies</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|40\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--40);height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--40)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/equipment.png\",\"id\":127,\"dimRatio\":0,\"minHeight\":295,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:295px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-127\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/equipment.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\",\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"spacing\":{\"margin\":{\"bottom\":\"0px\"}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-contrast-2-color has-text-color has-link-color\" style=\"margin-bottom:0px;font-size:23px;font-style:normal;font-weight:600\">Jersey lettering</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|40\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--40);height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--40)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/rider-accessories/jersey-lettering/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Home-v1-Feature\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"42px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:42px\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-right:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:columns {\"align\":\"wide\",\"className\":\"eride-scroll home-feature\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"0px\"},\"padding\":{\"right\":\"10px\",\"left\":\"10px\"}}}} -->\n<div class=\"eride-scroll home-feature wp-block-columns alignwide\" style=\"padding-right:10px;padding-left:10px\"><!-- wp:column {\"width\":\"29%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:29%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":635,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/delivery-icon.svg\" alt=\"\" class=\"wp-image-635\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">free delivery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38\">from $50</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"32%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:32%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":652,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/chat-icon.svg\" alt=\"\" class=\"wp-image-652\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">99% customer</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38;text-transform:capitalize\">feedbacks</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"27%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:27%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"20px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":636,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/return-icon.svg\" alt=\"\" class=\"wp-image-636\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">365 days</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38\">for free return</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"20%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:20%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":637,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/payment-icon.svg\" alt=\"\" class=\"wp-image-637\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"4px\",\"left\":\"4px\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-right:4px;padding-left:4px;flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">payment</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38;text-transform:capitalize\">secure system</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Home V3','','inherit','closed','closed','','430-revision-v1','','','2025-01-09 20:47:16','2025-01-09 20:47:16','',430,'https://aggressivegraphix.com/?p=1677',0,'revision','',0),(1683,1,'2025-01-09 22:44:39','2025-01-09 22:44:39','','seatcover-blankchoice','','inherit','open','closed','','seatcover-blankchoice','','','2025-09-09 16:08:12','2025-09-09 16:08:12','',1490,'https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-blankchoice.png',0,'attachment','image/webp',0),(1703,1,'2025-01-09 23:05:46','2025-01-09 23:05:46','','nofill','','inherit','open','closed','','nofill','','','2025-09-09 16:08:09','2025-09-09 16:08:09','',1490,'https://aggressivegraphix.com/wp-content/uploads/2024/12/nofill.png',0,'attachment','image/webp',0),(1724,1,'2025-01-09 23:30:07','2025-01-09 23:30:07','','seatcover-Stripes-black','','inherit','open','closed','','seatcover-stripes-black','','','2025-09-09 16:08:06','2025-09-09 16:08:06','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-Stripes-black.png',0,'attachment','image/webp',0),(1725,1,'2025-01-09 23:30:09','2025-01-09 23:30:09','','seatcover-Stripes-coolgrey','','inherit','open','closed','','seatcover-stripes-coolgrey','','','2025-09-09 16:08:02','2025-09-09 16:08:02','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-Stripes-coolgrey.png',0,'attachment','image/webp',0),(1726,1,'2025-01-09 23:30:11','2025-01-09 23:30:11','','seatcover-Stripes-flop','','inherit','open','closed','','seatcover-stripes-flop','','','2025-09-09 16:07:59','2025-09-09 16:07:59','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-Stripes-flop.png',0,'attachment','image/webp',0),(1727,1,'2025-01-09 23:30:12','2025-01-09 23:30:12','','seatcover-Stripes-floy','','inherit','open','closed','','seatcover-stripes-floy','','','2025-09-09 16:07:56','2025-09-09 16:07:56','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-Stripes-floy.png',0,'attachment','image/webp',0),(1728,1,'2025-01-09 23:30:13','2025-01-09 23:30:13','','seatcover-Stripes-gasgas','','inherit','open','closed','','seatcover-stripes-gasgas','','','2025-09-09 16:07:54','2025-09-09 16:07:54','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-Stripes-gasgas.png',0,'attachment','image/webp',0),(1729,1,'2025-01-09 23:30:15','2025-01-09 23:30:15','','seatcover-Stripes-honda','','inherit','open','closed','','seatcover-stripes-honda','','','2025-09-09 16:07:51','2025-09-09 16:07:51','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-Stripes-honda.png',0,'attachment','image/webp',0),(1730,1,'2025-01-09 23:30:17','2025-01-09 23:30:17','','seatcover-Stripes-kawi','','inherit','open','closed','','seatcover-stripes-kawi','','','2025-09-09 16:07:48','2025-09-09 16:07:48','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-Stripes-kawi.png',0,'attachment','image/webp',0),(1731,1,'2025-01-09 23:30:19','2025-01-09 23:30:19','','seatcover-Stripes-ktm','','inherit','open','closed','','seatcover-stripes-ktm','','','2025-09-09 16:07:45','2025-09-09 16:07:45','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-Stripes-ktm.png',0,'attachment','image/webp',0),(1732,1,'2025-01-09 23:30:21','2025-01-09 23:30:21','','seatcover-Stripes-lblue','','inherit','open','closed','','seatcover-stripes-lblue','','','2025-09-09 16:07:42','2025-09-09 16:07:42','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-Stripes-lblue.png',0,'attachment','image/webp',0),(1733,1,'2025-01-09 23:30:23','2025-01-09 23:30:23','','seatcover-Stripes-navy','','inherit','open','closed','','seatcover-stripes-navy','','','2025-09-09 16:07:40','2025-09-09 16:07:40','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-Stripes-navy.png',0,'attachment','image/webp',0),(1734,1,'2025-01-09 23:30:24','2025-01-09 23:30:24','','seatcover-Stripes-purple','','inherit','open','closed','','seatcover-stripes-purple','','','2025-09-09 16:07:36','2025-09-09 16:07:36','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-Stripes-purple.png',0,'attachment','image/webp',0),(1735,1,'2025-01-09 23:30:25','2025-01-09 23:30:25','','seatcover-Stripes-ruby','','inherit','open','closed','','seatcover-stripes-ruby','','','2025-09-09 16:07:32','2025-09-09 16:07:32','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-Stripes-ruby.png',0,'attachment','image/webp',0),(1736,1,'2025-01-09 23:30:27','2025-01-09 23:30:27','','seatcover-Stripes-seafoam','','inherit','open','closed','','seatcover-stripes-seafoam','','','2025-09-09 16:07:28','2025-09-09 16:07:28','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-Stripes-seafoam.png',0,'attachment','image/webp',0),(1737,1,'2025-01-09 23:30:29','2025-01-09 23:30:29','','seatcover-StripesShading','','inherit','open','closed','','seatcover-stripesshading','','','2025-09-09 16:07:25','2025-09-09 16:07:25','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-StripesShading.png',0,'attachment','image/webp',0),(1738,1,'2025-01-09 23:30:30','2025-01-09 23:30:30','','seatcover-Stripes-suzuki','','inherit','open','closed','','seatcover-stripes-suzuki','','','2025-09-09 16:07:21','2025-09-09 16:07:21','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-Stripes-suzuki.png',0,'attachment','image/webp',0),(1739,1,'2025-01-09 23:30:32','2025-01-09 23:30:32','','seatcover-Stripes-teal','','inherit','open','closed','','seatcover-stripes-teal','','','2025-09-09 16:07:18','2025-09-09 16:07:18','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-Stripes-teal.png',0,'attachment','image/webp',0),(1740,1,'2025-01-09 23:30:33','2025-01-09 23:30:33','','seatcover-Stripes-tm','','inherit','open','closed','','seatcover-stripes-tm','','','2025-09-09 16:07:15','2025-09-09 16:07:15','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-Stripes-tm.png',0,'attachment','image/webp',0),(1741,1,'2025-01-09 23:30:34','2025-01-09 23:30:34','','seatcover-Stripes-white','','inherit','open','closed','','seatcover-stripes-white','','','2025-09-09 16:07:12','2025-09-09 16:07:12','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-Stripes-white.png',0,'attachment','image/webp',0),(1742,1,'2025-01-09 23:30:36','2025-01-09 23:30:36','','seatcover-Stripes-yz','','inherit','open','closed','','seatcover-stripes-yz','','','2025-09-09 16:07:08','2025-09-09 16:07:08','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-Stripes-yz.png',0,'attachment','image/webp',0),(1743,1,'2025-01-09 23:39:44','2025-01-09 23:39:44','','seatcoverAGLogos1','','inherit','open','closed','','seatcoveraglogos1','','','2025-09-09 16:07:04','2025-09-09 16:07:04','',1490,'https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcoverAGLogos1.png',0,'attachment','image/webp',0),(1744,1,'2025-01-09 23:50:39','2025-01-09 23:50:39','','seatcover-5RibAccent-teal','','inherit','open','closed','','seatcover-5ribaccent-teal','','','2025-09-09 16:07:00','2025-09-09 16:07:00','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5RibAccent-teal.png',0,'attachment','image/webp',0),(1745,1,'2025-01-09 23:50:41','2025-01-09 23:50:41','','seatcover-5RibAccent-tmblue','','inherit','open','closed','','seatcover-5ribaccent-tmblue','','','2025-09-09 16:06:43','2025-09-09 16:06:43','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5RibAccent-tmblue.png',0,'attachment','image/webp',0),(1746,1,'2025-01-09 23:50:42','2025-01-09 23:50:42','','seatcover-5RibAccent-white','','inherit','open','closed','','seatcover-5ribaccent-white','','','2025-09-09 16:06:39','2025-09-09 16:06:39','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5RibAccent-white.png',0,'attachment','image/webp',0),(1747,1,'2025-01-09 23:50:43','2025-01-09 23:50:43','','seatcover-5RibAccent-yzblue','','inherit','open','closed','','seatcover-5ribaccent-yzblue','','','2025-09-09 16:06:36','2025-09-09 16:06:36','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5RibAccent-yzblue.png',0,'attachment','image/webp',0),(1748,1,'2025-01-09 23:50:43','2025-01-09 23:50:43','','seatcover-5RibAccent-black','','inherit','open','closed','','seatcover-5ribaccent-black','','','2025-09-09 16:06:33','2025-09-09 16:06:33','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5RibAccent-black.png',0,'attachment','image/webp',0),(1749,1,'2025-01-09 23:50:44','2025-01-09 23:50:44','','seatcover-5RibAccent-coolgrey','','inherit','open','closed','','seatcover-5ribaccent-coolgrey','','','2025-09-09 16:06:30','2025-09-09 16:06:30','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5RibAccent-coolgrey.png',0,'attachment','image/webp',0),(1750,1,'2025-01-09 23:50:45','2025-01-09 23:50:45','','seatcover-5RibAccent-flopink','','inherit','open','closed','','seatcover-5ribaccent-flopink','','','2025-09-09 16:06:27','2025-09-09 16:06:27','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5RibAccent-flopink.png',0,'attachment','image/webp',0),(1751,1,'2025-01-09 23:50:46','2025-01-09 23:50:46','','seatcover-5RibAccent-floyellow','','inherit','open','closed','','seatcover-5ribaccent-floyellow','','','2025-09-09 16:06:24','2025-09-09 16:06:24','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5RibAccent-floyellow.png',0,'attachment','image/webp',0),(1752,1,'2025-01-09 23:50:47','2025-01-09 23:50:47','','seatcover-5RibAccent-gasgasred','','inherit','open','closed','','seatcover-5ribaccent-gasgasred','','','2025-09-09 16:06:21','2025-09-09 16:06:21','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5RibAccent-gasgasred.png',0,'attachment','image/webp',0),(1753,1,'2025-01-09 23:50:48','2025-01-09 23:50:48','','seatcover-5RibAccent-hondared','','inherit','open','closed','','seatcover-5ribaccent-hondared','','','2025-09-09 16:06:17','2025-09-09 16:06:17','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5RibAccent-hondared.png',0,'attachment','image/webp',0),(1754,1,'2025-01-09 23:50:49','2025-01-09 23:50:49','','seatcover-5RibAccent-ktm','','inherit','open','closed','','seatcover-5ribaccent-ktm','','','2025-09-09 16:06:14','2025-09-09 16:06:14','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5RibAccent-ktm.png',0,'attachment','image/webp',0),(1755,1,'2025-01-09 23:50:50','2025-01-09 23:50:50','','seatcover-5RibAccent-kxgreen','','inherit','open','closed','','seatcover-5ribaccent-kxgreen','','','2025-09-09 16:06:11','2025-09-09 16:06:11','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5RibAccent-kxgreen.png',0,'attachment','image/webp',0),(1756,1,'2025-01-09 23:50:51','2025-01-09 23:50:51','','seatcover-5RibAccent-lblue','','inherit','open','closed','','seatcover-5ribaccent-lblue','','','2025-09-09 16:06:08','2025-09-09 16:06:08','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5RibAccent-lblue.png',0,'attachment','image/webp',0),(1757,1,'2025-01-09 23:50:51','2025-01-09 23:50:51','','seatcover-5RibAccent-navy','','inherit','open','closed','','seatcover-5ribaccent-navy','','','2025-09-09 16:06:05','2025-09-09 16:06:05','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5RibAccent-navy.png',0,'attachment','image/webp',0),(1758,1,'2025-01-09 23:50:52','2025-01-09 23:50:52','','seatcover-5RibAccent-purple','','inherit','open','closed','','seatcover-5ribaccent-purple','','','2025-09-09 16:06:01','2025-09-09 16:06:01','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5RibAccent-purple.png',0,'attachment','image/webp',0),(1759,1,'2025-01-09 23:50:53','2025-01-09 23:50:53','','seatcover-5RibAccent-rmyellow','','inherit','open','closed','','seatcover-5ribaccent-rmyellow','','','2025-09-09 16:05:57','2025-09-09 16:05:57','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5RibAccent-rmyellow.png',0,'attachment','image/webp',0),(1760,1,'2025-01-09 23:50:54','2025-01-09 23:50:54','','seatcover-5RibAccent-ruby','','inherit','open','closed','','seatcover-5ribaccent-ruby','','','2025-09-09 16:05:53','2025-09-09 16:05:53','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5RibAccent-ruby.png',0,'attachment','image/webp',0),(1761,1,'2025-01-09 23:50:54','2025-01-09 23:50:54','','seatcover-5RibAccent-seafoam','','inherit','open','closed','','seatcover-5ribaccent-seafoam','','','2025-09-09 16:05:49','2025-09-09 16:05:49','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5RibAccent-seafoam.png',0,'attachment','image/webp',0),(1780,1,'2025-01-10 00:08:00','2025-01-10 00:08:00','','seatcover-5Ribs-black','','inherit','open','closed','','seatcover-5ribs-black','','','2025-09-09 16:05:45','2025-09-09 16:05:45','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5Ribs-black.png',0,'attachment','image/webp',0),(1781,1,'2025-01-10 00:08:01','2025-01-10 00:08:01','','seatcover-5Ribs-coolgray','','inherit','open','closed','','seatcover-5ribs-coolgray','','','2025-09-09 16:05:42','2025-09-09 16:05:42','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5Ribs-coolgray.png',0,'attachment','image/webp',0),(1782,1,'2025-01-10 00:08:02','2025-01-10 00:08:02','','seatcover-5Ribs-flopink','','inherit','open','closed','','seatcover-5ribs-flopink','','','2025-09-09 16:05:38','2025-09-09 16:05:38','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5Ribs-flopink.png',0,'attachment','image/webp',0),(1783,1,'2025-01-10 00:08:03','2025-01-10 00:08:03','','seatcover-5Ribs-floyellow','','inherit','open','closed','','seatcover-5ribs-floyellow','','','2025-09-09 16:05:34','2025-09-09 16:05:34','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5Ribs-floyellow.png',0,'attachment','image/webp',0),(1784,1,'2025-01-10 00:08:05','2025-01-10 00:08:05','','seatcover-5Ribs-gasgasred','','inherit','open','closed','','seatcover-5ribs-gasgasred','','','2025-09-09 16:05:29','2025-09-09 16:05:29','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5Ribs-gasgasred.png',0,'attachment','image/webp',0),(1785,1,'2025-01-10 00:08:06','2025-01-10 00:08:06','','seatcover-5Ribs-hondared','','inherit','open','closed','','seatcover-5ribs-hondared','','','2025-09-09 16:05:25','2025-09-09 16:05:25','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5Ribs-hondared.png',0,'attachment','image/webp',0),(1786,1,'2025-01-10 00:08:07','2025-01-10 00:08:07','','seatcover-5Ribs-ktm','','inherit','open','closed','','seatcover-5ribs-ktm','','','2025-09-09 16:05:21','2025-09-09 16:05:21','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5Ribs-ktm.png',0,'attachment','image/webp',0),(1787,1,'2025-01-10 00:08:08','2025-01-10 00:08:08','','seatcover-5Ribs-kxgreen','','inherit','open','closed','','seatcover-5ribs-kxgreen','','','2025-09-09 16:05:17','2025-09-09 16:05:17','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5Ribs-kxgreen.png',0,'attachment','image/webp',0),(1788,1,'2025-01-10 00:08:09','2025-01-10 00:08:09','','seatcover-5Ribs-lightblue','','inherit','open','closed','','seatcover-5ribs-lightblue','','','2025-09-09 16:05:12','2025-09-09 16:05:12','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5Ribs-lightblue.png',0,'attachment','image/webp',0),(1789,1,'2025-01-10 00:08:09','2025-01-10 00:08:09','','seatcover-5Ribs-navyblue','','inherit','open','closed','','seatcover-5ribs-navyblue','','','2025-09-09 16:05:08','2025-09-09 16:05:08','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5Ribs-navyblue.png',0,'attachment','image/webp',0),(1790,1,'2025-01-10 00:08:10','2025-01-10 00:08:10','','seatcover-5Ribs-purple','','inherit','open','closed','','seatcover-5ribs-purple','','','2025-09-09 16:05:04','2025-09-09 16:05:04','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5Ribs-purple.png',0,'attachment','image/webp',0),(1791,1,'2025-01-10 00:08:11','2025-01-10 00:08:11','','seatcover-5Ribs-rmyellow','','inherit','open','closed','','seatcover-5ribs-rmyellow','','','2025-09-09 15:39:10','2025-09-09 15:39:10','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5Ribs-rmyellow.png',0,'attachment','image/webp',0),(1792,1,'2025-01-10 00:08:12','2025-01-10 00:08:12','','seatcover-5Ribs-ruby','','inherit','open','closed','','seatcover-5ribs-ruby','','','2025-09-09 15:39:07','2025-09-09 15:39:07','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5Ribs-ruby.png',0,'attachment','image/webp',0),(1793,1,'2025-01-10 00:08:14','2025-01-10 00:08:14','','seatcover-5Ribs-seafoam','','inherit','open','closed','','seatcover-5ribs-seafoam','','','2025-09-09 15:39:03','2025-09-09 15:39:03','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5Ribs-seafoam.png',0,'attachment','image/webp',0),(1794,1,'2025-01-10 00:08:15','2025-01-10 00:08:15','','seatcover-5Ribs-teal','','inherit','open','closed','','seatcover-5ribs-teal','','','2025-09-09 15:38:58','2025-09-09 15:38:58','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5Ribs-teal.png',0,'attachment','image/webp',0),(1795,1,'2025-01-10 00:08:15','2025-01-10 00:08:15','','seatcover-5Ribs-tmblue','','inherit','open','closed','','seatcover-5ribs-tmblue','','','2025-09-09 15:38:54','2025-09-09 15:38:54','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5Ribs-tmblue.png',0,'attachment','image/webp',0),(1796,1,'2025-01-10 00:08:16','2025-01-10 00:08:16','','seatcover-5Ribs-white','','inherit','open','closed','','seatcover-5ribs-white','','','2025-09-09 15:38:50','2025-09-09 15:38:50','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5Ribs-white.png',0,'attachment','image/webp',0),(1797,1,'2025-01-10 00:08:17','2025-01-10 00:08:17','','seatcover-5Ribs-yzblue','','inherit','open','closed','','seatcover-5ribs-yzblue','','','2025-09-09 15:38:46','2025-09-09 15:38:46','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-5Ribs-yzblue.png',0,'attachment','image/webp',0),(1798,1,'2025-01-10 00:18:33','2025-01-10 00:18:33','','seatcover-top-hondared','','inherit','open','closed','','seatcover-top-hondared','','','2025-09-09 15:38:42','2025-09-09 15:38:42','',1490,'https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-hondared.png',0,'attachment','image/webp',0),(1799,1,'2025-01-10 00:18:36','2025-01-10 00:18:36','','seatcover-top-coolgrey1','','inherit','open','closed','','seatcover-top-coolgrey1','','','2025-09-09 15:38:39','2025-09-09 15:38:39','',1490,'https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-coolgrey1.png',0,'attachment','image/webp',0),(1800,1,'2025-01-10 00:18:37','2025-01-10 00:18:37','','seatcover-top-white1','','inherit','open','closed','','seatcover-top-white1','','','2025-09-09 15:38:34','2025-09-09 15:38:34','',1490,'https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-white1.png',0,'attachment','image/webp',0),(1801,1,'2025-01-10 00:18:38','2025-01-10 00:18:38','','seatcover-top-black1','','inherit','open','closed','','seatcover-top-black1','','','2025-09-09 15:38:30','2025-09-09 15:38:30','',1490,'https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-black1.png',0,'attachment','image/webp',0),(1802,1,'2025-01-10 00:18:40','2025-01-10 00:18:40','','seatcover-top-gasgasred1','','inherit','open','closed','','seatcover-top-gasgasred1','','','2025-09-09 15:38:26','2025-09-09 15:38:26','',1490,'https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-gasgasred1.png',0,'attachment','image/webp',0),(1803,1,'2025-01-10 00:18:41','2025-01-10 00:18:41','','seatcover-top-ktmorange1','','inherit','open','closed','','seatcover-top-ktmorange1','','','2025-09-09 15:38:22','2025-09-09 15:38:22','',1490,'https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-ktmorange1.png',0,'attachment','image/webp',0),(1804,1,'2025-01-10 00:18:43','2025-01-10 00:18:43','','seatcover-top-suzukiyellow1','','inherit','open','closed','','seatcover-top-suzukiyellow1','','','2025-09-09 15:38:18','2025-09-09 15:38:18','',1490,'https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-suzukiyellow1.png',0,'attachment','image/webp',0),(1805,1,'2025-01-10 00:18:44','2025-01-10 00:18:44','','seatcover-top-kawasakigreen1','','inherit','open','closed','','seatcover-top-kawasakigreen1','','','2025-09-09 15:38:14','2025-09-09 15:38:14','',1490,'https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-kawasakigreen1.png',0,'attachment','image/webp',0),(1806,1,'2025-01-10 00:18:45','2025-01-10 00:18:45','','seatcover-top-tmblue','','inherit','open','closed','','seatcover-top-tmblue','','','2025-09-09 15:38:10','2025-09-09 15:38:10','',1490,'https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-tmblue.png',0,'attachment','image/webp',0),(1807,1,'2025-01-10 00:18:47','2025-01-10 00:18:47','','seatcover-top-yamahablue','','inherit','open','closed','','seatcover-top-yamahablue','','','2025-09-09 15:38:06','2025-09-09 15:38:06','',1490,'https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-yamahablue.png',0,'attachment','image/webp',0),(1808,1,'2025-01-10 00:18:49','2025-01-10 00:18:49','','seatcover-top-lightblue','','inherit','open','closed','','seatcover-top-lightblue','','','2025-09-09 15:38:03','2025-09-09 15:38:03','',1490,'https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-lightblue.png',0,'attachment','image/webp',0),(1809,1,'2025-01-10 00:18:50','2025-01-10 00:18:50','','seatcover-top-seafoam','','inherit','open','closed','','seatcover-top-seafoam','','','2025-09-09 15:37:59','2025-09-09 15:37:59','',1490,'https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-seafoam.png',0,'attachment','image/webp',0),(1810,1,'2025-01-10 00:18:52','2025-01-10 00:18:52','','seatcover-top-teal','','inherit','open','closed','','seatcover-top-teal','','','2025-09-09 15:37:56','2025-09-09 15:37:56','',1490,'https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-teal.png',0,'attachment','image/webp',0),(1811,1,'2025-01-10 00:18:54','2025-01-10 00:18:54','','seatcover-top-navyblue','','inherit','open','closed','','seatcover-top-navyblue','','','2025-09-09 15:37:52','2025-09-09 15:37:52','',1490,'https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-navyblue.png',0,'attachment','image/webp',0),(1812,1,'2025-01-10 00:18:55','2025-01-10 00:18:55','','seatcover-top-rubyred','','inherit','open','closed','','seatcover-top-rubyred','','','2025-09-09 15:37:48','2025-09-09 15:37:48','',1490,'https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-rubyred.png',0,'attachment','image/webp',0),(1813,1,'2025-01-10 00:18:57','2025-01-10 00:18:57','','seatcover-top-floyellow','','inherit','open','closed','','seatcover-top-floyellow','','','2025-09-09 15:37:44','2025-09-09 15:37:44','',1490,'https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-floyellow.png',0,'attachment','image/webp',0),(1814,1,'2025-01-10 00:18:59','2025-01-10 00:18:59','','seatcover-top-flopink','','inherit','open','closed','','seatcover-top-flopink','','','2025-09-09 15:37:41','2025-09-09 15:37:41','',1490,'https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-flopink.png',0,'attachment','image/webp',0),(1815,1,'2025-01-10 00:19:01','2025-01-10 00:19:01','','seatcover-top-purple','','inherit','open','closed','','seatcover-top-purple','','','2025-09-09 15:37:37','2025-09-09 15:37:37','',1490,'https://aggressivegraphix.com/wp-content/uploads/2024/12/seatcover-top-purple.png',0,'attachment','image/webp',0),(1816,1,'2025-01-10 00:27:31','2025-01-10 00:27:31','','seatcover-base-black','','inherit','open','closed','','seatcover-base-black','','','2025-09-09 15:37:34','2025-09-09 15:37:34','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-black.png',0,'attachment','image/webp',0),(1817,1,'2025-01-10 00:27:33','2025-01-10 00:27:33','','seatcover-base-coolgrey','','inherit','open','closed','','seatcover-base-coolgrey','','','2025-09-09 15:37:28','2025-09-09 15:37:28','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-coolgrey.png',0,'attachment','image/webp',0),(1818,1,'2025-01-10 00:27:35','2025-01-10 00:27:35','','seatcover-base-gasgasred','','inherit','open','closed','','seatcover-base-gasgasred','','','2025-09-09 15:37:22','2025-09-09 15:37:22','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-gasgasred.png',0,'attachment','image/webp',0),(1819,1,'2025-01-10 00:27:36','2025-01-10 00:27:36','','seatcover-base-hondared','','inherit','open','closed','','seatcover-base-hondared','','','2025-09-09 15:37:16','2025-09-09 15:37:16','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-hondared.png',0,'attachment','image/webp',0),(1820,1,'2025-01-10 00:27:38','2025-01-10 00:27:38','','seatcover-base-white','','inherit','open','closed','','seatcover-base-white','','','2025-09-09 15:37:11','2025-09-09 15:37:11','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-white.png',0,'attachment','image/webp',0),(1821,1,'2025-01-10 00:27:39','2025-01-10 00:27:39','','seatcover-base-kawasakigreen','','inherit','open','closed','','seatcover-base-kawasakigreen','','','2025-09-09 15:37:05','2025-09-09 15:37:05','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-kawasakigreen.png',0,'attachment','image/webp',0),(1822,1,'2025-01-10 00:27:40','2025-01-10 00:27:40','','seatcover-base-ktmorange','','inherit','open','closed','','seatcover-base-ktmorange','','','2025-09-09 15:36:58','2025-09-09 15:36:58','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-ktmorange.png',0,'attachment','image/webp',0),(1823,1,'2025-01-10 00:27:42','2025-01-10 00:27:42','','seatcover-base-suzukiyellow','','inherit','open','closed','','seatcover-base-suzukiyellow','','','2025-09-09 15:36:53','2025-09-09 15:36:53','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-suzukiyellow.png',0,'attachment','image/webp',0),(1824,1,'2025-01-10 00:27:43','2025-01-10 00:27:43','','seatcover-base-tmblue','','inherit','open','closed','','seatcover-base-tmblue','','','2025-09-09 15:36:48','2025-09-09 15:36:48','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-tmblue.png',0,'attachment','image/webp',0),(1825,1,'2025-01-10 00:27:45','2025-01-10 00:27:45','','seatcover-base-yamahablue','','inherit','open','closed','','seatcover-base-yamahablue','','','2025-09-09 15:36:43','2025-09-09 15:36:43','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-yamahablue.png',0,'attachment','image/webp',0),(1826,1,'2025-01-10 00:27:46','2025-01-10 00:27:46','','seatcover-base-navyblue','','inherit','open','closed','','seatcover-base-navyblue','','','2025-09-09 15:36:37','2025-09-09 15:36:37','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-navyblue.png',0,'attachment','image/webp',0),(1827,1,'2025-01-10 00:27:47','2025-01-10 00:27:47','','seatcover-base-lightblue','','inherit','open','closed','','seatcover-base-lightblue','','','2025-09-09 15:36:32','2025-09-09 15:36:32','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-lightblue.png',0,'attachment','image/webp',0),(1828,1,'2025-01-10 00:27:49','2025-01-10 00:27:49','','seatcover-base-teal','','inherit','open','closed','','seatcover-base-teal','','','2025-09-09 15:36:27','2025-09-09 15:36:27','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-teal.png',0,'attachment','image/webp',0),(1829,1,'2025-01-10 00:27:50','2025-01-10 00:27:50','','seatcover-base-seafoam','','inherit','open','closed','','seatcover-base-seafoam','','','2025-09-09 15:36:21','2025-09-09 15:36:21','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-seafoam.png',0,'attachment','image/webp',0),(1830,1,'2025-01-10 00:27:52','2025-01-10 00:27:52','','seatcover-base-purple','','inherit','open','closed','','seatcover-base-purple','','','2025-09-09 15:36:16','2025-09-09 15:36:16','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-purple.png',0,'attachment','image/webp',0),(1831,1,'2025-01-10 00:27:53','2025-01-10 00:27:53','','seatcover-base-rubyred','','inherit','open','closed','','seatcover-base-rubyred','','','2025-09-09 15:36:12','2025-09-09 15:36:12','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-rubyred.png',0,'attachment','image/webp',0),(1832,1,'2025-01-10 00:27:55','2025-01-10 00:27:55','','seatcover-base-flopink','','inherit','open','closed','','seatcover-base-flopink','','','2025-09-09 15:36:08','2025-09-09 15:36:08','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-flopink.png',0,'attachment','image/webp',0),(1833,1,'2025-01-10 00:27:56','2025-01-10 00:27:56','','seatcover-base-floyellow','','inherit','open','closed','','seatcover-base-floyellow','','','2025-09-09 15:36:03','2025-09-09 15:36:03','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-base-floyellow.png',0,'attachment','image/webp',0),(1835,1,'2025-01-10 00:32:44','2025-01-10 00:32:44','.wp-container-core-group-is-layout-5 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {\n	max-width: 100% !important;}\n.config-button, .product a button{\n    background: #D01A1A;\n    padding: 10px 20px;\n    border: none;\n    border-radius: 20px;\n    color: #fff;\n    font-weight: bold;\n    font-size: 1.2em;\n}\n.config-button:hover{\n	background:#a10000;\n	cursor:pointer;\n}\n.shop-favorites .products-block-post-template .product:hover, .shop-favorites .products-block-post-template .wp-block-post:hover {\n    padding: 5px;\n}\n#product_option_selected_name ul {\n	position: inherit !important;}\n.products-block-post-template .wp-block-post-excerpt {\n	    -webkit-line-clamp: 3 !important;\n}\n.wc-block-product-template .wp-block-post-title {\n    overflow: visible;\n    -webkit-line-clamp: 2;\n    text-align: center !important;\n}\n.addon-btn{\n	text-align:center;\n	margin-bottom: 10px;\n}\n.addon-btn button:hover {\n	background:#a10000;\n	cursor:pointer;\n}\n.af_addon_drop_down {\n    height: 100% !important;\n}\n.addons_div_selection:active, .addons_div_selection:visited, .addons_div_selection:active {\n	border: 2px solid #A10000;\n}\n.wp-block-button.wc-block-components-product-button {border: none;}\n\n.woocommerce-cart .woocommerce-cart-form tbody td.product-name .variation {\n    display: block !important;\n}','ag','','inherit','closed','closed','','100-revision-v1','','','2025-01-10 00:32:44','2025-01-10 00:32:44','',100,'https://aggressivegraphix.com/?p=1835',0,'revision','',0),(1837,1,'2025-01-10 00:34:30','2025-01-10 00:34:30','.wp-container-core-group-is-layout-5 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {\n	max-width: 100% !important;}\n.config-button, .product a button{\n    background: #D01A1A;\n    padding: 10px 20px;\n    border: none;\n    border-radius: 20px;\n    color: #fff;\n    font-weight: bold;\n    font-size: 1.2em;\n}\n.config-button:hover{\n	background:#a10000;\n	cursor:pointer;\n}\n.shop-favorites .products-block-post-template .product:hover, .shop-favorites .products-block-post-template .wp-block-post:hover {\n    padding: 5px;\n}\n#product_option_selected_name ul {\n	position: inherit !important;}\n.products-block-post-template .wp-block-post-excerpt {\n	    -webkit-line-clamp: 3 !important;\n}\n.wc-block-product-template .wp-block-post-title {\n    overflow: visible;\n    -webkit-line-clamp: 2;\n    text-align: center !important;\n}\n.addon-btn{\n	text-align:center;\n	margin-bottom: 10px;\n}\n.addon-btn button:hover {\n	background:#a10000;\n	cursor:pointer;\n}\n.af_addon_drop_down {\n    height: 100% !important;\n}\n.addons_div_selection:active, .addons_div_selection:visited, .addons_div_selection:active {\n	border: 2px solid #A10000;\n}\n.wp-block-button.wc-block-components-product-button {border: none;}\n\n.woocommerce-cart .woocommerce-cart-form tbody td.product-name .variation {\n    display: block !important;\n}\n.woocommerce td.product-name dl.variation dd.variation-Configuration {\n    display: none;\n}','ag','','inherit','closed','closed','','100-revision-v1','','','2025-01-10 00:34:30','2025-01-10 00:34:30','',100,'https://aggressivegraphix.com/?p=1837',0,'revision','',0),(1838,1,'2025-01-10 00:43:42','2025-01-10 00:43:42','<!-- wp:paragraph -->\n<p class=\"\">Tired of your butt sliding off your seat when you\'re seat bouncing that triple? Get a custom gripper seat cover to keep you planted on that bike for full, and safe sends. Build out your custom cover using our pre-selected colors to really complete the look of your bike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','3-Rib Seat Cover','<p>Outfit your bike with a customized 3-rib seat cover</p>','publish','open','closed','','3-rib-seat-cover','','','2025-10-02 13:56:16','2025-10-02 13:56:16','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=1838',0,'product','',0),(1839,1,'2025-01-10 00:47:36','2025-01-10 00:47:36','','3ribgripper','','inherit','open','closed','','3ribgripper','','','2025-09-09 15:35:58','2025-09-09 15:35:58','',1838,'https://aggressivegraphix.com/wp-content/uploads/2025/01/3ribgripper.png',0,'attachment','image/webp',0),(1840,1,'2025-01-10 00:58:23','2025-01-10 00:58:23','','seatcover-3Rib-black','','inherit','open','closed','','seatcover-3rib-black','','','2025-09-09 15:35:52','2025-09-09 15:35:52','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Rib-black.png',0,'attachment','image/webp',0),(1841,1,'2025-01-10 00:58:23','2025-01-10 00:58:23','','seatcover-3Rib-coolgrey','','inherit','open','closed','','seatcover-3rib-coolgrey','','','2025-09-09 15:35:49','2025-09-09 15:35:49','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Rib-coolgrey.png',0,'attachment','image/webp',0),(1842,1,'2025-01-10 00:58:24','2025-01-10 00:58:24','','seatcover-3Rib-flop','','inherit','open','closed','','seatcover-3rib-flop','','','2025-09-09 15:35:45','2025-09-09 15:35:45','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Rib-flop.png',0,'attachment','image/webp',0),(1843,1,'2025-01-10 00:58:25','2025-01-10 00:58:25','','seatcover-3Rib-floy','','inherit','open','closed','','seatcover-3rib-floy','','','2025-09-09 15:35:41','2025-09-09 15:35:41','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Rib-floy.png',0,'attachment','image/webp',0),(1844,1,'2025-01-10 00:58:26','2025-01-10 00:58:26','','seatcover-3Rib-gasgas','','inherit','open','closed','','seatcover-3rib-gasgas','','','2025-09-09 15:35:38','2025-09-09 15:35:38','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Rib-gasgas.png',0,'attachment','image/webp',0),(1845,1,'2025-01-10 00:58:27','2025-01-10 00:58:27','','seatcover-3Rib-honda','','inherit','open','closed','','seatcover-3rib-honda','','','2025-09-09 15:35:34','2025-09-09 15:35:34','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Rib-honda.png',0,'attachment','image/webp',0),(1846,1,'2025-01-10 00:58:27','2025-01-10 00:58:27','','seatcover-3Rib-ktm','','inherit','open','closed','','seatcover-3rib-ktm','','','2025-09-09 15:35:30','2025-09-09 15:35:30','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Rib-ktm.png',0,'attachment','image/webp',0),(1847,1,'2025-01-10 00:58:28','2025-01-10 00:58:28','','seatcover-3Rib-kx','','inherit','open','closed','','seatcover-3rib-kx','','','2025-09-09 15:35:27','2025-09-09 15:35:27','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Rib-kx.png',0,'attachment','image/webp',0),(1848,1,'2025-01-10 00:58:29','2025-01-10 00:58:29','','seatcover-3Rib-lblue','','inherit','open','closed','','seatcover-3rib-lblue','','','2025-09-09 15:35:23','2025-09-09 15:35:23','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Rib-lblue.png',0,'attachment','image/webp',0),(1849,1,'2025-01-10 00:58:30','2025-01-10 00:58:30','','seatcover-3Rib-navy','','inherit','open','closed','','seatcover-3rib-navy','','','2025-09-09 15:35:19','2025-09-09 15:35:19','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Rib-navy.png',0,'attachment','image/webp',0),(1850,1,'2025-01-10 00:58:31','2025-01-10 00:58:31','','seatcover-3Rib-purple','','inherit','open','closed','','seatcover-3rib-purple','','','2025-09-09 15:35:15','2025-09-09 15:35:15','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Rib-purple.png',0,'attachment','image/webp',0),(1851,1,'2025-01-10 00:58:31','2025-01-10 00:58:31','','seatcover-3Rib-rmyellow','','inherit','open','closed','','seatcover-3rib-rmyellow','','','2025-09-09 15:35:12','2025-09-09 15:35:12','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Rib-rmyellow.png',0,'attachment','image/webp',0),(1852,1,'2025-01-10 00:58:32','2025-01-10 00:58:32','','seatcover-3Rib-ruby','','inherit','open','closed','','seatcover-3rib-ruby','','','2025-09-09 15:35:09','2025-09-09 15:35:09','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Rib-ruby.png',0,'attachment','image/webp',0),(1855,1,'2025-01-10 00:58:34','2025-01-10 00:58:34','','seatcover-3Rib-seafoam','','inherit','open','closed','','seatcover-3rib-seafoam','','','2025-09-09 15:35:07','2025-09-09 15:35:07','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Rib-seafoam.png',0,'attachment','image/webp',0),(1857,1,'2025-01-10 00:58:36','2025-01-10 00:58:36','','seatcover-3Rib-teal','','inherit','open','closed','','seatcover-3rib-teal','','','2025-09-09 15:35:00','2025-09-09 15:35:00','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Rib-teal.png',0,'attachment','image/webp',0),(1858,1,'2025-01-10 00:58:36','2025-01-10 00:58:36','','seatcover-3Rib-tm','','inherit','open','closed','','seatcover-3rib-tm','','','2025-09-09 15:35:04','2025-09-09 15:35:04','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Rib-tm.png',0,'attachment','image/webp',0),(1859,1,'2025-01-10 00:58:37','2025-01-10 00:58:37','','seatcover-3Rib-white','','inherit','open','closed','','seatcover-3rib-white','','','2025-09-09 15:34:57','2025-09-09 15:34:57','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Rib-white.png',0,'attachment','image/webp',0),(1860,1,'2025-01-10 00:58:38','2025-01-10 00:58:38','','seatcover-3Rib-yz','','inherit','open','closed','','seatcover-3rib-yz','','','2025-09-09 15:34:53','2025-09-09 15:34:53','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Rib-yz.png',0,'attachment','image/webp',0),(1861,1,'2025-01-10 01:09:34','2025-01-10 01:09:34','','seatcover-3Ribaccent-black','','inherit','open','closed','','seatcover-3ribaccent-black','','','2025-09-09 15:34:50','2025-09-09 15:34:50','',1838,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Ribaccent-black.png',0,'attachment','image/webp',0),(1862,1,'2025-01-10 01:09:36','2025-01-10 01:09:36','','seatcover-3Ribaccent-coolgrey','','inherit','open','closed','','seatcover-3ribaccent-coolgrey','','','2025-09-09 15:34:47','2025-09-09 15:34:47','',1838,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Ribaccent-coolgrey.png',0,'attachment','image/webp',0),(1863,1,'2025-01-10 01:09:37','2025-01-10 01:09:37','','seatcover-3Ribaccent-flop','','inherit','open','closed','','seatcover-3ribaccent-flop','','','2025-09-09 15:34:43','2025-09-09 15:34:43','',1838,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Ribaccent-flop.png',0,'attachment','image/webp',0),(1864,1,'2025-01-10 01:09:37','2025-01-10 01:09:37','','seatcover-3Ribaccent-floy','','inherit','open','closed','','seatcover-3ribaccent-floy','','','2025-09-09 15:34:40','2025-09-09 15:34:40','',1838,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Ribaccent-floy.png',0,'attachment','image/webp',0),(1865,1,'2025-01-10 01:09:38','2025-01-10 01:09:38','','seatcover-3Ribaccent-gasgas','','inherit','open','closed','','seatcover-3ribaccent-gasgas','','','2025-09-09 15:34:37','2025-09-09 15:34:37','',1838,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Ribaccent-gasgas.png',0,'attachment','image/webp',0),(1866,1,'2025-01-10 01:09:39','2025-01-10 01:09:39','','seatcover-3Ribaccent-honda','','inherit','open','closed','','seatcover-3ribaccent-honda','','','2025-09-09 15:34:33','2025-09-09 15:34:33','',1838,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Ribaccent-honda.png',0,'attachment','image/webp',0),(1867,1,'2025-01-10 01:09:40','2025-01-10 01:09:40','','seatcover-3Ribaccent-ktm','','inherit','open','closed','','seatcover-3ribaccent-ktm','','','2025-09-09 15:34:30','2025-09-09 15:34:30','',1838,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Ribaccent-ktm.png',0,'attachment','image/webp',0),(1868,1,'2025-01-10 01:09:41','2025-01-10 01:09:41','','seatcover-3Ribaccent-kx','','inherit','open','closed','','seatcover-3ribaccent-kx','','','2025-09-09 15:34:26','2025-09-09 15:34:26','',1838,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Ribaccent-kx.png',0,'attachment','image/webp',0),(1869,1,'2025-01-10 01:09:42','2025-01-10 01:09:42','','seatcover-3Ribaccent-lblue','','inherit','open','closed','','seatcover-3ribaccent-lblue','','','2025-09-09 15:34:23','2025-09-09 15:34:23','',1838,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Ribaccent-lblue.png',0,'attachment','image/webp',0),(1870,1,'2025-01-10 01:09:43','2025-01-10 01:09:43','','seatcover-3Ribaccent-navy','','inherit','open','closed','','seatcover-3ribaccent-navy','','','2025-09-09 15:34:19','2025-09-09 15:34:19','',1838,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Ribaccent-navy.png',0,'attachment','image/webp',0),(1871,1,'2025-01-10 01:09:43','2025-01-10 01:09:43','','seatcover-3Ribaccent-purple','','inherit','open','closed','','seatcover-3ribaccent-purple','','','2025-09-09 15:34:16','2025-09-09 15:34:16','',1838,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Ribaccent-purple.png',0,'attachment','image/webp',0),(1872,1,'2025-01-10 01:09:44','2025-01-10 01:09:44','','seatcover-3Ribaccent-rmyellow','','inherit','open','closed','','seatcover-3ribaccent-rmyellow','','','2025-09-09 15:34:12','2025-09-09 15:34:12','',1838,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Ribaccent-rmyellow.png',0,'attachment','image/webp',0),(1873,1,'2025-01-10 01:09:45','2025-01-10 01:09:45','','seatcover-3Ribaccent-ruby','','inherit','open','closed','','seatcover-3ribaccent-ruby','','','2025-09-09 15:34:09','2025-09-09 15:34:09','',1838,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Ribaccent-ruby.png',0,'attachment','image/webp',0),(1874,1,'2025-01-10 01:09:46','2025-01-10 01:09:46','','seatcover-3Ribaccent-seafoam','','inherit','open','closed','','seatcover-3ribaccent-seafoam','','','2025-09-09 15:34:06','2025-09-09 15:34:06','',1838,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Ribaccent-seafoam.png',0,'attachment','image/webp',0),(1875,1,'2025-01-10 01:09:48','2025-01-10 01:09:48','','seatcover-3Ribaccent-teal','','inherit','open','closed','','seatcover-3ribaccent-teal','','','2025-09-09 15:34:02','2025-09-09 15:34:02','',1838,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Ribaccent-teal.png',0,'attachment','image/webp',0),(1876,1,'2025-01-10 01:09:48','2025-01-10 01:09:48','','seatcover-3Ribaccent-tm','','inherit','open','closed','','seatcover-3ribaccent-tm','','','2025-09-09 15:33:59','2025-09-09 15:33:59','',1838,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Ribaccent-tm.png',0,'attachment','image/webp',0),(1877,1,'2025-01-10 01:09:49','2025-01-10 01:09:49','','seatcover-3Ribaccent-white','','inherit','open','closed','','seatcover-3ribaccent-white','','','2025-09-09 15:33:55','2025-09-09 15:33:55','',1838,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Ribaccent-white.png',0,'attachment','image/webp',0),(1878,1,'2025-01-10 01:09:50','2025-01-10 01:09:50','','seatcover-3Ribaccent-yz','','inherit','open','closed','','seatcover-3ribaccent-yz','','','2025-09-09 15:33:52','2025-09-09 15:33:52','',1838,'https://aggressivegraphix.com/wp-content/uploads/2025/01/seatcover-3Ribaccent-yz.png',0,'attachment','image/webp',0),(1880,1,'2025-02-01 08:09:54','2025-02-01 08:09:54','','','','publish','closed','closed','','1880','','','2025-09-09 19:01:38','2025-09-09 19:01:38','',858,'https://aggressivegraphix.com/af_pao_fields/1880/',3,'af_pao_fields','',0),(1881,1,'2025-02-01 08:10:14','2025-02-01 08:10:14','','','','publish','closed','closed','','1881','','','2025-09-09 19:01:38','2025-09-09 19:01:38','',1880,'https://aggressivegraphix.com/af_pao_options/1881/',0,'af_pao_options','',0),(1882,1,'2025-02-01 08:10:49','2025-02-01 08:10:49','','','','publish','closed','closed','','1882','','','2025-09-09 19:01:38','2025-09-09 19:01:38','',1880,'https://aggressivegraphix.com/af_pao_options/1882/',0,'af_pao_options','',0),(1883,1,'2025-02-01 08:11:02','2025-02-01 08:11:02','','','','publish','closed','closed','','1883','','','2025-09-09 19:01:38','2025-09-09 19:01:38','',1880,'https://aggressivegraphix.com/af_pao_options/1883/',0,'af_pao_options','',0),(1884,1,'2025-02-01 08:11:20','2025-02-01 08:11:20','','','','publish','closed','closed','','1884','','','2025-09-09 19:01:38','2025-09-09 19:01:38','',1880,'https://aggressivegraphix.com/af_pao_options/1884/',0,'af_pao_options','',0),(1885,1,'2025-02-01 08:11:37','2025-02-01 08:11:37','','','','publish','closed','closed','','1885','','','2025-09-09 19:01:38','2025-09-09 19:01:38','',1880,'https://aggressivegraphix.com/af_pao_options/1885/',0,'af_pao_options','',0),(1886,1,'2025-02-01 08:11:52','2025-02-01 08:11:52','','','','publish','closed','closed','','1886','','','2025-09-09 19:01:38','2025-09-09 19:01:38','',1880,'https://aggressivegraphix.com/af_pao_options/1886/',0,'af_pao_options','',0),(1887,1,'2025-02-01 08:12:05','2025-02-01 08:12:05','','','','publish','closed','closed','','1887','','','2025-09-09 19:01:38','2025-09-09 19:01:38','',1880,'https://aggressivegraphix.com/af_pao_options/1887/',0,'af_pao_options','',0),(1889,1,'2025-02-01 08:24:54','2025-02-01 08:24:54','','','','publish','closed','closed','','1889','','','2025-09-09 19:01:39','2025-09-09 19:01:39','',1626,'https://aggressivegraphix.com/af_pao_options/1889/',0,'af_pao_options','',0),(1890,1,'2025-02-01 08:25:04','2025-02-01 08:25:04','','','','publish','closed','closed','','1890','','','2025-09-09 19:01:39','2025-09-09 19:01:39','',1626,'https://aggressivegraphix.com/af_pao_options/1890/',0,'af_pao_options','',0),(1891,1,'2025-02-01 08:25:13','2025-02-01 08:25:13','','','','publish','closed','closed','','1891','','','2025-09-09 19:01:39','2025-09-09 19:01:39','',1626,'https://aggressivegraphix.com/af_pao_options/1891/',0,'af_pao_options','',0),(1893,1,'2025-02-04 14:24:32','2025-02-04 14:24:32','','','','publish','closed','closed','','1893','','','2025-10-03 14:52:35','2025-10-03 14:52:35','',1547,'https://aggressivegraphix.com/af_pao_options/1893/',0,'af_pao_options','',0),(1897,1,'2025-02-05 19:51:24','2025-02-05 19:51:24','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--20)\"><!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"20px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"616px\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:20px\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"1.1\",\"letterSpacing\":\"-1px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|custom-ag-red\"}}}},\"textColor\":\"custom-ag-red\"} -->\n<h1 class=\"wp-block-heading has-text-align-center has-custom-ag-red-color has-text-color has-link-color\" style=\"font-size:42px;font-style:normal;font-weight:300;letter-spacing:-1px;line-height:1.1\">Premier motorsports graphics and vehicle wraps</h1>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":911,\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-large\"><img src=\"https://transvelo.github.io/eride/assets/images/e-bikes-1.png\" alt=\"\" class=\"wp-image-911\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"26px\",\"right\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"bottom\":\"32px\",\"left\":\"40px\",\"right\":\"var:preset|spacing|30\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"custom-ag-red\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-custom-ag-red-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:var(--wp--preset--spacing--30);padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"27px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:27px;font-style:normal;font-weight:600;line-height:1.2\"><a style=\"font-size: clamp(17.371px, -2.8544px + 1.086rem + 0.892vw, 27px); font-family: var(--wp--preset--font-family--body); display: inline !important;\" href=\"https://aggressivegraphix.com/shop/\" data-type=\"page\" data-id=\"6\">Shop moto and accessories</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":1121,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"grid-span-full is-style-rounded\",\"style\":{\"border\":{\"radius\":\"25px\"}}} -->\n<figure class=\"grid-span-full is-style-rounded wp-block-image size-full has-custom-border\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/wrapsservices-1.png\" alt=\"\" class=\"wp-image-1121\" style=\"border-radius:25px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"right\":\"26px\",\"left\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"left\":\"19px\",\"right\":\"0px\",\"bottom\":\"32px\"},\"blockGap\":\"15px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"custom-ag-red\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-custom-ag-red-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:0px;padding-bottom:32px;padding-left:19px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"24px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:24px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/wraps-and-tint/\" data-type=\"page\" data-id=\"95\"></a><a href=\"https://aggressivegraphix.com/wraps-and-tint/\" data-type=\"page\" data-id=\"95\">Vehicle wraps and services</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"home-v3-banner-2\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"28px\",\"margin\":{\"top\":\"25px\"},\"padding\":{\"bottom\":\"29px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:25px;padding-bottom:29px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/ride.png\",\"id\":78,\"dimRatio\":0,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-78\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/ride.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"136px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"right\":\"0\",\"left\":\"0\"}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"margin-right:0;margin-left:0;font-size:23px;font-style:normal;font-weight:600\">Bike Graphics</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--20)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/outfit-bike/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"className\":\"flex-sm-wrap\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"flex-sm-wrap wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/2tonegripper.png\",\"id\":453,\"dimRatio\":0,\"customOverlayColor\":\"#db4242\",\"isUserOverlayColor\":true,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#db4242\"></span><img class=\"wp-block-cover__image-background wp-image-453\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/2tonegripper.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"left\":\"11px\",\"top\":\"19px\",\"bottom\":\"19px\",\"right\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"159px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:0;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"23px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-gray-100-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Seat covers</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"24px\"}}}} -->\n<div style=\"margin-bottom:24px;height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--10)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/outfit-bike/seat-covers/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/kopia.png\",\"id\":77,\"dimRatio\":0,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-77\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/kopia.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Plastic kits</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:0\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/outfit-bike/plastic-kits/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/customcanopies.png\",\"id\":1896,\"dimRatio\":0,\"customOverlayColor\":\"#e3e0df\",\"isUserOverlayColor\":false,\"minHeight\":295,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:295px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#e3e0df\"></span><img class=\"wp-block-cover__image-background wp-image-1896\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/customcanopies.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\",\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"className\":\"is-style-default\",\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"is-style-default wp-block-heading has-contrast-2-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Custom canopies</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|40\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--40);height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--40)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/equipment.png\",\"id\":127,\"dimRatio\":0,\"minHeight\":295,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:295px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-127\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/equipment.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\",\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"spacing\":{\"margin\":{\"bottom\":\"0px\"}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-contrast-2-color has-text-color has-link-color\" style=\"margin-bottom:0px;font-size:23px;font-style:normal;font-weight:600\">Jersey lettering</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|40\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--40);height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--40)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/rider-accessories/jersey-lettering/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Home-v1-Feature\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"42px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:42px\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-right:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:columns {\"align\":\"wide\",\"className\":\"eride-scroll home-feature\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"0px\"},\"padding\":{\"right\":\"10px\",\"left\":\"10px\"}}}} -->\n<div class=\"eride-scroll home-feature wp-block-columns alignwide\" style=\"padding-right:10px;padding-left:10px\"><!-- wp:column {\"width\":\"29%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:29%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":635,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/delivery-icon.svg\" alt=\"\" class=\"wp-image-635\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">free delivery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38\">from $50</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"32%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:32%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":652,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/chat-icon.svg\" alt=\"\" class=\"wp-image-652\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">99% customer</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38;text-transform:capitalize\">feedbacks</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"27%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:27%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"20px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":636,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/return-icon.svg\" alt=\"\" class=\"wp-image-636\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">365 days</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38\">for free return</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"20%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:20%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":637,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/payment-icon.svg\" alt=\"\" class=\"wp-image-637\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"4px\",\"left\":\"4px\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-right:4px;padding-left:4px;flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">payment</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38;text-transform:capitalize\">secure system</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Home V3','','inherit','closed','closed','','430-revision-v1','','','2025-02-05 19:51:24','2025-02-05 19:51:24','',430,'https://aggressivegraphix.com/?p=1897',0,'revision','',0),(1899,1,'2025-02-05 20:01:57','2025-02-05 20:01:57','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--20)\"><!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"20px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"616px\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:20px\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"1.1\",\"letterSpacing\":\"-1px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|custom-ag-red\"}}}},\"textColor\":\"custom-ag-red\"} -->\n<h1 class=\"wp-block-heading has-text-align-center has-custom-ag-red-color has-text-color has-link-color\" style=\"font-size:42px;font-style:normal;font-weight:300;letter-spacing:-1px;line-height:1.1\">Premier motorsports graphics and vehicle wraps</h1>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":911,\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-large\"><img src=\"https://transvelo.github.io/eride/assets/images/e-bikes-1.png\" alt=\"\" class=\"wp-image-911\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"26px\",\"right\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"bottom\":\"32px\",\"left\":\"40px\",\"right\":\"var:preset|spacing|30\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"custom-ag-red\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-custom-ag-red-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:var(--wp--preset--spacing--30);padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"27px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:27px;font-style:normal;font-weight:600;line-height:1.2\"><a style=\"font-size: clamp(17.371px, -2.8544px + 1.086rem + 0.892vw, 27px); font-family: var(--wp--preset--font-family--body); display: inline !important;\" href=\"https://aggressivegraphix.com/shop/\" data-type=\"page\" data-id=\"6\">Shop moto and accessories</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":1121,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"grid-span-full is-style-rounded\",\"style\":{\"border\":{\"radius\":\"25px\"}}} -->\n<figure class=\"grid-span-full is-style-rounded wp-block-image size-full has-custom-border\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/wrapsservices-1.png\" alt=\"\" class=\"wp-image-1121\" style=\"border-radius:25px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"right\":\"26px\",\"left\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"left\":\"19px\",\"right\":\"0px\",\"bottom\":\"32px\"},\"blockGap\":\"15px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"custom-ag-red\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-custom-ag-red-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:0px;padding-bottom:32px;padding-left:19px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"24px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:24px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/wraps-and-tint/\" data-type=\"page\" data-id=\"95\"></a><a href=\"https://aggressivegraphix.com/wraps-and-tint/\" data-type=\"page\" data-id=\"95\">Vehicle wraps and services</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"home-v3-banner-2\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"28px\",\"margin\":{\"top\":\"25px\"},\"padding\":{\"bottom\":\"29px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:25px;padding-bottom:29px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/ride.png\",\"id\":78,\"dimRatio\":0,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-78\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/ride.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"136px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"right\":\"0\",\"left\":\"0\"}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"margin-right:0;margin-left:0;font-size:23px;font-style:normal;font-weight:600\">Bike Graphics</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--20)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/outfit-bike/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"className\":\"flex-sm-wrap\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"flex-sm-wrap wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/2tonegripper.png\",\"id\":453,\"dimRatio\":0,\"customOverlayColor\":\"#db4242\",\"isUserOverlayColor\":true,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#db4242\"></span><img class=\"wp-block-cover__image-background wp-image-453\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/2tonegripper.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"left\":\"11px\",\"top\":\"19px\",\"bottom\":\"19px\",\"right\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"159px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:0;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"23px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-gray-100-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Seat covers</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"24px\"}}}} -->\n<div style=\"margin-bottom:24px;height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--10)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/outfit-bike/seat-covers/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://transvelo.github.io/eride/assets/images/kopia.png\",\"id\":77,\"dimRatio\":0,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-77\" alt=\"\" src=\"https://transvelo.github.io/eride/assets/images/kopia.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Plastic kits</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:0\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/outfit-bike/plastic-kits/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/customcanopies.png\",\"id\":1896,\"dimRatio\":0,\"customOverlayColor\":\"#e3e0df\",\"isUserOverlayColor\":false,\"minHeight\":295,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:295px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#e3e0df\"></span><img class=\"wp-block-cover__image-background wp-image-1896\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/customcanopies.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\",\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"className\":\"is-style-default\",\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"is-style-default wp-block-heading has-contrast-2-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Custom canopies</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|40\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--40);height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--40)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/jerseylettering.png\",\"id\":1898,\"dimRatio\":0,\"customOverlayColor\":\"#e1e3e2\",\"isUserOverlayColor\":false,\"minHeight\":295,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:295px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#e1e3e2\"></span><img class=\"wp-block-cover__image-background wp-image-1898\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/jerseylettering.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\",\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"spacing\":{\"margin\":{\"bottom\":\"0px\"}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-contrast-2-color has-text-color has-link-color\" style=\"margin-bottom:0px;font-size:23px;font-style:normal;font-weight:600\">Jersey lettering</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|40\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--40);height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--40)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/rider-accessories/jersey-lettering/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Home-v1-Feature\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"42px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:42px\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-right:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:columns {\"align\":\"wide\",\"className\":\"eride-scroll home-feature\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"0px\"},\"padding\":{\"right\":\"10px\",\"left\":\"10px\"}}}} -->\n<div class=\"eride-scroll home-feature wp-block-columns alignwide\" style=\"padding-right:10px;padding-left:10px\"><!-- wp:column {\"width\":\"29%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:29%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":635,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/delivery-icon.svg\" alt=\"\" class=\"wp-image-635\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">free delivery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38\">from $50</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"32%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:32%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":652,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/chat-icon.svg\" alt=\"\" class=\"wp-image-652\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">99% customer</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38;text-transform:capitalize\">feedbacks</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"27%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:27%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"20px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":636,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/return-icon.svg\" alt=\"\" class=\"wp-image-636\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">365 days</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38\">for free return</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"20%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:20%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":637,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/payment-icon.svg\" alt=\"\" class=\"wp-image-637\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"4px\",\"left\":\"4px\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-right:4px;padding-left:4px;flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">payment</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38;text-transform:capitalize\">secure system</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Home V3','','inherit','closed','closed','','430-revision-v1','','','2025-02-05 20:01:57','2025-02-05 20:01:57','',430,'https://aggressivegraphix.com/?p=1899',0,'revision','',0),(1902,1,'2025-02-05 20:29:36','2025-02-05 20:29:36','','plastickits','','inherit','open','closed','','plastickits','','','2025-09-09 16:16:01','2025-09-09 16:16:01','',430,'https://aggressivegraphix.com/wp-content/uploads/2024/10/plastickits.png',0,'attachment','image/webp',0);
INSERT INTO `nbn_posts` VALUES (1903,1,'2025-02-05 20:29:49','2025-02-05 20:29:49','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"ag\",\"tagName\":\"header\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--20)\"><!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"20px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"616px\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:20px\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"1.1\",\"letterSpacing\":\"-1px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|custom-ag-red\"}}}},\"textColor\":\"custom-ag-red\"} -->\n<h1 class=\"wp-block-heading has-text-align-center has-custom-ag-red-color has-text-color has-link-color\" style=\"font-size:42px;font-style:normal;font-weight:300;letter-spacing:-1px;line-height:1.1\">Premier motorsports graphics and vehicle wraps</h1>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":911,\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-large\"><img src=\"https://transvelo.github.io/eride/assets/images/e-bikes-1.png\" alt=\"\" class=\"wp-image-911\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"26px\",\"right\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"bottom\":\"32px\",\"left\":\"40px\",\"right\":\"var:preset|spacing|30\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"custom-ag-red\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-custom-ag-red-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:var(--wp--preset--spacing--30);padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"27px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:27px;font-style:normal;font-weight:600;line-height:1.2\"><a style=\"font-size: clamp(17.371px, -2.8544px + 1.086rem + 0.892vw, 27px); font-family: var(--wp--preset--font-family--body); display: inline !important;\" href=\"https://aggressivegraphix.com/shop/\" data-type=\"page\" data-id=\"6\">Shop moto and accessories</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":1121,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"grid-span-full is-style-rounded\",\"style\":{\"border\":{\"radius\":\"25px\"}}} -->\n<figure class=\"grid-span-full is-style-rounded wp-block-image size-full has-custom-border\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/wrapsservices-1.png\" alt=\"\" class=\"wp-image-1121\" style=\"border-radius:25px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"right\":\"26px\",\"left\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"left\":\"19px\",\"right\":\"0px\",\"bottom\":\"32px\"},\"blockGap\":\"15px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"custom-ag-red\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-custom-ag-red-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:0px;padding-bottom:32px;padding-left:19px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"24px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:24px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/wraps-and-tint/\" data-type=\"page\" data-id=\"95\"></a><a href=\"https://aggressivegraphix.com/wraps-and-tint/\" data-type=\"page\" data-id=\"95\">Vehicle wraps and services</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"home-v3-banner-2\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"28px\",\"margin\":{\"top\":\"25px\"},\"padding\":{\"bottom\":\"29px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:25px;padding-bottom:29px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/bikegraphics.png\",\"id\":1900,\"dimRatio\":0,\"customOverlayColor\":\"#dddedc\",\"isUserOverlayColor\":false,\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#dddedc\"></span><img class=\"wp-block-cover__image-background wp-image-1900\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/bikegraphics.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"136px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"right\":\"0\",\"left\":\"0\"}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"margin-right:0;margin-left:0;font-size:23px;font-style:normal;font-weight:600\">Bike Graphics</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--20)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/outfit-bike/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"className\":\"flex-sm-wrap\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"flex-sm-wrap wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcovers.png\",\"id\":1901,\"dimRatio\":0,\"customOverlayColor\":\"#db4242\",\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.67000000000000003996802888650563545525074005126953125,\"y\":0.440000000000000002220446049250313080847263336181640625},\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#db4242\"></span><img class=\"wp-block-cover__image-background wp-image-1901\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcovers.png\" style=\"object-position:67% 44%\" data-object-fit=\"cover\" data-object-position=\"67% 44%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"left\":\"11px\",\"top\":\"19px\",\"bottom\":\"19px\",\"right\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"159px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:0;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"23px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-gray-100-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Seat covers</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"24px\"}}}} -->\n<div style=\"margin-bottom:24px;height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--10)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/outfit-bike/seat-covers/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/plastickits.png\",\"id\":1902,\"dimRatio\":0,\"customOverlayColor\":\"#e9c3c2\",\"isUserOverlayColor\":false,\"focalPoint\":{\"x\":0.5500000000000000444089209850062616169452667236328125,\"y\":0.58999999999999996891375531049561686813831329345703125},\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#e9c3c2\"></span><img class=\"wp-block-cover__image-background wp-image-1902\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/plastickits.png\" style=\"object-position:55% 59%\" data-object-fit=\"cover\" data-object-position=\"55% 59%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Plastic kits</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:0\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/outfit-bike/plastic-kits/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/customcanopies.png\",\"id\":1896,\"dimRatio\":0,\"customOverlayColor\":\"#e3e0df\",\"isUserOverlayColor\":false,\"minHeight\":295,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:295px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#e3e0df\"></span><img class=\"wp-block-cover__image-background wp-image-1896\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/customcanopies.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\",\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"className\":\"is-style-default\",\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"is-style-default wp-block-heading has-contrast-2-color has-text-color has-link-color\" style=\"font-size:23px;font-style:normal;font-weight:600\">Custom canopies</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|40\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--40);height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--40)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/jerseylettering.png\",\"id\":1898,\"dimRatio\":0,\"customOverlayColor\":\"#e1e3e2\",\"isUserOverlayColor\":false,\"minHeight\":295,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:295px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#e1e3e2\"></span><img class=\"wp-block-cover__image-background wp-image-1898\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/jerseylettering.png\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\",\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"23px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"spacing\":{\"margin\":{\"bottom\":\"0px\"}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-contrast-2-color has-text-color has-link-color\" style=\"margin-bottom:0px;font-size:23px;font-style:normal;font-weight:600\">Jersey lettering</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|40\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--40);height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--40)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/rider-accessories/jersey-lettering/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Home-v1-Feature\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"42px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:42px\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-right:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:columns {\"align\":\"wide\",\"className\":\"eride-scroll home-feature\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"0px\"},\"padding\":{\"right\":\"10px\",\"left\":\"10px\"}}}} -->\n<div class=\"eride-scroll home-feature wp-block-columns alignwide\" style=\"padding-right:10px;padding-left:10px\"><!-- wp:column {\"width\":\"29%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:29%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":635,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/delivery-icon.svg\" alt=\"\" class=\"wp-image-635\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">free delivery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38\">from $50</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"32%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:32%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":652,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/chat-icon.svg\" alt=\"\" class=\"wp-image-652\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">99% customer</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38;text-transform:capitalize\">feedbacks</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"27%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:27%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"20px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":636,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/return-icon.svg\" alt=\"\" class=\"wp-image-636\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">365 days</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38\">for free return</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"20%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:20%\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"10px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"15%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:15%\"><!-- wp:image {\"id\":637,\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/themes/ag/assets/images/payment-icon.svg\" alt=\"\" class=\"wp-image-637\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"4px\",\"left\":\"4px\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-right:4px;padding-left:4px;flex-basis:85%\"><!-- wp:heading {\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.38\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:16px;font-style:normal;font-weight:700;line-height:1.38;text-transform:capitalize\">payment</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\",\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.38\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:16px;font-style:normal;font-weight:400;line-height:1.38;text-transform:capitalize\">secure system</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"ag\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Home V3','','inherit','closed','closed','','430-revision-v1','','','2025-02-05 20:29:49','2025-02-05 20:29:49','',430,'https://aggressivegraphix.com/?p=1903',0,'revision','',0),(1905,1,'2025-02-10 11:58:30','2025-02-10 11:58:30','{\"styles\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#c70000\"},\":hover\":{\"color\":{\"text\":\"#9d0000\"}}},\"button\":{\"color\":{\"background\":\"#c70000\"}},\"heading\":{\"color\":{\"text\":\"var(--wp--preset--color--gray-300)\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"caption\":{\"color\":{\"text\":\"var(--wp--preset--color--gray-300)\"}},\"h3\":{\"typography\":{\"fontSize\":\"28px\"}}},\"color\":{\"text\":\"var(--wp--preset--color--gray-300)\"},\"blocks\":{\"core\\/post-title\":{\"typography\":{\"fontSize\":\"var:preset|font-size|large\"},\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}}}},\"settings\":{\"color\":{\"palette\":{\"theme\":[{\"color\":\"#fff\",\"name\":\"Base\",\"slug\":\"base\"},{\"color\":\"#f5f5f6\",\"name\":\"Base \\/ Two\",\"slug\":\"base-2\"},{\"color\":\"#f9f9f9\",\"name\":\"Base \\/ Three\",\"slug\":\"base-3\"},{\"color\":\"#fefefe\",\"name\":\"Base \\/ Four\",\"slug\":\"base-4\"},{\"color\":\"#c70000\",\"name\":\"Primary\",\"slug\":\"primary\"},{\"color\":\"#a20000\",\"name\":\"Primary \\/ Two\",\"slug\":\"primary-2\"},{\"color\":\"#666666\",\"name\":\"Primary \\/ Three\",\"slug\":\"primary-3\"},{\"color\":\"#333333\",\"name\":\"Primary \\/ Four\",\"slug\":\"primary-4\"},{\"color\":\"#000000\",\"name\":\"Contrast\",\"slug\":\"contrast\"},{\"color\":\"#020202\",\"name\":\"Contrast \\/ Two\",\"slug\":\"contrast-2\"},{\"color\":\"#333e48\",\"name\":\"Gray \\/ 100\",\"slug\":\"gray-100\"},{\"color\":\"#343f49\",\"name\":\"Gray \\/ 200\",\"slug\":\"gray-200\"},{\"color\":\"#4b4b4b\",\"name\":\"Gray \\/ 300\",\"slug\":\"gray-300\"},{\"color\":\"#606060\",\"name\":\"Gray \\/ 400\",\"slug\":\"gray-400\"},{\"color\":\"#616b73\",\"name\":\"Gray \\/ 500\",\"slug\":\"gray-500\"},{\"color\":\"#7f7f7f\",\"name\":\"Gray \\/ 600\",\"slug\":\"gray-600\"},{\"color\":\"#777c80\",\"name\":\"Gray \\/ 700\",\"slug\":\"gray-700\"},{\"color\":\"#83898e\",\"name\":\"Gray \\/ 800\",\"slug\":\"gray-800\"},{\"color\":\"#878787\",\"name\":\"Gray \\/ 900\",\"slug\":\"gray-900\"},{\"color\":\"#a3a3a3\",\"name\":\"Gray \\/ 1000\",\"slug\":\"gray-1000\"},{\"color\":\"#d6d6d6\",\"name\":\"Gray \\/ 1100\",\"slug\":\"gray-1100\"},{\"color\":\"#3f7fca\",\"name\":\"Info\",\"slug\":\"info\"},{\"color\":\"#3fca90\",\"name\":\"Success\",\"slug\":\"success\"},{\"color\":\"#fed600\",\"name\":\"Warning\",\"slug\":\"warning\"},{\"color\":\"#ff0000\",\"name\":\"Danger\",\"slug\":\"danger\"},{\"color\":\"#e70000\",\"name\":\"Danger \\/ Two\",\"slug\":\"danger-2\"},{\"color\":\"#7f8a94\",\"name\":\"Gray \\/ 1200\",\"slug\":\"gray-1200\"}]}}},\"isGlobalStylesUserThemeJSON\":true,\"version\":3}','Custom Styles','','publish','closed','closed','','wp-global-styles-eride','','','2025-08-04 19:46:30','2025-08-04 19:46:30','',0,'https://aggressivegraphix.com/wp-global-styles-eride/',0,'wp_global_styles','',0),(1906,1,'2025-02-10 15:11:00','2025-02-10 15:11:00','','','','publish','closed','closed','','1906','','','2025-09-09 19:01:38','2025-09-09 19:01:38','',1880,'https://aggressivegraphix.com/af_pao_options/1906/',0,'af_pao_options','',0),(1909,1,'2025-02-10 21:05:38','2025-02-10 21:05:38','<!-- wp:group {\"align\":\"full\",\"className\":\"wc-blocks-pattern-header-centered-menu wc-blocks-header-pattern\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wc-blocks-pattern-header-centered-menu wc-blocks-header-pattern wp-block-group alignfull\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"isStackedOnMobile\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"bottom\":\"24px\",\"left\":\"40px\",\"right\":\"40px\"}}}} -->\n<div class=\"wp-block-columns alignfull are-vertically-aligned-center is-not-stacked-on-mobile\" style=\"padding-top:24px;padding-right:40px;padding-bottom:24px;padding-left:40px\"><!-- wp:column {\"verticalAlignment\":\"center\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"shouldSyncIcon\":false} /-->\n\n<!-- wp:site-title /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconStyle\":\"line\",\"iconClass\":\"wc-block-customer-account__account-icon\"} /-->\n\n<!-- wp:woocommerce/mini-cart /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"align\":\"full\",\"className\":\"is-style-wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"}}}} -->\n<hr class=\"is-style-wide wp-block-separator alignfull has-alpha-channel-opacity\" style=\"margin-top:0px;margin-bottom:0px\"/>\n<!-- /wp:separator -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"blockGap\":\"30px\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:separator {\"align\":\"full\",\"className\":\"is-style-wide\"} -->\n<hr class=\"is-style-wide wp-block-separator alignfull has-alpha-channel-opacity\"/>\n<!-- /wp:separator --></div>\n<!-- /wp:group -->','Header v2','','publish','closed','closed','','header-v2','','','2025-02-10 21:05:38','2025-02-10 21:05:38','',0,'https://aggressivegraphix.com/header-v2/',0,'wp_template_part','',0),(1911,1,'2025-02-10 21:05:39','2025-02-10 21:05:39','<!-- wp:group {\"metadata\":{\"name\":\"Header v3\"},\"className\":\"header-v3\",\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"margin\":{\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"header-v3 wp-block-group\" style=\"margin-bottom:var(--wp--preset--spacing--20);padding-top:0;padding-bottom:0\"><!-- wp:group {\"metadata\":{\"name\":\"Desktop Header\"},\"align\":\"full\",\"className\":\"desktop-header\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"desktop-header wp-block-group alignfull\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":67,\"width\":\"237px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"brand\",\"style\":{\"color\":{\"duotone\":\"unset\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} -->\n<figure class=\"brand wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/AG-logo.png\" alt=\"\" class=\"wp-image-67\" style=\"width:237px;height:auto\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:navigation {\"ref\":42} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"style\":{\"spacing\":{\"margin\":{\"left\":\"14px\",\"right\":\"1px\",\"top\":\"1px\"}}}} /-->\n\n<!-- wp:woocommerce/mini-cart {\"miniCartIcon\":\"bag-alt\",\"style\":{\"typography\":{\"fontSize\":\"15px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"var:preset|spacing|10\"},\"margin\":{\"top\":\"6px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"relative wp-block-group alignwide\" style=\"margin-top:6px;padding-bottom:var(--wp--preset--spacing--10)\"><!-- wp:navigation {\"ref\":1913,\"overlayTextColor\":\"gray-100\",\"className\":\"primary-menu\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"spacing\":{\"blockGap\":\"50px\"},\"typography\":{\"fontSize\":\"14px\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} /-->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"letterSpacing\":\"-0.1px\"}}} -->\n<p style=\"font-size:14px;letter-spacing:-0.1px\" class=\"\"><strong>Free Shipping</strong> for all Orders of $50</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Mobile Header\"},\"align\":\"full\",\"className\":\"mobile-header\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"16px\",\"right\":\"16px\"},\"blockGap\":\"14px\"},\"border\":{\"bottom\":{\"color\":\"var:preset|color|gray-1100\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"left\":[]}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"mobile-header wp-block-group alignfull\" style=\"border-bottom-color:var(--wp--preset--color--gray-1100);border-bottom-width:1px;padding-top:var(--wp--preset--spacing--10);padding-right:16px;padding-bottom:var(--wp--preset--spacing--10);padding-left:16px\"></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Header v3','','publish','closed','closed','','header-v3','','','2025-02-10 21:19:37','2025-02-10 21:19:37','',0,'https://aggressivegraphix.com/header-v3/',0,'wp_template_part','',0),(1912,1,'2025-02-10 21:05:41','2025-02-10 21:05:41','<!-- wp:group {\"metadata\":{\"name\":\"Header v3\"},\"className\":\"header-v3\",\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"margin\":{\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"header-v3 wp-block-group\" style=\"margin-bottom:var(--wp--preset--spacing--20);padding-top:0;padding-bottom:0\"><!-- wp:group {\"metadata\":{\"name\":\"Desktop Header\"},\"align\":\"full\",\"className\":\"desktop-header\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"desktop-header wp-block-group alignfull\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":67,\"width\":\"237px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"brand\",\"style\":{\"color\":{\"duotone\":\"unset\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} -->\n<figure class=\"brand wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/AG-logo.png\" alt=\"\" class=\"wp-image-67\" style=\"width:237px;height:auto\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:navigation {\"ref\":42} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"style\":{\"spacing\":{\"margin\":{\"left\":\"14px\",\"right\":\"1px\",\"top\":\"1px\"}}}} /-->\n\n<!-- wp:woocommerce/mini-cart {\"miniCartIcon\":\"bag-alt\",\"style\":{\"typography\":{\"fontSize\":\"15px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"var:preset|spacing|10\"},\"margin\":{\"top\":\"6px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"relative wp-block-group alignwide\" style=\"margin-top:6px;padding-bottom:var(--wp--preset--spacing--10)\"><!-- wp:navigation {\"ref\":48,\"overlayTextColor\":\"gray-100\",\"className\":\"primary-menu\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"spacing\":{\"blockGap\":\"50px\"},\"typography\":{\"fontSize\":\"14px\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} /-->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"letterSpacing\":\"-0.1px\"}}} -->\n<p style=\"font-size:14px;letter-spacing:-0.1px\" class=\"\"><strong>Free Shipping</strong> for all Orders of $50</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Mobile Header\"},\"align\":\"full\",\"className\":\"mobile-header\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"16px\",\"right\":\"16px\"},\"blockGap\":\"14px\"},\"border\":{\"bottom\":{\"color\":\"var:preset|color|gray-1100\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"left\":[]}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"mobile-header wp-block-group alignfull\" style=\"border-bottom-color:var(--wp--preset--color--gray-1100);border-bottom-width:1px;padding-top:var(--wp--preset--spacing--10);padding-right:16px;padding-bottom:var(--wp--preset--spacing--10);padding-left:16px\"></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Header v3','','inherit','closed','closed','','1911-revision-v1','','','2025-02-10 21:05:41','2025-02-10 21:05:41','',1911,'https://aggressivegraphix.com/?p=1912',0,'revision','',0),(1915,1,'2025-02-10 21:19:37','2025-02-10 21:19:37','<!-- wp:group {\"metadata\":{\"name\":\"Header v3\"},\"className\":\"header-v3\",\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"margin\":{\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"header-v3 wp-block-group\" style=\"margin-bottom:var(--wp--preset--spacing--20);padding-top:0;padding-bottom:0\"><!-- wp:group {\"metadata\":{\"name\":\"Desktop Header\"},\"align\":\"full\",\"className\":\"desktop-header\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"desktop-header wp-block-group alignfull\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":67,\"width\":\"237px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"brand\",\"style\":{\"color\":{\"duotone\":\"unset\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} -->\n<figure class=\"brand wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/AG-logo.png\" alt=\"\" class=\"wp-image-67\" style=\"width:237px;height:auto\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:navigation {\"ref\":42} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"style\":{\"spacing\":{\"margin\":{\"left\":\"14px\",\"right\":\"1px\",\"top\":\"1px\"}}}} /-->\n\n<!-- wp:woocommerce/mini-cart {\"miniCartIcon\":\"bag-alt\",\"style\":{\"typography\":{\"fontSize\":\"15px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"var:preset|spacing|10\"},\"margin\":{\"top\":\"6px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"relative wp-block-group alignwide\" style=\"margin-top:6px;padding-bottom:var(--wp--preset--spacing--10)\"><!-- wp:navigation {\"ref\":1913,\"overlayTextColor\":\"gray-100\",\"className\":\"primary-menu\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"spacing\":{\"blockGap\":\"50px\"},\"typography\":{\"fontSize\":\"14px\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} /-->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"letterSpacing\":\"-0.1px\"}}} -->\n<p style=\"font-size:14px;letter-spacing:-0.1px\" class=\"\"><strong>Free Shipping</strong> for all Orders of $50</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Mobile Header\"},\"align\":\"full\",\"className\":\"mobile-header\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"16px\",\"right\":\"16px\"},\"blockGap\":\"14px\"},\"border\":{\"bottom\":{\"color\":\"var:preset|color|gray-1100\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"left\":[]}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"mobile-header wp-block-group alignfull\" style=\"border-bottom-color:var(--wp--preset--color--gray-1100);border-bottom-width:1px;padding-top:var(--wp--preset--spacing--10);padding-right:16px;padding-bottom:var(--wp--preset--spacing--10);padding-left:16px\"></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Header v3','','inherit','closed','closed','','1911-revision-v1','','','2025-02-10 21:19:37','2025-02-10 21:19:37','',1911,'https://aggressivegraphix.com/?p=1915',0,'revision','',0),(1916,1,'2025-02-10 21:19:37','2025-02-10 21:19:37','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:cover {\"overlayColor\":\"primary\",\"isUserOverlayColor\":true,\"layout\":{\"type\":\"constrained\",\"contentSize\":\"75%\",\"wideSize\":\"100%\"}} -->\n<div class=\"wp-block-cover\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-primary-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Graphics designed with you, not just for you.</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} -->\n<p style=\"font-size:18px;font-style:normal;font-weight:300\" class=\"\">At Aggressive Graphix, we help amplify your image through vinyl wraps. From concept to completion, every step of the process is done in-house — design, print, production, and professional installation — ensuring quality, consistency, and quick turnaround.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--20)\"><!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":2249,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/wapsandtint.webp\" alt=\"\" class=\"wp-image-2249\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"right\":\"26px\",\"left\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"left\":\"40px\",\"right\":\"0px\",\"bottom\":\"32px\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-primary-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:0px;padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"26px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:26px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/wraps-and-tint/\" data-type=\"page\" data-id=\"95\">WRAPS AND TINT</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"isUserOverlayColor\":true,\"customGradient\":\"linear-gradient(0deg,rgb(255,255,255) 0%,rgb(245,245,246) 10%)\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":{\"topLeft\":\"25px\",\"topRight\":\"25px\",\"bottomLeft\":\"0px\",\"bottomRight\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary-3\"}}},\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\"}}},\"textColor\":\"primary-3\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover aligncenter has-primary-3-color has-text-color has-link-color\" style=\"border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30);padding-top:0;padding-bottom:0\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(0deg,rgb(255,255,255) 0%,rgb(245,245,246) 10%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Wraps That Turn Heads</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} -->\n<p class=\"has-text-align-center\" style=\"font-size:17px;font-style:normal;font-weight:300\">Vehicle wraps take your ride from basic to bold—turning heads and commanding attention wherever you roll. Whether you\'re making a statement on the street or turning your fleet into a moving brand experience, vehicle wraps bring personality, power, and presence to every drive. </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"isUserOverlayColor\":true,\"customGradient\":\"linear-gradient(0deg,rgb(255,255,255) 0%,rgb(245,245,246) 11%)\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":{\"topLeft\":\"25px\",\"topRight\":\"25px\",\"bottomLeft\":\"0px\",\"bottomRight\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary-3\"}}},\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\"}}},\"textColor\":\"primary-3\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover aligncenter has-primary-3-color has-text-color has-link-color\" style=\"border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(0deg,rgb(255,255,255) 0%,rgb(245,245,246) 11%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Moto Graphics Tailored To You</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} -->\n<p class=\"has-text-align-center\" style=\"font-size:17px;font-style:normal;font-weight:300\">Stand out at the track with custom dirt bike and quad graphics designed with you, not just for you. Every order starts from scratch and includes 1-on-1 support from our designers to bring your idea to life — names, numbers, sponsors, colors — it’s all up to you. Our kits are precision-cut, race-ready, and built to last.</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":2247,\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/customgraphics-1024x761.png\" alt=\"\" class=\"wp-image-2247\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"26px\",\"right\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"bottom\":\"32px\",\"left\":\"40px\",\"right\":\"var:preset|spacing|30\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-primary-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:var(--wp--preset--spacing--30);padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"26px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:26px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/shop/\" data-type=\"page\" data-id=\"6\">CUSTOM GRAPHICS</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Home V3','','publish','closed','closed','','home-v3','','','2025-09-09 19:39:25','2025-09-09 19:39:25','',0,'https://aggressivegraphix.com/home-v3/',0,'wp_template','',0),(1917,1,'2025-02-10 21:19:40','2025-02-10 21:19:40','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"eride\",\"tagName\":\"header\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--20)\"><!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"20px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"616px\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:20px\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"100\",\"lineHeight\":\"1.1\",\"letterSpacing\":\"-1px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"font-size:42px;font-style:normal;font-weight:100;letter-spacing:-1px;line-height:1.1\">Premium motorsports graphics and vehicle wraps.</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":911,\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-large\"><img src=\"https://transvelo.github.io/eride/assets/images/e-bikes-1.png\" alt=\"\" class=\"wp-image-911\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"26px\",\"right\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"bottom\":\"32px\",\"left\":\"40px\",\"right\":\"var:preset|spacing|30\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-primary-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:var(--wp--preset--spacing--30);padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"26px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:26px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/shop/\" data-type=\"page\" data-id=\"6\">Custom graphics</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":1121,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/wrapsservices-1.png\" alt=\"\" class=\"wp-image-1121\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"right\":\"26px\",\"left\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"left\":\"40px\",\"right\":\"0px\",\"bottom\":\"32px\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-primary-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:0px;padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"26px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:26px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/wraps-and-tint/\" data-type=\"page\" data-id=\"95\">Wraps and tinting</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"home-v3-banner-2\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"28px\",\"margin\":{\"top\":\"25px\"},\"padding\":{\"bottom\":\"29px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:25px;padding-bottom:29px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"className\":\"flex-sm-wrap\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"flex-sm-wrap wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcovers.png\",\"id\":1901,\"dimRatio\":0,\"customOverlayColor\":\"#e9d3d2\",\"isUserOverlayColor\":false,\"focalPoint\":{\"x\":1,\"y\":0.4899999999999999911182158029987476766109466552734375},\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#e9d3d2\"></span><img class=\"wp-block-cover__image-background wp-image-1901\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcovers.png\" style=\"object-position:100% 49%\" data-object-fit=\"cover\" data-object-position=\"100% 49%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"left\":\"11px\",\"top\":\"19px\",\"bottom\":\"19px\",\"right\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"159px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:0;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"fontSize\":\"26px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-gray-100-color has-text-color has-link-color\" style=\"font-size:26px;font-style:normal;font-weight:400\">Seat covers</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"24px\"}}}} -->\n<div style=\"margin-bottom:24px;height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--10)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/outfit-bike/seat-covers/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/plastickits.png\",\"id\":1902,\"dimRatio\":0,\"customOverlayColor\":\"#e9c3c2\",\"isUserOverlayColor\":false,\"focalPoint\":{\"x\":1,\"y\":0.7800000000000000266453525910037569701671600341796875},\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#e9c3c2\"></span><img class=\"wp-block-cover__image-background wp-image-1902\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/plastickits.png\" style=\"object-position:100% 78%\" data-object-fit=\"cover\" data-object-position=\"100% 78%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"26px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:26px;font-style:normal;font-weight:400\">Plastic kits</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:0\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/outfit-bike/plastic-kits/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"className\":\"flex-sm-wrap\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"flex-sm-wrap wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/jerseylettering.png\",\"id\":1898,\"dimRatio\":0,\"customOverlayColor\":\"#e1e3e2\",\"isUserOverlayColor\":false,\"focalPoint\":{\"x\":0.68000000000000004884981308350688777863979339599609375,\"y\":0.5100000000000000088817841970012523233890533447265625},\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#e1e3e2\"></span><img class=\"wp-block-cover__image-background wp-image-1898\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/jerseylettering.png\" style=\"object-position:68% 51%\" data-object-fit=\"cover\" data-object-position=\"68% 51%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"left\":\"11px\",\"top\":\"19px\",\"bottom\":\"19px\",\"right\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"159px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:0;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"fontSize\":\"26px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-gray-100-color has-text-color has-link-color\" style=\"font-size:26px;font-style:normal;font-weight:400\">Jersey lettering</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"24px\"}}}} -->\n<div style=\"margin-bottom:24px;height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--10)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/rider-accessories/jersey-lettering/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/customcanopies.png\",\"id\":1896,\"dimRatio\":0,\"customOverlayColor\":\"#e3e0df\",\"isUserOverlayColor\":false,\"focalPoint\":{\"x\":0.689999999999999946709294817992486059665679931640625,\"y\":0.5500000000000000444089209850062616169452667236328125},\"minHeight\":295,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"},\"margin\":{\"top\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|50\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;margin-top:var(--wp--preset--spacing--50);margin-bottom:var(--wp--preset--spacing--50);padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:295px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#e3e0df\"></span><img class=\"wp-block-cover__image-background wp-image-1896\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/customcanopies.png\" style=\"object-position:69% 55%\" data-object-fit=\"cover\" data-object-position=\"69% 55%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\",\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"26px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"spacing\":{\"margin\":{\"bottom\":\"11px\"}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-contrast-2-color has-text-color has-link-color\" style=\"margin-bottom:11px;font-size:26px;font-style:normal;font-weight:400\">Custom canopies</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|40\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--40);height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--40)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/canopies-and-accessories/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Home V3','','inherit','closed','closed','','1916-revision-v1','','','2025-02-10 21:19:40','2025-02-10 21:19:40','',1916,'https://aggressivegraphix.com/?p=1917',0,'revision','',0),(1918,1,'2025-02-10 21:23:27','2025-02-10 21:23:27','<!-- wp:template-part {\"slug\":\"header-v3\",\"theme\":\"eride\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:post-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"24px\",\"padding\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"padding-top:0\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"562px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"18px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"font-size:18px\">Cutting-edge design and performance: explore the latest bikes on the scene</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"gray-100\",\"style\":{\"spacing\":{\"padding\":{\"left\":\"38.5px\",\"right\":\"38.5px\"}}}} -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-gray-100-background-color has-background wp-element-button\" href=\"#\" style=\"padding-right:38.5px;padding-left:38.5px\">Browse</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"},\"margin\":{\"top\":\"0px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"margin-top:0px;padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"22.9%\",\"className\":\"filter-block\"} -->\n<div class=\"filter-block wp-block-column is-vertically-aligned-top\" style=\"flex-basis:22.9%\"><!-- wp:template-part {\"slug\":\"products-filter\",\"theme\":\"eride\",\"area\":\"uncategorized\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"77.1%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:77.1%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:0px\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":3,\"query\":{\"perPage\":9,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"className\":\"product-list-view\"} -->\n<div class=\"product-list-view wp-block-query\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"default\",\"columnCount\":3},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0px;margin-bottom:0px\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"left\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\"}}},\"backgroundColor\":\"base\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-base-background-color has-background\" style=\"padding-right:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true,\"width\":\"300px\",\"height\":\"\",\"scale\":\"fill\",\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"className\":\"product-list-view-content\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|40\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\",\"justifyContent\":\"left\"}} -->\n<div class=\"product-list-view-content wp-block-group\" style=\"padding-right:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"typography\":{\"fontSize\":\"12px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"spacing\":{\"margin\":{\"bottom\":\"10px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0rem\",\"top\":\"0\"}},\"typography\":{\"fontSize\":\"18px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":30,\"style\":{\"spacing\":{\"margin\":{\"top\":\"11px\",\"bottom\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Product List','','publish','closed','closed','','product-list','','','2025-02-10 21:23:27','2025-02-10 21:23:27','',0,'https://aggressivegraphix.com/product-list/',0,'wp_template','',0),(1919,1,'2025-02-10 21:32:14','2025-02-10 21:32:14','<!-- wp:navigation-link {\"label\":\"Home\",\"type\":\"page\",\"id\":2,\"url\":\"https://aggressivegraphix.com/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"22px\"}}} /-->\n\n<!-- wp:navigation-submenu {\"label\":\"Shop\",\"type\":\"page\",\"id\":6,\"url\":\"https://aggressivegraphix.com/shop/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"22px\"}}} -->\n<!-- wp:navigation-submenu {\"label\":\"Outfit Bike\",\"type\":\"product_cat\",\"id\":27,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} -->\n<!-- wp:navigation-link {\"label\":\"Custom Graphics kits\",\"type\":\"product_cat\",\"id\":24,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/custom-graphics-kits/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Seat Covers\",\"type\":\"product_cat\",\"id\":25,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/seat-covers/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Plastic kits\",\"type\":\"product_cat\",\"id\":26,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/plastic-kits/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Rider Accessories\",\"type\":\"product_cat\",\"id\":28,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} -->\n<!-- wp:navigation-link {\"label\":\"Jersey lettering\",\"type\":\"product_cat\",\"id\":29,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/jersey-lettering/\",\"kind\":\"taxonomy\",\"className\":\"is-style-default\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-submenu {\"label\":\"Goggles\",\"type\":\"product_cat\",\"id\":30,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} -->\n<!-- wp:navigation-link {\"label\":\"Adult goggles\",\"type\":\"product_tag\",\"id\":64,\"url\":\"https://aggressivegraphix.com/product-tag/adult-goggles/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Youth goggles\",\"type\":\"product_tag\",\"id\":65,\"url\":\"https://aggressivegraphix.com/product-tag/youth-goggles/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Goggle Accessories\",\"type\":\"product_cat\",\"id\":31,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/goggle-accessories/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Canopies and Accessories\",\"type\":\"product_cat\",\"id\":36,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} -->\n<!-- wp:navigation-link {\"label\":\"Canopies\",\"type\":\"product_cat\",\"id\":37,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/canopies/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Half Walls\",\"type\":\"product_cat\",\"id\":38,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/half-walls/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Full Walls\",\"type\":\"product_cat\",\"id\":39,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/full-walls/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Flags\",\"type\":\"product_cat\",\"id\":40,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/flags/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Table Cloths\",\"type\":\"product_cat\",\"id\":41,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/table-cloths/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Setup accessories\",\"type\":\"product_cat\",\"id\":42,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/setup-accessories/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Merchandise\",\"type\":\"product_cat\",\"id\":32,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/merchandise/\",\"kind\":\"taxonomy\",\"className\":\"is-style-default\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Wraps and Tint\",\"type\":\"page\",\"id\":95,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"22px\"}}} -->\n<!-- wp:navigation-link {\"label\":\"Color change wraps\",\"type\":\"page\",\"id\":1212,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/color-change-wraps/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Commercial wraps and lettering\",\"type\":\"page\",\"id\":1214,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/commercial-wraps-and-lettering/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Window tint\",\"type\":\"page\",\"id\":1216,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/window-tint/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Our Work\",\"type\":\"page\",\"id\":82,\"url\":\"https://aggressivegraphix.com/our-work/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"22px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"About Us\",\"type\":\"page\",\"id\":93,\"url\":\"https://aggressivegraphix.com/about-us/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"22px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Contact Us\",\"type\":\"page\",\"id\":31,\"url\":\"https://aggressivegraphix.com/contact-us/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"22px\"}}} /-->','Desktop main nav','','publish','closed','closed','','navigation-3','','','2025-10-01 20:50:27','2025-10-01 20:50:27','',0,'https://aggressivegraphix.com/?p=1919',0,'wp_navigation','',0),(1921,1,'2025-02-10 21:32:13','2025-02-10 21:32:13','<!-- wp:group {\"metadata\":{\"name\":\"Header v1\"},\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"margin\":{\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:var(--wp--preset--spacing--20);padding-top:0;padding-bottom:0\"><!-- wp:group {\"metadata\":{\"name\":\"Desktop Header\"},\"align\":\"full\",\"className\":\"desktop-header\",\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"18px\",\"bottom\":\"15px\",\"right\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\"}},\"border\":{\"bottom\":{\"color\":\"var:preset|color|gray-1100\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"left\":[]}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"desktop-header wp-block-group alignfull\" style=\"border-bottom-color:var(--wp--preset--color--gray-1100);border-bottom-width:1px;padding-top:18px;padding-right:var(--wp--preset--spacing--10);padding-bottom:15px;padding-left:var(--wp--preset--spacing--10)\"><!-- wp:group {\"align\":\"wide\",\"className\":\"relative\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"relative wp-block-group alignwide\"><!-- wp:image {\"id\":67,\"width\":\"205px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"brand\",\"style\":{\"color\":{\"duotone\":\"unset\"},\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"206px\"}}} -->\n<figure class=\"brand wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/AG-logo.webp\" alt=\"\" class=\"wp-image-67\" style=\"width:205px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:navigation {\"ref\":1919,\"icon\":\"menu\",\"overlayTextColor\":\"gray-100\",\"metadata\":{\"ignoredHookedBlocks\":[\"woocommerce/customer-account\"]},\"className\":\"primary-menu\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontSize\":\"14px\"},\"spacing\":{\"blockGap\":\"50px\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} /-->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":55,\"width\":\"21px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"search-toggle\"} -->\n<figure class=\"search-toggle wp-block-image size-full is-resized\" id=\"showModalBtn\"><a href=\"#\"><img src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/search.svg\" alt=\"\" class=\"wp-image-55\" style=\"width:21px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:woocommerce/cart-link {\"cartIcon\":\"bag-alt\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Mobile Header\"},\"align\":\"full\",\"className\":\"mobile-header\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"16px\",\"right\":\"16px\"},\"blockGap\":\"14px\"},\"border\":{\"bottom\":{\"color\":\"var:preset|color|gray-1100\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"left\":[]}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"mobile-header wp-block-group alignfull\" style=\"border-bottom-color:var(--wp--preset--color--gray-1100);border-bottom-width:1px;padding-top:var(--wp--preset--spacing--10);padding-right:16px;padding-bottom:var(--wp--preset--spacing--10);padding-left:16px\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"12px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"ref\":3231,\"overlayMenu\":\"always\",\"icon\":\"menu\",\"metadata\":{\"ignoredHookedBlocks\":[\"woocommerce/customer-account\"]}} /-->\n\n<!-- wp:image {\"id\":67,\"width\":\"140px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"brand\",\"style\":{\"color\":{\"duotone\":\"unset\"}}} -->\n<figure class=\"brand wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/AG-logo.webp\" alt=\"\" class=\"wp-image-67\" style=\"width:140px;height:auto\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"20px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":55,\"width\":\"20px\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"search-toggle\",\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} -->\n<figure class=\"search-toggle wp-block-image size-full is-resized\" id=\"showMModalBtn\"><a href=\"#\"><img src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/search.svg\" alt=\"\" class=\"wp-image-55\" style=\"width:20px\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"style\":{\"typography\":{\"fontSize\":\"10px\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} /-->\n\n<!-- wp:woocommerce/mini-cart {\"miniCartIcon\":\"bag-alt\",\"style\":{\"typography\":{\"fontSize\":\"16px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Header','','publish','closed','closed','','header','','','2025-09-09 19:34:23','2025-09-09 19:34:23','',0,'https://aggressivegraphix.com/header/',0,'wp_template_part','',0),(1922,1,'2025-02-10 21:32:14','2025-02-10 21:32:14','<!-- wp:navigation-link {\"label\":\"Shop\",\"type\":\"page\",\"id\":6,\"url\":\"https://aggressivegraphix.com/shop/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Wraps and Tint\",\"type\":\"page\",\"id\":95,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Our Work\",\"type\":\"page\",\"id\":82,\"url\":\"https://aggressivegraphix.com/our-work/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"About Us\",\"type\":\"page\",\"id\":93,\"url\":\"https://aggressivegraphix.com/about-us-2/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Contact Us\",\"type\":\"page\",\"id\":31,\"url\":\"https://aggressivegraphix.com/contact-us/\",\"kind\":\"post-type\"} /-->','Navigation 3','','inherit','closed','closed','','1919-revision-v1','','','2025-02-10 21:32:14','2025-02-10 21:32:14','',1919,'https://aggressivegraphix.com/?p=1922',0,'revision','',0),(1924,1,'2025-02-10 21:32:18','2025-02-10 21:32:18','<!-- wp:group {\"metadata\":{\"name\":\"Header v1\"},\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"margin\":{\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:var(--wp--preset--spacing--20);padding-top:0;padding-bottom:0\"><!-- wp:group {\"metadata\":{\"name\":\"Desktop Header\"},\"align\":\"full\",\"className\":\"desktop-header\",\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"18px\",\"bottom\":\"15px\",\"right\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\"}},\"border\":{\"bottom\":{\"color\":\"var:preset|color|gray-1100\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"left\":[]}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"desktop-header wp-block-group alignfull\" style=\"border-bottom-color:var(--wp--preset--color--gray-1100);border-bottom-width:1px;padding-top:18px;padding-right:var(--wp--preset--spacing--10);padding-bottom:15px;padding-left:var(--wp--preset--spacing--10)\"><!-- wp:group {\"align\":\"wide\",\"className\":\"relative\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"relative wp-block-group alignwide\"><!-- wp:image {\"id\":67,\"width\":\"205px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"brand\",\"style\":{\"color\":{\"duotone\":\"unset\"},\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"206px\"}}} -->\n<figure class=\"brand wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/AG-logo.png\" alt=\"\" class=\"wp-image-67\" style=\"width:205px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:navigation {\"ref\":1919,\"overlayTextColor\":\"gray-100\",\"metadata\":{\"ignoredHookedBlocks\":[\"woocommerce/customer-account\"]},\"className\":\"primary-menu\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontSize\":\"14px\"},\"spacing\":{\"blockGap\":\"50px\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":55,\"width\":\"21px\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"search-toggle\"} -->\n<figure class=\"search-toggle wp-block-image size-full is-resized\" id=\"showModalBtn\"><a href=\"#\"><img src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/search.svg\" alt=\"\" class=\"wp-image-55\" style=\"width:21px\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"style\":{\"spacing\":{\"margin\":{\"left\":\"14px\",\"right\":\"1px\",\"top\":\"1px\"}}}} /-->\n\n<!-- wp:template-part {\"slug\":\"mini-cart\",\"theme\":\"woocommerce/woocommerce\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Mobile Header\"},\"align\":\"full\",\"className\":\"mobile-header\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"16px\",\"right\":\"16px\"},\"blockGap\":\"14px\"},\"border\":{\"bottom\":{\"color\":\"var:preset|color|gray-1100\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"left\":[]}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"mobile-header wp-block-group alignfull\" style=\"border-bottom-color:var(--wp--preset--color--gray-1100);border-bottom-width:1px;padding-top:var(--wp--preset--spacing--10);padding-right:16px;padding-bottom:var(--wp--preset--spacing--10);padding-left:16px\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"12px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"ref\":1920,\"overlayMenu\":\"always\",\"icon\":\"menu\",\"metadata\":{\"ignoredHookedBlocks\":[\"woocommerce/customer-account\"]}} /-->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconStyle\":\"line\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"style\":{\"spacing\":{\"margin\":{\"left\":\"0.5em\"}}}} /-->\n\n<!-- wp:image {\"id\":67,\"width\":\"140px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"brand\",\"style\":{\"color\":{\"duotone\":\"unset\"}}} -->\n<figure class=\"brand wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/AG-logo.png\" alt=\"\" class=\"wp-image-67\" style=\"width:140px;height:auto\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"20px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":55,\"width\":\"20px\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"search-toggle\",\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} -->\n<figure class=\"search-toggle wp-block-image size-full is-resized\" id=\"showMModalBtn\"><a href=\"#\"><img src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/search.svg\" alt=\"\" class=\"wp-image-55\" style=\"width:20px\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"style\":{\"typography\":{\"fontSize\":\"10px\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} /-->\n\n<!-- wp:woocommerce/mini-cart {\"miniCartIcon\":\"bag-alt\",\"style\":{\"typography\":{\"fontSize\":\"16px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Header','','inherit','closed','closed','','1921-revision-v1','','','2025-02-10 21:32:18','2025-02-10 21:32:18','',1921,'https://aggressivegraphix.com/?p=1924',0,'revision','',0),(1925,1,'2025-02-10 21:32:42','2025-02-10 21:32:42','<!-- wp:woocommerce/mini-cart-contents -->\n<div class=\"wp-block-woocommerce-mini-cart-contents\"><!-- wp:woocommerce/filled-mini-cart-contents-block -->\n<div class=\"wp-block-woocommerce-filled-mini-cart-contents-block\"><!-- wp:woocommerce/mini-cart-title-block -->\n<div class=\"wp-block-woocommerce-mini-cart-title-block\"><!-- wp:woocommerce/mini-cart-title-label-block -->\n<div class=\"wp-block-woocommerce-mini-cart-title-label-block\"></div>\n<!-- /wp:woocommerce/mini-cart-title-label-block -->\n\n<!-- wp:woocommerce/mini-cart-title-items-counter-block -->\n<div class=\"wp-block-woocommerce-mini-cart-title-items-counter-block\"></div>\n<!-- /wp:woocommerce/mini-cart-title-items-counter-block --></div>\n<!-- /wp:woocommerce/mini-cart-title-block -->\n\n<!-- wp:woocommerce/mini-cart-items-block -->\n<div class=\"wp-block-woocommerce-mini-cart-items-block\"><!-- wp:woocommerce/mini-cart-products-table-block -->\n<div class=\"wp-block-woocommerce-mini-cart-products-table-block\"></div>\n<!-- /wp:woocommerce/mini-cart-products-table-block --></div>\n<!-- /wp:woocommerce/mini-cart-items-block -->\n\n<!-- wp:woocommerce/mini-cart-footer-block -->\n<div class=\"wp-block-woocommerce-mini-cart-footer-block\"><!-- wp:woocommerce/mini-cart-cart-button-block -->\n<div class=\"wp-block-woocommerce-mini-cart-cart-button-block\"></div>\n<!-- /wp:woocommerce/mini-cart-cart-button-block -->\n\n<!-- wp:woocommerce/mini-cart-checkout-button-block -->\n<div class=\"wp-block-woocommerce-mini-cart-checkout-button-block\"></div>\n<!-- /wp:woocommerce/mini-cart-checkout-button-block --></div>\n<!-- /wp:woocommerce/mini-cart-footer-block --></div>\n<!-- /wp:woocommerce/filled-mini-cart-contents-block -->\n\n<!-- wp:woocommerce/empty-mini-cart-contents-block -->\n<div class=\"wp-block-woocommerce-empty-mini-cart-contents-block\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\"><strong>Your cart is currently empty!</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:woocommerce/mini-cart-shopping-button-block -->\n<div class=\"wp-block-woocommerce-mini-cart-shopping-button-block\"></div>\n<!-- /wp:woocommerce/mini-cart-shopping-button-block --></div>\n<!-- /wp:woocommerce/empty-mini-cart-contents-block --></div>\n<!-- /wp:woocommerce/mini-cart-contents -->','Mini-Cart','Template used to display the Mini-Cart drawer.','publish','closed','closed','','mini-cart','','','2025-02-10 21:32:42','2025-02-10 21:32:42','',0,'https://aggressivegraphix.com/mini-cart/',0,'wp_template_part','',0),(1926,1,'2025-02-10 21:34:19','2025-02-10 21:34:19','<!-- wp:group {\"metadata\":{\"name\":\"Header v1\"},\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"margin\":{\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:var(--wp--preset--spacing--20);padding-top:0;padding-bottom:0\"><!-- wp:group {\"metadata\":{\"name\":\"Desktop Header\"},\"align\":\"full\",\"className\":\"desktop-header\",\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"18px\",\"bottom\":\"15px\",\"right\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\"}},\"border\":{\"bottom\":{\"color\":\"var:preset|color|gray-1100\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"left\":[]}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"desktop-header wp-block-group alignfull\" style=\"border-bottom-color:var(--wp--preset--color--gray-1100);border-bottom-width:1px;padding-top:18px;padding-right:var(--wp--preset--spacing--10);padding-bottom:15px;padding-left:var(--wp--preset--spacing--10)\"><!-- wp:group {\"align\":\"wide\",\"className\":\"relative\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"relative wp-block-group alignwide\"><!-- wp:image {\"id\":67,\"width\":\"205px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"brand\",\"style\":{\"color\":{\"duotone\":\"unset\"},\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"206px\"}}} -->\n<figure class=\"brand wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/AG-logo.png\" alt=\"\" class=\"wp-image-67\" style=\"width:205px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:navigation {\"ref\":1919,\"overlayTextColor\":\"gray-100\",\"metadata\":{\"ignoredHookedBlocks\":[\"woocommerce/customer-account\"]},\"className\":\"primary-menu\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontSize\":\"14px\"},\"spacing\":{\"blockGap\":\"50px\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":55,\"width\":\"21px\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"search-toggle\"} -->\n<figure class=\"search-toggle wp-block-image size-full is-resized\" id=\"showModalBtn\"><a href=\"#\"><img src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/search.svg\" alt=\"\" class=\"wp-image-55\" style=\"width:21px\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"style\":{\"spacing\":{\"margin\":{\"left\":\"14px\",\"right\":\"1px\",\"top\":\"1px\"}}}} /-->\n\n<!-- wp:woocommerce/cart-link {\"cartIcon\":\"bag-alt\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Mobile Header\"},\"align\":\"full\",\"className\":\"mobile-header\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"16px\",\"right\":\"16px\"},\"blockGap\":\"14px\"},\"border\":{\"bottom\":{\"color\":\"var:preset|color|gray-1100\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"left\":[]}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"mobile-header wp-block-group alignfull\" style=\"border-bottom-color:var(--wp--preset--color--gray-1100);border-bottom-width:1px;padding-top:var(--wp--preset--spacing--10);padding-right:16px;padding-bottom:var(--wp--preset--spacing--10);padding-left:16px\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"12px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"ref\":1920,\"overlayMenu\":\"always\",\"icon\":\"menu\",\"metadata\":{\"ignoredHookedBlocks\":[\"woocommerce/customer-account\"]}} /-->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconStyle\":\"line\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"style\":{\"spacing\":{\"margin\":{\"left\":\"0.5em\"}}}} /-->\n\n<!-- wp:image {\"id\":67,\"width\":\"140px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"brand\",\"style\":{\"color\":{\"duotone\":\"unset\"}}} -->\n<figure class=\"brand wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/AG-logo.png\" alt=\"\" class=\"wp-image-67\" style=\"width:140px;height:auto\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"20px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":55,\"width\":\"20px\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"search-toggle\",\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} -->\n<figure class=\"search-toggle wp-block-image size-full is-resized\" id=\"showMModalBtn\"><a href=\"#\"><img src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/search.svg\" alt=\"\" class=\"wp-image-55\" style=\"width:20px\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"style\":{\"typography\":{\"fontSize\":\"10px\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} /-->\n\n<!-- wp:woocommerce/mini-cart {\"miniCartIcon\":\"bag-alt\",\"style\":{\"typography\":{\"fontSize\":\"16px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Header','','inherit','closed','closed','','1921-revision-v1','','','2025-02-10 21:34:19','2025-02-10 21:34:19','',1921,'https://aggressivegraphix.com/?p=1926',0,'revision','',0),(1927,1,'2025-02-10 21:43:11','2025-02-10 21:43:11','<!-- wp:group {\"metadata\":{\"name\":\"Footer\"},\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\"},\"padding\":{\"top\":\"30px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0px;padding-top:30px\"><!-- wp:group {\"align\":\"full\",\"className\":\"footer is-style-nfd-theme-dark\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"10px\",\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base-3\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|danger-2\"}}}}},\"backgroundColor\":\"contrast-2\",\"textColor\":\"base\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"footer is-style-nfd-theme-dark wp-block-group alignfull has-base-color has-contrast-2-background-color has-text-color has-background has-link-color\" style=\"margin-top:0;margin-bottom:0px;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:10px;padding-left:var(--wp--preset--spacing--40)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"11px\",\"right\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"1400px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:11px;padding-right:0px;padding-left:0px\"><!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\",\"top\":\"0px\",\"bottom\":\"12px\"},\"margin\":{\"bottom\":\"0px\"},\"blockGap\":{\"top\":\"40px\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:12px;padding-left:0px\"><!-- wp:column {\"width\":\"24.5%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:24.5%\"><!-- wp:image {\"id\":67,\"width\":\"296px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/AG-logo.webp\" alt=\"\" class=\"wp-image-67\" style=\"width:296px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:navigation {\"ref\":28,\"overlayMenu\":\"never\",\"style\":{\"typography\":{\"lineHeight\":\"1\"},\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"36.3%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:36.3%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.1\"},\"spacing\":{\"margin\":{\"bottom\":\"22px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\"} -->\n<h2 class=\"wp-block-heading has-base-color has-text-color has-link-color\" style=\"margin-bottom:22px;font-size:18px;font-style:normal;font-weight:700;line-height:1.1\">Reach out!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"2.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"font-size:15px;font-style:normal;font-weight:400;line-height:2.4\">774.314.1673</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"2.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"bottom\":\"6px\"}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"margin-bottom:6px;font-size:15px;font-style:normal;font-weight:400;line-height:2.4\">Hours of Operation</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"260px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"13px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"bottom\":\"8px\"}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"margin-bottom:8px;font-size:13px;font-style:normal;font-weight:400;line-height:1.4\"><strong>Monday - Friday 9am- 5pm EST</strong><br><strong>Weekends by appointment</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"13px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"bottom\":\"8px\"}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"margin-bottom:8px;font-size:13px;font-style:normal;font-weight:400;line-height:1.4\"><a href=\"mailto:info@aggressivegraphix.com\">info@aggressivegraphix.com</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"className\":\"text-hover\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"43px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"text-hover wp-block-group\" style=\"margin-top:43px\"></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:jetpack/map {\"points\":[{\"placeTitle\":\"Hill Street\",\"title\":\"Aggressive Graphix\",\"caption\":\"Aggressive Graphix\\n31 Hill Street, \\nWebster, MA 01570\\nUnited States\",\"id\":\"address.7869753190814658\",\"coordinates\":{\"longitude\":-71.8863400000000041245584725402295589447021484375,\"latitude\":42.04343999999999681449480704031884670257568359375}}],\"zoom\":15,\"mapCenter\":{\"lng\":-71.8863400000000041245584725402295589447021484375,\"lat\":42.04343999999999681449480704031884670257568359375},\"mapHeight\":\"400\",\"className\":\"is-style-black_and_white\"} -->\n<div class=\"is-style-black_and_white wp-block-jetpack-map\" data-map-style=\"black_and_white\" data-map-details=\"true\" data-points=\"[{&quot;placeTitle&quot;:&quot;Hill Street&quot;,&quot;title&quot;:&quot;Aggressive Graphix&quot;,&quot;caption&quot;:&quot;Aggressive Graphix\\n31 Hill Street, \\nWebster, MA 01570\\nUnited States&quot;,&quot;id&quot;:&quot;address.7869753190814658&quot;,&quot;coordinates&quot;:{&quot;longitude&quot;:-71.88634,&quot;latitude&quot;:42.04344}}]\" data-zoom=\"15\" data-map-center=\"{&quot;lng&quot;:-71.88634,&quot;lat&quot;:42.04344}\" data-marker-color=\"red\" data-map-height=\"400\" data-show-fullscreen-button=\"true\"><ul><li><a href=\"https://www.google.com/maps/search/?api=1&amp;query=42.04344,-71.88634\">Aggressive Graphix</a></li></ul></div>\n<!-- /wp:jetpack/map --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"13px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"2.7\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1100\"}}}},\"textColor\":\"gray-1100\"} -->\n<p class=\"has-text-align-right has-gray-1100-color has-text-color has-link-color\" style=\"font-size:13px;font-style:normal;font-weight:400;line-height:2.7\">© Aggressive Graphix LLC 2025. All rights reserved.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:social-links {\"iconColor\":\"primary\",\"openInNewTab\":true,\"className\":\"has-icon-color is-style-logos-only\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"16px\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"orientation\":\"horizontal\"}} -->\n<ul class=\"has-icon-color is-style-logos-only wp-block-social-links\"><!-- wp:social-link {\"url\":\"https://www.instagram.com/aggressive_graphix\",\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://www.facebook.com/Aggressive.Graphix\",\"service\":\"facebook\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Footer','','publish','closed','closed','','footer','','','2025-09-09 19:40:19','2025-09-09 19:40:19','',0,'https://aggressivegraphix.com/footer/',0,'wp_template_part','',0),(1928,1,'2025-02-10 21:44:31','2025-02-10 21:44:31','<!-- wp:group {\"metadata\":{\"name\":\"Footer\"},\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\"},\"padding\":{\"top\":\"30px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0px;padding-top:30px\"><!-- wp:group {\"align\":\"full\",\"className\":\"footer is-style-nfd-theme-dark\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"10px\",\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base-3\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|danger-2\"}}}}},\"backgroundColor\":\"contrast-2\",\"textColor\":\"base\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"footer is-style-nfd-theme-dark wp-block-group alignfull has-base-color has-contrast-2-background-color has-text-color has-background has-link-color\" style=\"margin-top:0;margin-bottom:0px;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:10px;padding-left:var(--wp--preset--spacing--40)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"11px\",\"right\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"1400px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:11px;padding-right:0px;padding-left:0px\"><!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\",\"top\":\"0px\",\"bottom\":\"12px\"},\"margin\":{\"bottom\":\"0px\"},\"blockGap\":{\"top\":\"40px\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:12px;padding-left:0px\"><!-- wp:column {\"width\":\"24.5%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:24.5%\"><!-- wp:image {\"id\":67,\"width\":\"296px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/AG-logo.png\" alt=\"\" class=\"wp-image-67\" style=\"width:296px;height:auto\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:columns {\"isStackedOnMobile\":false,\"className\":\"flex-sm-wrap\"} -->\n<div class=\"flex-sm-wrap wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"width\":\"36.3%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:36.3%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.1\"},\"spacing\":{\"margin\":{\"bottom\":\"22px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\"} -->\n<h2 class=\"wp-block-heading has-base-color has-text-color has-link-color\" style=\"margin-bottom:22px;font-size:18px;font-style:normal;font-weight:700;line-height:1.1\">Reach out!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"2.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"font-size:15px;font-style:normal;font-weight:400;line-height:2.4\">774.314.1673</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"2.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"bottom\":\"6px\"}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"margin-bottom:6px;font-size:15px;font-style:normal;font-weight:400;line-height:2.4\">Hours of Operation</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"260px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"bottom\":\"8px\"}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"margin-bottom:8px;font-size:15px;font-style:normal;font-weight:400;line-height:1.4\"><strong>Monday - Friday 9am- 5pm EST</strong><br><strong>Weekends by appointment</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"bottom\":\"8px\"}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"margin-bottom:8px;font-size:15px;font-style:normal;font-weight:400;line-height:1.4\"><a href=\"mailto:info@aggressivegraphix.com\">info@aggressivegraphix.com</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"className\":\"text-hover\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"43px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"text-hover wp-block-group\" style=\"margin-top:43px\"></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:jetpack/map {\"points\":[{\"placeTitle\":\"Hill Street\",\"title\":\"Aggressive Graphix\",\"caption\":\"Aggressive Graphix\\n31 Hill Street, \\nWebster, MA 01570\\nUnited States\",\"id\":\"address.7869753190814658\",\"coordinates\":{\"longitude\":-71.8863400000000041245584725402295589447021484375,\"latitude\":42.04343999999999681449480704031884670257568359375}}],\"zoom\":15,\"mapCenter\":{\"lng\":-71.8863400000000041245584725402295589447021484375,\"lat\":42.04343999999999681449480704031884670257568359375},\"mapHeight\":\"400\",\"className\":\"is-style-black_and_white\"} -->\n<div class=\"is-style-black_and_white wp-block-jetpack-map\" data-map-style=\"black_and_white\" data-map-details=\"true\" data-points=\"[{&quot;placeTitle&quot;:&quot;Hill Street&quot;,&quot;title&quot;:&quot;Aggressive Graphix&quot;,&quot;caption&quot;:&quot;Aggressive Graphix\\n31 Hill Street, \\nWebster, MA 01570\\nUnited States&quot;,&quot;id&quot;:&quot;address.7869753190814658&quot;,&quot;coordinates&quot;:{&quot;longitude&quot;:-71.88634,&quot;latitude&quot;:42.04344}}]\" data-zoom=\"15\" data-map-center=\"{&quot;lng&quot;:-71.88634,&quot;lat&quot;:42.04344}\" data-marker-color=\"red\" data-map-height=\"400\" data-show-fullscreen-button=\"true\"><ul><li><a href=\"https://www.google.com/maps/search/?api=1&amp;query=42.04344,-71.88634\">Aggressive Graphix</a></li></ul></div>\n<!-- /wp:jetpack/map --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:0px;padding-top:var(--wp--preset--spacing--20)\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"13px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"2.7\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1100\"}}}},\"textColor\":\"gray-1100\"} -->\n<p class=\"has-gray-1100-color has-text-color has-link-color\" style=\"font-size:13px;font-style:normal;font-weight:400;line-height:2.7\">© Aggressive Graphix LLC 2025. All rights reserved.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Footer','','inherit','closed','closed','','1927-revision-v1','','','2025-02-10 21:44:31','2025-02-10 21:44:31','',1927,'https://aggressivegraphix.com/?p=1928',0,'revision','',0),(1929,1,'2025-02-10 21:47:14','2025-02-10 21:47:14','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\"} /-->\n\n<!-- wp:woocommerce/page-content-wrapper {\"page\":\"cart\"} -->\n<!-- wp:group {\"tagName\":\"main\",\"layout\":{\"type\":\"constrained\"}} -->\n<main class=\"wp-block-group\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:post-title {\"level\":1,\"align\":\"wide\"} /-->\n\n<!-- wp:woocommerce/classic-shortcode /--></main>\n<!-- /wp:group -->\n<!-- /wp:woocommerce/page-content-wrapper -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\"} /-->','Page: Cart','The Cart template displays the items selected by the user for purchase, including quantities, prices, and discounts. It allows users to review their choices before proceeding to checkout.','inherit','closed','closed','','76-revision-v1','','','2025-02-10 21:47:14','2025-02-10 21:47:14','',76,'https://aggressivegraphix.com/?p=1929',0,'revision','',0),(1930,1,'2025-02-10 21:59:52','2025-02-10 21:59:52','<!-- wp:group {\"metadata\":{\"name\":\"Header v1\"},\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"margin\":{\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:var(--wp--preset--spacing--20);padding-top:0;padding-bottom:0\"><!-- wp:group {\"metadata\":{\"name\":\"Desktop Header\"},\"align\":\"full\",\"className\":\"desktop-header\",\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"18px\",\"bottom\":\"15px\",\"right\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\"}},\"border\":{\"bottom\":{\"color\":\"var:preset|color|gray-1100\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"left\":[]}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"desktop-header wp-block-group alignfull\" style=\"border-bottom-color:var(--wp--preset--color--gray-1100);border-bottom-width:1px;padding-top:18px;padding-right:var(--wp--preset--spacing--10);padding-bottom:15px;padding-left:var(--wp--preset--spacing--10)\"><!-- wp:group {\"align\":\"wide\",\"className\":\"relative\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"relative wp-block-group alignwide\"><!-- wp:image {\"id\":67,\"width\":\"205px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"brand\",\"style\":{\"color\":{\"duotone\":\"unset\"},\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"206px\"}}} -->\n<figure class=\"brand wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/AG-logo.png\" alt=\"\" class=\"wp-image-67\" style=\"width:205px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:navigation {\"ref\":1919,\"icon\":\"menu\",\"overlayTextColor\":\"gray-100\",\"metadata\":{\"ignoredHookedBlocks\":[\"woocommerce/customer-account\"]},\"className\":\"primary-menu\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontSize\":\"14px\"},\"spacing\":{\"blockGap\":\"50px\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} /-->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":55,\"width\":\"21px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"search-toggle\"} -->\n<figure class=\"search-toggle wp-block-image size-full is-resized\" id=\"showModalBtn\"><a href=\"#\"><img src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/search.svg\" alt=\"\" class=\"wp-image-55\" style=\"width:21px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:woocommerce/cart-link {\"cartIcon\":\"bag-alt\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Mobile Header\"},\"align\":\"full\",\"className\":\"mobile-header\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"16px\",\"right\":\"16px\"},\"blockGap\":\"14px\"},\"border\":{\"bottom\":{\"color\":\"var:preset|color|gray-1100\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"left\":[]}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"mobile-header wp-block-group alignfull\" style=\"border-bottom-color:var(--wp--preset--color--gray-1100);border-bottom-width:1px;padding-top:var(--wp--preset--spacing--10);padding-right:16px;padding-bottom:var(--wp--preset--spacing--10);padding-left:16px\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"12px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"ref\":1920,\"overlayMenu\":\"always\",\"icon\":\"menu\",\"metadata\":{\"ignoredHookedBlocks\":[\"woocommerce/customer-account\"]}} /-->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconStyle\":\"line\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"style\":{\"spacing\":{\"margin\":{\"left\":\"0.5em\"}}}} /-->\n\n<!-- wp:image {\"id\":67,\"width\":\"140px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"brand\",\"style\":{\"color\":{\"duotone\":\"unset\"}}} -->\n<figure class=\"brand wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/AG-logo.png\" alt=\"\" class=\"wp-image-67\" style=\"width:140px;height:auto\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"20px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":55,\"width\":\"20px\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"search-toggle\",\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} -->\n<figure class=\"search-toggle wp-block-image size-full is-resized\" id=\"showMModalBtn\"><a href=\"#\"><img src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/search.svg\" alt=\"\" class=\"wp-image-55\" style=\"width:20px\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"style\":{\"typography\":{\"fontSize\":\"10px\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} /-->\n\n<!-- wp:woocommerce/mini-cart {\"miniCartIcon\":\"bag-alt\",\"style\":{\"typography\":{\"fontSize\":\"16px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Header','','inherit','closed','closed','','1921-revision-v1','','','2025-02-10 21:59:52','2025-02-10 21:59:52','',1921,'https://aggressivegraphix.com/?p=1930',0,'revision','',0),(1931,1,'2025-02-10 21:59:52','2025-02-10 21:59:52','<!-- wp:navigation-submenu {\"label\":\"Shop\",\"type\":\"page\",\"id\":6,\"url\":\"https://aggressivegraphix.com/shop/\",\"kind\":\"post-type\"} -->\n<!-- wp:navigation-submenu {\"label\":\"Outfit Bike\",\"type\":\"product_cat\",\"id\":27,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/\",\"kind\":\"taxonomy\"} -->\n<!-- wp:navigation-link {\"label\":\"Custom Graphics kits\",\"type\":\"product_cat\",\"id\":24,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/custom-graphics-kits/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Semi-custom Number Plates\",\"type\":\"product_cat\",\"id\":54,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/semi-custom-number-plates/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Seat Covers\",\"type\":\"product_cat\",\"id\":25,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/seat-covers/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Plastic kits\",\"type\":\"product_cat\",\"id\":26,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/plastic-kits/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Rider Accessories\",\"type\":\"product_cat\",\"id\":28,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/\",\"kind\":\"taxonomy\"} -->\n<!-- wp:navigation-link {\"label\":\"Jersey lettering\",\"type\":\"product_cat\",\"id\":29,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/jersey-lettering/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Goggles\",\"type\":\"product_cat\",\"id\":30,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Goggle Accessories\",\"type\":\"product_cat\",\"id\":31,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/goggle-accessories/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Canopies and Accessories\",\"type\":\"product_cat\",\"id\":36,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/\",\"kind\":\"taxonomy\"} -->\n<!-- wp:navigation-link {\"label\":\"Canopies\",\"type\":\"product_cat\",\"id\":37,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/canopies/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Half Walls\",\"type\":\"product_cat\",\"id\":38,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/half-walls/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Full Walls\",\"type\":\"product_cat\",\"id\":39,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/full-walls/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Flags\",\"type\":\"product_cat\",\"id\":40,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/flags/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Table Cloths\",\"type\":\"product_cat\",\"id\":41,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/table-cloths/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Merchandise\",\"type\":\"product_cat\",\"id\":32,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/merchandise/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Wraps and Tint\",\"type\":\"page\",\"id\":95,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/\",\"kind\":\"post-type\"} -->\n<!-- wp:navigation-link {\"label\":\"Color change wraps\",\"type\":\"page\",\"id\":1212,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/color-change-wraps/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Commercial wraps and lettering\",\"type\":\"page\",\"id\":1214,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/commercial-wraps-and-lettering/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Window tint\",\"type\":\"page\",\"id\":1216,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/window-tint/\",\"kind\":\"post-type\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Our Work\",\"type\":\"page\",\"id\":82,\"url\":\"https://aggressivegraphix.com/our-work/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"About Us\",\"type\":\"page\",\"id\":93,\"url\":\"https://aggressivegraphix.com/about-us-2/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Contact Us\",\"type\":\"page\",\"id\":31,\"url\":\"https://aggressivegraphix.com/contact-us/\",\"kind\":\"post-type\"} /-->','Navigation 3','','inherit','closed','closed','','1919-revision-v1','','','2025-02-10 21:59:52','2025-02-10 21:59:52','',1919,'https://aggressivegraphix.com/?p=1931',0,'revision','',0),(1932,1,'2025-02-10 22:08:34','2025-02-10 22:08:34','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--20)\"><!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"20px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"616px\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:20px\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"100\",\"lineHeight\":\"1.1\",\"letterSpacing\":\"-1px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"font-size:42px;font-style:normal;font-weight:100;letter-spacing:-1px;line-height:1.1\">Premium motorsports graphics and vehicle wraps.</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"wp-block-column relative\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group grid\"><!-- wp:image {\"id\":911,\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"wp-block-image size-large grid-span-full\"><img src=\"https://transvelo.github.io/eride/assets/images/e-bikes-1.png\" alt=\"\" class=\"wp-image-911\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"26px\",\"right\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"wp-block-group grid-span-full banner-1\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"bottom\":\"32px\",\"left\":\"40px\",\"right\":\"var:preset|spacing|30\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-primary-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:var(--wp--preset--spacing--30);padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"26px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"wp-block-heading stretched-link has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:26px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/shop/\" data-type=\"page\" data-id=\"6\">Custom graphics</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"wp-block-column relative\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group grid\"><!-- wp:image {\"id\":1121,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"wp-block-image size-full grid-span-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/wrapsservices-1.png\" alt=\"\" class=\"wp-image-1121\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"right\":\"26px\",\"left\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"wp-block-group grid-span-full banner-1\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"left\":\"40px\",\"right\":\"0px\",\"bottom\":\"32px\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-primary-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:0px;padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"26px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"wp-block-heading stretched-link has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:26px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/wraps-and-tint/\" data-type=\"page\" data-id=\"95\">Wraps and tinting</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"home-v3-banner-2\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"28px\",\"margin\":{\"top\":\"25px\"},\"padding\":{\"bottom\":\"29px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:25px;padding-bottom:29px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"className\":\"flex-sm-wrap\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile flex-sm-wrap\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"wp-block-column relative\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcovers.png\",\"id\":1901,\"dimRatio\":0,\"customOverlayColor\":\"#e9d3d2\",\"isUserOverlayColor\":false,\"focalPoint\":{\"x\":1,\"y\":0.4899999999999999911182158029987476766109466552734375},\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#e9d3d2\"></span><img class=\"wp-block-cover__image-background wp-image-1901\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcovers.png\" style=\"object-position:100% 49%\" data-object-fit=\"cover\" data-object-position=\"100% 49%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"left\":\"11px\",\"top\":\"19px\",\"bottom\":\"19px\",\"right\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"159px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:0;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"fontSize\":\"26px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-gray-100-color has-text-color has-link-color\" style=\"font-size:26px;font-style:normal;font-weight:400\">Seat covers</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"24px\"}}}} -->\n<div style=\"margin-bottom:24px;height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--10)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"wp-block-button has-custom-font-size stretched-link\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/outfit-bike/seat-covers/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"wp-block-column relative\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/plastickits.png\",\"id\":1902,\"dimRatio\":0,\"customOverlayColor\":\"#e9c3c2\",\"isUserOverlayColor\":false,\"focalPoint\":{\"x\":1,\"y\":0.7800000000000000266453525910037569701671600341796875},\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#e9c3c2\"></span><img class=\"wp-block-cover__image-background wp-image-1902\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/plastickits.png\" style=\"object-position:100% 78%\" data-object-fit=\"cover\" data-object-position=\"100% 78%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"26px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:26px;font-style:normal;font-weight:400\">Plastic kits</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:0\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"wp-block-button has-custom-font-size stretched-link\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/outfit-bike/plastic-kits/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"className\":\"flex-sm-wrap\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile flex-sm-wrap\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"wp-block-column relative\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/jerseylettering.png\",\"id\":1898,\"dimRatio\":0,\"customOverlayColor\":\"#e1e3e2\",\"isUserOverlayColor\":false,\"focalPoint\":{\"x\":0.68000000000000004884981308350688777863979339599609375,\"y\":0.5100000000000000088817841970012523233890533447265625},\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#e1e3e2\"></span><img class=\"wp-block-cover__image-background wp-image-1898\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/jerseylettering.png\" style=\"object-position:68% 51%\" data-object-fit=\"cover\" data-object-position=\"68% 51%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"left\":\"11px\",\"top\":\"19px\",\"bottom\":\"19px\",\"right\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"159px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:0;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"fontSize\":\"26px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-gray-100-color has-text-color has-link-color\" style=\"font-size:26px;font-style:normal;font-weight:400\">Jersey lettering</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"24px\"}}}} -->\n<div style=\"margin-bottom:24px;height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--10)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"wp-block-button has-custom-font-size stretched-link\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/rider-accessories/jersey-lettering/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"wp-block-column relative\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/customcanopies.png\",\"id\":1896,\"dimRatio\":0,\"customOverlayColor\":\"#e3e0df\",\"isUserOverlayColor\":false,\"focalPoint\":{\"x\":0.689999999999999946709294817992486059665679931640625,\"y\":0.5500000000000000444089209850062616169452667236328125},\"minHeight\":295,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"},\"margin\":{\"top\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|50\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;margin-top:var(--wp--preset--spacing--50);margin-bottom:var(--wp--preset--spacing--50);padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:295px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#e3e0df\"></span><img class=\"wp-block-cover__image-background wp-image-1896\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/customcanopies.png\" style=\"object-position:69% 55%\" data-object-fit=\"cover\" data-object-position=\"69% 55%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\",\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"26px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"spacing\":{\"margin\":{\"bottom\":\"11px\"}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-contrast-2-color has-text-color has-link-color\" style=\"margin-bottom:11px;font-size:26px;font-style:normal;font-weight:400\">Custom canopies</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|40\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--40);height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--40)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"wp-block-button has-custom-font-size stretched-link\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/canopies-and-accessories/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Home V3','','inherit','closed','closed','','1916-revision-v1','','','2025-02-10 22:08:34','2025-02-10 22:08:34','',1916,'https://aggressivegraphix.com/?p=1932',0,'revision','',0),(1933,1,'2025-02-10 22:10:39','2025-02-10 22:10:39','<!-- wp:group {\"metadata\":{\"name\":\"Header v1\"},\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"margin\":{\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:var(--wp--preset--spacing--20);padding-top:0;padding-bottom:0\"><!-- wp:group {\"metadata\":{\"name\":\"Desktop Header\"},\"align\":\"full\",\"className\":\"desktop-header\",\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"18px\",\"bottom\":\"15px\",\"right\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\"}},\"border\":{\"bottom\":{\"color\":\"var:preset|color|gray-1100\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"left\":[]}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull desktop-header\" style=\"border-bottom-color:var(--wp--preset--color--gray-1100);border-bottom-width:1px;padding-top:18px;padding-right:var(--wp--preset--spacing--10);padding-bottom:15px;padding-left:var(--wp--preset--spacing--10)\"><!-- wp:group {\"align\":\"wide\",\"className\":\"relative\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group alignwide relative\"><!-- wp:image {\"id\":67,\"width\":\"205px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"attachment\",\"className\":\"brand\",\"style\":{\"color\":{\"duotone\":\"unset\"},\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"206px\"}}} -->\n<figure class=\"wp-block-image size-full is-resized brand\"><a href=\"https://aggressivegraphix.com/?attachment_id=67\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/AG-logo.png\" alt=\"\" class=\"wp-image-67\" style=\"width:205px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:navigation {\"ref\":1919,\"icon\":\"menu\",\"overlayTextColor\":\"gray-100\",\"metadata\":{\"ignoredHookedBlocks\":[\"woocommerce/customer-account\"]},\"className\":\"primary-menu\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontSize\":\"14px\"},\"spacing\":{\"blockGap\":\"50px\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} /-->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":55,\"width\":\"21px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"search-toggle\"} -->\n<figure class=\"wp-block-image size-full is-resized search-toggle\" id=\"showModalBtn\"><a href=\"#\"><img src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/search.svg\" alt=\"\" class=\"wp-image-55\" style=\"width:21px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:woocommerce/cart-link {\"cartIcon\":\"bag-alt\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Mobile Header\"},\"align\":\"full\",\"className\":\"mobile-header\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"16px\",\"right\":\"16px\"},\"blockGap\":\"14px\"},\"border\":{\"bottom\":{\"color\":\"var:preset|color|gray-1100\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"left\":[]}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull mobile-header\" style=\"border-bottom-color:var(--wp--preset--color--gray-1100);border-bottom-width:1px;padding-top:var(--wp--preset--spacing--10);padding-right:16px;padding-bottom:var(--wp--preset--spacing--10);padding-left:16px\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"12px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"ref\":1920,\"overlayMenu\":\"always\",\"icon\":\"menu\",\"metadata\":{\"ignoredHookedBlocks\":[\"woocommerce/customer-account\"]}} /-->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconStyle\":\"line\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"style\":{\"spacing\":{\"margin\":{\"left\":\"0.5em\"}}}} /-->\n\n<!-- wp:image {\"id\":67,\"width\":\"140px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"brand\",\"style\":{\"color\":{\"duotone\":\"unset\"}}} -->\n<figure class=\"wp-block-image size-full is-resized brand\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/AG-logo.png\" alt=\"\" class=\"wp-image-67\" style=\"width:140px;height:auto\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"20px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":55,\"width\":\"20px\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"search-toggle\",\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} -->\n<figure class=\"wp-block-image size-full is-resized search-toggle\" id=\"showMModalBtn\"><a href=\"#\"><img src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/search.svg\" alt=\"\" class=\"wp-image-55\" style=\"width:20px\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"style\":{\"typography\":{\"fontSize\":\"10px\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} /-->\n\n<!-- wp:woocommerce/mini-cart {\"miniCartIcon\":\"bag-alt\",\"style\":{\"typography\":{\"fontSize\":\"16px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Header','','inherit','closed','closed','','1921-revision-v1','','','2025-02-10 22:10:39','2025-02-10 22:10:39','',1921,'https://aggressivegraphix.com/?p=1933',0,'revision','',0),(1934,1,'2025-02-10 22:11:52','2025-02-10 22:11:52','<!-- wp:group {\"metadata\":{\"name\":\"Header v1\"},\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"margin\":{\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:var(--wp--preset--spacing--20);padding-top:0;padding-bottom:0\"><!-- wp:group {\"metadata\":{\"name\":\"Desktop Header\"},\"align\":\"full\",\"className\":\"desktop-header\",\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"18px\",\"bottom\":\"15px\",\"right\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\"}},\"border\":{\"bottom\":{\"color\":\"var:preset|color|gray-1100\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"left\":[]}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull desktop-header\" style=\"border-bottom-color:var(--wp--preset--color--gray-1100);border-bottom-width:1px;padding-top:18px;padding-right:var(--wp--preset--spacing--10);padding-bottom:15px;padding-left:var(--wp--preset--spacing--10)\"><!-- wp:group {\"align\":\"wide\",\"className\":\"relative\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group alignwide relative\"><!-- wp:image {\"id\":67,\"width\":\"205px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"brand\",\"style\":{\"color\":{\"duotone\":\"unset\"},\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"206px\"}}} -->\n<figure class=\"wp-block-image size-full is-resized brand\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/AG-logo.png\" alt=\"\" class=\"wp-image-67\" style=\"width:205px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:navigation {\"ref\":1919,\"icon\":\"menu\",\"overlayTextColor\":\"gray-100\",\"metadata\":{\"ignoredHookedBlocks\":[\"woocommerce/customer-account\"]},\"className\":\"primary-menu\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontSize\":\"14px\"},\"spacing\":{\"blockGap\":\"50px\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} /-->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":55,\"width\":\"21px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"search-toggle\"} -->\n<figure class=\"wp-block-image size-full is-resized search-toggle\" id=\"showModalBtn\"><a href=\"#\"><img src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/search.svg\" alt=\"\" class=\"wp-image-55\" style=\"width:21px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:woocommerce/cart-link {\"cartIcon\":\"bag-alt\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Mobile Header\"},\"align\":\"full\",\"className\":\"mobile-header\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"16px\",\"right\":\"16px\"},\"blockGap\":\"14px\"},\"border\":{\"bottom\":{\"color\":\"var:preset|color|gray-1100\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"left\":[]}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull mobile-header\" style=\"border-bottom-color:var(--wp--preset--color--gray-1100);border-bottom-width:1px;padding-top:var(--wp--preset--spacing--10);padding-right:16px;padding-bottom:var(--wp--preset--spacing--10);padding-left:16px\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"12px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"ref\":1920,\"overlayMenu\":\"always\",\"icon\":\"menu\",\"metadata\":{\"ignoredHookedBlocks\":[\"woocommerce/customer-account\"]}} /-->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconStyle\":\"line\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"style\":{\"spacing\":{\"margin\":{\"left\":\"0.5em\"}}}} /-->\n\n<!-- wp:image {\"id\":67,\"width\":\"140px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"brand\",\"style\":{\"color\":{\"duotone\":\"unset\"}}} -->\n<figure class=\"wp-block-image size-full is-resized brand\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/AG-logo.png\" alt=\"\" class=\"wp-image-67\" style=\"width:140px;height:auto\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"20px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":55,\"width\":\"20px\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"search-toggle\",\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} -->\n<figure class=\"wp-block-image size-full is-resized search-toggle\" id=\"showMModalBtn\"><a href=\"#\"><img src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/search.svg\" alt=\"\" class=\"wp-image-55\" style=\"width:20px\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"style\":{\"typography\":{\"fontSize\":\"10px\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} /-->\n\n<!-- wp:woocommerce/mini-cart {\"miniCartIcon\":\"bag-alt\",\"style\":{\"typography\":{\"fontSize\":\"16px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Header','','inherit','closed','closed','','1921-revision-v1','','','2025-02-10 22:11:52','2025-02-10 22:11:52','',1921,'https://aggressivegraphix.com/?p=1934',0,'revision','',0),(1936,1,'2025-02-10 22:14:35','2025-02-10 22:14:35','<!-- wp:navigation-link {\"label\":\"Home\",\"type\":\"page\",\"id\":2,\"url\":\"https://aggressivegraphix.com/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-submenu {\"label\":\"Shop\",\"type\":\"page\",\"id\":6,\"url\":\"https://aggressivegraphix.com/shop/\",\"kind\":\"post-type\"} -->\n<!-- wp:navigation-submenu {\"label\":\"Outfit Bike\",\"type\":\"product_cat\",\"id\":27,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/\",\"kind\":\"taxonomy\"} -->\n<!-- wp:navigation-link {\"label\":\"Custom Graphics kits\",\"type\":\"product_cat\",\"id\":24,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/custom-graphics-kits/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Semi-custom Number Plates\",\"type\":\"product_cat\",\"id\":54,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/semi-custom-number-plates/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Seat Covers\",\"type\":\"product_cat\",\"id\":25,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/seat-covers/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Plastic kits\",\"type\":\"product_cat\",\"id\":26,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/plastic-kits/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Rider Accessories\",\"type\":\"product_cat\",\"id\":28,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/\",\"kind\":\"taxonomy\"} -->\n<!-- wp:navigation-link {\"label\":\"Jersey lettering\",\"type\":\"product_cat\",\"id\":29,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/jersey-lettering/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Goggles\",\"type\":\"product_cat\",\"id\":30,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Goggle Accessories\",\"type\":\"product_cat\",\"id\":31,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/goggle-accessories/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Canopies and Accessories\",\"type\":\"product_cat\",\"id\":36,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/\",\"kind\":\"taxonomy\"} -->\n<!-- wp:navigation-link {\"label\":\"Canopies\",\"type\":\"product_cat\",\"id\":37,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/canopies/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Half Walls\",\"type\":\"product_cat\",\"id\":38,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/half-walls/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Full Walls\",\"type\":\"product_cat\",\"id\":39,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/full-walls/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Flags\",\"type\":\"product_cat\",\"id\":40,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/flags/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Table Cloths\",\"type\":\"product_cat\",\"id\":41,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/table-cloths/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Merchandise\",\"type\":\"product_cat\",\"id\":32,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/merchandise/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Wraps and Tint\",\"type\":\"page\",\"id\":95,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/\",\"kind\":\"post-type\"} -->\n<!-- wp:navigation-link {\"label\":\"Color change wraps\",\"type\":\"page\",\"id\":1212,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/color-change-wraps/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Commercial wraps and lettering\",\"type\":\"page\",\"id\":1214,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/commercial-wraps-and-lettering/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Window tint\",\"type\":\"page\",\"id\":1216,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/window-tint/\",\"kind\":\"post-type\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Our Work\",\"type\":\"page\",\"id\":82,\"url\":\"https://aggressivegraphix.com/our-work/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"About Us\",\"type\":\"page\",\"id\":93,\"url\":\"https://aggressivegraphix.com/about-us-2/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Contact Us\",\"type\":\"page\",\"id\":31,\"url\":\"https://aggressivegraphix.com/contact-us/\",\"kind\":\"post-type\"} /-->','Navigation 3','','inherit','closed','closed','','1919-revision-v1','','','2025-02-10 22:14:35','2025-02-10 22:14:35','',1919,'https://aggressivegraphix.com/?p=1936',0,'revision','',0),(1937,1,'2025-02-10 22:15:42','2025-02-10 22:15:42','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\"} /-->\n\n<!-- wp:group {\"tagName\":\"main\",\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<main class=\"wp-block-group\"><!-- wp:woocommerce/order-confirmation-status {\"fontSize\":\"large\"} /-->\n\n<!-- wp:woocommerce/order-confirmation-summary /-->\n\n<!-- wp:woocommerce/order-confirmation-totals-wrapper {\"align\":\"wide\"} -->\n<!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\"}}} -->\n<h3 class=\"wp-block-heading\" style=\"font-size:24px\">Order details</h3>\n<!-- /wp:heading -->\n\n<!-- wp:woocommerce/order-confirmation-totals {\"lock\":{\"remove\":true}} /-->\n<!-- /wp:woocommerce/order-confirmation-totals-wrapper -->\n\n<!-- wp:woocommerce/order-confirmation-downloads-wrapper {\"align\":\"wide\"} -->\n<!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\"}}} -->\n<h3 class=\"wp-block-heading\" style=\"font-size:24px\">Downloads</h3>\n<!-- /wp:heading -->\n\n<!-- wp:woocommerce/order-confirmation-downloads {\"lock\":{\"remove\":true}} /-->\n<!-- /wp:woocommerce/order-confirmation-downloads-wrapper -->\n\n<!-- wp:columns {\"align\":\"wide\",\"className\":\"woocommerce-order-confirmation-address-wrapper\"} -->\n<div class=\"wp-block-columns alignwide woocommerce-order-confirmation-address-wrapper\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:woocommerce/order-confirmation-shipping-wrapper {\"align\":\"wide\"} -->\n<!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\"}}} -->\n<h3 class=\"wp-block-heading\" style=\"font-size:24px\">Shipping address</h3>\n<!-- /wp:heading -->\n\n<!-- wp:woocommerce/order-confirmation-shipping-address {\"lock\":{\"remove\":true}} /-->\n<!-- /wp:woocommerce/order-confirmation-shipping-wrapper --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:woocommerce/order-confirmation-billing-wrapper {\"align\":\"wide\"} -->\n<!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\"}}} -->\n<h3 class=\"wp-block-heading\" style=\"font-size:24px\">Billing address</h3>\n<!-- /wp:heading -->\n\n<!-- wp:woocommerce/order-confirmation-billing-address {\"lock\":{\"remove\":true}} /-->\n<!-- /wp:woocommerce/order-confirmation-billing-wrapper --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:woocommerce/order-confirmation-additional-fields-wrapper {\"align\":\"wide\"} -->\n<!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\"}}} -->\n<h3 class=\"wp-block-heading\" style=\"font-size:24px\">Additional information</h3>\n<!-- /wp:heading -->\n\n<!-- wp:woocommerce/order-confirmation-additional-fields /-->\n<!-- /wp:woocommerce/order-confirmation-additional-fields-wrapper -->\n\n<!-- wp:woocommerce/order-confirmation-additional-information /--></main>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\"} /-->','Order Confirmation','The Order Confirmation template serves as a receipt and confirmation of a successful purchase. It includes a summary of the ordered items, shipping, billing, and totals.','inherit','closed','closed','','75-revision-v1','','','2025-02-10 22:15:42','2025-02-10 22:15:42','',75,'https://aggressivegraphix.com/?p=1937',0,'revision','',0),(1938,1,'2025-02-10 22:17:59','2025-02-10 22:17:59','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"tagName\":\"main\",\"layout\":{\"type\":\"constrained\"}} -->\n<main class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"tagName\":\"main\",\"layout\":{\"type\":\"constrained\"}} -->\n<main class=\"wp-block-group\"><!-- wp:group {\"tagName\":\"main\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<main class=\"wp-block-group\" style=\"padding-top:0\"><!-- wp:spacer {\"height\":\"120px\"} -->\n<div style=\"height:120px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"tagName\":\"main\",\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"padding\":{\"top\":\"var:preset|spacing|80\"}},\"dimensions\":{\"minHeight\":\"px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<main class=\"wp-block-group alignwide\" style=\"min-height:px;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--80)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:0;margin-bottom:0px\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"align\":\"wide\",\"style\":{\"typography\":{\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"fontSize\":\"23rem\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#c70000\"}}},\"color\":{\"text\":\"#c70000\"}}} -->\n<h1 class=\"wp-block-heading alignwide has-text-align-center has-text-color has-link-color\" style=\"color:#c70000;font-size:23rem;font-style:normal;font-weight:700;line-height:1\">404</h1>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"8px\"},\"padding\":{\"top\":\"24px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:8px;padding-top:24px\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"16px\"}},\"typography\":{\"fontSize\":\"48px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1.5\"}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-gray-100-color has-text-color\" style=\"margin-bottom:16px;font-size:48px;font-style:normal;font-weight:600;line-height:1.5\">Page not found</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"var:preset|spacing|40\"}},\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.5\"}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-text-align-center has-gray-100-color has-text-color\" style=\"margin-top:0px;margin-bottom:var(--wp--preset--spacing--40);font-size:18px;font-style:normal;font-weight:400;line-height:1.5\">The page you are looking for was moved, removed or might never existed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textAlign\":\"center\",\"style\":{\"spacing\":{\"padding\":{\"left\":\"32px\",\"right\":\"32px\",\"top\":\"16px\",\"bottom\":\"16px\"}},\"border\":{\"radius\":\"50px\"}}} -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"#\" style=\"border-radius:50px;padding-top:16px;padding-right:32px;padding-bottom:16px;padding-left:32px\">Go to homepage</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></main>\n<!-- /wp:group --></main>\n<!-- /wp:group --></main>\n<!-- /wp:group --></div>\n<!-- /wp:group --></main>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"area\":\"footer\"} /-->','Page: 404','Displays when a visitor views a non-existent page, such as a dead link or a mistyped URL.','publish','closed','closed','','404','','','2025-02-10 22:23:36','2025-02-10 22:23:36','',0,'https://aggressivegraphix.com/404/',0,'wp_template','',0),(1939,1,'2025-02-10 22:23:36','2025-02-10 22:23:36','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"tagName\":\"main\",\"layout\":{\"type\":\"constrained\"}} -->\n<main class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"tagName\":\"main\",\"layout\":{\"type\":\"constrained\"}} -->\n<main class=\"wp-block-group\"><!-- wp:group {\"tagName\":\"main\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<main class=\"wp-block-group\" style=\"padding-top:0\"><!-- wp:spacer {\"height\":\"120px\"} -->\n<div style=\"height:120px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"tagName\":\"main\",\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"padding\":{\"top\":\"var:preset|spacing|80\"}},\"dimensions\":{\"minHeight\":\"px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<main class=\"wp-block-group alignwide\" style=\"min-height:px;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--80)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:0;margin-bottom:0px\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"align\":\"wide\",\"style\":{\"typography\":{\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"fontSize\":\"23rem\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#c70000\"}}},\"color\":{\"text\":\"#c70000\"}}} -->\n<h1 class=\"wp-block-heading alignwide has-text-align-center has-text-color has-link-color\" style=\"color:#c70000;font-size:23rem;font-style:normal;font-weight:700;line-height:1\">404</h1>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"8px\"},\"padding\":{\"top\":\"24px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:8px;padding-top:24px\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"16px\"}},\"typography\":{\"fontSize\":\"48px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1.5\"}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-gray-100-color has-text-color\" style=\"margin-bottom:16px;font-size:48px;font-style:normal;font-weight:600;line-height:1.5\">Page not found</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"var:preset|spacing|40\"}},\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.5\"}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-text-align-center has-gray-100-color has-text-color\" style=\"margin-top:0px;margin-bottom:var(--wp--preset--spacing--40);font-size:18px;font-style:normal;font-weight:400;line-height:1.5\">The page you are looking for was moved, removed or might never existed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textAlign\":\"center\",\"style\":{\"spacing\":{\"padding\":{\"left\":\"32px\",\"right\":\"32px\",\"top\":\"16px\",\"bottom\":\"16px\"}},\"border\":{\"radius\":\"50px\"}}} -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"#\" style=\"border-radius:50px;padding-top:16px;padding-right:32px;padding-bottom:16px;padding-left:32px\">Go to homepage</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></main>\n<!-- /wp:group --></main>\n<!-- /wp:group --></main>\n<!-- /wp:group --></div>\n<!-- /wp:group --></main>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"area\":\"footer\"} /-->','Page: 404','Displays when a visitor views a non-existent page, such as a dead link or a mistyped URL.','inherit','closed','closed','','1938-revision-v1','','','2025-02-10 22:23:36','2025-02-10 22:23:36','',1938,'https://aggressivegraphix.com/?p=1939',0,'revision','',0),(1940,1,'2025-02-10 22:32:23','2025-02-10 22:32:23','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"area\":\"header\"} /-->\n\n<!-- wp:woocommerce/coming-soon {\"color\":\"#fefefe\",\"className\":\"woocommerce-coming-soon-entire-site wp-block-woocommerce-background-color\"} -->\n<div class=\"wp-block-woocommerce-coming-soon woocommerce-coming-soon-entire-site wp-block-woocommerce-background-color\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"style\":{\"border\":{\"radius\":\"7px\"}},\"backgroundColor\":\"warning\"} -->\n<h1 class=\"wp-block-heading has-text-align-center has-warning-background-color has-background\" style=\"border-radius:7px\"><strong>This section is under construction</strong></h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\"}}},\"fontSize\":\"medium\"} -->\n<p class=\"has-text-align-center has-medium-font-size\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)\">We\'re working on building this area out, please check back periodically for the changes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textAlign\":\"center\"} -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\">&lt;&lt; Back to the home page </a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:woocommerce/coming-soon -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"area\":\"footer\"} /-->','Page: Coming soon','Page template for Coming soon page.','inherit','closed','closed','','115-revision-v1','','','2025-02-10 22:32:23','2025-02-10 22:32:23','',115,'https://aggressivegraphix.com/?p=1940',0,'revision','',0),(1941,1,'2025-02-10 22:35:30','2025-02-10 22:35:30','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\",\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|50\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--50)\"><!-- wp:group {\"metadata\":{\"name\":\"contact-map\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\",\"bottom\":\"19px\"},\"margin\":{\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-bottom:0px;padding-right:0px;padding-bottom:19px;padding-left:0px\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-right:0px;padding-left:0px\"><!-- wp:jetpack/map {\"points\":[{\"placeTitle\":\"Hill Street\",\"title\":\"Aggressive Graphix LLC\",\"caption\":\"31 Hill Street,\\nWebster, MA 01570\\nUnited States\",\"id\":\"address.7869753190814658\",\"coordinates\":{\"longitude\":-71.8863400000000041245584725402295589447021484375,\"latitude\":42.04343999999999681449480704031884670257568359375}}],\"zoom\":15,\"mapCenter\":{\"lng\":-71.8863400000000041245584725402295589447021484375,\"lat\":42.04343999999999681449480704031884670257568359375},\"mapHeight\":\"400\",\"showFullscreenButton\":false} -->\n<div class=\"wp-block-jetpack-map\" data-map-style=\"default\" data-map-details=\"true\" data-points=\"[{&quot;placeTitle&quot;:&quot;Hill Street&quot;,&quot;title&quot;:&quot;Aggressive Graphix LLC&quot;,&quot;caption&quot;:&quot;31 Hill Street,\\nWebster, MA 01570\\nUnited States&quot;,&quot;id&quot;:&quot;address.7869753190814658&quot;,&quot;coordinates&quot;:{&quot;longitude&quot;:-71.88634,&quot;latitude&quot;:42.04344}}]\" data-zoom=\"15\" data-map-center=\"{&quot;lng&quot;:-71.88634,&quot;lat&quot;:42.04344}\" data-marker-color=\"red\" data-map-height=\"400\"><ul><li><a href=\"https://www.google.com/maps/search/?api=1&amp;query=42.04344,-71.88634\">Aggressive Graphix LLC</a></li></ul></div>\n<!-- /wp:jetpack/map --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"contact-form\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"30px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:30px\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-right:0;padding-left:0\"><!-- wp:columns {\"isStackedOnMobile\":false,\"className\":\"overflow-hidden flex-sm-wrap\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"},\"blockGap\":{\"top\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|40\"}}},\"backgroundColor\":\"base\"} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile overflow-hidden flex-sm-wrap has-base-background-color has-background\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column {\"width\":\"142.4%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:142.4%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"25px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"font-size:25px;font-style:normal;font-weight:500\">Leave us a Message</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"10px\",\"bottom\":\"var:preset|spacing|20\"}}},\"backgroundColor\":\"gray-1100\"} -->\n<hr class=\"wp-block-separator has-text-color has-gray-1100-color has-alpha-channel-opacity has-gray-1100-background-color has-background is-style-wide\" style=\"margin-top:10px;margin-bottom:var(--wp--preset--spacing--20)\"/>\n<!-- /wp:separator -->\n\n<!-- wp:wpforms/form-selector {\"clientId\":\"a3ef189d-bb34-4c2d-a4f3-a570a9301e67\",\"formId\":\"1943\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"56.7%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:56.7%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"25px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"font-size:25px;font-style:normal;font-weight:500\">Our Store</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"10px\",\"bottom\":\"var:preset|spacing|10\"}}},\"backgroundColor\":\"gray-1100\"} -->\n<hr class=\"wp-block-separator has-text-color has-gray-1100-color has-alpha-channel-opacity has-gray-1100-background-color has-background is-style-wide\" style=\"margin-top:10px;margin-bottom:var(--wp--preset--spacing--10)\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|30\"}}},\"textColor\":\"gray-100\",\"fontSize\":\"medium\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color has-medium-font-size\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--30);font-style:normal;font-weight:400\">31 Hill Street<br>Webster, MA 01570</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\"}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:var(--wp--preset--spacing--30);font-size:14px;font-style:normal;font-weight:700\">Hours of Operation</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"list-none\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.7\"}},\"textColor\":\"gray-100\",\"fontSize\":\"medium\"} -->\n<ul style=\"font-style:normal;font-weight:400;line-height:1.7\" class=\"wp-block-list list-none has-gray-100-color has-text-color has-link-color has-medium-font-size\"><!-- wp:list-item -->\n<li>Monday: 9am-5pm</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Tuesday: 9am-5pm</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Wednesday: 9am-5pm</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Thursday: 9am-5pm</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Friday: 9am-5pm</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Saturday: By appointment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Sunday: By appointment</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\",\"fontSize\":\"large\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color has-large-font-size\" style=\"font-style:normal;font-weight:400\">774.314.1673</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"mailto:info@aggressivegraphix.com\" data-type=\"mailto\" data-id=\"mailto:info@aggressivegraphix.com\">info@aggressivegraphix.com</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\"} /-->','Contact','','publish','closed','closed','','contact','','','2025-02-10 22:42:56','2025-02-10 22:42:56','',0,'https://aggressivegraphix.com/contact/',0,'wp_template','',0),(1942,1,'2025-02-10 22:35:52','2025-02-10 22:35:52','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\",\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|50\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--50)\"><!-- wp:group {\"metadata\":{\"name\":\"contact-map\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\",\"bottom\":\"19px\"},\"margin\":{\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-bottom:0px;padding-right:0px;padding-bottom:19px;padding-left:0px\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-right:0px;padding-left:0px\"><!-- wp:jetpack/map {\"points\":[{\"placeTitle\":\"Hill Street\",\"title\":\"Aggressive Graphix LLC\",\"caption\":\"31 Hill Street,\\nWebster, MA 01570\\nUnited States\",\"id\":\"address.7869753190814658\",\"coordinates\":{\"longitude\":-71.8863400000000041245584725402295589447021484375,\"latitude\":42.04343999999999681449480704031884670257568359375}}],\"zoom\":15,\"mapCenter\":{\"lng\":-71.8863400000000041245584725402295589447021484375,\"lat\":42.04343999999999681449480704031884670257568359375},\"mapHeight\":\"400\",\"showFullscreenButton\":false} -->\n<div class=\"wp-block-jetpack-map\" data-map-style=\"default\" data-map-details=\"true\" data-points=\"[{&quot;placeTitle&quot;:&quot;Hill Street&quot;,&quot;title&quot;:&quot;Aggressive Graphix LLC&quot;,&quot;caption&quot;:&quot;31 Hill Street,\\nWebster, MA 01570\\nUnited States&quot;,&quot;id&quot;:&quot;address.7869753190814658&quot;,&quot;coordinates&quot;:{&quot;longitude&quot;:-71.88634,&quot;latitude&quot;:42.04344}}]\" data-zoom=\"15\" data-map-center=\"{&quot;lng&quot;:-71.88634,&quot;lat&quot;:42.04344}\" data-marker-color=\"red\" data-map-height=\"400\"><ul><li><a href=\"https://www.google.com/maps/search/?api=1&amp;query=42.04344,-71.88634\">Aggressive Graphix LLC</a></li></ul></div>\n<!-- /wp:jetpack/map --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"contact-form\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"30px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:30px\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-right:0;padding-left:0\"><!-- wp:columns {\"isStackedOnMobile\":false,\"className\":\"overflow-hidden flex-sm-wrap\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"},\"blockGap\":{\"top\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|40\"}}},\"backgroundColor\":\"base\"} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile overflow-hidden flex-sm-wrap has-base-background-color has-background\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column {\"width\":\"142.4%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:142.4%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"25px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"font-size:25px;font-style:normal;font-weight:500\">Leave us a Message</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"10px\",\"bottom\":\"var:preset|spacing|20\"}}},\"backgroundColor\":\"gray-1100\"} -->\n<hr class=\"wp-block-separator has-text-color has-gray-1100-color has-alpha-channel-opacity has-gray-1100-background-color has-background is-style-wide\" style=\"margin-top:10px;margin-bottom:var(--wp--preset--spacing--20)\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|20\"},\"padding\":{\"top\":\"6px\"}}},\"textColor\":\"gray-100\",\"fontSize\":\"medium\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color has-medium-font-size\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--20);padding-top:6px;font-style:normal;font-weight:400\">Maecenas dolor elit, semper a sem sed, pulvinar molestie lacus. Aliquam dignissim, elit non mattis ultrices,<br>neque odio ultricies tellus, eu porttitor nisl ipsum eu massa.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:wpforms/form-selector {\"clientId\":\"4ff9265a-1aa8-4a72-b40e-f7920415f4e4\",\"formId\":\"1028\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022}\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"56.7%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:56.7%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"25px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"font-size:25px;font-style:normal;font-weight:500\">Our Store</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"10px\",\"bottom\":\"var:preset|spacing|10\"}}},\"backgroundColor\":\"gray-1100\"} -->\n<hr class=\"wp-block-separator has-text-color has-gray-1100-color has-alpha-channel-opacity has-gray-1100-background-color has-background is-style-wide\" style=\"margin-top:10px;margin-bottom:var(--wp--preset--spacing--10)\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|30\"}}},\"textColor\":\"gray-100\",\"fontSize\":\"medium\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color has-medium-font-size\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--30);font-style:normal;font-weight:400\">17 Princess Road<br>London, Greater London<br>NW1 8JR, UK</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\"}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:var(--wp--preset--spacing--30);font-size:14px;font-style:normal;font-weight:700\">Hours of Operation</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"list-none\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.7\"}},\"textColor\":\"gray-100\",\"fontSize\":\"medium\"} -->\n<ul style=\"font-style:normal;font-weight:400;line-height:1.7\" class=\"wp-block-list list-none has-gray-100-color has-text-color has-link-color has-medium-font-size\"><!-- wp:list-item -->\n<li>Monday:12-6 PM</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Tuesday:12-6 PM</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Wednesday:12-6 PM</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Thursday:12-6 PM</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Friday:12-6 PM</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Saturday:12-6 PM</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Sunday Closed</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"},\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\"}}}} -->\n<p style=\"margin-top:var(--wp--preset--spacing--30);font-size:14px;font-style:normal;font-weight:700\">Careers</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\",\"fontSize\":\"medium\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color has-medium-font-size\" style=\"font-style:normal;font-weight:400\">If you’re interested in employment opportunities at eRide, please email us:&nbsp;<a href=\"mailto:contact@yourstore.com\">contact@yourstore.com</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\"} /-->','Contact','','inherit','closed','closed','','1941-revision-v1','','','2025-02-10 22:35:52','2025-02-10 22:35:52','',1941,'https://aggressivegraphix.com/?p=1942',0,'revision','',0),(1943,1,'2025-02-10 22:40:07','2025-02-10 22:40:07','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"textarea\",\"label\":\"Comment or Message\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}},\"id\":\"1943\",\"field_id\":4,\"settings\":{\"form_title\":\"Simple Contact Form\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"enable\":\"1\",\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"Question from\\u00a0 {field_id=\\\"1\\\"}\",\"sender_name\":\"{field_id=\\\"1\\\"}\",\"sender_address\":\"{field_id=\\\"2\\\"}\",\"replyto\":\"{field_id=\\\"2\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"simple-contact-form-template\"}}','Simple Contact Form','','publish','closed','closed','','simple-contact-form','','','2025-06-17 16:21:35','2025-06-17 16:21:35','',0,'https://aggressivegraphix.com/?post_type=wpforms&#038;p=1943',0,'wpforms','',0),(1944,1,'2025-02-10 22:40:12','2025-02-10 22:40:12','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"textarea\",\"label\":\"Comment or Message\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}},\"id\":\"1943\",\"field_id\":4,\"settings\":{\"form_title\":\"Simple Contact Form\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"New Entry: Simple Contact Form\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"2\\\"}\",\"message\":\"{all_fields}\",\"enable\":\"1\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"simple-contact-form-template\"}}','Simple Contact Form','','inherit','closed','closed','','1943-revision-v1','','','2025-02-10 22:40:12','2025-02-10 22:40:12','',1943,'https://aggressivegraphix.com/?p=1944',0,'revision','',0),(1945,1,'2025-02-10 22:41:07','2025-02-10 22:41:07','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\",\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|50\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--50)\"><!-- wp:group {\"metadata\":{\"name\":\"contact-map\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\",\"bottom\":\"19px\"},\"margin\":{\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-bottom:0px;padding-right:0px;padding-bottom:19px;padding-left:0px\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-right:0px;padding-left:0px\"><!-- wp:jetpack/map {\"points\":[{\"placeTitle\":\"Hill Street\",\"title\":\"Aggressive Graphix LLC\",\"caption\":\"31 Hill Street,\\nWebster, MA 01570\\nUnited States\",\"id\":\"address.7869753190814658\",\"coordinates\":{\"longitude\":-71.8863400000000041245584725402295589447021484375,\"latitude\":42.04343999999999681449480704031884670257568359375}}],\"zoom\":15,\"mapCenter\":{\"lng\":-71.8863400000000041245584725402295589447021484375,\"lat\":42.04343999999999681449480704031884670257568359375},\"mapHeight\":\"400\",\"showFullscreenButton\":false} -->\n<div class=\"wp-block-jetpack-map\" data-map-style=\"default\" data-map-details=\"true\" data-points=\"[{&quot;placeTitle&quot;:&quot;Hill Street&quot;,&quot;title&quot;:&quot;Aggressive Graphix LLC&quot;,&quot;caption&quot;:&quot;31 Hill Street,\\nWebster, MA 01570\\nUnited States&quot;,&quot;id&quot;:&quot;address.7869753190814658&quot;,&quot;coordinates&quot;:{&quot;longitude&quot;:-71.88634,&quot;latitude&quot;:42.04344}}]\" data-zoom=\"15\" data-map-center=\"{&quot;lng&quot;:-71.88634,&quot;lat&quot;:42.04344}\" data-marker-color=\"red\" data-map-height=\"400\"><ul><li><a href=\"https://www.google.com/maps/search/?api=1&amp;query=42.04344,-71.88634\">Aggressive Graphix LLC</a></li></ul></div>\n<!-- /wp:jetpack/map --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"contact-form\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"30px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:30px\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-right:0;padding-left:0\"><!-- wp:columns {\"isStackedOnMobile\":false,\"className\":\"overflow-hidden flex-sm-wrap\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"},\"blockGap\":{\"top\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|40\"}}},\"backgroundColor\":\"base\"} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile overflow-hidden flex-sm-wrap has-base-background-color has-background\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column {\"width\":\"142.4%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:142.4%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"25px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"font-size:25px;font-style:normal;font-weight:500\">Leave us a Message</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"10px\",\"bottom\":\"var:preset|spacing|20\"}}},\"backgroundColor\":\"gray-1100\"} -->\n<hr class=\"wp-block-separator has-text-color has-gray-1100-color has-alpha-channel-opacity has-gray-1100-background-color has-background is-style-wide\" style=\"margin-top:10px;margin-bottom:var(--wp--preset--spacing--20)\"/>\n<!-- /wp:separator --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"56.7%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:56.7%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"25px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"font-size:25px;font-style:normal;font-weight:500\">Our Store</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"10px\",\"bottom\":\"var:preset|spacing|10\"}}},\"backgroundColor\":\"gray-1100\"} -->\n<hr class=\"wp-block-separator has-text-color has-gray-1100-color has-alpha-channel-opacity has-gray-1100-background-color has-background is-style-wide\" style=\"margin-top:10px;margin-bottom:var(--wp--preset--spacing--10)\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|30\"}}},\"textColor\":\"gray-100\",\"fontSize\":\"medium\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color has-medium-font-size\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--30);font-style:normal;font-weight:400\">31 Hill Street<br>Webster, MA 01570</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\"}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:var(--wp--preset--spacing--30);font-size:14px;font-style:normal;font-weight:700\">Hours of Operation</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"list-none\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.7\"}},\"textColor\":\"gray-100\",\"fontSize\":\"medium\"} -->\n<ul style=\"font-style:normal;font-weight:400;line-height:1.7\" class=\"wp-block-list list-none has-gray-100-color has-text-color has-link-color has-medium-font-size\"><!-- wp:list-item -->\n<li>Monday: 9am-5pm</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Tuesday: 9am-5pm</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Wednesday: 9am-5pm</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Thursday: 9am-5pm</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Friday: 9am-5pm</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Saturday: By appointment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Sunday: By appointment</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\",\"fontSize\":\"large\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color has-large-font-size\" style=\"font-style:normal;font-weight:400\">774.314.1673</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"mailto:info@aggressivegraphix.com\" data-type=\"mailto\" data-id=\"mailto:info@aggressivegraphix.com\">info@aggressivegraphix.com</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\"} /-->\n\n<!-- wp:wpforms/form-selector {\"clientId\":\"a3ef189d-bb34-4c2d-a4f3-a570a9301e67\",\"formId\":\"1943\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /-->','Contact','','inherit','closed','closed','','1941-revision-v1','','','2025-02-10 22:41:07','2025-02-10 22:41:07','',1941,'https://aggressivegraphix.com/?p=1945',0,'revision','',0),(1946,1,'2025-02-10 22:42:23','2025-02-10 22:42:23','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\",\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|50\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--50)\"><!-- wp:group {\"metadata\":{\"name\":\"contact-map\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\",\"bottom\":\"19px\"},\"margin\":{\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-bottom:0px;padding-right:0px;padding-bottom:19px;padding-left:0px\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-right:0px;padding-left:0px\"><!-- wp:jetpack/map {\"points\":[{\"placeTitle\":\"Hill Street\",\"title\":\"Aggressive Graphix LLC\",\"caption\":\"31 Hill Street,\\nWebster, MA 01570\\nUnited States\",\"id\":\"address.7869753190814658\",\"coordinates\":{\"longitude\":-71.8863400000000041245584725402295589447021484375,\"latitude\":42.04343999999999681449480704031884670257568359375}}],\"zoom\":15,\"mapCenter\":{\"lng\":-71.8863400000000041245584725402295589447021484375,\"lat\":42.04343999999999681449480704031884670257568359375},\"mapHeight\":\"400\",\"showFullscreenButton\":false} -->\n<div class=\"wp-block-jetpack-map\" data-map-style=\"default\" data-map-details=\"true\" data-points=\"[{&quot;placeTitle&quot;:&quot;Hill Street&quot;,&quot;title&quot;:&quot;Aggressive Graphix LLC&quot;,&quot;caption&quot;:&quot;31 Hill Street,\\nWebster, MA 01570\\nUnited States&quot;,&quot;id&quot;:&quot;address.7869753190814658&quot;,&quot;coordinates&quot;:{&quot;longitude&quot;:-71.88634,&quot;latitude&quot;:42.04344}}]\" data-zoom=\"15\" data-map-center=\"{&quot;lng&quot;:-71.88634,&quot;lat&quot;:42.04344}\" data-marker-color=\"red\" data-map-height=\"400\"><ul><li><a href=\"https://www.google.com/maps/search/?api=1&amp;query=42.04344,-71.88634\">Aggressive Graphix LLC</a></li></ul></div>\n<!-- /wp:jetpack/map --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"contact-form\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"30px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:30px\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-right:0;padding-left:0\"><!-- wp:columns {\"isStackedOnMobile\":false,\"className\":\"overflow-hidden flex-sm-wrap\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"},\"blockGap\":{\"top\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|40\"}}},\"backgroundColor\":\"base\"} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile overflow-hidden flex-sm-wrap has-base-background-color has-background\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column {\"width\":\"142.4%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:142.4%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"25px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"font-size:25px;font-style:normal;font-weight:500\">Leave us a Message</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"10px\",\"bottom\":\"var:preset|spacing|20\"}}},\"backgroundColor\":\"gray-1100\"} -->\n<hr class=\"wp-block-separator has-text-color has-gray-1100-color has-alpha-channel-opacity has-gray-1100-background-color has-background is-style-wide\" style=\"margin-top:10px;margin-bottom:var(--wp--preset--spacing--20)\"/>\n<!-- /wp:separator -->\n\n<!-- wp:jetpack/contact-form {\"subject\":\"Contact form Submission\",\"to\":\"ben@aggressivegraphix.com\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"16px\",\"right\":\"16px\",\"bottom\":\"16px\",\"left\":\"16px\"}}}} -->\n<div class=\"wp-block-jetpack-contact-form\" style=\"padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px\"><!-- wp:jetpack/field-name {\"required\":true} /-->\n\n<!-- wp:jetpack/field-email {\"required\":true} /-->\n\n<!-- wp:jetpack/field-textarea {\"label\":\"Message\"} /-->\n\n<!-- wp:jetpack/button {\"element\":\"button\",\"text\":\"Contact Us\",\"lock\":{\"remove\":true}} /--></div>\n<!-- /wp:jetpack/contact-form --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"56.7%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:56.7%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"25px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"font-size:25px;font-style:normal;font-weight:500\">Our Store</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"10px\",\"bottom\":\"var:preset|spacing|10\"}}},\"backgroundColor\":\"gray-1100\"} -->\n<hr class=\"wp-block-separator has-text-color has-gray-1100-color has-alpha-channel-opacity has-gray-1100-background-color has-background is-style-wide\" style=\"margin-top:10px;margin-bottom:var(--wp--preset--spacing--10)\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|30\"}}},\"textColor\":\"gray-100\",\"fontSize\":\"medium\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color has-medium-font-size\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--30);font-style:normal;font-weight:400\">31 Hill Street<br>Webster, MA 01570</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\"}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:var(--wp--preset--spacing--30);font-size:14px;font-style:normal;font-weight:700\">Hours of Operation</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"list-none\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.7\"}},\"textColor\":\"gray-100\",\"fontSize\":\"medium\"} -->\n<ul style=\"font-style:normal;font-weight:400;line-height:1.7\" class=\"wp-block-list list-none has-gray-100-color has-text-color has-link-color has-medium-font-size\"><!-- wp:list-item -->\n<li>Monday: 9am-5pm</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Tuesday: 9am-5pm</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Wednesday: 9am-5pm</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Thursday: 9am-5pm</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Friday: 9am-5pm</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Saturday: By appointment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Sunday: By appointment</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\",\"fontSize\":\"large\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color has-large-font-size\" style=\"font-style:normal;font-weight:400\">774.314.1673</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"mailto:info@aggressivegraphix.com\" data-type=\"mailto\" data-id=\"mailto:info@aggressivegraphix.com\">info@aggressivegraphix.com</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\"} /-->\n\n<!-- wp:wpforms/form-selector {\"clientId\":\"a3ef189d-bb34-4c2d-a4f3-a570a9301e67\",\"formId\":\"1943\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /-->','Contact','','inherit','closed','closed','','1941-revision-v1','','','2025-02-10 22:42:23','2025-02-10 22:42:23','',1941,'https://aggressivegraphix.com/?p=1946',0,'revision','',0),(1947,1,'2025-02-10 22:42:56','2025-02-10 22:42:56','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\",\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|50\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--50)\"><!-- wp:group {\"metadata\":{\"name\":\"contact-map\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\",\"bottom\":\"19px\"},\"margin\":{\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-bottom:0px;padding-right:0px;padding-bottom:19px;padding-left:0px\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-right:0px;padding-left:0px\"><!-- wp:jetpack/map {\"points\":[{\"placeTitle\":\"Hill Street\",\"title\":\"Aggressive Graphix LLC\",\"caption\":\"31 Hill Street,\\nWebster, MA 01570\\nUnited States\",\"id\":\"address.7869753190814658\",\"coordinates\":{\"longitude\":-71.8863400000000041245584725402295589447021484375,\"latitude\":42.04343999999999681449480704031884670257568359375}}],\"zoom\":15,\"mapCenter\":{\"lng\":-71.8863400000000041245584725402295589447021484375,\"lat\":42.04343999999999681449480704031884670257568359375},\"mapHeight\":\"400\",\"showFullscreenButton\":false} -->\n<div class=\"wp-block-jetpack-map\" data-map-style=\"default\" data-map-details=\"true\" data-points=\"[{&quot;placeTitle&quot;:&quot;Hill Street&quot;,&quot;title&quot;:&quot;Aggressive Graphix LLC&quot;,&quot;caption&quot;:&quot;31 Hill Street,\\nWebster, MA 01570\\nUnited States&quot;,&quot;id&quot;:&quot;address.7869753190814658&quot;,&quot;coordinates&quot;:{&quot;longitude&quot;:-71.88634,&quot;latitude&quot;:42.04344}}]\" data-zoom=\"15\" data-map-center=\"{&quot;lng&quot;:-71.88634,&quot;lat&quot;:42.04344}\" data-marker-color=\"red\" data-map-height=\"400\"><ul><li><a href=\"https://www.google.com/maps/search/?api=1&amp;query=42.04344,-71.88634\">Aggressive Graphix LLC</a></li></ul></div>\n<!-- /wp:jetpack/map --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"contact-form\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"30px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:30px\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-right:0;padding-left:0\"><!-- wp:columns {\"isStackedOnMobile\":false,\"className\":\"overflow-hidden flex-sm-wrap\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"},\"blockGap\":{\"top\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|40\"}}},\"backgroundColor\":\"base\"} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile overflow-hidden flex-sm-wrap has-base-background-color has-background\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column {\"width\":\"142.4%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:142.4%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"25px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"font-size:25px;font-style:normal;font-weight:500\">Leave us a Message</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"10px\",\"bottom\":\"var:preset|spacing|20\"}}},\"backgroundColor\":\"gray-1100\"} -->\n<hr class=\"wp-block-separator has-text-color has-gray-1100-color has-alpha-channel-opacity has-gray-1100-background-color has-background is-style-wide\" style=\"margin-top:10px;margin-bottom:var(--wp--preset--spacing--20)\"/>\n<!-- /wp:separator -->\n\n<!-- wp:wpforms/form-selector {\"clientId\":\"a3ef189d-bb34-4c2d-a4f3-a570a9301e67\",\"formId\":\"1943\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"56.7%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:56.7%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"25px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"font-size:25px;font-style:normal;font-weight:500\">Our Store</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"10px\",\"bottom\":\"var:preset|spacing|10\"}}},\"backgroundColor\":\"gray-1100\"} -->\n<hr class=\"wp-block-separator has-text-color has-gray-1100-color has-alpha-channel-opacity has-gray-1100-background-color has-background is-style-wide\" style=\"margin-top:10px;margin-bottom:var(--wp--preset--spacing--10)\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|30\"}}},\"textColor\":\"gray-100\",\"fontSize\":\"medium\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color has-medium-font-size\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--30);font-style:normal;font-weight:400\">31 Hill Street<br>Webster, MA 01570</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\"}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-top:var(--wp--preset--spacing--30);font-size:14px;font-style:normal;font-weight:700\">Hours of Operation</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"className\":\"list-none\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.7\"}},\"textColor\":\"gray-100\",\"fontSize\":\"medium\"} -->\n<ul style=\"font-style:normal;font-weight:400;line-height:1.7\" class=\"wp-block-list list-none has-gray-100-color has-text-color has-link-color has-medium-font-size\"><!-- wp:list-item -->\n<li>Monday: 9am-5pm</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Tuesday: 9am-5pm</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Wednesday: 9am-5pm</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Thursday: 9am-5pm</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Friday: 9am-5pm</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Saturday: By appointment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Sunday: By appointment</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\",\"fontSize\":\"large\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color has-large-font-size\" style=\"font-style:normal;font-weight:400\">774.314.1673</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"mailto:info@aggressivegraphix.com\" data-type=\"mailto\" data-id=\"mailto:info@aggressivegraphix.com\">info@aggressivegraphix.com</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\"} /-->','Contact','','inherit','closed','closed','','1941-revision-v1','','','2025-02-10 22:42:56','2025-02-10 22:42:56','',1941,'https://aggressivegraphix.com/?p=1947',0,'revision','',0),(1948,1,'2025-02-10 22:50:25','2025-02-10 22:50:25','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"22.9%\",\"className\":\"filter-block\"} -->\n<div class=\"filter-block wp-block-column is-vertically-aligned-top\" style=\"flex-basis:22.9%\"><!-- wp:template-part {\"slug\":\"products-filter\",\"theme\":\"eride\",\"area\":\"uncategorized\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"77.1%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:77.1%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button\"><a class=\"wp-block-button__link has-border-color has-custom-font-size wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px;font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button\"><a class=\"wp-block-button__link has-border-color has-custom-font-size wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px;font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\"} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":3},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"showSaleBadge\":false,\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} -->\n<!-- wp:woocommerce/product-sale-badge {\"align\":\"right\"} /-->\n<!-- /wp:woocommerce/product-image -->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"large\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Product Catalog','Displays your products.','publish','closed','closed','','archive-product','','','2025-08-04 17:56:45','2025-08-04 17:56:45','',0,'https://aggressivegraphix.com/archive-product/',0,'wp_template','',0),(1949,1,'2025-02-10 22:50:25','2025-02-10 22:50:25','<!-- wp:group {\"align\":\"wide\",\"className\":\" filter-content\",\"style\":{\"spacing\":{\"blockGap\":\"34px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\" filter-content wp-block-group alignwide\" id=\"myModal1\"><!-- wp:group {\"style\":{\"border\":{\"radius\":\"20px\",\"width\":\"1px\"},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\"}},\"typography\":{\"fontSize\":\"17px\"}},\"fontFamily\":\"permanent-marker\",\"borderColor\":\"gray-1100\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-border-color has-gray-1100-border-color has-permanent-marker-font-family\" style=\"border-width:1px;border-radius:20px;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--30);font-size:17px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textTransform\":\"capitalize\",\"lineHeight\":\"1.2\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"font-size:15px;font-style:normal;font-weight:700;line-height:1.2;text-transform:capitalize\">Categories</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:woocommerce/product-categories {\"isHierarchical\":false} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"border\":{\"radius\":\"20px\",\"width\":\"1px\"},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"20px\",\"left\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\"},\"margin\":{\"bottom\":\"0\"}}},\"borderColor\":\"gray-1100\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-border-color has-gray-1100-border-color\" style=\"border-width:1px;border-radius:20px;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:20px;padding-left:var(--wp--preset--spacing--30)\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"capitalize\",\"lineHeight\":\"1\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"bottom\":\"21px\"}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-bottom:21px;font-size:18px;font-style:normal;font-weight:600;line-height:1;text-transform:capitalize\">Filters</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:woocommerce/filter-wrapper {\"filterType\":\"price-filter\",\"heading\":\"Filter by price\"} -->\n<div class=\"wp-block-woocommerce-filter-wrapper\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1.2\",\"textTransform\":\"capitalize\"},\"spacing\":{\"margin\":{\"bottom\":\"25px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h3 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"margin-bottom:25px;font-size:15px;font-style:normal;font-weight:600;line-height:1.2;text-transform:capitalize\">Price Range</h3>\n<!-- /wp:heading -->\n\n<!-- wp:woocommerce/price-filter {\"heading\":\"\",\"lock\":{\"remove\":true}} -->\n<div class=\"wp-block-woocommerce-price-filter is-loading\"><span aria-hidden=\"true\" class=\"wc-block-product-categories__placeholder\"></span></div>\n<!-- /wp:woocommerce/price-filter --></div>\n<!-- /wp:woocommerce/filter-wrapper --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Products Filter','','publish','closed','closed','','products-filter','','','2025-08-04 18:54:05','2025-08-04 18:54:05','',0,'https://aggressivegraphix.com/products-filter/',0,'wp_template_part','',0),(1950,1,'2025-02-10 22:50:26','2025-02-10 22:50:26','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"22.9%\",\"className\":\"filter-block\"} -->\n<div class=\"filter-block wp-block-column is-vertically-aligned-top\" style=\"flex-basis:22.9%\"><!-- wp:template-part {\"slug\":\"products-filter\",\"theme\":\"eride\",\"area\":\"uncategorized\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"77.1%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:77.1%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\"} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":3},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Product Catalog','Displays your products.','inherit','closed','closed','','1948-revision-v1','','','2025-02-10 22:50:26','2025-02-10 22:50:26','',1948,'https://aggressivegraphix.com/?p=1950',0,'revision','',0),(1951,1,'2025-02-10 22:58:17','2025-02-10 22:58:17','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:columns {\"align\":\"wide\",\"className\":\"single-product-page\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"30px\"},\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"single-product-page wp-block-columns alignwide\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--50)\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:woocommerce/product-image-gallery {\"className\":\"single-product-gallery\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:post-title {\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1.2\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"3px\"}}},\"textColor\":\"gray-100\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfSingleProductTemplate\":true} /-->\n\n<!-- wp:post-excerpt {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"22px\"}}},\"textColor\":\"gray-100\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfSingleProductTemplate\":true,\"style\":{\"spacing\":{\"margin\":{\"top\":\"38px\"}}}} /-->\n\n<!-- wp:woocommerce/add-to-cart-form {\"className\":\"single\"} /-->\n\n<!-- wp:woocommerce/product-meta {\"metadata\":{\"ignoredHookedBlocks\":[\"core/post-terms\"]}} -->\n<div class=\"wp-block-woocommerce-product-meta\"><!-- wp:group {\"className\":\"eride-meta\",\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"eride-meta wp-block-group\"><!-- wp:woocommerce/product-sku /-->\n\n<!-- wp:post-terms {\"term\":\"product_tag\",\"prefix\":\"Tags: \"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-terms {\"term\":\"product_brand\",\"prefix\":\"Brands: \"} /--></div>\n<!-- /wp:woocommerce/product-meta --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:woocommerce/product-details {\"className\":\"eride-product-details\"} -->\n<div class=\"eride-product-details wp-block-woocommerce-product-details alignwide\"></div>\n<!-- /wp:woocommerce/product-details --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Single Product','Displays a single product.','publish','closed','closed','','single-product','','','2025-08-13 17:59:50','2025-08-13 17:59:50','',0,'https://aggressivegraphix.com/single-product/',0,'wp_template','',0),(1953,1,'2025-02-10 23:04:57','2025-02-10 23:04:57','ul.products .taxonomy-product_cat, ul.products .wp-block-post-excerpt, .wc-block-grid__products .taxonomy-product_cat, .wc-block-grid__products .wp-block-post-excerpt, .wp-block-woocommerce-related-products .taxonomy-product_cat, .wp-block-woocommerce-related-products .wp-block-post-excerpt, .products-block-post-template .taxonomy-product_cat, .products-block-post-template .wp-block-post-excerpt, .cross-sells-product .taxonomy-product_cat, .cross-sells-product .wp-block-post-excerpt {\n    -webkit-line-clamp: none !important;\n}\n.wp-block-woocommerce-product-price {\n    text-align: center;\n    margin: 0 auto; \n}\na, button {\n    margin: 0 auto;\n}\na.addon-btn button {\n	  background: #c70000;\n    font-size: 18px;\n    color: #fff;\n    border: none;\n    padding: 10px 15px;\n    border-radius: 30px;\n		cursor:pointer;\n}\na.addon-btn button:hover {\n	  background: #a70000;\n}\n.woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p, .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p {\n    max-width: 1400px !important;\n}\n.products-block-post-template .product > .wp-block-button, .products-block-post-template .wp-block-post > .wp-block-button {\n	position: inherit !important;\n  bottom: 0 !important;\n}\n.products-block-post-template .wp-block-post-title{\n	-webkit-line-clamp: 3 !important;\n}\n.af_addon_field_class {\n    width: 100% !important;\n}\n.config-button {\n	  background: #c70000;\n    font-size: 18px;\n    color: #fff;\n    border: none;\n    padding: 10px 15px;\n    border-radius: 30px;\n    cursor: pointer;\n}\n.zoomImg {\n    background: #fff;\n}\n#product_option_selected_name ul {\n    position: inherit !important;\n}\n.woocommerce-cart .woocommerce-cart-form tbody td.product-name .variation {\n    display: block !important;\n}\n.woocommerce-cart .woocommerce-cart-form tbody td.product-name .variation dt.variation- {\n    display: none;\n}\ntr.optn_name_price, td.product-name-and-quantity, td.product-sub-total-1st-tr {\n	display: none !important;\n}\n.product_sub_total_final_td {\n    float: left !important;\n}\n\n@container (max-width: 900px) {\n   div.wp-block-woocommerce-checkout.alignwide.wc-block-checkout, .wc-block-components-sidebar-layout .wc-block-components-main, .wc-block-components-sidebar-layout .wc-block-components-sidebar {\n    width: 100% !important;\n		margin-bottom: 65px;\n    position: relative;\n    }\n}','eride','','publish','closed','closed','','eride','','','2025-09-09 17:46:10','2025-09-09 17:46:10','',0,'https://aggressivegraphix.com/eride/',0,'custom_css','',0),(1963,1,'2025-02-10 23:12:34','2025-02-10 23:12:34','{\"styles\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#c70000\"},\":hover\":{\"color\":{\"text\":\"#9d0000\"}}},\"button\":{\"color\":{\"background\":\"#c70000\"}},\"heading\":{\"color\":{\"text\":\"var:preset|color|gray-300\"}},\"caption\":{\"color\":{\"text\":\"var:preset|color|gray-300\"}}},\"color\":{\"text\":\"var:preset|color|gray-300\"}},\"isGlobalStylesUserThemeJSON\":true,\"version\":3}','Custom Styles','','inherit','closed','closed','','1905-revision-v1','','','2025-02-10 23:12:34','2025-02-10 23:12:34','',1905,'https://aggressivegraphix.com/?p=1963',0,'revision','',0),(1964,1,'2025-02-10 23:14:41','2025-02-10 23:14:41','{\"styles\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#c70000\"},\":hover\":{\"color\":{\"text\":\"#9d0000\"}}},\"button\":{\"color\":{\"background\":\"#c70000\"}},\"heading\":{\"color\":{\"text\":\"var:preset|color|gray-300\"}},\"caption\":{\"color\":{\"text\":\"var:preset|color|gray-300\"}}},\"color\":{\"text\":\"var:preset|color|gray-300\"}},\"settings\":{\"color\":{\"palette\":{\"theme\":[{\"color\":\"#fff\",\"name\":\"Base\",\"slug\":\"base\"},{\"color\":\"#f5f5f6\",\"name\":\"Base \\/ Two\",\"slug\":\"base-2\"},{\"color\":\"#f9f9f9\",\"name\":\"Base \\/ Three\",\"slug\":\"base-3\"},{\"color\":\"#fefefe\",\"name\":\"Base \\/ Four\",\"slug\":\"base-4\"},{\"color\":\"#c70000\",\"name\":\"Primary\",\"slug\":\"primary\"},{\"color\":\"#a20000\",\"name\":\"Primary \\/ Two\",\"slug\":\"primary-2\"},{\"color\":\"#666666\",\"name\":\"Primary \\/ Three\",\"slug\":\"primary-3\"},{\"color\":\"#333333\",\"name\":\"Primary \\/ Four\",\"slug\":\"primary-4\"},{\"color\":\"#000000\",\"name\":\"Contrast\",\"slug\":\"contrast\"},{\"color\":\"#020202\",\"name\":\"Contrast \\/ Two\",\"slug\":\"contrast-2\"},{\"color\":\"#333e48\",\"name\":\"Gray \\/ 100\",\"slug\":\"gray-100\"},{\"color\":\"#343f49\",\"name\":\"Gray \\/ 200\",\"slug\":\"gray-200\"},{\"color\":\"#4b4b4b\",\"name\":\"Gray \\/ 300\",\"slug\":\"gray-300\"},{\"color\":\"#606060\",\"name\":\"Gray \\/ 400\",\"slug\":\"gray-400\"},{\"color\":\"#616b73\",\"name\":\"Gray \\/ 500\",\"slug\":\"gray-500\"},{\"color\":\"#7f7f7f\",\"name\":\"Gray \\/ 600\",\"slug\":\"gray-600\"},{\"color\":\"#777c80\",\"name\":\"Gray \\/ 700\",\"slug\":\"gray-700\"},{\"color\":\"#83898e\",\"name\":\"Gray \\/ 800\",\"slug\":\"gray-800\"},{\"color\":\"#878787\",\"name\":\"Gray \\/ 900\",\"slug\":\"gray-900\"},{\"color\":\"#a3a3a3\",\"name\":\"Gray \\/ 1000\",\"slug\":\"gray-1000\"},{\"color\":\"#d6d6d6\",\"name\":\"Gray \\/ 1100\",\"slug\":\"gray-1100\"},{\"color\":\"#3f7fca\",\"name\":\"Info\",\"slug\":\"info\"},{\"color\":\"#3fca90\",\"name\":\"Success\",\"slug\":\"success\"},{\"color\":\"#fed600\",\"name\":\"Warning\",\"slug\":\"warning\"},{\"color\":\"#ff0000\",\"name\":\"Danger\",\"slug\":\"danger\"},{\"color\":\"#e70000\",\"name\":\"Danger \\/ Two\",\"slug\":\"danger-2\"},{\"color\":\"#7f8a94\",\"name\":\"Gray \\/ 1200\",\"slug\":\"gray-1200\"}]}}},\"isGlobalStylesUserThemeJSON\":true,\"version\":3}','Custom Styles','','inherit','closed','closed','','1905-revision-v1','','','2025-02-10 23:14:41','2025-02-10 23:14:41','',1905,'https://aggressivegraphix.com/?p=1964',0,'revision','',0),(1965,1,'2025-02-10 23:23:42','2025-02-10 23:23:42','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:post-terms {\"term\":\"product_tag\",\"className\":\"is-style-pill\",\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"border\":{\"radius\":\"0px\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":5},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"showSaleBadge\":false,\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} -->\n<!-- wp:woocommerce/product-sale-badge {\"align\":\"right\"} /-->\n<!-- /wp:woocommerce/product-image -->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"large\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"textAlign\":\"left\",\"excerptLength\":100,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"fontSize\":\"small\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"width\":75,\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Category','Displays products filtered by a category.','publish','closed','closed','','taxonomy-product_cat','','','2025-08-04 17:57:38','2025-08-04 17:57:38','',0,'https://aggressivegraphix.com/taxonomy-product_cat/',0,'wp_template','',0),(1966,1,'2025-02-10 23:23:59','2025-02-10 23:23:59','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":5},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"textAlign\":\"center\",\"excerptLength\":100,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"fontSize\":\"small\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"width\":75,\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Category','Displays products filtered by a category.','inherit','closed','closed','','1965-revision-v1','','','2025-02-10 23:23:59','2025-02-10 23:23:59','',1965,'https://aggressivegraphix.com/?p=1966',0,'revision','',0),(1967,1,'2025-02-10 23:24:33','2025-02-10 23:24:33','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":5},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"textAlign\":\"center\",\"excerptLength\":100,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"fontSize\":\"small\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"width\":75,\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Category','Displays products filtered by a category.','inherit','closed','closed','','1965-revision-v1','','','2025-02-10 23:24:33','2025-02-10 23:24:33','',1965,'https://aggressivegraphix.com/?p=1967',0,'revision','',0),(1968,1,'2025-02-10 23:25:19','2025-02-10 23:25:19','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters  <img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters  <img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":5},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"textAlign\":\"center\",\"excerptLength\":100,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"fontSize\":\"small\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"width\":75,\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Category','Displays products filtered by a category.','inherit','closed','closed','','1965-revision-v1','','','2025-02-10 23:25:19','2025-02-10 23:25:19','',1965,'https://aggressivegraphix.com/?p=1968',0,'revision','',0),(1969,1,'2025-02-10 23:26:14','2025-02-10 23:26:14','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters  <img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters  <img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":5},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"textAlign\":\"center\",\"excerptLength\":100,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"fontSize\":\"small\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"width\":75,\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Category','Displays products filtered by a category.','inherit','closed','closed','','1965-revision-v1','','','2025-02-10 23:26:14','2025-02-10 23:26:14','',1965,'https://aggressivegraphix.com/?p=1969',0,'revision','',0),(1988,1,'2025-02-10 23:46:55','2025-02-10 23:46:55','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters  <img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters  <img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":5},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"textAlign\":\"left\",\"excerptLength\":100,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"fontSize\":\"small\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"width\":75,\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Category','Displays products filtered by a category.','inherit','closed','closed','','1965-revision-v1','','','2025-02-10 23:46:55','2025-02-10 23:46:55','',1965,'https://aggressivegraphix.com/?p=1988',0,'revision','',0),(1991,1,'2025-02-11 00:01:51','2025-02-11 00:01:51','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"tagName\":\"main\"} -->\n<main class=\"wp-block-group\"><!-- wp:post-content {\"lock\":{\"move\":false,\"remove\":true},\"layout\":{\"type\":\"constrained\"}} /--></main>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Blank','','publish','closed','closed','','blank','','','2025-08-13 20:21:33','2025-08-13 20:21:33','',0,'https://aggressivegraphix.com/blank/',0,'wp_template','',0),(1992,1,'2025-02-11 00:03:32','2025-02-11 00:03:32','<!-- wp:group {\"metadata\":{\"name\":\"Features\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white wp-block-group\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} -->\n<div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} -->\n<div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":1,\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} -->\n<h1 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Color change and styling wraps</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Want to change the look of your vehicle without the cost of a new paint job? Wrap can help transform your vehicle into a one of a kind version tailored to your dream look.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} -->\n<div class=\"nfd-btn-lg  wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://aggressivegraphix.com/wraps-and-tint/color-change-wraps/\">Check out our styling wraps</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center wp-block-group\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 nfd-rounded\"} -->\n<figure class=\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1482049016688-2d3e1b311543?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTJ8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 nfd-border-bg nfd-rounded\",\"style\":{\"border\":{\"left\":{\"width\":\"3px\"}}}} -->\n<figure class=\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 nfd-border-bg nfd-rounded wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1467003909585-2f8a72700288?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTF8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"border-left-width:3px;aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Features\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-6 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-6 is-style-nfd-theme-white wp-block-group\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} -->\n<div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center wp-block-group\"><!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-7 nfd-col-end-13 nfd-row-start-1 nfd-rounded\"} -->\n<figure class=\"nfd-col-start-7 nfd-col-end-13 nfd-row-start-1 nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1504805572947-34fad45aed93?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTF8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-1 nfd-col-end-9 nfd-row-start-1 nfd-border-bg nfd-rounded\",\"style\":{\"border\":{\"right\":{\"width\":\"3px\"},\"top\":{},\"bottom\":{},\"left\":{}}}} -->\n<figure class=\"nfd-col-start-1 nfd-col-end-9 nfd-row-start-1 nfd-border-bg nfd-rounded wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1472289065668-ce650ac443d2?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTJ8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"border-right-width:3px;aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} -->\n<div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":1,\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} -->\n<h1 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Commercial lettering and full print wraps</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">We offer commercial wrap solutions to fit your budget and make an impact going down the road. Brand recognition is the largest thing for your business, why not utilize the vehicle or trailer you travel with every day to advertise!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} -->\n<div class=\"nfd-btn-lg  wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://aggressivegraphix.com/wraps-and-tint/commercial-wraps-and-lettering/\">See our commercial wrap solutions</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Features\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white wp-block-group\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} -->\n<div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} -->\n<div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":1,\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} -->\n<h1 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Window tinting services</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Want to keep the inside of your car or office cooler in the hot sun, or maybe looking for a little more privacy? We offer an array of products to tint your vehicle or office windows.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} -->\n<div class=\"nfd-btn-lg  wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://aggressivegraphix.com/wraps-and-tint/window-tint/\">See tinting options</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center wp-block-group\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 nfd-rounded\"} -->\n<figure class=\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1482049016688-2d3e1b311543?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTJ8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 nfd-border-bg nfd-rounded\",\"style\":{\"border\":{\"left\":{\"width\":\"3px\"}}}} -->\n<figure class=\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 nfd-border-bg nfd-rounded wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1467003909585-2f8a72700288?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTF8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"border-left-width:3px;aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->','Vehicle wraps and window tinting','','inherit','closed','closed','','95-revision-v1','','','2025-02-11 00:03:32','2025-02-11 00:03:32','',95,'https://aggressivegraphix.com/?p=1992',0,'revision','',0),(1993,1,'2025-02-11 00:04:42','2025-02-11 00:04:42','<!-- wp:group {\"metadata\":{\"name\":\"Features\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white wp-block-group\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} -->\n<div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} -->\n<div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":1,\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} -->\n<h1 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Color change and styling wraps</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Want to change the look of your vehicle without the cost of a new paint job? Wrap can help transform your vehicle into a one of a kind version tailored to your dream look.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} -->\n<div class=\"nfd-btn-lg  wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://aggressivegraphix.com/wraps-and-tint/color-change-wraps/\">Check out our styling wraps</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center wp-block-group\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 nfd-rounded\"} -->\n<figure class=\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1482049016688-2d3e1b311543?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTJ8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 nfd-border-bg nfd-rounded\",\"style\":{\"border\":{\"left\":{\"width\":\"3px\"}}}} -->\n<figure class=\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 nfd-border-bg nfd-rounded wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1467003909585-2f8a72700288?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTF8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"border-left-width:3px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Features\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-6 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-6 is-style-nfd-theme-white wp-block-group\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} -->\n<div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center wp-block-group\"><!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-7 nfd-col-end-13 nfd-row-start-1 nfd-rounded\"} -->\n<figure class=\"nfd-col-start-7 nfd-col-end-13 nfd-row-start-1 nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1504805572947-34fad45aed93?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTF8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-1 nfd-col-end-9 nfd-row-start-1 nfd-border-bg nfd-rounded\",\"style\":{\"border\":{\"right\":{\"width\":\"3px\"},\"top\":{},\"bottom\":{},\"left\":{}}}} -->\n<figure class=\"nfd-col-start-1 nfd-col-end-9 nfd-row-start-1 nfd-border-bg nfd-rounded wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1472289065668-ce650ac443d2?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTJ8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"border-right-width:3px;aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} -->\n<div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":1,\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} -->\n<h1 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Commercial lettering and full print wraps</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">We offer commercial wrap solutions to fit your budget and make an impact going down the road. Brand recognition is the largest thing for your business, why not utilize the vehicle or trailer you travel with every day to advertise!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} -->\n<div class=\"nfd-btn-lg  wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://aggressivegraphix.com/wraps-and-tint/commercial-wraps-and-lettering/\">See our commercial wrap solutions</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Features\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white wp-block-group\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} -->\n<div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} -->\n<div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":1,\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} -->\n<h1 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Window tinting services</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Want to keep the inside of your car or office cooler in the hot sun, or maybe looking for a little more privacy? We offer an array of products to tint your vehicle or office windows.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} -->\n<div class=\"nfd-btn-lg  wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://aggressivegraphix.com/wraps-and-tint/window-tint/\">See tinting options</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"nfd-grid nfd-grid-cols-9 nfd-grid-rows-1 nfd-items-center wp-block-group\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 nfd-rounded\"} -->\n<figure class=\"nfd-col-start-1 nfd-col-end-7 nfd-row-start-1 nfd-rounded wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1482049016688-2d3e1b311543?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTJ8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"className\":\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 nfd-border-bg nfd-rounded\",\"style\":{\"border\":{\"left\":{\"width\":\"3px\"}}}} -->\n<figure class=\"nfd-col-start-5 nfd-col-end-13 nfd-row-start-1 nfd-border-bg nfd-rounded wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1467003909585-2f8a72700288?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTF8fHJlc3RhdXJhbnR8ZW58MHwxfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=&amp;crop=\" alt=\"\" style=\"border-left-width:3px;aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->','Vehicle wraps and window tinting','','inherit','closed','closed','','95-revision-v1','','','2025-02-11 00:04:42','2025-02-11 00:04:42','',95,'https://aggressivegraphix.com/?p=1993',0,'revision','',0),(1994,1,'2025-02-11 00:10:48','2025-02-11 00:10:48','<!-- wp:group {\"metadata\":{\"name\":\"Footer\"},\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\"},\"padding\":{\"top\":\"30px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0px;padding-top:30px\"><!-- wp:group {\"align\":\"full\",\"className\":\"footer is-style-nfd-theme-dark\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"10px\",\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base-3\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|danger-2\"}}}}},\"backgroundColor\":\"contrast-2\",\"textColor\":\"base\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"footer is-style-nfd-theme-dark wp-block-group alignfull has-base-color has-contrast-2-background-color has-text-color has-background has-link-color\" style=\"margin-top:0;margin-bottom:0px;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:10px;padding-left:var(--wp--preset--spacing--40)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"11px\",\"right\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"1400px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:11px;padding-right:0px;padding-left:0px\"><!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\",\"top\":\"0px\",\"bottom\":\"12px\"},\"margin\":{\"bottom\":\"0px\"},\"blockGap\":{\"top\":\"40px\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:12px;padding-left:0px\"><!-- wp:column {\"width\":\"24.5%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:24.5%\"><!-- wp:image {\"id\":67,\"width\":\"296px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/AG-logo.png\" alt=\"\" class=\"wp-image-67\" style=\"width:296px;height:auto\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"36.3%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:36.3%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.1\"},\"spacing\":{\"margin\":{\"bottom\":\"22px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\"} -->\n<h2 class=\"wp-block-heading has-base-color has-text-color has-link-color\" style=\"margin-bottom:22px;font-size:18px;font-style:normal;font-weight:700;line-height:1.1\">Reach out!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"2.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"font-size:15px;font-style:normal;font-weight:400;line-height:2.4\">774.314.1673</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"2.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"bottom\":\"6px\"}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"margin-bottom:6px;font-size:15px;font-style:normal;font-weight:400;line-height:2.4\">Hours of Operation</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"260px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"bottom\":\"8px\"}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"margin-bottom:8px;font-size:15px;font-style:normal;font-weight:400;line-height:1.4\"><strong>Monday - Friday 9am- 5pm EST</strong><br><strong>Weekends by appointment</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"bottom\":\"8px\"}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"margin-bottom:8px;font-size:15px;font-style:normal;font-weight:400;line-height:1.4\"><a href=\"mailto:info@aggressivegraphix.com\">info@aggressivegraphix.com</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"className\":\"text-hover\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"43px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"text-hover wp-block-group\" style=\"margin-top:43px\"></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:embed {\"url\":\"https://www.instagram.com/aggressive_graphix\",\"providerNameSlug\":\"instagram\",\"responsive\":true} -->\n<figure class=\"wp-block-embed is-provider-instagram wp-block-embed-instagram\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.instagram.com/aggressive_graphix\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:jetpack/map {\"points\":[{\"placeTitle\":\"Hill Street\",\"title\":\"Aggressive Graphix\",\"caption\":\"Aggressive Graphix\\n31 Hill Street, \\nWebster, MA 01570\\nUnited States\",\"id\":\"address.7869753190814658\",\"coordinates\":{\"longitude\":-71.8863400000000041245584725402295589447021484375,\"latitude\":42.04343999999999681449480704031884670257568359375}}],\"zoom\":15,\"mapCenter\":{\"lng\":-71.8863400000000041245584725402295589447021484375,\"lat\":42.04343999999999681449480704031884670257568359375},\"mapHeight\":\"400\",\"className\":\"is-style-black_and_white\"} -->\n<div class=\"is-style-black_and_white wp-block-jetpack-map\" data-map-style=\"black_and_white\" data-map-details=\"true\" data-points=\"[{&quot;placeTitle&quot;:&quot;Hill Street&quot;,&quot;title&quot;:&quot;Aggressive Graphix&quot;,&quot;caption&quot;:&quot;Aggressive Graphix\\n31 Hill Street, \\nWebster, MA 01570\\nUnited States&quot;,&quot;id&quot;:&quot;address.7869753190814658&quot;,&quot;coordinates&quot;:{&quot;longitude&quot;:-71.88634,&quot;latitude&quot;:42.04344}}]\" data-zoom=\"15\" data-map-center=\"{&quot;lng&quot;:-71.88634,&quot;lat&quot;:42.04344}\" data-marker-color=\"red\" data-map-height=\"400\" data-show-fullscreen-button=\"true\"><ul><li><a href=\"https://www.google.com/maps/search/?api=1&amp;query=42.04344,-71.88634\">Aggressive Graphix</a></li></ul></div>\n<!-- /wp:jetpack/map --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:0px;padding-top:var(--wp--preset--spacing--20)\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"13px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"2.7\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1100\"}}}},\"textColor\":\"gray-1100\"} -->\n<p class=\"has-gray-1100-color has-text-color has-link-color\" style=\"font-size:13px;font-style:normal;font-weight:400;line-height:2.7\">© Aggressive Graphix LLC 2025. All rights reserved.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Footer','','inherit','closed','closed','','1927-revision-v1','','','2025-02-11 00:10:48','2025-02-11 00:10:48','',1927,'https://aggressivegraphix.com/?p=1994',0,'revision','',0),(1995,1,'2025-02-11 00:17:06','2025-02-11 00:17:06','<!-- wp:group {\"metadata\":{\"name\":\"Footer\"},\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\"},\"padding\":{\"top\":\"30px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0px;padding-top:30px\"><!-- wp:group {\"align\":\"full\",\"className\":\"footer is-style-nfd-theme-dark\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"10px\",\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base-3\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|danger-2\"}}}}},\"backgroundColor\":\"contrast-2\",\"textColor\":\"base\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"footer is-style-nfd-theme-dark wp-block-group alignfull has-base-color has-contrast-2-background-color has-text-color has-background has-link-color\" style=\"margin-top:0;margin-bottom:0px;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:10px;padding-left:var(--wp--preset--spacing--40)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"11px\",\"right\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"1400px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:11px;padding-right:0px;padding-left:0px\"><!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\",\"top\":\"0px\",\"bottom\":\"12px\"},\"margin\":{\"bottom\":\"0px\"},\"blockGap\":{\"top\":\"40px\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:12px;padding-left:0px\"><!-- wp:column {\"width\":\"24.5%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:24.5%\"><!-- wp:image {\"id\":67,\"width\":\"296px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/AG-logo.png\" alt=\"\" class=\"wp-image-67\" style=\"width:296px;height:auto\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"36.3%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:36.3%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.1\"},\"spacing\":{\"margin\":{\"bottom\":\"22px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\"} -->\n<h2 class=\"wp-block-heading has-base-color has-text-color has-link-color\" style=\"margin-bottom:22px;font-size:18px;font-style:normal;font-weight:700;line-height:1.1\">Reach out!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"2.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"font-size:15px;font-style:normal;font-weight:400;line-height:2.4\">774.314.1673</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"2.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"bottom\":\"6px\"}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"margin-bottom:6px;font-size:15px;font-style:normal;font-weight:400;line-height:2.4\">Hours of Operation</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"260px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"bottom\":\"8px\"}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"margin-bottom:8px;font-size:15px;font-style:normal;font-weight:400;line-height:1.4\"><strong>Monday - Friday 9am- 5pm EST</strong><br><strong>Weekends by appointment</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"bottom\":\"8px\"}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"margin-bottom:8px;font-size:15px;font-style:normal;font-weight:400;line-height:1.4\"><a href=\"mailto:info@aggressivegraphix.com\">info@aggressivegraphix.com</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"className\":\"text-hover\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"43px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"text-hover wp-block-group\" style=\"margin-top:43px\"></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:jetpack/map {\"points\":[{\"placeTitle\":\"Hill Street\",\"title\":\"Aggressive Graphix\",\"caption\":\"Aggressive Graphix\\n31 Hill Street, \\nWebster, MA 01570\\nUnited States\",\"id\":\"address.7869753190814658\",\"coordinates\":{\"longitude\":-71.8863400000000041245584725402295589447021484375,\"latitude\":42.04343999999999681449480704031884670257568359375}}],\"zoom\":15,\"mapCenter\":{\"lng\":-71.8863400000000041245584725402295589447021484375,\"lat\":42.04343999999999681449480704031884670257568359375},\"mapHeight\":\"400\",\"className\":\"is-style-black_and_white\"} -->\n<div class=\"is-style-black_and_white wp-block-jetpack-map\" data-map-style=\"black_and_white\" data-map-details=\"true\" data-points=\"[{&quot;placeTitle&quot;:&quot;Hill Street&quot;,&quot;title&quot;:&quot;Aggressive Graphix&quot;,&quot;caption&quot;:&quot;Aggressive Graphix\\n31 Hill Street, \\nWebster, MA 01570\\nUnited States&quot;,&quot;id&quot;:&quot;address.7869753190814658&quot;,&quot;coordinates&quot;:{&quot;longitude&quot;:-71.88634,&quot;latitude&quot;:42.04344}}]\" data-zoom=\"15\" data-map-center=\"{&quot;lng&quot;:-71.88634,&quot;lat&quot;:42.04344}\" data-marker-color=\"red\" data-map-height=\"400\" data-show-fullscreen-button=\"true\"><ul><li><a href=\"https://www.google.com/maps/search/?api=1&amp;query=42.04344,-71.88634\">Aggressive Graphix</a></li></ul></div>\n<!-- /wp:jetpack/map --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"13px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"2.7\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1100\"}}}},\"textColor\":\"gray-1100\"} -->\n<p class=\"has-text-align-center has-gray-1100-color has-text-color has-link-color\" style=\"font-size:13px;font-style:normal;font-weight:400;line-height:2.7\">© Aggressive Graphix LLC 2025. All rights reserved.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:social-links {\"iconColor\":\"primary\",\"openInNewTab\":true,\"className\":\"has-icon-color is-style-logos-only\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"16px\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"orientation\":\"horizontal\"}} -->\n<ul class=\"has-icon-color is-style-logos-only wp-block-social-links\"><!-- wp:social-link {\"url\":\"https://www.instagram.com/\",\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://www.facebook.com/\",\"service\":\"facebook\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Footer','','inherit','closed','closed','','1927-revision-v1','','','2025-02-11 00:17:06','2025-02-11 00:17:06','',1927,'https://aggressivegraphix.com/?p=1995',0,'revision','',0),(1996,1,'2025-02-11 00:17:13','2025-02-11 00:17:13','<!-- wp:group {\"metadata\":{\"name\":\"Footer\"},\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\"},\"padding\":{\"top\":\"30px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0px;padding-top:30px\"><!-- wp:group {\"align\":\"full\",\"className\":\"footer is-style-nfd-theme-dark\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"10px\",\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base-3\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|danger-2\"}}}}},\"backgroundColor\":\"contrast-2\",\"textColor\":\"base\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"footer is-style-nfd-theme-dark wp-block-group alignfull has-base-color has-contrast-2-background-color has-text-color has-background has-link-color\" style=\"margin-top:0;margin-bottom:0px;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:10px;padding-left:var(--wp--preset--spacing--40)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"11px\",\"right\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"1400px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:11px;padding-right:0px;padding-left:0px\"><!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\",\"top\":\"0px\",\"bottom\":\"12px\"},\"margin\":{\"bottom\":\"0px\"},\"blockGap\":{\"top\":\"40px\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:12px;padding-left:0px\"><!-- wp:column {\"width\":\"24.5%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:24.5%\"><!-- wp:image {\"id\":67,\"width\":\"296px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/AG-logo.png\" alt=\"\" class=\"wp-image-67\" style=\"width:296px;height:auto\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"36.3%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:36.3%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.1\"},\"spacing\":{\"margin\":{\"bottom\":\"22px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\"} -->\n<h2 class=\"wp-block-heading has-base-color has-text-color has-link-color\" style=\"margin-bottom:22px;font-size:18px;font-style:normal;font-weight:700;line-height:1.1\">Reach out!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"2.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"font-size:15px;font-style:normal;font-weight:400;line-height:2.4\">774.314.1673</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"2.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"bottom\":\"6px\"}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"margin-bottom:6px;font-size:15px;font-style:normal;font-weight:400;line-height:2.4\">Hours of Operation</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"260px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"bottom\":\"8px\"}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"margin-bottom:8px;font-size:15px;font-style:normal;font-weight:400;line-height:1.4\"><strong>Monday - Friday 9am- 5pm EST</strong><br><strong>Weekends by appointment</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"bottom\":\"8px\"}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"margin-bottom:8px;font-size:15px;font-style:normal;font-weight:400;line-height:1.4\"><a href=\"mailto:info@aggressivegraphix.com\">info@aggressivegraphix.com</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"className\":\"text-hover\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"43px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"text-hover wp-block-group\" style=\"margin-top:43px\"></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:jetpack/map {\"points\":[{\"placeTitle\":\"Hill Street\",\"title\":\"Aggressive Graphix\",\"caption\":\"Aggressive Graphix\\n31 Hill Street, \\nWebster, MA 01570\\nUnited States\",\"id\":\"address.7869753190814658\",\"coordinates\":{\"longitude\":-71.8863400000000041245584725402295589447021484375,\"latitude\":42.04343999999999681449480704031884670257568359375}}],\"zoom\":15,\"mapCenter\":{\"lng\":-71.8863400000000041245584725402295589447021484375,\"lat\":42.04343999999999681449480704031884670257568359375},\"mapHeight\":\"400\",\"className\":\"is-style-black_and_white\"} -->\n<div class=\"is-style-black_and_white wp-block-jetpack-map\" data-map-style=\"black_and_white\" data-map-details=\"true\" data-points=\"[{&quot;placeTitle&quot;:&quot;Hill Street&quot;,&quot;title&quot;:&quot;Aggressive Graphix&quot;,&quot;caption&quot;:&quot;Aggressive Graphix\\n31 Hill Street, \\nWebster, MA 01570\\nUnited States&quot;,&quot;id&quot;:&quot;address.7869753190814658&quot;,&quot;coordinates&quot;:{&quot;longitude&quot;:-71.88634,&quot;latitude&quot;:42.04344}}]\" data-zoom=\"15\" data-map-center=\"{&quot;lng&quot;:-71.88634,&quot;lat&quot;:42.04344}\" data-marker-color=\"red\" data-map-height=\"400\" data-show-fullscreen-button=\"true\"><ul><li><a href=\"https://www.google.com/maps/search/?api=1&amp;query=42.04344,-71.88634\">Aggressive Graphix</a></li></ul></div>\n<!-- /wp:jetpack/map --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"13px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"2.7\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1100\"}}}},\"textColor\":\"gray-1100\"} -->\n<p class=\"has-text-align-right has-gray-1100-color has-text-color has-link-color\" style=\"font-size:13px;font-style:normal;font-weight:400;line-height:2.7\">© Aggressive Graphix LLC 2025. All rights reserved.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:social-links {\"iconColor\":\"primary\",\"openInNewTab\":true,\"className\":\"has-icon-color is-style-logos-only\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"16px\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"orientation\":\"horizontal\"}} -->\n<ul class=\"has-icon-color is-style-logos-only wp-block-social-links\"><!-- wp:social-link {\"url\":\"https://www.instagram.com/\",\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://www.facebook.com/\",\"service\":\"facebook\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Footer','','inherit','closed','closed','','1927-revision-v1','','','2025-02-11 00:17:13','2025-02-11 00:17:13','',1927,'https://aggressivegraphix.com/?p=1996',0,'revision','',0),(1997,1,'2025-02-11 00:17:52','2025-02-11 00:17:52','<!-- wp:group {\"metadata\":{\"name\":\"Footer\"},\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\"},\"padding\":{\"top\":\"30px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0px;padding-top:30px\"><!-- wp:group {\"align\":\"full\",\"className\":\"footer is-style-nfd-theme-dark\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"10px\",\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base-3\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|danger-2\"}}}}},\"backgroundColor\":\"contrast-2\",\"textColor\":\"base\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"footer is-style-nfd-theme-dark wp-block-group alignfull has-base-color has-contrast-2-background-color has-text-color has-background has-link-color\" style=\"margin-top:0;margin-bottom:0px;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:10px;padding-left:var(--wp--preset--spacing--40)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"11px\",\"right\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"1400px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:11px;padding-right:0px;padding-left:0px\"><!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\",\"top\":\"0px\",\"bottom\":\"12px\"},\"margin\":{\"bottom\":\"0px\"},\"blockGap\":{\"top\":\"40px\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:12px;padding-left:0px\"><!-- wp:column {\"width\":\"24.5%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:24.5%\"><!-- wp:image {\"id\":67,\"width\":\"296px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/AG-logo.png\" alt=\"\" class=\"wp-image-67\" style=\"width:296px;height:auto\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"36.3%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:36.3%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.1\"},\"spacing\":{\"margin\":{\"bottom\":\"22px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\"} -->\n<h2 class=\"wp-block-heading has-base-color has-text-color has-link-color\" style=\"margin-bottom:22px;font-size:18px;font-style:normal;font-weight:700;line-height:1.1\">Reach out!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"2.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"font-size:15px;font-style:normal;font-weight:400;line-height:2.4\">774.314.1673</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"2.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"bottom\":\"6px\"}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"margin-bottom:6px;font-size:15px;font-style:normal;font-weight:400;line-height:2.4\">Hours of Operation</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"260px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"bottom\":\"8px\"}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"margin-bottom:8px;font-size:15px;font-style:normal;font-weight:400;line-height:1.4\"><strong>Monday - Friday 9am- 5pm EST</strong><br><strong>Weekends by appointment</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"bottom\":\"8px\"}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"margin-bottom:8px;font-size:15px;font-style:normal;font-weight:400;line-height:1.4\"><a href=\"mailto:info@aggressivegraphix.com\">info@aggressivegraphix.com</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"className\":\"text-hover\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"43px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"text-hover wp-block-group\" style=\"margin-top:43px\"></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:jetpack/map {\"points\":[{\"placeTitle\":\"Hill Street\",\"title\":\"Aggressive Graphix\",\"caption\":\"Aggressive Graphix\\n31 Hill Street, \\nWebster, MA 01570\\nUnited States\",\"id\":\"address.7869753190814658\",\"coordinates\":{\"longitude\":-71.8863400000000041245584725402295589447021484375,\"latitude\":42.04343999999999681449480704031884670257568359375}}],\"zoom\":15,\"mapCenter\":{\"lng\":-71.8863400000000041245584725402295589447021484375,\"lat\":42.04343999999999681449480704031884670257568359375},\"mapHeight\":\"400\",\"className\":\"is-style-black_and_white\"} -->\n<div class=\"is-style-black_and_white wp-block-jetpack-map\" data-map-style=\"black_and_white\" data-map-details=\"true\" data-points=\"[{&quot;placeTitle&quot;:&quot;Hill Street&quot;,&quot;title&quot;:&quot;Aggressive Graphix&quot;,&quot;caption&quot;:&quot;Aggressive Graphix\\n31 Hill Street, \\nWebster, MA 01570\\nUnited States&quot;,&quot;id&quot;:&quot;address.7869753190814658&quot;,&quot;coordinates&quot;:{&quot;longitude&quot;:-71.88634,&quot;latitude&quot;:42.04344}}]\" data-zoom=\"15\" data-map-center=\"{&quot;lng&quot;:-71.88634,&quot;lat&quot;:42.04344}\" data-marker-color=\"red\" data-map-height=\"400\" data-show-fullscreen-button=\"true\"><ul><li><a href=\"https://www.google.com/maps/search/?api=1&amp;query=42.04344,-71.88634\">Aggressive Graphix</a></li></ul></div>\n<!-- /wp:jetpack/map --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"13px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"2.7\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1100\"}}}},\"textColor\":\"gray-1100\"} -->\n<p class=\"has-text-align-right has-gray-1100-color has-text-color has-link-color\" style=\"font-size:13px;font-style:normal;font-weight:400;line-height:2.7\">© Aggressive Graphix LLC 2025. All rights reserved.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:social-links {\"iconColor\":\"primary\",\"openInNewTab\":true,\"className\":\"has-icon-color is-style-logos-only\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"16px\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"orientation\":\"horizontal\"}} -->\n<ul class=\"has-icon-color is-style-logos-only wp-block-social-links\"><!-- wp:social-link {\"url\":\"https://www.instagram.com/aggressive_graphix\",\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://www.facebook.com/Aggressive.Graphix\",\"service\":\"facebook\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Footer','','inherit','closed','closed','','1927-revision-v1','','','2025-02-11 00:17:52','2025-02-11 00:17:52','',1927,'https://aggressivegraphix.com/?p=1997',0,'revision','',0),(1998,1,'2025-02-11 14:54:18','2025-02-11 14:54:18','<!-- wp:navigation-link {\"label\":\"Home\",\"type\":\"page\",\"id\":2,\"url\":\"https://aggressivegraphix.com/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-submenu {\"label\":\"Shop\",\"type\":\"page\",\"id\":6,\"url\":\"https://aggressivegraphix.com/shop/\",\"kind\":\"post-type\"} -->\n<!-- wp:navigation-submenu {\"label\":\"Outfit Bike\",\"type\":\"product_cat\",\"id\":27,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/\",\"kind\":\"taxonomy\"} -->\n<!-- wp:navigation-link {\"label\":\"Custom Graphics kits\",\"type\":\"product_cat\",\"id\":24,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/custom-graphics-kits/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Semi-custom Number Plates\",\"type\":\"product_cat\",\"id\":54,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/semi-custom-number-plates/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Seat Covers\",\"type\":\"product_cat\",\"id\":25,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/seat-covers/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Plastic kits\",\"type\":\"product_cat\",\"id\":26,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/plastic-kits/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Rider Accessories\",\"type\":\"product_cat\",\"id\":28,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/\",\"kind\":\"taxonomy\"} -->\n<!-- wp:navigation-link {\"label\":\"Jersey lettering\",\"type\":\"product_cat\",\"id\":29,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/jersey-lettering/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Goggles\",\"type\":\"product_cat\",\"id\":30,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Goggle Accessories\",\"type\":\"product_cat\",\"id\":31,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/goggle-accessories/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Canopies and Accessories\",\"type\":\"product_cat\",\"id\":36,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/\",\"kind\":\"taxonomy\"} -->\n<!-- wp:navigation-link {\"label\":\"Canopies\",\"type\":\"product_cat\",\"id\":37,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/canopies/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Half Walls\",\"type\":\"product_cat\",\"id\":38,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/half-walls/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Full Walls\",\"type\":\"product_cat\",\"id\":39,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/full-walls/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Flags\",\"type\":\"product_cat\",\"id\":40,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/flags/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Table Cloths\",\"type\":\"product_cat\",\"id\":41,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/table-cloths/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Merchandise\",\"type\":\"product_cat\",\"id\":32,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/merchandise/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Wraps and Tint\",\"type\":\"page\",\"id\":95,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/\",\"kind\":\"post-type\"} -->\n<!-- wp:navigation-link {\"label\":\"Color change wraps\",\"type\":\"page\",\"id\":1212,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/color-change-wraps/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Commercial wraps and lettering\",\"type\":\"page\",\"id\":1214,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/commercial-wraps-and-lettering/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Window tint\",\"type\":\"page\",\"id\":1216,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/window-tint/\",\"kind\":\"post-type\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Our Work\",\"type\":\"page\",\"id\":82,\"url\":\"https://aggressivegraphix.com/our-work/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"About Us\",\"type\":\"page\",\"id\":93,\"url\":\"https://aggressivegraphix.com/about-us/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Contact Us\",\"type\":\"page\",\"id\":31,\"url\":\"https://aggressivegraphix.com/contact-us/\",\"kind\":\"post-type\"} /-->','Navigation 3','','inherit','closed','closed','','1919-revision-v1','','','2025-02-11 14:54:18','2025-02-11 14:54:18','',1919,'https://aggressivegraphix.com/?p=1998',0,'revision','',0),(1999,1,'2025-02-11 14:55:49','2025-02-11 14:55:49','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\",\"area\":\"header\"} /-->\n\n<!-- wp:cover {\"overlayColor\":\"primary\",\"isUserOverlayColor\":true,\"minHeight\":589,\"className\":\"about-hero\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\"}} -->\n<div class=\"about-hero wp-block-cover has-base-color has-text-color has-link-color\" style=\"min-height:589px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-primary-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"40px\",\"lineHeight\":\"1.2\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-base-color has-text-color has-link-color\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30);font-size:40px;font-style:normal;font-weight:700;line-height:1.2;text-transform:capitalize\">about us</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:post-content /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"About - Content\"},\"align\":\"full\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"1400px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"40px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2004,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/whatwedo.webp\" alt=\"\" class=\"wp-image-2004\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"365px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"spacing\":{\"margin\":{\"top\":\"35px\"}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"margin-top:35px;font-size:18px;font-style:normal;font-weight:600;line-height:1\">What we really do?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-200\"}}},\"spacing\":{\"margin\":{\"top\":\"25px\"}}},\"textColor\":\"gray-200\"} -->\n<p class=\"has-text-align-center has-gray-200-color has-text-color has-link-color\" style=\"margin-top:25px;font-size:14px;font-style:normal;font-weight:400\">We specialize in tailoring custom graphics to fit your off-road or on-road vision for your vehicles. Design, print, and install all done in-house to ensure top quality of every project.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2005,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/ourvision.webp\" alt=\"\" class=\"wp-image-2005\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"365px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"spacing\":{\"margin\":{\"top\":\"35px\"}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"margin-top:35px;font-size:18px;font-style:normal;font-weight:600;line-height:1;text-transform:capitalize\">our vision</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-200\"}}},\"spacing\":{\"margin\":{\"top\":\"25px\"}}},\"textColor\":\"gray-200\"} -->\n<p class=\"has-text-align-center has-gray-200-color has-text-color has-link-color\" style=\"margin-top:25px;font-size:14px;font-style:normal;font-weight:400\">We strive for top quality customer service and use of materials for all of our projects. Looking to supply the best of the best for every order.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2006,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/beginning.webp\" alt=\"\" class=\"wp-image-2006\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"365px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"spacing\":{\"margin\":{\"top\":\"35px\"}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"margin-top:35px;font-size:18px;font-style:normal;font-weight:600;line-height:1\">History of Beginning</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-200\"}}},\"spacing\":{\"margin\":{\"top\":\"25px\"}}},\"textColor\":\"gray-200\"} -->\n<p class=\"has-text-align-center has-gray-200-color has-text-color has-link-color\" style=\"margin-top:25px;font-size:14px;font-style:normal;font-weight:400\">Aggressive Graphix started as a small cut decal hobby that has grown into a full time career. Starting with a 24 inch vinyl cutter in the dorm room, we\'ve expanded to multiple wide format printers, cutters, and equipment. </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','About','','publish','closed','closed','','about','','','2025-09-09 19:38:32','2025-09-09 19:38:32','',0,'https://aggressivegraphix.com/about/',0,'wp_template','',0),(2000,1,'2025-02-11 14:55:58','2025-02-11 14:55:58','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\",\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|50\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--50)\"><!-- wp:group {\"metadata\":{\"name\":\"About - Hero\"},\"align\":\"full\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:columns {\"align\":\"full\"} -->\n<div class=\"wp-block-columns alignfull\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:cover {\"overlayColor\":\"primary\",\"isUserOverlayColor\":true,\"minHeight\":589,\"className\":\"about-hero\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\"}} -->\n<div class=\"about-hero wp-block-cover has-base-color has-text-color has-link-color\" style=\"min-height:589px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-primary-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"40px\",\"lineHeight\":\"1.2\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"font-size:40px;font-style:normal;font-weight:700;line-height:1.2;text-transform:capitalize\">about us</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.67\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-200\"}}},\"spacing\":{\"margin\":{\"top\":\"30px\"}}},\"textColor\":\"gray-200\"} -->\n<p class=\"has-text-align-center has-gray-200-color has-text-color has-link-color\" style=\"margin-top:30px;font-size:18px;font-style:normal;font-weight:400;line-height:1.67\">Passion may be a friendly or eager interest in or admiration for a proposal,<br>cause, discovery, or activity or love to a feeling of unusual excitement.</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"About - Content\"},\"align\":\"full\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"1400px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"40px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1575,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://transvelo.github.io/eride/assets/images/blog-er-1.jpg\" alt=\"\" class=\"wp-image-1575\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"365px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"spacing\":{\"margin\":{\"top\":\"35px\"}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"margin-top:35px;font-size:18px;font-style:normal;font-weight:600;line-height:1\">What we really do?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-200\"}}},\"spacing\":{\"margin\":{\"top\":\"25px\"}}},\"textColor\":\"gray-200\"} -->\n<p class=\"has-text-align-center has-gray-200-color has-text-color has-link-color\" style=\"margin-top:25px;font-size:14px;font-style:normal;font-weight:400\">Donec libero dolor, tincidunt id laoreet vitae,ullamcorper eu tortor. Maecenas pellentesque,dui vitae iaculis mattis, tortor nisi faucibus magna,vitae ultrices lacus purus vitae metus.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1576,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://transvelo.github.io/eride/assets/images/blog-er-2.jpg\" alt=\"\" class=\"wp-image-1576\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"365px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"spacing\":{\"margin\":{\"top\":\"35px\"}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"margin-top:35px;font-size:18px;font-style:normal;font-weight:600;line-height:1;text-transform:capitalize\">our vision</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-200\"}}},\"spacing\":{\"margin\":{\"top\":\"25px\"}}},\"textColor\":\"gray-200\"} -->\n<p class=\"has-text-align-center has-gray-200-color has-text-color has-link-color\" style=\"margin-top:25px;font-size:14px;font-style:normal;font-weight:400\">Donec libero dolor, tincidunt id laoreet vitae,ullamcorper eu tortor. Maecenas pellentesque,dui vitae iaculis mattis, tortor nisi faucibus magna,vitae ultrices lacus purus vitae metus</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1578,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://transvelo.github.io/eride/assets/images/blog-er-4.jpg\" alt=\"\" class=\"wp-image-1578\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"365px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"spacing\":{\"margin\":{\"top\":\"35px\"}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"margin-top:35px;font-size:18px;font-style:normal;font-weight:600;line-height:1\">History of Beginning</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-200\"}}},\"spacing\":{\"margin\":{\"top\":\"25px\"}}},\"textColor\":\"gray-200\"} -->\n<p class=\"has-text-align-center has-gray-200-color has-text-color has-link-color\" style=\"margin-top:25px;font-size:14px;font-style:normal;font-weight:400\">Donec libero dolor, tincidunt id laoreet vitae,ullamcorper eu tortor. Maecenas pellentesque,dui vitae iaculis mattis, tortor nisi faucibus magna,vitae ultrices lacus purus vitae metus</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"About - People\"},\"align\":\"full\",\"backgroundColor\":\"base-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull has-base-2-background-color has-background\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:0;padding-bottom:var(--wp--preset--spacing--40);padding-left:0\"><!-- wp:columns {\"align\":\"wide\",\"className\":\"eride-about-scroll\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"30px\"},\"padding\":{\"top\":\"8px\",\"bottom\":\"8px\"}}}} -->\n<div class=\"eride-about-scroll wp-block-columns alignwide\" style=\"padding-top:8px;padding-bottom:8px\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1411,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":\"100%\"}}} -->\n<figure class=\"wp-block-image aligncenter size-full has-custom-border\"><img src=\"https://transvelo.github.io/eride/assets/images/people1.jpeg\" alt=\"\" class=\"wp-image-1411\" style=\"border-radius:100%\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"typography\":{\"fontSize\":\"18px\"}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"font-size:18px\">Thomas Snow</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"6px\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1000\"}}},\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"textColor\":\"gray-1000\"} -->\n<p class=\"has-text-align-center has-gray-1000-color has-text-color has-link-color\" style=\"margin-top:6px;margin-bottom:0;font-size:14px;font-style:normal;font-weight:600\">CEO/Founder</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1412,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":\"100%\"}}} -->\n<figure class=\"wp-block-image aligncenter size-full has-custom-border\"><img src=\"https://transvelo.github.io/eride/assets/images/people2.jpeg\" alt=\"\" class=\"wp-image-1412\" style=\"border-radius:100%\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"typography\":{\"fontSize\":\"18px\"}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"font-size:18px\">Anna Baranov</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"6px\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1000\"}}},\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"capitalize\"}},\"textColor\":\"gray-1000\"} -->\n<p class=\"has-text-align-center has-gray-1000-color has-text-color has-link-color\" style=\"margin-top:6px;margin-bottom:0;font-size:14px;font-style:normal;font-weight:600;text-transform:capitalize\">client care</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1413,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":\"100%\"}}} -->\n<figure class=\"wp-block-image aligncenter size-full has-custom-border\"><img src=\"https://transvelo.github.io/eride/assets/images/people3.jpeg\" alt=\"\" class=\"wp-image-1413\" style=\"border-radius:100%\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"18px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"font-size:18px\">Andre Kowalsy</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"right\":\"0\",\"left\":\"0\",\"top\":\"6px\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1000\"}}},\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"capitalize\"}},\"textColor\":\"gray-1000\"} -->\n<p class=\"has-text-align-center has-gray-1000-color has-text-color has-link-color\" style=\"margin-top:6px;margin-right:0;margin-bottom:0;margin-left:0;font-size:14px;font-style:normal;font-weight:600;text-transform:capitalize\">support boss</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1414,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":\"100%\"}}} -->\n<figure class=\"wp-block-image aligncenter size-full has-custom-border\"><img src=\"https://transvelo.github.io/eride/assets/images/people4.jpeg\" alt=\"\" class=\"wp-image-1414\" style=\"border-radius:100%\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"typography\":{\"fontSize\":\"18px\"}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"font-size:18px\">Pamela Doe</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"6px\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1000\"}}},\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"capitalize\"}},\"textColor\":\"gray-1000\"} -->\n<p class=\"has-text-align-center has-gray-1000-color has-text-color has-link-color\" style=\"margin-top:6px;margin-bottom:0;font-size:14px;font-style:normal;font-weight:600;text-transform:capitalize\">delivery driver</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1415,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":\"100%\"}}} -->\n<figure class=\"wp-block-image aligncenter size-full has-custom-border\"><img src=\"https://transvelo.github.io/eride/assets/images/people5.jpeg\" alt=\"\" class=\"wp-image-1415\" style=\"border-radius:100%\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"font-size:18px;font-style:normal;font-weight:700\">Susan McCain</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"6px\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1000\"}}},\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"capitalize\"}},\"textColor\":\"gray-1000\"} -->\n<p class=\"has-text-align-center has-gray-1000-color has-text-color has-link-color\" style=\"margin-top:6px;margin-bottom:0;font-size:14px;font-style:normal;font-weight:600;text-transform:capitalize\">packaging Girl</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"className\":\"about-team\",\"style\":{\"border\":{\"radius\":\"100px\"},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"}}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"208px\"}} -->\n<div class=\"about-team wp-block-group has-primary-background-color has-background\" style=\"border-radius:100px;padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"24px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\"} -->\n<p class=\"has-text-align-center has-base-color has-text-color has-link-color\" style=\"font-size:24px\">We Are</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"36px\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-base-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0;font-size:36px\">Hiring!</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"font-size:18px;font-style:normal;font-weight:700\">see details</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"className\":\"alignwide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"alignwide wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--40)\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"60px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"440px\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:440px\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1\"}}} -->\n<h2 class=\"wp-block-heading\" style=\"font-size:18px;font-style:normal;font-weight:600;line-height:1\">What we really do?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"420px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.6\"},\"spacing\":{\"margin\":{\"top\":\"30px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-200\"}}}},\"textColor\":\"gray-200\"} -->\n<p class=\"has-gray-200-color has-text-color has-link-color\" style=\"margin-top:30px;font-size:14px;font-style:normal;font-weight:400;line-height:1.6\">Donec libero dolor, tincidunt id laoreet vitae, ullamcorper eu tortor. Maecenas pellentesque, dui vitae iaculis mattis,   tortor nisi faucibus magna, vitae ultrices lacus purus vitae metus. Ut nec odio facilisis, ultricies nunc eget, fringilla orci.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"60px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:60px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1\"}}} -->\n<h2 class=\"wp-block-heading\" style=\"font-size:18px;font-style:normal;font-weight:600;line-height:1\">History of the company</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"400px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.6\"},\"spacing\":{\"margin\":{\"top\":\"30px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-200\"}}}},\"textColor\":\"gray-200\"} -->\n<p class=\"has-gray-200-color has-text-color has-link-color\" style=\"margin-top:30px;font-size:14px;font-style:normal;font-weight:400;line-height:1.6\">Mauris rhoncus aliquet purus, a ornare nisi euismod in. Interdum et malesuada fames ac ante ipsum primis in faucibus. Etiam imperdiet eu metus vel ornare. Nullam in risus vel orci feugiat vestibulum. In sed aliquam mi. Nullam condimentum sollicitudin dui.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"440px\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:440px\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1\"}}} -->\n<h2 class=\"wp-block-heading\" style=\"font-size:18px;font-style:normal;font-weight:600;line-height:1\">Our vision</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"400px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.6\"},\"spacing\":{\"margin\":{\"top\":\"30px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-200\"}}}},\"textColor\":\"gray-200\"} -->\n<p class=\"has-gray-200-color has-text-color has-link-color\" style=\"margin-top:30px;font-size:14px;font-style:normal;font-weight:400;line-height:1.6\">Vestibulum velit nibh, egestas vel faucibus vitae, feugiat sollicitudin urna. Praesent iaculis id ipsum sit amet pretium. Aliquam tristique sapien nec enim euismod, scelerisque facilisis arcu consectetur. Vestibulum velit nibh, egestas vel faucibus vitae.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"60px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:60px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1\"}}} -->\n<h2 class=\"wp-block-heading\" style=\"font-size:18px;font-style:normal;font-weight:600;line-height:1\">Cooperate with Us!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"400px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.6\"},\"spacing\":{\"margin\":{\"top\":\"30px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-200\"}}}},\"textColor\":\"gray-200\"} -->\n<p class=\"has-gray-200-color has-text-color has-link-color\" style=\"margin-top:30px;font-size:14px;font-style:normal;font-weight:400;line-height:1.6\">Donec libero dolor, tincidunt id laoreet vitae, ullamcorper eu tortor. Maecenas pellentesque, dui vitae iaculis mattis, tortor nisi faucibus magna, vitae ultrices lacus purus vitae metus. Ut nec odio facilisis, ultricies nunc eget, fringilla orci.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"610px\",\"style\":{\"spacing\":{\"padding\":{\"left\":\"0px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-column\" style=\"padding-left:0px;flex-basis:610px\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"450px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1\"}}} -->\n<h2 class=\"wp-block-heading\" style=\"font-size:18px;font-style:normal;font-weight:600;line-height:1\">What can we do for you?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"10px\",\"margin\":{\"top\":\"22px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:22px\"><!-- wp:details {\"className\":\"about\",\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"lineHeight\":\"2.5\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-700\"}}}},\"textColor\":\"gray-700\"} -->\n<details class=\"about wp-block-details has-gray-700-color has-text-color has-link-color\" style=\"font-size:18px;font-style:normal;font-weight:500;line-height:2.5\"><summary>Support 24/7</summary><!-- wp:paragraph {\"placeholder\":\"Type / to add a hidden block\",\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.6\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-200\"}}},\"spacing\":{\"padding\":{\"left\":\"var:preset|spacing|20\"}}},\"textColor\":\"gray-200\"} -->\n<p class=\"has-gray-200-color has-text-color has-link-color\" style=\"padding-left:var(--wp--preset--spacing--20);font-size:15px;font-style:normal;font-weight:400;line-height:1.6\">Vestibulum velit nibh, egestas vel faucibus vitae, feugiat sollicitudin urna. Praesent iaculis id ipsum sit amet pretium. Aliquam tristique sapien nec enim euismod, scelerisque facilisis arcu consectetur.</p>\n<!-- /wp:paragraph --></details>\n<!-- /wp:details -->\n\n<!-- wp:details {\"className\":\"about\",\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"lineHeight\":\"2.5\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-700\"}}}},\"textColor\":\"gray-700\"} -->\n<details class=\"about wp-block-details has-gray-700-color has-text-color has-link-color\" style=\"font-size:18px;font-style:normal;font-weight:500;line-height:2.5\"><summary>Best Quality</summary><!-- wp:paragraph {\"placeholder\":\"Type / to add a hidden block\",\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.60\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-200\"}}},\"spacing\":{\"padding\":{\"left\":\"var:preset|spacing|20\"}}},\"textColor\":\"gray-200\"} -->\n<p class=\"has-gray-200-color has-text-color has-link-color\" style=\"padding-left:var(--wp--preset--spacing--20);font-size:15px;font-style:normal;font-weight:400;line-height:1.60\">Vestibulum velit nibh, egestas vel faucibus vitae, feugiat sollicitudin urna. Praesent iaculis id ipsum sit amet pretium. Aliquam tristique sapien nec enim euismod, scelerisque facilisis arcu consectetur.</p>\n<!-- /wp:paragraph --></details>\n<!-- /wp:details -->\n\n<!-- wp:details {\"className\":\"about\",\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"lineHeight\":\"2.5\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-700\"}}}},\"textColor\":\"gray-700\"} -->\n<details class=\"about wp-block-details has-gray-700-color has-text-color has-link-color\" style=\"font-size:18px;font-style:normal;font-weight:500;line-height:2.5\"><summary>Fastest Delivery</summary><!-- wp:paragraph {\"placeholder\":\"Type / to add a hidden block\",\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.60\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-200\"}}},\"spacing\":{\"padding\":{\"left\":\"var:preset|spacing|20\"}}},\"textColor\":\"gray-200\"} -->\n<p class=\"has-gray-200-color has-text-color has-link-color\" style=\"padding-left:var(--wp--preset--spacing--20);font-size:15px;font-style:normal;font-weight:400;line-height:1.60\">Vestibulum velit nibh, egestas vel faucibus vitae, feugiat sollicitudin urna. Praesent iaculis id ipsum sit amet pretium. Aliquam tristique sapien nec enim euismod, scelerisque facilisis arcu consectetur.</p>\n<!-- /wp:paragraph --></details>\n<!-- /wp:details -->\n\n<!-- wp:details {\"className\":\"about\",\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"lineHeight\":\"2.5\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-700\"}}}},\"textColor\":\"gray-700\"} -->\n<details class=\"about wp-block-details has-gray-700-color has-text-color has-link-color\" style=\"font-size:18px;font-style:normal;font-weight:500;line-height:2.5\"><summary>Customer Care</summary><!-- wp:paragraph {\"placeholder\":\"Type / to add a hidden block\",\"style\":{\"typography\":{\"fontSize\":\"15px\",\"lineHeight\":\"1.60\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-200\"}}},\"spacing\":{\"padding\":{\"left\":\"var:preset|spacing|20\"}}},\"textColor\":\"gray-200\"} -->\n<p class=\"has-gray-200-color has-text-color has-link-color\" style=\"padding-left:var(--wp--preset--spacing--20);font-size:15px;font-style:normal;font-weight:400;line-height:1.60\">Vestibulum velit nibh, egestas vel faucibus vitae, feugiat sollicitudin urna. Praesent iaculis id ipsum sit amet pretium. Aliquam tristique sapien nec enim euismod, scelerisque facilisis arcu consectetur.</p>\n<!-- /wp:paragraph --></details>\n<!-- /wp:details -->\n\n<!-- wp:details {\"className\":\"about\",\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"lineHeight\":\"2.5\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-700\"}}}},\"textColor\":\"gray-700\"} -->\n<details class=\"about wp-block-details has-gray-700-color has-text-color has-link-color\" style=\"font-size:18px;font-style:normal;font-weight:500;line-height:2.5\"><summary>Over 200 Satisfied Customers</summary><!-- wp:paragraph {\"placeholder\":\"Type / to add a hidden block\",\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.6\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-200\"}}},\"spacing\":{\"padding\":{\"left\":\"var:preset|spacing|20\"}}},\"textColor\":\"gray-200\"} -->\n<p class=\"has-gray-200-color has-text-color has-link-color\" style=\"padding-left:var(--wp--preset--spacing--20);font-size:15px;font-style:normal;font-weight:400;line-height:1.6\">Vestibulum velit nibh, egestas vel faucibus vitae, feugiat sollicitudin urna. Praesent iaculis id ipsum sit amet pretium. Aliquam tristique sapien nec enim euismod, scelerisque facilisis arcu consectetur.</p>\n<!-- /wp:paragraph --></details>\n<!-- /wp:details --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','About','','inherit','closed','closed','','1999-revision-v1','','','2025-02-11 14:55:58','2025-02-11 14:55:58','',1999,'https://aggressivegraphix.com/?p=2000',0,'revision','',0),(2001,1,'2025-02-11 14:58:42','2025-02-11 14:58:42','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\",\"area\":\"header\"} /-->\n\n<!-- wp:cover {\"overlayColor\":\"primary\",\"isUserOverlayColor\":true,\"minHeight\":589,\"className\":\"about-hero\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\"}} -->\n<div class=\"about-hero wp-block-cover has-base-color has-text-color has-link-color\" style=\"min-height:589px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-primary-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"40px\",\"lineHeight\":\"1.2\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-base-color has-text-color has-link-color\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30);font-size:40px;font-style:normal;font-weight:700;line-height:1.2;text-transform:capitalize\">about us</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:post-content /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"About - Content\"},\"align\":\"full\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"1400px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"40px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1575,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://transvelo.github.io/eride/assets/images/blog-er-1.jpg\" alt=\"\" class=\"wp-image-1575\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"365px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"spacing\":{\"margin\":{\"top\":\"35px\"}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"margin-top:35px;font-size:18px;font-style:normal;font-weight:600;line-height:1\">What we really do?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-200\"}}},\"spacing\":{\"margin\":{\"top\":\"25px\"}}},\"textColor\":\"gray-200\"} -->\n<p class=\"has-text-align-center has-gray-200-color has-text-color has-link-color\" style=\"margin-top:25px;font-size:14px;font-style:normal;font-weight:400\">Donec libero dolor, tincidunt id laoreet vitae,ullamcorper eu tortor. Maecenas pellentesque,dui vitae iaculis mattis, tortor nisi faucibus magna,vitae ultrices lacus purus vitae metus.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1576,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://transvelo.github.io/eride/assets/images/blog-er-2.jpg\" alt=\"\" class=\"wp-image-1576\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"365px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"spacing\":{\"margin\":{\"top\":\"35px\"}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"margin-top:35px;font-size:18px;font-style:normal;font-weight:600;line-height:1;text-transform:capitalize\">our vision</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-200\"}}},\"spacing\":{\"margin\":{\"top\":\"25px\"}}},\"textColor\":\"gray-200\"} -->\n<p class=\"has-text-align-center has-gray-200-color has-text-color has-link-color\" style=\"margin-top:25px;font-size:14px;font-style:normal;font-weight:400\">Donec libero dolor, tincidunt id laoreet vitae,ullamcorper eu tortor. Maecenas pellentesque,dui vitae iaculis mattis, tortor nisi faucibus magna,vitae ultrices lacus purus vitae metus</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1578,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://transvelo.github.io/eride/assets/images/blog-er-4.jpg\" alt=\"\" class=\"wp-image-1578\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"365px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"spacing\":{\"margin\":{\"top\":\"35px\"}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"margin-top:35px;font-size:18px;font-style:normal;font-weight:600;line-height:1\">History of Beginning</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-200\"}}},\"spacing\":{\"margin\":{\"top\":\"25px\"}}},\"textColor\":\"gray-200\"} -->\n<p class=\"has-text-align-center has-gray-200-color has-text-color has-link-color\" style=\"margin-top:25px;font-size:14px;font-style:normal;font-weight:400\">Donec libero dolor, tincidunt id laoreet vitae,ullamcorper eu tortor. Maecenas pellentesque,dui vitae iaculis mattis, tortor nisi faucibus magna,vitae ultrices lacus purus vitae metus</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','About','','inherit','closed','closed','','1999-revision-v1','','','2025-02-11 14:58:42','2025-02-11 14:58:42','',1999,'https://aggressivegraphix.com/?p=2001',0,'revision','',0),(2002,1,'2025-02-11 14:59:14','2025-02-11 14:59:14','<!-- wp:paragraph -->\n<p class=\"\">Aggressive Graphix was founded as a small graphic design studio&nbsp;producing custom websites, vinyl advertisements, fleet graphics, and personal stickers in September of 2010. As the years have gone by, we have refined our designs and our business. AG is known for its excellent customer service from start to finish of any project. We offer an array of services from motocross graphics, fleet graphics and vehicle wraps, commercial graphic design, stationary design, and more!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We pride ourselves by our quality, design, and turn around time. Your timeline is important to us. AG doesn’t skip the minor details to produce our products quicker, we vigorously check our work before submitting to any customer or client. We use the industry’s leading materials and techniques to produce our graphics.</p>\n<!-- /wp:paragraph -->','About Us','','inherit','closed','closed','','93-revision-v1','','','2025-02-11 14:59:14','2025-02-11 14:59:14','',93,'https://aggressivegraphix.com/?p=2002',0,'revision','',0),(2003,1,'2025-02-11 15:05:44','2025-02-11 15:05:44','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\",\"area\":\"header\"} /-->\n\n<!-- wp:cover {\"overlayColor\":\"primary\",\"isUserOverlayColor\":true,\"minHeight\":589,\"className\":\"about-hero\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\"}} -->\n<div class=\"about-hero wp-block-cover has-base-color has-text-color has-link-color\" style=\"min-height:589px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-primary-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"40px\",\"lineHeight\":\"1.2\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-base-color has-text-color has-link-color\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30);font-size:40px;font-style:normal;font-weight:700;line-height:1.2;text-transform:capitalize\">about us</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:post-content /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"About - Content\"},\"align\":\"full\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"1400px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"40px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1575,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://transvelo.github.io/eride/assets/images/blog-er-1.jpg\" alt=\"\" class=\"wp-image-1575\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"365px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"spacing\":{\"margin\":{\"top\":\"35px\"}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"margin-top:35px;font-size:18px;font-style:normal;font-weight:600;line-height:1\">What we really do?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-200\"}}},\"spacing\":{\"margin\":{\"top\":\"25px\"}}},\"textColor\":\"gray-200\"} -->\n<p class=\"has-text-align-center has-gray-200-color has-text-color has-link-color\" style=\"margin-top:25px;font-size:14px;font-style:normal;font-weight:400\">We specialize in tailoring custom graphics to fit your off-road or on-road vision for your vehicles. Design, print, and install all done in-house to ensure top quality of every project.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1576,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://transvelo.github.io/eride/assets/images/blog-er-2.jpg\" alt=\"\" class=\"wp-image-1576\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"365px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"spacing\":{\"margin\":{\"top\":\"35px\"}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"margin-top:35px;font-size:18px;font-style:normal;font-weight:600;line-height:1;text-transform:capitalize\">our vision</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-200\"}}},\"spacing\":{\"margin\":{\"top\":\"25px\"}}},\"textColor\":\"gray-200\"} -->\n<p class=\"has-text-align-center has-gray-200-color has-text-color has-link-color\" style=\"margin-top:25px;font-size:14px;font-style:normal;font-weight:400\">We strive for top quality customer service and use of materials for all of our projects. Looking to supply the best of the best for every order.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1578,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://transvelo.github.io/eride/assets/images/blog-er-4.jpg\" alt=\"\" class=\"wp-image-1578\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"365px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"spacing\":{\"margin\":{\"top\":\"35px\"}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"margin-top:35px;font-size:18px;font-style:normal;font-weight:600;line-height:1\">History of Beginning</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-200\"}}},\"spacing\":{\"margin\":{\"top\":\"25px\"}}},\"textColor\":\"gray-200\"} -->\n<p class=\"has-text-align-center has-gray-200-color has-text-color has-link-color\" style=\"margin-top:25px;font-size:14px;font-style:normal;font-weight:400\">Aggressive Graphix started as a small cut decal hobby that has grown into a full time career. Starting with a 24 inch vinyl cutter in the dorm room, we\'ve expanded to multiple wide format printers, cutters, and equipment. </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','About','','inherit','closed','closed','','1999-revision-v1','','','2025-02-11 15:05:44','2025-02-11 15:05:44','',1999,'https://aggressivegraphix.com/?p=2003',0,'revision','',0),(2004,1,'2025-02-11 15:18:08','2025-02-11 15:18:08','','whatwedo','','inherit','open','closed','','whatwedo','','','2025-09-09 16:15:56','2025-09-09 16:15:56','',1999,'https://aggressivegraphix.com/wp-content/uploads/2025/02/whatwedo.png',0,'attachment','image/webp',0),(2005,1,'2025-02-11 15:20:34','2025-02-11 15:20:34','','ourvision','','inherit','open','closed','','ourvision','','','2025-09-09 16:15:52','2025-09-09 16:15:52','',1999,'https://aggressivegraphix.com/wp-content/uploads/2025/02/ourvision.png',0,'attachment','image/webp',0),(2006,1,'2025-02-11 15:30:40','2025-02-11 15:30:40','','beginning','','inherit','open','closed','','beginning','','','2025-09-09 16:15:48','2025-09-09 16:15:48','',1999,'https://aggressivegraphix.com/wp-content/uploads/2025/02/beginning.png',0,'attachment','image/webp',0),(2007,1,'2025-02-11 15:30:46','2025-02-11 15:30:46','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\",\"area\":\"header\"} /-->\n\n<!-- wp:cover {\"overlayColor\":\"primary\",\"isUserOverlayColor\":true,\"minHeight\":589,\"className\":\"about-hero\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\"}} -->\n<div class=\"about-hero wp-block-cover has-base-color has-text-color has-link-color\" style=\"min-height:589px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-primary-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"40px\",\"lineHeight\":\"1.2\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-base-color has-text-color has-link-color\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30);font-size:40px;font-style:normal;font-weight:700;line-height:1.2;text-transform:capitalize\">about us</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:post-content /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"About - Content\"},\"align\":\"full\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"1400px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"40px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2004,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/whatwedo.png\" alt=\"\" class=\"wp-image-2004\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"365px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"spacing\":{\"margin\":{\"top\":\"35px\"}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"margin-top:35px;font-size:18px;font-style:normal;font-weight:600;line-height:1\">What we really do?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-200\"}}},\"spacing\":{\"margin\":{\"top\":\"25px\"}}},\"textColor\":\"gray-200\"} -->\n<p class=\"has-text-align-center has-gray-200-color has-text-color has-link-color\" style=\"margin-top:25px;font-size:14px;font-style:normal;font-weight:400\">We specialize in tailoring custom graphics to fit your off-road or on-road vision for your vehicles. Design, print, and install all done in-house to ensure top quality of every project.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2005,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/ourvision.png\" alt=\"\" class=\"wp-image-2005\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"365px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"spacing\":{\"margin\":{\"top\":\"35px\"}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"margin-top:35px;font-size:18px;font-style:normal;font-weight:600;line-height:1;text-transform:capitalize\">our vision</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-200\"}}},\"spacing\":{\"margin\":{\"top\":\"25px\"}}},\"textColor\":\"gray-200\"} -->\n<p class=\"has-text-align-center has-gray-200-color has-text-color has-link-color\" style=\"margin-top:25px;font-size:14px;font-style:normal;font-weight:400\">We strive for top quality customer service and use of materials for all of our projects. Looking to supply the best of the best for every order.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2006,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/beginning.png\" alt=\"\" class=\"wp-image-2006\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"365px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"spacing\":{\"margin\":{\"top\":\"35px\"}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"margin-top:35px;font-size:18px;font-style:normal;font-weight:600;line-height:1\">History of Beginning</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-200\"}}},\"spacing\":{\"margin\":{\"top\":\"25px\"}}},\"textColor\":\"gray-200\"} -->\n<p class=\"has-text-align-center has-gray-200-color has-text-color has-link-color\" style=\"margin-top:25px;font-size:14px;font-style:normal;font-weight:400\">Aggressive Graphix started as a small cut decal hobby that has grown into a full time career. Starting with a 24 inch vinyl cutter in the dorm room, we\'ve expanded to multiple wide format printers, cutters, and equipment. </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','About','','inherit','closed','closed','','1999-revision-v1','','','2025-02-11 15:30:46','2025-02-11 15:30:46','',1999,'https://aggressivegraphix.com/?p=2007',0,'revision','',0),(2008,1,'2025-02-11 15:42:02','2025-02-11 15:42:02','<!-- wp:paragraph {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"0\",\"right\":\"0\"}}}} -->\n<p style=\"margin-top:var(--wp--preset--spacing--20);margin-right:0;margin-bottom:var(--wp--preset--spacing--20);margin-left:0\" class=\"\">Is your bike starting to look a bit clapped out? Let\'s get a re-print rocking to freshen up the look and get you feeling good again. Our graphics reprint option is the quickest way to order graphics through us if you\'ve already placed a previous order in the past. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\"}}}} -->\n<p style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20)\" class=\"\">Our products are printed on a 6 mil, air release technology film and finished with a 15 mil thiccc laminate for the ultimate longevity and durability. Utilizing the air release with our film, it’s easy to install dry, even for the first time graphics installer. Worst case, feel free to reach out to us with questions about install and we’ll be sure to help guide you to get the most professional looking finish.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Products\"},\"className\":\"nfd-container nfd-p-lg nfd-wb-products__products-2 is-style-nfd-theme-light\",\"style\":{\"spacing\":{\"blockGap\":\"0\"},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"nfd-container nfd-p-lg nfd-wb-products__products-2 is-style-nfd-theme-light wp-block-group\" style=\"border-radius:15px\"><!-- wp:group {\"className\":\"nfd-gap-2xl is-style-default\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"nfd-gap-2xl is-style-default wp-block-group\"><!-- wp:group {\"metadata\":{\"name\":\"Title\"},\"className\":\"nfd-text-balance\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-text-balance wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"className\":\"nfd-text-xl nfd-text-contrast\"} -->\n<h2 class=\"nfd-text-xl nfd-text-contrast wp-block-heading has-text-align-left\">Want something fresh?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-faded\"} -->\n<p class=\"nfd-text-faded\">Choose a new custom kit!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":0,\"query\":{\"perPage\":4,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"post__in\",\"search\":\"\",\"exclude\":[],\"inherit\":false,\"taxQuery\":{},\"isProductCollectionBlock\":true,\"featured\":false,\"woocommerceOnSale\":false,\"woocommerceStockStatus\":[\"instock\"],\"woocommerceAttributes\":[],\"woocommerceHandPickedProducts\":[\"486\",\"700\",\"858\"],\"filterable\":false,\"relatedBy\":{\"categories\":true,\"tags\":true}},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":3,\"shrinkColumns\":false},\"dimensions\":{\"widthType\":\"fixed\",\"fixedWidth\":\"100%\"},\"collection\":\"woocommerce/product-collection/hand-picked\",\"hideControls\":[\"inherit\",\"hand-picked\",\"filterable\",\"order\"],\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":false,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-woocommerce-product-collection\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"showSaleBadge\":false,\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} -->\n<!-- wp:woocommerce/product-sale-badge {\"align\":\"right\"} /-->\n<!-- /wp:woocommerce/product-image -->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}},\"typography\":{\"lineHeight\":\"1.4\"}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\",\"fontSize\":\"small\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\"} /-->\n<!-- /wp:woocommerce/product-template --></div>\n<!-- /wp:woocommerce/product-collection --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":1,\"query\":{\"perPage\":4,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"search\":\"\",\"exclude\":[],\"inherit\":false,\"taxQuery\":{\"product_cat\":[25]},\"isProductCollectionBlock\":true,\"featured\":false,\"woocommerceOnSale\":false,\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"woocommerceAttributes\":[],\"woocommerceHandPickedProducts\":[],\"filterable\":false,\"relatedBy\":{\"categories\":true,\"tags\":true}},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":4,\"shrinkColumns\":false},\"dimensions\":{\"widthType\":\"fixed\",\"fixedWidth\":\"100%\"},\"collection\":\"woocommerce/product-collection/by-category\",\"hideControls\":[\"inherit\",\"hand-picked\",\"filterable\"],\"queryContextIncludes\":[\"collection\"],\"__privatePreviewState\":{\"isPreview\":false,\"previewMessage\":\"Actual products will vary depending on the page being viewed.\"}} -->\n<div class=\"wp-block-woocommerce-product-collection\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"1rem\"}}}} -->\n<h2 class=\"wp-block-heading has-text-align-center\" style=\"margin-bottom:1rem\">Complete your kit with a custom seat cover!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"showSaleBadge\":false,\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} -->\n<!-- wp:woocommerce/product-sale-badge {\"align\":\"right\"} /-->\n<!-- /wp:woocommerce/product-image -->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}},\"typography\":{\"lineHeight\":\"1.4\"}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\",\"fontSize\":\"small\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\"} /-->\n<!-- /wp:woocommerce/product-template --></div>\n<!-- /wp:woocommerce/product-collection -->','Graphics Re-print','<p><span class=\"components-truncate components-text css-1e29a8v e19lxcc00\" data-wp-c16t=\"true\" data-wp-component=\"Text\">Order a re-print of your current graphics! $25 deposit required. Final material cost due before printing.</span></p>','publish','open','closed','','graphics-re-print','','','2025-09-09 19:03:18','2025-09-09 19:03:18','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2008',0,'product','',0),(2009,1,'2025-02-11 15:33:12','2025-02-11 15:33:12','','','','publish','closed','closed','','2009','','','2025-09-09 19:03:18','2025-09-09 19:03:18','',2008,'https://aggressivegraphix.com/af_pao_fields/2009/',0,'af_pao_fields','',0),(2010,1,'2025-02-11 15:33:29','2025-02-11 15:33:29','','','','publish','closed','closed','','2010','','','2025-09-09 19:03:18','2025-09-09 19:03:18','',2008,'https://aggressivegraphix.com/af_pao_fields/2010/',0,'af_pao_fields','',0),(2011,1,'2025-02-11 15:33:48','2025-02-11 15:33:48','','','','publish','closed','closed','','2011','','','2025-09-09 19:03:18','2025-09-09 19:03:18','',2008,'https://aggressivegraphix.com/af_pao_fields/2011/',0,'af_pao_fields','',0),(2012,1,'2025-02-11 15:34:07','2025-02-11 15:34:07','','','','publish','closed','closed','','2012','','','2025-09-09 19:03:18','2025-09-09 19:03:18','',2008,'https://aggressivegraphix.com/af_pao_fields/2012/',0,'af_pao_fields','',0),(2013,1,'2025-02-11 15:34:43','2025-02-11 15:34:43','','','','publish','closed','closed','','2013','','','2025-09-09 19:03:18','2025-09-09 19:03:18','',2012,'https://aggressivegraphix.com/af_pao_options/2013/',0,'af_pao_options','',0),(2014,1,'2025-02-11 15:34:47','2025-02-11 15:34:47','','','','publish','closed','closed','','2014','','','2025-09-09 19:03:18','2025-09-09 19:03:18','',2012,'https://aggressivegraphix.com/af_pao_options/2014/',0,'af_pao_options','',0),(2015,1,'2025-02-11 15:34:51','2025-02-11 15:34:51','','','','publish','closed','closed','','2015','','','2025-09-09 19:03:18','2025-09-09 19:03:18','',2012,'https://aggressivegraphix.com/af_pao_options/2015/',0,'af_pao_options','',0),(2016,1,'2025-02-11 15:37:19','2025-02-11 15:37:19','','','','publish','closed','closed','','2016','','','2025-09-09 19:03:18','2025-09-09 19:03:18','',2008,'https://aggressivegraphix.com/af_pao_fields/2016/',0,'af_pao_fields','',0),(2017,1,'2025-02-11 15:37:42','2025-02-11 15:37:42','','','','publish','closed','closed','','2017','','','2025-09-09 19:03:18','2025-09-09 19:03:18','',2016,'https://aggressivegraphix.com/af_pao_options/2017/',0,'af_pao_options','',0),(2018,1,'2025-02-11 15:37:45','2025-02-11 15:37:45','','','','publish','closed','closed','','2018','','','2025-09-09 19:03:18','2025-09-09 19:03:18','',2016,'https://aggressivegraphix.com/af_pao_options/2018/',0,'af_pao_options','',0),(2019,1,'2025-02-11 15:37:48','2025-02-11 15:37:48','','','','publish','closed','closed','','2019','','','2025-09-09 19:03:18','2025-09-09 19:03:18','',2016,'https://aggressivegraphix.com/af_pao_options/2019/',0,'af_pao_options','',0),(2020,1,'2025-02-11 15:37:51','2025-02-11 15:37:51','','','','publish','closed','closed','','2020','','','2025-09-09 19:03:18','2025-09-09 19:03:18','',2016,'https://aggressivegraphix.com/af_pao_options/2020/',0,'af_pao_options','',0),(2021,1,'2025-02-11 15:37:55','2025-02-11 15:37:55','','','','publish','closed','closed','','2021','','','2025-09-09 19:03:18','2025-09-09 19:03:18','',2016,'https://aggressivegraphix.com/af_pao_options/2021/',0,'af_pao_options','',0),(2022,1,'2025-02-11 15:40:05','2025-02-11 15:40:05','','','','publish','closed','closed','','2022','','','2025-09-09 19:03:18','2025-09-09 19:03:18','',2008,'https://aggressivegraphix.com/af_pao_fields/2022/',0,'af_pao_fields','',0),(2023,1,'2025-02-11 15:40:48','2025-02-11 15:40:48','','graphics-reprints','','inherit','open','closed','','graphics-reprints','','','2025-09-09 16:15:45','2025-09-09 16:15:45','',2008,'https://aggressivegraphix.com/wp-content/uploads/2025/02/graphics-reprints.jpg',0,'attachment','image/webp',0),(2024,1,'2025-02-11 15:48:48','2025-02-11 15:48:48','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Show Filters  <img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button has-custom-font-size\" style=\"font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\"><a class=\"wp-block-button__link has-border-color wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px\">Close Filters  <img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":5},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"textAlign\":\"left\",\"excerptLength\":100,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"fontSize\":\"small\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"width\":75,\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Category','Displays products filtered by a category.','inherit','closed','closed','','1965-revision-v1','','','2025-02-11 15:48:48','2025-02-11 15:48:48','',1965,'https://aggressivegraphix.com/?p=2024',0,'revision','',0),(2025,1,'2025-02-11 16:06:10','2025-02-11 16:06:10','<!-- wp:paragraph -->\n<p class=\"\">We specialize in true custom graphics. Every order starts from blank cut lines and we tailor the kit directly to your specifications listed above. Why go and use a pre-made design that you’ll see on other bikes on your gate? Be unique, stand out with your OWN style. Like they say; “Look good, feel good, ride good”. So choose a set of custom Aggressive Graphix Custom Swingarm graphics and get your feel good on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Our products are printed on a 6 mil, air release technology film and finished with a 15 mil thiccc laminate for the ultimate longevity and durability. Utilizing the air release with our film, it’s easy to install dry, even for the first time graphics installer. Worst case, feel free to reach out to us with questions about install and we’ll be sure to help guide you to get the most professional looking finish.</p>\n<!-- /wp:paragraph -->','Custom Swingarm Decals','<p>The design deposit of $35 is required to start your custom swing arm kit. This kit choice includes left and right swingarm decals.</p>','publish','open','closed','','custom-swingarm-decals','','','2025-09-09 19:15:41','2025-09-09 19:15:41','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2025',0,'product','',0),(2026,1,'2025-02-11 16:00:26','2025-02-11 16:00:26','','','','publish','closed','closed','','2026','','','2025-09-09 19:15:41','2025-09-09 19:15:41','',2025,'https://aggressivegraphix.com/af_pao_fields/2026/',1,'af_pao_fields','',0),(2028,1,'2025-02-11 16:01:17','2025-02-11 16:01:17','','','','publish','closed','closed','','2028','','','2025-09-09 19:11:25','2025-09-09 19:11:25','',2027,'https://aggressivegraphix.com/af_pao_options/2028/',0,'af_pao_options','',0),(2029,1,'2025-02-11 16:01:26','2025-02-11 16:01:26','','','','publish','closed','closed','','2029','','','2025-09-09 19:11:25','2025-09-09 19:11:25','',2027,'https://aggressivegraphix.com/af_pao_options/2029/',0,'af_pao_options','',0),(2032,1,'2025-02-11 16:04:00','2025-02-11 16:04:00','','','','publish','closed','closed','','2032','','','2025-09-09 19:15:41','2025-09-09 19:15:41','',2025,'https://aggressivegraphix.com/af_pao_fields/2032/',5,'af_pao_fields','',0),(2033,1,'2025-02-11 16:04:36','2025-02-11 16:04:36','','','','publish','closed','closed','','2033','','','2025-09-09 19:15:41','2025-09-09 19:15:41','',2025,'https://aggressivegraphix.com/af_pao_fields/2033/',6,'af_pao_fields','',0),(2034,1,'2025-02-11 16:05:52','2025-02-11 16:05:52','','customswingarmdecals','','inherit','open','closed','','customswingarmdecals','','','2025-09-09 16:15:36','2025-09-09 16:15:36','',2025,'https://aggressivegraphix.com/wp-content/uploads/2025/02/customswingarmdecals.jpg',0,'attachment','image/webp',0),(2039,1,'2025-02-11 16:22:28','2025-02-11 16:22:28','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:columns {\"align\":\"wide\",\"className\":\"single-product-page\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"30px\"},\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"single-product-page wp-block-columns alignwide\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--50)\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:woocommerce/product-image-gallery {\"className\":\"single-product-gallery\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:post-terms {\"term\":\"product_cat\",\"className\":\"is-style-default eride-single-cat\",\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1.5\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#878787\"}}},\"color\":{\"text\":\"#878787\"}}} /-->\n\n<!-- wp:post-title {\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1.2\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"3px\"}}},\"textColor\":\"gray-100\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfSingleProductTemplate\":true} /-->\n\n<!-- wp:post-excerpt {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"22px\"}}},\"textColor\":\"gray-100\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfSingleProductTemplate\":true,\"style\":{\"spacing\":{\"margin\":{\"top\":\"38px\"}}}} /-->\n\n<!-- wp:woocommerce/add-to-cart-form {\"className\":\"single\"} /-->\n\n<!-- wp:woocommerce/product-meta -->\n<div class=\"wp-block-woocommerce-product-meta\"><!-- wp:group {\"className\":\"eride-meta\",\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"eride-meta wp-block-group\"><!-- wp:woocommerce/product-sku {\"isDescendentOfSingleProductTemplate\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_tag\",\"prefix\":\"Tags: \"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:woocommerce/product-meta --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:woocommerce/product-details {\"align\":\"wide\",\"className\":\"eride-product-details\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\"}}}} /-->\n\n<!-- wp:woocommerce/related-products {\"align\":\"wide\"} -->\n<div class=\"wp-block-woocommerce-related-products alignwide\"><!-- wp:query {\"queryId\":9,\"query\":{\"perPage\":5,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"namespace\":\"woocommerce/related-products\",\"lock\":{\"remove\":true,\"move\":true}} -->\n<div class=\"wp-block-query\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"20px\",\"bottom\":\"20px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:20px;margin-bottom:20px\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"10px\"}},\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-gray-100-color has-text-color has-link-color\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:10px;font-size:32px;font-style:normal;font-weight:500\">\n				Related products			</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:button {\"textColor\":\"gray-400\",\"className\":\"is-style-outline  eride-related\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"left\":\"0\",\"right\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}},\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-400\"}}}}} -->\n<div class=\"is-style-outline  eride-related wp-block-button has-custom-font-size\" style=\"font-size:14px;font-style:normal;font-weight:400;text-transform:capitalize\"><a class=\"wp-block-button__link has-gray-400-color has-text-color has-link-color wp-element-button\" href=\"#\" style=\"border-style:none;border-width:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">view all products </a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"className\":\"er-slick-overflow er-slick\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"er-slick-overflow er-slick wp-block-group\" style=\"margin-top:0px\"><!-- wp:post-template {\"align\":\"wide\",\"layout\":{\"type\":\"grid\",\"columnCount\":5},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"cropped\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"8px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"10px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"1rem\"}}}} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"width\":100,\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0px\"}}}} /-->\n<!-- /wp:post-template --></div>\n<!-- /wp:group --></div>\n<!-- /wp:query --></div>\n<!-- /wp:woocommerce/related-products --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Single Product','Displays a single product.','inherit','closed','closed','','1951-revision-v1','','','2025-02-11 16:22:28','2025-02-11 16:22:28','',1951,'https://aggressivegraphix.com/?p=2039',0,'revision','',0),(2040,1,'2025-02-11 16:24:51','2025-02-11 16:24:51','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\"} /-->\n\n<!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"align\":\"wide\"} /-->\n\n<!-- wp:term-description {\"align\":\"wide\"} /-->\n\n<!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"className\":\"alignwide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"alignwide wp-block-group\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /--></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":189,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":3},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\",\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"1rem\"}}}} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"1rem\"}}}} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph -->\n<p class=\"\">\n	No products were found matching your selection.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\"} /-->','Taxonomy Product Brand','','publish','closed','closed','','taxonomy-product_brand','','','2025-02-11 16:24:51','2025-02-11 16:24:51','',0,'https://aggressivegraphix.com/taxonomy-product_brand/',0,'wp_template','',0),(2041,1,'2025-02-11 16:50:04','2025-02-11 16:50:04','','flowvisionco','','inherit','open','closed','','flowvisionco','','','2025-09-09 16:15:32','2025-09-09 16:15:32','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/02/flowvisionco.png',0,'attachment','image/webp',0),(2044,1,'2025-02-11 16:52:37','2025-02-11 16:52:37','','','','publish','closed','closed','','2044','','','2025-02-11 16:52:37','2025-02-11 16:52:37','',2043,'https://aggressivegraphix.com/af_pao_fields/2044/',0,'af_pao_fields','',0),(2045,1,'2025-02-11 17:06:05','2025-02-11 17:06:05','<!-- wp:paragraph -->\n<p class=\"\">With a passion that runs deep for motocross and off-road riding, our Rythem/Section™ Motocross goggles bring a new level of superior fitment along with an economically priced product. Try them for yourself and you will see the clarity of Flow Vision®.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Creating a \"Clear Vision\" with a simple pull.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Fits our Rythem/Section™ MX Googles.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Sold in singles packs of 10 and 20.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">By using a laminated system you are able to stack more tear-offs on your goggles giving you more laps of clear vision without the reflection caused by stacking single layer tear-offs.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Sold in a two stacks of 7 laminated tear offs per pack.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->','Tear-off packs','Replacement tear-off packs.','publish','open','closed','','tear-off-packs','','','2025-02-11 17:31:03','2025-02-11 17:31:03','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2045',0,'product','',0),(2046,1,'2025-02-11 16:55:26','2025-02-11 16:55:26','','Tear-off packs - 10pk Singles','Packs of: 10pk Singles','publish','closed','closed','','auto-draft-10pk-singles','','','2025-02-11 17:04:46','2025-02-11 17:04:46','',2045,'https://aggressivegraphix.com/?post_type=product_variation&p=2046',1,'product_variation','',0),(2047,1,'2025-02-11 16:55:26','2025-02-11 16:55:26','','Tear-off packs - 20pk Singles','Packs of: 20pk Singles','publish','closed','closed','','auto-draft-20pk-singles','','','2025-02-11 17:04:46','2025-02-11 17:04:46','',2045,'https://aggressivegraphix.com/?post_type=product_variation&p=2047',2,'product_variation','',0),(2048,1,'2025-02-11 16:55:26','2025-02-11 16:55:26','','Tear-off packs - 14pk Laminates','Packs of: 14pk Laminates','publish','closed','closed','','auto-draft-14pk-laminates','','','2025-02-11 17:04:46','2025-02-11 17:04:46','',2045,'https://aggressivegraphix.com/?post_type=product_variation&p=2048',3,'product_variation','',0),(2049,1,'2025-02-11 17:04:23','2025-02-11 17:04:23','','FlowVision_Single_Tearoffs','','inherit','open','closed','','flowvision_single_tearoffs','','','2025-09-09 16:15:28','2025-09-09 16:15:28','',2046,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Single_Tearoffs.jpg',0,'attachment','image/webp',0),(2050,1,'2025-02-11 17:04:25','2025-02-11 17:04:25','','FlowVision_Laminate_Tearoffs','','inherit','open','closed','','flowvision_laminate_tearoffs','','','2025-09-09 16:15:20','2025-09-09 16:15:20','',2046,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Laminate_Tearoffs.jpg',0,'attachment','image/webp',0),(2051,1,'2025-02-11 17:25:44','2025-02-11 17:25:44','<!-- wp:paragraph -->\n<p class=\"\">With a passion that runs deep for motocross and off-road riding, our Rythem/Section™ goggles bring a new level of superior fitment along with an economically priced product. Try them for yourself and you will see the clarity of Flow Vision™.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Sold is packs of 3</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">33mm standard roll-off film and available in wide 45mm rolls</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Replacement film canisters for use with our Rythem/Section™ Element Film System.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->','Element film refills','<p>Replacement roll-off film rolls.</p>','publish','open','closed','','element-film-refills','','','2025-02-11 17:34:17','2025-02-11 17:34:17','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2051',0,'product','',0),(2052,1,'2025-02-11 17:20:16','2025-02-11 17:20:16','','Element film refills - 33mm','Film height: 33mm','publish','closed','closed','','auto-draft-33mm','','','2025-02-11 17:25:34','2025-02-11 17:25:34','',2051,'https://aggressivegraphix.com/?post_type=product_variation&p=2052',1,'product_variation','',0),(2053,1,'2025-02-11 17:20:17','2025-02-11 17:20:17','','Element film refills - 45mm','Film height: 45mm','publish','closed','closed','','auto-draft-45mm','','','2025-02-11 17:34:10','2025-02-11 17:34:10','',2051,'https://aggressivegraphix.com/?post_type=product_variation&p=2053',2,'product_variation','',0),(2054,1,'2025-02-11 17:24:35','2025-02-11 17:24:35','','FlowVision-RollOff-Film','','inherit','open','closed','','flowvision-rolloff-film','','','2025-09-09 16:15:12','2025-09-09 16:15:12','',2052,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision-RollOff-Film.jpg',0,'attachment','image/webp',0),(2055,1,'2025-02-11 18:46:32','2025-02-11 18:46:32','','Replacement clear lenses','','publish','open','closed','','replacement-clear-lenses','','','2025-02-11 18:46:38','2025-02-11 18:46:38','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2055',0,'product','',0),(2056,1,'2025-02-11 17:39:12','2025-02-11 17:39:12','','Replacement clear lenses - Clear','Clear lens color:: Clear','publish','closed','closed','','auto-draft-clear','','','2025-02-11 18:42:05','2025-02-11 18:42:05','',2055,'https://aggressivegraphix.com/?post_type=product_variation&p=2056',1,'product_variation','',0),(2057,1,'2025-02-11 17:39:12','2025-02-11 17:39:12','','Replacement clear lenses - Smoke','Clear lens color:: Smoke','publish','closed','closed','','auto-draft-smoke','','','2025-02-11 18:42:06','2025-02-11 18:42:06','',2055,'https://aggressivegraphix.com/?post_type=product_variation&p=2057',2,'product_variation','',0),(2058,1,'2025-02-11 17:39:12','2025-02-11 17:39:12','','Replacement clear lenses - Blue','Clear lens color:: Blue','publish','closed','closed','','auto-draft-blue','','','2025-02-11 18:42:06','2025-02-11 18:42:06','',2055,'https://aggressivegraphix.com/?post_type=product_variation&p=2058',3,'product_variation','',0),(2059,1,'2025-02-11 17:39:12','2025-02-11 17:39:12','','Replacement clear lenses - Yellow','Clear lens color:: Yellow','publish','closed','closed','','auto-draft-yellow','','','2025-02-11 18:42:06','2025-02-11 18:42:06','',2055,'https://aggressivegraphix.com/?post_type=product_variation&p=2059',4,'product_variation','',0),(2060,1,'2025-02-11 17:39:12','2025-02-11 17:39:12','','Replacement clear lenses - Pink','Clear lens color:: Pink','publish','closed','closed','','auto-draft-pink','','','2025-02-11 18:42:06','2025-02-11 18:42:06','',2055,'https://aggressivegraphix.com/?post_type=product_variation&p=2060',5,'product_variation','',0),(2061,1,'2025-02-11 17:39:12','2025-02-11 17:39:12','','Replacement clear lenses - Red','Clear lens color:: Red','publish','closed','closed','','auto-draft-red','','','2025-02-11 18:42:06','2025-02-11 18:42:06','',2055,'https://aggressivegraphix.com/?post_type=product_variation&p=2061',6,'product_variation','',0),(2062,1,'2025-02-11 17:39:12','2025-02-11 17:39:12','','Replacement clear lenses - Orange','Clear lens color:: Orange','publish','closed','closed','','auto-draft-orange','','','2025-02-11 18:42:06','2025-02-11 18:42:06','',2055,'https://aggressivegraphix.com/?post_type=product_variation&p=2062',7,'product_variation','',0),(2063,1,'2025-02-11 17:39:12','2025-02-11 17:39:12','','Replacement clear lenses - Dual Clear','Clear lens color:: Dual Clear','publish','closed','closed','','auto-draft-dual-clear','','','2025-02-11 18:42:06','2025-02-11 18:42:06','',2055,'https://aggressivegraphix.com/?post_type=product_variation&p=2063',8,'product_variation','',0),(2064,1,'2025-02-11 17:39:12','2025-02-11 17:39:12','','Replacement clear lenses - Dual Blue','Clear lens color:: Dual Blue','publish','closed','closed','','auto-draft-dual-blue','','','2025-02-11 18:42:06','2025-02-11 18:42:06','',2055,'https://aggressivegraphix.com/?post_type=product_variation&p=2064',9,'product_variation','',0),(2065,1,'2025-02-11 17:39:13','2025-02-11 17:39:13','','Replacement clear lenses - Dual Yellow','Clear lens color:: Dual Yellow','publish','closed','closed','','auto-draft-dual-yellow','','','2025-02-11 18:42:06','2025-02-11 18:42:06','',2055,'https://aggressivegraphix.com/?post_type=product_variation&p=2065',10,'product_variation','',0),(2066,1,'2025-02-11 18:38:39','2025-02-11 18:38:39','','dual-clear-yellow-lens','','inherit','open','closed','','dual-clear-yellow-lens','','','2025-09-09 16:15:08','2025-09-09 16:15:08','',2055,'https://aggressivegraphix.com/wp-content/uploads/2025/02/dual-clear-yellow-lens.jpg',0,'attachment','image/webp',0),(2067,1,'2025-02-11 18:38:43','2025-02-11 18:38:43','','smoke-lens','','inherit','open','closed','','smoke-lens','','','2025-09-09 16:15:01','2025-09-09 16:15:01','',2055,'https://aggressivegraphix.com/wp-content/uploads/2025/02/smoke-lens.jpg',0,'attachment','image/webp',0),(2068,1,'2025-02-11 18:38:46','2025-02-11 18:38:46','','clear-blue-lens','','inherit','open','closed','','clear-blue-lens','','','2025-09-09 16:14:54','2025-09-09 16:14:54','',2055,'https://aggressivegraphix.com/wp-content/uploads/2025/02/clear-blue-lens.jpg',0,'attachment','image/webp',0),(2069,1,'2025-02-11 18:38:49','2025-02-11 18:38:49','','clear-lens','','inherit','open','closed','','clear-lens','','','2025-09-09 16:14:50','2025-09-09 16:14:50','',2055,'https://aggressivegraphix.com/wp-content/uploads/2025/02/clear-lens.jpg',0,'attachment','image/webp',0),(2070,1,'2025-02-11 18:38:51','2025-02-11 18:38:51','','clear-orange-lens','','inherit','open','closed','','clear-orange-lens','','','2025-09-09 16:14:43','2025-09-09 16:14:43','',2055,'https://aggressivegraphix.com/wp-content/uploads/2025/02/clear-orange-lens.jpg',0,'attachment','image/webp',0),(2071,1,'2025-02-11 18:38:54','2025-02-11 18:38:54','','clear-pink-lens','','inherit','open','closed','','clear-pink-lens','','','2025-09-09 16:14:35','2025-09-09 16:14:35','',2055,'https://aggressivegraphix.com/wp-content/uploads/2025/02/clear-pink-lens.jpg',0,'attachment','image/webp',0),(2072,1,'2025-02-11 18:38:57','2025-02-11 18:38:57','','clear-red-lens','','inherit','open','closed','','clear-red-lens','','','2025-09-09 16:14:26','2025-09-09 16:14:26','',2055,'https://aggressivegraphix.com/wp-content/uploads/2025/02/clear-red-lens.jpg',0,'attachment','image/webp',0),(2073,1,'2025-02-11 18:39:00','2025-02-11 18:39:00','','clear-yellow-lens','','inherit','open','closed','','clear-yellow-lens','','','2025-09-09 16:14:18','2025-09-09 16:14:18','',2055,'https://aggressivegraphix.com/wp-content/uploads/2025/02/clear-yellow-lens.jpg',0,'attachment','image/webp',0),(2074,1,'2025-02-11 18:39:03','2025-02-11 18:39:03','','dual-clear-blue-lens','','inherit','open','closed','','dual-clear-blue-lens','','','2025-09-09 16:14:11','2025-09-09 16:14:11','',2055,'https://aggressivegraphix.com/wp-content/uploads/2025/02/dual-clear-blue-lens.jpg',0,'attachment','image/webp',0),(2075,1,'2025-02-11 18:41:47','2025-02-11 18:41:47','','dual-clear-lens','','inherit','open','closed','','dual-clear-lens','','','2025-09-09 16:14:01','2025-09-09 16:14:01','',2063,'https://aggressivegraphix.com/wp-content/uploads/2025/02/dual-clear-lens.jpg',0,'attachment','image/webp',0),(2076,1,'2025-02-11 19:04:22','2025-02-11 19:04:22','','Replacement mirrored lenses','','publish','open','closed','','replacement-mirrored-lenses','','','2025-02-11 19:05:12','2025-02-11 19:05:12','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2076',0,'product','',0),(2077,1,'2025-02-11 18:52:31','2025-02-11 18:52:31','','Replacement mirrored lenses - Silver','Lens color:: Silver','publish','closed','closed','','auto-draft-silver','','','2025-02-11 19:03:32','2025-02-11 19:03:32','',2076,'https://aggressivegraphix.com/?post_type=product_variation&p=2077',1,'product_variation','',0),(2078,1,'2025-02-11 18:52:31','2025-02-11 18:52:31','','Replacement mirrored lenses - Translucent Pink','Lens color:: Translucent Pink','publish','closed','closed','','auto-draft-translucent-pink','','','2025-02-11 19:03:32','2025-02-11 19:03:32','',2076,'https://aggressivegraphix.com/?post_type=product_variation&p=2078',2,'product_variation','',0),(2079,1,'2025-02-11 18:52:31','2025-02-11 18:52:31','','Replacement mirrored lenses - Revo Pink','Lens color:: Revo Pink','publish','closed','closed','','auto-draft-revo-pink','','','2025-02-11 19:03:33','2025-02-11 19:03:33','',2076,'https://aggressivegraphix.com/?post_type=product_variation&p=2079',3,'product_variation','',0),(2080,1,'2025-02-11 18:52:31','2025-02-11 18:52:31','','Replacement mirrored lenses - Revo Red','Lens color:: Revo Red','publish','closed','closed','','auto-draft-revo-red','','','2025-02-11 19:03:33','2025-02-11 19:03:33','',2076,'https://aggressivegraphix.com/?post_type=product_variation&p=2080',4,'product_variation','',0),(2081,1,'2025-02-11 18:52:32','2025-02-11 18:52:32','','Replacement mirrored lenses - Revo Blue','Lens color:: Revo Blue','publish','closed','closed','','auto-draft-revo-blue','','','2025-02-11 19:03:33','2025-02-11 19:03:33','',2076,'https://aggressivegraphix.com/?post_type=product_variation&p=2081',5,'product_variation','',0),(2082,1,'2025-02-11 18:52:32','2025-02-11 18:52:32','','Replacement mirrored lenses - Revo Green','Lens color:: Revo Green','publish','closed','closed','','auto-draft-revo-green','','','2025-02-11 19:03:33','2025-02-11 19:03:33','',2076,'https://aggressivegraphix.com/?post_type=product_variation&p=2082',6,'product_variation','',0),(2083,1,'2025-02-11 18:52:32','2025-02-11 18:52:32','','Replacement mirrored lenses - Revo Purple','Lens color:: Revo Purple','publish','closed','closed','','auto-draft-revo-purple','','','2025-02-11 19:03:33','2025-02-11 19:03:33','',2076,'https://aggressivegraphix.com/?post_type=product_variation&p=2083',7,'product_variation','',0),(2084,1,'2025-02-11 18:52:32','2025-02-11 18:52:32','','Replacement mirrored lenses - Dual Translucent Pink','Lens color:: Dual Translucent Pink','publish','closed','closed','','auto-draft-dual-translucent-pink','','','2025-02-11 19:03:33','2025-02-11 19:03:33','',2076,'https://aggressivegraphix.com/?post_type=product_variation&p=2084',8,'product_variation','',0),(2085,1,'2025-02-11 18:57:03','2025-02-11 18:57:03','','clear-translusentpink-lens','','inherit','open','closed','','clear-translusentpink-lens','','','2025-09-09 16:13:56','2025-09-09 16:13:56','',2083,'https://aggressivegraphix.com/wp-content/uploads/2025/02/clear-translusentpink-lens.jpg',0,'attachment','image/webp',0),(2086,1,'2025-02-11 18:57:07','2025-02-11 18:57:07','','revo-lens-pink','','inherit','open','closed','','revo-lens-pink','','','2025-09-09 16:13:51','2025-09-09 16:13:51','',2083,'https://aggressivegraphix.com/wp-content/uploads/2025/02/revo-lens-pink.jpg',0,'attachment','image/webp',0),(2087,1,'2025-02-11 18:57:09','2025-02-11 18:57:09','','revo-purple-lens','','inherit','open','closed','','revo-purple-lens','','','2025-09-09 16:13:44','2025-09-09 16:13:44','',2083,'https://aggressivegraphix.com/wp-content/uploads/2025/02/revo-purple-lens.jpg',0,'attachment','image/webp',0),(2088,1,'2025-02-11 19:01:49','2025-02-11 19:01:49','','revo-lens-green','','inherit','open','closed','','revo-lens-green','','','2025-09-09 16:13:35','2025-09-09 16:13:35','',2077,'https://aggressivegraphix.com/wp-content/uploads/2025/02/revo-lens-green.jpg',0,'attachment','image/webp',0),(2089,1,'2025-02-11 19:01:53','2025-02-11 19:01:53','','revo-lens-red','','inherit','open','closed','','revo-lens-red','','','2025-09-09 16:13:30','2025-09-09 16:13:30','',2077,'https://aggressivegraphix.com/wp-content/uploads/2025/02/revo-lens-red.jpg',0,'attachment','image/webp',0),(2090,1,'2025-02-11 19:01:56','2025-02-11 19:01:56','','revo-silver-lens','','inherit','open','closed','','revo-silver-lens','','','2025-09-09 16:13:26','2025-09-09 16:13:26','',2077,'https://aggressivegraphix.com/wp-content/uploads/2025/02/revo-silver-lens.jpg',0,'attachment','image/webp',0),(2091,1,'2025-02-11 19:01:59','2025-02-11 19:01:59','','revo-lens-blue','','inherit','open','closed','','revo-lens-blue','','','2025-09-09 16:13:20','2025-09-09 16:13:20','',2077,'https://aggressivegraphix.com/wp-content/uploads/2025/02/revo-lens-blue.jpg',0,'attachment','image/webp',0),(2092,1,'2025-02-11 19:03:18','2025-02-11 19:03:18','','dual-transpink-lens','','inherit','open','closed','','dual-transpink-lens','','','2025-09-09 16:13:15','2025-09-09 16:13:15','',2084,'https://aggressivegraphix.com/wp-content/uploads/2025/02/dual-transpink-lens.jpg',0,'attachment','image/webp',0),(2096,1,'2025-02-11 19:16:11','2025-02-11 19:16:11','ul.products .taxonomy-product_cat, ul.products .wp-block-post-excerpt, .wc-block-grid__products .taxonomy-product_cat, .wc-block-grid__products .wp-block-post-excerpt, .wp-block-woocommerce-related-products .taxonomy-product_cat, .wp-block-woocommerce-related-products .wp-block-post-excerpt, .products-block-post-template .taxonomy-product_cat, .products-block-post-template .wp-block-post-excerpt, .cross-sells-product .taxonomy-product_cat, .cross-sells-product .wp-block-post-excerpt {\n    -webkit-line-clamp: none !important;\n}\n.wp-block-woocommerce-product-price {\n    text-align: center;\n    margin: 0 auto; \n}\na, button {\n    margin: 0 auto;\n}\na.addon-btn button {\n	  background: #c70000;\n    font-size: 18px;\n    color: #fff;\n    border: none;\n    padding: 10px 15px;\n    border-radius: 30px;\n		cursor:pointer;\n}\na.addon-btn button:hover {\n	  background: #a70000;\n}\n.woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p, .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p {\n    max-width: 1400px !important;\n}\n.products-block-post-template .product > .wp-block-button, .products-block-post-template .wp-block-post > .wp-block-button {\n	position: inherit !important;\n  bottom: 0 !important;\n}','eride','','inherit','closed','closed','','1953-revision-v1','','','2025-02-11 19:16:11','2025-02-11 19:16:11','',1953,'https://aggressivegraphix.com/?p=2096',0,'revision','',0),(2097,1,'2025-02-11 19:24:51','2025-02-11 19:24:51','<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Extra Large 45mm wide Film for increased vision and clarity</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Quick pull system clears film with two short pulls</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Anti-stick system for increased performance and function</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Clear canister for film quick check with easy to grab, smooth pulling advance knob</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Self-cleaning canister with integrated wipe system to reduce mud build up</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">System Comes with Lens, Canisters, Rain-Flap and Film all assembled</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\"><strong>Goggle not included</strong></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\"><strong>Compatible with both our Rythem and Section Goggles....</strong></li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->','Element film system lens','Replacement roll off system lens.','publish','open','closed','','element-film-system-lens','','','2025-02-11 19:26:21','2025-02-11 19:26:21','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2097',0,'product','',0),(2098,1,'2025-02-11 19:22:35','2025-02-11 19:22:35','','Element film system lens - Clear','Lens color: Clear','publish','closed','closed','','auto-draft-clear-2','','','2025-02-11 19:26:21','2025-02-11 19:26:21','',2097,'https://aggressivegraphix.com/?post_type=product_variation&p=2098',1,'product_variation','',0),(2099,1,'2025-02-11 19:22:35','2025-02-11 19:22:35','','Element film system lens - Blue clear','Lens color: Blue clear','publish','closed','closed','','auto-draft-blue-clear','','','2025-02-11 19:26:21','2025-02-11 19:26:21','',2097,'https://aggressivegraphix.com/?post_type=product_variation&p=2099',2,'product_variation','',0),(2100,1,'2025-02-11 19:23:37','2025-02-11 19:23:37','','elementfilmsystem-clear','','inherit','open','closed','','elementfilmsystem-clear','','','2025-09-09 16:13:09','2025-09-09 16:13:09','',2098,'https://aggressivegraphix.com/wp-content/uploads/2025/02/elementfilmsystem-clear.jpg',0,'attachment','image/webp',0),(2101,1,'2025-02-11 19:23:41','2025-02-11 19:23:41','','elementfilmsystem-blue','','inherit','open','closed','','elementfilmsystem-blue','','','2025-09-09 16:13:02','2025-09-09 16:13:02','',2098,'https://aggressivegraphix.com/wp-content/uploads/2025/02/elementfilmsystem-blue.jpg',0,'attachment','image/webp',0),(2102,1,'2025-02-11 19:31:20','2025-02-11 19:31:20','<!-- wp:paragraph -->\n<p class=\"\">Protecting, carrying and organizing your essential goggles&nbsp; has never been easier. Stuff a season of goggles, lenses, tearoffs and cleaning cloths into our FlowVision Goggle Case.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Hard molded polyester outer shell for added protection</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Hold up to 5 Rythem Goggles</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Large pocket for tear-offs and lenses</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Sturdy industrial zipper</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Easy to carry handle</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->','Goggle Case','5-spot goggle case.','publish','open','closed','','goggle-case','','','2025-02-11 19:32:27','2025-02-11 19:32:27','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2102',0,'product','',0),(2103,1,'2025-02-11 19:29:37','2025-02-11 19:29:37','','FlowVision-GoggleCase_open','','inherit','open','closed','','flowvision-gogglecase_open','','','2025-09-09 16:12:55','2025-09-09 16:12:55','',2102,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision-GoggleCase_open.png',0,'attachment','image/webp',0),(2104,1,'2025-02-11 19:29:42','2025-02-11 19:29:42','','FlowVision-GoggleCase','','inherit','open','closed','','flowvision-gogglecase','','','2025-09-09 16:12:46','2025-09-09 16:12:46','',2102,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision-GoggleCase.png',0,'attachment','image/webp',0),(2105,1,'2025-02-11 19:43:25','2025-02-11 19:43:25','<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Outrigger Performance Fitment system for optimal function</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Removable Nose Guard for added protection and rider comfort</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Triple Layer Rider Comfort foam for maximum sweat absorption and fitment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Relaxed nose support for increased breathing</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Boundary ventilation system to aid with sweat reduction and relief</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">45mm Wide, Anti-slip, 3D Embroidered strap with fade resistant graphics</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">REVO Mirrored, Injection Molded, Pre-curved, UV400 lens with metal tear-off pins</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Our lens is 3x thicker than the standard goggle lens for clarity of vision</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Matte finish and Revo Blue Lens</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->','Flow Vision Rythem™ Goggle: White/Black','Adult White/Black Rythem goggles','publish','open','closed','','flow-vision-rythem-goggle-white-black','','','2025-02-11 19:45:49','2025-02-11 19:45:49','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2105',0,'product','',0),(2106,1,'2025-02-11 19:41:01','2025-02-11 19:41:01','','FlowVision_SX_SMX_Oakley_100__Goggles_Whiteblack_Left_1024x1024','','inherit','open','closed','','flowvision_sx_smx_oakley_100__goggles_whiteblack_left_1024x1024','','','2025-09-09 16:12:42','2025-09-09 16:12:42','',2105,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_SX_SMX_Oakley_100__Goggles_Whiteblack_Left_1024x1024.jpg',0,'attachment','image/webp',0),(2107,1,'2025-02-11 19:41:05','2025-02-11 19:41:05','','FlowVision_SX_SMX_Oakley_100__Goggles_Whiteblack_right_1024x1024','','inherit','open','closed','','flowvision_sx_smx_oakley_100__goggles_whiteblack_right_1024x1024','','','2025-09-09 16:12:36','2025-09-09 16:12:36','',2105,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_SX_SMX_Oakley_100__Goggles_Whiteblack_right_1024x1024.jpg',0,'attachment','image/webp',0),(2110,1,'2025-02-11 19:44:51','2025-02-11 19:44:51','ul.products .taxonomy-product_cat, ul.products .wp-block-post-excerpt, .wc-block-grid__products .taxonomy-product_cat, .wc-block-grid__products .wp-block-post-excerpt, .wp-block-woocommerce-related-products .taxonomy-product_cat, .wp-block-woocommerce-related-products .wp-block-post-excerpt, .products-block-post-template .taxonomy-product_cat, .products-block-post-template .wp-block-post-excerpt, .cross-sells-product .taxonomy-product_cat, .cross-sells-product .wp-block-post-excerpt {\n    -webkit-line-clamp: none !important;\n}\n.wp-block-woocommerce-product-price {\n    text-align: center;\n    margin: 0 auto; \n}\na, button {\n    margin: 0 auto;\n}\na.addon-btn button {\n	  background: #c70000;\n    font-size: 18px;\n    color: #fff;\n    border: none;\n    padding: 10px 15px;\n    border-radius: 30px;\n		cursor:pointer;\n}\na.addon-btn button:hover {\n	  background: #a70000;\n}\n.woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p, .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p {\n    max-width: 1400px !important;\n}\n.products-block-post-template .product > .wp-block-button, .products-block-post-template .wp-block-post > .wp-block-button {\n	position: inherit !important;\n  bottom: 0 !important;\n}\n.products-block-post-template .wp-block-post-title{\n	-webkit-line-clamp: 3 !important;\n}','eride','','inherit','closed','closed','','1953-revision-v1','','','2025-02-11 19:44:51','2025-02-11 19:44:51','',1953,'https://aggressivegraphix.com/?p=2110',0,'revision','',0),(2111,1,'2025-02-11 19:47:44','2025-02-11 19:47:44','<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Outrigger Performance Fitment system for optimal function</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Removable Nose Guard for added protection and rider comfort</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Triple Layer Rider Comfort foam for maximum sweat absorption and fitment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Relaxed nose support for increased breathing</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Boundary ventilation system to aid with sweat reduction and relief</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">45mm Wide, Anti-slip, 3D Embroidered strap with fade resistant graphics</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">REVO Mirrored, Injection Molded, Pre-curved, UV400 lens with metal tear-off pins</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Our lens is 3x thicker than the standard goggle lens for clarity of vision</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Matte finish and Revo Blue Lens</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Flow Vision Rythem™ Goggle: Valor','<p>Adult Valor Rythem goggles</p>','publish','open','closed','','flow-vision-rythem-goggle-valor','','','2025-02-11 19:53:34','2025-02-11 19:53:34','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2111',0,'product','',0),(2112,1,'2025-02-11 19:49:50','2025-02-11 19:49:50','','FlowVision_Motocross_SMX_SX_100__Valor_Goggles_Right_1024x1024','','inherit','open','closed','','flowvision_motocross_smx_sx_100__valor_goggles_right_1024x1024','','','2025-09-09 16:12:30','2025-09-09 16:12:30','',2111,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Motocross_SMX_SX_100__Valor_Goggles_Right_1024x1024.jpg',0,'attachment','image/webp',0),(2113,1,'2025-02-11 19:49:53','2025-02-11 19:49:53','','FlowVision_Motocross_SMX_SX_100__Valor_Goggles_left_jpeg_1024x1024','','inherit','open','closed','','flowvision_motocross_smx_sx_100__valor_goggles_left_jpeg_1024x1024','','','2025-09-09 16:12:25','2025-09-09 16:12:25','',2111,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Motocross_SMX_SX_100__Valor_Goggles_left_jpeg_1024x1024.jpg',0,'attachment','image/webp',0),(2114,1,'2025-02-11 19:56:41','2025-02-11 19:56:41','<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Outrigger Performance Fitment system for optimal function</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Removable Nose Guard for added protection and rider comfort</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Triple Layer Rider Comfort foam for maximum sweat absorption and fitment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Relaxed nose support for increased breathing</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Boundary ventilation system to aid with sweat reduction and relief</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">45mm Wide, Anti-slip, 3D Embroidered strap with fade resistant graphics</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">REVO Mirrored, Injection Molded, Pre-curved, UV400 lens with metal tear-off pins</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Our lens is 3x thicker than the standard goggle lens for clarity of vision</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Matte finish and Revo Red Lens</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Flow Vision Rythem™ Goggle: Neon','<p>Adult Neon Rythem goggles</p>','publish','open','closed','','flow-vision-rythem-goggle-neon','','','2025-02-11 20:07:09','2025-02-11 20:07:09','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2114',0,'product','',0),(2115,1,'2025-02-11 19:57:31','2025-02-11 19:57:31','','FlowVision_Motocross_SMX_SX_100__Neon_Goggles_Right_1024x1024','','inherit','open','closed','','flowvision_motocross_smx_sx_100__neon_goggles_right_1024x1024','','','2025-09-09 16:12:20','2025-09-09 16:12:20','',2114,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Motocross_SMX_SX_100__Neon_Goggles_Right_1024x1024.jpg',0,'attachment','image/webp',0),(2116,1,'2025-02-11 19:57:35','2025-02-11 19:57:35','','FlowVision_Motocross_SMX_SX_100__Neon_Goggles_left_1024x1024','','inherit','open','closed','','flowvision_motocross_smx_sx_100__neon_goggles_left_1024x1024','','','2025-09-09 16:12:14','2025-09-09 16:12:14','',2114,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Motocross_SMX_SX_100__Neon_Goggles_left_1024x1024.jpg',0,'attachment','image/webp',0),(2117,1,'2025-02-11 19:59:56','2025-02-11 19:59:56','<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Outrigger Performance Fitment system for optimal function</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Removable Nose Guard for added protection and rider comfort</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Triple Layer Rider Comfort foam for maximum sweat absorption and fitment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Relaxed nose support for increased breathing</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Boundary ventilation system to aid with sweat reduction and relief</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">45mm Wide, Anti-slip, 3D Embroidered strap with fade resistant graphics</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">REVO Mirrored, Injection Molded, Pre-curved, UV400 lens with metal tear-off pins</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Our lens is 3x thicker than the standard goggle lens for clarity of vision</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Matte finish and Revo Red Lens</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Flow Vision Rythem™ Goggle: Gold Leaf','<p>Adult Gold Leaf Rythem goggles</p>','publish','open','closed','','flow-vision-rythem-goggle-gold-leaf','','','2025-02-11 20:07:56','2025-02-11 20:07:56','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2117',0,'product','',0),(2118,1,'2025-02-11 20:00:37','2025-02-11 20:00:37','','FlowVision_Motocross_SMX_SX_100__Goldleaf_Goggles_Right_1024x1024','','inherit','open','closed','','flowvision_motocross_smx_sx_100__goldleaf_goggles_right_1024x1024','','','2025-09-09 16:12:09','2025-09-09 16:12:09','',2117,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Motocross_SMX_SX_100__Goldleaf_Goggles_Right_1024x1024.jpg',0,'attachment','image/webp',0),(2119,1,'2025-02-11 20:00:40','2025-02-11 20:00:40','','FlowVision_Motocross_SMX_SX_100__GOLDLEAF_Goggles_left_1024x1024','','inherit','open','closed','','flowvision_motocross_smx_sx_100__goldleaf_goggles_left_1024x1024','','','2025-09-09 16:12:04','2025-09-09 16:12:04','',2117,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Motocross_SMX_SX_100__GOLDLEAF_Goggles_left_1024x1024.jpg',0,'attachment','image/webp',0),(2120,1,'2025-02-11 20:04:10','2025-02-11 20:04:10','<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Outrigger Performance Fitment system for optimal function</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Removable Nose Guard for added protection and rider comfort</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Triple Layer Rider Comfort foam for maximum sweat absorption and fitment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Relaxed nose support for increased breathing</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Boundary ventilation system to aid with sweat reduction and relief</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">45mm Wide, Anti-slip, 3D Embroidered strap with fade resistant graphics</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">REVO Mirrored, Injection Molded, Pre-curved, UV400 lens with metal tear-off pins</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Our lens is 3x thicker than the standard goggle lens for clarity of vision</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Matte finish and Revo Blue Lens</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Flow Vision Rythem™ Goggle: Starship','<p>Adult Starship Rythem goggles</p>','publish','open','closed','','flow-vision-rythem-goggle-starship','','','2025-02-11 20:06:22','2025-02-11 20:06:22','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2120',0,'product','',0),(2121,1,'2025-02-11 20:05:09','2025-02-11 20:05:09','','FlowVision_Motocross_SMX_SX_100__Starship_Goggles_Right_1024x1024','','inherit','open','closed','','flowvision_motocross_smx_sx_100__starship_goggles_right_1024x1024','','','2025-09-09 16:11:56','2025-09-09 16:11:56','',2120,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Motocross_SMX_SX_100__Starship_Goggles_Right_1024x1024.jpg',0,'attachment','image/webp',0),(2122,1,'2025-02-11 20:05:13','2025-02-11 20:05:13','','FlowVision_Motocross_SMX_SX_100__STARSHIP_Goggles_left_1024x1024','','inherit','open','closed','','flowvision_motocross_smx_sx_100__starship_goggles_left_1024x1024','','','2025-09-09 16:11:51','2025-09-09 16:11:51','',2120,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Motocross_SMX_SX_100__STARSHIP_Goggles_left_1024x1024.jpg',0,'attachment','image/webp',0),(2123,1,'2025-02-11 20:09:01','2025-02-11 20:09:01','<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Outrigger Performance Fitment system for optimal function</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Removable Nose Guard for added protection and rider comfort</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Triple Layer Rider Comfort foam for maximum sweat absorption and fitment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Relaxed nose support for increased breathing</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Boundary ventilation system to aid with sweat reduction and relief</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">45mm Wide, Anti-slip, 3D Embroidered strap with fade resistant graphics</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">REVO Mirrored, Injection Molded, Pre-curved, UV400 lens with metal tear-off pins</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Our lens is 3x thicker than the standard goggle lens for clarity of vision</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Matte finish and Revo Blue Lens</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Flow Vision Rythem™ Goggle: Blue Angel','<p>Adult Blue Angel Rythem goggles</p>','publish','open','closed','','flow-vision-rythem-goggle-blue-angel','','','2025-02-11 20:11:47','2025-02-11 20:11:47','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2123',0,'product','',0),(2124,1,'2025-02-11 20:11:18','2025-02-11 20:11:18','','FlowVision_Blue_Angel__MX_SMX_LorettaLynns_Right_1024x1024','','inherit','open','closed','','flowvision_blue_angel__mx_smx_lorettalynns_right_1024x1024','','','2025-09-09 16:11:45','2025-09-09 16:11:45','',2123,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Blue_Angel__MX_SMX_LorettaLynns_Right_1024x1024.png',0,'attachment','image/webp',0),(2125,1,'2025-02-11 20:11:22','2025-02-11 20:11:22','','FlowVision_Blue_Angel__MX_SMX_LorettaLynns_Left_1024x1024','','inherit','open','closed','','flowvision_blue_angel__mx_smx_lorettalynns_left_1024x1024','','','2025-09-09 16:11:39','2025-09-09 16:11:39','',2123,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Blue_Angel__MX_SMX_LorettaLynns_Left_1024x1024.png',0,'attachment','image/webp',0),(2126,1,'2025-02-11 20:12:20','2025-02-11 20:12:20','<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Outrigger Performance Fitment system for optimal function</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Removable Nose Guard for added protection and rider comfort</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Triple Layer Rider Comfort foam for maximum sweat absorption and fitment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Relaxed nose support for increased breathing</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Boundary ventilation system to aid with sweat reduction and relief</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">45mm Wide, Anti-slip, 3D Embroidered strap with fade resistant graphics</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">REVO Mirrored, Injection Molded, Pre-curved, UV400 lens with metal tear-off pins</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Our lens is 3x thicker than the standard goggle lens for clarity of vision</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Matte finish and Revo Purple Lens</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Flow Vision Rythem™ Goggle: Pipeline','<p>Adult Pipeline Rythem goggles</p>','publish','open','closed','','flow-vision-rythem-goggle-pipeline','','','2025-02-11 20:14:48','2025-02-11 20:14:48','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2126',0,'product','',0),(2127,1,'2025-02-11 20:14:13','2025-02-11 20:14:13','','FlowVision_Pipeline__MX_SMX_LorettaLynns_Right_1024x1024','','inherit','open','closed','','flowvision_pipeline__mx_smx_lorettalynns_right_1024x1024','','','2025-09-09 16:11:34','2025-09-09 16:11:34','',2126,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Pipeline__MX_SMX_LorettaLynns_Right_1024x1024.png',0,'attachment','image/webp',0),(2128,1,'2025-02-11 20:14:17','2025-02-11 20:14:17','','FlowVision_Pipeline__MX_SMX_LorettaLynns_Left_1024x1024','','inherit','open','closed','','flowvision_pipeline__mx_smx_lorettalynns_left_1024x1024','','','2025-09-09 16:11:28','2025-09-09 16:11:28','',2126,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Pipeline__MX_SMX_LorettaLynns_Left_1024x1024.png',0,'attachment','image/webp',0),(2129,1,'2025-02-11 20:17:12','2025-02-11 20:17:12','<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Outrigger Performance Fitment system for optimal function</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Removable Nose Guard for added protection and rider comfort</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Triple Layer Rider Comfort foam for maximum sweat absorption and fitment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Relaxed nose support for increased breathing</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Boundary ventilation system to aid with sweat reduction and relief</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">45mm Wide, Anti-slip, 3D Embroidered strap with fade resistant graphics</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">REVO Mirrored, Injection Molded, Pre-curved, UV400 lens with metal tear-off pins</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Our lens is 3x thicker than the standard goggle lens for clarity of vision</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Matte finish and Revo Red Lens</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Flow Vision Rythem™ Goggle: Independence','<p>Adult Independence Rythem goggles</p>','publish','open','closed','','flow-vision-rythem-goggle-independence','','','2025-02-11 20:18:31','2025-02-11 20:18:31','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2129',0,'product','',0),(2130,1,'2025-02-11 20:18:01','2025-02-11 20:18:01','','FlowVision_SMX_MX_LorettaLynnsMX_Independence_Right_1024x1024','','inherit','open','closed','','flowvision_smx_mx_lorettalynnsmx_independence_right_1024x1024','','','2025-09-09 16:11:24','2025-09-09 16:11:24','',2129,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_SMX_MX_LorettaLynnsMX_Independence_Right_1024x1024.png',0,'attachment','image/webp',0),(2131,1,'2025-02-11 20:18:04','2025-02-11 20:18:04','','FlowVision_SMX_MX_LorettaLynnsMX_Independence_Left_1024x1024','','inherit','open','closed','','flowvision_smx_mx_lorettalynnsmx_independence_left_1024x1024','','','2025-09-09 16:11:18','2025-09-09 16:11:18','',2129,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_SMX_MX_LorettaLynnsMX_Independence_Left_1024x1024.png',0,'attachment','image/webp',0),(2132,1,'2025-02-11 20:19:11','2025-02-11 20:19:11','<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Outrigger Performance Fitment system for optimal function</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Removable Nose Guard for added protection and rider comfort</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Triple Layer Rider Comfort foam for maximum sweat absorption and fitment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Relaxed nose support for increased breathing</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Boundary ventilation system to aid with sweat reduction and relief</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">45mm Wide, Anti-slip, 3D Embroidered strap with fade resistant graphics</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">REVO Mirrored, Injection Molded, Pre-curved, UV400 lens with metal tear-off pins</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Our lens is 3x thicker than the standard goggle lens for clarity of vision</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Matte finish and Revo Red Lens</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Flow Vision Rythem™ Goggle: Magma','<p>Adult Magma Rythem goggles</p>','publish','open','closed','','flow-vision-rythem-goggle-magma','','','2025-02-11 20:21:49','2025-02-11 20:21:49','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2132',0,'product','',0),(2133,1,'2025-02-11 20:21:11','2025-02-11 20:21:11','','FlowVision_SMX_MX_LorettaLynnsMX_Magma_Right_1024x1024','','inherit','open','closed','','flowvision_smx_mx_lorettalynnsmx_magma_right_1024x1024','','','2025-09-09 16:11:12','2025-09-09 16:11:12','',2132,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_SMX_MX_LorettaLynnsMX_Magma_Right_1024x1024.png',0,'attachment','image/webp',0),(2134,1,'2025-02-11 20:21:15','2025-02-11 20:21:15','','FlowVision_SMX_MX_LorettaLynnsMX_Magma_left_1024x1024','','inherit','open','closed','','flowvision_smx_mx_lorettalynnsmx_magma_left_1024x1024','','','2025-09-09 16:11:08','2025-09-09 16:11:08','',2132,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_SMX_MX_LorettaLynnsMX_Magma_left_1024x1024.png',0,'attachment','image/webp',0),(2135,1,'2025-02-11 20:31:30','2025-02-11 20:31:30','<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Outrigger Performance Fitment system for optimal function</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Removable Nose Guard for added protection and rider comfort</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Triple Layer Rider Comfort foam for maximum sweat absorption and fitment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Relaxed nose support for increased breathing</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Boundary ventilation system to aid with sweat reduction and relief</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">45mm Wide, Anti-slip, 3D Embroidered strap with fade resistant graphics</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">REVO Mirrored, Injection Molded, Pre-curved, UV400 lens with metal tear-off pins</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Our lens is 3x thicker than the standard goggle lens for clarity of vision</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Matte finish and Revo Blue Lens</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Flow Vision Rythem™ Goggle: JC','<p>Adult JC Rythem goggles</p>','publish','open','closed','','flow-vision-rythem-goggle-jc','','','2025-02-11 20:37:57','2025-02-11 20:37:57','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2135',0,'product','',0),(2136,1,'2025-02-11 20:36:55','2025-02-11 20:36:55','','FlowVision_JC_MX_SX_Goggles_New_Right_1024x1024','','inherit','open','closed','','flowvision_jc_mx_sx_goggles_new_right_1024x1024','','','2025-09-09 16:11:03','2025-09-09 16:11:03','',2135,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_JC_MX_SX_Goggles_New_Right_1024x1024.png',0,'attachment','image/webp',0),(2137,1,'2025-02-11 20:36:58','2025-02-11 20:36:58','','FlowVision_JC_MX_SX_Goggles_New_Left_1024x1024','','inherit','open','closed','','flowvision_jc_mx_sx_goggles_new_left_1024x1024','','','2025-09-09 16:10:58','2025-09-09 16:10:58','',2135,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_JC_MX_SX_Goggles_New_Left_1024x1024.png',0,'attachment','image/webp',0),(2138,1,'2025-02-11 20:40:45','2025-02-11 20:40:45','<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Outrigger Performance Fitment system for optimal function</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Removable Nose Guard for added protection and rider comfort</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Triple Layer Rider Comfort foam for maximum sweat absorption and fitment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Relaxed nose support for increased breathing</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Boundary ventilation system to aid with sweat reduction and relief</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">45mm Wide, Anti-slip, 3D Embroidered strap with fade resistant graphics</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">REVO Mirrored, Injection Molded, Pre-curved, UV400 lens with metal tear-off pins</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Our lens is 3x thicker than the standard goggle lens for clarity of vision</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Matte finish and Revo Purple Lens</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Flow Vision Rythem™ Goggle: Abstract','<p>Adult Abstract Rythem goggles</p>','publish','open','closed','','flow-vision-rythem-goggle-abstract','','','2025-02-11 20:43:00','2025-02-11 20:43:00','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2138',0,'product','',0),(2139,1,'2025-02-11 20:41:28','2025-02-11 20:41:28','','FlowVision_MX_SMX_Dirtbike_Goggles__Right_1024x1024','','inherit','open','closed','','flowvision_mx_smx_dirtbike_goggles__right_1024x1024','','','2025-09-09 16:10:53','2025-09-09 16:10:53','',2138,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_MX_SMX_Dirtbike_Goggles__Right_1024x1024.png',0,'attachment','image/webp',0),(2140,1,'2025-02-11 20:41:32','2025-02-11 20:41:32','','FlowVision_MX_SMX_Dirtbike_Goggles__Left_1024x1024','','inherit','open','closed','','flowvision_mx_smx_dirtbike_goggles__left_1024x1024','','','2025-09-09 16:10:47','2025-09-09 16:10:47','',2138,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_MX_SMX_Dirtbike_Goggles__Left_1024x1024.png',0,'attachment','image/webp',0),(2141,1,'2025-02-11 20:45:59','2025-02-11 20:45:59','<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Outrigger Performance Fitment system for optimal function</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Removable Nose Guard for added protection and rider comfort</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Triple Layer Rider Comfort foam for maximum sweat absorption and fitment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Relaxed nose support for increased breathing</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Boundary ventilation system to aid with sweat reduction and relief</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">45mm Wide, Anti-slip, 3D Embroidered strap with fade resistant graphics</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">REVO Mirrored, Injection Molded, Pre-curved, UV400 lens with metal tear-off pins</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Our lens is 3x thicker than the standard goggle lens for clarity of vision</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Matte finish and Silver Lens</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Flow Vision Rythem™ Goggle: 2nd Amendment','<p>Adult 2nd Amendment Rythem goggles</p>','publish','open','closed','','flow-vision-rythem-goggle-2nd-amendment','','','2025-02-11 20:47:40','2025-02-11 20:47:40','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2141',0,'product','',0),(2142,1,'2025-02-11 20:46:54','2025-02-11 20:46:54','','FlowVision_2nd_Amendment_MX_Goggles_Right_1024x1024','','inherit','open','closed','','flowvision_2nd_amendment_mx_goggles_right_1024x1024','','','2025-09-09 16:10:42','2025-09-09 16:10:42','',2141,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_2nd_Amendment_MX_Goggles_Right_1024x1024.jpg',0,'attachment','image/webp',0),(2143,1,'2025-02-11 20:46:56','2025-02-11 20:46:56','','FlowVision_2nd_Amendment_MX_Goggles_Left_1024x1024','','inherit','open','closed','','flowvision_2nd_amendment_mx_goggles_left_1024x1024','','','2025-09-09 16:10:37','2025-09-09 16:10:37','',2141,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_2nd_Amendment_MX_Goggles_Left_1024x1024.jpg',0,'attachment','image/webp',0),(2144,1,'2025-02-11 20:48:02','2025-02-11 20:48:02','<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Outrigger Performance Fitment system for optimal function</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Removable Nose Guard for added protection and rider comfort</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Triple Layer Rider Comfort foam for maximum sweat absorption and fitment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Relaxed nose support for increased breathing</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Boundary ventilation system to aid with sweat reduction and relief</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">45mm Wide, Anti-slip, 3D Embroidered strap with fade resistant graphics</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">REVO Mirrored, Injection Molded, Pre-curved, UV400 lens with metal tear-off pins</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Our lens is 3x thicker than the standard goggle lens for clarity of vision</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Matte finish and Revo Blue Lens</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Flow Vision Rythem™ Goggle: Freedom','<p>Adult Freedom Rythem goggles</p>','publish','open','closed','','flow-vision-rythem-goggle-freedom','','','2025-02-11 20:53:35','2025-02-11 20:53:35','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2144',0,'product','',0),(2145,1,'2025-02-11 20:48:52','2025-02-11 20:48:52','','FlowVision_Rythem_Freedom_MX_Goggles_Right_1024x1024','','inherit','open','closed','','flowvision_rythem_freedom_mx_goggles_right_1024x1024','','','2025-09-09 16:10:32','2025-09-09 16:10:32','',2144,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Rythem_Freedom_MX_Goggles_Right_1024x1024.jpg',0,'attachment','image/webp',0),(2146,1,'2025-02-11 20:48:53','2025-02-11 20:48:53','','FlowVision_Rythem_Freedom_MX_Goggles_Left_1024x1024','','inherit','open','closed','','flowvision_rythem_freedom_mx_goggles_left_1024x1024','','','2025-09-09 15:58:46','2025-09-09 15:58:46','',2144,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Rythem_Freedom_MX_Goggles_Left_1024x1024.jpg',0,'attachment','image/webp',0),(2147,1,'2025-02-11 20:54:11','2025-02-11 20:54:11','<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Outrigger Performance Fitment system for optimal function</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Removable Nose Guard for added protection and rider comfort</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Triple Layer Rider Comfort foam for maximum sweat absorption and fitment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Relaxed nose support for increased breathing</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Boundary ventilation system to aid with sweat reduction and relief</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">45mm Wide, Anti-slip, 3D Embroidered strap with fade resistant graphics</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">REVO Mirrored, Injection Molded, Pre-curved, UV400 lens with metal tear-off pins</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Our lens is 3x thicker than the standard goggle lens for clarity of vision</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Matte finish and Revo Blue Lens</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Flow Vision Rythem™ Goggle: I Don\'t Kneel','<p>Adult I Don\'t Kneel Rythem goggles</p>','publish','open','closed','','flow-vision-rythem-goggle-i-dont-kneel','','','2025-02-11 20:55:28','2025-02-11 20:55:28','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2147',0,'product','',0),(2148,1,'2025-02-11 20:55:00','2025-02-11 20:55:00','','FlowVision_Dirtbike_Goggles_IDontKneel_Ethos_2_1024x1024','','inherit','open','closed','','flowvision_dirtbike_goggles_idontkneel_ethos_2_1024x1024','','','2025-09-09 15:58:39','2025-09-09 15:58:39','',2147,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Dirtbike_Goggles_IDontKneel_Ethos_2_1024x1024.jpg',0,'attachment','image/webp',0),(2149,1,'2025-02-11 20:55:02','2025-02-11 20:55:02','','FlowVision_Dirtbike_Goggles_IDontKneel_Ethos_1_1024x1024','','inherit','open','closed','','flowvision_dirtbike_goggles_idontkneel_ethos_1_1024x1024','','','2025-09-09 15:58:34','2025-09-09 15:58:34','',2147,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Dirtbike_Goggles_IDontKneel_Ethos_1_1024x1024.jpg',0,'attachment','image/webp',0),(2150,1,'2025-02-11 20:56:51','2025-02-11 20:56:51','<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Outrigger Performance Fitment system for optimal function</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Removable Nose Guard for added protection and rider comfort</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Triple Layer Rider Comfort foam for maximum sweat absorption and fitment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Relaxed nose support for increased breathing</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Boundary ventilation system to aid with sweat reduction and relief</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">45mm Wide, Anti-slip, 3D Embroidered strap with fade resistant graphics</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">REVO Mirrored, Injection Molded, Pre-curved, UV400 lens with metal tear-off pins</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Our lens is 3x thicker than the standard goggle lens for clarity of vision</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Matte finish and Revo Purple Lens</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Perfect for that younger rider in your family and great for smaller European style helmets</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Flow Vision Section™ Goggle: CG','<p>Youth CG Section goggles</p>','publish','open','closed','','flow-vision-section-goggle-cg','','','2025-02-11 20:59:41','2025-02-11 20:59:41','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2150',0,'product','',0),(2151,1,'2025-02-11 20:58:17','2025-02-11 20:58:17','','FlowVision_Youth_CG_SX_Goggle_FZFOptics_right_1024x1024','','inherit','open','closed','','flowvision_youth_cg_sx_goggle_fzfoptics_right_1024x1024','','','2025-09-09 15:58:28','2025-09-09 15:58:28','',2150,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Youth_CG_SX_Goggle_FZFOptics_right_1024x1024.jpg',0,'attachment','image/webp',0),(2152,1,'2025-02-11 20:58:20','2025-02-11 20:58:20','','FlowVision_Youth_CG_SX_Goggle_FZFOptics_left_1024x1024','','inherit','open','closed','','flowvision_youth_cg_sx_goggle_fzfoptics_left_1024x1024','','','2025-09-09 15:58:20','2025-09-09 15:58:20','',2150,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Youth_CG_SX_Goggle_FZFOptics_left_1024x1024.jpg',0,'attachment','image/webp',0),(2153,1,'2025-02-11 21:03:09','2025-02-11 21:03:09','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"fontSize\":\"small\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide has-small-font-size\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /--></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\"} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":5,\"minimumColumnWidth\":null},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Tag','Displays products filtered by a tag.','publish','closed','closed','','taxonomy-product_tag','','','2025-02-11 21:31:44','2025-02-11 21:31:44','',0,'https://aggressivegraphix.com/taxonomy-product_tag/',0,'wp_template','',0),(2154,1,'2025-02-11 21:05:31','2025-02-11 21:05:31','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:post-terms {\"term\":\"product_tag\",\"className\":\"is-style-pill\",\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"border\":{\"radius\":\"0px\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":5},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"textAlign\":\"left\",\"excerptLength\":100,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"fontSize\":\"small\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"width\":75,\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Category','Displays products filtered by a category.','inherit','closed','closed','','1965-revision-v1','','','2025-02-11 21:05:31','2025-02-11 21:05:31','',1965,'https://aggressivegraphix.com/?p=2154',0,'revision','',0),(2155,1,'2025-02-11 21:07:13','2025-02-11 21:07:13','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"fontSize\":\"small\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide has-small-font-size\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:post-terms {\"term\":\"product_tag\",\"className\":\"is-style-pill\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\"} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":null,\"minimumColumnWidth\":\"12rem\"},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Tag','Displays products filtered by a tag.','inherit','closed','closed','','2153-revision-v1','','','2025-02-11 21:07:13','2025-02-11 21:07:13','',2153,'https://aggressivegraphix.com/?p=2155',0,'revision','',0),(2156,1,'2025-02-11 21:09:21','2025-02-11 21:09:21','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"fontSize\":\"small\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide has-small-font-size\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:post-terms {\"term\":\"post_tag\",\"className\":\"is-style-pill\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\"} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":null,\"minimumColumnWidth\":\"12rem\"},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Tag','Displays products filtered by a tag.','inherit','closed','closed','','2153-revision-v1','','','2025-02-11 21:09:21','2025-02-11 21:09:21','',2153,'https://aggressivegraphix.com/?p=2156',0,'revision','',0),(2157,1,'2025-02-11 21:10:04','2025-02-11 21:10:04','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"fontSize\":\"small\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide has-small-font-size\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /--></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\"} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":null,\"minimumColumnWidth\":\"12rem\"},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Tag','Displays products filtered by a tag.','inherit','closed','closed','','2153-revision-v1','','','2025-02-11 21:10:04','2025-02-11 21:10:04','',2153,'https://aggressivegraphix.com/?p=2157',0,'revision','',0),(2158,1,'2025-02-11 21:11:24','2025-02-11 21:11:24','<!-- wp:navigation-link {\"label\":\"Home\",\"type\":\"page\",\"id\":2,\"url\":\"https://aggressivegraphix.com/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-submenu {\"label\":\"Shop\",\"type\":\"page\",\"id\":6,\"url\":\"https://aggressivegraphix.com/shop/\",\"kind\":\"post-type\"} -->\n<!-- wp:navigation-submenu {\"label\":\"Outfit Bike\",\"type\":\"product_cat\",\"id\":27,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/\",\"kind\":\"taxonomy\"} -->\n<!-- wp:navigation-link {\"label\":\"Custom Graphics kits\",\"type\":\"product_cat\",\"id\":24,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/custom-graphics-kits/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Semi-custom Number Plates\",\"type\":\"product_cat\",\"id\":54,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/semi-custom-number-plates/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Seat Covers\",\"type\":\"product_cat\",\"id\":25,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/seat-covers/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Plastic kits\",\"type\":\"product_cat\",\"id\":26,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/plastic-kits/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Rider Accessories\",\"type\":\"product_cat\",\"id\":28,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/\",\"kind\":\"taxonomy\"} -->\n<!-- wp:navigation-link {\"label\":\"Jersey lettering\",\"type\":\"product_cat\",\"id\":29,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/jersey-lettering/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-submenu {\"label\":\"Goggles\",\"type\":\"product_cat\",\"id\":30,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\",\"kind\":\"taxonomy\"} -->\n<!-- wp:navigation-link {\"label\":\"Adult goggles\",\"type\":\"product_tag\",\"id\":64,\"url\":\"https://aggressivegraphix.com/product-tag/adult-goggles/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Youth goggles\",\"type\":\"product_tag\",\"id\":65,\"url\":\"https://aggressivegraphix.com/product-tag/youth-goggles/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Goggle Accessories\",\"type\":\"product_cat\",\"id\":31,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/goggle-accessories/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Canopies and Accessories\",\"type\":\"product_cat\",\"id\":36,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/\",\"kind\":\"taxonomy\"} -->\n<!-- wp:navigation-link {\"label\":\"Canopies\",\"type\":\"product_cat\",\"id\":37,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/canopies/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Half Walls\",\"type\":\"product_cat\",\"id\":38,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/half-walls/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Full Walls\",\"type\":\"product_cat\",\"id\":39,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/full-walls/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Flags\",\"type\":\"product_cat\",\"id\":40,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/flags/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Table Cloths\",\"type\":\"product_cat\",\"id\":41,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/table-cloths/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Merchandise\",\"type\":\"product_cat\",\"id\":32,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/merchandise/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Wraps and Tint\",\"type\":\"page\",\"id\":95,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/\",\"kind\":\"post-type\"} -->\n<!-- wp:navigation-link {\"label\":\"Color change wraps\",\"type\":\"page\",\"id\":1212,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/color-change-wraps/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Commercial wraps and lettering\",\"type\":\"page\",\"id\":1214,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/commercial-wraps-and-lettering/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Window tint\",\"type\":\"page\",\"id\":1216,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/window-tint/\",\"kind\":\"post-type\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Our Work\",\"type\":\"page\",\"id\":82,\"url\":\"https://aggressivegraphix.com/our-work/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"About Us\",\"type\":\"page\",\"id\":93,\"url\":\"https://aggressivegraphix.com/about-us/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Contact Us\",\"type\":\"page\",\"id\":31,\"url\":\"https://aggressivegraphix.com/contact-us/\",\"kind\":\"post-type\"} /-->','Navigation 3','','inherit','closed','closed','','1919-revision-v1','','','2025-02-11 21:11:24','2025-02-11 21:11:24','',1919,'https://aggressivegraphix.com/?p=2158',0,'revision','',0),(2159,1,'2025-02-11 21:12:14','2025-02-11 21:12:14','<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Outrigger Performance Fitment system for optimal function</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Removable Nose Guard for added protection and rider comfort</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Triple Layer Rider Comfort foam for maximum sweat absorption and fitment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Relaxed nose support for increased breathing</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Boundary ventilation system to aid with sweat reduction and relief</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">45mm Wide, Anti-slip, 3D Embroidered strap with fade resistant graphics</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">REVO Mirrored, Injection Molded, Pre-curved, UV400 lens with metal tear-off pins</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Our lens is 3x thicker than the standard goggle lens for clarity of vision</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Matte finish and Revo Blue Lens</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Perfect for that younger rider in your family and great for smaller European style helmets</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Flow Vision Section™ Goggle: The Liberty','<p>Youth The Liberty Section goggles</p>','publish','open','closed','','flow-vision-section-goggle-the-liberty','','','2025-02-11 21:13:27','2025-02-11 21:13:27','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2159',0,'product','',0),(2160,1,'2025-02-11 21:13:05','2025-02-11 21:13:05','','Flow_Vision_The_Liberty_EthosVision_MX_Goggle_Youth_Right_1024x1024','','inherit','open','closed','','flow_vision_the_liberty_ethosvision_mx_goggle_youth_right_1024x1024','','','2025-09-09 15:58:11','2025-09-09 15:58:11','',2159,'https://aggressivegraphix.com/wp-content/uploads/2025/02/Flow_Vision_The_Liberty_EthosVision_MX_Goggle_Youth_Right_1024x1024.jpg',0,'attachment','image/webp',0),(2161,1,'2025-02-11 21:13:08','2025-02-11 21:13:08','','Flow_Vision_The_Liberty_EthosVision_MX_Goggle_Youth_left_1024x1024','','inherit','open','closed','','flow_vision_the_liberty_ethosvision_mx_goggle_youth_left_1024x1024','','','2025-09-09 15:58:05','2025-09-09 15:58:05','',2159,'https://aggressivegraphix.com/wp-content/uploads/2025/02/Flow_Vision_The_Liberty_EthosVision_MX_Goggle_Youth_left_1024x1024.jpg',0,'attachment','image/webp',0),(2162,1,'2025-02-11 21:13:51','2025-02-11 21:13:51','<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Outrigger Performance Fitment system for optimal function</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Removable Nose Guard for added protection and rider comfort</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Triple Layer Rider Comfort foam for maximum sweat absorption and fitment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Relaxed nose support for increased breathing</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Boundary ventilation system to aid with sweat reduction and relief</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">45mm Wide, Anti-slip, 3D Embroidered strap with fade resistant graphics</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">REVO Mirrored, Injection Molded, Pre-curved, UV400 lens with metal tear-off pins</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Our lens is 3x thicker than the standard goggle lens for clarity of vision</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Matte finish and Smoke Lens</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Perfect for that younger rider in your family and great for smaller European style helmets</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Flow Vision Section™ Goggle: Black/White','<p>Youth Black/White Section goggles</p>','publish','open','closed','','flow-vision-section-goggle-black-white','','','2025-02-11 21:15:18','2025-02-11 21:15:18','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2162',0,'product','',0),(2163,1,'2025-02-11 21:14:48','2025-02-11 21:14:48','','FlowVision_Youth_MX_Goggles_BLKWHT_right','','inherit','open','closed','','flowvision_youth_mx_goggles_blkwht_right','','','2025-09-09 15:58:00','2025-09-09 15:58:00','',2162,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Youth_MX_Goggles_BLKWHT_right.jpg',0,'attachment','image/webp',0),(2164,1,'2025-02-11 21:14:50','2025-02-11 21:14:50','','FlowVision_Youth_MX_Goggles_BLKWHT_Left','','inherit','open','closed','','flowvision_youth_mx_goggles_blkwht_left','','','2025-09-09 15:57:53','2025-09-09 15:57:53','',2162,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Youth_MX_Goggles_BLKWHT_Left.jpg',0,'attachment','image/webp',0),(2165,1,'2025-02-11 21:15:49','2025-02-11 21:15:49','<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Outrigger Performance Fitment system for optimal function</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Removable Nose Guard for added protection and rider comfort</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Triple Layer Rider Comfort foam for maximum sweat absorption and fitment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Relaxed nose support for increased breathing</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Boundary ventilation system to aid with sweat reduction and relief</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">45mm Wide, Anti-slip, 3D Embroidered strap with fade resistant graphics</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">REVO Mirrored, Injection Molded, Pre-curved, UV400 lens with metal tear-off pins</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Our lens is 3x thicker than the standard goggle lens for clarity of vision</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Matte finish and Revo Red Lens</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Perfect for that younger rider in your family and great for smaller European style helmets</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Flow Vision Section™ Goggle: Slamlife','<p>Youth Slamlife Section goggles</p>','publish','open','closed','','flow-vision-section-goggle-slamlife','','','2025-02-11 21:16:58','2025-02-11 21:16:58','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2165',0,'product','',0),(2166,1,'2025-02-11 21:16:24','2025-02-11 21:16:24','','FlowVision_Youth_Slamlife_MX_Ethos_Vision_right_1024x1024','','inherit','open','closed','','flowvision_youth_slamlife_mx_ethos_vision_right_1024x1024','','','2025-09-09 15:57:45','2025-09-09 15:57:45','',2165,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Youth_Slamlife_MX_Ethos_Vision_right_1024x1024.jpg',0,'attachment','image/webp',0),(2167,1,'2025-02-11 21:16:25','2025-02-11 21:16:25','','FlowVision_Youth_Slamlife_MX_Ethos_Vision_left_1024x1024','','inherit','open','closed','','flowvision_youth_slamlife_mx_ethos_vision_left_1024x1024','','','2025-09-09 15:57:36','2025-09-09 15:57:36','',2165,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Youth_Slamlife_MX_Ethos_Vision_left_1024x1024.jpg',0,'attachment','image/webp',0),(2168,1,'2025-02-11 21:22:41','2025-02-11 21:22:41','<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Outrigger Performance Fitment system for optimal function</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Removable Nose Guard for added protection and rider comfort</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Triple Layer Rider Comfort foam for maximum sweat absorption and fitment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Relaxed nose support for increased breathing</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Boundary ventilation system to aid with sweat reduction and relief</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">45mm Wide, Anti-slip, 3D Embroidered strap with fade resistant graphics</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">REVO Mirrored, Injection Molded, Pre-curved, UV400 lens with metal tear-off pins</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Our lens is 3x thicker than the standard goggle lens for clarity of vision</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Matte finish and Translucent Pink Lens</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Perfect for that younger rider in your family and great for smaller European style helmets</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Flow Vision Section™ Goggle: Flo/Blue/Black','<p>Youth Flo/Blue/Black Section goggles</p>','publish','open','closed','','flow-vision-section-goggle-flo-blue-black','','','2025-02-11 21:24:17','2025-02-11 21:24:17','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2168',0,'product','',0),(2169,1,'2025-02-11 21:23:40','2025-02-11 21:23:40','','FlowVision_Flo_Blue_Black_YouthMxGoggle_DirtBikes','','inherit','open','closed','','flowvision_flo_blue_black_youthmxgoggle_dirtbikes','','','2025-09-09 15:57:28','2025-09-09 15:57:28','',2168,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Flo_Blue_Black_YouthMxGoggle_DirtBikes.jpg',0,'attachment','image/webp',0),(2170,1,'2025-02-11 21:23:42','2025-02-11 21:23:42','','FlowVision_Flo_Blue_Black_Youth MxGoggle_DirtBikes1','','inherit','open','closed','','flowvision_flo_blue_black_youth-mxgoggle_dirtbikes1','','','2025-09-09 15:57:21','2025-09-09 15:57:21','',2168,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Flo_Blue_Black_Youth-MxGoggle_DirtBikes1.jpg',0,'attachment','image/webp',0),(2171,1,'2025-02-11 21:25:01','2025-02-11 21:25:01','<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Outrigger Performance Fitment system for optimal function</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Removable Nose Guard for added protection and rider comfort</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Triple Layer Rider Comfort foam for maximum sweat absorption and fitment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Relaxed nose support for increased breathing</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Boundary ventilation system to aid with sweat reduction and relief</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">45mm Wide, Anti-slip, 3D Embroidered strap with fade resistant graphics</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">REVO Mirrored, Injection Molded, Pre-curved, UV400 lens with metal tear-off pins</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Our lens is 3x thicker than the standard goggle lens for clarity of vision</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Matte finish and Smoke Lens</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Perfect for that younger rider in your family and great for smaller European style helmets</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Flow Vision Section™ Goggle: Sharks','<p>Youth Sharks Section goggles</p>','publish','open','closed','','flow-vision-section-goggle-sharks','','','2025-02-11 21:26:31','2025-02-11 21:26:31','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2171',0,'product','',0),(2172,1,'2025-02-11 21:25:59','2025-02-11 21:25:59','','FlowVision_youth_Section_MX_Shark_Goggles_right_1024x1024','','inherit','open','closed','','flowvision_youth_section_mx_shark_goggles_right_1024x1024','','','2025-09-09 15:57:14','2025-09-09 15:57:14','',2171,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_youth_Section_MX_Shark_Goggles_right_1024x1024.jpg',0,'attachment','image/webp',0),(2173,1,'2025-02-11 21:26:02','2025-02-11 21:26:02','','FlowVision_youth_Section_MX_Shark_Goggles_Left_1024x1024','','inherit','open','closed','','flowvision_youth_section_mx_shark_goggles_left_1024x1024','','','2025-09-09 15:57:10','2025-09-09 15:57:10','',2171,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_youth_Section_MX_Shark_Goggles_Left_1024x1024.jpg',0,'attachment','image/webp',0),(2174,1,'2025-02-11 21:28:03','2025-02-11 21:28:03','<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Outrigger Performance Fitment system for optimal function</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Removable Nose Guard for added protection and rider comfort</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Triple Layer Rider Comfort foam for maximum sweat absorption and fitment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Relaxed nose support for increased breathing</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Boundary ventilation system to aid with sweat reduction and relief</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">45mm Wide, Anti-slip, 3D Embroidered strap with fade resistant graphics</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">REVO Mirrored, Injection Molded, Pre-curved, UV400 lens with metal tear-off pins</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Our lens is 3x thicker than the standard goggle lens for clarity of vision</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Matte finish and Revo Blue Lens</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Perfect for that younger rider in your family and great for smaller European style helmets</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Flow Vision Section™ Goggle: Zombies','<p>Youth Zombies Section goggles</p>','publish','open','closed','','flow-vision-section-goggle-zombies','','','2025-02-11 21:29:20','2025-02-11 21:29:20','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2174',0,'product','',0),(2175,1,'2025-02-11 21:28:47','2025-02-11 21:28:47','','Flow_Vision_Mx_Goggles_Havoc_Youth_Zombies_Right_1024x1024','','inherit','open','closed','','flow_vision_mx_goggles_havoc_youth_zombies_right_1024x1024','','','2025-09-09 15:57:05','2025-09-09 15:57:05','',2174,'https://aggressivegraphix.com/wp-content/uploads/2025/02/Flow_Vision_Mx_Goggles_Havoc_Youth_Zombies_Right_1024x1024.jpg',0,'attachment','image/webp',0),(2176,1,'2025-02-11 21:28:49','2025-02-11 21:28:49','','Flow_Vision_Mx_Goggles_Havoc_Youth_Zombies_Left_1024x1024','','inherit','open','closed','','flow_vision_mx_goggles_havoc_youth_zombies_left_1024x1024','','','2025-09-09 15:56:59','2025-09-09 15:56:59','',2174,'https://aggressivegraphix.com/wp-content/uploads/2025/02/Flow_Vision_Mx_Goggles_Havoc_Youth_Zombies_Left_1024x1024.jpg',0,'attachment','image/webp',0),(2177,1,'2025-02-11 21:30:52','2025-02-11 21:30:52','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"fontSize\":\"small\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide has-small-font-size\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /--></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\"} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":5,\"minimumColumnWidth\":null},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Tag','Displays products filtered by a tag.','inherit','closed','closed','','2153-revision-v1','','','2025-02-11 21:30:52','2025-02-11 21:30:52','',2153,'https://aggressivegraphix.com/?p=2177',0,'revision','',0),(2178,1,'2025-02-11 21:31:28','2025-02-11 21:31:28','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"fontSize\":\"small\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide has-small-font-size\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /--></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\"} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":null,\"minimumColumnWidth\":\"12rem\"},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Tag','Displays products filtered by a tag.','inherit','closed','closed','','2153-revision-v1','','','2025-02-11 21:31:28','2025-02-11 21:31:28','',2153,'https://aggressivegraphix.com/?p=2178',0,'revision','',0),(2179,1,'2025-02-11 21:31:44','2025-02-11 21:31:44','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"fontSize\":\"small\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide has-small-font-size\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /--></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\"} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":5,\"minimumColumnWidth\":null},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Tag','Displays products filtered by a tag.','inherit','closed','closed','','2153-revision-v1','','','2025-02-11 21:31:44','2025-02-11 21:31:44','',2153,'https://aggressivegraphix.com/?p=2179',0,'revision','',0),(2180,1,'2025-02-11 21:32:17','2025-02-11 21:32:17','<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Outrigger Performance Fitment system for optimal function</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Removable Nose Guard for added protection and rider comfort</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Triple Layer Rider Comfort foam for maximum sweat absorption and fitment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Relaxed nose support for increased breathing</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Boundary ventilation system to aid with sweat reduction and relief</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">45mm Wide, Anti-slip, 3D Embroidered strap with fade resistant graphics</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">REVO Mirrored, Injection Molded, Pre-curved, UV400 lens with metal tear-off pins</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Our lens is 3x thicker than the standard goggle lens for clarity of vision</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Matte finish and Smoke Lens</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Perfect for that younger rider in your family and great for smaller European style helmets</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Flow Vision Section™ Goggle: Black/Orange','<p>Youth Black/Orange Section goggles</p>','publish','open','closed','','flow-vision-section-goggle-black-orange','','','2025-02-11 21:34:23','2025-02-11 21:34:23','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2180',0,'product','',0),(2181,1,'2025-02-11 21:33:07','2025-02-11 21:33:07','','FlowVision_Motocross_Youth_Goggles_Black_Orange_Right_1024x1024','','inherit','open','closed','','flowvision_motocross_youth_goggles_black_orange_right_1024x1024','','','2025-09-09 15:56:54','2025-09-09 15:56:54','',2180,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Motocross_Youth_Goggles_Black_Orange_Right_1024x1024.jpg',0,'attachment','image/webp',0),(2182,1,'2025-02-11 21:33:10','2025-02-11 21:33:10','','FlowVision_Motocross_Youth_Goggles_Black_Orange_left_1024x1024','','inherit','open','closed','','flowvision_motocross_youth_goggles_black_orange_left_1024x1024','','','2025-09-09 15:56:48','2025-09-09 15:56:48','',2180,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Motocross_Youth_Goggles_Black_Orange_left_1024x1024.jpg',0,'attachment','image/webp',0),(2183,1,'2025-02-11 21:44:12','2025-02-11 21:44:12','<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Outrigger Performance Fitment system for optimal function</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Removable Nose Guard for added protection and rider comfort</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Triple Layer Rider Comfort foam for maximum sweat absorption and fitment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Relaxed nose support for increased breathing</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Boundary ventilation system to aid with sweat reduction and relief</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">45mm Wide, Anti-slip, 3D Embroidered strap with fade resistant graphics</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">REVO Mirrored, Injection Molded, Pre-curved, UV400 lens with metal tear-off pins</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Our lens is 3x thicker than the standard goggle lens for clarity of vision</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Matte finish and Clear Blue Lens</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Perfect for that younger rider in your family and great for smaller European style helmets</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Flow Vision Section™ Goggle: T-Rex','<p>Youth T-Rex Section goggles</p>','publish','open','closed','','flow-vision-section-goggle-t-rex','','','2025-02-11 21:45:48','2025-02-11 21:45:48','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2183',0,'product','',0),(2184,1,'2025-02-11 21:45:10','2025-02-11 21:45:10','','FlowVision_Section_Trex_MX_Goggles_Left_1024x1024','','inherit','open','closed','','flowvision_section_trex_mx_goggles_left_1024x1024','','','2025-09-09 15:56:43','2025-09-09 15:56:43','',2183,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Section_Trex_MX_Goggles_Left_1024x1024.jpg',0,'attachment','image/webp',0),(2185,1,'2025-02-11 21:45:12','2025-02-11 21:45:12','','Flow_Vision_Section_TRex_MX_Goggles_Left_1024x1024','','inherit','open','closed','','flow_vision_section_trex_mx_goggles_left_1024x1024','','','2025-09-09 15:56:37','2025-09-09 15:56:37','',2183,'https://aggressivegraphix.com/wp-content/uploads/2025/02/Flow_Vision_Section_TRex_MX_Goggles_Left_1024x1024.jpg',0,'attachment','image/webp',0),(2186,1,'2025-02-11 21:47:37','2025-02-11 21:47:37','<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Outrigger Performance Fitment system for optimal function</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Removable Nose Guard for added protection and rider comfort</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Triple Layer Rider Comfort foam for maximum sweat absorption and fitment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Relaxed nose support for increased breathing</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Boundary ventilation system to aid with sweat reduction and relief</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">45mm Wide, Anti-slip, 3D Embroidered strap with fade resistant graphics</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">REVO Mirrored, Injection Molded, Pre-curved, UV400 lens with metal tear-off pins</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Our lens is 3x thicker than the standard goggle lens for clarity of vision</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Matte finish and Revo Blue Lens</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Perfect for that younger rider in your family and great for smaller European style helmets</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Flow Vision Section™ Goggle: Reflex/Cyan/Red','<p>Youth Reflex/Cyan/Red Section goggles</p>','publish','open','closed','','flow-vision-section-goggle-reflex-cyan-red','','','2025-02-11 21:49:49','2025-02-11 21:49:49','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2186',0,'product','',0),(2187,1,'2025-02-11 21:48:29','2025-02-11 21:48:29','','FlowVision_Supercross_Goggles_Dirbike_MX_Reflex_Cyan_Red_Right','','inherit','open','closed','','flowvision_supercross_goggles_dirbike_mx_reflex_cyan_red_right','','','2025-09-09 15:56:32','2025-09-09 15:56:32','',2186,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Supercross_Goggles_Dirbike_MX_Reflex_Cyan_Red_Right.jpg',0,'attachment','image/webp',0),(2188,1,'2025-02-11 21:48:59','2025-02-11 21:48:59','','FlowVision_Supercross_Goggles_Dirbike_MX_Reflex_Cyan_Red_Left','','inherit','open','closed','','flowvision_supercross_goggles_dirbike_mx_reflex_cyan_red_left','','','2025-09-09 15:56:13','2025-09-09 15:56:13','',2186,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Supercross_Goggles_Dirbike_MX_Reflex_Cyan_Red_Left.jpg',0,'attachment','image/webp',0),(2190,1,'2025-02-11 22:02:11','2025-02-11 22:02:11','<!-- wp:paragraph -->\n<p class=\"\">Lightweight and super strong 40mm aluminum hex bar frame with rigid, full sublimation printed polyester top.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">40mm hex bar aluminum frame</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Full print waterproof top</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Carry bag included</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Shipped for free to your door</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Aggressive Graphix 10×10 Canopy','','publish','open','closed','','aggressive-graphix-10x10-canopy','','','2025-09-09 19:25:47','2025-09-09 19:25:47','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2190',0,'product','',0),(2205,1,'2025-02-11 22:01:30','2025-02-11 22:01:30','','AG','','inherit','open','closed','','ag-2','','','2025-09-09 15:55:10','2025-09-09 15:55:10','',2190,'https://aggressivegraphix.com/wp-content/uploads/2025/02/AG.png',0,'attachment','image/webp',0),(2208,1,'2025-02-11 22:12:13','2025-02-11 22:12:13','<!-- wp:paragraph -->\n<p class=\"\">Want a custom canopy for an event or your pit? Build out your options and let us know what you would like designed. Our canopies are build with top quality materials for both steel and aluminum type frames. The canopy tops are manufactured with a heavy duty polyester material with full print capabilities to allow for any design.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\"}}}} -->\n<div class=\"wp-block-columns\" style=\"padding-top:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20)\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p class=\"\"><strong>Frame size and styles are:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">10x10</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">10x15</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">10x20</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">20x20</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2231,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/31mmsquare.png\" alt=\"\" class=\"wp-image-2231\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2232,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/40mmhex.jpg\" alt=\"\" class=\"wp-image-2232\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2233,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/50mmhex.jpg\" alt=\"\" class=\"wp-image-2233\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Custom canopy','<p>Get a custom canopy made to show off your company or sponsors!</p>','publish','open','closed','','custom-canopy','','','2025-08-20 17:35:05','2025-08-20 17:35:05','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2208',0,'product','',1),(2209,1,'2025-02-11 22:07:56','2025-02-11 22:07:56','','','','publish','closed','closed','','2209','','','2025-08-20 17:35:05','2025-08-20 17:35:05','',2208,'https://aggressivegraphix.com/af_pao_fields/2209/',0,'af_pao_fields','',0),(2210,1,'2025-02-11 22:08:12','2025-02-11 22:08:12','','','','publish','closed','closed','','2210','','','2025-08-20 17:35:05','2025-08-20 17:35:05','',2209,'https://aggressivegraphix.com/af_pao_options/2210/',0,'af_pao_options','',0),(2211,1,'2025-02-11 22:08:14','2025-02-11 22:08:14','','','','publish','closed','closed','','2211','','','2025-08-20 17:35:05','2025-08-20 17:35:05','',2209,'https://aggressivegraphix.com/af_pao_options/2211/',0,'af_pao_options','',0),(2212,1,'2025-02-11 22:08:17','2025-02-11 22:08:17','','','','publish','closed','closed','','2212','','','2025-08-20 17:35:05','2025-08-20 17:35:05','',2209,'https://aggressivegraphix.com/af_pao_options/2212/',0,'af_pao_options','',0),(2213,1,'2025-02-11 22:08:20','2025-02-11 22:08:20','','','','publish','closed','closed','','2213','','','2025-08-20 17:35:05','2025-08-20 17:35:05','',2209,'https://aggressivegraphix.com/af_pao_options/2213/',0,'af_pao_options','',0),(2215,1,'2025-02-11 22:10:45','2025-02-11 22:10:45','','','','publish','closed','closed','','2215','','','2025-08-20 17:35:05','2025-08-20 17:35:05','',2208,'https://aggressivegraphix.com/af_pao_fields/2215/',0,'af_pao_fields','',0),(2216,1,'2025-02-11 22:11:27','2025-02-11 22:11:27','','','','publish','closed','closed','','2216','','','2025-08-20 17:35:05','2025-08-20 17:35:05','',2215,'https://aggressivegraphix.com/af_pao_options/2216/',0,'af_pao_options','',0),(2217,1,'2025-02-11 22:11:30','2025-02-11 22:11:30','','','','publish','closed','closed','','2217','','','2025-08-20 17:35:05','2025-08-20 17:35:05','',2215,'https://aggressivegraphix.com/af_pao_options/2217/',0,'af_pao_options','',0),(2218,1,'2025-02-11 22:13:23','2025-02-11 22:13:23','','','','publish','closed','closed','','2218','','','2025-08-20 17:35:05','2025-08-20 17:35:05','',2208,'https://aggressivegraphix.com/af_pao_fields/2218/',0,'af_pao_fields','',0),(2219,1,'2025-02-11 22:13:39','2025-02-11 22:13:39','','','','publish','closed','closed','','2219','','','2025-08-20 17:35:05','2025-08-20 17:35:05','',2218,'https://aggressivegraphix.com/af_pao_options/2219/',0,'af_pao_options','',0),(2220,1,'2025-02-11 22:13:42','2025-02-11 22:13:42','','','','publish','closed','closed','','2220','','','2025-08-20 17:35:05','2025-08-20 17:35:05','',2218,'https://aggressivegraphix.com/af_pao_options/2220/',0,'af_pao_options','',0),(2221,1,'2025-02-11 22:14:21','2025-02-11 22:14:21','','','','publish','closed','closed','','2221','','','2025-08-20 17:35:05','2025-08-20 17:35:05','',2208,'https://aggressivegraphix.com/af_pao_fields/2221/',0,'af_pao_fields','',0),(2222,1,'2025-02-11 22:14:34','2025-02-11 22:14:34','','','','publish','closed','closed','','2222','','','2025-08-20 17:35:05','2025-08-20 17:35:05','',2221,'https://aggressivegraphix.com/af_pao_options/2222/',0,'af_pao_options','',0),(2223,1,'2025-02-11 22:14:36','2025-02-11 22:14:36','','','','publish','closed','closed','','2223','','','2025-08-20 17:35:05','2025-08-20 17:35:05','',2221,'https://aggressivegraphix.com/af_pao_options/2223/',0,'af_pao_options','',0),(2224,1,'2025-02-11 22:14:39','2025-02-11 22:14:39','','','','publish','closed','closed','','2224','','','2025-08-20 17:35:05','2025-08-20 17:35:05','',2221,'https://aggressivegraphix.com/af_pao_options/2224/',0,'af_pao_options','',0),(2225,1,'2025-02-11 22:15:30','2025-02-11 22:15:30','','','','publish','closed','closed','','2225','','','2025-08-20 17:35:04','2025-08-20 17:35:04','',2208,'https://aggressivegraphix.com/af_pao_fields/2225/',0,'af_pao_fields','',0),(2226,1,'2025-02-11 22:15:51','2025-02-11 22:15:51','','','','publish','closed','closed','','2226','','','2025-08-20 17:35:05','2025-08-20 17:35:05','',2225,'https://aggressivegraphix.com/af_pao_options/2226/',0,'af_pao_options','',0),(2227,1,'2025-02-11 22:15:54','2025-02-11 22:15:54','','','','publish','closed','closed','','2227','','','2025-08-20 17:35:04','2025-08-20 17:35:04','',2225,'https://aggressivegraphix.com/af_pao_options/2227/',0,'af_pao_options','',0),(2228,1,'2025-02-11 22:16:16','2025-02-11 22:16:16','','','','publish','closed','closed','','2228','','','2025-08-20 17:35:04','2025-08-20 17:35:04','',2208,'https://aggressivegraphix.com/af_pao_fields/2228/',0,'af_pao_fields','',0),(2229,1,'2025-02-11 22:16:45','2025-02-11 22:16:45','','','','publish','closed','closed','','2229','','','2025-08-20 17:35:04','2025-08-20 17:35:04','',2208,'https://aggressivegraphix.com/af_pao_fields/2229/',0,'af_pao_fields','',0),(2231,1,'2025-02-11 22:32:24','2025-02-11 22:32:24','','31mmsquare','','inherit','open','closed','','31mmsquare','','','2025-09-09 15:55:00','2025-09-09 15:55:00','',2208,'https://aggressivegraphix.com/wp-content/uploads/2025/02/31mmsquare.png',0,'attachment','image/webp',0),(2232,1,'2025-02-11 22:33:09','2025-02-11 22:33:09','','40mmhex','','inherit','open','closed','','40mmhex','','','2025-09-09 15:54:53','2025-09-09 15:54:53','',2208,'https://aggressivegraphix.com/wp-content/uploads/2025/02/40mmhex.jpg',0,'attachment','image/webp',0),(2233,1,'2025-02-11 22:33:16','2025-02-11 22:33:16','','50mmhex','','inherit','open','closed','','50mmhex','','','2025-09-09 15:54:47','2025-09-09 15:54:47','',2208,'https://aggressivegraphix.com/wp-content/uploads/2025/02/50mmhex.jpg',0,'attachment','image/webp',0),(2234,1,'2025-02-11 22:37:46','2025-02-11 22:37:46','','ATMracing','','inherit','open','closed','','atmracing','','','2025-09-09 15:54:40','2025-09-09 15:54:40','',2208,'https://aggressivegraphix.com/wp-content/uploads/2025/02/ATMracing.png',0,'attachment','image/webp',0),(2235,1,'2025-02-11 22:37:55','2025-02-11 22:37:55','','bosssuspension','','inherit','open','closed','','bosssuspension','','','2025-09-09 15:54:30','2025-09-09 15:54:30','',2208,'https://aggressivegraphix.com/wp-content/uploads/2025/02/bosssuspension.png',0,'attachment','image/webp',0),(2236,1,'2025-02-11 22:38:06','2025-02-11 22:38:06','','colosseumbarbell','','inherit','open','closed','','colosseumbarbell','','','2025-09-09 15:54:20','2025-09-09 15:54:20','',2208,'https://aggressivegraphix.com/wp-content/uploads/2025/02/colosseumbarbell.png',0,'attachment','image/webp',0),(2237,1,'2025-02-11 22:38:14','2025-02-11 22:38:14','','cscservices','','inherit','open','closed','','cscservices','','','2025-09-09 15:54:09','2025-09-09 15:54:09','',2208,'https://aggressivegraphix.com/wp-content/uploads/2025/02/cscservices.jpg',0,'attachment','image/webp',0),(2238,1,'2025-02-11 22:38:15','2025-02-11 22:38:15','','daigleracing','','inherit','open','closed','','daigleracing','','','2025-09-09 15:54:00','2025-09-09 15:54:00','',2208,'https://aggressivegraphix.com/wp-content/uploads/2025/02/daigleracing.jpg',0,'attachment','image/webp',0),(2239,1,'2025-02-11 22:38:19','2025-02-11 22:38:19','','flawlessdetailing','','inherit','open','closed','','flawlessdetailing','','','2025-09-09 15:53:50','2025-09-09 15:53:50','',2208,'https://aggressivegraphix.com/wp-content/uploads/2025/02/flawlessdetailing.png',0,'attachment','image/webp',0),(2240,1,'2025-02-11 22:38:29','2025-02-11 22:38:29','','fueltoinspire','','inherit','open','closed','','fueltoinspire','','','2025-09-09 15:53:41','2025-09-09 15:53:41','',2208,'https://aggressivegraphix.com/wp-content/uploads/2025/02/fueltoinspire.jpg',0,'attachment','image/webp',0),(2241,1,'2025-02-11 22:38:33','2025-02-11 22:38:33','','harringer','','inherit','open','closed','','harringer','','','2025-09-09 15:53:31','2025-09-09 15:53:31','',2208,'https://aggressivegraphix.com/wp-content/uploads/2025/02/harringer.png',0,'attachment','image/webp',0),(2242,1,'2025-02-11 22:38:41','2025-02-11 22:38:41','','mx23','','inherit','open','closed','','mx23','','','2025-09-09 15:53:21','2025-09-09 15:53:21','',2208,'https://aggressivegraphix.com/wp-content/uploads/2025/02/mx23.png',0,'attachment','image/webp',0),(2243,1,'2025-02-11 22:38:51','2025-02-11 22:38:51','','PlaceFord','','inherit','open','closed','','placeford','','','2025-09-09 15:53:12','2025-09-09 15:53:12','',2208,'https://aggressivegraphix.com/wp-content/uploads/2025/02/PlaceFord.png',0,'attachment','image/webp',0),(2244,1,'2025-02-11 22:39:01','2025-02-11 22:39:01','','scarsandstripes','','inherit','open','closed','','scarsandstripes','','','2025-09-09 15:53:02','2025-09-09 15:53:02','',2208,'https://aggressivegraphix.com/wp-content/uploads/2025/02/scarsandstripes.png',0,'attachment','image/webp',0),(2245,1,'2025-02-11 22:39:12','2025-02-11 22:39:12','','sweetsubies','','inherit','open','closed','','sweetsubies','','','2025-09-09 15:52:52','2025-09-09 15:52:52','',2208,'https://aggressivegraphix.com/wp-content/uploads/2025/02/sweetsubies.png',0,'attachment','image/webp',0),(2246,1,'2025-02-11 22:39:21','2025-02-11 22:39:21','','triplethreatracing','','inherit','open','closed','','triplethreatracing','','','2025-09-09 15:52:40','2025-09-09 15:52:40','',2208,'https://aggressivegraphix.com/wp-content/uploads/2025/02/triplethreatracing.png',0,'attachment','image/webp',0),(2247,1,'2025-02-17 21:21:40','2025-02-17 21:21:40','','customgraphics','','inherit','open','closed','','customgraphics','','','2025-09-09 15:52:30','2025-09-09 15:52:30','',1916,'https://aggressivegraphix.com/wp-content/uploads/2025/02/customgraphics.png',0,'attachment','image/webp',0),(2248,1,'2025-02-17 21:22:46','2025-02-17 21:22:46','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--20)\"><!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"20px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"616px\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:20px\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"100\",\"lineHeight\":\"1.1\",\"letterSpacing\":\"-1px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"font-size:42px;font-style:normal;font-weight:100;letter-spacing:-1px;line-height:1.1\">Premium motorsports graphics and vehicle wraps.</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":2247,\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/customgraphics-1024x761.png\" alt=\"\" class=\"wp-image-2247\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"26px\",\"right\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"bottom\":\"32px\",\"left\":\"40px\",\"right\":\"var:preset|spacing|30\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-primary-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:var(--wp--preset--spacing--30);padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"26px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:26px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/shop/\" data-type=\"page\" data-id=\"6\">Custom graphics</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":1121,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/wrapsservices-1.png\" alt=\"\" class=\"wp-image-1121\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"right\":\"26px\",\"left\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"left\":\"40px\",\"right\":\"0px\",\"bottom\":\"32px\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-primary-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:0px;padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"26px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:26px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/wraps-and-tint/\" data-type=\"page\" data-id=\"95\">Wraps and tinting</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"home-v3-banner-2\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"28px\",\"margin\":{\"top\":\"25px\"},\"padding\":{\"bottom\":\"29px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:25px;padding-bottom:29px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"className\":\"flex-sm-wrap\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"flex-sm-wrap wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcovers.png\",\"id\":1901,\"dimRatio\":0,\"customOverlayColor\":\"#e9d3d2\",\"isUserOverlayColor\":false,\"focalPoint\":{\"x\":1,\"y\":0.4899999999999999911182158029987476766109466552734375},\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#e9d3d2\"></span><img class=\"wp-block-cover__image-background wp-image-1901\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcovers.png\" style=\"object-position:100% 49%\" data-object-fit=\"cover\" data-object-position=\"100% 49%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"left\":\"11px\",\"top\":\"19px\",\"bottom\":\"19px\",\"right\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"159px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:0;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"fontSize\":\"26px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-gray-100-color has-text-color has-link-color\" style=\"font-size:26px;font-style:normal;font-weight:400\">Seat covers</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"24px\"}}}} -->\n<div style=\"margin-bottom:24px;height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--10)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/outfit-bike/seat-covers/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/plastickits.png\",\"id\":1902,\"dimRatio\":0,\"customOverlayColor\":\"#e9c3c2\",\"isUserOverlayColor\":false,\"focalPoint\":{\"x\":1,\"y\":0.7800000000000000266453525910037569701671600341796875},\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#e9c3c2\"></span><img class=\"wp-block-cover__image-background wp-image-1902\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/plastickits.png\" style=\"object-position:100% 78%\" data-object-fit=\"cover\" data-object-position=\"100% 78%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"26px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:26px;font-style:normal;font-weight:400\">Plastic kits</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:0\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/outfit-bike/plastic-kits/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"className\":\"flex-sm-wrap\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"flex-sm-wrap wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/jerseylettering.png\",\"id\":1898,\"dimRatio\":0,\"customOverlayColor\":\"#e1e3e2\",\"isUserOverlayColor\":false,\"focalPoint\":{\"x\":0.68000000000000004884981308350688777863979339599609375,\"y\":0.5100000000000000088817841970012523233890533447265625},\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#e1e3e2\"></span><img class=\"wp-block-cover__image-background wp-image-1898\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/jerseylettering.png\" style=\"object-position:68% 51%\" data-object-fit=\"cover\" data-object-position=\"68% 51%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"left\":\"11px\",\"top\":\"19px\",\"bottom\":\"19px\",\"right\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"159px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:0;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"fontSize\":\"26px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-gray-100-color has-text-color has-link-color\" style=\"font-size:26px;font-style:normal;font-weight:400\">Jersey lettering</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"24px\"}}}} -->\n<div style=\"margin-bottom:24px;height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--10)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/rider-accessories/jersey-lettering/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/customcanopies.png\",\"id\":1896,\"dimRatio\":0,\"customOverlayColor\":\"#e3e0df\",\"isUserOverlayColor\":false,\"focalPoint\":{\"x\":0.689999999999999946709294817992486059665679931640625,\"y\":0.5500000000000000444089209850062616169452667236328125},\"minHeight\":295,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"},\"margin\":{\"top\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|50\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;margin-top:var(--wp--preset--spacing--50);margin-bottom:var(--wp--preset--spacing--50);padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:295px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#e3e0df\"></span><img class=\"wp-block-cover__image-background wp-image-1896\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/customcanopies.png\" style=\"object-position:69% 55%\" data-object-fit=\"cover\" data-object-position=\"69% 55%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\",\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"26px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"spacing\":{\"margin\":{\"bottom\":\"11px\"}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-contrast-2-color has-text-color has-link-color\" style=\"margin-bottom:11px;font-size:26px;font-style:normal;font-weight:400\">Custom canopies</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|40\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--40);height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--40)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/canopies-and-accessories/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Home V3','','inherit','closed','closed','','1916-revision-v1','','','2025-02-17 21:22:46','2025-02-17 21:22:46','',1916,'https://aggressivegraphix.com/?p=2248',0,'revision','',0),(2249,1,'2025-02-17 21:32:50','2025-02-17 21:32:50','','wapsandtint','','inherit','open','closed','','wapsandtint','','','2025-09-09 15:51:35','2025-09-09 15:51:35','',1916,'https://aggressivegraphix.com/wp-content/uploads/2025/02/wapsandtint.png',0,'attachment','image/webp',0),(2250,1,'2025-02-17 21:34:04','2025-02-17 21:34:04','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--20)\"><!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"20px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"616px\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:20px\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"100\",\"lineHeight\":\"1.1\",\"letterSpacing\":\"-1px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"font-size:42px;font-style:normal;font-weight:100;letter-spacing:-1px;line-height:1.1\">Premium motorsports graphics and vehicle wraps.</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":2247,\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/customgraphics-1024x761.png\" alt=\"\" class=\"wp-image-2247\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"26px\",\"right\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"bottom\":\"32px\",\"left\":\"40px\",\"right\":\"var:preset|spacing|30\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-primary-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:var(--wp--preset--spacing--30);padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"26px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:26px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/shop/\" data-type=\"page\" data-id=\"6\">Custom graphics</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":2249,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/wapsandtint.png\" alt=\"\" class=\"wp-image-2249\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"right\":\"26px\",\"left\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"left\":\"40px\",\"right\":\"0px\",\"bottom\":\"32px\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-primary-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:0px;padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"26px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:26px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/wraps-and-tint/\" data-type=\"page\" data-id=\"95\">Wraps and tinting</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"home-v3-banner-2\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"28px\",\"margin\":{\"top\":\"25px\"},\"padding\":{\"bottom\":\"29px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:25px;padding-bottom:29px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"className\":\"flex-sm-wrap\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"flex-sm-wrap wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcovers.png\",\"id\":1901,\"dimRatio\":0,\"customOverlayColor\":\"#e9d3d2\",\"isUserOverlayColor\":false,\"focalPoint\":{\"x\":1,\"y\":0.4899999999999999911182158029987476766109466552734375},\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#e9d3d2\"></span><img class=\"wp-block-cover__image-background wp-image-1901\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcovers.png\" style=\"object-position:100% 49%\" data-object-fit=\"cover\" data-object-position=\"100% 49%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"left\":\"11px\",\"top\":\"19px\",\"bottom\":\"19px\",\"right\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"159px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:0;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"fontSize\":\"26px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-gray-100-color has-text-color has-link-color\" style=\"font-size:26px;font-style:normal;font-weight:400\">Seat covers</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"24px\"}}}} -->\n<div style=\"margin-bottom:24px;height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--10)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/outfit-bike/seat-covers/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/plastickits.png\",\"id\":1902,\"dimRatio\":0,\"customOverlayColor\":\"#e9c3c2\",\"isUserOverlayColor\":false,\"focalPoint\":{\"x\":1,\"y\":0.7800000000000000266453525910037569701671600341796875},\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#e9c3c2\"></span><img class=\"wp-block-cover__image-background wp-image-1902\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/plastickits.png\" style=\"object-position:100% 78%\" data-object-fit=\"cover\" data-object-position=\"100% 78%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"26px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"font-size:26px;font-style:normal;font-weight:400\">Plastic kits</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:0\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/outfit-bike/plastic-kits/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"className\":\"flex-sm-wrap\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"flex-sm-wrap wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/jerseylettering.png\",\"id\":1898,\"dimRatio\":0,\"customOverlayColor\":\"#e1e3e2\",\"isUserOverlayColor\":false,\"focalPoint\":{\"x\":0.68000000000000004884981308350688777863979339599609375,\"y\":0.5100000000000000088817841970012523233890533447265625},\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#e1e3e2\"></span><img class=\"wp-block-cover__image-background wp-image-1898\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/jerseylettering.png\" style=\"object-position:68% 51%\" data-object-fit=\"cover\" data-object-position=\"68% 51%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"left\":\"11px\",\"top\":\"19px\",\"bottom\":\"19px\",\"right\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"159px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:0;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"fontSize\":\"26px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-gray-100-color has-text-color has-link-color\" style=\"font-size:26px;font-style:normal;font-weight:400\">Jersey lettering</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"24px\"}}}} -->\n<div style=\"margin-bottom:24px;height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--10)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/rider-accessories/jersey-lettering/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/customcanopies.png\",\"id\":1896,\"dimRatio\":0,\"customOverlayColor\":\"#e3e0df\",\"isUserOverlayColor\":false,\"focalPoint\":{\"x\":0.689999999999999946709294817992486059665679931640625,\"y\":0.5500000000000000444089209850062616169452667236328125},\"minHeight\":295,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"},\"margin\":{\"top\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|50\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;margin-top:var(--wp--preset--spacing--50);margin-bottom:var(--wp--preset--spacing--50);padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:295px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#e3e0df\"></span><img class=\"wp-block-cover__image-background wp-image-1896\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/customcanopies.png\" style=\"object-position:69% 55%\" data-object-fit=\"cover\" data-object-position=\"69% 55%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\",\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"26px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"spacing\":{\"margin\":{\"bottom\":\"11px\"}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-contrast-2-color has-text-color has-link-color\" style=\"margin-bottom:11px;font-size:26px;font-style:normal;font-weight:400\">Custom canopies</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|40\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--40);height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--40)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button has-custom-font-size\" style=\"font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color wp-element-button\" href=\"https://aggressivegraphix.com/product-category/canopies-and-accessories/\" style=\"padding-right:30px;padding-left:30px\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Home V3','','inherit','closed','closed','','1916-revision-v1','','','2025-02-17 21:34:04','2025-02-17 21:34:04','',1916,'https://aggressivegraphix.com/?p=2250',0,'revision','',0),(2251,1,'2025-02-17 21:38:08','2025-02-17 21:38:08','','','','publish','closed','closed','','2251','','','2025-02-17 21:55:09','2025-02-17 21:55:09','',1152,'https://aggressivegraphix.com/af_pao_fields/2251/',0,'af_pao_fields','',0),(2252,1,'2025-02-17 21:38:18','2025-02-17 21:38:18','','','','publish','closed','closed','','2252','','','2025-02-17 21:55:09','2025-02-17 21:55:09','',2251,'https://aggressivegraphix.com/af_pao_options/2252/',0,'af_pao_options','',0),(2253,1,'2025-02-17 21:38:22','2025-02-17 21:38:22','','','','publish','closed','closed','','2253','','','2025-02-17 21:55:09','2025-02-17 21:55:09','',2251,'https://aggressivegraphix.com/af_pao_options/2253/',0,'af_pao_options','',0),(2254,1,'2025-02-17 21:38:27','2025-02-17 21:38:27','','','','publish','closed','closed','','2254','','','2025-02-17 21:55:09','2025-02-17 21:55:09','',2251,'https://aggressivegraphix.com/af_pao_options/2254/',0,'af_pao_options','',0),(2255,1,'2025-02-17 21:53:13','2025-02-17 21:53:13','','Semi-custom number plates','','publish','closed','closed','','semi-custom-number-plates','','','2025-02-17 21:54:30','2025-02-17 21:54:30','',0,'https://aggressivegraphix.com/?post_type=af_addon&#038;p=2255',0,'af_addon','',0),(2256,1,'2025-02-17 21:42:36','2025-02-17 21:42:36','','','','publish','closed','closed','','2256','','','2025-02-17 21:54:31','2025-02-17 21:54:31','',2255,'https://aggressivegraphix.com/af_pao_fields/2256/',0,'af_pao_fields','',0),(2257,1,'2025-02-17 21:42:53','2025-02-17 21:42:53','','','','publish','closed','closed','','2257','','','2025-02-17 21:54:31','2025-02-17 21:54:31','',2255,'https://aggressivegraphix.com/af_pao_fields/2257/',0,'af_pao_fields','',0),(2258,1,'2025-02-17 21:43:17','2025-02-17 21:43:17','','','','publish','closed','closed','','2258','','','2025-02-17 21:54:31','2025-02-17 21:54:31','',2257,'https://aggressivegraphix.com/af_pao_options/2258/',0,'af_pao_options','',0),(2259,1,'2025-02-17 21:43:29','2025-02-17 21:43:29','','','','publish','closed','closed','','2259','','','2025-02-17 21:54:31','2025-02-17 21:54:31','',2257,'https://aggressivegraphix.com/af_pao_options/2259/',0,'af_pao_options','',0),(2260,1,'2025-02-17 21:43:47','2025-02-17 21:43:47','','','','publish','closed','closed','','2260','','','2025-02-17 21:54:31','2025-02-17 21:54:31','',2257,'https://aggressivegraphix.com/af_pao_options/2260/',0,'af_pao_options','',0),(2261,1,'2025-02-17 21:44:17','2025-02-17 21:44:17','','','','publish','closed','closed','','2261','','','2025-02-17 21:54:30','2025-02-17 21:54:30','',2255,'https://aggressivegraphix.com/af_pao_fields/2261/',0,'af_pao_fields','',0),(2262,1,'2025-02-17 21:44:38','2025-02-17 21:44:38','','','','publish','closed','closed','','2262','','','2025-02-17 21:54:31','2025-02-17 21:54:31','',2261,'https://aggressivegraphix.com/af_pao_options/2262/',0,'af_pao_options','',0),(2263,1,'2025-02-17 21:44:42','2025-02-17 21:44:42','','','','publish','closed','closed','','2263','','','2025-02-17 21:54:31','2025-02-17 21:54:31','',2261,'https://aggressivegraphix.com/af_pao_options/2263/',0,'af_pao_options','',0),(2264,1,'2025-02-17 21:44:46','2025-02-17 21:44:46','','','','publish','closed','closed','','2264','','','2025-02-17 21:54:31','2025-02-17 21:54:31','',2261,'https://aggressivegraphix.com/af_pao_options/2264/',0,'af_pao_options','',0),(2265,1,'2025-02-17 21:44:52','2025-02-17 21:44:52','','','','publish','closed','closed','','2265','','','2025-02-17 21:54:31','2025-02-17 21:54:31','',2261,'https://aggressivegraphix.com/af_pao_options/2265/',0,'af_pao_options','',0),(2266,1,'2025-02-17 21:44:57','2025-02-17 21:44:57','','','','publish','closed','closed','','2266','','','2025-02-17 21:54:31','2025-02-17 21:54:31','',2261,'https://aggressivegraphix.com/af_pao_options/2266/',0,'af_pao_options','',0),(2267,1,'2025-02-17 21:45:05','2025-02-17 21:45:05','','','','publish','closed','closed','','2267','','','2025-02-17 21:54:31','2025-02-17 21:54:31','',2261,'https://aggressivegraphix.com/af_pao_options/2267/',0,'af_pao_options','',0),(2268,1,'2025-02-17 21:45:25','2025-02-17 21:45:25','','','','publish','closed','closed','','2268','','','2025-02-17 21:54:31','2025-02-17 21:54:31','',2261,'https://aggressivegraphix.com/af_pao_options/2268/',0,'af_pao_options','',0),(2269,1,'2025-02-17 21:45:35','2025-02-17 21:45:35','','','','publish','closed','closed','','2269','','','2025-02-17 21:54:31','2025-02-17 21:54:31','',2261,'https://aggressivegraphix.com/af_pao_options/2269/',0,'af_pao_options','',0),(2270,1,'2025-02-17 21:45:42','2025-02-17 21:45:42','','','','publish','closed','closed','','2270','','','2025-02-17 21:54:31','2025-02-17 21:54:31','',2261,'https://aggressivegraphix.com/af_pao_options/2270/',0,'af_pao_options','',0),(2271,1,'2025-02-17 21:45:48','2025-02-17 21:45:48','','','','publish','closed','closed','','2271','','','2025-02-17 21:54:31','2025-02-17 21:54:31','',2261,'https://aggressivegraphix.com/af_pao_options/2271/',0,'af_pao_options','',0),(2272,1,'2025-02-17 21:47:32','2025-02-17 21:47:32','','','','publish','closed','closed','','2272','','','2025-02-17 21:54:30','2025-02-17 21:54:30','',2255,'https://aggressivegraphix.com/af_pao_fields/2272/',0,'af_pao_fields','',0),(2273,1,'2025-02-17 21:47:46','2025-02-17 21:47:46','','','','publish','closed','closed','','2273','','','2025-02-17 21:54:30','2025-02-17 21:54:30','',2272,'https://aggressivegraphix.com/af_pao_options/2273/',0,'af_pao_options','',0),(2274,1,'2025-02-17 21:47:50','2025-02-17 21:47:50','','','','publish','closed','closed','','2274','','','2025-02-17 21:54:30','2025-02-17 21:54:30','',2272,'https://aggressivegraphix.com/af_pao_options/2274/',0,'af_pao_options','',0),(2275,1,'2025-02-17 21:47:55','2025-02-17 21:47:55','','','','publish','closed','closed','','2275','','','2025-02-17 21:54:30','2025-02-17 21:54:30','',2272,'https://aggressivegraphix.com/af_pao_options/2275/',0,'af_pao_options','',0),(2276,1,'2025-02-17 21:47:59','2025-02-17 21:47:59','','','','publish','closed','closed','','2276','','','2025-02-17 21:54:30','2025-02-17 21:54:30','',2272,'https://aggressivegraphix.com/af_pao_options/2276/',0,'af_pao_options','',0),(2277,1,'2025-02-17 21:48:04','2025-02-17 21:48:04','','','','publish','closed','closed','','2277','','','2025-02-17 21:54:30','2025-02-17 21:54:30','',2272,'https://aggressivegraphix.com/af_pao_options/2277/',0,'af_pao_options','',0),(2278,1,'2025-02-17 21:48:09','2025-02-17 21:48:09','','','','publish','closed','closed','','2278','','','2025-02-17 21:54:30','2025-02-17 21:54:30','',2272,'https://aggressivegraphix.com/af_pao_options/2278/',0,'af_pao_options','',0),(2279,1,'2025-02-17 21:48:18','2025-02-17 21:48:18','','','','publish','closed','closed','','2279','','','2025-02-17 21:54:30','2025-02-17 21:54:30','',2272,'https://aggressivegraphix.com/af_pao_options/2279/',0,'af_pao_options','',0),(2280,1,'2025-02-17 21:48:22','2025-02-17 21:48:22','','','','publish','closed','closed','','2280','','','2025-02-17 21:54:30','2025-02-17 21:54:30','',2272,'https://aggressivegraphix.com/af_pao_options/2280/',0,'af_pao_options','',0),(2281,1,'2025-02-17 21:48:26','2025-02-17 21:48:26','','','','publish','closed','closed','','2281','','','2025-02-17 21:54:30','2025-02-17 21:54:30','',2272,'https://aggressivegraphix.com/af_pao_options/2281/',0,'af_pao_options','',0),(2282,1,'2025-02-17 21:48:30','2025-02-17 21:48:30','','','','publish','closed','closed','','2282','','','2025-02-17 21:54:30','2025-02-17 21:54:30','',2272,'https://aggressivegraphix.com/af_pao_options/2282/',0,'af_pao_options','',0),(2283,1,'2025-02-17 21:49:14','2025-02-17 21:49:14','','','','publish','closed','closed','','2283','','','2025-02-17 21:54:30','2025-02-17 21:54:30','',2272,'https://aggressivegraphix.com/af_pao_options/2283/',0,'af_pao_options','',0),(2284,1,'2025-02-17 21:49:22','2025-02-17 21:49:22','','','','publish','closed','closed','','2284','','','2025-02-17 21:54:31','2025-02-17 21:54:31','',2261,'https://aggressivegraphix.com/af_pao_options/2284/',0,'af_pao_options','',0),(2285,1,'2025-02-17 21:51:35','2025-02-17 21:51:35','','','','publish','closed','closed','','2285','','','2025-02-17 21:54:30','2025-02-17 21:54:30','',2255,'https://aggressivegraphix.com/af_pao_fields/2285/',0,'af_pao_fields','',0),(2286,1,'2025-02-17 21:52:16','2025-02-17 21:52:16','','','','publish','closed','closed','','2286','','','2025-02-17 21:54:30','2025-02-17 21:54:30','',2255,'https://aggressivegraphix.com/af_pao_fields/2286/',0,'af_pao_fields','',0),(2287,1,'2025-02-17 21:52:31','2025-02-17 21:52:31','','','','publish','closed','closed','','2287','','','2025-02-17 21:54:30','2025-02-17 21:54:30','',2286,'https://aggressivegraphix.com/af_pao_options/2287/',0,'af_pao_options','',0),(2288,1,'2025-02-17 21:52:38','2025-02-17 21:52:38','','','','publish','closed','closed','','2288','','','2025-02-17 21:54:30','2025-02-17 21:54:30','',2286,'https://aggressivegraphix.com/af_pao_options/2288/',0,'af_pao_options','',0),(2289,1,'2025-02-17 21:52:52','2025-02-17 21:52:52','','','','publish','closed','closed','','2289','','','2025-02-17 21:54:30','2025-02-17 21:54:30','',2255,'https://aggressivegraphix.com/af_pao_fields/2289/',0,'af_pao_fields','',0),(2291,1,'2025-02-19 17:20:17','2025-02-19 17:20:17','<!-- wp:paragraph -->\n<p class=\"\">Introducing a durable canopy to help protect you from weather and sun during events! These blank canopies come in a solid color top of your choice, 40mm hex tube light weight aluminum frame, and an optional wheel carry bag for easy transport and storage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','10x10 Blank Canopy','<p>Introducing a durable canopy to help protect you from weather and sun during events!</p>','publish','open','closed','','10x10-blank-canopy','','','2025-02-19 17:44:24','2025-02-19 17:44:24','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2291',0,'product','',0),(2293,1,'2025-02-19 17:13:59','2025-02-19 17:13:59','','','','publish','closed','closed','','2293','','','2025-02-19 17:24:50','2025-02-19 17:24:50','',2292,'https://aggressivegraphix.com/af_pao_options/2293/',0,'af_pao_options','',0),(2294,1,'2025-02-19 17:14:05','2025-02-19 17:14:05','','','','publish','closed','closed','','2294','','','2025-02-19 17:24:50','2025-02-19 17:24:50','',2292,'https://aggressivegraphix.com/af_pao_options/2294/',0,'af_pao_options','',0),(2295,1,'2025-02-19 17:14:10','2025-02-19 17:14:10','','','','publish','closed','closed','','2295','','','2025-02-19 17:24:50','2025-02-19 17:24:50','',2292,'https://aggressivegraphix.com/af_pao_options/2295/',0,'af_pao_options','',0),(2296,1,'2025-02-19 17:14:14','2025-02-19 17:14:14','','','','publish','closed','closed','','2296','','','2025-02-19 17:24:50','2025-02-19 17:24:50','',2292,'https://aggressivegraphix.com/af_pao_options/2296/',0,'af_pao_options','',0),(2297,1,'2025-02-19 17:14:18','2025-02-19 17:14:18','','','','publish','closed','closed','','2297','','','2025-02-19 17:24:50','2025-02-19 17:24:50','',2292,'https://aggressivegraphix.com/af_pao_options/2297/',0,'af_pao_options','',0),(2298,1,'2025-02-19 17:14:22','2025-02-19 17:14:22','','','','publish','closed','closed','','2298','','','2025-02-19 17:24:50','2025-02-19 17:24:50','',2292,'https://aggressivegraphix.com/af_pao_options/2298/',0,'af_pao_options','',0),(2299,1,'2025-02-19 17:14:26','2025-02-19 17:14:26','','','','publish','closed','closed','','2299','','','2025-02-19 17:24:50','2025-02-19 17:24:50','',2292,'https://aggressivegraphix.com/af_pao_options/2299/',0,'af_pao_options','',0),(2300,1,'2025-02-19 17:14:30','2025-02-19 17:14:30','','','','publish','closed','closed','','2300','','','2025-02-19 17:24:50','2025-02-19 17:24:50','',2292,'https://aggressivegraphix.com/af_pao_options/2300/',0,'af_pao_options','',0),(2301,1,'2025-02-19 17:19:39','2025-02-19 17:19:39','','10x20blankcanopy','','inherit','open','closed','','10x20blankcanopy','','','2025-09-09 15:51:02','2025-09-09 15:51:02','',2291,'https://aggressivegraphix.com/wp-content/uploads/2025/02/10x20blankcanopy.jpg',0,'attachment','image/webp',0),(2302,1,'2025-02-19 17:19:42','2025-02-19 17:19:42','','10x10blankcanopy','','inherit','open','closed','','10x10blankcanopy','','','2025-09-09 15:50:57','2025-09-09 15:50:57','',2291,'https://aggressivegraphix.com/wp-content/uploads/2025/02/10x10blankcanopy.jpg',0,'attachment','image/webp',0),(2303,1,'2025-02-19 17:19:45','2025-02-19 17:19:45','','10x15blankcanopy','','inherit','open','closed','','10x15blankcanopy','','','2025-09-09 15:50:51','2025-09-09 15:50:51','',2291,'https://aggressivegraphix.com/wp-content/uploads/2025/02/10x15blankcanopy.jpg',0,'attachment','image/webp',0),(2305,1,'2025-02-19 17:21:59','2025-02-19 17:21:59','','','','publish','closed','closed','','2305','','','2025-02-19 17:24:50','2025-02-19 17:24:50','',2304,'https://aggressivegraphix.com/af_pao_options/2305/',0,'af_pao_options','',0),(2306,1,'2025-02-19 17:22:03','2025-02-19 17:22:03','','','','publish','closed','closed','','2306','','','2025-02-19 17:24:50','2025-02-19 17:24:50','',2304,'https://aggressivegraphix.com/af_pao_options/2306/',0,'af_pao_options','',0),(2307,1,'2025-02-19 17:26:13','2025-02-19 17:26:13','<!-- wp:paragraph -->\n<p class=\"\">Introducing a durable canopy to help protect you from weather and sun during events! These blank canopies come in a solid color top of your choice, 40mm hex tube light weight aluminum frame, and an optional wheel carry bag for easy transport and storage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','10x15 Blank Canopy','<p>Introducing a durable canopy to help protect you from weather and sun during events!</p>','publish','open','closed','','10x15-blank-canopy','','','2025-02-19 17:45:19','2025-02-19 17:45:19','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2307',0,'product','',0),(2309,1,'2025-02-19 17:28:06','2025-02-19 17:28:06','','','','publish','closed','closed','','2309','','','2025-02-19 17:28:06','2025-02-19 17:28:06','',2308,'https://aggressivegraphix.com/af_pao_options/2309/',0,'af_pao_options','',0),(2310,1,'2025-02-19 17:28:11','2025-02-19 17:28:11','','','','publish','closed','closed','','2310','','','2025-02-19 17:28:11','2025-02-19 17:28:11','',2308,'https://aggressivegraphix.com/af_pao_options/2310/',0,'af_pao_options','',0),(2311,1,'2025-02-19 17:28:14','2025-02-19 17:28:14','','','','publish','closed','closed','','2311','','','2025-02-19 17:28:14','2025-02-19 17:28:14','',2308,'https://aggressivegraphix.com/af_pao_options/2311/',0,'af_pao_options','',0),(2312,1,'2025-02-19 17:28:19','2025-02-19 17:28:19','','','','publish','closed','closed','','2312','','','2025-02-19 17:28:19','2025-02-19 17:28:19','',2308,'https://aggressivegraphix.com/af_pao_options/2312/',0,'af_pao_options','',0),(2313,1,'2025-02-19 17:28:23','2025-02-19 17:28:23','','','','publish','closed','closed','','2313','','','2025-02-19 17:28:23','2025-02-19 17:28:23','',2308,'https://aggressivegraphix.com/af_pao_options/2313/',0,'af_pao_options','',0),(2314,1,'2025-02-19 17:28:27','2025-02-19 17:28:27','','','','publish','closed','closed','','2314','','','2025-02-19 17:28:27','2025-02-19 17:28:27','',2308,'https://aggressivegraphix.com/af_pao_options/2314/',0,'af_pao_options','',0),(2315,1,'2025-02-19 17:28:32','2025-02-19 17:28:32','','','','publish','closed','closed','','2315','','','2025-02-19 17:28:32','2025-02-19 17:28:32','',2308,'https://aggressivegraphix.com/af_pao_options/2315/',0,'af_pao_options','',0),(2316,1,'2025-02-19 17:28:36','2025-02-19 17:28:36','','','','publish','closed','closed','','2316','','','2025-02-19 17:28:36','2025-02-19 17:28:36','',2308,'https://aggressivegraphix.com/af_pao_options/2316/',0,'af_pao_options','',0),(2318,1,'2025-02-19 17:31:14','2025-02-19 17:31:14','','','','publish','closed','closed','','2318','','','2025-02-19 17:31:14','2025-02-19 17:31:14','',2317,'https://aggressivegraphix.com/af_pao_options/2318/',0,'af_pao_options','',0),(2319,1,'2025-02-19 17:31:17','2025-02-19 17:31:17','','','','publish','closed','closed','','2319','','','2025-02-19 17:31:17','2025-02-19 17:31:17','',2317,'https://aggressivegraphix.com/af_pao_options/2319/',0,'af_pao_options','',0),(2320,1,'2025-02-19 17:32:32','2025-02-19 17:32:32','<!-- wp:paragraph -->\n<p class=\"\">Introducing a durable canopy to help protect you from weather and sun during events! These blank canopies come in a solid color top of your choice, 40mm hex tube light weight aluminum frame, and an optional wheel carry bag for easy transport and storage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','10x20 Blank Canopy','<p>Introducing a durable canopy to help protect you from weather and sun during events!</p>','publish','open','closed','','10x20-blank-canopy','','','2025-02-19 17:46:08','2025-02-19 17:46:08','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2320',0,'product','',0),(2321,1,'2025-02-19 17:38:05','2025-02-19 17:38:05','','Blank canopy colors','','publish','closed','closed','','blank-canopy-colors','','','2025-02-19 17:38:05','2025-02-19 17:38:05','',0,'https://aggressivegraphix.com/?post_type=af_addon&#038;p=2321',0,'af_addon','',0),(2322,1,'2025-02-19 17:34:38','2025-02-19 17:34:38','','','','publish','closed','closed','','2322','','','2025-02-19 17:38:06','2025-02-19 17:38:06','',2321,'https://aggressivegraphix.com/af_pao_fields/2322/',0,'af_pao_fields','',0),(2323,1,'2025-02-19 17:34:52','2025-02-19 17:34:52','','','','publish','closed','closed','','2323','','','2025-02-19 17:38:06','2025-02-19 17:38:06','',2322,'https://aggressivegraphix.com/af_pao_options/2323/',0,'af_pao_options','',0),(2324,1,'2025-02-19 17:34:57','2025-02-19 17:34:57','','','','publish','closed','closed','','2324','','','2025-02-19 17:38:06','2025-02-19 17:38:06','',2322,'https://aggressivegraphix.com/af_pao_options/2324/',0,'af_pao_options','',0),(2325,1,'2025-02-19 17:35:02','2025-02-19 17:35:02','','','','publish','closed','closed','','2325','','','2025-02-19 17:38:06','2025-02-19 17:38:06','',2322,'https://aggressivegraphix.com/af_pao_options/2325/',0,'af_pao_options','',0),(2326,1,'2025-02-19 17:35:06','2025-02-19 17:35:06','','','','publish','closed','closed','','2326','','','2025-02-19 17:38:06','2025-02-19 17:38:06','',2322,'https://aggressivegraphix.com/af_pao_options/2326/',0,'af_pao_options','',0),(2327,1,'2025-02-19 17:35:10','2025-02-19 17:35:10','','','','publish','closed','closed','','2327','','','2025-02-19 17:38:06','2025-02-19 17:38:06','',2322,'https://aggressivegraphix.com/af_pao_options/2327/',0,'af_pao_options','',0),(2328,1,'2025-02-19 17:35:15','2025-02-19 17:35:15','','','','publish','closed','closed','','2328','','','2025-02-19 17:38:06','2025-02-19 17:38:06','',2322,'https://aggressivegraphix.com/af_pao_options/2328/',0,'af_pao_options','',0),(2329,1,'2025-02-19 17:35:19','2025-02-19 17:35:19','','','','publish','closed','closed','','2329','','','2025-02-19 17:38:06','2025-02-19 17:38:06','',2322,'https://aggressivegraphix.com/af_pao_options/2329/',0,'af_pao_options','',0),(2330,1,'2025-02-19 17:35:26','2025-02-19 17:35:26','','','','publish','closed','closed','','2330','','','2025-02-19 17:38:06','2025-02-19 17:38:06','',2322,'https://aggressivegraphix.com/af_pao_options/2330/',0,'af_pao_options','',0),(2331,1,'2025-02-19 17:37:19','2025-02-19 17:37:19','','','','publish','closed','closed','','2331','','','2025-02-19 17:38:05','2025-02-19 17:38:05','',2321,'https://aggressivegraphix.com/af_pao_fields/2331/',0,'af_pao_fields','',0),(2332,1,'2025-02-19 17:37:44','2025-02-19 17:37:44','','','','publish','closed','closed','','2332','','','2025-02-19 17:38:06','2025-02-19 17:38:06','',2331,'https://aggressivegraphix.com/af_pao_options/2332/',0,'af_pao_options','',0),(2333,1,'2025-02-19 17:37:52','2025-02-19 17:37:52','','','','publish','closed','closed','','2333','','','2025-02-19 17:38:06','2025-02-19 17:38:06','',2331,'https://aggressivegraphix.com/af_pao_options/2333/',0,'af_pao_options','',0),(2334,1,'2025-02-19 17:56:39','2025-02-19 17:56:39','<!-- wp:paragraph -->\n<p class=\"\">Half walls are great for setting up barriers around your canopy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','10ft Blank Half Wall','','publish','open','closed','','10ft-blank-half-wall','','','2025-02-20 16:50:16','2025-02-20 16:50:16','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2334',0,'product','',0),(2335,1,'2025-02-19 20:39:34','2025-02-19 20:39:34','','','','publish','closed','closed','','2335','','','2025-02-20 16:50:16','2025-02-20 16:50:16','',2334,'https://aggressivegraphix.com/af_pao_fields/2335/',0,'af_pao_fields','',0),(2336,1,'2025-02-19 20:42:00','2025-02-19 20:42:00','','','','publish','closed','closed','','2336','','','2025-02-20 16:50:16','2025-02-20 16:50:16','',2335,'https://aggressivegraphix.com/af_pao_options/2336/',0,'af_pao_options','',0),(2337,1,'2025-02-19 20:42:05','2025-02-19 20:42:05','','','','publish','closed','closed','','2337','','','2025-02-20 16:50:16','2025-02-20 16:50:16','',2335,'https://aggressivegraphix.com/af_pao_options/2337/',0,'af_pao_options','',0),(2338,1,'2025-02-19 20:43:08','2025-02-19 20:43:08','','','','publish','closed','closed','','2338','','','2025-02-20 16:50:16','2025-02-20 16:50:16','',2335,'https://aggressivegraphix.com/af_pao_options/2338/',0,'af_pao_options','',0),(2339,1,'2025-02-19 20:46:10','2025-02-19 20:46:10','','','','publish','closed','closed','','2339','','','2025-02-20 16:50:16','2025-02-20 16:50:16','',2334,'https://aggressivegraphix.com/af_pao_fields/2339/',0,'af_pao_fields','',0),(2340,1,'2025-02-19 20:46:29','2025-02-19 20:46:29','','','','publish','closed','closed','','2340','','','2025-02-20 16:50:16','2025-02-20 16:50:16','',2339,'https://aggressivegraphix.com/af_pao_options/2340/',0,'af_pao_options','',0),(2341,1,'2025-02-19 20:46:35','2025-02-19 20:46:35','','','','publish','closed','closed','','2341','','','2025-02-20 16:50:16','2025-02-20 16:50:16','',2339,'https://aggressivegraphix.com/af_pao_options/2341/',0,'af_pao_options','',0),(2342,1,'2025-02-19 20:47:51','2025-02-19 20:47:51','','','','publish','closed','closed','','2342','','','2025-02-20 16:50:16','2025-02-20 16:50:16','',2334,'https://aggressivegraphix.com/af_pao_fields/2342/',0,'af_pao_fields','',0),(2343,1,'2025-02-19 20:48:07','2025-02-19 20:48:07','','','','publish','closed','closed','','2343','','','2025-02-20 16:50:16','2025-02-20 16:50:16','',2342,'https://aggressivegraphix.com/af_pao_options/2343/',0,'af_pao_options','',0),(2344,1,'2025-02-19 20:48:42','2025-02-19 20:48:42','','','','publish','closed','closed','','2344','','','2025-02-20 16:50:16','2025-02-20 16:50:16','',2342,'https://aggressivegraphix.com/af_pao_options/2344/',0,'af_pao_options','',0),(2345,1,'2025-02-19 20:48:50','2025-02-19 20:48:50','','','','publish','closed','closed','','2345','','','2025-02-20 16:50:16','2025-02-20 16:50:16','',2342,'https://aggressivegraphix.com/af_pao_options/2345/',0,'af_pao_options','',0),(2346,1,'2025-02-19 20:48:54','2025-02-19 20:48:54','','','','publish','closed','closed','','2346','','','2025-02-20 16:50:16','2025-02-20 16:50:16','',2342,'https://aggressivegraphix.com/af_pao_options/2346/',0,'af_pao_options','',0),(2347,1,'2025-02-19 20:48:57','2025-02-19 20:48:57','','','','publish','closed','closed','','2347','','','2025-02-20 16:50:16','2025-02-20 16:50:16','',2342,'https://aggressivegraphix.com/af_pao_options/2347/',0,'af_pao_options','',0),(2348,1,'2025-02-19 20:49:01','2025-02-19 20:49:01','','','','publish','closed','closed','','2348','','','2025-02-20 16:50:16','2025-02-20 16:50:16','',2342,'https://aggressivegraphix.com/af_pao_options/2348/',0,'af_pao_options','',0),(2349,1,'2025-02-19 20:49:04','2025-02-19 20:49:04','','','','publish','closed','closed','','2349','','','2025-02-20 16:50:16','2025-02-20 16:50:16','',2342,'https://aggressivegraphix.com/af_pao_options/2349/',0,'af_pao_options','',0),(2350,1,'2025-02-19 20:49:08','2025-02-19 20:49:08','','','','publish','closed','closed','','2350','','','2025-02-20 16:50:16','2025-02-20 16:50:16','',2342,'https://aggressivegraphix.com/af_pao_options/2350/',0,'af_pao_options','',0),(2351,1,'2025-02-19 20:52:04','2025-02-19 20:52:04','','halfwall-dimensions','','inherit','open','closed','','halfwall-dimensions','','','2025-09-09 15:50:45','2025-09-09 15:50:45','',2334,'https://aggressivegraphix.com/wp-content/uploads/2025/02/halfwall-dimensions.jpg',0,'attachment','image/webp',0),(2354,1,'2025-02-19 21:31:25','2025-02-19 21:31:25','','','','publish','closed','closed','','2354','','','2025-02-19 21:31:25','2025-02-19 21:31:25','',2353,'https://aggressivegraphix.com/af_pao_fields/2354/',0,'af_pao_fields','',0),(2355,1,'2025-02-19 21:31:44','2025-02-19 21:31:44','','','','publish','closed','closed','','2355','','','2025-02-19 21:31:44','2025-02-19 21:31:44','',2354,'https://aggressivegraphix.com/af_pao_options/2355/',0,'af_pao_options','',0),(2356,1,'2025-02-19 21:31:53','2025-02-19 21:31:53','','','','publish','closed','closed','','2356','','','2025-02-19 21:31:53','2025-02-19 21:31:53','',2354,'https://aggressivegraphix.com/af_pao_options/2356/',0,'af_pao_options','',0),(2357,1,'2025-02-19 21:34:18','2025-02-19 21:34:18','','','','publish','closed','closed','','2357','','','2025-02-19 21:34:18','2025-02-19 21:34:18','',2353,'https://aggressivegraphix.com/af_pao_fields/2357/',0,'af_pao_fields','',0),(2358,1,'2025-02-19 21:34:36','2025-02-19 21:34:36','','','','publish','closed','closed','','2358','','','2025-02-19 21:34:36','2025-02-19 21:34:36','',2357,'https://aggressivegraphix.com/af_pao_options/2358/',0,'af_pao_options','',0),(2359,1,'2025-02-19 21:34:41','2025-02-19 21:34:41','','','','publish','closed','closed','','2359','','','2025-02-19 21:34:41','2025-02-19 21:34:41','',2357,'https://aggressivegraphix.com/af_pao_options/2359/',0,'af_pao_options','',0),(2360,1,'2025-02-19 21:35:29','2025-02-19 21:35:29','','','','publish','closed','closed','','2360','','','2025-02-19 21:35:29','2025-02-19 21:35:29','',2353,'https://aggressivegraphix.com/af_pao_fields/2360/',0,'af_pao_fields','',0),(2361,1,'2025-02-19 21:35:49','2025-02-19 21:35:49','','','','publish','closed','closed','','2361','','','2025-02-19 21:35:49','2025-02-19 21:35:49','',2360,'https://aggressivegraphix.com/af_pao_options/2361/',0,'af_pao_options','',0),(2362,1,'2025-02-19 21:35:53','2025-02-19 21:35:53','','','','publish','closed','closed','','2362','','','2025-02-19 21:35:53','2025-02-19 21:35:53','',2360,'https://aggressivegraphix.com/af_pao_options/2362/',0,'af_pao_options','',0),(2363,1,'2025-02-19 21:36:00','2025-02-19 21:36:00','','','','publish','closed','closed','','2363','','','2025-02-19 21:36:00','2025-02-19 21:36:00','',2360,'https://aggressivegraphix.com/af_pao_options/2363/',0,'af_pao_options','',0),(2364,1,'2025-02-19 21:36:04','2025-02-19 21:36:04','','','','publish','closed','closed','','2364','','','2025-02-19 21:36:04','2025-02-19 21:36:04','',2360,'https://aggressivegraphix.com/af_pao_options/2364/',0,'af_pao_options','',0),(2365,1,'2025-02-19 21:38:19','2025-02-19 21:38:19','','','','publish','closed','closed','','2365','','','2025-02-19 21:38:19','2025-02-19 21:38:19','',2353,'https://aggressivegraphix.com/af_pao_fields/2365/',0,'af_pao_fields','',0),(2366,1,'2025-02-19 21:38:38','2025-02-19 21:38:38','','','','publish','closed','closed','','2366','','','2025-02-19 21:38:38','2025-02-19 21:38:38','',2365,'https://aggressivegraphix.com/af_pao_options/2366/',0,'af_pao_options','',0),(2367,1,'2025-02-19 21:38:43','2025-02-19 21:38:43','','','','publish','closed','closed','','2367','','','2025-02-19 21:38:43','2025-02-19 21:38:43','',2365,'https://aggressivegraphix.com/af_pao_options/2367/',0,'af_pao_options','',0),(2368,1,'2025-02-20 14:59:47','2025-02-20 14:59:47','<!-- wp:paragraph -->\n<p class=\"\">Take your setup to the next level with custom printed half walls. Display your logo, services, contact info, sponsors/support, or a unique design to help create barriers around your canopy. Pricing includes design time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Custom Printed Half Wall','<p>Take your display to the next level with custom printed half walls. Price includes design time.</p>','publish','open','closed','','custom-printed-half-wall','','','2025-02-20 17:03:08','2025-02-20 17:03:08','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2368',0,'product','',0),(2370,1,'2025-02-20 15:16:47','2025-02-20 15:16:47','','','','publish','closed','closed','','2370','','','2025-02-20 17:03:08','2025-02-20 17:03:08','',2368,'https://aggressivegraphix.com/af_pao_fields/2370/',0,'af_pao_fields','',0),(2371,1,'2025-02-20 15:16:59','2025-02-20 15:16:59','','','','publish','closed','closed','','2371','','','2025-02-20 17:03:08','2025-02-20 17:03:08','',2370,'https://aggressivegraphix.com/af_pao_options/2371/',0,'af_pao_options','',0),(2372,1,'2025-02-20 15:17:01','2025-02-20 15:17:01','','','','publish','closed','closed','','2372','','','2025-02-20 17:03:08','2025-02-20 17:03:08','',2370,'https://aggressivegraphix.com/af_pao_options/2372/',0,'af_pao_options','',0),(2374,1,'2025-02-20 15:18:32','2025-02-20 15:18:32','','','','publish','closed','closed','','2374','','','2025-02-20 17:03:08','2025-02-20 17:03:08','',2368,'https://aggressivegraphix.com/af_pao_fields/2374/',0,'af_pao_fields','',0),(2375,1,'2025-02-20 15:18:45','2025-02-20 15:18:45','','','','publish','closed','closed','','2375','','','2025-02-20 17:03:08','2025-02-20 17:03:08','',2374,'https://aggressivegraphix.com/af_pao_options/2375/',0,'af_pao_options','',0),(2376,1,'2025-02-20 15:18:49','2025-02-20 15:18:49','','','','publish','closed','closed','','2376','','','2025-02-20 17:03:08','2025-02-20 17:03:08','',2374,'https://aggressivegraphix.com/af_pao_options/2376/',0,'af_pao_options','',0),(2377,1,'2025-02-20 15:19:02','2025-02-20 15:19:02','','','','publish','closed','closed','','2377','','','2025-02-20 17:03:08','2025-02-20 17:03:08','',2368,'https://aggressivegraphix.com/af_pao_fields/2377/',0,'af_pao_fields','',0),(2378,1,'2025-02-20 15:19:18','2025-02-20 15:19:18','','','','publish','closed','closed','','2378','','','2025-02-20 17:03:08','2025-02-20 17:03:08','',2377,'https://aggressivegraphix.com/af_pao_options/2378/',0,'af_pao_options','',0),(2379,1,'2025-02-20 15:20:33','2025-02-20 15:20:33','','','','publish','closed','closed','','2379','','','2025-02-20 17:03:08','2025-02-20 17:03:08','',2377,'https://aggressivegraphix.com/af_pao_options/2379/',0,'af_pao_options','',0),(2380,1,'2025-02-20 15:20:54','2025-02-20 15:20:54','','','','publish','closed','closed','','2380','','','2025-02-20 17:03:08','2025-02-20 17:03:08','',2377,'https://aggressivegraphix.com/af_pao_options/2380/',0,'af_pao_options','',0),(2381,1,'2025-02-20 15:21:07','2025-02-20 15:21:07','','','','publish','closed','closed','','2381','','','2025-02-20 17:03:08','2025-02-20 17:03:08','',2377,'https://aggressivegraphix.com/af_pao_options/2381/',0,'af_pao_options','',0),(2382,1,'2025-02-20 15:23:55','2025-02-20 15:23:55','','','','publish','closed','closed','','2382','','','2025-02-20 17:03:08','2025-02-20 17:03:08','',2368,'https://aggressivegraphix.com/af_pao_fields/2382/',0,'af_pao_fields','',0),(2383,1,'2025-02-20 15:24:11','2025-02-20 15:24:11','','','','publish','closed','closed','','2383','','','2025-02-20 17:03:08','2025-02-20 17:03:08','',2382,'https://aggressivegraphix.com/af_pao_options/2383/',0,'af_pao_options','',0),(2384,1,'2025-02-20 15:24:15','2025-02-20 15:24:15','','','','publish','closed','closed','','2384','','','2025-02-20 17:03:08','2025-02-20 17:03:08','',2382,'https://aggressivegraphix.com/af_pao_options/2384/',0,'af_pao_options','',0),(2385,1,'2025-02-20 15:29:09','2025-02-20 15:29:09','','','','publish','closed','closed','','2385','','','2025-02-20 17:03:08','2025-02-20 17:03:08','',2368,'https://aggressivegraphix.com/af_pao_fields/2385/',0,'af_pao_fields','',0),(2386,1,'2025-02-20 15:30:14','2025-02-20 15:30:14','','','','publish','closed','closed','','2386','','','2025-02-20 17:03:08','2025-02-20 17:03:08','',2368,'https://aggressivegraphix.com/af_pao_fields/2386/',0,'af_pao_fields','',0),(2387,1,'2025-02-20 15:36:52','2025-02-20 15:36:52','','kaplanhalfwall2','','inherit','open','closed','','kaplanhalfwall2','','','2025-09-09 15:50:33','2025-09-09 15:50:33','',2368,'https://aggressivegraphix.com/wp-content/uploads/2025/02/kaplanhalfwall2.png',0,'attachment','image/webp',0),(2389,1,'2025-02-20 15:37:15','2025-02-20 15:37:15','','bosshalfwall','','inherit','open','closed','','bosshalfwall','','','2025-09-09 15:50:27','2025-09-09 15:50:27','',2368,'https://aggressivegraphix.com/wp-content/uploads/2025/02/bosshalfwall.png',0,'attachment','image/webp',0),(2390,1,'2025-02-20 15:37:19','2025-02-20 15:37:19','','kaplanhalfwall','','inherit','open','closed','','kaplanhalfwall','','','2025-09-09 15:50:20','2025-09-09 15:50:20','',2368,'https://aggressivegraphix.com/wp-content/uploads/2025/02/kaplanhalfwall.png',0,'attachment','image/webp',0),(2391,1,'2025-02-20 16:29:02','2025-02-20 16:29:02','<!-- wp:paragraph -->\n<p class=\"\">Want to enclose your display? Blank full walls are an excellent option to surround your canopy to block out wind, sun from the side, for privacy, or to close down the booth for the night.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:media-text {\"mediaId\":2411,\"mediaLink\":\"https://aggressivegraphix.com/?attachment_id=2411\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/zippers.png\" alt=\"\" class=\"wp-image-2411 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Zipper options</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p class=\"\">Looking to link full walls together for a full enclosure, or create an easily accessible entrance? Add the zipper options of your choice to the full wall!</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->','Blank Full Wall','<p>Blank full walls are an excellent option to surround your canopy.</p>','publish','open','closed','','blank-full-wall','','','2025-02-20 17:08:33','2025-02-20 17:08:33','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2391',0,'product','',0),(2392,1,'2025-02-20 16:15:32','2025-02-20 16:15:32','','','','publish','closed','closed','','2392','','','2025-02-20 17:08:32','2025-02-20 17:08:32','',2391,'https://aggressivegraphix.com/af_pao_fields/2392/',0,'af_pao_fields','',0),(2393,1,'2025-02-20 16:15:44','2025-02-20 16:15:44','','','','publish','closed','closed','','2393','','','2025-02-20 17:08:32','2025-02-20 17:08:32','',2392,'https://aggressivegraphix.com/af_pao_options/2393/',0,'af_pao_options','',0),(2394,1,'2025-02-20 16:15:46','2025-02-20 16:15:46','','','','publish','closed','closed','','2394','','','2025-02-20 17:08:32','2025-02-20 17:08:32','',2392,'https://aggressivegraphix.com/af_pao_options/2394/',0,'af_pao_options','',0),(2395,1,'2025-02-20 16:15:49','2025-02-20 16:15:49','','','','publish','closed','closed','','2395','','','2025-02-20 17:08:32','2025-02-20 17:08:32','',2392,'https://aggressivegraphix.com/af_pao_options/2395/',0,'af_pao_options','',0),(2396,1,'2025-02-20 16:16:26','2025-02-20 16:16:26','','','','publish','closed','closed','','2396','','','2025-02-20 17:08:32','2025-02-20 17:08:32','',2391,'https://aggressivegraphix.com/af_pao_fields/2396/',0,'af_pao_fields','',0),(2397,1,'2025-02-20 16:16:56','2025-02-20 16:16:56','','','','publish','closed','closed','','2397','','','2025-02-20 17:08:32','2025-02-20 17:08:32','',2396,'https://aggressivegraphix.com/af_pao_options/2397/',0,'af_pao_options','',0),(2398,1,'2025-02-20 16:17:00','2025-02-20 16:17:00','','','','publish','closed','closed','','2398','','','2025-02-20 17:08:32','2025-02-20 17:08:32','',2396,'https://aggressivegraphix.com/af_pao_options/2398/',0,'af_pao_options','',0),(2399,1,'2025-02-20 16:17:02','2025-02-20 16:17:02','','','','publish','closed','closed','','2399','','','2025-02-20 17:08:32','2025-02-20 17:08:32','',2396,'https://aggressivegraphix.com/af_pao_options/2399/',0,'af_pao_options','',0),(2400,1,'2025-02-20 16:19:29','2025-02-20 16:19:29','','','','publish','closed','closed','','2400','','','2025-02-20 17:08:32','2025-02-20 17:08:32','',2391,'https://aggressivegraphix.com/af_pao_fields/2400/',0,'af_pao_fields','',0),(2401,1,'2025-02-20 16:19:43','2025-02-20 16:19:43','','','','publish','closed','closed','','2401','','','2025-02-20 17:08:32','2025-02-20 17:08:32','',2400,'https://aggressivegraphix.com/af_pao_options/2401/',0,'af_pao_options','',0),(2402,1,'2025-02-20 16:19:46','2025-02-20 16:19:46','','','','publish','closed','closed','','2402','','','2025-02-20 17:08:32','2025-02-20 17:08:32','',2400,'https://aggressivegraphix.com/af_pao_options/2402/',0,'af_pao_options','',0),(2403,1,'2025-02-20 16:19:49','2025-02-20 16:19:49','','','','publish','closed','closed','','2403','','','2025-02-20 17:08:32','2025-02-20 17:08:32','',2400,'https://aggressivegraphix.com/af_pao_options/2403/',0,'af_pao_options','',0),(2404,1,'2025-02-20 16:21:17','2025-02-20 16:21:17','','','','publish','closed','closed','','2404','','','2025-02-20 17:08:32','2025-02-20 17:08:32','',2400,'https://aggressivegraphix.com/af_pao_options/2404/',0,'af_pao_options','',0),(2405,1,'2025-02-20 16:21:20','2025-02-20 16:21:20','','','','publish','closed','closed','','2405','','','2025-02-20 17:08:32','2025-02-20 17:08:32','',2400,'https://aggressivegraphix.com/af_pao_options/2405/',0,'af_pao_options','',0),(2406,1,'2025-02-20 16:21:23','2025-02-20 16:21:23','','','','publish','closed','closed','','2406','','','2025-02-20 17:08:32','2025-02-20 17:08:32','',2400,'https://aggressivegraphix.com/af_pao_options/2406/',0,'af_pao_options','',0),(2407,1,'2025-02-20 16:21:26','2025-02-20 16:21:26','','','','publish','closed','closed','','2407','','','2025-02-20 17:08:32','2025-02-20 17:08:32','',2400,'https://aggressivegraphix.com/af_pao_options/2407/',0,'af_pao_options','',0),(2408,1,'2025-02-20 16:21:29','2025-02-20 16:21:29','','','','publish','closed','closed','','2408','','','2025-02-20 17:08:32','2025-02-20 17:08:32','',2400,'https://aggressivegraphix.com/af_pao_options/2408/',0,'af_pao_options','',0),(2409,1,'2025-02-20 16:28:18','2025-02-20 16:28:18','','20fullwall','','inherit','open','closed','','20fullwall','','','2025-09-09 15:50:14','2025-09-09 15:50:14','',2391,'https://aggressivegraphix.com/wp-content/uploads/2025/02/20fullwall.jpg',0,'attachment','image/webp',0),(2411,1,'2025-02-20 16:28:22','2025-02-20 16:28:22','','zippers','','inherit','open','closed','','zippers','','','2025-09-09 15:50:05','2025-09-09 15:50:05','',2391,'https://aggressivegraphix.com/wp-content/uploads/2025/02/zippers.png',0,'attachment','image/webp',0),(2412,1,'2025-02-20 16:28:24','2025-02-20 16:28:24','','10fullwall','','inherit','open','closed','','10fullwall','','','2025-09-09 15:49:58','2025-09-09 15:49:58','',2391,'https://aggressivegraphix.com/wp-content/uploads/2025/02/10fullwall.jpg',0,'attachment','image/webp',0),(2413,1,'2025-02-20 16:28:25','2025-02-20 16:28:25','','15fullwall','','inherit','open','closed','','15fullwall','','','2025-09-09 15:49:54','2025-09-09 15:49:54','',2391,'https://aggressivegraphix.com/wp-content/uploads/2025/02/15fullwall.jpg',0,'attachment','image/webp',0),(2414,1,'2025-02-20 16:28:26','2025-02-20 16:28:26','','halfwall-blank','','inherit','open','closed','','halfwall-blank-2','','','2025-09-09 15:49:46','2025-09-09 15:49:46','',2391,'https://aggressivegraphix.com/wp-content/uploads/2025/02/halfwall-blank-1.jpg',0,'attachment','image/webp',0),(2415,1,'2025-02-20 16:35:38','2025-02-20 16:35:38','','','','publish','closed','closed','','2415','','','2025-02-20 17:08:32','2025-02-20 17:08:32','',2391,'https://aggressivegraphix.com/af_pao_fields/2415/',0,'af_pao_fields','',0),(2416,1,'2025-02-20 16:36:00','2025-02-20 16:36:00','','','','publish','closed','closed','','2416','','','2025-02-20 17:08:32','2025-02-20 17:08:32','',2415,'https://aggressivegraphix.com/af_pao_options/2416/',0,'af_pao_options','',0),(2417,1,'2025-02-20 16:36:04','2025-02-20 16:36:04','','','','publish','closed','closed','','2417','','','2025-02-20 17:08:32','2025-02-20 17:08:32','',2415,'https://aggressivegraphix.com/af_pao_options/2417/',0,'af_pao_options','',0),(2418,1,'2025-02-20 16:36:06','2025-02-20 16:36:06','','','','publish','closed','closed','','2418','','','2025-02-20 17:08:32','2025-02-20 17:08:32','',2415,'https://aggressivegraphix.com/af_pao_options/2418/',0,'af_pao_options','',0),(2419,1,'2025-02-20 16:36:09','2025-02-20 16:36:09','','','','publish','closed','closed','','2419','','','2025-02-20 17:08:32','2025-02-20 17:08:32','',2415,'https://aggressivegraphix.com/af_pao_options/2419/',0,'af_pao_options','',0),(2422,1,'2025-02-20 17:00:02','2025-02-20 17:00:02','','customhalfwall','','inherit','open','closed','','customhalfwall-2','','','2025-09-09 15:49:42','2025-09-09 15:49:42','',2368,'https://aggressivegraphix.com/wp-content/uploads/2025/02/customhalfwall-1.jpg',0,'attachment','image/webp',0),(2423,1,'2025-02-20 17:02:45','2025-02-20 17:02:45','','scarsstripeshalfwall','','inherit','open','closed','','scarsstripeshalfwall-2','','','2025-09-09 15:49:24','2025-09-09 15:49:24','',2368,'https://aggressivegraphix.com/wp-content/uploads/2025/02/scarsstripeshalfwall-1.png',0,'attachment','image/webp',0),(2424,1,'2025-02-20 17:10:12','2025-02-20 17:10:12','<!-- wp:paragraph -->\n<p class=\"\">Add more real estate for advertising with a custom printed full wall. Full walls are an excellent option to surround your canopy to block out wind, sun from the side, for privacy, or to close down the booth for the night.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:media-text {\"mediaId\":2411,\"mediaLink\":\"https://aggressivegraphix.com/?attachment_id=2411\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/zippers.png\" alt=\"\" class=\"wp-image-2411 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Zipper options</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p class=\"\">Looking to link full walls together for a full enclosure, or create an easily accessible entrance? Add the zipper options of your choice to the full wall!</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->','Custom Print Full Wall','<p>Custom printed full walls are an excellent option to surface area to your marketing.</p>','publish','open','closed','','custom-print-full-wall','','','2025-02-20 20:24:40','2025-02-20 20:24:40','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2424',0,'product','',0),(2425,1,'2025-02-20 18:05:03','2025-02-20 18:05:03','','fullwallsinister','','inherit','open','closed','','fullwallsinister','','','2025-09-09 15:49:18','2025-09-09 15:49:18','',2424,'https://aggressivegraphix.com/wp-content/uploads/2025/02/fullwallsinister.png',0,'attachment','image/webp',0),(2426,1,'2025-02-20 18:05:08','2025-02-20 18:05:08','','fullwallPlaistow','','inherit','open','closed','','fullwallplaistow','','','2025-09-09 15:49:09','2025-09-09 15:49:09','',2424,'https://aggressivegraphix.com/wp-content/uploads/2025/02/fullwallPlaistow.png',0,'attachment','image/webp',0),(2427,1,'2025-02-20 18:05:13','2025-02-20 18:05:13','','fullwallFlawless','','inherit','open','closed','','fullwallflawless','','','2025-09-09 15:48:59','2025-09-09 15:48:59','',2424,'https://aggressivegraphix.com/wp-content/uploads/2025/02/fullwallFlawless.png',0,'attachment','image/webp',0),(2428,1,'2025-02-20 18:05:21','2025-02-20 18:05:21','','fullwallCBC','','inherit','open','closed','','fullwallcbc','','','2025-09-09 15:48:51','2025-09-09 15:48:51','',2424,'https://aggressivegraphix.com/wp-content/uploads/2025/02/fullwallCBC.png',0,'attachment','image/webp',0),(2429,1,'2025-02-20 18:05:26','2025-02-20 18:05:26','','fullwallAG','','inherit','open','closed','','fullwallag','','','2025-09-09 15:48:42','2025-09-09 15:48:42','',2424,'https://aggressivegraphix.com/wp-content/uploads/2025/02/fullwallAG.png',0,'attachment','image/webp',0),(2430,1,'2025-02-20 18:05:32','2025-02-20 18:05:32','','fullwall20TTR','','inherit','open','closed','','fullwall20ttr','','','2025-09-09 15:48:33','2025-09-09 15:48:33','',2424,'https://aggressivegraphix.com/wp-content/uploads/2025/02/fullwall20TTR.png',0,'attachment','image/webp',0),(2431,1,'2025-02-20 18:05:36','2025-02-20 18:05:36','','fullwall10TTR','','inherit','open','closed','','fullwall10ttr','','','2025-09-09 15:48:26','2025-09-09 15:48:26','',2424,'https://aggressivegraphix.com/wp-content/uploads/2025/02/fullwall10TTR.png',0,'attachment','image/webp',0),(2432,1,'2025-02-20 18:05:42','2025-02-20 18:05:42','','fullwallWeepingWillow','','inherit','open','closed','','fullwallweepingwillow','','','2025-09-09 15:48:17','2025-09-09 15:48:17','',2424,'https://aggressivegraphix.com/wp-content/uploads/2025/02/fullwallWeepingWillow.png',0,'attachment','image/webp',0),(2433,1,'2025-02-20 18:16:27','2025-02-20 18:16:27','','','','publish','closed','closed','','2433','','','2025-02-20 20:24:39','2025-02-20 20:24:39','',2424,'https://aggressivegraphix.com/af_pao_fields/2433/',0,'af_pao_fields','',0),(2434,1,'2025-02-20 18:16:39','2025-02-20 18:16:39','','','','publish','closed','closed','','2434','','','2025-02-20 20:24:40','2025-02-20 20:24:40','',2433,'https://aggressivegraphix.com/af_pao_options/2434/',0,'af_pao_options','',0),(2435,1,'2025-02-20 18:16:42','2025-02-20 18:16:42','','','','publish','closed','closed','','2435','','','2025-02-20 20:24:40','2025-02-20 20:24:40','',2433,'https://aggressivegraphix.com/af_pao_options/2435/',0,'af_pao_options','',0),(2436,1,'2025-02-20 18:16:45','2025-02-20 18:16:45','','','','publish','closed','closed','','2436','','','2025-02-20 20:24:40','2025-02-20 20:24:40','',2433,'https://aggressivegraphix.com/af_pao_options/2436/',0,'af_pao_options','',0),(2437,1,'2025-02-20 18:21:10','2025-02-20 18:21:10','','','','publish','closed','closed','','2437','','','2025-02-20 20:24:39','2025-02-20 20:24:39','',2424,'https://aggressivegraphix.com/af_pao_fields/2437/',0,'af_pao_fields','',0),(2438,1,'2025-02-20 18:21:26','2025-02-20 18:21:26','','','','publish','closed','closed','','2438','','','2025-02-20 20:24:39','2025-02-20 20:24:39','',2437,'https://aggressivegraphix.com/af_pao_options/2438/',0,'af_pao_options','',0),(2439,1,'2025-02-20 18:21:30','2025-02-20 18:21:30','','','','publish','closed','closed','','2439','','','2025-02-20 20:24:39','2025-02-20 20:24:39','',2437,'https://aggressivegraphix.com/af_pao_options/2439/',0,'af_pao_options','',0),(2440,1,'2025-02-20 18:23:00','2025-02-20 18:23:00','','','','publish','closed','closed','','2440','','','2025-02-20 20:24:39','2025-02-20 20:24:39','',2424,'https://aggressivegraphix.com/af_pao_fields/2440/',0,'af_pao_fields','',0),(2441,1,'2025-02-20 18:23:12','2025-02-20 18:23:12','','','','publish','closed','closed','','2441','','','2025-02-20 20:24:39','2025-02-20 20:24:39','',2424,'https://aggressivegraphix.com/af_pao_fields/2441/',0,'af_pao_fields','',0),(2442,1,'2025-02-20 18:24:05','2025-02-20 18:24:05','','','','publish','closed','closed','','2442','','','2025-02-20 20:24:39','2025-02-20 20:24:39','',2440,'https://aggressivegraphix.com/af_pao_options/2442/',0,'af_pao_options','',0),(2443,1,'2025-02-20 18:24:09','2025-02-20 18:24:09','','','','publish','closed','closed','','2443','','','2025-02-20 20:24:39','2025-02-20 20:24:39','',2440,'https://aggressivegraphix.com/af_pao_options/2443/',0,'af_pao_options','',0),(2444,1,'2025-02-20 18:24:11','2025-02-20 18:24:11','','','','publish','closed','closed','','2444','','','2025-02-20 20:24:39','2025-02-20 20:24:39','',2440,'https://aggressivegraphix.com/af_pao_options/2444/',0,'af_pao_options','',0),(2445,1,'2025-02-20 18:24:14','2025-02-20 18:24:14','','','','publish','closed','closed','','2445','','','2025-02-20 20:24:39','2025-02-20 20:24:39','',2440,'https://aggressivegraphix.com/af_pao_options/2445/',0,'af_pao_options','',0),(2446,1,'2025-02-20 20:24:19','2025-02-20 20:24:19','','','','publish','closed','closed','','2446','','','2025-02-20 20:24:38','2025-02-20 20:24:38','',2424,'https://aggressivegraphix.com/af_pao_fields/2446/',0,'af_pao_fields','',0),(2447,1,'2025-02-20 20:28:56','2025-02-20 20:28:56','<!-- wp:navigation-link {\"label\":\"Home\",\"type\":\"page\",\"id\":2,\"url\":\"https://aggressivegraphix.com/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-submenu {\"label\":\"Shop\",\"type\":\"page\",\"id\":6,\"url\":\"https://aggressivegraphix.com/shop/\",\"kind\":\"post-type\"} -->\n<!-- wp:navigation-submenu {\"label\":\"Outfit Bike\",\"type\":\"product_cat\",\"id\":27,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/\",\"kind\":\"taxonomy\"} -->\n<!-- wp:navigation-link {\"label\":\"Custom Graphics kits\",\"type\":\"product_cat\",\"id\":24,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/custom-graphics-kits/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Semi-custom Number Plates\",\"type\":\"product_cat\",\"id\":54,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/semi-custom-number-plates/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Seat Covers\",\"type\":\"product_cat\",\"id\":25,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/seat-covers/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Plastic kits\",\"type\":\"product_cat\",\"id\":26,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/plastic-kits/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Rider Accessories\",\"type\":\"product_cat\",\"id\":28,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/\",\"kind\":\"taxonomy\"} -->\n<!-- wp:navigation-link {\"label\":\"Jersey lettering\",\"type\":\"product_cat\",\"id\":29,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/jersey-lettering/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-submenu {\"label\":\"Goggles\",\"type\":\"product_cat\",\"id\":30,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\",\"kind\":\"taxonomy\"} -->\n<!-- wp:navigation-link {\"label\":\"Adult goggles\",\"type\":\"product_tag\",\"id\":64,\"url\":\"https://aggressivegraphix.com/product-tag/adult-goggles/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Youth goggles\",\"type\":\"product_tag\",\"id\":65,\"url\":\"https://aggressivegraphix.com/product-tag/youth-goggles/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Goggle Accessories\",\"type\":\"product_cat\",\"id\":31,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/goggle-accessories/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Canopies and Accessories\",\"type\":\"product_cat\",\"id\":36,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/\",\"kind\":\"taxonomy\"} -->\n<!-- wp:navigation-link {\"label\":\"Canopies\",\"type\":\"product_cat\",\"id\":37,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/canopies/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Half Walls\",\"type\":\"product_cat\",\"id\":38,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/half-walls/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Full Walls\",\"type\":\"product_cat\",\"id\":39,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/full-walls/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Flags\",\"type\":\"product_cat\",\"id\":40,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/flags/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Table Cloths\",\"type\":\"product_cat\",\"id\":41,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/table-cloths/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Merchandise\",\"type\":\"product_cat\",\"id\":32,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/merchandise/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Wraps and Tint\",\"type\":\"page\",\"id\":95,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/\",\"kind\":\"post-type\"} -->\n<!-- wp:navigation-link {\"label\":\"Color change wraps\",\"type\":\"page\",\"id\":1212,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/color-change-wraps/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Commercial wraps and lettering\",\"type\":\"page\",\"id\":1214,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/commercial-wraps-and-lettering/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Window tint\",\"type\":\"page\",\"id\":1216,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/window-tint/\",\"kind\":\"post-type\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Our Work\",\"type\":\"page\",\"id\":82,\"url\":\"https://aggressivegraphix.com/our-work/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"About Us\",\"type\":\"page\",\"id\":93,\"url\":\"https://aggressivegraphix.com/about-us/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Contact Us\",\"type\":\"page\",\"id\":31,\"url\":\"https://aggressivegraphix.com/contact-us/\",\"kind\":\"post-type\"} /-->','Header Menu','','inherit','closed','closed','','1919-revision-v1','','','2025-02-20 20:28:56','2025-02-20 20:28:56','',1919,'https://aggressivegraphix.com/?p=2447',0,'revision','',0),(2448,1,'2025-02-20 20:32:02','2025-02-20 20:32:02','<!-- wp:paragraph -->\n<p class=\"\">Choose your desired sandbag weight size to keep your canopy planted on the ground.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Sandbag Canopy Weights','<p>Keep your canopy planted with sandbag weights. Sand not included.</p>','publish','open','closed','','canopy-leg-weights','','','2025-02-26 18:14:02','2025-02-26 18:14:02','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2448',0,'product','',0),(2449,1,'2025-02-20 20:33:42','2025-02-20 20:33:42','<!-- wp:navigation-link {\"label\":\"Home\",\"type\":\"page\",\"id\":2,\"url\":\"https://aggressivegraphix.com/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-submenu {\"label\":\"Shop\",\"type\":\"page\",\"id\":6,\"url\":\"https://aggressivegraphix.com/shop/\",\"kind\":\"post-type\"} -->\n<!-- wp:navigation-submenu {\"label\":\"Outfit Bike\",\"type\":\"product_cat\",\"id\":27,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/\",\"kind\":\"taxonomy\"} -->\n<!-- wp:navigation-link {\"label\":\"Custom Graphics kits\",\"type\":\"product_cat\",\"id\":24,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/custom-graphics-kits/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Semi-custom Number Plates\",\"type\":\"product_cat\",\"id\":54,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/semi-custom-number-plates/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Seat Covers\",\"type\":\"product_cat\",\"id\":25,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/seat-covers/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Plastic kits\",\"type\":\"product_cat\",\"id\":26,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/plastic-kits/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Rider Accessories\",\"type\":\"product_cat\",\"id\":28,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/\",\"kind\":\"taxonomy\"} -->\n<!-- wp:navigation-link {\"label\":\"Jersey lettering\",\"type\":\"product_cat\",\"id\":29,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/jersey-lettering/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-submenu {\"label\":\"Goggles\",\"type\":\"product_cat\",\"id\":30,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\",\"kind\":\"taxonomy\"} -->\n<!-- wp:navigation-link {\"label\":\"Adult goggles\",\"type\":\"product_tag\",\"id\":64,\"url\":\"https://aggressivegraphix.com/product-tag/adult-goggles/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Youth goggles\",\"type\":\"product_tag\",\"id\":65,\"url\":\"https://aggressivegraphix.com/product-tag/youth-goggles/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Goggle Accessories\",\"type\":\"product_cat\",\"id\":31,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/goggle-accessories/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Canopies and Accessories\",\"type\":\"product_cat\",\"id\":36,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/\",\"kind\":\"taxonomy\"} -->\n<!-- wp:navigation-link {\"label\":\"Canopies\",\"type\":\"product_cat\",\"id\":37,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/canopies/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Half Walls\",\"type\":\"product_cat\",\"id\":38,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/half-walls/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Full Walls\",\"type\":\"product_cat\",\"id\":39,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/full-walls/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Flags\",\"type\":\"product_cat\",\"id\":40,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/flags/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Table Cloths\",\"type\":\"product_cat\",\"id\":41,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/table-cloths/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Setup accessories\",\"type\":\"product_cat\",\"id\":42,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/setup-accessories/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Merchandise\",\"type\":\"product_cat\",\"id\":32,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/merchandise/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Wraps and Tint\",\"type\":\"page\",\"id\":95,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/\",\"kind\":\"post-type\"} -->\n<!-- wp:navigation-link {\"label\":\"Color change wraps\",\"type\":\"page\",\"id\":1212,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/color-change-wraps/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Commercial wraps and lettering\",\"type\":\"page\",\"id\":1214,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/commercial-wraps-and-lettering/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Window tint\",\"type\":\"page\",\"id\":1216,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/window-tint/\",\"kind\":\"post-type\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Our Work\",\"type\":\"page\",\"id\":82,\"url\":\"https://aggressivegraphix.com/our-work/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"About Us\",\"type\":\"page\",\"id\":93,\"url\":\"https://aggressivegraphix.com/about-us/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Contact Us\",\"type\":\"page\",\"id\":31,\"url\":\"https://aggressivegraphix.com/contact-us/\",\"kind\":\"post-type\"} /-->','Header Menu','','inherit','closed','closed','','1919-revision-v1','','','2025-02-20 20:33:42','2025-02-20 20:33:42','',1919,'https://aggressivegraphix.com/?p=2449',0,'revision','',0),(2450,1,'2025-02-20 20:47:04','2025-02-20 20:47:04','<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Need to replace your canopy frame? Choose what size you need and frame type you need!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p class=\"\">Frame sizes are:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">10x10</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">10x15</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">10x20</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2231,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/31mmsquare.png\" alt=\"\" class=\"wp-image-2231\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2232,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/40mmhex.jpg\" alt=\"\" class=\"wp-image-2232\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2233,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/50mmhex.jpg\" alt=\"\" class=\"wp-image-2233\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Replacement Canopy Frame','','publish','open','closed','','replacement-canopy-frame','','','2025-02-26 18:20:28','2025-02-26 18:20:28','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2450',0,'product','',0),(2451,1,'2025-02-20 20:38:12','2025-02-20 20:38:12','','Replacement Canopy Frame - 10x10 31mm Square Tube','Frame size:: 10x10 31mm Square Tube','publish','closed','closed','','auto-draft-10x10-31mm-square-tube','','','2025-02-20 20:46:09','2025-02-20 20:46:09','',2450,'https://aggressivegraphix.com/?post_type=product_variation&p=2451',1,'product_variation','',0),(2452,1,'2025-02-20 20:38:12','2025-02-20 20:38:12','','Replacement Canopy Frame - 10x10 40mm Aluminum Hex Tube','Frame size:: 10x10 40mm Aluminum Hex Tube','publish','closed','closed','','auto-draft-10x10-40mm-aluminum-hex-tube','','','2025-02-20 20:46:09','2025-02-20 20:46:09','',2450,'https://aggressivegraphix.com/?post_type=product_variation&p=2452',2,'product_variation','',0),(2453,1,'2025-02-20 20:38:12','2025-02-20 20:38:12','','Replacement Canopy Frame - 10x10 50mm Aluminum Hex Tube','Frame size:: 10x10 50mm Aluminum Hex Tube','publish','closed','closed','','auto-draft-10x10-50mm-aluminum-hex-tube','','','2025-02-20 20:46:09','2025-02-20 20:46:09','',2450,'https://aggressivegraphix.com/?post_type=product_variation&p=2453',3,'product_variation','',0),(2454,1,'2025-02-20 20:38:12','2025-02-20 20:38:12','','Replacement Canopy Frame - 10x15 31mm Square Tube','Frame size:: 10x15 31mm Square Tube','publish','closed','closed','','auto-draft-10x15-31mm-square-tube','','','2025-02-20 20:46:09','2025-02-20 20:46:09','',2450,'https://aggressivegraphix.com/?post_type=product_variation&p=2454',4,'product_variation','',0),(2455,1,'2025-02-20 20:38:12','2025-02-20 20:38:12','','Replacement Canopy Frame - 10x15 40mm Aluminum Hex Tube','Frame size:: 10x15 40mm Aluminum Hex Tube','publish','closed','closed','','auto-draft-10x15-40mm-aluminum-hex-tube','','','2025-02-20 20:46:09','2025-02-20 20:46:09','',2450,'https://aggressivegraphix.com/?post_type=product_variation&p=2455',5,'product_variation','',0),(2456,1,'2025-02-20 20:38:12','2025-02-20 20:38:12','','Replacement Canopy Frame - 10x15 50mm Aluminum Hex Tube','Frame size:: 10x15 50mm Aluminum Hex Tube','publish','closed','closed','','auto-draft-10x15-50mm-aluminum-hex-tube','','','2025-02-20 20:46:09','2025-02-20 20:46:09','',2450,'https://aggressivegraphix.com/?post_type=product_variation&p=2456',6,'product_variation','',0),(2457,1,'2025-02-20 20:38:13','2025-02-20 20:38:13','','Replacement Canopy Frame - 10x20 31mm Square Tube','Frame size:: 10x20 31mm Square Tube','publish','closed','closed','','auto-draft-10x20-31mm-square-tube','','','2025-02-20 20:46:10','2025-02-20 20:46:10','',2450,'https://aggressivegraphix.com/?post_type=product_variation&p=2457',7,'product_variation','',0),(2458,1,'2025-02-20 20:38:13','2025-02-20 20:38:13','','Replacement Canopy Frame - 10x20 40mm Aluminum Hex Tube','Frame size:: 10x20 40mm Aluminum Hex Tube','publish','closed','closed','','auto-draft-10x20-40mm-aluminum-hex-tube','','','2025-02-20 20:46:10','2025-02-20 20:46:10','',2450,'https://aggressivegraphix.com/?post_type=product_variation&p=2458',8,'product_variation','',0),(2459,1,'2025-02-20 20:38:13','2025-02-20 20:38:13','','Replacement Canopy Frame - 10x20 50mm Aluminum Hex Tube','Frame size:: 10x20 50mm Aluminum Hex Tube','publish','closed','closed','','auto-draft-10x20-50mm-aluminum-hex-tube','','','2025-02-20 20:46:10','2025-02-20 20:46:10','',2450,'https://aggressivegraphix.com/?post_type=product_variation&p=2459',9,'product_variation','',0),(2460,1,'2025-02-20 20:46:44','2025-02-20 20:46:44','','replacementframe','','inherit','open','closed','','replacementframe','','','2025-09-09 15:48:09','2025-09-09 15:48:09','',2450,'https://aggressivegraphix.com/wp-content/uploads/2025/02/replacementframe.jpg',0,'attachment','image/webp',0),(2461,1,'2025-02-21 21:30:43','2025-02-21 21:30:43','','mediumsandbags','','inherit','open','closed','','mediumsandbags','','','2025-09-09 15:48:01','2025-09-09 15:48:01','',2448,'https://aggressivegraphix.com/wp-content/uploads/2025/02/mediumsandbags.jpg',0,'attachment','image/webp',0),(2462,1,'2025-02-21 21:30:46','2025-02-21 21:30:46','','largesandbags','','inherit','open','closed','','largesandbags','','','2025-09-09 15:47:56','2025-09-09 15:47:56','',2448,'https://aggressivegraphix.com/wp-content/uploads/2025/02/largesandbags.jpg',0,'attachment','image/webp',0),(2463,1,'2025-02-21 21:32:12','2025-02-21 21:32:12','','Sandbag Canopy Weights - Medium','Sandbag size: Medium','publish','closed','closed','','canopy-leg-weights-medium','','','2025-02-21 21:32:44','2025-02-21 21:32:44','',2448,'https://aggressivegraphix.com/?post_type=product_variation&p=2463',1,'product_variation','',0),(2464,1,'2025-02-21 21:32:12','2025-02-21 21:32:12','','Sandbag Canopy Weights - Large','Sandbag size: Large','publish','closed','closed','','canopy-leg-weights-large','','','2025-02-21 21:32:44','2025-02-21 21:32:44','',2448,'https://aggressivegraphix.com/?post_type=product_variation&p=2464',2,'product_variation','',0),(2465,1,'2025-02-26 17:18:43','2025-02-26 17:18:43','','Replacement Canopy Bag','Ripped or old canopy bag? Replace it with a freshie!','publish','open','closed','','replacement-canopy-bag','','','2025-02-26 18:07:57','2025-02-26 18:07:57','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=2465',0,'product','',0),(2466,1,'2025-02-26 17:10:09','2025-02-26 17:10:09','','replacement10x20bag','','inherit','open','closed','','replacement10x20bag','','','2025-09-09 15:47:51','2025-09-09 15:47:51','',2465,'https://aggressivegraphix.com/wp-content/uploads/2025/02/replacement10x20bag.jpg',0,'attachment','image/webp',0),(2467,1,'2025-02-26 17:10:11','2025-02-26 17:10:11','','replacement10x10bag','','inherit','open','closed','','replacement10x10bag','','','2025-09-09 15:47:46','2025-09-09 15:47:46','',2465,'https://aggressivegraphix.com/wp-content/uploads/2025/02/replacement10x10bag.jpg',0,'attachment','image/webp',0),(2468,1,'2025-02-26 17:10:12','2025-02-26 17:10:12','','replacement10x15bag','','inherit','open','closed','','replacement10x15bag','','','2025-09-09 15:47:44','2025-09-09 15:47:44','',2465,'https://aggressivegraphix.com/wp-content/uploads/2025/02/replacement10x15bag.jpg',0,'attachment','image/webp',0),(2472,1,'2025-02-26 17:59:35','2025-02-26 17:59:35','','','','publish','closed','closed','','2472','','','2025-02-26 18:07:57','2025-02-26 18:07:57','',2465,'https://aggressivegraphix.com/af_pao_fields/2472/',0,'af_pao_fields','',0),(2473,1,'2025-02-26 17:59:51','2025-02-26 17:59:51','','','','publish','closed','closed','','2473','','','2025-02-26 18:07:57','2025-02-26 18:07:57','',2472,'https://aggressivegraphix.com/af_pao_options/2473/',0,'af_pao_options','',0),(2474,1,'2025-02-26 17:59:56','2025-02-26 17:59:56','','','','publish','closed','closed','','2474','','','2025-02-26 18:07:57','2025-02-26 18:07:57','',2472,'https://aggressivegraphix.com/af_pao_options/2474/',0,'af_pao_options','',0),(2475,1,'2025-02-26 18:00:02','2025-02-26 18:00:02','','','','publish','closed','closed','','2475','','','2025-02-26 18:07:57','2025-02-26 18:07:57','',2472,'https://aggressivegraphix.com/af_pao_options/2475/',0,'af_pao_options','',0),(2476,1,'2025-02-26 18:00:08','2025-02-26 18:00:08','','','','publish','closed','closed','','2476','','','2025-02-26 18:07:56','2025-02-26 18:07:56','',2465,'https://aggressivegraphix.com/af_pao_fields/2476/',0,'af_pao_fields','',0),(2477,1,'2025-02-26 18:00:20','2025-02-26 18:00:20','','','','publish','closed','closed','','2477','','','2025-02-26 18:07:57','2025-02-26 18:07:57','',2476,'https://aggressivegraphix.com/af_pao_options/2477/',0,'af_pao_options','',0),(2478,1,'2025-02-26 18:00:33','2025-02-26 18:00:33','','','','publish','closed','closed','','2478','','','2025-02-26 18:07:57','2025-02-26 18:07:57','',2476,'https://aggressivegraphix.com/af_pao_options/2478/',0,'af_pao_options','',0),(2479,1,'2025-02-26 18:00:40','2025-02-26 18:00:40','','','','publish','closed','closed','','2479','','','2025-02-26 18:07:57','2025-02-26 18:07:57','',2476,'https://aggressivegraphix.com/af_pao_options/2479/',0,'af_pao_options','',0),(2481,1,'2025-02-26 18:11:58','2025-02-26 18:11:58','ul.products .taxonomy-product_cat, ul.products .wp-block-post-excerpt, .wc-block-grid__products .taxonomy-product_cat, .wc-block-grid__products .wp-block-post-excerpt, .wp-block-woocommerce-related-products .taxonomy-product_cat, .wp-block-woocommerce-related-products .wp-block-post-excerpt, .products-block-post-template .taxonomy-product_cat, .products-block-post-template .wp-block-post-excerpt, .cross-sells-product .taxonomy-product_cat, .cross-sells-product .wp-block-post-excerpt {\n    -webkit-line-clamp: none !important;\n}\n.wp-block-woocommerce-product-price {\n    text-align: center;\n    margin: 0 auto; \n}\na, button {\n    margin: 0 auto;\n}\na.addon-btn button {\n	  background: #c70000;\n    font-size: 18px;\n    color: #fff;\n    border: none;\n    padding: 10px 15px;\n    border-radius: 30px;\n		cursor:pointer;\n}\na.addon-btn button:hover {\n	  background: #a70000;\n}\n.woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p, .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p {\n    max-width: 1400px !important;\n}\n.products-block-post-template .product > .wp-block-button, .products-block-post-template .wp-block-post > .wp-block-button {\n	position: inherit !important;\n  bottom: 0 !important;\n}\n.products-block-post-template .wp-block-post-title{\n	-webkit-line-clamp: 3 !important;\n}\n.af_addon_field_class {\n    width: 100%;\n}\n','eride','','inherit','closed','closed','','1953-revision-v1','','','2025-02-26 18:11:58','2025-02-26 18:11:58','',1953,'https://aggressivegraphix.com/?p=2481',0,'revision','',0),(2483,1,'2025-02-26 18:12:12','2025-02-26 18:12:12','ul.products .taxonomy-product_cat, ul.products .wp-block-post-excerpt, .wc-block-grid__products .taxonomy-product_cat, .wc-block-grid__products .wp-block-post-excerpt, .wp-block-woocommerce-related-products .taxonomy-product_cat, .wp-block-woocommerce-related-products .wp-block-post-excerpt, .products-block-post-template .taxonomy-product_cat, .products-block-post-template .wp-block-post-excerpt, .cross-sells-product .taxonomy-product_cat, .cross-sells-product .wp-block-post-excerpt {\n    -webkit-line-clamp: none !important;\n}\n.wp-block-woocommerce-product-price {\n    text-align: center;\n    margin: 0 auto; \n}\na, button {\n    margin: 0 auto;\n}\na.addon-btn button {\n	  background: #c70000;\n    font-size: 18px;\n    color: #fff;\n    border: none;\n    padding: 10px 15px;\n    border-radius: 30px;\n		cursor:pointer;\n}\na.addon-btn button:hover {\n	  background: #a70000;\n}\n.woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p, .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p {\n    max-width: 1400px !important;\n}\n.products-block-post-template .product > .wp-block-button, .products-block-post-template .wp-block-post > .wp-block-button {\n	position: inherit !important;\n  bottom: 0 !important;\n}\n.products-block-post-template .wp-block-post-title{\n	-webkit-line-clamp: 3 !important;\n}\n.af_addon_field_class {\n    width: 100% !important;\n}\n','eride','','inherit','closed','closed','','1953-revision-v1','','','2025-02-26 18:12:12','2025-02-26 18:12:12','',1953,'https://aggressivegraphix.com/?p=2483',0,'revision','',0),(2486,1,'2025-02-26 18:49:40','2025-02-26 18:49:40','','IMG_3616','','inherit','open','closed','','img_3616','','','2025-09-09 15:47:07','2025-09-09 15:47:07','',95,'https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_3616.jpg',0,'attachment','image/webp',0),(2489,1,'2025-02-26 18:58:51','2025-02-26 18:58:51','','IMG_2556','','inherit','open','closed','','img_2556-2','','','2025-09-09 15:46:00','2025-09-09 15:46:00','',95,'https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2556-1.jpg',0,'attachment','image/webp',0),(2490,1,'2025-02-26 18:59:14','2025-02-26 18:59:14','','IMG_2741','','inherit','open','closed','','img_2741-2','','','2025-09-09 15:45:41','2025-09-09 15:45:41','',95,'https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2741-1.jpg',0,'attachment','image/webp',0),(2491,1,'2025-02-26 19:00:06','2025-02-26 19:00:06','','IMG_2741','','inherit','open','closed','','img_2741-3','','','2025-09-09 15:45:22','2025-09-09 15:45:22','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2741-1-edited.jpg',0,'attachment','image/webp',0),(2493,1,'2025-02-26 19:11:19','2025-02-26 19:11:19','','IMG_2698','','inherit','open','closed','','img_2698-2','','','2025-09-09 15:44:41','2025-09-09 15:44:41','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2698-edited.jpg',0,'attachment','image/webp',0),(2497,1,'2025-02-26 19:18:13','2025-02-26 19:18:13','','IMG_3053','','inherit','open','closed','','img_3053','','','2025-09-09 15:42:37','2025-09-09 15:42:37','',95,'https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_3053.jpg',0,'attachment','image/webp',0),(2498,1,'2025-02-26 19:22:45','2025-02-26 19:22:45','','export_1724044882342','','inherit','open','closed','','export_1724044882342','','','2025-02-26 19:22:45','2025-02-26 19:22:45','',95,'https://aggressivegraphix.com/wp-content/uploads/2025/02/export_1724044882342.mov',0,'attachment','video/quicktime',0),(2499,1,'2025-02-26 19:23:14','2025-02-26 19:23:14','<!-- wp:group {\"metadata\":{\"name\":\"Features\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white wp-block-group\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} -->\n<div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} -->\n<div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":1,\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} -->\n<h1 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Color change and styling wraps</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Want to change the look of your vehicle without the cost of a new paint job? Wrap can help transform your vehicle into a one of a kind version tailored to your dream look.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} -->\n<div class=\"nfd-btn-lg  wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://aggressivegraphix.com/wraps-and-tint/color-change-wraps/\">Check out our styling wraps</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"metadata\":{\"name\":\"Gallery\"},\"className\":\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-5 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-5 is-style-nfd-theme-white wp-block-group\"><!-- wp:gallery {\"linkTo\":\"none\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}}} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":2491,\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"nfd-w-full is-style-default\"} -->\n<figure class=\"nfd-w-full is-style-default wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2741-1-edited.jpg\" alt=\"\" class=\"wp-image-2491\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2489,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2556-1-768x1024.jpg\" alt=\"\" class=\"wp-image-2489\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2486,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_3616-768x1024.jpg\" alt=\"\" class=\"wp-image-2486\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2488,\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_0785-1024x758.jpg\" alt=\"\" class=\"wp-image-2488\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Features\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-6 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-6 is-style-nfd-theme-white wp-block-group\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} -->\n<div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"metadata\":{\"name\":\"Gallery\"},\"className\":\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-5 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-5 is-style-nfd-theme-white wp-block-group\"><!-- wp:gallery {\"linkTo\":\"none\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}}} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":2493,\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"nfd-w-full is-style-default\"} -->\n<figure class=\"nfd-w-full is-style-default wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2698-edited-scaled.jpg\" alt=\"\" class=\"wp-image-2493\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2495,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_3128-768x1024.jpg\" alt=\"\" class=\"wp-image-2495\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2496,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_3097-768x1024.jpg\" alt=\"\" class=\"wp-image-2496\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2497,\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_3053-768x1024.jpg\" alt=\"\" class=\"wp-image-2497\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} -->\n<div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":1,\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} -->\n<h1 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Commercial lettering and full print wraps</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">We offer commercial wrap solutions to fit your budget and make an impact going down the road. Brand recognition is the largest thing for your business, why not utilize the vehicle or trailer you travel with every day to advertise!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} -->\n<div class=\"nfd-btn-lg  wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://aggressivegraphix.com/wraps-and-tint/commercial-wraps-and-lettering/\">See our commercial wrap solutions</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Features\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white wp-block-group\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} -->\n<div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} -->\n<div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":1,\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} -->\n<h1 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Window tinting services</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Want to keep the inside of your car or office cooler in the hot sun, or maybe looking for a little more privacy? We offer an array of products to tint your vehicle or office windows.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} -->\n<div class=\"nfd-btn-lg  wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://aggressivegraphix.com/wraps-and-tint/window-tint/\">See tinting options</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:video {\"id\":2498} -->\n<figure class=\"wp-block-video\"><video controls src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/export_1724044882342.mov\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->','Vehicle wraps and window tinting','','inherit','closed','closed','','95-revision-v1','','','2025-02-26 19:23:14','2025-02-26 19:23:14','',95,'https://aggressivegraphix.com/?p=2499',0,'revision','',0),(2500,1,'2025-02-26 19:24:54','2025-02-26 19:24:54','','IMG_2948','','inherit','open','closed','','img_2948','','','2025-02-26 19:24:54','2025-02-26 19:24:54','',95,'https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2948.mov',0,'attachment','video/quicktime',0),(2501,1,'2025-02-26 19:25:20','2025-02-26 19:25:20','<!-- wp:group {\"metadata\":{\"name\":\"Features\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white wp-block-group\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} -->\n<div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} -->\n<div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":1,\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} -->\n<h1 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Color change and styling wraps</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Want to change the look of your vehicle without the cost of a new paint job? Wrap can help transform your vehicle into a one of a kind version tailored to your dream look.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} -->\n<div class=\"nfd-btn-lg  wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://aggressivegraphix.com/wraps-and-tint/color-change-wraps/\">Check out our styling wraps</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"metadata\":{\"name\":\"Gallery\"},\"className\":\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-5 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-5 is-style-nfd-theme-white wp-block-group\"><!-- wp:gallery {\"linkTo\":\"none\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}}} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":2491,\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"nfd-w-full is-style-default\"} -->\n<figure class=\"nfd-w-full is-style-default wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2741-1-edited.jpg\" alt=\"\" class=\"wp-image-2491\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2489,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2556-1-768x1024.jpg\" alt=\"\" class=\"wp-image-2489\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2486,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_3616-768x1024.jpg\" alt=\"\" class=\"wp-image-2486\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2488,\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_0785-1024x758.jpg\" alt=\"\" class=\"wp-image-2488\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Features\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-6 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-6 is-style-nfd-theme-white wp-block-group\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} -->\n<div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"metadata\":{\"name\":\"Gallery\"},\"className\":\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-5 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-5 is-style-nfd-theme-white wp-block-group\"><!-- wp:gallery {\"linkTo\":\"none\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}}} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":2493,\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"nfd-w-full is-style-default\"} -->\n<figure class=\"nfd-w-full is-style-default wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2698-edited-scaled.jpg\" alt=\"\" class=\"wp-image-2493\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2495,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_3128-768x1024.jpg\" alt=\"\" class=\"wp-image-2495\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2496,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_3097-768x1024.jpg\" alt=\"\" class=\"wp-image-2496\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2497,\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_3053-768x1024.jpg\" alt=\"\" class=\"wp-image-2497\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} -->\n<div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":1,\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} -->\n<h1 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Commercial lettering and full print wraps</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">We offer commercial wrap solutions to fit your budget and make an impact going down the road. Brand recognition is the largest thing for your business, why not utilize the vehicle or trailer you travel with every day to advertise!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} -->\n<div class=\"nfd-btn-lg  wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://aggressivegraphix.com/wraps-and-tint/commercial-wraps-and-lettering/\">See our commercial wrap solutions</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Features\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white wp-block-group\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} -->\n<div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} -->\n<div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":1,\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} -->\n<h1 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Window tinting services</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Want to keep the inside of your car or office cooler in the hot sun, or maybe looking for a little more privacy? We offer an array of products to tint your vehicle or office windows.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} -->\n<div class=\"nfd-btn-lg  wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://aggressivegraphix.com/wraps-and-tint/window-tint/\">See tinting options</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:video {\"id\":2500} -->\n<figure class=\"wp-block-video\"><video controls src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2948.mov\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->','Vehicle wraps and window tinting','','inherit','closed','closed','','95-revision-v1','','','2025-02-26 19:25:20','2025-02-26 19:25:20','',95,'https://aggressivegraphix.com/?p=2501',0,'revision','',0),(2504,1,'2025-02-26 19:52:06','2025-02-26 19:52:06','','3M','','inherit','open','closed','','3m','','','2025-09-09 15:41:58','2025-09-09 15:41:58','',1212,'https://aggressivegraphix.com/wp-content/uploads/2025/02/3M.png',0,'attachment','image/webp',0),(2505,1,'2025-02-26 19:52:59','2025-02-26 19:52:59','','kpmf','','inherit','open','closed','','kpmf','','','2025-09-09 15:41:55','2025-09-09 15:41:55','',1212,'https://aggressivegraphix.com/wp-content/uploads/2025/02/kpmf.png',0,'attachment','image/webp',0),(2506,1,'2025-02-26 19:53:00','2025-02-26 19:53:00','','teckwrap','','inherit','open','closed','','teckwrap','','','2025-09-09 15:41:52','2025-09-09 15:41:52','',1212,'https://aggressivegraphix.com/wp-content/uploads/2025/02/teckwrap.png',0,'attachment','image/webp',0),(2507,1,'2025-02-26 19:53:01','2025-02-26 19:53:01','','averydennison','','inherit','open','closed','','averydennison','','','2025-09-09 15:41:49','2025-09-09 15:41:49','',1212,'https://aggressivegraphix.com/wp-content/uploads/2025/02/averydennison.png',0,'attachment','image/webp',0),(2508,1,'2025-02-26 19:53:02','2025-02-26 19:53:02','','hexis','','inherit','open','closed','','hexis','','','2025-09-09 15:41:46','2025-09-09 15:41:46','',1212,'https://aggressivegraphix.com/wp-content/uploads/2025/02/hexis.png',0,'attachment','image/webp',0),(2509,1,'2025-02-26 19:57:07','2025-02-26 19:57:07','','Orafol','','inherit','open','closed','','orafol','','','2025-09-09 15:41:43','2025-09-09 15:41:43','',1212,'https://aggressivegraphix.com/wp-content/uploads/2025/02/Orafol.png',0,'attachment','image/webp',0),(2510,1,'2025-02-26 19:57:12','2025-02-26 19:57:12','','aura','','inherit','open','closed','','aura','','','2025-09-09 15:41:40','2025-09-09 15:41:40','',1212,'https://aggressivegraphix.com/wp-content/uploads/2025/02/aura.png',0,'attachment','image/webp',0),(2511,1,'2025-02-26 19:57:14','2025-02-26 19:57:14','','tinyBot','','inherit','open','closed','','tinybot','','','2025-09-09 15:41:38','2025-09-09 15:41:38','',1212,'https://aggressivegraphix.com/wp-content/uploads/2025/02/tinyBot.png',0,'attachment','image/webp',0),(2513,1,'2025-02-26 20:00:39','2025-02-26 20:00:39','<!-- wp:paragraph -->\n<p class=\"\">Vinyl can be used for many different applications. We offer full and partial vehicle wrap services to help you achieve the look you want for your vehicle. Using the best materials on the market paired with exercising the newest professional techniques for installing, we aim for quality over the life span of your wrap.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"backgroundColor\":\"primary-4\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group has-primary-4-background-color has-background\"><!-- wp:image {\"id\":2504,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/3M.png\" alt=\"\" class=\"wp-image-2504\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2507,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/averydennison.png\" alt=\"\" class=\"wp-image-2507\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2509,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/Orafol.png\" alt=\"\" class=\"wp-image-2509\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2508,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/hexis.png\" alt=\"\" class=\"wp-image-2508\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2505,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/kpmf.png\" alt=\"\" class=\"wp-image-2505\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2506,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/teckwrap.png\" alt=\"\" class=\"wp-image-2506\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2511,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/tinyBot.png\" alt=\"\" class=\"wp-image-2511\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2510,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/aura.png\" alt=\"\" class=\"wp-image-2510\" style=\"width:86px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Style wraps','','inherit','closed','closed','','1212-revision-v1','','','2025-02-26 20:00:39','2025-02-26 20:00:39','',1212,'https://aggressivegraphix.com/?p=2513',0,'revision','',0),(2515,1,'2025-02-26 20:02:56','2025-02-26 20:02:56','<!-- wp:paragraph -->\n<p class=\"\">Vinyl can be used for many different applications. We offer full and partial vehicle wrap services to help you achieve the look you want for your vehicle. Using the best materials on the market paired with exercising the newest professional techniques for installing, we aim for quality over the life span of your wrap.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"backgroundColor\":\"primary-4\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group has-primary-4-background-color has-background\"><!-- wp:image {\"id\":2504,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/3M.png\" alt=\"\" class=\"wp-image-2504\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2507,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/averydennison.png\" alt=\"\" class=\"wp-image-2507\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2509,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/Orafol.png\" alt=\"\" class=\"wp-image-2509\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2508,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/hexis.png\" alt=\"\" class=\"wp-image-2508\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2505,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/kpmf.png\" alt=\"\" class=\"wp-image-2505\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2506,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/teckwrap.png\" alt=\"\" class=\"wp-image-2506\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2511,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/tinyBot.png\" alt=\"\" class=\"wp-image-2511\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2510,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/aura.png\" alt=\"\" class=\"wp-image-2510\" style=\"width:86px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:group {\"metadata\":{\"name\":\"Gallery\"},\"align\":\"full\",\"className\":\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-default\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"100%\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-default wp-block-group alignfull\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"radius\":\"0px\"}}} -->\n<figure class=\"wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1506748686214-e9df14d4d9d0?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\" style=\"border-radius:0px;aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1470337458703-46ad1756a187?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1436018626274-89acd1d6ec9d?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1543872084-c7bd3822856f?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1495954380655-01609180eda3?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1527622444-3832940998a7?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Nzh8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1535478372499-9d1e5130bd92?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mjd8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1514924013411-cbf25faa35bb?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:wpforms/form-selector {\"clientId\":\"9783816b-3c20-4d09-8433-c847e9a49f38\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Style wraps','','inherit','closed','closed','','1212-revision-v1','','','2025-02-26 20:02:56','2025-02-26 20:02:56','',1212,'https://aggressivegraphix.com/?p=2515',0,'revision','',0),(2516,1,'2025-02-26 20:03:27','2025-02-26 20:03:27','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"phone\",\"label\":\"Phone\",\"format\":\"us\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"date-time\",\"label\":\"Specific job completion date\",\"format\":\"date\",\"description\":\"\",\"size\":\"large\",\"date_type\":\"datepicker\",\"date_placeholder\":\"\",\"date_format\":\"m\\/d\\/Y\",\"date_limit_days_mon\":\"1\",\"date_limit_days_tue\":\"1\",\"date_limit_days_wed\":\"1\",\"date_limit_days_thu\":\"1\",\"date_limit_days_fri\":\"1\",\"time_interval\":\"30\",\"time_placeholder\":\"\",\"time_format\":\"g:i A\",\"time_limit_hours_start_hour\":\"09\",\"time_limit_hours_start_min\":\"00\",\"time_limit_hours_start_ampm\":\"am\",\"time_limit_hours_end_hour\":\"06\",\"time_limit_hours_end_min\":\"00\",\"time_limit_hours_end_ampm\":\"pm\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"checkbox\",\"label\":\"Project type\",\"choices\":{\"1\":{\"label\":\"Car\\/Truck\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Motorcycle\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Watercraft\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Other\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"Select all that apply\",\"required\":\"1\",\"input_columns\":\"\",\"choice_limit\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"text\",\"label\":\"Vehicle year\\/make\\/model\",\"description\":\"Please let us know what your vehicle year\\/make\\/model is\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"5\",\"operator\":\"==\",\"value\":\"1\"},{\"field\":\"5\",\"operator\":\"==\",\"value\":\"2\"},{\"field\":\"5\",\"operator\":\"==\",\"value\":\"3\"}]]},\"6\":{\"id\":\"6\",\"type\":\"checkbox\",\"label\":\"Which wrap service are you interested in?\",\"choices\":{\"1\":{\"label\":\"Chrome delete\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Head light\\/tail light tint\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Windshield Banner\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Stripe kit\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Partial color change\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"Full color change\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"Partial printed wrap\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"Full printed wrap\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"9\":{\"label\":\"Other\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"Select all that apply\",\"required\":\"1\",\"input_columns\":\"\",\"choice_limit\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"7\":{\"id\":\"7\",\"type\":\"textarea\",\"label\":\"Please describe your project\",\"description\":\"Let us know what you have in mind for your project.\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"8\":{\"id\":\"8\",\"type\":\"file-upload\",\"label\":\"Please upload photos of your vehicle\",\"description\":\"The more details you can send us of photos of the body, any damaged or problematic areas, etc will help us greatly when it comes to quoting your project.\",\"extensions\":\"\",\"max_size\":\"\",\"max_file_number\":\"12\",\"style\":\"modern\",\"css\":\"\"}},\"id\":\"2516\",\"field_id\":10,\"search_terms\":\"\",\"settings\":{\"form_title\":\"Style wrap\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"enable\":\"1\",\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"Style wrap inquiry from\\u00a0 {field_id=\\\"1\\\"}\",\"sender_name\":\"{field_id=\\\"1\\\"}\",\"sender_address\":\"{field_id=\\\"2\\\"}\",\"replyto\":\"{field_id=\\\"2\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Style wrap','','publish','closed','closed','','blank-form','','','2025-06-17 16:20:50','2025-06-17 16:20:50','',0,'https://aggressivegraphix.com/?post_type=wpforms&#038;p=2516',0,'wpforms','',0),(2517,1,'2025-02-26 20:03:33','2025-02-26 20:03:33','{\"fields\":[],\"id\":\"2516\",\"field_id\":1,\"settings\":{\"form_title\":\"Blank Form\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"New Entry: Blank Form\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"enable\":\"1\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Blank Form','','inherit','closed','closed','','2516-revision-v1','','','2025-02-26 20:03:33','2025-02-26 20:03:33','',2516,'https://aggressivegraphix.com/?p=2517',0,'revision','',0),(2518,1,'2025-02-26 20:12:09','2025-02-26 20:12:09','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"phone\",\"label\":\"Phone\",\"format\":\"smart\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"date-time\",\"label\":\"Specific job completion date\",\"format\":\"date\",\"description\":\"\",\"size\":\"medium\",\"date_type\":\"datepicker\",\"date_placeholder\":\"\",\"date_format\":\"m\\/d\\/Y\",\"date_limit_days_mon\":\"1\",\"date_limit_days_tue\":\"1\",\"date_limit_days_wed\":\"1\",\"date_limit_days_thu\":\"1\",\"date_limit_days_fri\":\"1\",\"time_interval\":\"30\",\"time_placeholder\":\"\",\"time_format\":\"g:i A\",\"time_limit_hours_start_hour\":\"09\",\"time_limit_hours_start_min\":\"00\",\"time_limit_hours_start_ampm\":\"am\",\"time_limit_hours_end_hour\":\"06\",\"time_limit_hours_end_min\":\"00\",\"time_limit_hours_end_ampm\":\"pm\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"checkbox\",\"label\":\"Project type\",\"choices\":{\"1\":{\"label\":\"Car\\/Truck\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Motorcycle\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Watercraft\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Other\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"Select all that apply\",\"required\":\"1\",\"input_columns\":\"\",\"choice_limit\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"text\",\"label\":\"Vehicle year\\/make\\/model\",\"description\":\"Please let us know what your vehicle year\\/make\\/model is\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"5\",\"operator\":\"==\",\"value\":\"1\"},{\"field\":\"5\",\"operator\":\"==\",\"value\":\"2\"},{\"field\":\"5\",\"operator\":\"==\",\"value\":\"3\"}]]},\"6\":{\"id\":\"6\",\"type\":\"checkbox\",\"label\":\"Which wrap service are you interested in?\",\"choices\":{\"1\":{\"label\":\"Chrome delete\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Head light\\/tail light tint\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Windshield Banner\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Stripe kit\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Partial color change\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"Full color change\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"Partial printed wrap\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"Full printed wrap\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"9\":{\"label\":\"Other\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"Select all that apply\",\"required\":\"1\",\"input_columns\":\"\",\"choice_limit\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"7\":{\"id\":\"7\",\"type\":\"textarea\",\"label\":\"Please describe your project\",\"description\":\"Let us know what you have in mind for your project.\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"8\":{\"id\":\"8\",\"type\":\"file-upload\",\"label\":\"Please upload photos of your vehicle\",\"description\":\"The more details you can send us of photos of the body, any damaged or problematic areas, etc will help us greatly when it comes to quoting your project.\",\"extensions\":\"\",\"max_size\":\"\",\"max_file_number\":\"12\",\"style\":\"modern\",\"css\":\"\"}},\"id\":\"2516\",\"field_id\":10,\"search_terms\":\"\",\"settings\":{\"form_title\":\"Style wrap\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"New Entry: Blank Form\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"enable\":\"1\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Style wrap','','inherit','closed','closed','','2516-revision-v1','','','2025-02-26 20:12:09','2025-02-26 20:12:09','',2516,'https://aggressivegraphix.com/?p=2518',0,'revision','',0),(2519,1,'2025-02-26 20:12:48','2025-02-26 20:12:48','<!-- wp:paragraph -->\n<p class=\"\">Vinyl can be used for many different applications. We offer full and partial vehicle wrap services to help you achieve the look you want for your vehicle. Using the best materials on the market paired with exercising the newest professional techniques for installing, we aim for quality over the life span of your wrap.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"backgroundColor\":\"primary-4\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group has-primary-4-background-color has-background\"><!-- wp:image {\"id\":2504,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/3M.png\" alt=\"\" class=\"wp-image-2504\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2507,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/averydennison.png\" alt=\"\" class=\"wp-image-2507\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2509,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/Orafol.png\" alt=\"\" class=\"wp-image-2509\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2508,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/hexis.png\" alt=\"\" class=\"wp-image-2508\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2505,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/kpmf.png\" alt=\"\" class=\"wp-image-2505\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2506,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/teckwrap.png\" alt=\"\" class=\"wp-image-2506\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2511,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/tinyBot.png\" alt=\"\" class=\"wp-image-2511\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2510,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/aura.png\" alt=\"\" class=\"wp-image-2510\" style=\"width:86px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:group {\"metadata\":{\"name\":\"Gallery\"},\"align\":\"full\",\"className\":\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-default\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"100%\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-default wp-block-group alignfull\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"radius\":\"0px\"}}} -->\n<figure class=\"wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1506748686214-e9df14d4d9d0?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\" style=\"border-radius:0px;aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1470337458703-46ad1756a187?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1436018626274-89acd1d6ec9d?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1543872084-c7bd3822856f?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1495954380655-01609180eda3?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1527622444-3832940998a7?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Nzh8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1535478372499-9d1e5130bd92?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mjd8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1514924013411-cbf25faa35bb?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:wpforms/form-selector {\"clientId\":\"9783816b-3c20-4d09-8433-c847e9a49f38\",\"formId\":\"2516\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Style wraps','','inherit','closed','closed','','1212-revision-v1','','','2025-02-26 20:12:48','2025-02-26 20:12:48','',1212,'https://aggressivegraphix.com/?p=2519',0,'revision','',0),(2520,1,'2025-02-26 20:13:07','2025-02-26 20:13:07','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"phone\",\"label\":\"Phone\",\"format\":\"smart\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"date-time\",\"label\":\"Specific job completion date\",\"format\":\"date\",\"description\":\"\",\"size\":\"medium\",\"date_type\":\"datepicker\",\"date_placeholder\":\"\",\"date_format\":\"m\\/d\\/Y\",\"date_limit_days_mon\":\"1\",\"date_limit_days_tue\":\"1\",\"date_limit_days_wed\":\"1\",\"date_limit_days_thu\":\"1\",\"date_limit_days_fri\":\"1\",\"time_interval\":\"30\",\"time_placeholder\":\"\",\"time_format\":\"g:i A\",\"time_limit_hours_start_hour\":\"09\",\"time_limit_hours_start_min\":\"00\",\"time_limit_hours_start_ampm\":\"am\",\"time_limit_hours_end_hour\":\"06\",\"time_limit_hours_end_min\":\"00\",\"time_limit_hours_end_ampm\":\"pm\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"checkbox\",\"label\":\"Project type\",\"choices\":{\"1\":{\"label\":\"Car\\/Truck\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Motorcycle\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Watercraft\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Other\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"Select all that apply\",\"required\":\"1\",\"input_columns\":\"\",\"choice_limit\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"text\",\"label\":\"Vehicle year\\/make\\/model\",\"description\":\"Please let us know what your vehicle year\\/make\\/model is\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"5\",\"operator\":\"==\",\"value\":\"1\"},{\"field\":\"5\",\"operator\":\"==\",\"value\":\"2\"},{\"field\":\"5\",\"operator\":\"==\",\"value\":\"3\"}]]},\"6\":{\"id\":\"6\",\"type\":\"checkbox\",\"label\":\"Which wrap service are you interested in?\",\"choices\":{\"1\":{\"label\":\"Chrome delete\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Head light\\/tail light tint\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Windshield Banner\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Stripe kit\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Partial color change\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"Full color change\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"Partial printed wrap\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"Full printed wrap\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"9\":{\"label\":\"Other\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"Select all that apply\",\"required\":\"1\",\"input_columns\":\"\",\"choice_limit\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"7\":{\"id\":\"7\",\"type\":\"textarea\",\"label\":\"Please describe your project\",\"description\":\"Let us know what you have in mind for your project.\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"8\":{\"id\":\"8\",\"type\":\"file-upload\",\"label\":\"Please upload photos of your vehicle\",\"description\":\"The more details you can send us of photos of the body, any damaged or problematic areas, etc will help us greatly when it comes to quoting your project.\",\"extensions\":\"\",\"max_size\":\"\",\"max_file_number\":\"12\",\"style\":\"modern\",\"css\":\"\"}},\"id\":\"2516\",\"field_id\":10,\"search_terms\":\"\",\"settings\":{\"form_title\":\"Style wrap\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"New Entry: Blank Form\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"enable\":\"1\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Style wrap','','inherit','closed','closed','','2516-revision-v1','','','2025-02-26 20:13:07','2025-02-26 20:13:07','',2516,'https://aggressivegraphix.com/?p=2520',0,'revision','',0),(2521,1,'2025-02-26 20:14:26','2025-02-26 20:14:26','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"phone\",\"label\":\"Phone\",\"format\":\"us\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"date-time\",\"label\":\"Specific job completion date\",\"format\":\"date\",\"description\":\"\",\"size\":\"large\",\"date_type\":\"datepicker\",\"date_placeholder\":\"\",\"date_format\":\"m\\/d\\/Y\",\"date_limit_days_mon\":\"1\",\"date_limit_days_tue\":\"1\",\"date_limit_days_wed\":\"1\",\"date_limit_days_thu\":\"1\",\"date_limit_days_fri\":\"1\",\"time_interval\":\"30\",\"time_placeholder\":\"\",\"time_format\":\"g:i A\",\"time_limit_hours_start_hour\":\"09\",\"time_limit_hours_start_min\":\"00\",\"time_limit_hours_start_ampm\":\"am\",\"time_limit_hours_end_hour\":\"06\",\"time_limit_hours_end_min\":\"00\",\"time_limit_hours_end_ampm\":\"pm\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"checkbox\",\"label\":\"Project type\",\"choices\":{\"1\":{\"label\":\"Car\\/Truck\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Motorcycle\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Watercraft\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Other\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"Select all that apply\",\"required\":\"1\",\"input_columns\":\"\",\"choice_limit\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"text\",\"label\":\"Vehicle year\\/make\\/model\",\"description\":\"Please let us know what your vehicle year\\/make\\/model is\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"5\",\"operator\":\"==\",\"value\":\"1\"},{\"field\":\"5\",\"operator\":\"==\",\"value\":\"2\"},{\"field\":\"5\",\"operator\":\"==\",\"value\":\"3\"}]]},\"6\":{\"id\":\"6\",\"type\":\"checkbox\",\"label\":\"Which wrap service are you interested in?\",\"choices\":{\"1\":{\"label\":\"Chrome delete\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Head light\\/tail light tint\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Windshield Banner\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Stripe kit\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Partial color change\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"Full color change\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"Partial printed wrap\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"Full printed wrap\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"9\":{\"label\":\"Other\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"Select all that apply\",\"required\":\"1\",\"input_columns\":\"\",\"choice_limit\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"7\":{\"id\":\"7\",\"type\":\"textarea\",\"label\":\"Please describe your project\",\"description\":\"Let us know what you have in mind for your project.\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"8\":{\"id\":\"8\",\"type\":\"file-upload\",\"label\":\"Please upload photos of your vehicle\",\"description\":\"The more details you can send us of photos of the body, any damaged or problematic areas, etc will help us greatly when it comes to quoting your project.\",\"extensions\":\"\",\"max_size\":\"\",\"max_file_number\":\"12\",\"style\":\"modern\",\"css\":\"\"}},\"id\":\"2516\",\"field_id\":10,\"search_terms\":\"\",\"settings\":{\"form_title\":\"Style wrap\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"New Entry: Blank Form\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"enable\":\"1\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Style wrap','','inherit','closed','closed','','2516-revision-v1','','','2025-02-26 20:14:26','2025-02-26 20:14:26','',2516,'https://aggressivegraphix.com/?p=2521',0,'revision','',0),(2523,1,'2025-02-26 21:24:14','2025-02-26 21:24:14','<!-- wp:paragraph -->\n<p class=\"\">Vinyl can be used for many different applications. We offer full and partial vehicle wrap services to help you achieve the look you want for your vehicle. Using the best materials on the market paired with exercising the newest professional techniques for installing, we aim for quality over the life span of your wrap.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"backgroundColor\":\"primary-4\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group has-primary-4-background-color has-background\"><!-- wp:image {\"id\":2504,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/3M.png\" alt=\"\" class=\"wp-image-2504\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2507,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/averydennison.png\" alt=\"\" class=\"wp-image-2507\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2509,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/Orafol.png\" alt=\"\" class=\"wp-image-2509\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2508,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/hexis.png\" alt=\"\" class=\"wp-image-2508\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2505,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/kpmf.png\" alt=\"\" class=\"wp-image-2505\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2506,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/teckwrap.png\" alt=\"\" class=\"wp-image-2506\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2511,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/tinyBot.png\" alt=\"\" class=\"wp-image-2511\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2510,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/aura.png\" alt=\"\" class=\"wp-image-2510\" style=\"width:86px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Chrome delete</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Gallery\"},\"align\":\"full\",\"className\":\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-default\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"100%\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-default wp-block-group alignfull\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"radius\":\"0px\"}}} -->\n<figure class=\"wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1506748686214-e9df14d4d9d0?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\" style=\"border-radius:0px;aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1470337458703-46ad1756a187?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1436018626274-89acd1d6ec9d?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1543872084-c7bd3822856f?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1495954380655-01609180eda3?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1527622444-3832940998a7?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Nzh8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1535478372499-9d1e5130bd92?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mjd8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1514924013411-cbf25faa35bb?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Partial wraps</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Gallery\"},\"align\":\"full\",\"className\":\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-default\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"100%\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-default wp-block-group alignfull\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"radius\":\"0px\"}}} -->\n<figure class=\"wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1506748686214-e9df14d4d9d0?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\" style=\"border-radius:0px;aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1470337458703-46ad1756a187?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1436018626274-89acd1d6ec9d?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1543872084-c7bd3822856f?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1495954380655-01609180eda3?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1527622444-3832940998a7?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Nzh8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1535478372499-9d1e5130bd92?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mjd8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1514924013411-cbf25faa35bb?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Full wraps</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Gallery\"},\"align\":\"full\",\"className\":\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-default\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"100%\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-default wp-block-group alignfull\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"radius\":\"0px\"}}} -->\n<figure class=\"wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1506748686214-e9df14d4d9d0?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\" style=\"border-radius:0px;aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1470337458703-46ad1756a187?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1436018626274-89acd1d6ec9d?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1543872084-c7bd3822856f?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1495954380655-01609180eda3?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1527622444-3832940998a7?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Nzh8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1535478372499-9d1e5130bd92?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mjd8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1514924013411-cbf25faa35bb?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:wpforms/form-selector {\"clientId\":\"9783816b-3c20-4d09-8433-c847e9a49f38\",\"formId\":\"2516\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:yoast/faq-block {\"questions\":[{\"id\":\"faq-question-1740601022040\",\"question\":[\"How long does a vinyl wrap last?\"],\"answer\":[\"There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Using harsh soaps or detergents that are not PH neutral while washing your car\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Spray detailers that have sealers, ceramics, and waxes in them\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Harsh water sprayers like drive through car washes\",{\"type\":\"br\",\"props\":{\"children\":[]}},{\"type\":\"br\",\"props\":{\"children\":[]}},\"There are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.\"],\"jsonQuestion\":\"How long does a vinyl wrap last?\",\"jsonAnswer\":\"There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:\\u003cbr/\\u003e- Using harsh soaps or detergents that are not PH neutral while washing your car\\u003cbr/\\u003e- Spray detailers that have sealers, ceramics, and waxes in them\\u003cbr/\\u003e- Harsh water sprayers like drive through car washes\\u003cbr/\\u003e\\u003cbr/\\u003eThere are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.\"},{\"id\":\"faq-question-1740604719384\",\"question\":[\"Can vinyl cover paint imperfections?\"],\"answer\":[\"Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. \"],\"jsonQuestion\":\"Can vinyl cover paint imperfections?\",\"jsonAnswer\":\"Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. \"},{\"id\":\"faq-question-1740604877589\",\"question\":[\"Will you perform body work before wrapping my car?\"],\"answer\":[\"If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.\"],\"jsonQuestion\":\"Will you perform body work before wrapping my car?\",\"jsonAnswer\":\"If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.\"},{\"id\":\"faq-question-1740604960292\",\"question\":[\"Will vinyl hurt the paint of my car?\"],\"answer\":[\"Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.\"],\"jsonQuestion\":\"Will vinyl hurt the paint of my car?\",\"jsonAnswer\":\"Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.\"}]} -->\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1740601022040\"><strong class=\"schema-faq-question\">How long does a vinyl wrap last?</strong> <p class=\"schema-faq-answer\">There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:<br/>- Using harsh soaps or detergents that are not PH neutral while washing your car<br/>- Spray detailers that have sealers, ceramics, and waxes in them<br/>- Harsh water sprayers like drive through car washes<br/><br/>There are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604719384\"><strong class=\"schema-faq-question\">Can vinyl cover paint imperfections?</strong> <p class=\"schema-faq-answer\">Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. </p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604877589\"><strong class=\"schema-faq-question\">Will you perform body work before wrapping my car?</strong> <p class=\"schema-faq-answer\">If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604960292\"><strong class=\"schema-faq-question\">Will vinyl hurt the paint of my car?</strong> <p class=\"schema-faq-answer\">Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.</p> </div> </div>\n<!-- /wp:yoast/faq-block -->','Style wraps','','inherit','closed','closed','','1212-revision-v1','','','2025-02-26 21:24:14','2025-02-26 21:24:14','',1212,'https://aggressivegraphix.com/?p=2523',0,'revision','',0),(2524,1,'2025-02-26 21:29:00','2025-02-26 21:29:00','<!-- wp:paragraph -->\n<p class=\"\">Vinyl can be used for many different applications. We offer full and partial vehicle wrap services to help you achieve the look you want for your vehicle. Using the best materials on the market paired with exercising the newest professional techniques for installing, we aim for quality over the life span of your wrap.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"backgroundColor\":\"primary-4\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group has-primary-4-background-color has-background\"><!-- wp:image {\"id\":2504,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/3M.png\" alt=\"\" class=\"wp-image-2504\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2507,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/averydennison.png\" alt=\"\" class=\"wp-image-2507\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2509,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/Orafol.png\" alt=\"\" class=\"wp-image-2509\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2508,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/hexis.png\" alt=\"\" class=\"wp-image-2508\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2505,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/kpmf.png\" alt=\"\" class=\"wp-image-2505\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2506,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/teckwrap.png\" alt=\"\" class=\"wp-image-2506\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2511,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/tinyBot.png\" alt=\"\" class=\"wp-image-2511\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2510,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/aura.png\" alt=\"\" class=\"wp-image-2510\" style=\"width:86px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Chrome delete</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Gallery\"},\"align\":\"full\",\"className\":\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-default\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"default\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-default wp-block-group alignfull\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"radius\":\"0px\"}}} -->\n<figure class=\"wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1506748686214-e9df14d4d9d0?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\" style=\"border-radius:0px;aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1470337458703-46ad1756a187?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1436018626274-89acd1d6ec9d?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1543872084-c7bd3822856f?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1495954380655-01609180eda3?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1527622444-3832940998a7?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Nzh8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1535478372499-9d1e5130bd92?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mjd8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1514924013411-cbf25faa35bb?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Partial wraps</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Gallery\"},\"align\":\"full\",\"className\":\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-default\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"100%\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-default wp-block-group alignfull\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"radius\":\"0px\"}}} -->\n<figure class=\"wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1506748686214-e9df14d4d9d0?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\" style=\"border-radius:0px;aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1470337458703-46ad1756a187?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1436018626274-89acd1d6ec9d?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1543872084-c7bd3822856f?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1495954380655-01609180eda3?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1527622444-3832940998a7?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Nzh8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1535478372499-9d1e5130bd92?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mjd8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1514924013411-cbf25faa35bb?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Full wraps</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Gallery\"},\"align\":\"full\",\"className\":\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-default\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"100%\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-default wp-block-group alignfull\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"radius\":\"0px\"}}} -->\n<figure class=\"wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1506748686214-e9df14d4d9d0?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\" style=\"border-radius:0px;aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1470337458703-46ad1756a187?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1436018626274-89acd1d6ec9d?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1543872084-c7bd3822856f?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1495954380655-01609180eda3?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1527622444-3832940998a7?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Nzh8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1535478372499-9d1e5130bd92?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mjd8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1514924013411-cbf25faa35bb?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:wpforms/form-selector {\"clientId\":\"9783816b-3c20-4d09-8433-c847e9a49f38\",\"formId\":\"2516\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:yoast/faq-block {\"questions\":[{\"id\":\"faq-question-1740601022040\",\"question\":[\"How long does a vinyl wrap last?\"],\"answer\":[\"There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Using harsh soaps or detergents that are not PH neutral while washing your car\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Spray detailers that have sealers, ceramics, and waxes in them\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Harsh water sprayers like drive through car washes\",{\"type\":\"br\",\"props\":{\"children\":[]}},{\"type\":\"br\",\"props\":{\"children\":[]}},\"There are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.\"],\"jsonQuestion\":\"How long does a vinyl wrap last?\",\"jsonAnswer\":\"There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:\\u003cbr/\\u003e- Using harsh soaps or detergents that are not PH neutral while washing your car\\u003cbr/\\u003e- Spray detailers that have sealers, ceramics, and waxes in them\\u003cbr/\\u003e- Harsh water sprayers like drive through car washes\\u003cbr/\\u003e\\u003cbr/\\u003eThere are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.\"},{\"id\":\"faq-question-1740604719384\",\"question\":[\"Can vinyl cover paint imperfections?\"],\"answer\":[\"Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. \"],\"jsonQuestion\":\"Can vinyl cover paint imperfections?\",\"jsonAnswer\":\"Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. \"},{\"id\":\"faq-question-1740604877589\",\"question\":[\"Will you perform body work before wrapping my car?\"],\"answer\":[\"If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.\"],\"jsonQuestion\":\"Will you perform body work before wrapping my car?\",\"jsonAnswer\":\"If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.\"},{\"id\":\"faq-question-1740604960292\",\"question\":[\"Will vinyl hurt the paint of my car?\"],\"answer\":[\"Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.\"],\"jsonQuestion\":\"Will vinyl hurt the paint of my car?\",\"jsonAnswer\":\"Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.\"}]} -->\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1740601022040\"><strong class=\"schema-faq-question\">How long does a vinyl wrap last?</strong> <p class=\"schema-faq-answer\">There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:<br/>- Using harsh soaps or detergents that are not PH neutral while washing your car<br/>- Spray detailers that have sealers, ceramics, and waxes in them<br/>- Harsh water sprayers like drive through car washes<br/><br/>There are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604719384\"><strong class=\"schema-faq-question\">Can vinyl cover paint imperfections?</strong> <p class=\"schema-faq-answer\">Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. </p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604877589\"><strong class=\"schema-faq-question\">Will you perform body work before wrapping my car?</strong> <p class=\"schema-faq-answer\">If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604960292\"><strong class=\"schema-faq-question\">Will vinyl hurt the paint of my car?</strong> <p class=\"schema-faq-answer\">Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.</p> </div> </div>\n<!-- /wp:yoast/faq-block -->','Style wraps','','inherit','closed','closed','','1212-revision-v1','','','2025-02-26 21:29:00','2025-02-26 21:29:00','',1212,'https://aggressivegraphix.com/?p=2524',0,'revision','',0),(2525,1,'2025-02-26 21:29:27','2025-02-26 21:29:27','<!-- wp:paragraph -->\n<p class=\"\">Vinyl can be used for many different applications. We offer full and partial vehicle wrap services to help you achieve the look you want for your vehicle. Using the best materials on the market paired with exercising the newest professional techniques for installing, we aim for quality over the life span of your wrap.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"backgroundColor\":\"primary-4\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group has-primary-4-background-color has-background\"><!-- wp:image {\"id\":2504,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/3M.png\" alt=\"\" class=\"wp-image-2504\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2507,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/averydennison.png\" alt=\"\" class=\"wp-image-2507\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2509,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/Orafol.png\" alt=\"\" class=\"wp-image-2509\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2508,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/hexis.png\" alt=\"\" class=\"wp-image-2508\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2505,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/kpmf.png\" alt=\"\" class=\"wp-image-2505\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2506,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/teckwrap.png\" alt=\"\" class=\"wp-image-2506\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2511,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/tinyBot.png\" alt=\"\" class=\"wp-image-2511\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2510,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/aura.png\" alt=\"\" class=\"wp-image-2510\" style=\"width:86px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Chrome deletes</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Gallery\"},\"align\":\"full\",\"className\":\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-default\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"default\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-default wp-block-group alignfull\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"radius\":\"0px\"}}} -->\n<figure class=\"wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1506748686214-e9df14d4d9d0?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\" style=\"border-radius:0px;aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1470337458703-46ad1756a187?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1436018626274-89acd1d6ec9d?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1543872084-c7bd3822856f?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1495954380655-01609180eda3?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1527622444-3832940998a7?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Nzh8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1535478372499-9d1e5130bd92?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mjd8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1514924013411-cbf25faa35bb?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Partial wraps</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Gallery\"},\"align\":\"full\",\"className\":\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-default\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"100%\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-default wp-block-group alignfull\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"radius\":\"0px\"}}} -->\n<figure class=\"wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1506748686214-e9df14d4d9d0?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\" style=\"border-radius:0px;aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1470337458703-46ad1756a187?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1436018626274-89acd1d6ec9d?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1543872084-c7bd3822856f?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1495954380655-01609180eda3?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1527622444-3832940998a7?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Nzh8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1535478372499-9d1e5130bd92?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mjd8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1514924013411-cbf25faa35bb?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Full wraps</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Gallery\"},\"align\":\"full\",\"className\":\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-default\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"100%\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-default wp-block-group alignfull\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"radius\":\"0px\"}}} -->\n<figure class=\"wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1506748686214-e9df14d4d9d0?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\" style=\"border-radius:0px;aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1470337458703-46ad1756a187?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1436018626274-89acd1d6ec9d?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1543872084-c7bd3822856f?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1495954380655-01609180eda3?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1527622444-3832940998a7?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Nzh8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1535478372499-9d1e5130bd92?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mjd8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1514924013411-cbf25faa35bb?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:wpforms/form-selector {\"clientId\":\"9783816b-3c20-4d09-8433-c847e9a49f38\",\"formId\":\"2516\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:yoast/faq-block {\"questions\":[{\"id\":\"faq-question-1740601022040\",\"question\":[\"How long does a vinyl wrap last?\"],\"answer\":[\"There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Using harsh soaps or detergents that are not PH neutral while washing your car\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Spray detailers that have sealers, ceramics, and waxes in them\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Harsh water sprayers like drive through car washes\",{\"type\":\"br\",\"props\":{\"children\":[]}},{\"type\":\"br\",\"props\":{\"children\":[]}},\"There are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.\"],\"jsonQuestion\":\"How long does a vinyl wrap last?\",\"jsonAnswer\":\"There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:\\u003cbr/\\u003e- Using harsh soaps or detergents that are not PH neutral while washing your car\\u003cbr/\\u003e- Spray detailers that have sealers, ceramics, and waxes in them\\u003cbr/\\u003e- Harsh water sprayers like drive through car washes\\u003cbr/\\u003e\\u003cbr/\\u003eThere are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.\"},{\"id\":\"faq-question-1740604719384\",\"question\":[\"Can vinyl cover paint imperfections?\"],\"answer\":[\"Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. \"],\"jsonQuestion\":\"Can vinyl cover paint imperfections?\",\"jsonAnswer\":\"Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. \"},{\"id\":\"faq-question-1740604877589\",\"question\":[\"Will you perform body work before wrapping my car?\"],\"answer\":[\"If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.\"],\"jsonQuestion\":\"Will you perform body work before wrapping my car?\",\"jsonAnswer\":\"If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.\"},{\"id\":\"faq-question-1740604960292\",\"question\":[\"Will vinyl hurt the paint of my car?\"],\"answer\":[\"Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.\"],\"jsonQuestion\":\"Will vinyl hurt the paint of my car?\",\"jsonAnswer\":\"Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.\"}]} -->\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1740601022040\"><strong class=\"schema-faq-question\">How long does a vinyl wrap last?</strong> <p class=\"schema-faq-answer\">There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:<br/>- Using harsh soaps or detergents that are not PH neutral while washing your car<br/>- Spray detailers that have sealers, ceramics, and waxes in them<br/>- Harsh water sprayers like drive through car washes<br/><br/>There are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604719384\"><strong class=\"schema-faq-question\">Can vinyl cover paint imperfections?</strong> <p class=\"schema-faq-answer\">Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. </p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604877589\"><strong class=\"schema-faq-question\">Will you perform body work before wrapping my car?</strong> <p class=\"schema-faq-answer\">If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604960292\"><strong class=\"schema-faq-question\">Will vinyl hurt the paint of my car?</strong> <p class=\"schema-faq-answer\">Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.</p> </div> </div>\n<!-- /wp:yoast/faq-block -->','Style wraps','','inherit','closed','closed','','1212-revision-v1','','','2025-02-26 21:29:27','2025-02-26 21:29:27','',1212,'https://aggressivegraphix.com/?p=2525',0,'revision','',0),(2529,1,'2025-03-03 21:05:51','2025-03-03 21:05:51','<!-- wp:paragraph -->\n<p class=\"\">Vinyl can be used for many different applications. We offer full and partial vehicle wrap services to help you achieve the look you want for your vehicle. Using the best materials on the market paired with exercising the newest professional techniques for installing, we aim for quality over the life span of your wrap.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"backgroundColor\":\"primary-4\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group has-primary-4-background-color has-background\"><!-- wp:image {\"id\":2504,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/3M.png\" alt=\"\" class=\"wp-image-2504\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2507,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/averydennison.png\" alt=\"\" class=\"wp-image-2507\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2509,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/Orafol.png\" alt=\"\" class=\"wp-image-2509\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2508,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/hexis.png\" alt=\"\" class=\"wp-image-2508\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2505,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/kpmf.png\" alt=\"\" class=\"wp-image-2505\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2506,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/teckwrap.png\" alt=\"\" class=\"wp-image-2506\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2511,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/tinyBot.png\" alt=\"\" class=\"wp-image-2511\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2510,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/aura.png\" alt=\"\" class=\"wp-image-2510\" style=\"width:86px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Chrome deletes</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery /-->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Partial wraps</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Gallery\"},\"align\":\"full\",\"className\":\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-default\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"100%\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-default wp-block-group alignfull\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"radius\":\"0px\"}}} -->\n<figure class=\"wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1506748686214-e9df14d4d9d0?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\" style=\"border-radius:0px;aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1470337458703-46ad1756a187?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1436018626274-89acd1d6ec9d?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1543872084-c7bd3822856f?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1495954380655-01609180eda3?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1527622444-3832940998a7?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Nzh8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1535478372499-9d1e5130bd92?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mjd8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1514924013411-cbf25faa35bb?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Full wraps</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Gallery\"},\"align\":\"full\",\"className\":\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-default\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"100%\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-default wp-block-group alignfull\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2489,\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"0px\"}}} -->\n<figure class=\"wp-block-image size-large has-custom-border\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2556-1-768x1024.jpg\" alt=\"\" class=\"wp-image-2489\" style=\"border-radius:0px;aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2486,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_3616-768x1024.jpg\" alt=\"\" class=\"wp-image-2486\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"id\":2488,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_0785-1024x758.jpg\" alt=\"\" class=\"wp-image-2488\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2490,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2741-1-768x1024.jpg\" alt=\"\" class=\"wp-image-2490\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1495954380655-01609180eda3?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1527622444-3832940998a7?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Nzh8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1535478372499-9d1e5130bd92?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mjd8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1514924013411-cbf25faa35bb?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:wpforms/form-selector {\"clientId\":\"9783816b-3c20-4d09-8433-c847e9a49f38\",\"formId\":\"2516\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:yoast/faq-block {\"questions\":[{\"id\":\"faq-question-1740601022040\",\"question\":[\"How long does a vinyl wrap last?\"],\"answer\":[\"There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Using harsh soaps or detergents that are not PH neutral while washing your car\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Spray detailers that have sealers, ceramics, and waxes in them\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Harsh water sprayers like drive through car washes\",{\"type\":\"br\",\"props\":{\"children\":[]}},{\"type\":\"br\",\"props\":{\"children\":[]}},\"There are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.\"],\"jsonQuestion\":\"How long does a vinyl wrap last?\",\"jsonAnswer\":\"There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:\\u003cbr/\\u003e- Using harsh soaps or detergents that are not PH neutral while washing your car\\u003cbr/\\u003e- Spray detailers that have sealers, ceramics, and waxes in them\\u003cbr/\\u003e- Harsh water sprayers like drive through car washes\\u003cbr/\\u003e\\u003cbr/\\u003eThere are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.\"},{\"id\":\"faq-question-1740604719384\",\"question\":[\"Can vinyl cover paint imperfections?\"],\"answer\":[\"Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. \"],\"jsonQuestion\":\"Can vinyl cover paint imperfections?\",\"jsonAnswer\":\"Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. \"},{\"id\":\"faq-question-1740604877589\",\"question\":[\"Will you perform body work before wrapping my car?\"],\"answer\":[\"If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.\"],\"jsonQuestion\":\"Will you perform body work before wrapping my car?\",\"jsonAnswer\":\"If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.\"},{\"id\":\"faq-question-1740604960292\",\"question\":[\"Will vinyl hurt the paint of my car?\"],\"answer\":[\"Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.\"],\"jsonQuestion\":\"Will vinyl hurt the paint of my car?\",\"jsonAnswer\":\"Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.\"}]} -->\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1740601022040\"><strong class=\"schema-faq-question\">How long does a vinyl wrap last?</strong> <p class=\"schema-faq-answer\">There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:<br/>- Using harsh soaps or detergents that are not PH neutral while washing your car<br/>- Spray detailers that have sealers, ceramics, and waxes in them<br/>- Harsh water sprayers like drive through car washes<br/><br/>There are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604719384\"><strong class=\"schema-faq-question\">Can vinyl cover paint imperfections?</strong> <p class=\"schema-faq-answer\">Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. </p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604877589\"><strong class=\"schema-faq-question\">Will you perform body work before wrapping my car?</strong> <p class=\"schema-faq-answer\">If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604960292\"><strong class=\"schema-faq-question\">Will vinyl hurt the paint of my car?</strong> <p class=\"schema-faq-answer\">Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.</p> </div> </div>\n<!-- /wp:yoast/faq-block -->','Style wraps','','inherit','closed','closed','','1212-revision-v1','','','2025-03-03 21:05:51','2025-03-03 21:05:51','',1212,'https://aggressivegraphix.com/?p=2529',0,'revision','',0),(2530,1,'2025-03-03 21:35:07','2025-03-03 21:35:07','','Chrome deletes','','publish','closed','closed','','chrome-deletes','','','2025-09-18 19:10:36','2025-09-18 19:10:36','',0,'https://aggressivegraphix.com/?post_type=envira&#038;p=2530',0,'envira','',0),(2579,1,'2025-03-03 21:31:01','2025-03-03 21:31:01','','IMG_4573','','inherit','open','closed','','img_4573-2','','','2025-09-09 16:36:24','2025-09-09 16:36:24','',2530,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-1.jpg',0,'attachment','image/webp',0),(2580,1,'2025-03-03 21:31:05','2025-03-03 21:31:05','','IMG_4576','','inherit','open','closed','','img_4576-2','','','2025-09-09 16:36:12','2025-09-09 16:36:12','',2530,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1.jpg',0,'attachment','image/webp',0),(2581,1,'2025-03-03 21:31:09','2025-03-03 21:31:09','','IMG_6095','','inherit','open','closed','','img_6095-2','','','2025-09-09 16:36:02','2025-09-09 16:36:02','',2530,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1.jpg',0,'attachment','image/webp',0),(2582,1,'2025-03-03 21:31:12','2025-03-03 21:31:12','','IMG_6097','','inherit','open','closed','','img_6097','','','2025-09-09 16:35:49','2025-09-09 16:35:49','',2530,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6097.jpg',0,'attachment','image/webp',0),(2583,1,'2025-03-03 21:31:16','2025-03-03 21:31:16','','IMG_6435','','inherit','open','closed','','img_6435','','','2025-09-09 16:35:40','2025-09-09 16:35:40','',2530,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435.jpg',0,'attachment','image/webp',0),(2584,1,'2025-03-03 21:31:19','2025-03-03 21:31:19','','IMG_6872','','inherit','open','closed','','img_6872-2','','','2025-09-09 16:35:27','2025-09-09 16:35:27','',2530,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1.jpg',0,'attachment','image/webp',0),(2585,1,'2025-03-03 21:31:22','2025-03-03 21:31:22','','IMG_6873','','inherit','open','closed','','img_6873-2','','','2025-09-09 16:35:16','2025-09-09 16:35:16','',2530,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-1.jpg',0,'attachment','image/webp',0),(2586,1,'2025-03-03 21:31:25','2025-03-03 21:31:25','','IMG_6892','','inherit','open','closed','','img_6892-2','','','2025-09-09 16:35:03','2025-09-09 16:35:03','',2530,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-1.jpg',0,'attachment','image/webp',0),(2587,1,'2025-03-03 21:31:28','2025-03-03 21:31:28','','IMG_6894','','inherit','open','closed','','img_6894-2','','','2025-09-09 16:34:51','2025-09-09 16:34:51','',2530,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-1.jpg',0,'attachment','image/webp',0),(2588,1,'2025-03-03 21:35:37','2025-03-03 21:35:37','<!-- wp:paragraph -->\n<p class=\"\">Vinyl can be used for many different applications. We offer full and partial vehicle wrap services to help you achieve the look you want for your vehicle. Using the best materials on the market paired with exercising the newest professional techniques for installing, we aim for quality over the life span of your wrap.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"backgroundColor\":\"primary-4\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group has-primary-4-background-color has-background\"><!-- wp:image {\"id\":2504,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/3M.png\" alt=\"\" class=\"wp-image-2504\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2507,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/averydennison.png\" alt=\"\" class=\"wp-image-2507\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2509,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/Orafol.png\" alt=\"\" class=\"wp-image-2509\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2508,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/hexis.png\" alt=\"\" class=\"wp-image-2508\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2505,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/kpmf.png\" alt=\"\" class=\"wp-image-2505\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2506,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/teckwrap.png\" alt=\"\" class=\"wp-image-2506\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2511,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/tinyBot.png\" alt=\"\" class=\"wp-image-2511\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2510,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/aura.png\" alt=\"\" class=\"wp-image-2510\" style=\"width:86px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Chrome deletes</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2530,\"title\":\"Chrome deletes\"} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2530\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Partial wraps</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Gallery\"},\"align\":\"full\",\"className\":\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-default\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"100%\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-default wp-block-group alignfull\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"radius\":\"0px\"}}} -->\n<figure class=\"wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1506748686214-e9df14d4d9d0?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\" style=\"border-radius:0px;aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1470337458703-46ad1756a187?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1436018626274-89acd1d6ec9d?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1543872084-c7bd3822856f?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1495954380655-01609180eda3?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1527622444-3832940998a7?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Nzh8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1535478372499-9d1e5130bd92?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mjd8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1514924013411-cbf25faa35bb?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Full wraps</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Gallery\"},\"align\":\"full\",\"className\":\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-default\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"100%\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-default wp-block-group alignfull\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2489,\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"0px\"}}} -->\n<figure class=\"wp-block-image size-large has-custom-border\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2556-1-768x1024.jpg\" alt=\"\" class=\"wp-image-2489\" style=\"border-radius:0px;aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2486,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_3616-768x1024.jpg\" alt=\"\" class=\"wp-image-2486\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"id\":2488,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_0785-1024x758.jpg\" alt=\"\" class=\"wp-image-2488\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2490,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2741-1-768x1024.jpg\" alt=\"\" class=\"wp-image-2490\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1495954380655-01609180eda3?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1527622444-3832940998a7?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Nzh8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1535478372499-9d1e5130bd92?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mjd8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1514924013411-cbf25faa35bb?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:wpforms/form-selector {\"clientId\":\"9783816b-3c20-4d09-8433-c847e9a49f38\",\"formId\":\"2516\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:yoast/faq-block {\"questions\":[{\"id\":\"faq-question-1740601022040\",\"question\":[\"How long does a vinyl wrap last?\"],\"answer\":[\"There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Using harsh soaps or detergents that are not PH neutral while washing your car\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Spray detailers that have sealers, ceramics, and waxes in them\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Harsh water sprayers like drive through car washes\",{\"type\":\"br\",\"props\":{\"children\":[]}},{\"type\":\"br\",\"props\":{\"children\":[]}},\"There are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.\"],\"jsonQuestion\":\"How long does a vinyl wrap last?\",\"jsonAnswer\":\"There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:\\u003cbr/\\u003e- Using harsh soaps or detergents that are not PH neutral while washing your car\\u003cbr/\\u003e- Spray detailers that have sealers, ceramics, and waxes in them\\u003cbr/\\u003e- Harsh water sprayers like drive through car washes\\u003cbr/\\u003e\\u003cbr/\\u003eThere are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.\"},{\"id\":\"faq-question-1740604719384\",\"question\":[\"Can vinyl cover paint imperfections?\"],\"answer\":[\"Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. \"],\"jsonQuestion\":\"Can vinyl cover paint imperfections?\",\"jsonAnswer\":\"Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. \"},{\"id\":\"faq-question-1740604877589\",\"question\":[\"Will you perform body work before wrapping my car?\"],\"answer\":[\"If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.\"],\"jsonQuestion\":\"Will you perform body work before wrapping my car?\",\"jsonAnswer\":\"If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.\"},{\"id\":\"faq-question-1740604960292\",\"question\":[\"Will vinyl hurt the paint of my car?\"],\"answer\":[\"Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.\"],\"jsonQuestion\":\"Will vinyl hurt the paint of my car?\",\"jsonAnswer\":\"Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.\"}]} -->\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1740601022040\"><strong class=\"schema-faq-question\">How long does a vinyl wrap last?</strong> <p class=\"schema-faq-answer\">There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:<br/>- Using harsh soaps or detergents that are not PH neutral while washing your car<br/>- Spray detailers that have sealers, ceramics, and waxes in them<br/>- Harsh water sprayers like drive through car washes<br/><br/>There are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604719384\"><strong class=\"schema-faq-question\">Can vinyl cover paint imperfections?</strong> <p class=\"schema-faq-answer\">Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. </p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604877589\"><strong class=\"schema-faq-question\">Will you perform body work before wrapping my car?</strong> <p class=\"schema-faq-answer\">If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604960292\"><strong class=\"schema-faq-question\">Will vinyl hurt the paint of my car?</strong> <p class=\"schema-faq-answer\">Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.</p> </div> </div>\n<!-- /wp:yoast/faq-block -->','Style wraps','','inherit','closed','closed','','1212-revision-v1','','','2025-03-03 21:35:37','2025-03-03 21:35:37','',1212,'https://aggressivegraphix.com/?p=2588',0,'revision','',0),(2590,1,'2025-03-03 22:42:32','2025-03-03 22:42:32','','Partial wraps','','publish','closed','closed','','partial-wraps','','','2025-08-29 19:43:52','2025-08-29 19:43:52','',0,'https://aggressivegraphix.com/?post_type=envira&#038;p=2590',0,'envira','',0),(2591,1,'2025-03-03 22:39:13','2025-03-03 22:39:13','','IMG_3274','','inherit','open','closed','','img_3274-2','','','2025-09-09 16:34:41','2025-09-09 16:34:41','',2590,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-1.jpg',0,'attachment','image/webp',0),(2592,1,'2025-03-03 22:39:17','2025-03-03 22:39:17','','IMG_3275','','inherit','open','closed','','img_3275','','','2025-09-09 16:34:29','2025-09-09 16:34:29','',2590,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3275.jpg',0,'attachment','image/webp',0),(2593,1,'2025-03-03 22:39:21','2025-03-03 22:39:21','','IMG_3276','','inherit','open','closed','','img_3276','','','2025-09-09 16:34:17','2025-09-09 16:34:17','',2590,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3276.jpg',0,'attachment','image/webp',0),(2594,1,'2025-03-03 22:39:24','2025-03-03 22:39:24','','IMG_3477','','inherit','open','closed','','img_3477','','','2025-09-09 16:34:07','2025-09-09 16:34:07','',2590,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3477.jpg',0,'attachment','image/webp',0),(2596,1,'2025-03-03 22:39:30','2025-03-03 22:39:30','','IMG_5969','','inherit','open','closed','','img_5969','','','2025-09-09 16:33:45','2025-09-09 16:33:45','',2590,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969.jpg',0,'attachment','image/webp',0),(2597,1,'2025-03-03 22:39:33','2025-03-03 22:39:33','','IMG_6980','','inherit','open','closed','','img_6980','','','2025-09-09 16:33:33','2025-09-09 16:33:33','',2590,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6980.jpg',0,'attachment','image/webp',0),(2598,1,'2025-03-03 22:39:35','2025-03-03 22:39:35','','IMG_6985','','inherit','open','closed','','img_6985','','','2025-09-09 16:33:21','2025-09-09 16:33:21','',2590,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985.jpg',0,'attachment','image/webp',0),(2599,1,'2025-03-03 22:39:38','2025-03-03 22:39:38','','IMG_7022','','inherit','open','closed','','img_7022','','','2025-09-09 16:33:08','2025-09-09 16:33:08','',2590,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7022.jpg',0,'attachment','image/webp',0),(2600,1,'2025-03-03 22:39:41','2025-03-03 22:39:41','','IMG_7201','','inherit','open','closed','','img_7201','','','2025-09-09 16:32:55','2025-09-09 16:32:55','',2590,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7201.jpg',0,'attachment','image/webp',0),(2601,1,'2025-03-03 22:39:43','2025-03-03 22:39:43','','IMG_7495','','inherit','open','closed','','img_7495','','','2025-09-09 16:32:43','2025-09-09 16:32:43','',2590,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495.jpg',0,'attachment','image/webp',0),(2602,1,'2025-03-03 22:39:46','2025-03-03 22:39:46','','IMG_7497','','inherit','open','closed','','img_7497','','','2025-09-09 16:32:30','2025-09-09 16:32:30','',2590,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7497.jpg',0,'attachment','image/webp',0),(2603,1,'2025-03-03 22:39:48','2025-03-03 22:39:48','','IMG_8222','','inherit','open','closed','','img_8222','','','2025-09-09 16:32:17','2025-09-09 16:32:17','',2590,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222.jpg',0,'attachment','image/webp',0),(2604,1,'2025-03-03 22:39:51','2025-03-03 22:39:51','','IMG_8224','','inherit','open','closed','','img_8224','','','2025-09-09 16:32:06','2025-09-09 16:32:06','',2590,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8224.jpg',0,'attachment','image/webp',0),(2605,1,'2025-03-03 22:39:55','2025-03-03 22:39:55','','IMG_8984','','inherit','open','closed','','img_8984','','','2025-09-09 16:31:54','2025-09-09 16:31:54','',2590,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984.jpg',0,'attachment','image/webp',0),(2606,1,'2025-03-03 22:39:57','2025-03-03 22:39:57','','IMG_9395','','inherit','open','closed','','img_9395','','','2025-09-09 16:31:43','2025-09-09 16:31:43','',2590,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395.jpg',0,'attachment','image/webp',0),(2607,1,'2025-03-03 22:40:00','2025-03-03 22:40:00','','IMG_0159','','inherit','open','closed','','img_0159','','','2025-09-09 16:31:31','2025-09-09 16:31:31','',2590,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159.jpg',0,'attachment','image/webp',0),(2608,1,'2025-03-03 22:40:04','2025-03-03 22:40:04','','IMG_0160','','inherit','open','closed','','img_0160','','','2025-09-09 16:31:19','2025-09-09 16:31:19','',2590,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0160.jpg',0,'attachment','image/webp',0),(2609,1,'2025-03-03 22:40:07','2025-03-03 22:40:07','','IMG_0912','','inherit','open','closed','','img_0912','','','2025-09-09 16:31:08','2025-09-09 16:31:08','',2590,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0912.jpg',0,'attachment','image/webp',0),(2610,1,'2025-03-03 22:40:12','2025-03-03 22:40:12','','IMG_1753','','inherit','open','closed','','img_1753','','','2025-09-09 16:30:55','2025-09-09 16:30:55','',2590,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753.jpg',0,'attachment','image/webp',0),(2611,1,'2025-03-03 22:40:20','2025-03-03 22:40:20','','IMG_2122','','inherit','open','closed','','img_2122','','','2025-09-09 16:30:44','2025-09-09 16:30:44','',2590,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122.jpg',0,'attachment','image/webp',0),(2612,1,'2025-03-03 22:40:24','2025-03-03 22:40:24','','IMG_2733','','inherit','open','closed','','img_2733','','','2025-09-09 16:30:33','2025-09-09 16:30:33','',2590,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733.jpg',0,'attachment','image/webp',0),(2613,1,'2025-03-03 22:40:27','2025-03-03 22:40:27','','IMG_2961','','inherit','open','closed','','img_2961','','','2025-09-09 16:30:21','2025-09-09 16:30:21','',2590,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2961.jpg',0,'attachment','image/webp',0),(2614,1,'2025-03-03 22:40:30','2025-03-03 22:40:30','','IMG_2962','','inherit','open','closed','','img_2962','','','2025-09-09 16:30:08','2025-09-09 16:30:08','',2590,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962.jpg',0,'attachment','image/webp',0),(2615,1,'2025-03-03 22:40:32','2025-03-03 22:40:32','','IMG_3014','','inherit','open','closed','','img_3014','','','2025-09-09 16:29:55','2025-09-09 16:29:55','',2590,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014.jpg',0,'attachment','image/webp',0),(2616,1,'2025-03-03 22:40:35','2025-03-03 22:40:35','','IMG_3272','','inherit','open','closed','','img_3272','','','2025-09-09 16:29:43','2025-09-09 16:29:43','',2590,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272.jpg',0,'attachment','image/webp',0),(2617,1,'2025-03-03 22:41:54','2025-03-03 22:41:54','','IMG_1754','','inherit','open','closed','','img_1754','','','2025-09-09 16:29:32','2025-09-09 16:29:32','',2590,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1754.jpg',0,'attachment','image/webp',0);
INSERT INTO `nbn_posts` VALUES (2618,1,'2025-03-03 22:42:52','2025-03-03 22:42:52','<!-- wp:paragraph -->\n<p>Vinyl can be used for many different applications. We offer full and partial vehicle wrap services to help you achieve the look you want for your vehicle. Using the best materials on the market paired with exercising the newest professional techniques for installing, we aim for quality over the life span of your wrap.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"backgroundColor\":\"primary-4\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group has-primary-4-background-color has-background\"><!-- wp:image {\"id\":2504,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/3M.png\" alt=\"\" class=\"wp-image-2504\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2507,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/averydennison.png\" alt=\"\" class=\"wp-image-2507\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2509,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/Orafol.png\" alt=\"\" class=\"wp-image-2509\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2508,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/hexis.png\" alt=\"\" class=\"wp-image-2508\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2505,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/kpmf.png\" alt=\"\" class=\"wp-image-2505\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2506,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/teckwrap.png\" alt=\"\" class=\"wp-image-2506\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2511,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/tinyBot.png\" alt=\"\" class=\"wp-image-2511\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2510,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/aura.png\" alt=\"\" class=\"wp-image-2510\" style=\"width:86px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Chrome deletes</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2530,\"title\":\"Chrome deletes\",\"columns\":\"0\",\"row_height\":150,\"margins\":\"custom\",\"custom_margins\":8,\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"lightbox_theme\":\"base\",\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-768x1024.jpg\",\"title\":\"IMG_4573\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2536,\"height\":123.79807692307692,\"width\":92.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1024x768.jpg\",\"title\":\"IMG_4576\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2537,\"height\":123.79807692307692,\"width\":164.7},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-768x1024.jpg\",\"title\":\"IMG_6095\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2538,\"height\":123.79807692307692,\"width\":92.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1024x768.jpg\",\"title\":\"IMG_6872\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2539,\"height\":123.79807692307692,\"width\":164.7},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-768x1024.jpg\",\"title\":\"IMG_6873\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2540,\"height\":168.85245901639345,\"width\":126.6},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-768x1024.jpg\",\"title\":\"IMG_6892\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2541,\"height\":168.85245901639345,\"width\":126.6},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-768x1024.jpg\",\"title\":\"IMG_6894\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2542,\"height\":168.85245901639345,\"width\":126.6},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD-819x1024.jpg\",\"title\":\"6F96F978-DCB7-4975-98BF-B3FE55C384AD\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2543,\"height\":168.85245901639345,\"width\":135.1},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/489A5D23-9C5B-49B6-AF9A-F252C16DD1D0-822x1024.jpg\",\"title\":\"489A5D23-9C5B-49B6-AF9A-F252C16DD1D0\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/489A5D23-9C5B-49B6-AF9A-F252C16DD1D0.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2544,\"height\":160.9375,\"width\":128.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC-819x1024.jpg\",\"title\":\"4359657F-7DED-40E4-8EC2-FDFCDCF462BC\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2545,\"height\":160.9375,\"width\":128.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD-1-819x1024.jpg\",\"title\":\"6F96F978-DCB7-4975-98BF-B3FE55C384AD\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2548,\"height\":160.9375,\"width\":128.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/33DC3C2F-3817-4E09-9A42-FD5E7A7C1A30-819x1024.jpg\",\"title\":\"33DC3C2F-3817-4E09-9A42-FD5E7A7C1A30\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/33DC3C2F-3817-4E09-9A42-FD5E7A7C1A30.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2549,\"height\":160.9375,\"width\":128.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/489A5D23-9C5B-49B6-AF9A-F252C16DD1D0-1-822x1024.jpg\",\"title\":\"489A5D23-9C5B-49B6-AF9A-F252C16DD1D0\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/489A5D23-9C5B-49B6-AF9A-F252C16DD1D0-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2550,\"height\":158.9506172839506,\"width\":127.2},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC-1-819x1024.jpg\",\"title\":\"4359657F-7DED-40E4-8EC2-FDFCDCF462BC\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2551,\"height\":158.9506172839506,\"width\":127.2},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/customchromedelete-910x1024.jpg\",\"title\":\"customchromedelete\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/customchromedelete.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2552,\"height\":158.9506172839506,\"width\":141.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1401-768x1024.jpg\",\"title\":\"IMG_1401\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1401.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2553,\"height\":158.9506172839506,\"width\":119.2},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1766-1-768x1024.jpg\",\"title\":\"IMG_1766\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1766-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2554,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1767-1-768x1024.jpg\",\"title\":\"IMG_1767\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1767-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2555,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1768-768x1024.jpg\",\"title\":\"IMG_1768\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1768.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2556,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2195-768x1024.jpg\",\"title\":\"IMG_2195\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2195.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2557,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2196-768x1024.jpg\",\"title\":\"IMG_2196\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2196.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2558,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2321-768x1024.jpg\",\"title\":\"IMG_2321\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2321.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2559,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2322-768x1024.jpg\",\"title\":\"IMG_2322\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2322.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2560,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2323-768x1024.jpg\",\"title\":\"IMG_2323\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2323.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2561,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2439-768x1024.jpg\",\"title\":\"IMG_2439\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2439.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2562,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2440-768x1024.jpg\",\"title\":\"IMG_2440\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2440.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2563,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2607-768x1024.jpg\",\"title\":\"IMG_2607\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2607.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2564,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2614-768x1024.jpg\",\"title\":\"IMG_2614\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2614.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2565,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2775-768x1024.jpg\",\"title\":\"IMG_2775\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2775.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2567,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2776-768x1024.jpg\",\"title\":\"IMG_2776\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2776.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2568,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2777-768x1024.jpg\",\"title\":\"IMG_2777\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2777.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2569,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2808-768x1024.jpg\",\"title\":\"IMG_2808\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2808.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2570,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2809-768x1024.jpg\",\"title\":\"IMG_2809\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2809.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2571,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3221-1-768x1024.jpg\",\"title\":\"IMG_3221\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3221-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2572,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-768x1024.jpg\",\"title\":\"IMG_3274\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2573,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3532-768x1024.jpg\",\"title\":\"IMG_3532\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3532.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2574,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3533-1-768x1024.jpg\",\"title\":\"IMG_3533\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3533-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2575,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3535-1-768x1024.jpg\",\"title\":\"IMG_3535\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3535-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2576,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3611-1-768x1024.jpg\",\"title\":\"IMG_3611\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3611-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2577,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3612-1-768x1024.jpg\",\"title\":\"IMG_3612\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3612-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2578,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-1-768x1024.jpg\",\"title\":\"IMG_4573\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2579,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1-1024x768.jpg\",\"title\":\"IMG_4576\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2580,\"height\":123.79807692307692,\"width\":164.7},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1-768x1024.jpg\",\"title\":\"IMG_6095\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2581,\"height\":123.79807692307692,\"width\":92.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6097-1024x768.jpg\",\"title\":\"IMG_6097\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6097.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2582,\"height\":123.79807692307692,\"width\":164.7},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435-768x1024.jpg\",\"title\":\"IMG_6435\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2583,\"height\":123.79807692307692,\"width\":92.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1-1024x768.jpg\",\"title\":\"IMG_6872\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2584,\"height\":143.85474860335196,\"width\":191.3},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-1-768x1024.jpg\",\"title\":\"IMG_6873\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2585,\"height\":143.85474860335196,\"width\":107.9},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-1-768x1024.jpg\",\"title\":\"IMG_6892\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2586,\"height\":143.85474860335196,\"width\":107.9},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-1-768x1024.jpg\",\"title\":\"IMG_6894\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2587,\"height\":143.85474860335196,\"width\":107.9}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2530\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Partial wraps</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2530,\"title\":\"Chrome deletes\",\"columns\":\"0\",\"row_height\":150,\"margins\":\"custom\",\"custom_margins\":8,\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"lightbox_theme\":\"base\",\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-768x1024.jpg\",\"title\":\"IMG_4573\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2536,\"height\":123.79807692307692,\"width\":92.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1024x768.jpg\",\"title\":\"IMG_4576\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2537,\"height\":123.79807692307692,\"width\":164.7},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-768x1024.jpg\",\"title\":\"IMG_6095\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2538,\"height\":123.79807692307692,\"width\":92.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1024x768.jpg\",\"title\":\"IMG_6872\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2539,\"height\":123.79807692307692,\"width\":164.7},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-768x1024.jpg\",\"title\":\"IMG_6873\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2540,\"height\":168.85245901639345,\"width\":126.6},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-768x1024.jpg\",\"title\":\"IMG_6892\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2541,\"height\":168.85245901639345,\"width\":126.6},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-768x1024.jpg\",\"title\":\"IMG_6894\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2542,\"height\":168.85245901639345,\"width\":126.6},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD-819x1024.jpg\",\"title\":\"6F96F978-DCB7-4975-98BF-B3FE55C384AD\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2543,\"height\":168.85245901639345,\"width\":135.1},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/489A5D23-9C5B-49B6-AF9A-F252C16DD1D0-822x1024.jpg\",\"title\":\"489A5D23-9C5B-49B6-AF9A-F252C16DD1D0\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/489A5D23-9C5B-49B6-AF9A-F252C16DD1D0.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2544,\"height\":160.9375,\"width\":128.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC-819x1024.jpg\",\"title\":\"4359657F-7DED-40E4-8EC2-FDFCDCF462BC\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2545,\"height\":160.9375,\"width\":128.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD-1-819x1024.jpg\",\"title\":\"6F96F978-DCB7-4975-98BF-B3FE55C384AD\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2548,\"height\":160.9375,\"width\":128.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/33DC3C2F-3817-4E09-9A42-FD5E7A7C1A30-819x1024.jpg\",\"title\":\"33DC3C2F-3817-4E09-9A42-FD5E7A7C1A30\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/33DC3C2F-3817-4E09-9A42-FD5E7A7C1A30.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2549,\"height\":160.9375,\"width\":128.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/489A5D23-9C5B-49B6-AF9A-F252C16DD1D0-1-822x1024.jpg\",\"title\":\"489A5D23-9C5B-49B6-AF9A-F252C16DD1D0\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/489A5D23-9C5B-49B6-AF9A-F252C16DD1D0-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2550,\"height\":158.9506172839506,\"width\":127.2},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC-1-819x1024.jpg\",\"title\":\"4359657F-7DED-40E4-8EC2-FDFCDCF462BC\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2551,\"height\":158.9506172839506,\"width\":127.2},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/customchromedelete-910x1024.jpg\",\"title\":\"customchromedelete\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/customchromedelete.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2552,\"height\":158.9506172839506,\"width\":141.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1401-768x1024.jpg\",\"title\":\"IMG_1401\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1401.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2553,\"height\":158.9506172839506,\"width\":119.2},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1766-1-768x1024.jpg\",\"title\":\"IMG_1766\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1766-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2554,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1767-1-768x1024.jpg\",\"title\":\"IMG_1767\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1767-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2555,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1768-768x1024.jpg\",\"title\":\"IMG_1768\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1768.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2556,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2195-768x1024.jpg\",\"title\":\"IMG_2195\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2195.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2557,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2196-768x1024.jpg\",\"title\":\"IMG_2196\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2196.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2558,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2321-768x1024.jpg\",\"title\":\"IMG_2321\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2321.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2559,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2322-768x1024.jpg\",\"title\":\"IMG_2322\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2322.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2560,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2323-768x1024.jpg\",\"title\":\"IMG_2323\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2323.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2561,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2439-768x1024.jpg\",\"title\":\"IMG_2439\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2439.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2562,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2440-768x1024.jpg\",\"title\":\"IMG_2440\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2440.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2563,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2607-768x1024.jpg\",\"title\":\"IMG_2607\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2607.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2564,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2614-768x1024.jpg\",\"title\":\"IMG_2614\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2614.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2565,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2775-768x1024.jpg\",\"title\":\"IMG_2775\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2775.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2567,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2776-768x1024.jpg\",\"title\":\"IMG_2776\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2776.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2568,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2777-768x1024.jpg\",\"title\":\"IMG_2777\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2777.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2569,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2808-768x1024.jpg\",\"title\":\"IMG_2808\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2808.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2570,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2809-768x1024.jpg\",\"title\":\"IMG_2809\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2809.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2571,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3221-1-768x1024.jpg\",\"title\":\"IMG_3221\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3221-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2572,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-768x1024.jpg\",\"title\":\"IMG_3274\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2573,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3532-768x1024.jpg\",\"title\":\"IMG_3532\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3532.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2574,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3533-1-768x1024.jpg\",\"title\":\"IMG_3533\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3533-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2575,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3535-1-768x1024.jpg\",\"title\":\"IMG_3535\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3535-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2576,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3611-1-768x1024.jpg\",\"title\":\"IMG_3611\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3611-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2577,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3612-1-768x1024.jpg\",\"title\":\"IMG_3612\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3612-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2578,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-1-768x1024.jpg\",\"title\":\"IMG_4573\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2579,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1-1024x768.jpg\",\"title\":\"IMG_4576\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2580,\"height\":123.79807692307692,\"width\":164.7},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1-768x1024.jpg\",\"title\":\"IMG_6095\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2581,\"height\":123.79807692307692,\"width\":92.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6097-1024x768.jpg\",\"title\":\"IMG_6097\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6097.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2582,\"height\":123.79807692307692,\"width\":164.7},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435-768x1024.jpg\",\"title\":\"IMG_6435\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2583,\"height\":123.79807692307692,\"width\":92.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1-1024x768.jpg\",\"title\":\"IMG_6872\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2584,\"height\":143.85474860335196,\"width\":191.3},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-1-768x1024.jpg\",\"title\":\"IMG_6873\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2585,\"height\":143.85474860335196,\"width\":107.9},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-1-768x1024.jpg\",\"title\":\"IMG_6892\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2586,\"height\":143.85474860335196,\"width\":107.9},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-1-768x1024.jpg\",\"title\":\"IMG_6894\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2587,\"height\":143.85474860335196,\"width\":107.9}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2530\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Full wraps</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2530,\"title\":\"Chrome deletes\",\"columns\":\"0\",\"row_height\":150,\"margins\":\"custom\",\"custom_margins\":8,\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"lightbox_theme\":\"base\",\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-768x1024.jpg\",\"title\":\"IMG_4573\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2536,\"height\":123.79807692307692,\"width\":92.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1024x768.jpg\",\"title\":\"IMG_4576\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2537,\"height\":123.79807692307692,\"width\":164.7},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-768x1024.jpg\",\"title\":\"IMG_6095\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2538,\"height\":123.79807692307692,\"width\":92.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1024x768.jpg\",\"title\":\"IMG_6872\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2539,\"height\":123.79807692307692,\"width\":164.7},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-768x1024.jpg\",\"title\":\"IMG_6873\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2540,\"height\":168.85245901639345,\"width\":126.6},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-768x1024.jpg\",\"title\":\"IMG_6892\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2541,\"height\":168.85245901639345,\"width\":126.6},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-768x1024.jpg\",\"title\":\"IMG_6894\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2542,\"height\":168.85245901639345,\"width\":126.6},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD-819x1024.jpg\",\"title\":\"6F96F978-DCB7-4975-98BF-B3FE55C384AD\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2543,\"height\":168.85245901639345,\"width\":135.1},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/489A5D23-9C5B-49B6-AF9A-F252C16DD1D0-822x1024.jpg\",\"title\":\"489A5D23-9C5B-49B6-AF9A-F252C16DD1D0\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/489A5D23-9C5B-49B6-AF9A-F252C16DD1D0.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2544,\"height\":160.9375,\"width\":128.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC-819x1024.jpg\",\"title\":\"4359657F-7DED-40E4-8EC2-FDFCDCF462BC\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2545,\"height\":160.9375,\"width\":128.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD-1-819x1024.jpg\",\"title\":\"6F96F978-DCB7-4975-98BF-B3FE55C384AD\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2548,\"height\":160.9375,\"width\":128.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/33DC3C2F-3817-4E09-9A42-FD5E7A7C1A30-819x1024.jpg\",\"title\":\"33DC3C2F-3817-4E09-9A42-FD5E7A7C1A30\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/33DC3C2F-3817-4E09-9A42-FD5E7A7C1A30.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2549,\"height\":160.9375,\"width\":128.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/489A5D23-9C5B-49B6-AF9A-F252C16DD1D0-1-822x1024.jpg\",\"title\":\"489A5D23-9C5B-49B6-AF9A-F252C16DD1D0\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/489A5D23-9C5B-49B6-AF9A-F252C16DD1D0-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2550,\"height\":158.9506172839506,\"width\":127.2},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC-1-819x1024.jpg\",\"title\":\"4359657F-7DED-40E4-8EC2-FDFCDCF462BC\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2551,\"height\":158.9506172839506,\"width\":127.2},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/customchromedelete-910x1024.jpg\",\"title\":\"customchromedelete\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/customchromedelete.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2552,\"height\":158.9506172839506,\"width\":141.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1401-768x1024.jpg\",\"title\":\"IMG_1401\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1401.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2553,\"height\":158.9506172839506,\"width\":119.2},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1766-1-768x1024.jpg\",\"title\":\"IMG_1766\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1766-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2554,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1767-1-768x1024.jpg\",\"title\":\"IMG_1767\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1767-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2555,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1768-768x1024.jpg\",\"title\":\"IMG_1768\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1768.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2556,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2195-768x1024.jpg\",\"title\":\"IMG_2195\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2195.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2557,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2196-768x1024.jpg\",\"title\":\"IMG_2196\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2196.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2558,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2321-768x1024.jpg\",\"title\":\"IMG_2321\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2321.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2559,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2322-768x1024.jpg\",\"title\":\"IMG_2322\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2322.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2560,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2323-768x1024.jpg\",\"title\":\"IMG_2323\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2323.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2561,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2439-768x1024.jpg\",\"title\":\"IMG_2439\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2439.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2562,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2440-768x1024.jpg\",\"title\":\"IMG_2440\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2440.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2563,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2607-768x1024.jpg\",\"title\":\"IMG_2607\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2607.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2564,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2614-768x1024.jpg\",\"title\":\"IMG_2614\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2614.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2565,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2775-768x1024.jpg\",\"title\":\"IMG_2775\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2775.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2567,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2776-768x1024.jpg\",\"title\":\"IMG_2776\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2776.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2568,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2777-768x1024.jpg\",\"title\":\"IMG_2777\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2777.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2569,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2808-768x1024.jpg\",\"title\":\"IMG_2808\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2808.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2570,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2809-768x1024.jpg\",\"title\":\"IMG_2809\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2809.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2571,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3221-1-768x1024.jpg\",\"title\":\"IMG_3221\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3221-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2572,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-768x1024.jpg\",\"title\":\"IMG_3274\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2573,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3532-768x1024.jpg\",\"title\":\"IMG_3532\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3532.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2574,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3533-1-768x1024.jpg\",\"title\":\"IMG_3533\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3533-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2575,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3535-1-768x1024.jpg\",\"title\":\"IMG_3535\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3535-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2576,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3611-1-768x1024.jpg\",\"title\":\"IMG_3611\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3611-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2577,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3612-1-768x1024.jpg\",\"title\":\"IMG_3612\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3612-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2578,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-1-768x1024.jpg\",\"title\":\"IMG_4573\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2579,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1-1024x768.jpg\",\"title\":\"IMG_4576\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2580,\"height\":123.79807692307692,\"width\":164.7},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1-768x1024.jpg\",\"title\":\"IMG_6095\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2581,\"height\":123.79807692307692,\"width\":92.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6097-1024x768.jpg\",\"title\":\"IMG_6097\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6097.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2582,\"height\":123.79807692307692,\"width\":164.7},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435-768x1024.jpg\",\"title\":\"IMG_6435\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2583,\"height\":123.79807692307692,\"width\":92.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1-1024x768.jpg\",\"title\":\"IMG_6872\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2584,\"height\":143.85474860335196,\"width\":191.3},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-1-768x1024.jpg\",\"title\":\"IMG_6873\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2585,\"height\":143.85474860335196,\"width\":107.9},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-1-768x1024.jpg\",\"title\":\"IMG_6892\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2586,\"height\":143.85474860335196,\"width\":107.9},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-1-768x1024.jpg\",\"title\":\"IMG_6894\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2587,\"height\":143.85474860335196,\"width\":107.9}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2530\']</div>\n<!-- /wp:envira/envira-gallery --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:wpforms/form-selector {\"clientId\":\"9783816b-3c20-4d09-8433-c847e9a49f38\",\"formId\":\"2516\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:yoast/faq-block {\"questions\":[{\"id\":\"faq-question-1740601022040\",\"question\":[\"How long does a vinyl wrap last?\"],\"answer\":[\"There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Using harsh soaps or detergents that are not PH neutral while washing your car\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Spray detailers that have sealers, ceramics, and waxes in them\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Harsh water sprayers like drive through car washes\",{\"type\":\"br\",\"props\":{\"children\":[]}},{\"type\":\"br\",\"props\":{\"children\":[]}},\"There are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.\"],\"jsonQuestion\":\"How long does a vinyl wrap last?\",\"jsonAnswer\":\"There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:\\u003cbr/\\u003e- Using harsh soaps or detergents that are not PH neutral while washing your car\\u003cbr/\\u003e- Spray detailers that have sealers, ceramics, and waxes in them\\u003cbr/\\u003e- Harsh water sprayers like drive through car washes\\u003cbr/\\u003e\\u003cbr/\\u003eThere are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.\"},{\"id\":\"faq-question-1740604719384\",\"question\":[\"Can vinyl cover paint imperfections?\"],\"answer\":[\"Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. \"],\"jsonQuestion\":\"Can vinyl cover paint imperfections?\",\"jsonAnswer\":\"Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. \"},{\"id\":\"faq-question-1740604877589\",\"question\":[\"Will you perform body work before wrapping my car?\"],\"answer\":[\"If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.\"],\"jsonQuestion\":\"Will you perform body work before wrapping my car?\",\"jsonAnswer\":\"If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.\"},{\"id\":\"faq-question-1740604960292\",\"question\":[\"Will vinyl hurt the paint of my car?\"],\"answer\":[\"Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.\"],\"jsonQuestion\":\"Will vinyl hurt the paint of my car?\",\"jsonAnswer\":\"Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.\"}]} -->\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1740601022040\"><strong class=\"schema-faq-question\">How long does a vinyl wrap last?</strong> <p class=\"schema-faq-answer\">There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:<br/>- Using harsh soaps or detergents that are not PH neutral while washing your car<br/>- Spray detailers that have sealers, ceramics, and waxes in them<br/>- Harsh water sprayers like drive through car washes<br/><br/>There are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604719384\"><strong class=\"schema-faq-question\">Can vinyl cover paint imperfections?</strong> <p class=\"schema-faq-answer\">Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. </p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604877589\"><strong class=\"schema-faq-question\">Will you perform body work before wrapping my car?</strong> <p class=\"schema-faq-answer\">If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604960292\"><strong class=\"schema-faq-question\">Will vinyl hurt the paint of my car?</strong> <p class=\"schema-faq-answer\">Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.</p> </div> </div>\n<!-- /wp:yoast/faq-block -->','Style wraps','','inherit','closed','closed','','1212-revision-v1','','','2025-03-03 22:42:52','2025-03-03 22:42:52','',1212,'https://aggressivegraphix.com/?p=2618',0,'revision','',0),(2619,1,'2025-03-03 22:45:46','2025-03-03 22:45:46','<!-- wp:paragraph -->\n<p class=\"\">Vinyl can be used for many different applications. We offer full and partial vehicle wrap services to help you achieve the look you want for your vehicle. Using the best materials on the market paired with exercising the newest professional techniques for installing, we aim for quality over the life span of your wrap.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"backgroundColor\":\"primary-4\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group has-primary-4-background-color has-background\"><!-- wp:image {\"id\":2504,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/3M.png\" alt=\"\" class=\"wp-image-2504\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2507,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/averydennison.png\" alt=\"\" class=\"wp-image-2507\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2509,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/Orafol.png\" alt=\"\" class=\"wp-image-2509\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2508,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/hexis.png\" alt=\"\" class=\"wp-image-2508\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2505,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/kpmf.png\" alt=\"\" class=\"wp-image-2505\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2506,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/teckwrap.png\" alt=\"\" class=\"wp-image-2506\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2511,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/tinyBot.png\" alt=\"\" class=\"wp-image-2511\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2510,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/aura.png\" alt=\"\" class=\"wp-image-2510\" style=\"width:86px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Chrome deletes</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2530,\"title\":\"Chrome deletes\",\"columns\":\"0\",\"row_height\":150,\"margins\":\"custom\",\"custom_margins\":8,\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"lightbox_theme\":\"base\",\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-768x1024.jpg\",\"title\":\"IMG_4573\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2536,\"height\":123.79807692307692,\"width\":92.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1024x768.jpg\",\"title\":\"IMG_4576\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2537,\"height\":123.79807692307692,\"width\":164.7},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-768x1024.jpg\",\"title\":\"IMG_6095\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2538,\"height\":123.79807692307692,\"width\":92.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1024x768.jpg\",\"title\":\"IMG_6872\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2539,\"height\":123.79807692307692,\"width\":164.7},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-768x1024.jpg\",\"title\":\"IMG_6873\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2540,\"height\":168.85245901639345,\"width\":126.6},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-768x1024.jpg\",\"title\":\"IMG_6892\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2541,\"height\":168.85245901639345,\"width\":126.6},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-768x1024.jpg\",\"title\":\"IMG_6894\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2542,\"height\":168.85245901639345,\"width\":126.6},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD-819x1024.jpg\",\"title\":\"6F96F978-DCB7-4975-98BF-B3FE55C384AD\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2543,\"height\":168.85245901639345,\"width\":135.1},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/489A5D23-9C5B-49B6-AF9A-F252C16DD1D0-822x1024.jpg\",\"title\":\"489A5D23-9C5B-49B6-AF9A-F252C16DD1D0\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/489A5D23-9C5B-49B6-AF9A-F252C16DD1D0.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2544,\"height\":160.9375,\"width\":128.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC-819x1024.jpg\",\"title\":\"4359657F-7DED-40E4-8EC2-FDFCDCF462BC\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2545,\"height\":160.9375,\"width\":128.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD-1-819x1024.jpg\",\"title\":\"6F96F978-DCB7-4975-98BF-B3FE55C384AD\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2548,\"height\":160.9375,\"width\":128.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/33DC3C2F-3817-4E09-9A42-FD5E7A7C1A30-819x1024.jpg\",\"title\":\"33DC3C2F-3817-4E09-9A42-FD5E7A7C1A30\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/33DC3C2F-3817-4E09-9A42-FD5E7A7C1A30.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2549,\"height\":160.9375,\"width\":128.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/489A5D23-9C5B-49B6-AF9A-F252C16DD1D0-1-822x1024.jpg\",\"title\":\"489A5D23-9C5B-49B6-AF9A-F252C16DD1D0\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/489A5D23-9C5B-49B6-AF9A-F252C16DD1D0-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2550,\"height\":158.9506172839506,\"width\":127.2},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC-1-819x1024.jpg\",\"title\":\"4359657F-7DED-40E4-8EC2-FDFCDCF462BC\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2551,\"height\":158.9506172839506,\"width\":127.2},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/customchromedelete-910x1024.jpg\",\"title\":\"customchromedelete\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/customchromedelete.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2552,\"height\":158.9506172839506,\"width\":141.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1401-768x1024.jpg\",\"title\":\"IMG_1401\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1401.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2553,\"height\":158.9506172839506,\"width\":119.2},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1766-1-768x1024.jpg\",\"title\":\"IMG_1766\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1766-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2554,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1767-1-768x1024.jpg\",\"title\":\"IMG_1767\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1767-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2555,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1768-768x1024.jpg\",\"title\":\"IMG_1768\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1768.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2556,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2195-768x1024.jpg\",\"title\":\"IMG_2195\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2195.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2557,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2196-768x1024.jpg\",\"title\":\"IMG_2196\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2196.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2558,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2321-768x1024.jpg\",\"title\":\"IMG_2321\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2321.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2559,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2322-768x1024.jpg\",\"title\":\"IMG_2322\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2322.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2560,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2323-768x1024.jpg\",\"title\":\"IMG_2323\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2323.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2561,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2439-768x1024.jpg\",\"title\":\"IMG_2439\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2439.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2562,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2440-768x1024.jpg\",\"title\":\"IMG_2440\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2440.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2563,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2607-768x1024.jpg\",\"title\":\"IMG_2607\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2607.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2564,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2614-768x1024.jpg\",\"title\":\"IMG_2614\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2614.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2565,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2775-768x1024.jpg\",\"title\":\"IMG_2775\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2775.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2567,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2776-768x1024.jpg\",\"title\":\"IMG_2776\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2776.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2568,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2777-768x1024.jpg\",\"title\":\"IMG_2777\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2777.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2569,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2808-768x1024.jpg\",\"title\":\"IMG_2808\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2808.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2570,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2809-768x1024.jpg\",\"title\":\"IMG_2809\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2809.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2571,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3221-1-768x1024.jpg\",\"title\":\"IMG_3221\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3221-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2572,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-768x1024.jpg\",\"title\":\"IMG_3274\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2573,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3532-768x1024.jpg\",\"title\":\"IMG_3532\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3532.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2574,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3533-1-768x1024.jpg\",\"title\":\"IMG_3533\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3533-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2575,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3535-1-768x1024.jpg\",\"title\":\"IMG_3535\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3535-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2576,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3611-1-768x1024.jpg\",\"title\":\"IMG_3611\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3611-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2577,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3612-1-768x1024.jpg\",\"title\":\"IMG_3612\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3612-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2578,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-1-768x1024.jpg\",\"title\":\"IMG_4573\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2579,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1-1024x768.jpg\",\"title\":\"IMG_4576\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2580,\"height\":123.79807692307692,\"width\":164.7},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1-768x1024.jpg\",\"title\":\"IMG_6095\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2581,\"height\":123.79807692307692,\"width\":92.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6097-1024x768.jpg\",\"title\":\"IMG_6097\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6097.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2582,\"height\":123.79807692307692,\"width\":164.7},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435-768x1024.jpg\",\"title\":\"IMG_6435\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2583,\"height\":123.79807692307692,\"width\":92.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1-1024x768.jpg\",\"title\":\"IMG_6872\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2584,\"height\":143.85474860335196,\"width\":191.3},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-1-768x1024.jpg\",\"title\":\"IMG_6873\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2585,\"height\":143.85474860335196,\"width\":107.9},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-1-768x1024.jpg\",\"title\":\"IMG_6892\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2586,\"height\":143.85474860335196,\"width\":107.9},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-1-768x1024.jpg\",\"title\":\"IMG_6894\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2587,\"height\":143.85474860335196,\"width\":107.9}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2530\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Partial wraps</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2590,\"title\":\"Partial wraps\",\"columns\":\"0\",\"row_height\":150,\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272-768x1024.jpg\",\"title\":\"IMG_3272\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2616,\"height\":151.73333333333332,\"width\":113.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-1-768x1024.jpg\",\"title\":\"IMG_3274\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2591,\"height\":151.73333333333332,\"width\":113.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3275-768x1024.jpg\",\"title\":\"IMG_3275\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3275.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2592,\"height\":151.73333333333332,\"width\":113.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014-768x1024.jpg\",\"title\":\"IMG_3014\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2615,\"height\":151.73333333333332,\"width\":113.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962-768x1024.jpg\",\"title\":\"IMG_2962\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2614,\"height\":151.73333333333332,\"width\":113.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2961-768x1024.jpg\",\"title\":\"IMG_2961\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2961.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2613,\"height\":126.56249999999999,\"width\":94.9},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733-768x1024.jpg\",\"title\":\"IMG_2733\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2612,\"height\":126.56249999999999,\"width\":94.9},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122-768x1024.jpg\",\"title\":\"IMG_2122\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2611,\"height\":126.56249999999999,\"width\":94.9},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1754-768x1024.jpg\",\"title\":\"IMG_1754\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1754.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2617,\"height\":126.56249999999999,\"width\":94.9},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753-749x1024.jpg\",\"title\":\"IMG_1753\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2610,\"height\":126.56249999999999,\"width\":92.4},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0912-768x1024.jpg\",\"title\":\"IMG_0912\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0912.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2609,\"height\":126.56249999999999,\"width\":94.9},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0160-768x1024.jpg\",\"title\":\"IMG_0160\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0160.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2608,\"height\":145.5242966751918,\"width\":109.1},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159-768x1024.jpg\",\"title\":\"IMG_0159\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2607,\"height\":145.5242966751918,\"width\":109.1},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395-768x1024.jpg\",\"title\":\"IMG_9395\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2606,\"height\":145.5242966751918,\"width\":109.1},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984-931x1024.jpg\",\"title\":\"IMG_8984\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2605,\"height\":145.5242966751918,\"width\":132.4},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8224-768x1024.jpg\",\"title\":\"IMG_8224\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8224.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2604,\"height\":145.5242966751918,\"width\":109.1},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222-768x1024.jpg\",\"title\":\"IMG_8222\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2603,\"height\":151.73333333333332,\"width\":113.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7497-768x1024.jpg\",\"title\":\"IMG_7497\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7497.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2602,\"height\":151.73333333333332,\"width\":113.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495-768x1024.jpg\",\"title\":\"IMG_7495\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2601,\"height\":151.73333333333332,\"width\":113.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7201-768x1024.jpg\",\"title\":\"IMG_7201\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7201.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2600,\"height\":151.73333333333332,\"width\":113.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7022-768x1024.jpg\",\"title\":\"IMG_7022\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7022.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2599,\"height\":151.73333333333332,\"width\":113.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985-768x1024.jpg\",\"title\":\"IMG_6985\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2598,\"height\":131.40877598152426,\"width\":98.6},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6980-768x1024.jpg\",\"title\":\"IMG_6980\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6980.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2597,\"height\":131.40877598152426,\"width\":98.6},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969-768x1024.jpg\",\"title\":\"IMG_5969\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2596,\"height\":131.40877598152426,\"width\":98.6},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5154-768x1024.jpg\",\"title\":\"IMG_5154\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5154.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2595,\"height\":131.40877598152426,\"width\":98.6},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3477-1024x768.jpg\",\"title\":\"IMG_3477\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3477.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2594,\"height\":131.40877598152426,\"width\":174.8}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2590\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Full wraps</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2530,\"title\":\"Chrome deletes\",\"columns\":\"0\",\"row_height\":150,\"margins\":\"custom\",\"custom_margins\":8,\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"lightbox_theme\":\"base\",\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-768x1024.jpg\",\"title\":\"IMG_4573\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2536,\"height\":123.79807692307692,\"width\":92.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1024x768.jpg\",\"title\":\"IMG_4576\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2537,\"height\":123.79807692307692,\"width\":164.7},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-768x1024.jpg\",\"title\":\"IMG_6095\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2538,\"height\":123.79807692307692,\"width\":92.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1024x768.jpg\",\"title\":\"IMG_6872\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2539,\"height\":123.79807692307692,\"width\":164.7},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-768x1024.jpg\",\"title\":\"IMG_6873\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2540,\"height\":168.85245901639345,\"width\":126.6},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-768x1024.jpg\",\"title\":\"IMG_6892\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2541,\"height\":168.85245901639345,\"width\":126.6},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-768x1024.jpg\",\"title\":\"IMG_6894\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2542,\"height\":168.85245901639345,\"width\":126.6},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD-819x1024.jpg\",\"title\":\"6F96F978-DCB7-4975-98BF-B3FE55C384AD\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2543,\"height\":168.85245901639345,\"width\":135.1},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/489A5D23-9C5B-49B6-AF9A-F252C16DD1D0-822x1024.jpg\",\"title\":\"489A5D23-9C5B-49B6-AF9A-F252C16DD1D0\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/489A5D23-9C5B-49B6-AF9A-F252C16DD1D0.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2544,\"height\":160.9375,\"width\":128.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC-819x1024.jpg\",\"title\":\"4359657F-7DED-40E4-8EC2-FDFCDCF462BC\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2545,\"height\":160.9375,\"width\":128.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD-1-819x1024.jpg\",\"title\":\"6F96F978-DCB7-4975-98BF-B3FE55C384AD\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2548,\"height\":160.9375,\"width\":128.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/33DC3C2F-3817-4E09-9A42-FD5E7A7C1A30-819x1024.jpg\",\"title\":\"33DC3C2F-3817-4E09-9A42-FD5E7A7C1A30\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/33DC3C2F-3817-4E09-9A42-FD5E7A7C1A30.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2549,\"height\":160.9375,\"width\":128.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/489A5D23-9C5B-49B6-AF9A-F252C16DD1D0-1-822x1024.jpg\",\"title\":\"489A5D23-9C5B-49B6-AF9A-F252C16DD1D0\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/489A5D23-9C5B-49B6-AF9A-F252C16DD1D0-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2550,\"height\":158.9506172839506,\"width\":127.2},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC-1-819x1024.jpg\",\"title\":\"4359657F-7DED-40E4-8EC2-FDFCDCF462BC\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2551,\"height\":158.9506172839506,\"width\":127.2},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/customchromedelete-910x1024.jpg\",\"title\":\"customchromedelete\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/customchromedelete.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2552,\"height\":158.9506172839506,\"width\":141.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1401-768x1024.jpg\",\"title\":\"IMG_1401\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1401.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2553,\"height\":158.9506172839506,\"width\":119.2},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1766-1-768x1024.jpg\",\"title\":\"IMG_1766\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1766-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2554,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1767-1-768x1024.jpg\",\"title\":\"IMG_1767\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1767-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2555,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1768-768x1024.jpg\",\"title\":\"IMG_1768\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1768.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2556,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2195-768x1024.jpg\",\"title\":\"IMG_2195\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2195.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2557,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2196-768x1024.jpg\",\"title\":\"IMG_2196\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2196.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2558,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2321-768x1024.jpg\",\"title\":\"IMG_2321\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2321.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2559,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2322-768x1024.jpg\",\"title\":\"IMG_2322\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2322.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2560,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2323-768x1024.jpg\",\"title\":\"IMG_2323\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2323.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2561,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2439-768x1024.jpg\",\"title\":\"IMG_2439\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2439.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2562,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2440-768x1024.jpg\",\"title\":\"IMG_2440\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2440.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2563,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2607-768x1024.jpg\",\"title\":\"IMG_2607\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2607.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2564,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2614-768x1024.jpg\",\"title\":\"IMG_2614\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2614.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2565,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2775-768x1024.jpg\",\"title\":\"IMG_2775\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2775.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2567,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2776-768x1024.jpg\",\"title\":\"IMG_2776\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2776.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2568,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2777-768x1024.jpg\",\"title\":\"IMG_2777\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2777.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2569,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2808-768x1024.jpg\",\"title\":\"IMG_2808\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2808.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2570,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2809-768x1024.jpg\",\"title\":\"IMG_2809\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2809.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2571,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3221-1-768x1024.jpg\",\"title\":\"IMG_3221\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3221-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2572,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-768x1024.jpg\",\"title\":\"IMG_3274\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2573,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3532-768x1024.jpg\",\"title\":\"IMG_3532\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3532.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2574,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3533-1-768x1024.jpg\",\"title\":\"IMG_3533\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3533-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2575,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3535-1-768x1024.jpg\",\"title\":\"IMG_3535\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3535-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2576,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3611-1-768x1024.jpg\",\"title\":\"IMG_3611\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3611-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2577,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3612-1-768x1024.jpg\",\"title\":\"IMG_3612\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3612-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2578,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-1-768x1024.jpg\",\"title\":\"IMG_4573\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2579,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1-1024x768.jpg\",\"title\":\"IMG_4576\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2580,\"height\":123.79807692307692,\"width\":164.7},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1-768x1024.jpg\",\"title\":\"IMG_6095\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2581,\"height\":123.79807692307692,\"width\":92.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6097-1024x768.jpg\",\"title\":\"IMG_6097\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6097.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2582,\"height\":123.79807692307692,\"width\":164.7},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435-768x1024.jpg\",\"title\":\"IMG_6435\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2583,\"height\":123.79807692307692,\"width\":92.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1-1024x768.jpg\",\"title\":\"IMG_6872\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2584,\"height\":143.85474860335196,\"width\":191.3},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-1-768x1024.jpg\",\"title\":\"IMG_6873\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2585,\"height\":143.85474860335196,\"width\":107.9},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-1-768x1024.jpg\",\"title\":\"IMG_6892\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2586,\"height\":143.85474860335196,\"width\":107.9},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-1-768x1024.jpg\",\"title\":\"IMG_6894\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2587,\"height\":143.85474860335196,\"width\":107.9}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2530\']</div>\n<!-- /wp:envira/envira-gallery --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:wpforms/form-selector {\"clientId\":\"9783816b-3c20-4d09-8433-c847e9a49f38\",\"formId\":\"2516\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:yoast/faq-block {\"questions\":[{\"id\":\"faq-question-1740601022040\",\"question\":[\"How long does a vinyl wrap last?\"],\"answer\":[\"There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Using harsh soaps or detergents that are not PH neutral while washing your car\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Spray detailers that have sealers, ceramics, and waxes in them\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Harsh water sprayers like drive through car washes\",{\"type\":\"br\",\"props\":{\"children\":[]}},{\"type\":\"br\",\"props\":{\"children\":[]}},\"There are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.\"],\"jsonQuestion\":\"How long does a vinyl wrap last?\",\"jsonAnswer\":\"There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:\\u003cbr/\\u003e- Using harsh soaps or detergents that are not PH neutral while washing your car\\u003cbr/\\u003e- Spray detailers that have sealers, ceramics, and waxes in them\\u003cbr/\\u003e- Harsh water sprayers like drive through car washes\\u003cbr/\\u003e\\u003cbr/\\u003eThere are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.\"},{\"id\":\"faq-question-1740604719384\",\"question\":[\"Can vinyl cover paint imperfections?\"],\"answer\":[\"Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. \"],\"jsonQuestion\":\"Can vinyl cover paint imperfections?\",\"jsonAnswer\":\"Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. \"},{\"id\":\"faq-question-1740604877589\",\"question\":[\"Will you perform body work before wrapping my car?\"],\"answer\":[\"If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.\"],\"jsonQuestion\":\"Will you perform body work before wrapping my car?\",\"jsonAnswer\":\"If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.\"},{\"id\":\"faq-question-1740604960292\",\"question\":[\"Will vinyl hurt the paint of my car?\"],\"answer\":[\"Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.\"],\"jsonQuestion\":\"Will vinyl hurt the paint of my car?\",\"jsonAnswer\":\"Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.\"}]} -->\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1740601022040\"><strong class=\"schema-faq-question\">How long does a vinyl wrap last?</strong> <p class=\"schema-faq-answer\">There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:<br/>- Using harsh soaps or detergents that are not PH neutral while washing your car<br/>- Spray detailers that have sealers, ceramics, and waxes in them<br/>- Harsh water sprayers like drive through car washes<br/><br/>There are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604719384\"><strong class=\"schema-faq-question\">Can vinyl cover paint imperfections?</strong> <p class=\"schema-faq-answer\">Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. </p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604877589\"><strong class=\"schema-faq-question\">Will you perform body work before wrapping my car?</strong> <p class=\"schema-faq-answer\">If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604960292\"><strong class=\"schema-faq-question\">Will vinyl hurt the paint of my car?</strong> <p class=\"schema-faq-answer\">Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.</p> </div> </div>\n<!-- /wp:yoast/faq-block -->','Style wraps','','inherit','closed','closed','','1212-revision-v1','','','2025-03-03 22:45:46','2025-03-03 22:45:46','',1212,'https://aggressivegraphix.com/?p=2619',0,'revision','',0),(2620,1,'2025-03-03 22:47:53','2025-03-03 22:47:53','','Full wraps','','publish','closed','closed','','full-wraps','','','2025-09-18 19:14:51','2025-09-18 19:14:51','',0,'https://aggressivegraphix.com/?post_type=envira&#038;p=2620',0,'envira','',0),(2621,1,'2025-03-03 22:49:05','2025-03-03 22:49:05','<!-- wp:paragraph -->\n<p class=\"\">Vinyl can be used for many different applications. We offer full and partial vehicle wrap services to help you achieve the look you want for your vehicle. Using the best materials on the market paired with exercising the newest professional techniques for installing, we aim for quality over the life span of your wrap.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"backgroundColor\":\"primary-4\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group has-primary-4-background-color has-background\"><!-- wp:image {\"id\":2504,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/3M.png\" alt=\"\" class=\"wp-image-2504\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2507,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/averydennison.png\" alt=\"\" class=\"wp-image-2507\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2509,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/Orafol.png\" alt=\"\" class=\"wp-image-2509\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2508,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/hexis.png\" alt=\"\" class=\"wp-image-2508\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2505,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/kpmf.png\" alt=\"\" class=\"wp-image-2505\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2506,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/teckwrap.png\" alt=\"\" class=\"wp-image-2506\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2511,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/tinyBot.png\" alt=\"\" class=\"wp-image-2511\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2510,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/aura.png\" alt=\"\" class=\"wp-image-2510\" style=\"width:86px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Chrome deletes</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2530,\"title\":\"Chrome deletes\",\"columns\":\"0\",\"row_height\":150,\"margins\":\"custom\",\"custom_margins\":8,\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"lightbox_theme\":\"base\",\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-768x1024.jpg\",\"title\":\"IMG_4573\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2536,\"height\":123.79807692307692,\"width\":92.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1024x768.jpg\",\"title\":\"IMG_4576\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2537,\"height\":123.79807692307692,\"width\":164.7},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-768x1024.jpg\",\"title\":\"IMG_6095\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2538,\"height\":123.79807692307692,\"width\":92.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1024x768.jpg\",\"title\":\"IMG_6872\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2539,\"height\":123.79807692307692,\"width\":164.7},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-768x1024.jpg\",\"title\":\"IMG_6873\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2540,\"height\":168.85245901639345,\"width\":126.6},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-768x1024.jpg\",\"title\":\"IMG_6892\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2541,\"height\":168.85245901639345,\"width\":126.6},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-768x1024.jpg\",\"title\":\"IMG_6894\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2542,\"height\":168.85245901639345,\"width\":126.6},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD-819x1024.jpg\",\"title\":\"6F96F978-DCB7-4975-98BF-B3FE55C384AD\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2543,\"height\":168.85245901639345,\"width\":135.1},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/489A5D23-9C5B-49B6-AF9A-F252C16DD1D0-822x1024.jpg\",\"title\":\"489A5D23-9C5B-49B6-AF9A-F252C16DD1D0\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/489A5D23-9C5B-49B6-AF9A-F252C16DD1D0.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2544,\"height\":160.9375,\"width\":128.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC-819x1024.jpg\",\"title\":\"4359657F-7DED-40E4-8EC2-FDFCDCF462BC\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2545,\"height\":160.9375,\"width\":128.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD-1-819x1024.jpg\",\"title\":\"6F96F978-DCB7-4975-98BF-B3FE55C384AD\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2548,\"height\":160.9375,\"width\":128.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/33DC3C2F-3817-4E09-9A42-FD5E7A7C1A30-819x1024.jpg\",\"title\":\"33DC3C2F-3817-4E09-9A42-FD5E7A7C1A30\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/33DC3C2F-3817-4E09-9A42-FD5E7A7C1A30.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2549,\"height\":160.9375,\"width\":128.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/489A5D23-9C5B-49B6-AF9A-F252C16DD1D0-1-822x1024.jpg\",\"title\":\"489A5D23-9C5B-49B6-AF9A-F252C16DD1D0\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/489A5D23-9C5B-49B6-AF9A-F252C16DD1D0-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2550,\"height\":158.9506172839506,\"width\":127.2},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC-1-819x1024.jpg\",\"title\":\"4359657F-7DED-40E4-8EC2-FDFCDCF462BC\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2551,\"height\":158.9506172839506,\"width\":127.2},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/customchromedelete-910x1024.jpg\",\"title\":\"customchromedelete\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/customchromedelete.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2552,\"height\":158.9506172839506,\"width\":141.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1401-768x1024.jpg\",\"title\":\"IMG_1401\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1401.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2553,\"height\":158.9506172839506,\"width\":119.2},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1766-1-768x1024.jpg\",\"title\":\"IMG_1766\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1766-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2554,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1767-1-768x1024.jpg\",\"title\":\"IMG_1767\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1767-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2555,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1768-768x1024.jpg\",\"title\":\"IMG_1768\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1768.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2556,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2195-768x1024.jpg\",\"title\":\"IMG_2195\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2195.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2557,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2196-768x1024.jpg\",\"title\":\"IMG_2196\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2196.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2558,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2321-768x1024.jpg\",\"title\":\"IMG_2321\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2321.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2559,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2322-768x1024.jpg\",\"title\":\"IMG_2322\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2322.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2560,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2323-768x1024.jpg\",\"title\":\"IMG_2323\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2323.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2561,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2439-768x1024.jpg\",\"title\":\"IMG_2439\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2439.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2562,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2440-768x1024.jpg\",\"title\":\"IMG_2440\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2440.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2563,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2607-768x1024.jpg\",\"title\":\"IMG_2607\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2607.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2564,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2614-768x1024.jpg\",\"title\":\"IMG_2614\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2614.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2565,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2775-768x1024.jpg\",\"title\":\"IMG_2775\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2775.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2567,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2776-768x1024.jpg\",\"title\":\"IMG_2776\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2776.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2568,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2777-768x1024.jpg\",\"title\":\"IMG_2777\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2777.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2569,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2808-768x1024.jpg\",\"title\":\"IMG_2808\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2808.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2570,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2809-768x1024.jpg\",\"title\":\"IMG_2809\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2809.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2571,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3221-1-768x1024.jpg\",\"title\":\"IMG_3221\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3221-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2572,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-768x1024.jpg\",\"title\":\"IMG_3274\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2573,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3532-768x1024.jpg\",\"title\":\"IMG_3532\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3532.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2574,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3533-1-768x1024.jpg\",\"title\":\"IMG_3533\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3533-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2575,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3535-1-768x1024.jpg\",\"title\":\"IMG_3535\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3535-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2576,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3611-1-768x1024.jpg\",\"title\":\"IMG_3611\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3611-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2577,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3612-1-768x1024.jpg\",\"title\":\"IMG_3612\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3612-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2578,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-1-768x1024.jpg\",\"title\":\"IMG_4573\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2579,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1-1024x768.jpg\",\"title\":\"IMG_4576\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2580,\"height\":123.79807692307692,\"width\":164.7},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1-768x1024.jpg\",\"title\":\"IMG_6095\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2581,\"height\":123.79807692307692,\"width\":92.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6097-1024x768.jpg\",\"title\":\"IMG_6097\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6097.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2582,\"height\":123.79807692307692,\"width\":164.7},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435-768x1024.jpg\",\"title\":\"IMG_6435\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2583,\"height\":123.79807692307692,\"width\":92.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1-1024x768.jpg\",\"title\":\"IMG_6872\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2584,\"height\":143.85474860335196,\"width\":191.3},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-1-768x1024.jpg\",\"title\":\"IMG_6873\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2585,\"height\":143.85474860335196,\"width\":107.9},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-1-768x1024.jpg\",\"title\":\"IMG_6892\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2586,\"height\":143.85474860335196,\"width\":107.9},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-1-768x1024.jpg\",\"title\":\"IMG_6894\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2587,\"height\":143.85474860335196,\"width\":107.9}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2530\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Partial wraps</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2590,\"title\":\"Partial wraps\",\"columns\":\"0\",\"row_height\":150,\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272-768x1024.jpg\",\"title\":\"IMG_3272\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2616,\"height\":151.73333333333332,\"width\":113.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-1-768x1024.jpg\",\"title\":\"IMG_3274\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2591,\"height\":151.73333333333332,\"width\":113.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3275-768x1024.jpg\",\"title\":\"IMG_3275\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3275.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2592,\"height\":151.73333333333332,\"width\":113.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014-768x1024.jpg\",\"title\":\"IMG_3014\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2615,\"height\":151.73333333333332,\"width\":113.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962-768x1024.jpg\",\"title\":\"IMG_2962\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2614,\"height\":151.73333333333332,\"width\":113.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2961-768x1024.jpg\",\"title\":\"IMG_2961\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2961.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2613,\"height\":126.56249999999999,\"width\":94.9},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733-768x1024.jpg\",\"title\":\"IMG_2733\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2612,\"height\":126.56249999999999,\"width\":94.9},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122-768x1024.jpg\",\"title\":\"IMG_2122\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2611,\"height\":126.56249999999999,\"width\":94.9},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1754-768x1024.jpg\",\"title\":\"IMG_1754\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1754.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2617,\"height\":126.56249999999999,\"width\":94.9},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753-749x1024.jpg\",\"title\":\"IMG_1753\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2610,\"height\":126.56249999999999,\"width\":92.4},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0912-768x1024.jpg\",\"title\":\"IMG_0912\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0912.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2609,\"height\":126.56249999999999,\"width\":94.9},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0160-768x1024.jpg\",\"title\":\"IMG_0160\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0160.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2608,\"height\":145.5242966751918,\"width\":109.1},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159-768x1024.jpg\",\"title\":\"IMG_0159\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2607,\"height\":145.5242966751918,\"width\":109.1},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395-768x1024.jpg\",\"title\":\"IMG_9395\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2606,\"height\":145.5242966751918,\"width\":109.1},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984-931x1024.jpg\",\"title\":\"IMG_8984\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2605,\"height\":145.5242966751918,\"width\":132.4},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8224-768x1024.jpg\",\"title\":\"IMG_8224\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8224.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2604,\"height\":145.5242966751918,\"width\":109.1},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222-768x1024.jpg\",\"title\":\"IMG_8222\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2603,\"height\":151.73333333333332,\"width\":113.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7497-768x1024.jpg\",\"title\":\"IMG_7497\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7497.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2602,\"height\":151.73333333333332,\"width\":113.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495-768x1024.jpg\",\"title\":\"IMG_7495\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2601,\"height\":151.73333333333332,\"width\":113.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7201-768x1024.jpg\",\"title\":\"IMG_7201\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7201.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2600,\"height\":151.73333333333332,\"width\":113.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7022-768x1024.jpg\",\"title\":\"IMG_7022\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7022.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2599,\"height\":151.73333333333332,\"width\":113.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985-768x1024.jpg\",\"title\":\"IMG_6985\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2598,\"height\":131.40877598152426,\"width\":98.6},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6980-768x1024.jpg\",\"title\":\"IMG_6980\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6980.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2597,\"height\":131.40877598152426,\"width\":98.6},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969-768x1024.jpg\",\"title\":\"IMG_5969\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2596,\"height\":131.40877598152426,\"width\":98.6},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5154-768x1024.jpg\",\"title\":\"IMG_5154\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5154.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2595,\"height\":131.40877598152426,\"width\":98.6},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3477-1024x768.jpg\",\"title\":\"IMG_3477\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3477.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2594,\"height\":131.40877598152426,\"width\":174.8}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2590\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Full wraps</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2620,\"title\":\"Full wraps\",\"columns\":\"0\",\"row_height\":150,\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2620\']</div>\n<!-- /wp:envira/envira-gallery --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:wpforms/form-selector {\"clientId\":\"9783816b-3c20-4d09-8433-c847e9a49f38\",\"formId\":\"2516\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:yoast/faq-block {\"questions\":[{\"id\":\"faq-question-1740601022040\",\"question\":[\"How long does a vinyl wrap last?\"],\"answer\":[\"There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Using harsh soaps or detergents that are not PH neutral while washing your car\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Spray detailers that have sealers, ceramics, and waxes in them\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Harsh water sprayers like drive through car washes\",{\"type\":\"br\",\"props\":{\"children\":[]}},{\"type\":\"br\",\"props\":{\"children\":[]}},\"There are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.\"],\"jsonQuestion\":\"How long does a vinyl wrap last?\",\"jsonAnswer\":\"There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:\\u003cbr/\\u003e- Using harsh soaps or detergents that are not PH neutral while washing your car\\u003cbr/\\u003e- Spray detailers that have sealers, ceramics, and waxes in them\\u003cbr/\\u003e- Harsh water sprayers like drive through car washes\\u003cbr/\\u003e\\u003cbr/\\u003eThere are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.\"},{\"id\":\"faq-question-1740604719384\",\"question\":[\"Can vinyl cover paint imperfections?\"],\"answer\":[\"Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. \"],\"jsonQuestion\":\"Can vinyl cover paint imperfections?\",\"jsonAnswer\":\"Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. \"},{\"id\":\"faq-question-1740604877589\",\"question\":[\"Will you perform body work before wrapping my car?\"],\"answer\":[\"If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.\"],\"jsonQuestion\":\"Will you perform body work before wrapping my car?\",\"jsonAnswer\":\"If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.\"},{\"id\":\"faq-question-1740604960292\",\"question\":[\"Will vinyl hurt the paint of my car?\"],\"answer\":[\"Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.\"],\"jsonQuestion\":\"Will vinyl hurt the paint of my car?\",\"jsonAnswer\":\"Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.\"}]} -->\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1740601022040\"><strong class=\"schema-faq-question\">How long does a vinyl wrap last?</strong> <p class=\"schema-faq-answer\">There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:<br/>- Using harsh soaps or detergents that are not PH neutral while washing your car<br/>- Spray detailers that have sealers, ceramics, and waxes in them<br/>- Harsh water sprayers like drive through car washes<br/><br/>There are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604719384\"><strong class=\"schema-faq-question\">Can vinyl cover paint imperfections?</strong> <p class=\"schema-faq-answer\">Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. </p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604877589\"><strong class=\"schema-faq-question\">Will you perform body work before wrapping my car?</strong> <p class=\"schema-faq-answer\">If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604960292\"><strong class=\"schema-faq-question\">Will vinyl hurt the paint of my car?</strong> <p class=\"schema-faq-answer\">Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.</p> </div> </div>\n<!-- /wp:yoast/faq-block -->','Style wraps','','inherit','closed','closed','','1212-revision-v1','','','2025-03-03 22:49:05','2025-03-03 22:49:05','',1212,'https://aggressivegraphix.com/?p=2621',0,'revision','',0),(2622,1,'2025-03-03 22:53:13','2025-03-03 22:53:13','','IMG_3247','','inherit','open','closed','','img_3247','','','2025-09-09 16:29:20','2025-09-09 16:29:20','',2590,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247.jpg',0,'attachment','image/webp',0),(2623,1,'2025-03-03 22:53:18','2025-03-03 22:53:18','','IMG_3249','','inherit','open','closed','','img_3249','','','2025-09-09 16:29:07','2025-09-09 16:29:07','',2590,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3249.jpg',0,'attachment','image/webp',0),(2637,1,'2025-03-07 17:17:40','2025-03-07 17:17:40','','IMG_9780','','inherit','open','closed','','img_9780','','','2025-09-09 16:26:03','2025-09-09 16:26:03','',2620,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9780.jpg',0,'attachment','image/webp',0),(2638,1,'2025-03-07 17:17:42','2025-03-07 17:17:42','','IMG_9777','','inherit','open','closed','','img_9777','','','2025-09-09 16:25:50','2025-09-09 16:25:50','',2620,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777.jpg',0,'attachment','image/webp',0),(2649,1,'2025-03-07 17:18:15','2025-03-07 17:18:15','','IMG_2834','','inherit','open','closed','','img_2834','','','2025-09-09 16:23:12','2025-09-09 16:23:12','',2620,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2834.jpg',0,'attachment','image/webp',0),(2663,1,'2025-03-07 17:25:48','2025-03-07 17:25:48','<!-- wp:paragraph -->\n<p class=\"\">Vinyl can be used for many different applications. We offer full and partial vehicle wrap services to help you achieve the look you want for your vehicle. Using the best materials on the market paired with exercising the newest professional techniques for installing, we aim for quality over the life span of your wrap.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"backgroundColor\":\"primary-4\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group has-primary-4-background-color has-background\"><!-- wp:image {\"id\":2504,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/3M.png\" alt=\"\" class=\"wp-image-2504\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2507,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/averydennison.png\" alt=\"\" class=\"wp-image-2507\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2509,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/Orafol.png\" alt=\"\" class=\"wp-image-2509\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2508,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/hexis.png\" alt=\"\" class=\"wp-image-2508\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2505,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/kpmf.png\" alt=\"\" class=\"wp-image-2505\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2506,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/teckwrap.png\" alt=\"\" class=\"wp-image-2506\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2511,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/tinyBot.png\" alt=\"\" class=\"wp-image-2511\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2510,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/aura.png\" alt=\"\" class=\"wp-image-2510\" style=\"width:86px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Chrome deletes</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2530,\"title\":\"Chrome deletes\",\"columns\":\"0\",\"row_height\":150,\"margins\":\"custom\",\"custom_margins\":8,\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"lightbox_theme\":\"base\",\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-768x1024.jpg\",\"title\":\"IMG_4573\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2536,\"height\":123.79807692307692,\"width\":92.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1024x768.jpg\",\"title\":\"IMG_4576\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2537,\"height\":123.79807692307692,\"width\":164.7},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-768x1024.jpg\",\"title\":\"IMG_6095\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2538,\"height\":123.79807692307692,\"width\":92.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1024x768.jpg\",\"title\":\"IMG_6872\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2539,\"height\":123.79807692307692,\"width\":164.7},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-768x1024.jpg\",\"title\":\"IMG_6873\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2540,\"height\":168.85245901639345,\"width\":126.6},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-768x1024.jpg\",\"title\":\"IMG_6892\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2541,\"height\":168.85245901639345,\"width\":126.6},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-768x1024.jpg\",\"title\":\"IMG_6894\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2542,\"height\":168.85245901639345,\"width\":126.6},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD-819x1024.jpg\",\"title\":\"6F96F978-DCB7-4975-98BF-B3FE55C384AD\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2543,\"height\":168.85245901639345,\"width\":135.1},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/489A5D23-9C5B-49B6-AF9A-F252C16DD1D0-822x1024.jpg\",\"title\":\"489A5D23-9C5B-49B6-AF9A-F252C16DD1D0\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/489A5D23-9C5B-49B6-AF9A-F252C16DD1D0.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2544,\"height\":160.9375,\"width\":128.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC-819x1024.jpg\",\"title\":\"4359657F-7DED-40E4-8EC2-FDFCDCF462BC\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2545,\"height\":160.9375,\"width\":128.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD-1-819x1024.jpg\",\"title\":\"6F96F978-DCB7-4975-98BF-B3FE55C384AD\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2548,\"height\":160.9375,\"width\":128.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/33DC3C2F-3817-4E09-9A42-FD5E7A7C1A30-819x1024.jpg\",\"title\":\"33DC3C2F-3817-4E09-9A42-FD5E7A7C1A30\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/33DC3C2F-3817-4E09-9A42-FD5E7A7C1A30.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2549,\"height\":160.9375,\"width\":128.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/489A5D23-9C5B-49B6-AF9A-F252C16DD1D0-1-822x1024.jpg\",\"title\":\"489A5D23-9C5B-49B6-AF9A-F252C16DD1D0\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/489A5D23-9C5B-49B6-AF9A-F252C16DD1D0-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2550,\"height\":158.9506172839506,\"width\":127.2},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC-1-819x1024.jpg\",\"title\":\"4359657F-7DED-40E4-8EC2-FDFCDCF462BC\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2551,\"height\":158.9506172839506,\"width\":127.2},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/customchromedelete-910x1024.jpg\",\"title\":\"customchromedelete\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/customchromedelete.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2552,\"height\":158.9506172839506,\"width\":141.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1401-768x1024.jpg\",\"title\":\"IMG_1401\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1401.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2553,\"height\":158.9506172839506,\"width\":119.2},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1766-1-768x1024.jpg\",\"title\":\"IMG_1766\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1766-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2554,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1767-1-768x1024.jpg\",\"title\":\"IMG_1767\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1767-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2555,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1768-768x1024.jpg\",\"title\":\"IMG_1768\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1768.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2556,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2195-768x1024.jpg\",\"title\":\"IMG_2195\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2195.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2557,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2196-768x1024.jpg\",\"title\":\"IMG_2196\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2196.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2558,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2321-768x1024.jpg\",\"title\":\"IMG_2321\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2321.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2559,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2322-768x1024.jpg\",\"title\":\"IMG_2322\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2322.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2560,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2323-768x1024.jpg\",\"title\":\"IMG_2323\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2323.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2561,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2439-768x1024.jpg\",\"title\":\"IMG_2439\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2439.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2562,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2440-768x1024.jpg\",\"title\":\"IMG_2440\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2440.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2563,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2607-768x1024.jpg\",\"title\":\"IMG_2607\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2607.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2564,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2614-768x1024.jpg\",\"title\":\"IMG_2614\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2614.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2565,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2775-768x1024.jpg\",\"title\":\"IMG_2775\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2775.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2567,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2776-768x1024.jpg\",\"title\":\"IMG_2776\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2776.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2568,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2777-768x1024.jpg\",\"title\":\"IMG_2777\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2777.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2569,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2808-768x1024.jpg\",\"title\":\"IMG_2808\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2808.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2570,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2809-768x1024.jpg\",\"title\":\"IMG_2809\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2809.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2571,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3221-1-768x1024.jpg\",\"title\":\"IMG_3221\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3221-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2572,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-768x1024.jpg\",\"title\":\"IMG_3274\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2573,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3532-768x1024.jpg\",\"title\":\"IMG_3532\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3532.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2574,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3533-1-768x1024.jpg\",\"title\":\"IMG_3533\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3533-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2575,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3535-1-768x1024.jpg\",\"title\":\"IMG_3535\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3535-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2576,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3611-1-768x1024.jpg\",\"title\":\"IMG_3611\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3611-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2577,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3612-1-768x1024.jpg\",\"title\":\"IMG_3612\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3612-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2578,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-1-768x1024.jpg\",\"title\":\"IMG_4573\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4573-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2579,\"height\":133.06666666666666,\"width\":99.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1-1024x768.jpg\",\"title\":\"IMG_4576\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_4576-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2580,\"height\":123.79807692307692,\"width\":164.7},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1-768x1024.jpg\",\"title\":\"IMG_6095\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2581,\"height\":123.79807692307692,\"width\":92.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6097-1024x768.jpg\",\"title\":\"IMG_6097\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6097.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2582,\"height\":123.79807692307692,\"width\":164.7},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435-768x1024.jpg\",\"title\":\"IMG_6435\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2583,\"height\":123.79807692307692,\"width\":92.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1-1024x768.jpg\",\"title\":\"IMG_6872\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2584,\"height\":143.85474860335196,\"width\":191.3},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-1-768x1024.jpg\",\"title\":\"IMG_6873\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2585,\"height\":143.85474860335196,\"width\":107.9},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-1-768x1024.jpg\",\"title\":\"IMG_6892\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2586,\"height\":143.85474860335196,\"width\":107.9},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-1-768x1024.jpg\",\"title\":\"IMG_6894\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2587,\"height\":143.85474860335196,\"width\":107.9}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2530\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Partial wraps</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2590,\"title\":\"Partial wraps\",\"columns\":\"0\",\"row_height\":150,\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3249-768x1024.jpg\",\"title\":\"IMG_3249\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3249.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2623,\"height\":151.73333333333332,\"width\":113.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247-768x1024.jpg\",\"title\":\"IMG_3247\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2622,\"height\":151.73333333333332,\"width\":113.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272-768x1024.jpg\",\"title\":\"IMG_3272\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2616,\"height\":151.73333333333332,\"width\":113.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-1-768x1024.jpg\",\"title\":\"IMG_3274\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2591,\"height\":151.73333333333332,\"width\":113.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3275-768x1024.jpg\",\"title\":\"IMG_3275\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3275.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2592,\"height\":151.73333333333332,\"width\":113.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014-768x1024.jpg\",\"title\":\"IMG_3014\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2615,\"height\":151.73333333333332,\"width\":113.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962-768x1024.jpg\",\"title\":\"IMG_2962\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2614,\"height\":151.73333333333332,\"width\":113.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2961-768x1024.jpg\",\"title\":\"IMG_2961\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2961.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2613,\"height\":151.73333333333332,\"width\":113.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733-768x1024.jpg\",\"title\":\"IMG_2733\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2612,\"height\":151.73333333333332,\"width\":113.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122-768x1024.jpg\",\"title\":\"IMG_2122\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2611,\"height\":151.73333333333332,\"width\":113.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1754-768x1024.jpg\",\"title\":\"IMG_1754\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1754.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2617,\"height\":152.54691689008044,\"width\":114.4},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753-749x1024.jpg\",\"title\":\"IMG_1753\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2610,\"height\":152.54691689008044,\"width\":111.4},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0912-768x1024.jpg\",\"title\":\"IMG_0912\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0912.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2609,\"height\":152.54691689008044,\"width\":114.4},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0160-768x1024.jpg\",\"title\":\"IMG_0160\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0160.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2608,\"height\":152.54691689008044,\"width\":114.4},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159-768x1024.jpg\",\"title\":\"IMG_0159\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2607,\"height\":152.54691689008044,\"width\":114.4},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395-768x1024.jpg\",\"title\":\"IMG_9395\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2606,\"height\":180.69620253164555,\"width\":135.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984-931x1024.jpg\",\"title\":\"IMG_8984\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2605,\"height\":180.69620253164555,\"width\":164.4},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8224-768x1024.jpg\",\"title\":\"IMG_8224\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8224.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2604,\"height\":180.69620253164555,\"width\":135.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222-768x1024.jpg\",\"title\":\"IMG_8222\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2603,\"height\":180.69620253164555,\"width\":135.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7497-768x1024.jpg\",\"title\":\"IMG_7497\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7497.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2602,\"height\":151.73333333333332,\"width\":113.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495-768x1024.jpg\",\"title\":\"IMG_7495\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2601,\"height\":151.73333333333332,\"width\":113.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7201-768x1024.jpg\",\"title\":\"IMG_7201\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7201.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2600,\"height\":151.73333333333332,\"width\":113.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7022-768x1024.jpg\",\"title\":\"IMG_7022\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7022.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2599,\"height\":151.73333333333332,\"width\":113.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985-768x1024.jpg\",\"title\":\"IMG_6985\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2598,\"height\":151.73333333333332,\"width\":113.8},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6980-768x1024.jpg\",\"title\":\"IMG_6980\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6980.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2597,\"height\":159.49720670391062,\"width\":119.6},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969-768x1024.jpg\",\"title\":\"IMG_5969\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2596,\"height\":159.49720670391062,\"width\":119.6},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5154-768x1024.jpg\",\"title\":\"IMG_5154\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5154.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2595,\"height\":159.49720670391062,\"width\":119.6},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3477-1024x768.jpg\",\"title\":\"IMG_3477\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3477.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2594,\"height\":159.49720670391062,\"width\":212.1}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2590\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Full wraps</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2620,\"title\":\"Full wraps\",\"columns\":\"0\",\"row_height\":150,\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2620\']</div>\n<!-- /wp:envira/envira-gallery --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:wpforms/form-selector {\"clientId\":\"9783816b-3c20-4d09-8433-c847e9a49f38\",\"formId\":\"2516\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:yoast/faq-block {\"questions\":[{\"id\":\"faq-question-1740601022040\",\"question\":[\"How long does a vinyl wrap last?\"],\"answer\":[\"There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Using harsh soaps or detergents that are not PH neutral while washing your car\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Spray detailers that have sealers, ceramics, and waxes in them\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Harsh water sprayers like drive through car washes\",{\"type\":\"br\",\"props\":{\"children\":[]}},{\"type\":\"br\",\"props\":{\"children\":[]}},\"There are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.\"],\"jsonQuestion\":\"How long does a vinyl wrap last?\",\"jsonAnswer\":\"There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:\\u003cbr/\\u003e- Using harsh soaps or detergents that are not PH neutral while washing your car\\u003cbr/\\u003e- Spray detailers that have sealers, ceramics, and waxes in them\\u003cbr/\\u003e- Harsh water sprayers like drive through car washes\\u003cbr/\\u003e\\u003cbr/\\u003eThere are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.\"},{\"id\":\"faq-question-1740604719384\",\"question\":[\"Can vinyl cover paint imperfections?\"],\"answer\":[\"Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. \"],\"jsonQuestion\":\"Can vinyl cover paint imperfections?\",\"jsonAnswer\":\"Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. \"},{\"id\":\"faq-question-1740604877589\",\"question\":[\"Will you perform body work before wrapping my car?\"],\"answer\":[\"If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.\"],\"jsonQuestion\":\"Will you perform body work before wrapping my car?\",\"jsonAnswer\":\"If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.\"},{\"id\":\"faq-question-1740604960292\",\"question\":[\"Will vinyl hurt the paint of my car?\"],\"answer\":[\"Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.\"],\"jsonQuestion\":\"Will vinyl hurt the paint of my car?\",\"jsonAnswer\":\"Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.\"}]} -->\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1740601022040\"><strong class=\"schema-faq-question\">How long does a vinyl wrap last?</strong> <p class=\"schema-faq-answer\">There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:<br/>- Using harsh soaps or detergents that are not PH neutral while washing your car<br/>- Spray detailers that have sealers, ceramics, and waxes in them<br/>- Harsh water sprayers like drive through car washes<br/><br/>There are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604719384\"><strong class=\"schema-faq-question\">Can vinyl cover paint imperfections?</strong> <p class=\"schema-faq-answer\">Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. </p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604877589\"><strong class=\"schema-faq-question\">Will you perform body work before wrapping my car?</strong> <p class=\"schema-faq-answer\">If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604960292\"><strong class=\"schema-faq-question\">Will vinyl hurt the paint of my car?</strong> <p class=\"schema-faq-answer\">Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.</p> </div> </div>\n<!-- /wp:yoast/faq-block -->','Style wraps','','inherit','closed','closed','','1212-revision-v1','','','2025-03-07 17:25:48','2025-03-07 17:25:48','',1212,'https://aggressivegraphix.com/?p=2663',0,'revision','',0),(2665,1,'2025-03-07 17:57:53','2025-03-07 17:57:53','<!-- wp:paragraph -->\n<p class=\"\">Adding tint to your vehicle will enhance the exterior look, enhance interior longevity, and provide a level of privacy depending on the percentage of tint used. Understanding the advertised percentages is crucial as we are installing the tint over factory glass which already has a tint hue naturally. The percentage number represents how much light and UV is let through the tint, meaning; a 35% tint allows 35% of the rays through into the interior of the vehicle. Most states do have tint laws of 35% or lighter on the front two windows and no tint below the AS1 line on the windshield. Our tint percentages are not the percent that will scan if tested after install. If the 35% tint option is chosen, the film itself is 35%; once installed over factory \"clear\" glass it will meter more towards 30% depending on the factory glass hue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Window tint','','inherit','closed','closed','','1216-revision-v1','','','2025-03-07 17:57:53','2025-03-07 17:57:53','',1216,'https://aggressivegraphix.com/?p=2665',0,'revision','',0),(2667,1,'2025-03-07 19:29:31','2025-03-07 19:29:31','','percent-display','','inherit','open','closed','','percent-display','','','2025-09-09 16:20:00','2025-09-09 16:20:00','',1216,'https://aggressivegraphix.com/wp-content/uploads/2025/03/percent-display.png',0,'attachment','image/webp',0),(2668,1,'2025-03-07 19:41:14','2025-03-07 19:41:14','','factorytint','','inherit','open','closed','','factorytint','','','2025-09-09 16:19:54','2025-09-09 16:19:54','',1216,'https://aggressivegraphix.com/wp-content/uploads/2025/03/factorytint.png',0,'attachment','image/webp',0),(2669,1,'2025-03-07 19:41:17','2025-03-07 19:41:17','','50percenttint','','inherit','open','closed','','50percenttint','','','2025-09-09 16:19:50','2025-09-09 16:19:50','',1216,'https://aggressivegraphix.com/wp-content/uploads/2025/03/50percenttint.png',0,'attachment','image/webp',0),(2670,1,'2025-03-07 19:41:18','2025-03-07 19:41:18','','40percenttint','','inherit','open','closed','','40percenttint','','','2025-09-09 16:19:46','2025-09-09 16:19:46','',1216,'https://aggressivegraphix.com/wp-content/uploads/2025/03/40percenttint.png',0,'attachment','image/webp',0),(2671,1,'2025-03-07 19:41:19','2025-03-07 19:41:19','','35percenttint','','inherit','open','closed','','35percenttint','','','2025-09-09 16:19:42','2025-09-09 16:19:42','',1216,'https://aggressivegraphix.com/wp-content/uploads/2025/03/35percenttint.png',0,'attachment','image/webp',0),(2672,1,'2025-03-07 19:41:21','2025-03-07 19:41:21','','20percenttint','','inherit','open','closed','','20percenttint','','','2025-09-09 16:19:38','2025-09-09 16:19:38','',1216,'https://aggressivegraphix.com/wp-content/uploads/2025/03/20percenttint.png',0,'attachment','image/webp',0),(2673,1,'2025-03-07 19:41:22','2025-03-07 19:41:22','','5percenttint','','inherit','open','closed','','5percenttint','','','2025-09-09 16:19:34','2025-09-09 16:19:34','',1216,'https://aggressivegraphix.com/wp-content/uploads/2025/03/5percenttint.png',0,'attachment','image/webp',0),(2674,1,'2025-03-07 19:56:25','2025-03-07 19:56:25','<!-- wp:paragraph -->\n<p class=\"\">Adding tint to your vehicle will enhance the exterior look, enhance interior longevity, and provide a level of privacy depending on the percentage of tint used. Understanding the advertised percentages is crucial as we are installing the tint over factory glass which already has a tint hue naturally. The percentage number represents how much light and UV is let through the tint, meaning; a 35% tint allows 35% of the rays through into the interior of the vehicle. Most states do have tint laws of 35% or lighter on the front two windows and no tint below the AS1 line on the windshield. Our tint percentages are not the percent that will scan if tested after install. If the 35% tint option is chosen, the film itself is 35%; once installed over factory \"clear\" glass it will meter more towards 30% depending on the factory glass hue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2668,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/factorytint.png\" alt=\"\" class=\"wp-image-2668\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Factory Glass</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">As a base display, this would represent clear factory glass for your window or windshield.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2669,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/50percenttint.png\" alt=\"\" class=\"wp-image-2669\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">50% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">50 percent tint is generally used to keep the windows as clear as possible but offer the UV protection of tint.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2670,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/40percenttint.png\" alt=\"\" class=\"wp-image-2670\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">40% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">40 percent tint offers a slightly darker than factory option allowing for a little bit of privacy and UV protection.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2671,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/35percenttint.png\" alt=\"\" class=\"wp-image-2671\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">35% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">35 percent tint is generally the legal limit in most states. This option offers a darker look from the exterior with better protection from heat and UV rays. This is one of our most popular options.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2672,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/20percenttint.png\" alt=\"\" class=\"wp-image-2672\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">20% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">20 percent tint is a darker option that generally mimics OEM rear privacy tinted glass. This will give your windows a nice dark appearance for privacy and UV protection.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2673,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/5percenttint.png\" alt=\"\" class=\"wp-image-2673\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">5% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">5 percent tint, also referred to as limo tint is the darkest single layer option we offer. It is borderline not see through from the outside creating the most privacy.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Window tint','','inherit','closed','closed','','1216-revision-v1','','','2025-03-07 19:56:25','2025-03-07 19:56:25','',1216,'https://aggressivegraphix.com/?p=2674',0,'revision','',0),(2676,1,'2025-03-07 20:16:08','2025-03-07 20:16:08','<!-- wp:paragraph -->\n<p class=\"\">Adding tint to your vehicle will enhance the exterior look, enhance interior longevity, and provide a level of privacy depending on the percentage of tint used. Understanding the advertised percentages is crucial as we are installing the tint over factory glass which already has a tint hue naturally. The percentage number represents how much light and UV is let through the tint, meaning; a 35% tint allows 35% of the rays through into the interior of the vehicle. Most states do have tint laws of 35% or lighter on the front two windows and no tint below the AS1 line on the windshield. Our tint percentages are not the percent that will scan if tested after install. If the 35% tint option is chosen, the film itself is 35%; once installed over factory \"clear\" glass it will meter more towards 30% depending on the factory glass hue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2668,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/factorytint.png\" alt=\"\" class=\"wp-image-2668\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Factory Glass</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">As a base display, this would represent clear factory glass for your window or windshield.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2669,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/50percenttint.png\" alt=\"\" class=\"wp-image-2669\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">50% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">50 percent tint is generally used to keep the windows as clear as possible but offer the UV protection of tint.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2670,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/40percenttint.png\" alt=\"\" class=\"wp-image-2670\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">40% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">40 percent tint offers a slightly darker than factory option allowing for a little bit of privacy and UV protection.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2671,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/35percenttint.png\" alt=\"\" class=\"wp-image-2671\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">35% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">35 percent tint is generally the legal limit in most states. This option offers a darker look from the exterior with better protection from heat and UV rays. This is one of our most popular options.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2672,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/20percenttint.png\" alt=\"\" class=\"wp-image-2672\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">20% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">20 percent tint is a darker option that generally mimics OEM rear privacy tinted glass. This will give your windows a nice dark appearance for privacy and UV protection.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2673,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/5percenttint.png\" alt=\"\" class=\"wp-image-2673\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">5% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">5 percent tint, also referred to as limo tint is the darkest single layer option we offer. It is borderline not see through from the outside creating the most privacy.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Tint coverage</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We offer all different coverage packages for tinting depending on your needs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Windshield:</strong> There are a couple different options for windshield tints. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Whole windshield (keep in mind most states with tint laws prohibit full tinted windshields, check with your state laws first)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Concave brow/sun shade. The concave look makes the outside edges look lower than the center of the windshield</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Convex brow/sun shade. The convex look follows the contour of the windshield to give an even thickness of the tint from left to right</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Doors:</strong> We use tried and true precision machine cut tint templates to ensure proper fitment for your vehicle based off your VIN. For rear doors with split glass, we do include the secondary pieces in our pricing and install.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Rear Windshield:</strong> Our tint film is a non-metallicized film allowing us to install directly onto your defroster without causing over heating or malfunctioning of the defrost system. We also precision machine cut the rear windshield shapes to ensure proper fitment. </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:wpforms/form-selector {\"clientId\":\"da82c8ba-ad31-4051-bcff-9d5adba4ec48\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Window tint','','inherit','closed','closed','','1216-revision-v1','','','2025-03-07 20:16:08','2025-03-07 20:16:08','',1216,'https://aggressivegraphix.com/?p=2676',0,'revision','',0),(2677,1,'2025-03-07 20:18:57','2025-03-07 20:18:57','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"phone\",\"label\":\"Phone\",\"format\":\"us\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Your vehicle VIN\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_enabled\":\"1\",\"limit_count\":\"17\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"17\":{\"id\":\"17\",\"type\":\"checkbox\",\"label\":\"What tint coverage would you like?\",\"choices\":{\"1\":{\"label\":\"Front doors\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/frontdoor.webp\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Rear doors\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/reardoor.webp\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Rear windshield\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/rearwindow.webp\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Brow concave\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/windshieldconcave.webp\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Brow convex\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/windshieldconvex.webp\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"Full windshield\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/windshieldfull.webp\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images\":\"1\",\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"\",\"required\":\"1\",\"input_columns\":\"2\",\"choice_limit\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"select\",\"label\":\"Front doors tint percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"17\",\"operator\":\"==\",\"value\":\"1\"}]]},\"10\":{\"id\":\"10\",\"type\":\"select\",\"label\":\"Rear doors tint percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"17\",\"operator\":\"==\",\"value\":\"2\"}]]},\"15\":{\"id\":\"15\",\"type\":\"select\",\"label\":\"Rear windshield percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"17\",\"operator\":\"==\",\"value\":\"3\"}]]},\"14\":{\"id\":\"14\",\"type\":\"select\",\"label\":\"Front windshield brow\\/sun shade concave\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"17\",\"operator\":\"==\",\"value\":\"4\"}]]},\"13\":{\"id\":\"13\",\"type\":\"select\",\"label\":\"Front windshield brow\\/sun shade convex\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"17\",\"operator\":\"==\",\"value\":\"5\"}]]},\"12\":{\"id\":\"12\",\"type\":\"select\",\"label\":\"Front windshield whole\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"17\",\"operator\":\"==\",\"value\":\"6\"}]]},\"16\":{\"id\":\"16\",\"type\":\"date-time\",\"label\":\"Specific due date\",\"format\":\"date\",\"description\":\"Do you have a specific due date that the vehicle needs to be tinted by?\",\"size\":\"large\",\"date_type\":\"dropdown\",\"date_placeholder\":\"\",\"date_format\":\"m\\/d\\/Y\",\"date_limit_days_mon\":\"1\",\"date_limit_days_tue\":\"1\",\"date_limit_days_wed\":\"1\",\"date_limit_days_thu\":\"1\",\"date_limit_days_fri\":\"1\",\"time_interval\":\"30\",\"time_placeholder\":\"\",\"time_format\":\"g:i A\",\"time_limit_hours_start_hour\":\"09\",\"time_limit_hours_start_min\":\"00\",\"time_limit_hours_start_ampm\":\"am\",\"time_limit_hours_end_hour\":\"06\",\"time_limit_hours_end_min\":\"00\",\"time_limit_hours_end_ampm\":\"pm\",\"css\":\"\"}},\"id\":\"2677\",\"field_id\":18,\"settings\":{\"themes\":{\"wpformsTheme\":\"default\",\"isCustomTheme\":\"\",\"themeName\":\"\",\"fieldSize\":\"medium\",\"fieldBorderStyle\":\"solid\",\"fieldBorderSize\":\"1\",\"fieldBorderRadius\":\"3\",\"fieldBackgroundColor\":\"#ffffff\",\"fieldBorderColor\":\"rgba(0, 0, 0, 0.25)\",\"fieldTextColor\":\"rgba(0, 0, 0, 0.7)\",\"labelSize\":\"medium\",\"labelColor\":\"rgba(0, 0, 0, 0.85)\",\"labelSublabelColor\":\"rgba(0, 0, 0, 0.55)\",\"labelErrorColor\":\"#d63637\",\"buttonSize\":\"medium\",\"buttonBorderStyle\":\"none\",\"buttonBorderSize\":\"1\",\"buttonBorderRadius\":\"3\",\"buttonBackgroundColor\":\"#066aab\",\"buttonBorderColor\":\"#066aab\",\"buttonTextColor\":\"#ffffff\",\"containerPadding\":\"0\",\"containerBorderStyle\":\"none\",\"containerBorderWidth\":\"1\",\"containerBorderRadius\":\"3\",\"containerBorderColor\":\"#000000\",\"containerShadowSize\":\"none\",\"backgroundColor\":\"rgba(0, 0, 0, 0)\",\"backgroundImage\":\"none\",\"backgroundSize\":\"cover\",\"backgroundUrl\":\"url()\",\"fieldMenuColor\":\"#ffffff\",\"pageBreakColor\":\"#066aab\",\"customCss\":\"\",\"copyPasteJsonValue\":\"{\\\"themeName\\\":\\\"\\\",\\\"isCustomTheme\\\":\\\"\\\",\\\"wpformsTheme\\\":\\\"default\\\",\\\"customCss\\\":\\\"\\\",\\\"containerPadding\\\":\\\"0\\\",\\\"containerBorderStyle\\\":\\\"none\\\",\\\"containerBorderWidth\\\":\\\"1\\\",\\\"containerBorderRadius\\\":\\\"3\\\",\\\"containerShadowSize\\\":\\\"none\\\",\\\"containerBorderColor\\\":\\\"#000000\\\",\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderStyle\\\":\\\"solid\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBorderSize\\\":\\\"1\\\",\\\"fieldBackgroundColor\\\":\\\"#ffffff\\\",\\\"fieldBorderColor\\\":\\\"rgba(0, 0, 0, 0.25)\\\",\\\"fieldTextColor\\\":\\\"rgba(0, 0, 0, 0.7)\\\",\\\"fieldMenuColor\\\":\\\"#ffffff\\\",\\\"pageBreakColor\\\":\\\"#066aab\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"rgba(0, 0, 0, 0.85)\\\",\\\"labelSublabelColor\\\":\\\"rgba(0, 0, 0, 0.55)\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderStyle\\\":\\\"none\\\",\\\"buttonBorderSize\\\":\\\"1\\\",\\\"buttonBorderRadius\\\":\\\"3\\\",\\\"buttonBackgroundColor\\\":\\\"#066aab\\\",\\\"buttonBorderColor\\\":\\\"#066aab\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\",\\\"backgroundColor\\\":\\\"rgba(0, 0, 0, 0)\\\",\\\"backgroundPosition\\\":\\\"center center\\\",\\\"backgroundUrl\\\":\\\"url()\\\",\\\"backgroundRepeat\\\":\\\"no-repeat\\\",\\\"backgroundSize\\\":\\\"cover\\\",\\\"backgroundSizeMode\\\":\\\"cover\\\",\\\"backgroundWidth\\\":\\\"100\\\",\\\"backgroundHeight\\\":\\\"100\\\",\\\"backgroundImage\\\":\\\"none\\\"}\"},\"form_title\":\"Window tinting\",\"form_desc\":\"\",\"submit_text\":\"Get a quote!\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"enable\":\"1\",\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"Window tinting inquiry from\\u00a0 {field_id=\\\"1\\\"}\",\"sender_name\":\"{field_id=\\\"1\\\"}\",\"sender_address\":\"{field_id=\\\"3\\\"}\",\"replyto\":\"{field_id=\\\"3\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Window tinting','','publish','closed','closed','','blank-form-2','','','2025-09-18 17:16:53','2025-09-18 17:16:53','',0,'https://aggressivegraphix.com/?post_type=wpforms&#038;p=2677',0,'wpforms','',0),(2678,1,'2025-03-07 20:19:01','2025-03-07 20:19:01','{\"fields\":[],\"id\":\"2677\",\"field_id\":1,\"settings\":{\"form_title\":\"Blank Form\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"New Entry: Blank Form\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"enable\":\"1\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Blank Form','','inherit','closed','closed','','2677-revision-v1','','','2025-03-07 20:19:01','2025-03-07 20:19:01','',2677,'https://aggressivegraphix.com/?p=2678',0,'revision','',0),(2679,1,'2025-03-07 20:27:25','2025-03-07 20:27:25','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"phone\",\"label\":\"Phone\",\"format\":\"us\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Your vehicle VIN\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"8\":{\"id\":\"8\",\"type\":\"radio\",\"label\":\"What tint coverage would you like?\",\"choices\":{\"1\":{\"label\":\"Front 2 doors\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Rear 2 doors\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"4 doors\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Rear windshield\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Front windshield brow\\/sun shade concave\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"10\":{\"label\":\"Front windshield brow\\/sun shade convex\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"Front windshield whole\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"Select all that apply\",\"required\":\"1\",\"input_columns\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"select\",\"label\":\"Front 2 door tint percent\",\"choices\":{\"1\":{\"label\":\"First Choice\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Second Choice\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Third Choice\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"style\":\"classic\",\"size\":\"medium\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"}},\"id\":\"2677\",\"field_id\":10,\"settings\":{\"form_title\":\"Blank Form\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"New Entry: Blank Form\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"enable\":\"1\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Blank Form','','inherit','closed','closed','','2677-revision-v1','','','2025-03-07 20:27:25','2025-03-07 20:27:25','',2677,'https://aggressivegraphix.com/?p=2679',0,'revision','',0),(2680,1,'2025-03-07 20:31:48','2025-03-07 20:31:48','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"phone\",\"label\":\"Phone\",\"format\":\"us\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Your vehicle VIN\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"8\":{\"id\":\"8\",\"type\":\"radio\",\"label\":\"What tint coverage would you like?\",\"choices\":{\"1\":{\"label\":\"Front doors\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Rear doors\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Rear windshield\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Front windshield brow\\/sun shade concave\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"10\":{\"label\":\"Front windshield brow\\/sun shade convex\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"Front windshield whole\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images\":\"1\",\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"Select all that apply\",\"required\":\"1\",\"input_columns\":\"inline\",\"dynamic_choices\":\"\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"select\",\"label\":\"Front doors tint percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"classic\",\"size\":\"medium\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"1\"}]]},\"10\":{\"id\":\"10\",\"type\":\"select\",\"label\":\"Rear doors tint percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"classic\",\"size\":\"medium\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"15\":{\"id\":\"15\",\"type\":\"select\",\"label\":\"Rear windshield percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"classic\",\"size\":\"medium\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"14\":{\"id\":\"14\",\"type\":\"select\",\"label\":\"Front windshield brow\\/sun shade concave\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"classic\",\"size\":\"medium\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"13\":{\"id\":\"13\",\"type\":\"select\",\"label\":\"Front windshield brow\\/sun shade convex\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"classic\",\"size\":\"medium\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"12\":{\"id\":\"12\",\"type\":\"select\",\"label\":\"Front windshield whole\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"classic\",\"size\":\"medium\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]}},\"id\":\"2677\",\"field_id\":16,\"settings\":{\"form_title\":\"Blank Form\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"New Entry: Blank Form\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"enable\":\"1\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Blank Form','','inherit','closed','closed','','2677-revision-v1','','','2025-03-07 20:31:48','2025-03-07 20:31:48','',2677,'https://aggressivegraphix.com/?p=2680',0,'revision','',0),(2681,1,'2025-03-07 20:32:18','2025-03-07 20:32:18','<!-- wp:paragraph -->\n<p class=\"\">Adding tint to your vehicle will enhance the exterior look, enhance interior longevity, and provide a level of privacy depending on the percentage of tint used. Understanding the advertised percentages is crucial as we are installing the tint over factory glass which already has a tint hue naturally. The percentage number represents how much light and UV is let through the tint, meaning; a 35% tint allows 35% of the rays through into the interior of the vehicle. Most states do have tint laws of 35% or lighter on the front two windows and no tint below the AS1 line on the windshield. Our tint percentages are not the percent that will scan if tested after install. If the 35% tint option is chosen, the film itself is 35%; once installed over factory \"clear\" glass it will meter more towards 30% depending on the factory glass hue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2668,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/factorytint.png\" alt=\"\" class=\"wp-image-2668\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Factory Glass</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">As a base display, this would represent clear factory glass for your window or windshield.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2669,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/50percenttint.png\" alt=\"\" class=\"wp-image-2669\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">50% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">50 percent tint is generally used to keep the windows as clear as possible but offer the UV protection of tint.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2670,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/40percenttint.png\" alt=\"\" class=\"wp-image-2670\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">40% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">40 percent tint offers a slightly darker than factory option allowing for a little bit of privacy and UV protection.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2671,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/35percenttint.png\" alt=\"\" class=\"wp-image-2671\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">35% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">35 percent tint is generally the legal limit in most states. This option offers a darker look from the exterior with better protection from heat and UV rays. This is one of our most popular options.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2672,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/20percenttint.png\" alt=\"\" class=\"wp-image-2672\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">20% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">20 percent tint is a darker option that generally mimics OEM rear privacy tinted glass. This will give your windows a nice dark appearance for privacy and UV protection.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2673,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/5percenttint.png\" alt=\"\" class=\"wp-image-2673\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">5% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">5 percent tint, also referred to as limo tint is the darkest single layer option we offer. It is borderline not see through from the outside creating the most privacy.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Tint coverage</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We offer all different coverage packages for tinting depending on your needs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Windshield:</strong> There are a couple different options for windshield tints. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Whole windshield (keep in mind most states with tint laws prohibit full tinted windshields, check with your state laws first)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Concave brow/sun shade. The concave look makes the outside edges look lower than the center of the windshield</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Convex brow/sun shade. The convex look follows the contour of the windshield to give an even thickness of the tint from left to right</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Doors:</strong> We use tried and true precision machine cut tint templates to ensure proper fitment for your vehicle based off your VIN. For rear doors with split glass, we do include the secondary pieces in our pricing and install.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Rear Windshield:</strong> Our tint film is a non-metallicized film allowing us to install directly onto your defroster without causing over heating or malfunctioning of the defrost system. We also precision machine cut the rear windshield shapes to ensure proper fitment. </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:wpforms/form-selector {\"clientId\":\"da82c8ba-ad31-4051-bcff-9d5adba4ec48\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Window Tint Services','','inherit','closed','closed','','1216-revision-v1','','','2025-03-07 20:32:18','2025-03-07 20:32:18','',1216,'https://aggressivegraphix.com/?p=2681',0,'revision','',0),(2682,1,'2025-03-07 20:33:01','2025-03-07 20:33:01','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"phone\",\"label\":\"Phone\",\"format\":\"us\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Your vehicle VIN\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"8\":{\"id\":\"8\",\"type\":\"radio\",\"label\":\"What tint coverage would you like?\",\"choices\":{\"1\":{\"label\":\"Front doors\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Rear doors\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Rear windshield\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Front windshield brow\\/sun shade concave\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"10\":{\"label\":\"Front windshield brow\\/sun shade convex\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"Front windshield whole\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images\":\"1\",\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"Select all that apply\",\"required\":\"1\",\"input_columns\":\"inline\",\"dynamic_choices\":\"\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"select\",\"label\":\"Front doors tint percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"classic\",\"size\":\"medium\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"1\"}]]},\"10\":{\"id\":\"10\",\"type\":\"select\",\"label\":\"Rear doors tint percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"classic\",\"size\":\"medium\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"15\":{\"id\":\"15\",\"type\":\"select\",\"label\":\"Rear windshield percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"classic\",\"size\":\"medium\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"14\":{\"id\":\"14\",\"type\":\"select\",\"label\":\"Front windshield brow\\/sun shade concave\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"classic\",\"size\":\"medium\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"13\":{\"id\":\"13\",\"type\":\"select\",\"label\":\"Front windshield brow\\/sun shade convex\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"classic\",\"size\":\"medium\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"12\":{\"id\":\"12\",\"type\":\"select\",\"label\":\"Front windshield whole\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"classic\",\"size\":\"medium\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]}},\"id\":\"2677\",\"field_id\":16,\"settings\":{\"form_title\":\"Window tinting\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"New Entry: Blank Form\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"enable\":\"1\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Window tinting','','inherit','closed','closed','','2677-revision-v1','','','2025-03-07 20:33:01','2025-03-07 20:33:01','',2677,'https://aggressivegraphix.com/?p=2682',0,'revision','',0),(2683,1,'2025-03-07 20:33:20','2025-03-07 20:33:20','<!-- wp:paragraph -->\n<p class=\"\">Adding tint to your vehicle will enhance the exterior look, enhance interior longevity, and provide a level of privacy depending on the percentage of tint used. Understanding the advertised percentages is crucial as we are installing the tint over factory glass which already has a tint hue naturally. The percentage number represents how much light and UV is let through the tint, meaning; a 35% tint allows 35% of the rays through into the interior of the vehicle. Most states do have tint laws of 35% or lighter on the front two windows and no tint below the AS1 line on the windshield. Our tint percentages are not the percent that will scan if tested after install. If the 35% tint option is chosen, the film itself is 35%; once installed over factory \"clear\" glass it will meter more towards 30% depending on the factory glass hue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2668,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/factorytint.png\" alt=\"\" class=\"wp-image-2668\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Factory Glass</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">As a base display, this would represent clear factory glass for your window or windshield.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2669,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/50percenttint.png\" alt=\"\" class=\"wp-image-2669\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">50% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">50 percent tint is generally used to keep the windows as clear as possible but offer the UV protection of tint.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2670,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/40percenttint.png\" alt=\"\" class=\"wp-image-2670\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">40% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">40 percent tint offers a slightly darker than factory option allowing for a little bit of privacy and UV protection.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2671,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/35percenttint.png\" alt=\"\" class=\"wp-image-2671\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">35% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">35 percent tint is generally the legal limit in most states. This option offers a darker look from the exterior with better protection from heat and UV rays. This is one of our most popular options.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2672,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/20percenttint.png\" alt=\"\" class=\"wp-image-2672\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">20% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">20 percent tint is a darker option that generally mimics OEM rear privacy tinted glass. This will give your windows a nice dark appearance for privacy and UV protection.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2673,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/5percenttint.png\" alt=\"\" class=\"wp-image-2673\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">5% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">5 percent tint, also referred to as limo tint is the darkest single layer option we offer. It is borderline not see through from the outside creating the most privacy.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Tint coverage</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We offer all different coverage packages for tinting depending on your needs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Windshield:</strong> There are a couple different options for windshield tints. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Whole windshield (keep in mind most states with tint laws prohibit full tinted windshields, check with your state laws first)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Concave brow/sun shade. The concave look makes the outside edges look lower than the center of the windshield</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Convex brow/sun shade. The convex look follows the contour of the windshield to give an even thickness of the tint from left to right</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Doors:</strong> We use tried and true precision machine cut tint templates to ensure proper fitment for your vehicle based off your VIN. For rear doors with split glass, we do include the secondary pieces in our pricing and install.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Rear Windshield:</strong> Our tint film is a non-metallicized film allowing us to install directly onto your defroster without causing over heating or malfunctioning of the defrost system. We also precision machine cut the rear windshield shapes to ensure proper fitment. </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:wpforms/form-selector {\"clientId\":\"da82c8ba-ad31-4051-bcff-9d5adba4ec48\",\"formId\":\"2677\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Window Tint Services','','inherit','closed','closed','','1216-revision-v1','','','2025-03-07 20:33:20','2025-03-07 20:33:20','',1216,'https://aggressivegraphix.com/?p=2683',0,'revision','',0),(2684,1,'2025-03-07 20:34:32','2025-03-07 20:34:32','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"phone\",\"label\":\"Phone\",\"format\":\"us\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Your vehicle VIN\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_enabled\":\"1\",\"limit_count\":\"17\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"8\":{\"id\":\"8\",\"type\":\"radio\",\"label\":\"What tint coverage would you like?\",\"choices\":{\"1\":{\"label\":\"Front doors\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Rear doors\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Rear windshield\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Front windshield brow\\/sun shade concave\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"10\":{\"label\":\"Front windshield brow\\/sun shade convex\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"Front windshield whole\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images\":\"1\",\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"Select all that apply\",\"required\":\"1\",\"input_columns\":\"2\",\"dynamic_choices\":\"\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"select\",\"label\":\"Front doors tint percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"1\"}]]},\"10\":{\"id\":\"10\",\"type\":\"select\",\"label\":\"Rear doors tint percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"15\":{\"id\":\"15\",\"type\":\"select\",\"label\":\"Rear windshield percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"14\":{\"id\":\"14\",\"type\":\"select\",\"label\":\"Front windshield brow\\/sun shade concave\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"13\":{\"id\":\"13\",\"type\":\"select\",\"label\":\"Front windshield brow\\/sun shade convex\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"12\":{\"id\":\"12\",\"type\":\"select\",\"label\":\"Front windshield whole\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]}},\"id\":\"2677\",\"field_id\":16,\"settings\":{\"form_title\":\"Window tinting\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"New Entry: Blank Form\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"enable\":\"1\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Window tinting','','inherit','closed','closed','','2677-revision-v1','','','2025-03-07 20:34:32','2025-03-07 20:34:32','',2677,'https://aggressivegraphix.com/?p=2684',0,'revision','',0),(2685,1,'2025-03-07 21:05:31','2025-03-07 21:05:31','','frontdoor','','inherit','open','closed','','frontdoor','','','2025-09-09 16:19:30','2025-09-09 16:19:30','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/03/frontdoor.png',0,'attachment','image/webp',0),(2686,1,'2025-03-07 21:05:33','2025-03-07 21:05:33','','windshieldconvex','','inherit','open','closed','','windshieldconvex','','','2025-09-09 16:19:27','2025-09-09 16:19:27','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/03/windshieldconvex.png',0,'attachment','image/webp',0),(2687,1,'2025-03-07 21:05:34','2025-03-07 21:05:34','','windshieldconcave','','inherit','open','closed','','windshieldconcave','','','2025-09-09 16:19:24','2025-09-09 16:19:24','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/03/windshieldconcave.png',0,'attachment','image/webp',0),(2688,1,'2025-03-07 21:05:36','2025-03-07 21:05:36','','rearwindow','','inherit','open','closed','','rearwindow','','','2025-09-09 16:19:21','2025-09-09 16:19:21','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/03/rearwindow.png',0,'attachment','image/webp',0),(2689,1,'2025-03-07 21:05:38','2025-03-07 21:05:38','','reardoor','','inherit','open','closed','','reardoor','','','2025-09-09 16:19:18','2025-09-09 16:19:18','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/03/reardoor.png',0,'attachment','image/webp',0),(2690,1,'2025-03-07 21:08:06','2025-03-07 21:08:06','','windshieldfull','','inherit','open','closed','','windshieldfull','','','2025-09-09 16:19:16','2025-09-09 16:19:16','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/03/windshieldfull.png',0,'attachment','image/webp',0),(2691,1,'2025-03-07 21:09:15','2025-03-07 21:09:15','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"phone\",\"label\":\"Phone\",\"format\":\"us\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Your vehicle VIN\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_enabled\":\"1\",\"limit_count\":\"17\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"8\":{\"id\":\"8\",\"type\":\"radio\",\"label\":\"What tint coverage would you like?\",\"choices\":{\"1\":{\"label\":\"Front doors\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/frontdoor.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Rear doors\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/reardoor.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Rear windshield\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/rearwindow.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Front windshield brow\\/sun shade concave\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/windshieldconcave.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"10\":{\"label\":\"Front windshield brow\\/sun shade convex\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/windshieldconvex.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"Front windshield whole\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/windshieldfull.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images\":\"1\",\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"Select all that apply\",\"required\":\"1\",\"input_columns\":\"2\",\"dynamic_choices\":\"\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"select\",\"label\":\"Front doors tint percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"1\"}]]},\"10\":{\"id\":\"10\",\"type\":\"select\",\"label\":\"Rear doors tint percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"15\":{\"id\":\"15\",\"type\":\"select\",\"label\":\"Rear windshield percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"14\":{\"id\":\"14\",\"type\":\"select\",\"label\":\"Front windshield brow\\/sun shade concave\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"13\":{\"id\":\"13\",\"type\":\"select\",\"label\":\"Front windshield brow\\/sun shade convex\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"12\":{\"id\":\"12\",\"type\":\"select\",\"label\":\"Front windshield whole\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"16\":{\"id\":\"16\",\"type\":\"date-time\",\"label\":\"Specific due date\",\"format\":\"date\",\"description\":\"Do you have a specific due date that the vehicle needs to be tinted by?\",\"size\":\"medium\",\"date_type\":\"dropdown\",\"date_placeholder\":\"\",\"date_format\":\"m\\/d\\/Y\",\"date_limit_days_mon\":\"1\",\"date_limit_days_tue\":\"1\",\"date_limit_days_wed\":\"1\",\"date_limit_days_thu\":\"1\",\"date_limit_days_fri\":\"1\",\"time_interval\":\"30\",\"time_placeholder\":\"\",\"time_format\":\"g:i A\",\"time_limit_hours_start_hour\":\"09\",\"time_limit_hours_start_min\":\"00\",\"time_limit_hours_start_ampm\":\"am\",\"time_limit_hours_end_hour\":\"06\",\"time_limit_hours_end_min\":\"00\",\"time_limit_hours_end_ampm\":\"pm\",\"css\":\"\"}},\"id\":\"2677\",\"field_id\":17,\"settings\":{\"form_title\":\"Window tinting\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"New Entry: Blank Form\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"enable\":\"1\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Window tinting','','inherit','closed','closed','','2677-revision-v1','','','2025-03-07 21:09:15','2025-03-07 21:09:15','',2677,'https://aggressivegraphix.com/?p=2691',0,'revision','',0),(2692,1,'2025-03-07 21:09:35','2025-03-07 21:09:35','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"phone\",\"label\":\"Phone\",\"format\":\"us\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Your vehicle VIN\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_enabled\":\"1\",\"limit_count\":\"17\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"8\":{\"id\":\"8\",\"type\":\"radio\",\"label\":\"What tint coverage would you like?\",\"choices\":{\"1\":{\"label\":\"Front doors\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/frontdoor.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Rear doors\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/reardoor.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Rear windshield\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/rearwindow.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Front windshield brow\\/sun shade concave\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/windshieldconcave.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"10\":{\"label\":\"Front windshield brow\\/sun shade convex\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/windshieldconvex.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"Front windshield whole\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/windshieldfull.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images\":\"1\",\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"Select all that apply\",\"required\":\"1\",\"input_columns\":\"inline\",\"dynamic_choices\":\"\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"select\",\"label\":\"Front doors tint percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"1\"}]]},\"10\":{\"id\":\"10\",\"type\":\"select\",\"label\":\"Rear doors tint percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"15\":{\"id\":\"15\",\"type\":\"select\",\"label\":\"Rear windshield percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"14\":{\"id\":\"14\",\"type\":\"select\",\"label\":\"Front windshield brow\\/sun shade concave\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"13\":{\"id\":\"13\",\"type\":\"select\",\"label\":\"Front windshield brow\\/sun shade convex\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"12\":{\"id\":\"12\",\"type\":\"select\",\"label\":\"Front windshield whole\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"16\":{\"id\":\"16\",\"type\":\"date-time\",\"label\":\"Specific due date\",\"format\":\"date\",\"description\":\"Do you have a specific due date that the vehicle needs to be tinted by?\",\"size\":\"medium\",\"date_type\":\"dropdown\",\"date_placeholder\":\"\",\"date_format\":\"m\\/d\\/Y\",\"date_limit_days_mon\":\"1\",\"date_limit_days_tue\":\"1\",\"date_limit_days_wed\":\"1\",\"date_limit_days_thu\":\"1\",\"date_limit_days_fri\":\"1\",\"time_interval\":\"30\",\"time_placeholder\":\"\",\"time_format\":\"g:i A\",\"time_limit_hours_start_hour\":\"09\",\"time_limit_hours_start_min\":\"00\",\"time_limit_hours_start_ampm\":\"am\",\"time_limit_hours_end_hour\":\"06\",\"time_limit_hours_end_min\":\"00\",\"time_limit_hours_end_ampm\":\"pm\",\"css\":\"\"}},\"id\":\"2677\",\"field_id\":17,\"settings\":{\"form_title\":\"Window tinting\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"New Entry: Blank Form\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"enable\":\"1\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Window tinting','','inherit','closed','closed','','2677-revision-v1','','','2025-03-07 21:09:35','2025-03-07 21:09:35','',2677,'https://aggressivegraphix.com/?p=2692',0,'revision','',0),(2693,1,'2025-03-07 21:10:00','2025-03-07 21:10:00','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"phone\",\"label\":\"Phone\",\"format\":\"us\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Your vehicle VIN\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_enabled\":\"1\",\"limit_count\":\"17\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"8\":{\"id\":\"8\",\"type\":\"radio\",\"label\":\"What tint coverage would you like?\",\"choices\":{\"1\":{\"label\":\"Front doors\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/frontdoor.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Rear doors\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/reardoor.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Rear windshield\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/rearwindow.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Front windshield brow\\/sun shade concave\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/windshieldconcave.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"10\":{\"label\":\"Front windshield brow\\/sun shade convex\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/windshieldconvex.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"Front windshield whole\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/windshieldfull.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images\":\"1\",\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"Select all that apply\",\"required\":\"1\",\"input_columns\":\"3\",\"dynamic_choices\":\"\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"select\",\"label\":\"Front doors tint percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"1\"}]]},\"10\":{\"id\":\"10\",\"type\":\"select\",\"label\":\"Rear doors tint percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"15\":{\"id\":\"15\",\"type\":\"select\",\"label\":\"Rear windshield percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"14\":{\"id\":\"14\",\"type\":\"select\",\"label\":\"Front windshield brow\\/sun shade concave\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"13\":{\"id\":\"13\",\"type\":\"select\",\"label\":\"Front windshield brow\\/sun shade convex\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"12\":{\"id\":\"12\",\"type\":\"select\",\"label\":\"Front windshield whole\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"16\":{\"id\":\"16\",\"type\":\"date-time\",\"label\":\"Specific due date\",\"format\":\"date\",\"description\":\"Do you have a specific due date that the vehicle needs to be tinted by?\",\"size\":\"medium\",\"date_type\":\"dropdown\",\"date_placeholder\":\"\",\"date_format\":\"m\\/d\\/Y\",\"date_limit_days_mon\":\"1\",\"date_limit_days_tue\":\"1\",\"date_limit_days_wed\":\"1\",\"date_limit_days_thu\":\"1\",\"date_limit_days_fri\":\"1\",\"time_interval\":\"30\",\"time_placeholder\":\"\",\"time_format\":\"g:i A\",\"time_limit_hours_start_hour\":\"09\",\"time_limit_hours_start_min\":\"00\",\"time_limit_hours_start_ampm\":\"am\",\"time_limit_hours_end_hour\":\"06\",\"time_limit_hours_end_min\":\"00\",\"time_limit_hours_end_ampm\":\"pm\",\"css\":\"\"}},\"id\":\"2677\",\"field_id\":17,\"settings\":{\"form_title\":\"Window tinting\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"New Entry: Blank Form\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"enable\":\"1\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Window tinting','','inherit','closed','closed','','2677-revision-v1','','','2025-03-07 21:10:00','2025-03-07 21:10:00','',2677,'https://aggressivegraphix.com/?p=2693',0,'revision','',0),(2694,1,'2025-03-07 21:10:55','2025-03-07 21:10:55','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"phone\",\"label\":\"Phone\",\"format\":\"us\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Your vehicle VIN\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_enabled\":\"1\",\"limit_count\":\"17\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"8\":{\"id\":\"8\",\"type\":\"radio\",\"label\":\"What tint coverage would you like?\",\"choices\":{\"1\":{\"label\":\"Front doors\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/frontdoor.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Rear doors\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/reardoor.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Rear windshield\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/rearwindow.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Brow\\/sun shade concave\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/windshieldconcave.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"10\":{\"label\":\"Brow\\/sun shade convex\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/windshieldconvex.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"Front windshield\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/windshieldfull.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images\":\"1\",\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"Select all that apply\",\"required\":\"1\",\"input_columns\":\"2\",\"dynamic_choices\":\"\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"select\",\"label\":\"Front doors tint percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"1\"}]]},\"10\":{\"id\":\"10\",\"type\":\"select\",\"label\":\"Rear doors tint percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"15\":{\"id\":\"15\",\"type\":\"select\",\"label\":\"Rear windshield percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"14\":{\"id\":\"14\",\"type\":\"select\",\"label\":\"Front windshield brow\\/sun shade concave\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"13\":{\"id\":\"13\",\"type\":\"select\",\"label\":\"Front windshield brow\\/sun shade convex\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"12\":{\"id\":\"12\",\"type\":\"select\",\"label\":\"Front windshield whole\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"16\":{\"id\":\"16\",\"type\":\"date-time\",\"label\":\"Specific due date\",\"format\":\"date\",\"description\":\"Do you have a specific due date that the vehicle needs to be tinted by?\",\"size\":\"medium\",\"date_type\":\"dropdown\",\"date_placeholder\":\"\",\"date_format\":\"m\\/d\\/Y\",\"date_limit_days_mon\":\"1\",\"date_limit_days_tue\":\"1\",\"date_limit_days_wed\":\"1\",\"date_limit_days_thu\":\"1\",\"date_limit_days_fri\":\"1\",\"time_interval\":\"30\",\"time_placeholder\":\"\",\"time_format\":\"g:i A\",\"time_limit_hours_start_hour\":\"09\",\"time_limit_hours_start_min\":\"00\",\"time_limit_hours_start_ampm\":\"am\",\"time_limit_hours_end_hour\":\"06\",\"time_limit_hours_end_min\":\"00\",\"time_limit_hours_end_ampm\":\"pm\",\"css\":\"\"}},\"id\":\"2677\",\"field_id\":17,\"settings\":{\"form_title\":\"Window tinting\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"New Entry: Blank Form\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"enable\":\"1\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Window tinting','','inherit','closed','closed','','2677-revision-v1','','','2025-03-07 21:10:55','2025-03-07 21:10:55','',2677,'https://aggressivegraphix.com/?p=2694',0,'revision','',0),(2695,1,'2025-03-07 21:11:24','2025-03-07 21:11:24','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"phone\",\"label\":\"Phone\",\"format\":\"us\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Your vehicle VIN\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_enabled\":\"1\",\"limit_count\":\"17\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"8\":{\"id\":\"8\",\"type\":\"radio\",\"label\":\"What tint coverage would you like?\",\"choices\":{\"1\":{\"label\":\"Front doors\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/frontdoor.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Rear doors\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/reardoor.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Rear windshield\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/rearwindow.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Brow concave\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/windshieldconcave.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"10\":{\"label\":\"Brow convex\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/windshieldconvex.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"Front windshield\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/windshieldfull.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images\":\"1\",\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"Select all that apply\",\"required\":\"1\",\"input_columns\":\"2\",\"dynamic_choices\":\"\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"select\",\"label\":\"Front doors tint percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"1\"}]]},\"10\":{\"id\":\"10\",\"type\":\"select\",\"label\":\"Rear doors tint percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"15\":{\"id\":\"15\",\"type\":\"select\",\"label\":\"Rear windshield percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"14\":{\"id\":\"14\",\"type\":\"select\",\"label\":\"Front windshield brow\\/sun shade concave\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"13\":{\"id\":\"13\",\"type\":\"select\",\"label\":\"Front windshield brow\\/sun shade convex\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"12\":{\"id\":\"12\",\"type\":\"select\",\"label\":\"Front windshield whole\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"16\":{\"id\":\"16\",\"type\":\"date-time\",\"label\":\"Specific due date\",\"format\":\"date\",\"description\":\"Do you have a specific due date that the vehicle needs to be tinted by?\",\"size\":\"medium\",\"date_type\":\"dropdown\",\"date_placeholder\":\"\",\"date_format\":\"m\\/d\\/Y\",\"date_limit_days_mon\":\"1\",\"date_limit_days_tue\":\"1\",\"date_limit_days_wed\":\"1\",\"date_limit_days_thu\":\"1\",\"date_limit_days_fri\":\"1\",\"time_interval\":\"30\",\"time_placeholder\":\"\",\"time_format\":\"g:i A\",\"time_limit_hours_start_hour\":\"09\",\"time_limit_hours_start_min\":\"00\",\"time_limit_hours_start_ampm\":\"am\",\"time_limit_hours_end_hour\":\"06\",\"time_limit_hours_end_min\":\"00\",\"time_limit_hours_end_ampm\":\"pm\",\"css\":\"\"}},\"id\":\"2677\",\"field_id\":17,\"settings\":{\"form_title\":\"Window tinting\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"New Entry: Blank Form\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"enable\":\"1\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Window tinting','','inherit','closed','closed','','2677-revision-v1','','','2025-03-07 21:11:24','2025-03-07 21:11:24','',2677,'https://aggressivegraphix.com/?p=2695',0,'revision','',0),(2696,1,'2025-03-07 21:12:02','2025-03-07 21:12:02','<!-- wp:paragraph -->\n<p class=\"\">Adding tint to your vehicle will enhance the exterior look, enhance interior longevity, and provide a level of privacy depending on the percentage of tint used. Understanding the advertised percentages is crucial as we are installing the tint over factory glass which already has a tint hue naturally. The percentage number represents how much light and UV is let through the tint, meaning; a 35% tint allows 35% of the rays through into the interior of the vehicle. Most states do have tint laws of 35% or lighter on the front two windows and no tint below the AS1 line on the windshield. Our tint percentages are not the percent that will scan if tested after install. If the 35% tint option is chosen, the film itself is 35%; once installed over factory \"clear\" glass it will meter more towards 30% depending on the factory glass hue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2668,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/factorytint.png\" alt=\"\" class=\"wp-image-2668\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Factory Glass</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">As a base display, this would represent clear factory glass for your window or windshield.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2669,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/50percenttint.png\" alt=\"\" class=\"wp-image-2669\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">50% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">50 percent tint is generally used to keep the windows as clear as possible but offer the UV protection of tint.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2670,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/40percenttint.png\" alt=\"\" class=\"wp-image-2670\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">40% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">40 percent tint offers a slightly darker than factory option allowing for a little bit of privacy and UV protection.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2671,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/35percenttint.png\" alt=\"\" class=\"wp-image-2671\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">35% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">35 percent tint is generally the legal limit in most states. This option offers a darker look from the exterior with better protection from heat and UV rays. This is one of our most popular options.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2672,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/20percenttint.png\" alt=\"\" class=\"wp-image-2672\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">20% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">20 percent tint is a darker option that generally mimics OEM rear privacy tinted glass. This will give your windows a nice dark appearance for privacy and UV protection.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2673,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/5percenttint.png\" alt=\"\" class=\"wp-image-2673\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">5% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">5 percent tint, also referred to as limo tint is the darkest single layer option we offer. It is borderline not see through from the outside creating the most privacy.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Tint coverage</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We offer all different coverage packages for tinting depending on your needs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Windshield:</strong> There are a couple different options for windshield tints. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Whole windshield (keep in mind most states with tint laws prohibit full tinted windshields, check with your state laws first)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Concave brow/sun shade. The concave look makes the outside edges look lower than the center of the windshield</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Convex brow/sun shade. The convex look follows the contour of the windshield to give an even thickness of the tint from left to right</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Doors:</strong> We use tried and true precision machine cut tint templates to ensure proper fitment for your vehicle based off your VIN. For rear doors with split glass, we do include the secondary pieces in our pricing and install.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Rear Windshield:</strong> Our tint film is a non-metallicized film allowing us to install directly onto your defroster without causing over heating or malfunctioning of the defrost system. We also precision machine cut the rear windshield shapes to ensure proper fitment. </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:wpforms/form-selector {\"clientId\":\"da82c8ba-ad31-4051-bcff-9d5adba4ec48\",\"formId\":\"2677\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Window Tint Services','','inherit','closed','closed','','1216-revision-v1','','','2025-03-07 21:12:02','2025-03-07 21:12:02','',1216,'https://aggressivegraphix.com/?p=2696',0,'revision','',0),(2697,1,'2025-03-07 21:13:07','2025-03-07 21:13:07','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"phone\",\"label\":\"Phone\",\"format\":\"us\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Your vehicle VIN\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_enabled\":\"1\",\"limit_count\":\"17\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"8\":{\"id\":\"8\",\"type\":\"radio\",\"label\":\"What tint coverage would you like?\",\"choices\":{\"1\":{\"label\":\"Front doors\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/frontdoor.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Rear doors\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/reardoor.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Rear windshield\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/rearwindow.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Brow concave\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/windshieldconcave.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"10\":{\"label\":\"Brow convex\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/windshieldconvex.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"Front windshield\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/windshieldfull.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images\":\"1\",\"choices_images_style\":\"classic\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"Select all that apply\",\"required\":\"1\",\"input_columns\":\"2\",\"dynamic_choices\":\"\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"select\",\"label\":\"Front doors tint percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"1\"}]]},\"10\":{\"id\":\"10\",\"type\":\"select\",\"label\":\"Rear doors tint percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"15\":{\"id\":\"15\",\"type\":\"select\",\"label\":\"Rear windshield percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"14\":{\"id\":\"14\",\"type\":\"select\",\"label\":\"Front windshield brow\\/sun shade concave\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"13\":{\"id\":\"13\",\"type\":\"select\",\"label\":\"Front windshield brow\\/sun shade convex\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"12\":{\"id\":\"12\",\"type\":\"select\",\"label\":\"Front windshield whole\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"16\":{\"id\":\"16\",\"type\":\"date-time\",\"label\":\"Specific due date\",\"format\":\"date\",\"description\":\"Do you have a specific due date that the vehicle needs to be tinted by?\",\"size\":\"medium\",\"date_type\":\"dropdown\",\"date_placeholder\":\"\",\"date_format\":\"m\\/d\\/Y\",\"date_limit_days_mon\":\"1\",\"date_limit_days_tue\":\"1\",\"date_limit_days_wed\":\"1\",\"date_limit_days_thu\":\"1\",\"date_limit_days_fri\":\"1\",\"time_interval\":\"30\",\"time_placeholder\":\"\",\"time_format\":\"g:i A\",\"time_limit_hours_start_hour\":\"09\",\"time_limit_hours_start_min\":\"00\",\"time_limit_hours_start_ampm\":\"am\",\"time_limit_hours_end_hour\":\"06\",\"time_limit_hours_end_min\":\"00\",\"time_limit_hours_end_ampm\":\"pm\",\"css\":\"\"}},\"id\":\"2677\",\"field_id\":17,\"settings\":{\"form_title\":\"Window tinting\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"New Entry: Blank Form\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"enable\":\"1\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Window tinting','','inherit','closed','closed','','2677-revision-v1','','','2025-03-07 21:13:07','2025-03-07 21:13:07','',2677,'https://aggressivegraphix.com/?p=2697',0,'revision','',0),(2698,1,'2025-03-07 21:15:52','2025-03-07 21:15:52','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"phone\",\"label\":\"Phone\",\"format\":\"us\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Your vehicle VIN\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_enabled\":\"1\",\"limit_count\":\"17\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"8\":{\"id\":\"8\",\"type\":\"radio\",\"label\":\"What tint coverage would you like?\",\"choices\":{\"1\":{\"label\":\"Front doors\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/frontdoor.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Rear doors\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/reardoor.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Rear windshield\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/rearwindow.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Brow concave\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/windshieldconcave.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"10\":{\"label\":\"Brow convex\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/windshieldconvex.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"Front windshield\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/windshieldfull.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images\":\"1\",\"choices_images_style\":\"classic\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"Select all that apply\",\"required\":\"1\",\"input_columns\":\"2\",\"dynamic_choices\":\"\",\"css\":\"\"},\"17\":{\"id\":\"17\",\"type\":\"checkbox\",\"label\":\"What tint coverage would you like?\",\"choices\":{\"1\":{\"label\":\"Front doors\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/frontdoor.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Rear doors\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/reardoor.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Rear windshield\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/rearwindow.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Brow concave\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/windshieldconcave.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Brow convex\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/windshieldconvex.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"Full windshield\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/windshieldfull.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images\":\"1\",\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"\",\"required\":\"1\",\"input_columns\":\"2\",\"choice_limit\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"select\",\"label\":\"Front doors tint percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"1\"}]]},\"10\":{\"id\":\"10\",\"type\":\"select\",\"label\":\"Rear doors tint percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"15\":{\"id\":\"15\",\"type\":\"select\",\"label\":\"Rear windshield percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"14\":{\"id\":\"14\",\"type\":\"select\",\"label\":\"Front windshield brow\\/sun shade concave\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"13\":{\"id\":\"13\",\"type\":\"select\",\"label\":\"Front windshield brow\\/sun shade convex\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"12\":{\"id\":\"12\",\"type\":\"select\",\"label\":\"Front windshield whole\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"8\",\"operator\":\"==\",\"value\":\"2\"}]]},\"16\":{\"id\":\"16\",\"type\":\"date-time\",\"label\":\"Specific due date\",\"format\":\"date\",\"description\":\"Do you have a specific due date that the vehicle needs to be tinted by?\",\"size\":\"medium\",\"date_type\":\"dropdown\",\"date_placeholder\":\"\",\"date_format\":\"m\\/d\\/Y\",\"date_limit_days_mon\":\"1\",\"date_limit_days_tue\":\"1\",\"date_limit_days_wed\":\"1\",\"date_limit_days_thu\":\"1\",\"date_limit_days_fri\":\"1\",\"time_interval\":\"30\",\"time_placeholder\":\"\",\"time_format\":\"g:i A\",\"time_limit_hours_start_hour\":\"09\",\"time_limit_hours_start_min\":\"00\",\"time_limit_hours_start_ampm\":\"am\",\"time_limit_hours_end_hour\":\"06\",\"time_limit_hours_end_min\":\"00\",\"time_limit_hours_end_ampm\":\"pm\",\"css\":\"\"}},\"id\":\"2677\",\"field_id\":18,\"settings\":{\"form_title\":\"Window tinting\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"New Entry: Blank Form\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"enable\":\"1\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Window tinting','','inherit','closed','closed','','2677-revision-v1','','','2025-03-07 21:15:52','2025-03-07 21:15:52','',2677,'https://aggressivegraphix.com/?p=2698',0,'revision','',0),(2699,1,'2025-03-07 21:17:16','2025-03-07 21:17:16','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"phone\",\"label\":\"Phone\",\"format\":\"us\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Your vehicle VIN\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_enabled\":\"1\",\"limit_count\":\"17\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"17\":{\"id\":\"17\",\"type\":\"checkbox\",\"label\":\"What tint coverage would you like?\",\"choices\":{\"1\":{\"label\":\"Front doors\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/frontdoor.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Rear doors\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/reardoor.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Rear windshield\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/rearwindow.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Brow concave\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/windshieldconcave.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Brow convex\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/windshieldconvex.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"Full windshield\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/windshieldfull.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images\":\"1\",\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"\",\"required\":\"1\",\"input_columns\":\"2\",\"choice_limit\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"select\",\"label\":\"Front doors tint percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"17\",\"operator\":\"==\",\"value\":\"1\"}]]},\"10\":{\"id\":\"10\",\"type\":\"select\",\"label\":\"Rear doors tint percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"17\",\"operator\":\"==\",\"value\":\"2\"}]]},\"15\":{\"id\":\"15\",\"type\":\"select\",\"label\":\"Rear windshield percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"17\",\"operator\":\"==\",\"value\":\"3\"}]]},\"14\":{\"id\":\"14\",\"type\":\"select\",\"label\":\"Front windshield brow\\/sun shade concave\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"17\",\"operator\":\"==\",\"value\":\"4\"}]]},\"13\":{\"id\":\"13\",\"type\":\"select\",\"label\":\"Front windshield brow\\/sun shade convex\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"17\",\"operator\":\"==\",\"value\":\"5\"}]]},\"12\":{\"id\":\"12\",\"type\":\"select\",\"label\":\"Front windshield whole\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"17\",\"operator\":\"==\",\"value\":\"6\"}]]},\"16\":{\"id\":\"16\",\"type\":\"date-time\",\"label\":\"Specific due date\",\"format\":\"date\",\"description\":\"Do you have a specific due date that the vehicle needs to be tinted by?\",\"size\":\"large\",\"date_type\":\"dropdown\",\"date_placeholder\":\"\",\"date_format\":\"m\\/d\\/Y\",\"date_limit_days_mon\":\"1\",\"date_limit_days_tue\":\"1\",\"date_limit_days_wed\":\"1\",\"date_limit_days_thu\":\"1\",\"date_limit_days_fri\":\"1\",\"time_interval\":\"30\",\"time_placeholder\":\"\",\"time_format\":\"g:i A\",\"time_limit_hours_start_hour\":\"09\",\"time_limit_hours_start_min\":\"00\",\"time_limit_hours_start_ampm\":\"am\",\"time_limit_hours_end_hour\":\"06\",\"time_limit_hours_end_min\":\"00\",\"time_limit_hours_end_ampm\":\"pm\",\"css\":\"\"}},\"id\":\"2677\",\"field_id\":18,\"settings\":{\"form_title\":\"Window tinting\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"New Entry: Blank Form\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"enable\":\"1\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Window tinting','','inherit','closed','closed','','2677-revision-v1','','','2025-03-07 21:17:16','2025-03-07 21:17:16','',2677,'https://aggressivegraphix.com/?p=2699',0,'revision','',0),(2700,1,'2025-03-07 21:21:06','2025-03-07 21:21:06','<!-- wp:paragraph -->\n<p class=\"\">Adding tint to your vehicle will enhance the exterior look, enhance interior longevity, and provide a level of privacy depending on the percentage of tint used. Understanding the advertised percentages is crucial as we are installing the tint over factory glass which already has a tint hue naturally. The percentage number represents how much light and UV is let through the tint, meaning; a 35% tint allows 35% of the rays through into the interior of the vehicle. Most states do have tint laws of 35% or lighter on the front two windows and no tint below the AS1 line on the windshield. Our tint percentages are not the percent that will scan if tested after install. If the 35% tint option is chosen, the film itself is 35%; once installed over factory \"clear\" glass it will meter more towards 30% depending on the factory glass hue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2668,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/factorytint.png\" alt=\"\" class=\"wp-image-2668\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Factory Glass</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">As a base display, this would represent clear factory glass for your window or windshield.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2669,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/50percenttint.png\" alt=\"\" class=\"wp-image-2669\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">50% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">50 percent tint is generally used to keep the windows as clear as possible but offer the UV protection of tint.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2670,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/40percenttint.png\" alt=\"\" class=\"wp-image-2670\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">40% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">40 percent tint offers a slightly darker than factory option allowing for a little bit of privacy and UV protection.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2671,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/35percenttint.png\" alt=\"\" class=\"wp-image-2671\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">35% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">35 percent tint is generally the legal limit in most states. This option offers a darker look from the exterior with better protection from heat and UV rays. This is one of our most popular options.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2672,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/20percenttint.png\" alt=\"\" class=\"wp-image-2672\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">20% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">20 percent tint is a darker option that generally mimics OEM rear privacy tinted glass. This will give your windows a nice dark appearance for privacy and UV protection.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2673,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/5percenttint.png\" alt=\"\" class=\"wp-image-2673\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">5% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">5 percent tint, also referred to as limo tint is the darkest single layer option we offer. It is borderline not see through from the outside creating the most privacy.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Tint coverage</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We offer all different coverage packages for tinting depending on your needs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Windshield:</strong> There are a couple different options for windshield tints. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Whole windshield (keep in mind most states with tint laws prohibit full tinted windshields, check with your state laws first)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Concave brow/sun shade. The concave look makes the outside edges look lower than the center of the windshield</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Convex brow/sun shade. The convex look follows the contour of the windshield to give an even thickness of the tint from left to right</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Doors:</strong> We use tried and true precision machine cut tint templates to ensure proper fitment for your vehicle based off your VIN. For rear doors with split glass, we do include the secondary pieces in our pricing and install.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Rear Windshield:</strong> Our tint film is a non-metallicized film allowing us to install directly onto your defroster without causing over heating or malfunctioning of the defrost system. We also precision machine cut the rear windshield shapes to ensure proper fitment. </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:wpforms/form-selector {\"clientId\":\"da82c8ba-ad31-4051-bcff-9d5adba4ec48\",\"formId\":\"2677\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Window Tint Services','','inherit','closed','closed','','1216-revision-v1','','','2025-03-07 21:21:06','2025-03-07 21:21:06','',1216,'https://aggressivegraphix.com/?p=2700',0,'revision','',0),(2701,1,'2025-03-07 21:23:40','2025-03-07 21:23:40','<!-- wp:paragraph -->\n<p class=\"\">Adding tint to your vehicle will enhance the exterior look, enhance interior longevity, and provide a level of privacy depending on the percentage of tint used. Understanding the advertised percentages is crucial as we are installing the tint over factory glass which already has a tint hue naturally. The percentage number represents how much light and UV is let through the tint, meaning; a 35% tint allows 35% of the rays through into the interior of the vehicle. Most states do have tint laws of 35% or lighter on the front two windows and no tint below the AS1 line on the windshield. Our tint percentages are not the percent that will scan if tested after install. If the 35% tint option is chosen, the film itself is 35%; once installed over factory \"clear\" glass it will meter more towards 30% depending on the factory glass hue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2668,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/factorytint.png\" alt=\"\" class=\"wp-image-2668\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Factory Glass</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">As a base display, this would represent clear factory glass for your window or windshield.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2669,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/50percenttint.png\" alt=\"\" class=\"wp-image-2669\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">50% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">50 percent tint is generally used to keep the windows as clear as possible but offer the UV protection of tint.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2670,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/40percenttint.png\" alt=\"\" class=\"wp-image-2670\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">40% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">40 percent tint offers a slightly darker than factory option allowing for a little bit of privacy and UV protection.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2671,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/35percenttint.png\" alt=\"\" class=\"wp-image-2671\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">35% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">35 percent tint is generally the legal limit in most states. This option offers a darker look from the exterior with better protection from heat and UV rays. This is one of our most popular options.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2672,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/20percenttint.png\" alt=\"\" class=\"wp-image-2672\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">20% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">20 percent tint is a darker option that generally mimics OEM rear privacy tinted glass. This will give your windows a nice dark appearance for privacy and UV protection.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2673,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/5percenttint.png\" alt=\"\" class=\"wp-image-2673\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">5% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">5 percent tint, also referred to as limo tint is the darkest single layer option we offer. It is borderline not see through from the outside creating the most privacy.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Tint coverage</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We offer all different coverage packages for tinting depending on your needs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Windshield:</strong> There are a couple different options for windshield tints. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Whole windshield (keep in mind most states with tint laws prohibit full tinted windshields, check with your state laws first)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Concave brow/sun shade. The concave look makes the outside edges look lower than the center of the windshield</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Convex brow/sun shade. The convex look follows the contour of the windshield to give an even thickness of the tint from left to right</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Doors:</strong> We use tried and true precision machine cut tint templates to ensure proper fitment for your vehicle based off your VIN. For rear doors with split glass, we do include the secondary pieces in our pricing and install.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Rear Windshield:</strong> Our tint film is a non-metallicized film allowing us to install directly onto your defroster without causing over heating or malfunctioning of the defrost system. We also precision machine cut the rear windshield shapes to ensure proper fitment. </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:wpforms/form-selector {\"clientId\":\"da82c8ba-ad31-4051-bcff-9d5adba4ec48\",\"formId\":\"2677\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Window Tint Services','','inherit','closed','closed','','1216-revision-v1','','','2025-03-07 21:23:40','2025-03-07 21:23:40','',1216,'https://aggressivegraphix.com/?p=2701',0,'revision','',0),(2702,1,'2025-03-07 21:24:49','2025-03-07 21:24:49','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"phone\",\"label\":\"Phone\",\"format\":\"us\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Your vehicle VIN\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_enabled\":\"1\",\"limit_count\":\"17\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"17\":{\"id\":\"17\",\"type\":\"checkbox\",\"label\":\"What tint coverage would you like?\",\"choices\":{\"1\":{\"label\":\"Front doors\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/frontdoor.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Rear doors\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/reardoor.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Rear windshield\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/rearwindow.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Brow concave\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/windshieldconcave.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Brow convex\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/windshieldconvex.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"Full windshield\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/windshieldfull.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images\":\"1\",\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"\",\"required\":\"1\",\"input_columns\":\"2\",\"choice_limit\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"select\",\"label\":\"Front doors tint percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"17\",\"operator\":\"==\",\"value\":\"1\"}]]},\"10\":{\"id\":\"10\",\"type\":\"select\",\"label\":\"Rear doors tint percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"17\",\"operator\":\"==\",\"value\":\"2\"}]]},\"15\":{\"id\":\"15\",\"type\":\"select\",\"label\":\"Rear windshield percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"17\",\"operator\":\"==\",\"value\":\"3\"}]]},\"14\":{\"id\":\"14\",\"type\":\"select\",\"label\":\"Front windshield brow\\/sun shade concave\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"17\",\"operator\":\"==\",\"value\":\"4\"}]]},\"13\":{\"id\":\"13\",\"type\":\"select\",\"label\":\"Front windshield brow\\/sun shade convex\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"17\",\"operator\":\"==\",\"value\":\"5\"}]]},\"12\":{\"id\":\"12\",\"type\":\"select\",\"label\":\"Front windshield whole\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"17\",\"operator\":\"==\",\"value\":\"6\"}]]},\"16\":{\"id\":\"16\",\"type\":\"date-time\",\"label\":\"Specific due date\",\"format\":\"date\",\"description\":\"Do you have a specific due date that the vehicle needs to be tinted by?\",\"size\":\"large\",\"date_type\":\"dropdown\",\"date_placeholder\":\"\",\"date_format\":\"m\\/d\\/Y\",\"date_limit_days_mon\":\"1\",\"date_limit_days_tue\":\"1\",\"date_limit_days_wed\":\"1\",\"date_limit_days_thu\":\"1\",\"date_limit_days_fri\":\"1\",\"time_interval\":\"30\",\"time_placeholder\":\"\",\"time_format\":\"g:i A\",\"time_limit_hours_start_hour\":\"09\",\"time_limit_hours_start_min\":\"00\",\"time_limit_hours_start_ampm\":\"am\",\"time_limit_hours_end_hour\":\"06\",\"time_limit_hours_end_min\":\"00\",\"time_limit_hours_end_ampm\":\"pm\",\"css\":\"\"}},\"id\":\"2677\",\"field_id\":18,\"settings\":{\"form_title\":\"Window tinting\",\"form_desc\":\"\",\"submit_text\":\"Get a quote!\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"New Entry: Blank Form\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"enable\":\"1\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Window tinting','','inherit','closed','closed','','2677-revision-v1','','','2025-03-07 21:24:49','2025-03-07 21:24:49','',2677,'https://aggressivegraphix.com/?p=2702',0,'revision','',0),(2703,1,'2025-03-07 21:47:45','2025-03-07 21:47:45','','Window tinting','','publish','closed','closed','','window-tinting','','','2025-09-18 19:00:08','2025-09-18 19:00:08','',0,'https://aggressivegraphix.com/?post_type=envira&#038;p=2703',0,'envira','',0),(2704,1,'2025-03-07 21:44:49','2025-03-07 21:44:49','','A7401195','','inherit','open','closed','','a7401195','','','2025-09-09 16:19:13','2025-09-09 16:19:13','',2703,'https://aggressivegraphix.com/wp-content/uploads/2025/03/A7401195.jpg',0,'attachment','image/webp',0),(2705,1,'2025-03-07 21:44:52','2025-03-07 21:44:52','','IMG_0456','','inherit','open','closed','','img_0456','','','2025-09-09 15:23:15','2025-09-09 15:23:15','',2703,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0456.jpg',0,'attachment','image/webp',0),(2706,1,'2025-03-07 21:44:55','2025-03-07 21:44:55','','IMG_0470','','inherit','open','closed','','img_0470','','','2025-09-09 15:23:01','2025-09-09 15:23:01','',2703,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0470.jpg',0,'attachment','image/webp',0),(2707,1,'2025-03-07 21:44:57','2025-03-07 21:44:57','','IMG_1916','','inherit','open','closed','','img_1916','','','2025-09-09 15:22:48','2025-09-09 15:22:48','',2703,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1916.jpg',0,'attachment','image/webp',0),(2708,1,'2025-03-07 21:44:59','2025-03-07 21:44:59','','IMG_2390','','inherit','open','closed','','img_2390','','','2025-09-09 15:22:31','2025-09-09 15:22:31','',2703,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2390.jpg',0,'attachment','image/webp',0),(2709,1,'2025-03-07 21:45:01','2025-03-07 21:45:01','','IMG_2469','','inherit','open','closed','','img_2469','','','2025-09-09 15:22:17','2025-09-09 15:22:17','',2703,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2469.jpg',0,'attachment','image/webp',0),(2710,1,'2025-03-07 21:45:04','2025-03-07 21:45:04','','IMG_2470','','inherit','open','closed','','img_2470','','','2025-09-09 15:22:05','2025-09-09 15:22:05','',2703,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2470.jpg',0,'attachment','image/webp',0),(2711,1,'2025-03-07 21:45:06','2025-03-07 21:45:06','','IMG_2741','','inherit','open','closed','','img_2741-4','','','2025-09-09 15:21:52','2025-09-09 15:21:52','',2703,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2741.jpg',0,'attachment','image/webp',0),(2712,1,'2025-03-07 21:45:08','2025-03-07 21:45:08','','IMG_2849','','inherit','open','closed','','img_2849','','','2025-09-09 15:21:41','2025-09-09 15:21:41','',2703,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2849.jpg',0,'attachment','image/webp',0),(2713,1,'2025-03-07 21:45:10','2025-03-07 21:45:10','','IMG_3327','','inherit','open','closed','','img_3327','','','2025-09-09 15:21:29','2025-09-09 15:21:29','',2703,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3327.jpg',0,'attachment','image/webp',0),(2714,1,'2025-03-07 21:45:12','2025-03-07 21:45:12','','IMG_3480','','inherit','open','closed','','img_3480','','','2025-09-09 15:21:16','2025-09-09 15:21:16','',2703,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3480.jpg',0,'attachment','image/webp',0),(2715,1,'2025-03-07 21:45:14','2025-03-07 21:45:14','','IMG_3481','','inherit','open','closed','','img_3481','','','2025-09-09 15:21:03','2025-09-09 15:21:03','',2703,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3481.jpg',0,'attachment','image/webp',0),(2716,1,'2025-03-07 21:45:16','2025-03-07 21:45:16','','IMG_3575','','inherit','open','closed','','img_3575','','','2025-09-09 15:20:50','2025-09-09 15:20:50','',2703,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3575.jpg',0,'attachment','image/webp',0),(2717,1,'2025-03-07 21:45:18','2025-03-07 21:45:18','','IMG_3576','','inherit','open','closed','','img_3576','','','2025-09-09 16:18:12','2025-09-09 16:18:12','',2703,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3576.jpg',0,'attachment','image/webp',0),(2718,1,'2025-03-07 21:45:21','2025-03-07 21:45:21','','IMG_3624','','inherit','open','closed','','img_3624','','','2025-09-09 16:17:59','2025-09-09 16:17:59','',2703,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3624.jpg',0,'attachment','image/webp',0),(2719,1,'2025-03-07 21:47:31','2025-03-07 21:47:31','','IMG_0450','','inherit','open','closed','','img_0450','','','2025-09-09 16:17:47','2025-09-09 16:17:47','',2703,'https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0450.jpg',0,'attachment','image/webp',0),(2720,1,'2025-03-07 21:48:37','2025-03-07 21:48:37','<!-- wp:paragraph -->\n<p class=\"\">Adding tint to your vehicle will enhance the exterior look, enhance interior longevity, and provide a level of privacy depending on the percentage of tint used. Understanding the advertised percentages is crucial as we are installing the tint over factory glass which already has a tint hue naturally. The percentage number represents how much light and UV is let through the tint, meaning; a 35% tint allows 35% of the rays through into the interior of the vehicle. Most states do have tint laws of 35% or lighter on the front two windows and no tint below the AS1 line on the windshield. Our tint percentages are not the percent that will scan if tested after install. If the 35% tint option is chosen, the film itself is 35%; once installed over factory \"clear\" glass it will meter more towards 30% depending on the factory glass hue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2668,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/factorytint.png\" alt=\"\" class=\"wp-image-2668\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Factory Glass</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">As a base display, this would represent clear factory glass for your window or windshield.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2669,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/50percenttint.png\" alt=\"\" class=\"wp-image-2669\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">50% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">50 percent tint is generally used to keep the windows as clear as possible but offer the UV protection of tint.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2670,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/40percenttint.png\" alt=\"\" class=\"wp-image-2670\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">40% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">40 percent tint offers a slightly darker than factory option allowing for a little bit of privacy and UV protection.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2671,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/35percenttint.png\" alt=\"\" class=\"wp-image-2671\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">35% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">35 percent tint is generally the legal limit in most states. This option offers a darker look from the exterior with better protection from heat and UV rays. This is one of our most popular options.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2672,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/20percenttint.png\" alt=\"\" class=\"wp-image-2672\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">20% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">20 percent tint is a darker option that generally mimics OEM rear privacy tinted glass. This will give your windows a nice dark appearance for privacy and UV protection.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2673,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/5percenttint.png\" alt=\"\" class=\"wp-image-2673\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">5% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">5 percent tint, also referred to as limo tint is the darkest single layer option we offer. It is borderline not see through from the outside creating the most privacy.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Tint coverage</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We offer all different coverage packages for tinting depending on your needs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Windshield:</strong> There are a couple different options for windshield tints. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Whole windshield (keep in mind most states with tint laws prohibit full tinted windshields, check with your state laws first)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Concave brow/sun shade. The concave look makes the outside edges look lower than the center of the windshield</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Convex brow/sun shade. The convex look follows the contour of the windshield to give an even thickness of the tint from left to right</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Doors:</strong> We use tried and true precision machine cut tint templates to ensure proper fitment for your vehicle based off your VIN. For rear doors with split glass, we do include the secondary pieces in our pricing and install.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Rear Windshield:</strong> Our tint film is a non-metallicized film allowing us to install directly onto your defroster without causing over heating or malfunctioning of the defrost system. We also precision machine cut the rear windshield shapes to ensure proper fitment. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:envira/envira-gallery /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:wpforms/form-selector {\"clientId\":\"da82c8ba-ad31-4051-bcff-9d5adba4ec48\",\"formId\":\"2677\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Window Tint Services','','inherit','closed','closed','','1216-revision-v1','','','2025-03-07 21:48:37','2025-03-07 21:48:37','',1216,'https://aggressivegraphix.com/?p=2720',0,'revision','',0),(2721,1,'2025-03-07 21:49:03','2025-03-07 21:49:03','<!-- wp:paragraph -->\n<p class=\"\">Adding tint to your vehicle will enhance the exterior look, enhance interior longevity, and provide a level of privacy depending on the percentage of tint used. Understanding the advertised percentages is crucial as we are installing the tint over factory glass which already has a tint hue naturally. The percentage number represents how much light and UV is let through the tint, meaning; a 35% tint allows 35% of the rays through into the interior of the vehicle. Most states do have tint laws of 35% or lighter on the front two windows and no tint below the AS1 line on the windshield. Our tint percentages are not the percent that will scan if tested after install. If the 35% tint option is chosen, the film itself is 35%; once installed over factory \"clear\" glass it will meter more towards 30% depending on the factory glass hue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2668,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/factorytint.png\" alt=\"\" class=\"wp-image-2668\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Factory Glass</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">As a base display, this would represent clear factory glass for your window or windshield.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2669,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/50percenttint.png\" alt=\"\" class=\"wp-image-2669\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">50% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">50 percent tint is generally used to keep the windows as clear as possible but offer the UV protection of tint.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2670,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/40percenttint.png\" alt=\"\" class=\"wp-image-2670\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">40% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">40 percent tint offers a slightly darker than factory option allowing for a little bit of privacy and UV protection.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2671,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/35percenttint.png\" alt=\"\" class=\"wp-image-2671\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">35% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">35 percent tint is generally the legal limit in most states. This option offers a darker look from the exterior with better protection from heat and UV rays. This is one of our most popular options.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2672,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/20percenttint.png\" alt=\"\" class=\"wp-image-2672\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">20% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">20 percent tint is a darker option that generally mimics OEM rear privacy tinted glass. This will give your windows a nice dark appearance for privacy and UV protection.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2673,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/5percenttint.png\" alt=\"\" class=\"wp-image-2673\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">5% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">5 percent tint, also referred to as limo tint is the darkest single layer option we offer. It is borderline not see through from the outside creating the most privacy.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Tint coverage</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We offer all different coverage packages for tinting depending on your needs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Windshield:</strong> There are a couple different options for windshield tints. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Whole windshield (keep in mind most states with tint laws prohibit full tinted windshields, check with your state laws first)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Concave brow/sun shade. The concave look makes the outside edges look lower than the center of the windshield</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Convex brow/sun shade. The convex look follows the contour of the windshield to give an even thickness of the tint from left to right</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Doors:</strong> We use tried and true precision machine cut tint templates to ensure proper fitment for your vehicle based off your VIN. For rear doors with split glass, we do include the secondary pieces in our pricing and install.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Rear Windshield:</strong> Our tint film is a non-metallicized film allowing us to install directly onto your defroster without causing over heating or malfunctioning of the defrost system. We also precision machine cut the rear windshield shapes to ensure proper fitment. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2703,\"title\":\"Window tinting\",\"columns\":\"0\",\"row_height\":150,\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2741-768x1024.jpg\",\"title\":\"IMG_2741\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2741.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2711,\"height\":146.57142857142858,\"width\":109.9},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/A7401195-1024x819.jpg\",\"title\":\"A7401195\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/A7401195.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2704,\"height\":146.57142857142858,\"width\":183.2},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3624-768x1024.jpg\",\"title\":\"IMG_3624\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3624.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2718,\"height\":146.57142857142858,\"width\":109.9},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3576-768x1024.jpg\",\"title\":\"IMG_3576\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3576.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2717,\"height\":146.57142857142858,\"width\":109.9},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3575-768x1024.jpg\",\"title\":\"IMG_3575\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3575.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2716,\"height\":171,\"width\":128.3},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3481-768x1024.jpg\",\"title\":\"IMG_3481\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3481.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2715,\"height\":171,\"width\":128.3},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3480-768x1024.jpg\",\"title\":\"IMG_3480\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3480.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2714,\"height\":171,\"width\":128.3},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3327-768x1024.jpg\",\"title\":\"IMG_3327\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3327.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2713,\"height\":171,\"width\":128.3},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2849-768x1024.jpg\",\"title\":\"IMG_2849\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2849.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2712,\"height\":171,\"width\":128.3},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2470-768x1024.jpg\",\"title\":\"IMG_2470\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2470.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2710,\"height\":171,\"width\":128.3},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2469-768x1024.jpg\",\"title\":\"IMG_2469\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2469.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2709,\"height\":171,\"width\":128.3},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2390-768x1024.jpg\",\"title\":\"IMG_2390\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2390.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2708,\"height\":171,\"width\":128.3},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1916-768x1024.jpg\",\"title\":\"IMG_1916\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1916.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2707,\"height\":171,\"width\":128.3},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0470-768x1024.jpg\",\"title\":\"IMG_0470\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0470.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2706,\"height\":171,\"width\":128.3},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0450-768x1024.jpg\",\"title\":\"IMG_0450\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0450.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2719,\"height\":171,\"width\":128.3},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0456-768x1024.jpg\",\"title\":\"IMG_0456\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0456.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2705,\"height\":171,\"width\":128.3}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2703\']</div>\n<!-- /wp:envira/envira-gallery --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:wpforms/form-selector {\"clientId\":\"da82c8ba-ad31-4051-bcff-9d5adba4ec48\",\"formId\":\"2677\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Window Tint Services','','inherit','closed','closed','','1216-revision-v1','','','2025-03-07 21:49:03','2025-03-07 21:49:03','',1216,'https://aggressivegraphix.com/?p=2721',0,'revision','',0),(2722,1,'2025-04-21 16:37:21','2025-04-21 16:37:21','<!-- wp:paragraph -->\n<p class=\"\">Adding tint to your vehicle will enhance the exterior look, enhance interior longevity, and provide a level of privacy depending on the percentage of tint used. Understanding the advertised percentages is crucial as we are installing the tint over factory glass which already has a tint hue naturally. The percentage number represents how much light and UV is let through the tint, meaning; a 35% tint allows 35% of the rays through into the interior of the vehicle. Most states do have tint laws of 35% or lighter on the front two windows and no tint below the AS1 line on the windshield. Our tint percentages are not the percent that will scan if tested after install. If the 35% tint option is chosen, the film itself is 35%; once installed over factory \"clear\" glass it will meter more towards 30% depending on the factory glass hue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2668,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/factorytint.png\" alt=\"\" class=\"wp-image-2668\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Factory Glass</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">As a base display, this would represent clear factory glass for your window or windshield.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2669,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/50percenttint.png\" alt=\"\" class=\"wp-image-2669\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">50% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">50 percent tint is generally used to keep the windows as clear as possible but offer the UV protection of tint.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2670,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/40percenttint.png\" alt=\"\" class=\"wp-image-2670\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">40% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">40 percent tint offers a slightly darker than factory option allowing for a little bit of privacy and UV protection.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2671,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/35percenttint.png\" alt=\"\" class=\"wp-image-2671\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">35% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">35 percent tint is generally the legal limit in most states. This option offers a darker look from the exterior with better protection from heat and UV rays. This is one of our most popular options.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2672,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/20percenttint.png\" alt=\"\" class=\"wp-image-2672\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">20% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">20 percent tint is a darker option that generally mimics OEM rear privacy tinted glass. This will give your windows a nice dark appearance for privacy and UV protection.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2673,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/5percenttint.png\" alt=\"\" class=\"wp-image-2673\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">5% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">5 percent tint, also referred to as limo tint is the darkest single layer option we offer. It is borderline not see through from the outside creating the most privacy.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\",\"backgroundColor\":\"primary\"} -->\n<hr class=\"is-style-wide wp-block-separator has-text-color has-primary-color has-alpha-channel-opacity has-primary-background-color has-background\"/>\n<!-- /wp:separator -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Tint coverage</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We offer all different coverage packages for tinting depending on your needs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Windshield:</strong> There are a couple different options for windshield tints. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Whole windshield (keep in mind most states with tint laws prohibit full tinted windshields, check with your state laws first)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Concave brow/sun shade. The concave look makes the outside edges look lower than the center of the windshield</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Convex brow/sun shade. The convex look follows the contour of the windshield to give an even thickness of the tint from left to right</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Doors:</strong> We use tried and true precision machine cut tint templates to ensure proper fitment for your vehicle based off your VIN. For rear doors with split glass, we do include the secondary pieces in our pricing and install.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Rear Windshield:</strong> Our tint film is a non-metallicized film allowing us to install directly onto your defroster without causing over heating or malfunctioning of the defrost system. We also precision machine cut the rear windshield shapes to ensure proper fitment. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2703,\"title\":\"Window tinting\",\"columns\":\"0\",\"row_height\":150,\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2741-768x1024.jpg\",\"title\":\"IMG_2741\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2741.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2711,\"height\":146.571428571428583609304041601717472076416015625,\"width\":109.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/A7401195-1024x819.jpg\",\"title\":\"A7401195\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/A7401195.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2704,\"height\":146.571428571428583609304041601717472076416015625,\"width\":183.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3624-768x1024.jpg\",\"title\":\"IMG_3624\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3624.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2718,\"height\":146.571428571428583609304041601717472076416015625,\"width\":109.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3576-768x1024.jpg\",\"title\":\"IMG_3576\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3576.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2717,\"height\":146.571428571428583609304041601717472076416015625,\"width\":109.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3575-768x1024.jpg\",\"title\":\"IMG_3575\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3575.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2716,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3481-768x1024.jpg\",\"title\":\"IMG_3481\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3481.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2715,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3480-768x1024.jpg\",\"title\":\"IMG_3480\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3480.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2714,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3327-768x1024.jpg\",\"title\":\"IMG_3327\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3327.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2713,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2849-768x1024.jpg\",\"title\":\"IMG_2849\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2849.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2712,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2470-768x1024.jpg\",\"title\":\"IMG_2470\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2470.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2710,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2469-768x1024.jpg\",\"title\":\"IMG_2469\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2469.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2709,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2390-768x1024.jpg\",\"title\":\"IMG_2390\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2390.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2708,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1916-768x1024.jpg\",\"title\":\"IMG_1916\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1916.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2707,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0470-768x1024.jpg\",\"title\":\"IMG_0470\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0470.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2706,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0450-768x1024.jpg\",\"title\":\"IMG_0450\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0450.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2719,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0456-768x1024.jpg\",\"title\":\"IMG_0456\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0456.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2705,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2703\']</div>\n<!-- /wp:envira/envira-gallery --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:wpforms/form-selector {\"clientId\":\"da82c8ba-ad31-4051-bcff-9d5adba4ec48\",\"formId\":\"2677\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Window Tint Services','','inherit','closed','closed','','1216-revision-v1','','','2025-04-21 16:37:21','2025-04-21 16:37:21','',1216,'https://aggressivegraphix.com/?p=2722',0,'revision','',0),(2727,1,'2025-05-01 19:06:47','2025-05-01 19:06:47','<!-- wp:paragraph -->\n<p class=\"\">Do you have a work vehicle or a fleet of vehicles on the road daily? Lettering or wrapping them is an inexpensive way to create mobile billboards advertising your company or brand to thousands of potential customers. We work with you to create the best and most effective look on your wrap to really catch eyes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Lettering</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">The most inexpensive way to add your business to your vehicle. This can be basic one color through printed logos. Coverage generally depends on the vehicle, usually on the front two doors and a graphic on the rear window/door/tailgate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-768x1024.jpg\",\"id\":2724,\"customOverlayColor\":\"#8b7d7b\",\"isUserOverlayColor\":false,\"minHeight\":500,\"minHeightUnit\":\"px\",\"customGradient\":\"linear-gradient(0deg,rgb(255,255,255) 7%,rgba(255,255,255,0) 7%)\",\"contentPosition\":\"bottom right\",\"isDark\":false,\"sizeSlug\":\"large\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-2724 size-large\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-768x1024.jpg\" data-object-fit=\"cover\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim wp-block-cover__gradient-background has-background-gradient\" style=\"background-color:#8b7d7b;background:linear-gradient(0deg,rgb(255,255,255) 7%,rgba(255,255,255,0) 7%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-p-card-lg is-style-nfd-theme-darker\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"radius\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid\"} -->\n<div class=\"nfd-p-card-lg is-style-nfd-theme-darker wp-block-group nfd-bg-effect-grid\" style=\"border-radius:0px;font-style:normal;font-weight:500\"><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} -->\n<p class=\"nfd-text-opacity-80\">Benefits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\" class=\"\"><span style=\"margin-right: 4px\">✓ </span>Works with lower budgets<br><span style=\"margin-right:4px\">✓</span> Gets your business name out there<br><span style=\"margin-right:4px\">✓</span> Fastest install/turn around time</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://i0.wp.com/aggressivegraphix.com/website_675b3277/wp-content/uploads/2025/05/IMG_3325-scaled.jpg?fit=1024%2C768\\u0026ssl=1\",\"id\":2725,\"customOverlayColor\":\"#78635f\",\"isUserOverlayColor\":false,\"minHeight\":500,\"minHeightUnit\":\"px\",\"customGradient\":\"linear-gradient(0deg,rgb(255,255,255) 7%,rgba(255,255,255,0) 7%)\",\"contentPosition\":\"bottom right\",\"sizeSlug\":\"large\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-2725 size-large\" alt=\"\" src=\"https://i0.wp.com/aggressivegraphix.com/website_675b3277/wp-content/uploads/2025/05/IMG_3325-scaled.jpg?fit=1024%2C768&amp;ssl=1\" data-object-fit=\"cover\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim wp-block-cover__gradient-background has-background-gradient\" style=\"background-color:#78635f;background:linear-gradient(0deg,rgb(255,255,255) 7%,rgba(255,255,255,0) 7%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-p-card-lg is-style-nfd-theme-darker\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"radius\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid\"} -->\n<div class=\"nfd-p-card-lg is-style-nfd-theme-darker wp-block-group nfd-bg-effect-grid\" style=\"border-radius:0px;font-style:normal;font-weight:500\"><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} -->\n<p class=\"nfd-text-opacity-80\">Benefits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\" class=\"\"><span style=\"margin-right: 4px\">✓ </span>Create unique layouts to catch the eye<br><span style=\"margin-right:4px\">✓</span> Utilize the OEM paint in your design<br><span style=\"margin-right:4px\">✓</span> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Partial/Half Wrap</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Create a unique design and look on your vehicle without the higher cost of a bumper to bumper full wrap. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Full Wrap</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Want to make the biggest impact going down the road? A full wrap achieves just that. We will transform your fleet into eye catching billboards that will bring in more sales leads and brand recognition. A full wrap consists of bumper to bumper coverage creating an impactful image of your vehicle or trailer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"customOverlayColor\":\"#FFF\",\"isUserOverlayColor\":false,\"minHeight\":500,\"minHeightUnit\":\"px\",\"customGradient\":\"linear-gradient(0deg,rgb(255,255,255) 7%,rgba(255,255,255,0) 7%)\",\"contentPosition\":\"bottom right\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background-color:#FFF;background:linear-gradient(0deg,rgb(255,255,255) 7%,rgba(255,255,255,0) 7%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-p-card-lg is-style-nfd-theme-darker\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"radius\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid\"} -->\n<div class=\"nfd-p-card-lg is-style-nfd-theme-darker wp-block-group nfd-bg-effect-grid\" style=\"border-radius:0px;font-style:normal;font-weight:500\"><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} -->\n<p class=\"nfd-text-opacity-80\">Benefits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\" class=\"\"><span style=\"margin-right: 4px\">✓ </span>Protects the surface under the vinyl<br><span style=\"margin-right:4px\">✓</span> Create a full billboard of your vehicle or trailer<br><span style=\"margin-right:4px\">✓</span> Turn more heads for brand recognition</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Commercial wraps and lettering','','inherit','closed','closed','','1214-revision-v1','','','2025-05-01 19:06:47','2025-05-01 19:06:47','',1214,'https://aggressivegraphix.com/?p=2727',0,'revision','',0),(2728,1,'2025-05-01 19:08:40','2025-05-01 19:08:40','<!-- wp:paragraph -->\n<p class=\"\">Do you have a work vehicle or a fleet of vehicles on the road daily? Lettering or wrapping them is an inexpensive way to create mobile billboards advertising your company or brand to thousands of potential customers. We work with you to create the best and most effective look on your wrap to really catch eyes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Lettering</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">The most inexpensive way to add your business to your vehicle. This can be basic one color through printed logos. Coverage generally depends on the vehicle, usually on the front two doors and a graphic on the rear window/door/tailgate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-768x1024.jpg\",\"id\":2724,\"customOverlayColor\":\"#8b7d7b\",\"isUserOverlayColor\":false,\"minHeight\":500,\"minHeightUnit\":\"px\",\"customGradient\":\"linear-gradient(0deg,rgb(255,255,255) 7%,rgba(255,255,255,0) 7%)\",\"contentPosition\":\"bottom right\",\"isDark\":false,\"sizeSlug\":\"large\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-2724 size-large\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-768x1024.jpg\" data-object-fit=\"cover\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim wp-block-cover__gradient-background has-background-gradient\" style=\"background-color:#8b7d7b;background:linear-gradient(0deg,rgb(255,255,255) 7%,rgba(255,255,255,0) 7%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-p-card-lg is-style-nfd-theme-darker\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"radius\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid\"} -->\n<div class=\"nfd-p-card-lg is-style-nfd-theme-darker wp-block-group nfd-bg-effect-grid\" style=\"border-radius:0px;font-style:normal;font-weight:500\"><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} -->\n<p class=\"nfd-text-opacity-80\">Benefits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\" class=\"\"><span style=\"margin-right: 4px\">✓ </span>Works with lower budgets<br><span style=\"margin-right:4px\">✓</span> Gets your business name out there<br><span style=\"margin-right:4px\">✓</span> Fastest install/turn around time</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://i0.wp.com/aggressivegraphix.com/website_675b3277/wp-content/uploads/2025/05/IMG_3325-scaled.jpg?fit=1024%2C768\\u0026ssl=1\",\"id\":2725,\"customOverlayColor\":\"#78635f\",\"isUserOverlayColor\":false,\"focalPoint\":{\"x\":0.309999999999999997779553950749686919152736663818359375,\"y\":0.56999999999999995115018691649311222136020660400390625},\"minHeight\":500,\"minHeightUnit\":\"px\",\"customGradient\":\"linear-gradient(0deg,rgb(255,255,255) 7%,rgba(255,255,255,0) 7%)\",\"contentPosition\":\"bottom right\",\"sizeSlug\":\"large\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-2725 size-large\" alt=\"\" src=\"https://i0.wp.com/aggressivegraphix.com/website_675b3277/wp-content/uploads/2025/05/IMG_3325-scaled.jpg?fit=1024%2C768&amp;ssl=1\" style=\"object-position:31% 57%\" data-object-fit=\"cover\" data-object-position=\"31% 57%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim wp-block-cover__gradient-background has-background-gradient\" style=\"background-color:#78635f;background:linear-gradient(0deg,rgb(255,255,255) 7%,rgba(255,255,255,0) 7%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-p-card-lg is-style-nfd-theme-darker\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"radius\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid\"} -->\n<div class=\"nfd-p-card-lg is-style-nfd-theme-darker wp-block-group nfd-bg-effect-grid\" style=\"border-radius:0px;font-style:normal;font-weight:500\"><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} -->\n<p class=\"nfd-text-opacity-80\">Benefits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\" class=\"\"><span style=\"margin-right: 4px\">✓ </span>Create unique layouts to catch the eye<br><span style=\"margin-right:4px\">✓</span> Utilize the OEM paint in your design<br><span style=\"margin-right:4px\">✓</span> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Partial/Half Wrap</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Create a unique design and look on your vehicle without the higher cost of a bumper to bumper full wrap. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Full Wrap</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Want to make the biggest impact going down the road? A full wrap achieves just that. We will transform your fleet into eye catching billboards that will bring in more sales leads and brand recognition. A full wrap consists of bumper to bumper coverage creating an impactful image of your vehicle or trailer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"customOverlayColor\":\"#FFF\",\"isUserOverlayColor\":false,\"minHeight\":500,\"minHeightUnit\":\"px\",\"customGradient\":\"linear-gradient(0deg,rgb(255,255,255) 7%,rgba(255,255,255,0) 7%)\",\"contentPosition\":\"bottom right\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background-color:#FFF;background:linear-gradient(0deg,rgb(255,255,255) 7%,rgba(255,255,255,0) 7%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-p-card-lg is-style-nfd-theme-darker\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"radius\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid\"} -->\n<div class=\"nfd-p-card-lg is-style-nfd-theme-darker wp-block-group nfd-bg-effect-grid\" style=\"border-radius:0px;font-style:normal;font-weight:500\"><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} -->\n<p class=\"nfd-text-opacity-80\">Benefits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\" class=\"\"><span style=\"margin-right: 4px\">✓ </span>Protects the surface under the vinyl<br><span style=\"margin-right:4px\">✓</span> Create a full billboard of your vehicle or trailer<br><span style=\"margin-right:4px\">✓</span> Turn more heads for brand recognition</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Commercial wraps and lettering','','inherit','closed','closed','','1214-revision-v1','','','2025-05-01 19:08:40','2025-05-01 19:08:40','',1214,'https://aggressivegraphix.com/?p=2728',0,'revision','',0),(2730,1,'2025-05-01 19:13:01','2025-05-01 19:13:01','<!-- wp:paragraph -->\n<p class=\"\">Do you have a work vehicle or a fleet of vehicles on the road daily? Lettering or wrapping them is an inexpensive way to create mobile billboards advertising your company or brand to thousands of potential customers. We work with you to create the best and most effective look on your wrap to really catch eyes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Lettering</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">The most inexpensive way to add your business to your vehicle. This can be basic one color through printed logos. Coverage generally depends on the vehicle, usually on the front two doors and a graphic on the rear window/door/tailgate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-768x1024.jpg\",\"id\":2724,\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.4899999999999999911182158029987476766109466552734375,\"y\":0.64000000000000001332267629550187848508358001708984375},\"minHeight\":500,\"minHeightUnit\":\"px\",\"customGradient\":\"linear-gradient(0deg,rgb(255,255,255) 7%,rgba(255,255,255,0) 7%)\",\"contentPosition\":\"bottom right\",\"sizeSlug\":\"large\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-2724 size-large\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-768x1024.jpg\" style=\"object-position:49% 64%\" data-object-fit=\"cover\" data-object-position=\"49% 64%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim wp-block-cover__gradient-background has-background-gradient\" style=\"background:linear-gradient(0deg,rgb(255,255,255) 7%,rgba(255,255,255,0) 7%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-p-card-lg is-style-nfd-theme-darker\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"radius\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid\"} -->\n<div class=\"nfd-p-card-lg is-style-nfd-theme-darker wp-block-group nfd-bg-effect-grid\" style=\"border-radius:0px;font-style:normal;font-weight:500\"><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} -->\n<p class=\"nfd-text-opacity-80\">Benefits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\" class=\"\"><span style=\"margin-right: 4px\">✓ </span>Works with lower budgets<br><span style=\"margin-right:4px\">✓</span> Gets your business name out there<br><span style=\"margin-right:4px\">✓</span> Fastest install/turn around time</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://i0.wp.com/aggressivegraphix.com/website_675b3277/wp-content/uploads/2025/05/IMG_3325-scaled.jpg?fit=1024%2C768\\u0026ssl=1\",\"id\":2725,\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.270000000000000017763568394002504646778106689453125,\"y\":0.57999999999999996003197111349436454474925994873046875},\"minHeight\":500,\"minHeightUnit\":\"px\",\"customGradient\":\"linear-gradient(0deg,rgb(255,255,255) 7%,rgba(255,255,255,0) 7%)\",\"contentPosition\":\"bottom right\",\"sizeSlug\":\"large\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-2725 size-large\" alt=\"\" src=\"https://i0.wp.com/aggressivegraphix.com/website_675b3277/wp-content/uploads/2025/05/IMG_3325-scaled.jpg?fit=1024%2C768&amp;ssl=1\" style=\"object-position:27% 58%\" data-object-fit=\"cover\" data-object-position=\"27% 58%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim wp-block-cover__gradient-background has-background-gradient\" style=\"background:linear-gradient(0deg,rgb(255,255,255) 7%,rgba(255,255,255,0) 7%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-p-card-lg is-style-nfd-theme-darker\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"border\":{\"radius\":\"0px\"}},\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"\"} -->\n<div class=\"nfd-p-card-lg is-style-nfd-theme-darker wp-block-group\" style=\"border-radius:0px;font-style:normal;font-weight:400\"><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} -->\n<p class=\"nfd-text-opacity-80\">Benefits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\" class=\"\"><span style=\"margin-right: 4px\">✓ </span>Create unique layouts to catch the eye<br><span style=\"margin-right:4px\">✓</span> Utilize the OEM paint in your design<br><span style=\"margin-right:4px\">✓</span> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Partial/Half Wrap</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Create a unique design and look on your vehicle without the higher cost of a bumper to bumper full wrap. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Full Wrap</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Want to make the biggest impact going down the road? A full wrap achieves just that. We will transform your fleet into eye catching billboards that will bring in more sales leads and brand recognition. A full wrap consists of bumper to bumper coverage creating an impactful image of your vehicle or trailer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3651-scaled.jpg\",\"id\":2726,\"dimRatio\":50,\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.289999999999999980015985556747182272374629974365234375,\"y\":0.66000000000000003108624468950438313186168670654296875},\"minHeight\":500,\"minHeightUnit\":\"px\",\"customGradient\":\"linear-gradient(0deg,rgb(255,255,255) 7%,rgba(255,255,255,0) 7%)\",\"contentPosition\":\"bottom right\",\"sizeSlug\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-2726 size-full\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3651-scaled.jpg\" style=\"object-position:29% 66%\" data-object-fit=\"cover\" data-object-position=\"29% 66%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim wp-block-cover__gradient-background has-background-gradient\" style=\"background:linear-gradient(0deg,rgb(255,255,255) 7%,rgba(255,255,255,0) 7%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-p-card-lg is-style-nfd-theme-darker\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"radius\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid\"} -->\n<div class=\"nfd-p-card-lg is-style-nfd-theme-darker wp-block-group nfd-bg-effect-grid\" style=\"border-radius:0px;font-style:normal;font-weight:500\"><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} -->\n<p class=\"nfd-text-opacity-80\">Benefits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\" class=\"\"><span style=\"margin-right: 4px\">✓ </span>Protects the surface under the vinyl<br><span style=\"margin-right:4px\">✓</span> Create a full billboard of your vehicle or trailer<br><span style=\"margin-right:4px\">✓</span> Turn more heads for brand recognition</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Commercial wraps and lettering','','inherit','closed','closed','','1214-revision-v1','','','2025-05-01 19:13:01','2025-05-01 19:13:01','',1214,'https://aggressivegraphix.com/?p=2730',0,'revision','',0),(2732,1,'2025-05-01 19:15:42','2025-05-01 19:15:42','<!-- wp:paragraph -->\n<p class=\"\">Do you have a work vehicle or a fleet of vehicles on the road daily? Lettering or wrapping them is an inexpensive way to create mobile billboards advertising your company or brand to thousands of potential customers. We work with you to create the best and most effective look on your wrap to really catch eyes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Lettering</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">The most inexpensive way to add your business to your vehicle. This can be basic one color through printed logos. Coverage generally depends on the vehicle, usually on the front two doors and a graphic on the rear window/door/tailgate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-768x1024.jpg\",\"id\":2724,\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.4899999999999999911182158029987476766109466552734375,\"y\":0.64000000000000001332267629550187848508358001708984375},\"minHeight\":500,\"minHeightUnit\":\"px\",\"customGradient\":\"linear-gradient(0deg,rgb(255,255,255) 7%,rgba(255,255,255,0) 7%)\",\"contentPosition\":\"bottom right\",\"sizeSlug\":\"large\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-2724 size-large\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-768x1024.jpg\" style=\"object-position:49% 64%\" data-object-fit=\"cover\" data-object-position=\"49% 64%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim wp-block-cover__gradient-background has-background-gradient\" style=\"background:linear-gradient(0deg,rgb(255,255,255) 7%,rgba(255,255,255,0) 7%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-p-card-lg is-style-nfd-theme-darker\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"radius\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid\"} -->\n<div class=\"nfd-p-card-lg is-style-nfd-theme-darker wp-block-group nfd-bg-effect-grid\" style=\"border-radius:0px;font-style:normal;font-weight:500\"><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} -->\n<p class=\"nfd-text-opacity-80\">Benefits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\" class=\"\"><span style=\"margin-right: 4px\">✓ </span>Works with lower budgets<br><span style=\"margin-right:4px\">✓</span> Gets your business name out there<br><span style=\"margin-right:4px\">✓</span> Fastest install/turn around time</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"isUserOverlayColor\":true,\"minHeight\":500,\"minHeightUnit\":\"px\",\"contentPosition\":\"bottom right\",\"sizeSlug\":\"large\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-p-card-lg is-style-nfd-theme-darker\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"border\":{\"radius\":\"0px\"}},\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"\"} -->\n<div class=\"nfd-p-card-lg is-style-nfd-theme-darker wp-block-group\" style=\"border-radius:0px;font-style:normal;font-weight:400\"><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} -->\n<p class=\"nfd-text-opacity-80\">Benefits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\" class=\"\"><span style=\"margin-right: 4px\">✓ </span>Create unique layouts to catch the eye<br><span style=\"margin-right:4px\">✓</span> Utilize the OEM paint in your design<br><span style=\"margin-right:4px\">✓</span> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Partial/Half Wrap</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Create a unique design and look on your vehicle without the higher cost of a bumper to bumper full wrap. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Full Wrap</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Want to make the biggest impact going down the road? A full wrap achieves just that. We will transform your fleet into eye catching billboards that will bring in more sales leads and brand recognition. A full wrap consists of bumper to bumper coverage creating an impactful image of your vehicle or trailer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3651-scaled.jpg\",\"id\":2726,\"dimRatio\":50,\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.289999999999999980015985556747182272374629974365234375,\"y\":0.66000000000000003108624468950438313186168670654296875},\"minHeight\":500,\"minHeightUnit\":\"px\",\"customGradient\":\"linear-gradient(0deg,rgb(255,255,255) 7%,rgba(255,255,255,0) 7%)\",\"contentPosition\":\"bottom right\",\"sizeSlug\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-2726 size-full\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3651-scaled.jpg\" style=\"object-position:29% 66%\" data-object-fit=\"cover\" data-object-position=\"29% 66%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim wp-block-cover__gradient-background has-background-gradient\" style=\"background:linear-gradient(0deg,rgb(255,255,255) 7%,rgba(255,255,255,0) 7%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-p-card-lg is-style-nfd-theme-darker\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"radius\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid\"} -->\n<div class=\"nfd-p-card-lg is-style-nfd-theme-darker wp-block-group nfd-bg-effect-grid\" style=\"border-radius:0px;font-style:normal;font-weight:500\"><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} -->\n<p class=\"nfd-text-opacity-80\">Benefits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\" class=\"\"><span style=\"margin-right: 4px\">✓ </span>Protects the surface under the vinyl<br><span style=\"margin-right:4px\">✓</span> Create a full billboard of your vehicle or trailer<br><span style=\"margin-right:4px\">✓</span> Turn more heads for brand recognition</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Commercial wraps and lettering','','inherit','closed','closed','','1214-revision-v1','','','2025-05-01 19:15:42','2025-05-01 19:15:42','',1214,'https://aggressivegraphix.com/?p=2732',0,'revision','',0),(2733,1,'2025-05-01 19:17:14','2025-05-01 19:17:14','<!-- wp:paragraph -->\n<p class=\"\">Do you have a work vehicle or a fleet of vehicles on the road daily? Lettering or wrapping them is an inexpensive way to create mobile billboards advertising your company or brand to thousands of potential customers. We work with you to create the best and most effective look on your wrap to really catch eyes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Lettering</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">The most inexpensive way to add your business to your vehicle. This can be basic one color through printed logos. Coverage generally depends on the vehicle, usually on the front two doors and a graphic on the rear window/door/tailgate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-768x1024.jpg\",\"id\":2724,\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.4899999999999999911182158029987476766109466552734375,\"y\":0.64000000000000001332267629550187848508358001708984375},\"minHeight\":500,\"minHeightUnit\":\"px\",\"customGradient\":\"linear-gradient(0deg,rgb(255,255,255) 7%,rgba(255,255,255,0) 7%)\",\"contentPosition\":\"bottom right\",\"sizeSlug\":\"large\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-2724 size-large\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-768x1024.jpg\" style=\"object-position:49% 64%\" data-object-fit=\"cover\" data-object-position=\"49% 64%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim wp-block-cover__gradient-background has-background-gradient\" style=\"background:linear-gradient(0deg,rgb(255,255,255) 7%,rgba(255,255,255,0) 7%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-p-card-lg is-style-nfd-theme-darker\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"radius\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid\"} -->\n<div class=\"nfd-p-card-lg is-style-nfd-theme-darker wp-block-group nfd-bg-effect-grid\" style=\"border-radius:0px;font-style:normal;font-weight:500\"><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} -->\n<p class=\"nfd-text-opacity-80\">Benefits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\" class=\"\"><span style=\"margin-right: 4px\">✓ </span>Works with lower budgets<br><span style=\"margin-right:4px\">✓</span> Gets your business name out there<br><span style=\"margin-right:4px\">✓</span> Fastest install/turn around time</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3090-1024x768.jpg\",\"id\":2731,\"dimRatio\":0,\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.5500000000000000444089209850062616169452667236328125,\"y\":0.83999999999999996891375531049561686813831329345703125},\"minHeight\":500,\"minHeightUnit\":\"px\",\"contentPosition\":\"bottom right\",\"isDark\":false,\"sizeSlug\":\"large\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-2731 size-large\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3090-1024x768.jpg\" style=\"object-position:55% 84%\" data-object-fit=\"cover\" data-object-position=\"55% 84%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-p-card-lg is-style-nfd-theme-darker\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"border\":{\"radius\":\"0px\"}},\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"\"} -->\n<div class=\"nfd-p-card-lg is-style-nfd-theme-darker wp-block-group\" style=\"border-radius:0px;font-style:normal;font-weight:400\"><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} -->\n<p class=\"nfd-text-opacity-80\">Benefits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\" class=\"\"><span style=\"margin-right: 4px\">✓ </span>Create unique layouts to catch the eye<br><span style=\"margin-right:4px\">✓</span> Utilize the OEM paint in your design<br><span style=\"margin-right:4px\">✓</span> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Partial/Half Wrap</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Create a unique design and look on your vehicle without the higher cost of a bumper to bumper full wrap. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Full Wrap</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Want to make the biggest impact going down the road? A full wrap achieves just that. We will transform your fleet into eye catching billboards that will bring in more sales leads and brand recognition. A full wrap consists of bumper to bumper coverage creating an impactful image of your vehicle or trailer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3651-scaled.jpg\",\"id\":2726,\"dimRatio\":50,\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.289999999999999980015985556747182272374629974365234375,\"y\":0.66000000000000003108624468950438313186168670654296875},\"minHeight\":500,\"minHeightUnit\":\"px\",\"customGradient\":\"linear-gradient(0deg,rgb(255,255,255) 7%,rgba(255,255,255,0) 7%)\",\"contentPosition\":\"bottom right\",\"sizeSlug\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-2726 size-full\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3651-scaled.jpg\" style=\"object-position:29% 66%\" data-object-fit=\"cover\" data-object-position=\"29% 66%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim wp-block-cover__gradient-background has-background-gradient\" style=\"background:linear-gradient(0deg,rgb(255,255,255) 7%,rgba(255,255,255,0) 7%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-p-card-lg is-style-nfd-theme-darker\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"radius\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid\"} -->\n<div class=\"nfd-p-card-lg is-style-nfd-theme-darker wp-block-group nfd-bg-effect-grid\" style=\"border-radius:0px;font-style:normal;font-weight:500\"><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} -->\n<p class=\"nfd-text-opacity-80\">Benefits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\" class=\"\"><span style=\"margin-right: 4px\">✓ </span>Protects the surface under the vinyl<br><span style=\"margin-right:4px\">✓</span> Create a full billboard of your vehicle or trailer<br><span style=\"margin-right:4px\">✓</span> Turn more heads for brand recognition</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->','Commercial wraps and lettering','','inherit','closed','closed','','1214-revision-v1','','','2025-05-01 19:17:14','2025-05-01 19:17:14','',1214,'https://aggressivegraphix.com/?p=2733',0,'revision','',0),(2735,1,'2025-05-01 19:35:21','2025-05-01 19:35:21','<!-- wp:paragraph -->\n<p class=\"\">Do you have a work vehicle or a fleet of vehicles on the road daily? Lettering or wrapping them is an inexpensive way to create mobile billboards advertising your company or brand to thousands of potential customers. We work with you to create the best and most effective look on your wrap to really catch eyes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Lettering</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">The most inexpensive way to add your business to your vehicle. This can be basic one color through printed logos. Coverage generally depends on the vehicle, usually on the front two doors and a graphic on the rear window/door/tailgate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-768x1024.jpg\",\"id\":2724,\"dimRatio\":0,\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.4899999999999999911182158029987476766109466552734375,\"y\":0.64000000000000001332267629550187848508358001708984375},\"minHeight\":500,\"minHeightUnit\":\"px\",\"contentPosition\":\"bottom right\",\"isDark\":false,\"sizeSlug\":\"large\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-2724 size-large\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-768x1024.jpg\" style=\"object-position:49% 64%\" data-object-fit=\"cover\" data-object-position=\"49% 64%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-p-card-lg is-style-nfd-theme-darker\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"radius\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid\"} -->\n<div class=\"nfd-p-card-lg is-style-nfd-theme-darker wp-block-group nfd-bg-effect-grid\" style=\"border-radius:0px;font-style:normal;font-weight:500\"><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} -->\n<p class=\"nfd-text-opacity-80\">Benefits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\" class=\"\"><span style=\"margin-right: 4px\">✓ </span>Works with lower budgets<br><span style=\"margin-right:4px\">✓</span> Gets your business name out there</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3090-1024x768.jpg\",\"id\":2731,\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.520000000000000017763568394002504646778106689453125,\"y\":0.61999999999999999555910790149937383830547332763671875},\"minHeight\":500,\"minHeightUnit\":\"px\",\"customGradient\":\"linear-gradient(0deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%)\",\"contentPosition\":\"bottom right\",\"sizeSlug\":\"large\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-2731 size-large\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3090-1024x768.jpg\" style=\"object-position:52% 62%\" data-object-fit=\"cover\" data-object-position=\"52% 62%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim wp-block-cover__gradient-background has-background-gradient\" style=\"background:linear-gradient(0deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-p-card-lg is-style-nfd-theme-darker\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"border\":{\"radius\":\"0px\"}},\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"\"} -->\n<div class=\"nfd-p-card-lg is-style-nfd-theme-darker wp-block-group\" style=\"border-radius:0px;font-style:normal;font-weight:400\"><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} -->\n<p class=\"nfd-text-opacity-80\">Benefits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\" class=\"\"><span style=\"margin-right: 4px\">✓ </span>Create unique layouts to catch the eye<br><span style=\"margin-right:4px\">✓</span> Utilize the OEM paint in your design</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Partial/Half Wrap</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Create a unique design and look on your vehicle without the higher cost of a bumper to bumper full wrap. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Full Wrap</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Want to make the biggest impact going down the road? A full wrap achieves just that. We will transform your fleet into eye catching billboards that will bring in more sales leads and brand recognition. A full wrap consists of bumper to bumper coverage creating an impactful image of your vehicle or trailer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3651-scaled.jpg\",\"id\":2726,\"dimRatio\":0,\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.289999999999999980015985556747182272374629974365234375,\"y\":0.66000000000000003108624468950438313186168670654296875},\"minHeight\":500,\"minHeightUnit\":\"px\",\"contentPosition\":\"bottom right\",\"sizeSlug\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-2726 size-full\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3651-scaled.jpg\" style=\"object-position:29% 66%\" data-object-fit=\"cover\" data-object-position=\"29% 66%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-p-card-lg is-style-nfd-theme-darker\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"radius\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid\"} -->\n<div class=\"nfd-p-card-lg is-style-nfd-theme-darker wp-block-group nfd-bg-effect-grid\" style=\"border-radius:0px;font-style:normal;font-weight:500\"><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} -->\n<p class=\"nfd-text-opacity-80\">Benefits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\" class=\"\"><span style=\"margin-right:4px\">✓</span> Create a full billboard of your vehicle or trailer<br><span style=\"margin-right: 4px\">✓ </span>Protects the surface under the vinyl</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Our work</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Gallery\"},\"align\":\"full\",\"className\":\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-nfd-theme-white\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"8px\",\"right\":\"8px\",\"bottom\":\"8px\",\"left\":\"8px\"}}},\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-nfd-theme-white wp-block-group alignfull\" style=\"padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"radius\":\"0px\"}}} -->\n<figure class=\"wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1506748686214-e9df14d4d9d0?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\" style=\"border-radius:0px;aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1470337458703-46ad1756a187?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1436018626274-89acd1d6ec9d?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1543872084-c7bd3822856f?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1495954380655-01609180eda3?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1527622444-3832940998a7?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Nzh8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1535478372499-9d1e5130bd92?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mjd8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1514924013411-cbf25faa35bb?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Lets chat about your project!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:wpforms/form-selector {\"clientId\":\"a55435ae-a334-4fea-a0cd-9cf017a85680\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Commercial wraps and lettering','','inherit','closed','closed','','1214-revision-v1','','','2025-05-01 19:35:21','2025-05-01 19:35:21','',1214,'https://aggressivegraphix.com/?p=2735',0,'revision','',0),(2736,1,'2025-05-01 19:36:09','2025-05-01 19:36:09','{\"fields\":{\"2\":{\"id\":\"2\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"phone\",\"label\":\"Phone\",\"format\":\"us\",\"description\":\"\",\"size\":\"large\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"date-time\",\"label\":\"Specific job completion date\",\"format\":\"date\",\"description\":\"\",\"size\":\"large\",\"date_type\":\"datepicker\",\"date_placeholder\":\"\",\"date_format\":\"m\\/d\\/Y\",\"date_limit_days_mon\":\"1\",\"date_limit_days_tue\":\"1\",\"date_limit_days_wed\":\"1\",\"date_limit_days_thu\":\"1\",\"date_limit_days_fri\":\"1\",\"time_interval\":\"30\",\"time_placeholder\":\"\",\"time_format\":\"g:i A\",\"time_limit_hours_start_hour\":\"09\",\"time_limit_hours_start_min\":\"00\",\"time_limit_hours_start_ampm\":\"am\",\"time_limit_hours_end_hour\":\"06\",\"time_limit_hours_end_min\":\"00\",\"time_limit_hours_end_ampm\":\"pm\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"checkbox\",\"label\":\"Type of wrap service\",\"choices\":{\"1\":{\"label\":\"Lettering\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Partial\\/half wrap\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Full wrap\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Storefront\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Other type of wrap\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"\",\"required\":\"1\",\"input_columns\":\"\",\"choice_limit\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"7\":{\"id\":\"7\",\"type\":\"textarea\",\"label\":\"Please describe your project\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"8\":{\"id\":\"8\",\"type\":\"file-upload\",\"label\":\"Upload your logo files and photos of your vehicle\\/trailer\",\"description\":\"To assist us get your project quoted. Please include photos of the front, sides, and back of your vehicle\\/trailer. Also include your logo files, best files are original artwork files PDF, EPS, AI, PSD, TIFF. We may be able to work with a JPG or PNG but will likely require a design retainer.\",\"extensions\":\"\",\"max_size\":\"\",\"max_file_number\":\"10\",\"required\":\"1\",\"style\":\"modern\",\"css\":\"\"}},\"id\":\"2736\",\"field_id\":9,\"search_terms\":\"\",\"settings\":{\"themes\":{\"wpformsTheme\":\"default\",\"isCustomTheme\":\"\",\"themeName\":\"\",\"fieldSize\":\"medium\",\"fieldBorderStyle\":\"solid\",\"fieldBorderSize\":\"1\",\"fieldBorderRadius\":\"3\",\"fieldBackgroundColor\":\"#ffffff\",\"fieldBorderColor\":\"rgba(0, 0, 0, 0.25)\",\"fieldTextColor\":\"rgba(0, 0, 0, 0.7)\",\"labelSize\":\"medium\",\"labelColor\":\"rgba(0, 0, 0, 0.85)\",\"labelSublabelColor\":\"rgba(0, 0, 0, 0.55)\",\"labelErrorColor\":\"#d63637\",\"buttonSize\":\"medium\",\"buttonBorderStyle\":\"none\",\"buttonBorderSize\":\"1\",\"buttonBorderRadius\":\"3\",\"buttonBackgroundColor\":\"#066aab\",\"buttonBorderColor\":\"#066aab\",\"buttonTextColor\":\"#ffffff\",\"containerPadding\":\"0\",\"containerBorderStyle\":\"none\",\"containerBorderWidth\":\"1\",\"containerBorderRadius\":\"3\",\"containerBorderColor\":\"#000000\",\"containerShadowSize\":\"none\",\"backgroundColor\":\"rgba(0, 0, 0, 0)\",\"backgroundImage\":\"none\",\"backgroundSize\":\"cover\",\"backgroundUrl\":\"url()\",\"fieldMenuColor\":\"#ffffff\",\"pageBreakColor\":\"#066aab\",\"customCss\":\"\",\"copyPasteJsonValue\":\"{\\\"themeName\\\":\\\"\\\",\\\"isCustomTheme\\\":\\\"\\\",\\\"wpformsTheme\\\":\\\"default\\\",\\\"customCss\\\":\\\"\\\",\\\"containerPadding\\\":\\\"0\\\",\\\"containerBorderStyle\\\":\\\"none\\\",\\\"containerBorderWidth\\\":\\\"1\\\",\\\"containerBorderRadius\\\":\\\"3\\\",\\\"containerShadowSize\\\":\\\"none\\\",\\\"containerBorderColor\\\":\\\"#000000\\\",\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderStyle\\\":\\\"solid\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBorderSize\\\":\\\"1\\\",\\\"fieldBackgroundColor\\\":\\\"#ffffff\\\",\\\"fieldBorderColor\\\":\\\"rgba(0, 0, 0, 0.25)\\\",\\\"fieldTextColor\\\":\\\"rgba(0, 0, 0, 0.7)\\\",\\\"fieldMenuColor\\\":\\\"#ffffff\\\",\\\"pageBreakColor\\\":\\\"#066aab\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"rgba(0, 0, 0, 0.85)\\\",\\\"labelSublabelColor\\\":\\\"rgba(0, 0, 0, 0.55)\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderStyle\\\":\\\"none\\\",\\\"buttonBorderSize\\\":\\\"1\\\",\\\"buttonBorderRadius\\\":\\\"3\\\",\\\"buttonBackgroundColor\\\":\\\"#066aab\\\",\\\"buttonBorderColor\\\":\\\"#066aab\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\",\\\"backgroundColor\\\":\\\"rgba(0, 0, 0, 0)\\\",\\\"backgroundPosition\\\":\\\"center center\\\",\\\"backgroundUrl\\\":\\\"url()\\\",\\\"backgroundRepeat\\\":\\\"no-repeat\\\",\\\"backgroundSize\\\":\\\"cover\\\",\\\"backgroundSizeMode\\\":\\\"cover\\\",\\\"backgroundWidth\\\":\\\"100\\\",\\\"backgroundHeight\\\":\\\"100\\\",\\\"backgroundImage\\\":\\\"none\\\"}\"},\"form_title\":\"Commercial wraps\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"enable\":\"1\",\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"Commercial wrap inquiry from\\u00a0 {field_id=\\\"2\\\"}\",\"sender_name\":\"{field_id=\\\"2\\\"}\",\"sender_address\":\"{field_id=\\\"3\\\"}\",\"replyto\":\"{field_id=\\\"3\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name #1\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Commercial wraps','','publish','closed','closed','','blank-form-3','','','2025-09-15 20:43:54','2025-09-15 20:43:54','',0,'https://aggressivegraphix.com/?post_type=wpforms&#038;p=2736',0,'wpforms','',0),(2737,1,'2025-05-01 19:36:14','2025-05-01 19:36:14','{\"fields\":[],\"id\":\"2736\",\"field_id\":1,\"settings\":{\"form_title\":\"Blank Form\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"enable\":\"1\",\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"New Entry: Blank Form\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"Thanks for contacting us! We will be in touch with you shortly.\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name #1\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Blank Form','','inherit','closed','closed','','2736-revision-v1','','','2025-05-01 19:36:14','2025-05-01 19:36:14','',2736,'https://aggressivegraphix.com/?p=2737',0,'revision','',0),(2738,1,'2025-05-01 19:42:41','2025-05-01 19:42:41','{\"fields\":{\"2\":{\"id\":\"2\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"phone\",\"label\":\"Phone\",\"format\":\"us\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"date-time\",\"label\":\"Specific job completion date\",\"format\":\"date\",\"description\":\"\",\"size\":\"medium\",\"date_type\":\"datepicker\",\"date_placeholder\":\"\",\"date_format\":\"m\\/d\\/Y\",\"date_limit_days_mon\":\"1\",\"date_limit_days_tue\":\"1\",\"date_limit_days_wed\":\"1\",\"date_limit_days_thu\":\"1\",\"date_limit_days_fri\":\"1\",\"time_interval\":\"30\",\"time_placeholder\":\"\",\"time_format\":\"g:i A\",\"time_limit_hours_start_hour\":\"09\",\"time_limit_hours_start_min\":\"00\",\"time_limit_hours_start_ampm\":\"am\",\"time_limit_hours_end_hour\":\"06\",\"time_limit_hours_end_min\":\"00\",\"time_limit_hours_end_ampm\":\"pm\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"checkbox\",\"label\":\"Type of wrap service\",\"choices\":{\"1\":{\"label\":\"Lettering\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Partial\\/half wrap\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Full wrap\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"\",\"required\":\"1\",\"input_columns\":\"\",\"choice_limit\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"7\":{\"id\":\"7\",\"type\":\"textarea\",\"label\":\"Please describe your project\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"8\":{\"id\":\"8\",\"type\":\"file-upload\",\"label\":\"Upload your logo files and photos of your vehicle\\/trailer\",\"description\":\"To assist us get your project quoted. Please include photos of the front, sides, and back of your vehicle\\/trailer. Also include your logo files, best files are original artwork files PDF, EPS, AI, PSD, TIFF. We may be able to work with a JPG or PNG but will likely require a design retainer.\",\"extensions\":\"\",\"max_size\":\"\",\"max_file_number\":\"1\",\"required\":\"1\",\"style\":\"modern\",\"css\":\"\"}},\"id\":\"2736\",\"field_id\":9,\"search_terms\":\"\",\"settings\":{\"form_title\":\"Blank Form\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"enable\":\"1\",\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"New Entry: Blank Form\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name #1\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Blank Form','','inherit','closed','closed','','2736-revision-v1','','','2025-05-01 19:42:41','2025-05-01 19:42:41','',2736,'https://aggressivegraphix.com/?p=2738',0,'revision','',0),(2739,1,'2025-05-01 19:45:08','2025-05-01 19:45:08','{\"fields\":{\"2\":{\"id\":\"2\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"phone\",\"label\":\"Phone\",\"format\":\"us\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"date-time\",\"label\":\"Specific job completion date\",\"format\":\"date\",\"description\":\"\",\"size\":\"medium\",\"date_type\":\"datepicker\",\"date_placeholder\":\"\",\"date_format\":\"m\\/d\\/Y\",\"date_limit_days_mon\":\"1\",\"date_limit_days_tue\":\"1\",\"date_limit_days_wed\":\"1\",\"date_limit_days_thu\":\"1\",\"date_limit_days_fri\":\"1\",\"time_interval\":\"30\",\"time_placeholder\":\"\",\"time_format\":\"g:i A\",\"time_limit_hours_start_hour\":\"09\",\"time_limit_hours_start_min\":\"00\",\"time_limit_hours_start_ampm\":\"am\",\"time_limit_hours_end_hour\":\"06\",\"time_limit_hours_end_min\":\"00\",\"time_limit_hours_end_ampm\":\"pm\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"checkbox\",\"label\":\"Type of wrap service\",\"choices\":{\"1\":{\"label\":\"Lettering\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Partial\\/half wrap\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Full wrap\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"\",\"required\":\"1\",\"input_columns\":\"\",\"choice_limit\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"7\":{\"id\":\"7\",\"type\":\"textarea\",\"label\":\"Please describe your project\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"8\":{\"id\":\"8\",\"type\":\"file-upload\",\"label\":\"Upload your logo files and photos of your vehicle\\/trailer\",\"description\":\"To assist us get your project quoted. Please include photos of the front, sides, and back of your vehicle\\/trailer. Also include your logo files, best files are original artwork files PDF, EPS, AI, PSD, TIFF. We may be able to work with a JPG or PNG but will likely require a design retainer.\",\"extensions\":\"\",\"max_size\":\"\",\"max_file_number\":\"10\",\"required\":\"1\",\"style\":\"modern\",\"css\":\"\"}},\"id\":\"2736\",\"field_id\":9,\"search_terms\":\"\",\"settings\":{\"form_title\":\"Blank Form\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"enable\":\"1\",\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"New Entry: Blank Form\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name #1\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Blank Form','','inherit','closed','closed','','2736-revision-v1','','','2025-05-01 19:45:08','2025-05-01 19:45:08','',2736,'https://aggressivegraphix.com/?p=2739',0,'revision','',0),(2740,1,'2025-05-01 19:46:16','2025-05-01 19:46:16','<!-- wp:paragraph -->\n<p class=\"\">Do you have a work vehicle or a fleet of vehicles on the road daily? Lettering or wrapping them is an inexpensive way to create mobile billboards advertising your company or brand to thousands of potential customers. We work with you to create the best and most effective look on your wrap to really catch eyes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Lettering</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">The most inexpensive way to add your business to your vehicle. This can be basic one color through printed logos. Coverage generally depends on the vehicle, usually on the front two doors and a graphic on the rear window/door/tailgate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-768x1024.jpg\",\"id\":2724,\"dimRatio\":0,\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.4899999999999999911182158029987476766109466552734375,\"y\":0.64000000000000001332267629550187848508358001708984375},\"minHeight\":500,\"minHeightUnit\":\"px\",\"contentPosition\":\"bottom right\",\"isDark\":false,\"sizeSlug\":\"large\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-2724 size-large\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-768x1024.jpg\" style=\"object-position:49% 64%\" data-object-fit=\"cover\" data-object-position=\"49% 64%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-p-card-lg is-style-nfd-theme-darker\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"radius\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid\"} -->\n<div class=\"nfd-p-card-lg is-style-nfd-theme-darker wp-block-group nfd-bg-effect-grid\" style=\"border-radius:0px;font-style:normal;font-weight:500\"><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} -->\n<p class=\"nfd-text-opacity-80\">Benefits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\" class=\"\"><span style=\"margin-right: 4px\">✓ </span>Works with lower budgets<br><span style=\"margin-right:4px\">✓</span> Gets your business name out there</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3090-1024x768.jpg\",\"id\":2731,\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.520000000000000017763568394002504646778106689453125,\"y\":0.61999999999999999555910790149937383830547332763671875},\"minHeight\":500,\"minHeightUnit\":\"px\",\"customGradient\":\"linear-gradient(0deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%)\",\"contentPosition\":\"bottom right\",\"sizeSlug\":\"large\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-2731 size-large\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3090-1024x768.jpg\" style=\"object-position:52% 62%\" data-object-fit=\"cover\" data-object-position=\"52% 62%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim wp-block-cover__gradient-background has-background-gradient\" style=\"background:linear-gradient(0deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-p-card-lg is-style-nfd-theme-darker\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"border\":{\"radius\":\"0px\"}},\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"\"} -->\n<div class=\"nfd-p-card-lg is-style-nfd-theme-darker wp-block-group\" style=\"border-radius:0px;font-style:normal;font-weight:400\"><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} -->\n<p class=\"nfd-text-opacity-80\">Benefits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\" class=\"\"><span style=\"margin-right: 4px\">✓ </span>Create unique layouts to catch the eye<br><span style=\"margin-right:4px\">✓</span> Utilize the OEM paint in your design</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Partial/Half Wrap</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Create a unique design and look on your vehicle without the higher cost of a bumper to bumper full wrap. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Full Wrap</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Want to make the biggest impact going down the road? A full wrap achieves just that. We will transform your fleet into eye catching billboards that will bring in more sales leads and brand recognition. A full wrap consists of bumper to bumper coverage creating an impactful image of your vehicle or trailer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3651-scaled.jpg\",\"id\":2726,\"dimRatio\":0,\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.289999999999999980015985556747182272374629974365234375,\"y\":0.66000000000000003108624468950438313186168670654296875},\"minHeight\":500,\"minHeightUnit\":\"px\",\"contentPosition\":\"bottom right\",\"sizeSlug\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-2726 size-full\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3651-scaled.jpg\" style=\"object-position:29% 66%\" data-object-fit=\"cover\" data-object-position=\"29% 66%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-p-card-lg is-style-nfd-theme-darker\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"radius\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid\"} -->\n<div class=\"nfd-p-card-lg is-style-nfd-theme-darker wp-block-group nfd-bg-effect-grid\" style=\"border-radius:0px;font-style:normal;font-weight:500\"><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} -->\n<p class=\"nfd-text-opacity-80\">Benefits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\" class=\"\"><span style=\"margin-right:4px\">✓</span> Create a full billboard of your vehicle or trailer<br><span style=\"margin-right: 4px\">✓ </span>Protects the surface under the vinyl</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Our work</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Gallery\"},\"align\":\"full\",\"className\":\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-nfd-theme-white\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"8px\",\"right\":\"8px\",\"bottom\":\"8px\",\"left\":\"8px\"}}},\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-4 is-style-nfd-theme-white wp-block-group alignfull\" style=\"padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"style\":{\"border\":{\"radius\":\"0px\"}}} -->\n<figure class=\"wp-block-image size-large has-custom-border\"><img src=\"https://images.unsplash.com/photo-1506748686214-e9df14d4d9d0?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\" style=\"border-radius:0px;aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1470337458703-46ad1756a187?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1436018626274-89acd1d6ec9d?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2FmZXxlbnwwfHwwfHw%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1543872084-c7bd3822856f?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1495954380655-01609180eda3?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8NXx8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1527622444-3832940998a7?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Nzh8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1535478372499-9d1e5130bd92?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mjd8fGNpdHl8ZW58MHwyfDB8fA%3D%3D&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=800&amp;crop=\" alt=\"\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://images.unsplash.com/photo-1514924013411-cbf25faa35bb?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8M3x8Y2l0eXxlbnwwfDF8MHx8&amp;auto=format&amp;fit=crop&amp;q=60&amp;w=800&amp;h=1200&amp;crop=\" alt=\"\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Lets chat about your project!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:wpforms/form-selector {\"clientId\":\"a55435ae-a334-4fea-a0cd-9cf017a85680\",\"formId\":\"2736\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Commercial wraps and lettering','','inherit','closed','closed','','1214-revision-v1','','','2025-05-01 19:46:16','2025-05-01 19:46:16','',1214,'https://aggressivegraphix.com/?p=2740',0,'revision','',0),(2741,1,'2025-05-01 19:47:36','2025-05-01 19:47:36','{\"fields\":{\"2\":{\"id\":\"2\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"phone\",\"label\":\"Phone\",\"format\":\"us\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"date-time\",\"label\":\"Specific job completion date\",\"format\":\"date\",\"description\":\"\",\"size\":\"medium\",\"date_type\":\"datepicker\",\"date_placeholder\":\"\",\"date_format\":\"m\\/d\\/Y\",\"date_limit_days_mon\":\"1\",\"date_limit_days_tue\":\"1\",\"date_limit_days_wed\":\"1\",\"date_limit_days_thu\":\"1\",\"date_limit_days_fri\":\"1\",\"time_interval\":\"30\",\"time_placeholder\":\"\",\"time_format\":\"g:i A\",\"time_limit_hours_start_hour\":\"09\",\"time_limit_hours_start_min\":\"00\",\"time_limit_hours_start_ampm\":\"am\",\"time_limit_hours_end_hour\":\"06\",\"time_limit_hours_end_min\":\"00\",\"time_limit_hours_end_ampm\":\"pm\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"checkbox\",\"label\":\"Type of wrap service\",\"choices\":{\"1\":{\"label\":\"Lettering\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Partial\\/half wrap\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Full wrap\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"\",\"required\":\"1\",\"input_columns\":\"\",\"choice_limit\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"7\":{\"id\":\"7\",\"type\":\"textarea\",\"label\":\"Please describe your project\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"8\":{\"id\":\"8\",\"type\":\"file-upload\",\"label\":\"Upload your logo files and photos of your vehicle\\/trailer\",\"description\":\"To assist us get your project quoted. Please include photos of the front, sides, and back of your vehicle\\/trailer. Also include your logo files, best files are original artwork files PDF, EPS, AI, PSD, TIFF. We may be able to work with a JPG or PNG but will likely require a design retainer.\",\"extensions\":\"\",\"max_size\":\"\",\"max_file_number\":\"10\",\"required\":\"1\",\"style\":\"modern\",\"css\":\"\"}},\"id\":\"2736\",\"field_id\":9,\"search_terms\":\"\",\"settings\":{\"form_title\":\"Commercial wraps\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"enable\":\"1\",\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"New Entry: Blank Form\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name #1\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Commercial wraps','','inherit','closed','closed','','2736-revision-v1','','','2025-05-01 19:47:36','2025-05-01 19:47:36','',2736,'https://aggressivegraphix.com/?p=2741',0,'revision','',0),(2742,1,'2025-05-01 19:48:28','2025-05-01 19:48:28','{\"fields\":{\"2\":{\"id\":\"2\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"phone\",\"label\":\"Phone\",\"format\":\"us\",\"description\":\"\",\"size\":\"large\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"date-time\",\"label\":\"Specific job completion date\",\"format\":\"date\",\"description\":\"\",\"size\":\"large\",\"date_type\":\"datepicker\",\"date_placeholder\":\"\",\"date_format\":\"m\\/d\\/Y\",\"date_limit_days_mon\":\"1\",\"date_limit_days_tue\":\"1\",\"date_limit_days_wed\":\"1\",\"date_limit_days_thu\":\"1\",\"date_limit_days_fri\":\"1\",\"time_interval\":\"30\",\"time_placeholder\":\"\",\"time_format\":\"g:i A\",\"time_limit_hours_start_hour\":\"09\",\"time_limit_hours_start_min\":\"00\",\"time_limit_hours_start_ampm\":\"am\",\"time_limit_hours_end_hour\":\"06\",\"time_limit_hours_end_min\":\"00\",\"time_limit_hours_end_ampm\":\"pm\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"checkbox\",\"label\":\"Type of wrap service\",\"choices\":{\"1\":{\"label\":\"Lettering\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Partial\\/half wrap\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Full wrap\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"\",\"required\":\"1\",\"input_columns\":\"\",\"choice_limit\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"7\":{\"id\":\"7\",\"type\":\"textarea\",\"label\":\"Please describe your project\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"8\":{\"id\":\"8\",\"type\":\"file-upload\",\"label\":\"Upload your logo files and photos of your vehicle\\/trailer\",\"description\":\"To assist us get your project quoted. Please include photos of the front, sides, and back of your vehicle\\/trailer. Also include your logo files, best files are original artwork files PDF, EPS, AI, PSD, TIFF. We may be able to work with a JPG or PNG but will likely require a design retainer.\",\"extensions\":\"\",\"max_size\":\"\",\"max_file_number\":\"10\",\"required\":\"1\",\"style\":\"modern\",\"css\":\"\"}},\"id\":\"2736\",\"field_id\":9,\"search_terms\":\"\",\"settings\":{\"form_title\":\"Commercial wraps\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"enable\":\"1\",\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"New Entry: Blank Form\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name #1\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Commercial wraps','','inherit','closed','closed','','2736-revision-v1','','','2025-05-01 19:48:28','2025-05-01 19:48:28','',2736,'https://aggressivegraphix.com/?p=2742',0,'revision','',0),(2819,1,'2025-05-01 21:16:43','2025-05-01 21:16:43','','IMG_7731','','inherit','open','closed','','img_7731','','','2025-09-09 17:59:45','2025-09-09 17:59:45','',1214,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7731.jpg',0,'attachment','image/webp',0),(2822,1,'2025-05-01 21:18:00','2025-05-01 21:18:00','','IMG_8489','','inherit','open','closed','','img_8489','','','2025-09-09 17:58:39','2025-09-09 17:58:39','',1214,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8489.jpg',0,'attachment','image/webp',0),(2832,1,'2025-05-15 17:19:26','2025-05-15 17:19:26','','Commercial wraps','','publish','closed','closed','','commercial-wraps','','','2025-09-18 18:52:19','2025-09-18 18:52:19','',0,'https://aggressivegraphix.com/?post_type=envira&#038;p=2832',0,'envira','',0),(2849,1,'2025-05-15 21:09:52','2025-05-15 21:09:52','','564ED9D4-C180-4CCB-BD26-B5A05E95055A','','inherit','open','closed','','564ed9d4-c180-4ccb-bd26-b5a05e95055a-3','','','2025-09-09 15:14:29','2025-09-09 15:14:29','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.jpg',0,'attachment','image/webp',0),(2850,1,'2025-05-15 21:09:57','2025-05-15 21:09:57','','7E752716-C684-40F9-B510-A678CD73A602','','inherit','open','closed','','7e752716-c684-40f9-b510-a678cd73a602-3','','','2025-09-09 15:14:17','2025-09-09 15:14:17','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/7E752716-C684-40F9-B510-A678CD73A602-2.jpg',0,'attachment','image/webp',0),(2853,1,'2025-05-15 21:10:08','2025-05-15 21:10:08','','IMG_3128','','inherit','open','closed','','img_3128-2','','','2025-09-09 15:13:44','2025-09-09 15:13:44','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3128.jpg',0,'attachment','image/webp',0),(2857,1,'2025-05-15 21:10:27','2025-05-15 21:10:27','','IMG_3325','','inherit','open','closed','','img_3325-2','','','2025-09-09 15:12:50','2025-09-09 15:12:50','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3325-1.jpg',0,'attachment','image/webp',0),(2860,1,'2025-05-15 21:10:34','2025-05-15 21:10:34','','IMG_3649','','inherit','open','closed','','img_3649','','','2025-09-09 15:12:20','2025-09-09 15:12:20','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3649.jpg',0,'attachment','image/webp',0),(2866,1,'2025-05-15 21:10:52','2025-05-15 21:10:52','','IMG_3854','','inherit','open','closed','','img_3854-2','','','2025-09-09 15:11:03','2025-09-09 15:11:03','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3854-1.jpg',0,'attachment','image/webp',0),(2867,1,'2025-05-15 21:10:54','2025-05-15 21:10:54','','IMG_3855','','inherit','open','closed','','img_3855-2','','','2025-09-09 15:10:56','2025-09-09 15:10:56','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3855-1.jpg',0,'attachment','image/webp',0),(2869,1,'2025-05-15 21:10:58','2025-05-15 21:10:58','','IMG_3922','','inherit','open','closed','','img_3922-2','','','2025-09-09 15:10:43','2025-09-09 15:10:43','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3922-1.jpg',0,'attachment','image/webp',0),(2870,1,'2025-05-15 21:11:01','2025-05-15 21:11:01','','IMG_4344','','inherit','open','closed','','img_4344-2','','','2025-09-09 15:10:29','2025-09-09 15:10:29','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4344-1.jpg',0,'attachment','image/webp',0),(2872,1,'2025-05-15 21:11:06','2025-05-15 21:11:06','','IMG_4972','','inherit','open','closed','','img_4972-2','','','2025-09-09 15:10:14','2025-09-09 15:10:14','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4972-1.jpg',0,'attachment','image/webp',0),(2873,1,'2025-05-15 21:11:08','2025-05-15 21:11:08','','IMG_4976','','inherit','open','closed','','img_4976-2','','','2025-09-09 15:10:05','2025-09-09 15:10:05','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4976-1.jpg',0,'attachment','image/webp',0),(2874,1,'2025-05-15 21:11:10','2025-05-15 21:11:10','','IMG_4993','','inherit','open','closed','','img_4993-2','','','2025-09-09 15:09:57','2025-09-09 15:09:57','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4993-1.jpg',0,'attachment','image/webp',0),(2875,1,'2025-05-15 21:11:14','2025-05-15 21:11:14','','IMG_4994','','inherit','open','closed','','img_4994-2','','','2025-09-09 15:09:45','2025-09-09 15:09:45','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4994-1.jpg',0,'attachment','image/webp',0),(2876,1,'2025-05-15 21:11:16','2025-05-15 21:11:16','','IMG_5504','','inherit','open','closed','','img_5504-2','','','2025-09-09 15:09:37','2025-09-09 15:09:37','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5504-1.jpg',0,'attachment','image/webp',0),(2877,1,'2025-05-15 21:11:18','2025-05-15 21:11:18','','IMG_5505','','inherit','open','closed','','img_5505-2','','','2025-09-09 15:09:24','2025-09-09 15:09:24','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5505-1.jpg',0,'attachment','image/webp',0),(2878,1,'2025-05-15 21:11:20','2025-05-15 21:11:20','','IMG_5605','','inherit','open','closed','','img_5605-2','','','2025-09-09 15:09:17','2025-09-09 15:09:17','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5605-1.jpg',0,'attachment','image/webp',0),(2879,1,'2025-05-15 21:11:22','2025-05-15 21:11:22','','IMG_5644','','inherit','open','closed','','img_5644-2','','','2025-09-09 15:09:10','2025-09-09 15:09:10','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5644-1.jpg',0,'attachment','image/webp',0),(2880,1,'2025-05-15 21:11:24','2025-05-15 21:11:24','','IMG_6149','','inherit','open','closed','','img_6149','','','2025-09-09 15:09:02','2025-09-09 15:09:02','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6149.jpg',0,'attachment','image/webp',0),(2881,1,'2025-05-15 21:11:27','2025-05-15 21:11:27','','IMG_6150','','inherit','open','closed','','img_6150-2','','','2025-09-09 15:08:49','2025-09-09 15:08:49','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6150-1.jpg',0,'attachment','image/webp',0),(2882,1,'2025-05-15 21:11:33','2025-05-15 21:11:33','','IMG_6779','','inherit','open','closed','','img_6779-2','','','2025-09-09 15:08:42','2025-09-09 15:08:42','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6779-1.jpg',0,'attachment','image/webp',0),(2883,1,'2025-05-15 21:11:37','2025-05-15 21:11:37','','IMG_6780','','inherit','open','closed','','img_6780-2','','','2025-09-09 15:08:29','2025-09-09 15:08:29','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6780-1.jpg',0,'attachment','image/webp',0),(2884,1,'2025-05-15 21:11:41','2025-05-15 21:11:41','','IMG_6781','','inherit','open','closed','','img_6781-2','','','2025-09-09 15:08:17','2025-09-09 15:08:17','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6781-1.jpg',0,'attachment','image/webp',0),(2885,1,'2025-05-15 21:11:46','2025-05-15 21:11:46','','IMG_7384','','inherit','open','closed','','img_7384-2','','','2025-09-09 15:08:03','2025-09-09 15:08:03','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7384-1.jpg',0,'attachment','image/webp',0),(2886,1,'2025-05-15 21:11:50','2025-05-15 21:11:50','','IMG_7386','','inherit','open','closed','','img_7386-2','','','2025-09-09 15:07:47','2025-09-09 15:07:47','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7386-1.jpg',0,'attachment','image/webp',0),(2887,1,'2025-05-15 21:11:53','2025-05-15 21:11:53','','IMG_7387','','inherit','open','closed','','img_7387-2','','','2025-09-09 15:07:35','2025-09-09 15:07:35','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7387-1.jpg',0,'attachment','image/webp',0),(2888,1,'2025-05-15 21:11:55','2025-05-15 21:11:55','','IMG_7399','','inherit','open','closed','','img_7399','','','2025-09-09 15:07:27','2025-09-09 15:07:27','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7399.jpg',0,'attachment','image/webp',0),(2889,1,'2025-05-15 21:11:58','2025-05-15 21:11:58','','IMG_7400','','inherit','open','closed','','img_7400-2','','','2025-09-09 15:07:15','2025-09-09 15:07:15','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7400-1.jpg',0,'attachment','image/webp',0),(2890,1,'2025-05-15 21:12:00','2025-05-15 21:12:00','','IMG_7693','','inherit','open','closed','','img_7693','','','2025-09-09 15:07:10','2025-09-09 15:07:10','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7693.jpg',0,'attachment','image/webp',0),(2891,1,'2025-05-15 21:12:04','2025-05-15 21:12:04','','IMG_7697','','inherit','open','closed','','img_7697','','','2025-09-09 15:07:02','2025-09-09 15:07:02','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7697.jpg',0,'attachment','image/webp',0),(2892,1,'2025-05-15 21:12:10','2025-05-15 21:12:10','','IMG_7707','','inherit','open','closed','','img_7707-2','','','2025-09-09 15:06:55','2025-09-09 15:06:55','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7707-1.jpg',0,'attachment','image/webp',0),(2893,1,'2025-05-15 21:12:16','2025-05-15 21:12:16','','IMG_7711','','inherit','open','closed','','img_7711','','','2025-09-09 15:06:48','2025-09-09 15:06:48','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7711.jpg',0,'attachment','image/webp',0),(2894,1,'2025-05-15 21:12:19','2025-05-15 21:12:19','','IMG_7731','','inherit','open','closed','','img_7731-2','','','2025-09-09 15:06:41','2025-09-09 15:06:41','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7731-1.jpg',0,'attachment','image/webp',0),(2895,1,'2025-05-15 21:13:24','2025-05-15 21:13:24','','IMG_7789','','inherit','open','closed','','img_7789','','','2025-09-09 15:06:06','2025-09-09 15:06:06','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7789.jpg',0,'attachment','image/webp',0),(2896,1,'2025-05-15 21:14:29','2025-05-15 21:14:29','','IMG_8036','','inherit','open','closed','','img_8036-2','','','2025-09-09 15:05:34','2025-09-09 15:05:34','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8036-1.jpg',0,'attachment','image/webp',0),(2897,1,'2025-05-15 21:14:34','2025-05-15 21:14:34','','IMG_8038','','inherit','open','closed','','img_8038-2','','','2025-09-09 15:05:21','2025-09-09 15:05:21','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8038-1.jpg',0,'attachment','image/webp',0),(2898,1,'2025-05-15 21:14:38','2025-05-15 21:14:38','','IMG_8060','','inherit','open','closed','','img_8060','','','2025-09-09 15:05:08','2025-09-09 15:05:08','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8060.jpg',0,'attachment','image/webp',0),(2899,1,'2025-05-15 21:14:41','2025-05-15 21:14:41','','IMG_8061','','inherit','open','closed','','img_8061','','','2025-09-09 15:05:00','2025-09-09 15:05:00','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8061.jpg',0,'attachment','image/webp',0),(2901,1,'2025-05-15 21:14:46','2025-05-15 21:14:46','','IMG_8612','','inherit','open','closed','','img_8612-2','','','2025-09-09 15:04:48','2025-09-09 15:04:48','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8612-1.jpg',0,'attachment','image/webp',0),(2903,1,'2025-05-15 21:14:53','2025-05-15 21:14:53','','IMG_9169','','inherit','open','closed','','img_9169-2','','','2025-09-09 15:04:24','2025-09-09 15:04:24','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_9169-1.jpg',0,'attachment','image/webp',0),(2904,1,'2025-05-15 21:14:56','2025-05-15 21:14:56','','IMG_9576','','inherit','open','closed','','img_9576-2','','','2025-09-09 15:04:12','2025-09-09 15:04:12','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_9576-1.jpg',0,'attachment','image/webp',0),(2916,1,'2025-05-15 21:15:53','2025-05-15 21:15:53','','IMG_2404','','inherit','open','closed','','img_2404-2','','','2025-09-09 15:01:54','2025-09-09 15:01:54','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2404-1.jpg',0,'attachment','image/webp',0),(2917,1,'2025-05-15 21:15:55','2025-05-15 21:15:55','','IMG_2396','','inherit','open','closed','','img_2396-2','','','2025-09-09 15:01:47','2025-09-09 15:01:47','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2396-1.jpg',0,'attachment','image/webp',0),(2926,1,'2025-05-15 21:16:43','2025-05-15 21:16:43','','IMG_1680','','inherit','open','closed','','img_1680','','','2025-09-09 14:59:57','2025-09-09 14:59:57','',2832,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1680.jpg',0,'attachment','image/webp',0),(2940,1,'2025-05-19 21:00:28','2025-05-19 21:00:28','<!-- wp:paragraph -->\n<p class=\"\">Do you have a work vehicle or a fleet of vehicles on the road daily? Lettering or wrapping them is an inexpensive way to create mobile billboards advertising your company or brand to thousands of potential customers. We work with you to create the best and most effective look on your wrap to really catch eyes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Lettering</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">The most inexpensive way to add your business to your vehicle. This can be basic one color through printed logos. Coverage generally depends on the vehicle, usually on the front two doors and a graphic on the rear window/door/tailgate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-768x1024.jpg\",\"id\":2724,\"dimRatio\":0,\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.4899999999999999911182158029987476766109466552734375,\"y\":0.64000000000000001332267629550187848508358001708984375},\"minHeight\":500,\"minHeightUnit\":\"px\",\"contentPosition\":\"bottom right\",\"isDark\":false,\"sizeSlug\":\"large\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-2724 size-large\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-768x1024.jpg\" style=\"object-position:49% 64%\" data-object-fit=\"cover\" data-object-position=\"49% 64%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-p-card-lg is-style-nfd-theme-darker\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"radius\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid\"} -->\n<div class=\"nfd-p-card-lg is-style-nfd-theme-darker wp-block-group nfd-bg-effect-grid\" style=\"border-radius:0px;font-style:normal;font-weight:500\"><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} -->\n<p class=\"nfd-text-opacity-80\">Benefits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\" class=\"\"><span style=\"margin-right: 4px\">✓ </span>Works with lower budgets<br><span style=\"margin-right:4px\">✓</span> Gets your business name out there</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3090-1024x768.jpg\",\"id\":2731,\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.520000000000000017763568394002504646778106689453125,\"y\":0.61999999999999999555910790149937383830547332763671875},\"minHeight\":500,\"minHeightUnit\":\"px\",\"customGradient\":\"linear-gradient(0deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%)\",\"contentPosition\":\"bottom right\",\"sizeSlug\":\"large\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-2731 size-large\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3090-1024x768.jpg\" style=\"object-position:52% 62%\" data-object-fit=\"cover\" data-object-position=\"52% 62%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim wp-block-cover__gradient-background has-background-gradient\" style=\"background:linear-gradient(0deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-p-card-lg is-style-nfd-theme-darker\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"border\":{\"radius\":\"0px\"}},\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"\"} -->\n<div class=\"nfd-p-card-lg is-style-nfd-theme-darker wp-block-group\" style=\"border-radius:0px;font-style:normal;font-weight:400\"><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} -->\n<p class=\"nfd-text-opacity-80\">Benefits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\" class=\"\"><span style=\"margin-right: 4px\">✓ </span>Create unique layouts to catch the eye<br><span style=\"margin-right:4px\">✓</span> Utilize the OEM paint in your design</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Partial/Half Wrap</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Create a unique design and look on your vehicle without the higher cost of a bumper to bumper full wrap. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Full Wrap</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Want to make the biggest impact going down the road? A full wrap achieves just that. We will transform your fleet into eye catching billboards that will bring in more sales leads and brand recognition. A full wrap consists of bumper to bumper coverage creating an impactful image of your vehicle or trailer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3651-scaled.jpg\",\"id\":2726,\"dimRatio\":0,\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.289999999999999980015985556747182272374629974365234375,\"y\":0.66000000000000003108624468950438313186168670654296875},\"minHeight\":500,\"minHeightUnit\":\"px\",\"contentPosition\":\"bottom right\",\"sizeSlug\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-2726 size-full\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3651-scaled.jpg\" style=\"object-position:29% 66%\" data-object-fit=\"cover\" data-object-position=\"29% 66%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-p-card-lg is-style-nfd-theme-darker\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"radius\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid\"} -->\n<div class=\"nfd-p-card-lg is-style-nfd-theme-darker wp-block-group nfd-bg-effect-grid\" style=\"border-radius:0px;font-style:normal;font-weight:500\"><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} -->\n<p class=\"nfd-text-opacity-80\">Benefits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\" class=\"\"><span style=\"margin-right:4px\">✓</span> Create a full billboard of your vehicle or trailer<br><span style=\"margin-right: 4px\">✓ </span>Protects the surface under the vinyl</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Our work</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2832,\"title\":\"Commercial wraps\",\"columns\":\"0\",\"row_height\":150,\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3651-1-768x1024.jpg\",\"title\":\"IMG_3651\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3651-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2861,\"height\":151.733333333333320069868932478129863739013671875,\"width\":113.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3649-768x1024.jpg\",\"title\":\"IMG_3649\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3649.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2860,\"height\":151.733333333333320069868932478129863739013671875,\"width\":113.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1471-1-768x1024.jpg\",\"title\":\"IMG_1471\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1471-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2931,\"height\":151.733333333333320069868932478129863739013671875,\"width\":113.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0155-1-768x1024.jpg\",\"title\":\"IMG_0155\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0155-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2845,\"height\":151.733333333333320069868932478129863739013671875,\"width\":113.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8612-1-768x1024.jpg\",\"title\":\"IMG_8612\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8612-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2901,\"height\":151.733333333333320069868932478129863739013671875,\"width\":113.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8852-1-768x1024.jpg\",\"title\":\"IMG_8852\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8852-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2902,\"height\":138.929440389294398983111022971570491790771484375,\"width\":104.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2271-1-768x1024.jpg\",\"title\":\"IMG_2271\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2271-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2918,\"height\":138.929440389294398983111022971570491790771484375,\"width\":104.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1437-1-768x1024.jpg\",\"title\":\"IMG_1437\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1437-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2932,\"height\":138.929440389294398983111022971570491790771484375,\"width\":104.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0846-1.jpg\",\"title\":\"IMG_0846\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0846-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2939,\"height\":138.929440389294398983111022971570491790771484375,\"width\":258.3999999999999772626324556767940521240234375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1929-1-768x1024.jpg\",\"title\":\"IMG_1929\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1929-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2924,\"height\":131.408775981524257758792373351752758026123046875,\"width\":98.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1029-1-768x1024.jpg\",\"title\":\"IMG_1029\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1029-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2938,\"height\":131.408775981524257758792373351752758026123046875,\"width\":98.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1033-1-768x1024.jpg\",\"title\":\"IMG_1033\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1033-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2937,\"height\":131.408775981524257758792373351752758026123046875,\"width\":98.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1110-1-768x1024.jpg\",\"title\":\"IMG_1110\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1110-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2936,\"height\":131.408775981524257758792373351752758026123046875,\"width\":98.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-1.jpg\",\"title\":\"IMG_1197\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2934,\"height\":131.408775981524257758792373351752758026123046875,\"width\":174.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1422-1-768x1024.jpg\",\"title\":\"IMG_1422\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1422-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2933,\"height\":164.655172413793110308688483200967311859130859375,\"width\":123.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1491-1.jpg\",\"title\":\"IMG_1491\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1491-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2930,\"height\":164.655172413793110308688483200967311859130859375,\"width\":326},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1571-1-768x1024.jpg\",\"title\":\"IMG_1571\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1571-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2929,\"height\":164.655172413793110308688483200967311859130859375,\"width\":123.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1637-1-768x1024.jpg\",\"title\":\"IMG_1637\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1637-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2928,\"height\":137.259615384615386801669956184923648834228515625,\"width\":102.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1679-1.jpg\",\"title\":\"IMG_1679\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1679-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2927,\"height\":137.259615384615386801669956184923648834228515625,\"width\":182.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1680.jpg\",\"title\":\"IMG_1680\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1680.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2926,\"height\":137.259615384615386801669956184923648834228515625,\"width\":182.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2023-1-768x1024.jpg\",\"title\":\"IMG_2023\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2023-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2922,\"height\":137.259615384615386801669956184923648834228515625,\"width\":102.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3854-1.jpg\",\"title\":\"IMG_3854\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3854-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2866,\"height\":137.259615384615386801669956184923648834228515625,\"width\":182.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3764-1-768x1024.jpg\",\"title\":\"IMG_3764\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3764-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2862,\"height\":137.259615384615386801669956184923648834228515625,\"width\":102.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2110-1.jpg\",\"title\":\"IMG_2110\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2110-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2920,\"height\":137.259615384615386801669956184923648834228515625,\"width\":182.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2154-1-768x1024.jpg\",\"title\":\"IMG_2154\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2154-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2919,\"height\":137.259615384615386801669956184923648834228515625,\"width\":102.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6781-1-768x1024.jpg\",\"title\":\"IMG_6781\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6781-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2884,\"height\":142.25,\"width\":106.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6779-1-768x1024.jpg\",\"title\":\"IMG_6779\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6779-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2882,\"height\":142.25,\"width\":106.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6780-1-768x1024.jpg\",\"title\":\"IMG_6780\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6780-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2883,\"height\":142.25,\"width\":106.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0583-1-768x1024.jpg\",\"title\":\"IMG_0583\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0583-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2841,\"height\":142.25,\"width\":106.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/AC8C7ED5-0D83-4100-A58F-212BB470D177-2.jpg\",\"title\":\"AC8C7ED5-0D83-4100-A58F-212BB470D177\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/AC8C7ED5-0D83-4100-A58F-212BB470D177-2.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2847,\"height\":142.25,\"width\":142.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4994-1.jpg\",\"title\":\"IMG_4994\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4994-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2875,\"height\":148.44559585492226005953853018581867218017578125,\"width\":197.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4993-1-768x1024.jpg\",\"title\":\"IMG_4993\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4993-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2874,\"height\":148.44559585492226005953853018581867218017578125,\"width\":111.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3855-1.jpg\",\"title\":\"IMG_3855\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3855-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2867,\"height\":148.44559585492226005953853018581867218017578125,\"width\":264.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8038-1-768x1024.jpg\",\"title\":\"IMG_8038\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8038-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2897,\"height\":149.73684210526317883704905398190021514892578125,\"width\":112.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/7E752716-C684-40F9-B510-A678CD73A602-1-819x1024.jpg\",\"title\":\"7E752716-C684-40F9-B510-A678CD73A602\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/7E752716-C684-40F9-B510-A678CD73A602-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2834,\"height\":149.73684210526317883704905398190021514892578125,\"width\":119.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1806-1-768x1024.jpg\",\"title\":\"IMG_1806\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1806-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2925,\"height\":149.73684210526317883704905398190021514892578125,\"width\":112.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1988-1-768x1024.jpg\",\"title\":\"IMG_1988\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1988-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2923,\"height\":149.73684210526317883704905398190021514892578125,\"width\":112.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2044-1-768x1024.jpg\",\"title\":\"IMG_2044\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2044-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2921,\"height\":149.73684210526317883704905398190021514892578125,\"width\":112.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2396-1.jpg\",\"title\":\"IMG_2396\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2396-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2917,\"height\":168.035190615835773542130482383072376251220703125,\"width\":223.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3790-1-768x1024.jpg\",\"title\":\"IMG_3790\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3790-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2864,\"height\":168.035190615835773542130482383072376251220703125,\"width\":126},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2404-1.jpg\",\"title\":\"IMG_2404\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2404-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2916,\"height\":168.035190615835773542130482383072376251220703125,\"width\":223.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2509-1-768x1024.jpg\",\"title\":\"IMG_2509\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2509-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2915,\"height\":159.497206703910620717579149641096591949462890625,\"width\":119.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2649-1-768x1024.jpg\",\"title\":\"IMG_2649\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2649-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2914,\"height\":159.497206703910620717579149641096591949462890625,\"width\":119.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0186-2-768x1024.jpg\",\"title\":\"IMG_0186\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0186-2.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2844,\"height\":159.497206703910620717579149641096591949462890625,\"width\":119.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2698.jpg\",\"title\":\"IMG_2698\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2698.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2913,\"height\":159.497206703910620717579149641096591949462890625,\"width\":212.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7711.jpg\",\"title\":\"IMG_7711\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7711.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2893,\"height\":127.3333333333333285963817615993320941925048828125,\"width\":191},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7697.jpg\",\"title\":\"IMG_7697\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7697.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2891,\"height\":127.3333333333333285963817615993320941925048828125,\"width\":191},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7707-1.jpg\",\"title\":\"IMG_7707\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7707-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2892,\"height\":127.3333333333333285963817615993320941925048828125,\"width\":191},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7693.jpg\",\"title\":\"IMG_7693\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7693.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2890,\"height\":152.266666666666679930131067521870136260986328125,\"width\":228.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2699-1-768x1024.jpg\",\"title\":\"IMG_2699\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2699-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2912,\"height\":152.266666666666679930131067521870136260986328125,\"width\":114.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2720-1-768x1024.jpg\",\"title\":\"IMG_2720\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2720-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2911,\"height\":152.266666666666679930131067521870136260986328125,\"width\":114.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2818-1-768x1024.jpg\",\"title\":\"IMG_2818\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2818-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2910,\"height\":152.266666666666679930131067521870136260986328125,\"width\":114.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7400-1.jpg\",\"title\":\"IMG_7400\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7400-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2889,\"height\":159.610027855153219888961757533252239227294921875,\"width\":241},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7399-768x1024.jpg\",\"title\":\"IMG_7399\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7399.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2888,\"height\":159.610027855153219888961757533252239227294921875,\"width\":119.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5605-1.jpg\",\"title\":\"IMG_5605\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5605-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2878,\"height\":159.610027855153219888961757533252239227294921875,\"width\":212.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1175-1-768x1024.jpg\",\"title\":\"IMG_1175\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1175-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2935,\"height\":151.733333333333320069868932478129863739013671875,\"width\":113.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2858-1-768x1024.jpg\",\"title\":\"IMG_2858\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2858-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2909,\"height\":151.733333333333320069868932478129863739013671875,\"width\":113.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2868-1-768x1024.jpg\",\"title\":\"IMG_2868\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2868-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2908,\"height\":151.733333333333320069868932478129863739013671875,\"width\":113.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2872-1-768x1024.jpg\",\"title\":\"IMG_2872\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2872-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2907,\"height\":151.733333333333320069868932478129863739013671875,\"width\":113.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2900-1-768x1024.jpg\",\"title\":\"IMG_2900\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2900-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2906,\"height\":151.733333333333320069868932478129863739013671875,\"width\":113.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2942-1-768x1024.jpg\",\"title\":\"IMG_2942\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2942-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2905,\"height\":139.95098039215685048475279472768306732177734375,\"width\":105},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_9576-1-768x1024.jpg\",\"title\":\"IMG_9576\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_9576-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2904,\"height\":139.95098039215685048475279472768306732177734375,\"width\":105},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_9169-1-768x1024.jpg\",\"title\":\"IMG_9169\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_9169-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2903,\"height\":139.95098039215685048475279472768306732177734375,\"width\":105},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8489-1.jpg\",\"title\":\"IMG_8489\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8489-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2900,\"height\":139.95098039215685048475279472768306732177734375,\"width\":256.1000000000000227373675443232059478759765625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8061.jpg\",\"title\":\"IMG_8061\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8061.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2899,\"height\":132.794457274826783077514846809208393096923828125,\"width\":321.3999999999999772626324556767940521240234375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8060-1024x536.jpg\",\"title\":\"IMG_8060\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8060.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2898,\"height\":132.794457274826783077514846809208393096923828125,\"width\":253.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8036-1-768x1024.jpg\",\"title\":\"IMG_8036\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8036-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2896,\"height\":172.507552870090620444898377172648906707763671875,\"width\":129.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7387-1.jpg\",\"title\":\"IMG_7387\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7387-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2887,\"height\":172.507552870090620444898377172648906707763671875,\"width\":182.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7386-1-768x1024.jpg\",\"title\":\"IMG_7386\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7386-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2886,\"height\":172.507552870090620444898377172648906707763671875,\"width\":129.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7384-1-768x1024.jpg\",\"title\":\"IMG_7384\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7384-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2885,\"height\":172.507552870090620444898377172648906707763671875,\"width\":129.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6150-1.jpg\",\"title\":\"IMG_6150\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6150-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2881,\"height\":137.259615384615386801669956184923648834228515625,\"width\":182.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6149-768x1024.jpg\",\"title\":\"IMG_6149\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6149.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2880,\"height\":137.259615384615386801669956184923648834228515625,\"width\":102.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3846-1-768x1024.jpg\",\"title\":\"IMG_3846\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3846-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2865,\"height\":137.259615384615386801669956184923648834228515625,\"width\":102.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5644-1.jpg\",\"title\":\"IMG_5644\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5644-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2879,\"height\":137.259615384615386801669956184923648834228515625,\"width\":182.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5505-1.jpg\",\"title\":\"IMG_5505\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5505-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2877,\"height\":168.035190615835773542130482383072376251220703125,\"width\":223.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5504-1-768x1024.jpg\",\"title\":\"IMG_5504\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5504-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2876,\"height\":168.035190615835773542130482383072376251220703125,\"width\":126},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4976-1.jpg\",\"title\":\"IMG_4976\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4976-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2873,\"height\":168.035190615835773542130482383072376251220703125,\"width\":223.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4972-1.jpg\",\"title\":\"IMG_4972\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4972-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2872,\"height\":143.609022556390982572338543832302093505859375,\"width\":191},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4542-1.jpg\",\"title\":\"IMG_4542\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4542-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2871,\"height\":143.609022556390982572338543832302093505859375,\"width\":191},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4344-1.jpg\",\"title\":\"IMG_4344\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4344-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2870,\"height\":143.609022556390982572338543832302093505859375,\"width\":191},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3922-1-768x1024.jpg\",\"title\":\"IMG_3922\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3922-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2869,\"height\":141.687344913151349601321271620690822601318359375,\"width\":106.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3856-1.jpg\",\"title\":\"IMG_3856\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3856-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2868,\"height\":141.687344913151349601321271620690822601318359375,\"width\":252.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3785-1-768x1024.jpg\",\"title\":\"IMG_3785\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3785-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2863,\"height\":141.687344913151349601321271620690822601318359375,\"width\":106.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-2-768x1024.jpg\",\"title\":\"IMG_3402\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-2.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2859,\"height\":141.687344913151349601321271620690822601318359375,\"width\":106.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3381-1.jpg\",\"title\":\"IMG_3381\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3381-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2858,\"height\":137.259615384615386801669956184923648834228515625,\"width\":182.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3325-1.jpg\",\"title\":\"IMG_3325\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3325-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2857,\"height\":137.259615384615386801669956184923648834228515625,\"width\":182.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3160-1-768x1024.jpg\",\"title\":\"IMG_3160\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3160-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2856,\"height\":137.259615384615386801669956184923648834228515625,\"width\":102.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3142-1-768x1024.jpg\",\"title\":\"IMG_3142\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3142-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2855,\"height\":137.259615384615386801669956184923648834228515625,\"width\":102.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3138-1-768x1024.jpg\",\"title\":\"IMG_3138\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3138-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2854,\"height\":129.908675799086751112554338760673999786376953125,\"width\":97.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3128-768x1024.jpg\",\"title\":\"IMG_3128\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3128.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2853,\"height\":129.908675799086751112554338760673999786376953125,\"width\":97.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3098-1-768x1024.jpg\",\"title\":\"IMG_3098\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3098-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2852,\"height\":129.908675799086751112554338760673999786376953125,\"width\":97.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3090-2.jpg\",\"title\":\"IMG_3090\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3090-2.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2851,\"height\":129.908675799086751112554338760673999786376953125,\"width\":172.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/7E752716-C684-40F9-B510-A678CD73A602-2-819x1024.jpg\",\"title\":\"7E752716-C684-40F9-B510-A678CD73A602\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/7E752716-C684-40F9-B510-A678CD73A602-2.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2850,\"height\":129.908675799086751112554338760673999786376953125,\"width\":103.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2-819x1024.jpg\",\"title\":\"564ED9D4-C180-4CCB-BD26-B5A05E95055A\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2849,\"height\":125.607064017660064791925833560526371002197265625,\"width\":100.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/72202282314__FDCF6113-7645-4D17-AE7B-65ACD4F69324-2.jpg\",\"title\":\"72202282314__FDCF6113-7645-4D17-AE7B-65ACD4F69324\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/72202282314__FDCF6113-7645-4D17-AE7B-65ACD4F69324-2.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2848,\"height\":125.607064017660064791925833560526371002197265625,\"width\":167.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/commercialwrap-919x1024.jpg\",\"title\":\"commercialwrap\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/commercialwrap.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2846,\"height\":125.607064017660064791925833560526371002197265625,\"width\":113},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0335-1-768x1024.jpg\",\"title\":\"IMG_0335\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0335-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2843,\"height\":125.607064017660064791925833560526371002197265625,\"width\":94.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0550-1-768x1024.jpg\",\"title\":\"IMG_0550\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0550-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2842,\"height\":125.607064017660064791925833560526371002197265625,\"width\":94.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0711-1-768x1024.jpg\",\"title\":\"IMG_0711\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0711-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2840,\"height\":149.86876640419944806126295588910579681396484375,\"width\":112.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0799-1-956x1024.jpg\",\"title\":\"IMG_0799\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0799-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2839,\"height\":149.86876640419944806126295588910579681396484375,\"width\":139.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/84387239_484212852267351_5370722403099869184_n-1.jpg\",\"title\":\"84387239_484212852267351_5370722403099869184_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/84387239_484212852267351_5370722403099869184_n-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2836,\"height\":149.86876640419944806126295588910579681396484375,\"width\":199.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-1-819x1024.jpg\",\"title\":\"564ED9D4-C180-4CCB-BD26-B5A05E95055A\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2835,\"height\":149.86876640419944806126295588910579681396484375,\"width\":119.900000000000005684341886080801486968994140625}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2832\']</div>\n<!-- /wp:envira/envira-gallery --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Lets chat about your project!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:wpforms/form-selector {\"clientId\":\"a55435ae-a334-4fea-a0cd-9cf017a85680\",\"formId\":\"2736\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Commercial wraps and lettering','','inherit','closed','closed','','1214-revision-v1','','','2025-05-19 21:00:28','2025-05-19 21:00:28','',1214,'https://aggressivegraphix.com/?p=2940',0,'revision','',0),(2941,1,'2025-06-11 13:41:04','2025-06-11 13:41:04','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--20)\"><!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"20px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"616px\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:20px\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"100\",\"lineHeight\":\"1.1\",\"letterSpacing\":\"-1px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"font-size:42px;font-style:normal;font-weight:100;letter-spacing:-1px;line-height:1.1\">Premium motorsports graphics and vehicle wraps.</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":2247,\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/customgraphics-1024x761.png\" alt=\"\" class=\"wp-image-2247\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"26px\",\"right\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"bottom\":\"32px\",\"left\":\"40px\",\"right\":\"var:preset|spacing|30\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-primary-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:var(--wp--preset--spacing--30);padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"26px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:26px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/shop/\" data-type=\"page\" data-id=\"6\">CUSTOM GRAPHICS</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":2249,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/wapsandtint.png\" alt=\"\" class=\"wp-image-2249\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"right\":\"26px\",\"left\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"left\":\"40px\",\"right\":\"0px\",\"bottom\":\"32px\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-primary-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:0px;padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"26px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:26px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/wraps-and-tint/\" data-type=\"page\" data-id=\"95\">WRAPS AND TINT</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"home-v3-banner-2\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"28px\",\"margin\":{\"top\":\"25px\"},\"padding\":{\"bottom\":\"29px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:25px;padding-bottom:29px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"className\":\"flex-sm-wrap\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"flex-sm-wrap wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcovers.png\",\"id\":1901,\"dimRatio\":0,\"customOverlayColor\":\"#e9d3d2\",\"isUserOverlayColor\":false,\"focalPoint\":{\"x\":1,\"y\":0.4899999999999999911182158029987476766109466552734375},\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><img class=\"wp-block-cover__image-background wp-image-1901\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcovers.png\" style=\"object-position:100% 49%\" data-object-fit=\"cover\" data-object-position=\"100% 49%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#e9d3d2\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"left\":\"11px\",\"top\":\"19px\",\"bottom\":\"19px\",\"right\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"159px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:0;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"fontSize\":\"18px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\"}},\"border\":{\"radius\":\"31px\"}},\"backgroundColor\":\"primary-4\",\"textColor\":\"base\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-base-color has-primary-4-background-color has-text-color has-background has-link-color\" style=\"border-radius:31px;padding-right:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10);font-size:18px;font-style:normal;font-weight:400\">SEAT COVERS</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"24px\"}}}} -->\n<div style=\"margin-bottom:24px;height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--10)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color has-custom-font-size wp-element-button\" href=\"https://aggressivegraphix.com/product-category/outfit-bike/seat-covers/\" style=\"padding-right:30px;padding-left:30px;font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/plastickits.png\",\"id\":1902,\"dimRatio\":0,\"customOverlayColor\":\"#e9c3c2\",\"isUserOverlayColor\":false,\"focalPoint\":{\"x\":1,\"y\":0.7800000000000000266453525910037569701671600341796875},\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><img class=\"wp-block-cover__image-background wp-image-1902\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/plastickits.png\" style=\"object-position:100% 78%\" data-object-fit=\"cover\" data-object-position=\"100% 78%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#e9c3c2\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\"}},\"border\":{\"radius\":\"28px\"}},\"backgroundColor\":\"primary-4\",\"textColor\":\"base\"} -->\n<h2 class=\"wp-block-heading has-base-color has-primary-4-background-color has-text-color has-background has-link-color\" style=\"border-radius:28px;padding-right:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10);font-size:18px;font-style:normal;font-weight:400\">PLASTIC KITS</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:0\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color has-custom-font-size wp-element-button\" href=\"https://aggressivegraphix.com/product-category/outfit-bike/plastic-kits/\" style=\"padding-right:30px;padding-left:30px;font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"className\":\"flex-sm-wrap\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"flex-sm-wrap wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/jerseylettering.png\",\"id\":1898,\"dimRatio\":0,\"customOverlayColor\":\"#e1e3e2\",\"isUserOverlayColor\":false,\"focalPoint\":{\"x\":0.68000000000000004884981308350688777863979339599609375,\"y\":0.5100000000000000088817841970012523233890533447265625},\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><img class=\"wp-block-cover__image-background wp-image-1898\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/jerseylettering.png\" style=\"object-position:68% 51%\" data-object-fit=\"cover\" data-object-position=\"68% 51%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#e1e3e2\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"left\":\"11px\",\"top\":\"19px\",\"bottom\":\"19px\",\"right\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"159px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:0;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"fontSize\":\"22px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-gray-100-color has-text-color has-link-color\" style=\"font-size:22px;font-style:normal;font-weight:400\">JERSEY LETTERING</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"24px\"}}}} -->\n<div style=\"margin-bottom:24px;height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--10)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color has-custom-font-size wp-element-button\" href=\"https://aggressivegraphix.com/product-category/rider-accessories/jersey-lettering/\" style=\"padding-right:30px;padding-left:30px;font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/customcanopies.png\",\"id\":1896,\"dimRatio\":0,\"customOverlayColor\":\"#e3e0df\",\"isUserOverlayColor\":false,\"focalPoint\":{\"x\":0.689999999999999946709294817992486059665679931640625,\"y\":0.5500000000000000444089209850062616169452667236328125},\"minHeight\":295,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"},\"margin\":{\"top\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|50\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;margin-top:var(--wp--preset--spacing--50);margin-bottom:var(--wp--preset--spacing--50);padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:295px\"><img class=\"wp-block-cover__image-background wp-image-1896\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/customcanopies.png\" style=\"object-position:69% 55%\" data-object-fit=\"cover\" data-object-position=\"69% 55%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#e3e0df\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\",\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"21px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"spacing\":{\"margin\":{\"bottom\":\"11px\",\"right\":\"0\"},\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-contrast-2-color has-text-color has-link-color\" style=\"margin-right:0;margin-bottom:11px;padding-right:0;padding-left:0;font-size:21px;font-style:normal;font-weight:400\">CANOPIES AND ACCESSORIES</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|40\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--40);height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--40)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color has-custom-font-size wp-element-button\" href=\"https://aggressivegraphix.com/product-category/canopies-and-accessories/\" style=\"padding-right:30px;padding-left:30px;font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Home V3','','inherit','closed','closed','','1916-revision-v1','','','2025-06-11 13:41:04','2025-06-11 13:41:04','',1916,'https://aggressivegraphix.com/?p=2941',0,'revision','',0),(2943,1,'2025-06-11 14:08:27','2025-06-11 14:08:27','<!-- wp:heading {\"textAlign\":\"center\",\"level\":1} -->\n<h1 class=\"wp-block-heading has-text-align-center\">Bike Graphics</h1>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery /-->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":1} -->\n<h1 class=\"wp-block-heading has-text-align-center\">Vehicle Wraps</h1>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery /-->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":1} -->\n<h1 class=\"wp-block-heading has-text-align-center\">Canopies and Flags</h1>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery /-->','Our Work','','inherit','closed','closed','','82-revision-v1','','','2025-06-11 14:08:27','2025-06-11 14:08:27','',82,'https://aggressivegraphix.com/?p=2943',0,'revision','',0),(2944,1,'2025-06-11 14:10:04','2025-06-11 14:10:04','<!-- wp:heading {\"textAlign\":\"center\",\"level\":1} -->\n<h1 class=\"wp-block-heading has-text-align-center\">Bike Graphics</h1>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery /-->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":1} -->\n<h1 class=\"wp-block-heading has-text-align-center\">Vehicle Wraps and Tinting</h1>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery /-->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":1} -->\n<h1 class=\"wp-block-heading has-text-align-center\">Canopies and Flags</h1>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery /-->','Our Work','','inherit','closed','closed','','82-revision-v1','','','2025-06-11 14:10:04','2025-06-11 14:10:04','',82,'https://aggressivegraphix.com/?p=2944',0,'revision','',0),(2945,1,'2025-06-11 14:27:34','2025-06-11 14:27:34','<!-- wp:paragraph -->\n<p class=\"\">Vinyl can be used for many different applications. We offer full and partial vehicle wrap services to help you achieve the look you want for your vehicle. Using the best materials on the market paired with exercising the newest professional techniques for installing, we aim for quality over the life span of your wrap.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"backgroundColor\":\"primary-4\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group has-primary-4-background-color has-background\"><!-- wp:image {\"id\":2504,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/3M.png\" alt=\"\" class=\"wp-image-2504\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2507,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/averydennison.png\" alt=\"\" class=\"wp-image-2507\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2509,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/Orafol.png\" alt=\"\" class=\"wp-image-2509\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2508,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/hexis.png\" alt=\"\" class=\"wp-image-2508\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2505,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/kpmf.png\" alt=\"\" class=\"wp-image-2505\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2506,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/teckwrap.png\" alt=\"\" class=\"wp-image-2506\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2511,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/tinyBot.png\" alt=\"\" class=\"wp-image-2511\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2510,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/aura.png\" alt=\"\" class=\"wp-image-2510\" style=\"width:86px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Full wraps</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2620,\"title\":\"Full wraps\",\"columns\":\"0\",\"row_height\":150,\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/67738814_2380243855588700_6910048023540137984_n-1024x683.jpg\",\"title\":\"67738814_2380243855588700_6910048023540137984_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/67738814_2380243855588700_6910048023540137984_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2662,\"height\":126.4444444444444428654605871997773647308349609375,\"width\":189.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0696-768x1024.jpg\",\"title\":\"IMG_0696\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0696.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2660,\"height\":126.4444444444444428654605871997773647308349609375,\"width\":94.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1010-768x1024.jpg\",\"title\":\"IMG_1010\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1010.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2657,\"height\":126.4444444444444428654605871997773647308349609375,\"width\":94.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1797-768x1024.jpg\",\"title\":\"IMG_1797\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1797.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2654,\"height\":126.4444444444444428654605871997773647308349609375,\"width\":94.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1961-768x1024.jpg\",\"title\":\"IMG_1961\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1961.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2653,\"height\":126.4444444444444428654605871997773647308349609375,\"width\":94.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2556-768x1024.jpg\",\"title\":\"IMG_2556\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2556.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2652,\"height\":129.908675799086751112554338760673999786376953125,\"width\":97.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2834-1024x768.jpg\",\"title\":\"IMG_2834\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2834.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2649,\"height\":129.908675799086751112554338760673999786376953125,\"width\":172.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/778D6D30-EF8B-49F5-A251-BC549CDC2E68-819x1024.jpg\",\"title\":\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/778D6D30-EF8B-49F5-A251-BC549CDC2E68.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2625,\"height\":129.908675799086751112554338760673999786376953125,\"width\":103.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3120-768x1024.jpg\",\"title\":\"IMG_3120\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3120.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2646,\"height\":129.908675799086751112554338760673999786376953125,\"width\":97.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3222-768x1024.jpg\",\"title\":\"IMG_3222\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3222.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2645,\"height\":129.908675799086751112554338760673999786376953125,\"width\":97.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3305-768x1024.jpg\",\"title\":\"IMG_3305\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3305.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2643,\"height\":151.733333333333320069868932478129863739013671875,\"width\":113.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3616-768x1024.jpg\",\"title\":\"IMG_3616\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3616.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2642,\"height\":151.733333333333320069868932478129863739013671875,\"width\":113.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8009-768x1024.jpg\",\"title\":\"IMG_8009\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8009.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2639,\"height\":151.733333333333320069868932478129863739013671875,\"width\":113.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777-768x1024.jpg\",\"title\":\"IMG_9777\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2638,\"height\":151.733333333333320069868932478129863739013671875,\"width\":113.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7455-768x1024.jpg\",\"title\":\"IMG_7455\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7455.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2635,\"height\":151.733333333333320069868932478129863739013671875,\"width\":113.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7307-930x1024.jpg\",\"title\":\"IMG_7307\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7307.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2633,\"height\":126.7260579064587915354422875680029392242431640625,\"width\":115.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7301-768x1024.jpg\",\"title\":\"IMG_7301\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7301.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2632,\"height\":126.7260579064587915354422875680029392242431640625,\"width\":95},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7207-768x1024.jpg\",\"title\":\"IMG_7207\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7207.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2631,\"height\":126.7260579064587915354422875680029392242431640625,\"width\":95},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7042-768x1024.jpg\",\"title\":\"IMG_7042\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7042.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2629,\"height\":126.7260579064587915354422875680029392242431640625,\"width\":95},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6976-1024x768.jpg\",\"title\":\"IMG_6976\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6976.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2628,\"height\":126.7260579064587915354422875680029392242431640625,\"width\":168.5}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2620\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Partial wraps</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2590,\"title\":\"Partial wraps\",\"columns\":\"0\",\"row_height\":150,\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247-768x1024.jpg\",\"title\":\"IMG_3247\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2622,\"height\":151.733333333333320069868932478129863739013671875,\"width\":113.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272-768x1024.jpg\",\"title\":\"IMG_3272\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2616,\"height\":151.733333333333320069868932478129863739013671875,\"width\":113.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3275-768x1024.jpg\",\"title\":\"IMG_3275\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3275.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2592,\"height\":151.733333333333320069868932478129863739013671875,\"width\":113.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014-768x1024.jpg\",\"title\":\"IMG_3014\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2615,\"height\":151.733333333333320069868932478129863739013671875,\"width\":113.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962-768x1024.jpg\",\"title\":\"IMG_2962\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2614,\"height\":151.733333333333320069868932478129863739013671875,\"width\":113.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733-768x1024.jpg\",\"title\":\"IMG_2733\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2612,\"height\":126.5624999999999857891452847979962825775146484375,\"width\":94.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122-768x1024.jpg\",\"title\":\"IMG_2122\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2611,\"height\":126.5624999999999857891452847979962825775146484375,\"width\":94.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753-749x1024.jpg\",\"title\":\"IMG_1753\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2610,\"height\":126.5624999999999857891452847979962825775146484375,\"width\":92.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0912-768x1024.jpg\",\"title\":\"IMG_0912\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0912.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2609,\"height\":126.5624999999999857891452847979962825775146484375,\"width\":94.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159-768x1024.jpg\",\"title\":\"IMG_0159\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2607,\"height\":126.5624999999999857891452847979962825775146484375,\"width\":94.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395-768x1024.jpg\",\"title\":\"IMG_9395\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2606,\"height\":126.5624999999999857891452847979962825775146484375,\"width\":94.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984-931x1024.jpg\",\"title\":\"IMG_8984\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2605,\"height\":145.52429667519180611634510569274425506591796875,\"width\":132.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222-768x1024.jpg\",\"title\":\"IMG_8222\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2603,\"height\":145.52429667519180611634510569274425506591796875,\"width\":109.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7497-768x1024.jpg\",\"title\":\"IMG_7497\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7497.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2602,\"height\":145.52429667519180611634510569274425506591796875,\"width\":109.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495-768x1024.jpg\",\"title\":\"IMG_7495\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2601,\"height\":145.52429667519180611634510569274425506591796875,\"width\":109.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7201-768x1024.jpg\",\"title\":\"IMG_7201\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7201.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2600,\"height\":145.52429667519180611634510569274425506591796875,\"width\":109.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985-768x1024.jpg\",\"title\":\"IMG_6985\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2598,\"height\":131.408775981524257758792373351752758026123046875,\"width\":98.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6980-768x1024.jpg\",\"title\":\"IMG_6980\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6980.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2597,\"height\":131.408775981524257758792373351752758026123046875,\"width\":98.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969-768x1024.jpg\",\"title\":\"IMG_5969\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2596,\"height\":131.408775981524257758792373351752758026123046875,\"width\":98.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5154-768x1024.jpg\",\"title\":\"IMG_5154\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5154.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2595,\"height\":131.408775981524257758792373351752758026123046875,\"width\":98.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3477-1024x768.jpg\",\"title\":\"IMG_3477\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3477.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2594,\"height\":131.408775981524257758792373351752758026123046875,\"width\":174.80000000000001136868377216160297393798828125}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2590\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Chrome deletes</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2530,\"title\":\"Chrome deletes\",\"columns\":\"0\",\"row_height\":150,\"margins\":\"custom\",\"custom_margins\":8,\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"lightbox_theme\":\"base\",\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-768x1024.jpg\",\"title\":\"IMG_6095\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2538,\"height\":143.854748603351964675312046892940998077392578125,\"width\":107.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1024x768.jpg\",\"title\":\"IMG_6872\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2539,\"height\":143.854748603351964675312046892940998077392578125,\"width\":191.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-768x1024.jpg\",\"title\":\"IMG_6873\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2540,\"height\":143.854748603351964675312046892940998077392578125,\"width\":107.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-768x1024.jpg\",\"title\":\"IMG_6892\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2541,\"height\":143.854748603351964675312046892940998077392578125,\"width\":107.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-768x1024.jpg\",\"title\":\"IMG_6894\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2542,\"height\":166.1290322580645124617149122059345245361328125,\"width\":124.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD-819x1024.jpg\",\"title\":\"6F96F978-DCB7-4975-98BF-B3FE55C384AD\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2543,\"height\":166.1290322580645124617149122059345245361328125,\"width\":132.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC-819x1024.jpg\",\"title\":\"4359657F-7DED-40E4-8EC2-FDFCDCF462BC\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2545,\"height\":166.1290322580645124617149122059345245361328125,\"width\":132.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1401-768x1024.jpg\",\"title\":\"IMG_1401\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1401.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2553,\"height\":166.1290322580645124617149122059345245361328125,\"width\":124.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1766-1-768x1024.jpg\",\"title\":\"IMG_1766\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1766-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2554,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1767-1-768x1024.jpg\",\"title\":\"IMG_1767\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1767-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2555,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1768-768x1024.jpg\",\"title\":\"IMG_1768\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1768.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2556,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2196-768x1024.jpg\",\"title\":\"IMG_2196\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2196.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2558,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2321-768x1024.jpg\",\"title\":\"IMG_2321\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2321.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2559,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2323-768x1024.jpg\",\"title\":\"IMG_2323\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2323.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2561,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2439-768x1024.jpg\",\"title\":\"IMG_2439\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2439.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2562,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2607-768x1024.jpg\",\"title\":\"IMG_2607\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2607.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2564,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2614-768x1024.jpg\",\"title\":\"IMG_2614\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2614.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2565,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2775-768x1024.jpg\",\"title\":\"IMG_2775\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2775.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2567,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2776-768x1024.jpg\",\"title\":\"IMG_2776\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2776.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2568,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2777-768x1024.jpg\",\"title\":\"IMG_2777\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2777.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2569,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2808-768x1024.jpg\",\"title\":\"IMG_2808\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2808.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2570,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3221-1-768x1024.jpg\",\"title\":\"IMG_3221\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3221-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2572,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-768x1024.jpg\",\"title\":\"IMG_3274\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2573,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3533-1-768x1024.jpg\",\"title\":\"IMG_3533\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3533-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2575,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3535-1-768x1024.jpg\",\"title\":\"IMG_3535\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3535-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2576,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3611-1-768x1024.jpg\",\"title\":\"IMG_3611\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3611-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2577,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1-768x1024.jpg\",\"title\":\"IMG_6095\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2581,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435-768x1024.jpg\",\"title\":\"IMG_6435\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2583,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2530\']</div>\n<!-- /wp:envira/envira-gallery --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:wpforms/form-selector {\"clientId\":\"9783816b-3c20-4d09-8433-c847e9a49f38\",\"formId\":\"2516\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:yoast/faq-block {\"questions\":[{\"id\":\"faq-question-1740601022040\",\"question\":[\"How long does a vinyl wrap last?\"],\"answer\":[\"There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Using harsh soaps or detergents that are not PH neutral while washing your car\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Spray detailers that have sealers, ceramics, and waxes in them\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Harsh water sprayers like drive through car washes\",{\"type\":\"br\",\"props\":{\"children\":[]}},{\"type\":\"br\",\"props\":{\"children\":[]}},\"There are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.\"],\"jsonQuestion\":\"How long does a vinyl wrap last?\",\"jsonAnswer\":\"There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:\\u003cbr/\\u003e- Using harsh soaps or detergents that are not PH neutral while washing your car\\u003cbr/\\u003e- Spray detailers that have sealers, ceramics, and waxes in them\\u003cbr/\\u003e- Harsh water sprayers like drive through car washes\\u003cbr/\\u003e\\u003cbr/\\u003eThere are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.\"},{\"id\":\"faq-question-1740604719384\",\"question\":[\"Can vinyl cover paint imperfections?\"],\"answer\":[\"Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. \"],\"jsonQuestion\":\"Can vinyl cover paint imperfections?\",\"jsonAnswer\":\"Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. \"},{\"id\":\"faq-question-1740604877589\",\"question\":[\"Will you perform body work before wrapping my car?\"],\"answer\":[\"If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.\"],\"jsonQuestion\":\"Will you perform body work before wrapping my car?\",\"jsonAnswer\":\"If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.\"},{\"id\":\"faq-question-1740604960292\",\"question\":[\"Will vinyl hurt the paint of my car?\"],\"answer\":[\"Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.\"],\"jsonQuestion\":\"Will vinyl hurt the paint of my car?\",\"jsonAnswer\":\"Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.\"}]} -->\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1740601022040\"><strong class=\"schema-faq-question\">How long does a vinyl wrap last?</strong> <p class=\"schema-faq-answer\">There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:<br/>- Using harsh soaps or detergents that are not PH neutral while washing your car<br/>- Spray detailers that have sealers, ceramics, and waxes in them<br/>- Harsh water sprayers like drive through car washes<br/><br/>There are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604719384\"><strong class=\"schema-faq-question\">Can vinyl cover paint imperfections?</strong> <p class=\"schema-faq-answer\">Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. </p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604877589\"><strong class=\"schema-faq-question\">Will you perform body work before wrapping my car?</strong> <p class=\"schema-faq-answer\">If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604960292\"><strong class=\"schema-faq-question\">Will vinyl hurt the paint of my car?</strong> <p class=\"schema-faq-answer\">Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.</p> </div> </div>\n<!-- /wp:yoast/faq-block -->','Style wraps','','inherit','closed','closed','','1212-revision-v1','','','2025-06-11 14:27:34','2025-06-11 14:27:34','',1212,'https://aggressivegraphix.com/?p=2945',0,'revision','',0),(2946,1,'2025-06-11 14:37:05','2025-06-11 14:37:05','<!-- wp:paragraph -->\n<p class=\"\">Vinyl can be used for many different applications. We offer full and partial vehicle wrap services to help you achieve the look you want for your vehicle. Using the best materials on the market paired with exercising the newest professional techniques for installing, we aim for quality over the life span of your wrap.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"backgroundColor\":\"primary-4\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group has-primary-4-background-color has-background\"><!-- wp:image {\"id\":2504,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/3M.png\" alt=\"\" class=\"wp-image-2504\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2507,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/averydennison.png\" alt=\"\" class=\"wp-image-2507\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2509,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/Orafol.png\" alt=\"\" class=\"wp-image-2509\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2508,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/hexis.png\" alt=\"\" class=\"wp-image-2508\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2505,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/kpmf.png\" alt=\"\" class=\"wp-image-2505\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2506,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/teckwrap.png\" alt=\"\" class=\"wp-image-2506\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2511,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/tinyBot.png\" alt=\"\" class=\"wp-image-2511\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2510,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/aura.png\" alt=\"\" class=\"wp-image-2510\" style=\"width:86px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Full wraps</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2620,\"title\":\"Full wraps\",\"columns\":\"0\",\"row_height\":150,\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/67738814_2380243855588700_6910048023540137984_n-1024x683.jpg\",\"title\":\"67738814_2380243855588700_6910048023540137984_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/67738814_2380243855588700_6910048023540137984_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2662,\"height\":126.4444444444444428654605871997773647308349609375,\"width\":189.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0696-768x1024.jpg\",\"title\":\"IMG_0696\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0696.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2660,\"height\":126.4444444444444428654605871997773647308349609375,\"width\":94.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1010-768x1024.jpg\",\"title\":\"IMG_1010\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1010.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2657,\"height\":126.4444444444444428654605871997773647308349609375,\"width\":94.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1797-768x1024.jpg\",\"title\":\"IMG_1797\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1797.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2654,\"height\":126.4444444444444428654605871997773647308349609375,\"width\":94.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1961-768x1024.jpg\",\"title\":\"IMG_1961\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1961.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2653,\"height\":126.4444444444444428654605871997773647308349609375,\"width\":94.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2556-768x1024.jpg\",\"title\":\"IMG_2556\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2556.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2652,\"height\":129.908675799086751112554338760673999786376953125,\"width\":97.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2834-1024x768.jpg\",\"title\":\"IMG_2834\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2834.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2649,\"height\":129.908675799086751112554338760673999786376953125,\"width\":172.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/778D6D30-EF8B-49F5-A251-BC549CDC2E68-819x1024.jpg\",\"title\":\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/778D6D30-EF8B-49F5-A251-BC549CDC2E68.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2625,\"height\":129.908675799086751112554338760673999786376953125,\"width\":103.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3120-768x1024.jpg\",\"title\":\"IMG_3120\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3120.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2646,\"height\":129.908675799086751112554338760673999786376953125,\"width\":97.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3222-768x1024.jpg\",\"title\":\"IMG_3222\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3222.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2645,\"height\":129.908675799086751112554338760673999786376953125,\"width\":97.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3305-768x1024.jpg\",\"title\":\"IMG_3305\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3305.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2643,\"height\":151.733333333333320069868932478129863739013671875,\"width\":113.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3616-768x1024.jpg\",\"title\":\"IMG_3616\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3616.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2642,\"height\":151.733333333333320069868932478129863739013671875,\"width\":113.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8009-768x1024.jpg\",\"title\":\"IMG_8009\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8009.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2639,\"height\":151.733333333333320069868932478129863739013671875,\"width\":113.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777-768x1024.jpg\",\"title\":\"IMG_9777\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2638,\"height\":151.733333333333320069868932478129863739013671875,\"width\":113.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7455-768x1024.jpg\",\"title\":\"IMG_7455\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7455.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2635,\"height\":151.733333333333320069868932478129863739013671875,\"width\":113.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7307-930x1024.jpg\",\"title\":\"IMG_7307\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7307.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2633,\"height\":126.7260579064587915354422875680029392242431640625,\"width\":115.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7301-768x1024.jpg\",\"title\":\"IMG_7301\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7301.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2632,\"height\":126.7260579064587915354422875680029392242431640625,\"width\":95},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7207-768x1024.jpg\",\"title\":\"IMG_7207\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7207.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2631,\"height\":126.7260579064587915354422875680029392242431640625,\"width\":95},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7042-768x1024.jpg\",\"title\":\"IMG_7042\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7042.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2629,\"height\":126.7260579064587915354422875680029392242431640625,\"width\":95},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6976-1024x768.jpg\",\"title\":\"IMG_6976\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6976.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2628,\"height\":126.7260579064587915354422875680029392242431640625,\"width\":168.5}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2620\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Partial wraps</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2590,\"title\":\"Partial wraps\",\"columns\":\"0\",\"row_height\":150,\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247-768x1024.jpg\",\"title\":\"IMG_3247\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2622,\"height\":151.733333333333320069868932478129863739013671875,\"width\":113.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272-768x1024.jpg\",\"title\":\"IMG_3272\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2616,\"height\":151.733333333333320069868932478129863739013671875,\"width\":113.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3275-768x1024.jpg\",\"title\":\"IMG_3275\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3275.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2592,\"height\":151.733333333333320069868932478129863739013671875,\"width\":113.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014-768x1024.jpg\",\"title\":\"IMG_3014\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2615,\"height\":151.733333333333320069868932478129863739013671875,\"width\":113.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962-768x1024.jpg\",\"title\":\"IMG_2962\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2614,\"height\":151.733333333333320069868932478129863739013671875,\"width\":113.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733-768x1024.jpg\",\"title\":\"IMG_2733\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2612,\"height\":126.5624999999999857891452847979962825775146484375,\"width\":94.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122-768x1024.jpg\",\"title\":\"IMG_2122\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2611,\"height\":126.5624999999999857891452847979962825775146484375,\"width\":94.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753-749x1024.jpg\",\"title\":\"IMG_1753\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2610,\"height\":126.5624999999999857891452847979962825775146484375,\"width\":92.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0912-768x1024.jpg\",\"title\":\"IMG_0912\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0912.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2609,\"height\":126.5624999999999857891452847979962825775146484375,\"width\":94.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159-768x1024.jpg\",\"title\":\"IMG_0159\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2607,\"height\":126.5624999999999857891452847979962825775146484375,\"width\":94.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395-768x1024.jpg\",\"title\":\"IMG_9395\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2606,\"height\":126.5624999999999857891452847979962825775146484375,\"width\":94.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984-931x1024.jpg\",\"title\":\"IMG_8984\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2605,\"height\":145.52429667519180611634510569274425506591796875,\"width\":132.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222-768x1024.jpg\",\"title\":\"IMG_8222\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2603,\"height\":145.52429667519180611634510569274425506591796875,\"width\":109.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7497-768x1024.jpg\",\"title\":\"IMG_7497\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7497.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2602,\"height\":145.52429667519180611634510569274425506591796875,\"width\":109.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495-768x1024.jpg\",\"title\":\"IMG_7495\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2601,\"height\":145.52429667519180611634510569274425506591796875,\"width\":109.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7201-768x1024.jpg\",\"title\":\"IMG_7201\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7201.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2600,\"height\":145.52429667519180611634510569274425506591796875,\"width\":109.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985-768x1024.jpg\",\"title\":\"IMG_6985\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2598,\"height\":131.408775981524257758792373351752758026123046875,\"width\":98.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6980-768x1024.jpg\",\"title\":\"IMG_6980\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6980.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2597,\"height\":131.408775981524257758792373351752758026123046875,\"width\":98.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969-768x1024.jpg\",\"title\":\"IMG_5969\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2596,\"height\":131.408775981524257758792373351752758026123046875,\"width\":98.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5154-768x1024.jpg\",\"title\":\"IMG_5154\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5154.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2595,\"height\":131.408775981524257758792373351752758026123046875,\"width\":98.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3477-1024x768.jpg\",\"title\":\"IMG_3477\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3477.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2594,\"height\":131.408775981524257758792373351752758026123046875,\"width\":174.80000000000001136868377216160297393798828125}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2590\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Chrome deletes</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2530,\"title\":\"Chrome deletes\",\"columns\":\"0\",\"row_height\":150,\"margins\":\"custom\",\"custom_margins\":8,\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"lightbox_theme\":\"base\",\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-768x1024.jpg\",\"title\":\"IMG_6095\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2538,\"height\":143.854748603351964675312046892940998077392578125,\"width\":107.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1024x768.jpg\",\"title\":\"IMG_6872\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2539,\"height\":143.854748603351964675312046892940998077392578125,\"width\":191.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-768x1024.jpg\",\"title\":\"IMG_6873\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2540,\"height\":143.854748603351964675312046892940998077392578125,\"width\":107.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-768x1024.jpg\",\"title\":\"IMG_6892\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2541,\"height\":143.854748603351964675312046892940998077392578125,\"width\":107.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894-768x1024.jpg\",\"title\":\"IMG_6894\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6894.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2542,\"height\":166.1290322580645124617149122059345245361328125,\"width\":124.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD-819x1024.jpg\",\"title\":\"6F96F978-DCB7-4975-98BF-B3FE55C384AD\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2543,\"height\":166.1290322580645124617149122059345245361328125,\"width\":132.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC-819x1024.jpg\",\"title\":\"4359657F-7DED-40E4-8EC2-FDFCDCF462BC\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2545,\"height\":166.1290322580645124617149122059345245361328125,\"width\":132.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1401-768x1024.jpg\",\"title\":\"IMG_1401\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1401.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2553,\"height\":166.1290322580645124617149122059345245361328125,\"width\":124.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1766-1-768x1024.jpg\",\"title\":\"IMG_1766\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1766-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2554,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1767-1-768x1024.jpg\",\"title\":\"IMG_1767\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1767-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2555,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1768-768x1024.jpg\",\"title\":\"IMG_1768\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1768.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2556,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2196-768x1024.jpg\",\"title\":\"IMG_2196\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2196.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2558,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2321-768x1024.jpg\",\"title\":\"IMG_2321\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2321.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2559,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2323-768x1024.jpg\",\"title\":\"IMG_2323\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2323.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2561,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2439-768x1024.jpg\",\"title\":\"IMG_2439\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2439.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2562,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2607-768x1024.jpg\",\"title\":\"IMG_2607\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2607.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2564,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2614-768x1024.jpg\",\"title\":\"IMG_2614\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2614.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2565,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2775-768x1024.jpg\",\"title\":\"IMG_2775\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2775.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2567,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2776-768x1024.jpg\",\"title\":\"IMG_2776\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2776.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2568,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2777-768x1024.jpg\",\"title\":\"IMG_2777\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2777.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2569,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2808-768x1024.jpg\",\"title\":\"IMG_2808\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2808.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2570,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3221-1-768x1024.jpg\",\"title\":\"IMG_3221\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3221-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2572,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-768x1024.jpg\",\"title\":\"IMG_3274\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2573,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3533-1-768x1024.jpg\",\"title\":\"IMG_3533\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3533-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2575,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3535-1-768x1024.jpg\",\"title\":\"IMG_3535\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3535-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2576,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3611-1-768x1024.jpg\",\"title\":\"IMG_3611\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3611-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2577,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1-768x1024.jpg\",\"title\":\"IMG_6095\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2581,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435-768x1024.jpg\",\"title\":\"IMG_6435\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2583,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2530\']</div>\n<!-- /wp:envira/envira-gallery --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:wpforms/form-selector {\"clientId\":\"9783816b-3c20-4d09-8433-c847e9a49f38\",\"formId\":\"2516\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textAlign\":\"center\",\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://aggressivegraphix.com/our-work/\">See all of our work >></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:yoast/faq-block {\"questions\":[{\"id\":\"faq-question-1740601022040\",\"question\":[\"How long does a vinyl wrap last?\"],\"answer\":[\"There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Using harsh soaps or detergents that are not PH neutral while washing your car\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Spray detailers that have sealers, ceramics, and waxes in them\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Harsh water sprayers like drive through car washes\",{\"type\":\"br\",\"props\":{\"children\":[]}},{\"type\":\"br\",\"props\":{\"children\":[]}},\"There are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.\"],\"jsonQuestion\":\"How long does a vinyl wrap last?\",\"jsonAnswer\":\"There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:\\u003cbr/\\u003e- Using harsh soaps or detergents that are not PH neutral while washing your car\\u003cbr/\\u003e- Spray detailers that have sealers, ceramics, and waxes in them\\u003cbr/\\u003e- Harsh water sprayers like drive through car washes\\u003cbr/\\u003e\\u003cbr/\\u003eThere are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.\"},{\"id\":\"faq-question-1740604719384\",\"question\":[\"Can vinyl cover paint imperfections?\"],\"answer\":[\"Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. \"],\"jsonQuestion\":\"Can vinyl cover paint imperfections?\",\"jsonAnswer\":\"Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. \"},{\"id\":\"faq-question-1740604877589\",\"question\":[\"Will you perform body work before wrapping my car?\"],\"answer\":[\"If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.\"],\"jsonQuestion\":\"Will you perform body work before wrapping my car?\",\"jsonAnswer\":\"If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.\"},{\"id\":\"faq-question-1740604960292\",\"question\":[\"Will vinyl hurt the paint of my car?\"],\"answer\":[\"Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.\"],\"jsonQuestion\":\"Will vinyl hurt the paint of my car?\",\"jsonAnswer\":\"Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.\"}]} -->\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1740601022040\"><strong class=\"schema-faq-question\">How long does a vinyl wrap last?</strong> <p class=\"schema-faq-answer\">There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:<br/>- Using harsh soaps or detergents that are not PH neutral while washing your car<br/>- Spray detailers that have sealers, ceramics, and waxes in them<br/>- Harsh water sprayers like drive through car washes<br/><br/>There are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604719384\"><strong class=\"schema-faq-question\">Can vinyl cover paint imperfections?</strong> <p class=\"schema-faq-answer\">Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. </p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604877589\"><strong class=\"schema-faq-question\">Will you perform body work before wrapping my car?</strong> <p class=\"schema-faq-answer\">If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604960292\"><strong class=\"schema-faq-question\">Will vinyl hurt the paint of my car?</strong> <p class=\"schema-faq-answer\">Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.</p> </div> </div>\n<!-- /wp:yoast/faq-block -->','Style wraps','','inherit','closed','closed','','1212-revision-v1','','','2025-06-11 14:37:05','2025-06-11 14:37:05','',1212,'https://aggressivegraphix.com/?p=2946',0,'revision','',0),(2947,1,'2025-06-11 15:42:59','2025-06-11 15:42:59','','Our Work - Bikes','','publish','closed','closed','','our-work-bikes','','','2025-08-20 17:53:53','2025-08-20 17:53:53','',0,'https://aggressivegraphix.com/?post_type=envira&#038;p=2947',0,'envira','',0),(2948,1,'2025-06-11 15:03:50','2025-06-11 15:03:50','','0A06FF3E-3164-4558-90E1-6547222E7B0A','','inherit','open','closed','','0a06ff3e-3164-4558-90e1-6547222e7b0a','','','2025-09-09 17:01:07','2025-09-09 17:01:07','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A.jpg',0,'attachment','image/webp',0),(2949,1,'2025-06-11 15:03:54','2025-06-11 15:03:54','','9BEACE47-192C-4771-87CB-55F3CD28C0E2','','inherit','open','closed','','9beace47-192c-4771-87cb-55f3cd28c0e2','','','2025-09-09 17:01:02','2025-09-09 17:01:02','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2.jpg',0,'attachment','image/webp',0),(2950,1,'2025-06-11 15:03:58','2025-06-11 15:03:58','','09002F42-61AF-4003-9CC1-C09F374AC11F','','inherit','open','closed','','09002f42-61af-4003-9cc1-c09f374ac11f','','','2025-09-09 17:00:51','2025-09-09 17:00:51','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F.jpg',0,'attachment','image/webp',0),(2951,1,'2025-06-11 15:04:02','2025-06-11 15:04:02','','811871D3-C280-46D5-9DBC-589C4E700472','','inherit','open','closed','','811871d3-c280-46d5-9dbc-589c4e700472','','','2025-09-09 17:00:44','2025-09-09 17:00:44','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/811871D3-C280-46D5-9DBC-589C4E700472.jpg',0,'attachment','image/webp',0),(2952,1,'2025-06-11 15:04:06','2025-06-11 15:04:06','','87848691_1483909185105134_1481601801147908096_n','','inherit','open','closed','','87848691_1483909185105134_1481601801147908096_n','','','2025-09-09 17:00:38','2025-09-09 17:00:38','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/87848691_1483909185105134_1481601801147908096_n.jpg',0,'attachment','image/webp',0),(2953,1,'2025-06-11 15:04:08','2025-06-11 15:04:08','','87953997_230236561487320_861082269299769344_n','','inherit','open','closed','','87953997_230236561487320_861082269299769344_n','','','2025-09-09 17:00:34','2025-09-09 17:00:34','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/87953997_230236561487320_861082269299769344_n.jpg',0,'attachment','image/webp',0),(2954,1,'2025-06-11 15:04:10','2025-06-11 15:04:10','','Screenshot','Screenshot','inherit','open','closed','','screenshot-2','','','2025-09-09 17:00:30','2025-09-09 17:00:30','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0498.jpg',0,'attachment','image/webp',0),(2955,1,'2025-06-11 15:04:12','2025-06-11 15:04:12','','Screenshot','Screenshot','inherit','open','closed','','screenshot-3','','','2025-09-09 17:00:21','2025-09-09 17:00:21','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0499.jpg',0,'attachment','image/webp',0),(2956,1,'2025-06-11 15:04:15','2025-06-11 15:04:15','','Screenshot','Screenshot','inherit','open','closed','','screenshot-4','','','2025-09-09 17:00:14','2025-09-09 17:00:14','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0500.jpg',0,'attachment','image/webp',0),(2957,1,'2025-06-11 15:04:17','2025-06-11 15:04:17','','Screenshot','Screenshot','inherit','open','closed','','screenshot-5','','','2025-09-09 17:00:04','2025-09-09 17:00:04','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0501.jpg',0,'attachment','image/webp',0),(2958,1,'2025-06-11 15:04:20','2025-06-11 15:04:20','','IMG_0944','','inherit','open','closed','','img_0944','','','2025-09-09 16:59:57','2025-09-09 16:59:57','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0944.jpg',0,'attachment','image/webp',0),(2959,1,'2025-06-11 15:04:23','2025-06-11 15:04:23','','IMG_1079','','inherit','open','closed','','img_1079','','','2025-09-09 16:59:51','2025-09-09 16:59:51','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1079.jpg',0,'attachment','image/webp',0),(2960,1,'2025-06-11 15:04:29','2025-06-11 15:04:29','','IMG_1084','','inherit','open','closed','','img_1084','','','2025-09-09 16:59:30','2025-09-09 16:59:30','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1084.png',0,'attachment','image/webp',0),(2961,1,'2025-06-11 15:04:40','2025-06-11 15:04:40','','IMG_1085','','inherit','open','closed','','img_1085','','','2025-09-09 16:59:20','2025-09-09 16:59:20','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1085.jpg',0,'attachment','image/webp',0),(2962,1,'2025-06-11 15:05:44','2025-06-11 15:05:44','','IMG_1086','','inherit','open','closed','','img_1086','','','2025-09-09 16:58:43','2025-09-09 16:58:43','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1086.jpg',0,'attachment','image/webp',0),(2963,1,'2025-06-11 15:06:49','2025-06-11 15:06:49','','IMG_1089','','inherit','open','closed','','img_1089','','','2025-09-09 16:58:04','2025-09-09 16:58:04','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1089.jpg',0,'attachment','image/webp',0),(2964,1,'2025-06-11 15:06:53','2025-06-11 15:06:53','','IMG_1095','','inherit','open','closed','','img_1095','','','2025-09-09 16:57:59','2025-09-09 16:57:59','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1095.jpg',0,'attachment','image/webp',0),(2965,1,'2025-06-11 15:06:57','2025-06-11 15:06:57','','IMG_1097','','inherit','open','closed','','img_1097','','','2025-09-09 16:57:42','2025-09-09 16:57:42','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1097.jpg',0,'attachment','image/webp',0),(2966,1,'2025-06-11 15:07:02','2025-06-11 15:07:02','','IMG_1104','','inherit','open','closed','','img_1104','','','2025-09-09 16:57:37','2025-09-09 16:57:37','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1104.jpg',0,'attachment','image/webp',0),(2967,1,'2025-06-11 15:07:08','2025-06-11 15:07:08','','IMG_1105','','inherit','open','closed','','img_1105','','','2025-09-09 16:57:21','2025-09-09 16:57:21','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1105.jpg',0,'attachment','image/webp',0),(2968,1,'2025-06-11 15:07:14','2025-06-11 15:07:14','','IMG_1734','','inherit','open','closed','','img_1734','','','2025-09-09 16:56:56','2025-09-09 16:56:56','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1734.jpg',0,'attachment','image/webp',0),(2969,1,'2025-06-11 15:07:44','2025-06-11 15:07:44','','IMG_1956','','inherit','open','closed','','img_1956','','','2025-09-09 16:56:34','2025-09-09 16:56:34','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1956.jpg',0,'attachment','image/webp',0),(2970,1,'2025-06-11 15:08:48','2025-06-11 15:08:48','','IMG_1989','','inherit','open','closed','','img_1989','','','2025-09-09 16:56:01','2025-09-09 16:56:01','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1989.jpg',0,'attachment','image/webp',0),(2971,1,'2025-06-11 15:08:51','2025-06-11 15:08:51','','IMG_2377','','inherit','open','closed','','img_2377','','','2025-09-09 16:55:46','2025-09-09 16:55:46','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2377.jpg',0,'attachment','image/webp',0),(2972,1,'2025-06-11 15:09:58','2025-06-11 15:09:58','','IMG_2653','','inherit','open','closed','','img_2653','','','2025-09-09 16:55:06','2025-09-09 16:55:06','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2653.jpg',0,'attachment','image/webp',0),(2973,1,'2025-06-11 15:11:09','2025-06-11 15:11:09','','IMG_2659','','inherit','open','closed','','img_2659','','','2025-09-09 16:54:29','2025-09-09 16:54:29','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2659.png',0,'attachment','image/webp',0),(2974,1,'2025-06-11 15:11:17','2025-06-11 15:11:17','','IMG_2660','','inherit','open','closed','','img_2660','','','2025-09-09 16:54:21','2025-09-09 16:54:21','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2660.png',0,'attachment','image/webp',0),(2975,1,'2025-06-11 15:11:23','2025-06-11 15:11:23','','IMG_2682','','inherit','open','closed','','img_2682','','','2025-09-09 16:54:14','2025-09-09 16:54:14','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2682.jpg',0,'attachment','image/webp',0),(2976,1,'2025-06-11 15:12:27','2025-06-11 15:12:27','','IMG_2831','','inherit','open','closed','','img_2831','','','2025-09-09 16:53:37','2025-09-09 16:53:37','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2831.jpg',0,'attachment','image/webp',0),(2977,1,'2025-06-11 15:12:43','2025-06-11 15:12:43','','IMG_2832','','inherit','open','closed','','img_2832','','','2025-09-09 16:53:18','2025-09-09 16:53:18','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2832.jpg',0,'attachment','image/webp',0),(2978,1,'2025-06-11 15:13:00','2025-06-11 15:13:00','','IMG_2833','','inherit','open','closed','','img_2833','','','2025-09-09 16:53:00','2025-09-09 16:53:00','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2833.jpg',0,'attachment','image/webp',0),(2979,1,'2025-06-11 15:13:16','2025-06-11 15:13:16','','IMG_2904','','inherit','open','closed','','img_2904','','','2025-09-09 16:52:41','2025-09-09 16:52:41','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2904.jpg',0,'attachment','image/webp',0),(2980,1,'2025-06-11 15:14:23','2025-06-11 15:14:23','','IMG_3306','','inherit','open','closed','','img_3306','','','2025-09-09 16:52:01','2025-09-09 16:52:01','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3306.jpg',0,'attachment','image/webp',0),(2981,1,'2025-06-11 15:15:29','2025-06-11 15:15:29','','IMG_3833','','inherit','open','closed','','img_3833','','','2025-09-09 16:51:24','2025-09-09 16:51:24','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3833.jpg',0,'attachment','image/webp',0),(2982,1,'2025-06-11 15:16:33','2025-06-11 15:16:33','','IMG_4541','','inherit','open','closed','','img_4541','','','2025-09-09 16:50:53','2025-09-09 16:50:53','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4541.jpg',0,'attachment','image/webp',0),(2983,1,'2025-06-11 15:16:45','2025-06-11 15:16:45','','IMG_4900','','inherit','open','closed','','img_4900','','','2025-09-09 16:50:39','2025-09-09 16:50:39','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4900.jpg',0,'attachment','image/webp',0),(2984,1,'2025-06-11 15:16:47','2025-06-11 15:16:47','','IMG_4927','','inherit','open','closed','','img_4927','','','2025-09-09 16:50:22','2025-09-09 16:50:22','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4927.jpg',0,'attachment','image/webp',0),(2985,1,'2025-06-11 15:16:50','2025-06-11 15:16:50','','IMG_5372','','inherit','open','closed','','img_5372','','','2025-09-09 16:50:15','2025-09-09 16:50:15','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5372.jpg',0,'attachment','image/webp',0),(2986,1,'2025-06-11 15:17:54','2025-06-11 15:17:54','','IMG_8907','','inherit','open','closed','','img_8907','','','2025-09-09 16:49:42','2025-09-09 16:49:42','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8907.jpg',0,'attachment','image/webp',0),(2987,1,'2025-06-11 15:17:56','2025-06-11 15:17:56','','IMG_9012','','inherit','open','closed','','img_9012','','','2025-09-09 16:49:36','2025-09-09 16:49:36','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9012.jpg',0,'attachment','image/webp',0),(2988,1,'2025-06-11 15:17:59','2025-06-11 15:17:59','','IMG-4317','','inherit','open','closed','','img-4317','','','2025-09-09 16:49:25','2025-09-09 16:49:25','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG-4317.jpg',0,'attachment','image/webp',0),(2989,1,'2025-06-11 15:18:01','2025-06-11 15:18:01','','MGLF7487','','inherit','open','closed','','mglf7487','','','2025-09-09 16:49:17','2025-09-09 16:49:17','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/MGLF7487.jpg',0,'attachment','image/webp',0),(2990,1,'2025-06-11 15:18:03','2025-06-11 15:18:03','','MTJR4755','','inherit','open','closed','','mtjr4755','','','2025-09-09 16:49:11','2025-09-09 16:49:11','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/MTJR4755.jpg',0,'attachment','image/webp',0),(2991,1,'2025-06-11 15:18:04','2025-06-11 15:18:04','','PLSX7092','','inherit','open','closed','','plsx7092','','','2025-09-09 16:49:00','2025-09-09 16:49:00','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/PLSX7092.jpg',0,'attachment','image/webp',0),(2992,1,'2025-06-11 15:18:06','2025-06-11 15:18:06','','VCYT6981','','inherit','open','closed','','vcyt6981','','','2025-09-09 16:48:51','2025-09-09 16:48:51','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/VCYT6981.jpg',0,'attachment','image/webp',0),(2993,1,'2025-06-11 15:32:54','2025-06-11 15:32:54','','IMG_5372','','inherit','open','closed','','img_5372-2','','','2025-09-09 16:48:45','2025-09-09 16:48:45','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5372-1.jpg',0,'attachment','image/webp',0),(2994,1,'2025-06-11 15:41:20','2025-06-11 15:41:20','','445175176_463852779535417_6180761558755325466_n','','inherit','open','closed','','445175176_463852779535417_6180761558755325466_n','','','2025-09-09 16:48:35','2025-09-09 16:48:35','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/445175176_463852779535417_6180761558755325466_n.jpg',0,'attachment','image/webp',0),(2995,1,'2025-06-11 15:41:25','2025-06-11 15:41:25','','445587699_786824676755447_6957098027536781905_n','','inherit','open','closed','','445587699_786824676755447_6957098027536781905_n','','','2025-09-09 16:48:26','2025-09-09 16:48:26','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/445587699_786824676755447_6957098027536781905_n.jpg',0,'attachment','image/webp',0),(2996,1,'2025-06-11 15:41:26','2025-06-11 15:41:26','','447671102_18435710512058900_2002726956368915108_n','','inherit','open','closed','','447671102_18435710512058900_2002726956368915108_n','','','2025-09-09 16:48:21','2025-09-09 16:48:21','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/447671102_18435710512058900_2002726956368915108_n.jpg',0,'attachment','image/webp',0),(2997,1,'2025-06-11 15:41:28','2025-06-11 15:41:28','','449859150_1194962441742133_6344605474599175091_n','','inherit','open','closed','','449859150_1194962441742133_6344605474599175091_n','','','2025-09-09 16:48:16','2025-09-09 16:48:16','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/449859150_1194962441742133_6344605474599175091_n.jpg',0,'attachment','image/webp',0),(2998,1,'2025-06-11 15:41:30','2025-06-11 15:41:30','','455036619_857294589254265_4022265624524897411_n','','inherit','open','closed','','455036619_857294589254265_4022265624524897411_n','','','2025-09-09 16:48:12','2025-09-09 16:48:12','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/455036619_857294589254265_4022265624524897411_n.jpg',0,'attachment','image/webp',0),(2999,1,'2025-06-11 15:41:33','2025-06-11 15:41:33','','470602685_18479309014047289_2606857417410813301_n','','inherit','open','closed','','470602685_18479309014047289_2606857417410813301_n','','','2025-09-09 16:48:00','2025-09-09 16:48:00','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/470602685_18479309014047289_2606857417410813301_n.jpg',0,'attachment','image/webp',0),(3000,1,'2025-06-11 15:41:36','2025-06-11 15:41:36','','470902406_1231561204578289_151210119275735549_n','','inherit','open','closed','','470902406_1231561204578289_151210119275735549_n','','','2025-09-09 16:47:51','2025-09-09 16:47:51','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/470902406_1231561204578289_151210119275735549_n.jpg',0,'attachment','image/webp',0),(3001,1,'2025-06-11 15:41:39','2025-06-11 15:41:39','','486213528_18495203686033581_4058816147006171820_n','','inherit','open','closed','','486213528_18495203686033581_4058816147006171820_n','','','2025-09-09 16:47:39','2025-09-09 16:47:39','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/486213528_18495203686033581_4058816147006171820_n.jpg',0,'attachment','image/webp',0),(3002,1,'2025-06-11 15:41:41','2025-06-11 15:41:41','','488181926_644288625165545_5872832267448076159_n','','inherit','open','closed','','488181926_644288625165545_5872832267448076159_n','','','2025-09-09 16:47:33','2025-09-09 16:47:33','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/488181926_644288625165545_5872832267448076159_n.jpg',0,'attachment','image/webp',0),(3003,1,'2025-06-11 15:41:44','2025-06-11 15:41:44','','491442005_18510909595020751_7234922605167022337_n','','inherit','open','closed','','491442005_18510909595020751_7234922605167022337_n','','','2025-09-09 16:47:21','2025-09-09 16:47:21','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/491442005_18510909595020751_7234922605167022337_n.jpg',0,'attachment','image/webp',0),(3004,1,'2025-06-11 15:41:46','2025-06-11 15:41:46','','497541595_18501294259001614_2598109448780506479_n','','inherit','open','closed','','497541595_18501294259001614_2598109448780506479_n','','','2025-09-09 16:47:16','2025-09-09 16:47:16','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/497541595_18501294259001614_2598109448780506479_n.jpg',0,'attachment','image/webp',0),(3005,1,'2025-06-11 15:41:50','2025-06-11 15:41:50','','498942563_18387584923142936_596123371765232778_n','','inherit','open','closed','','498942563_18387584923142936_596123371765232778_n','','','2025-09-09 16:47:07','2025-09-09 16:47:07','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/498942563_18387584923142936_596123371765232778_n.jpg',0,'attachment','image/webp',0),(3006,1,'2025-06-11 15:41:53','2025-06-11 15:41:53','','503284456_18509958433044190_7517990739271165788_n','','inherit','open','closed','','503284456_18509958433044190_7517990739271165788_n','','','2025-09-09 16:46:55','2025-09-09 16:46:55','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/503284456_18509958433044190_7517990739271165788_n.jpg',0,'attachment','image/webp',0),(3007,1,'2025-06-11 15:41:55','2025-06-11 15:41:55','','504489709_17885899926279969_177754631791483776_n','','inherit','open','closed','','504489709_17885899926279969_177754631791483776_n','','','2025-09-09 16:46:51','2025-09-09 16:46:51','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/504489709_17885899926279969_177754631791483776_n.jpg',0,'attachment','image/webp',0),(3008,1,'2025-06-11 15:41:59','2025-06-11 15:41:59','','437148274_742504491362521_7065599385733258382_n','','inherit','open','closed','','437148274_742504491362521_7065599385733258382_n','','','2025-09-09 16:46:39','2025-09-09 16:46:39','',2947,'https://aggressivegraphix.com/wp-content/uploads/2025/06/437148274_742504491362521_7065599385733258382_n.jpg',0,'attachment','image/webp',0),(3009,1,'2025-06-11 15:43:37','2025-06-11 15:43:37','<!-- wp:heading {\"textAlign\":\"center\",\"level\":1} -->\n<h1 class=\"wp-block-heading has-text-align-center\">Bike Graphics</h1>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2947,\"title\":\"Our Work \\u0026#8211; Bikes\",\"columns\":\"0\",\"row_height\":150,\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/437148274_742504491362521_7065599385733258382_n-1024x768.jpg\",\"title\":\"437148274_742504491362521_7065599385733258382_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/437148274_742504491362521_7065599385733258382_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3008,\"height\":130.8955223880597031893557868897914886474609375,\"width\":174.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/504489709_17885899926279969_177754631791483776_n-1016x1024.jpg\",\"title\":\"504489709_17885899926279969_177754631791483776_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/504489709_17885899926279969_177754631791483776_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3007,\"height\":130.8955223880597031893557868897914886474609375,\"width\":129.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/503284456_18509958433044190_7517990739271165788_n.jpg\",\"title\":\"503284456_18509958433044190_7517990739271165788_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/503284456_18509958433044190_7517990739271165788_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3006,\"height\":130.8955223880597031893557868897914886474609375,\"width\":98.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/498942563_18387584923142936_596123371765232778_n-819x1024.jpg\",\"title\":\"498942563_18387584923142936_596123371765232778_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/498942563_18387584923142936_596123371765232778_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3005,\"height\":130.8955223880597031893557868897914886474609375,\"width\":104.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/497541595_18501294259001614_2598109448780506479_n-1024x683.jpg\",\"title\":\"497541595_18501294259001614_2598109448780506479_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/497541595_18501294259001614_2598109448780506479_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3004,\"height\":130.8955223880597031893557868897914886474609375,\"width\":196.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/491442005_18510909595020751_7234922605167022337_n.jpg\",\"title\":\"491442005_18510909595020751_7234922605167022337_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/491442005_18510909595020751_7234922605167022337_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3003,\"height\":130.8955223880597031893557868897914886474609375,\"width\":174.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/488181926_644288625165545_5872832267448076159_n-1024x1024.jpg\",\"title\":\"488181926_644288625165545_5872832267448076159_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/488181926_644288625165545_5872832267448076159_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3002,\"height\":132.277526395173453011011588387191295623779296875,\"width\":132.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/486213528_18495203686033581_4058816147006171820_n.jpg\",\"title\":\"486213528_18495203686033581_4058816147006171820_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/486213528_18495203686033581_4058816147006171820_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3001,\"height\":132.277526395173453011011588387191295623779296875,\"width\":175.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470902406_1231561204578289_151210119275735549_n-1024x1024.jpg\",\"title\":\"470902406_1231561204578289_151210119275735549_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470902406_1231561204578289_151210119275735549_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3000,\"height\":132.277526395173453011011588387191295623779296875,\"width\":132.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470602685_18479309014047289_2606857417410813301_n-1024x683.jpg\",\"title\":\"470602685_18479309014047289_2606857417410813301_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470602685_18479309014047289_2606857417410813301_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2999,\"height\":132.277526395173453011011588387191295623779296875,\"width\":198.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/455036619_857294589254265_4022265624524897411_n-1024x1024.jpg\",\"title\":\"455036619_857294589254265_4022265624524897411_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/455036619_857294589254265_4022265624524897411_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2998,\"height\":132.277526395173453011011588387191295623779296875,\"width\":132.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/449859150_1194962441742133_6344605474599175091_n.jpg\",\"title\":\"449859150_1194962441742133_6344605474599175091_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/449859150_1194962441742133_6344605474599175091_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2997,\"height\":132.277526395173453011011588387191295623779296875,\"width\":105.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/447671102_18435710512058900_2002726956368915108_n.jpg\",\"title\":\"447671102_18435710512058900_2002726956368915108_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/447671102_18435710512058900_2002726956368915108_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2996,\"height\":143.770491803278702036550384946167469024658203125,\"width\":115},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445587699_786824676755447_6957098027536781905_n.jpg\",\"title\":\"445587699_786824676755447_6957098027536781905_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445587699_786824676755447_6957098027536781905_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2995,\"height\":143.770491803278702036550384946167469024658203125,\"width\":174},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445175176_463852779535417_6180761558755325466_n-1024x768.jpg\",\"title\":\"445175176_463852779535417_6180761558755325466_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445175176_463852779535417_6180761558755325466_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2994,\"height\":143.770491803278702036550384946167469024658203125,\"width\":191.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5372-1-1024x706.jpg\",\"title\":\"IMG_5372\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5372-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2993,\"height\":143.770491803278702036550384946167469024658203125,\"width\":208.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/VCYT6981.jpg\",\"title\":\"VCYT6981\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/VCYT6981.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2992,\"height\":143.770491803278702036550384946167469024658203125,\"width\":107.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PLSX7092-576x1024.jpg\",\"title\":\"PLSX7092\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PLSX7092.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2991,\"height\":143.770491803278702036550384946167469024658203125,\"width\":80.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MTJR4755-1024x768.jpg\",\"title\":\"MTJR4755\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MTJR4755.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2990,\"height\":130.0295857988165835195104591548442840576171875,\"width\":172.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MGLF7487.jpg\",\"title\":\"MGLF7487\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MGLF7487.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2989,\"height\":130.0295857988165835195104591548442840576171875,\"width\":172.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG-4317-1024x683.jpg\",\"title\":\"IMG-4317\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG-4317.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2988,\"height\":130.0295857988165835195104591548442840576171875,\"width\":195},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9012-1024x809.jpg\",\"title\":\"IMG_9012\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9012.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2987,\"height\":130.0295857988165835195104591548442840576171875,\"width\":165.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8907.jpg\",\"title\":\"IMG_8907\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8907.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2986,\"height\":130.0295857988165835195104591548442840576171875,\"width\":172.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4927.jpg\",\"title\":\"IMG_4927\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4927.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2984,\"height\":146.7445742904841381459846161305904388427734375,\"width\":195.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4900-515x1024.jpg\",\"title\":\"IMG_4900\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4900.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2983,\"height\":146.7445742904841381459846161305904388427734375,\"width\":73.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4541-1024x684.jpg\",\"title\":\"IMG_4541\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4541.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2982,\"height\":146.7445742904841381459846161305904388427734375,\"width\":220.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2833-1024x768.jpg\",\"title\":\"IMG_2833\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2833.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2978,\"height\":146.7445742904841381459846161305904388427734375,\"width\":195.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2832-1024x768.jpg\",\"title\":\"IMG_2832\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2832.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2977,\"height\":146.7445742904841381459846161305904388427734375,\"width\":195.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2831-1024x768.jpg\",\"title\":\"IMG_2831\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2831.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2976,\"height\":152.86956521739131176218506880104541778564453125,\"width\":203.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2659-576x1024.png\",\"title\":\"IMG_2659\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2659.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2973,\"height\":152.86956521739131176218506880104541778564453125,\"width\":85.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1989-768x1024.jpg\",\"title\":\"IMG_1989\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1989.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2970,\"height\":152.86956521739131176218506880104541778564453125,\"width\":114.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1734-1024x768.jpg\",\"title\":\"IMG_1734\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1734.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2968,\"height\":152.86956521739131176218506880104541778564453125,\"width\":203.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1104-1024x576.jpg\",\"title\":\"IMG_1104\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1104.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2966,\"height\":152.86956521739131176218506880104541778564453125,\"width\":272.1000000000000227373675443232059478759765625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1097.jpg\",\"title\":\"IMG_1097\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1097.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2965,\"height\":162.77777777777777146184234879910945892333984375,\"width\":216.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1095-1024x1024.jpg\",\"title\":\"IMG_1095\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1095.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2964,\"height\":162.77777777777777146184234879910945892333984375,\"width\":162.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1089.jpg\",\"title\":\"IMG_1089\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1089.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2963,\"height\":162.77777777777777146184234879910945892333984375,\"width\":245.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1084-576x1024.png\",\"title\":\"IMG_1084\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1084.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2960,\"height\":162.77777777777777146184234879910945892333984375,\"width\":91.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1079-1024x1019.jpg\",\"title\":\"IMG_1079\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1079.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2959,\"height\":162.77777777777777146184234879910945892333984375,\"width\":162.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0944.jpg\",\"title\":\"IMG_0944\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0944.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2958,\"height\":150.341296928327636805988731794059276580810546875,\"width\":225.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0501.jpg\",\"title\":\"Screenshot\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0501.jpg\",\"alt\":\"\",\"caption\":\"Screenshot\",\"thumb\":\"\",\"id\":2957,\"height\":150.341296928327636805988731794059276580810546875,\"width\":228.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0498.jpg\",\"title\":\"Screenshot\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0498.jpg\",\"alt\":\"\",\"caption\":\"Screenshot\",\"thumb\":\"\",\"id\":2954,\"height\":150.341296928327636805988731794059276580810546875,\"width\":227},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/87953997_230236561487320_861082269299769344_n.jpg\",\"title\":\"87953997_230236561487320_861082269299769344_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/87953997_230236561487320_861082269299769344_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2953,\"height\":150.341296928327636805988731794059276580810546875,\"width\":200},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/811871D3-C280-46D5-9DBC-589C4E700472.jpg\",\"title\":\"811871D3-C280-46D5-9DBC-589C4E700472\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/811871D3-C280-46D5-9DBC-589C4E700472.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2951,\"height\":153.752181500872580954819568432867527008056640625,\"width\":232.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F.jpg\",\"title\":\"09002F42-61AF-4003-9CC1-C09F374AC11F\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2950,\"height\":153.752181500872580954819568432867527008056640625,\"width\":215.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2-1024x803.jpg\",\"title\":\"9BEACE47-192C-4771-87CB-55F3CD28C0E2\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2949,\"height\":153.752181500872580954819568432867527008056640625,\"width\":196.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A.jpg\",\"title\":\"0A06FF3E-3164-4558-90E1-6547222E7B0A\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2948,\"height\":153.752181500872580954819568432867527008056640625,\"width\":236.80000000000001136868377216160297393798828125}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2947\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":1} -->\n<h1 class=\"wp-block-heading has-text-align-center\">Vehicle Wraps and Tinting</h1>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery /-->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":1} -->\n<h1 class=\"wp-block-heading has-text-align-center\">Canopies and Flags</h1>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery /-->','Our Work','','inherit','closed','closed','','82-revision-v1','','','2025-06-11 15:43:37','2025-06-11 15:43:37','',82,'https://aggressivegraphix.com/?p=3009',0,'revision','',0),(3010,1,'2025-06-11 16:36:54','2025-06-11 16:36:54','','Our Work - Wraps','','publish','closed','closed','','our-work-wraps','','','2025-08-20 17:53:54','2025-08-20 17:53:54','',0,'https://aggressivegraphix.com/?post_type=envira&#038;p=3010',0,'envira','',0),(3011,1,'2025-06-11 15:50:31','2025-06-11 15:50:31','','IMG_9452','','inherit','open','closed','','img_9452','','','2025-09-09 16:46:30','2025-09-09 16:46:30','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9452.jpg',0,'attachment','image/webp',0),(3012,1,'2025-06-11 15:50:35','2025-06-11 15:50:35','','IMG_9453','','inherit','open','closed','','img_9453','','','2025-09-09 16:46:17','2025-09-09 16:46:17','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9453.jpg',0,'attachment','image/webp',0),(3013,1,'2025-06-11 15:50:38','2025-06-11 15:50:38','','IMG_9456','','inherit','open','closed','','img_9456','','','2025-09-09 16:46:06','2025-09-09 16:46:06','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9456.jpg',0,'attachment','image/webp',0),(3014,1,'2025-06-11 15:50:40','2025-06-11 15:50:40','','IMG_9457','','inherit','open','closed','','img_9457','','','2025-09-09 16:45:53','2025-09-09 16:45:53','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9457.jpg',0,'attachment','image/webp',0),(3015,1,'2025-06-11 15:50:45','2025-06-11 15:50:45','','IMG_3616','','inherit','open','closed','','img_3616-3','','','2025-09-09 16:45:42','2025-09-09 16:45:42','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3616.jpg',0,'attachment','image/webp',0),(3016,1,'2025-06-11 15:51:48','2025-06-11 15:51:48','','IMG_3128','','inherit','open','closed','','img_3128-3','','','2025-09-09 16:45:11','2025-09-09 16:45:11','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3128.jpg',0,'attachment','image/webp',0),(3017,1,'2025-06-11 15:52:10','2025-06-11 15:52:10','','IMG_3097','','inherit','open','closed','','img_3097-2','','','2025-09-09 16:44:53','2025-09-09 16:44:53','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3097.jpg',0,'attachment','image/webp',0),(3019,1,'2025-06-11 15:53:19','2025-06-11 15:53:19','','IMG_3053','','inherit','open','closed','','img_3053-2','','','2025-09-09 16:44:06','2025-09-09 16:44:06','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3053.jpg',0,'attachment','image/webp',0),(3020,1,'2025-06-11 15:54:26','2025-06-11 15:54:26','','IMG_2741','','inherit','open','closed','','img_2741-5','','','2025-09-09 16:43:31','2025-09-09 16:43:31','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2741.jpg',0,'attachment','image/webp',0),(3023,1,'2025-06-11 15:56:06','2025-06-11 15:56:06','','IMG_2556','','inherit','open','closed','','img_2556-4','','','2025-09-09 16:41:57','2025-09-09 16:41:57','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.jpg',0,'attachment','image/webp',0),(3024,1,'2025-06-11 15:56:37','2025-06-11 15:56:37','','4C97A568-D52D-416B-A98C-57FE57513540','','inherit','open','closed','','4c97a568-d52d-416b-a98c-57fe57513540','','','2025-09-09 16:41:37','2025-09-09 16:41:37','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/4C97A568-D52D-416B-A98C-57FE57513540.jpg',0,'attachment','image/webp',0),(3025,1,'2025-06-11 15:56:58','2025-06-11 15:56:58','','07AA5C2A-CBF0-4E74-9708-3305125E5505','','inherit','open','closed','','07aa5c2a-cbf0-4e74-9708-3305125e5505','','','2025-09-09 16:41:19','2025-09-09 16:41:19','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/07AA5C2A-CBF0-4E74-9708-3305125E5505.jpg',0,'attachment','image/webp',0),(3027,1,'2025-06-11 15:57:21','2025-06-11 15:57:21','','E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1','','inherit','open','closed','','e788ccd6-0daf-45da-9c9c-c97ebde474c1','','','2025-09-09 16:40:50','2025-09-09 16:40:50','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.jpg',0,'attachment','image/webp',0),(3028,1,'2025-06-11 15:57:25','2025-06-11 15:57:25','','F2351C4C-F4D9-480F-9934-083F6DFCE40A','','inherit','open','closed','','f2351c4c-f4d9-480f-9934-083f6dfce40a','','','2025-09-09 16:40:41','2025-09-09 16:40:41','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/F2351C4C-F4D9-480F-9934-083F6DFCE40A.jpg',0,'attachment','image/webp',0),(3029,1,'2025-06-11 15:57:28','2025-06-11 15:57:28','','72D9BE60-918C-4B4B-9C3A-4898D7D2E51D','','inherit','open','closed','','72d9be60-918c-4b4b-9c3a-4898d7d2e51d','','','2025-09-09 16:40:33','2025-09-09 16:40:33','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.jpg',0,'attachment','image/webp',0),(3030,1,'2025-06-11 15:57:31','2025-06-11 15:57:31','','75D4E00F-F35A-4C86-A1D1-D5BAC411BECF','','inherit','open','closed','','75d4e00f-f35a-4c86-a1d1-d5bac411becf','','','2025-09-09 16:40:22','2025-09-09 16:40:22','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.jpg',0,'attachment','image/webp',0),(3031,1,'2025-06-11 15:57:33','2025-06-11 15:57:33','','IMG_9781','','inherit','open','closed','','img_9781','','','2025-09-09 16:40:14','2025-09-09 16:40:14','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9781.jpg',0,'attachment','image/webp',0),(3032,1,'2025-06-11 15:57:36','2025-06-11 15:57:36','','IMG_9777','','inherit','open','closed','','img_9777-2','','','2025-09-09 16:40:07','2025-09-09 16:40:07','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9777.jpg',0,'attachment','image/webp',0),(3033,1,'2025-06-11 15:57:38','2025-06-11 15:57:38','','IMG_9576','','inherit','open','closed','','img_9576-3','','','2025-09-09 16:39:59','2025-09-09 16:39:59','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9576.jpg',0,'attachment','image/webp',0),(3034,1,'2025-06-11 15:57:41','2025-06-11 15:57:41','','IMG_9446','','inherit','open','closed','','img_9446','','','2025-09-09 16:39:46','2025-09-09 16:39:46','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9446.jpg',0,'attachment','image/webp',0),(3035,1,'2025-06-11 15:57:45','2025-06-11 15:57:45','','IMG_9445','','inherit','open','closed','','img_9445','','','2025-09-09 16:39:36','2025-09-09 16:39:36','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9445.jpg',0,'attachment','image/webp',0),(3036,1,'2025-06-11 15:57:48','2025-06-11 15:57:48','','IMG_9395','','inherit','open','closed','','img_9395-2','','','2025-09-09 14:58:01','2025-09-09 14:58:01','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9395.jpg',0,'attachment','image/webp',0),(3037,1,'2025-06-11 15:57:52','2025-06-11 15:57:52','','IMG_8611','','inherit','open','closed','','img_8611','','','2025-09-09 14:57:52','2025-09-09 14:57:52','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8611.jpg',0,'attachment','image/webp',0),(3038,1,'2025-06-11 15:57:55','2025-06-11 15:57:55','','IMG_8489','','inherit','open','closed','','img_8489-3','','','2025-09-09 14:57:40','2025-09-09 14:57:40','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8489.jpg',0,'attachment','image/webp',0),(3039,1,'2025-06-11 15:57:58','2025-06-11 15:57:58','','IMG_3856','','inherit','open','closed','','img_3856-3','','','2025-09-09 14:57:32','2025-09-09 14:57:32','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3856.jpg',0,'attachment','image/webp',0),(3040,1,'2025-06-11 15:58:00','2025-06-11 15:58:00','','IMG_3244','','inherit','open','closed','','img_3244','','','2025-09-09 14:57:23','2025-09-09 14:57:23','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3244.jpg',0,'attachment','image/webp',0),(3041,1,'2025-06-11 15:58:02','2025-06-11 15:58:02','','IMG_5645','','inherit','open','closed','','img_5645','','','2025-09-09 14:57:15','2025-09-09 14:57:15','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5645.jpg',0,'attachment','image/webp',0),(3042,1,'2025-06-11 15:58:05','2025-06-11 15:58:05','','IMG_5644','','inherit','open','closed','','img_5644-3','','','2025-09-09 14:57:05','2025-09-09 14:57:05','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5644.jpg',0,'attachment','image/webp',0),(3043,1,'2025-06-11 15:58:09','2025-06-11 15:58:09','','IMG_5601','','inherit','open','closed','','img_5601','','','2025-09-09 14:56:55','2025-09-09 14:56:55','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5601.jpg',0,'attachment','image/webp',0),(3044,1,'2025-06-11 15:59:13','2025-06-11 15:59:13','','IMG_5504e','','inherit','open','closed','','img_5504e','','','2025-09-09 14:56:25','2025-09-09 14:56:25','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5504e.jpg',0,'attachment','image/webp',0),(3045,1,'2025-06-11 15:59:17','2025-06-11 15:59:17','','IMG_3246','','inherit','open','closed','','img_3246','','','2025-09-09 14:56:16','2025-09-09 14:56:16','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3246.jpg',0,'attachment','image/webp',0),(3046,1,'2025-06-11 16:00:25','2025-06-11 16:00:25','','IMG_3855','','inherit','open','closed','','img_3855-3','','','2025-09-09 14:55:44','2025-09-09 14:55:44','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3855.jpg',0,'attachment','image/webp',0),(3047,1,'2025-06-11 16:00:27','2025-06-11 16:00:27','','IMG_5155','','inherit','open','closed','','img_5155','','','2025-09-09 14:55:35','2025-09-09 14:55:35','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5155.jpg',0,'attachment','image/webp',0),(3048,1,'2025-06-11 16:00:31','2025-06-11 16:00:31','','IMG_4995','','inherit','open','closed','','img_4995','','','2025-09-09 14:55:25','2025-09-09 14:55:25','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4995.jpg',0,'attachment','image/webp',0),(3049,1,'2025-06-11 16:01:38','2025-06-11 16:01:38','','IMG_4993e','','inherit','open','closed','','img_4993e','','','2025-09-09 14:54:55','2025-09-09 14:54:55','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4993e.jpg',0,'attachment','image/webp',0),(3050,1,'2025-06-11 16:01:54','2025-06-11 16:01:54','','IMG_4992','','inherit','open','closed','','img_4992','','','2025-09-09 14:54:36','2025-09-09 14:54:36','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4992.jpg',0,'attachment','image/webp',0),(3051,1,'2025-06-11 16:02:59','2025-06-11 16:02:59','','IMG_4977','','inherit','open','closed','','img_4977','','','2025-09-09 14:54:07','2025-09-09 14:54:07','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4977.jpg',0,'attachment','image/webp',0),(3052,1,'2025-06-11 16:04:04','2025-06-11 16:04:04','','IMG_4975','','inherit','open','closed','','img_4975','','','2025-09-09 14:53:39','2025-09-09 14:53:39','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4975.jpg',0,'attachment','image/webp',0),(3055,1,'2025-06-11 16:07:19','2025-06-11 16:07:19','','IMG_4972e','','inherit','open','closed','','img_4972e','','','2025-09-09 14:52:07','2025-09-09 14:52:07','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4972e.jpg',0,'attachment','image/webp',0),(3056,1,'2025-06-11 16:07:22','2025-06-11 16:07:22','','IMG_4572e','','inherit','open','closed','','img_4572e','','','2025-09-09 14:51:56','2025-09-09 14:51:56','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4572e.jpg',0,'attachment','image/webp',0),(3057,1,'2025-06-11 16:07:25','2025-06-11 16:07:25','','IMG_4548','','inherit','open','closed','','img_4548','','','2025-09-09 14:51:47','2025-09-09 14:51:47','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4548.png',0,'attachment','image/webp',0),(3059,1,'2025-06-11 16:08:43','2025-06-11 16:08:43','','IMG_4542','','inherit','open','closed','','img_4542-3','','','2025-09-09 14:51:07','2025-09-09 14:51:07','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4542.jpg',0,'attachment','image/webp',0),(3060,1,'2025-06-11 16:08:46','2025-06-11 16:08:46','','IMG_3920e','','inherit','open','closed','','img_3920e','','','2025-09-09 14:50:58','2025-09-09 14:50:58','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3920e.jpg',0,'attachment','image/webp',0),(3061,1,'2025-06-11 16:08:58','2025-06-11 16:08:58','','IMG_3854','','inherit','open','closed','','img_3854-3','','','2025-09-09 14:50:38','2025-09-09 14:50:38','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3854.jpg',0,'attachment','image/webp',0),(3066,1,'2025-06-11 16:13:19','2025-06-11 16:13:19','','IMG_3245','','inherit','open','closed','','img_3245','','','2025-09-09 14:48:23','2025-09-09 14:48:23','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3245.jpg',0,'attachment','image/webp',0),(3067,1,'2025-06-11 16:14:26','2025-06-11 16:14:26','','NHJZ5355','','inherit','open','closed','','nhjz5355','','','2025-09-09 14:47:51','2025-09-09 14:47:51','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/NHJZ5355.jpg',0,'attachment','image/webp',0),(3068,1,'2025-06-11 16:14:32','2025-06-11 16:14:32','','IMG_2138','','inherit','open','closed','','img_2138','','','2025-09-09 14:47:40','2025-09-09 14:47:40','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2138.jpg',0,'attachment','image/webp',0),(3069,1,'2025-06-11 16:15:39','2025-06-11 16:15:39','','IMG_2127','','inherit','open','closed','','img_2127','','','2025-09-09 14:47:04','2025-09-09 14:47:04','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2127.jpg',0,'attachment','image/webp',0),(3070,1,'2025-06-11 16:16:44','2025-06-11 16:16:44','','IMG_2126','','inherit','open','closed','','img_2126','','','2025-09-09 14:46:26','2025-09-09 14:46:26','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2126.jpg',0,'attachment','image/webp',0),(3071,1,'2025-06-11 16:17:48','2025-06-11 16:17:48','','IMG_2123','','inherit','open','closed','','img_2123','','','2025-09-09 14:45:47','2025-09-09 14:45:47','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2123.jpg',0,'attachment','image/webp',0),(3073,1,'2025-06-11 16:18:55','2025-06-11 16:18:55','','IMG_2111','','inherit','open','closed','','img_2111','','','2025-09-09 14:44:55','2025-09-09 14:44:55','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2111.jpg',0,'attachment','image/webp',0),(3075,1,'2025-06-11 16:20:06','2025-06-11 16:20:06','','IMG_2109','','inherit','open','closed','','img_2109','','','2025-09-09 14:44:05','2025-09-09 14:44:05','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2109.jpg',0,'attachment','image/webp',0),(3076,1,'2025-06-11 16:21:12','2025-06-11 16:21:12','','IMG_1681','','inherit','open','closed','','img_1681','','','2025-09-09 14:43:25','2025-09-09 14:43:25','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1681.jpg',0,'attachment','image/webp',0),(3077,1,'2025-06-11 16:22:16','2025-06-11 16:22:16','','IMG_1680e','','inherit','open','closed','','img_1680e','','','2025-09-09 14:42:47','2025-09-09 14:42:47','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1680e.jpg',0,'attachment','image/webp',0),(3078,1,'2025-06-11 16:22:31','2025-06-11 16:22:31','','IMG_1493','','inherit','open','closed','','img_1493','','','2025-09-09 14:42:21','2025-09-09 14:42:21','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1493.jpg',0,'attachment','image/webp',0),(3079,1,'2025-06-11 16:23:38','2025-06-11 16:23:38','','IMG_1492','','inherit','open','closed','','img_1492','','','2025-09-09 14:41:45','2025-09-09 14:41:45','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1492.jpg',0,'attachment','image/webp',0),(3080,1,'2025-06-11 16:24:45','2025-06-11 16:24:45','','IMG_1491','','inherit','open','closed','','img_1491-3','','','2025-09-09 14:41:12','2025-09-09 14:41:12','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1491.jpg',0,'attachment','image/webp',0),(3081,1,'2025-06-11 16:25:49','2025-06-11 16:25:49','','IMG_1490','','inherit','open','closed','','img_1490','','','2025-09-09 14:40:43','2025-09-09 14:40:43','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1490.jpg',0,'attachment','image/webp',0),(3082,1,'2025-06-11 16:25:55','2025-06-11 16:25:55','','IMG_1483','','inherit','open','closed','','img_1483','','','2025-09-09 14:40:34','2025-09-09 14:40:34','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1483.jpg',0,'attachment','image/webp',0),(3083,1,'2025-06-11 16:26:59','2025-06-11 16:26:59','','IMG_1482','','inherit','open','closed','','img_1482','','','2025-09-09 14:40:00','2025-09-09 14:40:00','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1482.jpg',0,'attachment','image/webp',0),(3084,1,'2025-06-11 16:27:02','2025-06-11 16:27:02','','IMG_9451','','inherit','open','closed','','img_9451','','','2025-09-09 14:39:48','2025-09-09 14:39:48','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9451.jpg',0,'attachment','image/webp',0),(3085,1,'2025-06-11 16:27:05','2025-06-11 16:27:05','','IMG_3616','','inherit','open','closed','','img_3616-4','','','2025-09-09 14:39:36','2025-09-09 14:39:36','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3616-1.jpg',0,'attachment','image/webp',0),(3086,1,'2025-06-11 16:27:07','2025-06-11 16:27:07','','IMG_3053','','inherit','open','closed','','img_3053-3','','','2025-09-09 14:39:23','2025-09-09 14:39:23','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3053-1.jpg',0,'attachment','image/webp',0),(3087,1,'2025-06-11 16:27:10','2025-06-11 16:27:10','','IMG_2698','','inherit','open','closed','','img_2698-5','','','2025-09-09 14:39:09','2025-09-09 14:39:09','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.jpg',0,'attachment','image/webp',0),(3088,1,'2025-06-11 16:27:12','2025-06-11 16:27:12','','IMG_5601','','inherit','open','closed','','img_5601-2','','','2025-09-09 14:38:58','2025-09-09 14:38:58','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5601-1.jpg',0,'attachment','image/webp',0),(3089,1,'2025-06-11 16:27:13','2025-06-11 16:27:13','','IMG_3246','','inherit','open','closed','','img_3246-2','','','2025-09-09 14:38:47','2025-09-09 14:38:47','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3246-1.jpg',0,'attachment','image/webp',0),(3090,1,'2025-06-11 16:27:16','2025-06-11 16:27:16','','IMG_4995','','inherit','open','closed','','img_4995-2','','','2025-09-09 14:38:36','2025-09-09 14:38:36','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4995-1.jpg',0,'attachment','image/webp',0),(3091,1,'2025-06-11 16:27:18','2025-06-11 16:27:18','','IMG_4974','','inherit','open','closed','','img_4974-2','','','2025-09-09 14:38:19','2025-09-09 14:38:19','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4974-1.jpg',0,'attachment','image/webp',0),(3092,1,'2025-06-11 16:27:21','2025-06-11 16:27:21','','IMG_4973','','inherit','open','closed','','img_4973-2','','','2025-09-09 14:38:01','2025-09-09 14:38:01','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4973-1.jpg',0,'attachment','image/webp',0),(3093,1,'2025-06-11 16:27:23','2025-06-11 16:27:23','','IMG_4544','','inherit','open','closed','','img_4544-2','','','2025-09-09 14:37:47','2025-09-09 14:37:47','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4544-1.jpg',0,'attachment','image/webp',0),(3094,1,'2025-06-11 16:27:25','2025-06-11 16:27:25','','IMG_7492','','inherit','open','closed','','img_7492-2','','','2025-09-09 14:37:32','2025-09-09 14:37:32','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7492-1.jpg',0,'attachment','image/webp',0),(3095,1,'2025-06-11 16:27:27','2025-06-11 16:27:27','','IMG_7491','','inherit','open','closed','','img_7491-2','','','2025-09-09 14:37:17','2025-09-09 14:37:17','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7491-1.jpg',0,'attachment','image/webp',0),(3096,1,'2025-06-11 16:27:29','2025-06-11 16:27:29','','IMG_7489','','inherit','open','closed','','img_7489-2','','','2025-09-09 14:37:07','2025-09-09 14:37:07','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7489-1.jpg',0,'attachment','image/webp',0),(3097,1,'2025-06-11 16:27:32','2025-06-11 16:27:32','','IMG_7488','','inherit','open','closed','','img_7488-2','','','2025-09-09 14:36:54','2025-09-09 14:36:54','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7488-1.jpg',0,'attachment','image/webp',0),(3098,1,'2025-06-11 16:27:33','2025-06-11 16:27:33','','IMG_2121','','inherit','open','closed','','img_2121-2','','','2025-09-09 14:36:43','2025-09-09 14:36:43','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2121-1.jpg',0,'attachment','image/webp',0),(3099,1,'2025-06-11 16:56:36','2025-06-11 16:56:36','','778D6D30-EF8B-49F5-A251-BC549CDC2E68','','inherit','open','closed','','778d6d30-ef8b-49f5-a251-bc549cdc2e68-2','','','2025-09-09 14:36:30','2025-09-09 14:36:30','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.jpg',0,'attachment','image/webp',0),(3100,1,'2025-06-11 16:57:10','2025-06-11 16:57:10','','29964D3A-B203-4E30-95AE-9483EC6B8490','','inherit','open','closed','','29964d3a-b203-4e30-95ae-9483ec6b8490-2','','','2025-09-09 14:36:09','2025-09-09 14:36:09','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/29964D3A-B203-4E30-95AE-9483EC6B8490.jpg',0,'attachment','image/webp',0),(3101,1,'2025-06-11 16:57:44','2025-06-11 16:57:44','','67738814_2380243855588700_6910048023540137984_n','','inherit','open','closed','','67738814_2380243855588700_6910048023540137984_n-2','','','2025-09-09 14:35:44','2025-09-09 14:35:44','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/67738814_2380243855588700_6910048023540137984_n.jpg',0,'attachment','image/webp',0),(3102,1,'2025-06-11 16:57:49','2025-06-11 16:57:49','','68470976_1346433938856221_3994837700069818368_n','','inherit','open','closed','','68470976_1346433938856221_3994837700069818368_n-2','','','2025-09-09 14:35:33','2025-09-09 14:35:33','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/68470976_1346433938856221_3994837700069818368_n.jpg',0,'attachment','image/webp',0),(3103,1,'2025-06-11 16:57:55','2025-06-11 16:57:55','','IMG_0696','','inherit','open','closed','','img_0696-2','','','2025-09-09 14:35:21','2025-09-09 14:35:21','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0696.jpg',0,'attachment','image/webp',0),(3104,1,'2025-06-11 16:58:01','2025-06-11 16:58:01','','IMG_0698','','inherit','open','closed','','img_0698-2','','','2025-09-09 14:35:06','2025-09-09 14:35:06','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.jpg',0,'attachment','image/webp',0),(3105,1,'2025-06-11 16:58:09','2025-06-11 16:58:09','','IMG_1009','','inherit','open','closed','','img_1009-2','','','2025-09-09 14:34:45','2025-09-09 14:34:45','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.jpg',0,'attachment','image/webp',0),(3106,1,'2025-06-11 16:58:15','2025-06-11 16:58:15','','IMG_1010','','inherit','open','closed','','img_1010-2','','','2025-09-09 14:34:25','2025-09-09 14:34:25','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1010.jpg',0,'attachment','image/webp',0),(3107,1,'2025-06-11 16:58:21','2025-06-11 16:58:21','','IMG_1011','','inherit','open','closed','','img_1011-2','','','2025-09-09 14:34:07','2025-09-09 14:34:07','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1011.jpg',0,'attachment','image/webp',0),(3108,1,'2025-06-11 16:58:26','2025-06-11 16:58:26','','IMG_1796','','inherit','open','closed','','img_1796-2','','','2025-09-09 14:33:49','2025-09-09 14:33:49','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.jpg',0,'attachment','image/webp',0),(3109,1,'2025-06-11 16:58:32','2025-06-11 16:58:32','','IMG_1797','','inherit','open','closed','','img_1797-2','','','2025-09-09 14:33:33','2025-09-09 14:33:33','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1797.jpg',0,'attachment','image/webp',0),(3110,1,'2025-06-11 16:58:38','2025-06-11 16:58:38','','IMG_1961','','inherit','open','closed','','img_1961-2','','','2025-09-09 14:33:18','2025-09-09 14:33:18','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.jpg',0,'attachment','image/webp',0),(3111,1,'2025-06-11 16:58:45','2025-06-11 16:58:45','','Porsche GTS wrap','','inherit','open','closed','','img_2559-2','','','2025-09-09 14:33:05','2025-09-09 14:33:05','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2559.jpg',0,'attachment','image/webp',0),(3112,1,'2025-06-11 16:58:52','2025-06-11 16:58:52','','IMG_3062','','inherit','open','closed','','img_3062-2','','','2025-09-09 14:32:53','2025-09-09 14:32:53','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3062.jpg',0,'attachment','image/webp',0),(3113,1,'2025-06-11 16:58:59','2025-06-11 16:58:59','','IMG_3064','','inherit','open','closed','','img_3064-2','','','2025-09-09 14:32:39','2025-09-09 14:32:39','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3064.jpg',0,'attachment','image/webp',0),(3114,1,'2025-06-11 16:59:05','2025-06-11 16:59:05','','IMG_3120','','inherit','open','closed','','img_3120-2','','','2025-09-09 14:32:24','2025-09-09 14:32:24','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.jpg',0,'attachment','image/webp',0),(3115,1,'2025-06-11 16:59:11','2025-06-11 16:59:11','','IMG_3222','','inherit','open','closed','','img_3222-2','','','2025-09-09 14:32:12','2025-09-09 14:32:12','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.jpg',0,'attachment','image/webp',0),(3116,1,'2025-06-11 16:59:16','2025-06-11 16:59:16','','IMG_3223','','inherit','open','closed','','img_3223-2','','','2025-09-09 14:31:59','2025-09-09 14:31:59','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3223.jpg',0,'attachment','image/webp',0),(3117,1,'2025-06-11 16:59:22','2025-06-11 16:59:22','','IMG_3305','','inherit','open','closed','','img_3305-2','','','2025-09-09 14:31:45','2025-09-09 14:31:45','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3305.jpg',0,'attachment','image/webp',0),(3118,1,'2025-06-11 16:59:27','2025-06-11 16:59:27','','IMG_3617','','inherit','open','closed','','img_3617-2','','','2025-09-09 14:31:32','2025-09-09 14:31:32','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3617.jpg',0,'attachment','image/webp',0),(3119,1,'2025-06-11 16:59:33','2025-06-11 16:59:33','','IMG_3619','','inherit','open','closed','','img_3619-2','','','2025-09-09 14:31:19','2025-09-09 14:31:19','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3619.jpg',0,'attachment','image/webp',0),(3120,1,'2025-06-11 16:59:39','2025-06-11 16:59:39','','IMG_4031','','inherit','open','closed','','img_4031-3','','','2025-09-09 14:31:08','2025-09-09 14:31:08','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4031.jpg',0,'attachment','image/webp',0),(3121,1,'2025-06-11 16:59:42','2025-06-11 16:59:42','','IMG_6976','','inherit','open','closed','','img_6976-2','','','2025-09-09 14:30:58','2025-09-09 14:30:58','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_6976.jpg',0,'attachment','image/webp',0),(3122,1,'2025-06-11 16:59:47','2025-06-11 16:59:47','','IMG_7042','','inherit','open','closed','','img_7042-2','','','2025-09-09 14:30:47','2025-09-09 14:30:47','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7042.jpg',0,'attachment','image/webp',0),(3123,1,'2025-06-11 16:59:53','2025-06-11 16:59:53','','IMG_7204','','inherit','open','closed','','img_7204-2','','','2025-09-09 14:30:34','2025-09-09 14:30:34','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7204.jpg',0,'attachment','image/webp',0),(3124,1,'2025-06-11 16:59:58','2025-06-11 16:59:58','','IMG_7207','','inherit','open','closed','','img_7207-2','','','2025-09-09 14:30:21','2025-09-09 14:30:21','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.jpg',0,'attachment','image/webp',0),(3125,1,'2025-06-11 17:00:05','2025-06-11 17:00:05','','IMG_7301','','inherit','open','closed','','img_7301-2','','','2025-09-09 14:30:07','2025-09-09 14:30:07','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7301.jpg',0,'attachment','image/webp',0),(3126,1,'2025-06-11 17:00:11','2025-06-11 17:00:11','','IMG_7307','','inherit','open','closed','','img_7307-2','','','2025-09-09 14:29:54','2025-09-09 14:29:54','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.jpg',0,'attachment','image/webp',0),(3127,1,'2025-06-11 17:00:17','2025-06-11 17:00:17','','IMG_7447','','inherit','open','closed','','img_7447-2','','','2025-09-09 14:29:41','2025-09-09 14:29:41','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7447.jpg',0,'attachment','image/webp',0),(3128,1,'2025-06-11 17:00:23','2025-06-11 17:00:23','','IMG_7455','','inherit','open','closed','','img_7455-2','','','2025-09-09 14:29:29','2025-09-09 14:29:29','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.jpg',0,'attachment','image/webp',0),(3129,1,'2025-06-11 17:00:27','2025-06-11 17:00:27','','IMG_7456','','inherit','open','closed','','img_7456-2','','','2025-09-09 14:29:17','2025-09-09 14:29:17','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7456.jpg',0,'attachment','image/webp',0),(3130,1,'2025-06-11 17:00:32','2025-06-11 17:00:32','','IMG_8009','','inherit','open','closed','','img_8009-2','','','2025-09-09 14:29:06','2025-09-09 14:29:06','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.jpg',0,'attachment','image/webp',0),(3131,1,'2025-06-11 17:00:38','2025-06-11 17:00:38','','IMG_9439','','inherit','open','closed','','img_9439','','','2025-09-09 14:28:51','2025-09-09 14:28:51','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9439.jpg',0,'attachment','image/webp',0),(3132,1,'2025-06-11 17:00:43','2025-06-11 17:00:43','','IMG_2560','','inherit','open','closed','','img_2560-2','','','2025-09-09 14:28:41','2025-09-09 14:28:41','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2560.jpg',0,'attachment','image/webp',0),(3133,1,'2025-06-11 17:14:49','2025-06-11 17:14:49','','IMG_4071','','inherit','open','closed','','img_4071','','','2025-09-09 14:28:16','2025-09-09 14:28:16','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.jpg',0,'attachment','image/webp',0),(3134,1,'2025-06-11 17:14:55','2025-06-11 17:14:55','','IMG_4055','','inherit','open','closed','','img_4055','','','2025-09-09 14:28:01','2025-09-09 14:28:01','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.jpg',0,'attachment','image/webp',0),(3135,1,'2025-06-11 17:15:00','2025-06-11 17:15:00','','IMG_4054','','inherit','open','closed','','img_4054','','','2025-09-09 14:27:48','2025-09-09 14:27:48','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4054.jpg',0,'attachment','image/webp',0),(3136,1,'2025-06-11 17:15:06','2025-06-11 17:15:06','','IMG_4036','','inherit','open','closed','','img_4036','','','2025-09-09 14:20:11','2025-09-09 14:20:11','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4036.jpg',0,'attachment','image/webp',0),(3137,1,'2025-06-11 17:15:10','2025-06-11 17:15:10','','IMG_4035','','inherit','open','closed','','img_4035','','','2025-09-09 14:19:59','2025-09-09 14:19:59','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4035.jpg',0,'attachment','image/webp',0),(3138,1,'2025-06-11 17:15:16','2025-06-11 17:15:16','','IMG_4021','','inherit','open','closed','','img_4021','','','2025-09-09 14:19:47','2025-09-09 14:19:47','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.jpg',0,'attachment','image/webp',0),(3139,1,'2025-06-11 17:15:22','2025-06-11 17:15:22','','IMG_4020','','inherit','open','closed','','img_4020','','','2025-09-09 14:19:36','2025-09-09 14:19:36','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4020.jpg',0,'attachment','image/webp',0),(3140,1,'2025-06-11 17:15:28','2025-06-11 17:15:28','','IMG_3966','','inherit','open','closed','','img_3966','','','2025-09-09 14:19:24','2025-09-09 14:19:24','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3966.jpg',0,'attachment','image/webp',0),(3141,1,'2025-06-11 17:15:34','2025-06-11 17:15:34','','IMG_3960','','inherit','open','closed','','img_3960','','','2025-09-09 14:19:12','2025-09-09 14:19:12','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3960.jpg',0,'attachment','image/webp',0),(3142,1,'2025-06-11 17:15:39','2025-06-11 17:15:39','','IMG_3959','','inherit','open','closed','','img_3959','','','2025-06-11 17:15:39','2025-06-11 17:15:39','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3959.jpg',0,'attachment','image/jpeg',0),(3143,1,'2025-06-11 17:16:47','2025-06-11 17:16:47','','IMG_3948','','inherit','open','closed','','img_3948','','','2025-09-09 14:17:49','2025-09-09 14:17:49','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.jpg',0,'attachment','image/webp',0),(3145,1,'2025-06-11 17:16:57','2025-06-11 17:16:57','','IMG_3897','','inherit','open','closed','','img_3897','','','2025-09-09 14:17:23','2025-09-09 14:17:23','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3897.jpg',0,'attachment','image/webp',0),(3146,1,'2025-06-11 17:17:02','2025-06-11 17:17:02','','IMG_3846','','inherit','open','closed','','img_3846-3','','','2025-09-09 14:17:05','2025-09-09 14:17:05','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3846.jpg',0,'attachment','image/webp',0),(3147,1,'2025-06-11 17:17:06','2025-06-11 17:17:06','','IMG_3845','','inherit','open','closed','','img_3845','','','2025-09-09 14:16:53','2025-09-09 14:16:53','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3845.jpg',0,'attachment','image/webp',0),(3148,1,'2025-06-11 17:17:13','2025-06-11 17:17:13','','IMG_3812','','inherit','open','closed','','img_3812','','','2025-09-09 14:16:42','2025-09-09 14:16:42','',3010,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3812.jpg',0,'attachment','image/webp',0),(3149,1,'2025-06-11 17:55:44','2025-06-11 17:55:44','<!-- wp:heading {\"textAlign\":\"center\",\"level\":1} -->\n<h1 class=\"wp-block-heading has-text-align-center\">Bike Graphics</h1>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2947,\"title\":\"Our Work \\u0026#8211; Bikes\",\"columns\":\"0\",\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/437148274_742504491362521_7065599385733258382_n-1024x768.jpg\",\"title\":\"437148274_742504491362521_7065599385733258382_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/437148274_742504491362521_7065599385733258382_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3008,\"height\":96.677740863787363423398346640169620513916015625,\"width\":128.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/504489709_17885899926279969_177754631791483776_n-1016x1024.jpg\",\"title\":\"504489709_17885899926279969_177754631791483776_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/504489709_17885899926279969_177754631791483776_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3007,\"height\":96.677740863787363423398346640169620513916015625,\"width\":95.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/503284456_18509958433044190_7517990739271165788_n.jpg\",\"title\":\"503284456_18509958433044190_7517990739271165788_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/503284456_18509958433044190_7517990739271165788_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3006,\"height\":96.677740863787363423398346640169620513916015625,\"width\":72.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/498942563_18387584923142936_596123371765232778_n-819x1024.jpg\",\"title\":\"498942563_18387584923142936_596123371765232778_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/498942563_18387584923142936_596123371765232778_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3005,\"height\":96.677740863787363423398346640169620513916015625,\"width\":77.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/497541595_18501294259001614_2598109448780506479_n-1024x683.jpg\",\"title\":\"497541595_18501294259001614_2598109448780506479_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/497541595_18501294259001614_2598109448780506479_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3004,\"height\":96.677740863787363423398346640169620513916015625,\"width\":145},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/491442005_18510909595020751_7234922605167022337_n.jpg\",\"title\":\"491442005_18510909595020751_7234922605167022337_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/491442005_18510909595020751_7234922605167022337_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3003,\"height\":96.677740863787363423398346640169620513916015625,\"width\":128.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/488181926_644288625165545_5872832267448076159_n-1024x1024.jpg\",\"title\":\"488181926_644288625165545_5872832267448076159_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/488181926_644288625165545_5872832267448076159_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3002,\"height\":96.677740863787363423398346640169620513916015625,\"width\":96.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/486213528_18495203686033581_4058816147006171820_n.jpg\",\"title\":\"486213528_18495203686033581_4058816147006171820_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/486213528_18495203686033581_4058816147006171820_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3001,\"height\":96.677740863787363423398346640169620513916015625,\"width\":128.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470902406_1231561204578289_151210119275735549_n-1024x1024.jpg\",\"title\":\"470902406_1231561204578289_151210119275735549_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470902406_1231561204578289_151210119275735549_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3000,\"height\":96.0396039603960360864221001975238323211669921875,\"width\":96},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470602685_18479309014047289_2606857417410813301_n-1024x683.jpg\",\"title\":\"470602685_18479309014047289_2606857417410813301_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470602685_18479309014047289_2606857417410813301_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2999,\"height\":96.0396039603960360864221001975238323211669921875,\"width\":144.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/455036619_857294589254265_4022265624524897411_n-1024x1024.jpg\",\"title\":\"455036619_857294589254265_4022265624524897411_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/455036619_857294589254265_4022265624524897411_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2998,\"height\":96.0396039603960360864221001975238323211669921875,\"width\":96},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/449859150_1194962441742133_6344605474599175091_n.jpg\",\"title\":\"449859150_1194962441742133_6344605474599175091_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/449859150_1194962441742133_6344605474599175091_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2997,\"height\":96.0396039603960360864221001975238323211669921875,\"width\":76.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/447671102_18435710512058900_2002726956368915108_n.jpg\",\"title\":\"447671102_18435710512058900_2002726956368915108_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/447671102_18435710512058900_2002726956368915108_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2996,\"height\":96.0396039603960360864221001975238323211669921875,\"width\":76.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445587699_786824676755447_6957098027536781905_n.jpg\",\"title\":\"445587699_786824676755447_6957098027536781905_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445587699_786824676755447_6957098027536781905_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2995,\"height\":96.0396039603960360864221001975238323211669921875,\"width\":116.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445175176_463852779535417_6180761558755325466_n-1024x768.jpg\",\"title\":\"445175176_463852779535417_6180761558755325466_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445175176_463852779535417_6180761558755325466_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2994,\"height\":96.0396039603960360864221001975238323211669921875,\"width\":127.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5372-1-1024x706.jpg\",\"title\":\"IMG_5372\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5372-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2993,\"height\":96.0396039603960360864221001975238323211669921875,\"width\":139.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/VCYT6981.jpg\",\"title\":\"VCYT6981\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/VCYT6981.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2992,\"height\":92.872340425531916707768687047064304351806640625,\"width\":69.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PLSX7092-576x1024.jpg\",\"title\":\"PLSX7092\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PLSX7092.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2991,\"height\":92.872340425531916707768687047064304351806640625,\"width\":52},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MTJR4755-1024x768.jpg\",\"title\":\"MTJR4755\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MTJR4755.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2990,\"height\":92.872340425531916707768687047064304351806640625,\"width\":123.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MGLF7487.jpg\",\"title\":\"MGLF7487\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MGLF7487.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2989,\"height\":92.872340425531916707768687047064304351806640625,\"width\":123.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG-4317-1024x683.jpg\",\"title\":\"IMG-4317\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG-4317.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2988,\"height\":92.872340425531916707768687047064304351806640625,\"width\":139.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9012-1024x809.jpg\",\"title\":\"IMG_9012\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9012.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2987,\"height\":92.872340425531916707768687047064304351806640625,\"width\":117.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8907.jpg\",\"title\":\"IMG_8907\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8907.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2986,\"height\":92.872340425531916707768687047064304351806640625,\"width\":123.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4927.jpg\",\"title\":\"IMG_4927\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4927.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2984,\"height\":92.872340425531916707768687047064304351806640625,\"width\":123.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4900-515x1024.jpg\",\"title\":\"IMG_4900\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4900.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2983,\"height\":101.1587485515643010103303822688758373260498046875,\"width\":50.60000000000000142108547152020037174224853515625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4541-1024x684.jpg\",\"title\":\"IMG_4541\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4541.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2982,\"height\":101.1587485515643010103303822688758373260498046875,\"width\":151.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2833-1024x768.jpg\",\"title\":\"IMG_2833\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2833.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2978,\"height\":101.1587485515643010103303822688758373260498046875,\"width\":134.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2832-1024x768.jpg\",\"title\":\"IMG_2832\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2832.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2977,\"height\":101.1587485515643010103303822688758373260498046875,\"width\":134.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2831-1024x768.jpg\",\"title\":\"IMG_2831\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2831.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2976,\"height\":101.1587485515643010103303822688758373260498046875,\"width\":134.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2659-576x1024.png\",\"title\":\"IMG_2659\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2659.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2973,\"height\":101.1587485515643010103303822688758373260498046875,\"width\":56.60000000000000142108547152020037174224853515625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1989-768x1024.jpg\",\"title\":\"IMG_1989\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1989.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2970,\"height\":101.1587485515643010103303822688758373260498046875,\"width\":75.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1734-1024x768.jpg\",\"title\":\"IMG_1734\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1734.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2968,\"height\":101.1587485515643010103303822688758373260498046875,\"width\":134.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1104-1024x576.jpg\",\"title\":\"IMG_1104\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1104.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2966,\"height\":100.80645161290323130742763169109821319580078125,\"width\":179.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1097.jpg\",\"title\":\"IMG_1097\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1097.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2965,\"height\":100.80645161290323130742763169109821319580078125,\"width\":134.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1095-1024x1024.jpg\",\"title\":\"IMG_1095\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1095.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2964,\"height\":100.80645161290323130742763169109821319580078125,\"width\":100.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1089.jpg\",\"title\":\"IMG_1089\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1089.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2963,\"height\":100.80645161290323130742763169109821319580078125,\"width\":152.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1084-576x1024.png\",\"title\":\"IMG_1084\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1084.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2960,\"height\":100.80645161290323130742763169109821319580078125,\"width\":56.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1079-1024x1019.jpg\",\"title\":\"IMG_1079\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1079.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2959,\"height\":100.80645161290323130742763169109821319580078125,\"width\":100.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0944.jpg\",\"title\":\"IMG_0944\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0944.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2958,\"height\":100.80645161290323130742763169109821319580078125,\"width\":151.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0501.jpg\",\"title\":\"Screenshot\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0501.jpg\",\"alt\":\"\",\"caption\":\"Screenshot\",\"thumb\":\"\",\"id\":2957,\"height\":86.7195242814668034725400502793490886688232421875,\"width\":131.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0498.jpg\",\"title\":\"Screenshot\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0498.jpg\",\"alt\":\"\",\"caption\":\"Screenshot\",\"thumb\":\"\",\"id\":2954,\"height\":86.7195242814668034725400502793490886688232421875,\"width\":130.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/87953997_230236561487320_861082269299769344_n.jpg\",\"title\":\"87953997_230236561487320_861082269299769344_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/87953997_230236561487320_861082269299769344_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2953,\"height\":86.7195242814668034725400502793490886688232421875,\"width\":115.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/811871D3-C280-46D5-9DBC-589C4E700472.jpg\",\"title\":\"811871D3-C280-46D5-9DBC-589C4E700472\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/811871D3-C280-46D5-9DBC-589C4E700472.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2951,\"height\":86.7195242814668034725400502793490886688232421875,\"width\":130.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F.jpg\",\"title\":\"09002F42-61AF-4003-9CC1-C09F374AC11F\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2950,\"height\":86.7195242814668034725400502793490886688232421875,\"width\":121.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2-1024x803.jpg\",\"title\":\"9BEACE47-192C-4771-87CB-55F3CD28C0E2\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2949,\"height\":86.7195242814668034725400502793490886688232421875,\"width\":111},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A.jpg\",\"title\":\"0A06FF3E-3164-4558-90E1-6547222E7B0A\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2948,\"height\":86.7195242814668034725400502793490886688232421875,\"width\":133.5}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2947\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":1} -->\n<h1 class=\"wp-block-heading has-text-align-center\">Vehicle Wraps and Tinting</h1>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":3010,\"title\":\"Our Work \\u0026#8211; Wraps\",\"columns\":\"0\",\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3812-951x1024.jpg\",\"title\":\"IMG_3812\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3812.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3148,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":89.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3845-768x1024.jpg\",\"title\":\"IMG_3845\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3845.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3147,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3846-768x1024.jpg\",\"title\":\"IMG_3846\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3846.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3146,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3897-896x1024.jpg\",\"title\":\"IMG_3897\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3897.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3145,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":84.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3944-768x1024.jpg\",\"title\":\"IMG_3944\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3944.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3144,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948-1016x1024.jpg\",\"title\":\"IMG_3948\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3143,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":95.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3960-1002x1024.jpg\",\"title\":\"IMG_3960\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3960.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3141,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":94.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3966-768x1024.jpg\",\"title\":\"IMG_3966\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3966.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3140,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4020-768x1024.jpg\",\"title\":\"IMG_4020\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4020.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3139,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021-768x1024.jpg\",\"title\":\"IMG_4021\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3138,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4035-768x1024.jpg\",\"title\":\"IMG_4035\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4035.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3137,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4036-768x1024.jpg\",\"title\":\"IMG_4036\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4036.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3136,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4054-768x1024.jpg\",\"title\":\"IMG_4054\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4054.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3135,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055-768x1024.jpg\",\"title\":\"IMG_4055\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3134,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071-768x1024.jpg\",\"title\":\"IMG_4071\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3133,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2560-768x1024.jpg\",\"title\":\"IMG_2560\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2560.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3132,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9439-1024x674.jpg\",\"title\":\"IMG_9439\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9439.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3131,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":143.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009-768x1024.jpg\",\"title\":\"IMG_8009\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3130,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7456-768x1024.jpg\",\"title\":\"IMG_7456\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7456.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3129,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455-768x1024.jpg\",\"title\":\"IMG_7455\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3128,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7447-768x1024.jpg\",\"title\":\"IMG_7447\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7447.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3127,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307-930x1024.jpg\",\"title\":\"IMG_7307\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3126,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":85.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7301-768x1024.jpg\",\"title\":\"IMG_7301\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7301.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3125,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207-768x1024.jpg\",\"title\":\"IMG_7207\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3124,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7204-768x1024.jpg\",\"title\":\"IMG_7204\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7204.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3123,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7042-768x1024.jpg\",\"title\":\"IMG_7042\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7042.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3122,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_6976-1024x768.jpg\",\"title\":\"IMG_6976\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_6976.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3121,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":130.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4031-1024x683.jpg\",\"title\":\"IMG_4031\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4031.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3120,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":147.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3619-768x1024.jpg\",\"title\":\"IMG_3619\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3619.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3119,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3617-768x1024.jpg\",\"title\":\"IMG_3617\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3617.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3118,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3305-768x1024.jpg\",\"title\":\"IMG_3305\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3305.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3117,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3223-768x1024.jpg\",\"title\":\"IMG_3223\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3223.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3116,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222-768x1024.jpg\",\"title\":\"IMG_3222\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3115,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120-768x1024.jpg\",\"title\":\"IMG_3120\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3114,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3064-768x1024.jpg\",\"title\":\"IMG_3064\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3064.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3113,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3062-768x1024.jpg\",\"title\":\"IMG_3062\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3062.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3112,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2559-768x1024.jpg\",\"title\":\"IMG_2559\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2559.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3111,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961-768x1024.jpg\",\"title\":\"IMG_1961\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3110,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1797-768x1024.jpg\",\"title\":\"IMG_1797\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1797.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3109,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796-768x1024.jpg\",\"title\":\"IMG_1796\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3108,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1011-768x1024.jpg\",\"title\":\"IMG_1011\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1011.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3107,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1010-768x1024.jpg\",\"title\":\"IMG_1010\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1010.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3106,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009-768x1024.jpg\",\"title\":\"IMG_1009\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3105,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698-768x1024.jpg\",\"title\":\"IMG_0698\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3104,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0696-768x1024.jpg\",\"title\":\"IMG_0696\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0696.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3103,\"height\":97.760358342665170994223444722592830657958984375,\"width\":73.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/68470976_1346433938856221_3994837700069818368_n-1024x683.jpg\",\"title\":\"68470976_1346433938856221_3994837700069818368_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/68470976_1346433938856221_3994837700069818368_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3102,\"height\":97.760358342665170994223444722592830657958984375,\"width\":146.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/67738814_2380243855588700_6910048023540137984_n-1024x683.jpg\",\"title\":\"67738814_2380243855588700_6910048023540137984_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/67738814_2380243855588700_6910048023540137984_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3101,\"height\":97.760358342665170994223444722592830657958984375,\"width\":146.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/29964D3A-B203-4E30-95AE-9483EC6B8490-819x1024.jpg\",\"title\":\"29964D3A-B203-4E30-95AE-9483EC6B8490\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/29964D3A-B203-4E30-95AE-9483EC6B8490.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3100,\"height\":97.760358342665170994223444722592830657958984375,\"width\":78.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68-819x1024.jpg\",\"title\":\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3099,\"height\":97.760358342665170994223444722592830657958984375,\"width\":78.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2121-1-768x1024.jpg\",\"title\":\"IMG_2121\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2121-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3098,\"height\":97.760358342665170994223444722592830657958984375,\"width\":73.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2123-1024x768.jpg\",\"title\":\"IMG_2123\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2123.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3071,\"height\":97.760358342665170994223444722592830657958984375,\"width\":130},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7488-1-1024x683.jpg\",\"title\":\"IMG_7488\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7488-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3097,\"height\":97.760358342665170994223444722592830657958984375,\"width\":146.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7489-1-683x1024.jpg\",\"title\":\"IMG_7489\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7489-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3096,\"height\":94.4685466377440405949528212659060955047607421875,\"width\":63.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7491-1-1024x682.jpg\",\"title\":\"IMG_7491\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7491-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3095,\"height\":94.4685466377440405949528212659060955047607421875,\"width\":141.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7492-1-683x1024.jpg\",\"title\":\"IMG_7492\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7492-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3094,\"height\":94.4685466377440405949528212659060955047607421875,\"width\":63.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4544-1-768x1024.jpg\",\"title\":\"IMG_4544\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4544-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3093,\"height\":94.4685466377440405949528212659060955047607421875,\"width\":70.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4542-1024x768.jpg\",\"title\":\"IMG_4542\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4542.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3059,\"height\":94.4685466377440405949528212659060955047607421875,\"width\":125.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4972e-1024x895.jpg\",\"title\":\"IMG_4972e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4972e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3055,\"height\":94.4685466377440405949528212659060955047607421875,\"width\":106.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4973-1-768x1024.jpg\",\"title\":\"IMG_4973\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4973-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3092,\"height\":94.4685466377440405949528212659060955047607421875,\"width\":70.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4974-1-1024x768.jpg\",\"title\":\"IMG_4974\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4974-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3091,\"height\":94.4685466377440405949528212659060955047607421875,\"width\":125.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4995-1-1024x938.jpg\",\"title\":\"IMG_4995\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4995-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3090,\"height\":94.4685466377440405949528212659060955047607421875,\"width\":103},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3246-1-1024x768.jpg\",\"title\":\"IMG_3246\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3246-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3089,\"height\":94.4805194805194759055666509084403514862060546875,\"width\":125.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5601-1-1024x609.jpg\",\"title\":\"IMG_5601\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5601-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3088,\"height\":94.4805194805194759055666509084403514862060546875,\"width\":158.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1-1024x768.jpg\",\"title\":\"IMG_2698\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3087,\"height\":94.4805194805194759055666509084403514862060546875,\"width\":125.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3053-1-768x1024.jpg\",\"title\":\"IMG_3053\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3053-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3086,\"height\":94.4805194805194759055666509084403514862060546875,\"width\":70.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3616-1-768x1024.jpg\",\"title\":\"IMG_3616\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3616-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3085,\"height\":94.4805194805194759055666509084403514862060546875,\"width\":70.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1482-1024x768.jpg\",\"title\":\"IMG_1482\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1482.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3083,\"height\":94.4805194805194759055666509084403514862060546875,\"width\":125.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1490-1024x768.jpg\",\"title\":\"IMG_1490\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1490.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3081,\"height\":94.4805194805194759055666509084403514862060546875,\"width\":125.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1680e-747x1024.jpg\",\"title\":\"IMG_1680e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1680e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3077,\"height\":94.4805194805194759055666509084403514862060546875,\"width\":69.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2110-1024x768.jpg\",\"title\":\"IMG_2110\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2110.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3074,\"height\":102.10035005834305366079206578433513641357421875,\"width\":135.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3854-1024x768.jpg\",\"title\":\"IMG_3854\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3854.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3061,\"height\":102.10035005834305366079206578433513641357421875,\"width\":135.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3855-1024x576.jpg\",\"title\":\"IMG_3855\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3855-rotated.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3046,\"height\":102.10035005834305366079206578433513641357421875,\"width\":180.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3920e-731x1024.jpg\",\"title\":\"IMG_3920e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3920e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3060,\"height\":102.10035005834305366079206578433513641357421875,\"width\":71.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4572e-1024x686.jpg\",\"title\":\"IMG_4572e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4572e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3056,\"height\":102.10035005834305366079206578433513641357421875,\"width\":152.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4993e-634x1024.jpg\",\"title\":\"IMG_4993e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4993e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3049,\"height\":102.10035005834305366079206578433513641357421875,\"width\":63.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5155-1024x768.jpg\",\"title\":\"IMG_5155\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5155.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3047,\"height\":102.10035005834305366079206578433513641357421875,\"width\":135.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5504e-1024x622.jpg\",\"title\":\"IMG_5504e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5504e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3044,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":148.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/NHJZ5355-1024x768.jpg\",\"title\":\"NHJZ5355\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/NHJZ5355.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3067,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":119.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5644-1024x768.jpg\",\"title\":\"IMG_5644\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5644.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3042,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":119.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5645-1024x843.jpg\",\"title\":\"IMG_5645\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5645.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3041,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":108.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3244-1024x461.jpg\",\"title\":\"IMG_3244\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3244.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3040,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":199.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8489-1024x510.jpg\",\"title\":\"IMG_8489\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8489.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3038,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":180.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8611-958x1024.jpg\",\"title\":\"IMG_8611\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8611.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3037,\"height\":99.7719498289623771825063158757984638214111328125,\"width\":93.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9395-1024x710.jpg\",\"title\":\"IMG_9395\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9395.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3036,\"height\":99.7719498289623771825063158757984638214111328125,\"width\":143.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9445-768x1024.jpg\",\"title\":\"IMG_9445\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9445.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3035,\"height\":99.7719498289623771825063158757984638214111328125,\"width\":74.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9446-768x1024.jpg\",\"title\":\"IMG_9446\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9446.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3034,\"height\":99.7719498289623771825063158757984638214111328125,\"width\":74.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9576-768x1024.jpg\",\"title\":\"IMG_9576\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9576.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3033,\"height\":99.7719498289623771825063158757984638214111328125,\"width\":74.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9777-1024x521.jpg\",\"title\":\"IMG_9777\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9777.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3032,\"height\":99.7719498289623771825063158757984638214111328125,\"width\":196.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9781-1024x470.jpg\",\"title\":\"IMG_9781\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9781.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3031,\"height\":99.7719498289623771825063158757984638214111328125,\"width\":216.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF-1024x515.jpg\",\"title\":\"75D4E00F-F35A-4C86-A1D1-D5BAC411BECF\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3030,\"height\":95.305676855895200105805997736752033233642578125,\"width\":190.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D-917x1024.jpg\",\"title\":\"72D9BE60-918C-4B4B-9C3A-4898D7D2E51D\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3029,\"height\":95.305676855895200105805997736752033233642578125,\"width\":85.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/F2351C4C-F4D9-480F-9934-083F6DFCE40A-1024x768.jpg\",\"title\":\"F2351C4C-F4D9-480F-9934-083F6DFCE40A\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/F2351C4C-F4D9-480F-9934-083F6DFCE40A.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3028,\"height\":95.305676855895200105805997736752033233642578125,\"width\":126.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1-1024x767.jpg\",\"title\":\"E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3027,\"height\":95.305676855895200105805997736752033233642578125,\"width\":127.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE-768x1024.jpg\",\"title\":\"E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3026,\"height\":95.305676855895200105805997736752033233642578125,\"width\":71.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/07AA5C2A-CBF0-4E74-9708-3305125E5505-1024x767.jpg\",\"title\":\"07AA5C2A-CBF0-4E74-9708-3305125E5505\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/07AA5C2A-CBF0-4E74-9708-3305125E5505.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3025,\"height\":95.305676855895200105805997736752033233642578125,\"width\":127.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/4C97A568-D52D-416B-A98C-57FE57513540-768x1024.jpg\",\"title\":\"4C97A568-D52D-416B-A98C-57FE57513540\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/4C97A568-D52D-416B-A98C-57FE57513540.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3024,\"height\":95.305676855895200105805997736752033233642578125,\"width\":71.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556-768x1024.jpg\",\"title\":\"IMG_2556\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3023,\"height\":95.305676855895200105805997736752033233642578125,\"width\":71.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0785-1024x758.jpg\",\"title\":\"Screenshot\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0785.jpg\",\"alt\":\"\",\"caption\":\"Screenshot\",\"thumb\":\"\",\"id\":3022,\"height\":102.470588235294115975193562917411327362060546875,\"width\":137.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2741-768x1024.jpg\",\"title\":\"IMG_2741\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2741.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3020,\"height\":102.470588235294115975193562917411327362060546875,\"width\":76.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3090-1024x768.jpg\",\"title\":\"IMG_3090\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3090.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3018,\"height\":102.470588235294115975193562917411327362060546875,\"width\":136.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3128-768x1024.jpg\",\"title\":\"IMG_3128\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3128.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3016,\"height\":102.470588235294115975193562917411327362060546875,\"width\":76.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9457-768x1024.jpg\",\"title\":\"IMG_9457\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9457.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3014,\"height\":102.470588235294115975193562917411327362060546875,\"width\":76.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9456-768x1024.jpg\",\"title\":\"IMG_9456\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9456.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3013,\"height\":102.470588235294115975193562917411327362060546875,\"width\":76.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9453-768x1024.jpg\",\"title\":\"IMG_9453\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9453.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3012,\"height\":102.470588235294115975193562917411327362060546875,\"width\":76.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9452-768x1024.jpg\",\"title\":\"IMG_9452\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9452.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3011,\"height\":102.470588235294115975193562917411327362060546875,\"width\":76.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9451-1024x768.jpg\",\"title\":\"IMG_9451\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9451.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3084,\"height\":102.470588235294115975193562917411327362060546875,\"width\":136.30000000000001136868377216160297393798828125}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'3010\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":1} -->\n<h1 class=\"wp-block-heading has-text-align-center\">Canopies and Flags</h1>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery /-->','Our Work','','inherit','closed','closed','','82-revision-v1','','','2025-06-11 17:55:44','2025-06-11 17:55:44','',82,'https://aggressivegraphix.com/?p=3149',0,'revision','',0),(3150,1,'2025-06-11 17:57:00','2025-06-11 17:57:00','<!-- wp:heading {\"textAlign\":\"center\",\"level\":1} -->\n<h1 class=\"wp-block-heading has-text-align-center\">Bike Graphics</h1>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2947,\"title\":\"Our Work \\u0026#8211; Bikes\",\"columns\":\"0\",\"row_height\":150,\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/437148274_742504491362521_7065599385733258382_n-1024x768.jpg\",\"title\":\"437148274_742504491362521_7065599385733258382_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/437148274_742504491362521_7065599385733258382_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3008,\"height\":130.8955223880597031893557868897914886474609375,\"width\":174.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/504489709_17885899926279969_177754631791483776_n-1016x1024.jpg\",\"title\":\"504489709_17885899926279969_177754631791483776_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/504489709_17885899926279969_177754631791483776_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3007,\"height\":130.8955223880597031893557868897914886474609375,\"width\":129.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/503284456_18509958433044190_7517990739271165788_n.jpg\",\"title\":\"503284456_18509958433044190_7517990739271165788_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/503284456_18509958433044190_7517990739271165788_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3006,\"height\":130.8955223880597031893557868897914886474609375,\"width\":98.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/498942563_18387584923142936_596123371765232778_n-819x1024.jpg\",\"title\":\"498942563_18387584923142936_596123371765232778_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/498942563_18387584923142936_596123371765232778_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3005,\"height\":130.8955223880597031893557868897914886474609375,\"width\":104.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/497541595_18501294259001614_2598109448780506479_n-1024x683.jpg\",\"title\":\"497541595_18501294259001614_2598109448780506479_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/497541595_18501294259001614_2598109448780506479_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3004,\"height\":130.8955223880597031893557868897914886474609375,\"width\":196.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/491442005_18510909595020751_7234922605167022337_n.jpg\",\"title\":\"491442005_18510909595020751_7234922605167022337_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/491442005_18510909595020751_7234922605167022337_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3003,\"height\":130.8955223880597031893557868897914886474609375,\"width\":174.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/488181926_644288625165545_5872832267448076159_n-1024x1024.jpg\",\"title\":\"488181926_644288625165545_5872832267448076159_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/488181926_644288625165545_5872832267448076159_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3002,\"height\":132.277526395173453011011588387191295623779296875,\"width\":132.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/486213528_18495203686033581_4058816147006171820_n.jpg\",\"title\":\"486213528_18495203686033581_4058816147006171820_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/486213528_18495203686033581_4058816147006171820_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3001,\"height\":132.277526395173453011011588387191295623779296875,\"width\":175.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470902406_1231561204578289_151210119275735549_n-1024x1024.jpg\",\"title\":\"470902406_1231561204578289_151210119275735549_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470902406_1231561204578289_151210119275735549_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3000,\"height\":132.277526395173453011011588387191295623779296875,\"width\":132.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470602685_18479309014047289_2606857417410813301_n-1024x683.jpg\",\"title\":\"470602685_18479309014047289_2606857417410813301_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470602685_18479309014047289_2606857417410813301_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2999,\"height\":132.277526395173453011011588387191295623779296875,\"width\":198.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/455036619_857294589254265_4022265624524897411_n-1024x1024.jpg\",\"title\":\"455036619_857294589254265_4022265624524897411_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/455036619_857294589254265_4022265624524897411_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2998,\"height\":132.277526395173453011011588387191295623779296875,\"width\":132.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/449859150_1194962441742133_6344605474599175091_n.jpg\",\"title\":\"449859150_1194962441742133_6344605474599175091_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/449859150_1194962441742133_6344605474599175091_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2997,\"height\":132.277526395173453011011588387191295623779296875,\"width\":105.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/447671102_18435710512058900_2002726956368915108_n.jpg\",\"title\":\"447671102_18435710512058900_2002726956368915108_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/447671102_18435710512058900_2002726956368915108_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2996,\"height\":143.770491803278702036550384946167469024658203125,\"width\":115},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445587699_786824676755447_6957098027536781905_n.jpg\",\"title\":\"445587699_786824676755447_6957098027536781905_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445587699_786824676755447_6957098027536781905_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2995,\"height\":143.770491803278702036550384946167469024658203125,\"width\":174},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445175176_463852779535417_6180761558755325466_n-1024x768.jpg\",\"title\":\"445175176_463852779535417_6180761558755325466_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445175176_463852779535417_6180761558755325466_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2994,\"height\":143.770491803278702036550384946167469024658203125,\"width\":191.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5372-1-1024x706.jpg\",\"title\":\"IMG_5372\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5372-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2993,\"height\":143.770491803278702036550384946167469024658203125,\"width\":208.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/VCYT6981.jpg\",\"title\":\"VCYT6981\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/VCYT6981.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2992,\"height\":143.770491803278702036550384946167469024658203125,\"width\":107.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PLSX7092-576x1024.jpg\",\"title\":\"PLSX7092\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PLSX7092.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2991,\"height\":143.770491803278702036550384946167469024658203125,\"width\":80.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MTJR4755-1024x768.jpg\",\"title\":\"MTJR4755\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MTJR4755.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2990,\"height\":130.0295857988165835195104591548442840576171875,\"width\":172.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MGLF7487.jpg\",\"title\":\"MGLF7487\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MGLF7487.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2989,\"height\":130.0295857988165835195104591548442840576171875,\"width\":172.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG-4317-1024x683.jpg\",\"title\":\"IMG-4317\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG-4317.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2988,\"height\":130.0295857988165835195104591548442840576171875,\"width\":195},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9012-1024x809.jpg\",\"title\":\"IMG_9012\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9012.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2987,\"height\":130.0295857988165835195104591548442840576171875,\"width\":165.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8907.jpg\",\"title\":\"IMG_8907\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8907.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2986,\"height\":130.0295857988165835195104591548442840576171875,\"width\":172.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4927.jpg\",\"title\":\"IMG_4927\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4927.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2984,\"height\":146.7445742904841381459846161305904388427734375,\"width\":195.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4900-515x1024.jpg\",\"title\":\"IMG_4900\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4900.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2983,\"height\":146.7445742904841381459846161305904388427734375,\"width\":73.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4541-1024x684.jpg\",\"title\":\"IMG_4541\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4541.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2982,\"height\":146.7445742904841381459846161305904388427734375,\"width\":220.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2833-1024x768.jpg\",\"title\":\"IMG_2833\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2833.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2978,\"height\":146.7445742904841381459846161305904388427734375,\"width\":195.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2832-1024x768.jpg\",\"title\":\"IMG_2832\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2832.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2977,\"height\":146.7445742904841381459846161305904388427734375,\"width\":195.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2831-1024x768.jpg\",\"title\":\"IMG_2831\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2831.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2976,\"height\":152.86956521739131176218506880104541778564453125,\"width\":203.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2659-576x1024.png\",\"title\":\"IMG_2659\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2659.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2973,\"height\":152.86956521739131176218506880104541778564453125,\"width\":85.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1989-768x1024.jpg\",\"title\":\"IMG_1989\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1989.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2970,\"height\":152.86956521739131176218506880104541778564453125,\"width\":114.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1734-1024x768.jpg\",\"title\":\"IMG_1734\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1734.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2968,\"height\":152.86956521739131176218506880104541778564453125,\"width\":203.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1104-1024x576.jpg\",\"title\":\"IMG_1104\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1104.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2966,\"height\":152.86956521739131176218506880104541778564453125,\"width\":272.1000000000000227373675443232059478759765625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1097.jpg\",\"title\":\"IMG_1097\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1097.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2965,\"height\":162.77777777777777146184234879910945892333984375,\"width\":216.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1095-1024x1024.jpg\",\"title\":\"IMG_1095\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1095.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2964,\"height\":162.77777777777777146184234879910945892333984375,\"width\":162.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1089.jpg\",\"title\":\"IMG_1089\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1089.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2963,\"height\":162.77777777777777146184234879910945892333984375,\"width\":245.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1084-576x1024.png\",\"title\":\"IMG_1084\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1084.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2960,\"height\":162.77777777777777146184234879910945892333984375,\"width\":91.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1079-1024x1019.jpg\",\"title\":\"IMG_1079\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1079.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2959,\"height\":162.77777777777777146184234879910945892333984375,\"width\":162.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0944.jpg\",\"title\":\"IMG_0944\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0944.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2958,\"height\":150.341296928327636805988731794059276580810546875,\"width\":225.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0501.jpg\",\"title\":\"Screenshot\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0501.jpg\",\"alt\":\"\",\"caption\":\"Screenshot\",\"thumb\":\"\",\"id\":2957,\"height\":150.341296928327636805988731794059276580810546875,\"width\":228.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0498.jpg\",\"title\":\"Screenshot\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0498.jpg\",\"alt\":\"\",\"caption\":\"Screenshot\",\"thumb\":\"\",\"id\":2954,\"height\":150.341296928327636805988731794059276580810546875,\"width\":227},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/87953997_230236561487320_861082269299769344_n.jpg\",\"title\":\"87953997_230236561487320_861082269299769344_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/87953997_230236561487320_861082269299769344_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2953,\"height\":150.341296928327636805988731794059276580810546875,\"width\":200},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/811871D3-C280-46D5-9DBC-589C4E700472.jpg\",\"title\":\"811871D3-C280-46D5-9DBC-589C4E700472\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/811871D3-C280-46D5-9DBC-589C4E700472.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2951,\"height\":153.752181500872580954819568432867527008056640625,\"width\":232.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F.jpg\",\"title\":\"09002F42-61AF-4003-9CC1-C09F374AC11F\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2950,\"height\":153.752181500872580954819568432867527008056640625,\"width\":215.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2-1024x803.jpg\",\"title\":\"9BEACE47-192C-4771-87CB-55F3CD28C0E2\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2949,\"height\":153.752181500872580954819568432867527008056640625,\"width\":196.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A.jpg\",\"title\":\"0A06FF3E-3164-4558-90E1-6547222E7B0A\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2948,\"height\":153.752181500872580954819568432867527008056640625,\"width\":236.80000000000001136868377216160297393798828125}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2947\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":1} -->\n<h1 class=\"wp-block-heading has-text-align-center\">Vehicle Wraps and Tinting</h1>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":3010,\"title\":\"Our Work \\u0026#8211; Wraps\",\"columns\":\"0\",\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3812-951x1024.jpg\",\"title\":\"IMG_3812\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3812.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3148,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":89.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3845-768x1024.jpg\",\"title\":\"IMG_3845\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3845.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3147,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3846-768x1024.jpg\",\"title\":\"IMG_3846\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3846.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3146,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3897-896x1024.jpg\",\"title\":\"IMG_3897\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3897.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3145,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":84.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3944-768x1024.jpg\",\"title\":\"IMG_3944\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3944.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3144,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948-1016x1024.jpg\",\"title\":\"IMG_3948\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3143,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":95.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3960-1002x1024.jpg\",\"title\":\"IMG_3960\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3960.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3141,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":94.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3966-768x1024.jpg\",\"title\":\"IMG_3966\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3966.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3140,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4020-768x1024.jpg\",\"title\":\"IMG_4020\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4020.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3139,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021-768x1024.jpg\",\"title\":\"IMG_4021\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3138,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4035-768x1024.jpg\",\"title\":\"IMG_4035\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4035.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3137,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4036-768x1024.jpg\",\"title\":\"IMG_4036\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4036.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3136,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4054-768x1024.jpg\",\"title\":\"IMG_4054\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4054.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3135,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055-768x1024.jpg\",\"title\":\"IMG_4055\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3134,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071-768x1024.jpg\",\"title\":\"IMG_4071\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3133,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2560-768x1024.jpg\",\"title\":\"IMG_2560\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2560.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3132,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9439-1024x674.jpg\",\"title\":\"IMG_9439\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9439.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3131,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":143.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009-768x1024.jpg\",\"title\":\"IMG_8009\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3130,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7456-768x1024.jpg\",\"title\":\"IMG_7456\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7456.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3129,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455-768x1024.jpg\",\"title\":\"IMG_7455\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3128,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7447-768x1024.jpg\",\"title\":\"IMG_7447\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7447.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3127,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307-930x1024.jpg\",\"title\":\"IMG_7307\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3126,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":85.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7301-768x1024.jpg\",\"title\":\"IMG_7301\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7301.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3125,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207-768x1024.jpg\",\"title\":\"IMG_7207\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3124,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7204-768x1024.jpg\",\"title\":\"IMG_7204\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7204.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3123,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7042-768x1024.jpg\",\"title\":\"IMG_7042\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7042.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3122,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_6976-1024x768.jpg\",\"title\":\"IMG_6976\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_6976.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3121,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":130.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4031-1024x683.jpg\",\"title\":\"IMG_4031\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4031.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3120,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":147.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3619-768x1024.jpg\",\"title\":\"IMG_3619\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3619.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3119,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3617-768x1024.jpg\",\"title\":\"IMG_3617\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3617.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3118,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3305-768x1024.jpg\",\"title\":\"IMG_3305\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3305.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3117,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3223-768x1024.jpg\",\"title\":\"IMG_3223\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3223.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3116,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222-768x1024.jpg\",\"title\":\"IMG_3222\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3115,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120-768x1024.jpg\",\"title\":\"IMG_3120\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3114,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3064-768x1024.jpg\",\"title\":\"IMG_3064\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3064.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3113,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3062-768x1024.jpg\",\"title\":\"IMG_3062\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3062.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3112,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2559-768x1024.jpg\",\"title\":\"IMG_2559\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2559.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3111,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961-768x1024.jpg\",\"title\":\"IMG_1961\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3110,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1797-768x1024.jpg\",\"title\":\"IMG_1797\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1797.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3109,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796-768x1024.jpg\",\"title\":\"IMG_1796\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3108,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1011-768x1024.jpg\",\"title\":\"IMG_1011\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1011.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3107,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1010-768x1024.jpg\",\"title\":\"IMG_1010\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1010.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3106,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009-768x1024.jpg\",\"title\":\"IMG_1009\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3105,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698-768x1024.jpg\",\"title\":\"IMG_0698\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3104,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0696-768x1024.jpg\",\"title\":\"IMG_0696\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0696.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3103,\"height\":97.760358342665170994223444722592830657958984375,\"width\":73.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/68470976_1346433938856221_3994837700069818368_n-1024x683.jpg\",\"title\":\"68470976_1346433938856221_3994837700069818368_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/68470976_1346433938856221_3994837700069818368_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3102,\"height\":97.760358342665170994223444722592830657958984375,\"width\":146.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/67738814_2380243855588700_6910048023540137984_n-1024x683.jpg\",\"title\":\"67738814_2380243855588700_6910048023540137984_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/67738814_2380243855588700_6910048023540137984_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3101,\"height\":97.760358342665170994223444722592830657958984375,\"width\":146.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/29964D3A-B203-4E30-95AE-9483EC6B8490-819x1024.jpg\",\"title\":\"29964D3A-B203-4E30-95AE-9483EC6B8490\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/29964D3A-B203-4E30-95AE-9483EC6B8490.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3100,\"height\":97.760358342665170994223444722592830657958984375,\"width\":78.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68-819x1024.jpg\",\"title\":\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3099,\"height\":97.760358342665170994223444722592830657958984375,\"width\":78.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2121-1-768x1024.jpg\",\"title\":\"IMG_2121\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2121-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3098,\"height\":97.760358342665170994223444722592830657958984375,\"width\":73.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2123-1024x768.jpg\",\"title\":\"IMG_2123\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2123.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3071,\"height\":97.760358342665170994223444722592830657958984375,\"width\":130},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7488-1-1024x683.jpg\",\"title\":\"IMG_7488\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7488-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3097,\"height\":97.760358342665170994223444722592830657958984375,\"width\":146.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7489-1-683x1024.jpg\",\"title\":\"IMG_7489\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7489-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3096,\"height\":94.4685466377440405949528212659060955047607421875,\"width\":63.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7491-1-1024x682.jpg\",\"title\":\"IMG_7491\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7491-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3095,\"height\":94.4685466377440405949528212659060955047607421875,\"width\":141.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7492-1-683x1024.jpg\",\"title\":\"IMG_7492\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7492-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3094,\"height\":94.4685466377440405949528212659060955047607421875,\"width\":63.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4544-1-768x1024.jpg\",\"title\":\"IMG_4544\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4544-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3093,\"height\":94.4685466377440405949528212659060955047607421875,\"width\":70.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4542-1024x768.jpg\",\"title\":\"IMG_4542\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4542.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3059,\"height\":94.4685466377440405949528212659060955047607421875,\"width\":125.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4972e-1024x895.jpg\",\"title\":\"IMG_4972e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4972e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3055,\"height\":94.4685466377440405949528212659060955047607421875,\"width\":106.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4973-1-768x1024.jpg\",\"title\":\"IMG_4973\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4973-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3092,\"height\":94.4685466377440405949528212659060955047607421875,\"width\":70.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4974-1-1024x768.jpg\",\"title\":\"IMG_4974\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4974-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3091,\"height\":94.4685466377440405949528212659060955047607421875,\"width\":125.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4995-1-1024x938.jpg\",\"title\":\"IMG_4995\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4995-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3090,\"height\":94.4685466377440405949528212659060955047607421875,\"width\":103},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3246-1-1024x768.jpg\",\"title\":\"IMG_3246\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3246-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3089,\"height\":94.4805194805194759055666509084403514862060546875,\"width\":125.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5601-1-1024x609.jpg\",\"title\":\"IMG_5601\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5601-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3088,\"height\":94.4805194805194759055666509084403514862060546875,\"width\":158.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1-1024x768.jpg\",\"title\":\"IMG_2698\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3087,\"height\":94.4805194805194759055666509084403514862060546875,\"width\":125.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3053-1-768x1024.jpg\",\"title\":\"IMG_3053\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3053-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3086,\"height\":94.4805194805194759055666509084403514862060546875,\"width\":70.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3616-1-768x1024.jpg\",\"title\":\"IMG_3616\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3616-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3085,\"height\":94.4805194805194759055666509084403514862060546875,\"width\":70.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1482-1024x768.jpg\",\"title\":\"IMG_1482\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1482.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3083,\"height\":94.4805194805194759055666509084403514862060546875,\"width\":125.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1490-1024x768.jpg\",\"title\":\"IMG_1490\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1490.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3081,\"height\":94.4805194805194759055666509084403514862060546875,\"width\":125.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1680e-747x1024.jpg\",\"title\":\"IMG_1680e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1680e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3077,\"height\":94.4805194805194759055666509084403514862060546875,\"width\":69.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2110-1024x768.jpg\",\"title\":\"IMG_2110\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2110.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3074,\"height\":102.10035005834305366079206578433513641357421875,\"width\":135.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3854-1024x768.jpg\",\"title\":\"IMG_3854\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3854.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3061,\"height\":102.10035005834305366079206578433513641357421875,\"width\":135.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3855-1024x576.jpg\",\"title\":\"IMG_3855\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3855-rotated.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3046,\"height\":102.10035005834305366079206578433513641357421875,\"width\":180.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3920e-731x1024.jpg\",\"title\":\"IMG_3920e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3920e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3060,\"height\":102.10035005834305366079206578433513641357421875,\"width\":71.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4572e-1024x686.jpg\",\"title\":\"IMG_4572e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4572e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3056,\"height\":102.10035005834305366079206578433513641357421875,\"width\":152.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4993e-634x1024.jpg\",\"title\":\"IMG_4993e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4993e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3049,\"height\":102.10035005834305366079206578433513641357421875,\"width\":63.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5155-1024x768.jpg\",\"title\":\"IMG_5155\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5155.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3047,\"height\":102.10035005834305366079206578433513641357421875,\"width\":135.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5504e-1024x622.jpg\",\"title\":\"IMG_5504e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5504e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3044,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":148.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/NHJZ5355-1024x768.jpg\",\"title\":\"NHJZ5355\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/NHJZ5355.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3067,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":119.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5644-1024x768.jpg\",\"title\":\"IMG_5644\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5644.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3042,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":119.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5645-1024x843.jpg\",\"title\":\"IMG_5645\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5645.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3041,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":108.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3244-1024x461.jpg\",\"title\":\"IMG_3244\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3244.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3040,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":199.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8489-1024x510.jpg\",\"title\":\"IMG_8489\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8489.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3038,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":180.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8611-958x1024.jpg\",\"title\":\"IMG_8611\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8611.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3037,\"height\":99.7719498289623771825063158757984638214111328125,\"width\":93.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9395-1024x710.jpg\",\"title\":\"IMG_9395\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9395.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3036,\"height\":99.7719498289623771825063158757984638214111328125,\"width\":143.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9445-768x1024.jpg\",\"title\":\"IMG_9445\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9445.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3035,\"height\":99.7719498289623771825063158757984638214111328125,\"width\":74.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9446-768x1024.jpg\",\"title\":\"IMG_9446\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9446.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3034,\"height\":99.7719498289623771825063158757984638214111328125,\"width\":74.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9576-768x1024.jpg\",\"title\":\"IMG_9576\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9576.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3033,\"height\":99.7719498289623771825063158757984638214111328125,\"width\":74.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9777-1024x521.jpg\",\"title\":\"IMG_9777\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9777.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3032,\"height\":99.7719498289623771825063158757984638214111328125,\"width\":196.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9781-1024x470.jpg\",\"title\":\"IMG_9781\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9781.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3031,\"height\":99.7719498289623771825063158757984638214111328125,\"width\":216.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF-1024x515.jpg\",\"title\":\"75D4E00F-F35A-4C86-A1D1-D5BAC411BECF\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3030,\"height\":95.305676855895200105805997736752033233642578125,\"width\":190.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D-917x1024.jpg\",\"title\":\"72D9BE60-918C-4B4B-9C3A-4898D7D2E51D\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3029,\"height\":95.305676855895200105805997736752033233642578125,\"width\":85.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/F2351C4C-F4D9-480F-9934-083F6DFCE40A-1024x768.jpg\",\"title\":\"F2351C4C-F4D9-480F-9934-083F6DFCE40A\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/F2351C4C-F4D9-480F-9934-083F6DFCE40A.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3028,\"height\":95.305676855895200105805997736752033233642578125,\"width\":126.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1-1024x767.jpg\",\"title\":\"E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3027,\"height\":95.305676855895200105805997736752033233642578125,\"width\":127.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE-768x1024.jpg\",\"title\":\"E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3026,\"height\":95.305676855895200105805997736752033233642578125,\"width\":71.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/07AA5C2A-CBF0-4E74-9708-3305125E5505-1024x767.jpg\",\"title\":\"07AA5C2A-CBF0-4E74-9708-3305125E5505\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/07AA5C2A-CBF0-4E74-9708-3305125E5505.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3025,\"height\":95.305676855895200105805997736752033233642578125,\"width\":127.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/4C97A568-D52D-416B-A98C-57FE57513540-768x1024.jpg\",\"title\":\"4C97A568-D52D-416B-A98C-57FE57513540\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/4C97A568-D52D-416B-A98C-57FE57513540.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3024,\"height\":95.305676855895200105805997736752033233642578125,\"width\":71.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556-768x1024.jpg\",\"title\":\"IMG_2556\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3023,\"height\":95.305676855895200105805997736752033233642578125,\"width\":71.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0785-1024x758.jpg\",\"title\":\"Screenshot\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0785.jpg\",\"alt\":\"\",\"caption\":\"Screenshot\",\"thumb\":\"\",\"id\":3022,\"height\":102.470588235294115975193562917411327362060546875,\"width\":137.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2741-768x1024.jpg\",\"title\":\"IMG_2741\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2741.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3020,\"height\":102.470588235294115975193562917411327362060546875,\"width\":76.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3090-1024x768.jpg\",\"title\":\"IMG_3090\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3090.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3018,\"height\":102.470588235294115975193562917411327362060546875,\"width\":136.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3128-768x1024.jpg\",\"title\":\"IMG_3128\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3128.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3016,\"height\":102.470588235294115975193562917411327362060546875,\"width\":76.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9457-768x1024.jpg\",\"title\":\"IMG_9457\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9457.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3014,\"height\":102.470588235294115975193562917411327362060546875,\"width\":76.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9456-768x1024.jpg\",\"title\":\"IMG_9456\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9456.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3013,\"height\":102.470588235294115975193562917411327362060546875,\"width\":76.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9453-768x1024.jpg\",\"title\":\"IMG_9453\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9453.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3012,\"height\":102.470588235294115975193562917411327362060546875,\"width\":76.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9452-768x1024.jpg\",\"title\":\"IMG_9452\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9452.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3011,\"height\":102.470588235294115975193562917411327362060546875,\"width\":76.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9451-1024x768.jpg\",\"title\":\"IMG_9451\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9451.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3084,\"height\":102.470588235294115975193562917411327362060546875,\"width\":136.30000000000001136868377216160297393798828125}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'3010\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":1} -->\n<h1 class=\"wp-block-heading has-text-align-center\">Canopies and Flags</h1>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery /-->','Our Work','','inherit','closed','closed','','82-revision-v1','','','2025-06-11 17:57:00','2025-06-11 17:57:00','',82,'https://aggressivegraphix.com/?p=3150',0,'revision','',0);
INSERT INTO `nbn_posts` VALUES (3151,1,'2025-06-11 17:57:23','2025-06-11 17:57:23','<!-- wp:heading {\"textAlign\":\"center\",\"level\":1} -->\n<h1 class=\"wp-block-heading has-text-align-center\">Bike Graphics</h1>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2947,\"title\":\"Our Work \\u0026#8211; Bikes\",\"columns\":\"0\",\"row_height\":120,\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/437148274_742504491362521_7065599385733258382_n-1024x768.jpg\",\"title\":\"437148274_742504491362521_7065599385733258382_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/437148274_742504491362521_7065599385733258382_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3008,\"height\":113.6363636363636402393240132369101047515869140625,\"width\":151.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/504489709_17885899926279969_177754631791483776_n-1016x1024.jpg\",\"title\":\"504489709_17885899926279969_177754631791483776_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/504489709_17885899926279969_177754631791483776_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3007,\"height\":113.6363636363636402393240132369101047515869140625,\"width\":112.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/503284456_18509958433044190_7517990739271165788_n.jpg\",\"title\":\"503284456_18509958433044190_7517990739271165788_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/503284456_18509958433044190_7517990739271165788_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3006,\"height\":113.6363636363636402393240132369101047515869140625,\"width\":85.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/498942563_18387584923142936_596123371765232778_n-819x1024.jpg\",\"title\":\"498942563_18387584923142936_596123371765232778_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/498942563_18387584923142936_596123371765232778_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3005,\"height\":113.6363636363636402393240132369101047515869140625,\"width\":90.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/497541595_18501294259001614_2598109448780506479_n-1024x683.jpg\",\"title\":\"497541595_18501294259001614_2598109448780506479_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/497541595_18501294259001614_2598109448780506479_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3004,\"height\":113.6363636363636402393240132369101047515869140625,\"width\":170.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/491442005_18510909595020751_7234922605167022337_n.jpg\",\"title\":\"491442005_18510909595020751_7234922605167022337_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/491442005_18510909595020751_7234922605167022337_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3003,\"height\":113.6363636363636402393240132369101047515869140625,\"width\":151.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/488181926_644288625165545_5872832267448076159_n-1024x1024.jpg\",\"title\":\"488181926_644288625165545_5872832267448076159_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/488181926_644288625165545_5872832267448076159_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3002,\"height\":113.6363636363636402393240132369101047515869140625,\"width\":113.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/486213528_18495203686033581_4058816147006171820_n.jpg\",\"title\":\"486213528_18495203686033581_4058816147006171820_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/486213528_18495203686033581_4058816147006171820_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3001,\"height\":114.528795811518335767686949111521244049072265625,\"width\":152.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470902406_1231561204578289_151210119275735549_n-1024x1024.jpg\",\"title\":\"470902406_1231561204578289_151210119275735549_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470902406_1231561204578289_151210119275735549_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3000,\"height\":114.528795811518335767686949111521244049072265625,\"width\":114.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470602685_18479309014047289_2606857417410813301_n-1024x683.jpg\",\"title\":\"470602685_18479309014047289_2606857417410813301_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470602685_18479309014047289_2606857417410813301_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2999,\"height\":114.528795811518335767686949111521244049072265625,\"width\":171.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/455036619_857294589254265_4022265624524897411_n-1024x1024.jpg\",\"title\":\"455036619_857294589254265_4022265624524897411_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/455036619_857294589254265_4022265624524897411_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2998,\"height\":114.528795811518335767686949111521244049072265625,\"width\":114.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/449859150_1194962441742133_6344605474599175091_n.jpg\",\"title\":\"449859150_1194962441742133_6344605474599175091_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/449859150_1194962441742133_6344605474599175091_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2997,\"height\":114.528795811518335767686949111521244049072265625,\"width\":91.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/447671102_18435710512058900_2002726956368915108_n.jpg\",\"title\":\"447671102_18435710512058900_2002726956368915108_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/447671102_18435710512058900_2002726956368915108_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2996,\"height\":114.528795811518335767686949111521244049072265625,\"width\":91.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445587699_786824676755447_6957098027536781905_n.jpg\",\"title\":\"445587699_786824676755447_6957098027536781905_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445587699_786824676755447_6957098027536781905_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2995,\"height\":114.528795811518335767686949111521244049072265625,\"width\":138.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445175176_463852779535417_6180761558755325466_n-1024x768.jpg\",\"title\":\"445175176_463852779535417_6180761558755325466_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445175176_463852779535417_6180761558755325466_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2994,\"height\":106.06060606060606232858845032751560211181640625,\"width\":141.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5372-1-1024x706.jpg\",\"title\":\"IMG_5372\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5372-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2993,\"height\":106.06060606060606232858845032751560211181640625,\"width\":153.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/VCYT6981.jpg\",\"title\":\"VCYT6981\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/VCYT6981.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2992,\"height\":106.06060606060606232858845032751560211181640625,\"width\":79.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PLSX7092-576x1024.jpg\",\"title\":\"PLSX7092\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PLSX7092.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2991,\"height\":106.06060606060606232858845032751560211181640625,\"width\":59.39999999999999857891452847979962825775146484375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MTJR4755-1024x768.jpg\",\"title\":\"MTJR4755\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MTJR4755.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2990,\"height\":106.06060606060606232858845032751560211181640625,\"width\":141.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MGLF7487.jpg\",\"title\":\"MGLF7487\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MGLF7487.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2989,\"height\":106.06060606060606232858845032751560211181640625,\"width\":141.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG-4317-1024x683.jpg\",\"title\":\"IMG-4317\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG-4317.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2988,\"height\":106.06060606060606232858845032751560211181640625,\"width\":159.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9012-1024x809.jpg\",\"title\":\"IMG_9012\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9012.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2987,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":129.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8907.jpg\",\"title\":\"IMG_8907\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8907.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2986,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":135.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4927.jpg\",\"title\":\"IMG_4927\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4927.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2984,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":135.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4900-515x1024.jpg\",\"title\":\"IMG_4900\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4900.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2983,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":50.89999999999999857891452847979962825775146484375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4541-1024x684.jpg\",\"title\":\"IMG_4541\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4541.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2982,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":152.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2833-1024x768.jpg\",\"title\":\"IMG_2833\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2833.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2978,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":135.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2832-1024x768.jpg\",\"title\":\"IMG_2832\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2832.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2977,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":135.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2831-1024x768.jpg\",\"title\":\"IMG_2831\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2831.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2976,\"height\":108.2920792079207927827155799604952335357666015625,\"width\":144},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2659-576x1024.png\",\"title\":\"IMG_2659\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2659.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2973,\"height\":108.2920792079207927827155799604952335357666015625,\"width\":60.60000000000000142108547152020037174224853515625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1989-768x1024.jpg\",\"title\":\"IMG_1989\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1989.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2970,\"height\":108.2920792079207927827155799604952335357666015625,\"width\":81.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1734-1024x768.jpg\",\"title\":\"IMG_1734\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1734.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2968,\"height\":108.2920792079207927827155799604952335357666015625,\"width\":144},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1104-1024x576.jpg\",\"title\":\"IMG_1104\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1104.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2966,\"height\":108.2920792079207927827155799604952335357666015625,\"width\":192.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1097.jpg\",\"title\":\"IMG_1097\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1097.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2965,\"height\":108.2920792079207927827155799604952335357666015625,\"width\":144},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1095-1024x1024.jpg\",\"title\":\"IMG_1095\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1095.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2964,\"height\":108.2920792079207927827155799604952335357666015625,\"width\":108.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1089.jpg\",\"title\":\"IMG_1089\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1089.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2963,\"height\":115.3947368421052743769905646331608295440673828125,\"width\":174.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1084-576x1024.png\",\"title\":\"IMG_1084\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1084.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2960,\"height\":115.3947368421052743769905646331608295440673828125,\"width\":64.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1079-1024x1019.jpg\",\"title\":\"IMG_1079\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1079.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2959,\"height\":115.3947368421052743769905646331608295440673828125,\"width\":115.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0944.jpg\",\"title\":\"IMG_0944\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0944.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2958,\"height\":115.3947368421052743769905646331608295440673828125,\"width\":173.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0501.jpg\",\"title\":\"Screenshot\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0501.jpg\",\"alt\":\"\",\"caption\":\"Screenshot\",\"thumb\":\"\",\"id\":2957,\"height\":115.3947368421052743769905646331608295440673828125,\"width\":175.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0498.jpg\",\"title\":\"Screenshot\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0498.jpg\",\"alt\":\"\",\"caption\":\"Screenshot\",\"thumb\":\"\",\"id\":2954,\"height\":115.3947368421052743769905646331608295440673828125,\"width\":174.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/87953997_230236561487320_861082269299769344_n.jpg\",\"title\":\"87953997_230236561487320_861082269299769344_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/87953997_230236561487320_861082269299769344_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2953,\"height\":124.5042492917846885802646283991634845733642578125,\"width\":165.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/811871D3-C280-46D5-9DBC-589C4E700472.jpg\",\"title\":\"811871D3-C280-46D5-9DBC-589C4E700472\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/811871D3-C280-46D5-9DBC-589C4E700472.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2951,\"height\":124.5042492917846885802646283991634845733642578125,\"width\":188},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F.jpg\",\"title\":\"09002F42-61AF-4003-9CC1-C09F374AC11F\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2950,\"height\":124.5042492917846885802646283991634845733642578125,\"width\":174.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2-1024x803.jpg\",\"title\":\"9BEACE47-192C-4771-87CB-55F3CD28C0E2\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2949,\"height\":124.5042492917846885802646283991634845733642578125,\"width\":159.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A.jpg\",\"title\":\"0A06FF3E-3164-4558-90E1-6547222E7B0A\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2948,\"height\":124.5042492917846885802646283991634845733642578125,\"width\":191.69999999999998863131622783839702606201171875}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2947\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":1} -->\n<h1 class=\"wp-block-heading has-text-align-center\">Vehicle Wraps and Tinting</h1>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":3010,\"title\":\"Our Work \\u0026#8211; Wraps\",\"columns\":\"0\",\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3812-951x1024.jpg\",\"title\":\"IMG_3812\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3812.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3148,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":89.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3845-768x1024.jpg\",\"title\":\"IMG_3845\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3845.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3147,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3846-768x1024.jpg\",\"title\":\"IMG_3846\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3846.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3146,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3897-896x1024.jpg\",\"title\":\"IMG_3897\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3897.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3145,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":84.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3944-768x1024.jpg\",\"title\":\"IMG_3944\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3944.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3144,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948-1016x1024.jpg\",\"title\":\"IMG_3948\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3143,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":95.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3960-1002x1024.jpg\",\"title\":\"IMG_3960\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3960.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3141,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":94.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3966-768x1024.jpg\",\"title\":\"IMG_3966\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3966.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3140,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4020-768x1024.jpg\",\"title\":\"IMG_4020\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4020.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3139,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021-768x1024.jpg\",\"title\":\"IMG_4021\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3138,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4035-768x1024.jpg\",\"title\":\"IMG_4035\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4035.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3137,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4036-768x1024.jpg\",\"title\":\"IMG_4036\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4036.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3136,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4054-768x1024.jpg\",\"title\":\"IMG_4054\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4054.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3135,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055-768x1024.jpg\",\"title\":\"IMG_4055\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3134,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071-768x1024.jpg\",\"title\":\"IMG_4071\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3133,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2560-768x1024.jpg\",\"title\":\"IMG_2560\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2560.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3132,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9439-1024x674.jpg\",\"title\":\"IMG_9439\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9439.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3131,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":143.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009-768x1024.jpg\",\"title\":\"IMG_8009\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3130,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7456-768x1024.jpg\",\"title\":\"IMG_7456\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7456.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3129,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455-768x1024.jpg\",\"title\":\"IMG_7455\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3128,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7447-768x1024.jpg\",\"title\":\"IMG_7447\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7447.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3127,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307-930x1024.jpg\",\"title\":\"IMG_7307\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3126,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":85.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7301-768x1024.jpg\",\"title\":\"IMG_7301\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7301.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3125,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207-768x1024.jpg\",\"title\":\"IMG_7207\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3124,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7204-768x1024.jpg\",\"title\":\"IMG_7204\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7204.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3123,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7042-768x1024.jpg\",\"title\":\"IMG_7042\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7042.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3122,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_6976-1024x768.jpg\",\"title\":\"IMG_6976\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_6976.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3121,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":130.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4031-1024x683.jpg\",\"title\":\"IMG_4031\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4031.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3120,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":147.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3619-768x1024.jpg\",\"title\":\"IMG_3619\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3619.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3119,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3617-768x1024.jpg\",\"title\":\"IMG_3617\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3617.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3118,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3305-768x1024.jpg\",\"title\":\"IMG_3305\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3305.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3117,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3223-768x1024.jpg\",\"title\":\"IMG_3223\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3223.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3116,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222-768x1024.jpg\",\"title\":\"IMG_3222\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3115,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120-768x1024.jpg\",\"title\":\"IMG_3120\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3114,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3064-768x1024.jpg\",\"title\":\"IMG_3064\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3064.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3113,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3062-768x1024.jpg\",\"title\":\"IMG_3062\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3062.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3112,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2559-768x1024.jpg\",\"title\":\"IMG_2559\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2559.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3111,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961-768x1024.jpg\",\"title\":\"IMG_1961\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3110,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1797-768x1024.jpg\",\"title\":\"IMG_1797\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1797.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3109,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796-768x1024.jpg\",\"title\":\"IMG_1796\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3108,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1011-768x1024.jpg\",\"title\":\"IMG_1011\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1011.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3107,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1010-768x1024.jpg\",\"title\":\"IMG_1010\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1010.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3106,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009-768x1024.jpg\",\"title\":\"IMG_1009\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3105,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698-768x1024.jpg\",\"title\":\"IMG_0698\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3104,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0696-768x1024.jpg\",\"title\":\"IMG_0696\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0696.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3103,\"height\":97.760358342665170994223444722592830657958984375,\"width\":73.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/68470976_1346433938856221_3994837700069818368_n-1024x683.jpg\",\"title\":\"68470976_1346433938856221_3994837700069818368_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/68470976_1346433938856221_3994837700069818368_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3102,\"height\":97.760358342665170994223444722592830657958984375,\"width\":146.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/67738814_2380243855588700_6910048023540137984_n-1024x683.jpg\",\"title\":\"67738814_2380243855588700_6910048023540137984_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/67738814_2380243855588700_6910048023540137984_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3101,\"height\":97.760358342665170994223444722592830657958984375,\"width\":146.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/29964D3A-B203-4E30-95AE-9483EC6B8490-819x1024.jpg\",\"title\":\"29964D3A-B203-4E30-95AE-9483EC6B8490\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/29964D3A-B203-4E30-95AE-9483EC6B8490.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3100,\"height\":97.760358342665170994223444722592830657958984375,\"width\":78.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68-819x1024.jpg\",\"title\":\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3099,\"height\":97.760358342665170994223444722592830657958984375,\"width\":78.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2121-1-768x1024.jpg\",\"title\":\"IMG_2121\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2121-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3098,\"height\":97.760358342665170994223444722592830657958984375,\"width\":73.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2123-1024x768.jpg\",\"title\":\"IMG_2123\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2123.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3071,\"height\":97.760358342665170994223444722592830657958984375,\"width\":130},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7488-1-1024x683.jpg\",\"title\":\"IMG_7488\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7488-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3097,\"height\":97.760358342665170994223444722592830657958984375,\"width\":146.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7489-1-683x1024.jpg\",\"title\":\"IMG_7489\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7489-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3096,\"height\":94.4685466377440405949528212659060955047607421875,\"width\":63.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7491-1-1024x682.jpg\",\"title\":\"IMG_7491\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7491-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3095,\"height\":94.4685466377440405949528212659060955047607421875,\"width\":141.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7492-1-683x1024.jpg\",\"title\":\"IMG_7492\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7492-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3094,\"height\":94.4685466377440405949528212659060955047607421875,\"width\":63.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4544-1-768x1024.jpg\",\"title\":\"IMG_4544\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4544-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3093,\"height\":94.4685466377440405949528212659060955047607421875,\"width\":70.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4542-1024x768.jpg\",\"title\":\"IMG_4542\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4542.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3059,\"height\":94.4685466377440405949528212659060955047607421875,\"width\":125.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4972e-1024x895.jpg\",\"title\":\"IMG_4972e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4972e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3055,\"height\":94.4685466377440405949528212659060955047607421875,\"width\":106.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4973-1-768x1024.jpg\",\"title\":\"IMG_4973\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4973-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3092,\"height\":94.4685466377440405949528212659060955047607421875,\"width\":70.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4974-1-1024x768.jpg\",\"title\":\"IMG_4974\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4974-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3091,\"height\":94.4685466377440405949528212659060955047607421875,\"width\":125.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4995-1-1024x938.jpg\",\"title\":\"IMG_4995\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4995-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3090,\"height\":94.4685466377440405949528212659060955047607421875,\"width\":103},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3246-1-1024x768.jpg\",\"title\":\"IMG_3246\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3246-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3089,\"height\":94.4805194805194759055666509084403514862060546875,\"width\":125.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5601-1-1024x609.jpg\",\"title\":\"IMG_5601\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5601-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3088,\"height\":94.4805194805194759055666509084403514862060546875,\"width\":158.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1-1024x768.jpg\",\"title\":\"IMG_2698\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3087,\"height\":94.4805194805194759055666509084403514862060546875,\"width\":125.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3053-1-768x1024.jpg\",\"title\":\"IMG_3053\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3053-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3086,\"height\":94.4805194805194759055666509084403514862060546875,\"width\":70.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3616-1-768x1024.jpg\",\"title\":\"IMG_3616\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3616-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3085,\"height\":94.4805194805194759055666509084403514862060546875,\"width\":70.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1482-1024x768.jpg\",\"title\":\"IMG_1482\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1482.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3083,\"height\":94.4805194805194759055666509084403514862060546875,\"width\":125.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1490-1024x768.jpg\",\"title\":\"IMG_1490\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1490.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3081,\"height\":94.4805194805194759055666509084403514862060546875,\"width\":125.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1680e-747x1024.jpg\",\"title\":\"IMG_1680e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1680e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3077,\"height\":94.4805194805194759055666509084403514862060546875,\"width\":69.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2110-1024x768.jpg\",\"title\":\"IMG_2110\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2110.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3074,\"height\":102.10035005834305366079206578433513641357421875,\"width\":135.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3854-1024x768.jpg\",\"title\":\"IMG_3854\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3854.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3061,\"height\":102.10035005834305366079206578433513641357421875,\"width\":135.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3855-1024x576.jpg\",\"title\":\"IMG_3855\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3855-rotated.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3046,\"height\":102.10035005834305366079206578433513641357421875,\"width\":180.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3920e-731x1024.jpg\",\"title\":\"IMG_3920e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3920e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3060,\"height\":102.10035005834305366079206578433513641357421875,\"width\":71.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4572e-1024x686.jpg\",\"title\":\"IMG_4572e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4572e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3056,\"height\":102.10035005834305366079206578433513641357421875,\"width\":152.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4993e-634x1024.jpg\",\"title\":\"IMG_4993e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4993e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3049,\"height\":102.10035005834305366079206578433513641357421875,\"width\":63.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5155-1024x768.jpg\",\"title\":\"IMG_5155\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5155.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3047,\"height\":102.10035005834305366079206578433513641357421875,\"width\":135.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5504e-1024x622.jpg\",\"title\":\"IMG_5504e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5504e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3044,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":148.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/NHJZ5355-1024x768.jpg\",\"title\":\"NHJZ5355\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/NHJZ5355.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3067,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":119.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5644-1024x768.jpg\",\"title\":\"IMG_5644\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5644.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3042,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":119.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5645-1024x843.jpg\",\"title\":\"IMG_5645\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5645.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3041,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":108.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3244-1024x461.jpg\",\"title\":\"IMG_3244\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3244.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3040,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":199.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8489-1024x510.jpg\",\"title\":\"IMG_8489\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8489.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3038,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":180.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8611-958x1024.jpg\",\"title\":\"IMG_8611\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8611.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3037,\"height\":99.7719498289623771825063158757984638214111328125,\"width\":93.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9395-1024x710.jpg\",\"title\":\"IMG_9395\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9395.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3036,\"height\":99.7719498289623771825063158757984638214111328125,\"width\":143.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9445-768x1024.jpg\",\"title\":\"IMG_9445\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9445.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3035,\"height\":99.7719498289623771825063158757984638214111328125,\"width\":74.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9446-768x1024.jpg\",\"title\":\"IMG_9446\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9446.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3034,\"height\":99.7719498289623771825063158757984638214111328125,\"width\":74.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9576-768x1024.jpg\",\"title\":\"IMG_9576\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9576.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3033,\"height\":99.7719498289623771825063158757984638214111328125,\"width\":74.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9777-1024x521.jpg\",\"title\":\"IMG_9777\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9777.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3032,\"height\":99.7719498289623771825063158757984638214111328125,\"width\":196.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9781-1024x470.jpg\",\"title\":\"IMG_9781\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9781.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3031,\"height\":99.7719498289623771825063158757984638214111328125,\"width\":216.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF-1024x515.jpg\",\"title\":\"75D4E00F-F35A-4C86-A1D1-D5BAC411BECF\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3030,\"height\":95.305676855895200105805997736752033233642578125,\"width\":190.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D-917x1024.jpg\",\"title\":\"72D9BE60-918C-4B4B-9C3A-4898D7D2E51D\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3029,\"height\":95.305676855895200105805997736752033233642578125,\"width\":85.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/F2351C4C-F4D9-480F-9934-083F6DFCE40A-1024x768.jpg\",\"title\":\"F2351C4C-F4D9-480F-9934-083F6DFCE40A\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/F2351C4C-F4D9-480F-9934-083F6DFCE40A.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3028,\"height\":95.305676855895200105805997736752033233642578125,\"width\":126.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1-1024x767.jpg\",\"title\":\"E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3027,\"height\":95.305676855895200105805997736752033233642578125,\"width\":127.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE-768x1024.jpg\",\"title\":\"E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3026,\"height\":95.305676855895200105805997736752033233642578125,\"width\":71.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/07AA5C2A-CBF0-4E74-9708-3305125E5505-1024x767.jpg\",\"title\":\"07AA5C2A-CBF0-4E74-9708-3305125E5505\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/07AA5C2A-CBF0-4E74-9708-3305125E5505.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3025,\"height\":95.305676855895200105805997736752033233642578125,\"width\":127.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/4C97A568-D52D-416B-A98C-57FE57513540-768x1024.jpg\",\"title\":\"4C97A568-D52D-416B-A98C-57FE57513540\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/4C97A568-D52D-416B-A98C-57FE57513540.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3024,\"height\":95.305676855895200105805997736752033233642578125,\"width\":71.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556-768x1024.jpg\",\"title\":\"IMG_2556\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3023,\"height\":95.305676855895200105805997736752033233642578125,\"width\":71.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0785-1024x758.jpg\",\"title\":\"Screenshot\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0785.jpg\",\"alt\":\"\",\"caption\":\"Screenshot\",\"thumb\":\"\",\"id\":3022,\"height\":102.470588235294115975193562917411327362060546875,\"width\":137.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2741-768x1024.jpg\",\"title\":\"IMG_2741\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2741.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3020,\"height\":102.470588235294115975193562917411327362060546875,\"width\":76.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3090-1024x768.jpg\",\"title\":\"IMG_3090\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3090.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3018,\"height\":102.470588235294115975193562917411327362060546875,\"width\":136.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3128-768x1024.jpg\",\"title\":\"IMG_3128\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3128.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3016,\"height\":102.470588235294115975193562917411327362060546875,\"width\":76.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9457-768x1024.jpg\",\"title\":\"IMG_9457\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9457.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3014,\"height\":102.470588235294115975193562917411327362060546875,\"width\":76.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9456-768x1024.jpg\",\"title\":\"IMG_9456\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9456.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3013,\"height\":102.470588235294115975193562917411327362060546875,\"width\":76.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9453-768x1024.jpg\",\"title\":\"IMG_9453\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9453.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3012,\"height\":102.470588235294115975193562917411327362060546875,\"width\":76.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9452-768x1024.jpg\",\"title\":\"IMG_9452\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9452.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3011,\"height\":102.470588235294115975193562917411327362060546875,\"width\":76.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9451-1024x768.jpg\",\"title\":\"IMG_9451\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9451.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3084,\"height\":102.470588235294115975193562917411327362060546875,\"width\":136.30000000000001136868377216160297393798828125}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'3010\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":1} -->\n<h1 class=\"wp-block-heading has-text-align-center\">Canopies and Flags</h1>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery /-->','Our Work','','inherit','closed','closed','','82-revision-v1','','','2025-06-11 17:57:23','2025-06-11 17:57:23','',82,'https://aggressivegraphix.com/?p=3151',0,'revision','',0),(3152,1,'2025-06-11 18:14:38','2025-06-11 18:14:38','','Our Work - Canopies','','publish','closed','closed','','our-work-canopies','','','2025-08-20 17:53:54','2025-08-20 17:53:54','',0,'https://aggressivegraphix.com/?post_type=envira&#038;p=3152',0,'envira','',0),(3153,1,'2025-06-11 18:01:44','2025-06-11 18:01:44','','AG','','inherit','open','closed','','ag-3','','','2025-09-09 14:16:29','2025-09-09 14:16:29','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/06/AG.png',0,'attachment','image/webp',0),(3154,1,'2025-06-11 18:01:56','2025-06-11 18:01:56','','ATMracing','','inherit','open','closed','','atmracing-2','','','2025-09-09 14:16:19','2025-09-09 14:16:19','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/06/ATMracing.png',0,'attachment','image/webp',0),(3155,1,'2025-06-11 18:02:09','2025-06-11 18:02:09','','bosshalfwall','','inherit','open','closed','','bosshalfwall-2','','','2025-09-09 14:16:09','2025-09-09 14:16:09','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/06/bosshalfwall.png',0,'attachment','image/webp',0),(3156,1,'2025-06-11 18:02:13','2025-06-11 18:02:13','','bosssuspension','','inherit','open','closed','','bosssuspension-2','','','2025-09-09 14:16:03','2025-09-09 14:16:03','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/06/bosssuspension.png',0,'attachment','image/webp',0),(3157,1,'2025-06-11 18:02:24','2025-06-11 18:02:24','','colosseumbarbell','','inherit','open','closed','','colosseumbarbell-2','','','2025-09-09 14:15:53','2025-09-09 14:15:53','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/06/colosseumbarbell.png',0,'attachment','image/webp',0),(3158,1,'2025-06-11 18:02:35','2025-06-11 18:02:35','','cscservices','','inherit','open','closed','','cscservices-2','','','2025-09-09 14:15:43','2025-09-09 14:15:43','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/06/cscservices.jpg',0,'attachment','image/webp',0),(3159,1,'2025-06-11 18:02:38','2025-06-11 18:02:38','','daigleracing','','inherit','open','closed','','daigleracing-2','','','2025-09-09 14:15:33','2025-09-09 14:15:33','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/06/daigleracing.jpg',0,'attachment','image/webp',0),(3160,1,'2025-06-11 18:02:42','2025-06-11 18:02:42','','flawlessdetailing','','inherit','open','closed','','flawlessdetailing-2','','','2025-09-09 14:15:25','2025-09-09 14:15:25','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/06/flawlessdetailing.png',0,'attachment','image/webp',0),(3161,1,'2025-06-11 18:02:54','2025-06-11 18:02:54','','fueltoinspire','','inherit','open','closed','','fueltoinspire-2','','','2025-09-09 14:15:15','2025-09-09 14:15:15','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/06/fueltoinspire.jpg',0,'attachment','image/webp',0),(3162,1,'2025-06-11 18:02:58','2025-06-11 18:02:58','','fullwall10TTR','','inherit','open','closed','','fullwall10ttr-2','','','2025-09-09 14:15:06','2025-09-09 14:15:06','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall10TTR.png',0,'attachment','image/webp',0),(3163,1,'2025-06-11 18:03:08','2025-06-11 18:03:08','','fullwall20TTR','','inherit','open','closed','','fullwall20ttr-2','','','2025-09-09 14:14:57','2025-09-09 14:14:57','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall20TTR.png',0,'attachment','image/webp',0),(3164,1,'2025-06-11 18:03:11','2025-06-11 18:03:11','<!-- wp:paragraph -->\n<p class=\"\">Do you have a work vehicle or a fleet of vehicles on the road daily? Lettering or wrapping them is an inexpensive way to create mobile billboards advertising your company or brand to thousands of potential customers. We work with you to create the best and most effective look on your wrap to really catch eyes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Lettering</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">The most inexpensive way to add your business to your vehicle. This can be basic one color through printed logos. Coverage generally depends on the vehicle, usually on the front two doors and a graphic on the rear window/door/tailgate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-768x1024.jpg\",\"id\":2724,\"dimRatio\":0,\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.4899999999999999911182158029987476766109466552734375,\"y\":0.64000000000000001332267629550187848508358001708984375},\"minHeight\":500,\"minHeightUnit\":\"px\",\"contentPosition\":\"bottom right\",\"isDark\":false,\"sizeSlug\":\"large\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-2724 size-large\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-768x1024.jpg\" style=\"object-position:49% 64%\" data-object-fit=\"cover\" data-object-position=\"49% 64%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-p-card-lg is-style-nfd-theme-darker\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"radius\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid\"} -->\n<div class=\"nfd-p-card-lg is-style-nfd-theme-darker wp-block-group nfd-bg-effect-grid\" style=\"border-radius:0px;font-style:normal;font-weight:500\"><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} -->\n<p class=\"nfd-text-opacity-80\">Benefits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\" class=\"\"><span style=\"margin-right: 4px\">✓ </span>Works with lower budgets<br><span style=\"margin-right:4px\">✓</span> Gets your business name out there</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3090-1024x768.jpg\",\"id\":2731,\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.520000000000000017763568394002504646778106689453125,\"y\":0.61999999999999999555910790149937383830547332763671875},\"minHeight\":500,\"minHeightUnit\":\"px\",\"customGradient\":\"linear-gradient(0deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%)\",\"contentPosition\":\"bottom right\",\"sizeSlug\":\"large\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-2731 size-large\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3090-1024x768.jpg\" style=\"object-position:52% 62%\" data-object-fit=\"cover\" data-object-position=\"52% 62%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim wp-block-cover__gradient-background has-background-gradient\" style=\"background:linear-gradient(0deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-p-card-lg is-style-nfd-theme-darker\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"border\":{\"radius\":\"0px\"}},\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"\"} -->\n<div class=\"nfd-p-card-lg is-style-nfd-theme-darker wp-block-group\" style=\"border-radius:0px;font-style:normal;font-weight:400\"><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} -->\n<p class=\"nfd-text-opacity-80\">Benefits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\" class=\"\"><span style=\"margin-right: 4px\">✓ </span>Create unique layouts to catch the eye<br><span style=\"margin-right:4px\">✓</span> Utilize the OEM paint in your design</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Partial/Half Wrap</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Create a unique design and look on your vehicle without the higher cost of a bumper to bumper full wrap. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Full Wrap</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Want to make the biggest impact going down the road? A full wrap achieves just that. We will transform your fleet into eye catching billboards that will bring in more sales leads and brand recognition. A full wrap consists of bumper to bumper coverage creating an impactful image of your vehicle or trailer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3651-scaled.jpg\",\"id\":2726,\"dimRatio\":0,\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.289999999999999980015985556747182272374629974365234375,\"y\":0.66000000000000003108624468950438313186168670654296875},\"minHeight\":500,\"minHeightUnit\":\"px\",\"contentPosition\":\"bottom right\",\"sizeSlug\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-2726 size-full\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3651-scaled.jpg\" style=\"object-position:29% 66%\" data-object-fit=\"cover\" data-object-position=\"29% 66%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-p-card-lg is-style-nfd-theme-darker\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"radius\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid\"} -->\n<div class=\"nfd-p-card-lg is-style-nfd-theme-darker wp-block-group nfd-bg-effect-grid\" style=\"border-radius:0px;font-style:normal;font-weight:500\"><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} -->\n<p class=\"nfd-text-opacity-80\">Benefits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\" class=\"\"><span style=\"margin-right:4px\">✓</span> Create a full billboard of your vehicle or trailer<br><span style=\"margin-right: 4px\">✓ </span>Protects the surface under the vinyl</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Our work</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2832,\"title\":\"Commercial wraps\",\"columns\":\"0\",\"row_height\":120,\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3649-768x1024.jpg\",\"title\":\"IMG_3649\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3649.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2860,\"height\":107.619047619047620401033782400190830230712890625,\"width\":80.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1471-1-768x1024.jpg\",\"title\":\"IMG_1471\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1471-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2931,\"height\":107.619047619047620401033782400190830230712890625,\"width\":80.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8852-1-768x1024.jpg\",\"title\":\"IMG_8852\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8852-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2902,\"height\":107.619047619047620401033782400190830230712890625,\"width\":80.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1437-1-768x1024.jpg\",\"title\":\"IMG_1437\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1437-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2932,\"height\":107.619047619047620401033782400190830230712890625,\"width\":80.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1929-1-768x1024.jpg\",\"title\":\"IMG_1929\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1929-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2924,\"height\":107.619047619047620401033782400190830230712890625,\"width\":80.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1033-1-768x1024.jpg\",\"title\":\"IMG_1033\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1033-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2937,\"height\":107.619047619047620401033782400190830230712890625,\"width\":80.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1110-1-768x1024.jpg\",\"title\":\"IMG_1110\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1110-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2936,\"height\":107.619047619047620401033782400190830230712890625,\"width\":80.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-1.jpg\",\"title\":\"IMG_1197\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2934,\"height\":118.7110187110186956260804436169564723968505859375,\"width\":157.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1491-1.jpg\",\"title\":\"IMG_1491\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1491-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2930,\"height\":118.7110187110186956260804436169564723968505859375,\"width\":235},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3764-1-768x1024.jpg\",\"title\":\"IMG_3764\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3764-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2862,\"height\":118.7110187110186956260804436169564723968505859375,\"width\":89},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2154-1-768x1024.jpg\",\"title\":\"IMG_2154\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2154-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2919,\"height\":118.7110187110186956260804436169564723968505859375,\"width\":89},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0583-1-768x1024.jpg\",\"title\":\"IMG_0583\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0583-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2841,\"height\":115.8859470468431709377910010516643524169921875,\"width\":86.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1988-1-768x1024.jpg\",\"title\":\"IMG_1988\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1988-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2923,\"height\":115.8859470468431709377910010516643524169921875,\"width\":86.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2396-1.jpg\",\"title\":\"IMG_2396\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2396-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2917,\"height\":115.8859470468431709377910010516643524169921875,\"width\":154.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3790-1-768x1024.jpg\",\"title\":\"IMG_3790\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3790-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2864,\"height\":115.8859470468431709377910010516643524169921875,\"width\":86.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2404-1.jpg\",\"title\":\"IMG_2404\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2404-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2916,\"height\":115.8859470468431709377910010516643524169921875,\"width\":154.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2509-1-768x1024.jpg\",\"title\":\"IMG_2509\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2509-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2915,\"height\":131.87066974595842339113005436956882476806640625,\"width\":98.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2649-1-768x1024.jpg\",\"title\":\"IMG_2649\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2649-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2914,\"height\":131.87066974595842339113005436956882476806640625,\"width\":98.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2698.jpg\",\"title\":\"IMG_2698\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2698.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2913,\"height\":131.87066974595842339113005436956882476806640625,\"width\":175.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7711.jpg\",\"title\":\"IMG_7711\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7711.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2893,\"height\":131.87066974595842339113005436956882476806640625,\"width\":197.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3098-1-768x1024.jpg\",\"title\":\"IMG_3098\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3098-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2852,\"height\":131.408775981524257758792373351752758026123046875,\"width\":98.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2720-1-768x1024.jpg\",\"title\":\"IMG_2720\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2720-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2911,\"height\":131.408775981524257758792373351752758026123046875,\"width\":98.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5605-1.jpg\",\"title\":\"IMG_5605\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5605-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2878,\"height\":131.408775981524257758792373351752758026123046875,\"width\":174.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2868-1-768x1024.jpg\",\"title\":\"IMG_2868\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2868-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2908,\"height\":131.408775981524257758792373351752758026123046875,\"width\":98.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2872-1-768x1024.jpg\",\"title\":\"IMG_2872\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2872-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2907,\"height\":131.408775981524257758792373351752758026123046875,\"width\":98.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2900-1-768x1024.jpg\",\"title\":\"IMG_2900\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2900-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2906,\"height\":118.0497925311203317733088624663650989532470703125,\"width\":88.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3128-768x1024.jpg\",\"title\":\"IMG_3128\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3128.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2853,\"height\":118.0497925311203317733088624663650989532470703125,\"width\":88.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2942-1-768x1024.jpg\",\"title\":\"IMG_2942\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2942-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2905,\"height\":118.0497925311203317733088624663650989532470703125,\"width\":88.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1422-1-768x1024.jpg\",\"title\":\"IMG_1422\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1422-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2933,\"height\":118.0497925311203317733088624663650989532470703125,\"width\":88.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8489-1.jpg\",\"title\":\"IMG_8489\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8489-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2900,\"height\":118.0497925311203317733088624663650989532470703125,\"width\":214.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8061.jpg\",\"title\":\"IMG_8061\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8061.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2899,\"height\":127.3333333333333285963817615993320941925048828125,\"width\":308.1000000000000227373675443232059478759765625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5505-1.jpg\",\"title\":\"IMG_5505\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5505-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2877,\"height\":127.3333333333333285963817615993320941925048828125,\"width\":169.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8036-1-768x1024.jpg\",\"title\":\"IMG_8036\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8036-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2896,\"height\":127.3333333333333285963817615993320941925048828125,\"width\":95.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6150-1.jpg\",\"title\":\"IMG_6150\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6150-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2881,\"height\":120.464135021097035860293544828891754150390625,\"width\":160.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3846-1-768x1024.jpg\",\"title\":\"IMG_3846\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3846-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2865,\"height\":120.464135021097035860293544828891754150390625,\"width\":90.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5644-1.jpg\",\"title\":\"IMG_5644\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5644-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2879,\"height\":120.464135021097035860293544828891754150390625,\"width\":160.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4976-1.jpg\",\"title\":\"IMG_4976\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4976-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2873,\"height\":120.464135021097035860293544828891754150390625,\"width\":160.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3138-1-768x1024.jpg\",\"title\":\"IMG_3138\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3138-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2854,\"height\":123.8611713665943483420051052235066890716552734375,\"width\":92.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4344-1.jpg\",\"title\":\"IMG_4344\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4344-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2870,\"height\":123.8611713665943483420051052235066890716552734375,\"width\":164.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3922-1-768x1024.jpg\",\"title\":\"IMG_3922\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3922-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2869,\"height\":123.8611713665943483420051052235066890716552734375,\"width\":92.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3856-1.jpg\",\"title\":\"IMG_3856\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3856-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2868,\"height\":123.8611713665943483420051052235066890716552734375,\"width\":220.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2-819x1024.jpg\",\"title\":\"564ED9D4-C180-4CCB-BD26-B5A05E95055A\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2849,\"height\":129.612756264236878678275388665497303009033203125,\"width\":105},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3785-1-768x1024.jpg\",\"title\":\"IMG_3785\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3785-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2863,\"height\":129.612756264236878678275388665497303009033203125,\"width\":97.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-2-768x1024.jpg\",\"title\":\"IMG_3402\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-2.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2859,\"height\":129.612756264236878678275388665497303009033203125,\"width\":97.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3325-1.jpg\",\"title\":\"IMG_3325\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3325-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2857,\"height\":129.612756264236878678275388665497303009033203125,\"width\":172.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3160-1-768x1024.jpg\",\"title\":\"IMG_3160\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3160-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2856,\"height\":129.612756264236878678275388665497303009033203125,\"width\":97.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3142-1-768x1024.jpg\",\"title\":\"IMG_3142\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3142-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2855,\"height\":126.1640798226164150719341705553233623504638671875,\"width\":94.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3090-2.jpg\",\"title\":\"IMG_3090\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3090-2.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2851,\"height\":126.1640798226164150719341705553233623504638671875,\"width\":167.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0335-1-768x1024.jpg\",\"title\":\"IMG_0335\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0335-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2843,\"height\":126.1640798226164150719341705553233623504638671875,\"width\":94.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0711-1-768x1024.jpg\",\"title\":\"IMG_0711\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0711-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2840,\"height\":126.1640798226164150719341705553233623504638671875,\"width\":94.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0799-1-956x1024.jpg\",\"title\":\"IMG_0799\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0799-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2839,\"height\":126.1640798226164150719341705553233623504638671875,\"width\":117.2999999999999971578290569595992565155029296875}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2832\']</div>\n<!-- /wp:envira/envira-gallery --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Lets chat about your project!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:wpforms/form-selector {\"clientId\":\"a55435ae-a334-4fea-a0cd-9cf017a85680\",\"formId\":\"2736\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Commercial wraps and lettering','','inherit','closed','closed','','1214-revision-v1','','','2025-06-11 18:03:11','2025-06-11 18:03:11','',1214,'https://aggressivegraphix.com/?p=3164',0,'revision','',0),(3165,1,'2025-06-11 18:03:14','2025-06-11 18:03:14','','fullwallAG','','inherit','open','closed','','fullwallag-2','','','2025-09-09 14:14:50','2025-09-09 14:14:50','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallAG.png',0,'attachment','image/webp',0),(3166,1,'2025-06-11 18:03:25','2025-06-11 18:03:25','','fullwallCBC','','inherit','open','closed','','fullwallcbc-2','','','2025-09-09 14:14:41','2025-09-09 14:14:41','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallCBC.png',0,'attachment','image/webp',0),(3167,1,'2025-06-11 18:03:35','2025-06-11 18:03:35','','fullwallFlawless','','inherit','open','closed','','fullwallflawless-2','','','2025-09-09 14:14:32','2025-09-09 14:14:32','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallFlawless.png',0,'attachment','image/webp',0),(3168,1,'2025-06-11 18:03:35','2025-06-11 18:03:35','<!-- wp:paragraph -->\n<p class=\"\">Do you have a work vehicle or a fleet of vehicles on the road daily? Lettering or wrapping them is an inexpensive way to create mobile billboards advertising your company or brand to thousands of potential customers. We work with you to create the best and most effective look on your wrap to really catch eyes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Lettering</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">The most inexpensive way to add your business to your vehicle. This can be basic one color through printed logos. Coverage generally depends on the vehicle, usually on the front two doors and a graphic on the rear window/door/tailgate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-768x1024.jpg\",\"id\":2724,\"dimRatio\":0,\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.4899999999999999911182158029987476766109466552734375,\"y\":0.64000000000000001332267629550187848508358001708984375},\"minHeight\":500,\"minHeightUnit\":\"px\",\"contentPosition\":\"bottom right\",\"isDark\":false,\"sizeSlug\":\"large\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-2724 size-large\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-768x1024.jpg\" style=\"object-position:49% 64%\" data-object-fit=\"cover\" data-object-position=\"49% 64%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-p-card-lg is-style-nfd-theme-darker\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"radius\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid\"} -->\n<div class=\"nfd-p-card-lg is-style-nfd-theme-darker wp-block-group nfd-bg-effect-grid\" style=\"border-radius:0px;font-style:normal;font-weight:500\"><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} -->\n<p class=\"nfd-text-opacity-80\">Benefits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\" class=\"\"><span style=\"margin-right: 4px\">✓ </span>Works with lower budgets<br><span style=\"margin-right:4px\">✓</span> Gets your business name out there</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3090-1024x768.jpg\",\"id\":2731,\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.520000000000000017763568394002504646778106689453125,\"y\":0.61999999999999999555910790149937383830547332763671875},\"minHeight\":500,\"minHeightUnit\":\"px\",\"customGradient\":\"linear-gradient(0deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%)\",\"contentPosition\":\"bottom right\",\"sizeSlug\":\"large\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-2731 size-large\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3090-1024x768.jpg\" style=\"object-position:52% 62%\" data-object-fit=\"cover\" data-object-position=\"52% 62%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim wp-block-cover__gradient-background has-background-gradient\" style=\"background:linear-gradient(0deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-p-card-lg is-style-nfd-theme-darker\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"border\":{\"radius\":\"0px\"}},\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"\"} -->\n<div class=\"nfd-p-card-lg is-style-nfd-theme-darker wp-block-group\" style=\"border-radius:0px;font-style:normal;font-weight:400\"><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} -->\n<p class=\"nfd-text-opacity-80\">Benefits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\" class=\"\"><span style=\"margin-right: 4px\">✓ </span>Create unique layouts to catch the eye<br><span style=\"margin-right:4px\">✓</span> Utilize the OEM paint in your design</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Partial/Half Wrap</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Create a unique design and look on your vehicle without the higher cost of a bumper to bumper full wrap. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Full Wrap</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Want to make the biggest impact going down the road? A full wrap achieves just that. We will transform your fleet into eye catching billboards that will bring in more sales leads and brand recognition. A full wrap consists of bumper to bumper coverage creating an impactful image of your vehicle or trailer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3651-scaled.jpg\",\"id\":2726,\"dimRatio\":0,\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.289999999999999980015985556747182272374629974365234375,\"y\":0.66000000000000003108624468950438313186168670654296875},\"minHeight\":500,\"minHeightUnit\":\"px\",\"contentPosition\":\"bottom right\",\"sizeSlug\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-2726 size-full\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3651-scaled.jpg\" style=\"object-position:29% 66%\" data-object-fit=\"cover\" data-object-position=\"29% 66%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-p-card-lg is-style-nfd-theme-darker\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"radius\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid\"} -->\n<div class=\"nfd-p-card-lg is-style-nfd-theme-darker wp-block-group nfd-bg-effect-grid\" style=\"border-radius:0px;font-style:normal;font-weight:500\"><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} -->\n<p class=\"nfd-text-opacity-80\">Benefits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\" class=\"\"><span style=\"margin-right:4px\">✓</span> Create a full billboard of your vehicle or trailer<br><span style=\"margin-right: 4px\">✓ </span>Protects the surface under the vinyl</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Our work</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2832,\"title\":\"Commercial wraps\",\"columns\":\"0\",\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3649-768x1024.jpg\",\"title\":\"IMG_3649\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3649.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2860,\"height\":107.619047619047620401033782400190830230712890625,\"width\":80.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1471-1-768x1024.jpg\",\"title\":\"IMG_1471\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1471-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2931,\"height\":107.619047619047620401033782400190830230712890625,\"width\":80.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8852-1-768x1024.jpg\",\"title\":\"IMG_8852\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8852-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2902,\"height\":107.619047619047620401033782400190830230712890625,\"width\":80.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1437-1-768x1024.jpg\",\"title\":\"IMG_1437\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1437-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2932,\"height\":107.619047619047620401033782400190830230712890625,\"width\":80.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1929-1-768x1024.jpg\",\"title\":\"IMG_1929\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1929-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2924,\"height\":107.619047619047620401033782400190830230712890625,\"width\":80.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1033-1-768x1024.jpg\",\"title\":\"IMG_1033\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1033-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2937,\"height\":107.619047619047620401033782400190830230712890625,\"width\":80.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1110-1-768x1024.jpg\",\"title\":\"IMG_1110\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1110-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2936,\"height\":107.619047619047620401033782400190830230712890625,\"width\":80.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-1.jpg\",\"title\":\"IMG_1197\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2934,\"height\":102.3381294964028711547143757343292236328125,\"width\":136.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1491-1.jpg\",\"title\":\"IMG_1491\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1491-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2930,\"height\":102.3381294964028711547143757343292236328125,\"width\":202.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3764-1-768x1024.jpg\",\"title\":\"IMG_3764\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3764-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2862,\"height\":102.3381294964028711547143757343292236328125,\"width\":76.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2154-1-768x1024.jpg\",\"title\":\"IMG_2154\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2154-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2919,\"height\":102.3381294964028711547143757343292236328125,\"width\":76.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0583-1-768x1024.jpg\",\"title\":\"IMG_0583\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0583-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2841,\"height\":102.3381294964028711547143757343292236328125,\"width\":76.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1988-1-768x1024.jpg\",\"title\":\"IMG_1988\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1988-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2923,\"height\":100.1766784452296832341744448058307170867919921875,\"width\":75.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2396-1.jpg\",\"title\":\"IMG_2396\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2396-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2917,\"height\":100.1766784452296832341744448058307170867919921875,\"width\":133.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3790-1-768x1024.jpg\",\"title\":\"IMG_3790\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3790-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2864,\"height\":100.1766784452296832341744448058307170867919921875,\"width\":75.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2404-1.jpg\",\"title\":\"IMG_2404\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2404-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2916,\"height\":100.1766784452296832341744448058307170867919921875,\"width\":133.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2509-1-768x1024.jpg\",\"title\":\"IMG_2509\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2509-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2915,\"height\":100.1766784452296832341744448058307170867919921875,\"width\":75.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2649-1-768x1024.jpg\",\"title\":\"IMG_2649\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2649-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2914,\"height\":100.1766784452296832341744448058307170867919921875,\"width\":75.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2698.jpg\",\"title\":\"IMG_2698\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2698.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2913,\"height\":100.5300353356890497025233344174921512603759765625,\"width\":133.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7711.jpg\",\"title\":\"IMG_7711\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7711.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2893,\"height\":100.5300353356890497025233344174921512603759765625,\"width\":150.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3098-1-768x1024.jpg\",\"title\":\"IMG_3098\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3098-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2852,\"height\":100.5300353356890497025233344174921512603759765625,\"width\":75.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2720-1-768x1024.jpg\",\"title\":\"IMG_2720\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2720-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2911,\"height\":100.5300353356890497025233344174921512603759765625,\"width\":75.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5605-1.jpg\",\"title\":\"IMG_5605\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5605-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2878,\"height\":100.5300353356890497025233344174921512603759765625,\"width\":133.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2868-1-768x1024.jpg\",\"title\":\"IMG_2868\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2868-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2908,\"height\":89.3987341772151893337650108151137828826904296875,\"width\":67},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2872-1-768x1024.jpg\",\"title\":\"IMG_2872\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2872-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2907,\"height\":89.3987341772151893337650108151137828826904296875,\"width\":67},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2900-1-768x1024.jpg\",\"title\":\"IMG_2900\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2900-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2906,\"height\":89.3987341772151893337650108151137828826904296875,\"width\":67},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3128-768x1024.jpg\",\"title\":\"IMG_3128\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3128.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2853,\"height\":89.3987341772151893337650108151137828826904296875,\"width\":67},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2942-1-768x1024.jpg\",\"title\":\"IMG_2942\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2942-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2905,\"height\":89.3987341772151893337650108151137828826904296875,\"width\":67},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1422-1-768x1024.jpg\",\"title\":\"IMG_1422\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1422-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2933,\"height\":89.3987341772151893337650108151137828826904296875,\"width\":67},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8489-1.jpg\",\"title\":\"IMG_8489\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8489-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2900,\"height\":89.3987341772151893337650108151137828826904296875,\"width\":162.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8061.jpg\",\"title\":\"IMG_8061\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8061.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2899,\"height\":97.9416809605488793977201567031443119049072265625,\"width\":237},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5505-1.jpg\",\"title\":\"IMG_5505\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5505-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2877,\"height\":97.9416809605488793977201567031443119049072265625,\"width\":130.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8036-1-768x1024.jpg\",\"title\":\"IMG_8036\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8036-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2896,\"height\":97.9416809605488793977201567031443119049072265625,\"width\":73.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6150-1.jpg\",\"title\":\"IMG_6150\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6150-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2881,\"height\":97.9416809605488793977201567031443119049072265625,\"width\":130.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3846-1-768x1024.jpg\",\"title\":\"IMG_3846\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3846-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2865,\"height\":103.6429872495446176117184222675859928131103515625,\"width\":77.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5644-1.jpg\",\"title\":\"IMG_5644\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5644-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2879,\"height\":103.6429872495446176117184222675859928131103515625,\"width\":137.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4976-1.jpg\",\"title\":\"IMG_4976\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4976-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2873,\"height\":103.6429872495446176117184222675859928131103515625,\"width\":137.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3138-1-768x1024.jpg\",\"title\":\"IMG_3138\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3138-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2854,\"height\":103.6429872495446176117184222675859928131103515625,\"width\":77.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4344-1.jpg\",\"title\":\"IMG_4344\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4344-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2870,\"height\":103.6429872495446176117184222675859928131103515625,\"width\":137.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3922-1-768x1024.jpg\",\"title\":\"IMG_3922\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3922-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2869,\"height\":91.8962722852512143845160608179867267608642578125,\"width\":68.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3856-1.jpg\",\"title\":\"IMG_3856\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3856-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2868,\"height\":91.8962722852512143845160608179867267608642578125,\"width\":163.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2-819x1024.jpg\",\"title\":\"564ED9D4-C180-4CCB-BD26-B5A05E95055A\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2849,\"height\":91.8962722852512143845160608179867267608642578125,\"width\":74.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3785-1-768x1024.jpg\",\"title\":\"IMG_3785\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3785-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2863,\"height\":91.8962722852512143845160608179867267608642578125,\"width\":68.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-2-768x1024.jpg\",\"title\":\"IMG_3402\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-2.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2859,\"height\":91.8962722852512143845160608179867267608642578125,\"width\":68.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3325-1.jpg\",\"title\":\"IMG_3325\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3325-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2857,\"height\":91.8962722852512143845160608179867267608642578125,\"width\":122.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3160-1-768x1024.jpg\",\"title\":\"IMG_3160\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3160-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2856,\"height\":107.7946768060836575386929325759410858154296875,\"width\":80.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3142-1-768x1024.jpg\",\"title\":\"IMG_3142\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3142-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2855,\"height\":107.7946768060836575386929325759410858154296875,\"width\":80.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3090-2.jpg\",\"title\":\"IMG_3090\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3090-2.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2851,\"height\":107.7946768060836575386929325759410858154296875,\"width\":143.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0335-1-768x1024.jpg\",\"title\":\"IMG_0335\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0335-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2843,\"height\":107.7946768060836575386929325759410858154296875,\"width\":80.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0711-1-768x1024.jpg\",\"title\":\"IMG_0711\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0711-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2840,\"height\":107.7946768060836575386929325759410858154296875,\"width\":80.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0799-1-956x1024.jpg\",\"title\":\"IMG_0799\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0799-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2839,\"height\":107.7946768060836575386929325759410858154296875,\"width\":100.2000000000000028421709430404007434844970703125}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2832\']</div>\n<!-- /wp:envira/envira-gallery --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Lets chat about your project!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:wpforms/form-selector {\"clientId\":\"a55435ae-a334-4fea-a0cd-9cf017a85680\",\"formId\":\"2736\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Commercial wraps and lettering','','inherit','closed','closed','','1214-revision-v1','','','2025-06-11 18:03:35','2025-06-11 18:03:35','',1214,'https://aggressivegraphix.com/?p=3168',0,'revision','',0),(3169,1,'2025-06-11 18:03:45','2025-06-11 18:03:45','','fullwallPlaistow','','inherit','open','closed','','fullwallplaistow-2','','','2025-09-09 14:14:24','2025-09-09 14:14:24','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallPlaistow.png',0,'attachment','image/webp',0),(3170,1,'2025-06-11 18:03:55','2025-06-11 18:03:55','','fullwallsinister','','inherit','open','closed','','fullwallsinister-2','','','2025-09-09 14:14:15','2025-09-09 14:14:15','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallsinister.png',0,'attachment','image/webp',0),(3171,1,'2025-06-11 18:04:06','2025-06-11 18:04:06','','fullwallWeepingWillow','','inherit','open','closed','','fullwallweepingwillow-2','','','2025-09-09 14:14:07','2025-09-09 14:14:07','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallWeepingWillow.png',0,'attachment','image/webp',0),(3172,1,'2025-06-11 18:04:13','2025-06-11 18:04:13','','harringer','','inherit','open','closed','','harringer-2','','','2025-09-09 14:13:58','2025-09-09 14:13:58','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/06/harringer.png',0,'attachment','image/webp',0),(3173,1,'2025-06-11 18:04:26','2025-06-11 18:04:26','','kaplanhalfwall','','inherit','open','closed','','kaplanhalfwall-2','','','2025-09-09 14:13:48','2025-09-09 14:13:48','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall.png',0,'attachment','image/webp',0),(3174,1,'2025-06-11 18:04:31','2025-06-11 18:04:31','','kaplanhalfwall2','','inherit','open','closed','','kaplanhalfwall2-2','','','2025-09-09 14:13:42','2025-09-09 14:13:42','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall2.png',0,'attachment','image/webp',0),(3175,1,'2025-06-11 18:04:35','2025-06-11 18:04:35','','mx23','','inherit','open','closed','','mx23-2','','','2025-09-09 14:13:35','2025-09-09 14:13:35','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/06/mx23.png',0,'attachment','image/webp',0),(3176,1,'2025-06-11 18:04:45','2025-06-11 18:04:45','','PlaceFord','','inherit','open','closed','','placeford-2','','','2025-09-09 14:13:26','2025-09-09 14:13:26','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/06/PlaceFord.png',0,'attachment','image/webp',0),(3177,1,'2025-06-11 18:05:01','2025-06-11 18:05:01','','scarsandstripes','','inherit','open','closed','','scarsandstripes-2','','','2025-09-09 14:13:16','2025-09-09 14:13:16','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsandstripes.png',0,'attachment','image/webp',0),(3178,1,'2025-06-11 18:05:13','2025-06-11 18:05:13','','scarsstripeshalfwall','','inherit','open','closed','','scarsstripeshalfwall','','','2025-09-09 14:13:05','2025-09-09 14:13:05','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsstripeshalfwall.png',0,'attachment','image/webp',0),(3179,1,'2025-06-11 18:05:17','2025-06-11 18:05:17','','sweetsubies','','inherit','open','closed','','sweetsubies-2','','','2025-09-09 14:12:58','2025-09-09 14:12:58','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/06/sweetsubies.png',0,'attachment','image/webp',0),(3180,1,'2025-06-11 18:05:30','2025-06-11 18:05:30','','triplethreatracing','','inherit','open','closed','','triplethreatracing-2','','','2025-09-09 14:12:49','2025-09-09 14:12:49','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/06/triplethreatracing.png',0,'attachment','image/webp',0),(3181,1,'2025-06-11 18:06:04','2025-06-11 18:06:04','<!-- wp:paragraph -->\n<p class=\"\">Vinyl can be used for many different applications. We offer full and partial vehicle wrap services to help you achieve the look you want for your vehicle. Using the best materials on the market paired with exercising the newest professional techniques for installing, we aim for quality over the life span of your wrap.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"backgroundColor\":\"primary-4\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group has-primary-4-background-color has-background\"><!-- wp:image {\"id\":2504,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/3M.png\" alt=\"\" class=\"wp-image-2504\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2507,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/averydennison.png\" alt=\"\" class=\"wp-image-2507\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2509,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/Orafol.png\" alt=\"\" class=\"wp-image-2509\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2508,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/hexis.png\" alt=\"\" class=\"wp-image-2508\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2505,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/kpmf.png\" alt=\"\" class=\"wp-image-2505\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2506,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/teckwrap.png\" alt=\"\" class=\"wp-image-2506\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2511,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/tinyBot.png\" alt=\"\" class=\"wp-image-2511\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2510,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/aura.png\" alt=\"\" class=\"wp-image-2510\" style=\"width:86px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Full wraps</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2620,\"title\":\"Full wraps\",\"columns\":\"0\",\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/67738814_2380243855588700_6910048023540137984_n-1024x683.jpg\",\"title\":\"67738814_2380243855588700_6910048023540137984_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/67738814_2380243855588700_6910048023540137984_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2662,\"height\":108,\"width\":162},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0696-768x1024.jpg\",\"title\":\"IMG_0696\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0696.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2660,\"height\":108,\"width\":81},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1010-768x1024.jpg\",\"title\":\"IMG_1010\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1010.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2657,\"height\":108,\"width\":81},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1797-768x1024.jpg\",\"title\":\"IMG_1797\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1797.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2654,\"height\":108,\"width\":81},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1961-768x1024.jpg\",\"title\":\"IMG_1961\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1961.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2653,\"height\":108,\"width\":81},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2556-768x1024.jpg\",\"title\":\"IMG_2556\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2556.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2652,\"height\":108,\"width\":81},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2834-1024x768.jpg\",\"title\":\"IMG_2834\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2834.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2649,\"height\":96.088435374149668177778949029743671417236328125,\"width\":127.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/778D6D30-EF8B-49F5-A251-BC549CDC2E68-819x1024.jpg\",\"title\":\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/778D6D30-EF8B-49F5-A251-BC549CDC2E68.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2625,\"height\":96.088435374149668177778949029743671417236328125,\"width\":76.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3120-768x1024.jpg\",\"title\":\"IMG_3120\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3120.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2646,\"height\":96.088435374149668177778949029743671417236328125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3222-768x1024.jpg\",\"title\":\"IMG_3222\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3222.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2645,\"height\":96.088435374149668177778949029743671417236328125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3305-768x1024.jpg\",\"title\":\"IMG_3305\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3305.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2643,\"height\":96.088435374149668177778949029743671417236328125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3616-768x1024.jpg\",\"title\":\"IMG_3616\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3616.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2642,\"height\":96.088435374149668177778949029743671417236328125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8009-768x1024.jpg\",\"title\":\"IMG_8009\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8009.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2639,\"height\":96.088435374149668177778949029743671417236328125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777-768x1024.jpg\",\"title\":\"IMG_9777\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2638,\"height\":94.32387312186978078898391686379909515380859375,\"width\":70.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7455-768x1024.jpg\",\"title\":\"IMG_7455\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7455.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2635,\"height\":94.32387312186978078898391686379909515380859375,\"width\":70.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7307-930x1024.jpg\",\"title\":\"IMG_7307\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7307.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2633,\"height\":94.32387312186978078898391686379909515380859375,\"width\":85.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7301-768x1024.jpg\",\"title\":\"IMG_7301\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7301.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2632,\"height\":94.32387312186978078898391686379909515380859375,\"width\":70.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7207-768x1024.jpg\",\"title\":\"IMG_7207\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7207.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2631,\"height\":94.32387312186978078898391686379909515380859375,\"width\":70.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7042-768x1024.jpg\",\"title\":\"IMG_7042\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7042.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2629,\"height\":94.32387312186978078898391686379909515380859375,\"width\":70.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6976-1024x768.jpg\",\"title\":\"IMG_6976\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6976.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2628,\"height\":94.32387312186978078898391686379909515380859375,\"width\":125.5}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2620\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Partial wraps</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2590,\"title\":\"Partial wraps\",\"columns\":\"0\",\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247-768x1024.jpg\",\"title\":\"IMG_3247\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2622,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272-768x1024.jpg\",\"title\":\"IMG_3272\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2616,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014-768x1024.jpg\",\"title\":\"IMG_3014\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2615,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962-768x1024.jpg\",\"title\":\"IMG_2962\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2614,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733-768x1024.jpg\",\"title\":\"IMG_2733\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2612,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122-768x1024.jpg\",\"title\":\"IMG_2122\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2611,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753-749x1024.jpg\",\"title\":\"IMG_1753\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2610,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":68.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159-768x1024.jpg\",\"title\":\"IMG_0159\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2607,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395-768x1024.jpg\",\"title\":\"IMG_9395\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2606,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":78.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984-931x1024.jpg\",\"title\":\"IMG_8984\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2605,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":95},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222-768x1024.jpg\",\"title\":\"IMG_8222\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2603,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":78.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495-768x1024.jpg\",\"title\":\"IMG_7495\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2601,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":78.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985-768x1024.jpg\",\"title\":\"IMG_6985\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2598,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":78.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969-768x1024.jpg\",\"title\":\"IMG_5969\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2596,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":78.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5154-768x1024.jpg\",\"title\":\"IMG_5154\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5154.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2595,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":78.2999999999999971578290569595992565155029296875}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2590\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Chrome deletes</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2530,\"title\":\"Chrome deletes\",\"columns\":\"0\",\"margins\":\"custom\",\"custom_margins\":8,\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"lightbox_theme\":\"base\",\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-768x1024.jpg\",\"title\":\"IMG_6095\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2538,\"height\":93.2432432432432420910117798484861850738525390625,\"width\":69.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1024x768.jpg\",\"title\":\"IMG_6872\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2539,\"height\":93.2432432432432420910117798484861850738525390625,\"width\":124},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-768x1024.jpg\",\"title\":\"IMG_6873\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2540,\"height\":93.2432432432432420910117798484861850738525390625,\"width\":69.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-768x1024.jpg\",\"title\":\"IMG_6892\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2541,\"height\":93.2432432432432420910117798484861850738525390625,\"width\":69.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD-819x1024.jpg\",\"title\":\"6F96F978-DCB7-4975-98BF-B3FE55C384AD\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2543,\"height\":93.2432432432432420910117798484861850738525390625,\"width\":74.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC-819x1024.jpg\",\"title\":\"4359657F-7DED-40E4-8EC2-FDFCDCF462BC\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2545,\"height\":93.2432432432432420910117798484861850738525390625,\"width\":74.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1401-768x1024.jpg\",\"title\":\"IMG_1401\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1401.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2553,\"height\":88.9523809523809489974155439995229244232177734375,\"width\":66.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1766-1-768x1024.jpg\",\"title\":\"IMG_1766\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1766-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2554,\"height\":88.9523809523809489974155439995229244232177734375,\"width\":66.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2196-768x1024.jpg\",\"title\":\"IMG_2196\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2196.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2558,\"height\":88.9523809523809489974155439995229244232177734375,\"width\":66.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2321-768x1024.jpg\",\"title\":\"IMG_2321\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2321.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2559,\"height\":88.9523809523809489974155439995229244232177734375,\"width\":66.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2439-768x1024.jpg\",\"title\":\"IMG_2439\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2439.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2562,\"height\":88.9523809523809489974155439995229244232177734375,\"width\":66.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2607-768x1024.jpg\",\"title\":\"IMG_2607\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2607.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2564,\"height\":88.9523809523809489974155439995229244232177734375,\"width\":66.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2614-768x1024.jpg\",\"title\":\"IMG_2614\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2614.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2565,\"height\":88.9523809523809489974155439995229244232177734375,\"width\":66.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2775-768x1024.jpg\",\"title\":\"IMG_2775\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2775.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2567,\"height\":88.9523809523809489974155439995229244232177734375,\"width\":66.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2777-768x1024.jpg\",\"title\":\"IMG_2777\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2777.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2569,\"height\":88.9523809523809489974155439995229244232177734375,\"width\":66.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3221-1-768x1024.jpg\",\"title\":\"IMG_3221\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3221-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2572,\"height\":88.9523809523809489974155439995229244232177734375,\"width\":66.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-768x1024.jpg\",\"title\":\"IMG_3274\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2573,\"height\":88.9523809523809489974155439995229244232177734375,\"width\":66.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3533-1-768x1024.jpg\",\"title\":\"IMG_3533\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3533-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2575,\"height\":88.9523809523809489974155439995229244232177734375,\"width\":66.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3611-1-768x1024.jpg\",\"title\":\"IMG_3611\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3611-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2577,\"height\":88.9523809523809489974155439995229244232177734375,\"width\":66.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435-768x1024.jpg\",\"title\":\"IMG_6435\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2583,\"height\":88.9523809523809489974155439995229244232177734375,\"width\":66.7000000000000028421709430404007434844970703125}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2530\']</div>\n<!-- /wp:envira/envira-gallery --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:wpforms/form-selector {\"clientId\":\"9783816b-3c20-4d09-8433-c847e9a49f38\",\"formId\":\"2516\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textAlign\":\"center\",\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://aggressivegraphix.com/our-work/\">See all of our work &gt;&gt;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:yoast/faq-block {\"questions\":[{\"id\":\"faq-question-1740601022040\",\"question\":[\"How long does a vinyl wrap last?\"],\"answer\":[\"There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Using harsh soaps or detergents that are not PH neutral while washing your car\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Spray detailers that have sealers, ceramics, and waxes in them\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Harsh water sprayers like drive through car washes\",{\"type\":\"br\",\"props\":{\"children\":[]}},{\"type\":\"br\",\"props\":{\"children\":[]}},\"There are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.\"],\"jsonQuestion\":\"How long does a vinyl wrap last?\",\"jsonAnswer\":\"There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:\\u003cbr/\\u003e- Using harsh soaps or detergents that are not PH neutral while washing your car\\u003cbr/\\u003e- Spray detailers that have sealers, ceramics, and waxes in them\\u003cbr/\\u003e- Harsh water sprayers like drive through car washes\\u003cbr/\\u003e\\u003cbr/\\u003eThere are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.\"},{\"id\":\"faq-question-1740604719384\",\"question\":[\"Can vinyl cover paint imperfections?\"],\"answer\":[\"Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. \"],\"jsonQuestion\":\"Can vinyl cover paint imperfections?\",\"jsonAnswer\":\"Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. \"},{\"id\":\"faq-question-1740604877589\",\"question\":[\"Will you perform body work before wrapping my car?\"],\"answer\":[\"If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.\"],\"jsonQuestion\":\"Will you perform body work before wrapping my car?\",\"jsonAnswer\":\"If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.\"},{\"id\":\"faq-question-1740604960292\",\"question\":[\"Will vinyl hurt the paint of my car?\"],\"answer\":[\"Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.\"],\"jsonQuestion\":\"Will vinyl hurt the paint of my car?\",\"jsonAnswer\":\"Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.\"}]} -->\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1740601022040\"><strong class=\"schema-faq-question\">How long does a vinyl wrap last?</strong> <p class=\"schema-faq-answer\">There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:<br/>- Using harsh soaps or detergents that are not PH neutral while washing your car<br/>- Spray detailers that have sealers, ceramics, and waxes in them<br/>- Harsh water sprayers like drive through car washes<br/><br/>There are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604719384\"><strong class=\"schema-faq-question\">Can vinyl cover paint imperfections?</strong> <p class=\"schema-faq-answer\">Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. </p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604877589\"><strong class=\"schema-faq-question\">Will you perform body work before wrapping my car?</strong> <p class=\"schema-faq-answer\">If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604960292\"><strong class=\"schema-faq-question\">Will vinyl hurt the paint of my car?</strong> <p class=\"schema-faq-answer\">Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.</p> </div> </div>\n<!-- /wp:yoast/faq-block -->','Style wraps','','inherit','closed','closed','','1212-revision-v1','','','2025-06-11 18:06:04','2025-06-11 18:06:04','',1212,'https://aggressivegraphix.com/?p=3181',0,'revision','',0),(3182,1,'2025-06-11 18:06:45','2025-06-11 18:06:45','<!-- wp:paragraph -->\n<p class=\"\">Vinyl can be used for many different applications. We offer full and partial vehicle wrap services to help you achieve the look you want for your vehicle. Using the best materials on the market paired with exercising the newest professional techniques for installing, we aim for quality over the life span of your wrap.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"backgroundColor\":\"primary-4\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group has-primary-4-background-color has-background\"><!-- wp:image {\"id\":2504,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/3M.png\" alt=\"\" class=\"wp-image-2504\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2507,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/averydennison.png\" alt=\"\" class=\"wp-image-2507\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2509,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/Orafol.png\" alt=\"\" class=\"wp-image-2509\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2508,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/hexis.png\" alt=\"\" class=\"wp-image-2508\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2505,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/kpmf.png\" alt=\"\" class=\"wp-image-2505\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2506,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/teckwrap.png\" alt=\"\" class=\"wp-image-2506\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2511,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/tinyBot.png\" alt=\"\" class=\"wp-image-2511\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2510,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/aura.png\" alt=\"\" class=\"wp-image-2510\" style=\"width:86px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Full wraps</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2620,\"title\":\"Full wraps\",\"columns\":\"0\",\"row_height\":110,\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/67738814_2380243855588700_6910048023540137984_n-1024x683.jpg\",\"title\":\"67738814_2380243855588700_6910048023540137984_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/67738814_2380243855588700_6910048023540137984_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2662,\"height\":108,\"width\":162},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0696-768x1024.jpg\",\"title\":\"IMG_0696\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0696.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2660,\"height\":108,\"width\":81},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1010-768x1024.jpg\",\"title\":\"IMG_1010\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1010.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2657,\"height\":108,\"width\":81},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1797-768x1024.jpg\",\"title\":\"IMG_1797\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1797.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2654,\"height\":108,\"width\":81},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1961-768x1024.jpg\",\"title\":\"IMG_1961\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1961.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2653,\"height\":108,\"width\":81},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2556-768x1024.jpg\",\"title\":\"IMG_2556\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2556.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2652,\"height\":108,\"width\":81},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2834-1024x768.jpg\",\"title\":\"IMG_2834\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2834.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2649,\"height\":96.088435374149668177778949029743671417236328125,\"width\":127.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/778D6D30-EF8B-49F5-A251-BC549CDC2E68-819x1024.jpg\",\"title\":\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/778D6D30-EF8B-49F5-A251-BC549CDC2E68.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2625,\"height\":96.088435374149668177778949029743671417236328125,\"width\":76.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3120-768x1024.jpg\",\"title\":\"IMG_3120\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3120.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2646,\"height\":96.088435374149668177778949029743671417236328125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3222-768x1024.jpg\",\"title\":\"IMG_3222\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3222.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2645,\"height\":96.088435374149668177778949029743671417236328125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3305-768x1024.jpg\",\"title\":\"IMG_3305\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3305.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2643,\"height\":96.088435374149668177778949029743671417236328125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3616-768x1024.jpg\",\"title\":\"IMG_3616\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3616.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2642,\"height\":96.088435374149668177778949029743671417236328125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8009-768x1024.jpg\",\"title\":\"IMG_8009\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8009.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2639,\"height\":96.088435374149668177778949029743671417236328125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777-768x1024.jpg\",\"title\":\"IMG_9777\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2638,\"height\":94.32387312186978078898391686379909515380859375,\"width\":70.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7455-768x1024.jpg\",\"title\":\"IMG_7455\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7455.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2635,\"height\":94.32387312186978078898391686379909515380859375,\"width\":70.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7307-930x1024.jpg\",\"title\":\"IMG_7307\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7307.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2633,\"height\":94.32387312186978078898391686379909515380859375,\"width\":85.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7301-768x1024.jpg\",\"title\":\"IMG_7301\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7301.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2632,\"height\":94.32387312186978078898391686379909515380859375,\"width\":70.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7207-768x1024.jpg\",\"title\":\"IMG_7207\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7207.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2631,\"height\":94.32387312186978078898391686379909515380859375,\"width\":70.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7042-768x1024.jpg\",\"title\":\"IMG_7042\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7042.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2629,\"height\":94.32387312186978078898391686379909515380859375,\"width\":70.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6976-1024x768.jpg\",\"title\":\"IMG_6976\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6976.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2628,\"height\":94.32387312186978078898391686379909515380859375,\"width\":125.5}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2620\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Partial wraps</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2590,\"title\":\"Partial wraps\",\"columns\":\"0\",\"row_height\":110,\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247-768x1024.jpg\",\"title\":\"IMG_3247\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2622,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272-768x1024.jpg\",\"title\":\"IMG_3272\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2616,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014-768x1024.jpg\",\"title\":\"IMG_3014\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2615,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962-768x1024.jpg\",\"title\":\"IMG_2962\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2614,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733-768x1024.jpg\",\"title\":\"IMG_2733\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2612,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122-768x1024.jpg\",\"title\":\"IMG_2122\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2611,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753-749x1024.jpg\",\"title\":\"IMG_1753\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2610,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":68.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159-768x1024.jpg\",\"title\":\"IMG_0159\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2607,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395-768x1024.jpg\",\"title\":\"IMG_9395\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2606,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":78.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984-931x1024.jpg\",\"title\":\"IMG_8984\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2605,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":95},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222-768x1024.jpg\",\"title\":\"IMG_8222\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2603,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":78.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495-768x1024.jpg\",\"title\":\"IMG_7495\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2601,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":78.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985-768x1024.jpg\",\"title\":\"IMG_6985\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2598,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":78.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969-768x1024.jpg\",\"title\":\"IMG_5969\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2596,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":78.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5154-768x1024.jpg\",\"title\":\"IMG_5154\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5154.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2595,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":78.2999999999999971578290569595992565155029296875}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2590\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Chrome deletes</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2530,\"title\":\"Chrome deletes\",\"columns\":\"0\",\"row_height\":120,\"margins\":\"custom\",\"custom_margins\":8,\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"lightbox_theme\":\"base\",\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-768x1024.jpg\",\"title\":\"IMG_6095\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2538,\"height\":113.9269406392694037322144140489399433135986328125,\"width\":85.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1024x768.jpg\",\"title\":\"IMG_6872\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2539,\"height\":113.9269406392694037322144140489399433135986328125,\"width\":151.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-768x1024.jpg\",\"title\":\"IMG_6873\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2540,\"height\":113.9269406392694037322144140489399433135986328125,\"width\":85.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-768x1024.jpg\",\"title\":\"IMG_6892\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2541,\"height\":113.9269406392694037322144140489399433135986328125,\"width\":85.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD-819x1024.jpg\",\"title\":\"6F96F978-DCB7-4975-98BF-B3FE55C384AD\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2543,\"height\":113.9269406392694037322144140489399433135986328125,\"width\":91.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC-819x1024.jpg\",\"title\":\"4359657F-7DED-40E4-8EC2-FDFCDCF462BC\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2545,\"height\":131.31578947368421950159245170652866363525390625,\"width\":105.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1401-768x1024.jpg\",\"title\":\"IMG_1401\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1401.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2553,\"height\":131.31578947368421950159245170652866363525390625,\"width\":98.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1766-1-768x1024.jpg\",\"title\":\"IMG_1766\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1766-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2554,\"height\":131.31578947368421950159245170652866363525390625,\"width\":98.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2196-768x1024.jpg\",\"title\":\"IMG_2196\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2196.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2558,\"height\":131.31578947368421950159245170652866363525390625,\"width\":98.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2321-768x1024.jpg\",\"title\":\"IMG_2321\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2321.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2559,\"height\":131.31578947368421950159245170652866363525390625,\"width\":98.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2439-768x1024.jpg\",\"title\":\"IMG_2439\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2439.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2562,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2607-768x1024.jpg\",\"title\":\"IMG_2607\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2607.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2564,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2614-768x1024.jpg\",\"title\":\"IMG_2614\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2614.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2565,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2775-768x1024.jpg\",\"title\":\"IMG_2775\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2775.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2567,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2777-768x1024.jpg\",\"title\":\"IMG_2777\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2777.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2569,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3221-1-768x1024.jpg\",\"title\":\"IMG_3221\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3221-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2572,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-768x1024.jpg\",\"title\":\"IMG_3274\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2573,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3533-1-768x1024.jpg\",\"title\":\"IMG_3533\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3533-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2575,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3611-1-768x1024.jpg\",\"title\":\"IMG_3611\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3611-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2577,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435-768x1024.jpg\",\"title\":\"IMG_6435\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2583,\"height\":133.06666666666666287710540927946567535400390625,\"width\":99.7999999999999971578290569595992565155029296875}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2530\']</div>\n<!-- /wp:envira/envira-gallery --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:wpforms/form-selector {\"clientId\":\"9783816b-3c20-4d09-8433-c847e9a49f38\",\"formId\":\"2516\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textAlign\":\"center\",\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://aggressivegraphix.com/our-work/\">See all of our work &gt;&gt;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:yoast/faq-block {\"questions\":[{\"id\":\"faq-question-1740601022040\",\"question\":[\"How long does a vinyl wrap last?\"],\"answer\":[\"There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Using harsh soaps or detergents that are not PH neutral while washing your car\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Spray detailers that have sealers, ceramics, and waxes in them\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Harsh water sprayers like drive through car washes\",{\"type\":\"br\",\"props\":{\"children\":[]}},{\"type\":\"br\",\"props\":{\"children\":[]}},\"There are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.\"],\"jsonQuestion\":\"How long does a vinyl wrap last?\",\"jsonAnswer\":\"There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:\\u003cbr/\\u003e- Using harsh soaps or detergents that are not PH neutral while washing your car\\u003cbr/\\u003e- Spray detailers that have sealers, ceramics, and waxes in them\\u003cbr/\\u003e- Harsh water sprayers like drive through car washes\\u003cbr/\\u003e\\u003cbr/\\u003eThere are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.\"},{\"id\":\"faq-question-1740604719384\",\"question\":[\"Can vinyl cover paint imperfections?\"],\"answer\":[\"Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. \"],\"jsonQuestion\":\"Can vinyl cover paint imperfections?\",\"jsonAnswer\":\"Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. \"},{\"id\":\"faq-question-1740604877589\",\"question\":[\"Will you perform body work before wrapping my car?\"],\"answer\":[\"If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.\"],\"jsonQuestion\":\"Will you perform body work before wrapping my car?\",\"jsonAnswer\":\"If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.\"},{\"id\":\"faq-question-1740604960292\",\"question\":[\"Will vinyl hurt the paint of my car?\"],\"answer\":[\"Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.\"],\"jsonQuestion\":\"Will vinyl hurt the paint of my car?\",\"jsonAnswer\":\"Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.\"}]} -->\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1740601022040\"><strong class=\"schema-faq-question\">How long does a vinyl wrap last?</strong> <p class=\"schema-faq-answer\">There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:<br/>- Using harsh soaps or detergents that are not PH neutral while washing your car<br/>- Spray detailers that have sealers, ceramics, and waxes in them<br/>- Harsh water sprayers like drive through car washes<br/><br/>There are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604719384\"><strong class=\"schema-faq-question\">Can vinyl cover paint imperfections?</strong> <p class=\"schema-faq-answer\">Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. </p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604877589\"><strong class=\"schema-faq-question\">Will you perform body work before wrapping my car?</strong> <p class=\"schema-faq-answer\">If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604960292\"><strong class=\"schema-faq-question\">Will vinyl hurt the paint of my car?</strong> <p class=\"schema-faq-answer\">Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.</p> </div> </div>\n<!-- /wp:yoast/faq-block -->','Style wraps','','inherit','closed','closed','','1212-revision-v1','','','2025-06-11 18:06:45','2025-06-11 18:06:45','',1212,'https://aggressivegraphix.com/?p=3182',0,'revision','',0),(3183,1,'2025-06-11 18:07:09','2025-06-11 18:07:09','<!-- wp:paragraph -->\n<p class=\"\">Vinyl can be used for many different applications. We offer full and partial vehicle wrap services to help you achieve the look you want for your vehicle. Using the best materials on the market paired with exercising the newest professional techniques for installing, we aim for quality over the life span of your wrap.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"backgroundColor\":\"primary-4\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group has-primary-4-background-color has-background\"><!-- wp:image {\"id\":2504,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/3M.png\" alt=\"\" class=\"wp-image-2504\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2507,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/averydennison.png\" alt=\"\" class=\"wp-image-2507\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2509,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/Orafol.png\" alt=\"\" class=\"wp-image-2509\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2508,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/hexis.png\" alt=\"\" class=\"wp-image-2508\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2505,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/kpmf.png\" alt=\"\" class=\"wp-image-2505\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2506,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/teckwrap.png\" alt=\"\" class=\"wp-image-2506\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2511,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/tinyBot.png\" alt=\"\" class=\"wp-image-2511\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2510,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/aura.png\" alt=\"\" class=\"wp-image-2510\" style=\"width:86px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Full wraps</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2620,\"title\":\"Full wraps\",\"columns\":\"0\",\"row_height\":110,\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/67738814_2380243855588700_6910048023540137984_n-1024x683.jpg\",\"title\":\"67738814_2380243855588700_6910048023540137984_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/67738814_2380243855588700_6910048023540137984_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2662,\"height\":108,\"width\":162},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0696-768x1024.jpg\",\"title\":\"IMG_0696\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0696.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2660,\"height\":108,\"width\":81},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1010-768x1024.jpg\",\"title\":\"IMG_1010\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1010.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2657,\"height\":108,\"width\":81},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1797-768x1024.jpg\",\"title\":\"IMG_1797\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1797.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2654,\"height\":108,\"width\":81},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1961-768x1024.jpg\",\"title\":\"IMG_1961\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1961.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2653,\"height\":108,\"width\":81},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2556-768x1024.jpg\",\"title\":\"IMG_2556\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2556.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2652,\"height\":108,\"width\":81},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2834-1024x768.jpg\",\"title\":\"IMG_2834\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2834.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2649,\"height\":96.088435374149668177778949029743671417236328125,\"width\":127.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/778D6D30-EF8B-49F5-A251-BC549CDC2E68-819x1024.jpg\",\"title\":\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/778D6D30-EF8B-49F5-A251-BC549CDC2E68.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2625,\"height\":96.088435374149668177778949029743671417236328125,\"width\":76.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3120-768x1024.jpg\",\"title\":\"IMG_3120\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3120.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2646,\"height\":96.088435374149668177778949029743671417236328125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3222-768x1024.jpg\",\"title\":\"IMG_3222\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3222.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2645,\"height\":96.088435374149668177778949029743671417236328125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3305-768x1024.jpg\",\"title\":\"IMG_3305\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3305.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2643,\"height\":96.088435374149668177778949029743671417236328125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3616-768x1024.jpg\",\"title\":\"IMG_3616\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3616.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2642,\"height\":96.088435374149668177778949029743671417236328125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8009-768x1024.jpg\",\"title\":\"IMG_8009\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8009.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2639,\"height\":96.088435374149668177778949029743671417236328125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777-768x1024.jpg\",\"title\":\"IMG_9777\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2638,\"height\":94.32387312186978078898391686379909515380859375,\"width\":70.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7455-768x1024.jpg\",\"title\":\"IMG_7455\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7455.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2635,\"height\":94.32387312186978078898391686379909515380859375,\"width\":70.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7307-930x1024.jpg\",\"title\":\"IMG_7307\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7307.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2633,\"height\":94.32387312186978078898391686379909515380859375,\"width\":85.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7301-768x1024.jpg\",\"title\":\"IMG_7301\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7301.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2632,\"height\":94.32387312186978078898391686379909515380859375,\"width\":70.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7207-768x1024.jpg\",\"title\":\"IMG_7207\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7207.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2631,\"height\":94.32387312186978078898391686379909515380859375,\"width\":70.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7042-768x1024.jpg\",\"title\":\"IMG_7042\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7042.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2629,\"height\":94.32387312186978078898391686379909515380859375,\"width\":70.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6976-1024x768.jpg\",\"title\":\"IMG_6976\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6976.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2628,\"height\":94.32387312186978078898391686379909515380859375,\"width\":125.5}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2620\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Partial wraps</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2590,\"title\":\"Partial wraps\",\"columns\":\"0\",\"row_height\":110,\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247-768x1024.jpg\",\"title\":\"IMG_3247\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2622,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272-768x1024.jpg\",\"title\":\"IMG_3272\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2616,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014-768x1024.jpg\",\"title\":\"IMG_3014\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2615,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962-768x1024.jpg\",\"title\":\"IMG_2962\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2614,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733-768x1024.jpg\",\"title\":\"IMG_2733\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2612,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122-768x1024.jpg\",\"title\":\"IMG_2122\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2611,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753-749x1024.jpg\",\"title\":\"IMG_1753\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2610,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":68.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159-768x1024.jpg\",\"title\":\"IMG_0159\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2607,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395-768x1024.jpg\",\"title\":\"IMG_9395\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2606,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":78.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984-931x1024.jpg\",\"title\":\"IMG_8984\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2605,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":95},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222-768x1024.jpg\",\"title\":\"IMG_8222\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2603,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":78.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495-768x1024.jpg\",\"title\":\"IMG_7495\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2601,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":78.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985-768x1024.jpg\",\"title\":\"IMG_6985\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2598,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":78.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969-768x1024.jpg\",\"title\":\"IMG_5969\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2596,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":78.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5154-768x1024.jpg\",\"title\":\"IMG_5154\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5154.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2595,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":78.2999999999999971578290569595992565155029296875}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2590\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Chrome deletes</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2530,\"title\":\"Chrome deletes\",\"columns\":\"0\",\"row_height\":150,\"margins\":\"custom\",\"custom_margins\":8,\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"lightbox_theme\":\"base\",\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-768x1024.jpg\",\"title\":\"IMG_6095\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2538,\"height\":143.854748603351964675312046892940998077392578125,\"width\":107.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1024x768.jpg\",\"title\":\"IMG_6872\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2539,\"height\":143.854748603351964675312046892940998077392578125,\"width\":191.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-768x1024.jpg\",\"title\":\"IMG_6873\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2540,\"height\":143.854748603351964675312046892940998077392578125,\"width\":107.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-768x1024.jpg\",\"title\":\"IMG_6892\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2541,\"height\":143.854748603351964675312046892940998077392578125,\"width\":107.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD-819x1024.jpg\",\"title\":\"6F96F978-DCB7-4975-98BF-B3FE55C384AD\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2543,\"height\":166.1290322580645124617149122059345245361328125,\"width\":132.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC-819x1024.jpg\",\"title\":\"4359657F-7DED-40E4-8EC2-FDFCDCF462BC\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2545,\"height\":166.1290322580645124617149122059345245361328125,\"width\":132.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1401-768x1024.jpg\",\"title\":\"IMG_1401\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1401.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2553,\"height\":166.1290322580645124617149122059345245361328125,\"width\":124.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1766-1-768x1024.jpg\",\"title\":\"IMG_1766\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1766-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2554,\"height\":166.1290322580645124617149122059345245361328125,\"width\":124.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2196-768x1024.jpg\",\"title\":\"IMG_2196\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2196.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2558,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2321-768x1024.jpg\",\"title\":\"IMG_2321\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2321.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2559,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2439-768x1024.jpg\",\"title\":\"IMG_2439\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2439.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2562,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2607-768x1024.jpg\",\"title\":\"IMG_2607\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2607.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2564,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2614-768x1024.jpg\",\"title\":\"IMG_2614\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2614.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2565,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2775-768x1024.jpg\",\"title\":\"IMG_2775\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2775.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2567,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2777-768x1024.jpg\",\"title\":\"IMG_2777\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2777.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2569,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3221-1-768x1024.jpg\",\"title\":\"IMG_3221\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3221-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2572,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-768x1024.jpg\",\"title\":\"IMG_3274\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2573,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3533-1-768x1024.jpg\",\"title\":\"IMG_3533\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3533-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2575,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3611-1-768x1024.jpg\",\"title\":\"IMG_3611\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3611-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2577,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435-768x1024.jpg\",\"title\":\"IMG_6435\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2583,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2530\']</div>\n<!-- /wp:envira/envira-gallery --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:wpforms/form-selector {\"clientId\":\"9783816b-3c20-4d09-8433-c847e9a49f38\",\"formId\":\"2516\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textAlign\":\"center\",\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://aggressivegraphix.com/our-work/\">See all of our work &gt;&gt;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:yoast/faq-block {\"questions\":[{\"id\":\"faq-question-1740601022040\",\"question\":[\"How long does a vinyl wrap last?\"],\"answer\":[\"There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Using harsh soaps or detergents that are not PH neutral while washing your car\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Spray detailers that have sealers, ceramics, and waxes in them\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Harsh water sprayers like drive through car washes\",{\"type\":\"br\",\"props\":{\"children\":[]}},{\"type\":\"br\",\"props\":{\"children\":[]}},\"There are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.\"],\"jsonQuestion\":\"How long does a vinyl wrap last?\",\"jsonAnswer\":\"There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:\\u003cbr/\\u003e- Using harsh soaps or detergents that are not PH neutral while washing your car\\u003cbr/\\u003e- Spray detailers that have sealers, ceramics, and waxes in them\\u003cbr/\\u003e- Harsh water sprayers like drive through car washes\\u003cbr/\\u003e\\u003cbr/\\u003eThere are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.\"},{\"id\":\"faq-question-1740604719384\",\"question\":[\"Can vinyl cover paint imperfections?\"],\"answer\":[\"Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. \"],\"jsonQuestion\":\"Can vinyl cover paint imperfections?\",\"jsonAnswer\":\"Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. \"},{\"id\":\"faq-question-1740604877589\",\"question\":[\"Will you perform body work before wrapping my car?\"],\"answer\":[\"If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.\"],\"jsonQuestion\":\"Will you perform body work before wrapping my car?\",\"jsonAnswer\":\"If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.\"},{\"id\":\"faq-question-1740604960292\",\"question\":[\"Will vinyl hurt the paint of my car?\"],\"answer\":[\"Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.\"],\"jsonQuestion\":\"Will vinyl hurt the paint of my car?\",\"jsonAnswer\":\"Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.\"}]} -->\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1740601022040\"><strong class=\"schema-faq-question\">How long does a vinyl wrap last?</strong> <p class=\"schema-faq-answer\">There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:<br/>- Using harsh soaps or detergents that are not PH neutral while washing your car<br/>- Spray detailers that have sealers, ceramics, and waxes in them<br/>- Harsh water sprayers like drive through car washes<br/><br/>There are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604719384\"><strong class=\"schema-faq-question\">Can vinyl cover paint imperfections?</strong> <p class=\"schema-faq-answer\">Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. </p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604877589\"><strong class=\"schema-faq-question\">Will you perform body work before wrapping my car?</strong> <p class=\"schema-faq-answer\">If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604960292\"><strong class=\"schema-faq-question\">Will vinyl hurt the paint of my car?</strong> <p class=\"schema-faq-answer\">Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.</p> </div> </div>\n<!-- /wp:yoast/faq-block -->','Style wraps','','inherit','closed','closed','','1212-revision-v1','','','2025-06-11 18:07:09','2025-06-11 18:07:09','',1212,'https://aggressivegraphix.com/?p=3183',0,'revision','',0),(3184,1,'2025-06-11 18:16:10','2025-06-11 18:16:10','<!-- wp:heading {\"textAlign\":\"center\",\"level\":1} -->\n<h1 class=\"wp-block-heading has-text-align-center\">Bike Graphics</h1>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2947,\"title\":\"Our Work \\u0026#8211; Bikes\",\"columns\":\"0\",\"row_height\":120,\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/437148274_742504491362521_7065599385733258382_n-1024x768.jpg\",\"title\":\"437148274_742504491362521_7065599385733258382_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/437148274_742504491362521_7065599385733258382_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3008,\"height\":113.6363636363636402393240132369101047515869140625,\"width\":151.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/504489709_17885899926279969_177754631791483776_n-1016x1024.jpg\",\"title\":\"504489709_17885899926279969_177754631791483776_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/504489709_17885899926279969_177754631791483776_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3007,\"height\":113.6363636363636402393240132369101047515869140625,\"width\":112.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/503284456_18509958433044190_7517990739271165788_n.jpg\",\"title\":\"503284456_18509958433044190_7517990739271165788_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/503284456_18509958433044190_7517990739271165788_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3006,\"height\":113.6363636363636402393240132369101047515869140625,\"width\":85.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/498942563_18387584923142936_596123371765232778_n-819x1024.jpg\",\"title\":\"498942563_18387584923142936_596123371765232778_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/498942563_18387584923142936_596123371765232778_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3005,\"height\":113.6363636363636402393240132369101047515869140625,\"width\":90.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/497541595_18501294259001614_2598109448780506479_n-1024x683.jpg\",\"title\":\"497541595_18501294259001614_2598109448780506479_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/497541595_18501294259001614_2598109448780506479_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3004,\"height\":113.6363636363636402393240132369101047515869140625,\"width\":170.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/491442005_18510909595020751_7234922605167022337_n.jpg\",\"title\":\"491442005_18510909595020751_7234922605167022337_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/491442005_18510909595020751_7234922605167022337_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3003,\"height\":113.6363636363636402393240132369101047515869140625,\"width\":151.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/488181926_644288625165545_5872832267448076159_n-1024x1024.jpg\",\"title\":\"488181926_644288625165545_5872832267448076159_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/488181926_644288625165545_5872832267448076159_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3002,\"height\":113.6363636363636402393240132369101047515869140625,\"width\":113.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/486213528_18495203686033581_4058816147006171820_n.jpg\",\"title\":\"486213528_18495203686033581_4058816147006171820_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/486213528_18495203686033581_4058816147006171820_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3001,\"height\":114.528795811518335767686949111521244049072265625,\"width\":152.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470902406_1231561204578289_151210119275735549_n-1024x1024.jpg\",\"title\":\"470902406_1231561204578289_151210119275735549_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470902406_1231561204578289_151210119275735549_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3000,\"height\":114.528795811518335767686949111521244049072265625,\"width\":114.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470602685_18479309014047289_2606857417410813301_n-1024x683.jpg\",\"title\":\"470602685_18479309014047289_2606857417410813301_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470602685_18479309014047289_2606857417410813301_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2999,\"height\":114.528795811518335767686949111521244049072265625,\"width\":171.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/455036619_857294589254265_4022265624524897411_n-1024x1024.jpg\",\"title\":\"455036619_857294589254265_4022265624524897411_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/455036619_857294589254265_4022265624524897411_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2998,\"height\":114.528795811518335767686949111521244049072265625,\"width\":114.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/449859150_1194962441742133_6344605474599175091_n.jpg\",\"title\":\"449859150_1194962441742133_6344605474599175091_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/449859150_1194962441742133_6344605474599175091_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2997,\"height\":114.528795811518335767686949111521244049072265625,\"width\":91.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/447671102_18435710512058900_2002726956368915108_n.jpg\",\"title\":\"447671102_18435710512058900_2002726956368915108_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/447671102_18435710512058900_2002726956368915108_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2996,\"height\":114.528795811518335767686949111521244049072265625,\"width\":91.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445587699_786824676755447_6957098027536781905_n.jpg\",\"title\":\"445587699_786824676755447_6957098027536781905_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445587699_786824676755447_6957098027536781905_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2995,\"height\":114.528795811518335767686949111521244049072265625,\"width\":138.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445175176_463852779535417_6180761558755325466_n-1024x768.jpg\",\"title\":\"445175176_463852779535417_6180761558755325466_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445175176_463852779535417_6180761558755325466_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2994,\"height\":106.06060606060606232858845032751560211181640625,\"width\":141.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5372-1-1024x706.jpg\",\"title\":\"IMG_5372\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5372-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2993,\"height\":106.06060606060606232858845032751560211181640625,\"width\":153.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/VCYT6981.jpg\",\"title\":\"VCYT6981\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/VCYT6981.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2992,\"height\":106.06060606060606232858845032751560211181640625,\"width\":79.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PLSX7092-576x1024.jpg\",\"title\":\"PLSX7092\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PLSX7092.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2991,\"height\":106.06060606060606232858845032751560211181640625,\"width\":59.39999999999999857891452847979962825775146484375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MTJR4755-1024x768.jpg\",\"title\":\"MTJR4755\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MTJR4755.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2990,\"height\":106.06060606060606232858845032751560211181640625,\"width\":141.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MGLF7487.jpg\",\"title\":\"MGLF7487\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MGLF7487.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2989,\"height\":106.06060606060606232858845032751560211181640625,\"width\":141.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG-4317-1024x683.jpg\",\"title\":\"IMG-4317\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG-4317.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2988,\"height\":106.06060606060606232858845032751560211181640625,\"width\":159.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9012-1024x809.jpg\",\"title\":\"IMG_9012\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9012.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2987,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":129.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8907.jpg\",\"title\":\"IMG_8907\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8907.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2986,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":135.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4927.jpg\",\"title\":\"IMG_4927\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4927.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2984,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":135.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4900-515x1024.jpg\",\"title\":\"IMG_4900\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4900.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2983,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":50.89999999999999857891452847979962825775146484375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4541-1024x684.jpg\",\"title\":\"IMG_4541\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4541.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2982,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":152.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2833-1024x768.jpg\",\"title\":\"IMG_2833\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2833.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2978,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":135.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2832-1024x768.jpg\",\"title\":\"IMG_2832\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2832.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2977,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":135.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2831-1024x768.jpg\",\"title\":\"IMG_2831\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2831.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2976,\"height\":108.2920792079207927827155799604952335357666015625,\"width\":144},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2659-576x1024.png\",\"title\":\"IMG_2659\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2659.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2973,\"height\":108.2920792079207927827155799604952335357666015625,\"width\":60.60000000000000142108547152020037174224853515625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1989-768x1024.jpg\",\"title\":\"IMG_1989\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1989.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2970,\"height\":108.2920792079207927827155799604952335357666015625,\"width\":81.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1734-1024x768.jpg\",\"title\":\"IMG_1734\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1734.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2968,\"height\":108.2920792079207927827155799604952335357666015625,\"width\":144},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1104-1024x576.jpg\",\"title\":\"IMG_1104\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1104.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2966,\"height\":108.2920792079207927827155799604952335357666015625,\"width\":192.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1097.jpg\",\"title\":\"IMG_1097\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1097.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2965,\"height\":108.2920792079207927827155799604952335357666015625,\"width\":144},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1095-1024x1024.jpg\",\"title\":\"IMG_1095\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1095.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2964,\"height\":108.2920792079207927827155799604952335357666015625,\"width\":108.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1089.jpg\",\"title\":\"IMG_1089\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1089.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2963,\"height\":115.3947368421052743769905646331608295440673828125,\"width\":174.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1084-576x1024.png\",\"title\":\"IMG_1084\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1084.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2960,\"height\":115.3947368421052743769905646331608295440673828125,\"width\":64.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1079-1024x1019.jpg\",\"title\":\"IMG_1079\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1079.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2959,\"height\":115.3947368421052743769905646331608295440673828125,\"width\":115.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0944.jpg\",\"title\":\"IMG_0944\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0944.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2958,\"height\":115.3947368421052743769905646331608295440673828125,\"width\":173.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0501.jpg\",\"title\":\"Screenshot\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0501.jpg\",\"alt\":\"\",\"caption\":\"Screenshot\",\"thumb\":\"\",\"id\":2957,\"height\":115.3947368421052743769905646331608295440673828125,\"width\":175.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0498.jpg\",\"title\":\"Screenshot\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0498.jpg\",\"alt\":\"\",\"caption\":\"Screenshot\",\"thumb\":\"\",\"id\":2954,\"height\":115.3947368421052743769905646331608295440673828125,\"width\":174.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/87953997_230236561487320_861082269299769344_n.jpg\",\"title\":\"87953997_230236561487320_861082269299769344_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/87953997_230236561487320_861082269299769344_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2953,\"height\":124.5042492917846885802646283991634845733642578125,\"width\":165.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/811871D3-C280-46D5-9DBC-589C4E700472.jpg\",\"title\":\"811871D3-C280-46D5-9DBC-589C4E700472\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/811871D3-C280-46D5-9DBC-589C4E700472.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2951,\"height\":124.5042492917846885802646283991634845733642578125,\"width\":188},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F.jpg\",\"title\":\"09002F42-61AF-4003-9CC1-C09F374AC11F\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2950,\"height\":124.5042492917846885802646283991634845733642578125,\"width\":174.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2-1024x803.jpg\",\"title\":\"9BEACE47-192C-4771-87CB-55F3CD28C0E2\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2949,\"height\":124.5042492917846885802646283991634845733642578125,\"width\":159.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A.jpg\",\"title\":\"0A06FF3E-3164-4558-90E1-6547222E7B0A\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2948,\"height\":124.5042492917846885802646283991634845733642578125,\"width\":191.69999999999998863131622783839702606201171875}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2947\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":1} -->\n<h1 class=\"wp-block-heading has-text-align-center\">Vehicle Wraps and Tinting</h1>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":3010,\"title\":\"Our Work \\u0026#8211; Wraps\",\"columns\":\"0\",\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3812-951x1024.jpg\",\"title\":\"IMG_3812\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3812.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3148,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":89.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3845-768x1024.jpg\",\"title\":\"IMG_3845\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3845.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3147,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3846-768x1024.jpg\",\"title\":\"IMG_3846\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3846.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3146,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3897-896x1024.jpg\",\"title\":\"IMG_3897\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3897.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3145,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":84.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3944-768x1024.jpg\",\"title\":\"IMG_3944\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3944.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3144,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948-1016x1024.jpg\",\"title\":\"IMG_3948\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3143,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":95.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3960-1002x1024.jpg\",\"title\":\"IMG_3960\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3960.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3141,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":94.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3966-768x1024.jpg\",\"title\":\"IMG_3966\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3966.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3140,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4020-768x1024.jpg\",\"title\":\"IMG_4020\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4020.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3139,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021-768x1024.jpg\",\"title\":\"IMG_4021\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3138,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4035-768x1024.jpg\",\"title\":\"IMG_4035\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4035.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3137,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4036-768x1024.jpg\",\"title\":\"IMG_4036\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4036.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3136,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4054-768x1024.jpg\",\"title\":\"IMG_4054\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4054.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3135,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055-768x1024.jpg\",\"title\":\"IMG_4055\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3134,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071-768x1024.jpg\",\"title\":\"IMG_4071\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3133,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2560-768x1024.jpg\",\"title\":\"IMG_2560\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2560.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3132,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9439-1024x674.jpg\",\"title\":\"IMG_9439\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9439.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3131,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":143.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009-768x1024.jpg\",\"title\":\"IMG_8009\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3130,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7456-768x1024.jpg\",\"title\":\"IMG_7456\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7456.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3129,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455-768x1024.jpg\",\"title\":\"IMG_7455\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3128,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7447-768x1024.jpg\",\"title\":\"IMG_7447\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7447.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3127,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307-930x1024.jpg\",\"title\":\"IMG_7307\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3126,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":85.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7301-768x1024.jpg\",\"title\":\"IMG_7301\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7301.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3125,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207-768x1024.jpg\",\"title\":\"IMG_7207\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3124,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7204-768x1024.jpg\",\"title\":\"IMG_7204\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7204.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3123,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7042-768x1024.jpg\",\"title\":\"IMG_7042\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7042.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3122,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_6976-1024x768.jpg\",\"title\":\"IMG_6976\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_6976.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3121,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":130.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4031-1024x683.jpg\",\"title\":\"IMG_4031\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4031.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3120,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":147.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3619-768x1024.jpg\",\"title\":\"IMG_3619\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3619.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3119,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3617-768x1024.jpg\",\"title\":\"IMG_3617\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3617.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3118,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3305-768x1024.jpg\",\"title\":\"IMG_3305\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3305.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3117,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3223-768x1024.jpg\",\"title\":\"IMG_3223\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3223.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3116,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222-768x1024.jpg\",\"title\":\"IMG_3222\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3115,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120-768x1024.jpg\",\"title\":\"IMG_3120\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3114,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3064-768x1024.jpg\",\"title\":\"IMG_3064\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3064.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3113,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3062-768x1024.jpg\",\"title\":\"IMG_3062\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3062.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3112,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2559-768x1024.jpg\",\"title\":\"IMG_2559\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2559.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3111,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961-768x1024.jpg\",\"title\":\"IMG_1961\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3110,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1797-768x1024.jpg\",\"title\":\"IMG_1797\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1797.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3109,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796-768x1024.jpg\",\"title\":\"IMG_1796\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3108,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1011-768x1024.jpg\",\"title\":\"IMG_1011\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1011.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3107,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1010-768x1024.jpg\",\"title\":\"IMG_1010\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1010.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3106,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009-768x1024.jpg\",\"title\":\"IMG_1009\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3105,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698-768x1024.jpg\",\"title\":\"IMG_0698\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3104,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0696-768x1024.jpg\",\"title\":\"IMG_0696\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0696.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3103,\"height\":97.760358342665170994223444722592830657958984375,\"width\":73.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/68470976_1346433938856221_3994837700069818368_n-1024x683.jpg\",\"title\":\"68470976_1346433938856221_3994837700069818368_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/68470976_1346433938856221_3994837700069818368_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3102,\"height\":97.760358342665170994223444722592830657958984375,\"width\":146.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/67738814_2380243855588700_6910048023540137984_n-1024x683.jpg\",\"title\":\"67738814_2380243855588700_6910048023540137984_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/67738814_2380243855588700_6910048023540137984_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3101,\"height\":97.760358342665170994223444722592830657958984375,\"width\":146.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/29964D3A-B203-4E30-95AE-9483EC6B8490-819x1024.jpg\",\"title\":\"29964D3A-B203-4E30-95AE-9483EC6B8490\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/29964D3A-B203-4E30-95AE-9483EC6B8490.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3100,\"height\":97.760358342665170994223444722592830657958984375,\"width\":78.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68-819x1024.jpg\",\"title\":\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3099,\"height\":97.760358342665170994223444722592830657958984375,\"width\":78.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2121-1-768x1024.jpg\",\"title\":\"IMG_2121\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2121-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3098,\"height\":97.760358342665170994223444722592830657958984375,\"width\":73.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2123-1024x768.jpg\",\"title\":\"IMG_2123\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2123.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3071,\"height\":97.760358342665170994223444722592830657958984375,\"width\":130},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7488-1-1024x683.jpg\",\"title\":\"IMG_7488\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7488-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3097,\"height\":97.760358342665170994223444722592830657958984375,\"width\":146.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7489-1-683x1024.jpg\",\"title\":\"IMG_7489\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7489-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3096,\"height\":94.366197183098591949601541273295879364013671875,\"width\":63.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7491-1-1024x682.jpg\",\"title\":\"IMG_7491\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7491-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3095,\"height\":94.366197183098591949601541273295879364013671875,\"width\":141.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7492-1-683x1024.jpg\",\"title\":\"IMG_7492\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7492-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3094,\"height\":94.366197183098591949601541273295879364013671875,\"width\":63.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4544-1-768x1024.jpg\",\"title\":\"IMG_4544\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4544-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3093,\"height\":94.366197183098591949601541273295879364013671875,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4542-1024x768.jpg\",\"title\":\"IMG_4542\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4542.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3059,\"height\":94.366197183098591949601541273295879364013671875,\"width\":125.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4972e-1024x895.jpg\",\"title\":\"IMG_4972e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4972e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3055,\"height\":94.366197183098591949601541273295879364013671875,\"width\":107.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4973-1-768x1024.jpg\",\"title\":\"IMG_4973\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4973-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3092,\"height\":94.366197183098591949601541273295879364013671875,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4974-1-1024x768.jpg\",\"title\":\"IMG_4974\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4974-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3091,\"height\":94.366197183098591949601541273295879364013671875,\"width\":125.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4995-1-1024x938.jpg\",\"title\":\"IMG_4995\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4995-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3090,\"height\":94.366197183098591949601541273295879364013671875,\"width\":102.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3246-1-1024x768.jpg\",\"title\":\"IMG_3246\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3246-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3089,\"height\":94.5828819068255626234531519003212451934814453125,\"width\":125.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5601-1-1024x609.jpg\",\"title\":\"IMG_5601\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5601-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3088,\"height\":94.5828819068255626234531519003212451934814453125,\"width\":158.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1-1024x768.jpg\",\"title\":\"IMG_2698\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3087,\"height\":94.5828819068255626234531519003212451934814453125,\"width\":125.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3053-1-768x1024.jpg\",\"title\":\"IMG_3053\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3053-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3086,\"height\":94.5828819068255626234531519003212451934814453125,\"width\":70.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3616-1-768x1024.jpg\",\"title\":\"IMG_3616\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3616-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3085,\"height\":94.5828819068255626234531519003212451934814453125,\"width\":70.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1482-1024x768.jpg\",\"title\":\"IMG_1482\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1482.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3083,\"height\":94.5828819068255626234531519003212451934814453125,\"width\":125.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1490-1024x768.jpg\",\"title\":\"IMG_1490\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1490.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3081,\"height\":94.5828819068255626234531519003212451934814453125,\"width\":125.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1680e-747x1024.jpg\",\"title\":\"IMG_1680e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1680e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3077,\"height\":94.5828819068255626234531519003212451934814453125,\"width\":69},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2110-1024x768.jpg\",\"title\":\"IMG_2110\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2110.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3074,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":135.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3854-1024x768.jpg\",\"title\":\"IMG_3854\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3854.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3061,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":135.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3855-1024x576.jpg\",\"title\":\"IMG_3855\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3855-rotated.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3046,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":181.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3920e-731x1024.jpg\",\"title\":\"IMG_3920e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3920e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3060,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":72.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4572e-1024x686.jpg\",\"title\":\"IMG_4572e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4572e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3056,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":151.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4993e-634x1024.jpg\",\"title\":\"IMG_4993e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4993e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3049,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":63.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5155-1024x768.jpg\",\"title\":\"IMG_5155\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5155.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3047,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":135.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5504e-1024x622.jpg\",\"title\":\"IMG_5504e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5504e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3044,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":148.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/NHJZ5355-1024x768.jpg\",\"title\":\"NHJZ5355\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/NHJZ5355.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3067,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":119.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5644-1024x768.jpg\",\"title\":\"IMG_5644\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5644.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3042,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":119.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5645-1024x843.jpg\",\"title\":\"IMG_5645\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5645.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3041,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":108.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3244-1024x461.jpg\",\"title\":\"IMG_3244\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3244.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3040,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":199.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8489-1024x510.jpg\",\"title\":\"IMG_8489\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8489.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3038,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":180.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8611-958x1024.jpg\",\"title\":\"IMG_8611\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8611.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3037,\"height\":99.658314350797269298709579743444919586181640625,\"width\":93.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9395-1024x710.jpg\",\"title\":\"IMG_9395\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9395.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3036,\"height\":99.658314350797269298709579743444919586181640625,\"width\":143.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9445-768x1024.jpg\",\"title\":\"IMG_9445\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9445.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3035,\"height\":99.658314350797269298709579743444919586181640625,\"width\":74.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9446-768x1024.jpg\",\"title\":\"IMG_9446\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9446.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3034,\"height\":99.658314350797269298709579743444919586181640625,\"width\":74.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9576-768x1024.jpg\",\"title\":\"IMG_9576\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9576.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3033,\"height\":99.658314350797269298709579743444919586181640625,\"width\":74.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9777-1024x521.jpg\",\"title\":\"IMG_9777\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9777.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3032,\"height\":99.658314350797269298709579743444919586181640625,\"width\":196.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9781-1024x470.jpg\",\"title\":\"IMG_9781\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9781.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3031,\"height\":99.658314350797269298709579743444919586181640625,\"width\":217.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF-1024x515.jpg\",\"title\":\"75D4E00F-F35A-4C86-A1D1-D5BAC411BECF\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3030,\"height\":95.4098360655737707247681100852787494659423828125,\"width\":189.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D-917x1024.jpg\",\"title\":\"72D9BE60-918C-4B4B-9C3A-4898D7D2E51D\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3029,\"height\":95.4098360655737707247681100852787494659423828125,\"width\":85.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/F2351C4C-F4D9-480F-9934-083F6DFCE40A-1024x768.jpg\",\"title\":\"F2351C4C-F4D9-480F-9934-083F6DFCE40A\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/F2351C4C-F4D9-480F-9934-083F6DFCE40A.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3028,\"height\":95.4098360655737707247681100852787494659423828125,\"width\":126.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1-1024x767.jpg\",\"title\":\"E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3027,\"height\":95.4098360655737707247681100852787494659423828125,\"width\":127.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE-768x1024.jpg\",\"title\":\"E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3026,\"height\":95.4098360655737707247681100852787494659423828125,\"width\":71.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/07AA5C2A-CBF0-4E74-9708-3305125E5505-1024x767.jpg\",\"title\":\"07AA5C2A-CBF0-4E74-9708-3305125E5505\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/07AA5C2A-CBF0-4E74-9708-3305125E5505.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3025,\"height\":95.4098360655737707247681100852787494659423828125,\"width\":127.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/4C97A568-D52D-416B-A98C-57FE57513540-768x1024.jpg\",\"title\":\"4C97A568-D52D-416B-A98C-57FE57513540\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/4C97A568-D52D-416B-A98C-57FE57513540.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3024,\"height\":95.4098360655737707247681100852787494659423828125,\"width\":71.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556-768x1024.jpg\",\"title\":\"IMG_2556\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3023,\"height\":95.4098360655737707247681100852787494659423828125,\"width\":71.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0785-1024x758.jpg\",\"title\":\"Screenshot\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0785.jpg\",\"alt\":\"\",\"caption\":\"Screenshot\",\"thumb\":\"\",\"id\":3022,\"height\":102.3501762632197511493359343148767948150634765625,\"width\":138.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2741-768x1024.jpg\",\"title\":\"IMG_2741\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2741.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3020,\"height\":102.3501762632197511493359343148767948150634765625,\"width\":76.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3090-1024x768.jpg\",\"title\":\"IMG_3090\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3090.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3018,\"height\":102.3501762632197511493359343148767948150634765625,\"width\":136.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3128-768x1024.jpg\",\"title\":\"IMG_3128\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3128.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3016,\"height\":102.3501762632197511493359343148767948150634765625,\"width\":76.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9457-768x1024.jpg\",\"title\":\"IMG_9457\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9457.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3014,\"height\":102.3501762632197511493359343148767948150634765625,\"width\":76.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9456-768x1024.jpg\",\"title\":\"IMG_9456\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9456.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3013,\"height\":102.3501762632197511493359343148767948150634765625,\"width\":76.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9453-768x1024.jpg\",\"title\":\"IMG_9453\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9453.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3012,\"height\":102.3501762632197511493359343148767948150634765625,\"width\":76.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9452-768x1024.jpg\",\"title\":\"IMG_9452\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9452.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3011,\"height\":102.3501762632197511493359343148767948150634765625,\"width\":76.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9451-1024x768.jpg\",\"title\":\"IMG_9451\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9451.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3084,\"height\":102.3501762632197511493359343148767948150634765625,\"width\":136.099999999999994315658113919198513031005859375}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'3010\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":1} -->\n<h1 class=\"wp-block-heading has-text-align-center\">Canopies and Flags</h1>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":3152,\"title\":\"Our Work \\u0026#8211; Canopies\",\"columns\":\"0\",\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/triplethreatracing-1024x768.png\",\"title\":\"triplethreatracing\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/triplethreatracing.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3180,\"height\":94.098712446351925109411240555346012115478515625,\"width\":125.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/sweetsubies-1024x768.png\",\"title\":\"sweetsubies\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/sweetsubies.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3179,\"height\":94.098712446351925109411240555346012115478515625,\"width\":125.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsstripeshalfwall-1024x384.png\",\"title\":\"scarsstripeshalfwall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsstripeshalfwall.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3178,\"height\":94.098712446351925109411240555346012115478515625,\"width\":251.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsandstripes-1024x768.png\",\"title\":\"scarsandstripes\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsandstripes.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3177,\"height\":94.098712446351925109411240555346012115478515625,\"width\":125.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PlaceFord-1024x768.png\",\"title\":\"PlaceFord\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PlaceFord.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3176,\"height\":94.098712446351925109411240555346012115478515625,\"width\":125.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/mx23-1024x768.png\",\"title\":\"mx23\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/mx23.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3175,\"height\":94.098712446351925109411240555346012115478515625,\"width\":125.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall2-1024x282.png\",\"title\":\"kaplanhalfwall2\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall2.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3174,\"height\":105.3699284009546630613840534351766109466552734375,\"width\":382.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall-1024x299.png\",\"title\":\"kaplanhalfwall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3173,\"height\":105.3699284009546630613840534351766109466552734375,\"width\":360.3999999999999772626324556767940521240234375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/harringer-1024x768.png\",\"title\":\"harringer\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/harringer.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3172,\"height\":105.3699284009546630613840534351766109466552734375,\"width\":140.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallWeepingWillow-1024x612.png\",\"title\":\"fullwallWeepingWillow\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallWeepingWillow.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3171,\"height\":92.7061310782240894923234009183943271636962890625,\"width\":154.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallsinister-1024x662.png\",\"title\":\"fullwallsinister\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallsinister.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3170,\"height\":92.7061310782240894923234009183943271636962890625,\"width\":143.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallPlaistow-1024x667.png\",\"title\":\"fullwallPlaistow\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallPlaistow.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3169,\"height\":92.7061310782240894923234009183943271636962890625,\"width\":142.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallFlawless-1024x689.png\",\"title\":\"fullwallFlawless\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallFlawless.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3167,\"height\":92.7061310782240894923234009183943271636962890625,\"width\":138.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallCBC-1024x632.png\",\"title\":\"fullwallCBC\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallCBC.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3166,\"height\":92.7061310782240894923234009183943271636962890625,\"width\":150.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallAG-1024x643.png\",\"title\":\"fullwallAG\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallAG.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3165,\"height\":92.7061310782240894923234009183943271636962890625,\"width\":147.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall20TTR-1024x420.png\",\"title\":\"fullwall20TTR\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall20TTR.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3163,\"height\":94.1997851772287759786195238120853900909423828125,\"width\":229.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall10TTR-1024x660.png\",\"title\":\"fullwall10TTR\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall10TTR.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3162,\"height\":94.1997851772287759786195238120853900909423828125,\"width\":146},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fueltoinspire-1024x768.jpg\",\"title\":\"fueltoinspire\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fueltoinspire.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3161,\"height\":94.1997851772287759786195238120853900909423828125,\"width\":125.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/flawlessdetailing-1024x768.png\",\"title\":\"flawlessdetailing\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/flawlessdetailing.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3160,\"height\":94.1997851772287759786195238120853900909423828125,\"width\":125.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/daigleracing-1024x768.jpg\",\"title\":\"daigleracing\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/daigleracing.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3159,\"height\":94.1997851772287759786195238120853900909423828125,\"width\":125.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/cscservices-1024x768.jpg\",\"title\":\"cscservices\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/cscservices.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3158,\"height\":94.1997851772287759786195238120853900909423828125,\"width\":125.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/colosseumbarbell-1024x768.png\",\"title\":\"colosseumbarbell\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/colosseumbarbell.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3157,\"height\":98.7640449438202239207384991459548473358154296875,\"width\":131.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/bosssuspension-1024x768.png\",\"title\":\"bosssuspension\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/bosssuspension.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3156,\"height\":98.7640449438202239207384991459548473358154296875,\"width\":131.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/bosshalfwall-1024x286.png\",\"title\":\"bosshalfwall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/bosshalfwall.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3155,\"height\":98.7640449438202239207384991459548473358154296875,\"width\":353.6000000000000227373675443232059478759765625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ATMracing-1024x768.png\",\"title\":\"ATMracing\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ATMracing.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3154,\"height\":98.7640449438202239207384991459548473358154296875,\"width\":131.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/AG-1024x768.png\",\"title\":\"AG\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/AG.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3153,\"height\":98.7640449438202239207384991459548473358154296875,\"width\":131.400000000000005684341886080801486968994140625}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'3152\']</div>\n<!-- /wp:envira/envira-gallery -->','Our Work','','inherit','closed','closed','','82-revision-v1','','','2025-06-11 18:16:10','2025-06-11 18:16:10','',82,'https://aggressivegraphix.com/?p=3184',0,'revision','',0),(3187,1,'2025-06-11 19:13:21','2025-06-11 19:13:21','','','','publish','closed','closed','','3187','','','2025-10-01 20:18:47','2025-10-01 20:18:47','',1593,'https://aggressivegraphix.com/af_pao_options/3187/',0,'af_pao_options','',0),(3188,1,'2025-06-11 19:15:35','2025-06-11 19:15:35','','','','publish','closed','closed','','3188','','','2025-09-09 19:01:38','2025-09-09 19:01:38','',1630,'https://aggressivegraphix.com/af_pao_options/3188/',0,'af_pao_options','',0),(3189,1,'2025-06-11 19:19:17','2025-06-11 19:19:17','','','','publish','closed','closed','','3189','','','2025-09-09 19:04:46','2025-09-09 19:04:46','',1646,'https://aggressivegraphix.com/af_pao_options/3189/',0,'af_pao_options','',0),(3190,1,'2025-06-11 19:20:17','2025-06-11 19:20:17','','','','publish','closed','closed','','3190','','','2025-09-09 19:18:02','2025-09-09 19:18:02','',1662,'https://aggressivegraphix.com/af_pao_options/3190/',0,'af_pao_options','',0),(3191,1,'2025-06-11 19:21:54','2025-06-11 19:21:54','','','','publish','closed','closed','','3191','','','2025-09-09 19:15:40','2025-09-09 19:15:40','',2025,'https://aggressivegraphix.com/af_pao_fields/3191/',4,'af_pao_fields','',0),(3192,1,'2025-06-11 19:24:06','2025-06-11 19:24:06','','','','publish','closed','closed','','3192','','','2025-09-09 19:15:41','2025-09-09 19:15:41','',3191,'https://aggressivegraphix.com/af_pao_options/3192/',0,'af_pao_options','',0),(3193,1,'2025-06-11 19:24:10','2025-06-11 19:24:10','','','','publish','closed','closed','','3193','','','2025-09-09 19:15:41','2025-09-09 19:15:41','',3191,'https://aggressivegraphix.com/af_pao_options/3193/',0,'af_pao_options','',0),(3194,1,'2025-06-11 19:24:18','2025-06-11 19:24:18','','','','publish','closed','closed','','3194','','','2025-09-09 19:15:41','2025-09-09 19:15:41','',3191,'https://aggressivegraphix.com/af_pao_options/3194/',0,'af_pao_options','',0),(3195,1,'2025-06-11 19:24:21','2025-06-11 19:24:21','','','','publish','closed','closed','','3195','','','2025-09-09 19:15:41','2025-09-09 19:15:41','',3191,'https://aggressivegraphix.com/af_pao_options/3195/',0,'af_pao_options','',0),(3196,1,'2025-06-11 19:24:24','2025-06-11 19:24:24','','','','publish','closed','closed','','3196','','','2025-09-09 19:15:40','2025-09-09 19:15:40','',3191,'https://aggressivegraphix.com/af_pao_options/3196/',0,'af_pao_options','',0),(3197,1,'2025-06-11 19:24:27','2025-06-11 19:24:27','','','','publish','closed','closed','','3197','','','2025-09-09 19:15:40','2025-09-09 19:15:40','',3191,'https://aggressivegraphix.com/af_pao_options/3197/',0,'af_pao_options','',0),(3199,1,'2025-06-11 20:02:26','2025-06-11 20:02:26','ul.products .taxonomy-product_cat, ul.products .wp-block-post-excerpt, .wc-block-grid__products .taxonomy-product_cat, .wc-block-grid__products .wp-block-post-excerpt, .wp-block-woocommerce-related-products .taxonomy-product_cat, .wp-block-woocommerce-related-products .wp-block-post-excerpt, .products-block-post-template .taxonomy-product_cat, .products-block-post-template .wp-block-post-excerpt, .cross-sells-product .taxonomy-product_cat, .cross-sells-product .wp-block-post-excerpt {\n    -webkit-line-clamp: none !important;\n}\n.wp-block-woocommerce-product-price {\n    text-align: center;\n    margin: 0 auto; \n}\na, button {\n    margin: 0 auto;\n}\na.addon-btn button {\n	  background: #c70000;\n    font-size: 18px;\n    color: #fff;\n    border: none;\n    padding: 10px 15px;\n    border-radius: 30px;\n		cursor:pointer;\n}\na.addon-btn button:hover {\n	  background: #a70000;\n}\n.woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p, .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p {\n    max-width: 1400px !important;\n}\n.products-block-post-template .product > .wp-block-button, .products-block-post-template .wp-block-post > .wp-block-button {\n	position: inherit !important;\n  bottom: 0 !important;\n}\n.products-block-post-template .wp-block-post-title{\n	-webkit-line-clamp: 3 !important;\n}\n.af_addon_field_class {\n    width: 100% !important;\n}\n.config-button {\n	  background: #c70000;\n    font-size: 18px;\n    color: #fff;\n    border: none;\n    padding: 10px 15px;\n    border-radius: 30px;\n    cursor: pointer;\n}','eride','','inherit','closed','closed','','1953-revision-v1','','','2025-06-11 20:02:26','2025-06-11 20:02:26','',1953,'https://aggressivegraphix.com/?p=3199',0,'revision','',0),(3201,1,'2025-06-11 20:05:48','2025-06-11 20:05:48','ul.products .taxonomy-product_cat, ul.products .wp-block-post-excerpt, .wc-block-grid__products .taxonomy-product_cat, .wc-block-grid__products .wp-block-post-excerpt, .wp-block-woocommerce-related-products .taxonomy-product_cat, .wp-block-woocommerce-related-products .wp-block-post-excerpt, .products-block-post-template .taxonomy-product_cat, .products-block-post-template .wp-block-post-excerpt, .cross-sells-product .taxonomy-product_cat, .cross-sells-product .wp-block-post-excerpt {\n    -webkit-line-clamp: none !important;\n}\n.wp-block-woocommerce-product-price {\n    text-align: center;\n    margin: 0 auto; \n}\na, button {\n    margin: 0 auto;\n}\na.addon-btn button {\n	  background: #c70000;\n    font-size: 18px;\n    color: #fff;\n    border: none;\n    padding: 10px 15px;\n    border-radius: 30px;\n		cursor:pointer;\n}\na.addon-btn button:hover {\n	  background: #a70000;\n}\n.woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p, .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p {\n    max-width: 1400px !important;\n}\n.products-block-post-template .product > .wp-block-button, .products-block-post-template .wp-block-post > .wp-block-button {\n	position: inherit !important;\n  bottom: 0 !important;\n}\n.products-block-post-template .wp-block-post-title{\n	-webkit-line-clamp: 3 !important;\n}\n.af_addon_field_class {\n    width: 100% !important;\n}\n.config-button {\n	  background: #c70000;\n    font-size: 18px;\n    color: #fff;\n    border: none;\n    padding: 10px 15px;\n    border-radius: 30px;\n    cursor: pointer;\n}\nimg {\n    background: #fff;\n}','eride','','inherit','closed','closed','','1953-revision-v1','','','2025-06-11 20:05:48','2025-06-11 20:05:48','',1953,'https://aggressivegraphix.com/?p=3201',0,'revision','',0),(3203,1,'2025-06-11 20:08:48','2025-06-11 20:08:48','ul.products .taxonomy-product_cat, ul.products .wp-block-post-excerpt, .wc-block-grid__products .taxonomy-product_cat, .wc-block-grid__products .wp-block-post-excerpt, .wp-block-woocommerce-related-products .taxonomy-product_cat, .wp-block-woocommerce-related-products .wp-block-post-excerpt, .products-block-post-template .taxonomy-product_cat, .products-block-post-template .wp-block-post-excerpt, .cross-sells-product .taxonomy-product_cat, .cross-sells-product .wp-block-post-excerpt {\n    -webkit-line-clamp: none !important;\n}\n.wp-block-woocommerce-product-price {\n    text-align: center;\n    margin: 0 auto; \n}\na, button {\n    margin: 0 auto;\n}\na.addon-btn button {\n	  background: #c70000;\n    font-size: 18px;\n    color: #fff;\n    border: none;\n    padding: 10px 15px;\n    border-radius: 30px;\n		cursor:pointer;\n}\na.addon-btn button:hover {\n	  background: #a70000;\n}\n.woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p, .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p {\n    max-width: 1400px !important;\n}\n.products-block-post-template .product > .wp-block-button, .products-block-post-template .wp-block-post > .wp-block-button {\n	position: inherit !important;\n  bottom: 0 !important;\n}\n.products-block-post-template .wp-block-post-title{\n	-webkit-line-clamp: 3 !important;\n}\n.af_addon_field_class {\n    width: 100% !important;\n}\n.config-button {\n	  background: #c70000;\n    font-size: 18px;\n    color: #fff;\n    border: none;\n    padding: 10px 15px;\n    border-radius: 30px;\n    cursor: pointer;\n}\n.zoomImg {\n    background: #fff;\n}','eride','','inherit','closed','closed','','1953-revision-v1','','','2025-06-11 20:08:48','2025-06-11 20:08:48','',1953,'https://aggressivegraphix.com/?p=3203',0,'revision','',0),(3205,1,'2025-06-12 14:01:40','2025-06-12 14:01:40','','lvl1','Discount for Level 1 sponsorship','publish','closed','closed','','lvl1','','','2025-06-12 14:12:32','2025-06-12 14:12:32','',0,'https://aggressivegraphix.com/?post_type=shop_coupon&#038;p=3205',0,'shop_coupon','',0),(3206,1,'2025-06-12 14:06:28','2025-06-12 14:06:28','','lvl2','Discount for Level 2 sponsorship','publish','closed','closed','','3206','','','2025-06-12 14:06:56','2025-06-12 14:06:56','',0,'https://aggressivegraphix.com/?post_type=shop_coupon&#038;p=3206',0,'shop_coupon','',0),(3207,1,'2025-06-12 14:08:20','2025-06-12 14:08:20','','lvl3','Discount for Level 3 sponsorship','publish','closed','closed','','3207','','','2025-06-12 14:08:37','2025-06-12 14:08:37','',0,'https://aggressivegraphix.com/?post_type=shop_coupon&#038;p=3207',0,'shop_coupon','',0),(3208,1,'2025-06-12 14:10:10','2025-06-12 14:10:10','','lvl4','Discount for Level 4 sponsorship','publish','closed','closed','','lvl4','','','2025-06-18 15:55:15','2025-06-18 15:55:15','',0,'https://aggressivegraphix.com/?post_type=shop_coupon&#038;p=3208',0,'shop_coupon','',0),(3209,1,'2025-06-12 14:11:36','2025-06-12 14:11:36','','lvl5','Discount for Rider Rep sponsorship','publish','closed','closed','','lvl5','','','2025-06-12 14:11:36','2025-06-12 14:11:36','',0,'https://aggressivegraphix.com/?post_type=shop_coupon&#038;p=3209',0,'shop_coupon','',0),(3210,1,'2025-06-12 14:14:47','2025-06-12 14:14:47','','nobrega463','Rider rep Zach Nobrega has referred you to Aggressive Graphix. 10% discount will be applied to your order site wide.','publish','closed','closed','','nobrega463','','','2025-06-12 14:14:47','2025-06-12 14:14:47','',0,'https://aggressivegraphix.com/?post_type=shop_coupon&#038;p=3210',0,'shop_coupon','',0),(3211,1,'2025-06-12 14:15:25','2025-06-12 14:15:25','','bernard418','Rider rep Ciara Bernard has referred you to Aggressive Graphix. 10% discount will be applied to your order site wide.','publish','closed','closed','','bernard418','','','2025-06-12 14:15:25','2025-06-12 14:15:25','',0,'https://aggressivegraphix.com/?post_type=shop_coupon&#038;p=3211',0,'shop_coupon','',0),(3212,1,'2025-06-12 14:16:41','2025-06-12 14:16:41','','carroll483','Rider rep Bryton Carroll has referred you to Aggressive Graphix. 10% discount will be applied to your order site wide.','publish','closed','closed','','carroll483','','','2025-06-12 14:16:41','2025-06-12 14:16:41','',0,'https://aggressivegraphix.com/?post_type=shop_coupon&#038;p=3212',0,'shop_coupon','',0),(3213,1,'2025-06-12 14:17:23','2025-06-12 14:17:23','','gordon725','Rider rep Todd Gordon has referred you to Aggressive Graphix. 10% discount will be applied to your order site wide.','publish','closed','closed','','gordon725','','','2025-06-12 14:17:23','2025-06-12 14:17:23','',0,'https://aggressivegraphix.com/?post_type=shop_coupon&#038;p=3213',0,'shop_coupon','',0),(3214,1,'2025-06-12 14:29:32','2025-06-12 14:29:32','','zibell791','Rider rep Jesse Zibell has referred you to Aggressive Graphix. 10% discount will be applied to your order site wide.','publish','closed','closed','','zibell791','','','2025-06-12 14:30:17','2025-06-12 14:30:17','',0,'https://aggressivegraphix.com/?post_type=shop_coupon&#038;p=3214',0,'shop_coupon','',0),(3215,1,'2025-06-12 14:31:27','2025-06-12 14:31:27','','reed728','Rider rep Alex Reed has referred you to Aggressive Graphix. 10% discount will be applied to your order site wide.','publish','closed','closed','','reed728','','','2025-06-12 14:31:27','2025-06-12 14:31:27','',0,'https://aggressivegraphix.com/?post_type=shop_coupon&#038;p=3215',0,'shop_coupon','',0),(3216,1,'2025-06-12 14:33:06','2025-06-12 14:33:06','','mastaa23','Rider rep Josh Clark has referred you to Aggressive Graphix. 10% discount will be applied to your order site wide.','publish','closed','closed','','mastaa23','','','2025-06-12 14:33:06','2025-06-12 14:33:06','',0,'https://aggressivegraphix.com/?post_type=shop_coupon&#038;p=3216',0,'shop_coupon','',0),(3217,1,'2025-06-12 14:33:52','2025-06-12 14:33:52','','burnsbuilt','','publish','closed','closed','','burnsbuilt','','','2025-06-12 14:33:52','2025-06-12 14:33:52','',0,'https://aggressivegraphix.com/?post_type=shop_coupon&#038;p=3217',0,'shop_coupon','',0),(3218,1,'2025-06-12 14:34:19','2025-06-12 14:34:19','','mbmx','','publish','closed','closed','','mbmx','','','2025-06-12 14:34:19','2025-06-12 14:34:19','',0,'https://aggressivegraphix.com/?post_type=shop_coupon&#038;p=3218',0,'shop_coupon','',0),(3219,1,'2025-06-12 14:35:16','2025-06-12 14:35:16','','banquet25','Congrats on winning the $25 certificate at your awards banquet! Use it site wide on your order.','publish','closed','closed','','banquet25','','','2025-06-12 14:35:16','2025-06-12 14:35:16','',0,'https://aggressivegraphix.com/?post_type=shop_coupon&#038;p=3219',0,'shop_coupon','',0),(3220,1,'2025-06-12 14:36:07','2025-06-12 14:36:07','','WSP50','','publish','closed','closed','','wsp50','','','2025-06-12 14:36:07','2025-06-12 14:36:07','',0,'https://aggressivegraphix.com/?post_type=shop_coupon&#038;p=3220',0,'shop_coupon','',0),(3221,1,'2025-06-13 14:55:52','0000-00-00 00:00:00','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p class=\"\">Aggressive Graphix is a fast growing motorsports graphics business based in Webster, MA. Without the support of riders, we wouldn’t be able to have come this far. With that, we really enjoy giving back to the community by offering sponsorship opportunities.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Those who follow us on social media see we take pride in our riders and try to advertise them as much as they do us. A sponsorship through Aggressive Graphix is not just a signed contract, it’s an introduction into a family. We will work as a team to accomplish everything we need to, to get you ready for the next round.&nbsp;We are only accepting applications for 2025 sponsorships from&nbsp;<strong>November 1st through March 31st</strong>. ALL riders, current sponsored and new prospects must have their resumes submitted within that time frame to be eligible for a sponsorship.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:wpforms/form-selector {\"clientId\":\"9a6c08bf-432c-401c-ad53-8dc947cdbd20\",\"formId\":\"3223\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Apply for a sponsorship','','draft','closed','closed','','','','','2025-06-13 14:55:52','2025-06-13 14:55:52','',31,'https://aggressivegraphix.com/?page_id=3221',0,'page','',0),(3222,1,'2025-06-13 14:09:14','2025-06-13 14:09:14','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph -->\n<p class=\"\">Aggressive Graphix is a fast growing motorsports graphics business based in Webster, MA. Without the support of riders, we wouldn’t be able to have come this far. With that, we really enjoy giving back to the community by offering sponsorship opportunities.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Those who follow us on social media see we take pride in our riders and try to advertise them as much as they do us. A sponsorship through Aggressive Graphix is not just a signed contract, it’s an introduction into a family. We will work as a team to accomplish everything we need to, to get you ready for the next round.&nbsp;We are only accepting applications for 2025 sponsorships from&nbsp;<strong>November 1st through March 31st</strong>. ALL riders, current sponsored and new prospects must have their resumes submitted within that time frame to be eligible for a sponsorship.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:wpforms/form-selector {\"clientId\":\"9a6c08bf-432c-401c-ad53-8dc947cdbd20\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Apply for a sponsorship','','inherit','closed','closed','','3221-revision-v1','','','2025-06-13 14:09:14','2025-06-13 14:09:14','',3221,'https://aggressivegraphix.com/?p=3222',0,'revision','',0),(3223,1,'2025-06-13 14:10:59','2025-06-13 14:10:59','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"text\",\"label\":\"Race number\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"address\",\"label\":\"Your shipping address\",\"scheme\":\"us\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"address1_placeholder\":\"\",\"address1_default\":\"\",\"address2_placeholder\":\"\",\"address2_default\":\"\",\"city_placeholder\":\"\",\"city_default\":\"\",\"state_placeholder\":\"\",\"state_default\":\"\",\"postal_placeholder\":\"\",\"postal_default\":\"\",\"country_placeholder\":\"\",\"country_default\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"phone\",\"label\":\"Phone\",\"format\":\"us\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"radio\",\"label\":\"Have you been a sponsored AG rider in the past?\",\"choices\":{\"1\":{\"label\":\"No\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Yes\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"\",\"required\":\"1\",\"input_columns\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"7\":{\"id\":\"7\",\"type\":\"text\",\"label\":\"Bike or vehicle year\\/make\\/model\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"8\":{\"id\":\"8\",\"type\":\"textarea\",\"label\":\"Local races and associations raced:\",\"description\":\"Where did you race this past season and with what association(s)?\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"10\":{\"id\":\"10\",\"type\":\"textarea\",\"label\":\"Classes raced with overall places in the series:\",\"description\":\"Please list out all classes competed in last season and your overall positions per class.\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"11\":{\"id\":\"11\",\"type\":\"textarea\",\"label\":\"Future racing goals:\",\"description\":\"Let us know what goals you have for the upcoming season. Can be where you plan on racing, weekend goals, bike goals, etc.\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"12\":{\"id\":\"12\",\"type\":\"textarea\",\"label\":\"What can you offer AG in return?\",\"description\":\"We invest in our sponsored riders whether it be hard parts, graphics, apparel, etc. How could you thank AG for your sponsorship throughout the season?\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"13\":{\"id\":\"13\",\"type\":\"file-upload\",\"label\":\"Have a hard copy resume?\",\"description\":\"You can upload your printable resume here. It is not required, but we do like to see them!\",\"extensions\":\"\",\"max_size\":\"\",\"max_file_number\":\"5\",\"style\":\"modern\",\"css\":\"\"}},\"id\":\"3223\",\"field_id\":14,\"search_terms\":\"\",\"settings\":{\"form_title\":\"Sponsorship\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"enable\":\"1\",\"notification_name\":\"Default Notification\",\"email\":\"support@aggressivegraphix.com\",\"subject\":\"Sponsorship request:\\u00a0 {field_id=\\\"1\\\"}\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{field_id=\\\"4\\\"}\",\"replyto\":\"{field_id=\\\"4\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thank you for your interest in becoming a sponsored partner.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name #1\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Sponsorship','','publish','closed','closed','','blank-form-4','','','2025-06-13 14:54:21','2025-06-13 14:54:21','',0,'https://aggressivegraphix.com/?post_type=wpforms&#038;p=3223',0,'wpforms','',0),(3224,1,'2025-06-13 14:11:06','2025-06-13 14:11:06','{\"fields\":[],\"id\":\"3223\",\"field_id\":1,\"settings\":{\"form_title\":\"Blank Form\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"enable\":\"1\",\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"New Entry: Blank Form\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"Thanks for contacting us! We will be in touch with you shortly.\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name #1\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Blank Form','','inherit','closed','closed','','3223-revision-v1','','','2025-06-13 14:11:06','2025-06-13 14:11:06','',3223,'https://aggressivegraphix.com/?p=3224',0,'revision','',0),(3225,1,'2025-06-13 14:30:21','2025-06-13 14:30:21','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"text\",\"label\":\"Race number\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"address\",\"label\":\"Your shipping address\",\"scheme\":\"us\",\"description\":\"\",\"size\":\"large\",\"address1_placeholder\":\"\",\"address1_default\":\"\",\"address2_placeholder\":\"\",\"address2_default\":\"\",\"city_placeholder\":\"\",\"city_default\":\"\",\"state_placeholder\":\"\",\"state_default\":\"\",\"postal_placeholder\":\"\",\"postal_default\":\"\",\"country_placeholder\":\"\",\"country_default\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"phone\",\"label\":\"Phone\",\"format\":\"us\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"radio\",\"label\":\"Have you been a sponsored AG rider in the past?\",\"choices\":{\"1\":{\"label\":\"No\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Yes\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"\",\"required\":\"1\",\"input_columns\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"7\":{\"id\":\"7\",\"type\":\"text\",\"label\":\"Bike or vehicle year, make, and model\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"8\":{\"id\":\"8\",\"type\":\"textarea\",\"label\":\"Local races and associations raced:\",\"description\":\"Where did you race this past season and with what association(s)?\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"10\":{\"id\":\"10\",\"type\":\"textarea\",\"label\":\"Classes raced with overall places in the series:\",\"description\":\"Please list out all classes competed in last season and your overall positions per class.\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"11\":{\"id\":\"11\",\"type\":\"textarea\",\"label\":\"Future racing goals:\",\"description\":\"Let us know what goals you have for the upcoming season. Can be where you plan on racing, weekend goals, bike goals, etc.\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"12\":{\"id\":\"12\",\"type\":\"textarea\",\"label\":\"What can you offer AG in return?\",\"description\":\"We invest in our sponsored riders whether it be hard parts, graphics, apparel, etc. How could you thank AG for your sponsorship throughout the season?\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"13\":{\"id\":\"13\",\"type\":\"file-upload\",\"label\":\"Have a hard copy resume?\",\"description\":\"You can upload your printable resume here. It is not required, but we do like to see them!\",\"extensions\":\"\",\"max_size\":\"\",\"max_file_number\":\"5\",\"style\":\"modern\",\"css\":\"\"}},\"id\":\"3223\",\"field_id\":14,\"search_terms\":\"\",\"settings\":{\"form_title\":\"Sponsorship\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"enable\":\"1\",\"notification_name\":\"Default Notification\",\"email\":\"support@aggressivegraphix.com\",\"subject\":\"Sponsorship request:\\u00a0 {field_id=\\\"1\\\"}\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name #1\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Sponsorship','','inherit','closed','closed','','3223-revision-v1','','','2025-06-13 14:30:21','2025-06-13 14:30:21','',3223,'https://aggressivegraphix.com/?p=3225',0,'revision','',0),(3226,1,'2025-06-13 14:45:52','2025-06-13 14:45:52','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"text\",\"label\":\"Race number\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"address\",\"label\":\"Your shipping address\",\"scheme\":\"us\",\"description\":\"\",\"size\":\"large\",\"address1_placeholder\":\"\",\"address1_default\":\"\",\"address2_placeholder\":\"\",\"address2_default\":\"\",\"city_placeholder\":\"\",\"city_default\":\"\",\"state_placeholder\":\"\",\"state_default\":\"\",\"postal_placeholder\":\"\",\"postal_default\":\"\",\"country_placeholder\":\"\",\"country_default\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"phone\",\"label\":\"Phone\",\"format\":\"us\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"radio\",\"label\":\"Have you been a sponsored AG rider in the past?\",\"choices\":{\"1\":{\"label\":\"No\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Yes\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"\",\"required\":\"1\",\"input_columns\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"7\":{\"id\":\"7\",\"type\":\"text\",\"label\":\"Bike or vehicle year, make, and model\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"8\":{\"id\":\"8\",\"type\":\"textarea\",\"label\":\"Local races and associations raced:\",\"description\":\"Where did you race this past season and with what association(s)?\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"10\":{\"id\":\"10\",\"type\":\"textarea\",\"label\":\"Classes raced with overall places in the series:\",\"description\":\"Please list out all classes competed in last season and your overall positions per class.\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"11\":{\"id\":\"11\",\"type\":\"textarea\",\"label\":\"Future racing goals:\",\"description\":\"Let us know what goals you have for the upcoming season. Can be where you plan on racing, weekend goals, bike goals, etc.\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"12\":{\"id\":\"12\",\"type\":\"textarea\",\"label\":\"What can you offer AG in return?\",\"description\":\"We invest in our sponsored riders whether it be hard parts, graphics, apparel, etc. How could you thank AG for your sponsorship throughout the season?\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"13\":{\"id\":\"13\",\"type\":\"file-upload\",\"label\":\"Have a hard copy resume?\",\"description\":\"You can upload your printable resume here. It is not required, but we do like to see them!\",\"extensions\":\"\",\"max_size\":\"\",\"max_file_number\":\"5\",\"style\":\"modern\",\"css\":\"\"}},\"id\":\"3223\",\"field_id\":14,\"search_terms\":\"\",\"settings\":{\"form_title\":\"Sponsorship\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"enable\":\"1\",\"notification_name\":\"Default Notification\",\"email\":\"support@aggressivegraphix.com\",\"subject\":\"Sponsorship request:\\u00a0 {field_id=\\\"1\\\"}\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{field_id=\\\"4\\\"}\",\"replyto\":\"{field_id=\\\"4\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thank you for your interest in becoming a sponsored partner.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name #1\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Sponsorship','','inherit','closed','closed','','3223-revision-v1','','','2025-06-13 14:45:52','2025-06-13 14:45:52','',3223,'https://aggressivegraphix.com/?p=3226',0,'revision','',0),(3227,1,'2025-06-13 14:48:13','2025-06-13 14:48:13','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph -->\n<p class=\"\">Aggressive Graphix is a fast growing motorsports graphics business based in Webster, MA. Without the support of riders, we wouldn’t be able to have come this far. With that, we really enjoy giving back to the community by offering sponsorship opportunities.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Those who follow us on social media see we take pride in our riders and try to advertise them as much as they do us. A sponsorship through Aggressive Graphix is not just a signed contract, it’s an introduction into a family. We will work as a team to accomplish everything we need to, to get you ready for the next round.&nbsp;We are only accepting applications for 2025 sponsorships from&nbsp;<strong>November 1st through March 31st</strong>. ALL riders, current sponsored and new prospects must have their resumes submitted within that time frame to be eligible for a sponsorship.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:wpforms/form-selector {\"clientId\":\"9a6c08bf-432c-401c-ad53-8dc947cdbd20\",\"formId\":\"3223\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Apply for a sponsorship','','inherit','closed','closed','','3221-revision-v1','','','2025-06-13 14:48:13','2025-06-13 14:48:13','',3221,'https://aggressivegraphix.com/?p=3227',0,'revision','',0),(3228,1,'2025-06-13 14:53:23','2025-06-13 14:53:23','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"text\",\"label\":\"Race number\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"address\",\"label\":\"Your shipping address\",\"scheme\":\"us\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"address1_placeholder\":\"\",\"address1_default\":\"\",\"address2_placeholder\":\"\",\"address2_default\":\"\",\"city_placeholder\":\"\",\"city_default\":\"\",\"state_placeholder\":\"\",\"state_default\":\"\",\"postal_placeholder\":\"\",\"postal_default\":\"\",\"country_placeholder\":\"\",\"country_default\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"phone\",\"label\":\"Phone\",\"format\":\"us\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"radio\",\"label\":\"Have you been a sponsored AG rider in the past?\",\"choices\":{\"1\":{\"label\":\"No\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Yes\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"\",\"required\":\"1\",\"input_columns\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"7\":{\"id\":\"7\",\"type\":\"text\",\"label\":\"Bike or vehicle year, make, and model\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"8\":{\"id\":\"8\",\"type\":\"textarea\",\"label\":\"Local races and associations raced:\",\"description\":\"Where did you race this past season and with what association(s)?\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"10\":{\"id\":\"10\",\"type\":\"textarea\",\"label\":\"Classes raced with overall places in the series:\",\"description\":\"Please list out all classes competed in last season and your overall positions per class.\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"11\":{\"id\":\"11\",\"type\":\"textarea\",\"label\":\"Future racing goals:\",\"description\":\"Let us know what goals you have for the upcoming season. Can be where you plan on racing, weekend goals, bike goals, etc.\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"12\":{\"id\":\"12\",\"type\":\"textarea\",\"label\":\"What can you offer AG in return?\",\"description\":\"We invest in our sponsored riders whether it be hard parts, graphics, apparel, etc. How could you thank AG for your sponsorship throughout the season?\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"13\":{\"id\":\"13\",\"type\":\"file-upload\",\"label\":\"Have a hard copy resume?\",\"description\":\"You can upload your printable resume here. It is not required, but we do like to see them!\",\"extensions\":\"\",\"max_size\":\"\",\"max_file_number\":\"5\",\"style\":\"modern\",\"css\":\"\"}},\"id\":\"3223\",\"field_id\":14,\"search_terms\":\"\",\"settings\":{\"form_title\":\"Sponsorship\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"enable\":\"1\",\"notification_name\":\"Default Notification\",\"email\":\"support@aggressivegraphix.com\",\"subject\":\"Sponsorship request:\\u00a0 {field_id=\\\"1\\\"}\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{field_id=\\\"4\\\"}\",\"replyto\":\"{field_id=\\\"4\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thank you for your interest in becoming a sponsored partner.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name #1\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Sponsorship','','inherit','closed','closed','','3223-revision-v1','','','2025-06-13 14:53:23','2025-06-13 14:53:23','',3223,'https://aggressivegraphix.com/?p=3228',0,'revision','',0),(3229,1,'2025-06-13 14:54:21','2025-06-13 14:54:21','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"text\",\"label\":\"Race number\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"address\",\"label\":\"Your shipping address\",\"scheme\":\"us\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"address1_placeholder\":\"\",\"address1_default\":\"\",\"address2_placeholder\":\"\",\"address2_default\":\"\",\"city_placeholder\":\"\",\"city_default\":\"\",\"state_placeholder\":\"\",\"state_default\":\"\",\"postal_placeholder\":\"\",\"postal_default\":\"\",\"country_placeholder\":\"\",\"country_default\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"phone\",\"label\":\"Phone\",\"format\":\"us\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"radio\",\"label\":\"Have you been a sponsored AG rider in the past?\",\"choices\":{\"1\":{\"label\":\"No\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Yes\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"\",\"required\":\"1\",\"input_columns\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"7\":{\"id\":\"7\",\"type\":\"text\",\"label\":\"Bike or vehicle year\\/make\\/model\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"8\":{\"id\":\"8\",\"type\":\"textarea\",\"label\":\"Local races and associations raced:\",\"description\":\"Where did you race this past season and with what association(s)?\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"10\":{\"id\":\"10\",\"type\":\"textarea\",\"label\":\"Classes raced with overall places in the series:\",\"description\":\"Please list out all classes competed in last season and your overall positions per class.\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"11\":{\"id\":\"11\",\"type\":\"textarea\",\"label\":\"Future racing goals:\",\"description\":\"Let us know what goals you have for the upcoming season. Can be where you plan on racing, weekend goals, bike goals, etc.\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"12\":{\"id\":\"12\",\"type\":\"textarea\",\"label\":\"What can you offer AG in return?\",\"description\":\"We invest in our sponsored riders whether it be hard parts, graphics, apparel, etc. How could you thank AG for your sponsorship throughout the season?\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"13\":{\"id\":\"13\",\"type\":\"file-upload\",\"label\":\"Have a hard copy resume?\",\"description\":\"You can upload your printable resume here. It is not required, but we do like to see them!\",\"extensions\":\"\",\"max_size\":\"\",\"max_file_number\":\"5\",\"style\":\"modern\",\"css\":\"\"}},\"id\":\"3223\",\"field_id\":14,\"search_terms\":\"\",\"settings\":{\"form_title\":\"Sponsorship\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"enable\":\"1\",\"notification_name\":\"Default Notification\",\"email\":\"support@aggressivegraphix.com\",\"subject\":\"Sponsorship request:\\u00a0 {field_id=\\\"1\\\"}\",\"sender_name\":\"Aggressive Graphix LLC\",\"sender_address\":\"{field_id=\\\"4\\\"}\",\"replyto\":\"{field_id=\\\"4\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thank you for your interest in becoming a sponsored partner.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name #1\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Sponsorship','','inherit','closed','closed','','3223-revision-v1','','','2025-06-13 14:54:21','2025-06-13 14:54:21','',3223,'https://aggressivegraphix.com/?p=3229',0,'revision','',0),(3230,1,'2025-06-13 14:55:49','2025-06-13 14:55:49','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p class=\"\">Aggressive Graphix is a fast growing motorsports graphics business based in Webster, MA. Without the support of riders, we wouldn’t be able to have come this far. With that, we really enjoy giving back to the community by offering sponsorship opportunities.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Those who follow us on social media see we take pride in our riders and try to advertise them as much as they do us. A sponsorship through Aggressive Graphix is not just a signed contract, it’s an introduction into a family. We will work as a team to accomplish everything we need to, to get you ready for the next round.&nbsp;We are only accepting applications for 2025 sponsorships from&nbsp;<strong>November 1st through March 31st</strong>. ALL riders, current sponsored and new prospects must have their resumes submitted within that time frame to be eligible for a sponsorship.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:wpforms/form-selector {\"clientId\":\"9a6c08bf-432c-401c-ad53-8dc947cdbd20\",\"formId\":\"3223\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Apply for a sponsorship','','inherit','closed','closed','','3221-revision-v1','','','2025-06-13 14:55:49','2025-06-13 14:55:49','',3221,'https://aggressivegraphix.com/?p=3230',0,'revision','',0),(3231,1,'2025-06-14 18:01:47','2025-06-14 18:01:47','<!-- wp:navigation-link {\"label\":\"Home\",\"type\":\"page\",\"id\":2,\"url\":\"https://aggressivegraphix.com/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-submenu {\"label\":\"Shop\",\"type\":\"page\",\"id\":6,\"url\":\"https://aggressivegraphix.com/shop/\",\"kind\":\"post-type\"} -->\n<!-- wp:navigation-submenu {\"label\":\"Outfit Bike\",\"type\":\"product_cat\",\"id\":27,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/\",\"kind\":\"taxonomy\"} -->\n<!-- wp:navigation-link {\"label\":\"Custom Graphics kits\",\"type\":\"product_cat\",\"id\":24,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/custom-graphics-kits/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Seat Covers\",\"type\":\"product_cat\",\"id\":25,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/seat-covers/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Plastic kits\",\"type\":\"product_cat\",\"id\":26,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/plastic-kits/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Rider Accessories\",\"type\":\"product_cat\",\"id\":28,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/\",\"kind\":\"taxonomy\"} -->\n<!-- wp:navigation-link {\"label\":\"Jersey Lettering\",\"type\":\"product_cat\",\"id\":29,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/jersey-lettering/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Goggles\",\"type\":\"product_cat\",\"id\":30,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Canopies and Accessories\",\"type\":\"product_cat\",\"id\":36,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Merchandise\",\"type\":\"product_cat\",\"id\":32,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/merchandise/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Vehicle wraps and window tinting\",\"type\":\"page\",\"id\":95,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/\",\"kind\":\"post-type\"} -->\n<!-- wp:navigation-link {\"label\":\"Style wraps\",\"type\":\"page\",\"id\":1212,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/color-change-wraps/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Commercial wraps and lettering\",\"type\":\"page\",\"id\":1214,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/commercial-wraps-and-lettering/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Window Tint Services\",\"type\":\"page\",\"id\":1216,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/window-tint/\",\"kind\":\"post-type\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"About Us\",\"type\":\"page\",\"id\":93,\"url\":\"https://aggressivegraphix.com/about-us/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Our Work\",\"type\":\"page\",\"id\":82,\"url\":\"https://aggressivegraphix.com/our-work/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Contact Us\",\"type\":\"page\",\"id\":31,\"url\":\"https://aggressivegraphix.com/contact-us/\",\"kind\":\"post-type\"} /-->','Mobile main nav','','publish','closed','closed','','header-menu','','','2025-08-20 17:11:56','2025-08-20 17:11:56','',0,'https://aggressivegraphix.com/?p=3231',0,'wp_navigation','',0),(3232,1,'2025-06-14 18:01:47','2025-06-14 18:01:47','<!-- wp:navigation-link {\"label\":\"Home\",\"type\":\"page\",\"id\":2,\"url\":\"https://aggressivegraphix.com/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Shop\",\"type\":\"page\",\"id\":6,\"url\":\"https://aggressivegraphix.com/shop/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-submenu {\"label\":\"Vehicle wraps and window tinting\",\"type\":\"page\",\"id\":95,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/\",\"kind\":\"post-type\"} -->\n<!-- wp:navigation-link {\"label\":\"Commercial wraps and lettering\",\"type\":\"page\",\"id\":1214,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/commercial-wraps-and-lettering/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Style wraps\",\"type\":\"page\",\"id\":1212,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/color-change-wraps/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Window Tint Services\",\"type\":\"page\",\"id\":1216,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/window-tint/\",\"kind\":\"post-type\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"About Us\",\"type\":\"page\",\"id\":93,\"url\":\"https://aggressivegraphix.com/about-us/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Our Work\",\"type\":\"page\",\"id\":82,\"url\":\"https://aggressivegraphix.com/our-work/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Contact Us\",\"type\":\"page\",\"id\":31,\"url\":\"https://aggressivegraphix.com/contact-us/\",\"kind\":\"post-type\"} /-->','Header menu','','inherit','closed','closed','','3231-revision-v1','','','2025-06-14 18:01:47','2025-06-14 18:01:47','',3231,'https://aggressivegraphix.com/?p=3232',0,'revision','',0),(3233,1,'2025-06-14 18:01:47','2025-06-14 18:01:47','<!-- wp:group {\"metadata\":{\"name\":\"Header v1\"},\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"margin\":{\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:var(--wp--preset--spacing--20);padding-top:0;padding-bottom:0\"><!-- wp:group {\"metadata\":{\"name\":\"Desktop Header\"},\"align\":\"full\",\"className\":\"desktop-header\",\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"18px\",\"bottom\":\"15px\",\"right\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\"}},\"border\":{\"bottom\":{\"color\":\"var:preset|color|gray-1100\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"left\":[]}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"desktop-header wp-block-group alignfull\" style=\"border-bottom-color:var(--wp--preset--color--gray-1100);border-bottom-width:1px;padding-top:18px;padding-right:var(--wp--preset--spacing--10);padding-bottom:15px;padding-left:var(--wp--preset--spacing--10)\"><!-- wp:group {\"align\":\"wide\",\"className\":\"relative\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"relative wp-block-group alignwide\"><!-- wp:image {\"id\":67,\"width\":\"205px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"brand\",\"style\":{\"color\":{\"duotone\":\"unset\"},\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"206px\"}}} -->\n<figure class=\"brand wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/AG-logo.png\" alt=\"\" class=\"wp-image-67\" style=\"width:205px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:navigation {\"ref\":1919,\"icon\":\"menu\",\"overlayTextColor\":\"gray-100\",\"metadata\":{\"ignoredHookedBlocks\":[\"woocommerce/customer-account\"]},\"className\":\"primary-menu\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontSize\":\"14px\"},\"spacing\":{\"blockGap\":\"50px\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} /-->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":55,\"width\":\"21px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"search-toggle\"} -->\n<figure class=\"search-toggle wp-block-image size-full is-resized\" id=\"showModalBtn\"><a href=\"#\"><img src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/search.svg\" alt=\"\" class=\"wp-image-55\" style=\"width:21px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:woocommerce/cart-link {\"cartIcon\":\"bag-alt\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Mobile Header\"},\"align\":\"full\",\"className\":\"mobile-header\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"16px\",\"right\":\"16px\"},\"blockGap\":\"14px\"},\"border\":{\"bottom\":{\"color\":\"var:preset|color|gray-1100\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"left\":[]}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"mobile-header wp-block-group alignfull\" style=\"border-bottom-color:var(--wp--preset--color--gray-1100);border-bottom-width:1px;padding-top:var(--wp--preset--spacing--10);padding-right:16px;padding-bottom:var(--wp--preset--spacing--10);padding-left:16px\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"12px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"ref\":3231,\"overlayMenu\":\"always\",\"icon\":\"menu\",\"metadata\":{\"ignoredHookedBlocks\":[\"woocommerce/customer-account\"]}} /-->\n\n<!-- wp:image {\"id\":67,\"width\":\"140px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"brand\",\"style\":{\"color\":{\"duotone\":\"unset\"}}} -->\n<figure class=\"brand wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/AG-logo.png\" alt=\"\" class=\"wp-image-67\" style=\"width:140px;height:auto\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"20px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":55,\"width\":\"20px\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"search-toggle\",\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} -->\n<figure class=\"search-toggle wp-block-image size-full is-resized\" id=\"showMModalBtn\"><a href=\"#\"><img src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/search.svg\" alt=\"\" class=\"wp-image-55\" style=\"width:20px\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"style\":{\"typography\":{\"fontSize\":\"10px\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} /-->\n\n<!-- wp:woocommerce/mini-cart {\"miniCartIcon\":\"bag-alt\",\"style\":{\"typography\":{\"fontSize\":\"16px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Header','','inherit','closed','closed','','1921-revision-v1','','','2025-06-14 18:01:47','2025-06-14 18:01:47','',1921,'https://aggressivegraphix.com/?p=3233',0,'revision','',0),(3234,1,'2025-06-14 18:01:47','2025-06-14 18:01:47','<!-- wp:woocommerce/checkout -->\n<div class=\"wp-block-woocommerce-checkout alignwide wc-block-checkout is-loading\"><!-- wp:woocommerce/checkout-totals-block -->\n<div class=\"wp-block-woocommerce-checkout-totals-block\"><!-- wp:woocommerce/checkout-order-summary-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-block\"><!-- wp:woocommerce/checkout-order-summary-cart-items-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-cart-items-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-cart-items-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-coupon-form-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-coupon-form-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-coupon-form-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-totals-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-totals-block\"><!-- wp:woocommerce/checkout-order-summary-subtotal-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-subtotal-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-subtotal-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-fee-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-fee-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-fee-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-discount-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-discount-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-discount-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-shipping-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-shipping-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-shipping-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-taxes-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-taxes-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-taxes-block --></div>\n<!-- /wp:woocommerce/checkout-order-summary-totals-block --></div>\n<!-- /wp:woocommerce/checkout-order-summary-block -->\n\n<!-- wp:woocommerce-paypal-payments/checkout-paylater-messages {\"ppcpId\":\"ppcp-609ece2b-3933-4a14-9d47-612023f40988\"} /--></div>\n<!-- /wp:woocommerce/checkout-totals-block -->\n\n<!-- wp:woocommerce/checkout-fields-block -->\n<div class=\"wp-block-woocommerce-checkout-fields-block\"><!-- wp:woocommerce/checkout-express-payment-block -->\n<div class=\"wp-block-woocommerce-checkout-express-payment-block\"></div>\n<!-- /wp:woocommerce/checkout-express-payment-block -->\n\n<!-- wp:woocommerce/checkout-contact-information-block -->\n<div class=\"wp-block-woocommerce-checkout-contact-information-block\"></div>\n<!-- /wp:woocommerce/checkout-contact-information-block -->\n\n<!-- wp:woocommerce/checkout-shipping-method-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-method-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-method-block -->\n\n<!-- wp:woocommerce/checkout-pickup-options-block -->\n<div class=\"wp-block-woocommerce-checkout-pickup-options-block\"></div>\n<!-- /wp:woocommerce/checkout-pickup-options-block -->\n\n<!-- wp:woocommerce/checkout-shipping-address-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-address-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-address-block -->\n\n<!-- wp:woocommerce/checkout-billing-address-block -->\n<div class=\"wp-block-woocommerce-checkout-billing-address-block\"></div>\n<!-- /wp:woocommerce/checkout-billing-address-block -->\n\n<!-- wp:woocommerce/checkout-shipping-methods-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-methods-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-methods-block -->\n\n<!-- wp:woocommerce/checkout-payment-block -->\n<div class=\"wp-block-woocommerce-checkout-payment-block\"></div>\n<!-- /wp:woocommerce/checkout-payment-block -->\n\n<!-- wp:woocommerce/checkout-additional-information-block -->\n<div class=\"wp-block-woocommerce-checkout-additional-information-block\"></div>\n<!-- /wp:woocommerce/checkout-additional-information-block -->\n\n<!-- wp:woocommerce/checkout-order-note-block -->\n<div class=\"wp-block-woocommerce-checkout-order-note-block\"></div>\n<!-- /wp:woocommerce/checkout-order-note-block -->\n\n<!-- wp:woocommerce/checkout-terms-block -->\n<div class=\"wp-block-woocommerce-checkout-terms-block\"></div>\n<!-- /wp:woocommerce/checkout-terms-block -->\n\n<!-- wp:woocommerce/checkout-actions-block -->\n<div class=\"wp-block-woocommerce-checkout-actions-block\"></div>\n<!-- /wp:woocommerce/checkout-actions-block --></div>\n<!-- /wp:woocommerce/checkout-fields-block --></div>\n<!-- /wp:woocommerce/checkout -->','Checkout','','inherit','closed','closed','','8-revision-v1','','','2025-06-14 18:01:47','2025-06-14 18:01:47','',8,'https://aggressivegraphix.com/?p=3234',0,'revision','',0),(3235,1,'2025-06-14 18:04:23','2025-06-14 18:04:23','<!-- wp:navigation-link {\"label\":\"Home\",\"type\":\"page\",\"id\":2,\"url\":\"https://aggressivegraphix.com/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-submenu {\"label\":\"Shop\",\"type\":\"page\",\"id\":6,\"url\":\"https://aggressivegraphix.com/shop/\",\"kind\":\"post-type\"} -->\n<!-- wp:navigation-link {\"label\":\"Outfit Bike\",\"type\":\"product_cat\",\"id\":27,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Rider Accessories\",\"type\":\"product_cat\",\"id\":28,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Canopies and Accessories\",\"type\":\"product_cat\",\"id\":36,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Merchandise\",\"type\":\"product_cat\",\"id\":32,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/merchandise/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Vehicle wraps and window tinting\",\"type\":\"page\",\"id\":95,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/\",\"kind\":\"post-type\"} -->\n<!-- wp:navigation-link {\"label\":\"Commercial wraps and lettering\",\"type\":\"page\",\"id\":1214,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/commercial-wraps-and-lettering/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Style wraps\",\"type\":\"page\",\"id\":1212,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/color-change-wraps/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Window Tint Services\",\"type\":\"page\",\"id\":1216,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/window-tint/\",\"kind\":\"post-type\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"About Us\",\"type\":\"page\",\"id\":93,\"url\":\"https://aggressivegraphix.com/about-us/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Our Work\",\"type\":\"page\",\"id\":82,\"url\":\"https://aggressivegraphix.com/our-work/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Contact Us\",\"type\":\"page\",\"id\":31,\"url\":\"https://aggressivegraphix.com/contact-us/\",\"kind\":\"post-type\"} /-->','Header menu','','inherit','closed','closed','','3231-revision-v1','','','2025-06-14 18:04:23','2025-06-14 18:04:23','',3231,'https://aggressivegraphix.com/?p=3235',0,'revision','',0),(3236,1,'2025-06-14 18:05:31','2025-06-14 18:05:31','','','','publish','closed','closed','','3236','','','2025-09-09 19:03:18','2025-09-09 19:03:18','',2016,'https://aggressivegraphix.com/af_pao_options/3236/',0,'af_pao_options','',0),(3239,1,'2025-06-17 16:18:22','2025-06-17 16:18:22','{\"fields\":{\"2\":{\"id\":\"2\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"phone\",\"label\":\"Phone\",\"format\":\"us\",\"description\":\"\",\"size\":\"large\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"date-time\",\"label\":\"Specific job completion date\",\"format\":\"date\",\"description\":\"\",\"size\":\"large\",\"date_type\":\"datepicker\",\"date_placeholder\":\"\",\"date_format\":\"m\\/d\\/Y\",\"date_limit_days_mon\":\"1\",\"date_limit_days_tue\":\"1\",\"date_limit_days_wed\":\"1\",\"date_limit_days_thu\":\"1\",\"date_limit_days_fri\":\"1\",\"time_interval\":\"30\",\"time_placeholder\":\"\",\"time_format\":\"g:i A\",\"time_limit_hours_start_hour\":\"09\",\"time_limit_hours_start_min\":\"00\",\"time_limit_hours_start_ampm\":\"am\",\"time_limit_hours_end_hour\":\"06\",\"time_limit_hours_end_min\":\"00\",\"time_limit_hours_end_ampm\":\"pm\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"checkbox\",\"label\":\"Type of wrap service\",\"choices\":{\"1\":{\"label\":\"Lettering\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Partial\\/half wrap\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Full wrap\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"\",\"required\":\"1\",\"input_columns\":\"\",\"choice_limit\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"7\":{\"id\":\"7\",\"type\":\"textarea\",\"label\":\"Please describe your project\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"8\":{\"id\":\"8\",\"type\":\"file-upload\",\"label\":\"Upload your logo files and photos of your vehicle\\/trailer\",\"description\":\"To assist us get your project quoted. Please include photos of the front, sides, and back of your vehicle\\/trailer. Also include your logo files, best files are original artwork files PDF, EPS, AI, PSD, TIFF. We may be able to work with a JPG or PNG but will likely require a design retainer.\",\"extensions\":\"\",\"max_size\":\"\",\"max_file_number\":\"10\",\"required\":\"1\",\"style\":\"modern\",\"css\":\"\"}},\"id\":\"2736\",\"field_id\":9,\"search_terms\":\"\",\"settings\":{\"form_title\":\"Commercial wraps\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"enable\":\"1\",\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"Commercial wrap inquiry from\\u00a0 {field_id=\\\"2\\\"}\",\"sender_name\":\"{field_id=\\\"2\\\"}\",\"sender_address\":\"{field_id=\\\"3\\\"}\",\"replyto\":\"{field_id=\\\"3\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name #1\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Commercial wraps','','inherit','closed','closed','','2736-revision-v1','','','2025-06-17 16:18:22','2025-06-17 16:18:22','',2736,'https://aggressivegraphix.com/?p=3239',0,'revision','',0),(3240,1,'2025-06-17 16:19:22','2025-06-17 16:19:22','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"phone\",\"label\":\"Phone\",\"format\":\"us\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Your vehicle VIN\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_enabled\":\"1\",\"limit_count\":\"17\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"17\":{\"id\":\"17\",\"type\":\"checkbox\",\"label\":\"What tint coverage would you like?\",\"choices\":{\"1\":{\"label\":\"Front doors\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/frontdoor.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Rear doors\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/reardoor.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Rear windshield\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/rearwindow.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Brow concave\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/windshieldconcave.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Brow convex\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/windshieldconvex.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"Full windshield\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/website_675b3277\\/wp-content\\/uploads\\/2025\\/03\\/windshieldfull.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images\":\"1\",\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"\",\"required\":\"1\",\"input_columns\":\"2\",\"choice_limit\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"select\",\"label\":\"Front doors tint percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"17\",\"operator\":\"==\",\"value\":\"1\"}]]},\"10\":{\"id\":\"10\",\"type\":\"select\",\"label\":\"Rear doors tint percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"17\",\"operator\":\"==\",\"value\":\"2\"}]]},\"15\":{\"id\":\"15\",\"type\":\"select\",\"label\":\"Rear windshield percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"17\",\"operator\":\"==\",\"value\":\"3\"}]]},\"14\":{\"id\":\"14\",\"type\":\"select\",\"label\":\"Front windshield brow\\/sun shade concave\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"17\",\"operator\":\"==\",\"value\":\"4\"}]]},\"13\":{\"id\":\"13\",\"type\":\"select\",\"label\":\"Front windshield brow\\/sun shade convex\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"17\",\"operator\":\"==\",\"value\":\"5\"}]]},\"12\":{\"id\":\"12\",\"type\":\"select\",\"label\":\"Front windshield whole\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"17\",\"operator\":\"==\",\"value\":\"6\"}]]},\"16\":{\"id\":\"16\",\"type\":\"date-time\",\"label\":\"Specific due date\",\"format\":\"date\",\"description\":\"Do you have a specific due date that the vehicle needs to be tinted by?\",\"size\":\"large\",\"date_type\":\"dropdown\",\"date_placeholder\":\"\",\"date_format\":\"m\\/d\\/Y\",\"date_limit_days_mon\":\"1\",\"date_limit_days_tue\":\"1\",\"date_limit_days_wed\":\"1\",\"date_limit_days_thu\":\"1\",\"date_limit_days_fri\":\"1\",\"time_interval\":\"30\",\"time_placeholder\":\"\",\"time_format\":\"g:i A\",\"time_limit_hours_start_hour\":\"09\",\"time_limit_hours_start_min\":\"00\",\"time_limit_hours_start_ampm\":\"am\",\"time_limit_hours_end_hour\":\"06\",\"time_limit_hours_end_min\":\"00\",\"time_limit_hours_end_ampm\":\"pm\",\"css\":\"\"}},\"id\":\"2677\",\"field_id\":18,\"settings\":{\"form_title\":\"Window tinting\",\"form_desc\":\"\",\"submit_text\":\"Get a quote!\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"enable\":\"1\",\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"Window tinting inquiry from\\u00a0 {field_id=\\\"1\\\"}\",\"sender_name\":\"{field_id=\\\"1\\\"}\",\"sender_address\":\"{field_id=\\\"3\\\"}\",\"replyto\":\"{field_id=\\\"3\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Window tinting','','inherit','closed','closed','','2677-revision-v1','','','2025-06-17 16:19:22','2025-06-17 16:19:22','',2677,'https://aggressivegraphix.com/?p=3240',0,'revision','',0),(3241,1,'2025-06-17 16:20:09','2025-06-17 16:20:09','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"phone\",\"label\":\"Phone\",\"format\":\"us\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"date-time\",\"label\":\"Specific job completion date\",\"format\":\"date\",\"description\":\"\",\"size\":\"large\",\"date_type\":\"datepicker\",\"date_placeholder\":\"\",\"date_format\":\"m\\/d\\/Y\",\"date_limit_days_mon\":\"1\",\"date_limit_days_tue\":\"1\",\"date_limit_days_wed\":\"1\",\"date_limit_days_thu\":\"1\",\"date_limit_days_fri\":\"1\",\"time_interval\":\"30\",\"time_placeholder\":\"\",\"time_format\":\"g:i A\",\"time_limit_hours_start_hour\":\"09\",\"time_limit_hours_start_min\":\"00\",\"time_limit_hours_start_ampm\":\"am\",\"time_limit_hours_end_hour\":\"06\",\"time_limit_hours_end_min\":\"00\",\"time_limit_hours_end_ampm\":\"pm\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"checkbox\",\"label\":\"Project type\",\"choices\":{\"1\":{\"label\":\"Car\\/Truck\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Motorcycle\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Watercraft\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Other\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"Select all that apply\",\"required\":\"1\",\"input_columns\":\"\",\"choice_limit\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"text\",\"label\":\"Vehicle year\\/make\\/model\",\"description\":\"Please let us know what your vehicle year\\/make\\/model is\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"5\",\"operator\":\"==\",\"value\":\"1\"},{\"field\":\"5\",\"operator\":\"==\",\"value\":\"2\"},{\"field\":\"5\",\"operator\":\"==\",\"value\":\"3\"}]]},\"6\":{\"id\":\"6\",\"type\":\"checkbox\",\"label\":\"Which wrap service are you interested in?\",\"choices\":{\"1\":{\"label\":\"Chrome delete\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Head light\\/tail light tint\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Windshield Banner\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Stripe kit\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Partial color change\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"Full color change\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"Partial printed wrap\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"Full printed wrap\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"9\":{\"label\":\"Other\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"Select all that apply\",\"required\":\"1\",\"input_columns\":\"\",\"choice_limit\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"7\":{\"id\":\"7\",\"type\":\"textarea\",\"label\":\"Please describe your project\",\"description\":\"Let us know what you have in mind for your project.\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"8\":{\"id\":\"8\",\"type\":\"file-upload\",\"label\":\"Please upload photos of your vehicle\",\"description\":\"The more details you can send us of photos of the body, any damaged or problematic areas, etc will help us greatly when it comes to quoting your project.\",\"extensions\":\"\",\"max_size\":\"\",\"max_file_number\":\"12\",\"style\":\"modern\",\"css\":\"\"}},\"id\":\"2516\",\"field_id\":10,\"search_terms\":\"\",\"settings\":{\"form_title\":\"Style wrap\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"enable\":\"1\",\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"Style wrap inquiry from\\u00a0 {field_id=\\\"1\\\"}\",\"sender_name\":\"{field_id=\\\"1\\\"}\",\"sender_address\":\"{field_id=\\\"2\\\"}\",\"replyto\":\"{field_id=\\\"2\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Style wrap','','inherit','closed','closed','','2516-revision-v1','','','2025-06-17 16:20:09','2025-06-17 16:20:09','',2516,'https://aggressivegraphix.com/?p=3241',0,'revision','',0),(3242,1,'2025-06-17 16:21:35','2025-06-17 16:21:35','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"textarea\",\"label\":\"Comment or Message\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}},\"id\":\"1943\",\"field_id\":4,\"settings\":{\"form_title\":\"Simple Contact Form\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"enable\":\"1\",\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"Question from\\u00a0 {field_id=\\\"1\\\"}\",\"sender_name\":\"{field_id=\\\"1\\\"}\",\"sender_address\":\"{field_id=\\\"2\\\"}\",\"replyto\":\"{field_id=\\\"2\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"simple-contact-form-template\"}}','Simple Contact Form','','inherit','closed','closed','','1943-revision-v1','','','2025-06-17 16:21:35','2025-06-17 16:21:35','',1943,'https://aggressivegraphix.com/?p=3242',0,'revision','',0),(3244,1,'2025-06-17 16:56:03','2025-06-17 16:56:03','ul.products .taxonomy-product_cat, ul.products .wp-block-post-excerpt, .wc-block-grid__products .taxonomy-product_cat, .wc-block-grid__products .wp-block-post-excerpt, .wp-block-woocommerce-related-products .taxonomy-product_cat, .wp-block-woocommerce-related-products .wp-block-post-excerpt, .products-block-post-template .taxonomy-product_cat, .products-block-post-template .wp-block-post-excerpt, .cross-sells-product .taxonomy-product_cat, .cross-sells-product .wp-block-post-excerpt {\n    -webkit-line-clamp: none !important;\n}\n.wp-block-woocommerce-product-price {\n    text-align: center;\n    margin: 0 auto; \n}\na, button {\n    margin: 0 auto;\n}\na.addon-btn button {\n	  background: #c70000;\n    font-size: 18px;\n    color: #fff;\n    border: none;\n    padding: 10px 15px;\n    border-radius: 30px;\n		cursor:pointer;\n}\na.addon-btn button:hover {\n	  background: #a70000;\n}\n.woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p, .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p {\n    max-width: 1400px !important;\n}\n.products-block-post-template .product > .wp-block-button, .products-block-post-template .wp-block-post > .wp-block-button {\n	position: inherit !important;\n  bottom: 0 !important;\n}\n.products-block-post-template .wp-block-post-title{\n	-webkit-line-clamp: 3 !important;\n}\n.af_addon_field_class {\n    width: 100% !important;\n}\n.config-button {\n	  background: #c70000;\n    font-size: 18px;\n    color: #fff;\n    border: none;\n    padding: 10px 15px;\n    border-radius: 30px;\n    cursor: pointer;\n}\n.zoomImg {\n    background: #fff;\n}\n#product_option_selected_name ul {\n    position: inherit !important;\n}','eride','','inherit','closed','closed','','1953-revision-v1','','','2025-06-17 16:56:03','2025-06-17 16:56:03','',1953,'https://aggressivegraphix.com/?p=3244',0,'revision','',0),(3246,1,'2025-06-17 17:05:15','2025-06-17 17:05:15','ul.products .taxonomy-product_cat, ul.products .wp-block-post-excerpt, .wc-block-grid__products .taxonomy-product_cat, .wc-block-grid__products .wp-block-post-excerpt, .wp-block-woocommerce-related-products .taxonomy-product_cat, .wp-block-woocommerce-related-products .wp-block-post-excerpt, .products-block-post-template .taxonomy-product_cat, .products-block-post-template .wp-block-post-excerpt, .cross-sells-product .taxonomy-product_cat, .cross-sells-product .wp-block-post-excerpt {\n    -webkit-line-clamp: none !important;\n}\n.wp-block-woocommerce-product-price {\n    text-align: center;\n    margin: 0 auto; \n}\na, button {\n    margin: 0 auto;\n}\na.addon-btn button {\n	  background: #c70000;\n    font-size: 18px;\n    color: #fff;\n    border: none;\n    padding: 10px 15px;\n    border-radius: 30px;\n		cursor:pointer;\n}\na.addon-btn button:hover {\n	  background: #a70000;\n}\n.woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p, .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p {\n    max-width: 1400px !important;\n}\n.products-block-post-template .product > .wp-block-button, .products-block-post-template .wp-block-post > .wp-block-button {\n	position: inherit !important;\n  bottom: 0 !important;\n}\n.products-block-post-template .wp-block-post-title{\n	-webkit-line-clamp: 3 !important;\n}\n.af_addon_field_class {\n    width: 100% !important;\n}\n.config-button {\n	  background: #c70000;\n    font-size: 18px;\n    color: #fff;\n    border: none;\n    padding: 10px 15px;\n    border-radius: 30px;\n    cursor: pointer;\n}\n.zoomImg {\n    background: #fff;\n}\n#product_option_selected_name ul {\n    position: inherit !important;\n}\n.woocommerce-cart .woocommerce-cart-form tbody td.product-name .variation {\n    display: block;\n}','eride','','inherit','closed','closed','','1953-revision-v1','','','2025-06-17 17:05:15','2025-06-17 17:05:15','',1953,'https://aggressivegraphix.com/?p=3246',0,'revision','',0),(3248,1,'2025-06-17 17:05:41','2025-06-17 17:05:41','ul.products .taxonomy-product_cat, ul.products .wp-block-post-excerpt, .wc-block-grid__products .taxonomy-product_cat, .wc-block-grid__products .wp-block-post-excerpt, .wp-block-woocommerce-related-products .taxonomy-product_cat, .wp-block-woocommerce-related-products .wp-block-post-excerpt, .products-block-post-template .taxonomy-product_cat, .products-block-post-template .wp-block-post-excerpt, .cross-sells-product .taxonomy-product_cat, .cross-sells-product .wp-block-post-excerpt {\n    -webkit-line-clamp: none !important;\n}\n.wp-block-woocommerce-product-price {\n    text-align: center;\n    margin: 0 auto; \n}\na, button {\n    margin: 0 auto;\n}\na.addon-btn button {\n	  background: #c70000;\n    font-size: 18px;\n    color: #fff;\n    border: none;\n    padding: 10px 15px;\n    border-radius: 30px;\n		cursor:pointer;\n}\na.addon-btn button:hover {\n	  background: #a70000;\n}\n.woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p, .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p {\n    max-width: 1400px !important;\n}\n.products-block-post-template .product > .wp-block-button, .products-block-post-template .wp-block-post > .wp-block-button {\n	position: inherit !important;\n  bottom: 0 !important;\n}\n.products-block-post-template .wp-block-post-title{\n	-webkit-line-clamp: 3 !important;\n}\n.af_addon_field_class {\n    width: 100% !important;\n}\n.config-button {\n	  background: #c70000;\n    font-size: 18px;\n    color: #fff;\n    border: none;\n    padding: 10px 15px;\n    border-radius: 30px;\n    cursor: pointer;\n}\n.zoomImg {\n    background: #fff;\n}\n#product_option_selected_name ul {\n    position: inherit !important;\n}\n.woocommerce-cart .woocommerce-cart-form tbody td.product-name .variation {\n    display: block !important;\n}','eride','','inherit','closed','closed','','1953-revision-v1','','','2025-06-17 17:05:41','2025-06-17 17:05:41','',1953,'https://aggressivegraphix.com/?p=3248',0,'revision','',0),(3250,1,'2025-06-17 17:08:13','2025-06-17 17:08:13','ul.products .taxonomy-product_cat, ul.products .wp-block-post-excerpt, .wc-block-grid__products .taxonomy-product_cat, .wc-block-grid__products .wp-block-post-excerpt, .wp-block-woocommerce-related-products .taxonomy-product_cat, .wp-block-woocommerce-related-products .wp-block-post-excerpt, .products-block-post-template .taxonomy-product_cat, .products-block-post-template .wp-block-post-excerpt, .cross-sells-product .taxonomy-product_cat, .cross-sells-product .wp-block-post-excerpt {\n    -webkit-line-clamp: none !important;\n}\n.wp-block-woocommerce-product-price {\n    text-align: center;\n    margin: 0 auto; \n}\na, button {\n    margin: 0 auto;\n}\na.addon-btn button {\n	  background: #c70000;\n    font-size: 18px;\n    color: #fff;\n    border: none;\n    padding: 10px 15px;\n    border-radius: 30px;\n		cursor:pointer;\n}\na.addon-btn button:hover {\n	  background: #a70000;\n}\n.woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p, .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p {\n    max-width: 1400px !important;\n}\n.products-block-post-template .product > .wp-block-button, .products-block-post-template .wp-block-post > .wp-block-button {\n	position: inherit !important;\n  bottom: 0 !important;\n}\n.products-block-post-template .wp-block-post-title{\n	-webkit-line-clamp: 3 !important;\n}\n.af_addon_field_class {\n    width: 100% !important;\n}\n.config-button {\n	  background: #c70000;\n    font-size: 18px;\n    color: #fff;\n    border: none;\n    padding: 10px 15px;\n    border-radius: 30px;\n    cursor: pointer;\n}\n.zoomImg {\n    background: #fff;\n}\n#product_option_selected_name ul {\n    position: inherit !important;\n}\n.woocommerce-cart .woocommerce-cart-form tbody td.product-name .variation {\n    display: block !important;\n}\n.woocommerce-cart .woocommerce-cart-form tbody td.product-name .variation dt.variation- {\n    display: none;\n}','eride','','inherit','closed','closed','','1953-revision-v1','','','2025-06-17 17:08:13','2025-06-17 17:08:13','',1953,'https://aggressivegraphix.com/?p=3250',0,'revision','',0),(3251,1,'2025-06-17 18:10:22','2025-06-17 18:10:22','','Fitted Table Cloth','Complete your display with a fitted full print, custom table cloth.','publish','open','closed','','fitted-table-cloths','','','2025-06-17 18:12:03','2025-06-17 18:12:03','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=3251',0,'product','',0),(3252,1,'2025-06-17 17:48:09','2025-06-17 17:48:09','','aggressive','','inherit','open','closed','','aggressive','','','2025-06-17 17:48:09','2025-06-17 17:48:09','',3251,'https://aggressivegraphix.com/wp-content/uploads/2025/06/aggressive.webp',0,'attachment','image/webp',0),(3253,1,'2025-06-17 17:49:32','2025-06-17 17:49:32','','','','publish','closed','closed','','3253','','','2025-06-17 18:12:03','2025-06-17 18:12:03','',3251,'https://aggressivegraphix.com/af_pao_fields/3253/',0,'af_pao_fields','',0),(3254,1,'2025-06-17 17:49:50','2025-06-17 17:49:50','','','','publish','closed','closed','','3254','','','2025-06-17 18:12:03','2025-06-17 18:12:03','',3253,'https://aggressivegraphix.com/af_pao_options/3254/',0,'af_pao_options','',0),(3255,1,'2025-06-17 17:49:54','2025-06-17 17:49:54','','','','publish','closed','closed','','3255','','','2025-06-17 18:12:03','2025-06-17 18:12:03','',3253,'https://aggressivegraphix.com/af_pao_options/3255/',0,'af_pao_options','',0),(3256,1,'2025-06-17 17:49:57','2025-06-17 17:49:57','','','','publish','closed','closed','','3256','','','2025-06-17 18:12:03','2025-06-17 18:12:03','',3253,'https://aggressivegraphix.com/af_pao_options/3256/',0,'af_pao_options','',0),(3257,1,'2025-06-17 17:49:59','2025-06-17 17:49:59','','','','publish','closed','closed','','3257','','','2025-06-17 18:12:03','2025-06-17 18:12:03','',3253,'https://aggressivegraphix.com/af_pao_options/3257/',0,'af_pao_options','',0),(3258,1,'2025-06-17 18:00:26','2025-06-17 18:00:26','','','','publish','closed','closed','','3258','','','2025-06-17 18:12:03','2025-06-17 18:12:03','',3251,'https://aggressivegraphix.com/af_pao_fields/3258/',0,'af_pao_fields','',0),(3259,1,'2025-06-17 18:00:51','2025-06-17 18:00:51','','','','publish','closed','closed','','3259','','','2025-06-17 18:12:03','2025-06-17 18:12:03','',3258,'https://aggressivegraphix.com/af_pao_options/3259/',0,'af_pao_options','',0),(3260,1,'2025-06-17 18:00:56','2025-06-17 18:00:56','','','','publish','closed','closed','','3260','','','2025-06-17 18:12:03','2025-06-17 18:12:03','',3258,'https://aggressivegraphix.com/af_pao_options/3260/',0,'af_pao_options','',0),(3261,1,'2025-06-17 18:01:46','2025-06-17 18:01:46','','','','publish','closed','closed','','3261','','','2025-06-17 18:12:03','2025-06-17 18:12:03','',3258,'https://aggressivegraphix.com/af_pao_options/3261/',0,'af_pao_options','',0),(3262,1,'2025-06-17 18:01:53','2025-06-17 18:01:53','','','','publish','closed','closed','','3262','','','2025-06-17 18:12:03','2025-06-17 18:12:03','',3258,'https://aggressivegraphix.com/af_pao_options/3262/',0,'af_pao_options','',0),(3263,1,'2025-06-17 18:02:07','2025-06-17 18:02:07','','','','publish','closed','closed','','3263','','','2025-06-17 18:12:03','2025-06-17 18:12:03','',3251,'https://aggressivegraphix.com/af_pao_fields/3263/',0,'af_pao_fields','',0),(3264,1,'2025-06-17 18:02:44','2025-06-17 18:02:44','','','','publish','closed','closed','','3264','','','2025-06-17 18:12:03','2025-06-17 18:12:03','',3251,'https://aggressivegraphix.com/af_pao_fields/3264/',0,'af_pao_fields','',0),(3265,1,'2025-06-17 18:08:13','2025-06-17 18:08:13','','fueltoinspire','','inherit','open','closed','','fueltoinspire-3','','','2025-06-17 18:08:13','2025-06-17 18:08:13','',3251,'https://aggressivegraphix.com/wp-content/uploads/2025/06/fueltoinspire.webp',0,'attachment','image/webp',0),(3266,1,'2025-06-17 18:08:18','2025-06-17 18:08:18','','lowellcorp','','inherit','open','closed','','lowellcorp','','','2025-06-17 18:08:18','2025-06-17 18:08:18','',3251,'https://aggressivegraphix.com/wp-content/uploads/2025/06/lowellcorp.webp',0,'attachment','image/webp',0),(3267,1,'2025-06-17 18:08:23','2025-06-17 18:08:23','','jvmechanical','','inherit','open','closed','','jvmechanical','','','2025-06-17 18:08:23','2025-06-17 18:08:23','',3251,'https://aggressivegraphix.com/wp-content/uploads/2025/06/jvmechanical.webp',0,'attachment','image/webp',0),(3268,1,'2025-06-17 18:08:29','2025-06-17 18:08:29','','flawlessdetailing','','inherit','open','closed','','flawlessdetailing-3','','','2025-06-17 18:08:29','2025-06-17 18:08:29','',3251,'https://aggressivegraphix.com/wp-content/uploads/2025/06/flawlessdetailing-1.webp',0,'attachment','image/webp',0),(3269,1,'2025-06-17 18:08:35','2025-06-17 18:08:35','','placeford','','inherit','open','closed','','placeford-3','','','2025-06-17 18:08:35','2025-06-17 18:08:35','',3251,'https://aggressivegraphix.com/wp-content/uploads/2025/06/placeford-1.webp',0,'attachment','image/webp',0),(3270,1,'2025-06-17 18:08:40','2025-06-17 18:08:40','','colosseumbarbell','','inherit','open','closed','','colosseumbarbell-3','','','2025-06-17 18:08:40','2025-06-17 18:08:40','',3251,'https://aggressivegraphix.com/wp-content/uploads/2025/06/colosseumbarbell-1.webp',0,'attachment','image/webp',0),(3271,1,'2025-06-17 18:08:47','2025-06-17 18:08:47','','KSRwheels','','inherit','open','closed','','ksrwheels','','','2025-06-17 18:08:47','2025-06-17 18:08:47','',3251,'https://aggressivegraphix.com/wp-content/uploads/2025/06/KSRwheels.webp',0,'attachment','image/webp',0),(3272,1,'2025-06-17 18:08:51','2025-06-17 18:08:51','','venturemeets','','inherit','open','closed','','venturemeets','','','2025-06-17 18:08:51','2025-06-17 18:08:51','',3251,'https://aggressivegraphix.com/wp-content/uploads/2025/06/venturemeets.webp',0,'attachment','image/webp',0),(3274,1,'2025-06-17 18:26:53','2025-06-17 18:26:53','','Stretch Table Cloth','Complete your display with a stretch full print, custom table cloth.','publish','open','closed','','stretch-table-cloth','','','2025-06-17 18:26:57','2025-06-17 18:26:57','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=3274',0,'product','',0),(3275,1,'2025-06-17 18:20:17','2025-06-17 18:20:17','','wickedbigcarshow-stretch','','inherit','open','closed','','wickedbigcarshow-stretch','','','2025-06-17 18:20:17','2025-06-17 18:20:17','',3274,'https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow-stretch.webp',0,'attachment','image/webp',0),(3276,1,'2025-06-17 18:20:23','2025-06-17 18:20:23','','savagewrapsblack','','inherit','open','closed','','savagewrapsblack','','','2025-06-17 18:20:23','2025-06-17 18:20:23','',3274,'https://aggressivegraphix.com/wp-content/uploads/2025/06/savagewrapsblack.webp',0,'attachment','image/webp',0),(3277,1,'2025-06-17 18:20:28','2025-06-17 18:20:28','','savagewrapsyellow','','inherit','open','closed','','savagewrapsyellow','','','2025-06-17 18:20:28','2025-06-17 18:20:28','',3274,'https://aggressivegraphix.com/wp-content/uploads/2025/06/savagewrapsyellow.webp',0,'attachment','image/webp',0),(3278,1,'2025-06-17 18:21:01','2025-06-17 18:21:01','','','','publish','closed','closed','','3278','','','2025-06-17 18:26:57','2025-06-17 18:26:57','',3274,'https://aggressivegraphix.com/af_pao_fields/3278/',0,'af_pao_fields','',0),(3279,1,'2025-06-17 18:21:16','2025-06-17 18:21:16','','','','publish','closed','closed','','3279','','','2025-06-17 18:26:57','2025-06-17 18:26:57','',3278,'https://aggressivegraphix.com/af_pao_options/3279/',0,'af_pao_options','',0),(3280,1,'2025-06-17 18:21:19','2025-06-17 18:21:19','','','','publish','closed','closed','','3280','','','2025-06-17 18:26:57','2025-06-17 18:26:57','',3278,'https://aggressivegraphix.com/af_pao_options/3280/',0,'af_pao_options','',0),(3281,1,'2025-06-17 18:21:22','2025-06-17 18:21:22','','','','publish','closed','closed','','3281','','','2025-06-17 18:26:57','2025-06-17 18:26:57','',3278,'https://aggressivegraphix.com/af_pao_options/3281/',0,'af_pao_options','',0),(3282,1,'2025-06-17 18:21:24','2025-06-17 18:21:24','','','','publish','closed','closed','','3282','','','2025-06-17 18:26:57','2025-06-17 18:26:57','',3278,'https://aggressivegraphix.com/af_pao_options/3282/',0,'af_pao_options','',0),(3283,1,'2025-06-17 18:24:32','2025-06-17 18:24:32','','','','publish','closed','closed','','3283','','','2025-06-17 18:26:57','2025-06-17 18:26:57','',3274,'https://aggressivegraphix.com/af_pao_fields/3283/',0,'af_pao_fields','',0),(3284,1,'2025-06-17 18:24:42','2025-06-17 18:24:42','','','','publish','closed','closed','','3284','','','2025-06-17 18:26:57','2025-06-17 18:26:57','',3283,'https://aggressivegraphix.com/af_pao_options/3284/',0,'af_pao_options','',0),(3285,1,'2025-06-17 18:24:47','2025-06-17 18:24:47','','','','publish','closed','closed','','3285','','','2025-06-17 18:26:57','2025-06-17 18:26:57','',3283,'https://aggressivegraphix.com/af_pao_options/3285/',0,'af_pao_options','',0),(3286,1,'2025-06-17 18:24:54','2025-06-17 18:24:54','','','','publish','closed','closed','','3286','','','2025-06-17 18:26:57','2025-06-17 18:26:57','',3283,'https://aggressivegraphix.com/af_pao_options/3286/',0,'af_pao_options','',0),(3287,1,'2025-06-17 18:25:30','2025-06-17 18:25:30','','','','publish','closed','closed','','3287','','','2025-06-17 18:26:57','2025-06-17 18:26:57','',3274,'https://aggressivegraphix.com/af_pao_fields/3287/',0,'af_pao_fields','',0),(3288,1,'2025-06-17 18:25:51','2025-06-17 18:25:51','','','','publish','closed','closed','','3288','','','2025-06-17 18:26:57','2025-06-17 18:26:57','',3274,'https://aggressivegraphix.com/af_pao_fields/3288/',0,'af_pao_fields','',0),(3290,0,'2025-06-17 22:21:29','2025-06-17 22:21:29','','Order &ndash; June 17, 2025 @ 10:21 PM','Referred by Tom Raio','wc-completed','closed','closed','','order-june-17-2025-1021-pm','','','2025-07-14 13:17:58','2025-07-14 13:17:58','',0,'https://aggressivegraphix.com/?post_type=shop_order_placehold&#038;p=3290',0,'shop_order','',4),(3291,0,'2025-06-18 15:18:42','2025-06-18 15:18:42','','Order &ndash; June 18, 2025 @ 03:18 PM','Does not allow discount code to be entered \"lvl4\"','wc-completed','closed','closed','','order-june-18-2025-0318-pm','','','2025-07-01 14:07:30','2025-07-01 14:07:30','',0,'https://aggressivegraphix.com/?post_type=shop_order_placehold&#038;p=3291',0,'shop_order','',4),(3295,1,'2025-06-20 16:51:41','2025-06-20 16:51:41','{\"version\": 3, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-twentytwentyfive','','','2025-06-20 16:51:41','2025-06-20 16:51:41','',0,'https://aggressivegraphix.com/wp-global-styles-twentytwentyfive/',0,'wp_global_styles','',0),(3297,0,'2025-06-24 17:31:17','2025-06-24 17:31:17','','Order &ndash; June 24, 2025 @ 05:31 PM','','wc-completed','closed','closed','','order-june-24-2025-0531-pm','','','2025-07-23 18:08:39','2025-07-23 18:08:39','',0,'https://aggressivegraphix.com/?post_type=shop_order_placehold&#038;p=3297',0,'shop_order','',4),(3298,0,'2025-06-27 06:16:25','2025-06-27 06:16:25','','Order &ndash; June 27, 2025 @ 06:16 AM','','wc-pending','closed','closed','','order-june-27-2025-0616-am','','','2025-06-27 06:17:13','2025-06-27 06:17:13','',0,'https://aggressivegraphix.com/?post_type=shop_order_placehold&#038;p=3298',0,'shop_order','',2),(3312,1,'2025-06-27 13:17:52','2025-06-27 13:17:52','','','','publish','closed','closed','','3312','','','2025-10-03 14:52:35','2025-10-03 14:52:35','',1557,'https://aggressivegraphix.com/af_pao_options/3312/',0,'af_pao_options','',0),(3392,0,'2025-06-30 16:12:15','2025-06-30 16:12:15','','Order &ndash; June 30, 2025 @ 04:12 PM','','wc-completed','closed','closed','','order-june-30-2025-0412-pm','','','2025-07-18 17:14:30','2025-07-18 17:14:30','',0,'https://aggressivegraphix.com/?post_type=shop_order_placehold&#038;p=3392',0,'shop_order','',4),(3394,0,'2025-07-02 15:45:02','2025-07-02 15:45:02','','Order &ndash; July 2, 2025 @ 03:45 PM','','wc-completed','closed','closed','','order-july-2-2025-0345-pm','','','2025-07-23 18:08:44','2025-07-23 18:08:44','',0,'https://aggressivegraphix.com/?post_type=shop_order_placehold&#038;p=3394',0,'shop_order','',4),(3395,0,'2025-07-11 22:09:01','2025-07-11 22:09:01','','Order &ndash; July 11, 2025 @ 10:09 PM','','wc-completed','closed','closed','','order-july-11-2025-1009-pm','','','2025-07-29 16:28:10','2025-07-29 16:28:10','',0,'https://aggressivegraphix.com/?post_type=shop_order_placehold&#038;p=3395',0,'shop_order','',4),(3396,0,'2025-07-14 19:29:11','2025-07-14 19:29:11','','Order &ndash; July 14, 2025 @ 07:29 PM','','wc-completed','closed','closed','','order-july-14-2025-0729-pm','','','2025-07-17 15:12:32','2025-07-17 15:12:32','',0,'https://aggressivegraphix.com/?post_type=shop_order_placehold&#038;p=3396',0,'shop_order','',4),(3397,0,'2025-07-15 20:28:15','2025-07-15 20:28:15','','Order &ndash; July 15, 2025 @ 08:28 PM','','wc-completed','closed','closed','','order-july-15-2025-0828-pm','','','2025-08-07 15:57:42','2025-08-07 15:57:42','',0,'https://aggressivegraphix.com/?post_type=shop_order_placehold&#038;p=3397',0,'shop_order','',4),(3398,0,'2025-07-17 16:26:02','2025-07-17 16:26:02','','Order &ndash; July 17, 2025 @ 04:26 PM','','wc-completed','closed','closed','','order-july-17-2025-0426-pm','','','2025-07-29 16:28:18','2025-07-29 16:28:18','',0,'https://aggressivegraphix.com/?post_type=shop_order_placehold&#038;p=3398',0,'shop_order','',4),(3400,0,'2025-07-21 21:25:48','2025-07-21 21:25:48','','Order &ndash; July 21, 2025 @ 09:25 PM','','wc-completed','closed','closed','','order-july-21-2025-0925-pm','','','2025-07-30 16:10:15','2025-07-30 16:10:15','',0,'https://aggressivegraphix.com/?post_type=shop_order_placehold&#038;p=3400',0,'shop_order','',4),(3401,0,'2025-07-22 20:15:24','2025-07-22 20:15:24','','Order &ndash; July 22, 2025 @ 08:15 PM','','wc-completed','closed','closed','','order-july-22-2025-0815-pm','','','2025-07-28 18:59:04','2025-07-28 18:59:04','',0,'https://aggressivegraphix.com/?post_type=shop_order_placehold&#038;p=3401',0,'shop_order','',4),(3402,0,'2025-07-22 20:42:14','2025-07-22 20:42:14','','Order &ndash; July 22, 2025 @ 08:42 PM','','wc-completed','closed','closed','','order-july-22-2025-0842-pm','','','2025-08-01 13:24:32','2025-08-01 13:24:32','',0,'https://aggressivegraphix.com/?post_type=shop_order_placehold&#038;p=3402',0,'shop_order','',4),(3404,0,'2025-07-23 02:46:05','2025-07-23 02:46:05','','Order &ndash; July 23, 2025 @ 02:46 AM','','wc-completed','closed','closed','','order-july-23-2025-0246-am','','','2025-08-01 13:24:40','2025-08-01 13:24:40','',0,'https://aggressivegraphix.com/?post_type=shop_order_placehold&#038;p=3404',0,'shop_order','',4),(3407,1,'2025-07-29 17:59:53','2025-07-29 17:59:53','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:columns {\"align\":\"wide\",\"className\":\"single-product-page\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"30px\"},\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"single-product-page wp-block-columns alignwide\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--50)\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:woocommerce/product-image-gallery {\"className\":\"single-product-gallery\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:post-terms {\"term\":\"product_cat\",\"className\":\"is-style-default eride-single-cat\",\"style\":{\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"1.5\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#878787\"}}},\"color\":{\"text\":\"#878787\"}}} /-->\n\n<!-- wp:post-title {\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1.2\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"3px\"}}},\"textColor\":\"gray-100\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfSingleProductTemplate\":true} /-->\n\n<!-- wp:post-excerpt {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"22px\"}}},\"textColor\":\"gray-100\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfSingleProductTemplate\":true,\"style\":{\"spacing\":{\"margin\":{\"top\":\"38px\"}}}} /-->\n\n<!-- wp:woocommerce/add-to-cart-form {\"className\":\"single\"} /-->\n\n<!-- wp:woocommerce/product-meta {\"metadata\":{\"ignoredHookedBlocks\":[\"core/post-terms\"]}} -->\n<div class=\"wp-block-woocommerce-product-meta\"><!-- wp:group {\"className\":\"eride-meta\",\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"eride-meta wp-block-group\"><!-- wp:woocommerce/product-sku /-->\n\n<!-- wp:post-terms {\"term\":\"product_tag\",\"prefix\":\"Tags: \"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-terms {\"term\":\"product_brand\",\"prefix\":\"Brands: \"} /--></div>\n<!-- /wp:woocommerce/product-meta --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:woocommerce/product-details {\"align\":\"wide\",\"className\":\"eride-product-details\"} -->\n<div class=\"eride-product-details wp-block-woocommerce-product-details alignwide\"></div>\n<!-- /wp:woocommerce/product-details --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Single Product','Displays a single product.','inherit','closed','closed','','1951-revision-v1','','','2025-07-29 17:59:53','2025-07-29 17:59:53','',1951,'https://aggressivegraphix.com/?p=3407',0,'revision','',0),(3410,1,'2025-07-30 17:38:23','2025-07-30 17:38:23','','IMG_9440','','inherit','open','closed','','img_9440','','','2025-07-30 17:38:23','2025-07-30 17:38:23','',2620,'https://aggressivegraphix.com/wp-content/uploads/2025/07/IMG_9440.webp',0,'attachment','image/webp',0),(3411,1,'2025-07-30 17:39:05','2025-07-30 17:39:05','','IMG_3944','','inherit','open','closed','','img_3944-2','','','2025-07-30 17:39:05','2025-07-30 17:39:05','',2620,'https://aggressivegraphix.com/wp-content/uploads/2025/07/IMG_3944.webp',0,'attachment','image/webp',0),(3412,1,'2025-07-30 17:39:40','2025-07-30 17:39:40','','IMG_0785','','inherit','open','closed','','img_0785','','','2025-07-30 17:39:40','2025-07-30 17:39:40','',2620,'https://aggressivegraphix.com/wp-content/uploads/2025/07/IMG_0785.webp',0,'attachment','image/webp',0),(3414,1,'2025-07-30 17:41:27','2025-07-30 17:41:27','','E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE','','inherit','open','closed','','e9f02b6e-6f4a-4c43-8d74-e746ca9d45ee-3','','','2025-07-30 17:41:27','2025-07-30 17:41:27','',2620,'https://aggressivegraphix.com/wp-content/uploads/2025/07/E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE.webp',0,'attachment','image/webp',0),(3416,0,'2025-08-01 00:08:25','2025-08-01 00:08:25','','Order &ndash; August 1, 2025 @ 12:08 AM','','wc-completed','closed','closed','','order-august-1-2025-1208-am','','','2025-08-07 15:57:37','2025-08-07 15:57:37','',0,'https://aggressivegraphix.com/?post_type=shop_order_placehold&#038;p=3416',0,'shop_order','',4),(3417,1,'2025-08-01 15:45:58','2025-08-01 15:45:58','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--20)\"><!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"20px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"616px\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:20px\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"1.1\",\"letterSpacing\":\"1px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"font-size:42px;font-style:normal;font-weight:300;letter-spacing:1px;line-height:1.1\">Doing graphics differently.</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":2247,\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/customgraphics-1024x761.png\" alt=\"\" class=\"wp-image-2247\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"26px\",\"right\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"bottom\":\"32px\",\"left\":\"40px\",\"right\":\"var:preset|spacing|30\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-primary-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:var(--wp--preset--spacing--30);padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"26px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:26px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/shop/\" data-type=\"page\" data-id=\"6\">CUSTOM GRAPHICS</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":2249,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/wapsandtint.png\" alt=\"\" class=\"wp-image-2249\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"right\":\"26px\",\"left\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"left\":\"40px\",\"right\":\"0px\",\"bottom\":\"32px\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-primary-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:0px;padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"26px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:26px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/wraps-and-tint/\" data-type=\"page\" data-id=\"95\">WRAPS AND TINT</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"home-v3-banner-2\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"28px\",\"margin\":{\"top\":\"25px\"},\"padding\":{\"bottom\":\"29px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:25px;padding-bottom:29px\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"className\":\"flex-sm-wrap\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"flex-sm-wrap wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcovers.png\",\"id\":1901,\"dimRatio\":0,\"customOverlayColor\":\"#e9d3d2\",\"isUserOverlayColor\":false,\"focalPoint\":{\"x\":1,\"y\":0.4899999999999999911182158029987476766109466552734375},\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><img class=\"wp-block-cover__image-background wp-image-1901\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/seatcovers.png\" style=\"object-position:100% 49%\" data-object-fit=\"cover\" data-object-position=\"100% 49%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#e9d3d2\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"left\":\"11px\",\"top\":\"19px\",\"bottom\":\"19px\",\"right\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"159px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:0;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"fontSize\":\"18px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\"}},\"border\":{\"radius\":\"31px\"}},\"backgroundColor\":\"primary-4\",\"textColor\":\"base\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-base-color has-primary-4-background-color has-text-color has-background has-link-color\" style=\"border-radius:31px;padding-right:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10);font-size:18px;font-style:normal;font-weight:400\">SEAT COVERS</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"24px\"}}}} -->\n<div style=\"margin-bottom:24px;height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--10)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color has-custom-font-size wp-element-button\" href=\"https://aggressivegraphix.com/product-category/outfit-bike/seat-covers/\" style=\"padding-right:30px;padding-left:30px;font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/plastickits.png\",\"id\":1902,\"dimRatio\":0,\"customOverlayColor\":\"#e9c3c2\",\"isUserOverlayColor\":false,\"focalPoint\":{\"x\":1,\"y\":0.7800000000000000266453525910037569701671600341796875},\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><img class=\"wp-block-cover__image-background wp-image-1902\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/plastickits.png\" style=\"object-position:100% 78%\" data-object-fit=\"cover\" data-object-position=\"100% 78%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#e9c3c2\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\"}},\"border\":{\"radius\":\"28px\"}},\"backgroundColor\":\"primary-4\",\"textColor\":\"base\"} -->\n<h2 class=\"wp-block-heading has-base-color has-primary-4-background-color has-text-color has-background has-link-color\" style=\"border-radius:28px;padding-right:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10);font-size:18px;font-style:normal;font-weight:400\">PLASTIC KITS</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:0\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color has-custom-font-size wp-element-button\" href=\"https://aggressivegraphix.com/product-category/outfit-bike/plastic-kits/\" style=\"padding-right:30px;padding-left:30px;font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"className\":\"flex-sm-wrap\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"28px\",\"left\":\"28px\"}}}} -->\n<div class=\"flex-sm-wrap wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/jerseylettering.png\",\"id\":1898,\"dimRatio\":0,\"customOverlayColor\":\"#e1e3e2\",\"isUserOverlayColor\":false,\"focalPoint\":{\"x\":0.68000000000000004884981308350688777863979339599609375,\"y\":0.5100000000000000088817841970012523233890533447265625},\"minHeight\":100,\"minHeightUnit\":\"%\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:100%\"><img class=\"wp-block-cover__image-background wp-image-1898\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/jerseylettering.png\" style=\"object-position:68% 51%\" data-object-fit=\"cover\" data-object-position=\"68% 51%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#e1e3e2\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"left\":\"11px\",\"top\":\"19px\",\"bottom\":\"19px\",\"right\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"159px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:0;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"fontSize\":\"22px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-gray-100-color has-text-color has-link-color\" style=\"font-size:22px;font-style:normal;font-weight:400\">JERSEY LETTERING</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"24px\"}}}} -->\n<div style=\"margin-bottom:24px;height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--10)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color has-custom-font-size wp-element-button\" href=\"https://aggressivegraphix.com/product-category/rider-accessories/jersey-lettering/\" style=\"padding-right:30px;padding-left:30px;font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\"} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/customcanopies.png\",\"id\":1896,\"dimRatio\":0,\"customOverlayColor\":\"#e3e0df\",\"isUserOverlayColor\":false,\"focalPoint\":{\"x\":0.689999999999999946709294817992486059665679931640625,\"y\":0.5500000000000000444089209850062616169452667236328125},\"minHeight\":295,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"},\"margin\":{\"top\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|50\"}},\"border\":{\"radius\":\"15px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left\" style=\"border-radius:15px;margin-top:var(--wp--preset--spacing--50);margin-bottom:var(--wp--preset--spacing--50);padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);min-height:295px\"><img class=\"wp-block-cover__image-background wp-image-1896\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/customcanopies.png\" style=\"object-position:69% 55%\" data-object-fit=\"cover\" data-object-position=\"69% 55%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#e3e0df\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\",\"padding\":{\"top\":\"19px\",\"bottom\":\"19px\",\"left\":\"11px\",\"right\":\"11px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"160px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:19px;padding-right:11px;padding-bottom:19px;padding-left:11px\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"21px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"spacing\":{\"margin\":{\"bottom\":\"11px\",\"right\":\"0\"},\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-contrast-2-color has-text-color has-link-color\" style=\"margin-right:0;margin-bottom:11px;padding-right:0;padding-left:0;font-size:21px;font-style:normal;font-weight:400\">CANOPIES AND ACCESSORIES</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|40\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--40);height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:var(--wp--preset--spacing--40)\"><!-- wp:button {\"textColor\":\"base\",\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontSize\":\"13px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"padding\":{\"left\":\"30px\",\"right\":\"30px\"}}}} -->\n<div class=\"stretched-link wp-block-button\"><a class=\"wp-block-button__link has-base-color has-text-color has-link-color has-custom-font-size wp-element-button\" href=\"https://aggressivegraphix.com/product-category/canopies-and-accessories/\" style=\"padding-right:30px;padding-left:30px;font-size:13px;font-style:normal;font-weight:400;text-transform:uppercase\">View all</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Home V3','','inherit','closed','closed','','1916-revision-v1','','','2025-08-01 15:45:58','2025-08-01 15:45:58','',1916,'https://aggressivegraphix.com/?p=3417',0,'revision','',0),(3419,1,'2025-08-01 16:53:28','2025-08-01 16:53:28','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:cover {\"overlayColor\":\"base-2\",\"isUserOverlayColor\":true,\"isDark\":false,\"layout\":{\"type\":\"constrained\",\"contentSize\":\"100%\",\"wideSize\":\"100%\"}} -->\n<div class=\"wp-block-cover is-light\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-base-2-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:columns {\"verticalAlignment\":null} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Graphics designed with you, not just for you.</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} -->\n<p style=\"font-size:18px;font-style:normal;font-weight:300\" class=\"\">At Aggressive Graphix, we help amplify your image through vinyl wraps. From concept to completion, every step of the process is done in-house — design, print, production, and professional installation — ensuring quality, consistency, and quick turnaround.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--20)\"><!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":2249,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/wapsandtint.png\" alt=\"\" class=\"wp-image-2249\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"right\":\"26px\",\"left\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"left\":\"40px\",\"right\":\"0px\",\"bottom\":\"32px\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-primary-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:0px;padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"26px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:26px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/wraps-and-tint/\" data-type=\"page\" data-id=\"95\">WRAPS AND TINT</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"isUserOverlayColor\":true,\"customGradient\":\"linear-gradient(90deg,rgb(255,255,255) 0%,rgb(245,245,246) 10%)\",\"style\":{\"border\":{\"radius\":{\"topLeft\":\"25px\",\"topRight\":\"25px\",\"bottomLeft\":\"0px\",\"bottomRight\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary-3\"}}}},\"textColor\":\"primary-3\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover has-primary-3-color has-text-color has-link-color\" style=\"border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:0px;border-bottom-right-radius:0px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(90deg,rgb(255,255,255) 0%,rgb(245,245,246) 10%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Wraps That Turn Heads</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} -->\n<p class=\"has-text-align-center\" style=\"font-size:17px;font-style:normal;font-weight:300\">Vehicle wraps take your ride from basic to bold—turning heads and commanding attention wherever you roll. Whether you\'re making a statement on the street or turning your fleet into a moving brand experience, vehicle wraps bring personality, power, and presence to every drive. </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"isUserOverlayColor\":true,\"customGradient\":\"linear-gradient(270deg,rgb(255,255,255) 0%,rgb(245,245,246) 11%)\",\"style\":{\"border\":{\"radius\":{\"topLeft\":\"25px\",\"topRight\":\"25px\",\"bottomLeft\":\"0px\",\"bottomRight\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary-3\"}}}},\"textColor\":\"primary-3\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover has-primary-3-color has-text-color has-link-color\" style=\"border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:0px;border-bottom-right-radius:0px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(270deg,rgb(255,255,255) 0%,rgb(245,245,246) 11%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Moto Graphics Tailored To You</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} -->\n<p class=\"has-text-align-center\" style=\"font-size:17px;font-style:normal;font-weight:300\">Stand out at the track with custom dirt bike and quad graphics designed with you, not just for you. Every order starts from scratch and includes 1-on-1 support from our designers to bring your idea to life — names, numbers, sponsors, colors — it’s all up to you. Our kits are precision-cut, race-ready, and built to last.</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":2247,\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/customgraphics-1024x761.png\" alt=\"\" class=\"wp-image-2247\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"26px\",\"right\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"bottom\":\"32px\",\"left\":\"40px\",\"right\":\"var:preset|spacing|30\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-primary-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:var(--wp--preset--spacing--30);padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"26px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:26px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/shop/\" data-type=\"page\" data-id=\"6\">CUSTOM GRAPHICS</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Home V3','','inherit','closed','closed','','1916-revision-v1','','','2025-08-01 16:53:28','2025-08-01 16:53:28','',1916,'https://aggressivegraphix.com/?p=3419',0,'revision','',0),(3420,1,'2025-08-01 16:54:36','2025-08-01 16:54:36','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:cover {\"overlayColor\":\"base-2\",\"isUserOverlayColor\":true,\"isDark\":false,\"layout\":{\"type\":\"constrained\",\"contentSize\":\"100%\",\"wideSize\":\"100%\"}} -->\n<div class=\"wp-block-cover is-light\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-base-2-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:columns {\"verticalAlignment\":null} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Graphics designed with you, not just for you.</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} -->\n<p style=\"font-size:18px;font-style:normal;font-weight:300\" class=\"\">At Aggressive Graphix, we help amplify your image through vinyl wraps. From concept to completion, every step of the process is done in-house — design, print, production, and professional installation — ensuring quality, consistency, and quick turnaround.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--20)\"><!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":2249,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/wapsandtint.png\" alt=\"\" class=\"wp-image-2249\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"right\":\"26px\",\"left\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"left\":\"40px\",\"right\":\"0px\",\"bottom\":\"32px\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-primary-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:0px;padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"26px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:26px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/wraps-and-tint/\" data-type=\"page\" data-id=\"95\">WRAPS AND TINT</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"isUserOverlayColor\":true,\"customGradient\":\"linear-gradient(90deg,rgb(255,255,255) 0%,rgb(245,245,246) 10%)\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":{\"topLeft\":\"25px\",\"topRight\":\"25px\",\"bottomLeft\":\"0px\",\"bottomRight\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary-3\"}}}},\"textColor\":\"primary-3\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover aligncenter has-primary-3-color has-text-color has-link-color\" style=\"border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:0px;border-bottom-right-radius:0px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(90deg,rgb(255,255,255) 0%,rgb(245,245,246) 10%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Wraps That Turn Heads</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} -->\n<p class=\"has-text-align-center\" style=\"font-size:17px;font-style:normal;font-weight:300\">Vehicle wraps take your ride from basic to bold—turning heads and commanding attention wherever you roll. Whether you\'re making a statement on the street or turning your fleet into a moving brand experience, vehicle wraps bring personality, power, and presence to every drive. </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"isUserOverlayColor\":true,\"customGradient\":\"linear-gradient(270deg,rgb(255,255,255) 0%,rgb(245,245,246) 11%)\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":{\"topLeft\":\"25px\",\"topRight\":\"25px\",\"bottomLeft\":\"0px\",\"bottomRight\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary-3\"}}}},\"textColor\":\"primary-3\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover aligncenter has-primary-3-color has-text-color has-link-color\" style=\"border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:0px;border-bottom-right-radius:0px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(270deg,rgb(255,255,255) 0%,rgb(245,245,246) 11%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Moto Graphics Tailored To You</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} -->\n<p class=\"has-text-align-center\" style=\"font-size:17px;font-style:normal;font-weight:300\">Stand out at the track with custom dirt bike and quad graphics designed with you, not just for you. Every order starts from scratch and includes 1-on-1 support from our designers to bring your idea to life — names, numbers, sponsors, colors — it’s all up to you. Our kits are precision-cut, race-ready, and built to last.</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":2247,\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/customgraphics-1024x761.png\" alt=\"\" class=\"wp-image-2247\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"26px\",\"right\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"bottom\":\"32px\",\"left\":\"40px\",\"right\":\"var:preset|spacing|30\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-primary-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:var(--wp--preset--spacing--30);padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"26px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:26px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/shop/\" data-type=\"page\" data-id=\"6\">CUSTOM GRAPHICS</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Home V3','','inherit','closed','closed','','1916-revision-v1','','','2025-08-01 16:54:36','2025-08-01 16:54:36','',1916,'https://aggressivegraphix.com/?p=3420',0,'revision','',0),(3421,1,'2025-08-01 17:41:00','2025-08-01 17:41:00','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:cover {\"overlayColor\":\"base-2\",\"isUserOverlayColor\":true,\"isDark\":false,\"layout\":{\"type\":\"constrained\",\"contentSize\":\"100%\",\"wideSize\":\"75%\"}} -->\n<div class=\"wp-block-cover is-light\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-base-2-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:columns {\"verticalAlignment\":null} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Graphics designed with you, not just for you.</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} -->\n<p style=\"font-size:18px;font-style:normal;font-weight:300\" class=\"\">At Aggressive Graphix, we help amplify your image through vinyl wraps. From concept to completion, every step of the process is done in-house — design, print, production, and professional installation — ensuring quality, consistency, and quick turnaround.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--20)\"><!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":2249,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/wapsandtint.png\" alt=\"\" class=\"wp-image-2249\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"right\":\"26px\",\"left\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"left\":\"40px\",\"right\":\"0px\",\"bottom\":\"32px\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-primary-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:0px;padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"26px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:26px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/wraps-and-tint/\" data-type=\"page\" data-id=\"95\">WRAPS AND TINT</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"isUserOverlayColor\":true,\"customGradient\":\"linear-gradient(90deg,rgb(255,255,255) 0%,rgb(245,245,246) 10%)\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":{\"topLeft\":\"25px\",\"topRight\":\"25px\",\"bottomLeft\":\"0px\",\"bottomRight\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary-3\"}}}},\"textColor\":\"primary-3\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover aligncenter has-primary-3-color has-text-color has-link-color\" style=\"border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:0px;border-bottom-right-radius:0px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(90deg,rgb(255,255,255) 0%,rgb(245,245,246) 10%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Wraps That Turn Heads</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} -->\n<p class=\"has-text-align-center\" style=\"font-size:17px;font-style:normal;font-weight:300\">Vehicle wraps take your ride from basic to bold—turning heads and commanding attention wherever you roll. Whether you\'re making a statement on the street or turning your fleet into a moving brand experience, vehicle wraps bring personality, power, and presence to every drive. </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"isUserOverlayColor\":true,\"customGradient\":\"linear-gradient(270deg,rgb(255,255,255) 0%,rgb(245,245,246) 11%)\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":{\"topLeft\":\"25px\",\"topRight\":\"25px\",\"bottomLeft\":\"0px\",\"bottomRight\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary-3\"}}}},\"textColor\":\"primary-3\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover aligncenter has-primary-3-color has-text-color has-link-color\" style=\"border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:0px;border-bottom-right-radius:0px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(270deg,rgb(255,255,255) 0%,rgb(245,245,246) 11%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Moto Graphics Tailored To You</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} -->\n<p class=\"has-text-align-center\" style=\"font-size:17px;font-style:normal;font-weight:300\">Stand out at the track with custom dirt bike and quad graphics designed with you, not just for you. Every order starts from scratch and includes 1-on-1 support from our designers to bring your idea to life — names, numbers, sponsors, colors — it’s all up to you. Our kits are precision-cut, race-ready, and built to last.</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":2247,\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/customgraphics-1024x761.png\" alt=\"\" class=\"wp-image-2247\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"26px\",\"right\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"bottom\":\"32px\",\"left\":\"40px\",\"right\":\"var:preset|spacing|30\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-primary-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:var(--wp--preset--spacing--30);padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"26px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:26px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/shop/\" data-type=\"page\" data-id=\"6\">CUSTOM GRAPHICS</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Home V3','','inherit','closed','closed','','1916-revision-v1','','','2025-08-01 17:41:00','2025-08-01 17:41:00','',1916,'https://aggressivegraphix.com/?p=3421',0,'revision','',0),(3422,1,'2025-08-01 17:41:57','2025-08-01 17:41:57','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:cover {\"overlayColor\":\"base-2\",\"isUserOverlayColor\":true,\"isDark\":false,\"layout\":{\"type\":\"constrained\",\"contentSize\":\"75%\",\"wideSize\":\"100%\"}} -->\n<div class=\"wp-block-cover is-light\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-base-2-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:columns {\"verticalAlignment\":null} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Graphics designed with you, not just for you.</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} -->\n<p style=\"font-size:18px;font-style:normal;font-weight:300\" class=\"\">At Aggressive Graphix, we help amplify your image through vinyl wraps. From concept to completion, every step of the process is done in-house — design, print, production, and professional installation — ensuring quality, consistency, and quick turnaround.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--20)\"><!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":2249,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/wapsandtint.png\" alt=\"\" class=\"wp-image-2249\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"right\":\"26px\",\"left\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"left\":\"40px\",\"right\":\"0px\",\"bottom\":\"32px\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-primary-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:0px;padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"26px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:26px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/wraps-and-tint/\" data-type=\"page\" data-id=\"95\">WRAPS AND TINT</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"isUserOverlayColor\":true,\"customGradient\":\"linear-gradient(90deg,rgb(255,255,255) 0%,rgb(245,245,246) 10%)\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":{\"topLeft\":\"25px\",\"topRight\":\"25px\",\"bottomLeft\":\"0px\",\"bottomRight\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary-3\"}}}},\"textColor\":\"primary-3\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover aligncenter has-primary-3-color has-text-color has-link-color\" style=\"border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:0px;border-bottom-right-radius:0px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(90deg,rgb(255,255,255) 0%,rgb(245,245,246) 10%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Wraps That Turn Heads</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} -->\n<p class=\"has-text-align-center\" style=\"font-size:17px;font-style:normal;font-weight:300\">Vehicle wraps take your ride from basic to bold—turning heads and commanding attention wherever you roll. Whether you\'re making a statement on the street or turning your fleet into a moving brand experience, vehicle wraps bring personality, power, and presence to every drive. </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"isUserOverlayColor\":true,\"customGradient\":\"linear-gradient(270deg,rgb(255,255,255) 0%,rgb(245,245,246) 11%)\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":{\"topLeft\":\"25px\",\"topRight\":\"25px\",\"bottomLeft\":\"0px\",\"bottomRight\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary-3\"}}}},\"textColor\":\"primary-3\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover aligncenter has-primary-3-color has-text-color has-link-color\" style=\"border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:0px;border-bottom-right-radius:0px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(270deg,rgb(255,255,255) 0%,rgb(245,245,246) 11%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Moto Graphics Tailored To You</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} -->\n<p class=\"has-text-align-center\" style=\"font-size:17px;font-style:normal;font-weight:300\">Stand out at the track with custom dirt bike and quad graphics designed with you, not just for you. Every order starts from scratch and includes 1-on-1 support from our designers to bring your idea to life — names, numbers, sponsors, colors — it’s all up to you. Our kits are precision-cut, race-ready, and built to last.</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":2247,\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/customgraphics-1024x761.png\" alt=\"\" class=\"wp-image-2247\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"26px\",\"right\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"bottom\":\"32px\",\"left\":\"40px\",\"right\":\"var:preset|spacing|30\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-primary-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:var(--wp--preset--spacing--30);padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"26px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:26px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/shop/\" data-type=\"page\" data-id=\"6\">CUSTOM GRAPHICS</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Home V3','','inherit','closed','closed','','1916-revision-v1','','','2025-08-01 17:41:57','2025-08-01 17:41:57','',1916,'https://aggressivegraphix.com/?p=3422',0,'revision','',0),(3423,1,'2025-08-01 17:42:37','2025-08-01 17:42:37','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:cover {\"overlayColor\":\"base-2\",\"isUserOverlayColor\":true,\"isDark\":false,\"layout\":{\"type\":\"constrained\",\"contentSize\":\"75%\",\"wideSize\":\"100%\"}} -->\n<div class=\"wp-block-cover is-light\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-base-2-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:columns {\"verticalAlignment\":null} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Graphics designed with you, not just for you.</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} -->\n<p style=\"font-size:18px;font-style:normal;font-weight:300\" class=\"\">At Aggressive Graphix, we help amplify your image through vinyl wraps. From concept to completion, every step of the process is done in-house — design, print, production, and professional installation — ensuring quality, consistency, and quick turnaround.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--20)\"><!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":2249,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/wapsandtint.png\" alt=\"\" class=\"wp-image-2249\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"right\":\"26px\",\"left\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"left\":\"40px\",\"right\":\"0px\",\"bottom\":\"32px\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-primary-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:0px;padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"26px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:26px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/wraps-and-tint/\" data-type=\"page\" data-id=\"95\">WRAPS AND TINT</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"isUserOverlayColor\":true,\"minHeight\":100,\"minHeightUnit\":\"vh\",\"customGradient\":\"linear-gradient(90deg,rgb(255,255,255) 0%,rgb(245,245,246) 10%)\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":{\"topLeft\":\"25px\",\"topRight\":\"25px\",\"bottomLeft\":\"0px\",\"bottomRight\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary-3\"}}}},\"textColor\":\"primary-3\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover aligncenter has-primary-3-color has-text-color has-link-color\" style=\"border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(90deg,rgb(255,255,255) 0%,rgb(245,245,246) 10%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Wraps That Turn Heads</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} -->\n<p class=\"has-text-align-center\" style=\"font-size:17px;font-style:normal;font-weight:300\">Vehicle wraps take your ride from basic to bold—turning heads and commanding attention wherever you roll. Whether you\'re making a statement on the street or turning your fleet into a moving brand experience, vehicle wraps bring personality, power, and presence to every drive. </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"isUserOverlayColor\":true,\"customGradient\":\"linear-gradient(270deg,rgb(255,255,255) 0%,rgb(245,245,246) 11%)\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":{\"topLeft\":\"25px\",\"topRight\":\"25px\",\"bottomLeft\":\"0px\",\"bottomRight\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary-3\"}}}},\"textColor\":\"primary-3\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover aligncenter has-primary-3-color has-text-color has-link-color\" style=\"border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:0px;border-bottom-right-radius:0px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(270deg,rgb(255,255,255) 0%,rgb(245,245,246) 11%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Moto Graphics Tailored To You</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} -->\n<p class=\"has-text-align-center\" style=\"font-size:17px;font-style:normal;font-weight:300\">Stand out at the track with custom dirt bike and quad graphics designed with you, not just for you. Every order starts from scratch and includes 1-on-1 support from our designers to bring your idea to life — names, numbers, sponsors, colors — it’s all up to you. Our kits are precision-cut, race-ready, and built to last.</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":2247,\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/customgraphics-1024x761.png\" alt=\"\" class=\"wp-image-2247\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"26px\",\"right\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"bottom\":\"32px\",\"left\":\"40px\",\"right\":\"var:preset|spacing|30\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-primary-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:var(--wp--preset--spacing--30);padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"26px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:26px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/shop/\" data-type=\"page\" data-id=\"6\">CUSTOM GRAPHICS</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Home V3','','inherit','closed','closed','','1916-revision-v1','','','2025-08-01 17:42:37','2025-08-01 17:42:37','',1916,'https://aggressivegraphix.com/?p=3423',0,'revision','',0),(3424,1,'2025-08-01 17:42:47','2025-08-01 17:42:47','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:cover {\"overlayColor\":\"base-2\",\"isUserOverlayColor\":true,\"isDark\":false,\"layout\":{\"type\":\"constrained\",\"contentSize\":\"75%\",\"wideSize\":\"100%\"}} -->\n<div class=\"wp-block-cover is-light\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-base-2-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:columns {\"verticalAlignment\":null} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Graphics designed with you, not just for you.</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} -->\n<p style=\"font-size:18px;font-style:normal;font-weight:300\" class=\"\">At Aggressive Graphix, we help amplify your image through vinyl wraps. From concept to completion, every step of the process is done in-house — design, print, production, and professional installation — ensuring quality, consistency, and quick turnaround.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--20)\"><!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":2249,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/wapsandtint.png\" alt=\"\" class=\"wp-image-2249\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"right\":\"26px\",\"left\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"left\":\"40px\",\"right\":\"0px\",\"bottom\":\"32px\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-primary-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:0px;padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"26px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:26px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/wraps-and-tint/\" data-type=\"page\" data-id=\"95\">WRAPS AND TINT</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"isUserOverlayColor\":true,\"customGradient\":\"linear-gradient(90deg,rgb(255,255,255) 0%,rgb(245,245,246) 10%)\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":{\"topLeft\":\"25px\",\"topRight\":\"25px\",\"bottomLeft\":\"0px\",\"bottomRight\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary-3\"}}}},\"textColor\":\"primary-3\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover aligncenter has-primary-3-color has-text-color has-link-color\" style=\"border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:0px;border-bottom-right-radius:0px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(90deg,rgb(255,255,255) 0%,rgb(245,245,246) 10%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Wraps That Turn Heads</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} -->\n<p class=\"has-text-align-center\" style=\"font-size:17px;font-style:normal;font-weight:300\">Vehicle wraps take your ride from basic to bold—turning heads and commanding attention wherever you roll. Whether you\'re making a statement on the street or turning your fleet into a moving brand experience, vehicle wraps bring personality, power, and presence to every drive. </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"isUserOverlayColor\":true,\"customGradient\":\"linear-gradient(270deg,rgb(255,255,255) 0%,rgb(245,245,246) 11%)\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":{\"topLeft\":\"25px\",\"topRight\":\"25px\",\"bottomLeft\":\"0px\",\"bottomRight\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary-3\"}}}},\"textColor\":\"primary-3\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover aligncenter has-primary-3-color has-text-color has-link-color\" style=\"border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:0px;border-bottom-right-radius:0px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(270deg,rgb(255,255,255) 0%,rgb(245,245,246) 11%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Moto Graphics Tailored To You</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} -->\n<p class=\"has-text-align-center\" style=\"font-size:17px;font-style:normal;font-weight:300\">Stand out at the track with custom dirt bike and quad graphics designed with you, not just for you. Every order starts from scratch and includes 1-on-1 support from our designers to bring your idea to life — names, numbers, sponsors, colors — it’s all up to you. Our kits are precision-cut, race-ready, and built to last.</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":2247,\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/customgraphics-1024x761.png\" alt=\"\" class=\"wp-image-2247\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"26px\",\"right\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"bottom\":\"32px\",\"left\":\"40px\",\"right\":\"var:preset|spacing|30\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-primary-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:var(--wp--preset--spacing--30);padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"26px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:26px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/shop/\" data-type=\"page\" data-id=\"6\">CUSTOM GRAPHICS</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Home V3','','inherit','closed','closed','','1916-revision-v1','','','2025-08-01 17:42:47','2025-08-01 17:42:47','',1916,'https://aggressivegraphix.com/?p=3424',0,'revision','',0),(3425,1,'2025-08-01 17:43:21','2025-08-01 17:43:21','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:cover {\"overlayColor\":\"base-2\",\"isUserOverlayColor\":true,\"isDark\":false,\"layout\":{\"type\":\"constrained\",\"contentSize\":\"75%\",\"wideSize\":\"100%\"}} -->\n<div class=\"wp-block-cover is-light\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-base-2-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:columns {\"verticalAlignment\":null} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Graphics designed with you, not just for you.</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} -->\n<p style=\"font-size:18px;font-style:normal;font-weight:300\" class=\"\">At Aggressive Graphix, we help amplify your image through vinyl wraps. From concept to completion, every step of the process is done in-house — design, print, production, and professional installation — ensuring quality, consistency, and quick turnaround.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--20)\"><!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":2249,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/wapsandtint.png\" alt=\"\" class=\"wp-image-2249\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"right\":\"26px\",\"left\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"left\":\"40px\",\"right\":\"0px\",\"bottom\":\"32px\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-primary-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:0px;padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"26px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:26px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/wraps-and-tint/\" data-type=\"page\" data-id=\"95\">WRAPS AND TINT</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"isUserOverlayColor\":true,\"customGradient\":\"linear-gradient(90deg,rgb(255,255,255) 0%,rgb(245,245,246) 10%)\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":{\"topLeft\":\"25px\",\"topRight\":\"25px\",\"bottomLeft\":\"0px\",\"bottomRight\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary-3\"}}},\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\"}}},\"textColor\":\"primary-3\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover aligncenter has-primary-3-color has-text-color has-link-color\" style=\"border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30);padding-top:0;padding-bottom:0\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(90deg,rgb(255,255,255) 0%,rgb(245,245,246) 10%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Wraps That Turn Heads</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} -->\n<p class=\"has-text-align-center\" style=\"font-size:17px;font-style:normal;font-weight:300\">Vehicle wraps take your ride from basic to bold—turning heads and commanding attention wherever you roll. Whether you\'re making a statement on the street or turning your fleet into a moving brand experience, vehicle wraps bring personality, power, and presence to every drive. </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"isUserOverlayColor\":true,\"customGradient\":\"linear-gradient(270deg,rgb(255,255,255) 0%,rgb(245,245,246) 11%)\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":{\"topLeft\":\"25px\",\"topRight\":\"25px\",\"bottomLeft\":\"0px\",\"bottomRight\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary-3\"}}}},\"textColor\":\"primary-3\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover aligncenter has-primary-3-color has-text-color has-link-color\" style=\"border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:0px;border-bottom-right-radius:0px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(270deg,rgb(255,255,255) 0%,rgb(245,245,246) 11%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Moto Graphics Tailored To You</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} -->\n<p class=\"has-text-align-center\" style=\"font-size:17px;font-style:normal;font-weight:300\">Stand out at the track with custom dirt bike and quad graphics designed with you, not just for you. Every order starts from scratch and includes 1-on-1 support from our designers to bring your idea to life — names, numbers, sponsors, colors — it’s all up to you. Our kits are precision-cut, race-ready, and built to last.</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":2247,\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/customgraphics-1024x761.png\" alt=\"\" class=\"wp-image-2247\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"26px\",\"right\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"bottom\":\"32px\",\"left\":\"40px\",\"right\":\"var:preset|spacing|30\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-primary-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:var(--wp--preset--spacing--30);padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"26px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:26px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/shop/\" data-type=\"page\" data-id=\"6\">CUSTOM GRAPHICS</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Home V3','','inherit','closed','closed','','1916-revision-v1','','','2025-08-01 17:43:21','2025-08-01 17:43:21','',1916,'https://aggressivegraphix.com/?p=3425',0,'revision','',0),(3426,1,'2025-08-01 17:43:45','2025-08-01 17:43:45','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:cover {\"overlayColor\":\"base-2\",\"isUserOverlayColor\":true,\"isDark\":false,\"layout\":{\"type\":\"constrained\",\"contentSize\":\"75%\",\"wideSize\":\"100%\"}} -->\n<div class=\"wp-block-cover is-light\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-base-2-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:columns {\"verticalAlignment\":null} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Graphics designed with you, not just for you.</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} -->\n<p style=\"font-size:18px;font-style:normal;font-weight:300\" class=\"\">At Aggressive Graphix, we help amplify your image through vinyl wraps. From concept to completion, every step of the process is done in-house — design, print, production, and professional installation — ensuring quality, consistency, and quick turnaround.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--20)\"><!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":2249,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/wapsandtint.png\" alt=\"\" class=\"wp-image-2249\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"right\":\"26px\",\"left\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"left\":\"40px\",\"right\":\"0px\",\"bottom\":\"32px\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-primary-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:0px;padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"26px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:26px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/wraps-and-tint/\" data-type=\"page\" data-id=\"95\">WRAPS AND TINT</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"isUserOverlayColor\":true,\"customGradient\":\"linear-gradient(90deg,rgb(255,255,255) 0%,rgb(245,245,246) 10%)\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":{\"topLeft\":\"25px\",\"topRight\":\"25px\",\"bottomLeft\":\"0px\",\"bottomRight\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary-3\"}}},\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\"}}},\"textColor\":\"primary-3\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover aligncenter has-primary-3-color has-text-color has-link-color\" style=\"border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30);padding-top:0;padding-bottom:0\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(90deg,rgb(255,255,255) 0%,rgb(245,245,246) 10%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Wraps That Turn Heads</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} -->\n<p class=\"has-text-align-center\" style=\"font-size:17px;font-style:normal;font-weight:300\">Vehicle wraps take your ride from basic to bold—turning heads and commanding attention wherever you roll. Whether you\'re making a statement on the street or turning your fleet into a moving brand experience, vehicle wraps bring personality, power, and presence to every drive. </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"isUserOverlayColor\":true,\"customGradient\":\"linear-gradient(270deg,rgb(255,255,255) 0%,rgb(245,245,246) 11%)\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":{\"topLeft\":\"25px\",\"topRight\":\"25px\",\"bottomLeft\":\"0px\",\"bottomRight\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary-3\"}}},\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\"}}},\"textColor\":\"primary-3\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover aligncenter has-primary-3-color has-text-color has-link-color\" style=\"border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(270deg,rgb(255,255,255) 0%,rgb(245,245,246) 11%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Moto Graphics Tailored To You</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} -->\n<p class=\"has-text-align-center\" style=\"font-size:17px;font-style:normal;font-weight:300\">Stand out at the track with custom dirt bike and quad graphics designed with you, not just for you. Every order starts from scratch and includes 1-on-1 support from our designers to bring your idea to life — names, numbers, sponsors, colors — it’s all up to you. Our kits are precision-cut, race-ready, and built to last.</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":2247,\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/customgraphics-1024x761.png\" alt=\"\" class=\"wp-image-2247\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"26px\",\"right\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"bottom\":\"32px\",\"left\":\"40px\",\"right\":\"var:preset|spacing|30\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-primary-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:var(--wp--preset--spacing--30);padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"26px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:26px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/shop/\" data-type=\"page\" data-id=\"6\">CUSTOM GRAPHICS</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Home V3','','inherit','closed','closed','','1916-revision-v1','','','2025-08-01 17:43:45','2025-08-01 17:43:45','',1916,'https://aggressivegraphix.com/?p=3426',0,'revision','',0),(3428,1,'2025-08-04 14:31:49','2025-08-04 14:31:49','','aggressivegraphix-profile','','inherit','open','closed','','aggressivegraphix-profile','','','2025-08-04 14:31:49','2025-08-04 14:31:49','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/08/aggressivegraphix-profile.webp',0,'attachment','image/webp',0),(3432,1,'2025-08-04 17:55:11','2025-08-04 17:55:11','{\"styles\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#c70000\"},\":hover\":{\"color\":{\"text\":\"#9d0000\"}}},\"button\":{\"color\":{\"background\":\"#c70000\"}},\"heading\":{\"color\":{\"text\":\"var(--wp--preset--color--gray-300)\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"caption\":{\"color\":{\"text\":\"var(--wp--preset--color--gray-300)\"}},\"h3\":{\"typography\":{\"fontSize\":\"28px\"}}},\"color\":{\"text\":\"var(--wp--preset--color--gray-300)\"}},\"settings\":{\"color\":{\"palette\":{\"theme\":[{\"color\":\"#fff\",\"name\":\"Base\",\"slug\":\"base\"},{\"color\":\"#f5f5f6\",\"name\":\"Base \\/ Two\",\"slug\":\"base-2\"},{\"color\":\"#f9f9f9\",\"name\":\"Base \\/ Three\",\"slug\":\"base-3\"},{\"color\":\"#fefefe\",\"name\":\"Base \\/ Four\",\"slug\":\"base-4\"},{\"color\":\"#c70000\",\"name\":\"Primary\",\"slug\":\"primary\"},{\"color\":\"#a20000\",\"name\":\"Primary \\/ Two\",\"slug\":\"primary-2\"},{\"color\":\"#666666\",\"name\":\"Primary \\/ Three\",\"slug\":\"primary-3\"},{\"color\":\"#333333\",\"name\":\"Primary \\/ Four\",\"slug\":\"primary-4\"},{\"color\":\"#000000\",\"name\":\"Contrast\",\"slug\":\"contrast\"},{\"color\":\"#020202\",\"name\":\"Contrast \\/ Two\",\"slug\":\"contrast-2\"},{\"color\":\"#333e48\",\"name\":\"Gray \\/ 100\",\"slug\":\"gray-100\"},{\"color\":\"#343f49\",\"name\":\"Gray \\/ 200\",\"slug\":\"gray-200\"},{\"color\":\"#4b4b4b\",\"name\":\"Gray \\/ 300\",\"slug\":\"gray-300\"},{\"color\":\"#606060\",\"name\":\"Gray \\/ 400\",\"slug\":\"gray-400\"},{\"color\":\"#616b73\",\"name\":\"Gray \\/ 500\",\"slug\":\"gray-500\"},{\"color\":\"#7f7f7f\",\"name\":\"Gray \\/ 600\",\"slug\":\"gray-600\"},{\"color\":\"#777c80\",\"name\":\"Gray \\/ 700\",\"slug\":\"gray-700\"},{\"color\":\"#83898e\",\"name\":\"Gray \\/ 800\",\"slug\":\"gray-800\"},{\"color\":\"#878787\",\"name\":\"Gray \\/ 900\",\"slug\":\"gray-900\"},{\"color\":\"#a3a3a3\",\"name\":\"Gray \\/ 1000\",\"slug\":\"gray-1000\"},{\"color\":\"#d6d6d6\",\"name\":\"Gray \\/ 1100\",\"slug\":\"gray-1100\"},{\"color\":\"#3f7fca\",\"name\":\"Info\",\"slug\":\"info\"},{\"color\":\"#3fca90\",\"name\":\"Success\",\"slug\":\"success\"},{\"color\":\"#fed600\",\"name\":\"Warning\",\"slug\":\"warning\"},{\"color\":\"#ff0000\",\"name\":\"Danger\",\"slug\":\"danger\"},{\"color\":\"#e70000\",\"name\":\"Danger \\/ Two\",\"slug\":\"danger-2\"},{\"color\":\"#7f8a94\",\"name\":\"Gray \\/ 1200\",\"slug\":\"gray-1200\"}]}}},\"isGlobalStylesUserThemeJSON\":true,\"version\":3}','Custom Styles','','inherit','closed','closed','','1905-revision-v1','','','2025-08-04 17:55:11','2025-08-04 17:55:11','',1905,'https://aggressivegraphix.com/?p=3432',0,'revision','',0),(3433,1,'2025-08-04 17:56:45','2025-08-04 17:56:45','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"className\":\"relative\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"blockGap\":{\"left\":\"46px\"}}}} -->\n<div class=\"relative wp-block-columns alignwide are-vertically-aligned-top\" id=\"shop-filter-toggle\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"22.9%\",\"className\":\"filter-block\"} -->\n<div class=\"filter-block wp-block-column is-vertically-aligned-top\" style=\"flex-basis:22.9%\"><!-- wp:template-part {\"slug\":\"products-filter\",\"theme\":\"eride\",\"area\":\"uncategorized\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"77.1%\",\"className\":\"archive-content\"} -->\n<div class=\"archive-content wp-block-column is-vertically-aligned-top\" style=\"flex-basis:77.1%\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"showFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button\"><a class=\"wp-block-button__link has-border-color has-custom-font-size wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px;font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\">Show Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/filter.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:buttons {\"style\":{\"typography\":{\"fontSize\":\"15px\"}}} -->\n<div class=\"wp-block-buttons has-custom-font-size\" id=\"CloseFilter\" style=\"font-size:15px\"><!-- wp:button {\"className\":\"is-style-outline\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"15px\"},\"border\":{\"width\":\"1px\",\"color\":\"#d6d6d6\",\"radius\":\"15px\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} -->\n<div class=\"is-style-outline wp-block-button\"><a class=\"wp-block-button__link has-border-color has-custom-font-size wp-element-button\" style=\"border-color:#d6d6d6;border-width:1px;border-radius:15px;padding-top:10px;padding-bottom:10px;font-size:15px;font-style:normal;font-weight:300;text-transform:capitalize\">Close Filters<img class=\"wp-image-50\" style=\"width: 15px;\" src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/close.svg\" alt=\"\"></a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\"} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":3},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"showSaleBadge\":false,\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} -->\n<!-- wp:woocommerce/product-sale-badge {\"align\":\"right\"} /-->\n<!-- /wp:woocommerce/product-image -->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"typography\":{\"fontSize\":\"12px\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"5px\"}}},\"textColor\":\"gray-900\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"large\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"excerptLength\":10,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Product Catalog','Displays your products.','inherit','closed','closed','','1948-revision-v1','','','2025-08-04 17:56:45','2025-08-04 17:56:45','',1948,'https://aggressivegraphix.com/?p=3433',0,'revision','',0),(3434,1,'2025-08-04 17:57:38','2025-08-04 17:57:38','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:group {\"className\":\"archive-product\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"75px\"}}},\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"archive-product wp-block-group\" style=\"margin-top:0;margin-bottom:75px\"><!-- wp:group {\"metadata\":{\"name\":\"Page Header\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--20)\"><!-- wp:woocommerce/breadcrumbs /--></div>\n<!-- /wp:group -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"13px\",\"bottom\":\"22px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:13px;padding-bottom:22px\"><!-- wp:column {\"width\":\"34%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-bottom:0;flex-basis:34%\"><!-- wp:query-title {\"type\":\"archive\",\"showPrefix\":false,\"style\":{\"typography\":{\"fontSize\":\"42px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:woocommerce/product-results-count /-->\n\n<!-- wp:woocommerce/catalog-sorting /-->\n\n<!-- wp:post-terms {\"term\":\"product_tag\",\"className\":\"is-style-pill\",\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"border\":{\"radius\":\"0px\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":5},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"showSaleBadge\":false,\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} -->\n<!-- wp:woocommerce/product-sale-badge {\"align\":\"right\"} /-->\n<!-- /wp:woocommerce/product-image -->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"large\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"textAlign\":\"left\",\"excerptLength\":100,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-900\"}}},\"spacing\":{\"margin\":{\"bottom\":\"33px\"}}},\"textColor\":\"gray-900\",\"fontSize\":\"small\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"width\":75,\"isDescendentOfQueryLoop\":true} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p class=\"\"></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Products by Category','Displays products filtered by a category.','inherit','closed','closed','','1965-revision-v1','','','2025-08-04 17:57:38','2025-08-04 17:57:38','',1965,'https://aggressivegraphix.com/?p=3434',0,'revision','',0),(3437,1,'2025-08-04 18:05:29','2025-08-04 18:05:29','<!-- wp:navigation-link {\"label\":\"Home\",\"type\":\"page\",\"id\":2,\"url\":\"https://aggressivegraphix.com/\",\"kind\":\"post-type\",\"fontSize\":\"large\"} /-->\n\n<!-- wp:navigation-submenu {\"label\":\"Shop\",\"type\":\"page\",\"id\":6,\"url\":\"https://aggressivegraphix.com/shop/\",\"kind\":\"post-type\",\"fontSize\":\"large\"} -->\n<!-- wp:navigation-submenu {\"label\":\"Outfit Bike\",\"type\":\"product_cat\",\"id\":27,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/\",\"kind\":\"taxonomy\"} -->\n<!-- wp:navigation-link {\"label\":\"Custom Graphics kits\",\"type\":\"product_cat\",\"id\":24,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/custom-graphics-kits/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Semi-custom Number Plates\",\"type\":\"product_cat\",\"id\":54,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/semi-custom-number-plates/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Seat Covers\",\"type\":\"product_cat\",\"id\":25,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/seat-covers/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Plastic kits\",\"type\":\"product_cat\",\"id\":26,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/plastic-kits/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Rider Accessories\",\"type\":\"product_cat\",\"id\":28,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/\",\"kind\":\"taxonomy\"} -->\n<!-- wp:navigation-link {\"label\":\"Jersey lettering\",\"type\":\"product_cat\",\"id\":29,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/jersey-lettering/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-submenu {\"label\":\"Goggles\",\"type\":\"product_cat\",\"id\":30,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\",\"kind\":\"taxonomy\"} -->\n<!-- wp:navigation-link {\"label\":\"Adult goggles\",\"type\":\"product_tag\",\"id\":64,\"url\":\"https://aggressivegraphix.com/product-tag/adult-goggles/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Youth goggles\",\"type\":\"product_tag\",\"id\":65,\"url\":\"https://aggressivegraphix.com/product-tag/youth-goggles/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Goggle Accessories\",\"type\":\"product_cat\",\"id\":31,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/goggle-accessories/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Canopies and Accessories\",\"type\":\"product_cat\",\"id\":36,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/\",\"kind\":\"taxonomy\"} -->\n<!-- wp:navigation-link {\"label\":\"Canopies\",\"type\":\"product_cat\",\"id\":37,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/canopies/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Half Walls\",\"type\":\"product_cat\",\"id\":38,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/half-walls/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Full Walls\",\"type\":\"product_cat\",\"id\":39,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/full-walls/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Flags\",\"type\":\"product_cat\",\"id\":40,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/flags/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Table Cloths\",\"type\":\"product_cat\",\"id\":41,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/table-cloths/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Setup accessories\",\"type\":\"product_cat\",\"id\":42,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/setup-accessories/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Merchandise\",\"type\":\"product_cat\",\"id\":32,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/merchandise/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Wraps and Tint\",\"type\":\"page\",\"id\":95,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/\",\"kind\":\"post-type\",\"fontSize\":\"large\"} -->\n<!-- wp:navigation-link {\"label\":\"Color change wraps\",\"type\":\"page\",\"id\":1212,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/color-change-wraps/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Commercial wraps and lettering\",\"type\":\"page\",\"id\":1214,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/commercial-wraps-and-lettering/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Window tint\",\"type\":\"page\",\"id\":1216,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/window-tint/\",\"kind\":\"post-type\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Our Work\",\"type\":\"page\",\"id\":82,\"url\":\"https://aggressivegraphix.com/our-work/\",\"kind\":\"post-type\",\"fontSize\":\"large\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"About Us\",\"type\":\"page\",\"id\":93,\"url\":\"https://aggressivegraphix.com/about-us/\",\"kind\":\"post-type\",\"fontSize\":\"large\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Contact Us\",\"type\":\"page\",\"id\":31,\"url\":\"https://aggressivegraphix.com/contact-us/\",\"kind\":\"post-type\",\"fontSize\":\"large\"} /-->','Header Menu','','inherit','closed','closed','','1919-revision-v1','','','2025-08-04 18:05:29','2025-08-04 18:05:29','',1919,'https://aggressivegraphix.com/?p=3437',0,'revision','',0),(3438,1,'2025-08-04 18:06:34','2025-08-04 18:06:34','<!-- wp:navigation-link {\"label\":\"Home\",\"type\":\"page\",\"id\":2,\"url\":\"https://aggressivegraphix.com/\",\"kind\":\"post-type\",\"fontSize\":\"large\"} /-->\n\n<!-- wp:navigation-submenu {\"label\":\"Shop\",\"type\":\"page\",\"id\":6,\"url\":\"https://aggressivegraphix.com/shop/\",\"kind\":\"post-type\",\"fontSize\":\"large\"} -->\n<!-- wp:navigation-submenu {\"label\":\"Outfit Bike\",\"type\":\"product_cat\",\"id\":27,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} -->\n<!-- wp:navigation-link {\"label\":\"Custom Graphics kits\",\"type\":\"product_cat\",\"id\":24,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/custom-graphics-kits/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Semi-custom Number Plates\",\"type\":\"product_cat\",\"id\":54,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/semi-custom-number-plates/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Seat Covers\",\"type\":\"product_cat\",\"id\":25,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/seat-covers/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Plastic kits\",\"type\":\"product_cat\",\"id\":26,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/plastic-kits/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Rider Accessories\",\"type\":\"product_cat\",\"id\":28,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} -->\n<!-- wp:navigation-link {\"label\":\"Jersey lettering\",\"type\":\"product_cat\",\"id\":29,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/jersey-lettering/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-submenu {\"label\":\"Goggles\",\"type\":\"product_cat\",\"id\":30,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\",\"kind\":\"taxonomy\"} -->\n<!-- wp:navigation-link {\"label\":\"Adult goggles\",\"type\":\"product_tag\",\"id\":64,\"url\":\"https://aggressivegraphix.com/product-tag/adult-goggles/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Youth goggles\",\"type\":\"product_tag\",\"id\":65,\"url\":\"https://aggressivegraphix.com/product-tag/youth-goggles/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Goggle Accessories\",\"type\":\"product_cat\",\"id\":31,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/goggle-accessories/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Canopies and Accessories\",\"type\":\"product_cat\",\"id\":36,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} -->\n<!-- wp:navigation-link {\"label\":\"Canopies\",\"type\":\"product_cat\",\"id\":37,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/canopies/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Half Walls\",\"type\":\"product_cat\",\"id\":38,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/half-walls/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Full Walls\",\"type\":\"product_cat\",\"id\":39,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/full-walls/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Flags\",\"type\":\"product_cat\",\"id\":40,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/flags/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Table Cloths\",\"type\":\"product_cat\",\"id\":41,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/table-cloths/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Setup accessories\",\"type\":\"product_cat\",\"id\":42,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/setup-accessories/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Merchandise\",\"type\":\"product_cat\",\"id\":32,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/merchandise/\",\"kind\":\"taxonomy\",\"className\":\"is-style-default\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Wraps and Tint\",\"type\":\"page\",\"id\":95,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/\",\"kind\":\"post-type\",\"fontSize\":\"large\"} -->\n<!-- wp:navigation-link {\"label\":\"Color change wraps\",\"type\":\"page\",\"id\":1212,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/color-change-wraps/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Commercial wraps and lettering\",\"type\":\"page\",\"id\":1214,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/commercial-wraps-and-lettering/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Window tint\",\"type\":\"page\",\"id\":1216,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/window-tint/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Our Work\",\"type\":\"page\",\"id\":82,\"url\":\"https://aggressivegraphix.com/our-work/\",\"kind\":\"post-type\",\"fontSize\":\"large\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"About Us\",\"type\":\"page\",\"id\":93,\"url\":\"https://aggressivegraphix.com/about-us/\",\"kind\":\"post-type\",\"fontSize\":\"large\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Contact Us\",\"type\":\"page\",\"id\":31,\"url\":\"https://aggressivegraphix.com/contact-us/\",\"kind\":\"post-type\",\"fontSize\":\"large\"} /-->','Header Menu','','inherit','closed','closed','','1919-revision-v1','','','2025-08-04 18:06:34','2025-08-04 18:06:34','',1919,'https://aggressivegraphix.com/?p=3438',0,'revision','',0),(3439,1,'2025-08-04 18:08:38','2025-08-04 18:08:38','<!-- wp:navigation-link {\"label\":\"Home\",\"type\":\"page\",\"id\":2,\"url\":\"https://aggressivegraphix.com/\",\"kind\":\"post-type\",\"fontSize\":\"large\"} /-->\n\n<!-- wp:navigation-submenu {\"label\":\"Shop\",\"type\":\"page\",\"id\":6,\"url\":\"https://aggressivegraphix.com/shop/\",\"kind\":\"post-type\",\"fontSize\":\"large\"} -->\n<!-- wp:navigation-submenu {\"label\":\"Outfit Bike\",\"type\":\"product_cat\",\"id\":27,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} -->\n<!-- wp:navigation-link {\"label\":\"Custom Graphics kits\",\"type\":\"product_cat\",\"id\":24,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/custom-graphics-kits/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Semi-custom Number Plates\",\"type\":\"product_cat\",\"id\":54,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/semi-custom-number-plates/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Seat Covers\",\"type\":\"product_cat\",\"id\":25,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/seat-covers/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Plastic kits\",\"type\":\"product_cat\",\"id\":26,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/plastic-kits/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Rider Accessories\",\"type\":\"product_cat\",\"id\":28,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} -->\n<!-- wp:navigation-link {\"label\":\"Jersey lettering\",\"type\":\"product_cat\",\"id\":29,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/jersey-lettering/\",\"kind\":\"taxonomy\",\"className\":\"is-style-default\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-submenu {\"label\":\"Goggles\",\"type\":\"product_cat\",\"id\":30,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} -->\n<!-- wp:navigation-link {\"label\":\"Adult goggles\",\"type\":\"product_tag\",\"id\":64,\"url\":\"https://aggressivegraphix.com/product-tag/adult-goggles/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Youth goggles\",\"type\":\"product_tag\",\"id\":65,\"url\":\"https://aggressivegraphix.com/product-tag/youth-goggles/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Goggle Accessories\",\"type\":\"product_cat\",\"id\":31,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/goggle-accessories/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Canopies and Accessories\",\"type\":\"product_cat\",\"id\":36,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} -->\n<!-- wp:navigation-link {\"label\":\"Canopies\",\"type\":\"product_cat\",\"id\":37,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/canopies/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Half Walls\",\"type\":\"product_cat\",\"id\":38,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/half-walls/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Full Walls\",\"type\":\"product_cat\",\"id\":39,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/full-walls/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Flags\",\"type\":\"product_cat\",\"id\":40,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/flags/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Table Cloths\",\"type\":\"product_cat\",\"id\":41,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/table-cloths/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Setup accessories\",\"type\":\"product_cat\",\"id\":42,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/setup-accessories/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Merchandise\",\"type\":\"product_cat\",\"id\":32,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/merchandise/\",\"kind\":\"taxonomy\",\"className\":\"is-style-default\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Wraps and Tint\",\"type\":\"page\",\"id\":95,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/\",\"kind\":\"post-type\",\"fontSize\":\"large\"} -->\n<!-- wp:navigation-link {\"label\":\"Color change wraps\",\"type\":\"page\",\"id\":1212,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/color-change-wraps/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Commercial wraps and lettering\",\"type\":\"page\",\"id\":1214,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/commercial-wraps-and-lettering/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Window tint\",\"type\":\"page\",\"id\":1216,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/window-tint/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Our Work\",\"type\":\"page\",\"id\":82,\"url\":\"https://aggressivegraphix.com/our-work/\",\"kind\":\"post-type\",\"fontSize\":\"large\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"About Us\",\"type\":\"page\",\"id\":93,\"url\":\"https://aggressivegraphix.com/about-us/\",\"kind\":\"post-type\",\"fontSize\":\"large\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Contact Us\",\"type\":\"page\",\"id\":31,\"url\":\"https://aggressivegraphix.com/contact-us/\",\"kind\":\"post-type\",\"fontSize\":\"large\"} /-->','Header Menu','','inherit','closed','closed','','1919-revision-v1','','','2025-08-04 18:08:38','2025-08-04 18:08:38','',1919,'https://aggressivegraphix.com/?p=3439',0,'revision','',0),(3440,1,'2025-08-04 18:09:40','2025-08-04 18:09:40','<!-- wp:navigation-link {\"label\":\"Home\",\"type\":\"page\",\"id\":2,\"url\":\"https://aggressivegraphix.com/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"22px\"}}} /-->\n\n<!-- wp:navigation-submenu {\"label\":\"Shop\",\"type\":\"page\",\"id\":6,\"url\":\"https://aggressivegraphix.com/shop/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"22px\"}}} -->\n<!-- wp:navigation-submenu {\"label\":\"Outfit Bike\",\"type\":\"product_cat\",\"id\":27,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} -->\n<!-- wp:navigation-link {\"label\":\"Custom Graphics kits\",\"type\":\"product_cat\",\"id\":24,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/custom-graphics-kits/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Semi-custom Number Plates\",\"type\":\"product_cat\",\"id\":54,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/semi-custom-number-plates/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Seat Covers\",\"type\":\"product_cat\",\"id\":25,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/seat-covers/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Plastic kits\",\"type\":\"product_cat\",\"id\":26,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/plastic-kits/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Rider Accessories\",\"type\":\"product_cat\",\"id\":28,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} -->\n<!-- wp:navigation-link {\"label\":\"Jersey lettering\",\"type\":\"product_cat\",\"id\":29,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/jersey-lettering/\",\"kind\":\"taxonomy\",\"className\":\"is-style-default\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-submenu {\"label\":\"Goggles\",\"type\":\"product_cat\",\"id\":30,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} -->\n<!-- wp:navigation-link {\"label\":\"Adult goggles\",\"type\":\"product_tag\",\"id\":64,\"url\":\"https://aggressivegraphix.com/product-tag/adult-goggles/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Youth goggles\",\"type\":\"product_tag\",\"id\":65,\"url\":\"https://aggressivegraphix.com/product-tag/youth-goggles/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Goggle Accessories\",\"type\":\"product_cat\",\"id\":31,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/goggle-accessories/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Canopies and Accessories\",\"type\":\"product_cat\",\"id\":36,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} -->\n<!-- wp:navigation-link {\"label\":\"Canopies\",\"type\":\"product_cat\",\"id\":37,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/canopies/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Half Walls\",\"type\":\"product_cat\",\"id\":38,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/half-walls/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Full Walls\",\"type\":\"product_cat\",\"id\":39,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/full-walls/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Flags\",\"type\":\"product_cat\",\"id\":40,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/flags/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Table Cloths\",\"type\":\"product_cat\",\"id\":41,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/table-cloths/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Setup accessories\",\"type\":\"product_cat\",\"id\":42,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/setup-accessories/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Merchandise\",\"type\":\"product_cat\",\"id\":32,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/merchandise/\",\"kind\":\"taxonomy\",\"className\":\"is-style-default\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Wraps and Tint\",\"type\":\"page\",\"id\":95,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"22px\"}}} -->\n<!-- wp:navigation-link {\"label\":\"Color change wraps\",\"type\":\"page\",\"id\":1212,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/color-change-wraps/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Commercial wraps and lettering\",\"type\":\"page\",\"id\":1214,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/commercial-wraps-and-lettering/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Window tint\",\"type\":\"page\",\"id\":1216,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/window-tint/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Our Work\",\"type\":\"page\",\"id\":82,\"url\":\"https://aggressivegraphix.com/our-work/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"22px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"About Us\",\"type\":\"page\",\"id\":93,\"url\":\"https://aggressivegraphix.com/about-us/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"22px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Contact Us\",\"type\":\"page\",\"id\":31,\"url\":\"https://aggressivegraphix.com/contact-us/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"22px\"}}} /-->','Header Menu','','inherit','closed','closed','','1919-revision-v1','','','2025-08-04 18:09:40','2025-08-04 18:09:40','',1919,'https://aggressivegraphix.com/?p=3440',0,'revision','',0),(3441,1,'2025-08-04 18:18:21','2025-08-04 18:18:21','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:cover {\"overlayColor\":\"primary\",\"isUserOverlayColor\":true,\"layout\":{\"type\":\"constrained\",\"contentSize\":\"75%\",\"wideSize\":\"100%\"}} -->\n<div class=\"wp-block-cover\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-primary-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Graphics designed with you, not just for you.</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} -->\n<p style=\"font-size:18px;font-style:normal;font-weight:300\" class=\"\">At Aggressive Graphix, we help amplify your image through vinyl wraps. From concept to completion, every step of the process is done in-house — design, print, production, and professional installation — ensuring quality, consistency, and quick turnaround.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--20)\"><!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":2249,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/wapsandtint.png\" alt=\"\" class=\"wp-image-2249\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"right\":\"26px\",\"left\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"left\":\"40px\",\"right\":\"0px\",\"bottom\":\"32px\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-primary-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:0px;padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"26px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:26px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/wraps-and-tint/\" data-type=\"page\" data-id=\"95\">WRAPS AND TINT</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"isUserOverlayColor\":true,\"customGradient\":\"linear-gradient(90deg,rgb(255,255,255) 0%,rgb(245,245,246) 10%)\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":{\"topLeft\":\"25px\",\"topRight\":\"25px\",\"bottomLeft\":\"0px\",\"bottomRight\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary-3\"}}},\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\"}}},\"textColor\":\"primary-3\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover aligncenter has-primary-3-color has-text-color has-link-color\" style=\"border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30);padding-top:0;padding-bottom:0\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(90deg,rgb(255,255,255) 0%,rgb(245,245,246) 10%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Wraps That Turn Heads</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} -->\n<p class=\"has-text-align-center\" style=\"font-size:17px;font-style:normal;font-weight:300\">Vehicle wraps take your ride from basic to bold—turning heads and commanding attention wherever you roll. Whether you\'re making a statement on the street or turning your fleet into a moving brand experience, vehicle wraps bring personality, power, and presence to every drive. </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"isUserOverlayColor\":true,\"customGradient\":\"linear-gradient(270deg,rgb(255,255,255) 0%,rgb(245,245,246) 11%)\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":{\"topLeft\":\"25px\",\"topRight\":\"25px\",\"bottomLeft\":\"0px\",\"bottomRight\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary-3\"}}},\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\"}}},\"textColor\":\"primary-3\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover aligncenter has-primary-3-color has-text-color has-link-color\" style=\"border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(270deg,rgb(255,255,255) 0%,rgb(245,245,246) 11%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Moto Graphics Tailored To You</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} -->\n<p class=\"has-text-align-center\" style=\"font-size:17px;font-style:normal;font-weight:300\">Stand out at the track with custom dirt bike and quad graphics designed with you, not just for you. Every order starts from scratch and includes 1-on-1 support from our designers to bring your idea to life — names, numbers, sponsors, colors — it’s all up to you. Our kits are precision-cut, race-ready, and built to last.</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":2247,\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/customgraphics-1024x761.png\" alt=\"\" class=\"wp-image-2247\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"26px\",\"right\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"bottom\":\"32px\",\"left\":\"40px\",\"right\":\"var:preset|spacing|30\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-primary-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:var(--wp--preset--spacing--30);padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"26px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:26px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/shop/\" data-type=\"page\" data-id=\"6\">CUSTOM GRAPHICS</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Home V3','','inherit','closed','closed','','1916-revision-v1','','','2025-08-04 18:18:21','2025-08-04 18:18:21','',1916,'https://aggressivegraphix.com/?p=3441',0,'revision','',0),(3442,1,'2025-08-04 18:21:07','2025-08-04 18:21:07','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:cover {\"overlayColor\":\"primary\",\"isUserOverlayColor\":true,\"layout\":{\"type\":\"constrained\",\"contentSize\":\"75%\",\"wideSize\":\"100%\"}} -->\n<div class=\"wp-block-cover\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-primary-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Graphics designed with you, not just for you.</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} -->\n<p style=\"font-size:18px;font-style:normal;font-weight:300\" class=\"\">At Aggressive Graphix, we help amplify your image through vinyl wraps. From concept to completion, every step of the process is done in-house — design, print, production, and professional installation — ensuring quality, consistency, and quick turnaround.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--20)\"><!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":2249,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/wapsandtint.png\" alt=\"\" class=\"wp-image-2249\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"right\":\"26px\",\"left\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"left\":\"40px\",\"right\":\"0px\",\"bottom\":\"32px\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-primary-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:0px;padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"26px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:26px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/wraps-and-tint/\" data-type=\"page\" data-id=\"95\">WRAPS AND TINT</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"isUserOverlayColor\":true,\"customGradient\":\"linear-gradient(0deg,rgb(255,255,255) 0%,rgb(245,245,246) 10%)\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":{\"topLeft\":\"25px\",\"topRight\":\"25px\",\"bottomLeft\":\"0px\",\"bottomRight\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary-3\"}}},\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\"}}},\"textColor\":\"primary-3\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover aligncenter has-primary-3-color has-text-color has-link-color\" style=\"border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30);padding-top:0;padding-bottom:0\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(0deg,rgb(255,255,255) 0%,rgb(245,245,246) 10%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Wraps That Turn Heads</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} -->\n<p class=\"has-text-align-center\" style=\"font-size:17px;font-style:normal;font-weight:300\">Vehicle wraps take your ride from basic to bold—turning heads and commanding attention wherever you roll. Whether you\'re making a statement on the street or turning your fleet into a moving brand experience, vehicle wraps bring personality, power, and presence to every drive. </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"isUserOverlayColor\":true,\"customGradient\":\"linear-gradient(0deg,rgb(255,255,255) 0%,rgb(245,245,246) 11%)\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":{\"topLeft\":\"25px\",\"topRight\":\"25px\",\"bottomLeft\":\"0px\",\"bottomRight\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary-3\"}}},\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\"}}},\"textColor\":\"primary-3\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover aligncenter has-primary-3-color has-text-color has-link-color\" style=\"border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(0deg,rgb(255,255,255) 0%,rgb(245,245,246) 11%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Moto Graphics Tailored To You</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} -->\n<p class=\"has-text-align-center\" style=\"font-size:17px;font-style:normal;font-weight:300\">Stand out at the track with custom dirt bike and quad graphics designed with you, not just for you. Every order starts from scratch and includes 1-on-1 support from our designers to bring your idea to life — names, numbers, sponsors, colors — it’s all up to you. Our kits are precision-cut, race-ready, and built to last.</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":2247,\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/customgraphics-1024x761.png\" alt=\"\" class=\"wp-image-2247\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"26px\",\"right\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"bottom\":\"32px\",\"left\":\"40px\",\"right\":\"var:preset|spacing|30\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-primary-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:var(--wp--preset--spacing--30);padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"26px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:26px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/shop/\" data-type=\"page\" data-id=\"6\">CUSTOM GRAPHICS</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Home V3','','inherit','closed','closed','','1916-revision-v1','','','2025-08-04 18:21:07','2025-08-04 18:21:07','',1916,'https://aggressivegraphix.com/?p=3442',0,'revision','',0),(3443,1,'2025-08-04 18:54:05','2025-08-04 18:54:05','<!-- wp:group {\"align\":\"wide\",\"className\":\" filter-content\",\"style\":{\"spacing\":{\"blockGap\":\"34px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\" filter-content wp-block-group alignwide\" id=\"myModal1\"><!-- wp:group {\"style\":{\"border\":{\"radius\":\"20px\",\"width\":\"1px\"},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\"}},\"typography\":{\"fontSize\":\"17px\"}},\"fontFamily\":\"permanent-marker\",\"borderColor\":\"gray-1100\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-border-color has-gray-1100-border-color has-permanent-marker-font-family\" style=\"border-width:1px;border-radius:20px;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--30);font-size:17px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textTransform\":\"capitalize\",\"lineHeight\":\"1.2\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"font-size:15px;font-style:normal;font-weight:700;line-height:1.2;text-transform:capitalize\">Categories</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:woocommerce/product-categories {\"isHierarchical\":false} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"border\":{\"radius\":\"20px\",\"width\":\"1px\"},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"20px\",\"left\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\"},\"margin\":{\"bottom\":\"0\"}}},\"borderColor\":\"gray-1100\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group has-border-color has-gray-1100-border-color\" style=\"border-width:1px;border-radius:20px;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:20px;padding-left:var(--wp--preset--spacing--30)\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"capitalize\",\"lineHeight\":\"1\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"bottom\":\"21px\"}}},\"textColor\":\"gray-100\"} -->\n<p class=\"has-gray-100-color has-text-color has-link-color\" style=\"margin-bottom:21px;font-size:18px;font-style:normal;font-weight:600;line-height:1;text-transform:capitalize\">Filters</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:woocommerce/filter-wrapper {\"filterType\":\"price-filter\",\"heading\":\"Filter by price\"} -->\n<div class=\"wp-block-woocommerce-filter-wrapper\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1.2\",\"textTransform\":\"capitalize\"},\"spacing\":{\"margin\":{\"bottom\":\"25px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}}},\"textColor\":\"gray-100\"} -->\n<h3 class=\"wp-block-heading has-gray-100-color has-text-color has-link-color\" style=\"margin-bottom:25px;font-size:15px;font-style:normal;font-weight:600;line-height:1.2;text-transform:capitalize\">Price Range</h3>\n<!-- /wp:heading -->\n\n<!-- wp:woocommerce/price-filter {\"heading\":\"\",\"lock\":{\"remove\":true}} -->\n<div class=\"wp-block-woocommerce-price-filter is-loading\"><span aria-hidden=\"true\" class=\"wc-block-product-categories__placeholder\"></span></div>\n<!-- /wp:woocommerce/price-filter --></div>\n<!-- /wp:woocommerce/filter-wrapper --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Products Filter','','inherit','closed','closed','','1949-revision-v1','','','2025-08-04 18:54:05','2025-08-04 18:54:05','',1949,'https://aggressivegraphix.com/?p=3443',0,'revision','',0),(3444,1,'2025-08-04 19:46:30','2025-08-04 19:46:30','{\"styles\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#c70000\"},\":hover\":{\"color\":{\"text\":\"#9d0000\"}}},\"button\":{\"color\":{\"background\":\"#c70000\"}},\"heading\":{\"color\":{\"text\":\"var(--wp--preset--color--gray-300)\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"caption\":{\"color\":{\"text\":\"var(--wp--preset--color--gray-300)\"}},\"h3\":{\"typography\":{\"fontSize\":\"28px\"}}},\"color\":{\"text\":\"var(--wp--preset--color--gray-300)\"},\"blocks\":{\"core\\/post-title\":{\"typography\":{\"fontSize\":\"var:preset|font-size|large\"},\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}}}},\"settings\":{\"color\":{\"palette\":{\"theme\":[{\"color\":\"#fff\",\"name\":\"Base\",\"slug\":\"base\"},{\"color\":\"#f5f5f6\",\"name\":\"Base \\/ Two\",\"slug\":\"base-2\"},{\"color\":\"#f9f9f9\",\"name\":\"Base \\/ Three\",\"slug\":\"base-3\"},{\"color\":\"#fefefe\",\"name\":\"Base \\/ Four\",\"slug\":\"base-4\"},{\"color\":\"#c70000\",\"name\":\"Primary\",\"slug\":\"primary\"},{\"color\":\"#a20000\",\"name\":\"Primary \\/ Two\",\"slug\":\"primary-2\"},{\"color\":\"#666666\",\"name\":\"Primary \\/ Three\",\"slug\":\"primary-3\"},{\"color\":\"#333333\",\"name\":\"Primary \\/ Four\",\"slug\":\"primary-4\"},{\"color\":\"#000000\",\"name\":\"Contrast\",\"slug\":\"contrast\"},{\"color\":\"#020202\",\"name\":\"Contrast \\/ Two\",\"slug\":\"contrast-2\"},{\"color\":\"#333e48\",\"name\":\"Gray \\/ 100\",\"slug\":\"gray-100\"},{\"color\":\"#343f49\",\"name\":\"Gray \\/ 200\",\"slug\":\"gray-200\"},{\"color\":\"#4b4b4b\",\"name\":\"Gray \\/ 300\",\"slug\":\"gray-300\"},{\"color\":\"#606060\",\"name\":\"Gray \\/ 400\",\"slug\":\"gray-400\"},{\"color\":\"#616b73\",\"name\":\"Gray \\/ 500\",\"slug\":\"gray-500\"},{\"color\":\"#7f7f7f\",\"name\":\"Gray \\/ 600\",\"slug\":\"gray-600\"},{\"color\":\"#777c80\",\"name\":\"Gray \\/ 700\",\"slug\":\"gray-700\"},{\"color\":\"#83898e\",\"name\":\"Gray \\/ 800\",\"slug\":\"gray-800\"},{\"color\":\"#878787\",\"name\":\"Gray \\/ 900\",\"slug\":\"gray-900\"},{\"color\":\"#a3a3a3\",\"name\":\"Gray \\/ 1000\",\"slug\":\"gray-1000\"},{\"color\":\"#d6d6d6\",\"name\":\"Gray \\/ 1100\",\"slug\":\"gray-1100\"},{\"color\":\"#3f7fca\",\"name\":\"Info\",\"slug\":\"info\"},{\"color\":\"#3fca90\",\"name\":\"Success\",\"slug\":\"success\"},{\"color\":\"#fed600\",\"name\":\"Warning\",\"slug\":\"warning\"},{\"color\":\"#ff0000\",\"name\":\"Danger\",\"slug\":\"danger\"},{\"color\":\"#e70000\",\"name\":\"Danger \\/ Two\",\"slug\":\"danger-2\"},{\"color\":\"#7f8a94\",\"name\":\"Gray \\/ 1200\",\"slug\":\"gray-1200\"}]}}},\"isGlobalStylesUserThemeJSON\":true,\"version\":3}','Custom Styles','','inherit','closed','closed','','1905-revision-v1','','','2025-08-04 19:46:30','2025-08-04 19:46:30','',1905,'https://aggressivegraphix.com/?p=3444',0,'revision','',0),(3446,0,'2025-08-04 22:02:37','2025-08-04 22:02:37','','Order &ndash; August 4, 2025 @ 10:02 PM','','wc-completed','closed','closed','','order-august-4-2025-1002-pm','','','2025-08-07 15:57:48','2025-08-07 15:57:48','',0,'https://aggressivegraphix.com/?post_type=shop_order_placehold&#038;p=3446',0,'shop_order','',4),(3447,0,'2025-08-04 23:55:14','2025-08-04 23:55:14','','Order &ndash; August 4, 2025 @ 11:55 PM','Ben , give me a call to discuss kit . Thanks','wc-completed','closed','closed','','order-august-4-2025-1155-pm','','','2025-08-06 15:29:29','2025-08-06 15:29:29','',0,'https://aggressivegraphix.com/?post_type=shop_order_placehold&#038;p=3447',0,'shop_order','',4),(3448,0,'2025-08-06 20:18:08','2025-08-06 20:18:08','','Order &ndash; August 6, 2025 @ 08:18 PM','','wc-completed','closed','closed','','order-august-6-2025-0818-pm','','','2025-08-11 21:55:36','2025-08-11 21:55:36','',0,'https://aggressivegraphix.com/?post_type=shop_order_placehold&#038;p=3448',0,'shop_order','',4),(3450,0,'2025-08-06 21:36:39','2025-08-06 21:36:39','','Order &ndash; August 6, 2025 @ 09:36 PM','will email and need to discuss other logos added','wc-completed','closed','closed','','order-august-6-2025-0936-pm','','','2025-08-07 19:02:05','2025-08-07 19:02:05','',0,'https://aggressivegraphix.com/?post_type=shop_order_placehold&#038;p=3450',0,'shop_order','',4),(3452,1,'2025-08-07 20:20:57','2025-08-07 20:20:57','','','','publish','closed','closed','','3452','','','2025-10-03 14:52:35','2025-10-03 14:52:35','',486,'https://aggressivegraphix.com/af_pao_fields/3452/',0,'af_pao_fields','',0),(3455,1,'2025-08-11 14:57:23','2025-08-11 14:57:23','<!-- wp:paragraph -->\n<p class=\"\">Aggressive Graphix, graphics designed with you, not for you. We specialize in true custom graphics for your dirt bike, four wheeler, car, truck, or trailer. Utilizing the most recent technology with vinyl wrap films and up to date processional install techniques to ensure a TOP quality and long lasting product.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Our services include:<br>Motocross Graphics<br>Quad Graphics<br>Vehicle wraps: color change wraps, paint protection film (ppf), printed wraps, liveries, and commercial/fleet wraps<br>Window tinting both automotive and architectural<br>Custom canopies, tradeshow displays, flags and table cloths</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Every design is from scratch and tailored to your exact needs</p>\n<!-- /wp:paragraph -->','Home','','inherit','closed','closed','','2-revision-v1','','','2025-08-11 14:57:23','2025-08-11 14:57:23','',2,'https://aggressivegraphix.com/?p=3455',0,'revision','',0),(3456,1,'2025-08-11 14:58:42','2025-08-11 14:58:42','<!-- wp:paragraph -->\n<p class=\"\">Aggressive Graphix, graphics designed with you, not for you. We specialize in true custom vehicle wraps for your dirt bike, four wheeler, car, truck, or trailer. Utilizing the most recent technology with vinyl wrap films and up to date processional install techniques to ensure a TOP quality and long lasting product.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Our services include:<br>Motocross Graphics<br>Quad Graphics<br>Vehicle wraps: color change wraps, paint protection film (ppf), printed wraps, liveries, and commercial/fleet wraps<br>Window tinting both automotive and architectural<br>Custom canopies, tradeshow displays, flags and table cloths</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Every design is from scratch and tailored to your exact needs</p>\n<!-- /wp:paragraph -->','Home','','inherit','closed','closed','','2-revision-v1','','','2025-08-11 14:58:42','2025-08-11 14:58:42','',2,'https://aggressivegraphix.com/?p=3456',0,'revision','',0),(3457,1,'2025-08-11 15:14:03','2025-08-11 15:14:03','<!-- wp:paragraph -->\n<p class=\"\">Vinyl can be used for many different applications. We offer full and partial vehicle wrap services to help you achieve the look you want for your vehicle. Using the best materials on the market paired with exercising the newest professional techniques for installing, we aim for quality over the life span of your wrap.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"backgroundColor\":\"primary-4\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group has-primary-4-background-color has-background\"><!-- wp:image {\"id\":2504,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/3M.png\" alt=\"\" class=\"wp-image-2504\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2507,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/averydennison.png\" alt=\"\" class=\"wp-image-2507\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2509,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/Orafol.png\" alt=\"\" class=\"wp-image-2509\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2508,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/hexis.png\" alt=\"\" class=\"wp-image-2508\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2505,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/kpmf.png\" alt=\"\" class=\"wp-image-2505\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2506,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/teckwrap.png\" alt=\"\" class=\"wp-image-2506\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2511,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/tinyBot.png\" alt=\"\" class=\"wp-image-2511\" style=\"width:86px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2510,\"width\":\"86px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/aura.png\" alt=\"\" class=\"wp-image-2510\" style=\"width:86px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Full wraps</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2620,\"title\":\"Full wraps\",\"columns\":\"0\",\"row_height\":110,\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0785-1024x758.webp\",\"title\":\"IMG_0785\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0785.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3412,\"height\":111.5686274509804007948332582600414752960205078125,\"width\":150.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/67738814_2380243855588700_6910048023540137984_n-1024x683.jpg\",\"title\":\"67738814_2380243855588700_6910048023540137984_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/67738814_2380243855588700_6910048023540137984_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2662,\"height\":111.5686274509804007948332582600414752960205078125,\"width\":167.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0696-768x1024.jpg\",\"title\":\"IMG_0696\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0696.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2660,\"height\":111.5686274509804007948332582600414752960205078125,\"width\":83.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE-768x1024.webp\",\"title\":\"E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3414,\"height\":111.5686274509804007948332582600414752960205078125,\"width\":83.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1010-768x1024.jpg\",\"title\":\"IMG_1010\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1010.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2657,\"height\":111.5686274509804007948332582600414752960205078125,\"width\":83.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2556-768x1024.jpg\",\"title\":\"IMG_2556\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2556.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2652,\"height\":110.5263157894736849584660376422107219696044921875,\"width\":82.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2834-1024x768.jpg\",\"title\":\"IMG_2834\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2834.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2649,\"height\":110.5263157894736849584660376422107219696044921875,\"width\":147},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/778D6D30-EF8B-49F5-A251-BC549CDC2E68-819x1024.jpg\",\"title\":\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/778D6D30-EF8B-49F5-A251-BC549CDC2E68.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2625,\"height\":110.5263157894736849584660376422107219696044921875,\"width\":88.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3120-768x1024.jpg\",\"title\":\"IMG_3120\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3120.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2646,\"height\":110.5263157894736849584660376422107219696044921875,\"width\":82.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3222-768x1024.jpg\",\"title\":\"IMG_3222\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3222.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2645,\"height\":110.5263157894736849584660376422107219696044921875,\"width\":82.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3305-768x1024.jpg\",\"title\":\"IMG_3305\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3305.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2643,\"height\":110.5263157894736849584660376422107219696044921875,\"width\":82.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3616-768x1024.jpg\",\"title\":\"IMG_3616\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3616.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2642,\"height\":121.6738197424892717890543281100690364837646484375,\"width\":91.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8009-768x1024.jpg\",\"title\":\"IMG_8009\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8009.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2639,\"height\":121.6738197424892717890543281100690364837646484375,\"width\":91.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777-768x1024.jpg\",\"title\":\"IMG_9777\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2638,\"height\":121.6738197424892717890543281100690364837646484375,\"width\":91.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7455-768x1024.jpg\",\"title\":\"IMG_7455\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7455.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2635,\"height\":121.6738197424892717890543281100690364837646484375,\"width\":91.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7307-930x1024.jpg\",\"title\":\"IMG_7307\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7307.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2633,\"height\":121.6738197424892717890543281100690364837646484375,\"width\":110.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7207-768x1024.jpg\",\"title\":\"IMG_7207\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7207.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2631,\"height\":121.6738197424892717890543281100690364837646484375,\"width\":91.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9440-1024x777.webp\",\"title\":\"IMG_9440\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9440.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3410,\"height\":100.353982300884950973340892232954502105712890625,\"width\":132.5},{\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3944-768x1024.webp\",\"id\":3411,\"height\":100.353982300884950973340892232954502105712890625,\"width\":75.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7042-768x1024.jpg\",\"title\":\"IMG_7042\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7042.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2629,\"height\":100.353982300884950973340892232954502105712890625,\"width\":75.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6976-1024x768.jpg\",\"title\":\"IMG_6976\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6976.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2628,\"height\":100.353982300884950973340892232954502105712890625,\"width\":133.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1797-768x1024.jpg\",\"title\":\"IMG_1797\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1797.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2654,\"height\":100.353982300884950973340892232954502105712890625,\"width\":75.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1961-768x1024.jpg\",\"title\":\"IMG_1961\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1961.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2653,\"height\":100.353982300884950973340892232954502105712890625,\"width\":75.2999999999999971578290569595992565155029296875}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2620\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Partial wraps</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2590,\"title\":\"Partial wraps\",\"columns\":\"0\",\"row_height\":110,\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247-768x1024.jpg\",\"title\":\"IMG_3247\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2622,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272-768x1024.jpg\",\"title\":\"IMG_3272\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2616,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014-768x1024.jpg\",\"title\":\"IMG_3014\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2615,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962-768x1024.jpg\",\"title\":\"IMG_2962\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2614,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733-768x1024.jpg\",\"title\":\"IMG_2733\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2612,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122-768x1024.jpg\",\"title\":\"IMG_2122\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2611,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753-749x1024.jpg\",\"title\":\"IMG_1753\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2610,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":68.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159-768x1024.jpg\",\"title\":\"IMG_0159\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2607,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395-768x1024.jpg\",\"title\":\"IMG_9395\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2606,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":78.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984-931x1024.jpg\",\"title\":\"IMG_8984\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2605,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":95},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222-768x1024.jpg\",\"title\":\"IMG_8222\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2603,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":78.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495-768x1024.jpg\",\"title\":\"IMG_7495\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2601,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":78.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985-768x1024.jpg\",\"title\":\"IMG_6985\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2598,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":78.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969-768x1024.jpg\",\"title\":\"IMG_5969\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2596,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":78.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5154-768x1024.jpg\",\"title\":\"IMG_5154\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5154.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2595,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":78.2999999999999971578290569595992565155029296875}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2590\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Chrome deletes</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2530,\"title\":\"Chrome deletes\",\"columns\":\"0\",\"row_height\":150,\"margins\":\"custom\",\"custom_margins\":8,\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"lightbox_theme\":\"base\",\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-768x1024.jpg\",\"title\":\"IMG_6095\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2538,\"height\":143.854748603351964675312046892940998077392578125,\"width\":107.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1024x768.jpg\",\"title\":\"IMG_6872\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2539,\"height\":143.854748603351964675312046892940998077392578125,\"width\":191.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-768x1024.jpg\",\"title\":\"IMG_6873\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2540,\"height\":143.854748603351964675312046892940998077392578125,\"width\":107.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-768x1024.jpg\",\"title\":\"IMG_6892\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2541,\"height\":143.854748603351964675312046892940998077392578125,\"width\":107.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD-819x1024.jpg\",\"title\":\"6F96F978-DCB7-4975-98BF-B3FE55C384AD\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2543,\"height\":166.1290322580645124617149122059345245361328125,\"width\":132.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC-819x1024.jpg\",\"title\":\"4359657F-7DED-40E4-8EC2-FDFCDCF462BC\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2545,\"height\":166.1290322580645124617149122059345245361328125,\"width\":132.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1401-768x1024.jpg\",\"title\":\"IMG_1401\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1401.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2553,\"height\":166.1290322580645124617149122059345245361328125,\"width\":124.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1766-1-768x1024.jpg\",\"title\":\"IMG_1766\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1766-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2554,\"height\":166.1290322580645124617149122059345245361328125,\"width\":124.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2196-768x1024.jpg\",\"title\":\"IMG_2196\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2196.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2558,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2321-768x1024.jpg\",\"title\":\"IMG_2321\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2321.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2559,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2439-768x1024.jpg\",\"title\":\"IMG_2439\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2439.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2562,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2607-768x1024.jpg\",\"title\":\"IMG_2607\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2607.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2564,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2614-768x1024.jpg\",\"title\":\"IMG_2614\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2614.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2565,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2775-768x1024.jpg\",\"title\":\"IMG_2775\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2775.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2567,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2777-768x1024.jpg\",\"title\":\"IMG_2777\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2777.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2569,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3221-1-768x1024.jpg\",\"title\":\"IMG_3221\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3221-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2572,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-768x1024.jpg\",\"title\":\"IMG_3274\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2573,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3533-1-768x1024.jpg\",\"title\":\"IMG_3533\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3533-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2575,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3611-1-768x1024.jpg\",\"title\":\"IMG_3611\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3611-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2577,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435-768x1024.jpg\",\"title\":\"IMG_6435\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2583,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2530\']</div>\n<!-- /wp:envira/envira-gallery --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:wpforms/form-selector {\"clientId\":\"9783816b-3c20-4d09-8433-c847e9a49f38\",\"formId\":\"2516\",\"theme\":\"default\",\"themeName\":\"Default\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textAlign\":\"center\",\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://aggressivegraphix.com/our-work/\">See all of our work &gt;&gt;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:yoast/faq-block {\"questions\":[{\"id\":\"faq-question-1740601022040\",\"question\":[\"How long does a vinyl wrap last?\"],\"answer\":[\"There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Using harsh soaps or detergents that are not PH neutral while washing your car\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Spray detailers that have sealers, ceramics, and waxes in them\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Harsh water sprayers like drive through car washes\",{\"type\":\"br\",\"props\":{\"children\":[]}},{\"type\":\"br\",\"props\":{\"children\":[]}},\"There are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.\"],\"jsonQuestion\":\"How long does a vinyl wrap last?\",\"jsonAnswer\":\"There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:\\u003cbr/\\u003e- Using harsh soaps or detergents that are not PH neutral while washing your car\\u003cbr/\\u003e- Spray detailers that have sealers, ceramics, and waxes in them\\u003cbr/\\u003e- Harsh water sprayers like drive through car washes\\u003cbr/\\u003e\\u003cbr/\\u003eThere are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.\"},{\"id\":\"faq-question-1740604719384\",\"question\":[\"Can vinyl cover paint imperfections?\"],\"answer\":[\"Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. \"],\"jsonQuestion\":\"Can vinyl cover paint imperfections?\",\"jsonAnswer\":\"Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. \"},{\"id\":\"faq-question-1740604877589\",\"question\":[\"Will you perform body work before wrapping my car?\"],\"answer\":[\"If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.\"],\"jsonQuestion\":\"Will you perform body work before wrapping my car?\",\"jsonAnswer\":\"If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.\"},{\"id\":\"faq-question-1740604960292\",\"question\":[\"Will vinyl hurt the paint of my car?\"],\"answer\":[\"Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.\"],\"jsonQuestion\":\"Will vinyl hurt the paint of my car?\",\"jsonAnswer\":\"Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.\"}]} -->\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1740601022040\"><strong class=\"schema-faq-question\">How long does a vinyl wrap last?</strong> <p class=\"schema-faq-answer\">There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:<br/>- Using harsh soaps or detergents that are not PH neutral while washing your car<br/>- Spray detailers that have sealers, ceramics, and waxes in them<br/>- Harsh water sprayers like drive through car washes<br/><br/>There are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604719384\"><strong class=\"schema-faq-question\">Can vinyl cover paint imperfections?</strong> <p class=\"schema-faq-answer\">Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. </p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604877589\"><strong class=\"schema-faq-question\">Will you perform body work before wrapping my car?</strong> <p class=\"schema-faq-answer\">If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604960292\"><strong class=\"schema-faq-question\">Will vinyl hurt the paint of my car?</strong> <p class=\"schema-faq-answer\">Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.</p> </div> </div>\n<!-- /wp:yoast/faq-block -->','Style wraps','','inherit','closed','closed','','1212-revision-v1','','','2025-08-11 15:14:03','2025-08-11 15:14:03','',1212,'https://aggressivegraphix.com/?p=3457',0,'revision','',0),(3458,1,'2025-08-11 15:22:43','2025-08-11 15:22:43','<!-- wp:paragraph -->\n<p class=\"\">Do you have a work vehicle or a fleet of vehicles on the road daily? Lettering or wrapping them is an inexpensive way to create mobile billboards advertising your company or brand to thousands of potential customers. We work with you to create the best and most effective look on your wrap to really catch eyes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Lettering</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">The most inexpensive way to add your business to your vehicle. This can be basic one color through printed logos. Coverage generally depends on the vehicle, usually on the front two doors and a graphic on the rear window/door/tailgate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-768x1024.jpg\",\"id\":2724,\"dimRatio\":0,\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.4899999999999999911182158029987476766109466552734375,\"y\":0.64000000000000001332267629550187848508358001708984375},\"minHeight\":500,\"minHeightUnit\":\"px\",\"contentPosition\":\"bottom right\",\"isDark\":false,\"sizeSlug\":\"large\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-2724 size-large\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-768x1024.jpg\" style=\"object-position:49% 64%\" data-object-fit=\"cover\" data-object-position=\"49% 64%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-p-card-lg is-style-nfd-theme-darker\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"radius\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid\"} -->\n<div class=\"nfd-p-card-lg is-style-nfd-theme-darker wp-block-group nfd-bg-effect-grid\" style=\"border-radius:0px;font-style:normal;font-weight:500\"><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} -->\n<p class=\"nfd-text-opacity-80\">Benefits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\" class=\"\"><span style=\"margin-right: 4px\">✓ </span>Works with lower budgets<br><span style=\"margin-right:4px\">✓</span> Gets your business name out there</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3090-1024x768.jpg\",\"id\":2731,\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.520000000000000017763568394002504646778106689453125,\"y\":0.61999999999999999555910790149937383830547332763671875},\"minHeight\":500,\"minHeightUnit\":\"px\",\"customGradient\":\"linear-gradient(0deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%)\",\"contentPosition\":\"bottom right\",\"sizeSlug\":\"large\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-2731 size-large\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3090-1024x768.jpg\" style=\"object-position:52% 62%\" data-object-fit=\"cover\" data-object-position=\"52% 62%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim wp-block-cover__gradient-background has-background-gradient\" style=\"background:linear-gradient(0deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-p-card-lg is-style-nfd-theme-darker\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"border\":{\"radius\":\"0px\"}},\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"\"} -->\n<div class=\"nfd-p-card-lg is-style-nfd-theme-darker wp-block-group\" style=\"border-radius:0px;font-style:normal;font-weight:400\"><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} -->\n<p class=\"nfd-text-opacity-80\">Benefits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\" class=\"\"><span style=\"margin-right: 4px\">✓ </span>Create unique layouts to catch the eye<br><span style=\"margin-right:4px\">✓</span> Utilize the OEM paint in your design</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Partial/Half Wrap</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Create a unique design and look on your vehicle without the higher cost of a bumper to bumper full wrap. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Full Wrap</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Want to make the biggest impact going down the road? A full wrap achieves just that. We will transform your fleet into eye catching billboards that will bring in more sales leads and brand recognition. A full wrap consists of bumper to bumper coverage creating an impactful image of your vehicle or trailer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3651-scaled.jpg\",\"id\":2726,\"dimRatio\":0,\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.289999999999999980015985556747182272374629974365234375,\"y\":0.66000000000000003108624468950438313186168670654296875},\"minHeight\":500,\"minHeightUnit\":\"px\",\"contentPosition\":\"bottom right\",\"sizeSlug\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-2726 size-full\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3651-scaled.jpg\" style=\"object-position:29% 66%\" data-object-fit=\"cover\" data-object-position=\"29% 66%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"className\":\"nfd-p-card-lg is-style-nfd-theme-darker\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"border\":{\"radius\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"nfdGroupTheme\":\"darker\",\"nfdGroupEffect\":\"grid\"} -->\n<div class=\"nfd-p-card-lg is-style-nfd-theme-darker wp-block-group nfd-bg-effect-grid\" style=\"border-radius:0px;font-style:normal;font-weight:500\"><!-- wp:paragraph {\"className\":\"nfd-text-opacity-80\"} -->\n<p class=\"nfd-text-opacity-80\">Benefits</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\" class=\"\"><span style=\"margin-right:4px\">✓</span> Create a full billboard of your vehicle or trailer<br><span style=\"margin-right: 4px\">✓ </span>Protects the surface under the vinyl</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Our work</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2832,\"title\":\"Commercial wraps\",\"columns\":\"0\",\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3649-768x1024.jpg\",\"title\":\"IMG_3649\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3649.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2860,\"height\":107.619047619047620401033782400190830230712890625,\"width\":80.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1471-1-768x1024.jpg\",\"title\":\"IMG_1471\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1471-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2931,\"height\":107.619047619047620401033782400190830230712890625,\"width\":80.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8852-1-768x1024.jpg\",\"title\":\"IMG_8852\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8852-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2902,\"height\":107.619047619047620401033782400190830230712890625,\"width\":80.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1437-1-768x1024.jpg\",\"title\":\"IMG_1437\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1437-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2932,\"height\":107.619047619047620401033782400190830230712890625,\"width\":80.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1929-1-768x1024.jpg\",\"title\":\"IMG_1929\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1929-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2924,\"height\":107.619047619047620401033782400190830230712890625,\"width\":80.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1033-1-768x1024.jpg\",\"title\":\"IMG_1033\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1033-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2937,\"height\":107.619047619047620401033782400190830230712890625,\"width\":80.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1110-1-768x1024.jpg\",\"title\":\"IMG_1110\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1110-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2936,\"height\":107.619047619047620401033782400190830230712890625,\"width\":80.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-1.jpg\",\"title\":\"IMG_1197\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2934,\"height\":102.3381294964028711547143757343292236328125,\"width\":136.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1491-1.jpg\",\"title\":\"IMG_1491\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1491-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2930,\"height\":102.3381294964028711547143757343292236328125,\"width\":202.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3764-1-768x1024.jpg\",\"title\":\"IMG_3764\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3764-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2862,\"height\":102.3381294964028711547143757343292236328125,\"width\":76.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2154-1-768x1024.jpg\",\"title\":\"IMG_2154\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2154-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2919,\"height\":102.3381294964028711547143757343292236328125,\"width\":76.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0583-1-768x1024.jpg\",\"title\":\"IMG_0583\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0583-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2841,\"height\":102.3381294964028711547143757343292236328125,\"width\":76.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1988-1-768x1024.jpg\",\"title\":\"IMG_1988\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1988-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2923,\"height\":100.1766784452296832341744448058307170867919921875,\"width\":75.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2396-1.jpg\",\"title\":\"IMG_2396\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2396-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2917,\"height\":100.1766784452296832341744448058307170867919921875,\"width\":133.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3790-1-768x1024.jpg\",\"title\":\"IMG_3790\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3790-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2864,\"height\":100.1766784452296832341744448058307170867919921875,\"width\":75.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2404-1.jpg\",\"title\":\"IMG_2404\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2404-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2916,\"height\":100.1766784452296832341744448058307170867919921875,\"width\":133.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2509-1-768x1024.jpg\",\"title\":\"IMG_2509\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2509-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2915,\"height\":100.1766784452296832341744448058307170867919921875,\"width\":75.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2649-1-768x1024.jpg\",\"title\":\"IMG_2649\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2649-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2914,\"height\":100.1766784452296832341744448058307170867919921875,\"width\":75.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2698.jpg\",\"title\":\"IMG_2698\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2698.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2913,\"height\":100.5300353356890497025233344174921512603759765625,\"width\":133.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7711.jpg\",\"title\":\"IMG_7711\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7711.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2893,\"height\":100.5300353356890497025233344174921512603759765625,\"width\":150.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3098-1-768x1024.jpg\",\"title\":\"IMG_3098\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3098-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2852,\"height\":100.5300353356890497025233344174921512603759765625,\"width\":75.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2720-1-768x1024.jpg\",\"title\":\"IMG_2720\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2720-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2911,\"height\":100.5300353356890497025233344174921512603759765625,\"width\":75.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5605-1.jpg\",\"title\":\"IMG_5605\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5605-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2878,\"height\":100.5300353356890497025233344174921512603759765625,\"width\":133.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2868-1-768x1024.jpg\",\"title\":\"IMG_2868\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2868-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2908,\"height\":89.2575039494470701129102963022887706756591796875,\"width\":66.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2872-1-768x1024.jpg\",\"title\":\"IMG_2872\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2872-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2907,\"height\":89.2575039494470701129102963022887706756591796875,\"width\":66.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2900-1-768x1024.jpg\",\"title\":\"IMG_2900\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2900-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2906,\"height\":89.2575039494470701129102963022887706756591796875,\"width\":66.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3128-768x1024.jpg\",\"title\":\"IMG_3128\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3128.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2853,\"height\":89.2575039494470701129102963022887706756591796875,\"width\":66.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2942-1-768x1024.jpg\",\"title\":\"IMG_2942\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2942-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2905,\"height\":89.2575039494470701129102963022887706756591796875,\"width\":66.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1422-1-768x1024.jpg\",\"title\":\"IMG_1422\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1422-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2933,\"height\":89.2575039494470701129102963022887706756591796875,\"width\":66.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8489-1.jpg\",\"title\":\"IMG_8489\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8489-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2900,\"height\":89.2575039494470701129102963022887706756591796875,\"width\":163.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8061.jpg\",\"title\":\"IMG_8061\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8061.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2899,\"height\":97.9416809605488793977201567031443119049072265625,\"width\":237},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5505-1.jpg\",\"title\":\"IMG_5505\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5505-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2877,\"height\":97.9416809605488793977201567031443119049072265625,\"width\":130.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8036-1-768x1024.jpg\",\"title\":\"IMG_8036\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8036-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2896,\"height\":97.9416809605488793977201567031443119049072265625,\"width\":73.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6150-1.jpg\",\"title\":\"IMG_6150\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6150-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2881,\"height\":97.9416809605488793977201567031443119049072265625,\"width\":130.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3846-1-768x1024.jpg\",\"title\":\"IMG_3846\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3846-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2865,\"height\":103.6429872495446176117184222675859928131103515625,\"width\":77.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5644-1.jpg\",\"title\":\"IMG_5644\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5644-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2879,\"height\":103.6429872495446176117184222675859928131103515625,\"width\":137.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4976-1.jpg\",\"title\":\"IMG_4976\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4976-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2873,\"height\":103.6429872495446176117184222675859928131103515625,\"width\":137.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3138-1-768x1024.jpg\",\"title\":\"IMG_3138\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3138-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2854,\"height\":103.6429872495446176117184222675859928131103515625,\"width\":77.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4344-1.jpg\",\"title\":\"IMG_4344\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4344-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2870,\"height\":103.6429872495446176117184222675859928131103515625,\"width\":137.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3922-1-768x1024.jpg\",\"title\":\"IMG_3922\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3922-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2869,\"height\":92.0454545454545467464413377456367015838623046875,\"width\":69},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3856-1.jpg\",\"title\":\"IMG_3856\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3856-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2868,\"height\":92.0454545454545467464413377456367015838623046875,\"width\":163.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2-819x1024.jpg\",\"title\":\"564ED9D4-C180-4CCB-BD26-B5A05E95055A\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2849,\"height\":92.0454545454545467464413377456367015838623046875,\"width\":73.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3785-1-768x1024.jpg\",\"title\":\"IMG_3785\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3785-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2863,\"height\":92.0454545454545467464413377456367015838623046875,\"width\":69},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-2-768x1024.jpg\",\"title\":\"IMG_3402\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-2.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2859,\"height\":92.0454545454545467464413377456367015838623046875,\"width\":69},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3325-1.jpg\",\"title\":\"IMG_3325\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3325-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2857,\"height\":92.0454545454545467464413377456367015838623046875,\"width\":122.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3160-1-768x1024.jpg\",\"title\":\"IMG_3160\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3160-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2856,\"height\":107.7946768060836575386929325759410858154296875,\"width\":80.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3142-1-768x1024.jpg\",\"title\":\"IMG_3142\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3142-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2855,\"height\":107.7946768060836575386929325759410858154296875,\"width\":80.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3090-2.jpg\",\"title\":\"IMG_3090\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3090-2.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2851,\"height\":107.7946768060836575386929325759410858154296875,\"width\":143.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0335-1-768x1024.jpg\",\"title\":\"IMG_0335\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0335-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2843,\"height\":107.7946768060836575386929325759410858154296875,\"width\":80.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0711-1-768x1024.jpg\",\"title\":\"IMG_0711\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0711-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2840,\"height\":107.7946768060836575386929325759410858154296875,\"width\":80.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0799-1-956x1024.jpg\",\"title\":\"IMG_0799\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0799-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2839,\"height\":107.7946768060836575386929325759410858154296875,\"width\":100.2000000000000028421709430404007434844970703125}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2832\']</div>\n<!-- /wp:envira/envira-gallery --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Lets chat about your project!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:wpforms/form-selector {\"clientId\":\"a55435ae-a334-4fea-a0cd-9cf017a85680\",\"formId\":\"2736\",\"theme\":\"default\",\"themeName\":\"Default\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Commercial wraps and lettering','','inherit','closed','closed','','1214-revision-v1','','','2025-08-11 15:22:43','2025-08-11 15:22:43','',1214,'https://aggressivegraphix.com/?p=3458',0,'revision','',0),(3460,1,'2025-08-11 15:31:02','2025-08-11 15:31:02','<!-- wp:paragraph -->\n<p class=\"\">Adding tint to your vehicle will enhance the exterior look, enhance interior longevity, and provide a level of privacy depending on the percentage of tint used. Understanding the advertised percentages is crucial as we are installing the tint over factory glass which already has a tint hue naturally. The percentage number represents how much light and UV is let through the tint, meaning; a 35% tint allows 35% of the rays through into the interior of the vehicle. Most states do have tint laws of 35% or lighter on the front two windows and no tint below the AS1 line on the windshield. Our tint percentages are not the percent that will scan if tested after install. If the 35% tint option is chosen, the film itself is 35%; once installed over factory \"clear\" glass it will meter more towards 30% depending on the factory glass hue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2668,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/factorytint.png\" alt=\"\" class=\"wp-image-2668\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Factory Glass</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">As a base display, this would represent clear factory glass for your window or windshield.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2669,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/50percenttint.png\" alt=\"\" class=\"wp-image-2669\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">50% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">50 percent tint is generally used to keep the windows as clear as possible but offer the UV protection of tint.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2670,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/40percenttint.png\" alt=\"\" class=\"wp-image-2670\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">40% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">40 percent tint offers a slightly darker than factory option allowing for a little bit of privacy and UV protection.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2671,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/35percenttint.png\" alt=\"\" class=\"wp-image-2671\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">35% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">35 percent tint is generally the legal limit in most states. This option offers a darker look from the exterior with better protection from heat and UV rays. This is one of our most popular options.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2672,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/20percenttint.png\" alt=\"\" class=\"wp-image-2672\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">20% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">20 percent tint is a darker option that generally mimics OEM rear privacy tinted glass. This will give your windows a nice dark appearance for privacy and UV protection.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2673,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/5percenttint.png\" alt=\"\" class=\"wp-image-2673\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">5% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">5 percent tint, also referred to as limo tint is the darkest single layer option we offer. It is borderline not see through from the outside creating the most privacy.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\",\"backgroundColor\":\"primary\"} -->\n<hr class=\"is-style-wide wp-block-separator has-text-color has-primary-color has-alpha-channel-opacity has-primary-background-color has-background\"/>\n<!-- /wp:separator -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Tint coverage</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We offer all different coverage packages for tinting depending on your needs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Windshield:</strong> There are a couple different options for windshield tints. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Whole windshield (keep in mind most states with tint laws prohibit full tinted windshields, check with your state laws first)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Concave brow/sun shade. The concave look makes the outside edges look lower than the center of the windshield</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Convex brow/sun shade. The convex look follows the contour of the windshield to give an even thickness of the tint from left to right</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Doors:</strong> We use tried and true precision machine cut tint templates to ensure proper fitment for your vehicle based off your VIN. For rear doors with split glass, we do include the secondary pieces in our pricing and install.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Rear Windshield:</strong> Our tint film is a non-metallicized film allowing us to install directly onto your defroster without causing over heating or malfunctioning of the defrost system. We also precision machine cut the rear windshield shapes to ensure proper fitment. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2703,\"title\":\"Window tinting\",\"columns\":\"0\",\"row_height\":150,\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2741-768x1024.jpg\",\"title\":\"IMG_2741\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2741.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2711,\"height\":146.571428571428583609304041601717472076416015625,\"width\":109.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/A7401195-1024x819.jpg\",\"title\":\"A7401195\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/A7401195.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2704,\"height\":146.571428571428583609304041601717472076416015625,\"width\":183.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3624-768x1024.jpg\",\"title\":\"IMG_3624\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3624.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2718,\"height\":146.571428571428583609304041601717472076416015625,\"width\":109.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3576-768x1024.jpg\",\"title\":\"IMG_3576\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3576.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2717,\"height\":146.571428571428583609304041601717472076416015625,\"width\":109.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3575-768x1024.jpg\",\"title\":\"IMG_3575\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3575.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2716,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3481-768x1024.jpg\",\"title\":\"IMG_3481\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3481.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2715,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3480-768x1024.jpg\",\"title\":\"IMG_3480\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3480.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2714,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3327-768x1024.jpg\",\"title\":\"IMG_3327\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3327.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2713,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2849-768x1024.jpg\",\"title\":\"IMG_2849\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2849.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2712,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2470-768x1024.jpg\",\"title\":\"IMG_2470\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2470.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2710,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2469-768x1024.jpg\",\"title\":\"IMG_2469\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2469.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2709,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2390-768x1024.jpg\",\"title\":\"IMG_2390\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2390.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2708,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1916-768x1024.jpg\",\"title\":\"IMG_1916\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1916.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2707,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0470-768x1024.jpg\",\"title\":\"IMG_0470\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0470.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2706,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0450-768x1024.jpg\",\"title\":\"IMG_0450\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0450.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2719,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0456-768x1024.jpg\",\"title\":\"IMG_0456\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0456.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2705,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2703\']</div>\n<!-- /wp:envira/envira-gallery --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:wpforms/form-selector {\"clientId\":\"da82c8ba-ad31-4051-bcff-9d5adba4ec48\",\"formId\":\"2677\",\"theme\":\"default\",\"themeName\":\"Default\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Window Tint Services','','inherit','closed','closed','','1216-revision-v1','','','2025-08-11 15:31:02','2025-08-11 15:31:02','',1216,'https://aggressivegraphix.com/?p=3460',0,'revision','',0),(3461,1,'2025-08-11 15:59:57','2025-08-11 15:59:57','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"tagName\":\"main\"} -->\n<main class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer {\"height\":\"var:preset|spacing|30\"} -->\n<div style=\"height:var(--wp--preset--spacing--30)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":1} /-->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|30\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:0;height:var(--wp--preset--spacing--30)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:post-content {\"lock\":{\"move\":false,\"remove\":true},\"layout\":{\"type\":\"constrained\"}} /--></main>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Pages','Displays a static page unless a custom template has been applied to that page or a dedicated template exists.','publish','closed','closed','','page','','','2025-08-11 15:59:57','2025-08-11 15:59:57','',0,'https://aggressivegraphix.com/page/',0,'wp_template','',0),(3464,1,'2025-08-11 16:46:02','2025-08-11 16:46:02','<!-- wp:navigation-link {\"label\":\"Home\",\"type\":\"page\",\"id\":2,\"url\":\"https://aggressivegraphix.com/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-submenu {\"label\":\"Shop\",\"type\":\"page\",\"id\":6,\"url\":\"https://aggressivegraphix.com/shop/\",\"kind\":\"post-type\"} -->\n<!-- wp:navigation-submenu {\"label\":\"Outfit Bike\",\"type\":\"product_cat\",\"id\":27,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/\",\"kind\":\"taxonomy\"} -->\n<!-- wp:navigation-link {\"label\":\"Custom Graphics kits\",\"type\":\"product_cat\",\"id\":24,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/custom-graphics-kits/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Seat Covers\",\"type\":\"product_cat\",\"id\":25,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/seat-covers/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Plastic kits\",\"type\":\"product_cat\",\"id\":26,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/plastic-kits/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Rider Accessories\",\"type\":\"product_cat\",\"id\":28,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/\",\"kind\":\"taxonomy\"} -->\n<!-- wp:navigation-link {\"label\":\"Jersey Lettering\",\"type\":\"product_cat\",\"id\":29,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/jersey-lettering/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Goggles\",\"type\":\"product_cat\",\"id\":30,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Canopies and Accessories\",\"type\":\"product_cat\",\"id\":36,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Merchandise\",\"type\":\"product_cat\",\"id\":32,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/merchandise/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Vehicle wraps and window tinting\",\"type\":\"page\",\"id\":95,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/\",\"kind\":\"post-type\"} -->\n<!-- wp:navigation-link {\"label\":\"Commercial wraps and lettering\",\"type\":\"page\",\"id\":1214,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/commercial-wraps-and-lettering/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Style wraps\",\"type\":\"page\",\"id\":1212,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/color-change-wraps/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Window Tint Services\",\"type\":\"page\",\"id\":1216,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/window-tint/\",\"kind\":\"post-type\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"About Us\",\"type\":\"page\",\"id\":93,\"url\":\"https://aggressivegraphix.com/about-us/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Our Work\",\"type\":\"page\",\"id\":82,\"url\":\"https://aggressivegraphix.com/our-work/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Contact Us\",\"type\":\"page\",\"id\":31,\"url\":\"https://aggressivegraphix.com/contact-us/\",\"kind\":\"post-type\"} /-->','Header menu','','inherit','closed','closed','','3231-revision-v1','','','2025-08-11 16:46:02','2025-08-11 16:46:02','',3231,'https://aggressivegraphix.com/?p=3464',0,'revision','',0),(3465,1,'2025-08-11 17:07:33','2025-08-11 17:07:33','<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p class=\"\">Customize the look of your jersey with your name, number, and sponsor logos in bright solid colors. Our material has very light and flexible hand on the jersey allowing for a comfortable fit. We ensure to design your name and number to meet any racing regulations and rules to make sure you pass tech inspection every time.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Wash inside out in cold water and hang dry. Hot water, harsh detergents, and machine drying may cause damage or shorten the life of the vinyl on the jersey.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">No Warranty</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Original jersey color and design may bleed through.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->','Progressive','<p>Customize your jersey with your name, number, and sponsor logos.</p>','publish','open','closed','','progressive','','','2025-08-11 17:09:26','2025-08-11 17:09:26','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=3465',0,'product','',0),(3466,1,'2025-08-11 17:08:33','2025-08-11 17:08:33','','jersey-progressive','','inherit','open','closed','','jersey-progressive','','','2025-08-11 17:08:33','2025-08-11 17:08:33','',3465,'https://aggressivegraphix.com/wp-content/uploads/2025/08/jersey-progressive.webp',0,'attachment','image/webp',0),(3467,1,'2025-08-11 17:12:25','2025-08-11 17:12:25','<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p class=\"\">Customize the look of your jersey with your name, number, and sponsor logos in bright solid colors. Our material has very light and flexible hand on the jersey allowing for a comfortable fit. We ensure to design your name and number to meet any racing regulations and rules to make sure you pass tech inspection every time.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Wash inside out in cold water and hang dry. Hot water, harsh detergents, and machine drying may cause damage or shorten the life of the vinyl on the jersey.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">No Warranty</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Original jersey color and design may bleed through.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->','Marker','<p>Customize your jersey with your name, number, and sponsor logos.</p>','publish','open','closed','','marker','','','2025-08-11 17:16:26','2025-08-11 17:16:26','',0,'https://aggressivegraphix.com/?post_type=product&#038;p=3467',0,'product','',0),(3468,1,'2025-08-11 17:16:04','2025-08-11 17:16:04','','jersey-marker','','inherit','open','closed','','jersey-marker','','','2025-08-11 17:16:04','2025-08-11 17:16:04','',3467,'https://aggressivegraphix.com/wp-content/uploads/2025/08/jersey-marker.webp',0,'attachment','image/webp',0),(3469,0,'2025-08-12 02:32:58','2025-08-12 02:32:58','','Order &ndash; August 12, 2025 @ 02:32 AM','','wc-completed','closed','closed','','order-august-12-2025-0232-am','','','2025-08-19 13:20:49','2025-08-19 13:20:49','',0,'https://aggressivegraphix.com/?post_type=shop_order_placehold&#038;p=3469',0,'shop_order','',4),(3470,1,'2025-08-12 16:33:14','2025-08-12 16:33:14','<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Overview</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Terms &amp; Conditions</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Aggressive Graphix LLC</strong><br>31 Hill Street, Webster, MA 01570</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><em>Last updated: 8/12/2025</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>1. Agreement to Terms</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">By placing an order with Aggressive Graphix LLC (“we,” “our,” “us”), you agree to be bound by these Terms &amp; Conditions. Please read them carefully before making a purchase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>2. Custom Order Policy</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">All products we create are <strong>custom-made to order</strong> based on your specific design requests, materials, and sizes. Because of the personalized nature of our products:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"fontFamily\":\"zen-dots\"} -->\n<ul class=\"wp-block-list has-zen-dots-font-family\"><!-- wp:list-item -->\n<li class=\"\"><strong>All sales are final.</strong></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"fontFamily\":\"zen-dots\"} -->\n<li class=\"has-zen-dots-font-family\"><strong>No returns, exchanges, or refunds</strong> will be accepted.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Once an order is placed, it <strong>cannot be canceled</strong> or modified after production begins.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>3. Proofs &amp; Approval</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">If a design proof is provided, it is your responsibility to review and approve it carefully. We are not responsible for errors in spelling, colors, sizes, or design elements that were approved by you before production.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>4. Payment Terms</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Full payment is required before production begins. We accept the payment methods listed on our website or as otherwise agreed in writing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>5. Production &amp; Delivery</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Production times vary based on the complexity of the order and current workload. Estimated completion dates are not guaranteed. We are not responsible for delays caused by shipping carriers, weather, or other circumstances beyond our control.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>6. Color &amp; Material Variations</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Due to differences in monitors, printers, and materials, final product colors may vary slightly from digital proofs or samples. These variations are not considered defects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>7. Limitation of Liability</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Our liability for any claim related to your purchase is limited to the amount paid for the product. We are not liable for incidental, indirect, or consequential damages.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>8. Intellectual Property</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">By providing artwork, you represent that you have the legal right to use it. You agree to indemnify and hold Aggressive Graphix LLC harmless from any claims related to unauthorized use of intellectual property.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>9. Changes to These Terms</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We reserve the right to update or modify these Terms &amp; Conditions at any time without prior notice. The most recent version will be posted on our website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>10. Contact Information</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">For questions about these Terms &amp; Conditions, please contact:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Aggressive Graphix LLC</strong><br>31 Hill Street<br>Webster, MA 01570<br>Email: <a href=\"mailto:info@aggressivegraphix.com\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">info@aggressivegraphix.com</a><br>Phone: 774.314.1673</p>\n<!-- /wp:paragraph -->','Terms and Conditions','','inherit','closed','closed','','10-revision-v1','','','2025-08-12 16:33:14','2025-08-12 16:33:14','',10,'https://aggressivegraphix.com/?p=3470',0,'revision','',0),(3471,1,'2025-08-12 16:33:35','2025-08-12 16:33:35','<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Terms &amp; Conditions</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Aggressive Graphix LLC</strong><br>31 Hill Street, Webster, MA 01570</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><em>Last updated: 8/12/2025</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>1. Agreement to Terms</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">By placing an order with Aggressive Graphix LLC (“we,” “our,” “us”), you agree to be bound by these Terms &amp; Conditions. Please read them carefully before making a purchase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>2. Custom Order Policy</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">All products we create are <strong>custom-made to order</strong> based on your specific design requests, materials, and sizes. Because of the personalized nature of our products:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"fontFamily\":\"zen-dots\"} -->\n<ul class=\"wp-block-list has-zen-dots-font-family\"><!-- wp:list-item -->\n<li class=\"\"><strong>All sales are final.</strong></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"fontFamily\":\"zen-dots\"} -->\n<li class=\"has-zen-dots-font-family\"><strong>No returns, exchanges, or refunds</strong> will be accepted.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Once an order is placed, it <strong>cannot be canceled</strong> or modified after production begins.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>3. Proofs &amp; Approval</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">If a design proof is provided, it is your responsibility to review and approve it carefully. We are not responsible for errors in spelling, colors, sizes, or design elements that were approved by you before production.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>4. Payment Terms</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Full payment is required before production begins. We accept the payment methods listed on our website or as otherwise agreed in writing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>5. Production &amp; Delivery</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Production times vary based on the complexity of the order and current workload. Estimated completion dates are not guaranteed. We are not responsible for delays caused by shipping carriers, weather, or other circumstances beyond our control.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>6. Color &amp; Material Variations</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Due to differences in monitors, printers, and materials, final product colors may vary slightly from digital proofs or samples. These variations are not considered defects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>7. Limitation of Liability</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Our liability for any claim related to your purchase is limited to the amount paid for the product. We are not liable for incidental, indirect, or consequential damages.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>8. Intellectual Property</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">By providing artwork, you represent that you have the legal right to use it. You agree to indemnify and hold Aggressive Graphix LLC harmless from any claims related to unauthorized use of intellectual property.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>9. Changes to These Terms</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We reserve the right to update or modify these Terms &amp; Conditions at any time without prior notice. The most recent version will be posted on our website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>10. Contact Information</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">For questions about these Terms &amp; Conditions, please contact:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Aggressive Graphix LLC</strong><br>31 Hill Street<br>Webster, MA 01570<br>Email: <a href=\"mailto:info@aggressivegraphix.com\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">info@aggressivegraphix.com</a><br>Phone: 774.314.1673</p>\n<!-- /wp:paragraph -->','Terms and Conditions','','inherit','closed','closed','','10-revision-v1','','','2025-08-12 16:33:35','2025-08-12 16:33:35','',10,'https://aggressivegraphix.com/?p=3471',0,'revision','',0),(3472,1,'2025-08-12 16:33:48','2025-08-12 16:33:48','<!-- wp:paragraph -->\n<p class=\"\"><strong>Aggressive Graphix LLC</strong><br>31 Hill Street, Webster, MA 01570</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><em>Last updated: 8/12/2025</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>1. Agreement to Terms</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">By placing an order with Aggressive Graphix LLC (“we,” “our,” “us”), you agree to be bound by these Terms &amp; Conditions. Please read them carefully before making a purchase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>2. Custom Order Policy</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">All products we create are <strong>custom-made to order</strong> based on your specific design requests, materials, and sizes. Because of the personalized nature of our products:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"fontFamily\":\"zen-dots\"} -->\n<ul class=\"wp-block-list has-zen-dots-font-family\"><!-- wp:list-item -->\n<li class=\"\"><strong>All sales are final.</strong></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"fontFamily\":\"zen-dots\"} -->\n<li class=\"has-zen-dots-font-family\"><strong>No returns, exchanges, or refunds</strong> will be accepted.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Once an order is placed, it <strong>cannot be canceled</strong> or modified after production begins.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>3. Proofs &amp; Approval</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">If a design proof is provided, it is your responsibility to review and approve it carefully. We are not responsible for errors in spelling, colors, sizes, or design elements that were approved by you before production.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>4. Payment Terms</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Full payment is required before production begins. We accept the payment methods listed on our website or as otherwise agreed in writing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>5. Production &amp; Delivery</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Production times vary based on the complexity of the order and current workload. Estimated completion dates are not guaranteed. We are not responsible for delays caused by shipping carriers, weather, or other circumstances beyond our control.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>6. Color &amp; Material Variations</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Due to differences in monitors, printers, and materials, final product colors may vary slightly from digital proofs or samples. These variations are not considered defects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>7. Limitation of Liability</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Our liability for any claim related to your purchase is limited to the amount paid for the product. We are not liable for incidental, indirect, or consequential damages.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>8. Intellectual Property</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">By providing artwork, you represent that you have the legal right to use it. You agree to indemnify and hold Aggressive Graphix LLC harmless from any claims related to unauthorized use of intellectual property.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>9. Changes to These Terms</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We reserve the right to update or modify these Terms &amp; Conditions at any time without prior notice. The most recent version will be posted on our website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>10. Contact Information</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">For questions about these Terms &amp; Conditions, please contact:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Aggressive Graphix LLC</strong><br>31 Hill Street<br>Webster, MA 01570<br>Email: <a href=\"mailto:info@aggressivegraphix.com\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">info@aggressivegraphix.com</a><br>Phone: 774.314.1673</p>\n<!-- /wp:paragraph -->','Terms and Conditions','','inherit','closed','closed','','10-revision-v1','','','2025-08-12 16:33:48','2025-08-12 16:33:48','',10,'https://aggressivegraphix.com/?p=3472',0,'revision','',0),(3473,1,'2025-08-12 16:36:45','2025-08-12 16:36:45','<!-- wp:group {\"metadata\":{\"name\":\"Footer\"},\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\"},\"padding\":{\"top\":\"30px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0px;padding-top:30px\"><!-- wp:group {\"align\":\"full\",\"className\":\"footer is-style-nfd-theme-dark\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"10px\",\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base-3\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|danger-2\"}}}}},\"backgroundColor\":\"contrast-2\",\"textColor\":\"base\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"footer is-style-nfd-theme-dark wp-block-group alignfull has-base-color has-contrast-2-background-color has-text-color has-background has-link-color\" style=\"margin-top:0;margin-bottom:0px;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:10px;padding-left:var(--wp--preset--spacing--40)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"11px\",\"right\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"1400px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:11px;padding-right:0px;padding-left:0px\"><!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\",\"top\":\"0px\",\"bottom\":\"12px\"},\"margin\":{\"bottom\":\"0px\"},\"blockGap\":{\"top\":\"40px\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:12px;padding-left:0px\"><!-- wp:column {\"width\":\"24.5%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:24.5%\"><!-- wp:image {\"id\":67,\"width\":\"296px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/AG-logo.png\" alt=\"\" class=\"wp-image-67\" style=\"width:296px;height:auto\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"36.3%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:36.3%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.1\"},\"spacing\":{\"margin\":{\"bottom\":\"22px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\"} -->\n<h2 class=\"wp-block-heading has-base-color has-text-color has-link-color\" style=\"margin-bottom:22px;font-size:18px;font-style:normal;font-weight:700;line-height:1.1\">Reach out!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"2.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"font-size:15px;font-style:normal;font-weight:400;line-height:2.4\">774.314.1673</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"2.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"bottom\":\"6px\"}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"margin-bottom:6px;font-size:15px;font-style:normal;font-weight:400;line-height:2.4\">Hours of Operation</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"260px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"13px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"bottom\":\"8px\"}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"margin-bottom:8px;font-size:13px;font-style:normal;font-weight:400;line-height:1.4\"><strong>Monday - Friday 9am- 5pm EST</strong><br><strong>Weekends by appointment</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"13px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"bottom\":\"8px\"}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"margin-bottom:8px;font-size:13px;font-style:normal;font-weight:400;line-height:1.4\"><a href=\"mailto:info@aggressivegraphix.com\">info@aggressivegraphix.com</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"className\":\"text-hover\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"43px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"text-hover wp-block-group\" style=\"margin-top:43px\"></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:jetpack/map {\"points\":[{\"placeTitle\":\"Hill Street\",\"title\":\"Aggressive Graphix\",\"caption\":\"Aggressive Graphix\\n31 Hill Street, \\nWebster, MA 01570\\nUnited States\",\"id\":\"address.7869753190814658\",\"coordinates\":{\"longitude\":-71.8863400000000041245584725402295589447021484375,\"latitude\":42.04343999999999681449480704031884670257568359375}}],\"zoom\":15,\"mapCenter\":{\"lng\":-71.8863400000000041245584725402295589447021484375,\"lat\":42.04343999999999681449480704031884670257568359375},\"mapHeight\":\"400\",\"className\":\"is-style-black_and_white\"} -->\n<div class=\"is-style-black_and_white wp-block-jetpack-map\" data-map-style=\"black_and_white\" data-map-details=\"true\" data-points=\"[{&quot;placeTitle&quot;:&quot;Hill Street&quot;,&quot;title&quot;:&quot;Aggressive Graphix&quot;,&quot;caption&quot;:&quot;Aggressive Graphix\\n31 Hill Street, \\nWebster, MA 01570\\nUnited States&quot;,&quot;id&quot;:&quot;address.7869753190814658&quot;,&quot;coordinates&quot;:{&quot;longitude&quot;:-71.88634,&quot;latitude&quot;:42.04344}}]\" data-zoom=\"15\" data-map-center=\"{&quot;lng&quot;:-71.88634,&quot;lat&quot;:42.04344}\" data-marker-color=\"red\" data-map-height=\"400\" data-show-fullscreen-button=\"true\"><ul><li><a href=\"https://www.google.com/maps/search/?api=1&amp;query=42.04344,-71.88634\">Aggressive Graphix</a></li></ul></div>\n<!-- /wp:jetpack/map --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"13px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"2.7\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1100\"}}}},\"textColor\":\"gray-1100\"} -->\n<p class=\"has-text-align-right has-gray-1100-color has-text-color has-link-color\" style=\"font-size:13px;font-style:normal;font-weight:400;line-height:2.7\">© Aggressive Graphix LLC 2025. All rights reserved.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:social-links {\"iconColor\":\"primary\",\"openInNewTab\":true,\"className\":\"has-icon-color is-style-logos-only\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"16px\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"orientation\":\"horizontal\"}} -->\n<ul class=\"has-icon-color is-style-logos-only wp-block-social-links\"><!-- wp:social-link {\"url\":\"https://www.instagram.com/aggressive_graphix\",\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://www.facebook.com/Aggressive.Graphix\",\"service\":\"facebook\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Footer','','inherit','closed','closed','','1927-revision-v1','','','2025-08-12 16:36:45','2025-08-12 16:36:45','',1927,'https://aggressivegraphix.com/?p=3473',0,'revision','',0),(3474,1,'2025-08-12 16:37:17','2025-08-12 16:37:17','<!-- wp:navigation-link {\"label\":\"Our Work\",\"type\":\"page\",\"id\":82,\"url\":\"https://aggressivegraphix.com/about-us/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Contact Us\",\"type\":\"page\",\"id\":31,\"url\":\"https://aggressivegraphix.com/contact-us/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}}} /-->','footer-legal','','inherit','closed','closed','','28-revision-v1','','','2025-08-12 16:37:17','2025-08-12 16:37:17','',28,'https://aggressivegraphix.com/?p=3474',0,'revision','',0),(3475,1,'2025-08-12 16:37:47','2025-08-12 16:37:47','<!-- wp:navigation-link {\"label\":\"Terms and Conditions\",\"type\":\"page\",\"id\":10,\"url\":\"https://aggressivegraphix.com/terms_conditions/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Contact Us\",\"type\":\"page\",\"id\":31,\"url\":\"https://aggressivegraphix.com/contact-us/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}}} /-->','footer-legal','','inherit','closed','closed','','28-revision-v1','','','2025-08-12 16:37:47','2025-08-12 16:37:47','',28,'https://aggressivegraphix.com/?p=3475',0,'revision','',0),(3476,1,'2025-08-12 16:46:18','2025-08-12 16:46:18','<!-- wp:paragraph -->\n<p class=\"\"><strong>Aggressive Graphix LLC</strong><br>31 Hill Street, Webster, MA 01570</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><em>Last updated: 8/12/2025</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>1. Introduction</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Aggressive Graphix LLC (“we,” “our,” “us”) values your privacy. This Privacy Policy explains how we collect, use, and protect your personal information when you interact with our website, place orders, or subscribe to our marketing communications.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\">By using our services, you agree to the terms of this Privacy Policy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>2. Information We Collect</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We collect only the information necessary to process your orders and keep you informed about our products and services:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"fontFamily\":\"zen-dots\"} -->\n<ul class=\"wp-block-list has-zen-dots-font-family\"><!-- wp:list-item -->\n<li class=\"\"><strong>Contact Information:</strong> Name, email address, phone number.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\"><strong>Order &amp; Shipping Information:</strong> Billing address, shipping address, order details.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\"><strong>Payment Information:</strong> Processed securely through third-party payment providers (we do not store full credit card numbers).</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\"><strong>Marketing Preferences:</strong> Your choice to receive promotional emails.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>3. How We Use Your Information</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We use the information we collect for the following purposes:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"fontFamily\":\"zen-dots\"} -->\n<ul class=\"wp-block-list has-zen-dots-font-family\"><!-- wp:list-item -->\n<li class=\"\"><strong>Order Processing &amp; Fulfillment</strong> – To create, produce, and deliver your custom orders.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\"><strong>Customer Communication</strong> – To send order confirmations, shipping updates, and respond to inquiries.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\"><strong>Marketing Emails</strong> – To send promotions, updates, and product announcements if you have opted in.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\"><strong>Record Keeping</strong> – To maintain accurate sales and transaction records for business and legal purposes.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>4. Data Sharing</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We do <strong>not</strong> sell, rent, or trade your personal information to third parties.<br>We may share your information only with:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"fontFamily\":\"zen-dots\"} -->\n<ul class=\"wp-block-list has-zen-dots-font-family\"><!-- wp:list-item -->\n<li class=\"\"><strong>Service Providers</strong> – Such as payment processors, shipping carriers, and email marketing platforms, for the sole purpose of fulfilling your order or delivering communications.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\"><strong>Legal Requirements</strong> – If required to comply with applicable laws or respond to lawful requests.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>5. Data Security</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We take reasonable measures to protect your personal information from unauthorized access, use, or disclosure. While no method of online transmission is 100% secure, we strive to use industry-standard safeguards.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>6. Your Choices</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"fontFamily\":\"zen-dots\"} -->\n<ul class=\"wp-block-list has-zen-dots-font-family\"><!-- wp:list-item -->\n<li class=\"\"><strong>Marketing Emails:</strong> You may unsubscribe from promotional emails at any time by clicking the “unsubscribe” link in the email.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\"><strong>Access &amp; Updates:</strong> You may contact us to request a copy of your personal information or request corrections.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>7. Cookies &amp; Tracking</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Our website may use cookies or similar technologies to improve site functionality, analyze usage, and enhance your experience. You may adjust your browser settings to refuse cookies, but some features may not function properly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>8. Children’s Privacy</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">Our services are not directed to children under 13. We do not knowingly collect personal information from children.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>9. Changes to This Policy</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We may update this Privacy Policy from time to time. Any changes will be posted on this page with an updated “Last Updated” date.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>10. Contact Us</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">If you have questions about this Privacy Policy or our data practices, please contact:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Aggressive Graphix LLC</strong><br>31 Hill Street<br>Webster, MA 01570<br>Email: <a href=\"mailto:info@aggressivegraphix.com\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">info@aggressivegraphix.com</a><br>Phone: 774.314.1673</p>\n<!-- /wp:paragraph -->','Privacy Policy','','inherit','closed','closed','','3-revision-v1','','','2025-08-12 16:46:18','2025-08-12 16:46:18','',3,'https://aggressivegraphix.com/?p=3476',0,'revision','',0),(3477,1,'2025-08-12 16:47:12','2025-08-12 16:47:12','<!-- wp:navigation-link {\"label\":\"Terms and Conditions\",\"type\":\"page\",\"id\":10,\"url\":\"https://aggressivegraphix.com/terms_conditions/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Privacy Policy\",\"type\":\"page\",\"id\":3,\"url\":\"https://aggressivegraphix.com/privacy-policy/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Contact Us\",\"type\":\"page\",\"id\":31,\"url\":\"https://aggressivegraphix.com/contact-us/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}}} /-->','footer-legal','','inherit','closed','closed','','28-revision-v1','','','2025-08-12 16:47:12','2025-08-12 16:47:12','',28,'https://aggressivegraphix.com/?p=3477',0,'revision','',0),(3478,1,'2025-08-12 16:50:35','2025-08-12 16:50:35','<!-- wp:group {\"metadata\":{\"name\":\"Footer\"},\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\"},\"padding\":{\"top\":\"30px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0px;padding-top:30px\"><!-- wp:group {\"align\":\"full\",\"className\":\"footer is-style-nfd-theme-dark\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"10px\",\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base-3\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|danger-2\"}}}}},\"backgroundColor\":\"contrast-2\",\"textColor\":\"base\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"footer is-style-nfd-theme-dark wp-block-group alignfull has-base-color has-contrast-2-background-color has-text-color has-background has-link-color\" style=\"margin-top:0;margin-bottom:0px;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:10px;padding-left:var(--wp--preset--spacing--40)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"11px\",\"right\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"1400px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:11px;padding-right:0px;padding-left:0px\"><!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\",\"top\":\"0px\",\"bottom\":\"12px\"},\"margin\":{\"bottom\":\"0px\"},\"blockGap\":{\"top\":\"40px\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:12px;padding-left:0px\"><!-- wp:column {\"width\":\"24.5%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:24.5%\"><!-- wp:image {\"id\":67,\"width\":\"296px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/AG-logo.png\" alt=\"\" class=\"wp-image-67\" style=\"width:296px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:navigation {\"ref\":28,\"style\":{\"typography\":{\"lineHeight\":\"1\"},\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"36.3%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:36.3%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.1\"},\"spacing\":{\"margin\":{\"bottom\":\"22px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\"} -->\n<h2 class=\"wp-block-heading has-base-color has-text-color has-link-color\" style=\"margin-bottom:22px;font-size:18px;font-style:normal;font-weight:700;line-height:1.1\">Reach out!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"2.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"font-size:15px;font-style:normal;font-weight:400;line-height:2.4\">774.314.1673</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"2.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"bottom\":\"6px\"}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"margin-bottom:6px;font-size:15px;font-style:normal;font-weight:400;line-height:2.4\">Hours of Operation</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"260px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"13px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"bottom\":\"8px\"}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"margin-bottom:8px;font-size:13px;font-style:normal;font-weight:400;line-height:1.4\"><strong>Monday - Friday 9am- 5pm EST</strong><br><strong>Weekends by appointment</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"13px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"bottom\":\"8px\"}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"margin-bottom:8px;font-size:13px;font-style:normal;font-weight:400;line-height:1.4\"><a href=\"mailto:info@aggressivegraphix.com\">info@aggressivegraphix.com</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"className\":\"text-hover\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"43px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"text-hover wp-block-group\" style=\"margin-top:43px\"></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:jetpack/map {\"points\":[{\"placeTitle\":\"Hill Street\",\"title\":\"Aggressive Graphix\",\"caption\":\"Aggressive Graphix\\n31 Hill Street, \\nWebster, MA 01570\\nUnited States\",\"id\":\"address.7869753190814658\",\"coordinates\":{\"longitude\":-71.8863400000000041245584725402295589447021484375,\"latitude\":42.04343999999999681449480704031884670257568359375}}],\"zoom\":15,\"mapCenter\":{\"lng\":-71.8863400000000041245584725402295589447021484375,\"lat\":42.04343999999999681449480704031884670257568359375},\"mapHeight\":\"400\",\"className\":\"is-style-black_and_white\"} -->\n<div class=\"is-style-black_and_white wp-block-jetpack-map\" data-map-style=\"black_and_white\" data-map-details=\"true\" data-points=\"[{&quot;placeTitle&quot;:&quot;Hill Street&quot;,&quot;title&quot;:&quot;Aggressive Graphix&quot;,&quot;caption&quot;:&quot;Aggressive Graphix\\n31 Hill Street, \\nWebster, MA 01570\\nUnited States&quot;,&quot;id&quot;:&quot;address.7869753190814658&quot;,&quot;coordinates&quot;:{&quot;longitude&quot;:-71.88634,&quot;latitude&quot;:42.04344}}]\" data-zoom=\"15\" data-map-center=\"{&quot;lng&quot;:-71.88634,&quot;lat&quot;:42.04344}\" data-marker-color=\"red\" data-map-height=\"400\" data-show-fullscreen-button=\"true\"><ul><li><a href=\"https://www.google.com/maps/search/?api=1&amp;query=42.04344,-71.88634\">Aggressive Graphix</a></li></ul></div>\n<!-- /wp:jetpack/map --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"13px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"2.7\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1100\"}}}},\"textColor\":\"gray-1100\"} -->\n<p class=\"has-text-align-right has-gray-1100-color has-text-color has-link-color\" style=\"font-size:13px;font-style:normal;font-weight:400;line-height:2.7\">© Aggressive Graphix LLC 2025. All rights reserved.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:social-links {\"iconColor\":\"primary\",\"openInNewTab\":true,\"className\":\"has-icon-color is-style-logos-only\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"16px\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"orientation\":\"horizontal\"}} -->\n<ul class=\"has-icon-color is-style-logos-only wp-block-social-links\"><!-- wp:social-link {\"url\":\"https://www.instagram.com/aggressive_graphix\",\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://www.facebook.com/Aggressive.Graphix\",\"service\":\"facebook\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Footer','','inherit','closed','closed','','1927-revision-v1','','','2025-08-12 16:50:35','2025-08-12 16:50:35','',1927,'https://aggressivegraphix.com/?p=3478',0,'revision','',0),(3481,1,'2025-08-13 17:59:50','2025-08-13 17:59:50','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/breadcrumbs /-->\n\n<!-- wp:woocommerce/store-notices /-->\n\n<!-- wp:columns {\"align\":\"wide\",\"className\":\"single-product-page\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"30px\"},\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"single-product-page wp-block-columns alignwide\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--50)\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:woocommerce/product-image-gallery {\"className\":\"single-product-gallery\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:post-title {\"level\":1,\"style\":{\"typography\":{\"fontSize\":\"32px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1.2\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"3px\"}}},\"textColor\":\"gray-100\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfSingleProductTemplate\":true} /-->\n\n<!-- wp:post-excerpt {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-100\"}}},\"spacing\":{\"margin\":{\"top\":\"22px\"}}},\"textColor\":\"gray-100\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfSingleProductTemplate\":true,\"style\":{\"spacing\":{\"margin\":{\"top\":\"38px\"}}}} /-->\n\n<!-- wp:woocommerce/add-to-cart-form {\"className\":\"single\"} /-->\n\n<!-- wp:woocommerce/product-meta {\"metadata\":{\"ignoredHookedBlocks\":[\"core/post-terms\"]}} -->\n<div class=\"wp-block-woocommerce-product-meta\"><!-- wp:group {\"className\":\"eride-meta\",\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"eride-meta wp-block-group\"><!-- wp:woocommerce/product-sku /-->\n\n<!-- wp:post-terms {\"term\":\"product_tag\",\"prefix\":\"Tags: \"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-terms {\"term\":\"product_brand\",\"prefix\":\"Brands: \"} /--></div>\n<!-- /wp:woocommerce/product-meta --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:woocommerce/product-details {\"className\":\"eride-product-details\"} -->\n<div class=\"eride-product-details wp-block-woocommerce-product-details alignwide\"></div>\n<!-- /wp:woocommerce/product-details --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"className\":\"mt-0\"} /-->','Single Product','Displays a single product.','inherit','closed','closed','','1951-revision-v1','','','2025-08-13 17:59:50','2025-08-13 17:59:50','',1951,'https://aggressivegraphix.com/?p=3481',0,'revision','',0),(3484,1,'2025-08-13 18:58:04','2025-08-13 18:58:04','','kavanagh10x20','','inherit','open','closed','','kavanagh10x20','','','2025-08-13 18:58:04','2025-08-13 18:58:04','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/08/kavanagh10x20.webp',0,'attachment','image/webp',0),(3485,1,'2025-08-13 18:58:27','2025-08-13 18:58:27','','wickedbigcarshow10x10','','inherit','open','closed','','wickedbigcarshow10x10','','','2025-08-13 18:58:27','2025-08-13 18:58:27','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/08/wickedbigcarshow10x10.webp',0,'attachment','image/webp',0),(3486,1,'2025-08-13 18:58:45','2025-08-13 18:58:45','','wickedbigcarshow10x20','','inherit','open','closed','','wickedbigcarshow10x20','','','2025-08-13 18:58:45','2025-08-13 18:58:45','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/08/wickedbigcarshow10x20.webp',0,'attachment','image/webp',0),(3487,1,'2025-08-13 18:59:04','2025-08-13 18:59:04','','supplife10x20','','inherit','open','closed','','supplife10x20','','','2025-08-13 18:59:04','2025-08-13 18:59:04','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/08/supplife10x20.webp',0,'attachment','image/webp',0),(3488,1,'2025-08-13 18:59:23','2025-08-13 18:59:23','','grice10x10','','inherit','open','closed','','grice10x10','','','2025-08-13 18:59:23','2025-08-13 18:59:23','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/08/grice10x10.webp',0,'attachment','image/webp',0),(3489,1,'2025-08-13 18:59:44','2025-08-13 18:59:44','','dhopkins10x10','','inherit','open','closed','','dhopkins10x10','','','2025-08-13 18:59:44','2025-08-13 18:59:44','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/08/dhopkins10x10.webp',0,'attachment','image/webp',0),(3490,1,'2025-08-13 19:00:02','2025-08-13 19:00:02','','dhopkinswall','','inherit','open','closed','','dhopkinswall','','','2025-08-13 19:00:02','2025-08-13 19:00:02','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/08/dhopkinswall.webp',0,'attachment','image/webp',0),(3491,1,'2025-08-13 19:00:23','2025-08-13 19:00:23','','careexcavation','','inherit','open','closed','','careexcavation','','','2025-08-13 19:00:23','2025-08-13 19:00:23','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/08/careexcavation.webp',0,'attachment','image/webp',0),(3492,1,'2025-08-13 19:00:42','2025-08-13 19:00:42','','carelandscapesupply','','inherit','open','closed','','carelandscapesupply','','','2025-08-13 19:00:42','2025-08-13 19:00:42','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/08/carelandscapesupply.webp',0,'attachment','image/webp',0),(3493,1,'2025-08-13 19:01:01','2025-08-13 19:01:01','','carerentals','','inherit','open','closed','','carerentals','','','2025-08-13 19:01:01','2025-08-13 19:01:01','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/08/carerentals.webp',0,'attachment','image/webp',0),(3494,1,'2025-08-13 19:01:30','2025-08-13 19:01:30','','ksrhalfwall','','inherit','open','closed','','ksrhalfwall','','','2025-08-13 19:01:30','2025-08-13 19:01:30','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/08/ksrhalfwall.webp',0,'attachment','image/webp',0),(3495,1,'2025-08-13 19:01:48','2025-08-13 19:01:48','','ksrflag','','inherit','open','closed','','ksrflag','','','2025-08-13 19:01:48','2025-08-13 19:01:48','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/08/ksrflag.webp',0,'attachment','image/webp',0),(3496,1,'2025-08-13 19:02:06','2025-08-13 19:02:06','','ksrtable','','inherit','open','closed','','ksrtable','','','2025-08-13 19:02:06','2025-08-13 19:02:06','',3152,'https://aggressivegraphix.com/wp-content/uploads/2025/08/ksrtable.webp',0,'attachment','image/webp',0),(3498,1,'2025-08-13 19:47:52','2025-08-13 19:47:52','<!-- wp:heading {\"textAlign\":\"center\",\"level\":1} -->\n<h1 class=\"wp-block-heading has-text-align-center\">Bike Graphics</h1>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2947,\"title\":\"Our Work \\u0026#8211; Bikes\",\"columns\":\"0\",\"row_height\":120,\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/437148274_742504491362521_7065599385733258382_n-1024x768.jpg\",\"title\":\"437148274_742504491362521_7065599385733258382_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/437148274_742504491362521_7065599385733258382_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3008,\"height\":113.6363636363636402393240132369101047515869140625,\"width\":151.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/504489709_17885899926279969_177754631791483776_n-1016x1024.jpg\",\"title\":\"504489709_17885899926279969_177754631791483776_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/504489709_17885899926279969_177754631791483776_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3007,\"height\":113.6363636363636402393240132369101047515869140625,\"width\":112.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/503284456_18509958433044190_7517990739271165788_n.jpg\",\"title\":\"503284456_18509958433044190_7517990739271165788_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/503284456_18509958433044190_7517990739271165788_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3006,\"height\":113.6363636363636402393240132369101047515869140625,\"width\":85.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/498942563_18387584923142936_596123371765232778_n-819x1024.jpg\",\"title\":\"498942563_18387584923142936_596123371765232778_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/498942563_18387584923142936_596123371765232778_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3005,\"height\":113.6363636363636402393240132369101047515869140625,\"width\":90.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/497541595_18501294259001614_2598109448780506479_n-1024x683.jpg\",\"title\":\"497541595_18501294259001614_2598109448780506479_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/497541595_18501294259001614_2598109448780506479_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3004,\"height\":113.6363636363636402393240132369101047515869140625,\"width\":170.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/491442005_18510909595020751_7234922605167022337_n.jpg\",\"title\":\"491442005_18510909595020751_7234922605167022337_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/491442005_18510909595020751_7234922605167022337_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3003,\"height\":113.6363636363636402393240132369101047515869140625,\"width\":151.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/488181926_644288625165545_5872832267448076159_n-1024x1024.jpg\",\"title\":\"488181926_644288625165545_5872832267448076159_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/488181926_644288625165545_5872832267448076159_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3002,\"height\":113.6363636363636402393240132369101047515869140625,\"width\":113.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/486213528_18495203686033581_4058816147006171820_n.jpg\",\"title\":\"486213528_18495203686033581_4058816147006171820_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/486213528_18495203686033581_4058816147006171820_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3001,\"height\":114.528795811518335767686949111521244049072265625,\"width\":152.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470902406_1231561204578289_151210119275735549_n-1024x1024.jpg\",\"title\":\"470902406_1231561204578289_151210119275735549_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470902406_1231561204578289_151210119275735549_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3000,\"height\":114.528795811518335767686949111521244049072265625,\"width\":114.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470602685_18479309014047289_2606857417410813301_n-1024x683.jpg\",\"title\":\"470602685_18479309014047289_2606857417410813301_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470602685_18479309014047289_2606857417410813301_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2999,\"height\":114.528795811518335767686949111521244049072265625,\"width\":171.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/455036619_857294589254265_4022265624524897411_n-1024x1024.jpg\",\"title\":\"455036619_857294589254265_4022265624524897411_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/455036619_857294589254265_4022265624524897411_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2998,\"height\":114.528795811518335767686949111521244049072265625,\"width\":114.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/449859150_1194962441742133_6344605474599175091_n.jpg\",\"title\":\"449859150_1194962441742133_6344605474599175091_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/449859150_1194962441742133_6344605474599175091_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2997,\"height\":114.528795811518335767686949111521244049072265625,\"width\":91.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/447671102_18435710512058900_2002726956368915108_n.jpg\",\"title\":\"447671102_18435710512058900_2002726956368915108_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/447671102_18435710512058900_2002726956368915108_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2996,\"height\":114.528795811518335767686949111521244049072265625,\"width\":91.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445587699_786824676755447_6957098027536781905_n.jpg\",\"title\":\"445587699_786824676755447_6957098027536781905_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445587699_786824676755447_6957098027536781905_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2995,\"height\":114.528795811518335767686949111521244049072265625,\"width\":138.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445175176_463852779535417_6180761558755325466_n-1024x768.jpg\",\"title\":\"445175176_463852779535417_6180761558755325466_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445175176_463852779535417_6180761558755325466_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2994,\"height\":106.06060606060606232858845032751560211181640625,\"width\":141.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5372-1-1024x706.jpg\",\"title\":\"IMG_5372\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5372-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2993,\"height\":106.06060606060606232858845032751560211181640625,\"width\":153.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/VCYT6981.jpg\",\"title\":\"VCYT6981\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/VCYT6981.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2992,\"height\":106.06060606060606232858845032751560211181640625,\"width\":79.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PLSX7092-576x1024.jpg\",\"title\":\"PLSX7092\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PLSX7092.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2991,\"height\":106.06060606060606232858845032751560211181640625,\"width\":59.39999999999999857891452847979962825775146484375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MTJR4755-1024x768.jpg\",\"title\":\"MTJR4755\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MTJR4755.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2990,\"height\":106.06060606060606232858845032751560211181640625,\"width\":141.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MGLF7487.jpg\",\"title\":\"MGLF7487\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MGLF7487.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2989,\"height\":106.06060606060606232858845032751560211181640625,\"width\":141.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG-4317-1024x683.jpg\",\"title\":\"IMG-4317\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG-4317.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2988,\"height\":106.06060606060606232858845032751560211181640625,\"width\":159.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9012-1024x809.jpg\",\"title\":\"IMG_9012\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9012.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2987,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":129.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8907.jpg\",\"title\":\"IMG_8907\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8907.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2986,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":135.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4927.jpg\",\"title\":\"IMG_4927\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4927.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2984,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":135.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4900-515x1024.jpg\",\"title\":\"IMG_4900\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4900.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2983,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":50.89999999999999857891452847979962825775146484375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4541-1024x684.jpg\",\"title\":\"IMG_4541\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4541.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2982,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":152.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2833-1024x768.jpg\",\"title\":\"IMG_2833\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2833.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2978,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":135.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2832-1024x768.jpg\",\"title\":\"IMG_2832\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2832.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2977,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":135.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2831-1024x768.jpg\",\"title\":\"IMG_2831\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2831.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2976,\"height\":108.2920792079207927827155799604952335357666015625,\"width\":144},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2659-576x1024.png\",\"title\":\"IMG_2659\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2659.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2973,\"height\":108.2920792079207927827155799604952335357666015625,\"width\":60.60000000000000142108547152020037174224853515625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1989-768x1024.jpg\",\"title\":\"IMG_1989\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1989.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2970,\"height\":108.2920792079207927827155799604952335357666015625,\"width\":81.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1734-1024x768.jpg\",\"title\":\"IMG_1734\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1734.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2968,\"height\":108.2920792079207927827155799604952335357666015625,\"width\":144},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1104-1024x576.jpg\",\"title\":\"IMG_1104\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1104.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2966,\"height\":108.2920792079207927827155799604952335357666015625,\"width\":192.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1097.jpg\",\"title\":\"IMG_1097\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1097.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2965,\"height\":108.2920792079207927827155799604952335357666015625,\"width\":144},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1095-1024x1024.jpg\",\"title\":\"IMG_1095\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1095.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2964,\"height\":108.2920792079207927827155799604952335357666015625,\"width\":108.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1089.jpg\",\"title\":\"IMG_1089\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1089.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2963,\"height\":115.3947368421052743769905646331608295440673828125,\"width\":174.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1084-576x1024.png\",\"title\":\"IMG_1084\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1084.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2960,\"height\":115.3947368421052743769905646331608295440673828125,\"width\":64.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1079-1024x1019.jpg\",\"title\":\"IMG_1079\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1079.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2959,\"height\":115.3947368421052743769905646331608295440673828125,\"width\":115.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0944.jpg\",\"title\":\"IMG_0944\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0944.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2958,\"height\":115.3947368421052743769905646331608295440673828125,\"width\":173.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0501.jpg\",\"title\":\"Screenshot\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0501.jpg\",\"alt\":\"\",\"caption\":\"Screenshot\",\"thumb\":\"\",\"id\":2957,\"height\":115.3947368421052743769905646331608295440673828125,\"width\":175.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0498.jpg\",\"title\":\"Screenshot\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0498.jpg\",\"alt\":\"\",\"caption\":\"Screenshot\",\"thumb\":\"\",\"id\":2954,\"height\":115.3947368421052743769905646331608295440673828125,\"width\":174.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/87953997_230236561487320_861082269299769344_n.jpg\",\"title\":\"87953997_230236561487320_861082269299769344_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/87953997_230236561487320_861082269299769344_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2953,\"height\":124.5042492917846885802646283991634845733642578125,\"width\":165.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/811871D3-C280-46D5-9DBC-589C4E700472.jpg\",\"title\":\"811871D3-C280-46D5-9DBC-589C4E700472\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/811871D3-C280-46D5-9DBC-589C4E700472.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2951,\"height\":124.5042492917846885802646283991634845733642578125,\"width\":188},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F.jpg\",\"title\":\"09002F42-61AF-4003-9CC1-C09F374AC11F\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2950,\"height\":124.5042492917846885802646283991634845733642578125,\"width\":174.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2-1024x803.jpg\",\"title\":\"9BEACE47-192C-4771-87CB-55F3CD28C0E2\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2949,\"height\":124.5042492917846885802646283991634845733642578125,\"width\":159.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A.jpg\",\"title\":\"0A06FF3E-3164-4558-90E1-6547222E7B0A\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2948,\"height\":124.5042492917846885802646283991634845733642578125,\"width\":191.69999999999998863131622783839702606201171875}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2947\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":1} -->\n<h1 class=\"wp-block-heading has-text-align-center\">Vehicle Wraps and Tinting</h1>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":3010,\"title\":\"Our Work \\u0026#8211; Wraps\",\"columns\":\"0\",\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3812-951x1024.jpg\",\"title\":\"IMG_3812\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3812.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3148,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":89.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3845-768x1024.jpg\",\"title\":\"IMG_3845\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3845.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3147,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3846-768x1024.jpg\",\"title\":\"IMG_3846\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3846.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3146,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3897-896x1024.jpg\",\"title\":\"IMG_3897\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3897.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3145,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":84.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3944-768x1024.jpg\",\"title\":\"IMG_3944\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3944.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3144,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948-1016x1024.jpg\",\"title\":\"IMG_3948\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3143,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":95.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3960-1002x1024.jpg\",\"title\":\"IMG_3960\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3960.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3141,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":94.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3966-768x1024.jpg\",\"title\":\"IMG_3966\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3966.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3140,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4020-768x1024.jpg\",\"title\":\"IMG_4020\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4020.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3139,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021-768x1024.jpg\",\"title\":\"IMG_4021\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3138,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4035-768x1024.jpg\",\"title\":\"IMG_4035\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4035.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3137,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4036-768x1024.jpg\",\"title\":\"IMG_4036\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4036.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3136,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4054-768x1024.jpg\",\"title\":\"IMG_4054\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4054.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3135,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055-768x1024.jpg\",\"title\":\"IMG_4055\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3134,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071-768x1024.jpg\",\"title\":\"IMG_4071\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3133,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2560-768x1024.jpg\",\"title\":\"IMG_2560\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2560.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3132,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9439-1024x674.jpg\",\"title\":\"IMG_9439\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9439.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3131,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":143.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009-768x1024.jpg\",\"title\":\"IMG_8009\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3130,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7456-768x1024.jpg\",\"title\":\"IMG_7456\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7456.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3129,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455-768x1024.jpg\",\"title\":\"IMG_7455\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3128,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7447-768x1024.jpg\",\"title\":\"IMG_7447\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7447.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3127,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307-930x1024.jpg\",\"title\":\"IMG_7307\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3126,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":85.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7301-768x1024.jpg\",\"title\":\"IMG_7301\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7301.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3125,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207-768x1024.jpg\",\"title\":\"IMG_7207\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3124,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7204-768x1024.jpg\",\"title\":\"IMG_7204\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7204.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3123,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7042-768x1024.jpg\",\"title\":\"IMG_7042\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7042.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3122,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_6976-1024x768.jpg\",\"title\":\"IMG_6976\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_6976.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3121,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":130.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4031-1024x683.jpg\",\"title\":\"IMG_4031\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4031.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3120,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":147.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3619-768x1024.jpg\",\"title\":\"IMG_3619\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3619.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3119,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3617-768x1024.jpg\",\"title\":\"IMG_3617\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3617.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3118,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3305-768x1024.jpg\",\"title\":\"IMG_3305\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3305.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3117,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3223-768x1024.jpg\",\"title\":\"IMG_3223\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3223.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3116,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222-768x1024.jpg\",\"title\":\"IMG_3222\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3115,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120-768x1024.jpg\",\"title\":\"IMG_3120\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3114,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3064-768x1024.jpg\",\"title\":\"IMG_3064\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3064.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3113,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3062-768x1024.jpg\",\"title\":\"IMG_3062\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3062.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3112,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2559-768x1024.jpg\",\"title\":\"IMG_2559\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2559.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3111,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961-768x1024.jpg\",\"title\":\"IMG_1961\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3110,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1797-768x1024.jpg\",\"title\":\"IMG_1797\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1797.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3109,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796-768x1024.jpg\",\"title\":\"IMG_1796\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3108,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1011-768x1024.jpg\",\"title\":\"IMG_1011\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1011.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3107,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1010-768x1024.jpg\",\"title\":\"IMG_1010\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1010.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3106,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009-768x1024.jpg\",\"title\":\"IMG_1009\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3105,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698-768x1024.jpg\",\"title\":\"IMG_0698\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3104,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0696-768x1024.jpg\",\"title\":\"IMG_0696\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0696.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3103,\"height\":97.760358342665170994223444722592830657958984375,\"width\":73.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/68470976_1346433938856221_3994837700069818368_n-1024x683.jpg\",\"title\":\"68470976_1346433938856221_3994837700069818368_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/68470976_1346433938856221_3994837700069818368_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3102,\"height\":97.760358342665170994223444722592830657958984375,\"width\":146.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/67738814_2380243855588700_6910048023540137984_n-1024x683.jpg\",\"title\":\"67738814_2380243855588700_6910048023540137984_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/67738814_2380243855588700_6910048023540137984_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3101,\"height\":97.760358342665170994223444722592830657958984375,\"width\":146.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/29964D3A-B203-4E30-95AE-9483EC6B8490-819x1024.jpg\",\"title\":\"29964D3A-B203-4E30-95AE-9483EC6B8490\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/29964D3A-B203-4E30-95AE-9483EC6B8490.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3100,\"height\":97.760358342665170994223444722592830657958984375,\"width\":78.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68-819x1024.jpg\",\"title\":\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3099,\"height\":97.760358342665170994223444722592830657958984375,\"width\":78.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2121-1-768x1024.jpg\",\"title\":\"IMG_2121\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2121-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3098,\"height\":97.760358342665170994223444722592830657958984375,\"width\":73.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2123-1024x768.jpg\",\"title\":\"IMG_2123\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2123.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3071,\"height\":97.760358342665170994223444722592830657958984375,\"width\":130},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7488-1-1024x683.jpg\",\"title\":\"IMG_7488\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7488-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3097,\"height\":97.760358342665170994223444722592830657958984375,\"width\":146.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7489-1-683x1024.jpg\",\"title\":\"IMG_7489\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7489-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3096,\"height\":94.366197183098591949601541273295879364013671875,\"width\":63.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7491-1-1024x682.jpg\",\"title\":\"IMG_7491\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7491-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3095,\"height\":94.366197183098591949601541273295879364013671875,\"width\":141.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7492-1-683x1024.jpg\",\"title\":\"IMG_7492\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7492-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3094,\"height\":94.366197183098591949601541273295879364013671875,\"width\":63.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4544-1-768x1024.jpg\",\"title\":\"IMG_4544\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4544-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3093,\"height\":94.366197183098591949601541273295879364013671875,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4542-1024x768.jpg\",\"title\":\"IMG_4542\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4542.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3059,\"height\":94.366197183098591949601541273295879364013671875,\"width\":125.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4972e-1024x895.jpg\",\"title\":\"IMG_4972e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4972e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3055,\"height\":94.366197183098591949601541273295879364013671875,\"width\":107.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4973-1-768x1024.jpg\",\"title\":\"IMG_4973\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4973-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3092,\"height\":94.366197183098591949601541273295879364013671875,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4974-1-1024x768.jpg\",\"title\":\"IMG_4974\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4974-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3091,\"height\":94.366197183098591949601541273295879364013671875,\"width\":125.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4995-1-1024x938.jpg\",\"title\":\"IMG_4995\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4995-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3090,\"height\":94.366197183098591949601541273295879364013671875,\"width\":102.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3246-1-1024x768.jpg\",\"title\":\"IMG_3246\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3246-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3089,\"height\":94.5828819068255626234531519003212451934814453125,\"width\":125.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5601-1-1024x609.jpg\",\"title\":\"IMG_5601\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5601-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3088,\"height\":94.5828819068255626234531519003212451934814453125,\"width\":158.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1-1024x768.jpg\",\"title\":\"IMG_2698\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3087,\"height\":94.5828819068255626234531519003212451934814453125,\"width\":125.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3053-1-768x1024.jpg\",\"title\":\"IMG_3053\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3053-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3086,\"height\":94.5828819068255626234531519003212451934814453125,\"width\":70.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3616-1-768x1024.jpg\",\"title\":\"IMG_3616\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3616-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3085,\"height\":94.5828819068255626234531519003212451934814453125,\"width\":70.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1482-1024x768.jpg\",\"title\":\"IMG_1482\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1482.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3083,\"height\":94.5828819068255626234531519003212451934814453125,\"width\":125.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1490-1024x768.jpg\",\"title\":\"IMG_1490\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1490.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3081,\"height\":94.5828819068255626234531519003212451934814453125,\"width\":125.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1680e-747x1024.jpg\",\"title\":\"IMG_1680e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1680e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3077,\"height\":94.5828819068255626234531519003212451934814453125,\"width\":69},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2110-1024x768.jpg\",\"title\":\"IMG_2110\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2110.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3074,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":135.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3854-1024x768.jpg\",\"title\":\"IMG_3854\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3854.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3061,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":135.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3855-1024x576.jpg\",\"title\":\"IMG_3855\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3855-rotated.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3046,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":181.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3920e-731x1024.jpg\",\"title\":\"IMG_3920e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3920e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3060,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":72.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4572e-1024x686.jpg\",\"title\":\"IMG_4572e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4572e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3056,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":151.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4993e-634x1024.jpg\",\"title\":\"IMG_4993e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4993e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3049,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":63.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5155-1024x768.jpg\",\"title\":\"IMG_5155\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5155.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3047,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":135.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5504e-1024x622.jpg\",\"title\":\"IMG_5504e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5504e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3044,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":148.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/NHJZ5355-1024x768.jpg\",\"title\":\"NHJZ5355\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/NHJZ5355.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3067,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":119.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5644-1024x768.jpg\",\"title\":\"IMG_5644\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5644.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3042,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":119.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5645-1024x843.jpg\",\"title\":\"IMG_5645\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5645.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3041,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":108.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3244-1024x461.jpg\",\"title\":\"IMG_3244\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3244.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3040,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":199.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8489-1024x510.jpg\",\"title\":\"IMG_8489\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8489.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3038,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":180.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8611-958x1024.jpg\",\"title\":\"IMG_8611\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8611.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3037,\"height\":99.658314350797269298709579743444919586181640625,\"width\":93.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9395-1024x710.jpg\",\"title\":\"IMG_9395\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9395.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3036,\"height\":99.658314350797269298709579743444919586181640625,\"width\":143.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9445-768x1024.jpg\",\"title\":\"IMG_9445\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9445.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3035,\"height\":99.658314350797269298709579743444919586181640625,\"width\":74.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9446-768x1024.jpg\",\"title\":\"IMG_9446\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9446.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3034,\"height\":99.658314350797269298709579743444919586181640625,\"width\":74.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9576-768x1024.jpg\",\"title\":\"IMG_9576\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9576.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3033,\"height\":99.658314350797269298709579743444919586181640625,\"width\":74.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9777-1024x521.jpg\",\"title\":\"IMG_9777\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9777.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3032,\"height\":99.658314350797269298709579743444919586181640625,\"width\":196.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9781-1024x470.jpg\",\"title\":\"IMG_9781\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9781.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3031,\"height\":99.658314350797269298709579743444919586181640625,\"width\":217.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF-1024x515.jpg\",\"title\":\"75D4E00F-F35A-4C86-A1D1-D5BAC411BECF\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3030,\"height\":95.4098360655737707247681100852787494659423828125,\"width\":189.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D-917x1024.jpg\",\"title\":\"72D9BE60-918C-4B4B-9C3A-4898D7D2E51D\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3029,\"height\":95.4098360655737707247681100852787494659423828125,\"width\":85.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/F2351C4C-F4D9-480F-9934-083F6DFCE40A-1024x768.jpg\",\"title\":\"F2351C4C-F4D9-480F-9934-083F6DFCE40A\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/F2351C4C-F4D9-480F-9934-083F6DFCE40A.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3028,\"height\":95.4098360655737707247681100852787494659423828125,\"width\":126.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1-1024x767.jpg\",\"title\":\"E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3027,\"height\":95.4098360655737707247681100852787494659423828125,\"width\":127.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE-768x1024.jpg\",\"title\":\"E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3026,\"height\":95.4098360655737707247681100852787494659423828125,\"width\":71.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/07AA5C2A-CBF0-4E74-9708-3305125E5505-1024x767.jpg\",\"title\":\"07AA5C2A-CBF0-4E74-9708-3305125E5505\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/07AA5C2A-CBF0-4E74-9708-3305125E5505.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3025,\"height\":95.4098360655737707247681100852787494659423828125,\"width\":127.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/4C97A568-D52D-416B-A98C-57FE57513540-768x1024.jpg\",\"title\":\"4C97A568-D52D-416B-A98C-57FE57513540\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/4C97A568-D52D-416B-A98C-57FE57513540.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3024,\"height\":95.4098360655737707247681100852787494659423828125,\"width\":71.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556-768x1024.jpg\",\"title\":\"IMG_2556\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3023,\"height\":95.4098360655737707247681100852787494659423828125,\"width\":71.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0785-1024x758.jpg\",\"title\":\"Screenshot\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0785.jpg\",\"alt\":\"\",\"caption\":\"Screenshot\",\"thumb\":\"\",\"id\":3022,\"height\":102.3501762632197511493359343148767948150634765625,\"width\":138.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2741-768x1024.jpg\",\"title\":\"IMG_2741\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2741.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3020,\"height\":102.3501762632197511493359343148767948150634765625,\"width\":76.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3090-1024x768.jpg\",\"title\":\"IMG_3090\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3090.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3018,\"height\":102.3501762632197511493359343148767948150634765625,\"width\":136.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3128-768x1024.jpg\",\"title\":\"IMG_3128\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3128.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3016,\"height\":102.3501762632197511493359343148767948150634765625,\"width\":76.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9457-768x1024.jpg\",\"title\":\"IMG_9457\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9457.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3014,\"height\":102.3501762632197511493359343148767948150634765625,\"width\":76.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9456-768x1024.jpg\",\"title\":\"IMG_9456\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9456.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3013,\"height\":102.3501762632197511493359343148767948150634765625,\"width\":76.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9453-768x1024.jpg\",\"title\":\"IMG_9453\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9453.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3012,\"height\":102.3501762632197511493359343148767948150634765625,\"width\":76.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9452-768x1024.jpg\",\"title\":\"IMG_9452\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9452.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3011,\"height\":102.3501762632197511493359343148767948150634765625,\"width\":76.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9451-1024x768.jpg\",\"title\":\"IMG_9451\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9451.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3084,\"height\":102.3501762632197511493359343148767948150634765625,\"width\":136.099999999999994315658113919198513031005859375}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'3010\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":1} -->\n<h1 class=\"wp-block-heading has-text-align-center\">Canopies and Flags</h1>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":3152,\"title\":\"Our Work \\u0026#8211; Canopies\",\"columns\":\"0\",\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/AG-1024x768.png\",\"title\":\"Aggressive Graphix 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/AG.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3153,\"height\":93.984962406015029046102426946163177490234375,\"width\":125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/dhopkins10x10-1024x768.webp\",\"title\":\"DCH Masonry 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/dhopkins10x10.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3489,\"height\":93.984962406015029046102426946163177490234375,\"width\":125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/grice10x10-1024x768.webp\",\"title\":\"Gary Rice Shop Equipment 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/grice10x10.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3488,\"height\":93.984962406015029046102426946163177490234375,\"width\":125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/sweetsubies-1024x768.png\",\"title\":\"Sweet Subies 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/sweetsubies.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3179,\"height\":93.984962406015029046102426946163177490234375,\"width\":125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsandstripes-1024x768.png\",\"title\":\"Scars and Stripes 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsandstripes.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3177,\"height\":93.984962406015029046102426946163177490234375,\"width\":125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PlaceFord-1024x768.png\",\"title\":\"Place Ford 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PlaceFord.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3176,\"height\":93.984962406015029046102426946163177490234375,\"width\":125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/mx23-1024x768.png\",\"title\":\"MX23 Brookfield 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/mx23.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3175,\"height\":93.984962406015029046102426946163177490234375,\"width\":125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/flawlessdetailing-1024x768.png\",\"title\":\"Flawless Detailing MA 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/flawlessdetailing.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3160,\"height\":109.8997493734335790804834687151014804840087890625,\"width\":146.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x10-1024x768.webp\",\"title\":\"Wicked Big Car Show 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x10.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3485,\"height\":109.8997493734335790804834687151014804840087890625,\"width\":146.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/daigleracing-1024x768.jpg\",\"title\":\"Daigle Racing 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/daigleracing.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3159,\"height\":109.8997493734335790804834687151014804840087890625,\"width\":146.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/cscservices-1024x768.jpg\",\"title\":\"CSC Services 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/cscservices.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3158,\"height\":109.8997493734335790804834687151014804840087890625,\"width\":146.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/colosseumbarbell-1024x768.png\",\"title\":\"Colosseum Barbell Club 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/colosseumbarbell.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3157,\"height\":109.8997493734335790804834687151014804840087890625,\"width\":146.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/bosssuspension-1024x768.png\",\"title\":\"Boss Suspension 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/bosssuspension.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3156,\"height\":109.8997493734335790804834687151014804840087890625,\"width\":146.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ATMracing-1024x768.png\",\"title\":\"ATM Racing 10x15\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ATMracing.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3154,\"height\":109.8997493734335790804834687151014804840087890625,\"width\":146.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/harringer-1024x768.png\",\"title\":\"Dawson Harriger 10x15\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/harringer.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3172,\"height\":109.8997493734335790804834687151014804840087890625,\"width\":146.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x20-1024x768.webp\",\"title\":\"Wick Big Car Show 10x20\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x20.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3486,\"height\":109.8997493734335790804834687151014804840087890625,\"width\":146.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/supplife10x20-1024x768.webp\",\"title\":\"SuppLife 10x20\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/supplife10x20.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3487,\"height\":109.8997493734335790804834687151014804840087890625,\"width\":146.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kavanagh10x20-1024x768.webp\",\"title\":\"Kavanagh 10x20\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kavanagh10x20.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3484,\"height\":109.8997493734335790804834687151014804840087890625,\"width\":146.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/triplethreatracing-1024x768.png\",\"title\":\"Triple Threat Racing 10x20\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/triplethreatracing.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3180,\"height\":109.8997493734335790804834687151014804840087890625,\"width\":146.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/dhopkinswall-1024x768.webp\",\"title\":\"Mya Hopkins/Plaistow Powersports half wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/dhopkinswall.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3490,\"height\":98.3258928571428469922466319985687732696533203125,\"width\":130.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrhalfwall-1024x768.webp\",\"title\":\"KSR Wheels half wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrhalfwall.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3494,\"height\":98.3258928571428469922466319985687732696533203125,\"width\":130.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsstripeshalfwall-1024x384.png\",\"title\":\"scarsstripeshalfwall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsstripeshalfwall.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3178,\"height\":98.3258928571428469922466319985687732696533203125,\"width\":262.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall2-1024x282.png\",\"title\":\"Kaplan Cycles half wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall2.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3174,\"height\":98.3258928571428469922466319985687732696533203125,\"width\":356.8999999999999772626324556767940521240234375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall-1024x299.png\",\"title\":\"Kaplan Cycles half wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3173,\"height\":102.7939464493597228056387393735349178314208984375,\"width\":351.6000000000000227373675443232059478759765625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/bosshalfwall-1024x286.png\",\"title\":\"Boss Suspension half wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/bosshalfwall.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3155,\"height\":102.7939464493597228056387393735349178314208984375,\"width\":368},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallAG-1024x643.png\",\"title\":\"Aggressive Graphix full wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallAG.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3165,\"height\":102.7939464493597228056387393735349178314208984375,\"width\":163.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallCBC-1024x632.png\",\"title\":\"Colosseum Barbell Club full wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallCBC.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3166,\"height\":93.099787685774941792260506190359592437744140625,\"width\":150.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallsinister-1024x662.png\",\"title\":\"Sinfully Slick Auto Spa full wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallsinister.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3170,\"height\":93.099787685774941792260506190359592437744140625,\"width\":144.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallPlaistow-1024x667.png\",\"title\":\"Plaistow Powersports full wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallPlaistow.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3169,\"height\":93.099787685774941792260506190359592437744140625,\"width\":143.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallWeepingWillow-1024x612.png\",\"title\":\"Weeping Willow full wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallWeepingWillow.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3171,\"height\":93.099787685774941792260506190359592437744140625,\"width\":155.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallFlawless-1024x689.png\",\"title\":\"Flawless Detailing MA full wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallFlawless.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3167,\"height\":93.099787685774941792260506190359592437744140625,\"width\":138.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall10TTR-1024x660.png\",\"title\":\"Triple Threat Racing full wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall10TTR.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3162,\"height\":93.099787685774941792260506190359592437744140625,\"width\":144.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall20TTR-1024x420.png\",\"title\":\"Triple Threat Racing 20ft full wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall20TTR.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3163,\"height\":108.0246913580246967967468663118779659271240234375,\"width\":263.6000000000000227373675443232059478759765625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrtable-1024x768.webp\",\"title\":\"KSR Wheels table cloth\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrtable.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3496,\"height\":108.0246913580246967967468663118779659271240234375,\"width\":143.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fueltoinspire-1024x768.jpg\",\"title\":\"Fuel to Inspire table cloth\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fueltoinspire.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3161,\"height\":108.0246913580246967967468663118779659271240234375,\"width\":143.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrflag-768x1024.webp\",\"title\":\"KSR Wheels 9ft flag\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrflag.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3495,\"height\":108.0246913580246967967468663118779659271240234375,\"width\":81},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/carerentals-768x1024.webp\",\"title\":\"Care Equipment rentals 7ft flag\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/carerentals.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3493,\"height\":108.0246913580246967967468663118779659271240234375,\"width\":81},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/carelandscapesupply-768x1024.webp\",\"title\":\"Care Equipment landscape supply 7ft flag\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/carelandscapesupply.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3492,\"height\":108.0246913580246967967468663118779659271240234375,\"width\":81},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/careexcavation-768x1024.webp\",\"title\":\"Care Excavation 7ft flag\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/careexcavation.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3491,\"height\":108.0246913580246967967468663118779659271240234375,\"width\":81}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'3152\']</div>\n<!-- /wp:envira/envira-gallery -->','Our Work','','inherit','closed','closed','','82-revision-v1','','','2025-08-13 19:47:52','2025-08-13 19:47:52','',82,'https://aggressivegraphix.com/?p=3498',0,'revision','',0),(3499,1,'2025-08-13 20:21:33','2025-08-13 20:21:33','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\",\"area\":\"header\"} /-->\n\n<!-- wp:group {\"tagName\":\"main\"} -->\n<main class=\"wp-block-group\"><!-- wp:post-content {\"lock\":{\"move\":false,\"remove\":true},\"layout\":{\"type\":\"constrained\"}} /--></main>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Blank','','inherit','closed','closed','','1991-revision-v1','','','2025-08-13 20:21:33','2025-08-13 20:21:33','',1991,'https://aggressivegraphix.com/?p=3499',0,'revision','',0),(3500,0,'2025-08-16 14:22:20','2025-08-16 14:22:20','','Order &ndash; August 16, 2025 @ 02:22 PM','','wc-completed','closed','closed','','order-august-16-2025-0222-pm','','','2025-08-29 18:16:08','2025-08-29 18:16:08','',0,'https://aggressivegraphix.com/?post_type=shop_order_placehold&#038;p=3500',0,'shop_order','',4),(3503,1,'2025-08-20 17:11:46','2025-08-20 17:11:46','<!-- wp:navigation-link {\"label\":\"Home\",\"type\":\"page\",\"id\":2,\"url\":\"https://aggressivegraphix.com/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-submenu {\"label\":\"Shop\",\"type\":\"page\",\"id\":6,\"url\":\"https://aggressivegraphix.com/shop/\",\"kind\":\"post-type\"} -->\n<!-- wp:navigation-submenu {\"label\":\"Outfit Bike\",\"type\":\"product_cat\",\"id\":27,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/\",\"kind\":\"taxonomy\"} -->\n<!-- wp:navigation-link {\"label\":\"Custom Graphics kits\",\"type\":\"product_cat\",\"id\":24,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/custom-graphics-kits/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Seat Covers\",\"type\":\"product_cat\",\"id\":25,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/seat-covers/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Plastic kits\",\"type\":\"product_cat\",\"id\":26,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/plastic-kits/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Rider Accessories\",\"type\":\"product_cat\",\"id\":28,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/\",\"kind\":\"taxonomy\"} -->\n<!-- wp:navigation-link {\"label\":\"Jersey Lettering\",\"type\":\"product_cat\",\"id\":29,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/jersey-lettering/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Goggles\",\"type\":\"product_cat\",\"id\":30,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Canopies and Accessories\",\"type\":\"product_cat\",\"id\":36,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Merchandise\",\"type\":\"product_cat\",\"id\":32,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/merchandise/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Vehicle wraps and window tinting\",\"type\":\"page\",\"id\":95,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/\",\"kind\":\"post-type\"} -->\n<!-- wp:navigation-link {\"label\":\"Commercial wraps and lettering\",\"type\":\"page\",\"id\":1214,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/commercial-wraps-and-lettering/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Style wraps\",\"type\":\"page\",\"id\":1212,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/color-change-wraps/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Window Tint Services\",\"type\":\"page\",\"id\":1216,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/window-tint/\",\"kind\":\"post-type\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"About Us\",\"type\":\"page\",\"id\":93,\"url\":\"https://aggressivegraphix.com/about-us/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Our Work\",\"type\":\"page\",\"id\":82,\"url\":\"https://aggressivegraphix.com/our-work/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Contact Us\",\"type\":\"page\",\"id\":31,\"url\":\"https://aggressivegraphix.com/contact-us/\",\"kind\":\"post-type\"} /-->','Mobile main nav','','inherit','closed','closed','','3231-revision-v1','','','2025-08-20 17:11:46','2025-08-20 17:11:46','',3231,'https://aggressivegraphix.com/?p=3503',0,'revision','',0),(3504,1,'2025-08-20 17:11:56','2025-08-20 17:11:56','<!-- wp:navigation-link {\"label\":\"Home\",\"type\":\"page\",\"id\":2,\"url\":\"https://aggressivegraphix.com/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-submenu {\"label\":\"Shop\",\"type\":\"page\",\"id\":6,\"url\":\"https://aggressivegraphix.com/shop/\",\"kind\":\"post-type\"} -->\n<!-- wp:navigation-submenu {\"label\":\"Outfit Bike\",\"type\":\"product_cat\",\"id\":27,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/\",\"kind\":\"taxonomy\"} -->\n<!-- wp:navigation-link {\"label\":\"Custom Graphics kits\",\"type\":\"product_cat\",\"id\":24,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/custom-graphics-kits/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Seat Covers\",\"type\":\"product_cat\",\"id\":25,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/seat-covers/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Plastic kits\",\"type\":\"product_cat\",\"id\":26,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/plastic-kits/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Rider Accessories\",\"type\":\"product_cat\",\"id\":28,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/\",\"kind\":\"taxonomy\"} -->\n<!-- wp:navigation-link {\"label\":\"Jersey Lettering\",\"type\":\"product_cat\",\"id\":29,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/jersey-lettering/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Goggles\",\"type\":\"product_cat\",\"id\":30,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Canopies and Accessories\",\"type\":\"product_cat\",\"id\":36,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/\",\"kind\":\"taxonomy\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Merchandise\",\"type\":\"product_cat\",\"id\":32,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/merchandise/\",\"kind\":\"taxonomy\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Vehicle wraps and window tinting\",\"type\":\"page\",\"id\":95,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/\",\"kind\":\"post-type\"} -->\n<!-- wp:navigation-link {\"label\":\"Style wraps\",\"type\":\"page\",\"id\":1212,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/color-change-wraps/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Commercial wraps and lettering\",\"type\":\"page\",\"id\":1214,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/commercial-wraps-and-lettering/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Window Tint Services\",\"type\":\"page\",\"id\":1216,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/window-tint/\",\"kind\":\"post-type\"} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"About Us\",\"type\":\"page\",\"id\":93,\"url\":\"https://aggressivegraphix.com/about-us/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Our Work\",\"type\":\"page\",\"id\":82,\"url\":\"https://aggressivegraphix.com/our-work/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Contact Us\",\"type\":\"page\",\"id\":31,\"url\":\"https://aggressivegraphix.com/contact-us/\",\"kind\":\"post-type\"} /-->','Mobile main nav','','inherit','closed','closed','','3231-revision-v1','','','2025-08-20 17:11:56','2025-08-20 17:11:56','',3231,'https://aggressivegraphix.com/?p=3504',0,'revision','',0),(3505,1,'2025-08-20 17:12:24','2025-08-20 17:12:24','<!-- wp:navigation-link {\"label\":\"Home\",\"type\":\"page\",\"id\":2,\"url\":\"https://aggressivegraphix.com/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"22px\"}}} /-->\n\n<!-- wp:navigation-submenu {\"label\":\"Shop\",\"type\":\"page\",\"id\":6,\"url\":\"https://aggressivegraphix.com/shop/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"22px\"}}} -->\n<!-- wp:navigation-submenu {\"label\":\"Outfit Bike\",\"type\":\"product_cat\",\"id\":27,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} -->\n<!-- wp:navigation-link {\"label\":\"Custom Graphics kits\",\"type\":\"product_cat\",\"id\":24,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/custom-graphics-kits/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Semi-custom Number Plates\",\"type\":\"product_cat\",\"id\":54,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/semi-custom-number-plates/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Seat Covers\",\"type\":\"product_cat\",\"id\":25,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/seat-covers/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Plastic kits\",\"type\":\"product_cat\",\"id\":26,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/plastic-kits/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Rider Accessories\",\"type\":\"product_cat\",\"id\":28,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} -->\n<!-- wp:navigation-link {\"label\":\"Jersey lettering\",\"type\":\"product_cat\",\"id\":29,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/jersey-lettering/\",\"kind\":\"taxonomy\",\"className\":\"is-style-default\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-submenu {\"label\":\"Goggles\",\"type\":\"product_cat\",\"id\":30,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} -->\n<!-- wp:navigation-link {\"label\":\"Adult goggles\",\"type\":\"product_tag\",\"id\":64,\"url\":\"https://aggressivegraphix.com/product-tag/adult-goggles/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Youth goggles\",\"type\":\"product_tag\",\"id\":65,\"url\":\"https://aggressivegraphix.com/product-tag/youth-goggles/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Goggle Accessories\",\"type\":\"product_cat\",\"id\":31,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/goggle-accessories/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Canopies and Accessories\",\"type\":\"product_cat\",\"id\":36,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} -->\n<!-- wp:navigation-link {\"label\":\"Canopies\",\"type\":\"product_cat\",\"id\":37,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/canopies/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Half Walls\",\"type\":\"product_cat\",\"id\":38,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/half-walls/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Full Walls\",\"type\":\"product_cat\",\"id\":39,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/full-walls/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Flags\",\"type\":\"product_cat\",\"id\":40,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/flags/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Table Cloths\",\"type\":\"product_cat\",\"id\":41,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/table-cloths/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Setup accessories\",\"type\":\"product_cat\",\"id\":42,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/setup-accessories/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Merchandise\",\"type\":\"product_cat\",\"id\":32,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/merchandise/\",\"kind\":\"taxonomy\",\"className\":\"is-style-default\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Wraps and Tint\",\"type\":\"page\",\"id\":95,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"22px\"}}} -->\n<!-- wp:navigation-link {\"label\":\"Color change wraps\",\"type\":\"page\",\"id\":1212,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/color-change-wraps/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Commercial wraps and lettering\",\"type\":\"page\",\"id\":1214,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/commercial-wraps-and-lettering/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Window tint\",\"type\":\"page\",\"id\":1216,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/window-tint/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Our Work\",\"type\":\"page\",\"id\":82,\"url\":\"https://aggressivegraphix.com/our-work/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"22px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"About Us\",\"type\":\"page\",\"id\":93,\"url\":\"https://aggressivegraphix.com/about-us/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"22px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Contact Us\",\"type\":\"page\",\"id\":31,\"url\":\"https://aggressivegraphix.com/contact-us/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"22px\"}}} /-->','Desktop main nav','','inherit','closed','closed','','1919-revision-v1','','','2025-08-20 17:12:24','2025-08-20 17:12:24','',1919,'https://aggressivegraphix.com/?p=3505',0,'revision','',0),(3506,1,'2025-08-20 17:17:49','2025-08-20 17:17:49','<!-- wp:paragraph -->\n<p class=\"\">Need to download our logo for your project to show support? We don\'t gatekeep our stuff, advertise it with pride! Below are a couple media kits including our 3 logo variations for use. Vector files and PNGs for your downloading.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Vector files</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"backgroundColor\":\"primary\",\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-primary-background-color has-text-color has-background has-link-color\">Links coming soon.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">PNGs</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"backgroundColor\":\"primary\",\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-primary-background-color has-text-color has-background has-link-color\">Links coming soon.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','AG Logos','','publish','closed','closed','','ag-logos','','','2025-08-20 17:17:52','2025-08-20 17:17:52','',0,'https://aggressivegraphix.com/?page_id=3506',0,'page','',0),(3507,1,'2025-08-20 17:17:49','2025-08-20 17:17:49','<!-- wp:paragraph -->\n<p class=\"\">Need to download our logo for your project to show support? We don\'t gatekeep our stuff, advertise it with pride! Below are a couple media kits including our 3 logo variations for use. Vector files and PNGs for your downloading.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Vector files</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"backgroundColor\":\"primary\",\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-primary-background-color has-text-color has-background has-link-color\">Links coming soon.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">PNGs</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"backgroundColor\":\"primary\",\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-primary-background-color has-text-color has-background has-link-color\">Links coming soon.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','AG Logos','','inherit','closed','closed','','3506-revision-v1','','','2025-08-20 17:17:49','2025-08-20 17:17:49','',3506,'https://aggressivegraphix.com/?p=3507',0,'revision','',0),(3508,1,'2025-08-20 17:19:19','2025-08-20 17:19:19','<!-- wp:navigation-link {\"label\":\"Terms and Conditions\",\"type\":\"page\",\"id\":10,\"url\":\"https://aggressivegraphix.com/terms_conditions/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Privacy Policy\",\"type\":\"page\",\"id\":3,\"url\":\"https://aggressivegraphix.com/privacy-policy/\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"AG Logos\",\"type\":\"page\",\"id\":3,\"url\":\"https://aggressivegraphix.com/ag-logos\",\"kind\":\"post-type\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Contact Us\",\"type\":\"page\",\"id\":31,\"url\":\"https://aggressivegraphix.com/contact-us/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}}} /-->','footer-legal','','inherit','closed','closed','','28-revision-v1','','','2025-08-20 17:19:19','2025-08-20 17:19:19','',28,'https://aggressivegraphix.com/?p=3508',0,'revision','',0),(3509,1,'2025-08-20 17:54:02','2025-08-20 17:54:02','<!-- wp:heading {\"textAlign\":\"center\",\"level\":1} -->\n<h1 class=\"wp-block-heading has-text-align-center\">Moto stuff</h1>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2947,\"title\":\"Our Work \\u0026#8211; Bikes\",\"columns\":\"0\",\"row_height\":120,\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/437148274_742504491362521_7065599385733258382_n-1024x768.jpg\",\"title\":\"437148274_742504491362521_7065599385733258382_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/437148274_742504491362521_7065599385733258382_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3008,\"height\":113.6363636363636402393240132369101047515869140625,\"width\":151.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/504489709_17885899926279969_177754631791483776_n-1016x1024.jpg\",\"title\":\"504489709_17885899926279969_177754631791483776_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/504489709_17885899926279969_177754631791483776_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3007,\"height\":113.6363636363636402393240132369101047515869140625,\"width\":112.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/503284456_18509958433044190_7517990739271165788_n.jpg\",\"title\":\"503284456_18509958433044190_7517990739271165788_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/503284456_18509958433044190_7517990739271165788_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3006,\"height\":113.6363636363636402393240132369101047515869140625,\"width\":85.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/498942563_18387584923142936_596123371765232778_n-819x1024.jpg\",\"title\":\"498942563_18387584923142936_596123371765232778_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/498942563_18387584923142936_596123371765232778_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3005,\"height\":113.6363636363636402393240132369101047515869140625,\"width\":90.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/497541595_18501294259001614_2598109448780506479_n-1024x683.jpg\",\"title\":\"497541595_18501294259001614_2598109448780506479_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/497541595_18501294259001614_2598109448780506479_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3004,\"height\":113.6363636363636402393240132369101047515869140625,\"width\":170.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/491442005_18510909595020751_7234922605167022337_n.jpg\",\"title\":\"491442005_18510909595020751_7234922605167022337_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/491442005_18510909595020751_7234922605167022337_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3003,\"height\":113.6363636363636402393240132369101047515869140625,\"width\":151.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/488181926_644288625165545_5872832267448076159_n-1024x1024.jpg\",\"title\":\"488181926_644288625165545_5872832267448076159_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/488181926_644288625165545_5872832267448076159_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3002,\"height\":113.6363636363636402393240132369101047515869140625,\"width\":113.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/486213528_18495203686033581_4058816147006171820_n.jpg\",\"title\":\"486213528_18495203686033581_4058816147006171820_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/486213528_18495203686033581_4058816147006171820_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3001,\"height\":114.528795811518335767686949111521244049072265625,\"width\":152.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470902406_1231561204578289_151210119275735549_n-1024x1024.jpg\",\"title\":\"470902406_1231561204578289_151210119275735549_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470902406_1231561204578289_151210119275735549_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3000,\"height\":114.528795811518335767686949111521244049072265625,\"width\":114.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470602685_18479309014047289_2606857417410813301_n-1024x683.jpg\",\"title\":\"470602685_18479309014047289_2606857417410813301_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/470602685_18479309014047289_2606857417410813301_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2999,\"height\":114.528795811518335767686949111521244049072265625,\"width\":171.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/455036619_857294589254265_4022265624524897411_n-1024x1024.jpg\",\"title\":\"455036619_857294589254265_4022265624524897411_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/455036619_857294589254265_4022265624524897411_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2998,\"height\":114.528795811518335767686949111521244049072265625,\"width\":114.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/449859150_1194962441742133_6344605474599175091_n.jpg\",\"title\":\"449859150_1194962441742133_6344605474599175091_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/449859150_1194962441742133_6344605474599175091_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2997,\"height\":114.528795811518335767686949111521244049072265625,\"width\":91.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/447671102_18435710512058900_2002726956368915108_n.jpg\",\"title\":\"447671102_18435710512058900_2002726956368915108_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/447671102_18435710512058900_2002726956368915108_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2996,\"height\":114.528795811518335767686949111521244049072265625,\"width\":91.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445587699_786824676755447_6957098027536781905_n.jpg\",\"title\":\"445587699_786824676755447_6957098027536781905_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445587699_786824676755447_6957098027536781905_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2995,\"height\":114.528795811518335767686949111521244049072265625,\"width\":138.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445175176_463852779535417_6180761558755325466_n-1024x768.jpg\",\"title\":\"445175176_463852779535417_6180761558755325466_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/445175176_463852779535417_6180761558755325466_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2994,\"height\":106.06060606060606232858845032751560211181640625,\"width\":141.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5372-1-1024x706.jpg\",\"title\":\"IMG_5372\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5372-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2993,\"height\":106.06060606060606232858845032751560211181640625,\"width\":153.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/VCYT6981.jpg\",\"title\":\"VCYT6981\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/VCYT6981.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2992,\"height\":106.06060606060606232858845032751560211181640625,\"width\":79.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PLSX7092-576x1024.jpg\",\"title\":\"PLSX7092\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PLSX7092.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2991,\"height\":106.06060606060606232858845032751560211181640625,\"width\":59.39999999999999857891452847979962825775146484375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MTJR4755-1024x768.jpg\",\"title\":\"MTJR4755\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MTJR4755.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2990,\"height\":106.06060606060606232858845032751560211181640625,\"width\":141.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MGLF7487.jpg\",\"title\":\"MGLF7487\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/MGLF7487.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2989,\"height\":106.06060606060606232858845032751560211181640625,\"width\":141.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG-4317-1024x683.jpg\",\"title\":\"IMG-4317\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG-4317.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2988,\"height\":106.06060606060606232858845032751560211181640625,\"width\":159.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9012-1024x809.jpg\",\"title\":\"IMG_9012\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9012.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2987,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":129.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8907.jpg\",\"title\":\"IMG_8907\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8907.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2986,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":135.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4927.jpg\",\"title\":\"IMG_4927\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4927.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2984,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":135.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4900-515x1024.jpg\",\"title\":\"IMG_4900\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4900.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2983,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":50.89999999999999857891452847979962825775146484375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4541-1024x684.jpg\",\"title\":\"IMG_4541\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4541.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2982,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":152.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2833-1024x768.jpg\",\"title\":\"IMG_2833\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2833.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2978,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":135.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2832-1024x768.jpg\",\"title\":\"IMG_2832\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2832.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2977,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":135.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2831-1024x768.jpg\",\"title\":\"IMG_2831\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2831.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2976,\"height\":108.2920792079207927827155799604952335357666015625,\"width\":144},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2659-576x1024.png\",\"title\":\"IMG_2659\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2659.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2973,\"height\":108.2920792079207927827155799604952335357666015625,\"width\":60.60000000000000142108547152020037174224853515625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1989-768x1024.jpg\",\"title\":\"IMG_1989\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1989.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2970,\"height\":108.2920792079207927827155799604952335357666015625,\"width\":81.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1734-1024x768.jpg\",\"title\":\"IMG_1734\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1734.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2968,\"height\":108.2920792079207927827155799604952335357666015625,\"width\":144},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1104-1024x576.jpg\",\"title\":\"IMG_1104\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1104.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2966,\"height\":108.2920792079207927827155799604952335357666015625,\"width\":192.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1097.jpg\",\"title\":\"IMG_1097\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1097.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2965,\"height\":108.2920792079207927827155799604952335357666015625,\"width\":144},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1095-1024x1024.jpg\",\"title\":\"IMG_1095\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1095.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2964,\"height\":108.2920792079207927827155799604952335357666015625,\"width\":108.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1089.jpg\",\"title\":\"IMG_1089\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1089.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2963,\"height\":115.3947368421052743769905646331608295440673828125,\"width\":174.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1084-576x1024.png\",\"title\":\"IMG_1084\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1084.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2960,\"height\":115.3947368421052743769905646331608295440673828125,\"width\":64.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1079-1024x1019.jpg\",\"title\":\"IMG_1079\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1079.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2959,\"height\":115.3947368421052743769905646331608295440673828125,\"width\":115.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0944.jpg\",\"title\":\"IMG_0944\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0944.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2958,\"height\":115.3947368421052743769905646331608295440673828125,\"width\":173.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0501.jpg\",\"title\":\"Screenshot\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0501.jpg\",\"alt\":\"\",\"caption\":\"Screenshot\",\"thumb\":\"\",\"id\":2957,\"height\":115.3947368421052743769905646331608295440673828125,\"width\":175.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0498.jpg\",\"title\":\"Screenshot\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0498.jpg\",\"alt\":\"\",\"caption\":\"Screenshot\",\"thumb\":\"\",\"id\":2954,\"height\":115.3947368421052743769905646331608295440673828125,\"width\":174.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/87953997_230236561487320_861082269299769344_n.jpg\",\"title\":\"87953997_230236561487320_861082269299769344_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/87953997_230236561487320_861082269299769344_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2953,\"height\":124.5042492917846885802646283991634845733642578125,\"width\":165.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/811871D3-C280-46D5-9DBC-589C4E700472.jpg\",\"title\":\"811871D3-C280-46D5-9DBC-589C4E700472\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/811871D3-C280-46D5-9DBC-589C4E700472.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2951,\"height\":124.5042492917846885802646283991634845733642578125,\"width\":188},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F.jpg\",\"title\":\"09002F42-61AF-4003-9CC1-C09F374AC11F\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/09002F42-61AF-4003-9CC1-C09F374AC11F.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2950,\"height\":124.5042492917846885802646283991634845733642578125,\"width\":174.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2-1024x803.jpg\",\"title\":\"9BEACE47-192C-4771-87CB-55F3CD28C0E2\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/9BEACE47-192C-4771-87CB-55F3CD28C0E2.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2949,\"height\":124.5042492917846885802646283991634845733642578125,\"width\":159.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A.jpg\",\"title\":\"0A06FF3E-3164-4558-90E1-6547222E7B0A\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/0A06FF3E-3164-4558-90E1-6547222E7B0A.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2948,\"height\":124.5042492917846885802646283991634845733642578125,\"width\":191.69999999999998863131622783839702606201171875}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2947\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":1} -->\n<h1 class=\"wp-block-heading has-text-align-center\">Vehicle Wraps and Tinting</h1>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":3010,\"title\":\"Our Work \\u0026#8211; Wraps\",\"columns\":\"0\",\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3812-951x1024.jpg\",\"title\":\"IMG_3812\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3812.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3148,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":89.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3845-768x1024.jpg\",\"title\":\"IMG_3845\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3845.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3147,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3846-768x1024.jpg\",\"title\":\"IMG_3846\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3846.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3146,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3897-896x1024.jpg\",\"title\":\"IMG_3897\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3897.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3145,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":84.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3944-768x1024.jpg\",\"title\":\"IMG_3944\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3944.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3144,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948-1016x1024.jpg\",\"title\":\"IMG_3948\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3948.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3143,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":95.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3960-1002x1024.jpg\",\"title\":\"IMG_3960\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3960.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3141,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":94.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3966-768x1024.jpg\",\"title\":\"IMG_3966\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3966.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3140,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4020-768x1024.jpg\",\"title\":\"IMG_4020\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4020.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3139,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021-768x1024.jpg\",\"title\":\"IMG_4021\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4021.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3138,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4035-768x1024.jpg\",\"title\":\"IMG_4035\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4035.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3137,\"height\":96.0132890365448332659070729278028011322021484375,\"width\":72},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4036-768x1024.jpg\",\"title\":\"IMG_4036\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4036.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3136,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4054-768x1024.jpg\",\"title\":\"IMG_4054\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4054.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3135,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055-768x1024.jpg\",\"title\":\"IMG_4055\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4055.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3134,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071-768x1024.jpg\",\"title\":\"IMG_4071\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4071.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3133,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2560-768x1024.jpg\",\"title\":\"IMG_2560\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2560.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3132,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9439-1024x674.jpg\",\"title\":\"IMG_9439\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9439.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3131,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":143.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009-768x1024.jpg\",\"title\":\"IMG_8009\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8009.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3130,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7456-768x1024.jpg\",\"title\":\"IMG_7456\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7456.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3129,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455-768x1024.jpg\",\"title\":\"IMG_7455\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7455.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3128,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7447-768x1024.jpg\",\"title\":\"IMG_7447\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7447.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3127,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307-930x1024.jpg\",\"title\":\"IMG_7307\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7307.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3126,\"height\":94.4444444444444428654605871997773647308349609375,\"width\":85.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7301-768x1024.jpg\",\"title\":\"IMG_7301\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7301.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3125,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207-768x1024.jpg\",\"title\":\"IMG_7207\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7207.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3124,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7204-768x1024.jpg\",\"title\":\"IMG_7204\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7204.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3123,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7042-768x1024.jpg\",\"title\":\"IMG_7042\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7042.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3122,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_6976-1024x768.jpg\",\"title\":\"IMG_6976\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_6976.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3121,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":130.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4031-1024x683.jpg\",\"title\":\"IMG_4031\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4031.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3120,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":147.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3619-768x1024.jpg\",\"title\":\"IMG_3619\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3619.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3119,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3617-768x1024.jpg\",\"title\":\"IMG_3617\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3617.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3118,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3305-768x1024.jpg\",\"title\":\"IMG_3305\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3305.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3117,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3223-768x1024.jpg\",\"title\":\"IMG_3223\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3223.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3116,\"height\":98.4144960362400951225936296395957469940185546875,\"width\":73.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222-768x1024.jpg\",\"title\":\"IMG_3222\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3222.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3115,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120-768x1024.jpg\",\"title\":\"IMG_3120\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3120.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3114,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3064-768x1024.jpg\",\"title\":\"IMG_3064\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3064.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3113,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3062-768x1024.jpg\",\"title\":\"IMG_3062\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3062.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3112,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2559-768x1024.jpg\",\"title\":\"IMG_2559\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2559.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3111,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961-768x1024.jpg\",\"title\":\"IMG_1961\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1961.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3110,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1797-768x1024.jpg\",\"title\":\"IMG_1797\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1797.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3109,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796-768x1024.jpg\",\"title\":\"IMG_1796\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1796.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3108,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1011-768x1024.jpg\",\"title\":\"IMG_1011\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1011.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3107,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1010-768x1024.jpg\",\"title\":\"IMG_1010\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1010.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3106,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009-768x1024.jpg\",\"title\":\"IMG_1009\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1009.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3105,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698-768x1024.jpg\",\"title\":\"IMG_0698\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0698.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3104,\"height\":96.111111111111114269078825600445270538330078125,\"width\":72.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0696-768x1024.jpg\",\"title\":\"IMG_0696\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0696.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3103,\"height\":97.760358342665170994223444722592830657958984375,\"width\":73.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/68470976_1346433938856221_3994837700069818368_n-1024x683.jpg\",\"title\":\"68470976_1346433938856221_3994837700069818368_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/68470976_1346433938856221_3994837700069818368_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3102,\"height\":97.760358342665170994223444722592830657958984375,\"width\":146.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/67738814_2380243855588700_6910048023540137984_n-1024x683.jpg\",\"title\":\"67738814_2380243855588700_6910048023540137984_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/67738814_2380243855588700_6910048023540137984_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3101,\"height\":97.760358342665170994223444722592830657958984375,\"width\":146.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/29964D3A-B203-4E30-95AE-9483EC6B8490-819x1024.jpg\",\"title\":\"29964D3A-B203-4E30-95AE-9483EC6B8490\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/29964D3A-B203-4E30-95AE-9483EC6B8490.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3100,\"height\":97.760358342665170994223444722592830657958984375,\"width\":78.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68-819x1024.jpg\",\"title\":\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/778D6D30-EF8B-49F5-A251-BC549CDC2E68.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3099,\"height\":97.760358342665170994223444722592830657958984375,\"width\":78.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2121-1-768x1024.jpg\",\"title\":\"IMG_2121\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2121-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3098,\"height\":97.760358342665170994223444722592830657958984375,\"width\":73.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2123-1024x768.jpg\",\"title\":\"IMG_2123\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2123.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3071,\"height\":97.760358342665170994223444722592830657958984375,\"width\":130},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7488-1-1024x683.jpg\",\"title\":\"IMG_7488\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7488-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3097,\"height\":97.760358342665170994223444722592830657958984375,\"width\":146.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7489-1-683x1024.jpg\",\"title\":\"IMG_7489\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7489-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3096,\"height\":94.366197183098591949601541273295879364013671875,\"width\":63.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7491-1-1024x682.jpg\",\"title\":\"IMG_7491\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7491-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3095,\"height\":94.366197183098591949601541273295879364013671875,\"width\":141.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7492-1-683x1024.jpg\",\"title\":\"IMG_7492\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_7492-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3094,\"height\":94.366197183098591949601541273295879364013671875,\"width\":63.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4544-1-768x1024.jpg\",\"title\":\"IMG_4544\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4544-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3093,\"height\":94.366197183098591949601541273295879364013671875,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4542-1024x768.jpg\",\"title\":\"IMG_4542\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4542.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3059,\"height\":94.366197183098591949601541273295879364013671875,\"width\":125.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4972e-1024x895.jpg\",\"title\":\"IMG_4972e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4972e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3055,\"height\":94.366197183098591949601541273295879364013671875,\"width\":107.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4973-1-768x1024.jpg\",\"title\":\"IMG_4973\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4973-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3092,\"height\":94.366197183098591949601541273295879364013671875,\"width\":70.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4974-1-1024x768.jpg\",\"title\":\"IMG_4974\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4974-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3091,\"height\":94.366197183098591949601541273295879364013671875,\"width\":125.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4995-1-1024x938.jpg\",\"title\":\"IMG_4995\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4995-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3090,\"height\":94.366197183098591949601541273295879364013671875,\"width\":102.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3246-1-1024x768.jpg\",\"title\":\"IMG_3246\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3246-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3089,\"height\":94.5828819068255626234531519003212451934814453125,\"width\":125.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5601-1-1024x609.jpg\",\"title\":\"IMG_5601\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5601-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3088,\"height\":94.5828819068255626234531519003212451934814453125,\"width\":158.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1-1024x768.jpg\",\"title\":\"IMG_2698\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2698-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3087,\"height\":94.5828819068255626234531519003212451934814453125,\"width\":125.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3053-1-768x1024.jpg\",\"title\":\"IMG_3053\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3053-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3086,\"height\":94.5828819068255626234531519003212451934814453125,\"width\":70.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3616-1-768x1024.jpg\",\"title\":\"IMG_3616\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3616-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3085,\"height\":94.5828819068255626234531519003212451934814453125,\"width\":70.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1482-1024x768.jpg\",\"title\":\"IMG_1482\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1482.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3083,\"height\":94.5828819068255626234531519003212451934814453125,\"width\":125.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1490-1024x768.jpg\",\"title\":\"IMG_1490\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1490.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3081,\"height\":94.5828819068255626234531519003212451934814453125,\"width\":125.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1680e-747x1024.jpg\",\"title\":\"IMG_1680e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_1680e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3077,\"height\":94.5828819068255626234531519003212451934814453125,\"width\":69},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2110-1024x768.jpg\",\"title\":\"IMG_2110\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2110.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3074,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":135.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3854-1024x768.jpg\",\"title\":\"IMG_3854\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3854.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3061,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":135.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3855-1024x576.jpg\",\"title\":\"IMG_3855\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3855-rotated.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3046,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":181.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3920e-731x1024.jpg\",\"title\":\"IMG_3920e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3920e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3060,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":72.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4572e-1024x686.jpg\",\"title\":\"IMG_4572e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4572e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3056,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":151.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4993e-634x1024.jpg\",\"title\":\"IMG_4993e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_4993e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3049,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":63.2000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5155-1024x768.jpg\",\"title\":\"IMG_5155\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5155.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3047,\"height\":101.8626309662398199407107313163578510284423828125,\"width\":135.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5504e-1024x622.jpg\",\"title\":\"IMG_5504e\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5504e.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3044,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":148.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/NHJZ5355-1024x768.jpg\",\"title\":\"NHJZ5355\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/NHJZ5355.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3067,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":119.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5644-1024x768.jpg\",\"title\":\"IMG_5644\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5644.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3042,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":119.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5645-1024x843.jpg\",\"title\":\"IMG_5645\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_5645.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3041,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":108.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3244-1024x461.jpg\",\"title\":\"IMG_3244\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3244.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3040,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":199.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8489-1024x510.jpg\",\"title\":\"IMG_8489\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8489.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3038,\"height\":89.9487179487179417947118054144084453582763671875,\"width\":180.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8611-958x1024.jpg\",\"title\":\"IMG_8611\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_8611.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3037,\"height\":99.658314350797269298709579743444919586181640625,\"width\":93.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9395-1024x710.jpg\",\"title\":\"IMG_9395\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9395.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3036,\"height\":99.658314350797269298709579743444919586181640625,\"width\":143.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9445-768x1024.jpg\",\"title\":\"IMG_9445\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9445.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3035,\"height\":99.658314350797269298709579743444919586181640625,\"width\":74.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9446-768x1024.jpg\",\"title\":\"IMG_9446\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9446.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3034,\"height\":99.658314350797269298709579743444919586181640625,\"width\":74.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9576-768x1024.jpg\",\"title\":\"IMG_9576\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9576.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3033,\"height\":99.658314350797269298709579743444919586181640625,\"width\":74.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9777-1024x521.jpg\",\"title\":\"IMG_9777\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9777.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3032,\"height\":99.658314350797269298709579743444919586181640625,\"width\":196.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9781-1024x470.jpg\",\"title\":\"IMG_9781\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9781.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3031,\"height\":99.658314350797269298709579743444919586181640625,\"width\":217.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF-1024x515.jpg\",\"title\":\"75D4E00F-F35A-4C86-A1D1-D5BAC411BECF\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/75D4E00F-F35A-4C86-A1D1-D5BAC411BECF.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3030,\"height\":95.4098360655737707247681100852787494659423828125,\"width\":189.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D-917x1024.jpg\",\"title\":\"72D9BE60-918C-4B4B-9C3A-4898D7D2E51D\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/72D9BE60-918C-4B4B-9C3A-4898D7D2E51D.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3029,\"height\":95.4098360655737707247681100852787494659423828125,\"width\":85.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/F2351C4C-F4D9-480F-9934-083F6DFCE40A-1024x768.jpg\",\"title\":\"F2351C4C-F4D9-480F-9934-083F6DFCE40A\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/F2351C4C-F4D9-480F-9934-083F6DFCE40A.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3028,\"height\":95.4098360655737707247681100852787494659423828125,\"width\":126.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1-1024x767.jpg\",\"title\":\"E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/E788CCD6-0DAF-45DA-9C9C-C97EBDE474C1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3027,\"height\":95.4098360655737707247681100852787494659423828125,\"width\":127.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE-768x1024.jpg\",\"title\":\"E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3026,\"height\":95.4098360655737707247681100852787494659423828125,\"width\":71.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/07AA5C2A-CBF0-4E74-9708-3305125E5505-1024x767.jpg\",\"title\":\"07AA5C2A-CBF0-4E74-9708-3305125E5505\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/07AA5C2A-CBF0-4E74-9708-3305125E5505.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3025,\"height\":95.4098360655737707247681100852787494659423828125,\"width\":127.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/4C97A568-D52D-416B-A98C-57FE57513540-768x1024.jpg\",\"title\":\"4C97A568-D52D-416B-A98C-57FE57513540\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/4C97A568-D52D-416B-A98C-57FE57513540.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3024,\"height\":95.4098360655737707247681100852787494659423828125,\"width\":71.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556-768x1024.jpg\",\"title\":\"IMG_2556\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2556.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3023,\"height\":95.4098360655737707247681100852787494659423828125,\"width\":71.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0785-1024x758.jpg\",\"title\":\"Screenshot\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_0785.jpg\",\"alt\":\"\",\"caption\":\"Screenshot\",\"thumb\":\"\",\"id\":3022,\"height\":102.3501762632197511493359343148767948150634765625,\"width\":138.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2741-768x1024.jpg\",\"title\":\"IMG_2741\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2741.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3020,\"height\":102.3501762632197511493359343148767948150634765625,\"width\":76.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3090-1024x768.jpg\",\"title\":\"IMG_3090\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3090.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3018,\"height\":102.3501762632197511493359343148767948150634765625,\"width\":136.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3128-768x1024.jpg\",\"title\":\"IMG_3128\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_3128.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3016,\"height\":102.3501762632197511493359343148767948150634765625,\"width\":76.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9457-768x1024.jpg\",\"title\":\"IMG_9457\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9457.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3014,\"height\":102.3501762632197511493359343148767948150634765625,\"width\":76.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9456-768x1024.jpg\",\"title\":\"IMG_9456\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9456.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3013,\"height\":102.3501762632197511493359343148767948150634765625,\"width\":76.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9453-768x1024.jpg\",\"title\":\"IMG_9453\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9453.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3012,\"height\":102.3501762632197511493359343148767948150634765625,\"width\":76.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9452-768x1024.jpg\",\"title\":\"IMG_9452\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9452.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3011,\"height\":102.3501762632197511493359343148767948150634765625,\"width\":76.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9451-1024x768.jpg\",\"title\":\"IMG_9451\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_9451.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3084,\"height\":102.3501762632197511493359343148767948150634765625,\"width\":136.099999999999994315658113919198513031005859375}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'3010\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":1} -->\n<h1 class=\"wp-block-heading has-text-align-center\">Canopies and Flags</h1>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":3152,\"title\":\"Our Work \\u0026#8211; Canopies\",\"columns\":\"0\",\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/AG-1024x768.png\",\"title\":\"Aggressive Graphix 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/AG.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3153,\"height\":93.984962406015029046102426946163177490234375,\"width\":125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/dhopkins10x10-1024x768.webp\",\"title\":\"DCH Masonry 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/dhopkins10x10.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3489,\"height\":93.984962406015029046102426946163177490234375,\"width\":125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/grice10x10-1024x768.webp\",\"title\":\"Gary Rice Shop Equipment 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/grice10x10.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3488,\"height\":93.984962406015029046102426946163177490234375,\"width\":125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/sweetsubies-1024x768.png\",\"title\":\"Sweet Subies 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/sweetsubies.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3179,\"height\":93.984962406015029046102426946163177490234375,\"width\":125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsandstripes-1024x768.png\",\"title\":\"Scars and Stripes 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsandstripes.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3177,\"height\":93.984962406015029046102426946163177490234375,\"width\":125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PlaceFord-1024x768.png\",\"title\":\"Place Ford 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/PlaceFord.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3176,\"height\":93.984962406015029046102426946163177490234375,\"width\":125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/mx23-1024x768.png\",\"title\":\"MX23 Brookfield 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/mx23.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3175,\"height\":93.984962406015029046102426946163177490234375,\"width\":125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/flawlessdetailing-1024x768.png\",\"title\":\"Flawless Detailing MA 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/flawlessdetailing.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3160,\"height\":109.8997493734335790804834687151014804840087890625,\"width\":146.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x10-1024x768.webp\",\"title\":\"Wicked Big Car Show 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x10.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3485,\"height\":109.8997493734335790804834687151014804840087890625,\"width\":146.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/daigleracing-1024x768.jpg\",\"title\":\"Daigle Racing 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/daigleracing.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3159,\"height\":109.8997493734335790804834687151014804840087890625,\"width\":146.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/cscservices-1024x768.jpg\",\"title\":\"CSC Services 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/cscservices.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3158,\"height\":109.8997493734335790804834687151014804840087890625,\"width\":146.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/colosseumbarbell-1024x768.png\",\"title\":\"Colosseum Barbell Club 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/colosseumbarbell.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3157,\"height\":109.8997493734335790804834687151014804840087890625,\"width\":146.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/bosssuspension-1024x768.png\",\"title\":\"Boss Suspension 10x10\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/bosssuspension.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3156,\"height\":109.8997493734335790804834687151014804840087890625,\"width\":146.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ATMracing-1024x768.png\",\"title\":\"ATM Racing 10x15\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ATMracing.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3154,\"height\":109.8997493734335790804834687151014804840087890625,\"width\":146.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/harringer-1024x768.png\",\"title\":\"Dawson Harriger 10x15\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/harringer.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3172,\"height\":109.8997493734335790804834687151014804840087890625,\"width\":146.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x20-1024x768.webp\",\"title\":\"Wick Big Car Show 10x20\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow10x20.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3486,\"height\":109.8997493734335790804834687151014804840087890625,\"width\":146.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/supplife10x20-1024x768.webp\",\"title\":\"SuppLife 10x20\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/supplife10x20.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3487,\"height\":109.8997493734335790804834687151014804840087890625,\"width\":146.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kavanagh10x20-1024x768.webp\",\"title\":\"Kavanagh 10x20\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kavanagh10x20.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3484,\"height\":109.8997493734335790804834687151014804840087890625,\"width\":146.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/triplethreatracing-1024x768.png\",\"title\":\"Triple Threat Racing 10x20\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/triplethreatracing.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3180,\"height\":109.8997493734335790804834687151014804840087890625,\"width\":146.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/dhopkinswall-1024x768.webp\",\"title\":\"Mya Hopkins/Plaistow Powersports half wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/dhopkinswall.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3490,\"height\":98.3258928571428469922466319985687732696533203125,\"width\":130.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrhalfwall-1024x768.webp\",\"title\":\"KSR Wheels half wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrhalfwall.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3494,\"height\":98.3258928571428469922466319985687732696533203125,\"width\":130.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsstripeshalfwall-1024x384.png\",\"title\":\"scarsstripeshalfwall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/scarsstripeshalfwall.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3178,\"height\":98.3258928571428469922466319985687732696533203125,\"width\":262.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall2-1024x282.png\",\"title\":\"Kaplan Cycles half wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall2.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3174,\"height\":98.3258928571428469922466319985687732696533203125,\"width\":356.8999999999999772626324556767940521240234375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall-1024x299.png\",\"title\":\"Kaplan Cycles half wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/kaplanhalfwall.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3173,\"height\":102.7939464493597228056387393735349178314208984375,\"width\":351.6000000000000227373675443232059478759765625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/bosshalfwall-1024x286.png\",\"title\":\"Boss Suspension half wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/bosshalfwall.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3155,\"height\":102.7939464493597228056387393735349178314208984375,\"width\":368},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallAG-1024x643.png\",\"title\":\"Aggressive Graphix full wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallAG.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3165,\"height\":102.7939464493597228056387393735349178314208984375,\"width\":163.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallCBC-1024x632.png\",\"title\":\"Colosseum Barbell Club full wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallCBC.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3166,\"height\":93.099787685774941792260506190359592437744140625,\"width\":150.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallsinister-1024x662.png\",\"title\":\"Sinfully Slick Auto Spa full wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallsinister.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3170,\"height\":93.099787685774941792260506190359592437744140625,\"width\":144.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallPlaistow-1024x667.png\",\"title\":\"Plaistow Powersports full wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallPlaistow.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3169,\"height\":93.099787685774941792260506190359592437744140625,\"width\":143.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallWeepingWillow-1024x612.png\",\"title\":\"Weeping Willow full wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallWeepingWillow.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3171,\"height\":93.099787685774941792260506190359592437744140625,\"width\":155.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallFlawless-1024x689.png\",\"title\":\"Flawless Detailing MA full wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwallFlawless.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3167,\"height\":93.099787685774941792260506190359592437744140625,\"width\":138.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall10TTR-1024x660.png\",\"title\":\"Triple Threat Racing full wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall10TTR.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3162,\"height\":93.099787685774941792260506190359592437744140625,\"width\":144.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall20TTR-1024x420.png\",\"title\":\"Triple Threat Racing 20ft full wall\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fullwall20TTR.png\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3163,\"height\":108.0246913580246967967468663118779659271240234375,\"width\":263.6000000000000227373675443232059478759765625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrtable-1024x768.webp\",\"title\":\"KSR Wheels table cloth\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrtable.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3496,\"height\":108.0246913580246967967468663118779659271240234375,\"width\":143.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fueltoinspire-1024x768.jpg\",\"title\":\"Fuel to Inspire table cloth\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/fueltoinspire.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3161,\"height\":108.0246913580246967967468663118779659271240234375,\"width\":143.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrflag-768x1024.webp\",\"title\":\"KSR Wheels 9ft flag\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/ksrflag.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3495,\"height\":108.0246913580246967967468663118779659271240234375,\"width\":81},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/carerentals-768x1024.webp\",\"title\":\"Care Equipment rentals 7ft flag\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/carerentals.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3493,\"height\":108.0246913580246967967468663118779659271240234375,\"width\":81},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/carelandscapesupply-768x1024.webp\",\"title\":\"Care Equipment landscape supply 7ft flag\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/carelandscapesupply.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3492,\"height\":108.0246913580246967967468663118779659271240234375,\"width\":81},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/careexcavation-768x1024.webp\",\"title\":\"Care Excavation 7ft flag\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/careexcavation.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3491,\"height\":108.0246913580246967967468663118779659271240234375,\"width\":81}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'3152\']</div>\n<!-- /wp:envira/envira-gallery -->','Our Work','','inherit','closed','closed','','82-revision-v1','','','2025-08-20 17:54:02','2025-08-20 17:54:02','',82,'https://aggressivegraphix.com/?p=3509',0,'revision','',0),(3517,0,'2025-08-28 22:45:52','2025-08-28 22:45:52','','Order &ndash; August 28, 2025 @ 10:45 PM','','wc-refunded','closed','closed','','order-august-28-2025-1045-pm','','','2025-09-04 13:58:51','2025-09-04 13:58:51','',0,'https://aggressivegraphix.com/?post_type=shop_order_placehold&#038;p=3517',0,'shop_order','',5),(3519,1,'2025-08-29 18:12:12','2025-08-29 18:12:12','<!-- wp:woocommerce/checkout -->\n<div class=\"wp-block-woocommerce-checkout alignwide wc-block-checkout is-loading\"><!-- wp:woocommerce/checkout-totals-block -->\n<div class=\"wp-block-woocommerce-checkout-totals-block\"><!-- wp:woocommerce/checkout-order-summary-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-block\"><!-- wp:woocommerce/checkout-order-summary-cart-items-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-cart-items-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-cart-items-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-coupon-form-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-coupon-form-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-coupon-form-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-totals-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-totals-block\"><!-- wp:woocommerce/checkout-order-summary-subtotal-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-subtotal-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-subtotal-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-fee-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-fee-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-fee-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-discount-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-discount-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-discount-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-shipping-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-shipping-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-shipping-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-taxes-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-taxes-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-taxes-block --></div>\n<!-- /wp:woocommerce/checkout-order-summary-totals-block --></div>\n<!-- /wp:woocommerce/checkout-order-summary-block -->\n\n<!-- wp:woocommerce-paypal-payments/checkout-paylater-messages {\"ppcpId\":\"ppcp-609ece2b-3933-4a14-9d47-612023f40988\"} /--></div>\n<!-- /wp:woocommerce/checkout-totals-block -->\n\n<!-- wp:woocommerce/checkout-fields-block -->\n<div class=\"wp-block-woocommerce-checkout-fields-block\"><!-- wp:woocommerce/checkout-express-payment-block -->\n<div class=\"wp-block-woocommerce-checkout-express-payment-block\"></div>\n<!-- /wp:woocommerce/checkout-express-payment-block -->\n\n<!-- wp:woocommerce/checkout-contact-information-block -->\n<div class=\"wp-block-woocommerce-checkout-contact-information-block\"></div>\n<!-- /wp:woocommerce/checkout-contact-information-block -->\n\n<!-- wp:woocommerce/checkout-shipping-method-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-method-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-method-block -->\n\n<!-- wp:woocommerce/checkout-pickup-options-block -->\n<div class=\"wp-block-woocommerce-checkout-pickup-options-block\"></div>\n<!-- /wp:woocommerce/checkout-pickup-options-block -->\n\n<!-- wp:woocommerce/checkout-shipping-address-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-address-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-address-block -->\n\n<!-- wp:woocommerce/checkout-billing-address-block -->\n<div class=\"wp-block-woocommerce-checkout-billing-address-block\"></div>\n<!-- /wp:woocommerce/checkout-billing-address-block -->\n\n<!-- wp:woocommerce/checkout-shipping-methods-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-methods-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-methods-block -->\n\n<!-- wp:woocommerce/checkout-payment-block -->\n<div class=\"wp-block-woocommerce-checkout-payment-block\"></div>\n<!-- /wp:woocommerce/checkout-payment-block -->\n\n<!-- wp:woocommerce/checkout-additional-information-block -->\n<div class=\"wp-block-woocommerce-checkout-additional-information-block\"></div>\n<!-- /wp:woocommerce/checkout-additional-information-block -->\n\n<!-- wp:woocommerce/checkout-order-note-block -->\n<div class=\"wp-block-woocommerce-checkout-order-note-block\"></div>\n<!-- /wp:woocommerce/checkout-order-note-block -->\n\n<!-- wp:woocommerce/checkout-terms-block {\"text\":\"By proceeding with your purchase you agree to our \\u003ca href=\\u0022https://aggressivegraphix.com/terms_conditions/\\u0022 data-type=\\u0022page\\u0022 data-id=\\u002210\\u0022\\u003eTerms and Conditions\\u003c/a\\u003e and \\u003ca href=\\u0022https://aggressivegraphix.com/privacy-policy/\\u0022 target=\\u0022_blank\\u0022\\u003ePrivacy Policy\\u003c/a\\u003e\"} -->\n<div class=\"wp-block-woocommerce-checkout-terms-block\"></div>\n<!-- /wp:woocommerce/checkout-terms-block -->\n\n<!-- wp:woocommerce/checkout-actions-block -->\n<div class=\"wp-block-woocommerce-checkout-actions-block\"></div>\n<!-- /wp:woocommerce/checkout-actions-block --></div>\n<!-- /wp:woocommerce/checkout-fields-block --></div>\n<!-- /wp:woocommerce/checkout -->','Checkout','','inherit','closed','closed','','8-revision-v1','','','2025-08-29 18:12:12','2025-08-29 18:12:12','',8,'https://aggressivegraphix.com/?p=3519',0,'revision','',0),(3523,1,'2025-08-29 19:55:21','2025-08-29 19:55:21','<!-- wp:paragraph -->\n<p class=\"\">Vinyl can be used for many different applications. We offer full and partial vehicle wrap services to help you achieve the look you want for your vehicle. Using the best materials on the market paired with exercising the newest professional techniques for installing, we aim for quality over the life span of your wrap.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:table {\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"},\"margin\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"0\",\"right\":\"0\"}},\"typography\":{\"fontSize\":\"11px\"}},\"backgroundColor\":\"primary-4\"} -->\n<figure style=\"margin-top:var(--wp--preset--spacing--10);margin-right:0;margin-bottom:var(--wp--preset--spacing--10);margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:11px\" class=\"wp-block-table\"><table class=\"has-primary-4-background-color has-background has-fixed-layout\" style=\"border-style:none;border-width:0px\"><tbody><tr><td><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/3M.png\" alt=\"\"></td><td><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/averydennison.png\" alt=\"\"></td><td><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/Orafol.png\" alt=\"\"></td><td><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/hexis.png\" alt=\"\"></td><td><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/kpmf.png\" alt=\"\"></td><td><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/teckwrap.png\" alt=\"\"></td><td><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/tinyBot.png\" alt=\"\"></td><td><br><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/aura.png\" alt=\"\"><br><a href=\"https://explore.auravinyl.com/\" target=\"_blank\" rel=\"noreferrer noopener\"></a><a href=\"https://explore.auravinyl.com/\" target=\"_blank\" rel=\"noreferrer noopener\"></a><a href=\"https://explore.auravinyl.com/\" target=\"_blank\" rel=\"noreferrer noopener\"></a></td></tr></tbody></table></figure>\n<!-- /wp:table -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"12px\"}}} -->\n<p class=\"has-text-align-center\" style=\"font-size:12px\">If you\'re interested in seeing live color swatches of Aura films, check out their <a href=\"https://explore.auravinyl.com/\" target=\"_blank\" rel=\"noreferrer noopener\">3D viewer here</a>!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Full wraps</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2620,\"title\":\"Full wraps\",\"columns\":\"0\",\"row_height\":110,\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0785-1024x758.webp\",\"title\":\"IMG_0785\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0785.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3412,\"height\":111.5686274509804007948332582600414752960205078125,\"width\":150.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/67738814_2380243855588700_6910048023540137984_n-1024x683.jpg\",\"title\":\"67738814_2380243855588700_6910048023540137984_n\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/67738814_2380243855588700_6910048023540137984_n.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2662,\"height\":111.5686274509804007948332582600414752960205078125,\"width\":167.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0696-768x1024.jpg\",\"title\":\"IMG_0696\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0696.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2660,\"height\":111.5686274509804007948332582600414752960205078125,\"width\":83.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE-768x1024.webp\",\"title\":\"E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/E9F02B6E-6F4A-4C43-8D74-E746CA9D45EE.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3414,\"height\":111.5686274509804007948332582600414752960205078125,\"width\":83.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1010-768x1024.jpg\",\"title\":\"IMG_1010\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1010.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2657,\"height\":111.5686274509804007948332582600414752960205078125,\"width\":83.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2556-768x1024.jpg\",\"title\":\"IMG_2556\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2556.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2652,\"height\":110.5263157894736849584660376422107219696044921875,\"width\":82.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2834-1024x768.jpg\",\"title\":\"IMG_2834\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2834.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2649,\"height\":110.5263157894736849584660376422107219696044921875,\"width\":147},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/778D6D30-EF8B-49F5-A251-BC549CDC2E68-819x1024.jpg\",\"title\":\"778D6D30-EF8B-49F5-A251-BC549CDC2E68\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/778D6D30-EF8B-49F5-A251-BC549CDC2E68.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2625,\"height\":110.5263157894736849584660376422107219696044921875,\"width\":88.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3120-768x1024.jpg\",\"title\":\"IMG_3120\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3120.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2646,\"height\":110.5263157894736849584660376422107219696044921875,\"width\":82.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3222-768x1024.jpg\",\"title\":\"IMG_3222\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3222.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2645,\"height\":110.5263157894736849584660376422107219696044921875,\"width\":82.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3305-768x1024.jpg\",\"title\":\"IMG_3305\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3305.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2643,\"height\":110.5263157894736849584660376422107219696044921875,\"width\":82.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3616-768x1024.jpg\",\"title\":\"IMG_3616\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3616.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2642,\"height\":121.6738197424892717890543281100690364837646484375,\"width\":91.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8009-768x1024.jpg\",\"title\":\"IMG_8009\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8009.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2639,\"height\":121.6738197424892717890543281100690364837646484375,\"width\":91.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777-768x1024.jpg\",\"title\":\"IMG_9777\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9777.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2638,\"height\":121.6738197424892717890543281100690364837646484375,\"width\":91.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7455-768x1024.jpg\",\"title\":\"IMG_7455\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7455.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2635,\"height\":121.6738197424892717890543281100690364837646484375,\"width\":91.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7307-930x1024.jpg\",\"title\":\"IMG_7307\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7307.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2633,\"height\":121.6738197424892717890543281100690364837646484375,\"width\":110.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7207-768x1024.jpg\",\"title\":\"IMG_7207\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7207.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2631,\"height\":121.6738197424892717890543281100690364837646484375,\"width\":91.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9440-1024x777.webp\",\"title\":\"IMG_9440\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9440.webp\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":3410,\"height\":100.353982300884950973340892232954502105712890625,\"width\":132.5},{\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3944-768x1024.webp\",\"id\":3411,\"height\":100.353982300884950973340892232954502105712890625,\"width\":75.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7042-768x1024.jpg\",\"title\":\"IMG_7042\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7042.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2629,\"height\":100.353982300884950973340892232954502105712890625,\"width\":75.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6976-1024x768.jpg\",\"title\":\"IMG_6976\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6976.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2628,\"height\":100.353982300884950973340892232954502105712890625,\"width\":133.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1797-768x1024.jpg\",\"title\":\"IMG_1797\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1797.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2654,\"height\":100.353982300884950973340892232954502105712890625,\"width\":75.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1961-768x1024.jpg\",\"title\":\"IMG_1961\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1961.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2653,\"height\":100.353982300884950973340892232954502105712890625,\"width\":75.2999999999999971578290569595992565155029296875}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2620\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Partial wraps</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2590,\"title\":\"Partial wraps\",\"columns\":\"0\",\"row_height\":110,\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247-768x1024.jpg\",\"title\":\"IMG_3247\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3247.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2622,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272-768x1024.jpg\",\"title\":\"IMG_3272\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3272.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2616,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014-768x1024.jpg\",\"title\":\"IMG_3014\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3014.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2615,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962-768x1024.jpg\",\"title\":\"IMG_2962\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2962.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2614,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733-768x1024.jpg\",\"title\":\"IMG_2733\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2733.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2612,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122-768x1024.jpg\",\"title\":\"IMG_2122\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2122.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2611,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753-749x1024.jpg\",\"title\":\"IMG_1753\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1753.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2610,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":68.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159-768x1024.jpg\",\"title\":\"IMG_0159\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0159.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2607,\"height\":94.1471571906354398606708855368196964263916015625,\"width\":70.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395-768x1024.jpg\",\"title\":\"IMG_9395\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_9395.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2606,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":78.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984-931x1024.jpg\",\"title\":\"IMG_8984\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8984.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2605,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":95},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222-768x1024.jpg\",\"title\":\"IMG_8222\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_8222.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2603,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":78.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495-768x1024.jpg\",\"title\":\"IMG_7495\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_7495.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2601,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":78.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985-768x1024.jpg\",\"title\":\"IMG_6985\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6985.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2598,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":78.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969-768x1024.jpg\",\"title\":\"IMG_5969\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5969.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2596,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":78.2999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5154-768x1024.jpg\",\"title\":\"IMG_5154\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_5154.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2595,\"height\":104.4362292051755929378487053327262401580810546875,\"width\":78.2999999999999971578290569595992565155029296875}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2590\']</div>\n<!-- /wp:envira/envira-gallery -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Chrome deletes</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2530,\"title\":\"Chrome deletes\",\"columns\":\"0\",\"row_height\":150,\"margins\":\"custom\",\"custom_margins\":8,\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"lightbox_theme\":\"base\",\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095-768x1024.jpg\",\"title\":\"IMG_6095\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6095.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2538,\"height\":143.854748603351964675312046892940998077392578125,\"width\":107.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872-1024x768.jpg\",\"title\":\"IMG_6872\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6872.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2539,\"height\":143.854748603351964675312046892940998077392578125,\"width\":191.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873-768x1024.jpg\",\"title\":\"IMG_6873\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6873.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2540,\"height\":143.854748603351964675312046892940998077392578125,\"width\":107.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892-768x1024.jpg\",\"title\":\"IMG_6892\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6892.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2541,\"height\":143.854748603351964675312046892940998077392578125,\"width\":107.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD-819x1024.jpg\",\"title\":\"6F96F978-DCB7-4975-98BF-B3FE55C384AD\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/6F96F978-DCB7-4975-98BF-B3FE55C384AD.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2543,\"height\":166.1290322580645124617149122059345245361328125,\"width\":132.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC-819x1024.jpg\",\"title\":\"4359657F-7DED-40E4-8EC2-FDFCDCF462BC\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/4359657F-7DED-40E4-8EC2-FDFCDCF462BC.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2545,\"height\":166.1290322580645124617149122059345245361328125,\"width\":132.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1401-768x1024.jpg\",\"title\":\"IMG_1401\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1401.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2553,\"height\":166.1290322580645124617149122059345245361328125,\"width\":124.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1766-1-768x1024.jpg\",\"title\":\"IMG_1766\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1766-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2554,\"height\":166.1290322580645124617149122059345245361328125,\"width\":124.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2196-768x1024.jpg\",\"title\":\"IMG_2196\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2196.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2558,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2321-768x1024.jpg\",\"title\":\"IMG_2321\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2321.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2559,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2439-768x1024.jpg\",\"title\":\"IMG_2439\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2439.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2562,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2607-768x1024.jpg\",\"title\":\"IMG_2607\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2607.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2564,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2614-768x1024.jpg\",\"title\":\"IMG_2614\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2614.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2565,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2775-768x1024.jpg\",\"title\":\"IMG_2775\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2775.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2567,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2777-768x1024.jpg\",\"title\":\"IMG_2777\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2777.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2569,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3221-1-768x1024.jpg\",\"title\":\"IMG_3221\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3221-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2572,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274-768x1024.jpg\",\"title\":\"IMG_3274\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3274.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2573,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3533-1-768x1024.jpg\",\"title\":\"IMG_3533\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3533-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2575,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3611-1-768x1024.jpg\",\"title\":\"IMG_3611\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3611-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2577,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435-768x1024.jpg\",\"title\":\"IMG_6435\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_6435.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2583,\"height\":171.666666666666657192763523198664188385009765625,\"width\":128.80000000000001136868377216160297393798828125}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2530\']</div>\n<!-- /wp:envira/envira-gallery --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:wpforms/form-selector {\"clientId\":\"9783816b-3c20-4d09-8433-c847e9a49f38\",\"formId\":\"2516\",\"theme\":\"default\",\"themeName\":\"Default\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022Default\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textAlign\":\"center\",\"width\":50} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://aggressivegraphix.com/our-work/\">See all of our work &gt;&gt;</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:yoast/faq-block {\"questions\":[{\"id\":\"faq-question-1740601022040\",\"question\":[\"How long does a vinyl wrap last?\"],\"answer\":[\"There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Using harsh soaps or detergents that are not PH neutral while washing your car\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Spray detailers that have sealers, ceramics, and waxes in them\",{\"type\":\"br\",\"props\":{\"children\":[]}},\"- Harsh water sprayers like drive through car washes\",{\"type\":\"br\",\"props\":{\"children\":[]}},{\"type\":\"br\",\"props\":{\"children\":[]}},\"There are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.\"],\"jsonQuestion\":\"How long does a vinyl wrap last?\",\"jsonAnswer\":\"There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:\\u003cbr/\\u003e- Using harsh soaps or detergents that are not PH neutral while washing your car\\u003cbr/\\u003e- Spray detailers that have sealers, ceramics, and waxes in them\\u003cbr/\\u003e- Harsh water sprayers like drive through car washes\\u003cbr/\\u003e\\u003cbr/\\u003eThere are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.\"},{\"id\":\"faq-question-1740604719384\",\"question\":[\"Can vinyl cover paint imperfections?\"],\"answer\":[\"Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. \"],\"jsonQuestion\":\"Can vinyl cover paint imperfections?\",\"jsonAnswer\":\"Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. \"},{\"id\":\"faq-question-1740604877589\",\"question\":[\"Will you perform body work before wrapping my car?\"],\"answer\":[\"If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.\"],\"jsonQuestion\":\"Will you perform body work before wrapping my car?\",\"jsonAnswer\":\"If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.\"},{\"id\":\"faq-question-1740604960292\",\"question\":[\"Will vinyl hurt the paint of my car?\"],\"answer\":[\"Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.\"],\"jsonQuestion\":\"Will vinyl hurt the paint of my car?\",\"jsonAnswer\":\"Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.\"}]} -->\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1740601022040\"><strong class=\"schema-faq-question\">How long does a vinyl wrap last?</strong> <p class=\"schema-faq-answer\">There\'s many factors that can contribute to a long lasting wrap. If the wrap is installed over OEM paint that is in great condition, and well taken care of; you could see 5-7 healthy years out of the wrap. Factors that will shorten the lifespan of the wrap are:<br/>- Using harsh soaps or detergents that are not PH neutral while washing your car<br/>- Spray detailers that have sealers, ceramics, and waxes in them<br/>- Harsh water sprayers like drive through car washes<br/><br/>There are plenty of aftercare products online specific to vinyl wrap that help hydrate and keep your wrap looking like new.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604719384\"><strong class=\"schema-faq-question\">Can vinyl cover paint imperfections?</strong> <p class=\"schema-faq-answer\">Vinyl can be applied over paint imperfections but will have the opposite desired affect. Wrap heavily highlights any imperfections in the paint including rock chips. Just note, vinyl is not paint and some expectations may not be met with the final finish due to the surface the vinyl is going on. If your car has damaged paint, rust spots, failing clear coat, etc we suggest having a body shop sand, seal, and correct those areas before we apply vinyl. </p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604877589\"><strong class=\"schema-faq-question\">Will you perform body work before wrapping my car?</strong> <p class=\"schema-faq-answer\">If needed we will do minimal sanding in areas that are noticeably bad. We do not specialize in auto body or collision repair and will need to be done by an autobody professional.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1740604960292\"><strong class=\"schema-faq-question\">Will vinyl hurt the paint of my car?</strong> <p class=\"schema-faq-answer\">Vinyl will actually protect the surface to an extent from rock chips and other small impacts. Upon removal, as long as the vinyl gets very hot, it should peal without damaging the painted surface. In some cases that the car has been repainted, or body worked there is a higher chance that the vinyl can peal the painted surface.</p> </div> </div>\n<!-- /wp:yoast/faq-block -->','Style wraps','','inherit','closed','closed','','1212-revision-v1','','','2025-08-29 19:55:21','2025-08-29 19:55:21','',1212,'https://aggressivegraphix.com/?p=3523',0,'revision','',0),(3528,1,'2025-09-02 18:25:32','2025-09-02 18:25:32','ul.products .taxonomy-product_cat, ul.products .wp-block-post-excerpt, .wc-block-grid__products .taxonomy-product_cat, .wc-block-grid__products .wp-block-post-excerpt, .wp-block-woocommerce-related-products .taxonomy-product_cat, .wp-block-woocommerce-related-products .wp-block-post-excerpt, .products-block-post-template .taxonomy-product_cat, .products-block-post-template .wp-block-post-excerpt, .cross-sells-product .taxonomy-product_cat, .cross-sells-product .wp-block-post-excerpt {\n    -webkit-line-clamp: none !important;\n}\n.wp-block-woocommerce-product-price {\n    text-align: center;\n    margin: 0 auto; \n}\na, button {\n    margin: 0 auto;\n}\na.addon-btn button {\n	  background: #c70000;\n    font-size: 18px;\n    color: #fff;\n    border: none;\n    padding: 10px 15px;\n    border-radius: 30px;\n		cursor:pointer;\n}\na.addon-btn button:hover {\n	  background: #a70000;\n}\n.woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p, .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p {\n    max-width: 1400px !important;\n}\n.products-block-post-template .product > .wp-block-button, .products-block-post-template .wp-block-post > .wp-block-button {\n	position: inherit !important;\n  bottom: 0 !important;\n}\n.products-block-post-template .wp-block-post-title{\n	-webkit-line-clamp: 3 !important;\n}\n.af_addon_field_class {\n    width: 100% !important;\n}\n.config-button {\n	  background: #c70000;\n    font-size: 18px;\n    color: #fff;\n    border: none;\n    padding: 10px 15px;\n    border-radius: 30px;\n    cursor: pointer;\n}\n.zoomImg {\n    background: #fff;\n}\n#product_option_selected_name ul {\n    position: inherit !important;\n}\n.woocommerce-cart .woocommerce-cart-form tbody td.product-name .variation {\n    display: block !important;\n}\n.woocommerce-cart .woocommerce-cart-form tbody td.product-name .variation dt.variation- {\n    display: none;\n}\ndiv.wp-block-woocommerce-checkout.alignwide.wc-block-checkout\n@container (max-width: 699px) {\n    .wc-block-components-sidebar-layout .wc-block-components-main, .wc-block-components-sidebar-layout .wc-block-components-sidebar {\n    width: 100% !important;\n    }\n}','eride','','inherit','closed','closed','','1953-revision-v1','','','2025-09-02 18:25:32','2025-09-02 18:25:32','',1953,'https://aggressivegraphix.com/?p=3528',0,'revision','',0),(3530,1,'2025-09-02 18:26:04','2025-09-02 18:26:04','ul.products .taxonomy-product_cat, ul.products .wp-block-post-excerpt, .wc-block-grid__products .taxonomy-product_cat, .wc-block-grid__products .wp-block-post-excerpt, .wp-block-woocommerce-related-products .taxonomy-product_cat, .wp-block-woocommerce-related-products .wp-block-post-excerpt, .products-block-post-template .taxonomy-product_cat, .products-block-post-template .wp-block-post-excerpt, .cross-sells-product .taxonomy-product_cat, .cross-sells-product .wp-block-post-excerpt {\n    -webkit-line-clamp: none !important;\n}\n.wp-block-woocommerce-product-price {\n    text-align: center;\n    margin: 0 auto; \n}\na, button {\n    margin: 0 auto;\n}\na.addon-btn button {\n	  background: #c70000;\n    font-size: 18px;\n    color: #fff;\n    border: none;\n    padding: 10px 15px;\n    border-radius: 30px;\n		cursor:pointer;\n}\na.addon-btn button:hover {\n	  background: #a70000;\n}\n.woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p, .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p {\n    max-width: 1400px !important;\n}\n.products-block-post-template .product > .wp-block-button, .products-block-post-template .wp-block-post > .wp-block-button {\n	position: inherit !important;\n  bottom: 0 !important;\n}\n.products-block-post-template .wp-block-post-title{\n	-webkit-line-clamp: 3 !important;\n}\n.af_addon_field_class {\n    width: 100% !important;\n}\n.config-button {\n	  background: #c70000;\n    font-size: 18px;\n    color: #fff;\n    border: none;\n    padding: 10px 15px;\n    border-radius: 30px;\n    cursor: pointer;\n}\n.zoomImg {\n    background: #fff;\n}\n#product_option_selected_name ul {\n    position: inherit !important;\n}\n.woocommerce-cart .woocommerce-cart-form tbody td.product-name .variation {\n    display: block !important;\n}\n.woocommerce-cart .woocommerce-cart-form tbody td.product-name .variation dt.variation- {\n    display: none;\n}\n\n@container (max-width: 699px) {\n   div.wp-block-woocommerce-checkout.alignwide.wc-block-checkout, .wc-block-components-sidebar-layout .wc-block-components-main, .wc-block-components-sidebar-layout .wc-block-components-sidebar {\n    width: 100% !important;\n    }\n}','eride','','inherit','closed','closed','','1953-revision-v1','','','2025-09-02 18:26:04','2025-09-02 18:26:04','',1953,'https://aggressivegraphix.com/?p=3530',0,'revision','',0),(3532,1,'2025-09-02 18:27:01','2025-09-02 18:27:01','ul.products .taxonomy-product_cat, ul.products .wp-block-post-excerpt, .wc-block-grid__products .taxonomy-product_cat, .wc-block-grid__products .wp-block-post-excerpt, .wp-block-woocommerce-related-products .taxonomy-product_cat, .wp-block-woocommerce-related-products .wp-block-post-excerpt, .products-block-post-template .taxonomy-product_cat, .products-block-post-template .wp-block-post-excerpt, .cross-sells-product .taxonomy-product_cat, .cross-sells-product .wp-block-post-excerpt {\n    -webkit-line-clamp: none !important;\n}\n.wp-block-woocommerce-product-price {\n    text-align: center;\n    margin: 0 auto; \n}\na, button {\n    margin: 0 auto;\n}\na.addon-btn button {\n	  background: #c70000;\n    font-size: 18px;\n    color: #fff;\n    border: none;\n    padding: 10px 15px;\n    border-radius: 30px;\n		cursor:pointer;\n}\na.addon-btn button:hover {\n	  background: #a70000;\n}\n.woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p, .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p {\n    max-width: 1400px !important;\n}\n.products-block-post-template .product > .wp-block-button, .products-block-post-template .wp-block-post > .wp-block-button {\n	position: inherit !important;\n  bottom: 0 !important;\n}\n.products-block-post-template .wp-block-post-title{\n	-webkit-line-clamp: 3 !important;\n}\n.af_addon_field_class {\n    width: 100% !important;\n}\n.config-button {\n	  background: #c70000;\n    font-size: 18px;\n    color: #fff;\n    border: none;\n    padding: 10px 15px;\n    border-radius: 30px;\n    cursor: pointer;\n}\n.zoomImg {\n    background: #fff;\n}\n#product_option_selected_name ul {\n    position: inherit !important;\n}\n.woocommerce-cart .woocommerce-cart-form tbody td.product-name .variation {\n    display: block !important;\n}\n.woocommerce-cart .woocommerce-cart-form tbody td.product-name .variation dt.variation- {\n    display: none;\n}\n\n@container (max-width: 900px) {\n   div.wp-block-woocommerce-checkout.alignwide.wc-block-checkout, .wc-block-components-sidebar-layout .wc-block-components-main, .wc-block-components-sidebar-layout .wc-block-components-sidebar {\n    width: 100% !important;\n    }\n}','eride','','inherit','closed','closed','','1953-revision-v1','','','2025-09-02 18:27:01','2025-09-02 18:27:01','',1953,'https://aggressivegraphix.com/?p=3532',0,'revision','',0),(3534,1,'2025-09-02 18:27:34','2025-09-02 18:27:34','ul.products .taxonomy-product_cat, ul.products .wp-block-post-excerpt, .wc-block-grid__products .taxonomy-product_cat, .wc-block-grid__products .wp-block-post-excerpt, .wp-block-woocommerce-related-products .taxonomy-product_cat, .wp-block-woocommerce-related-products .wp-block-post-excerpt, .products-block-post-template .taxonomy-product_cat, .products-block-post-template .wp-block-post-excerpt, .cross-sells-product .taxonomy-product_cat, .cross-sells-product .wp-block-post-excerpt {\n    -webkit-line-clamp: none !important;\n}\n.wp-block-woocommerce-product-price {\n    text-align: center;\n    margin: 0 auto; \n}\na, button {\n    margin: 0 auto;\n}\na.addon-btn button {\n	  background: #c70000;\n    font-size: 18px;\n    color: #fff;\n    border: none;\n    padding: 10px 15px;\n    border-radius: 30px;\n		cursor:pointer;\n}\na.addon-btn button:hover {\n	  background: #a70000;\n}\n.woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p, .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p {\n    max-width: 1400px !important;\n}\n.products-block-post-template .product > .wp-block-button, .products-block-post-template .wp-block-post > .wp-block-button {\n	position: inherit !important;\n  bottom: 0 !important;\n}\n.products-block-post-template .wp-block-post-title{\n	-webkit-line-clamp: 3 !important;\n}\n.af_addon_field_class {\n    width: 100% !important;\n}\n.config-button {\n	  background: #c70000;\n    font-size: 18px;\n    color: #fff;\n    border: none;\n    padding: 10px 15px;\n    border-radius: 30px;\n    cursor: pointer;\n}\n.zoomImg {\n    background: #fff;\n}\n#product_option_selected_name ul {\n    position: inherit !important;\n}\n.woocommerce-cart .woocommerce-cart-form tbody td.product-name .variation {\n    display: block !important;\n}\n.woocommerce-cart .woocommerce-cart-form tbody td.product-name .variation dt.variation- {\n    display: none;\n}\n\n@container (max-width: 900px) {\n   div.wp-block-woocommerce-checkout.alignwide.wc-block-checkout, .wc-block-components-sidebar-layout .wc-block-components-main, .wc-block-components-sidebar-layout .wc-block-components-sidebar {\n    width: 100% !important;\n		 display:block;\n    }\n}','eride','','inherit','closed','closed','','1953-revision-v1','','','2025-09-02 18:27:34','2025-09-02 18:27:34','',1953,'https://aggressivegraphix.com/?p=3534',0,'revision','',0);
INSERT INTO `nbn_posts` VALUES (3536,1,'2025-09-02 18:27:46','2025-09-02 18:27:46','ul.products .taxonomy-product_cat, ul.products .wp-block-post-excerpt, .wc-block-grid__products .taxonomy-product_cat, .wc-block-grid__products .wp-block-post-excerpt, .wp-block-woocommerce-related-products .taxonomy-product_cat, .wp-block-woocommerce-related-products .wp-block-post-excerpt, .products-block-post-template .taxonomy-product_cat, .products-block-post-template .wp-block-post-excerpt, .cross-sells-product .taxonomy-product_cat, .cross-sells-product .wp-block-post-excerpt {\n    -webkit-line-clamp: none !important;\n}\n.wp-block-woocommerce-product-price {\n    text-align: center;\n    margin: 0 auto; \n}\na, button {\n    margin: 0 auto;\n}\na.addon-btn button {\n	  background: #c70000;\n    font-size: 18px;\n    color: #fff;\n    border: none;\n    padding: 10px 15px;\n    border-radius: 30px;\n		cursor:pointer;\n}\na.addon-btn button:hover {\n	  background: #a70000;\n}\n.woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p, .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p {\n    max-width: 1400px !important;\n}\n.products-block-post-template .product > .wp-block-button, .products-block-post-template .wp-block-post > .wp-block-button {\n	position: inherit !important;\n  bottom: 0 !important;\n}\n.products-block-post-template .wp-block-post-title{\n	-webkit-line-clamp: 3 !important;\n}\n.af_addon_field_class {\n    width: 100% !important;\n}\n.config-button {\n	  background: #c70000;\n    font-size: 18px;\n    color: #fff;\n    border: none;\n    padding: 10px 15px;\n    border-radius: 30px;\n    cursor: pointer;\n}\n.zoomImg {\n    background: #fff;\n}\n#product_option_selected_name ul {\n    position: inherit !important;\n}\n.woocommerce-cart .woocommerce-cart-form tbody td.product-name .variation {\n    display: block !important;\n}\n.woocommerce-cart .woocommerce-cart-form tbody td.product-name .variation dt.variation- {\n    display: none;\n}\n\n@container (max-width: 900px) {\n   div.wp-block-woocommerce-checkout.alignwide.wc-block-checkout, .wc-block-components-sidebar-layout .wc-block-components-main, .wc-block-components-sidebar-layout .wc-block-components-sidebar {\n    width: 100% !important;\n		 display:block;\n		 float:none;\n    }\n}','eride','','inherit','closed','closed','','1953-revision-v1','','','2025-09-02 18:27:46','2025-09-02 18:27:46','',1953,'https://aggressivegraphix.com/?p=3536',0,'revision','',0),(3538,1,'2025-09-02 18:31:32','2025-09-02 18:31:32','ul.products .taxonomy-product_cat, ul.products .wp-block-post-excerpt, .wc-block-grid__products .taxonomy-product_cat, .wc-block-grid__products .wp-block-post-excerpt, .wp-block-woocommerce-related-products .taxonomy-product_cat, .wp-block-woocommerce-related-products .wp-block-post-excerpt, .products-block-post-template .taxonomy-product_cat, .products-block-post-template .wp-block-post-excerpt, .cross-sells-product .taxonomy-product_cat, .cross-sells-product .wp-block-post-excerpt {\n    -webkit-line-clamp: none !important;\n}\n.wp-block-woocommerce-product-price {\n    text-align: center;\n    margin: 0 auto; \n}\na, button {\n    margin: 0 auto;\n}\na.addon-btn button {\n	  background: #c70000;\n    font-size: 18px;\n    color: #fff;\n    border: none;\n    padding: 10px 15px;\n    border-radius: 30px;\n		cursor:pointer;\n}\na.addon-btn button:hover {\n	  background: #a70000;\n}\n.woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p, .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p {\n    max-width: 1400px !important;\n}\n.products-block-post-template .product > .wp-block-button, .products-block-post-template .wp-block-post > .wp-block-button {\n	position: inherit !important;\n  bottom: 0 !important;\n}\n.products-block-post-template .wp-block-post-title{\n	-webkit-line-clamp: 3 !important;\n}\n.af_addon_field_class {\n    width: 100% !important;\n}\n.config-button {\n	  background: #c70000;\n    font-size: 18px;\n    color: #fff;\n    border: none;\n    padding: 10px 15px;\n    border-radius: 30px;\n    cursor: pointer;\n}\n.zoomImg {\n    background: #fff;\n}\n#product_option_selected_name ul {\n    position: inherit !important;\n}\n.woocommerce-cart .woocommerce-cart-form tbody td.product-name .variation {\n    display: block !important;\n}\n.woocommerce-cart .woocommerce-cart-form tbody td.product-name .variation dt.variation- {\n    display: none;\n}\n\n@container (max-width: 900px) {\n   div.wp-block-woocommerce-checkout.alignwide.wc-block-checkout, .wc-block-components-sidebar-layout .wc-block-components-main, .wc-block-components-sidebar-layout .wc-block-components-sidebar {\n    width: 100% !important;\n		margin-bottom: 65px;\n    position: relative;\n    }\n}','eride','','inherit','closed','closed','','1953-revision-v1','','','2025-09-02 18:31:32','2025-09-02 18:31:32','',1953,'https://aggressivegraphix.com/?p=3538',0,'revision','',0),(3539,1,'2025-09-02 18:34:46','2025-09-02 18:34:46','<!-- wp:group {\"metadata\":{\"name\":\"Footer\"},\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\"},\"padding\":{\"top\":\"30px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0px;padding-top:30px\"><!-- wp:group {\"align\":\"full\",\"className\":\"footer is-style-nfd-theme-dark\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"10px\",\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base-3\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|danger-2\"}}}}},\"backgroundColor\":\"contrast-2\",\"textColor\":\"base\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"footer is-style-nfd-theme-dark wp-block-group alignfull has-base-color has-contrast-2-background-color has-text-color has-background has-link-color\" style=\"margin-top:0;margin-bottom:0px;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:10px;padding-left:var(--wp--preset--spacing--40)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"11px\",\"right\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"1400px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:11px;padding-right:0px;padding-left:0px\"><!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\",\"top\":\"0px\",\"bottom\":\"12px\"},\"margin\":{\"bottom\":\"0px\"},\"blockGap\":{\"top\":\"40px\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:12px;padding-left:0px\"><!-- wp:column {\"width\":\"24.5%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:24.5%\"><!-- wp:image {\"id\":67,\"width\":\"296px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/AG-logo.png\" alt=\"\" class=\"wp-image-67\" style=\"width:296px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:navigation {\"ref\":28,\"overlayMenu\":\"never\",\"style\":{\"typography\":{\"lineHeight\":\"1\"},\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"36.3%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:36.3%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.1\"},\"spacing\":{\"margin\":{\"bottom\":\"22px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\"} -->\n<h2 class=\"wp-block-heading has-base-color has-text-color has-link-color\" style=\"margin-bottom:22px;font-size:18px;font-style:normal;font-weight:700;line-height:1.1\">Reach out!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"2.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"font-size:15px;font-style:normal;font-weight:400;line-height:2.4\">774.314.1673</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"2.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"bottom\":\"6px\"}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"margin-bottom:6px;font-size:15px;font-style:normal;font-weight:400;line-height:2.4\">Hours of Operation</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"260px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"13px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"bottom\":\"8px\"}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"margin-bottom:8px;font-size:13px;font-style:normal;font-weight:400;line-height:1.4\"><strong>Monday - Friday 9am- 5pm EST</strong><br><strong>Weekends by appointment</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"13px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"bottom\":\"8px\"}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"margin-bottom:8px;font-size:13px;font-style:normal;font-weight:400;line-height:1.4\"><a href=\"mailto:info@aggressivegraphix.com\">info@aggressivegraphix.com</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"className\":\"text-hover\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"43px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"text-hover wp-block-group\" style=\"margin-top:43px\"></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:jetpack/map {\"points\":[{\"placeTitle\":\"Hill Street\",\"title\":\"Aggressive Graphix\",\"caption\":\"Aggressive Graphix\\n31 Hill Street, \\nWebster, MA 01570\\nUnited States\",\"id\":\"address.7869753190814658\",\"coordinates\":{\"longitude\":-71.8863400000000041245584725402295589447021484375,\"latitude\":42.04343999999999681449480704031884670257568359375}}],\"zoom\":15,\"mapCenter\":{\"lng\":-71.8863400000000041245584725402295589447021484375,\"lat\":42.04343999999999681449480704031884670257568359375},\"mapHeight\":\"400\",\"className\":\"is-style-black_and_white\"} -->\n<div class=\"is-style-black_and_white wp-block-jetpack-map\" data-map-style=\"black_and_white\" data-map-details=\"true\" data-points=\"[{&quot;placeTitle&quot;:&quot;Hill Street&quot;,&quot;title&quot;:&quot;Aggressive Graphix&quot;,&quot;caption&quot;:&quot;Aggressive Graphix\\n31 Hill Street, \\nWebster, MA 01570\\nUnited States&quot;,&quot;id&quot;:&quot;address.7869753190814658&quot;,&quot;coordinates&quot;:{&quot;longitude&quot;:-71.88634,&quot;latitude&quot;:42.04344}}]\" data-zoom=\"15\" data-map-center=\"{&quot;lng&quot;:-71.88634,&quot;lat&quot;:42.04344}\" data-marker-color=\"red\" data-map-height=\"400\" data-show-fullscreen-button=\"true\"><ul><li><a href=\"https://www.google.com/maps/search/?api=1&amp;query=42.04344,-71.88634\">Aggressive Graphix</a></li></ul></div>\n<!-- /wp:jetpack/map --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"13px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"2.7\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1100\"}}}},\"textColor\":\"gray-1100\"} -->\n<p class=\"has-text-align-right has-gray-1100-color has-text-color has-link-color\" style=\"font-size:13px;font-style:normal;font-weight:400;line-height:2.7\">© Aggressive Graphix LLC 2025. All rights reserved.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:social-links {\"iconColor\":\"primary\",\"openInNewTab\":true,\"className\":\"has-icon-color is-style-logos-only\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"16px\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"orientation\":\"horizontal\"}} -->\n<ul class=\"has-icon-color is-style-logos-only wp-block-social-links\"><!-- wp:social-link {\"url\":\"https://www.instagram.com/aggressive_graphix\",\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://www.facebook.com/Aggressive.Graphix\",\"service\":\"facebook\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Footer','','inherit','closed','closed','','1927-revision-v1','','','2025-09-02 18:34:46','2025-09-02 18:34:46','',1927,'https://aggressivegraphix.com/?p=3539',0,'revision','',0),(3542,1,'2025-09-04 13:58:49','2025-09-04 13:58:49','','','','wc-completed','closed','closed','','3542','','','2025-10-01 14:20:40','2025-10-01 14:20:40','',3517,'https://aggressivegraphix.com/?post_type=shop_order_placehold&#038;p=3542',0,'shop_order_refund','',0),(3543,1,'2025-09-04 14:18:09','2025-09-04 14:18:09','<!-- wp:group {\"metadata\":{\"name\":\"Header v1\"},\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"margin\":{\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:var(--wp--preset--spacing--20);padding-top:0;padding-bottom:0\"><!-- wp:group {\"metadata\":{\"name\":\"Desktop Header\"},\"align\":\"full\",\"className\":\"desktop-header\",\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"18px\",\"bottom\":\"15px\",\"right\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\"}},\"border\":{\"bottom\":{\"color\":\"var:preset|color|gray-1100\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"left\":[]}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"desktop-header wp-block-group alignfull\" style=\"border-bottom-color:var(--wp--preset--color--gray-1100);border-bottom-width:1px;padding-top:18px;padding-right:var(--wp--preset--spacing--10);padding-bottom:15px;padding-left:var(--wp--preset--spacing--10)\"><!-- wp:heading {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\"}}},\"backgroundColor\":\"primary\",\"textColor\":\"base\",\"fontSize\":\"medium\"} -->\n<h2 class=\"wp-block-heading has-base-color has-primary-background-color has-text-color has-background has-link-color has-medium-font-size\" style=\"margin-top:var(--wp--preset--spacing--10);margin-bottom:var(--wp--preset--spacing--10)\">We are currently experiencing issues with our online store. We\'re currently working on a solution to get it back up and running. Please check in periodically to place your order or email info@aggressivegraphix.com with your requests.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"align\":\"wide\",\"className\":\"relative\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"relative wp-block-group alignwide\"><!-- wp:image {\"id\":67,\"width\":\"205px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"brand\",\"style\":{\"color\":{\"duotone\":\"unset\"},\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"206px\"}}} -->\n<figure class=\"brand wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/AG-logo.png\" alt=\"\" class=\"wp-image-67\" style=\"width:205px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:navigation {\"ref\":1919,\"icon\":\"menu\",\"overlayTextColor\":\"gray-100\",\"metadata\":{\"ignoredHookedBlocks\":[\"woocommerce/customer-account\"]},\"className\":\"primary-menu\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontSize\":\"14px\"},\"spacing\":{\"blockGap\":\"50px\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} /-->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":55,\"width\":\"21px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"search-toggle\"} -->\n<figure class=\"search-toggle wp-block-image size-full is-resized\" id=\"showModalBtn\"><a href=\"#\"><img src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/search.svg\" alt=\"\" class=\"wp-image-55\" style=\"width:21px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:woocommerce/cart-link {\"cartIcon\":\"bag-alt\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Mobile Header\"},\"align\":\"full\",\"className\":\"mobile-header\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"16px\",\"right\":\"16px\"},\"blockGap\":\"14px\"},\"border\":{\"bottom\":{\"color\":\"var:preset|color|gray-1100\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"left\":[]}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"mobile-header wp-block-group alignfull\" style=\"border-bottom-color:var(--wp--preset--color--gray-1100);border-bottom-width:1px;padding-top:var(--wp--preset--spacing--10);padding-right:16px;padding-bottom:var(--wp--preset--spacing--10);padding-left:16px\"><!-- wp:heading {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\"}}},\"backgroundColor\":\"primary\",\"textColor\":\"base\",\"fontSize\":\"medium\"} -->\n<h2 class=\"wp-block-heading has-base-color has-primary-background-color has-text-color has-background has-link-color has-medium-font-size\" style=\"margin-top:var(--wp--preset--spacing--10);margin-bottom:var(--wp--preset--spacing--10)\">We are currently experiencing issues with our online store. We\'re currently working on a solution to get it back up and running. Please check in periodically to place your order or email info@aggressivegraphix.com with your requests.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"12px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"ref\":3231,\"overlayMenu\":\"always\",\"icon\":\"menu\",\"metadata\":{\"ignoredHookedBlocks\":[\"woocommerce/customer-account\"]}} /-->\n\n<!-- wp:image {\"id\":67,\"width\":\"140px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"brand\",\"style\":{\"color\":{\"duotone\":\"unset\"}}} -->\n<figure class=\"brand wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/AG-logo.png\" alt=\"\" class=\"wp-image-67\" style=\"width:140px;height:auto\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"20px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":55,\"width\":\"20px\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"search-toggle\",\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} -->\n<figure class=\"search-toggle wp-block-image size-full is-resized\" id=\"showMModalBtn\"><a href=\"#\"><img src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/search.svg\" alt=\"\" class=\"wp-image-55\" style=\"width:20px\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"style\":{\"typography\":{\"fontSize\":\"10px\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} /-->\n\n<!-- wp:woocommerce/mini-cart {\"miniCartIcon\":\"bag-alt\",\"style\":{\"typography\":{\"fontSize\":\"16px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Header','','inherit','closed','closed','','1921-revision-v1','','','2025-09-04 14:18:09','2025-09-04 14:18:09','',1921,'https://aggressivegraphix.com/?p=3543',0,'revision','',0),(3544,1,'2025-09-05 14:03:55','2025-09-05 14:03:55','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"phone\",\"label\":\"Phone\",\"format\":\"us\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Your vehicle VIN\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_enabled\":\"1\",\"limit_count\":\"17\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"17\":{\"id\":\"17\",\"type\":\"checkbox\",\"label\":\"What tint coverage would you like?\",\"choices\":{\"1\":{\"label\":\"Front doors\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/frontdoor.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Rear doors\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/reardoor.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Rear windshield\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/rearwindow.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Brow concave\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/windshieldconcave.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Brow convex\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/windshieldconvex.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"Full windshield\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/windshieldfull.png\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images\":\"1\",\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"\",\"required\":\"1\",\"input_columns\":\"2\",\"choice_limit\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"select\",\"label\":\"Front doors tint percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"17\",\"operator\":\"==\",\"value\":\"1\"}]]},\"10\":{\"id\":\"10\",\"type\":\"select\",\"label\":\"Rear doors tint percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"17\",\"operator\":\"==\",\"value\":\"2\"}]]},\"15\":{\"id\":\"15\",\"type\":\"select\",\"label\":\"Rear windshield percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"17\",\"operator\":\"==\",\"value\":\"3\"}]]},\"14\":{\"id\":\"14\",\"type\":\"select\",\"label\":\"Front windshield brow\\/sun shade concave\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"17\",\"operator\":\"==\",\"value\":\"4\"}]]},\"13\":{\"id\":\"13\",\"type\":\"select\",\"label\":\"Front windshield brow\\/sun shade convex\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"17\",\"operator\":\"==\",\"value\":\"5\"}]]},\"12\":{\"id\":\"12\",\"type\":\"select\",\"label\":\"Front windshield whole\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"17\",\"operator\":\"==\",\"value\":\"6\"}]]},\"16\":{\"id\":\"16\",\"type\":\"date-time\",\"label\":\"Specific due date\",\"format\":\"date\",\"description\":\"Do you have a specific due date that the vehicle needs to be tinted by?\",\"size\":\"large\",\"date_type\":\"dropdown\",\"date_placeholder\":\"\",\"date_format\":\"m\\/d\\/Y\",\"date_limit_days_mon\":\"1\",\"date_limit_days_tue\":\"1\",\"date_limit_days_wed\":\"1\",\"date_limit_days_thu\":\"1\",\"date_limit_days_fri\":\"1\",\"time_interval\":\"30\",\"time_placeholder\":\"\",\"time_format\":\"g:i A\",\"time_limit_hours_start_hour\":\"09\",\"time_limit_hours_start_min\":\"00\",\"time_limit_hours_start_ampm\":\"am\",\"time_limit_hours_end_hour\":\"06\",\"time_limit_hours_end_min\":\"00\",\"time_limit_hours_end_ampm\":\"pm\",\"css\":\"\"}},\"id\":\"2677\",\"field_id\":18,\"settings\":{\"themes\":{\"wpformsTheme\":\"default\",\"isCustomTheme\":\"\",\"themeName\":\"\",\"fieldSize\":\"medium\",\"fieldBorderStyle\":\"solid\",\"fieldBorderSize\":\"1\",\"fieldBorderRadius\":\"3\",\"fieldBackgroundColor\":\"#ffffff\",\"fieldBorderColor\":\"rgba(0, 0, 0, 0.25)\",\"fieldTextColor\":\"rgba(0, 0, 0, 0.7)\",\"labelSize\":\"medium\",\"labelColor\":\"rgba(0, 0, 0, 0.85)\",\"labelSublabelColor\":\"rgba(0, 0, 0, 0.55)\",\"labelErrorColor\":\"#d63637\",\"buttonSize\":\"medium\",\"buttonBorderStyle\":\"none\",\"buttonBorderSize\":\"1\",\"buttonBorderRadius\":\"3\",\"buttonBackgroundColor\":\"#066aab\",\"buttonBorderColor\":\"#066aab\",\"buttonTextColor\":\"#ffffff\",\"containerPadding\":\"0\",\"containerBorderStyle\":\"none\",\"containerBorderWidth\":\"1\",\"containerBorderRadius\":\"3\",\"containerBorderColor\":\"#000000\",\"containerShadowSize\":\"none\",\"backgroundColor\":\"rgba(0, 0, 0, 0)\",\"backgroundImage\":\"none\",\"backgroundSize\":\"cover\",\"backgroundUrl\":\"url()\",\"fieldMenuColor\":\"#ffffff\",\"pageBreakColor\":\"#066aab\",\"customCss\":\"\",\"copyPasteJsonValue\":\"{\\\"themeName\\\":\\\"\\\",\\\"isCustomTheme\\\":\\\"\\\",\\\"wpformsTheme\\\":\\\"default\\\",\\\"customCss\\\":\\\"\\\",\\\"containerPadding\\\":\\\"0\\\",\\\"containerBorderStyle\\\":\\\"none\\\",\\\"containerBorderWidth\\\":\\\"1\\\",\\\"containerBorderRadius\\\":\\\"3\\\",\\\"containerShadowSize\\\":\\\"none\\\",\\\"containerBorderColor\\\":\\\"#000000\\\",\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderStyle\\\":\\\"solid\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBorderSize\\\":\\\"1\\\",\\\"fieldBackgroundColor\\\":\\\"#ffffff\\\",\\\"fieldBorderColor\\\":\\\"rgba(0, 0, 0, 0.25)\\\",\\\"fieldTextColor\\\":\\\"rgba(0, 0, 0, 0.7)\\\",\\\"fieldMenuColor\\\":\\\"#ffffff\\\",\\\"pageBreakColor\\\":\\\"#066aab\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"rgba(0, 0, 0, 0.85)\\\",\\\"labelSublabelColor\\\":\\\"rgba(0, 0, 0, 0.55)\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderStyle\\\":\\\"none\\\",\\\"buttonBorderSize\\\":\\\"1\\\",\\\"buttonBorderRadius\\\":\\\"3\\\",\\\"buttonBackgroundColor\\\":\\\"#066aab\\\",\\\"buttonBorderColor\\\":\\\"#066aab\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\",\\\"backgroundColor\\\":\\\"rgba(0, 0, 0, 0)\\\",\\\"backgroundPosition\\\":\\\"center center\\\",\\\"backgroundUrl\\\":\\\"url()\\\",\\\"backgroundRepeat\\\":\\\"no-repeat\\\",\\\"backgroundSize\\\":\\\"cover\\\",\\\"backgroundSizeMode\\\":\\\"cover\\\",\\\"backgroundWidth\\\":\\\"100\\\",\\\"backgroundHeight\\\":\\\"100\\\",\\\"backgroundImage\\\":\\\"none\\\"}\"},\"form_title\":\"Window tinting\",\"form_desc\":\"\",\"submit_text\":\"Get a quote!\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"enable\":\"1\",\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"Window tinting inquiry from\\u00a0 {field_id=\\\"1\\\"}\",\"sender_name\":\"{field_id=\\\"1\\\"}\",\"sender_address\":\"{field_id=\\\"3\\\"}\",\"replyto\":\"{field_id=\\\"3\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Window tinting','','inherit','closed','closed','','2677-revision-v1','','','2025-09-05 14:03:55','2025-09-05 14:03:55','',2677,'https://aggressivegraphix.com/?p=3544',0,'revision','',0),(3545,1,'2025-09-05 14:04:01','2025-09-05 14:04:01','<!-- wp:paragraph -->\n<p class=\"\">Adding tint to your vehicle will enhance the exterior look, enhance interior longevity, and provide a level of privacy depending on the percentage of tint used. Understanding the advertised percentages is crucial as we are installing the tint over factory glass which already has a tint hue naturally. The percentage number represents how much light and UV is let through the tint, meaning; a 35% tint allows 35% of the rays through into the interior of the vehicle. Most states do have tint laws of 35% or lighter on the front two windows and no tint below the AS1 line on the windshield. Our tint percentages are not the percent that will scan if tested after install. If the 35% tint option is chosen, the film itself is 35%; once installed over factory \"clear\" glass it will meter more towards 30% depending on the factory glass hue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2668,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/factorytint.png\" alt=\"\" class=\"wp-image-2668\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Factory Glass</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">As a base display, this would represent clear factory glass for your window or windshield.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2669,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/50percenttint.png\" alt=\"\" class=\"wp-image-2669\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">50% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">50 percent tint is generally used to keep the windows as clear as possible but offer the UV protection of tint.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2670,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/40percenttint.png\" alt=\"\" class=\"wp-image-2670\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">40% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">40 percent tint offers a slightly darker than factory option allowing for a little bit of privacy and UV protection.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2671,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/35percenttint.png\" alt=\"\" class=\"wp-image-2671\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">35% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">35 percent tint is generally the legal limit in most states. This option offers a darker look from the exterior with better protection from heat and UV rays. This is one of our most popular options.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2672,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/20percenttint.png\" alt=\"\" class=\"wp-image-2672\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">20% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">20 percent tint is a darker option that generally mimics OEM rear privacy tinted glass. This will give your windows a nice dark appearance for privacy and UV protection.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2673,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/5percenttint.png\" alt=\"\" class=\"wp-image-2673\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">5% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">5 percent tint, also referred to as limo tint is the darkest single layer option we offer. It is borderline not see through from the outside creating the most privacy.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\",\"backgroundColor\":\"primary\"} -->\n<hr class=\"is-style-wide wp-block-separator has-text-color has-primary-color has-alpha-channel-opacity has-primary-background-color has-background\"/>\n<!-- /wp:separator -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Tint coverage</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We offer all different coverage packages for tinting depending on your needs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Windshield:</strong> There are a couple different options for windshield tints. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Whole windshield (keep in mind most states with tint laws prohibit full tinted windshields, check with your state laws first)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Concave brow/sun shade. The concave look makes the outside edges look lower than the center of the windshield</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Convex brow/sun shade. The convex look follows the contour of the windshield to give an even thickness of the tint from left to right</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Doors:</strong> We use tried and true precision machine cut tint templates to ensure proper fitment for your vehicle based off your VIN. For rear doors with split glass, we do include the secondary pieces in our pricing and install.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Rear Windshield:</strong> Our tint film is a non-metallicized film allowing us to install directly onto your defroster without causing over heating or malfunctioning of the defrost system. We also precision machine cut the rear windshield shapes to ensure proper fitment. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2703,\"title\":\"Window tinting\",\"columns\":\"0\",\"row_height\":150,\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2741-768x1024.jpg\",\"title\":\"IMG_2741\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2741.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2711,\"height\":146.571428571428583609304041601717472076416015625,\"width\":109.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/A7401195-1024x819.jpg\",\"title\":\"A7401195\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/A7401195.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2704,\"height\":146.571428571428583609304041601717472076416015625,\"width\":183.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3624-768x1024.jpg\",\"title\":\"IMG_3624\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3624.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2718,\"height\":146.571428571428583609304041601717472076416015625,\"width\":109.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3576-768x1024.jpg\",\"title\":\"IMG_3576\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3576.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2717,\"height\":146.571428571428583609304041601717472076416015625,\"width\":109.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3575-768x1024.jpg\",\"title\":\"IMG_3575\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3575.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2716,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3481-768x1024.jpg\",\"title\":\"IMG_3481\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3481.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2715,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3480-768x1024.jpg\",\"title\":\"IMG_3480\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3480.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2714,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3327-768x1024.jpg\",\"title\":\"IMG_3327\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3327.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2713,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2849-768x1024.jpg\",\"title\":\"IMG_2849\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2849.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2712,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2470-768x1024.jpg\",\"title\":\"IMG_2470\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2470.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2710,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2469-768x1024.jpg\",\"title\":\"IMG_2469\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2469.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2709,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2390-768x1024.jpg\",\"title\":\"IMG_2390\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2390.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2708,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1916-768x1024.jpg\",\"title\":\"IMG_1916\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1916.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2707,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0470-768x1024.jpg\",\"title\":\"IMG_0470\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0470.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2706,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0450-768x1024.jpg\",\"title\":\"IMG_0450\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0450.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2719,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0456-768x1024.jpg\",\"title\":\"IMG_0456\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0456.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2705,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2703\']</div>\n<!-- /wp:envira/envira-gallery --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:wpforms/form-selector {\"clientId\":\"da82c8ba-ad31-4051-bcff-9d5adba4ec48\",\"formId\":\"2677\",\"theme\":\"default\",\"themeName\":\"Default\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022Default\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Window Tint Services','','inherit','closed','closed','','1216-revision-v1','','','2025-09-05 14:04:01','2025-09-05 14:04:01','',1216,'https://aggressivegraphix.com/?p=3545',0,'revision','',0),(3549,1,'2025-09-09 16:11:00','2025-09-09 16:11:00','','','','publish','closed','closed','','3549','','','2025-09-09 18:57:24','2025-09-09 18:57:24','',1027,'https://aggressivegraphix.com/af_pao_fields/3549/',0,'af_pao_fields','',0),(3551,1,'2025-09-09 16:32:08','2025-09-09 16:32:08','ul.products .taxonomy-product_cat, ul.products .wp-block-post-excerpt, .wc-block-grid__products .taxonomy-product_cat, .wc-block-grid__products .wp-block-post-excerpt, .wp-block-woocommerce-related-products .taxonomy-product_cat, .wp-block-woocommerce-related-products .wp-block-post-excerpt, .products-block-post-template .taxonomy-product_cat, .products-block-post-template .wp-block-post-excerpt, .cross-sells-product .taxonomy-product_cat, .cross-sells-product .wp-block-post-excerpt {\n    -webkit-line-clamp: none !important;\n}\n.wp-block-woocommerce-product-price {\n    text-align: center;\n    margin: 0 auto; \n}\na, button {\n    margin: 0 auto;\n}\na.addon-btn button {\n	  background: #c70000;\n    font-size: 18px;\n    color: #fff;\n    border: none;\n    padding: 10px 15px;\n    border-radius: 30px;\n		cursor:pointer;\n}\na.addon-btn button:hover {\n	  background: #a70000;\n}\n.woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p, .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p {\n    max-width: 1400px !important;\n}\n.products-block-post-template .product > .wp-block-button, .products-block-post-template .wp-block-post > .wp-block-button {\n	position: inherit !important;\n  bottom: 0 !important;\n}\n.products-block-post-template .wp-block-post-title{\n	-webkit-line-clamp: 3 !important;\n}\n.af_addon_field_class {\n    width: 100% !important;\n}\n.config-button {\n	  background: #c70000;\n    font-size: 18px;\n    color: #fff;\n    border: none;\n    padding: 10px 15px;\n    border-radius: 30px;\n    cursor: pointer;\n}\n.zoomImg {\n    background: #fff;\n}\n#product_option_selected_name ul {\n    position: inherit !important;\n}\n.woocommerce-cart .woocommerce-cart-form tbody td.product-name .variation {\n    display: block !important;\n}\n.woocommerce-cart .woocommerce-cart-form tbody td.product-name .variation dt.variation- {\n    display: none;\n}\ntr.optn_name_price {\n	display: none !important;\n}\n\n@container (max-width: 900px) {\n   div.wp-block-woocommerce-checkout.alignwide.wc-block-checkout, .wc-block-components-sidebar-layout .wc-block-components-main, .wc-block-components-sidebar-layout .wc-block-components-sidebar {\n    width: 100% !important;\n		margin-bottom: 65px;\n    position: relative;\n    }\n}','eride','','inherit','closed','closed','','1953-revision-v1','','','2025-09-09 16:32:08','2025-09-09 16:32:08','',1953,'https://aggressivegraphix.com/?p=3551',0,'revision','',0),(3553,1,'2025-09-09 16:58:24','2025-09-09 16:58:24','','AggressiveGraphix10x10top-hondared','','inherit','open','closed','','aggressivegraphix10x10top-hondared-2','','','2025-09-09 16:58:24','2025-09-09 16:58:24','',2190,'https://aggressivegraphix.com/wp-content/uploads/2025/09/AggressiveGraphix10x10top-hondared-1.webp',0,'attachment','image/webp',0),(3560,1,'2025-09-09 17:39:42','2025-09-09 17:39:42','','','','publish','closed','closed','','3560','','','2025-09-09 19:25:47','2025-09-09 19:25:47','',2190,'https://aggressivegraphix.com/af_pao_fields/3560/',0,'af_pao_fields','',0),(3561,1,'2025-09-09 17:39:58','2025-09-09 17:39:58','','','','publish','closed','closed','','3561','','','2025-09-09 19:25:47','2025-09-09 19:25:47','',3560,'https://aggressivegraphix.com/af_pao_options/3561/',0,'af_pao_options','',0),(3562,1,'2025-09-09 17:40:10','2025-09-09 17:40:10','','','','publish','closed','closed','','3562','','','2025-09-09 19:25:47','2025-09-09 19:25:47','',3560,'https://aggressivegraphix.com/af_pao_options/3562/',0,'af_pao_options','',0),(3563,1,'2025-09-09 17:40:20','2025-09-09 17:40:20','','','','publish','closed','closed','','3563','','','2025-09-09 19:25:47','2025-09-09 19:25:47','',3560,'https://aggressivegraphix.com/af_pao_options/3563/',0,'af_pao_options','',0),(3564,1,'2025-09-09 17:40:34','2025-09-09 17:40:34','','','','publish','closed','closed','','3564','','','2025-09-09 19:25:47','2025-09-09 19:25:47','',3560,'https://aggressivegraphix.com/af_pao_options/3564/',0,'af_pao_options','',0),(3565,1,'2025-09-09 17:40:44','2025-09-09 17:40:44','','','','publish','closed','closed','','3565','','','2025-09-09 19:25:47','2025-09-09 19:25:47','',3560,'https://aggressivegraphix.com/af_pao_options/3565/',0,'af_pao_options','',0),(3566,1,'2025-09-09 17:40:53','2025-09-09 17:40:53','','','','publish','closed','closed','','3566','','','2025-09-09 19:25:47','2025-09-09 19:25:47','',3560,'https://aggressivegraphix.com/af_pao_options/3566/',0,'af_pao_options','',0),(3567,1,'2025-09-09 17:41:02','2025-09-09 17:41:02','','','','publish','closed','closed','','3567','','','2025-09-09 19:25:47','2025-09-09 19:25:47','',3560,'https://aggressivegraphix.com/af_pao_options/3567/',0,'af_pao_options','',0),(3569,1,'2025-09-09 17:45:26','2025-09-09 17:45:26','ul.products .taxonomy-product_cat, ul.products .wp-block-post-excerpt, .wc-block-grid__products .taxonomy-product_cat, .wc-block-grid__products .wp-block-post-excerpt, .wp-block-woocommerce-related-products .taxonomy-product_cat, .wp-block-woocommerce-related-products .wp-block-post-excerpt, .products-block-post-template .taxonomy-product_cat, .products-block-post-template .wp-block-post-excerpt, .cross-sells-product .taxonomy-product_cat, .cross-sells-product .wp-block-post-excerpt {\n    -webkit-line-clamp: none !important;\n}\n.wp-block-woocommerce-product-price {\n    text-align: center;\n    margin: 0 auto; \n}\na, button {\n    margin: 0 auto;\n}\na.addon-btn button {\n	  background: #c70000;\n    font-size: 18px;\n    color: #fff;\n    border: none;\n    padding: 10px 15px;\n    border-radius: 30px;\n		cursor:pointer;\n}\na.addon-btn button:hover {\n	  background: #a70000;\n}\n.woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p, .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p {\n    max-width: 1400px !important;\n}\n.products-block-post-template .product > .wp-block-button, .products-block-post-template .wp-block-post > .wp-block-button {\n	position: inherit !important;\n  bottom: 0 !important;\n}\n.products-block-post-template .wp-block-post-title{\n	-webkit-line-clamp: 3 !important;\n}\n.af_addon_field_class {\n    width: 100% !important;\n}\n.config-button {\n	  background: #c70000;\n    font-size: 18px;\n    color: #fff;\n    border: none;\n    padding: 10px 15px;\n    border-radius: 30px;\n    cursor: pointer;\n}\n.zoomImg {\n    background: #fff;\n}\n#product_option_selected_name ul {\n    position: inherit !important;\n}\n.woocommerce-cart .woocommerce-cart-form tbody td.product-name .variation {\n    display: block !important;\n}\n.woocommerce-cart .woocommerce-cart-form tbody td.product-name .variation dt.variation- {\n    display: none;\n}\ntr.optn_name_price, td.product-name-and-quantity, td.product-sub-total-1st-tr {\n	display: none !important;\n}\n\n@container (max-width: 900px) {\n   div.wp-block-woocommerce-checkout.alignwide.wc-block-checkout, .wc-block-components-sidebar-layout .wc-block-components-main, .wc-block-components-sidebar-layout .wc-block-components-sidebar {\n    width: 100% !important;\n		margin-bottom: 65px;\n    position: relative;\n    }\n}','eride','','inherit','closed','closed','','1953-revision-v1','','','2025-09-09 17:45:26','2025-09-09 17:45:26','',1953,'https://aggressivegraphix.com/?p=3569',0,'revision','',0),(3571,1,'2025-09-09 17:46:10','2025-09-09 17:46:10','ul.products .taxonomy-product_cat, ul.products .wp-block-post-excerpt, .wc-block-grid__products .taxonomy-product_cat, .wc-block-grid__products .wp-block-post-excerpt, .wp-block-woocommerce-related-products .taxonomy-product_cat, .wp-block-woocommerce-related-products .wp-block-post-excerpt, .products-block-post-template .taxonomy-product_cat, .products-block-post-template .wp-block-post-excerpt, .cross-sells-product .taxonomy-product_cat, .cross-sells-product .wp-block-post-excerpt {\n    -webkit-line-clamp: none !important;\n}\n.wp-block-woocommerce-product-price {\n    text-align: center;\n    margin: 0 auto; \n}\na, button {\n    margin: 0 auto;\n}\na.addon-btn button {\n	  background: #c70000;\n    font-size: 18px;\n    color: #fff;\n    border: none;\n    padding: 10px 15px;\n    border-radius: 30px;\n		cursor:pointer;\n}\na.addon-btn button:hover {\n	  background: #a70000;\n}\n.woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p, .wp-block-woocommerce-product-details .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description > p {\n    max-width: 1400px !important;\n}\n.products-block-post-template .product > .wp-block-button, .products-block-post-template .wp-block-post > .wp-block-button {\n	position: inherit !important;\n  bottom: 0 !important;\n}\n.products-block-post-template .wp-block-post-title{\n	-webkit-line-clamp: 3 !important;\n}\n.af_addon_field_class {\n    width: 100% !important;\n}\n.config-button {\n	  background: #c70000;\n    font-size: 18px;\n    color: #fff;\n    border: none;\n    padding: 10px 15px;\n    border-radius: 30px;\n    cursor: pointer;\n}\n.zoomImg {\n    background: #fff;\n}\n#product_option_selected_name ul {\n    position: inherit !important;\n}\n.woocommerce-cart .woocommerce-cart-form tbody td.product-name .variation {\n    display: block !important;\n}\n.woocommerce-cart .woocommerce-cart-form tbody td.product-name .variation dt.variation- {\n    display: none;\n}\ntr.optn_name_price, td.product-name-and-quantity, td.product-sub-total-1st-tr {\n	display: none !important;\n}\n.product_sub_total_final_td {\n    float: left !important;\n}\n\n@container (max-width: 900px) {\n   div.wp-block-woocommerce-checkout.alignwide.wc-block-checkout, .wc-block-components-sidebar-layout .wc-block-components-main, .wc-block-components-sidebar-layout .wc-block-components-sidebar {\n    width: 100% !important;\n		margin-bottom: 65px;\n    position: relative;\n    }\n}','eride','','inherit','closed','closed','','1953-revision-v1','','','2025-09-09 17:46:10','2025-09-09 17:46:10','',1953,'https://aggressivegraphix.com/?p=3571',0,'revision','',0),(3572,1,'2025-09-09 18:04:54','2025-09-09 18:04:54','','IMG_3846-scaled.webp','','inherit','open','closed','','img_3846-scaled-webp','','','2025-09-09 18:04:54','2025-09-09 18:04:54','',0,'https://aggressivegraphix.com/img_3846-scaled-webp/',0,'attachment','image/webp',0),(3573,1,'2025-09-09 18:05:37','2025-09-09 18:05:37','','IMG_3790-scaled.webp','','inherit','open','closed','','img_3790-scaled-webp','','','2025-09-09 18:05:37','2025-09-09 18:05:37','',0,'https://aggressivegraphix.com/img_3790-scaled-webp/',0,'attachment','image/webp',0),(3574,1,'2025-09-09 18:06:12','2025-09-09 18:06:12','','IMG_3785-scaled.webp','','inherit','open','closed','','img_3785-scaled-webp','','','2025-09-09 18:06:12','2025-09-09 18:06:12','',0,'https://aggressivegraphix.com/img_3785-scaled-webp/',0,'attachment','image/webp',0),(3575,1,'2025-09-09 18:06:45','2025-09-09 18:06:45','','IMG_3764-scaled.webp','','inherit','open','closed','','img_3764-scaled-webp','','','2025-09-09 18:06:45','2025-09-09 18:06:45','',0,'https://aggressivegraphix.com/img_3764-scaled-webp/',0,'attachment','image/webp',0),(3577,1,'2025-09-09 18:07:59','2025-09-09 18:07:59','','IMG_3381-scaled.webp','','inherit','open','closed','','img_3381-scaled-webp','','','2025-09-09 18:07:59','2025-09-09 18:07:59','',0,'https://aggressivegraphix.com/img_3381-scaled-webp/',0,'attachment','image/webp',0),(3578,1,'2025-09-09 18:08:38','2025-09-09 18:08:38','','IMG_3160-scaled.webp','','inherit','open','closed','','img_3160-scaled-webp','','','2025-09-09 18:08:38','2025-09-09 18:08:38','',0,'https://aggressivegraphix.com/img_3160-scaled-webp/',0,'attachment','image/webp',0),(3579,1,'2025-09-09 18:09:14','2025-09-09 18:09:14','','IMG_3142-scaled.webp','','inherit','open','closed','','img_3142-scaled-webp','','','2025-09-09 18:09:14','2025-09-09 18:09:14','',0,'https://aggressivegraphix.com/img_3142-scaled-webp/',0,'attachment','image/webp',0),(3580,1,'2025-09-09 18:09:47','2025-09-09 18:09:47','','IMG_3138-scaled.webp','','inherit','open','closed','','img_3138-scaled-webp','','','2025-09-09 18:09:47','2025-09-09 18:09:47','',0,'https://aggressivegraphix.com/img_3138-scaled-webp/',0,'attachment','image/webp',0),(3581,1,'2025-09-09 18:10:23','2025-09-09 18:10:23','','IMG_3098-scaled.webp','','inherit','open','closed','','img_3098-scaled-webp','','','2025-09-09 18:10:23','2025-09-09 18:10:23','',0,'https://aggressivegraphix.com/img_3098-scaled-webp/',0,'attachment','image/webp',0),(3583,1,'2025-09-09 18:11:34','2025-09-09 18:11:34','','IMG_2974-scaled.webp','','inherit','open','closed','','img_2974-scaled-webp','','','2025-09-09 18:11:34','2025-09-09 18:11:34','',0,'https://aggressivegraphix.com/img_2974-scaled-webp/',0,'attachment','image/webp',0),(3584,1,'2025-09-09 18:12:08','2025-09-09 18:12:08','','IMG_2942-scaled.webp','','inherit','open','closed','','img_2942-scaled-webp','','','2025-09-09 18:12:08','2025-09-09 18:12:08','',0,'https://aggressivegraphix.com/img_2942-scaled-webp/',0,'attachment','image/webp',0),(3585,1,'2025-09-09 18:12:42','2025-09-09 18:12:42','','IMG_2900-scaled.webp','','inherit','open','closed','','img_2900-scaled-webp','','','2025-09-09 18:12:42','2025-09-09 18:12:42','',0,'https://aggressivegraphix.com/img_2900-scaled-webp/',0,'attachment','image/webp',0),(3586,1,'2025-09-09 18:13:13','2025-09-09 18:13:13','','IMG_2872-scaled.webp','','inherit','open','closed','','img_2872-scaled-webp','','','2025-09-09 18:13:13','2025-09-09 18:13:13','',0,'https://aggressivegraphix.com/img_2872-scaled-webp/',0,'attachment','image/webp',0),(3587,1,'2025-09-09 18:13:50','2025-09-09 18:13:50','','IMG_2868-scaled.webp','','inherit','open','closed','','img_2868-scaled-webp','','','2025-09-09 18:13:50','2025-09-09 18:13:50','',0,'https://aggressivegraphix.com/img_2868-scaled-webp/',0,'attachment','image/webp',0),(3588,1,'2025-09-09 18:14:25','2025-09-09 18:14:25','','IMG_2858-scaled.webp','','inherit','open','closed','','img_2858-scaled-webp','','','2025-09-09 18:14:25','2025-09-09 18:14:25','',0,'https://aggressivegraphix.com/img_2858-scaled-webp/',0,'attachment','image/webp',0),(3589,1,'2025-09-09 18:15:05','2025-09-09 18:15:05','','IMG_2818-scaled.webp','','inherit','open','closed','','img_2818-scaled-webp','','','2025-09-09 18:15:05','2025-09-09 18:15:05','',0,'https://aggressivegraphix.com/img_2818-scaled-webp/',0,'attachment','image/webp',0),(3590,1,'2025-09-09 18:15:36','2025-09-09 18:15:36','','IMG_2720-scaled.webp','','inherit','open','closed','','img_2720-scaled-webp','','','2025-09-09 18:15:36','2025-09-09 18:15:36','',0,'https://aggressivegraphix.com/img_2720-scaled-webp/',0,'attachment','image/webp',0),(3591,1,'2025-09-09 18:16:07','2025-09-09 18:16:07','','IMG_2699-scaled.webp','','inherit','open','closed','','img_2699-scaled-webp','','','2025-09-09 18:16:07','2025-09-09 18:16:07','',0,'https://aggressivegraphix.com/img_2699-scaled-webp/',0,'attachment','image/webp',0),(3592,1,'2025-09-09 18:16:42','2025-09-09 18:16:42','','IMG_2649-scaled.webp','','inherit','open','closed','','img_2649-scaled-webp','','','2025-09-09 18:16:42','2025-09-09 18:16:42','',0,'https://aggressivegraphix.com/img_2649-scaled-webp/',0,'attachment','image/webp',0),(3593,1,'2025-09-09 18:17:17','2025-09-09 18:17:17','','IMG_2509-scaled.webp','','inherit','open','closed','','img_2509-scaled-webp','','','2025-09-09 18:17:17','2025-09-09 18:17:17','',0,'https://aggressivegraphix.com/img_2509-scaled-webp/',0,'attachment','image/webp',0),(3594,1,'2025-09-09 18:17:49','2025-09-09 18:17:49','','IMG_2271-scaled.webp','','inherit','open','closed','','img_2271-scaled-webp','','','2025-09-09 18:17:49','2025-09-09 18:17:49','',0,'https://aggressivegraphix.com/img_2271-scaled-webp/',0,'attachment','image/webp',0),(3595,1,'2025-09-09 18:18:26','2025-09-09 18:18:26','','IMG_2154-scaled.webp','','inherit','open','closed','','img_2154-scaled-webp','','','2025-09-09 18:18:26','2025-09-09 18:18:26','',0,'https://aggressivegraphix.com/img_2154-scaled-webp/',0,'attachment','image/webp',0),(3596,1,'2025-09-09 18:18:57','2025-09-09 18:18:57','','IMG_2110.webp','','inherit','open','closed','','img_2110-webp','','','2025-09-09 18:18:57','2025-09-09 18:18:57','',0,'https://aggressivegraphix.com/img_2110-webp/',0,'attachment','image/webp',0),(3597,1,'2025-09-09 18:19:10','2025-09-09 18:19:10','','IMG_2044-scaled.webp','','inherit','open','closed','','img_2044-scaled-webp','','','2025-09-09 18:19:10','2025-09-09 18:19:10','',0,'https://aggressivegraphix.com/img_2044-scaled-webp/',0,'attachment','image/webp',0),(3598,1,'2025-09-09 18:19:45','2025-09-09 18:19:45','','IMG_2023-scaled.webp','','inherit','open','closed','','img_2023-scaled-webp','','','2025-09-09 18:19:45','2025-09-09 18:19:45','',0,'https://aggressivegraphix.com/img_2023-scaled-webp/',0,'attachment','image/webp',0),(3599,1,'2025-09-09 18:20:20','2025-09-09 18:20:20','','IMG_1988-scaled.webp','','inherit','open','closed','','img_1988-scaled-webp','','','2025-09-09 18:20:20','2025-09-09 18:20:20','',0,'https://aggressivegraphix.com/img_1988-scaled-webp/',0,'attachment','image/webp',0),(3600,1,'2025-09-09 18:21:25','2025-09-09 18:21:25','','IMG_1929-scaled.webp','','inherit','open','closed','','img_1929-scaled-webp','','','2025-09-09 18:21:25','2025-09-09 18:21:25','',0,'https://aggressivegraphix.com/img_1929-scaled-webp/',0,'attachment','image/webp',0),(3601,1,'2025-09-09 18:21:59','2025-09-09 18:21:59','','IMG_1806-scaled.webp','','inherit','open','closed','','img_1806-scaled-webp','','','2025-09-09 18:21:59','2025-09-09 18:21:59','',0,'https://aggressivegraphix.com/img_1806-scaled-webp/',0,'attachment','image/webp',0),(3602,1,'2025-09-09 18:22:31','2025-09-09 18:22:31','','IMG_1679.webp','','inherit','open','closed','','img_1679-webp','','','2025-09-09 18:22:31','2025-09-09 18:22:31','',0,'https://aggressivegraphix.com/img_1679-webp/',0,'attachment','image/webp',0),(3603,1,'2025-09-09 18:22:43','2025-09-09 18:22:43','','IMG_1637-scaled.webp','','inherit','open','closed','','img_1637-scaled-webp','','','2025-09-09 18:22:43','2025-09-09 18:22:43','',0,'https://aggressivegraphix.com/img_1637-scaled-webp/',0,'attachment','image/webp',0),(3604,1,'2025-09-09 18:23:19','2025-09-09 18:23:19','','IMG_1571-scaled.webp','','inherit','open','closed','','img_1571-scaled-webp','','','2025-09-09 18:23:19','2025-09-09 18:23:19','',0,'https://aggressivegraphix.com/img_1571-scaled-webp/',0,'attachment','image/webp',0),(3605,1,'2025-09-09 18:23:50','2025-09-09 18:23:50','','IMG_1491.webp','','inherit','open','closed','','img_1491-webp','','','2025-09-09 18:23:50','2025-09-09 18:23:50','',0,'https://aggressivegraphix.com/img_1491-webp/',0,'attachment','image/webp',0),(3606,1,'2025-09-09 18:24:01','2025-09-09 18:24:01','','IMG_1471-scaled.webp','','inherit','open','closed','','img_1471-scaled-webp','','','2025-09-09 18:24:01','2025-09-09 18:24:01','',0,'https://aggressivegraphix.com/img_1471-scaled-webp/',0,'attachment','image/webp',0),(3607,1,'2025-09-09 18:24:33','2025-09-09 18:24:33','','IMG_1437-scaled.webp','','inherit','open','closed','','img_1437-scaled-webp','','','2025-09-09 18:24:33','2025-09-09 18:24:33','',0,'https://aggressivegraphix.com/img_1437-scaled-webp/',0,'attachment','image/webp',0),(3608,1,'2025-09-09 18:25:08','2025-09-09 18:25:08','','IMG_1422-scaled.webp','','inherit','open','closed','','img_1422-scaled-webp','','','2025-09-09 18:25:08','2025-09-09 18:25:08','',0,'https://aggressivegraphix.com/img_1422-scaled-webp/',0,'attachment','image/webp',0),(3609,1,'2025-09-09 18:25:39','2025-09-09 18:25:39','','IMG_1197-scaled.webp','','inherit','open','closed','','img_1197-scaled-webp','','','2025-09-09 18:25:39','2025-09-09 18:25:39','',0,'https://aggressivegraphix.com/img_1197-scaled-webp/',0,'attachment','image/webp',0),(3610,1,'2025-09-09 18:26:11','2025-09-09 18:26:11','','IMG_1175-scaled.webp','','inherit','open','closed','','img_1175-scaled-webp','','','2025-09-09 18:26:11','2025-09-09 18:26:11','',0,'https://aggressivegraphix.com/img_1175-scaled-webp/',0,'attachment','image/webp',0),(3611,1,'2025-09-09 18:26:45','2025-09-09 18:26:45','','IMG_1110-scaled.webp','','inherit','open','closed','','img_1110-scaled-webp','','','2025-09-09 18:26:45','2025-09-09 18:26:45','',0,'https://aggressivegraphix.com/img_1110-scaled-webp/',0,'attachment','image/webp',0),(3612,1,'2025-09-09 18:27:17','2025-09-09 18:27:17','','IMG_1033-scaled.webp','','inherit','open','closed','','img_1033-scaled-webp','','','2025-09-09 18:27:17','2025-09-09 18:27:17','',0,'https://aggressivegraphix.com/img_1033-scaled-webp/',0,'attachment','image/webp',0),(3613,1,'2025-09-09 18:27:48','2025-09-09 18:27:48','','IMG_1029-scaled.webp','','inherit','open','closed','','img_1029-scaled-webp','','','2025-09-09 18:27:48','2025-09-09 18:27:48','',0,'https://aggressivegraphix.com/img_1029-scaled-webp/',0,'attachment','image/webp',0),(3614,1,'2025-09-09 18:28:19','2025-09-09 18:28:19','','IMG_0846-scaled.webp','','inherit','open','closed','','img_0846-scaled-webp','','','2025-09-09 18:28:19','2025-09-09 18:28:19','',0,'https://aggressivegraphix.com/img_0846-scaled-webp/',0,'attachment','image/webp',0),(3615,1,'2025-09-09 18:28:53','2025-09-09 18:28:53','','IMG_0799-scaled.webp','','inherit','open','closed','','img_0799-scaled-webp','','','2025-09-09 18:28:53','2025-09-09 18:28:53','',0,'https://aggressivegraphix.com/img_0799-scaled-webp/',0,'attachment','image/webp',0),(3616,1,'2025-09-09 18:29:26','2025-09-09 18:29:26','','IMG_0711-scaled.webp','','inherit','open','closed','','img_0711-scaled-webp','','','2025-09-09 18:29:26','2025-09-09 18:29:26','',0,'https://aggressivegraphix.com/img_0711-scaled-webp/',0,'attachment','image/webp',0),(3617,1,'2025-09-09 18:30:04','2025-09-09 18:30:04','','IMG_0583-scaled.webp','','inherit','open','closed','','img_0583-scaled-webp','','','2025-09-09 18:30:04','2025-09-09 18:30:04','',0,'https://aggressivegraphix.com/img_0583-scaled-webp/',0,'attachment','image/webp',0),(3618,1,'2025-09-09 18:30:38','2025-09-09 18:30:38','','IMG_0550-scaled.webp','','inherit','open','closed','','img_0550-scaled-webp','','','2025-09-09 18:30:38','2025-09-09 18:30:38','',0,'https://aggressivegraphix.com/img_0550-scaled-webp/',0,'attachment','image/webp',0),(3619,1,'2025-09-09 18:31:16','2025-09-09 18:31:16','','IMG_0335-scaled.webp','','inherit','open','closed','','img_0335-scaled-webp','','','2025-09-09 18:31:16','2025-09-09 18:31:16','',0,'https://aggressivegraphix.com/img_0335-scaled-webp/',0,'attachment','image/webp',0),(3620,1,'2025-09-09 18:31:47','2025-09-09 18:31:47','','IMG_0186-scaled.webp','','inherit','open','closed','','img_0186-scaled-webp','','','2025-09-09 18:31:47','2025-09-09 18:31:47','',0,'https://aggressivegraphix.com/img_0186-scaled-webp/',0,'attachment','image/webp',0),(3621,1,'2025-09-09 18:32:22','2025-09-09 18:32:22','','IMG_0155-scaled.webp','','inherit','open','closed','','img_0155-scaled-webp','','','2025-09-09 18:32:22','2025-09-09 18:32:22','',0,'https://aggressivegraphix.com/img_0155-scaled-webp/',0,'attachment','image/webp',0),(3622,1,'2025-09-09 18:32:56','2025-09-09 18:32:56','','AC8C7ED5-0D83-4100-A58F-212BB470D177.webp','','inherit','open','closed','','ac8c7ed5-0d83-4100-a58f-212bb470d177-webp','','','2025-09-09 18:32:56','2025-09-09 18:32:56','',0,'https://aggressivegraphix.com/ac8c7ed5-0d83-4100-a58f-212bb470d177-webp/',0,'attachment','image/webp',0),(3623,1,'2025-09-09 18:33:22','2025-09-09 18:33:22','','72202282314__FDCF6113-7645-4D17-AE7B-65ACD4F69324-scaled.webp','','inherit','open','closed','','72202282314__fdcf6113-7645-4d17-ae7b-65acd4f69324-scaled-webp','','','2025-09-09 18:33:22','2025-09-09 18:33:22','',0,'https://aggressivegraphix.com/72202282314__fdcf6113-7645-4d17-ae7b-65acd4f69324-scaled-webp/',0,'attachment','image/webp',0),(3624,1,'2025-09-09 18:33:52','2025-09-09 18:33:52','','IMG_3090-scaled-e1746127004697.webp','','inherit','open','closed','','img_3090-scaled-e1746127004697-webp','','','2025-09-09 18:33:52','2025-09-09 18:33:52','',0,'https://aggressivegraphix.com/img_3090-scaled-e1746127004697-webp/',0,'attachment','image/webp',0),(3625,1,'2025-09-09 18:34:05','2025-09-09 18:34:05','','IMG_3651-scaled.webp','','inherit','open','closed','','img_3651-scaled-webp','','','2025-09-09 18:34:05','2025-09-09 18:34:05','',0,'https://aggressivegraphix.com/img_3651-scaled-webp/',0,'attachment','image/webp',0),(3626,1,'2025-09-09 18:34:37','2025-09-09 18:34:37','','IMG_3325-scaled-e1746126370311.webp','','inherit','open','closed','','img_3325-scaled-e1746126370311-webp','','','2025-09-09 18:34:37','2025-09-09 18:34:37','',0,'https://aggressivegraphix.com/img_3325-scaled-e1746126370311-webp/',0,'attachment','image/webp',0),(3627,1,'2025-09-09 18:34:47','2025-09-09 18:34:47','','IMG_3402-scaled-e1746126337486.webp','','inherit','open','closed','','img_3402-scaled-e1746126337486-webp','','','2025-09-09 18:34:47','2025-09-09 18:34:47','',0,'https://aggressivegraphix.com/img_3402-scaled-e1746126337486-webp/',0,'attachment','image/webp',0),(3628,1,'2025-09-09 18:37:41','2025-09-09 18:37:41','','cosmicflakelaminate','','inherit','open','closed','','cosmicflakelaminate','','','2025-09-09 18:37:41','2025-09-09 18:37:41','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/09/cosmicflakelaminate.png',0,'attachment','image/png',0),(3629,1,'2025-09-09 18:37:42','2025-09-09 18:37:42','','glosslaminate','','inherit','open','closed','','glosslaminate','','','2025-09-09 18:37:42','2025-09-09 18:37:42','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/09/glosslaminate.png',0,'attachment','image/png',0),(3630,1,'2025-09-09 18:37:43','2025-09-09 18:37:43','','goldflakelaminate','','inherit','open','closed','','goldflakelaminate','','','2025-09-09 18:37:43','2025-09-09 18:37:43','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/09/goldflakelaminate.png',0,'attachment','image/png',0),(3631,1,'2025-09-09 18:37:45','2025-09-09 18:37:45','','mattelaminate','','inherit','open','closed','','mattelaminate','','','2025-09-09 18:37:45','2025-09-09 18:37:45','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/09/mattelaminate.png',0,'attachment','image/png',0),(3632,1,'2025-09-09 18:37:46','2025-09-09 18:37:46','','redflakelaminate','','inherit','open','closed','','redflakelaminate','','','2025-09-09 18:37:46','2025-09-09 18:37:46','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/09/redflakelaminate.png',0,'attachment','image/png',0),(3633,1,'2025-09-09 18:37:47','2025-09-09 18:37:47','','silverflakelaminate','','inherit','open','closed','','silverflakelaminate','','','2025-09-09 18:37:47','2025-09-09 18:37:47','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/09/silverflakelaminate.png',0,'attachment','image/png',0),(3634,1,'2025-09-09 18:37:48','2025-09-09 18:37:48','','UX1-chromeMXmaterial','','inherit','open','closed','','ux1-chromemxmaterial','','','2025-09-09 18:37:48','2025-09-09 18:37:48','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/09/UX1-chromeMXmaterial.png',0,'attachment','image/png',0),(3635,1,'2025-09-09 18:37:50','2025-09-09 18:37:50','','UX1-holographicMXmaterial','','inherit','open','closed','','ux1-holographicmxmaterial','','','2025-09-09 18:37:50','2025-09-09 18:37:50','',0,'https://aggressivegraphix.com/wp-content/uploads/2025/09/UX1-holographicMXmaterial.png',0,'attachment','image/png',0),(3637,1,'2025-09-09 18:40:11','2025-09-09 18:40:11','','solidseatcover-coolgray','','inherit','open','closed','','solidseatcover-coolgray','','','2025-09-09 18:40:11','2025-09-09 18:40:11','',1027,'https://aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-coolgray-1.png',0,'attachment','image/png',0),(3638,1,'2025-09-09 18:40:13','2025-09-09 18:40:13','','solidseatcover-flopink','','inherit','open','closed','','solidseatcover-flopink','','','2025-09-09 18:40:13','2025-09-09 18:40:13','',1027,'https://aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-flopink-1.png',0,'attachment','image/png',0),(3639,1,'2025-09-09 18:40:20','2025-09-09 18:40:20','','solidseatcover-floyellow','','inherit','open','closed','','solidseatcover-floyellow','','','2025-09-09 18:40:20','2025-09-09 18:40:20','',1027,'https://aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-floyellow-1.png',0,'attachment','image/png',0),(3640,1,'2025-09-09 18:40:26','2025-09-09 18:40:26','','solidseatcover-gasgasred','','inherit','open','closed','','solidseatcover-gasgasred','','','2025-09-09 18:40:26','2025-09-09 18:40:26','',1027,'https://aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-gasgasred-1.png',0,'attachment','image/png',0),(3641,1,'2025-09-09 18:40:29','2025-09-09 18:40:29','','solidseatcover-hondared','','inherit','open','closed','','solidseatcover-hondared','','','2025-09-09 18:40:29','2025-09-09 18:40:29','',1027,'https://aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-hondared-1.png',0,'attachment','image/png',0),(3642,1,'2025-09-09 18:40:35','2025-09-09 18:40:35','','solidseatcover-ktmorange','','inherit','open','closed','','solidseatcover-ktmorange','','','2025-09-09 18:40:35','2025-09-09 18:40:35','',1027,'https://aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-ktmorange-1.png',0,'attachment','image/png',0),(3643,1,'2025-09-09 18:40:42','2025-09-09 18:40:42','','solidseatcover-lightblue','','inherit','open','closed','','solidseatcover-lightblue','','','2025-09-09 18:40:42','2025-09-09 18:40:42','',1027,'https://aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-lightblue-1.png',0,'attachment','image/png',0),(3644,1,'2025-09-09 18:40:49','2025-09-09 18:40:49','','solidseatcover-navyblue','','inherit','open','closed','','solidseatcover-navyblue','','','2025-09-09 18:40:49','2025-09-09 18:40:49','',1027,'https://aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-navyblue-1.png',0,'attachment','image/png',0),(3645,1,'2025-09-09 18:40:52','2025-09-09 18:40:52','','solidseatcover-purple','','inherit','open','closed','','solidseatcover-purple','','','2025-09-09 18:40:52','2025-09-09 18:40:52','',1027,'https://aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-purple-1.png',0,'attachment','image/png',0),(3646,1,'2025-09-09 18:40:59','2025-09-09 18:40:59','','solidseatcover-ruby','','inherit','open','closed','','solidseatcover-ruby','','','2025-09-09 18:40:59','2025-09-09 18:40:59','',1027,'https://aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-ruby-1.png',0,'attachment','image/png',0),(3647,1,'2025-09-09 18:41:05','2025-09-09 18:41:05','','solidseatcover-seafoam','','inherit','open','closed','','solidseatcover-seafoam','','','2025-09-09 18:41:05','2025-09-09 18:41:05','',1027,'https://aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-seafoam-1.png',0,'attachment','image/png',0),(3648,1,'2025-09-09 18:41:13','2025-09-09 18:41:13','','solidseatcover-suzukiyellow','','inherit','open','closed','','solidseatcover-suzukiyellow','','','2025-09-09 18:41:13','2025-09-09 18:41:13','',1027,'https://aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-suzukiyellow-1.png',0,'attachment','image/png',0),(3649,1,'2025-09-09 18:41:21','2025-09-09 18:41:21','','solidseatcover-teal','','inherit','open','closed','','solidseatcover-teal','','','2025-09-09 18:41:21','2025-09-09 18:41:21','',1027,'https://aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-teal-1.png',0,'attachment','image/png',0),(3650,1,'2025-09-09 18:41:28','2025-09-09 18:41:28','','solidseatcover-tmblue','','inherit','open','closed','','solidseatcover-tmblue','','','2025-09-09 18:41:28','2025-09-09 18:41:28','',1027,'https://aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-tmblue-1.png',0,'attachment','image/png',0),(3651,1,'2025-09-09 18:41:36','2025-09-09 18:41:36','','solidseatcover-white','','inherit','open','closed','','solidseatcover-white','','','2025-09-09 18:41:36','2025-09-09 18:41:36','',1027,'https://aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-white-1.png',0,'attachment','image/png',0),(3652,1,'2025-09-09 18:41:40','2025-09-09 18:41:40','','solidseatcover-yamahablue','','inherit','open','closed','','solidseatcover-yamahablue','','','2025-09-09 18:41:40','2025-09-09 18:41:40','',1027,'https://aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-yamahablue-1.png',0,'attachment','image/png',0),(3653,1,'2025-09-09 18:41:46','2025-09-09 18:41:46','','seatcoverproductimage','','inherit','open','closed','','seatcoverproductimage','','','2025-09-09 18:41:46','2025-09-09 18:41:46','',1027,'https://aggressivegraphix.com/wp-content/uploads/2024/11/seatcoverproductimage-1.png',0,'attachment','image/png',0),(3654,1,'2025-09-09 18:56:33','2025-09-09 18:56:33','','solidseatcover-black','','inherit','open','closed','','solidseatcover-black','','','2025-09-09 18:56:33','2025-09-09 18:56:33','',1027,'https://aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-black.png',0,'attachment','image/png',0),(3655,1,'2025-09-09 19:06:25','2025-09-09 19:06:25','','','','publish','closed','closed','','3655','','','2025-09-09 19:15:40','2025-09-09 19:15:40','',2025,'https://aggressivegraphix.com/af_pao_fields/3655/',3,'af_pao_fields','',0),(3656,1,'2025-09-09 19:08:00','2025-09-09 19:08:00','','','','publish','closed','closed','','3656','','','2025-09-09 19:15:40','2025-09-09 19:15:40','',3655,'https://aggressivegraphix.com/af_pao_options/3656/',0,'af_pao_options','',0),(3657,1,'2025-09-09 19:08:03','2025-09-09 19:08:03','','','','publish','closed','closed','','3657','','','2025-09-09 19:15:40','2025-09-09 19:15:40','',3655,'https://aggressivegraphix.com/af_pao_options/3657/',0,'af_pao_options','',0),(3658,1,'2025-09-09 19:08:06','2025-09-09 19:08:06','','','','publish','closed','closed','','3658','','','2025-09-09 19:15:40','2025-09-09 19:15:40','',3655,'https://aggressivegraphix.com/af_pao_options/3658/',0,'af_pao_options','',0),(3659,1,'2025-09-09 19:12:16','2025-09-09 19:12:16','','','','publish','closed','closed','','3659','','','2025-09-09 19:15:40','2025-09-09 19:15:40','',3655,'https://aggressivegraphix.com/af_pao_options/3659/',0,'af_pao_options','',0),(3660,1,'2025-09-09 19:15:31','2025-09-09 19:15:31','','clearMXmaterial','','inherit','open','closed','','clearmxmaterial','','','2025-09-09 19:15:31','2025-09-09 19:15:31','',2025,'https://aggressivegraphix.com/wp-content/uploads/2025/02/clearMXmaterial.png',0,'attachment','image/png',0),(3661,1,'2025-09-09 19:24:22','2025-09-09 19:24:22','','AggressiveGraphix10x10top-blue','','inherit','open','closed','','aggressivegraphix10x10top-blue','','','2025-09-09 19:24:22','2025-09-09 19:24:22','',2190,'https://aggressivegraphix.com/wp-content/uploads/2025/02/AggressiveGraphix10x10top-blue-1.png',0,'attachment','image/png',0),(3662,1,'2025-09-09 19:24:25','2025-09-09 19:24:25','','AggressiveGraphix10x10top-gasgasred','','inherit','open','closed','','aggressivegraphix10x10top-gasgasred','','','2025-09-09 19:24:25','2025-09-09 19:24:25','',2190,'https://aggressivegraphix.com/wp-content/uploads/2025/02/AggressiveGraphix10x10top-gasgasred-1.png',0,'attachment','image/png',0),(3663,1,'2025-09-09 19:24:28','2025-09-09 19:24:28','','AggressiveGraphix10x10top-green','','inherit','open','closed','','aggressivegraphix10x10top-green','','','2025-09-09 19:24:28','2025-09-09 19:24:28','',2190,'https://aggressivegraphix.com/wp-content/uploads/2025/02/AggressiveGraphix10x10top-green-1.png',0,'attachment','image/png',0),(3664,1,'2025-09-09 19:24:30','2025-09-09 19:24:30','','AggressiveGraphix10x10top-hondared','','inherit','open','closed','','aggressivegraphix10x10top-hondared','','','2025-09-09 19:24:30','2025-09-09 19:24:30','',2190,'https://aggressivegraphix.com/wp-content/uploads/2025/02/AggressiveGraphix10x10top-hondared-1.png',0,'attachment','image/png',0),(3665,1,'2025-09-09 19:24:32','2025-09-09 19:24:32','','AggressiveGraphix10x10top-orange','','inherit','open','closed','','aggressivegraphix10x10top-orange','','','2025-09-09 19:24:32','2025-09-09 19:24:32','',2190,'https://aggressivegraphix.com/wp-content/uploads/2025/02/AggressiveGraphix10x10top-orange-1.png',0,'attachment','image/png',0),(3666,1,'2025-09-09 19:24:35','2025-09-09 19:24:35','','AggressiveGraphix10x10top-white','','inherit','open','closed','','aggressivegraphix10x10top-white','','','2025-09-09 19:24:35','2025-09-09 19:24:35','',2190,'https://aggressivegraphix.com/wp-content/uploads/2025/02/AggressiveGraphix10x10top-white-1.png',0,'attachment','image/png',0),(3667,1,'2025-09-09 19:24:37','2025-09-09 19:24:37','','AggressiveGraphix10x10top-yellow','','inherit','open','closed','','aggressivegraphix10x10top-yellow','','','2025-09-09 19:24:37','2025-09-09 19:24:37','',2190,'https://aggressivegraphix.com/wp-content/uploads/2025/02/AggressiveGraphix10x10top-yellow-1.png',0,'attachment','image/png',0),(3668,1,'2025-09-09 19:32:22','2025-09-09 19:32:22','<!-- wp:group {\"metadata\":{\"name\":\"Header v1\"},\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"margin\":{\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:var(--wp--preset--spacing--20);padding-top:0;padding-bottom:0\"><!-- wp:group {\"metadata\":{\"name\":\"Desktop Header\"},\"align\":\"full\",\"className\":\"desktop-header\",\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"18px\",\"bottom\":\"15px\",\"right\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\"}},\"border\":{\"bottom\":{\"color\":\"var:preset|color|gray-1100\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"left\":[]}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"desktop-header wp-block-group alignfull\" style=\"border-bottom-color:var(--wp--preset--color--gray-1100);border-bottom-width:1px;padding-top:18px;padding-right:var(--wp--preset--spacing--10);padding-bottom:15px;padding-left:var(--wp--preset--spacing--10)\"><!-- wp:group {\"align\":\"wide\",\"className\":\"relative\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"relative wp-block-group alignwide\"><!-- wp:image {\"id\":67,\"width\":\"205px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"brand\",\"style\":{\"color\":{\"duotone\":\"unset\"},\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"206px\"}}} -->\n<figure class=\"brand wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/AG-logo.png\" alt=\"\" class=\"wp-image-67\" style=\"width:205px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:navigation {\"ref\":1919,\"icon\":\"menu\",\"overlayTextColor\":\"gray-100\",\"metadata\":{\"ignoredHookedBlocks\":[\"woocommerce/customer-account\"]},\"className\":\"primary-menu\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontSize\":\"14px\"},\"spacing\":{\"blockGap\":\"50px\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} /-->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":55,\"width\":\"21px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"search-toggle\"} -->\n<figure class=\"search-toggle wp-block-image size-full is-resized\" id=\"showModalBtn\"><a href=\"#\"><img src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/search.svg\" alt=\"\" class=\"wp-image-55\" style=\"width:21px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:woocommerce/cart-link {\"cartIcon\":\"bag-alt\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Mobile Header\"},\"align\":\"full\",\"className\":\"mobile-header\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"16px\",\"right\":\"16px\"},\"blockGap\":\"14px\"},\"border\":{\"bottom\":{\"color\":\"var:preset|color|gray-1100\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"left\":[]}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"mobile-header wp-block-group alignfull\" style=\"border-bottom-color:var(--wp--preset--color--gray-1100);border-bottom-width:1px;padding-top:var(--wp--preset--spacing--10);padding-right:16px;padding-bottom:var(--wp--preset--spacing--10);padding-left:16px\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"12px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"ref\":3231,\"overlayMenu\":\"always\",\"icon\":\"menu\",\"metadata\":{\"ignoredHookedBlocks\":[\"woocommerce/customer-account\"]}} /-->\n\n<!-- wp:image {\"id\":67,\"width\":\"140px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"brand\",\"style\":{\"color\":{\"duotone\":\"unset\"}}} -->\n<figure class=\"brand wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/AG-logo.png\" alt=\"\" class=\"wp-image-67\" style=\"width:140px;height:auto\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"20px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":55,\"width\":\"20px\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"search-toggle\",\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} -->\n<figure class=\"search-toggle wp-block-image size-full is-resized\" id=\"showMModalBtn\"><a href=\"#\"><img src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/search.svg\" alt=\"\" class=\"wp-image-55\" style=\"width:20px\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"style\":{\"typography\":{\"fontSize\":\"10px\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} /-->\n\n<!-- wp:woocommerce/mini-cart {\"miniCartIcon\":\"bag-alt\",\"style\":{\"typography\":{\"fontSize\":\"16px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Header','','inherit','closed','closed','','1921-revision-v1','','','2025-09-09 19:32:22','2025-09-09 19:32:22','',1921,'https://aggressivegraphix.com/?p=3668',0,'revision','',0),(3669,1,'2025-09-09 19:34:23','2025-09-09 19:34:23','<!-- wp:group {\"metadata\":{\"name\":\"Header v1\"},\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"margin\":{\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:var(--wp--preset--spacing--20);padding-top:0;padding-bottom:0\"><!-- wp:group {\"metadata\":{\"name\":\"Desktop Header\"},\"align\":\"full\",\"className\":\"desktop-header\",\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"18px\",\"bottom\":\"15px\",\"right\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\"}},\"border\":{\"bottom\":{\"color\":\"var:preset|color|gray-1100\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"left\":[]}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"desktop-header wp-block-group alignfull\" style=\"border-bottom-color:var(--wp--preset--color--gray-1100);border-bottom-width:1px;padding-top:18px;padding-right:var(--wp--preset--spacing--10);padding-bottom:15px;padding-left:var(--wp--preset--spacing--10)\"><!-- wp:group {\"align\":\"wide\",\"className\":\"relative\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"relative wp-block-group alignwide\"><!-- wp:image {\"id\":67,\"width\":\"205px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"brand\",\"style\":{\"color\":{\"duotone\":\"unset\"},\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"206px\"}}} -->\n<figure class=\"brand wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/AG-logo.webp\" alt=\"\" class=\"wp-image-67\" style=\"width:205px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:navigation {\"ref\":1919,\"icon\":\"menu\",\"overlayTextColor\":\"gray-100\",\"metadata\":{\"ignoredHookedBlocks\":[\"woocommerce/customer-account\"]},\"className\":\"primary-menu\",\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null},\"typography\":{\"fontSize\":\"14px\"},\"spacing\":{\"blockGap\":\"50px\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} /-->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\"} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":55,\"width\":\"21px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"search-toggle\"} -->\n<figure class=\"search-toggle wp-block-image size-full is-resized\" id=\"showModalBtn\"><a href=\"#\"><img src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/search.svg\" alt=\"\" class=\"wp-image-55\" style=\"width:21px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:woocommerce/cart-link {\"cartIcon\":\"bag-alt\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Mobile Header\"},\"align\":\"full\",\"className\":\"mobile-header\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"16px\",\"right\":\"16px\"},\"blockGap\":\"14px\"},\"border\":{\"bottom\":{\"color\":\"var:preset|color|gray-1100\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"left\":[]}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"mobile-header wp-block-group alignfull\" style=\"border-bottom-color:var(--wp--preset--color--gray-1100);border-bottom-width:1px;padding-top:var(--wp--preset--spacing--10);padding-right:16px;padding-bottom:var(--wp--preset--spacing--10);padding-left:16px\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"12px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"ref\":3231,\"overlayMenu\":\"always\",\"icon\":\"menu\",\"metadata\":{\"ignoredHookedBlocks\":[\"woocommerce/customer-account\"]}} /-->\n\n<!-- wp:image {\"id\":67,\"width\":\"140px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"brand\",\"style\":{\"color\":{\"duotone\":\"unset\"}}} -->\n<figure class=\"brand wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/AG-logo.webp\" alt=\"\" class=\"wp-image-67\" style=\"width:140px;height:auto\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"20px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":55,\"width\":\"20px\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\",\"className\":\"search-toggle\",\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} -->\n<figure class=\"search-toggle wp-block-image size-full is-resized\" id=\"showMModalBtn\"><a href=\"#\"><img src=\"https://aggressivegraphix.com/wp-content/themes/eride/assets/images/search.svg\" alt=\"\" class=\"wp-image-55\" style=\"width:20px\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"style\":{\"typography\":{\"fontSize\":\"10px\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} /-->\n\n<!-- wp:woocommerce/mini-cart {\"miniCartIcon\":\"bag-alt\",\"style\":{\"typography\":{\"fontSize\":\"16px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Header','','inherit','closed','closed','','1921-revision-v1','','','2025-09-09 19:34:23','2025-09-09 19:34:23','',1921,'https://aggressivegraphix.com/?p=3669',0,'revision','',0),(3670,1,'2025-09-09 19:38:32','2025-09-09 19:38:32','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\",\"area\":\"header\"} /-->\n\n<!-- wp:cover {\"overlayColor\":\"primary\",\"isUserOverlayColor\":true,\"minHeight\":589,\"className\":\"about-hero\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\"}} -->\n<div class=\"about-hero wp-block-cover has-base-color has-text-color has-link-color\" style=\"min-height:589px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-primary-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"40px\",\"lineHeight\":\"1.2\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-base-color has-text-color has-link-color\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30);font-size:40px;font-style:normal;font-weight:700;line-height:1.2;text-transform:capitalize\">about us</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:post-content /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"About - Content\"},\"align\":\"full\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"1400px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"40px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2004,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/whatwedo.webp\" alt=\"\" class=\"wp-image-2004\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"365px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"spacing\":{\"margin\":{\"top\":\"35px\"}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"margin-top:35px;font-size:18px;font-style:normal;font-weight:600;line-height:1\">What we really do?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-200\"}}},\"spacing\":{\"margin\":{\"top\":\"25px\"}}},\"textColor\":\"gray-200\"} -->\n<p class=\"has-text-align-center has-gray-200-color has-text-color has-link-color\" style=\"margin-top:25px;font-size:14px;font-style:normal;font-weight:400\">We specialize in tailoring custom graphics to fit your off-road or on-road vision for your vehicles. Design, print, and install all done in-house to ensure top quality of every project.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2005,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/ourvision.webp\" alt=\"\" class=\"wp-image-2005\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"365px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"textTransform\":\"capitalize\",\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"spacing\":{\"margin\":{\"top\":\"35px\"}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"margin-top:35px;font-size:18px;font-style:normal;font-weight:600;line-height:1;text-transform:capitalize\">our vision</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-200\"}}},\"spacing\":{\"margin\":{\"top\":\"25px\"}}},\"textColor\":\"gray-200\"} -->\n<p class=\"has-text-align-center has-gray-200-color has-text-color has-link-color\" style=\"margin-top:25px;font-size:14px;font-style:normal;font-weight:400\">We strive for top quality customer service and use of materials for all of our projects. Looking to supply the best of the best for every order.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2006,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/beginning.webp\" alt=\"\" class=\"wp-image-2006\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"365px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}},\"spacing\":{\"margin\":{\"top\":\"35px\"}}},\"textColor\":\"contrast-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-contrast-2-color has-text-color has-link-color\" style=\"margin-top:35px;font-size:18px;font-style:normal;font-weight:600;line-height:1\">History of Beginning</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"14px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-200\"}}},\"spacing\":{\"margin\":{\"top\":\"25px\"}}},\"textColor\":\"gray-200\"} -->\n<p class=\"has-text-align-center has-gray-200-color has-text-color has-link-color\" style=\"margin-top:25px;font-size:14px;font-style:normal;font-weight:400\">Aggressive Graphix started as a small cut decal hobby that has grown into a full time career. Starting with a 24 inch vinyl cutter in the dorm room, we\'ve expanded to multiple wide format printers, cutters, and equipment. </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','About','','inherit','closed','closed','','1999-revision-v1','','','2025-09-09 19:38:32','2025-09-09 19:38:32','',1999,'https://aggressivegraphix.com/?p=3670',0,'revision','',0),(3671,1,'2025-09-09 19:39:25','2025-09-09 19:39:25','<!-- wp:template-part {\"slug\":\"header\",\"theme\":\"eride\",\"tagName\":\"header\"} /-->\n\n<!-- wp:cover {\"overlayColor\":\"primary\",\"isUserOverlayColor\":true,\"layout\":{\"type\":\"constrained\",\"contentSize\":\"75%\",\"wideSize\":\"100%\"}} -->\n<div class=\"wp-block-cover\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-primary-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Graphics designed with you, not just for you.</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} -->\n<p style=\"font-size:18px;font-style:normal;font-weight:300\" class=\"\">At Aggressive Graphix, we help amplify your image through vinyl wraps. From concept to completion, every step of the process is done in-house — design, print, production, and professional installation — ensuring quality, consistency, and quick turnaround.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|20\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--20)\"><!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":2249,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/wapsandtint.webp\" alt=\"\" class=\"wp-image-2249\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"right\":\"26px\",\"left\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"left\":\"40px\",\"right\":\"0px\",\"bottom\":\"32px\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-primary-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:0px;padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"26px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:26px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/wraps-and-tint/\" data-type=\"page\" data-id=\"95\">WRAPS AND TINT</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"isUserOverlayColor\":true,\"customGradient\":\"linear-gradient(0deg,rgb(255,255,255) 0%,rgb(245,245,246) 10%)\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":{\"topLeft\":\"25px\",\"topRight\":\"25px\",\"bottomLeft\":\"0px\",\"bottomRight\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary-3\"}}},\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\"},\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\"}}},\"textColor\":\"primary-3\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover aligncenter has-primary-3-color has-text-color has-link-color\" style=\"border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30);padding-top:0;padding-bottom:0\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(0deg,rgb(255,255,255) 0%,rgb(245,245,246) 10%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Wraps That Turn Heads</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} -->\n<p class=\"has-text-align-center\" style=\"font-size:17px;font-style:normal;font-weight:300\">Vehicle wraps take your ride from basic to bold—turning heads and commanding attention wherever you roll. Whether you\'re making a statement on the street or turning your fleet into a moving brand experience, vehicle wraps bring personality, power, and presence to every drive. </p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Home-v3-hero\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"26px\",\"left\":\"26px\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:cover {\"isUserOverlayColor\":true,\"customGradient\":\"linear-gradient(0deg,rgb(255,255,255) 0%,rgb(245,245,246) 11%)\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":{\"topLeft\":\"25px\",\"topRight\":\"25px\",\"bottomLeft\":\"0px\",\"bottomRight\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|primary-3\"}}},\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\"}}},\"textColor\":\"primary-3\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover aligncenter has-primary-3-color has-text-color has-link-color\" style=\"border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30)\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(0deg,rgb(255,255,255) 0%,rgb(245,245,246) 11%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Moto Graphics Tailored To You</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}}} -->\n<p class=\"has-text-align-center\" style=\"font-size:17px;font-style:normal;font-weight:300\">Stand out at the track with custom dirt bike and quad graphics designed with you, not just for you. Every order starts from scratch and includes 1-on-1 support from our designers to bring your idea to life — names, numbers, sponsors, colors — it’s all up to you. Our kits are precision-cut, race-ready, and built to last.</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"className\":\"relative\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"relative wp-block-column\"><!-- wp:group {\"className\":\"grid\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"grid wp-block-group\"><!-- wp:image {\"id\":2247,\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"grid-span-full\"} -->\n<figure class=\"grid-span-full wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/customgraphics-1024x761.png\" alt=\"\" class=\"wp-image-2247\" style=\"object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"className\":\"grid-span-full banner-1\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"26px\",\"right\":\"26px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\",\"contentSize\":\"361px\"}} -->\n<div class=\"grid-span-full banner-1 wp-block-group\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:26px;padding-bottom:0px;padding-left:26px\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"top\":\"33px\",\"bottom\":\"32px\",\"left\":\"40px\",\"right\":\"var:preset|spacing|30\"},\"blockGap\":\"13px\"},\"border\":{\"radius\":\"15px\"},\"dimensions\":{\"minHeight\":\"\"}},\"backgroundColor\":\"primary\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-primary-background-color has-background\" style=\"border-radius:15px;margin-top:0px;margin-bottom:0px;padding-top:33px;padding-right:var(--wp--preset--spacing--30);padding-bottom:32px;padding-left:40px\"><!-- wp:heading {\"className\":\"stretched-link\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"fontSize\":\"26px\",\"lineHeight\":\"1.2\"},\"spacing\":{\"padding\":{\"left\":\"4px\"}}},\"textColor\":\"base\"} -->\n<h2 class=\"stretched-link wp-block-heading has-base-color has-text-color has-link-color\" style=\"padding-left:4px;font-size:26px;font-style:normal;font-weight:600;line-height:1.2\"><a href=\"https://aggressivegraphix.com/shop/\" data-type=\"page\" data-id=\"6\">CUSTOM GRAPHICS</a></h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"eride\",\"tagName\":\"footer\",\"area\":\"footer\"} /-->','Home V3','','inherit','closed','closed','','1916-revision-v1','','','2025-09-09 19:39:25','2025-09-09 19:39:25','',1916,'https://aggressivegraphix.com/?p=3671',0,'revision','',0),(3672,1,'2025-09-09 19:40:19','2025-09-09 19:40:19','<!-- wp:group {\"metadata\":{\"name\":\"Footer\"},\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\"},\"padding\":{\"top\":\"30px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0px;padding-top:30px\"><!-- wp:group {\"align\":\"full\",\"className\":\"footer is-style-nfd-theme-dark\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"10px\",\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base-3\"},\":hover\":{\"color\":{\"text\":\"var:preset|color|danger-2\"}}}}},\"backgroundColor\":\"contrast-2\",\"textColor\":\"base\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"footer is-style-nfd-theme-dark wp-block-group alignfull has-base-color has-contrast-2-background-color has-text-color has-background has-link-color\" style=\"margin-top:0;margin-bottom:0px;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:10px;padding-left:var(--wp--preset--spacing--40)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"11px\",\"right\":\"0px\",\"left\":\"0px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"1400px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:11px;padding-right:0px;padding-left:0px\"><!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\",\"top\":\"0px\",\"bottom\":\"12px\"},\"margin\":{\"bottom\":\"0px\"},\"blockGap\":{\"top\":\"40px\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:12px;padding-left:0px\"><!-- wp:column {\"width\":\"24.5%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:24.5%\"><!-- wp:image {\"id\":67,\"width\":\"296px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2024/10/AG-logo.webp\" alt=\"\" class=\"wp-image-67\" style=\"width:296px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:navigation {\"ref\":28,\"overlayMenu\":\"never\",\"style\":{\"typography\":{\"lineHeight\":\"1\"},\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"36.3%\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:36.3%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.1\"},\"spacing\":{\"margin\":{\"bottom\":\"22px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\"} -->\n<h2 class=\"wp-block-heading has-base-color has-text-color has-link-color\" style=\"margin-bottom:22px;font-size:18px;font-style:normal;font-weight:700;line-height:1.1\">Reach out!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"2.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"font-size:15px;font-style:normal;font-weight:400;line-height:2.4\">774.314.1673</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"2.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"bottom\":\"6px\"}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"margin-bottom:6px;font-size:15px;font-style:normal;font-weight:400;line-height:2.4\">Hours of Operation</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"260px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"13px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"bottom\":\"8px\"}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"margin-bottom:8px;font-size:13px;font-style:normal;font-weight:400;line-height:1.4\"><strong>Monday - Friday 9am- 5pm EST</strong><br><strong>Weekends by appointment</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"13px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"1.4\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"bottom\":\"8px\"}}},\"textColor\":\"base\"} -->\n<p class=\"has-base-color has-text-color has-link-color\" style=\"margin-bottom:8px;font-size:13px;font-style:normal;font-weight:400;line-height:1.4\"><a href=\"mailto:info@aggressivegraphix.com\">info@aggressivegraphix.com</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"className\":\"text-hover\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"43px\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"text-hover wp-block-group\" style=\"margin-top:43px\"></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:jetpack/map {\"points\":[{\"placeTitle\":\"Hill Street\",\"title\":\"Aggressive Graphix\",\"caption\":\"Aggressive Graphix\\n31 Hill Street, \\nWebster, MA 01570\\nUnited States\",\"id\":\"address.7869753190814658\",\"coordinates\":{\"longitude\":-71.8863400000000041245584725402295589447021484375,\"latitude\":42.04343999999999681449480704031884670257568359375}}],\"zoom\":15,\"mapCenter\":{\"lng\":-71.8863400000000041245584725402295589447021484375,\"lat\":42.04343999999999681449480704031884670257568359375},\"mapHeight\":\"400\",\"className\":\"is-style-black_and_white\"} -->\n<div class=\"is-style-black_and_white wp-block-jetpack-map\" data-map-style=\"black_and_white\" data-map-details=\"true\" data-points=\"[{&quot;placeTitle&quot;:&quot;Hill Street&quot;,&quot;title&quot;:&quot;Aggressive Graphix&quot;,&quot;caption&quot;:&quot;Aggressive Graphix\\n31 Hill Street, \\nWebster, MA 01570\\nUnited States&quot;,&quot;id&quot;:&quot;address.7869753190814658&quot;,&quot;coordinates&quot;:{&quot;longitude&quot;:-71.88634,&quot;latitude&quot;:42.04344}}]\" data-zoom=\"15\" data-map-center=\"{&quot;lng&quot;:-71.88634,&quot;lat&quot;:42.04344}\" data-marker-color=\"red\" data-map-height=\"400\" data-show-fullscreen-button=\"true\"><ul><li><a href=\"https://www.google.com/maps/search/?api=1&amp;query=42.04344,-71.88634\">Aggressive Graphix</a></li></ul></div>\n<!-- /wp:jetpack/map --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"13px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"lineHeight\":\"2.7\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|gray-1100\"}}}},\"textColor\":\"gray-1100\"} -->\n<p class=\"has-text-align-right has-gray-1100-color has-text-color has-link-color\" style=\"font-size:13px;font-style:normal;font-weight:400;line-height:2.7\">© Aggressive Graphix LLC 2025. All rights reserved.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:social-links {\"iconColor\":\"primary\",\"openInNewTab\":true,\"className\":\"has-icon-color is-style-logos-only\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"16px\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"orientation\":\"horizontal\"}} -->\n<ul class=\"has-icon-color is-style-logos-only wp-block-social-links\"><!-- wp:social-link {\"url\":\"https://www.instagram.com/aggressive_graphix\",\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://www.facebook.com/Aggressive.Graphix\",\"service\":\"facebook\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Footer','','inherit','closed','closed','','1927-revision-v1','','','2025-09-09 19:40:19','2025-09-09 19:40:19','',1927,'https://aggressivegraphix.com/?p=3672',0,'revision','',0),(3673,1,'2025-09-09 19:41:41','2025-09-09 19:41:41','<!-- wp:group {\"metadata\":{\"name\":\"Features\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white wp-block-group\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} -->\n<div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} -->\n<div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":1,\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} -->\n<h1 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Color change and styling wraps</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Want to change the look of your vehicle without the cost of a new paint job? Wrap can help transform your vehicle into a one of a kind version tailored to your dream look.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} -->\n<div class=\"nfd-btn-lg  wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://aggressivegraphix.com/wraps-and-tint/color-change-wraps/\">Check out our styling wraps</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"metadata\":{\"name\":\"Gallery\"},\"className\":\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-5 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-5 is-style-nfd-theme-white wp-block-group\"><!-- wp:gallery {\"linkTo\":\"none\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}}} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":2491,\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"nfd-w-full is-style-default\"} -->\n<figure class=\"nfd-w-full is-style-default wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2741-1-edited-1024x576.webp\" alt=\"\" class=\"wp-image-2491\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2489,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2556-1-768x1024.jpg\" alt=\"\" class=\"wp-image-2489\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2486,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_3616-768x1024.jpg\" alt=\"\" class=\"wp-image-2486\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2488,\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_0785-1024x758.jpg\" alt=\"\" class=\"wp-image-2488\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Features\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-6 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-6 is-style-nfd-theme-white wp-block-group\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} -->\n<div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"metadata\":{\"name\":\"Gallery\"},\"className\":\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-5 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-theme-white nfd-bg-surface nfd-wb-gallery__gallery-5 is-style-nfd-theme-white wp-block-group\"><!-- wp:gallery {\"linkTo\":\"none\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}}} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":2493,\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"nfd-w-full is-style-default\"} -->\n<figure class=\"nfd-w-full is-style-default wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2698-edited-scaled-1024x576.webp\" alt=\"\" class=\"wp-image-2493\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2495,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_3128-768x1024.jpg\" alt=\"\" class=\"wp-image-2495\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2496,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_3097-768x1024.jpg\" alt=\"\" class=\"wp-image-2496\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2497,\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_3053-768x1024.jpg\" alt=\"\" class=\"wp-image-2497\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} -->\n<div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":1,\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} -->\n<h1 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Commercial lettering and full print wraps</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">We offer commercial wrap solutions to fit your budget and make an impact going down the road. Brand recognition is the largest thing for your business, why not utilize the vehicle or trailer you travel with every day to advertise!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} -->\n<div class=\"nfd-btn-lg  wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://aggressivegraphix.com/wraps-and-tint/commercial-wraps-and-lettering/\">See our commercial wrap solutions</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Features\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-features__features-5 is-style-nfd-theme-white wp-block-group\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-text-base nfd-gap-3xl\"} -->\n<div class=\"nfd-text-base nfd-gap-3xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"md:nfd-order-2 nfd-text-md\",\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} -->\n<div class=\"md:nfd-order-2 nfd-text-md wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"nfd-gap-lg\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-lg wp-block-group\"><!-- wp:heading {\"level\":1,\"className\":\"nfd-text-xl nfd-text-contrast nfd-text-balance\"} -->\n<h1 class=\"nfd-text-xl nfd-text-contrast nfd-text-balance wp-block-heading\">Window tinting services</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Want to keep the inside of your car or office cooler in the hot sun, or maybe looking for a little more privacy? We offer an array of products to tint your vehicle or office windows.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"nfd-btn-lg \"} -->\n<div class=\"nfd-btn-lg  wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://aggressivegraphix.com/wraps-and-tint/window-tint/\">See tinting options</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:video {\"id\":2500} -->\n<figure class=\"wp-block-video\"><video controls src=\"https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2948.mov\"></video></figure>\n<!-- /wp:video --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->','Vehicle wraps and window tinting','','inherit','closed','closed','','95-revision-v1','','','2025-09-09 19:41:41','2025-09-09 19:41:41','',95,'https://aggressivegraphix.com/?p=3673',0,'revision','',0),(3674,1,'2025-09-15 20:43:42','2025-09-15 20:43:42','{\"fields\":{\"2\":{\"id\":\"2\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"phone\",\"label\":\"Phone\",\"format\":\"us\",\"description\":\"\",\"size\":\"large\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"date-time\",\"label\":\"Specific job completion date\",\"format\":\"date\",\"description\":\"\",\"size\":\"large\",\"date_type\":\"datepicker\",\"date_placeholder\":\"\",\"date_format\":\"m\\/d\\/Y\",\"date_limit_days_mon\":\"1\",\"date_limit_days_tue\":\"1\",\"date_limit_days_wed\":\"1\",\"date_limit_days_thu\":\"1\",\"date_limit_days_fri\":\"1\",\"time_interval\":\"30\",\"time_placeholder\":\"\",\"time_format\":\"g:i A\",\"time_limit_hours_start_hour\":\"09\",\"time_limit_hours_start_min\":\"00\",\"time_limit_hours_start_ampm\":\"am\",\"time_limit_hours_end_hour\":\"06\",\"time_limit_hours_end_min\":\"00\",\"time_limit_hours_end_ampm\":\"pm\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"checkbox\",\"label\":\"Type of wrap service\",\"choices\":{\"1\":{\"label\":\"Lettering\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Partial\\/half wrap\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Full wrap\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Other type of wrap\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"\",\"required\":\"1\",\"input_columns\":\"\",\"choice_limit\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"7\":{\"id\":\"7\",\"type\":\"textarea\",\"label\":\"Please describe your project\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"8\":{\"id\":\"8\",\"type\":\"file-upload\",\"label\":\"Upload your logo files and photos of your vehicle\\/trailer\",\"description\":\"To assist us get your project quoted. Please include photos of the front, sides, and back of your vehicle\\/trailer. Also include your logo files, best files are original artwork files PDF, EPS, AI, PSD, TIFF. We may be able to work with a JPG or PNG but will likely require a design retainer.\",\"extensions\":\"\",\"max_size\":\"\",\"max_file_number\":\"10\",\"required\":\"1\",\"style\":\"modern\",\"css\":\"\"}},\"id\":\"2736\",\"field_id\":9,\"search_terms\":\"\",\"settings\":{\"themes\":{\"wpformsTheme\":\"default\",\"isCustomTheme\":\"\",\"themeName\":\"\",\"fieldSize\":\"medium\",\"fieldBorderStyle\":\"solid\",\"fieldBorderSize\":\"1\",\"fieldBorderRadius\":\"3\",\"fieldBackgroundColor\":\"#ffffff\",\"fieldBorderColor\":\"rgba(0, 0, 0, 0.25)\",\"fieldTextColor\":\"rgba(0, 0, 0, 0.7)\",\"labelSize\":\"medium\",\"labelColor\":\"rgba(0, 0, 0, 0.85)\",\"labelSublabelColor\":\"rgba(0, 0, 0, 0.55)\",\"labelErrorColor\":\"#d63637\",\"buttonSize\":\"medium\",\"buttonBorderStyle\":\"none\",\"buttonBorderSize\":\"1\",\"buttonBorderRadius\":\"3\",\"buttonBackgroundColor\":\"#066aab\",\"buttonBorderColor\":\"#066aab\",\"buttonTextColor\":\"#ffffff\",\"containerPadding\":\"0\",\"containerBorderStyle\":\"none\",\"containerBorderWidth\":\"1\",\"containerBorderRadius\":\"3\",\"containerBorderColor\":\"#000000\",\"containerShadowSize\":\"none\",\"backgroundColor\":\"rgba(0, 0, 0, 0)\",\"backgroundImage\":\"none\",\"backgroundSize\":\"cover\",\"backgroundUrl\":\"url()\",\"fieldMenuColor\":\"#ffffff\",\"pageBreakColor\":\"#066aab\",\"customCss\":\"\",\"copyPasteJsonValue\":\"{\\\"themeName\\\":\\\"\\\",\\\"isCustomTheme\\\":\\\"\\\",\\\"wpformsTheme\\\":\\\"default\\\",\\\"customCss\\\":\\\"\\\",\\\"containerPadding\\\":\\\"0\\\",\\\"containerBorderStyle\\\":\\\"none\\\",\\\"containerBorderWidth\\\":\\\"1\\\",\\\"containerBorderRadius\\\":\\\"3\\\",\\\"containerShadowSize\\\":\\\"none\\\",\\\"containerBorderColor\\\":\\\"#000000\\\",\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderStyle\\\":\\\"solid\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBorderSize\\\":\\\"1\\\",\\\"fieldBackgroundColor\\\":\\\"#ffffff\\\",\\\"fieldBorderColor\\\":\\\"rgba(0, 0, 0, 0.25)\\\",\\\"fieldTextColor\\\":\\\"rgba(0, 0, 0, 0.7)\\\",\\\"fieldMenuColor\\\":\\\"#ffffff\\\",\\\"pageBreakColor\\\":\\\"#066aab\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"rgba(0, 0, 0, 0.85)\\\",\\\"labelSublabelColor\\\":\\\"rgba(0, 0, 0, 0.55)\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderStyle\\\":\\\"none\\\",\\\"buttonBorderSize\\\":\\\"1\\\",\\\"buttonBorderRadius\\\":\\\"3\\\",\\\"buttonBackgroundColor\\\":\\\"#066aab\\\",\\\"buttonBorderColor\\\":\\\"#066aab\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\",\\\"backgroundColor\\\":\\\"rgba(0, 0, 0, 0)\\\",\\\"backgroundPosition\\\":\\\"center center\\\",\\\"backgroundUrl\\\":\\\"url()\\\",\\\"backgroundRepeat\\\":\\\"no-repeat\\\",\\\"backgroundSize\\\":\\\"cover\\\",\\\"backgroundSizeMode\\\":\\\"cover\\\",\\\"backgroundWidth\\\":\\\"100\\\",\\\"backgroundHeight\\\":\\\"100\\\",\\\"backgroundImage\\\":\\\"none\\\"}\"},\"form_title\":\"Commercial wraps\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"enable\":\"1\",\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"Commercial wrap inquiry from\\u00a0 {field_id=\\\"2\\\"}\",\"sender_name\":\"{field_id=\\\"2\\\"}\",\"sender_address\":\"{field_id=\\\"3\\\"}\",\"replyto\":\"{field_id=\\\"3\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name #1\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Commercial wraps','','inherit','closed','closed','','2736-revision-v1','','','2025-09-15 20:43:42','2025-09-15 20:43:42','',2736,'https://aggressivegraphix.com/?p=3674',0,'revision','',0),(3675,1,'2025-09-15 20:43:54','2025-09-15 20:43:54','{\"fields\":{\"2\":{\"id\":\"2\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"phone\",\"label\":\"Phone\",\"format\":\"us\",\"description\":\"\",\"size\":\"large\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"date-time\",\"label\":\"Specific job completion date\",\"format\":\"date\",\"description\":\"\",\"size\":\"large\",\"date_type\":\"datepicker\",\"date_placeholder\":\"\",\"date_format\":\"m\\/d\\/Y\",\"date_limit_days_mon\":\"1\",\"date_limit_days_tue\":\"1\",\"date_limit_days_wed\":\"1\",\"date_limit_days_thu\":\"1\",\"date_limit_days_fri\":\"1\",\"time_interval\":\"30\",\"time_placeholder\":\"\",\"time_format\":\"g:i A\",\"time_limit_hours_start_hour\":\"09\",\"time_limit_hours_start_min\":\"00\",\"time_limit_hours_start_ampm\":\"am\",\"time_limit_hours_end_hour\":\"06\",\"time_limit_hours_end_min\":\"00\",\"time_limit_hours_end_ampm\":\"pm\",\"css\":\"\"},\"6\":{\"id\":\"6\",\"type\":\"checkbox\",\"label\":\"Type of wrap service\",\"choices\":{\"1\":{\"label\":\"Lettering\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Partial\\/half wrap\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Full wrap\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Storefront\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Other type of wrap\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"\",\"required\":\"1\",\"input_columns\":\"\",\"choice_limit\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"7\":{\"id\":\"7\",\"type\":\"textarea\",\"label\":\"Please describe your project\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"},\"8\":{\"id\":\"8\",\"type\":\"file-upload\",\"label\":\"Upload your logo files and photos of your vehicle\\/trailer\",\"description\":\"To assist us get your project quoted. Please include photos of the front, sides, and back of your vehicle\\/trailer. Also include your logo files, best files are original artwork files PDF, EPS, AI, PSD, TIFF. We may be able to work with a JPG or PNG but will likely require a design retainer.\",\"extensions\":\"\",\"max_size\":\"\",\"max_file_number\":\"10\",\"required\":\"1\",\"style\":\"modern\",\"css\":\"\"}},\"id\":\"2736\",\"field_id\":9,\"search_terms\":\"\",\"settings\":{\"themes\":{\"wpformsTheme\":\"default\",\"isCustomTheme\":\"\",\"themeName\":\"\",\"fieldSize\":\"medium\",\"fieldBorderStyle\":\"solid\",\"fieldBorderSize\":\"1\",\"fieldBorderRadius\":\"3\",\"fieldBackgroundColor\":\"#ffffff\",\"fieldBorderColor\":\"rgba(0, 0, 0, 0.25)\",\"fieldTextColor\":\"rgba(0, 0, 0, 0.7)\",\"labelSize\":\"medium\",\"labelColor\":\"rgba(0, 0, 0, 0.85)\",\"labelSublabelColor\":\"rgba(0, 0, 0, 0.55)\",\"labelErrorColor\":\"#d63637\",\"buttonSize\":\"medium\",\"buttonBorderStyle\":\"none\",\"buttonBorderSize\":\"1\",\"buttonBorderRadius\":\"3\",\"buttonBackgroundColor\":\"#066aab\",\"buttonBorderColor\":\"#066aab\",\"buttonTextColor\":\"#ffffff\",\"containerPadding\":\"0\",\"containerBorderStyle\":\"none\",\"containerBorderWidth\":\"1\",\"containerBorderRadius\":\"3\",\"containerBorderColor\":\"#000000\",\"containerShadowSize\":\"none\",\"backgroundColor\":\"rgba(0, 0, 0, 0)\",\"backgroundImage\":\"none\",\"backgroundSize\":\"cover\",\"backgroundUrl\":\"url()\",\"fieldMenuColor\":\"#ffffff\",\"pageBreakColor\":\"#066aab\",\"customCss\":\"\",\"copyPasteJsonValue\":\"{\\\"themeName\\\":\\\"\\\",\\\"isCustomTheme\\\":\\\"\\\",\\\"wpformsTheme\\\":\\\"default\\\",\\\"customCss\\\":\\\"\\\",\\\"containerPadding\\\":\\\"0\\\",\\\"containerBorderStyle\\\":\\\"none\\\",\\\"containerBorderWidth\\\":\\\"1\\\",\\\"containerBorderRadius\\\":\\\"3\\\",\\\"containerShadowSize\\\":\\\"none\\\",\\\"containerBorderColor\\\":\\\"#000000\\\",\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderStyle\\\":\\\"solid\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBorderSize\\\":\\\"1\\\",\\\"fieldBackgroundColor\\\":\\\"#ffffff\\\",\\\"fieldBorderColor\\\":\\\"rgba(0, 0, 0, 0.25)\\\",\\\"fieldTextColor\\\":\\\"rgba(0, 0, 0, 0.7)\\\",\\\"fieldMenuColor\\\":\\\"#ffffff\\\",\\\"pageBreakColor\\\":\\\"#066aab\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"rgba(0, 0, 0, 0.85)\\\",\\\"labelSublabelColor\\\":\\\"rgba(0, 0, 0, 0.55)\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderStyle\\\":\\\"none\\\",\\\"buttonBorderSize\\\":\\\"1\\\",\\\"buttonBorderRadius\\\":\\\"3\\\",\\\"buttonBackgroundColor\\\":\\\"#066aab\\\",\\\"buttonBorderColor\\\":\\\"#066aab\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\",\\\"backgroundColor\\\":\\\"rgba(0, 0, 0, 0)\\\",\\\"backgroundPosition\\\":\\\"center center\\\",\\\"backgroundUrl\\\":\\\"url()\\\",\\\"backgroundRepeat\\\":\\\"no-repeat\\\",\\\"backgroundSize\\\":\\\"cover\\\",\\\"backgroundSizeMode\\\":\\\"cover\\\",\\\"backgroundWidth\\\":\\\"100\\\",\\\"backgroundHeight\\\":\\\"100\\\",\\\"backgroundImage\\\":\\\"none\\\"}\"},\"form_title\":\"Commercial wraps\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"enable\":\"1\",\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"Commercial wrap inquiry from\\u00a0 {field_id=\\\"2\\\"}\",\"sender_name\":\"{field_id=\\\"2\\\"}\",\"sender_address\":\"{field_id=\\\"3\\\"}\",\"replyto\":\"{field_id=\\\"3\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name #1\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Commercial wraps','','inherit','closed','closed','','2736-revision-v1','','','2025-09-15 20:43:54','2025-09-15 20:43:54','',2736,'https://aggressivegraphix.com/?p=3675',0,'revision','',0),(3677,1,'2025-09-15 20:52:28','2025-09-15 20:52:28','<!-- wp:paragraph -->\n<p class=\"\">Do you have a work vehicle or a fleet of vehicles on the road daily? Lettering or wrapping them is an inexpensive way to create mobile billboards advertising your company or brand to thousands of potential customers. We work with you to create the best and most effective look on your wrap to really catch eyes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Lettering</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">The most inexpensive way to add your business to your vehicle. This can be basic one color through printed logos. Coverage generally depends on the vehicle, usually on the front two doors and a graphic on the rear window/door/tailgate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-768x1024.jpg\",\"id\":2724,\"dimRatio\":0,\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.4899999999999999911182158029987476766109466552734375,\"y\":0.64000000000000001332267629550187848508358001708984375},\"minHeight\":500,\"minHeightUnit\":\"px\",\"contentPosition\":\"bottom right\",\"isDark\":false,\"sizeSlug\":\"large\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-2724 size-large\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-768x1024.jpg\" style=\"object-position:49% 64%\" data-object-fit=\"cover\" data-object-position=\"49% 64%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3090-1024x768.jpg\",\"id\":2731,\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.520000000000000017763568394002504646778106689453125,\"y\":0.61999999999999999555910790149937383830547332763671875},\"minHeight\":500,\"minHeightUnit\":\"px\",\"customGradient\":\"linear-gradient(0deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%)\",\"contentPosition\":\"bottom right\",\"sizeSlug\":\"large\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-2731 size-large\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3090-1024x768.jpg\" style=\"object-position:52% 62%\" data-object-fit=\"cover\" data-object-position=\"52% 62%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim wp-block-cover__gradient-background has-background-gradient\" style=\"background:linear-gradient(0deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%)\"></span><div class=\"wp-block-cover__inner-container\"></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Partial/Half Wrap</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Create a unique design and look on your vehicle without the higher cost of a bumper to bumper full wrap. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Full Wrap</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Want to make the biggest impact going down the road? A full wrap achieves just that. We will transform your fleet into eye catching billboards that will bring in more sales leads and brand recognition. A full wrap consists of bumper to bumper coverage creating an impactful image of your vehicle or trailer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3651-scaled.jpg\",\"id\":2726,\"dimRatio\":0,\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.289999999999999980015985556747182272374629974365234375,\"y\":0.66000000000000003108624468950438313186168670654296875},\"minHeight\":500,\"minHeightUnit\":\"px\",\"contentPosition\":\"bottom right\",\"sizeSlug\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-2726 size-full\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3651-scaled.jpg\" style=\"object-position:29% 66%\" data-object-fit=\"cover\" data-object-position=\"29% 66%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-scaled.webp\",\"id\":3609,\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.450000000000000011102230246251565404236316680908203125,\"y\":1},\"minHeight\":350,\"minHeightUnit\":\"px\",\"customGradient\":\"linear-gradient(0deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%)\",\"contentPosition\":\"bottom right\",\"sizeSlug\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:350px\"><img class=\"wp-block-cover__image-background wp-image-3609 size-full\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-scaled.webp\" style=\"object-position:45% 100%\" data-object-fit=\"cover\" data-object-position=\"45% 100%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim wp-block-cover__gradient-background has-background-gradient\" style=\"background:linear-gradient(0deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"fontSize\":\"large\"} -->\n<p class=\"has-text-align-center has-large-font-size\"></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Storefront</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Give the front of your store some personality that attracts customers to come in and check out your products.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Our work</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2832,\"title\":\"Commercial wraps\",\"columns\":\"0\",\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3649-768x1024.webp\",\"title\":\"IMG_3649\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3649.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2860,\"height\":107.619047619047620401033782400190830230712890625,\"width\":80.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1471-1-768x1024.webp\",\"title\":\"IMG_1471\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1471-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2931,\"height\":107.619047619047620401033782400190830230712890625,\"width\":80.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8852-1-768x1024.webp\",\"title\":\"IMG_8852\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8852-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2902,\"height\":107.619047619047620401033782400190830230712890625,\"width\":80.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1437-1-768x1024.webp\",\"title\":\"IMG_1437\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1437-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2932,\"height\":107.619047619047620401033782400190830230712890625,\"width\":80.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1929-1-768x1024.webp\",\"title\":\"IMG_1929\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1929-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2924,\"height\":107.619047619047620401033782400190830230712890625,\"width\":80.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1033-1-768x1024.webp\",\"title\":\"IMG_1033\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1033-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2937,\"height\":107.619047619047620401033782400190830230712890625,\"width\":80.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1110-1-768x1024.webp\",\"title\":\"IMG_1110\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1110-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2936,\"height\":107.619047619047620401033782400190830230712890625,\"width\":80.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-1.webp\",\"title\":\"IMG_1197\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2934,\"height\":102.3381294964028711547143757343292236328125,\"width\":136.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1491-1.webp\",\"title\":\"IMG_1491\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1491-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2930,\"height\":102.3381294964028711547143757343292236328125,\"width\":202.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3764-1-768x1024.webp\",\"title\":\"IMG_3764\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3764-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2862,\"height\":102.3381294964028711547143757343292236328125,\"width\":76.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2154-1-768x1024.webp\",\"title\":\"IMG_2154\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2154-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2919,\"height\":102.3381294964028711547143757343292236328125,\"width\":76.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0583-1-768x1024.webp\",\"title\":\"IMG_0583\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0583-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2841,\"height\":102.3381294964028711547143757343292236328125,\"width\":76.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1988-1-768x1024.webp\",\"title\":\"IMG_1988\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1988-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2923,\"height\":100.1766784452296832341744448058307170867919921875,\"width\":75.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2396-1.webp\",\"title\":\"IMG_2396\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2396-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2917,\"height\":100.1766784452296832341744448058307170867919921875,\"width\":133.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3790-1-768x1024.webp\",\"title\":\"IMG_3790\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3790-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2864,\"height\":100.1766784452296832341744448058307170867919921875,\"width\":75.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2404-1.webp\",\"title\":\"IMG_2404\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2404-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2916,\"height\":100.1766784452296832341744448058307170867919921875,\"width\":133.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2509-1-768x1024.webp\",\"title\":\"IMG_2509\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2509-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2915,\"height\":100.1766784452296832341744448058307170867919921875,\"width\":75.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2649-1-768x1024.webp\",\"title\":\"IMG_2649\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2649-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2914,\"height\":100.1766784452296832341744448058307170867919921875,\"width\":75.099999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2698.webp\",\"title\":\"IMG_2698\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2698.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2913,\"height\":100.5300353356890497025233344174921512603759765625,\"width\":133.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7711.webp\",\"title\":\"IMG_7711\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7711.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2893,\"height\":100.5300353356890497025233344174921512603759765625,\"width\":150.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3098-1-768x1024.webp\",\"title\":\"IMG_3098\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3098-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2852,\"height\":100.5300353356890497025233344174921512603759765625,\"width\":75.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2720-1-768x1024.webp\",\"title\":\"IMG_2720\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2720-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2911,\"height\":100.5300353356890497025233344174921512603759765625,\"width\":75.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5605-1.webp\",\"title\":\"IMG_5605\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5605-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2878,\"height\":100.5300353356890497025233344174921512603759765625,\"width\":133.69999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2868-1-768x1024.webp\",\"title\":\"IMG_2868\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2868-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2908,\"height\":89.2575039494470701129102963022887706756591796875,\"width\":66.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2872-1-768x1024.webp\",\"title\":\"IMG_2872\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2872-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2907,\"height\":89.2575039494470701129102963022887706756591796875,\"width\":66.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2900-1-768x1024.webp\",\"title\":\"IMG_2900\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2900-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2906,\"height\":89.2575039494470701129102963022887706756591796875,\"width\":66.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3128-768x1024.webp\",\"title\":\"IMG_3128\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3128.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2853,\"height\":89.2575039494470701129102963022887706756591796875,\"width\":66.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2942-1-768x1024.webp\",\"title\":\"IMG_2942\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2942-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2905,\"height\":89.2575039494470701129102963022887706756591796875,\"width\":66.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1422-1-768x1024.webp\",\"title\":\"IMG_1422\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1422-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2933,\"height\":89.2575039494470701129102963022887706756591796875,\"width\":66.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8489-1.webp\",\"title\":\"IMG_8489\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8489-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2900,\"height\":89.2575039494470701129102963022887706756591796875,\"width\":163.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8061.webp\",\"title\":\"IMG_8061\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8061.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2899,\"height\":97.9416809605488793977201567031443119049072265625,\"width\":237},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5505-1.webp\",\"title\":\"IMG_5505\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5505-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2877,\"height\":97.9416809605488793977201567031443119049072265625,\"width\":130.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8036-1-768x1024.webp\",\"title\":\"IMG_8036\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8036-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2896,\"height\":97.9416809605488793977201567031443119049072265625,\"width\":73.5},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6150-1.webp\",\"title\":\"IMG_6150\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6150-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2881,\"height\":97.9416809605488793977201567031443119049072265625,\"width\":130.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3846-1-768x1024.webp\",\"title\":\"IMG_3846\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3846-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2865,\"height\":103.6429872495446176117184222675859928131103515625,\"width\":77.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5644-1.webp\",\"title\":\"IMG_5644\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5644-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2879,\"height\":103.6429872495446176117184222675859928131103515625,\"width\":137.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4976-1.webp\",\"title\":\"IMG_4976\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4976-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2873,\"height\":103.6429872495446176117184222675859928131103515625,\"width\":137.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3138-1-768x1024.webp\",\"title\":\"IMG_3138\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3138-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2854,\"height\":103.6429872495446176117184222675859928131103515625,\"width\":77.7000000000000028421709430404007434844970703125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4344-1.webp\",\"title\":\"IMG_4344\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4344-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2870,\"height\":103.6429872495446176117184222675859928131103515625,\"width\":137.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3922-1-768x1024.webp\",\"title\":\"IMG_3922\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3922-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2869,\"height\":92.0454545454545467464413377456367015838623046875,\"width\":69},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3856-1.webp\",\"title\":\"IMG_3856\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3856-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2868,\"height\":92.0454545454545467464413377456367015838623046875,\"width\":163.80000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2-819x1024.webp\",\"title\":\"564ED9D4-C180-4CCB-BD26-B5A05E95055A\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2849,\"height\":92.0454545454545467464413377456367015838623046875,\"width\":73.599999999999994315658113919198513031005859375},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3785-1-768x1024.webp\",\"title\":\"IMG_3785\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3785-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2863,\"height\":92.0454545454545467464413377456367015838623046875,\"width\":69},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-2-768x1024.webp\",\"title\":\"IMG_3402\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-2.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2859,\"height\":92.0454545454545467464413377456367015838623046875,\"width\":69},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3325-1.webp\",\"title\":\"IMG_3325\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3325-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2857,\"height\":92.0454545454545467464413377456367015838623046875,\"width\":122.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3160-1-768x1024.webp\",\"title\":\"IMG_3160\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3160-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2856,\"height\":107.7946768060836575386929325759410858154296875,\"width\":80.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3142-1-768x1024.webp\",\"title\":\"IMG_3142\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3142-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2855,\"height\":107.7946768060836575386929325759410858154296875,\"width\":80.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3090-2.webp\",\"title\":\"IMG_3090\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3090-2.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2851,\"height\":107.7946768060836575386929325759410858154296875,\"width\":143.400000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0335-1-768x1024.webp\",\"title\":\"IMG_0335\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0335-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2843,\"height\":107.7946768060836575386929325759410858154296875,\"width\":80.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0711-1-768x1024.webp\",\"title\":\"IMG_0711\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0711-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2840,\"height\":107.7946768060836575386929325759410858154296875,\"width\":80.7999999999999971578290569595992565155029296875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0799-1-956x1024.webp\",\"title\":\"IMG_0799\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0799-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2839,\"height\":107.7946768060836575386929325759410858154296875,\"width\":100.2000000000000028421709430404007434844970703125}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2832\']</div>\n<!-- /wp:envira/envira-gallery --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Lets chat about your project!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:wpforms/form-selector {\"clientId\":\"a55435ae-a334-4fea-a0cd-9cf017a85680\",\"formId\":\"2736\",\"theme\":\"default\",\"themeName\":\"Default\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022Default\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Commercial wraps and lettering','','inherit','closed','closed','','1214-revision-v1','','','2025-09-15 20:52:28','2025-09-15 20:52:28','',1214,'https://aggressivegraphix.com/?p=3677',0,'revision','',0),(3678,0,'2025-09-18 05:28:43','2025-09-18 05:28:43','','Order &ndash; September 18, 2025 @ 05:28 AM','','wc-pending','closed','closed','','order-september-18-2025-0528-am','','','2025-09-18 05:30:52','2025-09-18 05:30:52','',0,'https://aggressivegraphix.com/?post_type=shop_order_placehold&#038;p=3678',0,'shop_order','',1),(3679,1,'2025-09-18 17:16:46','2025-09-18 17:16:46','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"phone\",\"label\":\"Phone\",\"format\":\"us\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"4\":{\"id\":\"4\",\"type\":\"text\",\"label\":\"Your vehicle VIN\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_enabled\":\"1\",\"limit_count\":\"17\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"\"},\"17\":{\"id\":\"17\",\"type\":\"checkbox\",\"label\":\"What tint coverage would you like?\",\"choices\":{\"1\":{\"label\":\"Front doors\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/frontdoor.webp\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Rear doors\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/reardoor.webp\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Rear windshield\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/rearwindow.webp\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Brow concave\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/windshieldconcave.webp\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Brow convex\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/windshieldconvex.webp\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"Full windshield\",\"value\":\"\",\"image\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/windshieldfull.webp\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"choices_images\":\"1\",\"choices_images_style\":\"modern\",\"choices_icons_color\":\"#066aab\",\"choices_icons_size\":\"large\",\"choices_icons_style\":\"default\",\"description\":\"\",\"required\":\"1\",\"input_columns\":\"2\",\"choice_limit\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"9\":{\"id\":\"9\",\"type\":\"select\",\"label\":\"Front doors tint percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"17\",\"operator\":\"==\",\"value\":\"1\"}]]},\"10\":{\"id\":\"10\",\"type\":\"select\",\"label\":\"Rear doors tint percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"17\",\"operator\":\"==\",\"value\":\"2\"}]]},\"15\":{\"id\":\"15\",\"type\":\"select\",\"label\":\"Rear windshield percent\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"17\",\"operator\":\"==\",\"value\":\"3\"}]]},\"14\":{\"id\":\"14\",\"type\":\"select\",\"label\":\"Front windshield brow\\/sun shade concave\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"17\",\"operator\":\"==\",\"value\":\"4\"}]]},\"13\":{\"id\":\"13\",\"type\":\"select\",\"label\":\"Front windshield brow\\/sun shade convex\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"17\",\"operator\":\"==\",\"value\":\"5\"}]]},\"12\":{\"id\":\"12\",\"type\":\"select\",\"label\":\"Front windshield whole\",\"choices\":{\"4\":{\"label\":\"50%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"40%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"6\":{\"label\":\"35%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"7\":{\"label\":\"20%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"8\":{\"label\":\"5%\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"modern\",\"size\":\"large\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\",\"conditional_logic\":\"1\",\"conditional_type\":\"show\",\"conditionals\":[[{\"field\":\"17\",\"operator\":\"==\",\"value\":\"6\"}]]},\"16\":{\"id\":\"16\",\"type\":\"date-time\",\"label\":\"Specific due date\",\"format\":\"date\",\"description\":\"Do you have a specific due date that the vehicle needs to be tinted by?\",\"size\":\"large\",\"date_type\":\"dropdown\",\"date_placeholder\":\"\",\"date_format\":\"m\\/d\\/Y\",\"date_limit_days_mon\":\"1\",\"date_limit_days_tue\":\"1\",\"date_limit_days_wed\":\"1\",\"date_limit_days_thu\":\"1\",\"date_limit_days_fri\":\"1\",\"time_interval\":\"30\",\"time_placeholder\":\"\",\"time_format\":\"g:i A\",\"time_limit_hours_start_hour\":\"09\",\"time_limit_hours_start_min\":\"00\",\"time_limit_hours_start_ampm\":\"am\",\"time_limit_hours_end_hour\":\"06\",\"time_limit_hours_end_min\":\"00\",\"time_limit_hours_end_ampm\":\"pm\",\"css\":\"\"}},\"id\":\"2677\",\"field_id\":18,\"settings\":{\"themes\":{\"wpformsTheme\":\"default\",\"isCustomTheme\":\"\",\"themeName\":\"\",\"fieldSize\":\"medium\",\"fieldBorderStyle\":\"solid\",\"fieldBorderSize\":\"1\",\"fieldBorderRadius\":\"3\",\"fieldBackgroundColor\":\"#ffffff\",\"fieldBorderColor\":\"rgba(0, 0, 0, 0.25)\",\"fieldTextColor\":\"rgba(0, 0, 0, 0.7)\",\"labelSize\":\"medium\",\"labelColor\":\"rgba(0, 0, 0, 0.85)\",\"labelSublabelColor\":\"rgba(0, 0, 0, 0.55)\",\"labelErrorColor\":\"#d63637\",\"buttonSize\":\"medium\",\"buttonBorderStyle\":\"none\",\"buttonBorderSize\":\"1\",\"buttonBorderRadius\":\"3\",\"buttonBackgroundColor\":\"#066aab\",\"buttonBorderColor\":\"#066aab\",\"buttonTextColor\":\"#ffffff\",\"containerPadding\":\"0\",\"containerBorderStyle\":\"none\",\"containerBorderWidth\":\"1\",\"containerBorderRadius\":\"3\",\"containerBorderColor\":\"#000000\",\"containerShadowSize\":\"none\",\"backgroundColor\":\"rgba(0, 0, 0, 0)\",\"backgroundImage\":\"none\",\"backgroundSize\":\"cover\",\"backgroundUrl\":\"url()\",\"fieldMenuColor\":\"#ffffff\",\"pageBreakColor\":\"#066aab\",\"customCss\":\"\",\"copyPasteJsonValue\":\"{\\\"themeName\\\":\\\"\\\",\\\"isCustomTheme\\\":\\\"\\\",\\\"wpformsTheme\\\":\\\"default\\\",\\\"customCss\\\":\\\"\\\",\\\"containerPadding\\\":\\\"0\\\",\\\"containerBorderStyle\\\":\\\"none\\\",\\\"containerBorderWidth\\\":\\\"1\\\",\\\"containerBorderRadius\\\":\\\"3\\\",\\\"containerShadowSize\\\":\\\"none\\\",\\\"containerBorderColor\\\":\\\"#000000\\\",\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderStyle\\\":\\\"solid\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBorderSize\\\":\\\"1\\\",\\\"fieldBackgroundColor\\\":\\\"#ffffff\\\",\\\"fieldBorderColor\\\":\\\"rgba(0, 0, 0, 0.25)\\\",\\\"fieldTextColor\\\":\\\"rgba(0, 0, 0, 0.7)\\\",\\\"fieldMenuColor\\\":\\\"#ffffff\\\",\\\"pageBreakColor\\\":\\\"#066aab\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"rgba(0, 0, 0, 0.85)\\\",\\\"labelSublabelColor\\\":\\\"rgba(0, 0, 0, 0.55)\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderStyle\\\":\\\"none\\\",\\\"buttonBorderSize\\\":\\\"1\\\",\\\"buttonBorderRadius\\\":\\\"3\\\",\\\"buttonBackgroundColor\\\":\\\"#066aab\\\",\\\"buttonBorderColor\\\":\\\"#066aab\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\",\\\"backgroundColor\\\":\\\"rgba(0, 0, 0, 0)\\\",\\\"backgroundPosition\\\":\\\"center center\\\",\\\"backgroundUrl\\\":\\\"url()\\\",\\\"backgroundRepeat\\\":\\\"no-repeat\\\",\\\"backgroundSize\\\":\\\"cover\\\",\\\"backgroundSizeMode\\\":\\\"cover\\\",\\\"backgroundWidth\\\":\\\"100\\\",\\\"backgroundHeight\\\":\\\"100\\\",\\\"backgroundImage\\\":\\\"none\\\"}\"},\"form_title\":\"Window tinting\",\"form_desc\":\"\",\"submit_text\":\"Get a quote!\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"enable\":\"1\",\"notification_name\":\"Default Notification\",\"email\":\"{admin_email}\",\"subject\":\"Window tinting inquiry from\\u00a0 {field_id=\\\"1\\\"}\",\"sender_name\":\"{field_id=\\\"1\\\"}\",\"sender_address\":\"{field_id=\\\"3\\\"}\",\"replyto\":\"{field_id=\\\"3\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\",\"file_upload_attachment_fields\":[],\"entry_csv_attachment_entry_information\":[],\"entry_csv_attachment_file_name\":\"entry-details\"}},\"confirmations\":{\"1\":{\"name\":\"Default Confirmation\",\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"93\",\"redirect\":\"\",\"message_entry_preview_style\":\"basic\"}},\"antispam_v3\":\"1\",\"store_spam_entries\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\",\"country_filter\":{\"action\":\"allow\",\"country_codes\":[],\"message\":\"Sorry, this form does not accept submissions from your country.\"},\"keyword_filter\":{\"message\":\"Sorry, your message can\'t be submitted because it contains prohibited words.\"}},\"form_tags\":[]},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"payments\":{\"paypal_commerce\":{\"name\":\"\",\"billing_address\":\"\",\"shipping_address\":\"\",\"payment_description\":\"\",\"recurring\":[{\"pp_product_id\":\"\",\"pp_plan_id\":\"\",\"name\":\"Plan Name\",\"product_type\":\"digital\",\"recurring_times\":\"yearly\",\"total_cycles\":\"0\",\"shipping_address\":\"\"}]},\"paypal_standard\":{\"production_email\":\"\",\"sandbox_email\":\"\",\"mode\":\"production\",\"transaction\":\"product\",\"cancel_url\":\"\",\"shipping\":\"0\"}},\"meta\":{\"template\":\"blank\"}}','Window tinting','','inherit','closed','closed','','2677-revision-v1','','','2025-09-18 17:16:46','2025-09-18 17:16:46','',2677,'https://aggressivegraphix.com/?p=3679',0,'revision','',0),(3680,1,'2025-09-18 17:19:15','2025-09-18 17:19:15','<!-- wp:paragraph -->\n<p class=\"\">Adding tint to your vehicle will enhance the exterior look, enhance interior longevity, and provide a level of privacy depending on the percentage of tint used. Understanding the advertised percentages is crucial as we are installing the tint over factory glass which already has a tint hue naturally. The percentage number represents how much light and UV is let through the tint, meaning; a 35% tint allows 35% of the rays through into the interior of the vehicle. Most states do have tint laws of 35% or lighter on the front two windows and no tint below the AS1 line on the windshield. Our tint percentages are not the percent that will scan if tested after install. If the 35% tint option is chosen, the film itself is 35%; once installed over factory \"clear\" glass it will meter more towards 30% depending on the factory glass hue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2668,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/factorytint.webp\" alt=\"\" class=\"wp-image-2668\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Factory Glass</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">As a base display, this would represent clear factory glass for your window or windshield.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2669,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/50percenttint.webp\" alt=\"\" class=\"wp-image-2669\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">50% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">50 percent tint is generally used to keep the windows as clear as possible but offer the UV protection of tint.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2670,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/40percenttint.webp\" alt=\"\" class=\"wp-image-2670\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">40% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">40 percent tint offers a slightly darker than factory option allowing for a little bit of privacy and UV protection.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2671,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/35percenttint.webp\" alt=\"\" class=\"wp-image-2671\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">35% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">35 percent tint is generally the legal limit in most states. This option offers a darker look from the exterior with better protection from heat and UV rays. This is one of our most popular options.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2672,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/20percenttint.webp\" alt=\"\" class=\"wp-image-2672\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">20% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">20 percent tint is a darker option that generally mimics OEM rear privacy tinted glass. This will give your windows a nice dark appearance for privacy and UV protection.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2673,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://aggressivegraphix.com/wp-content/uploads/2025/03/5percenttint.webp\" alt=\"\" class=\"wp-image-2673\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">5% Tint</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">5 percent tint, also referred to as limo tint is the darkest single layer option we offer. It is borderline not see through from the outside creating the most privacy.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\",\"backgroundColor\":\"primary\"} -->\n<hr class=\"is-style-wide wp-block-separator has-text-color has-primary-color has-alpha-channel-opacity has-primary-background-color has-background\"/>\n<!-- /wp:separator -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Tint coverage</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p class=\"\">We offer all different coverage packages for tinting depending on your needs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Windshield:</strong> There are a couple different options for windshield tints. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul class=\"wp-block-list\"><!-- wp:list-item -->\n<li class=\"\">Whole windshield (keep in mind most states with tint laws prohibit full tinted windshields, check with your state laws first)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Concave brow/sun shade. The concave look makes the outside edges look lower than the center of the windshield</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li class=\"\">Convex brow/sun shade. The convex look follows the contour of the windshield to give an even thickness of the tint from left to right</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Doors:</strong> We use tried and true precision machine cut tint templates to ensure proper fitment for your vehicle based off your VIN. For rear doors with split glass, we do include the secondary pieces in our pricing and install.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p class=\"\"><strong>Rear Windshield:</strong> Our tint film is a non-metallicized film allowing us to install directly onto your defroster without causing over heating or malfunctioning of the defrost system. We also precision machine cut the rear windshield shapes to ensure proper fitment. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2703,\"title\":\"Window tinting\",\"columns\":\"0\",\"row_height\":150,\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2741-768x1024.webp\",\"title\":\"IMG_2741\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2741.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2711,\"height\":146.571428571428583609304041601717472076416015625,\"width\":109.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/A7401195-1024x819.webp\",\"title\":\"A7401195\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/A7401195.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2704,\"height\":146.571428571428583609304041601717472076416015625,\"width\":183.19999999999998863131622783839702606201171875},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3624-768x1024.webp\",\"title\":\"IMG_3624\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3624.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2718,\"height\":146.571428571428583609304041601717472076416015625,\"width\":109.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3576-768x1024.webp\",\"title\":\"IMG_3576\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3576.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2717,\"height\":146.571428571428583609304041601717472076416015625,\"width\":109.900000000000005684341886080801486968994140625},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3575-768x1024.webp\",\"title\":\"IMG_3575\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3575.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2716,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3481-768x1024.webp\",\"title\":\"IMG_3481\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3481.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2715,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3480-768x1024.webp\",\"title\":\"IMG_3480\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3480.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2714,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3327-768x1024.webp\",\"title\":\"IMG_3327\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_3327.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2713,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2849-768x1024.webp\",\"title\":\"IMG_2849\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2849.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2712,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2470-768x1024.webp\",\"title\":\"IMG_2470\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2470.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2710,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2469-768x1024.webp\",\"title\":\"IMG_2469\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2469.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2709,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2390-768x1024.webp\",\"title\":\"IMG_2390\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_2390.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2708,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1916-768x1024.webp\",\"title\":\"IMG_1916\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_1916.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2707,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0470-768x1024.webp\",\"title\":\"IMG_0470\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0470.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2706,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0450-768x1024.webp\",\"title\":\"IMG_0450\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0450.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2719,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0456-768x1024.webp\",\"title\":\"IMG_0456\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/03/IMG_0456.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2705,\"height\":171,\"width\":128.30000000000001136868377216160297393798828125}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2703\']</div>\n<!-- /wp:envira/envira-gallery --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:wpforms/form-selector {\"clientId\":\"da82c8ba-ad31-4051-bcff-9d5adba4ec48\",\"formId\":\"2677\",\"theme\":\"default\",\"themeName\":\"Default\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022Default\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Window Tint Services','','inherit','closed','closed','','1216-revision-v1','','','2025-09-18 17:19:15','2025-09-18 17:19:15','',1216,'https://aggressivegraphix.com/?p=3680',0,'revision','',0),(3681,1,'2025-09-18 18:46:27','2025-09-18 18:46:27','<!-- wp:paragraph -->\n<p class=\"\">Do you have a work vehicle or a fleet of vehicles on the road daily? Lettering or wrapping them is an inexpensive way to create mobile billboards advertising your company or brand to thousands of potential customers. We work with you to create the best and most effective look on your wrap to really catch eyes. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Lettering</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">The most inexpensive way to add your business to your vehicle. This can be basic one color through printed logos. Coverage generally depends on the vehicle, usually on the front two doors and a graphic on the rear window/door/tailgate.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-scaled-e1746126337486-768x1024.webp\",\"id\":3627,\"dimRatio\":0,\"isUserOverlayColor\":true,\"minHeight\":500,\"minHeightUnit\":\"px\",\"contentPosition\":\"bottom right\",\"isDark\":false,\"sizeSlug\":\"large\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-3627 size-large\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-scaled-e1746126337486-768x1024.webp\" data-object-fit=\"cover\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"fontSize\":\"large\"} -->\n<p class=\"has-text-align-center has-large-font-size\"></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3090-scaled-e1746127004697-1024x768.webp\",\"id\":3624,\"isUserOverlayColor\":true,\"minHeight\":500,\"minHeightUnit\":\"px\",\"customGradient\":\"linear-gradient(0deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%)\",\"contentPosition\":\"bottom right\",\"sizeSlug\":\"large\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-3624 size-large\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3090-scaled-e1746127004697-1024x768.webp\" data-object-fit=\"cover\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim wp-block-cover__gradient-background has-background-gradient\" style=\"background:linear-gradient(0deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"fontSize\":\"large\"} -->\n<p class=\"has-text-align-center has-large-font-size\"></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Partial/Half Wrap</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Create a unique design and look on your vehicle without the higher cost of a bumper to bumper full wrap. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Full Wrap</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Want to make the biggest impact going down the road? A full wrap achieves just that. We will transform your fleet into eye catching billboards that will bring in more sales leads and brand recognition. A full wrap consists of bumper to bumper coverage creating an impactful image of your vehicle or trailer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3651-scaled.webp\",\"id\":3625,\"dimRatio\":0,\"isUserOverlayColor\":true,\"minHeight\":500,\"minHeightUnit\":\"px\",\"contentPosition\":\"bottom right\",\"sizeSlug\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:500px\"><img class=\"wp-block-cover__image-background wp-image-3625 size-full\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3651-scaled.webp\" data-object-fit=\"cover\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"fontSize\":\"large\"} -->\n<p class=\"has-text-align-center has-large-font-size\"></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Hero\"},\"className\":\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white\",\"layout\":{\"type\":\"constrained\"},\"nfdGroupTheme\":\"\",\"nfdGroupEffect\":\"grid-perspective\"} -->\n<div class=\"nfd-container nfd-p-lg nfd-theme-white nfd-bg-surface nfd-wb-hero__hero-10 is-style-nfd-theme-white wp-block-group nfd-bg-effect-grid-perspective\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"nfd-gap-3xl nfd-gap-y-2xl\"} -->\n<div class=\"nfd-gap-3xl nfd-gap-y-2xl wp-block-columns are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:cover {\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-scaled.webp\",\"id\":3609,\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.450000000000000011102230246251565404236316680908203125,\"y\":1},\"minHeight\":350,\"minHeightUnit\":\"px\",\"customGradient\":\"linear-gradient(0deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%)\",\"contentPosition\":\"bottom right\",\"sizeSlug\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"24px\",\"bottom\":\"0px\",\"left\":\"24px\"}}}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-right\" style=\"padding-top:0px;padding-right:24px;padding-bottom:0px;padding-left:24px;min-height:350px\"><img class=\"wp-block-cover__image-background wp-image-3609 size-full\" alt=\"\" src=\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-scaled.webp\" style=\"object-position:45% 100%\" data-object-fit=\"cover\" data-object-position=\"45% 100%\"/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim wp-block-cover__gradient-background has-background-gradient\" style=\"background:linear-gradient(0deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 100%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"fontSize\":\"large\"} -->\n<p class=\"has-text-align-center has-large-font-size\"></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"className\":\"md:nfd-order-2\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"md:nfd-order-2 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:group {\"className\":\"nfd-gap-2xl\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"nfd-gap-2xl wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"nfd-text-huge nfd-text-contrast nfd-text-balance\"} -->\n<h3 class=\"nfd-text-huge nfd-text-contrast nfd-text-balance wp-block-heading\">Storefront</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"nfd-text-balance\"} -->\n<p class=\"nfd-text-balance\">Give the front of your store some personality that attracts customers to come in and check out your products.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"0px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Our work</h2>\n<!-- /wp:heading -->\n\n<!-- wp:envira/envira-gallery {\"galleryId\":2832,\"title\":\"Commercial wraps\",\"columns\":\"0\",\"margins\":\"custom\",\"lightbox_enabled\":1,\"lazyload_enabled\":1,\"isotope\":0,\"images\":[{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3649-768x1024.webp\",\"title\":\"IMG_3649\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3649.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2860,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1471-1.jpg\",\"title\":\"IMG_1471\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1471-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2931,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2396-1.webp\",\"title\":\"IMG_2396\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2396-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2917,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3790-1.jpg\",\"title\":\"IMG_3790\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3790-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2864,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2404-1.webp\",\"title\":\"IMG_2404\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_2404-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2916,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7711.webp\",\"title\":\"IMG_7711\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_7711.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2893,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5605-1.webp\",\"title\":\"IMG_5605\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5605-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2878,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3128-768x1024.webp\",\"title\":\"IMG_3128\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3128.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2853,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8061.webp\",\"title\":\"IMG_8061\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8061.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2899,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5505-1.webp\",\"title\":\"IMG_5505\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5505-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2877,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8036-1-768x1024.webp\",\"title\":\"IMG_8036\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_8036-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2896,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6150-1.webp\",\"title\":\"IMG_6150\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_6150-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2881,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5644-1.webp\",\"title\":\"IMG_5644\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_5644-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2879,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4976-1.webp\",\"title\":\"IMG_4976\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4976-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2873,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3138-1.jpg\",\"title\":\"IMG_3138\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3138-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2854,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4344-1.webp\",\"title\":\"IMG_4344\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_4344-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2870,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3922-1-768x1024.webp\",\"title\":\"IMG_3922\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3922-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2869,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2-819x1024.webp\",\"title\":\"564ED9D4-C180-4CCB-BD26-B5A05E95055A\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/564ED9D4-C180-4CCB-BD26-B5A05E95055A-2.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2849,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3785-1.jpg\",\"title\":\"IMG_3785\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3785-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2863,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3325-1.webp\",\"title\":\"IMG_3325\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3325-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2857,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3160-1.jpg\",\"title\":\"IMG_3160\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3160-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2856,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3142-1.jpg\",\"title\":\"IMG_3142\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3142-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2855,\"height\":null,\"width\":null},{\"status\":\"active\",\"src\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0711-1.jpg\",\"title\":\"IMG_0711\",\"link\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_0711-1.jpg\",\"alt\":\"\",\"caption\":\"\",\"thumb\":\"\",\"id\":2840,\"height\":null,\"width\":null}]} -->\n<div class=\"wp-block-envira-envira-gallery\">[envira-gallery id=\'2832\']</div>\n<!-- /wp:envira/envira-gallery --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Lets chat about your project!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:wpforms/form-selector {\"clientId\":\"a55435ae-a334-4fea-a0cd-9cf017a85680\",\"formId\":\"2736\",\"theme\":\"default\",\"themeName\":\"Default\",\"copyPasteJsonValue\":\"{\\u0022displayTitle\\u0022:false,\\u0022displayDesc\\u0022:false,\\u0022theme\\u0022:\\u0022default\\u0022,\\u0022themeName\\u0022:\\u0022Default\\u0022,\\u0022fieldSize\\u0022:\\u0022medium\\u0022,\\u0022backgroundImage\\u0022:\\u0022none\\u0022,\\u0022backgroundPosition\\u0022:\\u0022center center\\u0022,\\u0022backgroundRepeat\\u0022:\\u0022no-repeat\\u0022,\\u0022backgroundSizeMode\\u0022:\\u0022cover\\u0022,\\u0022backgroundSize\\u0022:\\u0022cover\\u0022,\\u0022backgroundWidth\\u0022:\\u0022100px\\u0022,\\u0022backgroundHeight\\u0022:\\u0022100px\\u0022,\\u0022backgroundUrl\\u0022:\\u0022url()\\u0022,\\u0022backgroundColor\\u0022:\\u0022rgba( 0, 0, 0, 0 )\\u0022,\\u0022fieldBorderRadius\\u0022:\\u00223px\\u0022,\\u0022fieldBorderStyle\\u0022:\\u0022solid\\u0022,\\u0022fieldBorderSize\\u0022:\\u00221px\\u0022,\\u0022fieldBackgroundColor\\u0022:\\u0022#ffffff\\u0022,\\u0022fieldBorderColor\\u0022:\\u0022rgba( 0, 0, 0, 0.25 )\\u0022,\\u0022fieldTextColor\\u0022:\\u0022rgba( 0, 0, 0, 0.7 )\\u0022,\\u0022fieldMenuColor\\u0022:\\u0022#ffffff\\u0022,\\u0022labelSize\\u0022:\\u0022medium\\u0022,\\u0022labelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.85 )\\u0022,\\u0022labelSublabelColor\\u0022:\\u0022rgba( 0, 0, 0, 0.55 )\\u0022,\\u0022labelErrorColor\\u0022:\\u0022#d63637\\u0022,\\u0022buttonSize\\u0022:\\u0022medium\\u0022,\\u0022buttonBorderStyle\\u0022:\\u0022none\\u0022,\\u0022buttonBorderSize\\u0022:\\u00221px\\u0022,\\u0022buttonBorderRadius\\u0022:\\u00223px\\u0022,\\u0022buttonBackgroundColor\\u0022:\\u0022#066aab\\u0022,\\u0022buttonTextColor\\u0022:\\u0022#ffffff\\u0022,\\u0022buttonBorderColor\\u0022:\\u0022#066aab\\u0022,\\u0022pageBreakColor\\u0022:\\u0022#066aab\\u0022,\\u0022containerPadding\\u0022:\\u00220px\\u0022,\\u0022containerBorderStyle\\u0022:\\u0022none\\u0022,\\u0022containerBorderWidth\\u0022:\\u00221px\\u0022,\\u0022containerBorderColor\\u0022:\\u0022#000000\\u0022,\\u0022containerBorderRadius\\u0022:\\u00223px\\u0022,\\u0022containerShadowSize\\u0022:\\u0022none\\u0022,\\u0022customCss\\u0022:\\u0022\\u0022}\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->','Commercial wraps and lettering','','inherit','closed','closed','','1214-revision-v1','','','2025-09-18 18:46:27','2025-09-18 18:46:27','',1214,'https://aggressivegraphix.com/?p=3681',0,'revision','',0),(3685,1,'2025-09-27 18:07:17','2025-09-27 18:07:17','<!-- wp:woocommerce/checkout -->\n<div class=\"wp-block-woocommerce-checkout alignwide wc-block-checkout is-loading\"><!-- wp:woocommerce/checkout-totals-block -->\n<div class=\"wp-block-woocommerce-checkout-totals-block\"><!-- wp:woocommerce/checkout-order-summary-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-block\"><!-- wp:woocommerce/checkout-order-summary-cart-items-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-cart-items-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-cart-items-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-coupon-form-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-coupon-form-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-coupon-form-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-totals-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-totals-block\"><!-- wp:woocommerce/checkout-order-summary-subtotal-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-subtotal-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-subtotal-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-fee-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-fee-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-fee-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-discount-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-discount-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-discount-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-shipping-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-shipping-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-shipping-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-taxes-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-taxes-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-taxes-block --></div>\n<!-- /wp:woocommerce/checkout-order-summary-totals-block --></div>\n<!-- /wp:woocommerce/checkout-order-summary-block --></div>\n<!-- /wp:woocommerce/checkout-totals-block -->\n\n<!-- wp:woocommerce/checkout-fields-block -->\n<div class=\"wp-block-woocommerce-checkout-fields-block\"><!-- wp:woocommerce/checkout-express-payment-block -->\n<div class=\"wp-block-woocommerce-checkout-express-payment-block\"></div>\n<!-- /wp:woocommerce/checkout-express-payment-block -->\n\n<!-- wp:woocommerce/checkout-contact-information-block -->\n<div class=\"wp-block-woocommerce-checkout-contact-information-block\"></div>\n<!-- /wp:woocommerce/checkout-contact-information-block -->\n\n<!-- wp:woocommerce/checkout-shipping-method-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-method-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-method-block -->\n\n<!-- wp:woocommerce/checkout-pickup-options-block -->\n<div class=\"wp-block-woocommerce-checkout-pickup-options-block\"></div>\n<!-- /wp:woocommerce/checkout-pickup-options-block -->\n\n<!-- wp:woocommerce/checkout-shipping-address-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-address-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-address-block -->\n\n<!-- wp:woocommerce/checkout-billing-address-block -->\n<div class=\"wp-block-woocommerce-checkout-billing-address-block\"></div>\n<!-- /wp:woocommerce/checkout-billing-address-block -->\n\n<!-- wp:woocommerce/checkout-shipping-methods-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-methods-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-methods-block -->\n\n<!-- wp:woocommerce/checkout-payment-block -->\n<div class=\"wp-block-woocommerce-checkout-payment-block\"></div>\n<!-- /wp:woocommerce/checkout-payment-block -->\n\n<!-- wp:woocommerce/checkout-additional-information-block -->\n<div class=\"wp-block-woocommerce-checkout-additional-information-block\"></div>\n<!-- /wp:woocommerce/checkout-additional-information-block -->\n\n<!-- wp:woocommerce/checkout-order-note-block -->\n<div class=\"wp-block-woocommerce-checkout-order-note-block\"></div>\n<!-- /wp:woocommerce/checkout-order-note-block -->\n\n<!-- wp:woocommerce/checkout-terms-block -->\n<div class=\"wp-block-woocommerce-checkout-terms-block\"></div>\n<!-- /wp:woocommerce/checkout-terms-block -->\n\n<!-- wp:woocommerce/checkout-actions-block -->\n<div class=\"wp-block-woocommerce-checkout-actions-block\"></div>\n<!-- /wp:woocommerce/checkout-actions-block --></div>\n<!-- /wp:woocommerce/checkout-fields-block --></div>\n<!-- /wp:woocommerce/checkout -->','Checkout','','inherit','closed','closed','','8-revision-v1','','','2025-09-27 18:07:17','2025-09-27 18:07:17','',8,'https://aggressivegraphix.com/?p=3685',0,'revision','',0),(3686,1,'2025-09-27 18:07:40','2025-09-27 18:07:40','<!-- wp:woocommerce/checkout -->\n<div class=\"wp-block-woocommerce-checkout alignwide wc-block-checkout is-loading\"><!-- wp:woocommerce/checkout-totals-block -->\n<div class=\"wp-block-woocommerce-checkout-totals-block\"><!-- wp:woocommerce/checkout-order-summary-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-block\"><!-- wp:woocommerce/checkout-order-summary-cart-items-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-cart-items-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-cart-items-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-coupon-form-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-coupon-form-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-coupon-form-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-totals-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-totals-block\"><!-- wp:woocommerce/checkout-order-summary-subtotal-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-subtotal-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-subtotal-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-fee-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-fee-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-fee-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-discount-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-discount-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-discount-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-shipping-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-shipping-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-shipping-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-taxes-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-taxes-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-taxes-block --></div>\n<!-- /wp:woocommerce/checkout-order-summary-totals-block --></div>\n<!-- /wp:woocommerce/checkout-order-summary-block -->\n\n<!-- wp:woocommerce-paypal-payments/checkout-paylater-messages {\"ppcpId\":\"ppcp-21403e56-ae87-4be3-b256-cf75038024ae\"} /--></div>\n<!-- /wp:woocommerce/checkout-totals-block -->\n\n<!-- wp:woocommerce/checkout-fields-block -->\n<div class=\"wp-block-woocommerce-checkout-fields-block\"><!-- wp:woocommerce/checkout-express-payment-block -->\n<div class=\"wp-block-woocommerce-checkout-express-payment-block\"></div>\n<!-- /wp:woocommerce/checkout-express-payment-block -->\n\n<!-- wp:woocommerce/checkout-contact-information-block -->\n<div class=\"wp-block-woocommerce-checkout-contact-information-block\"></div>\n<!-- /wp:woocommerce/checkout-contact-information-block -->\n\n<!-- wp:woocommerce/checkout-shipping-method-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-method-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-method-block -->\n\n<!-- wp:woocommerce/checkout-pickup-options-block -->\n<div class=\"wp-block-woocommerce-checkout-pickup-options-block\"></div>\n<!-- /wp:woocommerce/checkout-pickup-options-block -->\n\n<!-- wp:woocommerce/checkout-shipping-address-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-address-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-address-block -->\n\n<!-- wp:woocommerce/checkout-billing-address-block -->\n<div class=\"wp-block-woocommerce-checkout-billing-address-block\"></div>\n<!-- /wp:woocommerce/checkout-billing-address-block -->\n\n<!-- wp:woocommerce/checkout-shipping-methods-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-methods-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-methods-block -->\n\n<!-- wp:woocommerce/checkout-payment-block -->\n<div class=\"wp-block-woocommerce-checkout-payment-block\"></div>\n<!-- /wp:woocommerce/checkout-payment-block -->\n\n<!-- wp:woocommerce/checkout-additional-information-block -->\n<div class=\"wp-block-woocommerce-checkout-additional-information-block\"></div>\n<!-- /wp:woocommerce/checkout-additional-information-block -->\n\n<!-- wp:woocommerce/checkout-order-note-block -->\n<div class=\"wp-block-woocommerce-checkout-order-note-block\"></div>\n<!-- /wp:woocommerce/checkout-order-note-block -->\n\n<!-- wp:woocommerce/checkout-terms-block -->\n<div class=\"wp-block-woocommerce-checkout-terms-block\"></div>\n<!-- /wp:woocommerce/checkout-terms-block -->\n\n<!-- wp:woocommerce/checkout-actions-block -->\n<div class=\"wp-block-woocommerce-checkout-actions-block\"></div>\n<!-- /wp:woocommerce/checkout-actions-block --></div>\n<!-- /wp:woocommerce/checkout-fields-block --></div>\n<!-- /wp:woocommerce/checkout -->','Checkout','','inherit','closed','closed','','8-revision-v1','','','2025-09-27 18:07:40','2025-09-27 18:07:40','',8,'https://aggressivegraphix.com/?p=3686',0,'revision','',0),(3689,1,'2025-09-30 14:45:58','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2025-09-30 14:45:58','0000-00-00 00:00:00','',0,'https://aggressivegraphix.com/?p=3689',0,'post','',0),(3693,1,'2025-10-01 20:50:27','2025-10-01 20:50:27','<!-- wp:navigation-link {\"label\":\"Home\",\"type\":\"page\",\"id\":2,\"url\":\"https://aggressivegraphix.com/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"22px\"}}} /-->\n\n<!-- wp:navigation-submenu {\"label\":\"Shop\",\"type\":\"page\",\"id\":6,\"url\":\"https://aggressivegraphix.com/shop/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"22px\"}}} -->\n<!-- wp:navigation-submenu {\"label\":\"Outfit Bike\",\"type\":\"product_cat\",\"id\":27,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} -->\n<!-- wp:navigation-link {\"label\":\"Custom Graphics kits\",\"type\":\"product_cat\",\"id\":24,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/custom-graphics-kits/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Seat Covers\",\"type\":\"product_cat\",\"id\":25,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/seat-covers/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Plastic kits\",\"type\":\"product_cat\",\"id\":26,\"url\":\"https://aggressivegraphix.com/product-category/outfit-bike/plastic-kits/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Rider Accessories\",\"type\":\"product_cat\",\"id\":28,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} -->\n<!-- wp:navigation-link {\"label\":\"Jersey lettering\",\"type\":\"product_cat\",\"id\":29,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/jersey-lettering/\",\"kind\":\"taxonomy\",\"className\":\"is-style-default\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-submenu {\"label\":\"Goggles\",\"type\":\"product_cat\",\"id\":30,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} -->\n<!-- wp:navigation-link {\"label\":\"Adult goggles\",\"type\":\"product_tag\",\"id\":64,\"url\":\"https://aggressivegraphix.com/product-tag/adult-goggles/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Youth goggles\",\"type\":\"product_tag\",\"id\":65,\"url\":\"https://aggressivegraphix.com/product-tag/youth-goggles/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Goggle Accessories\",\"type\":\"product_cat\",\"id\":31,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/goggle-accessories/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Canopies and Accessories\",\"type\":\"product_cat\",\"id\":36,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} -->\n<!-- wp:navigation-link {\"label\":\"Canopies\",\"type\":\"product_cat\",\"id\":37,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/canopies/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Half Walls\",\"type\":\"product_cat\",\"id\":38,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/half-walls/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Full Walls\",\"type\":\"product_cat\",\"id\":39,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/full-walls/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Flags\",\"type\":\"product_cat\",\"id\":40,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/flags/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Table Cloths\",\"type\":\"product_cat\",\"id\":41,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/table-cloths/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Setup accessories\",\"type\":\"product_cat\",\"id\":42,\"url\":\"https://aggressivegraphix.com/product-category/canopies-and-accessories/setup-accessories/\",\"kind\":\"taxonomy\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Merchandise\",\"type\":\"product_cat\",\"id\":32,\"url\":\"https://aggressivegraphix.com/product-category/rider-accessories/merchandise/\",\"kind\":\"taxonomy\",\"className\":\"is-style-default\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-submenu {\"label\":\"Wraps and Tint\",\"type\":\"page\",\"id\":95,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"22px\"}}} -->\n<!-- wp:navigation-link {\"label\":\"Color change wraps\",\"type\":\"page\",\"id\":1212,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/color-change-wraps/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Commercial wraps and lettering\",\"type\":\"page\",\"id\":1214,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/commercial-wraps-and-lettering/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Window tint\",\"type\":\"page\",\"id\":1216,\"url\":\"https://aggressivegraphix.com/wraps-and-tint/window-tint/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"20px\"}}} /-->\n<!-- /wp:navigation-submenu -->\n\n<!-- wp:navigation-link {\"label\":\"Our Work\",\"type\":\"page\",\"id\":82,\"url\":\"https://aggressivegraphix.com/our-work/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"22px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"About Us\",\"type\":\"page\",\"id\":93,\"url\":\"https://aggressivegraphix.com/about-us/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"22px\"}}} /-->\n\n<!-- wp:navigation-link {\"label\":\"Contact Us\",\"type\":\"page\",\"id\":31,\"url\":\"https://aggressivegraphix.com/contact-us/\",\"kind\":\"post-type\",\"style\":{\"typography\":{\"fontSize\":\"22px\"}}} /-->','Desktop main nav','','inherit','closed','closed','','1919-revision-v1','','','2025-10-01 20:50:27','2025-10-01 20:50:27','',1919,'https://aggressivegraphix.com/?p=3693',0,'revision','',0),(3694,0,'2025-10-03 15:40:00','2025-10-03 15:40:00','','Order &ndash; October 3, 2025 @ 03:40 PM','','wc-checkout-draft','open','closed','','order-october-3-2025-0340-pm','','','2025-10-03 15:40:00','2025-10-03 15:40:00','',0,'https://aggressivegraphix.com/?post_type=shop_order&#038;p=3694',0,'shop_order','',0);
/*!40000 ALTER TABLE `nbn_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_term_relationships`
--

DROP TABLE IF EXISTS `nbn_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_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 `nbn_term_relationships`
--

LOCK TABLES `nbn_term_relationships` WRITE;
/*!40000 ALTER TABLE `nbn_term_relationships` DISABLE KEYS */;
INSERT INTO `nbn_term_relationships` VALUES (4,5,0),(23,20,0),(29,20,0),(29,21,0),(43,20,0),(43,21,0),(46,20,0),(46,22,0),(53,20,0),(73,20,0),(74,20,0),(75,23,0),(76,23,0),(77,20,0),(84,20,0),(110,20,0),(111,20,0),(112,20,0),(113,20,0),(115,23,0),(116,20,0),(117,20,0),(118,20,0),(119,23,0),(120,20,0),(121,20,0),(122,6,0),(122,25,0),(122,27,0),(430,20,0),(483,20,0),(486,6,0),(486,18,0),(486,24,0),(486,27,0),(700,6,0),(700,24,0),(700,27,0),(858,6,0),(858,24,0),(858,27,0),(899,20,0),(904,20,0),(910,6,0),(910,24,0),(910,27,0),(983,20,0),(1027,6,0),(1027,25,0),(1027,27,0),(1103,6,0),(1103,24,0),(1103,27,0),(1118,20,0),(1205,20,0),(1205,21,0),(1221,20,0),(1271,6,0),(1271,28,0),(1271,29,0),(1392,6,0),(1392,28,0),(1392,29,0),(1413,6,0),(1413,28,0),(1413,29,0),(1414,6,0),(1414,28,0),(1414,29,0),(1415,6,0),(1415,28,0),(1415,29,0),(1416,6,0),(1416,28,0),(1416,29,0),(1417,6,0),(1417,28,0),(1417,29,0),(1418,6,0),(1418,28,0),(1418,29,0),(1419,6,0),(1419,28,0),(1419,29,0),(1420,6,0),(1420,28,0),(1420,29,0),(1421,6,0),(1421,28,0),(1421,29,0),(1422,6,0),(1422,28,0),(1422,29,0),(1423,6,0),(1423,28,0),(1423,29,0),(1424,6,0),(1424,28,0),(1424,29,0),(1425,6,0),(1425,28,0),(1425,29,0),(1426,6,0),(1426,28,0),(1426,29,0),(1427,6,0),(1427,28,0),(1427,29,0),(1490,6,0),(1490,25,0),(1490,27,0),(1838,6,0),(1838,25,0),(1838,27,0),(1905,60,0),(1909,21,0),(1909,60,0),(1911,21,0),(1911,60,0),(1916,60,0),(1918,60,0),(1921,21,0),(1921,60,0),(1925,23,0),(1925,61,0),(1927,22,0),(1927,60,0),(1938,60,0),(1941,60,0),(1948,60,0),(1949,60,0),(1949,62,0),(1951,60,0),(1965,60,0),(1991,60,0),(1999,60,0),(2008,6,0),(2008,24,0),(2008,27,0),(2008,53,0),(2008,54,0),(2025,6,0),(2025,24,0),(2025,27,0),(2040,23,0),(2045,8,0),(2045,28,0),(2045,31,0),(2045,63,0),(2051,8,0),(2051,28,0),(2051,31,0),(2051,63,0),(2055,8,0),(2055,28,0),(2055,31,0),(2055,63,0),(2076,8,0),(2076,28,0),(2076,31,0),(2076,63,0),(2097,8,0),(2097,28,0),(2097,31,0),(2097,63,0),(2102,6,0),(2102,28,0),(2102,31,0),(2102,63,0),(2105,6,0),(2105,28,0),(2105,30,0),(2105,63,0),(2105,64,0),(2111,6,0),(2111,28,0),(2111,30,0),(2111,63,0),(2111,64,0),(2114,6,0),(2114,28,0),(2114,30,0),(2114,63,0),(2114,64,0),(2117,6,0),(2117,28,0),(2117,30,0),(2117,63,0),(2117,64,0),(2120,6,0),(2120,28,0),(2120,30,0),(2120,63,0),(2120,64,0),(2123,6,0),(2123,28,0),(2123,30,0),(2123,63,0),(2123,64,0),(2126,6,0),(2126,28,0),(2126,30,0),(2126,63,0),(2126,64,0),(2129,6,0),(2129,28,0),(2129,30,0),(2129,63,0),(2129,64,0),(2132,6,0),(2132,28,0),(2132,30,0),(2132,63,0),(2132,64,0),(2135,6,0),(2135,28,0),(2135,30,0),(2135,63,0),(2135,64,0),(2138,6,0),(2138,28,0),(2138,30,0),(2138,63,0),(2138,64,0),(2141,6,0),(2141,28,0),(2141,30,0),(2141,63,0),(2141,64,0),(2144,6,0),(2144,28,0),(2144,30,0),(2144,63,0),(2144,64,0),(2147,6,0),(2147,28,0),(2147,30,0),(2147,63,0),(2147,64,0),(2150,6,0),(2150,28,0),(2150,30,0),(2150,63,0),(2150,65,0),(2153,60,0),(2159,6,0),(2159,28,0),(2159,30,0),(2159,63,0),(2159,65,0),(2162,6,0),(2162,28,0),(2162,30,0),(2162,63,0),(2162,65,0),(2165,6,0),(2165,28,0),(2165,30,0),(2165,63,0),(2165,65,0),(2168,6,0),(2168,28,0),(2168,30,0),(2168,63,0),(2168,65,0),(2171,6,0),(2171,28,0),(2171,30,0),(2171,63,0),(2171,65,0),(2174,6,0),(2174,28,0),(2174,30,0),(2174,63,0),(2174,65,0),(2180,6,0),(2180,28,0),(2180,30,0),(2180,63,0),(2180,65,0),(2183,6,0),(2183,28,0),(2183,30,0),(2183,63,0),(2183,65,0),(2186,6,0),(2186,28,0),(2186,30,0),(2186,63,0),(2186,65,0),(2190,6,0),(2190,36,0),(2190,37,0),(2208,6,0),(2208,18,0),(2208,36,0),(2208,37,0),(2291,6,0),(2291,36,0),(2291,37,0),(2307,6,0),(2307,36,0),(2307,37,0),(2320,6,0),(2320,36,0),(2320,37,0),(2334,6,0),(2334,36,0),(2334,38,0),(2368,6,0),(2368,36,0),(2368,38,0),(2391,6,0),(2391,36,0),(2391,39,0),(2391,66,0),(2424,6,0),(2424,36,0),(2424,39,0),(2424,66,0),(2448,8,0),(2448,36,0),(2448,42,0),(2448,66,0),(2450,8,0),(2450,36,0),(2450,42,0),(2450,66,0),(2465,6,0),(2465,36,0),(2465,42,0),(2465,66,0),(3251,6,0),(3251,36,0),(3251,41,0),(3274,6,0),(3274,36,0),(3274,41,0),(3295,67,0),(3461,60,0),(3465,6,0),(3465,28,0),(3465,29,0),(3467,6,0),(3467,28,0),(3467,29,0);
/*!40000 ALTER TABLE `nbn_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_term_taxonomy`
--

DROP TABLE IF EXISTS `nbn_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_520_ci 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=68 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `nbn_term_taxonomy`
--

LOCK TABLES `nbn_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `nbn_term_taxonomy` DISABLE KEYS */;
INSERT INTO `nbn_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'monsterinsights_note_category','',0,0),(3,3,'monsterinsights_note_category','',0,0),(4,4,'monsterinsights_note_category','',0,0),(5,5,'wp_theme','',0,1),(6,6,'product_type','',0,67),(7,7,'product_type','',0,0),(8,8,'product_type','',0,7),(9,9,'product_type','',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_visibility','',0,0),(16,16,'product_visibility','',0,0),(17,17,'product_visibility','',0,0),(18,18,'product_visibility','',0,2),(19,19,'product_cat','',0,0),(20,20,'wp_theme','',0,26),(21,21,'wp_template_part_area','',0,6),(22,22,'wp_template_part_area','',0,2),(23,23,'wp_theme','',0,6),(24,24,'product_cat','Lets transform the look of your bike or quad with any of our custom graphics kit options.',27,7),(25,25,'product_cat','',27,4),(26,26,'product_cat','',27,0),(27,27,'product_cat','',0,11),(28,28,'product_cat','',0,49),(29,29,'product_cat','Customize your jersey with your name and number in a stylish font and eye popping colors.',28,19),(30,30,'product_cat','',28,24),(31,31,'product_cat','',28,6),(32,32,'product_cat','',28,0),(33,33,'product_cat','',32,0),(34,34,'product_cat','',32,0),(35,35,'product_cat','',32,0),(36,36,'product_cat','Bring your tradeshow setup to the next level with our custom printed canopy, walls, table cloths, and flags. Look like a pro team in the pits, or have a put-together full branded setup at your next event. Either or, a custom printed canopy will make you stand out!',0,14),(37,37,'product_cat','',36,5),(38,38,'product_cat','',36,2),(39,39,'product_cat','',36,2),(40,40,'product_cat','',36,0),(41,41,'product_cat','',36,2),(42,42,'product_cat','',36,3),(43,43,'product_tag','',0,0),(44,44,'product_tag','',0,0),(45,45,'product_tag','',0,0),(46,46,'product_tag','',0,0),(47,47,'product_tag','',0,0),(48,48,'product_tag','',0,0),(49,49,'product_tag','',0,0),(50,50,'product_tag','',0,0),(51,51,'product_tag','',0,0),(52,52,'product_tag','',0,0),(53,53,'product_cat','',27,1),(54,54,'product_cat','',27,1),(55,55,'wp_pattern_category','',0,0),(59,59,'wp_pattern_category','',0,0),(60,60,'wp_theme','',0,17),(61,61,'wp_template_part_area','',0,1),(62,62,'wp_template_part_area','',0,1),(63,63,'product_brand','',0,30),(64,64,'product_tag','',0,14),(65,65,'product_tag','',0,10),(66,66,'product_shipping_class','Free shipping',0,5),(67,67,'wp_theme','',0,1);
/*!40000 ALTER TABLE `nbn_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_termmeta`
--

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

--
-- Dumping data for table `nbn_termmeta`
--

LOCK TABLES `nbn_termmeta` WRITE;
/*!40000 ALTER TABLE `nbn_termmeta` DISABLE KEYS */;
INSERT INTO `nbn_termmeta` VALUES (1,19,'product_count_product_cat','0'),(2,24,'order','0'),(3,24,'display_type','products'),(4,24,'thumbnail_id','0'),(5,25,'order','0'),(6,25,'display_type','products'),(7,25,'thumbnail_id','0'),(8,26,'order','0'),(9,26,'display_type','products'),(10,26,'thumbnail_id','0'),(11,27,'order','0'),(12,27,'display_type','both'),(13,27,'thumbnail_id','0'),(14,28,'order','0'),(15,28,'display_type','both'),(16,28,'thumbnail_id','0'),(17,29,'order','0'),(18,29,'display_type','products'),(19,29,'thumbnail_id','0'),(20,30,'order','0'),(21,30,'display_type','products'),(22,30,'thumbnail_id','0'),(23,31,'order','0'),(24,31,'display_type','products'),(25,31,'thumbnail_id','0'),(26,32,'order','0'),(27,32,'display_type','products'),(28,32,'thumbnail_id','0'),(29,33,'order','0'),(30,33,'display_type','products'),(31,33,'thumbnail_id','0'),(32,34,'order','0'),(33,34,'display_type','products'),(34,34,'thumbnail_id','0'),(35,35,'order','0'),(36,35,'display_type','products'),(37,35,'thumbnail_id','0'),(38,36,'order','0'),(39,36,'display_type','both'),(40,36,'thumbnail_id','0'),(41,37,'order','0'),(42,37,'display_type','products'),(43,37,'thumbnail_id','0'),(44,38,'order','0'),(45,38,'display_type','products'),(46,38,'thumbnail_id','0'),(47,39,'order','0'),(48,39,'display_type','products'),(49,39,'thumbnail_id','0'),(50,40,'order','0'),(51,40,'display_type','products'),(52,40,'thumbnail_id','0'),(53,41,'order','0'),(54,41,'display_type','products'),(55,41,'thumbnail_id','0'),(56,42,'order','0'),(57,42,'display_type','products'),(58,42,'thumbnail_id','0'),(59,25,'product_count_product_cat','4'),(60,27,'product_count_product_cat','11'),(61,24,'product_count_product_cat','7'),(62,53,'order','0'),(63,53,'display_type','subcategories'),(64,53,'thumbnail_id','0'),(65,54,'order','0'),(66,54,'display_type','subcategories'),(67,54,'thumbnail_id','0'),(68,54,'product_count_product_cat','1'),(69,43,'product_count_product_tag','0'),(70,29,'product_count_product_cat','19'),(71,28,'product_count_product_cat','49'),(72,33,'product_count_product_cat','0'),(73,37,'product_count_product_cat','5'),(74,36,'product_count_product_cat','14'),(75,40,'product_count_product_cat','0'),(76,39,'product_count_product_cat','2'),(77,31,'product_count_product_cat','6'),(78,30,'product_count_product_cat','24'),(79,38,'product_count_product_cat','2'),(80,34,'product_count_product_cat','0'),(81,32,'product_count_product_cat','0'),(82,26,'product_count_product_cat','0'),(83,53,'product_count_product_cat','1'),(84,42,'product_count_product_cat','3'),(85,35,'product_count_product_cat','0'),(86,41,'product_count_product_cat','2'),(87,51,'product_count_product_tag','0'),(88,49,'product_count_product_tag','0'),(89,48,'product_count_product_tag','0'),(90,45,'product_count_product_tag','0'),(91,47,'product_count_product_tag','0'),(92,50,'product_count_product_tag','0'),(93,44,'product_count_product_tag','0'),(94,52,'product_count_product_tag','0'),(95,46,'product_count_product_tag','0'),(96,63,'thumbnail_id','2041'),(97,64,'product_count_product_tag','14'),(98,65,'product_count_product_tag','10'),(99,63,'product_count_product_brand','30');
/*!40000 ALTER TABLE `nbn_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_terms`
--

DROP TABLE IF EXISTS `nbn_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci 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=68 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `nbn_terms`
--

LOCK TABLES `nbn_terms` WRITE;
/*!40000 ALTER TABLE `nbn_terms` DISABLE KEYS */;
INSERT INTO `nbn_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Website Updates','website-updates',0),(3,'Blog Post','blog-post',0),(4,'Promotion','promotion',0),(5,'twentytwentyfour','twentytwentyfour',0),(6,'simple','simple',0),(7,'grouped','grouped',0),(8,'variable','variable',0),(9,'external','external',0),(10,'exclude-from-search','exclude-from-search',0),(11,'exclude-from-catalog','exclude-from-catalog',0),(12,'featured','featured',0),(13,'outofstock','outofstock',0),(14,'rated-1','rated-1',0),(15,'rated-2','rated-2',0),(16,'rated-3','rated-3',0),(17,'rated-4','rated-4',0),(18,'rated-5','rated-5',0),(19,'Uncategorized','uncategorized',0),(20,'ag','ag',0),(21,'header','header',0),(22,'footer','footer',0),(23,'woocommerce/woocommerce','woocommerce-woocommerce',0),(24,'Custom Graphics kits','custom-graphics-kits',0),(25,'Seat Covers','seat-covers',0),(26,'Plastic kits','plastic-kits',0),(27,'Outfit Bike','outfit-bike',0),(28,'Rider Accessories','rider-accessories',0),(29,'Jersey Lettering','jersey-lettering',0),(30,'Goggles','goggles',0),(31,'Goggle Accessories','goggle-accessories',0),(32,'Merchandise','merchandise',0),(33,'Apparel','apparel',0),(34,'Hats','hats',0),(35,'Sunglasses','sunglasses',0),(36,'Canopies and Accessories','canopies-and-accessories',0),(37,'Canopies','canopies',0),(38,'Half Walls','half-walls',0),(39,'Full Walls','full-walls',0),(40,'Flags','flags',0),(41,'Table Cloths','table-cloths',0),(42,'Setup accessories','setup-accessories',0),(43,'Honda','honda',0),(44,'Suzuki','suzuki',0),(45,'Kawasaki','kawasaki',0),(46,'Yamaha','yamaha',0),(47,'KTM','ktm',0),(48,'Husqvarna','husqvarna',0),(49,'GasGas','gasgas',0),(50,'Stark','stark',0),(51,'Beta','beta',0),(52,'Triumph','triumph',0),(53,'Semi-custom Graphics kits','semi-custom-graphics-kits',0),(54,'Semi-custom Number Plates','semi-custom-number-plates',0),(55,'Pages','page',0),(59,'WooCommerce','woo-commerce',0),(60,'eride','eride',0),(61,'mini-cart','mini-cart',0),(62,'uncategorized','uncategorized',0),(63,'Flow Vision Co.','flowvisionco',0),(64,'Adult goggles','adult-goggles',0),(65,'Youth goggles','youth-goggles',0),(66,'Free shipping','free-shipping',0),(67,'twentytwentyfive','twentytwentyfive',0);
/*!40000 ALTER TABLE `nbn_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_usermeta`
--

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

--
-- Dumping data for table `nbn_usermeta`
--

LOCK TABLES `nbn_usermeta` WRITE;
/*!40000 ALTER TABLE `nbn_usermeta` DISABLE KEYS */;
INSERT INTO `nbn_usermeta` VALUES (1,1,'nickname','ben'),(2,1,'first_name','Ben'),(3,1,'last_name','Wojnarowicz'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'nbn_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'nbn_user_level','10'),(14,1,'dismissed_wp_pointers','omapi_please_connect_notice,theme_editor_notice,plugin_editor_notice'),(15,1,'show_welcome_panel','0'),(16,1,'jetpack_tracks_anon_id','jetpack:lFDlj4Cw30BbxjCUGFuOnuHG'),(19,1,'wpforms_overview_table_columns','a:6:{i:1;s:4:\"name\";i:2;s:4:\"tags\";i:3;s:6:\"author\";i:4;s:9:\"shortcode\";i:5;s:7:\"created\";i:6;s:9:\"locations\";}'),(20,1,'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:\"\";}'),(21,1,'last_update','1759511188'),(24,1,'woocommerce_admin_variable_product_tour_shown','yes'),(25,1,'wc_last_active','1759449600'),(26,1,'_yoast_wpseo_profile_updated','1750438340'),(28,1,'nbn_persisted_preferences','a:5:{s:4:\"core\";a:5:{s:10:\"openPanels\";a:3:{i:0;s:11:\"post-status\";i:1;s:24:\"yoast-seo/document-panel\";i:2;s:26:\"taxonomy-panel-product_cat\";}s:26:\"isComplementaryAreaVisible\";b:1;s:15:\"distractionFree\";b:0;s:14:\"inactivePanels\";a:3:{i:0;s:47:\"monsterinsights-metabox/monsterinsights-metabox\";i:1;s:41:\"om-global-post-settings/om-settings-panel\";i:2;s:34:\"meta-box-woocommerce_popup_metabox\";}s:14:\"renderingModes\";a:1:{s:5:\"eride\";a:1:{s:4:\"page\";s:9:\"post-only\";}}}s:9:\"_modified\";s:24:\"2025-09-27T18:15:36.186Z\";s:14:\"core/edit-post\";a:3:{s:12:\"welcomeGuide\";b:0;s:20:\"welcomeGuideTemplate\";b:0;s:14:\"fullscreenMode\";b:0;}s:14:\"core/edit-site\";a:4:{s:12:\"welcomeGuide\";b:0;s:16:\"welcomeGuidePage\";b:0;s:18:\"welcomeGuideStyles\";b:0;s:20:\"welcomeGuideTemplate\";b:0;}s:17:\"core/block-editor\";a:1:{s:25:\"linkControlSettingsDrawer\";b:1;}}'),(33,1,'_woocommerce_tracks_anon_id','woo:HlZbdLypHOOp7Y08il8bTkEF'),(35,1,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:1:{s:32:\"98a544271e98eb69e85eb3e97385b8a1\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:9:{i:1543;a:4:{s:8:\"field_id\";i:1543;s:5:\"value\";s:4:\"Lets\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1544;a:4:{s:8:\"field_id\";i:1544;s:5:\"value\";s:3:\"try\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1545;a:4:{s:8:\"field_id\";i:1545;s:5:\"value\";s:4:\"this\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1546;a:4:{s:8:\"field_id\";i:1546;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:6:\"number\";s:14:\"addon_quantity\";i:1;}i:1553;a:4:{s:8:\"field_id\";i:1553;s:5:\"value\";s:4:\"1554\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1557;a:4:{s:8:\"field_id\";i:1557;s:5:\"value\";s:4:\"1558\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1563;a:4:{s:8:\"field_id\";i:1563;s:5:\"value\";s:4:\"1564\";s:10:\"field_type\";s:9:\"drop_down\";s:14:\"addon_quantity\";i:1;}i:1570;a:4:{s:8:\"field_id\";i:1570;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}i:1571;a:4:{s:8:\"field_id\";i:1571;s:5:\"value\";s:1:\"2\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}}}s:3:\"key\";s:32:\"98a544271e98eb69e85eb3e97385b8a1\";s:10:\"product_id\";i:486;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:100;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";d:0;}}}'),(36,1,'nbn_user-settings','libraryContent=browse'),(37,1,'nbn_user-settings-time','1730061781'),(40,1,'wpforms_dismissed','a:1:{s:20:\"edu-edit-post-notice\";i:1730062212;}'),(51,1,'nbn_dashboard_quick_press_last_post_id','3689'),(52,1,'community-events-location','a:1:{s:2:\"ip\";s:10:\"71.11.17.0\";}'),(68,1,'closedpostboxes_product','a:2:{i:0;s:10:\"wpseo_meta\";i:1;s:10:\"postcustom\";}'),(69,1,'metaboxhidden_product','a:0:{}'),(79,1,'enable_custom_fields','1'),(96,1,'closedpostboxes_af_addon','a:2:{i:0;s:19:\"af_addon_user_roles\";i:1;s:14:\"af_addon_style\";}'),(97,1,'metaboxhidden_af_addon','a:1:{i:0;s:7:\"slugdiv\";}'),(112,1,'dismissed_update_notice','1'),(114,1,'billing_first_name','Ben'),(115,1,'billing_last_name','Wojnarowicz'),(116,1,'billing_company',''),(117,1,'billing_address_1','31 Hill Street'),(118,1,'billing_city','Webster'),(119,1,'billing_state','MA'),(120,1,'billing_postcode','01570'),(121,1,'billing_country','US'),(122,1,'billing_email','wojnarowicz967@gmail.com'),(123,1,'billing_phone',''),(126,1,'shipping_first_name','Ben'),(127,1,'shipping_last_name','Wojnarowicz'),(128,1,'shipping_company',''),(129,1,'shipping_address_1','31 Hill Street'),(130,1,'shipping_city','Webster'),(131,1,'shipping_state','MA'),(132,1,'shipping_postcode','01570'),(133,1,'shipping_country','US'),(141,1,'closedpostboxes_page','a:1:{i:0;s:10:\"postcustom\";}'),(142,1,'metaboxhidden_page','a:0:{}'),(149,1,'wpseo_metadesc',''),(150,1,'wpseo_title',''),(151,1,'wpseo_content_analysis_disable',''),(152,1,'wpseo_keyword_analysis_disable',''),(153,1,'billing_address_2',''),(154,1,'shipping_address_2',''),(155,1,'shipping_phone',''),(160,1,'my-jetpack-cache-date','1734952738'),(161,1,'my-jetpack-wpcom-product-check-hash','1419d87a14a3c319ecad73966fc5818e'),(162,1,'my-jetpack-cache','O:8:\"stdClass\":83:{s:15:\"jetpack_premium\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2000;s:12:\"product_name\";s:15:\"Jetpack Premium\";s:12:\"product_slug\";s:15:\"jetpack_premium\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-premium\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$164.95\";s:21:\"combined_cost_display\";s:7:\"$164.95\";s:4:\"cost\";d:164.94999999999998863131622783839702606201171875;s:18:\"cost_smallest_unit\";i:16495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:6:\"$13.75\";}s:16:\"jetpack_business\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2001;s:12:\"product_name\";s:20:\"Jetpack Professional\";s:12:\"product_slug\";s:16:\"jetpack_business\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-business\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$399.95\";s:21:\"combined_cost_display\";s:7:\"$399.95\";s:4:\"cost\";d:399.94999999999998863131622783839702606201171875;s:18:\"cost_smallest_unit\";i:39995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:6:\"$33.33\";}s:12:\"jetpack_free\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2002;s:12:\"product_name\";s:12:\"Jetpack Free\";s:12:\"product_slug\";s:12:\"jetpack_free\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-free\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.00\";s:21:\"combined_cost_display\";s:2:\"$0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:8:\"one time\";s:22:\"product_term_localized\";s:8:\"one time\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:23:\"jetpack_premium_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2003;s:12:\"product_name\";s:15:\"Jetpack Premium\";s:12:\"product_slug\";s:23:\"jetpack_premium_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-premium\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_business_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2004;s:12:\"product_name\";s:20:\"Jetpack Professional\";s:12:\"product_slug\";s:24:\"jetpack_business_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-business\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$39.95\";s:21:\"combined_cost_display\";s:6:\"$39.95\";s:4:\"cost\";d:39.9500000000000028421709430404007434844970703125;s:18:\"cost_smallest_unit\";i:3995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:16:\"jetpack_personal\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2005;s:12:\"product_name\";s:16:\"Jetpack Personal\";s:12:\"product_slug\";s:16:\"jetpack_personal\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-personal\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$77.95\";s:21:\"combined_cost_display\";s:6:\"$77.95\";s:4:\"cost\";d:77.9500000000000028421709430404007434844970703125;s:18:\"cost_smallest_unit\";i:7795;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$6.50\";}s:24:\"jetpack_personal_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2006;s:12:\"product_name\";s:16:\"Jetpack Personal\";s:12:\"product_slug\";s:24:\"jetpack_personal_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-personal\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$6.95\";s:21:\"combined_cost_display\";s:5:\"$6.95\";s:4:\"cost\";d:6.95000000000000017763568394002504646778106689453125;s:18:\"cost_smallest_unit\";i:695;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:22:\"jetpack_security_daily\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2010;s:12:\"product_name\";s:22:\"Jetpack Security Daily\";s:12:\"product_slug\";s:22:\"jetpack_security_daily\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:22:\"jetpack-security-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$299.00\";s:21:\"combined_cost_display\";s:4:\"$299\";s:4:\"cost\";i:299;s:18:\"cost_smallest_unit\";i:29900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:149;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$24.92\";}s:30:\"jetpack_security_daily_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2011;s:12:\"product_name\";s:22:\"Jetpack Security Daily\";s:12:\"product_slug\";s:30:\"jetpack_security_daily_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:22:\"jetpack-security-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$24.95\";s:21:\"combined_cost_display\";s:6:\"$24.95\";s:4:\"cost\";d:24.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:2495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:25:\"jetpack_security_realtime\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2012;s:12:\"product_name\";s:26:\"Jetpack Security Real-time\";s:12:\"product_slug\";s:25:\"jetpack_security_realtime\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"jetpack-security-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$839.00\";s:21:\"combined_cost_display\";s:4:\"$839\";s:4:\"cost\";i:839;s:18:\"cost_smallest_unit\";i:83900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:419;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$69.92\";}s:33:\"jetpack_security_realtime_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2013;s:12:\"product_name\";s:26:\"Jetpack Security Real-time\";s:12:\"product_slug\";s:33:\"jetpack_security_realtime_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"jetpack-security-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$69.95\";s:21:\"combined_cost_display\";s:6:\"$69.95\";s:4:\"cost\";d:69.9500000000000028421709430404007434844970703125;s:18:\"cost_smallest_unit\";i:6995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:16:\"jetpack_complete\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2014;s:12:\"product_name\";s:16:\"Jetpack Complete\";s:12:\"product_slug\";s:16:\"jetpack_complete\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-complete\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$599.40\";s:21:\"combined_cost_display\";s:7:\"$599.40\";s:4:\"cost\";d:599.3999999999999772626324556767940521240234375;s:18:\"cost_smallest_unit\";i:59940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:299.3999999999999772626324556767940521240234375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$49.95\";}s:24:\"jetpack_complete_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2015;s:12:\"product_name\";s:16:\"Jetpack Complete\";s:12:\"product_slug\";s:24:\"jetpack_complete_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-complete\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$74.95\";s:21:\"combined_cost_display\";s:6:\"$74.95\";s:4:\"cost\";d:74.9500000000000028421709430404007434844970703125;s:18:\"cost_smallest_unit\";i:7495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:26:\"jetpack_security_t1_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2016;s:12:\"product_name\";s:23:\"Jetpack Security (10GB)\";s:12:\"product_slug\";s:26:\"jetpack_security_t1_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$239.40\";s:21:\"combined_cost_display\";s:7:\"$239.40\";s:4:\"cost\";d:239.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:23940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:119.400000000000005684341886080801486968994140625;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$19.95\";}s:27:\"jetpack_security_t1_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2017;s:12:\"product_name\";s:23:\"Jetpack Security (10GB)\";s:12:\"product_slug\";s:27:\"jetpack_security_t1_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:26:\"jetpack_security_t2_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2019;s:12:\"product_name\";s:22:\"Jetpack Security (1TB)\";s:12:\"product_slug\";s:26:\"jetpack_security_t2_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$899.40\";s:21:\"combined_cost_display\";s:7:\"$899.40\";s:4:\"cost\";d:899.3999999999999772626324556767940521240234375;s:18:\"cost_smallest_unit\";i:89940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:359.3999999999999772626324556767940521240234375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$74.95\";}s:27:\"jetpack_security_t2_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2020;s:12:\"product_name\";s:22:\"Jetpack Security (1TB)\";s:12:\"product_slug\";s:27:\"jetpack_security_t2_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$74.95\";s:21:\"combined_cost_display\";s:6:\"$74.95\";s:4:\"cost\";d:74.9500000000000028421709430404007434844970703125;s:18:\"cost_smallest_unit\";i:7495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:22:\"jetpack_growth_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2021;s:12:\"product_name\";s:14:\"Jetpack Growth\";s:12:\"product_slug\";s:22:\"jetpack_growth_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-growth\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:21:\"jetpack_growth_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2022;s:12:\"product_name\";s:14:\"Jetpack Growth\";s:12:\"product_slug\";s:21:\"jetpack_growth_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-growth\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$239.40\";s:21:\"combined_cost_display\";s:7:\"$239.40\";s:4:\"cost\";d:239.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:23940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:119.400000000000005684341886080801486968994140625;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$19.95\";}s:24:\"jetpack_growth_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2023;s:12:\"product_name\";s:14:\"Jetpack Growth\";s:12:\"product_slug\";s:24:\"jetpack_growth_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-growth\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$383.04\";s:21:\"combined_cost_display\";s:7:\"$383.04\";s:4:\"cost\";d:383.04000000000002046363078989088535308837890625;s:18:\"cost_smallest_unit\";i:38304;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:287.04000000000002046363078989088535308837890625;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$15.96\";}s:22:\"jetpack_starter_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2030;s:12:\"product_name\";s:15:\"Jetpack Starter\";s:12:\"product_slug\";s:22:\"jetpack_starter_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:0;s:20:\"billing_product_slug\";s:15:\"jetpack-starter\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$71.40\";s:21:\"combined_cost_display\";s:6:\"$71.40\";s:4:\"cost\";d:71.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:7140;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:47.39999999999999857891452847979962825775146484375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$5.95\";}s:23:\"jetpack_starter_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2031;s:12:\"product_name\";s:15:\"Jetpack Starter\";s:12:\"product_slug\";s:23:\"jetpack_starter_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:0;s:20:\"billing_product_slug\";s:15:\"jetpack-starter\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$8.95\";s:21:\"combined_cost_display\";s:5:\"$8.95\";s:4:\"cost\";d:8.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:895;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:29:\"jetpack_security_t1_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2034;s:12:\"product_name\";s:23:\"Jetpack Security (10GB)\";s:12:\"product_slug\";s:29:\"jetpack_security_t1_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$383.04\";s:21:\"combined_cost_display\";s:7:\"$383.04\";s:4:\"cost\";d:383.04000000000002046363078989088535308837890625;s:18:\"cost_smallest_unit\";i:38304;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:287.04000000000002046363078989088535308837890625;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$15.96\";}s:26:\"jetpack_complete_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2035;s:12:\"product_name\";s:16:\"Jetpack Complete\";s:12:\"product_slug\";s:26:\"jetpack_complete_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-complete\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$959.04\";s:21:\"combined_cost_display\";s:7:\"$959.04\";s:4:\"cost\";d:959.0399999999999636202119290828704833984375;s:18:\"cost_smallest_unit\";i:95904;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:719.0399999999999636202119290828704833984375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$39.96\";}s:23:\"jetpack_boost_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2036;s:12:\"product_name\";s:13:\"Jetpack Boost\";s:12:\"product_slug\";s:23:\"jetpack_boost_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:13:\"jetpack-boost\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$383.04\";s:21:\"combined_cost_display\";s:7:\"$383.04\";s:4:\"cost\";d:383.04000000000002046363078989088535308837890625;s:18:\"cost_smallest_unit\";i:38304;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:287.04000000000002046363078989088535308837890625;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$15.96\";}s:30:\"jetpack_social_basic_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2037;s:12:\"product_name\";s:20:\"Jetpack Social Basic\";s:12:\"product_slug\";s:30:\"jetpack_social_basic_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:27:\"jetpack-social-basic-yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$238.80\";s:21:\"combined_cost_display\";s:7:\"$238.80\";s:4:\"cost\";d:238.80000000000001136868377216160297393798828125;s:18:\"cost_smallest_unit\";i:23880;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.05000000000001136868377216160297393798828125;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:22:\"jetpack_scan_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2038;s:12:\"product_name\";s:18:\"Jetpack Scan Daily\";s:12:\"product_slug\";s:22:\"jetpack_scan_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-scan\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$191.04\";s:21:\"combined_cost_display\";s:7:\"$191.04\";s:4:\"cost\";d:191.039999999999992041921359486877918243408203125;s:18:\"cost_smallest_unit\";i:19104;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.039999999999992041921359486877918243408203125;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$7.96\";}s:27:\"jetpack_anti_spam_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2039;s:12:\"product_name\";s:25:\"Jetpack Akismet Anti-spam\";s:12:\"product_slug\";s:27:\"jetpack_anti_spam_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-anti-spam\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$191.04\";s:21:\"combined_cost_display\";s:7:\"$191.04\";s:4:\"cost\";d:191.039999999999992041921359486877918243408203125;s:18:\"cost_smallest_unit\";i:19104;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.039999999999992041921359486877918243408203125;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$7.96\";}s:41:\"jetpack_backup_addon_storage_10gb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2040;s:12:\"product_name\";s:47:\"Jetpack VaultPress Backup Add-on Storage (10GB)\";s:12:\"product_slug\";s:41:\"jetpack_backup_addon_storage_10gb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:33:\"jetpack-backup-addon-storage-10gb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$2.95\";s:21:\"combined_cost_display\";s:5:\"$2.95\";s:4:\"cost\";d:2.95000000000000017763568394002504646778106689453125;s:18:\"cost_smallest_unit\";i:295;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:42:\"jetpack_backup_addon_storage_100gb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2044;s:12:\"product_name\";s:48:\"Jetpack VaultPress Backup Add-on Storage (100GB)\";s:12:\"product_slug\";s:42:\"jetpack_backup_addon_storage_100gb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:34:\"jetpack-backup-addon-storage-100gb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$5.95\";s:21:\"combined_cost_display\";s:5:\"$5.95\";s:4:\"cost\";d:5.95000000000000017763568394002504646778106689453125;s:18:\"cost_smallest_unit\";i:595;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:40:\"jetpack_backup_addon_storage_1tb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2048;s:12:\"product_name\";s:46:\"Jetpack VaultPress Backup Add-on Storage (1TB)\";s:12:\"product_slug\";s:40:\"jetpack_backup_addon_storage_1tb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:32:\"jetpack-backup-addon-storage-1tb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$9.95\";s:21:\"combined_cost_display\";s:5:\"$9.95\";s:4:\"cost\";d:9.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:40:\"jetpack_backup_addon_storage_3tb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2052;s:12:\"product_name\";s:46:\"Jetpack VaultPress Backup Add-on Storage (3TB)\";s:12:\"product_slug\";s:40:\"jetpack_backup_addon_storage_3tb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:32:\"jetpack-backup-addon-storage-3tb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$19.95\";s:21:\"combined_cost_display\";s:6:\"$19.95\";s:4:\"cost\";d:19.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:40:\"jetpack_backup_addon_storage_5tb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2056;s:12:\"product_name\";s:46:\"Jetpack VaultPress Backup Add-on Storage (5TB)\";s:12:\"product_slug\";s:40:\"jetpack_backup_addon_storage_5tb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:32:\"jetpack-backup-addon-storage-5tb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:20:\"jetpack_backup_daily\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2100;s:12:\"product_name\";s:22:\"Jetpack Backup (Daily)\";s:12:\"product_slug\";s:20:\"jetpack_backup_daily\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:20:\"jetpack-backup-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.00\";s:21:\"combined_cost_display\";s:4:\"$119\";s:4:\"cost\";i:119;s:18:\"cost_smallest_unit\";i:11900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:59;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.92\";}s:28:\"jetpack_backup_daily_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2101;s:12:\"product_name\";s:22:\"Jetpack Backup (Daily)\";s:12:\"product_slug\";s:28:\"jetpack_backup_daily_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:20:\"jetpack-backup-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$9.95\";s:21:\"combined_cost_display\";s:5:\"$9.95\";s:4:\"cost\";d:9.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:23:\"jetpack_backup_realtime\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2102;s:12:\"product_name\";s:26:\"Jetpack Backup (Real-time)\";s:12:\"product_slug\";s:23:\"jetpack_backup_realtime\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-backup-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$599.00\";s:21:\"combined_cost_display\";s:4:\"$599\";s:4:\"cost\";i:599;s:18:\"cost_smallest_unit\";i:59900;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:299;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$49.92\";}s:31:\"jetpack_backup_realtime_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2103;s:12:\"product_name\";s:26:\"Jetpack Backup (Real-time)\";s:12:\"product_slug\";s:31:\"jetpack_backup_realtime_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-backup-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$49.95\";s:21:\"combined_cost_display\";s:6:\"$49.95\";s:4:\"cost\";d:49.9500000000000028421709430404007434844970703125;s:18:\"cost_smallest_unit\";i:4995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:14:\"jetpack_search\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2104;s:12:\"product_name\";s:14:\"Jetpack Search\";s:12:\"product_slug\";s:14:\"jetpack_search\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"search\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-search\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$100.00\";s:21:\"combined_cost_display\";s:4:\"$100\";s:4:\"cost\";i:100;s:18:\"cost_smallest_unit\";i:10000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:1:{i:0;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:0;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:10000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:0;s:12:\"per_unit_fee\";i:10000;s:21:\"minimum_price_display\";s:2:\"$0\";s:29:\"minimum_price_monthly_display\";s:2:\"$0\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:453;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$8.33\";}s:22:\"jetpack_search_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2105;s:12:\"product_name\";s:14:\"Jetpack Search\";s:12:\"product_slug\";s:22:\"jetpack_search_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"search\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-search\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$12.95\";s:21:\"combined_cost_display\";s:6:\"$12.95\";s:4:\"cost\";d:12.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1295;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:1:{i:0;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:0;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:10000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:0;s:12:\"per_unit_fee\";i:1295;s:21:\"minimum_price_display\";s:2:\"$0\";s:29:\"minimum_price_monthly_display\";s:2:\"$0\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:453;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:12:\"jetpack_scan\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2106;s:12:\"product_name\";s:18:\"Jetpack Scan Daily\";s:12:\"product_slug\";s:12:\"jetpack_scan\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-scan\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.39999999999999857891452847979962825775146484375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:20:\"jetpack_scan_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2107;s:12:\"product_name\";s:18:\"Jetpack Scan Daily\";s:12:\"product_slug\";s:20:\"jetpack_scan_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-scan\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:21:\"jetpack_scan_realtime\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2108;s:12:\"product_name\";s:21:\"Jetpack Scan Realtime\";s:12:\"product_slug\";s:21:\"jetpack_scan_realtime\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-scan-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$500.00\";s:21:\"combined_cost_display\";s:4:\"$500\";s:4:\"cost\";i:500;s:18:\"cost_smallest_unit\";i:50000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:6:\"$41.67\";}s:29:\"jetpack_scan_realtime_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2109;s:12:\"product_name\";s:21:\"Jetpack Scan Realtime\";s:12:\"product_slug\";s:29:\"jetpack_scan_realtime_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-scan-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$50.00\";s:21:\"combined_cost_display\";s:3:\"$50\";s:4:\"cost\";i:50;s:18:\"cost_smallest_unit\";i:5000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:17:\"jetpack_anti_spam\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2110;s:12:\"product_name\";s:25:\"Jetpack Akismet Anti-spam\";s:12:\"product_slug\";s:17:\"jetpack_anti_spam\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-anti-spam\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.39999999999999857891452847979962825775146484375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:25:\"jetpack_anti_spam_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2111;s:12:\"product_name\";s:25:\"Jetpack Akismet Anti-spam\";s:12:\"product_slug\";s:25:\"jetpack_anti_spam_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-anti-spam\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_backup_t1_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2112;s:12:\"product_name\";s:32:\"Jetpack VaultPress Backup (10GB)\";s:12:\"product_slug\";s:24:\"jetpack_backup_t1_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.39999999999999857891452847979962825775146484375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:25:\"jetpack_backup_t1_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2113;s:12:\"product_name\";s:32:\"Jetpack VaultPress Backup (10GB)\";s:12:\"product_slug\";s:25:\"jetpack_backup_t1_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_backup_t2_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2114;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1TB)\";s:12:\"product_slug\";s:24:\"jetpack_backup_t2_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$359.40\";s:21:\"combined_cost_display\";s:7:\"$359.40\";s:4:\"cost\";d:359.3999999999999772626324556767940521240234375;s:18:\"cost_smallest_unit\";i:35940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.400000000000005684341886080801486968994140625;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$29.95\";}s:25:\"jetpack_backup_t2_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2115;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1TB)\";s:12:\"product_slug\";s:25:\"jetpack_backup_t2_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:18:\"jetpack_videopress\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2116;s:12:\"product_name\";s:18:\"Jetpack VideoPress\";s:12:\"product_slug\";s:18:\"jetpack_videopress\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:18:\"jetpack-videopress\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.39999999999999857891452847979962825775146484375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:26:\"jetpack_videopress_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2117;s:12:\"product_name\";s:18:\"Jetpack VideoPress\";s:12:\"product_slug\";s:26:\"jetpack_videopress_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:18:\"jetpack-videopress\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:28:\"jetpack_videopress_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2119;s:12:\"product_name\";s:18:\"Jetpack VideoPress\";s:12:\"product_slug\";s:28:\"jetpack_videopress_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:18:\"jetpack-videopress\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$191.04\";s:21:\"combined_cost_display\";s:7:\"$191.04\";s:4:\"cost\";d:191.039999999999992041921359486877918243408203125;s:18:\"cost_smallest_unit\";i:19104;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.039999999999992041921359486877918243408203125;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$7.96\";}s:24:\"jetpack_backup_t0_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2120;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1GB)\";s:12:\"product_slug\";s:24:\"jetpack_backup_t0_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-0\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$35.88\";s:21:\"combined_cost_display\";s:6:\"$35.88\";s:4:\"cost\";d:35.88000000000000255795384873636066913604736328125;s:18:\"cost_smallest_unit\";i:3588;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$2.99\";}s:25:\"jetpack_backup_t0_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2121;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1GB)\";s:12:\"product_slug\";s:25:\"jetpack_backup_t0_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-0\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$2.99\";s:21:\"combined_cost_display\";s:5:\"$2.99\";s:4:\"cost\";d:2.9900000000000002131628207280300557613372802734375;s:18:\"cost_smallest_unit\";i:299;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:27:\"jetpack_backup_t1_bi_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2123;s:12:\"product_name\";s:32:\"Jetpack VaultPress Backup (10GB)\";s:12:\"product_slug\";s:27:\"jetpack_backup_t1_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$191.04\";s:21:\"combined_cost_display\";s:7:\"$191.04\";s:4:\"cost\";d:191.039999999999992041921359486877918243408203125;s:18:\"cost_smallest_unit\";i:19104;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$7.96\";}s:19:\"jetpack_search_free\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2130;s:12:\"product_name\";s:19:\"Jetpack Search Free\";s:12:\"product_slug\";s:19:\"jetpack_search_free\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"search\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:19:\"jetpack-search-free\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.00\";s:21:\"combined_cost_display\";s:2:\"$0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:8:\"one time\";s:22:\"product_term_localized\";s:8:\"one time\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_search_bi_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2131;s:12:\"product_name\";s:14:\"Jetpack Search\";s:12:\"product_slug\";s:24:\"jetpack_search_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-search\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$160.00\";s:21:\"combined_cost_display\";s:4:\"$160\";s:4:\"cost\";i:160;s:18:\"cost_smallest_unit\";i:16000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:1:{i:0;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:0;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:10000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:0;s:12:\"per_unit_fee\";i:16000;s:21:\"minimum_price_display\";s:2:\"$0\";s:29:\"minimum_price_monthly_display\";s:2:\"$0\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:453;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$6.67\";}s:23:\"jetpack_backup_one_time\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2201;s:12:\"product_name\";s:36:\"Jetpack VaultPress Backup (One-time)\";s:12:\"product_slug\";s:23:\"jetpack_backup_one_time\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-backup-one-time\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.99\";s:21:\"combined_cost_display\";s:5:\"$0.99\";s:4:\"cost\";d:0.9899999999999999911182158029987476766109466552734375;s:18:\"cost_smallest_unit\";i:99;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:8:\"one time\";s:22:\"product_term_localized\";s:8:\"one time\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:20:\"jetpack_stats_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2219;s:12:\"product_name\";s:34:\"Jetpack Stats (Commercial license)\";s:12:\"product_slug\";s:20:\"jetpack_stats_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack_stats_monthly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$100.00\";s:21:\"combined_cost_display\";s:4:\"$100\";s:4:\"cost\";i:100;s:18:\"cost_smallest_unit\";i:10000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:6:{i:0;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";i:10000;s:13:\"minimum_price\";i:10000;s:13:\"maximum_price\";i:10000;s:21:\"minimum_price_display\";s:4:\"$100\";s:29:\"minimum_price_monthly_display\";s:5:\"$8.34\";s:21:\"maximum_price_display\";s:4:\"$100\";s:29:\"maximum_price_monthly_display\";s:5:\"$8.34\";}i:1;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:10001;s:13:\"maximum_units\";i:100000;s:13:\"minimum_price\";i:20000;s:13:\"maximum_price\";i:20000;s:21:\"minimum_price_display\";s:4:\"$200\";s:29:\"minimum_price_monthly_display\";s:6:\"$16.67\";s:21:\"maximum_price_display\";s:4:\"$200\";s:29:\"maximum_price_monthly_display\";s:6:\"$16.67\";}i:2;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:100001;s:13:\"maximum_units\";i:250000;s:13:\"minimum_price\";i:30000;s:13:\"maximum_price\";i:30000;s:21:\"minimum_price_display\";s:4:\"$300\";s:29:\"minimum_price_monthly_display\";s:3:\"$25\";s:21:\"maximum_price_display\";s:4:\"$300\";s:29:\"maximum_price_monthly_display\";s:3:\"$25\";}i:3;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:250001;s:13:\"maximum_units\";i:500000;s:13:\"minimum_price\";i:50000;s:13:\"maximum_price\";i:50000;s:21:\"minimum_price_display\";s:4:\"$500\";s:29:\"minimum_price_monthly_display\";s:6:\"$41.67\";s:21:\"maximum_price_display\";s:4:\"$500\";s:29:\"maximum_price_monthly_display\";s:6:\"$41.67\";}i:4;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:500001;s:13:\"maximum_units\";i:1000000;s:13:\"minimum_price\";i:70000;s:13:\"maximum_price\";i:70000;s:21:\"minimum_price_display\";s:4:\"$700\";s:29:\"minimum_price_monthly_display\";s:6:\"$58.34\";s:21:\"maximum_price_display\";s:4:\"$700\";s:29:\"maximum_price_monthly_display\";s:6:\"$58.34\";}i:5;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:1000001;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:95000;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:1000000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:45000;s:12:\"per_unit_fee\";i:25000;s:21:\"minimum_price_display\";s:4:\"$950\";s:29:\"minimum_price_monthly_display\";s:6:\"$79.17\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:10000;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$8.33\";}s:21:\"jetpack_stats_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2220;s:12:\"product_name\";s:34:\"Jetpack Stats (Commercial license)\";s:12:\"product_slug\";s:21:\"jetpack_stats_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack_stats_monthly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$12.95\";s:21:\"combined_cost_display\";s:6:\"$12.95\";s:4:\"cost\";d:12.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1295;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:6:{i:0;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";i:10000;s:13:\"minimum_price\";i:1295;s:13:\"maximum_price\";i:1295;s:21:\"minimum_price_display\";s:6:\"$12.95\";s:29:\"minimum_price_monthly_display\";s:6:\"$12.95\";s:21:\"maximum_price_display\";s:6:\"$12.95\";s:29:\"maximum_price_monthly_display\";s:6:\"$12.95\";}i:1;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:10001;s:13:\"maximum_units\";i:100000;s:13:\"minimum_price\";i:2595;s:13:\"maximum_price\";i:2595;s:21:\"minimum_price_display\";s:6:\"$25.95\";s:29:\"minimum_price_monthly_display\";s:6:\"$25.95\";s:21:\"maximum_price_display\";s:6:\"$25.95\";s:29:\"maximum_price_monthly_display\";s:6:\"$25.95\";}i:2;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:100001;s:13:\"maximum_units\";i:250000;s:13:\"minimum_price\";i:3795;s:13:\"maximum_price\";i:3795;s:21:\"minimum_price_display\";s:6:\"$37.95\";s:29:\"minimum_price_monthly_display\";s:6:\"$37.95\";s:21:\"maximum_price_display\";s:6:\"$37.95\";s:29:\"maximum_price_monthly_display\";s:6:\"$37.95\";}i:3;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:250001;s:13:\"maximum_units\";i:500000;s:13:\"minimum_price\";i:6295;s:13:\"maximum_price\";i:6295;s:21:\"minimum_price_display\";s:6:\"$62.95\";s:29:\"minimum_price_monthly_display\";s:6:\"$62.95\";s:21:\"maximum_price_display\";s:6:\"$62.95\";s:29:\"maximum_price_monthly_display\";s:6:\"$62.95\";}i:4;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:500001;s:13:\"maximum_units\";i:1000000;s:13:\"minimum_price\";i:8795;s:13:\"maximum_price\";i:8795;s:21:\"minimum_price_display\";s:6:\"$87.95\";s:29:\"minimum_price_monthly_display\";s:6:\"$87.95\";s:21:\"maximum_price_display\";s:6:\"$87.95\";s:29:\"maximum_price_monthly_display\";s:6:\"$87.95\";}i:5;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:1000001;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:11990;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:1000000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:5600;s:12:\"per_unit_fee\";i:3195;s:21:\"minimum_price_display\";s:7:\"$119.90\";s:29:\"minimum_price_monthly_display\";s:7:\"$119.90\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:10000;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:25:\"jetpack_stats_free_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2221;s:12:\"product_name\";s:43:\"Jetpack Stats (Free non-commercial license)\";s:12:\"product_slug\";s:25:\"jetpack_stats_free_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"jetpack_stats_free_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.00\";s:21:\"combined_cost_display\";s:2:\"$0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:2:\"$0\";}s:25:\"jetpack_stats_pwyw_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2222;s:12:\"product_name\";s:20:\"Jetpack Stats (Paid)\";s:12:\"product_slug\";s:25:\"jetpack_stats_pwyw_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"jetpack_stats_pwyw_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.00\";s:21:\"combined_cost_display\";s:2:\"$0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";i:0;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:2:\"$0\";}s:23:\"jetpack_stats_bi_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2223;s:12:\"product_name\";s:34:\"Jetpack Stats (Commercial license)\";s:12:\"product_slug\";s:23:\"jetpack_stats_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack_stats_monthly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$160.00\";s:21:\"combined_cost_display\";s:4:\"$160\";s:4:\"cost\";i:160;s:18:\"cost_smallest_unit\";i:16000;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:6:{i:0;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";i:10000;s:13:\"minimum_price\";i:16000;s:13:\"maximum_price\";i:16000;s:21:\"minimum_price_display\";s:4:\"$160\";s:29:\"minimum_price_monthly_display\";s:6:\"$13.34\";s:21:\"maximum_price_display\";s:4:\"$160\";s:29:\"maximum_price_monthly_display\";s:6:\"$13.34\";}i:1;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:10001;s:13:\"maximum_units\";i:100000;s:13:\"minimum_price\";i:32000;s:13:\"maximum_price\";i:32000;s:21:\"minimum_price_display\";s:4:\"$320\";s:29:\"minimum_price_monthly_display\";s:6:\"$26.67\";s:21:\"maximum_price_display\";s:4:\"$320\";s:29:\"maximum_price_monthly_display\";s:6:\"$26.67\";}i:2;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:100001;s:13:\"maximum_units\";i:250000;s:13:\"minimum_price\";i:48000;s:13:\"maximum_price\";i:48000;s:21:\"minimum_price_display\";s:4:\"$480\";s:29:\"minimum_price_monthly_display\";s:3:\"$40\";s:21:\"maximum_price_display\";s:4:\"$480\";s:29:\"maximum_price_monthly_display\";s:3:\"$40\";}i:3;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:250001;s:13:\"maximum_units\";i:500000;s:13:\"minimum_price\";i:80000;s:13:\"maximum_price\";i:80000;s:21:\"minimum_price_display\";s:4:\"$800\";s:29:\"minimum_price_monthly_display\";s:6:\"$66.67\";s:21:\"maximum_price_display\";s:4:\"$800\";s:29:\"maximum_price_monthly_display\";s:6:\"$66.67\";}i:4;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:500001;s:13:\"maximum_units\";i:1000000;s:13:\"minimum_price\";i:112000;s:13:\"maximum_price\";i:112000;s:21:\"minimum_price_display\";s:6:\"$1,120\";s:29:\"minimum_price_monthly_display\";s:6:\"$93.34\";s:21:\"maximum_price_display\";s:6:\"$1,120\";s:29:\"maximum_price_monthly_display\";s:6:\"$93.34\";}i:5;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:1000001;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:152000;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:1000000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:72000;s:12:\"per_unit_fee\";i:40000;s:21:\"minimum_price_display\";s:6:\"$1,520\";s:29:\"minimum_price_monthly_display\";s:7:\"$126.67\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:10000;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$6.67\";}s:23:\"jetpack_monitor_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2241;s:12:\"product_name\";s:15:\"Jetpack Monitor\";s:12:\"product_slug\";s:23:\"jetpack_monitor_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-monitor\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$1.22\";s:21:\"combined_cost_display\";s:5:\"$1.22\";s:4:\"cost\";d:1.2199999999999999733546474089962430298328399658203125;s:18:\"cost_smallest_unit\";i:122;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:22:\"jetpack_monitor_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2242;s:12:\"product_name\";s:15:\"Jetpack Monitor\";s:12:\"product_slug\";s:22:\"jetpack_monitor_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-monitor\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.64\";s:21:\"combined_cost_display\";s:6:\"$14.64\";s:4:\"cost\";d:14.6400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:1464;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$1.22\";}s:21:\"jetpack_boost_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2400;s:12:\"product_name\";s:13:\"Jetpack Boost\";s:12:\"product_slug\";s:21:\"jetpack_boost_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:13:\"jetpack-boost\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:20:\"jetpack_boost_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2401;s:12:\"product_name\";s:13:\"Jetpack Boost\";s:12:\"product_slug\";s:20:\"jetpack_boost_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:13:\"jetpack-boost\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$239.40\";s:21:\"combined_cost_display\";s:7:\"$239.40\";s:4:\"cost\";d:239.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:23940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:119.400000000000005684341886080801486968994140625;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$19.95\";}s:18:\"jetpack_ai_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2450;s:12:\"product_name\";s:20:\"Jetpack AI Assistant\";s:12:\"product_slug\";s:18:\"jetpack_ai_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:10:\"jetpack-ai\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:17:\"jetpack_ai_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2451;s:12:\"product_name\";s:20:\"Jetpack AI Assistant\";s:12:\"product_slug\";s:17:\"jetpack_ai_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:10:\"jetpack-ai\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.39999999999999857891452847979962825775146484375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:20:\"jetpack_ai_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2452;s:12:\"product_name\";s:20:\"Jetpack AI Assistant\";s:12:\"product_slug\";s:20:\"jetpack_ai_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:10:\"jetpack-ai\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$191.04\";s:21:\"combined_cost_display\";s:7:\"$191.04\";s:4:\"cost\";d:191.039999999999992041921359486877918243408203125;s:18:\"cost_smallest_unit\";i:19104;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.039999999999992041921359486877918243408203125;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$7.96\";}s:22:\"jetpack_social_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2500;s:12:\"product_name\";s:20:\"Jetpack Social Basic\";s:12:\"product_slug\";s:22:\"jetpack_social_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-social\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$12.00\";s:21:\"combined_cost_display\";s:3:\"$12\";s:4:\"cost\";i:12;s:18:\"cost_smallest_unit\";i:1200;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:27:\"jetpack_social_basic_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2503;s:12:\"product_name\";s:20:\"Jetpack Social Basic\";s:12:\"product_slug\";s:27:\"jetpack_social_basic_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:27:\"jetpack-social-basic-yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.39999999999999857891452847979962825775146484375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:28:\"jetpack_social_basic_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2504;s:12:\"product_name\";s:20:\"Jetpack Social Basic\";s:12:\"product_slug\";s:28:\"jetpack_social_basic_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:27:\"jetpack-social-basic-yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:30:\"jetpack_social_advanced_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2602;s:12:\"product_name\";s:30:\"Jetpack Social Advanced (Beta)\";s:12:\"product_slug\";s:30:\"jetpack_social_advanced_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-social-advanced\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:31:\"jetpack_social_advanced_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2603;s:12:\"product_name\";s:30:\"Jetpack Social Advanced (Beta)\";s:12:\"product_slug\";s:31:\"jetpack_social_advanced_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-social-advanced\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:33:\"jetpack_social_advanced_bi_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2604;s:12:\"product_name\";s:30:\"Jetpack Social Advanced (Beta)\";s:12:\"product_slug\";s:33:\"jetpack_social_advanced_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-social-advanced\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$238.80\";s:21:\"combined_cost_display\";s:7:\"$238.80\";s:4:\"cost\";d:238.80000000000001136868377216160297393798828125;s:18:\"cost_smallest_unit\";i:23880;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:24:\"jetpack_social_v1_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2605;s:12:\"product_name\";s:14:\"Jetpack Social\";s:12:\"product_slug\";s:24:\"jetpack_social_v1_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-social-v1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$119.40\";s:21:\"combined_cost_display\";s:7:\"$119.40\";s:4:\"cost\";d:119.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:11940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:59.39999999999999857891452847979962825775146484375;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$9.95\";}s:25:\"jetpack_social_v1_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2606;s:12:\"product_name\";s:14:\"Jetpack Social\";s:12:\"product_slug\";s:25:\"jetpack_social_v1_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-social-v1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$14.95\";s:21:\"combined_cost_display\";s:6:\"$14.95\";s:4:\"cost\";d:14.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:1495;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:27:\"jetpack_social_v1_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2607;s:12:\"product_name\";s:14:\"Jetpack Social\";s:12:\"product_slug\";s:27:\"jetpack_social_v1_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-social-v1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$191.04\";s:21:\"combined_cost_display\";s:7:\"$191.04\";s:4:\"cost\";d:191.039999999999992041921359486877918243408203125;s:18:\"cost_smallest_unit\";i:19104;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:143.039999999999992041921359486877918243408203125;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:5:\"$7.96\";}s:23:\"jetpack_creator_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2610;s:12:\"product_name\";s:15:\"Jetpack Creator\";s:12:\"product_slug\";s:23:\"jetpack_creator_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-creator\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"$29.95\";s:21:\"combined_cost_display\";s:6:\"$29.95\";s:4:\"cost\";d:29.949999999999999289457264239899814128875732421875;s:18:\"cost_smallest_unit\";i:2995;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:22:\"jetpack_creator_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2611;s:12:\"product_name\";s:15:\"Jetpack Creator\";s:12:\"product_slug\";s:22:\"jetpack_creator_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-creator\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$239.40\";s:21:\"combined_cost_display\";s:7:\"$239.40\";s:4:\"cost\";d:239.400000000000005684341886080801486968994140625;s:18:\"cost_smallest_unit\";i:23940;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:119.400000000000005684341886080801486968994140625;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$19.95\";}s:25:\"jetpack_creator_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2612;s:12:\"product_name\";s:15:\"Jetpack Creator\";s:12:\"product_slug\";s:25:\"jetpack_creator_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-creator\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"$383.04\";s:21:\"combined_cost_display\";s:7:\"$383.04\";s:4:\"cost\";d:383.04000000000002046363078989088535308837890625;s:18:\"cost_smallest_unit\";i:38304;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:287.04000000000002046363078989088535308837890625;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"$15.96\";}s:29:\"jetpack_golden_token_lifetime\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2900;s:12:\"product_name\";s:20:\"Jetpack Golden Token\";s:12:\"product_slug\";s:29:\"jetpack_golden_token_lifetime\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:20:\"jetpack-golden-token\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:5:\"$0.00\";s:21:\"combined_cost_display\";s:2:\"$0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"USD\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:8:\"one time\";s:22:\"product_term_localized\";s:8:\"one time\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}}'),(182,1,'session_tokens','a:2:{s:64:\"960a4b09aa33a0a7a071c24cbbefa28a91a5410f027a3e6e9d5ad493cf74cd23\";a:4:{s:10:\"expiration\";i:1759675803;s:2:\"ip\";s:11:\"71.11.17.27\";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:1759503003;}s:64:\"8f010a9ff4dd35584491becf26a9a7180956bc14ce12e52584e0ab93db0cf15e\";a:4:{s:10:\"expiration\";i:1759683993;s:2:\"ip\";s:11:\"71.11.17.27\";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:1759511193;}}'),(229,1,'closedpostboxes_envira','a:1:{i:0;s:10:\"wpseo_meta\";}'),(230,1,'metaboxhidden_envira','a:1:{i:0;s:7:\"slugdiv\";}'),(231,1,'meta-box-order_envira','a:3:{s:4:\"side\";s:42:\"submitdiv,envira-gallery-code,postimagediv\";s:6:\"normal\";s:67:\"envira-gallery,envira-gallery-settings,wpseo_meta,authordiv,slugdiv\";s:8:\"advanced\";s:0:\"\";}'),(232,1,'screen_layout_envira','2'),(261,1,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:214:\"monsterinsights_reports_widget,site_preview_widget,wpforms_reports_widget_pro,wpseo-dashboard-overview,wpseo-wincher-dashboard-overview,woocommerce_dashboard_status,woocommerce_dashboard_recent_reviews,ogf-rss-feed\";s:4:\"side\";s:83:\"bluehost_help_widget,dashboard_quick_press,dashboard_primary,jetpack_summary_widget\";s:7:\"column3\";s:116:\"nfd_next_steps_widget,nfd_quick_add_product_widget,bluehost_account_widget,dashboard_right_now,dashboard_site_health\";s:7:\"column4\";s:18:\"dashboard_activity\";}'),(262,1,'closedpostboxes_dashboard','a:0:{}'),(263,1,'metaboxhidden_dashboard','a:14:{i:0;s:30:\"monsterinsights_reports_widget\";i:1;s:19:\"site_preview_widget\";i:2;s:26:\"wpforms_reports_widget_pro\";i:3;s:24:\"wpseo-dashboard-overview\";i:4;s:32:\"wpseo-wincher-dashboard-overview\";i:5;s:12:\"ogf-rss-feed\";i:6;s:20:\"bluehost_help_widget\";i:7;s:21:\"dashboard_quick_press\";i:8;s:17:\"dashboard_primary\";i:9;s:21:\"nfd_next_steps_widget\";i:10;s:28:\"nfd_quick_add_product_widget\";i:11;s:23:\"bluehost_account_widget\";i:12;s:19:\"dashboard_right_now\";i:13;s:18:\"dashboard_activity\";}'),(265,1,'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:1750257114;}}}'),(268,2,'nickname','ThemeSupport'),(269,2,'first_name','Nabeel'),(270,2,'last_name','Addify'),(271,2,'description',''),(272,2,'rich_editing','true'),(273,2,'syntax_highlighting','true'),(274,2,'comment_shortcuts','false'),(275,2,'admin_color','fresh'),(276,2,'use_ssl','0'),(277,2,'show_admin_bar_front','true'),(278,2,'locale',''),(279,2,'nbn_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(280,2,'nbn_user_level','10'),(281,2,'_yoast_wpseo_profile_updated','1750860745'),(282,2,'dismissed_wp_pointers','omapi_please_connect_notice'),(283,2,'last_update','1751117533'),(285,2,'session_tokens','a:2:{s:64:\"5169ad5aab631c817fd03f358f1fda90b2c0bc3f98531259de9f28ae380ca746\";a:4:{s:10:\"expiration\";i:1754030778;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/131.0.0.0 Safari/537.36\";s:5:\"login\";i:1753857978;}s:64:\"acae6f259e3baa40b9769f09df646375d73e4d0778c5f1daee9d9ef608572ba2\";a:4:{s:10:\"expiration\";i:1755071594;s:2:\"ip\";s:13:\"45.134.79.164\";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:1753861994;}}'),(286,2,'wc_last_active','1753920000'),(288,2,'jetpack_tracks_anon_id','jetpack:Rh09VTgeCYSEapCuLoz35T4b'),(289,2,'nbn_yoast_notifications','a:1:{i:0;a:2:{s:7:\"message\";s:459:\"It looks like you aren\'t using our <strong>Yoast WooCommerce SEO addon</strong>. <a href=\"https://yoa.st/1o0?php_version=8.3&platform=wordpress&platform_version=6.8.2&software=free&software_version=25.6&days_active=276&user_language=en_US&screen=stats\" aria-label=\"More information about Yoast WooCommerce SEO\" target=\"_blank\" rel=\"noopener noreferrer\">Upgrade today</a> to unlock more tools and SEO features to make your products stand out in search results.\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:44:\"wpseo-suggested-plugin-yoast-woocommerce-seo\";s:7:\"user_id\";i:2;s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:15:\"install_plugins\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),(290,2,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:1:{s:32:\"41e777c49ce42dae39eb537ed81042ec\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:2:{i:2472;a:3:{s:8:\"field_id\";i:2472;s:5:\"value\";s:4:\"2474\";s:10:\"field_type\";s:5:\"radio\";}i:2476;a:3:{s:8:\"field_id\";i:2476;s:5:\"value\";s:4:\"2478\";s:10:\"field_type\";s:5:\"radio\";}}}s:3:\"key\";s:32:\"41e777c49ce42dae39eb537ed81042ec\";s:10:\"product_id\";i:2465;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:100;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";d:0;}}}'),(291,2,'nbn_dashboard_quick_press_last_post_id','3415'),(292,2,'community-events-location','a:1:{s:2:\"ip\";s:11:\"82.26.162.0\";}'),(297,2,'wpseo_metadesc',''),(298,2,'wpseo_title',''),(299,2,'wpseo_content_analysis_disable',''),(300,2,'wpseo_keyword_analysis_disable',''),(301,2,'billing_first_name','Nabeel'),(302,2,'billing_last_name','Addify'),(303,2,'billing_company',''),(304,2,'billing_address_1',''),(305,2,'billing_address_2',''),(306,2,'billing_city',''),(307,2,'billing_postcode',''),(308,2,'billing_country',''),(309,2,'billing_state',''),(310,2,'billing_phone',''),(311,2,'billing_email','support@addify.zendesk.com'),(312,2,'shipping_first_name','Nabeel'),(313,2,'shipping_last_name','Addify'),(314,2,'shipping_company',''),(315,2,'shipping_address_1',''),(316,2,'shipping_address_2',''),(317,2,'shipping_city',''),(318,2,'shipping_postcode',''),(319,2,'shipping_country',''),(320,2,'shipping_state',''),(321,2,'shipping_phone',''),(322,2,'jetpack_account_protection_recent_password_hashes','a:2:{i:0;s:63:\"$wp$2y$10$cIg/Tnw5J.hyE0011OFjX.6.yNNchIHxbblUSTdrLMsbLG8LhX13u\";i:1;s:63:\"$wp$2y$10$HwG0VUI1fP7M6iS9E9XXfOt8zEJrqyUrXk935YuMJW6tYvzVGThn2\";}'),(326,1,'_yoast_alerts_dismissed','a:1:{s:26:\"webinar-promo-notification\";b:1;}'),(327,1,'nbn_wpseo-suggested-plugin-yoast-woocommerce-seo','seen'),(330,2,'show_welcome_panel','0'),(332,2,'_woocommerce_tracks_anon_id','woo:zLunq+Kddb51OsH5iOF2+x+T'),(333,2,'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:\"\";}'),(335,2,'nbn_persisted_preferences','a:3:{s:4:\"core\";a:2:{s:10:\"openPanels\";a:2:{i:0;s:11:\"post-status\";i:1;s:24:\"yoast-seo/document-panel\";}s:26:\"isComplementaryAreaVisible\";b:1;}s:14:\"core/edit-post\";a:1:{s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2025-06-27T10:20:24.960Z\";}'),(344,2,'nfd_sp_last_check','1751117533'),(354,1,'managewoocommerce_page_wc-orderscolumnshidden','a:3:{i:0;s:15:\"billing_address\";i:1;s:16:\"shipping_address\";i:2;s:6:\"origin\";}'),(355,1,'edit_shop_order_per_page','50'),(375,1,'woocommerce_payments_nox_profile','a:1:{s:18:\"hidden_suggestions\";a:1:{i:0;a:2:{s:2:\"id\";s:11:\"woopayments\";s:9:\"timestamp\";i:1754929591;}}}'),(390,1,'dismissed_facebook-for-woocommerce/facebook-for-woocommerce.php-woocommerce-untested_notice','1'),(401,1,'_yoast_wpseo_introductions','a:1:{s:28:\"ai-brand-insights-pre-launch\";a:2:{s:7:\"is_seen\";b:1;s:7:\"seen_on\";i:1758895745;}}'),(404,1,'wpseo_seen_llm_txt_opt_in_notification','1'),(410,1,'nbn_yoast_notifications','a:1:{i:0;a:2:{s:7:\"message\";s:459:\"It looks like you aren\'t using our <strong>Yoast WooCommerce SEO addon</strong>. <a href=\"https://yoa.st/1o0?php_version=8.0&platform=wordpress&platform_version=6.8.3&software=free&software_version=26.0&days_active=341&user_language=en_US&screen=stats\" aria-label=\"More information about Yoast WooCommerce SEO\" target=\"_blank\" rel=\"noopener noreferrer\">Upgrade today</a> to unlock more tools and SEO features to make your products stand out in search results.\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:44:\"wpseo-suggested-plugin-yoast-woocommerce-seo\";s:7:\"user_id\";i:1;s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:15:\"install_plugins\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),(411,1,'tgmpa_dismissed_notice_eride','1'),(416,1,'nfd_sp_last_check','1759511188');
/*!40000 ALTER TABLE `nbn_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_users`
--

DROP TABLE IF EXISTS `nbn_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci 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=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `nbn_users`
--

LOCK TABLES `nbn_users` WRITE;
/*!40000 ALTER TABLE `nbn_users` DISABLE KEYS */;
INSERT INTO `nbn_users` VALUES (1,'ben','$wp$2y$10$faRgxImneAZAs.g2615AEu2tdmmYwF2uNHbva3Gs4kGZdJ409WHWW','ben','ben@aggressivegraphix.com','','2024-10-27 18:47:56','',0,'Admin'),(2,'ThemeSupport','$wp$2y$10$cIg/Tnw5J.hyE0011OFjX.6.yNNchIHxbblUSTdrLMsbLG8LhX13u','themesupport','support@addify.zendesk.com','','2025-06-19 13:57:58','',0,'ThemeSupport');
/*!40000 ALTER TABLE `nbn_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_wc_admin_note_actions`
--

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

--
-- Dumping data for table `nbn_wc_admin_note_actions`
--

LOCK TABLES `nbn_wc_admin_note_actions` WRITE;
/*!40000 ALTER TABLE `nbn_wc_admin_note_actions` DISABLE KEYS */;
INSERT INTO `nbn_wc_admin_note_actions` VALUES (1,1,'notify-refund-returns-page','Edit page','https://aggressivegraphix.com/website_675b3277/wp-admin/post.php?post=10&action=edit','actioned','',NULL,NULL),(2,2,'om-note-primary','Create a campaign','admin.php?page=optin-monster-templates','unactioned','',NULL,NULL),(3,2,'om-note-seconday','Learn more','admin.php?page=optin-monster-about&selectedTab=getting-started','unactioned','',NULL,NULL),(497,59,'day-after-first-product','Learn more','https://woocommerce.com/document/woocommerce-customizer/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL),(498,60,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_medium=product','actioned','',NULL,NULL),(580,57,'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','',NULL,NULL),(746,64,'view-payment-gateways','Learn more','https://woocommerce.com/product-category/woocommerce-extensions/payment-gateways/?utm_medium=product','actioned','',NULL,NULL),(1486,5,'learn-more','Learn more','https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','actioned','',NULL,NULL),(1487,6,'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','',NULL,NULL),(1488,7,'qualitative-feedback-from-new-users','Share feedback','https://automattic.survey.fm/woopayments-new-user-feedback','actioned','',NULL,NULL),(1489,8,'share-feedback','Share feedback','http://automattic.survey.fm/paypal-feedback','unactioned','',NULL,NULL),(1491,10,'update-wc-subscriptions-3-0-15','View latest version','https://aggressivegraphix.com/website_675b3277/wp-admin/&page=wc-addons&section=helper','actioned','',NULL,NULL),(1492,11,'update-wc-core-5-4-0','How to update WooCommerce','https://docs.woocommerce.com/document/how-to-update-woocommerce/','actioned','',NULL,NULL),(1493,14,'ppxo-pps-install-paypal-payments-1','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned','',NULL,NULL),(1494,15,'ppxo-pps-install-paypal-payments-2','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned','',NULL,NULL),(1495,16,'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','',NULL,NULL),(1496,16,'dismiss','Dismiss','','actioned','',NULL,NULL),(1497,17,'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','',NULL,NULL),(1498,17,'dismiss','Dismiss','','actioned','',NULL,NULL),(1499,18,'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','',NULL,NULL),(1500,18,'dismiss','Dismiss','','actioned','',NULL,NULL),(1501,19,'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','',NULL,NULL),(1502,19,'dismiss','Dismiss','','actioned','',NULL,NULL),(1504,21,'learn-more','Learn more','https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/','unactioned','',NULL,NULL),(1505,21,'woocommerce-core-paypal-march-2022-dismiss','Dismiss','','actioned','',NULL,NULL),(1506,22,'learn-more','Learn more','https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/','unactioned','',NULL,NULL),(1507,22,'dismiss','Dismiss','','actioned','',NULL,NULL),(1509,24,'store_setup_survey_survey_q2_2022_share_your_thoughts','Tell us how it’s going','https://automattic.survey.fm/store-setup-survey-2022','actioned','',NULL,NULL),(1510,25,'needs-update-eway-payment-gateway-rin-action-button-2022-12-20','See available updates','https://aggressivegraphix.com/website_675b3277/wp-admin/update-core.php','unactioned','',NULL,NULL),(1511,25,'needs-update-eway-payment-gateway-rin-dismiss-button-2022-12-20','Dismiss','#','actioned','',NULL,NULL),(1512,26,'updated-eway-payment-gateway-rin-action-button-2022-12-20','See all updates','https://aggressivegraphix.com/website_675b3277/wp-admin/update-core.php','unactioned','',NULL,NULL),(1513,26,'updated-eway-payment-gateway-rin-dismiss-button-2022-12-20','Dismiss','#','actioned','',NULL,NULL),(1514,27,'share-navigation-survey-feedback','Share feedback','https://automattic.survey.fm/new-ecommerce-plan-navigation','actioned','',NULL,NULL),(1515,28,'woopay-beta-merchantrecruitment-activate-04MAY23','Activate WooPay','https://aggressivegraphix.com/website_675b3277/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL),(1516,28,'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','',NULL,NULL),(1517,29,'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','',NULL,NULL),(1518,29,'woocommerce-wcpay-march-2023-update-needed-dismiss-button','Dismiss','#','actioned','',NULL,NULL),(1520,31,'extension-settings','See available updates','https://aggressivegraphix.com/website_675b3277/wp-admin/update-core.php','unactioned','',NULL,NULL),(1521,31,'dismiss','Dismiss','#','actioned','',NULL,NULL),(1522,32,'woopay-beta-merchantrecruitment-update-WCPay-04MAY23','Update WooCommerce Payments','https://aggressivegraphix.com/website_675b3277/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),(1523,32,'woopay-beta-merchantrecruitment-update-activate-04MAY23','Activate WooPay','https://aggressivegraphix.com/website_675b3277/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL),(1524,33,'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','',NULL,NULL),(1525,34,'woopay-beta-existingmerchants-update-WCPay-27APR23','Update WooCommerce Payments','https://aggressivegraphix.com/website_675b3277/wp-admin/plugins.php?plugin_status=all','actioned','',NULL,NULL),(1526,35,'woopay-beta-merchantrecruitment-short-activate-04MAY23','Activate WooPay','https://aggressivegraphix.com/website_675b3277/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL),(1527,35,'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','',NULL,NULL),(1528,36,'woopay-beta-merchantrecruitment-short-update-WCPay-04MAY23','Update WooCommerce Payments','https://aggressivegraphix.com/website_675b3277/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),(1529,36,'woopay-beta-merchantrecruitment-short-update-activate-04MAY23','Activate WooPay','https://aggressivegraphix.com/website_675b3277/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL),(1530,37,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTA','Activate WooPay Test A','https://aggressivegraphix.com/website_675b3277/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),(1531,37,'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','',NULL,NULL),(1532,38,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTB','Activate WooPay Test B','https://aggressivegraphix.com/website_675b3277/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),(1533,38,'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','',NULL,NULL),(1534,39,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTC','Activate WooPay Test C','https://aggressivegraphix.com/website_675b3277/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),(1535,39,'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','',NULL,NULL),(1536,40,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTD','Activate WooPay Test D','https://aggressivegraphix.com/website_675b3277/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),(1537,40,'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','',NULL,NULL),(1538,41,'woopay-beta-merchantrecruitment-short-activate-button-09MAY23','Activate WooPay','https://aggressivegraphix.com/website_675b3277/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),(1539,41,'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','',NULL,NULL),(1540,42,'woopay-beta-merchantrecruitment-short-update-WCPay-09MAY23','Update WooCommerce Payments','https://aggressivegraphix.com/website_675b3277/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),(1541,42,'woopay-beta-merchantrecruitment-short-update-activate-09MAY23','Activate WooPay','https://aggressivegraphix.com/website_675b3277/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),(1544,44,'woocommerce-WCReturnsWarranty-June-2023-updated-needed','See available updates','https://aggressivegraphix.com/website_675b3277/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),(1545,44,'woocommerce-WCReturnsWarranty-June-2023-updated-needed','Dismiss','#','actioned','',NULL,NULL),(1546,45,'woocommerce-WCOPC-June-2023-updated-needed','See available updates','https://aggressivegraphix.com/website_675b3277/wp-admin/plugins.php?plugin_status=all','actioned','',NULL,NULL),(1547,45,'woocommerce-WCOPC-June-2023-updated-needed','Dismiss','https://aggressivegraphix.com/website_675b3277/wp-admin/#','actioned','',NULL,NULL),(1548,46,'woocommerce-WCGC-July-2023-update-needed','See available updates','https://aggressivegraphix.com/website_675b3277/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),(1549,46,'woocommerce-WCGC-July-2023-update-needed','Dismiss','#','actioned','',NULL,NULL),(1550,47,'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','',NULL,NULL),(1551,48,'plugin-list','See available updates','https://aggressivegraphix.com/website_675b3277/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),(1552,48,'dismiss','Dismiss','https://aggressivegraphix.com/website_675b3277/wp-admin/admin.php?page=wc-admin','actioned','',NULL,NULL),(1553,49,'woocommerce-WCStripe-Aug-2023-update-needed','See available updates','https://aggressivegraphix.com/website_675b3277/wp-admin/update-core.php?','unactioned','',NULL,NULL),(1554,49,'dismiss','Dismiss','#','actioned','',NULL,NULL),(1555,50,'dismiss','Dismiss','#','actioned','',NULL,NULL),(1556,51,'dismiss','Dismiss','#','actioned','',NULL,NULL),(1558,53,'woocommerce-usermeta-Sept2023-productvendors','See available updates','https://aggressivegraphix.com/website_675b3277/wp-admin/plugins.php','unactioned','',NULL,NULL),(1559,53,'dismiss','Dismiss','https://aggressivegraphix.com/website_675b3277/wp-admin/#','actioned','',NULL,NULL),(1560,54,'woocommerce-STRIPE-Oct-2023-update-needed','See available updates','https://aggressivegraphix.com/website_675b3277/wp-admin/update-core.php','unactioned','',NULL,NULL),(1561,54,'dismiss','Dismiss','#','actioned','',NULL,NULL),(2100,67,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL),(2468,68,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL),(2622,66,'update-db_run','Update WooCommerce Database','https://aggressivegraphix.com/website_675b3277/wp-admin/?do_update_woocommerce=true&return_url=https://aggressivegraphix.com/website_675b3277/wp-admin/admin.php?page=stats&noheader&proxy&chart=admin-bar-hours-scale','unactioned','wc_db_update','wc_db_update','wc_db_update_nonce'),(2623,66,'update-db_learn-more','Learn more about updates','https://woocommerce.com/document/how-to-update-woocommerce/','unactioned','',NULL,NULL),(2624,69,'customize-your-emails','Customize your emails','?page=wc-settings&tab=email','actioned','',NULL,NULL),(2627,72,'browse','Browse','https://woocommerce.com/success-stories/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL),(2628,73,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL),(2631,76,'review_pay_later_settings','Review Pay Later settings','https://aggressivegraphix.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=ppcp-gateway&panel=pay-later-messaging','unactioned','',NULL,NULL),(2632,77,'learn-more','Learn more','https://woocommerce.com/posts/pre-launch-checklist-the-essentials/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL),(2633,78,'view-report','View report','?page=wc-admin&path=/analytics/revenue&period=custom&compare=previous_year&after=2025-09-19&before=2025-09-19','actioned','',NULL,NULL);
/*!40000 ALTER TABLE `nbn_wc_admin_note_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_wc_admin_notes`
--

DROP TABLE IF EXISTS `nbn_wc_admin_notes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_wc_admin_notes` (
  `note_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `locale` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `title` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `content_data` longtext COLLATE utf8mb4_unicode_520_ci,
  `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `source` varchar(200) COLLATE utf8mb4_unicode_520_ci 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) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `image` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `is_deleted` tinyint(1) NOT NULL DEFAULT '0',
  `is_read` tinyint(1) NOT NULL DEFAULT '0',
  `icon` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'info',
  PRIMARY KEY (`note_id`)
) ENGINE=InnoDB AUTO_INCREMENT=79 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `nbn_wc_admin_notes`
--

LOCK TABLES `nbn_wc_admin_notes` WRITE;
/*!40000 ALTER TABLE `nbn_wc_admin_notes` DISABLE KEYS */;
INSERT INTO `nbn_wc_admin_notes` VALUES (1,'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','2024-10-27 19:49:23',NULL,0,'plain','',1,1,'info'),(2,'om-wc-grow-revenue','info','en_US','Grow your store revenue with OptinMonster','Create high-converting OptinMonster campaigns to promote product sales, reduce cart abandonment and incentivize purchases with time-sensitive coupon offers.','{}','unactioned','optinmonster','2024-10-27 19:49:23',NULL,0,'plain','',1,1,'info'),(5,'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','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(6,'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.','{}','pending','woocommerce.com','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(7,'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','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(8,'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','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(10,'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','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(11,'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','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(14,'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.','{}','pending','woocommerce.com','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(15,'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.','{}','pending','woocommerce.com','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(16,'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','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(17,'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','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(18,'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','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(19,'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','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(21,'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.','{}','pending','woocommerce.com','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(22,'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','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(24,'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.','{}','unactioned','woocommerce.com','2024-11-04 10:01:28',NULL,0,'plain','',1,1,'info'),(25,'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','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(26,'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','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(27,'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','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(28,'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','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(29,'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','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(31,'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','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(32,'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','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(33,'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','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(34,'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','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(35,'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','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(36,'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','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(37,'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','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(38,'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','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(39,'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','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(40,'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','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(41,'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','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(42,'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','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(44,'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','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(45,'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','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(46,'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','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(47,'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','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(48,'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','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(49,'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','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(50,'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','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(51,'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','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(53,'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','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(54,'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','2024-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(57,'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-10-27 19:49:26',NULL,0,'plain','',0,0,'info'),(59,'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','2024-10-29 19:54:53',NULL,0,'plain','',1,1,'info'),(60,'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','2024-10-29 19:54:53',NULL,0,'plain','',1,1,'info'),(64,'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','2024-11-02 05:10:27',NULL,0,'plain','',1,1,'info'),(66,'wc-update-db-reminder','update','en_US','WooCommerce database update required','WooCommerce has been updated! To keep things running smoothly, we have to update your database to the newest version. The database update process runs in the background and may take a little while, so please be patient. Advanced users can alternatively update via <a href=\"https://github.com/woocommerce/woocommerce/wiki/Upgrading-the-database-using-WP-CLI\">WP CLI</a>.','{}','unactioned','woocommerce-core','2024-11-21 15:33:34',NULL,0,'plain','',1,1,'info'),(67,'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','2025-01-26 06:04:09',NULL,0,'plain','',1,1,'info'),(68,'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','2025-04-25 22:06:24',NULL,0,'plain','',1,1,'info'),(69,'wc-admin-email-improvements','info','en_US','Your store emails have had an upgrade!','We’ve made some exciting improvements to your 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 changes.','{}','unactioned','woocommerce-admin','2025-06-11 05:48:10',NULL,0,'plain','',1,1,'info'),(72,'wc-admin-orders-milestone','info','en_US','Congratulations on processing 10 orders!','You\'ve hit the 10 orders milestone! Look at you go. Browse some WooCommerce success stories for inspiration.','{\"current_milestone\":10}','unactioned','woocommerce-admin','2025-07-17 16:57:54',NULL,0,'plain','',1,1,'info'),(73,'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','2025-07-24 19:49:43',NULL,0,'plain','',1,1,'info'),(76,'ppcp-settings-paylater-messaging-force-enabled-inbox-note','info','en_US','PayPal Pay Later Messaging now enabled','PayPal Pay Later messaging was included in the 3.1 version release and has now been enabled on your store based on your <a href=\"https://aggressivegraphix.com/wp-admin/admin.php?page=wc-settings&amp;tab=checkout&amp;section=ppcp-gateway&amp;panel=settings#ppcp-stay-updated\">STAY UPDATED</a> preference.<br>This feature displays the payment option earlier in the shopping experience to drive customer engagement and can be fully customized or disabled through the PayPal admin panel.','{}','unactioned','woocommerce-paypal-payments/woocommerce-paypal-payments.php','2025-09-02 20:04:07',NULL,0,'plain','',0,0,'info'),(77,'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','2025-09-03 19:53:43',NULL,0,'plain','',0,0,'info'),(78,'wc-admin-new-sales-record','info','en_US','New sales record!','Woohoo, September 19th was your record day for sales! Net sales was $6,408.00 beating the previous record of $2,170.00 set on August 6th.','{\"old_record_date\":\"2025-08-06\",\"old_record_amt\":2170,\"new_record_date\":\"2025-09-19\",\"new_record_amt\":6408}','unactioned','woocommerce-admin','2025-09-20 00:29:04',NULL,0,'plain','',0,0,'info');
/*!40000 ALTER TABLE `nbn_wc_admin_notes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_wc_category_lookup`
--

DROP TABLE IF EXISTS `nbn_wc_category_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_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 `nbn_wc_category_lookup`
--

LOCK TABLES `nbn_wc_category_lookup` WRITE;
/*!40000 ALTER TABLE `nbn_wc_category_lookup` DISABLE KEYS */;
INSERT INTO `nbn_wc_category_lookup` VALUES (19,19),(24,24),(25,25),(26,26),(27,24),(27,25),(27,26),(27,27),(27,53),(27,54),(28,28),(28,29),(28,30),(28,31),(28,32),(28,33),(28,34),(28,35),(29,29),(30,30),(31,31),(32,32),(32,33),(32,34),(32,35),(33,33),(34,34),(35,35),(36,36),(36,37),(36,38),(36,39),(36,40),(36,41),(36,42),(37,37),(38,38),(39,39),(40,40),(41,41),(42,42),(53,53),(54,54);
/*!40000 ALTER TABLE `nbn_wc_category_lookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_wc_customer_lookup`
--

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

--
-- Dumping data for table `nbn_wc_customer_lookup`
--

LOCK TABLES `nbn_wc_customer_lookup` WRITE;
/*!40000 ALTER TABLE `nbn_wc_customer_lookup` DISABLE KEYS */;
INSERT INTO `nbn_wc_customer_lookup` VALUES (2,NULL,'','','','','2025-06-15 19:34:44',NULL,'US','','','CA'),(4,NULL,'','brian','turner','bturner3352@yahoo.com','2025-06-18 04:21:29',NULL,'US','08004','Waterford','CA'),(5,NULL,'','Tom','Raio','tomraio@gmail.com','2025-06-18 21:18:42',NULL,'US','08088','Southampton','NJ'),(7,NULL,'','michael','gagnon','mike.gagnon2001@gmail.com','2025-06-24 23:31:17',NULL,'US','03038','derry','NH'),(8,NULL,'','Cam','Fullerton','camfullerton252@gmail.com','2025-06-27 12:16:25',NULL,'US','02648','Marstons Mills','MA'),(10,NULL,'','Matthew','Kennen','foxracer23@charter.net','2025-06-30 22:12:15',NULL,'US','01562','Spencer','MA'),(11,NULL,'','haley','wood','haley.wood17@icloud.com','2025-07-02 21:45:02',NULL,'US','02346','Middleborough, MA','MA'),(12,NULL,'','Sean','O&#8217;Doherty','seanod1222@gmail.com','2025-07-12 04:09:01',NULL,'US','01542','Rochdale','MA'),(13,NULL,'','Matthew','Milka','milkmoney62@gmail.com','2025-07-15 01:29:11',NULL,'US','02770','Rochester','MA'),(14,NULL,'','Ryder','Testagrossa','ryder.testagrossa@icloud.com','2025-07-16 02:28:15',NULL,'US','01431','Ashby','MA'),(15,NULL,'','Shane','Stanley','lilmotoxguy199@yahoo.com','2025-07-17 22:26:02',NULL,'US','','',''),(16,NULL,'','Riley','Spicer','Rspice1048@gmail.com','2025-07-22 03:25:48',NULL,'US','01569','Uxbridge','MA'),(17,NULL,'','Edward','Bullock','eddyb929@yahoo.com','2025-07-23 02:42:14',NULL,'US','01524','Leicester','MA'),(18,NULL,'','joseph','oyola','josephoyola@gmail.com','2025-07-23 08:46:05',NULL,'US','08037','sweetwater','NJ'),(21,NULL,'','Jesse','Brown Jr','jbrown12518@gmail.com','2025-08-01 06:08:25',NULL,'US','03036','Chester','NH'),(23,NULL,'','adam','bergstrom','abergstrom32@gmail.com','2025-08-05 04:02:37',NULL,'US','01010','Brfimfield','MA'),(24,NULL,'','John','Silvia','johnnyblack08@gmail.com','2025-08-05 05:55:14',NULL,'US','02842','Middletown','RI'),(25,NULL,'','Austin','Enman','255CTMotorsports@gmail.com','2025-08-07 02:18:08',NULL,'US','06084','Tolland','CT'),(26,NULL,'','Brittany','Kavanagh','brittanykavanagh95@gmail.com','2025-08-07 03:36:39',NULL,'US','02346','middleboro','MA'),(28,NULL,'','Cam','Fournier','camfournier10@gmail.com','2025-08-12 08:32:58',NULL,'US','01571','Dudley','MA'),(29,NULL,'','Patrick','Hurley','phurley583@gmail.com','2025-08-16 20:22:20',NULL,'US','02050','marshfield','MA'),(38,NULL,'','Raegan','Brown','raeganbrown295@yahoo.com','2025-08-29 04:45:52',NULL,'US','03290','Nottingham','NH'),(39,NULL,'','John','Smith','johnsmith009@storebotmail.joonix.net','2025-09-18 11:28:43',NULL,'US','33134','coral gables','FL'),(46,NULL,'','','','','2025-10-03 21:40:00',NULL,'US','','','CA');
/*!40000 ALTER TABLE `nbn_wc_customer_lookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_wc_download_log`
--

DROP TABLE IF EXISTS `nbn_wc_download_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_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) COLLATE utf8mb4_unicode_520_ci 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 `nbn_wc_download_log`
--

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

--
-- Table structure for table `nbn_wc_order_addresses`
--

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

--
-- Dumping data for table `nbn_wc_order_addresses`
--

LOCK TABLES `nbn_wc_order_addresses` WRITE;
/*!40000 ALTER TABLE `nbn_wc_order_addresses` DISABLE KEYS */;
INSERT INTO `nbn_wc_order_addresses` VALUES (7,3290,'billing','brian','turner',NULL,'2136 Tremont Avenue',NULL,'Waterford','CA','08004','US','bturner3352@yahoo.com',NULL),(8,3290,'shipping','brian','turner',NULL,'2136 Tremont Avenue',NULL,'Waterford','CA','08004','US',NULL,NULL),(9,3291,'billing','Tom','Raio',NULL,'85 Cranberry Run',NULL,'Southampton','NJ','08088','US','tomraio@gmail.com',NULL),(10,3291,'shipping','Tom','Raio',NULL,'85 Cranberry Run',NULL,'Southampton','NJ','08088','US',NULL,NULL),(15,3297,'billing','michael','gagnon',NULL,'103 old chester road',NULL,'derry','NH','03038','US','mike.gagnon2001@gmail.com',NULL),(16,3297,'shipping','michael','gagnon',NULL,'103 old chester road',NULL,'derry','NH','03038','US',NULL,NULL),(17,3298,'billing','Cam','Fullerton',NULL,'160 Knowlton Ln',NULL,'Marstons Mills','MA','02648','US','camfullerton252@gmail.com','5087760258'),(18,3298,'shipping','Cam','Fullerton',NULL,'160 Knowlton Ln',NULL,'Marstons Mills','MA','02648','US',NULL,'5087760258'),(23,3392,'billing','Matthew','Kennen',NULL,'60 wire village rd',NULL,'Spencer','MA','01562','US','foxracer23@charter.net','5084516543'),(24,3392,'shipping','','',NULL,'',NULL,'Spencer','MA','01562','US',NULL,''),(27,3394,'billing','haley','wood',NULL,'23 Millstone Lane',NULL,'Middleborough, MA','MA','02346','US','haley.wood17@icloud.com',NULL),(28,3394,'shipping','haley','wood',NULL,'23 Millstone Lane',NULL,'Middleborough, MA','MA','02346','US',NULL,NULL),(29,3395,'billing','Sean','O&#8217;Doherty',NULL,'37 Sabina Cir',NULL,'Rochdale','MA','01542','US','seanod1222@gmail.com','5089489460'),(30,3395,'shipping','Sean','O&#8217;Doherty',NULL,'37 Sabina Cir',NULL,'Rochdale','MA','01542','US',NULL,'5089489460'),(31,3396,'billing','Matthew','Milka',NULL,'241 New Bedford Road',NULL,'Rochester','MA','02770','US','milkmoney62@gmail.com','17744004462'),(32,3396,'shipping','Matthew','Milka',NULL,'241 New Bedford Road',NULL,'Rochester','MA','02770','US',NULL,'17744004462'),(33,3397,'billing','Ryder','Testagrossa',NULL,'698 Richardson RD',NULL,'Ashby','MA','01431','US','ryder.testagrossa@icloud.com','9783999800'),(34,3397,'shipping','Ryder','Testagrossa',NULL,'698 Richardson RD',NULL,'Ashby','MA','01431','US',NULL,'9783999800'),(35,3398,'billing','Shane','Stanley',NULL,NULL,NULL,NULL,NULL,NULL,'US','lilmotoxguy199@yahoo.com',NULL),(36,3398,'shipping','Shane Stanley',NULL,NULL,'11b Sesame Street',NULL,'West Barnstable','MA','02668','US',NULL,NULL),(37,3400,'billing','Riley','Spicer',NULL,'405 River Road',NULL,'Uxbridge','MA','01569','US','Rspice1048@gmail.com',NULL),(38,3400,'shipping','Riley','Spicer',NULL,'405 River Road',NULL,'Uxbridge','MA','01569','US',NULL,NULL),(39,3401,'billing','Edward','Bullock',NULL,'8 Maighans Way',NULL,'Leicester','MA','01524','US','eddyb929@yahoo.com','17742896145'),(40,3401,'shipping','Edward','Bullock',NULL,'8 Maighans Way',NULL,'Leicester','MA','01524','US',NULL,'17742896145'),(41,3402,'billing','Edward','Bullock',NULL,'8 Maighans Way',NULL,'Leicester','MA','01524','US','eddyb929@yahoo.com','17742896145'),(42,3402,'shipping','Edward','Bullock',NULL,'8 Maighans Way',NULL,'Leicester','MA','01524','US',NULL,'17742896145'),(45,3404,'billing','joseph','oyola',NULL,'5221 Pleasent mills rd',NULL,'sweetwater','NJ','08037','US','josephoyola@gmail.com','6098593987'),(46,3404,'shipping','joseph','oyola',NULL,'5221 Pleasent mills rd',NULL,'sweetwater','NJ','08037','US',NULL,'6098593987'),(51,3416,'billing','Jesse','Brown Jr',NULL,'100 Rand Dr',NULL,'Chester','NH','03036','US','jbrown12518@gmail.com','6039961157'),(52,3416,'shipping','Jesse','Brown Jr',NULL,'100 Rand Dr',NULL,'Chester','NH','03036','US',NULL,'6039961157'),(57,3446,'billing','adam','bergstrom',NULL,'1303 Brimfield Rd',NULL,'Brfimfield','MA','01010','US','abergstrom32@gmail.com','7742306015'),(58,3446,'shipping','Adam','Bergstrom',NULL,'1303 Brimfield Rd',NULL,'Brfimfield','MA','01010','US',NULL,NULL),(59,3447,'billing','John','Silvia',NULL,'651 Aquidneck ave',NULL,'Middletown','RI','02842','US','johnnyblack08@gmail.com','4014505995'),(60,3447,'shipping','John','Silvia',NULL,'651 Aquidneck ave',NULL,'Middletown','RI','02842','US',NULL,'4014505995'),(61,3448,'billing','Austin','Enman',NULL,'266 Mile Hill Rd',NULL,'Tolland','CT','06084','US','255CTMotorsports@gmail.com','8609182629'),(62,3448,'shipping','Austin','Enman',NULL,'266 Mile Hill Rd',NULL,'Tolland','CT','06084','US',NULL,NULL),(65,3450,'billing','Brittany','Kavanagh',NULL,'605A Wareham Street',NULL,'middleboro','MA','02346','US','brittanykavanagh95@gmail.com','15084159445'),(66,3450,'shipping','Brittany','Kavanagh',NULL,'605A Wareham Street',NULL,'middleboro','MA','02346','US',NULL,'15084159445'),(71,3469,'billing','Cam','Fournier',NULL,'20 French rd','Apt 2','Dudley','MA','01571','US','camfournier10@gmail.com',NULL),(72,3469,'shipping','Cam','Fournier',NULL,'20 French rd','Apt 2','Dudley','MA','01571','US',NULL,NULL),(73,3500,'billing','Patrick','Hurley',NULL,'14 anderson drive',NULL,'marshfield','MA','02050','US','phurley583@gmail.com','3392365158'),(74,3500,'shipping','Patrick','Hurley',NULL,'14 anderson drive',NULL,'marshfield','MA','02050','US',NULL,NULL),(91,3517,'billing','Raegan','Brown',NULL,'117 Mountain Rd',NULL,'Nottingham','NH','03290','US','raeganbrown295@yahoo.com',NULL),(92,3517,'shipping','Raegan','Brown',NULL,'117 Mountain Rd',NULL,'Nottingham','NH','03290','US',NULL,NULL),(93,3678,'billing','John','Smith',NULL,'2332 Galiano Street',NULL,'coral gables','FL','33134','US','johnsmith009@storebotmail.joonix.net','6502530000'),(94,3678,'shipping','John','Smith',NULL,'2332 Galiano Street',NULL,'coral gables','FL','33134','US',NULL,'6502530000'),(109,3694,'billing',NULL,NULL,NULL,NULL,NULL,NULL,'CA',NULL,'US',NULL,NULL),(110,3694,'shipping',NULL,NULL,NULL,NULL,NULL,NULL,'CA',NULL,'US',NULL,NULL);
/*!40000 ALTER TABLE `nbn_wc_order_addresses` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_wc_order_coupon_lookup`
--

DROP TABLE IF EXISTS `nbn_wc_order_coupon_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_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 `nbn_wc_order_coupon_lookup`
--

LOCK TABLES `nbn_wc_order_coupon_lookup` WRITE;
/*!40000 ALTER TABLE `nbn_wc_order_coupon_lookup` DISABLE KEYS */;
INSERT INTO `nbn_wc_order_coupon_lookup` VALUES (3401,3206,'2025-07-22 20:15:24',8.75),(3402,3206,'2025-07-22 20:42:14',35);
/*!40000 ALTER TABLE `nbn_wc_order_coupon_lookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_wc_order_operational_data`
--

DROP TABLE IF EXISTS `nbn_wc_order_operational_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_wc_order_operational_data` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_id` bigint(20) unsigned DEFAULT NULL,
  `created_via` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `woocommerce_version` varchar(20) COLLATE utf8mb4_unicode_520_ci 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) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `new_order_email_sent` tinyint(1) DEFAULT NULL,
  `order_key` varchar(100) COLLATE utf8mb4_unicode_520_ci 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 AUTO_INCREMENT=348 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `nbn_wc_order_operational_data`
--

LOCK TABLES `nbn_wc_order_operational_data` WRITE;
/*!40000 ALTER TABLE `nbn_wc_order_operational_data` DISABLE KEYS */;
INSERT INTO `nbn_wc_order_operational_data` VALUES (21,3290,'store-api','9.9.5',0,1,1,'d516611ad495884f1841c93e81014115',1,'wc_order_mJj4QvVkutJy4',1,'2025-06-17 22:24:33','2025-07-14 13:17:58',0.00000000,20.00000000,0.00000000,0.00000000,1),(31,3291,'store-api','9.9.5',0,1,1,'2c59453154e4d6e82bcf1afd7ebb541a',1,'wc_order_7KFWE2iPEv8Jz',1,'2025-06-18 15:20:47','2025-07-01 14:07:30',0.00000000,20.00000000,0.00000000,0.00000000,1),(50,3297,'store-api','10.0.3',0,1,1,'ad32a8f97252d7337838138601614848',1,'wc_order_MxfzVXCeEt20v',1,'2025-06-24 17:33:20','2025-07-23 18:08:39',0.00000000,20.00000000,0.00000000,0.00000000,1),(58,3298,'store-api','9.9.5',0,1,0,'89d4c05b6744e0c665ff01104abf6d2b',0,'wc_order_0HhQeGkXuI7pT',0,NULL,NULL,0.00000000,20.00000000,0.00000000,0.00000000,0),(66,3392,'store-api','10.0.2',0,1,1,'b69ea6fe16bda05a4c09273cfbfdfe60',1,'wc_order_vlwjNYbJp8h4Y',1,'2025-07-01 14:01:06','2025-07-18 17:14:30',0.00000000,0.00000000,0.00000000,0.00000000,1),(77,3394,'store-api','10.0.3',0,1,1,'921f175a6feb0b2be77d281643fcc2a3',1,'wc_order_d18xH5blb52MP',1,'2025-07-02 15:48:11','2025-07-23 18:08:44',0.00000000,20.00000000,0.00000000,0.00000000,1),(85,3395,'store-api','10.0.4',0,1,1,'d78a0ea32cea6a216dda60e993cd7bbb',1,'wc_order_C2MPOMsbWXmGh',1,'2025-07-11 22:15:49','2025-07-29 16:28:10',0.00000000,0.00000000,0.00000000,0.00000000,1),(94,3396,'store-api','10.0.2',0,1,1,'ab01291fa8493fabb8bc93a1cb6936b8',1,'wc_order_TvBhWS6U6fMNn',1,'2025-07-14 19:32:07','2025-07-17 15:12:32',0.00000000,20.00000000,0.00000000,0.00000000,1),(95,3397,'store-api','10.0.4',0,1,1,'eea2e29b85194ec507e2e24e234a9d06',1,'wc_order_3YmgvoBmKKFST',1,'2025-07-17 01:31:03','2025-08-07 15:57:42',0.00000000,20.00000000,0.00000000,0.00000000,1),(106,3398,'','10.0.4',0,1,1,'',1,'wc_order_jVWLNinvYDOgV',1,'2025-07-17 16:27:02','2025-07-29 16:28:18',0.00000000,20.00000000,0.00000000,0.00000000,1),(116,3400,'store-api','10.0.4',0,1,1,'07d740d9d9d1e5b559301d166da73202',1,'wc_order_dIAu9JNhcWmXR',1,'2025-07-21 21:33:32','2025-07-30 16:10:15',0.00000000,0.00000000,0.00000000,0.00000000,1),(125,3401,'store-api','10.0.4',0,1,1,'03f8565b52dfefba46bc46b8ef54509f',1,'wc_order_9F3wO9yTG1Nf7',1,'2025-07-22 20:17:13','2025-07-28 18:59:04',0.00000000,0.00000000,0.00000000,8.75000000,1),(136,3402,'store-api','10.0.4',0,1,1,'3ee762218edcc7aab2db6e69f976739e',1,'wc_order_FJLc8hdjoov9V',1,'2025-07-22 20:42:42','2025-08-01 13:24:32',0.00000000,0.00000000,0.00000000,35.00000000,1),(148,3404,'store-api','10.0.4',0,1,1,'d8847118b9841ce669aedbafd37f6337',1,'wc_order_TT4gy8CzzkEpy',1,'2025-07-23 02:48:53','2025-08-01 13:24:40',0.00000000,20.00000000,0.00000000,0.00000000,1),(167,3416,'store-api','10.0.4',0,1,1,'9f56c6aeb27f7b252f782684169950a9',1,'wc_order_N0FwaUW1zgIZ7',1,'2025-08-01 00:15:27','2025-08-07 15:57:37',0.00000000,20.00000000,0.00000000,0.00000000,1),(182,3446,'store-api','10.0.4',0,1,1,'875f210f47360b096fd1590c204c0d04',1,'wc_order_xtIm5ohQDL96D',1,'2025-08-04 22:02:52','2025-08-07 15:57:48',0.00000000,20.00000000,0.00000000,0.00000000,1),(191,3447,'store-api','10.0.4',0,1,1,'e63cb2edbce278fd5c72ea3000ce5651',1,'wc_order_FtKPVOLFMJmGW',1,'2025-08-05 00:00:23','2025-08-06 15:29:29',0.00000000,20.00000000,0.00000000,0.00000000,1),(209,3448,'store-api','10.0.4',0,1,1,'55bd974c15fa96b725a96e37b813a5e4',1,'wc_order_HKeoDS7N1y3cy',1,'2025-08-06 20:18:35','2025-08-11 21:55:36',0.00000000,0.00000000,0.00000000,0.00000000,1),(222,3450,'store-api','10.0.4',0,1,1,'c859e52cfa57e23251ba39b863233882',1,'wc_order_Pb7MyInfEEDU6',1,'2025-08-06 21:40:45','2025-08-07 19:02:05',0.00000000,0.00000000,0.00000000,0.00000000,1),(253,3469,'store-api','10.1.0',0,1,1,'dd8feed52ccd59ef2ee14bd7f22c45a3',1,'wc_order_bMXgYdts5OaLS',1,'2025-08-12 02:43:14','2025-08-19 13:20:49',0.00000000,0.00000000,0.00000000,0.00000000,1),(263,3500,'store-api','10.1.2',0,1,1,'71e55ad7f111a5f5690fdb50a48a470c',1,'wc_order_mtboz4W9Q7S13',1,'2025-08-16 14:24:00','2025-08-29 18:16:08',0.00000000,20.00000000,0.00000000,0.00000000,1),(296,3517,'store-api','10.1.2',0,1,1,'1a846058603dc52837e5b92a2ea77ae7',1,'wc_order_Pk6722I40kjQT',1,'2025-08-28 22:48:10',NULL,0.00000000,20.00000000,0.00000000,0.00000000,1),(318,3542,NULL,'10.1.2',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,-70.00000000,0.00000000,0.00000000,NULL),(319,3678,'store-api','10.1.2',0,1,0,'9424b7feef2543fcede7dfe91781874b',0,'wc_order_WtFiQqztbqtvz',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0),(346,3694,'store-api','10.2.2',0,0,0,'8b2c9691619aea06d0e9fbbf65135be1',0,'wc_order_fnURMVdb9HphJ',0,NULL,NULL,0.00000000,20.00000000,0.00000000,0.00000000,0);
/*!40000 ALTER TABLE `nbn_wc_order_operational_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_wc_order_product_lookup`
--

DROP TABLE IF EXISTS `nbn_wc_order_product_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_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 `nbn_wc_order_product_lookup`
--

LOCK TABLES `nbn_wc_order_product_lookup` WRITE;
/*!40000 ALTER TABLE `nbn_wc_order_product_lookup` DISABLE KEYS */;
INSERT INTO `nbn_wc_order_product_lookup` VALUES (22,3290,486,0,4,'2025-06-17 22:21:29',1,100,120,0,0,20,0),(26,3291,2008,0,5,'2025-06-18 15:18:42',1,25,45,0,0,20,0),(92,3297,486,0,7,'2025-06-24 17:31:17',1,100,120,0,0,20,0),(94,3298,486,0,8,'2025-06-27 06:16:25',1,100,120,0,0,20,0),(101,3392,486,0,10,'2025-06-30 16:12:15',1,100,100,0,0,0,0),(105,3394,486,0,11,'2025-07-02 15:45:02',1,100,120,0,0,20,0),(107,3395,486,0,12,'2025-07-11 22:09:01',1,100,100,0,0,0,0),(109,3396,2008,0,13,'2025-07-14 19:29:11',1,25,45,0,0,20,0),(116,3397,486,0,14,'2025-07-15 20:28:15',1,100,120,0,0,20,0),(130,3398,858,0,15,'2025-07-17 16:26:02',1,50,70,0,0,20,0),(134,3400,486,0,16,'2025-07-21 21:25:48',2,200,200,0,0,0,0),(140,3401,2008,0,17,'2025-07-22 20:15:24',1,16.25,16.25,8.75,0,0,0),(142,3402,486,0,17,'2025-07-22 20:42:14',1,65,65,35,0,0,0),(150,3404,486,0,18,'2025-07-23 02:46:05',1,100,110,0,0,10,0),(151,3404,858,0,18,'2025-07-23 02:46:05',1,50,60,0,0,10,0),(157,3416,910,0,21,'2025-08-01 00:08:25',1,50,70,0,0,20,0),(166,3446,486,0,23,'2025-08-04 22:02:37',1,100,120,0,0,20,0),(170,3447,486,0,24,'2025-08-04 23:55:14',1,100,120,0,0,20,0),(174,3448,858,0,25,'2025-08-06 20:18:08',1,50,50,0,0,0,0),(183,3450,2208,0,26,'2025-08-06 21:36:39',1,1060,1060,0,0,0,0),(190,3469,486,0,28,'2025-08-12 02:32:58',1,100,100,0,0,0,0),(192,3500,858,0,29,'2025-08-16 14:22:20',1,50,70,0,0,20,0),(210,3517,858,0,38,'2025-08-28 22:45:52',1,50,70,0,0,20,0),(229,3678,2307,0,39,'2025-09-18 05:28:43',1,560,560,0,0,0,0),(285,3694,858,0,46,'2025-10-03 15:40:00',1,50,70,0,0,20,0);
/*!40000 ALTER TABLE `nbn_wc_order_product_lookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_wc_order_stats`
--

DROP TABLE IF EXISTS `nbn_wc_order_stats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_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',
  `date_paid` datetime DEFAULT '0000-00-00 00:00:00',
  `date_completed` datetime 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(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `customer_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`order_id`),
  KEY `date_created` (`date_created`),
  KEY `customer_id` (`customer_id`),
  KEY `status` (`status`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `nbn_wc_order_stats`
--

LOCK TABLES `nbn_wc_order_stats` WRITE;
/*!40000 ALTER TABLE `nbn_wc_order_stats` DISABLE KEYS */;
INSERT INTO `nbn_wc_order_stats` VALUES (3290,0,'2025-06-17 22:21:29','2025-06-17 22:21:29','2025-06-17 22:24:33','2025-07-14 13:17:58',1,120,0,20,100,0,'wc-completed',4),(3291,0,'2025-06-18 15:18:42','2025-06-18 15:18:42','2025-06-18 15:20:47','2025-07-01 14:07:30',1,45,0,20,25,0,'wc-completed',5),(3297,0,'2025-06-24 17:31:17','2025-06-24 17:31:17','2025-06-24 17:33:20','2025-07-23 18:08:39',1,120,0,20,100,0,'wc-completed',7),(3298,0,'2025-06-27 06:16:25','2025-06-27 06:16:25',NULL,NULL,1,120,0,20,100,0,'wc-pending',8),(3392,0,'2025-06-30 16:12:15','2025-06-30 16:12:15','2025-07-01 14:01:06','2025-07-18 17:14:30',1,100,0,0,100,0,'wc-completed',10),(3394,0,'2025-07-02 15:45:02','2025-07-02 15:45:02','2025-07-02 15:48:11','2025-07-23 18:08:44',1,120,0,20,100,0,'wc-completed',11),(3395,0,'2025-07-11 22:09:01','2025-07-11 22:09:01','2025-07-11 22:15:49','2025-07-29 16:28:10',1,100,0,0,100,0,'wc-completed',12),(3396,0,'2025-07-14 19:29:11','2025-07-14 19:29:11','2025-07-14 19:32:07','2025-07-17 15:12:32',1,45,0,20,25,0,'wc-completed',13),(3397,0,'2025-07-15 20:28:15','2025-07-15 20:28:15','2025-07-17 01:31:03','2025-08-07 15:57:42',1,120,0,20,100,0,'wc-completed',14),(3398,0,'2025-07-17 16:26:02','2025-07-17 16:26:02','2025-07-17 16:27:02','2025-07-29 16:28:18',1,70,0,20,50,0,'wc-completed',15),(3400,0,'2025-07-21 21:25:48','2025-07-21 21:25:48','2025-07-21 21:33:32','2025-07-30 16:10:15',2,200,0,0,200,0,'wc-completed',16),(3401,0,'2025-07-22 20:15:24','2025-07-22 20:15:24','2025-07-22 20:17:13','2025-07-28 18:59:04',1,16.25,0,0,16.25,0,'wc-completed',17),(3402,0,'2025-07-22 20:42:14','2025-07-22 20:42:14','2025-07-22 20:42:42','2025-08-01 13:24:32',1,65,0,0,65,1,'wc-completed',17),(3404,0,'2025-07-23 02:46:05','2025-07-23 02:46:05','2025-07-23 02:48:53','2025-08-01 13:24:40',2,170,0,20,150,0,'wc-completed',18),(3416,0,'2025-08-01 00:08:25','2025-08-01 00:08:25','2025-08-01 00:15:27','2025-08-07 15:57:37',1,70,0,20,50,0,'wc-completed',21),(3446,0,'2025-08-04 22:02:37','2025-08-04 22:02:37','2025-08-04 22:02:52','2025-08-07 15:57:48',1,120,0,20,100,0,'wc-completed',23),(3447,0,'2025-08-04 23:55:14','2025-08-04 23:55:14','2025-08-05 00:00:23','2025-08-06 15:29:29',1,120,0,20,100,0,'wc-completed',24),(3448,0,'2025-08-06 20:18:08','2025-08-06 20:18:08','2025-08-06 20:18:35','2025-08-11 21:55:36',1,50,0,0,50,0,'wc-completed',25),(3450,0,'2025-08-06 21:36:39','2025-08-06 21:36:39','2025-08-06 21:40:45','2025-08-07 19:02:05',1,1060,0,0,1060,1,'wc-completed',26),(3469,0,'2025-08-12 02:32:58','2025-08-12 02:32:58','2025-08-12 02:43:14','2025-08-19 13:20:49',1,100,0,0,100,0,'wc-completed',28),(3500,0,'2025-08-16 14:22:20','2025-08-16 14:22:20','2025-08-16 14:24:00','2025-08-29 18:16:08',1,70,0,20,50,0,'wc-completed',29),(3517,0,'2025-08-28 22:45:52','2025-08-28 22:45:52','2025-08-28 22:48:10',NULL,1,70,0,20,50,0,'wc-refunded',38),(3542,3517,'2025-09-04 13:58:49','2025-09-04 13:58:49','2025-09-04 13:58:49','2025-09-04 13:58:49',0,-70,0,-70,0,NULL,'wc-refunded',38),(3678,0,'2025-09-18 05:28:43','2025-09-18 05:28:43',NULL,NULL,1,560,0,0,560,0,'wc-pending',39),(3694,0,'2025-10-03 15:40:00','2025-10-03 15:40:00',NULL,NULL,1,70,0,20,50,0,'wc-checkout-draft',46);
/*!40000 ALTER TABLE `nbn_wc_order_stats` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_wc_order_tax_lookup`
--

DROP TABLE IF EXISTS `nbn_wc_order_tax_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_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 `nbn_wc_order_tax_lookup`
--

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

--
-- Table structure for table `nbn_wc_orders`
--

DROP TABLE IF EXISTS `nbn_wc_orders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_wc_orders` (
  `id` bigint(20) unsigned NOT NULL,
  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `currency` varchar(10) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `type` varchar(20) COLLATE utf8mb4_unicode_520_ci 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) COLLATE utf8mb4_unicode_520_ci 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) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `payment_method_title` text COLLATE utf8mb4_unicode_520_ci,
  `transaction_id` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `ip_address` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `user_agent` text COLLATE utf8mb4_unicode_520_ci,
  `customer_note` text COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`id`),
  KEY `status` (`status`),
  KEY `date_created` (`date_created_gmt`),
  KEY `customer_id_billing_email` (`customer_id`,`billing_email`(171)),
  KEY `billing_email` (`billing_email`(191)),
  KEY `type_status_date` (`type`,`status`,`date_created_gmt`),
  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 `nbn_wc_orders`
--

LOCK TABLES `nbn_wc_orders` WRITE;
/*!40000 ALTER TABLE `nbn_wc_orders` DISABLE KEYS */;
INSERT INTO `nbn_wc_orders` VALUES (3290,'wc-completed','USD','shop_order',0.00000000,120.00000000,0,'bturner3352@yahoo.com','2025-06-17 22:21:29','2025-07-14 13:17:58',0,'ppcp-gateway','PayPal','9FT18543F0746234E','72.82.147.105','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36 Edg/137.0.0.0','Referred by Tom Raio'),(3291,'wc-completed','USD','shop_order',0.00000000,45.00000000,0,'tomraio@gmail.com','2025-06-18 15:18:42','2025-07-01 14:07:30',0,'ppcp-gateway','PayPal','12L38741S9764531J','98.97.19.84','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15','Does not allow discount code to be entered \"lvl4\"'),(3297,'wc-completed','USD','shop_order',0.00000000,120.00000000,0,'mike.gagnon2001@gmail.com','2025-06-24 17:31:17','2025-07-23 18:08:39',0,'ppcp-gateway','PayPal','2V220919XT203243R','24.62.128.247','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Safari/605.1.15',''),(3298,'wc-pending','USD','shop_order',0.00000000,120.00000000,0,'camfullerton252@gmail.com','2025-06-27 06:16:25','2025-06-27 06:17:13',0,'ppcp-gateway','PayPal','','73.114.138.32','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',''),(3392,'wc-completed','USD','shop_order',0.00000000,100.00000000,0,'foxracer23@charter.net','2025-06-30 16:12:15','2025-07-18 17:14:30',0,'ppcp-gateway','PayPal','','24.151.77.29','Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/346.1.704810410 Mobile/15E148 Safari/604.1',''),(3394,'wc-completed','USD','shop_order',0.00000000,120.00000000,0,'haley.wood17@icloud.com','2025-07-02 15:45:02','2025-07-23 18:08:44',0,'ppcp-gateway','PayPal','82N65999E5023533W','73.227.84.208','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',''),(3395,'wc-completed','USD','shop_order',0.00000000,100.00000000,0,'seanod1222@gmail.com','2025-07-11 22:09:01','2025-07-29 16:28:10',0,'ppcp-gateway','PayPal','5YP81829BV115521T','66.189.49.115','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',''),(3396,'wc-completed','USD','shop_order',0.00000000,45.00000000,0,'milkmoney62@gmail.com','2025-07-14 19:29:11','2025-07-17 15:12:32',0,'ppcp-gateway','PayPal','51N825267B703972U','73.16.148.16','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36',''),(3397,'wc-completed','USD','shop_order',0.00000000,120.00000000,0,'ryder.testagrossa@icloud.com','2025-07-15 20:28:15','2025-08-07 15:57:42',0,'ppcp-gateway','PayPal','5SW31721BP023460C','73.68.245.106','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36',''),(3398,'wc-completed','USD','shop_order',0.00000000,70.00000000,0,'lilmotoxguy199@yahoo.com','2025-07-17 16:26:02','2025-07-29 16:28:18',0,'ppcp-gateway','Venmo','2NG64453DT5183428','98.229.240.29','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',''),(3400,'wc-completed','USD','shop_order',0.00000000,200.00000000,0,'Rspice1048@gmail.com','2025-07-21 21:25:48','2025-07-30 16:10:15',0,'ppcp-gateway','PayPal','7F9567791S987525E','71.10.248.117','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',''),(3401,'wc-completed','USD','shop_order',0.00000000,16.25000000,0,'eddyb929@yahoo.com','2025-07-22 20:15:24','2025-07-28 18:59:04',0,'ppcp-gateway','PayPal','80T49850CW108010E','68.184.44.52','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36',''),(3402,'wc-completed','USD','shop_order',0.00000000,65.00000000,0,'eddyb929@yahoo.com','2025-07-22 20:42:14','2025-08-01 13:24:32',0,'ppcp-gateway','PayPal','9YG64717RC3535414','174.196.201.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36',''),(3404,'wc-completed','USD','shop_order',0.00000000,170.00000000,0,'josephoyola@gmail.com','2025-07-23 02:46:05','2025-08-01 13:24:40',0,'ppcp-gateway','PayPal','9FG677159P944501M','73.33.36.75','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36',''),(3416,'wc-completed','USD','shop_order',0.00000000,70.00000000,0,'jbrown12518@gmail.com','2025-08-01 00:08:25','2025-08-07 15:57:37',0,'ppcp-gateway','PayPal','4HP08134L79150105','76.152.37.209','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',''),(3446,'wc-completed','USD','shop_order',0.00000000,120.00000000,0,'abergstrom32@gmail.com','2025-08-04 22:02:37','2025-08-07 15:57:48',0,'ppcp-gateway','PayPal Pay Later','1H944020B0484134B','71.232.158.253','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36',''),(3447,'wc-completed','USD','shop_order',0.00000000,120.00000000,0,'johnnyblack08@gmail.com','2025-08-04 23:55:14','2025-08-06 15:29:29',0,'ppcp-gateway','PayPal','0TW92545WK197553C','174.192.14.105','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/255.0.515161012 Mobile/15E148 Safari/604.1','Ben , give me a call to discuss kit . Thanks'),(3448,'wc-completed','USD','shop_order',0.00000000,50.00000000,0,'255CTMotorsports@gmail.com','2025-08-06 20:18:08','2025-08-11 21:55:36',0,'ppcp-gateway','PayPal','9WE303973F722860W','32.219.39.253','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',''),(3450,'wc-completed','USD','shop_order',0.00000000,1060.00000000,0,'brittanykavanagh95@gmail.com','2025-08-06 21:36:39','2025-08-07 19:02:05',0,'ppcp-gateway','PayPal','9TP84831N4119670A','98.229.103.208','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0','will email and need to discuss other logos added'),(3469,'wc-completed','USD','shop_order',0.00000000,100.00000000,0,'camfournier10@gmail.com','2025-08-12 02:32:58','2025-08-19 13:20:49',0,'ppcp-gateway','PayPal','25D59843JA8312108','18.88.32.50','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',''),(3500,'wc-completed','USD','shop_order',0.00000000,70.00000000,0,'phurley583@gmail.com','2025-08-16 14:22:20','2025-08-29 18:16:08',0,'ppcp-gateway','PayPal Pay Later','8C036765003127303','174.226.98.115','Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1',''),(3517,'wc-refunded','USD','shop_order',0.00000000,70.00000000,0,'raeganbrown295@yahoo.com','2025-08-28 22:45:52','2025-09-04 13:58:51',0,'ppcp-gateway','PayPal','95H975071F147803B','172.56.195.79','Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1',''),(3542,'wc-completed','USD','shop_order_refund',0.00000000,-70.00000000,NULL,NULL,'2025-09-04 13:58:49','2025-10-01 14:20:40',3517,NULL,NULL,NULL,NULL,NULL,NULL),(3678,'wc-pending','USD','shop_order',0.00000000,560.00000000,0,'johnsmith009@storebotmail.joonix.net','2025-09-18 05:28:43','2025-09-18 05:30:52',0,'ppcp-gateway','PayPal','','66.249.70.170','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',''),(3694,'wc-checkout-draft','USD','shop_order',0.00000000,70.00000000,0,NULL,'2025-10-03 15:40:00','2025-10-03 15:40:00',0,'ppcp-gateway','','','71.11.17.27','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0','');
/*!40000 ALTER TABLE `nbn_wc_orders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_wc_orders_meta`
--

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

--
-- Dumping data for table `nbn_wc_orders_meta`
--

LOCK TABLES `nbn_wc_orders_meta` WRITE;
/*!40000 ALTER TABLE `nbn_wc_orders_meta` DISABLE KEYS */;
INSERT INTO `nbn_wc_orders_meta` VALUES (22,3290,'_shipping_hash','79cdac5adc7039510a639fcfd4d3c702'),(23,3290,'_coupons_hash','d751713988987e9331980363e24189ce'),(24,3290,'_fees_hash','d751713988987e9331980363e24189ce'),(25,3290,'_taxes_hash','d751713988987e9331980363e24189ce'),(26,3290,'is_vat_exempt','no'),(27,3290,'_billing_address_index','brian turner  2136 Tremont Avenue  Waterford CA 08004 US bturner3352@yahoo.com '),(28,3290,'_shipping_address_index','brian turner  2136 Tremont Avenue  Waterford CA 08004 US '),(29,3290,'_wc_order_attribution_source_type','referral'),(30,3290,'_wc_order_attribution_referrer','https://www.bing.com/'),(31,3290,'_wc_order_attribution_utm_source','bing.com'),(32,3290,'_wc_order_attribution_utm_medium','referral'),(33,3290,'_wc_order_attribution_utm_content','/'),(34,3290,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/'),(35,3290,'_wc_order_attribution_session_start_time','2025-06-17 22:07:13'),(36,3290,'_wc_order_attribution_session_pages','8'),(37,3290,'_wc_order_attribution_session_count','1'),(38,3290,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36 Edg/137.0.0.0'),(39,3290,'_wc_order_attribution_device_type','Desktop'),(40,3290,'_ppcp_paypal_order_id','71601820FC186851A'),(41,3290,'_ppcp_paypal_intent','CAPTURE'),(42,3290,'_ppcp_paypal_payment_mode','live'),(43,3290,'_ppcp_paypal_payment_source','paypal'),(44,3290,'_ppcp_paypal_payer_email','turner71616@yahoo.com'),(45,3290,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:6:\"120.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"4.68\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:6:\"115.32\";}}'),(46,3290,'PayPal Transaction Fee','4.68'),(47,3291,'_shipping_hash','79cdac5adc7039510a639fcfd4d3c702'),(48,3291,'_coupons_hash','d751713988987e9331980363e24189ce'),(49,3291,'_fees_hash','d751713988987e9331980363e24189ce'),(50,3291,'_taxes_hash','d751713988987e9331980363e24189ce'),(51,3291,'is_vat_exempt','no'),(52,3291,'_billing_address_index','Tom Raio  85 Cranberry Run  Southampton NJ 08088 US tomraio@gmail.com '),(53,3291,'_shipping_address_index','Tom Raio  85 Cranberry Run  Southampton NJ 08088 US '),(54,3291,'_wc_order_attribution_source_type','typein'),(55,3291,'_wc_order_attribution_utm_source','(direct)'),(56,3291,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/'),(57,3291,'_wc_order_attribution_session_start_time','2025-06-18 15:14:14'),(58,3291,'_wc_order_attribution_session_pages','8'),(59,3291,'_wc_order_attribution_session_count','1'),(60,3291,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15'),(61,3291,'_wc_order_attribution_device_type','Desktop'),(62,3291,'_ppcp_paypal_order_id','4W754402AJ434424F'),(63,3291,'_ppcp_paypal_intent','CAPTURE'),(64,3291,'_ppcp_paypal_payment_mode','live'),(65,3291,'_ppcp_paypal_payment_source','paypal'),(66,3291,'_ppcp_paypal_payer_email','tomraio@gmail.com'),(67,3291,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"45.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"2.06\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"42.94\";}}'),(68,3291,'PayPal Transaction Fee','2.06'),(94,3297,'_shipping_hash','79cdac5adc7039510a639fcfd4d3c702'),(95,3297,'_coupons_hash','d751713988987e9331980363e24189ce'),(96,3297,'_fees_hash','d751713988987e9331980363e24189ce'),(97,3297,'_taxes_hash','d751713988987e9331980363e24189ce'),(98,3297,'is_vat_exempt','no'),(99,3297,'_billing_address_index','michael gagnon  103 old chester road  derry NH 03038 US mike.gagnon2001@gmail.com '),(100,3297,'_shipping_address_index','michael gagnon  103 old chester road  derry NH 03038 US '),(101,3297,'_wc_order_attribution_source_type','organic'),(102,3297,'_wc_order_attribution_referrer','https://www.google.com/'),(103,3297,'_wc_order_attribution_utm_source','google'),(104,3297,'_wc_order_attribution_utm_medium','organic'),(105,3297,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/'),(106,3297,'_wc_order_attribution_session_start_time','2025-06-24 17:08:32'),(107,3297,'_wc_order_attribution_session_pages','13'),(108,3297,'_wc_order_attribution_session_count','1'),(109,3297,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Safari/605.1.15'),(110,3297,'_wc_order_attribution_device_type','Desktop'),(111,3297,'_ppcp_paypal_order_id','93X89013B7980520D'),(112,3297,'_ppcp_paypal_intent','CAPTURE'),(113,3297,'_ppcp_paypal_payment_mode','live'),(114,3297,'_ppcp_paypal_payment_source','paypal'),(115,3297,'_ppcp_paypal_payer_email','mike.gagnon2001@gmail.com'),(116,3297,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:6:\"120.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"4.68\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:6:\"115.32\";}}'),(117,3297,'PayPal Transaction Fee','4.68'),(118,3298,'_shipping_hash','79cdac5adc7039510a639fcfd4d3c702'),(119,3298,'_coupons_hash','d751713988987e9331980363e24189ce'),(120,3298,'_fees_hash','d751713988987e9331980363e24189ce'),(121,3298,'_taxes_hash','d751713988987e9331980363e24189ce'),(122,3298,'is_vat_exempt','no'),(123,3298,'_billing_address_index','Cam Fullerton  160 Knowlton Ln  Marstons Mills MA 02648 US camfullerton252@gmail.com 5087760258'),(124,3298,'_shipping_address_index','Cam Fullerton  160 Knowlton Ln  Marstons Mills MA 02648 US 5087760258'),(125,3298,'_wc_order_attribution_source_type','organic'),(126,3298,'_wc_order_attribution_referrer','https://www.google.com/'),(127,3298,'_wc_order_attribution_utm_source','google'),(128,3298,'_wc_order_attribution_utm_medium','organic'),(129,3298,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/'),(130,3298,'_wc_order_attribution_session_start_time','2025-06-27 05:37:45'),(131,3298,'_wc_order_attribution_session_pages','9'),(132,3298,'_wc_order_attribution_session_count','1'),(133,3298,'_wc_order_attribution_user_agent','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'),(134,3298,'_wc_order_attribution_device_type','Mobile'),(149,3392,'_shipping_hash','29b41375a17a61679e8687650bcf23c3'),(150,3392,'_coupons_hash','d751713988987e9331980363e24189ce'),(151,3392,'_fees_hash','d751713988987e9331980363e24189ce'),(152,3392,'_taxes_hash','d751713988987e9331980363e24189ce'),(153,3392,'is_vat_exempt','no'),(154,3392,'_billing_address_index','Matthew Kennen  60 wire village rd  Spencer MA 01562 US foxracer23@charter.net 5084516543'),(155,3392,'_shipping_address_index','     Spencer MA 01562 US '),(156,3392,'_wc_order_attribution_source_type','typein'),(157,3392,'_wc_order_attribution_referrer','https://aggressivegraphix.com/'),(158,3392,'_wc_order_attribution_utm_source','(direct)'),(159,3392,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/product-category/outfit-bike/plastic-kits/'),(160,3392,'_wc_order_attribution_session_start_time','2025-06-30 16:01:36'),(161,3392,'_wc_order_attribution_session_pages','6'),(162,3392,'_wc_order_attribution_session_count','1'),(163,3392,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/346.1.704810410 Mobile/15E148 Safari/604.1'),(164,3392,'_wc_order_attribution_device_type','Mobile'),(172,3298,'_edit_lock','1751377794:1'),(173,3297,'_edit_lock','1753195855:1'),(174,3392,'_edit_lock','1752858864:1'),(175,3394,'_shipping_hash','79cdac5adc7039510a639fcfd4d3c702'),(176,3394,'_coupons_hash','d751713988987e9331980363e24189ce'),(177,3394,'_fees_hash','d751713988987e9331980363e24189ce'),(178,3394,'_taxes_hash','d751713988987e9331980363e24189ce'),(179,3394,'is_vat_exempt','no'),(180,3394,'_billing_address_index','haley wood  23 Millstone Lane  Middleborough, MA MA 02346 US haley.wood17@icloud.com '),(181,3394,'_shipping_address_index','haley wood  23 Millstone Lane  Middleborough, MA MA 02346 US '),(182,3394,'_wc_order_attribution_source_type','typein'),(183,3394,'_wc_order_attribution_referrer','https://aggressivegraphix.com/product/custom-full-decal-kit/'),(184,3394,'_wc_order_attribution_utm_source','(direct)'),(185,3394,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/product/custom-full-decal-kit/'),(186,3394,'_wc_order_attribution_session_start_time','2025-07-02 15:41:30'),(187,3394,'_wc_order_attribution_session_pages','15'),(188,3394,'_wc_order_attribution_session_count','1'),(189,3394,'_wc_order_attribution_user_agent','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'),(190,3394,'_wc_order_attribution_device_type','Mobile'),(191,3394,'_ppcp_paypal_order_id','0L565120855792141'),(192,3394,'_ppcp_paypal_intent','CAPTURE'),(193,3394,'_ppcp_paypal_payment_mode','live'),(194,3394,'_ppcp_paypal_payment_source','paypal'),(195,3394,'_ppcp_paypal_payer_email','haley.wood17@icloud.com'),(196,3394,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:6:\"120.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"4.68\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:6:\"115.32\";}}'),(197,3394,'PayPal Transaction Fee','4.68'),(198,3394,'_edit_lock','1753278691:1'),(199,3395,'_shipping_hash','29b41375a17a61679e8687650bcf23c3'),(200,3395,'_coupons_hash','d751713988987e9331980363e24189ce'),(201,3395,'_fees_hash','d751713988987e9331980363e24189ce'),(202,3395,'_taxes_hash','d751713988987e9331980363e24189ce'),(203,3395,'is_vat_exempt','no'),(204,3395,'_billing_address_index','Sean O&#8217;Doherty  37 Sabina Cir  Rochdale MA 01542 US seanod1222@gmail.com 5089489460'),(205,3395,'_shipping_address_index','Sean O&#8217;Doherty  37 Sabina Cir  Rochdale MA 01542 US 5089489460'),(206,3395,'_wc_order_attribution_source_type','organic'),(207,3395,'_wc_order_attribution_referrer','https://www.google.com/'),(208,3395,'_wc_order_attribution_utm_source','google'),(209,3395,'_wc_order_attribution_utm_medium','organic'),(210,3395,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/'),(211,3395,'_wc_order_attribution_session_start_time','2025-07-11 22:02:16'),(212,3395,'_wc_order_attribution_session_pages','13'),(213,3395,'_wc_order_attribution_session_count','1'),(214,3395,'_wc_order_attribution_user_agent','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'),(215,3395,'_wc_order_attribution_device_type','Mobile'),(216,3395,'_ppcp_paypal_order_id','5J484436GG941994J'),(217,3395,'_ppcp_paypal_intent','CAPTURE'),(218,3395,'_ppcp_paypal_payment_mode','live'),(219,3395,'_ppcp_paypal_payment_source','paypal'),(220,3395,'_ppcp_paypal_payer_email','seanod1222@gmail.com'),(221,3395,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:6:\"100.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"3.98\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"96.02\";}}'),(222,3395,'PayPal Transaction Fee','3.98'),(223,3396,'_shipping_hash','79cdac5adc7039510a639fcfd4d3c702'),(224,3396,'_coupons_hash','d751713988987e9331980363e24189ce'),(225,3396,'_fees_hash','d751713988987e9331980363e24189ce'),(226,3396,'_taxes_hash','d751713988987e9331980363e24189ce'),(227,3396,'is_vat_exempt','no'),(228,3396,'_billing_address_index','Matthew Milka  241 New Bedford Road  Rochester MA 02770 US milkmoney62@gmail.com 17744004462'),(229,3396,'_shipping_address_index','Matthew Milka  241 New Bedford Road  Rochester MA 02770 US 17744004462'),(230,3396,'_wc_order_attribution_source_type','referral'),(231,3396,'_wc_order_attribution_referrer','android-app://com.google.android.gm/'),(232,3396,'_wc_order_attribution_utm_source','com.google.android.gm'),(233,3396,'_wc_order_attribution_utm_medium','referral'),(234,3396,'_wc_order_attribution_utm_content','/'),(235,3396,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/'),(236,3396,'_wc_order_attribution_session_start_time','2025-07-14 19:20:29'),(237,3396,'_wc_order_attribution_session_pages','11'),(238,3396,'_wc_order_attribution_session_count','2'),(239,3396,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36'),(240,3396,'_wc_order_attribution_device_type','Mobile'),(241,3396,'_ppcp_paypal_order_id','8HR9483280810592E'),(242,3396,'_ppcp_paypal_intent','CAPTURE'),(243,3396,'_ppcp_paypal_payment_mode','live'),(244,3396,'_ppcp_paypal_payment_source','paypal'),(245,3396,'_ppcp_paypal_payer_email','milkmoney62@gmail.com'),(246,3396,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"45.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"2.06\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"42.94\";}}'),(247,3396,'PayPal Transaction Fee','2.06'),(248,3397,'_shipping_hash','022f5ba79eef7aef68ccf743a3f613ca'),(249,3397,'_coupons_hash','d751713988987e9331980363e24189ce'),(250,3397,'_fees_hash','d751713988987e9331980363e24189ce'),(251,3397,'_taxes_hash','d751713988987e9331980363e24189ce'),(252,3397,'is_vat_exempt','no'),(253,3397,'_billing_address_index','Ryder Testagrossa  698 Richardson RD  Ashby MA 01431 US ryder.testagrossa@icloud.com 9783999800'),(254,3397,'_shipping_address_index','Ryder Testagrossa  698 Richardson RD  Ashby MA 01431 US 9783999800'),(255,3396,'_edit_lock','1752681203:1'),(256,3397,'_wc_order_attribution_source_type','typein'),(257,3397,'_wc_order_attribution_utm_source','(direct)'),(258,3397,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/cart/'),(259,3397,'_wc_order_attribution_session_start_time','2025-07-17 01:22:03'),(260,3397,'_wc_order_attribution_session_pages','4'),(261,3397,'_wc_order_attribution_session_count','1'),(262,3397,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(263,3397,'_wc_order_attribution_device_type','Desktop'),(264,3397,'_ppcp_paypal_order_id','91D40293CU1792030'),(265,3397,'_ppcp_paypal_intent','CAPTURE'),(266,3397,'_ppcp_paypal_payment_mode','live'),(267,3397,'_ppcp_paypal_payment_source','paypal'),(268,3397,'_ppcp_paypal_payer_email','leetestagrossa@yahoo.com'),(269,3397,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:6:\"120.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"4.68\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:6:\"115.32\";}}'),(270,3397,'PayPal Transaction Fee','4.68'),(271,3397,'_edit_lock','1753729135:1'),(272,3398,'_billing_address_index','Shane Stanley       US lilmotoxguy199@yahoo.com '),(273,3398,'_shipping_address_index','Shane Stanley   11b Sesame Street  West Barnstable MA 02668 US '),(274,3398,'_ppcp_paypal_order_id','5B608817DU7706406'),(275,3398,'_ppcp_paypal_intent','CAPTURE'),(276,3398,'_ppcp_paypal_payment_mode','live'),(277,3398,'_ppcp_paypal_payment_source','venmo'),(278,3398,'_ppcp_paypal_payer_email','lilmotoxguy199@yahoo.com'),(279,3398,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"70.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"2.93\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"67.07\";}}'),(280,3398,'PayPal Transaction Fee','2.93'),(281,3400,'_shipping_hash','170cb6b1aa0778532a8790daf398587a'),(282,3400,'_coupons_hash','d751713988987e9331980363e24189ce'),(283,3400,'_fees_hash','d751713988987e9331980363e24189ce'),(284,3400,'_taxes_hash','d751713988987e9331980363e24189ce'),(285,3400,'is_vat_exempt','no'),(286,3400,'_billing_address_index','Riley Spicer  405 River Road  Uxbridge MA 01569 US Rspice1048@gmail.com '),(287,3400,'_shipping_address_index','Riley Spicer  405 River Road  Uxbridge MA 01569 US '),(288,3400,'_wc_order_attribution_source_type','typein'),(289,3400,'_wc_order_attribution_utm_source','(direct)'),(290,3400,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/'),(291,3400,'_wc_order_attribution_session_start_time','2025-07-21 21:10:42'),(292,3400,'_wc_order_attribution_session_pages','5'),(293,3400,'_wc_order_attribution_session_count','1'),(294,3400,'_wc_order_attribution_user_agent','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'),(295,3400,'_wc_order_attribution_device_type','Mobile'),(296,3400,'_ppcp_paypal_order_id','4NP65171N40614937'),(297,3400,'_ppcp_paypal_intent','CAPTURE'),(298,3400,'_ppcp_paypal_payment_mode','live'),(299,3400,'_ppcp_paypal_payment_source','paypal'),(300,3400,'_ppcp_paypal_payer_email','Rspice1048@gmail.com'),(301,3400,'af_addon_stock_action_done','1'),(302,3400,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:6:\"200.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"7.47\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:6:\"192.53\";}}'),(303,3400,'PayPal Transaction Fee','7.47'),(304,3398,'_edit_lock','1753720725:1'),(305,3401,'_shipping_hash','317c45fbf7ad793b2e1c0fd6dcee13fa'),(306,3401,'_coupons_hash','cd43f5325d7fbe3851c6fa3ee5f2d83e'),(307,3401,'_fees_hash','d751713988987e9331980363e24189ce'),(308,3401,'_taxes_hash','d751713988987e9331980363e24189ce'),(309,3401,'is_vat_exempt','no'),(310,3401,'_billing_address_index','Edward Bullock  8 Maighans Way  Leicester MA 01524 US eddyb929@yahoo.com 17742896145'),(311,3401,'_shipping_address_index','Edward Bullock  8 Maighans Way  Leicester MA 01524 US 17742896145'),(312,3401,'_wc_order_attribution_source_type','organic'),(313,3401,'_wc_order_attribution_referrer','https://www.google.com/'),(314,3401,'_wc_order_attribution_utm_source','google'),(315,3401,'_wc_order_attribution_utm_medium','organic'),(316,3401,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/'),(317,3401,'_wc_order_attribution_session_start_time','2025-07-22 20:09:30'),(318,3401,'_wc_order_attribution_session_pages','19'),(319,3401,'_wc_order_attribution_session_count','1'),(320,3401,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36'),(321,3401,'_wc_order_attribution_device_type','Mobile'),(322,3401,'_ppcp_paypal_order_id','4VU88266L7279031J'),(323,3401,'_ppcp_paypal_intent','CAPTURE'),(324,3401,'_ppcp_paypal_payment_mode','live'),(325,3401,'_ppcp_paypal_payment_source','paypal'),(326,3401,'_ppcp_paypal_payer_email','Sheri.bullock82@gmail.com'),(327,3401,'af_addon_stock_action_done','1'),(328,3401,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"16.25\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"1.06\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"15.19\";}}'),(329,3401,'PayPal Transaction Fee','1.06'),(330,3402,'_shipping_hash','46683b93aeeaf14a5b6869e3dc34b6ff'),(331,3402,'_coupons_hash','cd43f5325d7fbe3851c6fa3ee5f2d83e'),(332,3402,'_fees_hash','d751713988987e9331980363e24189ce'),(333,3402,'_taxes_hash','d751713988987e9331980363e24189ce'),(334,3402,'is_vat_exempt','no'),(335,3402,'_billing_address_index','Edward Bullock  8 Maighans Way  Leicester MA 01524 US eddyb929@yahoo.com 17742896145'),(336,3402,'_shipping_address_index','Edward Bullock  8 Maighans Way  Leicester MA 01524 US 17742896145'),(337,3402,'_wc_order_attribution_source_type','organic'),(338,3402,'_wc_order_attribution_referrer','https://www.google.com/'),(339,3402,'_wc_order_attribution_utm_source','google'),(340,3402,'_wc_order_attribution_utm_medium','organic'),(341,3402,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/'),(342,3402,'_wc_order_attribution_session_start_time','2025-07-22 20:09:30'),(343,3402,'_wc_order_attribution_session_pages','27'),(344,3402,'_wc_order_attribution_session_count','1'),(345,3402,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36'),(346,3402,'_wc_order_attribution_device_type','Mobile'),(347,3402,'_ppcp_paypal_order_id','4DY6290832460911S'),(348,3402,'_ppcp_paypal_intent','CAPTURE'),(349,3402,'_ppcp_paypal_payment_mode','live'),(350,3402,'_ppcp_paypal_payment_source','paypal'),(351,3402,'_ppcp_paypal_payer_email','Sheri.bullock82@gmail.com'),(352,3402,'af_addon_stock_action_done','1'),(353,3402,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"65.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"2.76\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"62.24\";}}'),(354,3402,'PayPal Transaction Fee','2.76'),(370,3404,'_shipping_hash','569b51403934dc50ae39df500d15b618'),(371,3404,'_coupons_hash','d751713988987e9331980363e24189ce'),(372,3404,'_fees_hash','d751713988987e9331980363e24189ce'),(373,3404,'_taxes_hash','d751713988987e9331980363e24189ce'),(374,3404,'is_vat_exempt','no'),(375,3404,'_billing_address_index','joseph oyola  5221 Pleasent mills rd  sweetwater NJ 08037 US josephoyola@gmail.com 6098593987'),(376,3404,'_shipping_address_index','joseph oyola  5221 Pleasent mills rd  sweetwater NJ 08037 US 6098593987'),(377,3404,'_wc_order_attribution_source_type','typein'),(378,3404,'_wc_order_attribution_utm_source','(direct)'),(379,3404,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/product/custom-full-decal-kit/'),(380,3404,'_wc_order_attribution_session_start_time','2025-07-23 01:15:30'),(381,3404,'_wc_order_attribution_session_pages','23'),(382,3404,'_wc_order_attribution_session_count','2'),(383,3404,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(384,3404,'_wc_order_attribution_device_type','Desktop'),(385,3404,'_ppcp_paypal_order_id','9V029397V3170803U'),(386,3404,'_ppcp_paypal_intent','CAPTURE'),(387,3404,'_ppcp_paypal_payment_mode','live'),(388,3404,'_ppcp_paypal_payment_source','paypal'),(389,3404,'_ppcp_paypal_payer_email','josephoyola@gmail.com'),(390,3404,'af_addon_stock_action_done','1'),(391,3404,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:6:\"170.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"6.42\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:6:\"163.58\";}}'),(392,3404,'PayPal Transaction Fee','6.42'),(396,3297,'af_addon_stock_action_done','1'),(397,3394,'af_addon_stock_action_done','1'),(398,3395,'_edit_lock','1753715185:1'),(406,3395,'af_addon_stock_action_done','1'),(407,3398,'af_addon_stock_action_done','1'),(415,3402,'_edit_lock','1753897647:1'),(416,3404,'_edit_lock','1753904081:1'),(417,3416,'_shipping_hash','c9667de4eacad4bf8314a00670917fd3'),(418,3416,'_coupons_hash','d751713988987e9331980363e24189ce'),(419,3416,'_fees_hash','d751713988987e9331980363e24189ce'),(420,3416,'_taxes_hash','d751713988987e9331980363e24189ce'),(421,3416,'is_vat_exempt','no'),(422,3416,'_billing_address_index','Jesse Brown Jr  100 Rand Dr  Chester NH 03036 US jbrown12518@gmail.com 6039961157'),(423,3416,'_shipping_address_index','Jesse Brown Jr  100 Rand Dr  Chester NH 03036 US 6039961157'),(424,3416,'_wc_order_attribution_source_type','typein'),(425,3416,'_wc_order_attribution_utm_source','(direct)'),(426,3416,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/product/custom-shroud-kit/'),(427,3416,'_wc_order_attribution_session_start_time','2025-07-31 23:58:14'),(428,3416,'_wc_order_attribution_session_pages','3'),(429,3416,'_wc_order_attribution_session_count','1'),(430,3416,'_wc_order_attribution_user_agent','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'),(431,3416,'_wc_order_attribution_device_type','Mobile'),(432,3416,'_ppcp_paypal_order_id','6JL956650E1470227'),(433,3416,'_ppcp_paypal_intent','CAPTURE'),(434,3416,'_ppcp_paypal_payment_mode','live'),(435,3416,'_ppcp_paypal_payment_source','paypal'),(436,3416,'_ppcp_paypal_payer_email','jbrown12518@gmail.com'),(437,3416,'af_addon_stock_action_done','1'),(438,3416,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"70.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"2.93\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"67.07\";}}'),(439,3416,'PayPal Transaction Fee','2.93'),(440,3416,'_edit_lock','1754319228:1'),(463,3446,'_shipping_hash','022f5ba79eef7aef68ccf743a3f613ca'),(464,3446,'_coupons_hash','d751713988987e9331980363e24189ce'),(465,3446,'_fees_hash','d751713988987e9331980363e24189ce'),(466,3446,'_taxes_hash','d751713988987e9331980363e24189ce'),(467,3446,'is_vat_exempt','no'),(468,3446,'_billing_address_index','adam bergstrom  1303 Brimfield Rd  Brfimfield MA 01010 US abergstrom32@gmail.com 7742306015'),(469,3446,'_shipping_address_index','Adam Bergstrom  1303 Brimfield Rd  Brfimfield MA 01010 US '),(470,3446,'_wc_order_attribution_source_type','typein'),(471,3446,'_wc_order_attribution_utm_source','(direct)'),(472,3446,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/'),(473,3446,'_wc_order_attribution_session_start_time','2025-08-04 21:46:51'),(474,3446,'_wc_order_attribution_session_pages','7'),(475,3446,'_wc_order_attribution_session_count','1'),(476,3446,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(477,3446,'_wc_order_attribution_device_type','Desktop'),(478,3446,'_ppcp_paypal_order_id','63G94913MW506322A'),(479,3446,'_ppcp_paypal_intent','CAPTURE'),(480,3446,'_ppcp_paypal_payment_mode','live'),(481,3446,'_ppcp_paypal_payment_source','paypal'),(482,3446,'_ppcp_paypal_payer_email','abergstrom32@gmail.com'),(483,3446,'af_addon_stock_action_done','1'),(484,3446,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:6:\"120.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"4.68\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:6:\"115.32\";}}'),(485,3446,'PayPal Transaction Fee','4.68'),(486,3447,'_shipping_hash','022f5ba79eef7aef68ccf743a3f613ca'),(487,3447,'_coupons_hash','d751713988987e9331980363e24189ce'),(488,3447,'_fees_hash','d751713988987e9331980363e24189ce'),(489,3447,'_taxes_hash','d751713988987e9331980363e24189ce'),(490,3447,'is_vat_exempt','no'),(491,3447,'_billing_address_index','John Silvia  651 Aquidneck ave  Middletown RI 02842 US johnnyblack08@gmail.com 4014505995'),(492,3447,'_shipping_address_index','John Silvia  651 Aquidneck ave  Middletown RI 02842 US 4014505995'),(493,3447,'_wc_order_attribution_source_type','organic'),(494,3447,'_wc_order_attribution_referrer','https://www.google.com/'),(495,3447,'_wc_order_attribution_utm_source','google'),(496,3447,'_wc_order_attribution_utm_medium','organic'),(497,3447,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/'),(498,3447,'_wc_order_attribution_session_start_time','2025-08-04 23:25:52'),(499,3447,'_wc_order_attribution_session_pages','7'),(500,3447,'_wc_order_attribution_session_count','1'),(501,3447,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/255.0.515161012 Mobile/15E148 Safari/604.1'),(502,3447,'_wc_order_attribution_device_type','Mobile'),(503,3447,'_ppcp_paypal_order_id','00G11274N3286652T'),(504,3447,'_ppcp_paypal_intent','CAPTURE'),(505,3447,'_ppcp_paypal_payment_mode','live'),(506,3447,'_ppcp_paypal_payment_source','paypal'),(507,3447,'_ppcp_paypal_payer_email','johnnyblack08@gmail.com'),(508,3447,'af_addon_stock_action_done','1'),(509,3447,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:6:\"120.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"4.68\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:6:\"115.32\";}}'),(510,3447,'PayPal Transaction Fee','4.68'),(511,3446,'_edit_lock','1754402382:1'),(514,3448,'_shipping_hash','f3c397b3c4d79f0d6489dfb5e86ee293'),(515,3448,'_coupons_hash','d751713988987e9331980363e24189ce'),(516,3448,'_fees_hash','d751713988987e9331980363e24189ce'),(517,3448,'_taxes_hash','d751713988987e9331980363e24189ce'),(518,3448,'is_vat_exempt','no'),(519,3448,'_billing_address_index','Austin Enman  266 Mile Hill Rd  Tolland CT 06084 US 255CTMotorsports@gmail.com 8609182629'),(520,3448,'_shipping_address_index','Austin Enman  266 Mile Hill Rd  Tolland CT 06084 US '),(521,3448,'_wc_order_attribution_source_type','typein'),(522,3448,'_wc_order_attribution_referrer','https://aggressivegraphix.com/product-category/outfit-bike/custom-graphics-kits/'),(523,3448,'_wc_order_attribution_utm_source','(direct)'),(524,3448,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/product/custom-number-plate-kit/'),(525,3448,'_wc_order_attribution_session_start_time','2025-08-06 20:12:42'),(526,3448,'_wc_order_attribution_session_pages','2'),(527,3448,'_wc_order_attribution_session_count','1'),(528,3448,'_wc_order_attribution_user_agent','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'),(529,3448,'_wc_order_attribution_device_type','Mobile'),(530,3448,'_ppcp_paypal_order_id','17W47733637840217'),(531,3448,'_ppcp_paypal_intent','CAPTURE'),(532,3448,'_ppcp_paypal_payment_mode','live'),(533,3448,'_ppcp_paypal_payment_source','paypal'),(534,3448,'_ppcp_paypal_payer_email','255CTMotorsports@gmail.com'),(535,3448,'af_addon_stock_action_done','1'),(536,3448,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"50.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"2.24\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"47.76\";}}'),(537,3448,'PayPal Transaction Fee','2.24'),(556,3450,'_shipping_hash','7a4f76fed10251b455e42051807fa0ab'),(557,3450,'_coupons_hash','d751713988987e9331980363e24189ce'),(558,3450,'_fees_hash','d751713988987e9331980363e24189ce'),(559,3450,'_taxes_hash','d751713988987e9331980363e24189ce'),(560,3450,'is_vat_exempt','no'),(561,3450,'_billing_address_index','Brittany Kavanagh  605A Wareham Street  middleboro MA 02346 US brittanykavanagh95@gmail.com 15084159445'),(562,3450,'_shipping_address_index','Brittany Kavanagh  605A Wareham Street  middleboro MA 02346 US 15084159445'),(563,3450,'_wc_order_attribution_source_type','referral'),(564,3450,'_wc_order_attribution_referrer','https://www.bing.com/'),(565,3450,'_wc_order_attribution_utm_source','bing.com'),(566,3450,'_wc_order_attribution_utm_medium','referral'),(567,3450,'_wc_order_attribution_utm_content','/'),(568,3450,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/'),(569,3450,'_wc_order_attribution_session_start_time','2025-08-06 21:28:56'),(570,3450,'_wc_order_attribution_session_pages','15'),(571,3450,'_wc_order_attribution_session_count','1'),(572,3450,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0'),(573,3450,'_wc_order_attribution_device_type','Desktop'),(574,3450,'_ppcp_paypal_order_id','5PS41460UL064670T'),(575,3450,'_ppcp_paypal_intent','CAPTURE'),(576,3450,'_ppcp_paypal_payment_mode','live'),(577,3450,'_ppcp_paypal_payment_source','paypal'),(578,3450,'_ppcp_paypal_payer_email','kavanaghlandscaping@hotmail.com'),(579,3450,'af_addon_stock_action_done','1'),(580,3450,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:7:\"1060.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"37.48\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:7:\"1022.52\";}}'),(581,3450,'PayPal Transaction Fee','37.48'),(582,3397,'af_addon_stock_action_done','1'),(583,3448,'_edit_lock','1754584088:1'),(611,3469,'_shipping_hash','46683b93aeeaf14a5b6869e3dc34b6ff'),(612,3469,'_coupons_hash','d751713988987e9331980363e24189ce'),(613,3469,'_fees_hash','d751713988987e9331980363e24189ce'),(614,3469,'_taxes_hash','d751713988987e9331980363e24189ce'),(615,3469,'is_vat_exempt','no'),(616,3469,'_billing_address_index','Cam Fournier  20 French rd Apt 2 Dudley MA 01571 US camfournier10@gmail.com '),(617,3469,'_shipping_address_index','Cam Fournier  20 French rd Apt 2 Dudley MA 01571 US '),(618,3469,'_wc_order_attribution_source_type','typein'),(619,3469,'_wc_order_attribution_utm_source','(direct)'),(620,3469,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/'),(621,3469,'_wc_order_attribution_session_start_time','2025-08-12 02:13:25'),(622,3469,'_wc_order_attribution_session_pages','7'),(623,3469,'_wc_order_attribution_session_count','1'),(624,3469,'_wc_order_attribution_user_agent','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'),(625,3469,'_wc_order_attribution_device_type','Mobile'),(626,3469,'_ppcp_paypal_order_id','6DW710231P914243T'),(627,3469,'_ppcp_paypal_intent','CAPTURE'),(628,3469,'_ppcp_paypal_payment_mode','live'),(629,3469,'_ppcp_paypal_payment_source','paypal'),(630,3469,'_ppcp_paypal_payer_email','camfournier10@gmail.com'),(631,3469,'af_addon_stock_action_done','1'),(632,3469,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:6:\"100.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"3.98\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"96.02\";}}'),(633,3469,'PayPal Transaction Fee','3.98'),(636,3500,'_shipping_hash','8111519a0e22e2b705f86236bb065d2a'),(637,3500,'_coupons_hash','d751713988987e9331980363e24189ce'),(638,3500,'_fees_hash','d751713988987e9331980363e24189ce'),(639,3500,'_taxes_hash','d751713988987e9331980363e24189ce'),(640,3500,'is_vat_exempt','no'),(641,3500,'_billing_address_index','Patrick Hurley  14 anderson drive  marshfield MA 02050 US phurley583@gmail.com 3392365158'),(642,3500,'_shipping_address_index','Patrick Hurley  14 anderson drive  marshfield MA 02050 US '),(643,3500,'_wc_order_attribution_source_type','organic'),(644,3500,'_wc_order_attribution_referrer','https://www.google.com/'),(645,3500,'_wc_order_attribution_utm_source','google'),(646,3500,'_wc_order_attribution_utm_medium','organic'),(647,3500,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/'),(648,3500,'_wc_order_attribution_session_start_time','2025-08-16 13:58:24'),(649,3500,'_wc_order_attribution_session_pages','11'),(650,3500,'_wc_order_attribution_session_count','1'),(651,3500,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1'),(652,3500,'_wc_order_attribution_device_type','Mobile'),(653,3500,'_ppcp_paypal_order_id','0MP56330070642729'),(654,3500,'_ppcp_paypal_intent','CAPTURE'),(655,3500,'_ppcp_paypal_payment_mode','live'),(656,3500,'_ppcp_paypal_payment_source','paypal'),(657,3500,'_ppcp_paypal_payer_email','phurley583@gmail.com'),(658,3500,'af_addon_stock_action_done','1'),(659,3500,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"70.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"2.93\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"67.07\";}}'),(660,3500,'PayPal Transaction Fee','2.93'),(689,3500,'_edit_lock','1756242447:1'),(733,3517,'_shipping_hash','8111519a0e22e2b705f86236bb065d2a'),(734,3517,'_coupons_hash','d751713988987e9331980363e24189ce'),(735,3517,'_fees_hash','d751713988987e9331980363e24189ce'),(736,3517,'_taxes_hash','d751713988987e9331980363e24189ce'),(737,3517,'is_vat_exempt','no'),(738,3517,'_billing_address_index','Raegan Brown  117 Mountain Rd  Nottingham NH 03290 US raeganbrown295@yahoo.com '),(739,3517,'_shipping_address_index','Raegan Brown  117 Mountain Rd  Nottingham NH 03290 US '),(740,3517,'_wc_order_attribution_source_type','typein'),(741,3517,'_wc_order_attribution_utm_source','(direct)'),(742,3517,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/cart/'),(743,3517,'_wc_order_attribution_session_start_time','2025-08-28 22:43:02'),(744,3517,'_wc_order_attribution_session_pages','2'),(745,3517,'_wc_order_attribution_session_count','1'),(746,3517,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1'),(747,3517,'_wc_order_attribution_device_type','Mobile'),(748,3517,'_ppcp_paypal_order_id','9R023686950130822'),(749,3517,'_ppcp_paypal_intent','CAPTURE'),(750,3517,'_ppcp_paypal_payment_mode','live'),(751,3517,'_ppcp_paypal_payment_source','paypal'),(752,3517,'_ppcp_paypal_payer_email','raeganpunk@yahoo.com'),(753,3517,'af_addon_stock_action_done','1'),(754,3517,'_ppcp_paypal_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"70.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"2.93\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"67.07\";}}'),(755,3517,'PayPal Transaction Fee','2.93'),(794,3517,'_edit_lock','1756994448:1'),(795,3542,'_refund_amount','70.00'),(796,3542,'_refunded_by','1'),(797,3542,'_refunded_payment','1'),(798,3542,'_refund_reason','Bike has been sold'),(799,3517,'_ppcp_refunds','a:1:{i:0;s:17:\"0D275005CL825503C\";}'),(800,3517,'_ppcp_paypal_refund_fees','a:3:{s:12:\"gross_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"70.00\";}s:10:\"paypal_fee\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:4:\"0.00\";}s:10:\"net_amount\";a:2:{s:13:\"currency_code\";s:3:\"USD\";s:5:\"value\";s:5:\"70.00\";}}'),(801,3678,'_shipping_hash','a8624b6fdb8c1cbd5736ad526ffe05e5'),(802,3678,'_coupons_hash','d751713988987e9331980363e24189ce'),(803,3678,'_fees_hash','d751713988987e9331980363e24189ce'),(804,3678,'_taxes_hash','d751713988987e9331980363e24189ce'),(805,3678,'is_vat_exempt','no'),(806,3678,'_billing_address_index','John Smith  2332 Galiano Street  coral gables FL 33134 US johnsmith009@storebotmail.joonix.net 6502530000'),(807,3678,'_shipping_address_index','John Smith  2332 Galiano Street  coral gables FL 33134 US 6502530000'),(808,3678,'_wc_order_attribution_source_type','typein'),(809,3678,'_wc_order_attribution_utm_source','(direct)'),(810,3678,'_wc_order_attribution_session_entry','https://aggressivegraphix.com/shop/10x15-blank-canopy/'),(811,3678,'_wc_order_attribution_session_start_time','2025-09-18 05:26:58'),(812,3678,'_wc_order_attribution_session_pages','6'),(813,3678,'_wc_order_attribution_session_count','1'),(814,3678,'_wc_order_attribution_user_agent','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(815,3678,'_wc_order_attribution_device_type','Desktop'),(830,3678,'_edit_lock','1759266200:1'),(866,3694,'_shipping_hash','8111519a0e22e2b705f86236bb065d2a'),(867,3694,'_coupons_hash','d751713988987e9331980363e24189ce'),(868,3694,'_fees_hash','d751713988987e9331980363e24189ce'),(869,3694,'_taxes_hash','d751713988987e9331980363e24189ce'),(870,3694,'is_vat_exempt','no'),(871,3694,'_billing_address_index','      CA  US  '),(872,3694,'_shipping_address_index','      CA  US ');
/*!40000 ALTER TABLE `nbn_wc_orders_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_wc_product_attributes_lookup`
--

DROP TABLE IF EXISTS `nbn_wc_product_attributes_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_wc_product_attributes_lookup` (
  `product_id` bigint(20) NOT NULL,
  `product_or_parent_id` bigint(20) NOT NULL,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci 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`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `nbn_wc_product_attributes_lookup`
--

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

--
-- Table structure for table `nbn_wc_product_download_directories`
--

DROP TABLE IF EXISTS `nbn_wc_product_download_directories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_wc_product_download_directories` (
  `url_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(256) COLLATE utf8mb4_unicode_520_ci 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 `nbn_wc_product_download_directories`
--

LOCK TABLES `nbn_wc_product_download_directories` WRITE;
/*!40000 ALTER TABLE `nbn_wc_product_download_directories` DISABLE KEYS */;
INSERT INTO `nbn_wc_product_download_directories` VALUES (1,'file:///home3/aggrest5/public_html/website_675b3277/wp-content/uploads/woocommerce_uploads/',1),(2,'https://aggressivegraphix.com/website_675b3277/wp-content/uploads/woocommerce_uploads/',1);
/*!40000 ALTER TABLE `nbn_wc_product_download_directories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_wc_product_meta_lookup`
--

DROP TABLE IF EXISTS `nbn_wc_product_meta_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_wc_product_meta_lookup` (
  `product_id` bigint(20) NOT NULL,
  `sku` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  `global_unique_id` varchar(100) COLLATE utf8mb4_unicode_520_ci 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) COLLATE utf8mb4_unicode_520_ci 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) COLLATE utf8mb4_unicode_520_ci DEFAULT 'taxable',
  `tax_class` varchar(100) COLLATE utf8mb4_unicode_520_ci 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 `nbn_wc_product_meta_lookup`
--

LOCK TABLES `nbn_wc_product_meta_lookup` WRITE;
/*!40000 ALTER TABLE `nbn_wc_product_meta_lookup` DISABLE KEYS */;
INSERT INTO `nbn_wc_product_meta_lookup` VALUES (11,'','',0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(14,'','',0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(15,'','',0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(16,'','',0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(17,'','',0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(18,'','',0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(19,'','',0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(20,'','',0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(122,'','',0,0,50.0000,50.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(182,'','',0,0,25.0000,25.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(486,'','',0,0,100.0000,100.0000,0,NULL,'instock',1,5.00,13,'none',''),(700,'','',0,0,100.0000,100.0000,0,NULL,'instock',0,0.00,0,'none',''),(858,'','',0,0,50.0000,50.0000,0,NULL,'instock',0,0.00,5,'none',''),(910,'','',0,0,50.0000,50.0000,0,NULL,'instock',0,0.00,1,'none',''),(1027,'','',0,0,45.0000,45.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(1103,'','',0,0,50.0000,50.0000,0,NULL,'instock',0,0.00,0,'none',''),(1271,'','',0,0,25.0000,25.0000,0,NULL,'instock',0,0.00,0,'none',''),(1392,'','',0,0,25.0000,25.0000,0,NULL,'instock',0,0.00,0,'none',''),(1413,'','',0,0,25.0000,25.0000,0,NULL,'instock',0,0.00,0,'none',''),(1414,'','',0,0,25.0000,25.0000,0,NULL,'instock',0,0.00,0,'none',''),(1415,'','',0,0,25.0000,25.0000,0,NULL,'instock',0,0.00,0,'none',''),(1416,'','',0,0,25.0000,25.0000,0,NULL,'instock',0,0.00,0,'none',''),(1417,'','',0,0,25.0000,25.0000,0,NULL,'instock',0,0.00,0,'none',''),(1418,'','',0,0,25.0000,25.0000,0,NULL,'instock',0,0.00,0,'none',''),(1419,'','',0,0,25.0000,25.0000,0,NULL,'instock',0,0.00,0,'none',''),(1420,'','',0,0,25.0000,25.0000,0,NULL,'instock',0,0.00,0,'none',''),(1421,'','',0,0,25.0000,25.0000,0,NULL,'instock',0,0.00,0,'none',''),(1422,'','',0,0,25.0000,25.0000,0,NULL,'instock',0,0.00,0,'none',''),(1423,'','',0,0,25.0000,25.0000,0,NULL,'instock',0,0.00,0,'none',''),(1424,'','',0,0,25.0000,25.0000,0,NULL,'instock',0,0.00,0,'none',''),(1425,'','',0,0,25.0000,25.0000,0,NULL,'instock',0,0.00,0,'none',''),(1426,'','',0,0,25.0000,25.0000,0,NULL,'instock',0,0.00,0,'none',''),(1427,'','',0,0,25.0000,25.0000,0,NULL,'instock',0,0.00,0,'none',''),(1490,'','',0,0,60.0000,60.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(1838,'','',0,0,60.0000,60.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2008,'','',0,0,25.0000,25.0000,0,NULL,'instock',0,0.00,3,'none',''),(2025,'','',0,0,35.0000,35.0000,0,NULL,'instock',0,0.00,0,'none',''),(2045,'','',0,0,8.0000,24.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2046,'14006','',0,0,8.0000,8.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(2047,'14007','',0,0,16.0000,16.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(2048,'14008','',0,0,24.0000,24.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(2051,'','',0,0,16.0000,16.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2052,'','',0,0,16.0000,16.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(2053,'','',0,0,16.0000,16.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(2055,'','',0,0,18.0000,24.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2056,'','',0,0,18.0000,18.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(2057,'','',0,0,18.0000,18.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(2058,'','',0,0,18.0000,18.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(2059,'','',0,0,18.0000,18.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(2060,'','',0,0,18.0000,18.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(2061,'','',0,0,18.0000,18.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(2062,'','',0,0,18.0000,18.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(2063,'','',0,0,24.0000,24.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(2064,'','',0,0,24.0000,24.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(2065,'','',0,0,24.0000,24.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(2076,'','',0,0,18.0000,24.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2077,'','',0,0,18.0000,18.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(2078,'','',0,0,18.0000,18.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(2079,'','',0,0,18.0000,18.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(2080,'','',0,0,18.0000,18.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(2081,'','',0,0,18.0000,18.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(2082,'','',0,0,18.0000,18.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(2083,'','',0,0,18.0000,18.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(2084,'','',0,0,24.0000,24.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(2097,'','',0,0,42.0000,42.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2098,'','',0,0,42.0000,42.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(2099,'','',0,0,42.0000,42.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(2102,'','',0,0,42.0000,42.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2105,'','',0,0,56.0000,56.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2111,'','',0,0,56.0000,56.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2114,'','',0,0,56.0000,56.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2117,'','',0,0,56.0000,56.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2120,'','',0,0,56.0000,56.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2123,'','',0,0,56.0000,56.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2126,'','',0,0,56.0000,56.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2129,'','',0,0,56.0000,56.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2132,'','',0,0,56.0000,56.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2135,'','',0,0,56.0000,56.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2138,'','',0,0,56.0000,56.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2141,'','',0,0,56.0000,56.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2144,'','',0,0,56.0000,56.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2147,'','',0,0,56.0000,56.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2150,'','',0,0,46.0000,46.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2159,'','',0,0,46.0000,46.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2162,'','',0,0,46.0000,46.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2165,'','',0,0,46.0000,46.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2168,'','',0,0,46.0000,46.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2171,'','',0,0,46.0000,46.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2174,'','',0,0,46.0000,46.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2180,'','',0,0,46.0000,46.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2183,'','',0,0,46.0000,46.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2186,'','',0,0,46.0000,46.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2189,'','',0,0,46.0000,46.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2190,'','',0,0,600.0000,600.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2208,'','',0,0,200.0000,200.0000,0,NULL,'instock',1,5.00,1,'taxable',''),(2291,'','',0,0,435.0000,435.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2307,'','',0,0,510.0000,510.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2320,'','',0,0,750.0000,750.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2334,'','',0,0,65.0000,65.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2368,'','',0,0,135.0000,135.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2391,'','',0,0,110.0000,110.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2424,'','',0,0,170.0000,170.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2448,'','',0,0,40.0000,60.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2450,'','',0,0,380.0000,1840.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(2451,'','',0,0,380.0000,380.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(2452,'','',0,0,415.0000,415.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(2453,'','',0,0,720.0000,720.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(2454,'','',0,0,515.0000,515.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(2455,'','',0,0,535.0000,535.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(2456,'','',0,0,1840.0000,1840.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(2457,'','',0,0,715.0000,715.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(2458,'','',0,0,685.0000,685.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(2459,'','',0,0,1210.0000,1210.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(2463,'','',0,0,40.0000,40.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(2464,'','',0,0,60.0000,60.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(2465,'','',0,0,100.0000,100.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(3251,'','',0,0,50.0000,50.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(3274,'','',0,0,50.0000,50.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(3465,'','',0,0,25.0000,25.0000,0,NULL,'instock',0,0.00,0,'none',''),(3467,'','',0,0,25.0000,25.0000,0,NULL,'instock',0,0.00,0,'none','');
/*!40000 ALTER TABLE `nbn_wc_product_meta_lookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_wc_rate_limits`
--

DROP TABLE IF EXISTS `nbn_wc_rate_limits`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_wc_rate_limits` (
  `rate_limit_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `rate_limit_key` varchar(200) COLLATE utf8mb4_unicode_520_ci 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 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `nbn_wc_rate_limits`
--

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

--
-- Table structure for table `nbn_wc_reserved_stock`
--

DROP TABLE IF EXISTS `nbn_wc_reserved_stock`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_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 `nbn_wc_reserved_stock`
--

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

--
-- Table structure for table `nbn_wc_tax_rate_classes`
--

DROP TABLE IF EXISTS `nbn_wc_tax_rate_classes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_wc_tax_rate_classes` (
  `tax_rate_class_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci 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 `nbn_wc_tax_rate_classes`
--

LOCK TABLES `nbn_wc_tax_rate_classes` WRITE;
/*!40000 ALTER TABLE `nbn_wc_tax_rate_classes` DISABLE KEYS */;
INSERT INTO `nbn_wc_tax_rate_classes` VALUES (1,'Reduced rate','reduced-rate'),(2,'Zero rate','zero-rate');
/*!40000 ALTER TABLE `nbn_wc_tax_rate_classes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_wc_webhooks`
--

DROP TABLE IF EXISTS `nbn_wc_webhooks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_wc_webhooks` (
  `webhook_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `delivery_url` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `secret` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `topic` varchar(200) COLLATE utf8mb4_unicode_520_ci 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 `nbn_wc_webhooks`
--

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

--
-- Table structure for table `nbn_woocommerce_api_keys`
--

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

--
-- Dumping data for table `nbn_woocommerce_api_keys`
--

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

--
-- Table structure for table `nbn_woocommerce_attribute_taxonomies`
--

DROP TABLE IF EXISTS `nbn_woocommerce_attribute_taxonomies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_woocommerce_attribute_taxonomies` (
  `attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `attribute_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attribute_label` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `attribute_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attribute_orderby` varchar(20) COLLATE utf8mb4_unicode_520_ci 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 `nbn_woocommerce_attribute_taxonomies`
--

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

--
-- Table structure for table `nbn_woocommerce_downloadable_product_permissions`
--

DROP TABLE IF EXISTS `nbn_woocommerce_downloadable_product_permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_woocommerce_downloadable_product_permissions` (
  `permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `download_id` varchar(36) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `product_id` bigint(20) unsigned NOT NULL,
  `order_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `order_key` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_email` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_520_ci 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`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `nbn_woocommerce_downloadable_product_permissions`
--

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

--
-- Table structure for table `nbn_woocommerce_log`
--

DROP TABLE IF EXISTS `nbn_woocommerce_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_woocommerce_log` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `level` smallint(4) NOT NULL,
  `source` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `message` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `context` longtext COLLATE utf8mb4_unicode_520_ci,
  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 `nbn_woocommerce_log`
--

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

--
-- Table structure for table `nbn_woocommerce_order_itemmeta`
--

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

--
-- Dumping data for table `nbn_woocommerce_order_itemmeta`
--

LOCK TABLES `nbn_woocommerce_order_itemmeta` WRITE;
/*!40000 ALTER TABLE `nbn_woocommerce_order_itemmeta` DISABLE KEYS */;
INSERT INTO `nbn_woocommerce_order_itemmeta` VALUES (207,22,'_product_id','486'),(208,22,'_variation_id','0'),(209,22,'_qty','1'),(210,22,'_tax_class',''),(211,22,'_line_subtotal','100'),(212,22,'_line_subtotal_tax','0'),(213,22,'_line_total','100'),(214,22,'_line_tax','0'),(215,22,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(216,22,'selected_item_post_id','a:1:{i:0;a:9:{i:1543;a:3:{s:8:\"field_id\";i:1543;s:5:\"value\";s:12:\"Brian Turner\";s:10:\"field_type\";s:10:\"input_text\";}i:1544;a:3:{s:8:\"field_id\";i:1544;s:5:\"value\";s:26:\"2024 Beta 200 race edition\";s:10:\"field_type\";s:10:\"input_text\";}i:1545;a:3:{s:8:\"field_id\";i:1545;s:5:\"value\";s:3:\"489\";s:10:\"field_type\";s:10:\"input_text\";}i:1546;a:3:{s:8:\"field_id\";i:1546;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:6:\"number\";}i:1553;a:3:{s:8:\"field_id\";i:1553;s:5:\"value\";s:4:\"1555\";s:10:\"field_type\";s:14:\"image_swatcher\";}i:1557;a:3:{s:8:\"field_id\";i:1557;s:5:\"value\";s:4:\"3185\";s:10:\"field_type\";s:14:\"image_swatcher\";}i:1563;a:3:{s:8:\"field_id\";i:1563;s:5:\"value\";s:4:\"1564\";s:10:\"field_type\";s:9:\"drop_down\";}i:1570;a:3:{s:8:\"field_id\";i:1570;s:5:\"value\";s:56:\"Maxima racing oils, Scott USA, Gaerne, Sunstar, Twin Air\";s:10:\"field_type\";s:8:\"textarea\";}i:1571;a:3:{s:8:\"field_id\";i:1571;s:5:\"value\";s:183:\"OEM design/look and colors with listed logos/names throughout. Chrome with the red, silver or gold flake. depending on what would look the best with the Beta red and blue color scheme\";s:10:\"field_type\";s:8:\"textarea\";}}}'),(217,23,'method_id','flat_rate'),(218,23,'instance_id','4'),(219,23,'cost','20'),(220,23,'total_tax','0'),(221,23,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(222,23,'Items','Custom full decal kit &times; 1'),(245,26,'_product_id','2008'),(246,26,'_variation_id','0'),(247,26,'_qty','1'),(248,26,'_tax_class',''),(249,26,'_line_subtotal','25'),(250,26,'_line_subtotal_tax','0'),(251,26,'_line_total','25'),(252,26,'_line_tax','0'),(253,26,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(254,26,'selected_item_post_id','a:1:{i:0;a:6:{i:2009;a:3:{s:8:\"field_id\";i:2009;s:5:\"value\";s:8:\"Tom Raio\";s:10:\"field_type\";s:10:\"input_text\";}i:2010;a:3:{s:8:\"field_id\";i:2010;s:5:\"value\";s:17:\"tomraio@gmail.com\";s:10:\"field_type\";s:5:\"email\";}i:2011;a:3:{s:8:\"field_id\";i:2011;s:5:\"value\";s:9:\"25 YZ450F\";s:10:\"field_type\";s:10:\"input_text\";}i:2012;a:3:{s:8:\"field_id\";i:2012;s:5:\"value\";s:4:\"2014\";s:10:\"field_type\";s:14:\"image_swatcher\";}i:2016;a:3:{s:8:\"field_id\";i:2016;s:5:\"value\";s:4:\"2017\";s:10:\"field_type\";s:14:\"image_swatcher\";}i:2022;a:3:{s:8:\"field_id\";i:2022;s:5:\"value\";s:11:\"25YZ450.jpg\";s:10:\"field_type\";s:11:\"file_upload\";}}}'),(255,27,'method_id','flat_rate'),(256,27,'instance_id','4'),(257,27,'cost','20'),(258,27,'total_tax','0'),(259,27,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(260,27,'Items','Graphics Re-print &times; 1'),(882,92,'_product_id','486'),(883,92,'_variation_id','0'),(884,92,'_qty','1'),(885,92,'_tax_class',''),(886,92,'_line_subtotal','100'),(887,92,'_line_subtotal_tax','0'),(888,92,'_line_total','100'),(889,92,'_line_tax','0'),(890,92,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(891,92,'selected_item_post_id','a:1:{i:0;a:11:{i:1543;a:3:{s:8:\"field_id\";i:1543;s:5:\"value\";s:11:\"Mike Gagnon\";s:10:\"field_type\";s:10:\"input_text\";}i:1544;a:3:{s:8:\"field_id\";i:1544;s:5:\"value\";s:18:\"2025 Yamaha YZ450F\";s:10:\"field_type\";s:10:\"input_text\";}i:1545;a:3:{s:8:\"field_id\";i:1545;s:5:\"value\";s:3:\"103\";s:10:\"field_type\";s:10:\"input_text\";}i:1546;a:3:{s:8:\"field_id\";i:1546;s:5:\"value\";s:1:\"2\";s:10:\"field_type\";s:6:\"number\";}i:1547;a:3:{s:8:\"field_id\";i:1547;s:5:\"value\";a:1:{i:0;s:4:\"1548\";}s:10:\"field_type\";s:11:\"check_boxes\";}i:1553;a:3:{s:8:\"field_id\";i:1553;s:5:\"value\";s:4:\"1554\";s:10:\"field_type\";s:14:\"image_swatcher\";}i:1557;a:3:{s:8:\"field_id\";i:1557;s:5:\"value\";s:4:\"1558\";s:10:\"field_type\";s:14:\"image_swatcher\";}i:1563;a:3:{s:8:\"field_id\";i:1563;s:5:\"value\";s:4:\"1564\";s:10:\"field_type\";s:9:\"drop_down\";}i:1570;a:3:{s:8:\"field_id\";i:1570;s:5:\"value\";s:304:\"Rear Fender Logos: -D Bag Racing -Jemco Builders -Works Connection -Renthal -Akrapovic Fork Guards: -Dunlop Side Number Plates: -\"Erin\" in a outlined heart in Yamaha Blue (placed near where number plate meets the shroud) Air Box Cover: -\"@Hairzby_melmarr\" on the sides -\"103\" on the center of the cover -\";s:10:\"field_type\";s:8:\"textarea\";}i:1571;a:3:{s:8:\"field_id\";i:1571;s:5:\"value\";s:247:\"-The bike will be all white. -Yellow background for number plate. -OEM 2025 look with a \"twist\" Colors: -White and black preferred (all white seat cover for reference) *** Only one logo was allowed to be uploaded. I will email you the second logo.\";s:10:\"field_type\";s:8:\"textarea\";}i:1572;a:3:{s:8:\"field_id\";i:1572;s:5:\"value\";s:15:\"Dbag Racing.pdf\";s:10:\"field_type\";s:11:\"file_upload\";}}}'),(892,93,'method_id','flat_rate'),(893,93,'instance_id','4'),(894,93,'cost','20'),(895,93,'total_tax','0'),(896,93,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(897,93,'Items','Custom full decal kit &times; 1'),(898,94,'_product_id','486'),(899,94,'_variation_id','0'),(900,94,'_qty','1'),(901,94,'_tax_class',''),(902,94,'_line_subtotal','100'),(903,94,'_line_subtotal_tax','0'),(904,94,'_line_total','100'),(905,94,'_line_tax','0'),(906,94,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(907,94,'selected_item_post_id','a:1:{i:0;a:11:{i:1543;a:3:{s:8:\"field_id\";i:1543;s:5:\"value\";s:9:\"Fullerton\";s:10:\"field_type\";s:10:\"input_text\";}i:1544;a:3:{s:8:\"field_id\";i:1544;s:5:\"value\";s:16:\"2023 Fc450 Husky\";s:10:\"field_type\";s:10:\"input_text\";}i:1545;a:3:{s:8:\"field_id\";i:1545;s:5:\"value\";s:3:\"529\";s:10:\"field_type\";s:10:\"input_text\";}i:1546;a:3:{s:8:\"field_id\";i:1546;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:6:\"number\";}i:1547;a:3:{s:8:\"field_id\";i:1547;s:5:\"value\";a:1:{i:0;s:4:\"1552\";}s:10:\"field_type\";s:11:\"check_boxes\";}i:1553;a:3:{s:8:\"field_id\";i:1553;s:5:\"value\";s:4:\"1556\";s:10:\"field_type\";s:14:\"image_swatcher\";}i:1557;a:3:{s:8:\"field_id\";i:1557;s:5:\"value\";s:4:\"1558\";s:10:\"field_type\";s:14:\"image_swatcher\";}i:1563;a:3:{s:8:\"field_id\";i:1563;s:5:\"value\";s:4:\"1564\";s:10:\"field_type\";s:9:\"drop_down\";}i:1570;a:3:{s:8:\"field_id\";i:1570;s:5:\"value\";s:161:\"Northeast Dirtbike, Fuel Factory, WPS, Automatic Distributors, Turn 14, Parts Unlimited, Jday Offroad, Bell, Alpinestars, EVS, Moose Racing, ODI, Renthal, Oakley\";s:10:\"field_type\";s:8:\"textarea\";}i:1571;a:3:{s:8:\"field_id\";i:1571;s:5:\"value\";s:342:\"Yellow plate backgrounds. I’d like to have Northeast Dirtbike logo on the main shroud, it comes up on google. The image inputted is a design I like a lot, if I could do purple accents instead of red. On the sides of the front fender, could I do “Fullerton Heating Inc” in a golden signature font typed out, I don’t have a logo for it.\";s:10:\"field_type\";s:8:\"textarea\";}i:1572;a:3:{s:8:\"field_id\";i:1572;s:5:\"value\";s:12:\"IMG_6681.png\";s:10:\"field_type\";s:11:\"file_upload\";}}}'),(908,95,'method_id','flat_rate'),(909,95,'instance_id','4'),(910,95,'cost','20'),(911,95,'total_tax','0'),(912,95,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(913,95,'Items','Custom full decal kit &times; 1'),(960,101,'_product_id','486'),(961,101,'_variation_id','0'),(962,101,'_qty','1'),(963,101,'_tax_class',''),(964,101,'_line_subtotal','100'),(965,101,'_line_subtotal_tax','0'),(966,101,'_line_total','100'),(967,101,'_line_tax','0'),(968,101,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(969,101,'selected_item_post_id','a:1:{i:0;a:10:{i:1543;a:3:{s:8:\"field_id\";i:1543;s:5:\"value\";s:11:\"TMAN Stunts\";s:10:\"field_type\";s:10:\"input_text\";}i:1544;a:3:{s:8:\"field_id\";i:1544;s:5:\"value\";s:11:\"2024 CRF110\";s:10:\"field_type\";s:10:\"input_text\";}i:1545;a:3:{s:8:\"field_id\";i:1545;s:5:\"value\";s:4:\"DO 1\";s:10:\"field_type\";s:10:\"input_text\";}i:1546;a:3:{s:8:\"field_id\";i:1546;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:6:\"number\";}i:1553;a:3:{s:8:\"field_id\";i:1553;s:5:\"value\";s:4:\"1554\";s:10:\"field_type\";s:14:\"image_swatcher\";}i:1557;a:3:{s:8:\"field_id\";i:1557;s:5:\"value\";s:4:\"1558\";s:10:\"field_type\";s:14:\"image_swatcher\";}i:1563;a:3:{s:8:\"field_id\";i:1563;s:5:\"value\";s:4:\"1564\";s:10:\"field_type\";s:9:\"drop_down\";}i:1570;a:3:{s:8:\"field_id\";i:1570;s:5:\"value\";s:30:\"Add your logo all you want Ben\";s:10:\"field_type\";s:8:\"textarea\";}i:1571;a:3:{s:8:\"field_id\";i:1571;s:5:\"value\";s:177:\"I’m sponsoring this kid, he is from Nh he does stunt shows with guys with Harley’s. Just looking for my logo as large as you can get it on there. The number spots “DO 1”\";s:10:\"field_type\";s:8:\"textarea\";}i:1572;a:3:{s:8:\"field_id\";i:1572;s:5:\"value\";s:12:\"IMG_1988.png\";s:10:\"field_type\";s:11:\"file_upload\";}}}'),(970,102,'method_id','local_pickup'),(971,102,'instance_id','2'),(972,102,'cost','0'),(973,102,'total_tax','0'),(974,102,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(975,102,'Items','Custom full decal kit &times; 1'),(992,105,'_product_id','486'),(993,105,'_variation_id','0'),(994,105,'_qty','1'),(995,105,'_tax_class',''),(996,105,'_line_subtotal','100'),(997,105,'_line_subtotal_tax','0'),(998,105,'_line_total','100'),(999,105,'_line_tax','0'),(1000,105,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1001,105,'selected_item_post_id','a:1:{i:0;a:10:{i:1543;a:3:{s:8:\"field_id\";i:1543;s:5:\"value\";s:9:\"Jake Wood\";s:10:\"field_type\";s:10:\"input_text\";}i:1544;a:3:{s:8:\"field_id\";i:1544;s:5:\"value\";s:10:\"TC250 2017\";s:10:\"field_type\";s:10:\"input_text\";}i:1545;a:3:{s:8:\"field_id\";i:1545;s:5:\"value\";s:3:\"251\";s:10:\"field_type\";s:10:\"input_text\";}i:1546;a:3:{s:8:\"field_id\";i:1546;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:6:\"number\";}i:1553;a:3:{s:8:\"field_id\";i:1553;s:5:\"value\";s:4:\"1554\";s:10:\"field_type\";s:14:\"image_swatcher\";}i:1557;a:3:{s:8:\"field_id\";i:1557;s:5:\"value\";s:4:\"1558\";s:10:\"field_type\";s:14:\"image_swatcher\";}i:1563;a:3:{s:8:\"field_id\";i:1563;s:5:\"value\";s:4:\"1565\";s:10:\"field_type\";s:9:\"drop_down\";}i:1569;a:3:{s:8:\"field_id\";i:1569;s:5:\"value\";s:18:\"Accerbis White kit\";s:10:\"field_type\";s:8:\"textarea\";}i:1570;a:3:{s:8:\"field_id\";i:1570;s:5:\"value\";s:88:\"C&L climate solutions Specialized HVAC hutch motorsports 18 photos 100% Dunlop Pro taper\";s:10:\"field_type\";s:8:\"textarea\";}i:1571;a:3:{s:8:\"field_id\";i:1571;s:5:\"value\";s:1022:\"number plate background - black hutch motorsports somewhere Ideally would like the kit to stay black and white. i want the bike to be able to match any gear I wear. ideally all logos to be mono black/white/husq yellow (unless specified or if you think color would look best). I want a very simple but sharp look for the bike. extremely similar to the photo i uploaded for inspiration. Shrouds: C&L as Main Sponsor Husqvarna logo - but smaller specialized (I want this to also be in multiple locations on bike - secondary main sponsor) front fender: hutch motorsports on front fender sides husq logo on the tip of fender rear fender: hutch motorsports on fender sides [in no specific order] specialized dunlop 100% pro taper eighteen photos logo on the end fork guards: whatever you think looks best swing-arm: whatever you think looks best can i get a stack of mini plates as well please!! specialized logo - https://specializedheatingandairconditioning.com C&L - https://www.facebook.com/share/1AYH1fWTDG/?mibextid=wwXIfr\";s:10:\"field_type\";s:8:\"textarea\";}}}'),(1002,106,'method_id','flat_rate'),(1003,106,'instance_id','4'),(1004,106,'cost','20'),(1005,106,'total_tax','0'),(1006,106,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1007,106,'Items','Custom full decal kit &times; 1'),(1008,107,'_product_id','486'),(1009,107,'_variation_id','0'),(1010,107,'_qty','1'),(1011,107,'_tax_class',''),(1012,107,'_line_subtotal','100'),(1013,107,'_line_subtotal_tax','0'),(1014,107,'_line_total','100'),(1015,107,'_line_tax','0'),(1016,107,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1017,107,'selected_item_post_id','a:1:{i:0;a:10:{i:1543;a:3:{s:8:\"field_id\";i:1543;s:5:\"value\";s:11:\"O’Doherty\";s:10:\"field_type\";s:10:\"input_text\";}i:1544;a:3:{s:8:\"field_id\";i:1544;s:5:\"value\";s:12:\"2019/crf/110\";s:10:\"field_type\";s:10:\"input_text\";}i:1545;a:3:{s:8:\"field_id\";i:1545;s:5:\"value\";s:2:\"74\";s:10:\"field_type\";s:10:\"input_text\";}i:1546;a:3:{s:8:\"field_id\";i:1546;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:6:\"number\";}i:1553;a:3:{s:8:\"field_id\";i:1553;s:5:\"value\";s:4:\"1554\";s:10:\"field_type\";s:14:\"image_swatcher\";}i:1557;a:3:{s:8:\"field_id\";i:1557;s:5:\"value\";s:4:\"1560\";s:10:\"field_type\";s:14:\"image_swatcher\";}i:1563;a:3:{s:8:\"field_id\";i:1563;s:5:\"value\";s:4:\"1565\";s:10:\"field_type\";s:9:\"drop_down\";}i:1569;a:3:{s:8:\"field_id\";i:1569;s:5:\"value\";s:23:\"Acerbis, Black metallic\";s:10:\"field_type\";s:8:\"textarea\";}i:1570;a:3:{s:8:\"field_id\";i:1570;s:5:\"value\";s:98:\"Chevy/Peterbuilt/ Cat/ Zyn/ Michelob Ultra/ Pelletier’s Auto Detail/ W.L French Excavating Corp.\";s:10:\"field_type\";s:8:\"textarea\";}i:1571;a:3:{s:8:\"field_id\";i:1571;s:5:\"value\";s:227:\"White outline around the plate, Black background, White numbers. It wont let me add files for the logos, I can email the French and Pelletire’s logos to you. If you need the others I can also send them your way through email.\";s:10:\"field_type\";s:8:\"textarea\";}}}'),(1018,108,'method_id','local_pickup'),(1019,108,'instance_id','2'),(1020,108,'cost','0'),(1021,108,'total_tax','0'),(1022,108,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1023,108,'Items','Custom full decal kit &times; 1'),(1024,109,'_product_id','2008'),(1025,109,'_variation_id','0'),(1026,109,'_qty','1'),(1027,109,'_tax_class',''),(1028,109,'_line_subtotal','25'),(1029,109,'_line_subtotal_tax','0'),(1030,109,'_line_total','25'),(1031,109,'_line_tax','0'),(1032,109,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1033,109,'selected_item_post_id','a:1:{i:0;a:6:{i:2009;a:3:{s:8:\"field_id\";i:2009;s:5:\"value\";s:10:\"Matt Milka\";s:10:\"field_type\";s:10:\"input_text\";}i:2010;a:3:{s:8:\"field_id\";i:2010;s:5:\"value\";s:21:\"milkmoney62@gmail.com\";s:10:\"field_type\";s:5:\"email\";}i:2011;a:3:{s:8:\"field_id\";i:2011;s:5:\"value\";s:15:\"2023 KTM 450sxf\";s:10:\"field_type\";s:10:\"input_text\";}i:2012;a:3:{s:8:\"field_id\";i:2012;s:5:\"value\";s:4:\"2013\";s:10:\"field_type\";s:14:\"image_swatcher\";}i:2016;a:3:{s:8:\"field_id\";i:2016;s:5:\"value\";s:4:\"2017\";s:10:\"field_type\";s:14:\"image_swatcher\";}i:2022;a:3:{s:8:\"field_id\";i:2022;s:5:\"value\";s:25:\"bike-proof-sxf450 (2).png\";s:10:\"field_type\";s:11:\"file_upload\";}}}'),(1034,110,'method_id','flat_rate'),(1035,110,'instance_id','4'),(1036,110,'cost','20'),(1037,110,'total_tax','0'),(1038,110,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1039,110,'Items','Graphics Re-print &times; 1'),(1082,116,'_product_id','486'),(1083,116,'_variation_id','0'),(1084,116,'_qty','1'),(1085,116,'_tax_class',''),(1086,116,'_line_subtotal','100'),(1087,116,'_line_subtotal_tax','0'),(1088,116,'_line_total','100'),(1089,116,'_line_tax','0'),(1090,116,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1091,116,'selected_item_post_id','a:1:{i:0;a:10:{i:1543;a:3:{s:8:\"field_id\";i:1543;s:5:\"value\";s:6:\"Reggie\";s:10:\"field_type\";s:10:\"input_text\";}i:1544;a:3:{s:8:\"field_id\";i:1544;s:5:\"value\";s:11:\"2024 tc 125\";s:10:\"field_type\";s:10:\"input_text\";}i:1545;a:3:{s:8:\"field_id\";i:1545;s:5:\"value\";s:2:\"42\";s:10:\"field_type\";s:10:\"input_text\";}i:1546;a:3:{s:8:\"field_id\";i:1546;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:6:\"number\";}i:1553;a:3:{s:8:\"field_id\";i:1553;s:5:\"value\";s:4:\"1554\";s:10:\"field_type\";s:14:\"image_swatcher\";}i:1557;a:3:{s:8:\"field_id\";i:1557;s:5:\"value\";s:4:\"1560\";s:10:\"field_type\";s:14:\"image_swatcher\";}i:1563;a:3:{s:8:\"field_id\";i:1563;s:5:\"value\";s:4:\"1564\";s:10:\"field_type\";s:9:\"drop_down\";}i:1570;a:3:{s:8:\"field_id\";i:1570;s:5:\"value\";s:583:\"bell, 100%, troy lee designs, 110 racing, alpinestars, testagrossa paving (choose file catagory), foulplugs:(https://scontent-bos5-1.cdninstagram.com/v/t51.2885-19/511362529_17904728730192055_2996032743889483747_n.jpg?stp=dst-jpg_s150x150_tt6&_nc_ht=scontent-bos5-1.cdninstagram.com&_nc_cat=107&_nc_oc=Q6cZ2QG4XH8vV27J5leZ_YqIAIeKV11Yyyt5VlISktIsAf1k_vb4XWCNz3dyRw5KuiWSLQEVxf-rcLPxOAt6xEj0KVKA&_nc_ohc=qsiBcaQ9CaQQ7kNvwGKlqjW&_nc_gid=CDHqVuR5KDFX-rIHQp5A8w&edm=AP4sbd4BAAAA&ccb=7-5&oh=00_AfTmJfwtTxeBZvdeIf_QhrMsboQQat0sDkHW7-FbFuphTA&oe=687C7792&_nc_sid=7a9f4b), factory connection\";s:10:\"field_type\";s:8:\"textarea\";}i:1571;a:3:{s:8:\"field_id\";i:1571;s:5:\"value\";s:439:\"Black backround with white numbers & the style to be number style 2 in this image (https://mxb-mods.com/wp-content/uploads/2021/08/d2a69254a87533942c12a51f9948e7de-571x640.png) mainly white bike with cyan and black accents with the testagrossa paving logo in a black diamond shape area on the shroud used as the big logo on the shroud. Put the foulplugs logo on every plastic but as a smaller logo kinda kept in the corner of each plastic.\";s:10:\"field_type\";s:8:\"textarea\";}i:1572;a:3:{s:8:\"field_id\";i:1572;s:5:\"value\";s:12:\"IMG_2400.jpg\";s:10:\"field_type\";s:11:\"file_upload\";}}}'),(1092,117,'method_id','flat_rate'),(1093,117,'instance_id','4'),(1094,117,'cost','20'),(1095,117,'total_tax','0'),(1096,117,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1097,117,'Items','Custom full decal kit &times; 1'),(1218,130,'_product_id','858'),(1219,130,'_variation_id','0'),(1220,130,'_qty','1'),(1221,130,'_tax_class',''),(1222,130,'_line_subtotal','50'),(1223,130,'_line_subtotal_tax','0'),(1224,130,'_line_total','50'),(1225,130,'_line_tax','0'),(1226,130,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1227,131,'method_id','flat_rate:4'),(1228,131,'instance_id',''),(1229,131,'cost','20.00'),(1230,131,'total_tax','0'),(1231,131,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1232,131,'Items','Custom number plate kit &times; 1'),(1249,134,'_product_id','486'),(1250,134,'_variation_id','0'),(1251,134,'_qty','2'),(1252,134,'_tax_class',''),(1253,134,'_line_subtotal','200'),(1254,134,'_line_subtotal_tax','0'),(1255,134,'_line_total','200'),(1256,134,'_line_tax','0'),(1257,134,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1258,134,'selected_item_post_id','a:1:{i:0;a:10:{i:1543;a:4:{s:8:\"field_id\";i:1543;s:5:\"value\";s:6:\"Spicer\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1544;a:4:{s:8:\"field_id\";i:1544;s:5:\"value\";s:19:\"2024 Honda crf150rb\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1545;a:4:{s:8:\"field_id\";i:1545;s:5:\"value\";s:3:\"835\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1546;a:4:{s:8:\"field_id\";i:1546;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:6:\"number\";s:14:\"addon_quantity\";i:1;}i:1547;a:4:{s:8:\"field_id\";i:1547;s:5:\"value\";a:1:{i:0;s:4:\"1551\";}s:10:\"field_type\";s:11:\"check_boxes\";s:14:\"addon_quantity\";i:1;}i:1553;a:4:{s:8:\"field_id\";i:1553;s:5:\"value\";s:4:\"1554\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1557;a:4:{s:8:\"field_id\";i:1557;s:5:\"value\";s:4:\"1558\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1563;a:4:{s:8:\"field_id\";i:1563;s:5:\"value\";s:4:\"1564\";s:10:\"field_type\";s:9:\"drop_down\";s:14:\"addon_quantity\";i:1;}i:1570;a:4:{s:8:\"field_id\";i:1570;s:5:\"value\";s:96:\"You can do random moto brands for the logos like pro taper etc that part doesn’t really matter\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}i:1571;a:4:{s:8:\"field_id\";i:1571;s:5:\"value\";s:351:\"I would like a red white and blue themed design with a Stars and Stripes look. I would like my swing arm and anywhere else that you can fit it on my bike to say bad to the bone with white cross bones and red white and blue stars and lettering. I also would like my front number plate to have spicer with my race number 835 and red white and blue stars\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}}}'),(1259,135,'method_id','local_pickup'),(1260,135,'instance_id','2'),(1261,135,'cost','0'),(1262,135,'total_tax','0'),(1263,135,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1264,135,'Items','Custom full decal kit &times; 2'),(1291,139,'method_id','local_pickup'),(1292,139,'instance_id','2'),(1293,139,'cost','0'),(1294,139,'total_tax','0'),(1295,139,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1296,139,'Items','Graphics Re-print &times; 1'),(1297,140,'_product_id','2008'),(1298,140,'_variation_id','0'),(1299,140,'_qty','1'),(1300,140,'_tax_class',''),(1301,140,'_line_subtotal','25'),(1302,140,'_line_subtotal_tax','0'),(1303,140,'_line_total','16.25'),(1304,140,'_line_tax','0'),(1305,140,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1306,140,'selected_item_post_id','a:1:{i:0;a:6:{i:2009;a:4:{s:8:\"field_id\";i:2009;s:5:\"value\";s:10:\"Ed Bullock\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:2010;a:4:{s:8:\"field_id\";i:2010;s:5:\"value\";s:18:\"eddyb929@yahoo.com\";s:10:\"field_type\";s:5:\"email\";s:14:\"addon_quantity\";i:1;}i:2011;a:4:{s:8:\"field_id\";i:2011;s:5:\"value\";s:20:\"2025 Husqvarna FC450\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:2012;a:4:{s:8:\"field_id\";i:2012;s:5:\"value\";s:4:\"2013\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:2016;a:4:{s:8:\"field_id\";i:2016;s:5:\"value\";s:4:\"2017\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:2022;a:4:{s:8:\"field_id\";i:2022;s:5:\"value\";s:27:\"102756563-181_7625_1295.JPG\";s:10:\"field_type\";s:11:\"file_upload\";s:14:\"addon_quantity\";i:1;}}}'),(1307,141,'discount_amount','8.75'),(1308,141,'discount_amount_tax','0'),(1309,141,'coupon_info','[3206,\"lvl2\",\"percent\",35]'),(1310,142,'_product_id','486'),(1311,142,'_variation_id','0'),(1312,142,'_qty','1'),(1313,142,'_tax_class',''),(1314,142,'_line_subtotal','100'),(1315,142,'_line_subtotal_tax','0'),(1316,142,'_line_total','65'),(1317,142,'_line_tax','0'),(1318,142,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1319,142,'selected_item_post_id','a:1:{i:0;a:10:{i:1543;a:4:{s:8:\"field_id\";i:1543;s:5:\"value\";s:14:\"Aubrey Bullock\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1544;a:4:{s:8:\"field_id\";i:1544;s:5:\"value\";s:14:\"2022 GasGas 85\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1545;a:4:{s:8:\"field_id\";i:1545;s:5:\"value\";s:3:\"318\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1546;a:4:{s:8:\"field_id\";i:1546;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:6:\"number\";s:14:\"addon_quantity\";i:1;}i:1553;a:4:{s:8:\"field_id\";i:1553;s:5:\"value\";s:4:\"1554\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1557;a:4:{s:8:\"field_id\";i:1557;s:5:\"value\";s:4:\"1560\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1563;a:4:{s:8:\"field_id\";i:1563;s:5:\"value\";s:4:\"1564\";s:10:\"field_type\";s:9:\"drop_down\";s:14:\"addon_quantity\";i:1;}i:1570;a:4:{s:8:\"field_id\";i:1570;s:5:\"value\";s:93:\"All same as last custom kit. \"Bullock Racing\" and all sponsors Stock replacement UFO plastics\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}i:1571;a:4:{s:8:\"field_id\";i:1571;s:5:\"value\";s:49:\"Blue backgrounds for women\'s class. White numbers\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}i:1572;a:4:{s:8:\"field_id\";i:1572;s:5:\"value\";s:32:\"graphics-kit-gasgas-usa-team.jpg\";s:10:\"field_type\";s:11:\"file_upload\";s:14:\"addon_quantity\";i:1;}}}'),(1320,143,'method_id','local_pickup'),(1321,143,'instance_id','2'),(1322,143,'cost','0'),(1323,143,'total_tax','0'),(1324,143,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1325,143,'Items','Custom full decal kit &times; 1'),(1326,144,'discount_amount','35'),(1327,144,'discount_amount_tax','0'),(1328,144,'coupon_info','[3206,\"lvl2\",\"percent\",35]'),(1371,150,'_product_id','486'),(1372,150,'_variation_id','0'),(1373,150,'_qty','1'),(1374,150,'_tax_class',''),(1375,150,'_line_subtotal','100'),(1376,150,'_line_subtotal_tax','0'),(1377,150,'_line_total','100'),(1378,150,'_line_tax','0'),(1379,150,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1380,150,'selected_item_post_id','a:1:{i:0;a:9:{i:1543;a:4:{s:8:\"field_id\";i:1543;s:5:\"value\";s:12:\"Joseph Oyola\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1544;a:4:{s:8:\"field_id\";i:1544;s:5:\"value\";s:19:\"2015 ysmaha ttr 110\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1545;a:4:{s:8:\"field_id\";i:1545;s:5:\"value\";s:3:\"242\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1546;a:4:{s:8:\"field_id\";i:1546;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:6:\"number\";s:14:\"addon_quantity\";i:1;}i:1553;a:4:{s:8:\"field_id\";i:1553;s:5:\"value\";s:4:\"1554\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1557;a:4:{s:8:\"field_id\";i:1557;s:5:\"value\";s:4:\"1558\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1563;a:4:{s:8:\"field_id\";i:1563;s:5:\"value\";s:4:\"1564\";s:10:\"field_type\";s:9:\"drop_down\";s:14:\"addon_quantity\";i:1;}i:1570;a:4:{s:8:\"field_id\";i:1570;s:5:\"value\";s:35:\"Yamaha, TTR, ama, alpinestar vet mx\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}i:1571;a:4:{s:8:\"field_id\";i:1571;s:5:\"value\";s:436:\"front side fender Yamaha and ttr110 logo. attached is the color scheme we found that he likes. vet mx top center of number plate, please feel free to mix it up alittle still trying to figure out exactly what he wants this is the website of the color scheme he likes https://backyarddesignusa.com/product/pitbike-graphic-kit-yamaha-ttr-110/?attribute_pa_baujahr=20122024-en&attribute_pa_design=flow-en&preset=1264835&designName=Prime+Pro\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}}}'),(1381,151,'_product_id','858'),(1382,151,'_variation_id','0'),(1383,151,'_qty','1'),(1384,151,'_tax_class',''),(1385,151,'_line_subtotal','50'),(1386,151,'_line_subtotal_tax','0'),(1387,151,'_line_total','50'),(1388,151,'_line_tax','0'),(1389,151,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1390,151,'selected_item_post_id','a:1:{i:0;a:9:{i:1624;a:4:{s:8:\"field_id\";i:1624;s:5:\"value\";s:17:\"2025 yamaha yz250\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1612;a:4:{s:8:\"field_id\";i:1612;s:5:\"value\";s:12:\"Joseph Oyola\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1613;a:4:{s:8:\"field_id\";i:1613;s:5:\"value\";s:3:\"351\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1880;a:4:{s:8:\"field_id\";i:1880;s:5:\"value\";s:4:\"1882\";s:10:\"field_type\";s:14:\"color_swatcher\";s:14:\"addon_quantity\";i:1;}i:1625;a:4:{s:8:\"field_id\";i:1625;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:6:\"number\";s:14:\"addon_quantity\";i:1;}i:1626;a:4:{s:8:\"field_id\";i:1626;s:5:\"value\";s:4:\"1889\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1630;a:4:{s:8:\"field_id\";i:1630;s:5:\"value\";s:4:\"1631\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1636;a:4:{s:8:\"field_id\";i:1636;s:5:\"value\";s:5:\"stock\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}i:1638;a:4:{s:8:\"field_id\";i:1638;s:5:\"value\";s:294:\"Hey I bought a bike off of Tom Raio, I am keeping all the graphics you guys did for him on it except changing the numbers. if you can just make an exact copy of what you did for him and just change the numbers. You can reach out to him and get the okay if needed black plates with white numbers\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}}}'),(1391,152,'method_id','flat_rate'),(1392,152,'instance_id','4'),(1393,152,'cost','20'),(1394,152,'total_tax','0'),(1395,152,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1396,152,'Items','Custom full decal kit &times; 1, Custom number plate kit &times; 1'),(1429,157,'_product_id','910'),(1430,157,'_variation_id','0'),(1431,157,'_qty','1'),(1432,157,'_tax_class',''),(1433,157,'_line_subtotal','50'),(1434,157,'_line_subtotal_tax','0'),(1435,157,'_line_total','50'),(1436,157,'_line_tax','0'),(1437,157,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1438,157,'selected_item_post_id','a:1:{i:0;a:8:{i:1640;a:4:{s:8:\"field_id\";i:1640;s:5:\"value\";s:11:\"2025 yz250f\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1641;a:4:{s:8:\"field_id\";i:1641;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:6:\"number\";s:14:\"addon_quantity\";i:1;}i:1642;a:4:{s:8:\"field_id\";i:1642;s:5:\"value\";s:4:\"1643\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1646;a:4:{s:8:\"field_id\";i:1646;s:5:\"value\";s:4:\"1647\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1652;a:4:{s:8:\"field_id\";i:1652;s:5:\"value\";s:3:\"oem\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}i:1653;a:4:{s:8:\"field_id\";i:1653;s:5:\"value\";s:29:\"JJB Construction yamalube fmf\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}i:1654;a:4:{s:8:\"field_id\";i:1654;s:5:\"value\";s:138:\"would like for the black to flow into the blue airbox and front part of seat. can change colors and get creative just want it to look cool\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}i:1655;a:4:{s:8:\"field_id\";i:1655;s:5:\"value\";s:13:\"IMG_3174.jpeg\";s:10:\"field_type\";s:11:\"file_upload\";s:14:\"addon_quantity\";i:1;}}}'),(1439,158,'method_id','flat_rate'),(1440,158,'instance_id','4'),(1441,158,'cost','20'),(1442,158,'total_tax','0'),(1443,158,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1444,158,'Items','Custom shroud kit &times; 1'),(1499,166,'_product_id','486'),(1500,166,'_variation_id','0'),(1501,166,'_qty','1'),(1502,166,'_tax_class',''),(1503,166,'_line_subtotal','100'),(1504,166,'_line_subtotal_tax','0'),(1505,166,'_line_total','100'),(1506,166,'_line_tax','0'),(1507,166,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1508,166,'selected_item_post_id','a:1:{i:0;a:9:{i:1543;a:4:{s:8:\"field_id\";i:1543;s:5:\"value\";s:9:\"Bergstrom\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1544;a:4:{s:8:\"field_id\";i:1544;s:5:\"value\";s:9:\"2022 yz65\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1545;a:4:{s:8:\"field_id\";i:1545;s:5:\"value\";s:3:\"499\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1546;a:4:{s:8:\"field_id\";i:1546;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:6:\"number\";s:14:\"addon_quantity\";i:1;}i:1553;a:4:{s:8:\"field_id\";i:1553;s:5:\"value\";s:4:\"1554\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1557;a:4:{s:8:\"field_id\";i:1557;s:5:\"value\";s:4:\"1559\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1563;a:4:{s:8:\"field_id\";i:1563;s:5:\"value\";s:4:\"1564\";s:10:\"field_type\";s:9:\"drop_down\";s:14:\"addon_quantity\";i:1;}i:1570;a:4:{s:8:\"field_id\";i:1570;s:5:\"value\";s:78:\"Hilltop garage Galasso landscaping mx23 fairway mortgage Kyles Off Road Racing\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}i:1571;a:4:{s:8:\"field_id\";i:1571;s:5:\"value\";s:50:\"main color: black with blue and gray accent colors\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}}}'),(1509,167,'method_id','flat_rate'),(1510,167,'instance_id','4'),(1511,167,'cost','20'),(1512,167,'total_tax','0'),(1513,167,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1514,167,'Items','Custom full decal kit &times; 1'),(1531,170,'_product_id','486'),(1532,170,'_variation_id','0'),(1533,170,'_qty','1'),(1534,170,'_tax_class',''),(1535,170,'_line_subtotal','100'),(1536,170,'_line_subtotal_tax','0'),(1537,170,'_line_total','100'),(1538,170,'_line_tax','0'),(1539,170,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1540,170,'selected_item_post_id','a:1:{i:0;a:9:{i:1543;a:4:{s:8:\"field_id\";i:1543;s:5:\"value\";s:7:\"Silvdog\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1544;a:4:{s:8:\"field_id\";i:1544;s:5:\"value\";s:13:\"24 stark varg\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1545;a:4:{s:8:\"field_id\";i:1545;s:5:\"value\";s:3:\"651\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1546;a:4:{s:8:\"field_id\";i:1546;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:6:\"number\";s:14:\"addon_quantity\";i:1;}i:1553;a:4:{s:8:\"field_id\";i:1553;s:5:\"value\";s:4:\"1554\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1557;a:4:{s:8:\"field_id\";i:1557;s:5:\"value\";s:4:\"1558\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1563;a:4:{s:8:\"field_id\";i:1563;s:5:\"value\";s:4:\"1564\";s:10:\"field_type\";s:9:\"drop_down\";s:14:\"addon_quantity\";i:1;}i:1570;a:4:{s:8:\"field_id\";i:1570;s:5:\"value\";s:96:\"FXR ,factory ride goggles , artco, factory connection , Dunlop , unlimited epoxy , stark future,\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}i:1571;a:4:{s:8:\"field_id\";i:1571;s:5:\"value\";s:152:\"Have a few pic of a graphics kit to copy a little and have pics of some logos I texted you . need color way change and have a pic of a side panel design\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}}}'),(1541,171,'method_id','flat_rate'),(1542,171,'instance_id','4'),(1543,171,'cost','20'),(1544,171,'total_tax','0'),(1545,171,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1546,171,'Items','Custom full decal kit &times; 1'),(1563,174,'_product_id','858'),(1564,174,'_variation_id','0'),(1565,174,'_qty','1'),(1566,174,'_tax_class',''),(1567,174,'_line_subtotal','50'),(1568,174,'_line_subtotal_tax','0'),(1569,174,'_line_total','50'),(1570,174,'_line_tax','0'),(1571,174,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1572,174,'selected_item_post_id','a:1:{i:0;a:8:{i:1624;a:4:{s:8:\"field_id\";i:1624;s:5:\"value\";s:16:\"2025 ktm sxf 250\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1612;a:4:{s:8:\"field_id\";i:1612;s:5:\"value\";s:12:\"Austin Enman\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1613;a:4:{s:8:\"field_id\";i:1613;s:5:\"value\";s:3:\"855\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1880;a:4:{s:8:\"field_id\";i:1880;s:5:\"value\";s:4:\"1881\";s:10:\"field_type\";s:14:\"color_swatcher\";s:14:\"addon_quantity\";i:1;}i:1626;a:4:{s:8:\"field_id\";i:1626;s:5:\"value\";s:4:\"1889\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1630;a:4:{s:8:\"field_id\";i:1630;s:5:\"value\";s:4:\"1632\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1636;a:4:{s:8:\"field_id\";i:1636;s:5:\"value\";s:3:\"Oem\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}i:1638;a:4:{s:8:\"field_id\";i:1638;s:5:\"value\";s:86:\"My son’s name is Colson if you could add that in there somewhere that could be cool.\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}}}'),(1573,175,'method_id','local_pickup'),(1574,175,'instance_id','2'),(1575,175,'cost','0'),(1576,175,'total_tax','0'),(1577,175,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1578,175,'Items','Custom number plate kit &times; 1'),(1637,183,'_product_id','2208'),(1638,183,'_variation_id','0'),(1639,183,'_qty','1'),(1640,183,'_tax_class',''),(1641,183,'_line_subtotal','1060'),(1642,183,'_line_subtotal_tax','0'),(1643,183,'_line_total','1060'),(1644,183,'_line_tax','0'),(1645,183,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1646,183,'selected_item_post_id','a:1:{i:0;a:5:{i:2209;a:4:{s:8:\"field_id\";i:2209;s:5:\"value\";s:4:\"2212\";s:10:\"field_type\";s:5:\"radio\";s:14:\"addon_quantity\";i:1;}i:2218;a:4:{s:8:\"field_id\";i:2218;s:5:\"value\";s:4:\"2219\";s:10:\"field_type\";s:5:\"radio\";s:14:\"addon_quantity\";i:1;}i:2225;a:4:{s:8:\"field_id\";i:2225;s:5:\"value\";s:4:\"2226\";s:10:\"field_type\";s:5:\"radio\";s:14:\"addon_quantity\";i:1;}i:2228;a:4:{s:8:\"field_id\";i:2228;s:5:\"value\";s:27:\"cooper motorsports logo.png\";s:10:\"field_type\";s:11:\"file_upload\";s:14:\"addon_quantity\";i:1;}i:2229;a:4:{s:8:\"field_id\";i:2229;s:5:\"value\";s:55:\"cooper motosport main logo will email other logo needed\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}}}'),(1647,184,'method_id','free_shipping'),(1648,184,'instance_id','3'),(1649,184,'cost','0'),(1650,184,'total_tax','0'),(1651,184,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1652,184,'Items','Custom canopy &times; 1'),(1695,190,'_product_id','486'),(1696,190,'_variation_id','0'),(1697,190,'_qty','1'),(1698,190,'_tax_class',''),(1699,190,'_line_subtotal','100'),(1700,190,'_line_subtotal_tax','0'),(1701,190,'_line_total','100'),(1702,190,'_line_tax','0'),(1703,190,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1704,190,'selected_item_post_id','a:1:{i:0;a:9:{i:1543;a:4:{s:8:\"field_id\";i:1543;s:5:\"value\";s:8:\"FOURNIER\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1544;a:4:{s:8:\"field_id\";i:1544;s:5:\"value\";s:14:\"2018 KTM 150SX\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1545;a:4:{s:8:\"field_id\";i:1545;s:5:\"value\";s:2:\"10\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1546;a:4:{s:8:\"field_id\";i:1546;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:6:\"number\";s:14:\"addon_quantity\";i:1;}i:1553;a:4:{s:8:\"field_id\";i:1553;s:5:\"value\";s:4:\"1554\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1557;a:4:{s:8:\"field_id\";i:1557;s:5:\"value\";s:4:\"1558\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1563;a:4:{s:8:\"field_id\";i:1563;s:5:\"value\";s:4:\"1564\";s:10:\"field_type\";s:9:\"drop_down\";s:14:\"addon_quantity\";i:1;}i:1571;a:4:{s:8:\"field_id\";i:1571;s:5:\"value\";s:179:\"Do your thing Ben. If you see it in a different way that would complement my company logo uploaded here ( black background, whatever…. ), get it brother. Besides that rip it !!!\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}i:3452;a:4:{s:8:\"field_id\";i:3452;s:5:\"value\";s:12:\"IMG_3128.PNG\";s:10:\"field_type\";s:11:\"file_upload\";s:14:\"addon_quantity\";i:1;}}}'),(1705,191,'method_id','local_pickup'),(1706,191,'instance_id','2'),(1707,191,'cost','0'),(1708,191,'total_tax','0'),(1709,191,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1710,191,'Items','Custom full decal kit &times; 1'),(1711,192,'_product_id','858'),(1712,192,'_variation_id','0'),(1713,192,'_qty','1'),(1714,192,'_tax_class',''),(1715,192,'_line_subtotal','50'),(1716,192,'_line_subtotal_tax','0'),(1717,192,'_line_total','50'),(1718,192,'_line_tax','0'),(1719,192,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1720,192,'selected_item_post_id','a:1:{i:0;a:10:{i:1624;a:4:{s:8:\"field_id\";i:1624;s:5:\"value\";s:18:\"2019 Honda Crf450r\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1612;a:4:{s:8:\"field_id\";i:1612;s:5:\"value\";s:6:\"Hurley\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1613;a:4:{s:8:\"field_id\";i:1613;s:5:\"value\";s:3:\"583\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1880;a:4:{s:8:\"field_id\";i:1880;s:5:\"value\";s:4:\"1881\";s:10:\"field_type\";s:14:\"color_swatcher\";s:14:\"addon_quantity\";i:1;}i:1625;a:4:{s:8:\"field_id\";i:1625;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:6:\"number\";s:14:\"addon_quantity\";i:1;}i:1626;a:4:{s:8:\"field_id\";i:1626;s:5:\"value\";s:4:\"1889\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1630;a:4:{s:8:\"field_id\";i:1630;s:5:\"value\";s:4:\"1631\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1636;a:4:{s:8:\"field_id\";i:1636;s:5:\"value\";s:12:\"Oem plastics\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}i:1637;a:4:{s:8:\"field_id\";i:1637;s:5:\"value\";s:25:\"No logos on number plates\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}i:1638;a:4:{s:8:\"field_id\";i:1638;s:5:\"value\";s:45:\"black background with white numbers on plates\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}}}'),(1721,193,'method_id','flat_rate'),(1722,193,'instance_id','4'),(1723,193,'cost','20'),(1724,193,'total_tax','0'),(1725,193,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1726,193,'Items','Custom number plate kit &times; 1'),(1855,210,'_product_id','858'),(1856,210,'_variation_id','0'),(1857,210,'_qty','1'),(1858,210,'_tax_class',''),(1859,210,'_line_subtotal','50'),(1860,210,'_line_subtotal_tax','0'),(1861,210,'_line_total','50'),(1862,210,'_line_tax','0'),(1863,210,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1864,210,'selected_item_post_id','a:1:{i:0;a:10:{i:1624;a:4:{s:8:\"field_id\";i:1624;s:5:\"value\";s:16:\"2022 husky TC125\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1612;a:4:{s:8:\"field_id\";i:1612;s:5:\"value\";s:12:\"Raegan Brown\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1613;a:4:{s:8:\"field_id\";i:1613;s:5:\"value\";s:3:\"295\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1880;a:4:{s:8:\"field_id\";i:1880;s:5:\"value\";s:4:\"1886\";s:10:\"field_type\";s:14:\"color_swatcher\";s:14:\"addon_quantity\";i:1;}i:1625;a:4:{s:8:\"field_id\";i:1625;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:6:\"number\";s:14:\"addon_quantity\";i:1;}i:1626;a:4:{s:8:\"field_id\";i:1626;s:5:\"value\";s:4:\"1889\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1630;a:4:{s:8:\"field_id\";i:1630;s:5:\"value\";s:4:\"1631\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1636;a:4:{s:8:\"field_id\";i:1636;s:5:\"value\";s:5:\"stock\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}i:1637;a:4:{s:8:\"field_id\";i:1637;s:5:\"value\";s:48:\"factory moto lab logo on the front center bottom\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}i:1638;a:4:{s:8:\"field_id\";i:1638;s:5:\"value\";s:171:\"have the blue background the womens class light blue background color.. The rear end starting at side plates is black, so i need the surrounding border of the plates black\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}}}'),(1865,211,'method_id','flat_rate'),(1866,211,'instance_id','4'),(1867,211,'cost','20'),(1868,211,'total_tax','0'),(1869,211,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1870,211,'Items','Custom number plate kit &times; 1'),(2003,228,'method_id','flat_rate'),(2004,228,'instance_id','4'),(2005,228,'cost','-70'),(2006,228,'total_tax','0'),(2007,228,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(2008,228,'_refunded_item_id','211'),(2009,229,'_product_id','2307'),(2010,229,'_variation_id','0'),(2011,229,'_qty','1'),(2012,229,'_tax_class',''),(2013,229,'_line_subtotal','560'),(2014,229,'_line_subtotal_tax','0'),(2015,229,'_line_total','560'),(2016,229,'_line_tax','0'),(2017,229,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2018,229,'selected_item_post_id','a:1:{i:0;a:2:{i:2322;a:4:{s:8:\"field_id\";i:2322;s:5:\"value\";s:4:\"2327\";s:10:\"field_type\";s:14:\"color_swatcher\";s:14:\"addon_quantity\";i:1;}i:2331;a:4:{s:8:\"field_id\";i:2331;s:5:\"value\";s:4:\"2333\";s:10:\"field_type\";s:5:\"radio\";s:14:\"addon_quantity\";i:1;}}}'),(2019,230,'method_id','free_shipping'),(2020,230,'instance_id','3'),(2021,230,'cost','0'),(2022,230,'total_tax','0'),(2023,230,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(2024,230,'Items','10x15 Blank Canopy &times; 1'),(2517,285,'_product_id','858'),(2518,285,'_variation_id','0'),(2519,285,'_qty','1'),(2520,285,'_tax_class',''),(2521,285,'_line_subtotal','50'),(2522,285,'_line_subtotal_tax','0'),(2523,285,'_line_total','50'),(2524,285,'_line_tax','0'),(2525,285,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2526,285,'selected_item_post_id','a:1:{i:0;a:9:{i:1624;a:4:{s:8:\"field_id\";i:1624;s:5:\"value\";s:2:\"YZ\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1612;a:4:{s:8:\"field_id\";i:1612;s:5:\"value\";s:3:\"Ben\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1613;a:4:{s:8:\"field_id\";i:1613;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1625;a:4:{s:8:\"field_id\";i:1625;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:6:\"number\";s:14:\"addon_quantity\";i:1;}i:1626;a:4:{s:8:\"field_id\";i:1626;s:5:\"value\";s:4:\"1889\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1630;a:4:{s:8:\"field_id\";i:1630;s:5:\"value\";s:4:\"1631\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1636;a:4:{s:8:\"field_id\";i:1636;s:5:\"value\";s:4:\"1564\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}i:1637;a:4:{s:8:\"field_id\";i:1637;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}i:1638;a:4:{s:8:\"field_id\";i:1638;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}}}'),(2527,286,'method_id','flat_rate'),(2528,286,'instance_id','4'),(2529,286,'cost','20'),(2530,286,'total_tax','0'),(2531,286,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(2532,286,'Items','Custom number plate kit &times; 1');
/*!40000 ALTER TABLE `nbn_woocommerce_order_itemmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_woocommerce_order_items`
--

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

--
-- Dumping data for table `nbn_woocommerce_order_items`
--

LOCK TABLES `nbn_woocommerce_order_items` WRITE;
/*!40000 ALTER TABLE `nbn_woocommerce_order_items` DISABLE KEYS */;
INSERT INTO `nbn_woocommerce_order_items` VALUES (22,'Custom full decal kit','line_item',3290),(23,'Flat rate','shipping',3290),(26,'Graphics Re-print','line_item',3291),(27,'Flat rate','shipping',3291),(92,'Custom full decal kit','line_item',3297),(93,'Flat rate','shipping',3297),(94,'Custom full decal kit','line_item',3298),(95,'Flat rate','shipping',3298),(101,'Custom full decal kit','line_item',3392),(102,'Local pickup','shipping',3392),(105,'Custom full decal kit','line_item',3394),(106,'Flat rate','shipping',3394),(107,'Custom full decal kit','line_item',3395),(108,'Local pickup','shipping',3395),(109,'Graphics Re-print','line_item',3396),(110,'Flat rate','shipping',3396),(116,'Custom full decal kit','line_item',3397),(117,'Flat rate','shipping',3397),(130,'Custom number plate kit','line_item',3398),(131,'Flat rate','shipping',3398),(134,'Custom full decal kit','line_item',3400),(135,'Local pickup','shipping',3400),(139,'Local pickup','shipping',3401),(140,'Graphics Re-print','line_item',3401),(141,'lvl2','coupon',3401),(142,'Custom full decal kit','line_item',3402),(143,'Local pickup','shipping',3402),(144,'lvl2','coupon',3402),(150,'Custom full decal kit','line_item',3404),(151,'Custom number plate kit','line_item',3404),(152,'Flat rate','shipping',3404),(157,'Custom shroud kit','line_item',3416),(158,'Flat rate','shipping',3416),(166,'Custom full decal kit','line_item',3446),(167,'Flat rate','shipping',3446),(170,'Custom full decal kit','line_item',3447),(171,'Flat rate','shipping',3447),(174,'Custom number plate kit','line_item',3448),(175,'Local pickup','shipping',3448),(183,'Custom canopy','line_item',3450),(184,'Free shipping','shipping',3450),(190,'Custom full decal kit','line_item',3469),(191,'Local pickup','shipping',3469),(192,'Custom number plate kit','line_item',3500),(193,'Flat rate','shipping',3500),(210,'Custom number plate kit','line_item',3517),(211,'Flat rate','shipping',3517),(228,'Flat rate','shipping',3542),(229,'10x15 Blank Canopy','line_item',3678),(230,'Free shipping','shipping',3678),(285,'Custom number plate kit','line_item',3694),(286,'Flat rate','shipping',3694);
/*!40000 ALTER TABLE `nbn_woocommerce_order_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_woocommerce_payment_tokenmeta`
--

DROP TABLE IF EXISTS `nbn_woocommerce_payment_tokenmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_woocommerce_payment_tokenmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `payment_token_id` bigint(20) unsigned NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  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 `nbn_woocommerce_payment_tokenmeta`
--

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

--
-- Table structure for table `nbn_woocommerce_payment_tokens`
--

DROP TABLE IF EXISTS `nbn_woocommerce_payment_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_woocommerce_payment_tokens` (
  `token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `gateway_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `token` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `type` varchar(200) COLLATE utf8mb4_unicode_520_ci 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 `nbn_woocommerce_payment_tokens`
--

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

--
-- Table structure for table `nbn_woocommerce_sessions`
--

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

--
-- Dumping data for table `nbn_woocommerce_sessions`
--

LOCK TABLES `nbn_woocommerce_sessions` WRITE;
/*!40000 ALTER TABLE `nbn_woocommerce_sessions` DISABLE KEYS */;
INSERT INTO `nbn_woocommerce_sessions` VALUES (20544,'1','a:14:{s:22:\"shipping_for_package_0\";s:1068:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_adf7abb6aee18694046444894136c19e\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:31:\"Custom full decal kit &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:31:\"Custom full decal kit &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:35:\"a:1:{i:0;s:17:\"pickup_location:0\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:17:\"wca_queued_events\";s:6:\"a:0:{}\";s:8:\"customer\";s:907:\"a:28:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:25:\"2025-10-03T17:06:28+00:00\";s:10:\"first_name\";s:3:\"Ben\";s:9:\"last_name\";s:11:\"Wojnarowicz\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:24:\"wojnarowicz967@gmail.com\";s:7:\"address\";s:14:\"31 Hill Street\";s:9:\"address_1\";s:14:\"31 Hill Street\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:7:\"Webster\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"01570\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:3:\"Ben\";s:18:\"shipping_last_name\";s:11:\"Wojnarowicz\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:14:\"31 Hill Street\";s:18:\"shipping_address_1\";s:14:\"31 Hill Street\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:7:\"Webster\";s:14:\"shipping_state\";s:2:\"MA\";s:17:\"shipping_postcode\";s:5:\"01570\";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:16:\"wca_session_data\";s:0:\"\";s:21:\"removed_cart_contents\";s:8549:\"a:9:{s:32:\"4e4797f90ef33ce3b05a78ed8d3f4c94\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:10:{i:1624;a:4:{s:8:\"field_id\";i:1624;s:5:\"value\";s:9:\"17 YZ 250\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1612;a:4:{s:8:\"field_id\";i:1612;s:5:\"value\";s:3:\"Ben\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1613;a:4:{s:8:\"field_id\";i:1613;s:5:\"value\";s:3:\"967\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1880;a:4:{s:8:\"field_id\";i:1880;s:5:\"value\";s:4:\"1883\";s:10:\"field_type\";s:14:\"color_swatcher\";s:14:\"addon_quantity\";i:1;}i:1625;a:4:{s:8:\"field_id\";i:1625;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:6:\"number\";s:14:\"addon_quantity\";i:1;}i:1626;a:4:{s:8:\"field_id\";i:1626;s:5:\"value\";s:4:\"1889\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1630;a:4:{s:8:\"field_id\";i:1630;s:5:\"value\";s:4:\"1631\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1636;a:4:{s:8:\"field_id\";i:1636;s:5:\"value\";s:3:\"OEM\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}i:1637;a:4:{s:8:\"field_id\";i:1637;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}i:1638;a:4:{s:8:\"field_id\";i:1638;s:5:\"value\";s:1:\"2\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}}}s:3:\"key\";s:32:\"4e4797f90ef33ce3b05a78ed8d3f4c94\";s:10:\"product_id\";i:858;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:\"9b7235a8caf418e76645043182c60c13\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:1:{i:1049;a:4:{s:8:\"field_id\";i:1049;s:5:\"value\";s:4:\"1051\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}}}s:3:\"key\";s:32:\"9b7235a8caf418e76645043182c60c13\";s:10:\"product_id\";i:1027;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:45;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:45;s:8:\"line_tax\";d:0;}s:32:\"c7c3a124b75eb8369648cd0abbb4f9cb\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:9:{i:1543;a:4:{s:8:\"field_id\";i:1543;s:5:\"value\";s:4:\"Lets\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1544;a:4:{s:8:\"field_id\";i:1544;s:5:\"value\";s:3:\"try\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1545;a:4:{s:8:\"field_id\";i:1545;s:5:\"value\";s:4:\"this\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1546;a:4:{s:8:\"field_id\";i:1546;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:6:\"number\";s:14:\"addon_quantity\";i:1;}i:1553;a:4:{s:8:\"field_id\";i:1553;s:5:\"value\";s:4:\"1554\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1557;a:4:{s:8:\"field_id\";i:1557;s:5:\"value\";s:4:\"1558\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1563;a:4:{s:8:\"field_id\";i:1563;s:5:\"value\";s:4:\"1564\";s:10:\"field_type\";s:9:\"drop_down\";s:14:\"addon_quantity\";i:1;}i:1570;a:4:{s:8:\"field_id\";i:1570;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}i:1571;a:4:{s:8:\"field_id\";i:1571;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}}}s:3:\"key\";s:32:\"c7c3a124b75eb8369648cd0abbb4f9cb\";s:10:\"product_id\";i:486;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:100;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";d:0;}s:32:\"98a544271e98eb69e85eb3e97385b8a1\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:9:{i:1543;a:4:{s:8:\"field_id\";i:1543;s:5:\"value\";s:4:\"Lets\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1544;a:4:{s:8:\"field_id\";i:1544;s:5:\"value\";s:3:\"try\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1545;a:4:{s:8:\"field_id\";i:1545;s:5:\"value\";s:4:\"this\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1546;a:4:{s:8:\"field_id\";i:1546;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:6:\"number\";s:14:\"addon_quantity\";i:1;}i:1553;a:4:{s:8:\"field_id\";i:1553;s:5:\"value\";s:4:\"1554\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1557;a:4:{s:8:\"field_id\";i:1557;s:5:\"value\";s:4:\"1558\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1563;a:4:{s:8:\"field_id\";i:1563;s:5:\"value\";s:4:\"1564\";s:10:\"field_type\";s:9:\"drop_down\";s:14:\"addon_quantity\";i:1;}i:1570;a:4:{s:8:\"field_id\";i:1570;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}i:1571;a:4:{s:8:\"field_id\";i:1571;s:5:\"value\";s:1:\"2\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}}}s:3:\"key\";s:32:\"98a544271e98eb69e85eb3e97385b8a1\";s:10:\"product_id\";i:486;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:100;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";d:0;}s:32:\"7d04bbbe5494ae9d2f5a76aa1c00fa2f\";a:11:{s:3:\"key\";s:32:\"7d04bbbe5494ae9d2f5a76aa1c00fa2f\";s:10:\"product_id\";i:486;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:100;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";d:0;}s:32:\"451d7e515bf24de4ead3012e5593e579\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"451d7e515bf24de4ead3012e5593e579\";s:10:\"product_id\";i:2448;s:12:\"variation_id\";i:2464;s:9:\"variation\";a:1:{s:22:\"attribute_sandbag-size\";s:5:\"Large\";}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"ab0642398a5980f8f9d991542fa864d2\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:60;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:60;s:8:\"line_tax\";d:0;}s:32:\"b2a8f4db980153cce694cce98d7413da\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"b2a8f4db980153cce694cce98d7413da\";s:10:\"product_id\";i:2144;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}s:32:\"a798dc6922b8149d4d1fa5c81b18f639\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:4:{i:2209;a:4:{s:8:\"field_id\";i:2209;s:5:\"value\";s:4:\"2210\";s:10:\"field_type\";s:5:\"radio\";s:14:\"addon_quantity\";i:1;}i:2215;a:4:{s:8:\"field_id\";i:2215;s:5:\"value\";s:4:\"2217\";s:10:\"field_type\";s:5:\"radio\";s:14:\"addon_quantity\";i:1;}i:2225;a:4:{s:8:\"field_id\";i:2225;s:5:\"value\";s:4:\"2227\";s:10:\"field_type\";s:5:\"radio\";s:14:\"addon_quantity\";i:1;}i:2229;a:4:{s:8:\"field_id\";i:2229;s:5:\"value\";s:3:\"Yes\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}}}s:3:\"key\";s:32:\"a798dc6922b8149d4d1fa5c81b18f639\";s:10:\"product_id\";i:2208;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:750;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:750;s:8:\"line_tax\";d:0;}s:32:\"686293daca6c4a4e1843e41fa4e0eaf9\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:5:{i:2370;a:4:{s:8:\"field_id\";i:2370;s:5:\"value\";s:4:\"2371\";s:10:\"field_type\";s:5:\"radio\";s:14:\"addon_quantity\";i:1;}i:2374;a:4:{s:8:\"field_id\";i:2374;s:5:\"value\";s:4:\"2376\";s:10:\"field_type\";s:5:\"radio\";s:14:\"addon_quantity\";i:1;}i:2377;a:4:{s:8:\"field_id\";i:2377;s:5:\"value\";s:4:\"2378\";s:10:\"field_type\";s:9:\"drop_down\";s:14:\"addon_quantity\";i:1;}i:2382;a:4:{s:8:\"field_id\";i:2382;s:5:\"value\";s:4:\"2383\";s:10:\"field_type\";s:5:\"radio\";s:14:\"addon_quantity\";i:1;}i:2385;a:4:{s:8:\"field_id\";i:2385;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}}}s:3:\"key\";s:32:\"686293daca6c4a4e1843e41fa4e0eaf9\";s:10:\"product_id\";i:2368;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:230;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:230;s:8:\"line_tax\";d:0;}}\";s:18:\"checkout_page_used\";b:1;s:21:\"store_api_draft_order\";i:3691;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:1523:\"a:1:{s:32:\"98a544271e98eb69e85eb3e97385b8a1\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:9:{i:1543;a:4:{s:8:\"field_id\";i:1543;s:5:\"value\";s:4:\"Lets\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1544;a:4:{s:8:\"field_id\";i:1544;s:5:\"value\";s:3:\"try\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1545;a:4:{s:8:\"field_id\";i:1545;s:5:\"value\";s:4:\"this\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1546;a:4:{s:8:\"field_id\";i:1546;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:6:\"number\";s:14:\"addon_quantity\";i:1;}i:1553;a:4:{s:8:\"field_id\";i:1553;s:5:\"value\";s:4:\"1554\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1557;a:4:{s:8:\"field_id\";i:1557;s:5:\"value\";s:4:\"1558\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1563;a:4:{s:8:\"field_id\";i:1563;s:5:\"value\";s:4:\"1564\";s:10:\"field_type\";s:9:\"drop_down\";s:14:\"addon_quantity\";i:1;}i:1570;a:4:{s:8:\"field_id\";i:1570;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}i:1571;a:4:{s:8:\"field_id\";i:1571;s:5:\"value\";s:1:\"2\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}}}s:3:\"key\";s:32:\"98a544271e98eb69e85eb3e97385b8a1\";s:10:\"product_id\";i:486;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:100;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";d:0;}}\";s:10:\"wc_notices\";s:112:\"a:1:{s:7:\"success\";a:1:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}}}\";}',1760116007),(20581,'t_0b3ada820a527ac63eedb83bfa4b6d','a:8:{s:10:\"wc_notices\";s:349:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:188:\"&ldquo;Flow Vision Section™ Goggle: CG&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:881:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_f79968dec5e8c63e2c3a4487feed4a8b\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:43:\"Flow Vision Section™ Goggle: CG &times; 1\";}}s:14:\"local_pickup:2\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:14:\"local_pickup:2\";s:9:\"method_id\";s:12:\"local_pickup\";s:11:\"instance_id\";i:2;s:5:\"label\";s:12:\"Local pickup\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:43:\"Flow Vision Section™ Goggle: CG &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:65:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:14:\"local_pickup:2\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"24917db15c4e37e421866448c9ab23d8\";a:11:{s:3:\"key\";s:32:\"24917db15c4e37e421866448c9ab23d8\";s:10:\"product_id\";i:2150;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759497849),(20582,'t_c9947b117a5438c3f7c132d62ca5c7','a:8:{s:10:\"wc_notices\";s:358:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:197:\"&ldquo;Flow Vision Section™ Goggle: The Liberty&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:899:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_28937d8de0511a2ec59b20c2e279138b\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:52:\"Flow Vision Section™ Goggle: The Liberty &times; 1\";}}s:14:\"local_pickup:2\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:14:\"local_pickup:2\";s:9:\"method_id\";s:12:\"local_pickup\";s:11:\"instance_id\";i:2;s:5:\"label\";s:12:\"Local pickup\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:52:\"Flow Vision Section™ Goggle: The Liberty &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:65:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:14:\"local_pickup:2\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"ddd9dda6bfaf0bb1525a8a27c3ee6131\";a:11:{s:3:\"key\";s:32:\"ddd9dda6bfaf0bb1525a8a27c3ee6131\";s:10:\"product_id\";i:2159;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759497849),(20583,'t_3fa4082f107e5aad485942801647a3','a:8:{s:10:\"wc_notices\";s:355:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:194:\"&ldquo;Flow Vision Section™ Goggle: Slamlife&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:893:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_6b8a49af0da5094a6c1c3682fd911620\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:49:\"Flow Vision Section™ Goggle: Slamlife &times; 1\";}}s:14:\"local_pickup:2\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:14:\"local_pickup:2\";s:9:\"method_id\";s:12:\"local_pickup\";s:11:\"instance_id\";i:2;s:5:\"label\";s:12:\"Local pickup\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:49:\"Flow Vision Section™ Goggle: Slamlife &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:65:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:14:\"local_pickup:2\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"8929c70f8d710e412d38da624b21c3c8\";a:11:{s:3:\"key\";s:32:\"8929c70f8d710e412d38da624b21c3c8\";s:10:\"product_id\";i:2165;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759497849),(20584,'t_aac9586f0d308045dcb293ce01c9a4','a:8:{s:10:\"wc_notices\";s:358:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:197:\"&ldquo;Flow Vision Section™ Goggle: Black/White&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:899:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_11f05bf1485b00d6be59331d56421101\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:52:\"Flow Vision Section™ Goggle: Black/White &times; 1\";}}s:14:\"local_pickup:2\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:14:\"local_pickup:2\";s:9:\"method_id\";s:12:\"local_pickup\";s:11:\"instance_id\";i:2;s:5:\"label\";s:12:\"Local pickup\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:52:\"Flow Vision Section™ Goggle: Black/White &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:65:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:14:\"local_pickup:2\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"86e78499eeb33fb9cac16b7555b50767\";a:11:{s:3:\"key\";s:32:\"86e78499eeb33fb9cac16b7555b50767\";s:10:\"product_id\";i:2162;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759497849),(20585,'t_8593b985e4d39ebe7da7bb61d5c672','a:8:{s:10:\"wc_notices\";s:361:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:200:\"&ldquo;Flow Vision Section™ Goggle: Flo/Blue/Black&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:905:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_052ce5bbe1392f834cf30cdf6a9d0b70\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:55:\"Flow Vision Section™ Goggle: Flo/Blue/Black &times; 1\";}}s:14:\"local_pickup:2\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:14:\"local_pickup:2\";s:9:\"method_id\";s:12:\"local_pickup\";s:11:\"instance_id\";i:2;s:5:\"label\";s:12:\"Local pickup\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:55:\"Flow Vision Section™ Goggle: Flo/Blue/Black &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:65:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:14:\"local_pickup:2\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"41e7637e7b6a9f27a98b84d3a185c7c0\";a:11:{s:3:\"key\";s:32:\"41e7637e7b6a9f27a98b84d3a185c7c0\";s:10:\"product_id\";i:2168;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759497849),(20586,'t_fcec34f081df220a0f2515fd334cda','a:8:{s:10:\"wc_notices\";s:353:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:192:\"&ldquo;Flow Vision Section™ Goggle: Sharks&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:889:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_25c841154ba7436f5d74d2e9980a19e6\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:47:\"Flow Vision Section™ Goggle: Sharks &times; 1\";}}s:14:\"local_pickup:2\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:14:\"local_pickup:2\";s:9:\"method_id\";s:12:\"local_pickup\";s:11:\"instance_id\";i:2;s:5:\"label\";s:12:\"Local pickup\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:47:\"Flow Vision Section™ Goggle: Sharks &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:65:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:14:\"local_pickup:2\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"f8e59f4b2fe7c5705bf878bbd494ccdf\";a:11:{s:3:\"key\";s:32:\"f8e59f4b2fe7c5705bf878bbd494ccdf\";s:10:\"product_id\";i:2171;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759497849),(20587,'t_10f1b71453f25cdefd8e3596edda3e','a:8:{s:10:\"wc_notices\";s:354:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:193:\"&ldquo;Flow Vision Section™ Goggle: Zombies&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:891:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_9bf91a55e217f5557e82914de59225e5\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:48:\"Flow Vision Section™ Goggle: Zombies &times; 1\";}}s:14:\"local_pickup:2\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:14:\"local_pickup:2\";s:9:\"method_id\";s:12:\"local_pickup\";s:11:\"instance_id\";i:2;s:5:\"label\";s:12:\"Local pickup\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:48:\"Flow Vision Section™ Goggle: Zombies &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:65:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:14:\"local_pickup:2\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"d1a21da7bca4abff8b0b61b87597de73\";a:11:{s:3:\"key\";s:32:\"d1a21da7bca4abff8b0b61b87597de73\";s:10:\"product_id\";i:2174;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759497849),(20588,'t_82dbcd424e31f58800e49c5d508318','a:8:{s:10:\"wc_notices\";s:352:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:191:\"&ldquo;Flow Vision Section™ Goggle: T-Rex&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:887:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_cf6c2b34527f181ad9888596748d08cb\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:46:\"Flow Vision Section™ Goggle: T-Rex &times; 1\";}}s:14:\"local_pickup:2\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:14:\"local_pickup:2\";s:9:\"method_id\";s:12:\"local_pickup\";s:11:\"instance_id\";i:2;s:5:\"label\";s:12:\"Local pickup\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:46:\"Flow Vision Section™ Goggle: T-Rex &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:65:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:14:\"local_pickup:2\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"2056d8c1dec3d12cbce646b348d189d1\";a:11:{s:3:\"key\";s:32:\"2056d8c1dec3d12cbce646b348d189d1\";s:10:\"product_id\";i:2183;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759497849),(20589,'t_4879cb10f5089f4491add9321603a3','a:8:{s:10:\"wc_notices\";s:362:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:201:\"&ldquo;Flow Vision Section™ Goggle: Reflex/Cyan/Red&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:907:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_27580b3bc857b0c9637475a9fe3e9245\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:56:\"Flow Vision Section™ Goggle: Reflex/Cyan/Red &times; 1\";}}s:14:\"local_pickup:2\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:14:\"local_pickup:2\";s:9:\"method_id\";s:12:\"local_pickup\";s:11:\"instance_id\";i:2;s:5:\"label\";s:12:\"Local pickup\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:56:\"Flow Vision Section™ Goggle: Reflex/Cyan/Red &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:65:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:14:\"local_pickup:2\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"81b3833e2504647f9d794f7d7b9bf341\";a:11:{s:3:\"key\";s:32:\"81b3833e2504647f9d794f7d7b9bf341\";s:10:\"product_id\";i:2186;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759497849),(20590,'t_0a6ad8ce45bed8a258a047413807d9','a:8:{s:10:\"wc_notices\";s:359:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:198:\"&ldquo;Flow Vision Section™ Goggle: Black/Orange&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:901:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_3ac24e84afab493beed8c9267f5ba11b\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:53:\"Flow Vision Section™ Goggle: Black/Orange &times; 1\";}}s:14:\"local_pickup:2\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:14:\"local_pickup:2\";s:9:\"method_id\";s:12:\"local_pickup\";s:11:\"instance_id\";i:2;s:5:\"label\";s:12:\"Local pickup\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:53:\"Flow Vision Section™ Goggle: Black/Orange &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:65:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:14:\"local_pickup:2\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"3a1dd98341fafc1dfe9bcf36360e6b84\";a:11:{s:3:\"key\";s:32:\"3a1dd98341fafc1dfe9bcf36360e6b84\";s:10:\"product_id\";i:2180;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759497849),(20591,'t_cb6dcd3adceaa3743e9ef0ef888b1b','a:8:{s:10:\"wc_notices\";s:348:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:187:\"&ldquo;Aggressive Graphix 10×10 Canopy&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1286:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_6e8c4f0b1a792a97d776a6f3658036ff\";s:5:\"rates\";a:3:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:42:\"Aggressive Graphix 10×10 Canopy &times; 1\";}}s:14:\"local_pickup:2\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:14:\"local_pickup:2\";s:9:\"method_id\";s:12:\"local_pickup\";s:11:\"instance_id\";i:2;s:5:\"label\";s:12:\"Local pickup\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:42:\"Aggressive Graphix 10×10 Canopy &times; 1\";}}s:15:\"free_shipping:3\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:15:\"free_shipping:3\";s:9:\"method_id\";s:13:\"free_shipping\";s:11:\"instance_id\";i:3;s:5:\"label\";s:13:\"Free shipping\";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:42:\"Aggressive Graphix 10×10 Canopy &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:92:\"a:1:{i:0;a:3:{i:0;s:11:\"flat_rate:4\";i:1;s:14:\"local_pickup:2\";i:2;s:15:\"free_shipping:3\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:3;}\";s:11:\"cart_totals\";s:397:\"a:15:{s:8:\"subtotal\";s:3:\"600\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"600\";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:\"620.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"0a87257e5308197df43230edf4ad1dae\";a:11:{s:3:\"key\";s:32:\"0a87257e5308197df43230edf4ad1dae\";s:10:\"product_id\";i:2190;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:600;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:600;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759497850),(20592,'t_9e7cf76acab862c72465f915d9228c','a:8:{s:10:\"wc_notices\";s:339:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:178:\"&ldquo;10&#215;10 Blank Canopy&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:851:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_1975bb52d7d1ef71b59ab4b71acac0ba\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:28:\"10x10 Blank Canopy &times; 1\";}}s:14:\"local_pickup:2\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:14:\"local_pickup:2\";s:9:\"method_id\";s:12:\"local_pickup\";s:11:\"instance_id\";i:2;s:5:\"label\";s:12:\"Local pickup\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:28:\"10x10 Blank Canopy &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:65:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:14:\"local_pickup:2\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:11:\"cart_totals\";s:397:\"a:15:{s:8:\"subtotal\";s:3:\"435\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"435\";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:\"455.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"98e6f17209029f4ae6dc9d88ec8eac2c\";a:11:{s:3:\"key\";s:32:\"98e6f17209029f4ae6dc9d88ec8eac2c\";s:10:\"product_id\";i:2291;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:435;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:435;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759497850),(20593,'t_1565720f2afa9140daf6959690eb51','a:8:{s:10:\"wc_notices\";s:339:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:178:\"&ldquo;10&#215;15 Blank Canopy&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1244:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_94af41886d49992961209dd99eaa696f\";s:5:\"rates\";a:3:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:28:\"10x15 Blank Canopy &times; 1\";}}s:14:\"local_pickup:2\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:14:\"local_pickup:2\";s:9:\"method_id\";s:12:\"local_pickup\";s:11:\"instance_id\";i:2;s:5:\"label\";s:12:\"Local pickup\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:28:\"10x15 Blank Canopy &times; 1\";}}s:15:\"free_shipping:3\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:15:\"free_shipping:3\";s:9:\"method_id\";s:13:\"free_shipping\";s:11:\"instance_id\";i:3;s:5:\"label\";s:13:\"Free shipping\";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:28:\"10x15 Blank Canopy &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:92:\"a:1:{i:0;a:3:{i:0;s:11:\"flat_rate:4\";i:1;s:14:\"local_pickup:2\";i:2;s:15:\"free_shipping:3\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:3;}\";s:11:\"cart_totals\";s:397:\"a:15:{s:8:\"subtotal\";s:3:\"510\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"510\";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:\"530.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"6211080fa89981f66b1a0c9d55c61d0f\";a:11:{s:3:\"key\";s:32:\"6211080fa89981f66b1a0c9d55c61d0f\";s:10:\"product_id\";i:2307;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:510;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:510;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759497850),(20594,'t_ece8b296de789b043c17279edfe3d5','a:8:{s:10:\"wc_notices\";s:339:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:178:\"&ldquo;10&#215;20 Blank Canopy&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1244:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_c10a7b0c58fa644bbcbc49ef9d57e6fb\";s:5:\"rates\";a:3:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:28:\"10x20 Blank Canopy &times; 1\";}}s:14:\"local_pickup:2\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:14:\"local_pickup:2\";s:9:\"method_id\";s:12:\"local_pickup\";s:11:\"instance_id\";i:2;s:5:\"label\";s:12:\"Local pickup\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:28:\"10x20 Blank Canopy &times; 1\";}}s:15:\"free_shipping:3\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:15:\"free_shipping:3\";s:9:\"method_id\";s:13:\"free_shipping\";s:11:\"instance_id\";i:3;s:5:\"label\";s:13:\"Free shipping\";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:28:\"10x20 Blank Canopy &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:92:\"a:1:{i:0;a:3:{i:0;s:11:\"flat_rate:4\";i:1;s:14:\"local_pickup:2\";i:2;s:15:\"free_shipping:3\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:3;}\";s:11:\"cart_totals\";s:397:\"a:15:{s:8:\"subtotal\";s:3:\"750\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"750\";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:\"770.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"a70dc40477bc2adceef4d2c90f47eb82\";a:11:{s:3:\"key\";s:32:\"a70dc40477bc2adceef4d2c90f47eb82\";s:10:\"product_id\";i:2320;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:750;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:750;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759497850),(20595,'t_ecc7896153547539949331517fbac5','a:8:{s:10:\"wc_notices\";s:336:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:175:\"&ldquo;10ft Blank Half Wall&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:855:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_e8848e492c94e8f103b85e7731154353\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:30:\"10ft Blank Half Wall &times; 1\";}}s:14:\"local_pickup:2\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:14:\"local_pickup:2\";s:9:\"method_id\";s:12:\"local_pickup\";s:11:\"instance_id\";i:2;s:5:\"label\";s:12:\"Local pickup\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:30:\"10ft Blank Half Wall &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:65:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:14:\"local_pickup:2\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"65\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"65\";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:\"85.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"7e3b7a5bafcb0fa8e8dfe3ea6aca9186\";a:11:{s:3:\"key\";s:32:\"7e3b7a5bafcb0fa8e8dfe3ea6aca9186\";s:10:\"product_id\";i:2334;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:65;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:65;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759497850),(20596,'t_a3ce30cea10753e0a3525bfdd821ef','a:8:{s:10:\"wc_notices\";s:338:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:177:\"&ldquo;Custom Print Full Wall&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:859:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_2e168f986f0a28324208150355f2badc\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:32:\"Custom Print Full Wall &times; 1\";}}s:14:\"local_pickup:2\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:14:\"local_pickup:2\";s:9:\"method_id\";s:12:\"local_pickup\";s:11:\"instance_id\";i:2;s:5:\"label\";s:12:\"Local pickup\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:32:\"Custom Print Full Wall &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:65:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:14:\"local_pickup:2\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:11:\"cart_totals\";s:397:\"a:15:{s:8:\"subtotal\";s:3:\"170\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"170\";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:\"190.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"4a06d868d044c50af0cf9bc82d2fc19f\";a:11:{s:3:\"key\";s:32:\"4a06d868d044c50af0cf9bc82d2fc19f\";s:10:\"product_id\";i:2424;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;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759497850),(20597,'t_c3e895c84551919703baf93b60aee3','a:8:{s:10:\"wc_notices\";s:331:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:170:\"&ldquo;Blank Full Wall&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:845:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_95bc7caad68b04c5045ed496e4e0628c\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:25:\"Blank Full Wall &times; 1\";}}s:14:\"local_pickup:2\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:14:\"local_pickup:2\";s:9:\"method_id\";s:12:\"local_pickup\";s:11:\"instance_id\";i:2;s:5:\"label\";s:12:\"Local pickup\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:25:\"Blank Full Wall &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:65:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:14:\"local_pickup:2\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:11:\"cart_totals\";s:397:\"a:15:{s:8:\"subtotal\";s:3:\"110\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"110\";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:\"130.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"102f0bb6efb3a6128a3c750dd16729be\";a:11:{s:3:\"key\";s:32:\"102f0bb6efb3a6128a3c750dd16729be\";s:10:\"product_id\";i:2391;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:110;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:110;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759497850),(20598,'t_4c8a851f78770de9d6fba83e3029f0','a:8:{s:10:\"wc_notices\";s:335:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:174:\"&ldquo;Stretch Table Cloth&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:853:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_32c623e6cdd90d3f13bbda1ab106ee47\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:29:\"Stretch Table Cloth &times; 1\";}}s:14:\"local_pickup:2\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:14:\"local_pickup:2\";s:9:\"method_id\";s:12:\"local_pickup\";s:11:\"instance_id\";i:2;s:5:\"label\";s:12:\"Local pickup\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:29:\"Stretch Table Cloth &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:65:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:14:\"local_pickup:2\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"50\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"50\";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:\"70.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"2b323d6eb28422cef49b266557dd31ad\";a:11:{s:3:\"key\";s:32:\"2b323d6eb28422cef49b266557dd31ad\";s:10:\"product_id\";i:3274;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:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759497850),(20599,'t_1e2748e6bea888708102ef148d9c42','a:8:{s:10:\"wc_notices\";s:334:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:173:\"&ldquo;Fitted Table Cloth&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:851:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_95997753e3982cfbcd587b388d6e7f65\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:28:\"Fitted Table Cloth &times; 1\";}}s:14:\"local_pickup:2\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:14:\"local_pickup:2\";s:9:\"method_id\";s:12:\"local_pickup\";s:11:\"instance_id\";i:2;s:5:\"label\";s:12:\"Local pickup\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:28:\"Fitted Table Cloth &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:65:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:14:\"local_pickup:2\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"50\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"50\";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:\"70.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"504c296f8eb5fd521e744da4e8371f28\";a:11:{s:3:\"key\";s:32:\"504c296f8eb5fd521e744da4e8371f28\";s:10:\"product_id\";i:3251;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:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759497850),(20600,'t_7e2c643df2295a46a6362d640e8d91','a:8:{s:10:\"wc_notices\";s:333:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:172:\"&ldquo;Custom shroud kit&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:849:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_33dc36b6059f82d595c2ccda18178371\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:27:\"Custom shroud kit &times; 1\";}}s:14:\"local_pickup:2\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:14:\"local_pickup:2\";s:9:\"method_id\";s:12:\"local_pickup\";s:11:\"instance_id\";i:2;s:5:\"label\";s:12:\"Local pickup\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:27:\"Custom shroud kit &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:65:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:14:\"local_pickup:2\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"50\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"50\";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:\"70.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:411:\"a:1:{s:32:\"e205ee2a5de471a70c1fd1b46033a75f\";a:11:{s:3:\"key\";s:32:\"e205ee2a5de471a70c1fd1b46033a75f\";s:10:\"product_id\";i:910;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:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759497850),(20601,'t_0379308ec20b74af8502df51946aa5','a:8:{s:10:\"wc_notices\";s:327:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:166:\"&ldquo;Progressive&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:837:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_1237725841719ce5daf570656d8f5fa5\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"40\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:21:\"Progressive &times; 1\";}}s:14:\"local_pickup:2\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:14:\"local_pickup:2\";s:9:\"method_id\";s:12:\"local_pickup\";s:11:\"instance_id\";i:2;s:5:\"label\";s:12:\"Local pickup\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:21:\"Progressive &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:65:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:14:\"local_pickup:2\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"25\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"40\";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:\"65.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"797134c3e42371bb4979a462eb2f042a\";a:11:{s:3:\"key\";s:32:\"797134c3e42371bb4979a462eb2f042a\";s:10:\"product_id\";i:3465;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:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759497850),(20602,'t_a05ed17c4156a2a822c380d632ffb4','a:8:{s:10:\"wc_notices\";s:340:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:179:\"&ldquo;Custom Printed Half Wall&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:863:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_05e554921761f946cb97040d85ec5272\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:34:\"Custom Printed Half Wall &times; 1\";}}s:14:\"local_pickup:2\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:14:\"local_pickup:2\";s:9:\"method_id\";s:12:\"local_pickup\";s:11:\"instance_id\";i:2;s:5:\"label\";s:12:\"Local pickup\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:34:\"Custom Printed Half Wall &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:65:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:14:\"local_pickup:2\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:11:\"cart_totals\";s:397:\"a:15:{s:8:\"subtotal\";s:3:\"135\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"135\";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:\"155.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"466accbac9a66b805ba50e42ad715740\";a:11:{s:3:\"key\";s:32:\"466accbac9a66b805ba50e42ad715740\";s:10:\"product_id\";i:2368;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:135;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:135;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759497851),(20603,'t_341cce8bf17bdc584853882689aace','a:8:{s:10:\"wc_notices\";s:338:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:177:\"&ldquo;Replacement Canopy Bag&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:859:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_f789c1854f96fa49a50e435405311711\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:32:\"Replacement Canopy Bag &times; 1\";}}s:14:\"local_pickup:2\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:14:\"local_pickup:2\";s:9:\"method_id\";s:12:\"local_pickup\";s:11:\"instance_id\";i:2;s:5:\"label\";s:12:\"Local pickup\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:32:\"Replacement Canopy Bag &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:65:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:14:\"local_pickup:2\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:11:\"cart_totals\";s:397:\"a:15:{s:8:\"subtotal\";s:3:\"100\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"120.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"1e0a84051e6a4a7381473328f43c4884\";a:11:{s:3:\"key\";s:32:\"1e0a84051e6a4a7381473328f43c4884\";s:10:\"product_id\";i:2465;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:100;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759497851),(20604,'t_c0032398901d19138fd8a2ac32df7d','a:8:{s:10:\"wc_notices\";s:322:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:161:\"&ldquo;Marker&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:827:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_cd750e94257fed9eefa0e622930bc8e8\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"40\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:16:\"Marker &times; 1\";}}s:14:\"local_pickup:2\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:14:\"local_pickup:2\";s:9:\"method_id\";s:12:\"local_pickup\";s:11:\"instance_id\";i:2;s:5:\"label\";s:12:\"Local pickup\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:16:\"Marker &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:65:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:14:\"local_pickup:2\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"25\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"40\";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:\"65.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"2a2717956118b4d223ceca17ce3865e2\";a:11:{s:3:\"key\";s:32:\"2a2717956118b4d223ceca17ce3865e2\";s:10:\"product_id\";i:3467;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:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759497851),(20605,'t_470c91822c07119c24e812625909da','a:8:{s:10:\"wc_notices\";s:329:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:168:\"&ldquo;Custom canopy&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:841:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_7cac1d8380501bb5f0c5d24a5e46075d\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:23:\"Custom canopy &times; 1\";}}s:14:\"local_pickup:2\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:14:\"local_pickup:2\";s:9:\"method_id\";s:12:\"local_pickup\";s:11:\"instance_id\";i:2;s:5:\"label\";s:12:\"Local pickup\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:23:\"Custom canopy &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:65:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:14:\"local_pickup:2\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:11:\"cart_totals\";s:397:\"a:15:{s:8:\"subtotal\";s:3:\"200\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"200\";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:\"220.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:414:\"a:1:{s:32:\"cd3afef9b8b89558cd56638c3631868a\";a:11:{s:3:\"key\";s:32:\"cd3afef9b8b89558cd56638c3631868a\";s:10:\"product_id\";i:2208;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:200;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:200;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759497851),(20606,'t_773f8d69cfe16b777619514f6041a0','a:8:{s:10:\"wc_notices\";s:333:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:172:\"&ldquo;Graphics Re-print&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:849:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_8e98602f8d1889f00a2d36c7067b0a20\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:27:\"Graphics Re-print &times; 1\";}}s:14:\"local_pickup:2\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:14:\"local_pickup:2\";s:9:\"method_id\";s:12:\"local_pickup\";s:11:\"instance_id\";i:2;s:5:\"label\";s:12:\"Local pickup\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:27:\"Graphics Re-print &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:65:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:14:\"local_pickup:2\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"25\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"45.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:412:\"a:1:{s:32:\"ef8446f35513a8d6aa2308357a268a7e\";a:11:{s:3:\"key\";s:32:\"ef8446f35513a8d6aa2308357a268a7e\";s:10:\"product_id\";i:2008;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:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759497851),(20607,'t_ee4bf107f63b5e390b7b6ac875ac76','a:8:{s:10:\"wc_notices\";s:339:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:178:\"&ldquo;Custom number plate kit&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:861:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_df33f9e8e6324c4930d110bba616e279\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:33:\"Custom number plate kit &times; 1\";}}s:14:\"local_pickup:2\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:14:\"local_pickup:2\";s:9:\"method_id\";s:12:\"local_pickup\";s:11:\"instance_id\";i:2;s:5:\"label\";s:12:\"Local pickup\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:33:\"Custom number plate kit &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:65:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:14:\"local_pickup:2\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"50\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"50\";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:\"70.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:411:\"a:1:{s:32:\"a67f096809415ca1c9f112d96d27689b\";a:11:{s:3:\"key\";s:32:\"a67f096809415ca1c9f112d96d27689b\";s:10:\"product_id\";i:858;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:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759497851),(20608,'t_e00b2e23b1fa6c0561deb83e97da04','a:8:{s:10:\"wc_notices\";s:337:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:176:\"&ldquo;Custom full decal kit&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:857:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_a71b57a8a348480c67b13917a79c9c20\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:31:\"Custom full decal kit &times; 1\";}}s:14:\"local_pickup:2\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:14:\"local_pickup:2\";s:9:\"method_id\";s:12:\"local_pickup\";s:11:\"instance_id\";i:2;s:5:\"label\";s:12:\"Local pickup\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:31:\"Custom full decal kit &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:65:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:14:\"local_pickup:2\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:11:\"cart_totals\";s:397:\"a:15:{s:8:\"subtotal\";s:3:\"100\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"120.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:413:\"a:1:{s:32:\"7d04bbbe5494ae9d2f5a76aa1c00fa2f\";a:11:{s:3:\"key\";s:32:\"7d04bbbe5494ae9d2f5a76aa1c00fa2f\";s:10:\"product_id\";i:486;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:100;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759497851),(20614,'t_79fcd056c5072dbd5725d353167276','a:10:{s:16:\"wca_session_data\";s:0:\"\";s:22:\"shipping_for_package_0\";s:1068:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_f88ae2ac1b44dad18625812b0e37d650\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:31:\"Custom full decal kit &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:31:\"Custom full decal kit &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:397:\"a:15:{s:8:\"subtotal\";s:3:\"100\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"120.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:1523:\"a:1:{s:32:\"98a544271e98eb69e85eb3e97385b8a1\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:9:{i:1543;a:4:{s:8:\"field_id\";i:1543;s:5:\"value\";s:4:\"Lets\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1544;a:4:{s:8:\"field_id\";i:1544;s:5:\"value\";s:3:\"try\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1545;a:4:{s:8:\"field_id\";i:1545;s:5:\"value\";s:4:\"this\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1546;a:4:{s:8:\"field_id\";i:1546;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:6:\"number\";s:14:\"addon_quantity\";i:1;}i:1553;a:4:{s:8:\"field_id\";i:1553;s:5:\"value\";s:4:\"1554\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1557;a:4:{s:8:\"field_id\";i:1557;s:5:\"value\";s:4:\"1558\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1563;a:4:{s:8:\"field_id\";i:1563;s:5:\"value\";s:4:\"1564\";s:10:\"field_type\";s:9:\"drop_down\";s:14:\"addon_quantity\";i:1;}i:1570;a:4:{s:8:\"field_id\";i:1570;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}i:1571;a:4:{s:8:\"field_id\";i:1571;s:5:\"value\";s:1:\"2\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}}}s:3:\"key\";s:32:\"98a544271e98eb69e85eb3e97385b8a1\";s:10:\"product_id\";i:486;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:100;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:17:\"wca_queued_events\";s:6:\"a:0:{}\";}',1759498855),(20678,'t_c57390ab5894b1880dcd3d1d09eca9','a:14:{s:16:\"wca_session_data\";s:0:\"\";s:22:\"shipping_for_package_0\";s:1068:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_8daeafa789f5f6908cb325ba1c0d3339\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:31:\"Custom full decal kit &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:31:\"Custom full decal kit &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:17:\"wca_queued_events\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:4181:\"a:4:{s:32:\"44aa715104143648db8c329a9bcd750b\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:9:{i:1543;a:4:{s:8:\"field_id\";i:1543;s:5:\"value\";s:1:\"B\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1544;a:4:{s:8:\"field_id\";i:1544;s:5:\"value\";s:1:\"W\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1545;a:4:{s:8:\"field_id\";i:1545;s:5:\"value\";s:1:\"9\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1546;a:4:{s:8:\"field_id\";i:1546;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:6:\"number\";s:14:\"addon_quantity\";i:1;}i:1553;a:4:{s:8:\"field_id\";i:1553;s:5:\"value\";s:4:\"1554\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1557;a:4:{s:8:\"field_id\";i:1557;s:5:\"value\";s:4:\"1558\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1563;a:4:{s:8:\"field_id\";i:1563;s:5:\"value\";s:4:\"1564\";s:10:\"field_type\";s:9:\"drop_down\";s:14:\"addon_quantity\";i:1;}i:1570;a:4:{s:8:\"field_id\";i:1570;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}i:1571;a:4:{s:8:\"field_id\";i:1571;s:5:\"value\";s:1:\"2\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}}}s:3:\"key\";s:32:\"44aa715104143648db8c329a9bcd750b\";s:10:\"product_id\";i:486;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:100;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";d:0;}s:32:\"65e6d140b2bc12c8c85b54116f040c57\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"65e6d140b2bc12c8c85b54116f040c57\";s:10:\"product_id\";i:2186;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}s:32:\"636b36e9877f72b17ee4ab433721600c\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:4:{i:2026;a:4:{s:8:\"field_id\";i:2026;s:5:\"value\";s:6:\"Yz 250\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:3655;a:4:{s:8:\"field_id\";i:3655;s:5:\"value\";s:4:\"3659\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:3191;a:4:{s:8:\"field_id\";i:3191;s:5:\"value\";s:4:\"3194\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:2032;a:4:{s:8:\"field_id\";i:2032;s:5:\"value\";s:1:\"Q\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}}}s:3:\"key\";s:32:\"636b36e9877f72b17ee4ab433721600c\";s:10:\"product_id\";i:2025;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:35;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:35;s:8:\"line_tax\";d:0;}s:32:\"577b63969f86eb2fb4271c03f6abff11\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:7:{i:1580;a:4:{s:8:\"field_id\";i:1580;s:5:\"value\";s:6:\"Yz 250\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1581;a:4:{s:8:\"field_id\";i:1581;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:6:\"number\";s:14:\"addon_quantity\";i:1;}i:1589;a:4:{s:8:\"field_id\";i:1589;s:5:\"value\";s:4:\"1590\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1593;a:4:{s:8:\"field_id\";i:1593;s:5:\"value\";s:4:\"1594\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1599;a:4:{s:8:\"field_id\";i:1599;s:5:\"value\";s:4:\"1600\";s:10:\"field_type\";s:9:\"drop_down\";s:14:\"addon_quantity\";i:1;}i:1606;a:4:{s:8:\"field_id\";i:1606;s:5:\"value\";s:1:\"A\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}i:1607;a:4:{s:8:\"field_id\";i:1607;s:5:\"value\";s:1:\"B\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}}}s:3:\"key\";s:32:\"577b63969f86eb2fb4271c03f6abff11\";s:10:\"product_id\";i:700;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:100;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";d:0;}}\";s:18:\"checkout_page_used\";b:1;s:21:\"store_api_draft_order\";i:3692;s:11:\"cart_totals\";s:397:\"a:15:{s:8:\"subtotal\";s:3:\"100\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"120.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:1524:\"a:1:{s:32:\"d33c878e4ffcd83d23596555a8ecdcd7\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:9:{i:1543;a:4:{s:8:\"field_id\";i:1543;s:5:\"value\";s:3:\"Ben\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1544;a:4:{s:8:\"field_id\";i:1544;s:5:\"value\";s:6:\"Yz 250\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1545;a:4:{s:8:\"field_id\";i:1545;s:5:\"value\";s:3:\"967\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1546;a:4:{s:8:\"field_id\";i:1546;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:6:\"number\";s:14:\"addon_quantity\";i:1;}i:1553;a:4:{s:8:\"field_id\";i:1553;s:5:\"value\";s:4:\"1554\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1557;a:4:{s:8:\"field_id\";i:1557;s:5:\"value\";s:4:\"1558\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1563;a:4:{s:8:\"field_id\";i:1563;s:5:\"value\";s:4:\"1564\";s:10:\"field_type\";s:9:\"drop_down\";s:14:\"addon_quantity\";i:1;}i:1570;a:4:{s:8:\"field_id\";i:1570;s:5:\"value\";s:1:\"A\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}i:1571;a:4:{s:8:\"field_id\";i:1571;s:5:\"value\";s:1:\"B\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}}}s:3:\"key\";s:32:\"d33c878e4ffcd83d23596555a8ecdcd7\";s:10:\"product_id\";i:486;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:100;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";d:0;}}\";s:10:\"wc_notices\";s:112:\"a:1:{s:7:\"success\";a:1:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}}}\";}',1759521893),(20740,'t_42c6547723183501e38d50d236c5a8','a:11:{s:16:\"wca_session_data\";s:0:\"\";s:22:\"shipping_for_package_0\";s:5112:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_628b5963e1e677a45bda5e8e8f6a31a6\";s:5:\"rates\";a:3:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:1245:\"Flow Vision Section™ Goggle: Sharks &times; 5, Flow Vision Section™ Goggle: Black/Orange &times; 5, Flow Vision Section™ Goggle: Reflex/Cyan/Red &times; 5, Flow Vision Section™ Goggle: CG &times; 5, Flow Vision Section™ Goggle: Slamlife &times; 5, Flow Vision Section™ Goggle: Zombies &times; 5, Flow Vision Section™ Goggle: Black/White &times; 5, Flow Vision Section™ Goggle: The Liberty &times; 5, Flow Vision Section™ Goggle: Flo/Blue/Black &times; 5, Flow Vision Section™ Goggle: T-Rex &times; 5, Flow Vision Rythem™ Goggle: JC &times; 5, Flow Vision Rythem™ Goggle: Blue Angel &times; 5, Flow Vision Rythem™ Goggle: Neon &times; 5, Flow Vision Rythem™ Goggle: Starship &times; 5, Flow Vision Rythem™ Goggle: Freedom &times; 5, Flow Vision Rythem™ Goggle: Magma &times; 5, Flow Vision Rythem™ Goggle: Valor &times; 5, Flow Vision Rythem™ Goggle: White/Black &times; 5, Goggle Case &times; 4, Flow Vision Rythem™ Goggle: Pipeline &times; 5, Flow Vision Rythem™ Goggle: Abstract &times; 5, Flow Vision Rythem™ Goggle: I Don\'t Kneel &times; 5, Flow Vision Rythem™ Goggle: 2nd Amendment &times; 5, Flow Vision Rythem™ Goggle: Gold Leaf &times; 5, Flow Vision Rythem™ Goggle: Independence &times; 5\";}}s:15:\"free_shipping:3\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:15:\"free_shipping:3\";s:9:\"method_id\";s:13:\"free_shipping\";s:11:\"instance_id\";i:3;s:5:\"label\";s:13:\"Free shipping\";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:1245:\"Flow Vision Section™ Goggle: Sharks &times; 5, Flow Vision Section™ Goggle: Black/Orange &times; 5, Flow Vision Section™ Goggle: Reflex/Cyan/Red &times; 5, Flow Vision Section™ Goggle: CG &times; 5, Flow Vision Section™ Goggle: Slamlife &times; 5, Flow Vision Section™ Goggle: Zombies &times; 5, Flow Vision Section™ Goggle: Black/White &times; 5, Flow Vision Section™ Goggle: The Liberty &times; 5, Flow Vision Section™ Goggle: Flo/Blue/Black &times; 5, Flow Vision Section™ Goggle: T-Rex &times; 5, Flow Vision Rythem™ Goggle: JC &times; 5, Flow Vision Rythem™ Goggle: Blue Angel &times; 5, Flow Vision Rythem™ Goggle: Neon &times; 5, Flow Vision Rythem™ Goggle: Starship &times; 5, Flow Vision Rythem™ Goggle: Freedom &times; 5, Flow Vision Rythem™ Goggle: Magma &times; 5, Flow Vision Rythem™ Goggle: Valor &times; 5, Flow Vision Rythem™ Goggle: White/Black &times; 5, Goggle Case &times; 4, Flow Vision Rythem™ Goggle: Pipeline &times; 5, Flow Vision Rythem™ Goggle: Abstract &times; 5, Flow Vision Rythem™ Goggle: I Don\'t Kneel &times; 5, Flow Vision Rythem™ Goggle: 2nd Amendment &times; 5, Flow Vision Rythem™ Goggle: Gold Leaf &times; 5, Flow Vision Rythem™ Goggle: Independence &times; 5\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:1245:\"Flow Vision Section™ Goggle: Sharks &times; 5, Flow Vision Section™ Goggle: Black/Orange &times; 5, Flow Vision Section™ Goggle: Reflex/Cyan/Red &times; 5, Flow Vision Section™ Goggle: CG &times; 5, Flow Vision Section™ Goggle: Slamlife &times; 5, Flow Vision Section™ Goggle: Zombies &times; 5, Flow Vision Section™ Goggle: Black/White &times; 5, Flow Vision Section™ Goggle: The Liberty &times; 5, Flow Vision Section™ Goggle: Flo/Blue/Black &times; 5, Flow Vision Section™ Goggle: T-Rex &times; 5, Flow Vision Rythem™ Goggle: JC &times; 5, Flow Vision Rythem™ Goggle: Blue Angel &times; 5, Flow Vision Rythem™ Goggle: Neon &times; 5, Flow Vision Rythem™ Goggle: Starship &times; 5, Flow Vision Rythem™ Goggle: Freedom &times; 5, Flow Vision Rythem™ Goggle: Magma &times; 5, Flow Vision Rythem™ Goggle: Valor &times; 5, Flow Vision Rythem™ Goggle: White/Black &times; 5, Goggle Case &times; 4, Flow Vision Rythem™ Goggle: Pipeline &times; 5, Flow Vision Rythem™ Goggle: Abstract &times; 5, Flow Vision Rythem™ Goggle: I Don\'t Kneel &times; 5, Flow Vision Rythem™ Goggle: 2nd Amendment &times; 5, Flow Vision Rythem™ Goggle: Gold Leaf &times; 5, Flow Vision Rythem™ Goggle: Independence &times; 5\";}}}}\";s:25:\"previous_shipping_methods\";s:95:\"a:1:{i:0;a:3:{i:0;s:11:\"flat_rate:4\";i:1;s:15:\"free_shipping:3\";i:2;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:3;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:400:\"a:15:{s:8:\"subtotal\";s:4:\"6388\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"6388\";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:\"6408.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:11332:\"a:25:{s:32:\"105fceabe9dbb9993f8c024187e38c99\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"105fceabe9dbb9993f8c024187e38c99\";s:10:\"product_id\";i:2171;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:230;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:230;s:8:\"line_tax\";d:0;}s:32:\"50a723b27cedce7b5f8e0ae67b63f0ad\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"50a723b27cedce7b5f8e0ae67b63f0ad\";s:10:\"product_id\";i:2180;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:230;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:230;s:8:\"line_tax\";d:0;}s:32:\"65e6d140b2bc12c8c85b54116f040c57\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"65e6d140b2bc12c8c85b54116f040c57\";s:10:\"product_id\";i:2186;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:230;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:230;s:8:\"line_tax\";d:0;}s:32:\"8b8ecd6c63634542e993332f616accc6\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"8b8ecd6c63634542e993332f616accc6\";s:10:\"product_id\";i:2150;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:230;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:230;s:8:\"line_tax\";d:0;}s:32:\"b456b023ead871f249b9bb9fccd6a6c6\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"b456b023ead871f249b9bb9fccd6a6c6\";s:10:\"product_id\";i:2165;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:230;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:230;s:8:\"line_tax\";d:0;}s:32:\"b5fcd8007040fc4d270d234db1eca527\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"b5fcd8007040fc4d270d234db1eca527\";s:10:\"product_id\";i:2174;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:230;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:230;s:8:\"line_tax\";d:0;}s:32:\"dd8e84fce739326db4811f2289d798b2\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"dd8e84fce739326db4811f2289d798b2\";s:10:\"product_id\";i:2162;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:230;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:230;s:8:\"line_tax\";d:0;}s:32:\"73d1b9556b1037b5d4ff1a2e94c8233f\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"73d1b9556b1037b5d4ff1a2e94c8233f\";s:10:\"product_id\";i:2159;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:230;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:230;s:8:\"line_tax\";d:0;}s:32:\"7385b355ef9bc0f47fc0e568fd77e1c5\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"7385b355ef9bc0f47fc0e568fd77e1c5\";s:10:\"product_id\";i:2168;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:230;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:230;s:8:\"line_tax\";d:0;}s:32:\"f6282cc6ba593fe4e48ca3e430af1f94\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"f6282cc6ba593fe4e48ca3e430af1f94\";s:10:\"product_id\";i:2183;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:230;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:230;s:8:\"line_tax\";d:0;}s:32:\"de86cee25b078226105324cb775acb16\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"de86cee25b078226105324cb775acb16\";s:10:\"product_id\";i:2135;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:280;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:280;s:8:\"line_tax\";d:0;}s:32:\"6e4680f5df7854067d023b548fc2d9b1\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"6e4680f5df7854067d023b548fc2d9b1\";s:10:\"product_id\";i:2123;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:280;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:280;s:8:\"line_tax\";d:0;}s:32:\"e97649bcb34e04cb6348460248b3b426\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"e97649bcb34e04cb6348460248b3b426\";s:10:\"product_id\";i:2114;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:280;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:280;s:8:\"line_tax\";d:0;}s:32:\"37a75aeda3d698b8704e481c1be28a76\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"37a75aeda3d698b8704e481c1be28a76\";s:10:\"product_id\";i:2120;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:280;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:280;s:8:\"line_tax\";d:0;}s:32:\"b2a8f4db980153cce694cce98d7413da\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"b2a8f4db980153cce694cce98d7413da\";s:10:\"product_id\";i:2144;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:280;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:280;s:8:\"line_tax\";d:0;}s:32:\"41ed659b03027c2bffe3f04f3507ad83\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"41ed659b03027c2bffe3f04f3507ad83\";s:10:\"product_id\";i:2132;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:280;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:280;s:8:\"line_tax\";d:0;}s:32:\"50d0f4cdf3fffb9bb72b325489ce1bc9\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"50d0f4cdf3fffb9bb72b325489ce1bc9\";s:10:\"product_id\";i:2111;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:280;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:280;s:8:\"line_tax\";d:0;}s:32:\"95f0d94bb5931b3821fba44de812c401\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"95f0d94bb5931b3821fba44de812c401\";s:10:\"product_id\";i:2105;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:280;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:280;s:8:\"line_tax\";d:0;}s:32:\"1efcd0d6e447562b390e3acb1a4ea5b5\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"1efcd0d6e447562b390e3acb1a4ea5b5\";s:10:\"product_id\";i:2102;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:168;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:168;s:8:\"line_tax\";d:0;}s:32:\"2d191ffada1abf5b226aed4ba906b14a\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"2d191ffada1abf5b226aed4ba906b14a\";s:10:\"product_id\";i:2126;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:280;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:280;s:8:\"line_tax\";d:0;}s:32:\"491f16feaee401a8a1c6e1d8ce0cfe4f\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"491f16feaee401a8a1c6e1d8ce0cfe4f\";s:10:\"product_id\";i:2138;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:280;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:280;s:8:\"line_tax\";d:0;}s:32:\"9fffcaf4fd7af054eb33271c5aa0d23e\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"9fffcaf4fd7af054eb33271c5aa0d23e\";s:10:\"product_id\";i:2147;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:280;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:280;s:8:\"line_tax\";d:0;}s:32:\"3454e94d2fdbe8bfb6d85b83290e64d8\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"3454e94d2fdbe8bfb6d85b83290e64d8\";s:10:\"product_id\";i:2141;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:280;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:280;s:8:\"line_tax\";d:0;}s:32:\"022899c9e597ea428170fcab85ad7d11\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"022899c9e597ea428170fcab85ad7d11\";s:10:\"product_id\";i:2117;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:280;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:280;s:8:\"line_tax\";d:0;}s:32:\"dff7292dd722ca94091b59032f492911\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"dff7292dd722ca94091b59032f492911\";s:10:\"product_id\";i:2129;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:280;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:280;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:17:\"wca_queued_events\";s:6:\"a:0:{}\";s:10:\"wc_notices\";s:12797:\"a:1:{s:7:\"success\";a:53:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:194:\"&ldquo;Flow Vision Rythem™ Goggle: Gold Leaf&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:2;a:2:{s:6:\"notice\";s:192:\"&ldquo;Flow Vision Rythem™ Goggle: Freedom&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:3;a:2:{s:6:\"notice\";s:200:\"&ldquo;Flow Vision Section™ Goggle: Flo/Blue/Black&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:4;a:2:{s:6:\"notice\";s:197:\"&ldquo;Flow Vision Rythem™ Goggle: Independence&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:5;a:2:{s:6:\"notice\";s:187:\"&ldquo;Flow Vision Rythem™ Goggle: JC&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:6;a:2:{s:6:\"notice\";s:198:\"&ldquo;Flow Vision Rythem™ Goggle: 2nd Amendment&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:7;a:2:{s:6:\"notice\";s:201:\"&ldquo;Flow Vision Section™ Goggle: Reflex/Cyan/Red&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:8;a:2:{s:6:\"notice\";s:193:\"&ldquo;Flow Vision Section™ Goggle: Zombies&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:9;a:2:{s:6:\"notice\";s:193:\"&ldquo;Flow Vision Rythem™ Goggle: Abstract&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:10;a:2:{s:6:\"notice\";s:188:\"&ldquo;Flow Vision Section™ Goggle: CG&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:11;a:2:{s:6:\"notice\";s:197:\"&ldquo;Flow Vision Section™ Goggle: Black/White&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:12;a:2:{s:6:\"notice\";s:190:\"&ldquo;Flow Vision Rythem™ Goggle: Valor&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:13;a:2:{s:6:\"notice\";s:194:\"&ldquo;Flow Vision Rythem™ Goggle: Gold Leaf&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:14;a:2:{s:6:\"notice\";s:198:\"&ldquo;Flow Vision Rythem™ Goggle: 2nd Amendment&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:15;a:2:{s:6:\"notice\";s:190:\"&ldquo;Flow Vision Rythem™ Goggle: Magma&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:16;a:2:{s:6:\"notice\";s:197:\"&ldquo;Flow Vision Section™ Goggle: The Liberty&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:17;a:2:{s:6:\"notice\";s:194:\"&ldquo;Flow Vision Rythem™ Goggle: Gold Leaf&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:18;a:2:{s:6:\"notice\";s:191:\"&ldquo;Flow Vision Section™ Goggle: T-Rex&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:19;a:2:{s:6:\"notice\";s:188:\"&ldquo;Flow Vision Section™ Goggle: CG&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:20;a:2:{s:6:\"notice\";s:197:\"&ldquo;Flow Vision Section™ Goggle: The Liberty&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:21;a:2:{s:6:\"notice\";s:201:\"&ldquo;Flow Vision Section™ Goggle: Reflex/Cyan/Red&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:22;a:2:{s:6:\"notice\";s:193:\"&ldquo;Flow Vision Section™ Goggle: Zombies&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:23;a:2:{s:6:\"notice\";s:190:\"&ldquo;Flow Vision Rythem™ Goggle: Magma&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:24;a:2:{s:6:\"notice\";s:194:\"&ldquo;Flow Vision Section™ Goggle: Slamlife&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:25;a:2:{s:6:\"notice\";s:193:\"&ldquo;Flow Vision Rythem™ Goggle: Pipeline&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:26;a:2:{s:6:\"notice\";s:204:\"&ldquo;Flow Vision Rythem™ Goggle: I Don&#8217;t Kneel&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:27;a:2:{s:6:\"notice\";s:200:\"&ldquo;Flow Vision Section™ Goggle: Flo/Blue/Black&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:28;a:2:{s:6:\"notice\";s:190:\"&ldquo;Flow Vision Rythem™ Goggle: Valor&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:29;a:2:{s:6:\"notice\";s:197:\"&ldquo;Flow Vision Rythem™ Goggle: Independence&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:30;a:2:{s:6:\"notice\";s:191:\"&ldquo;Flow Vision Section™ Goggle: T-Rex&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:31;a:2:{s:6:\"notice\";s:193:\"&ldquo;Flow Vision Rythem™ Goggle: Pipeline&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:32;a:2:{s:6:\"notice\";s:200:\"&ldquo;Flow Vision Section™ Goggle: Flo/Blue/Black&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:33;a:2:{s:6:\"notice\";s:201:\"&ldquo;Flow Vision Section™ Goggle: Reflex/Cyan/Red&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:34;a:2:{s:6:\"notice\";s:194:\"&ldquo;Flow Vision Rythem™ Goggle: Gold Leaf&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:35;a:2:{s:6:\"notice\";s:192:\"&ldquo;Flow Vision Section™ Goggle: Sharks&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:36;a:2:{s:6:\"notice\";s:197:\"&ldquo;Flow Vision Section™ Goggle: The Liberty&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:37;a:2:{s:6:\"notice\";s:193:\"&ldquo;Flow Vision Rythem™ Goggle: Starship&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:38;a:2:{s:6:\"notice\";s:195:\"&ldquo;Flow Vision Rythem™ Goggle: Blue Angel&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:39;a:2:{s:6:\"notice\";s:201:\"&ldquo;Flow Vision Section™ Goggle: Reflex/Cyan/Red&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:40;a:2:{s:6:\"notice\";s:204:\"&ldquo;Flow Vision Rythem™ Goggle: I Don&#8217;t Kneel&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:41;a:2:{s:6:\"notice\";s:166:\"&ldquo;Goggle Case&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:42;a:2:{s:6:\"notice\";s:192:\"&ldquo;Flow Vision Rythem™ Goggle: Freedom&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:43;a:2:{s:6:\"notice\";s:190:\"&ldquo;Flow Vision Rythem™ Goggle: Magma&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:44;a:2:{s:6:\"notice\";s:198:\"&ldquo;Flow Vision Rythem™ Goggle: 2nd Amendment&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:45;a:2:{s:6:\"notice\";s:197:\"&ldquo;Flow Vision Rythem™ Goggle: Independence&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:46;a:2:{s:6:\"notice\";s:193:\"&ldquo;Flow Vision Rythem™ Goggle: Starship&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:47;a:2:{s:6:\"notice\";s:189:\"&ldquo;Flow Vision Rythem™ Goggle: Neon&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:48;a:2:{s:6:\"notice\";s:190:\"&ldquo;Flow Vision Rythem™ Goggle: Valor&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:49;a:2:{s:6:\"notice\";s:189:\"&ldquo;Flow Vision Rythem™ Goggle: Neon&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:50;a:2:{s:6:\"notice\";s:198:\"&ldquo;Flow Vision Section™ Goggle: Black/Orange&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:51;a:2:{s:6:\"notice\";s:194:\"&ldquo;Flow Vision Section™ Goggle: Slamlife&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}i:52;a:2:{s:6:\"notice\";s:195:\"&ldquo;Flow Vision Rythem™ Goggle: Blue Angel&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";}',1759621162),(20768,'t_2746918139467af8a9aac3083b51ea','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2126\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:360:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:199:\"&ldquo;Flow Vision Rythem™ Goggle: Pipeline&rdquo; has been added to your cart. <a href=\"/shop/flow-vision-rythem-goggle-pipeline/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1102:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_5c0a4651f50d7dd2b18b470774e4b055\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:48:\"Flow Vision Rythem™ Goggle: Pipeline &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:48:\"Flow Vision Rythem™ Goggle: Pipeline &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"2d191ffada1abf5b226aed4ba906b14a\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"2d191ffada1abf5b226aed4ba906b14a\";s:10:\"product_id\";i:2126;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759621208),(20769,'t_b5f9776be61d94f948723d0e91427f','a:10:{s:16:\"wca_session_data\";s:211:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:3:\"122\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:326:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:165:\"&ldquo;Two-tone Seat Cover&rdquo; has been added to your cart. <a href=\"/shop/two-tone-seat-cover/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1064:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_d5e43e3c3241556b96560939a524658f\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:29:\"Two-tone Seat Cover &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:29:\"Two-tone Seat Cover &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"50\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"50\";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:\"70.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:456:\"a:1:{s:32:\"a6e32fd0a67de675903822d38466a876\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"a6e32fd0a67de675903822d38466a876\";s:10:\"product_id\";i:122;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:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759621214),(20770,'t_f8605e4310b7ee1a4370d3f7830a0b','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2144\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:358:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:197:\"&ldquo;Flow Vision Rythem™ Goggle: Freedom&rdquo; has been added to your cart. <a href=\"/shop/flow-vision-rythem-goggle-freedom/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1100:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_b170ac9ddfcf1af95695c6af5fa476c9\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:47:\"Flow Vision Rythem™ Goggle: Freedom &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:47:\"Flow Vision Rythem™ Goggle: Freedom &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"b2a8f4db980153cce694cce98d7413da\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"b2a8f4db980153cce694cce98d7413da\";s:10:\"product_id\";i:2144;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759621215),(20771,'t_f3dd2031509c0e6ef7fe58e65a30bd','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2117\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:362:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:201:\"&ldquo;Flow Vision Rythem™ Goggle: Gold Leaf&rdquo; has been added to your cart. <a href=\"/shop/flow-vision-rythem-goggle-gold-leaf/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1104:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_2643742052160f5357f94ddb7d2cf818\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:49:\"Flow Vision Rythem™ Goggle: Gold Leaf &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:49:\"Flow Vision Rythem™ Goggle: Gold Leaf &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"022899c9e597ea428170fcab85ad7d11\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"022899c9e597ea428170fcab85ad7d11\";s:10:\"product_id\";i:2117;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759621237),(20772,'t_a4d08283cd453bb42d4cfb3a717cb2','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"1490\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:320:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:159:\"&ldquo;5-Rib Seat Cover&rdquo; has been added to your cart. <a href=\"/shop/5-rib-seat-cover/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1058:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_bbcefbd42dc007c9186add89ff0cad6d\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:26:\"5-Rib Seat Cover &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:26:\"5-Rib Seat Cover &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"60\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"60\";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:\"80.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"2e5025f06ed3e44f18c2d5a6e29fe86c\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"2e5025f06ed3e44f18c2d5a6e29fe86c\";s:10:\"product_id\";i:1490;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:60;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:60;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759621242),(20773,'t_1873be36c74bb601a768901738b6eb','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2135\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:348:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:187:\"&ldquo;Flow Vision Rythem™ Goggle: JC&rdquo; has been added to your cart. <a href=\"/shop/flow-vision-rythem-goggle-jc/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1090:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_33bc8f81585ed3ebdd6f776177f5353e\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:42:\"Flow Vision Rythem™ Goggle: JC &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:42:\"Flow Vision Rythem™ Goggle: JC &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"de86cee25b078226105324cb775acb16\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"de86cee25b078226105324cb775acb16\";s:10:\"product_id\";i:2135;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759621281),(20774,'t_26b719f0a370a07f2d1b30ba11ec35','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"1838\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:320:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:159:\"&ldquo;3-Rib Seat Cover&rdquo; has been added to your cart. <a href=\"/shop/3-rib-seat-cover/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1058:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_63b9b72afc834f7c75327125dc32dfcb\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:26:\"3-Rib Seat Cover &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:26:\"3-Rib Seat Cover &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"60\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"60\";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:\"80.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"87f52231b767d9d96212dd3a789092e2\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"87f52231b767d9d96212dd3a789092e2\";s:10:\"product_id\";i:1838;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:60;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:60;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759621281),(20775,'t_a8bf2d6c776af07a12a5e1d0ccbb2a','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2141\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:370:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:209:\"&ldquo;Flow Vision Rythem™ Goggle: 2nd Amendment&rdquo; has been added to your cart. <a href=\"/shop/flow-vision-rythem-goggle-2nd-amendment/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1112:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_f90656df0c396238f9e3367f86bd8bc0\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:53:\"Flow Vision Rythem™ Goggle: 2nd Amendment &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:53:\"Flow Vision Rythem™ Goggle: 2nd Amendment &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"3454e94d2fdbe8bfb6d85b83290e64d8\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"3454e94d2fdbe8bfb6d85b83290e64d8\";s:10:\"product_id\";i:2141;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759621300),(20776,'t_9c7c9b0cd95aefd4351c366cac402b','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2180\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:370:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:209:\"&ldquo;Flow Vision Section™ Goggle: Black/Orange&rdquo; has been added to your cart. <a href=\"/shop/flow-vision-section-goggle-black-orange/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1112:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_4e24ff4af0925e364d49ff3ac8650f19\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:53:\"Flow Vision Section™ Goggle: Black/Orange &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:53:\"Flow Vision Section™ Goggle: Black/Orange &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"50a723b27cedce7b5f8e0ae67b63f0ad\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"50a723b27cedce7b5f8e0ae67b63f0ad\";s:10:\"product_id\";i:2180;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759621300),(21021,'t_c200ae69509e04bfe8b05b3b7fd069','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2186\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:362:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:201:\"&ldquo;Flow Vision Section™ Goggle: Reflex/Cyan/Red&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1118:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_6d83b9f204c202adee83e1be0c9755bc\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:56:\"Flow Vision Section™ Goggle: Reflex/Cyan/Red &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:56:\"Flow Vision Section™ Goggle: Reflex/Cyan/Red &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"65e6d140b2bc12c8c85b54116f040c57\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"65e6d140b2bc12c8c85b54116f040c57\";s:10:\"product_id\";i:2186;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672296),(21022,'t_fea67a1f4f2a8113ca86fb6406ebc1','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2183\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:352:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:191:\"&ldquo;Flow Vision Section™ Goggle: T-Rex&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1098:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_f55937becdc6596cff3a0eba4c06c1c2\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:46:\"Flow Vision Section™ Goggle: T-Rex &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:46:\"Flow Vision Section™ Goggle: T-Rex &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"f6282cc6ba593fe4e48ca3e430af1f94\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"f6282cc6ba593fe4e48ca3e430af1f94\";s:10:\"product_id\";i:2183;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672298),(21023,'t_e9fbf87f3d71eb9a04572ccc35592d','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2180\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:359:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:198:\"&ldquo;Flow Vision Section™ Goggle: Black/Orange&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1112:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_4e24ff4af0925e364d49ff3ac8650f19\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:53:\"Flow Vision Section™ Goggle: Black/Orange &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:53:\"Flow Vision Section™ Goggle: Black/Orange &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"50a723b27cedce7b5f8e0ae67b63f0ad\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"50a723b27cedce7b5f8e0ae67b63f0ad\";s:10:\"product_id\";i:2180;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672300),(21024,'t_f9a7b528f665188359ceea5dacee2b','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2174\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:354:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:193:\"&ldquo;Flow Vision Section™ Goggle: Zombies&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1102:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_5d309bede930b5b1a7a602c27075d509\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:48:\"Flow Vision Section™ Goggle: Zombies &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:48:\"Flow Vision Section™ Goggle: Zombies &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"b5fcd8007040fc4d270d234db1eca527\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"b5fcd8007040fc4d270d234db1eca527\";s:10:\"product_id\";i:2174;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672301),(21025,'t_7dba97708db298a531c3d29b5051db','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2171\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:353:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:192:\"&ldquo;Flow Vision Section™ Goggle: Sharks&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1100:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_cbd8e5d38e8036c5fd35f1574d57183c\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:47:\"Flow Vision Section™ Goggle: Sharks &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:47:\"Flow Vision Section™ Goggle: Sharks &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"105fceabe9dbb9993f8c024187e38c99\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"105fceabe9dbb9993f8c024187e38c99\";s:10:\"product_id\";i:2171;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672303),(21026,'t_0bf20729daac64a4c67f65c7335c0f','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2168\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:361:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:200:\"&ldquo;Flow Vision Section™ Goggle: Flo/Blue/Black&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1116:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_f0101633dd89e2a10791297eec98e0b5\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:55:\"Flow Vision Section™ Goggle: Flo/Blue/Black &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:55:\"Flow Vision Section™ Goggle: Flo/Blue/Black &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"7385b355ef9bc0f47fc0e568fd77e1c5\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"7385b355ef9bc0f47fc0e568fd77e1c5\";s:10:\"product_id\";i:2168;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672305),(21027,'t_fa0103c545cf89383ff88fbcfbdccd','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2165\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:355:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:194:\"&ldquo;Flow Vision Section™ Goggle: Slamlife&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1104:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_193fc62e4ca7b5f64dbbb9a902192907\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:49:\"Flow Vision Section™ Goggle: Slamlife &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:49:\"Flow Vision Section™ Goggle: Slamlife &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"b456b023ead871f249b9bb9fccd6a6c6\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"b456b023ead871f249b9bb9fccd6a6c6\";s:10:\"product_id\";i:2165;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672306),(21028,'t_ad8aca620c886b84dac65593fcc475','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2162\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:358:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:197:\"&ldquo;Flow Vision Section™ Goggle: Black/White&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1110:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_cb8fc1a550cc31798aa4bf04532f13b7\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:52:\"Flow Vision Section™ Goggle: Black/White &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:52:\"Flow Vision Section™ Goggle: Black/White &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"dd8e84fce739326db4811f2289d798b2\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"dd8e84fce739326db4811f2289d798b2\";s:10:\"product_id\";i:2162;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672308),(21029,'t_43fac8054b64abf8f8d8557b2e5519','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2159\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:358:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:197:\"&ldquo;Flow Vision Section™ Goggle: The Liberty&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1110:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_adf547b07a3d408d79a920417f3c5c1b\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:52:\"Flow Vision Section™ Goggle: The Liberty &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:52:\"Flow Vision Section™ Goggle: The Liberty &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"73d1b9556b1037b5d4ff1a2e94c8233f\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"73d1b9556b1037b5d4ff1a2e94c8233f\";s:10:\"product_id\";i:2159;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672309),(21030,'t_8d21292459fe253e700ef5742b2fe7','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2150\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:349:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:188:\"&ldquo;Flow Vision Section™ Goggle: CG&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1092:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_a49847e0310b61e47a6ea3a1e4ef9681\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:43:\"Flow Vision Section™ Goggle: CG &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:43:\"Flow Vision Section™ Goggle: CG &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"8b8ecd6c63634542e993332f616accc6\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"8b8ecd6c63634542e993332f616accc6\";s:10:\"product_id\";i:2150;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672311),(21031,'t_28ff5b67b5309980cbe412f02804cc','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2186\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:392:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:231:\"&ldquo;Flow Vision Section™ Goggle: Reflex/Cyan/Red&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1118:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_6d83b9f204c202adee83e1be0c9755bc\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:56:\"Flow Vision Section™ Goggle: Reflex/Cyan/Red &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:56:\"Flow Vision Section™ Goggle: Reflex/Cyan/Red &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"65e6d140b2bc12c8c85b54116f040c57\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"65e6d140b2bc12c8c85b54116f040c57\";s:10:\"product_id\";i:2186;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672328),(21032,'t_b817a01fb94da96e3651d784258d8e','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2183\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:382:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:221:\"&ldquo;Flow Vision Section™ Goggle: T-Rex&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1098:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_f55937becdc6596cff3a0eba4c06c1c2\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:46:\"Flow Vision Section™ Goggle: T-Rex &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:46:\"Flow Vision Section™ Goggle: T-Rex &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"f6282cc6ba593fe4e48ca3e430af1f94\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"f6282cc6ba593fe4e48ca3e430af1f94\";s:10:\"product_id\";i:2183;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672329),(21033,'t_5beda698ac77ea0fae32b4c463f773','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2180\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:389:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:228:\"&ldquo;Flow Vision Section™ Goggle: Black/Orange&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1112:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_4e24ff4af0925e364d49ff3ac8650f19\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:53:\"Flow Vision Section™ Goggle: Black/Orange &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:53:\"Flow Vision Section™ Goggle: Black/Orange &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"50a723b27cedce7b5f8e0ae67b63f0ad\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"50a723b27cedce7b5f8e0ae67b63f0ad\";s:10:\"product_id\";i:2180;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672330),(21034,'t_127aac18fa98211f07bf0c84ab4e6d','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2174\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:384:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:223:\"&ldquo;Flow Vision Section™ Goggle: Zombies&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1102:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_5d309bede930b5b1a7a602c27075d509\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:48:\"Flow Vision Section™ Goggle: Zombies &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:48:\"Flow Vision Section™ Goggle: Zombies &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"b5fcd8007040fc4d270d234db1eca527\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"b5fcd8007040fc4d270d234db1eca527\";s:10:\"product_id\";i:2174;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672331),(21035,'t_4dc754ecbabbd9fbe4c196c2f76259','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2171\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:383:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:222:\"&ldquo;Flow Vision Section™ Goggle: Sharks&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1100:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_cbd8e5d38e8036c5fd35f1574d57183c\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:47:\"Flow Vision Section™ Goggle: Sharks &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:47:\"Flow Vision Section™ Goggle: Sharks &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"105fceabe9dbb9993f8c024187e38c99\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"105fceabe9dbb9993f8c024187e38c99\";s:10:\"product_id\";i:2171;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672332),(21036,'t_2d7e41348f23045b89741899236fbe','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2168\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:391:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:230:\"&ldquo;Flow Vision Section™ Goggle: Flo/Blue/Black&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1116:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_f0101633dd89e2a10791297eec98e0b5\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:55:\"Flow Vision Section™ Goggle: Flo/Blue/Black &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:55:\"Flow Vision Section™ Goggle: Flo/Blue/Black &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"7385b355ef9bc0f47fc0e568fd77e1c5\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"7385b355ef9bc0f47fc0e568fd77e1c5\";s:10:\"product_id\";i:2168;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672333),(21037,'t_1b3074159a6bf5cd40b085043d67b4','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2165\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:385:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:224:\"&ldquo;Flow Vision Section™ Goggle: Slamlife&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1104:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_193fc62e4ca7b5f64dbbb9a902192907\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:49:\"Flow Vision Section™ Goggle: Slamlife &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:49:\"Flow Vision Section™ Goggle: Slamlife &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"b456b023ead871f249b9bb9fccd6a6c6\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"b456b023ead871f249b9bb9fccd6a6c6\";s:10:\"product_id\";i:2165;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672334),(21038,'t_802e101ac129b82f82a14313050022','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2162\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:388:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:227:\"&ldquo;Flow Vision Section™ Goggle: Black/White&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1110:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_cb8fc1a550cc31798aa4bf04532f13b7\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:52:\"Flow Vision Section™ Goggle: Black/White &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:52:\"Flow Vision Section™ Goggle: Black/White &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"dd8e84fce739326db4811f2289d798b2\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"dd8e84fce739326db4811f2289d798b2\";s:10:\"product_id\";i:2162;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672335),(21039,'t_2eb8101cdb1d6eb180336e15785b90','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2159\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:388:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:227:\"&ldquo;Flow Vision Section™ Goggle: The Liberty&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1110:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_adf547b07a3d408d79a920417f3c5c1b\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:52:\"Flow Vision Section™ Goggle: The Liberty &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:52:\"Flow Vision Section™ Goggle: The Liberty &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"73d1b9556b1037b5d4ff1a2e94c8233f\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"73d1b9556b1037b5d4ff1a2e94c8233f\";s:10:\"product_id\";i:2159;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672335),(21040,'t_b66c6dcf9497a5e3d71cb828f98e41','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2150\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:379:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:218:\"&ldquo;Flow Vision Section™ Goggle: CG&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1092:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_a49847e0310b61e47a6ea3a1e4ef9681\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:43:\"Flow Vision Section™ Goggle: CG &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:43:\"Flow Vision Section™ Goggle: CG &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"8b8ecd6c63634542e993332f616accc6\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"8b8ecd6c63634542e993332f616accc6\";s:10:\"product_id\";i:2150;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672337),(21041,'t_859a3ca48ee5457c69643b07f5f2a5','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2147\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:395:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:234:\"&ldquo;Flow Vision Rythem™ Goggle: I Don&#8217;t Kneel&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1112:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_6876ef57d3675786c11c3efe0438d6bf\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:53:\"Flow Vision Rythem™ Goggle: I Don\'t Kneel &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:53:\"Flow Vision Rythem™ Goggle: I Don\'t Kneel &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"9fffcaf4fd7af054eb33271c5aa0d23e\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"9fffcaf4fd7af054eb33271c5aa0d23e\";s:10:\"product_id\";i:2147;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672338),(21042,'t_757e83d852138578d078af34b9f007','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2144\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:383:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:222:\"&ldquo;Flow Vision Rythem™ Goggle: Freedom&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1100:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_b170ac9ddfcf1af95695c6af5fa476c9\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:47:\"Flow Vision Rythem™ Goggle: Freedom &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:47:\"Flow Vision Rythem™ Goggle: Freedom &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"b2a8f4db980153cce694cce98d7413da\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"b2a8f4db980153cce694cce98d7413da\";s:10:\"product_id\";i:2144;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672340),(21043,'t_1112adad7a0f2ecaded09e55956ca8','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2141\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:389:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:228:\"&ldquo;Flow Vision Rythem™ Goggle: 2nd Amendment&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1112:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_f90656df0c396238f9e3367f86bd8bc0\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:53:\"Flow Vision Rythem™ Goggle: 2nd Amendment &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:53:\"Flow Vision Rythem™ Goggle: 2nd Amendment &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"3454e94d2fdbe8bfb6d85b83290e64d8\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"3454e94d2fdbe8bfb6d85b83290e64d8\";s:10:\"product_id\";i:2141;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672341),(21044,'t_b313843f1b55ef5c3cd3e6d4b2ac51','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2138\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:384:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:223:\"&ldquo;Flow Vision Rythem™ Goggle: Abstract&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1102:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_bef0d9452eb3c455b5fb7872dfdb5490\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:48:\"Flow Vision Rythem™ Goggle: Abstract &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:48:\"Flow Vision Rythem™ Goggle: Abstract &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"491f16feaee401a8a1c6e1d8ce0cfe4f\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"491f16feaee401a8a1c6e1d8ce0cfe4f\";s:10:\"product_id\";i:2138;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672343),(21045,'t_1bd360724df4ac6f67b814b6ed42b2','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2135\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:378:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:217:\"&ldquo;Flow Vision Rythem™ Goggle: JC&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1090:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_33bc8f81585ed3ebdd6f776177f5353e\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:42:\"Flow Vision Rythem™ Goggle: JC &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:42:\"Flow Vision Rythem™ Goggle: JC &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"de86cee25b078226105324cb775acb16\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"de86cee25b078226105324cb775acb16\";s:10:\"product_id\";i:2135;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672344),(21046,'t_9a0246126281f2cb96a3b96922b247','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2132\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:381:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:220:\"&ldquo;Flow Vision Rythem™ Goggle: Magma&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1096:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_cb65350a77b54f0bc8ccb34c0c17975f\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:45:\"Flow Vision Rythem™ Goggle: Magma &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:45:\"Flow Vision Rythem™ Goggle: Magma &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"41ed659b03027c2bffe3f04f3507ad83\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"41ed659b03027c2bffe3f04f3507ad83\";s:10:\"product_id\";i:2132;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672346),(21047,'t_3013f1746a85c9d8d0a3e4310ff553','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2129\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:388:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:227:\"&ldquo;Flow Vision Rythem™ Goggle: Independence&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1110:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_baa1cd28eece7f3af85036dd8bfe3f73\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:52:\"Flow Vision Rythem™ Goggle: Independence &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:52:\"Flow Vision Rythem™ Goggle: Independence &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"dff7292dd722ca94091b59032f492911\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"dff7292dd722ca94091b59032f492911\";s:10:\"product_id\";i:2129;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672347),(21048,'t_a697a3c8aacaa4d4a7930cc5c66ff5','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2126\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:384:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:223:\"&ldquo;Flow Vision Rythem™ Goggle: Pipeline&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1102:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_5c0a4651f50d7dd2b18b470774e4b055\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:48:\"Flow Vision Rythem™ Goggle: Pipeline &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:48:\"Flow Vision Rythem™ Goggle: Pipeline &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"2d191ffada1abf5b226aed4ba906b14a\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"2d191ffada1abf5b226aed4ba906b14a\";s:10:\"product_id\";i:2126;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672349),(21049,'t_7143ca6377fc009e474cf54c5b2abd','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2123\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:386:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:225:\"&ldquo;Flow Vision Rythem™ Goggle: Blue Angel&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1106:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_3e9a1afb4a8d2d41f66b27aadba5fe92\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:50:\"Flow Vision Rythem™ Goggle: Blue Angel &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:50:\"Flow Vision Rythem™ Goggle: Blue Angel &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"6e4680f5df7854067d023b548fc2d9b1\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"6e4680f5df7854067d023b548fc2d9b1\";s:10:\"product_id\";i:2123;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672350),(21050,'t_1dc20c39a2e9102d08446f545d1ea6','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2120\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:384:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:223:\"&ldquo;Flow Vision Rythem™ Goggle: Starship&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1102:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_9811e9f3cea6b26d71fd5d6f0af89701\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:48:\"Flow Vision Rythem™ Goggle: Starship &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:48:\"Flow Vision Rythem™ Goggle: Starship &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"37a75aeda3d698b8704e481c1be28a76\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"37a75aeda3d698b8704e481c1be28a76\";s:10:\"product_id\";i:2120;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672352),(21051,'t_99c746138f003ccefcac9a4ce65994','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2117\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:385:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:224:\"&ldquo;Flow Vision Rythem™ Goggle: Gold Leaf&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1104:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_2643742052160f5357f94ddb7d2cf818\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:49:\"Flow Vision Rythem™ Goggle: Gold Leaf &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:49:\"Flow Vision Rythem™ Goggle: Gold Leaf &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"022899c9e597ea428170fcab85ad7d11\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"022899c9e597ea428170fcab85ad7d11\";s:10:\"product_id\";i:2117;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672354),(21052,'t_e30d19d0ab55a742ff30ebebd094cd','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2114\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:380:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:219:\"&ldquo;Flow Vision Rythem™ Goggle: Neon&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1094:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_7349e3184cc990bb90c1f353e924f40e\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:44:\"Flow Vision Rythem™ Goggle: Neon &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:44:\"Flow Vision Rythem™ Goggle: Neon &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"e97649bcb34e04cb6348460248b3b426\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"e97649bcb34e04cb6348460248b3b426\";s:10:\"product_id\";i:2114;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672355),(21053,'t_0e8c9bb7e030684088a902145e48f4','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2111\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:381:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:220:\"&ldquo;Flow Vision Rythem™ Goggle: Valor&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1096:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_191745ab3236e89d159a93306644644f\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:45:\"Flow Vision Rythem™ Goggle: Valor &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:45:\"Flow Vision Rythem™ Goggle: Valor &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"50d0f4cdf3fffb9bb72b325489ce1bc9\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"50d0f4cdf3fffb9bb72b325489ce1bc9\";s:10:\"product_id\";i:2111;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672357),(21054,'t_6d7e2821f89786568d103cebc15d40','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2105\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:387:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:226:\"&ldquo;Flow Vision Rythem™ Goggle: White/Black&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1108:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_0e0c5cbe06f9d2dd98b2d255383ab294\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:51:\"Flow Vision Rythem™ Goggle: White/Black &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:51:\"Flow Vision Rythem™ Goggle: White/Black &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"95f0d94bb5931b3821fba44de812c401\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"95f0d94bb5931b3821fba44de812c401\";s:10:\"product_id\";i:2105;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672359),(21055,'t_1d86b84a58059fb01489ec80dd94b1','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2102\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:357:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:196:\"&ldquo;Goggle Case&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1048:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_1513818538200c40e9630b6c2aec0321\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:21:\"Goggle Case &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:21:\"Goggle Case &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"42\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"42\";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:\"62.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"1efcd0d6e447562b390e3acb1a4ea5b5\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"1efcd0d6e447562b390e3acb1a4ea5b5\";s:10:\"product_id\";i:2102;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:42;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:42;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672361),(21056,'t_74033c63e823e184ed24ad7f04edc0','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2186\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:400:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:239:\"&ldquo;Flow Vision Section™ Goggle: Reflex/Cyan/Red&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1118:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_6d83b9f204c202adee83e1be0c9755bc\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:56:\"Flow Vision Section™ Goggle: Reflex/Cyan/Red &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:56:\"Flow Vision Section™ Goggle: Reflex/Cyan/Red &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"65e6d140b2bc12c8c85b54116f040c57\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"65e6d140b2bc12c8c85b54116f040c57\";s:10:\"product_id\";i:2186;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672382),(21057,'t_010fc90acd3762127bbf3a1bacc5aa','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2183\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:390:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:229:\"&ldquo;Flow Vision Section™ Goggle: T-Rex&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1098:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_f55937becdc6596cff3a0eba4c06c1c2\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:46:\"Flow Vision Section™ Goggle: T-Rex &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:46:\"Flow Vision Section™ Goggle: T-Rex &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"f6282cc6ba593fe4e48ca3e430af1f94\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"f6282cc6ba593fe4e48ca3e430af1f94\";s:10:\"product_id\";i:2183;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672383),(21058,'t_0c9d4df9ce298e9184ba4b4573def3','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2180\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:397:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:236:\"&ldquo;Flow Vision Section™ Goggle: Black/Orange&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1112:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_4e24ff4af0925e364d49ff3ac8650f19\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:53:\"Flow Vision Section™ Goggle: Black/Orange &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:53:\"Flow Vision Section™ Goggle: Black/Orange &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"50a723b27cedce7b5f8e0ae67b63f0ad\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"50a723b27cedce7b5f8e0ae67b63f0ad\";s:10:\"product_id\";i:2180;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672384),(21059,'t_528e9faa333675b81787c6408e91f3','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2174\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:392:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:231:\"&ldquo;Flow Vision Section™ Goggle: Zombies&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1102:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_5d309bede930b5b1a7a602c27075d509\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:48:\"Flow Vision Section™ Goggle: Zombies &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:48:\"Flow Vision Section™ Goggle: Zombies &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"b5fcd8007040fc4d270d234db1eca527\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"b5fcd8007040fc4d270d234db1eca527\";s:10:\"product_id\";i:2174;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672385),(21060,'t_be087c622669d8adb844729edde6d4','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2171\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:391:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:230:\"&ldquo;Flow Vision Section™ Goggle: Sharks&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1100:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_cbd8e5d38e8036c5fd35f1574d57183c\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:47:\"Flow Vision Section™ Goggle: Sharks &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:47:\"Flow Vision Section™ Goggle: Sharks &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"105fceabe9dbb9993f8c024187e38c99\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"105fceabe9dbb9993f8c024187e38c99\";s:10:\"product_id\";i:2171;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672386),(21061,'t_aef8f4491281205ca5d96adaf49e19','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2168\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:399:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:238:\"&ldquo;Flow Vision Section™ Goggle: Flo/Blue/Black&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1116:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_f0101633dd89e2a10791297eec98e0b5\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:55:\"Flow Vision Section™ Goggle: Flo/Blue/Black &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:55:\"Flow Vision Section™ Goggle: Flo/Blue/Black &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"7385b355ef9bc0f47fc0e568fd77e1c5\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"7385b355ef9bc0f47fc0e568fd77e1c5\";s:10:\"product_id\";i:2168;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672387),(21062,'t_ceaf9055c267b3f04b40cd4b86315a','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2165\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:393:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:232:\"&ldquo;Flow Vision Section™ Goggle: Slamlife&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1104:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_193fc62e4ca7b5f64dbbb9a902192907\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:49:\"Flow Vision Section™ Goggle: Slamlife &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:49:\"Flow Vision Section™ Goggle: Slamlife &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"b456b023ead871f249b9bb9fccd6a6c6\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"b456b023ead871f249b9bb9fccd6a6c6\";s:10:\"product_id\";i:2165;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672388),(21063,'t_01b436cb2f895602de8355fd21d1ac','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2162\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:396:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:235:\"&ldquo;Flow Vision Section™ Goggle: Black/White&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1110:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_cb8fc1a550cc31798aa4bf04532f13b7\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:52:\"Flow Vision Section™ Goggle: Black/White &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:52:\"Flow Vision Section™ Goggle: Black/White &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"dd8e84fce739326db4811f2289d798b2\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"dd8e84fce739326db4811f2289d798b2\";s:10:\"product_id\";i:2162;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672389),(21064,'t_2736accf14129a5a02f1ac472cf3fa','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2159\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:396:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:235:\"&ldquo;Flow Vision Section™ Goggle: The Liberty&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1110:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_adf547b07a3d408d79a920417f3c5c1b\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:52:\"Flow Vision Section™ Goggle: The Liberty &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:52:\"Flow Vision Section™ Goggle: The Liberty &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"73d1b9556b1037b5d4ff1a2e94c8233f\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"73d1b9556b1037b5d4ff1a2e94c8233f\";s:10:\"product_id\";i:2159;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672390),(21065,'t_2a38681a2ffc5d5534fade9a06bf36','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2150\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:387:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:226:\"&ldquo;Flow Vision Section™ Goggle: CG&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1092:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_a49847e0310b61e47a6ea3a1e4ef9681\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:43:\"Flow Vision Section™ Goggle: CG &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:43:\"Flow Vision Section™ Goggle: CG &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"8b8ecd6c63634542e993332f616accc6\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"8b8ecd6c63634542e993332f616accc6\";s:10:\"product_id\";i:2150;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672391),(21066,'t_60b15147a01db4b5693f7cb568f061','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2147\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:403:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:242:\"&ldquo;Flow Vision Rythem™ Goggle: I Don&#8217;t Kneel&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1112:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_6876ef57d3675786c11c3efe0438d6bf\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:53:\"Flow Vision Rythem™ Goggle: I Don\'t Kneel &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:53:\"Flow Vision Rythem™ Goggle: I Don\'t Kneel &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"9fffcaf4fd7af054eb33271c5aa0d23e\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"9fffcaf4fd7af054eb33271c5aa0d23e\";s:10:\"product_id\";i:2147;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672392),(21067,'t_165195e85972f33b6a67766c810e85','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2144\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:391:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:230:\"&ldquo;Flow Vision Rythem™ Goggle: Freedom&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1100:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_b170ac9ddfcf1af95695c6af5fa476c9\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:47:\"Flow Vision Rythem™ Goggle: Freedom &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:47:\"Flow Vision Rythem™ Goggle: Freedom &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"b2a8f4db980153cce694cce98d7413da\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"b2a8f4db980153cce694cce98d7413da\";s:10:\"product_id\";i:2144;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672393),(21068,'t_cc7b43f7e39ee102b22cd9bf3e7479','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2141\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:397:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:236:\"&ldquo;Flow Vision Rythem™ Goggle: 2nd Amendment&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1112:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_f90656df0c396238f9e3367f86bd8bc0\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:53:\"Flow Vision Rythem™ Goggle: 2nd Amendment &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:53:\"Flow Vision Rythem™ Goggle: 2nd Amendment &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"3454e94d2fdbe8bfb6d85b83290e64d8\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"3454e94d2fdbe8bfb6d85b83290e64d8\";s:10:\"product_id\";i:2141;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672394),(21069,'t_bc253ca877c8af9d45ed64b9f4ee10','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2138\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:392:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:231:\"&ldquo;Flow Vision Rythem™ Goggle: Abstract&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1102:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_bef0d9452eb3c455b5fb7872dfdb5490\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:48:\"Flow Vision Rythem™ Goggle: Abstract &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:48:\"Flow Vision Rythem™ Goggle: Abstract &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"491f16feaee401a8a1c6e1d8ce0cfe4f\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"491f16feaee401a8a1c6e1d8ce0cfe4f\";s:10:\"product_id\";i:2138;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672395),(21070,'t_0c274b151cb9485c88afc2575d59f5','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2135\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:386:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:225:\"&ldquo;Flow Vision Rythem™ Goggle: JC&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1090:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_33bc8f81585ed3ebdd6f776177f5353e\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:42:\"Flow Vision Rythem™ Goggle: JC &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:42:\"Flow Vision Rythem™ Goggle: JC &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"de86cee25b078226105324cb775acb16\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"de86cee25b078226105324cb775acb16\";s:10:\"product_id\";i:2135;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672396),(21071,'t_4c46bd64ba898f558e911bc77ff111','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2132\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:389:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:228:\"&ldquo;Flow Vision Rythem™ Goggle: Magma&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1096:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_cb65350a77b54f0bc8ccb34c0c17975f\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:45:\"Flow Vision Rythem™ Goggle: Magma &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:45:\"Flow Vision Rythem™ Goggle: Magma &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"41ed659b03027c2bffe3f04f3507ad83\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"41ed659b03027c2bffe3f04f3507ad83\";s:10:\"product_id\";i:2132;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672397),(21072,'t_4803062ecafacd1f575384b85e02f7','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2129\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:396:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:235:\"&ldquo;Flow Vision Rythem™ Goggle: Independence&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1110:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_baa1cd28eece7f3af85036dd8bfe3f73\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:52:\"Flow Vision Rythem™ Goggle: Independence &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:52:\"Flow Vision Rythem™ Goggle: Independence &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"dff7292dd722ca94091b59032f492911\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"dff7292dd722ca94091b59032f492911\";s:10:\"product_id\";i:2129;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672398),(21073,'t_ef29980754188f78b057346ba555c1','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2126\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:392:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:231:\"&ldquo;Flow Vision Rythem™ Goggle: Pipeline&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1102:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_5c0a4651f50d7dd2b18b470774e4b055\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:48:\"Flow Vision Rythem™ Goggle: Pipeline &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:48:\"Flow Vision Rythem™ Goggle: Pipeline &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"2d191ffada1abf5b226aed4ba906b14a\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"2d191ffada1abf5b226aed4ba906b14a\";s:10:\"product_id\";i:2126;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672399),(21074,'t_416448a5c67e3001b1da71c690b9ec','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2123\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:394:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:233:\"&ldquo;Flow Vision Rythem™ Goggle: Blue Angel&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1106:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_3e9a1afb4a8d2d41f66b27aadba5fe92\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:50:\"Flow Vision Rythem™ Goggle: Blue Angel &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:50:\"Flow Vision Rythem™ Goggle: Blue Angel &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"6e4680f5df7854067d023b548fc2d9b1\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"6e4680f5df7854067d023b548fc2d9b1\";s:10:\"product_id\";i:2123;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672400),(21075,'t_4c735f931bd16263934329f599d666','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2120\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:392:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:231:\"&ldquo;Flow Vision Rythem™ Goggle: Starship&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1102:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_9811e9f3cea6b26d71fd5d6f0af89701\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:48:\"Flow Vision Rythem™ Goggle: Starship &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:48:\"Flow Vision Rythem™ Goggle: Starship &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"37a75aeda3d698b8704e481c1be28a76\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"37a75aeda3d698b8704e481c1be28a76\";s:10:\"product_id\";i:2120;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672400),(21076,'t_25a71be2467902a7a446e8a81a5a00','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2117\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:393:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:232:\"&ldquo;Flow Vision Rythem™ Goggle: Gold Leaf&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1104:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_2643742052160f5357f94ddb7d2cf818\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:49:\"Flow Vision Rythem™ Goggle: Gold Leaf &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:49:\"Flow Vision Rythem™ Goggle: Gold Leaf &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"022899c9e597ea428170fcab85ad7d11\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"022899c9e597ea428170fcab85ad7d11\";s:10:\"product_id\";i:2117;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672401),(21077,'t_b7c96b112c78adb5244ba7343cba6a','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2114\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:388:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:227:\"&ldquo;Flow Vision Rythem™ Goggle: Neon&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1094:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_7349e3184cc990bb90c1f353e924f40e\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:44:\"Flow Vision Rythem™ Goggle: Neon &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:44:\"Flow Vision Rythem™ Goggle: Neon &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"e97649bcb34e04cb6348460248b3b426\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"e97649bcb34e04cb6348460248b3b426\";s:10:\"product_id\";i:2114;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672402),(21078,'t_496cfed6efd657bbbbf1d3f09f2760','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2111\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:389:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:228:\"&ldquo;Flow Vision Rythem™ Goggle: Valor&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1096:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_191745ab3236e89d159a93306644644f\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:45:\"Flow Vision Rythem™ Goggle: Valor &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:45:\"Flow Vision Rythem™ Goggle: Valor &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"50d0f4cdf3fffb9bb72b325489ce1bc9\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"50d0f4cdf3fffb9bb72b325489ce1bc9\";s:10:\"product_id\";i:2111;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672403),(21079,'t_d875b377252b9a167970f6afec97fd','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2105\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:395:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:234:\"&ldquo;Flow Vision Rythem™ Goggle: White/Black&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1108:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_0e0c5cbe06f9d2dd98b2d255383ab294\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:51:\"Flow Vision Rythem™ Goggle: White/Black &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:51:\"Flow Vision Rythem™ Goggle: White/Black &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"95f0d94bb5931b3821fba44de812c401\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"95f0d94bb5931b3821fba44de812c401\";s:10:\"product_id\";i:2105;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672404),(21080,'t_b33f7d8c9a8dc81b7af1347798075c','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2147\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:386:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:225:\"&ldquo;Flow Vision Rythem™ Goggle: I Don&#8217;t Kneel&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-tag/adult-goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1112:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_6876ef57d3675786c11c3efe0438d6bf\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:53:\"Flow Vision Rythem™ Goggle: I Don\'t Kneel &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:53:\"Flow Vision Rythem™ Goggle: I Don\'t Kneel &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"9fffcaf4fd7af054eb33271c5aa0d23e\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"9fffcaf4fd7af054eb33271c5aa0d23e\";s:10:\"product_id\";i:2147;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672407),(21081,'t_6af68d0b1508a60cb10214f20ad7b5','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2144\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:374:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:213:\"&ldquo;Flow Vision Rythem™ Goggle: Freedom&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-tag/adult-goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1100:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_b170ac9ddfcf1af95695c6af5fa476c9\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:47:\"Flow Vision Rythem™ Goggle: Freedom &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:47:\"Flow Vision Rythem™ Goggle: Freedom &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"b2a8f4db980153cce694cce98d7413da\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"b2a8f4db980153cce694cce98d7413da\";s:10:\"product_id\";i:2144;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672407),(21082,'t_c0e2a418413ee7a0bac1c06019d2f1','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2141\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:380:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:219:\"&ldquo;Flow Vision Rythem™ Goggle: 2nd Amendment&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-tag/adult-goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1112:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_f90656df0c396238f9e3367f86bd8bc0\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:53:\"Flow Vision Rythem™ Goggle: 2nd Amendment &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:53:\"Flow Vision Rythem™ Goggle: 2nd Amendment &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"3454e94d2fdbe8bfb6d85b83290e64d8\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"3454e94d2fdbe8bfb6d85b83290e64d8\";s:10:\"product_id\";i:2141;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672408),(21083,'t_d585a31e6966d518b2a41a93882f4f','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2138\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:375:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:214:\"&ldquo;Flow Vision Rythem™ Goggle: Abstract&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-tag/adult-goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1102:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_bef0d9452eb3c455b5fb7872dfdb5490\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:48:\"Flow Vision Rythem™ Goggle: Abstract &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:48:\"Flow Vision Rythem™ Goggle: Abstract &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"491f16feaee401a8a1c6e1d8ce0cfe4f\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"491f16feaee401a8a1c6e1d8ce0cfe4f\";s:10:\"product_id\";i:2138;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672409),(21084,'t_9547d71c09588e0290ae34152b6ee7','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2135\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:369:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:208:\"&ldquo;Flow Vision Rythem™ Goggle: JC&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-tag/adult-goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1090:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_33bc8f81585ed3ebdd6f776177f5353e\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:42:\"Flow Vision Rythem™ Goggle: JC &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:42:\"Flow Vision Rythem™ Goggle: JC &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"de86cee25b078226105324cb775acb16\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"de86cee25b078226105324cb775acb16\";s:10:\"product_id\";i:2135;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672410),(21085,'t_fc90277fe7a9a0b79366e09648fcb9','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2132\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:372:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:211:\"&ldquo;Flow Vision Rythem™ Goggle: Magma&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-tag/adult-goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1096:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_cb65350a77b54f0bc8ccb34c0c17975f\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:45:\"Flow Vision Rythem™ Goggle: Magma &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:45:\"Flow Vision Rythem™ Goggle: Magma &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"41ed659b03027c2bffe3f04f3507ad83\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"41ed659b03027c2bffe3f04f3507ad83\";s:10:\"product_id\";i:2132;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672411),(21086,'t_5c54fef7c6c472c2686031ffe08c30','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2129\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:379:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:218:\"&ldquo;Flow Vision Rythem™ Goggle: Independence&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-tag/adult-goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1110:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_baa1cd28eece7f3af85036dd8bfe3f73\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:52:\"Flow Vision Rythem™ Goggle: Independence &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:52:\"Flow Vision Rythem™ Goggle: Independence &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"dff7292dd722ca94091b59032f492911\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"dff7292dd722ca94091b59032f492911\";s:10:\"product_id\";i:2129;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672412),(21087,'t_cf4e35c9c3abafc42cc446d2213e5f','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2126\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:375:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:214:\"&ldquo;Flow Vision Rythem™ Goggle: Pipeline&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-tag/adult-goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1102:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_5c0a4651f50d7dd2b18b470774e4b055\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:48:\"Flow Vision Rythem™ Goggle: Pipeline &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:48:\"Flow Vision Rythem™ Goggle: Pipeline &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"2d191ffada1abf5b226aed4ba906b14a\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"2d191ffada1abf5b226aed4ba906b14a\";s:10:\"product_id\";i:2126;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672413),(21088,'t_a560ac4c430bd6f6d3af6ba6371426','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2123\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:377:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:216:\"&ldquo;Flow Vision Rythem™ Goggle: Blue Angel&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-tag/adult-goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1106:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_3e9a1afb4a8d2d41f66b27aadba5fe92\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:50:\"Flow Vision Rythem™ Goggle: Blue Angel &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:50:\"Flow Vision Rythem™ Goggle: Blue Angel &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"6e4680f5df7854067d023b548fc2d9b1\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"6e4680f5df7854067d023b548fc2d9b1\";s:10:\"product_id\";i:2123;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672414),(21089,'t_164a7006d308098d1dc6374e24bbb5','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2120\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:375:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:214:\"&ldquo;Flow Vision Rythem™ Goggle: Starship&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-tag/adult-goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1102:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_9811e9f3cea6b26d71fd5d6f0af89701\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:48:\"Flow Vision Rythem™ Goggle: Starship &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:48:\"Flow Vision Rythem™ Goggle: Starship &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"37a75aeda3d698b8704e481c1be28a76\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"37a75aeda3d698b8704e481c1be28a76\";s:10:\"product_id\";i:2120;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672415),(21090,'t_3ce1ace042e66a7b17a0b356659fd2','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2117\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:376:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:215:\"&ldquo;Flow Vision Rythem™ Goggle: Gold Leaf&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-tag/adult-goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1104:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_2643742052160f5357f94ddb7d2cf818\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:49:\"Flow Vision Rythem™ Goggle: Gold Leaf &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:49:\"Flow Vision Rythem™ Goggle: Gold Leaf &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"022899c9e597ea428170fcab85ad7d11\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"022899c9e597ea428170fcab85ad7d11\";s:10:\"product_id\";i:2117;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672416),(21091,'t_04065bbdc924a2cd592e99bfb485c0','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2114\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:371:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:210:\"&ldquo;Flow Vision Rythem™ Goggle: Neon&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-tag/adult-goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1094:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_7349e3184cc990bb90c1f353e924f40e\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:44:\"Flow Vision Rythem™ Goggle: Neon &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:44:\"Flow Vision Rythem™ Goggle: Neon &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"e97649bcb34e04cb6348460248b3b426\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"e97649bcb34e04cb6348460248b3b426\";s:10:\"product_id\";i:2114;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672417),(21092,'t_3f3d5701c51b58f03f5bd9a0226b7f','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2111\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:372:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:211:\"&ldquo;Flow Vision Rythem™ Goggle: Valor&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-tag/adult-goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1096:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_191745ab3236e89d159a93306644644f\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:45:\"Flow Vision Rythem™ Goggle: Valor &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:45:\"Flow Vision Rythem™ Goggle: Valor &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"50d0f4cdf3fffb9bb72b325489ce1bc9\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"50d0f4cdf3fffb9bb72b325489ce1bc9\";s:10:\"product_id\";i:2111;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672419),(21093,'t_794e672b5a8b76edbc2063bea4a5d0','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2105\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:378:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:217:\"&ldquo;Flow Vision Rythem™ Goggle: White/Black&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-tag/adult-goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1108:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_0e0c5cbe06f9d2dd98b2d255383ab294\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:51:\"Flow Vision Rythem™ Goggle: White/Black &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:51:\"Flow Vision Rythem™ Goggle: White/Black &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"95f0d94bb5931b3821fba44de812c401\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"95f0d94bb5931b3821fba44de812c401\";s:10:\"product_id\";i:2105;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672420),(21094,'t_37a705a097969fea8cf3004c85610d','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2186\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:383:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:222:\"&ldquo;Flow Vision Section™ Goggle: Reflex/Cyan/Red&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-tag/youth-goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1118:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_6d83b9f204c202adee83e1be0c9755bc\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:56:\"Flow Vision Section™ Goggle: Reflex/Cyan/Red &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:56:\"Flow Vision Section™ Goggle: Reflex/Cyan/Red &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"65e6d140b2bc12c8c85b54116f040c57\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"65e6d140b2bc12c8c85b54116f040c57\";s:10:\"product_id\";i:2186;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672421),(21095,'t_24e11f62ac5b23a56c7282547baf37','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2183\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:373:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:212:\"&ldquo;Flow Vision Section™ Goggle: T-Rex&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-tag/youth-goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1098:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_f55937becdc6596cff3a0eba4c06c1c2\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:46:\"Flow Vision Section™ Goggle: T-Rex &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:46:\"Flow Vision Section™ Goggle: T-Rex &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"f6282cc6ba593fe4e48ca3e430af1f94\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"f6282cc6ba593fe4e48ca3e430af1f94\";s:10:\"product_id\";i:2183;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672422),(21096,'t_d14fa5967b2086030afbe7f5c1c973','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2180\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:380:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:219:\"&ldquo;Flow Vision Section™ Goggle: Black/Orange&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-tag/youth-goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1112:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_4e24ff4af0925e364d49ff3ac8650f19\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:53:\"Flow Vision Section™ Goggle: Black/Orange &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:53:\"Flow Vision Section™ Goggle: Black/Orange &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"50a723b27cedce7b5f8e0ae67b63f0ad\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"50a723b27cedce7b5f8e0ae67b63f0ad\";s:10:\"product_id\";i:2180;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672423),(21097,'t_809a9f7740d1d2b8de61b95497f60c','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2174\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:375:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:214:\"&ldquo;Flow Vision Section™ Goggle: Zombies&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-tag/youth-goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1102:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_5d309bede930b5b1a7a602c27075d509\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:48:\"Flow Vision Section™ Goggle: Zombies &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:48:\"Flow Vision Section™ Goggle: Zombies &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"b5fcd8007040fc4d270d234db1eca527\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"b5fcd8007040fc4d270d234db1eca527\";s:10:\"product_id\";i:2174;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672424),(21098,'t_ad7ec97d9cfb58aaf7b7a8f510a3db','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2171\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:374:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:213:\"&ldquo;Flow Vision Section™ Goggle: Sharks&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-tag/youth-goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1100:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_cbd8e5d38e8036c5fd35f1574d57183c\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:47:\"Flow Vision Section™ Goggle: Sharks &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:47:\"Flow Vision Section™ Goggle: Sharks &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"105fceabe9dbb9993f8c024187e38c99\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"105fceabe9dbb9993f8c024187e38c99\";s:10:\"product_id\";i:2171;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672425),(21099,'t_34384f5464822d158af1cf7a150f69','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2168\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:382:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:221:\"&ldquo;Flow Vision Section™ Goggle: Flo/Blue/Black&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-tag/youth-goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1116:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_f0101633dd89e2a10791297eec98e0b5\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:55:\"Flow Vision Section™ Goggle: Flo/Blue/Black &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:55:\"Flow Vision Section™ Goggle: Flo/Blue/Black &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"7385b355ef9bc0f47fc0e568fd77e1c5\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"7385b355ef9bc0f47fc0e568fd77e1c5\";s:10:\"product_id\";i:2168;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672426),(21100,'t_a4dbb80a78de201e3d9a673c7997d2','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2165\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:376:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:215:\"&ldquo;Flow Vision Section™ Goggle: Slamlife&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-tag/youth-goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1104:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_193fc62e4ca7b5f64dbbb9a902192907\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:49:\"Flow Vision Section™ Goggle: Slamlife &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:49:\"Flow Vision Section™ Goggle: Slamlife &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"b456b023ead871f249b9bb9fccd6a6c6\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"b456b023ead871f249b9bb9fccd6a6c6\";s:10:\"product_id\";i:2165;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672427),(21101,'t_d5fa33aa289056d6b322d7f0054160','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2162\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:379:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:218:\"&ldquo;Flow Vision Section™ Goggle: Black/White&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-tag/youth-goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1110:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_cb8fc1a550cc31798aa4bf04532f13b7\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:52:\"Flow Vision Section™ Goggle: Black/White &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:52:\"Flow Vision Section™ Goggle: Black/White &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"dd8e84fce739326db4811f2289d798b2\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"dd8e84fce739326db4811f2289d798b2\";s:10:\"product_id\";i:2162;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672428),(21102,'t_223a2717e3f5c5635e83555f5a9249','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2159\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:379:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:218:\"&ldquo;Flow Vision Section™ Goggle: The Liberty&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-tag/youth-goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1110:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_adf547b07a3d408d79a920417f3c5c1b\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:52:\"Flow Vision Section™ Goggle: The Liberty &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:52:\"Flow Vision Section™ Goggle: The Liberty &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"73d1b9556b1037b5d4ff1a2e94c8233f\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"73d1b9556b1037b5d4ff1a2e94c8233f\";s:10:\"product_id\";i:2159;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672430),(21103,'t_ff8032f8fd867df5ace77f18822606','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2150\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:370:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:209:\"&ldquo;Flow Vision Section™ Goggle: CG&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-tag/youth-goggles/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1092:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_a49847e0310b61e47a6ea3a1e4ef9681\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:43:\"Flow Vision Section™ Goggle: CG &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:43:\"Flow Vision Section™ Goggle: CG &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"8b8ecd6c63634542e993332f616accc6\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"8b8ecd6c63634542e993332f616accc6\";s:10:\"product_id\";i:2150;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672431),(21104,'t_ec8392f6787d281493cfd2ee4a6802','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2102\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:376:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:215:\"&ldquo;Goggle Case&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/product-category/rider-accessories/goggle-accessories/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1048:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_1513818538200c40e9630b6c2aec0321\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:21:\"Goggle Case &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:21:\"Goggle Case &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"42\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"42\";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:\"62.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"1efcd0d6e447562b390e3acb1a4ea5b5\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"1efcd0d6e447562b390e3acb1a4ea5b5\";s:10:\"product_id\";i:2102;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:42;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:42;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672433),(21105,'t_66fa478a4074ddf2678b2c6603567b','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2147\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:372:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:211:\"&ldquo;Flow Vision Rythem™ Goggle: I Don&#8217;t Kneel&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/page/2/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1112:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_6876ef57d3675786c11c3efe0438d6bf\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:53:\"Flow Vision Rythem™ Goggle: I Don\'t Kneel &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:53:\"Flow Vision Rythem™ Goggle: I Don\'t Kneel &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"9fffcaf4fd7af054eb33271c5aa0d23e\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"9fffcaf4fd7af054eb33271c5aa0d23e\";s:10:\"product_id\";i:2147;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672448),(21106,'t_c6c6648a757123d74ae8fdc46801ef','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2144\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:360:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:199:\"&ldquo;Flow Vision Rythem™ Goggle: Freedom&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/page/2/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1100:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_b170ac9ddfcf1af95695c6af5fa476c9\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:47:\"Flow Vision Rythem™ Goggle: Freedom &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:47:\"Flow Vision Rythem™ Goggle: Freedom &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"b2a8f4db980153cce694cce98d7413da\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"b2a8f4db980153cce694cce98d7413da\";s:10:\"product_id\";i:2144;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672449),(21107,'t_d01fcd20e365995ef9619d2860df61','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2141\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:366:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:205:\"&ldquo;Flow Vision Rythem™ Goggle: 2nd Amendment&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/page/2/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1112:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_f90656df0c396238f9e3367f86bd8bc0\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:53:\"Flow Vision Rythem™ Goggle: 2nd Amendment &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:53:\"Flow Vision Rythem™ Goggle: 2nd Amendment &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"3454e94d2fdbe8bfb6d85b83290e64d8\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"3454e94d2fdbe8bfb6d85b83290e64d8\";s:10:\"product_id\";i:2141;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672451),(21108,'t_a032afff3a80d8f75c4657d8356885','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2138\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:361:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:200:\"&ldquo;Flow Vision Rythem™ Goggle: Abstract&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/page/2/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1102:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_bef0d9452eb3c455b5fb7872dfdb5490\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:48:\"Flow Vision Rythem™ Goggle: Abstract &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:48:\"Flow Vision Rythem™ Goggle: Abstract &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"491f16feaee401a8a1c6e1d8ce0cfe4f\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"491f16feaee401a8a1c6e1d8ce0cfe4f\";s:10:\"product_id\";i:2138;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672452),(21109,'t_c62bed3ffeade15be03d1d98511552','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2135\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:355:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:194:\"&ldquo;Flow Vision Rythem™ Goggle: JC&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/page/2/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1090:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_33bc8f81585ed3ebdd6f776177f5353e\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:42:\"Flow Vision Rythem™ Goggle: JC &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:42:\"Flow Vision Rythem™ Goggle: JC &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"de86cee25b078226105324cb775acb16\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"de86cee25b078226105324cb775acb16\";s:10:\"product_id\";i:2135;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672453),(21110,'t_bb997b45c2fe3326fa49a8b659e43f','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2132\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:358:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:197:\"&ldquo;Flow Vision Rythem™ Goggle: Magma&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/page/2/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1096:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_cb65350a77b54f0bc8ccb34c0c17975f\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:45:\"Flow Vision Rythem™ Goggle: Magma &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:45:\"Flow Vision Rythem™ Goggle: Magma &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"41ed659b03027c2bffe3f04f3507ad83\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"41ed659b03027c2bffe3f04f3507ad83\";s:10:\"product_id\";i:2132;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672454),(21111,'t_88502c8a7f00cb29c1e67a8699d21e','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2129\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:365:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:204:\"&ldquo;Flow Vision Rythem™ Goggle: Independence&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/page/2/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1110:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_baa1cd28eece7f3af85036dd8bfe3f73\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:52:\"Flow Vision Rythem™ Goggle: Independence &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:52:\"Flow Vision Rythem™ Goggle: Independence &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"dff7292dd722ca94091b59032f492911\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"dff7292dd722ca94091b59032f492911\";s:10:\"product_id\";i:2129;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672456),(21112,'t_0a6304a638749bda5a248e18fd0669','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2126\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:361:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:200:\"&ldquo;Flow Vision Rythem™ Goggle: Pipeline&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/page/2/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1102:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_5c0a4651f50d7dd2b18b470774e4b055\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:48:\"Flow Vision Rythem™ Goggle: Pipeline &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:48:\"Flow Vision Rythem™ Goggle: Pipeline &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"2d191ffada1abf5b226aed4ba906b14a\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"2d191ffada1abf5b226aed4ba906b14a\";s:10:\"product_id\";i:2126;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672457),(21113,'t_37ab77d8729d8eba394493cc4c9613','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2123\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:363:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:202:\"&ldquo;Flow Vision Rythem™ Goggle: Blue Angel&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/page/2/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1106:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_3e9a1afb4a8d2d41f66b27aadba5fe92\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:50:\"Flow Vision Rythem™ Goggle: Blue Angel &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:50:\"Flow Vision Rythem™ Goggle: Blue Angel &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"6e4680f5df7854067d023b548fc2d9b1\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"6e4680f5df7854067d023b548fc2d9b1\";s:10:\"product_id\";i:2123;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672458),(21114,'t_70cd66156daa72cb712c8fcc506901','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2120\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:361:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:200:\"&ldquo;Flow Vision Rythem™ Goggle: Starship&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/page/2/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1102:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_9811e9f3cea6b26d71fd5d6f0af89701\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:48:\"Flow Vision Rythem™ Goggle: Starship &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:48:\"Flow Vision Rythem™ Goggle: Starship &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"37a75aeda3d698b8704e481c1be28a76\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"37a75aeda3d698b8704e481c1be28a76\";s:10:\"product_id\";i:2120;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672460),(21115,'t_918dfb3d6ffa9bb1712cb2a8eb7f0a','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2117\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:362:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:201:\"&ldquo;Flow Vision Rythem™ Goggle: Gold Leaf&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/page/2/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1104:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_2643742052160f5357f94ddb7d2cf818\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:49:\"Flow Vision Rythem™ Goggle: Gold Leaf &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:49:\"Flow Vision Rythem™ Goggle: Gold Leaf &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"022899c9e597ea428170fcab85ad7d11\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"022899c9e597ea428170fcab85ad7d11\";s:10:\"product_id\";i:2117;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672461),(21116,'t_0e35e9ca310927b86c52b5ed926f2e','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2114\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:357:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:196:\"&ldquo;Flow Vision Rythem™ Goggle: Neon&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/page/2/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1094:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_7349e3184cc990bb90c1f353e924f40e\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:44:\"Flow Vision Rythem™ Goggle: Neon &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:44:\"Flow Vision Rythem™ Goggle: Neon &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"e97649bcb34e04cb6348460248b3b426\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"e97649bcb34e04cb6348460248b3b426\";s:10:\"product_id\";i:2114;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672462),(21117,'t_2d39b9feec2cdf543cbc5d1e95693a','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2111\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:358:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:197:\"&ldquo;Flow Vision Rythem™ Goggle: Valor&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/page/2/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1096:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_191745ab3236e89d159a93306644644f\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:45:\"Flow Vision Rythem™ Goggle: Valor &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:45:\"Flow Vision Rythem™ Goggle: Valor &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"50d0f4cdf3fffb9bb72b325489ce1bc9\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"50d0f4cdf3fffb9bb72b325489ce1bc9\";s:10:\"product_id\";i:2111;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672464),(21118,'t_a96ad12e170cec69bce9f35b820426','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2105\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:364:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:203:\"&ldquo;Flow Vision Rythem™ Goggle: White/Black&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/page/2/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1108:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_0e0c5cbe06f9d2dd98b2d255383ab294\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:51:\"Flow Vision Rythem™ Goggle: White/Black &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:51:\"Flow Vision Rythem™ Goggle: White/Black &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"95f0d94bb5931b3821fba44de812c401\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"95f0d94bb5931b3821fba44de812c401\";s:10:\"product_id\";i:2105;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672465),(21119,'t_12ff665a6d56ee101f6d96a8fa609d','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2102\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:334:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:173:\"&ldquo;Goggle Case&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/shop/page/2/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1048:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_1513818538200c40e9630b6c2aec0321\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:21:\"Goggle Case &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:21:\"Goggle Case &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"42\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"42\";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:\"62.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"1efcd0d6e447562b390e3acb1a4ea5b5\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"1efcd0d6e447562b390e3acb1a4ea5b5\";s:10:\"product_id\";i:2102;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:42;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:42;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672466),(21120,'t_69e48b93d489225a86601a9ac949ed','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2186\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:376:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:215:\"&ldquo;Flow Vision Section™ Goggle: Reflex/Cyan/Red&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/brand/flowvisionco/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1118:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_6d83b9f204c202adee83e1be0c9755bc\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:56:\"Flow Vision Section™ Goggle: Reflex/Cyan/Red &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:56:\"Flow Vision Section™ Goggle: Reflex/Cyan/Red &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"65e6d140b2bc12c8c85b54116f040c57\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"65e6d140b2bc12c8c85b54116f040c57\";s:10:\"product_id\";i:2186;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672471),(21121,'t_4e1757d16626c77fe708d91758b1a8','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2183\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:366:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:205:\"&ldquo;Flow Vision Section™ Goggle: T-Rex&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/brand/flowvisionco/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1098:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_f55937becdc6596cff3a0eba4c06c1c2\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:46:\"Flow Vision Section™ Goggle: T-Rex &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:46:\"Flow Vision Section™ Goggle: T-Rex &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"f6282cc6ba593fe4e48ca3e430af1f94\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"f6282cc6ba593fe4e48ca3e430af1f94\";s:10:\"product_id\";i:2183;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672473),(21122,'t_cba67d533311902c806679a949e25c','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2180\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:373:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:212:\"&ldquo;Flow Vision Section™ Goggle: Black/Orange&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/brand/flowvisionco/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1112:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_4e24ff4af0925e364d49ff3ac8650f19\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:53:\"Flow Vision Section™ Goggle: Black/Orange &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:53:\"Flow Vision Section™ Goggle: Black/Orange &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"50a723b27cedce7b5f8e0ae67b63f0ad\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"50a723b27cedce7b5f8e0ae67b63f0ad\";s:10:\"product_id\";i:2180;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672474),(21123,'t_a678d6b7a11b7e15709fdbbf2ed5ea','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2174\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:368:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:207:\"&ldquo;Flow Vision Section™ Goggle: Zombies&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/brand/flowvisionco/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1102:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_5d309bede930b5b1a7a602c27075d509\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:48:\"Flow Vision Section™ Goggle: Zombies &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:48:\"Flow Vision Section™ Goggle: Zombies &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"b5fcd8007040fc4d270d234db1eca527\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"b5fcd8007040fc4d270d234db1eca527\";s:10:\"product_id\";i:2174;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672475),(21124,'t_89940cbea7ad5e79b34da411d1b338','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2171\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:367:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:206:\"&ldquo;Flow Vision Section™ Goggle: Sharks&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/brand/flowvisionco/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1100:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_cbd8e5d38e8036c5fd35f1574d57183c\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:47:\"Flow Vision Section™ Goggle: Sharks &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:47:\"Flow Vision Section™ Goggle: Sharks &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"105fceabe9dbb9993f8c024187e38c99\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"105fceabe9dbb9993f8c024187e38c99\";s:10:\"product_id\";i:2171;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672476),(21125,'t_9c7cc81a3395e9bfea0518e89c4e8c','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2168\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:375:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:214:\"&ldquo;Flow Vision Section™ Goggle: Flo/Blue/Black&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/brand/flowvisionco/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1116:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_f0101633dd89e2a10791297eec98e0b5\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:55:\"Flow Vision Section™ Goggle: Flo/Blue/Black &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:55:\"Flow Vision Section™ Goggle: Flo/Blue/Black &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"7385b355ef9bc0f47fc0e568fd77e1c5\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"7385b355ef9bc0f47fc0e568fd77e1c5\";s:10:\"product_id\";i:2168;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672478),(21126,'t_7db1fc6ef7652bcf665bac35222a6f','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2165\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:369:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:208:\"&ldquo;Flow Vision Section™ Goggle: Slamlife&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/brand/flowvisionco/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1104:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_193fc62e4ca7b5f64dbbb9a902192907\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:49:\"Flow Vision Section™ Goggle: Slamlife &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:49:\"Flow Vision Section™ Goggle: Slamlife &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"b456b023ead871f249b9bb9fccd6a6c6\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"b456b023ead871f249b9bb9fccd6a6c6\";s:10:\"product_id\";i:2165;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672479),(21127,'t_40631ec84ca57ef62e4edd75039d90','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2162\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:372:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:211:\"&ldquo;Flow Vision Section™ Goggle: Black/White&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/brand/flowvisionco/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1110:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_cb8fc1a550cc31798aa4bf04532f13b7\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:52:\"Flow Vision Section™ Goggle: Black/White &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:52:\"Flow Vision Section™ Goggle: Black/White &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"dd8e84fce739326db4811f2289d798b2\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"dd8e84fce739326db4811f2289d798b2\";s:10:\"product_id\";i:2162;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672480),(21128,'t_a4117d79617fe790f1b79f858a4ae3','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2159\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:372:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:211:\"&ldquo;Flow Vision Section™ Goggle: The Liberty&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/brand/flowvisionco/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1110:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_adf547b07a3d408d79a920417f3c5c1b\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:52:\"Flow Vision Section™ Goggle: The Liberty &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:52:\"Flow Vision Section™ Goggle: The Liberty &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"73d1b9556b1037b5d4ff1a2e94c8233f\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"73d1b9556b1037b5d4ff1a2e94c8233f\";s:10:\"product_id\";i:2159;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672482),(21129,'t_74331b0ca40906c10a3c67f6ec2afc','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2150\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:363:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:202:\"&ldquo;Flow Vision Section™ Goggle: CG&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/brand/flowvisionco/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1092:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_a49847e0310b61e47a6ea3a1e4ef9681\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:43:\"Flow Vision Section™ Goggle: CG &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:43:\"Flow Vision Section™ Goggle: CG &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"46\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"46\";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:\"66.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"8b8ecd6c63634542e993332f616accc6\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"8b8ecd6c63634542e993332f616accc6\";s:10:\"product_id\";i:2150;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:46;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:46;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672483),(21130,'t_704bb67d17114f65ae070721aca21e','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2147\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:379:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:218:\"&ldquo;Flow Vision Rythem™ Goggle: I Don&#8217;t Kneel&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/brand/flowvisionco/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1112:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_6876ef57d3675786c11c3efe0438d6bf\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:53:\"Flow Vision Rythem™ Goggle: I Don\'t Kneel &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:53:\"Flow Vision Rythem™ Goggle: I Don\'t Kneel &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"9fffcaf4fd7af054eb33271c5aa0d23e\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"9fffcaf4fd7af054eb33271c5aa0d23e\";s:10:\"product_id\";i:2147;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672484),(21131,'t_91f849dde5bf6b439a18cdb901e8e8','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2144\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:367:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:206:\"&ldquo;Flow Vision Rythem™ Goggle: Freedom&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/brand/flowvisionco/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1100:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_b170ac9ddfcf1af95695c6af5fa476c9\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:47:\"Flow Vision Rythem™ Goggle: Freedom &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:47:\"Flow Vision Rythem™ Goggle: Freedom &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"b2a8f4db980153cce694cce98d7413da\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"b2a8f4db980153cce694cce98d7413da\";s:10:\"product_id\";i:2144;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672485),(21132,'t_a45e6a1357e71910fac8539a164f3c','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2141\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:373:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:212:\"&ldquo;Flow Vision Rythem™ Goggle: 2nd Amendment&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/brand/flowvisionco/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1112:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_f90656df0c396238f9e3367f86bd8bc0\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:53:\"Flow Vision Rythem™ Goggle: 2nd Amendment &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:53:\"Flow Vision Rythem™ Goggle: 2nd Amendment &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"3454e94d2fdbe8bfb6d85b83290e64d8\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"3454e94d2fdbe8bfb6d85b83290e64d8\";s:10:\"product_id\";i:2141;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672487),(21133,'t_46ffc877085bd91d342a566b624758','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2138\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:368:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:207:\"&ldquo;Flow Vision Rythem™ Goggle: Abstract&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/brand/flowvisionco/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1102:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_bef0d9452eb3c455b5fb7872dfdb5490\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:48:\"Flow Vision Rythem™ Goggle: Abstract &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:48:\"Flow Vision Rythem™ Goggle: Abstract &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"491f16feaee401a8a1c6e1d8ce0cfe4f\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"491f16feaee401a8a1c6e1d8ce0cfe4f\";s:10:\"product_id\";i:2138;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672488),(21134,'t_69771457c3d16b853b801776a9d10a','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2135\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:362:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:201:\"&ldquo;Flow Vision Rythem™ Goggle: JC&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/brand/flowvisionco/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1090:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_33bc8f81585ed3ebdd6f776177f5353e\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:42:\"Flow Vision Rythem™ Goggle: JC &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:42:\"Flow Vision Rythem™ Goggle: JC &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"de86cee25b078226105324cb775acb16\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"de86cee25b078226105324cb775acb16\";s:10:\"product_id\";i:2135;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672490),(21135,'t_761fbd2f7c63a7daccf470ed0ffe63','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2132\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:365:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:204:\"&ldquo;Flow Vision Rythem™ Goggle: Magma&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/brand/flowvisionco/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1096:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_cb65350a77b54f0bc8ccb34c0c17975f\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:45:\"Flow Vision Rythem™ Goggle: Magma &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:45:\"Flow Vision Rythem™ Goggle: Magma &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"41ed659b03027c2bffe3f04f3507ad83\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"41ed659b03027c2bffe3f04f3507ad83\";s:10:\"product_id\";i:2132;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672491),(21136,'t_4dc3e2a501b409f538a8d25be10f0b','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2129\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:372:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:211:\"&ldquo;Flow Vision Rythem™ Goggle: Independence&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/brand/flowvisionco/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1110:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_baa1cd28eece7f3af85036dd8bfe3f73\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:52:\"Flow Vision Rythem™ Goggle: Independence &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:52:\"Flow Vision Rythem™ Goggle: Independence &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"dff7292dd722ca94091b59032f492911\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"dff7292dd722ca94091b59032f492911\";s:10:\"product_id\";i:2129;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672492),(21137,'t_7f057f1c3e1b5b7c7950a5ea6f9097','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2126\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:368:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:207:\"&ldquo;Flow Vision Rythem™ Goggle: Pipeline&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/brand/flowvisionco/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1102:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_5c0a4651f50d7dd2b18b470774e4b055\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:48:\"Flow Vision Rythem™ Goggle: Pipeline &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:48:\"Flow Vision Rythem™ Goggle: Pipeline &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"2d191ffada1abf5b226aed4ba906b14a\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"2d191ffada1abf5b226aed4ba906b14a\";s:10:\"product_id\";i:2126;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672493),(21138,'t_cb95bf05da55810e750e50ef39c2e2','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2123\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:370:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:209:\"&ldquo;Flow Vision Rythem™ Goggle: Blue Angel&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/brand/flowvisionco/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1106:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_3e9a1afb4a8d2d41f66b27aadba5fe92\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:50:\"Flow Vision Rythem™ Goggle: Blue Angel &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:50:\"Flow Vision Rythem™ Goggle: Blue Angel &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"6e4680f5df7854067d023b548fc2d9b1\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"6e4680f5df7854067d023b548fc2d9b1\";s:10:\"product_id\";i:2123;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672495),(21139,'t_b5d37983737ab37e5a3f775b87168b','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2120\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:368:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:207:\"&ldquo;Flow Vision Rythem™ Goggle: Starship&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/brand/flowvisionco/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1102:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_9811e9f3cea6b26d71fd5d6f0af89701\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:48:\"Flow Vision Rythem™ Goggle: Starship &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:48:\"Flow Vision Rythem™ Goggle: Starship &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"37a75aeda3d698b8704e481c1be28a76\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"37a75aeda3d698b8704e481c1be28a76\";s:10:\"product_id\";i:2120;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672496),(21140,'t_70e55c2f78e50834d22d8d1aee3d78','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2117\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:369:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:208:\"&ldquo;Flow Vision Rythem™ Goggle: Gold Leaf&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/brand/flowvisionco/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1104:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_2643742052160f5357f94ddb7d2cf818\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:49:\"Flow Vision Rythem™ Goggle: Gold Leaf &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:49:\"Flow Vision Rythem™ Goggle: Gold Leaf &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"022899c9e597ea428170fcab85ad7d11\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"022899c9e597ea428170fcab85ad7d11\";s:10:\"product_id\";i:2117;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672497),(21141,'t_fcc59b8aedd4a8472a3a00afe175d6','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2114\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:364:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:203:\"&ldquo;Flow Vision Rythem™ Goggle: Neon&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/brand/flowvisionco/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1094:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_7349e3184cc990bb90c1f353e924f40e\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:44:\"Flow Vision Rythem™ Goggle: Neon &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:44:\"Flow Vision Rythem™ Goggle: Neon &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"e97649bcb34e04cb6348460248b3b426\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"e97649bcb34e04cb6348460248b3b426\";s:10:\"product_id\";i:2114;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672499),(21142,'t_70e09891371c47a6157f6341b3b42d','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2111\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:365:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:204:\"&ldquo;Flow Vision Rythem™ Goggle: Valor&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/brand/flowvisionco/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1096:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_191745ab3236e89d159a93306644644f\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:45:\"Flow Vision Rythem™ Goggle: Valor &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:45:\"Flow Vision Rythem™ Goggle: Valor &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"50d0f4cdf3fffb9bb72b325489ce1bc9\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"50d0f4cdf3fffb9bb72b325489ce1bc9\";s:10:\"product_id\";i:2111;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672500),(21143,'t_a53863377e9d5a97cd534fa9c84680','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2105\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:371:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:210:\"&ldquo;Flow Vision Rythem™ Goggle: White/Black&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/brand/flowvisionco/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1108:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_0e0c5cbe06f9d2dd98b2d255383ab294\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:51:\"Flow Vision Rythem™ Goggle: White/Black &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:51:\"Flow Vision Rythem™ Goggle: White/Black &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"56\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"56\";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:\"76.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"95f0d94bb5931b3821fba44de812c401\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"95f0d94bb5931b3821fba44de812c401\";s:10:\"product_id\";i:2105;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:56;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:56;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672501),(21144,'t_851746312ccb4af34060aea8ddd014','a:10:{s:16:\"wca_session_data\";s:212:\"a:1:{i:0;a:3:{s:5:\"event\";s:32:\"woocommerceanalytics_add_to_cart\";s:10:\"product_id\";s:4:\"2102\";s:10:\"properties\";a:4:{s:2:\"pq\";s:1:\"1\";s:10:\"session_id\";s:0:\"\";s:12:\"landing_page\";s:0:\"\";s:10:\"is_engaged\";b:0;}}}\";s:10:\"wc_notices\";s:341:\"a:1:{s:7:\"success\";a:2:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}i:1;a:2:{s:6:\"notice\";s:180:\"&ldquo;Goggle Case&rdquo; has been added to your cart. <a href=\"https://aggressivegraphix.com/brand/flowvisionco/\" class=\"button wc-forward wp-element-button\">Continue shopping</a>\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:1048:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_1513818538200c40e9630b6c2aec0321\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:21:\"Goggle Case &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:21:\"Goggle Case &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:394:\"a:15:{s:8:\"subtotal\";s:2:\"42\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"42\";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:\"62.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:457:\"a:1:{s:32:\"1efcd0d6e447562b390e3acb1a4ea5b5\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:0:{}}s:3:\"key\";s:32:\"1efcd0d6e447562b390e3acb1a4ea5b5\";s:10:\"product_id\";i:2102;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:42;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:42;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:{}}\";}',1759672503),(21149,'t_c4b2c49b7d5706171cafe4f3a65d54','a:11:{s:16:\"wca_session_data\";s:0:\"\";s:22:\"shipping_for_package_0\";s:1068:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_67c10492282e68716431bf3a7c9c5253\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:31:\"Custom full decal kit &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:31:\"Custom full decal kit &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:397:\"a:15:{s:8:\"subtotal\";s:3:\"100\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"120.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:1523:\"a:1:{s:32:\"c7c3a124b75eb8369648cd0abbb4f9cb\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:9:{i:1543;a:4:{s:8:\"field_id\";i:1543;s:5:\"value\";s:4:\"Lets\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1544;a:4:{s:8:\"field_id\";i:1544;s:5:\"value\";s:3:\"try\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1545;a:4:{s:8:\"field_id\";i:1545;s:5:\"value\";s:4:\"this\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1546;a:4:{s:8:\"field_id\";i:1546;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:6:\"number\";s:14:\"addon_quantity\";i:1;}i:1553;a:4:{s:8:\"field_id\";i:1553;s:5:\"value\";s:4:\"1554\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1557;a:4:{s:8:\"field_id\";i:1557;s:5:\"value\";s:4:\"1558\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1563;a:4:{s:8:\"field_id\";i:1563;s:5:\"value\";s:4:\"1564\";s:10:\"field_type\";s:9:\"drop_down\";s:14:\"addon_quantity\";i:1;}i:1570;a:4:{s:8:\"field_id\";i:1570;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}i:1571;a:4:{s:8:\"field_id\";i:1571;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}}}s:3:\"key\";s:32:\"c7c3a124b75eb8369648cd0abbb4f9cb\";s:10:\"product_id\";i:486;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:100;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";d:0;}}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:17:\"wca_queued_events\";s:6:\"a:0:{}\";s:10:\"wc_notices\";s:112:\"a:1:{s:7:\"success\";a:1:{i:0;a:2:{s:6:\"notice\";s:38:\"Customer matched zone \"Continental US\"\";s:4:\"data\";a:0:{}}}}\";}',1759677578),(21152,'t_d1c1cb9d1d2954f58644a2c0d09de4','a:13:{s:16:\"wca_session_data\";s:0:\"\";s:22:\"shipping_for_package_0\";s:1068:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_be2ee12ffa68b5fe1c3adce738b3d43b\";s:5:\"rates\";a:2:{s:11:\"flat_rate:4\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:11:\"flat_rate:4\";s:9:\"method_id\";s:9:\"flat_rate\";s:11:\"instance_id\";i:4;s:5:\"label\";s:9:\"Flat rate\";s:4:\"cost\";s:2:\"20\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:4:\"none\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:1:{s:5:\"Items\";s:31:\"Custom full decal kit &times; 1\";}}s:17:\"pickup_location:0\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:17:\"pickup_location:0\";s:9:\"method_id\";s:15:\"pickup_location\";s:11:\"instance_id\";i:0;s:5:\"label\";s:33:\"Local pickup (Aggressive Graphix)\";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:4:{s:15:\"pickup_location\";s:18:\"Aggressive Graphix\";s:14:\"pickup_address\";s:29:\"31 Hill St, Webster, MA 01570\";s:14:\"pickup_details\";s:40:\"Please call or text ahead before arrival\";s:5:\"Items\";s:31:\"Custom full decal kit &times; 1\";}}}}\";s:25:\"previous_shipping_methods\";s:68:\"a:1:{i:0;a:2:{i:0;s:11:\"flat_rate:4\";i:1;s:17:\"pickup_location:0\";}}\";s:23:\"chosen_shipping_methods\";s:29:\"a:1:{i:0;s:11:\"flat_rate:4\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:2;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:8:\"customer\";s:742:\"a:28:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";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:0:\"\";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:2:\"CA\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"US\";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:2:\"CA\";s:17:\"shipping_postcode\";s:0:\"\";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:17:\"wca_queued_events\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:3027:\"a:2:{s:32:\"ecf28fcc578bf533d387f4562d7475d6\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:9:{i:1543;a:4:{s:8:\"field_id\";i:1543;s:5:\"value\";s:3:\"Ben\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1544;a:4:{s:8:\"field_id\";i:1544;s:5:\"value\";s:2:\"YZ\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1545;a:4:{s:8:\"field_id\";i:1545;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1546;a:4:{s:8:\"field_id\";i:1546;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:6:\"number\";s:14:\"addon_quantity\";i:1;}i:1553;a:4:{s:8:\"field_id\";i:1553;s:5:\"value\";s:4:\"1554\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1557;a:4:{s:8:\"field_id\";i:1557;s:5:\"value\";s:4:\"1558\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1563;a:4:{s:8:\"field_id\";i:1563;s:5:\"value\";s:4:\"1564\";s:10:\"field_type\";s:9:\"drop_down\";s:14:\"addon_quantity\";i:1;}i:1570;a:4:{s:8:\"field_id\";i:1570;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}i:1571;a:4:{s:8:\"field_id\";i:1571;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}}}s:3:\"key\";s:32:\"ecf28fcc578bf533d387f4562d7475d6\";s:10:\"product_id\";i:486;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:100;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";d:0;}s:32:\"687c3e22ee474262ff673139c614c41a\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:9:{i:1624;a:4:{s:8:\"field_id\";i:1624;s:5:\"value\";s:2:\"YZ\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1612;a:4:{s:8:\"field_id\";i:1612;s:5:\"value\";s:3:\"Ben\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1613;a:4:{s:8:\"field_id\";i:1613;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1625;a:4:{s:8:\"field_id\";i:1625;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:6:\"number\";s:14:\"addon_quantity\";i:1;}i:1626;a:4:{s:8:\"field_id\";i:1626;s:5:\"value\";s:4:\"1889\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1630;a:4:{s:8:\"field_id\";i:1630;s:5:\"value\";s:4:\"1631\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1636;a:4:{s:8:\"field_id\";i:1636;s:5:\"value\";s:4:\"1564\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}i:1637;a:4:{s:8:\"field_id\";i:1637;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}i:1638;a:4:{s:8:\"field_id\";i:1638;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}}}s:3:\"key\";s:32:\"687c3e22ee474262ff673139c614c41a\";s:10:\"product_id\";i:858;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:18:\"checkout_page_used\";b:1;s:21:\"store_api_draft_order\";i:3694;s:11:\"cart_totals\";s:397:\"a:15:{s:8:\"subtotal\";s:3:\"100\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:2:\"20\";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:\"120.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:1518:\"a:1:{s:32:\"ecf28fcc578bf533d387f4562d7475d6\";a:12:{s:21:\"selected_item_post_id\";a:1:{i:0;a:9:{i:1543;a:4:{s:8:\"field_id\";i:1543;s:5:\"value\";s:3:\"Ben\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1544;a:4:{s:8:\"field_id\";i:1544;s:5:\"value\";s:2:\"YZ\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1545;a:4:{s:8:\"field_id\";i:1545;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:10:\"input_text\";s:14:\"addon_quantity\";i:1;}i:1546;a:4:{s:8:\"field_id\";i:1546;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:6:\"number\";s:14:\"addon_quantity\";i:1;}i:1553;a:4:{s:8:\"field_id\";i:1553;s:5:\"value\";s:4:\"1554\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1557;a:4:{s:8:\"field_id\";i:1557;s:5:\"value\";s:4:\"1558\";s:10:\"field_type\";s:14:\"image_swatcher\";s:14:\"addon_quantity\";i:1;}i:1563;a:4:{s:8:\"field_id\";i:1563;s:5:\"value\";s:4:\"1564\";s:10:\"field_type\";s:9:\"drop_down\";s:14:\"addon_quantity\";i:1;}i:1570;a:4:{s:8:\"field_id\";i:1570;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}i:1571;a:4:{s:8:\"field_id\";i:1571;s:5:\"value\";s:1:\"1\";s:10:\"field_type\";s:8:\"textarea\";s:14:\"addon_quantity\";i:1;}}}s:3:\"key\";s:32:\"ecf28fcc578bf533d387f4562d7475d6\";s:10:\"product_id\";i:486;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:100;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";d:0;}}\";}',1759678700);
/*!40000 ALTER TABLE `nbn_woocommerce_sessions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_woocommerce_shipping_zone_locations`
--

DROP TABLE IF EXISTS `nbn_woocommerce_shipping_zone_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_woocommerce_shipping_zone_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_id` bigint(20) unsigned NOT NULL,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `zone_id` (`zone_id`),
  KEY `location_type_code` (`location_type`(10),`location_code`(20))
) 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 `nbn_woocommerce_shipping_zone_locations`
--

LOCK TABLES `nbn_woocommerce_shipping_zone_locations` WRITE;
/*!40000 ALTER TABLE `nbn_woocommerce_shipping_zone_locations` DISABLE KEYS */;
INSERT INTO `nbn_woocommerce_shipping_zone_locations` VALUES (3,1,'US','country');
/*!40000 ALTER TABLE `nbn_woocommerce_shipping_zone_locations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_woocommerce_shipping_zone_methods`
--

DROP TABLE IF EXISTS `nbn_woocommerce_shipping_zone_methods`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_woocommerce_shipping_zone_methods` (
  `zone_id` bigint(20) unsigned NOT NULL,
  `instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `method_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `method_order` bigint(20) unsigned NOT NULL,
  `is_enabled` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`instance_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 `nbn_woocommerce_shipping_zone_methods`
--

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

--
-- Table structure for table `nbn_woocommerce_shipping_zones`
--

DROP TABLE IF EXISTS `nbn_woocommerce_shipping_zones`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_woocommerce_shipping_zones` (
  `zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `zone_order` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`zone_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 `nbn_woocommerce_shipping_zones`
--

LOCK TABLES `nbn_woocommerce_shipping_zones` WRITE;
/*!40000 ALTER TABLE `nbn_woocommerce_shipping_zones` DISABLE KEYS */;
INSERT INTO `nbn_woocommerce_shipping_zones` VALUES (1,'Continental US',0);
/*!40000 ALTER TABLE `nbn_woocommerce_shipping_zones` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_woocommerce_tax_rate_locations`
--

DROP TABLE IF EXISTS `nbn_woocommerce_tax_rate_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_woocommerce_tax_rate_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `tax_rate_id` bigint(20) unsigned NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci 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 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `nbn_woocommerce_tax_rate_locations`
--

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

--
-- Table structure for table `nbn_woocommerce_tax_rates`
--

DROP TABLE IF EXISTS `nbn_woocommerce_tax_rates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_woocommerce_tax_rates` (
  `tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `tax_rate_country` varchar(2) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_520_ci 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) COLLATE utf8mb4_unicode_520_ci 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 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `nbn_woocommerce_tax_rates`
--

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

--
-- Table structure for table `nbn_wpfm_backup`
--

DROP TABLE IF EXISTS `nbn_wpfm_backup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_wpfm_backup` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `backup_name` text COLLATE utf8mb4_unicode_520_ci,
  `backup_date` text COLLATE utf8mb4_unicode_520_ci,
  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 `nbn_wpfm_backup`
--

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

--
-- Table structure for table `nbn_wpforms_coupons`
--

DROP TABLE IF EXISTS `nbn_wpforms_coupons`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_wpforms_coupons` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `code` varchar(36) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `discount_amount` decimal(26,8) NOT NULL,
  `discount_type` enum('flat','percentage') COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'flat',
  `usage_limit` smallint(5) unsigned DEFAULT NULL,
  `usage_limit_reached` tinyint(4) NOT NULL DEFAULT '0',
  `start_date_time_gmt` datetime DEFAULT NULL,
  `end_date_time_gmt` datetime DEFAULT NULL,
  `status` varchar(36) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
  `is_global` tinyint(4) NOT NULL DEFAULT '0',
  `date_created_gmt` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  KEY `code` (`code`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `nbn_wpforms_coupons`
--

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

--
-- Table structure for table `nbn_wpforms_coupons_forms`
--

DROP TABLE IF EXISTS `nbn_wpforms_coupons_forms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_wpforms_coupons_forms` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `coupon_id` bigint(20) unsigned NOT NULL,
  `form_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `coupon_form_ids` (`coupon_id`,`form_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `nbn_wpforms_coupons_forms`
--

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

--
-- Table structure for table `nbn_wpforms_coupons_forms_usage`
--

DROP TABLE IF EXISTS `nbn_wpforms_coupons_forms_usage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_wpforms_coupons_forms_usage` (
  `coupon_id` bigint(20) unsigned NOT NULL,
  `form_id` bigint(20) unsigned NOT NULL,
  `payments_count` mediumint(8) unsigned NOT NULL DEFAULT '0',
  `usage_count` mediumint(8) unsigned NOT NULL DEFAULT '0',
  UNIQUE KEY `coupon_form_ids` (`coupon_id`,`form_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `nbn_wpforms_coupons_forms_usage`
--

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

--
-- Table structure for table `nbn_wpforms_entries`
--

DROP TABLE IF EXISTS `nbn_wpforms_entries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_wpforms_entries` (
  `entry_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `form_id` bigint(20) NOT NULL,
  `post_id` bigint(20) NOT NULL,
  `user_id` bigint(20) NOT NULL,
  `status` varchar(30) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `type` varchar(30) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `viewed` tinyint(1) DEFAULT '0',
  `starred` tinyint(1) DEFAULT '0',
  `fields` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `meta` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date` datetime NOT NULL,
  `date_modified` datetime NOT NULL,
  `ip_address` varchar(128) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_agent` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_uuid` varchar(36) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`entry_id`),
  KEY `form_id` (`form_id`)
) ENGINE=InnoDB AUTO_INCREMENT=96 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `nbn_wpforms_entries`
--

LOCK TABLES `nbn_wpforms_entries` WRITE;
/*!40000 ALTER TABLE `nbn_wpforms_entries` DISABLE KEYS */;
INSERT INTO `nbn_wpforms_entries` VALUES (1,1943,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"GeorgeSmumpGG GeorgeSmumpGG\",\"id\":1,\"type\":\"name\",\"first\":\"GeorgeSmumpGG\",\"middle\":\"\",\"last\":\"GeorgeSmumpGG\"},\"2\":{\"name\":\"Email\",\"value\":\"yawiviseya67@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"Aloha, makemake wau e\\u02bbike i k\\u0101u kumuk\\u016b\\u02bbai.\",\"id\":3,\"type\":\"textarea\"}}','','2025-06-15 11:23:57','2025-06-15 11:23:57','185.39.19.97','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',''),(3,1943,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"test test\",\"id\":1,\"type\":\"name\",\"first\":\"test\",\"middle\":\"\",\"last\":\"test\"},\"2\":{\"name\":\"Email\",\"value\":\"tets@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"test\",\"id\":3,\"type\":\"textarea\"}}','','2025-06-15 21:25:57','2025-06-15 21:25:57','115.118.128.202','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36','4871f946-1cf7-4775-856c-113a11353018'),(4,1943,0,1,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"Ben Wojnarowicz\",\"id\":1,\"type\":\"name\",\"first\":\"Ben\",\"middle\":\"\",\"last\":\"Wojnarowicz\"},\"2\":{\"name\":\"Email\",\"value\":\"ben@aggressivegraphix.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"Test\",\"id\":3,\"type\":\"textarea\"}}','','2025-06-18 14:27:28','2025-06-18 14:27:28','71.11.17.27','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36','f9f88250-07df-4417-8329-16a0c52afa8f'),(5,2516,0,1,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"Ben Wojnarowicz\",\"id\":1,\"type\":\"name\",\"first\":\"\",\"middle\":\"\",\"last\":\"\"},\"2\":{\"name\":\"Email\",\"value\":\"ben@aggressivegraphix.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Phone\",\"value\":\"(774) 314-1673\",\"id\":3,\"type\":\"phone\"},\"4\":{\"name\":\"Specific job completion date\",\"value\":\"\",\"id\":4,\"type\":\"date-time\",\"date\":\"\",\"time\":\"\",\"unix\":\"\"},\"5\":{\"name\":\"Project type\",\"value\":\"Car\\/Truck\",\"value_raw\":\"Car\\/Truck\",\"id\":5,\"type\":\"checkbox\"},\"9\":{\"name\":\"Vehicle year\\/make\\/model\",\"value\":\"\",\"id\":9,\"type\":\"text\",\"visible\":false},\"6\":{\"name\":\"Which wrap service are you interested in?\",\"value\":\"Chrome delete\",\"value_raw\":\"Chrome delete\",\"id\":6,\"type\":\"checkbox\"},\"7\":{\"name\":\"Please describe your project\",\"value\":\"Test\",\"id\":7,\"type\":\"textarea\"},\"8\":{\"name\":\"Please upload photos of your vehicle\",\"value\":\"\",\"value_raw\":\"\",\"id\":8,\"type\":\"file-upload\",\"style\":\"modern\"}}','','2025-06-18 14:27:51','2025-06-18 14:27:51','71.11.17.27','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36','f9f88250-07df-4417-8329-16a0c52afa8f'),(6,1943,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"LeeSmumpEY LeeSmumpEY\",\"id\":1,\"type\":\"name\",\"first\":\"LeeSmumpEY\",\"middle\":\"\",\"last\":\"LeeSmumpEY\"},\"2\":{\"name\":\"Email\",\"value\":\"zekisuquc419@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"Hola, volia saber el seu preu.\",\"id\":3,\"type\":\"textarea\"}}','','2025-06-19 19:22:15','2025-06-19 19:22:15','86.54.25.127','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',''),(7,2516,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"Gabe\",\"id\":1,\"type\":\"name\",\"first\":\"\",\"middle\":\"\",\"last\":\"\"},\"2\":{\"name\":\"Email\",\"value\":\"gaberod94@yahoo.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Phone\",\"value\":\"(508) 579-8059\",\"id\":3,\"type\":\"phone\"},\"4\":{\"name\":\"Specific job completion date\",\"value\":\"06\\/30\\/2025\",\"id\":4,\"type\":\"date-time\",\"date\":\"06\\/30\\/2025\",\"time\":\"\",\"unix\":1751241600},\"5\":{\"name\":\"Project type\",\"value\":\"Car\\/Truck\",\"value_raw\":\"Car\\/Truck\",\"id\":5,\"type\":\"checkbox\"},\"9\":{\"name\":\"Vehicle year\\/make\\/model\",\"value\":\"\",\"id\":9,\"type\":\"text\",\"visible\":false},\"6\":{\"name\":\"Which wrap service are you interested in?\",\"value\":\"Partial color change\",\"value_raw\":\"Partial color change\",\"id\":6,\"type\":\"checkbox\"},\"7\":{\"name\":\"Please describe your project\",\"value\":\"I want to wrap the top of my around the sun roof black. Wrap my window panels and my small spoiler and side mirrors in carbon fiber. And have a small strip of carbon fiber going through the middle of my door handles.\",\"id\":7,\"type\":\"textarea\"},\"8\":{\"name\":\"Please upload photos of your vehicle\",\"value\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2516-a7b3d1bd5699197bdee7baced0d8e2c6\\/IMG_0300-34a7ad78fe76cff08f6f30c73940d6d9.webp\",\"value_raw\":[{\"name\":\"IMG_0300.webp\",\"value\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2516-a7b3d1bd5699197bdee7baced0d8e2c6\\/IMG_0300-34a7ad78fe76cff08f6f30c73940d6d9.webp\",\"file\":\"IMG_0300-34a7ad78fe76cff08f6f30c73940d6d9.webp\",\"file_original\":\"IMG_0300.webp\",\"file_user_name\":\"IMG_0300.webp\",\"ext\":\"webp\",\"attachment_id\":0,\"id\":8,\"type\":\"image\\/webp\"}],\"id\":8,\"type\":\"file-upload\",\"style\":\"modern\"}}','','2025-06-20 12:51:09','2025-06-20 12:51:09','75.216.122.144','Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBAV/512.0.0.44.109;FBBV/749838383;FBDV/iPhone17,3;FBMD/iPhone;FBSN/iOS;FBSV/18.5;FBSS/3;FBCR/;FBID/phone;FBLC/en_US;FBOP/80]','fad1e470-0e12-4c28-8e0e-50d6273b75e7'),(13,2736,0,0,'','',0,0,'{\"2\":{\"name\":\"Name\",\"value\":\"Alex\",\"id\":2,\"type\":\"name\",\"first\":\"\",\"middle\":\"\",\"last\":\"\"},\"3\":{\"name\":\"Email\",\"value\":\"alex@apsinctx.com\",\"id\":3,\"type\":\"email\"},\"4\":{\"name\":\"Phone\",\"value\":\"(619) 548-1980\",\"id\":4,\"type\":\"phone\"},\"5\":{\"name\":\"Specific job completion date\",\"value\":\"07\\/04\\/2025\",\"id\":5,\"type\":\"date-time\",\"date\":\"07\\/04\\/2025\",\"time\":\"\",\"unix\":1751587200},\"6\":{\"name\":\"Type of wrap service\",\"value\":\"Full wrap\",\"value_raw\":\"Full wrap\",\"id\":6,\"type\":\"checkbox\"},\"7\":{\"name\":\"Please describe your project\",\"value\":\"Company name Drain Connection a service company in San Antonio Texas \\r\\n\\r\\nColor we want Navy blue,orange Some white \\r\\n\\r\\nInstead of gray, change the D to white\\r\\n\\r\\nInstead of red, change the C to orange\",\"id\":7,\"type\":\"textarea\"},\"8\":{\"name\":\"Upload your logo files and photos of your vehicle\\/trailer\",\"value\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2736-071fb8427beb12a46ef671bac4dad6e0\\/vecteezy_initial-letter-dc-logo-design-template_5287455-0dafbf7d24124773ea9072117af73350.jpeg\\nhttps:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2736-071fb8427beb12a46ef671bac4dad6e0\\/IMG_1091-cd85756fc27996dda38eac67e6b1b71e.jpeg\",\"value_raw\":[{\"name\":\"vecteezy_initial-letter-dc-logo-design-template_5287455.jpeg\",\"value\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2736-071fb8427beb12a46ef671bac4dad6e0\\/vecteezy_initial-letter-dc-logo-design-template_5287455-0dafbf7d24124773ea9072117af73350.jpeg\",\"file\":\"vecteezy_initial-letter-dc-logo-design-template_5287455-0dafbf7d24124773ea9072117af73350.jpeg\",\"file_original\":\"vecteezy_initial-letter-dc-logo-design-template_5287455.jpeg\",\"file_user_name\":\"vecteezy_initial-letter-dc-logo-design-template_5287455.jpeg\",\"ext\":\"jpeg\",\"attachment_id\":0,\"id\":8,\"type\":\"image\\/jpeg\"},{\"name\":\"IMG_1091.jpeg\",\"value\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2736-071fb8427beb12a46ef671bac4dad6e0\\/IMG_1091-cd85756fc27996dda38eac67e6b1b71e.jpeg\",\"file\":\"IMG_1091-cd85756fc27996dda38eac67e6b1b71e.jpeg\",\"file_original\":\"IMG_1091.jpeg\",\"file_user_name\":\"IMG_1091.jpeg\",\"ext\":\"jpeg\",\"attachment_id\":0,\"id\":8,\"type\":\"image\\/jpeg\"}],\"id\":8,\"type\":\"file-upload\",\"style\":\"modern\"}}','','2025-06-28 10:26:27','2025-06-28 10:26:27','96.8.195.245','Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22F76 Instagram 382.0.0.22.84 (iPhone15,3; iOS 18_5; en_US; en; scale=3.00; 1290x2796; 738721990; IABMV/1)','3ebf75fe-a828-47ea-8a6e-a6c534492e19'),(18,1943,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"Eric Berube\",\"id\":1,\"type\":\"name\",\"first\":\"Eric\",\"middle\":\"\",\"last\":\"Berube\"},\"2\":{\"name\":\"Email\",\"value\":\"eberube5@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"Hello,\\r\\n\\r\\nSaw that VW bug you guys wrapped at a local car show. Looked awesome.\\r\\nI have a 1995 Ford F150 I\'m interested in getting wrapped.\\r\\nThe paint is tired, and I\'d love to bring it back to life as we take very good care of it.\\r\\nThe truck is currently fire engine red, so I\'d be looking for something very similar.\\r\\nPlease provide a quote for a single cab \'95 F150.\\r\\nI\'m located up in Spencer.\\r\\n\\r\\nThank you,\\r\\nEric\",\"id\":3,\"type\":\"textarea\"}}','','2025-07-02 14:57:23','2025-07-02 14:57:23','24.241.17.155','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36','ba7183bd-d10d-488e-8b08-1c01f6ab68a8'),(19,1943,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"LeeSmumpEY LeeSmumpEY\",\"id\":1,\"type\":\"name\",\"first\":\"LeeSmumpEY\",\"middle\":\"\",\"last\":\"LeeSmumpEY\"},\"2\":{\"name\":\"Email\",\"value\":\"irinademenkova86@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"Salam, qiym\\u0259tinizi bilm\\u0259k ist\\u0259dim.\",\"id\":3,\"type\":\"textarea\"}}','','2025-07-03 03:36:50','2025-07-03 03:36:50','185.39.19.34','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',''),(20,1943,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"CharlieSmumpLS CharlieSmumpLS\",\"id\":1,\"type\":\"name\",\"first\":\"CharlieSmumpLS\",\"middle\":\"\",\"last\":\"CharlieSmumpLS\"},\"2\":{\"name\":\"Email\",\"value\":\"irinademenkova86@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"Aloha, makemake wau e\\u02bbike i k\\u0101u kumuk\\u016b\\u02bbai.\",\"id\":3,\"type\":\"textarea\"}}','','2025-07-07 11:28:28','2025-07-07 11:28:28','93.152.230.160','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',''),(21,1943,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"LeeSmumpEY LeeSmumpEY\",\"id\":1,\"type\":\"name\",\"first\":\"LeeSmumpEY\",\"middle\":\"\",\"last\":\"LeeSmumpEY\"},\"2\":{\"name\":\"Email\",\"value\":\"dinanikolskaya99@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"Hi, roeddwn i eisiau gwybod eich pris.\",\"id\":3,\"type\":\"textarea\"}}','','2025-07-08 08:37:02','2025-07-08 08:37:02','185.39.19.49','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0',''),(22,1943,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"GeorgeSmumpGG GeorgeSmumpGG\",\"id\":1,\"type\":\"name\",\"first\":\"GeorgeSmumpGG\",\"middle\":\"\",\"last\":\"GeorgeSmumpGG\"},\"2\":{\"name\":\"Email\",\"value\":\"irinademenkova86@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"Hej, jeg \\u00f8nskede at kende din pris.\",\"id\":3,\"type\":\"textarea\"}}','','2025-07-10 11:23:56','2025-07-10 11:23:56','185.39.19.97','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0',''),(24,2736,0,0,'','',0,0,'{\"2\":{\"name\":\"Name\",\"value\":\"Justin Roszkiewicz\",\"id\":2,\"type\":\"name\",\"first\":\"\",\"middle\":\"\",\"last\":\"\"},\"3\":{\"name\":\"Email\",\"value\":\"jmrplumber@gmail.com\",\"id\":3,\"type\":\"email\"},\"4\":{\"name\":\"Phone\",\"value\":\"(774) 402-4999\",\"id\":4,\"type\":\"phone\"},\"5\":{\"name\":\"Specific job completion date\",\"value\":\"\",\"id\":5,\"type\":\"date-time\",\"date\":\"\",\"time\":\"\",\"unix\":\"\"},\"6\":{\"name\":\"Type of wrap service\",\"value\":\"Lettering\",\"value_raw\":\"Lettering\",\"id\":6,\"type\":\"checkbox\"},\"7\":{\"name\":\"Please describe your project\",\"value\":\"2022 Isuzu 14\\u2019 box truck lettering for my owner\\/operater plumbing business \\r\\nNothing crazy I kind of like the old school lettering, no logo ect. I have a quick example I made but obviously j.r. Plumber would be bigger and phone number while other letters remain smaller in the middle \\r\\n\\r\\nTruck is white with black trim and wheels so do have black letters with gold shadow would be cool to do on sides and rear garage door.\\r\\n\\r\\nPossible tint front windows, nothing dark just to block the sun a little\",\"id\":7,\"type\":\"textarea\"},\"8\":{\"name\":\"Upload your logo files and photos of your vehicle\\/trailer\",\"value\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2736-071fb8427beb12a46ef671bac4dad6e0\\/IMG_5414-f39e58abd309c71bdfa4e185bb7bd4f8.jpeg\",\"value_raw\":[{\"name\":\"IMG_5414.jpeg\",\"value\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2736-071fb8427beb12a46ef671bac4dad6e0\\/IMG_5414-f39e58abd309c71bdfa4e185bb7bd4f8.jpeg\",\"file\":\"IMG_5414-f39e58abd309c71bdfa4e185bb7bd4f8.jpeg\",\"file_original\":\"IMG_5414.jpeg\",\"file_user_name\":\"IMG_5414.jpeg\",\"ext\":\"jpeg\",\"attachment_id\":0,\"id\":8,\"type\":\"image\\/jpeg\"}],\"id\":8,\"type\":\"file-upload\",\"style\":\"modern\"}}','','2025-07-12 00:53:52','2025-07-12 00:53:52','174.83.7.205','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','3fa84c8e-27fb-4b9e-8534-73c6573f0762'),(25,2736,0,0,'','',0,0,'{\"2\":{\"name\":\"Name\",\"value\":\"Justin Roszkiewicz\",\"id\":2,\"type\":\"name\",\"first\":\"\",\"middle\":\"\",\"last\":\"\"},\"3\":{\"name\":\"Email\",\"value\":\"jmrplumber@gmail.com\",\"id\":3,\"type\":\"email\"},\"4\":{\"name\":\"Phone\",\"value\":\"(774) 402-4999\",\"id\":4,\"type\":\"phone\"},\"5\":{\"name\":\"Specific job completion date\",\"value\":\"\",\"id\":5,\"type\":\"date-time\",\"date\":\"\",\"time\":\"\",\"unix\":\"\"},\"6\":{\"name\":\"Type of wrap service\",\"value\":\"Lettering\",\"value_raw\":\"Lettering\",\"id\":6,\"type\":\"checkbox\"},\"7\":{\"name\":\"Please describe your project\",\"value\":\"Forgot to add truck pictures from previous message\",\"id\":7,\"type\":\"textarea\"},\"8\":{\"name\":\"Upload your logo files and photos of your vehicle\\/trailer\",\"value\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2736-071fb8427beb12a46ef671bac4dad6e0\\/IMG_3420-a879a89683ae1e469b895a2ff2771ab7.jpeg\\nhttps:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2736-071fb8427beb12a46ef671bac4dad6e0\\/IMG_3429-c2a2098d81ff909c9b50cfd3e1ac057a.jpeg\",\"value_raw\":[{\"name\":\"IMG_3420.jpeg\",\"value\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2736-071fb8427beb12a46ef671bac4dad6e0\\/IMG_3420-a879a89683ae1e469b895a2ff2771ab7.jpeg\",\"file\":\"IMG_3420-a879a89683ae1e469b895a2ff2771ab7.jpeg\",\"file_original\":\"IMG_3420.jpeg\",\"file_user_name\":\"IMG_3420.jpeg\",\"ext\":\"jpeg\",\"attachment_id\":0,\"id\":8,\"type\":\"image\\/jpeg\"},{\"name\":\"IMG_3429.jpeg\",\"value\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2736-071fb8427beb12a46ef671bac4dad6e0\\/IMG_3429-c2a2098d81ff909c9b50cfd3e1ac057a.jpeg\",\"file\":\"IMG_3429-c2a2098d81ff909c9b50cfd3e1ac057a.jpeg\",\"file_original\":\"IMG_3429.jpeg\",\"file_user_name\":\"IMG_3429.jpeg\",\"ext\":\"jpeg\",\"attachment_id\":0,\"id\":8,\"type\":\"image\\/jpeg\"}],\"id\":8,\"type\":\"file-upload\",\"style\":\"modern\"}}','','2025-07-12 00:56:01','2025-07-12 00:56:01','174.83.7.205','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','3fa84c8e-27fb-4b9e-8534-73c6573f0762'),(26,1943,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"LeeSmumpEY LeeSmumpEY\",\"id\":1,\"type\":\"name\",\"first\":\"LeeSmumpEY\",\"middle\":\"\",\"last\":\"LeeSmumpEY\"},\"2\":{\"name\":\"Email\",\"value\":\"dinanikolskaya99@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"Ola, quer\\u00eda saber o seu prezo.\",\"id\":3,\"type\":\"textarea\"}}','','2025-07-13 17:29:14','2025-07-13 17:29:14','185.39.19.49','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',''),(27,1943,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"SimonSmumpLR SimonSmumpLR\",\"id\":1,\"type\":\"name\",\"first\":\"SimonSmumpLR\",\"middle\":\"\",\"last\":\"SimonSmumpLR\"},\"2\":{\"name\":\"Email\",\"value\":\"irinademenkova86@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"Zdravo, htio sam znati va\\u0161u cijenu.\",\"id\":3,\"type\":\"textarea\"}}','','2025-07-15 10:01:09','2025-07-15 10:01:09','185.39.19.43','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0',''),(28,1943,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"Shane Stanley\",\"id\":1,\"type\":\"name\",\"first\":\"Shane\",\"middle\":\"\",\"last\":\"Stanley\"},\"2\":{\"name\":\"Email\",\"value\":\"lilmotoxguy199@yahoo.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"I\\u2019m trying to have number plates made to match what I have on the bike already just change the number and name on front plate.  How much you think it would be and lead time? If you want to text me (774-238-0689) I can send you some pictures of what I\\u2019m trying to match.. something close.\",\"id\":3,\"type\":\"textarea\"}}','','2025-07-16 17:02:48','2025-07-16 17:02:48','98.229.240.29','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','1358a210-e454-4e09-bee0-58c629582128'),(29,1943,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"LeeSmumpEY LeeSmumpEY\",\"id\":1,\"type\":\"name\",\"first\":\"LeeSmumpEY\",\"middle\":\"\",\"last\":\"LeeSmumpEY\"},\"2\":{\"name\":\"Email\",\"value\":\"dinanikolskaya99@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"Xin ch\\u00e0o, t\\u00f4i mu\\u1ed1n bi\\u1ebft gi\\u00e1 c\\u1ee7a b\\u1ea1n.\",\"id\":3,\"type\":\"textarea\"}}','','2025-07-23 08:57:03','2025-07-23 08:57:03','185.39.19.48','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',''),(30,2736,0,0,'','',0,0,'{\"2\":{\"name\":\"Name\",\"value\":\"Joshua Kelly\",\"id\":2,\"type\":\"name\",\"first\":\"\",\"middle\":\"\",\"last\":\"\"},\"3\":{\"name\":\"Email\",\"value\":\"aah1776@yahoo.com\",\"id\":3,\"type\":\"email\"},\"4\":{\"name\":\"Phone\",\"value\":\"(774) 230-7243\",\"id\":4,\"type\":\"phone\"},\"5\":{\"name\":\"Specific job completion date\",\"value\":\"\",\"id\":5,\"type\":\"date-time\",\"date\":\"\",\"time\":\"\",\"unix\":\"\"},\"6\":{\"name\":\"Type of wrap service\",\"value\":\"Lettering\\nPartial\\/half wrap\",\"value_raw\":\"Lettering\\nPartial\\/half wrap\",\"id\":6,\"type\":\"checkbox\"},\"7\":{\"name\":\"Please describe your project\",\"value\":\"I just purchased a 17 f350 supercab with a utility body and would like to possibly get some lettering done or whatever is recommended.  The logo below is what\'s on my shirts, but doesn\'t necessarily need to be whats on the vehicle. The card has the services that I do that I may want listed also.\",\"id\":7,\"type\":\"textarea\"},\"8\":{\"name\":\"Upload your logo files and photos of your vehicle\\/trailer\",\"value\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2736-071fb8427beb12a46ef671bac4dad6e0\\/preview_da6eea70-ea27-411a-8926-be68a2d1cea8_1_thumb-5c11d3bb3dbcff1727b83f57460d84ab.png\\nhttps:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2736-071fb8427beb12a46ef671bac4dad6e0\\/20250723_064040-c3bc400010c7000cd9cedf5d0c8520b8.jpg\",\"value_raw\":[{\"name\":\"preview_da6eea70-ea27-411a-8926-be68a2d1cea8_1_thumb.png\",\"value\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2736-071fb8427beb12a46ef671bac4dad6e0\\/preview_da6eea70-ea27-411a-8926-be68a2d1cea8_1_thumb-5c11d3bb3dbcff1727b83f57460d84ab.png\",\"file\":\"preview_da6eea70-ea27-411a-8926-be68a2d1cea8_1_thumb-5c11d3bb3dbcff1727b83f57460d84ab.png\",\"file_original\":\"preview_da6eea70-ea27-411a-8926-be68a2d1cea8_1_thumb.png\",\"file_user_name\":\"preview_da6eea70-ea27-411a-8926-be68a2d1cea8_1_thumb.png\",\"ext\":\"png\",\"attachment_id\":0,\"id\":8,\"type\":\"image\\/png\"},{\"name\":\"20250723_064040.jpg\",\"value\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2736-071fb8427beb12a46ef671bac4dad6e0\\/20250723_064040-c3bc400010c7000cd9cedf5d0c8520b8.jpg\",\"file\":\"20250723_064040-c3bc400010c7000cd9cedf5d0c8520b8.jpg\",\"file_original\":\"20250723_064040.jpg\",\"file_user_name\":\"20250723_064040.jpg\",\"ext\":\"jpg\",\"attachment_id\":0,\"id\":8,\"type\":\"image\\/jpeg\"}],\"id\":8,\"type\":\"file-upload\",\"style\":\"modern\"}}','','2025-07-23 10:42:21','2025-07-23 10:42:21','68.227.185.10','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36','5e59cc95-da01-45fb-80f8-c11e8f1f6e7a'),(34,1943,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"LeeSmumpEY LeeSmumpEY\",\"id\":1,\"type\":\"name\",\"first\":\"LeeSmumpEY\",\"middle\":\"\",\"last\":\"LeeSmumpEY\"},\"2\":{\"name\":\"Email\",\"value\":\"irinademenkova86@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"\\u0548\\u0572\\u057b\\u0578\\u0582\\u0575\\u0576, \\u0565\\u057d \\u0578\\u0582\\u0566\\u0578\\u0582\\u0574 \\u0567\\u056b \\u056b\\u0574\\u0561\\u0576\\u0561\\u056c \\u0571\\u0565\\u0580 \\u0563\\u056b\\u0576\\u0568.\",\"id\":3,\"type\":\"textarea\"}}','','2025-07-28 02:09:12','2025-07-28 02:09:12','185.39.19.34','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0',''),(36,1943,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"LeeSmumpEY LeeSmumpEY\",\"id\":1,\"type\":\"name\",\"first\":\"LeeSmumpEY\",\"middle\":\"\",\"last\":\"LeeSmumpEY\"},\"2\":{\"name\":\"Email\",\"value\":\"zekisuquc419@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"Aloha, makemake wau e\\u02bbike i k\\u0101u kumuk\\u016b\\u02bbai.\",\"id\":3,\"type\":\"textarea\"}}','','2025-08-03 09:30:59','2025-08-03 09:30:59','45.89.70.30','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0',''),(38,1943,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"LeeSmumpEY LeeSmumpEY\",\"id\":1,\"type\":\"name\",\"first\":\"LeeSmumpEY\",\"middle\":\"\",\"last\":\"LeeSmumpEY\"},\"2\":{\"name\":\"Email\",\"value\":\"dinanikolskaya99@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"\\u09b9\\u09be\\u0987, \\u0986\\u09ae\\u09bf \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09ae\\u09c2\\u09b2\\u09cd\\u09af \\u099c\\u09be\\u09a8\\u09a4\\u09c7 \\u099a\\u09c7\\u09af\\u09bc\\u09c7\\u099b\\u09bf\\u09b2\\u09be\\u09ae.\",\"id\":3,\"type\":\"textarea\"}}','','2025-08-04 15:51:29','2025-08-04 15:51:29','185.39.19.48','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',''),(39,1943,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"SimonSmumpLR SimonSmumpLR\",\"id\":1,\"type\":\"name\",\"first\":\"SimonSmumpLR\",\"middle\":\"\",\"last\":\"SimonSmumpLR\"},\"2\":{\"name\":\"Email\",\"value\":\"irinademenkova86@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"Sveiki, a\\u0161 nor\\u0117jau su\\u017einoti j\\u016bs\\u0173 kain\\u0105.\",\"id\":3,\"type\":\"textarea\"}}','','2025-08-05 15:01:41','2025-08-05 15:01:41','185.39.19.43','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',''),(40,2516,0,1,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"Ben Wojnarowicz\",\"id\":1,\"type\":\"name\",\"first\":\"\",\"middle\":\"\",\"last\":\"\"},\"2\":{\"name\":\"Email\",\"value\":\"wojnarowicz967@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Phone\",\"value\":\"(508) 641-2513\",\"id\":3,\"type\":\"phone\"},\"4\":{\"name\":\"Specific job completion date\",\"value\":\"08\\/09\\/2025\",\"id\":4,\"type\":\"date-time\",\"date\":\"08\\/09\\/2025\",\"time\":\"\",\"unix\":1754697600},\"5\":{\"name\":\"Project type\",\"value\":\"Car\\/Truck\",\"value_raw\":\"Car\\/Truck\",\"id\":5,\"type\":\"checkbox\"},\"9\":{\"name\":\"Vehicle year\\/make\\/model\",\"value\":\"\",\"id\":9,\"type\":\"text\",\"visible\":false},\"6\":{\"name\":\"Which wrap service are you interested in?\",\"value\":\"Chrome delete\\nPartial printed wrap\",\"value_raw\":\"Chrome delete\\nPartial printed wrap\",\"id\":6,\"type\":\"checkbox\"},\"7\":{\"name\":\"Please describe your project\",\"value\":\"Test\",\"id\":7,\"type\":\"textarea\"},\"8\":{\"name\":\"Please upload photos of your vehicle\",\"value\":\"\",\"value_raw\":\"\",\"id\":8,\"type\":\"file-upload\",\"style\":\"modern\"}}','','2025-08-07 20:17:10','2025-08-07 20:17:10','71.11.17.27','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36','31982566-e28c-43d7-8e15-7228979187e4'),(41,1943,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"LeeSmumpEY LeeSmumpEY\",\"id\":1,\"type\":\"name\",\"first\":\"LeeSmumpEY\",\"middle\":\"\",\"last\":\"LeeSmumpEY\"},\"2\":{\"name\":\"Email\",\"value\":\"dinanikolskaya99@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"Hola, volia saber el seu preu.\",\"id\":3,\"type\":\"textarea\"}}','','2025-08-09 00:48:25','2025-08-09 00:48:25','185.39.19.49','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',''),(42,2516,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"Kylie maryyanek\",\"id\":1,\"type\":\"name\",\"first\":\"\",\"middle\":\"\",\"last\":\"\"},\"2\":{\"name\":\"Email\",\"value\":\"kmaryyanek7@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Phone\",\"value\":\"(774) 329-5947\",\"id\":3,\"type\":\"phone\"},\"4\":{\"name\":\"Specific job completion date\",\"value\":\"09\\/01\\/2025\",\"id\":4,\"type\":\"date-time\",\"date\":\"09\\/01\\/2025\",\"time\":\"\",\"unix\":1756684800},\"5\":{\"name\":\"Project type\",\"value\":\"Car\\/Truck\",\"value_raw\":\"Car\\/Truck\",\"id\":5,\"type\":\"checkbox\"},\"9\":{\"name\":\"Vehicle year\\/make\\/model\",\"value\":\"\",\"id\":9,\"type\":\"text\",\"visible\":false},\"6\":{\"name\":\"Which wrap service are you interested in?\",\"value\":\"Full color change\\nFull printed wrap\",\"value_raw\":\"Full color change\\nFull printed wrap\",\"id\":6,\"type\":\"checkbox\"},\"7\":{\"name\":\"Please describe your project\",\"value\":\"Possibly buying a 4 runner in the next week, only problem don\\u2019t like red so was thinking about a wolf grey color and wanting to know the pricing for it thank you so much. lol btw I\\u2019m Ashley\\u2019s Maryyanek sister!!\",\"id\":7,\"type\":\"textarea\"},\"8\":{\"name\":\"Please upload photos of your vehicle\",\"value\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2516-a7b3d1bd5699197bdee7baced0d8e2c6\\/IMG_4082-64a744de0f56f69466680ed66f6853e1.png\",\"value_raw\":[{\"name\":\"IMG_4082.png\",\"value\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2516-a7b3d1bd5699197bdee7baced0d8e2c6\\/IMG_4082-64a744de0f56f69466680ed66f6853e1.png\",\"file\":\"IMG_4082-64a744de0f56f69466680ed66f6853e1.png\",\"file_original\":\"IMG_4082.png\",\"file_user_name\":\"IMG_4082.png\",\"ext\":\"png\",\"attachment_id\":0,\"id\":8,\"type\":\"image\\/png\"}],\"id\":8,\"type\":\"file-upload\",\"style\":\"modern\"}}','','2025-08-10 22:11:53','2025-08-10 22:11:53','166.198.21.66','Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1','0db0495c-fc76-40f5-a954-915afd9baeec'),(45,2736,0,0,'','',0,0,'{\"2\":{\"name\":\"Name\",\"value\":\"Chelsea Bentley\",\"id\":2,\"type\":\"name\",\"first\":\"\",\"middle\":\"\",\"last\":\"\"},\"3\":{\"name\":\"Email\",\"value\":\"sales@rainbowfurniture.net\",\"id\":3,\"type\":\"email\"},\"4\":{\"name\":\"Phone\",\"value\":\"(508) 752-9143\",\"id\":4,\"type\":\"phone\"},\"5\":{\"name\":\"Specific job completion date\",\"value\":\"\",\"id\":5,\"type\":\"date-time\",\"date\":\"\",\"time\":\"\",\"unix\":\"\"},\"6\":{\"name\":\"Type of wrap service\",\"value\":\"Lettering\",\"value_raw\":\"Lettering\",\"id\":6,\"type\":\"checkbox\"},\"7\":{\"name\":\"Please describe your project\",\"value\":\"Hi Ben,\\r\\nMy father, Bob, met you recently and got your business card to reach out in regards to lettering. I am looking for a quote on lettering on a new truck we recently added to our company\'s fleet. I\'ve attached pictures of our current truck and am hoping to do something similar on the new one. Our address has changed to 240 Barber Ave. Worcester, MA 01606 but all other information would remain the same. I am open to different placement ideas but would like to keep the logo as is. Our new truck is the same size (16\') as the old one but is a Ford E350 box truck. \\r\\nAdditionally, I\'m looking for a quote to change the lettering of the address on our old truck. \\r\\nPlease let me know if you need more information to create the quote. If you have any questions, I can be reached via email or office phone 508-752-9143.\\r\\nI look forward to hearing from you.\\r\\n\\r\\nThank you!\\r\\nChelsea Bentley\",\"id\":7,\"type\":\"textarea\"},\"8\":{\"name\":\"Upload your logo files and photos of your vehicle\\/trailer\",\"value\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2736-071fb8427beb12a46ef671bac4dad6e0\\/20200927_-5c5339bc44abd27018f272319b816d20.jpg\\nhttps:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2736-071fb8427beb12a46ef671bac4dad6e0\\/C37F82CB--d2a48a61332f06dd01b361e5c03784fe.jpg\\nhttps:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2736-071fb8427beb12a46ef671bac4dad6e0\\/20200927_-2-1797a88ff2089cba08d8201d948686a5.jpg\\nhttps:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2736-071fb8427beb12a46ef671bac4dad6e0\\/20200927_-1-ae770f0b3e029e0cbd119e6b482d08aa.jpg\",\"value_raw\":[{\"name\":\"20200927_.JPG\",\"value\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2736-071fb8427beb12a46ef671bac4dad6e0\\/20200927_-5c5339bc44abd27018f272319b816d20.jpg\",\"file\":\"20200927_-5c5339bc44abd27018f272319b816d20.jpg\",\"file_original\":\"20200927_.JPG\",\"file_user_name\":\"20200927_.JPG\",\"ext\":\"jpg\",\"attachment_id\":0,\"id\":8,\"type\":\"image\\/jpeg\"},{\"name\":\"C37F82CB-.jpg\",\"value\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2736-071fb8427beb12a46ef671bac4dad6e0\\/C37F82CB--d2a48a61332f06dd01b361e5c03784fe.jpg\",\"file\":\"C37F82CB--d2a48a61332f06dd01b361e5c03784fe.jpg\",\"file_original\":\"C37F82CB-.jpg\",\"file_user_name\":\"C37F82CB-.jpg\",\"ext\":\"jpg\",\"attachment_id\":0,\"id\":8,\"type\":\"image\\/jpeg\"},{\"name\":\"20200927_-2.jpg\",\"value\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2736-071fb8427beb12a46ef671bac4dad6e0\\/20200927_-2-1797a88ff2089cba08d8201d948686a5.jpg\",\"file\":\"20200927_-2-1797a88ff2089cba08d8201d948686a5.jpg\",\"file_original\":\"20200927_-2.jpg\",\"file_user_name\":\"20200927_ (2).jpg\",\"ext\":\"jpg\",\"attachment_id\":0,\"id\":8,\"type\":\"image\\/jpeg\"},{\"name\":\"20200927_-1.JPG\",\"value\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2736-071fb8427beb12a46ef671bac4dad6e0\\/20200927_-1-ae770f0b3e029e0cbd119e6b482d08aa.jpg\",\"file\":\"20200927_-1-ae770f0b3e029e0cbd119e6b482d08aa.jpg\",\"file_original\":\"20200927_-1.JPG\",\"file_user_name\":\"20200927_ (1).JPG\",\"ext\":\"jpg\",\"attachment_id\":0,\"id\":8,\"type\":\"image\\/jpeg\"}],\"id\":8,\"type\":\"file-upload\",\"style\":\"modern\"}}','','2025-08-12 16:32:11','2025-08-12 16:32:11','24.181.181.136','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36','561b2c18-4ab9-4495-8092-0be769188d43'),(48,1943,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"SimonSmumpLR SimonSmumpLR\",\"id\":1,\"type\":\"name\",\"first\":\"SimonSmumpLR\",\"middle\":\"\",\"last\":\"SimonSmumpLR\"},\"2\":{\"name\":\"Email\",\"value\":\"irinademenkova86@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"Kaixo, zure prezioa jakin nahi nuen.\",\"id\":3,\"type\":\"textarea\"}}','','2025-08-17 15:29:59','2025-08-17 15:29:59','185.39.19.43','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36',''),(49,1943,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"Jarrad Lane\",\"id\":1,\"type\":\"name\",\"first\":\"Jarrad\",\"middle\":\"\",\"last\":\"Lane\"},\"2\":{\"name\":\"Email\",\"value\":\"matrixjr2002002@yahoo.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"2017 ford transit cargo 3 door lwb high roof down extended cargo\",\"id\":3,\"type\":\"textarea\"}}','','2025-08-18 23:31:18','2025-08-18 23:31:18','76.19.218.236','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36','c22cd950-240d-47f4-a3f4-543a74a5e483'),(50,2736,0,0,'','',0,0,'{\"2\":{\"name\":\"Name\",\"value\":\"Miles\",\"id\":2,\"type\":\"name\",\"first\":\"\",\"middle\":\"\",\"last\":\"\"},\"3\":{\"name\":\"Email\",\"value\":\"malcolmnjogu1@gmail.com\",\"id\":3,\"type\":\"email\"},\"4\":{\"name\":\"Phone\",\"value\":\"(817) 703-9444\",\"id\":4,\"type\":\"phone\"},\"5\":{\"name\":\"Specific job completion date\",\"value\":\"09\\/22\\/2025\",\"id\":5,\"type\":\"date-time\",\"date\":\"09\\/22\\/2025\",\"time\":\"\",\"unix\":1758499200},\"6\":{\"name\":\"Type of wrap service\",\"value\":\"Full wrap\",\"value_raw\":\"Full wrap\",\"id\":6,\"type\":\"checkbox\"},\"7\":{\"name\":\"Please describe your project\",\"value\":\"Just want to get my motorcycle wrapped, just getting the plastics wrapped as well as some mental parts.\",\"id\":7,\"type\":\"textarea\"},\"8\":{\"name\":\"Upload your logo files and photos of your vehicle\\/trailer\",\"value\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2736-071fb8427beb12a46ef671bac4dad6e0\\/IMG_7635-309631beb7aed49b824e964a793e3d21.jpeg\",\"value_raw\":[{\"name\":\"IMG_7635.jpeg\",\"value\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2736-071fb8427beb12a46ef671bac4dad6e0\\/IMG_7635-309631beb7aed49b824e964a793e3d21.jpeg\",\"file\":\"IMG_7635-309631beb7aed49b824e964a793e3d21.jpeg\",\"file_original\":\"IMG_7635.jpeg\",\"file_user_name\":\"IMG_7635.jpeg\",\"ext\":\"jpeg\",\"attachment_id\":0,\"id\":8,\"type\":\"image\\/jpeg\"}],\"id\":8,\"type\":\"file-upload\",\"style\":\"modern\"}}','','2025-08-19 21:24:41','2025-08-19 21:24:41','216.49.149.160','Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1','047497b2-54ea-4a46-8f20-89f5830135e8'),(51,2516,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"Nick Berthiaume\",\"id\":1,\"type\":\"name\",\"first\":\"\",\"middle\":\"\",\"last\":\"\"},\"2\":{\"name\":\"Email\",\"value\":\"nickbert7072@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Phone\",\"value\":\"(508) 736-1997\",\"id\":3,\"type\":\"phone\"},\"4\":{\"name\":\"Specific job completion date\",\"value\":\"\",\"id\":4,\"type\":\"date-time\",\"date\":\"\",\"time\":\"\",\"unix\":\"\"},\"5\":{\"name\":\"Project type\",\"value\":\"Car\\/Truck\",\"value_raw\":\"Car\\/Truck\",\"id\":5,\"type\":\"checkbox\"},\"9\":{\"name\":\"Vehicle year\\/make\\/model\",\"value\":\"\",\"id\":9,\"type\":\"text\",\"visible\":false},\"6\":{\"name\":\"Which wrap service are you interested in?\",\"value\":\"Partial color change\",\"value_raw\":\"Partial color change\",\"id\":6,\"type\":\"checkbox\"},\"7\":{\"name\":\"Please describe your project\",\"value\":\"I have an 84 c10 with a cowl hood that I\\u2019m looking to get wrapped. I\\u2019m thinking just a gloss black and hopefully to get a quote and maybe a timeframe. Thank you\",\"id\":7,\"type\":\"textarea\"},\"8\":{\"name\":\"Please upload photos of your vehicle\",\"value\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2516-a7b3d1bd5699197bdee7baced0d8e2c6\\/IMG_1877-f454f399bdc05cead0e410c88057267c.jpeg\\nhttps:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2516-a7b3d1bd5699197bdee7baced0d8e2c6\\/IMG_1883-80b8081518b2d74dd1c25a6986cbb064.jpeg\",\"value_raw\":[{\"name\":\"IMG_1877.jpeg\",\"value\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2516-a7b3d1bd5699197bdee7baced0d8e2c6\\/IMG_1877-f454f399bdc05cead0e410c88057267c.jpeg\",\"file\":\"IMG_1877-f454f399bdc05cead0e410c88057267c.jpeg\",\"file_original\":\"IMG_1877.jpeg\",\"file_user_name\":\"IMG_1877.jpeg\",\"ext\":\"jpeg\",\"attachment_id\":0,\"id\":8,\"type\":\"image\\/jpeg\"},{\"name\":\"IMG_1883.jpeg\",\"value\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2516-a7b3d1bd5699197bdee7baced0d8e2c6\\/IMG_1883-80b8081518b2d74dd1c25a6986cbb064.jpeg\",\"file\":\"IMG_1883-80b8081518b2d74dd1c25a6986cbb064.jpeg\",\"file_original\":\"IMG_1883.jpeg\",\"file_user_name\":\"IMG_1883.jpeg\",\"ext\":\"jpeg\",\"attachment_id\":0,\"id\":8,\"type\":\"image\\/jpeg\"}],\"id\":8,\"type\":\"file-upload\",\"style\":\"modern\"}}','','2025-08-19 22:53:50','2025-08-19 22:53:50','75.138.185.132','Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/381.1.792835455 Mobile/15E148 Safari/604.1','8c485bec-197f-4e7e-99e0-8cf642f1dcb5'),(52,1943,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"LeeSmumpEY LeeSmumpEY\",\"id\":1,\"type\":\"name\",\"first\":\"LeeSmumpEY\",\"middle\":\"\",\"last\":\"LeeSmumpEY\"},\"2\":{\"name\":\"Email\",\"value\":\"zekisuquc419@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"Sveiki, es grib\\u0113ju zin\\u0101t savu cenu.\",\"id\":3,\"type\":\"textarea\"}}','','2025-08-21 21:22:42','2025-08-21 21:22:42','45.89.70.30','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0',''),(53,1943,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"Victoria Berry\",\"id\":1,\"type\":\"name\",\"first\":\"Victoria\",\"middle\":\"\",\"last\":\"Berry\"},\"2\":{\"name\":\"Email\",\"value\":\"victoria@summitsanitizepros.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"Hi,\\r\\n\\r\\nIf you are looking for a reliable cleaning company with an extremely low attrition rate, we should talk. Partnering with us isn\\u2019t just about making your business look fresh and clean, but making a proactive investment in the safety and health of your customers and staff.\\r\\n\\r\\nMay we give you a facility evaluation and updated cleaning quote?\\r\\n\\r\\nHave a great day!\\r\\n\\r\\nVictoria Berry\\r\\nBusiness Development Manager\\r\\nSummitSanitize Pros\\r\\nvictoria@summitsanitizepros.com\\r\\n\\r\\nRespond with stop to optout.\",\"id\":3,\"type\":\"textarea\"}}','','2025-08-22 12:33:20','2025-08-22 12:33:20','182.190.193.77','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36','f34c31cc-61fa-499b-a771-9f06bdd82d66'),(56,1943,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"Craig Nunes\",\"id\":1,\"type\":\"name\",\"first\":\"Craig\",\"middle\":\"\",\"last\":\"Nunes\"},\"2\":{\"name\":\"Email\",\"value\":\"cnunes@pipeandplumber.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"Inquiring about wrapping (2) Vehicles; one Mercedes Sprinter Van and one Chevy Silverado 1500.\",\"id\":3,\"type\":\"textarea\"}}','','2025-08-25 15:12:09','2025-08-25 15:12:09','97.81.33.194','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36','8a75f772-25e3-4a17-9854-7660afabc88a'),(59,1943,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"Mike Hebert\",\"id\":1,\"type\":\"name\",\"first\":\"Mike\",\"middle\":\"\",\"last\":\"Hebert\"},\"2\":{\"name\":\"Email\",\"value\":\"mhebert68@charter.net\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"Hi, looking to get a quote on a graphic for the back of my camper. Please text me. 508 713 7763. Thanks Mike.\",\"id\":3,\"type\":\"textarea\"}}','','2025-08-28 14:05:38','2025-08-28 14:05:38','174.226.105.247','Mozilla/5.0 (Linux; Android 15; SM-S926U Build/AP3A.240905.015.A2; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/139.0.7258.135 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/527.0.0.59.76;IABMV/1;]','5f682172-9feb-44e3-ad85-5679bc14b605'),(60,1943,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"LeeSmumpEY LeeSmumpEY\",\"id\":1,\"type\":\"name\",\"first\":\"LeeSmumpEY\",\"middle\":\"\",\"last\":\"LeeSmumpEY\"},\"2\":{\"name\":\"Email\",\"value\":\"dinanikolskaya99@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"H\\u00e6, \\u00e9g vildi vita ver\\u00f0 \\u00feitt.\",\"id\":3,\"type\":\"textarea\"}}','','2025-08-29 13:36:41','2025-08-29 13:36:41','185.39.19.49','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',''),(61,1943,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"Zachary Hernandez\",\"id\":1,\"type\":\"name\",\"first\":\"Zachary\",\"middle\":\"\",\"last\":\"Hernandez\"},\"2\":{\"name\":\"Email\",\"value\":\"z.hernandez@trustedsupportteam.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"Hi there,\\r\\n\\r\\nI tried emailing you, but it bounced for some reason... so I\\u2019m reaching out here instead.\\r\\n\\r\\nI\\u2019m Zachary with Trusted Support Team. We provide Virtual Assistants to help with Prospecting, Administration, CRM Management & Drip Campaigns, Graphic Design, and Bookkeeping. We also offer advanced AI-driven prospecting & appointment setting to help you fill your calendar with high-quality meetings.\\r\\n\\r\\nWould you be open to exploring how we can support you?\",\"id\":3,\"type\":\"textarea\"}}','','2025-08-30 05:57:00','2025-08-30 05:57:00','67.203.33.51','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36','236b19ca-3ba2-4543-98c1-06d119d27d41'),(62,1943,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"LeeSmumpEY LeeSmumpEY\",\"id\":1,\"type\":\"name\",\"first\":\"LeeSmumpEY\",\"middle\":\"\",\"last\":\"LeeSmumpEY\"},\"2\":{\"name\":\"Email\",\"value\":\"irinademenkova86@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"Hola, quer\\u00eda saber tu precio..\",\"id\":3,\"type\":\"textarea\"}}','','2025-08-30 19:26:26','2025-08-30 19:26:26','185.39.19.34','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',''),(66,1943,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"LeeSmumpEY LeeSmumpEY\",\"id\":1,\"type\":\"name\",\"first\":\"LeeSmumpEY\",\"middle\":\"\",\"last\":\"LeeSmumpEY\"},\"2\":{\"name\":\"Email\",\"value\":\"zekisuquc419@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"Hola, volia saber el seu preu.\",\"id\":3,\"type\":\"textarea\"}}','','2025-09-06 04:29:51','2025-09-06 04:29:51','45.89.70.31','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',''),(68,2736,0,0,'','',0,0,'{\"2\":{\"name\":\"Name\",\"value\":\"Eddie Hevy\",\"id\":2,\"type\":\"name\",\"first\":\"\",\"middle\":\"\",\"last\":\"\"},\"3\":{\"name\":\"Email\",\"value\":\"ehevy@hevyelectric.com\",\"id\":3,\"type\":\"email\"},\"4\":{\"name\":\"Phone\",\"value\":\"(774) 402-4149\",\"id\":4,\"type\":\"phone\"},\"5\":{\"name\":\"Specific job completion date\",\"value\":\"\",\"id\":5,\"type\":\"date-time\",\"date\":\"\",\"time\":\"\",\"unix\":\"\"},\"6\":{\"name\":\"Type of wrap service\",\"value\":\"Lettering\\nPartial\\/half wrap\\nFull wrap\",\"value_raw\":\"Lettering\\nPartial\\/half wrap\\nFull wrap\",\"id\":6,\"type\":\"checkbox\"},\"7\":{\"name\":\"Please describe your project\",\"value\":\"Good Morning.\\r\\n\\r\\nI saw your company recommend on a local Facebook group, and I like some of your work that I saw. I own Hevy Electric, for about 3 years now I have been using un-lettered vehicles. It is time that I finally get it lettered. \\r\\n\\r\\nMy current set up is a regular cab Ram 2500 and a 14\\u2019 enclosed trailer. Both are white in color. I don\\u2019t think I am interested in a full wrap. For the truck I was thinking more basic lettering, both doors, tailgate, and possible back glass. \\r\\n\\r\\nFor the trailer I want it to match & flow with the truck, but much larger. Both sides and probably the back ramp. I am open to suggestions and am flexible. I have a basic design for my buisness cards, but no set company colors. I am okay with making changes if needed or suggested. \\r\\n\\r\\nI am looking to have something designed and installed. Let me know if you are interested and if you would like to meet to go over what I\\u2019m looking for or prefer to do it over email. If not, if you could recommend a designer that would be great. \\r\\n\\r\\nAlso, I would like the front windshield to be tinted to match both doors. It was done previously when I purchased the truck, but the windshield had to be replaced. \\r\\n\\r\\nThank you!\",\"id\":7,\"type\":\"textarea\"},\"8\":{\"name\":\"Upload your logo files and photos of your vehicle\\/trailer\",\"value\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2736-071fb8427beb12a46ef671bac4dad6e0\\/IMG_4523-69f5213a158fc2e0d992df180aeeb92f.jpeg\\nhttps:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2736-071fb8427beb12a46ef671bac4dad6e0\\/IMG_8270-a1531215e05d5049a1e3e924993dc372.jpeg\\nhttps:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2736-071fb8427beb12a46ef671bac4dad6e0\\/IMG_7565-57b12e8060e1cd998d4c54899372a4a4.jpeg\\nhttps:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2736-071fb8427beb12a46ef671bac4dad6e0\\/IMG_4364-edbed98b156af0fba62fe4c66330b602.jpeg\",\"value_raw\":[{\"name\":\"IMG_4523.jpeg\",\"value\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2736-071fb8427beb12a46ef671bac4dad6e0\\/IMG_4523-69f5213a158fc2e0d992df180aeeb92f.jpeg\",\"file\":\"IMG_4523-69f5213a158fc2e0d992df180aeeb92f.jpeg\",\"file_original\":\"IMG_4523.jpeg\",\"file_user_name\":\"IMG_4523.jpeg\",\"ext\":\"jpeg\",\"attachment_id\":0,\"id\":8,\"type\":\"image\\/jpeg\"},{\"name\":\"IMG_8270.jpeg\",\"value\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2736-071fb8427beb12a46ef671bac4dad6e0\\/IMG_8270-a1531215e05d5049a1e3e924993dc372.jpeg\",\"file\":\"IMG_8270-a1531215e05d5049a1e3e924993dc372.jpeg\",\"file_original\":\"IMG_8270.jpeg\",\"file_user_name\":\"IMG_8270.jpeg\",\"ext\":\"jpeg\",\"attachment_id\":0,\"id\":8,\"type\":\"image\\/jpeg\"},{\"name\":\"IMG_7565.jpeg\",\"value\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2736-071fb8427beb12a46ef671bac4dad6e0\\/IMG_7565-57b12e8060e1cd998d4c54899372a4a4.jpeg\",\"file\":\"IMG_7565-57b12e8060e1cd998d4c54899372a4a4.jpeg\",\"file_original\":\"IMG_7565.jpeg\",\"file_user_name\":\"IMG_7565.jpeg\",\"ext\":\"jpeg\",\"attachment_id\":0,\"id\":8,\"type\":\"image\\/jpeg\"},{\"name\":\"IMG_4364.jpeg\",\"value\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2736-071fb8427beb12a46ef671bac4dad6e0\\/IMG_4364-edbed98b156af0fba62fe4c66330b602.jpeg\",\"file\":\"IMG_4364-edbed98b156af0fba62fe4c66330b602.jpeg\",\"file_original\":\"IMG_4364.jpeg\",\"file_user_name\":\"IMG_4364.jpeg\",\"ext\":\"jpeg\",\"attachment_id\":0,\"id\":8,\"type\":\"image\\/jpeg\"}],\"id\":8,\"type\":\"file-upload\",\"style\":\"modern\"}}','','2025-09-07 15:18:11','2025-09-07 15:18:11','209.149.209.109','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','6eced053-1d8a-4de1-9371-bb7d0a662c79'),(70,1943,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"LeeSmumpEY LeeSmumpEY\",\"id\":1,\"type\":\"name\",\"first\":\"LeeSmumpEY\",\"middle\":\"\",\"last\":\"LeeSmumpEY\"},\"2\":{\"name\":\"Email\",\"value\":\"zekisuquc419@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"Hi, I wanted to know your price.\",\"id\":3,\"type\":\"textarea\"}}','','2025-09-08 07:57:07','2025-09-08 07:57:07','45.89.70.30','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0',''),(73,1943,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"LeeSmumpEY LeeSmumpEY\",\"id\":1,\"type\":\"name\",\"first\":\"LeeSmumpEY\",\"middle\":\"\",\"last\":\"LeeSmumpEY\"},\"2\":{\"name\":\"Email\",\"value\":\"dinanikolskaya99@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"H\\u00e6, \\u00e9g vildi vita ver\\u00f0 \\u00feitt.\",\"id\":3,\"type\":\"textarea\"}}','','2025-09-11 23:05:56','2025-09-11 23:05:56','185.39.19.49','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',''),(74,1943,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"LeeSmumpEY LeeSmumpEY\",\"id\":1,\"type\":\"name\",\"first\":\"LeeSmumpEY\",\"middle\":\"\",\"last\":\"LeeSmumpEY\"},\"2\":{\"name\":\"Email\",\"value\":\"dinanikolskaya99@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"Hai, saya ingin tahu harga Anda.\",\"id\":3,\"type\":\"textarea\"}}','','2025-09-15 10:05:54','2025-09-15 10:05:54','185.39.19.49','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36',''),(75,2516,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"Michael Pare\",\"id\":1,\"type\":\"name\",\"first\":\"\",\"middle\":\"\",\"last\":\"\"},\"2\":{\"name\":\"Email\",\"value\":\"mcpare50@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Phone\",\"value\":\"(401) 300-6694\",\"id\":3,\"type\":\"phone\"},\"4\":{\"name\":\"Specific job completion date\",\"value\":\"04\\/30\\/2026\",\"id\":4,\"type\":\"date-time\",\"date\":\"04\\/30\\/2026\",\"time\":\"\",\"unix\":1777507200},\"5\":{\"name\":\"Project type\",\"value\":\"Motorcycle\",\"value_raw\":\"Motorcycle\",\"id\":5,\"type\":\"checkbox\"},\"9\":{\"name\":\"Vehicle year\\/make\\/model\",\"value\":\"\",\"id\":9,\"type\":\"text\",\"visible\":false},\"6\":{\"name\":\"Which wrap service are you interested in?\",\"value\":\"Stripe kit\",\"value_raw\":\"Stripe kit\",\"id\":6,\"type\":\"checkbox\"},\"7\":{\"name\":\"Please describe your project\",\"value\":\"I\'m looking to get some custom decals on a plastic gas thank, and I\'m reading a lot bubbling and adhesion issues due to the fuel vapors coming through the plastic. If this is something you think you can solve, I\'ve love to dicuss it further. Thanks!\",\"id\":7,\"type\":\"textarea\"},\"8\":{\"name\":\"Please upload photos of your vehicle\",\"value\":\"\",\"value_raw\":\"\",\"id\":8,\"type\":\"file-upload\",\"style\":\"modern\"}}','','2025-09-18 02:26:42','2025-09-18 02:26:42','68.9.41.51','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0','4bb72cf6-61c6-4a65-be89-4cf64813596a'),(76,2677,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"Joe Forde\",\"id\":1,\"type\":\"name\",\"first\":\"Joe\",\"middle\":\"\",\"last\":\"Forde\"},\"2\":{\"name\":\"Phone\",\"value\":\"(508) 808-8283\",\"id\":2,\"type\":\"phone\"},\"3\":{\"name\":\"Email\",\"value\":\"joeforde@ymail.com\",\"id\":3,\"type\":\"email\"},\"4\":{\"name\":\"Your vehicle VIN\",\"value\":\"1FT7W2B64NEE73615\",\"id\":4,\"type\":\"text\"},\"17\":{\"name\":\"What tint coverage would you like?\",\"value\":\"Front doors\",\"value_raw\":\"Front doors\",\"id\":17,\"type\":\"checkbox\",\"images\":[\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/2025\\/03\\/frontdoor.png\"]},\"9\":{\"name\":\"Front doors tint percent\",\"value\":\"35%\",\"value_raw\":\"35%\",\"id\":9,\"type\":\"select\",\"visible\":true},\"10\":{\"name\":\"Rear doors tint percent\",\"value\":\"\",\"value_raw\":\"\",\"id\":10,\"type\":\"select\",\"visible\":false},\"15\":{\"name\":\"Rear windshield percent\",\"value\":\"\",\"value_raw\":\"\",\"id\":15,\"type\":\"select\",\"visible\":false},\"14\":{\"name\":\"Front windshield brow\\/sun shade concave\",\"value\":\"\",\"value_raw\":\"\",\"id\":14,\"type\":\"select\",\"visible\":false},\"13\":{\"name\":\"Front windshield brow\\/sun shade convex\",\"value\":\"\",\"value_raw\":\"\",\"id\":13,\"type\":\"select\",\"visible\":false},\"12\":{\"name\":\"Front windshield whole\",\"value\":\"\",\"value_raw\":\"\",\"id\":12,\"type\":\"select\",\"visible\":false},\"16\":{\"name\":\"Specific due date\",\"value\":\"\",\"id\":16,\"type\":\"date-time\",\"date\":\"\",\"time\":\"\",\"unix\":\"\"}}','','2025-09-18 15:59:47','2025-09-18 15:59:47','50.247.237.101','Mozilla/5.0 (iPhone; CPU iPhone OS 18_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1','71381cd4-63cc-4e83-98a0-9152f64528f5'),(77,2516,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"Mike Bisbee\",\"id\":1,\"type\":\"name\",\"first\":\"\",\"middle\":\"\",\"last\":\"\"},\"2\":{\"name\":\"Email\",\"value\":\"bisbee_michael@yahoo.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Phone\",\"value\":\"(774) 275-7988\",\"id\":3,\"type\":\"phone\"},\"4\":{\"name\":\"Specific job completion date\",\"value\":\"12\\/31\\/2025\",\"id\":4,\"type\":\"date-time\",\"date\":\"12\\/31\\/2025\",\"time\":\"\",\"unix\":1767139200},\"5\":{\"name\":\"Project type\",\"value\":\"Car\\/Truck\",\"value_raw\":\"Car\\/Truck\",\"id\":5,\"type\":\"checkbox\"},\"9\":{\"name\":\"Vehicle year\\/make\\/model\",\"value\":\"\",\"id\":9,\"type\":\"text\",\"visible\":false},\"6\":{\"name\":\"Which wrap service are you interested in?\",\"value\":\"Full color change\",\"value_raw\":\"Full color change\",\"id\":6,\"type\":\"checkbox\"},\"7\":{\"name\":\"Please describe your project\",\"value\":\"I have a white 2009 Jeep Liberty and I would like to wrap it in black. Maybe a gray. Can I get an estimate? Thanks\",\"id\":7,\"type\":\"textarea\"},\"8\":{\"name\":\"Please upload photos of your vehicle\",\"value\":\"\",\"value_raw\":\"\",\"id\":8,\"type\":\"file-upload\",\"style\":\"modern\"}}','','2025-09-22 20:16:29','2025-09-22 20:16:29','75.130.109.165','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Mobile Safari/537.36','b7ca5842-1fa9-425c-b8ed-b64fbd4db210'),(78,1943,0,0,'spam','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"LeeSmumpEY LeeSmumpEY\",\"id\":1,\"type\":\"name\",\"first\":\"LeeSmumpEY\",\"middle\":\"\",\"last\":\"LeeSmumpEY\"},\"2\":{\"name\":\"Email\",\"value\":\"zekisuquc419@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"\\u041f\\u0440\\u044b\\u0432\\u0456\\u0442\\u0430\\u043d\\u043d\\u0435, \\u044f \\u0445\\u0430\\u0446\\u0435\\u045e \\u0434\\u0430\\u0432\\u0435\\u0434\\u0430\\u0446\\u0446\\u0430 \\u0412\\u0430\\u0448 \\u043f\\u0440\\u0430\\u0439\\u0441.\",\"id\":3,\"type\":\"textarea\"}}','','2025-09-24 08:42:59','2025-09-24 08:42:59','45.89.70.30','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0',''),(79,1943,0,0,'spam','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"LeeSmumpEY LeeSmumpEY\",\"id\":1,\"type\":\"name\",\"first\":\"LeeSmumpEY\",\"middle\":\"\",\"last\":\"LeeSmumpEY\"},\"2\":{\"name\":\"Email\",\"value\":\"zekisuquc419@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"Sveiki, a\\u0161 nor\\u0117jau su\\u017einoti j\\u016bs\\u0173 kain\\u0105.\",\"id\":3,\"type\":\"textarea\"}}','','2025-09-24 11:05:44','2025-09-24 11:05:44','45.89.70.30','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',''),(80,1943,0,0,'spam','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"LeeSmumpEY LeeSmumpEY\",\"id\":1,\"type\":\"name\",\"first\":\"LeeSmumpEY\",\"middle\":\"\",\"last\":\"LeeSmumpEY\"},\"2\":{\"name\":\"Email\",\"value\":\"irinademenkova86@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"H\\u00e6, \\u00e9g vildi vita ver\\u00f0 \\u00feitt.\",\"id\":3,\"type\":\"textarea\"}}','','2025-09-24 13:29:30','2025-09-24 13:29:30','185.39.19.34','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36',''),(81,1943,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"Sue McCarron\",\"id\":1,\"type\":\"name\",\"first\":\"Sue\",\"middle\":\"\",\"last\":\"McCarron\"},\"2\":{\"name\":\"Email\",\"value\":\"sue.mccarron1111@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"Hello.  I have a customer that is looking to wrap his company trailers and possibly also get some lettering for his trucks. One trailer side is 16\' x 8\' and the other one is 24\' x 8\'.  I have the logo that I made for his apparel, and he is hoping to have you create something cool for his trailers.  Sue\\/Creations By Sue\",\"id\":3,\"type\":\"textarea\"}}','','2025-09-25 01:53:00','2025-09-25 01:53:00','24.2.171.48','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36','5771e952-d69b-4cf0-84ed-08aadf21f7d8'),(82,2736,0,0,'','',0,0,'{\"2\":{\"name\":\"Name\",\"value\":\"Sue McCarron\",\"id\":2,\"type\":\"name\",\"first\":\"\",\"middle\":\"\",\"last\":\"\"},\"3\":{\"name\":\"Email\",\"value\":\"sue.mccarron1111@gmail.com\",\"id\":3,\"type\":\"email\"},\"4\":{\"name\":\"Phone\",\"value\":\"(978) 270-9981\",\"id\":4,\"type\":\"phone\"},\"5\":{\"name\":\"Specific job completion date\",\"value\":\"\",\"id\":5,\"type\":\"date-time\",\"date\":\"\",\"time\":\"\",\"unix\":\"\"},\"6\":{\"name\":\"Type of wrap service\",\"value\":\"Full wrap\",\"value_raw\":\"Full wrap\",\"id\":6,\"type\":\"checkbox\"},\"7\":{\"name\":\"Please describe your project\",\"value\":\"My customer is looking to wrap two work trailers (16\' x8\') and (24\' x8\') He may also want lettering for his truck doors as well. I am attaching the graphic I made for his apparel and I know you can do something cool with it!!! Thanks!\",\"id\":7,\"type\":\"textarea\"},\"8\":{\"name\":\"Upload your logo files and photos of your vehicle\\/trailer\",\"value\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2736-071fb8427beb12a46ef671bac4dad6e0\\/tmc-lawn-landscape-01-e54b294fa2067d8cd4c2df90f229fb78.png\\nhttps:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2736-071fb8427beb12a46ef671bac4dad6e0\\/tmc-lawn-landscape-a38498764d5bff0472ca9ef3ff37da6a.pdf\",\"value_raw\":[{\"name\":\"tmc-lawn-landscape-01.png\",\"value\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2736-071fb8427beb12a46ef671bac4dad6e0\\/tmc-lawn-landscape-01-e54b294fa2067d8cd4c2df90f229fb78.png\",\"file\":\"tmc-lawn-landscape-01-e54b294fa2067d8cd4c2df90f229fb78.png\",\"file_original\":\"tmc-lawn-landscape-01.png\",\"file_user_name\":\"tmc lawn landscape-01.png\",\"ext\":\"png\",\"attachment_id\":0,\"id\":8,\"type\":\"image\\/png\"},{\"name\":\"tmc-lawn-landscape.pdf\",\"value\":\"https:\\/\\/aggressivegraphix.com\\/wp-content\\/uploads\\/wpforms\\/2736-071fb8427beb12a46ef671bac4dad6e0\\/tmc-lawn-landscape-a38498764d5bff0472ca9ef3ff37da6a.pdf\",\"file\":\"tmc-lawn-landscape-a38498764d5bff0472ca9ef3ff37da6a.pdf\",\"file_original\":\"tmc-lawn-landscape.pdf\",\"file_user_name\":\"tmc lawn landscape.pdf\",\"ext\":\"pdf\",\"attachment_id\":0,\"id\":8,\"type\":\"application\\/pdf\"}],\"id\":8,\"type\":\"file-upload\",\"style\":\"modern\"}}','','2025-09-25 02:03:47','2025-09-25 02:03:47','24.2.171.48','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36','5771e952-d69b-4cf0-84ed-08aadf21f7d8'),(83,1943,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"LeeSmumpEY LeeSmumpEY\",\"id\":1,\"type\":\"name\",\"first\":\"LeeSmumpEY\",\"middle\":\"\",\"last\":\"LeeSmumpEY\"},\"2\":{\"name\":\"Email\",\"value\":\"zekisuquc419@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"Aloha, makemake wau e\\u02bbike i k\\u0101u kumuk\\u016b\\u02bbai.\",\"id\":3,\"type\":\"textarea\"}}','','2025-09-25 14:34:14','2025-09-25 14:34:14','45.89.70.31','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0',''),(84,1943,0,0,'spam','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"GeorgeSmumpGG GeorgeSmumpGG\",\"id\":1,\"type\":\"name\",\"first\":\"GeorgeSmumpGG\",\"middle\":\"\",\"last\":\"GeorgeSmumpGG\"},\"2\":{\"name\":\"Email\",\"value\":\"irinademenkova86@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"Salam, qiym\\u0259tinizi bilm\\u0259k ist\\u0259dim.\",\"id\":3,\"type\":\"textarea\"}}','','2025-09-25 20:14:26','2025-09-25 20:14:26','185.39.19.97','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0',''),(85,1943,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"Enrique castillo\",\"id\":1,\"type\":\"name\",\"first\":\"Enrique\",\"middle\":\"\",\"last\":\"castillo\"},\"2\":{\"name\":\"Email\",\"value\":\"enriquecastillo0997@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"Hello,\\r\\n\\r\\nMy name is Enrique Castillo, and I\\u2019d like to request a quote for the following flyer specifications:\\r\\n\\r\\n- Size: 8.5\\\" x 11\\\"\\r\\n- Quantity: 50,000\\r\\n- Printing: 1-sided, full-color with bleeds\\r\\n- Paper: 100 lb Gloss Text\\r\\n\\r\\nCould you please provide the total cost, including tax and pick up? Also, I\\u2019d appreciate it if you could let me know the estimated turnaround time for printing and delivery.\\r\\n\\r\\n\\r\\nBest regards,\\r\\nEnrique Castillo\\r\\n708-630-6767\",\"id\":3,\"type\":\"textarea\"}}','','2025-09-26 15:55:55','2025-09-26 15:55:55','104.248.181.125','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36','de04afa3-e36c-495d-89d6-97bdc4276958'),(86,1943,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"LeeSmumpEY LeeSmumpEY\",\"id\":1,\"type\":\"name\",\"first\":\"LeeSmumpEY\",\"middle\":\"\",\"last\":\"LeeSmumpEY\"},\"2\":{\"name\":\"Email\",\"value\":\"zekisuquc419@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"\\u041f\\u0440\\u044b\\u0432\\u0456\\u0442\\u0430\\u043d\\u043d\\u0435, \\u044f \\u0445\\u0430\\u0446\\u0435\\u045e \\u0434\\u0430\\u0432\\u0435\\u0434\\u0430\\u0446\\u0446\\u0430 \\u0412\\u0430\\u0448 \\u043f\\u0440\\u0430\\u0439\\u0441.\",\"id\":3,\"type\":\"textarea\"}}','','2025-09-28 09:27:25','2025-09-28 09:27:25','45.89.70.31','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36',''),(87,1943,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"LeeSmumpEY LeeSmumpEY\",\"id\":1,\"type\":\"name\",\"first\":\"LeeSmumpEY\",\"middle\":\"\",\"last\":\"LeeSmumpEY\"},\"2\":{\"name\":\"Email\",\"value\":\"dinanikolskaya99@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"Hi, I wanted to know your price.\",\"id\":3,\"type\":\"textarea\"}}','','2025-09-29 11:55:30','2025-09-29 11:55:30','185.39.19.48','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0',''),(88,1943,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"Erica Schiattarella\",\"id\":1,\"type\":\"name\",\"first\":\"Erica\",\"middle\":\"\",\"last\":\"Schiattarella\"},\"2\":{\"name\":\"Email\",\"value\":\"schiattfam@hotmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"hello,\\r\\n\\r\\nI need to get new graphics for a 2025 YZ250F. We want to keep the same design we have for the YZ250\\/YZ125. I know the plastics are a bit different. I am not sure what is the best way to order it. I can\'t seem to pull up my previous orders.\\r\\nThank you\\r\\nErica\\r\\n609-709-0513\",\"id\":3,\"type\":\"textarea\"}}','','2025-09-30 13:52:49','2025-09-30 13:52:49','71.58.60.245','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0','2aac281b-f676-47be-9c52-e89f5dfa7b4a'),(89,2516,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"Mikel arango\",\"id\":1,\"type\":\"name\",\"first\":\"\",\"middle\":\"\",\"last\":\"\"},\"2\":{\"name\":\"Email\",\"value\":\"motokez@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Phone\",\"value\":\"(401) 441-2431\",\"id\":3,\"type\":\"phone\"},\"4\":{\"name\":\"Specific job completion date\",\"value\":\"12\\/31\\/2025\",\"id\":4,\"type\":\"date-time\",\"date\":\"12\\/31\\/2025\",\"time\":\"\",\"unix\":1767139200},\"5\":{\"name\":\"Project type\",\"value\":\"Car\\/Truck\",\"value_raw\":\"Car\\/Truck\",\"id\":5,\"type\":\"checkbox\"},\"9\":{\"name\":\"Vehicle year\\/make\\/model\",\"value\":\"\",\"id\":9,\"type\":\"text\",\"visible\":false},\"6\":{\"name\":\"Which wrap service are you interested in?\",\"value\":\"Partial printed wrap\",\"value_raw\":\"Partial printed wrap\",\"id\":6,\"type\":\"checkbox\"},\"7\":{\"name\":\"Please describe your project\",\"value\":\"Wanted side decals for a 2024 Wrx. Looking to make it look like a tuner car with nice design decal on the side and I\\u2019ll add more everywhere else.\",\"id\":7,\"type\":\"textarea\"},\"8\":{\"name\":\"Please upload photos of your vehicle\",\"value\":\"\",\"value_raw\":\"\",\"id\":8,\"type\":\"file-upload\",\"style\":\"modern\"}}','','2025-09-30 17:14:44','2025-09-30 17:14:44','71.10.221.18','Mozilla/5.0 (iPhone; CPU iPhone OS 26_0_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/140.0.7339.122 Mobile/15E148 Safari/604.1','adfeb81f-a615-49d1-89fe-eb474859cb09'),(90,1943,0,0,'','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"Christina Cournoyer\",\"id\":1,\"type\":\"name\",\"first\":\"Christina\",\"middle\":\"\",\"last\":\"Cournoyer\"},\"2\":{\"name\":\"Email\",\"value\":\"ccournoyer2119@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"Hello!\\r\\nI have a business office located on Route 171 in Woodstock. Do you provide installation of window decals? I already purchased my window decal logo and need someone to install it for me. \\r\\n\\r\\nThank you!\",\"id\":3,\"type\":\"textarea\"}}','','2025-09-30 18:47:40','2025-09-30 18:47:40','32.223.117.154','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36','0eb99b2c-95d3-4240-8445-8ab3607fcaec'),(91,1943,0,0,'spam','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"LeeSmumpEY LeeSmumpEY\",\"id\":1,\"type\":\"name\",\"first\":\"LeeSmumpEY\",\"middle\":\"\",\"last\":\"LeeSmumpEY\"},\"2\":{\"name\":\"Email\",\"value\":\"dinanikolskaya99@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"Zdravo, htio sam znati va\\u0161u cijenu.\",\"id\":3,\"type\":\"textarea\"}}','','2025-10-01 13:17:54','2025-10-01 13:17:54','185.39.19.48','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0',''),(92,1943,0,0,'spam','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"SimonSmumpLR SimonSmumpLR\",\"id\":1,\"type\":\"name\",\"first\":\"SimonSmumpLR\",\"middle\":\"\",\"last\":\"SimonSmumpLR\"},\"2\":{\"name\":\"Email\",\"value\":\"dinanikolskaya99@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"Sveiki, a\\u0161 nor\\u0117jau su\\u017einoti j\\u016bs\\u0173 kain\\u0105.\",\"id\":3,\"type\":\"textarea\"}}','','2025-10-02 02:01:31','2025-10-02 02:01:31','185.39.19.43','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36',''),(93,1943,0,0,'spam','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"SimonSmumpLR SimonSmumpLR\",\"id\":1,\"type\":\"name\",\"first\":\"SimonSmumpLR\",\"middle\":\"\",\"last\":\"SimonSmumpLR\"},\"2\":{\"name\":\"Email\",\"value\":\"dinanikolskaya99@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"Hi, I wanted to know your price.\",\"id\":3,\"type\":\"textarea\"}}','','2025-10-02 02:04:32','2025-10-02 02:04:32','185.39.19.43','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 CCleaner/130.0.0.0',''),(94,1943,0,0,'spam','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"RaymondadomyMW RaymondadomyMW\",\"id\":1,\"type\":\"name\",\"first\":\"RaymondadomyMW\",\"middle\":\"\",\"last\":\"RaymondadomyMW\"},\"2\":{\"name\":\"Email\",\"value\":\"no.reply.swenmoreau@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"Howdy-doody! aggressivegraphix.com \\r\\n \\r\\nDid you know that it is possible to send business offers completely authorizedly? \\r\\nWhen such messages are sent, no personal data is used, and messages are sent to forms specifically designed to receive messages and appeals securely. Contact Form messages are usually not sent to spam because they are regarded as important. \\r\\nYou can now test out our service without having to pay. \\r\\nWe are able to transmit up to 50,000 messages to you. \\r\\n \\r\\nThe cost of sending one million messages is $59. \\r\\n \\r\\nThis message was automatically generated. \\r\\n \\r\\nContact us. \\r\\nTelegram - https:\\/\\/t.me\\/FeedbackFormEU \\r\\nWhatsApp - +375259112693 \\r\\nWhatsApp  https:\\/\\/wa.me\\/+375259112693 \\r\\nWe only use chat for communication.\",\"id\":3,\"type\":\"textarea\"}}','','2025-10-02 08:37:34','2025-10-02 08:37:34','149.34.242.246','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0',''),(95,1943,0,0,'spam','',0,0,'{\"1\":{\"name\":\"Name\",\"value\":\"LeeSmumpEY LeeSmumpEY\",\"id\":1,\"type\":\"name\",\"first\":\"LeeSmumpEY\",\"middle\":\"\",\"last\":\"LeeSmumpEY\"},\"2\":{\"name\":\"Email\",\"value\":\"dinanikolskaya99@gmail.com\",\"id\":2,\"type\":\"email\"},\"3\":{\"name\":\"Comment or Message\",\"value\":\"Sawubona, bengifuna ukwazi intengo yakho.\",\"id\":3,\"type\":\"textarea\"}}','','2025-10-02 19:04:48','2025-10-02 19:04:48','185.39.19.49','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36','');
/*!40000 ALTER TABLE `nbn_wpforms_entries` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_wpforms_entry_fields`
--

DROP TABLE IF EXISTS `nbn_wpforms_entry_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_wpforms_entry_fields` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `entry_id` bigint(20) NOT NULL,
  `form_id` bigint(20) NOT NULL,
  `field_id` varchar(16) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `entry_id` (`entry_id`),
  KEY `form_id` (`form_id`),
  KEY `field_id` (`field_id`)
) ENGINE=InnoDB AUTO_INCREMENT=348 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `nbn_wpforms_entry_fields`
--

LOCK TABLES `nbn_wpforms_entry_fields` WRITE;
/*!40000 ALTER TABLE `nbn_wpforms_entry_fields` DISABLE KEYS */;
INSERT INTO `nbn_wpforms_entry_fields` VALUES (1,1,1943,'1','GeorgeSmumpGG GeorgeSmumpGG','2025-06-15 11:23:57'),(2,1,1943,'2','yawiviseya67@gmail.com','2025-06-15 11:23:57'),(3,1,1943,'3','Aloha, makemake wau eʻike i kāu kumukūʻai.','2025-06-15 11:23:57'),(7,3,1943,'1','test test','2025-06-15 21:25:57'),(8,3,1943,'2','tets@gmail.com','2025-06-15 21:25:57'),(9,3,1943,'3','test','2025-06-15 21:25:57'),(10,4,1943,'1','Ben Wojnarowicz','2025-06-18 14:27:28'),(11,4,1943,'2','ben@aggressivegraphix.com','2025-06-18 14:27:28'),(12,4,1943,'3','Test','2025-06-18 14:27:28'),(13,5,2516,'1','Ben Wojnarowicz','2025-06-18 14:27:51'),(14,5,2516,'2','ben@aggressivegraphix.com','2025-06-18 14:27:51'),(15,5,2516,'3','(774) 314-1673','2025-06-18 14:27:51'),(16,5,2516,'5','Car/Truck','2025-06-18 14:27:51'),(17,5,2516,'6','Chrome delete','2025-06-18 14:27:51'),(18,5,2516,'7','Test','2025-06-18 14:27:51'),(19,6,1943,'1','LeeSmumpEY LeeSmumpEY','2025-06-19 19:22:15'),(20,6,1943,'2','zekisuquc419@gmail.com','2025-06-19 19:22:15'),(21,6,1943,'3','Hola, volia saber el seu preu.','2025-06-19 19:22:15'),(22,7,2516,'1','Gabe','2025-06-20 12:51:09'),(23,7,2516,'2','gaberod94@yahoo.com','2025-06-20 12:51:09'),(24,7,2516,'3','(508) 579-8059','2025-06-20 12:51:09'),(25,7,2516,'4','06/30/2025','2025-06-20 12:51:09'),(26,7,2516,'5','Car/Truck','2025-06-20 12:51:09'),(27,7,2516,'6','Partial color change','2025-06-20 12:51:09'),(28,7,2516,'7','I want to wrap the top of my around the sun roof black. Wrap my window panels and my small spoiler and side mirrors in carbon fiber. And have a small strip of carbon fiber going through the middle of my door handles.','2025-06-20 12:51:09'),(29,7,2516,'8','https://aggressivegraphix.com/wp-content/uploads/wpforms/2516-a7b3d1bd5699197bdee7baced0d8e2c6/IMG_0300-34a7ad78fe76cff08f6f30c73940d6d9.webp','2025-06-20 12:51:09'),(45,13,2736,'2','Alex','2025-06-28 10:26:27'),(46,13,2736,'3','alex@apsinctx.com','2025-06-28 10:26:27'),(47,13,2736,'4','(619) 548-1980','2025-06-28 10:26:27'),(48,13,2736,'5','07/04/2025','2025-06-28 10:26:27'),(49,13,2736,'6','Full wrap','2025-06-28 10:26:27'),(50,13,2736,'7','Company name Drain Connection a service company in San Antonio Texas \r\n\r\nColor we want Navy blue,orange Some white \r\n\r\nInstead of gray, change the D to white\r\n\r\nInstead of red, change the C to orange','2025-06-28 10:26:27'),(51,13,2736,'8','https://aggressivegraphix.com/wp-content/uploads/wpforms/2736-071fb8427beb12a46ef671bac4dad6e0/vecteezy_initial-letter-dc-logo-design-template_5287455-0dafbf7d24124773ea9072117af73350.jpeg\nhttps://aggressivegraphix.com/wp-content/uploads/wpforms/2736-071fb8427beb12a46ef671bac4dad6e0/IMG_1091-cd85756fc27996dda38eac67e6b1b71e.jpeg','2025-06-28 10:26:27'),(64,18,1943,'1','Eric Berube','2025-07-02 14:57:23'),(65,18,1943,'2','eberube5@gmail.com','2025-07-02 14:57:23'),(66,18,1943,'3','Hello,\r\n\r\nSaw that VW bug you guys wrapped at a local car show. Looked awesome.\r\nI have a 1995 Ford F150 I\'m interested in getting wrapped.\r\nThe paint is tired, and I\'d love to bring it back to life as we take very good care of it.\r\nThe truck is currently fire engine red, so I\'d be looking for something very similar.\r\nPlease provide a quote for a single cab \'95 F150.\r\nI\'m located up in Spencer.\r\n\r\nThank you,\r\nEric','2025-07-02 14:57:23'),(67,19,1943,'1','LeeSmumpEY LeeSmumpEY','2025-07-03 03:36:50'),(68,19,1943,'2','irinademenkova86@gmail.com','2025-07-03 03:36:50'),(69,19,1943,'3','Salam, qiymətinizi bilmək istədim.','2025-07-03 03:36:50'),(70,20,1943,'1','CharlieSmumpLS CharlieSmumpLS','2025-07-07 11:28:28'),(71,20,1943,'2','irinademenkova86@gmail.com','2025-07-07 11:28:28'),(72,20,1943,'3','Aloha, makemake wau eʻike i kāu kumukūʻai.','2025-07-07 11:28:28'),(73,21,1943,'1','LeeSmumpEY LeeSmumpEY','2025-07-08 08:37:02'),(74,21,1943,'2','dinanikolskaya99@gmail.com','2025-07-08 08:37:02'),(75,21,1943,'3','Hi, roeddwn i eisiau gwybod eich pris.','2025-07-08 08:37:02'),(76,22,1943,'1','GeorgeSmumpGG GeorgeSmumpGG','2025-07-10 11:23:56'),(77,22,1943,'2','irinademenkova86@gmail.com','2025-07-10 11:23:56'),(78,22,1943,'3','Hej, jeg ønskede at kende din pris.','2025-07-10 11:23:56'),(82,24,2736,'2','Justin Roszkiewicz','2025-07-12 00:53:52'),(83,24,2736,'3','jmrplumber@gmail.com','2025-07-12 00:53:52'),(84,24,2736,'4','(774) 402-4999','2025-07-12 00:53:52'),(85,24,2736,'6','Lettering','2025-07-12 00:53:52'),(86,24,2736,'7','2022 Isuzu 14’ box truck lettering for my owner/operater plumbing business \r\nNothing crazy I kind of like the old school lettering, no logo ect. I have a quick example I made but obviously j.r. Plumber would be bigger and phone number while other letters remain smaller in the middle \r\n\r\nTruck is white with black trim and wheels so do have black letters with gold shadow would be cool to do on sides and rear garage door.\r\n\r\nPossible tint front windows, nothing dark just to block the sun a little','2025-07-12 00:53:52'),(87,24,2736,'8','https://aggressivegraphix.com/wp-content/uploads/wpforms/2736-071fb8427beb12a46ef671bac4dad6e0/IMG_5414-f39e58abd309c71bdfa4e185bb7bd4f8.jpeg','2025-07-12 00:53:52'),(88,25,2736,'2','Justin Roszkiewicz','2025-07-12 00:56:01'),(89,25,2736,'3','jmrplumber@gmail.com','2025-07-12 00:56:01'),(90,25,2736,'4','(774) 402-4999','2025-07-12 00:56:01'),(91,25,2736,'6','Lettering','2025-07-12 00:56:01'),(92,25,2736,'7','Forgot to add truck pictures from previous message','2025-07-12 00:56:01'),(93,25,2736,'8','https://aggressivegraphix.com/wp-content/uploads/wpforms/2736-071fb8427beb12a46ef671bac4dad6e0/IMG_3420-a879a89683ae1e469b895a2ff2771ab7.jpeg\nhttps://aggressivegraphix.com/wp-content/uploads/wpforms/2736-071fb8427beb12a46ef671bac4dad6e0/IMG_3429-c2a2098d81ff909c9b50cfd3e1ac057a.jpeg','2025-07-12 00:56:01'),(94,26,1943,'1','LeeSmumpEY LeeSmumpEY','2025-07-13 17:29:14'),(95,26,1943,'2','dinanikolskaya99@gmail.com','2025-07-13 17:29:14'),(96,26,1943,'3','Ola, quería saber o seu prezo.','2025-07-13 17:29:14'),(97,27,1943,'1','SimonSmumpLR SimonSmumpLR','2025-07-15 10:01:09'),(98,27,1943,'2','irinademenkova86@gmail.com','2025-07-15 10:01:09'),(99,27,1943,'3','Zdravo, htio sam znati vašu cijenu.','2025-07-15 10:01:09'),(100,28,1943,'1','Shane Stanley','2025-07-16 17:02:48'),(101,28,1943,'2','lilmotoxguy199@yahoo.com','2025-07-16 17:02:48'),(102,28,1943,'3','I’m trying to have number plates made to match what I have on the bike already just change the number and name on front plate.  How much you think it would be and lead time? If you want to text me (774-238-0689) I can send you some pictures of what I’m trying to match.. something close.','2025-07-16 17:02:48'),(103,29,1943,'1','LeeSmumpEY LeeSmumpEY','2025-07-23 08:57:03'),(104,29,1943,'2','dinanikolskaya99@gmail.com','2025-07-23 08:57:03'),(105,29,1943,'3','Xin chào, tôi muốn biết giá của bạn.','2025-07-23 08:57:03'),(106,30,2736,'2','Joshua Kelly','2025-07-23 10:42:21'),(107,30,2736,'3','aah1776@yahoo.com','2025-07-23 10:42:21'),(108,30,2736,'4','(774) 230-7243','2025-07-23 10:42:21'),(109,30,2736,'6','Lettering\nPartial/half wrap','2025-07-23 10:42:21'),(110,30,2736,'7','I just purchased a 17 f350 supercab with a utility body and would like to possibly get some lettering done or whatever is recommended.  The logo below is what\'s on my shirts, but doesn\'t necessarily need to be whats on the vehicle. The card has the services that I do that I may want listed also.','2025-07-23 10:42:21'),(111,30,2736,'8','https://aggressivegraphix.com/wp-content/uploads/wpforms/2736-071fb8427beb12a46ef671bac4dad6e0/preview_da6eea70-ea27-411a-8926-be68a2d1cea8_1_thumb-5c11d3bb3dbcff1727b83f57460d84ab.png\nhttps://aggressivegraphix.com/wp-content/uploads/wpforms/2736-071fb8427beb12a46ef671bac4dad6e0/20250723_064040-c3bc400010c7000cd9cedf5d0c8520b8.jpg','2025-07-23 10:42:21'),(121,34,1943,'1','LeeSmumpEY LeeSmumpEY','2025-07-28 02:09:12'),(122,34,1943,'2','irinademenkova86@gmail.com','2025-07-28 02:09:12'),(123,34,1943,'3','Ողջույն, ես ուզում էի իմանալ ձեր գինը.','2025-07-28 02:09:12'),(127,36,1943,'1','LeeSmumpEY LeeSmumpEY','2025-08-03 09:30:59'),(128,36,1943,'2','zekisuquc419@gmail.com','2025-08-03 09:30:59'),(129,36,1943,'3','Aloha, makemake wau eʻike i kāu kumukūʻai.','2025-08-03 09:30:59'),(133,38,1943,'1','LeeSmumpEY LeeSmumpEY','2025-08-04 15:51:29'),(134,38,1943,'2','dinanikolskaya99@gmail.com','2025-08-04 15:51:29'),(135,38,1943,'3','হাই, আমি আপনার মূল্য জানতে চেয়েছিলাম.','2025-08-04 15:51:29'),(136,39,1943,'1','SimonSmumpLR SimonSmumpLR','2025-08-05 15:01:41'),(137,39,1943,'2','irinademenkova86@gmail.com','2025-08-05 15:01:41'),(138,39,1943,'3','Sveiki, aš norėjau sužinoti jūsų kainą.','2025-08-05 15:01:41'),(139,40,2516,'1','Ben Wojnarowicz','2025-08-07 20:17:10'),(140,40,2516,'2','wojnarowicz967@gmail.com','2025-08-07 20:17:10'),(141,40,2516,'3','(508) 641-2513','2025-08-07 20:17:10'),(142,40,2516,'4','08/09/2025','2025-08-07 20:17:10'),(143,40,2516,'5','Car/Truck','2025-08-07 20:17:10'),(144,40,2516,'6','Chrome delete\nPartial printed wrap','2025-08-07 20:17:10'),(145,40,2516,'7','Test','2025-08-07 20:17:10'),(146,41,1943,'1','LeeSmumpEY LeeSmumpEY','2025-08-09 00:48:25'),(147,41,1943,'2','dinanikolskaya99@gmail.com','2025-08-09 00:48:25'),(148,41,1943,'3','Hola, volia saber el seu preu.','2025-08-09 00:48:25'),(149,42,2516,'1','Kylie maryyanek','2025-08-10 22:11:53'),(150,42,2516,'2','kmaryyanek7@gmail.com','2025-08-10 22:11:53'),(151,42,2516,'3','(774) 329-5947','2025-08-10 22:11:53'),(152,42,2516,'4','09/01/2025','2025-08-10 22:11:53'),(153,42,2516,'5','Car/Truck','2025-08-10 22:11:53'),(154,42,2516,'6','Full color change\nFull printed wrap','2025-08-10 22:11:53'),(155,42,2516,'7','Possibly buying a 4 runner in the next week, only problem don’t like red so was thinking about a wolf grey color and wanting to know the pricing for it thank you so much. lol btw I’m Ashley’s Maryyanek sister!!','2025-08-10 22:11:53'),(156,42,2516,'8','https://aggressivegraphix.com/wp-content/uploads/wpforms/2516-a7b3d1bd5699197bdee7baced0d8e2c6/IMG_4082-64a744de0f56f69466680ed66f6853e1.png','2025-08-10 22:11:53'),(163,45,2736,'2','Chelsea Bentley','2025-08-12 16:32:11'),(164,45,2736,'3','sales@rainbowfurniture.net','2025-08-12 16:32:11'),(165,45,2736,'4','(508) 752-9143','2025-08-12 16:32:11'),(166,45,2736,'6','Lettering','2025-08-12 16:32:11'),(167,45,2736,'7','Hi Ben,\r\nMy father, Bob, met you recently and got your business card to reach out in regards to lettering. I am looking for a quote on lettering on a new truck we recently added to our company\'s fleet. I\'ve attached pictures of our current truck and am hoping to do something similar on the new one. Our address has changed to 240 Barber Ave. Worcester, MA 01606 but all other information would remain the same. I am open to different placement ideas but would like to keep the logo as is. Our new truck is the same size (16\') as the old one but is a Ford E350 box truck. \r\nAdditionally, I\'m looking for a quote to change the lettering of the address on our old truck. \r\nPlease let me know if you need more information to create the quote. If you have any questions, I can be reached via email or office phone 508-752-9143.\r\nI look forward to hearing from you.\r\n\r\nThank you!\r\nChelsea Bentley','2025-08-12 16:32:11'),(168,45,2736,'8','https://aggressivegraphix.com/wp-content/uploads/wpforms/2736-071fb8427beb12a46ef671bac4dad6e0/20200927_-5c5339bc44abd27018f272319b816d20.jpg\nhttps://aggressivegraphix.com/wp-content/uploads/wpforms/2736-071fb8427beb12a46ef671bac4dad6e0/C37F82CB--d2a48a61332f06dd01b361e5c03784fe.jpg\nhttps://aggressivegraphix.com/wp-content/uploads/wpforms/2736-071fb8427beb12a46ef671bac4dad6e0/20200927_-2-1797a88ff2089cba08d8201d948686a5.jpg\nhttps://aggressivegraphix.com/wp-content/uploads/wpforms/2736-071fb8427beb12a46ef671bac4dad6e0/20200927_-1-ae770f0b3e029e0cbd119e6b482d08aa.jpg','2025-08-12 16:32:11'),(175,48,1943,'1','SimonSmumpLR SimonSmumpLR','2025-08-17 15:29:59'),(176,48,1943,'2','irinademenkova86@gmail.com','2025-08-17 15:29:59'),(177,48,1943,'3','Kaixo, zure prezioa jakin nahi nuen.','2025-08-17 15:29:59'),(178,49,1943,'1','Jarrad Lane','2025-08-18 23:31:18'),(179,49,1943,'2','matrixjr2002002@yahoo.com','2025-08-18 23:31:18'),(180,49,1943,'3','2017 ford transit cargo 3 door lwb high roof down extended cargo','2025-08-18 23:31:18'),(181,50,2736,'2','Miles','2025-08-19 21:24:41'),(182,50,2736,'3','malcolmnjogu1@gmail.com','2025-08-19 21:24:41'),(183,50,2736,'4','(817) 703-9444','2025-08-19 21:24:41'),(184,50,2736,'5','09/22/2025','2025-08-19 21:24:41'),(185,50,2736,'6','Full wrap','2025-08-19 21:24:41'),(186,50,2736,'7','Just want to get my motorcycle wrapped, just getting the plastics wrapped as well as some mental parts.','2025-08-19 21:24:41'),(187,50,2736,'8','https://aggressivegraphix.com/wp-content/uploads/wpforms/2736-071fb8427beb12a46ef671bac4dad6e0/IMG_7635-309631beb7aed49b824e964a793e3d21.jpeg','2025-08-19 21:24:41'),(188,51,2516,'1','Nick Berthiaume','2025-08-19 22:53:50'),(189,51,2516,'2','nickbert7072@gmail.com','2025-08-19 22:53:50'),(190,51,2516,'3','(508) 736-1997','2025-08-19 22:53:50'),(191,51,2516,'5','Car/Truck','2025-08-19 22:53:50'),(192,51,2516,'6','Partial color change','2025-08-19 22:53:50'),(193,51,2516,'7','I have an 84 c10 with a cowl hood that I’m looking to get wrapped. I’m thinking just a gloss black and hopefully to get a quote and maybe a timeframe. Thank you','2025-08-19 22:53:50'),(194,51,2516,'8','https://aggressivegraphix.com/wp-content/uploads/wpforms/2516-a7b3d1bd5699197bdee7baced0d8e2c6/IMG_1877-f454f399bdc05cead0e410c88057267c.jpeg\nhttps://aggressivegraphix.com/wp-content/uploads/wpforms/2516-a7b3d1bd5699197bdee7baced0d8e2c6/IMG_1883-80b8081518b2d74dd1c25a6986cbb064.jpeg','2025-08-19 22:53:50'),(195,52,1943,'1','LeeSmumpEY LeeSmumpEY','2025-08-21 21:22:42'),(196,52,1943,'2','zekisuquc419@gmail.com','2025-08-21 21:22:42'),(197,52,1943,'3','Sveiki, es gribēju zināt savu cenu.','2025-08-21 21:22:42'),(198,53,1943,'1','Victoria Berry','2025-08-22 12:33:20'),(199,53,1943,'2','victoria@summitsanitizepros.com','2025-08-22 12:33:20'),(200,53,1943,'3','Hi,\r\n\r\nIf you are looking for a reliable cleaning company with an extremely low attrition rate, we should talk. Partnering with us isn’t just about making your business look fresh and clean, but making a proactive investment in the safety and health of your customers and staff.\r\n\r\nMay we give you a facility evaluation and updated cleaning quote?\r\n\r\nHave a great day!\r\n\r\nVictoria Berry\r\nBusiness Development Manager\r\nSummitSanitize Pros\r\nvictoria@summitsanitizepros.com\r\n\r\nRespond with stop to optout.','2025-08-22 12:33:20'),(207,56,1943,'1','Craig Nunes','2025-08-25 15:12:09'),(208,56,1943,'2','cnunes@pipeandplumber.com','2025-08-25 15:12:09'),(209,56,1943,'3','Inquiring about wrapping (2) Vehicles; one Mercedes Sprinter Van and one Chevy Silverado 1500.','2025-08-25 15:12:09'),(216,59,1943,'1','Mike Hebert','2025-08-28 14:05:38'),(217,59,1943,'2','mhebert68@charter.net','2025-08-28 14:05:38'),(218,59,1943,'3','Hi, looking to get a quote on a graphic for the back of my camper. Please text me. 508 713 7763. Thanks Mike.','2025-08-28 14:05:38'),(219,60,1943,'1','LeeSmumpEY LeeSmumpEY','2025-08-29 13:36:41'),(220,60,1943,'2','dinanikolskaya99@gmail.com','2025-08-29 13:36:41'),(221,60,1943,'3','Hæ, ég vildi vita verð þitt.','2025-08-29 13:36:41'),(222,61,1943,'1','Zachary Hernandez','2025-08-30 05:57:00'),(223,61,1943,'2','z.hernandez@trustedsupportteam.com','2025-08-30 05:57:00'),(224,61,1943,'3','Hi there,\r\n\r\nI tried emailing you, but it bounced for some reason... so I’m reaching out here instead.\r\n\r\nI’m Zachary with Trusted Support Team. We provide Virtual Assistants to help with Prospecting, Administration, CRM Management & Drip Campaigns, Graphic Design, and Bookkeeping. We also offer advanced AI-driven prospecting & appointment setting to help you fill your calendar with high-quality meetings.\r\n\r\nWould you be open to exploring how we can support you?','2025-08-30 05:57:00'),(225,62,1943,'1','LeeSmumpEY LeeSmumpEY','2025-08-30 19:26:26'),(226,62,1943,'2','irinademenkova86@gmail.com','2025-08-30 19:26:26'),(227,62,1943,'3','Hola, quería saber tu precio..','2025-08-30 19:26:26'),(237,66,1943,'1','LeeSmumpEY LeeSmumpEY','2025-09-06 04:29:51'),(238,66,1943,'2','zekisuquc419@gmail.com','2025-09-06 04:29:51'),(239,66,1943,'3','Hola, volia saber el seu preu.','2025-09-06 04:29:51'),(243,68,2736,'2','Eddie Hevy','2025-09-07 15:18:11'),(244,68,2736,'3','ehevy@hevyelectric.com','2025-09-07 15:18:11'),(245,68,2736,'4','(774) 402-4149','2025-09-07 15:18:11'),(246,68,2736,'6','Lettering\nPartial/half wrap\nFull wrap','2025-09-07 15:18:11'),(247,68,2736,'7','Good Morning.\r\n\r\nI saw your company recommend on a local Facebook group, and I like some of your work that I saw. I own Hevy Electric, for about 3 years now I have been using un-lettered vehicles. It is time that I finally get it lettered. \r\n\r\nMy current set up is a regular cab Ram 2500 and a 14’ enclosed trailer. Both are white in color. I don’t think I am interested in a full wrap. For the truck I was thinking more basic lettering, both doors, tailgate, and possible back glass. \r\n\r\nFor the trailer I want it to match & flow with the truck, but much larger. Both sides and probably the back ramp. I am open to suggestions and am flexible. I have a basic design for my buisness cards, but no set company colors. I am okay with making changes if needed or suggested. \r\n\r\nI am looking to have something designed and installed. Let me know if you are interested and if you would like to meet to go over what I’m looking for or prefer to do it over email. If not, if you could recommend a designer that would be great. \r\n\r\nAlso, I would like the front windshield to be tinted to match both doors. It was done previously when I purchased the truck, but the windshield had to be replaced. \r\n\r\nThank you!','2025-09-07 15:18:11'),(248,68,2736,'8','https://aggressivegraphix.com/wp-content/uploads/wpforms/2736-071fb8427beb12a46ef671bac4dad6e0/IMG_4523-69f5213a158fc2e0d992df180aeeb92f.jpeg\nhttps://aggressivegraphix.com/wp-content/uploads/wpforms/2736-071fb8427beb12a46ef671bac4dad6e0/IMG_8270-a1531215e05d5049a1e3e924993dc372.jpeg\nhttps://aggressivegraphix.com/wp-content/uploads/wpforms/2736-071fb8427beb12a46ef671bac4dad6e0/IMG_7565-57b12e8060e1cd998d4c54899372a4a4.jpeg\nhttps://aggressivegraphix.com/wp-content/uploads/wpforms/2736-071fb8427beb12a46ef671bac4dad6e0/IMG_4364-edbed98b156af0fba62fe4c66330b602.jpeg','2025-09-07 15:18:11'),(252,70,1943,'1','LeeSmumpEY LeeSmumpEY','2025-09-08 07:57:07'),(253,70,1943,'2','zekisuquc419@gmail.com','2025-09-08 07:57:07'),(254,70,1943,'3','Hi, I wanted to know your price.','2025-09-08 07:57:07'),(261,73,1943,'1','LeeSmumpEY LeeSmumpEY','2025-09-11 23:05:56'),(262,73,1943,'2','dinanikolskaya99@gmail.com','2025-09-11 23:05:56'),(263,73,1943,'3','Hæ, ég vildi vita verð þitt.','2025-09-11 23:05:56'),(264,74,1943,'1','LeeSmumpEY LeeSmumpEY','2025-09-15 10:05:54'),(265,74,1943,'2','dinanikolskaya99@gmail.com','2025-09-15 10:05:54'),(266,74,1943,'3','Hai, saya ingin tahu harga Anda.','2025-09-15 10:05:54'),(267,75,2516,'1','Michael Pare','2025-09-18 02:26:42'),(268,75,2516,'2','mcpare50@gmail.com','2025-09-18 02:26:42'),(269,75,2516,'3','(401) 300-6694','2025-09-18 02:26:42'),(270,75,2516,'4','04/30/2026','2025-09-18 02:26:42'),(271,75,2516,'5','Motorcycle','2025-09-18 02:26:42'),(272,75,2516,'6','Stripe kit','2025-09-18 02:26:42'),(273,75,2516,'7','I\'m looking to get some custom decals on a plastic gas thank, and I\'m reading a lot bubbling and adhesion issues due to the fuel vapors coming through the plastic. If this is something you think you can solve, I\'ve love to dicuss it further. Thanks!','2025-09-18 02:26:42'),(274,76,2677,'1','Joe Forde','2025-09-18 15:59:47'),(275,76,2677,'2','(508) 808-8283','2025-09-18 15:59:47'),(276,76,2677,'3','joeforde@ymail.com','2025-09-18 15:59:47'),(277,76,2677,'4','1FT7W2B64NEE73615','2025-09-18 15:59:47'),(278,76,2677,'17','Front doors','2025-09-18 15:59:47'),(279,76,2677,'9','35%','2025-09-18 15:59:47'),(280,77,2516,'1','Mike Bisbee','2025-09-22 20:16:29'),(281,77,2516,'2','bisbee_michael@yahoo.com','2025-09-22 20:16:29'),(282,77,2516,'3','(774) 275-7988','2025-09-22 20:16:29'),(283,77,2516,'4','12/31/2025','2025-09-22 20:16:29'),(284,77,2516,'5','Car/Truck','2025-09-22 20:16:29'),(285,77,2516,'6','Full color change','2025-09-22 20:16:29'),(286,77,2516,'7','I have a white 2009 Jeep Liberty and I would like to wrap it in black. Maybe a gray. Can I get an estimate? Thanks','2025-09-22 20:16:29'),(287,78,1943,'1','LeeSmumpEY LeeSmumpEY','2025-09-24 08:42:59'),(288,78,1943,'2','zekisuquc419@gmail.com','2025-09-24 08:42:59'),(289,78,1943,'3','Прывітанне, я хацеў даведацца Ваш прайс.','2025-09-24 08:42:59'),(290,79,1943,'1','LeeSmumpEY LeeSmumpEY','2025-09-24 11:05:44'),(291,79,1943,'2','zekisuquc419@gmail.com','2025-09-24 11:05:44'),(292,79,1943,'3','Sveiki, aš norėjau sužinoti jūsų kainą.','2025-09-24 11:05:44'),(293,80,1943,'1','LeeSmumpEY LeeSmumpEY','2025-09-24 13:29:30'),(294,80,1943,'2','irinademenkova86@gmail.com','2025-09-24 13:29:30'),(295,80,1943,'3','Hæ, ég vildi vita verð þitt.','2025-09-24 13:29:30'),(296,81,1943,'1','Sue McCarron','2025-09-25 01:53:00'),(297,81,1943,'2','sue.mccarron1111@gmail.com','2025-09-25 01:53:00'),(298,81,1943,'3','Hello.  I have a customer that is looking to wrap his company trailers and possibly also get some lettering for his trucks. One trailer side is 16\' x 8\' and the other one is 24\' x 8\'.  I have the logo that I made for his apparel, and he is hoping to have you create something cool for his trailers.  Sue/Creations By Sue','2025-09-25 01:53:00'),(299,82,2736,'2','Sue McCarron','2025-09-25 02:03:47'),(300,82,2736,'3','sue.mccarron1111@gmail.com','2025-09-25 02:03:47'),(301,82,2736,'4','(978) 270-9981','2025-09-25 02:03:47'),(302,82,2736,'6','Full wrap','2025-09-25 02:03:47'),(303,82,2736,'7','My customer is looking to wrap two work trailers (16\' x8\') and (24\' x8\') He may also want lettering for his truck doors as well. I am attaching the graphic I made for his apparel and I know you can do something cool with it!!! Thanks!','2025-09-25 02:03:47'),(304,82,2736,'8','https://aggressivegraphix.com/wp-content/uploads/wpforms/2736-071fb8427beb12a46ef671bac4dad6e0/tmc-lawn-landscape-01-e54b294fa2067d8cd4c2df90f229fb78.png\nhttps://aggressivegraphix.com/wp-content/uploads/wpforms/2736-071fb8427beb12a46ef671bac4dad6e0/tmc-lawn-landscape-a38498764d5bff0472ca9ef3ff37da6a.pdf','2025-09-25 02:03:47'),(305,83,1943,'1','LeeSmumpEY LeeSmumpEY','2025-09-25 14:34:14'),(306,83,1943,'2','zekisuquc419@gmail.com','2025-09-25 14:34:14'),(307,83,1943,'3','Aloha, makemake wau eʻike i kāu kumukūʻai.','2025-09-25 14:34:14'),(308,84,1943,'1','GeorgeSmumpGG GeorgeSmumpGG','2025-09-25 20:14:26'),(309,84,1943,'2','irinademenkova86@gmail.com','2025-09-25 20:14:26'),(310,84,1943,'3','Salam, qiymətinizi bilmək istədim.','2025-09-25 20:14:26'),(311,85,1943,'1','Enrique castillo','2025-09-26 15:55:55'),(312,85,1943,'2','enriquecastillo0997@gmail.com','2025-09-26 15:55:55'),(313,85,1943,'3','Hello,\r\n\r\nMy name is Enrique Castillo, and I’d like to request a quote for the following flyer specifications:\r\n\r\n- Size: 8.5\" x 11\"\r\n- Quantity: 50,000\r\n- Printing: 1-sided, full-color with bleeds\r\n- Paper: 100 lb Gloss Text\r\n\r\nCould you please provide the total cost, including tax and pick up? Also, I’d appreciate it if you could let me know the estimated turnaround time for printing and delivery.\r\n\r\n\r\nBest regards,\r\nEnrique Castillo\r\n708-630-6767','2025-09-26 15:55:55'),(314,86,1943,'1','LeeSmumpEY LeeSmumpEY','2025-09-28 09:27:25'),(315,86,1943,'2','zekisuquc419@gmail.com','2025-09-28 09:27:25'),(316,86,1943,'3','Прывітанне, я хацеў даведацца Ваш прайс.','2025-09-28 09:27:25'),(317,87,1943,'1','LeeSmumpEY LeeSmumpEY','2025-09-29 11:55:30'),(318,87,1943,'2','dinanikolskaya99@gmail.com','2025-09-29 11:55:30'),(319,87,1943,'3','Hi, I wanted to know your price.','2025-09-29 11:55:30'),(320,88,1943,'1','Erica Schiattarella','2025-09-30 13:52:49'),(321,88,1943,'2','schiattfam@hotmail.com','2025-09-30 13:52:49'),(322,88,1943,'3','hello,\r\n\r\nI need to get new graphics for a 2025 YZ250F. We want to keep the same design we have for the YZ250/YZ125. I know the plastics are a bit different. I am not sure what is the best way to order it. I can\'t seem to pull up my previous orders.\r\nThank you\r\nErica\r\n609-709-0513','2025-09-30 13:52:49'),(323,89,2516,'1','Mikel arango','2025-09-30 17:14:44'),(324,89,2516,'2','motokez@gmail.com','2025-09-30 17:14:44'),(325,89,2516,'3','(401) 441-2431','2025-09-30 17:14:44'),(326,89,2516,'4','12/31/2025','2025-09-30 17:14:44'),(327,89,2516,'5','Car/Truck','2025-09-30 17:14:44'),(328,89,2516,'6','Partial printed wrap','2025-09-30 17:14:44'),(329,89,2516,'7','Wanted side decals for a 2024 Wrx. Looking to make it look like a tuner car with nice design decal on the side and I’ll add more everywhere else.','2025-09-30 17:14:44'),(330,90,1943,'1','Christina Cournoyer','2025-09-30 18:47:40'),(331,90,1943,'2','ccournoyer2119@gmail.com','2025-09-30 18:47:40'),(332,90,1943,'3','Hello!\r\nI have a business office located on Route 171 in Woodstock. Do you provide installation of window decals? I already purchased my window decal logo and need someone to install it for me. \r\n\r\nThank you!','2025-09-30 18:47:40'),(333,91,1943,'1','LeeSmumpEY LeeSmumpEY','2025-10-01 13:17:54'),(334,91,1943,'2','dinanikolskaya99@gmail.com','2025-10-01 13:17:54'),(335,91,1943,'3','Zdravo, htio sam znati vašu cijenu.','2025-10-01 13:17:54'),(336,92,1943,'1','SimonSmumpLR SimonSmumpLR','2025-10-02 02:01:31'),(337,92,1943,'2','dinanikolskaya99@gmail.com','2025-10-02 02:01:31'),(338,92,1943,'3','Sveiki, aš norėjau sužinoti jūsų kainą.','2025-10-02 02:01:31'),(339,93,1943,'1','SimonSmumpLR SimonSmumpLR','2025-10-02 02:04:32'),(340,93,1943,'2','dinanikolskaya99@gmail.com','2025-10-02 02:04:32'),(341,93,1943,'3','Hi, I wanted to know your price.','2025-10-02 02:04:32'),(342,94,1943,'1','RaymondadomyMW RaymondadomyMW','2025-10-02 08:37:34'),(343,94,1943,'2','no.reply.swenmoreau@gmail.com','2025-10-02 08:37:34'),(344,94,1943,'3','Howdy-doody! aggressivegraphix.com \r\n \r\nDid you know that it is possible to send business offers completely authorizedly? \r\nWhen such messages are sent, no personal data is used, and messages are sent to forms specifically designed to receive messages and appeals securely. Contact Form messages are usually not sent to spam because they are regarded as important. \r\nYou can now test out our service without having to pay. \r\nWe are able to transmit up to 50,000 messages to you. \r\n \r\nThe cost of sending one million messages is $59. \r\n \r\nThis message was automatically generated. \r\n \r\nContact us. \r\nTelegram - https://t.me/FeedbackFormEU \r\nWhatsApp - +375259112693 \r\nWhatsApp  https://wa.me/+375259112693 \r\nWe only use chat for communication.','2025-10-02 08:37:34'),(345,95,1943,'1','LeeSmumpEY LeeSmumpEY','2025-10-02 19:04:48'),(346,95,1943,'2','dinanikolskaya99@gmail.com','2025-10-02 19:04:48'),(347,95,1943,'3','Sawubona, bengifuna ukwazi intengo yakho.','2025-10-02 19:04:48');
/*!40000 ALTER TABLE `nbn_wpforms_entry_fields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_wpforms_entry_meta`
--

DROP TABLE IF EXISTS `nbn_wpforms_entry_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_wpforms_entry_meta` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `entry_id` bigint(20) NOT NULL,
  `form_id` bigint(20) NOT NULL,
  `user_id` bigint(20) NOT NULL,
  `status` varchar(30) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `type` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `data` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `entry_id` (`entry_id`),
  KEY `form_id` (`form_id`),
  KEY `type` (`type`),
  KEY `data` (`data`(32))
) ENGINE=InnoDB AUTO_INCREMENT=556 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `nbn_wpforms_entry_meta`
--

LOCK TABLES `nbn_wpforms_entry_meta` WRITE;
/*!40000 ALTER TABLE `nbn_wpforms_entry_meta` DISABLE KEYS */;
INSERT INTO `nbn_wpforms_entry_meta` VALUES (1,1,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-06-15 11:23:57'),(2,1,1943,0,'','page_title','Contact Us','2025-06-15 11:23:57'),(3,1,1943,0,'','page_id','31','2025-06-15 11:23:57'),(4,1,1943,0,'','url_referer','https://aggressivegraphix.com/contact-us/','2025-06-15 11:23:57'),(5,1,1943,0,'','user_id','0','2025-06-15 11:23:57'),(13,3,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-06-15 21:25:57'),(14,3,1943,0,'','page_title','Contact Us','2025-06-15 21:25:57'),(15,3,1943,0,'','page_id','31','2025-06-15 21:25:57'),(16,3,1943,0,'','url_referer','https://aggressivegraphix.com/','2025-06-15 21:25:57'),(17,3,1943,0,'','user_id','0','2025-06-15 21:25:57'),(18,4,1943,1,'','page_url','https://aggressivegraphix.com/contact-us/','2025-06-18 14:27:28'),(19,4,1943,1,'','page_title','Contact Us','2025-06-18 14:27:29'),(20,4,1943,1,'','page_id','31','2025-06-18 14:27:29'),(21,4,1943,1,'','url_referer','https://aggressivegraphix.com/product/graphics-re-print/','2025-06-18 14:27:29'),(22,4,1943,1,'','user_id','1','2025-06-18 14:27:29'),(23,5,2516,1,'','page_url','https://aggressivegraphix.com/wraps-and-tint/color-change-wraps/','2025-06-18 14:27:51'),(24,5,2516,1,'','page_title','Style wraps','2025-06-18 14:27:51'),(25,5,2516,1,'','page_id','1212','2025-06-18 14:27:51'),(26,5,2516,1,'','url_referer','https://aggressivegraphix.com/contact-us/','2025-06-18 14:27:51'),(27,5,2516,1,'','user_id','1','2025-06-18 14:27:51'),(28,6,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-06-19 19:22:15'),(29,6,1943,0,'','page_title','Contact Us','2025-06-19 19:22:15'),(30,6,1943,0,'','page_id','31','2025-06-19 19:22:15'),(31,6,1943,0,'','url_referer','https://aggressivegraphix.com/contact-us/','2025-06-19 19:22:15'),(32,6,1943,0,'','user_id','0','2025-06-19 19:22:15'),(33,7,2516,0,'','page_url','https://aggressivegraphix.com/wraps-and-tint/color-change-wraps/','2025-06-20 12:51:09'),(34,7,2516,0,'','page_title','Style wraps','2025-06-20 12:51:09'),(35,7,2516,0,'','page_id','1212','2025-06-20 12:51:09'),(36,7,2516,0,'','url_referer','','2025-06-20 12:51:09'),(37,7,2516,0,'','user_id','0','2025-06-20 12:51:09'),(73,13,2736,0,'','page_url','https://aggressivegraphix.com/wraps-and-tint/commercial-wraps-and-lettering/?utm_medium=paid&utm_source=ig&utm_id=6806406709278&utm_content=6806406725478&utm_term=6806406710078&utm_campaign=6806406709278&fbclid=PAZXh0bgNhZW0BMABhZGlkAAAGML3i7n4BpxEgkJDLKB3ub0ZFuOk61ZhD7NCGlLK9jJykVVQt8oqSRoyyPUHOerKACf9M_aem_B05_6uMlWwHNibl7knJDYg','2025-06-28 10:26:27'),(74,13,2736,0,'','page_title','Commercial wraps and lettering','2025-06-28 10:26:27'),(75,13,2736,0,'','page_id','1214','2025-06-28 10:26:27'),(76,13,2736,0,'','url_referer','','2025-06-28 10:26:27'),(77,13,2736,0,'','user_id','0','2025-06-28 10:26:27'),(106,18,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-07-02 14:57:23'),(107,18,1943,0,'','page_title','Contact Us','2025-07-02 14:57:23'),(108,18,1943,0,'','page_id','31','2025-07-02 14:57:23'),(109,18,1943,0,'','url_referer','https://aggressivegraphix.com/','2025-07-02 14:57:23'),(110,18,1943,0,'','user_id','0','2025-07-02 14:57:23'),(111,19,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-07-03 03:36:50'),(112,19,1943,0,'','page_title','Contact Us','2025-07-03 03:36:50'),(113,19,1943,0,'','page_id','31','2025-07-03 03:36:50'),(114,19,1943,0,'','url_referer','https://aggressivegraphix.com/contact-us/','2025-07-03 03:36:50'),(115,19,1943,0,'','user_id','0','2025-07-03 03:36:50'),(116,20,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-07-07 11:28:28'),(117,20,1943,0,'','page_title','Contact Us','2025-07-07 11:28:28'),(118,20,1943,0,'','page_id','31','2025-07-07 11:28:28'),(119,20,1943,0,'','url_referer','https://aggressivegraphix.com/contact-us/','2025-07-07 11:28:28'),(120,20,1943,0,'','user_id','0','2025-07-07 11:28:28'),(121,21,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-07-08 08:37:02'),(122,21,1943,0,'','page_title','Contact Us','2025-07-08 08:37:02'),(123,21,1943,0,'','page_id','31','2025-07-08 08:37:02'),(124,21,1943,0,'','url_referer','https://aggressivegraphix.com/contact-us/','2025-07-08 08:37:02'),(125,21,1943,0,'','user_id','0','2025-07-08 08:37:02'),(126,22,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-07-10 11:23:56'),(127,22,1943,0,'','page_title','Contact Us','2025-07-10 11:23:56'),(128,22,1943,0,'','page_id','31','2025-07-10 11:23:56'),(129,22,1943,0,'','url_referer','https://aggressivegraphix.com/contact-us/','2025-07-10 11:23:56'),(130,22,1943,0,'','user_id','0','2025-07-10 11:23:56'),(138,24,2736,0,'','page_url','https://aggressivegraphix.com/wraps-and-tint/commercial-wraps-and-lettering/','2025-07-12 00:53:52'),(139,24,2736,0,'','page_title','Commercial wraps and lettering','2025-07-12 00:53:52'),(140,24,2736,0,'','page_id','1214','2025-07-12 00:53:52'),(141,24,2736,0,'','url_referer','https://aggressivegraphix.com/wraps-and-tint/','2025-07-12 00:53:52'),(142,24,2736,0,'','user_id','0','2025-07-12 00:53:52'),(143,25,2736,0,'','page_url','https://aggressivegraphix.com/wraps-and-tint/commercial-wraps-and-lettering/','2025-07-12 00:56:01'),(144,25,2736,0,'','page_title','Commercial wraps and lettering','2025-07-12 00:56:01'),(145,25,2736,0,'','page_id','1214','2025-07-12 00:56:01'),(146,25,2736,0,'','url_referer','https://aggressivegraphix.com/wraps-and-tint/','2025-07-12 00:56:01'),(147,25,2736,0,'','user_id','0','2025-07-12 00:56:01'),(148,26,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-07-13 17:29:14'),(149,26,1943,0,'','page_title','Contact Us','2025-07-13 17:29:14'),(150,26,1943,0,'','page_id','31','2025-07-13 17:29:14'),(151,26,1943,0,'','url_referer','https://aggressivegraphix.com/contact-us/','2025-07-13 17:29:14'),(152,26,1943,0,'','user_id','0','2025-07-13 17:29:14'),(153,27,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-07-15 10:01:09'),(154,27,1943,0,'','page_title','Contact Us','2025-07-15 10:01:09'),(155,27,1943,0,'','page_id','31','2025-07-15 10:01:09'),(156,27,1943,0,'','url_referer','https://aggressivegraphix.com/contact-us/','2025-07-15 10:01:09'),(157,27,1943,0,'','user_id','0','2025-07-15 10:01:09'),(158,28,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-07-16 17:02:48'),(159,28,1943,0,'','page_title','Contact Us','2025-07-16 17:02:48'),(160,28,1943,0,'','page_id','31','2025-07-16 17:02:48'),(161,28,1943,0,'','url_referer','https://aggressivegraphix.com/product-category/rider-accessories/','2025-07-16 17:02:48'),(162,28,1943,0,'','user_id','0','2025-07-16 17:02:48'),(163,29,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-07-23 08:57:03'),(164,29,1943,0,'','page_title','Contact Us','2025-07-23 08:57:03'),(165,29,1943,0,'','page_id','31','2025-07-23 08:57:03'),(166,29,1943,0,'','url_referer','https://aggressivegraphix.com/contact-us/','2025-07-23 08:57:03'),(167,29,1943,0,'','user_id','0','2025-07-23 08:57:03'),(168,30,2736,0,'','page_url','https://aggressivegraphix.com/wraps-and-tint/commercial-wraps-and-lettering/','2025-07-23 10:42:21'),(169,30,2736,0,'','page_title','Commercial wraps and lettering','2025-07-23 10:42:21'),(170,30,2736,0,'','page_id','1214','2025-07-23 10:42:21'),(171,30,2736,0,'','url_referer','https://aggressivegraphix.com/','2025-07-23 10:42:21'),(172,30,2736,0,'','user_id','0','2025-07-23 10:42:21'),(194,34,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-07-28 02:09:12'),(195,34,1943,0,'','page_title','Contact Us','2025-07-28 02:09:12'),(196,34,1943,0,'','page_id','31','2025-07-28 02:09:12'),(197,34,1943,0,'','url_referer','https://aggressivegraphix.com/contact-us/','2025-07-28 02:09:12'),(198,34,1943,0,'','user_id','0','2025-07-28 02:09:12'),(206,36,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-08-03 09:30:59'),(207,36,1943,0,'','page_title','Contact Us','2025-08-03 09:30:59'),(208,36,1943,0,'','page_id','31','2025-08-03 09:30:59'),(209,36,1943,0,'','url_referer','https://aggressivegraphix.com/contact-us/','2025-08-03 09:30:59'),(210,36,1943,0,'','user_id','0','2025-08-03 09:30:59'),(218,38,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-08-04 15:51:29'),(219,38,1943,0,'','page_title','Contact Us','2025-08-04 15:51:29'),(220,38,1943,0,'','page_id','31','2025-08-04 15:51:29'),(221,38,1943,0,'','url_referer','https://aggressivegraphix.com/contact-us/','2025-08-04 15:51:29'),(222,38,1943,0,'','user_id','0','2025-08-04 15:51:29'),(223,39,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-08-05 15:01:41'),(224,39,1943,0,'','page_title','Contact Us','2025-08-05 15:01:41'),(225,39,1943,0,'','page_id','31','2025-08-05 15:01:41'),(226,39,1943,0,'','url_referer','https://aggressivegraphix.com/contact-us/','2025-08-05 15:01:41'),(227,39,1943,0,'','user_id','0','2025-08-05 15:01:41'),(228,40,2516,1,'','page_url','https://aggressivegraphix.com/wraps-and-tint/color-change-wraps/','2025-08-07 20:17:10'),(229,40,2516,1,'','page_title','Style wraps','2025-08-07 20:17:10'),(230,40,2516,1,'','page_id','1212','2025-08-07 20:17:10'),(231,40,2516,1,'','url_referer','https://aggressivegraphix.com/','2025-08-07 20:17:10'),(232,40,2516,1,'','user_id','1','2025-08-07 20:17:10'),(233,41,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-08-09 00:48:25'),(234,41,1943,0,'','page_title','Contact Us','2025-08-09 00:48:25'),(235,41,1943,0,'','page_id','31','2025-08-09 00:48:25'),(236,41,1943,0,'','url_referer','https://aggressivegraphix.com/contact-us/','2025-08-09 00:48:25'),(237,41,1943,0,'','user_id','0','2025-08-09 00:48:25'),(238,42,2516,0,'','page_url','https://aggressivegraphix.com/wraps-and-tint/color-change-wraps/','2025-08-10 22:11:53'),(239,42,2516,0,'','page_title','Style wraps','2025-08-10 22:11:53'),(240,42,2516,0,'','page_id','1212','2025-08-10 22:11:53'),(241,42,2516,0,'','url_referer','https://aggressivegraphix.com/','2025-08-10 22:11:53'),(242,42,2516,0,'','user_id','0','2025-08-10 22:11:53'),(257,45,2736,0,'','page_url','https://aggressivegraphix.com/wraps-and-tint/commercial-wraps-and-lettering/','2025-08-12 16:32:11'),(258,45,2736,0,'','page_title','Commercial wraps and lettering','2025-08-12 16:32:11'),(259,45,2736,0,'','page_id','1214','2025-08-12 16:32:11'),(260,45,2736,0,'','url_referer','https://aggressivegraphix.com/','2025-08-12 16:32:11'),(261,45,2736,0,'','user_id','0','2025-08-12 16:32:11'),(276,48,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-08-17 15:29:59'),(277,48,1943,0,'','page_title','Contact Us','2025-08-17 15:29:59'),(278,48,1943,0,'','page_id','31','2025-08-17 15:29:59'),(279,48,1943,0,'','url_referer','https://aggressivegraphix.com/contact-us/','2025-08-17 15:29:59'),(280,48,1943,0,'','user_id','0','2025-08-17 15:29:59'),(281,49,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-08-18 23:31:18'),(282,49,1943,0,'','page_title','Contact Us','2025-08-18 23:31:18'),(283,49,1943,0,'','page_id','31','2025-08-18 23:31:18'),(284,49,1943,0,'','url_referer','https://aggressivegraphix.com/','2025-08-18 23:31:18'),(285,49,1943,0,'','user_id','0','2025-08-18 23:31:18'),(286,50,2736,0,'','page_url','https://aggressivegraphix.com/wraps-and-tint/commercial-wraps-and-lettering/','2025-08-19 21:24:41'),(287,50,2736,0,'','page_title','Commercial wraps and lettering','2025-08-19 21:24:41'),(288,50,2736,0,'','page_id','1214','2025-08-19 21:24:41'),(289,50,2736,0,'','url_referer','https://aggressivegraphix.com/shop/','2025-08-19 21:24:41'),(290,50,2736,0,'','user_id','0','2025-08-19 21:24:41'),(291,51,2516,0,'','page_url','https://aggressivegraphix.com/wraps-and-tint/color-change-wraps/','2025-08-19 22:53:50'),(292,51,2516,0,'','page_title','Style wraps','2025-08-19 22:53:50'),(293,51,2516,0,'','page_id','1212','2025-08-19 22:53:50'),(294,51,2516,0,'','url_referer','https://aggressivegraphix.com/wraps-and-tint/','2025-08-19 22:53:50'),(295,51,2516,0,'','user_id','0','2025-08-19 22:53:50'),(296,52,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-08-21 21:22:42'),(297,52,1943,0,'','page_title','Contact Us','2025-08-21 21:22:42'),(298,52,1943,0,'','page_id','31','2025-08-21 21:22:42'),(299,52,1943,0,'','url_referer','https://aggressivegraphix.com/contact-us/','2025-08-21 21:22:42'),(300,52,1943,0,'','user_id','0','2025-08-21 21:22:42'),(301,53,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-08-22 12:33:20'),(302,53,1943,0,'','page_title','Contact Us','2025-08-22 12:33:20'),(303,53,1943,0,'','page_id','31','2025-08-22 12:33:20'),(304,53,1943,0,'','url_referer','https://aggressivegraphix.com/','2025-08-22 12:33:20'),(305,53,1943,0,'','user_id','0','2025-08-22 12:33:20'),(320,56,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-08-25 15:12:09'),(321,56,1943,0,'','page_title','Contact Us','2025-08-25 15:12:09'),(322,56,1943,0,'','page_id','31','2025-08-25 15:12:09'),(323,56,1943,0,'','url_referer','https://aggressivegraphix.com/','2025-08-25 15:12:09'),(324,56,1943,0,'','user_id','0','2025-08-25 15:12:09'),(339,59,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-08-28 14:05:38'),(340,59,1943,0,'','page_title','Contact Us','2025-08-28 14:05:39'),(341,59,1943,0,'','page_id','31','2025-08-28 14:05:39'),(342,59,1943,0,'','url_referer','https://aggressivegraphix.com/','2025-08-28 14:05:39'),(343,59,1943,0,'','user_id','0','2025-08-28 14:05:39'),(344,60,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-08-29 13:36:41'),(345,60,1943,0,'','page_title','Contact Us','2025-08-29 13:36:41'),(346,60,1943,0,'','page_id','31','2025-08-29 13:36:41'),(347,60,1943,0,'','url_referer','https://aggressivegraphix.com/contact-us/','2025-08-29 13:36:41'),(348,60,1943,0,'','user_id','0','2025-08-29 13:36:41'),(349,61,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-08-30 05:57:00'),(350,61,1943,0,'','page_title','Contact Us','2025-08-30 05:57:00'),(351,61,1943,0,'','page_id','31','2025-08-30 05:57:00'),(352,61,1943,0,'','url_referer','','2025-08-30 05:57:00'),(353,61,1943,0,'','user_id','0','2025-08-30 05:57:00'),(354,62,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-08-30 19:26:26'),(355,62,1943,0,'','page_title','Contact Us','2025-08-30 19:26:26'),(356,62,1943,0,'','page_id','31','2025-08-30 19:26:26'),(357,62,1943,0,'','url_referer','https://aggressivegraphix.com/contact-us/','2025-08-30 19:26:26'),(358,62,1943,0,'','user_id','0','2025-08-30 19:26:26'),(380,66,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-09-06 04:29:51'),(381,66,1943,0,'','page_title','Contact Us','2025-09-06 04:29:51'),(382,66,1943,0,'','page_id','31','2025-09-06 04:29:51'),(383,66,1943,0,'','url_referer','https://aggressivegraphix.com/contact-us/','2025-09-06 04:29:51'),(384,66,1943,0,'','user_id','0','2025-09-06 04:29:51'),(392,68,2736,0,'','page_url','https://aggressivegraphix.com/wraps-and-tint/commercial-wraps-and-lettering/','2025-09-07 15:18:11'),(393,68,2736,0,'','page_title','Commercial wraps and lettering','2025-09-07 15:18:11'),(394,68,2736,0,'','page_id','1214','2025-09-07 15:18:11'),(395,68,2736,0,'','url_referer','https://aggressivegraphix.com/our-work/','2025-09-07 15:18:11'),(396,68,2736,0,'','user_id','0','2025-09-07 15:18:11'),(404,70,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-09-08 07:57:07'),(405,70,1943,0,'','page_title','Contact Us','2025-09-08 07:57:07'),(406,70,1943,0,'','page_id','31','2025-09-08 07:57:07'),(407,70,1943,0,'','url_referer','https://aggressivegraphix.com/contact-us/','2025-09-08 07:57:07'),(408,70,1943,0,'','user_id','0','2025-09-08 07:57:07'),(423,73,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-09-11 23:05:56'),(424,73,1943,0,'','page_title','Contact Us','2025-09-11 23:05:56'),(425,73,1943,0,'','page_id','31','2025-09-11 23:05:56'),(426,73,1943,0,'','url_referer','https://aggressivegraphix.com/contact-us/','2025-09-11 23:05:56'),(427,73,1943,0,'','user_id','0','2025-09-11 23:05:56'),(428,74,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-09-15 10:05:54'),(429,74,1943,0,'','page_title','Contact Us','2025-09-15 10:05:54'),(430,74,1943,0,'','page_id','31','2025-09-15 10:05:54'),(431,74,1943,0,'','url_referer','https://aggressivegraphix.com/contact-us/','2025-09-15 10:05:54'),(432,74,1943,0,'','user_id','0','2025-09-15 10:05:54'),(433,75,2516,0,'','page_url','https://aggressivegraphix.com/wraps-and-tint/color-change-wraps/','2025-09-18 02:26:42'),(434,75,2516,0,'','page_title','Style wraps','2025-09-18 02:26:42'),(435,75,2516,0,'','page_id','1212','2025-09-18 02:26:42'),(436,75,2516,0,'','url_referer','https://aggressivegraphix.com/','2025-09-18 02:26:42'),(437,75,2516,0,'','user_id','0','2025-09-18 02:26:42'),(438,76,2677,0,'','page_url','https://aggressivegraphix.com/wraps-and-tint/window-tint/','2025-09-18 15:59:47'),(439,76,2677,0,'','page_title','Window Tint Services','2025-09-18 15:59:47'),(440,76,2677,0,'','page_id','1216','2025-09-18 15:59:47'),(441,76,2677,0,'','url_referer','https://aggressivegraphix.com/wraps-and-tint/','2025-09-18 15:59:47'),(442,76,2677,0,'','user_id','0','2025-09-18 15:59:47'),(443,77,2516,0,'','page_url','https://aggressivegraphix.com/wraps-and-tint/color-change-wraps/','2025-09-22 20:16:29'),(444,77,2516,0,'','page_title','Style wraps','2025-09-22 20:16:29'),(445,77,2516,0,'','page_id','1212','2025-09-22 20:16:29'),(446,77,2516,0,'','url_referer','https://aggressivegraphix.com/wraps-and-tint/','2025-09-22 20:16:29'),(447,77,2516,0,'','user_id','0','2025-09-22 20:16:29'),(448,78,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-09-24 08:42:59'),(449,78,1943,0,'','page_title','Contact Us','2025-09-24 08:42:59'),(450,78,1943,0,'','page_id','31','2025-09-24 08:42:59'),(451,78,1943,0,'','url_referer','https://aggressivegraphix.com/contact-us/','2025-09-24 08:42:59'),(452,78,1943,0,'','user_id','0','2025-09-24 08:42:59'),(453,78,1943,0,'','spam','Honeypot V2','2025-09-24 08:42:59'),(454,78,1943,0,'','post_data_raw','{\"page_url\":\"https:\\/\\/aggressivegraphix.com\\/contact-us\\/\"}','2025-09-24 08:42:59'),(455,79,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-09-24 11:05:44'),(456,79,1943,0,'','page_title','Contact Us','2025-09-24 11:05:44'),(457,79,1943,0,'','page_id','31','2025-09-24 11:05:44'),(458,79,1943,0,'','url_referer','https://aggressivegraphix.com/contact-us/','2025-09-24 11:05:44'),(459,79,1943,0,'','user_id','0','2025-09-24 11:05:44'),(460,79,1943,0,'','spam','Honeypot V2','2025-09-24 11:05:44'),(461,79,1943,0,'','post_data_raw','{\"page_url\":\"https:\\/\\/aggressivegraphix.com\\/contact-us\\/\"}','2025-09-24 11:05:44'),(462,80,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-09-24 13:29:30'),(463,80,1943,0,'','page_title','Contact Us','2025-09-24 13:29:30'),(464,80,1943,0,'','page_id','31','2025-09-24 13:29:30'),(465,80,1943,0,'','url_referer','https://aggressivegraphix.com/contact-us/','2025-09-24 13:29:30'),(466,80,1943,0,'','user_id','0','2025-09-24 13:29:30'),(467,80,1943,0,'','spam','Honeypot V2','2025-09-24 13:29:30'),(468,80,1943,0,'','post_data_raw','{\"page_url\":\"https:\\/\\/aggressivegraphix.com\\/contact-us\\/\"}','2025-09-24 13:29:30'),(469,81,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-09-25 01:53:00'),(470,81,1943,0,'','page_title','Contact Us','2025-09-25 01:53:00'),(471,81,1943,0,'','page_id','31','2025-09-25 01:53:00'),(472,81,1943,0,'','url_referer','https://aggressivegraphix.com/about-us/','2025-09-25 01:53:00'),(473,81,1943,0,'','user_id','0','2025-09-25 01:53:00'),(474,82,2736,0,'','page_url','https://aggressivegraphix.com/wraps-and-tint/commercial-wraps-and-lettering/','2025-09-25 02:03:47'),(475,82,2736,0,'','page_title','Commercial wraps and lettering','2025-09-25 02:03:47'),(476,82,2736,0,'','page_id','1214','2025-09-25 02:03:47'),(477,82,2736,0,'','url_referer','https://aggressivegraphix.com/','2025-09-25 02:03:47'),(478,82,2736,0,'','user_id','0','2025-09-25 02:03:47'),(479,83,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-09-25 14:34:14'),(480,83,1943,0,'','page_title','Contact Us','2025-09-25 14:34:14'),(481,83,1943,0,'','page_id','31','2025-09-25 14:34:14'),(482,83,1943,0,'','url_referer','https://aggressivegraphix.com/contact-us/','2025-09-25 14:34:14'),(483,83,1943,0,'','user_id','0','2025-09-25 14:34:14'),(484,84,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-09-25 20:14:26'),(485,84,1943,0,'','page_title','Contact Us','2025-09-25 20:14:26'),(486,84,1943,0,'','page_id','31','2025-09-25 20:14:26'),(487,84,1943,0,'','url_referer','https://aggressivegraphix.com/contact-us/','2025-09-25 20:14:26'),(488,84,1943,0,'','user_id','0','2025-09-25 20:14:26'),(489,84,1943,0,'','spam','Honeypot V2','2025-09-25 20:14:26'),(490,84,1943,0,'','post_data_raw','{\"page_url\":\"https:\\/\\/aggressivegraphix.com\\/contact-us\\/\"}','2025-09-25 20:14:26'),(491,85,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-09-26 15:55:55'),(492,85,1943,0,'','page_title','Contact Us','2025-09-26 15:55:55'),(493,85,1943,0,'','page_id','31','2025-09-26 15:55:55'),(494,85,1943,0,'','url_referer','https://aggressivegraphix.com/','2025-09-26 15:55:55'),(495,85,1943,0,'','user_id','0','2025-09-26 15:55:55'),(496,86,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-09-28 09:27:25'),(497,86,1943,0,'','page_title','Contact Us','2025-09-28 09:27:25'),(498,86,1943,0,'','page_id','31','2025-09-28 09:27:25'),(499,86,1943,0,'','url_referer','https://aggressivegraphix.com/contact-us/','2025-09-28 09:27:25'),(500,86,1943,0,'','user_id','0','2025-09-28 09:27:25'),(501,87,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-09-29 11:55:30'),(502,87,1943,0,'','page_title','Contact Us','2025-09-29 11:55:30'),(503,87,1943,0,'','page_id','31','2025-09-29 11:55:30'),(504,87,1943,0,'','url_referer','https://aggressivegraphix.com/contact-us/','2025-09-29 11:55:30'),(505,87,1943,0,'','user_id','0','2025-09-29 11:55:30'),(506,88,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-09-30 13:52:49'),(507,88,1943,0,'','page_title','Contact Us','2025-09-30 13:52:49'),(508,88,1943,0,'','page_id','31','2025-09-30 13:52:49'),(509,88,1943,0,'','url_referer','https://aggressivegraphix.com/my-account/lost-password/','2025-09-30 13:52:49'),(510,88,1943,0,'','user_id','0','2025-09-30 13:52:49'),(511,89,2516,0,'','page_url','https://aggressivegraphix.com/wraps-and-tint/color-change-wraps/','2025-09-30 17:14:44'),(512,89,2516,0,'','page_title','Style wraps','2025-09-30 17:14:44'),(513,89,2516,0,'','page_id','1212','2025-09-30 17:14:44'),(514,89,2516,0,'','url_referer','https://aggressivegraphix.com/','2025-09-30 17:14:44'),(515,89,2516,0,'','user_id','0','2025-09-30 17:14:44'),(516,90,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-09-30 18:47:40'),(517,90,1943,0,'','page_title','Contact Us','2025-09-30 18:47:40'),(518,90,1943,0,'','page_id','31','2025-09-30 18:47:40'),(519,90,1943,0,'','url_referer','https://aggressivegraphix.com/our-work/','2025-09-30 18:47:40'),(520,90,1943,0,'','user_id','0','2025-09-30 18:47:40'),(521,91,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-10-01 13:17:54'),(522,91,1943,0,'','page_title','Contact Us','2025-10-01 13:17:54'),(523,91,1943,0,'','page_id','31','2025-10-01 13:17:54'),(524,91,1943,0,'','url_referer','https://aggressivegraphix.com/contact-us/','2025-10-01 13:17:54'),(525,91,1943,0,'','user_id','0','2025-10-01 13:17:54'),(526,91,1943,0,'','spam','Honeypot V2','2025-10-01 13:17:54'),(527,91,1943,0,'','post_data_raw','{\"page_url\":\"https:\\/\\/aggressivegraphix.com\\/contact-us\\/\"}','2025-10-01 13:17:54'),(528,92,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-10-02 02:01:31'),(529,92,1943,0,'','page_title','Contact Us','2025-10-02 02:01:31'),(530,92,1943,0,'','page_id','31','2025-10-02 02:01:31'),(531,92,1943,0,'','url_referer','https://aggressivegraphix.com/contact-us/','2025-10-02 02:01:31'),(532,92,1943,0,'','user_id','0','2025-10-02 02:01:31'),(533,92,1943,0,'','spam','Honeypot V2','2025-10-02 02:01:31'),(534,92,1943,0,'','post_data_raw','{\"page_url\":\"https:\\/\\/aggressivegraphix.com\\/contact-us\\/\"}','2025-10-02 02:01:31'),(535,93,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-10-02 02:04:32'),(536,93,1943,0,'','page_title','Contact Us','2025-10-02 02:04:32'),(537,93,1943,0,'','page_id','31','2025-10-02 02:04:32'),(538,93,1943,0,'','url_referer','https://aggressivegraphix.com/contact-us/','2025-10-02 02:04:32'),(539,93,1943,0,'','user_id','0','2025-10-02 02:04:32'),(540,93,1943,0,'','spam','Honeypot V2','2025-10-02 02:04:32'),(541,93,1943,0,'','post_data_raw','{\"page_url\":\"https:\\/\\/aggressivegraphix.com\\/contact-us\\/\"}','2025-10-02 02:04:32'),(542,94,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-10-02 08:37:34'),(543,94,1943,0,'','page_title','Contact Us','2025-10-02 08:37:34'),(544,94,1943,0,'','page_id','31','2025-10-02 08:37:34'),(545,94,1943,0,'','url_referer','https://aggressivegraphix.com/contact-us/','2025-10-02 08:37:34'),(546,94,1943,0,'','user_id','0','2025-10-02 08:37:34'),(547,94,1943,0,'','spam','Honeypot V2','2025-10-02 08:37:34'),(548,94,1943,0,'','post_data_raw','{\"page_url\":\"https:\\/\\/aggressivegraphix.com\\/contact-us\\/\"}','2025-10-02 08:37:34'),(549,95,1943,0,'','page_url','https://aggressivegraphix.com/contact-us/','2025-10-02 19:04:48'),(550,95,1943,0,'','page_title','Contact Us','2025-10-02 19:04:48'),(551,95,1943,0,'','page_id','31','2025-10-02 19:04:48'),(552,95,1943,0,'','url_referer','https://aggressivegraphix.com/contact-us/','2025-10-02 19:04:48'),(553,95,1943,0,'','user_id','0','2025-10-02 19:04:48'),(554,95,1943,0,'','spam','Honeypot V2','2025-10-02 19:04:48'),(555,95,1943,0,'','post_data_raw','{\"page_url\":\"https:\\/\\/aggressivegraphix.com\\/contact-us\\/\"}','2025-10-02 19:04:48');
/*!40000 ALTER TABLE `nbn_wpforms_entry_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_wpforms_file_restrictions`
--

DROP TABLE IF EXISTS `nbn_wpforms_file_restrictions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_wpforms_file_restrictions` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `form_id` bigint(20) NOT NULL,
  `field_id` bigint(20) NOT NULL,
  `password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `rules` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `form_id` (`form_id`),
  KEY `field_id` (`field_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `nbn_wpforms_file_restrictions`
--

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

--
-- Table structure for table `nbn_wpforms_logs`
--

DROP TABLE IF EXISTS `nbn_wpforms_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_wpforms_logs` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `message` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `types` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `create_at` datetime NOT NULL,
  `form_id` bigint(20) DEFAULT NULL,
  `entry_id` bigint(20) DEFAULT NULL,
  `user_id` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=58 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `nbn_wpforms_logs`
--

LOCK TABLES `nbn_wpforms_logs` WRITE;
/*!40000 ALTER TABLE `nbn_wpforms_logs` DISABLE KEYS */;
INSERT INTO `nbn_wpforms_logs` VALUES (1,'Migration','Migration of WPForms to 1.9.1.6 is fully completed.','log','2024-10-28 23:45:40',0,0,0),(2,'Migration','Migration of WPForms to 1.9.2 started.','log','2024-11-07 21:50:45',0,0,0),(3,'Migration','Migration of WPForms to 1.9.2 completed.','log','2024-11-07 21:50:54',0,0,0),(4,'Migration','Migration of WPForms to 1.9.2.1 is fully completed.','log','2024-11-07 21:50:54',0,0,0),(5,'Migration','Migration of WPForms to 1.9.2.2 is fully completed.','log','2024-11-18 20:37:09',0,0,0),(6,'Migration','Migration of WPForms to 1.9.2.3 is fully completed.','log','2024-12-04 11:26:10',0,0,0),(7,'Migration','Migration of WPForms Pro to 1.9.2.3 is fully completed.','log','2025-01-02 17:56:41',0,0,1),(8,'Migration','Migration of WPForms PayPal Commerce to 1.3.0 started.','log','2025-01-02 18:26:18',0,0,1),(9,'Migration','Migration of WPForms PayPal Commerce to 1.3.0 completed.','log','2025-01-02 18:26:18',0,0,1),(10,'Migration','Migration of WPForms PayPal Commerce to 1.12.0 is fully completed.','log','2025-01-02 18:26:18',0,0,1),(11,'Migration','Migration of WPForms PayPal Standard to 1.5.0 started.','log','2025-01-02 18:26:32',0,0,1),(12,'Migration','Migration of WPForms PayPal Standard to 1.5.0 completed.','log','2025-01-02 18:27:34',0,0,1),(13,'Migration','Migration of WPForms PayPal Standard to 1.10.0 is fully completed.','log','2025-01-02 18:27:34',0,0,1),(14,'Migration','Migration of WPForms to 1.9.3 is fully completed.','log','2025-01-14 20:07:22',0,0,0),(15,'Migration','Migration of WPForms Pro to 1.9.3 is fully completed.','log','2025-01-14 20:07:22',0,0,0),(16,'Migration','Migration of WPForms to 1.9.3.1 is fully completed.','log','2025-01-16 20:47:32',0,0,0),(17,'Migration','Migration of WPForms Pro to 1.9.3.1 is fully completed.','log','2025-01-16 20:47:32',0,0,0),(18,'Migration','Migration of WPForms to 1.9.3.2 is fully completed.','log','2025-01-28 22:27:59',0,0,0),(19,'Migration','Migration of WPForms Pro to 1.9.3.2 is fully completed.','log','2025-01-28 22:27:59',0,0,0),(20,'Migration','Migration of WPForms Pro to 1.9.4 started.','log','2025-02-26 04:15:53',0,0,0),(21,'Migration','Migration of WPForms Pro to 1.9.4 completed.','log','2025-02-26 04:15:53',0,0,0),(22,'Migration','Migration of WPForms to 1.9.4 is fully completed.','log','2025-02-26 04:15:53',0,0,0),(23,'Migration','Migration of WPForms Pro to 1.9.4 is fully completed.','log','2025-02-26 04:15:53',0,0,0),(24,'Migration','Migration of WPForms to 1.9.4.1 is fully completed.','log','2025-02-27 22:21:17',0,0,0),(25,'Migration','Migration of WPForms Pro to 1.9.4.1 is fully completed.','log','2025-02-27 22:21:17',0,0,0),(26,'Migration','Migration of WPForms PayPal Commerce to 1.13.0 is fully completed.','log','2025-03-06 04:27:40',0,0,0),(27,'Migration','Migration of WPForms to 1.9.4.2 is fully completed.','log','2025-03-13 09:54:13',0,0,0),(28,'Migration','Migration of WPForms Pro to 1.9.4.2 is fully completed.','log','2025-03-13 09:54:13',0,0,0),(29,'Migration','Migration of WPForms to 1.9.5 is fully completed.','log','2025-04-22 18:56:54',0,0,1),(30,'Migration','Migration of WPForms Pro to 1.9.5 is fully completed.','log','2025-04-22 18:56:54',0,0,1),(31,'Migration','Migration of WPForms to 1.9.5.1 is fully completed.','log','2025-04-30 02:41:03',0,0,0),(32,'Migration','Migration of WPForms Pro to 1.9.5.1 is fully completed.','log','2025-04-30 02:41:03',0,0,0),(33,'Migration','Migration of WPForms to 1.9.5.2 is fully completed.','log','2025-05-05 22:10:54',0,0,0),(34,'Migration','Migration of WPForms Pro to 1.9.5.2 is fully completed.','log','2025-05-05 22:10:54',0,0,0),(35,'Migration','Migration of WPForms to 1.9.6 is fully completed.','log','2025-06-04 09:56:23',0,0,0),(36,'Migration','Migration of WPForms Pro to 1.9.6 is fully completed.','log','2025-06-04 09:56:23',0,0,0),(37,'Migration','Migration of WPForms to 1.9.6.1 is fully completed.','log','2025-06-17 15:58:24',0,0,1),(38,'Migration','Migration of WPForms Pro to 1.9.6.1 is fully completed.','log','2025-06-17 15:58:24',0,0,1),(39,'Migration','Migration of WPForms to 1.9.6.2 is fully completed.','log','2025-07-08 19:55:17',0,0,0),(40,'Migration','Migration of WPForms Pro to 1.9.6.2 is fully completed.','log','2025-07-08 19:55:17',0,0,0),(41,'Migration','Migration of WPForms to 1.9.7 started.','log','2025-07-29 19:50:49',0,0,0),(42,'Migration','Migration of WPForms Pro to 1.9.7 is fully completed.','log','2025-07-29 19:50:49',0,0,0),(43,'Migration','Migration of WPForms Pro to 1.9.7.1 is fully completed.','log','2025-07-31 19:48:35',0,0,0),(44,'Migration','Migration of WPForms Pro to 1.9.7.2 is fully completed.','log','2025-08-07 19:49:28',0,0,0),(45,'Migration','Migration of WPForms to 1.9.7 completed.','log','2025-08-11 16:25:54',0,0,1),(46,'Migration','Migration of WPForms to 1.9.7.3 is fully completed.','log','2025-08-11 16:25:54',0,0,1),(47,'Migration','Migration of WPForms Pro to 1.9.7.3 is fully completed.','log','2025-08-11 16:25:55',0,0,1),(48,'Migration','Migration of WPForms Pro to 1.9.8 started.','log','2025-09-23 16:03:37',0,0,1),(49,'Migration','Migration of WPForms Pro to 1.9.8 completed.','log','2025-09-23 16:03:37',0,0,1),(50,'Migration','Migration of WPForms to 1.9.8 is fully completed.','log','2025-09-23 16:03:37',0,0,1),(51,'Migration','Migration of WPForms Pro to 1.9.8 is fully completed.','log','2025-09-23 16:03:37',0,0,1),(52,'Migration','Migration of WPForms PayPal Standard to 1.9.8 is fully completed.','log','2025-09-23 16:03:37',0,0,1),(53,'Migration','Migration of WPForms PayPal Commerce to 1.9.8 is fully completed.','log','2025-09-23 16:03:37',0,0,1),(54,'Migration','Migration of WPForms to 1.9.8.1 is fully completed.','log','2025-09-25 19:54:41',0,0,0),(55,'Migration','Migration of WPForms Pro to 1.9.8.1 is fully completed.','log','2025-09-25 19:54:41',0,0,0),(56,'Migration','Migration of WPForms PayPal Standard to 1.9.8.1 is fully completed.','log','2025-09-25 19:54:41',0,0,0),(57,'Migration','Migration of WPForms PayPal Commerce to 1.9.8.1 is fully completed.','log','2025-09-25 19:54:41',0,0,0);
/*!40000 ALTER TABLE `nbn_wpforms_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_wpforms_payment_meta`
--

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

--
-- Dumping data for table `nbn_wpforms_payment_meta`
--

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

--
-- Table structure for table `nbn_wpforms_payments`
--

DROP TABLE IF EXISTS `nbn_wpforms_payments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_wpforms_payments` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `form_id` bigint(20) NOT NULL,
  `status` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `subtotal_amount` decimal(26,8) NOT NULL DEFAULT '0.00000000',
  `discount_amount` decimal(26,8) NOT NULL DEFAULT '0.00000000',
  `total_amount` decimal(26,8) NOT NULL DEFAULT '0.00000000',
  `currency` varchar(3) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `entry_id` bigint(20) NOT NULL DEFAULT '0',
  `gateway` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `type` varchar(12) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `mode` varchar(4) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `transaction_id` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `customer_id` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `subscription_id` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `subscription_status` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `title` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `date_created_gmt` datetime NOT NULL,
  `date_updated_gmt` datetime NOT NULL,
  `is_published` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `form_id` (`form_id`),
  KEY `status` (`status`(8)),
  KEY `total_amount` (`total_amount`),
  KEY `type` (`type`(8)),
  KEY `transaction_id` (`transaction_id`(32)),
  KEY `customer_id` (`customer_id`(32)),
  KEY `subscription_id` (`subscription_id`(32)),
  KEY `subscription_status` (`subscription_status`(8)),
  KEY `title` (`title`(64))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `nbn_wpforms_payments`
--

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

--
-- Table structure for table `nbn_wpforms_protected_files`
--

DROP TABLE IF EXISTS `nbn_wpforms_protected_files`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_wpforms_protected_files` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `entry_id` bigint(20) NOT NULL,
  `form_id` bigint(20) NOT NULL,
  `restriction_id` bigint(20) NOT NULL,
  `hash` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `file` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `last_usage_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `entry_id` (`entry_id`),
  KEY `form_id` (`form_id`),
  KEY `restriction_id` (`restriction_id`),
  KEY `hash` (`hash`(32))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `nbn_wpforms_protected_files`
--

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

--
-- Table structure for table `nbn_wpforms_tasks_meta`
--

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

--
-- Dumping data for table `nbn_wpforms_tasks_meta`
--

LOCK TABLES `nbn_wpforms_tasks_meta` WRITE;
/*!40000 ALTER TABLE `nbn_wpforms_tasks_meta` DISABLE KEYS */;
INSERT INTO `nbn_wpforms_tasks_meta` VALUES (1,'wpforms_process_forms_locator_scan','W10=','2024-10-27 18:50:34'),(2,'wpforms_process_purge_spam','W10=','2024-10-27 18:50:34'),(4,'wpforms_admin_addons_cache_update','W10=','2024-10-27 19:49:24'),(5,'wpforms_admin_builder_templates_cache_update','W10=','2024-10-27 19:49:47'),(74,'wpforms_builder_help_cache_update','W10=','2025-01-02 17:35:10'),(75,'wpforms_process_forms_locator_scan','W10=','2025-01-02 17:58:37'),(76,'wpforms_process_purge_spam','W10=','2025-01-02 17:58:37'),(77,'wpforms_admin_addons_cache_update','W10=','2025-01-02 17:58:38'),(78,'wpforms_pro_core_info_cache_update','W10=','2025-01-02 17:58:38'),(79,'wpforms-pro_license_api_plugin-update_cache','W10=','2025-01-02 17:58:38'),(80,'wpforms-pro_license_api_plugin-info_cache','W10=','2025-01-02 17:58:38'),(81,'wpforms-pro_license_api_validate-key_cache','W10=','2025-01-02 17:58:38'),(82,'wpforms_builder_help_cache_update','W10=','2025-01-02 17:58:38'),(83,'wpforms_admin_builder_templates_cache_update','W10=','2025-01-02 17:58:38'),(152,'wpforms-pro_license_api_plugin-updates_cache','W10=','2025-02-26 04:15:56'),(155,'wpforms_process_forms_locator_scan','W10=','2025-10-01 13:24:51'),(156,'wpforms_process_purge_spam','W10=','2025-10-01 13:24:51'),(157,'wpforms_pro_core_info_cache_update','W10=','2025-10-01 13:24:53'),(158,'wpforms-pro_license_api_plugin-updates_cache','W10=','2025-10-01 13:24:53'),(159,'wpforms-pro_license_api_validate-key_cache','W10=','2025-10-01 13:24:53');
/*!40000 ALTER TABLE `nbn_wpforms_tasks_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_yoast_indexable`
--

DROP TABLE IF EXISTS `nbn_yoast_indexable`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_yoast_indexable` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `permalink` longtext COLLATE utf8mb4_unicode_520_ci,
  `permalink_hash` varchar(40) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `object_id` bigint(20) DEFAULT NULL,
  `object_type` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `object_sub_type` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `author_id` bigint(20) DEFAULT NULL,
  `post_parent` bigint(20) DEFAULT NULL,
  `title` text COLLATE utf8mb4_unicode_520_ci,
  `description` mediumtext COLLATE utf8mb4_unicode_520_ci,
  `breadcrumb_title` text COLLATE utf8mb4_unicode_520_ci,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `is_public` tinyint(1) DEFAULT NULL,
  `is_protected` tinyint(1) DEFAULT '0',
  `has_public_posts` tinyint(1) DEFAULT NULL,
  `number_of_pages` int(11) unsigned DEFAULT NULL,
  `canonical` longtext COLLATE utf8mb4_unicode_520_ci,
  `primary_focus_keyword` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `primary_focus_keyword_score` int(3) DEFAULT NULL,
  `readability_score` int(3) DEFAULT NULL,
  `is_cornerstone` tinyint(1) DEFAULT '0',
  `is_robots_noindex` tinyint(1) DEFAULT '0',
  `is_robots_nofollow` tinyint(1) DEFAULT '0',
  `is_robots_noarchive` tinyint(1) DEFAULT '0',
  `is_robots_noimageindex` tinyint(1) DEFAULT '0',
  `is_robots_nosnippet` tinyint(1) DEFAULT '0',
  `twitter_title` text COLLATE utf8mb4_unicode_520_ci,
  `twitter_image` longtext COLLATE utf8mb4_unicode_520_ci,
  `twitter_description` longtext COLLATE utf8mb4_unicode_520_ci,
  `twitter_image_id` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `twitter_image_source` text COLLATE utf8mb4_unicode_520_ci,
  `open_graph_title` text COLLATE utf8mb4_unicode_520_ci,
  `open_graph_description` longtext COLLATE utf8mb4_unicode_520_ci,
  `open_graph_image` longtext COLLATE utf8mb4_unicode_520_ci,
  `open_graph_image_id` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `open_graph_image_source` text COLLATE utf8mb4_unicode_520_ci,
  `open_graph_image_meta` mediumtext COLLATE utf8mb4_unicode_520_ci,
  `link_count` int(11) DEFAULT NULL,
  `incoming_link_count` int(11) DEFAULT NULL,
  `prominent_words_version` int(11) unsigned DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `blog_id` bigint(20) NOT NULL DEFAULT '1',
  `language` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `region` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schema_page_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schema_article_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `has_ancestors` tinyint(1) DEFAULT '0',
  `estimated_reading_time_minutes` int(11) DEFAULT NULL,
  `version` int(11) DEFAULT '1',
  `object_last_modified` datetime DEFAULT NULL,
  `object_published_at` datetime DEFAULT NULL,
  `inclusive_language_score` int(3) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`),
  KEY `object_id_and_type` (`object_id`,`object_type`),
  KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`),
  KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`),
  KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`),
  KEY `published_sitemap_index` (`object_published_at`,`is_robots_noindex`,`object_type`,`object_sub_type`)
) ENGINE=InnoDB AUTO_INCREMENT=149 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `nbn_yoast_indexable`
--

LOCK TABLES `nbn_yoast_indexable` WRITE;
/*!40000 ALTER TABLE `nbn_yoast_indexable` DISABLE KEYS */;
INSERT INTO `nbn_yoast_indexable` VALUES (2,'https://aggressivegraphix.com/','30:261ffeacdcbe080aa7e81a75004d628d',NULL,'home-page',NULL,NULL,NULL,'%%sitename%% %%page%% %%sep%% %%sitedesc%%','Graphics designed with you, not for you','Home',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,'%%sitename%%','','','0',NULL,NULL,NULL,NULL,NULL,'2024-10-27 19:00:07','2025-10-03 20:52:35',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-10-03 14:52:35',NULL,NULL),(3,'https://aggressivegraphix.com/website_675b3277/product-category/uncategorized/','78:cf6532d4ceb018ecff3d9bc63d272b1d',19,'term','product_cat',NULL,NULL,NULL,NULL,'Uncategorized',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-27 19:49:16','2025-02-20 23:59:46',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),(4,'https://aggressivegraphix.com/website_675b3277/shop/','52:756bf6c12e6a01c659e6c9c74ba629fb',6,'post','page',1,0,NULL,NULL,'Shop','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,NULL,'2024-10-27 19:49:18','2024-12-19 20:46:38',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-11-01 00:43:16','2024-10-27 19:49:18',0),(5,'https://aggressivegraphix.com/website_675b3277/cart/','52:24aeec2b3f903d344e888dced25ec08f',7,'post','page',1,0,NULL,NULL,'Cart','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,0,NULL,'2024-10-27 19:49:18','2025-02-11 16:42:24',1,NULL,NULL,NULL,NULL,0,1,2,'2024-12-19 20:46:40','2024-10-27 19:49:18',0),(6,'https://aggressivegraphix.com/checkout/','39:61989172e14354ca564d69ff01ab86ae',8,'post','page',1,0,NULL,NULL,'Checkout','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-27 19:49:18','2025-09-28 00:07:43',1,NULL,NULL,NULL,NULL,0,0,2,'2025-09-27 18:07:43','2024-10-27 19:49:18',0),(7,'https://aggressivegraphix.com/website_675b3277/my-account/','58:fc75b764e9a1274bbfd51454a8c32ea9',9,'post','page',1,0,NULL,NULL,'My account','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-27 19:49:18','2024-12-19 04:44:20',1,NULL,NULL,NULL,NULL,0,1,2,'2024-12-18 21:44:20','2024-10-27 19:49:18',0),(8,'https://aggressivegraphix.com/terms_conditions/','47:1f49dea1edbc6aa041d2fe075b20bf86',10,'post','page',1,0,NULL,NULL,'Terms and Conditions','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-27 19:49:18','2025-09-28 00:16:14',1,NULL,NULL,NULL,NULL,0,2,2,'2025-09-27 18:16:13','2025-08-12 16:33:14',0),(10,NULL,NULL,NULL,'system-page','404',NULL,NULL,'Page not found %%sep%% %%sitename%%',NULL,'Error 404: Page not found',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-10-27 19:51:52','2024-10-28 01:51:52',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL,NULL),(11,NULL,NULL,NULL,'system-page','search-result',NULL,NULL,'You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%',NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-10-27 19:51:52','2024-10-28 01:51:52',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL,NULL),(12,NULL,NULL,NULL,'date-archive',NULL,NULL,NULL,'%%date%% %%page%% %%sep%% %%sitename%%','',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-10-27 19:51:52','2024-10-28 01:51:52',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL,NULL),(13,'https://aggressivegraphix.com/privacy-policy/','45:4500dc00bb4c2be052d206230bd1b9bb',3,'post','page',1,0,NULL,NULL,'Privacy Policy','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-27 19:51:52','2025-08-12 22:46:20',1,NULL,NULL,NULL,NULL,0,2,2,'2025-08-12 16:46:20','2024-10-27 18:47:56',0),(14,'https://aggressivegraphix.com/','30:261ffeacdcbe080aa7e81a75004d628d',2,'post','page',1,0,NULL,'Wraps designed with you, not for you. Tailored wrap designs from scratch for your dirt bike, quad, or vehicle for color change or commercial','Home','publish',NULL,0,NULL,NULL,NULL,'vehicle wraps car',50,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/08/aggressivegraphix-profile.webp',NULL,'3428','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/08/aggressivegraphix-profile.webp','3428','featured-image','{\"width\":360,\"height\":360,\"filesize\":25200,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/08/aggressivegraphix-profile.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/08/aggressivegraphix-profile.webp\",\"size\":\"full\",\"id\":3428,\"alt\":\"\",\"pixels\":129600,\"type\":\"image/webp\"}',0,NULL,NULL,'2024-10-27 19:51:52','2025-09-18 01:57:34',1,NULL,NULL,NULL,NULL,0,1,2,'2025-09-17 19:57:34','2024-10-27 18:47:56',0),(16,'https://aggressivegraphix.com/website_675b3277/shop/','52:756bf6c12e6a01c659e6c9c74ba629fb',NULL,'post-type-archive','product',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Products',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-10-27 19:51:52','2025-10-03 20:52:35',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-10-03 14:52:35',NULL,NULL),(17,'https://aggressivegraphix.com/website_675b3277/category/uncategorized/','70:750cac182f7e4afefaf1dc5e714bc50e',1,'term','category',NULL,NULL,NULL,NULL,'Uncategorized',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-27 19:51:53','2024-10-28 01:51:53',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-10-27 18:47:56','2024-10-27 18:47:56',NULL),(18,'https://aggressivegraphix.com/website_675b3277/contact-us/','58:cf03aff8d147c06f5e2b09fd07148865',31,'post','page',1,0,NULL,NULL,'Contact Us','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-27 20:54:50','2024-10-28 04:32:31',1,NULL,NULL,NULL,NULL,0,1,2,'2024-10-27 22:32:31','2024-10-27 20:57:18',0),(19,'https://aggressivegraphix.com/our-work/','39:2ca2ad7ecd3a821fbddc9abc7189607d',82,'post','page',1,0,NULL,NULL,'Our Work','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,NULL,'2024-10-27 23:02:54','2025-08-20 23:54:07',1,NULL,NULL,NULL,NULL,0,1,2,'2025-08-20 17:54:07','2024-10-27 23:34:43',0),(20,'https://aggressivegraphix.com/website_675b3277/about-us/','56:d4c107e6803527c3de7e986c0b09cc6c',93,'post','page',1,0,NULL,NULL,'About Us','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-27 23:38:50','2025-02-11 21:59:19',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 14:59:19','2024-10-27 23:39:08',0),(21,'https://aggressivegraphix.com/wraps-and-tint/','45:d1b1585433fdda482e3b768d26937d2d',95,'post','page',1,0,NULL,'Transform and customize the look of your car or truck for show with a color change or work with commercial lettering and full wraps','Vehicle wraps and window tinting','publish',NULL,0,NULL,NULL,NULL,'vehicle wrap car wrap color change fleet lettering truck van',48,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2741-1-edited-1024x576.webp',NULL,NULL,'first-content-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2741-1-edited-1024x576.webp',NULL,'first-content-image',NULL,3,NULL,NULL,'2024-10-27 23:39:58','2025-09-10 01:41:43',1,NULL,NULL,NULL,NULL,0,3,2,'2025-09-09 19:41:43','2024-10-27 23:40:06',0),(22,'https://aggressivegraphix.com/shop/two-tone-seat-cover/','55:61ec5f956b4a6217aebe8092f5d2b848',122,'post','product',1,0,NULL,'Tired of your butt sliding off your seat when you\'re seat bouncing that triple? Get a custom gripper seat cover to keep you planted on that bike!','Two-tone Seat Cover','publish',NULL,0,NULL,NULL,NULL,'motocross seat cover two tone',49,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/10/2tonegripper.webp',NULL,'453','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/10/2tonegripper.webp','453','featured-image','{\"width\":720,\"height\":720,\"filesize\":24888,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/10/2tonegripper.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2024/10/2tonegripper.webp\",\"size\":\"full\",\"id\":453,\"alt\":\"\",\"pixels\":518400,\"type\":\"image/webp\"}',0,6,NULL,'2024-10-28 00:12:19','2025-09-09 22:07:10',1,NULL,NULL,NULL,NULL,0,1,2,'2025-08-13 18:42:10','2024-10-28 00:21:36',0),(23,'https://aggressivegraphix.com/product-category/outfit-bike/custom-graphics-kits/','80:e80e032467f45df292d3e909e6850a89',24,'term','product_cat',NULL,NULL,'%%term_title%%%%page%% %%sep%% %%sitename%%','Graphics design with you, not just for you. Every dirt bike and quad graphic is designed from scratch and tailored to your needs. You get the kit YOU want.','Custom Graphics kits',NULL,NULL,0,NULL,NULL,NULL,'motocross dirt bike graphics',65,90,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-31 01:28:44','2025-10-03 20:52:35',1,NULL,NULL,NULL,NULL,1,NULL,2,'2025-10-03 14:52:35','2024-11-01 00:21:12',NULL),(24,'https://aggressivegraphix.com/website_675b3277/product-category/outfit-bike/seat-covers/','88:27d826ccdd54fb83ced7905952e8f334',25,'term','product_cat',NULL,NULL,NULL,NULL,'Seat Covers',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-31 01:29:13','2025-10-02 19:56:17',1,NULL,NULL,NULL,NULL,1,NULL,2,'2025-10-02 13:56:16','2024-10-28 00:21:36',NULL),(25,'https://aggressivegraphix.com/website_675b3277/product-category/outfit-bike/plastic-kits/','89:6e635748930e891027e24482c408ac15',26,'term','product_cat',NULL,NULL,NULL,NULL,'Plastic kits',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-31 01:29:25','2025-02-20 23:59:46',1,NULL,NULL,NULL,NULL,1,NULL,2,NULL,NULL,NULL),(26,'https://aggressivegraphix.com/website_675b3277/product-category/outfit-bike/','76:3c992db3b1aeb8d480142b0d6317b8bb',27,'term','product_cat',NULL,NULL,NULL,NULL,'Outfit Bike',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-31 01:30:14','2025-10-03 20:52:35',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-10-03 14:52:35','2024-10-28 00:21:36',NULL),(27,'https://aggressivegraphix.com/website_675b3277/product-category/rider-accessories/','82:0094b07908d97118b8283ece1bcf49c6',28,'term','product_cat',NULL,NULL,NULL,NULL,'Rider Accessories',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-31 01:31:23','2025-08-11 23:16:26',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-08-11 17:16:26','2024-12-18 20:17:30',NULL),(28,'https://aggressivegraphix.com/product-category/rider-accessories/jersey-lettering/','82:2589d99314a58ff62eb60160a910dde6',29,'term','product_cat',NULL,NULL,'%%term_title%% %%page%% %%sep%% %%sitename%%','Customize your jersey with your name, number, and logos using our stylish fonts and eye popping colors. Let those other riders know who is faster.','Jersey Lettering',NULL,NULL,0,NULL,NULL,NULL,'custom jersey lettering prints',65,90,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-31 01:31:43','2025-08-11 23:16:26',1,NULL,NULL,NULL,NULL,1,NULL,2,'2025-08-11 17:16:26','2024-12-18 20:17:30',NULL),(29,'https://aggressivegraphix.com/website_675b3277/product-category/rider-accessories/goggles/','90:a2086668782574f45c5d1d89976c2f4b',30,'term','product_cat',NULL,NULL,NULL,NULL,'Goggles',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-31 01:32:14','2025-02-20 23:59:46',1,NULL,NULL,NULL,NULL,1,NULL,2,'2025-02-11 21:49:49','2025-02-11 19:43:25',NULL),(30,'https://aggressivegraphix.com/website_675b3277/product-category/rider-accessories/goggle-accessories/','101:8abbc5a4264154b3518ccc358c9bfdd9',31,'term','product_cat',NULL,NULL,NULL,NULL,'Goggle Accessories',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-31 01:32:28','2025-02-20 23:59:46',1,NULL,NULL,NULL,NULL,1,NULL,2,'2025-02-11 19:32:27','2025-02-11 17:06:05',NULL),(31,'https://aggressivegraphix.com/website_675b3277/product-category/rider-accessories/merchandise/','94:6e607da242a10655f1de7ee23dedb28e',32,'term','product_cat',NULL,NULL,NULL,NULL,'Merchandise',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-31 01:32:45','2025-02-20 23:59:46',1,NULL,NULL,NULL,NULL,1,NULL,2,NULL,NULL,NULL),(32,'https://aggressivegraphix.com/website_675b3277/product-category/rider-accessories/merchandise/apparel/','102:dc9abdb074a82cabe831d17640dc978b',33,'term','product_cat',NULL,NULL,NULL,NULL,'Apparel',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-31 01:33:12','2025-02-20 23:59:46',1,NULL,NULL,NULL,NULL,1,NULL,2,NULL,NULL,NULL),(33,'https://aggressivegraphix.com/website_675b3277/product-category/rider-accessories/merchandise/hats/','99:12dde9784eada0e7f8824acfdcc5588b',34,'term','product_cat',NULL,NULL,NULL,NULL,'Hats',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-31 01:33:25','2025-02-20 23:59:46',1,NULL,NULL,NULL,NULL,1,NULL,2,NULL,NULL,NULL),(34,'https://aggressivegraphix.com/website_675b3277/product-category/rider-accessories/merchandise/sunglasses/','105:4dc7c977f96f50ffbe4c7fe3401c04c6',35,'term','product_cat',NULL,NULL,NULL,NULL,'Sunglasses',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-31 01:33:37','2025-02-20 23:59:46',1,NULL,NULL,NULL,NULL,1,NULL,2,NULL,NULL,NULL),(35,'https://aggressivegraphix.com/product-category/canopies-and-accessories/','72:afea57180619d2d6e6a9e96d99dab16b',36,'term','product_cat',NULL,NULL,NULL,'Transform your pit or event setup to look like a pro! Stand out with a custom printed canopy and accessories to bring more attention.','Canopies and Accessories',NULL,NULL,0,NULL,NULL,NULL,'custom canopy 10x10 10x15 10x20 full wall half wall table cloth flag',62,90,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-31 01:34:15','2025-09-10 01:25:47',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-09-09 19:25:47','2025-02-11 22:02:11',NULL),(36,'https://aggressivegraphix.com/product-category/canopies-and-accessories/canopies/','81:8a32e1aa226ff03f877c3bee28d3b75d',37,'term','product_cat',NULL,NULL,NULL,NULL,'Canopies',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-31 01:34:28','2025-09-10 01:25:47',1,NULL,NULL,NULL,NULL,1,NULL,2,'2025-09-09 19:25:47','2025-02-11 22:02:11',NULL),(37,'https://aggressivegraphix.com/product-category/canopies-and-accessories/half-walls/','83:7c8f4000b4e23098bf9418469964125e',38,'term','product_cat',NULL,NULL,NULL,NULL,'Half Walls',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-31 01:35:00','2025-08-11 21:49:44',1,NULL,NULL,NULL,NULL,1,NULL,2,'2025-02-20 17:03:08','2025-02-19 17:56:39',NULL),(38,'https://aggressivegraphix.com/product-category/canopies-and-accessories/full-walls/','83:c1e485676c084f582e6d9b81671a6dd7',39,'term','product_cat',NULL,NULL,NULL,NULL,'Full Walls',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-31 01:35:16','2025-08-11 21:49:44',1,NULL,NULL,NULL,NULL,1,NULL,2,'2025-02-20 20:24:40',NULL,NULL),(39,'https://aggressivegraphix.com/product-category/canopies-and-accessories/flags/','78:3cb6c51c6045a2dfcc467b9a4b59b4b0',40,'term','product_cat',NULL,NULL,NULL,NULL,'Flags',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-31 01:35:31','2025-08-11 21:49:44',1,NULL,NULL,NULL,NULL,1,NULL,2,NULL,NULL,NULL),(40,'https://aggressivegraphix.com/product-category/canopies-and-accessories/table-cloths/','85:f3fc047b8a31b920d6dfd1919e07ba6b',41,'term','product_cat',NULL,NULL,NULL,NULL,'Table Cloths',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-31 01:35:43','2025-08-11 21:49:44',1,NULL,NULL,NULL,NULL,1,NULL,2,'2025-06-17 18:26:57',NULL,NULL),(41,'https://aggressivegraphix.com/product-category/canopies-and-accessories/setup-accessories/','90:6422d8ef3fddf229862c6b9e6c9ae6b2',42,'term','product_cat',NULL,NULL,NULL,NULL,'Setup accessories',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-31 01:36:11','2025-08-11 21:49:44',1,NULL,NULL,NULL,NULL,1,NULL,2,'2025-02-26 18:20:28',NULL,NULL),(42,'https://aggressivegraphix.com/website_675b3277/product-tag/honda/','65:fa92db52c437c3dc67016797b97e229d',43,'term','product_tag',NULL,NULL,NULL,NULL,'Honda',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-31 01:37:54','2025-02-21 00:14:36',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-02-17 21:55:09','2024-11-21 17:25:20',NULL),(43,'https://aggressivegraphix.com/website_675b3277/product-tag/suzuki/','66:292a67af37f428f39ed9d0bdfa8cf123',44,'term','product_tag',NULL,NULL,NULL,NULL,'Suzuki',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-31 01:37:59','2025-02-21 00:14:36',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),(44,'https://aggressivegraphix.com/website_675b3277/product-tag/kawasaki/','68:a77be8df46783626e1a90b61c0484f05',45,'term','product_tag',NULL,NULL,NULL,NULL,'Kawasaki',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-31 01:38:05','2025-02-21 00:14:36',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),(45,'https://aggressivegraphix.com/website_675b3277/product-tag/yamaha/','66:9fd73a0bd8a74535183a75c55280f91d',46,'term','product_tag',NULL,NULL,NULL,NULL,'Yamaha',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-31 01:38:09','2025-02-21 00:14:36',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),(46,'https://aggressivegraphix.com/website_675b3277/product-tag/ktm/','63:7aadeb6c97feb93517dfafbf87a68215',47,'term','product_tag',NULL,NULL,NULL,NULL,'KTM',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-31 01:38:54','2025-02-21 00:14:36',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),(47,'https://aggressivegraphix.com/website_675b3277/product-tag/husqvarna/','69:3e70ed683e3bb4a48cd86ec4d964bc36',48,'term','product_tag',NULL,NULL,NULL,NULL,'Husqvarna',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-31 01:39:06','2025-02-21 00:14:36',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),(48,'https://aggressivegraphix.com/website_675b3277/product-tag/gasgas/','66:2214808aa40613ffe1791333d37854d3',49,'term','product_tag',NULL,NULL,NULL,NULL,'GasGas',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-31 01:39:18','2025-02-21 00:14:36',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),(49,'https://aggressivegraphix.com/website_675b3277/product-tag/stark/','65:9e348a86299d0ed95b5553a374f33926',50,'term','product_tag',NULL,NULL,NULL,NULL,'Stark',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-31 01:39:25','2025-02-21 00:14:36',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),(50,'https://aggressivegraphix.com/website_675b3277/product-tag/beta/','64:84ba8637ad50308897cd28c8b41cb291',51,'term','product_tag',NULL,NULL,NULL,NULL,'Beta',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-31 01:40:29','2025-02-21 00:14:36',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),(51,'https://aggressivegraphix.com/website_675b3277/product-tag/triumph/','67:a80a3216701432bd5b8c4041f97d3816',52,'term','product_tag',NULL,NULL,NULL,NULL,'Triumph',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-31 01:43:42','2025-02-21 00:14:36',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),(52,'https://aggressivegraphix.com/shop/custom-full-decal-kit/','57:d3553f2b672355e4263cab22ee049082',486,'post','product',1,0,NULL,NULL,'Custom full decal kit','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/11/customfullbikedecals.webp',NULL,'516','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/11/customfullbikedecals.webp','516','featured-image','{\"width\":640,\"height\":640,\"filesize\":52908,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/11/customfullbikedecals.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2024/11/customfullbikedecals.webp\",\"size\":\"full\",\"id\":516,\"alt\":\"\",\"pixels\":409600,\"type\":\"image/webp\"}',12,3,NULL,'2024-11-01 00:10:36','2025-10-03 20:52:35',1,NULL,NULL,NULL,NULL,0,1,2,'2025-10-03 14:52:35','2024-11-01 00:21:12',0),(53,'https://aggressivegraphix.com/shop/custom-trim-kit/','51:9faeb7645be755b6e880f7ae14c6bfaa',700,'post','product',1,0,NULL,NULL,'Custom trim kit','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/11/customtrimkitdecals.webp',NULL,'750','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/11/customtrimkitdecals.webp','750','featured-image','{\"width\":640,\"height\":640,\"filesize\":46668,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/11/customtrimkitdecals.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2024/11/customtrimkitdecals.webp\",\"size\":\"full\",\"id\":750,\"alt\":\"\",\"pixels\":409600,\"type\":\"image/webp\"}',0,3,NULL,'2024-11-11 00:50:39','2025-10-02 02:18:48',1,NULL,NULL,NULL,NULL,0,1,2,'2025-10-01 20:18:48','2024-11-11 00:50:39',0),(54,'https://aggressivegraphix.com/shop/custom-number-plate-kit/','59:526d1bde77fa64464111b91f5a420360',858,'post','product',1,0,NULL,NULL,'Custom number plate kit','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/11/customnumberplatekit.webp',NULL,'859','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/11/customnumberplatekit.webp','859','featured-image','{\"width\":640,\"height\":640,\"filesize\":29128,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/11/customnumberplatekit.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2024/11/customnumberplatekit.webp\",\"size\":\"full\",\"id\":859,\"alt\":\"\",\"pixels\":409600,\"type\":\"image/webp\"}',0,3,NULL,'2024-11-11 01:38:00','2025-09-10 01:01:39',1,NULL,NULL,NULL,NULL,0,1,2,'2025-09-09 19:01:39','2024-11-11 01:38:00',0),(55,'https://aggressivegraphix.com/shop/custom-shroud-kit/','53:eba75b7102acb2c60c0112ae812e108d',910,'post','product',1,0,NULL,NULL,'Custom shroud kit','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/11/customshrouddecals.webp',NULL,'939','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/11/customshrouddecals.webp','939','featured-image','{\"width\":640,\"height\":640,\"filesize\":21760,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/11/customshrouddecals.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2024/11/customshrouddecals.webp\",\"size\":\"full\",\"id\":939,\"alt\":\"\",\"pixels\":409600,\"type\":\"image/webp\"}',0,NULL,NULL,'2024-11-11 23:49:11','2025-09-10 01:04:47',1,NULL,NULL,NULL,NULL,0,1,2,'2025-09-09 19:04:47','2024-11-11 23:49:11',0),(56,'https://aggressivegraphix.com/shop/solid-seat-cover/','52:7e6f3daf1372fa7994ac068c97ba80a6',1027,'post','product',1,0,NULL,'Tired of your butt sliding off your seat when you\'re seat bouncing that triple? Get a custom gripper seat cover to keep you planted on that bike!','Solid Seat Cover','publish',NULL,0,NULL,NULL,NULL,'motocross seat cover gripper seat',47,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-black.png',NULL,'3654','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-black.png','3654','featured-image','{\"width\":720,\"height\":720,\"filesize\":43166,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-black.png\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2024/11/solidseatcover-black.png\",\"size\":\"full\",\"id\":3654,\"alt\":\"\",\"pixels\":518400,\"type\":\"image/png\"}',0,6,NULL,'2024-11-12 02:12:22','2025-09-10 00:57:24',1,NULL,NULL,NULL,NULL,0,1,2,'2025-09-09 18:57:24','2024-11-12 02:12:22',0),(57,'https://aggressivegraphix.com/shop/custom-fender-kit/','53:fabae94c088d992cfc4181b21424c022',1103,'post','product',1,0,NULL,NULL,'Custom fender kit','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/11/customfenderdecals.webp',NULL,'1104','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/11/customfenderdecals.webp','1104','featured-image','{\"width\":640,\"height\":640,\"filesize\":28868,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/11/customfenderdecals.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2024/11/customfenderdecals.webp\",\"size\":\"full\",\"id\":1104,\"alt\":\"\",\"pixels\":409600,\"type\":\"image/webp\"}',0,NULL,NULL,'2024-11-12 02:48:59','2025-09-10 01:18:03',1,NULL,NULL,NULL,NULL,0,1,2,'2025-09-09 19:18:03','2024-11-12 02:48:59',0),(58,'https://aggressivegraphix.com/website_675b3277/product-category/outfit-bike/semi-custom-graphics-kits/','102:9b1e59c92c9d8c85a2388fb79ff87fe6',53,'term','product_cat',NULL,NULL,NULL,NULL,'Semi-custom Graphics kits',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-11-21 17:11:46','2025-09-10 01:03:19',1,NULL,NULL,NULL,NULL,1,NULL,2,'2025-09-09 19:03:18','2025-02-11 15:42:02',NULL),(59,'https://aggressivegraphix.com/website_675b3277/product-category/outfit-bike/semi-custom-number-plates/','102:40e93c2e715622c8cf9dbca517b62cf8',54,'term','product_cat',NULL,NULL,NULL,NULL,'Semi-custom Number Plates',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-11-21 17:12:18','2025-09-10 01:03:19',1,NULL,NULL,NULL,NULL,1,NULL,2,'2025-09-09 19:03:18','2024-11-21 17:25:20',NULL),(61,'https://aggressivegraphix.com/wraps-and-tint/color-change-wraps/','64:efbeed49b2ff32077d384870d6ef6b13',1212,'post','page',1,95,NULL,'Let\'s transform the look of your car, truck, or SUV with a color change wrap, chrome delete, or custom striping.','Style wraps','publish',NULL,0,NULL,NULL,NULL,'vehicle wrap car truck chrome delete stripe kit',69,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2559.jpg',NULL,'3111','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2559.jpg','3111','featured-image','{\"width\":1080,\"height\":1440,\"filesize\":1982149,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/IMG_2559.jpg\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/06/IMG_2559.jpg\",\"size\":\"full\",\"id\":3111,\"alt\":\"vehicle wrap\",\"pixels\":1555200,\"type\":\"image/jpeg\"}',1,0,NULL,'2024-12-18 16:40:15','2025-08-30 01:55:24',1,NULL,NULL,NULL,NULL,1,4,2,'2025-08-29 19:55:24','2024-12-18 16:40:15',0),(62,'https://aggressivegraphix.com/wraps-and-tint/commercial-wraps-and-lettering/','76:6708d7b75af3abce1f58ca1855353070',1214,'post','page',1,95,NULL,'Transform your work fleet into eye catching mobile billboards on the road. Wrapping your truck or trailer is an investment to your business','Commercial wraps and lettering','publish',NULL,0,NULL,NULL,NULL,'vehicle wrap truck trailer commercial lettering branding',58,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3649.webp',NULL,'2860','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3649.webp','2860','featured-image','{\"width\":1024,\"height\":1365,\"filesize\":1690170,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3649.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/05/IMG_3649.webp\",\"size\":\"full\",\"id\":2860,\"alt\":\"\",\"pixels\":1397760,\"type\":\"image/webp\"}',0,0,NULL,'2024-12-18 16:41:11','2025-09-19 00:46:30',1,NULL,NULL,NULL,NULL,1,2,2,'2025-09-18 18:46:30','2024-12-18 16:41:11',0),(63,'https://aggressivegraphix.com/wraps-and-tint/window-tint/','57:980514b06ab1c663494a7682f6ace567',1216,'post','page',1,95,NULL,'Protect the inside of your car or truck from harsh UV with automotive window tint. Feel the difference as soon as you leave','Window Tint Services','publish',NULL,0,NULL,NULL,NULL,'window tint car truck suv vehicle building store',62,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/03/factorytint.webp',NULL,NULL,'first-content-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/03/factorytint.webp',NULL,'first-content-image',NULL,0,0,NULL,'2024-12-18 16:42:28','2025-09-18 23:19:19',1,NULL,NULL,NULL,NULL,1,4,2,'2025-09-18 17:19:19','2024-12-18 16:42:28',0),(64,'https://aggressivegraphix.com/shop/avenger/','43:096bb536d8883851e5adeca2336f644e',1271,'post','product',1,0,NULL,NULL,'Avenger','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-avenger.webp',NULL,'1272','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-avenger.webp','1272','featured-image','{\"width\":800,\"height\":800,\"filesize\":29386,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-avenger.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2024/12/jersey-avenger.webp\",\"size\":\"full\",\"id\":1272,\"alt\":\"\",\"pixels\":640000,\"type\":\"image/webp\"}',0,NULL,NULL,'2024-12-18 20:17:30','2025-09-09 22:07:10',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 16:42:27','2024-12-18 20:17:30',0),(68,'https://aggressivegraphix.com/shop/bada-boom/','45:54d045d63c63778cf641f0f7cec96f84',1392,'post','product',1,0,NULL,NULL,'Bada Boom','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-badaboom.webp',NULL,'1393','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-badaboom.webp','1393','featured-image','{\"width\":800,\"height\":800,\"filesize\":30180,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-badaboom.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2024/12/jersey-badaboom.webp\",\"size\":\"full\",\"id\":1393,\"alt\":\"\",\"pixels\":640000,\"type\":\"image/webp\"}',0,NULL,NULL,'2024-12-19 17:40:59','2025-09-09 22:07:10',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 16:41:34','2024-12-19 17:40:59',0),(69,'https://aggressivegraphix.com/shop/black-slab/','46:8f40ac30ea483f576667f966761b3c4c',1413,'post','product',1,0,NULL,NULL,'Black Slab','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-blackslab.webp',NULL,'1394','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-blackslab.webp','1394','featured-image','{\"width\":800,\"height\":800,\"filesize\":26828,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-blackslab.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2024/12/jersey-blackslab.webp\",\"size\":\"full\",\"id\":1394,\"alt\":\"\",\"pixels\":640000,\"type\":\"image/webp\"}',0,NULL,NULL,'2024-12-19 18:41:30','2025-09-09 22:07:10',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 16:40:56','2024-12-19 18:41:30',0),(70,'https://aggressivegraphix.com/shop/dodger-super-i/','50:8dea1a86ba9d995d244d8fd0e21d0a29',1414,'post','product',1,0,NULL,NULL,'Dodger Super-I','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-dodgersuperI.webp',NULL,'1395','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-dodgersuperI.webp','1395','featured-image','{\"width\":800,\"height\":800,\"filesize\":27972,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-dodgersuperI.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2024/12/jersey-dodgersuperI.webp\",\"size\":\"full\",\"id\":1395,\"alt\":\"\",\"pixels\":640000,\"type\":\"image/webp\"}',0,NULL,NULL,'2024-12-19 19:19:30','2025-09-09 22:07:10',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 16:40:16','2024-12-19 19:19:30',0),(71,'https://aggressivegraphix.com/shop/enter-sansman/','49:232cb9c918a1911798a4df84595b0b30',1415,'post','product',1,0,NULL,NULL,'Enter Sansman','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-entersansman.webp',NULL,'1396','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-entersansman.webp','1396','featured-image','{\"width\":800,\"height\":800,\"filesize\":26414,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-entersansman.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2024/12/jersey-entersansman.webp\",\"size\":\"full\",\"id\":1396,\"alt\":\"\",\"pixels\":640000,\"type\":\"image/webp\"}',0,NULL,NULL,'2024-12-19 19:20:37','2025-09-09 22:07:10',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 16:38:24','2024-12-19 19:20:36',0),(72,'https://aggressivegraphix.com/shop/enter-sansman-mod/','53:ce5ba9709e606a8495a38291aa18e2a0',1416,'post','product',1,0,NULL,NULL,'Enter Sansman Mod','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-entersansmod.webp',NULL,'1397','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-entersansmod.webp','1397','featured-image','{\"width\":800,\"height\":800,\"filesize\":28972,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-entersansmod.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2024/12/jersey-entersansmod.webp\",\"size\":\"full\",\"id\":1397,\"alt\":\"\",\"pixels\":640000,\"type\":\"image/webp\"}',0,NULL,NULL,'2024-12-19 19:21:32','2025-09-09 22:07:10',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 16:26:24','2024-12-19 19:21:32',0),(73,'https://aggressivegraphix.com/shop/freshman/','44:d4523232e58ed8dda5933746fb154d26',1417,'post','product',1,0,NULL,NULL,'Freshman','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-freshman.webp',NULL,'1398','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-freshman.webp','1398','featured-image','{\"width\":800,\"height\":800,\"filesize\":26852,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-freshman.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2024/12/jersey-freshman.webp\",\"size\":\"full\",\"id\":1398,\"alt\":\"\",\"pixels\":640000,\"type\":\"image/webp\"}',0,NULL,NULL,'2024-12-19 19:23:12','2025-09-09 22:07:10',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 16:37:27','2024-12-19 19:23:12',0),(74,'https://aggressivegraphix.com/shop/gunplay/','43:4191347c8c3d07ab0476189f1bbf4689',1418,'post','product',1,0,NULL,NULL,'Gunplay','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-gunplay.webp',NULL,'1399','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-gunplay.webp','1399','featured-image','{\"width\":800,\"height\":800,\"filesize\":28112,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-gunplay.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2024/12/jersey-gunplay.webp\",\"size\":\"full\",\"id\":1399,\"alt\":\"\",\"pixels\":640000,\"type\":\"image/webp\"}',0,NULL,NULL,'2024-12-19 19:24:05','2025-09-09 21:55:20',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 16:36:47','2024-12-19 19:24:05',0),(75,'https://aggressivegraphix.com/shop/gunplay-mod/','47:62aa1223eaa597eaf62c97966817844c',1419,'post','product',1,0,NULL,NULL,'Gunplay Mod','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-gunplaymod.webp',NULL,'1400','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-gunplaymod.webp','1400','featured-image','{\"width\":800,\"height\":800,\"filesize\":30894,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-gunplaymod.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2024/12/jersey-gunplaymod.webp\",\"size\":\"full\",\"id\":1400,\"alt\":\"\",\"pixels\":640000,\"type\":\"image/webp\"}',0,NULL,NULL,'2024-12-19 19:24:45','2025-09-09 21:55:20',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 16:35:53','2024-12-19 19:24:45',0),(76,'https://aggressivegraphix.com/shop/impact/','42:1729a7932e512eb425138a6fbbacbe0a',1420,'post','product',1,0,NULL,NULL,'Impact','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-impact.webp',NULL,'1401','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-impact.webp','1401','featured-image','{\"width\":800,\"height\":800,\"filesize\":27734,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-impact.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2024/12/jersey-impact.webp\",\"size\":\"full\",\"id\":1401,\"alt\":\"\",\"pixels\":640000,\"type\":\"image/webp\"}',0,NULL,NULL,'2024-12-19 19:25:28','2025-09-09 21:55:20',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 16:35:13','2024-12-19 19:25:28',0),(77,'https://aggressivegraphix.com/shop/impact-mod/','46:54f9f4ddb303c5ae2ef53c1ba963a3b4',1421,'post','product',1,0,NULL,NULL,'Impact Mod','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-impactmod.webp',NULL,'1402','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-impactmod.webp','1402','featured-image','{\"width\":800,\"height\":800,\"filesize\":30384,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-impactmod.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2024/12/jersey-impactmod.webp\",\"size\":\"full\",\"id\":1402,\"alt\":\"\",\"pixels\":640000,\"type\":\"image/webp\"}',0,0,NULL,'2024-12-19 19:26:11','2025-09-09 21:55:20',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 16:34:32','2024-12-19 19:26:11',0),(78,'https://aggressivegraphix.com/shop/pricedown/','45:68bcd19ee8b276e05bb6e29933998fee',1422,'post','product',1,0,NULL,NULL,'Pricedown','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-pricedown.webp',NULL,'1403','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-pricedown.webp','1403','featured-image','{\"width\":800,\"height\":800,\"filesize\":26008,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-pricedown.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2024/12/jersey-pricedown.webp\",\"size\":\"full\",\"id\":1403,\"alt\":\"\",\"pixels\":640000,\"type\":\"image/webp\"}',0,NULL,NULL,'2024-12-19 19:27:47','2025-09-09 21:55:20',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 16:33:33','2024-12-19 19:27:47',0),(79,'https://aggressivegraphix.com/shop/reklame/','43:b03ed5bc29ff118eae6e7523a47db825',1423,'post','product',1,0,NULL,NULL,'Reklame','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-reklame.webp',NULL,'1404','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-reklame.webp','1404','featured-image','{\"width\":800,\"height\":800,\"filesize\":31322,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-reklame.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2024/12/jersey-reklame.webp\",\"size\":\"full\",\"id\":1404,\"alt\":\"\",\"pixels\":640000,\"type\":\"image/webp\"}',0,NULL,NULL,'2024-12-19 19:29:16','2025-09-09 21:55:20',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 16:32:46','2024-12-19 19:29:16',0),(80,'https://aggressivegraphix.com/shop/special-tld/','47:af26b199f9f3dcac6846f5d54132dcbb',1424,'post','product',1,0,NULL,NULL,'Special TLD','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-specialtld.webp',NULL,'1405','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-specialtld.webp','1405','featured-image','{\"width\":800,\"height\":800,\"filesize\":29010,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-specialtld.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2024/12/jersey-specialtld.webp\",\"size\":\"full\",\"id\":1405,\"alt\":\"\",\"pixels\":640000,\"type\":\"image/webp\"}',0,1,NULL,'2024-12-19 19:30:02','2025-09-09 21:55:20',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 16:31:52','2024-12-19 19:30:02',0),(81,'https://aggressivegraphix.com/shop/stellar/','43:6b9608ebeba3771f76e94064b2b682db',1425,'post','product',1,0,NULL,NULL,'Stellar','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-stellar.webp',NULL,'1406','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-stellar.webp','1406','featured-image','{\"width\":800,\"height\":800,\"filesize\":25344,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-stellar.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2024/12/jersey-stellar.webp\",\"size\":\"full\",\"id\":1406,\"alt\":\"\",\"pixels\":640000,\"type\":\"image/webp\"}',0,1,NULL,'2024-12-19 19:31:02','2025-09-09 21:55:20',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 16:31:04','2024-12-19 19:31:02',0),(82,'https://aggressivegraphix.com/shop/teko/','40:53012cf822f13aa236d81f81e5530f95',1426,'post','product',1,0,NULL,NULL,'Teko','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-teko.webp',NULL,'1407','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-teko.webp','1407','featured-image','{\"width\":800,\"height\":800,\"filesize\":26390,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-teko.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2024/12/jersey-teko.webp\",\"size\":\"full\",\"id\":1407,\"alt\":\"\",\"pixels\":640000,\"type\":\"image/webp\"}',0,1,NULL,'2024-12-19 19:31:57','2025-09-09 21:55:20',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 16:29:56','2024-12-19 19:31:57',0),(83,'https://aggressivegraphix.com/shop/vip/','39:5268632be856184bdf660dfd0da405b5',1427,'post','product',1,0,NULL,NULL,'VIP','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-VIP.webp',NULL,'1408','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-VIP.webp','1408','featured-image','{\"width\":800,\"height\":800,\"filesize\":26424,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/12/jersey-VIP.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2024/12/jersey-VIP.webp\",\"size\":\"full\",\"id\":1408,\"alt\":\"\",\"pixels\":640000,\"type\":\"image/webp\"}',0,1,NULL,'2024-12-19 19:32:40','2025-09-09 21:55:20',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 16:27:45','2024-12-19 19:32:40',0),(84,'https://aggressivegraphix.com/shop/5-rib-seat-cover/','52:f7e18add2236e9cfa455c71f4a7c8a34',1490,'post','product',1,0,NULL,'Tired of your butt sliding off your seat when you\'re seat bouncing that triple? Get a custom gripper seat cover to keep you planted on that bike!','5-Rib Seat Cover','publish',NULL,0,NULL,NULL,NULL,'motocross seat cover gripper seat 5 rib',47,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/12/5ribgripper.webp',NULL,'1493','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2024/12/5ribgripper.webp','1493','featured-image','{\"width\":720,\"height\":720,\"filesize\":84980,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2024/12/5ribgripper.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2024/12/5ribgripper.webp\",\"size\":\"full\",\"id\":1493,\"alt\":\"\",\"pixels\":518400,\"type\":\"image/webp\"}',0,6,NULL,'2024-12-19 21:57:20','2025-10-02 19:54:13',1,NULL,NULL,NULL,NULL,0,1,2,'2025-10-02 13:54:12','2024-12-19 21:57:19',0),(85,'https://aggressivegraphix.com/shop/3-rib-seat-cover/','52:c97a19c017669a876c457d83d5f866ec',1838,'post','product',1,0,NULL,'Tired of your butt sliding off your seat when you\'re seat bouncing that triple? Get a custom gripper seat cover to keep you planted on that bike!','3-Rib Seat Cover','publish',NULL,0,NULL,NULL,NULL,'motocross seat cover gripper seat 3 rib',47,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/01/3ribgripper.webp',NULL,'1839','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/01/3ribgripper.webp','1839','featured-image','{\"width\":720,\"height\":720,\"filesize\":82550,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/01/3ribgripper.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/01/3ribgripper.webp\",\"size\":\"full\",\"id\":1839,\"alt\":\"\",\"pixels\":518400,\"type\":\"image/webp\"}',0,6,NULL,'2025-01-10 00:43:42','2025-10-02 19:56:17',1,NULL,NULL,NULL,NULL,0,1,2,'2025-10-02 13:56:16','2025-01-10 00:43:42',0),(86,'https://aggressivegraphix.com/shop/graphics-re-print/','53:d3ffb55f30d8bf5d196e3ea9a10b977a',2008,'post','product',1,0,NULL,NULL,'Graphics Re-print','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/graphics-reprints.webp',NULL,'2023','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/graphics-reprints.webp','2023','featured-image','{\"width\":1024,\"height\":1024,\"filesize\":986690,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/graphics-reprints.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/graphics-reprints.webp\",\"size\":\"full\",\"id\":2023,\"alt\":\"\",\"pixels\":1048576,\"type\":\"image/webp\"}',21,NULL,NULL,'2025-02-11 15:37:40','2025-09-10 01:03:19',1,NULL,NULL,NULL,NULL,0,1,2,'2025-09-09 19:03:18','2025-02-11 15:42:02',0),(87,'https://aggressivegraphix.com/shop/custom-swingarm-decals/','58:0fd265c6c173f57286d59f4bdc64ebd7',2025,'post','product',1,0,NULL,NULL,'Custom Swingarm Decals','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/customswingarmdecals.webp',NULL,'2034','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/customswingarmdecals.webp','2034','featured-image','{\"width\":640,\"height\":640,\"filesize\":43008,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/customswingarmdecals.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/customswingarmdecals.webp\",\"size\":\"full\",\"id\":2034,\"alt\":\"\",\"pixels\":409600,\"type\":\"image/webp\"}',0,NULL,NULL,'2025-02-11 16:04:56','2025-09-10 01:15:41',1,NULL,NULL,NULL,NULL,0,1,2,'2025-09-09 19:15:41','2025-02-11 16:06:10',0),(88,'https://aggressivegraphix.com/website_675b3277/brand/flowvisionco/','66:d1104e330fc5b0eed34ed4b82f6960f6',63,'term','product_brand',NULL,NULL,NULL,NULL,'Flow Vision Co.',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-02-11 16:50:17','2025-02-12 04:49:49',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-02-11 21:49:49',NULL,NULL),(89,'https://aggressivegraphix.com/shop/tear-off-packs/','50:f275a1c81baebe8f5998df8e4d0edf7b',2045,'post','product',1,0,NULL,NULL,'Tear-off packs','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Single_Tearoffs.jpg',NULL,'2049','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Single_Tearoffs.jpg','2049','featured-image','{\"width\":898,\"height\":1024,\"filesize\":657958,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Single_Tearoffs.jpg\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/FlowVision_Single_Tearoffs.jpg\",\"size\":\"full\",\"id\":2049,\"alt\":\"\",\"pixels\":919552,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2025-02-11 16:58:47','2025-09-09 21:55:20',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 17:31:03','2025-02-11 17:06:05',0),(90,'https://aggressivegraphix.com/shop/element-film-refills/','56:eadb54f27e22b9ab62b6dd6f022ca922',2051,'post','product',1,0,NULL,NULL,'Element film refills','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision-RollOff-Film.jpg',NULL,'2054','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision-RollOff-Film.jpg','2054','featured-image','{\"width\":440,\"height\":440,\"filesize\":49925,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision-RollOff-Film.jpg\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/FlowVision-RollOff-Film.jpg\",\"size\":\"full\",\"id\":2054,\"alt\":\"\",\"pixels\":193600,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2025-02-11 17:23:47','2025-09-09 21:55:20',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 17:34:17','2025-02-11 17:25:44',0),(91,'https://aggressivegraphix.com/shop/replacement-clear-lenses/','60:f4c04e79389457e65759e88faa431c04',2055,'post','product',1,0,NULL,NULL,'Replacement clear lenses','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/clear-lens.jpg',NULL,'2069','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/clear-lens.jpg','2069','featured-image','{\"width\":1024,\"height\":767,\"filesize\":424915,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/clear-lens.jpg\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/clear-lens.jpg\",\"size\":\"full\",\"id\":2069,\"alt\":\"\",\"pixels\":785408,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2025-02-11 17:41:48','2025-09-09 21:55:20',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 18:46:38','2025-02-11 18:46:32',0),(92,'https://aggressivegraphix.com/shop/replacement-mirrored-lenses/','63:61353709a53f4c1b1eed4120ff67a90f',2076,'post','product',1,0,NULL,NULL,'Replacement mirrored lenses','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/revo-lens-pink.jpg',NULL,'2086','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/revo-lens-pink.jpg','2086','featured-image','{\"width\":1024,\"height\":642,\"filesize\":89153,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/revo-lens-pink.jpg\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/revo-lens-pink.jpg\",\"size\":\"full\",\"id\":2086,\"alt\":\"\",\"pixels\":657408,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2025-02-11 18:54:34','2025-09-09 21:55:20',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 19:05:12','2025-02-11 19:04:22',0),(93,'https://aggressivegraphix.com/shop/element-film-system-lens/','60:869e44cb486a705b03db7a54fed884f2',2097,'post','product',1,0,NULL,NULL,'Element film system lens','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/elementfilmsystem-clear.jpg',NULL,'2100','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/elementfilmsystem-clear.jpg','2100','featured-image','{\"width\":1024,\"height\":768,\"filesize\":240561,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/elementfilmsystem-clear.jpg\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/elementfilmsystem-clear.jpg\",\"size\":\"full\",\"id\":2100,\"alt\":\"\",\"pixels\":786432,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2025-02-11 19:23:48','2025-09-09 21:55:20',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 19:26:21','2025-02-11 19:24:51',0),(94,'https://aggressivegraphix.com/shop/goggle-case/','47:45bf0958d7fcfe0d6240ea907214d4d1',2102,'post','product',1,0,NULL,NULL,'Goggle Case','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision-GoggleCase.png',NULL,'2104','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision-GoggleCase.png','2104','featured-image','{\"width\":478,\"height\":416,\"filesize\":283852,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision-GoggleCase.png\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/FlowVision-GoggleCase.png\",\"size\":\"full\",\"id\":2104,\"alt\":\"\",\"pixels\":198848,\"type\":\"image/png\"}',0,NULL,NULL,'2025-02-11 19:31:20','2025-09-09 21:55:20',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 19:32:27','2025-02-11 19:31:20',0),(95,'https://aggressivegraphix.com/shop/flow-vision-rythem-goggle-white-black/','73:83fdc15538c39a554023bca81a219837',2105,'post','product',1,0,NULL,NULL,'Flow Vision Rythem™ Goggle: White/Black','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_SX_SMX_Oakley_100__Goggles_Whiteblack_right_1024x1024.jpg',NULL,'2107','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_SX_SMX_Oakley_100__Goggles_Whiteblack_right_1024x1024.jpg','2107','featured-image','{\"width\":1024,\"height\":543,\"filesize\":119196,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_SX_SMX_Oakley_100__Goggles_Whiteblack_right_1024x1024.jpg\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/FlowVision_SX_SMX_Oakley_100__Goggles_Whiteblack_right_1024x1024.jpg\",\"size\":\"full\",\"id\":2107,\"alt\":\"\",\"pixels\":556032,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2025-02-11 19:43:25','2025-09-09 21:55:14',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 19:45:49','2025-02-11 19:43:25',0),(96,'https://aggressivegraphix.com/website_675b3277/product-tag/adult-goggles/','73:c4486ec16de950e12a8609ed8fc96682',64,'term','product_tag',NULL,NULL,NULL,NULL,'Adult goggles',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-02-11 19:43:31','2025-02-21 00:14:36',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-02-11 20:55:28','2025-02-11 19:43:25',NULL),(97,'https://aggressivegraphix.com/shop/flow-vision-rythem-goggle-valor/','67:a357ee2850cab3e75a2cff0d1b5075de',2111,'post','product',1,0,NULL,NULL,'Flow Vision Rythem™ Goggle: Valor','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Motocross_SMX_SX_100__Valor_Goggles_Right_1024x1024.jpg',NULL,'2112','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Motocross_SMX_SX_100__Valor_Goggles_Right_1024x1024.jpg','2112','featured-image','{\"width\":1024,\"height\":520,\"filesize\":205676,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Motocross_SMX_SX_100__Valor_Goggles_Right_1024x1024.jpg\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/FlowVision_Motocross_SMX_SX_100__Valor_Goggles_Right_1024x1024.jpg\",\"size\":\"full\",\"id\":2112,\"alt\":\"\",\"pixels\":532480,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2025-02-11 19:47:44','2025-09-09 21:55:15',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 19:53:34','2025-02-11 19:47:44',0),(98,'https://aggressivegraphix.com/shop/flow-vision-rythem-goggle-neon/','66:a0be0774f0ee7961693166d84f138558',2114,'post','product',1,0,NULL,NULL,'Flow Vision Rythem™ Goggle: Neon','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Motocross_SMX_SX_100__Neon_Goggles_Right_1024x1024.jpg',NULL,'2115','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Motocross_SMX_SX_100__Neon_Goggles_Right_1024x1024.jpg','2115','featured-image','{\"width\":1024,\"height\":518,\"filesize\":214743,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Motocross_SMX_SX_100__Neon_Goggles_Right_1024x1024.jpg\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/FlowVision_Motocross_SMX_SX_100__Neon_Goggles_Right_1024x1024.jpg\",\"size\":\"full\",\"id\":2115,\"alt\":\"\",\"pixels\":530432,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2025-02-11 19:56:41','2025-09-09 21:55:15',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 20:07:09','2025-02-11 19:56:41',0),(99,'https://aggressivegraphix.com/shop/flow-vision-rythem-goggle-gold-leaf/','71:c93673b46d1f21ef515dfe291d90072b',2117,'post','product',1,0,NULL,NULL,'Flow Vision Rythem™ Goggle: Gold Leaf','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Motocross_SMX_SX_100__Goldleaf_Goggles_Right_1024x1024.jpg',NULL,'2118','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Motocross_SMX_SX_100__Goldleaf_Goggles_Right_1024x1024.jpg','2118','featured-image','{\"width\":1024,\"height\":501,\"filesize\":209510,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Motocross_SMX_SX_100__Goldleaf_Goggles_Right_1024x1024.jpg\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/FlowVision_Motocross_SMX_SX_100__Goldleaf_Goggles_Right_1024x1024.jpg\",\"size\":\"full\",\"id\":2118,\"alt\":\"\",\"pixels\":513024,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2025-02-11 19:59:57','2025-09-09 21:55:15',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 20:07:56','2025-02-11 19:59:56',0),(100,'https://aggressivegraphix.com/shop/flow-vision-rythem-goggle-starship/','70:deea51746a5c7215465028a3e85700df',2120,'post','product',1,0,NULL,NULL,'Flow Vision Rythem™ Goggle: Starship','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Motocross_SMX_SX_100__Starship_Goggles_Right_1024x1024.jpg',NULL,'2121','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Motocross_SMX_SX_100__Starship_Goggles_Right_1024x1024.jpg','2121','featured-image','{\"width\":1024,\"height\":529,\"filesize\":218873,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Motocross_SMX_SX_100__Starship_Goggles_Right_1024x1024.jpg\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/FlowVision_Motocross_SMX_SX_100__Starship_Goggles_Right_1024x1024.jpg\",\"size\":\"full\",\"id\":2121,\"alt\":\"\",\"pixels\":541696,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2025-02-11 20:04:10','2025-09-09 21:55:15',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 20:06:22','2025-02-11 20:04:10',0),(101,'https://aggressivegraphix.com/shop/flow-vision-rythem-goggle-blue-angel/','72:b2afadd25b88e134fd95afaaebdb21dc',2123,'post','product',1,0,NULL,NULL,'Flow Vision Rythem™ Goggle: Blue Angel','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Blue_Angel__MX_SMX_LorettaLynns_Right_1024x1024.png',NULL,'2124','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Blue_Angel__MX_SMX_LorettaLynns_Right_1024x1024.png','2124','featured-image','{\"width\":1024,\"height\":391,\"filesize\":477262,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Blue_Angel__MX_SMX_LorettaLynns_Right_1024x1024.png\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/FlowVision_Blue_Angel__MX_SMX_LorettaLynns_Right_1024x1024.png\",\"size\":\"full\",\"id\":2124,\"alt\":\"\",\"pixels\":400384,\"type\":\"image/png\"}',0,NULL,NULL,'2025-02-11 20:09:01','2025-09-09 21:55:15',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 20:11:47','2025-02-11 20:09:01',0),(102,'https://aggressivegraphix.com/shop/flow-vision-rythem-goggle-pipeline/','70:adfc4393e662b75a7a285192a0d47d52',2126,'post','product',1,0,NULL,NULL,'Flow Vision Rythem™ Goggle: Pipeline','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Pipeline__MX_SMX_LorettaLynns_Right_1024x1024.png',NULL,'2127','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Pipeline__MX_SMX_LorettaLynns_Right_1024x1024.png','2127','featured-image','{\"width\":1024,\"height\":391,\"filesize\":528866,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Pipeline__MX_SMX_LorettaLynns_Right_1024x1024.png\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/FlowVision_Pipeline__MX_SMX_LorettaLynns_Right_1024x1024.png\",\"size\":\"full\",\"id\":2127,\"alt\":\"\",\"pixels\":400384,\"type\":\"image/png\"}',0,NULL,NULL,'2025-02-11 20:12:20','2025-09-09 21:55:15',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 20:14:48','2025-02-11 20:12:20',0),(103,'https://aggressivegraphix.com/shop/flow-vision-rythem-goggle-independence/','74:0ac4f6bbe22ec2ba6ff25d6246b69659',2129,'post','product',1,0,NULL,NULL,'Flow Vision Rythem™ Goggle: Independence','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_SMX_MX_LorettaLynnsMX_Independence_Right_1024x1024.png',NULL,'2130','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_SMX_MX_LorettaLynnsMX_Independence_Right_1024x1024.png','2130','featured-image','{\"width\":1024,\"height\":391,\"filesize\":635825,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_SMX_MX_LorettaLynnsMX_Independence_Right_1024x1024.png\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/FlowVision_SMX_MX_LorettaLynnsMX_Independence_Right_1024x1024.png\",\"size\":\"full\",\"id\":2130,\"alt\":\"\",\"pixels\":400384,\"type\":\"image/png\"}',0,NULL,NULL,'2025-02-11 20:17:12','2025-09-09 21:55:15',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 20:18:31','2025-02-11 20:17:12',0),(104,'https://aggressivegraphix.com/shop/flow-vision-rythem-goggle-magma/','67:ad7c416ceb692ca85c9837802a64933f',2132,'post','product',1,0,NULL,NULL,'Flow Vision Rythem™ Goggle: Magma','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_SMX_MX_LorettaLynnsMX_Magma_Right_1024x1024.png',NULL,'2133','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_SMX_MX_LorettaLynnsMX_Magma_Right_1024x1024.png','2133','featured-image','{\"width\":1024,\"height\":391,\"filesize\":601293,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_SMX_MX_LorettaLynnsMX_Magma_Right_1024x1024.png\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/FlowVision_SMX_MX_LorettaLynnsMX_Magma_Right_1024x1024.png\",\"size\":\"full\",\"id\":2133,\"alt\":\"\",\"pixels\":400384,\"type\":\"image/png\"}',0,NULL,NULL,'2025-02-11 20:19:11','2025-09-09 21:55:15',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 20:21:49','2025-02-11 20:19:11',0),(105,'https://aggressivegraphix.com/shop/flow-vision-rythem-goggle-jc/','64:8587d846b4e8ff5eb846cc5eb5317ff8',2135,'post','product',1,0,NULL,NULL,'Flow Vision Rythem™ Goggle: JC','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_JC_MX_SX_Goggles_New_Right_1024x1024.png',NULL,'2136','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_JC_MX_SX_Goggles_New_Right_1024x1024.png','2136','featured-image','{\"width\":1024,\"height\":391,\"filesize\":685019,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_JC_MX_SX_Goggles_New_Right_1024x1024.png\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/FlowVision_JC_MX_SX_Goggles_New_Right_1024x1024.png\",\"size\":\"full\",\"id\":2136,\"alt\":\"\",\"pixels\":400384,\"type\":\"image/png\"}',0,NULL,NULL,'2025-02-11 20:31:30','2025-09-09 21:55:15',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 20:37:57','2025-02-11 20:31:30',0),(106,'https://aggressivegraphix.com/shop/flow-vision-rythem-goggle-abstract/','70:ba800b3a85be69127ec23600af4b8cd7',2138,'post','product',1,0,NULL,NULL,'Flow Vision Rythem™ Goggle: Abstract','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_MX_SMX_Dirtbike_Goggles__Right_1024x1024.png',NULL,'2139','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_MX_SMX_Dirtbike_Goggles__Right_1024x1024.png','2139','featured-image','{\"width\":1024,\"height\":391,\"filesize\":476107,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_MX_SMX_Dirtbike_Goggles__Right_1024x1024.png\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/FlowVision_MX_SMX_Dirtbike_Goggles__Right_1024x1024.png\",\"size\":\"full\",\"id\":2139,\"alt\":\"\",\"pixels\":400384,\"type\":\"image/png\"}',0,NULL,NULL,'2025-02-11 20:40:45','2025-09-09 21:55:15',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 20:43:00','2025-02-11 20:40:45',0),(107,'https://aggressivegraphix.com/shop/flow-vision-rythem-goggle-2nd-amendment/','75:4e20eecafa64fd382c69bc955bfb6997',2141,'post','product',1,0,NULL,NULL,'Flow Vision Rythem™ Goggle: 2nd Amendment','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_2nd_Amendment_MX_Goggles_Right_1024x1024.jpg',NULL,'2142','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_2nd_Amendment_MX_Goggles_Right_1024x1024.jpg','2142','featured-image','{\"width\":1024,\"height\":482,\"filesize\":62168,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_2nd_Amendment_MX_Goggles_Right_1024x1024.jpg\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/FlowVision_2nd_Amendment_MX_Goggles_Right_1024x1024.jpg\",\"size\":\"full\",\"id\":2142,\"alt\":\"\",\"pixels\":493568,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2025-02-11 20:45:59','2025-09-09 21:55:15',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 20:47:40','2025-02-11 20:45:59',0),(108,'https://aggressivegraphix.com/shop/flow-vision-rythem-goggle-freedom/','69:b85b69febf731f6113fe1b28da3fe865',2144,'post','product',1,0,NULL,NULL,'Flow Vision Rythem™ Goggle: Freedom','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Rythem_Freedom_MX_Goggles_Right_1024x1024.jpg',NULL,'2145','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Rythem_Freedom_MX_Goggles_Right_1024x1024.jpg','2145','featured-image','{\"width\":1024,\"height\":398,\"filesize\":42132,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Rythem_Freedom_MX_Goggles_Right_1024x1024.jpg\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/FlowVision_Rythem_Freedom_MX_Goggles_Right_1024x1024.jpg\",\"size\":\"full\",\"id\":2145,\"alt\":\"\",\"pixels\":407552,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2025-02-11 20:48:02','2025-09-09 21:55:15',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 20:53:35','2025-02-11 20:48:02',0),(109,'https://aggressivegraphix.com/shop/flow-vision-rythem-goggle-i-dont-kneel/','74:94dcd33c95037a9f6ff72df2871a8177',2147,'post','product',1,0,NULL,NULL,'Flow Vision Rythem™ Goggle: I Don&#8217;t Kneel','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Dirtbike_Goggles_IDontKneel_Ethos_1_1024x1024.jpg',NULL,'2149','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Dirtbike_Goggles_IDontKneel_Ethos_1_1024x1024.jpg','2149','featured-image','{\"width\":1023,\"height\":409,\"filesize\":80893,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Dirtbike_Goggles_IDontKneel_Ethos_1_1024x1024.jpg\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/FlowVision_Dirtbike_Goggles_IDontKneel_Ethos_1_1024x1024.jpg\",\"size\":\"full\",\"id\":2149,\"alt\":\"\",\"pixels\":418407,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2025-02-11 20:54:11','2025-09-09 21:55:15',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 20:55:28','2025-02-11 20:54:11',0),(110,'https://aggressivegraphix.com/shop/flow-vision-section-goggle-cg/','65:815306a1655834b9fef2004b5d43a261',2150,'post','product',1,0,NULL,NULL,'Flow Vision Section™ Goggle: CG','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Youth_CG_SX_Goggle_FZFOptics_right_1024x1024.jpg',NULL,'2151','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Youth_CG_SX_Goggle_FZFOptics_right_1024x1024.jpg','2151','featured-image','{\"width\":1023,\"height\":452,\"filesize\":44138,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Youth_CG_SX_Goggle_FZFOptics_right_1024x1024.jpg\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/FlowVision_Youth_CG_SX_Goggle_FZFOptics_right_1024x1024.jpg\",\"size\":\"full\",\"id\":2151,\"alt\":\"\",\"pixels\":462396,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2025-02-11 20:56:51','2025-09-09 21:55:15',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 20:59:41','2025-02-11 20:56:51',0),(111,'https://aggressivegraphix.com/website_675b3277/product-tag/youth-goggles/','73:5c825d49506012f3867b7f849b526450',65,'term','product_tag',NULL,NULL,NULL,NULL,'Youth goggles',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-02-11 20:58:38','2025-02-21 00:14:36',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-02-11 21:49:49','2025-02-11 20:56:51',NULL),(112,'https://aggressivegraphix.com/shop/flow-vision-section-goggle-the-liberty/','74:a390eca7fa3251bebf8f82f96c71ef24',2159,'post','product',1,0,NULL,NULL,'Flow Vision Section™ Goggle: The Liberty','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/Flow_Vision_The_Liberty_EthosVision_MX_Goggle_Youth_Right_1024x1024.jpg',NULL,'2160','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/Flow_Vision_The_Liberty_EthosVision_MX_Goggle_Youth_Right_1024x1024.jpg','2160','featured-image','{\"width\":1024,\"height\":438,\"filesize\":67281,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/Flow_Vision_The_Liberty_EthosVision_MX_Goggle_Youth_Right_1024x1024.jpg\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/Flow_Vision_The_Liberty_EthosVision_MX_Goggle_Youth_Right_1024x1024.jpg\",\"size\":\"full\",\"id\":2160,\"alt\":\"\",\"pixels\":448512,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2025-02-11 21:12:14','2025-09-09 21:55:15',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 21:13:27','2025-02-11 21:12:14',0),(113,'https://aggressivegraphix.com/shop/flow-vision-section-goggle-black-white/','74:dac67a2c8434488502e74e4019ed73a8',2162,'post','product',1,0,NULL,NULL,'Flow Vision Section™ Goggle: Black/White','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Youth_MX_Goggles_BLKWHT_right.jpg',NULL,'2163','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Youth_MX_Goggles_BLKWHT_right.jpg','2163','featured-image','{\"width\":1094,\"height\":591,\"filesize\":459271,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Youth_MX_Goggles_BLKWHT_right.jpg\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/FlowVision_Youth_MX_Goggles_BLKWHT_right.jpg\",\"size\":\"full\",\"id\":2163,\"alt\":\"\",\"pixels\":646554,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2025-02-11 21:13:51','2025-09-09 21:55:15',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 21:15:18','2025-02-11 21:13:51',0),(114,'https://aggressivegraphix.com/shop/flow-vision-section-goggle-slamlife/','71:78a290131a4ce00787393b270974d996',2165,'post','product',1,0,NULL,NULL,'Flow Vision Section™ Goggle: Slamlife','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Youth_Slamlife_MX_Ethos_Vision_right_1024x1024.jpg',NULL,'2166','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Youth_Slamlife_MX_Ethos_Vision_right_1024x1024.jpg','2166','featured-image','{\"width\":1024,\"height\":497,\"filesize\":41947,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Youth_Slamlife_MX_Ethos_Vision_right_1024x1024.jpg\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/FlowVision_Youth_Slamlife_MX_Ethos_Vision_right_1024x1024.jpg\",\"size\":\"full\",\"id\":2166,\"alt\":\"\",\"pixels\":508928,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2025-02-11 21:15:49','2025-09-09 21:55:15',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 21:16:58','2025-02-11 21:15:49',0),(115,'https://aggressivegraphix.com/shop/flow-vision-section-goggle-flo-blue-black/','77:5d39b3c68b4c66e78354dc5f218beffe',2168,'post','product',1,0,NULL,NULL,'Flow Vision Section™ Goggle: Flo/Blue/Black','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Flo_Blue_Black_Youth-MxGoggle_DirtBikes1.jpg',NULL,'2170','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Flo_Blue_Black_Youth-MxGoggle_DirtBikes1.jpg','2170','featured-image','{\"width\":1094,\"height\":502,\"filesize\":397039,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Flo_Blue_Black_Youth-MxGoggle_DirtBikes1.jpg\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/FlowVision_Flo_Blue_Black_Youth-MxGoggle_DirtBikes1.jpg\",\"size\":\"full\",\"id\":2170,\"alt\":\"\",\"pixels\":549188,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2025-02-11 21:22:41','2025-09-09 21:55:15',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 21:24:17','2025-02-11 21:22:41',0),(116,'https://aggressivegraphix.com/shop/flow-vision-section-goggle-sharks/','69:80f2c5fc6016affed583f92279948e1a',2171,'post','product',1,0,NULL,NULL,'Flow Vision Section™ Goggle: Sharks','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_youth_Section_MX_Shark_Goggles_right_1024x1024.jpg',NULL,'2172','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_youth_Section_MX_Shark_Goggles_right_1024x1024.jpg','2172','featured-image','{\"width\":1024,\"height\":368,\"filesize\":46226,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_youth_Section_MX_Shark_Goggles_right_1024x1024.jpg\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/FlowVision_youth_Section_MX_Shark_Goggles_right_1024x1024.jpg\",\"size\":\"full\",\"id\":2172,\"alt\":\"\",\"pixels\":376832,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2025-02-11 21:25:01','2025-09-09 21:55:15',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 21:26:31','2025-02-11 21:25:01',0),(117,'https://aggressivegraphix.com/shop/flow-vision-section-goggle-zombies/','70:cfe3731b393585f2d7aee1a1b314c5b4',2174,'post','product',1,0,NULL,NULL,'Flow Vision Section™ Goggle: Zombies','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/Flow_Vision_Mx_Goggles_Havoc_Youth_Zombies_Right_1024x1024.jpg',NULL,'2175','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/Flow_Vision_Mx_Goggles_Havoc_Youth_Zombies_Right_1024x1024.jpg','2175','featured-image','{\"width\":1024,\"height\":419,\"filesize\":68912,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/Flow_Vision_Mx_Goggles_Havoc_Youth_Zombies_Right_1024x1024.jpg\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/Flow_Vision_Mx_Goggles_Havoc_Youth_Zombies_Right_1024x1024.jpg\",\"size\":\"full\",\"id\":2175,\"alt\":\"\",\"pixels\":429056,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2025-02-11 21:28:03','2025-09-09 21:55:05',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 21:29:20','2025-02-11 21:28:03',0),(118,'https://aggressivegraphix.com/shop/flow-vision-section-goggle-black-orange/','75:dc151a91b128dd8340e5a1281c33d3a3',2180,'post','product',1,0,NULL,NULL,'Flow Vision Section™ Goggle: Black/Orange','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Motocross_Youth_Goggles_Black_Orange_Right_1024x1024.jpg',NULL,'2181','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Motocross_Youth_Goggles_Black_Orange_Right_1024x1024.jpg','2181','featured-image','{\"width\":1024,\"height\":402,\"filesize\":29644,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Motocross_Youth_Goggles_Black_Orange_Right_1024x1024.jpg\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/FlowVision_Motocross_Youth_Goggles_Black_Orange_Right_1024x1024.jpg\",\"size\":\"full\",\"id\":2181,\"alt\":\"\",\"pixels\":411648,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2025-02-11 21:32:17','2025-09-09 21:55:05',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 21:34:23','2025-02-11 21:32:17',0),(119,'https://aggressivegraphix.com/shop/flow-vision-section-goggle-t-rex/','68:299e3d51780fb8e4cd7089f3c159cc99',2183,'post','product',1,0,NULL,NULL,'Flow Vision Section™ Goggle: T-Rex','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Section_Trex_MX_Goggles_Left_1024x1024.jpg',NULL,'2184','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Section_Trex_MX_Goggles_Left_1024x1024.jpg','2184','featured-image','{\"width\":1024,\"height\":498,\"filesize\":82500,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Section_Trex_MX_Goggles_Left_1024x1024.jpg\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/FlowVision_Section_Trex_MX_Goggles_Left_1024x1024.jpg\",\"size\":\"full\",\"id\":2184,\"alt\":\"\",\"pixels\":509952,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2025-02-11 21:44:12','2025-09-09 21:55:05',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 21:45:48','2025-02-11 21:44:12',0),(120,'https://aggressivegraphix.com/shop/flow-vision-section-goggle-reflex-cyan-red/','78:cca7d08e751e56a6228dcd50f495f508',2186,'post','product',1,0,NULL,NULL,'Flow Vision Section™ Goggle: Reflex/Cyan/Red','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Supercross_Goggles_Dirbike_MX_Reflex_Cyan_Red_Right-scaled.jpg',NULL,'2187','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Supercross_Goggles_Dirbike_MX_Reflex_Cyan_Red_Right-scaled.jpg','2187','featured-image','{\"width\":2560,\"height\":1161,\"filesize\":252121,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/FlowVision_Supercross_Goggles_Dirbike_MX_Reflex_Cyan_Red_Right-scaled.jpg\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/FlowVision_Supercross_Goggles_Dirbike_MX_Reflex_Cyan_Red_Right-scaled.jpg\",\"size\":\"full\",\"id\":2187,\"alt\":\"\",\"pixels\":2972160,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2025-02-11 21:47:37','2025-09-09 21:55:05',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-11 21:49:49','2025-02-11 21:47:37',0),(122,'https://aggressivegraphix.com/shop/aggressive-graphix-10x10-canopy/','67:2caaadabb72f010d2c276140122abc79',2190,'post','product',1,0,NULL,NULL,'Aggressive Graphix 10×10 Canopy','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/AggressiveGraphix10x10top-hondared-1.png',NULL,'3664','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/AggressiveGraphix10x10top-hondared-1.png','3664','featured-image','{\"width\":992,\"height\":952,\"filesize\":49982,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/AggressiveGraphix10x10top-hondared-1.png\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/AggressiveGraphix10x10top-hondared-1.png\",\"size\":\"full\",\"id\":3664,\"alt\":\"\",\"pixels\":944384,\"type\":\"image/png\"}',0,NULL,NULL,'2025-02-11 21:57:54','2025-09-10 01:25:47',1,NULL,NULL,NULL,NULL,0,1,2,'2025-09-09 19:25:47','2025-02-11 22:02:11',0),(123,'https://aggressivegraphix.com/shop/custom-canopy/','49:7c61f326c86228109abfd79ce33b22fc',2208,'post','product',1,0,NULL,NULL,'Custom canopy','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/bosssuspension.webp',NULL,'2235','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/bosssuspension.webp','2235','featured-image','{\"width\":1440,\"height\":1080,\"filesize\":850078,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/bosssuspension.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/bosssuspension.webp\",\"size\":\"full\",\"id\":2235,\"alt\":\"\",\"pixels\":1555200,\"type\":\"image/webp\"}',0,NULL,NULL,'2025-02-11 22:10:41','2025-09-09 21:55:05',1,NULL,NULL,NULL,NULL,0,2,2,'2025-08-20 17:35:05','2025-02-11 22:12:13',0),(124,'https://aggressivegraphix.com/shop/10x10-blank-canopy/','54:b16632492205c5273e83050bc89bfdbf',2291,'post','product',1,0,NULL,NULL,'10&#215;10 Blank Canopy','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/10x10blankcanopy.webp',NULL,'2302','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/10x10blankcanopy.webp','2302','featured-image','{\"width\":800,\"height\":675,\"filesize\":65554,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/10x10blankcanopy.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/10x10blankcanopy.webp\",\"size\":\"full\",\"id\":2302,\"alt\":\"\",\"pixels\":540000,\"type\":\"image/webp\"}',0,NULL,NULL,'2025-02-19 17:12:22','2025-09-09 21:55:05',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-19 17:44:24','2025-02-19 17:20:17',0),(125,'https://aggressivegraphix.com/shop/10x15-blank-canopy/','54:9e8568f02d0d3919772c0ea15a004487',2307,'post','product',1,0,NULL,NULL,'10&#215;15 Blank Canopy','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/10x15blankcanopy.webp',NULL,'2303','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/10x15blankcanopy.webp','2303','featured-image','{\"width\":800,\"height\":683,\"filesize\":67252,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/10x15blankcanopy.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/10x15blankcanopy.webp\",\"size\":\"full\",\"id\":2303,\"alt\":\"\",\"pixels\":546400,\"type\":\"image/webp\"}',0,NULL,NULL,'2025-02-19 17:26:13','2025-09-09 21:55:05',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-19 17:45:19','2025-02-19 17:26:13',0),(126,'https://aggressivegraphix.com/shop/10x20-blank-canopy/','54:5a1767f20a3a1026eb750b01f4acf7fb',2320,'post','product',1,0,NULL,NULL,'10&#215;20 Blank Canopy','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/10x20blankcanopy.webp',NULL,'2301','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/10x20blankcanopy.webp','2301','featured-image','{\"width\":800,\"height\":614,\"filesize\":55802,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/10x20blankcanopy.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/10x20blankcanopy.webp\",\"size\":\"full\",\"id\":2301,\"alt\":\"\",\"pixels\":491200,\"type\":\"image/webp\"}',0,NULL,NULL,'2025-02-19 17:32:32','2025-09-09 21:55:05',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-19 17:46:08','2025-02-19 17:32:32',0),(127,'https://aggressivegraphix.com/shop/10ft-blank-half-wall/','56:42aa1111e24c1db7109a2b828451dc10',2334,'post','product',1,0,NULL,NULL,'10ft Blank Half Wall','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/halfwall-blank-1.webp',NULL,'2414','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/halfwall-blank-1.webp','2414','featured-image','{\"width\":574,\"height\":574,\"filesize\":51426,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/halfwall-blank-1.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/halfwall-blank-1.webp\",\"size\":\"full\",\"id\":2414,\"alt\":\"\",\"pixels\":329476,\"type\":\"image/webp\"}',0,NULL,NULL,'2025-02-19 17:56:39','2025-09-09 21:55:05',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-20 16:50:16','2025-02-19 17:56:39',0),(128,'https://aggressivegraphix.com/shop/custom-printed-half-wall/','60:7c79fa1aea55261ec1611a8d0fc73c2a',2368,'post','product',1,0,NULL,NULL,'Custom Printed Half Wall','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/customhalfwall-1.webp',NULL,'2422','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/customhalfwall-1-1024x768.webp','2422','featured-image','{\"width\":1024,\"height\":768,\"filesize\":856842,\"path\":\"2025/02/customhalfwall-1-1024x768.webp\",\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/customhalfwall-1-1024x768.webp\",\"size\":\"large\",\"id\":2422,\"alt\":\"\",\"pixels\":786432,\"type\":\"image/webp\"}',0,NULL,NULL,'2025-02-20 14:59:13','2025-09-09 21:55:05',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-20 17:03:08','2025-02-20 14:59:47',0),(129,'https://aggressivegraphix.com/website_675b3277/?product_shipping_class=free-shipping','84:60ab46a2897efd62d3c5aa4fc2b3b119',66,'term','product_shipping_class',NULL,NULL,NULL,NULL,'Free shipping',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-02-20 15:45:22','2025-02-27 01:20:28',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-02-26 18:20:28',NULL,NULL),(130,'https://aggressivegraphix.com/shop/blank-full-wall/','51:ec1353026e0c05177befc7347232dfcc',2391,'post','product',1,0,NULL,NULL,'Blank Full Wall','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/10fullwall.webp',NULL,'2412','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/10fullwall.webp','2412','featured-image','{\"width\":542,\"height\":542,\"filesize\":35032,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/10fullwall.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/10fullwall.webp\",\"size\":\"full\",\"id\":2412,\"alt\":\"\",\"pixels\":293764,\"type\":\"image/webp\"}',0,NULL,NULL,'2025-02-20 16:14:16','2025-09-09 21:55:05',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-20 17:08:33','2025-02-20 16:29:02',0),(131,'https://aggressivegraphix.com/shop/custom-print-full-wall/','58:764f993a99c8cfde2030561e257aec47',2424,'post','product',1,0,NULL,NULL,'Custom Print Full Wall','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/fullwallAG.webp',NULL,'2429','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/fullwallAG.webp','2429','featured-image','{\"width\":1404,\"height\":882,\"filesize\":1018578,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/fullwallAG.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/fullwallAG.webp\",\"size\":\"full\",\"id\":2429,\"alt\":\"\",\"pixels\":1238328,\"type\":\"image/webp\"}',0,NULL,NULL,'2025-02-20 17:10:12','2025-09-09 21:55:05',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-20 20:24:40','2025-02-20 17:10:12',0),(132,'https://aggressivegraphix.com/shop/canopy-leg-weights/','54:2c883fdce172dd11d5b64c2fdb293fc1',2448,'post','product',1,0,NULL,NULL,'Sandbag Canopy Weights','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/mediumsandbags.webp',NULL,'2461','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/mediumsandbags.webp','2461','featured-image','{\"width\":679,\"height\":745,\"filesize\":101156,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/mediumsandbags.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/mediumsandbags.webp\",\"size\":\"full\",\"id\":2461,\"alt\":\"\",\"pixels\":505855,\"type\":\"image/webp\"}',0,NULL,NULL,'2025-02-20 20:32:02','2025-09-09 21:55:05',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-26 18:14:02','2025-02-20 20:32:02',0),(133,'https://aggressivegraphix.com/shop/replacement-canopy-frame/','60:c256fa3bc27f3e355cd58a7a066b3ff8',2450,'post','product',1,0,NULL,NULL,'Replacement Canopy Frame','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/replacementframe.webp',NULL,'2460','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/replacementframe.webp','2460','featured-image','{\"width\":800,\"height\":800,\"filesize\":490188,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/replacementframe.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/replacementframe.webp\",\"size\":\"full\",\"id\":2460,\"alt\":\"\",\"pixels\":640000,\"type\":\"image/webp\"}',0,NULL,NULL,'2025-02-20 20:39:58','2025-09-09 21:55:05',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-26 18:20:28','2025-02-20 20:47:04',0),(134,'https://aggressivegraphix.com/shop/replacement-canopy-bag/','58:f03984b21be7e3dc9ec835a72c9854a4',2465,'post','product',1,0,NULL,NULL,'Replacement Canopy Bag','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/replacement10x10bag.webp',NULL,'2467','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/02/replacement10x10bag.webp','2467','featured-image','{\"width\":268,\"height\":640,\"filesize\":38774,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/02/replacement10x10bag.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/02/replacement10x10bag.webp\",\"size\":\"full\",\"id\":2467,\"alt\":\"\",\"pixels\":171520,\"type\":\"image/webp\"}',0,NULL,NULL,'2025-02-26 17:14:29','2025-09-09 21:55:05',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-26 18:07:57','2025-02-26 17:18:43',0),(135,'https://aggressivegraphix.com/envira/chrome-deletes/','52:9b720a5a7b541bbe315c568bac45af31',2530,'post','envira',1,0,NULL,NULL,'Chrome deletes','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-03-03 21:42:52','2025-09-19 01:10:38',1,NULL,NULL,NULL,NULL,0,0,2,'2025-09-18 19:10:36','2025-03-03 21:35:07',0),(136,'https://aggressivegraphix.com/envira/partial-wraps/','51:2a57b395401ea8b44a4f35b2c124bdeb',2590,'post','envira',1,0,NULL,NULL,'Partial wraps','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-03-03 22:39:10','2025-08-30 01:43:52',1,NULL,NULL,NULL,NULL,0,0,2,'2025-08-29 19:43:52','2025-03-03 22:42:32',0),(137,'https://aggressivegraphix.com/envira/full-wraps/','48:a6e4420ef6cb298735636fd380e99e9b',2620,'post','envira',1,0,NULL,NULL,'Full wraps','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-03-03 22:47:48','2025-09-19 01:14:53',1,NULL,NULL,NULL,NULL,0,0,2,'2025-09-18 19:14:51','2025-03-03 22:47:53',0),(138,'https://aggressivegraphix.com/envira/window-tinting/','52:c20b3c25c021368166a12307fb9cfe3a',2703,'post','envira',1,0,NULL,NULL,'Window tinting','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-03-07 21:25:30','2025-09-19 01:00:09',1,NULL,NULL,NULL,NULL,0,0,2,'2025-09-18 19:00:08','2025-03-07 21:47:45',0),(139,'https://aggressivegraphix.com/envira/commercial-wraps/','54:5da1daa329895b2f0384942c1245a6a6',2832,'post','envira',1,0,NULL,NULL,'Commercial wraps','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-05-15 17:15:40','2025-09-19 00:52:20',1,NULL,NULL,NULL,NULL,0,0,2,'2025-09-18 18:52:19','2025-05-15 17:19:26',0),(140,'https://aggressivegraphix.com/envira/our-work-bikes/','52:7861e7382fa7712672028c2fe332ce03',2947,'post','envira',1,0,NULL,NULL,'Our Work &#8211; Bikes','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-06-11 15:03:25','2025-08-20 23:53:54',1,NULL,NULL,NULL,NULL,0,0,2,'2025-08-20 17:53:53','2025-06-11 15:42:59',0),(141,'https://aggressivegraphix.com/envira/our-work-wraps/','52:c372947dbc7139c4f3a76c7cdc56567d',3010,'post','envira',1,0,NULL,NULL,'Our Work &#8211; Wraps','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-06-11 15:48:43','2025-08-20 23:53:54',1,NULL,NULL,NULL,NULL,0,0,2,'2025-08-20 17:53:54','2025-06-11 16:36:54',0),(142,'https://aggressivegraphix.com/envira/our-work-canopies/','55:544a5d658d3fef11b9c1a38cd2ce7b9f',3152,'post','envira',1,0,NULL,NULL,'Our Work &#8211; Canopies','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-06-11 18:01:09','2025-08-20 23:53:54',1,NULL,NULL,NULL,NULL,0,0,2,'2025-08-20 17:53:54','2025-06-11 18:14:38',0),(143,'https://aggressivegraphix.com/website_675b3277/?page_id=3221','60:31dde6603bb00ed7d134805fe7ad1900',3221,'post','page',1,31,NULL,NULL,'Apply for a sponsorship','draft',0,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-06-13 14:09:14','2025-06-13 20:55:52',1,NULL,NULL,NULL,NULL,0,1,2,'2025-06-13 14:55:52','0000-00-00 00:00:00',0),(144,'https://aggressivegraphix.com/shop/fitted-table-cloths/','55:b2ecd24d86b9d1f96332cfb295471961',3251,'post','product',1,0,NULL,NULL,'Fitted Table Cloth','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/06/aggressive.webp',NULL,'3252','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/06/aggressive.webp','3252','featured-image','{\"width\":1440,\"height\":1080,\"filesize\":73580,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/aggressive.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/06/aggressive.webp\",\"size\":\"full\",\"id\":3252,\"alt\":\"\",\"pixels\":1555200,\"type\":\"image/webp\"}',0,NULL,NULL,'2025-06-17 17:25:47','2025-09-09 21:55:05',1,NULL,NULL,NULL,NULL,0,1,2,'2025-06-17 18:12:03','2025-06-17 18:10:22',0),(145,'https://aggressivegraphix.com/shop/stretch-table-cloth/','55:45b0edf16cfe90218e3d222de93e49b7',3274,'post','product',1,0,NULL,NULL,'Stretch Table Cloth','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow-stretch.webp',NULL,'3275','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow-stretch.webp','3275','featured-image','{\"width\":1440,\"height\":1080,\"filesize\":111428,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/06/wickedbigcarshow-stretch.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/06/wickedbigcarshow-stretch.webp\",\"size\":\"full\",\"id\":3275,\"alt\":\"\",\"pixels\":1555200,\"type\":\"image/webp\"}',0,NULL,NULL,'2025-06-17 18:24:40','2025-09-09 21:55:05',1,NULL,NULL,NULL,NULL,0,1,2,'2025-06-17 18:26:57','2025-06-17 18:26:53',0),(146,'https://aggressivegraphix.com/shop/progressive/','47:a3ae2e2b1da775bd144d183ce413f05a',3465,'post','product',1,0,NULL,NULL,'Progressive','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/08/jersey-progressive.webp',NULL,'3466','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/08/jersey-progressive.webp','3466','featured-image','{\"width\":800,\"height\":800,\"filesize\":28222,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/08/jersey-progressive.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/08/jersey-progressive.webp\",\"size\":\"full\",\"id\":3466,\"alt\":\"\",\"pixels\":640000,\"type\":\"image/webp\"}',0,NULL,NULL,'2025-08-11 17:07:33','2025-09-09 21:55:05',1,NULL,NULL,NULL,NULL,0,1,2,'2025-08-11 17:09:26','2025-08-11 17:07:33',0),(147,'https://aggressivegraphix.com/shop/marker/','42:9e8cfa37160f37095e6c35b4148c43fe',3467,'post','product',1,0,NULL,NULL,'Marker','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/08/jersey-marker.webp',NULL,'3468','featured-image',NULL,NULL,'https://aggressivegraphix.com/wp-content/uploads/2025/08/jersey-marker.webp','3468','featured-image','{\"width\":800,\"height\":800,\"filesize\":29572,\"url\":\"https://aggressivegraphix.com/wp-content/uploads/2025/08/jersey-marker.webp\",\"path\":\"/home3/aggrest5/public_html/wp-content/uploads/2025/08/jersey-marker.webp\",\"size\":\"full\",\"id\":3468,\"alt\":\"\",\"pixels\":640000,\"type\":\"image/webp\"}',0,NULL,NULL,'2025-08-11 17:12:25','2025-09-09 21:55:05',1,NULL,NULL,NULL,NULL,0,1,2,'2025-08-11 17:16:26','2025-08-11 17:12:25',0),(148,'https://aggressivegraphix.com/ag-logos/','39:8591756648eee29b2c09ef9aa9972300',3506,'post','page',1,0,NULL,NULL,'AG Logos','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-08-20 17:17:49','2025-08-20 23:17:52',1,NULL,NULL,NULL,NULL,0,1,2,'2025-08-20 17:17:52','2025-08-20 17:17:49',0);
/*!40000 ALTER TABLE `nbn_yoast_indexable` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_yoast_indexable_hierarchy`
--

DROP TABLE IF EXISTS `nbn_yoast_indexable_hierarchy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_yoast_indexable_hierarchy` (
  `indexable_id` int(11) unsigned NOT NULL,
  `ancestor_id` int(11) unsigned NOT NULL,
  `depth` int(11) unsigned DEFAULT NULL,
  `blog_id` bigint(20) NOT NULL DEFAULT '1',
  PRIMARY KEY (`indexable_id`,`ancestor_id`),
  KEY `indexable_id` (`indexable_id`),
  KEY `ancestor_id` (`ancestor_id`),
  KEY `depth` (`depth`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `nbn_yoast_indexable_hierarchy`
--

LOCK TABLES `nbn_yoast_indexable_hierarchy` WRITE;
/*!40000 ALTER TABLE `nbn_yoast_indexable_hierarchy` DISABLE KEYS */;
INSERT INTO `nbn_yoast_indexable_hierarchy` VALUES (2,0,0,1),(3,0,0,1),(4,0,0,1),(5,0,0,1),(6,0,0,1),(7,0,0,1),(8,0,0,1),(11,0,0,1),(13,0,0,1),(14,0,0,1),(16,0,0,1),(17,0,0,1),(18,0,0,1),(19,0,0,1),(20,0,0,1),(21,0,0,1),(22,0,0,1),(23,26,1,1),(24,26,1,1),(25,26,1,1),(26,0,0,1),(27,0,0,1),(28,27,1,1),(29,27,1,1),(30,27,1,1),(31,27,1,1),(32,27,2,1),(32,31,1,1),(33,27,2,1),(33,31,1,1),(34,27,2,1),(34,31,1,1),(35,0,0,1),(36,35,1,1),(37,35,1,1),(38,35,1,1),(39,35,1,1),(40,35,1,1),(41,35,1,1),(42,0,0,1),(43,0,0,1),(44,0,0,1),(45,0,0,1),(46,0,0,1),(47,0,0,1),(48,0,0,1),(49,0,0,1),(50,0,0,1),(51,0,0,1),(52,0,0,1),(53,0,0,1),(54,0,0,1),(55,0,0,1),(56,0,0,1),(57,0,0,1),(58,26,1,1),(59,26,1,1),(61,21,1,1),(62,21,1,1),(63,21,1,1),(64,0,0,1),(68,0,0,1),(69,0,0,1),(70,0,0,1),(71,0,0,1),(72,0,0,1),(73,0,0,1),(74,0,0,1),(75,0,0,1),(76,0,0,1),(77,0,0,1),(78,0,0,1),(79,0,0,1),(80,0,0,1),(81,0,0,1),(82,0,0,1),(83,0,0,1),(84,0,0,1),(85,0,0,1),(86,0,0,1),(87,0,0,1),(88,0,0,1),(89,0,0,1),(90,0,0,1),(91,0,0,1),(92,0,0,1),(93,0,0,1),(94,0,0,1),(95,0,0,1),(96,0,0,1),(97,0,0,1),(98,0,0,1),(99,0,0,1),(100,0,0,1),(101,0,0,1),(102,0,0,1),(103,0,0,1),(104,0,0,1),(105,0,0,1),(106,0,0,1),(107,0,0,1),(108,0,0,1),(109,0,0,1),(110,0,0,1),(111,0,0,1),(112,0,0,1),(113,0,0,1),(114,0,0,1),(115,0,0,1),(116,0,0,1),(117,0,0,1),(118,0,0,1),(119,0,0,1),(120,0,0,1),(122,0,0,1),(123,0,0,1),(124,0,0,1),(125,0,0,1),(126,0,0,1),(127,0,0,1),(128,0,0,1),(129,0,0,1),(130,0,0,1),(131,0,0,1),(132,0,0,1),(133,0,0,1),(134,0,0,1),(135,0,0,1),(136,0,0,1),(137,0,0,1),(138,0,0,1),(139,0,0,1),(140,0,0,1),(141,0,0,1),(142,0,0,1),(143,18,1,1),(144,0,0,1),(145,0,0,1),(146,0,0,1),(147,0,0,1),(148,0,0,1);
/*!40000 ALTER TABLE `nbn_yoast_indexable_hierarchy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_yoast_migrations`
--

DROP TABLE IF EXISTS `nbn_yoast_migrations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_yoast_migrations` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `version` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `nbn_yoast_migrations_version` (`version`)
) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `nbn_yoast_migrations`
--

LOCK TABLES `nbn_yoast_migrations` WRITE;
/*!40000 ALTER TABLE `nbn_yoast_migrations` DISABLE KEYS */;
INSERT INTO `nbn_yoast_migrations` VALUES (1,'20171228151840'),(2,'20171228151841'),(3,'20190529075038'),(4,'20191011111109'),(5,'20200408101900'),(6,'20200420073606'),(7,'20200428123747'),(8,'20200428194858'),(9,'20200429105310'),(10,'20200430075614'),(11,'20200430150130'),(12,'20200507054848'),(13,'20200513133401'),(14,'20200609154515'),(15,'20200616130143'),(16,'20200617122511'),(17,'20200702141921'),(18,'20200728095334'),(19,'20201202144329'),(20,'20201216124002'),(21,'20201216141134'),(22,'20210817092415'),(23,'20211020091404'),(24,'20230417083836');
/*!40000 ALTER TABLE `nbn_yoast_migrations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_yoast_primary_term`
--

DROP TABLE IF EXISTS `nbn_yoast_primary_term`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_yoast_primary_term` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) DEFAULT NULL,
  `term_id` bigint(20) DEFAULT NULL,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `blog_id` bigint(20) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `post_taxonomy` (`post_id`,`taxonomy`),
  KEY `post_term` (`post_id`,`term_id`)
) ENGINE=InnoDB AUTO_INCREMENT=108 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `nbn_yoast_primary_term`
--

LOCK TABLES `nbn_yoast_primary_term` WRITE;
/*!40000 ALTER TABLE `nbn_yoast_primary_term` DISABLE KEYS */;
INSERT INTO `nbn_yoast_primary_term` VALUES (1,122,25,'product_cat','2024-10-31 01:37:10','2025-09-09 22:07:10',1),(2,486,24,'product_cat','2024-11-10 23:55:31','2025-10-03 20:52:35',1),(3,700,24,'product_cat','2024-11-11 00:50:40','2025-10-02 02:18:48',1),(4,858,24,'product_cat','2024-11-11 01:38:02','2025-09-10 01:01:39',1),(5,910,24,'product_cat','2024-11-11 23:49:13','2025-09-10 01:04:47',1),(6,1027,25,'product_cat','2024-11-12 02:12:24','2025-09-10 00:57:24',1),(7,1103,24,'product_cat','2024-11-12 02:49:01','2025-09-10 01:18:03',1),(9,1271,29,'product_cat','2024-12-18 20:17:38','2025-09-09 22:07:10',1),(10,1392,29,'product_cat','2024-12-19 17:41:01','2025-09-09 22:07:10',1),(11,1413,29,'product_cat','2024-12-19 18:41:31','2025-09-09 22:07:10',1),(12,1414,29,'product_cat','2024-12-19 19:19:33','2025-09-09 22:07:10',1),(13,1415,29,'product_cat','2024-12-19 19:20:40','2025-09-09 22:07:10',1),(14,1416,29,'product_cat','2024-12-19 19:21:34','2025-09-09 22:07:10',1),(15,1417,29,'product_cat','2024-12-19 19:23:14','2025-09-09 22:07:10',1),(16,1418,29,'product_cat','2024-12-19 19:24:07','2025-09-09 21:55:20',1),(17,1419,29,'product_cat','2024-12-19 19:24:47','2025-09-09 21:55:20',1),(18,1420,29,'product_cat','2024-12-19 19:25:30','2025-09-09 21:55:20',1),(19,1421,29,'product_cat','2024-12-19 19:26:13','2025-09-09 21:55:20',1),(20,1422,29,'product_cat','2024-12-19 19:27:49','2025-09-09 21:55:20',1),(21,1423,29,'product_cat','2024-12-19 19:29:18','2025-09-09 21:55:20',1),(22,1424,29,'product_cat','2024-12-19 19:30:04','2025-09-09 21:55:20',1),(23,1425,29,'product_cat','2024-12-19 19:31:04','2025-09-09 21:55:20',1),(24,1426,29,'product_cat','2024-12-19 19:31:59','2025-09-09 21:55:20',1),(25,1427,29,'product_cat','2024-12-19 19:32:42','2025-09-09 21:55:20',1),(26,1490,25,'product_cat','2024-12-19 21:57:22','2025-10-02 19:54:13',1),(27,1838,25,'product_cat','2025-01-10 00:43:44','2025-10-02 19:56:17',1),(28,2008,24,'product_cat','2025-02-11 15:43:00','2025-09-10 01:03:18',1),(29,2025,24,'product_cat','2025-02-11 16:06:17','2025-09-10 01:15:41',1),(30,2045,63,'product_brand','2025-02-11 17:06:09','2025-09-09 21:55:20',1),(31,2045,31,'product_cat','2025-02-11 17:06:09','2025-09-09 21:55:20',1),(32,2051,63,'product_brand','2025-02-11 17:25:47','2025-09-09 21:55:20',1),(33,2051,31,'product_cat','2025-02-11 17:25:47','2025-09-09 21:55:20',1),(34,2055,63,'product_brand','2025-02-11 18:46:38','2025-09-09 21:55:20',1),(35,2055,31,'product_cat','2025-02-11 18:46:38','2025-09-09 21:55:20',1),(36,2076,63,'product_brand','2025-02-11 19:04:30','2025-09-09 21:55:20',1),(37,2076,31,'product_cat','2025-02-11 19:04:30','2025-09-09 21:55:20',1),(38,2097,63,'product_brand','2025-02-11 19:24:56','2025-09-09 21:55:20',1),(39,2097,31,'product_cat','2025-02-11 19:24:56','2025-09-09 21:55:20',1),(40,2102,63,'product_brand','2025-02-11 19:31:25','2025-09-09 21:55:20',1),(41,2102,31,'product_cat','2025-02-11 19:31:25','2025-09-09 21:55:20',1),(42,2105,63,'product_brand','2025-02-11 19:43:36','2025-09-09 21:55:14',1),(43,2105,30,'product_cat','2025-02-11 19:43:36','2025-09-09 21:55:14',1),(44,2111,63,'product_brand','2025-02-11 19:47:46','2025-09-09 21:55:15',1),(45,2111,30,'product_cat','2025-02-11 19:47:46','2025-09-09 21:55:15',1),(46,2114,63,'product_brand','2025-02-11 19:56:43','2025-09-09 21:55:15',1),(47,2114,30,'product_cat','2025-02-11 19:56:43','2025-09-09 21:55:15',1),(48,2117,63,'product_brand','2025-02-11 19:59:58','2025-09-09 21:55:15',1),(49,2117,30,'product_cat','2025-02-11 19:59:58','2025-09-09 21:55:15',1),(50,2120,63,'product_brand','2025-02-11 20:04:11','2025-09-09 21:55:15',1),(51,2120,30,'product_cat','2025-02-11 20:04:11','2025-09-09 21:55:15',1),(52,2123,63,'product_brand','2025-02-11 20:09:03','2025-09-09 21:55:15',1),(53,2123,30,'product_cat','2025-02-11 20:09:03','2025-09-09 21:55:15',1),(54,2126,63,'product_brand','2025-02-11 20:12:21','2025-09-09 21:55:15',1),(55,2126,30,'product_cat','2025-02-11 20:12:21','2025-09-09 21:55:15',1),(56,2129,63,'product_brand','2025-02-11 20:17:15','2025-09-09 21:55:15',1),(57,2129,30,'product_cat','2025-02-11 20:17:15','2025-09-09 21:55:15',1),(58,2132,63,'product_brand','2025-02-11 20:19:14','2025-09-09 21:55:15',1),(59,2132,30,'product_cat','2025-02-11 20:19:14','2025-09-09 21:55:15',1),(60,2135,63,'product_brand','2025-02-11 20:31:32','2025-09-09 21:55:15',1),(61,2135,30,'product_cat','2025-02-11 20:31:32','2025-09-09 21:55:15',1),(62,2138,63,'product_brand','2025-02-11 20:40:48','2025-09-09 21:55:15',1),(63,2138,30,'product_cat','2025-02-11 20:40:48','2025-09-09 21:55:15',1),(64,2141,63,'product_brand','2025-02-11 20:46:01','2025-09-09 21:55:15',1),(65,2141,30,'product_cat','2025-02-11 20:46:01','2025-09-09 21:55:15',1),(66,2144,63,'product_brand','2025-02-11 20:48:05','2025-09-09 21:55:15',1),(67,2144,30,'product_cat','2025-02-11 20:48:05','2025-09-09 21:55:15',1),(68,2147,63,'product_brand','2025-02-11 20:54:13','2025-09-09 21:55:15',1),(69,2147,30,'product_cat','2025-02-11 20:54:13','2025-09-09 21:55:15',1),(70,2150,63,'product_brand','2025-02-11 20:56:53','2025-09-09 21:55:15',1),(71,2150,30,'product_cat','2025-02-11 20:56:53','2025-09-09 21:55:15',1),(72,2159,63,'product_brand','2025-02-11 21:12:17','2025-09-09 21:55:15',1),(73,2159,30,'product_cat','2025-02-11 21:12:17','2025-09-09 21:55:15',1),(74,2162,63,'product_brand','2025-02-11 21:13:54','2025-09-09 21:55:15',1),(75,2162,30,'product_cat','2025-02-11 21:13:54','2025-09-09 21:55:15',1),(76,2165,63,'product_brand','2025-02-11 21:15:51','2025-09-09 21:55:15',1),(77,2165,30,'product_cat','2025-02-11 21:15:51','2025-09-09 21:55:15',1),(78,2168,63,'product_brand','2025-02-11 21:22:44','2025-09-09 21:55:15',1),(79,2168,30,'product_cat','2025-02-11 21:22:44','2025-09-09 21:55:15',1),(80,2171,63,'product_brand','2025-02-11 21:25:03','2025-09-09 21:55:15',1),(81,2171,30,'product_cat','2025-02-11 21:25:03','2025-09-09 21:55:15',1),(82,2174,63,'product_brand','2025-02-11 21:28:06','2025-09-09 21:55:05',1),(83,2174,30,'product_cat','2025-02-11 21:28:06','2025-09-09 21:55:05',1),(84,2180,63,'product_brand','2025-02-11 21:32:19','2025-09-09 21:55:05',1),(85,2180,30,'product_cat','2025-02-11 21:32:19','2025-09-09 21:55:05',1),(86,2183,63,'product_brand','2025-02-11 21:44:14','2025-09-09 21:55:05',1),(87,2183,30,'product_cat','2025-02-11 21:44:14','2025-09-09 21:55:05',1),(88,2186,63,'product_brand','2025-02-11 21:47:39','2025-09-09 21:55:05',1),(89,2186,30,'product_cat','2025-02-11 21:47:39','2025-09-09 21:55:05',1),(92,2190,37,'product_cat','2025-02-11 22:02:14','2025-09-10 01:25:47',1),(93,2208,37,'product_cat','2025-02-11 22:12:50','2025-09-09 21:55:05',1),(94,2291,37,'product_cat','2025-02-19 17:20:23','2025-09-09 21:55:05',1),(95,2307,37,'product_cat','2025-02-19 17:26:15','2025-09-09 21:55:05',1),(96,2320,37,'product_cat','2025-02-19 17:32:33','2025-09-09 21:55:05',1),(97,2334,38,'product_cat','2025-02-19 18:13:25','2025-09-09 21:55:05',1),(98,2368,38,'product_cat','2025-02-20 14:59:51','2025-09-09 21:55:05',1),(99,2391,39,'product_cat','2025-02-20 16:33:20','2025-09-09 21:55:05',1),(100,2424,39,'product_cat','2025-02-20 17:10:15','2025-09-09 21:55:05',1),(101,2448,36,'product_cat','2025-02-20 20:32:07','2025-09-09 21:55:05',1),(102,2450,42,'product_cat','2025-02-20 20:47:33','2025-09-09 21:55:05',1),(103,2465,42,'product_cat','2025-02-26 17:18:46','2025-09-09 21:55:05',1),(104,3251,41,'product_cat','2025-06-17 18:03:55','2025-09-09 21:55:05',1),(105,3274,41,'product_cat','2025-06-17 18:26:57','2025-09-09 21:55:05',1),(106,3465,29,'product_cat','2025-08-11 17:07:35','2025-09-09 21:55:05',1),(107,3467,29,'product_cat','2025-08-11 17:12:26','2025-09-09 21:55:05',1);
/*!40000 ALTER TABLE `nbn_yoast_primary_term` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `nbn_yoast_seo_links`
--

DROP TABLE IF EXISTS `nbn_yoast_seo_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `nbn_yoast_seo_links` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) DEFAULT NULL,
  `post_id` bigint(20) unsigned DEFAULT NULL,
  `target_post_id` bigint(20) unsigned DEFAULT NULL,
  `type` varchar(8) DEFAULT NULL,
  `indexable_id` int(11) unsigned DEFAULT NULL,
  `target_indexable_id` int(11) unsigned DEFAULT NULL,
  `height` int(11) unsigned DEFAULT NULL,
  `width` int(11) unsigned DEFAULT NULL,
  `size` int(11) unsigned DEFAULT NULL,
  `language` varchar(32) DEFAULT NULL,
  `region` varchar(32) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `link_direction` (`post_id`,`type`),
  KEY `indexable_link_direction` (`indexable_id`,`type`)
) ENGINE=InnoDB AUTO_INCREMENT=3903 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `nbn_yoast_seo_links`
--

LOCK TABLES `nbn_yoast_seo_links` WRITE;
/*!40000 ALTER TABLE `nbn_yoast_seo_links` DISABLE KEYS */;
INSERT INTO `nbn_yoast_seo_links` VALUES (2,'https://www.google.com/maps/search/?api=1&amp;query=42.042945,-71.886383',31,NULL,'external',18,NULL,NULL,NULL,NULL,NULL,NULL),(3,'https://www.facebook.com/Aggressive.Graphix',31,NULL,'external',18,NULL,NULL,NULL,NULL,NULL,NULL),(4,'https://www.instagram.com/aggressive_graphix',31,NULL,'external',18,NULL,NULL,NULL,NULL,NULL,NULL),(234,'https://aggressivegraphix.com/website_675b3277/shop/',7,6,'internal',5,4,NULL,NULL,NULL,NULL,NULL),(235,'https://aggressivegraphix.com/website_675b3277/product/vip/',7,1427,'internal',5,83,NULL,NULL,NULL,NULL,NULL),(236,'https://aggressivegraphix.com/website_675b3277/product/teko/',7,1426,'internal',5,82,NULL,NULL,NULL,NULL,NULL),(237,'https://aggressivegraphix.com/website_675b3277/product/stellar/',7,1425,'internal',5,81,NULL,NULL,NULL,NULL,NULL),(238,'https://aggressivegraphix.com/website_675b3277/product/special-tld/',7,1424,'internal',5,80,NULL,NULL,NULL,NULL,NULL),(239,'https://i0.wp.com/aggressivegraphix.com/website_675b3277/wp-content/uploads/2024/12/jersey-VIP.png?resize=300%2C300&amp;ssl=1',7,NULL,'image-ex',5,NULL,NULL,NULL,NULL,NULL,NULL),(240,'https://i0.wp.com/aggressivegraphix.com/website_675b3277/wp-content/uploads/2024/12/jersey-teko.png?resize=300%2C300&amp;ssl=1',7,NULL,'image-ex',5,NULL,NULL,NULL,NULL,NULL,NULL),(241,'https://i0.wp.com/aggressivegraphix.com/website_675b3277/wp-content/uploads/2024/12/jersey-stellar.png?resize=300%2C300&amp;ssl=1',7,NULL,'image-ex',5,NULL,NULL,NULL,NULL,NULL,NULL),(242,'https://i0.wp.com/aggressivegraphix.com/website_675b3277/wp-content/uploads/2024/12/jersey-specialtld.png?resize=300%2C300&amp;ssl=1',7,NULL,'image-ex',5,NULL,NULL,NULL,NULL,NULL,NULL),(277,'https://i0.wp.com/aggressivegraphix.com/website_675b3277/wp-content/uploads/2025/02/zippers.png?resize=845%2C738&amp;ssl=1',2391,NULL,'image-ex',130,NULL,NULL,NULL,NULL,NULL,NULL),(278,'https://i0.wp.com/aggressivegraphix.com/website_675b3277/wp-content/uploads/2025/02/zippers.png?resize=845%2C738&amp;ssl=1',2424,NULL,'image-ex',131,NULL,NULL,NULL,NULL,NULL,NULL),(279,'https://i0.wp.com/aggressivegraphix.com/website_675b3277/wp-content/uploads/2025/02/31mmsquare.png?resize=800%2C800&amp;ssl=1',2450,NULL,'image-ex',133,NULL,NULL,NULL,NULL,NULL,NULL),(280,'https://i0.wp.com/aggressivegraphix.com/website_675b3277/wp-content/uploads/2025/02/40mmhex.jpg?resize=800%2C800&amp;ssl=1',2450,NULL,'image-ex',133,NULL,NULL,NULL,NULL,NULL,NULL),(281,'https://i0.wp.com/aggressivegraphix.com/website_675b3277/wp-content/uploads/2025/02/50mmhex.jpg?resize=800%2C800&amp;ssl=1',2450,NULL,'image-ex',133,NULL,NULL,NULL,NULL,NULL,NULL),(1232,'https://aggressivegraphix.com/wraps-and-tint/color-change-wraps/',95,NULL,'internal',21,NULL,NULL,NULL,NULL,NULL,NULL),(1233,'https://aggressivegraphix.com/wraps-and-tint/commercial-wraps-and-lettering/',95,NULL,'internal',21,NULL,NULL,NULL,NULL,NULL,NULL),(1234,'https://aggressivegraphix.com/wraps-and-tint/window-tint/',95,NULL,'internal',21,NULL,NULL,NULL,NULL,NULL,NULL),(1237,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/02/IMG_3616.jpg?resize=768%2C1024&amp;ssl=1',95,NULL,'image-ex',21,NULL,NULL,NULL,NULL,NULL,NULL),(1240,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/02/IMG_3128.jpg?resize=768%2C1024&amp;ssl=1',95,NULL,'image-ex',21,NULL,NULL,NULL,NULL,NULL,NULL),(1241,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/02/IMG_3097.jpg?resize=768%2C1024&amp;ssl=1',95,NULL,'image-ex',21,NULL,NULL,NULL,NULL,NULL,NULL),(1242,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/02/IMG_3053.jpg?resize=768%2C1024&amp;ssl=1',95,NULL,'image-ex',21,NULL,NULL,NULL,NULL,NULL,NULL),(1300,'https://aggressivegraphix.com/our-work/',1212,82,'internal',61,19,NULL,NULL,NULL,NULL,NULL),(1423,'https://aggressivegraphix.com/wp-content/plugins/wpforms/assets/images/submit-spin.svg',1212,NULL,'image-in',61,NULL,NULL,NULL,NULL,NULL,NULL),(1580,'https://aggressivegraphix.com/wp-content/plugins/wpforms/assets/images/submit-spin.svg',1214,NULL,'image-in',62,NULL,NULL,NULL,NULL,NULL,NULL),(1635,'https://aggressivegraphix.com/wp-content/plugins/wpforms/assets/images/submit-spin.svg',1216,NULL,'image-in',63,NULL,NULL,NULL,NULL,NULL,NULL),(1684,'mailto:info@aggressivegraphix.com',10,NULL,'external',8,NULL,NULL,NULL,NULL,NULL,NULL),(1685,'mailto:info@aggressivegraphix.com',3,NULL,'external',13,NULL,NULL,NULL,NULL,NULL,NULL),(2894,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/02/31mmsquare.png?resize=800%2C800&amp;ssl=1',2208,NULL,'image-ex',123,NULL,NULL,NULL,NULL,NULL,NULL),(2895,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/02/40mmhex.jpg?resize=800%2C800&amp;ssl=1',2208,NULL,'image-ex',123,NULL,NULL,NULL,NULL,NULL,NULL),(2896,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/02/50mmhex.jpg?resize=800%2C800&amp;ssl=1',2208,NULL,'image-ex',123,NULL,NULL,NULL,NULL,NULL,NULL),(3470,'https://explore.auravinyl.com/',1212,NULL,'external',61,NULL,NULL,NULL,NULL,NULL,NULL),(3471,'https://explore.auravinyl.com/',1212,NULL,'external',61,NULL,NULL,NULL,NULL,NULL,NULL),(3472,'https://explore.auravinyl.com/',1212,NULL,'external',61,NULL,NULL,NULL,NULL,NULL,NULL),(3473,'https://explore.auravinyl.com/',1212,NULL,'external',61,NULL,NULL,NULL,NULL,NULL,NULL),(3531,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/02/3M.png?ssl=1',1212,NULL,'image-ex',61,NULL,NULL,NULL,NULL,NULL,NULL),(3532,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/02/averydennison.png?ssl=1',1212,NULL,'image-ex',61,NULL,NULL,NULL,NULL,NULL,NULL),(3533,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/02/Orafol.png?ssl=1',1212,NULL,'image-ex',61,NULL,NULL,NULL,NULL,NULL,NULL),(3534,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/02/hexis.png?ssl=1',1212,NULL,'image-ex',61,NULL,NULL,NULL,NULL,NULL,NULL),(3535,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/02/kpmf.png?ssl=1',1212,NULL,'image-ex',61,NULL,NULL,NULL,NULL,NULL,NULL),(3536,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/02/teckwrap.png?ssl=1',1212,NULL,'image-ex',61,NULL,NULL,NULL,NULL,NULL,NULL),(3537,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/02/tinyBot.png?ssl=1',1212,NULL,'image-ex',61,NULL,NULL,NULL,NULL,NULL,NULL),(3538,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/02/aura.png?ssl=1',1212,NULL,'image-ex',61,NULL,NULL,NULL,NULL,NULL,NULL),(3707,'https://aggressivegraphix.com/shop/two-tone-seat-cover/',486,122,'internal',52,22,NULL,NULL,NULL,NULL,NULL),(3708,'https://aggressivegraphix.com/shop/two-tone-seat-cover/',486,122,'internal',52,22,NULL,NULL,NULL,NULL,NULL),(3709,'https://aggressivegraphix.com/shop/two-tone-seat-cover/',486,122,'internal',52,22,NULL,NULL,NULL,NULL,NULL),(3710,'https://aggressivegraphix.com/shop/solid-seat-cover/',486,1027,'internal',52,56,NULL,NULL,NULL,NULL,NULL),(3711,'https://aggressivegraphix.com/shop/solid-seat-cover/',486,1027,'internal',52,56,NULL,NULL,NULL,NULL,NULL),(3712,'https://aggressivegraphix.com/shop/solid-seat-cover/',486,1027,'internal',52,56,NULL,NULL,NULL,NULL,NULL),(3713,'https://aggressivegraphix.com/shop/5-rib-seat-cover/',486,1490,'internal',52,84,NULL,NULL,NULL,NULL,NULL),(3714,'https://aggressivegraphix.com/shop/5-rib-seat-cover/',486,1490,'internal',52,84,NULL,NULL,NULL,NULL,NULL),(3715,'https://aggressivegraphix.com/shop/5-rib-seat-cover/',486,1490,'internal',52,84,NULL,NULL,NULL,NULL,NULL),(3716,'https://aggressivegraphix.com/shop/3-rib-seat-cover/',486,1838,'internal',52,85,NULL,NULL,NULL,NULL,NULL),(3717,'https://aggressivegraphix.com/shop/3-rib-seat-cover/',486,1838,'internal',52,85,NULL,NULL,NULL,NULL,NULL),(3718,'https://aggressivegraphix.com/shop/3-rib-seat-cover/',486,1838,'internal',52,85,NULL,NULL,NULL,NULL,NULL),(3719,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2024/10/2tonegripper.webp?resize=300%2C300&amp;ssl=1',486,NULL,'image-ex',52,NULL,NULL,NULL,NULL,NULL,NULL),(3720,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-black.png?resize=300%2C300&amp;ssl=1',486,NULL,'image-ex',52,NULL,NULL,NULL,NULL,NULL,NULL),(3721,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2024/12/5ribgripper.webp?resize=300%2C300&amp;ssl=1',486,NULL,'image-ex',52,NULL,NULL,NULL,NULL,NULL,NULL),(3722,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/01/3ribgripper.webp?resize=300%2C300&amp;ssl=1',486,NULL,'image-ex',52,NULL,NULL,NULL,NULL,NULL,NULL),(3724,'https://aggressivegraphix.com/shop/custom-full-decal-kit/',2008,486,'internal',86,52,NULL,NULL,NULL,NULL,NULL),(3725,'https://aggressivegraphix.com/shop/custom-full-decal-kit/',2008,486,'internal',86,52,NULL,NULL,NULL,NULL,NULL),(3726,'https://aggressivegraphix.com/shop/custom-full-decal-kit/',2008,486,'internal',86,52,NULL,NULL,NULL,NULL,NULL),(3727,'https://aggressivegraphix.com/shop/custom-trim-kit/',2008,700,'internal',86,53,NULL,NULL,NULL,NULL,NULL),(3728,'https://aggressivegraphix.com/shop/custom-trim-kit/',2008,700,'internal',86,53,NULL,NULL,NULL,NULL,NULL),(3729,'https://aggressivegraphix.com/shop/custom-trim-kit/',2008,700,'internal',86,53,NULL,NULL,NULL,NULL,NULL),(3730,'https://aggressivegraphix.com/shop/custom-number-plate-kit/',2008,858,'internal',86,54,NULL,NULL,NULL,NULL,NULL),(3731,'https://aggressivegraphix.com/shop/custom-number-plate-kit/',2008,858,'internal',86,54,NULL,NULL,NULL,NULL,NULL),(3732,'https://aggressivegraphix.com/shop/custom-number-plate-kit/',2008,858,'internal',86,54,NULL,NULL,NULL,NULL,NULL),(3733,'https://aggressivegraphix.com/shop/3-rib-seat-cover/',2008,1838,'internal',86,85,NULL,NULL,NULL,NULL,NULL),(3734,'https://aggressivegraphix.com/shop/3-rib-seat-cover/',2008,1838,'internal',86,85,NULL,NULL,NULL,NULL,NULL),(3735,'https://aggressivegraphix.com/shop/3-rib-seat-cover/',2008,1838,'internal',86,85,NULL,NULL,NULL,NULL,NULL),(3736,'https://aggressivegraphix.com/shop/5-rib-seat-cover/',2008,1490,'internal',86,84,NULL,NULL,NULL,NULL,NULL),(3737,'https://aggressivegraphix.com/shop/5-rib-seat-cover/',2008,1490,'internal',86,84,NULL,NULL,NULL,NULL,NULL),(3738,'https://aggressivegraphix.com/shop/5-rib-seat-cover/',2008,1490,'internal',86,84,NULL,NULL,NULL,NULL,NULL),(3739,'https://aggressivegraphix.com/shop/solid-seat-cover/',2008,1027,'internal',86,56,NULL,NULL,NULL,NULL,NULL),(3740,'https://aggressivegraphix.com/shop/solid-seat-cover/',2008,1027,'internal',86,56,NULL,NULL,NULL,NULL,NULL),(3741,'https://aggressivegraphix.com/shop/solid-seat-cover/',2008,1027,'internal',86,56,NULL,NULL,NULL,NULL,NULL),(3742,'https://aggressivegraphix.com/shop/two-tone-seat-cover/',2008,122,'internal',86,22,NULL,NULL,NULL,NULL,NULL),(3743,'https://aggressivegraphix.com/shop/two-tone-seat-cover/',2008,122,'internal',86,22,NULL,NULL,NULL,NULL,NULL),(3744,'https://aggressivegraphix.com/shop/two-tone-seat-cover/',2008,122,'internal',86,22,NULL,NULL,NULL,NULL,NULL),(3745,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2024/11/customfullbikedecals.webp?resize=300%2C300&amp;ssl=1',2008,NULL,'image-ex',86,NULL,NULL,NULL,NULL,NULL,NULL),(3746,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2024/11/customtrimkitdecals.webp?resize=300%2C300&amp;ssl=1',2008,NULL,'image-ex',86,NULL,NULL,NULL,NULL,NULL,NULL),(3747,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2024/11/customnumberplatekit.webp?resize=300%2C300&amp;ssl=1',2008,NULL,'image-ex',86,NULL,NULL,NULL,NULL,NULL,NULL),(3748,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/01/3ribgripper.webp?resize=300%2C300&amp;ssl=1',2008,NULL,'image-ex',86,NULL,NULL,NULL,NULL,NULL,NULL),(3749,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2024/12/5ribgripper.webp?resize=300%2C300&amp;ssl=1',2008,NULL,'image-ex',86,NULL,NULL,NULL,NULL,NULL,NULL),(3750,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2024/11/solidseatcover-black.png?resize=300%2C300&amp;ssl=1',2008,NULL,'image-ex',86,NULL,NULL,NULL,NULL,NULL,NULL),(3751,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2024/10/2tonegripper.webp?resize=300%2C300&amp;ssl=1',2008,NULL,'image-ex',86,NULL,NULL,NULL,NULL,NULL,NULL),(3752,'/wp-admin/post.php?post=2008&amp;action=edit&amp;meta-box-loader=1&amp;meta-box-loader-nonce=1eaf15972a&amp;_locale=user&amp;add-to-cart=486',2008,NULL,'internal',86,NULL,NULL,NULL,NULL,NULL,NULL),(3753,'/wp-admin/post.php?post=2008&amp;action=edit&amp;meta-box-loader=1&amp;meta-box-loader-nonce=1eaf15972a&amp;_locale=user&amp;add-to-cart=700',2008,NULL,'internal',86,NULL,NULL,NULL,NULL,NULL,NULL),(3754,'/wp-admin/post.php?post=2008&amp;action=edit&amp;meta-box-loader=1&amp;meta-box-loader-nonce=1eaf15972a&amp;_locale=user&amp;add-to-cart=858',2008,NULL,'internal',86,NULL,NULL,NULL,NULL,NULL,NULL),(3755,'/wp-admin/post.php?post=2008&amp;action=edit&amp;meta-box-loader=1&amp;meta-box-loader-nonce=1eaf15972a&amp;_locale=user&amp;add-to-cart=1027',2008,NULL,'internal',86,NULL,NULL,NULL,NULL,NULL,NULL),(3756,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2741-1-edited-1024x576.webp?resize=1024%2C576&amp;ssl=1',95,NULL,'image-ex',21,NULL,NULL,NULL,NULL,NULL,NULL),(3757,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2556-1-768x1024.jpg?resize=768%2C1024&amp;ssl=1',95,NULL,'image-ex',21,NULL,NULL,NULL,NULL,NULL,NULL),(3758,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/02/IMG_0785-1024x758.jpg?resize=1024%2C758&amp;ssl=1',95,NULL,'image-ex',21,NULL,NULL,NULL,NULL,NULL,NULL),(3759,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/02/IMG_2698-edited-scaled.webp?resize=1024%2C576&amp;ssl=1',95,NULL,'image-ex',21,NULL,NULL,NULL,NULL,NULL,NULL),(3811,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_1197-scaled.webp?resize=2560%2C1920&amp;ssl=1',1214,NULL,'image-ex',62,NULL,NULL,NULL,NULL,NULL,NULL),(3828,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/factorytint.webp?resize=308%2C172&amp;ssl=1',1216,NULL,'image-ex',63,NULL,NULL,NULL,NULL,NULL,NULL),(3829,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/50percenttint.webp?resize=308%2C172&amp;ssl=1',1216,NULL,'image-ex',63,NULL,NULL,NULL,NULL,NULL,NULL),(3830,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/40percenttint.webp?resize=308%2C172&amp;ssl=1',1216,NULL,'image-ex',63,NULL,NULL,NULL,NULL,NULL,NULL),(3831,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/35percenttint.webp?resize=308%2C172&amp;ssl=1',1216,NULL,'image-ex',63,NULL,NULL,NULL,NULL,NULL,NULL),(3832,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/20percenttint.webp?resize=308%2C172&amp;ssl=1',1216,NULL,'image-ex',63,NULL,NULL,NULL,NULL,NULL,NULL),(3833,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/5percenttint.webp?resize=308%2C172&amp;ssl=1',1216,NULL,'image-ex',63,NULL,NULL,NULL,NULL,NULL,NULL),(3866,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/frontdoor.webp?ssl=1',1216,NULL,'image-ex',63,NULL,NULL,NULL,NULL,NULL,NULL),(3867,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/reardoor.webp?ssl=1',1216,NULL,'image-ex',63,NULL,NULL,NULL,NULL,NULL,NULL),(3868,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/rearwindow.webp?ssl=1',1216,NULL,'image-ex',63,NULL,NULL,NULL,NULL,NULL,NULL),(3869,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/windshieldconcave.webp?ssl=1',1216,NULL,'image-ex',63,NULL,NULL,NULL,NULL,NULL,NULL),(3870,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/windshieldconvex.webp?ssl=1',1216,NULL,'image-ex',63,NULL,NULL,NULL,NULL,NULL,NULL),(3871,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/03/windshieldfull.webp?ssl=1',1216,NULL,'image-ex',63,NULL,NULL,NULL,NULL,NULL,NULL),(3895,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3402-scaled-e1746126337486-768x1024.webp?resize=768%2C1024&amp;ssl=1',1214,NULL,'image-ex',62,NULL,NULL,NULL,NULL,NULL,NULL),(3896,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3090-scaled-e1746127004697-1024x768.webp?resize=1024%2C768&amp;ssl=1',1214,NULL,'image-ex',62,NULL,NULL,NULL,NULL,NULL,NULL),(3897,'https://i0.wp.com/aggressivegraphix.com/wp-content/uploads/2025/05/IMG_3651-scaled.webp?resize=1920%2C2560&amp;ssl=1',1214,NULL,'image-ex',62,NULL,NULL,NULL,NULL,NULL,NULL),(3902,'/wp-admin/post.php?post=486&amp;action=edit&amp;meta-box-loader=1&amp;meta-box-loader-nonce=c6e2ca9bd1&amp;_locale=user&amp;add-to-cart=1027',486,NULL,'internal',52,NULL,NULL,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `nbn_yoast_seo_links` ENABLE KEYS */;
UNLOCK TABLES;
/*!50112 SET @disable_bulk_load = IF (@is_rocksdb_supported, 'SET SESSION rocksdb_bulk_load = @old_rocksdb_bulk_load', 'SET @dummy_rocksdb_bulk_load = 0') */;
/*!50112 PREPARE s FROM @disable_bulk_load */;
/*!50112 EXECUTE s */;
/*!50112 DEALLOCATE PREPARE s */;
/*!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 2025-10-03 11:38:35
